Organisationsstedolanmalfunction571cd8 (master)alpine-3.19-4.14_opam-2.1

alpine-3.19-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 08:44.16: New job: test stedolan/malfunction https://github.com/stedolan/malfunction.git#refs/heads/master (571cd8611f24986c41c5815f13c679f347477314) (linux-x86_64:alpine-3.19-4.14_opam-2.1)
Base: ocaml/opam@sha256:bf6aa97761d12fb7cd71c54940bf20e9c92a17fe5406a845660fc8e3a7c2e21e
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/stedolan/malfunction.git" -b "master" && cd "malfunction" && git reset --hard 571cd861
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:bf6aa97761d12fb7cd71c54940bf20e9c92a17fe5406a845660fc8e3a7c2e21e
# alpine-3.19-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 malfunction.opam ./
RUN opam pin add -yn malfunction.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base conf-gmp.4 cppo.1.6.9 dune.3.15.2 dune-build-info.3.15.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 omd.2.0.0~alpha4 topkg.1.0.7 uucp.15.1.0 uunf.15.1.0 uutf.1.0.3 zarith.1.13"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y malfunction.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


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


2024-04-30 08:44.16: Using cache hint "stedolan/malfunction-ocaml/opam@sha256:bf6aa97761d12fb7cd71c54940bf20e9c92a17fe5406a845660fc8e3a7c2e21e-alpine-3.19-4.14_opam-2.1-028789a86549b22473726e5d21f85974"
2024-04-30 08:44.16: Using OBuilder spec:
((from ocaml/opam@sha256:bf6aa97761d12fb7cd71c54940bf20e9c92a17fe5406a845660fc8e3a7c2e21e)
 (comment alpine-3.19-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src malfunction.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn malfunction.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-gmp.4 cppo.1.6.9 dune.3.15.2 dune-build-info.3.15.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 omd.2.0.0~alpha4 topkg.1.0.7 uucp.15.1.0 uunf.15.1.0 uutf.1.0.3 zarith.1.13")
 (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.1 --depext-only -y malfunction.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"))
)


2024-04-30 08:44.16: Waiting for resource in pool OCluster
2024-04-30 20:27.20: Waiting for worker…
2024-04-30 20:30.33: Got resource from pool OCluster
Building on x86-bm-c10.sw.ocaml.org
All commits already cached
HEAD is now at 571cd86 Support for -package and -dontlink in linking of output files (#38)


(from ocaml/opam@sha256:bf6aa97761d12fb7cd71c54940bf20e9c92a17fe5406a845660fc8e3a7c2e21e)
2024-04-30 20:31.31 ---> saved as "1e640372eb9daeb2412d20c5fde01c5949566a71e7b6150cd62d118621a015ce"


/: (comment alpine-3.19-4.14_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-04-30 20:31.31 ---> saved as "b182ae1cda6d297a21c7bc776a7186ae509de252e149d545f617b331989e646b"


/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.1, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-04-30 20:33.18 ---> saved as "4866ea6bf011b30c8f3834af033bf4ab0458b5961a9b90f360a51536fd01e0a4"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-105-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-04-30 20:33.18 ---> saved as "b0fc2e66b51ad223ac3ff94d2310cf8cd27eb1c1e0326d42e299e3e2cf109eda"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 20:33.18 ---> saved as "37c723fd8d4647c0452a25707967717f353e286d7208d2811868c00bae4dd948"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   4bb8cb8b65..bafea8d973  master     -> origin/master
042d5efee9 [new release] dune (15 packages) (3.15.2)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


Everything 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.
# Run eval $(opam env) to update the current shell environment
2024-04-30 20:34.54 ---> saved as "fc8ef94fea0326c5ccbfd6d93c6d67b7da318abb4ed2db5ff0186c7ee0f32fac"


/src: (copy (src malfunction.opam) (dst ./))
2024-04-30 20:34.54 ---> saved as "6886ea08a6017f23a199b232290e4788dbbe8bab5aa54d50924be97af6c66a25"


/src: (run (network host)
           (shell "opam pin add -yn malfunction.dev './'"))
[malfunction.dev] synchronised (file:///src)
malfunction is now pinned to file:///src (version dev)
2024-04-30 20:34.57 ---> saved as "89bb61cb2ce09047a4a677b7aa804429497803097811b6028c9fda414ade9593"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-gmp.4 cppo.1.6.9 dune.3.15.2 dune-build-info.3.15.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 omd.2.0.0~alpha4 topkg.1.0.7 uucp.15.1.0 uunf.15.1.0 uutf.1.0.3 zarith.1.13")


/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.1 --depext-only -y malfunction.dev $DEPS"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
- v3.19.1-476-g0fc5112363c [https://dl-cdn.alpinelinux.org/alpine/v3.19/main]
- v3.19.1-480-g28ad97485dd [https://dl-cdn.alpinelinux.org/alpine/v3.19/community]
- v20240329-2859-gfee7a754416 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20240329-2902-g9d516fb7276 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20240329-2901-gb470cf07801 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 52796 distinct packages available


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[malfunction.dev] synchronised (no changes)


[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 system packages will first need to be installed:
    gmp-dev


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apk" "add" "gmp-dev"
- (1/2) Installing libgmpxx (6.3.0-r0)
- (2/2) Installing gmp-dev (6.3.0-r0)
- OK: 298 MiB in 102 packages
2024-04-30 20:35.21 ---> saved as "d3999d1ba07441004710aca666264da2805198781e58940f2789e221dbe984ca"


/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 dune            3.15.2
  - install ocamlbuild      0.14.3
  - install conf-gmp        4
  - install ocamlfind       1.9.6
  - install dune-build-info 3.15.2
  - install cppo            1.6.9
  - install zarith          1.13
  - install topkg           1.0.7
  - install uutf            1.0.3
  - install uunf            15.1.0
  - install uucp            15.1.0
  - install omd             2.0.0~alpha4
===== 12 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.6.9  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-build-info.3.15.2  (cached)
-> installed conf-gmp.4
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved omd.2.0.0~alpha4  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uunf.15.1.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved zarith.1.13  (cached)
-> retrieved uucp.15.1.0  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed zarith.1.13
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed dune.3.15.2
-> installed dune-build-info.3.15.2
-> installed cppo.1.6.9
-> installed uunf.15.1.0
-> installed uucp.15.1.0
-> installed omd.2.0.0~alpha4
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 20:37.10 ---> saved as "c2371914fe7854f2505a9276624edaf4bf6b57357d04d7ce4a841ed4b29807d5"


/src: (copy (src .) (dst /src))
2024-04-30 20:37.11 ---> saved as "20cef3481334b51325142980a3681f2fb964d7f3d0eb8b42f1aec6c544179283"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "test_cli/test.expect", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/default/test_cli/test.expect _build/default/test_cli/test.log
diff --git a/_build/default/test_cli/test.expect b/_build/default/test_cli/test.log
index 96f77f4..fc8e082 100644
--- a/_build/default/test_cli/test.expect
+++ b/_build/default/test_cli/test.log
@@ -1,5 +1,7 @@
-Hello, world!
-Hello, world!
+ocamlfind: Package `helloworld.cmx' not found
+./test.sh: line 16: ./helloworld: No such file or directory
+ocamlfind: Package `helloworld.cmx' not found
+./test.sh: line 20: ./foo: No such file or directory
 Hello, world!
 42
 10
File "test/dune", line 7, characters 0-140:
 7 | (alias
 8 |  (name runtest)
 9 |  (deps (:prog test.exe) ../docs/spec.md (glob_files ../test/*.test))
10 |  (action (run %{prog} ../docs/spec.md ../test)))
(cd _build/default/test && ./test.exe ../docs/spec.md ../test)
../docs/spec.md: 
../docs/spec.md:0: crash: Link error


../docs/spec.md:0: crash: Link error


../docs/spec.md:0: crash: Link error


../docs/spec.md:0: crash: Link error


../docs/spec.md:0: crash: Link error


../docs/spec.md:0: crash: Link error


../docs/spec.md:0: crash: Link error


../docs/spec.md:0: crash: Link error


../docs/spec.md:0: crash: Link error


../docs/spec.md:0: crash: Link error


../docs/spec.md:0: crash: Link error


../docs/spec.md:0: crash: Link error


../docs/spec.md:0: crash: Link error
../docs/spec.md:          [0/13] tests passed
../test/vector.test: 
../test/vector.test:1: crash: Link error


../test/vector.test:11: crash: Link error


../test/vector.test:14: crash: Link error
../test/vector.test:      [0/3] tests passed
../test/shifts.test: 
../test/shifts.test:1: crash: Link error


../test/shifts.test:2: crash: Link error


../test/shifts.test:3: crash: Link error


../test/shifts.test:7: crash: Link error


../test/shifts.test:11: crash: Link error


../test/shifts.test:13: crash: Link error


../test/shifts.test:14: crash: Link error


../test/shifts.test:15: crash: Link error


../test/shifts.test:18: crash: Link error


../test/shifts.test:19: crash: Link error


../test/shifts.test:20: crash: Link error


../test/shifts.test:23: crash: Link error


../test/shifts.test:24: crash: Link error


../test/shifts.test:25: crash: Link error


../test/shifts.test:27: crash: Link error


../test/shifts.test:28: crash: Link error


../test/shifts.test:29: crash: Link error


../test/shifts.test:30: crash: Link error
../test/shifts.test:      [0/18] tests passed
../test/prim.test: 
../test/prim.test:1: crash: Link error
../test/prim.test:        [0/1] tests passed
../test/lazy.test: 
../test/lazy.test:1: crash: Link error


../test/lazy.test:9: crash: Link error


../test/lazy.test:18: crash: Link error


../test/lazy.test:26: crash: Link error


../test/lazy.test:34: crash: Link error
../test/lazy.test:        [0/5] tests passed
../test/float.test: 
../test/float.test:1: crash: Link error


../test/float.test:10: crash: Link error


../test/float.test:12: crash: Link error


../test/float.test:13: crash: Link error


../test/float.test:14: crash: Link error


../test/float.test:15: crash: Link error


../test/float.test:17: crash: Link error


../test/float.test:25: crash: Link error
../test/float.test:       [0/8] tests passed
../test/factorial.test: 
../test/factorial.test:3: crash: Link error
../test/factorial.test:   [0/1] tests passed
../test/evalorder.test: 
../test/evalorder.test:1: crash: Link error


../test/evalorder.test:8: crash: Link error


../test/evalorder.test:19: crash: Link error
../test/evalorder.test:   [0/3] tests passed
../test/conversions.test: 
../test/conversions.test:1: crash: Link error


../test/conversions.test:4: crash: Link error


../test/conversions.test:8: crash: Link error


../test/conversions.test:12: crash: Link error


../test/conversions.test:17: crash: Link error


../test/conversions.test:21: crash: Link error
../test/conversions.test: [0/6] tests passed
../test/basic.test: 
../test/basic.test:1: crash: Link error


../test/basic.test:6: crash: Link error


../test/basic.test:9: crash: Link error


../test/basic.test:12: crash: Link error


../test/basic.test:15: crash: Link error


../test/basic.test:18: crash: Link error
../test/basic.test:       [0/6] tests passed
Some tests failed
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
ocamlfind: Package `malfunction_test_exec.cmx' not found
(cd _build/default/examples && ./primrec.exe)
 interpreted: 6.59 secs
    compiled: 0.46 secs
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-04-30 20:37.22: Job failed: Failed: Build failed