Organisationstalex5ocaml-wayland964522 (master)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-05-10 22:06.59: New job: test talex5/ocaml-wayland https://github.com/talex5/ocaml-wayland.git#refs/heads/master (964522dd82f8aeed07bd17fe1d401eedb4dbe467) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/talex5/ocaml-wayland.git" -b "master" && cd "ocaml-wayland" && git reset --hard 964522dd
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
COPY --chown=1000:1000 wayland.opam ./
RUN opam pin add -yn wayland.dev './'
ENV DEPS="alcotest.1.3.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 bigstringaf.0.9.0 cmdliner.1.1.1 conf-pkg-config.1.0 cppo.1.6.6 cstruct.6.0.1 domain-local-await.0.1.0 dune.3.9.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 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.1 ocamlfind.1.9.5 ocplib-endian.1.1 optint.0.1.0 psq.0.2.0 re.1.9.0 seq.0.3 stdlib-shims.0.1.0 topkg.1.0.6 uring.0.5 uuidm.0.9.8 uutf.1.0.3 xmlm.1.4.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y wayland.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/ocaml-wayland-ocaml/opam@sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60-debian-12-5.0_opam-2.1-cb9cb1524442e9cb29f233721458f2cb"
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"))
 (copy (src wayland.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn wayland.dev './'"))
 (env DEPS "alcotest.1.3.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 bigstringaf.0.9.0 cmdliner.1.1.1 conf-pkg-config.1.0 cppo.1.6.6 cstruct.6.0.1 domain-local-await.0.1.0 dune.3.9.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 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.1 ocamlfind.1.9.5 ocplib-endian.1.1 optint.0.1.0 psq.0.2.0 re.1.9.0 seq.0.3 stdlib-shims.0.1.0 topkg.1.0.6 uring.0.5 uuidm.0.9.8 uutf.1.0.3 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.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:53.00: Waiting for worker…
2024-05-11 12:58.13: Got resource from pool OCluster
Building on x86-bm-c6.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/ocaml-wayland.git-8aad0f1d012c43442f8b7698aa523e9efa6d0fd4/.git/
HEAD is now at 964522d Merge pull request #44 from talex5/v1_interfaces


(from ocaml/opam@sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60)
Unable to find image 'ocaml/opam@sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60' locally
docker.io/ocaml/opam@sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60: Pulling from ocaml/opam
b06b6fb2bd14: Pulling fs layer
b06b6fb2bd14: Verifying Checksum
b06b6fb2bd14: Download complete
b06b6fb2bd14: Pull complete
Digest: sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60
Status: Downloaded newer image for ocaml/opam@sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60
2024-05-11 12:58.15 ---> 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.15 ---> 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.15 ---> 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.15 ---> using "e2a8b8d5bd06418be8543e1bada46989015c5387292c65871ea346f06f0534c3" from cache


/src: (workdir /src)


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


/src: (copy (src wayland.opam) (dst ./))
2024-05-11 12:58.15 ---> saved as "05848f76f83f08273f573be3cd0eda175a5757b8abd51dc178d4f08db5b5fd78"


/src: (run (network host)
           (shell "opam pin add -yn wayland.dev './'"))
[wayland.dev] synchronised (file:///src)
[WARNING] Failed checks on wayland package definition from source at file:///src:
  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 (version dev)
2024-05-11 12:58.17 ---> saved as "3d96286f6228f2a3439a491fced5c4621fbb147775e792a0f9952bedaaad0295"


/src: (env DEPS "alcotest.1.3.0 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 bigstringaf.0.9.0 cmdliner.1.1.1 conf-pkg-config.1.0 cppo.1.6.6 cstruct.6.0.1 domain-local-await.0.1.0 dune.3.9.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 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.1 ocamlfind.1.9.5 ocplib-endian.1.1 optint.0.1.0 psq.0.2.0 re.1.9.0 seq.0.3 stdlib-shims.0.1.0 topkg.1.0.6 uring.0.5 uuidm.0.9.8 uutf.1.0.3 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.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 0s (701 kB/s)
- Reading package lists...
- 


<><> 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 system packages will first need to be installed:
    pkg-config


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


2024-05-11 12:58.48 ---> saved as "d895f3921fdb1ed2f74826adba9fc7e85db1a23b37fd95e72a3dfcee0cb354b5"


/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.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 dune               3.9.0
  - install ocamlbuild         0.14.1
  - install ocamlfind          1.9.5
  - install conf-pkg-config    1.0
  - install stdlib-shims       0.1.0
  - install seq                0.3
  - install optint             0.1.0
  - install dune-configurator  2.7.0
  - install domain-local-await 0.1.0
  - install cppo               1.6.6
  - install bigarray-compat    1.1.0
  - install topkg              1.0.6
  - install base-bytes         base
  - install bigstringaf        0.9.0
  - install re                 1.9.0
  - install psq                0.2.0
  - install iomux              0.2
  - install cstruct            6.0.1
  - install xmlm               1.4.0
  - install uutf               1.0.3
  - install uuidm              0.9.8
  - install mtime              2.0.0
  - install hmap               0.8.1
  - install fmt                0.9.0
  - install astring            0.8.5
  - install ocplib-endian      1.1
  - install uring              0.5
  - install alcotest           1.3.0
  - install lwt                5.6.0
  - install lwt-dllist         1.0.0
  - install logs               0.7.0
  - install eio                0.12
  - install eio_posix          0.12
  - install eio_linux          0.12
  - install eio_main           0.12
===== 36 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved alcotest.1.3.0  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved bigstringaf.0.9.0  (cached)
-> retrieved cmdliner.1.1.1  (cached)
-> retrieved cppo.1.6.6  (cached)
-> installed conf-pkg-config.1.0
-> retrieved cstruct.6.0.1  (cached)
-> retrieved domain-local-await.0.1.0  (cached)
-> retrieved eio.0.12  (cached)
-> retrieved eio_linux.0.12  (cached)
-> retrieved eio_main.0.12  (cached)
-> retrieved dune-configurator.2.7.0  (cached)
-> retrieved dune.3.9.0  (cached)
-> retrieved eio_posix.0.12  (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.5.6.0  (cached)
-> retrieved lwt-dllist.1.0.0  (cached)
-> retrieved mtime.2.0.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 psq.0.2.0  (cached)
-> retrieved re.1.9.0  (cached)
-> retrieved seq.0.3  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved topkg.1.0.6  (cached)
-> retrieved uuidm.0.9.8  (cached)
-> retrieved uutf.1.0.3  (cached)
-> 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 topkg.1.0.6
-> installed hmap.0.8.1
-> installed uuidm.0.9.8
-> installed uutf.1.0.3
-> installed mtime.2.0.0
-> installed fmt.0.9.0
-> installed xmlm.1.4.0
-> installed astring.0.8.5
-> installed dune.3.9.0
-> installed bigstringaf.0.9.0
-> installed domain-local-await.0.1.0
-> installed bigarray-compat.1.1.0
-> installed seq.0.3
-> installed stdlib-shims.0.1.0
-> installed optint.0.1.0
-> installed cstruct.6.0.1
-> installed psq.0.2.0
-> installed cppo.1.6.6
-> installed ocplib-endian.1.1
-> installed dune-configurator.2.7.0
-> installed re.1.9.0
-> installed iomux.0.2
-> installed alcotest.1.3.0
-> 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 eio_linux.0.12
-> installed eio_posix.0.12
-> installed eio_main.0.12
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 13:00.18 ---> saved as "2886ddac7a230475abc712d33ab206016bb0f35e8b7c747b1af67bddcc7239f1"


/src: (copy (src .) (dst /src))
2024-05-11 13:00.19 ---> saved as "f10c84fd5a27e970f26c230c2cafba894b698563338f36ee069f6b488d9a5021"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/tests && ./test.exe)
test.exe: [WARNING] Failed to allocate 262144 byte fixed buffer
Testing `wayland'.
This run has ID `221786EA-9F5D-46CE-B01C-D6708DE005F1'.


  [OK]          protocol          0   simple.


Full test results in `/src/_build/default/tests/_build/_tests/wayland'.
Test Successful in 0.001s. 1 test run.
2024-05-11 13:00.24 ---> saved as "5de788c7282a5d811cfbe85df247da9adadda2b0d76cf545c4f79c2cf33b33b7"
Job succeeded
2024-05-11 13:00.24: Job succeeded