2025-03-28 15:12.25: New job: test ygrek/sqlgg https://github.com/ygrek/sqlgg.git#refs/heads/ahrefs (6cf341a90902dd37155e7af87c2df1a09e43eddd) (linux-s390x:debian-12-5.3_s390x_opam-2.3)Base: ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ygrek/sqlgg.git" -b "ahrefs" && cd "sqlgg" && git reset --hard 6cf341a9cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454# debian-12-5.3_s390x_opam-2.3USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 46648c7f67200a83f21313096f9f3fa86582d05b || git fetch origin master) && git reset -q --hard 46648c7f67200a83f21313096f9f3fa86582d05b && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 sqlgg.opam ./RUN opam pin add -yn sqlgg.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.17.2 extlib.1.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mybuild.7 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 ocamlfind.1.9.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.0 ppxlib.0.36.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.3 --depext-only -y sqlgg.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-03-28 15:12.25: Using cache hint "ygrek/sqlgg-ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454-debian-12-5.3_s390x_opam-2.3-8001d4d8477edf2c7828ba8734d34c82"2025-03-28 15:12.25: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454)(comment debian-12-5.3_s390x_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 46648c7f67200a83f21313096f9f3fa86582d05b || git fetch origin master) && git reset -q --hard 46648c7f67200a83f21313096f9f3fa86582d05b && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src sqlgg.opam) (dst ./))(run (network host)(shell "opam pin add -yn sqlgg.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.17.2 extlib.1.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mybuild.7 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 ocamlfind.1.9.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.0 ppxlib.0.36.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.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.3 --depext-only -y sqlgg.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")))2025-03-28 15:12.25: Waiting for resource in pool OCluster2025-03-28 15:12.25: Waiting for worker…2025-03-28 16:44.10: Got resource from pool OClusterBuilding on s390x-worker-01.marist.ci.devAll commits already cachedHEAD is now at 6cf341a Merge pull request #163 from jongleb/combine_window_and_agg(from ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454)Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454' locallydocker.io/ocaml/opam@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454: Pulling from ocaml/opamf54fe0873ec6: Already exists3953f69ba164: Already existsf39c451577b1: Already exists024c3813d399: Already exists82694f817519: Already existsda71310c0a42: Already existse8a89e73a049: Already exists4a90b330588c: Already existsa2c3b7288221: Already existsed4bc940ad91: Already exists47ee01ed0654: Already existsfc07cb35ff09: Already exists14366eb79146: Already exists1a6c30adb581: Already existsbdfa8c4ce9a5: Already existsfa1186060768: Already exists311eb61bcd22: Already exists74f299b0fc99: Already exists04f9c5740f9c: Already exists63b399323e8a: Already exists4f4fb700ef54: Already exists20b5924a1543: Already exists26732f273d98: Already exists787b86b362d0: Already exists1e0d6a6421aa: Already exists3f9de11d1a6d: Already exists6ee3c53fb5da: Already exists2a7106753557: Already existscf8135ef3389: Already exists25709b913201: Already existse77b2a9a1883: Already existsd47f04d587e9: Already existsb7f4c4547737: Already existsf00d125eedd3: Already existsffb45432d3e0: Already exists1e27c4ca3b83: Already exists9b3ab493c53f: Already existsdc7f46e5b11d: Already existsed6891ca3696: Pulling fs layer2d27930f8df9: Pulling fs layer3e498a6f166b: Pulling fs layer00247204389c: Pulling fs layer2ee70e351495: Pulling fs layer00247204389c: Waiting2ee70e351495: Waiting207e6a2e0b83: Pulling fs layer207e6a2e0b83: Waiting6fbc8d38ccd5: Pulling fs layer011c7cab5807: Pulling fs layer6fbc8d38ccd5: Waiting011c7cab5807: Waiting2d27930f8df9: Verifying Checksum2d27930f8df9: Download complete3e498a6f166b: Verifying Checksum3e498a6f166b: Download complete00247204389c: Download completeed6891ca3696: Verifying Checksumed6891ca3696: Download complete207e6a2e0b83: Verifying Checksum207e6a2e0b83: Download complete6fbc8d38ccd5: Verifying Checksum6fbc8d38ccd5: Download complete011c7cab5807: Verifying Checksum011c7cab5807: Download complete2ee70e351495: Verifying Checksum2ee70e351495: Download completeed6891ca3696: Pull complete2d27930f8df9: Pull complete3e498a6f166b: Pull complete00247204389c: Pull complete2ee70e351495: Pull complete207e6a2e0b83: Pull complete6fbc8d38ccd5: Pull complete011c7cab5807: Pull completeDigest: sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454Status: Downloaded newer image for ocaml/opam@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a04542025-03-28 16:44.11 ---> using "8a5cf988ed4e44aa69a9a92c390361dd0474bf1c7888178b24b31a1b5b8cd184" from cache/: (comment debian-12-5.3_s390x_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-03-28 16:44.11 ---> using "8aa7fdae16e363611ed304826287f198076f11c224b45492c65931e25441c926" 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] yFormat 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-repository2025-03-28 16:44.11 ---> using "1546b68e92ad04b4f79c84f82420d186c6abe552c32f79e815b5e0dde244a13d" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-55-genericThe OCaml toplevel, version 5.3.02.3.02025-03-28 16:44.11 ---> using "2dbfca78776cc46b8f72593cb352c8f1c5ff567e2c32d2080f658ed9bbee6e99" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-03-28 16:44.11 ---> using "e245c0b33541df3a7c29f26b4c0acab0214ac26c8e9a20001d24adb14a5ff60e" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 46648c7f67200a83f21313096f9f3fa86582d05b || git fetch origin master) && git reset -q --hard 46648c7f67200a83f21313096f9f3fa86582d05b && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD862a7640b1..dabc6e3b05 master -> origin/master46648c7f67 Allow core and dependencies to be installed on arm32 (#27519)<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive[default] synchronised from file:///home/opam/opam-repositoryEverything 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-03-28 16:44.11 ---> using "54f31665ebcd9458df828fa6fad53de5e8ca72a772b9e27a21e126011f9806b4" from cache/src: (copy (src sqlgg.opam) (dst ./))2025-03-28 16:44.11 ---> using "b27591525236d8f0650e1ad3a4e7ae553862e5ca4b3a2598eb097365a5d66510" from cache/src: (run (network host)(shell "opam pin add -yn sqlgg.dev './'"))[sqlgg.dev] synchronised (file:///src)sqlgg is now pinned to file:///src (version dev)2025-03-28 16:44.11 ---> using "51e648a0bbe1834902658ca6bc2f757899b5b46ea9df9688c3f8d2fbee04dee2" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-03-28 16:44.11 ---> using "8b550787d30bb1fdfab4b87624e4c6f1987ab8ef78144c38dc843358438333ea" from cache/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 dune.3.17.2 extlib.1.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mybuild.7 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 ocamlfind.1.9.8 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.0 ppxlib.0.36.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0")/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 sqlgg.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]- 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/main s390x Packages [8458 kB]- Get:5 http://deb.debian.org/debian bookworm-updates/main s390x Packages.diff/Index [16.2 kB]- Get:6 http://deb.debian.org/debian-security bookworm-security/main s390x Packages [216 kB]- Get:7 http://deb.debian.org/debian bookworm-updates/main s390x Packages T-2025-03-27-1414.15-F-2025-03-27-1414.15.pdiff [186 B]- Get:7 http://deb.debian.org/debian bookworm-updates/main s390x Packages T-2025-03-27-1414.15-F-2025-03-27-1414.15.pdiff [186 B]- Fetched 8945 kB in 2s (3692 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[sqlgg.dev] synchronised (file:///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).2025-03-28 16:44.41 ---> saved as "0e5eef3de9263422ece080aff8a4e48b53a17ba63f429ba1e3686661d81ec2b5"/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 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 18 packages- install cppo 1.8.0- install dune 3.17.2- install extlib 1.8.0- install menhir 20240715- install menhirCST 20240715- install menhirLib 20240715- install menhirSdk 20240715- install mybuild 7- install ocaml-compiler-libs v0.17.0- install ocamlfind 1.9.8- install ounit 2.2.7- install ounit2 2.2.7- install ppx_derivers 1.2.1- install ppx_deriving 6.1.0- install ppxlib 0.36.0- install seq base- install sexplib0 v0.17.0- install stdlib-shims 0.3.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cppo.1.8.0 (cached)-> retrieved extlib.1.8.0 (cached)-> retrieved mybuild.7 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)-> retrieved dune.3.17.2 (cached)-> retrieved ounit.2.2.7, ounit2.2.2.7 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved ppx_deriving.6.1.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved ppxlib.0.36.0 (cached)-> installed ocamlfind.1.9.8-> installed dune.3.17.2-> installed menhirCST.20240715-> installed menhirLib.20240715-> installed cppo.1.8.0-> installed menhirSdk.20240715-> installed mybuild.7-> installed ocaml-compiler-libs.v0.17.0-> installed ppx_derivers.1.2.1-> installed extlib.1.8.0-> installed stdlib-shims.0.3.0-> installed sexplib0.v0.17.0-> installed ounit2.2.2.7-> installed ounit.2.2.7-> installed ppxlib.0.36.0-> installed menhir.20240715-> installed ppx_deriving.6.1.0Done.# To update the current shell environment, run: eval $(opam env)2025-03-28 16:48.14 ---> saved as "1a579e6a1607a09cb19f7ae5cf49ef56e871ce3fa92a284611e0d2be654b842a"/src: (copy (src .) (dst /src))2025-03-28 16:48.19 ---> saved as "f66751409cd89bdca340d89e93d065a1d41cc7bffe18e6cce8108031fac9e792"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/src && ./gen_version.exe version.ml)fatal: not a git repository (or any of the parent directories): .git(cd _build/default && /home/opam/.opam/5.3/bin/menhir lib/sql_parser.mly --base lib/sql_parser --infer-read-reply lib/sql_parser__mock.mli.inferred)Warning: 29 states have shift/reduce conflicts.Warning: 3 states have reduce/reduce conflicts.Warning: 134 shift/reduce conflicts were arbitrarily resolved.Warning: 18 reduce/reduce conflicts were arbitrarily resolved.(cd _build/default/src && ./cli.exe -test)......................T....................................................................................................................................................Ran: 171 tests in: 0.22 seconds.FAILED: Cases: 171 Tried: 171 Errors: 0 Failures: 0 Skip: 0 Todo: 1 Timeouts: 0.2025-03-28 16:49.12 ---> saved as "abac3d936383b172aa96e180f8478c982fb921fcf072dc883a50bba86fee3a0f"Job succeeded2025-03-28 16:49.13: Job succeeded