2024-11-08 14:37.13: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/master (347c3ad48ccd1140f529dee1e200dea24d729b4c) (linux-x86_64:debian-12-4.09_opam-2.2) Base: ocaml/opam:debian-12-ocaml-4.09@sha256:a05c09426ec4f491b033098fdb3fa83ed1614d9e688f92b61f5158db12064feb Opam project build To reproduce locally: git clone --recursive "https://github.com/ocsigen/lwt.git" -b "master" && cd "lwt" && git reset --hard 347c3ad4 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.09@sha256:a05c09426ec4f491b033098fdb3fa83ed1614d9e688f92b61f5158db12064feb # debian-12-4.09_opam-2.2 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.2 /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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt.opam ./ RUN opam pin add -yn lwt_retry.dev './' && \ opam pin add -yn lwt_react.dev './' && \ opam pin add -yn lwt_ppx.dev './' && \ opam pin add -yn lwt.dev './' ENV DEPS="base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.7.0 csexp.1.5.2 dune.3.16.1 dune-configurator.3.16.1 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_let.v0.14.0 ppxlib.0.33.0 react.1.2.2 sexplib0.v0.14.0 stdlib-shims.0.3.0 topkg.1.0.7" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.2 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.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-11-08 14:37.13: Using cache hint "ocsigen/lwt-ocaml/opam:debian-12-ocaml-4.09@sha256:a05c09426ec4f491b033098fdb3fa83ed1614d9e688f92b61f5158db12064feb-debian-12-4.09_opam-2.2-b3cddb504df3e45b3667acd364da462e" 2024-11-08 14:37.13: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.09@sha256:a05c09426ec4f491b033098fdb3fa83ed1614d9e688f92b61f5158db12064feb) (comment debian-12-4.09_opam-2.2) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.2 /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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt.opam) (dst ./)) (run (network host) (shell "opam pin add -yn lwt_retry.dev './' && \ \nopam pin add -yn lwt_react.dev './' && \ \nopam pin add -yn lwt_ppx.dev './' && \ \nopam pin add -yn lwt.dev './'")) (env DEPS "base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.7.0 csexp.1.5.2 dune.3.16.1 dune-configurator.3.16.1 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_let.v0.14.0 ppxlib.0.33.0 react.1.2.2 sexplib0.v0.14.0 stdlib-shims.0.3.0 topkg.1.0.7") (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.2 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.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-11-08 14:37.13: Waiting for resource in pool OCluster 2024-11-08 14:37.13: Waiting for worker… 2024-11-08 14:37.13: Got resource from pool OCluster Building on x86-bm-c18.sw.ocaml.org All commits already cached HEAD is now at 347c3ad48 Merge pull request #1038 from arvidj/arvid@clean-up-contributing (from ocaml/opam:debian-12-ocaml-4.09@sha256:a05c09426ec4f491b033098fdb3fa83ed1614d9e688f92b61f5158db12064feb) Unable to find image 'ocaml/opam:debian-12-ocaml-4.09@sha256:a05c09426ec4f491b033098fdb3fa83ed1614d9e688f92b61f5158db12064feb' locally docker.io/ocaml/opam@sha256:a05c09426ec4f491b033098fdb3fa83ed1614d9e688f92b61f5158db12064feb: Pulling from ocaml/opam ad25db0ffd4f: Pulling fs layer ad25db0ffd4f: Verifying Checksum ad25db0ffd4f: Download complete ad25db0ffd4f: Pull complete Digest: sha256:a05c09426ec4f491b033098fdb3fa83ed1614d9e688f92b61f5158db12064feb Status: Downloaded newer image for ocaml/opam@sha256:a05c09426ec4f491b033098fdb3fa83ed1614d9e688f92b61f5158db12064feb 2024-11-08 14:39.03 ---> saved as "09c36b1e41a3e8caad74e8d70d0f8511d6ad43ab7125c0c211b1727a0311d905" /: (comment debian-12-4.09_opam-2.2) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam")) 2024-11-08 14:39.03 ---> saved as "4de0edf6b99990f49a98b7554f94a185ec013d5c1453192b95fb7b007e3eff2c" /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 [NOTE] The 'jobs' option was reset, its value was 39 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=39 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-11-08 14:40.35 ---> saved as "f4545d9fa180d0085040175b73bf49cead8c7e16f099a8a143b2aadecf791314" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-122-generic The OCaml toplevel, version 4.09.1 2.2.1 2024-11-08 14:40.36 ---> saved as "ae4a43fc4e5d107291cf924899783549f405e13fe131a0d6269960f3e58be715" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-11-08 14:40.36 ---> saved as "9d12c57690c70b6c619aea55698dff793d2c878a37e76823d5b1788dd69d3640" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD d872638bdf..d8b8ceaa57 master -> origin/master 371a52f4a8 Merge pull request #26816 from maiste/release-dune-3.16.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> 2024-11-08 14:41.16: Cancelling: Auto-cancelling job because it is no longer needed Job cancelled