2025-01-11 18:06.13: New job: test ocaml-opam/opam-compiler https://github.com/ocaml-opam/opam-compiler.git#refs/heads/master (c09b015b7c4cbc0ffa2b1008b7dc148a4c88b2b4) (openbsd-amd64:openbsd-76-amd64-4.14_opam-2.3) Base: openbsd-76-amd64-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-opam/opam-compiler.git" -b "master" && cd "opam-compiler" && git reset --hard c09b015b cat > Dockerfile <<'END-OF-DOCKERFILE' FROM openbsd-76-amd64-ocaml-4.14 # openbsd-76-amd64-4.14_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN doas ln -f /usr/bin/opam-2.3 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN cd ~/opam-repository && (git cat-file -e 82749c0bc5cc2afb8d47b6abd46d44554f7bf5bc || git fetch origin master) && git reset -q --hard 82749c0bc5cc2afb8d47b6abd46d44554f7bf5bc && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 opam-compiler.opam /home/opam/src/./ RUN opam pin add -yn opam-compiler.dev '/home/opam/src/./' ENV DEPS="alcotest.1.8.0 astring.0.8.5 atd.2.15.0 atdgen.2.15.0 atdgen-runtime.2.15.0 base-bigarray.base base-threads.base base-unix.base biniou.1.2.2 bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 curly.0.3.0 dune.3.17.1 easy-format.1.3.4 either.1.0.0 fmt.0.9.0 fpath.0.7.3 github-data.4.4.1 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.6 re.1.12.0 result.1.5 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y opam-compiler.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /home/opam/src RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-01-11 18:06.13: Using cache hint "ocaml-opam/opam-compiler-openbsd-76-amd64-ocaml-4.14-openbsd-76-amd64-4.14_opam-2.3-5bb8f08e06f232eb082813c076e04cc8" 2025-01-11 18:06.13: Using OBuilder spec: ((from openbsd-76-amd64-ocaml-4.14) (comment openbsd-76-amd64-4.14_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 82749c0bc5cc2afb8d47b6abd46d44554f7bf5bc || git fetch origin master) && git reset -q --hard 82749c0bc5cc2afb8d47b6abd46d44554f7bf5bc && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src opam-compiler.opam) (dst /home/opam/src/./)) (run (network host) (shell "opam pin add -yn opam-compiler.dev '/home/opam/src/./'")) (env DEPS "alcotest.1.8.0 astring.0.8.5 atd.2.15.0 atdgen.2.15.0 atdgen-runtime.2.15.0 base-bigarray.base base-threads.base base-unix.base biniou.1.2.2 bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 curly.0.3.0 dune.3.17.1 easy-format.1.3.4 either.1.0.0 fmt.0.9.0 fpath.0.7.3 github-data.4.4.1 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.6 re.1.12.0 result.1.5 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 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 opam-compiler.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /home/opam/src)) (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-01-11 18:06.13: Waiting for resource in pool OCluster 2025-01-11 23:11.40: Waiting for worker… 2025-01-12 01:56.50: Got resource from pool OCluster Building on bremusa All commits already cached HEAD is now at c09b015 Prepare 0.2.0 (from openbsd-76-amd64-ocaml-4.14) 2025-01-12 01:56.51 ---> using "273e81235ea8a6b452476629509f5a1e49a129b613e30bfb7515f80881f75048" from cache /: (comment openbsd-76-amd64-4.14_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-01-12 01:56.51 ---> using "8f4c505b74dc31d91c5d30f3e3d123c2567bb97ae9c1708d719a97f14994a2cb" from cache /: (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. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2025-01-12 01:56.51 ---> using "b66ba35f8a9a53257673fce4c0b7f7307b571514bb7b92fa06cc7e407f80f85e" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) OpenBSD 7.6 The OCaml toplevel, version 4.14.2 2.3.0 2025-01-12 01:56.51 ---> using "136946daf17d74755f97e0e0d17c355664b0b582f53f270159dfd90ff2a9858b" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 82749c0bc5cc2afb8d47b6abd46d44554f7bf5bc || git fetch origin master) && git reset -q --hard 82749c0bc5cc2afb8d47b6abd46d44554f7bf5bc && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 727427c1e7..84f0fe59c5 master -> origin/master 82749c0bc5 Merge pull request #27235 from dbuenzli/erratique-maintenance-intent <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-01-12 01:56.51 ---> using "f1bcc299bc3143d9a2cc44e288d1c73f2bf76e32c328882729852c46082a219d" from cache /: (copy (src opam-compiler.opam) (dst /home/opam/src/./)) 2025-01-12 01:57.48 ---> saved as "47416855f4fd708b8c3714e1551e2edb5e1d6750c7de3c3d8b12c9ce4079a004" /: (run (network host) (shell "opam pin add -yn opam-compiler.dev '/home/opam/src/./'")) [opam-compiler.dev] synchronised (file:///home/opam/src) opam-compiler is now pinned to file:///home/opam/src (version dev) 2025-01-12 01:58.42 ---> saved as "d4ea18f6cfec70182792cb9a2adf274d15d40d47c1b2ef422cb1060832462c1c" /: (env DEPS "alcotest.1.8.0 astring.0.8.5 atd.2.15.0 atdgen.2.15.0 atdgen-runtime.2.15.0 base-bigarray.base base-threads.base base-unix.base biniou.1.2.2 bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 curly.0.3.0 dune.3.17.1 easy-format.1.3.4 either.1.0.0 fmt.0.9.0 fpath.0.7.3 github-data.4.4.1 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.6 re.1.12.0 result.1.5 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 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 opam-compiler.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [opam-compiler.dev] synchronised (no changes) [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 host-system-other is already installed (current version is 1). [NOTE] Package host-arch-x86_64 is already installed (current version is 1). [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-01-12 01:59.45 ---> saved as "50ccb683caee99dc17955ecfa1d52cf3a0e4b56f21c9a5af7b12b379950996ce" /: (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 host-system-other is already installed (current version is 1). [NOTE] Package host-arch-x86_64 is already installed (current version is 1). [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 33 packages - install alcotest 1.8.0 - install astring 0.8.5 - install atd 2.15.0 - install atdgen 2.15.0 - install atdgen-runtime 2.15.0 - install biniou 1.2.2 - install bos 0.2.1 - install camlp-streams 5.0.1 - install cmdliner 1.3.0 - install curly 0.3.0 - install dune 3.17.1 - install easy-format 1.3.4 - install either 1.0.0 - install fmt 0.9.0 - install fpath 0.7.3 - install github-data 4.4.1 - install logs 0.7.0 - install menhir 20240715 - install menhirCST 20240715 - install menhirLib 20240715 - install menhirSdk 20240715 - install ocaml-syntax-shims 1.0.0 - install ocaml-version 3.7.3 - install ocamlbuild 0.15.0 - install ocamlfind 1.9.6 - install re 1.12.0 - install result 1.5 - install rresult 0.7.0 - install seq base - install stdlib-shims 0.3.0 - install topkg 1.0.7 - install uutf 1.0.3 - install yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved biniou.1.2.2 (cached) -> retrieved alcotest.1.8.0 (cached) -> retrieved bos.0.2.1 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved atd.2.15.0, atdgen.2.15.0, atdgen-runtime.2.15.0 (cached) -> retrieved curly.0.3.0 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved either.1.0.0 (cached) -> retrieved easy-format.1.3.4 (cached) -> retrieved fmt.0.9.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved logs.0.7.0 (cached) -> retrieved github-data.4.4.1 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml-version.3.7.3 (cached) -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved re.1.12.0 (cached) -> retrieved result.1.5 (cached) -> retrieved seq.base (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved uutf.1.0.3 (cached) -> retrieved dune.3.17.1 (cached) -> retrieved yojson.2.2.2 (cached) -> installed cmdliner.1.3.0 -> installed dune.3.17.1 -> installed ocamlbuild.0.15.0 -> installed camlp-streams.5.0.1 -> installed easy-format.1.3.4 -> installed either.1.0.0 -> installed biniou.1.2.2 -> installed menhirCST.20240715 -> installed menhirLib.20240715 -> installed menhirSdk.20240715 -> installed ocaml-syntax-shims.1.0.0 -> installed menhir.20240715 -> installed ocaml-version.3.7.3 -> installed ocamlfind.1.9.6 -> installed result.1.5 -> installed seq.base -> installed stdlib-shims.0.3.0 -> installed curly.0.3.0 -> installed re.1.12.0 -> installed topkg.1.0.7 -> installed yojson.2.2.2 -> installed astring.0.8.5 -> installed atd.2.15.0 -> installed atdgen-runtime.2.15.0 -> installed fmt.0.9.0 -> installed atdgen.2.15.0 -> installed fpath.0.7.3 -> installed github-data.4.4.1 -> installed logs.0.7.0 -> installed rresult.0.7.0 -> installed uutf.1.0.3 -> installed bos.0.2.1 -> installed alcotest.1.8.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-01-12 02:11.35 ---> saved as "eced1a0dd1d2011b6d8411dad3a086c595226a8b544e3bfb2ab18c192a668339" /: (copy (src .) (dst /home/opam/src)) 2025-01-12 02:12.17 ---> saved as "3368acb60a5fb6b19e6dfdfd500bca6c5a1495dc0c47f0a273ee48451fc9eea5" /: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test/unit && ./test.exe --compact) Testing `opam-compiler'. This run has ID `7TBXFV47'. ...................... 2025-01-12 02:13.07 ---> saved as "157d709a26eadcdbb26650328a4977d4ed047198973258e310435eb5b14cc3db" Job succeeded 2025-01-12 02:13.07: Job succeeded