Organisationspatricoferrishilitedb79b1 ()debian-10-4.14_opam-2.1

debian-10-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 08:31.49: New job: test patricoferris/hilite https://github.com/patricoferris/hilite.git#refs/heads/main (db79b1c6eeccc058c5a193f64580337c8d48cf76) (linux-x86_64:debian-10-4.14_opam-2.1)
Base: ocaml/opam@sha256:daa0ef5b5b5aaefae2b1341b3bd89c9f97b098b4eca9045e5e2c659ed5fb5af5
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:daa0ef5b5b5aaefae2b1341b3bd89c9f97b098b4eca9045e5e2c659ed5fb5af5
# debian-10-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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && 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-threads.base base-unix.base camlp-streams.5.0.1 cmarkit.0.3.0 cmdliner.1.2.0 conf-oniguruma.1 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 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.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 oniguruma.0.1.2 re.1.11.0 result.1.5 seq.base textmate-language.0.4.0 topkg.1.0.7"
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-30 08:31.49: Using cache hint "patricoferris/hilite-ocaml/opam@sha256:daa0ef5b5b5aaefae2b1341b3bd89c9f97b098b4eca9045e5e2c659ed5fb5af5-debian-10-4.14_opam-2.1-3e28958ce2c054f18fa043aa6214fcc6"
2024-04-30 08:31.49: Using OBuilder spec:
((from ocaml/opam@sha256:daa0ef5b5b5aaefae2b1341b3bd89c9f97b098b4eca9045e5e2c659ed5fb5af5)
 (comment debian-10-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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && 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-threads.base base-unix.base camlp-streams.5.0.1 cmarkit.0.3.0 cmdliner.1.2.0 conf-oniguruma.1 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 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.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 oniguruma.0.1.2 re.1.11.0 result.1.5 seq.base textmate-language.0.4.0 topkg.1.0.7")
 (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-30 08:31.49: Waiting for resource in pool OCluster
2024-04-30 19:23.10: Waiting for worker…
2024-04-30 19:26.38: Got resource from pool OCluster
Building on x86-bm-c2.sw.ocaml.org
All commits already cached
HEAD is now at db79b1c Merge pull request #20 from patricoferris/fix-unknown-language-exception


(from ocaml/opam@sha256:daa0ef5b5b5aaefae2b1341b3bd89c9f97b098b4eca9045e5e2c659ed5fb5af5)
2024-04-30 19:26.38 ---> using "37b2f2e6fbad603d55c4156ed4bb4cd7034e23b226dba102ed5625a9b225c2a8" from cache


/: (comment debian-10-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-30 19:26.38 ---> using "833b45f2b815b63778c9737dd105c554b2b79bd840a3b6d18c5e285098f1f007" 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-30 19:26.38 ---> using "63cd53b76e7da8c1f5355e4e2b4d07e0c39348b1dd15f3c5dd915219a903388b" 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-30 19:26.38 ---> using "c4b2ddf91bc13e83dbb22e2caff55d5336ac55c3a7472ddffbc49c8b99a1827a" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 19:26.38 ---> using "1ea8a99e385a629ad6e86e261fcc9b8e41c301f01967d00c92c3c1ce1c419132" from cache


/src: (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
   c516155a4b..bafea8d973  master     -> origin/master
042d5efee9 [new release] dune (15 packages) (3.15.2)


<><> 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-30 19:28.04 ---> saved as "9f931055394b89df26c6a047cfa0a54135ecae7de8848404a2e896c418ba846e"


/src: (copy (src hilite.opam) (dst ./))
2024-04-30 19:28.04 ---> saved as "b68b19b0344da434459a383e8c7b0dbe370d430886976490376014809f2e50e1"


/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-30 19:28.09 ---> saved as "4663bb1e552c442cad52b9f7ed1f1ae4e4565c1701443ce8ed5981b949186edb"


/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmarkit.0.3.0 cmdliner.1.2.0 conf-oniguruma.1 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 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.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 oniguruma.0.1.2 re.1.11.0 result.1.5 seq.base textmate-language.0.4.0 topkg.1.0.7")


/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 buster InRelease
- Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
- Hit:3 http://deb.debian.org/debian buster-updates InRelease
- Get:4 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [596 kB]
- Fetched 631 kB in 0s (1530 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-30 19:28.39 ---> saved as "cd56fc5a1a2cd09e7252dc2862535028435fa567b18d0115c89c655d2b2d300b"


/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 ocamlbuild        0.14.3
  - install conf-pkg-config   3
  - install cmdliner          1.2.0
  - install ocamlfind         1.9.6
  - install seq               base
  - install dune              3.15.2
  - install conf-oniguruma    1
  - install topkg             1.0.7
  - install result            1.5
  - install re                1.11.0
  - install ocaml-version     3.6.7
  - install csexp             1.5.2
  - install cppo              1.6.9
  - install camlp-streams     5.0.1
  - install fmt               0.9.0
  - install cmarkit           0.3.0
  - install astring           0.8.5
  - install dune-configurator 3.15.2
  - install logs              0.7.0
  - install oniguruma         0.1.2
  - install mdx               2.4.1
  - install textmate-language 0.4.0
===== 22 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.2.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-pkg-config.3
-> retrieved csexp.1.5.2  (cached)
-> installed conf-oniguruma.1
-> retrieved fmt.0.9.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved mdx.2.4.1  (cached)
-> retrieved ocaml-version.3.6.7  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved oniguruma.0.1.2  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved result.1.5  (cached)
-> installed seq.base
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved textmate-language.0.4.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed logs.0.7.0
-> installed cmarkit.0.3.0
-> installed dune.3.15.2
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed ocaml-version.3.6.7
-> installed result.1.5
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed dune-configurator.3.15.2
-> installed oniguruma.0.1.2
-> installed textmate-language.0.4.0
-> installed mdx.2.4.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 19:30.09 ---> saved as "dfbc4e89a87ea773d2cb9b6d4ddb1ae4841f91c8e9f629e2fa96f79d1e0b6e3b"


/src: (copy (src .) (dst /src))
2024-04-30 19:30.09 ---> saved as "b310a3fd80348611a2442c93ad380c8bd6f867cb123638073e799cc2a4d6d360"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-04-30 19:30.12 ---> saved as "3616b723a2c3e9227913b3e28e3b5db9d9f2d347df07246d031f573d3ccc9de6"
Job succeeded
2024-04-30 19:30.12: Job succeeded