Organisationsocurrentocurrent-skeleton327dc2 (master)(lint-fmt)

(lint-fmt)

Link Copied
Code Copied

Logs

2024-04-30 19:27.04: New job: test ocurrent/ocurrent-skeleton https://github.com/ocurrent/ocurrent-skeleton.git#refs/heads/master (327dc23cac5511070a022ae3d5933ef60b4e7b9b) (linux-x86_64:(lint-fmt))
Base: ocaml/opam@sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480
ocamlformat version: none


To reproduce locally:


git clone --recursive "https://github.com/ocurrent/ocurrent-skeleton.git" -b "master" && cd "ocurrent-skeleton" && git reset --hard 327dc23c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480
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 19:27.04: Using cache hint "ocurrent/ocurrent-skeleton-ocaml/opam@sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480-debian-12-4.08_opam-2.1-ocamlformat-5199339b4bf6f3e356246f0d800b1036e9698433"
2024-04-30 19:27.04: Using OBuilder spec:
((from ocaml/opam@sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480)
 (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 19:27.04: Waiting for resource in pool OCluster
2024-04-30 23:32.16: Waiting for worker…
2024-04-30 23:39.12: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 327dc23 Merge pull request #4 from talex5/logging


(from ocaml/opam@sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480)
2024-04-30 23:39.13 ---> using "ca7a47bb337547622343e1e691b0c92596d0990b9ed28342fd47c7204c2b0a74" 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-04-30 23:39.13 ---> using "4b27a81f6754088d86e4cf37d5b06b2fb2ae37c8580df31f7175ab20659f1027" 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-04-30 23:39.13 ---> using "b8821e4a31eaab4e77829a2c460ea526514a5184b4cf7cecff4e280e731a6cc4" from cache


/: (workdir /src)


/src: (copy (src .) (dst /src/))
2024-04-30 23:39.13 ---> saved as "0fdcd9edd004303ea346a4ed18a1e9a59b0d10d7e0bcb88e9b871763cc60f3d6"


/src: (run (shell "opam exec -- dune build @fmt --ignore-promoted-rules || (echo \"dune build @fmt failed\"; exit 2)"))
2024-04-30 23:39.14 ---> saved as "4689a2918a7dd946a8ea673a3a7f61183aa43d86d08db977c7dc9c18a28e916a"
Job succeeded
2024-04-30 23:39.14: Job succeeded