2025-10-18 16:36.58: New job: test mirage/ezjsonm https://github.com/mirage/ezjsonm.git#refs/pull/56/head (0c6b49717d95976e40de75293ba6da2eec840c20) (openbsd-amd64:openbsd-77-amd64-5.4_opam-2.4)
Base: openbsd-77-amd64-ocaml-5.4
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-5.4
# openbsd-77-amd64-5.4_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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && 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.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 re.1.14.0 sedlex.3.7 seq.base sexplib.v0.17.0 sexplib0.v0.17.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-18 16:36.58: Using cache hint "mirage/ezjsonm-openbsd-77-amd64-ocaml-5.4-openbsd-77-amd64-5.4_opam-2.4-2b1f48a4be9e934c5a17e6d883ba8c12"
2025-10-18 16:36.58: Using OBuilder spec:
((from openbsd-77-amd64-ocaml-5.4)
(comment openbsd-77-amd64-5.4_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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && 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.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 re.1.14.0 sedlex.3.7 seq.base sexplib.v0.17.0 sexplib0.v0.17.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-18 16:36.58: Waiting for resource in pool OCluster
2025-10-19 01:52.05: Waiting for worker…
2025-10-19 07:06.06: 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-5.4)
2025-10-19 07:06.07 ---> using "8424522d1f78b81b26ba463ba357c8ca122e0f74070b621aa84fc80c68430631" from cache
/: (comment openbsd-77-amd64-5.4_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-19 07:06.07 ---> using "c9c9d20b21285c86d832e721a23e6d7df92b8c156184c48d4f8227c52c533e04" 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-19 07:06.07 ---> using "4fe223850f63b3570d56a2e9a2f2955ccada1b654ec00cbaced22f9e9f923ca0" from cache
/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
OpenBSD 7.7
The OCaml toplevel, version 5.4.0
2.4.1
2025-10-19 07:06.07 ---> using "8d299a54fbfd348a915878f15036df1470bbbf7d8b30158a99fe7f714d061672" from cache
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u"))
deb3de7fc5 Merge pull request #28686 from NathanReb/release-ppxlib-0.37.0
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-10-19 07:06.07 ---> using "450a66eb02de3eb8ee3554178f166b2dfc5d3e0b9978969f9c7e33dc3cbfc026" from cache
/: (copy (src ezjsonm.opam ezjsonm-lwt.opam) (dst /home/opam/src/./))
2025-10-19 07:07.04 ---> saved as "ab81a4105e5f5fa27ef2533f8a5ee7f84c2b05cee87fd72a8a4cda384dffcce9"
/: (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-19 07:08.01 ---> saved as "3fcb7b279581e3f08989de9a22614148dbb9ff9b22e61c549d429c338ca342ec"
/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2025-10-19 07:08.43 ---> saved as "88c0d5d3e636075abbe80a16b3e6e9978fc75b19a8a054f6dd76418b2c1531fa"
/: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 re.1.14.0 sedlex.3.7 seq.base sexplib.v0.17.0 sexplib0.v0.17.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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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-13T22:55:16Z
- --- +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-19 07:10.32 ---> saved as "aacefaa9c762afb61c86efcdc72a5b6bf7c685bf9abfcd2392fd05bc5771fab9"
/: (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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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 42 packages
- install alcotest 1.9.1
- install astring 0.8.5
- install base v0.17.3
- 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.17.0
- install ocaml-syntax-shims 1.0.0
- install ocaml_intrinsics_kernel v0.17.1
- install ocamlbuild 0.16.1
- install ocamlfind 1.9.8
- install ocplib-endian 1.2
- install parsexp v0.17.0
- install ppx_derivers 1.2.1
- install ppx_sexp_conv v0.17.1
- install ppxlib 0.37.0
- install ppxlib_jane v0.17.4
- install re 1.14.0
- install sedlex 3.7
- install seq base
- install sexplib v0.17.0
- install sexplib0 v0.17.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.17.3 (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.17.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved parsexp.v0.17.0 (cached)
-> retrieved ppx_sexp_conv.v0.17.1 (cached)
-> retrieved ppxlib_jane.v0.17.4 (cached)
-> retrieved sedlex.3.7 (cached)
-> retrieved seq.base (cached)
-> retrieved re.1.14.0 (cached)
-> installed cmdliner.2.0.0
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved sexplib.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved topkg.1.1.0 (cached)
-> retrieved yojson.3.0.0 (cached)
-> installed dune.3.20.2
-> installed num.1.6
-> 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.17.0
-> installed menhir.20250912
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed ocplib-endian.1.2
-> installed seq.base
-> installed sexplib0.v0.17.0
-> installed gen.1.1
-> installed base.v0.17.3
-> installed lwt.5.9.2
-> installed parsexp.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed sexplib.v0.17.0
-> installed ppxlib.0.37.0
-> installed topkg.1.1.0
-> installed ppxlib_jane.v0.17.4
-> installed astring.0.8.5
-> installed fmt.0.11.0
-> installed ppx_sexp_conv.v0.17.1
-> installed cstruct.6.2.0
-> installed sedlex.3.7
-> installed hex.1.5.0
-> installed uutf.1.0.4
-> installed yojson.3.0.0
-> installed alcotest.1.9.1
-> installed js_of_ocaml-compiler.6.2.0
-> installed jsonm.1.0.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-19 07:30.58 ---> saved as "ea6c021a1c0bdc1f5d5a11f877b0ba7c61aba438e21ff3ef35763da1456c8c75"
/: (copy (src .) (dst /home/opam/src))
2025-10-19 07:31.42 ---> saved as "36b0923377b469ae031f7cb873fe3c69dbed7399b817ce1113be5f13b81d6842"
/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/lib_test && ./test.exe)
Testing `ezjsonm'.
This run has ID `0MDEE9OV'.
[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.258s. 9 tests run.
(cd _build/default/lib_test && ./test_unix.exe)
Testing `ezjsonm'.
This run has ID `M0QVS9CA'.
[OK] stream 0 stream0.
Full test results in `~/src/_build/default/lib_test/_build/_tests/ezjsonm'.
Test Successful in 0.005s. 1 test run.
(cd _build/default/lib_test && /usr/local/bin/node test.bc.js)
Testing `ezjsonm'.
This run has ID `PTS55KO3'.
[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 1.979s. 9 tests run.
2025-10-19 07:32.40 ---> saved as "bf9bd7c9db0b785210cec8fd9339fa61ab2d01781f256b4fe795b443079fd99c"
Job succeeded
2025-10-19 07:32.40: Job succeeded