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

debian-12-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-05-26 11:16.22: 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.1_opam-2.1)
Base: ocaml/opam@sha256:d200873f5bf58fa64cc36052aa4c20b809ae5c537a237c1568d4ec56c464d610
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:d200873f5bf58fa64cc36052aa4c20b809ae5c537a237c1568d4ec56c464d610
# debian-12-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 1c7ec1efdedc0a230f387bd65706ef364627fdd0 || git fetch origin master) && git reset -q --hard 1c7ec1efdedc0a230f387bd65706ef364627fdd0 && 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.3.0 conf-pkg-config.3 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.15.3 dune-configurator.3.15.3 eio.1.0 eio_linux.1.0 eio_main.1.0 eio_posix.1.0 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.1.1 ocaml-base-compiler.5.1.1 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.17.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.32.1 psq.0.2.1 seq.base sexplib.v0.17.0 sexplib0.v0.17.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-26 11:16.22: Using cache hint "talex5/wayland-proxy-virtwl-ocaml/opam@sha256:d200873f5bf58fa64cc36052aa4c20b809ae5c537a237c1568d4ec56c464d610-debian-12-5.1_opam-2.1-efb6d6b113c05319a4147ef72237fadb"
2024-05-26 11:16.22: Using OBuilder spec:
((from ocaml/opam@sha256:d200873f5bf58fa64cc36052aa4c20b809ae5c537a237c1568d4ec56c464d610)
 (comment debian-12-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 1c7ec1efdedc0a230f387bd65706ef364627fdd0 || git fetch origin master) && git reset -q --hard 1c7ec1efdedc0a230f387bd65706ef364627fdd0 && 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.3.0 conf-pkg-config.3 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.15.3 dune-configurator.3.15.3 eio.1.0 eio_linux.1.0 eio_main.1.0 eio_posix.1.0 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.1.1 ocaml-base-compiler.5.1.1 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.17.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.32.1 psq.0.2.1 seq.base sexplib.v0.17.0 sexplib0.v0.17.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-26 11:16.22: Waiting for resource in pool OCluster
2024-05-26 18:18.49: Waiting for worker…
2024-05-26 18:21.55: Got resource from pool OCluster
Building on doris.caelum.ci.dev
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:d200873f5bf58fa64cc36052aa4c20b809ae5c537a237c1568d4ec56c464d610)
2024-05-26 18:21.55 ---> using "02f3acce9469f575133f358c3526b920479bcdac9926e1ced16a262cad00e5e9" from cache


