Organisationshannesmjackline31b902 (main)(lint-fmt)

(lint-fmt)

Link Copied
Code Copied

Logs

2024-05-15 07:10.04: New job: test hannesm/jackline https://github.com/hannesm/jackline.git#refs/heads/main (31b90275a5f848cfc8c4f5b75e7d1933bec37852) (linux-x86_64:(lint-fmt))
Base: ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb
ocamlformat version: none


To reproduce locally:


git clone --recursive "https://github.com/hannesm/jackline.git" -b "main" && cd "jackline" && git reset --hard 31b90275
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb
USER 1000:1000
RUN cd ~/opam-repository && (git cat-file -e b7111793409e8f3cb753767d50a387268946fb02 || git fetch origin master) && git reset -q --hard b7111793409e8f3cb753767d50a387268946fb02 && 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-15 07:10.04: Using cache hint "hannesm/jackline-ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb-debian-12-4.08_opam-2.1-ocamlformat-b7111793409e8f3cb753767d50a387268946fb02"
2024-05-15 07:10.04: Using OBuilder spec:
((from ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb)
 (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 b7111793409e8f3cb753767d50a387268946fb02 || git fetch origin master) && git reset -q --hard b7111793409e8f3cb753767d50a387268946fb02 && 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-15 07:10.04: Waiting for resource in pool OCluster
2024-05-15 16:58.13: Waiting for worker…
2024-05-15 17:01.24: Got resource from pool OCluster
Building on x86-bm-c10.sw.ocaml.org
All commits already cached
HEAD is now at 31b9027 Merge pull request #228 from hannesm/dsa-sexp


(from ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb)
2024-05-15 17:01.24 ---> using "e0805034d9e735da2cb99f3eb2cde6a7473dabe8bd1020b5bf9a6e9f3a9991fe" 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 b7111793409e8f3cb753767d50a387268946fb02 || git fetch origin master) && git reset -q --hard b7111793409e8f3cb753767d50a387268946fb02 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..0dc68a8b92  master     -> origin/master
b711179340 [new release] tls (5 packages) (0.17.5)


<><> 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-15 17:02.28 ---> saved as "cd1c468099fb58e00288d0e7ffa8105dba8789acee6bec1351d98b8c72d909d1"


/: (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-15 17:03.15 ---> saved as "21be8ab15a0c9f7e26a971d3c835f8123c04d10bc7ccfa9e68df73bf82043505"


/: (workdir /src)


/src: (copy (src .) (dst /src/))
2024-05-15 17:03.15 ---> saved as "b7440acc559147a7613869f818faa9b44f8591a9e9888c7b4b0ebeadf69aede0"


/src: (run (shell "opam exec -- dune build @fmt --ignore-promoted-rules || (echo \"dune build @fmt failed\"; exit 2)"))
2024-05-15 17:03.16 ---> saved as "98d568b3d32303f8da231071ffb67f5558048895cf5ae9679e4e07c8e5cc19a3"
Job succeeded
2024-05-15 17:03.16: Job succeeded