Organisationstalex5wayland-proxy-virtwl57dea8 (master)(lint-fmt)

(lint-fmt)

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:(lint-fmt))
Base: ocaml/opam@sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60
ocamlformat version: none


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
USER 1000:1000
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 opam depext -i dune
WORKDIR /src
COPY --chown=1000:1000 . /src/
RUN opam exec -- dune build @fmt --ignore-promoted-rules || (echo "dune build @fmt failed"; exit 2)


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-ocamlformat-4e29837bedc03b2e5a3771c15479e71c8faee17a"
2024-05-16 09:00.18: Using OBuilder spec:
((from ocaml/opam@sha256:6d27563f22cad3cdbc6e69250077336e314d09d0d9bb06c1d896101a3f9f8e60)
 (user (uid 1000) (gid 1000))
 (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 (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam depext -i dune"))
 (workdir /src)
 (copy (src .) (dst /src/))
 (run (shell "opam exec -- dune build @fmt --ignore-promoted-rules || (echo \"dune build @fmt failed\"; exit 2)"))
)


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 x86-bm-c14.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-16 09:00.18 ---> using "f05db63d7be607a84849be4c718d0fd213b3863baea95da9b7b8b80965f38f09" from cache


/: (user (uid 1000) (gid 1000))


/: (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
default (at file:///home/opam/opam-repository): 
    [INFO] opam 2.1 includes many performance improvements over 2.0; please consider upgrading (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-16 09:00.18 ---> using "9194fa548e243c5ed629c71292bef23f8d3a88ff591f57e3d7337c30d176b698" from cache


/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam depext -i dune"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
# Now letting opam install the packages
The following actions will be performed:
  - install dune 3.15.2


<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[dune.3.15.2] found in cache


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed dune.3.15.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-16 09:00.18 ---> using "529bd9b96da1a03d5559558545d58aea4923b2bd1cba37a9f5ba4e2ea17813e3" from cache


/: (workdir /src)


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


/src: (run (shell "opam exec -- dune build @fmt --ignore-promoted-rules || (echo \"dune build @fmt failed\"; exit 2)"))
2024-05-16 09:00.19 ---> saved as "79de5078909932d9b26698347ccfee7c16a247ba8491a8f6769167a3837f6723"
Job succeeded
2024-05-16 09:00.19: Job succeeded