Organisationsocurrentocaml-dockerfile6df765 ()(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2024-07-30 14:01.48: New job: test ocurrent/ocaml-dockerfile https://github.com/ocurrent/ocaml-dockerfile.git#refs/heads/master (6df7653d46df5a9b35fb24a01a1c5cf0e47a1676) (linux-x86_64:(lint-doc))
Base: ocaml/opam@sha256:c5d2933f61eed9956150d3b520d6562efd4143af9c2001e16318b3529df2e41a
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/ocurrent/ocaml-dockerfile.git" -b "master" && cd "ocaml-dockerfile" && git reset --hard 6df7653d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:c5d2933f61eed9956150d3b520d6562efd4143af9c2001e16318b3529df2e41a
# debian-12-4.08_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 44a281fd66344f50c411e5c5300745612282e651 || git fetch origin master) && git reset -q --hard 44a281fd66344f50c411e5c5300745612282e651 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam ./
RUN opam pin add -yn dockerfile.dev './' && \
    opam pin add -yn dockerfile-opam.dev './' && \
    opam pin add -yn dockerfile-cmd.dev './'
ENV DEPS="alcotest.1.8.0 astring.0.8.5 base.v0.14.3 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 num.1.5-1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocamlbuild.0.15.0 ocamlfind.1.9.6 parsexp.v0.14.2 ppx_derivers.1.2.1 ppx_sexp_conv.v0.14.3 ppxlib.0.25.1 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y dockerfile.dev dockerfile-opam.dev dockerfile-cmd.dev $DEPS
RUN opam install $DEPS
RUN opam install --yes dune 'odoc>=1.5.0'
COPY --chown=1000:1000 . /src/
RUN ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2)


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-07-30 14:01.48: Using cache hint "ocurrent/ocaml-dockerfile-ocaml/opam@sha256:c5d2933f61eed9956150d3b520d6562efd4143af9c2001e16318b3529df2e41a-debian-12-4.08_opam-2.1-7cbbf150dc4c014c71a74b4efc8fb163"
2024-07-30 14:01.48: Using OBuilder spec:
((from ocaml/opam@sha256:c5d2933f61eed9956150d3b520d6562efd4143af9c2001e16318b3529df2e41a)
 (comment debian-12-4.08_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 44a281fd66344f50c411e5c5300745612282e651 || git fetch origin master) && git reset -q --hard 44a281fd66344f50c411e5c5300745612282e651 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn dockerfile.dev './' && \
             \nopam pin add -yn dockerfile-opam.dev './' && \
             \nopam pin add -yn dockerfile-cmd.dev './'"))
 (env DEPS "alcotest.1.8.0 astring.0.8.5 base.v0.14.3 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 num.1.5-1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocamlbuild.0.15.0 ocamlfind.1.9.6 parsexp.v0.14.2 ppx_derivers.1.2.1 ppx_sexp_conv.v0.14.3 ppxlib.0.25.1 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y dockerfile.dev dockerfile-opam.dev dockerfile-cmd.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install --yes dune 'odoc>=1.5.0'"))
 (copy (src .) (dst /src/))
 (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
)


2024-07-30 14:01.48: Waiting for resource in pool OCluster
2024-07-30 14:14.08: Waiting for worker…
2024-07-30 14:15.35: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 6df7653 Merge pull request #215 from mtelvers/opam-2.2


(from ocaml/opam@sha256:c5d2933f61eed9956150d3b520d6562efd4143af9c2001e16318b3529df2e41a)
Unable to find image 'ocaml/opam@sha256:c5d2933f61eed9956150d3b520d6562efd4143af9c2001e16318b3529df2e41a' locally
docker.io/ocaml/opam@sha256:c5d2933f61eed9956150d3b520d6562efd4143af9c2001e16318b3529df2e41a: Pulling from ocaml/opam
34456615ab68: Pulling fs layer
34456615ab68: Verifying Checksum
34456615ab68: Download complete
34456615ab68: Pull complete
Digest: sha256:c5d2933f61eed9956150d3b520d6562efd4143af9c2001e16318b3529df2e41a
Status: Downloaded newer image for ocaml/opam@sha256:c5d2933f61eed9956150d3b520d6562efd4143af9c2001e16318b3529df2e41a
2024-07-30 14:15.35 ---> using "1583bd92b493f5f92e565bbf5dec722822623307790ddd3047660fce69a159b7" from cache


