2025-05-02 11:13.28: New job: test dinosaure/bob https://github.com/dinosaure/bob.git#refs/heads/socks (ae46b5edf43ad1df569cce90503712e92b2e5994) (linux-x86_64:(lint-opam))
Base: ocaml/opam:debian-12-ocaml-5.0@sha256:308f5151d396fd43e425ebe5dfeb223622d393e78c8094b3287d868cfac2b4fb
Opam files lint
To reproduce locally:
git clone --recursive "https://github.com/dinosaure/bob.git" -b "socks" && cd "bob" && git reset --hard ae46b5ed
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.0@sha256:308f5151d396fd43e425ebe5dfeb223622d393e78c8094b3287d868cfac2b4fb
# debian-12-5.0_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /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 6bf1d7b4b789bbbf1388886ea336653bace6fde7 || git fetch origin master) && git reset -q --hard 6bf1d7b4b789bbbf1388886ea336653bace6fde7 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 com.opam bob.opam bob-web.opam ./
RUN opam pin add -yn com.dev './' && \
opam pin add -yn bob.dev './' && \
opam pin add -yn bob-web.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.0 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bheap.2.0.0 bigstringaf.0.10.0 bos.0.2.1 bstr.0.0.1 ca-certs.1.0.1 cachet.0.0.2 carton.1.0.0 checkseum.0.5.2 cmarkit.0.3.0 cmdliner.1.3.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 decompress.1.5.3 digestif.1.3.0 dns.10.0.0 dns-client.10.0.0 domain-name.0.4.1 duff.0.5 dune.3.18.1 dune-configurator.3.18.1 duration.0.2.1 dyn.3.18.1 encore.0.8.1 eqaf.0.10 fmt.0.10.0 fpath.0.7.3 gmap.0.3.0 happy-eyeballs.2.0.0 hxd.0.3.3 ipaddr.5.6.0 jsonm.1.0.2 kdf.1.0.0 ke.0.6 logs.0.8.0 lru.0.3.1 lwt.5.9.1 macaddr.5.6.0 metrics.0.4.1 mirage-crypto.2.0.0 mirage-crypto-ec.2.0.0 mirage-crypto-pk.2.0.0 mirage-crypto-rng.2.0.0 mirage-flow.5.0.0 mtime.2.1.0 num.1.5-1 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 ocplib-endian.1.2 ohex.0.2.0 opam-core.2.3.0 opam-dune-lint.0.6 opam-file-format.2.1.6 opam-format.2.3.0 opam-repository.2.3.0 opam-state.2.3.0 optint.0.3.0 ordering.3.18.1 parsexp.v0.16.0 pp.2.0.0 progress.0.4.0 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 re.1.12.0 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 socks.dev spdx_licenses.1.3.0 spoke.dev stdlib-shims.0.3.0 stdune.3.18.1 stringext.1.6.0 swhid_core.0.1 syndic.1.6.1 terminal.0.4.0 tls.2.0.1 topkg.1.0.8 uri.4.4.0 uucp.16.0.0 uuidm.0.9.10 uutf.1.0.4 vector.1.0.0 x509.1.0.6 xmlm.1.4.0 zarith.1.14"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y deps_for_opam_dune_lint.opam bob.dev bob-web.dev $DEPS
RUN opam install $DEPS
ENV CI="true"
ENV OCAMLCI="true"
WORKDIR /src
COPY --chown=1000:1000 . /src/
RUN opam lint
RUN opam exec -- opam-dune-lint
END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK
2025-05-02 11:13.28: Using cache hint "dinosaure/bob-ocaml/opam:debian-12-ocaml-5.0@sha256:308f5151d396fd43e425ebe5dfeb223622d393e78c8094b3287d868cfac2b4fb-debian-12-5.0_opam-2.3-b8329b4e01004092a69aa652693a0cae"
2025-05-02 11:13.28: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.0@sha256:308f5151d396fd43e425ebe5dfeb223622d393e78c8094b3287d868cfac2b4fb)
(comment debian-12-5.0_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.2 /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 6bf1d7b4b789bbbf1388886ea336653bace6fde7 || git fetch origin master) && git reset -q --hard 6bf1d7b4b789bbbf1388886ea336653bace6fde7 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src com.opam bob.opam bob-web.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn com.dev './' && \
\nopam pin add -yn bob.dev './' && \
\nopam pin add -yn bob-web.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.9.0 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bheap.2.0.0 bigstringaf.0.10.0 bos.0.2.1 bstr.0.0.1 ca-certs.1.0.1 cachet.0.0.2 carton.1.0.0 checkseum.0.5.2 cmarkit.0.3.0 cmdliner.1.3.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 decompress.1.5.3 digestif.1.3.0 dns.10.0.0 dns-client.10.0.0 domain-name.0.4.1 duff.0.5 dune.3.18.1 dune-configurator.3.18.1 duration.0.2.1 dyn.3.18.1 encore.0.8.1 eqaf.0.10 fmt.0.10.0 fpath.0.7.3 gmap.0.3.0 happy-eyeballs.2.0.0 hxd.0.3.3 ipaddr.5.6.0 jsonm.1.0.2 kdf.1.0.0 ke.0.6 logs.0.8.0 lru.0.3.1 lwt.5.9.1 macaddr.5.6.0 metrics.0.4.1 mirage-crypto.2.0.0 mirage-crypto-ec.2.0.0 mirage-crypto-pk.2.0.0 mirage-crypto-rng.2.0.0 mirage-flow.5.0.0 mtime.2.1.0 num.1.5-1 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 ocplib-endian.1.2 ohex.0.2.0 opam-core.2.3.0 opam-dune-lint.0.6 opam-file-format.2.1.6 opam-format.2.3.0 opam-repository.2.3.0 opam-state.2.3.0 optint.0.3.0 ordering.3.18.1 parsexp.v0.16.0 pp.2.0.0 progress.0.4.0 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 re.1.12.0 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 socks.dev spdx_licenses.1.3.0 spoke.dev stdlib-shims.0.3.0 stdune.3.18.1 stringext.1.6.0 swhid_core.0.1 syndic.1.6.1 terminal.0.4.0 tls.2.0.1 topkg.1.0.8 uri.4.4.0 uucp.16.0.0 uuidm.0.9.10 uutf.1.0.4 vector.1.0.0 x509.1.0.6 xmlm.1.4.0 zarith.1.14")
(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.2 --depext-only -y deps_for_opam_dune_lint.opam bob.dev bob-web.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(env CI true)
(env OCAMLCI true)
(workdir /src)
(copy (src .) (dst /src/))
(run (shell "opam lint"))
(run (shell "opam exec -- opam-dune-lint"))
)
2025-05-02 11:13.28: Waiting for resource in pool OCluster
2025-05-02 11:13.28: Waiting for worker…
2025-05-02 11:13.28: Got resource from pool OCluster
Building on x86-bm-c2.sw.ocaml.org
All commits already cached
HEAD is now at ae46b5e Re-implement the SOCKS impl. without @dinosaure's patches
(from ocaml/opam:debian-12-ocaml-5.0@sha256:308f5151d396fd43e425ebe5dfeb223622d393e78c8094b3287d868cfac2b4fb)
2025-05-02 11:13.29 ---> using "cdc11df98a022daf282269add452cba6ce3c653e75affc7953f2f82f31260d85" from cache
/: (comment debian-12-5.0_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2025-05-02 11:13.29 ---> using "bf265ec323620f04fc25a7f9b93fa3e9394237c218bc8323eb7bcd23e22488dc" 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.2, 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] Initialised
2025-05-02 11:13.29 ---> using "79052618ed89eb3cadea8fe3b41af7683a31cde71a08d43ef79e68f7679e9079" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.0.0
2.2.1
2025-05-02 11:13.29 ---> using "9d9a59de5f2a487368179c1e12d6d363ac30339a2c7ca169f6010c9cf2655c69" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-05-02 11:13.29 ---> using "8675b404196670128e6185a9c3565b1514ba4999a8f88e5df16332a700755f31" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 6bf1d7b4b789bbbf1388886ea336653bace6fde7 || git fetch origin master) && git reset -q --hard 6bf1d7b4b789bbbf1388886ea336653bace6fde7 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
34a3fc46c3..b90fd8709a master -> origin/master
6bf1d7b4b7 Merge pull request #27809 from kit-ty-kate/misc-conf-altlinux
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+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
2025-05-02 11:14.01 ---> saved as "e77ff83d3708b524f4c0a2f7ee3b734d29d8d7bfd5dbb72ac3fe9fed4c2c371f"
/src: (copy (src com.opam bob.opam bob-web.opam) (dst ./))
2025-05-02 11:14.01 ---> saved as "45843e5ebec816600062988ab803efa1bf1e43a50733f34f85199ae891cf0c91"
/src: (run (network host)
(shell "opam pin add -yn com.dev './' && \
\nopam pin add -yn bob.dev './' && \
\nopam pin add -yn bob-web.dev './'"))
Package com does not exist, create as a NEW package? [y/n] y
[com.dev] synchronised (file:///src)
The following additional pinnings are required by com.dev:
- spoke.dev at git+https://github.com/dinosaure/spoke.git#eda61bb0c2671f3eaaac9f0f0ffa8423b3e63c98
- mirage-crypto.2.0.0 at git+https://github.com/dinosaure/mirage-crypto.git#24e20a0681b221954f7bac9dc76559007aaeb09a
- mirage-crypto-pk.2.0.0 at git+https://github.com/dinosaure/mirage-crypto.git#24e20a0681b221954f7bac9dc76559007aaeb09a
- mirage-crypto-ec.2.0.0 at git+https://github.com/dinosaure/mirage-crypto.git#24e20a0681b221954f7bac9dc76559007aaeb09a
- mirage-crypto-rng.2.0.0 at git+https://github.com/dinosaure/mirage-crypto.git#24e20a0681b221954f7bac9dc76559007aaeb09a
- socks.dev at git+https://github.com/dinosaure/ocaml-socks.git#31399dab6812cb3fbf28b9eea5c5e4a3939abe4b
Pin and install them? [y/n] y
[spoke.dev] synchronised (no changes)
spoke is now pinned to git+https://github.com/dinosaure/spoke.git#eda61bb0c2671f3eaaac9f0f0ffa8423b3e63c98 (version dev)
[mirage-crypto.2.0.0] synchronised (no changes)
mirage-crypto is now pinned to git+https://github.com/dinosaure/mirage-crypto.git#24e20a0681b221954f7bac9dc76559007aaeb09a (version 2.0.0)
[mirage-crypto-pk.2.0.0] synchronised (no changes)
mirage-crypto-pk is now pinned to git+https://github.com/dinosaure/mirage-crypto.git#24e20a0681b221954f7bac9dc76559007aaeb09a (version 2.0.0)
[mirage-crypto-ec.2.0.0] synchronised (no changes)
mirage-crypto-ec is now pinned to git+https://github.com/dinosaure/mirage-crypto.git#24e20a0681b221954f7bac9dc76559007aaeb09a (version 2.0.0)
[mirage-crypto-rng.2.0.0] synchronised (no changes)
mirage-crypto-rng is now pinned to git+https://github.com/dinosaure/mirage-crypto.git#24e20a0681b221954f7bac9dc76559007aaeb09a (version 2.0.0)
Package socks does not exist, create as a NEW package? [y/n] y
[socks.dev] synchronised (no changes)
[WARNING] Failed checks on socks package definition from source at git+https://github.com/dinosaure/ocaml-socks.git#31399dab6812cb3fbf28b9eea5c5e4a3939abe4b:
warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/ : "AGPL-3.0"
socks is now pinned to git+https://github.com/dinosaure/ocaml-socks.git#31399dab6812cb3fbf28b9eea5c5e4a3939abe4b (version dev)
com is now pinned to file:///src (version dev)
Package bob does not exist, create as a NEW package? [y/n] y
[bob.dev] synchronised (file:///src)
The following additional pinnings are required by bob.dev:
- socks.dev at git+https://github.com/cfcs/ocaml-socks.git#c46ed399df18307e5240457b9d5d4ff8a6739f06
Pin and install them? [y/n] y
[NOTE] Package socks is currently pinned to git+https://github.com/dinosaure/ocaml-socks.git#31399dab6812cb3fbf28b9eea5c5e4a3939abe4b (version dev).
[socks.dev] synchronised (git+https://github.com/cfcs/ocaml-socks.git#c46ed399df18307e5240457b9d5d4ff8a6739f06)
[WARNING] Failed checks on socks package definition from source at git+https://github.com/cfcs/ocaml-socks.git#c46ed399df18307e5240457b9d5d4ff8a6739f06:
warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/ : "AGPL-3.0"
socks is now pinned to git+https://github.com/cfcs/ocaml-socks.git#c46ed399df18307e5240457b9d5d4ff8a6739f06 (version dev)
bob is now pinned to file:///src (version dev)
Package bob-web does not exist, create as a NEW package? [y/n] y
[bob-web.dev] synchronised (file:///src)
bob-web is now pinned to file:///src (version dev)
2025-05-02 11:14.14 ---> saved as "48ab6f9263e44e2d785122ab6719e22ac9b45cabb99270e4a6d54b6b03de6820"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-05-02 11:14.14 ---> saved as "207ccff2a7b5a0a04b65626c3565ef0787abca1fa25e8c9854e7ee8393d0938f"
/src: (env DEPS "alcotest.1.9.0 angstrom.0.16.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bheap.2.0.0 bigstringaf.0.10.0 bos.0.2.1 bstr.0.0.1 ca-certs.1.0.1 cachet.0.0.2 carton.1.0.0 checkseum.0.5.2 cmarkit.0.3.0 cmdliner.1.3.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 decompress.1.5.3 digestif.1.3.0 dns.10.0.0 dns-client.10.0.0 domain-name.0.4.1 duff.0.5 dune.3.18.1 dune-configurator.3.18.1 duration.0.2.1 dyn.3.18.1 encore.0.8.1 eqaf.0.10 fmt.0.10.0 fpath.0.7.3 gmap.0.3.0 happy-eyeballs.2.0.0 hxd.0.3.3 ipaddr.5.6.0 jsonm.1.0.2 kdf.1.0.0 ke.0.6 logs.0.8.0 lru.0.3.1 lwt.5.9.1 macaddr.5.6.0 metrics.0.4.1 mirage-crypto.2.0.0 mirage-crypto-ec.2.0.0 mirage-crypto-pk.2.0.0 mirage-crypto-rng.2.0.0 mirage-flow.5.0.0 mtime.2.1.0 num.1.5-1 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 ocplib-endian.1.2 ohex.0.2.0 opam-core.2.3.0 opam-dune-lint.0.6 opam-file-format.2.1.6 opam-format.2.3.0 opam-repository.2.3.0 opam-state.2.3.0 optint.0.3.0 ordering.3.18.1 parsexp.v0.16.0 pp.2.0.0 progress.0.4.0 psq.0.2.1 ptime.1.2.0 randomconv.0.2.0 re.1.12.0 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 socks.dev spdx_licenses.1.3.0 spoke.dev stdlib-shims.0.3.0 stdune.3.18.1 stringext.1.6.0 swhid_core.0.1 syndic.1.6.1 terminal.0.4.0 tls.2.0.1 topkg.1.0.8 uri.4.4.0 uucp.16.0.0 uuidm.0.9.10 uutf.1.0.4 vector.1.0.0 x509.1.0.6 xmlm.1.4.0 zarith.1.14")
/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.2 --depext-only -y deps_for_opam_dune_lint.opam bob.dev bob-web.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]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [258 kB]
- Fetched 361 kB in 0s (1361 kB/s)
- Reading package lists...
[ERROR] No package named deps_for_opam_dune_lint found.
"/usr/bin/env" "bash" "-c" "opam update --depexts && opam install --cli=2.2 --depext-only -y deps_for_opam_dune_lint.opam bob.dev bob-web.dev $DEPS" failed with exit status 5
2025-05-02 11:14.16: Job failed: Failed: Build failed