Organisationskit-ty-katecudf419631 (master)(lint-fmt)

(lint-fmt)

Link Copied
Code Copied

Logs

2024-04-30 08:36.39: New job: test kit-ty-kate/cudf https://github.com/kit-ty-kate/cudf.git#refs/heads/master (419631fac6dac1eaa68abe15152fbba52100aa27) (linux-x86_64:(lint-fmt))
Base: ocaml/opam@sha256:878a774498ae290930d6148639fb7a67dad42523c3b76f638f93b2077207e72f
ocamlformat version: none


To reproduce locally:


git clone --recursive "https://github.com/kit-ty-kate/cudf.git" -b "master" && cd "cudf" && git reset --hard 419631fa
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:878a774498ae290930d6148639fb7a67dad42523c3b76f638f93b2077207e72f
USER 1000:1000
RUN cd ~/opam-repository && (git cat-file -e 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && 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 08:36.39: Using cache hint "kit-ty-kate/cudf-ocaml/opam@sha256:878a774498ae290930d6148639fb7a67dad42523c3b76f638f93b2077207e72f-debian-12-4.02_opam-2.1-ocamlformat-042d5efee9551e35990b2e8d849a354d082857d1"
2024-04-30 08:36.39: Using OBuilder spec:
((from ocaml/opam@sha256:878a774498ae290930d6148639fb7a67dad42523c3b76f638f93b2077207e72f)
 (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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && 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 08:36.39: Waiting for resource in pool OCluster
2024-04-30 20:11.04: Waiting for worker…
2024-04-30 20:13.19: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 419631f Disable formatting


(from ocaml/opam@sha256:878a774498ae290930d6148639fb7a67dad42523c3b76f638f93b2077207e72f)
2024-04-30 20:13.19 ---> using "55554dc33b1f6c2b893d7323771050fdd260fbca6e92cf26cf38893a38d74dd6" 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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   fa727ddb20..bafea8d973  master     -> origin/master
042d5efee9 [new release] dune (15 packages) (3.15.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 20:14.02 ---> saved as "15a2ec8b840342bfaac93575b75a4c3e56e2c5b1e48522db696bf659337bdb5f"


/: (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.2
===== 3 to install =====


<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[dune.3.15.2] 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.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 20:14.35 ---> saved as "09e773cc40badfacfd916758b0c99c68640a40266958830c0b1a481e994e0d80"


/: (workdir /src)


/src: (copy (src .) (dst /src/))
2024-04-30 20:14.36 ---> saved as "1027a5c9128f7ca2c79048f1058341bd338eff7ae91bb4fe5f0491ca3b9bbe88"


/src: (run (shell "opam exec -- dune build @fmt --ignore-promoted-rules || (echo \"dune build @fmt failed\"; exit 2)"))
2024-04-30 20:14.36 ---> saved as "1499de20761cd69f0015c990f459f10d8f4ee88d678dc32e801b4b248667330c"
Job succeeded
2024-04-30 20:14.37: Job succeeded