2025-07-11 17:01.03: New job: test ygrek/sqlgg https://github.com/ygrek/sqlgg.git#refs/heads/ahrefs (ce7bbb3882733eef8b3b8e8110627e3529c0345d) (linux-x86_64:ubuntu-24.04-4.14_opam-2.3)Base: ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:3dbac5def7b0152a5bc0ed65bbf067083686f3255a31bec492079c20a2c9b498Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ygrek/sqlgg.git" -b "ahrefs" && cd "sqlgg" && git reset --hard ce7bbb38cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:3dbac5def7b0152a5bc0ed65bbf067083686f3255a31bec492079c20a2c9b498# ubuntu-24.04-4.14_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 7210227672addfb4db789560e45923f54c0aeab1 || git fetch origin master) && git reset -q --hard 7210227672addfb4db789560e45923f54c0aeab1 && 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 yojson.3.0.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-07-11 17:01.03: Using cache hint "ygrek/sqlgg-ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:3dbac5def7b0152a5bc0ed65bbf067083686f3255a31bec492079c20a2c9b498-ubuntu-24.04-4.14_opam-2.3-6b17e3601cc9570864979c46d65059ba"2025-07-11 17:01.03: Using OBuilder spec:((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:3dbac5def7b0152a5bc0ed65bbf067083686f3255a31bec492079c20a2c9b498)(comment ubuntu-24.04-4.14_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 7210227672addfb4db789560e45923f54c0aeab1 || git fetch origin master) && git reset -q --hard 7210227672addfb4db789560e45923f54c0aeab1 && 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 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.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-07-11 17:01.03: Waiting for resource in pool OCluster2025-07-11 17:01.03: Waiting for worker…2025-07-11 17:01.03: Got resource from pool OClusterBuilding on doris.caelum.ci.devHEAD is now at c22fc89 implement json typeHEAD is now at ce7bbb3 Merge pull request #208 from jongleb/json-t(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:3dbac5def7b0152a5bc0ed65bbf067083686f3255a31bec492079c20a2c9b498)2025-07-11 17:01.04 ---> using "e5afc2ae3625d287ff6ad11e1ee8e8c8b323aef4830c05f394017983edb5ece1" from cache/: (comment ubuntu-24.04-4.14_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-07-11 17:01.04 ---> using "5378c45e1f53f35b8a2cc57978b8510a8e388e87b11ddebc0a2ef8672782fc07" 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-07-11 17:01.04 ---> using "870a79a9cdb1deb7840ad725d9ab2efecd423034bce03d66f2a18be97b573a87" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-142-genericThe OCaml toplevel, version 4.14.22.3.02025-07-11 17:01.04 ---> using "10bc4f77583933fc22d09fff3b6119e5ecf7914e9ab7174dfb7ce9292e5cbc7a" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-07-11 17:01.04 ---> using "929a7cbd5251e9c159ca9dac600cdedb0ee70ea98d87bda1e61823b61e3558c1" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 7210227672addfb4db789560e45923f54c0aeab1 || git fetch origin master) && git reset -q --hard 7210227672addfb4db789560e45923f54c0aeab1 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADc7269f729a..0094db1438 master -> origin/master7210227672 Merge pull request #28100 from smuenzel/ppx-deriving-6.1.0-ocaml-5.4<><> 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-07-11 17:01.04 ---> using "447bbad854b3aa23cf45081cfe67e4cece15acb69f1d4e0c697ab1bad9bb8796" from cache/src: (copy (src sqlgg.opam) (dst ./))2025-07-11 17:01.04 ---> using "a617725607195637ee91b249e5850618c1ddc0aa867ec3f1b3c88fe9cf900de4" 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-07-11 17:01.04 ---> using "e1fdcc33f84035730189258b5e883501c5dda05399c69a8d5b9156e60cb2b6f0" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-07-11 17:01.04 ---> using "43c7c1b2b6ab385125125533b12b44d5572d508005230d7ce09e46d422e7dbce" from cache/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 yojson.3.0.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://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]- Get:2 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1239 kB]- Hit:3 http://archive.ubuntu.com/ubuntu noble InRelease- Get:4 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1735 kB]- Get:5 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [23.0 kB]- Get:6 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1124 kB]- Get:7 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]- Get:8 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]- Get:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1568 kB]- Get:10 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [28.1 kB]- Get:11 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1800 kB]- Get:12 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1434 kB]- Get:13 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [33.0 kB]- Get:14 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [48.8 kB]- Fetched 9411 kB in 1s (8040 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-07-11 17:01.04 ---> using "2f3febb38a543d4bb46066cd8ff796479c597a66761ee6af5c1e205d9ff21134" from cache/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 19 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- install yojson 3.0.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 ocamlfind.1.9.8 (cached)-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)-> retrieved ounit.2.2.7, ounit2.2.2.7 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_deriving.6.1.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib0.v0.17.0 (cached)-> retrieved dune.3.19.1 (cached)-> retrieved ppxlib.0.36.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved yojson.3.0.0 (cached)-> installed ocamlfind.1.9.8-> installed dune.3.19.1-> installed menhirCST.20240715-> installed ppx_derivers.1.2.1-> installed stdlib-shims.0.3.0-> installed menhirSdk.20240715-> installed mybuild.7-> installed sexplib0.v0.17.0-> installed menhirLib.20240715-> installed cppo.1.8.0-> installed ocaml-compiler-libs.v0.12.4-> installed ounit2.2.2.7-> installed ounit.2.2.7-> installed yojson.3.0.0-> installed extlib.1.8.0-> installed menhir.20240715-> installed ppxlib.0.36.0-> installed ppx_deriving.6.1.0Done.# To update the current shell environment, run: eval $(opam env)2025-07-11 17:01.04 ---> using "a6b5f9275aa9daa2434036da2fbb039fe3fe288dda2e6ca695cb31f1b0caa14b" from cache/src: (copy (src .) (dst /src))2025-07-11 17:01.04 ---> using "e6416b7d076ccff91892604e7d10f0ae38876bd3f6b3277ec45972c7102099ed" from cache/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/json_path && ./test_json_path.exe)............................................Ran: 44 tests in: 0.01 seconds.OK(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: 251 tests in: 0.16 seconds.FAILED: Cases: 251 Tried: 251 Errors: 0 Failures: 0 Skip: 0 Todo: 1 Timeouts: 0.2025-07-11 17:01.04 ---> using "7e3955009a7a02d4a24b840adb51f948200a643ad6623542a45180249c44df9c" from cacheJob succeeded2025-07-11 17:01.04: Job succeeded