Organisationsocaml-communityyojsonce6e25 (master)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-12-19 22:53.56: New job: test ocaml-community/yojson https://github.com/ocaml-community/yojson.git#refs/heads/master (ce6e2505c52153b36989e1e36abb6dae96a7e703) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.02@sha256:bed435992a6e3945bf818c3cbe3cc6eef44916b4dc0be56865cad6594324ad65
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.02@sha256:bed435992a6e3945bf818c3cbe3cc6eef44916b4dc0be56865cad6594324ad65
# debian-12-4.02_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 28daeff6f36e886a2c133aceed8a117d4c6dcd28 || git fetch origin master) && git reset -q --hard 28daeff6f36e886a2c133aceed8a117d4c6dcd28 && 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 './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.0.8.5 astring.0.8.0 base-bigarray.base base-bytes.base base-ocamlbuild.base base-threads.base base-unix.base cmdliner.0.9.8 conf-m4.1 dune.2.7.0 fmt.0.8.0 ocaml.4.02.3 ocaml-base-compiler.4.02.3 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 result.1.0 seq.0.2.2 topkg.0.7.5 uuidm.0.9.5"
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-12-19 22:53.56: Using cache hint "ocaml-community/yojson-ocaml/opam:debian-12-ocaml-4.02@sha256:bed435992a6e3945bf818c3cbe3cc6eef44916b4dc0be56865cad6594324ad65-debian-12-4.02_opam-2.3-0906176fca1b29d2cb4264209ddb6f82"
2024-12-19 22:53.56: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.02@sha256:bed435992a6e3945bf818c3cbe3cc6eef44916b4dc0be56865cad6594324ad65)
(comment debian-12-4.02_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 28daeff6f36e886a2c133aceed8a117d4c6dcd28 || git fetch origin master) && git reset -q --hard 28daeff6f36e886a2c133aceed8a117d4c6dcd28 && 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.0.8.5 astring.0.8.0 base-bigarray.base base-bytes.base base-ocamlbuild.base base-threads.base base-unix.base cmdliner.0.9.8 conf-m4.1 dune.2.7.0 fmt.0.8.0 ocaml.4.02.3 ocaml-base-compiler.4.02.3 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 result.1.0 seq.0.2.2 topkg.0.7.5 uuidm.0.9.5")
(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-12-19 22:53.56: Waiting for resource in pool OCluster
2024-12-20 19:17.37: Waiting for worker…
2024-12-20 19:19.37: Got resource from pool OCluster
Building on x86-bm-c10.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.02@sha256:bed435992a6e3945bf818c3cbe3cc6eef44916b4dc0be56865cad6594324ad65)
2024-12-20 19:19.37 ---> using "fcf810be7ae1815877dda82754ca7f330234e6404c36a6d5dc5ffd8d7743d768" from cache


/: (comment debian-12-4.02_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-12-20 19:19.37 ---> using "53ea460a2fd94ac83dbdcfccee763907635a130982227cc2f32d4760cc02c9ff" 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
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-12-20 19:20.29 ---> saved as "c261da9bb6c7761139b3a442ba115244e36911954e5c4bb51033dd24ddd07ded"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-126-generic
The OCaml toplevel, version 4.02.3
2.3.0
2024-12-20 19:20.29 ---> saved as "6f2f56ae8b9994c92f5739b96c72bd733202f1a84c4da6cea72eb70fdf09a800"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-12-20 19:20.30 ---> saved as "b35384a881d6dac7c9ec72d2d2a18c1d2d7d7c9fc4b3cf8aaa3cb4d830e33d64"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 28daeff6f36e886a2c133aceed8a117d4c6dcd28 || git fetch origin master) && git reset -q --hard 28daeff6f36e886a2c133aceed8a117d4c6dcd28 && git log --no-decorate -n1 --oneline && opam update -u"))
28daeff6f3 Merge pull request #26814 from mtelvers/m4


<><> 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-12-20 19:21.50 ---> saved as "354dc9765ebeb7d6cf857d41e2c44cc7fafb158d519a56191032f23db4f122d6"


