2025-06-12 14:14.27: New job: test ocaml-ppx/ppx_deriving_yojson https://github.com/ocaml-ppx/ppx_deriving_yojson.git#refs/pull/164/head (821b2b771ff285edf266c6393a46ca7388485179) (linux-x86_64:debian-12-5.4~alpha1_opam-2.3)Base: ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:3a2e801c3d969d9101cb818f01462924b5cb3510a91297023cf1a1d481607b5eOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ppx_deriving_yojson.git" && cd "ppx_deriving_yojson" && git fetch origin "refs/pull/164/head" && git reset --hard 821b2b77cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:3a2e801c3d969d9101cb818f01462924b5cb3510a91297023cf1a1d481607b5e# debian-12-5.4~alpha1_opam-2.3USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -uCOPY --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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.19.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.0 ppxlib.0.37.0~5.4preview seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ppx_deriving_yojson.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-06-12 14:14.27: Using cache hint "ocaml-ppx/ppx_deriving_yojson-ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:3a2e801c3d969d9101cb818f01462924b5cb3510a91297023cf1a1d481607b5e-debian-12-5.4~alpha1_opam-2.3-e1da98983339d6d3c9dc528f4692ed59"2025-06-12 14:14.27: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:3a2e801c3d969d9101cb818f01462924b5cb3510a91297023cf1a1d481607b5e)(comment debian-12-5.4~alpha1_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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.19.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.0 ppxlib.0.37.0~5.4preview seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 yojson.3.0.0")(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 ppx_deriving_yojson.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-06-12 14:14.27: Waiting for resource in pool OCluster2025-06-12 16:04.44: Waiting for worker…2025-06-12 16:12.38: Got resource from pool OClusterBuilding on phoebeAll commits already cachedHEAD is now at 821b2b7 Add type constraint in `of_yojson` record variant constructor case(from ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:3a2e801c3d969d9101cb818f01462924b5cb3510a91297023cf1a1d481607b5e)Unable to find image 'ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:3a2e801c3d969d9101cb818f01462924b5cb3510a91297023cf1a1d481607b5e' locallydocker.io/ocaml/opam@sha256:3a2e801c3d969d9101cb818f01462924b5cb3510a91297023cf1a1d481607b5e: Pulling from ocaml/opam262d2e7c2ca3: Pulling fs layer64ccde405200: Pulling fs layere4e9baf18417: Pulling fs layer50ef52b18c5d: Pulling fs layer39039691911f: Pulling fs layer15375d8de1e9: Pulling fs layer09a4ddbbfba1: Pulling fs layer0944b62da2ab: Pulling fs layer50ef52b18c5d: Waiting39039691911f: Waiting15375d8de1e9: Waiting87ddf3b6ed66: Pulling fs layer09a4ddbbfba1: Waiting0944b62da2ab: Waiting87ddf3b6ed66: Waitinge4e9baf18417: Verifying Checksume4e9baf18417: Download complete64ccde405200: Verifying Checksum64ccde405200: Download complete50ef52b18c5d: Verifying Checksum50ef52b18c5d: Download complete39039691911f: Verifying Checksum39039691911f: Download complete09a4ddbbfba1: Download complete0944b62da2ab: Verifying Checksum0944b62da2ab: Download complete87ddf3b6ed66: Verifying Checksum87ddf3b6ed66: Download complete262d2e7c2ca3: Verifying Checksum262d2e7c2ca3: Download complete15375d8de1e9: Verifying Checksum15375d8de1e9: Download complete262d2e7c2ca3: Pull complete64ccde405200: Pull completee4e9baf18417: Pull complete50ef52b18c5d: Pull complete39039691911f: Pull complete15375d8de1e9: Pull complete09a4ddbbfba1: Pull complete0944b62da2ab: Pull complete87ddf3b6ed66: Pull completeDigest: sha256:3a2e801c3d969d9101cb818f01462924b5cb3510a91297023cf1a1d481607b5eStatus: Downloaded newer image for ocaml/opam@sha256:3a2e801c3d969d9101cb818f01462924b5cb3510a91297023cf1a1d481607b5e2025-06-12 16:12.38 ---> using "be9dd8e70b83a069cd61858d21c005f4182dfb97d2c05e351237a1b4b82e5a95" from cache/: (comment debian-12-5.4~alpha1_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-06-12 16:12.38 ---> using "3062ec7cce7bdb455be3335effdf9a499a034037cd477c6132c5018321ae42e0" 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 --globalFormat 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] Initialised2025-06-12 16:12.38 ---> using "4242b961734114624846029f29b991cc808bd0a51f7a0c80ebd8131ff3c348a9" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-60-genericThe OCaml toplevel, version 5.4.0~alpha12.3.02025-06-12 16:12.38 ---> using "3b529aa3bba3df13dd89cde7025db336882542373891b673c0bd904c621b5357" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-06-12 16:12.38 ---> using "912f96d2b43efcb1691f09acad9d28a8774297e80e5f734a7cb68ac1d5bde0dc" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADf96c4f16cc..a28eb8a148 master -> origin/mastera28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[beta] no changes from git+https://github.com/ocaml/ocaml-beta-repository[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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-06-12 16:12.38 ---> using "ce3506beeee1e83bc3bbef4216fef0166426739f2a75e06cadd371b2a255a607" from cache/src: (copy (src ppx_deriving_yojson.opam) (dst ./))2025-06-12 16:12.38 ---> using "6ad1e92039183eedcd1746388b7c086450a38ba242a690aaaf47ceb1b8f448de" from cache/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)2025-06-12 16:12.38 ---> using "58dc685494577093b537ece956d4db9db5b4a7e6b3a0c9bff05c9c61e3233fbe" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-06-12 16:12.38 ---> using "123bc7d45da659d216c59c368ec093ec12f7d96b1a1ebfb7ebd98ce783e4ff82" from cache/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.19.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.0 ppxlib.0.37.0~5.4preview seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 yojson.3.0.0")/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 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-security bookworm-security/main amd64 Packages [266 kB]- Fetched 369 kB in 1s (670 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ppx_deriving_yojson.dev] synchronised (file:///src)[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.4.0~alpha1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0~alpha1).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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).2025-06-12 16:12.38 ---> using "04795f4908ca619b12afe30ffb1966b2c36616b4e887e7d1db644c5bd0412327" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[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.4.0~alpha1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0~alpha1).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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 12 packages- install cppo 1.8.0- install dune 3.19.1- install ocaml-compiler-libs v0.17.0- install ocamlfind 1.9.8- install ounit2 2.2.7- install ppx_derivers 1.2.1- install ppx_deriving 6.1.0- install ppxlib 0.37.0~5.4preview- install seq base- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cppo.1.8.0 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ounit2.2.2.7 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_deriving.6.1.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved ppxlib.0.37.0~5.4preview (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved dune.3.19.1 (cached)-> installed ocamlfind.1.9.8-> installed dune.3.19.1-> installed ppx_derivers.1.2.1-> installed stdlib-shims.0.3.0-> installed sexplib0.v0.17.0-> installed ocaml-compiler-libs.v0.17.0-> installed cppo.1.8.0-> installed ounit2.2.2.7-> installed yojson.3.0.0-> installed ppxlib.0.37.0~5.4preview[ERROR] The compilation of ppx_deriving.6.1.0 failed at "dune build -p ppx_deriving -j 71".#=== ERROR while compiling ppx_deriving.6.1.0 =================================## context 2.3.0 | linux/x86_64 | ocaml-base-compiler.5.4.0~alpha1 | git+file:///home/opam/opam-repository# path ~/.opam/5.4~alpha1/.opam-switch/build/ppx_deriving.6.1.0# command ~/.opam/5.4~alpha1/bin/dune build -p ppx_deriving -j 71# exit-code 1# env-file ~/.opam/log/ppx_deriving-1-f120ff.env# output-file ~/.opam/log/ppx_deriving-1-f120ff.out### output #### (cd _build/default && /home/opam/.opam/5.4~alpha1/bin/ocamlopt.opt -w -40 -w -27-9 -g -I src/api/.ppx_deriving_api.objs/byte -I src/api/.ppx_deriving_api.objs/native -I /home/opam/.opam/5.4~alpha1/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.4~alpha1/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.4~alpha1/lib/ocaml/compiler-libs -I /home/opam/.opam/5.4~alpha1/lib/ppx_derivers -I /home/opam/.opam/5.4~alpha1/lib/ppxlib -I /home/opam/.opam/5.4~alpha1/lib/ppxlib/ast -I /home/opam/.opam/5.4~alpha1/lib/ppxlib/astlib -I /home/opam/.opam/5.4~alpha1/lib/ppxlib/print_diff -I /home/opam/.opam/5.4~alpha1/lib/ppxlib/stdppx -I /home/opam/.opam/5.4~alpha1/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.4~alpha1/lib/sexplib0 -I /home/opam/.opam/5.4~alpha1/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/api/.ppx_deriving_api.objs/native/ppx_deriving.cmx -c -impl src/api/ppx_deriving.pp.ml)# File "ppx_deriving.cppo.ml", line 352, characters 54-57:# Error: The value lid has type Ppxlib.longident = Astlib.Longident.t# but an expression was expected of type# Ocaml_common.Longident.t = Longident.t# (cd _build/default && /home/opam/.opam/5.4~alpha1/bin/ocamlc.opt -w -40 -w -27-9 -g -bin-annot -bin-annot-occurrences -I src/api/.ppx_deriving_api.objs/byte -I /home/opam/.opam/5.4~alpha1/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.4~alpha1/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.4~alpha1/lib/ocaml/compiler-libs -I /home/opam/.opam/5.4~alpha1/lib/ppx_derivers -I /home/opam/.opam/5.4~alpha1/lib/ppxlib -I /home/opam/.opam/5.4~alpha1/lib/ppxlib/ast -I /home/opam/.opam/5.4~alpha1/lib/ppxlib/astlib -I /home/opam/.opam/5.4~alpha1/lib/ppxlib/print_diff -I /home/opam/.opam/5.4~alpha1/lib/ppxlib/stdppx -I /home/opam/.opam/5.4~alpha1/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.4~alpha1/lib/sexplib0 -I /home/opam/.opam/5.4~alpha1/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/api/.ppx_deriving_api.objs/byte/ppx_deriving.cmo -c -impl src/api/ppx_deriving.pp.ml)# File "ppx_deriving.cppo.ml", line 352, characters 54-57:# Error: The value lid has type Ppxlib.longident = Astlib.Longident.t# but an expression was expected of type# Ocaml_common.Longident.t = Longident.t<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>+- The following actions failed| - build ppx_deriving 6.1.0+-+- The following changes have been performed| - install cppo 1.8.0| - install dune 3.19.1| - install ocaml-compiler-libs v0.17.0| - install ocamlfind 1.9.8| - install ounit2 2.2.7| - install ppx_derivers 1.2.1| - install ppxlib 0.37.0~5.4preview| - install seq base| - install sexplib0 v0.17.0| - install stdlib-shims 0.3.0| - install yojson 3.0.0+-# To update the current shell environment, run: eval $(opam env)The former state can be restored with:/usr/bin/opam switch import "/home/opam/.opam/5.4~alpha1/.opam-switch/backup/state-20250612160820.export""/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 312025-06-12 16:12.41: Job failed: Failed: Build failed