OrganisationsNathanRebcinapsb03f0b (master)debian-12-4.08_opam-2.1

debian-12-4.08_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 08:30.51: New job: test NathanReb/cinaps https://github.com/NathanReb/cinaps.git#refs/heads/master (b03f0b2ccf0754ab6fba04105319141ed06bd56a) (linux-x86_64:debian-12-4.08_opam-2.1)
Base: ocaml/opam@sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/NathanReb/cinaps.git" -b "master" && cd "cinaps" && git reset --hard b03f0b2c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480
# 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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 cinaps.opam ./
RUN opam pin add -yn cinaps.dev './'
ENV DEPS="base.v0.14.3 base-bigarray.base base-threads.base base-unix.base base_quickcheck.v0.14.1 bin_prot.v0.14.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fieldslib.v0.14.0 jane-street-headers.v0.14.0 jst-config.v0.14.1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 octavius.1.2.2 ppx_assert.v0.14.0 ppx_base.v0.14.0 ppx_bench.v0.14.1 ppx_bin_prot.v0.14.0 ppx_cold.v0.14.0 ppx_compare.v0.14.0 ppx_custom_printf.v0.14.1 ppx_derivers.1.2.1 ppx_enumerate.v0.14.0 ppx_expect.v0.14.2 ppx_fields_conv.v0.14.2 ppx_fixed_literal.v0.14.0 ppx_hash.v0.14.0 ppx_here.v0.14.0 ppx_inline_test.v0.14.1 ppx_jane.v0.14.0 ppx_js_style.v0.14.1 ppx_let.v0.14.0 ppx_module_timer.v0.14.0 ppx_optcomp.v0.14.3 ppx_optional.v0.14.0 ppx_pipebang.v0.14.0 ppx_sexp_conv.v0.14.3 ppx_sexp_message.v0.14.1 ppx_sexp_value.v0.14.0 ppx_stable.v0.14.1 ppx_string.v0.14.1 ppx_typerep_conv.v0.14.2 ppx_variants_conv.v0.14.2 ppxlib.0.25.1 re.1.11.0 seq.base sexplib0.v0.14.0 splittable_random.v0.14.0 stdio.v0.14.0 stdlib-shims.0.3.0 time_now.v0.14.0 typerep.v0.14.0 variantslib.v0.14.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y cinaps.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:30.51: Using cache hint "NathanReb/cinaps-ocaml/opam@sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480-debian-12-4.08_opam-2.1-976af38f60c2fbbb7d95c09b554aaae8"
2024-04-30 08:30.51: Using OBuilder spec:
((from ocaml/opam@sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480)
 (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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src cinaps.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn cinaps.dev './'"))
 (env DEPS "base.v0.14.3 base-bigarray.base base-threads.base base-unix.base base_quickcheck.v0.14.1 bin_prot.v0.14.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fieldslib.v0.14.0 jane-street-headers.v0.14.0 jst-config.v0.14.1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 octavius.1.2.2 ppx_assert.v0.14.0 ppx_base.v0.14.0 ppx_bench.v0.14.1 ppx_bin_prot.v0.14.0 ppx_cold.v0.14.0 ppx_compare.v0.14.0 ppx_custom_printf.v0.14.1 ppx_derivers.1.2.1 ppx_enumerate.v0.14.0 ppx_expect.v0.14.2 ppx_fields_conv.v0.14.2 ppx_fixed_literal.v0.14.0 ppx_hash.v0.14.0 ppx_here.v0.14.0 ppx_inline_test.v0.14.1 ppx_jane.v0.14.0 ppx_js_style.v0.14.1 ppx_let.v0.14.0 ppx_module_timer.v0.14.0 ppx_optcomp.v0.14.3 ppx_optional.v0.14.0 ppx_pipebang.v0.14.0 ppx_sexp_conv.v0.14.3 ppx_sexp_message.v0.14.1 ppx_sexp_value.v0.14.0 ppx_stable.v0.14.1 ppx_string.v0.14.1 ppx_typerep_conv.v0.14.2 ppx_variants_conv.v0.14.2 ppxlib.0.25.1 re.1.11.0 seq.base sexplib0.v0.14.0 splittable_random.v0.14.0 stdio.v0.14.0 stdlib-shims.0.3.0 time_now.v0.14.0 typerep.v0.14.0 variantslib.v0.14.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.1 --depext-only -y cinaps.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:30.51: Waiting for resource in pool OCluster
2024-04-30 19:16.00: Waiting for worker…
2024-04-30 19:18.50: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at b03f0b2 Merge pull request #3 from kit-ty-kate/patch-2


(from ocaml/opam@sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480)
2024-04-30 19:18.51 ---> using "ca7a47bb337547622343e1e691b0c92596d0990b9ed28342fd47c7204c2b0a74" 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-04-30 19:18.51 ---> using "9362e111b0c9aa6dec1dc253e7435efd8f1ac8f2d7d6e66c10d24bc4c57ad605" 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:18.51 ---> using "d9b0dd4261d4b45d1d45fcc185429e91e6b23305997b0ad336885eac0d3204ff" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.08.1
2.1.5
2024-04-30 19:18.51 ---> using "6d08f9350fb9ef3e5cae7793dcb5f2ac075cfe0fc789bf328cd7ac0338e3980e" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 19:18.51 ---> using "44438eb632bedbdf12ad26788b4a274ef117e2313c1b08772cdb3a6d8d921790" 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
   4bb8cb8b65..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:18.51 ---> using "a54ebef8c0f3c3c663177eb239c9b1312405ea35ca9104be123f0e3a454c8bf8" from cache


/src: (copy (src cinaps.opam) (dst ./))
2024-04-30 19:18.51 ---> saved as "1d80182ef25ab9eaaa3c2b13a4dd4d98465452b12b92e13556858fd0a3b4bc17"


/src: (run (network host)
           (shell "opam pin add -yn cinaps.dev './'"))
[cinaps.dev] synchronised (file:///src)
cinaps is now pinned to file:///src (version dev)
2024-04-30 19:18.52 ---> saved as "66c0f79dac8986cf38fa15741c88b350fa7f0285c8d2336f2b6cdc5660f647b3"


/src: (env DEPS "base.v0.14.3 base-bigarray.base base-threads.base base-unix.base base_quickcheck.v0.14.1 bin_prot.v0.14.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fieldslib.v0.14.0 jane-street-headers.v0.14.0 jst-config.v0.14.1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.12.4 ocaml-config.1 octavius.1.2.2 ppx_assert.v0.14.0 ppx_base.v0.14.0 ppx_bench.v0.14.1 ppx_bin_prot.v0.14.0 ppx_cold.v0.14.0 ppx_compare.v0.14.0 ppx_custom_printf.v0.14.1 ppx_derivers.1.2.1 ppx_enumerate.v0.14.0 ppx_expect.v0.14.2 ppx_fields_conv.v0.14.2 ppx_fixed_literal.v0.14.0 ppx_hash.v0.14.0 ppx_here.v0.14.0 ppx_inline_test.v0.14.1 ppx_jane.v0.14.0 ppx_js_style.v0.14.1 ppx_let.v0.14.0 ppx_module_timer.v0.14.0 ppx_optcomp.v0.14.3 ppx_optional.v0.14.0 ppx_pipebang.v0.14.0 ppx_sexp_conv.v0.14.3 ppx_sexp_message.v0.14.1 ppx_sexp_value.v0.14.0 ppx_stable.v0.14.1 ppx_string.v0.14.1 ppx_typerep_conv.v0.14.2 ppx_variants_conv.v0.14.2 ppxlib.0.25.1 re.1.11.0 seq.base sexplib0.v0.14.0 splittable_random.v0.14.0 stdio.v0.14.0 stdlib-shims.0.3.0 time_now.v0.14.0 typerep.v0.14.0 variantslib.v0.14.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.1 --depext-only -y cinaps.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 bookworm-updates/main amd64 Packages.diff/Index [10.6 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 270 kB in 0s (922 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[cinaps.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-04-30 19:19.05 ---> saved as "bb7bdc46c1a6252b86d58f15285ece39dc1d98aad3c8a8e91b1b59791a6ee19e"


/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 seq                 base
  - install dune                3.15.2
  - install stdlib-shims        0.3.0
  - install sexplib0            v0.14.0
  - install re                  1.11.0
  - install ppx_derivers        1.2.1
  - install octavius            1.2.2
  - install ocaml-compiler-libs v0.12.4
  - install jane-street-headers v0.14.0
  - install csexp               1.5.2
  - install ppxlib              0.25.1
  - install dune-configurator   3.15.2
  - install ppx_pipebang        v0.14.0
  - install base                v0.14.3
  - install variantslib         v0.14.0
  - install typerep             v0.14.0
  - install stdio               v0.14.0
  - install ppx_stable          v0.14.1
  - install ppx_sexp_conv       v0.14.3
  - install ppx_optional        v0.14.0
  - install ppx_let             v0.14.0
  - install ppx_js_style        v0.14.1
  - install ppx_here            v0.14.0
  - install ppx_fixed_literal   v0.14.0
  - install ppx_enumerate       v0.14.0
  - install ppx_compare         v0.14.0
  - install ppx_cold            v0.14.0
  - install fieldslib           v0.14.0
  - install ppx_variants_conv   v0.14.2
  - install ppx_typerep_conv    v0.14.2
  - install ppx_optcomp         v0.14.3
  - install ppx_custom_printf   v0.14.1
  - install ppx_sexp_value      v0.14.0
  - install ppx_sexp_message    v0.14.1
  - install ppx_hash            v0.14.0
  - install ppx_assert          v0.14.0
  - install ppx_fields_conv     v0.14.2
  - install ppx_base            v0.14.0
  - install jst-config          v0.14.1
  - install bin_prot            v0.14.1
  - install ppx_string          v0.14.1
  - install time_now            v0.14.0
  - install ppx_bin_prot        v0.14.0
  - install ppx_module_timer    v0.14.0
  - install ppx_inline_test     v0.14.1
  - install ppx_expect          v0.14.2
  - install ppx_bench           v0.14.1
  - install splittable_random   v0.14.0
  - install base_quickcheck     v0.14.1
  - install ppx_jane            v0.14.0
===== 50 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base_quickcheck.v0.14.1  (cached)
-> retrieved base.v0.14.3  (cached)
-> retrieved bin_prot.v0.14.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved fieldslib.v0.14.0  (cached)
-> retrieved jane-street-headers.v0.14.0  (cached)
-> retrieved jst-config.v0.14.1  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved octavius.1.2.2  (cached)
-> retrieved ppx_assert.v0.14.0  (cached)
-> retrieved ppx_base.v0.14.0  (cached)
-> retrieved ppx_bench.v0.14.1  (cached)
-> retrieved ppx_bin_prot.v0.14.0  (cached)
-> retrieved ppx_cold.v0.14.0  (cached)
-> retrieved ppx_compare.v0.14.0  (cached)
-> retrieved ppx_custom_printf.v0.14.1  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_enumerate.v0.14.0  (cached)
-> retrieved ppx_expect.v0.14.2  (cached)
-> retrieved ppx_fields_conv.v0.14.2  (cached)
-> retrieved ppx_fixed_literal.v0.14.0  (cached)
-> retrieved ppx_hash.v0.14.0  (cached)
-> retrieved ppx_here.v0.14.0  (cached)
-> retrieved ppx_inline_test.v0.14.1  (cached)
-> retrieved ppx_jane.v0.14.0  (cached)
-> retrieved ppx_js_style.v0.14.1  (cached)
-> retrieved ppx_let.v0.14.0  (cached)
-> retrieved ppx_module_timer.v0.14.0  (cached)
-> retrieved ppx_optcomp.v0.14.3  (cached)
-> retrieved ppx_optional.v0.14.0  (cached)
-> retrieved ppx_pipebang.v0.14.0  (cached)
-> retrieved ppx_sexp_conv.v0.14.3  (cached)
-> retrieved ppx_sexp_message.v0.14.1  (cached)
-> retrieved ppx_sexp_value.v0.14.0  (cached)
-> retrieved ppx_stable.v0.14.1  (cached)
-> retrieved ppx_string.v0.14.1  (cached)
-> retrieved ppx_typerep_conv.v0.14.2  (cached)
-> retrieved ppx_variants_conv.v0.14.2  (cached)
-> retrieved ppxlib.0.25.1  (cached)
-> retrieved re.1.11.0  (cached)
-> installed seq.base
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved sexplib0.v0.14.0  (cached)
-> retrieved splittable_random.v0.14.0  (cached)
-> retrieved stdio.v0.14.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved time_now.v0.14.0  (cached)
-> retrieved typerep.v0.14.0  (cached)
-> retrieved variantslib.v0.14.0  (cached)
-> installed dune.3.15.2
-> installed jane-street-headers.v0.14.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed sexplib0.v0.14.0
-> installed stdlib-shims.0.3.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed re.1.11.0
-> installed octavius.1.2.2
-> installed dune-configurator.3.15.2
-> installed base.v0.14.3
-> installed variantslib.v0.14.0
-> installed fieldslib.v0.14.0
-> installed stdio.v0.14.0
-> installed typerep.v0.14.0
-> installed ppxlib.0.25.1
-> installed ppx_cold.v0.14.0
-> installed ppx_optcomp.v0.14.3
-> installed ppx_here.v0.14.0
-> installed ppx_enumerate.v0.14.0
-> installed ppx_let.v0.14.0
-> installed ppx_fields_conv.v0.14.2
-> installed ppx_stable.v0.14.1
-> installed ppx_typerep_conv.v0.14.2
-> installed ppx_variants_conv.v0.14.2
-> installed ppx_compare.v0.14.0
-> installed ppx_pipebang.v0.14.0
-> installed ppx_fixed_literal.v0.14.0
-> installed ppx_optional.v0.14.0
-> installed ppx_js_style.v0.14.1
-> installed ppx_sexp_conv.v0.14.3
-> installed ppx_hash.v0.14.0
-> installed ppx_assert.v0.14.0
-> installed ppx_sexp_value.v0.14.0
-> installed ppx_sexp_message.v0.14.1
-> installed ppx_custom_printf.v0.14.1
-> installed ppx_base.v0.14.0
-> installed jst-config.v0.14.1
-> installed ppx_string.v0.14.1
-> installed bin_prot.v0.14.1
-> installed time_now.v0.14.0
-> installed ppx_bin_prot.v0.14.0
-> installed ppx_module_timer.v0.14.0
-> installed ppx_inline_test.v0.14.1
-> installed ppx_bench.v0.14.1
-> installed ppx_expect.v0.14.2
-> installed splittable_random.v0.14.0
-> installed base_quickcheck.v0.14.1
-> installed ppx_jane.v0.14.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 19:20.04 ---> saved as "3eda0c862386fa34636a871a4ac337d7c320c1816108160d6d0581520cdb34cf"


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


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