2025-05-29 12:54.49: New job: test backtracking/ocamlgraph https://github.com/backtracking/ocamlgraph.git#refs/heads/master (d85fe21a118de098e347830124547e46dc8fdc26) (linux-x86_64:debian-12-4.14+flambda_opam-2.3) Base: ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:17f164e87be56c1fbfc25ebae866364eb5136cde967426d38b4d06c80739abbc Opam project build To reproduce locally: git clone --recursive "https://github.com/backtracking/ocamlgraph.git" -b "master" && cd "ocamlgraph" && git reset --hard d85fe21a cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:17f164e87be56c1fbfc25ebae866364eb5136cde967426d38b4d06c80739abbc # debian-12-4.14+flambda_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 0763422a5b53e103e68c04e9804aca4a6a8fb784 || git fetch origin master) && git reset -q --hard 0763422a5b53e103e68c04e9804aca4a6a8fb784 && 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.19.0 dune-configurator.3.19.0 graphics.5.1.2 lablgtk.2.18.14 ocaml.4.14.2 ocaml-config.2 ocaml-variants.4.14.2+options 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-05-29 12:54.49: Using cache hint "backtracking/ocamlgraph-ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:17f164e87be56c1fbfc25ebae866364eb5136cde967426d38b4d06c80739abbc-debian-12-4.14+flambda_opam-2.3-c76e04ea063486d5f1197c13884b6749" 2025-05-29 12:54.49: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:17f164e87be56c1fbfc25ebae866364eb5136cde967426d38b4d06c80739abbc) (comment debian-12-4.14+flambda_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 0763422a5b53e103e68c04e9804aca4a6a8fb784 || git fetch origin master) && git reset -q --hard 0763422a5b53e103e68c04e9804aca4a6a8fb784 && 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.19.0 dune-configurator.3.19.0 graphics.5.1.2 lablgtk.2.18.14 ocaml.4.14.2 ocaml-config.2 ocaml-variants.4.14.2+options 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-05-29 12:54.49: Waiting for resource in pool OCluster 2025-05-29 12:54.49: Waiting for worker… 2025-05-29 12:54.49: Got resource from pool OCluster Building on x86-bm-c7.sw.ocaml.org HEAD is now at 7073158 Updated by OWASP Threat Dragon HEAD is now at d85fe21 Updated by OWASP Threat Dragon (from ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:17f164e87be56c1fbfc25ebae866364eb5136cde967426d38b4d06c80739abbc) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14-flambda@sha256:17f164e87be56c1fbfc25ebae866364eb5136cde967426d38b4d06c80739abbc' locally docker.io/ocaml/opam@sha256:17f164e87be56c1fbfc25ebae866364eb5136cde967426d38b4d06c80739abbc: Pulling from ocaml/opam 380f7cdb84fd: Pulling fs layer 380f7cdb84fd: Verifying Checksum 380f7cdb84fd: Download complete 380f7cdb84fd: Pull complete Digest: sha256:17f164e87be56c1fbfc25ebae866364eb5136cde967426d38b4d06c80739abbc Status: Downloaded newer image for ocaml/opam@sha256:17f164e87be56c1fbfc25ebae866364eb5136cde967426d38b4d06c80739abbc 2025-05-29 12:54.50 ---> using "4ef1ce058d738d1dd7e34b7acbe513baf538526be7b5466906c4200ea5618417" from cache /: (comment debian-12-4.14+flambda_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-05-29 12:54.50 ---> using "9c542ad2b8a3e7fb088319f501a500c28f523f4cc2f2be1cd5d1c2db030f0841" 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 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] Initialised 2025-05-29 12:54.50 ---> using "206209894da78489322495360798a464da464bf70aebcc51701df23ce3abe2db" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-05-29 12:54.50 ---> using "c4420f9484d37c3d79075b87ab880fe17b230504251cb9d2f900f2cea2416335" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-05-29 12:54.50 ---> using "f3961320f050e68032496b82893b0937c4fca05b8ed633e3d780255baa5f550c" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 0763422a5b53e103e68c04e9804aca4a6a8fb784 || git fetch origin master) && git reset -q --hard 0763422a5b53e103e68c04e9804aca4a6a8fb784 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 0d013e603b..0eea63ad71 master -> origin/master 0763422a5b Merge pull request #27917 from jmid/conf-gnomecanvas-mingw <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+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) 2025-05-29 12:55.15 ---> saved as "795f6180bc20282c4fbff416efb5bd1e9d422c8d5d0a8aa7e833861728b38be8" /src: (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./)) 2025-05-29 12:55.15 ---> saved as "9c5f0859f423c9286d2959727f6d208fa2b518502891ce627621ff365044eebb" /src: (run (network host) (shell "opam pin add -yn ocamlgraph_gtk.dev './' && \ \nopam pin add -yn ocamlgraph.dev './'")) [ocamlgraph_gtk.dev] synchronised (file:///src) ocamlgraph_gtk is now pinned to file:///src (version dev) [ocamlgraph.dev] synchronised (file:///src) ocamlgraph is now pinned to file:///src (version dev) 2025-05-29 12:55.19 ---> saved as "950486d9d12939d445a35eaac695298d2c3916340b57149d1df3b3e7baacf397" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-05-29 12:55.19 ---> saved as "78e1c29a672e45ba1ffd824684c98c4841052c891141ecd977717818fd7a02f6" /src: (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.19.0 dune-configurator.3.19.0 graphics.5.1.2 lablgtk.2.18.14 ocaml.4.14.2 ocaml-config.2 ocaml-variants.4.14.2+options ocamlfind.1.9.8") /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 ocamlgraph_gtk.dev ocamlgraph.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] - 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 bookworm/main amd64 Packages [8793 kB] - Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [261 kB] - Fetched 9309 kB in 2s (5753 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ocamlgraph.dev] synchronised (file:///src) [ocamlgraph_gtk.dev] synchronised (file:///src) [NOTE] Package ocaml-variants is already installed (current version is 4.14.2+options). [NOTE] Package ocaml-config is already installed (current version is 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). 2025-05-29 12:55.27: Cancelling: Auto-cancelling job because it is no longer needed Job cancelled