Organisationsmirageirmin.org488219 (main)(lint-fmt)

(lint-fmt)

Link Copied
Code Copied

Logs

2024-05-17 14:34.28: New job: test mirage/irmin.org https://github.com/mirage/irmin.org.git#refs/heads/main (48821986d1b1dca7fd6af35dc4f301ecda214960) (linux-x86_64:(lint-fmt))
Base: ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f
ocamlformat version: none


To reproduce locally:


git clone --recursive "https://github.com/mirage/irmin.org.git" -b "main" && cd "irmin.org" && git reset --hard 48821986
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f
USER 1000:1000
RUN cd ~/opam-repository && (git cat-file -e c3efef47f6cef033a2a86117ef9bb65e51a9266e || git fetch origin master) && git reset -q --hard c3efef47f6cef033a2a86117ef9bb65e51a9266e && 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-17 14:34.28: Using cache hint "mirage/irmin.org-ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f-debian-12-4.10_opam-2.1-ocamlformat-c3efef47f6cef033a2a86117ef9bb65e51a9266e"
2024-05-17 14:34.28: Using OBuilder spec:
((from ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f)
 (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 c3efef47f6cef033a2a86117ef9bb65e51a9266e || git fetch origin master) && git reset -q --hard c3efef47f6cef033a2a86117ef9bb65e51a9266e && 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-17 14:34.28: Waiting for resource in pool OCluster
2024-05-17 23:10.53: Connecting to build cluster…
2024-05-17 23:11.05: Waiting for worker…
2024-05-17 23:11.09: Got resource from pool OCluster
Building on x86-bm-c1.sw.ocaml.org
All commits already cached
HEAD is now at 4882198 Merge pull request #137 from mirage/tmcgilchrist-patch-1


(from ocaml/opam@sha256:980425fd21b39a87f66ee400aabb93d373a1f5d58e0fa878f7800212cb31d30f)
2024-05-17 23:11.30 ---> saved as "3204dccede4ada7247031416c9a3ce5a65cccadc30366f79b6c482182a97c51f"


/: (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 c3efef47f6cef033a2a86117ef9bb65e51a9266e || git fetch origin master) && git reset -q --hard c3efef47f6cef033a2a86117ef9bb65e51a9266e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..ec28f29e7d  master     -> origin/master
c3efef47f6 `http` version bounds


<><> 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-17 23:12.34 ---> saved as "a0f968ad4fb38919afa98a2f2040d4955ec8afef637ee3d4b28c634926611001"


/: (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-17 23:13.26 ---> saved as "1aca491291db5c7ff137d89481474ca0d341021a4234484d6e47c94ea5f5f081"


/: (workdir /src)


/src: (copy (src .) (dst /src/))
2024-05-17 23:13.27 ---> saved as "739e856a784f509e214c084a71fbdd8d6b168dbe29aa4962449181b3d0b58ad4"


/src: (run (shell "opam exec -- dune build @fmt --ignore-promoted-rules || (echo \"dune build @fmt failed\"; exit 2)"))
2024-05-17 23:13.27 ---> saved as "3c179efc039062cc343ed1247498715369a466514b87275bc37cf3e1c6ba6706"
Job succeeded
2024-05-17 23:13.28: Job succeeded