Organisationskit-ty-katemastodon-archive-viewerb4e9f7 (master)alpine-3.19-5.1_opam-2.1

alpine-3.19-5.1_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-5.1_opam-2.1)
Base: ocaml/opam@sha256:4b4ab6fd8d855ed9925ce6a8f4382d5944e17169eca34ac441cf96781412e037
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:4b4ab6fd8d855ed9925ce6a8f4382d5944e17169eca34ac441cf96781412e037
# alpine-3.19-5.1_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-domains.base base-nnp.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.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 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:4b4ab6fd8d855ed9925ce6a8f4382d5944e17169eca34ac441cf96781412e037-alpine-3.19-5.1_opam-2.1-458720c9f4d47fd731f86755bc8f81ca"
2024-04-30 09:11.16: Using OBuilder spec:
((from ocaml/opam@sha256:4b4ab6fd8d855ed9925ce6a8f4382d5944e17169eca34ac441cf96781412e037)
 (comment alpine-3.19-5.1_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-domains.base base-nnp.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.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 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.36: Waiting for worker…
2024-04-30 21:40.10: Got resource from pool OCluster
Building on x86-bm-c14.sw.ocaml.org
All commits already cached
HEAD is now at b4e9f7c Version 0.4.0


(from ocaml/opam@sha256:4b4ab6fd8d855ed9925ce6a8f4382d5944e17169eca34ac441cf96781412e037)
2024-04-30 21:40.10 ---> using "3f19e9b9d1b1f06a8ca1f3057a9f472cc74aed4d47a44f6671b5ec1ca0b507f4" from cache


/: (comment alpine-3.19-5.1_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 21:40.10 ---> using "490904df7bd2375c7274cfa2c60bfd67678888efd7e9f9407037f1a02039319d" 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 21:40.10 ---> using "fb388c26659e95066bb5f2bcf3ada44e365027e2aefae4e50134ca2f790cc9ae" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 21:40.10 ---> using "32f75b92a49fafbabbcc772c2c03aa4acb62ee26590615b9f8cfffe05f54f910" 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
   c516155a4b..bafea8d973  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 21:41.45 ---> saved as "08b224eef0c339b7aae0a145cad5da9f9eaa3a28fb126eeb4c353e45d34070e8"


/src: (copy (src mastodon-archive-viewer.opam) (dst ./))
2024-04-30 21:41.45 ---> saved as "c810b999cbef62859728f0bfa64e8c3d8baaedda6a405cc1156760d413d738ac"


/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 21:41.49 ---> saved as "dddcabb5ead60c1168a8c8071271c01e18b388029e7e7d1ccc094e1aa80ac14b"


/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.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.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[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-nnp is already installed (current version is base).
[NOTE] Package base-domains 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 189 packages
2024-04-30 21:42.14 ---> saved as "d29ab299d98c22b9dca04726caddbf3e452ee0e4c22be3406072fb7600fd5f3e"


/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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[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-nnp is already installed (current version is base).
[NOTE] Package base-domains 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 21:43.19 ---> saved as "e83310a03456f631664120c77f9c32449c47c4a6638ea8ed616733b7dcdf9554"


/src: (copy (src .) (dst /src))
2024-04-30 21:43.19 ---> saved as "885ab2d90f497c1f7677b80a91704623faf033a7dc77456ba3bccb73e1854a8a"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-04-30 21:43.20 ---> saved as "98d5fd05c419b4bf809cc553a07a2a37fbc84c8a59d0a886040118245d466067"
Job succeeded
2024-04-30 21:43.20: Job succeeded