Organisationstmcgilchristbondi2e09e5 (master)ubuntu-20.04-4.14_opam-2.1

ubuntu-20.04-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 15:37.21: New job: test tmcgilchrist/bondi https://github.com/tmcgilchrist/bondi.git#refs/heads/master (2e09e5d63dd570093921e517411b7118cd618e2a) (linux-x86_64:ubuntu-20.04-4.14_opam-2.1)
Base: ocaml/opam@sha256:2ed63e98260ef8ad4ad4d8f52320bef420bc4e661e0fe076fde6c486e6c2c1d2
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:2ed63e98260ef8ad4ad4d8f52320bef420bc4e661e0fe076fde6c486e6c2c1d2
# ubuntu-20.04-4.14_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.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 15:37.21: Using cache hint "tmcgilchrist/bondi-ocaml/opam@sha256:2ed63e98260ef8ad4ad4d8f52320bef420bc4e661e0fe076fde6c486e6c2c1d2-ubuntu-20.04-4.14_opam-2.1-0b4e5f9beb050ae3bb360d1612db0dc2"
2024-05-10 15:37.21: Using OBuilder spec:
((from ocaml/opam@sha256:2ed63e98260ef8ad4ad4d8f52320bef420bc4e661e0fe076fde6c486e6c2c1d2)
 (comment ubuntu-20.04-4.14_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.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 15:37.21: Waiting for resource in pool OCluster
2024-05-11 01:31.47: Waiting for worker…
2024-05-11 01:36.14: Got resource from pool OCluster
Building on x86-bm-c5.sw.ocaml.org
All commits already cached
HEAD is now at 2e09e5d Merge pull request #4 from tmcgilchrist/update-ocamlformat


(from ocaml/opam@sha256:2ed63e98260ef8ad4ad4d8f52320bef420bc4e661e0fe076fde6c486e6c2c1d2)
Unable to find image 'ocaml/opam@sha256:2ed63e98260ef8ad4ad4d8f52320bef420bc4e661e0fe076fde6c486e6c2c1d2' locally
docker.io/ocaml/opam@sha256:2ed63e98260ef8ad4ad4d8f52320bef420bc4e661e0fe076fde6c486e6c2c1d2: Pulling from ocaml/opam
e023d4ee08f2: Pulling fs layer
e023d4ee08f2: Verifying Checksum
e023d4ee08f2: Download complete
e023d4ee08f2: Pull complete
Digest: sha256:2ed63e98260ef8ad4ad4d8f52320bef420bc4e661e0fe076fde6c486e6c2c1d2
Status: Downloaded newer image for ocaml/opam@sha256:2ed63e98260ef8ad4ad4d8f52320bef420bc4e661e0fe076fde6c486e6c2c1d2
2024-05-11 01:37.14 ---> saved as "0522561d938057213d635df71d2e8c50e0cdee7cc2de6c449cce63a1208b45cc"


/: (comment ubuntu-20.04-4.14_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 01:37.14 ---> saved as "69b4e1a9e59830535103386712ca3e64f2358da58dc1a536b5b43762d58b38ed"


/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 01:38.24 ---> saved as "b71c16c23e054616a328dcb4254f3a242d33caf56bed7b396f246cc6cdc94830"


/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-11 01:38.25 ---> saved as "60e53b83e5a046c72d4e098adfa9144f4dbf8d78333fb7e041d0d6f3fa9a1023"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 01:38.25 ---> saved as "34f890959996c387ab329a98f6fd48f538c028bc117a82e72e468e53b720603e"


/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 01:39.29 ---> saved as "c211a3bbcd56648254fbfcd0f6abaab4ebb99e65f6689634811cf32f2196be01"


/src: (copy (src bondi.opam) (dst ./))
2024-05-11 01:39.29 ---> saved as "21040ceb1e18452a0bbe692aeb6a43d652990dc2a5d2cd6dc29dfcf3b8da7d58"


/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 01:39.32 ---> saved as "2e39371a4d64b2b6fee04e31afb27a3efc2af343398b48e53c23f54e9e52d515"


/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"
- Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease
- Get:3 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1203 kB]
- Get:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
- Hit:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease
- Get:6 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1500 kB]
- Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4104 kB]
- Fetched 7035 kB in 2s (4630 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-11 01:39.50 ---> saved as "08034096cf99056357eab270b1d47d3d0b04b4feea3b134206d5e918154d9f19"


/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 menhirSdk.20231231
-> installed menhirLib.20231231
-> installed menhir.20231231
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 01:41.49 ---> saved as "3bcc90eb3f68efe4307f55c610ed48029bebd63a941b9d31e813f8f9fe18735d"


/src: (copy (src .) (dst /src))
2024-05-11 01:41.49 ---> saved as "149241fbc7aa87310aa911e5c8962c14d5399047e0b695953c2782f919830400"


/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-11 01:41.55 ---> saved as "84ad0731c245ed5682a8954319799b2c20d6042a65dd358726b0bfa5a0a01aa1"
Job succeeded
2024-05-11 01:41.55: Job succeeded