Organisationsdune-universecmdlinerf82e27 (master)fedora-39-4.14_opam-2.1

fedora-39-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-24 10:47.00: New job: test dune-universe/cmdliner https://github.com/dune-universe/cmdliner.git#refs/heads/master (f82e27a18f32d140b3e18d0632e88797652ad95f) (linux-x86_64:fedora-39-4.14_opam-2.1)
Base: ocaml/opam@sha256:e8ae1296da35f446c91b13eba7f875bf760cc9b5703f464559e784515b2d9d4d
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/dune-universe/cmdliner.git" -b "master" && cd "cmdliner" && git reset --hard f82e27a1
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:e8ae1296da35f446c91b13eba7f875bf760cc9b5703f464559e784515b2d9d4d
# 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 cmdliner.opam ./
RUN opam pin add -yn cmdliner.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base 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 cmdliner.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-24 10:47.00: Using cache hint "dune-universe/cmdliner-ocaml/opam@sha256:e8ae1296da35f446c91b13eba7f875bf760cc9b5703f464559e784515b2d9d4d-fedora-39-4.14_opam-2.1-8992332f4d010a8bcddf74c350388ea8"
2024-05-24 10:47.00: Using OBuilder spec:
((from ocaml/opam@sha256:e8ae1296da35f446c91b13eba7f875bf760cc9b5703f464559e784515b2d9d4d)
 (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 cmdliner.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn cmdliner.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base 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 cmdliner.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-24 10:47.00: Waiting for resource in pool OCluster
2024-05-25 19:52.11: Waiting for worker…
2024-05-25 19:54.22: Got resource from pool OCluster
Building on x86-bm-c5.sw.ocaml.org
All commits already cached
HEAD is now at f82e27a Preparing for release.


(from ocaml/opam@sha256:e8ae1296da35f446c91b13eba7f875bf760cc9b5703f464559e784515b2d9d4d)
2024-05-25 19:54.23 ---> using "8be36eb9fa5be1c0db7100501b6b3334f28c20287953793be6661072a4a65611" from cache


/: (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 - Updates                    215 kB/s |  23 kB     00:00    
Fedora 39 - x86_64 - Updates                    2.9 MB/s | 5.8 MB     00:01    
Last metadata expiration check: 0:00:19 ago on Sat May 25 19:54:06 2024.
Package findutils-1:4.9.0-5.fc39.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-05-25 19:54.30 ---> saved as "c42d71c4bfc0b341206e1bf2b37d4fce65972aa11b31622ff94ccc2a8008641b"


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-25 19:54.30 ---> saved as "50ceee5cfd97ae62d2b5a6a39b83e98b810e8a412868bffa9fcd7692c2e9e53c"


/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-25 19:55.36 ---> saved as "b7237503aa3e482d95880200ef815c95b060d1db4ad15c14cf2946d909d70866"


/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.6
2024-05-25 19:55.36 ---> saved as "23a2f685c9e2a9e1bd630b467869de099e3dfa040956abfce6696a5a3ede64d8"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-25 19:55.36 ---> saved as "b886634df2fb69c8bb38b67d8f45fa7d5008aade44b8df2f1fb8ef4444b472b8"


/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-25 19:56.48 ---> saved as "fb6ae836b5673de592ea6323b70b0ee063dce97329565814f78621d1fdce5541"


/src: (copy (src cmdliner.opam) (dst ./))
2024-05-25 19:56.48 ---> saved as "e6785328c04a65411e7f37845b5696d522804be367e3005cce8546391834f703"


/src: (run (network host)
           (shell "opam pin add -yn cmdliner.dev './'"))
[cmdliner.dev] synchronised (file:///src)
cmdliner is now pinned to file:///src (version dev)
2024-05-25 19:56.49 ---> saved as "90e2c757c4b995a101e1bb3962187e720da94244019489fb015184c8a4388724"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base 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 cmdliner.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 39 - x86_64                              283 kB/s |  25 kB     00:00    
- Fedora 39 openh264 (From Cisco) - x86_64         12 kB/s | 989  B     00:00    
- Fedora 39 - x86_64 - Updates                    240 kB/s |  23 kB     00:00    
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[cmdliner.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).
2024-05-25 19:57.06 ---> saved as "c66f3e426dcd94e5839e5d07a1323a9b5a4da23d04cf756ef0ef54d5fa5d7cfe"


/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).
2024-05-25 19:57.08 ---> saved as "58920f2b84b5d34eca7eb6855761bef9d6a1995aea1b6f6f859307ab73e063c6"


/src: (copy (src .) (dst /src))
2024-05-25 19:57.09 ---> saved as "e58146d5940c25b00ce02f0a5e018deb1b7a4802503de46b6802ad6c1f2ea301"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
[ERROR] Command not found 'dune'
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 127
2024-05-25 19:57.09: Job failed: Failed: Build failed