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

debian-12-5.3_arm32_opam-2.3

Logs

Show full logs
2025-03-11 12:26.07: New job: test sqids/sqids-ocaml https://github.com/sqids/sqids-ocaml.git#refs/heads/main (d6a7ce6d19f8cef53f31dfc9fb6b0fd46ec4ab93) (linux-arm64:debian-12-5.3_arm32_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.3@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28
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:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28
# debian-12-5.3_arm32_opam-2.3
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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-option-bytecode-only.1 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:26.07: Using cache hint "sqids/sqids-ocaml-ocaml/opam:debian-12-ocaml-5.3@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28-debian-12-5.3_arm32_opam-2.3-af5ab00b4c5b313f29ef0249db4e8fc6"
2025-03-11 12:26.07: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28)
 (comment debian-12-5.3_arm32_opam-2.3)
 (user (uid 1000) (gid 1000))
 (shell /usr/bin/linux32 /bin/sh -c)
 (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-option-bytecode-only.1 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:26.07: Waiting for resource in pool OCluster
2025-03-11 15:39.19: Waiting for worker…
2025-03-11 16:25.44: Got resource from pool OCluster
Building on okypous.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:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28' locally
docker.io/ocaml/opam@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28: Pulling from ocaml/opam
ddb9f233c153: Pulling fs layer
ddb9f233c153: Verifying Checksum
ddb9f233c153: Download complete
ddb9f233c153: Pull complete
Digest: sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28
Status: Downloaded newer image for ocaml/opam@sha256:38b5b3209a8ac3180cc408e0506c94ae7284c64e30589eba972e7b49244abe28
WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2025-03-11 16:25.44 ---> using "0cf58097a197ad8d6720c3c1ac4cdf01bb2aef8877063abd54d4315939af0450" from cache

/: (comment debian-12-5.3_arm32_opam-2.3)

/: (user (uid 1000) (gid 1000))

/: (shell /usr/bin/linux32 /bin/sh -c)

/: (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 16:25.44 ---> using "8b195f4aea893391f535952171e3d2909dfe5fff2cda153fa8f9f66412d15dce" 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 16:25.44 ---> using "f057129c8aa70b62a336b420c12b2ee176065dcf8555ee4cd5519d510c67e4ef" 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 16:25.44 ---> using "395d416fef7b7ac52f25dfe0b6b16e390c68eba1c061e0dbd8788a3364db692b" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-03-11 16:25.44 ---> using "546a9447afbd6d734dd4fa81dd5366fe14e3d37fecfaf91ea2e68e54a7d80a83" 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 16:26.48 ---> saved as "715d722381d3d67a76fa07d71e183017867bd56b0c8d08c797d266b1c75577f9"

/src: (copy (src sqids.opam) (dst ./))
2025-03-11 16:26.49 ---> saved as "57018a78ce8ae4bca10ddf83f3c1c0594394536994ea1116bc4e848d813c1834"

/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 16:26.51 ---> saved as "7dc77041ef11b873de86d14c872e233c0df0e4e5fdb3da53a556bf420c34c4cb"

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

/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-option-bytecode-only.1 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 (252 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-option-bytecode-only 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 16:27.06 ---> saved as "2fcc98f95434b835b04a3531430e6527ef26257ce0eb64cdb41a74d8c37d1eb7"

/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-option-bytecode-only 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 16:28.06 ---> saved as "1c8bd2e38b01bb3786f10bad9d8764c9c9272109fa5a18222cce17663c1a7b17"

/src: (copy (src .) (dst /src))
2025-03-11 16:28.06 ---> saved as "bc6458dc45c0dc77197d2235f4859e7454d19740c98d44284957b4b33c713467"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-03-11 16:28.17 ---> saved as "cfe43e8a7dcd6a7adaffbc7e095263ae7132d27eab70facbfc420832735e6fc5"
Job succeeded
2025-03-11 16:28.17: Job succeeded