Organisationsocurrentocaml-dockerfilea6d189 ()debian-12-5.1_opam-2.1

debian-12-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-04-22 11:01.26: New job: test ocurrent/ocaml-dockerfile https://github.com/ocurrent/ocaml-dockerfile.git#refs/pull/201/head (a6d1894d48d97f3434a2f5d757ea3cd7f7969255) (linux-x86_64:debian-12-5.1_opam-2.1)
Base: ocaml/opam@sha256:98c4377bc8daaf832afb6c00650bd3630a51f0b8fa043169f81a4626de7f83b1
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocurrent/ocaml-dockerfile.git" && cd "ocaml-dockerfile" && git fetch origin "refs/pull/201/head" && git reset --hard a6d1894d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:98c4377bc8daaf832afb6c00650bd3630a51f0b8fa043169f81a4626de7f83b1
# debian-12-5.1_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 a78d61bd5a5f9e1aa605a46b9dd8ea1fe39046f2 || git fetch origin master) && git reset -q --hard a78d61bd5a5f9e1aa605a46b9dd8ea1fe39046f2 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam ./
RUN opam pin add -yn dockerfile.dev './' && \
    opam pin add -yn dockerfile-opam.dev './' && \
    opam pin add -yn dockerfile-cmd.dev './'
ENV DEPS="alcotest.1.7.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.2.0 conf-bash.1 csexp.1.5.2 dune.3.15.0 dune-configurator.3.15.0 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 num.1.5 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y dockerfile.dev dockerfile-opam.dev dockerfile-cmd.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-04-22 11:01.26: Using cache hint "ocurrent/ocaml-dockerfile-ocaml/opam@sha256:98c4377bc8daaf832afb6c00650bd3630a51f0b8fa043169f81a4626de7f83b1-debian-12-5.1_opam-2.1-3fa73ec24226a9c39a6fc4eb4fbc1b2a"
2024-04-22 11:01.26: Using OBuilder spec:
((from ocaml/opam@sha256:98c4377bc8daaf832afb6c00650bd3630a51f0b8fa043169f81a4626de7f83b1)
 (comment debian-12-5.1_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 a78d61bd5a5f9e1aa605a46b9dd8ea1fe39046f2 || git fetch origin master) && git reset -q --hard a78d61bd5a5f9e1aa605a46b9dd8ea1fe39046f2 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn dockerfile.dev './' && \
             \nopam pin add -yn dockerfile-opam.dev './' && \
             \nopam pin add -yn dockerfile-cmd.dev './'"))
 (env DEPS "alcotest.1.7.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.2.0 conf-bash.1 csexp.1.5.2 dune.3.15.0 dune-configurator.3.15.0 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 num.1.5 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3")
 (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 dockerfile.dev dockerfile-opam.dev dockerfile-cmd.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-04-22 11:01.26: Waiting for resource in pool OCluster
2024-04-22 11:01.26: Waiting for worker…
2024-04-22 11:03.19: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at a6d1894 Allow alias to be option


(from ocaml/opam@sha256:98c4377bc8daaf832afb6c00650bd3630a51f0b8fa043169f81a4626de7f83b1)
2024-04-22 11:03.19 ---> using "38038117f9bf8ba0c1f32cce7af18c696639a4132b4370f743e85a0aace32514" from cache


/: (comment debian-12-5.1_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-04-22 11:03.19 ---> using "00445c46e9e0c31309350c64e49aeabfb48c70e3ca6ad27cdf589d864fc4e8bc" 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-04-22 11:03.19 ---> using "b8c7fa64f01a9a64762100e7b81ae000d8b84ebc6fc06ef93a7c179e72905813" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 5.1.1
2.1.5
2024-04-22 11:03.19 ---> using "1f6c2b5605150f1e7f69a347debc77a896b5c19b720d8848ab5f6b16971eeaf8" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-22 11:03.19 ---> using "fd3a6cef8b18df2c29dca27f381aff5602566a15b1ff6ad4310a8a4a8c84388b" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a78d61bd5a5f9e1aa605a46b9dd8ea1fe39046f2 || git fetch origin master) && git reset -q --hard a78d61bd5a5f9e1aa605a46b9dd8ea1fe39046f2 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c516155a4b..a870b466e1  master     -> origin/master
a78d61bd5a ocaml-version 3.6.7


<><> 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-04-22 11:03.19 ---> using "a6dc65f8bc3bc4d1dd7d63f7b73768065ca8b0548a05c0f3cd1d3bc67168f665" from cache


/src: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)
            (dst ./))
2024-04-22 11:03.19 ---> saved as "f12331eba8507c921c679fd7d48f7aad1a632a2811652428460b71377a775ff1"


/src: (run (network host)
           (shell  "opam pin add -yn dockerfile.dev './' && \
                  \nopam pin add -yn dockerfile-opam.dev './' && \
                  \nopam pin add -yn dockerfile-cmd.dev './'"))
