Organisationsavsmjekyll-format80794b (master)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-09-01 14:13.48: New job: test avsm/jekyll-format https://github.com/avsm/jekyll-format.git#refs/heads/master (80794bb11bba15e50fc6a5f98467871fc6a362ba) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.08@sha256:a60973c97afac839997bb54c4ecba4df5c7f5d791a13b7c8a2c2ffeb5bb93876
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/avsm/jekyll-format.git" -b "master" && cd "jekyll-format" && git reset --hard 80794bb1
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.08@sha256:a60973c97afac839997bb54c4ecba4df5c7f5d791a13b7c8a2c2ffeb5bb93876
# debian-12-4.08_opam-2.2
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 4795e0895b44aa27b6ee67583148aee756966a60 || git fetch origin master) && git reset -q --hard 4795e0895b44aa27b6ee67583148aee756966a60 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 jekyll-format.opam ./
RUN opam pin add -yn jekyll-format.dev './'
ENV DEPS="alcotest.0.8.0 astring.0.8.2 base.v0.12.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bos.0.1.0 cmdliner.1.0.0 conf-m4.1 conf-pkg-config.1.0 cppo.1.6.1 cstruct.3.0.0 ctypes.0.14.0 dune.2.9.1 dune-configurator.2.3.0 dune-private-libs.2.3.0 ezjsonm.1.1.0 fmt.0.8.7 fpath.0.7.0 hex.1.2.0 integers.0.1.0 jbuilder.1.0+beta20.1 jsonm.1.0.1 logs.0.6.2 num.1.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.3.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocplib-endian.1.0 parsexp.v0.12.0 ppx_derivers.1.0 ppx_sexp_conv.v0.12.0 ppxlib.0.7.0 ptime.0.8.1 result.1.0 rresult.0.4.0 seq.0.2.2 sexplib.v0.12.0 sexplib0.v0.12.0 stdio.v0.12.0 stdlib-shims.0.1.0 topkg.0.9.0 uchar.0.0.2 uutf.1.0.1 yaml.3.0.0 yaml-sexp.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y jekyll-format.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-09-01 14:13.48: Using cache hint "avsm/jekyll-format-ocaml/opam:debian-12-ocaml-4.08@sha256:a60973c97afac839997bb54c4ecba4df5c7f5d791a13b7c8a2c2ffeb5bb93876-debian-12-4.08_opam-2.2-625b602975fcb338c991905461b9a2b2"
2024-09-01 14:13.48: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.08@sha256:a60973c97afac839997bb54c4ecba4df5c7f5d791a13b7c8a2c2ffeb5bb93876)
 (comment debian-12-4.08_opam-2.2)
 (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 4795e0895b44aa27b6ee67583148aee756966a60 || git fetch origin master) && git reset -q --hard 4795e0895b44aa27b6ee67583148aee756966a60 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src jekyll-format.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn jekyll-format.dev './'"))
 (env DEPS "alcotest.0.8.0 astring.0.8.2 base.v0.12.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bos.0.1.0 cmdliner.1.0.0 conf-m4.1 conf-pkg-config.1.0 cppo.1.6.1 cstruct.3.0.0 ctypes.0.14.0 dune.2.9.1 dune-configurator.2.3.0 dune-private-libs.2.3.0 ezjsonm.1.1.0 fmt.0.8.7 fpath.0.7.0 hex.1.2.0 integers.0.1.0 jbuilder.1.0+beta20.1 jsonm.1.0.1 logs.0.6.2 num.1.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.3.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocplib-endian.1.0 parsexp.v0.12.0 ppx_derivers.1.0 ppx_sexp_conv.v0.12.0 ppxlib.0.7.0 ptime.0.8.1 result.1.0 rresult.0.4.0 seq.0.2.2 sexplib.v0.12.0 sexplib0.v0.12.0 stdio.v0.12.0 stdlib-shims.0.1.0 topkg.0.9.0 uchar.0.0.2 uutf.1.0.1 yaml.3.0.0 yaml-sexp.3.0.0")
 (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 jekyll-format.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-09-01 14:13.48: Waiting for resource in pool OCluster
2024-09-01 17:09.23: Waiting for worker…
2024-09-01 17:11.00: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 80794bb opam: min fmt version


(from ocaml/opam:debian-12-ocaml-4.08@sha256:a60973c97afac839997bb54c4ecba4df5c7f5d791a13b7c8a2c2ffeb5bb93876)
2024-09-01 17:11.01 ---> using "795ea015d299f5fe2e67a6928f72c9fae6e91f93f53f3942c8f19a23ae6518ba" from cache


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


/: (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"))
2024-09-01 17:11.01 ---> using "15a66a3094f92e52bb9c321cf34763612eebaaa98d33382208479d296782ad5c" 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
[NOTE] The 'jobs' option was reset, its value was 39 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=39 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-01 17:11.01 ---> using "39dee6d797da9a8095e9b2c1e1fe64a6a5eaae521820c3189bde12b9ed26352d" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-119-generic
The OCaml toplevel, version 4.08.1
2.2.1
2024-09-01 17:11.01 ---> using "bdf8629048e37471ad993f55ecc5029ab620bc7e8d483e8a5d16c96402998106" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-09-01 17:11.01 ---> using "aec4b3fab9b8803476667d7b7cea889920959b7451543eb53bf5e26d22eeeb4d" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 4795e0895b44aa27b6ee67583148aee756966a60 || git fetch origin master) && git reset -q --hard 4795e0895b44aa27b6ee67583148aee756966a60 && git log --no-decorate -n1 --oneline && opam update -u"))
4795e0895b Merge pull request #26339 from mtelvers/macos-m4


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


The following actions will be performed:
=== downgrade 1 package
  - downgrade opam-depext 1.2.3 to 1.2.1-1 [no longer available]


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.1-1  (cached)
-> removed   opam-depext.1.2.3
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-09-01 17:11.01 ---> using "ad9e80a70eb234f4b74221a418b2ecbc55824b631544d940dd5870938fba65f1" from cache


/src: (copy (src jekyll-format.opam) (dst ./))
2024-09-01 17:11.01 ---> saved as "b16c1fe9a953c6f6045b4aae91ff6c2f690cb43b0675be9a92f599c9ba7eda25"


/src: (run (network host)
           (shell "opam pin add -yn jekyll-format.dev './'"))
[jekyll-format.dev] synchronised (file:///src)
jekyll-format is now pinned to file:///src (version dev)
2024-09-01 17:11.02 ---> saved as "01587205139fc7dd56b11ab79004e7629199e5a2fa041398b0afb59a766e6073"


/src: (env DEPS "alcotest.0.8.0 astring.0.8.2 base.v0.12.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bos.0.1.0 cmdliner.1.0.0 conf-m4.1 conf-pkg-config.1.0 cppo.1.6.1 cstruct.3.0.0 ctypes.0.14.0 dune.2.9.1 dune-configurator.2.3.0 dune-private-libs.2.3.0 ezjsonm.1.1.0 fmt.0.8.7 fpath.0.7.0 hex.1.2.0 integers.0.1.0 jbuilder.1.0+beta20.1 jsonm.1.0.1 logs.0.6.2 num.1.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.3.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocplib-endian.1.0 parsexp.v0.12.0 ppx_derivers.1.0 ppx_sexp_conv.v0.12.0 ppxlib.0.7.0 ptime.0.8.1 result.1.0 rresult.0.4.0 seq.0.2.2 sexplib.v0.12.0 sexplib0.v0.12.0 stdio.v0.12.0 stdlib-shims.0.1.0 topkg.0.9.0 uchar.0.0.2 uutf.1.0.1 yaml.3.0.0 yaml-sexp.3.0.0")


/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 jekyll-format.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- 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 bookworm/main amd64 Packages [8787 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
- Fetched 9221 kB in 1s (6816 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[jekyll-format.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).


The following system packages will first need to be installed:
    m4 pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed


2024-09-01 17:11.18 ---> saved as "ea51891f787866b673ffcbb256dc17f92ca0532fcbbfa8ab73956241c58cb08e"


/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 45 packages
  - install alcotest                0.8.0
  - install astring                 0.8.2
  - install base                    v0.12.2
  - install base-bytes              base
  - install bos                     0.1.0
  - install cmdliner                1.0.0
  - install conf-m4                 1
  - install conf-pkg-config         1.0
  - install cppo                    1.6.1
  - install cstruct                 3.0.0
  - install ctypes                  0.14.0
  - install dune                    2.9.1
  - install dune-configurator       2.3.0
  - install dune-private-libs       2.3.0
  - install ezjsonm                 1.1.0
  - install fmt                     0.8.7
  - install fpath                   0.7.0
  - install hex                     1.2.0
  - install integers                0.1.0
  - install jbuilder                1.0+beta20.1
  - install jsonm                   1.0.1
  - install logs                    0.6.2
  - install num                     1.0
  - install ocaml-compiler-libs     v0.11.0
  - install ocaml-migrate-parsetree 1.3.1 (deprecated)
  - install ocamlbuild              0.14.0
  - install ocamlfind               1.8.0
  - install ocplib-endian           1.0
  - install parsexp                 v0.12.0
  - install ppx_derivers            1.0
  - install ppx_sexp_conv           v0.12.0
  - install ppxlib                  0.7.0
  - install ptime                   0.8.1
  - install result                  1.0
  - install rresult                 0.4.0
  - install seq                     0.2.2
  - install sexplib                 v0.12.0
  - install sexplib0                v0.12.0
  - install stdio                   v0.12.0
  - install stdlib-shims            0.1.0
  - install topkg                   0.9.0
  - install uchar                   0.0.2
  - install uutf                    1.0.1
  - install yaml                    3.0.0
  - install yaml-sexp               3.0.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.0.8.0  (cached)
-> retrieved astring.0.8.2  (cached)
-> retrieved base.v0.12.2  (cached)
-> retrieved bos.0.1.0  (cached)
-> retrieved cmdliner.1.0.0  (cached)
-> retrieved cppo.1.6.1  (cached)
-> installed conf-m4.1
-> installed conf-pkg-config.1.0
-> retrieved cstruct.3.0.0  (cached)
-> retrieved ctypes.0.14.0  (cached)
-> retrieved ezjsonm.1.1.0  (cached)
-> retrieved fmt.0.8.7  (cached)
-> retrieved fpath.0.7.0  (cached)
-> retrieved hex.1.2.0  (cached)
-> retrieved integers.0.1.0  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved dune.2.9.1  (cached)
-> retrieved dune-configurator.2.3.0, dune-private-libs.2.3.0  (cached)
-> retrieved jsonm.1.0.1  (cached)
-> retrieved logs.0.6.2  (cached)
-> retrieved num.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.11.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocaml-migrate-parsetree.1.3.1  (cached)
-> retrieved ocamlfind.1.8.0  (cached)
-> retrieved ocplib-endian.1.0  (cached)
-> retrieved parsexp.v0.12.0  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved ppx_sexp_conv.v0.12.0  (cached)
-> retrieved result.1.0  (cached)
-> retrieved ppxlib.0.7.0  (cached)
-> retrieved ptime.0.8.1  (cached)
-> retrieved rresult.0.4.0  (cached)
-> retrieved seq.0.2.2  (cached)
-> retrieved sexplib.v0.12.0  (cached)
-> retrieved sexplib0.v0.12.0  (cached)
-> retrieved stdio.v0.12.0  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved uutf.1.0.1  (cached)
-> installed result.1.0
-> retrieved topkg.0.9.0  (cached)
-> retrieved yaml.3.0.0, yaml-sexp.3.0.0  (https://github.com/avsm/ocaml-yaml/releases/download/v3.0.0/yaml-v3.0.0.tbz)
-> installed ocamlfind.1.8.0
-> installed base-bytes.base
-> installed ocamlbuild.0.14.0
-> installed uchar.0.0.2
-> installed num.1.0
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed cppo.1.6.1
-> installed ocaml-compiler-libs.v0.11.0
-> installed dune.2.9.1
-> installed stdlib-shims.0.1.0
-> installed seq.0.2.2
-> installed sexplib0.v0.12.0
-> installed topkg.0.9.0
-> installed rresult.0.4.0
-> installed ocplib-endian.1.0
-> installed astring.0.8.2
-> installed cmdliner.1.0.0
-> installed dune-private-libs.2.3.0
-> installed integers.0.1.0
-> installed ptime.0.8.1
-> installed ocaml-migrate-parsetree.1.3.1
-> installed fpath.0.7.0
-> installed uutf.1.0.1
-> installed fmt.0.8.7
-> installed dune-configurator.2.3.0
-> installed alcotest.0.8.0
-> installed jsonm.1.0.1
-> installed logs.0.6.2
-> installed bos.0.1.0
-> installed base.v0.12.2
-> installed stdio.v0.12.0
-> installed parsexp.v0.12.0
-> installed sexplib.v0.12.0
-> installed cstruct.3.0.0
-> installed hex.1.2.0
-> installed ezjsonm.1.1.0
-> installed ctypes.0.14.0
-> installed yaml.3.0.0
-> installed ppxlib.0.7.0
-> installed ppx_sexp_conv.v0.12.0
-> installed yaml-sexp.3.0.0
Done.


<><> ocaml-migrate-parsetree.1.3.1 installed successfully <><><><><><><><><><><>
=> Note: This package is deprecated.
# Run eval $(opam env) to update the current shell environment
2024-09-01 17:12.07 ---> saved as "2ff38f45451d016e8b52dfc77fe92505cd2969c8a7c3bcb116592e68aa6f00ca"


/src: (copy (src .) (dst /src))
2024-09-01 17:12.08 ---> saved as "1eccbfbe834fb0cb58a92a3dd3fef0c12992c106d635da6c6e466f0cad297eb0"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "/home/opam/.opam/4.08/lib/hex/hex.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.08/lib/cstruct/cstruct.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.08/lib/alcotest/alcotest.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.
        test alias test/runtest
tput: No value for $TERM and no -T specified
stty: 'standard input': Inappropriate ioctl for device
[OK]                parsing          0   simple.md.
[OK]                parsing          1   no_start_yaml.md.
[OK]                parsing          2   no_end_yaml.md.
[OK]                parsing          3   field_parse.md.
[OK]                parsing          4   2015-02-18-icfp15-call-for-sponsorships.md.
[OK]                parsing          5   2015-04-02-ocamllabs-2014-review.md.
[OK]                meta             0   find.
[OK]                meta             1   body.
[OK]                meta             2   slug.
[OK]                tags             0   tag.
[OK]                tags             1   tag highlight.
[OK]                tags             2   tag endhighlight.
[OK]                tags             3   tag delimit highlight.
[OK]                tags             4   tag replace.
[OK]                tags             5   tags replace.
[OK]                date             0   date.
[OK]                date             1   datetime.
[OK]                date             2   from file.
The full test results are available in `_build/_tests`.
Test Successful in 0.003s. 18 tests run.
2024-09-01 17:12.08 ---> saved as "cf7ed561de3423fc2bfa1279e819eaadd61f519a2ea9a0d54561ff6981e0b379"
Job succeeded
2024-09-01 17:12.09: Job succeeded