Organisationsmiragecapnp-rpcdfd465 ()(lint-fmt)

(lint-fmt)

Link Copied
Code Copied

Logs

2024-05-10 15:37.49: New job: test mirage/capnp-rpc https://github.com/mirage/capnp-rpc.git#refs/pull/256/head (dfd4651b39596d53e8073464a90ed10ed36c70fa) (linux-x86_64:(lint-fmt))
Base: ocaml/opam@sha256:21536be1aff8b659cf55164de6001c799ae5ef82083b4aa8284e01278a377d21
ocamlformat version: none


To reproduce locally:


git clone --recursive "https://github.com/mirage/capnp-rpc.git" && cd "capnp-rpc" && git fetch origin "refs/pull/256/head" && git reset --hard dfd4651b
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:21536be1aff8b659cf55164de6001c799ae5ef82083b4aa8284e01278a377d21
USER 1000:1000
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 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-10 15:37.49: Using cache hint "mirage/capnp-rpc-ocaml/opam@sha256:21536be1aff8b659cf55164de6001c799ae5ef82083b4aa8284e01278a377d21-alpine-3.19-5.1_opam-2.1-ocamlformat-307e33d08fc4ccc1ea453ab45b0ead8ed574b97b"
2024-05-10 15:37.49: Using OBuilder spec:
((from ocaml/opam@sha256:21536be1aff8b659cf55164de6001c799ae5ef82083b4aa8284e01278a377d21)
 (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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && 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-10 15:37.49: Waiting for resource in pool OCluster
2024-05-11 01:49.25: Waiting for worker…
2024-05-11 01:51.44: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at dfd4651b Set TCP_NODELAY to avoid Nagle's algorithm


(from ocaml/opam@sha256:21536be1aff8b659cf55164de6001c799ae5ef82083b4aa8284e01278a377d21)
2024-05-11 02:12.52 ---> using "e928612e2e23f17159896fb9a5c3a009961708e2acb765b029947b594e00f7a9" 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 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
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-11 02:13.37 ---> saved as "87a8ea75f292b58b23db1f4300cb0191ce17bab40d22890eeff34f9f9fb663a8"


/: (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=alpine, os-family=alpine
# No extra OS packages requirements 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-11 02:14.08 ---> saved as "f53de411636b4d0468c99ed6d12c7e2ea72bef34fc24ff1295ab8175fbfab0f7"


/: (workdir /src)


/src: (copy (src .) (dst /src/))
2024-05-11 02:14.08 ---> saved as "216d4ab4ee0e2ab063aa80867bbc093c2a39b855adaa52fbc5fabd9a37cdbfd9"


/src: (run (shell "opam exec -- dune build @fmt --ignore-promoted-rules || (echo \"dune build @fmt failed\"; exit 2)"))
2024-05-11 02:14.09 ---> saved as "c6b94a231467d9953c0dfd7fb2d4a3c6f4125223c810fdbd84971ba9a286c1e2"
Job succeeded
2024-05-11 02:14.09: Job succeeded