Organisationstalex5wayland-proxy-virtwl57dea8 (master)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-05-10 22:06.59: New job: test talex5/wayland-proxy-virtwl https://github.com/talex5/wayland-proxy-virtwl.git#refs/heads/master (57dea8de065f5a155d97a32a929bbb2b1ba6b53a) (linux-x86_64:(lower-bound))
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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && 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.v0.15.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.9.0 cmdliner.1.1.1 conf-pkg-config.1.0 cppo.1.6.6 cstruct.6.2.0 domain-local-await.0.1.0 dune.3.11.0 dune-configurator.2.7.0 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.2 logs.0.7.0 lwt.5.6.0 lwt-dllist.1.0.0 mtime.2.0.0 num.1.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.1 ocamlfind.1.9.5 ocplib-endian.1.1 optint.0.1.0 parsexp.v0.15.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.25.1 psq.0.2.0 seq.0.3 sexplib.v0.15.1 sexplib0.v0.15.1 stdlib-shims.0.1.0 topkg.1.0.6 uring.0.5 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-10 22:06.59: Using cache hint "talex5/wayland-proxy-virtwl-ocaml/opam@sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60-debian-12-5.0_opam-2.1-226d5099119523cc5fefc5a7d62b6c9c"
2024-05-10 22:06.59: 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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && 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.v0.15.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.9.0 cmdliner.1.1.1 conf-pkg-config.1.0 cppo.1.6.6 cstruct.6.2.0 domain-local-await.0.1.0 dune.3.11.0 dune-configurator.2.7.0 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.2 logs.0.7.0 lwt.5.6.0 lwt-dllist.1.0.0 mtime.2.0.0 num.1.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.1 ocamlfind.1.9.5 ocplib-endian.1.1 optint.0.1.0 parsexp.v0.15.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.25.1 psq.0.2.0 seq.0.3 sexplib.v0.15.1 sexplib0.v0.15.1 stdlib-shims.0.1.0 topkg.1.0.6 uring.0.5 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-10 22:06.59: Waiting for resource in pool OCluster
2024-05-11 12:52.29: Waiting for worker…
2024-05-11 12:58.02: Got resource from pool OCluster
Building on x86-bm-c4.sw.ocaml.org
All commits already cached
Submodule path 'ocaml-wayland': checked out '964522dd82f8aeed07bd17fe1d401eedb4dbe467'
HEAD is now at 57dea8d Update link in README
Synchronizing submodule url for 'ocaml-wayland'
Cleared directory 'ocaml-wayland'
Submodule 'ocaml-wayland' (https://github.com/talex5/ocaml-wayland.git) unregistered for path 'ocaml-wayland'
Submodule 'ocaml-wayland' (https://github.com/talex5/ocaml-wayland.git) registered for path 'ocaml-wayland'
Submodule path 'ocaml-wayland': checked out '964522dd82f8aeed07bd17fe1d401eedb4dbe467'


(from ocaml/opam@sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60)
2024-05-11 12:58.03 ---> 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-11 12:58.03 ---> 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-11 12:58.03 ---> 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-11 12:58.03 ---> using "e2a8b8d5bd06418be8543e1bada46989015c5387292c65871ea346f06f0534c3" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 12:58.03 ---> 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 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 12:58.03 ---> using "84531e4fc5d427228d57eab93176c365fd25d42b32eca04ecd410cff34d78474" from cache


/src: (run (shell "mkdir -p 'ocaml-wayland/'"))
2024-05-11 12:58.03 ---> saved as "0d85c7b4c237f82cbc67664171d6ae40b4e31235b865bdb3325202b05c2c1f7b"


/src: (copy (src wayland-proxy-virtwl.opam) (dst ./))
2024-05-11 12:58.03 ---> saved as "5411ad65647ed097ecace40aab9b185646a7ca9479db7a9192623e27bbe8df9f"


/src: (copy (src ocaml-wayland/wayland.opam) (dst ocaml-wayland/))
2024-05-11 12:58.04 ---> saved as "0f9cd46b2677bd233892de10cd05b56307b8191d903396311fa36eceb9422894"


/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-11 12:58.13 ---> saved as "615059b1616dc4210f7babfe83449d64bb2c855235a2b551f3a8c8ef2fbf4c7c"


/src: (env DEPS "base.v0.15.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.9.0 cmdliner.1.1.1 conf-pkg-config.1.0 cppo.1.6.6 cstruct.6.2.0 domain-local-await.0.1.0 dune.3.11.0 dune-configurator.2.7.0 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.2 logs.0.7.0 lwt.5.6.0 lwt-dllist.1.0.0 mtime.2.0.0 num.1.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-compiler-libs.v0.12.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.1 ocamlfind.1.9.5 ocplib-endian.1.1 optint.0.1.0 parsexp.v0.15.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.25.1 psq.0.2.0 seq.0.3 sexplib.v0.15.1 sexplib0.v0.15.1 stdlib-shims.0.1.0 topkg.1.0.6 uring.0.5 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 [155 kB]
- Fetched 258 kB in 1s (401 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-11 12:58.46 ---> saved as "53c38f777789b1b25357bca00642a129fb9c6cbf42836f61c3f884dffe9f206b"


/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 cmdliner            1.1.1
  - install ocamlbuild          0.14.1
  - install ocamlfind           1.9.5
  - install conf-pkg-config     1.0
  - install dune                3.11.0
  - install topkg               1.0.6
  - install num                 1.0
  - install base-bytes          base
  - install stdlib-shims        0.1.0
  - install sexplib0            v0.15.1
  - install seq                 0.3
  - install ppx_derivers        1.2.1
  - install optint              0.1.0
  - install ocaml-compiler-libs v0.12.0
  - install dune-configurator   2.7.0
  - install domain-local-await  0.1.0
  - install cppo                1.6.6
  - install bigstringaf         0.9.0
  - install xmlm                1.4.0
  - install mtime               2.0.0
  - install hmap                0.8.1
  - install fmt                 0.9.0
  - install psq                 0.2.0
  - install ppxlib              0.25.1
  - install iomux               0.2
  - install base                v0.15.1
  - install ocplib-endian       1.1
  - install cstruct             6.2.0
  - install parsexp             v0.15.0
  - install lwt                 5.6.0
  - install uring               0.5
  - install sexplib             v0.15.1
  - install lwt-dllist          1.0.0
  - install logs                0.7.0
  - 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
===== 40 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.15.1  (cached)
-> retrieved bigstringaf.0.9.0  (cached)
-> retrieved cppo.1.6.6  (cached)
-> installed conf-pkg-config.1.0
-> retrieved cstruct.6.2.0  (cached)
-> retrieved cmdliner.1.1.1  (https://erratique.ch/software/cmdliner/releases/cmdliner-1.1.1.tbz)
-> retrieved domain-local-await.0.1.0  (cached)
-> retrieved eio.0.12  (cached)
-> retrieved eio_linux.0.12  (cached)
-> retrieved dune-configurator.2.7.0  (cached)
-> retrieved eio_main.0.12  (cached)
-> retrieved eio_posix.0.12  (cached)
-> retrieved dune.3.11.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved iomux.0.2  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt-dllist.1.0.0  (cached)
-> retrieved lwt.5.6.0  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved num.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.0  (cached)
-> retrieved ocamlbuild.0.14.1  (cached)
-> retrieved ocamlfind.1.9.5  (cached)
-> retrieved ocplib-endian.1.1  (cached)
-> retrieved optint.0.1.0  (cached)
-> retrieved parsexp.v0.15.0  (cached)
-> retrieved ppx_cstruct.6.2.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved psq.0.2.0  (cached)
-> retrieved seq.0.3  (cached)
-> retrieved sexplib.v0.15.1  (cached)
-> retrieved ppxlib.0.25.1  (cached)
-> retrieved sexplib0.v0.15.1  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved topkg.1.0.6  (cached)
-> retrieved wayland.dev  (file:///src/ocaml-wayland)
-> retrieved xmlm.1.4.0  (cached)
-> retrieved uring.0.5  (cached)
-> installed cmdliner.1.1.1
-> installed ocamlfind.1.9.5
-> installed base-bytes.base
-> installed ocamlbuild.0.14.1
-> installed num.1.0
-> installed topkg.1.0.6
-> installed hmap.0.8.1
-> installed xmlm.1.4.0
-> installed mtime.2.0.0
-> installed fmt.0.9.0
-> installed dune.3.11.0
-> installed bigstringaf.0.9.0
-> installed domain-local-await.0.1.0
-> installed ppx_derivers.1.2.1
-> installed cstruct.6.2.0
-> installed seq.0.3
-> installed stdlib-shims.0.1.0
-> installed optint.0.1.0
-> installed sexplib0.v0.15.1
-> installed cppo.1.6.6
-> installed psq.0.2.0
-> installed ocplib-endian.1.1
-> installed ocaml-compiler-libs.v0.12.0
-> installed dune-configurator.2.7.0
-> installed iomux.0.2
-> installed uring.0.5
-> installed lwt.5.6.0
-> installed lwt-dllist.1.0.0
-> installed logs.0.7.0
-> installed eio.0.12
-> installed wayland.dev
-> installed base.v0.15.1
-> installed eio_linux.0.12
-> installed eio_posix.0.12
-> installed eio_main.0.12
-> installed parsexp.v0.15.0
-> installed sexplib.v0.15.1
-> installed ppxlib.0.25.1
-> installed ppx_cstruct.6.2.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 13:01.00 ---> saved as "c2c2ea2184471fe5dae3b2c7c2e7c1337a9b7433064b4fd7d6d4fb4a8319f16f"


/src: (copy (src .) (dst /src))
2024-05-11 13:01.02 ---> saved as "686f4e888a6796bdc7878e5ee30dc44a6121169a2325da83d3ea6c119c28927f"


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