2025-04-11 06:20.30: New job: test backtracking/ocamlgraph https://github.com/backtracking/ocamlgraph.git#refs/heads/master (e250d4b2967ef7854f97f44b357f418ec7b81417) (linux-x86_64:debian-12-4.11_opam-2.3) Base: ocaml/opam:debian-12-ocaml-4.11@sha256:6ff717e1c1106979a5c1660c76a6d44ac1ca568b6ef2e6e44471e4216cef7747 Opam project build To reproduce locally: git clone --recursive "https://github.com/backtracking/ocamlgraph.git" -b "master" && cd "ocamlgraph" && git reset --hard e250d4b2 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.11@sha256:6ff717e1c1106979a5c1660c76a6d44ac1ca568b6ef2e6e44471e4216cef7747 # debian-12-4.11_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 1b767795a4e028a4d45f916f1598c24ee7a7b6cb || git fetch origin master) && git reset -q --hard 1b767795a4e028a4d45f916f1598c24ee7a7b6cb && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 ocamlgraph_gtk.opam ocamlgraph.opam ./ RUN opam pin add -yn ocamlgraph_gtk.dev './' && \ opam pin add -yn ocamlgraph.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-pkg-config.4 csexp.1.5.2 dune.3.18.0 dune-configurator.3.18.0 graphics.5.1.2 lablgtk.2.18.14 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocamlfind.1.9.8" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.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-04-11 06:20.30: Using cache hint "backtracking/ocamlgraph-ocaml/opam:debian-12-ocaml-4.11@sha256:6ff717e1c1106979a5c1660c76a6d44ac1ca568b6ef2e6e44471e4216cef7747-debian-12-4.11_opam-2.3-9c007c3edd540f32a304d82947c7b4ab" 2025-04-11 06:20.30: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.11@sha256:6ff717e1c1106979a5c1660c76a6d44ac1ca568b6ef2e6e44471e4216cef7747) (comment debian-12-4.11_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 1b767795a4e028a4d45f916f1598c24ee7a7b6cb || git fetch origin master) && git reset -q --hard 1b767795a4e028a4d45f916f1598c24ee7a7b6cb && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./)) (run (network host) (shell "opam pin add -yn ocamlgraph_gtk.dev './' && \ \nopam pin add -yn ocamlgraph.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-pkg-config.4 csexp.1.5.2 dune.3.18.0 dune-configurator.3.18.0 graphics.5.1.2 lablgtk.2.18.14 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocamlfind.1.9.8") (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 ocamlgraph_gtk.dev ocamlgraph.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-04-11 06:20.30: Waiting for resource in pool OCluster 2025-04-11 06:20.30: Waiting for worker… 2025-04-11 06:20.30: Got resource from pool OCluster Building on x86-bm-c3.sw.ocaml.org All commits already cached HEAD is now at e250d4b Merge pull request #150 from maximebuyse/fix-stable-topological-sort (from ocaml/opam:debian-12-ocaml-4.11@sha256:6ff717e1c1106979a5c1660c76a6d44ac1ca568b6ef2e6e44471e4216cef7747) Unable to find image 'ocaml/opam:debian-12-ocaml-4.11@sha256:6ff717e1c1106979a5c1660c76a6d44ac1ca568b6ef2e6e44471e4216cef7747' locally docker.io/ocaml/opam@sha256:6ff717e1c1106979a5c1660c76a6d44ac1ca568b6ef2e6e44471e4216cef7747: Pulling from ocaml/opam 6193dfdb9454: Pulling fs layer 6193dfdb9454: Verifying Checksum 6193dfdb9454: Download complete 6193dfdb9454: Pull complete Digest: sha256:6ff717e1c1106979a5c1660c76a6d44ac1ca568b6ef2e6e44471e4216cef7747 Status: Downloaded newer image for ocaml/opam@sha256:6ff717e1c1106979a5c1660c76a6d44ac1ca568b6ef2e6e44471e4216cef7747 2025-04-11 06:22.12 ---> saved as "ba362f466b59172dc6091d8fdcc9890532bb25eab8136e791b75e8a5e8ef1fd2" /: (comment debian-12-4.11_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-04-11 06:22.12 ---> saved as "2da852f6b88ec5c30d505860b84e99b9f8015abb174685dc5dc4543e8474a846" /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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com" [default] synchronised from file:///home/opam/opam-repository 2025-04-11 06:23.20 ---> saved as "af6b410b460179b803da735ab64da87e74775215e35a2369474059155e82cc0a" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.11.2 2.3.0 2025-04-11 06:23.21 ---> saved as "3783e17a29e4bf0b7b7e6b57b9703bd3b9d226191366c9b324049c5a9c9c2368" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-04-11 06:23.21 ---> saved as "4a7addccafe697eb6ab78f2e682fcdd8b30887b736e6a7260975e6dc7bb4cdef" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 1b767795a4e028a4d45f916f1598c24ee7a7b6cb || git fetch origin master) && git reset -q --hard 1b767795a4e028a4d45f916f1598c24ee7a7b6cb && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD a8ed476033..4592800a5b master -> origin/master 1b767795a4 Merge pull request #27704 from maiste/release-dune-3.18.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive 2025-04-11 06:23.53: Cancelling: Auto-cancelling job because it is no longer needed Job cancelled