Organisationstmcgilchristbondi2e09e5 (master)debian-12-4.14_arm32_opam-2.1

debian-12-4.14_arm32_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 16:15.42: New job: test tmcgilchrist/bondi https://github.com/tmcgilchrist/bondi.git#refs/heads/master (2e09e5d63dd570093921e517411b7118cd618e2a) (linux-arm64:debian-12-4.14_arm32_opam-2.1)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:0b5715559a9013e7a7a4167db55ae80f6d21eda42c7824dfe1de5b4cc8dfb970
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/tmcgilchrist/bondi.git" -b "master" && cd "bondi" && git reset --hard 2e09e5d6
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:0b5715559a9013e7a7a4167db55ae80f6d21eda42c7824dfe1de5b4cc8dfb970
# debian-12-4.14_arm32_opam-2.1
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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 bondi.opam ./
RUN opam pin add -yn bondi.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base dune.3.15.2 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y bondi.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 16:15.42: Using cache hint "tmcgilchrist/bondi-ocaml/opam:debian-12-ocaml-4.14@sha256:0b5715559a9013e7a7a4167db55ae80f6d21eda42c7824dfe1de5b4cc8dfb970-debian-12-4.14_arm32_opam-2.1-0b4e5f9beb050ae3bb360d1612db0dc2"
2024-05-10 16:15.42: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:0b5715559a9013e7a7a4167db55ae80f6d21eda42c7824dfe1de5b4cc8dfb970)
 (comment debian-12-4.14_arm32_opam-2.1)
 (user (uid 1000) (gid 1000))
 (shell /usr/bin/linux32 /bin/sh -c)
 (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 bondi.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn bondi.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.15.2 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1")
 (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 bondi.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 16:15.42: Waiting for resource in pool OCluster
2024-05-10 17:02.27: Waiting for worker…
2024-05-10 17:07.11: Got resource from pool OCluster
Building on ainia.caelum.ci.dev
All commits already cached
HEAD is now at 2e09e5d Merge pull request #4 from tmcgilchrist/update-ocamlformat


(from ocaml/opam:debian-12-ocaml-4.14@sha256:0b5715559a9013e7a7a4167db55ae80f6d21eda42c7824dfe1de5b4cc8dfb970)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:0b5715559a9013e7a7a4167db55ae80f6d21eda42c7824dfe1de5b4cc8dfb970' locally
docker.io/ocaml/opam@sha256:0b5715559a9013e7a7a4167db55ae80f6d21eda42c7824dfe1de5b4cc8dfb970: Pulling from ocaml/opam
9d3555d1192d: Pulling fs layer
9d3555d1192d: Verifying Checksum
9d3555d1192d: Download complete
9d3555d1192d: Pull complete
Digest: sha256:0b5715559a9013e7a7a4167db55ae80f6d21eda42c7824dfe1de5b4cc8dfb970
Status: Downloaded newer image for ocaml/opam@sha256:0b5715559a9013e7a7a4167db55ae80f6d21eda42c7824dfe1de5b4cc8dfb970
WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2024-05-10 17:07.11 ---> using "97033d7a9a3c42b44a3864e5a080878355cc43512fa4954b12f427c72b432cd2" from cache


/: (comment debian-12-4.14_arm32_opam-2.1)


/: (user (uid 1000) (gid 1000))


/: (shell /usr/bin/linux32 /bin/sh -c)


/: (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-10 17:07.11 ---> using "fbb3714dfcf8df2fdc3dc9f8595a211dd97d414b621f140cbb96f2e9fd9bdab1" 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-10 17:08.15 ---> saved as "7c0adfe8bea9ebe6b2d84207001f73b671834c4f44a8c81c2032fd609db2ead8"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-10 17:08.16 ---> saved as "6dd1935d1a6448fce9020e0c31ff3b6976f71427a6bc3a01dbef3b9714a2bd61"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-10 17:08.16 ---> saved as "d6877764c549cf0fc04543bee4e18b7c1eb16dbe23148906c8e59ea1dbf3aecb"


/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
   eb2dcab0d8..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-10 17:09.30 ---> saved as "ded149fcd4ee244db17ac7cdf8e48336c7f85b7de1a9d7822a316a71ed6339e8"


/src: (copy (src bondi.opam) (dst ./))
2024-05-10 17:09.31 ---> saved as "8a276a6425a0e7d2718613fb90b58dd26c88a08813ff9907323537d277f6319f"


/src: (run (network host)
           (shell "opam pin add -yn bondi.dev './'"))
Package bondi does not exist, create as a NEW package? [Y/n] y
[bondi.dev] synchronised (file:///src)
bondi is now pinned to file:///src (version dev)
2024-05-10 17:09.34 ---> saved as "dca0fccf46b5ec473a9db2586c4169292a06f6f540a252be528935b208658e7f"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.15.2 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1")


/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 bondi.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-security bookworm-security/main armhf Packages [149 kB]
- Fetched 252 kB in 1s (442 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bondi.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).
2024-05-10 17:09.51 ---> saved as "928b3d38e6ab34221953c536e14a6ee509e93f69549cd63ab9d9188d77cc64fe"


/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 dune      3.15.2
  - install menhirSdk 20231231
  - install menhirLib 20231231
  - install menhirCST 20231231
  - install menhir    20231231
===== 5 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved menhir.20231231  (cached)
-> retrieved menhirCST.20231231  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved dune.3.15.2  (cached)
-> installed dune.3.15.2
-> installed menhirCST.20231231
-> installed menhirLib.20231231
-> installed menhirSdk.20231231
-> installed menhir.20231231
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-10 17:37.00 ---> saved as "603c5687ac2e1f8be10f6772439b551f1507a0cb2feb995f117870b25174fd6b"


/src: (copy (src .) (dst /src))
2024-05-10 17:37.02 ---> saved as "f5da46c3faa5d0c094edae11fbd9b33c97be1146efb3899795901b4b9d53c4cb"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.14/bin/menhir src/parse.mly --base src/parse --infer-write-query src/parse__mock.ml.mock)
File "src/parse.mly", line 78, characters 30-35:
Warning: the token CLONE is unused.
File "src/parse.mly", line 78, characters 36-39:
Warning: the token CPC is unused.
File "src/parse.mly", line 85, characters 33-40:
Warning: the token CPCBIND is unused.
File "src/parse.mly", line 85, characters 41-47:
Warning: the token CPCPRO is unused.
File "src/parse.mly", line 85, characters 54-62:
Warning: the token DBLCOLON is unused.
File "src/parse.mly", line 111, characters 20-22:
Warning: the token IS is unused.
File "src/parse.mly", line 86, characters 28-38:
Warning: the token LONGRARROW is unused.
File "src/parse.mly", line 80, characters 72-76:
Warning: the token REST is unused.
File "src/parse.mly", line 108, characters 25-34:
Warning: the token prec_case is unused.
File "src/parse.mly", line 106, characters 18-26:
Warning: the token prec_fun is unused.
File "src/parse.mly", line 109, characters 10-19:
Warning: the token prec_list is unused.
File "src/parse.mly", line 106, characters 7-17:
Warning: the token prec_match is unused.
File "src/parse.mly", line 123, characters 6-17:
Warning: the token prec_suffix is unused.
File "src/parse.mly", line 381, characters 0-25:
Warning: symbol simpleBondiTermMethodList is unreachable from any of the start symbol(s).
(cd _build/default && /home/opam/.opam/4.14/bin/menhir src/parse.mly --base src/parse --infer-read-reply src/parse__mock.mli.inferred)
File "src/parse.mly", line 103, characters 0-6:
Warning: the precedence level assigned to AND is never useful.
File "src/parse.mly", line 116, characters 0-9:
Warning: the precedence level assigned to EQUALOP is never useful.
File "src/parse.mly", line 116, characters 0-9:
Warning: the precedence level assigned to GREATERTHAN is never useful.
File "src/parse.mly", line 111, characters 0-6:
Warning: the precedence level assigned to IF is never useful.
File "src/parse.mly", line 111, characters 0-6:
Warning: the precedence level assigned to IS is never useful.
File "src/parse.mly", line 116, characters 0-9:
Warning: the precedence level assigned to LESSTHAN is never useful.
File "src/parse.mly", line 102, characters 0-6:
Warning: the precedence level assigned to LET is never useful.
File "src/parse.mly", line 102, characters 0-6:
Warning: the precedence level assigned to LIN is never useful.
File "src/parse.mly", line 108, characters 0-6:
Warning: the precedence level assigned to LONGRARROW is never useful.
File "src/parse.mly", line 102, characters 0-6:
Warning: the precedence level assigned to NEW is never useful.
File "src/parse.mly", line 113, characters 0-5:
Warning: the precedence level assigned to PLUSEQUAL is never useful.
File "src/parse.mly", line 112, characters 0-9:
Warning: the precedence level assigned to REF is never useful.
File "src/parse.mly", line 112, characters 0-9:
Warning: the precedence level assigned to REFCONS is never useful.
File "src/parse.mly", line 116, characters 0-9:
Warning: the precedence level assigned to RELOP is never useful.
File "src/parse.mly", line 111, characters 0-6:
Warning: the precedence level assigned to THEN is never useful.
File "src/parse.mly", line 111, characters 0-6:
Warning: the precedence level assigned to WHILE is never useful.
File "src/parse.mly", line 122, characters 0-5:
Warning: the precedence level assigned to prec_app is never useful.
File "src/parse.mly", line 108, characters 0-6:
Warning: the precedence level assigned to prec_case is never useful.
File "src/parse.mly", line 122, characters 0-5:
Warning: the precedence level assigned to prec_compose is never useful.
File "src/parse.mly", line 106, characters 0-6:
Warning: the precedence level assigned to prec_fun is never useful.
File "src/parse.mly", line 109, characters 0-9:
Warning: the precedence level assigned to prec_list is never useful.
File "src/parse.mly", line 106, characters 0-6:
Warning: the precedence level assigned to prec_match is never useful.
File "src/parse.mly", line 123, characters 0-5:
Warning: the precedence level assigned to prec_suffix is never useful.
File "src/parse.mly", line 305, characters 46-54:
Warning: this %prec declaration is never useful.
File "src/parse.mly", line 318, characters 36-42:
Warning: this %prec declaration is never useful.
File "src/parse.mly", line 490, characters 46-58:
Warning: this %prec declaration is never useful.
File "src/parse.mly", line 515, characters 36-48:
Warning: this %prec declaration is never useful.
Warning: 47 states have shift/reduce conflicts.
Warning: one state has reduce/reduce conflicts.
Warning: 105 shift/reduce conflicts were arbitrarily resolved.
Warning: 106 end-of-stream conflicts were arbitrarily resolved.
File "src/parse.mly", line 342, characters 0-5:
Warning: symbol pTerm is never accepted.
Warning: in total, 1 production is never reduced.
2024-05-10 17:37.32 ---> saved as "3372dc90abe9512ab8cbbb6dba3bebf1ffac8eaa5d4c46440a160932fa8b566c"
Job succeeded
2024-05-10 17:37.33: Job succeeded