2025-05-02 15:03.18: New job: test kit-ty-kate/camllzma https://github.com/kit-ty-kate/camllzma.git#refs/heads/main (39b1d49cd26494654efc753be2728a9d86a2c6b4) (linux-arm64:debian-12-4.14_arm32_opam-2.3) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:0fc2d79248bc7e987b259ba2c5ef3847784542e01ee10e77cd7e30479aaa697a Opam project build To reproduce locally: git clone --recursive "https://github.com/kit-ty-kate/camllzma.git" -b "main" && cd "camllzma" && git reset --hard 39b1d49c cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:0fc2d79248bc7e987b259ba2c5ef3847784542e01ee10e77cd7e30479aaa697a # debian-12-4.14_arm32_opam-2.3 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.3 /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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 camllzma.opam ./ RUN opam pin add -yn camllzma.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-threads.base base-unix.base conf-liblzma.1 conf-pkg-config.4 csexp.1.5.2 dune.3.18.2 dune-configurator.3.18.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y camllzma.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-05-02 15:03.18: Using cache hint "kit-ty-kate/camllzma-ocaml/opam:debian-12-ocaml-4.14@sha256:0fc2d79248bc7e987b259ba2c5ef3847784542e01ee10e77cd7e30479aaa697a-debian-12-4.14_arm32_opam-2.3-54fe744208fefd11f41bd5ef9356ddef" 2025-05-02 15:03.18: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:0fc2d79248bc7e987b259ba2c5ef3847784542e01ee10e77cd7e30479aaa697a) (comment debian-12-4.14_arm32_opam-2.3) (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.3 /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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src camllzma.opam) (dst ./)) (run (network host) (shell "opam pin add -yn camllzma.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-liblzma.1 conf-pkg-config.4 csexp.1.5.2 dune.3.18.2 dune-configurator.3.18.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1") (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.3 --depext-only -y camllzma.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-05-02 15:03.18: Waiting for resource in pool OCluster 2025-05-03 01:45.01: Waiting for worker… 2025-05-03 02:30.43: Got resource from pool OCluster Building on okypous.caelum.ci.dev All commits already cached HEAD is now at 39b1d49 Improve the interface (from ocaml/opam:debian-12-ocaml-4.14@sha256:0fc2d79248bc7e987b259ba2c5ef3847784542e01ee10e77cd7e30479aaa697a) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:0fc2d79248bc7e987b259ba2c5ef3847784542e01ee10e77cd7e30479aaa697a' locally docker.io/ocaml/opam@sha256:0fc2d79248bc7e987b259ba2c5ef3847784542e01ee10e77cd7e30479aaa697a: Pulling from ocaml/opam ca58f0fbef0c: Pulling fs layer ca58f0fbef0c: Verifying Checksum ca58f0fbef0c: Download complete ca58f0fbef0c: Pull complete Digest: sha256:0fc2d79248bc7e987b259ba2c5ef3847784542e01ee10e77cd7e30479aaa697a Status: Downloaded newer image for ocaml/opam@sha256:0fc2d79248bc7e987b259ba2c5ef3847784542e01ee10e77cd7e30479aaa697a WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 2025-05-03 02:30.54 ---> using "5803aaab52604376a2443db8c191a0675e94a247f1b08264730b2cb0d0f69681" from cache /: (comment debian-12-4.14_arm32_opam-2.3) /: (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.3 /usr/bin/opam")) 2025-05-03 02:30.54 ---> using "144f820aed84307b6bca57759cc580a769c1e0de122a5b755e69faf5949aa6e2" 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. Continue? [y/n] y This development 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. Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-05-03 02:30.54 ---> using "c086e9800d5cab27f9dd840859291525faa2346aec3ec25bf1c5af75007aba1f" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-05-03 02:30.54 ---> using "200ec9c1bb576a9cbefa68605ad35356a0fef83c817f675d872d756439212d45" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-05-03 02:30.54 ---> using "e4528fa61109a185e8e512ef135c87f12205b0b47f2d4617c6c8b35a3e5dc51d" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 34a3fc46c3..35eb2f107a master -> origin/master 35eb2f107a Merge pull request #27838 from maiste/release-dune-3.18.2 <><> 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, 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-05-03 02:30.54 ---> using "9712a3caa93c29e4b72b1b12feca70dd330d2b8cf6770bb5c3658df3d9842a7c" from cache /src: (copy (src camllzma.opam) (dst ./)) 2025-05-03 02:31.05 ---> saved as "06ea07a6c69f071e6af39b1b19d610d4ff5ec11c014de2b31b6d523177ba7896" /src: (run (network host) (shell "opam pin add -yn camllzma.dev './'")) Package camllzma does not exist, create as a NEW package? [y/n] y [camllzma.dev] synchronised (file:///src) camllzma is now pinned to file:///src (version dev) 2025-05-03 02:31.07 ---> saved as "fc6146d18cb1acfbcc8ce1143eb84d4e29af42f45c1b3f44790017f639a11be0" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-05-03 02:31.07 ---> saved as "767d1beec9ac16db80dacbfd9128379cf1fcf102b43d97c7bdfc0b1222503661" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-liblzma.1 conf-pkg-config.4 csexp.1.5.2 dune.3.18.2 dune-configurator.3.18.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1") /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.3 --depext-only -y camllzma.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-security bookworm-security/main armhf Packages [239 kB] - Fetched 343 kB in 1s (642 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [camllzma.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). The following system packages will first need to be installed: liblzma-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "liblzma-dev" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package liblzma-dev:armhf. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18475 files and directories currently installed.) - Preparing to unpack .../liblzma-dev_5.4.1-1_armhf.deb ... - Unpacking liblzma-dev:armhf (5.4.1-1) ... - Selecting previously unselected package libpkgconf3:armhf. - Preparing to unpack .../libpkgconf3_1.8.1-1_armhf.deb ... - Unpacking libpkgconf3:armhf (1.8.1-1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../pkgconf-bin_1.8.1-1_armhf.deb ... - Unpacking pkgconf-bin (1.8.1-1) ... - Selecting previously unselected package pkgconf:armhf. - Preparing to unpack .../pkgconf_1.8.1-1_armhf.deb ... - Unpacking pkgconf:armhf (1.8.1-1) ... - Selecting previously unselected package pkg-config:armhf. - Preparing to unpack .../pkg-config_1.8.1-1_armhf.deb ... - Unpacking pkg-config:armhf (1.8.1-1) ... - Setting up libpkgconf3:armhf (1.8.1-1) ... - Setting up pkgconf-bin (1.8.1-1) ... - Setting up liblzma-dev:armhf (5.4.1-1) ... - Setting up pkgconf:armhf (1.8.1-1) ... - Setting up pkg-config:armhf (1.8.1-1) ... - Processing triggers for libc-bin (2.36-9+deb12u10) ... 2025-05-03 02:31.21 ---> saved as "04677b6b372bf8abbee473fa6a945b0a055fbab9443f3f8539f046b156586ff6" /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 5 packages - install conf-liblzma 1 - install conf-pkg-config 4 - install csexp 1.5.2 - install dune 3.18.2 - install dune-configurator 3.18.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved csexp.1.5.2 (cached) -> installed conf-pkg-config.4 -> installed conf-liblzma.1 -> retrieved dune.3.18.2, dune-configurator.3.18.2 (cached) -> installed dune.3.18.2 -> installed csexp.1.5.2 -> installed dune-configurator.3.18.2 Done. # To update the current shell environment, run: eval $(opam env) 2025-05-03 02:32.10 ---> saved as "08eb3f68b77f989cfb56eb1ec3f4e0dc08af3d3e190e69eb5805e2238f548c64" /src: (copy (src .) (dst /src)) 2025-05-03 02:32.11 ---> saved as "e650117207ca059f01c436690db9d90716271ac164878f3a9087f28ec86c537b" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I tests/.test.eobjs/byte -I src/.camllzma.objs/byte -no-alias-deps -opaque -o tests/.test.eobjs/byte/dune__exe__Test.cmo -c -impl tests/test.ml) File "tests/test.ml", line 29, characters 10-23: 29 | let e = Lzma2.encoder ~bufsize:1024 Lzma2.PRESET_DEFAULT Lzma2.CHECK_CRC64 in ^^^^^^^^^^^^^ Error: Unbound value Lzma2.encoder "/usr/bin/linux32" "/bin/sh" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-05-03 02:32.12: Job failed: Failed: Build failed