Organisationsygrekocurl47321d (master)fedora-39-4.14_opam-2.1

fedora-39-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 08:47.01: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/master (47321d1922559831c8a44411ab9d2c87cd4b31a4) (linux-x86_64:fedora-39-4.14_opam-2.1)
Base: ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ygrek/ocurl.git" -b "master" && cd "ocurl" && git reset --hard 47321d19
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3
# fedora-39-4.14_opam-2.1
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.1 /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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ocurl.opam curl.opam ./
RUN opam pin add -yn ocurl.dev './' && \
    opam pin add -yn curl.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base conf-libcurl.2 dune.3.15.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y ocurl.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


2024-05-10 08:47.01: Using cache hint "ygrek/ocurl-ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3-fedora-39-4.14_opam-2.1-39d72035951f52a2be1a6a22de57d80e"
2024-05-10 08:47.01: Using OBuilder spec:
((from ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3)
 (comment fedora-39-4.14_opam-2.1)
 (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.1 /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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src ocurl.opam curl.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn ocurl.dev './' && \
             \nopam pin add -yn curl.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libcurl.2 dune.3.15.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.1 --depext-only -y ocurl.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"))
)


2024-05-10 08:47.01: Waiting for resource in pool OCluster
2024-05-10 09:59.15: Waiting for worker…
2024-05-10 10:26.23: Got resource from pool OCluster
Building on x86-bm-c18.sw.ocaml.org
All commits already cached
HEAD is now at 47321d1 Val_cons: fix argument order


(from ocaml/opam@sha256:ed7c1e0d99e0721e1f70d37387d85dc50ee1cd18e94bb53a454c6064400c0db3)
2024-05-10 10:27.00 ---> saved as "de5c85e07ee957c3bc1265b45c1243eb411cb9ddce0938b3d6424d1fb62b675a"


/: (comment fedora-39-4.14_opam-2.1)


/: (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 39 - x86_64                              285 kB/s |  25 kB     00:00    
Fedora 39 openh264 (From Cisco) - x86_64         16 kB/s | 989  B     00:00    
Fedora 39 - x86_64 - Updates                    230 kB/s |  17 kB     00:00    
Fedora 39 - x86_64 - Updates                     25 MB/s |  32 MB     00:01    
Package findutils-1:4.9.0-5.fc39.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-05-10 10:27.28 ---> saved as "c83495299c31d099e69c8ae8d78b7d87dbcacc4a0da1d6de3ba106095978cc72"


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-10 10:27.29 ---> saved as "9900d95d490eb7388fac05e6319c9fec3bfcd14a566dc9d93a3295f7196fec06"


/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.1, 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] synchronised from file:///home/opam/opam-repository
2024-05-10 10:28.44 ---> saved as "93df74f63cd2c4616683b082f460a7adde58962d579e2601f9bf4cc755893cf0"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-10 10:28.44 ---> saved as "e051b4c4fe40af6432c57ad1c5b3847c92265813c1723580447b65ec069fe6e2"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-10 10:28.44 ---> saved as "12f1339482168279e6b6ff9d29ff95d72a63bc254a0f4c7c402c007570a4d23b"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   6a2ad82c27..20baedeee4  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> 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.
# Run eval $(opam env) to update the current shell environment
2024-05-10 10:30.02 ---> saved as "78350c386d0fbf20d059b1bcaaedb7b51f80f003726e16bb03668496ad487060"


/src: (copy (src ocurl.opam curl.opam) (dst ./))
2024-05-10 10:30.02 ---> saved as "fec83bdbe6c9f1cfa8bbe9f718d299c4793fb46dfcaa11efecdef5d37ba49271"


/src: (run (network host)
           (shell  "opam pin add -yn ocurl.dev './' && \
                  \nopam pin add -yn curl.dev './'"))
[ocurl.dev] synchronised (file:///src)
ocurl 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)
2024-05-10 10:30.06 ---> saved as "553b917a2dc7d48a59d8b1d96960f7a42858efa79a588f0625f9efb3ff899eee"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libcurl.2 dune.3.15.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.1 --depext-only -y ocurl.dev curl.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 39 - x86_64                              249 kB/s |  25 kB     00:00    
- Fedora 39 openh264 (From Cisco) - x86_64         13 kB/s | 989  B     00:00    
- Fedora 39 - x86_64 - Updates                    191 kB/s |  17 kB     00:00    
- Fedora 39 - x86_64 - Updates                    4.2 MB/s | 1.8 MB     00:00    
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[curl.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 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:20 ago on Fri May 10 10:30:07 2024.
- Dependencies resolved.
- ================================================================================
-  Package              Architecture  Version                Repository      Size
- ================================================================================
- Installing:
-  libcurl-devel        x86_64        8.2.1-5.fc39           updates        997 k
- Upgrading:
-  libcurl              x86_64        8.2.1-5.fc39           updates        322 k
- 
- Transaction Summary
- ================================================================================
- Install  1 Package
- Upgrade  1 Package
- 
- Total download size: 1.3 M
- Downloading Packages:
- (1/2): libcurl-8.2.1-5.fc39.x86_64.rpm          3.6 MB/s | 322 kB     00:00    
- (2/2): libcurl-devel-8.2.1-5.fc39.x86_64.rpm    3.4 MB/s | 997 kB     00:00    
- --------------------------------------------------------------------------------
- Total                                           3.3 MB/s | 1.3 MB     00:00     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Upgrading        : libcurl-8.2.1-5.fc39.x86_64                            1/3 
-   Installing       : libcurl-devel-8.2.1-5.fc39.x86_64                      2/3 
-   Cleanup          : libcurl-8.2.1-4.fc39.x86_64                            3/3 
-   Running scriptlet: libcurl-8.2.1-4.fc39.x86_64                            3/3 
-   Verifying        : libcurl-devel-8.2.1-5.fc39.x86_64                      1/3 
-   Verifying        : libcurl-8.2.1-5.fc39.x86_64                            2/3 
-   Verifying        : libcurl-8.2.1-4.fc39.x86_64                            3/3 
- 
- Upgraded:
-   libcurl-8.2.1-5.fc39.x86_64                                                   
- Installed:
-   libcurl-devel-8.2.1-5.fc39.x86_64                                             
- 
- Complete!
+ /usr/bin/sudo "rpm" "-q" "--whatprovides" "libcurl-devel"
- libcurl-devel-8.2.1-5.fc39.x86_64
2024-05-10 10:30.30 ---> saved as "e3d6c4b804133feea1e0be44597cf7a230942d50911acf4bc4a49ed45921f33f"


/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 dune         3.15.2
  - install conf-libcurl 2
===== 2 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.15.2  (cached)
-> installed conf-libcurl.2
-> installed dune.3.15.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-10 10:31.17 ---> saved as "75e9bd1701deb79b36ea296a5f03e5a22a525c86f9d3c1af6c238ec24f7c9fb8"


/src: (copy (src .) (dst /src))
2024-05-10 10:31.17 ---> saved as "02efc7398b84d19e111479fe8ec5d90c63d5ff8d36d89fd29619a145abe3bf96"


/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
2024-05-10 10:31.18: Job failed: Failed: Build failed