2025-02-05 08:39.47: New job: test mirage/mirage-skeleton https://github.com/mirage/mirage-skeleton.git#refs/pull/407/head (0d0c5e528e21aefe9ddfcfc9f3c7e3d10f47e8c1) (freebsd-x86_64:freebsd-14.1-4.14_opam-2.3) Base: freebsd-14.1-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/mirage-skeleton.git" && cd "mirage-skeleton" && git fetch origin "refs/pull/407/head" && git reset --hard 0d0c5e52 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM freebsd-14.1-ocaml-4.14 # freebsd-14.1-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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 mirage-skeleton.opam ./ RUN opam pin add -yn mirage-skeleton.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 cmdliner.1.3.0 conf-pkg-config.4 csexp.1.5.2 domain-name.0.4.0 dune.3.17.2 dune-configurator.3.17.2 emile.1.1 fmt.0.9.0 fpath.0.7.3 ipaddr.5.6.0 logs.0.7.0 macaddr.5.6.0 mirage.4.8.2 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.15.0 ocamlfind.1.9.8 opam-monorepo.0.4.0 pecu.0.7 rresult.0.7.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uutf.1.0.3" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y mirage-skeleton.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-02-05 08:39.47: Using cache hint "mirage/mirage-skeleton-freebsd-14.1-ocaml-4.14-freebsd-14.1-4.14_opam-2.3-10b2c27d0f7ef8136031f14b86a7063c" 2025-02-05 08:39.47: 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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src mirage-skeleton.opam) (dst ./)) (run (network host) (shell "opam pin add -yn mirage-skeleton.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 cmdliner.1.3.0 conf-pkg-config.4 csexp.1.5.2 domain-name.0.4.0 dune.3.17.2 dune-configurator.3.17.2 emile.1.1 fmt.0.9.0 fpath.0.7.3 ipaddr.5.6.0 logs.0.7.0 macaddr.5.6.0 mirage.4.8.2 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.15.0 ocamlfind.1.9.8 opam-monorepo.0.4.0 pecu.0.7 rresult.0.7.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uutf.1.0.3") (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 mirage-skeleton.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-02-05 08:39.47: Waiting for resource in pool OCluster 2025-02-05 14:00.16: Waiting for worker… 2025-02-05 15:01.52: Got resource from pool OCluster Building on summer All commits already cached HEAD is now at 0d0c5e5 remove ~deps:[dep noop] now that mirage automatically inserts it (from freebsd-14.1-ocaml-4.14) 2025-02-05 14:49.45 ---> 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-02-05 14:49.46 ---> 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository 2025-02-05 14:49.46 ---> using "a60b36efeb57e54e6ca4e23dae975fff8d0668822376b173ed63b66aa24444bc" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 14.1-RELEASE-p5 The OCaml toplevel, version 4.14.2 2.3.0 2025-02-05 14:49.47 ---> using "188549049d3e68e7a3a1a01e1161c07610550818a3f0b75ffbaafa2a77641d27" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-02-05 14:49.47 ---> 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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD c31c18de15..3ee951993d master -> origin/master 3ee951993d Merge pull request #27253 from kit-ty-kate/opam-publish-ocamlfind.1.9.8 <><> 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 - 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-02-05 14:49.48 ---> using "139a2c6ec8d22cb7b2f4f20a3fca040ac5afe2995bd65ca22323937006a648d9" from cache /src: (copy (src mirage-skeleton.opam) (dst ./)) 2025-02-05 14:49.48 ---> using "165aaca7130b48d26acb1660f8f4ce77c8178d8e22743ffe77bc174340bd994e" from cache /src: (run (network host) (shell "opam pin add -yn mirage-skeleton.dev './'")) Package mirage-skeleton does not exist, create as a NEW package? [y/n] y [mirage-skeleton.dev] synchronised (file:///src) [WARNING] Failed checks on mirage-skeleton package definition from source at file:///src: warning 68: Missing field 'license' mirage-skeleton is now pinned to file:///src (version dev) 2025-02-05 14:49.48 ---> using "295f47ed7190d3d41f27653b2678a504527518c1987a22eb574da1694e267ce2" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-02-05 14:49.48 ---> using "82e395442d2214fdb9de84cc72e6acd96a2f4a9c7d8f5f3c941b52c3bb207d30" from cache /src: (env DEPS "angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 cmdliner.1.3.0 conf-pkg-config.4 csexp.1.5.2 domain-name.0.4.0 dune.3.17.2 dune-configurator.3.17.2 emile.1.1 fmt.0.9.0 fpath.0.7.3 ipaddr.5.6.0 logs.0.7.0 macaddr.5.6.0 mirage.4.8.2 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.15.0 ocamlfind.1.9.8 opam-monorepo.0.4.0 pecu.0.7 rresult.0.7.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uutf.1.0.3") /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 mirage-skeleton.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [mirage-skeleton.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-02-05 14:49.49 ---> using "b19e6a573d6ced8df6b3e1db6ff4a317658f09afbaefec1b14393acaa096a10c" 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 28 packages ∗ angstrom 0.16.1 ∗ astring 0.8.5 ∗ base64 3.5.1 ∗ bigstringaf 0.10.0 ∗ bos 0.2.1 ∗ cmdliner 1.3.0 ∗ conf-pkg-config 4 ∗ csexp 1.5.2 ∗ domain-name 0.4.0 ∗ dune 3.17.2 ∗ dune-configurator 3.17.2 ∗ emile 1.1 ∗ fmt 0.9.0 ∗ fpath 0.7.3 ∗ ipaddr 5.6.0 ∗ logs 0.7.0 ∗ macaddr 5.6.0 ∗ mirage 4.8.2 ∗ ocaml-syntax-shims 1.0.0 ∗ ocamlbuild 0.15.0 ∗ ocamlfind 1.9.8 ∗ opam-monorepo 0.4.0 ∗ pecu 0.7 ∗ rresult 0.7.0 ∗ stringext 1.6.0 ∗ topkg 1.0.7 ∗ uri 4.4.0 ∗ uutf 1.0.3 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ⬇ retrieved astring.0.8.5 (cached) ⬇ retrieved base64.3.5.1 (cached) ⬇ retrieved bigstringaf.0.10.0 (cached) ⬇ retrieved bos.0.2.1 (cached) ⬇ retrieved csexp.1.5.2 (cached) ∗ installed conf-pkg-config.4 ⬇ retrieved domain-name.0.4.0 (cached) ⬇ retrieved cmdliner.1.3.0 (cached) ⬇ retrieved emile.1.1 (cached) ⬇ retrieved angstrom.0.16.1 (cached) ⬇ retrieved fmt.0.9.0 (cached) ⬇ retrieved fpath.0.7.3 (cached) ⬇ retrieved ipaddr.5.6.0, macaddr.5.6.0 (cached) ⬇ retrieved logs.0.7.0 (cached) ⬇ retrieved ocaml-syntax-shims.1.0.0 (cached) ⬇ retrieved mirage.4.8.2 (cached) ⬇ retrieved ocamlbuild.0.15.0 (cached) ⬇ retrieved ocamlfind.1.9.8 (cached) ⬇ retrieved pecu.0.7 (cached) ⬇ retrieved rresult.0.7.0 (cached) ⬇ retrieved stringext.1.6.0 (cached) ⬇ retrieved topkg.1.0.7 (cached) ⬇ retrieved uri.4.4.0 (cached) ⬇ retrieved uutf.1.0.3 (cached) ⬇ retrieved dune.3.17.2, dune-configurator.3.17.2 (cached) ∗ installed ocamlbuild.0.15.0 ⬇ retrieved opam-monorepo.0.4.0 (cached) ∗ installed cmdliner.1.3.0 ∗ installed ocamlfind.1.9.8 ∗ installed topkg.1.0.7 ∗ installed rresult.0.7.0 ∗ installed uutf.1.0.3 ∗ installed fmt.0.9.0 ∗ installed astring.0.8.5 ∗ installed dune.3.17.2 ∗ installed ocaml-syntax-shims.1.0.0 ∗ installed macaddr.5.6.0 ∗ installed domain-name.0.4.0 ∗ installed pecu.0.7 ∗ installed csexp.1.5.2 ∗ installed ipaddr.5.6.0 ∗ installed stringext.1.6.0 ∗ installed base64.3.5.1 ∗ installed fpath.0.7.3 ∗ installed logs.0.7.0 ∗ installed dune-configurator.3.17.2 ∗ installed bigstringaf.0.10.0 ∗ installed bos.0.2.1 ∗ installed angstrom.0.16.1 ∗ installed emile.1.1 ∗ installed opam-monorepo.0.4.0 ∗ installed uri.4.4.0 ∗ installed mirage.4.8.2 Done. 2025-02-05 14:49.49 ---> using "c1b23bf77da0b7bf735c1c490f4c01bb38f703cd1106c4384a867851a40b481d" from cache /src: (copy (src .) (dst /src)) 2025-02-05 14:49.50 ---> saved as "573cedec4715b668d3fb1441db0cdd17e5ad4678c40098182a99a63499e7a84b" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-02-05 14:49.54 ---> saved as "0099ed520fff87d091bee3b6381ca78fbba25fd28fd8ec2946193ccbb754221c" Job succeeded 2025-02-05 15:02.03: Job succeeded