Organisationstmcgilchristbondi2e09e5 (master)debian-12-4.09_opam-2.1

debian-12-4.09_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 16:00.05: New job: test tmcgilchrist/bondi https://github.com/tmcgilchrist/bondi.git#refs/heads/master (2e09e5d63dd570093921e517411b7118cd618e2a) (linux-x86_64:debian-12-4.09_opam-2.1)
Base: ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9
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@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9
# debian-12-4.09_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 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.09.1 ocaml-base-compiler.4.09.1 ocaml-config.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:00.05: Using cache hint "tmcgilchrist/bondi-ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9-debian-12-4.09_opam-2.1-6614fcffc9bb6c03a770a552de86bfff"
2024-05-10 16:00.05: Using OBuilder spec:
((from ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9)
 (comment debian-12-4.09_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 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.09.1 ocaml-base-compiler.4.09.1 ocaml-config.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:00.05: Waiting for resource in pool OCluster
2024-05-11 06:39.44: Waiting for worker…
2024-05-11 06:44.38: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 2e09e5d Merge pull request #4 from tmcgilchrist/update-ocamlformat


(from ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9)
Unable to find image 'ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9' locally
docker.io/ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9: Pulling from ocaml/opam
284e39a0325f: Pulling fs layer
284e39a0325f: Verifying Checksum
284e39a0325f: Download complete
284e39a0325f: Pull complete
Digest: sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9
Status: Downloaded newer image for ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9
2024-05-11 06:44.38 ---> using "13498a0cf66b8f07d15362cfcccf5f8630769f57c0ea152dc1915464c5466db1" from cache


/: (comment debian-12-4.09_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 06:44.38 ---> using "ad3cb7a105df5f83b203f3cd875033ed4c36e10136cafeca4739022cb584919b" 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 06:44.38 ---> using "cc1b286b446cf6ddc7224cde6eaa6e0d14016761338b95985b76ba8ee52d3ae7" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 4.09.1
2.1.5
2024-05-11 06:44.38 ---> using "2f473b59adeef12889dcfba398a10a129b9dfa986f1a8b2d350ca2742b15b2c6" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 06:44.38 ---> using "c6a526d3c1c09077cca52c921042793d62718851a4f73db78c08240404cba7a7" 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
   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-11 06:44.38 ---> using "f2de23b137c568d1f8a0aa24d88601e9282aa75c0f36eba25d8bcbd87dd54415" from cache


/src: (copy (src bondi.opam) (dst ./))
2024-05-11 06:44.38 ---> saved as "938479584ebfe0a8be25d6c1c894242c286de93cb77c18df9676de6d31737cff"


/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-11 06:44.40 ---> saved as "59d9b89b5968ea51abe6641bdaa7689915517a641c455c7ada7a328b69646507"


/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.09.1 ocaml-base-compiler.4.09.1 ocaml-config.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 amd64 Packages [155 kB]
- Fetched 258 kB in 0s (950 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bondi.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.09.1).
[NOTE] Package ocaml is already installed (current version is 4.09.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 06:44.52 ---> saved as "dfd45e9f4d6eb72ac5395420d297c371264cba9351e97e04f474e9f4abc24aac"


/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.09.1).
[NOTE] Package ocaml is already installed (current version is 4.09.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 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 menhirSdk.20231231
-> installed menhirLib.20231231
-> installed menhir.20231231
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 06:45.44 ---> saved as "504b6bbd51d600f91c37917fa1394423ce65acdc6d49dd027643ba2b374cef5c"


/src: (copy (src .) (dst /src))
2024-05-11 06:45.45 ---> saved as "4510a2e3e2f37e8f6c65ad847de8a136d529bd3df751cc1d685df1f5c4ef9642"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.09/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.09/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-11 06:45.47 ---> saved as "f4f5a30949fb9d01984ab6341855b5c7e7c91fb3a929f85f899273a316acaee9"
Job succeeded
2024-05-11 06:45.48: Job succeeded