Organisationsmirageeither043eba (main)ubuntu-23.04-5.1_opam-2.1

ubuntu-23.04-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 08:30.51: New job: test mirage/either https://github.com/mirage/either.git#refs/heads/main (043eba77c144b26790c2fd478bd9e607293099d6) (linux-x86_64:ubuntu-23.04-5.1_opam-2.1)
Base: ocaml/opam@sha256:999a1f937d8f88be062a6eeecd8e533ca0f328adf72ddfe2803daa3cb80b2161
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/either.git" -b "main" && cd "either" && git reset --hard 043eba77
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:999a1f937d8f88be062a6eeecd8e533ca0f328adf72ddfe2803daa3cb80b2161
# ubuntu-23.04-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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 either.opam ./
RUN opam pin add -yn either.dev './'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base dune.3.15.2 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y either.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:30.51: Using cache hint "mirage/either-ocaml/opam@sha256:999a1f937d8f88be062a6eeecd8e533ca0f328adf72ddfe2803daa3cb80b2161-ubuntu-23.04-5.1_opam-2.1-4e5d1f77f0765d7a76394304b29f1830"
2024-04-30 08:30.51: Using OBuilder spec:
((from ocaml/opam@sha256:999a1f937d8f88be062a6eeecd8e533ca0f328adf72ddfe2803daa3cb80b2161)
 (comment ubuntu-23.04-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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src either.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn either.dev './'"))
 (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base dune.3.15.2 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 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 either.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:30.51: Waiting for resource in pool OCluster
2024-04-30 19:14.34: Waiting for worker…
2024-04-30 19:17.56: Got resource from pool OCluster
Building on x86-bm-c4.sw.ocaml.org
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/either.git-5363a9188a35a7d92ef5de3c2e3ad456f119bc31/.git/
HEAD is now at 043eba7 Merge pull request #1 from CraigFe/release-1.0.0


(from ocaml/opam@sha256:999a1f937d8f88be062a6eeecd8e533ca0f328adf72ddfe2803daa3cb80b2161)
Unable to find image 'ocaml/opam@sha256:999a1f937d8f88be062a6eeecd8e533ca0f328adf72ddfe2803daa3cb80b2161' locally
docker.io/ocaml/opam@sha256:999a1f937d8f88be062a6eeecd8e533ca0f328adf72ddfe2803daa3cb80b2161: Pulling from ocaml/opam
2607ffb020b0: Pulling fs layer
2607ffb020b0: Verifying Checksum
2607ffb020b0: Download complete
2607ffb020b0: Pull complete
Digest: sha256:999a1f937d8f88be062a6eeecd8e533ca0f328adf72ddfe2803daa3cb80b2161
Status: Downloaded newer image for ocaml/opam@sha256:999a1f937d8f88be062a6eeecd8e533ca0f328adf72ddfe2803daa3cb80b2161
2024-04-30 19:19.52 ---> saved as "c974f78766d7577b42795de0938b4ee44c201bab0a3aec04e839b239a748eccc"


/: (comment ubuntu-23.04-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-04-30 19:19.52 ---> saved as "21054799c94d9bafb22ba3f8443c4e67d544a558f05160db3513d2a4421217c4"


/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-04-30 19:21.19 ---> saved as "59c73fbb0c5570bdd7532eafb564bbaa34e57456959cd9068cc993a4b99c510c"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-105-generic
The OCaml toplevel, version 5.1.1
2.1.5
2024-04-30 19:21.20 ---> saved as "a6ac6956491ffc7802594306443fc8f3ca951b05040b5614048321b2ce4838c1"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 19:21.20 ---> saved as "4809e5ccbacc2cb17a76ee8c19bf59ea3fbb7d638b9907da3c230d90aec172fb"


/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
   c516155a4b..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 19:22.54 ---> saved as "981cb554f4432e2bd141259b6ff8724ea0f792a0d9c2d4f4e33a827a3c1c2097"


/src: (copy (src either.opam) (dst ./))
2024-04-30 19:22.54 ---> saved as "77e9c207a39af01d4bdafc91de5367f5254e27d5149b97af93f7c16f7d2f22d9"


/src: (run (network host)
           (shell "opam pin add -yn either.dev './'"))
[either.dev] synchronised (file:///src)
either is now pinned to file:///src (version dev)
2024-04-30 19:22.57 ---> saved as "3b2e527af796c2743b23e7cd49d5695a1930015e86eb15d9948fc77e578e201b"


/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base dune.3.15.2 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 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 either.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://security.ubuntu.com/ubuntu lunar-security InRelease
- Hit:2 http://archive.ubuntu.com/ubuntu lunar InRelease
- Hit:3 http://archive.ubuntu.com/ubuntu lunar-updates InRelease
- Hit:4 http://archive.ubuntu.com/ubuntu lunar-backports InRelease
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[either.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-04-30 19:23.21 ---> saved as "e6401360f530a85ad5127a743a525f502a01be6cea9650619c533238fc56fa16"


/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


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.15.2  (cached)
-> installed dune.3.15.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 19:24.25 ---> saved as "a0c64372cd51e0905a485ec76e68855957495174e91747b1ebd35ae63328daed"


/src: (copy (src .) (dst /src))
2024-04-30 19:24.25 ---> saved as "f3ad09e51cd8b93d594fd824794bdfca7f2e49cd115818e3dbcd2bce30c27577"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-04-30 19:24.25 ---> saved as "6290c8e624154d37faa1c9ca038e6d36d205a1c6873f52e93bacdc7e271ee984"
Job succeeded
2024-04-30 19:24.26: Job succeeded