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.03_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-4.03@sha256:9765b30fd9b0d48aed044c365557c2fcb028830f0b7a8faff3b39f77e47ec03e
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.03@sha256:9765b30fd9b0d48aed044c365557c2fcb028830f0b7a8faff3b39f77e47ec03e
# debian-12-4.03_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.1.0 astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.0.4 dune.3.16.1 fmt.0.8.6 host-arch-x86_64.1 host-system-other.1 ocaml.4.03.0 ocaml-base-compiler.4.03.0 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 re.1.11.0 seq.0.3.1 stdlib-shims.0.3.0 topkg.1.0.4 uuidm.0.9.7"
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.03@sha256:9765b30fd9b0d48aed044c365557c2fcb028830f0b7a8faff3b39f77e47ec03e-debian-12-4.03_opam-2.3-0c948547e18aebccb2a3d3dde604a1f6"
2024-11-19 19:06.19: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.03@sha256:9765b30fd9b0d48aed044c365557c2fcb028830f0b7a8faff3b39f77e47ec03e)
(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 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.1.0 astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.0.4 dune.3.16.1 fmt.0.8.6 host-arch-x86_64.1 host-system-other.1 ocaml.4.03.0 ocaml-base-compiler.4.03.0 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 re.1.11.0 seq.0.3.1 stdlib-shims.0.3.0 topkg.1.0.4 uuidm.0.9.7")
(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.48: Waiting for worker…
2024-11-20 03:25.52: Got resource from pool OCluster
Building on doris.caelum.ci.dev
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.03@sha256:9765b30fd9b0d48aed044c365557c2fcb028830f0b7a8faff3b39f77e47ec03e)
2024-11-20 03:25.53 ---> using "01b57552d554d326fbe4324b4ca4023f34705b881e478df45f3d133645f6fb4f" 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"))
2024-11-20 03:25.53 ---> using "06ded1d89f8133d2c80fb08b0b53f2b69116670fb318fcfc10de757c2515766d" 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 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 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-11-20 03:25.53 ---> using "2c32b2dd05cc043457cc749e5f9f0d31aa788bcd1333bf6f782b55b6ed5fb51d" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-125-generic
The OCaml toplevel, version 4.03.0
2.3.0
2024-11-20 03:25.53 ---> using "82b7ee497d967d0518478eb93a7898297be564313dc23669658c2ce529c0b3a3" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2024-11-20 03:25.53 ---> using "895da5503f0a5297ee84b6a1ea70e600d1115717f96f808aec8845eb79141ef1" from cache
/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:25.53 ---> using "b49f61214db0b09277c7483e4666041dad5905ed92bc74c8dd12c48cfaf35c35" from cache
/src: (copy (src yojson.opam yojson-five.opam yojson-bench.opam) (dst ./))
2024-11-20 03:25.53 ---> saved as "6bdf07c0f472387474731f5374a928e88640d86978db788a3b0522c8bf605a8f"
/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:25.58 ---> saved as "50779dd38db4a676a8fd5db2d1a04e987d34f64e7dba1fbfa3e4e52b8ad5c091"
/src: (env DEPS "alcotest.1.1.0 astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.0.4 dune.3.16.1 fmt.0.8.6 host-arch-x86_64.1 host-system-other.1 ocaml.4.03.0 ocaml-base-compiler.4.03.0 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 re.1.11.0 seq.0.3.1 stdlib-shims.0.3.0 topkg.1.0.4 uuidm.0.9.7")
/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 (1027 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.03.0).
[NOTE] Package ocaml is already installed (current version is 4.03.0).
[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:26.12 ---> saved as "66d9efbfb9f3508bbeae63b6dfbb20aa91e23cb981295b498682b47e55087d15"
/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.03.0).
[NOTE] Package ocaml is already installed (current version is 4.03.0).
[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.1.0
- install astring 0.8.3
- install base-bytes base
- install cmdliner 1.0.4
- install dune 3.16.1
- install fmt 0.8.6
- install ocamlbuild 0.14.3
- install ocamlfind 1.9.6
- install ocamlfind-secondary 1.9.6
- install re 1.11.0
- install seq 0.3.1
- install stdlib-shims 0.3.0
- install topkg 1.0.4
- install uuidm 0.9.7
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.3 (cached)
-> retrieved cmdliner.1.0.4 (cached)
-> retrieved fmt.0.8.6 (cached)
-> retrieved ocamlbuild.0.14.3 (cached)
-> retrieved alcotest.1.1.0 (cached)
-> retrieved ocamlfind.1.9.6, ocamlfind-secondary.1.9.6 (cached)
-> retrieved re.1.11.0 (cached)
-> retrieved seq.0.3.1 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved uuidm.0.9.7 (cached)
-> retrieved topkg.1.0.4 (cached)
-> retrieved dune.3.16.1 (cached)
-> installed cmdliner.1.0.4
-> installed ocamlbuild.0.14.3
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlfind-secondary.1.9.6
-> installed topkg.1.0.4
-> installed uuidm.0.9.7
-> installed astring.0.8.3
-> installed dune.3.16.1
-> installed seq.0.3.1
-> installed stdlib-shims.0.3.0
-> installed re.1.11.0
-> installed fmt.0.8.6
-> installed alcotest.1.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2024-11-20 03:26.53 ---> saved as "6518d8d26c428b743cc50e8c6e1e97f02986f0a08240fa651ca9a42809c87ddb"
/src: (copy (src .) (dst /src))
2024-11-20 03:26.53 ---> saved as "f5d7dcf207c3e7d49d6d483705281ca349bf8fcd2030c9722c9ab38d99b3d32b"
/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 `3F48DCB7-3C6D-4FC2-B085-999F358E0556`.
... equality 0 Scalar equality. [OK] equality 0 Scalar equality.
... equality 1 List equality. [OK] equality 1 List equality.
... equality 2 Assoc equality. [OK] equality 2 Assoc equality.
... read 0 from_string. [OK] read 0 from_string.
... read 1 from_crlf_string. [OK] read 1 from_crlf_string.
... read 2 from_string_fail_simple. [OK] read 2 from_string_fail_simple.
... read 3 from_string_fail_lines. [OK] read 3 from_string_fail_lines.
... read 4 from_string_fail_bytes. [OK] read 4 from_string_fail_bytes.
... read 5 from_string_fail_unterminated. [OK] read 5 from_string_fail_unterminated.
... read 6 from_string_fail_nested_unterminated. [OK] read 6 from_string_fail_nested_unterminated.
... read 7 from_string_fail_unterminated_structure. [OK] read 7 from_string_fail_unterminated_structure.
... read 8 from_string_fail_unstarted_structure. [OK] read 8 from_string_fail_unstarted_structure.
... read 9 from_string_fail_unstarted_object. [OK] read 9 from_string_fail_unstarted_object.
... read 10 from_string_fail_large_int. [OK] read 10 from_string_fail_large_int.
... read 11 from_string_fail_escaped_char. [OK] read 11 from_string_fail_escaped_char.
... read 12 from_file. [OK] read 12 from_file.
... read 13 unquoted_from_string. [OK] read 13 unquoted_from_string.
... read 14 map_ident. [OK] read 14 map_ident.
... write 0 to_file with default settings. [OK] write 0 to_file with default settings.
... write 1 to_file with newline. [OK] write 1 to_file with newline.
... write 2 to_file without newline. [OK] write 2 to_file without newline.
... write 3 to_string with default settings. [OK] write 3 to_string with default settings.
... write 4 to_string with newline. [OK] write 4 to_string with newline.
... write 5 to_string without newline. [OK] write 5 to_string without newline.
... write 6 seq_to_file with default settings. [OK] write 6 seq_to_file with default settings.
... write 7 seq_to_file with newline. [OK] write 7 seq_to_file with newline.
... write 8 seq_to_file without newline. [OK] write 8 seq_to_file without newline.
... util 0 empty path. [OK] util 0 empty path.
... util 1 non-existing path. [OK] util 1 non-existing path.
... util 2 traversal. [OK] util 2 traversal.
The full test results are available in `/src/_build/default/test/_build/_tests/3F48DCB7-3C6D-4FC2-B085-999F358E0556`.
Test Successful in 0.000s. 30 tests run.
2024-11-20 03:26.54 ---> saved as "3065c247b6657b1af1f500213b73f3b6b928406bc4eb222b98aa6a8ebc486e20"
Job succeeded
2024-11-20 03:26.55: Job succeeded