OrganisationsLeonidas-from-XIVopam-test9cc745 (main)fedora-38-5.2_opam-2.1

fedora-38-5.2_opam-2.1

Link Copied
Code Copied

Logs

2024-06-17 14:07.26: New job: test Leonidas-from-XIV/opam-test https://github.com/Leonidas-from-XIV/opam-test.git#refs/heads/main (9cc745570379d3b45f970893cfeae4a1c05e4393) (linux-x86_64:fedora-38-5.2_opam-2.1)
Base: ocaml/opam@sha256:84602ef7a2064c6dd805493673c456475f3cd658f821eb8d58a7ec6ccdad3a4e
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/Leonidas-from-XIV/opam-test.git" -b "main" && cd "opam-test" && git reset --hard 9cc74557
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:84602ef7a2064c6dd805493673c456475f3cd658f821eb8d58a7ec6ccdad3a4e
# fedora-38-5.2_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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 opam-test.opam ./
RUN opam pin add -yn opam-test.dev './'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 conf-c++.1.0 cppo.1.6.9 cudf.0.10 dose3.7.0.0 dune.3.16.0 extlib.1.7.9 host-arch-x86_64.1 host-system-other.1 mccs.1.1+17 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlgraph.2.1.0 opam-client.2.1.6 opam-core.2.1.6 opam-file-format.2.1.6 opam-format.2.1.6 opam-repository.2.1.6 opam-solver.2.1.6 opam-state.2.1.6 re.1.11.0 seq.base stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y opam-test.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-06-17 14:07.26: Using cache hint "Leonidas-from-XIV/opam-test-ocaml/opam@sha256:84602ef7a2064c6dd805493673c456475f3cd658f821eb8d58a7ec6ccdad3a4e-fedora-38-5.2_opam-2.1-9a68413e0525fde10e2dc6f317bcbbaa"
2024-06-17 14:07.26: Using OBuilder spec:
((from ocaml/opam@sha256:84602ef7a2064c6dd805493673c456475f3cd658f821eb8d58a7ec6ccdad3a4e)
 (comment fedora-38-5.2_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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src opam-test.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn opam-test.dev './'"))
 (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 conf-c++.1.0 cppo.1.6.9 cudf.0.10 dose3.7.0.0 dune.3.16.0 extlib.1.7.9 host-arch-x86_64.1 host-system-other.1 mccs.1.1+17 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlgraph.2.1.0 opam-client.2.1.6 opam-core.2.1.6 opam-file-format.2.1.6 opam-format.2.1.6 opam-repository.2.1.6 opam-solver.2.1.6 opam-state.2.1.6 re.1.11.0 seq.base stdlib-shims.0.3.0")
 (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 opam-test.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-06-17 14:07.26: Waiting for resource in pool OCluster
2024-06-19 17:46.21: Waiting for worker…
2024-06-19 17:49.08: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 9cc7455 Add README


(from ocaml/opam@sha256:84602ef7a2064c6dd805493673c456475f3cd658f821eb8d58a7ec6ccdad3a4e)
2024-06-19 17:49.08 ---> using "5ffbda8385325bbf06b4bc72893a68902d07f91c2976de1051890d43240d44ef" from cache


/: (comment fedora-38-5.2_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 38 - x86_64                               11 kB/s | 6.0 kB     00:00    
Fedora 38 openh264 (From Cisco) - x86_64         10 kB/s | 989  B     00:00    
Fedora Modular 38 - x86_64                       61 kB/s | 5.9 kB     00:00    
Fedora 38 - x86_64 - Updates                     55 kB/s | 5.9 kB     00:00    
Fedora Modular 38 - x86_64 - Updates             60 kB/s | 5.8 kB     00:00    
Package findutils-1:4.9.0-3.fc38.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-06-19 17:49.08 ---> using "a499d0a62809c2eb231c1ebf5345b4a55daf03bedcdcd25bd04a5e92b5d635c2" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-06-19 17:49.08 ---> using "9a737e0b03533b02941c4c1e59c544ef189bda8d00cddef3fb8d7f7b1b372dea" 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-06-19 17:49.08 ---> using "90e0bbdb4a3631c6ff01badc19daa8f3e93ac22411732093364278a0ddf437d7" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 5.2.0
2.1.6
2024-06-19 17:49.08 ---> using "d7d12eb916d2d508eac4312a887a22c73ebc1f97fce5f5350fa98db113ecbf3b" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-19 17:49.08 ---> using "70992686571710e7db2065fa893242180850af4ad78069cc35b08f9ad5e59796" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c45f5bab71..5d6f1cf035  master     -> origin/master
a6069b9eeb [new release] dune (15 packages) (3.16.0)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


The following actions will be performed:
  - install   host-arch-x86_64      1
  - install   host-system-other     1
  - recompile ocaml-options-vanilla 1       [upstream or system changes]
  - recompile ocaml-base-compiler   5.2.0*  [upstream or system changes]
  - recompile ocaml-config          3       [uses ocaml-base-compiler]
  - recompile ocaml                 5.2.0   [uses ocaml-base-compiler]
  - recompile opam-depext           1.2.1-1 [uses ocaml]
  - recompile base-domains          base    [uses ocaml]
  - recompile base-nnp              base    [uses base-domains]
===== 2 to install | 7 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> removed   ocaml-options-vanilla.1
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved opam-depext.1.2.1-1  (cached)
-> retrieved ocaml-base-compiler.5.2.0  (cached)
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.5.2.0
-> removed   ocaml-config.3
-> removed   ocaml-base-compiler.5.2.0
-> installed ocaml-base-compiler.5.2.0
-> installed ocaml-config.3
-> installed ocaml.5.2.0
-> installed base-domains.base
-> installed base-nnp.base
-> 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-06-19 17:49.08 ---> using "085f4165406670a0e47b779e12f054eaba9b7adac4af887eb9f3ac7d158a9d21" from cache


/src: (copy (src opam-test.opam) (dst ./))
2024-06-19 17:49.08 ---> saved as "76cf76f418208ec09177a6ccf9f52a5bb012941475210c8fba2f2c1fe56cbadc"


/src: (run (network host)
           (shell "opam pin add -yn opam-test.dev './'"))
[opam-test.dev] synchronised (file:///src)
opam-test is now pinned to file:///src (version dev)
2024-06-19 17:49.10 ---> saved as "0c5b3e9008300f4c77f818e237986f4874cee31931d77ab021feb5b6ba73c32a"


/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 conf-c++.1.0 cppo.1.6.9 cudf.0.10 dose3.7.0.0 dune.3.16.0 extlib.1.7.9 host-arch-x86_64.1 host-system-other.1 mccs.1.1+17 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlgraph.2.1.0 opam-client.2.1.6 opam-core.2.1.6 opam-file-format.2.1.6 opam-format.2.1.6 opam-repository.2.1.6 opam-solver.2.1.6 opam-state.2.1.6 re.1.11.0 seq.base stdlib-shims.0.3.0")


/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 opam-test.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 38 - x86_64                               42 kB/s | 6.0 kB     00:00    
- Fedora 38 openh264 (From Cisco) - x86_64         10 kB/s | 989  B     00:00    
- Fedora Modular 38 - x86_64                       59 kB/s | 5.9 kB     00:00    
- Fedora 38 - x86_64 - Updates                     60 kB/s | 5.9 kB     00:00    
- Fedora Modular 38 - x86_64 - Updates             61 kB/s | 5.8 kB     00:00    
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[opam-test.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.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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-06-19 17:49.24 ---> saved as "6211fef6a640782a8337783a02eb804e20671fcf9994774bb9c8eb0a5504f1fb"


/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.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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 dune             3.16.0
  - install cmdliner         1.3.0
  - install seq              base
  - install conf-c++         1.0
  - install stdlib-shims     0.3.0
  - install opam-file-format 2.1.6
  - install cppo             1.6.9
  - install base64           3.5.1
  - install re               1.11.0
  - install ocamlgraph       2.1.0
  - install extlib           1.7.9
  - install opam-core        2.1.6
  - install cudf             0.10
  - install opam-format      2.1.6
  - install mccs             1.1+17
  - install dose3            7.0.0
  - install opam-repository  2.1.6
  - install opam-solver      2.1.6
  - install opam-state       2.1.6
  - install opam-client      2.1.6
===== 20 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base64.3.5.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-c++.1.0
-> retrieved cudf.0.10  (cached)
-> retrieved dose3.7.0.0  (cached)
-> retrieved extlib.1.7.9  (cached)
-> retrieved mccs.1.1+17  (cached)
-> retrieved ocamlgraph.2.1.0  (cached)
-> retrieved opam-client.2.1.6  (cached)
-> retrieved opam-core.2.1.6  (cached)
-> retrieved opam-file-format.2.1.6  (cached)
-> retrieved opam-format.2.1.6  (cached)
-> retrieved opam-repository.2.1.6  (cached)
-> retrieved opam-solver.2.1.6  (cached)
-> retrieved opam-state.2.1.6  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed cmdliner.1.3.0
-> installed dune.3.16.0
-> installed stdlib-shims.0.3.0
-> installed base64.3.5.1
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed extlib.1.7.9
-> installed ocamlgraph.2.1.0
-> installed cudf.0.10
-> installed dose3.7.0.0
-> installed mccs.1.1+17
-> installed opam-core.2.1.6
-> installed opam-format.2.1.6
-> installed opam-repository.2.1.6
-> installed opam-solver.2.1.6
-> installed opam-state.2.1.6
-> installed opam-client.2.1.6
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-19 17:50.31 ---> saved as "700ba7cccc5c8bbfd15b13d60a54d167179aad06143651744100bf5fc966762d"


/src: (copy (src .) (dst /src))
2024-06-19 17:50.32 ---> saved as "2c8326ced47ef7e132e7fc02b7fee9b39cc5c1eca76ce196153958649fb2c9f2"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.2/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 -bin-annot-occurrences -I lib/.opam_test.objs/byte -I /home/opam/.opam/5.2/lib/base64 -I /home/opam/.opam/5.2/lib/cmdliner -I /home/opam/.opam/5.2/lib/cudf -I /home/opam/.opam/5.2/lib/dose3/algo -I /home/opam/.opam/5.2/lib/dose3/common -I /home/opam/.opam/5.2/lib/extlib -I /home/opam/.opam/5.2/lib/mccs -I /home/opam/.opam/5.2/lib/mccs/glpk/internal -I /home/opam/.opam/5.2/lib/ocaml/unix -I /home/opam/.opam/5.2/lib/ocamlgraph -I /home/opam/.opam/5.2/lib/opam-client -I /home/opam/.opam/5.2/lib/opam-core -I /home/opam/.opam/5.2/lib/opam-file-format -I /home/opam/.opam/5.2/lib/opam-format -I /home/opam/.opam/5.2/lib/opam-repository -I /home/opam/.opam/5.2/lib/opam-solver -I /home/opam/.opam/5.2/lib/opam-state -I /home/opam/.opam/5.2/lib/re -I /home/opam/.opam/5.2/lib/re/pcre -I /home/opam/.opam/5.2/lib/seq -I /home/opam/.opam/5.2/lib/stdlib-shims -no-alias-deps -opaque -open Opam_test__ -o lib/.opam_test.objs/byte/opam_test__Cli.cmo -c -impl lib/cli.ml)
File "lib/cli.ml", line 7, characters 13-31:
7 |   let info = Cmdliner.Term.info "opam-test" ~version:"%%VERSION%%" in
                 ^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.


File "lib/cli.ml", line 9, characters 17-21:
9 |   Cmdliner.Term.(exit @@ eval v)
                     ^^^^
Error (alert deprecated): Cmdliner.Term.exit
Use Stdlib.exit and Cmd.eval instead.


File "lib/cli.ml", line 9, characters 25-29:
9 |   Cmdliner.Term.(exit @@ eval v)
                             ^^^^
Error (alert deprecated): Cmdliner.Term.eval
Use Cmd.v and one of Cmd.eval* instead.
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-06-19 17:50.33: Job failed: Failed: Build failed