2025-02-01 17:13.25: New job: test ocurrent/ocaml-version https://github.com/ocurrent/ocaml-version.git#refs/heads/master (1165e18c18c2eed9109edfecbbe1a8eb81141272) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.07@sha256:198a45918468ebd59a6515074dbfc5bc5777e44215092ce82dfcdf6a34abd50e
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocurrent/ocaml-version.git" -b "master" && cd "ocaml-version" && git reset --hard 1165e18c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.07@sha256:198a45918468ebd59a6515074dbfc5bc5777e44215092ce82dfcdf6a34abd50e
# debian-12-4.07_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 e25af452e64b0bd6672dce5f38d878780362341d || git fetch origin master) && git reset -q --hard e25af452e64b0bd6672dce5f38d878780362341d && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ocaml-version.opam ./
RUN opam pin add -yn ocaml-version.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.0.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.0.3 conf-m4.1 dune.3.6.0 fmt.0.8.6 jbuilder.1.0+beta7 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0.9.1 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 re.1.7.2 result.1.5 seq.0.2.2 stdlib-shims.0.1.0 topkg.0.9.0 uuidm.0.9.6"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ocaml-version.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-02-01 17:13.25: Using cache hint "ocurrent/ocaml-version-ocaml/opam:debian-12-ocaml-4.07@sha256:198a45918468ebd59a6515074dbfc5bc5777e44215092ce82dfcdf6a34abd50e-debian-12-4.07_opam-2.3-979f5bf3e85ab0f7c93f242521741d1e"
2025-02-01 17:13.25: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.07@sha256:198a45918468ebd59a6515074dbfc5bc5777e44215092ce82dfcdf6a34abd50e)
(comment debian-12-4.07_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 e25af452e64b0bd6672dce5f38d878780362341d || git fetch origin master) && git reset -q --hard e25af452e64b0bd6672dce5f38d878780362341d && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src ocaml-version.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn ocaml-version.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.0.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.0.3 conf-m4.1 dune.3.6.0 fmt.0.8.6 jbuilder.1.0+beta7 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0.9.1 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 re.1.7.2 result.1.5 seq.0.2.2 stdlib-shims.0.1.0 topkg.0.9.0 uuidm.0.9.6")
(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 ocaml-version.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-02-01 17:13.25: Waiting for resource in pool OCluster
2025-02-01 17:16.57: Waiting for worker…
2025-02-01 17:18.04: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 1165e18 Merge pull request #80 from mtelvers/maintenance-intent
(from ocaml/opam:debian-12-ocaml-4.07@sha256:198a45918468ebd59a6515074dbfc5bc5777e44215092ce82dfcdf6a34abd50e)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.07@sha256:198a45918468ebd59a6515074dbfc5bc5777e44215092ce82dfcdf6a34abd50e' locally
docker.io/ocaml/opam@sha256:198a45918468ebd59a6515074dbfc5bc5777e44215092ce82dfcdf6a34abd50e: Pulling from ocaml/opam
f1a07e82e1b7: Pulling fs layer
f1a07e82e1b7: Verifying Checksum
f1a07e82e1b7: Download complete
f1a07e82e1b7: Pull complete
Digest: sha256:198a45918468ebd59a6515074dbfc5bc5777e44215092ce82dfcdf6a34abd50e
Status: Downloaded newer image for ocaml/opam@sha256:198a45918468ebd59a6515074dbfc5bc5777e44215092ce82dfcdf6a34abd50e
2025-02-01 17:18.05 ---> using "805eb5c0d41a6d32268e81684bfde40d7164b827bcfba2e0a6fbdf20ca4cb156" from cache
/: (comment debian-12-4.07_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-02-01 17:18.05 ---> using "0c92da0af785bdfa592c30aa868b9004519c7f107d7b858d4eb0320afb731e49" 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
[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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-02-01 17:18.05 ---> using "a4e88630570ea632c2be4b70503eb8e081d584224c7c8faceb642a68f7faf715" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-130-generic
The OCaml toplevel, version 4.07.1
2.3.0
2025-02-01 17:18.05 ---> using "a3777ed3635a0b273c291d90aa3c49f4e7bac022c4f81a3c469ca8d6253fd43a" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-02-01 17:18.05 ---> using "0da9ec2fcc95caf87c1d2ac1ac3144dc5873898ebe1d2eeb579d967c877bb241" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e e25af452e64b0bd6672dce5f38d878780362341d || git fetch origin master) && git reset -q --hard e25af452e64b0bd6672dce5f38d878780362341d && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
3e681a81f6..e25af452e6 master -> origin/master
e25af452e6 Merge pull request #27273 from hannesm/archive-phase2
<><> 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)
2025-02-01 17:18.05 ---> using "0107a6aa11df35e428e03ab39e97d1a3474cff24a13ac64c862d823c737e1347" from cache
/src: (copy (src ocaml-version.opam) (dst ./))
2025-02-01 17:18.05 ---> saved as "1354b93f4dffd533f406ad426b730d300cb3c4f6bc50b9ca231940b6c13ad6f4"
/src: (run (network host)
(shell "opam pin add -yn ocaml-version.dev './'"))
[ocaml-version.dev] synchronised (file:///src)
ocaml-version is now pinned to file:///src (version dev)
2025-02-01 17:18.07 ---> saved as "c770ba64aa68cc2922ab08d45b29174b1c2071aad2769452a3acc7805eeba985"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-02-01 17:18.07 ---> saved as "6fdf067dac90cdf4b446091a4074270f42c1d06c3fc78d2d72856870b0379924"
/src: (env DEPS "alcotest.1.0.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.0.3 conf-m4.1 dune.3.6.0 fmt.0.8.6 jbuilder.1.0+beta7 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0.9.1 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 re.1.7.2 result.1.5 seq.0.2.2 stdlib-shims.0.1.0 topkg.0.9.0 uuidm.0.9.6")
/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 ocaml-version.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 amd64 Packages [243 kB]
- Fetched 346 kB in 0s (961 kB/s)
- Reading package lists...
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-version.dev] synchronised (file:///src)
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.07.1).
[NOTE] Package ocaml is already installed (current version is 4.07.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 system packages will first need to be installed:
m4
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package m4.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18745 files and directories currently installed.)
- Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Setting up m4 (1.4.19-3) ...
2025-02-01 17:18.18 ---> saved as "57d78c3ad7901524961d662f1bd01887f4954aa698f5ecaa0d4fea2b0268a8ec"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.07.1).
[NOTE] Package ocaml is already installed (current version is 4.07.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:
=== downgrade 1 package
- downgrade ocaml-secondary-compiler 4.14.2 to 4.08.1
=== install 17 packages
- install alcotest 1.0.0
- install astring 0.8.2
- install base-bytes base
- install cmdliner 1.0.3
- install conf-m4 1
- install dune 3.6.0
- install fmt 0.8.6
- install jbuilder 1.0+beta7 (deprecated)
- install ocamlbuild 0.9.1
- install ocamlfind 1.8.1
- install ocamlfind-secondary 1.8.1
- install re 1.7.2
- install result 1.5
- install seq 0.2.2
- install stdlib-shims 0.1.0
- install topkg 0.9.0
- install uuidm 0.9.6
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.2 (cached)
-> retrieved cmdliner.1.0.3 (cached)
-> installed conf-m4.1
-> retrieved fmt.0.8.6 (cached)
-> retrieved jbuilder.1.0+beta7 (cached)
-> retrieved alcotest.1.0.0 (cached)
-> retrieved ocamlbuild.0.9.1 (cached)
-> retrieved ocamlfind.1.8.1, ocamlfind-secondary.1.8.1 (cached)
-> retrieved dune.3.6.0 (cached)
-> retrieved ocaml-secondary-compiler.4.08.1 (cached)
-> retrieved re.1.7.2 (cached)
-> retrieved result.1.5 (cached)
-> retrieved seq.0.2.2 (cached)
-> retrieved stdlib-shims.0.1.0 (cached)
-> retrieved uuidm.0.9.6 (cached)
-> retrieved topkg.0.9.0 (cached)
-> installed cmdliner.1.0.3
-> installed ocamlfind.1.8.1
-> installed base-bytes.base
-> installed ocamlbuild.0.9.1
-> installed jbuilder.1.0+beta7
-> installed re.1.7.2
-> removed ocaml-secondary-compiler.4.14.2
-> installed ocaml-secondary-compiler.4.08.1
-> installed ocamlfind-secondary.1.8.1
-> installed dune.3.6.0
-> installed stdlib-shims.0.1.0
-> installed result.1.5
-> installed seq.0.2.2
-> installed topkg.0.9.0
-> installed uuidm.0.9.6
-> installed fmt.0.8.6
-> installed astring.0.8.2
-> installed alcotest.1.0.0
Done.
<><> jbuilder.1.0+beta7 installed successfully ><><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2025-02-01 17:20.28 ---> saved as "eb3bd9f1569a7e801b87a35c882ec5391e00572b44c90462e0dbc71c30ba0021"
/src: (copy (src .) (dst /src))
2025-02-01 17:20.28 ---> saved as "8f38e6bed0079a71dd1f2bc0ef9bdb5de8665a3034a1c0fee65c12421b8f190d"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
Done: 0% (0/0, 0 left) (jobs: 0)
Done: 62% (5/8, 3 left) (jobs: 0)
Done: 62% (5/8, 3 left) (jobs: 0)
Done: 57% (20/35, 15 left) (jobs: 1)
Done: 57% (20/35, 15 left) (jobs: 1)
Done: 62% (23/37, 14 left) (jobs: 1)
Done: 62% (23/37, 14 left) (jobs: 1)
Done: 62% (23/37, 14 left) (jobs: 1)
Done: 62% (23/37, 14 left) (jobs: 1)
Done: 66% (28/42, 14 left) (jobs: 2)
Done: 71% (30/42, 12 left) (jobs: 2)
Done: 71% (30/42, 12 left) (jobs: 2)
Done: 73% (31/42, 11 left) (jobs: 3)
Done: 73% (31/42, 11 left) (jobs: 3)
Done: 76% (32/42, 10 left) (jobs: 2)
Done: 78% (33/42, 9 left) (jobs: 1)
Done: 78% (33/42, 9 left) (jobs: 1)
Done: 78% (33/42, 9 left) (jobs: 1)
Done: 78% (33/42, 9 left) (jobs: 1)
Done: 83% (35/42, 7 left) (jobs: 1)
Done: 83% (35/42, 7 left) (jobs: 1)
Done: 83% (35/42, 7 left) (jobs: 1)
Done: 90% (38/42, 4 left) (jobs: 2)
Done: 90% (38/42, 4 left) (jobs: 2)
Done: 90% (38/42, 4 left) (jobs: 2)
Done: 90% (38/42, 4 left) (jobs: 2)
Done: 97% (41/42, 1 left) (jobs: 1)
Done: 97% (41/42, 1 left) (jobs: 1)
Done: 97% (41/42, 1 left) (jobs: 1)
Done: 97% (41/42, 1 left) (jobs: 1)
Done: 97% (41/42, 1 left) (jobs: 1)
Done: 97% (41/42, 1 left) (jobs: 1)
Done: 97% (41/42, 1 left) (jobs: 1)
Done: 97% (41/42, 1 left) (jobs: 1)
Done: 97% (41/42, 1 left) (jobs: 1)
Done: 97% (41/42, 1 left) (jobs: 1)
Done: 97% (41/42, 1 left) (jobs: 1)
Done: 97% (41/42, 1 left) (jobs: 1)
Done: 97% (41/42, 1 left) (jobs: 1)
Done: 97% (41/42, 1 left) (jobs: 1)
Done: 97% (41/42, 1 left) (jobs: 1)
Done: 97% (41/42, 1 left) (jobs: 1)
Done: 97% (42/43, 1 left) (jobs: 0)
(cd _build/default/test && ./test_unit.exe)
Testing ocaml-version.
This run has ID `3CA1C83A-090A-4F43-B1F7-FD8333250313`.
... Compiler_variants 0 Multicore not on 4.12 x86-64.
[OK] Compiler_variants 0 Multicore not on 4.12 x86-64.
... Compiler_variants 1 Multicore not on 4.10 i386.
[OK] Compiler_variants 1 Multicore not on 4.10 i386.
... Compiler_variants 2 Multicore not on 4.12 xi386.
[OK] Compiler_variants 2 Multicore not on 4.12 xi386.
... Configure_options 0 FP on last 4.07.
[OK] Configure_options 0 FP on last 4.07.
... Configure_options 1 FP on first 4.08.
[OK] Configure_options 1 FP on first 4.08.
... Configure_options 2 FP on 3.12.
[OK] Configure_options 2 FP on 3.12.
The full test results are available in `/src/_build/default/test/_build/_tests/3CA1C83A-090A-4F43-B1F7-FD8333250313`.
Test Successful in 0.000s. 6 tests run.
Done: 97% (42/43, 1 left) (jobs: 0)
2025-02-01 17:20.30 ---> saved as "710526be5f01afe72cd037b33709a6990ce673f166b8bed47757387f22790e75"
Job succeeded
2025-02-01 17:20.30: Job succeeded