2025-10-29 07:25.02: New job: test tmcgilchrist/datalog https://github.com/tmcgilchrist/datalog.git#refs/heads/master (fa08cf6ce9371741a74bcd5f83509ee5c424ec71) (linux-x86_64:opensuse-15.6-4.14_opam-2.4)Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:145b96003dde434b4eda40a9de80da9499d9e91230ed0581b7715fde42181110Opam project buildTo reproduce locally:git clone --recursive "https://github.com/tmcgilchrist/datalog.git" -b "master" && cd "datalog" && git reset --hard fa08cf6ccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:145b96003dde434b4eda40a9de80da9499d9e91230ed0581b7715fde42181110# opensuse-15.6-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /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 6fab318652edf2e934926c95dbe83c86f899f133 || git fetch origin master) && git reset -q --hard 6fab318652edf2e934926c95dbe83c86f899f133 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 datalog.opam ./RUN opam pin add -yn datalog.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.0.0 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 fmt.0.11.0 logs.0.9.0 mdx.2.5.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 topkg.1.1.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y datalog.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-10-29 07:25.02: Using cache hint "tmcgilchrist/datalog-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:145b96003dde434b4eda40a9de80da9499d9e91230ed0581b7715fde42181110-opensuse-15.6-4.14_opam-2.4-4dbfe8eff24ca07817c53d3a88321e6b"2025-10-29 07:25.02: Using OBuilder spec:((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:145b96003dde434b4eda40a9de80da9499d9e91230ed0581b7715fde42181110)(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 6fab318652edf2e934926c95dbe83c86f899f133 || git fetch origin master) && git reset -q --hard 6fab318652edf2e934926c95dbe83c86f899f133 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src datalog.opam) (dst ./))(run (network host)(shell "opam pin add -yn datalog.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.0.0 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 fmt.0.11.0 logs.0.9.0 mdx.2.5.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 topkg.1.1.0")(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 datalog.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-10-29 07:25.02: Waiting for resource in pool OCluster2025-10-29 08:08.07: Waiting for worker…2025-10-29 08:14.23: Got resource from pool OClusterBuilding on phoebeAll commits already cachedHEAD is now at fa08cf6 Remove 32bit architectures.(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:145b96003dde434b4eda40a9de80da9499d9e91230ed0581b7715fde42181110)2025-10-29 08:15.53 ---> using "80b82ea15a009dbca9c242ea2b25c0270b4333c1c06866b48720d316909e6d48" 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-10-29 08:15.53 ---> using "5e433c85339268a7c1ded19dfb8778ffc8fa649729327850212d4635f930ed42" 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[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-29 08:15.53 ---> using "b5f3edddc8bab15567decb5aac06c84669fa8595d4f0e411106e2acc2f76b8e5" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-84-genericThe OCaml toplevel, version 4.14.22.4.12025-10-29 08:15.53 ---> using "608cedd9866c96bd21af41b8d3ca4140aab2c4b213ed403fc455d48d553d853c" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-29 08:15.53 ---> using "6be61a70a83d98e198a5673cd0e0b29b603bbdd382b8f6f2e64e51d6038774f3" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 6fab318652edf2e934926c95dbe83c86f899f133 || git fetch origin master) && git reset -q --hard 6fab318652edf2e934926c95dbe83c86f899f133 && git log --no-decorate -n1 --oneline && opam update -u"))6fab318652 Merge pull request #28690 from mtelvers/opam-publish-ocaml-version.4.0.3<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+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 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-10-29 08:15.53 ---> using "01680732ba384058a3b6341a842974fd9590bb4fd41c9c6911d6d1840aae7fda" from cache/src: (copy (src datalog.opam) (dst ./))2025-10-29 08:15.53 ---> saved as "c921d25a23ae3ab57be49f18c02722c567dd9ed2e4be2e63adda8d74630a7453"/src: (run (network host)(shell "opam pin add -yn datalog.dev './'"))[datalog.dev] synchronised (file:///src)datalog is now pinned to file:///src (version dev)2025-10-29 08:15.55 ---> saved as "953bb4b4c0c1548499c016822e09eaf8dec343d7b66d1b7ff97721161c0cbed6"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-29 08:15.56 ---> saved as "e1c319dacfe8165decdeadd9d033f528ac8933eace7158c7e39c547d16a483aa"/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.0.0 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 fmt.0.11.0 logs.0.9.0 mdx.2.5.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 topkg.1.1.0")/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 datalog.dev $DEPS"))+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"- Retrieving repository 'Update repository of openSUSE Backports' metadata [..-- Looking for gpg keys in repository Update repository of openSUSE Backports.- gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key- .........- .......done]- Building repository 'Update repository of openSUSE Backports' cache [..- ..done]- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.- gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key- ......- .........- ..........- ...........- .........- .........- .........- ..........- .........- .........- ..........- .........- .........- .........- .........- .........- .........- .........- .........- ........- ......- ....- ......- ......- ....- .......- ....- ......- ......- ......- ........- .........- .........- ........- .........- .- ......- ........- .......- .......- .........- ........- ........- ..........- .........- ..........- .........- ........- ..........- ........- .........- .........- .........- .........- .........- .........- .........- .........- ..........- .........- .........- .- ...- .........- .........- ..........- .........- ........- .........- .........- .- ......- .- .- .- .....- ..- ..- ..........- ....- .- ......- ...- ..- .- ..- ...- .- .- .- .- .- .........- .- .- .......- ...- .......- ......- .- .- .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:- - Timeout exceeded when accessing 'http://cdn.opensuse.org/update/leap/15.6/sle/repodata/5dc0da6055c6b03fabb91e7ac98c102218d61f7acfc4e0538312a75794eaec4b-primary.xml.gz'.- 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/'- - Download (curl) error for 'http://cdn.opensuse.org/update/leap/15.6/oss/content':- Error code: Connection failed- Error message: Could not resolve host: cdn.opensuse.org- 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.- Repository 'Update Repository (Non-Oss)' is up to date.- 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 refresh2025-10-29 09:05.44: Job failed: Disconnected: Switch turned off