2025-06-17 18:27.07: New job: test ygrek/sqlgg https://github.com/ygrek/sqlgg.git#refs/heads/master (cb85da3b9f49bbb2369cf12f85c112f567fc0510) (linux-arm64:debian-12-4.14_arm32_opam-2.3)Base: ocaml/opam:debian-12-ocaml-4.14@sha256:0a8742b00ce36c518893436bb0b50d8699851b5b8a8025a322420f78d991fe02Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ygrek/sqlgg.git" -b "master" && cd "sqlgg" && git reset --hard cb85da3bcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-4.14@sha256:0a8742b00ce36c518893436bb0b50d8699851b5b8a8025a322420f78d991fe02# debian-12-4.14_arm32_opam-2.3USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV 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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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-threads.base base-unix.base cppo.1.8.0 dune.3.19.1 extlib.1.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mybuild.7 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 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-06-17 18:27.07: Using cache hint "ygrek/sqlgg-ocaml/opam:debian-12-ocaml-4.14@sha256:0a8742b00ce36c518893436bb0b50d8699851b5b8a8025a322420f78d991fe02-debian-12-4.14_arm32_opam-2.3-0227e2d4ec1c15f8ae81688470c88db7"2025-06-17 18:27.07: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.14@sha256:0a8742b00ce36c518893436bb0b50d8699851b5b8a8025a322420f78d991fe02)(comment debian-12-4.14_arm32_opam-2.3)(user (uid 1000) (gid 1000))(shell /usr/bin/linux32 /bin/sh -c)(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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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-threads.base base-unix.base cppo.1.8.0 dune.3.19.1 extlib.1.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mybuild.7 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 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-06-17 18:27.07: Waiting for resource in pool OCluster2025-06-17 19:13.56: Waiting for worker…2025-06-17 19:54.31: Got resource from pool OClusterBuilding on molpadia.caelum.ci.devAll commits already cachedHEAD is now at cb85da3 Merge pull request #206 from jongleb/add-doc(from ocaml/opam:debian-12-ocaml-4.14@sha256:0a8742b00ce36c518893436bb0b50d8699851b5b8a8025a322420f78d991fe02)Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:0a8742b00ce36c518893436bb0b50d8699851b5b8a8025a322420f78d991fe02' locallydocker.io/ocaml/opam@sha256:0a8742b00ce36c518893436bb0b50d8699851b5b8a8025a322420f78d991fe02: Pulling from ocaml/opam018eba474665: Pulling fs layer018eba474665: Verifying Checksum018eba474665: Download complete018eba474665: Pull completeDigest: sha256:0a8742b00ce36c518893436bb0b50d8699851b5b8a8025a322420f78d991fe02Status: Downloaded newer image for ocaml/opam@sha256:0a8742b00ce36c518893436bb0b50d8699851b5b8a8025a322420f78d991fe02WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested2025-06-17 19:54.31 ---> using "6a56bde6b67d1c3b49077599e93aee064e4245a9a89baa9929eca6dc6914ea1b" from cache/: (comment debian-12-4.14_arm32_opam-2.3)/: (user (uid 1000) (gid 1000))/: (shell /usr/bin/linux32 /bin/sh -c)/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))2025-06-17 19:54.31 ---> using "56384273a8fd9130d7e1fade839f70a58d05234685d6586342138a7e1c0ff67f" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-06-17 19:54.31 ---> using "9bc34ab244d95a13145f5cceef96132d5abce62b4b3236ef9d13942554127376" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.14.22.3.02025-06-17 19:54.31 ---> using "044d8d8ab7597d172f0e8218877c2da4b747775a1359f2446b7dd5756eb106db" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-06-17 19:54.31 ---> using "4b8f0fe691ca882ac062df4940365bceeb66d2d2d55e2089605f0559bd52410c" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+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-06-17 19:54.31 ---> using "1c614fded2a5ebe1855951a3b9aa2c562bca05086f33fc128d265eedac95da39" from cache/src: (copy (src sqlgg.opam) (dst ./))2025-06-17 19:54.31 ---> saved as "96fafaf6fad29bdcf8ee38025185d8ca27856dc3543fb0eb7561dd5be9ff3386"/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-06-17 19:54.33 ---> saved as "6d73cea13597f21a5c793e0178698a668c9973b4dd910150b0cfe2de379c185d"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-06-17 19:54.33 ---> saved as "982f12ac29412ac477f266d2fdcdc9611b8fa253064e04a298ddd1df0d960ca3"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 dune.3.19.1 extlib.1.8.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mybuild.7 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 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"- 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 armhf Packages [244 kB]- Fetched 348 kB in 1s (574 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 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).2025-06-17 19:54.48 ---> saved as "b48d445bd016a7cdb72ce207497825502ebc33e3cc82565d6b17f2df7601863e"/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 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 18 packages- install cppo 1.8.0- install dune 3.19.1- 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.12.4- 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.12.4 (cached)-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)-> retrieved dune.3.19.1 (cached)-> retrieved ocamlfind.1.9.8 (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 stdlib-shims.0.3.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved ppxlib.0.36.0 (cached)-> installed ocamlfind.1.9.8-> installed dune.3.19.1-> installed menhirCST.20240715-> installed stdlib-shims.0.3.0-> installed ppx_derivers.1.2.1-> installed mybuild.7-> installed menhirLib.20240715-> installed menhirSdk.20240715-> installed sexplib0.v0.17.0-> installed ocaml-compiler-libs.v0.12.4-> installed cppo.1.8.0-> installed ounit2.2.2.7-> installed ounit.2.2.7-> installed extlib.1.8.0-> 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-06-17 19:56.18 ---> saved as "b0fc58c9522d6e8802c22d0b65e4824ab89f2a36ca0f15a115b5f53d70d945ef"/src: (copy (src .) (dst /src))2025-06-17 19:56.18 ---> saved as "9439bea1ef8dc934be22bea02721dbe393f9c64c3a21d21848d091fc9805ef53"/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/4.14/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: 131 shift/reduce conflicts were arbitrarily resolved.Warning: 18 reduce/reduce conflicts were arbitrarily resolved.(cd _build/default/src && ./cli.exe -test)......................T.................................................................................................................................................................................Ran: 200 tests in: 0.12 seconds.FAILED: Cases: 200 Tried: 200 Errors: 0 Failures: 0 Skip: 0 Todo: 1 Timeouts: 0.2025-06-17 19:56.29 ---> saved as "866d7b6238c0c17b15d22d19de8253c0ee81f8b707a947a3578196aadc069226"Job succeeded2025-06-17 19:56.29: Job succeeded