Organisationssanettebogue-cairo6135ed (main)alpine-3.19-4.14_opam-2.1

alpine-3.19-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 15:37.57: New job: test sanette/bogue-cairo https://github.com/sanette/bogue-cairo.git#refs/heads/main (6135ed8853d81f84436179006a113cab1846b647) (linux-x86_64:alpine-3.19-4.14_opam-2.1)
Base: ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/bogue-cairo.git" -b "main" && cd "bogue-cairo" && git reset --hard 6135ed88
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3
# 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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bogue-cairo.opam ./
RUN opam pin add -yn bogue-cairo.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20240225 cairo2.0.6.4 conf-cairo.1 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.15.2 dune-configurator.3.15.2 integers.0.7.0 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 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.15.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y bogue-cairo.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-05-10 15:37.57: Using cache hint "sanette/bogue-cairo-ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3-alpine-3.19-4.14_opam-2.1-ff38cd6cee67fe2bfac771fcdc9883b8"
2024-05-10 15:37.57: Using OBuilder spec:
((from ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3)
 (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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src bogue-cairo.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn bogue-cairo.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20240225 cairo2.0.6.4 conf-cairo.1 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.15.2 dune-configurator.3.15.2 integers.0.7.0 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 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.15.2")
 (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 bogue-cairo.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-05-10 15:37.57: Waiting for resource in pool OCluster
2024-05-11 01:51.13: Waiting for worker…
2024-05-11 01:53.27: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 6135ed8 version 0.1.0


(from ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3)
2024-05-11 01:53.27 ---> using "114eadda20a44686269c8e503aaadc3bd85017946ab873b1b94d9716466204d2" from cache


/: (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-05-11 01:53.27 ---> using "cf9b63b8fad51c7f50dc66e76b7f0e370b404caadde8d8777e19ac8f86ff2034" 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 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.


Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-11 01:54.11 ---> saved as "6d164d95a6b69d2b9d31ca00281838ec96e98a5fd446fabffd6641ab6cb1fa2f"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-11 01:54.11 ---> saved as "bee4e0e1033898bf6f0d340eca67a278a610e893b9a398a8fe65db5e8282556b"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 01:54.11 ---> saved as "e4870ad3bd4a0558f0aa8b2577e272f5228382b307eeee1eafbcbb2ac84c6a40"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> 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-05-11 01:55.06 ---> saved as "ccc19d2d147acf8fb7bb77aff6198e6f0313c44e5a52d00a1a40965f92c0d832"


/src: (copy (src bogue-cairo.opam) (dst ./))
2024-05-11 01:55.06 ---> saved as "3e16f7c0154f4eaef75eb296462ba8075900b0e09f98db09f9cc40118018a401"


/src: (run (network host)
           (shell "opam pin add -yn bogue-cairo.dev './'"))
Package bogue-cairo does not exist, create as a NEW package? [Y/n] y
[bogue-cairo.dev] synchronised (file:///src)
bogue-cairo is now pinned to file:///src (version dev)
2024-05-11 01:55.08 ---> saved as "a7e9e3b82b7ca1e5a3b2744d665c7a2144c374d7f07c9bc9246c1b572d7f73cd"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20240225 cairo2.0.6.4 conf-cairo.1 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.15.2 dune-configurator.3.15.2 integers.0.7.0 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 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.15.2")


/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 bogue-cairo.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-505-g609311f0caf [https://dl-cdn.alpinelinux.org/alpine/v3.19/main]
- v3.19.1-508-g5a26039406b [https://dl-cdn.alpinelinux.org/alpine/v3.19/community]
- v20240329-3649-g07c78aaef25 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20240329-3665-g6343c0c3b5e [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20240329-3661-g7f81121d821 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 52912 distinct packages available


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bogue-cairo.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:
    cairo-dev libffi-dev sdl2-dev sdl2_image-dev sdl2_ttf-dev


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apk" "add" "cairo-dev" "libffi-dev" "sdl2-dev" "sdl2_image-dev" "sdl2_ttf-dev"
- (1/107) Installing cairo-tools (1.18.0-r0)
- (2/107) Installing libpng (1.6.40-r0)
- (3/107) Installing freetype (2.13.2-r0)
- (4/107) Installing fontconfig (2.14.2-r4)
- (5/107) Installing expat (2.6.2-r0)
- (6/107) Installing expat-dev (2.6.2-r0)
- (7/107) Installing brotli (1.1.0-r1)
- (8/107) Installing brotli-dev (1.1.0-r1)
- (9/107) Installing zlib-dev (1.3.1-r0)
- (10/107) Installing libpng-dev (1.6.40-r0)
- (11/107) Installing freetype-dev (2.13.2-r0)
- (12/107) Installing fontconfig-dev (2.14.2-r4)
- (13/107) Installing libxext (1.3.5-r3)
- (14/107) Installing libxext-dev (1.3.5-r3)
- (15/107) Installing libxrender (0.9.11-r4)
- (16/107) Installing libxrender-dev (0.9.11-r4)
- (17/107) Installing pixman (0.42.2-r2)
- (18/107) Installing pixman-dev (0.42.2-r2)
- (19/107) Installing util-macros (1.20.0-r0)
- (20/107) Installing xcb-util (0.4.1-r3)
- (21/107) Installing xcb-util-dev (0.4.1-r3)
- (22/107) Installing cairo (1.18.0-r0)
- (23/107) Installing libintl (0.22.3-r0)
- (24/107) Installing libblkid (2.39.3-r0)
- (25/107) Installing libmount (2.39.3-r0)
- (26/107) Installing glib (2.78.5-r0)
- (27/107) Installing cairo-gobject (1.18.0-r0)
- (28/107) Installing bzip2-dev (1.0.8-r6)
- (29/107) Installing libxml2 (2.11.7-r0)
- (30/107) Installing libxml2-utils (2.11.7-r0)
- (31/107) Installing docbook-xml (4.5-r8)
- Executing docbook-xml-4.5-r8.post-install
- (32/107) Installing libgpg-error (1.47-r2)
- (33/107) Installing libgcrypt (1.10.3-r0)
- (34/107) Installing libxslt (1.1.39-r0)
- (35/107) Installing docbook-xsl (1.79.2-r8)
- Executing docbook-xsl-1.79.2-r8.post-install
- (36/107) Installing gettext-asprintf (0.22.3-r0)
- (37/107) Installing gettext-libs (0.22.3-r0)
- (38/107) Installing gettext-envsubst (0.22.3-r0)
- (39/107) Installing gettext (0.22.3-r0)
- (40/107) Installing gettext-dev (0.22.3-r0)
- (41/107) Installing linux-headers (6.5-r0)
- (42/107) Installing libffi-dev (3.4.4-r3)
- (43/107) Installing bsd-compat-headers (0.7.2-r5)
- (44/107) Installing libedit (20230828.3.1-r3)
- (45/107) Installing libedit-dev (20230828.3.1-r3)
- (46/107) Installing libpcre2-16 (10.42-r2)
- (47/107) Installing libpcre2-32 (10.42-r2)
- (48/107) Installing pcre2-dev (10.42-r2)
- (49/107) Installing libuuid (2.39.3-r0)
- (50/107) Installing libfdisk (2.39.3-r0)
- (51/107) Installing libsmartcols (2.39.3-r0)
- (52/107) Installing util-linux-dev (2.39.3-r0)
- (53/107) Installing glib-dev (2.78.5-r0)
- (54/107) Installing cairo-dev (1.18.0-r0)
- (55/107) Installing sdl2 (2.28.5-r0)
- (56/107) Installing tslib (1.22-r1)
- (57/107) Installing directfb (1.7.7-r7)
- (58/107) Installing directfb-dev (1.7.7-r7)
- (59/107) Installing hwdata-pci (0.377.2-r0)
- (60/107) Installing libpciaccess (0.17-r2)
- (61/107) Installing libdrm (2.4.118-r0)
- (62/107) Installing libpciaccess-dev (0.17-r2)
- (63/107) Installing libdrm-dev (2.4.118-r0)
- (64/107) Installing libxdamage (1.1.6-r4)
- (65/107) Installing libxfixes (6.0.1-r3)
- (66/107) Installing libxfixes-dev (6.0.1-r3)
- (67/107) Installing libxdamage-dev (1.1.6-r4)
- (68/107) Installing libxshmfence (1.3.2-r5)
- (69/107) Installing libxshmfence-dev (1.3.2-r5)
- (70/107) Installing mesa (23.3.6-r0)
- (71/107) Installing wayland-libs-server (1.22.0-r4)
- (72/107) Installing mesa-gbm (23.3.6-r0)
- (73/107) Installing mesa-glapi (23.3.6-r0)
- (74/107) Installing wayland-libs-client (1.22.0-r4)
- (75/107) Installing mesa-egl (23.3.6-r0)
- (76/107) Installing libxxf86vm (1.1.5-r5)
- (77/107) Installing mesa-gl (23.3.6-r0)
- (78/107) Installing mesa-gles (23.3.6-r0)
- (79/107) Installing llvm17-libs (17.0.5-r0)
- (80/107) Installing mesa-osmesa (23.3.6-r0)
- (81/107) Installing clang17-headers (17.0.5-r0)
- (82/107) Installing libclc (17.0.5-r0)
- (83/107) Installing spirv-llvm-translator-libs (17.0.0-r0)
- (84/107) Installing spirv-tools (1.3.261.1-r0)
- (85/107) Installing clang17-libs (17.0.5-r0)
- (86/107) Installing libelf (0.190-r1)
- (87/107) Installing mesa-rusticl (23.3.6-r0)
- (88/107) Installing mesa-xatracker (23.3.6-r0)
- (89/107) Installing libxxf86vm-dev (1.1.5-r5)
- (90/107) Installing mesa-dev (23.3.6-r0)
- (91/107) Installing sdl2-dev (2.28.5-r0)
- (92/107) Installing sdl2_image (2.6.3-r0)
- (93/107) Installing sdl2_image-dev (2.6.3-r0)
- (94/107) Installing graphite2 (1.3.14-r6)
- (95/107) Installing harfbuzz (8.3.0-r0)
- (96/107) Installing harfbuzz-cairo (8.3.0-r0)
- (97/107) Installing harfbuzz-gobject (8.3.0-r0)
- (98/107) Installing icu-data-en (74.1-r0)
- Executing icu-data-en-74.1-r0.post-install
- *
- * If you need ICU with non-English locales and legacy charset support, install
- * package icu-data-full.
- *
- (99/107) Installing icu-libs (74.1-r0)
- (100/107) Installing harfbuzz-icu (8.3.0-r0)
- (101/107) Installing harfbuzz-subset (8.3.0-r0)
- (102/107) Installing graphite2-dev (1.3.14-r6)
- (103/107) Installing icu (74.1-r0)
- (104/107) Installing icu-dev (74.1-r0)
- (105/107) Installing harfbuzz-dev (8.3.0-r0)
- (106/107) Installing sdl2_ttf (2.20.2-r0)
- (107/107) Installing sdl2_ttf-dev (2.20.2-r0)
- Executing busybox-1.36.1-r15.trigger
- Executing glib-2.78.5-r0.trigger
- No schema files found: doing nothing.
- OK: 789 MiB in 207 packages
2024-05-11 01:55.49 ---> saved as "d4f33ddff9efc99d28ec96be9f520279963536d547d02cf91a886a51fecae510"


/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 ocamlbuild        0.14.3
  - install conf-pkg-config   3
  - install ocamlfind         1.9.6
  - install dune              3.15.2
  - install conf-sdl2-ttf     1
  - install conf-sdl2-image   1
  - install conf-sdl2         1
  - install conf-libffi       2.0.0
  - install conf-cairo        1
  - install topkg             1.0.7
  - install xdg               3.15.2
  - install stdlib-shims      0.3.0
  - install csexp             1.5.2
  - install bigarray-compat   1.1.0
  - install ctypes-foreign    0.18.0
  - install integers          0.7.0
  - install dune-configurator 3.15.2
  - install ctypes            0.20.2
  - install cairo2            0.6.4
  - install tsdl              0.9.8
  - install tsdl-ttf          0.6
  - install tsdl-image        0.6
  - install bogue             20240225
===== 23 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved bogue.20240225  (cached)
-> retrieved cairo2.0.6.4  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.3
-> retrieved ctypes.0.20.2  (cached)
-> installed conf-cairo.1
-> installed conf-libffi.2.0.0
-> installed ctypes-foreign.0.18.0
-> installed conf-sdl2.1
-> installed conf-sdl2-image.1
-> installed conf-sdl2-ttf.1
-> retrieved integers.0.7.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tsdl.0.9.8  (cached)
-> retrieved tsdl-image.0.6  (cached)
-> retrieved tsdl-ttf.0.6  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved xdg.3.15.2  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed dune.3.15.2
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed xdg.3.15.2
-> installed dune-configurator.3.15.2
-> installed cairo2.0.6.4
-> installed ctypes.0.20.2
-> installed tsdl.0.9.8
-> installed tsdl-image.0.6
-> installed tsdl-ttf.0.6
-> installed bogue.20240225
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 01:56.52 ---> saved as "cd69d44d92494eb57b4f33d4c20a732601c4901c221ba64e71bacbb82823e981"


/src: (copy (src .) (dst /src))
2024-05-11 01:56.52 ---> saved as "5657372b4f5531a7a567464fb1479510feb76438dc045ef9120430a9f3418d53"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-05-11 01:56.53 ---> saved as "9859b9096db28786914a895f8095282d745f24fb247898a16db6046dbe3321ed"
Job succeeded
2024-05-11 01:56.53: Job succeeded