2025-04-08 08:39.09: New job: test backtracking/ocamlgraph https://github.com/backtracking/ocamlgraph.git#refs/heads/master (1b052ff2a064b852a29b6c7a3788dd23798b27fb) (linux-x86_64:fedora-40-4.14_opam-2.3)Base: ocaml/opam:fedora-40-ocaml-4.14@sha256:cc37024c0531154dc7f7147069bfb6715b0d1af169fdbfa556531a42105e4edaOpam project buildTo reproduce locally:git clone --recursive "https://github.com/backtracking/ocamlgraph.git" -b "master" && cd "ocamlgraph" && git reset --hard 1b052ff2cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-40-ocaml-4.14@sha256:cc37024c0531154dc7f7147069bfb6715b0d1af169fdbfa556531a42105e4eda# fedora-40-4.14_opam-2.3USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.3 /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 1b767795a4e028a4d45f916f1598c24ee7a7b6cb || git fetch origin master) && git reset -q --hard 1b767795a4e028a4d45f916f1598c24ee7a7b6cb && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-04-08 08:39.09: Using cache hint "backtracking/ocamlgraph-ocaml/opam:fedora-40-ocaml-4.14@sha256:cc37024c0531154dc7f7147069bfb6715b0d1af169fdbfa556531a42105e4eda-fedora-40-4.14_opam-2.3-268b5ad5d7f5445521122d626ba4737a"2025-04-08 08:39.09: Using OBuilder spec:((from ocaml/opam:fedora-40-ocaml-4.14@sha256:cc37024c0531154dc7f7147069bfb6715b0d1af169fdbfa556531a42105e4eda)(comment fedora-40-4.14_opam-2.3)(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.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.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.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-08 08:39.09: Waiting for resource in pool OCluster2025-04-08 08:39.10: Waiting for worker…2025-04-08 08:39.10: Got resource from pool OClusterBuilding on x86-bm-c8.sw.ocaml.orgAll commits already cachedHEAD is now at 1b052ff Merge pull request #153 from kit-ty-kate/ocaml-4.08(from ocaml/opam:fedora-40-ocaml-4.14@sha256:cc37024c0531154dc7f7147069bfb6715b0d1af169fdbfa556531a42105e4eda)2025-04-08 08:39.50 ---> saved as "81aeb9972ad396fe915756d37c1673be494f25bf8fcf54f21164b1846f16ebc1"/: (comment fedora-40-4.14_opam-2.3)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Fedora 40 - x86_64 245 kB/s | 27 kB 00:00Fedora 40 openh264 (From Cisco) - x86_64 12 kB/s | 989 B 00:00Fedora 40 - x86_64 - Updates 116 kB/s | 12 kB 00:00Fedora 40 - x86_64 - Updates 3.3 MB/s | 6.0 MB 00:01Package findutils-1:4.9.0-9.fc40.x86_64 is already installed.Dependencies resolved.Nothing to do.Complete!2025-04-08 08:40.00 ---> saved as "4c0b4f4f44ba47830d0c2d9115d7a4e99e6d99a4f748784d521652a095b1eaab"/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))2025-04-08 08:40.00 ---> saved as "729b2952a286ecb9eb23be38e00cdab37c74b91a4aa5b706438e94c5c6850d1b"/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 --globalFormat 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"2025-04-08 08:41.01: Cancelling: Auto-cancelling job because it is no longer neededJob cancelled