2025-04-28 13:24.59: New job: test mirage/ezjsonm https://github.com/mirage/ezjsonm.git#refs/heads/master (225df7cdc61d6de9dfcd5c7dd76931442d774e98) (openbsd-amd64:openbsd-76-amd64-5.3_opam-2.3) Base: openbsd-76-amd64-ocaml-5.3 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/ezjsonm.git" -b "master" && cd "ezjsonm" && git reset --hard 225df7cd cat > Dockerfile <<'END-OF-DOCKERFILE' FROM openbsd-76-amd64-ocaml-5.3 # openbsd-76-amd64-5.3_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN doas ln -f /usr/bin/opam-2.3 /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 442eddb8a363418dcb02e519972818da08bb7cd4 || git fetch origin master) && git reset -q --hard 442eddb8a363418dcb02e519972818da08bb7cd4 && 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.0 astring.0.8.5 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-npm.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.18.1 dune-configurator.3.18.1 fmt.0.10.0 gen.1.1 hex.1.5.0 js_of_ocaml-compiler.6.0.1 jsonm.1.0.2 lwt.5.9.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.0 ppxlib.0.35.0 ppxlib_jane.v0.17.2 re.1.12.0 sedlex.3.4 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 yojson.2.2.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --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-04-28 13:24.59: Using cache hint "mirage/ezjsonm-openbsd-76-amd64-ocaml-5.3-openbsd-76-amd64-5.3_opam-2.3-8eb52582c5277ba85f029926052300a5" 2025-04-28 13:24.59: Using OBuilder spec: ((from openbsd-76-amd64-ocaml-5.3) (comment openbsd-76-amd64-5.3_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "doas 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")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 442eddb8a363418dcb02e519972818da08bb7cd4 || git fetch origin master) && git reset -q --hard 442eddb8a363418dcb02e519972818da08bb7cd4 && 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.0 astring.0.8.5 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-npm.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.18.1 dune-configurator.3.18.1 fmt.0.10.0 gen.1.1 hex.1.5.0 js_of_ocaml-compiler.6.0.1 jsonm.1.0.2 lwt.5.9.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.0 ppxlib.0.35.0 ppxlib_jane.v0.17.2 re.1.12.0 sedlex.3.4 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 yojson.2.2.2") (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 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-04-28 13:24.59: Waiting for resource in pool OCluster 2025-04-28 13:25.00: Waiting for worker… 2025-04-28 13:25.00: Got resource from pool OCluster Building on bremusa HEAD is now at 8625253 Fix the use of the deprecated Printf.kprintf function HEAD is now at 225df7c Merge pull request #53 from dmbaturin/fix-deprecated-stdlib (from openbsd-76-amd64-ocaml-5.3) 2025-04-28 13:25.00 ---> using "753f998be4709b35e38a93b7272dee818f697255d5b48fadd1c23cb92a82f244" from cache /: (comment openbsd-76-amd64-5.3_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-04-28 13:25.00 ---> using "b8621e22ceef6e45a2b70edd0350b6ec56c4cb2588ea75f8c24bf97f9bb8e3c1" 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] synchronised from file:///home/opam/opam-repository 2025-04-28 13:25.00 ---> using "caa4033b0f51d691107e536d025405bc96e59134e192afef776a8bfd43aac5e1" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) OpenBSD 7.6 The OCaml toplevel, version 5.3.0 2.3.0 2025-04-28 13:25.00 ---> using "7116693f695a70fbcc11fcbf90bc7fd32f30a6c20aabff3b1e1c926faaad9b01" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 442eddb8a363418dcb02e519972818da08bb7cd4 || git fetch origin master) && git reset -q --hard 442eddb8a363418dcb02e519972818da08bb7cd4 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD f93eb7cb02..442eddb8a3 master -> origin/master 442eddb8a3 Merge pull request #27761 from maiste/release-dune-3.18.1 <><> 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-04-28 13:25.00 ---> using "c000489f0fd97e34eb7a56a8c1757b2f1ba3f72fc57fd9ffa4ac317fa405c204" from cache /: (copy (src ezjsonm.opam ezjsonm-lwt.opam) (dst /home/opam/src/./)) 2025-04-28 13:25.00 ---> using "b8eed6a34ce5c2820cb62f6cc5a729ba97f7557393fffbf7bfb8ca503b11a1fa" from cache /: (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-04-28 13:25.00 ---> using "08a497fb767e298d000f560c30925cb59d1af5509120dc8b4e24005ea00e2c63" from cache /: (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) 2025-04-28 13:25.00 ---> using "1467b31c0410cbe445c4a8d7eaf1088b89982953fdb9d7de25965067143b830f" from cache /: (env DEPS "alcotest.1.9.0 astring.0.8.5 base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-npm.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.18.1 dune-configurator.3.18.1 fmt.0.10.0 gen.1.1 hex.1.5.0 js_of_ocaml-compiler.6.0.1 jsonm.1.0.2 lwt.5.9.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 num.1.5-1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.0 ppxlib.0.35.0 ppxlib_jane.v0.17.2 re.1.12.0 sedlex.3.4 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 yojson.2.2.2") /: (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 ezjsonm.dev ezjsonm-lwt.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ezjsonm.dev] synchronised (file:///home/opam/src) [ezjsonm-lwt.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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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.50 signed on 2025-04-16T10:28:11Z - --- +node-20.18.2v0 ------------------- - You may wish to add /usr/local/lib/node_modules/npm/man to /etc/man.conf - --- +openssl-3.2.4v0 ------------------- - You may wish to add /usr/local/lib/eopenssl32/man to /etc/man.conf 2025-04-28 13:25.00 ---> using "2602213daba9b90cf6f72264e8f6369e853cc9ddf1393ea2720e09c418ad9d95" from cache /: (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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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.0 - install astring 0.8.5 - install base v0.17.1 - install base-bytes base - install cmdliner 1.3.0 - install conf-npm 1 - install cppo 1.8.0 - install csexp 1.5.2 - install cstruct 6.2.0 - install dune 3.18.1 - install dune-configurator 3.18.1 - install fmt 0.10.0 - install gen 1.1 - install hex 1.5.0 - install js_of_ocaml-compiler 6.0.1 - install jsonm 1.0.2 - install lwt 5.9.1 - install menhir 20240715 - install menhirCST 20240715 - install menhirLib 20240715 - install menhirSdk 20240715 - install num 1.5-1 - 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.0 - install ppxlib 0.35.0 - install ppxlib_jane v0.17.2 - install re 1.12.0 - install sedlex 3.4 - install seq base - install sexplib v0.17.0 - install sexplib0 v0.17.0 - install stdlib-shims 0.3.0 - install topkg 1.0.8 - install uutf 1.0.4 - install yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved base.v0.17.1 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cstruct.6.2.0 (cached) -> retrieved alcotest.1.9.0 (cached) -> retrieved fmt.0.10.0 (cached) -> retrieved gen.1.1 (cached) -> retrieved hex.1.5.0 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved lwt.5.9.1 (cached) -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) -> retrieved js_of_ocaml-compiler.6.0.1 (cached) -> retrieved num.1.5-1 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached) -> retrieved dune.3.18.1, dune-configurator.3.18.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved parsexp.v0.17.0 (cached) -> retrieved ppx_sexp_conv.v0.17.0 (cached) -> retrieved ppxlib_jane.v0.17.2 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved seq.base (cached) -> retrieved sedlex.3.4 (cached) -> retrieved sexplib.v0.17.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved re.1.12.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved yojson.2.2.2 (cached) -> installed cmdliner.1.3.0 -> installed conf-npm.1 -> installed dune.3.18.1 -> installed num.1.5-1 -> installed cppo.1.8.0 -> installed csexp.1.5.2 -> installed menhirCST.20240715 -> installed dune-configurator.3.18.1 -> installed menhirLib.20240715 -> installed menhirSdk.20240715 -> installed ocaml-compiler-libs.v0.17.0 -> installed menhir.20240715 -> 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 seq.base -> installed sexplib0.v0.17.0 -> installed gen.1.1 -> installed base.v0.17.1 -> installed ocplib-endian.1.2 -> installed parsexp.v0.17.0 -> installed lwt.5.9.1 -> installed re.1.12.0 -> installed sexplib.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed topkg.1.0.8 -> installed ppxlib.0.35.0 -> installed astring.0.8.5 -> installed fmt.0.10.0 -> installed ppxlib_jane.v0.17.2 -> installed cstruct.6.2.0 -> installed ppx_sexp_conv.v0.17.0 -> installed hex.1.5.0 -> installed sedlex.3.4 -> installed uutf.1.0.4 -> installed yojson.2.2.2 -> installed alcotest.1.9.0 -> installed js_of_ocaml-compiler.6.0.1 -> installed jsonm.1.0.2 Done. # To update the current shell environment, run: eval $(opam env) 2025-04-28 13:25.00 ---> using "ac79dc128828c8720e26395ccf19308e484dd960d5655aed25d811d3c0376515" from cache /: (copy (src .) (dst /home/opam/src)) 2025-04-28 13:25.00 ---> using "7f747085e64f5b67bf37e18a7ca60ef364af55a81db5d8b46fd004f62d9fe2c5" from cache /: (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 `MO0B7L0R'. [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 && ./test.exe) Testing `ezjsonm'. This run has ID `UTQ1GLL6'. [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.209s. 9 tests run. (cd _build/default/lib_test && /usr/local/bin/node test.bc.js) Testing `ezjsonm'. This run has ID `LVSFEH5M'. [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.885s. 9 tests run. 2025-04-28 13:25.00 ---> using "f2486e4f52834bfe1dc27ec658daa649a0ec89eaa7233b05b0df41f7f8e7b1cf" from cache Job succeeded 2025-04-28 13:25.01: Job succeeded