2025-07-31 07:30.09: New job: test dinosaure/bob https://github.com/dinosaure/bob.git#refs/heads/stream (e38bf47da17afb181885fd96082c643579c1f7e2) (linux-x86_64:debian-12-5.3_x86_32_opam-2.4) Base: ocaml/opam:debian-12-ocaml-5.3@sha256:85f1c5823a34a558087e5d91a44b0a0f279fce357afac790ff2dd305d27e2ad9 Opam project build To reproduce locally: git clone --recursive "https://github.com/dinosaure/bob.git" -b "stream" && cd "bob" && git reset --hard e38bf47d cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.3@sha256:85f1c5823a34a558087e5d91a44b0a0f279fce357afac790ff2dd305d27e2ad9 # debian-12-5.3_x86_32_opam-2.4 USER 1000:1000 SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ] ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 04312e26deca0324a4f03c8652199be03c6416f0 || git fetch origin master) && git reset -q --hard 04312e26deca0324a4f03c8652199be03c6416f0 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 com.opam bob.opam bob-web.opam ./ RUN opam pin add -yn com.dev './' && \ opam pin add -yn bob.dev './' && \ opam pin add -yn bob-web.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="angstrom.0.16.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cmarkit.0.3.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ptime.1.2.0 stringext.1.6.0 syndic.1.7.0 topkg.1.1.0 uri.4.4.0 uuidm.0.9.10 xmlm.1.4.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y bob-web.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build --only-packages=bob-web @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-07-31 07:30.09: Using cache hint "dinosaure/bob-ocaml/opam:debian-12-ocaml-5.3@sha256:85f1c5823a34a558087e5d91a44b0a0f279fce357afac790ff2dd305d27e2ad9-debian-12-5.3_x86_32_opam-2.4-1648c7578cc72fa2c7c8d53e7874f41c" 2025-07-31 07:30.09: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:85f1c5823a34a558087e5d91a44b0a0f279fce357afac790ff2dd305d27e2ad9) (comment debian-12-5.3_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 04312e26deca0324a4f03c8652199be03c6416f0 || git fetch origin master) && git reset -q --hard 04312e26deca0324a4f03c8652199be03c6416f0 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src com.opam bob.opam bob-web.opam) (dst ./)) (run (network host) (shell "opam pin add -yn com.dev './' && \ \nopam pin add -yn bob.dev './' && \ \nopam pin add -yn bob-web.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "angstrom.0.16.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cmarkit.0.3.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ptime.1.2.0 stringext.1.6.0 syndic.1.7.0 topkg.1.1.0 uri.4.4.0 uuidm.0.9.10 xmlm.1.4.0") (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 bob-web.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 --only-packages=bob-web @install @check @runtest && rm -rf _build")) ) 2025-07-31 07:30.09: Waiting for resource in pool OCluster 2025-07-31 09:41.58: Waiting for worker… 2025-07-31 09:44.00: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at e38bf47 . (from ocaml/opam:debian-12-ocaml-5.3@sha256:85f1c5823a34a558087e5d91a44b0a0f279fce357afac790ff2dd305d27e2ad9) Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:85f1c5823a34a558087e5d91a44b0a0f279fce357afac790ff2dd305d27e2ad9' locally docker.io/ocaml/opam@sha256:85f1c5823a34a558087e5d91a44b0a0f279fce357afac790ff2dd305d27e2ad9: Pulling from ocaml/opam e66d2cb70304: Already exists 3be22eb25858: Pulling fs layer 36da8760b8da: Pulling fs layer e6e1c42f6211: Pulling fs layer bccc94c063a9: Pulling fs layer fffd8a5bc2d0: Pulling fs layer 05196132813b: Pulling fs layer 266e2600d058: Pulling fs layer 36da8760b8da: Waiting 3be22eb25858: Waiting e6e1c42f6211: Waiting fffd8a5bc2d0: Waiting bccc94c063a9: Waiting 266e2600d058: Waiting 3be22eb25858: Verifying Checksum 3be22eb25858: Download complete 3be22eb25858: Pull complete 36da8760b8da: Verifying Checksum 36da8760b8da: Download complete 36da8760b8da: Pull complete e6e1c42f6211: Verifying Checksum e6e1c42f6211: Download complete e6e1c42f6211: Pull complete fffd8a5bc2d0: Download complete 05196132813b: Verifying Checksum 05196132813b: Download complete 266e2600d058: Download complete bccc94c063a9: Verifying Checksum bccc94c063a9: Download complete bccc94c063a9: Pull complete fffd8a5bc2d0: Pull complete 05196132813b: Pull complete 266e2600d058: Pull complete Digest: sha256:85f1c5823a34a558087e5d91a44b0a0f279fce357afac790ff2dd305d27e2ad9 Status: Downloaded newer image for ocaml/opam@sha256:85f1c5823a34a558087e5d91a44b0a0f279fce357afac790ff2dd305d27e2ad9 WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested 2025-07-31 09:44.00 ---> using "76f339b5531c82b9ebc370e2d62886f08ca0f9d95e232f579b85bf4353dbed75" from cache /: (comment debian-12-5.3_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-07-31 09:44.00 ---> using "bde27265049f66f3f9cc3d08ade1dfe503cb1246a09dbf6b941ddd1aa9ec3c48" 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] y [NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-07-31 09:44.00 ---> using "ad51dbcf1495dc1b966009261efba2ea8589eb519f466fe241b0822ab48589db" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-142-generic The OCaml toplevel, version 5.3.0 2.4.1 2025-07-31 09:44.00 ---> using "12946616e3e7bdfda647bdf3bfd02f0e37623c80a5c491be779cbcf4242c8bb3" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-07-31 09:44.00 ---> using "be4cea2ad216e0ad0dc9e32317f419f34bf05dce298590325a0b63f5937737b0" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 04312e26deca0324a4f03c8652199be03c6416f0 || git fetch origin master) && git reset -q --hard 04312e26deca0324a4f03c8652199be03c6416f0 && git log --no-decorate -n1 --oneline && opam update -u")) 04312e26de Merge pull request #28240 from dbuenzli/b0-publish-topkg-care.1.1.0-etc-674572cd688c2627 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-07-31 09:44.18 ---> saved as "bdb7bb0a425f1e47319847cbed3c089a1e998c2f77e31c95a6597f0e3381ad40" /src: (copy (src com.opam bob.opam bob-web.opam) (dst ./)) 2025-07-31 09:44.18 ---> saved as "8608a0b4af7d275b3bddf329cf4213d7371d979e219b96da09ce65ab938a5961" /src: (run (network host) (shell "opam pin add -yn com.dev './' && \ \nopam pin add -yn bob.dev './' && \ \nopam pin add -yn bob-web.dev './'")) [NOTE] Package com does not exist in opam repositories registered in the current switch. [com.dev] synchronised (file:///src) The following additional pinnings are required by com.dev: - spoke.dev at git+https://github.com/dinosaure/spoke.git#eda61bb0c2671f3eaaac9f0f0ffa8423b3e63c98 - mirage-crypto.2.0.0 at git+https://github.com/dinosaure/mirage-crypto.git#24e20a0681b221954f7bac9dc76559007aaeb09a - mirage-crypto-pk.2.0.0 at git+https://github.com/dinosaure/mirage-crypto.git#24e20a0681b221954f7bac9dc76559007aaeb09a - mirage-crypto-ec.2.0.0 at git+https://github.com/dinosaure/mirage-crypto.git#24e20a0681b221954f7bac9dc76559007aaeb09a - mirage-crypto-rng.2.0.0 at git+https://github.com/dinosaure/mirage-crypto.git#24e20a0681b221954f7bac9dc76559007aaeb09a Pin and install them? [Y/n] y [spoke.dev] synchronised (no changes) spoke is now pinned to git+https://github.com/dinosaure/spoke.git#eda61bb0c2671f3eaaac9f0f0ffa8423b3e63c98 (version dev) [mirage-crypto.2.0.0] synchronised (no changes) mirage-crypto is now pinned to git+https://github.com/dinosaure/mirage-crypto.git#24e20a0681b221954f7bac9dc76559007aaeb09a (version 2.0.0) [mirage-crypto-pk.2.0.0] synchronised (no changes) mirage-crypto-pk is now pinned to git+https://github.com/dinosaure/mirage-crypto.git#24e20a0681b221954f7bac9dc76559007aaeb09a (version 2.0.0) [mirage-crypto-ec.2.0.0] synchronised (no changes) mirage-crypto-ec is now pinned to git+https://github.com/dinosaure/mirage-crypto.git#24e20a0681b221954f7bac9dc76559007aaeb09a (version 2.0.0) [mirage-crypto-rng.2.0.0] synchronised (no changes) mirage-crypto-rng is now pinned to git+https://github.com/dinosaure/mirage-crypto.git#24e20a0681b221954f7bac9dc76559007aaeb09a (version 2.0.0) com is now pinned to file:///src (version dev) [NOTE] Package bob does not exist in opam repositories registered in the current switch. [bob.dev] synchronised (file:///src) bob is now pinned to file:///src (version dev) [NOTE] Package bob-web does not exist in opam repositories registered in the current switch. [bob-web.dev] synchronised (file:///src) bob-web is now pinned to file:///src (version dev) 2025-07-31 09:44.28 ---> saved as "ccc977e51914b70ba15498eec276b314cff2ef57ef54a74663b07c209e76275b" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-07-31 09:44.28 ---> saved as "d6fa665bed2d0bf6e915f864b8cf1138e68bbdc35a0a75cfe40fa9ca2ecc3443" /src: (env DEPS "angstrom.0.16.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cmarkit.0.3.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ptime.1.2.0 stringext.1.6.0 syndic.1.7.0 topkg.1.1.0 uri.4.4.0 uuidm.0.9.10 xmlm.1.4.0") /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 bob-web.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bookworm InRelease - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian bookworm-updates/main i386 Packages.diff/Index [19.6 kB] - Ign:4 http://deb.debian.org/debian bookworm-updates/main i386 Packages.diff/Index - Get:5 http://deb.debian.org/debian bookworm-updates/main i386 Packages [6920 B] - Get:6 http://deb.debian.org/debian-security bookworm-security/main i386 Packages [265 kB] - Fetched 395 kB in 0s (1128 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [bob-web.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-option-bytecode-only is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). 2025-07-31 09:44.37 ---> saved as "07ddef924bdd8fd01a06d2752819d48c558d2167398ba9ba01780488725950f1" /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-option-bytecode-only is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains 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 16 packages - install angstrom 0.16.1 - install bigstringaf 0.10.0 - install cmarkit 0.3.0 - install csexp 1.5.2 - install dune 3.19.1 - install dune-configurator 3.19.1 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ptime 1.2.0 - install stringext 1.6.0 - install syndic 1.7.0 - install topkg 1.1.0 - install uri 4.4.0 - install uuidm 0.9.10 - install xmlm 1.4.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved angstrom.0.16.1 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved cmarkit.0.3.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved stringext.1.6.0 (cached) -> retrieved topkg.1.1.0 (cached) -> retrieved syndic.1.7.0 (cached) -> retrieved uuidm.0.9.10 (cached) -> retrieved xmlm.1.4.0 (cached) -> retrieved uri.4.4.0 (cached) -> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached) -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed topkg.1.1.0 -> installed uuidm.0.9.10 -> installed ptime.1.2.0 -> installed xmlm.1.4.0 -> installed cmarkit.0.3.0 -> installed dune.3.19.1 -> installed stringext.1.6.0 -> installed csexp.1.5.2 -> installed ocaml-syntax-shims.1.0.0 -> installed dune-configurator.3.19.1 -> installed bigstringaf.0.10.0 -> installed angstrom.0.16.1 -> installed uri.4.4.0 -> installed syndic.1.7.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-07-31 09:45.56 ---> saved as "7766f7e7ad8dfb7bf745fd0970cbd3e0d10d11749fe2898eeb4454871843e51d" /src: (copy (src .) (dst /src)) 2025-07-31 09:45.57 ---> saved as "60e7d70bd8ce5a98239a1dff6af1c54c78881a9044162f780778d87c97f1a3ec" /src: (run (shell "opam exec -- dune build --only-packages=bob-web @install @check @runtest && rm -rf _build")) Error: No rule found for bin/cat.exe -> required by alias test/bob -> required by alias test/runtest File "test/dune", line 24, characters 41-49: 24 | (libraries logs.fmt alcotest bob.stream bob.pack)) ^^^^^^^^ Error: Library "bob.pack" not found. -> required by _build/default/test/test_pack.exe -> required by alias test/runtest in test/dune:26 File "test/dune", line 9, characters 25-30: 9 | (libraries logs.fmt fmt fpath unix)) ^^^^^ Error: Library "fpath" not found. -> required by _build/default/test/sched.exe -> required by alias test/bob -> required by alias test/runtest File "test/dune", line 14, characters 12-20: 14 | (libraries logs.fmt unix)) ^^^^^^^^ Error: Library "logs.fmt" not found. -> required by _build/default/test/free.exe -> required by alias test/bob -> required by alias test/runtest File "test/dune", line 19, characters 33-41: 19 | (libraries logs.fmt fmt.tty bob alcotest)) ^^^^^^^^ Error: Library "alcotest" not found. -> required by _build/default/test/test_handshake.exe -> required by alias test/runtest in test/dune:17 File "dict/dune", line 4, characters 12-15: 4 | (libraries fmt)) ^^^ Error: Library "fmt" not found. -> required by _build/default/dict/.generate.eobjs/byte/dune__exe__Generate.cmi -> required by alias dict/check File "test/dune", line 4, characters 7-17: 4 | (deps %{bin:bob} sched.exe free.exe ../bin/cat.exe)) ^^^^^^^^^^ Error: Program bob not found in the tree or in PATH (context: default) File "web/dune", line 6, characters 30-36: 6 | (libraries cmarkit fmt uuidm base64 syndic)) ^^^^^^ Error: Library "base64" not found. -> required by _build/default/web/syndication.exe -> required by _build/install/default/bin/bob.feed -> required by _build/default/bob-web.install -> required by alias install "/usr/bin/linux32" "/bin/sh" "-c" "opam exec -- dune build --only-packages=bob-web @install @check @runtest && rm -rf _build" failed with exit status 1 2025-07-31 09:45.57: Job failed: Failed: Build failed