2024-11-19 19:07.14: New job: test sqids/sqids-ocaml https://github.com/sqids/sqids-ocaml.git#refs/heads/main (d6a7ce6d19f8cef53f31dfc9fb6b0fd46ec4ab93) (linux-arm64:debian-12-5.2_arm64_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.2@sha256:f3bb494032863c1baa1b1f8b15051d6c3402d2c0f86ee704c2fae24fd831e9bc
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/sqids/sqids-ocaml.git" -b "main" && cd "sqids-ocaml" && git reset --hard d6a7ce6d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.2@sha256:f3bb494032863c1baa1b1f8b15051d6c3402d2c0f86ee704c2fae24fd831e9bc
# debian-12-5.2_arm64_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 11bdbee61114a1cfa080b764e71c72a5760a93f0 || git fetch origin master) && git reset -q --hard 11bdbee61114a1cfa080b764e71c72a5760a93f0 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 sqids.opam ./
RUN opam pin add -yn sqids.dev './'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base dune.3.16.1 host-arch-arm64.1 host-system-other.1 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 qcheck-core.0.22"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y sqids.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-11-19 19:07.14: Using cache hint "sqids/sqids-ocaml-ocaml/opam:debian-12-ocaml-5.2@sha256:f3bb494032863c1baa1b1f8b15051d6c3402d2c0f86ee704c2fae24fd831e9bc-debian-12-5.2_arm64_opam-2.3-54db3a3c5cce8763282dd9556814c6b4"
2024-11-19 19:07.14: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.2@sha256:f3bb494032863c1baa1b1f8b15051d6c3402d2c0f86ee704c2fae24fd831e9bc)
(comment debian-12-5.2_arm64_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 11bdbee61114a1cfa080b764e71c72a5760a93f0 || git fetch origin master) && git reset -q --hard 11bdbee61114a1cfa080b764e71c72a5760a93f0 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src sqids.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn sqids.dev './'"))
(env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base dune.3.16.1 host-arch-arm64.1 host-system-other.1 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 qcheck-core.0.22")
(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.3 --depext-only -y sqids.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-11-19 19:07.14: Waiting for resource in pool OCluster
2024-11-20 04:59.48: Waiting for worker…
2024-11-20 05:55.58: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
All commits already cached
HEAD is now at d6a7ce6 CHANGELOG: update to `0.1.0`
(from ocaml/opam:debian-12-ocaml-5.2@sha256:f3bb494032863c1baa1b1f8b15051d6c3402d2c0f86ee704c2fae24fd831e9bc)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.2@sha256:f3bb494032863c1baa1b1f8b15051d6c3402d2c0f86ee704c2fae24fd831e9bc' locally
docker.io/ocaml/opam@sha256:f3bb494032863c1baa1b1f8b15051d6c3402d2c0f86ee704c2fae24fd831e9bc: Pulling from ocaml/opam
Digest: sha256:f3bb494032863c1baa1b1f8b15051d6c3402d2c0f86ee704c2fae24fd831e9bc
Status: Downloaded newer image for ocaml/opam@sha256:f3bb494032863c1baa1b1f8b15051d6c3402d2c0f86ee704c2fae24fd831e9bc
2024-11-20 05:55.58 ---> using "90de1f42db53a29bfa0a9e73659d8d9d10661547d7caecf83043a276bc500288" from cache
/: (comment debian-12-5.2_arm64_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2024-11-20 05:55.58 ---> using "895c1e882110ace9b99b91a525ba7a4625ed45150f3de2b385561de917a4c2ab" 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.2, 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-11-20 05:55.58 ---> using "6f764f26030c5edb4524024c21a4a59885e3e0a9b8a7484a85cf7d7dbf2755db" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-125-generic
The OCaml toplevel, version 5.2.1
2.3.0
2024-11-20 05:55.58 ---> using "1b3542e82ad88c0de5d6eff947a35600c58071ec70196051340703b6714c345a" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2024-11-20 05:55.58 ---> using "a9a76eb709f67f449a64e12c2fa9da222e7bf0ef9260c88c0cca85ed56afe053" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 11bdbee61114a1cfa080b764e71c72a5760a93f0 || git fetch origin master) && git reset -q --hard 11bdbee61114a1cfa080b764e71c72a5760a93f0 && git log --no-decorate -n1 --oneline && opam update -u"))
11bdbee611 Merge pull request #26909 from Octachron/ocaml-5.2.1
<><> 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.
# To update the current shell environment, run: eval $(opam env)
2024-11-20 05:55.58 ---> using "c8b0f8a95c9107aa53a82961bad64743746f84ed62d3045d8ce1db35d34e5163" from cache
/src: (copy (src sqids.opam) (dst ./))
2024-11-20 05:55.58 ---> saved as "564959fb66739017eb8e12fbb171f7402e2fe9f633fd2181a26c0a113000089b"
/src: (run (network host)
(shell "opam pin add -yn sqids.dev './'"))
[sqids.dev] synchronised (file:///src)
sqids is now pinned to file:///src (version dev)
2024-11-20 05:56.00 ---> saved as "e64cd7dfefbb725c4e76899d8d751beeab55b721d3418bed3191501bcbb3c1f7"
/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base dune.3.16.1 host-arch-arm64.1 host-system-other.1 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-config.3 ocaml-options-vanilla.1 qcheck-core.0.22")
/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.3 --depext-only -y sqids.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 arm64 Packages [201 kB]
- Fetched 305 kB in 0s (706 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[sqids.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.2.1).
[NOTE] Package ocaml is already installed (current version is 5.2.1).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-arm64 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-11-20 05:56.14 ---> saved as "4adb24c98d4ca099593d37e11b1e40c60d0bd3ccbbd46bc7c584a68331dc42b4"
/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.2.1).
[NOTE] Package ocaml is already installed (current version is 5.2.1).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-arm64 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 2 packages
- install dune 3.16.1
- install qcheck-core 0.22
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved qcheck-core.0.22 (cached)
-> retrieved dune.3.16.1 (cached)
-> installed dune.3.16.1
-> installed qcheck-core.0.22
Done.
# To update the current shell environment, run: eval $(opam env)
2024-11-20 05:56.50 ---> saved as "035f141cd17689074e447aa7bc904d6249425df6464ca3d5a11a86150f6d5c58"
/src: (copy (src .) (dst /src))
2024-11-20 05:56.50 ---> saved as "ae8dffeaa634db696226adb67b3cf59752c2aa82477ce6d6cc70747d766b76be"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-11-20 05:56.52 ---> saved as "50dd4b76144451db7f977c4bb56c189b493263b08c033cd09aea8a50349dd29c"
Job succeeded
2024-11-20 05:56.53: Job succeeded