2025-04-25 13:45.26: New job: test ocaml-community/yojson https://github.com/ocaml-community/yojson.git#refs/pull/192/head (d6337249144dab814f0b8b6265ae657fa5a91488) (linux-x86_64:(lower-bound))Base: ocaml/opam:debian-12-ocaml-4.03@sha256:6c4e85baeb3cd872bf5012ec8d4e20cc04359e4f3afe63e0942f0a3f4d959ea0Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-community/yojson.git" && cd "yojson" && git fetch origin "refs/pull/192/head" && git reset --hard d6337249cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-4.03@sha256:6c4e85baeb3cd872bf5012ec8d4e20cc04359e4f3afe63e0942f0a3f4d959ea0# debian-12-4.03_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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 yojson.opam yojson-five.opam yojson-bench.opam ./RUN opam pin add -yn yojson.dev './' && \opam pin add -yn yojson-five.dev './' && \opam pin add -yn yojson-bench.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.0.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.0.3 conf-m4.1 dune.2.7.0 fmt.0.8.6 jbuilder.1.0+beta20.1 ocaml.4.03.0 ocaml-base-compiler.4.03.0 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0.14.0 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 re.1.7.2 result.1.5 seq.0.3.1 stdlib-shims.0.1.0 topkg.0.9.0 uuidm.0.9.6"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.3 --depext-only -y yojson.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build --only-packages=yojson @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-04-25 13:45.26: Using cache hint "ocaml-community/yojson-ocaml/opam:debian-12-ocaml-4.03@sha256:6c4e85baeb3cd872bf5012ec8d4e20cc04359e4f3afe63e0942f0a3f4d959ea0-debian-12-4.03_opam-2.3-37dce80a5e9ff7ce5c0a731c2cc03c6e"2025-04-25 13:45.26: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.03@sha256:6c4e85baeb3cd872bf5012ec8d4e20cc04359e4f3afe63e0942f0a3f4d959ea0)(comment debian-12-4.03_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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src yojson.opam yojson-five.opam yojson-bench.opam) (dst ./))(run (network host)(shell "opam pin add -yn yojson.dev './' && \\nopam pin add -yn yojson-five.dev './' && \\nopam pin add -yn yojson-bench.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.0.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.0.3 conf-m4.1 dune.2.7.0 fmt.0.8.6 jbuilder.1.0+beta20.1 ocaml.4.03.0 ocaml-base-compiler.4.03.0 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0.14.0 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 re.1.7.2 result.1.5 seq.0.3.1 stdlib-shims.0.1.0 topkg.0.9.0 uuidm.0.9.6")(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 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 --only-packages=yojson @install @check @runtest && rm -rf _build")))2025-04-25 13:45.26: Waiting for resource in pool OCluster2025-04-25 13:45.26: Waiting for worker…2025-04-25 13:45.26: Got resource from pool OClusterBuilding on x86-bm-c8.sw.ocaml.orgAll commits already cachedHEAD is now at d633724 Normalize CRLF(from ocaml/opam:debian-12-ocaml-4.03@sha256:6c4e85baeb3cd872bf5012ec8d4e20cc04359e4f3afe63e0942f0a3f4d959ea0)Unable to find image 'ocaml/opam:debian-12-ocaml-4.03@sha256:6c4e85baeb3cd872bf5012ec8d4e20cc04359e4f3afe63e0942f0a3f4d959ea0' locallydocker.io/ocaml/opam@sha256:6c4e85baeb3cd872bf5012ec8d4e20cc04359e4f3afe63e0942f0a3f4d959ea0: Pulling from ocaml/opam5acc410011ee: Pulling fs layer5acc410011ee: Verifying Checksum5acc410011ee: Download complete5acc410011ee: Pull completeDigest: sha256:6c4e85baeb3cd872bf5012ec8d4e20cc04359e4f3afe63e0942f0a3f4d959ea0Status: Downloaded newer image for ocaml/opam@sha256:6c4e85baeb3cd872bf5012ec8d4e20cc04359e4f3afe63e0942f0a3f4d959ea02025-04-25 13:45.27 ---> using "d2a64e8bd3a3d2a9a8c0f84450df5c9f873b02e14a442b1d17b125002e4e1cde" from cache/: (comment debian-12-4.03_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-04-25 13:45.27 ---> using "2b9e9585ac2c3e9c97b1eb643b0b4bf9b32f5660f9e3ef6bfccb3462c5b5cdb0" 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 "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"[default] synchronised from file:///home/opam/opam-repository2025-04-25 13:45.27 ---> using "d8c08e52008c31671797f23381986697aad54636501e98c61762e6e702f0095a" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.03.02.3.02025-04-25 13:45.27 ---> using "3071860bf4b8b9e91aa7901d700b00732eda02b705b9c318cf40685d02a3624c" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-04-25 13:45.27 ---> using "90d994b3aa1ee304ba93eac87d36a76cc8f716100f2a3e7c3e574cb7b2ce5991" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u"))cb8df6db01 Merge pull request #27631 from dbuenzli/incompatible-cmdliner2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive[default] synchronised from 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-04-25 13:45.27 ---> using "3671092c5be8db6ef8fff8fc053a6c0a42ba924b5a38f9e25e1ca83b6c9b879e" from cache/src: (copy (src yojson.opam yojson-five.opam yojson-bench.opam) (dst ./))2025-04-25 13:45.27 ---> using "8b0528d5f40fe2e0ef6332cda7ba8ab1273c000bb5442f2b3adc7eb2e96aaf5b" from cache/src: (run (network host)(shell "opam pin add -yn yojson.dev './' && \\nopam pin add -yn yojson-five.dev './' && \\nopam pin add -yn yojson-bench.dev './'"))[yojson.dev] synchronised (file:///src)yojson is now pinned to file:///src (version dev)[yojson-five.dev] synchronised (file:///src)yojson-five is now pinned to file:///src (version dev)[yojson-bench.dev] synchronised (file:///src)yojson-bench is now pinned to file:///src (version dev)2025-04-25 13:45.27 ---> using "83888b66a13484f3e5eaefc228853aef768e99fec71f74eb1e5477169e80daad" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-04-25 13:45.27 ---> using "5842576f59afe488367c38c70b2aa492e00fa4bec13c3c78800a7984e707f1da" from cache/src: (env DEPS "alcotest.1.0.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.0.3 conf-m4.1 dune.2.7.0 fmt.0.8.6 jbuilder.1.0+beta20.1 ocaml.4.03.0 ocaml-base-compiler.4.03.0 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0.14.0 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 re.1.7.2 result.1.5 seq.0.3.1 stdlib-shims.0.1.0 topkg.0.9.0 uuidm.0.9.6")/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 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 [16.2 kB]- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-03-27-1414.15-F-2025-03-27-1414.15.pdiff [187 B]- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-03-27-1414.15-F-2025-03-27-1414.15.pdiff [187 B]- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [260 kB]- Fetched 380 kB in 0s (1455 kB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[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.03.0).[NOTE] Package ocaml is already installed (current version is 4.03.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-bigarray is already installed (current version is base).The following system packages will first need to be installed:m4<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"- debconf: delaying package configuration, since apt-utils is not installed- Selecting previously unselected package m4.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18745 files and directories currently installed.)- Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...- Unpacking m4 (1.4.19-3) ...- Setting up m4 (1.4.19-3) ...2025-04-25 13:45.27 ---> using "aaee629b5b9a763be893404c507b27afb0af4881793bb10f0be9e14b2ad92be8" from cache/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.03.0).[NOTE] Package ocaml is already installed (current version is 4.03.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-bigarray is already installed (current version is base).The following actions will be performed:=== downgrade 1 package- downgrade ocaml-secondary-compiler 4.14.2 to 4.08.1=== install 17 packages- install alcotest 1.0.0- install astring 0.8.2- install base-bytes base- install cmdliner 1.0.3- install conf-m4 1- install dune 2.7.0- install fmt 0.8.6- install jbuilder 1.0+beta20.1 (deprecated)- install ocamlbuild 0.14.0- install ocamlfind 1.8.1- install ocamlfind-secondary 1.8.1- install re 1.7.2- install result 1.5- install seq 0.3.1- install stdlib-shims 0.1.0- install topkg 0.9.0- install uuidm 0.9.6<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.2 (cached)-> retrieved cmdliner.1.0.3 (cached)-> installed conf-m4.1-> retrieved fmt.0.8.6 (cached)-> retrieved jbuilder.1.0+beta20.1 (cached)-> retrieved alcotest.1.0.0 (cached)-> retrieved dune.2.7.0 (cached)-> retrieved ocaml-secondary-compiler.4.08.1 (cached)-> retrieved ocamlbuild.0.14.0 (cached)-> retrieved ocamlfind.1.8.1, ocamlfind-secondary.1.8.1 (cached)-> retrieved re.1.7.2 (cached)-> retrieved result.1.5 (cached)-> retrieved seq.0.3.1 (cached)-> retrieved stdlib-shims.0.1.0 (cached)-> installed cmdliner.1.0.3-> retrieved topkg.0.9.0 (cached)-> retrieved uuidm.0.9.6 (cached)-> installed ocamlbuild.0.14.0-> installed jbuilder.1.0+beta20.1-> installed ocamlfind.1.8.1-> installed base-bytes.base-> installed re.1.7.2-> removed ocaml-secondary-compiler.4.14.2-> installed ocaml-secondary-compiler.4.08.1-> installed ocamlfind-secondary.1.8.1-> installed dune.2.7.0-> installed seq.0.3.1-> installed result.1.5-> installed stdlib-shims.0.1.0-> installed topkg.0.9.0-> installed uuidm.0.9.6-> installed fmt.0.8.6-> installed astring.0.8.2-> installed alcotest.1.0.0Done.<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>=> Note: This package is deprecated.# To update the current shell environment, run: eval $(opam env)2025-04-25 13:45.27 ---> using "a094292a37ad20ac652bc12dfc86d2b6e7ae0c8120dddcc5bb398f6426df71fb" from cache/src: (copy (src .) (dst /src))2025-04-25 13:45.27 ---> saved as "84df07f70c225fff78ab541ea4d9e0dfe3df05dc3d4aa3b74cc305c5abca57dd"/src: (run (shell "opam exec -- dune build --only-packages=yojson @install @check @runtest && rm -rf _build"))File "/home/opam/.opam/4.03/lib/re/re.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.03/lib/re/emacs/re.emacs.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.03/lib/re/glob/re.glob.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.03/lib/re/pcre/re.pcre.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.03/lib/re/perl/re.perl.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.03/lib/re/posix/re.posix.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.03/lib/re/str/re.str.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.ocamlc test/.test.eobjs/byte/dune__exe__Test_write.{cmo,cmt} (exit 2)(cd _build/default && /home/opam/.opam/4.03/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 -g -bin-annot -I test/.test.eobjs/byte -I /home/opam/.opam/4.03/lib/alcotest -I /home/opam/.opam/4.03/lib/astring -I /home/opam/.opam/4.03/lib/bytes -I /home/opam/.opam/4.03/lib/cmdliner -I /home/opam/.opam/4.03/lib/fmt -I /home/opam/.opam/4.03/lib/re -I /home/opam/.opam/4.03/lib/seq -I /home/opam/.opam/4.03/lib/stdlib-shims -I /home/opam/.opam/4.03/lib/uuidm -I lib/.yojson.objs/byte -I lib/.yojson.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/.test.eobjs/byte/dune__exe__Test_write.cmo -c -impl test/test_write.ml)File "test/test_write.ml", line 21, characters 14-34:Error: Unbound value String.split_on_charocamlopt test/.test.eobjs/native/dune__exe__Test_write.{cmx,o} (exit 2)(cd _build/default && /home/opam/.opam/4.03/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/.test.eobjs/byte -I test/.test.eobjs/native -I /home/opam/.opam/4.03/lib/alcotest -I /home/opam/.opam/4.03/lib/astring -I /home/opam/.opam/4.03/lib/bytes -I /home/opam/.opam/4.03/lib/cmdliner -I /home/opam/.opam/4.03/lib/fmt -I /home/opam/.opam/4.03/lib/re -I /home/opam/.opam/4.03/lib/seq -I /home/opam/.opam/4.03/lib/stdlib-shims -I /home/opam/.opam/4.03/lib/uuidm -I lib/.yojson.objs/byte -I lib/.yojson.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/.test.eobjs/native/dune__exe__Test_write.cmx -c -impl test/test_write.ml)File "test/test_write.ml", line 21, characters 14-34:Error: Unbound value String.split_on_char"/usr/bin/env" "bash" "-c" "opam exec -- dune build --only-packages=yojson @install @check @runtest && rm -rf _build" failed with exit status 12025-04-25 13:45.28: Job failed: Failed: Build failed