2026-03-19 08:04.06: New job: test ygrek/ocaml-snappy https://github.com/ygrek/ocaml-snappy.git#refs/heads/master (329a58d03ad5b3d6fa131cafbb8de0eb83d22a81) (linux-x86_64:debian-13-4.10_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.10@sha256:568b0b812855432a8270123211f354430eb5bf2710c54bef2680b2509764a4efOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ygrek/ocaml-snappy.git" -b "master" && cd "ocaml-snappy" && git reset --hard 329a58d0cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.10@sha256:568b0b812855432a8270123211f354430eb5bf2710c54bef2680b2509764a4ef# debian-13-4.10_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 snappy.opam ./RUN opam pin add -yn snappy.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-threads.base base-unix.base conf-snappy.1 dune.3.22.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y snappy.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-19 08:04.06: Using cache hint "ygrek/ocaml-snappy-ocaml/opam:debian-13-ocaml-4.10@sha256:568b0b812855432a8270123211f354430eb5bf2710c54bef2680b2509764a4ef-debian-13-4.10_opam-2.5-81c96d63cecfd68022c92e1f51af9df4"2026-03-19 08:04.06: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.10@sha256:568b0b812855432a8270123211f354430eb5bf2710c54bef2680b2509764a4ef)(comment debian-13-4.10_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src snappy.opam) (dst ./))(run (network host)(shell "opam pin add -yn snappy.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-threads.base base-unix.base conf-snappy.1 dune.3.22.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.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.5 --depext-only -y snappy.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")))2026-03-19 08:04.06: Waiting for resource in pool OCluster2026-03-19 09:18.47: Waiting for worker…2026-03-19 09:25.47: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at 329a58d release 0.1.2(from ocaml/opam:debian-13-ocaml-4.10@sha256:568b0b812855432a8270123211f354430eb5bf2710c54bef2680b2509764a4ef)2026-03-19 09:27.46 ---> using "a82dba32961c66fffb86953bb12cdd711004ffd74394bc571eefe8bc4451ff05" from cache/: (comment debian-13-4.10_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-03-19 09:27.47 ---> using "f2815c4c1c15a55296bf52713f98ed83b8322002034a4ec95f7ac691ec5c045d" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-19 09:27.48 ---> using "6983df341d6ed58452dab51bc37a160bb626a18ee26f15877136875ea7d219ea" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-101-genericThe OCaml toplevel, version 4.10.22.5.02026-03-19 09:27.51 ---> using "85052a9cdfe86e30936b50234c5687b52ca515a9bdb5f8fe6296de4573fa2e0f" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-19 09:27.51 ---> using "c53998ac23dc1ceeee9b8c084f7a06ce5a69652729a02b7de9da3ead1d34372f" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..9f189ca4f9 master -> origin/master9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0<><> 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.5.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)2026-03-19 09:28.03 ---> using "bdb6b4e6d078c66e3d61246296a42aa525cb14fedb9e4ba3dcf3dd87228b76fd" from cache/src: (copy (src snappy.opam) (dst ./))2026-03-19 09:28.47 ---> saved as "288019c24ff0bddcb06d0d4fca3aeadc4ed4270024d7347da4d39cc83c6768b0"/src: (run (network host)(shell "opam pin add -yn snappy.dev './'"))[snappy.dev] synchronised (file:///src)snappy is now pinned to file:///src (version dev)2026-03-19 09:29.56 ---> saved as "208a019b3e1342641eea2d14b56e5dbb9ee74670fe4fac1421dfcc522a0c907a"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-19 09:31.09 ---> saved as "1e86a9bf59657928a6e2da6410c6b54cf074dce130378bc5af3a26b1eb18d950"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-snappy.1 dune.3.22.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.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.5 --depext-only -y snappy.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- 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 trixie/main amd64 Packages [9671 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [115 kB]- Fetched 10.0 MB in 1s (10.7 MB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[snappy.dev] synchronised (file:///src)[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2).[NOTE] Package ocaml is already installed (current version is 4.10.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:libsnappy-dev<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libsnappy-dev"- Selecting previously unselected package libsnappy1v5: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 ... 20623 files and directories currently installed.)- Preparing to unpack .../libsnappy1v5_1.2.2-1_amd64.deb ...- Unpacking libsnappy1v5:amd64 (1.2.2-1) ...- Selecting previously unselected package libsnappy-dev:amd64.- Preparing to unpack .../libsnappy-dev_1.2.2-1_amd64.deb ...- Unpacking libsnappy-dev:amd64 (1.2.2-1) ...- Setting up libsnappy1v5:amd64 (1.2.2-1) ...- Setting up libsnappy-dev:amd64 (1.2.2-1) ...- Processing triggers for libc-bin (2.41-12+deb13u1) ...# To update the current shell environment, run: eval $(opam env)2026-03-19 09:33.27 ---> saved as "8254eaea006607b3596d4c412ddb9f1177b23c6eb4433cd176fbfc80198abf05"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2).[NOTE] Package ocaml is already installed (current version is 4.10.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 2 packages- install conf-snappy 1- install dune 3.22.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved conf-snappy.1 (cached)-> installed conf-snappy.1-> retrieved dune.3.22.0 (cached)-> installed dune.3.22.0Done.# To update the current shell environment, run: eval $(opam env)2026-03-19 09:36.34 ---> saved as "bbee07c23c056ac2169764ecebd8360f03b9bbef68175280ece682b8633d155a"/src: (copy (src .) (dst /src))2026-03-19 09:39.18 ---> saved as "18d0bddcd8a79b9e03a30ddd00ce98ed6224895adb02270c85c4d720828a7311"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /home/opam/.opam/4.10/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 .test.eobjs/byte -I src/.snappy.objs/byte -no-alias-deps -opaque -o .test.eobjs/byte/test.cmo -c -impl test.ml)File "test.ml", line 7, characters 6-79:7 | for i = 0 to pred n do Buffer.add_char b (Char.chr (Random.int 256)) done;^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Error (warning 35): unused for-loop index i.File "test.ml", line 18, characters 2-60:18 | for n = 0 to 1024 do check (Random.int 16384 + 16384) done;^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Error (warning 35): unused for-loop index n."/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-03-19 09:42.22: Job failed: Failed: Build failed