Organisationstalex5wayland-proxy-virtwl57dea8 (master)debian-12-5.0_opam-2.1

debian-12-5.0_opam-2.1

Link Copied
Code Copied

Logs

2024-05-16 09:00.18: New job: test talex5/wayland-proxy-virtwl https://github.com/talex5/wayland-proxy-virtwl.git#refs/heads/master (57dea8de065f5a155d97a32a929bbb2b1ba6b53a) (linux-x86_64:debian-12-5.0_opam-2.1)
Base: ocaml/opam@sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/talex5/wayland-proxy-virtwl.git" -b "master" && cd "wayland-proxy-virtwl" && git reset --hard 57dea8de
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60
# debian-12-5.0_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 4e29837bedc03b2e5a3771c15479e71c8faee17a || git fetch origin master) && git reset -q --hard 4e29837bedc03b2e5a3771c15479e71c8faee17a && git log --no-decorate -n1 --oneline && opam update -u
RUN mkdir -p 'ocaml-wayland/'
COPY --chown=1000:1000 wayland-proxy-virtwl.opam ./
COPY --chown=1000:1000 ocaml-wayland/wayland.opam ocaml-wayland/
RUN opam pin add -yn wayland-proxy-virtwl.dev './' && \
    opam pin add -yn wayland.dev 'ocaml-wayland/'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.9.1 cmdliner.1.2.0 conf-pkg-config.3 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.15.2 dune-configurator.3.15.2 eio.0.12 eio_linux.0.12 eio_main.0.12 eio_posix.0.12 fmt.0.9.0 hmap.0.8.1 iomux.0.3 logs.0.7.0 lwt-dllist.1.0.1 mtime.2.0.0 num.1.5 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 optint.0.3.0 parsexp.v0.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.32.1 psq.0.2.1 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 uring.0.9 wayland.dev xmlm.1.4.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y wayland-proxy-virtwl.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-16 09:00.18: Using cache hint "talex5/wayland-proxy-virtwl-ocaml/opam@sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60-debian-12-5.0_opam-2.1-0653b4c86cb25db967fb95b72ae34407"
