2024-10-31 15:17.53: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/195/head (905c64c9d65e89260b4aeeaf4b4a2b1d5ba5c629) (linux-s390x:debian-12-4.14_s390x_opam-2.2) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:71b3f8353d3a7f86e575a814d7a8c153aea7daf7b219ed57a5f11a75cdd0ab7c Opam project build To reproduce locally: git clone --recursive "https://github.com/ocurrent/obuilder.git" && cd "obuilder" && git fetch origin "refs/pull/195/head" && git reset --hard 905c64c9 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:71b3f8353d3a7f86e575a814d7a8c153aea7daf7b219ed57a5f11a75cdd0ab7c # debian-12-4.14_s390x_opam-2.2 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.2 /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 63cfa2da7451530777c99ac51ebfc3a717cff962 || git fetch origin master) && git reset -q --hard 63cfa2da7451530777c99ac51ebfc3a717cff962 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 obuilder.opam obuilder-spec.opam ./ RUN opam pin add -yn obuilder.dev './' && \ opam pin add -yn obuilder-spec.dev './' ENV DEPS="alcotest.1.8.0 alcotest-lwt.1.8.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 conf-bash.1 conf-pkg-config.3 conf-sqlite3.1 cppo.1.7.0 crunch.3.3.1 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.16.0 dune-configurator.3.16.0 extunix.0.4.2 fmt.0.9.0 fpath.0.7.3 host-arch-s390x.1 host-system-other.1 logs.0.7.0 lwt.5.8.0 num.1.5-1 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.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 ptime.1.2.0 re.1.12.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.2.0 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.2 --depext-only -y obuilder.dev obuilder-spec.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2024-10-31 15:17.53: Using cache hint "ocurrent/obuilder-ocaml/opam:debian-12-ocaml-4.14@sha256:71b3f8353d3a7f86e575a814d7a8c153aea7daf7b219ed57a5f11a75cdd0ab7c-debian-12-4.14_s390x_opam-2.2-e27d076361202a3d614452f04c89c618" 2024-10-31 15:17.53: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:71b3f8353d3a7f86e575a814d7a8c153aea7daf7b219ed57a5f11a75cdd0ab7c) (comment debian-12-4.14_s390x_opam-2.2) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.2 /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 63cfa2da7451530777c99ac51ebfc3a717cff962 || git fetch origin master) && git reset -q --hard 63cfa2da7451530777c99ac51ebfc3a717cff962 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src obuilder.opam obuilder-spec.opam) (dst ./)) (run (network host) (shell "opam pin add -yn obuilder.dev './' && \ \nopam pin add -yn obuilder-spec.dev './'")) (env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 conf-bash.1 conf-pkg-config.3 conf-sqlite3.1 cppo.1.7.0 crunch.3.3.1 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.16.0 dune-configurator.3.16.0 extunix.0.4.2 fmt.0.9.0 fpath.0.7.3 host-arch-s390x.1 host-system-other.1 logs.0.7.0 lwt.5.8.0 num.1.5-1 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.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 ptime.1.2.0 re.1.12.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.2.0 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.0.7 uutf.1.0.3 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.2 --depext-only -y obuilder.dev obuilder-spec.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 @install @check @runtest && rm -rf _build")) ) 2024-10-31 15:17.53: Waiting for resource in pool OCluster 2024-10-31 22:47.59: Waiting for worker… 2024-11-01 01:54.07: Got resource from pool OCluster Building on s390x-worker-02.marist.ci.dev All commits already cached HEAD is now at 905c64c Remove cygsympathy (from ocaml/opam:debian-12-ocaml-4.14@sha256:71b3f8353d3a7f86e575a814d7a8c153aea7daf7b219ed57a5f11a75cdd0ab7c) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:71b3f8353d3a7f86e575a814d7a8c153aea7daf7b219ed57a5f11a75cdd0ab7c' locally docker.io/ocaml/opam@sha256:71b3f8353d3a7f86e575a814d7a8c153aea7daf7b219ed57a5f11a75cdd0ab7c: Pulling from ocaml/opam 510daf83b7a2: Already exists 1e2a066fec4d: Already exists 166dfb72943d: Already exists dff1eb3720f5: Already exists 08b627f34923: Already exists 3251eaec1223: Already exists 230c6a8e9020: Already exists 363cc25ae471: Already exists cec51457a4c9: Already exists dd754f46384c: Already exists aa43763373fc: Pulling fs layer 25388055f4a1: Pulling fs layer 6d0d664932f6: Pulling fs layer 1337e8082a0b: Pulling fs layer d09241f78cbf: Pulling fs layer 0a96ea147ebe: Pulling fs layer 1337e8082a0b: Waiting d09241f78cbf: Waiting 0a96ea147ebe: Waiting de9c4bba074b: Pulling fs layer 3c56545c9a63: Pulling fs layer d554ff0fc464: Pulling fs layer 4f4fb700ef54: Pulling fs layer 823156f7de2f: Pulling fs layer 0ed2d8fc46aa: Pulling fs layer 7a03effe4cb8: Pulling fs layer 7f3f0a3106b2: Pulling fs layer dc80459a6569: Pulling fs layer 246f9c8ddfbf: Pulling fs layer 3d3903bd2e42: Pulling fs layer 786e54e7f51e: Pulling fs layer 3fd2a7d75cca: Pulling fs layer 69d1cc5ee79c: Pulling fs layer ce817bea86d8: Pulling fs layer 28f61ab321af: Pulling fs layer 0fa056034b24: Pulling fs layer e407e640365f: Pulling fs layer 9b0a409b3c1b: Pulling fs layer 51d5e8bf443c: Pulling fs layer 0795476d8ac9: Pulling fs layer 127f6aff3ea9: Pulling fs layer 045ac90753da: Pulling fs layer 4c20c57f7dcd: Pulling fs layer f23f4c38d2e1: Pulling fs layer de9c4bba074b: Waiting 3c56545c9a63: Waiting d554ff0fc464: Waiting 4f4fb700ef54: Waiting 823156f7de2f: Waiting 0ed2d8fc46aa: Waiting 7a03effe4cb8: Waiting 7f3f0a3106b2: Waiting dc80459a6569: Waiting 246f9c8ddfbf: Waiting 3d3903bd2e42: Waiting 786e54e7f51e: Waiting 3fd2a7d75cca: Waiting 69d1cc5ee79c: Waiting ce817bea86d8: Waiting 28f61ab321af: Waiting 0fa056034b24: Waiting e407e640365f: Waiting 9b0a409b3c1b: Waiting 51d5e8bf443c: Waiting 0795476d8ac9: Waiting 127f6aff3ea9: Waiting 045ac90753da: Waiting 4c20c57f7dcd: Waiting f23f4c38d2e1: Waiting 6d0d664932f6: Verifying Checksum 6d0d664932f6: Download complete 25388055f4a1: Verifying Checksum 25388055f4a1: Download complete aa43763373fc: Verifying Checksum aa43763373fc: Download complete aa43763373fc: Pull complete 25388055f4a1: Pull complete 6d0d664932f6: Pull complete d09241f78cbf: Download complete 1337e8082a0b: Verifying Checksum 1337e8082a0b: Download complete 1337e8082a0b: Pull complete 0a96ea147ebe: Verifying Checksum 0a96ea147ebe: Download complete d09241f78cbf: Pull complete 0a96ea147ebe: Pull complete d554ff0fc464: Verifying Checksum d554ff0fc464: Download complete de9c4bba074b: Verifying Checksum de9c4bba074b: Download complete de9c4bba074b: Pull complete 3c56545c9a63: Verifying Checksum 3c56545c9a63: Download complete 3c56545c9a63: Pull complete d554ff0fc464: Pull complete 823156f7de2f: Verifying Checksum 823156f7de2f: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 4f4fb700ef54: Pull complete 823156f7de2f: Pull complete 0ed2d8fc46aa: Verifying Checksum 0ed2d8fc46aa: Download complete 0ed2d8fc46aa: Pull complete 7a03effe4cb8: Verifying Checksum 7a03effe4cb8: Download complete 7a03effe4cb8: Pull complete dc80459a6569: Verifying Checksum dc80459a6569: Download complete 7f3f0a3106b2: Verifying Checksum 7f3f0a3106b2: Download complete 7f3f0a3106b2: Pull complete dc80459a6569: Pull complete 246f9c8ddfbf: Verifying Checksum 246f9c8ddfbf: Download complete 246f9c8ddfbf: Pull complete 3d3903bd2e42: Download complete 3d3903bd2e42: Pull complete 786e54e7f51e: Verifying Checksum 786e54e7f51e: Pull complete 3fd2a7d75cca: Verifying Checksum 3fd2a7d75cca: Download complete 3fd2a7d75cca: Pull complete 69d1cc5ee79c: Verifying Checksum 69d1cc5ee79c: Download complete 69d1cc5ee79c: Pull complete ce817bea86d8: Download complete ce817bea86d8: Pull complete 28f61ab321af: Verifying Checksum 28f61ab321af: Download complete 28f61ab321af: Pull complete e407e640365f: Download complete 51d5e8bf443c: Verifying Checksum 51d5e8bf443c: Download complete 0795476d8ac9: Verifying Checksum 0795476d8ac9: Download complete 0fa056034b24: Verifying Checksum 0fa056034b24: Download complete 045ac90753da: Verifying Checksum 045ac90753da: Download complete 9b0a409b3c1b: Verifying Checksum 9b0a409b3c1b: Download complete 127f6aff3ea9: Verifying Checksum 127f6aff3ea9: Download complete f23f4c38d2e1: Verifying Checksum f23f4c38d2e1: Download complete 4c20c57f7dcd: Verifying Checksum 4c20c57f7dcd: Download complete 0fa056034b24: Pull complete e407e640365f: Pull complete 9b0a409b3c1b: Pull complete 51d5e8bf443c: Pull complete 0795476d8ac9: Pull complete 127f6aff3ea9: Pull complete 045ac90753da: Pull complete 4c20c57f7dcd: Pull complete f23f4c38d2e1: Pull complete Digest: sha256:71b3f8353d3a7f86e575a814d7a8c153aea7daf7b219ed57a5f11a75cdd0ab7c Status: Downloaded newer image for ocaml/opam@sha256:71b3f8353d3a7f86e575a814d7a8c153aea7daf7b219ed57a5f11a75cdd0ab7c 2024-11-01 01:54.08 ---> using "d8cafdfcea4f4fc69225b83f042ba651f7812dc12d1bfb890556c295f0d8c5f2" from cache /: (comment debian-12-4.14_s390x_opam-2.2) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam")) 2024-11-01 01:54.08 ---> using "873387bfaf972b54dbc716fa28ba75f1e692140a964050318562b7374ad1461a" 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. Continue? [y/n] y 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. Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-11-01 01:54.08 ---> using "741435a8b1b4a603a061d4fdc603846c1a7ecb3511b4194c64d2c745d4a59282" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-45-generic The OCaml toplevel, version 4.14.2 2.2.1 2024-11-01 01:54.08 ---> using "d82a07ca45af1012b147bb0603328ed5a41e7924a47ef480020476a2acfbe0cf" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-11-01 01:54.08 ---> using "40a3882cb5d3965190093b62aa3a29e6206fffeb8d5b7a819546ca0a3b18a019" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 63cfa2da7451530777c99ac51ebfc3a717cff962 || git fetch origin master) && git reset -q --hard 63cfa2da7451530777c99ac51ebfc3a717cff962 && git log --no-decorate -n1 --oneline && opam update -u")) 63cfa2da74 Merge pull request #26797 from raphael-proust/lwt-5-8-0-is-ok-on-windows <><> 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. # Run eval $(opam env) to update the current shell environment 2024-11-01 01:54.08 ---> using "a2f573fd16c3924ccb842504b5203a94916577bcdeb7b6f7374b6169a2218f33" from cache /src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./)) 2024-11-01 01:54.09 ---> saved as "4fa32db7d7e2f630042b06206de232ca427404c5fd5eeab8b0abce61400bb692" /src: (run (network host) (shell "opam pin add -yn obuilder.dev './' && \ \nopam pin add -yn obuilder-spec.dev './'")) [obuilder.dev] synchronised (file:///src) obuilder is now pinned to file:///src (version dev) [obuilder-spec.dev] synchronised (file:///src) obuilder-spec is now pinned to file:///src (version dev) 2024-11-01 01:54.16 ---> saved as "a09d7974d7d1526770cae8313bd2751f91cc38906571c922393197fa3b7f6eca" /src: (env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.1.3.0 conf-bash.1 conf-pkg-config.3 conf-sqlite3.1 cppo.1.7.0 crunch.3.3.1 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.16.0 dune-configurator.3.16.0 extunix.0.4.2 fmt.0.9.0 fpath.0.7.3 host-arch-s390x.1 host-system-other.1 logs.0.7.0 lwt.5.8.0 num.1.5-1 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.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 ptime.1.2.0 re.1.12.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 sqlite3.5.2.0 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2") /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.2 --depext-only -y obuilder.dev obuilder-spec.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 s390x Packages [180 kB] - Fetched 283 kB in 0s (852 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [obuilder.dev] synchronised (no changes) [obuilder-spec.dev] synchronised (no changes) [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 host-system-other is already installed (current version is 1). [NOTE] Package host-arch-s390x is already installed (current version is 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 system packages will first need to be installed: libsqlite3-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libsqlite3-dev" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libpkgconf3:s390x. - (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 ... 18518 files and directories currently installed.) - Preparing to unpack .../libpkgconf3_1.8.1-1_s390x.deb ... - Unpacking libpkgconf3:s390x (1.8.1-1) ... - Selecting previously unselected package libsqlite3-dev:s390x. - Preparing to unpack .../libsqlite3-dev_3.40.1-2_s390x.deb ... - Unpacking libsqlite3-dev:s390x (3.40.1-2) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../pkgconf-bin_1.8.1-1_s390x.deb ... - Unpacking pkgconf-bin (1.8.1-1) ... - Selecting previously unselected package pkgconf:s390x. - Preparing to unpack .../pkgconf_1.8.1-1_s390x.deb ... - Unpacking pkgconf:s390x (1.8.1-1) ... - Selecting previously unselected package pkg-config:s390x. - Preparing to unpack .../pkg-config_1.8.1-1_s390x.deb ... - Unpacking pkg-config:s390x (1.8.1-1) ... - Setting up libpkgconf3:s390x (1.8.1-1) ... - Setting up libsqlite3-dev:s390x (3.40.1-2) ... - Setting up pkgconf-bin (1.8.1-1) ... - Setting up pkgconf:s390x (1.8.1-1) ... - Setting up pkg-config:s390x (1.8.1-1) ... - Processing triggers for libc-bin (2.36-9+deb12u8) ... 2024-11-01 01:54.36 ---> saved as "3d6e61535c4c2112bc9d96153c99b55f1f2a34b853aecabf531d0b38bb496bbc" /src: (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 host-system-other is already installed (current version is 1). [NOTE] Package host-arch-s390x is already installed (current version is 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 49 packages - install alcotest 1.8.0 - install alcotest-lwt 1.8.0 - install astring 0.8.5 - install base v0.16.3 - install base-bytes base - install camlp-streams 5.0.1 - install checkseum 0.5.2 - install cmdliner 1.3.0 - install conf-bash 1 - install conf-pkg-config 3 - install conf-sqlite3 1 - install cppo 1.7.0 - install crunch 3.3.1 - install csexp 1.5.2 - install cstruct 6.2.0 - install cstruct-lwt 6.2.0 - install decompress 1.5.3 - install dune 3.16.0 - install dune-configurator 3.16.0 - install extunix 0.4.2 - install fmt 0.9.0 - install fpath 0.7.3 - install logs 0.7.0 - install lwt 5.8.0 - install num 1.5-1 - install ocaml-compiler-libs v0.12.4 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.15.0 - install ocamlfind 1.9.6 - install ocplib-endian 1.2 - install optint 0.3.0 - install parsexp v0.16.0 - install ppx_derivers 1.2.1 - install ppx_deriving 6.0.3 - install ppx_sexp_conv v0.16.0 - install ppxlib 0.33.0 - install ptime 1.2.0 - install re 1.12.0 - install seq base - install sexplib v0.16.0 - install sexplib0 v0.16.0 - install sha 1.15.4 - install sqlite3 5.2.0 - install stdlib-shims 0.3.0 - install tar 2.6.0 - install tar-unix 2.6.0 - install topkg 1.0.7 - install uutf 1.0.3 - install yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved base.v0.16.3 (cached) -> retrieved alcotest.1.8.0, alcotest-lwt.1.8.0 (cached) -> retrieved checkseum.0.5.2 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.7.0 (cached) -> installed conf-bash.1 -> installed conf-pkg-config.3 -> retrieved crunch.3.3.1 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0 (cached) -> installed conf-sqlite3.1 -> retrieved decompress.1.5.3 (cached) -> retrieved extunix.0.4.2 (cached) -> retrieved fmt.0.9.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved logs.0.7.0 (cached) -> retrieved num.1.5-1 (cached) -> retrieved lwt.5.8.0 (cached) -> retrieved dune.3.16.0, dune-configurator.3.16.0 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved optint.0.3.0 (cached) -> installed cmdliner.1.3.0 -> retrieved parsexp.v0.16.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_deriving.6.0.3 (cached) -> retrieved ppx_sexp_conv.v0.16.0 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved seq.base (cached) -> retrieved re.1.12.0 (cached) -> retrieved sexplib.v0.16.0 (cached) -> retrieved ppxlib.0.33.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved sha.1.15.4 (cached) -> retrieved sqlite3.5.2.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved tar.2.6.0, tar-unix.2.6.0 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved uutf.1.0.3 (cached) -> retrieved yojson.2.2.2 (cached) -> installed num.1.5-1 -> installed ocamlfind.1.9.6 -> installed base-bytes.base -> installed seq.base -> installed ocamlbuild.0.15.0 -> installed topkg.1.0.7 -> installed fmt.0.9.0 -> installed astring.0.8.5 -> installed uutf.1.0.3 -> installed ptime.1.2.0 -> installed fpath.0.7.3 -> installed dune.3.16.0 -> installed camlp-streams.5.0.1 -> installed crunch.3.3.1 -> installed csexp.1.5.2 -> installed cstruct.6.2.0 -> installed cppo.1.7.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed ocplib-endian.1.2 -> installed ocaml-syntax-shims.1.0.0 -> installed ppx_derivers.1.2.1 -> installed optint.0.3.0 -> installed dune-configurator.3.16.0 -> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 -> installed re.1.12.0 -> installed checkseum.0.5.2 -> installed alcotest.1.8.0 -> installed decompress.1.5.3 -> installed parsexp.v0.16.0 -> installed lwt.5.8.0 -> installed sexplib.v0.16.0 -> installed cstruct-lwt.6.2.0 -> installed logs.0.7.0 -> installed sha.1.15.4 -> installed base.v0.16.3 -> installed alcotest-lwt.1.8.0 -> installed tar.2.6.0 -> installed sqlite3.5.2.0 -> installed tar-unix.2.6.0 -> installed yojson.2.2.2 -> installed ppxlib.0.33.0 -> installed ppx_sexp_conv.v0.16.0 -> installed ppx_deriving.6.0.3 -> installed extunix.0.4.2 Done. # Run eval $(opam env) to update the current shell environment 2024-11-01 01:56.01 ---> saved as "c0b885c101e83d0f2e80884ebf851c48037d8911d919aad6847bd7bdfc0250b5" /src: (copy (src .) (dst /src)) 2024-11-01 01:56.01 ---> saved as "af1e967817fe932733453732ab2edf5653bd1a9016e759fbac35477bdafc37f3" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/lib && /home/opam/.opam/4.14/bin/ocaml-crunch ../static --mode=plain -o Static_files.ml) Generating Static_files.ml Skipping generation of .mli (cd _build/default/test && ./test.exe) Testing `OBuilder'. This run has ID `D2FMC2O7'. [OK] spec 0 Sexp. [OK] spec 1 Cache ID. [OK] spec 2 Docker Windows. [OK] spec 3 Docker UNIX. [OK] tar_transfer 0 Long filename. [OK] manifest 0 Copy using manifest.bash. [OK] manifest 1 Copy using Manifest. [OK] process 0 Execute a process. [OK] process 1 Read stdout of a process. [OK] build 0 Simple. [OK] build 1 Prune. [OK] build 2 Concurrent. [OK] build 3 Concurrent failure. [OK] build 4 Concurrent failure 2. [OK] build 5 Cancel. [OK] build 6 Cancel 2. [OK] build 7 Cancel 3. [OK] build 8 Cancel 4. [OK] build 9 Cancel 5. [OK] build 10 Delete. [OK] secrets 0 Simple. [OK] secrets 1 No secret provided. Full test results in `/src/_build/default/test/_build/_tests/OBuilder'. Test Successful in 0.195s. 22 tests run. 2024-11-01 01:56.11 ---> saved as "7e442118d4dfa45dc3e5166b67430a6f1d26af35154190b1b96c60bcc476ab8b" Job succeeded 2024-11-01 01:56.12: Job succeeded