2024-12-19 22:53.56: New job: test ocaml-doc/odoc-parser https://github.com/ocaml-doc/odoc-parser.git#refs/heads/main (ccb39b9c7a061ad0b86ae9427bad092bfe747966) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.02@sha256:bed435992a6e3945bf818c3cbe3cc6eef44916b4dc0be56865cad6594324ad65
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocaml-doc/odoc-parser.git" -b "main" && cd "odoc-parser" && git reset --hard ccb39b9c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.02@sha256:bed435992a6e3945bf818c3cbe3cc6eef44916b4dc0be56865cad6594324ad65
# debian-12-4.02_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 28daeff6f36e886a2c133aceed8a117d4c6dcd28 || git fetch origin master) && git reset -q --hard 28daeff6f36e886a2c133aceed8a117d4c6dcd28 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 odoc-parser.opam ./
RUN opam pin add -yn odoc-parser.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.0 base-bigarray.base base-bytes.base base-ocamlbuild.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-m4.1 dune.2.8.0 fieldslib.113.24.00 ocaml.4.02.3 ocaml-base-compiler.4.02.3 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 ppx_assert.113.24.00 ppx_compare.113.24.00 ppx_core.113.24.00 ppx_custom_printf.113.24.00 ppx_deriving.3.0 ppx_driver.113.24.00 ppx_expect.113.24.00 ppx_fields_conv.113.24.00 ppx_here.113.24.00 ppx_inline_test.113.24.00 ppx_optcomp.113.24.00 ppx_sexp_conv.113.24.00 ppx_sexp_value.113.24.00 ppx_tools.0.99.3 ppx_type_conv.113.24.00 ppx_variants_conv.113.24.00 re.1.2.2 result.1.0 sexplib.113.24.00 variantslib.113.24.00"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y odoc-parser.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-12-19 22:53.56: Using cache hint "ocaml-doc/odoc-parser-ocaml/opam:debian-12-ocaml-4.02@sha256:bed435992a6e3945bf818c3cbe3cc6eef44916b4dc0be56865cad6594324ad65-debian-12-4.02_opam-2.3-6bbb428d51d35af960b37cf21320a6a6"
2024-12-19 22:53.56: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.02@sha256:bed435992a6e3945bf818c3cbe3cc6eef44916b4dc0be56865cad6594324ad65)
(comment debian-12-4.02_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 28daeff6f36e886a2c133aceed8a117d4c6dcd28 || git fetch origin master) && git reset -q --hard 28daeff6f36e886a2c133aceed8a117d4c6dcd28 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src odoc-parser.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn odoc-parser.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "astring.0.8.0 base-bigarray.base base-bytes.base base-ocamlbuild.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-m4.1 dune.2.8.0 fieldslib.113.24.00 ocaml.4.02.3 ocaml-base-compiler.4.02.3 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 ppx_assert.113.24.00 ppx_compare.113.24.00 ppx_core.113.24.00 ppx_custom_printf.113.24.00 ppx_deriving.3.0 ppx_driver.113.24.00 ppx_expect.113.24.00 ppx_fields_conv.113.24.00 ppx_here.113.24.00 ppx_inline_test.113.24.00 ppx_optcomp.113.24.00 ppx_sexp_conv.113.24.00 ppx_sexp_value.113.24.00 ppx_tools.0.99.3 ppx_type_conv.113.24.00 ppx_variants_conv.113.24.00 re.1.2.2 result.1.0 sexplib.113.24.00 variantslib.113.24.00")
(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 odoc-parser.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-12-19 22:53.56: Waiting for resource in pool OCluster
2024-12-20 19:17.40: Waiting for worker…
2024-12-20 19:19.42: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at ccb39b9 Better errors and more permissive parser
(from ocaml/opam:debian-12-ocaml-4.02@sha256:bed435992a6e3945bf818c3cbe3cc6eef44916b4dc0be56865cad6594324ad65)
2024-12-20 19:19.42 ---> using "fcf810be7ae1815877dda82754ca7f330234e6404c36a6d5dc5ffd8d7743d768" from cache
/: (comment debian-12-4.02_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-12-20 19:19.42 ---> using "53ea460a2fd94ac83dbdcfccee763907635a130982227cc2f32d4760cc02c9ff" 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
2024-12-20 19:19.49 ---> saved as "c261da9bb6c7761139b3a442ba115244e36911954e5c4bb51033dd24ddd07ded"
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-126-generic
The OCaml toplevel, version 4.02.3
2.3.0
2024-12-20 19:19.51 ---> saved as "6f2f56ae8b9994c92f5739b96c72bd733202f1a84c4da6cea72eb70fdf09a800"
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2024-12-20 19:19.52 ---> saved as "b35384a881d6dac7c9ec72d2d2a18c1d2d7d7c9fc4b3cf8aaa3cb4d830e33d64"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 28daeff6f36e886a2c133aceed8a117d4c6dcd28 || git fetch origin master) && git reset -q --hard 28daeff6f36e886a2c133aceed8a117d4c6dcd28 && git log --no-decorate -n1 --oneline && opam update -u"))
28daeff6f3 Merge pull request #26814 from mtelvers/m4
<><> 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-12-20 19:20.56 ---> saved as "354dc9765ebeb7d6cf857d41e2c44cc7fafb158d519a56191032f23db4f122d6"
/src: (copy (src odoc-parser.opam) (dst ./))
2024-12-20 19:20.57 ---> saved as "7e59876bb143b2cce93616ec11e7a4655194f8e8d35ef0452e8c5f0b0bec8c62"
/src: (run (network host)
(shell "opam pin add -yn odoc-parser.dev './'"))
[odoc-parser.dev] synchronised (file:///src)
odoc-parser is now pinned to file:///src (version dev)
2024-12-20 19:20.59 ---> saved as "5c488f6b77d1ccd86d62e7e9ae1b88ec51608cf9a5b33f1a1d08428ef2cc179f"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2024-12-20 19:21.01 ---> saved as "e53977c0064ebf5d6e6a27fb0f886440dc7dcbd256603a295735c8381d5d6c5e"
/src: (env DEPS "astring.0.8.0 base-bigarray.base base-bytes.base base-ocamlbuild.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-m4.1 dune.2.8.0 fieldslib.113.24.00 ocaml.4.02.3 ocaml-base-compiler.4.02.3 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 ppx_assert.113.24.00 ppx_compare.113.24.00 ppx_core.113.24.00 ppx_custom_printf.113.24.00 ppx_deriving.3.0 ppx_driver.113.24.00 ppx_expect.113.24.00 ppx_fields_conv.113.24.00 ppx_here.113.24.00 ppx_inline_test.113.24.00 ppx_optcomp.113.24.00 ppx_sexp_conv.113.24.00 ppx_sexp_value.113.24.00 ppx_tools.0.99.3 ppx_type_conv.113.24.00 ppx_variants_conv.113.24.00 re.1.2.2 result.1.0 sexplib.113.24.00 variantslib.113.24.00")
/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 odoc-parser.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 [236 kB]
- Fetched 339 kB in 0s (917 kB/s)
- Reading package lists...
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[odoc-parser.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.02.3).
[NOTE] Package ocaml is already installed (current version is 4.02.3).
[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-ocamlbuild 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) ...
2024-12-20 19:21.16 ---> saved as "f400dfdf9c9cbd43b6fdba99770b211171125b42029accfbcfd548834b47b94c"
/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.02.3).
[NOTE] Package ocaml is already installed (current version is 4.02.3).
[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-ocamlbuild 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 29 packages
- install astring 0.8.0
- install base-bytes base
- install camlp-streams 5.0.1
- install conf-m4 1
- install dune 2.8.0
- install fieldslib 113.24.00
- install ocamlbuild 0
- install ocamlfind 1.8.1
- install ocamlfind-secondary 1.8.1
- install ppx_assert 113.24.00
- install ppx_compare 113.24.00
- install ppx_core 113.24.00
- install ppx_custom_printf 113.24.00
- install ppx_deriving 3.0
- install ppx_driver 113.24.00
- install ppx_expect 113.24.00
- install ppx_fields_conv 113.24.00
- install ppx_here 113.24.00
- install ppx_inline_test 113.24.00
- install ppx_optcomp 113.24.00
- install ppx_sexp_conv 113.24.00
- install ppx_sexp_value 113.24.00
- install ppx_tools 0.99.3
- install ppx_type_conv 113.24.00
- install ppx_variants_conv 113.24.00
- install re 1.2.2
- install result 1.0
- install sexplib 113.24.00
- install variantslib 113.24.00
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1 (cached)
-> installed conf-m4.1
-> retrieved astring.0.8.0 (cached)
-> retrieved fieldslib.113.24.00 (https://ocaml.janestreet.com/ocaml-core/113.24/files/fieldslib-113.24.00.tar.gz)
-> installed ocamlbuild.0
-> retrieved ocamlfind.1.8.1, ocamlfind-secondary.1.8.1 (cached)
-> retrieved dune.2.8.0 (cached)
-> retrieved ocaml-secondary-compiler.4.08.1 (cached)
-> retrieved ppx_assert.113.24.00 (https://ocaml.janestreet.com/ocaml-core/113.24/files/ppx_assert-113.24.00.tar.gz)
-> retrieved ppx_compare.113.24.00 (https://ocaml.janestreet.com/ocaml-core/113.24/files/ppx_compare-113.24.00.tar.gz)
-> retrieved ppx_core.113.24.00 (https://ocaml.janestreet.com/ocaml-core/113.24/files/ppx_core-113.24.00.tar.gz)
-> retrieved ppx_driver.113.24.00 (https://ocaml.janestreet.com/ocaml-core/113.24/files/ppx_driver-113.24.00.tar.gz)
-> retrieved ppx_custom_printf.113.24.00 (https://ocaml.janestreet.com/ocaml-core/113.24/files/ppx_custom_printf-113.24.00.tar.gz)
-> retrieved ppx_fields_conv.113.24.00 (https://ocaml.janestreet.com/ocaml-core/113.24/files/ppx_fields_conv-113.24.00.tar.gz)
-> retrieved ppx_expect.113.24.00 (https://ocaml.janestreet.com/ocaml-core/113.24/files/ppx_expect-113.24.00.tar.gz)
-> retrieved ppx_here.113.24.00 (https://ocaml.janestreet.com/ocaml-core/113.24/files/ppx_here-113.24.00.tar.gz)
-> retrieved ppx_inline_test.113.24.00 (https://ocaml.janestreet.com/ocaml-core/113.24/files/ppx_inline_test-113.24.00.tar.gz)
-> retrieved ppx_optcomp.113.24.00 (https://ocaml.janestreet.com/ocaml-core/113.24/files/ppx_optcomp-113.24.00.tar.gz)
-> retrieved ppx_sexp_conv.113.24.00 (https://ocaml.janestreet.com/ocaml-core/113.24/files/ppx_sexp_conv-113.24.00.tar.gz)
-> retrieved ppx_sexp_value.113.24.00 (https://ocaml.janestreet.com/ocaml-core/113.24/files/ppx_sexp_value-113.24.00.tar.gz)
-> retrieved ppx_type_conv.113.24.00 (https://ocaml.janestreet.com/ocaml-core/113.24/files/ppx_type_conv-113.24.00.tar.gz)
-> retrieved ppx_deriving.3.0 (https://github.com/whitequark/ppx_deriving/archive/v3.0.tar.gz)
-> retrieved ppx_variants_conv.113.24.00 (https://ocaml.janestreet.com/ocaml-core/113.24/files/ppx_variants_conv-113.24.00.tar.gz)
-> retrieved result.1.0 (cached)
-> retrieved ppx_tools.0.99.3 (https://github.com/ocaml/opam-source-archives/raw/main/ppx_tools-0.99.3.tar.gz)
-> retrieved variantslib.113.24.00 (cached)
-> retrieved sexplib.113.24.00 (https://ocaml.janestreet.com/ocaml-core/113.24/files/sexplib-113.24.00.tar.gz)
-> installed result.1.0
-> retrieved re.1.2.2 (https://github.com/ocaml/ocaml-re/archive/ocaml-re-1.2.2.tar.gz)
-> installed ocamlfind.1.8.1
-> installed base-bytes.base
-> installed astring.0.8.0
-> installed fieldslib.113.24.00
-> installed variantslib.113.24.00
-> installed ppx_tools.0.99.3
-> installed re.1.2.2
-> installed sexplib.113.24.00
-> installed ppx_deriving.3.0
-> installed ppx_core.113.24.00
-> installed ppx_optcomp.113.24.00
-> installed ppx_driver.113.24.00
-> installed ppx_here.113.24.00
-> installed ppx_type_conv.113.24.00
-> installed ppx_inline_test.113.24.00
-> installed ppx_variants_conv.113.24.00
-> installed ppx_fields_conv.113.24.00
-> installed ppx_compare.113.24.00
-> installed ppx_sexp_conv.113.24.00
-> installed ppx_sexp_value.113.24.00
-> installed ppx_assert.113.24.00
-> installed ppx_custom_printf.113.24.00
-> installed ppx_expect.113.24.00
-> removed ocaml-secondary-compiler.4.14.2
-> installed ocaml-secondary-compiler.4.08.1
-> installed ocamlfind-secondary.1.8.1
-> installed dune.2.8.0
-> installed camlp-streams.5.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2024-12-20 19:23.10 ---> saved as "d55fb2c1c9cfd11e0b23c4fba427d281e9c6e93fc4dc74a3ad9f6ffde0334bce"
/src: (copy (src .) (dst /src))
2024-12-20 19:23.10 ---> saved as "3a6f1e5c94adf1572685807768610c156021823981bf5e621fb514ece991bc80"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-12-20 19:23.11 ---> saved as "68c7ae22eafea04a9198e447dbf1771389587380a6467d44d06fb7e50176af6d"
Job succeeded
2024-12-20 19:23.12: Job succeeded