Organisationsmiragemirage-random5da4b2 (main)debian-12-5.2+flambda_opam-2.1

debian-12-5.2+flambda_opam-2.1

Link Copied
Code Copied

Logs

2024-06-17 13:14.15: New job: test mirage/mirage-random https://github.com/mirage/mirage-random.git#refs/heads/main (5da4b2852b73baf28d2077bb4599947a72a1ec7e) (linux-x86_64:debian-12-5.2+flambda_opam-2.1)
Base: ocaml/opam@sha256:1dca51303e0c54ed6a19a13785690b007259303574edb09eff567f3a2315d0f9
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/mirage-random.git" -b "main" && cd "mirage-random" && git reset --hard 5da4b285
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:1dca51303e0c54ed6a19a13785690b007259303574edb09eff567f3a2315d0f9
# debian-12-5.2+flambda_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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mirage-random.opam ./
RUN opam pin add -yn mirage-random.dev './'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base dune.3.16.0 host-arch-x86_64.1 host-system-other.1 ocaml.5.2.0 ocaml-config.3 ocaml-variants.5.2.0+options"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y mirage-random.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-17 13:14.15: Using cache hint "mirage/mirage-random-ocaml/opam@sha256:1dca51303e0c54ed6a19a13785690b007259303574edb09eff567f3a2315d0f9-debian-12-5.2+flambda_opam-2.1-65c0a03e539f4e6d97f83e694a82d887"
2024-06-17 13:14.15: Using OBuilder spec:
((from ocaml/opam@sha256:1dca51303e0c54ed6a19a13785690b007259303574edb09eff567f3a2315d0f9)
 (comment debian-12-5.2+flambda_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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src mirage-random.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn mirage-random.dev './'"))
 (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base dune.3.16.0 host-arch-x86_64.1 host-system-other.1 ocaml.5.2.0 ocaml-config.3 ocaml-variants.5.2.0+options")
 (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 mirage-random.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-17 13:14.15: Waiting for resource in pool OCluster
2024-06-19 15:00.06: Waiting for worker…
2024-06-19 15:03.12: Got resource from pool OCluster
Building on x86-bm-c17.sw.ocaml.org
All commits already cached
HEAD is now at 5da4b28 changes for 4.0.0


(from ocaml/opam@sha256:1dca51303e0c54ed6a19a13785690b007259303574edb09eff567f3a2315d0f9)
2024-06-19 15:03.12 ---> using "464a1e7a542b35bc70d81a27ae67256794e6179568e0062f21f8f0e0c72dbe77" from cache


/: (comment debian-12-5.2+flambda_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-06-19 15:03.12 ---> using "dfa69e055bba8589437634769bf91f94b0a268afe11681988af27e54fc9a9ed5" 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-19 15:03.12 ---> using "e11cf46c9702ee263b9ad3e7170839f151b9826ae78698e01101ff538a0e13bf" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 5.2.0
2.1.6
2024-06-19 15:03.12 ---> using "b18c43d20180458255a2a67a3ad58b55fbf2cff8b982226374386230ab6b60f3" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-19 15:03.12 ---> using "5742aa4c3776b1d950c3cb3261d1f238ff9c5aaa7b0c64b755c4713835ad69a9" 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"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c45f5bab71..5d6f1cf035  master     -> origin/master
a6069b9eeb [new release] dune (15 packages) (3.16.0)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


The following actions will be performed:
  - recompile ocaml-options-only-flambda 1              [upstream or system changes]
  - install   host-arch-x86_64           1
  - install   host-system-other          1
  - recompile ocaml-variants             5.2.0+options* [upstream or system changes]
  - recompile ocaml-config               3              [uses ocaml-variants]
  - recompile ocaml                      5.2.0          [uses ocaml-variants]
  - recompile opam-depext                1.2.1-1        [uses ocaml]
  - recompile base-domains               base           [uses ocaml]
  - recompile base-nnp                   base           [uses base-domains]
===== 2 to install | 7 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> removed   ocaml-options-only-flambda.1
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> installed ocaml-options-only-flambda.1
-> retrieved opam-depext.1.2.1-1  (cached)
-> retrieved ocaml-variants.5.2.0+options  (cached)
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.5.2.0
-> removed   ocaml-config.3
-> removed   ocaml-variants.5.2.0+options
-> installed ocaml-variants.5.2.0+options
-> installed ocaml-config.3
-> installed ocaml.5.2.0
-> installed base-domains.base
-> installed base-nnp.base
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-06-19 15:03.12 ---> using "48dc002287734af539b2291bc87db6ad3117bd8dc0b16167fecc42a97962333a" from cache


/src: (copy (src mirage-random.opam) (dst ./))
2024-06-19 15:03.12 ---> saved as "57fa7a226c3f9fff74fdf9eb2ef1729a366202e61a07d58c5b3fc7e9951a816a"


/src: (run (network host)
           (shell "opam pin add -yn mirage-random.dev './'"))
[mirage-random.dev] synchronised (file:///src)
mirage-random is now pinned to file:///src (version dev)
2024-06-19 15:03.14 ---> saved as "327c3ae92167ad4176bcab941f3e0e1ff5e648925572317f305ccec73ce2c7a0"


/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base dune.3.16.0 host-arch-x86_64.1 host-system-other.1 ocaml.5.2.0 ocaml-config.3 ocaml-variants.5.2.0+options")


/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 mirage-random.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [160 kB]
- Fetched 263 kB in 0s (1122 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-random.dev] synchronised (no changes)


[NOTE] Package ocaml-variants is already installed (current version is 5.2.0+options).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[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-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-06-19 15:03.28 ---> saved as "019b3334978e08aa8499ee2604a0307df8e9113685442164c5ce26675bf15614"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-variants is already installed (current version is 5.2.0+options).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[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-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.16.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.16.0  (cached)
-> installed dune.3.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-19 15:04.47 ---> saved as "3baa3f25d56ded549ed43823b9f58f8bfff03b2ec4812d8ea182132318dcae46"


/src: (copy (src .) (dst /src))
2024-06-19 15:04.47 ---> saved as "be93f4c1ea6178f1506516253e30e9cc6c4e2fa225c49d64c4db18708c557a41"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-06-19 15:04.48 ---> saved as "bd81e462c06ff5b32cc0206e69fcc11d0c7cb76afdf3a76423460916f50e5d15"
Job succeeded
2024-06-19 15:04.49: Job succeeded