Organisationsocaml-ppxppx_deriving7dbaf9 ()(lint-fmt)

(lint-fmt)

Link Copied
Code Copied

Logs

2024-04-10 15:58.12: New job: test ocaml-ppx/ppx_deriving https://github.com/ocaml-ppx/ppx_deriving.git#refs/pull/273/head (7dbaf97f797d127cd6d23aa11863e480febac289) (linux-x86_64:(lint-fmt))
Base: ocaml/opam@sha256:f2acc53dd1c5d785c049312426278b115b54b8ad441d483dc8ae77a5ae2795e2
ocamlformat version: none


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ppx_deriving.git" && cd "ppx_deriving" && git fetch origin "refs/pull/273/head" && git reset --hard 7dbaf97f
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:f2acc53dd1c5d785c049312426278b115b54b8ad441d483dc8ae77a5ae2795e2
USER 1000:1000
RUN cd ~/opam-repository && (git cat-file -e 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && 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-04-10 15:58.12: Using cache hint "ocaml-ppx/ppx_deriving-ocaml/opam@sha256:f2acc53dd1c5d785c049312426278b115b54b8ad441d483dc8ae77a5ae2795e2-debian-12-4.05_opam-2.1-ocamlformat-950c52962d34ab7507ecebe8cc7ef16fed0f292a"
2024-04-10 15:58.12: Using OBuilder spec:
((from ocaml/opam@sha256:f2acc53dd1c5d785c049312426278b115b54b8ad441d483dc8ae77a5ae2795e2)
 (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 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && 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-04-10 15:58.12: Waiting for resource in pool OCluster
2024-04-10 17:38.34: Waiting for worker…
2024-04-10 17:41.51: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 7dbaf97 Add regression test for #272


(from ocaml/opam@sha256:f2acc53dd1c5d785c049312426278b115b54b8ad441d483dc8ae77a5ae2795e2)
Unable to find image 'ocaml/opam@sha256:f2acc53dd1c5d785c049312426278b115b54b8ad441d483dc8ae77a5ae2795e2' locally
docker.io/ocaml/opam@sha256:f2acc53dd1c5d785c049312426278b115b54b8ad441d483dc8ae77a5ae2795e2: Pulling from ocaml/opam
Digest: sha256:f2acc53dd1c5d785c049312426278b115b54b8ad441d483dc8ae77a5ae2795e2
Status: Downloaded newer image for ocaml/opam@sha256:f2acc53dd1c5d785c049312426278b115b54b8ad441d483dc8ae77a5ae2795e2
2024-04-10 17:41.51 ---> using "5c90dad9967b96cc03630b2b9de3f7c812a51d430c6ecf7d886f45e8e8519c56" 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 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && git log --no-decorate -n1 --oneline && opam update -u"))
950c52962d [new release] dune (15 packages) (3.15.0)


<><> 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-04-10 17:42.15 ---> saved as "0527bdd9c52f6b10a11294231e4b2df671ff588f6af5477ee39e2f6fedf4cb39"


/: (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 ocamlfind           1.9.6  [required by ocamlfind-secondary]
  - install ocamlfind-secondary 1.9.6  [required by dune]
  - install dune                3.15.0
===== 3 to install =====


<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[dune.3.15.0] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlfind-secondary.1.9.6] found in cache


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed dune.3.15.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-10 17:42.46 ---> saved as "866b6e06af3ce280caa7d3c1316522233c75c60aa9d6578da4196c83f0261b9e"


/: (workdir /src)


/src: (copy (src .) (dst /src/))
2024-04-10 17:42.46 ---> saved as "8ad7690da4e9774772d5c8a4fd731d51b5646692427860a140ad85110fe370a3"


/src: (run (shell "opam exec -- dune build @fmt --ignore-promoted-rules || (echo \"dune build @fmt failed\"; exit 2)"))
2024-04-10 17:42.47 ---> saved as "2fe279d9149a4477c09ce36f9b8aca20389994770640decb81af299ee14c5b16"
Job succeeded
2024-04-10 17:42.47: Job succeeded