2025-10-10 13:54.14: New job: test ocaml-ppx/ppx_import https://github.com/ocaml-ppx/ppx_import.git#refs/pull/100/head (2ba923757b6015176b27e4b6296b06bf9b757056) (freebsd-x86_64:freebsd-14.3-5.3_opam-2.4)Base: freebsd-14.3-ocaml-5.3Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ppx_import.git" && cd "ppx_import" && git fetch origin "refs/pull/100/head" && git reset --hard 2ba92375cat > Dockerfile <<'END-OF-DOCKERFILE'FROM freebsd-14.3-ocaml-5.3# freebsd-14.3-5.3_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.4 /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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 ppx_import.opam ./RUN opam pin add -yn ppx_import.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0~5.4preview ppxlib_jane.v0.17.4 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y ppx_import.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-10-10 13:54.14: Using cache hint "ocaml-ppx/ppx_import-freebsd-14.3-ocaml-5.3-freebsd-14.3-5.3_opam-2.4-f2d7976b239743af571e064d5af8102c"2025-10-10 13:54.14: Using OBuilder spec:((from freebsd-14.3-ocaml-5.3)(comment freebsd-14.3-5.3_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/local/bin/opam-2.4 /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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src ppx_import.opam) (dst ./))(run (network host)(shell "opam pin add -yn ppx_import.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0~5.4preview ppxlib_jane.v0.17.4 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.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.4 --depext-only -y ppx_import.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-10-10 13:54.14: Waiting for resource in pool OCluster2025-10-10 13:54.14: Waiting for worker…2025-10-10 13:54.14: Got resource from pool OClusterBuilding on rosemaryHEAD is now at 536de1c Merge pull request #98 from henrytill/fix-broken-linkHEAD is now at 2ba9237 Update for 5.4(from freebsd-14.3-ocaml-5.3)2025-10-10 13:52.33 ---> using "60bac7f21805020c29d2a88a6913503683a681e01c7da46429af43006be5190e" from cache/: (comment freebsd-14.3-5.3_opam-2.4)/: (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.4 /usr/local/bin/opam"))2025-10-10 13:52.33 ---> using "4d63dfa430f870863e128ed3c471110b31bb3e53377210a2ea894afe5e37bcbb" 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-10-10 13:52.34 ---> using "08dcdc7a41451c03feaf1cde41bdf093eeb3b516304c17e950a6225d1dbc12be" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.3-RELEASE-p3The OCaml toplevel, version 5.3.02.4.12025-10-10 13:52.34 ---> using "89dfe63ac7dbdaa6723d28341400dd0a5b1be839b593d33c65eaf4466d13b257" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-10 13:52.34 ---> using "ec3674891376259f4044950e2c0e886ef7c9543b50a81fe66e196cb6a302a954" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.2025-10-10 13:52.34 ---> using "9a1c1e37c0b7780d25ed3b9da77fe6f92f8764fb899325f894e98855ba3d1d40" from cache/src: (copy (src ppx_import.opam) (dst ./))2025-10-10 13:52.34 ---> saved as "31875c4212669ffd82c3e55aef8a3a42e92869166952d8b0ecbc5f611d0b3b68"/src: (run (network host)(shell "opam pin add -yn ppx_import.dev './'"))[ppx_import.dev] synchronised (file:///src)ppx_import is now pinned to file:///src (version dev)2025-10-10 13:52.35 ---> saved as "97fcd774af1b5afcaf61d44c1d960922aae3d3a0f35084b7a3f2b294b00e51c2"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-10 13:52.36 ---> saved as "df11e517335296bad933d1137a0efbe79aeea3d697e7ed096a9b6bc561bede47"/src: (env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0~5.4preview ppxlib_jane.v0.17.4 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.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.4 --depext-only -y ppx_import.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ppx_import.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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).2025-10-10 13:52.42 ---> saved as "659fc7b6a3700b93990b953450a37456a3592ae9e505e379b3734be72d6d6595"/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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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 18 packages∗ base v0.17.3∗ cppo 1.8.0∗ csexp 1.5.2∗ dune 3.20.2∗ dune-configurator 3.20.2∗ ocaml-compiler-libs v0.17.0∗ ocaml_intrinsics_kernel v0.17.1∗ ocamlfind 1.9.8∗ ounit 2.2.7∗ ounit2 2.2.7∗ ppx_derivers 1.2.1∗ ppx_deriving 6.1.1∗ ppx_sexp_conv v0.17.1∗ ppxlib 0.37.0~5.4preview∗ ppxlib_jane v0.17.4∗ seq base∗ sexplib0 v0.17.0∗ stdlib-shims 0.3.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>⬇ retrieved csexp.1.5.2 (cached)⬇ retrieved cppo.1.8.0 (cached)⬇ retrieved base.v0.17.3 (cached)⬇ retrieved ocaml-compiler-libs.v0.17.0 (cached)⬇ retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)⬇ retrieved ocamlfind.1.9.8 (cached)⬇ retrieved ppx_derivers.1.2.1 (cached)⬇ retrieved ounit.2.2.7, ounit2.2.2.7 (cached)⬇ retrieved ppx_deriving.6.1.1 (cached)⬇ retrieved ppx_sexp_conv.v0.17.1 (cached)⬇ retrieved ppxlib_jane.v0.17.4 (cached)⬇ retrieved seq.base (cached)∗ installed seq.base⬇ retrieved sexplib0.v0.17.0 (cached)⬇ retrieved ppxlib.0.37.0~5.4preview (cached)⬇ retrieved stdlib-shims.0.3.0 (cached)⬇ retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)∗ installed ocamlfind.1.9.8∗ installed dune.3.20.2∗ installed ppx_derivers.1.2.1∗ installed csexp.1.5.2∗ installed stdlib-shims.0.3.0∗ installed sexplib0.v0.17.0∗ installed ocaml_intrinsics_kernel.v0.17.1∗ installed ocaml-compiler-libs.v0.17.0∗ installed cppo.1.8.0∗ installed ounit2.2.2.7∗ installed ounit.2.2.7∗ installed dune-configurator.3.20.2∗ installed base.v0.17.3∗ installed ppxlib.0.37.0~5.4preview∗ installed ppxlib_jane.v0.17.4∗ installed ppx_deriving.6.1.1∗ installed ppx_sexp_conv.v0.17.1Done.2025-10-10 13:53.39 ---> saved as "132530d5f322b8aea3f648286475fbba2dea564dd219cf5c98691125685c4761"/src: (copy (src .) (dst /src))2025-10-10 13:53.39 ---> saved as "e1642ab6855aa75768bc42e9cceeef9d4544316b9df39d93da5abba5c4be5f2e"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/src_test/ppx_deriving && ./test_ppx_import.exe)....Ran: 4 tests in: 0.11 seconds.OK2025-10-10 13:53.43 ---> saved as "32079cf2126e40c2bf4f58ea2ad193e8cef4a441f055af304c68ad32651b3be7"Job succeeded2025-10-10 13:55.25: Job succeeded