2024-12-19 08:18.20: New job: test art-w/sherlodoc https://github.com/art-w/sherlodoc.git#refs/pull/42/head (0357233acf56936db6760cba573f7e77750b5428) (linux-x86_64:debian-12-5.3~beta1_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.3-beta1@sha256:3c97d9904a92d1ea9a29476f1f59a825d7f4dcb6aa622f77e05f754b89cc3c9f
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/art-w/sherlodoc.git" && cd "sherlodoc" && git fetch origin "refs/pull/42/head" && git reset --hard 0357233a
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3-beta1@sha256:3c97d9904a92d1ea9a29476f1f59a825d7f4dcb6aa622f77e05f754b89cc3c9f
# 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 95bfbde2bee0c9a74bdb0f4e9da80fc018c7d361 || git fetch origin master) && git reset -q --hard 95bfbde2bee0c9a74bdb0f4e9da80fc018c7d361 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 sherlodoc.opam ./
RUN opam pin add -yn sherlodoc.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.8.0 astring.0.8.5 b0.0.0.5 base.v0.16.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 brr.0.0.7 camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 conf-bash.1 cppo.1.8.0 crunch.3.3.1 csexp.1.5.2 decompress.1.5.3 dune.3.17.1 dune-configurator.3.17.1 fmt.0.9.0 fpath.0.7.3 gen.1.1 host-arch-x86_64.1 host-system-other.1 js_of_ocaml.5.9.1 js_of_ocaml-compiler.5.9.1 js_of_ocaml-toplevel.5.9.1 lwt.5.9.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.3.0 ocaml-base-compiler.5.3.0~beta1 ocaml-compiler.5.3.0~beta1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 odig.0.0.9 odoc.dev odoc-parser.dev optint.0.3.0 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppxlib.0.33.1~5.3preview ptime.1.2.0 re.1.12.0 result.1.5 sedlex.3.3 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 tyxml.4.6.0 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y sherlodoc.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 08:18.20: Using cache hint "art-w/sherlodoc-ocaml/opam:debian-12-ocaml-5.3-beta1@sha256:3c97d9904a92d1ea9a29476f1f59a825d7f4dcb6aa622f77e05f754b89cc3c9f-debian-12-5.3~beta1_opam-2.3-a5c77b1c1bb3e9ce198ee9d6729b88a7"
2024-12-19 08:18.20: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3-beta1@sha256:3c97d9904a92d1ea9a29476f1f59a825d7f4dcb6aa622f77e05f754b89cc3c9f)
(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 95bfbde2bee0c9a74bdb0f4e9da80fc018c7d361 || git fetch origin master) && git reset -q --hard 95bfbde2bee0c9a74bdb0f4e9da80fc018c7d361 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src sherlodoc.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn sherlodoc.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.8.0 astring.0.8.5 b0.0.0.5 base.v0.16.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 brr.0.0.7 camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 conf-bash.1 cppo.1.8.0 crunch.3.3.1 csexp.1.5.2 decompress.1.5.3 dune.3.17.1 dune-configurator.3.17.1 fmt.0.9.0 fpath.0.7.3 gen.1.1 host-arch-x86_64.1 host-system-other.1 js_of_ocaml.5.9.1 js_of_ocaml-compiler.5.9.1 js_of_ocaml-toplevel.5.9.1 lwt.5.9.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.3.0 ocaml-base-compiler.5.3.0~beta1 ocaml-compiler.5.3.0~beta1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 odig.0.0.9 odoc.dev odoc-parser.dev optint.0.3.0 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppxlib.0.33.1~5.3preview ptime.1.2.0 re.1.12.0 result.1.5 sedlex.3.3 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 tyxml.4.6.0 uutf.1.0.3 yojson.2.2.2")
(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 sherlodoc.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 08:18.20: Waiting for resource in pool OCluster
2024-12-19 23:00.59: Waiting for worker…
2024-12-20 08:37.38: Got resource from pool OCluster
Building on x86-bm-c18.sw.ocaml.org
All commits already cached
HEAD is now at 0357233 try to fix pin depend
(from ocaml/opam:debian-12-ocaml-5.3-beta1@sha256:3c97d9904a92d1ea9a29476f1f59a825d7f4dcb6aa622f77e05f754b89cc3c9f)
2024-12-20 08:39.34 ---> saved as "242c126934ed360670e18422e4780f037902034aea1c1f31318baf4cdbc27715"
/: (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-12-20 08:39.34 ---> saved as "b63f5267fab9fc7db34f646b37d0affa41b5c5d39217e960a15109eed7ccb3e3"
/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.
Continue? [y/n] y
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.
[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-12-20 08:40.54 ---> saved as "4fe6cf531d6eaba299fdc7a46607c771f3047b70dcf00d51ad2031ae58eaaa31"
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-126-generic
The OCaml toplevel, version 5.3.0~beta1
2.3.0
2024-12-20 08:40.54 ---> saved as "f93ca57aea85285c1af7ffbbb61cac91d133f265687cb66e671959085c2c9fa4"
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2024-12-20 08:40.54 ---> saved as "93905eea7b028e618fb26c7768d34bfc8ce1e14c46e683d0089b76aff63e7ef2"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 95bfbde2bee0c9a74bdb0f4e9da80fc018c7d361 || git fetch origin master) && git reset -q --hard 95bfbde2bee0c9a74bdb0f4e9da80fc018c7d361 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
1ee5091fb8..3531767c50 master -> origin/master
95bfbde2be Merge pull request #27145 from Octachron/OCaml_5.3.0_release_candidate
<><> 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-12-20 08:42.10 ---> saved as "8b4290b8d88103c40b692dfb555a9c15cc39938553288dbdcfe2e9b0cafe6e4e"
/src: (copy (src sherlodoc.opam) (dst ./))
2024-12-20 08:42.10 ---> saved as "c5b0ecc74a9bdfd1778ef44b7efbbbeeea728798bece4cba6ebf3c9c82143371"
/src: (run (network host)
(shell "opam pin add -yn sherlodoc.dev './'"))
[sherlodoc.dev] synchronised (file:///src)
The following additional pinnings are required by sherlodoc.dev:
- odoc.dev at git+https://github.com/ocaml/odoc#f3b0823d90cfeb6583925a1cf90c82e3e52da268
- odoc-parser.dev at git+https://github.com/ocaml/odoc#f3b0823d90cfeb6583925a1cf90c82e3e52da268
Pin and install them? [y/n] y
[odoc.dev] synchronised (no changes)
odoc is now pinned to git+https://github.com/ocaml/odoc#f3b0823d90cfeb6583925a1cf90c82e3e52da268 (version dev)
[odoc-parser.dev] synchronised (no changes)
odoc-parser is now pinned to git+https://github.com/ocaml/odoc#f3b0823d90cfeb6583925a1cf90c82e3e52da268 (version dev)
sherlodoc is now pinned to file:///src (version dev)
2024-12-20 08:42.16 ---> saved as "6141b6d96e550235cf368504c4d74e85c16a16e6de7eec864764a604ef7c9e24"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2024-12-20 08:42.16 ---> saved as "6c65096ab3cf9c426e0e35af08cddd112c44223caaa237e47517833f2912107f"
/src: (env DEPS "alcotest.1.8.0 astring.0.8.5 b0.0.0.5 base.v0.16.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 brr.0.0.7 camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 conf-bash.1 cppo.1.8.0 crunch.3.3.1 csexp.1.5.2 decompress.1.5.3 dune.3.17.1 dune-configurator.3.17.1 fmt.0.9.0 fpath.0.7.3 gen.1.1 host-arch-x86_64.1 host-system-other.1 js_of_ocaml.5.9.1 js_of_ocaml-compiler.5.9.1 js_of_ocaml-toplevel.5.9.1 lwt.5.9.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.3.0 ocaml-base-compiler.5.3.0~beta1 ocaml-compiler.5.3.0~beta1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 odig.0.0.9 odoc.dev odoc-parser.dev optint.0.3.0 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppxlib.0.33.1~5.3preview ptime.1.2.0 re.1.12.0 result.1.5 sedlex.3.3 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 tyxml.4.6.0 uutf.1.0.3 yojson.2.2.2")
/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 sherlodoc.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 bookworm-updates/main amd64 Packages.diff/Index [14.0 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-12-07-2012.31-F-2024-12-07-2012.31.pdiff [7261 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-12-07-2012.31-F-2024-12-07-2012.31.pdiff [7261 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [236 kB]
- Fetched 361 kB in 0s (828 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[sherlodoc.dev] synchronised (file:///src)
[odoc-parser.dev] synchronised (no changes)
[odoc.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-12-20 08:42.46 ---> saved as "c6c41b6c86560ef21ad66a359570b4637b1a02c0283bccd03be1d1c8bff5227e"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[odoc.dev] synchronised (no changes)
[odoc-parser.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).
The following actions will be performed:
=== install 52 packages
- install alcotest 1.8.0
- install astring 0.8.5
- install b0 0.0.5
- install base v0.16.3
- install base-bytes base
- install base64 3.5.1
- install bigstringaf 0.10.0
- install brr 0.0.7
- install camlp-streams 5.0.1
- install checkseum 0.5.2
- install cmdliner 1.3.0
- install conf-bash 1
- install cppo 1.8.0
- install crunch 3.3.1
- install csexp 1.5.2
- install decompress 1.5.3
- install dune 3.17.1
- install dune-configurator 3.17.1
- install fmt 0.9.0
- install fpath 0.7.3
- install gen 1.1
- install js_of_ocaml 5.9.1
- install js_of_ocaml-compiler 5.9.1
- install js_of_ocaml-toplevel 5.9.1
- install lwt 5.9.0
- install menhir 20240715
- install menhirCST 20240715
- install menhirLib 20240715
- install menhirSdk 20240715
- install ocaml-compiler-libs v0.17.0
- install ocaml-syntax-shims 1.0.0
- install ocamlbuild 0.15.0
- install ocamlfind 1.9.6
- install ocplib-endian 1.2
- install odig 0.0.9
- install odoc dev (pinned)
- install odoc-parser dev (pinned)
- install optint 0.3.0
- install ppx_blob 0.9.0
- install ppx_derivers 1.2.1
- install ppxlib 0.33.1~5.3preview
- install ptime 1.2.0
- install re 1.12.0
- install result 1.5
- install sedlex 3.3
- install seq base
- install sexplib0 v0.16.0
- install stdlib-shims 0.3.0
- install topkg 1.0.7
- install tyxml 4.6.0
- install uutf 1.0.3
- install yojson 2.2.2
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5 (cached)
-> retrieved alcotest.1.8.0 (cached)
-> retrieved b0.0.0.5 (cached)
-> retrieved base.v0.16.3 (cached)
-> retrieved base64.3.5.1 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved checkseum.0.5.2 (cached)
-> retrieved cppo.1.8.0 (cached)
-> installed conf-bash.1
-> retrieved brr.0.0.7 (cached)
-> retrieved crunch.3.3.1 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved fmt.0.9.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved gen.1.1 (cached)
-> retrieved decompress.1.5.3 (cached)
-> retrieved lwt.5.9.0 (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)
-> retrieved js_of_ocaml.5.9.1, js_of_ocaml-compiler.5.9.1, js_of_ocaml-toplevel.5.9.1 (cached)
-> retrieved dune.3.17.1, dune-configurator.3.17.1 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlbuild.0.15.0 (cached)
-> retrieved ocamlfind.1.9.6 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> installed cmdliner.1.3.0
-> retrieved optint.0.3.0 (cached)
-> retrieved ppx_blob.0.9.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved re.1.12.0 (cached)
-> retrieved ppxlib.0.33.1~5.3preview (cached)
-> retrieved result.1.5 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sedlex.3.3 (cached)
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.0.7 (cached)
-> retrieved tyxml.4.6.0 (cached)
-> retrieved uutf.1.0.3 (cached)
-> retrieved yojson.2.2.2 (cached)
-> retrieved odig.0.0.9 (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.17.1
-> installed csexp.1.5.2
-> installed base64.3.5.1
-> installed camlp-streams.5.0.1
-> installed crunch.3.3.1
-> installed gen.1.1
-> installed menhirCST.20240715
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed ocaml-syntax-shims.1.0.0
-> installed optint.0.3.0
-> installed ppx_derivers.1.2.1
-> installed result.1.5
-> installed cppo.1.8.0
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed re.1.12.0
-> installed ocplib-endian.1.2
-> installed yojson.2.2.2
-> installed odoc-parser.dev
-> installed alcotest.1.8.0
-> installed dune-configurator.3.17.1
-> installed bigstringaf.0.10.0
-> installed checkseum.0.5.2
-> installed tyxml.4.6.0
-> installed decompress.1.5.3
-> installed lwt.5.9.0
-> installed b0.0.0.5
-> installed base.v0.16.3
[ERROR] The compilation of odoc.dev failed at "dune build -p odoc -j 31 @install".
-> installed menhir.20240715
-> installed ppxlib.0.33.1~5.3preview
-> installed ppx_blob.0.9.0
-> installed sedlex.3.3
-> installed js_of_ocaml-compiler.5.9.1
-> installed js_of_ocaml-toplevel.5.9.1
-> installed brr.0.0.7
-> installed js_of_ocaml.5.9.1
#=== ERROR while compiling odoc.dev ===========================================#
# context 2.3.0 | linux/x86_64 | ocaml-base-compiler.5.3.0~beta1 | pinned(git+https://github.com/ocaml/odoc#f3b0823d90cfeb6583925a1cf90c82e3e52da268#f3b0823d90cfeb6583925a1cf90c82e3e52da268)
# path ~/.opam/5.3~beta1/.opam-switch/build/odoc.dev
# command ~/.opam/5.3~beta1/bin/dune build -p odoc -j 31 @install
# exit-code 1
# env-file ~/.opam/log/odoc-1-898379.env
# output-file ~/.opam/log/odoc-1-898379.out
### output ###
# (cd _build/default/src/html_support_files && /home/opam/.opam/5.3~beta1/bin/ocaml-crunch . -e js -e css -e ttf -e woff2 -o odoc_html_support_files.ml -m plain)
# Generating odoc_html_support_files.ml
# Skipping generation of .mli
# (cd _build/default && /home/opam/.opam/5.3~beta1/bin/ocamlopt.opt -w -40 -g -w -18-53 -g -I src/syntax_highlighter/.syntax_highlighter.objs/byte -I src/syntax_highlighter/.syntax_highlighter.objs/native -I /home/opam/.opam/5.3~beta1/lib/ocaml/compiler-libs -intf-suffix .ml -no-alias-deps -o src/syntax_highlighter/.syntax_highlighter.objs/native/syntax_highlighter.cmx -c -impl src/syntax_highlighter/syntax_highlighter.pp.ml)
# File "src/syntax_highlighter/syntax_highlighter.ml", lines 4-146, characters 2-22:
# Warning 8 [partial-match]: this pattern-matching is not exhaustive.
# Here is an example of a case that is not matched:
# (METAOCAML_ESCAPE|METAOCAML_BRACKET_OPEN|METAOCAML_BRACKET_CLOSE|EFFECT)
# (cd _build/default && /home/opam/.opam/5.3~beta1/bin/ocamlc.opt -w -40 -g -w -18-53 -g -bin-annot -bin-annot-occurrences -I src/syntax_highlighter/.syntax_highlighter.objs/byte -I /home/opam/.opam/5.3~beta1/lib/ocaml/compiler-libs -intf-suffix .ml -no-alias-deps -o src/syntax_highlighter/.syntax_highlighter.objs/byte/syntax_highlighter.cmo -c -impl src/syntax_highlighter/syntax_highlighter.pp.ml)
# File "src/syntax_highlighter/syntax_highlighter.ml", lines 4-146, characters 2-22:
# Warning 8 [partial-match]: this pattern-matching is not exhaustive.
# Here is an example of a case that is not matched:
# (METAOCAML_ESCAPE|METAOCAML_BRACKET_OPEN|METAOCAML_BRACKET_CLOSE|EFFECT)
# (cd _build/default && /home/opam/.opam/5.3~beta1/bin/ocamlc.opt -w -40 -g -w -18-53 -g -bin-annot -bin-annot-occurrences -I src/loader/.odoc_loader.objs/byte -I /home/opam/.opam/5.3~beta1/lib/astring -I /home/opam/.opam/5.3~beta1/lib/camlp-streams -I /home/opam/.opam/5.3~beta1/lib/fpath -I /home/opam/.opam/5.3~beta1/lib/ocaml/compiler-libs -I /home/opam/.opam/5.3~beta1/lib/odoc-parser -I /home/opam/.opam/5.3~beta1/lib/result -I src/document/.odoc_document.objs/byte -I src/model/.odoc_model.objs/byte -I src/syntax_highlighter/.syntax_highlighter.objs/byte -I src/utils/.odoc_utils.objs/byte -intf-suffix .ml -no-alias-deps -open Odoc_loader__ -o src/loader/.odoc_loader.objs/byte/odoc_loader__Doc_attr.cmo -c -impl src/loader/doc_attr.pp.ml)
# File "src/loader/doc_attr.ml", line 43, characters 19-47:
# Error: This pattern should not be a constructor, the expected type is
# Parsetree.constant
# (cd _build/default && /home/opam/.opam/5.3~beta1/bin/ocamlc.opt -w -40 -g -w -18-53 -g -bin-annot -bin-annot-occurrences -I src/loader/.odoc_loader.objs/byte -I /home/opam/.opam/5.3~beta1/lib/astring -I /home/opam/.opam/5.3~beta1/lib/camlp-streams -I /home/opam/.opam/5.3~beta1/lib/fpath -I /home/opam/.opam/5.3~beta1/lib/ocaml/compiler-libs -I /home/opam/.opam/5.3~beta1/lib/odoc-parser -I /home/opam/.opam/5.3~beta1/lib/result -I src/document/.odoc_document.objs/byte -I src/model/.odoc_model.objs/byte -I src/syntax_highlighter/.syntax_highlighter.objs/byte -I src/utils/.odoc_utils.objs/byte -intf-suffix .ml -no-alias-deps -open Odoc_loader__ -o src/loader/.odoc_loader.objs/byte/odoc_loader__Cmi.cmo -c -impl src/loader/cmi.pp.ml)
# File "src/loader/cmi.ml", line 51, characters 26-32:
# Error: Unbound value newty2
# (cd _build/default && /home/opam/.opam/5.3~beta1/bin/ocamlc.opt -w -40 -g -w -18-53 -g -bin-annot -bin-annot-occurrences -I test/xref2/lib/.odoc_xref_test.objs/byte -I /home/opam/.opam/5.3~beta1/lib/astring -I /home/opam/.opam/5.3~beta1/lib/camlp-streams -I /home/opam/.opam/5.3~beta1/lib/fmt -I /home/opam/.opam/5.3~beta1/lib/fpath -I /home/opam/.opam/5.3~beta1/lib/ocaml/compiler-libs -I /home/opam/.opam/5.3~beta1/lib/ocaml/unix -I /home/opam/.opam/5.3~beta1/lib/odoc-parser -I /home/opam/.opam/5.3~beta1/lib/re -I /home/opam/.opam/5.3~beta1/lib/result -I /home/opam/.opam/5.3~beta1/lib/seq -I /home/opam/.opam/5.3~beta1/lib/tyxml -I /home/opam/.opam/5.3~beta1/lib/tyxml/functor -I /home/opam/.opam/5.3~beta1/lib/uutf -I src/document/.odoc_document.objs/byte -I src/html/.odoc_html.objs/byte -I src/html_support_files/.odoc_html_support_files.objs/byte -I src/latex/.odoc_latex.objs/byte -I src/loader/.odoc_loader.objs/byte -I src/manpage/.odoc_manpage.objs/byte -I src/model/.odoc_model.objs/byte -I src/occurrences/.odoc_occurrences.objs/byte -I src/odoc/.odoc_odoc.objs/byte -I src/search/.odoc_html_frontend.objs/byte -I src/search/.odoc_search.objs/byte -I src/search/json_index/.odoc_json_index.objs/byte -I src/syntax_highlighter/.syntax_highlighter.objs/byte -I src/utils/.odoc_utils.objs/byte -I src/xref2/.odoc_xref2.objs/byte -no-alias-deps -open Odoc_xref_test -o test/xref2/lib/.odoc_xref_test.objs/byte/odoc_xref_test__Common.cmo -c -impl test/xref2/lib/common.ml)
# File "test/xref2/lib/common.cppo.ml", line 39, characters 64-66:
# Error: This constant has type string but an expression was expected of type
# Unit_info.intf_or_impl
# (cd _build/default && /home/opam/.opam/5.3~beta1/bin/ocamlopt.opt -w -40 -g -w -18-53 -g -I src/loader/.odoc_loader.objs/byte -I src/loader/.odoc_loader.objs/native -I /home/opam/.opam/5.3~beta1/lib/astring -I /home/opam/.opam/5.3~beta1/lib/camlp-streams -I /home/opam/.opam/5.3~beta1/lib/fpath -I /home/opam/.opam/5.3~beta1/lib/ocaml/compiler-libs -I /home/opam/.opam/5.3~beta1/lib/odoc-parser -I /home/opam/.opam/5.3~beta1/lib/result -I src/document/.odoc_document.objs/byte -I src/document/.odoc_document.objs/native -I src/model/.odoc_model.objs/byte -I src/model/.odoc_model.objs/native -I src/syntax_highlighter/.syntax_highlighter.objs/byte -I src/syntax_highlighter/.syntax_highlighter.objs/native -I src/utils/.odoc_utils.objs/byte -I src/utils/.odoc_utils.objs/native -intf-suffix .ml -no-alias-deps -open Odoc_loader__ -o src/loader/.odoc_loader.objs/native/odoc_loader__Doc_attr.cmx -c -impl src/loader/doc_attr.pp.ml)
# File "src/loader/doc_attr.ml", line 43, characters 19-47:
# Error: This pattern should not be a constructor, the expected type is
# Parsetree.constant
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build odoc dev
+-
+- The following changes have been performed (the rest was aborted)
| - install alcotest 1.8.0
| - install astring 0.8.5
| - install b0 0.0.5
| - install base v0.16.3
| - install base-bytes base
| - install base64 3.5.1
| - install bigstringaf 0.10.0
| - install brr 0.0.7
| - install camlp-streams 5.0.1
| - install checkseum 0.5.2
| - install cmdliner 1.3.0
| - install conf-bash 1
| - install cppo 1.8.0
| - install crunch 3.3.1
| - install csexp 1.5.2
| - install decompress 1.5.3
| - install dune 3.17.1
| - install dune-configurator 3.17.1
| - install fmt 0.9.0
| - install fpath 0.7.3
| - install gen 1.1
| - install js_of_ocaml 5.9.1
| - install js_of_ocaml-compiler 5.9.1
| - install js_of_ocaml-toplevel 5.9.1
| - install lwt 5.9.0
| - install menhir 20240715
| - install menhirCST 20240715
| - install menhirLib 20240715
| - install menhirSdk 20240715
| - install ocaml-compiler-libs v0.17.0
| - install ocaml-syntax-shims 1.0.0
| - install ocamlbuild 0.15.0
| - install ocamlfind 1.9.6
| - install ocplib-endian 1.2
| - install odoc-parser dev
| - install optint 0.3.0
| - install ppx_blob 0.9.0
| - install ppx_derivers 1.2.1
| - install ppxlib 0.33.1~5.3preview
| - install ptime 1.2.0
| - install re 1.12.0
| - install result 1.5
| - install sedlex 3.3
| - install seq base
| - install sexplib0 v0.16.0
| - install stdlib-shims 0.3.0
| - install topkg 1.0.7
| - install tyxml 4.6.0
| - install uutf 1.0.3
| - install yojson 2.2.2
+-
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/5.3~beta1/.opam-switch/backup/state-20241220084247.export"
# To update the current shell environment, run: eval $(opam env)
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2024-12-20 08:46.48: Job failed: Failed: Build failed