Organisationsbacktrackingocamlgraph7f3233 ()debian-12-4.14+flambda_opam-2.3

debian-12-4.14+flambda_opam-2.3

Link Copied
Code Copied

Logs

2025-05-29 12:52.50: New job: test backtracking/ocamlgraph https://github.com/backtracking/ocamlgraph.git#refs/heads/master (7f32330ce0ed890f29dca589fb947e0c81437583) (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 7f32330c
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:52.50: 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:52.50: 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:52.50: Waiting for resource in pool OCluster
2025-05-29 12:52.50: Waiting for worker…
2025-05-29 12:52.50: Got resource from pool OCluster
Building on x86-bm-c7.sw.ocaml.org
HEAD is now at e4b1738 Updated by OWASP Threat Dragon
HEAD is now at 7f32330 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:53.34 ---> saved as "4ef1ce058d738d1dd7e34b7acbe513baf538526be7b5466906c4200ea5618417"


/: (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:53.34 Waiting for previous build to finish cancelling
2025-05-29 12:53.34 ---> saved as "9c542ad2b8a3e7fb088319f501a500c28f523f4cc2f2be1cd5d1c2db030f0841"


/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.03 ---> saved as "206209894da78489322495360798a464da464bf70aebcc51701df23ce3abe2db"


/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.04 ---> saved as "c4420f9484d37c3d79075b87ab880fe17b230504251cb9d2f900f2cea2416335"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-05-29 12:54.04 ---> saved as "f3961320f050e68032496b82893b0937c4fca05b8ed633e3d780255baa5f550c"


/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 ><><><><><><><><><><><><><><><><><><><><><><>
2025-05-29 12:54.12: Cancelling: Auto-cancelling job because it is no longer needed
Job cancelled