2024-12-19 22:53.56: New job: test ygrek/ocaml-extlib https://github.com/ygrek/ocaml-extlib.git#refs/heads/master (99333426030c6d5a1d782a4193dbb9230e8455ee) (linux-x86_64:(lower-bound)) Base: ocaml/opam:debian-12-ocaml-4.02@sha256:bed435992a6e3945bf818c3cbe3cc6eef44916b4dc0be56865cad6594324ad65 Opam project build To reproduce locally: git clone --recursive "https://github.com/ygrek/ocaml-extlib.git" -b "master" && cd "ocaml-extlib" && git reset --hard 99333426 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.02@sha256:bed435992a6e3945bf818c3cbe3cc6eef44916b4dc0be56865cad6594324ad65 # debian-12-4.02_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 28daeff6f36e886a2c133aceed8a117d4c6dcd28 || git fetch origin master) && git reset -q --hard 28daeff6f36e886a2c133aceed8a117d4c6dcd28 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 extlib.opam ./ RUN opam pin add -yn extlib.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-num.base base-ocamlbuild.base base-threads.base base-unix.base conf-m4.1 cppo.1.0.1 dune.1.0.0 num.0 ocaml.4.02.3 ocaml-base-compiler.4.02.3 ocaml-config.1 ocamlbuild.0 ocamlfind.1.5.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y extlib.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 2024-12-19 22:53.56: Using cache hint "ygrek/ocaml-extlib-ocaml/opam:debian-12-ocaml-4.02@sha256:bed435992a6e3945bf818c3cbe3cc6eef44916b4dc0be56865cad6594324ad65-debian-12-4.02_opam-2.3-38e2e5048cbab9a6261763f63cab91e1" 2024-12-19 22:53.56: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.02@sha256:bed435992a6e3945bf818c3cbe3cc6eef44916b4dc0be56865cad6594324ad65) (comment debian-12-4.02_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 28daeff6f36e886a2c133aceed8a117d4c6dcd28 || git fetch origin master) && git reset -q --hard 28daeff6f36e886a2c133aceed8a117d4c6dcd28 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src extlib.opam) (dst ./)) (run (network host) (shell "opam pin add -yn extlib.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-num.base base-ocamlbuild.base base-threads.base base-unix.base conf-m4.1 cppo.1.0.1 dune.1.0.0 num.0 ocaml.4.02.3 ocaml-base-compiler.4.02.3 ocaml-config.1 ocamlbuild.0 ocamlfind.1.5.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 extlib.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")) ) 2024-12-19 22:53.56: Waiting for resource in pool OCluster 2024-12-20 19:17.22: Waiting for worker… 2024-12-20 19:19.25: Got resource from pool OCluster Building on x86-bm-c15.sw.ocaml.org All commits already cached HEAD is now at 9933342 Add .git-blame-ignore-revs (from ocaml/opam:debian-12-ocaml-4.02@sha256:bed435992a6e3945bf818c3cbe3cc6eef44916b4dc0be56865cad6594324ad65) 2024-12-20 19:19.53 ---> saved as "fcf810be7ae1815877dda82754ca7f330234e6404c36a6d5dc5ffd8d7743d768" /: (comment debian-12-4.02_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")) 2024-12-20 19:19.53 ---> saved as "53ea460a2fd94ac83dbdcfccee763907635a130982227cc2f32d4760cc02c9ff" /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] synchronised from file:///home/opam/opam-repository 2024-12-20 19:21.20 ---> saved as "c261da9bb6c7761139b3a442ba115244e36911954e5c4bb51033dd24ddd07ded" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-126-generic The OCaml toplevel, version 4.02.3 2.3.0 2024-12-20 19:21.20 ---> saved as "6f2f56ae8b9994c92f5739b96c72bd733202f1a84c4da6cea72eb70fdf09a800" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-12-20 19:21.21 ---> saved as "b35384a881d6dac7c9ec72d2d2a18c1d2d7d7c9fc4b3cf8aaa3cb4d830e33d64" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 28daeff6f36e886a2c133aceed8a117d4c6dcd28 || git fetch origin master) && git reset -q --hard 28daeff6f36e886a2c133aceed8a117d4c6dcd28 && git log --no-decorate -n1 --oneline && opam update -u")) 28daeff6f3 Merge pull request #26814 from mtelvers/m4 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from 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) 2024-12-20 19:22.23 ---> saved as "354dc9765ebeb7d6cf857d41e2c44cc7fafb158d519a56191032f23db4f122d6" /src: (copy (src extlib.opam) (dst ./)) 2024-12-20 19:22.23 ---> saved as "2c3fe7f219c13e0b9795be67c93dfc4bb1df1a892e13f106874424a5e411a6e3" /src: (run (network host) (shell "opam pin add -yn extlib.dev './'")) [extlib.dev] synchronised (file:///src) extlib is now pinned to file:///src (version dev) 2024-12-20 19:22.25 ---> saved as "7433e99135e790777716a01273903b99b128dd22ad1800668c581f6c417cff36" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2024-12-20 19:22.25 ---> saved as "464763ca0664ef8f84b67b517cd3ca0b7f33ba94dd1f25afdf6a0660b81ab25f" /src: (env DEPS "base-bigarray.base base-num.base base-ocamlbuild.base base-threads.base base-unix.base conf-m4.1 cppo.1.0.1 dune.1.0.0 num.0 ocaml.4.02.3 ocaml-base-compiler.4.02.3 ocaml-config.1 ocamlbuild.0 ocamlfind.1.5.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 extlib.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 amd64 Packages [236 kB] - Fetched 339 kB in 0s (1227 kB/s) - Reading package lists... <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [extlib.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.02.3). [NOTE] Package ocaml is already installed (current version is 4.02.3). [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-ocamlbuild 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: m4 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package m4. - (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 ... 18745 files and directories currently installed.) - Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ... - Unpacking m4 (1.4.19-3) ... - Setting up m4 (1.4.19-3) ... 2024-12-20 19:22.42 ---> saved as "8bc4737e68b56905135eaef48b5d9753c715d1f67480336d8bd4602b6444722d" /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.02.3). [NOTE] Package ocaml is already installed (current version is 4.02.3). [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-ocamlbuild 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 7 packages - install base-num base - install conf-m4 1 - install cppo 1.0.1 - install dune 1.0.0 - install num 0 - install ocamlbuild 0 - install ocamlfind 1.5.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed base-num.base -> installed num.0 -> installed ocamlbuild.0 -> installed conf-m4.1 -> retrieved ocamlfind.1.5.1 (http://download.camlcity.org/download/findlib-1.5.1.tar.gz) -> retrieved cppo.1.0.1 (https://github.com/mjambon/cppo/archive/v1.0.1.tar.gz) -> retrieved dune.1.0.0 (https://github.com/ocaml/dune/releases/download/1.0.0/dune-1.0.0.tbz) -> installed ocamlfind.1.5.1 -> installed dune.1.0.0 -> installed cppo.1.0.1 Done. # To update the current shell environment, run: eval $(opam env) 2024-12-20 19:23.12 ---> saved as "1fafc1e3af56cdc1563560fd7bf0ea38c3e993ce4251dd97c46f751b32623fd2" /src: (copy (src .) (dst /src)) 2024-12-20 19:23.12 ---> saved as "d46dcf718acad8cef7ed66266743a91cda1735c8e53011ac156e57f8d3d8b1b6" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) From the command line: Error: Alias "check" is empty. It is not defined in . or any of its descendants. runner alias test/runtest Dllist simple - OK regression_1 - OK regression_2 - OK skip_both_ways - OK 4/4 tests succeeded. IO bits - OK i8 - OK u8 - OK i16 - OK u16 - OK i31 - OK real_i32 - OK i32 - OK 8/8 tests succeeded. ExtString starts_with - OK ends_with - OK map - OK lchop - OK rchop - OK split - OK replace_1 - OK strip - OK nsplit - OK 9/9 tests succeeded. ExtArray rev - OK rev_in_place - OK for_all - OK exists - OK mem - OK memq - OK find - OK findi - OK filter - OK partition - OK enum - OK map2 - OK 12/12 tests succeeded. DynArray triv - OK regr_1 - OK insert - OK simple_1 - OK simple_2 - OK 5/5 tests succeeded. ExtHashtbl map - OK 1/1 tests succeeded. ExtList iteri - OK mapi - OK exceptions - OK find_exc - OK findi - OK fold_right - OK fold_right2 - OK map - OK find_map_exn - OK make - OK 10/10 tests succeeded. BitSet basic - OK enum_1 - OK enum_2 - OK enum_3 - OK enum_regr_pz - OK intersect - OK diff - OK sym_diff - OK rnd_creation - OK empty - OK exceptions - OK compare - OK compare_2 - OK compare_3 - OK set_opers - OK unite - OK intersect_2 - OK differentiate - OK differentiate_sym - OK 19/19 tests succeeded. Overall 68/68 tests succeeded. "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2024-12-20 19:23.14: Job failed: Failed: Build failed