Organisationsygrekocurl3bacb2 ()fedora-40-4.14_opam-2.3

fedora-40-4.14_opam-2.3

Logs

Show full logs
2025-01-25 11:45.19: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/master (3bacb2ab6ab3824863826fa1157cc5c638dc8f9d) (linux-x86_64:fedora-40-4.14_opam-2.3)
Base: ocaml/opam:fedora-40-ocaml-4.14@sha256:ac14619978854a9a2b49bea137dcedb63efb773cb39affc51b5abefeb17f4fac
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ygrek/ocurl.git" -b "master" && cd "ocurl" && git reset --hard 3bacb2ab
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-40-ocaml-4.14@sha256:ac14619978854a9a2b49bea137dcedb63efb773cb39affc51b5abefeb17f4fac
# fedora-40-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.3 /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 d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db || git fetch origin master) && git reset -q --hard d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ocurl.opam curl_lwt.opam curl.opam ./
RUN opam pin add -yn ocurl.dev './' && \
    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.17.2 dune-configurator.3.17.2 lwt.5.9.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.6 ocplib-endian.1.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ocurl.dev 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-01-25 11:45.19: Using cache hint "ygrek/ocurl-ocaml/opam:fedora-40-ocaml-4.14@sha256:ac14619978854a9a2b49bea137dcedb63efb773cb39affc51b5abefeb17f4fac-fedora-40-4.14_opam-2.3-f00dfc61b9018940efa6fd1f780af004"
2025-01-25 11:45.19: Using OBuilder spec:
((from ocaml/opam:fedora-40-ocaml-4.14@sha256:ac14619978854a9a2b49bea137dcedb63efb773cb39affc51b5abefeb17f4fac)
 (comment fedora-40-4.14_opam-2.3)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (network host)
      (shell "sudo dnf install -y findutils"))
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db || git fetch origin master) && git reset -q --hard d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src ocurl.opam curl_lwt.opam curl.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn ocurl.dev './' && \
             \nopam 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-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 lwt.5.9.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.6 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.3 --depext-only -y ocurl.dev 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-01-25 11:45.19: Waiting for resource in pool OCluster
2025-01-25 15:04.47: Waiting for worker…
2025-01-25 15:08.14: Got resource from pool OCluster
Building on x86-bm-c5.sw.ocaml.org
All commits already cached
HEAD is now at 3bacb2a Add support for `CURLOPT_PROXY_SSL_OPTIONS` (#86)

(from ocaml/opam:fedora-40-ocaml-4.14@sha256:ac14619978854a9a2b49bea137dcedb63efb773cb39affc51b5abefeb17f4fac)
2025-01-25 15:08.15 ---> using "35da20261e43d9584f30330bb77d8b2078d176ace2eb39cec3461c285b95218b" from cache

/: (comment fedora-40-4.14_opam-2.3)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Fedora 40 - x86_64                              219 kB/s |  27 kB     00:00    
Fedora 40 - x86_64 - Updates                    272 kB/s |  25 kB     00:00    
Fedora 40 - x86_64 - Updates                    6.1 MB/s | 5.7 MB     00:00    
Last metadata expiration check: 0:00:01 ago on Sat Jan 25 11:42:53 2025.
Package findutils-1:4.9.0-9.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2025-01-25 15:08.15 ---> using "29661f973ca3b05a2e144702713358b94b0a2692a5e297c22278d1db3689ed48" from cache

/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-01-25 15:08.15 ---> using "883af1a1ce5d5870c01df08eac67ae5316d6b41a278722fecd339091456706f6" 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 development 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 39 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=39 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-01-25 15:08.15 ---> using "349f67f4c39d6c32eb39c6e7ba7a6d056985694e47206fa4a04524a8b827e0f9" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-130-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-01-25 15:08.15 ---> using "e3e445f1a34ed3332599bcce6ec2453232f9a07d86cc88ba19c0ff83341d647f" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-01-25 15:08.15 ---> using "68b550501eb0b9f7df4ad5a7b6e10fcd92a04f465d842b0cc7335fa9ba5240c9" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db || git fetch origin master) && git reset -q --hard d1a3803c0ca16aaa53a3813ecbc9cd62b88ec8db && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   3e681a81f6..12d8668654  master     -> origin/master
d1a3803c0c Merge pull request #27313 from maiste/release-dune-3.17.2

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from 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, 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-01-25 15:08.15 ---> using "3c4379a230a5ed33370e7a89f9535bf9e92dd262ae3e11762c803ea21637380e" from cache

