2025-10-15 10:21.55: New job: test patricoferris/ocaml-cid https://github.com/patricoferris/ocaml-cid.git#refs/heads/main (4f665cacb56e73462b690dcc793f1c6ec173c7b5) (linux-x86_64:debian-13-4.14_x86_32_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63Opam project buildTo reproduce locally:git clone --recursive "https://github.com/patricoferris/ocaml-cid.git" -b "main" && cd "ocaml-cid" && git reset --hard 4f665caccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63# debian-13-4.14_x86_32_opam-2.4USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 6fab318652edf2e934926c95dbe83c86f899f133 || git fetch origin master) && git reset -q --hard 6fab318652edf2e934926c95dbe83c86f899f133 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 cid.opam ./RUN opam pin add -yn cid.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.2 camlp-streams.5.0.1 cmdliner.2.0.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 dune.3.20.2 eqaf.0.10 fmt.0.11.0 logs.0.9.0 mdx.2.5.1 multibase.0.1.0 multicodec.0.1.0 multihash.0.1.0 multihash-digestif.0.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 re.1.14.0 result.1.5 stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y cid.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-10-15 10:21.55: Using cache hint "patricoferris/ocaml-cid-ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63-debian-13-4.14_x86_32_opam-2.4-d026601623d4986f5340dd76f669d504"2025-10-15 10:21.55: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63)(comment debian-13-4.14_x86_32_opam-2.4)(user (uid 1000) (gid 1000))(shell /usr/bin/linux32 /bin/sh -c)(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 6fab318652edf2e934926c95dbe83c86f899f133 || git fetch origin master) && git reset -q --hard 6fab318652edf2e934926c95dbe83c86f899f133 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src cid.opam) (dst ./))(run (network host)(shell "opam pin add -yn cid.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.2 camlp-streams.5.0.1 cmdliner.2.0.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 dune.3.20.2 eqaf.0.10 fmt.0.11.0 logs.0.9.0 mdx.2.5.1 multibase.0.1.0 multicodec.0.1.0 multihash.0.1.0 multihash-digestif.0.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 re.1.14.0 result.1.5 stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y cid.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-10-15 10:21.55: Waiting for resource in pool OCluster2025-10-15 12:38.55: Waiting for worker…2025-10-15 12:42.01: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 4f665ca Add changes(from ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63)WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested2025-10-15 12:42.02 ---> using "9324b430a173d988cd667e6a34c7b7fcdaf67bcda08cd9e8ed334f03c397df27" from cache/: (comment debian-13-4.14_x86_32_opam-2.4)/: (user (uid 1000) (gid 1000))/: (shell /usr/bin/linux32 /bin/sh -c)/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-10-15 12:42.02 ---> using "bd34fdeaa58f0bf53cb92f8d89ca7cdc4f9c93f61c5fdc10eea57b53bead48c4" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-15 12:42.02 ---> using "99d71abddb6022b7c3534606b307b2c5edee7f071445b9278c3f0e55c3479dd3" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.14.22.4.12025-10-15 12:42.02 ---> using "8f38b9ae7c6bd1d0fb0e011a4d7898d9531ecfc18af87332444cbb11732655f8" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-15 12:42.02 ---> using "76f17c68cf981d400bcd478a859a30de47152cca5e6b84a3af48baa9e51d1610" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 6fab318652edf2e934926c95dbe83c86f899f133 || git fetch origin master) && git reset -q --hard 6fab318652edf2e934926c95dbe83c86f899f133 && git log --no-decorate -n1 --oneline && opam update -u"))6fab318652 Merge pull request #28690 from mtelvers/opam-publish-ocaml-version.4.0.3<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-10-15 12:42.17 ---> saved as "0ea22649bcd7d38c6f9c50ea9c77ac9b4faac9111a49826b5a35b4d1dbc1670c"/src: (copy (src cid.opam) (dst ./))2025-10-15 12:42.17 ---> saved as "b55227c1aac1d57a4a859684a4ef5af3a630fa00ff830957681d6ce477d3ca17"/src: (run (network host)(shell "opam pin add -yn cid.dev './'"))[cid.dev] synchronised (file:///src)[WARNING] Failed checks on cid package definition from source at file:///src:warning 68: Missing field 'license'cid is now pinned to file:///src (version dev)2025-10-15 12:42.20 ---> saved as "d9e5d67655247c2d778b5f718b0822c752b171e116a98c85e2fa13da383cf219"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-15 12:42.20 ---> saved as "97b36ee9e35a89036625e22d2c90c5ff1e254dcb33fb4ca70628a30b3757b236"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.2 camlp-streams.5.0.1 cmdliner.2.0.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 dune.3.20.2 eqaf.0.10 fmt.0.11.0 logs.0.9.0 mdx.2.5.1 multibase.0.1.0 multicodec.0.1.0 multihash.0.1.0 multihash-digestif.0.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 re.1.14.0 result.1.5 stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y cid.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main i386 Packages [49.1 kB]- Fetched 140 kB in 0s (951 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[cid.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).2025-10-15 12:42.37 ---> saved as "15580953c18d14576f7fee5b89a1cfa870072974a64804cb1a9828a29691631b"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 28 packages- install alcotest 1.9.1- install astring 0.8.5- install base64 3.5.2- install camlp-streams 5.0.1- install cmdliner 2.0.0- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install digestif 1.3.0- install dune 3.20.2- install eqaf 0.10- install fmt 0.11.0- install logs 0.9.0- install mdx 2.5.1- install multibase 0.1.0- install multicodec 0.1.0- install multihash 0.1.0- install multihash-digestif 0.1.0- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.0.3- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install optint 0.3.0- install re 1.14.0- install result 1.5- install stdlib-shims 0.3.0- install topkg 1.1.0- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.2.0.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved eqaf.0.10 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved logs.0.9.0 (cached)-> retrieved mdx.2.5.1 (cached)-> retrieved multibase.0.1.0 (cached)-> retrieved multicodec.0.1.0 (cached)-> retrieved multihash.0.1.0, multihash-digestif.0.1.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-version.4.0.3 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved result.1.5 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved digestif.1.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved dune.3.20.2 (cached)-> installed cmdliner.2.0.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed logs.0.9.0-> installed dune.3.20.2-> installed base64.3.5.2-> installed csexp.1.5.2-> installed camlp-streams.5.0.1-> installed cstruct.6.2.0-> installed ocaml-version.4.0.3-> installed optint.0.3.0-> installed result.1.5-> installed stdlib-shims.0.3.0-> installed eqaf.0.10-> installed multibase.0.1.0-> installed cppo.1.8.0-> installed ocaml-syntax-shims.1.0.0-> installed re.1.14.0-> installed multicodec.0.1.0-> installed digestif.1.3.0-> installed multihash.0.1.0-> installed multihash-digestif.0.1.0-> installed alcotest.1.9.1-> installed mdx.2.5.1Done.# To update the current shell environment, run: eval $(opam env)2025-10-15 12:44.08 ---> saved as "5c64835fbd2bc7986cea991a158ab1bc9b5a932593f53a16daa4d4a46a411454"/src: (copy (src .) (dst /src))2025-10-15 12:44.09 ---> saved as "04c861030d0179f22ee5bd49a23755e7e7c4c7bd79b0a032bddb8f96f92f1e6b"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test.exe)Testing `CID'.This run has ID `F9SA8XOR'.[OK] enc-dec 0 cid 0.[OK] enc-dec 1 cid 1.[OK] enc-dec 2 cid 2.[OK] enc-dec 3 cid 3.[OK] enc-dec 4 cid 4.Full test results in `/src/_build/default/test/_build/_tests/CID'.Test Successful in 0.001s. 5 tests run.2025-10-15 12:44.20 ---> saved as "a26919411ab60fbf42f605dc36e903ea139cef7bdcfe48ff5cf1a4e7e0407467"Job succeeded2025-10-15 12:44.20: Job succeeded