[dockerfile.dev] synchronised (file:///src)
dockerfile is now pinned to file:///src (version dev)
[dockerfile-opam.dev] synchronised (file:///src)
dockerfile-opam is now pinned to file:///src (version dev)
[dockerfile-cmd.dev] synchronised (file:///src)
dockerfile-cmd is now pinned to file:///src (version dev)
2024-04-22 11:03.24 ---> saved as "7e86b83fffdc2241046340aac1cee0d0d295f5f7f86b10f999367238ba20baea"


/src: (env DEPS "alcotest.1.7.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.2.0 conf-bash.1 csexp.1.5.2 dune.3.15.0 dune-configurator.3.15.0 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 num.1.5 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3")


/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 dockerfile.dev dockerfile-opam.dev dockerfile-cmd.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 [155 kB]
- Fetched 258 kB in 0s (868 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[dockerfile.dev] synchronised (no changes)
[dockerfile-cmd.dev] synchronised (no changes)
[dockerfile-opam.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-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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-nnp 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).
2024-04-22 11:03.36 ---> saved as "5bcf6c8345a257fd0939cc6c5091f70c3dfcd91072cd30e5e9dfb97bb5cc580d"


/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-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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-nnp 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 ocamlbuild          0.14.3
  - install dune                3.15.0
  - install conf-bash           1
  - install num                 1.5
  - install cmdliner            1.2.0
  - install ocamlfind           1.9.6
  - install seq                 base
  - install stdlib-shims        0.3.0
  - install sexplib0            v0.16.0
  - install ppx_derivers        1.2.1
  - install ocaml-version       3.6.7
  - install ocaml-syntax-shims  1.0.0
  - install ocaml-compiler-libs v0.12.4
  - install csexp               1.5.2
  - install topkg               1.0.7
  - install re                  1.11.0
  - install parsexp             v0.16.0
  - install ppxlib              0.32.0
  - install dune-configurator   3.15.0
  - install uutf                1.0.3
  - install rresult             0.7.0
  - install fmt                 0.9.0
  - install astring             0.8.5
  - install sexplib             v0.16.0
  - install base                v0.16.3
  - install logs                0.7.0
  - install fpath               0.7.3
  - install alcotest            1.7.0
  - install ppx_sexp_conv       v0.16.0
  - install bos                 0.2.1
===== 30 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-bash.1
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.3.6.7  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppxlib.0.32.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> installed seq.base
-> retrieved dune.3.15.0  (cached)
-> retrieved dune-configurator.3.15.0  (cached)
-> installed num.1.5
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed dune.3.15.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed ocaml-version.3.6.7
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed re.1.11.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed alcotest.1.7.0
-> installed dune-configurator.3.15.0
-> installed parsexp.v0.16.0
-> installed sexplib.v0.16.0
-> installed base.v0.16.3
-> installed ppxlib.0.32.0
-> installed ppx_sexp_conv.v0.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-22 11:04.29 ---> saved as "6985b6948aec82ad1ebf8ae5efcde7d432d7b799d03b90434b5bbc99b318e33e"


/src: (copy (src .) (dst /src))
2024-04-22 11:04.29 ---> saved as "73835fa7c4f22130a5413f329b8c7175960b72d8998f0d6a272e65579e33b173"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.1/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 -g -bin-annot -I src-opam/.dockerfile_opam.objs/byte -I /home/opam/.opam/5.1/lib/astring -I /home/opam/.opam/5.1/lib/fmt -I /home/opam/.opam/5.1/lib/ocaml-version -I /home/opam/.opam/5.1/lib/parsexp -I /home/opam/.opam/5.1/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/5.1/lib/sexplib -I /home/opam/.opam/5.1/lib/sexplib0 -I src/.dockerfile.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dockerfile_opam__ -o src-opam/.dockerfile_opam.objs/byte/dockerfile_opam__Opam.cmo -c -impl src-opam/opam.pp.ml)
File "src-opam/opam.ml", line 443, characters 40-44:
443 | let windows_mingw_opam2 ?(labels = []) ?arch ~override_tag ~opam_hashes
                                              ^^^^
Error (warning 27 [unused-var-strict]): unused variable arch.
(cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src-opam/.dockerfile_opam.objs/byte -I src-opam/.dockerfile_opam.objs/native -I /home/opam/.opam/5.1/lib/astring -I /home/opam/.opam/5.1/lib/fmt -I /home/opam/.opam/5.1/lib/ocaml-version -I /home/opam/.opam/5.1/lib/parsexp -I /home/opam/.opam/5.1/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/5.1/lib/sexplib -I /home/opam/.opam/5.1/lib/sexplib0 -I src/.dockerfile.objs/byte -I src/.dockerfile.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dockerfile_opam__ -o src-opam/.dockerfile_opam.objs/native/dockerfile_opam__Opam.cmx -c -impl src-opam/opam.pp.ml)
File "src-opam/opam.ml", line 443, characters 40-44:
443 | let windows_mingw_opam2 ?(labels = []) ?arch ~override_tag ~opam_hashes
                                              ^^^^
Error (warning 27 [unused-var-strict]): unused variable arch.
(cd _build/default/test && ./dockerfile.exe)
Testing `test'.
This run has ID `Z3WH7AYY'.


  [OK]          dockerfile          0   string_of_t.
  [OK]          dockerfile          1   string_of_t.
  [OK]          dockerfile          2   Format RUN heredocs.


Full test results in `/src/_build/default/test/_build/_tests/test'.
Test Successful in 0.000s. 3 tests run.
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-04-22 11:04.32: Job failed: Failed: Build failed