2025-02-01 17:07.26: 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.03@sha256:802b51ab1562b3741617a9f1700349f22cfb51a73b1add602814b2f31436d806
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:802b51ab1562b3741617a9f1700349f22cfb51a73b1add602814b2f31436d806
# 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 e25af452e64b0bd6672dce5f38d878780362341d || git fetch origin master) && git reset -q --hard e25af452e64b0bd6672dce5f38d878780362341d && 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.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+beta7 ocaml.4.03.0 ocaml-base-compiler.4.03.0 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0.9.1 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 re.1.7.2 result.1.5 seq.0.2.2 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 $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
2025-02-01 17:07.26: Using cache hint "ocaml-community/yojson-ocaml/opam:debian-12-ocaml-4.03@sha256:802b51ab1562b3741617a9f1700349f22cfb51a73b1add602814b2f31436d806-debian-12-4.03_opam-2.3-c2d741ddb9777ef99601102f7ac46672"
2025-02-01 17:07.26: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.03@sha256:802b51ab1562b3741617a9f1700349f22cfb51a73b1add602814b2f31436d806)
(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 e25af452e64b0bd6672dce5f38d878780362341d || git fetch origin master) && git reset -q --hard e25af452e64b0bd6672dce5f38d878780362341d && 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+beta7 ocaml.4.03.0 ocaml-base-compiler.4.03.0 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0.9.1 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 re.1.7.2 result.1.5 seq.0.2.2 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-02-01 17:07.26: Waiting for resource in pool OCluster
2025-02-01 17:07.48: Waiting for worker…
2025-02-01 17:11.21: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
Initialised empty Git repository in /var/cache/obuilder/ocluster/git/yojson.git-94d92a5fc7853768992cd13718ce0b42b823f9ef/.git/
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:802b51ab1562b3741617a9f1700349f22cfb51a73b1add602814b2f31436d806)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.03@sha256:802b51ab1562b3741617a9f1700349f22cfb51a73b1add602814b2f31436d806' locally
docker.io/ocaml/opam@sha256:802b51ab1562b3741617a9f1700349f22cfb51a73b1add602814b2f31436d806: Pulling from ocaml/opam
46e35eb005a6: Pulling fs layer
46e35eb005a6: Download complete
46e35eb005a6: Pull complete
Digest: sha256:802b51ab1562b3741617a9f1700349f22cfb51a73b1add602814b2f31436d806
Status: Downloaded newer image for ocaml/opam@sha256:802b51ab1562b3741617a9f1700349f22cfb51a73b1add602814b2f31436d806
2025-02-01 17:11.22 ---> using "1a689143ea134c88ba740cf6c4224b335a7ad49d5eed0cadfda0a4734062da5c" 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-02-01 17:11.22 ---> using "244257d51b21c22015df2b8c08522ed5721d4bd167a931d64056e9bb69ccdcef" 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 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-02-01 17:11.22 ---> using "26e94915a71056f9e5be76b0a495ac37f1196ee2cfc52de02eb8a8480851882c" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 4.03.0
2.3.0
2025-02-01 17:11.22 ---> using "2295af233e6f34663bf3970d0072ec36a300b321367d34af7e4a7208b655bfb9" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-02-01 17:11.22 ---> using "84cc0cadecff1b9cbb5019958f736bc4cb93425c78fe9af2cfb6e48a94a6e846" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e e25af452e64b0bd6672dce5f38d878780362341d || git fetch origin master) && git reset -q --hard e25af452e64b0bd6672dce5f38d878780362341d && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
3e681a81f6..e25af452e6 master -> origin/master
e25af452e6 Merge pull request #27273 from hannesm/archive-phase2
<><> 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)
2025-02-01 17:11.22 ---> using "9acec161127d7d48c8eee08fb2f36853b2dec677d49cfee6f2448a5f3219bfa3" from cache
/src: (copy (src yojson.opam yojson-five.opam yojson-bench.opam) (dst ./))
2025-02-01 17:11.22 ---> saved as "72d7799cfc71bddacc5433878c7080ab073ff3eaa697f7d613c90d0df85e1f96"
/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-02-01 17:11.30 ---> saved as "5dd67f7d3033728a56a4f4542e981848c35b792fb7eaa76dfdf72a7ac7b3dbaf"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-02-01 17:11.30 ---> saved as "e0a8066c63443bf8fd91e7e27ce402298338b2fddf1d37a63fa12ae400f686ae"
/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+beta7 ocaml.4.03.0 ocaml-base-compiler.4.03.0 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0.9.1 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 re.1.7.2 result.1.5 seq.0.2.2 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-security bookworm-security/main amd64 Packages [243 kB]
- Fetched 346 kB in 1s (686 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-02-01 17:11.58 ---> saved as "a937d8ad4d281a37678c2648aa09241302af980a14aa00577d122972e7ad8664"
/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+beta7 (deprecated)
- install ocamlbuild 0.9.1
- install ocamlfind 1.8.1
- install ocamlfind-secondary 1.8.1
- install re 1.7.2
- install result 1.5
- install seq 0.2.2
- 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 alcotest.1.0.0 (cached)
-> retrieved dune.2.7.0 (cached)
-> retrieved ocaml-secondary-compiler.4.08.1 (cached)
-> retrieved ocamlbuild.0.9.1 (cached)
-> retrieved jbuilder.1.0+beta7 (https://github.com/janestreet/jbuilder/archive/1.0+beta7.tar.gz)
-> 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.2.2 (cached)
-> retrieved stdlib-shims.0.1.0 (cached)
-> retrieved topkg.0.9.0 (cached)
-> retrieved uuidm.0.9.6 (cached)
-> installed cmdliner.1.0.3
-> installed ocamlbuild.0.9.1
-> installed ocamlfind.1.8.1
-> installed base-bytes.base
-> installed jbuilder.1.0+beta7
-> 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 result.1.5
-> installed stdlib-shims.0.1.0
-> installed seq.0.2.2
-> installed topkg.0.9.0
-> installed uuidm.0.9.6
-> installed fmt.0.8.6
-> installed astring.0.8.2
-> installed alcotest.1.0.0
Done.
<><> jbuilder.1.0+beta7 installed successfully ><><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2025-02-01 17:18.45 ---> saved as "c651e39afc2513d32ae4bcc25dbe66507b7f952cb8e86e7c4c9c8965e158cf5e"
/src: (copy (src .) (dst /src))
2025-02-01 17:18.46 ---> saved as "9bfb1326fca0bf6d30ea4edfb0e6fc0d6aa87b4785c6bf6f50c9c16c9357c867"
/src: (run (shell "opam exec -- dune build --only-packages=yojson @install @check @runtest && rm -rf _build"))
test alias test/runtest
Testing Yojson.
This run has ID `25A2B077-501E-435B-8141-799B96584B68`.
... 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/25A2B077-501E-435B-8141-799B96584B68`.
Test Successful in 0.000s. 30 tests run.
2025-02-01 17:18.49 ---> saved as "11e72b9849e5ee310fd98b378fe740e1b030d0022cb845338e9bc9cbaff9ac03"
Job succeeded
2025-02-01 17:18.50: Job succeeded