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:fedora-43-4.14_opam-2.5)Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2Opam 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:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2# fedora-43-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN 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.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.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:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2-fedora-43-4.14_opam-2.5-1597b891db8a9ea03b8651fa09c2e6bf"2026-03-19 08:04.06: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2)(comment fedora-43-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(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.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.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:17.38: Waiting for worker…2026-03-19 09:24.56: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 329a58d release 0.1.2(from ocaml/opam:fedora-43-ocaml-4.14@sha256:c38e2633f4e0ca50415c4b0790f9ce1687520fa8d35999acba50d2c6b3c4c2f2)2026-03-19 09:24.57 ---> using "b53e31b79ae240e911bd4dbe895cf7d23581a2cfb176110e802dbc172e2207f8" from cache/: (comment fedora-43-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 43 - x86_64 - Updates 100% | 1.5 KiB/s | 4.7 KiB | 00m03sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2026-03-19 09:24.57 ---> using "f5535a281226abe35a70c0937d17524041000012367450952c04ff905fc43a19" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-03-19 09:24.57 ---> using "e656820258ae1329e61e088e3b74323a9a81fb7a1976bfda84b891534625d81b" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-19 09:24.57 ---> using "c194778dad03d316bbe8a9f0f0aecf84315fcfe8d38c84882015ad3c4a4fdd05" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 4.14.22.5.02026-03-19 09:24.57 ---> using "f74c1f9434fc5d15e8a7f828a1fac776d0dedfb6095982641fa0091f3e3a89a3" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-19 09:24.57 ---> using "e1a7186bf4aff43814a8f63902df06605e7abd22e993d46675dd54a432e5c693" 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_HEAD4f056bfedf..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:24.57 ---> using "ec750a615c59bac2f296bc91b77c645ed0bfe4bd727e77f399976abdab8fb0a8" from cache/src: (copy (src snappy.opam) (dst ./))2026-03-19 09:24.57 ---> saved as "10d0fe802b7f3fbe319d7036861bb55ba31f841d47efa4704b6c86ab90efbf1c"/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:24.59 ---> saved as "37481b0f5cd1cf1bd21fa61d22e9d268df7bcd74afc9df369268ccb33ea78b5c"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-19 09:25.00 ---> saved as "c578477e0da8fcc2b33412536f360563e11b1db069ba7ae98d44ee1f3473eb1e"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-snappy.1 dune.3.22.0 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.5 --depext-only -y snappy.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[snappy.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:snappy-devel<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/sbin/sudo "yum" "install" "-y" "snappy-devel"- Updating and loading repositories:- Repositories loaded.- Package Arch Version Repository Size- Installing:- snappy-devel x86_64 1.2.2-2.fc43 fedora 47.4 KiB- Installing dependencies:- cmake-filesystem x86_64 3.31.10-3.fc43 updates 0.0 B- snappy x86_64 1.2.2-2.fc43 fedora 71.8 KiB-- Transaction Summary:- Installing: 3 packages-- Total size of inbound packages is 76 KiB. Need to download 76 KiB.- After this operation, 119 KiB extra will be used (install 119 KiB, remove 0 B).- [1/3] cmake-filesystem-0:3.31.10-3.fc43 100% | 117.5 KiB/s | 13.9 KiB | 00m00s- [2/3] snappy-devel-0:1.2.2-2.fc43.x86_6 100% | 147.0 KiB/s | 22.0 KiB | 00m00s- [3/3] snappy-0:1.2.2-2.fc43.x86_64 100% | 264.2 KiB/s | 39.6 KiB | 00m00s- --------------------------------------------------------------------------------- [3/3] Total 100% | 174.9 KiB/s | 75.5 KiB | 00m00s- Running transaction- [1/5] Verify package files 100% | 1.5 KiB/s | 3.0 B | 00m00s- [2/5] Prepare transaction 100% | 37.0 B/s | 3.0 B | 00m00s- [3/5] Installing cmake-filesystem-0:3.3 100% | 948.7 KiB/s | 7.6 KiB | 00m00s- [4/5] Installing snappy-0:1.2.2-2.fc43. 100% | 14.4 MiB/s | 73.5 KiB | 00m00s- [5/5] Installing snappy-devel-0:1.2.2-2 100% | 570.4 KiB/s | 49.6 KiB | 00m00s- Complete!+ /usr/sbin/rpm "-q" "--whatprovides" "snappy-devel"- snappy-devel-1.2.2-2.fc43.x86_64# To update the current shell environment, run: eval $(opam env)2026-03-19 09:25.23 ---> saved as "c2ad60ee5388dc0759ebbaae050715fe6073fc2974797a9ffd870c0dee795a3f"/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 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:26.49 ---> saved as "ced2da9285473ebf29898421e26a581680d557ae28de4ab40dc4b78eb186440d"/src: (copy (src .) (dst /src))2026-03-19 09:26.50 ---> saved as "d07f920605e7516451968c0cae6c929051c2c9ff0a702520d089c327a94bc084"/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 .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-index]): 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-index]): 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:26.52: Job failed: Failed: Build failed