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

fedora-39-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-06-23 10:48.03: New job: test dinosaure/hxd https://github.com/dinosaure/hxd.git#refs/heads/master (6c3c1ff212f67a3d2106e18b2a0358b2dc5f56bd) (linux-x86_64:fedora-39-4.14_opam-2.1)
Base: ocaml/opam@sha256:59b4177ce6da3711f0f292ae85c942ee489b9637788806a42adef0bb909361a0
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:59b4177ce6da3711f0f292ae85c942ee489b9637788806a42adef0bb909361a0
# 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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && 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.3.0 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 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-06-23 10:48.03: Using cache hint "dinosaure/hxd-ocaml/opam@sha256:59b4177ce6da3711f0f292ae85c942ee489b9637788806a42adef0bb909361a0-fedora-39-4.14_opam-2.1-b83f010219197d4519498d6d3035004f"
2024-06-23 10:48.03: Using OBuilder spec:
((from ocaml/opam@sha256:59b4177ce6da3711f0f292ae85c942ee489b9637788806a42adef0bb909361a0)
 (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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && 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.3.0 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 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-06-23 10:48.03: Waiting for resource in pool OCluster
2024-06-23 10:58.18: Waiting for worker…
2024-06-23 11:02.22: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 6c3c1ff Merge pull request #13 from dinosaure/prepare-v0.3.2


(from ocaml/opam@sha256:59b4177ce6da3711f0f292ae85c942ee489b9637788806a42adef0bb909361a0)
Unable to find image 'ocaml/opam@sha256:59b4177ce6da3711f0f292ae85c942ee489b9637788806a42adef0bb909361a0' locally
docker.io/ocaml/opam@sha256:59b4177ce6da3711f0f292ae85c942ee489b9637788806a42adef0bb909361a0: Pulling from ocaml/opam
Digest: sha256:59b4177ce6da3711f0f292ae85c942ee489b9637788806a42adef0bb909361a0
Status: Downloaded newer image for ocaml/opam@sha256:59b4177ce6da3711f0f292ae85c942ee489b9637788806a42adef0bb909361a0
2024-06-23 11:02.23 ---> using "ead5f5b4f7ad791ea634f9bce1e39ee51d2e3cae035ea5baaabfedd7a586f635" 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                    221 kB/s |  28 kB     00:00    
Fedora 39 - x86_64 - Updates                    5.0 MB/s | 6.3 MB     00:01    
Last metadata expiration check: 0:00:09 ago on Sun Jun 23 10:57:24 2024.
Package findutils-1:4.9.0-5.fc39.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2024-06-23 11:02.23 ---> using "f77a4e11b5a72aeafc96d49f7597f39aa361e6db315433350f54125bf5730119" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-06-23 11:02.23 ---> using "d10e42e3d1cb823a126b2d9d6569685c675617a28e92c6b1813641d285fe732b" 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-23 11:02.23 ---> using "5ef84e00b8ea3487ed58ab751010be7124f745dce3c64611fe64c088e313ab57" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 4.14.2
2.1.6
2024-06-23 11:02.23 ---> using "3209681f2faea5cb92008d29e78c35e889b374b6e9927b7307a811fda6e7a175" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-23 11:02.23 ---> using "dcf2b9e8c57bd23c02054070e43d2a8e529d1bd969928ac4d47128b4f794236e" 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"))
a6069b9eeb [new release] dune (15 packages) (3.16.0)


<><> 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-06-23 11:02.23 ---> using "661acbc93408119f75e9de584829a78b13687367be717d37d6eea987b158c5ce" from cache


/src: (copy (src hxd.opam) (dst ./))
2024-06-23 11:02.23 ---> saved as "6f38a90a9f02a7941375291c68882fc6faff96fe0c8422f1c4fb534cec91b7ad"


/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-06-23 11:02.24 ---> saved as "4dbe9336a80b08ba8c8a89d8e0984e9b57682aa8ab88466c499933a4584bc8e2"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 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 39 - x86_64                               65 kB/s |  30 kB     00:00    
- Fedora 39 openh264 (From Cisco) - x86_64        4.5 kB/s | 989  B     00:00    
- Fedora 39 - x86_64 - Updates                     63 kB/s |  28 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 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-bigarray is already installed (current version is base).
2024-06-23 11:02.38 ---> saved as "85e0db3e7f0e10e39a48582811383ad67817730ed596dd052ce6c9cf61d895a6"


/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 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-bigarray is already installed (current version is base).
The following actions will be performed:
  - install cmdliner          1.3.0
  - install dune              3.16.0
  - install csexp             1.5.2
  - install dune-configurator 3.16.0
===== 4 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> installed cmdliner.1.3.0
-> installed dune.3.16.0
-> installed csexp.1.5.2
-> installed dune-configurator.3.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-23 11:03.20 ---> saved as "357a84e63c49224e83ca5c3cb5bda53e7b30964976f9807ca5be7925606e6a9e"


/src: (copy (src .) (dst /src))
2024-06-23 11:03.20 ---> saved as "2a1b37628a798c3ae31bb28a62f2b29accfb85471703e7c46007141aacb61609"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-06-23 11:03.22 ---> saved as "718d500ad9a337d1c2b672197d8cf24acd29591d5697eb7d5c86cba1cedb38e1"
Job succeeded
2024-06-23 11:03.23: Job succeeded