2025-07-31 07:25.40: New job: test ygrek/sqlgg https://github.com/ygrek/sqlgg.git#refs/heads/ahrefs (804da7d2e7e9c07897f47750ba75b1403ed7f305) (macos-arm64:macos-homebrew-5.3_arm64_opam-2.4)Base: macos-homebrew-ocaml-5.3Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ygrek/sqlgg.git" -b "ahrefs" && cd "sqlgg" && git reset --hard 804da7d2cat > Dockerfile <<'END-OF-DOCKERFILE'FROM macos-homebrew-ocaml-5.3# macos-homebrew-5.3_arm64_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.4 ~/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e c44248fe760182a13f686e82e49611e36beb937c || git fetch origin master) && git reset -q --hard c44248fe760182a13f686e82e49611e36beb937c && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 sqlgg.opam ./src/./RUN opam pin add -yn sqlgg.dev './src/./'RUN echo '(lang dune 3.0)' > './src/./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.19.1 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.1 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.4 --depext-only -y sqlgg.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . ./srcRUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-07-31 07:25.40: Using cache hint "ygrek/sqlgg-macos-homebrew-ocaml-5.3-macos-homebrew-5.3_arm64_opam-2.4-0735a2f0ac08c880e63ef6632f17435e"2025-07-31 07:25.40: Using OBuilder spec:((from macos-homebrew-ocaml-5.3)(comment macos-homebrew-5.3_arm64_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c44248fe760182a13f686e82e49611e36beb937c || git fetch origin master) && git reset -q --hard c44248fe760182a13f686e82e49611e36beb937c && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src sqlgg.opam) (dst ./src/./))(run (network host)(shell "opam pin add -yn sqlgg.dev './src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > './src/./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.19.1 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.1 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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y sqlgg.dev $DEPS"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst ./src))(run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-07-31 07:25.40: Waiting for resource in pool OCluster2025-07-31 07:25.41: Waiting for worker…2025-07-31 08:40.34: Got resource from pool OClusterBuilding on m1-worker-04All commits already cachedHEAD is now at 804da7d Merge pull request #210 from jongleb/fix-type-json(from macos-homebrew-ocaml-5.3)2025-07-31 08:40.35 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache/: (comment macos-homebrew-5.3_arm64_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))2025-07-31 08:40.35 ---> using "98f27ffc931cc35f6fd0434c4b7cb74004ae5b966eac1b4d0d724f37574600ad" 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.This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///Users/mac1000/opam-repository2025-07-31 08:40.35 ---> using "05bef02621f4f152ba73fa5008f45408f9224fb6a3f95400ffe628ff48189e9f" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 5.3.02.4.12025-07-31 08:40.35 ---> using "a78de44d0fa6eb2299c3aff4eac17004df22cc4faa362aec41a39eccbcb56bb5" from cache/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c44248fe760182a13f686e82e49611e36beb937c || git fetch origin master) && git reset -q --hard c44248fe760182a13f686e82e49611e36beb937c && git log --no-decorate -n1 --oneline && opam update -u"))c44248fe76 Merge pull request #28193 from kit-ty-kate/opam-publish-ppx_deriving.6.1.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///Users/mac1000/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-07-31 08:40.35 ---> using "9ed62cfecc63173734e370a21ca142c4fc99624d2f63c6e95b921f1b880df453" from cache/: (copy (src sqlgg.opam) (dst ./src/./))2025-07-31 08:40.36 ---> saved as "f35355e53f18b32280aaad3ff61c79ee99b54ff6a05c4a4a8509349eddd20a2e"/: (run (network host)(shell "opam pin add -yn sqlgg.dev './src/./'"))[sqlgg.dev] synchronised (file:///Users/mac1000/src)[WARNING] Failed checks on sqlgg package definition from source at file:///Users/mac1000/src:error 3: File format error in 'pin-depends' at line 43, column 4: while expecting versioned package: OpamPackage.of_stringsqlgg is now pinned to file:///Users/mac1000/src (version dev)2025-07-31 08:40.44 ---> saved as "552c2f2ecd54e6b4b9f9a8e65a62e499a3a733a7bef58b1544aa08d307210429"/: (run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2025-07-31 08:40.45 ---> saved as "5cc8bbd14b8c87b47b6d0ed744f0c531de70a9c9f905af30f63a2e732e44c01d"/: (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.19.1 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.1 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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y sqlgg.dev $DEPS"))+ /opt/homebrew/bin/brew "update"- ==> Updating Homebrew...- Already up-to-date.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[sqlgg.dev] synchronised (file:///Users/mac1000/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-07-31 08:40.58 ---> saved as "1c2a22ecc020b99075ec9c1e55cdd5a419d7716cc7ccf6829cfcf97c2ed30cb8"/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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 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.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.1- 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 extlib.1.8.0 (cached)-> retrieved cppo.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 ounit.2.2.7, ounit2.2.2.7 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_deriving.6.1.1 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved ppxlib.0.36.0 (cached)-> retrieved dune.3.19.1 (cached)-> installed ocamlfind.1.9.8-> installed dune.3.19.1-> installed ppx_derivers.1.2.1-> installed menhirCST.20240715-> installed mybuild.7-> installed menhirSdk.20240715-> installed stdlib-shims.0.3.0-> installed menhirLib.20240715-> installed cppo.1.8.0-> installed ocaml-compiler-libs.v0.17.0-> installed sexplib0.v0.17.0-> installed ounit2.2.2.7-> installed ounit.2.2.7-> installed extlib.1.8.0-> installed yojson.3.0.0-> installed menhir.20240715-> installed ppxlib.0.36.0-> installed ppx_deriving.6.1.1Done.# To update the current shell environment, run: eval $(opam env)2025-07-31 08:41.54 ---> saved as "607bc5ed889d2a90a2bdb3040267a69fa33cc5e168146647552244b14205c101"/: (copy (src .) (dst ./src))2025-07-31 08:41.55 ---> saved as "f0508b38202747e1585bf4fdd3f31e07c6adbc4da0d60988cd0a4c13770580f7"/: (run (shell "cd ./src && 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 parent up to mount point /Users)Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).(cd _build/default/json_path && ./test_json_path.exe)............................................Ran: 44 tests in: 0.01 seconds.OK(cd _build/default && /Users/mac1000/.opam/5.3.0/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.13 seconds.FAILED: Cases: 251 Tried: 251 Errors: 0 Failures: 0 Skip: 0 Todo: 1 Timeouts: 0.2025-07-31 08:42.02 ---> saved as "193b566ccf64856a99b2bd55ad623986d11d98473bb5774b5f5dc6059893670e"Job succeeded2025-07-31 08:42.06: Job succeeded