Organisationsdinosaurehxd6c3c1f (master)fedora-40-4.14_opam-2.1

fedora-40-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 08:54.52: New job: test dinosaure/hxd https://github.com/dinosaure/hxd.git#refs/heads/master (6c3c1ff212f67a3d2106e18b2a0358b2dc5f56bd) (linux-x86_64:fedora-40-4.14_opam-2.1)
Base: ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/dinosaure/hxd.git" -b "master" && cd "hxd" && git reset --hard 6c3c1ff2
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9
# fedora-40-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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 hxd.opam ./
RUN opam pin add -yn hxd.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base cmdliner.1.2.0 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 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 hxd.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-30 08:54.52: Using cache hint "dinosaure/hxd-ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9-fedora-40-4.14_opam-2.1-c71b2c6bc38d22dd4f84a887ed081549"
2024-04-30 08:54.52: Using OBuilder spec:
((from ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9)
 (comment fedora-40-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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src hxd.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn hxd.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base cmdliner.1.2.0 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 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 hxd.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-30 08:54.52: Waiting for resource in pool OCluster
2024-04-30 20:57.06: Waiting for worker…
2024-04-30 20:59.24: Got resource from pool OCluster
Building on x86-bm-c5.sw.ocaml.org
All commits already cached
HEAD is now at 6c3c1ff Merge pull request #13 from dinosaure/prepare-v0.3.2


(from ocaml/opam@sha256:415c184d9c858b1ae7a76855065ecf6c50581f3c9d4564ac83c8b23b8b9ae2b9)
2024-04-30 20:59.24 ---> using "734939365ca49b277f590ce41c8d4d56e6ac1e187e29aa8fe4ddd810266ec9cf" from cache


/: (comment fedora-40-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 40 - x86_64 - Updates                    270 kB/s |  23 kB     00:00    
Fedora 40 - x86_64 - Updates                    4.7 MB/s | 2.1 MB     00:00    
Last metadata expiration check: 0:00:02 ago on Tue Apr 30 20:11:34 2024.
Package findutils-1:4.9.0-8.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-04-30 20:59.24 ---> using "27f125f8f9874760f522cedb21a2c5b03620375c8731fb3f496d760cdd2cb364" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-04-30 20:59.24 ---> using "31dee9b2c2b3c177fa91b119394c49844294d7b96dbd38a1ef8f05dde637abb5" 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.


Continue? [Y/n] y
Format upgrade done.
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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-04-30 20:59.24 ---> using "769cb91d456d94573e687dc675037a6ace197e06d0f2fcaf82817c641e39f479" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-105-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-04-30 20:59.24 ---> using "d47b804d5ae432c0bfb5d9e647b8c6d02aad94f10c345069ee85ddf4fab8a3d9" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 20:59.24 ---> using "5f1ee7a0295c519a4c376aaa91c28f8b0989c0c4b230f8d83ebda3575617f0c8" from cache


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


<><> 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-30 20:59.24 ---> using "7bcc0e7efe50ef2fb0ff286e3004b0a3bd7d0d5f4e1a91806fde90ad75a266f0" from cache


/src: (copy (src hxd.opam) (dst ./))
2024-04-30 20:59.24 ---> saved as "f1fcda52b8d5876c85cc53a8fce636b360f6fdda1a7415dabd13919637d88aab"


/src: (run (network host)
           (shell "opam pin add -yn hxd.dev './'"))
[hxd.dev] synchronised (file:///src)
hxd is now pinned to file:///src (version dev)
2024-04-30 20:59.26 ---> saved as "3992c747cd6d8e842282afacce7791d6308cc82139c90d6318a7696cd25a21a4"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cmdliner.1.2.0 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 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 hxd.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 40 - x86_64                              267 kB/s |  23 kB     00:00    
- Fedora 40 - x86_64                              692 kB/s | 994 kB     00:01    
- Fedora 40 openh264 (From Cisco) - x86_64         16 kB/s | 989  B     00:00    
- Fedora 40 - x86_64 - Updates                    281 kB/s |  23 kB     00:00    
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[hxd.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-04-30 20:59.55 ---> saved as "45142563dc2b31c36c3721004524f3b3e0f30be67b08a4767e0466a6ef636056"


/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).
The following actions will be performed:
  - install dune              3.15.2
  - install cmdliner          1.2.0
  - install csexp             1.5.2
  - install dune-configurator 3.15.2
===== 4 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> installed cmdliner.1.2.0
-> installed dune.3.15.2
-> installed csexp.1.5.2
-> installed dune-configurator.3.15.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 21:01.09 ---> saved as "d519c5e17019c53c6c4bd1906c5d8d7802334b64a8e232bd208b05c2ba5201fe"


/src: (copy (src .) (dst /src))
2024-04-30 21:01.09 ---> saved as "1a1f29ce7841912f638279571aff1f99d53d900344c35edc3fedd390db91e78c"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-04-30 21:01.12 ---> saved as "c3408fa23e4bfbfbf9fa04347934a918d1dc51456db64c7d936655f2a50abfdc"
Job succeeded
2024-04-30 21:01.12: Job succeeded