2026-06-02 13:23.09: New job: test edwintorok/lintcstubs-arity https://github.com/edwintorok/lintcstubs-arity.git#refs/heads/main (e1b2670f202a8f37fd6fc56395eb3e6ed67bf4ef) (linux-x86_64:opensuse-16.0-4.14_opam-2.5) Base: ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:f41c1a24b5665138498b028a19e703a462bd6033396b6d4edb2cf0ade4f900ba Opam project build To reproduce locally: git clone --recursive "https://github.com/edwintorok/lintcstubs-arity.git" -b "main" && cd "lintcstubs-arity" && git reset --hard e1b2670f cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:f41c1a24b5665138498b028a19e703a462bd6033396b6d4edb2cf0ade4f900ba # opensuse-16.0-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN opam update -u COPY --chown=1000:1000 lintcstubs-arity.opam ./ RUN opam pin add -yn lintcstubs-arity.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-threads.base base-unix.base dune.3.23.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y lintcstubs-arity.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 2026-06-02 13:23.09: Using cache hint "edwintorok/lintcstubs-arity-ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:f41c1a24b5665138498b028a19e703a462bd6033396b6d4edb2cf0ade4f900ba-opensuse-16.0-4.14_opam-2.5-c5a7fc1c9e607a8c20abbac3185d7a5e" 2026-06-02 13:23.09: Using OBuilder spec: ((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:f41c1a24b5665138498b028a19e703a462bd6033396b6d4edb2cf0ade4f900ba) (comment opensuse-16.0-4.14_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline")) (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 "opam update -u")) (copy (src lintcstubs-arity.opam) (dst ./)) (run (network host) (shell "opam pin add -yn lintcstubs-arity.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.23.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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.5 --depext-only -y lintcstubs-arity.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")) ) 2026-06-02 13:23.09: Connecting to build cluster… 2026-06-02 13:23.09: Waiting for resource in pool OCluster 2026-06-02 13:26.05: Waiting for worker… 2026-06-02 13:29.46: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at e1b2670 OCaml 5.5 support (from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:f41c1a24b5665138498b028a19e703a462bd6033396b6d4edb2cf0ade4f900ba) 2026-06-02 13:29.47 ---> using "f47073293b0c000aff6cef55b67e3409dc7446afc34ead6eac36639455080dda" from cache /: (comment opensuse-16.0-4.14_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-06-02 13:29.47 ---> using "1402ca4a728a793a9282295156e56e80f69c188f563ee8c5733441137f0c79a9" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline")) c180e16309 Merge pull request #29907 from dra27/host-arch-fixes 2026-06-02 13:29.47 ---> using "ec7d85fe4e908138fca88a8eb6346fbc38de875a9fcde1f4abd9ba01cfcdd940" 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.1 to version 2.2, which can't be reverted. You may want to back it up before going further. [NOTE] The 'jobs' option was reset, its value was 1 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=1 --global Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com" [default] synchronised from git+file:///home/opam/opam-repository 2026-06-02 13:29.47 ---> using "f7ad8a711b9be73ad983cdbbc8271a13a8b395f8b498a6882eef58d10f80ca9b" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-107-generic The OCaml toplevel, version 4.14.3 2.5.1 2026-06-02 13:29.47 ---> using "181456218dcead02f258194447f1d76643e40ddd941bc0a5d713b7361c66888e" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-06-02 13:29.47 ---> using "323b0a699d2cbf785d289a3c6344d3b230c920845d40cf45dc9762777dbaf4dd" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches [default] no changes from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.0 - ocaml-config.3 However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.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) 2026-06-02 13:29.47 ---> using "45373c8848fdcaec98afef5b959c080a279277c0fc6a888d2d8794a5157d28c9" from cache /src: (copy (src lintcstubs-arity.opam) (dst ./)) 2026-06-02 13:29.47 ---> saved as "6a88028d3ae2f028bc75aecc3b46d882a358fca1276ed7a18ea2d8302c3db322" /src: (run (network host) (shell "opam pin add -yn lintcstubs-arity.dev './'")) [lintcstubs-arity.dev] synchronised (file:///src) lintcstubs-arity is now pinned to file:///src (version dev) 2026-06-02 13:29.49 ---> saved as "3134618b4f350e36936c7fcfa28e628f981253aed08488949039a46e248a9377" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-06-02 13:29.49 ---> saved as "98a174125b570aa754e7d3477df07886aa679f3e10095942e491f0b46b1d2651" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.23.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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.5 --depext-only -y lintcstubs-arity.dev $DEPS")) + /usr/bin/sudo "zypper" "--non-interactive" "refresh" - Retrieving repository 'repo-openh264 (16.0)' metadata [.error] - Repository 'repo-openh264 (16.0)' is invalid. - [openSUSE:repo-openh264|http://codecs.opensuse.org/openh264/openSUSE_Leap_16] Failed to retrieve new repository metadata. - History: - - [|] Error trying to read from 'http://codecs.opensuse.org/openh264/openSUSE_Leap_16' - - Download (curl) error for 'http://codecs.opensuse.org/openh264/openSUSE_Leap_16/content': - Error code: Connection failed Curl error (6) - Error message: Could not resolve host: codecs.opensuse.org - Please check if the URIs defined for this repository are pointing to a valid repository. - Skipping repository 'repo-openh264 (16.0)' because of the above error. - Retrieving repository 'repo-oss (16.0)' metadata [.error] - Repository 'repo-oss (16.0)' is invalid. - [openSUSE:repo-oss|http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64] Failed to retrieve new repository metadata. - History: - - [|] Error trying to read from 'http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64' - - Download (curl) error for 'http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/content': - Error code: Connection failed Curl error (6) - 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 'repo-oss (16.0)' because of the above error. - Could not refresh the repositories because of errors. 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.5 --depext-only -y lintcstubs-arity.dev $DEPS" failed with exit status 99 2026-06-02 13:29.56: Job failed: Failed: Build failed