Organisationsavsmosrelease5d2922 (master)ubuntu-23.10-5.1_opam-2.1

ubuntu-23.10-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 22:07.19: New job: test avsm/osrelease https://github.com/avsm/osrelease.git#refs/heads/master (5d2922cc56efd1ae88e75e800b2b6ba74d4181fa) (linux-x86_64:ubuntu-23.10-5.1_opam-2.1)
Base: ocaml/opam@sha256:9e6f96f9697b03f5d2651380cb15e242fb55ac621e55f22d6e306f8b362e34c8
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/avsm/osrelease.git" -b "master" && cd "osrelease" && git reset --hard 5d2922cc
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:9e6f96f9697b03f5d2651380cb15e242fb55ac621e55f22d6e306f8b362e34c8
# ubuntu-23.10-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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 osrelease.opam ./
RUN opam pin add -yn osrelease.dev './'
ENV DEPS="astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 dune.3.15.2 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 rresult.0.7.0 topkg.1.0.7"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y osrelease.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-10 22:07.19: Using cache hint "avsm/osrelease-ocaml/opam@sha256:9e6f96f9697b03f5d2651380cb15e242fb55ac621e55f22d6e306f8b362e34c8-ubuntu-23.10-5.1_opam-2.1-daf5f05dfab5a8dbdfddfc521b690eea"
2024-05-10 22:07.19: Using OBuilder spec:
((from ocaml/opam@sha256:9e6f96f9697b03f5d2651380cb15e242fb55ac621e55f22d6e306f8b362e34c8)
 (comment ubuntu-23.10-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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src osrelease.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn osrelease.dev './'"))
 (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 dune.3.15.2 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 rresult.0.7.0 topkg.1.0.7")
 (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 osrelease.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-10 22:07.19: Waiting for resource in pool OCluster
2024-05-11 13:23.55: Waiting for worker…
2024-05-11 13:28.58: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 5d2922c ocamlformat.0.25.1


(from ocaml/opam@sha256:9e6f96f9697b03f5d2651380cb15e242fb55ac621e55f22d6e306f8b362e34c8)
Unable to find image 'ocaml/opam@sha256:9e6f96f9697b03f5d2651380cb15e242fb55ac621e55f22d6e306f8b362e34c8' locally
docker.io/ocaml/opam@sha256:9e6f96f9697b03f5d2651380cb15e242fb55ac621e55f22d6e306f8b362e34c8: Pulling from ocaml/opam
b12272f15fa6: Pulling fs layer
b12272f15fa6: Verifying Checksum
b12272f15fa6: Download complete
b12272f15fa6: Pull complete
Digest: sha256:9e6f96f9697b03f5d2651380cb15e242fb55ac621e55f22d6e306f8b362e34c8
Status: Downloaded newer image for ocaml/opam@sha256:9e6f96f9697b03f5d2651380cb15e242fb55ac621e55f22d6e306f8b362e34c8
2024-05-11 13:28.59 ---> using "f988bc4dbab9abb6fc99f8bee93271b7f8b19cd943baf5960159aa05a90602d7" from cache


/: (comment ubuntu-23.10-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-05-11 13:28.59 ---> using "ea0f8500f4608b984943bfe29b74e2c0df9807e817c7abcee51d04bf10b818b1" 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-05-11 13:28.59 ---> using "b4ff1b6a176a40274648df490b790572b8ac8cde5877ed27686f0792b4caeba0" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 5.1.1
2.1.5
2024-05-11 13:28.59 ---> using "b20e7353fdea759335cab2cf103e9cbe02a27de6a599eb1a852199c11da418bc" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 13:28.59 ---> using "a01765f5b9b8fcdb4cf4c17861beb30ca0e0034fc766e44efa1db41177af8a46" from cache


/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"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..2ae169d7d0  master     -> origin/master
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-11 13:28.59 ---> using "58e281312ce8a4edc36cf43b14b769f4929514b2b39cce6aa6165ab3e9fb217f" from cache


/src: (copy (src osrelease.opam) (dst ./))
2024-05-11 13:28.59 ---> saved as "e86336f3983fd1ebe547a9a0213b095eba3954674b0dd91f3b1f8b98589b1cf0"


/src: (run (network host)
           (shell "opam pin add -yn osrelease.dev './'"))
Package osrelease does not exist, create as a NEW package? [Y/n] y
[osrelease.dev] synchronised (file:///src)
osrelease is now pinned to file:///src (version dev)
2024-05-11 13:29.01 ---> saved as "cec6646ed009005914f081a74aa65541641f191955f9f4c6f1e75696af2ea114"


/src: (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 dune.3.15.2 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 rresult.0.7.0 topkg.1.0.7")


/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 osrelease.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu mantic InRelease
- Get:2 http://archive.ubuntu.com/ubuntu mantic-updates InRelease [109 kB]
- Hit:3 http://archive.ubuntu.com/ubuntu mantic-backports InRelease
- Get:4 http://security.ubuntu.com/ubuntu mantic-security InRelease [109 kB]
- Get:5 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 Packages [522 kB]
- Get:6 http://archive.ubuntu.com/ubuntu mantic-updates/universe amd64 Packages [470 kB]
- Fetched 1209 kB in 1s (2390 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[osrelease.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-05-11 13:29.15 ---> saved as "2d3379529d5c2b6b6a951502862c68485c3d2477a28f487ba02679c73646c289"


/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 dune       3.15.2
  - install ocamlbuild 0.14.3
  - install ocamlfind  1.9.6
  - install topkg      1.0.7
  - install rresult    0.7.0
  - install fmt        0.9.0
  - install astring    0.8.5
  - install logs       0.7.0
  - install fpath      0.7.3
  - install bos        0.2.1
===== 10 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed logs.0.7.0
-> installed fpath.0.7.3
-> installed bos.0.2.1
-> installed dune.3.15.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 13:29.58 ---> saved as "968a5ab0353aed112e23ef45866ee175c85f1bd9247e4c46da527882effba094"


/src: (copy (src .) (dst /src))
2024-05-11 13:29.58 ---> saved as "4199dad7e20ca5b98fb464932e03cc55cd22251d8021df716fc7033bba42f019"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-05-11 13:29.58 ---> saved as "6bcb6d355e783d8f752caa0bd5e1b0d99a8ffc44b6245c53daaca9ee4a8dab6e"
Job succeeded
2024-05-11 13:29.59: Job succeeded