Organisationssqidssqids-ocamld6a7ce (main)debian-12-5.3_arm64_opam-2.3

debian-12-5.3_arm64_opam-2.3

Logs

Show full logs
2025-03-11 12:25.43: New job: test sqids/sqids-ocaml https://github.com/sqids/sqids-ocaml.git#refs/heads/main (d6a7ce6d19f8cef53f31dfc9fb6b0fd46ec4ab93) (linux-arm64:debian-12-5.3_arm64_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.3@sha256:5ab8649cf3222041ba6d43eaa89d425fc4c31779296ff55cef59d8358bb980b8
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.3@sha256:5ab8649cf3222041ba6d43eaa89d425fc4c31779296ff55cef59d8358bb980b8
# debian-12-5.3_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 77714bd58759d6cd963e396164d1cff83314648c || git fetch origin master) && git reset -q --hard 77714bd58759d6cd963e396164d1cff83314648c && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 sqids.opam ./
RUN opam pin add -yn sqids.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.17.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 qcheck-core.0.24"
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

2025-03-11 12:25.43: Using cache hint "sqids/sqids-ocaml-ocaml/opam:debian-12-ocaml-5.3@sha256:5ab8649cf3222041ba6d43eaa89d425fc4c31779296ff55cef59d8358bb980b8-debian-12-5.3_arm64_opam-2.3-6fa389e46d34b5880e46bdf32b7f8cdc"
2025-03-11 12:25.43: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:5ab8649cf3222041ba6d43eaa89d425fc4c31779296ff55cef59d8358bb980b8)
 (comment debian-12-5.3_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 77714bd58759d6cd963e396164d1cff83314648c || git fetch origin master) && git reset -q --hard 77714bd58759d6cd963e396164d1cff83314648c && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src sqids.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn sqids.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.17.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 qcheck-core.0.24")
 (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"))
)

2025-03-11 12:25.43: Waiting for resource in pool OCluster
2025-03-11 12:26.06: Waiting for worker…
2025-03-11 12:33.35: 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.3@sha256:5ab8649cf3222041ba6d43eaa89d425fc4c31779296ff55cef59d8358bb980b8)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:5ab8649cf3222041ba6d43eaa89d425fc4c31779296ff55cef59d8358bb980b8' locally
docker.io/ocaml/opam@sha256:5ab8649cf3222041ba6d43eaa89d425fc4c31779296ff55cef59d8358bb980b8: Pulling from ocaml/opam
b77737b502f6: Pulling fs layer
b77737b502f6: Verifying Checksum
b77737b502f6: Download complete
b77737b502f6: Pull complete
Digest: sha256:5ab8649cf3222041ba6d43eaa89d425fc4c31779296ff55cef59d8358bb980b8
Status: Downloaded newer image for ocaml/opam@sha256:5ab8649cf3222041ba6d43eaa89d425fc4c31779296ff55cef59d8358bb980b8
2025-03-11 12:33.36 ---> using "b6d8d0fa0c54cd585b3a04afcf0d66bfe3f39ed58ba8af0589daf7dcc03b3d19" from cache

/: (comment debian-12-5.3_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"))
2025-03-11 12:33.36 ---> using "f8420385e9cefec70b7fc0a4c74e6537f54bcf9f1134d65fe7170e7c1468905e" 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 development 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"
[default] synchronised from file:///home/opam/opam-repository
2025-03-11 12:33.36 ---> using "f616cd4af98f101fd1868bcda14f85f9790c2c9f591a7c535ef47450ff6ba3f7" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-03-11 12:33.36 ---> using "c88997f05a588cb639982ecfe8b000b16df5707052811e8247e34be33e94b44e" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-03-11 12:33.36 ---> using "42a23355e48ff2b1e324f92ad5f9d7f0c215980a082e56d01e7ad4f4aea189e7" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 77714bd58759d6cd963e396164d1cff83314648c || git fetch origin master) && git reset -q --hard 77714bd58759d6cd963e396164d1cff83314648c && git log --no-decorate -n1 --oneline && opam update -u"))
77714bd587 Merge pull request #27468 from jmid/opam-publish-qcheck.0.24

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[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)
2025-03-11 12:34.44 ---> saved as "19d03065379dc71919dc21b65985642acd373c6ce76171c63f6d655524913bee"

/src: (copy (src sqids.opam) (dst ./))
2025-03-11 12:34.44 ---> saved as "ee6e9ba55014f9de2022af3b651ade3bba62bd10b917f91dac52a3900345577d"

/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)
2025-03-11 12:34.47 ---> saved as "8f3cf884d0d860312d0bc7ac2a54c9eff96a1444b3b34c67685b66f0a8ecdcd4"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-11 12:34.47 ---> saved as "bd33826bd5efbdd0afbbc47c91ec77173b44b880269cb6fd8f921ea61db8d1a2"

/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.17.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 qcheck-core.0.24")

/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]
- Fetched 103 kB in 0s (238 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[sqids.dev] synchronised (file:///src)

[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-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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-effects 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).
2025-03-11 12:35.05 ---> saved as "2662e37de1893a26c545cb5dd5b8d03596ac17b202bbdf9c767575b5dee197e7"

/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-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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-effects 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.17.2
  - install qcheck-core 0.24

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved qcheck-core.0.24  (cached)
-> retrieved dune.3.17.2  (cached)
-> installed dune.3.17.2
-> installed qcheck-core.0.24
Done.
# To update the current shell environment, run: eval $(opam env)
2025-03-11 12:36.18 ---> saved as "6d91ae314ff8bb5e7cdcb795eca3e47a7f641f41a7cc072a1b0e5f7df091d5fb"

/src: (copy (src .) (dst /src))
2025-03-11 12:36.19 ---> saved as "316d5c1ec68189b0a83f397d9753f95a368dfa4b823484ef3c886f43aec2ad1d"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-03-11 12:36.21 ---> saved as "8d874b95c5e2bc9f97d2aba19f9cccca6c48a3f13bd252350150ddce91c17aaa"
Job succeeded
2025-03-11 12:36.22: Job succeeded