2025-03-18 21:07.31: New job: test ocurrent/ocaml-version https://github.com/ocurrent/ocaml-version.git#refs/heads/master (1165e18c18c2eed9109edfecbbe1a8eb81141272) (freebsd-x86_64:freebsd-14.1-4.14_opam-2.3)Base: freebsd-14.1-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/ocaml-version.git" -b "master" && cd "ocaml-version" && git reset --hard 1165e18ccat > Dockerfile <<'END-OF-DOCKERFILE'FROM freebsd-14.1-ocaml-4.14# freebsd-14.1-4.14_opam-2.3USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.3 /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 f92e43c2e4282b573967127440259031915a8fba || git fetch origin master) && git reset -q --hard f92e43c2e4282b573967127440259031915a8fba && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 ocaml-version.opam ./RUN opam pin add -yn ocaml-version.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 dune.3.17.2 fmt.0.10.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ocaml-version.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-03-18 21:07.31: Using cache hint "ocurrent/ocaml-version-freebsd-14.1-ocaml-4.14-freebsd-14.1-4.14_opam-2.3-f5051097c958bfddaef43b4560114cd1"2025-03-18 21:07.31: Using OBuilder spec:((from freebsd-14.1-ocaml-4.14)(comment freebsd-14.1-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 f92e43c2e4282b573967127440259031915a8fba || git fetch origin master) && git reset -q --hard f92e43c2e4282b573967127440259031915a8fba && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src ocaml-version.opam) (dst ./))(run (network host)(shell "opam pin add -yn ocaml-version.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 dune.3.17.2 fmt.0.10.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4")(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 ocaml-version.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-03-18 21:07.31: Waiting for resource in pool OCluster2025-03-18 22:23.59: Waiting for worker…2025-03-18 23:31.34: Got resource from pool OClusterBuilding on summerAll commits already cachedHEAD is now at 1165e18 Merge pull request #80 from mtelvers/maintenance-intent(from freebsd-14.1-ocaml-4.14)2025-03-18 23:22.13 ---> using "ae13298952475462d6ff8423c053aa12bd6b321268da2da393f31b39d910ae06" from cache/: (comment freebsd-14.1-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-03-18 23:22.14 ---> using "a01a14b3afaf0e96198b4995f7495eb095c8d446bea3004be25da82cfecae768" 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-repository2025-03-18 23:22.14 ---> using "a60b36efeb57e54e6ca4e23dae975fff8d0668822376b173ed63b66aa24444bc" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.1-RELEASE-p5The OCaml toplevel, version 4.14.22.3.02025-03-18 23:22.14 ---> using "188549049d3e68e7a3a1a01e1161c07610550818a3f0b75ffbaafa2a77641d27" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-03-18 23:22.15 ---> using "39fdaef227d4780a13f56312f6b694c46af609f82c1eca907bb338ae047f238f" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e f92e43c2e4282b573967127440259031915a8fba || git fetch origin master) && git reset -q --hard f92e43c2e4282b573967127440259031915a8fba && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADc31c18de15..f92e43c2e4 master -> origin/masterf92e43c2e4 Merge pull request #27617 from samoht/release-alcotest-1.9.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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.4.0- ocaml-config.3However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.2025-03-18 23:22.15 ---> using "3bcb8b7950d7668f12449fced3de850f6cae5bcc9e23556781a191908f1fcf64" from cache/src: (copy (src ocaml-version.opam) (dst ./))2025-03-18 23:22.15 ---> using "f6dfe9afea923a96d8786bd3e3d5f94ad619eefc31967959f1f53eeb168cc120" from cache/src: (run (network host)(shell "opam pin add -yn ocaml-version.dev './'"))[ocaml-version.dev] synchronised (file:///src)ocaml-version is now pinned to file:///src (version dev)2025-03-18 23:22.15 ---> using "ed95dbced21dfb0da45cb82f7108f6c23432c25961a2cf9a278edbf6294ac8fe" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-03-18 23:22.16 ---> using "8c996e2c5d32deb4dc0cd21b882f1ac87e279bab6c615b6c9078759bd0c946aa" from cache/src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 dune.3.17.2 fmt.0.10.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4")/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 ocaml-version.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ocaml-version.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).2025-03-18 23:22.16 ---> using "6102eab144ccc34e41ec77c2b1f358c14cc4323eab55cc034128fbf955363d0d" from cache/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.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 actions will be performed:=== install 13 packages∗ alcotest 1.9.0∗ astring 0.8.5∗ cmdliner 1.3.0∗ dune 3.17.2∗ fmt 0.10.0∗ ocaml-syntax-shims 1.0.0∗ ocamlbuild 0.16.1∗ ocamlfind 1.9.8∗ re 1.12.0∗ seq base∗ stdlib-shims 0.3.0∗ topkg 1.0.8∗ uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>⬇ retrieved astring.0.8.5 (cached)⬇ retrieved cmdliner.1.3.0 (cached)⬇ retrieved fmt.0.10.0 (cached)⬇ retrieved alcotest.1.9.0 (cached)⬇ retrieved ocaml-syntax-shims.1.0.0 (cached)⬇ retrieved ocamlbuild.0.16.1 (cached)⬇ retrieved re.1.12.0 (cached)⬇ retrieved seq.base (cached)∗ installed seq.base⬇ retrieved stdlib-shims.0.3.0 (cached)⬇ retrieved ocamlfind.1.9.8 (cached)⬇ retrieved uutf.1.0.4 (cached)⬇ retrieved topkg.1.0.8 (cached)⬇ retrieved dune.3.17.2 (cached)∗ installed cmdliner.1.3.0∗ installed ocamlfind.1.9.8∗ installed ocamlbuild.0.16.1∗ installed topkg.1.0.8∗ installed uutf.1.0.4∗ installed fmt.0.10.0∗ installed astring.0.8.5∗ installed dune.3.17.2∗ installed ocaml-syntax-shims.1.0.0∗ installed stdlib-shims.0.3.0∗ installed re.1.12.0∗ installed alcotest.1.9.0Done.2025-03-18 23:22.16 ---> using "ac047da3a25f05f4783a9ae8c5c634646df6c3243d6edb66e8edd871fa510eb5" from cache/src: (copy (src .) (dst /src))2025-03-18 23:22.17 ---> saved as "98d8ecfd476ff74299deebb46fdf151eb9bdc8337d8f1b1d510c708c506b9836"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test_unit.exe)Testing `ocaml-version'.This run has ID `FFYWR90L'.[OK] Compiler_variants 0 Multicore not on 4.12 x86-64.[OK] Compiler_variants 1 Multicore not on 4.10 i386.[OK] Compiler_variants 2 Multicore not on 4.12 xi386.[OK] Configure_options 0 FP on last 4.07.[OK] Configure_options 1 FP on first 4.08.[OK] Configure_options 2 FP on 3.12.Full test results in `/src/_build/default/test/_build/_tests/ocaml-version'.Test Successful in 0.001s. 6 tests run.2025-03-18 23:22.18 ---> saved as "29d63884adaa8470f70304b16374c724a1c0d190f854d019897ebd5ccf3471b8"Job succeeded2025-03-18 23:35.23: Job succeeded