2025-03-18 21:07.31: New job: test ocurrent/ocaml-version https://github.com/ocurrent/ocaml-version.git#refs/heads/master (1165e18c18c2eed9109edfecbbe1a8eb81141272) (linux-arm64:debian-12-5.3_arm32_opam-2.3)Base: ocaml/opam:debian-12-ocaml-5.3@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/ocaml-version.git" -b "master" && cd "ocaml-version" && git reset --hard 1165e18ccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-5.3@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28# debian-12-5.3_arm32_opam-2.3USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e f92e43c2e4282b573967127440259031915a8fba || git fetch origin master) && git reset -q --hard f92e43c2e4282b573967127440259031915a8fba && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 ocaml-version.opam ./RUN opam pin add -yn ocaml-version.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 dune.3.17.2 fmt.0.10.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ocaml-version.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-03-18 21:07.31: Using cache hint "ocurrent/ocaml-version-ocaml/opam:debian-12-ocaml-5.3@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28-debian-12-5.3_arm32_opam-2.3-e5ec29893ee63f8d1879e1162df24859"2025-03-18 21:07.31: 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 f92e43c2e4282b573967127440259031915a8fba || git fetch origin master) && git reset -q --hard f92e43c2e4282b573967127440259031915a8fba && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src ocaml-version.opam) (dst ./))(run (network host)(shell "opam pin add -yn ocaml-version.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 dune.3.17.2 fmt.0.10.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4")(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 ocaml-version.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-18 21:07.31: Waiting for resource in pool OCluster2025-03-18 23:59.40: Waiting for worker…2025-03-19 00:37.26: Got resource from pool OClusterBuilding on molpadia.caelum.ci.devAll commits already cachedHEAD is now at 1165e18 Merge pull request #80 from mtelvers/maintenance-intent(from ocaml/opam:debian-12-ocaml-5.3@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28)Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28' locallydocker.io/ocaml/opam@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28: Pulling from ocaml/opamDigest: sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28Status: Downloaded newer image for ocaml/opam@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested2025-03-19 00:37.26 ---> 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-19 00:37.26 ---> 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] yFormat 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-repository2025-03-19 00:37.26 ---> using "f057129c8aa70b62a336b420c12b2ee176065dcf8555ee4cd5519d510c67e4ef" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.3.02.3.02025-03-19 00:37.26 ---> using "395d416fef7b7ac52f25dfe0b6b16e390c68eba1c061e0dbd8788a3364db692b" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-03-19 00:37.26 ---> 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 f92e43c2e4282b573967127440259031915a8fba || git fetch origin master) && git reset -q --hard f92e43c2e4282b573967127440259031915a8fba && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD862a7640b1..f92e43c2e4 master -> origin/masterf92e43c2e4 Merge pull request #27617 from samoht/release-alcotest-1.9.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive[default] synchronised from file:///home/opam/opam-repositoryEverything 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-19 00:37.26 ---> using "c887c4f020e9bd264c48d16e169ef544fa5f524f0c048c414cd293a54c026a45" from cache/src: (copy (src ocaml-version.opam) (dst ./))2025-03-19 00:37.26 ---> using "147a57f90790c6e388ae3e0cf998fc48266eade4aace4b6a66a82525d4d28ede" from cache/src: (run (network host)(shell "opam pin add -yn ocaml-version.dev './'"))[ocaml-version.dev] synchronised (file:///src)ocaml-version is now pinned to file:///src (version dev)2025-03-19 00:37.26 ---> using "fcd3f00b6ae23691aaac5141a8a4962da86b5faef61fb36218e826f00024c714" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-03-19 00:37.26 ---> using "533a93dbd8a3f8df836c295d0a10068593a166d6b2b6ea2af63cf7b86ecf5704" from cache/src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 dune.3.17.2 fmt.0.10.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.12.0 seq.base stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4")/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 ocaml-version.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 [230 kB]- Fetched 8991 kB in 1s (6877 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ocaml-version.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-19 00:37.26 ---> using "b8204b552bdda2fafb01c332ed75a6cee67bd888cbdb5e274a90b2f69a9d9ca2" 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-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 13 packages- install alcotest 1.9.0- install astring 0.8.5- install cmdliner 1.3.0- install dune 3.17.2- install fmt 0.10.0- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install re 1.12.0- install seq base- install stdlib-shims 0.3.0- install topkg 1.0.8- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved alcotest.1.9.0 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved fmt.0.10.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved dune.3.17.2 (cached)-> retrieved re.1.12.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.0.8 (cached)-> retrieved uutf.1.0.4 (cached)-> installed cmdliner.1.3.0-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.0.8-> installed uutf.1.0.4-> installed fmt.0.10.0-> installed astring.0.8.5-> installed dune.3.17.2-> installed stdlib-shims.0.3.0-> installed re.1.12.0-> installed ocaml-syntax-shims.1.0.0-> installed alcotest.1.9.0Done.# To update the current shell environment, run: eval $(opam env)2025-03-19 00:37.26 ---> using "d5eda6d85321e657a446bdb7eda2d82e67acf4c0bfed2d82878ca6a003cbb73d" from cache/src: (copy (src .) (dst /src))2025-03-19 00:37.26 ---> saved as "ee58408c81da7ffcb26b3d4bde6807b695951cac31a933853d16dca1be6b6c1c"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test_unit.exe)Testing `ocaml-version'.This run has ID `E50MF18N'.[OK] Compiler_variants 0 Multicore not on 4.12 x86-64.[OK] Compiler_variants 1 Multicore not on 4.10 i386.[OK] Compiler_variants 2 Multicore not on 4.12 xi386.[OK] Configure_options 0 FP on last 4.07.[OK] Configure_options 1 FP on first 4.08.[OK] Configure_options 2 FP on 3.12.Full test results in `/src/_build/default/test/_build/_tests/ocaml-version'.Test Successful in 0.002s. 6 tests run.2025-03-19 00:37.28 ---> saved as "40e99953e939fd342da603471263c8afdf7131e8c5828b43e50967d833458cc8"Job succeeded2025-03-19 00:37.29: Job succeeded