Organisationssqidssqids-ocamld6a7ce (main)debian-12-5.3~beta1_opam-2.3

debian-12-5.3~beta1_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-x86_64:debian-12-5.3~beta1_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.3-beta1@sha256:2866837121b116e72f8371aa27d15d268739ff553289f2572f8c4aa3b0d1732b
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-beta1@sha256:2866837121b116e72f8371aa27d15d268739ff553289f2572f8c4aa3b0d1732b
# debian-12-5.3~beta1_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 9048aac6300c8d05712e1840046eeff812969745 || git fetch origin master) && git reset -q --hard 9048aac6300c8d05712e1840046eeff812969745 && 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-effects.base base-nnp.base base-threads.base base-unix.base dune.3.16.1 host-arch-x86_64.1 host-system-other.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0~beta1 ocaml-compiler.5.3.0~beta1 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.3-beta1@sha256:2866837121b116e72f8371aa27d15d268739ff553289f2572f8c4aa3b0d1732b-debian-12-5.3~beta1_opam-2.3-575381225bd7aa3fe3101d27266d5ca6"
2024-11-19 19:07.14: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3-beta1@sha256:2866837121b116e72f8371aa27d15d268739ff553289f2572f8c4aa3b0d1732b)
(comment debian-12-5.3~beta1_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 9048aac6300c8d05712e1840046eeff812969745 || git fetch origin master) && git reset -q --hard 9048aac6300c8d05712e1840046eeff812969745 && 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-effects.base base-nnp.base base-threads.base base-unix.base dune.3.16.1 host-arch-x86_64.1 host-system-other.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0~beta1 ocaml-compiler.5.3.0~beta1 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:03.21: Waiting for worker…
2024-11-20 04:08.28: Got resource from pool OCluster
Building on x86-bm-c20.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/sqids-ocaml.git-4207b215f12045235c2902a08af84f4047587131/.git/
HEAD is now at d6a7ce6 CHANGELOG: update to `0.1.0`


(from ocaml/opam:debian-12-ocaml-5.3-beta1@sha256:2866837121b116e72f8371aa27d15d268739ff553289f2572f8c4aa3b0d1732b)
2024-11-20 04:09.28 ---> saved as "7851787cfd13ad119af2b8c1fac3ac044669b2a6dd2c53f378823e5a5974c63c"


/: (comment debian-12-5.3~beta1_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 04:09.28 ---> saved as "e9fdcc50ba505387cc5ab456c40356bed43cb0cb8fee25212e7ad688c60d5e70"


/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
[NOTE] The 'jobs' option was reset, its value was 39 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=39 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "beta": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/ocaml-beta-repository/': Could not resolve host: github.com"
[default] synchronised from file:///home/opam/opam-repository
2024-11-20 04:11.02 ---> saved as "032be155ec336ee32eb69f02f172e074b8606f4f6f6d00fafac1b13698471a43"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-125-generic
The OCaml toplevel, version 5.3.0~beta1
2.3.0~rc1
2024-11-20 04:11.02 ---> saved as "cea83c845736fb6361d8f98f201bc1ce50907bf21c1bf0672b49d11714658cf3"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-11-20 04:11.02 ---> saved as "6690e89338e7ac0722f38f00dc2d51edbd22d61d7a44bbc171d692158d2e9570"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 9048aac6300c8d05712e1840046eeff812969745 || git fetch origin master) && git reset -q --hard 9048aac6300c8d05712e1840046eeff812969745 && git log --no-decorate -n1 --oneline && opam update -u"))
9048aac630 Merge pull request #26822 from Octachron/OCaml_5.3.0-beta1


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[beta] no changes from git+https://github.com/ocaml/ocaml-beta-repository
[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 04:12.29 ---> saved as "d96cc102c1cc4905422f883bb1ce5506959c401a7dd8f8f614dfc255d80d7193"


/src: (copy (src sqids.opam) (dst ./))
2024-11-20 04:12.29 ---> saved as "f6eadb38fcbf0b98dfd9341a284dd4ad9ff2b7b6d1ce56afc89f8483b6574856"


/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 04:12.33 ---> saved as "9db8a0450f0bdd6fa74c25654d8ba9652637d5a824f2a38c190215f2e3f71f2d"


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.16.1 host-arch-x86_64.1 host-system-other.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0~beta1 ocaml-compiler.5.3.0~beta1 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"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- 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 bookworm/main amd64 Packages [8789 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [204 kB]
- Fetched 9247 kB in 2s (4641 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-compiler is already installed (current version is 5.3.0~beta1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0~beta1).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 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-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).
2024-11-20 04:13.01 ---> saved as "2f5fd88a5ed84c1641254f7ec6354864c3e5715666973e179b383a91d87ef061"


/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~beta1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0~beta1).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 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-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.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 04:14.07 ---> saved as "a9512308a93f83bcdaa48608df7b61ffc7d5f0ff0e01afef09244034674c1a77"


/src: (copy (src .) (dst /src))
2024-11-20 04:14.07 ---> saved as "51c637aa1145900d7165d0f03722bd741c0f561bd71953f0bcbfb430ac23a887"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-11-20 04:14.09 ---> saved as "fefa95d9e9b87d945b14cf3f46412c7aea070c8bffe2b2355e712a26464a79a2"
Job succeeded
2024-11-20 04:14.10: Job succeeded