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-x86_64:ubuntu-24.10-4.14_opam-2.3) Base: ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:aebf9964a5bdf59c97236b0e84946926eb93cc2e093ae7942d6f133549877175 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:ubuntu-24.10-ocaml-4.14@sha256:aebf9964a5bdf59c97236b0e84946926eb93cc2e093ae7942d6f133549877175 # ubuntu-24.10-4.14_opam-2.3 USER 1000:1000 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:ubuntu-24.10-ocaml-4.14@sha256:aebf9964a5bdf59c97236b0e84946926eb93cc2e093ae7942d6f133549877175-ubuntu-24.10-4.14_opam-2.3-54fe744208fefd11f41bd5ef9356ddef" 2025-05-02 15:03.18: Using OBuilder spec: ((from ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:aebf9964a5bdf59c97236b0e84946926eb93cc2e093ae7942d6f133549877175) (comment ubuntu-24.10-4.14_opam-2.3) (user (uid 1000) (gid 1000)) (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-02 19:25.05: Waiting for worker… 2025-05-02 19:27.58: Got resource from pool OCluster Building on x86-bm-c8.sw.ocaml.org All commits already cached HEAD is now at 39b1d49 Improve the interface (from ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:aebf9964a5bdf59c97236b0e84946926eb93cc2e093ae7942d6f133549877175) Unable to find image 'ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:aebf9964a5bdf59c97236b0e84946926eb93cc2e093ae7942d6f133549877175' locally docker.io/ocaml/opam@sha256:aebf9964a5bdf59c97236b0e84946926eb93cc2e093ae7942d6f133549877175: Pulling from ocaml/opam 15a4d7cd3af3: Pulling fs layer 15a4d7cd3af3: Verifying Checksum 15a4d7cd3af3: Download complete 15a4d7cd3af3: Pull complete Digest: sha256:aebf9964a5bdf59c97236b0e84946926eb93cc2e093ae7942d6f133549877175 Status: Downloaded newer image for ocaml/opam@sha256:aebf9964a5bdf59c97236b0e84946926eb93cc2e093ae7942d6f133549877175 2025-05-02 19:27.59 ---> using "df5035e9f373cab7b647944908c29ef23c3e0b7c73ed8554b911086a83caab6a" from cache /: (comment ubuntu-24.10-4.14_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (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-02 19:27.59 ---> using "bfd22775a56a1230bf2c770102e71126eb42444d0731fc937e63860ed6fc2cf1" 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 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. Continue? [y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-05-02 19:27.59 ---> using "83f0a35ae00f3c61272d5ad8e69db6384df80349de134224fcc146bea8599c21" 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-02 19:27.59 ---> using "078834a099fd8cb6c06401c0cb0fa407960a21508c46eb76c37e78414b2e2b3d" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-05-02 19:27.59 ---> using "fa31c9afced9f0b3d7f50d81c982c316fd2fc0118109eb0238332324a80f23dd" 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-02 19:27.59 ---> using "f96daaab7ccf37c7e4e2bc781240342ca85db85ff5f779999e6098fc5f10e731" from cache /src: (copy (src camllzma.opam) (dst ./)) 2025-05-02 19:27.59 ---> saved as "ed336b015779069a73b30ae04477f8d4a4c62fb5fde95ca9464b0456a2c870aa" /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-02 19:28.02 ---> saved as "489b925268a35c57a759a7e1931ae9089e86ccb519b321406c07f58f0b890ba3" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-05-02 19:28.02 ---> saved as "ac6b25d7dea3fce2c63af1c51e741fd238839e75b1c7f160097f1f605e9ad042" /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://archive.ubuntu.com/ubuntu oracular InRelease - Get:2 http://security.ubuntu.com/ubuntu oracular-security InRelease [126 kB] - Get:3 http://archive.ubuntu.com/ubuntu oracular-updates InRelease [126 kB] - Get:4 http://archive.ubuntu.com/ubuntu oracular-backports InRelease [126 kB] - Get:5 http://security.ubuntu.com/ubuntu oracular-security/restricted amd64 Packages [236 kB] - Get:6 http://archive.ubuntu.com/ubuntu oracular-updates/universe amd64 Packages [306 kB] - Get:7 http://security.ubuntu.com/ubuntu oracular-security/universe amd64 Packages [225 kB] - Get:8 http://security.ubuntu.com/ubuntu oracular-security/main amd64 Packages [358 kB] - Get:9 http://archive.ubuntu.com/ubuntu oracular-updates/main amd64 Packages [509 kB] - Get:10 http://archive.ubuntu.com/ubuntu oracular-updates/restricted amd64 Packages [288 kB] - Get:11 http://archive.ubuntu.com/ubuntu oracular-updates/multiverse amd64 Packages [12.8 kB] - Get:12 http://archive.ubuntu.com/ubuntu oracular-backports/universe amd64 Packages [5423 B] - Fetched 2319 kB in 1s (1922 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 libpkgconf3:amd64. - (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 ... 16115 files and directories currently installed.) - Preparing to unpack .../libpkgconf3_1.8.1-3ubuntu1_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-3ubuntu1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../pkgconf-bin_1.8.1-3ubuntu1_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-3ubuntu1) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../pkgconf_1.8.1-3ubuntu1_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-3ubuntu1) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../pkg-config_1.8.1-3ubuntu1_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-3ubuntu1) ... - Selecting previously unselected package liblzma-dev:amd64. - Preparing to unpack .../liblzma-dev_5.6.2-2ubuntu0.2_amd64.deb ... - Unpacking liblzma-dev:amd64 (5.6.2-2ubuntu0.2) ... - Setting up libpkgconf3:amd64 (1.8.1-3ubuntu1) ... - Setting up pkgconf-bin (1.8.1-3ubuntu1) ... - Setting up liblzma-dev:amd64 (5.6.2-2ubuntu0.2) ... - Setting up pkgconf:amd64 (1.8.1-3ubuntu1) ... - Setting up pkg-config:amd64 (1.8.1-3ubuntu1) ... - Processing triggers for libc-bin (2.40-1ubuntu3.1) ... 2025-05-02 19:28.29 ---> saved as "3020ba72e6614146bd29f226968408976a5db544cd79a822b6ffe6506e6cdd4d" /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-02 19:29.42 ---> saved as "4cae58314b9789b43c672fea217e8ae7b9f49a6066a55927a4ef250762123b38" /src: (copy (src .) (dst /src)) 2025-05-02 19:29.42 ---> saved as "87e4d688b58496f349f3beae9cefd10a65d76fffda97d67847e3d0ef60e7d2e9" /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/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-05-02 19:29.43: Job failed: Failed: Build failed