2024-05-16 09:00.18: Using OBuilder spec:
((from ocaml/opam@sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60)
 (comment debian-12-5.0_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 4e29837bedc03b2e5a3771c15479e71c8faee17a || git fetch origin master) && git reset -q --hard 4e29837bedc03b2e5a3771c15479e71c8faee17a && git log --no-decorate -n1 --oneline && opam update -u"))
 (run (shell "mkdir -p 'ocaml-wayland/'"))
 (copy (src wayland-proxy-virtwl.opam) (dst ./))
 (copy (src ocaml-wayland/wayland.opam) (dst ocaml-wayland/))
 (run (network host)
      (shell  "opam pin add -yn wayland-proxy-virtwl.dev './' && \
             \nopam pin add -yn wayland.dev 'ocaml-wayland/'"))
 (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.9.1 cmdliner.1.2.0 conf-pkg-config.3 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.15.2 dune-configurator.3.15.2 eio.0.12 eio_linux.0.12 eio_main.0.12 eio_posix.0.12 fmt.0.9.0 hmap.0.8.1 iomux.0.3 logs.0.7.0 lwt-dllist.1.0.1 mtime.2.0.0 num.1.5 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 optint.0.3.0 parsexp.v0.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.32.1 psq.0.2.1 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 uring.0.9 wayland.dev xmlm.1.4.0")
 (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 wayland-proxy-virtwl.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-16 09:00.18: Waiting for resource in pool OCluster
2024-05-16 09:00.18: Waiting for worker…
2024-05-16 09:00.18: Got resource from pool OCluster
Building on doris.caelum.ci.dev
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/wayland-proxy-virtwl.git-86dd90d21c888343f3ebfe8a42546033aca62c13/.git/
HEAD is now at 57dea8d Update link in README
error: could not lock config file .git/modules/ocaml-wayland/config: No such file or directory
warning: Could not unset core.worktree setting in submodule 'ocaml-wayland'
Cleared directory 'ocaml-wayland'
Submodule 'ocaml-wayland' (https://github.com/talex5/ocaml-wayland.git) registered for path 'ocaml-wayland'
Cloning into '/var/cache/obuilder/ocluster/git/wayland-proxy-virtwl.git-86dd90d21c888343f3ebfe8a42546033aca62c13/ocaml-wayland'...
Submodule path 'ocaml-wayland': checked out '964522dd82f8aeed07bd17fe1d401eedb4dbe467'


(from ocaml/opam@sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60)
2024-05-16 09:00.20 ---> using "f05db63d7be607a84849be4c718d0fd213b3863baea95da9b7b8b80965f38f09" from cache


/: (comment debian-12-5.0_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-16 09:00.20 ---> using "4ef7767c4d58188e020404e6560e60fe966fbd7d39cd0f5e5b73f21649c47c59" 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-16 09:00.20 ---> using "903dbef71a7d3e1e2bc58f3c4fd0091238b48f399c79a2624ba389b1239d50c7" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 5.0.0
2.1.5
2024-05-16 09:00.20 ---> using "e2a8b8d5bd06418be8543e1bada46989015c5387292c65871ea346f06f0534c3" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-16 09:00.20 ---> using "0c98b2cb780c79e6c57c19764c71204b1df8a035bd6420ed22e0291d684871c1" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 4e29837bedc03b2e5a3771c15479e71c8faee17a || git fetch origin master) && git reset -q --hard 4e29837bedc03b2e5a3771c15479e71c8faee17a && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..3be63245f1  master     -> origin/master
4e29837bed [new release] uring (0.9)


<><> 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-16 09:00.20 ---> using "e9df3e7e41894cac652f0ba16f54bf5b3ac514b546f1a0873af47619afb85ec9" from cache


/src: (run (shell "mkdir -p 'ocaml-wayland/'"))
2024-05-16 09:00.20 ---> saved as "83322394d99dcc632a989ccdd4f74dee81b981083e6f137b7bda60e2750a5beb"


/src: (copy (src wayland-proxy-virtwl.opam) (dst ./))
2024-05-16 09:00.20 ---> saved as "65acef4930e42432933c799a2fa3a2fc212a47973aae0b48c8ebd9033bb06b07"


/src: (copy (src ocaml-wayland/wayland.opam) (dst ocaml-wayland/))
2024-05-16 09:00.20 ---> saved as "a9bba27865b88d3e08629ce6fcba58413f9996c8523ac6b371bac24c6b4ace58"


/src: (run (network host)
           (shell  "opam pin add -yn wayland-proxy-virtwl.dev './' && \
                  \nopam pin add -yn wayland.dev 'ocaml-wayland/'"))
Package wayland-proxy-virtwl does not exist, create as a NEW package? [Y/n] y
[wayland-proxy-virtwl.dev] synchronised (file:///src)
wayland-proxy-virtwl is now pinned to file:///src (version dev)
[wayland.dev] synchronised (file:///src/ocaml-wayland)
[WARNING] Failed checks on wayland package definition from source at file:///src/ocaml-wayland:
  warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/: "Apache-2.0 AND LicenseRef-various-licenses-for-the-schema-files"
wayland is now pinned to file:///src/ocaml-wayland (version dev)
2024-05-16 09:00.23 ---> saved as "49ec99a86eb766bd43d9c006c6d3654888af202cecb3999c817e2250fec38eb7"


/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.9.1 cmdliner.1.2.0 conf-pkg-config.3 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.15.2 dune-configurator.3.15.2 eio.0.12 eio_linux.0.12 eio_main.0.12 eio_posix.0.12 fmt.0.9.0 hmap.0.8.1 iomux.0.3 logs.0.7.0 lwt-dllist.1.0.1 mtime.2.0.0 num.1.5 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 optint.0.3.0 parsexp.v0.16.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.32.1 psq.0.2.1 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 uring.0.9 wayland.dev xmlm.1.4.0")


/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 wayland-proxy-virtwl.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [156 kB]
- Fetched 259 kB in 0s (819 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[wayland.dev] synchronised (no changes)
[wayland-proxy-virtwl.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.0.0).
[NOTE] Package ocaml is already installed (current version is 5.0.0).
[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:
    libdrm-dev pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libdrm-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed


2024-05-16 09:00.36 ---> saved as "33c3990a1f5ff80c80db2bfea5953f9bcd7e92ca9439e28ec8f2abe2afc18db2"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[wayland.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.0.0).
[NOTE] Package ocaml is already installed (current version is 5.0.0).
[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 num                 1.5
  - install cmdliner            1.2.0
  - install ocamlfind           1.9.6
  - install seq                 base
  - install conf-pkg-config     3
  - install dune                3.15.2
  - install topkg               1.0.7
  - install thread-table        1.0.0
  - install stdlib-shims        0.3.0
  - install sexplib0            v0.16.0
  - install psq                 0.2.1
  - install ppx_derivers        1.2.1
  - install optint              0.3.0
  - install ocaml-compiler-libs v0.12.4
  - install lwt-dllist          1.0.1
  - install csexp               1.5.2
  - install xmlm                1.4.0
  - install mtime               2.0.0
  - install hmap                0.8.1
  - install fmt                 0.9.0
  - install domain-local-await  1.0.1
  - install parsexp             v0.16.0
  - install ppxlib              0.32.1
  - install dune-configurator   3.15.2
  - install logs                0.7.0
  - install cstruct             6.2.0
  - install sexplib             v0.16.0
  - install iomux               0.3
  - install bigstringaf         0.9.1
  - install uring               0.9
  - install ppx_cstruct         6.2.0
  - install eio                 0.12
  - install wayland             dev*
  - install eio_posix           0.12
  - install eio_linux           0.12
  - install eio_main            0.12
===== 37 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigstringaf.0.9.1  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.3
-> retrieved cstruct.6.2.0  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved eio.0.12  (cached)
-> retrieved eio_linux.0.12  (cached)
-> retrieved eio_main.0.12  (cached)
-> retrieved eio_posix.0.12  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved iomux.0.3  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt-dllist.1.0.1  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved num.1.5  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved ppx_cstruct.6.2.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> installed seq.base
-> retrieved psq.0.2.1  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed num.1.5
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved wayland.dev  (file:///src/ocaml-wayland)
-> retrieved uring.0.9  (cached)
-> retrieved xmlm.1.4.0  (https://erratique.ch/software/xmlm/releases/xmlm-1.4.0.tbz)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed hmap.0.8.1
-> installed mtime.2.0.0
-> installed xmlm.1.4.0
-> installed fmt.0.9.0
-> installed logs.0.7.0
-> installed dune.3.15.2
-> installed ppx_derivers.1.2.1
-> installed lwt-dllist.1.0.1
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed optint.0.3.0
-> installed psq.0.2.1
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed thread-table.1.0.0
-> installed domain-local-await.1.0.1
-> installed ocaml-compiler-libs.v0.12.4
-> installed dune-configurator.3.15.2
-> installed parsexp.v0.16.0
-> installed bigstringaf.0.9.1
-> installed iomux.0.3
-> installed sexplib.v0.16.0
-> installed eio.0.12
-> installed wayland.dev
-> installed uring.0.9
-> installed eio_posix.0.12
-> installed eio_linux.0.12
-> installed eio_main.0.12
-> installed ppxlib.0.32.1
-> installed ppx_cstruct.6.2.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-16 09:01.21 ---> saved as "7cae03aaf1fc11822561393f2bd3e378ca1678fdfe70244d9aa2f17c5f4e1b92"


/src: (copy (src .) (dst /src))
2024-05-16 09:01.21 ---> saved as "c96243f51edabeabd5d9a2a9e034f0c140c1f1c9458f4625c49610caae18b91e"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-05-16 09:01.24 ---> saved as "bc4ecd93b450c0bde5d39670bdf52d8a11b8762ef3e70b5857aef81b428376a8"
Job succeeded
2024-05-16 09:01.24: Job succeeded