2024-12-20 09:40.40: New job: test ocaml-opam/opam-compiler https://github.com/ocaml-opam/opam-compiler.git#refs/pull/37/head (1a518c0740006b3899d444588f01154157dd5033) (linux-s390x:debian-12-4.14_s390x_opam-2.3) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:7bf858c1c13f5a816846d93608921da129a600b857aefef872947ca941abce1a Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-opam/opam-compiler.git" && cd "opam-compiler" && git fetch origin "refs/pull/37/head" && git reset --hard 1a518c07 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:7bf858c1c13f5a816846d93608921da129a600b857aefef872947ca941abce1a # debian-12-4.14_s390x_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.3 /usr/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 40261e81b0d4449cd32f7834e272aa9d38a28c49 || git fetch origin master) && git reset -q --hard 40261e81b0d4449cd32f7834e272aa9d38a28c49 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 opam-compiler.opam ./ RUN opam pin add -yn opam-compiler.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.8.0 angstrom.0.16.1 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 bigstringaf.0.10.0 biniou.1.2.2 bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 csexp.1.5.2 curly.0.3.0 dune.3.17.1 dune-configurator.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-s390x.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.2 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 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 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 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2024-12-20 09:40.40: Using cache hint "ocaml-opam/opam-compiler-ocaml/opam:debian-12-ocaml-4.14@sha256:7bf858c1c13f5a816846d93608921da129a600b857aefef872947ca941abce1a-debian-12-4.14_s390x_opam-2.3-9d92d26ae1ac5b491eabea9b55313d59" 2024-12-20 09:40.40: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:7bf858c1c13f5a816846d93608921da129a600b857aefef872947ca941abce1a) (comment debian-12-4.14_s390x_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo 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")) (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 40261e81b0d4449cd32f7834e272aa9d38a28c49 || git fetch origin master) && git reset -q --hard 40261e81b0d4449cd32f7834e272aa9d38a28c49 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src opam-compiler.opam) (dst ./)) (run (network host) (shell "opam pin add -yn opam-compiler.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.8.0 angstrom.0.16.1 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 bigstringaf.0.10.0 biniou.1.2.2 bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 csexp.1.5.2 curly.0.3.0 dune.3.17.1 dune-configurator.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-s390x.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.2 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 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 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 /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2024-12-20 09:40.40: Waiting for resource in pool OCluster 2024-12-20 13:05.50: Waiting for worker… 2024-12-20 17:23.28: Got resource from pool OCluster Building on s390x-worker-01.marist.ci.dev All commits already cached HEAD is now at 1a518c0 Add example for using github urls (from ocaml/opam:debian-12-ocaml-4.14@sha256:7bf858c1c13f5a816846d93608921da129a600b857aefef872947ca941abce1a) 2024-12-20 17:23.28 ---> using "a9e6aa92dff924a950e4169f19aa25cf549e06a75c1eb8d4cd8e86fcee02ffb0" from cache /: (comment debian-12-4.14_s390x_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2024-12-20 17:23.28 ---> using "76d54723a28180a52cc520a0d99d36582e3d5799cc6e526e3e57ce3866969adc" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from 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. Continue? [y/n] y This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-12-20 17:23.28 ---> using "cfbced94b4ed2a80c5a694863dc6cd5e9d1d56da08eb735d15c8cfa661cdece3" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-51-generic The OCaml toplevel, version 4.14.2 2.3.0 2024-12-20 17:23.28 ---> using "c44e82732e7fddc089995eda225574a603bef4dc0a04050fc52bda21f48e652f" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-12-20 17:23.28 ---> using "7ccfba6f9013581176ca3f3935e6166101720a63128bbff1d50bb7d60c29f210" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 40261e81b0d4449cd32f7834e272aa9d38a28c49 || git fetch origin master) && git reset -q --hard 40261e81b0d4449cd32f7834e272aa9d38a28c49 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD de786e28db..3531767c50 master -> origin/master 40261e81b0 Merge pull request #27148 from mtelvers/opam-publish-ocaml-version.3.7.2 <><> 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) 2024-12-20 17:23.28 ---> using "c36cd1dd3800b63cdace493e080b1c8867d07a099acb2a98b59a4903974d5761" from cache /src: (copy (src opam-compiler.opam) (dst ./)) 2024-12-20 17:23.55 ---> saved as "c21f481129c46571f4f7ee18c9f57f30ae661c297b6e10d963e0852e07108fee" /src: (run (network host) (shell "opam pin add -yn opam-compiler.dev './'")) [opam-compiler.dev] synchronised (file:///src) opam-compiler is now pinned to file:///src (version dev) 2024-12-20 17:24.21 ---> saved as "05d2b78ab6dcfc415d8f5d7024202a7845ec66cd63926c1cfc5720086e79d891" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2024-12-20 17:24.23 ---> saved as "a343386be0f88a36caae0be344b8c37694a37575c6ee7f4d9a68e4895248872e" /src: (env DEPS "alcotest.1.8.0 angstrom.0.16.1 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 bigstringaf.0.10.0 biniou.1.2.2 bos.0.2.1 camlp-streams.5.0.1 cmdliner.1.3.0 csexp.1.5.2 curly.0.3.0 dune.3.17.1 dune-configurator.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-s390x.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.2 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 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uutf.1.0.3 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 opam-compiler.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bookworm InRelease - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian-security bookworm-security/main s390x Packages [206 kB] - Fetched 310 kB in 1s (363 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [opam-compiler.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 host-system-other is already installed (current version is 1). [NOTE] Package host-arch-s390x 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). 2024-12-20 17:24.43 ---> saved as "75b5a7a98d4d63465f5683f4c2bef1b0979e244aeb84a3d0cf203beb6b81090d" /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 host-system-other is already installed (current version is 1). [NOTE] Package host-arch-s390x 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 39 packages - install alcotest 1.8.0 - install angstrom 0.16.1 - install astring 0.8.5 - install atd 2.15.0 - install atdgen 2.15.0 - install atdgen-runtime 2.15.0 - install bigstringaf 0.10.0 - install biniou 1.2.2 - install bos 0.2.1 - install camlp-streams 5.0.1 - install cmdliner 1.3.0 - install csexp 1.5.2 - install curly 0.3.0 - install dune 3.17.1 - install dune-configurator 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.2 - 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 stringext 1.6.0 - install topkg 1.0.7 - install uri 4.4.0 - install uutf 1.0.3 - install yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved angstrom.0.16.1 (cached) -> retrieved alcotest.1.8.0 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved atd.2.15.0, atdgen.2.15.0, atdgen-runtime.2.15.0 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved biniou.1.2.2 (cached) -> retrieved bos.0.2.1 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved curly.0.3.0 (cached) -> retrieved easy-format.1.3.4 (cached) -> retrieved either.1.0.0 (cached) -> retrieved fmt.0.9.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved github-data.4.4.1 (cached) -> retrieved logs.0.7.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) -> retrieved dune.3.17.1, dune-configurator.3.17.1 (cached) -> retrieved ocaml-version.3.7.2 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved re.1.12.0 (cached) -> retrieved seq.base (cached) -> retrieved result.1.5 (cached) -> retrieved rresult.0.7.0 (cached) -> installed cmdliner.1.3.0 -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved stringext.1.6.0 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved uutf.1.0.3 (cached) -> retrieved yojson.2.2.2 (cached) -> retrieved uri.4.4.0 (cached) -> installed ocamlfind.1.9.6 -> installed seq.base -> installed ocamlbuild.0.15.0 -> installed topkg.1.0.7 -> installed fmt.0.9.0 -> installed astring.0.8.5 -> installed rresult.0.7.0 -> installed fpath.0.7.3 -> installed logs.0.7.0 -> installed uutf.1.0.3 -> installed bos.0.2.1 -> installed dune.3.17.1 -> installed csexp.1.5.2 -> installed easy-format.1.3.4 -> installed camlp-streams.5.0.1 -> installed either.1.0.0 -> installed menhirCST.20240715 -> installed biniou.1.2.2 -> installed dune-configurator.3.17.1 -> installed menhirLib.20240715 -> installed menhirSdk.20240715 -> installed bigstringaf.0.10.0 -> installed ocaml-version.3.7.2 -> installed ocaml-syntax-shims.1.0.0 -> installed result.1.5 -> installed angstrom.0.16.1 -> installed curly.0.3.0 -> installed stdlib-shims.0.3.0 -> installed re.1.12.0 -> installed stringext.1.6.0 -> installed yojson.2.2.2 -> installed alcotest.1.8.0 -> installed atdgen-runtime.2.15.0 -> installed uri.4.4.0 -> installed menhir.20240715 -> installed atd.2.15.0 -> installed atdgen.2.15.0 -> installed github-data.4.4.1 Done. # To update the current shell environment, run: eval $(opam env) 2024-12-20 17:26.43 ---> saved as "35fa8f03b0bc14e449e1013f0d9f7666601e5db68fcb23fb539bfcb0b6176e9e" /src: (copy (src .) (dst /src)) 2024-12-20 17:26.46 ---> saved as "d5cfad05620f213b42cc3f42133b618e526eee45fc642f0d7cf2c7da44e175db" /src: (run (shell "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 `HKKG3UXX'. ......................... 2024-12-20 17:27.01 ---> saved as "be0cd837be224f0f47fa0401bda2fb3b94adc1ba470a664527dd953446631598" Job succeeded 2024-12-20 17:27.02: Job succeeded