Organisationsygrekocurlcd7dec ()opensuse-16.0-4.14_opam-2.5

opensuse-16.0-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-05-26 18:40.11: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/static (cd7dec87c348654df74e00e9b57b38680b2177fe) (linux-x86_64:opensuse-16.0-4.14_opam-2.5)
Base: ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:ede008d50b5041ab71f2a4e6b85c055881bacc961796c93b43509b7bc64eaf14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ygrek/ocurl.git" -b "static" && cd "ocurl" && git reset --hard cd7dec87
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:ede008d50b5041ab71f2a4e6b85c055881bacc961796c93b43509b7bc64eaf14
# 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 curl_lwt.opam curl.opam ./
RUN opam pin add -yn curl_lwt.dev './' && \
opam pin add -yn curl.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 lwt.6.1.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y curl_lwt.dev curl.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-05-26 18:40.11: Using cache hint "ygrek/ocurl-ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:ede008d50b5041ab71f2a4e6b85c055881bacc961796c93b43509b7bc64eaf14-opensuse-16.0-4.14_opam-2.5-2b0d90cefb4aa046784a563c31e631bd"
2026-05-26 18:40.11: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:ede008d50b5041ab71f2a4e6b85c055881bacc961796c93b43509b7bc64eaf14)
(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 curl_lwt.opam curl.opam) (dst ./))
(run (network host)
(shell  "opam pin add -yn curl_lwt.dev './' && \
\nopam pin add -yn curl.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 lwt.6.1.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.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.5 --depext-only -y curl_lwt.dev curl.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-05-26 18:40.11: Waiting for resource in pool OCluster
2026-05-26 18:40.12: Waiting for worker…
2026-05-26 18:40.40: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at cd7dec8 discover: use ARGN instead of custom call to pkgconfig


(from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:ede008d50b5041ab71f2a4e6b85c055881bacc961796c93b43509b7bc64eaf14)
Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:ede008d50b5041ab71f2a4e6b85c055881bacc961796c93b43509b7bc64eaf14' locally
docker.io/ocaml/opam@sha256:ede008d50b5041ab71f2a4e6b85c055881bacc961796c93b43509b7bc64eaf14: Pulling from ocaml/opam
64cfa2a65095: Already exists
64e5289f2672: Pulling fs layer
06b2293c2b2d: Pulling fs layer
6f67cd510672: Pulling fs layer
ca5b94db2a85: Pulling fs layer
6f7fe61607b0: Pulling fs layer
68c11975f945: Pulling fs layer
73479e4094ce: Pulling fs layer
85ba5c1a649a: Pulling fs layer
0de12c197bfd: Pulling fs layer
d81d6d6bf8fe: Pulling fs layer
cba68ecfd415: Pulling fs layer
75ffa6874156: Pulling fs layer
73479e4094ce: Waiting
89e5c2d50858: Pulling fs layer
5ad82053ee71: Pulling fs layer
0de12c197bfd: Waiting
d81d6d6bf8fe: Waiting
3591b13081a2: Pulling fs layer
85ba5c1a649a: Waiting
6f7fe61607b0: Waiting
6290e1686ebf: Pulling fs layer
ca5b94db2a85: Waiting
cba68ecfd415: Waiting
89e5c2d50858: Waiting
75ffa6874156: Waiting
4f4fb700ef54: Pulling fs layer
5ad82053ee71: Waiting
68c11975f945: Waiting
c5c5233ac1d1: Pulling fs layer
3591b13081a2: Waiting
c56fa4433fe9: Pulling fs layer
6290e1686ebf: Waiting
8f6c2820713b: Pulling fs layer
4f4fb700ef54: Waiting
c5c5233ac1d1: Waiting
3a022abfacb3: Pulling fs layer
a675122fae29: Pulling fs layer
8f6c2820713b: Waiting
3a022abfacb3: Waiting
c56fa4433fe9: Waiting
b30eccf5ca42: Pulling fs layer
a675122fae29: Waiting
91f92e37ea0a: Pulling fs layer
b30eccf5ca42: Waiting
1188916d9b97: Pulling fs layer
0fe594d6cb12: Pulling fs layer
1188916d9b97: Waiting
e3ed43689f8e: Pulling fs layer
0fe594d6cb12: Waiting
a107edd88c4d: Pulling fs layer
e3ed43689f8e: Waiting
03050e3c3ba9: Pulling fs layer
a107edd88c4d: Waiting
62ad0378e68f: Pulling fs layer
03050e3c3ba9: Waiting
91f92e37ea0a: Waiting
f4cc47b92161: Pulling fs layer
59669c7469b2: Pulling fs layer
f4cc47b92161: Waiting
040126ec3a5d: Pulling fs layer
005eba58599d: Pulling fs layer
62ad0378e68f: Waiting
040126ec3a5d: Waiting
dd397816a1c9: Pulling fs layer
59669c7469b2: Waiting
bfad8a093737: Pulling fs layer
2b8a6e20fbdb: Pulling fs layer
490abc1a8ae5: Pulling fs layer
005eba58599d: Waiting
dd397816a1c9: Waiting
0756ba04d1e9: Pulling fs layer
bfad8a093737: Waiting
2b8a6e20fbdb: Waiting
dde9d45c445e: Pulling fs layer
490abc1a8ae5: Waiting
0756ba04d1e9: Waiting
dde9d45c445e: Waiting
64e5289f2672: Verifying Checksum
64e5289f2672: Download complete
64e5289f2672: Pull complete
ca5b94db2a85: Download complete
6f7fe61607b0: Verifying Checksum
6f7fe61607b0: Download complete
68c11975f945: Verifying Checksum
68c11975f945: Download complete
06b2293c2b2d: Verifying Checksum
06b2293c2b2d: Download complete
73479e4094ce: Download complete
85ba5c1a649a: Verifying Checksum
85ba5c1a649a: Download complete
0de12c197bfd: Verifying Checksum
0de12c197bfd: Download complete
cba68ecfd415: Verifying Checksum
cba68ecfd415: Download complete
75ffa6874156: Download complete
d81d6d6bf8fe: Verifying Checksum
d81d6d6bf8fe: Download complete
5ad82053ee71: Verifying Checksum
5ad82053ee71: Download complete
3591b13081a2: Download complete
6290e1686ebf: Verifying Checksum
6290e1686ebf: Download complete
89e5c2d50858: Verifying Checksum
89e5c2d50858: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
c5c5233ac1d1: Verifying Checksum
c5c5233ac1d1: Download complete
8f6c2820713b: Verifying Checksum
8f6c2820713b: Download complete
c56fa4433fe9: Verifying Checksum
c56fa4433fe9: Download complete
3a022abfacb3: Verifying Checksum
3a022abfacb3: Download complete
a675122fae29: Verifying Checksum
a675122fae29: Download complete
b30eccf5ca42: Verifying Checksum
b30eccf5ca42: Download complete
91f92e37ea0a: Download complete
1188916d9b97: Verifying Checksum
1188916d9b97: Download complete
0fe594d6cb12: Verifying Checksum
0fe594d6cb12: Download complete
e3ed43689f8e: Verifying Checksum
e3ed43689f8e: Download complete
a107edd88c4d: Verifying Checksum
a107edd88c4d: Download complete
03050e3c3ba9: Verifying Checksum
03050e3c3ba9: Download complete
f4cc47b92161: Verifying Checksum
f4cc47b92161: Download complete
6f67cd510672: Verifying Checksum
6f67cd510672: Download complete
040126ec3a5d: Download complete
005eba58599d: Download complete
06b2293c2b2d: Pull complete
dd397816a1c9: Verifying Checksum
dd397816a1c9: Download complete
bfad8a093737: Verifying Checksum
bfad8a093737: Download complete
62ad0378e68f: Verifying Checksum
62ad0378e68f: Download complete
490abc1a8ae5: Verifying Checksum
490abc1a8ae5: Download complete
0756ba04d1e9: Verifying Checksum
0756ba04d1e9: Download complete
dde9d45c445e: Verifying Checksum
dde9d45c445e: Download complete
2b8a6e20fbdb: Verifying Checksum
2b8a6e20fbdb: Download complete
6f67cd510672: Pull complete
ca5b94db2a85: Pull complete
6f7fe61607b0: Pull complete
59669c7469b2: Verifying Checksum
59669c7469b2: Download complete
68c11975f945: Pull complete
73479e4094ce: Pull complete
85ba5c1a649a: Pull complete
0de12c197bfd: Pull complete
d81d6d6bf8fe: Pull complete
cba68ecfd415: Pull complete
75ffa6874156: Pull complete
89e5c2d50858: Pull complete
5ad82053ee71: Pull complete
3591b13081a2: Pull complete
6290e1686ebf: Pull complete
4f4fb700ef54: Pull complete
c5c5233ac1d1: Pull complete
c56fa4433fe9: Pull complete
8f6c2820713b: Pull complete
3a022abfacb3: Pull complete
a675122fae29: Pull complete
b30eccf5ca42: Pull complete
91f92e37ea0a: Pull complete
1188916d9b97: Pull complete
0fe594d6cb12: Pull complete
e3ed43689f8e: Pull complete
a107edd88c4d: Pull complete
03050e3c3ba9: Pull complete
62ad0378e68f: Pull complete
f4cc47b92161: Pull complete
59669c7469b2: Pull complete
040126ec3a5d: Pull complete
005eba58599d: Pull complete
dd397816a1c9: Pull complete
bfad8a093737: Pull complete
2b8a6e20fbdb: Pull complete
490abc1a8ae5: Pull complete
0756ba04d1e9: Pull complete
dde9d45c445e: Pull complete
Digest: sha256:ede008d50b5041ab71f2a4e6b85c055881bacc961796c93b43509b7bc64eaf14
Status: Downloaded newer image for ocaml/opam@sha256:ede008d50b5041ab71f2a4e6b85c055881bacc961796c93b43509b7bc64eaf14
2026-05-26 18:40.40 ---> using "ce3fab0da4cb2670067892a2d2812e9ba3f3fe3fdb654481d79ed528af2cdf61" 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-05-26 18:40.40 ---> saved as "8a49828f7aaa8e3b85f978005ff6f9dc4a8afce252e0b324923442f7ab87ac43"


/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"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
fc08333d1b..418d45864d  master     -> origin/master
c180e16309 Merge pull request #29907 from dra27/host-arch-fixes
2026-05-26 18:40.48 ---> saved as "578d3550c1b669d4344b740d5de4cad8135e8403869a0c13a6d0ae0b713accca"


/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.


Continue? [Y/n] y
[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
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-05-26 18:41.06 ---> saved as "a6ed08d07d1c99caee9381b151815df9942cfa20723d86830c4ac666a754f5f0"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-111-generic
The OCaml toplevel, version 4.14.3
2.5.1
2026-05-26 18:41.06 ---> saved as "f1ac66422906aa661de2752d38ecf0da73630889a5e51f8afe94716301d7008b"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-05-26 18:41.06 ---> saved as "86864dc82e204f8406a616c0e982d807cc819514afdcc871403ca42495ceacae"


/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


2026-05-26 18:41.20: Cancelling: Auto-cancelling job because it is no longer needed
Job cancelled