2025-09-29 07:24.16: New job: test mirage/Zarith https://github.com/mirage/Zarith.git#refs/heads/zarith-1.13 (9de5ec36fc0851f19985b235aa07d56661688155) (linux-x86_64:opensuse-15.6-4.14_opam-2.4) Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/Zarith.git" -b "zarith-1.13" && cd "Zarith" && git reset --hard 9de5ec36 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18 # opensuse-15.6-4.14_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 zarith.opam ./ RUN opam pin add -yn zarith.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-threads.base base-unix.base conf-m4.1 dune.3.20.2 gmp.6.3.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y zarith.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-09-29 07:24.16: Using cache hint "mirage/Zarith-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18-opensuse-15.6-4.14_opam-2.4-7cdd644a1983e0d7b921e8bf67fd2ecb" 2025-09-29 07:24.16: Using OBuilder spec: ((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18) (comment opensuse-15.6-4.14_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src zarith.opam) (dst ./)) (run (network host) (shell "opam pin add -yn zarith.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-m4.1 dune.3.20.2 gmp.6.3.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1") (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.4 --depext-only -y zarith.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-09-29 07:24.16: Waiting for resource in pool OCluster 2025-09-29 07:57.34: Waiting for worker… 2025-09-29 08:04.06: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 9de5ec3 revert a6ad837b (use ocamlc to test C compiler in configure) (from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:7092442caa6f8d355b2e07dbefca2a81cb3a357fa623473364d59210bdb68d18) 2025-09-29 08:04.06 ---> using "22a8831ad63c0b56dbeda9544b4139acb767520e6e499618398c1640126dadfb" from cache /: (comment opensuse-15.6-4.14_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-09-29 08:04.06 ---> using "36adc53d24b93cf133517581dd078c51dd85e5cb16e625ccf79aa0a22d684970" 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 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-09-29 08:04.06 ---> using "7ab1b118a5f5536a34210f23df0b816b54be91936b87476d29580b7aac95932b" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-142-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-09-29 08:04.06 ---> using "3f978d4d65d5e8f24db4a7e9820535ac2f19689152e5378c579230c066547a29" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-29 08:04.06 ---> using "665cd5588eda9bb41559e24e57236ee2b579ee6b8d2d8db42f13beb76f392942" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD bcac5d1731..3c6a0f524c master -> origin/master 6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc <><> 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). However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.0"), 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-09-29 08:04.06 ---> using "18530b9a48028fd32b2fafbd64150c31944527d988b8428ae806c00a430cb9f8" from cache /src: (copy (src zarith.opam) (dst ./)) 2025-09-29 08:04.06 ---> saved as "42507c1343ec2fc266f3e8613f72d0e7b9446cc39062af3ebf618f0fcb699729" /src: (run (network host) (shell "opam pin add -yn zarith.dev './'")) [zarith.dev] synchronised (file:///src) zarith is now pinned to file:///src (version dev) 2025-09-29 08:04.07 ---> saved as "000d2348738f5f5be225860feea476c28eda5e355b0606050e2318f40d30010a" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-29 08:04.07 ---> saved as "a335cf660c4f4943426c14b4f51feff714d5f894eae3572a3648408415adfcd5" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-m4.1 dune.3.20.2 gmp.6.3.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1") /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.4 --depext-only -y zarith.dev $DEPS")) + /usr/bin/sudo "zypper" "--non-interactive" "refresh" - Retrieving repository 'Update repository of openSUSE Backports' metadata [..error] - Repository 'Update repository of openSUSE Backports' is invalid. - [repo-backports-update|http://download.opensuse.org/update/leap/15.6/backports/] Failed to retrieve new repository metadata. - History: - - [|] Error trying to read from 'http://download.opensuse.org/update/leap/15.6/backports/' - - Location 'http://download.opensuse.org/update/leap/15.6/backports/content' is temporarily unaccessible. - Please check if the URIs defined for this repository are pointing to a valid repository. - Skipping repository 'Update repository of openSUSE Backports' because of the above error. - Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..error] - Repository 'Update repository with updates from SUSE Linux Enterprise 15' is invalid. - [repo-sle-update|http://download.opensuse.org/update/leap/15.6/sle/] Failed to retrieve new repository metadata. - History: - - [|] Error trying to read from 'http://download.opensuse.org/update/leap/15.6/sle/' - - Location 'http://download.opensuse.org/update/leap/15.6/sle/content' is temporarily unaccessible. - Please check if the URIs defined for this repository are pointing to a valid repository. - Skipping repository 'Update repository with updates from SUSE Linux Enterprise 15' because of the above error. - Retrieving repository 'Main Update Repository' metadata [..error] - Repository 'Main Update Repository' is invalid. - [repo-update|http://download.opensuse.org/update/leap/15.6/oss/] Failed to retrieve new repository metadata. - History: - - [|] Error trying to read from 'http://download.opensuse.org/update/leap/15.6/oss/' - - Location 'http://download.opensuse.org/update/leap/15.6/oss/content' is temporarily unaccessible. - Please check if the URIs defined for this repository are pointing to a valid repository. - Skipping repository 'Main Update Repository' because of the above error. - Retrieving repository 'Update Repository (Non-Oss)' metadata [..error] - Repository 'Update Repository (Non-Oss)' is invalid. - [repo-update-non-oss|http://download.opensuse.org/update/leap/15.6/non-oss/] Failed to retrieve new repository metadata. - History: - - [|] Error trying to read from 'http://download.opensuse.org/update/leap/15.6/non-oss/' - - Location 'http://download.opensuse.org/update/leap/15.6/non-oss/content' is temporarily unaccessible. - Please check if the URIs defined for this repository are pointing to a valid repository. - Skipping repository 'Update Repository (Non-Oss)' because of the above error. - Repository 'Non-OSS Repository' is up to date. - Repository 'Main Repository' is up to date. - Some of the repositories have not been refreshed because of an error. Fatal error: System package update failed with exit code 4 at command: sudo zypper --non-interactive refresh "/usr/bin/env" "bash" "-c" "opam update --depexts && opam install --cli=2.4 --depext-only -y zarith.dev $DEPS" failed with exit status 99 2025-09-29 08:06.15: Job failed: Failed: Build failed