Organisationsmirageezjsonm0c6b49 ()openbsd-77-amd64-4.14_opam-2.4

openbsd-77-amd64-4.14_opam-2.4

Link Copied
Code Copied

Logs

2025-10-08 14:58.42: New job: test mirage/ezjsonm https://github.com/mirage/ezjsonm.git#refs/pull/56/head (0c6b49717d95976e40de75293ba6da2eec840c20) (openbsd-amd64:openbsd-77-amd64-4.14_opam-2.4)
Base: openbsd-77-amd64-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/ezjsonm.git" && cd "ezjsonm" && git fetch origin "refs/pull/56/head" && git reset --hard 0c6b4971
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM openbsd-77-amd64-ocaml-4.14
# openbsd-77-amd64-4.14_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN doas ln -f /usr/bin/opam-2.4 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e eb8b0e727d7741c35c0a4ffa282225d639a9bdbf || git fetch origin master) && git reset -q --hard eb8b0e727d7741c35c0a4ffa282225d639a9bdbf && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ezjsonm.opam ezjsonm-lwt.opam /home/opam/src/./
RUN opam pin add -yn ezjsonm.dev '/home/opam/src/./' && \
opam pin add -yn ezjsonm-lwt.dev '/home/opam/src/./'
RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'
ENV DEPS="alcotest.1.9.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.0.0 conf-npm.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 gen.1.1 hex.1.5.0 js_of_ocaml-compiler.6.2.0 jsonm.1.0.2 lwt.5.9.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 sedlex.3.7 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y ezjsonm.dev ezjsonm-lwt.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /home/opam/src
RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2025-10-08 14:58.42: Using cache hint "mirage/ezjsonm-openbsd-77-amd64-ocaml-4.14-openbsd-77-amd64-4.14_opam-2.4-1bf285ea95b62dd14d8a538077e3bb75"
2025-10-08 14:58.42: Using OBuilder spec:
((from openbsd-77-amd64-ocaml-4.14)
(comment openbsd-77-amd64-4.14_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "doas ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e eb8b0e727d7741c35c0a4ffa282225d639a9bdbf || git fetch origin master) && git reset -q --hard eb8b0e727d7741c35c0a4ffa282225d639a9bdbf && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src ezjsonm.opam ezjsonm-lwt.opam) (dst /home/opam/src/./))
(run (network host)
(shell  "opam pin add -yn ezjsonm.dev '/home/opam/src/./' && \
\nopam pin add -yn ezjsonm-lwt.dev '/home/opam/src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
(env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.0.0 conf-npm.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 gen.1.1 hex.1.5.0 js_of_ocaml-compiler.6.2.0 jsonm.1.0.2 lwt.5.9.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 sedlex.3.7 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.0")
(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.4 --depext-only -y ezjsonm.dev ezjsonm-lwt.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /home/opam/src))
(run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2025-10-08 14:58.42: Waiting for resource in pool OCluster
2025-10-08 14:58.42: Waiting for worker…
2025-10-08 16:01.30: Got resource from pool OCluster
Building on oregano
All commits already cached
HEAD is now at 0c6b497 show error location in [read_error_description]


(from openbsd-77-amd64-ocaml-4.14)
2025-10-08 16:01.30 ---> using "00579f8dea230f94ca5972e50ed0dc70167d1c0e96cfe76e645642677774f17f" from cache


/: (comment openbsd-77-amd64-4.14_opam-2.4)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "doas ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-10-08 16:01.30 ---> using "8054e5d0929fce63b2e622c1fc2caefa9b5f6e503f9fc7599e0bc40c0bb8a3e7" from cache


/: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from file:///home/opam/opam-repository
2025-10-08 16:01.30 ---> using "8a35e9584a9ed6dcc739329957f608077d9c3bd6b56dee5b8d5c3bdd8dab57f7" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
OpenBSD 7.7
The OCaml toplevel, version 4.14.2
2.4.1
2025-10-08 16:01.30 ---> using "b0cd4eee5840b9ccd2075fddbf7c93660c8c159436f71f3bf2f9c12998bdaf67" from cache


/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e eb8b0e727d7741c35c0a4ffa282225d639a9bdbf || git fetch origin master) && git reset -q --hard eb8b0e727d7741c35c0a4ffa282225d639a9bdbf && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
f6368c68f9..e04d4915e8  master     -> origin/master
eb8b0e727d Merge pull request #28662 from toots/opam-publish-sedlex.3.7


<><> 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 at these versions (e.g. "opam upgrade ocaml.5.3.0"), 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-10-08 16:01.30 ---> using "26e05a4a0dc1f380c8a37d3b3b2c6fed1508b3f48a25fe23516dc49b25dc7710" from cache


/: (copy (src ezjsonm.opam ezjsonm-lwt.opam) (dst /home/opam/src/./))
2025-10-08 16:01.31 ---> saved as "e37c4c670e23478da11cc8200cf96457fed2b188df5fd379547453b77f6843d0"


/: (run (network host)
(shell  "opam pin add -yn ezjsonm.dev '/home/opam/src/./' && \
\nopam pin add -yn ezjsonm-lwt.dev '/home/opam/src/./'"))
[ezjsonm.dev] synchronised (file:///home/opam/src)
ezjsonm is now pinned to file:///home/opam/src (version dev)
[ezjsonm-lwt.dev] synchronised (file:///home/opam/src)
ezjsonm-lwt is now pinned to file:///home/opam/src (version dev)
2025-10-08 16:02.17 ---> saved as "e8d48bd992a8e9a27c51c124792d90427159c72a15098036add7803474793ae0"


/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2025-10-08 16:02.59 ---> saved as "c783b3139d15a69dc271873c6322884100318170cbbe1747eab1098032dfd0f8"


/: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.0.0 conf-npm.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 gen.1.1 hex.1.5.0 js_of_ocaml-compiler.6.2.0 jsonm.1.0.2 lwt.5.9.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 sedlex.3.7 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4 yojson.3.0.0")


/: (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.4 --depext-only -y ezjsonm.dev ezjsonm-lwt.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ezjsonm-lwt.dev] synchronised (file:///home/opam/src)
[ezjsonm.dev] synchronised (file:///home/opam/src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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:
node


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/doas "pkg_add" "-I" "node"
- quirks-7.103 signed on 2025-10-05T21:49:33Z
- --- +node-22.15.1v0 -------------------
- You may wish to add /usr/local/lib/node_modules/npm/man to /etc/man.conf
- --- +openssl-3.3.3p0v0 -------------------
- You may wish to add /usr/local/lib/eopenssl33/man to /etc/man.conf
2025-10-08 16:04.32 ---> saved as "5dffee6656ec90ae52b4e3a53efcca272069da49f7aa061a162c728a276b8cd6"


/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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 40 packages
- install alcotest             1.9.1
- install astring              0.8.5
- install base                 v0.16.4
- install base-bytes           base
- install cmdliner             2.0.0
- install conf-npm             1
- install cppo                 1.8.0
- install csexp                1.5.2
- install cstruct              6.2.0
- install dune                 3.20.2
- install dune-configurator    3.20.2
- install fmt                  0.11.0
- install gen                  1.1
- install hex                  1.5.0
- install js_of_ocaml-compiler 6.2.0
- install jsonm                1.0.2
- install lwt                  5.9.2
- install menhir               20250912
- install menhirCST            20250912
- install menhirLib            20250912
- install menhirSdk            20250912
- install num                  1.6
- install ocaml-compiler-libs  v0.12.4
- install ocaml-syntax-shims   1.0.0
- install ocamlbuild           0.16.1
- install ocamlfind            1.9.8
- install ocplib-endian        1.2
- install parsexp              v0.16.0
- install ppx_derivers         1.2.1
- install ppx_sexp_conv        v0.16.0
- install ppxlib               0.35.0
- install re                   1.14.0
- install sedlex               3.7
- install seq                  base
- install sexplib              v0.16.0
- install sexplib0             v0.16.0
- install stdlib-shims         0.3.0
- install topkg                1.1.0
- install uutf                 1.0.4
- install yojson               3.0.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.16.4  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.2.0.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved alcotest.1.9.1  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved hex.1.5.0  (cached)
-> installed conf-npm.1
-> retrieved jsonm.1.0.2  (cached)
-> retrieved lwt.5.9.2  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved js_of_ocaml-compiler.6.2.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> installed cmdliner.2.0.0
-> installed num.1.6
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved seq.base  (cached)
-> retrieved sedlex.3.7  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.1.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.20.2
-> installed ocamlbuild.0.16.1
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed menhirCST.20250912
-> installed dune-configurator.3.20.2
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-compiler-libs.v0.12.4
-> installed menhir.20250912
-> installed ocaml-syntax-shims.1.0.0
-> installed ocplib-endian.1.2
-> installed ppx_derivers.1.2.1
-> installed lwt.5.9.2
-> installed re.1.14.0
-> installed seq.base
-> installed sexplib0.v0.16.0
-> installed gen.1.1
-> installed base.v0.16.4
-> installed parsexp.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed sexplib.v0.16.0
-> installed ppxlib.0.35.0
-> installed topkg.1.1.0
-> installed ppx_sexp_conv.v0.16.0
-> installed astring.0.8.5
-> installed fmt.0.11.0
-> installed sedlex.3.7
-> installed cstruct.6.2.0
-> installed uutf.1.0.4
-> installed hex.1.5.0
-> installed alcotest.1.9.1
-> installed jsonm.1.0.2
-> installed yojson.3.0.0
-> installed js_of_ocaml-compiler.6.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-08 16:21.43 ---> saved as "ab6f6bcd5af6e4d8978509669924bb03fe1a60f4a84fcdd9af6b1f749b44603d"


/: (copy (src .) (dst /home/opam/src))
2025-10-08 16:22.40 ---> saved as "81a5826bb8bfbf1c693253843233bb0a60982c6a04c109c0d004302971226301"


/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/lib_test && ./test_unix.exe)
Testing `ezjsonm'.
This run has ID `D38HQDLW'.


[OK]          stream          0   stream0.


Full test results in `~/src/_build/default/lib_test/_build/_tests/ezjsonm'.
Test Successful in 0.002s. 1 test run.
(cd _build/default/lib_test && ./test.exe)
Testing `ezjsonm'.
This run has ID `UDGVWGRQ'.


[OK]          string          0   test.
[OK]          list            0   test.
[OK]          dict            0   test.
[OK]          nested          0   test.
[OK]          sexp            0   sexp_of_t.
[OK]          sexp            1   sexp_of_value.
[OK]          errors          0   error: empty.
[OK]          errors          1   error: parse error.
[OK]          errors          2   error: not a value.


Full test results in `~/src/_build/default/lib_test/_build/_tests/ezjsonm'.
Test Successful in 0.263s. 9 tests run.
(cd _build/default/lib_test && /usr/local/bin/node test.bc.js)
Testing `ezjsonm'.
This run has ID `JCSHFD4N'.


[OK]          string          0   test.
[OK]          list            0   test.
[OK]          dict            0   test.
[OK]          nested          0   test.
[OK]          sexp            0   sexp_of_t.
[OK]          sexp            1   sexp_of_value.
[OK]          errors          0   error: empty.
[OK]          errors          1   error: parse error.
[OK]          errors          2   error: not a value.


Full test results in `~/src/_build/default/lib_test/_build/_tests/ezjsonm'.
Test Successful in 2.099s. 9 tests run.
2025-10-08 16:23.44 ---> saved as "c901312d209781e11492180809c761349c7197fecb219d319ad93ff183765a87"
Job succeeded
2025-10-08 16:23.44: Job succeeded