Organisationsocurrentocurrent-deployerf1e787 ()(lint-fmt)

(lint-fmt)

Link Copied
Code Copied

Logs

2024-04-30 20:03.58: New job: test ocurrent/ocurrent-deployer https://github.com/ocurrent/ocurrent-deployer.git#refs/heads/live-ci3 (f1e7875c856c9300093b34c784cfc1297a44d6f3) (linux-x86_64:(lint-fmt))
Base: ocaml/opam@sha256:bf6aa97761d12fb7cd71c54940bf20e9c92a17fe5406a845660fc8e3a7c2e21e
ocamlformat version: none


To reproduce locally:


git clone --recursive "https://github.com/ocurrent/ocurrent-deployer.git" -b "live-ci3" && cd "ocurrent-deployer" && git reset --hard f1e7875c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:bf6aa97761d12fb7cd71c54940bf20e9c92a17fe5406a845660fc8e3a7c2e21e
USER 1000:1000
RUN cd ~/opam-repository && (git cat-file -e 5199339b4bf6f3e356246f0d800b1036e9698433 || git fetch origin master) && git reset -q --hard 5199339b4bf6f3e356246f0d800b1036e9698433 && 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-30 20:03.58: Using cache hint "ocurrent/ocurrent-deployer-ocaml/opam@sha256:bf6aa97761d12fb7cd71c54940bf20e9c92a17fe5406a845660fc8e3a7c2e21e-alpine-3.19-4.14_opam-2.1-ocamlformat-5199339b4bf6f3e356246f0d800b1036e9698433"
2024-04-30 20:03.58: Using OBuilder spec:
((from ocaml/opam@sha256:bf6aa97761d12fb7cd71c54940bf20e9c92a17fe5406a845660fc8e3a7c2e21e)
 (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 5199339b4bf6f3e356246f0d800b1036e9698433 || git fetch origin master) && git reset -q --hard 5199339b4bf6f3e356246f0d800b1036e9698433 && 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-30 20:03.58: Waiting for resource in pool OCluster
2024-05-01 00:04.04: Waiting for worker…
2024-05-01 00:08.10: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
Submodule path 'ocluster': checked out 'c8d092f0d0c01253a9199b94465f00f1dcbbe94d'
Submodule path 'ocurrent': checked out '6107874b043343a8edb3e52b56368cab4e069548'
HEAD is now at f1e7875 Merge pull request #212 from benmandrew/update-dockerfile
Synchronizing submodule url for 'ocluster'
Synchronizing submodule url for 'ocurrent'
Cleared directory 'ocluster'
Submodule 'ocluster' (https://github.com/ocurrent/ocluster.git) unregistered for path 'ocluster'
Cleared directory 'ocurrent'
Submodule 'ocurrent' (https://github.com/ocurrent/ocurrent.git) unregistered for path 'ocurrent'
Submodule 'ocluster' (https://github.com/ocurrent/ocluster.git) registered for path 'ocluster'
Submodule 'ocurrent' (https://github.com/ocurrent/ocurrent.git) registered for path 'ocurrent'
Submodule path 'ocluster': checked out 'c8d092f0d0c01253a9199b94465f00f1dcbbe94d'
Submodule path 'ocluster/obuilder': checked out '7015f4f00ac5183c70b27d044e8582b6c33105bd'
Submodule path 'ocurrent': checked out '6107874b043343a8edb3e52b56368cab4e069548'
Submodule path 'ocurrent/vendor/ocaml-gitlab': checked out '134d702d195504c024a380cf577bf8672aa5e91e'


(from ocaml/opam@sha256:bf6aa97761d12fb7cd71c54940bf20e9c92a17fe5406a845660fc8e3a7c2e21e)
2024-05-01 00:08.10 ---> using "1e640372eb9daeb2412d20c5fde01c5949566a71e7b6150cd62d118621a015ce" 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 5199339b4bf6f3e356246f0d800b1036e9698433 || git fetch origin master) && git reset -q --hard 5199339b4bf6f3e356246f0d800b1036e9698433 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   4bb8cb8b65..bafea8d973  master     -> origin/master
5199339b4b [new release] conduit (5 packages) (6.2.2)


<><> 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-01 00:09.02 ---> saved as "b6c96141c17a7ab788c22f9865842bf6d43fd0a1c7c96fcf39a265f4c8e58c7a"


/: (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-01 00:09.42 ---> saved as "0a9888a80399e66f0dc05cf9dbb5442da0193ca7fc64e75027992da74b84869c"


/: (workdir /src)


/src: (copy (src .) (dst /src/))
2024-05-01 00:09.43 ---> saved as "4ffa3822dc9db6c24b761cd69e1821c04069962991c8ce44ba3a9553d370a460"


/src: (run (shell "opam exec -- dune build @fmt --ignore-promoted-rules || (echo \"dune build @fmt failed\"; exit 2)"))
2024-05-01 00:09.45 ---> saved as "87522d416974c22e1d688b844056218ef499ab458c9d499390f75b3c0d00743e"
Job succeeded
2024-05-01 00:09.45: Job succeeded