/: (comment debian-12-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-05-26 18:21.55 ---> using "66060d01bd4aa77d0aedcad853a1043843ba6c8ace803f6a3753c6406af0b07a" 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-26 18:21.55 ---> using "db7a5bfe50809f1548023c6e91816fe38a29f4e7586c214126eabcc9787e3f71" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-107-generic
The OCaml toplevel, version 5.1.1
2.1.5
2024-05-26 18:21.55 ---> using "224d5fd882e4a3963c81eef188a2acc2b8c27b00a82c703180ad4cb24147f525" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-26 18:21.55 ---> using "da2832c88a44b5bfe8f18d3ab4a49f0c3d34811d87b2c9bf99ec196a8af3fde4" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 1c7ec1efdedc0a230f387bd65706ef364627fdd0 || git fetch origin master) && git reset -q --hard 1c7ec1efdedc0a230f387bd65706ef364627fdd0 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..c61e9068d5  master     -> origin/master
1c7ec1efde [new release] dune (15 packages) (3.15.3)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
default (at file:///home/opam/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)


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-26 18:21.55 ---> using "ef21dd5a10f203ca2e3492fd75fb4b623a30b292ddf57265befd091d64d43ec2" from cache


/src: (run (shell "mkdir -p 'ocaml-wayland/'"))
2024-05-26 18:21.55 ---> saved as "1616f72c7f0c28726d79d6d17753869aed839abddb64347de1557d2eb6388046"


/src: (copy (src wayland-proxy-virtwl.opam) (dst ./))
2024-05-26 18:21.56 ---> saved as "977a05e19e0436f52e98b0498df7e78de185e0fbdbe6cfdd3ab6b9a842a568dd"


/src: (copy (src ocaml-wayland/wayland.opam) (dst ocaml-wayland/))
2024-05-26 18:21.56 ---> saved as "38f60e517d7fd90ad065850aff800b041f2d9fb1a139db161917388d9c57b115"


/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-26 18:21.59 ---> saved as "afdb208781226d45fb1d00d39f9063ec1b99843c800178c5f5c287c1a08bd401"


/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.9.1 cmdliner.1.3.0 conf-pkg-config.3 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.15.3 dune-configurator.3.15.3 eio.1.0 eio_linux.1.0 eio_main.1.0 eio_posix.1.0 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.1.1 ocaml-base-compiler.5.1.1 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.17.0 ppx_cstruct.6.2.0 ppx_derivers.1.2.1 ppxlib.0.32.1 psq.0.2.1 seq.base sexplib.v0.17.0 sexplib0.v0.17.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 [157 kB]
- Fetched 260 kB in 0s (984 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.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:
    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-26 18:22.14 ---> saved as "17461ef06dd4f9dd19160c4164032e8870083202c95c41499e6c575529fcaa17"


/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.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 num                 1.5
  - install dune                3.15.3
  - install ocamlfind           1.9.6
  - install seq                 base
  - install conf-pkg-config     3
  - install cmdliner            1.3.0
  - install thread-table        1.0.0
  - install stdlib-shims        0.3.0
  - install sexplib0            v0.17.0
  - 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 topkg               1.0.7
  - install psq                 0.2.1
  - install domain-local-await  1.0.1
  - install parsexp             v0.17.0
  - install ppxlib              0.32.1
  - install dune-configurator   3.15.3
  - install xmlm                1.4.0
  - install mtime               2.0.0
  - install hmap                0.8.1
  - install fmt                 0.9.0
  - install sexplib             v0.17.0
  - install iomux               0.3
  - install bigstringaf         0.9.1
  - install logs                0.7.0
  - install cstruct             6.2.0
  - install uring               0.9
  - install ppx_cstruct         6.2.0
  - install eio                 1.0
  - install wayland             dev*
  - install eio_posix           1.0
  - install eio_linux           1.0
  - install eio_main            1.0
===== 37 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigstringaf.0.9.1  (cached)
-> retrieved cmdliner.1.3.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.1.0  (cached)
-> retrieved eio_linux.1.0  (cached)
-> retrieved eio_main.1.0  (cached)
-> retrieved eio_posix.1.0  (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.3  (cached)
-> retrieved dune-configurator.3.15.3  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> installed num.1.5
-> retrieved optint.0.3.0  (cached)
-> retrieved parsexp.v0.17.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.17.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved xmlm.1.4.0  (cached)
-> retrieved wayland.dev  (file:///src/ocaml-wayland)
-> retrieved uring.0.9  (cached)
-> installed cmdliner.1.3.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.3
-> 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.17.0
-> installed stdlib-shims.0.3.0
-> installed thread-table.1.0.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed domain-local-await.1.0.1
-> installed dune-configurator.3.15.3
-> installed parsexp.v0.17.0
-> installed bigstringaf.0.9.1
-> installed iomux.0.3
-> installed sexplib.v0.17.0
-> installed uring.0.9
-> installed eio.1.0
-> installed wayland.dev
-> installed eio_linux.1.0
-> installed eio_posix.1.0
-> installed eio_main.1.0
-> installed ppxlib.0.32.1
-> installed ppx_cstruct.6.2.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-26 18:23.09 ---> saved as "db19b49f2573f46bf59380131a9fbaec148e8fd71c697878b3eaf82d22982fa3"


/src: (copy (src .) (dst /src))
2024-05-26 18:23.09 ---> saved as "1f4b7369de936a56c826e9fac9fc78ab2db4c138a859ed40585ed9d740b0f8f3"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-05-26 18:23.13 ---> saved as "2c94a450d6d7771993bae9f375cfcf6e542181fa4b32a89eec20cb18e3b2a375"
Job succeeded
2024-05-26 18:23.14: Job succeeded