2026-04-29 12:51.24: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/heads/master (3ab117d9829adfeb16be513ac88c0c75d4517b19) (freebsd-x86_64:freebsd-15.0-4.14_opam-2.5)Base: freebsd-15.0-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/obuilder.git" -b "master" && cd "obuilder" && git reset --hard 3ab117d9cat > Dockerfile <<'END-OF-DOCKERFILE'FROM freebsd-15.0-ocaml-4.14# freebsd-15.0-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/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 dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 obuilder.opam obuilder-spec.opam ./RUN opam pin add -yn obuilder.dev './' && \opam pin add -yn obuilder-spec.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 alcotest-lwt.1.9.1 astring.0.8.5 base.v0.16.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.3 cmdliner.2.1.1 conf-pkg-config.4 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.22.2 dune-compiledb.0.6.0 dune-configurator.3.22.2 extunix.0.4.3 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 logs.0.10.0 lwt.6.1.2 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.4.1 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y obuilder.dev obuilder-spec.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-29 12:51.24: Using cache hint "ocurrent/obuilder-freebsd-15.0-ocaml-4.14-freebsd-15.0-4.14_opam-2.5-ff8cbcb6bb48ff026f1c143bd33980dc"2026-04-29 12:51.24: Using OBuilder spec:((from freebsd-15.0-ocaml-4.14)(comment freebsd-15.0-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/local/bin/opam-2.5 /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 dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src obuilder.opam obuilder-spec.opam) (dst ./))(run (network host)(shell "opam pin add -yn obuilder.dev './' && \\nopam pin add -yn obuilder-spec.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 astring.0.8.5 base.v0.16.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.3 cmdliner.2.1.1 conf-pkg-config.4 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.22.2 dune-compiledb.0.6.0 dune-configurator.3.22.2 extunix.0.4.3 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 logs.0.10.0 lwt.6.1.2 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.4.1 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0")(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.5 --depext-only -y obuilder.dev obuilder-spec.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")))2026-04-29 12:51.24: Waiting for resource in pool OCluster2026-04-29 17:16.15: Waiting for worker…2026-04-29 18:32.13: Got resource from pool OClusterBuilding on rosemaryAll commits already cachedHEAD is now at 3ab117d Merge pull request #206 from mtelvers/fix-dot-in-dst-tar-paths(from freebsd-15.0-ocaml-4.14)2026-04-29 18:24.51 ---> using "72cdd96d2d21f8c55140a83e6aa1d871999cc103a298a3bf0e5db4a314024f45" from cache/: (comment freebsd-15.0-4.14_opam-2.5)/: (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.5 /usr/local/bin/opam"))2026-04-29 18:24.51 ---> using "4538f703783db625d7bb0efc9c3955070c7cf00e8ba9c026a6fd4f53f70a8773" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repository2026-04-29 18:24.52 ---> using "5b8ccc8e555d7cd0f1032f902b03180b4a94661bb370b5a12ce602073b7e0ee3" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 15.0-RELEASE-p6The OCaml toplevel, version 4.14.32.5.02026-04-29 18:24.52 ---> using "63dbf484679c53eec2cd63fc0cfb2a328df30922e62a61c8641a841e6a756d1d" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-29 18:24.52 ---> using "58d88452eeb4eb022753991a08e7397c7288aff7a4440207912f07c2c5a346a8" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -u"))dd592986d4 Merge pull request #29752 from raphael-proust/opam-publish-lwt.6.1.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0- ocaml-config.3However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.2026-04-29 18:24.52 ---> using "b86424885e2d1f3464d278e9aeb3653ed4634978aa54e70ce2975b6f13bac018" from cache/src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./))2026-04-29 18:24.54 ---> saved as "dc11e12dd0d4dd0c33c236e2ad8f29c2a2b4ec7003eff6b125d650d462682d84"/src: (run (network host)(shell "opam pin add -yn obuilder.dev './' && \\nopam pin add -yn obuilder-spec.dev './'"))[obuilder.dev] synchronised (file:///src)obuilder is now pinned to file:///src (version dev)[obuilder-spec.dev] synchronised (file:///src)obuilder-spec is now pinned to file:///src (version dev)2026-04-29 18:24.57 ---> saved as "27d86d945a59c5b3e88285c59c215e9d31c3493edc6bdefaf84601c4aa4bbe1d"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-29 18:24.57 ---> saved as "9140c6ba23f526567a239c64f7b978e71ac813496d09f073771f2dd37125ca1a"/src: (env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 astring.0.8.5 base.v0.16.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.3 cmdliner.2.1.1 conf-pkg-config.4 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.22.2 dune-compiledb.0.6.0 dune-configurator.3.22.2 extunix.0.4.3 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 logs.0.10.0 lwt.6.1.2 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.4.1 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0")/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.5 --depext-only -y obuilder.dev obuilder-spec.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[obuilder-spec.dev] synchronised (file:///src)[obuilder.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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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:sqlite3<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/local/bin/sudo "pkg" "install" "-y" "sqlite3"- Updating FreeBSD-ports repository catalogue...- FreeBSD-ports repository is up to date.- Updating FreeBSD-ports-kmods repository catalogue...- FreeBSD-ports-kmods repository is up to date.- All repositories are up to date.- The following 2 package(s) will be affected (of 0 checked):-- New packages to be INSTALLED:- libedit: 3.1.20251016_1,1 [FreeBSD-ports]- sqlite3: 3.50.4_2,1 [FreeBSD-ports]-- Number of packages to be installed: 2-- The process will require 7 MiB more space.- 1 MiB to be downloaded.- [rosemary] [1/2] Fetching libedit-3.1.20251016_1,1: .......... done- [rosemary] [2/2] Fetching sqlite3-3.50.4_2,1: .......... done- Checking integrity... done (0 conflicting)- [rosemary] [1/2] Installing libedit-3.1.20251016_1,1...- [rosemary] [1/2] Extracting libedit-3.1.20251016_1,1: .......... done- [rosemary] [2/2] Installing sqlite3-3.50.4_2,1...- [rosemary] [2/2] Extracting sqlite3-3.50.4_2,1: .......... done2026-04-29 18:25.10 ---> saved as "9d2137ea140ae2f9a097dfe5b0262512e63a53932c9f6fc27a276fe8adc393d9"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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 actions will be performed:=== install 51 packages∗ alcotest 1.9.1∗ alcotest-lwt 1.9.1∗ astring 0.8.5∗ base v0.16.5∗ base-bytes base∗ camlp-streams 5.0.1∗ checkseum 0.5.3∗ cmdliner 2.1.1∗ conf-pkg-config 4∗ conf-sqlite3 1∗ cppo 1.8.0∗ crunch 4.0.0∗ csexp 1.5.2∗ cstruct 6.2.0∗ cstruct-lwt 6.2.0∗ decompress 1.5.3∗ dune 3.22.2∗ dune-compiledb 0.6.0∗ dune-configurator 3.22.2∗ extunix 0.4.3∗ ezjsonm 1.3.0∗ fmt 0.11.0∗ fpath 0.7.3∗ hex 1.5.0∗ jsonm 1.0.2∗ logs 0.10.0∗ lwt 6.1.2∗ num 1.6∗ ocaml-compiler-libs v0.12.4∗ ocaml-syntax-shims 1.0.0∗ ocamlbuild 0.16.1∗ ocamlfind 1.9.8∗ ocplib-endian 1.2∗ optint 0.3.0∗ parsexp v0.16.0∗ ppx_derivers 1.2.1∗ ppx_deriving 6.0.3∗ ppx_sexp_conv v0.16.0∗ ppxlib 0.35.0∗ ptime 1.2.0∗ re 1.14.0∗ sexplib v0.16.0∗ sexplib0 v0.16.0∗ sha 1.15.4∗ sqlite3 5.4.1∗ stdlib-shims 0.3.0∗ tar 2.6.0∗ tar-unix 2.6.0∗ topkg 1.1.1∗ uutf 1.0.4∗ yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>⬇ retrieved base.v0.16.5 (cached)⬇ retrieved astring.0.8.5 (cached)⬇ retrieved camlp-streams.5.0.1 (cached)⬇ retrieved checkseum.0.5.3 (cached)⬇ retrieved cppo.1.8.0 (cached)∗ installed conf-pkg-config.4⬇ retrieved crunch.4.0.0 (cached)∗ installed conf-sqlite3.1⬇ retrieved cmdliner.2.1.1 (cached)⬇ retrieved csexp.1.5.2 (cached)⬇ retrieved alcotest.1.9.1, alcotest-lwt.1.9.1 (cached)⬇ retrieved cstruct.6.2.0, cstruct-lwt.6.2.0 (cached)⬇ retrieved dune-compiledb.0.6.0 (cached)⬇ retrieved decompress.1.5.3 (cached)⬇ retrieved ezjsonm.1.3.0 (cached)⬇ retrieved extunix.0.4.3 (cached)⬇ retrieved fmt.0.11.0 (cached)⬇ retrieved fpath.0.7.3 (cached)⬇ retrieved hex.1.5.0 (cached)⬇ retrieved jsonm.1.0.2 (cached)⬇ retrieved logs.0.10.0 (cached)⬇ retrieved lwt.6.1.2 (cached)⬇ retrieved num.1.6 (cached)⬇ retrieved ocaml-compiler-libs.v0.12.4 (cached)⬇ retrieved ocaml-syntax-shims.1.0.0 (cached)⬇ retrieved ocamlbuild.0.16.1 (cached)⬇ retrieved ocplib-endian.1.2 (cached)⬇ retrieved ocamlfind.1.9.8 (cached)⬇ retrieved optint.0.3.0 (cached)⬇ retrieved parsexp.v0.16.0 (cached)⬇ retrieved ppx_derivers.1.2.1 (cached)⬇ retrieved ppx_deriving.6.0.3 (cached)⬇ retrieved ppx_sexp_conv.v0.16.0 (cached)⬇ retrieved ptime.1.2.0 (cached)⬇ retrieved re.1.14.0 (cached)⬇ retrieved sexplib.v0.16.0 (cached)⬇ retrieved sexplib0.v0.16.0 (cached)⬇ retrieved ppxlib.0.35.0 (cached)⬇ retrieved sha.1.15.4 (cached)⬇ retrieved stdlib-shims.0.3.0 (cached)⬇ retrieved tar.2.6.0, tar-unix.2.6.0 (cached)⬇ retrieved sqlite3.5.4.1 (cached)⬇ retrieved uutf.1.0.4 (cached)⬇ retrieved topkg.1.1.1 (cached)⬇ retrieved yojson.3.0.0 (cached)⬇ retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)∗ installed num.1.6∗ installed cmdliner.2.1.1∗ installed ocamlbuild.0.16.1∗ installed ocamlfind.1.9.8∗ installed base-bytes.base∗ installed topkg.1.1.1∗ installed uutf.1.0.4∗ installed fmt.0.11.0∗ installed ptime.1.2.0∗ installed astring.0.8.5∗ installed jsonm.1.0.2∗ installed fpath.0.7.3∗ installed dune.3.22.2∗ installed csexp.1.5.2∗ installed stdlib-shims.0.3.0∗ installed sexplib0.v0.16.0∗ installed ppx_derivers.1.2.1∗ installed optint.0.3.0∗ installed ocaml-syntax-shims.1.0.0∗ installed yojson.3.0.0∗ installed ocaml-compiler-libs.v0.12.4∗ installed cstruct.6.2.0∗ installed crunch.4.0.0∗ installed cppo.1.8.0∗ installed re.1.14.0∗ installed camlp-streams.5.0.1∗ installed hex.1.5.0∗ installed ocplib-endian.1.2∗ installed sha.1.15.4∗ installed ezjsonm.1.3.0∗ installed dune-configurator.3.22.2∗ installed parsexp.v0.16.0∗ installed alcotest.1.9.1∗ installed checkseum.0.5.3∗ installed sexplib.v0.16.0∗ installed dune-compiledb.0.6.0∗ installed decompress.1.5.3∗ installed tar.2.6.0∗ installed sqlite3.5.4.1∗ installed lwt.6.1.2∗ installed cstruct-lwt.6.2.0∗ installed base.v0.16.5∗ installed tar-unix.2.6.0∗ installed logs.0.10.0∗ installed alcotest-lwt.1.9.1∗ installed ppxlib.0.35.0∗ installed ppx_deriving.6.0.3∗ installed ppx_sexp_conv.v0.16.0∗ installed extunix.0.4.3Done.2026-04-29 18:27.45 ---> saved as "379bf1c1dc4691bf5ebf4d30ed2ee151d3d746ae08434a0981cf09106cc99c2e"/src: (copy (src .) (dst /src))2026-04-29 18:27.46 ---> saved as "3d207312934864ac5c600c1a22fec8901b3ebf578ef35853efeb4cd50c629390"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/lib && /home/opam/.opam/4.14.3/bin/ocaml-crunch ../static --mode=plain -o Static_files.ml)Generating Static_files.mlSkipping generation of .mli(cd _build/default/test && ./test.exe)Testing `OBuilder'.This run has ID `4IGPFWTV'.[OK] spec 0 Sexp.[OK] spec 1 Cache ID.[OK] spec 2 Docker Windows.[OK] spec 3 Docker UNIX.[OK] tar_transfer 0 Long filename.[OK] tar_transfer 1 Normalize path.[OK] manifest 0 Copy using manifest.bash.[OK] manifest 1 Copy using Manifest.[OK] process 0 Execute a process.[OK] process 1 Read stdout of a process.[OK] build 0 Simple.[OK] build 1 Prune.[OK] build 2 Concurrent.[OK] build 3 Concurrent failure.[OK] build 4 Concurrent failure 2.[OK] build 5 Cancel.[OK] build 6 Cancel 2.[OK] build 7 Cancel 3.[OK] build 8 Cancel 4.[OK] build 9 Cancel 5.[OK] build 10 Delete.[OK] secrets 0 Simple.[OK] secrets 1 No secret provided.Full test results in `/src/_build/default/test/_build/_tests/OBuilder'.Test Successful in 2.397s. 23 tests run.2026-04-29 18:27.53 ---> saved as "6ab31efcdb030e172e82ca9e3846c0895a81852bd6f83b0f390dc277b880ae1b"Job succeeded2026-04-29 18:35.16: Job succeeded