Organisationsygrekocurl47321d (master)debian-12-4.13_opam-2.1

debian-12-4.13_opam-2.1

Link Copied
Code Copied

Logs

2024-05-14 11:45.42: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/master (47321d1922559831c8a44411ab9d2c87cd4b31a4) (linux-x86_64:debian-12-4.13_opam-2.1)
Base: ocaml/opam@sha256:97e5da73f03e8104e0ae121f1b67e6c959f6918ec2a1a09a82e9449383cf0882
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:97e5da73f03e8104e0ae121f1b67e6c959f6918ec2a1a09a82e9449383cf0882
# debian-12-4.13_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 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.13.1 ocaml-base-compiler.4.13.1 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-14 11:45.42: Using cache hint "ygrek/ocurl-ocaml/opam@sha256:97e5da73f03e8104e0ae121f1b67e6c959f6918ec2a1a09a82e9449383cf0882-debian-12-4.13_opam-2.1-a4c02b1ffe7d789cb4787d7782ed01f8"
2024-05-14 11:45.42: Using OBuilder spec:
((from ocaml/opam@sha256:97e5da73f03e8104e0ae121f1b67e6c959f6918ec2a1a09a82e9449383cf0882)
 (comment debian-12-4.13_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 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.13.1 ocaml-base-compiler.4.13.1 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-14 11:45.42: Waiting for resource in pool OCluster
2024-05-14 11:45.54: Waiting for worker…
2024-05-14 11:45.54: 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:97e5da73f03e8104e0ae121f1b67e6c959f6918ec2a1a09a82e9449383cf0882)
Unable to find image 'ocaml/opam@sha256:97e5da73f03e8104e0ae121f1b67e6c959f6918ec2a1a09a82e9449383cf0882' locally
docker.io/ocaml/opam@sha256:97e5da73f03e8104e0ae121f1b67e6c959f6918ec2a1a09a82e9449383cf0882: Pulling from ocaml/opam
921df9b0dbca: Pulling fs layer
921df9b0dbca: Verifying Checksum
921df9b0dbca: Download complete
921df9b0dbca: Pull complete
Digest: sha256:97e5da73f03e8104e0ae121f1b67e6c959f6918ec2a1a09a82e9449383cf0882
Status: Downloaded newer image for ocaml/opam@sha256:97e5da73f03e8104e0ae121f1b67e6c959f6918ec2a1a09a82e9449383cf0882
2024-05-14 11:47.33 ---> saved as "322f79c71ed8814cef3e68607dc1333796d15a90742fb2b32972fd79fe86255a"


/: (comment debian-12-4.13_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-14 11:47.33 ---> saved as "4fb86a38ca30eed10bc40bd94af385acd0c4fd8dd6b4d7d83c7e2462a0bb63ec"


/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-14 11:49.06 ---> saved as "cf4bfcd388545de658100f7f59267cdd26527aa5e9d555b745cd2aa03d950de1"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.13.1
2.1.5
2024-05-14 11:49.06 ---> saved as "8a671644cdc419a51b6da054473c05439c3eeb18bfcd534ea60db855cb4a3c12"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-14 11:49.06 ---> saved as "348995232b6d4be083cbd719cba07b6fb6c9a8b0d2c5c6765fd0150fdad53874"


/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"))
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-14 11:50.20 ---> saved as "dd20b7db096f284974cf914f5de4756ca11702404380a617452c34b6a261162f"


/src: (copy (src ocurl.opam curl.opam) (dst ./))
2024-05-14 11:50.21 ---> saved as "c7fd7fd943a7855a060da03b50361ed10f464981c0b6718e0376ea629ad8d277"


/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-14 11:50.24 ---> saved as "bab56e377bd9d1ab6b235ad61dee563ae7915858603f67f8745e3522eab642b2"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libcurl.2 dune.3.15.2 ocaml.4.13.1 ocaml-base-compiler.4.13.1 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 "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]
- Fetched 103 kB in 0s (464 kB/s)
- Reading package lists...


<><> 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.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.1).
[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


2024-05-14 11:50.51 ---> saved as "5e1208148d4b9d52aa0588b2e1fb08cb4e566781cb43dd88231e4e1f04b7de86"


/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.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.1).
[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-14 11:52.12 ---> saved as "4149222dbd0a734c97ab83952c84fae95b448016cdab2f0954046deb19642931"


/src: (copy (src .) (dst /src))
2024-05-14 11:52.12 ---> saved as "6f0eb9114b6ea57b3bfcbc47eeb9a65f1623e699087395c75a11f31f4c3e20f4"


/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-14 11:52.13: Job failed: Failed: Build failed