/: (comment debian-12-4.08_opam-2.1)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-07-30 14:15.35 ---> using "b3c663241bbed7e3f60e900da4d73610e32d517b399b34be93c7e94a7324d1b5" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-07-30 14:15.35 ---> using "817450e9fc48f2ca5e31249cbf5719711388c1878312fc9fa8059eca243484bd" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-117-generic
The OCaml toplevel, version 4.08.1
2.1.6
2024-07-30 14:15.35 ---> using "24b7c15fffc29afac9d9ede04851c25b9875a9380b6a991367282e3b95a27e69" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-07-30 14:15.35 ---> using "8e1f750beec4d3e50ab91bb78298d1b756c459b2e2c82ac1c689a6077a55d6d1" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 44a281fd66344f50c411e5c5300745612282e651 || git fetch origin master) && git reset -q --hard 44a281fd66344f50c411e5c5300745612282e651 && git log --no-decorate -n1 --oneline && opam update -u"))
44a281fd66 [new release] alcotest (5 packages) (1.8.0)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


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-07-30 14:15.35 ---> using "3340b6edbdcd61db324a7dd00e7c053805423ef8e71b6575a8f649ff7727f081" from cache


/src: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)
            (dst ./))
2024-07-30 14:15.35 ---> using "b74dd439a911602bb458408f965c203de152818af00854de40103a52b7558359" from cache


/src: (run (network host)
           (shell  "opam pin add -yn dockerfile.dev './' && \
                  \nopam pin add -yn dockerfile-opam.dev './' && \
                  \nopam pin add -yn dockerfile-cmd.dev './'"))
