Organisationsygrekocurlfb8bbb ()fedora-40-5.3_opam-2.3

fedora-40-5.3_opam-2.3

Logs

Show full logs
2025-01-10 13:19.50: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/master (fb8bbb57667a16573446a17c2379ee8dbffb1b6d) (linux-x86_64:fedora-40-5.3_opam-2.3)
Base: ocaml/opam:fedora-40-ocaml-5.3@sha256:083b0556435afde78903a8336fd4a4a3f801c9d05f536b5193940a4e948116ea
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ygrek/ocurl.git" -b "master" && cd "ocurl" && git reset --hard fb8bbb57
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-40-ocaml-5.3@sha256:083b0556435afde78903a8336fd4a4a3f801c9d05f536b5193940a4e948116ea
# fedora-40-5.3_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 a78e724dc54989d1f496005039fd06298c63484a || git fetch origin master) && git reset -q --hard a78e724dc54989d1f496005039fd06298c63484a && 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 './'
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.17.1 dune-configurator.3.17.1 lwt.5.9.0 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.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-10 13:19.50: Using cache hint "ygrek/ocurl-ocaml/opam:fedora-40-ocaml-5.3@sha256:083b0556435afde78903a8336fd4a4a3f801c9d05f536b5193940a4e948116ea-fedora-40-5.3_opam-2.3-fba195880e992fad4d205aee7a6dd11d"
2025-01-10 13:19.50: Using OBuilder spec:
((from ocaml/opam:fedora-40-ocaml-5.3@sha256:083b0556435afde78903a8336fd4a4a3f801c9d05f536b5193940a4e948116ea)
 (comment fedora-40-5.3_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 a78e724dc54989d1f496005039fd06298c63484a || git fetch origin master) && git reset -q --hard a78e724dc54989d1f496005039fd06298c63484a && 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 './'"))
 (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.17.1 dune-configurator.3.17.1 lwt.5.9.0 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.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-10 13:19.50: Waiting for resource in pool OCluster
2025-01-10 13:58.59: Waiting for worker…
2025-01-10 14:04.59: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at fb8bbb5 undef more TCP_ symbols

(from ocaml/opam:fedora-40-ocaml-5.3@sha256:083b0556435afde78903a8336fd4a4a3f801c9d05f536b5193940a4e948116ea)
2025-01-10 14:05.00 ---> using "883e46c740a6edaa0b7dea0fd564fe1cd447ba7d2e7ab77ab27d54cf3efdf0eb" from cache

/: (comment fedora-40-5.3_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 - Updates                    121 kB/s |  17 kB     00:00    
Fedora 40 - x86_64 - Updates                    6.4 MB/s | 4.2 MB     00:00    
Last metadata expiration check: 0:00:03 ago on Fri Jan 10 13:27:11 2025.
Package findutils-1:4.9.0-9.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2025-01-10 14:05.00 ---> using "2fd03205dcfeee58269c1f39818961523efda67216ced95bd4fbaa52aebdcdee" from cache

/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-01-10 14:05.00 ---> using "50a5981bda5f5aad41752bdc26e87a72123a1097e540bdfacc3c1993f8dc61ce" 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 31 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=31 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-01-10 14:05.00 ---> using "35ff6fdab0d2cd9551a92e01049ef49ac007f05569e75765836429f2eff11334" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-130-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-01-10 14:05.00 ---> using "1391035e31efd1f2451a25af5293455aa2cbde55efc1435e5a379675e80e5fff" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-01-10 14:05.00 ---> using "6491aa1adfe86f51c866876300c3004c85f0a25d805fe44a8f26455dfe6be422" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a78e724dc54989d1f496005039fd06298c63484a || git fetch origin master) && git reset -q --hard a78e724dc54989d1f496005039fd06298c63484a && git log --no-decorate -n1 --oneline && opam update -u"))
a78e724dc5 Merge pull request #27231 from Octachron/OCaml_5.3.0

<><> 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-10 14:05.00 ---> using "0742031371222b586a93bc7ad3e7e1396deef2d0660574783162566ca307eef5" from cache

/src: (copy (src ocurl.opam curl_lwt.opam curl.opam) (dst ./))
2025-01-10 14:05.00 ---> using "4fb1bd54bd38e626471b596f8bc701cf86e2fbfcba5bd54ab284eec781f6f4ce" 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-10 14:05.00 ---> using "8515cd563d89d0d3a54368e5c605f86a5dd08c4b6030f96ba0f1819923165352" from cache

/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.17.1 dune-configurator.3.17.1 lwt.5.9.0 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.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                              213 kB/s |  27 kB     00:00    
- Fedora 40 openh264 (From Cisco) - x86_64        9.8 kB/s | 989  B     00:00    
- Fedora 40 - x86_64 - Updates                    124 kB/s |  17 kB     00:00    
- Metadata cache created.

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[curl.dev] synchronised (no changes)
[curl_lwt.dev] synchronised (no changes)
[ocurl.dev] synchronised (no changes)

[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:
    libcurl-devel

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

+ /usr/bin/sudo "yum" "install" "-y" "libcurl-devel"
- Last metadata expiration check: 0:00:11 ago on Fri Jan 10 14:04:33 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          6.8 MB/s | 851 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                           3.2 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-10 14:05.00 ---> using "aa15a914a45cbfab5563d03c0e34f0cf3ba4612dfcb3518f3ee7d6dbe3b8ef72" 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 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.17.1
  - install dune-configurator 3.17.1
  - 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.1, dune-configurator.3.17.1  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed dune.3.17.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.17.1
-> installed lwt.5.9.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-10 14:05.27 ---> saved as "5ec96a5a15efa7efe03127f216cdfb0dd0c898674d8b0115421c99c977e7d2b9"

/src: (copy (src .) (dst /src))
2025-01-10 14:05.27 ---> saved as "a1241499c69bd910c4388f9ca513368bf2c09f879d86c7434a18340b2271250a"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
Error: I cannot find the root of the current workspace/project.
If you would like to create a new dune project, you can type:

    dune init project NAME

Otherwise, please make sure to run dune inside an existing project or
workspace. For more information about how dune identifies the root of the
current workspace/project, please refer to
https://dune.readthedocs.io/en/stable/usage.html#finding-the-root
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-01-10 14:05.28: Job failed: Failed: Build failed