/src: (copy (src yojson.opam yojson-five.opam yojson-bench.opam) (dst ./))
2024-12-20 19:21.50 ---> saved as "f6be51c117dc180d19acdf1b79fb1906107702b53514e593e11ede4e995b8140"


/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-12-20 19:21.56 ---> saved as "dca9bb765c7ab1b2d7426f9c79fbf307bce36b311a187178e444e85db7c1d8db"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2024-12-20 19:21.56 ---> saved as "e9db698ef4937c355b45fc66bbf00aec9040efe3cf4240b0063955ab15ac032a"


/src: (env DEPS "alcotest.0.8.5 astring.0.8.0 base-bigarray.base base-bytes.base base-ocamlbuild.base base-threads.base base-unix.base cmdliner.0.9.8 conf-m4.1 dune.2.7.0 fmt.0.8.0 ocaml.4.02.3 ocaml-base-compiler.4.02.3 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 result.1.0 seq.0.2.2 topkg.0.7.5 uuidm.0.9.5")


/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 [236 kB]
- Fetched 339 kB in 0s (1358 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.02.3).
[NOTE] Package ocaml is already installed (current version is 4.02.3).
[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-ocamlbuild 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) ...
2024-12-20 19:22.20 ---> saved as "f12b650acf4f6401f7349c0d7123cc71a84b08ecae81c0ac7fd69a4ddbf23b6f"


/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.02.3).
[NOTE] Package ocaml is already installed (current version is 4.02.3).
[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-ocamlbuild 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 14 packages
- install   alcotest                 0.8.5
- install   astring                  0.8.0
- install   base-bytes               base
- install   cmdliner                 0.9.8
- install   conf-m4                  1
- install   dune                     2.7.0
- install   fmt                      0.8.0
- install   ocamlbuild               0
- install   ocamlfind                1.8.1
- install   ocamlfind-secondary      1.8.1
- install   result                   1.0
- install   seq                      0.2.2
- install   topkg                    0.7.5
- install   uuidm                    0.9.5


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.0.9.8  (cached)
-> installed conf-m4.1
-> retrieved astring.0.8.0  (http://erratique.ch/software/astring/releases/astring-0.8.0.tbz)
-> retrieved fmt.0.8.0  (cached)
-> retrieved alcotest.0.8.5  (cached)
-> installed ocamlbuild.0
-> retrieved ocamlfind.1.8.1, ocamlfind-secondary.1.8.1  (cached)
-> retrieved dune.2.7.0  (cached)
-> retrieved ocaml-secondary-compiler.4.08.1  (cached)
-> retrieved result.1.0  (cached)
-> retrieved seq.0.2.2  (cached)
-> retrieved topkg.0.7.5  (cached)
-> installed result.1.0
-> retrieved uuidm.0.9.5  (http://erratique.ch/software/uuidm/releases/uuidm-0.9.5.tbz)
-> installed cmdliner.0.9.8
-> installed ocamlfind.1.8.1
-> installed base-bytes.base
-> installed astring.0.8.0
-> installed uuidm.0.9.5
-> installed topkg.0.7.5
-> installed fmt.0.8.0
-> 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.2.2
-> installed alcotest.0.8.5
Done.
# To update the current shell environment, run: eval $(opam env)
2024-12-20 19:26.57 ---> saved as "94c37f3159a2cb54c2f670b25a061f3278a0ceefb89adb1a0422d432c2649075"


/src: (copy (src .) (dst /src))
2024-12-20 19:26.58 ---> saved as "0ca1ff992d78aa1d15430b1a9db6ef2d6216d31428743e093f9c76448843931e"


/src: (run (shell "opam exec -- dune build --only-packages=yojson @install @check @runtest && rm -rf _build"))
test alias test/runtest
tput: No value for $TERM and no -T specified
stty: 'standard input': Inappropriate ioctl for device
Testing Yojson.
This run has ID `67EA4680-941A-4479-A097-01DB3AC7AA38`.
...                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/67EA4680-941A-4479-A097-01DB3AC7AA38`.
Test Successful in 0.007s. 30 tests run.
2024-12-20 19:27.00 ---> saved as "c9d90891f963305a2c62bbb223a68039ccdf34454b639b6460626a842d83fa49"
Job succeeded
2024-12-20 19:27.01: Job succeeded