2025-03-17 09:28.25: New job: test jmid/mutaml https://github.com/jmid/mutaml.git#refs/heads/main (517b00b64840232336266aa994e37bdd26257c25) (freebsd-x86_64:freebsd-14.1-5.3_opam-2.3) Base: freebsd-14.1-ocaml-5.3 Opam project build To reproduce locally: git clone --recursive "https://github.com/jmid/mutaml.git" -b "main" && cd "mutaml" && git reset --hard 517b00b6 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM freebsd-14.1-ocaml-5.3 # freebsd-14.1-5.3_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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 mutaml.opam ./ RUN opam pin add -yn mutaml.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base.v0.17.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-diffutils.2 conf-timeout.1 conf-which.1 cppo.1.8.0 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.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 octavius.1.2.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_js_style.v0.17.0 ppx_yojson_conv.v0.17.0 ppx_yojson_conv_lib.v0.17.0 ppxlib.0.35.0 seq.base sexplib0.v0.17.0 stdlib-random.1.2.0 stdlib-shims.0.3.0 yojson.2.2.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y mutaml.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-03-17 09:28.25: Using cache hint "jmid/mutaml-freebsd-14.1-ocaml-5.3-freebsd-14.1-5.3_opam-2.3-753ca38402f7b60678a26feec234d606" 2025-03-17 09:28.25: Using OBuilder spec: ((from freebsd-14.1-ocaml-5.3) (comment freebsd-14.1-5.3_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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src mutaml.opam) (dst ./)) (run (network host) (shell "opam pin add -yn mutaml.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base.v0.17.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-diffutils.2 conf-timeout.1 conf-which.1 cppo.1.8.0 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.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 octavius.1.2.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_js_style.v0.17.0 ppx_yojson_conv.v0.17.0 ppx_yojson_conv_lib.v0.17.0 ppxlib.0.35.0 seq.base sexplib0.v0.17.0 stdlib-random.1.2.0 stdlib-shims.0.3.0 yojson.2.2.2") (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 mutaml.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-17 09:28.25: Waiting for resource in pool OCluster 2025-03-17 09:28.25: Waiting for worker… 2025-03-17 09:38.50: Got resource from pool OCluster Building on summer All commits already cached HEAD is now at 517b00b Merge pull request #38 from jmid/dependabot/github_actions/actions/checkout-4 (from freebsd-14.1-ocaml-5.3) 2025-03-17 09:25.47 ---> using "fa4c65a721275037aa0f851d49090cd38fc202c0147147d39fba5c0e4d9b16e6" from cache /: (comment freebsd-14.1-5.3_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-17 09:25.48 ---> using "707c7e294765dd0c27e269a5b580560b225237a2f86c98e49e9b55231281b700" 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-03-17 09:25.48 ---> using "45749df81b3980750ffa6bca410a05b72322147ab2725b654dada75710103de9" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 14.1-RELEASE-p5 The OCaml toplevel, version 5.3.0 2.3.0 2025-03-17 09:25.49 ---> using "f64bb7c3e303337c7ff569b67d81a7b6dbef733cbc8fc2ef78eebdda8d34b5e9" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-03-17 09:25.49 ---> using "b5dd81919ce8bb132a9ebf4541726236220f50fa3e495f7f25632fce1e88b154" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD f93eb7cb02..4f8517f5b7 master -> origin/master cb8df6db01 Merge pull request #27631 from dbuenzli/incompatible-cmdliner2 <><> 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.4.0 However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. 2025-03-17 09:25.49 ---> using "ae885ab6bf80ce6ea03e622389575d1cfc04f0f690a6868d8959437b0f820acb" from cache /src: (copy (src mutaml.opam) (dst ./)) 2025-03-17 09:25.50 ---> saved as "055ad22110a613cc8e29fd9d65e102d9873177fa05e4ebe47a706b3129f7249d" /src: (run (network host) (shell "opam pin add -yn mutaml.dev './'")) [mutaml.dev] synchronised (file:///src) mutaml is now pinned to file:///src (version dev) 2025-03-17 09:25.52 ---> saved as "7b0bc568b8bafc444f0bca1ee23ccd19fd0b0b9a9b7f2bc58af1a683834b7bbe" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-03-17 09:25.53 ---> saved as "90b9f253377322da8a2365e25241b292c31ba3120717230fd651d171024061d6" /src: (env DEPS "base.v0.17.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-diffutils.2 conf-timeout.1 conf-which.1 cppo.1.8.0 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.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 octavius.1.2.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_js_style.v0.17.0 ppx_yojson_conv.v0.17.0 ppx_yojson_conv_lib.v0.17.0 ppxlib.0.35.0 seq.base sexplib0.v0.17.0 stdlib-random.1.2.0 stdlib-shims.0.3.0 yojson.2.2.2") /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 mutaml.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [mutaml.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). The following system packages will first need to be installed: diffutils <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/local/bin/sudo "pkg" "install" "-y" "diffutils" - Updating FreeBSD repository catalogue... - [summer] Fetching data.pkg: . - .... - ..... done - Processing entries: - . - . - . - . - . - .. - . - . - . done - FreeBSD repository update completed. 35855 packages processed. - All repositories are up to date. - The following 2 package(s) will be affected (of 0 checked): - - New packages to be INSTALLED: - diffutils: 3.8_1 - libsigsegv: 2.14 - - Number of packages to be installed: 2 - - The process will require 2 MiB more space. - 390 KiB to be downloaded. - [summer] [1/2] Fetching libsigsegv-2.14.pkg: . done - [summer] [2/2] Fetching diffutils-3.8_1.pkg: ........ done - Checking integrity... done (0 conflicting) - [summer] [1/2] Installing libsigsegv-2.14... - [summer] [1/2] Extracting libsigsegv-2.14: ........ done - [summer] [2/2] Installing diffutils-3.8_1... - [summer] [2/2] Extracting diffutils-3.8_1: .......... done - ===== - Message from libsigsegv-2.14: - - -- - Note that the stackoverflow handling functions of this library need - procfs mounted on /proc. 2025-03-17 09:26.46 ---> saved as "561155b53ec9024f1a32c5d2816c7cd46761a9ca664b0a81f1a1b24123a45afe" /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 24 packages ∗ base v0.17.1 ∗ conf-diffutils 2 ∗ conf-timeout 1 ∗ conf-which 1 ∗ cppo 1.8.0 ∗ csexp 1.5.2 ∗ dune 3.17.2 ∗ dune-configurator 3.17.2 ∗ ocaml-compiler-libs v0.17.0 ∗ ocaml_intrinsics_kernel v0.17.1 ∗ ocamlfind 1.9.8 ∗ octavius 1.2.2 ∗ ounit2 2.2.7 ∗ ppx_derivers 1.2.1 ∗ ppx_deriving 6.0.3 ∗ ppx_js_style v0.17.0 ∗ ppx_yojson_conv v0.17.0 ∗ ppx_yojson_conv_lib v0.17.0 ∗ ppxlib 0.35.0 ∗ seq base ∗ sexplib0 v0.17.0 ∗ stdlib-random 1.2.0 ∗ stdlib-shims 0.3.0 ∗ yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ∗ installed conf-which.1 ∗ installed conf-timeout.1 ∗ installed conf-diffutils.2 ⬇ retrieved csexp.1.5.2 (cached) ⬇ retrieved cppo.1.8.0 (cached) ⬇ retrieved base.v0.17.1 (cached) ⬇ retrieved ocaml-compiler-libs.v0.17.0 (cached) ⬇ retrieved ocaml_intrinsics_kernel.v0.17.1 (cached) ⬇ retrieved ocamlfind.1.9.8 (cached) ⬇ retrieved octavius.1.2.2 (cached) ⬇ retrieved ounit2.2.2.7 (cached) ⬇ retrieved ppx_derivers.1.2.1 (cached) ⬇ retrieved ppx_deriving.6.0.3 (cached) ⬇ retrieved ppx_js_style.v0.17.0 (cached) ⬇ retrieved ppx_yojson_conv.v0.17.0 (cached) ⬇ retrieved ppx_yojson_conv_lib.v0.17.0 (cached) ⬇ retrieved seq.base (cached) ∗ installed seq.base ⬇ retrieved sexplib0.v0.17.0 (cached) ⬇ retrieved ppxlib.0.35.0 (cached) ⬇ retrieved stdlib-random.1.2.0 (cached) ⬇ retrieved stdlib-shims.0.3.0 (cached) ⬇ retrieved dune.3.17.2, dune-configurator.3.17.2 (cached) ⬇ retrieved yojson.2.2.2 (cached) ∗ installed ocamlfind.1.9.8 ∗ installed dune.3.17.2 ∗ installed stdlib-shims.0.3.0 ∗ installed ppx_derivers.1.2.1 ∗ installed csexp.1.5.2 ∗ installed sexplib0.v0.17.0 ∗ installed octavius.1.2.2 ∗ installed ocaml_intrinsics_kernel.v0.17.1 ∗ installed ocaml-compiler-libs.v0.17.0 ∗ installed cppo.1.8.0 ∗ installed yojson.2.2.2 ∗ installed ounit2.2.2.7 ∗ installed ppx_yojson_conv_lib.v0.17.0 ∗ installed stdlib-random.1.2.0 ∗ installed dune-configurator.3.17.2 ∗ installed base.v0.17.1 ∗ installed ppxlib.0.35.0 ∗ installed ppx_js_style.v0.17.0 ∗ installed ppx_deriving.6.0.3 ∗ installed ppx_yojson_conv.v0.17.0 Done. 2025-03-17 09:30.15 ---> saved as "2bd2348078b7b209916ed052fa8ed807a40f6c3dbc950491e39721443e332144" /src: (copy (src .) (dst /src)) 2025-03-17 09:30.16 ---> saved as "5818db0d18525b2a6445b437736085747d2b29b671610a173246c287123b4ea8" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/examples/testproj-2-modules/test && ./ounittest.exe) .. Ran: 2 tests in: 0.13 seconds. OK (cd _build/default/examples/testproj-1-module && ./ounittest.exe) .... Ran: 4 tests in: 0.15 seconds. OK 2025-03-17 09:31.17 ---> saved as "269960ff7932f6544f40e05708378fa01df36d0d6aa05650aba8831b8636e3cb" Job succeeded 2025-03-17 09:44.21: Job succeeded