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:opensuse-15.6-4.14_opam-2.3)Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:565caa1d2239ea8b3217a5a9a164b2eddd3e8790294e08ef1a71886592ec2d54Opam 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:opensuse-15.6-ocaml-4.14@sha256:565caa1d2239ea8b3217a5a9a164b2eddd3e8790294e08ef1a71886592ec2d54# opensuse-15.6-4.14_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-threads.base base-unix.base cppo.1.8.0 dune.3.19.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.0 ppxlib.0.36.0 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:opensuse-15.6-ocaml-4.14@sha256:565caa1d2239ea8b3217a5a9a164b2eddd3e8790294e08ef1a71886592ec2d54-opensuse-15.6-4.14_opam-2.3-fddc94a685d6c23583ef04c06dea790d"2025-06-12 14:14.27: Using OBuilder spec:((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:565caa1d2239ea8b3217a5a9a164b2eddd3e8790294e08ef1a71886592ec2d54)(comment opensuse-15.6-4.14_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-threads.base base-unix.base cppo.1.8.0 dune.3.19.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.0 ppxlib.0.36.0 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.43: Waiting for worker…2025-06-12 16:08.20: 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:opensuse-15.6-ocaml-4.14@sha256:565caa1d2239ea8b3217a5a9a164b2eddd3e8790294e08ef1a71886592ec2d54)Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:565caa1d2239ea8b3217a5a9a164b2eddd3e8790294e08ef1a71886592ec2d54' locallydocker.io/ocaml/opam@sha256:565caa1d2239ea8b3217a5a9a164b2eddd3e8790294e08ef1a71886592ec2d54: Pulling from ocaml/opam0c9b1e5df1d0: Pulling fs layer0c9b1e5df1d0: Waiting0c9b1e5df1d0: Verifying Checksum0c9b1e5df1d0: Download complete0c9b1e5df1d0: Pull completeDigest: sha256:565caa1d2239ea8b3217a5a9a164b2eddd3e8790294e08ef1a71886592ec2d54Status: Downloaded newer image for ocaml/opam@sha256:565caa1d2239ea8b3217a5a9a164b2eddd3e8790294e08ef1a71886592ec2d542025-06-12 16:08.20 ---> using "10415628735946104af0884481f773347d9e76b0e93d393e4c5078068414f710" from cache/: (comment opensuse-15.6-4.14_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:08.20 ---> using "9656c09767a216641cb92ff601d9765117ba376022ee1b456a3f075535cf81ce" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-06-12 16:08.20 ---> using "8c78702c43e0f8980184e3e7d7465414f3471abf449b638b179a1d00d25efc31" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-60-genericThe OCaml toplevel, version 4.14.22.3.02025-06-12 16:08.20 ---> using "50f563d99aeebe7d7eb285b53b0a15041987debe88cd0eb9991c6a62894c6ca9" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-06-12 16:08.20 ---> using "213b1db1c3e149c6d14076bc1e9f500d13912267fed4fcd5b9223362f8cce1ca" 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_HEAD0d013e603b..a28eb8a148 master -> origin/mastera28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[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:08.20 ---> using "3113daf0a304bdc26cbf3710a306ca5cd197543bfd7abf9402170911d3af69f2" from cache/src: (copy (src ppx_deriving_yojson.opam) (dst ./))2025-06-12 16:08.20 ---> using "4a1f5c666d8d171a67e7862f24e5f54e7a1aefd286bdb36ba2da86be14460682" 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:08.20 ---> using "103cd217c12ae7ce31c9ca7e881635f2c13d5a1613651b42a5eab0935493e0bb" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-06-12 16:08.20 ---> using "e709faebf1047e12e00c7cbf9dd49011bbd29c2778e87f56000ddf02e2735110" from cache/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.19.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.0 ppxlib.0.36.0 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 "zypper" "--non-interactive" "refresh"- Retrieving repository 'Update repository of openSUSE Backports' metadata [........- done]- Building repository 'Update repository of openSUSE Backports' cache [....done]- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [........- .........- ..........- ..........- ..........- .........- ......- ....- done]- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..- ..done]- Retrieving repository 'Main Update Repository' metadata [........done]- Building repository 'Main Update Repository' cache [....done]- Retrieving repository 'Update Repository (Non-Oss)' metadata [........done]- Building repository 'Update Repository (Non-Oss)' cache [....done]- Repository 'Non-OSS Repository' is up to date.- Repository 'Main Repository' is up to date.- All repositories have been refreshed.<><> 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-06-12 16:09.40 ---> saved as "72969e6d7959e6a9d6f3a165001a6c03edf9a327821462bc814e9cef92ac72c3"/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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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 12 packages- install cppo 1.8.0- install dune 3.19.1- install ocaml-compiler-libs v0.12.4- 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.36.0- 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.12.4 (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 ppxlib.0.36.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (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 cppo.1.8.0-> installed ocaml-compiler-libs.v0.12.4-> installed yojson.3.0.0-> installed ounit2.2.2.7-> installed ppxlib.0.36.0-> installed ppx_deriving.6.1.0Done.# To update the current shell environment, run: eval $(opam env)2025-06-12 16:12.39 ---> saved as "6dbfd159328c3bde96ba4e301d8a92e1998107634abb3de8a31b5740c2e3694e"/src: (copy (src .) (dst /src))2025-06-12 16:12.44 ---> saved as "e5a4c3b0e63bd41a84678de3a832fbb87a88f7d5ef4d5d5931aea323e05b2ef5"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -9-39-27-34-37 -g -bin-annot -I src_test/.test_ppx_yojson.eobjs/byte -I /home/opam/.opam/4.14/lib/ounit2 -I /home/opam/.opam/4.14/lib/ounit2/advanced -I /home/opam/.opam/4.14/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/yojson -I src/.ppx_deriving_yojson_runtime.objs/byte -no-alias-deps -opaque -o src_test/.test_ppx_yojson.eobjs/byte/test_ppx_yojson.cmo -c -impl src_test/test_ppx_yojson.pp.ml)File "src_test/test_ppx_yojson.ml", line 28, characters 34-38:28 | assert_equal ~printer:show_json json (cleanup (to_json obj));^^^^Error: This expression has type Yojson.Safe.tbut an expression was expected of type jsonThe first variant type does not allow tag(s) `Tuple, `Variant"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12025-06-12 16:12.53: Job failed: Failed: Build failed