2024-12-19 06:17.55: New job: test ocaml-ppx/ppx_deriving_yojson https://github.com/ocaml-ppx/ppx_deriving_yojson.git#refs/heads/master (e5dbd533bb1030a644b418ec2d0ae690ac10dac0) (linux-x86_64:(lint-doc)) Base: ocaml/opam:debian-12-ocaml-4.05@sha256:b61a7061be89548724714beddf2fff5979bb7650024bf81208469526add3b904 Opam project lint documentation To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ppx_deriving_yojson.git" -b "master" && cd "ppx_deriving_yojson" && git reset --hard e5dbd533 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.05@sha256:b61a7061be89548724714beddf2fff5979bb7650024bf81208469526add3b904 # debian-12-4.05_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.2 /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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 ppx_deriving_yojson.opam ./ RUN opam pin add -yn ppx_deriving_yojson.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.17.1 host-arch-x86_64.1 host-system-other.1 ocaml.4.05.0 ocaml-base-compiler.4.05.0 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppxlib.0.33.0 seq.0.3.1 sexplib0.v0.15.0 stdlib-shims.0.3.0 yojson.2.2.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.2 --depext-only -y ppx_deriving_yojson.dev $DEPS RUN opam install $DEPS RUN opam install --yes dune 'odoc>=1.5.0' COPY --chown=1000:1000 . /src/ RUN ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2) END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2024-12-19 06:17.55: Using cache hint "ocaml-ppx/ppx_deriving_yojson-ocaml/opam:debian-12-ocaml-4.05@sha256:b61a7061be89548724714beddf2fff5979bb7650024bf81208469526add3b904-debian-12-4.05_opam-2.3-66d6d3e94b2bb69963719ed270fc0a62" 2024-12-19 06:17.55: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.05@sha256:b61a7061be89548724714beddf2fff5979bb7650024bf81208469526add3b904) (comment debian-12-4.05_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.2 /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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src ppx_deriving_yojson.opam) (dst ./)) (run (network host) (shell "opam pin add -yn ppx_deriving_yojson.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.17.1 host-arch-x86_64.1 host-system-other.1 ocaml.4.05.0 ocaml-base-compiler.4.05.0 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppxlib.0.33.0 seq.0.3.1 sexplib0.v0.15.0 stdlib-shims.0.3.0 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.2 --depext-only -y ppx_deriving_yojson.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install --yes dune 'odoc>=1.5.0'")) (copy (src .) (dst /src/)) (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)")) ) 2024-12-19 06:17.55: Waiting for resource in pool OCluster 2024-12-19 09:12.13: Waiting for worker… 2024-12-19 09:14.38: Got resource from pool OCluster Building on x86-bm-c10.sw.ocaml.org All commits already cached HEAD is now at e5dbd53 Merge pull request #162 from NathanReb/fix-5-3-compat (from ocaml/opam:debian-12-ocaml-4.05@sha256:b61a7061be89548724714beddf2fff5979bb7650024bf81208469526add3b904) 2024-12-19 09:15.21 ---> saved as "197d61c582d585eac7fd8df4255400bf4591df9d4ce1cabca3b3a855ece1ca34" /: (comment debian-12-4.05_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.2 /usr/bin/opam")) 2024-12-19 09:15.21 ---> saved as "124c9dd6bbd1dc2cbad34854e7e55bd56e4f481fe81764593ccc3f753984a26a" /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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-12-19 09:16.47 ---> saved as "3e0ba16896e22eb792854010198d94de6494ab171eccb73a4915e3a3fbf68fe3" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-126-generic The OCaml toplevel, version 4.05.0 2.2.1 2024-12-19 09:16.47 ---> saved as "c365b1f003cf259bf2fe07df7a45c26bfa614e808c676f51b07f8f95f70efabb" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-12-19 09:16.47 ---> saved as "33c2ad0861e9ac2f521eb0142c5267bc6b1156cde4c05d93ac4420ed273d9ef1" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 11bdbee611..95bfbde2be master -> origin/master 5c7ffb23c8 Merge pull request #27137 from maiste/release-dune-3.17.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. # Run eval $(opam env) to update the current shell environment 2024-12-19 09:18.34 ---> saved as "402fec8073457e0320967efcff6c3a5d41fdbc3f86c31d3faeeac00b385476ee" /src: (copy (src ppx_deriving_yojson.opam) (dst ./)) 2024-12-19 09:18.34 ---> saved as "f1cc8d64629c88c09d1232dd6ff793f299b8454e5cf920679cc20be5ebf248bf" /src: (run (network host) (shell "opam pin add -yn ppx_deriving_yojson.dev './'")) [ppx_deriving_yojson.dev] synchronised (file:///src) ppx_deriving_yojson is now pinned to file:///src (version dev) 2024-12-19 09:18.36 ---> saved as "d514b013f5b3466b3c576a6e7e158de0d0c92214505228a031b4b93c4cd191f6" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2024-12-19 09:18.36 ---> saved as "4b9e4cbd0101cbe509aa23af6a056e5655a586d2103138d33b0b214e82270f23" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.17.1 host-arch-x86_64.1 host-system-other.1 ocaml.4.05.0 ocaml-base-compiler.4.05.0 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppxlib.0.33.0 seq.0.3.1 sexplib0.v0.15.0 stdlib-shims.0.3.0 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.2 --depext-only -y ppx_deriving_yojson.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-11-27-1405.46.pdiff [7410 B] - Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-12-07-2012.31-F-2024-11-27-1405.46.pdiff [7410 B] - Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [236 kB] - Fetched 361 kB in 0s (1325 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ppx_deriving_yojson.dev] synchronised (file:///src) [NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml-config is already installed (current version is 1). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.05.0). [NOTE] Package ocaml is already installed (current version is 4.05.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-bigarray is already installed (current version is base). 2024-12-19 09:19.01 ---> saved as "ff979ccc004ec94a0cfdfc13a089a8d7f7fccc815a92cf23b3bfbc19371143bd" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml-config is already installed (current version is 1). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.05.0). [NOTE] Package ocaml is already installed (current version is 4.05.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-bigarray is already installed (current version is base). The following actions will be performed: === install 13 packages - install cppo 1.8.0 - install dune 3.17.1 - install ocaml-compiler-libs v0.12.4 - install ocamlfind 1.9.6 - install ocamlfind-secondary 1.9.6 - install ounit2 2.2.7 - install ppx_derivers 1.2.1 - install ppx_deriving 6.0.3 - install ppxlib 0.33.0 - install seq 0.3.1 - install sexplib0 v0.15.0 - install stdlib-shims 0.3.0 - install yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cppo.1.8.0 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocamlfind.1.9.6, ocamlfind-secondary.1.9.6 (cached) -> retrieved ounit2.2.2.7 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_deriving.6.0.3 (cached) -> retrieved seq.0.3.1 (cached) -> retrieved sexplib0.v0.15.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved yojson.2.2.2 (cached) -> retrieved ppxlib.0.33.0 (cached) -> retrieved dune.3.17.1 (cached) -> installed ocamlfind.1.9.6 -> installed ocamlfind-secondary.1.9.6 -> installed dune.3.17.1 -> installed seq.0.3.1 -> installed ppx_derivers.1.2.1 -> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.15.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed cppo.1.8.0 -> installed ounit2.2.2.7 -> installed yojson.2.2.2 -> installed ppxlib.0.33.0 -> installed ppx_deriving.6.0.3 Done. # Run eval $(opam env) to update the current shell environment 2024-12-19 09:20.29 ---> saved as "be281c6791a4e92e5b29e028e26d6ebba0a65abeb7c85cb0d63496b195e4e963" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install --yes dune 'odoc>=1.5.0'")) [NOTE] Package dune is already installed (current version is 3.17.1). The following actions will be performed: === install 14 packages - install astring 0.8.5 [required by odoc] - install camlp-streams 5.0.1 [required by odoc-parser] - install cmdliner 1.0.4 [required by odoc] - install crunch 2.2.0 [required by odoc] - install fmt 0.8.9 [required by odoc] - install fpath 0.7.3 [required by odoc] - install ocamlbuild 0.14.3 [required by fmt, astring, fpath] - install odoc 2.4.4 - install odoc-parser 2.4.4 [required by odoc] - install re 1.11.0 [required by tyxml] - install result 1.5 [required by odoc] - install topkg 1.0.7 [required by fmt, astring, fpath] - install tyxml 4.6.0 [required by odoc] - install uutf 1.0.3 [required by tyxml] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved camlp-streams.5.0.1 (cached) -> retrieved cmdliner.1.0.4 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved crunch.2.2.0 (cached) -> retrieved fmt.0.8.9 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved ocamlbuild.0.14.3 (cached) -> retrieved re.1.11.0 (cached) -> retrieved result.1.5 (cached) -> retrieved topkg.1.0.7 (cached) -> installed camlp-streams.5.0.1 -> retrieved tyxml.4.6.0 (cached) -> retrieved uutf.1.0.3 (cached) -> installed result.1.5 -> retrieved odoc.2.4.4, odoc-parser.2.4.4 (cached) -> installed re.1.11.0 -> installed cmdliner.1.0.4 -> installed ocamlbuild.0.14.3 -> installed crunch.2.2.0 -> installed topkg.1.0.7 -> installed uutf.1.0.3 -> installed fmt.0.8.9 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed odoc-parser.2.4.4 -> installed tyxml.4.6.0 -> installed odoc.2.4.4 Done. # Run eval $(opam env) to update the current shell environment 2024-12-19 09:21.19 ---> saved as "608675ad6be9bc32c009b9c18553029c4cf6616bcfb86f1e0a6abe6e5c336d3e" /src: (copy (src .) (dst /src/)) 2024-12-19 09:21.19 ---> saved as "d81346f66bc524f8cc4a24ad893099c0fecf1adb4ecc12240b67228f621e8fca" /src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)")) 2024-12-19 09:21.20 ---> saved as "46c788228d3db02253bed3c3bfec3328153cf6848e43bf608bfc12c4bb21346b" Job succeeded 2024-12-19 09:21.20: Job succeeded