2025-07-31 07:30.35: New job: test dinosaure/bob https://github.com/dinosaure/bob.git#refs/heads/socks (4bcfcd216f847a3f5918d2b867d15c0f4197775f) (linux-x86_64:debian-12-4.14_x86_32_opam-2.4) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:3471e334ac8d7c3ae3e5dc58420954c72f1c5b5d4d08c95960f6d68037235cc2 Opam project build To reproduce locally: git clone --recursive "https://github.com/dinosaure/bob.git" -b "socks" && cd "bob" && git reset --hard 4bcfcd21 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:3471e334ac8d7c3ae3e5dc58420954c72f1c5b5d4d08c95960f6d68037235cc2 # debian-12-4.14_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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && 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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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.35: Using cache hint "dinosaure/bob-ocaml/opam:debian-12-ocaml-4.14@sha256:3471e334ac8d7c3ae3e5dc58420954c72f1c5b5d4d08c95960f6d68037235cc2-debian-12-4.14_x86_32_opam-2.4-000dea6a09dca2ef8444ab02d5f2a8fe" 2025-07-31 07:30.35: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:3471e334ac8d7c3ae3e5dc58420954c72f1c5b5d4d08c95960f6d68037235cc2) (comment debian-12-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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && 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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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.35: Waiting for resource in pool OCluster 2025-07-31 09:51.56: Waiting for worker… 2025-07-31 09:56.18: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD is now at 4bcfcd2 Fix the com package and its pin-depends on socks (from ocaml/opam:debian-12-ocaml-4.14@sha256:3471e334ac8d7c3ae3e5dc58420954c72f1c5b5d4d08c95960f6d68037235cc2) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:3471e334ac8d7c3ae3e5dc58420954c72f1c5b5d4d08c95960f6d68037235cc2' locally docker.io/ocaml/opam@sha256:3471e334ac8d7c3ae3e5dc58420954c72f1c5b5d4d08c95960f6d68037235cc2: Pulling from ocaml/opam e66d2cb70304: Already exists d1e2b28f298f: Pulling fs layer 41d44df78cae: Pulling fs layer 5b94a9fe9bc0: Pulling fs layer 49dddf00a841: Pulling fs layer 41d44df78cae: Waiting 5b94a9fe9bc0: Waiting 49dddf00a841: Waiting 41d44df78cae: Download complete 5b94a9fe9bc0: Verifying Checksum 5b94a9fe9bc0: Download complete 49dddf00a841: Download complete d1e2b28f298f: Verifying Checksum d1e2b28f298f: Download complete d1e2b28f298f: Pull complete 41d44df78cae: Pull complete 5b94a9fe9bc0: Pull complete 49dddf00a841: Pull complete Digest: sha256:3471e334ac8d7c3ae3e5dc58420954c72f1c5b5d4d08c95960f6d68037235cc2 Status: Downloaded newer image for ocaml/opam@sha256:3471e334ac8d7c3ae3e5dc58420954c72f1c5b5d4d08c95960f6d68037235cc2 2025-07-31 09:59.34 ---> using "44803299b6e164f95779c38545f782707517bdbd898c80c31139479f9bc028f7" from cache /: (comment debian-12-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-07-31 09:59.34 ---> using "e7754ebc3240d6d3cd56b097d0b9874da85a6deb8aab5d3b0fd5337ecbd1346d" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-07-31 09:59.34 ---> using "21d3dbfe7cb5f5baa03c7508212357a15daf025accc54080a82136200c6a92f5" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-142-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-07-31 09:59.34 ---> using "acd34208bcf2ad86047b1f30053313270bcf498da6f64b7d1ce889ee6a228a08" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-07-31 09:59.34 ---> using "f8e58a6e09abd33108f8e78bf32bab96746779ff9b18920bd8dfe80cf1ca2cc7" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u")) b8021439f8 Merge pull request #28261 from kit-ty-kate/deploy-fix-25819 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything 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-07-31 09:59.34 ---> using "db4802ab7598540061f2f9e09b5a990e841742e8db32a6efde70f723e2bebd40" from cache /src: (copy (src com.opam bob.opam bob-web.opam) (dst ./)) 2025-07-31 09:59.34 ---> saved as "3c73513ff8149404d9ef74d925173ced062747c835afc34f7eca03c45a15e32d" /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 - socks.dev at git+https://github.com/cfcs/ocaml-socks.git#c46ed399df18307e5240457b9d5d4ff8a6739f06 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) [NOTE] Package socks does not exist in opam repositories registered in the current switch. [socks.dev] synchronised (no changes) [WARNING] Failed checks on socks package definition from source at git+https://github.com/cfcs/ocaml-socks.git#c46ed399df18307e5240457b9d5d4ff8a6739f06: warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/ : "AGPL-3.0" socks is now pinned to git+https://github.com/cfcs/ocaml-socks.git#c46ed399df18307e5240457b9d5d4ff8a6739f06 (version dev) 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:59.55 ---> saved as "db9ea49cd1db9591d47dab45a6ce0f98d227f1f0b9a96f384a9644b49e650a85" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-07-31 09:59.56 ---> saved as "896cec92d04cdb9ec4b05719ccf319de8599c92778b19485dd58689e22899313" /src: (env DEPS "angstrom.0.16.1 base-bigarray.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 1s (536 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-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-07-31 10:00.16 ---> saved as "1bd3dbec7787e8a829580b0ecaee6d90827b5df9bab0664ff1d34842e990cf03" /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 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 xmlm.1.4.0 -> installed ptime.1.2.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 10:01.46 ---> saved as "f0ad7eec9fac6a537ed0260e5d28ae1c45f2ef94f390456b6c93e82ad2fcd0ec" /src: (copy (src .) (dst /src)) 2025-07-31 10:01.47 ---> saved as "22b0f9e26550a9b266cd129fdb92f165071ec3fda81fbe9dbeeec990f8bd99b7" /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 19, characters 33-41: 19 | (libraries logs.fmt fmt.tty bob alcotest)) ^^^^^^^^ Error: Library "alcotest" not found. -> required by _build/default/test/handshake.exe -> required by alias test/runtest in test/dune:21 File "test/dune", line 9, characters 16-21: 9 | (libraries 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 "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 10:01.48: Job failed: Failed: Build failed