Organisationsocaml-communityyojsonbe0bc8 ()debian-12-4.06_opam-2.3

debian-12-4.06_opam-2.3

Link Copied
Code Copied

Logs

2025-04-25 13:49.43: New job: test ocaml-community/yojson https://github.com/ocaml-community/yojson.git#refs/pull/192/head (be0bc8f2fcd183e83e1576a7eac0ef5d283433de) (linux-x86_64:debian-12-4.06_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-4.06@sha256:eb8bdba0ae08d25fad943dfa562dccdd33beb8a75495b14335eb546db719724d
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-community/yojson.git" && cd "yojson" && git fetch origin "refs/pull/192/head" && git reset --hard be0bc8f2
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.06@sha256:eb8bdba0ae08d25fad943dfa562dccdd33beb8a75495b14335eb546db719724d
# debian-12-4.06_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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && 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.5.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.0.4 dune.3.17.2 fmt.0.8.9 ocaml.4.06.1 ocaml-base-compiler.4.06.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.0.3.1 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


2025-04-25 13:49.43: Using cache hint "ocaml-community/yojson-ocaml/opam:debian-12-ocaml-4.06@sha256:eb8bdba0ae08d25fad943dfa562dccdd33beb8a75495b14335eb546db719724d-debian-12-4.06_opam-2.3-ad5e031a50ca3690f9c0a3c3f8223f13"
2025-04-25 13:49.43: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.06@sha256:eb8bdba0ae08d25fad943dfa562dccdd33beb8a75495b14335eb546db719724d)
(comment debian-12-4.06_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.5.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.1.0.4 dune.3.17.2 fmt.0.8.9 ocaml.4.06.1 ocaml-base-compiler.4.06.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.0.3.1 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"))
)


2025-04-25 13:49.43: Waiting for resource in pool OCluster
2025-04-25 13:49.43: Waiting for worker…
2025-04-25 13:49.43: Got resource from pool OCluster
Building on x86-bm-c2.sw.ocaml.org
All commits already cached
HEAD is now at be0bc8f Read the full file without line translation


(from ocaml/opam:debian-12-ocaml-4.06@sha256:eb8bdba0ae08d25fad943dfa562dccdd33beb8a75495b14335eb546db719724d)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.06@sha256:eb8bdba0ae08d25fad943dfa562dccdd33beb8a75495b14335eb546db719724d' locally
docker.io/ocaml/opam@sha256:eb8bdba0ae08d25fad943dfa562dccdd33beb8a75495b14335eb546db719724d: Pulling from ocaml/opam
2ef2957b1f68: Pulling fs layer
2ef2957b1f68: Verifying Checksum
2ef2957b1f68: Download complete
2ef2957b1f68: Pull complete
Digest: sha256:eb8bdba0ae08d25fad943dfa562dccdd33beb8a75495b14335eb546db719724d
Status: Downloaded newer image for ocaml/opam@sha256:eb8bdba0ae08d25fad943dfa562dccdd33beb8a75495b14335eb546db719724d
2025-04-25 13:49.44 ---> using "f1531d675f5b0a7b6084db4cd108dad8cbca82aa98d4cb9f33c4cdf6758dfb3f" from cache


/: (comment debian-12-4.06_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:49.44 ---> using "a49c3fb1384922ae293bef0e2db507ca130afe8849247d0ed79043c0fb9934b7" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[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-repository
2025-04-25 13:49.44 ---> using "9553f736e87cea9206ba8bd1f02010bf64d9b9c5931d27d274245bcdf4063cd5" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.06.1
2.3.0
2025-04-25 13:49.44 ---> using "267142bc37faa946c613c56ab0e27659895703de4cf3da25754146af8f254cc3" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-04-25 13:49.44 ---> using "33ecba93d43f2b2db3d7f1012e21d64a60e1ed100f3b0680dbce631351efc0f3" 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-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-04-25 13:49.44 ---> using "651f7710b595c5fe3545cb2b341346129b7b783fb010a7a3c95bc0c57ab948da" from cache


/src: (copy (src yojson.opam yojson-five.opam yojson-bench.opam) (dst ./))
2025-04-25 13:49.44 ---> using "b8d4bfc111ddf50033ec5a3554ccbed3106ac0b3a043461bb7e66cfd8372fee1" 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:49.44 ---> using "cdca9908764168c680943d60a02b3bf2dd0dfd27987536abfb535521916b5e45" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-04-25 13:49.44 ---> using "bc8972b78be9b425eb6013ccff0fcb0203ccf0f898bf644f8d1d356a23fdecf8" from cache


/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.17.2 fmt.0.8.9 ocaml.4.06.1 ocaml-base-compiler.4.06.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.0.3.1 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 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 (1400 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[yojson.dev] synchronised (file:///src)


[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.06.1).
[NOTE] Package ocaml is already installed (current version is 4.06.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).
2025-04-25 13:49.44 ---> using "3e43720e74922f766e14b5eabce365aa929434799c73db713192b91434453750" from cache


/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.06.1).
[NOTE] Package ocaml is already installed (current version is 4.06.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.17.2
- 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                 0.3.1
- install stdlib-shims        0.3.0
- install topkg               1.0.7
- install uutf                1.0.3


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.5.0  (cached)
-> retrieved astring.0.8.5  (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 dune.3.17.2  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved seq.0.3.1  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved topkg.1.0.7  (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.17.2
-> installed seq.0.3.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)
2025-04-25 13:49.44 ---> using "156255017609c0f8a14966938dbec7bb53bf156fcba58c20362efd0fb913f484" from cache


/src: (copy (src .) (dst /src))
2025-04-25 13:49.44 ---> saved as "6adcc81117e9cd520deddfb3416fef681db5dccf03b7c27300145e0225f1579b"


/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 `SI9UZCZW'.


[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.002s. 30 tests run.
2025-04-25 13:49.45 ---> saved as "e257605f254d3171471447cae657496b3cc843b8d6405a89c9b740067777f801"
Job succeeded
2025-04-25 13:49.46: Job succeeded