2025-07-31 07:25.40: New job: test ygrek/sqlgg https://github.com/ygrek/sqlgg.git#refs/heads/ahrefs (804da7d2e7e9c07897f47750ba75b1403ed7f305) (linux-x86_64:ubuntu-24.10-5.3_opam-2.4)Base: ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74Opam 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 ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74# ubuntu-24.10-5.3_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /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 c44248fe760182a13f686e82e49611e36beb937c || git fetch origin master) && git reset -q --hard c44248fe760182a13f686e82e49611e36beb937c && 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.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 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-ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74-ubuntu-24.10-5.3_opam-2.4-0735a2f0ac08c880e63ef6632f17435e"2025-07-31 07:25.40: Using OBuilder spec:((from ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74)(comment ubuntu-24.10-5.3_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 c44248fe760182a13f686e82e49611e36beb937c || git fetch origin master) && git reset -q --hard c44248fe760182a13f686e82e49611e36beb937c && 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.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 /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --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-31 07:25.40: Waiting for resource in pool OCluster2025-07-31 07:48.18: Waiting for worker…2025-07-31 07:50.24: Got resource from pool OClusterBuilding on eumacheAll commits already cachedHEAD is now at 804da7d Merge pull request #210 from jongleb/fix-type-json(from ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74)Unable to find image 'ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74' locallydocker.io/ocaml/opam@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74: Pulling from ocaml/opamddbef59e0ea0: Pulling fs layerc8a958777819: Pulling fs layera9c4d03c89cf: Pulling fs layerfad6b78bd523: Pulling fs layerddbef59e0ea0: Waitingc8a958777819: Waitinga9c4d03c89cf: Waitingcb002c153c80: Pulling fs layerfad6b78bd523: Waiting876c82aa019b: Pulling fs layerbfef421a4b69: Pulling fs layer876c82aa019b: Waitinge6b4d8b7cd2a: Pulling fs layercb002c153c80: Waiting54235cbedf66: Pulling fs layerbfef421a4b69: Waitinge6b4d8b7cd2a: Waiting969e20d3615a: Pulling fs layer54235cbedf66: Waitingf75a26651ead: Pulling fs layer969e20d3615a: Waitinge2e5dbeca078: Pulling fs layerf75a26651ead: Waitingadb8cd405a24: Pulling fs layere2e5dbeca078: Waiting42f7bc177c6f: Pulling fs layeradb8cd405a24: Waiting56c2e03eb936: Pulling fs layer42f7bc177c6f: Waiting5e8ac5f38241: Pulling fs layer56c2e03eb936: Waiting5e8ac5f38241: Waitingcf8c284afc78: Pulling fs layer69eda5caf340: Pulling fs layerfe98b660af07: Pulling fs layercf8c284afc78: Waiting69eda5caf340: Waiting8d65ed03220e: Pulling fs layer4f4fb700ef54: Pulling fs layerfe98b660af07: Waiting8d65ed03220e: Waiting96582afc94cb: Pulling fs layerd44b0146fa5e: Pulling fs layer96582afc94cb: Waiting3a73ad442907: Pulling fs layer3dc02b22b155: Pulling fs layer3a73ad442907: Waiting47a44a4e8580: Pulling fs layer3dc02b22b155: Waiting475edb260ff3: Pulling fs layer47a44a4e8580: Waitinge6f89448d543: Pulling fs layeref0f57ea5fcb: Pulling fs layer81800827d60e: Pulling fs layere6f89448d543: Waitingbbad171c3b15: Pulling fs layeref0f57ea5fcb: Waiting2c25dc074a59: Pulling fs layer81800827d60e: Waitingbbad171c3b15: Waiting308c9094d6f5: Pulling fs layer5679f7d0987f: Pulling fs layerc2d4e4e71780: Pulling fs layer308c9094d6f5: Waiting9a9042028693: Pulling fs layer169b16f4d220: Pulling fs layerc2d4e4e71780: Waiting9a9042028693: Waiting7a375914fd04: Pulling fs layer169b16f4d220: Waiting3f03a6e57bb0: Pulling fs layer7a375914fd04: Waiting477be20739ff: Pulling fs layerc139be691ddd: Pulling fs layer3f03a6e57bb0: Waiting477be20739ff: Waitingadeeba91b798: Pulling fs layer11585459cda5: Pulling fs layeradeeba91b798: Waitingc139be691ddd: Waiting7ab304c0e7fb: Pulling fs layer11585459cda5: Waiting0904add4b2ab: Pulling fs layer7ab304c0e7fb: Waitingf986bf9d5ca9: Pulling fs layer0904add4b2ab: Waitingf986bf9d5ca9: Waitingddbef59e0ea0: Verifying Checksumddbef59e0ea0: Download completec8a958777819: Verifying Checksumc8a958777819: Download completea9c4d03c89cf: Verifying Checksuma9c4d03c89cf: Download completefad6b78bd523: Verifying Checksumfad6b78bd523: Download completeddbef59e0ea0: Pull completec8a958777819: Pull completea9c4d03c89cf: Pull completecb002c153c80: Verifying Checksumcb002c153c80: Download completefad6b78bd523: Pull completecb002c153c80: Pull complete876c82aa019b: Verifying Checksum876c82aa019b: Download completebfef421a4b69: Verifying Checksumbfef421a4b69: Download completee6b4d8b7cd2a: Verifying Checksume6b4d8b7cd2a: Download complete54235cbedf66: Verifying Checksum54235cbedf66: Download complete969e20d3615a: Verifying Checksum969e20d3615a: Download completef75a26651ead: Verifying Checksumf75a26651ead: Download completee2e5dbeca078: Verifying Checksume2e5dbeca078: Download completeadb8cd405a24: Verifying Checksumadb8cd405a24: Download complete56c2e03eb936: Download complete42f7bc177c6f: Verifying Checksum42f7bc177c6f: Download complete5e8ac5f38241: Download completecf8c284afc78: Verifying Checksumcf8c284afc78: Download complete69eda5caf340: Verifying Checksum69eda5caf340: Download completefe98b660af07: Verifying Checksumfe98b660af07: Download complete8d65ed03220e: Verifying Checksum8d65ed03220e: Download complete96582afc94cb: Verifying Checksum96582afc94cb: Download complete4f4fb700ef54: Download complete3a73ad442907: Verifying Checksum3a73ad442907: Download completed44b0146fa5e: Verifying Checksumd44b0146fa5e: Download complete3dc02b22b155: Download complete475edb260ff3: Download complete47a44a4e8580: Verifying Checksum47a44a4e8580: Download completee6f89448d543: Verifying Checksume6f89448d543: Download completeef0f57ea5fcb: Verifying Checksumef0f57ea5fcb: Download completebbad171c3b15: Verifying Checksumbbad171c3b15: Download complete81800827d60e: Download complete2c25dc074a59: Verifying Checksum2c25dc074a59: Download complete308c9094d6f5: Download completec2d4e4e71780: Verifying Checksumc2d4e4e71780: Download complete876c82aa019b: Pull completebfef421a4b69: Pull completee6b4d8b7cd2a: Pull complete54235cbedf66: Pull complete969e20d3615a: Pull completef75a26651ead: Pull completee2e5dbeca078: Pull completeadb8cd405a24: Pull complete42f7bc177c6f: Pull complete56c2e03eb936: Pull complete5e8ac5f38241: Pull completecf8c284afc78: Pull complete69eda5caf340: Pull completefe98b660af07: Pull complete8d65ed03220e: Pull complete4f4fb700ef54: Pull complete96582afc94cb: Pull completed44b0146fa5e: Pull complete3a73ad442907: Pull complete3dc02b22b155: Pull complete47a44a4e8580: Pull complete475edb260ff3: Pull completee6f89448d543: Pull completeef0f57ea5fcb: Pull complete81800827d60e: Pull completebbad171c3b15: Pull complete2c25dc074a59: Pull complete308c9094d6f5: Pull complete9a9042028693: Verifying Checksum9a9042028693: Download complete169b16f4d220: Verifying Checksum169b16f4d220: Download complete7a375914fd04: Verifying Checksum7a375914fd04: Download complete3f03a6e57bb0: Verifying Checksum3f03a6e57bb0: Download complete477be20739ff: Verifying Checksum477be20739ff: Download completec139be691ddd: Download complete5679f7d0987f: Verifying Checksum5679f7d0987f: Download completeadeeba91b798: Verifying Checksumadeeba91b798: Download complete0904add4b2ab: Verifying Checksum0904add4b2ab: Download completef986bf9d5ca9: Verifying Checksumf986bf9d5ca9: Download complete11585459cda5: Verifying Checksum11585459cda5: Download complete5679f7d0987f: Pull completec2d4e4e71780: Pull complete9a9042028693: Pull complete169b16f4d220: Pull complete7a375914fd04: Pull complete3f03a6e57bb0: Pull complete477be20739ff: Pull completec139be691ddd: Pull completeadeeba91b798: Pull complete11585459cda5: Pull complete7ab304c0e7fb: Pull complete0904add4b2ab: Pull completef986bf9d5ca9: Pull completeDigest: sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74Status: Downloaded newer image for ocaml/opam@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e742025-07-31 07:50.24 ---> using "e3031fce4666df3c8a4d180feda7dc06becd86fde09e4c874799a52edafeeda3" from cache/: (comment ubuntu-24.10-5.3_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-07-31 07:50.24 ---> using "10e069c55691c8c8bc8ff3c9d06849a8500b515494ff3c8c3eb82bc77d01f444" 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 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] y[NOTE] The 'jobs' option was reset, its value was 255 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=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-07-31 07:50.24 ---> using "42acfd97ba2129a9e34a426a15cbdd19d97d6318186c060b8226b005a9b7c296" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-131-genericThe OCaml toplevel, version 5.3.02.4.12025-07-31 07:50.24 ---> using "5c539334f7daa882dd9a8279c3112442b04dbafc75ca75009b1c044b726ce5c4" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-07-31 07:50.24 ---> using "d6d84bbff321ba13d7949c31688b1af7860219b3bb3cfdb33786f4e8dd5d0763" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(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:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-07-31 07:50.49 ---> saved as "27fc8f85a8bbc2813a065947ce2bfd0822e73f992d2194c0f186901772e876dd"/src: (copy (src sqlgg.opam) (dst ./))2025-07-31 07:50.49 ---> saved as "91a039d9a3c7273a88a6c1dea8fb59c83b499f27a0d7e009619bdfda92df713d"/src: (run (network host)(shell "opam pin add -yn sqlgg.dev './'"))[sqlgg.dev] synchronised (file:///src)[WARNING] Failed checks on sqlgg package definition from source at file:///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:///src (version dev)2025-07-31 07:50.51 ---> saved as "be85b3dacf8e509f2fdfaf1580f4440f6254305b8db460f79af36bafa2ae7d8d"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-07-31 07:50.51 ---> saved as "8d8433004adf87dfa88d2613bb6dc3cc5b00b731f72edcda8a36ca9a3ec55e2a"/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.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")/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.4 --depext-only -y sqlgg.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu oracular InRelease- Hit:2 http://archive.ubuntu.com/ubuntu oracular-updates InRelease- Hit:3 http://archive.ubuntu.com/ubuntu oracular-backports InRelease- Hit:4 http://security.ubuntu.com/ubuntu oracular-security InRelease- 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-07-31 07:51.09 ---> saved as "16fa5464e91e2a61f7e6e79479c441972588d990409c87272df42a48aa846caa"/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 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 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.19.1 (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.1 (cached)-> 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)-> installed ocamlfind.1.9.8-> installed dune.3.19.1-> installed ppx_derivers.1.2.1-> installed menhirCST.20240715-> installed menhirSdk.20240715-> installed mybuild.7-> installed stdlib-shims.0.3.0-> installed sexplib0.v0.17.0-> installed menhirLib.20240715-> installed cppo.1.8.0-> installed ocaml-compiler-libs.v0.17.0-> installed yojson.3.0.0-> installed ounit2.2.2.7-> installed ounit.2.2.7-> installed extlib.1.8.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 07:53.15 ---> saved as "2fbae9d6c7e7e0fe76851c2fae5428e725643cd7806f937a78d1a5cc9722ab72"/src: (copy (src .) (dst /src))2025-07-31 07:53.15 ---> saved as "bc763f3f81708daed46fe2cc2459d8a794f05c3e2fab4ce6b862c73a8990b901"/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.02 seconds.OK(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: 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.35 seconds.FAILED: Cases: 251 Tried: 251 Errors: 0 Failures: 0 Skip: 0 Todo: 1 Timeouts: 0.2025-07-31 07:53.36 ---> saved as "5fd8836bd585705d85cbabd7228e104244ec42185d0bb62160613f7941766a77"Job succeeded2025-07-31 07:53.36: Job succeeded