Organisationsygrekocurl47321d (master)debian-12-4.14+flambda_opam-2.1

debian-12-4.14+flambda_opam-2.1

Logs

Show full logs
2024-05-29 14:01.09: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/master (47321d1922559831c8a44411ab9d2c87cd4b31a4) (linux-x86_64:debian-12-4.14+flambda_opam-2.1)
Base: ocaml/opam@sha256:11bf4b5d0ea73cf093be7f439f8173f20f9df03705573da1eb36c06cc2f790dc
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:11bf4b5d0ea73cf093be7f439f8173f20f9df03705573da1eb36c06cc2f790dc
# debian-12-4.14+flambda_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
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 76eb35c8a78a891c7e5e27b5c32316d7add1f52d || git fetch origin master) && git reset -q --hard 76eb35c8a78a891c7e5e27b5c32316d7add1f52d && 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.3 ocaml.4.14.2 ocaml-config.2 ocaml-variants.4.14.2+options"
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-29 14:01.09: Using cache hint "ygrek/ocurl-ocaml/opam@sha256:11bf4b5d0ea73cf093be7f439f8173f20f9df03705573da1eb36c06cc2f790dc-debian-12-4.14+flambda_opam-2.1-392159f5d3455ce2f24845d91b02369a"
2024-05-29 14:01.09: Using OBuilder spec:
((from ocaml/opam@sha256:11bf4b5d0ea73cf093be7f439f8173f20f9df03705573da1eb36c06cc2f790dc)
 (comment debian-12-4.14+flambda_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (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 76eb35c8a78a891c7e5e27b5c32316d7add1f52d || git fetch origin master) && git reset -q --hard 76eb35c8a78a891c7e5e27b5c32316d7add1f52d && 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.3 ocaml.4.14.2 ocaml-config.2 ocaml-variants.4.14.2+options")
 (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-29 14:01.09: Waiting for resource in pool OCluster
2024-05-29 14:01.09: Waiting for worker…
2024-05-29 14:04.40: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 47321d1 Val_cons: fix argument order

(from ocaml/opam@sha256:11bf4b5d0ea73cf093be7f439f8173f20f9df03705573da1eb36c06cc2f790dc)
2024-05-29 14:04.41 ---> using "baf2aee41d79f420360f497d1b13dbc9a0062ffa739ea14a7f59d2d8d76cb2e4" from cache

/: (comment debian-12-4.14+flambda_opam-2.1)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-29 14:04.41 ---> using "db158ee1863becdb56e3c906762a7e932d8d8d0e66dc50ae9c1d583cfd97d06d" 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.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-29 14:04.41 ---> using "762dcaa1e2852f50cff4fc36e37a222f596ad4c5809a4bafd0ddfe06e49772e8" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-107-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-29 14:04.41 ---> using "332ab3641c74572ca73605be9591ec28a614e4e1fdafb15f9afc611868261c31" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-05-29 14:04.41 ---> using "9db08d49ee31a371fc03d3ddce5cbe6402846126bf82968bc2ccc2d1011e1a95" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 76eb35c8a78a891c7e5e27b5c32316d7add1f52d || git fetch origin master) && git reset -q --hard 76eb35c8a78a891c7e5e27b5c32316d7add1f52d && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..59a416934d  master     -> origin/master
76eb35c8a7 extra-files are now extra-source

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
default (at file:///home/opam/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)


The following actions will be performed:
  - recompile ocaml-variants 4.14.2+options* [upstream or system changes]
  - recompile ocaml-config   2               [upstream or system changes]
  - recompile ocaml          4.14.2          [uses ocaml-config, ocaml-variants]
  - recompile opam-depext    1.2.1-1         [uses ocaml]
===== 4 to recompile =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.2  (cached)
-> retrieved opam-depext.1.2.1-1  (cached)
-> retrieved ocaml-variants.4.14.2+options  (cached)
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.4.14.2
-> removed   ocaml-config.2
-> removed   ocaml-variants.4.14.2+options
-> installed ocaml-variants.4.14.2+options
-> installed ocaml-config.2
-> installed ocaml.4.14.2
-> installed opam-depext.1.2.1-1
Done.

<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-05-29 14:08.15 ---> saved as "532514d146a44eb9ca45df30ad3302c5d00bfc9225f44d41f0a4b6ddf068036b"

/src: (copy (src ocurl.opam curl.opam) (dst ./))
2024-05-29 14:08.16 ---> saved as "5508f7340867843a6335010e33b90cf124b984a03ca168a348f3f95a0aa98a43"

/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-29 14:08.20 ---> saved as "7c1ec18cbc3c9e238b3dd574f80dbc2b0a95a8b6f7f4486f79258023cc46b920"

/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libcurl.2 dune.3.15.3 ocaml.4.14.2 ocaml-config.2 ocaml-variants.4.14.2+options")

/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 "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [157 kB]
- Fetched 260 kB in 0s (552 kB/s)
- Reading package lists...
- 

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

[NOTE] Package ocaml-variants is already installed (current version is 4.14.2+options).
[NOTE] Package ocaml-config is already installed (current version is 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:
    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 libcurl4-gnutls-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 ... 18735 files and directories currently installed.)
- Preparing to unpack .../libcurl4-gnutls-dev_7.88.1-10+deb12u5_amd64.deb ...
- Unpacking libcurl4-gnutls-dev:amd64 (7.88.1-10+deb12u5) ...
- Setting up libcurl4-gnutls-dev:amd64 (7.88.1-10+deb12u5) ...
2024-05-29 14:08.35 ---> saved as "124fc5538df3fd3bd965ecf8776930ed3dbf41b0990dcb1ba82018f87367d445"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-variants is already installed (current version is 4.14.2+options).
[NOTE] Package ocaml-config is already installed (current version is 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 conf-libcurl 2
  - install dune         3.15.3
===== 2 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.15.3  (cached)
-> installed conf-libcurl.2
-> installed dune.3.15.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-29 14:09.23 ---> saved as "a86edf7ef26cdd874b670eae069b535f0f4c40fdea83cd59b497e701a60ecd73"

/src: (copy (src .) (dst /src))
2024-05-29 14:09.23 ---> saved as "b3cd065a704f260b55a1d26142154ab144bf0b37b262b0ee5eb77568c270c1eb"

/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-29 14:09.24: Job failed: Failed: Build failed