Organisationskit-ty-katewaylaunchb0ae9d (master)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:38.04: New job: test kit-ty-kate/waylaunch https://github.com/kit-ty-kate/waylaunch.git#refs/heads/master (b0ae9dbb4239a287101193b8ac6ae5c50fcb33a5) (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/kit-ty-kate/waylaunch.git" -b "master" && cd "waylaunch" && git reset --hard b0ae9dbb
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 waylaunch.opam ./
RUN opam pin add -yn waylaunch.dev './'
ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 conf-cairo.1 conf-libwayland.1 conf-pango.1 conf-pkg-config.3 conf-wayland-protocols.1 conf-xkbcommon.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 fpath.0.7.3 logs.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 rresult.0.7.0 topkg.1.0.7"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y waylaunch.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:38.04: Using cache hint "kit-ty-kate/waylaunch-ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3-alpine-3.19-4.14_opam-2.1-0860a9995d6a89f21aeca14cf17cbf03"
2024-05-10 15:38.04: 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 waylaunch.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn waylaunch.dev './'"))
 (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 conf-cairo.1 conf-libwayland.1 conf-pango.1 conf-pkg-config.3 conf-wayland-protocols.1 conf-xkbcommon.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 fpath.0.7.3 logs.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 rresult.0.7.0 topkg.1.0.7")
 (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 waylaunch.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:38.04: Waiting for resource in pool OCluster
2024-05-11 01:57.04: Waiting for worker…
2024-05-11 02:00.40: Got resource from pool OCluster
Building on x86-bm-c4.sw.ocaml.org
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/waylaunch.git-ffde656657a044d6471c8f84f4de0dc536417c2b/.git/
HEAD is now at b0ae9db Mark waylaunch as only available on Linux
error: could not lock config file .git/modules/bemenu/config: No such file or directory
warning: Could not unset core.worktree setting in submodule 'bindings/bemenu'
Cleared directory 'bindings/bemenu'
Submodule 'bemenu' (https://github.com/kit-ty-kate/bemenu) registered for path 'bindings/bemenu'
Cloning into '/var/cache/obuilder/ocluster/git/waylaunch.git-ffde656657a044d6471c8f84f4de0dc536417c2b/bindings/bemenu'...
Submodule path 'bindings/bemenu': checked out '86f9efe273ac2e6ad61e1310df09b5cd7f68ccf1'


(from ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3)
Unable to find image 'ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3' locally
docker.io/ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3: Pulling from ocaml/opam
0e727ba8c875: Pulling fs layer
0e727ba8c875: Verifying Checksum
0e727ba8c875: Download complete
0e727ba8c875: Pull complete
Digest: sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3
Status: Downloaded newer image for ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3
2024-05-11 02:00.43 ---> 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 02:00.43 ---> 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.


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-05-11 02:00.43 ---> using "6d164d95a6b69d2b9d31ca00281838ec96e98a5fd446fabffd6641ab6cb1fa2f" from cache


/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 02:00.43 ---> using "bee4e0e1033898bf6f0d340eca67a278a610e893b9a398a8fe65db5e8282556b" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 02:00.43 ---> using "e4870ad3bd4a0558f0aa8b2577e272f5228382b307eeee1eafbcbb2ac84c6a40" from cache


/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 02:00.43 ---> using "ccc19d2d147acf8fb7bb77aff6198e6f0313c44e5a52d00a1a40965f92c0d832" from cache


/src: (copy (src waylaunch.opam) (dst ./))
2024-05-11 02:00.43 ---> saved as "ce8fdf5fd063ee720bf23554c1ea4bb2b6e3272b96cebe2a4b2370c57e25506e"


/src: (run (network host)
           (shell "opam pin add -yn waylaunch.dev './'"))
[waylaunch.dev] synchronised (file:///src)
waylaunch is now pinned to file:///src (version dev)
2024-05-11 02:00.47 ---> saved as "78ee52e0ad55cd36f15b794cfd78f9decc47954894ba1647ef68b4c60192b71f"


/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 conf-cairo.1 conf-libwayland.1 conf-pango.1 conf-pkg-config.3 conf-wayland-protocols.1 conf-xkbcommon.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 fpath.0.7.3 logs.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 rresult.0.7.0 topkg.1.0.7")


/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 waylaunch.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 ><><><><><><><><><><><><><><><><><><><><><><>
[waylaunch.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 libxkbcommon-dev pango-dev wayland-dev wayland-protocols


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apk" "add" "cairo-dev" "libxkbcommon-dev" "pango-dev" "wayland-dev" "wayland-protocols"
- (1/85) Installing cairo-tools (1.18.0-r0)
- (2/85) Installing libpng (1.6.40-r0)
- (3/85) Installing freetype (2.13.2-r0)
- (4/85) Installing fontconfig (2.14.2-r4)
- (5/85) Installing expat (2.6.2-r0)
- (6/85) Installing expat-dev (2.6.2-r0)
- (7/85) Installing brotli (1.1.0-r1)
- (8/85) Installing brotli-dev (1.1.0-r1)
- (9/85) Installing zlib-dev (1.3.1-r0)
- (10/85) Installing libpng-dev (1.6.40-r0)
- (11/85) Installing freetype-dev (2.13.2-r0)
- (12/85) Installing fontconfig-dev (2.14.2-r4)
- (13/85) Installing libxext (1.3.5-r3)
- (14/85) Installing libxext-dev (1.3.5-r3)
- (15/85) Installing libxrender (0.9.11-r4)
- (16/85) Installing libxrender-dev (0.9.11-r4)
- (17/85) Installing pixman (0.42.2-r2)
- (18/85) Installing pixman-dev (0.42.2-r2)
- (19/85) Installing util-macros (1.20.0-r0)
- (20/85) Installing xcb-util (0.4.1-r3)
- (21/85) Installing xcb-util-dev (0.4.1-r3)
- (22/85) Installing cairo (1.18.0-r0)
- (23/85) Installing libintl (0.22.3-r0)
- (24/85) Installing libblkid (2.39.3-r0)
- (25/85) Installing libmount (2.39.3-r0)
- (26/85) Installing glib (2.78.5-r0)
- (27/85) Installing cairo-gobject (1.18.0-r0)
- (28/85) Installing bzip2-dev (1.0.8-r6)
- (29/85) Installing libxml2 (2.11.7-r0)
- (30/85) Installing libxml2-utils (2.11.7-r0)
- (31/85) Installing docbook-xml (4.5-r8)
- Executing docbook-xml-4.5-r8.post-install
- (32/85) Installing libgpg-error (1.47-r2)
- (33/85) Installing libgcrypt (1.10.3-r0)
- (34/85) Installing libxslt (1.1.39-r0)
- (35/85) Installing docbook-xsl (1.79.2-r8)
- Executing docbook-xsl-1.79.2-r8.post-install
- (36/85) Installing gettext-asprintf (0.22.3-r0)
- (37/85) Installing gettext-libs (0.22.3-r0)
- (38/85) Installing gettext-envsubst (0.22.3-r0)
- (39/85) Installing gettext (0.22.3-r0)
- (40/85) Installing gettext-dev (0.22.3-r0)
- (41/85) Installing linux-headers (6.5-r0)
- (42/85) Installing libffi-dev (3.4.4-r3)
- (43/85) Installing bsd-compat-headers (0.7.2-r5)
- (44/85) Installing libedit (20230828.3.1-r3)
- (45/85) Installing libedit-dev (20230828.3.1-r3)
- (46/85) Installing libpcre2-16 (10.42-r2)
- (47/85) Installing libpcre2-32 (10.42-r2)
- (48/85) Installing pcre2-dev (10.42-r2)
- (49/85) Installing libuuid (2.39.3-r0)
- (50/85) Installing libfdisk (2.39.3-r0)
- (51/85) Installing libsmartcols (2.39.3-r0)
- (52/85) Installing util-linux-dev (2.39.3-r0)
- (53/85) Installing glib-dev (2.78.5-r0)
- (54/85) Installing cairo-dev (1.18.0-r0)
- (55/85) Installing xkeyboard-config (2.40-r0)
- (56/85) Installing libxkbcommon (1.6.0-r0)
- (57/85) Installing libxkbcommon-x11 (1.6.0-r0)
- (58/85) Installing xz-dev (5.4.5-r0)
- (59/85) Installing libxml2-dev (2.11.7-r0)
- (60/85) Installing libxkbcommon-dev (1.6.0-r0)
- (61/85) Installing libxft (2.3.8-r2)
- (62/85) Installing graphite2 (1.3.14-r6)
- (63/85) Installing harfbuzz (8.3.0-r0)
- (64/85) Installing fribidi (1.0.13-r0)
- (65/85) Installing pango (1.51.0-r0)
- (66/85) Installing pango-tools (1.51.0-r0)
- (67/85) Installing fribidi-dev (1.0.13-r0)
- (68/85) Installing harfbuzz-cairo (8.3.0-r0)
- (69/85) Installing harfbuzz-gobject (8.3.0-r0)
- (70/85) 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.
- *
- (71/85) Installing icu-libs (74.1-r0)
- (72/85) Installing harfbuzz-icu (8.3.0-r0)
- (73/85) Installing harfbuzz-subset (8.3.0-r0)
- (74/85) Installing graphite2-dev (1.3.14-r6)
- (75/85) Installing icu (74.1-r0)
- (76/85) Installing icu-dev (74.1-r0)
- (77/85) Installing harfbuzz-dev (8.3.0-r0)
- (78/85) Installing libxft-dev (2.3.8-r2)
- (79/85) Installing pango-dev (1.51.0-r0)
- (80/85) Installing wayland-libs-client (1.22.0-r4)
- (81/85) Installing wayland-libs-cursor (1.22.0-r4)
- (82/85) Installing wayland-libs-egl (1.22.0-r4)
- (83/85) Installing wayland-libs-server (1.22.0-r4)
- (84/85) Installing wayland-dev (1.22.0-r4)
- (85/85) Installing wayland-protocols (1.32-r2)
- Executing busybox-1.36.1-r15.trigger
- Executing glib-2.78.5-r0.trigger
- No schema files found: doing nothing.
- OK: 373 MiB in 185 packages
2024-05-11 02:01.19 ---> saved as "fbb182b34618a873852be7933f3bd3bf167eb8f1235ee50e8a750ee5dc3eef74"


/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-xkbcommon         1
  - install conf-wayland-protocols 1
  - install conf-pango             1
  - install conf-libwayland        1
  - install conf-cairo             1
  - install topkg                  1.0.7
  - install csexp                  1.5.2
  - install rresult                0.7.0
  - install fmt                    0.9.0
  - install astring                0.8.5
  - install dune-configurator      3.15.2
  - install logs                   0.7.0
  - install fpath                  0.7.3
  - install bos                    0.2.1
===== 18 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.3
-> installed conf-cairo.1
-> retrieved fmt.0.9.0  (cached)
-> installed conf-pango.1
-> installed conf-wayland-protocols.1
-> installed conf-xkbcommon.1
-> installed conf-libwayland.1
-> retrieved fpath.0.7.3  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed logs.0.7.0
-> installed fpath.0.7.3
-> installed bos.0.2.1
-> installed dune.3.15.2
-> installed csexp.1.5.2
-> installed dune-configurator.3.15.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 02:02.56 ---> saved as "d261122dd5f3270ed21139c6b510b8e271ff7d2f1f4fed6cb72e624c3b76ac76"


/src: (copy (src .) (dst /src))
2024-05-11 02:02.56 ---> saved as "1f78c4473f046609024934c871d396af1535a618dc04ce1542f8193982d468b6"


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