Organisationsmirageocaml-hex85fe24 (main)debian-12-4.13_opam-2.1

debian-12-4.13_opam-2.1

Link Copied
Code Copied

Logs

2024-05-14 11:45.51: New job: test mirage/ocaml-hex https://github.com/mirage/ocaml-hex.git#refs/heads/main (85fe242997b61dc2f07ca1b62600b4d01ac0da94) (linux-x86_64:debian-12-4.13_opam-2.1)
Base: ocaml/opam@sha256:97e5da73f03e8104e0ae121f1b67e6c959f6918ec2a1a09a82e9449383cf0882
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/ocaml-hex.git" -b "main" && cd "ocaml-hex" && git reset --hard 85fe2429
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:97e5da73f03e8104e0ae121f1b67e6c959f6918ec2a1a09a82e9449383cf0882
# debian-12-4.13_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 hex.opam ./
RUN opam pin add -yn hex.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base cstruct.6.2.0 dune.3.15.2 fmt.0.9.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 topkg.1.0.7"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y hex.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-14 11:45.51: Using cache hint "mirage/ocaml-hex-ocaml/opam@sha256:97e5da73f03e8104e0ae121f1b67e6c959f6918ec2a1a09a82e9449383cf0882-debian-12-4.13_opam-2.1-4fee1abe11152c8344b317fff5723ce4"
2024-05-14 11:45.51: Using OBuilder spec:
((from ocaml/opam@sha256:97e5da73f03e8104e0ae121f1b67e6c959f6918ec2a1a09a82e9449383cf0882)
 (comment debian-12-4.13_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 hex.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn hex.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base cstruct.6.2.0 dune.3.15.2 fmt.0.9.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 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 hex.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-14 11:45.51: Waiting for resource in pool OCluster
2024-05-14 11:51.04: Waiting for worker…
2024-05-14 11:53.49: Got resource from pool OCluster
Building on x86-bm-c6.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/ocaml-hex.git-1cfc41261e7cb874a91747d3e4dbe354a0c6805f/.git/
HEAD is now at 85fe242 remove .merlin (now that we use dune)


(from ocaml/opam@sha256:97e5da73f03e8104e0ae121f1b67e6c959f6918ec2a1a09a82e9449383cf0882)
Unable to find image 'ocaml/opam@sha256:97e5da73f03e8104e0ae121f1b67e6c959f6918ec2a1a09a82e9449383cf0882' locally
docker.io/ocaml/opam@sha256:97e5da73f03e8104e0ae121f1b67e6c959f6918ec2a1a09a82e9449383cf0882: Pulling from ocaml/opam
921df9b0dbca: Pulling fs layer
921df9b0dbca: Verifying Checksum
921df9b0dbca: Download complete
921df9b0dbca: Pull complete
Digest: sha256:97e5da73f03e8104e0ae121f1b67e6c959f6918ec2a1a09a82e9449383cf0882
Status: Downloaded newer image for ocaml/opam@sha256:97e5da73f03e8104e0ae121f1b67e6c959f6918ec2a1a09a82e9449383cf0882
2024-05-14 11:55.55 ---> using "322f79c71ed8814cef3e68607dc1333796d15a90742fb2b32972fd79fe86255a" from cache


/: (comment debian-12-4.13_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-14 11:55.55 ---> using "4fb86a38ca30eed10bc40bd94af385acd0c4fd8dd6b4d7d83c7e2462a0bb63ec" 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-14 11:55.55 ---> using "cf4bfcd388545de658100f7f59267cdd26527aa5e9d555b745cd2aa03d950de1" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 4.13.1
2.1.5
2024-05-14 11:55.55 ---> using "8a671644cdc419a51b6da054473c05439c3eeb18bfcd534ea60db855cb4a3c12" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-14 11:55.55 ---> using "348995232b6d4be083cbd719cba07b6fb6c9a8b0d2c5c6765fd0150fdad53874" 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"))
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-14 11:55.55 ---> using "dd20b7db096f284974cf914f5de4756ca11702404380a617452c34b6a261162f" from cache


/src: (copy (src hex.opam) (dst ./))
2024-05-14 11:55.56 ---> saved as "860a6a0fec45e2a70cae444a76f16e5842d59f93b24db81722d278bbf79a458d"


/src: (run (network host)
           (shell "opam pin add -yn hex.dev './'"))
[hex.dev] synchronised (file:///src)
hex is now pinned to file:///src (version dev)
2024-05-14 11:55.57 ---> saved as "e3fa5c926239c454019ce90cefbbc189c5ce1df830bcf025f76ac6679db08ecb"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cstruct.6.2.0 dune.3.15.2 fmt.0.9.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 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 hex.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]
- Fetched 103 kB in 0s (466 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[hex.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.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.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-05-14 11:56.16 ---> saved as "9e8a7f80bbf2f4a927970d1fa1acca548eeff465d6b664933b1c8b20856d76fa"


/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.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.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 dune       3.15.2
  - install ocamlbuild 0.14.3
  - install ocamlfind  1.9.6
  - install topkg      1.0.7
  - install fmt        0.9.0
  - install cstruct    6.2.0
===== 6 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cstruct.6.2.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed fmt.0.9.0
-> installed dune.3.15.2
-> installed cstruct.6.2.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-14 11:57.05 ---> saved as "888650c00d28035b317959c9f3ccd83e739111a0e64fd8d7da5da39c84e82967"


/src: (copy (src .) (dst /src))
2024-05-14 11:57.05 ---> saved as "ac6d6ae187375868c8b010c130cb4e1275be035e4569fa2cdb0bb77c343b4619"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/lib_test && ./test.exe)
SUCCESS! (208/208 tests pass)
2024-05-14 11:57.05 ---> saved as "d35f14bd9383577986434f71ce32546632ec239f20a317dbd9b623a87198c338"
Job succeeded
2024-05-14 11:57.06: Job succeeded