Organisationspatricoferrishilitedb79b1 ()(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-04-10 19:41.21: New job: test patricoferris/hilite https://github.com/patricoferris/hilite.git#refs/heads/main (db79b1c6eeccc058c5a193f64580337c8d48cf76) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:7299e34125e8e87f4e3ae8546b0b53671f057a8aef5fbac9ecb58b75acb37b76
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/patricoferris/hilite.git" -b "main" && cd "hilite" && git reset --hard db79b1c6
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:7299e34125e8e87f4e3ae8546b0b53671f057a8aef5fbac9ecb58b75acb37b76
# debian-12-4.14_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 0d269faa45d7a07cdd53bb713f56d453cf648218 || git fetch origin master) && git reset -q --hard 0d269faa45d7a07cdd53bb713f56d453cf648218 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 hilite.opam ./
RUN opam pin add -yn hilite.dev './'
ENV DEPS="astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 cmarkit.0.3.0 cmdliner.1.1.0 conf-oniguruma.1 conf-pkg-config.1.0 cppo.1.6.1 csexp.1.3.2 dune.3.8.0 dune-configurator.2.9.0 fmt.0.8.7 jbuilder.1.0+beta20.1 logs.0.7.0 mdx.2.4.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.2.4.0 ocamlbuild.0.14.0 ocamlfind.1.9.1 oniguruma.0.1.2 re.1.7.2 result.1.5 seq.0.2.2 stdlib-shims.0.1.0 textmate-language.0.3.3 topkg.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y hilite.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


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


2024-04-10 19:41.21: Using cache hint "patricoferris/hilite-ocaml/opam@sha256:7299e34125e8e87f4e3ae8546b0b53671f057a8aef5fbac9ecb58b75acb37b76-debian-12-4.14_opam-2.1-d3e3aae5f16efd5d39e38ec86c8d70fc"
2024-04-10 19:41.21: Using OBuilder spec:
((from ocaml/opam@sha256:7299e34125e8e87f4e3ae8546b0b53671f057a8aef5fbac9ecb58b75acb37b76)
 (comment debian-12-4.14_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 0d269faa45d7a07cdd53bb713f56d453cf648218 || git fetch origin master) && git reset -q --hard 0d269faa45d7a07cdd53bb713f56d453cf648218 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src hilite.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn hilite.dev './'"))
 (env DEPS "astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 cmarkit.0.3.0 cmdliner.1.1.0 conf-oniguruma.1 conf-pkg-config.1.0 cppo.1.6.1 csexp.1.3.2 dune.3.8.0 dune-configurator.2.9.0 fmt.0.8.7 jbuilder.1.0+beta20.1 logs.0.7.0 mdx.2.4.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.2.4.0 ocamlbuild.0.14.0 ocamlfind.1.9.1 oniguruma.0.1.2 re.1.7.2 result.1.5 seq.0.2.2 stdlib-shims.0.1.0 textmate-language.0.3.3 topkg.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 hilite.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-04-10 19:41.21: Waiting for resource in pool OCluster
2024-04-10 20:59.56: Waiting for worker…
2024-04-10 21:01.24: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at db79b1c Merge pull request #20 from patricoferris/fix-unknown-language-exception


(from ocaml/opam@sha256:7299e34125e8e87f4e3ae8546b0b53671f057a8aef5fbac9ecb58b75acb37b76)
Unable to find image 'ocaml/opam@sha256:7299e34125e8e87f4e3ae8546b0b53671f057a8aef5fbac9ecb58b75acb37b76' locally
docker.io/ocaml/opam@sha256:7299e34125e8e87f4e3ae8546b0b53671f057a8aef5fbac9ecb58b75acb37b76: Pulling from ocaml/opam
Digest: sha256:7299e34125e8e87f4e3ae8546b0b53671f057a8aef5fbac9ecb58b75acb37b76
Status: Downloaded newer image for ocaml/opam@sha256:7299e34125e8e87f4e3ae8546b0b53671f057a8aef5fbac9ecb58b75acb37b76
2024-04-10 21:01.24 ---> using "9b0d5848fbc2a314479f34accfbaa696b92455f47034a73d0069aa1a6685173d" from cache


/: (comment debian-12-4.14_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-04-10 21:01.24 ---> using "e427ee87097ee67f58ffce22a90b321d261d5e29767c4557fd85cc7f8c3bec93" 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 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-04-10 21:01.24 ---> using "1f94c7ef90e4be9c850e97fa948ae4f3a97470add7b59a9b82cf249370a94569" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-04-10 21:01.24 ---> using "aaecfbf119af0cafdcfbf0de181e22bc5576ac96eb15e330673549c3f85eddcc" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-10 21:01.24 ---> using "972f9a00f9271bc62a16b6b1b3542039a4ca6a1873f56e28cd5bbf8aec128eae" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 0d269faa45d7a07cdd53bb713f56d453cf648218 || git fetch origin master) && git reset -q --hard 0d269faa45d7a07cdd53bb713f56d453cf648218 && git log --no-decorate -n1 --oneline && opam update -u"))
0d269faa45 Revert #25484 and #25536


<><> 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-04-10 21:01.24 ---> using "67e61d9fc2db4d8fe522b52b6e26d306107c806c89d0838dbc5c179c24b156b9" from cache


/src: (copy (src hilite.opam) (dst ./))
2024-04-10 21:01.24 ---> saved as "92bb7a9e922563b4dd730524a00c0da48e0f8dc68370e6d7ebce309e72dd4982"


/src: (run (network host)
           (shell "opam pin add -yn hilite.dev './'"))
[hilite.dev] synchronised (file:///src)
hilite is now pinned to file:///src (version dev)
2024-04-10 21:01.26 ---> saved as "420e33da12d09572c8b4b4b17878ea11822edac0d40688edb41bc34c018bef96"


/src: (env DEPS "astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp-streams.5.0.1 cmarkit.0.3.0 cmdliner.1.1.0 conf-oniguruma.1 conf-pkg-config.1.0 cppo.1.6.1 csexp.1.3.2 dune.3.8.0 dune-configurator.2.9.0 fmt.0.8.7 jbuilder.1.0+beta20.1 logs.0.7.0 mdx.2.4.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.2.4.0 ocamlbuild.0.14.0 ocamlfind.1.9.1 oniguruma.0.1.2 re.1.7.2 result.1.5 seq.0.2.2 stdlib-shims.0.1.0 textmate-language.0.3.3 topkg.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 hilite.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]
- Fetched 103 kB in 0s (458 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[hilite.dev] synchronised (no changes)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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 system packages will first need to be installed:
    libonig-dev pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libonig-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed


2024-04-10 21:01.40 ---> saved as "c120f1e5fd5eb9bb83ceba34fc9cd1de14ad96780edb794880fa543fafd4d863"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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 ocamlfind         1.9.1
  - install conf-pkg-config   1.0
  - install jbuilder          1.0+beta20.1
  - install dune              3.8.0
  - install cmdliner          1.1.0
  - install ocamlbuild        0.14.0
  - install base-bytes        base
  - install conf-oniguruma    1
  - install stdlib-shims      0.1.0
  - install seq               0.2.2
  - install result            1.5
  - install camlp-streams     5.0.1
  - install topkg             1.0.3
  - install re                1.7.2
  - install cppo              1.6.1
  - install ocaml-version     2.4.0
  - install csexp             1.3.2
  - install fmt               0.8.7
  - install cmarkit           0.3.0
  - install astring           0.8.5
  - install dune-configurator 2.9.0
  - install logs              0.7.0
  - install oniguruma         0.1.2
  - install mdx               2.4.1
  - install textmate-language 0.3.3
===== 25 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cmarkit.0.3.0  (cached)
-> retrieved cmdliner.1.1.0  (cached)
-> retrieved cppo.1.6.1  (cached)
-> installed conf-pkg-config.1.0
-> retrieved csexp.1.3.2  (cached)
-> installed conf-oniguruma.1
-> retrieved fmt.0.8.7  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved mdx.2.4.1  (cached)
-> retrieved dune-configurator.2.9.0  (cached)
-> retrieved dune.3.8.0  (cached)
-> retrieved ocaml-version.2.4.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.9.1  (cached)
-> retrieved oniguruma.0.1.2  (cached)
-> retrieved re.1.7.2  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.0.2.2  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved textmate-language.0.3.3  (cached)
-> retrieved topkg.1.0.3  (cached)
-> installed cmdliner.1.1.0
-> installed ocamlfind.1.9.1
-> installed base-bytes.base
-> installed ocamlbuild.0.14.0
-> installed jbuilder.1.0+beta20.1
-> installed cppo.1.6.1
-> installed re.1.7.2
-> installed topkg.1.0.3
-> installed astring.0.8.5
-> installed cmarkit.0.3.0
-> installed dune.3.8.0
-> installed stdlib-shims.0.1.0
-> installed result.1.5
-> installed camlp-streams.5.0.1
-> installed seq.0.2.2
-> installed csexp.1.3.2
-> installed ocaml-version.2.4.0
-> installed fmt.0.8.7
-> installed dune-configurator.2.9.0
-> installed oniguruma.0.1.2
-> installed logs.0.7.0
-> installed textmate-language.0.3.3
-> installed mdx.2.4.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-10 21:02.25 ---> saved as "a2cbdf48a78b0fec4929f284bcec23d9232a632a3781ffbe6326c00a7d0c0fce"


/src: (copy (src .) (dst /src))
2024-04-10 21:02.25 ---> saved as "33d0e7d8cd089b80b491d03b66e831d97ece30145acb7e4877df114f478ab2b5"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "/home/opam/.opam/4.14/lib/re/re.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/emacs/re.emacs.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/glob/re.glob.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/pcre/re.pcre.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/perl/re.perl.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/posix/re.posix.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/str/re.str.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
2024-04-10 21:02.27 ---> saved as "00ad26c52e8b95d6bd4eaab3361115bde9d4ab1d121104d4644020da0a706561"
Job succeeded
2024-04-10 21:02.27: Job succeeded