/src: (copy (src ocurl.opam curl_lwt.opam curl.opam) (dst ./))
2025-01-25 15:08.15 ---> using "e284273d1a5b73ba37cd6fae23f323047c5b2eab66279f311fbadc16125551bf" from cache

/src: (run (network host)
           (shell  "opam pin add -yn ocurl.dev './' && \
                  \nopam pin add -yn curl_lwt.dev './' && \
                  \nopam pin add -yn curl.dev './'"))
[ocurl.dev] synchronised (file:///src)
ocurl is now pinned to file:///src (version dev)
Package curl_lwt does not exist, create as a NEW package? [y/n] y
[curl_lwt.dev] synchronised (file:///src)
curl_lwt is now pinned to file:///src (version dev)
Package curl does not exist, create as a NEW package? [y/n] y
[curl.dev] synchronised (file:///src)
curl is now pinned to file:///src (version dev)
2025-01-25 15:08.15 ---> using "f3700350831bf1b2d1267867b71120114a202f764f85e2b053e45012b39fc185" from cache

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-01-25 15:08.15 ---> using "99ca34f4ce18898fcd2cbe16f950bc249a9dcef2e1ebe87e2adb797396c8fa84" from cache

/src: (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.17.2 dune-configurator.3.17.2 lwt.5.9.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.6 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.3 --depext-only -y ocurl.dev curl_lwt.dev curl.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 40 - x86_64                              308 kB/s |  27 kB     00:00    
- Fedora 40 openh264 (From Cisco) - x86_64         13 kB/s | 989  B     00:00    
- Fedora 40 - x86_64 - Updates                    232 kB/s |  21 kB     00:00    
- Metadata cache created.

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[curl.dev] synchronised (file:///src)
[curl_lwt.dev] synchronised (file:///src)
[ocurl.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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).

The following system packages will first need to be installed:
    libcurl-devel

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/bin/sudo "yum" "install" "-y" "libcurl-devel"
- Last metadata expiration check: 0:00:17 ago on Sat Jan 25 15:07:03 2025.
- Dependencies resolved.
- ================================================================================
-  Package              Architecture  Version                Repository      Size
- ================================================================================
- Installing:
-  libcurl-devel        x86_64        8.6.0-10.fc40          updates        851 k
- 
- Transaction Summary
- ================================================================================
- Install  1 Package
- 
- Total download size: 851 k
- Installed size: 1.2 M
- Downloading Packages:
- libcurl-devel-8.6.0-10.fc40.x86_64.rpm          2.5 MB/s | 851 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                           1.9 MB/s | 851 kB     00:00     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : libcurl-devel-8.6.0-10.fc40.x86_64                     1/1 
-   Running scriptlet: libcurl-devel-8.6.0-10.fc40.x86_64                     1/1
-  
- 
- Installed:
-   libcurl-devel-8.6.0-10.fc40.x86_64                                            
- 
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "libcurl-devel"
- libcurl-devel-8.6.0-10.fc40.x86_64
2025-01-25 15:08.15 ---> using "3ffc16b37901a3e4fc8fc637423eedb369e7908010a8175b089f99408650cbcf" from cache

/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-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.17.2
  - install dune-configurator 3.17.2
  - install lwt               5.9.0
  - install ocamlfind         1.9.6
  - install ocplib-endian     1.2

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-libcurl.2
-> retrieved lwt.5.9.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved dune.3.17.2, dune-configurator.3.17.2  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed dune.3.17.2
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.17.2
-> installed lwt.5.9.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-25 15:08.15 ---> using "4e0e9bc31fd9373815ec7fbae0565f7d0df18252da2cf89bd3bb6080965ebe86" from cache

/src: (copy (src .) (dst /src))
2025-01-25 15:08.15 ---> saved as "44187ae80d57821c4fe7282d4ade86a36536044cf272c06ed51a7710c67144ab"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "dune", line 9, characters 9-20:
9 |   (names curl-helper))
             ^^^^^^^^^^^
Error: No rule found for cflags.sexp
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
File "dune", lines 3-12, characters 0-234:
 3 | (library
 4 |  (public_name curl)
 5 |  (wrapped false)
 6 |  (foreign_stubs
 7 |   (language c)
 8 |   (flags -DHAVE_CONFIG_H :standard (:include cflags.sexp))
 9 |   (names curl-helper))
10 |  (c_library_flags (:include clibs.sexp))
11 |  (libraries unix)
12 |  (modules curl))
Error: No rule found for clibs.sexp
(cd _build/default && /home/opam/.opam/4.14/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 -I examples/.ocurl.eobjs/byte -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/4.14/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 -I examples/.opar.eobjs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -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.
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-01-25 15:08.16: Job failed: Failed: Build failed