Organisationskit-ty-katemastodon-archive-viewerb4e9f7 (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 09:11.16: New job: test kit-ty-kate/mastodon-archive-viewer https://github.com/kit-ty-kate/mastodon-archive-viewer.git#refs/heads/master (b4e9f7c8b27fdff14478365ba6f35f4abbfdc9be) (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/kit-ty-kate/mastodon-archive-viewer.git" -b "master" && cd "mastodon-archive-viewer" && git reset --hard b4e9f7c8
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 e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mastodon-archive-viewer.opam ./
RUN opam pin add -yn mastodon-archive-viewer.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base cmdliner.1.2.0 conf-ffmpeg.1 conf-pkg-config.3 containers.3.13.1 csexp.1.5.2 cstruct.6.2.0 dune.3.15.2 dune-configurator.3.15.2 either.1.0.0 ezjsonm.1.3.0 ffmpeg-av.1.1.11 ffmpeg-avcodec.1.1.11 ffmpeg-avutil.1.1.11 fmt.0.9.0 hex.1.5.0 jsonm.1.0.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 ptime.1.1.0 re.1.11.0 seq.base sexplib0.v0.17.0 topkg.1.0.7 tyxml.4.6.0 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y mastodon-archive-viewer.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 09:11.16: Using cache hint "kit-ty-kate/mastodon-archive-viewer-ocaml/opam@sha256:bf6aa97761d12fb7cd71c54940bf20e9c92a17fe5406a845660fc8e3a7c2e21e-alpine-3.19-4.14_opam-2.1-f46531d5e8c2b2ac9d81ff35270b9c73"
2024-04-30 09:11.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 e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src mastodon-archive-viewer.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn mastodon-archive-viewer.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base cmdliner.1.2.0 conf-ffmpeg.1 conf-pkg-config.3 containers.3.13.1 csexp.1.5.2 cstruct.6.2.0 dune.3.15.2 dune-configurator.3.15.2 either.1.0.0 ezjsonm.1.3.0 ffmpeg-av.1.1.11 ffmpeg-avcodec.1.1.11 ffmpeg-avutil.1.1.11 fmt.0.9.0 hex.1.5.0 jsonm.1.0.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 ptime.1.1.0 re.1.11.0 seq.base sexplib0.v0.17.0 topkg.1.0.7 tyxml.4.6.0 uutf.1.0.3")
 (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 mastodon-archive-viewer.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 09:11.16: Waiting for resource in pool OCluster
2024-04-30 21:29.38: Waiting for worker…
2024-04-30 21:40.10: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at b4e9f7c Version 0.4.0


(from ocaml/opam@sha256:bf6aa97761d12fb7cd71c54940bf20e9c92a17fe5406a845660fc8e3a7c2e21e)
2024-04-30 22:04.43 ---> using "1e640372eb9daeb2412d20c5fde01c5949566a71e7b6150cd62d118621a015ce" 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-04-30 22:04.43 ---> using "b182ae1cda6d297a21c7bc776a7186ae509de252e149d545f617b331989e646b" 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.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 22:04.43 ---> using "4866ea6bf011b30c8f3834af033bf4ab0458b5961a9b90f360a51536fd01e0a4" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-04-30 22:04.43 ---> using "b0fc2e66b51ad223ac3ff94d2310cf8cd27eb1c1e0326d42e299e3e2cf109eda" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 22:04.43 ---> using "37c723fd8d4647c0452a25707967717f353e286d7208d2811868c00bae4dd948" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e e90e14059cec32db91a535e4d257f4189d19feb9 || git fetch origin master) && git reset -q --hard e90e14059cec32db91a535e4d257f4189d19feb9 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   4bb8cb8b65..784f6c3aec  master     -> origin/master
e90e14059c Merge pull request #25773 from public-release/opam-publish-sexplib0.v0.17.0


<><> 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 22:04.43 ---> using "29f68f1c32ace7db30d7f5ea60a83ce5b4b4d7ed38c9ffe06cfad3f0e6be40ef" from cache


/src: (copy (src mastodon-archive-viewer.opam) (dst ./))
2024-04-30 22:04.43 ---> saved as "f830c414e481b766d345eaf9e27b6aa3e7b4ecdc3bb31a857bac813127f9c04d"


/src: (run (network host)
           (shell "opam pin add -yn mastodon-archive-viewer.dev './'"))
[mastodon-archive-viewer.dev] synchronised (file:///src)
mastodon-archive-viewer is now pinned to file:///src (version dev)
2024-04-30 22:04.45 ---> saved as "9286afa37a7322358212ee3d5a553ddd58501cdc78e0f34797e26b8c7e1e33ca"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cmdliner.1.2.0 conf-ffmpeg.1 conf-pkg-config.3 containers.3.13.1 csexp.1.5.2 cstruct.6.2.0 dune.3.15.2 dune-configurator.3.15.2 either.1.0.0 ezjsonm.1.3.0 ffmpeg-av.1.1.11 ffmpeg-avcodec.1.1.11 ffmpeg-avutil.1.1.11 fmt.0.9.0 hex.1.5.0 jsonm.1.0.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 ptime.1.1.0 re.1.11.0 seq.base sexplib0.v0.17.0 topkg.1.0.7 tyxml.4.6.0 uutf.1.0.3")


/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 mastodon-archive-viewer.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 ><><><><><><><><><><><><><><><><><><><><><><>
[mastodon-archive-viewer.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:
    ffmpeg-dev


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apk" "add" "ffmpeg-dev"
- (1/88) Installing libSvtAv1Enc (1.7.0-r0)
- (2/88) Installing aom-libs (3.7.1-r0)
- (3/88) Installing hwdata-pci (0.377.2-r0)
- (4/88) Installing libpciaccess (0.17-r2)
- (5/88) Installing libdrm (2.4.118-r0)
- (6/88) Installing libxext (1.3.5-r3)
- (7/88) Installing libxfixes (6.0.1-r3)
- (8/88) Installing wayland-libs-client (1.22.0-r4)
- (9/88) Installing libva (2.20.0-r0)
- (10/88) Installing libvdpau (1.5-r2)
- (11/88) Installing onevpl-libs (2023.3.1-r2)
- (12/88) Installing ffmpeg-libavutil (6.1.1-r0)
- (13/88) Installing libdav1d (1.3.0-r1)
- (14/88) Installing libhwy (1.0.7-r0)
- (15/88) Installing lcms2 (2.15-r4)
- (16/88) Installing libjxl (0.8.2-r0)
- (17/88) Installing lame-libs (3.100-r5)
- (18/88) Installing opus (1.4-r0)
- (19/88) Installing rav1e-libs (0.6.6-r2)
- (20/88) Installing soxr (0.1.3-r7)
- (21/88) Installing ffmpeg-libswresample (6.1.1-r0)
- (22/88) Installing libogg (1.3.5-r5)
- (23/88) Installing libtheora (1.1.1-r18)
- (24/88) Installing libvorbis (1.3.7-r2)
- (25/88) Installing libvpx (1.13.1-r0)
- (26/88) Installing libsharpyuv (1.3.2-r0)
- (27/88) Installing libwebp (1.3.2-r0)
- (28/88) Installing libwebpmux (1.3.2-r0)
- (29/88) Installing x264-libs (0.164_git20231001-r0)
- (30/88) Installing numactl (2.0.16-r4)
- (31/88) Installing x265-libs (3.5-r4)
- (32/88) Installing xvidcore (1.3.7-r2)
- (33/88) Installing ffmpeg-libavcodec (6.1.1-r0)
- (34/88) Installing sdl2 (2.28.5-r0)
- (35/88) Installing alsa-lib (1.2.10-r0)
- (36/88) Installing libpng (1.6.40-r0)
- (37/88) Installing freetype (2.13.2-r0)
- (38/88) Installing fontconfig (2.14.2-r4)
- (39/88) Installing fribidi (1.0.13-r0)
- (40/88) Installing libintl (0.22.3-r0)
- (41/88) Installing libblkid (2.39.3-r0)
- (42/88) Installing libmount (2.39.3-r0)
- (43/88) Installing glib (2.78.4-r0)
- (44/88) Installing graphite2 (1.3.14-r6)
- (45/88) Installing harfbuzz (8.3.0-r0)
- (46/88) Installing libunibreak (5.1-r3)
- (47/88) Installing libass (0.17.1-r1)
- (48/88) Installing libbluray (1.3.4-r1)
- (49/88) Installing mpg123-libs (1.32.3-r0)
- (50/88) Installing libopenmpt (0.7.3-r1)
- (51/88) Installing cjson (1.7.17-r0)
- (52/88) Installing mbedtls (2.28.8-r0)
- (53/88) Installing librist (0.2.10-r0)
- (54/88) Installing libsrt (1.5.3-r0)
- (55/88) Installing libssh (0.10.6-r0)
- (56/88) Installing libxml2 (2.11.7-r0)
- (57/88) Installing libsodium (1.0.19-r0)
- (58/88) Installing libzmq (4.3.5-r2)
- (59/88) Installing ffmpeg-libavformat (6.1.1-r0)
- (60/88) Installing serd-libs (0.32.0-r0)
- (61/88) Installing zix-libs (0.4.2-r0)
- (62/88) Installing sord-libs (0.16.16-r0)
- (63/88) Installing sratom (0.6.16-r0)
- (64/88) Installing lilv-libs (0.24.22-r0)
- (65/88) Installing glslang-libs (1.3.261.1-r0)
- (66/88) Installing libdovi (3.2.0-r1)
- (67/88) Installing spirv-tools (1.3.261.1-r0)
- (68/88) Installing shaderc (2023.7-r0)
- (69/88) Installing vulkan-loader (1.3.261.1-r0)
- (70/88) Installing libplacebo (6.338.1-r0)
- (71/88) Installing ffmpeg-libpostproc (6.1.1-r0)
- (72/88) Installing ffmpeg-libswscale (6.1.1-r0)
- (73/88) Installing vidstab (1.1.1-r0)
- (74/88) Installing zimg (3.0.5-r2)
- (75/88) Installing ffmpeg-libavfilter (6.1.1-r0)
- (76/88) Installing libasyncns (0.8-r2)
- (77/88) Installing dbus-libs (1.14.10-r0)
- (78/88) Installing libltdl (2.4.7-r3)
- (79/88) Installing orc (0.4.34-r0)
- (80/88) Installing libflac (1.4.3-r1)
- (81/88) Installing libsndfile (1.2.2-r0)
- (82/88) Installing speexdsp (1.2.1-r2)
- (83/88) Installing tdb-libs (1.4.9-r0)
- (84/88) Installing libpulse (16.1-r11)
- (85/88) Installing libjpeg-turbo (3.0.1-r0)
- (86/88) Installing v4l-utils-libs (1.24.1-r1)
- (87/88) Installing ffmpeg-libavdevice (6.1.1-r0)
- (88/88) Installing ffmpeg-dev (6.1.1-r0)
- Executing busybox-1.36.1-r15.trigger
- Executing glib-2.78.4-r0.trigger
- OK: 405 MiB in 188 packages
2024-04-30 22:05.03 ---> saved as "478ce7e4f3de521836f530bfbfc109f52dca476b7e49fb44d230a9b82b5d1c04"


/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 cmdliner          1.2.0
  - install ocamlfind         1.9.6
  - install seq               base
  - install dune              3.15.2
  - install conf-ffmpeg       1
  - install topkg             1.0.7
  - install sexplib0          v0.17.0
  - install re                1.11.0
  - install either            1.0.0
  - install csexp             1.5.2
  - install uutf              1.0.3
  - install ptime             1.1.0
  - install fmt               0.9.0
  - install dune-configurator 3.15.2
  - install tyxml             4.6.0
  - install jsonm             1.0.2
  - install cstruct           6.2.0
  - install ffmpeg-avutil     1.1.11
  - install containers        3.13.1
  - install hex               1.5.0
  - install ffmpeg-avcodec    1.1.11
  - install ezjsonm           1.3.0
  - install ffmpeg-av         1.1.11
===== 25 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved containers.3.13.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.3
-> retrieved cstruct.6.2.0  (cached)
-> installed conf-ffmpeg.1
-> retrieved either.1.0.0  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved ffmpeg-av.1.1.11  (cached)
-> retrieved ffmpeg-avcodec.1.1.11  (cached)
-> retrieved ffmpeg-avutil.1.1.11  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved re.1.11.0  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed ptime.1.1.0
-> installed jsonm.1.0.2
-> installed dune.3.15.2
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed either.1.0.0
-> installed sexplib0.v0.17.0
-> installed hex.1.5.0
-> installed re.1.11.0
-> installed ezjsonm.1.3.0
-> installed dune-configurator.3.15.2
-> installed containers.3.13.1
-> installed ffmpeg-avutil.1.1.11
-> installed tyxml.4.6.0
-> installed ffmpeg-avcodec.1.1.11
-> installed ffmpeg-av.1.1.11
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 22:05.49 ---> saved as "e70cdfd94029e4d31bca15f3ea1e41a7f66152ffb4af0c7075989451fe83ef65"


/src: (copy (src .) (dst /src))
2024-04-30 22:05.49 ---> saved as "795e4658495c4a1a57221db00ac92cd19cea28008543a2ae4be6fa997353f29a"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-04-30 22:05.50 ---> saved as "e5edc6b131665353890171742385cce1409321996cdbb9a8dd1d638dd0477b3d"
Job succeeded
2024-04-30 22:05.51: Job succeeded