Organisationstmcgilchristdatalogfa08cf (master)(lint-doc)

(lint-doc)

Logs

Show full logs
2026-06-20 07:37.39: New job: test tmcgilchrist/datalog https://github.com/tmcgilchrist/datalog.git#refs/heads/master (fa08cf6ce9371741a74bcd5f83509ee5c424ec71) (linux-x86_64:(lint-doc))
Base: ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c
Opam project lint documentation

To reproduce locally:

git clone --recursive "https://github.com/tmcgilchrist/datalog.git" -b "master" && cd "datalog" && git reset --hard fa08cf6c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c
# debian-13-4.11_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam
RUN cd ~/opam-repository && (git cat-file -e 9875e1aa567baabe729e1edf7e7c069efe8d3bce || git fetch origin master) && git reset -q --hard 9875e1aa567baabe729e1edf7e7c069efe8d3bce && git log --no-decorate -n1 --oneline
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN opam update -u
COPY --chown=1000:1000 datalog.opam ./
RUN opam pin add -yn datalog.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 dune.3.23.1 fmt.0.11.0 logs.0.8.0 mdx.2.5.2 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocaml-version.4.1.3 ocamlbuild.0.16.1 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 re.1.11.0 result.1.5 seq.base topkg.1.1.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y datalog.dev $DEPS
RUN opam install $DEPS
RUN opam install --yes dune 'odoc>=1.5.0'
COPY --chown=1000:1000 . /src/
RUN ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2)

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2026-06-20 07:37.39: Using cache hint "tmcgilchrist/datalog-ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c-debian-13-4.11_opam-2.5-6735319654ee42749f1f352a1bf68cf0"
2026-06-20 07:37.39: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c)
 (comment debian-13-4.11_opam-2.5)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 9875e1aa567baabe729e1edf7e7c069efe8d3bce || git fetch origin master) && git reset -q --hard 9875e1aa567baabe729e1edf7e7c069efe8d3bce && git log --no-decorate -n1 --oneline"))
 (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 "opam update -u"))
 (copy (src datalog.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn datalog.dev './'"))
 (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 dune.3.23.1 fmt.0.11.0 logs.0.8.0 mdx.2.5.2 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocaml-version.4.1.3 ocamlbuild.0.16.1 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 re.1.11.0 result.1.5 seq.base topkg.1.1.1")
 (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.2 --depext-only -y datalog.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install --yes dune 'odoc>=1.5.0'"))
 (copy (src .) (dst /src/))
 (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
)

2026-06-20 07:37.39: Waiting for resource in pool OCluster
2026-06-20 08:16.26: Waiting for worker…
2026-06-20 08:23.55: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at fa08cf6 Remove 32bit architectures.

(from ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.11@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c' locally
docker.io/ocaml/opam@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c: Pulling from ocaml/opam
307f8152a55e: Already exists
53d481666795: Already exists
4ee22a5df705: Already exists
ae88ba2e7c99: Already exists
466fcae906a3: Already exists
024abae8c1ed: Already exists
d582ebdec32b: Already exists
aa12715098f1: Already exists
62299cb9f759: Already exists
a25072680c61: Already exists
43b56dd9ccf7: Already exists
244d3fc9f983: Already exists
c4fb47424a8f: Already exists
cf6798d648a4: Already exists
279a991ac05e: Already exists
cf66fc12d100: Already exists
cf66fc12d100: Already exists
d39d0e8ae83c: Already exists
4b54e9cd8568: Already exists
f65d25bce8ea: Already exists
7d77baca5957: Already exists
4f4fb700ef54: Already exists
a99a940ecfac: Already exists
f5264679c08b: Already exists
f2b70106109c: Already exists
b37088730bad: Already exists
cbd33ffade5f: Already exists
f1cf9ab18ca0: Already exists
87f3d72372a4: Already exists
25d15f09ece2: Already exists
6304df60357e: Already exists
34a8ea3e9b48: Already exists
a0636f21098e: Already exists
9511add15c87: Already exists
963ec00065e9: Already exists
3a098b8178a5: Already exists
ca1c1d43252a: Already exists
ca50eb78767c: Already exists
85fc1e77225e: Already exists
088f7de253ad: Already exists
a3252813698b: Pulling fs layer
29c18e123b7c: Pulling fs layer
f9fe8a9fcba5: Pulling fs layer
c7ffbe2d1595: Pulling fs layer
c7ffbe2d1595: Waiting
29c18e123b7c: Verifying Checksum
29c18e123b7c: Download complete
f9fe8a9fcba5: Verifying Checksum
f9fe8a9fcba5: Download complete
c7ffbe2d1595: Verifying Checksum
c7ffbe2d1595: Download complete
a3252813698b: Verifying Checksum
a3252813698b: Download complete
a3252813698b: Pull complete
29c18e123b7c: Pull complete
f9fe8a9fcba5: Pull complete
c7ffbe2d1595: Pull complete
Digest: sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c
Status: Downloaded newer image for ocaml/opam@sha256:6c34153b2b07fc0f884e792a60178e250c2d06a45050e01ed0883a67ec11440c
2026-06-20 08:23.57 ---> using "36abb6db1723167d15c41f53ef05d371444812dc64e2ea7fe109d222db988473" from cache

/: (comment debian-13-4.11_opam-2.5)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2026-06-20 08:23.57 ---> using "c39f4f20754d502db7263dd7936ba956bf6745180901c2936d0a5f5580e56fb1" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 9875e1aa567baabe729e1edf7e7c069efe8d3bce || git fetch origin master) && git reset -q --hard 9875e1aa567baabe729e1edf7e7c069efe8d3bce && git log --no-decorate -n1 --oneline"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   fc08333d1b..edbf61b356  master     -> origin/master
9875e1aa56 Merge pull request #30077 from mtelvers/opam-publish-ocaml-version.4.1.3
2026-06-20 08:23.57 ---> using "4fa2cc2a81ae7f5b47c0af9955ea163b6f755258a68a862f7323f0dc499f07e2" 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.

Continue? [y/n] y
This development version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.

[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 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
2026-06-20 08:23.57 ---> using "36311d14bb1ed9a549aff8184b5b20e5f8ffd778e258db014fb96e7b98b998d0" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 7.0.0-22-generic
The OCaml toplevel, version 4.11.2
2.2.1
2026-06-20 08:23.57 ---> using "0650f06ab209e858fad842b5c5b70fd6c0d4a1329775483f91de7ce680b4d654" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-06-20 08:23.57 ---> using "3fef7cbbae546fbf37e3fb0d66bddcced5b4d13342d81654eca088806db149ac" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update -u"))

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository

Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).

The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.6.0
  - ocaml-config.3
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2026-06-20 08:23.57 ---> using "8ec1b1697b2beb65b807c6bd123e475adccd2cff009b47f75a1d55ae2db85a69" from cache

/src: (copy (src datalog.opam) (dst ./))
2026-06-20 08:23.58 ---> saved as "f639069609174f65c2f3e47df0bd18055520edf56ad7e730b8fde68526e0b3f4"

/src: (run (network host)
           (shell "opam pin add -yn datalog.dev './'"))
[datalog.dev] synchronised (file:///src)
datalog is now pinned to file:///src (version dev)
2026-06-20 08:24.00 ---> saved as "5b9710dac948d3123d4b63dbdd3344dd6850a458cc91b594558d5129bdba410d"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-06-20 08:24.00 ---> saved as "56b82323d7202a15fe8c66e64bbbe1926611ec75efe5f3534a1a1f38b282d866"

/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 dune.3.23.1 fmt.0.11.0 logs.0.8.0 mdx.2.5.2 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocaml-version.4.1.3 ocamlbuild.0.16.1 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 re.1.11.0 result.1.5 seq.base topkg.1.1.1")

/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.2 --depext-only -y datalog.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9671 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [220 kB]
- Fetched 10.1 MB in 1s (7271 kB/s)
- Reading package lists...

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[datalog.dev] synchronised (file:///src)

[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.11.2).
[NOTE] Package ocaml is already installed (current version is 4.11.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).
2026-06-20 08:24.10 ---> saved as "76416e571ec1ac4f3bb9536ee2b6b5b9477532691f7efbb53b965d231b4bece9"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.11.2).
[NOTE] Package ocaml is already installed (current version is 4.11.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 astring                  0.8.5
  - install camlp-streams            5.0.1
  - install cmdliner                 2.1.1
  - install cppo                     1.8.0
  - install csexp                    1.5.2
  - install dune                     3.23.1
  - install fmt                      0.11.0
  - install logs                     0.8.0
  - install mdx                      2.5.2
  - install ocaml-secondary-compiler 4.14.2
  - install ocaml-version            4.1.3
  - install ocamlbuild               0.16.1
  - install ocamlfind                1.9.6
  - install ocamlfind-secondary      1.9.6
  - install re                       1.11.0
  - install result                   1.5
  - install seq                      base
  - install topkg                    1.1.1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved cmdliner.2.1.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved mdx.2.5.2  (cached)
-> retrieved ocaml-version.4.1.3  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.6, ocamlfind-secondary.1.9.6  (cached)
-> retrieved ocaml-secondary-compiler.4.14.2  (cached)
-> retrieved dune.3.23.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved topkg.1.1.1  (cached)
-> installed cmdliner.2.1.1
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.8.0
-> installed ocaml-secondary-compiler.4.14.2
-> installed ocamlfind-secondary.1.9.6
-> installed dune.3.23.1
-> installed csexp.1.5.2
-> installed result.1.5
-> installed camlp-streams.5.0.1
-> installed ocaml-version.4.1.3
-> installed re.1.11.0
-> installed cppo.1.8.0
-> installed mdx.2.5.2
Done.
# Run eval $(opam env) to update the current shell environment
2026-06-20 08:26.07 ---> saved as "d94476a0acdc79808e487ed1ace2d081ecb60ee026819c5a78be702f7de85c57"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install --yes dune 'odoc>=1.5.0'"))
[NOTE] Package dune is already installed (current version is 3.23.1).
The following actions will be performed:
=== install 7 packages
  - install crunch      4.0.0 [required by odoc]
  - install fpath       0.7.3 [required by odoc]
  - install odoc        3.2.1
  - install odoc-parser 3.2.1 [required by odoc]
  - install ptime       1.2.0 [required by crunch]
  - install tyxml       4.6.0 [required by odoc]
  - install uutf        1.0.4 [required by tyxml]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved crunch.4.0.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved odoc.3.2.1, odoc-parser.3.2.1  (cached)
-> installed fpath.0.7.3
-> installed ptime.1.2.0
-> installed uutf.1.0.4
-> installed crunch.4.0.0
-> installed odoc-parser.3.2.1
-> installed tyxml.4.6.0
-> installed odoc.3.2.1
Done.
# Run eval $(opam env) to update the current shell environment
2026-06-20 08:26.25 ---> saved as "cdb7527897fd418a3dcc6cdcfbb0b7e46ce4937bb1e8d16f3f9088bd09b2cf58"

/src: (copy (src .) (dst /src/))
2026-06-20 08:26.26 ---> saved as "8acb43271274030ab255439b1b478abb4911595282e8e9bcf2c9034b51904192"

/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
(cd _build/default/_doc/_odocls/datalog && /home/opam/.opam/4.11/bin/odoc link -I ../../_odoc/pkg/datalog -I ../../../src/bottom_up/.datalog.objs/byte -I ../../../src/caml_interface/.datalog_caml_interface.objs/byte -I ../../../src/top_down/.datalog_top_down.objs/byte -I ../../../src/unix/.datalog_unix.objs/byte -o datalog.odocl ../../../src/bottom_up/.datalog.objs/byte/datalog.odoc)
File "src/bottom_up/default.mli", line 19, characters 4-19:
Warning: Failed to resolve reference unresolvedroot(BottomUpAST) Couldn't find "BottomUpAST"
File "src/bottom_up/bottomUp.mli", line 18, characters 4-16:
Warning: Failed to resolve reference unresolvedroot(indexlist) Couldn't find "indexlist"
File "src/bottom_up/bottomUp.mli", line 14, characters 8-23:
Warning: Failed to resolve reference unresolvedroot(Datalog_cli) Couldn't find "Datalog_cli"
(cd _build/default/_doc/_odocls/datalog && /home/opam/.opam/4.11/bin/odoc link -I ../../_odoc/pkg/datalog -I ../../../src/bottom_up/.datalog.objs/byte -I ../../../src/caml_interface/.datalog_caml_interface.objs/byte -I ../../../src/top_down/.datalog_top_down.objs/byte -I ../../../src/unix/.datalog_unix.objs/byte -o datalog_caml_interface.odocl ../../../src/caml_interface/.datalog_caml_interface.objs/byte/datalog_caml_interface.odoc)
File "src/top_down/Datalog_top_down.mli", line 457, characters 8-56:
Warning: While resolving the expansion of include at File "src/caml_interface/Datalog_caml_interface.mli", line 185, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/top_down/Datalog_top_down.mli", line 454, characters 8-58:
Warning: While resolving the expansion of include at File "src/caml_interface/Datalog_caml_interface.mli", line 185, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
(cd _build/default/_doc/_odocls/datalog && /home/opam/.opam/4.11/bin/odoc link -I ../../_odoc/pkg/datalog -I ../../../src/bottom_up/.datalog.objs/byte -I ../../../src/caml_interface/.datalog_caml_interface.objs/byte -I ../../../src/top_down/.datalog_top_down.objs/byte -I ../../../src/unix/.datalog_unix.objs/byte -o datalog_top_down.odocl ../../../src/top_down/.datalog_top_down.objs/byte/datalog_top_down.odoc)
File "src/top_down/Datalog_top_down.mli", line 457, characters 8-56:
Warning: While resolving the expansion of include at File "src/top_down/Datalog_top_down.mli", line 482, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/top_down/Datalog_top_down.mli", line 454, characters 8-58:
Warning: While resolving the expansion of include at File "src/top_down/Datalog_top_down.mli", line 482, character 2
Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/top_down/Datalog_top_down.mli", line 457, characters 8-56:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/top_down/Datalog_top_down.mli", line 454, characters 8-58:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/top_down/Datalog_top_down.mli", line 457, characters 8-56:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
File "src/top_down/Datalog_top_down.mli", line 454, characters 8-58:
Warning: Failed to resolve reference unresolvedroot(Failure) Couldn't find "Failure"
2026-06-20 08:26.27 ---> saved as "55a111fb7bbce15124b70bc29bcd8c29ea979610c466ed8c3425ab0b6d8493ba"
Job succeeded
2026-06-20 08:26.27: Job succeeded