2025-07-31 07:25.39: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/remove-ocurl (f31cdb042a734e243a68cf4cb994a020a3119fb1) (linux-x86_64:ubuntu-24.10-5.3_opam-2.4)
Base: ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ygrek/ocurl.git" -b "remove-ocurl" && cd "ocurl" && git reset --hard f31cdb04
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74
# ubuntu-24.10-5.3_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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 lwt.5.9.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 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.4 --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
2025-07-31 07:25.39: Using cache hint "ygrek/ocurl-ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74-ubuntu-24.10-5.3_opam-2.4-fd540f1ab3b3b08f284fa8cf730447d3"
2025-07-31 07:25.39: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74)
(comment ubuntu-24.10-5.3_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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && 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 (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 lwt.5.9.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 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.4 --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"))
)
2025-07-31 07:25.39: Waiting for resource in pool OCluster
2025-07-31 07:45.58: Waiting for worker…
2025-07-31 07:48.32: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at f31cdb0 Remove the ocurl package definition
(from ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74)
Unable to find image 'ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74' locally
docker.io/ocaml/opam@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74: Pulling from ocaml/opam
ddbef59e0ea0: Pulling fs layer
c8a958777819: Pulling fs layer
a9c4d03c89cf: Pulling fs layer
fad6b78bd523: Pulling fs layer
cb002c153c80: Pulling fs layer
876c82aa019b: Pulling fs layer
bfef421a4b69: Pulling fs layer
e6b4d8b7cd2a: Pulling fs layer
c8a958777819: Waiting
54235cbedf66: Pulling fs layer
a9c4d03c89cf: Waiting
ddbef59e0ea0: Waiting
969e20d3615a: Pulling fs layer
cb002c153c80: Waiting
876c82aa019b: Waiting
f75a26651ead: Pulling fs layer
e2e5dbeca078: Pulling fs layer
adb8cd405a24: Pulling fs layer
42f7bc177c6f: Pulling fs layer
54235cbedf66: Waiting
56c2e03eb936: Pulling fs layer
bfef421a4b69: Waiting
5e8ac5f38241: Pulling fs layer
e2e5dbeca078: Waiting
adb8cd405a24: Waiting
cf8c284afc78: Pulling fs layer
69eda5caf340: Pulling fs layer
fe98b660af07: Pulling fs layer
f75a26651ead: Waiting
cf8c284afc78: Waiting
56c2e03eb936: Waiting
8d65ed03220e: Pulling fs layer
5e8ac5f38241: Waiting
4f4fb700ef54: Pulling fs layer
96582afc94cb: Pulling fs layer
42f7bc177c6f: Waiting
4f4fb700ef54: Waiting
d44b0146fa5e: Pulling fs layer
3a73ad442907: Pulling fs layer
fe98b660af07: Waiting
d44b0146fa5e: Waiting
3dc02b22b155: Pulling fs layer
3a73ad442907: Waiting
47a44a4e8580: Pulling fs layer
475edb260ff3: Pulling fs layer
e6f89448d543: Pulling fs layer
ef0f57ea5fcb: Pulling fs layer
47a44a4e8580: Waiting
81800827d60e: Pulling fs layer
e6f89448d543: Waiting
bbad171c3b15: Pulling fs layer
ef0f57ea5fcb: Waiting
2c25dc074a59: Pulling fs layer
81800827d60e: Waiting
308c9094d6f5: Pulling fs layer
5679f7d0987f: Pulling fs layer
c2d4e4e71780: Pulling fs layer
9a9042028693: Pulling fs layer
169b16f4d220: Pulling fs layer
c2d4e4e71780: Waiting
308c9094d6f5: Waiting
7a375914fd04: Pulling fs layer
9a9042028693: Waiting
3f03a6e57bb0: Pulling fs layer
7a375914fd04: Waiting
477be20739ff: Pulling fs layer
c139be691ddd: Pulling fs layer
3f03a6e57bb0: Waiting
adeeba91b798: Pulling fs layer
11585459cda5: Pulling fs layer
477be20739ff: Waiting
c139be691ddd: Waiting
2c25dc074a59: Waiting
7ab304c0e7fb: Pulling fs layer
11585459cda5: Waiting
0904add4b2ab: Pulling fs layer
f986bf9d5ca9: Pulling fs layer
adeeba91b798: Waiting
f986bf9d5ca9: Waiting
7ab304c0e7fb: Waiting
0904add4b2ab: Waiting
ddbef59e0ea0: Verifying Checksum
ddbef59e0ea0: Download complete
c8a958777819: Verifying Checksum
c8a958777819: Download complete
a9c4d03c89cf: Download complete
ddbef59e0ea0: Pull complete
c8a958777819: Pull complete
a9c4d03c89cf: Pull complete
fad6b78bd523: Verifying Checksum
fad6b78bd523: Download complete
fad6b78bd523: Pull complete
cb002c153c80: Download complete
cb002c153c80: Pull complete
bfef421a4b69: Verifying Checksum
bfef421a4b69: Download complete
e6b4d8b7cd2a: Verifying Checksum
e6b4d8b7cd2a: Download complete
969e20d3615a: Verifying Checksum
969e20d3615a: Download complete
f75a26651ead: Verifying Checksum
f75a26651ead: Download complete
54235cbedf66: Verifying Checksum
e2e5dbeca078: Verifying Checksum
e2e5dbeca078: Download complete
56c2e03eb936: Verifying Checksum
56c2e03eb936: Download complete
5e8ac5f38241: Download complete
adb8cd405a24: Verifying Checksum
adb8cd405a24: Download complete
cf8c284afc78: Verifying Checksum
cf8c284afc78: Download complete
fe98b660af07: Verifying Checksum
fe98b660af07: Download complete
69eda5caf340: Verifying Checksum
69eda5caf340: Download complete
4f4fb700ef54: Download complete
8d65ed03220e: Download complete
d44b0146fa5e: Verifying Checksum
d44b0146fa5e: Download complete
3a73ad442907: Download complete
47a44a4e8580: Verifying Checksum
47a44a4e8580: Download complete
475edb260ff3: Verifying Checksum
475edb260ff3: Download complete
3dc02b22b155: Verifying Checksum
3dc02b22b155: Download complete
e6f89448d543: Download complete
ef0f57ea5fcb: Download complete
81800827d60e: Verifying Checksum
81800827d60e: Download complete
bbad171c3b15: Verifying Checksum
bbad171c3b15: Download complete
2c25dc074a59: Download complete
308c9094d6f5: Download complete
c2d4e4e71780: Verifying Checksum
c2d4e4e71780: Download complete
5679f7d0987f: Verifying Checksum
5679f7d0987f: Download complete
169b16f4d220: Verifying Checksum
169b16f4d220: Download complete
7a375914fd04: Verifying Checksum
7a375914fd04: Download complete
3f03a6e57bb0: Download complete
477be20739ff: Verifying Checksum
477be20739ff: Download complete
c139be691ddd: Verifying Checksum
c139be691ddd: Download complete
adeeba91b798: Verifying Checksum
adeeba91b798: Download complete
876c82aa019b: Verifying Checksum
876c82aa019b: Download complete
0904add4b2ab: Verifying Checksum
0904add4b2ab: Download complete
f986bf9d5ca9: Download complete
876c82aa019b: Pull complete
bfef421a4b69: Pull complete
e6b4d8b7cd2a: Pull complete
54235cbedf66: Pull complete
969e20d3615a: Pull complete
f75a26651ead: Pull complete
e2e5dbeca078: Pull complete
adb8cd405a24: Pull complete
42f7bc177c6f: Pull complete
56c2e03eb936: Pull complete
5e8ac5f38241: Pull complete
cf8c284afc78: Pull complete
69eda5caf340: Pull complete
fe98b660af07: Pull complete
8d65ed03220e: Pull complete
4f4fb700ef54: Pull complete
96582afc94cb: Pull complete
d44b0146fa5e: Pull complete
3a73ad442907: Pull complete
3dc02b22b155: Pull complete
47a44a4e8580: Pull complete
475edb260ff3: Pull complete
e6f89448d543: Pull complete
ef0f57ea5fcb: Pull complete
81800827d60e: Pull complete
bbad171c3b15: Pull complete
2c25dc074a59: Pull complete
308c9094d6f5: Pull complete
5679f7d0987f: Pull complete
c2d4e4e71780: Pull complete
9a9042028693: Verifying Checksum
9a9042028693: Download complete
11585459cda5: Verifying Checksum
11585459cda5: Download complete
9a9042028693: Pull complete
169b16f4d220: Pull complete
7a375914fd04: Pull complete
3f03a6e57bb0: Pull complete
477be20739ff: Pull complete
c139be691ddd: Pull complete
adeeba91b798: Pull complete
11585459cda5: Pull complete
7ab304c0e7fb: Pull complete
0904add4b2ab: Pull complete
f986bf9d5ca9: Pull complete
Digest: sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74
Status: Downloaded newer image for ocaml/opam@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74
2025-07-31 07:48.33 ---> using "e3031fce4666df3c8a4d180feda7dc06becd86fde09e4c874799a52edafeeda3" from cache
/: (comment ubuntu-24.10-5.3_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-07-31 07:48.33 ---> using "10e069c55691c8c8bc8ff3c9d06849a8500b515494ff3c8c3eb82bc77d01f444" 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-07-31 07:48.33 ---> using "42acfd97ba2129a9e34a426a15cbdd19d97d6318186c060b8226b005a9b7c296" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-142-generic
The OCaml toplevel, version 5.3.0
2.4.1
2025-07-31 07:48.33 ---> using "5c539334f7daa882dd9a8279c3112442b04dbafc75ca75009b1c044b726ce5c4" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-07-31 07:48.33 ---> using "d6d84bbff321ba13d7949c31688b1af7860219b3bb3cfdb33786f4e8dd5d0763" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))
a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-07-31 07:48.56 ---> saved as "bd7e11b66c2496297a33cbe43af5211075e35806b7cd011383b82dd589d8c320"
/src: (copy (src curl_lwt.opam curl.opam) (dst ./))
2025-07-31 07:48.56 ---> saved as "84216aa57f378a8965bd3615db5d8164acfab24975bfa864e64dc9452a494d3e"
/src: (run (network host)
(shell "opam pin add -yn curl_lwt.dev './' && \
\nopam pin add -yn curl.dev './'"))
[curl_lwt.dev] synchronised (file:///src)
curl_lwt is now pinned to file:///src (version dev)
[curl.dev] synchronised (file:///src)
curl is now pinned to file:///src (version dev)
2025-07-31 07:49.00 ---> saved as "147aba9317875cee18c6a2fb367618efd99ddaa6be246dae5e1994c109b2083c"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-31 07:49.00 ---> saved as "b20aa9566d78714da81ac289962685aa5c8531b7e5454284509504f22e981d32"
/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 lwt.5.9.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2")
/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 curl_lwt.dev curl.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu oracular InRelease
- Hit:2 http://archive.ubuntu.com/ubuntu oracular-updates InRelease
- Hit:3 http://archive.ubuntu.com/ubuntu oracular-backports InRelease
- Hit:4 http://security.ubuntu.com/ubuntu oracular-security InRelease
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[curl.dev] synchronised (file:///src)
[curl_lwt.dev] synchronised (file:///src)
[NOTE] Package ocaml-options-vanilla 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 system packages will first need to be installed:
libcurl4-gnutls-dev
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcurl4-gnutls-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libbrotli-dev:amd64.
- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16145 files and directories currently installed.)
- Preparing to unpack .../00-libbrotli-dev_1.1.0-2build2_amd64.deb ...
- Unpacking libbrotli-dev:amd64 (1.1.0-2build2) ...
- Selecting previously unselected package libevent-2.1-7t64:amd64.
- Preparing to unpack .../01-libevent-2.1-7t64_2.1.12-stable-10_amd64.deb ...
- Unpacking libevent-2.1-7t64:amd64 (2.1.12-stable-10) ...
- Selecting previously unselected package libunbound8:amd64.
- Preparing to unpack .../02-libunbound8_1.20.0-1ubuntu2.3_amd64.deb ...
- Unpacking libunbound8:amd64 (1.20.0-1ubuntu2.3) ...
- Selecting previously unselected package libgnutls-dane0t64:amd64.
- Preparing to unpack .../03-libgnutls-dane0t64_3.8.6-2ubuntu1.1_amd64.deb ...
- Unpacking libgnutls-dane0t64:amd64 (3.8.6-2ubuntu1.1) ...
- Selecting previously unselected package libgnutls-openssl27t64:amd64.
- Preparing to unpack .../04-libgnutls-openssl27t64_3.8.6-2ubuntu1.1_amd64.deb ...
- Unpacking libgnutls-openssl27t64:amd64 (3.8.6-2ubuntu1.1) ...
- Selecting previously unselected package libidn2-dev:amd64.
- Preparing to unpack .../05-libidn2-dev_2.3.7-2build2_amd64.deb ...
- Unpacking libidn2-dev:amd64 (2.3.7-2build2) ...
- Selecting previously unselected package libp11-kit-dev:amd64.
- Preparing to unpack .../06-libp11-kit-dev_0.25.5-2ubuntu1_amd64.deb ...
- Unpacking libp11-kit-dev:amd64 (0.25.5-2ubuntu1) ...
- Selecting previously unselected package libtasn1-6-dev:amd64.
- Preparing to unpack .../07-libtasn1-6-dev_4.19.0-3ubuntu0.24.10.1_amd64.deb ...
- Unpacking libtasn1-6-dev:amd64 (4.19.0-3ubuntu0.24.10.1) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../08-libgmpxx4ldbl_2%3a6.3.0+dfsg-2ubuntu7_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-2ubuntu7) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../09-libgmp-dev_2%3a6.3.0+dfsg-2ubuntu7_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-2ubuntu7) ...
- Selecting previously unselected package nettle-dev:amd64.
- Preparing to unpack .../10-nettle-dev_3.10-1_amd64.deb ...
- Unpacking nettle-dev:amd64 (3.10-1) ...
- Selecting previously unselected package libgnutls28-dev:amd64.
- Preparing to unpack .../11-libgnutls28-dev_3.8.6-2ubuntu1.1_amd64.deb ...
- Unpacking libgnutls28-dev:amd64 (3.8.6-2ubuntu1.1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../12-libpkgconf3_1.8.1-3ubuntu1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-3ubuntu1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../13-pkgconf-bin_1.8.1-3ubuntu1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-3ubuntu1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../14-pkgconf_1.8.1-3ubuntu1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-3ubuntu1) ...
- Selecting previously unselected package libnghttp2-dev:amd64.
- Preparing to unpack .../15-libnghttp2-dev_1.62.1-2_amd64.deb ...
- Unpacking libnghttp2-dev:amd64 (1.62.1-2) ...
- Selecting previously unselected package libpsl-dev:amd64.
- Preparing to unpack .../16-libpsl-dev_0.21.2-1.1build1_amd64.deb ...
- Unpacking libpsl-dev:amd64 (0.21.2-1.1build1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../17-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu1) ...
- Selecting previously unselected package librtmp-dev:amd64.
- Preparing to unpack .../18-librtmp-dev_2.4+20151223.gitfa8646d.1-2build7_amd64.deb ...
- Unpacking librtmp-dev:amd64 (2.4+20151223.gitfa8646d.1-2build7) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../19-libssl-dev_3.3.1-2ubuntu2.1_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.3.1-2ubuntu2.1) ...
- Selecting previously unselected package libssh2-1-dev:amd64.
- Preparing to unpack .../20-libssh2-1-dev_1.11.0-7_amd64.deb ...
- Unpacking libssh2-1-dev:amd64 (1.11.0-7) ...
- Selecting previously unselected package libcurl4-gnutls-dev:amd64.
- Preparing to unpack .../21-libcurl4-gnutls-dev_8.9.1-2ubuntu2.2_amd64.deb ...
- Unpacking libcurl4-gnutls-dev:amd64 (8.9.1-2ubuntu2.2) ...
- Selecting previously unselected package libtasn1-doc.
- Preparing to unpack .../22-libtasn1-doc_4.19.0-3ubuntu0.24.10.1_all.deb ...
- Unpacking libtasn1-doc (4.19.0-3ubuntu0.24.10.1) ...
- Setting up libgnutls-openssl27t64:amd64 (3.8.6-2ubuntu1.1) ...
- Setting up libtasn1-doc (4.19.0-3ubuntu0.24.10.1) ...
- Setting up libevent-2.1-7t64:amd64 (2.1.12-stable-10) ...
- Setting up libpsl-dev:amd64 (0.21.2-1.1build1) ...
- Setting up libunbound8:amd64 (1.20.0-1ubuntu2.3) ...
- Setting up libpkgconf3:amd64 (1.8.1-3ubuntu1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-2ubuntu7) ...
- Setting up libgnutls-dane0t64:amd64 (3.8.6-2ubuntu1.1) ...
- Setting up libssl-dev:amd64 (3.3.1-2ubuntu2.1) ...
- Setting up pkgconf-bin (1.8.1-3ubuntu1) ...
- Setting up libidn2-dev:amd64 (2.3.7-2build2) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu1) ...
- Setting up libtasn1-6-dev:amd64 (4.19.0-3ubuntu0.24.10.1) ...
- Setting up libbrotli-dev:amd64 (1.1.0-2build2) ...
- Setting up libp11-kit-dev:amd64 (0.25.5-2ubuntu1) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-2ubuntu7) ...
- Setting up nettle-dev:amd64 (3.10-1) ...
- Setting up pkgconf:amd64 (1.8.1-3ubuntu1) ...
- Setting up libssh2-1-dev:amd64 (1.11.0-7) ...
- Setting up libgnutls28-dev:amd64 (3.8.6-2ubuntu1.1) ...
- Setting up libnghttp2-dev:amd64 (1.62.1-2) ...
- Setting up librtmp-dev:amd64 (2.4+20151223.gitfa8646d.1-2build7) ...
- Setting up libcurl4-gnutls-dev:amd64 (8.9.1-2ubuntu2.2) ...
- Processing triggers for libc-bin (2.40-1ubuntu3.1) ...
2025-07-31 07:49.16 ---> saved as "7e797374f040b8877873eb1d8d495a4887bfea85ab5fbecfd7c265db8e92de32"
/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-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 9 packages
- install base-bytes base
- install conf-libcurl 2
- install cppo 1.8.0
- install csexp 1.5.2
- install dune 3.19.1
- install dune-configurator 3.19.1
- install lwt 5.9.1
- install ocamlfind 1.9.8
- install ocplib-endian 1.2
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached)
-> installed conf-libcurl.2
-> retrieved lwt.5.9.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.19.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.19.1
-> installed lwt.5.9.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-31 07:50.00 ---> saved as "bbe51463ce3adfdba42e437fca87c87843f4fc88ae11e50c03614551214bf523"
/src: (copy (src .) (dst /src))
2025-07-31 07:50.00 ---> saved as "919f4d87573f20ea05b651151d23998cee38b1779b02603c14539f0a874b70ce"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "examples/dune", line 32, characters 18-25:
32 | (preprocess (pps lwt_ppx))
^^^^^^^
Error: Library "lwt_ppx" not found.
-> required by
_build/default/examples/.merlin-conf/exe-test_lwt-0dcf2dfa4ae9573d2c95196fdb3fad76
-> required by alias examples/check
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +a-4-42-69-70 -warn-error -a+31 -g -bin-annot -bin-annot-occurrences -I examples/.ocurl.eobjs/byte -I /home/opam/.opam/5.3/lib/ocaml/unix -I .curl.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o examples/.ocurl.eobjs/byte/dune__exe__Ocurl.cmo -c -impl examples/ocurl.ml)
File "examples/ocurl.ml", line 21, characters 4-14:
21 | let getContent connection url =
^^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value getContent.
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +a-4-42-69-70 -warn-error -a+31 -g -bin-annot -bin-annot-occurrences -I examples/.opar.eobjs/byte -I /home/opam/.opam/5.3/lib/ocaml/threads -I /home/opam/.opam/5.3/lib/ocaml/unix -I .curl.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o examples/.opar.eobjs/byte/dune__exe__Opar.cmo -c -impl examples/opar.ml)
File "examples/opar.ml", line 9, characters 4-17:
9 | let show_progress fname conn =
^^^^^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value show_progress.
(cd _build/default/examples && ./test_memory_leaks.exe)
RSS 9428992 -> 13754368 OK
RSS 13754368 -> 13168640 OK
RSS 13168640 -> 13168640 OK
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-07-31 07:50.03: Job failed: Failed: Build failed