2025-05-27 07:01.15: New job: test backtracking/ocamlgraph https://github.com/backtracking/ocamlgraph.git#refs/heads/master (ff83e4827bd34a676ea1b74180d471b6c5f615f1) (freebsd-x86_64:freebsd-14.2-4.14_opam-2.3) Base: freebsd-14.2-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/backtracking/ocamlgraph.git" -b "master" && cd "ocamlgraph" && git reset --hard ff83e482 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM freebsd-14.2-ocaml-4.14 # freebsd-14.2-4.14_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/local/bin/opam-2.3 /usr/local/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-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 $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-27 07:01.15: Using cache hint "backtracking/ocamlgraph-freebsd-14.2-ocaml-4.14-freebsd-14.2-4.14_opam-2.3-3798f43ba292600b80ce5fb5ee122d90" 2025-05-27 07:01.15: Using OBuilder spec: ((from freebsd-14.2-ocaml-4.14) (comment freebsd-14.2-4.14_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/local/bin/opam-2.3 /usr/local/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-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-05-27 07:01.15: Waiting for resource in pool OCluster 2025-05-27 07:01.15: Waiting for worker… 2025-05-27 07:01.15: Got resource from pool OCluster Building on rosemary All commits already cached HEAD is now at ff83e48 Merge pull request #154 from backtracking/new-example-words (from freebsd-14.2-ocaml-4.14) 2025-05-27 07:01.27 ---> using "e232d73c9161ea3ff94ff4ae2b5a6983da9a9ca98d5185b2db1dbadeae5228e2" from cache /: (comment freebsd-14.2-4.14_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/local/bin/opam-2.3 /usr/local/bin/opam")) 2025-05-27 07:01.28 ---> using "5aedfaeff2bc60ce09298f87624d557fac4c416addb6915ab987317e95fa6323" from cache /src: (run (shell "opam init --reinit -ni")) No configuration file found, using 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 version of opam requires an update to the layout of /home/opam/.opam from version 2.1 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 1 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=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository 2025-05-27 07:01.29 ---> using "33d10a393b3f49c5577becd825d2bcab91e98bdde15eb554bf0dba345ccb7809" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 14.2-RELEASE-p1 The OCaml toplevel, version 4.14.2 2.3.0 2025-05-27 07:01.30 ---> using "318cf18a0512582a14a586ceb7ba02273510347df5896f5e5d533054ff3c99cc" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-05-27 07:01.30 ---> using "6fc646c578a950069629f2a24c45eb1d012bef32c9d3cba5f25029d6618e05d7" 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..dace5e43b1 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). The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.0 - ocaml-config.3 However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. 2025-05-27 07:01.51 ---> saved as "8b5eb1ab8397f70080b76ab26bb7993f705e343d242d904e7354aaedfba9197f" /src: (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./)) 2025-05-27 07:01.52 ---> saved as "8ebc6ddfffa549a3dba6646c7d2745ae6969858e63be4bd60f16b99edd7876a6" /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-27 07:01.55 ---> saved as "5eb1f7ffa366b646a1f2417fd9873432dd5f69d1af6542499e9199822ddf55e3" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-05-27 07:01.56 ---> saved as "289896e90c52b94190aae99ba220e339f463d27135a23e9fc11b00573368b044" /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-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 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")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ocamlgraph_gtk.dev] synchronised (file:///src) [ocamlgraph.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [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 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). The following system packages will first need to be installed: gtk2 libgnomecanvas libX11 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/local/bin/sudo "pkg" "install" "-y" "gtk2" "libgnomecanvas" "libX11" - Updating FreeBSD repository catalogue... - [rosemary] Fetching data.pkg: - . - . - . - . - . - . - . - . - . - . done - Processing entries: - ... - .. - .. - .. - . done - FreeBSD repository update completed. 35954 packages processed. - All repositories are up to date. - The following 60 package(s) will be affected (of 0 checked): - - New packages to be INSTALLED: - at-spi2-core: 2.54.1_1 - avahi-app: 0.8_6 - cairo: 1.18.2,3 - cups: 2.4.11_1 - dbus: 1.16.2_2,1 - dbus-glib: 0.114 - fontconfig: 2.15.0_3,1 - freetype2: 2.13.3 - fribidi: 1.0.16 - gdbm: 1.24 - gdk-pixbuf2: 2.42.12_1 - glib: 2.80.5_1,2 - gmp: 6.3.0 - gnome_subr: 1.0 - gnutls: 3.8.9 - graphite2: 1.3.14 - gtk-update-icon-cache: 3.24.42 - gtk2: 2.24.33_1 - harfbuzz: 10.3.0 - hicolor-icon-theme: 0.18 - jbigkit: 2.1_3 - jpeg-turbo: 3.1.0 - lerc: 4.0.0 - libICE: 1.1.1,1 - libSM: 1.2.6,1 - libX11: 1.8.12,1 - libXau: 1.0.11 - libXcomposite: 0.4.6_1,1 - libXcursor: 1.2.2 - libXdamage: 1.1.6 - libXdmcp: 1.1.5 - libXext: 1.3.6,1 - libXfixes: 6.0.1 - libXft: 2.3.8 - libXi: 1.8.1,1 - libXinerama: 1.1.5,1 - libXrandr: 1.5.4 - libXrender: 0.9.12 - libXtst: 1.2.4 - libart_lgpl: 2.3.21_3,1 - libdaemon: 0.14_1 - libdatrie: 0.2.13_2 - libdeflate: 1.22 - libevent: 2.1.12 - libgnomecanvas: 2.30.3_7 - libpaper: 1.1.28_1 - libtasn1: 4.20.0_1 - libthai: 0.1.29_1 - libxcb: 1.17.0 - libxml2: 2.11.9 - lzo2: 2.10_1 - nettle: 3.10.1 - p11-kit: 0.25.5 - pango: 1.56.1 - pixman: 0.44.2 - png: 1.6.47 - py311-packaging: 24.2 - shared-mime-info: 2.4_1 - tiff: 4.7.0 - xorgproto: 2024.1 - - Number of packages to be installed: 60 - - The process will require 188 MiB more space. - 35 MiB to be downloaded. - [rosemary] [1/60] Fetching png-1.6.47.pkg: .... - ...... done - [rosemary] [2/60] Fetching avahi-app-0.8_6.pkg: . - ... - .. - .... done - [rosemary] [3/60] Fetching libxcb-1.17.0.pkg: . - . - .. - . - .. - . - .. done - pkg: An error occured while fetching package: Unknown error - pkg: An error occured while fetching package: Unknown error [ERROR] System package install failed with exit code 3 at command: sudo pkg install -y gtk2 libgnomecanvas libX11 [ERROR] These packages are still missing: gtk2 libgnomecanvas libX11 [NOTE] You can retry with '--assume-depexts' to skip this check, or run 'opam option depext=false' to permanently disable handling of system packages. jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' 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-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam update --depexts && opam install --cli=2.3 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.dev $DEPS': failed "jail" "-c" "name=obuilder_91515_217" "mount.fstab=/tmp/obuilder-jail-2f25f0/fstab" "mount.devfs" "path=/obuilder/result/2f2d16dd0fad3e9b3b9035c87027a3f8e6e4a9e8324954b9c75da8a3790b31a8/rootfs" "host=inherit" "ip6=inherit" "ip4=inherit" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' 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-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam update --depexts && opam install --cli=2.3 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.dev $DEPS'" failed with exit status 1 2025-05-27 07:03.09: Job failed: Failed: Build failed