2025-04-18 18:23.25: New job: test NathanReb/ppx_yojson https://github.com/NathanReb/ppx_yojson.git#refs/heads/main (2e94c7011dc606d6de40bf3700ed2e9a29c62176) (linux-x86_64:(lint-doc)) Base: ocaml/opam:debian-12-ocaml-4.08@sha256:23c85daf4eb9a91d154cf2f9fed47f4f9b9fa788adc9c1fc7f0802e3dc06d7c4 Opam project lint documentation To reproduce locally: git clone --recursive "https://github.com/NathanReb/ppx_yojson.git" -b "main" && cd "ppx_yojson" && git reset --hard 2e94c701 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.08@sha256:23c85daf4eb9a91d154cf2f9fed47f4f9b9fa788adc9c1fc7f0802e3dc06d7c4 # debian-12-4.08_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 442eddb8a363418dcb02e519972818da08bb7cd4 || git fetch origin master) && git reset -q --hard 442eddb8a363418dcb02e519972818da08bb7cd4 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 ppx_yojson.opam ./ RUN opam pin add -yn ppx_yojson.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 cstruct.6.2.0 dune.3.18.1 ezjsonm.1.3.0 fmt.0.10.0 hex.1.5.0 jsonm.1.0.2 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.36.0 re.1.11.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 yojson.2.2.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.2 --depext-only -y ppx_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 2025-04-18 18:23.25: Using cache hint "NathanReb/ppx_yojson-ocaml/opam:debian-12-ocaml-4.08@sha256:23c85daf4eb9a91d154cf2f9fed47f4f9b9fa788adc9c1fc7f0802e3dc06d7c4-debian-12-4.08_opam-2.3-289c5317aeec1254bf8e9c11e70047f5" 2025-04-18 18:23.25: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.08@sha256:23c85daf4eb9a91d154cf2f9fed47f4f9b9fa788adc9c1fc7f0802e3dc06d7c4) (comment debian-12-4.08_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 442eddb8a363418dcb02e519972818da08bb7cd4 || git fetch origin master) && git reset -q --hard 442eddb8a363418dcb02e519972818da08bb7cd4 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src ppx_yojson.opam) (dst ./)) (run (network host) (shell "opam pin add -yn ppx_yojson.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 cstruct.6.2.0 dune.3.18.1 ezjsonm.1.3.0 fmt.0.10.0 hex.1.5.0 jsonm.1.0.2 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.36.0 re.1.11.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 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_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)")) ) 2025-04-18 18:23.25: Waiting for resource in pool OCluster 2025-04-18 18:29.10: Waiting for worker… 2025-04-18 18:30.50: Got resource from pool OCluster Building on x86-bm-c2.sw.ocaml.org All commits already cached HEAD is now at 2e94c70 Merge pull request #46 from NathanReb/ocamlformat-0-26-1 (from ocaml/opam:debian-12-ocaml-4.08@sha256:23c85daf4eb9a91d154cf2f9fed47f4f9b9fa788adc9c1fc7f0802e3dc06d7c4) 2025-04-18 18:30.50 ---> using "44ab722c6d76cc4aa083f99994b6eb04bd97004720a37e6316ca14ec9a9ee4aa" from cache /: (comment debian-12-4.08_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")) 2025-04-18 18:30.50 ---> using "8ed454bb285b5cee7acb925d5ea67dd3d292ed95a572db34f65ae590693231c8" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-04-18 18:30.50 ---> using "46fe51070094b8b4b00565aa5046d3be987742b2a0f3366a285cf84685cd7471" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.08.1 2.2.1 2025-04-18 18:30.50 ---> using "f92fcb74b3a519005f5307755ff423e2c4df1ca806b88725f1a53d2b3c47829b" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-04-18 18:30.50 ---> using "aaa85944f1e80bacd26c6d83eb6d14b02bd564c342acb72e0e4dca3dac3a6d49" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 442eddb8a363418dcb02e519972818da08bb7cd4 || git fetch origin master) && git reset -q --hard 442eddb8a363418dcb02e519972818da08bb7cd4 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 34a3fc46c3..999bff3ed8 master -> origin/master 442eddb8a3 Merge pull request #27761 from maiste/release-dune-3.18.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+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 2025-04-18 18:30.50 ---> using "5ba53289735fe442985bc96e0055efa05926765996da229f7fa5a0424f26b45b" from cache /src: (copy (src ppx_yojson.opam) (dst ./)) 2025-04-18 18:30.50 ---> saved as "78ad3e1fcb7a91890605d990bc01f3b9029cfb071e4d30912758d69a21ecc19c" /src: (run (network host) (shell "opam pin add -yn ppx_yojson.dev './'")) [ppx_yojson.dev] synchronised (file:///src) ppx_yojson is now pinned to file:///src (version dev) 2025-04-18 18:30.53 ---> saved as "8fb330f59be3bb60c0623e17020c1684125839bc6b029af9869764022f7bc783" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-04-18 18:30.53 ---> saved as "9c8b8ae96f3895834c96004b6849dad228e7eb5fcba09daccfe57e43ba6ac2cf" /src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 cstruct.6.2.0 dune.3.18.1 ezjsonm.1.3.0 fmt.0.10.0 hex.1.5.0 jsonm.1.0.2 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.36.0 re.1.11.0 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 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_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-security bookworm-security/main amd64 Packages [255 kB] - Fetched 359 kB in 0s (1171 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ppx_yojson.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.08.1). [NOTE] Package ocaml is already installed (current version is 4.08.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). 2025-04-18 18:31.10 ---> saved as "329c20b3c807e6029e345ad31f260dede79afe49891677abc5a6320848a14257" /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.08.1). [NOTE] Package ocaml is already installed (current version is 4.08.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 22 packages - install alcotest 1.9.0 - install astring 0.8.5 - install cmdliner 1.3.0 - install cstruct 6.2.0 - install dune 3.18.1 - install ezjsonm 1.3.0 - install fmt 0.10.0 - install hex 1.5.0 - install jsonm 1.0.2 - install ocaml-compiler-libs v0.12.4 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ppx_derivers 1.2.1 - install ppxlib 0.36.0 - install re 1.11.0 - install seq base - install sexplib0 v0.16.0 - install stdlib-shims 0.3.0 - install topkg 1.0.8 - install uutf 1.0.4 - install yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved alcotest.1.9.0 (cached) -> retrieved cstruct.6.2.0 (cached) -> retrieved ezjsonm.1.3.0 (cached) -> retrieved hex.1.5.0 (cached) -> retrieved fmt.0.10.0 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved re.1.11.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sexplib0.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved yojson.2.2.2 (cached) -> retrieved ppxlib.0.36.0 (cached) -> retrieved dune.3.18.1 (cached) -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.0.8 -> installed uutf.1.0.4 -> installed fmt.0.10.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed dune.3.18.1 -> installed ppx_derivers.1.2.1 -> installed stdlib-shims.0.3.0 -> installed cstruct.6.2.0 -> installed sexplib0.v0.16.0 -> installed hex.1.5.0 -> installed ocaml-syntax-shims.1.0.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed ezjsonm.1.3.0 -> installed re.1.11.0 -> installed yojson.2.2.2 -> installed alcotest.1.9.0 -> installed ppxlib.0.36.0 Done. # Run eval $(opam env) to update the current shell environment 2025-04-18 18:32.45 ---> saved as "236cb73039a60f934d4f77fb58b62b7ab21041a16a5de7abc26f96806ef29374" /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.18.1). The following actions will be performed: === install 9 packages - install camlp-streams 5.0.1 [required by odoc-parser] - install cppo 1.8.0 [required by odoc] - install crunch 4.0.0 [required by odoc] - install fpath 0.7.3 [required by odoc] - install odoc 3.0.0 - install odoc-parser 3.0.0 [required by odoc] - install ptime 1.2.0 [required by crunch] - install result 1.5 [required by odoc] - install tyxml 4.6.0 [required by odoc] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved camlp-streams.5.0.1 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved crunch.4.0.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved result.1.5 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved tyxml.4.6.0 (cached) -> installed camlp-streams.5.0.1 -> installed result.1.5 -> retrieved odoc.3.0.0, odoc-parser.3.0.0 (cached) -> installed cppo.1.8.0 -> installed fpath.0.7.3 -> installed ptime.1.2.0 -> installed crunch.4.0.0 -> installed odoc-parser.3.0.0 -> installed tyxml.4.6.0 -> installed odoc.3.0.0 Done. # Run eval $(opam env) to update the current shell environment 2025-04-18 18:33.26 ---> saved as "b670d63543bb3ade863480fe2c9c7a6df970bd8026b723e55bb7ab59341bd59f" /src: (copy (src .) (dst /src/)) 2025-04-18 18:33.26 ---> saved as "1f57db65f85dae9691d5158d546dd4cdb3a05994f98ab82556983bc739147051" /src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)")) 2025-04-18 18:33.28 ---> saved as "9dc901b512e1d7f32d9ba3a535a6128dc2e0128e79b4fe88e54ac70a2c993462" Job succeeded 2025-04-18 18:33.28: Job succeeded