2024-11-19 19:06.19: New job: test ocaml-community/yojson https://github.com/ocaml-community/yojson.git#refs/heads/master (ce6e2505c52153b36989e1e36abb6dae96a7e703) (linux-x86_64:debian-12-4.07_opam-2.3) Base: ocaml/opam:debian-12-ocaml-4.07@sha256:eb28d827734c2d5e16eb8240b7bce5972b76e307d173848aad11c2a7153bf412 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-community/yojson.git" -b "master" && cd "yojson" && git reset --hard ce6e2505 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.07@sha256:eb28d827734c2d5e16eb8240b7bce5972b76e307d173848aad11c2a7153bf412 # debian-12-4.07_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.3 /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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u COPY --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 './' ENV DEPS="alcotest.1.5.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.0.4 dune.3.16.1 fmt.0.8.9 host-arch-x86_64.1 host-system-other.1 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 re.1.11.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y yojson.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build --only-packages=yojson @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2024-11-19 19:06.19: Using cache hint "ocaml-community/yojson-ocaml/opam:debian-12-ocaml-4.07@sha256:eb28d827734c2d5e16eb8240b7bce5972b76e307d173848aad11c2a7153bf412-debian-12-4.07_opam-2.3-ef5745798e61d0c481576e3952400955" 2024-11-19 19:06.19: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.07@sha256:eb28d827734c2d5e16eb8240b7bce5972b76e307d173848aad11c2a7153bf412) (comment debian-12-4.07_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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && 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 './'")) (env DEPS "alcotest.1.5.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.0.4 dune.3.16.1 fmt.0.8.9 host-arch-x86_64.1 host-system-other.1 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 re.1.11.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3") (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")) ) 2024-11-19 19:06.19: Waiting for resource in pool OCluster 2024-11-20 03:21.45: Waiting for worker… 2024-11-20 03:25.51: Got resource from pool OCluster Building on x86-bm-c13.sw.ocaml.org All commits already cached HEAD is now at ce6e250 Merge pull request #158 from Leonidas-from-XIV/remove-tuple-variant (from ocaml/opam:debian-12-ocaml-4.07@sha256:eb28d827734c2d5e16eb8240b7bce5972b76e307d173848aad11c2a7153bf412) 2024-11-20 03:26.34 ---> saved as "fae3830a23d9fb9aba11c76c879e838d4ce744113577ec6d63c477d66ee5f15d" /: (comment debian-12-4.07_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")) 2024-11-20 03:26.35 ---> saved as "97391d51b1d1a4bed87aa7e041852b13e08eb5c624d832c4281ca7624d8a252c" /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 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-11-20 03:28.04 ---> saved as "7c0fd92b9a646a87ba33728c4c050e2cfa259d670b36736a7bc1915d13e455f4" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-125-generic The OCaml toplevel, version 4.07.1 2.3.0 2024-11-20 03:28.05 ---> saved as "83076f2fcecfadc97fb4eda5ea650f4dc809fdb28c1f5752e2e4e4265ce681a8" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-11-20 03:28.05 ---> saved as "bdd1af2add94b52f7ca76859be72d5b9712602db6dacc4afeefee0215ca79128" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u")) 371a52f4a8 Merge pull request #26816 from maiste/release-dune-3.16.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. # To update the current shell environment, run: eval $(opam env) 2024-11-20 03:29.28 ---> saved as "e6197bbec0fdb843b6577677646093b0b1bf9866cae2eaaefbe098075de9e656" /src: (copy (src yojson.opam yojson-five.opam yojson-bench.opam) (dst ./)) 2024-11-20 03:29.28 ---> saved as "ec94546d4fb1692720277bf3e429b1c2c1340ec35aac13a17b7a9898cf80eb4d" /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) 2024-11-20 03:29.35 ---> saved as "faca1b449fb7d6dc99ee180d505b5756754cd20da63475f09d89feb53bf2e269" /src: (env DEPS "alcotest.1.5.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.0.4 dune.3.16.1 fmt.0.8.9 host-arch-x86_64.1 host-system-other.1 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 re.1.11.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3") /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-security bookworm-security/main amd64 Packages [204 kB] - Fetched 308 kB in 0s (1058 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [yojson.dev] synchronised (no changes) [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.07.1). [NOTE] Package ocaml is already installed (current version is 4.07.1). [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-11-20 03:29.55 ---> saved as "e26d2d979b73df8563668c442c3c7704b08a7af2821f828d629bbbd1c55ce289" /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.07.1). [NOTE] Package ocaml is already installed (current version is 4.07.1). [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 14 packages - install alcotest 1.5.0 - install astring 0.8.5 - install cmdliner 1.0.4 - install dune 3.16.1 - install fmt 0.8.9 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.14.3 - install ocamlfind 1.9.6 - install ocamlfind-secondary 1.9.6 - install re 1.11.0 - install seq base - install stdlib-shims 0.3.0 - install topkg 1.0.7 - install uutf 1.0.3 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved alcotest.1.5.0 (cached) -> retrieved cmdliner.1.0.4 (cached) -> retrieved fmt.0.8.9 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.14.3 (cached) -> retrieved ocamlfind.1.9.6, ocamlfind-secondary.1.9.6 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved re.1.11.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uutf.1.0.3 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved dune.3.16.1 (cached) -> installed cmdliner.1.0.4 -> installed ocamlfind.1.9.6 -> installed ocamlfind-secondary.1.9.6 -> installed ocamlbuild.0.14.3 -> installed topkg.1.0.7 -> installed uutf.1.0.3 -> installed astring.0.8.5 -> installed dune.3.16.1 -> installed stdlib-shims.0.3.0 -> installed ocaml-syntax-shims.1.0.0 -> installed re.1.11.0 -> installed fmt.0.8.9 -> installed alcotest.1.5.0 Done. # To update the current shell environment, run: eval $(opam env) 2024-11-20 03:31.00 ---> saved as "a7dd857d1a0a4844a7a2d4540d0da1397eba60f147fd53d99351d26095bb7c3c" /src: (copy (src .) (dst /src)) 2024-11-20 03:31.01 ---> saved as "14a1de1d9904e8ec99c0a2cfd8abff6c99c19732d0cf3d56e6db132fe6909b70" /src: (run (shell "opam exec -- dune build --only-packages=yojson @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test.exe) Testing `Yojson'. This run has ID `L5XFW7K5'. [OK] equality 0 Scalar equality. [OK] equality 1 List equality. [OK] equality 2 Assoc equality. [OK] read 0 from_string. [OK] read 1 from_crlf_string. [OK] read 2 from_string_fail_simple. [OK] read 3 from_string_fail_lines. [OK] read 4 from_string_fail_bytes. [OK] read 5 from_string_fail_unterminated. [OK] read 6 from_string_fail_nested_unterminated. [OK] read 7 from_string_fail_unterminated_structure. [OK] read 8 from_string_fail_unstarted_structure. [OK] read 9 from_string_fail_unstarted_object. [OK] read 10 from_string_fail_large_int. [OK] read 11 from_string_fail_escaped_char. [OK] read 12 from_file. [OK] read 13 unquoted_from_string. [OK] read 14 map_ident. [OK] write 0 to_file with default settings. [OK] write 1 to_file with newline. [OK] write 2 to_file without newline. [OK] write 3 to_string with default settings. [OK] write 4 to_string with newline. [OK] write 5 to_string without newline. [OK] write 6 seq_to_file with default settings. [OK] write 7 seq_to_file with newline. [OK] write 8 seq_to_file without newline. [OK] util 0 empty path. [OK] util 1 non-existing path. [OK] util 2 traversal. Full test results in `/src/_build/default/test/_build/_tests/Yojson'. Test Successful in 0.003s. 30 tests run. 2024-11-20 03:31.03 ---> saved as "8a3b66f4cbefa88d066cadf18021f126084c625b86cb1291d468aecf31c18195" Job succeeded 2024-11-20 03:31.03: Job succeeded