2025-03-17 09:28.25: New job: test jmid/mutaml https://github.com/jmid/mutaml.git#refs/heads/main (517b00b64840232336266aa994e37bdd26257c25) (linux-arm64:debian-12-5.3_arm32_opam-2.3) Base: ocaml/opam:debian-12-ocaml-5.3@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28 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 ocaml/opam:debian-12-ocaml-5.3@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28 # debian-12-5.3_arm32_opam-2.3 USER 1000:1000 SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ] 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 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.16.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-bash.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.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.16.0 ppx_yojson_conv.v0.16.0 ppx_yojson_conv_lib.v0.16.0 ppxlib.0.35.0 seq.base sexplib0.v0.16.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-ocaml/opam:debian-12-ocaml-5.3@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28-debian-12-5.3_arm32_opam-2.3-e3f07d2216a91721cdaff8506414e98b" 2025-03-17 09:28.25: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28) (comment debian-12-5.3_arm32_opam-2.3) (user (uid 1000) (gid 1000)) (shell /usr/bin/linux32 /bin/sh -c) (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 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.16.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-bash.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.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.16.0 ppx_yojson_conv.v0.16.0 ppx_yojson_conv_lib.v0.16.0 ppxlib.0.35.0 seq.base sexplib0.v0.16.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:53.22: Got resource from pool OCluster Building on kydoime.caelum.ci.dev All commits already cached HEAD is now at 517b00b Merge pull request #38 from jmid/dependabot/github_actions/actions/checkout-4 (from ocaml/opam:debian-12-ocaml-5.3@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28) Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28' locally docker.io/ocaml/opam@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28: Pulling from ocaml/opam ddb9f233c153: Pulling fs layer ddb9f233c153: Verifying Checksum ddb9f233c153: Download complete ddb9f233c153: Pull complete Digest: sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28 Status: Downloaded newer image for ocaml/opam@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28 WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 2025-03-17 09:53.22 ---> using "0cf58097a197ad8d6720c3c1ac4cdf01bb2aef8877063abd54d4315939af0450" from cache /: (comment debian-12-5.3_arm32_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (shell /usr/bin/linux32 /bin/sh -c) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-03-17 09:53.22 ---> using "8b195f4aea893391f535952171e3d2909dfe5fff2cda153fa8f9f66412d15dce" 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. 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. Continue? [y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com" [default] synchronised from file:///home/opam/opam-repository 2025-03-17 09:53.22 ---> using "f057129c8aa70b62a336b420c12b2ee176065dcf8555ee4cd5519d510c67e4ef" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 5.3.0 2.3.0 2025-03-17 09:53.22 ---> using "395d416fef7b7ac52f25dfe0b6b16e390c68eba1c061e0dbd8788a3364db692b" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-03-17 09:53.22 ---> using "546a9447afbd6d734dd4fa81dd5366fe14e3d37fecfaf91ea2e68e54a7d80a83" 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 862a7640b1..4f8517f5b7 master -> origin/master cb8df6db01 Merge pull request #27631 from dbuenzli/incompatible-cmdliner2 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive [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-03-17 09:53.22 ---> using "4d68ad3930674c6f64dfface5cf6fc4116bd3b57b69481d36edc8b67ed350df0" from cache /src: (copy (src mutaml.opam) (dst ./)) 2025-03-17 09:53.23 ---> saved as "2addf27fe92bc8b4e745f1469bdf6ca02a9d4286f2f303738a6220d323e9ec7c" /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:53.25 ---> saved as "4ce205b578f0042966395124780110ad3fb03cd34c073a61f17767a68800f587" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-03-17 09:53.25 ---> saved as "b3f167e77286e05ce0e2e444f092db6fe1a47c490190adf91285fc636012fbb8" /src: (env DEPS "base.v0.16.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-bash.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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.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.16.0 ppx_yojson_conv.v0.16.0 ppx_yojson_conv_lib.v0.16.0 ppxlib.0.35.0 seq.base sexplib0.v0.16.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")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] - 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 bookworm/main armhf Packages [8507 kB] - Get:5 http://deb.debian.org/debian-security bookworm-security/main armhf Packages [227 kB] - Fetched 8989 kB in 1s (6287 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [mutaml.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-option-bytecode-only 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-03-17 09:53.42 ---> saved as "024cdb1d358e6424e4d21d2ba0c1894d16441423926aa68a3f0f8af5d961bb8c" /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-option-bytecode-only 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 - install base v0.16.3 - install conf-bash 1 - install conf-diffutils 2 - install conf-timeout 1 - install conf-which 1 - install cppo 1.8.0 - install csexp 1.5.2 - install dune 3.17.2 - install dune-configurator 3.17.2 - install ocaml-compiler-libs v0.17.0 - install ocamlfind 1.9.8 - install octavius 1.2.2 - install ounit2 2.2.7 - install ppx_derivers 1.2.1 - install ppx_deriving 6.0.3 - install ppx_js_style v0.16.0 - install ppx_yojson_conv v0.16.0 - install ppx_yojson_conv_lib v0.16.0 - install ppxlib 0.35.0 - install seq base - install sexplib0 v0.16.0 - install stdlib-random 1.2.0 - install stdlib-shims 0.3.0 - install yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed conf-bash.1 -> installed conf-diffutils.2 -> retrieved cppo.1.8.0 (cached) -> retrieved base.v0.16.3 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-timeout.1 -> installed conf-which.1 -> retrieved ocaml-compiler-libs.v0.17.0 (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_js_style.v0.16.0 (cached) -> retrieved dune.3.17.2, dune-configurator.3.17.2 (cached) -> retrieved ppx_deriving.6.0.3 (cached) -> retrieved ppx_yojson_conv.v0.16.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved ppx_yojson_conv_lib.v0.16.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved stdlib-random.1.2.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved yojson.2.2.2 (cached) -> retrieved ppxlib.0.35.0 (cached) -> installed ocamlfind.1.9.8 -> installed dune.3.17.2 -> installed ppx_derivers.1.2.1 -> installed stdlib-shims.0.3.0 -> installed csexp.1.5.2 -> installed sexplib0.v0.16.0 -> installed ounit2.2.2.7 -> installed cppo.1.8.0 -> installed yojson.2.2.2 -> installed stdlib-random.1.2.0 -> installed ppx_yojson_conv_lib.v0.16.0 -> installed dune-configurator.3.17.2 -> installed ocaml-compiler-libs.v0.17.0 -> installed octavius.1.2.2 -> installed base.v0.16.3 -> installed ppxlib.0.35.0 -> installed ppx_js_style.v0.16.0 -> installed ppx_deriving.6.0.3 -> installed ppx_yojson_conv.v0.16.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-03-17 09:55.45 ---> saved as "13b71fb7977b3c1044c5b27ccbf0b6ab4648725c4908c8f8d27bf882faaedf13" /src: (copy (src .) (dst /src)) 2025-03-17 09:55.45 ---> saved as "13ba165cd1dd8eb2c7dbbe2d738b0ecb0995722f94ed8cca27d8520b5c033cac" /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.10 seconds. OK (cd _build/default/examples/testproj-1-module && ./ounittest.exe) .... Ran: 4 tests in: 0.12 seconds. OK 2025-03-17 09:57.52 ---> saved as "65121ea9141e494e8065a7ea9c1145fff71bc289eb118952a243bb6d681568d0" Job succeeded 2025-03-17 09:57.53: Job succeeded