2025-04-11 06:20.29: New job: test backtracking/ocamlgraph https://github.com/backtracking/ocamlgraph.git#refs/heads/master (e250d4b2967ef7854f97f44b357f418ec7b81417) (windows-amd64:windows-server-2022-amd64-4.14_opam-2.3)Base: windows-server-2022-amd64-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/backtracking/ocamlgraph.git" -b "master" && cd "ocamlgraph" && git reset --hard e250d4b2cat > Dockerfile <<'END-OF-DOCKERFILE'FROM windows-server-2022-amd64-ocaml-4.14# windows-server-2022-amd64-4.14_opam-2.3USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f /usr/bin/opam-2.3 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN 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 /Users/opam/src/./RUN opam pin add -yn ocamlgraph_gtk.dev '/Users/opam/src/./' && \opam pin add -yn ocamlgraph.dev '/Users/opam/src/./'RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'ENV DEPS="arch-x86_64.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-mingw-w64-gcc-x86_64.1 conf-pkg-config.4 csexp.1.5.2 dune.3.18.0 dune-configurator.3.18.0 flexdll.0.43 graphics.5.1.2 host-arch-x86_64.1 host-system-mingw.1 lablgtk.2.18.14 mingw-w64-shims.0.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlfind.1.9.8 system-mingw.1"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 . /Users/opam/srcRUN cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-04-11 06:20.29: Using cache hint "backtracking/ocamlgraph-windows-server-2022-amd64-ocaml-4.14-windows-server-2022-amd64-4.14_opam-2.3-3c77de46e81414c3f449ee751d3e0536"2025-04-11 06:20.29: Using OBuilder spec:((from windows-server-2022-amd64-ocaml-4.14)(comment windows-server-2022-amd64-4.14_opam-2.3)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "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"))(run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\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 /Users/opam/src/./))(run (network host)(shell "opam pin add -yn ocamlgraph_gtk.dev '/Users/opam/src/./' && \\nopam pin add -yn ocamlgraph.dev '/Users/opam/src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))(env DEPS "arch-x86_64.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-mingw-w64-gcc-x86_64.1 conf-pkg-config.4 csexp.1.5.2 dune.3.18.0 dune-configurator.3.18.0 flexdll.0.43 graphics.5.1.2 host-arch-x86_64.1 host-system-mingw.1 lablgtk.2.18.14 mingw-w64-shims.0.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlfind.1.9.8 system-mingw.1")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\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 "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /Users/opam/src))(run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-04-11 06:20.29: Waiting for resource in pool OCluster2025-04-11 06:20.30: Waiting for worker…2025-04-11 06:21.09: Got resource from pool OClusterBuilding on odawaAll commits already cachedHEAD is now at e250d4b Merge pull request #150 from maximebuyse/fix-stable-topological-sort(from windows-server-2022-amd64-ocaml-4.14)2025-04-11 06:21.09 ---> using "55c9cbebb0e098c78ccc09b1cc6e84ec9f0bd2275b7cebf331cc913575946dc0" from cache/: (comment windows-server-2022-amd64-4.14_opam-2.3)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f /usr/bin/opam-2.3 /usr/bin/opam"))2025-04-11 06:21.09 ---> using "fe3978d598c814685c6ee8922c3ae17147a3127f83af70ca6588d6b26847cd93" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using built-in defaults.<><> Unix support infrastructure ><><><><><><><><><><><><><><><><><><><><><><><>opam and the OCaml ecosystem in general require various Unix tools in order to operate correctly. At present, this requires the installation of Cygwin to provide these tools.How should opam obtain Unix tools?> 1. Use tools found in PATH (Cygwin installation at C:\cygwin64)2. Automatically create an internal Cygwin installation that will be managed by opam (recommended)3. Use Cygwin installation found in C:\cygwin644. Use another existing Cygwin/MSYS2 installation5. Abort initialisation[1/2/3/4/5] 1Checking 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.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from file://C:/Users/opam/opam-repository2025-04-11 06:21.09 ---> using "0caf41f56a7e1f8a9ba062ae44d7d1f50471f3874e543c30c0d1c2b229f1e062" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))CYGWIN_NT-10.0-20348 3.5.4-1.x86_64The OCaml toplevel, version 4.14.22.3.02025-04-11 06:21.09 ---> using "6a7802e4db8e302e8ba8d87ff4e9376ae777099db0cd03bdab21ff27a442740c" from cache/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\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_HEAD11bdbee611..598efb46ec master -> origin/master1b767795a4 Merge pull request #27704 from maiste/release-dune-3.18.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file://C:/Users/opam/opam-repositoryEverything 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-04-11 06:21.09 ---> using "52781949bd2b790753b74cf231c66bf9a9a19defbd8cb398f70710b7ac36f863" from cache/: (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst /Users/opam/src/./))2025-04-11 06:21.27 ---> saved as "ebcec1dc1953fb50551866cb64d8352b41b35d9464d4fe2779c8878498731b75"/: (run (network host)(shell "opam pin add -yn ocamlgraph_gtk.dev '/Users/opam/src/./' && \\nopam pin add -yn ocamlgraph.dev '/Users/opam/src/./'"))[ocamlgraph_gtk.dev] synchronised (file://C:/Users/opam/src/.)ocamlgraph_gtk is now pinned to file://C:/Users/opam/src/. (version dev)[ocamlgraph.dev] synchronised (file://C:/Users/opam/src/.)ocamlgraph is now pinned to file://C:/Users/opam/src/. (version dev)2025-04-11 06:21.41 ---> saved as "bf6d2df3e1e668ac51c309b450b12875425a08308095da7248fc1ef435a89a5f"/: (run (network host)(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))2025-04-11 06:21.53 ---> saved as "fff4068a4b03ec7508610d0d3a10e34517cb729f9aa39eafeec806cf7a4519e3"/: (env DEPS "arch-x86_64.1 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-mingw-w64-gcc-x86_64.1 conf-pkg-config.4 csexp.1.5.2 dune.3.18.0 dune-configurator.3.18.0 flexdll.0.43 graphics.5.1.2 host-arch-x86_64.1 host-system-mingw.1 lablgtk.2.18.14 mingw-w64-shims.0.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlfind.1.9.8 system-mingw.1")/: (env CI true)/: (env OCAMLCI true)/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))(network host)(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.dev $DEPS"))<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ocamlgraph.dev] synchronised (file://C:/Users/opam/src/.)[ocamlgraph_gtk.dev] synchronised (file://C:/Users/opam/src/.)[NOTE] Package system-mingw is already installed (current version is 1).[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-env-mingw64 is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package mingw-w64-shims is already installed (current version is 0.2.0).[NOTE] Package host-system-mingw is already installed (current version is 1).[NOTE] Package host-arch-x86_64 is already installed (current version is 1).[NOTE] Package flexdll is already installed (current version is 0.43).[NOTE] Package conf-mingw-w64-gcc-x86_64 is already installed (current version is 1).[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).[NOTE] Package arch-x86_64 is already installed (current version is 1).2025-04-11 06:22.14 ---> saved as "ff71e14d4f25681f4890636a33c2fd205cd9de63a3ddb4f7c1ad6d4f22b5d6a6"/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))(network host)(shell "opam install $DEPS"))[NOTE] Package system-mingw is already installed (current version is 1).[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-env-mingw64 is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package mingw-w64-shims is already installed (current version is 0.2.0).[NOTE] Package host-system-mingw is already installed (current version is 1).[NOTE] Package host-arch-x86_64 is already installed (current version is 1).[NOTE] Package flexdll is already installed (current version is 0.43).[NOTE] Package conf-mingw-w64-gcc-x86_64 is already installed (current version is 1).[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).[NOTE] Package arch-x86_64 is already installed (current version is 1).The following actions will be performed:=== recompile 1 package- recompile mingw-w64-shims 0.2.0=== install 10 packages- install camlp-streams 5.0.1- install conf-gnomecanvas 2- install conf-gtk2 1- install conf-pkg-config 4- install csexp 1.5.2- install dune 3.18.0- install dune-configurator 3.18.0- install graphics 5.1.2- install lablgtk 2.18.14- install ocamlfind 1.9.8<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved camlp-streams.5.0.1 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved graphics.5.1.2 (cached)-> installed conf-pkg-config.4-> retrieved mingw-w64-shims.0.2.0 (cached)#=== ERROR while compiling conf-gnomecanvas.2 =================================#"pkg-config": command not found.<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>+- The following actions failed| - fetch dune.3.18.0, dune-configurator.3.18.0| - fetch lablgtk 2.18.14| - build conf-gnomecanvas 2+-+- The following changes have been performed (the rest was aborted)| - install conf-pkg-config 4+-# To update the current shell environment, run: eval $(opam env)The former state can be restored with:C:\cygwin64\bin\opam.exe switch import "C:\\Users\\opam\\AppData\\Local\\opam\\4.14.2\\.opam-switch\\backup\\state-20250411062222.export""opam install $DEPS" failed with exit status 312025-04-11 06:22.36: Job failed: Failed: Build failed