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

debian-12-4.14_arm32_opam-2.3

Link Copied
Code Copied

Logs

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-4.14_arm32_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:96a42c958a3d821006c7b745f1e67e765a2bdf44630966283ef9e047c5331213
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-4.14@sha256:96a42c958a3d821006c7b745f1e67e765a2bdf44630966283ef9e047c5331213
# debian-12-4.14_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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && 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-threads.base base-unix.base dune.3.16.1 host-arch-arm32.1 host-system-other.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-4.14@sha256:96a42c958a3d821006c7b745f1e67e765a2bdf44630966283ef9e047c5331213-debian-12-4.14_arm32_opam-2.3-151b039976e4eaeed4c360689b56929f"
2024-11-19 19:07.14: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:96a42c958a3d821006c7b745f1e67e765a2bdf44630966283ef9e047c5331213)
(comment debian-12-4.14_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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && 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-threads.base base-unix.base dune.3.16.1 host-arch-arm32.1 host-system-other.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 05:00.38: Waiting for worker…
2024-11-20 05:56.52: 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-4.14@sha256:96a42c958a3d821006c7b745f1e67e765a2bdf44630966283ef9e047c5331213)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:96a42c958a3d821006c7b745f1e67e765a2bdf44630966283ef9e047c5331213' locally
docker.io/ocaml/opam@sha256:96a42c958a3d821006c7b745f1e67e765a2bdf44630966283ef9e047c5331213: Pulling from ocaml/opam
21beb0cb5923: Already exists
b9917759c6c7: Pulling fs layer
b0bb89528bfb: Pulling fs layer
f6cf2b56e08e: Pulling fs layer
b77bec36379f: Pulling fs layer
b77bec36379f: Waiting
b0bb89528bfb: Download complete
f6cf2b56e08e: Verifying Checksum
f6cf2b56e08e: Download complete
b77bec36379f: Verifying Checksum
b77bec36379f: Download complete
b9917759c6c7: Verifying Checksum
b9917759c6c7: Download complete
b9917759c6c7: Pull complete
b0bb89528bfb: Pull complete
f6cf2b56e08e: Pull complete
b77bec36379f: Pull complete
Digest: sha256:96a42c958a3d821006c7b745f1e67e765a2bdf44630966283ef9e047c5331213
Status: Downloaded newer image for ocaml/opam@sha256:96a42c958a3d821006c7b745f1e67e765a2bdf44630966283ef9e047c5331213
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
2024-11-20 05:56.52 ---> using "d626afda3d6e5c232263644669d8b1fc07faeec81170310b5cfe931c3c015af1" from cache


/: (comment debian-12-4.14_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"))
2024-11-20 05:56.52 ---> using "8d399259273edad83af74222b9b289249719ba0c62608e6f83d9d0caf41a6f62" 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:56.52 ---> using "e7b1f9ab97ffe1443e59486ff1d942829faa48549a88c362f423bfd4f1230895" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-125-generic
The OCaml toplevel, version 4.14.2
2.3.0
2024-11-20 05:56.52 ---> using "a97088d3f211d4251068bc2c1eb90dd3caaa46588e48aa66163f2bed39cab206" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-11-20 05:56.52 ---> using "18247667acd7706849feb0159ddab1e6aefe92f5316c66378c35d8ffa461325e" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u"))
371a52f4a8 Merge pull request #26816 from maiste/release-dune-3.16.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:56.52 ---> using "5e967b2c1285a48b44b31ccc7641c980dee3768b9dab7fd4b8f72f1c26affb4f" from cache


/src: (copy (src sqids.opam) (dst ./))
2024-11-20 05:56.53 ---> saved as "bccf135af5d92cafb3b1e289690a967f18e3cbe4cfd8662585c8fe7be38c8ebb"


/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.55 ---> saved as "0e13b555bd20bdf9470057fa3537ecdb3bd44f4f54c96b8c25ac8305a3b41ed2"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.16.1 host-arch-arm32.1 host-system-other.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 armhf Packages [205 kB]
- Fetched 308 kB in 0s (689 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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-arm32 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-bigarray is already installed (current version is base).
2024-11-20 05:57.08 ---> saved as "a89d825419f05a5a0b3fd97f8f28c8568f3f784d2070e5fd976874b18251b02a"


/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.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-arm32 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-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:57.55 ---> saved as "ea60b39d93031b8d793497b0b61b67818ed8b7d41a53957546e8d9c386365a61"


/src: (copy (src .) (dst /src))
2024-11-20 05:57.55 ---> saved as "96f2d50297581b07d7f3ad145eaae5684b63444c2de86f70881702677c9be607"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-11-20 05:57.57 ---> saved as "659a1d5dfc52f008e11c85dd1ec550b5185a020e28c3d7fe58ede1768a1d25be"
Job succeeded
2024-11-20 05:57.58: Job succeeded