[dockerfile.dev] synchronised (file:///src)
dockerfile is now pinned to file:///src (version dev)
[dockerfile-opam.dev] synchronised (file:///src)
dockerfile-opam is now pinned to file:///src (version dev)
[dockerfile-cmd.dev] synchronised (file:///src)
dockerfile-cmd is now pinned to file:///src (version dev)
2024-07-30 14:15.37 ---> saved as "b65a0285ec2116300e80024f56ccc338c62a59c96067123e9c846d6c3e89ecbe"


/src: (env DEPS "alcotest.1.8.0 astring.0.8.5 base.v0.14.3 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 fpath.0.7.3 logs.0.7.0 num.1.5-1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocamlbuild.0.15.0 ocamlfind.1.9.6 parsexp.v0.14.2 ppx_derivers.1.2.1 ppx_sexp_conv.v0.14.3 ppxlib.0.25.1 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y dockerfile.dev dockerfile-opam.dev dockerfile-cmd.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
- Fetched 55.4 kB in 0s (209 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[dockerfile.dev] synchronised (no changes)
[dockerfile-cmd.dev] synchronised (no changes)
[dockerfile-opam.dev] synchronised (no changes)


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2024-07-30 14:15.50 ---> saved as "9967a253dffa1aaa7082cd9fbdcd8249d13cc7b5706a652d80ac298db269f0fb"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
  - install ocamlbuild          0.15.0
  - install dune                3.16.0
  - install num                 1.5-1
  - install ocamlfind           1.9.6
  - install cmdliner            1.3.0
  - install seq                 base
  - install stdlib-shims        0.3.0
  - install sexplib0            v0.14.0
  - install ppx_derivers        1.2.1
  - install ocaml-version       3.6.7
  - install ocaml-syntax-shims  1.0.0
  - install ocaml-compiler-libs v0.12.4
  - install csexp               1.5.2
  - install topkg               1.0.7
  - install re                  1.11.0
  - install ppxlib              0.25.1
  - install dune-configurator   3.16.0
  - install uutf                1.0.3
  - install rresult             0.7.0
  - install fmt                 0.9.0
  - install astring             0.8.5
  - install base                v0.14.3
  - install logs                0.7.0
  - install fpath               0.7.3
  - install alcotest            1.8.0
  - install ppx_sexp_conv       v0.14.3
  - install parsexp             v0.14.2
  - install bos                 0.2.1
  - install sexplib             v0.14.0
===== 29 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.14.3  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved num.1.5-1  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.3.6.7  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved parsexp.v0.14.2  (cached)
-> installed cmdliner.1.3.0
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_sexp_conv.v0.14.3  (cached)
-> retrieved ppxlib.0.25.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved sexplib.v0.14.0  (cached)
-> retrieved sexplib0.v0.14.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> installed num.1.5-1
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed dune.3.16.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-version.3.6.7
-> installed re.1.11.0
-> installed sexplib0.v0.14.0
-> installed stdlib-shims.0.3.0
-> installed alcotest.1.8.0
-> installed dune-configurator.3.16.0
-> installed base.v0.14.3
-> installed parsexp.v0.14.2
-> installed sexplib.v0.14.0
-> installed ppxlib.0.25.1
-> installed ppx_sexp_conv.v0.14.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-07-30 14:16.42 ---> saved as "97db6545267b47fe23252eae0e01608210cbd08959f1c319ecb407c7b0102e62"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install --yes dune 'odoc>=1.5.0'"))
[NOTE] Package dune is already installed (current version is 3.16.0).
The following actions will be performed:
  - install cppo          1.6.9 [required by odoc]
  - install result        1.5   [required by odoc]
  - install ptime         1.1.0 [required by crunch]
  - install tyxml         4.6.0 [required by odoc]
  - install camlp-streams 5.0.1 [required by odoc-parser]
  - install crunch        3.3.1 [required by odoc]
  - install odoc-parser   2.4.2 [required by odoc]
  - install odoc          2.4.2
===== 8 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved crunch.3.3.1  (cached)
-> retrieved odoc.2.4.2  (cached)
-> retrieved ptime.1.1.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> installed camlp-streams.5.0.1
-> retrieved odoc-parser.2.4.2  (cached)
-> installed result.1.5
-> installed cppo.1.6.9
-> installed odoc-parser.2.4.2
-> installed ptime.1.1.0
-> installed crunch.3.3.1
-> installed tyxml.4.6.0
-> installed odoc.2.4.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-07-30 14:17.10 ---> saved as "a6f56a218ee0fbc72b0e748eeded8154781955a07cdec78712d7c69172cfa8f0"


/src: (copy (src .) (dst /src/))
2024-07-30 14:17.10 ---> saved as "b7d28cdc7df10723b92e66f155df618d2706014fcd42e89fa7369ceba9900e33"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/dockerfile -I ../../src/.dockerfile.objs/byte -o ../_odocls/dockerfile/dockerfile.odocl ../../src/.dockerfile.objs/byte/dockerfile.odoc)
File "src/dockerfile.mli", line 560, character 4 to line 561, character 23:
Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/dockerfile-cmd -I ../../src-cmd/.dockerfile_cmd.objs/byte -I ../../src/.dockerfile.objs/byte -o ../_odocls/dockerfile-cmd/dockerfile_cmd.odocl ../../src-cmd/.dockerfile_cmd.objs/byte/dockerfile_cmd.odoc)
File "src-cmd/dockerfile_cmd.mli", line 91, characters 34-41:
Warning: Failed to resolve reference unresolvedroot(Logs) Couldn't find "Logs"
(cd _build/default/_doc/_html && /home/opam/.opam/4.08/bin/odoc link -I ../_odoc/pkg/dockerfile-opam -I ../../src-opam/.dockerfile_opam.objs/byte -I ../../src/.dockerfile.objs/byte -o ../_odocls/dockerfile-opam/dockerfile_opam.odocl ../../src-opam/.dockerfile_opam.objs/byte/dockerfile_opam.odoc)
File "src-opam/windows.mli", line 29, characters 33-42:
Warning: Failed to resolve reference unresolvedroot(Fun).id Couldn't find "Fun"
2024-07-30 14:17.11 ---> saved as "7b7d4541d5176de51a76322f775e08cb37c97731300013c0631a31a48a42ee8f"
Job succeeded
2024-07-30 14:17.12: Job succeeded