2026-04-27 07:23.14: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/main (a0f784b8c3aec410a6b156be60572af205954780) (linux-x86_64:fedora-42-4.14_opam-2.5)Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "main" && cd "dunolint" && git reset --hard a0f784b8cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06# fedora-42-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.5 /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 24618e1786711fef2cc7e5a769e742b764fd7f0c || git fetch origin master) && git reset -q --hard 24618e1786711fef2cc7e5a769e742b764fd7f0c && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-dev.opam ./RUN opam pin add -yn dunolint.dev './' && \opam pin add -yn dunolint-tests.dev './' && \opam pin add -yn dunolint-lib.dev './' && \opam pin add -yn dunolint-lib-base.dev './' && \opam pin add -yn dunolint-dev.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base.v0.16.5 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 sexplib0.v0.16.0 stdlib-shims.0.3.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y dunolint-lib.dev dunolint-lib-base.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-27 07:23.14: Using cache hint "mbarbin/dunolint-ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06-fedora-42-4.14_opam-2.5-c9a42ace4cfc324af2d57fd62957d816"2026-04-27 07:23.14: Using OBuilder spec:((from ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06)(comment fedora-42-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 24618e1786711fef2cc7e5a769e742b764fd7f0c || git fetch origin master) && git reset -q --hard 24618e1786711fef2cc7e5a769e742b764fd7f0c && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-dev.opam)(dst ./))(run (network host)(shell "opam pin add -yn dunolint.dev './' && \\nopam pin add -yn dunolint-tests.dev './' && \\nopam pin add -yn dunolint-lib.dev './' && \\nopam pin add -yn dunolint-lib-base.dev './' && \\nopam pin add -yn dunolint-dev.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base.v0.16.5 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 sexplib0.v0.16.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.5 --depext-only -y dunolint-lib.dev dunolint-lib-base.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 --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build")))2026-04-27 07:23.14: Waiting for resource in pool OCluster2026-04-27 07:28.07: Waiting for worker…2026-04-27 07:31.46: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at a0f784b Upgrade deploy-pages (node 24 warning)(from ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06)Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06' locallydocker.io/ocaml/opam@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06: Pulling from ocaml/opambcbfb8588268: Already exists73b2408747f6: Pulling fs layer9801aa370cb0: Pulling fs layere2db682e1091: Pulling fs layer35ce4f3a1d8f: Pulling fs layer0c758f381927: Pulling fs layer331d2e83f975: Pulling fs layer587b7a9d2fa5: Pulling fs layer6f5d85344b5e: Pulling fs layer35ce4f3a1d8f: Waiting0bf270c8c680: Pulling fs layer0c758f381927: Waitingb8a710b2793e: Pulling fs layer102e4eb337f9: Pulling fs layer331d2e83f975: Waiting587b7a9d2fa5: Waiting0bf270c8c680: Waiting8074f360636b: Pulling fs layere2e6e0c8e26d: Pulling fs layer6f5d85344b5e: Waiting102e4eb337f9: Waitingb8a710b2793e: Waiting8074f360636b: Waiting523ea61dbc78: Pulling fs layerfdc7142430a4: Pulling fs layere2e6e0c8e26d: Waiting523ea61dbc78: Waitingbd9c320da6c3: Pulling fs layerfdc7142430a4: Waiting84da89250dcb: Pulling fs layerbd9c320da6c3: Waiting14965138aadf: Pulling fs layer423340f710ae: Pulling fs layer14965138aadf: Waitinga8ded4eff573: Pulling fs layer84da89250dcb: Waiting4f4fb700ef54: Pulling fs layer423340f710ae: Waitinga8ded4eff573: Waitingb0088e840ba0: Pulling fs layer8af4a5e4bfe7: Pulling fs layer4f4fb700ef54: Waiting47714dafabe1: Pulling fs layer7d178f126a38: Pulling fs layerb0088e840ba0: Waiting47714dafabe1: Waiting8af4a5e4bfe7: Waiting1e25091b9328: Pulling fs layere7334ffd00ee: Pulling fs layer1e25091b9328: Waitingb0d0fb29e996: Pulling fs layerb514f69d4736: Pulling fs layercc65440c3c3b: Pulling fs layer92a35f6a24ed: Pulling fs layerb514f69d4736: Waitingcc65440c3c3b: Waiting9913b5eb2db3: Pulling fs layer92a35f6a24ed: Waiting164a98ef7bc0: Pulling fs layer9913b5eb2db3: Waitingebe09a1e10fd: Pulling fs layercd30e6adea74: Pulling fs layer164a98ef7bc0: Waitingebe09a1e10fd: Waitingb864cbae0a9c: Pulling fs layerba3fe2c0fbfd: Pulling fs layer889dd894e69f: Pulling fs layerba3fe2c0fbfd: Waiting29224cb56fda: Pulling fs layer889dd894e69f: Waitingb864cbae0a9c: Waiting6c44a2ff139a: Pulling fs layer6b234c7a28b8: Pulling fs layer29224cb56fda: Waiting6c44a2ff139a: Waitingcd3978b92ac3: Pulling fs layer6b234c7a28b8: Waiting536dada2d351: Pulling fs layercd3978b92ac3: Waiting67fc0ef3a1ba: Pulling fs layer536dada2d351: Waiting67fc0ef3a1ba: Waiting73b2408747f6: Download complete73b2408747f6: Pull complete35ce4f3a1d8f: Verifying Checksum35ce4f3a1d8f: Download complete0c758f381927: Verifying Checksum0c758f381927: Download complete331d2e83f975: Verifying Checksum331d2e83f975: Download complete9801aa370cb0: Verifying Checksum9801aa370cb0: Download complete6f5d85344b5e: Verifying Checksum6f5d85344b5e: Download complete587b7a9d2fa5: Verifying Checksum587b7a9d2fa5: Download complete0bf270c8c680: Verifying Checksum0bf270c8c680: Download completeb8a710b2793e: Verifying Checksumb8a710b2793e: Download complete102e4eb337f9: Verifying Checksum102e4eb337f9: Download completee2db682e1091: Verifying Checksume2db682e1091: Download complete8074f360636b: Verifying Checksum8074f360636b: Download completee2e6e0c8e26d: Download complete523ea61dbc78: Verifying Checksum523ea61dbc78: Download completefdc7142430a4: Download completebd9c320da6c3: Download complete14965138aadf: Verifying Checksum14965138aadf: Download complete84da89250dcb: Verifying Checksum84da89250dcb: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completea8ded4eff573: Verifying Checksuma8ded4eff573: Download complete423340f710ae: Verifying Checksum423340f710ae: Download completeb0088e840ba0: Verifying Checksumb0088e840ba0: Download complete9801aa370cb0: Pull complete8af4a5e4bfe7: Download complete47714dafabe1: Verifying Checksum47714dafabe1: Download complete7d178f126a38: Download completee7334ffd00ee: Download complete1e25091b9328: Verifying Checksum1e25091b9328: Download completeb0d0fb29e996: Download completeb514f69d4736: Verifying Checksumb514f69d4736: Download completecc65440c3c3b: Verifying Checksumcc65440c3c3b: Download complete92a35f6a24ed: Verifying Checksum92a35f6a24ed: Download complete9913b5eb2db3: Verifying Checksum9913b5eb2db3: Download complete164a98ef7bc0: Verifying Checksum164a98ef7bc0: Download completecd30e6adea74: Verifying Checksumcd30e6adea74: Download completeba3fe2c0fbfd: Verifying Checksumba3fe2c0fbfd: Download complete889dd894e69f: Verifying Checksum889dd894e69f: Download complete29224cb56fda: Download completeebe09a1e10fd: Verifying Checksumebe09a1e10fd: Download complete6c44a2ff139a: Verifying Checksum6c44a2ff139a: Download completecd3978b92ac3: Verifying Checksumcd3978b92ac3: Download complete536dada2d351: Verifying Checksum536dada2d351: Download complete67fc0ef3a1ba: Download completee2db682e1091: Pull complete35ce4f3a1d8f: Pull complete0c758f381927: Pull completeb864cbae0a9c: Download complete331d2e83f975: Pull complete587b7a9d2fa5: Pull complete6f5d85344b5e: Pull complete0bf270c8c680: Pull completeb8a710b2793e: Pull complete102e4eb337f9: Pull complete8074f360636b: Pull completee2e6e0c8e26d: Pull complete523ea61dbc78: Pull completefdc7142430a4: Pull completebd9c320da6c3: Pull complete84da89250dcb: Pull complete14965138aadf: Pull complete423340f710ae: Pull completea8ded4eff573: Pull complete4f4fb700ef54: Pull completeb0088e840ba0: Pull complete8af4a5e4bfe7: Pull complete47714dafabe1: Pull complete7d178f126a38: Pull complete1e25091b9328: Pull completee7334ffd00ee: Pull completeb0d0fb29e996: Pull completeb514f69d4736: Pull completecc65440c3c3b: Pull complete92a35f6a24ed: Pull complete9913b5eb2db3: Pull complete164a98ef7bc0: Pull complete6b234c7a28b8: Verifying Checksum6b234c7a28b8: Download completeebe09a1e10fd: Pull completecd30e6adea74: Pull completeb864cbae0a9c: Pull completeba3fe2c0fbfd: Pull complete889dd894e69f: Pull complete29224cb56fda: Pull complete6c44a2ff139a: Pull complete6b234c7a28b8: Pull completecd3978b92ac3: Pull complete536dada2d351: Pull complete67fc0ef3a1ba: Pull completeDigest: sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06Status: Downloaded newer image for ocaml/opam@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a062026-04-27 07:34.00 ---> saved as "a2138dc0ef62f001e023e4416ed486d1206cfe1a8119b44d0145c01c1c705900"/: (comment fedora-42-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 42 - x86_64 - Updates 100% | 104.7 KiB/s | 15.5 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.Nothing to do.2026-04-27 07:34.02 ---> saved as "58803695cc6abc3d549c4df51963f984b5dc2f86724a3b4c1a28f3f1782c5a76"/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-04-27 07:34.04 ---> saved as "ced88770838d03c64fb8e716497a3ccad63e4841e26fed6a10facd47fb2a012b"/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 71 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=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/sbin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"[default] Initialised2026-04-27 07:34.26 ---> saved as "6e9a9535e319472b2a29a3d4d48cb6a6b3073ad99d1208d8351c4cf8850bdca8"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 4.14.32.5.12026-04-27 07:34.28 ---> saved as "0700f36ed8d4644f121891f73c39da1608a342d69989cbde0acdecf4bda422d7"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-27 07:34.29 ---> saved as "bf3690f6247c9aaf56d24d330855d609682cc634cb3f28d0fd9a7765d012f469"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 24618e1786711fef2cc7e5a769e742b764fd7f0c || git fetch origin master) && git reset -q --hard 24618e1786711fef2cc7e5a769e742b764fd7f0c && git log --no-decorate -n1 --oneline && opam update -u"))24618e1786 Merge pull request #29744 from nmatschke/opam-publish-base.v0.16.5<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches[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 at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-04-27 07:35.00 ---> saved as "d547425a4f4e8e4b6de102c0e47448e82053ddbf0999102dab296fe2fc819396"/src: (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-dev.opam)(dst ./))2026-04-27 07:35.30 ---> saved as "3672b045fe7121b372d2666f4aa0407e39390b572eed45a4c2692759a1fbcc80"/src: (run (network host)(shell "opam pin add -yn dunolint.dev './' && \\nopam pin add -yn dunolint-tests.dev './' && \\nopam pin add -yn dunolint-lib.dev './' && \\nopam pin add -yn dunolint-lib-base.dev './' && \\nopam pin add -yn dunolint-dev.dev './'"))[dunolint.dev] synchronised (file:///src)dunolint is now pinned to file:///src (version dev)[NOTE] Package dunolint-tests does not exist in opam repositories registered in the current switch.[dunolint-tests.dev] synchronised (file:///src)dunolint-tests is now pinned to file:///src (version dev)[dunolint-lib.dev] synchronised (file:///src)dunolint-lib is now pinned to file:///src (version dev)[dunolint-lib-base.dev] synchronised (file:///src)dunolint-lib-base is now pinned to file:///src (version dev)[NOTE] Package dunolint-dev does not exist in opam repositories registered in the current switch.[dunolint-dev.dev] synchronised (file:///src)dunolint-dev is now pinned to file:///src (version dev)2026-04-27 07:35.53 ---> saved as "facd0d57448acedcad64b1b6b7817469be664e8c26a82896cdbfd8f16f716245"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-27 07:36.07 ---> saved as "33a7b67a2f29e2d646fd998f6a3bca141006e16c392d2dede5d13c773e877977"/src: (env DEPS "base.v0.16.5 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 sexplib0.v0.16.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.5 --depext-only -y dunolint-lib.dev dunolint-lib-base.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[dunolint-lib.dev] synchronised (file:///src)[dunolint-lib-base.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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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).# To update the current shell environment, run: eval $(opam env)2026-04-27 07:37.01 ---> saved as "ece26493c285acb1e9379fc028ab458e20b4f49b576a406c21b0e947e287e525"/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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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 13 packages- install base v0.16.5- install csexp 1.5.2- install dune 3.22.2- install dune-configurator 3.22.2- install ocaml-compiler-libs v0.12.4- install ppx_compare v0.16.0- install ppx_derivers 1.2.1- install ppx_enumerate v0.16.0- install ppx_sexp_conv v0.16.0- install ppxlib 0.35.0- install re 1.14.0- install sexplib0 v0.16.0- install stdlib-shims 0.3.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base.v0.16.5 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ppx_compare.v0.16.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_enumerate.v0.16.0 (cached)-> retrieved ppx_sexp_conv.v0.16.0 (cached)-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> installed dune.3.22.2-> installed ppx_derivers.1.2.1-> installed stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed ocaml-compiler-libs.v0.12.4-> installed re.1.14.0-> installed sexplib0.v0.16.0-> installed dune-configurator.3.22.2-> installed base.v0.16.5-> installed ppxlib.0.35.0-> installed ppx_enumerate.v0.16.0-> installed ppx_compare.v0.16.0-> installed ppx_sexp_conv.v0.16.0Done.# To update the current shell environment, run: eval $(opam env)2026-04-27 07:38.23 ---> saved as "f610eecb3478ad7f31e5e491ac5e09179a1be383bf06c49a97206e2c1377acb2"/src: (copy (src .) (dst /src))2026-04-27 07:41.12 ---> saved as "4e29446f29ab4809f1d40522fc21f41acd4b2f6dddc5b625130f7332ffef7ec2"/src: (run (shell "opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build"))2026-04-27 07:41.19 ---> saved as "5d844125082e42dd771a29dd1529e4d49925ab0bfd929458e8d8eb9ac21f5223"Job succeeded2026-04-27 07:41.23: Job succeeded