Organisationstmcgilchristfire-emblemd96355 (master)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-05-10 09:08.25: New job: test tmcgilchrist/fire-emblem https://github.com/tmcgilchrist/fire-emblem.git#refs/heads/master (d9635547257b17020da110d1976573df38e22b2c) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:563d1cc33dfed86abcf145fb5225d72ba9d768181a6c17ba3dbccef8909259b1
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/tmcgilchrist/fire-emblem.git" -b "master" && cd "fire-emblem" && git reset --hard d9635547
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:563d1cc33dfed86abcf145fb5225d72ba9d768181a6c17ba3dbccef8909259b1
# debian-12-4.13_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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 fire-emblem.opam ./
RUN opam pin add -yn fire-emblem.dev './'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base biniou.1.2.0 cmdliner.0.9.4 conf-which.1 cppo.1.6.1 dune.2.9.1 easy-format.1.0.1 jbuilder.1.0+beta20.1 js_of_ocaml.3.10.0 js_of_ocaml-compiler.3.10.0 js_of_ocaml-ppx.3.10.0 menhir.20200123 menhirLib.20200123 menhirSdk.20200123 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-migrate-parsetree.2.2.0 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ppx_derivers.1.0 ppxlib.0.22.2 sexplib0.v0.12.0 stdlib-shims.0.1.0 uchar.0.0.2 yojson.1.5.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y fire-emblem.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-05-10 09:08.25: Using cache hint "tmcgilchrist/fire-emblem-ocaml/opam@sha256:563d1cc33dfed86abcf145fb5225d72ba9d768181a6c17ba3dbccef8909259b1-debian-12-4.13_opam-2.1-77b7d4ab90e08dbde159317f16a77789"
2024-05-10 09:08.25: Using OBuilder spec:
((from ocaml/opam@sha256:563d1cc33dfed86abcf145fb5225d72ba9d768181a6c17ba3dbccef8909259b1)
 (comment debian-12-4.13_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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src fire-emblem.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn fire-emblem.dev './'"))
 (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base biniou.1.2.0 cmdliner.0.9.4 conf-which.1 cppo.1.6.1 dune.2.9.1 easy-format.1.0.1 jbuilder.1.0+beta20.1 js_of_ocaml.3.10.0 js_of_ocaml-compiler.3.10.0 js_of_ocaml-ppx.3.10.0 menhir.20200123 menhirLib.20200123 menhirSdk.20200123 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-migrate-parsetree.2.2.0 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ppx_derivers.1.0 ppxlib.0.22.2 sexplib0.v0.12.0 stdlib-shims.0.1.0 uchar.0.0.2 yojson.1.5.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 fire-emblem.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-05-10 09:08.25: Waiting for resource in pool OCluster
2024-05-11 00:42.55: Waiting for worker…
2024-05-11 00:59.36: Got resource from pool OCluster
Building on x86-bm-c6.sw.ocaml.org
All commits already cached
HEAD is now at d963554 Run ocamlformat


(from ocaml/opam@sha256:563d1cc33dfed86abcf145fb5225d72ba9d768181a6c17ba3dbccef8909259b1)
Unable to find image 'ocaml/opam@sha256:563d1cc33dfed86abcf145fb5225d72ba9d768181a6c17ba3dbccef8909259b1' locally
docker.io/ocaml/opam@sha256:563d1cc33dfed86abcf145fb5225d72ba9d768181a6c17ba3dbccef8909259b1: Pulling from ocaml/opam
a2bd5ac161a7: Pulling fs layer
a2bd5ac161a7: Verifying Checksum
a2bd5ac161a7: Download complete
a2bd5ac161a7: Pull complete
Digest: sha256:563d1cc33dfed86abcf145fb5225d72ba9d768181a6c17ba3dbccef8909259b1
Status: Downloaded newer image for ocaml/opam@sha256:563d1cc33dfed86abcf145fb5225d72ba9d768181a6c17ba3dbccef8909259b1
2024-05-11 00:59.36 ---> using "7c9b9c2134a6eaa9d7a4892dcbc21fbfaebcfc91ffc51a484cde3401b612cc01" from cache


/: (comment debian-12-4.13_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-05-11 00:59.36 ---> using "c51349991c86c91bfb00414343d37d25e0e3372368ca4058a6f79f884e409769" 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-05-11 00:59.36 ---> using "8cebae41731103b81960bc23bc5b7eddb596edb3e7d2b7aad967d9419cc2cff8" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 4.13.1
2.1.5
2024-05-11 00:59.36 ---> using "8746023aef9050bfedb038c6d4360f6f21714c1a1c5a99afff983f60aaa0ad68" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 00:59.36 ---> using "f006f2ccdb9cdd02160686a2d85bce33615f98f7be0fd996296c3cc8117cc08d" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   fa727ddb20..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> 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-05-11 00:59.36 ---> using "a32a713f86dfdac12deb4efaccb2f1d126eb484a86a532e8d328ac3b3e91308f" from cache


/src: (copy (src fire-emblem.opam) (dst ./))
2024-05-11 00:59.36 ---> using "40396fed0353cb0f26d380055c27c4ffd935dee22bbca380acf409087545c066" from cache


/src: (run (network host)
           (shell "opam pin add -yn fire-emblem.dev './'"))
Package fire-emblem does not exist, create as a NEW package? [Y/n] y
[fire-emblem.dev] synchronised (file:///src)
fire-emblem is now pinned to file:///src (version dev)
2024-05-11 00:59.36 ---> using "df68359375adadd75c285eaeb727f57d2e1dcbcd3234f8db00f1b6c442ad6b26" from cache


/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base biniou.1.2.0 cmdliner.0.9.4 conf-which.1 cppo.1.6.1 dune.2.9.1 easy-format.1.0.1 jbuilder.1.0+beta20.1 js_of_ocaml.3.10.0 js_of_ocaml-compiler.3.10.0 js_of_ocaml-ppx.3.10.0 menhir.20200123 menhirLib.20200123 menhirSdk.20200123 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-migrate-parsetree.2.2.0 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ppx_derivers.1.0 ppxlib.0.22.2 sexplib0.v0.12.0 stdlib-shims.0.1.0 uchar.0.0.2 yojson.1.5.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 fire-emblem.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 271 kB in 0s (906 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[fire-emblem.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.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.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-05-11 00:59.53 ---> saved as "56dbd05e3cf3f3be45380bc4a47c874baf02dd6cd82839c6f4d121fd51bc0cc7"


/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.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.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 ocamlfind               1.9.1
  - install jbuilder                1.0+beta20.1
  - install conf-which              1
  - install dune                    2.9.1
  - install ocamlbuild              0.14.0
  - install easy-format             1.0.1
  - install base-bytes              base
  - install ppx_derivers            1.0
  - install ocaml-compiler-libs     v0.11.0
  - install stdlib-shims            0.1.0
  - install sexplib0                v0.12.0
  - install ocaml-migrate-parsetree 2.2.0
  - install menhirSdk               20200123
  - install menhirLib               20200123
  - install uchar                   0.0.2
  - install cmdliner                0.9.4
  - install biniou                  1.2.0
  - install cppo                    1.6.1
  - install ppxlib                  0.22.2
  - install menhir                  20200123
  - install yojson                  1.5.0
  - install js_of_ocaml-compiler    3.10.0
  - install js_of_ocaml             3.10.0
  - install js_of_ocaml-ppx         3.10.0
===== 24 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved biniou.1.2.0  (cached)
-> retrieved cmdliner.0.9.4  (cached)
-> retrieved cppo.1.6.1  (cached)
-> installed conf-which.1
-> retrieved easy-format.1.0.1  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved js_of_ocaml.3.10.0  (cached)
-> retrieved js_of_ocaml-compiler.3.10.0  (cached)
-> retrieved menhir.20200123  (cached)
-> retrieved js_of_ocaml-ppx.3.10.0  (cached)
-> retrieved menhirLib.20200123  (cached)
-> retrieved menhirSdk.20200123  (cached)
-> retrieved ocaml-compiler-libs.v0.11.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocaml-migrate-parsetree.2.2.0  (cached)
-> retrieved ocamlfind.1.9.1  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved ppxlib.0.22.2  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved yojson.1.5.0  (cached)
-> retrieved dune.2.9.1  (https://github.com/ocaml/dune/releases/download/2.9.1/dune-2.9.1.tbz)
-> retrieved sexplib0.v0.12.0  (https://ocaml.janestreet.com/ocaml-core/v0.12/files/sexplib0-v0.12.0.tar.gz)
-> installed ocamlfind.1.9.1
-> installed base-bytes.base
-> installed easy-format.1.0.1
-> installed ocamlbuild.0.14.0
-> installed uchar.0.0.2
-> installed cmdliner.0.9.4
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed biniou.1.2.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 menhirSdk.20200123
-> installed sexplib0.v0.12.0
-> installed menhirLib.20200123
-> installed ocaml-migrate-parsetree.2.2.0
-> installed yojson.1.5.0
-> installed menhir.20200123
-> installed ppxlib.0.22.2
-> installed js_of_ocaml-compiler.3.10.0
-> installed js_of_ocaml.3.10.0
-> installed js_of_ocaml-ppx.3.10.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 01:01.19 ---> saved as "fc45fa44bb5d1e78dc0100b1d4d8b36ea68f04c2acb3b6e6624b9ce355428d77"


/src: (copy (src .) (dst /src))
2024-05-11 01:01.19 ---> saved as "4abc9758f8adaa954d4e86b7250a690713dadbba8d6cecbc4ef41aac0e59732d"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "/home/opam/.opam/4.13/lib/ocaml-compiler-libs/bytecomp/ocaml-compiler-libs.bytecomp.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.13/lib/ocaml-compiler-libs/common/ocaml-compiler-libs.common.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.13/lib/ocaml-compiler-libs/shadow/ocaml-compiler-libs.shadow.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.13/lib/ocaml-compiler-libs/toplevel/ocaml-compiler-libs.toplevel.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.13/lib/ppx_derivers/ppx_derivers.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-05-11 01:01.23 ---> saved as "2b3b9ac7f45c7904408d8b122dae871a5957d112ed6f7276a492e2b57724195b"
Job succeeded
2024-05-11 01:01.24: Job succeeded