Build:
  1. 2
  2. 1
  3. 0
2024-04-28 23:05.05: New job: test edwintorok/lintcstubs https://github.com/edwintorok/lintcstubs.git#refs/heads/genrules2maybe (5ad39bc5fcd21a8fecf2734813541f216e0cd0f0) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:563d1cc33dfed86abcf145fb5225d72ba9d768181a6c17ba3dbccef8909259b1
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/edwintorok/lintcstubs.git" -b "genrules2maybe" && cd "lintcstubs" && git reset --hard 5ad39bc5
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 0d269faa45d7a07cdd53bb713f56d453cf648218 || git fetch origin master) && git reset -q --hard 0d269faa45d7a07cdd53bb713f56d453cf648218 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 lintcstubs.opam lintcstubs-gen.opam ./
RUN opam pin add -yn lintcstubs.dev './' && \
    opam pin add -yn lintcstubs-gen.dev './'
ENV DEPS="arg-complete.0.1.0 astring.0.8.5 base.v0.15.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base batteries.3.4.0 bos.0.1.0 catapult.0.1 catapult-file.0.1 conf-autoconf.0.1 conf-gcc.1.0 conf-gmp.3 conf-perl.1 conf-pkg-config.1.0 conf-which.1 cppo.1.6.1 cpu.2.0.0 cstruct.3.0.0 ctypes.0.14.0 dune.3.1.0 dune-compiledb.0.4.0 dune-configurator.2.7.0 dune-private-libs.2.8.0 dune-site.2.8.0 ezjsonm.1.0.0 fmt.0.9.0 fpath.0.7.3 goblint.2.1.0 goblint-cil.2.0.1 hex.1.2.0 integers.0.1.0 jbuilder.1.0+beta20.1 json-data-encoding.0.8 jsonm.1.0.1 jsonrpc.1.12.0 lintcstubs-arity.0.2.2 logs.0.6.3 num.1.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 parsexp.v0.15.0 ppx_blob.0.7.2 ppx_derivers.1.0 ppx_deriving.5.2 ppx_deriving_hash.0.1.1 ppx_deriving_yojson.3.7.0 ppxlib.0.26.0 qcheck-core.0.9 re.1.9.0 result.1.5 rresult.0.4.0 seq.0.2.2 sexplib.v0.15.0 sexplib0.v0.15.0 sha.1.12 stdlib-shims.0.1.0 stringext.1.4.0 topkg.1.0.3 uchar.0.0.2 uri.3.0.0 uuidm.0.9.6 uutf.1.0.1 yaml.3.0.0 yojson.2.0.0 zarith.1.9.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y lintcstubs.dev lintcstubs-gen.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-28 23:05.05: Using cache hint "edwintorok/lintcstubs-ocaml/opam@sha256:563d1cc33dfed86abcf145fb5225d72ba9d768181a6c17ba3dbccef8909259b1-debian-12-4.13_opam-2.1-f899c4f7a5d7e556eae9a0daadc8c23a"
2024-04-28 23:05.05: 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 0d269faa45d7a07cdd53bb713f56d453cf648218 || git fetch origin master) && git reset -q --hard 0d269faa45d7a07cdd53bb713f56d453cf648218 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src lintcstubs.opam lintcstubs-gen.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn lintcstubs.dev './' && \
             \nopam pin add -yn lintcstubs-gen.dev './'"))
 (env DEPS "arg-complete.0.1.0 astring.0.8.5 base.v0.15.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base batteries.3.4.0 bos.0.1.0 catapult.0.1 catapult-file.0.1 conf-autoconf.0.1 conf-gcc.1.0 conf-gmp.3 conf-perl.1 conf-pkg-config.1.0 conf-which.1 cppo.1.6.1 cpu.2.0.0 cstruct.3.0.0 ctypes.0.14.0 dune.3.1.0 dune-compiledb.0.4.0 dune-configurator.2.7.0 dune-private-libs.2.8.0 dune-site.2.8.0 ezjsonm.1.0.0 fmt.0.9.0 fpath.0.7.3 goblint.2.1.0 goblint-cil.2.0.1 hex.1.2.0 integers.0.1.0 jbuilder.1.0+beta20.1 json-data-encoding.0.8 jsonm.1.0.1 jsonrpc.1.12.0 lintcstubs-arity.0.2.2 logs.0.6.3 num.1.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 parsexp.v0.15.0 ppx_blob.0.7.2 ppx_derivers.1.0 ppx_deriving.5.2 ppx_deriving_hash.0.1.1 ppx_deriving_yojson.3.7.0 ppxlib.0.26.0 qcheck-core.0.9 re.1.9.0 result.1.5 rresult.0.4.0 seq.0.2.2 sexplib.v0.15.0 sexplib0.v0.15.0 sha.1.12 stdlib-shims.0.1.0 stringext.1.4.0 topkg.1.0.3 uchar.0.0.2 uri.3.0.0 uuidm.0.9.6 uutf.1.0.1 yaml.3.0.0 yojson.2.0.0 zarith.1.9.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 lintcstubs.dev lintcstubs-gen.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-28 23:05.05: Waiting for resource in pool OCluster
2024-04-28 23:05.05: Waiting for worker…
2024-04-28 23:10.52: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 5ad39bc doesnotwor

(from ocaml/opam@sha256:563d1cc33dfed86abcf145fb5225d72ba9d768181a6c17ba3dbccef8909259b1)
2024-04-28 23:12.25 ---> saved as "7c9b9c2134a6eaa9d7a4892dcbc21fbfaebcfc91ffc51a484cde3401b612cc01"

/: (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-04-28 23:12.25 ---> saved as "c51349991c86c91bfb00414343d37d25e0e3372368ca4058a6f79f884e409769"

/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-28 23:13.49 ---> saved as "8cebae41731103b81960bc23bc5b7eddb596edb3e7d2b7aad967d9419cc2cff8"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.13.1
2.1.5
2024-04-28 23:13.50 ---> saved as "8746023aef9050bfedb038c6d4360f6f21714c1a1c5a99afff983f60aaa0ad68"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-04-28 23:13.50 ---> saved as "f006f2ccdb9cdd02160686a2d85bce33615f98f7be0fd996296c3cc8117cc08d"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 0d269faa45d7a07cdd53bb713f56d453cf648218 || git fetch origin master) && git reset -q --hard 0d269faa45d7a07cdd53bb713f56d453cf648218 && git log --no-decorate -n1 --oneline && opam update -u"))
0d269faa45 Revert #25484 and #25536

<><> 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-28 23:15.18 ---> saved as "3384c2fbbb3f13548da6d3494fd906d815b634eaf50d57cbe4d6c857d27df206"

/src: (copy (src lintcstubs.opam lintcstubs-gen.opam) (dst ./))
2024-04-28 23:15.18 ---> saved as "5f8a38bae24ad4732b1ea6c61f78de5173902adf8c0432815ecad91cb480ac5c"

/src: (run (network host)
           (shell  "opam pin add -yn lintcstubs.dev './' && \
                  \nopam pin add -yn lintcstubs-gen.dev './'"))
[lintcstubs.dev] synchronised (file:///src)
lintcstubs is now pinned to file:///src (version dev)
[lintcstubs-gen.dev] synchronised (file:///src)
lintcstubs-gen is now pinned to file:///src (version dev)
2024-04-28 23:15.23 ---> saved as "8c61d29b9e887f65ab05709a84a56a5e92b2fbecf619cda2fcf0439478d55b4b"

/src: (env DEPS "arg-complete.0.1.0 astring.0.8.5 base.v0.15.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base batteries.3.4.0 bos.0.1.0 catapult.0.1 catapult-file.0.1 conf-autoconf.0.1 conf-gcc.1.0 conf-gmp.3 conf-perl.1 conf-pkg-config.1.0 conf-which.1 cppo.1.6.1 cpu.2.0.0 cstruct.3.0.0 ctypes.0.14.0 dune.3.1.0 dune-compiledb.0.4.0 dune-configurator.2.7.0 dune-private-libs.2.8.0 dune-site.2.8.0 ezjsonm.1.0.0 fmt.0.9.0 fpath.0.7.3 goblint.2.1.0 goblint-cil.2.0.1 hex.1.2.0 integers.0.1.0 jbuilder.1.0+beta20.1 json-data-encoding.0.8 jsonm.1.0.1 jsonrpc.1.12.0 lintcstubs-arity.0.2.2 logs.0.6.3 num.1.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 parsexp.v0.15.0 ppx_blob.0.7.2 ppx_derivers.1.0 ppx_deriving.5.2 ppx_deriving_hash.0.1.1 ppx_deriving_yojson.3.7.0 ppxlib.0.26.0 qcheck-core.0.9 re.1.9.0 result.1.5 rresult.0.4.0 seq.0.2.2 sexplib.v0.15.0 sexplib0.v0.15.0 sha.1.12 stdlib-shims.0.1.0 stringext.1.4.0 topkg.1.0.3 uchar.0.0.2 uri.3.0.0 uuidm.0.9.6 uutf.1.0.1 yaml.3.0.0 yojson.2.0.0 zarith.1.9.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 lintcstubs.dev lintcstubs-gen.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 (843 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[lintcstubs.dev] synchronised (no changes)
[lintcstubs-gen.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).

The following system packages will first need to be installed:
    autoconf libgmp-dev pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "autoconf" "libgmp-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package m4.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18735 files and directories currently installed.)
- Preparing to unpack .../0-m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../1-autoconf_2.71-3_all.deb ...
- Unpacking autoconf (2.71-3) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../2-autotools-dev_20220109.1_all.deb ...
- Unpacking autotools-dev (20220109.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../3-automake_1%3a1.16.5-1.3_all.deb ...
- Unpacking automake (1:1.16.5-1.3) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../4-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../5-libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../6-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../7-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../8-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../9-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up m4 (1.4.19-3) ...
- Setting up autotools-dev (20220109.1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up autoconf (2.71-3) ...
- Setting up automake (1:1.16.5-1.3) ...
- update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u4) ...
2024-04-28 23:15.40 ---> saved as "69b809212e9b08a8ad86abe38924f04ff6226b107f6e4f35caca7d040c37460e"

/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 jbuilder            1.0+beta20.1
  - install ocamlbuild          0.14.0
  - install ocamlfind           1.9.1
  - install conf-pkg-config     1.0
  - install dune                3.1.0
  - install conf-gcc            1.0
  - install conf-gmp            3
  - install conf-perl           1
  - install conf-which          1
  - install sha                 1.12
  - install ppx_derivers        1.0
  - install ocaml-compiler-libs v0.11.0
  - install uchar               0.0.2
  - install topkg               1.0.3
  - install num                 1.0
  - install base-bytes          base
  - install stdlib-shims        0.1.0
  - install sexplib0            v0.15.0
  - install seq                 0.2.2
  - install result              1.5
  - install lintcstubs-arity    0.2.2
  - install jsonrpc             1.12.0
  - install dune-private-libs   2.8.0
  - install dune-configurator   2.7.0
  - install catapult            0.1
  - install zarith              1.9.1
  - install conf-autoconf       0.1
  - install uutf                1.0.1
  - install integers            0.1.0
  - install fmt                 0.9.0
  - install astring             0.8.5
  - install batteries           3.4.0
  - install uuidm               0.9.6
  - install stringext           1.4.0
  - install qcheck-core         0.9
  - install cppo                1.6.1
  - install ppxlib              0.26.0
  - install re                  1.9.0
  - install rresult             0.4.0
  - install dune-site           2.8.0
  - install base                v0.15.0
  - install catapult-file       0.1
  - install cpu                 2.0.0
  - install jsonm               1.0.1
  - install ctypes              0.14.0
  - install logs                0.6.3
  - install fpath               0.7.3
  - install yojson              2.0.0
  - install ocplib-endian       1.0
  - install arg-complete        0.1.0
  - install ppx_deriving        5.2
  - install ppx_blob            0.7.2
  - install uri                 3.0.0
  - install parsexp             v0.15.0
  - install bos                 0.1.0
  - install ppx_deriving_yojson 3.7.0
  - install ppx_deriving_hash   0.1.1
  - install json-data-encoding  0.8
  - install sexplib             v0.15.0
  - install yaml                3.0.0
  - install goblint-cil         2.0.1
  - install cstruct             3.0.0
  - install goblint             2.1.0
  - install hex                 1.2.0
  - install ezjsonm             1.0.0
  - install dune-compiledb      0.4.0
===== 66 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved arg-complete.0.1.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.15.0  (cached)
-> retrieved batteries.3.4.0  (cached)
-> retrieved bos.0.1.0  (cached)
-> retrieved catapult.0.1  (cached)
-> retrieved catapult-file.0.1  (cached)
-> retrieved cppo.1.6.1  (cached)
-> installed conf-gcc.1.0
-> installed conf-gmp.3
-> installed conf-perl.1
-> installed conf-pkg-config.1.0
-> installed conf-which.1
-> retrieved cpu.2.0.0  (cached)
-> retrieved cstruct.3.0.0  (cached)
-> retrieved ctypes.0.14.0  (cached)
-> installed conf-autoconf.0.1
-> retrieved dune-compiledb.0.4.0  (cached)
-> retrieved dune.3.1.0  (cached)
-> retrieved dune-configurator.2.7.0  (cached)
-> retrieved dune-private-libs.2.8.0  (cached)
-> retrieved dune-site.2.8.0  (cached)
-> retrieved ezjsonm.1.0.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved hex.1.2.0  (cached)
-> retrieved integers.0.1.0  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved goblint.2.1.0  (cached)
-> retrieved goblint-cil.2.0.1  (cached)
-> retrieved json-data-encoding.0.8  (cached)
-> retrieved jsonm.1.0.1  (cached)
-> retrieved lintcstubs-arity.0.2.2  (cached)
-> retrieved logs.0.6.3  (cached)
-> retrieved num.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.11.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.9.1  (cached)
-> retrieved ocplib-endian.1.0  (cached)
-> retrieved parsexp.v0.15.0  (cached)
-> retrieved ppx_blob.0.7.2  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved ppx_deriving.5.2  (cached)
-> retrieved ppx_deriving_hash.0.1.1  (cached)
-> retrieved ppx_deriving_yojson.3.7.0  (cached)
-> retrieved qcheck-core.0.9  (cached)
-> retrieved re.1.9.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved ppxlib.0.26.0  (cached)
-> retrieved rresult.0.4.0  (cached)
-> retrieved seq.0.2.2  (cached)
-> retrieved sexplib.v0.15.0  (cached)
-> retrieved sexplib0.v0.15.0  (cached)
-> retrieved sha.1.12  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved stringext.1.4.0  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved topkg.1.0.3  (cached)
-> retrieved uuidm.0.9.6  (cached)
-> retrieved uutf.1.0.1  (cached)
-> retrieved uri.3.0.0  (cached)
-> retrieved yaml.3.0.0  (cached)
-> retrieved yojson.2.0.0  (cached)
-> retrieved zarith.1.9.1  (cached)
-> retrieved jsonrpc.1.12.0  (cached)
-> installed ocamlfind.1.9.1
-> installed base-bytes.base
-> installed ocamlbuild.0.14.0
-> installed num.1.0
-> installed uchar.0.0.2
-> installed zarith.1.9.1
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed sha.1.12
-> installed cppo.1.6.1
-> installed ocaml-compiler-libs.v0.11.0
-> installed stringext.1.4.0
-> installed topkg.1.0.3
-> installed uuidm.0.9.6
-> installed uutf.1.0.1
-> installed fmt.0.9.0
-> installed integers.0.1.0
-> installed astring.0.8.5
-> installed dune.3.1.0
-> installed ocplib-endian.1.0
-> installed arg-complete.0.1.0
-> installed catapult.0.1
-> installed dune-configurator.2.7.0
-> installed fpath.0.7.3
-> installed jsonm.1.0.1
-> installed jsonrpc.1.12.0
-> installed lintcstubs-arity.0.2.2
-> installed logs.0.6.3
-> installed qcheck-core.0.9
-> installed result.1.5
-> installed seq.0.2.2
-> installed sexplib0.v0.15.0
-> installed stdlib-shims.0.1.0
-> installed cpu.2.0.0
-> installed catapult-file.0.1
-> installed rresult.0.4.0
-> installed re.1.9.0
-> installed yojson.2.0.0
-> installed dune-private-libs.2.8.0
-> installed bos.0.1.0
-> installed uri.3.0.0
-> installed dune-site.2.8.0
-> installed json-data-encoding.0.8
-> installed base.v0.15.0
-> installed parsexp.v0.15.0
-> installed sexplib.v0.15.0
-> installed ctypes.0.14.0
-> installed cstruct.3.0.0
-> installed hex.1.2.0
-> installed ezjsonm.1.0.0
-> installed dune-compiledb.0.4.0
-> installed yaml.3.0.0
-> installed ppxlib.0.26.0
-> installed ppx_blob.0.7.2
-> installed batteries.3.4.0
-> installed ppx_deriving.5.2
-> installed ppx_deriving_hash.0.1.1
-> installed ppx_deriving_yojson.3.7.0
-> installed goblint-cil.2.0.1
-> installed goblint.2.1.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-28 23:17.10 ---> saved as "85a9326162bb857a0b9f3d59aa75ac723227c8e3c8473a0ffb665d3519075692"

/src: (copy (src .) (dst /src))
2024-04-28 23:17.11 ---> saved as "ef79bd556e1a3d3238d77ffcbaa2d931a807e0abc0bfd2d6b7efc7e561d09125"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "/home/opam/.opam/4.13/lib/sha/sha.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 "rules0/dune", line 3, characters 44-54:
3 |  (modules lintcstubs_gen_rules dune_stanzas dune_rules)
                                                ^^^^^^^^^^
Error: Module Dune_rules doesn't exist.
File "rules/bin/dune", line 17, characters 12-21:
17 |  (libraries unionFind)
                 ^^^^^^^^^
Error: Library "unionFind" not found.
-> required by
   _build/default/rules/bin/.lintcstubs_genrules.eobjs/byte/dune__exe__Lintcstubs_genrules.cmi
-> required by alias rules/bin/check
File "rules/bin/dune", line 10, characters 12-30:
10 |  (libraries dune-action-plugin)
                 ^^^^^^^^^^^^^^^^^^
Error: Library "dune-action-plugin" not found.
-> required by
   _build/default/rules/bin/.lintcstubs_gen_find_dirs.eobjs/byte/dune__exe__Lintcstubs_gen_find_dirs.cmi
-> required by alias rules/bin/check
(cd _build/default && /home/opam/.opam/4.13/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I rules/lib/.dune_rules.objs/byte -I /home/opam/.opam/4.13/lib/astring -I /home/opam/.opam/4.13/lib/base/caml -I /home/opam/.opam/4.13/lib/fpath -I /home/opam/.opam/4.13/lib/parsexp -I /home/opam/.opam/4.13/lib/sexplib -I /home/opam/.opam/4.13/lib/sexplib0 -intf-suffix .ml -no-alias-deps -opaque -open Dune_rules -o rules/lib/.dune_rules.objs/byte/dune_rules__Parse.cmo -c -impl rules/lib/parse.ml)
File "rules/lib/parse.ml", line 398, characters 8-48:
398 |         Sexplib0.Sexp_conv_record.record_of_sexp ~caller:error_source__078_
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Sexplib0.Sexp_conv_record
Hint: Did you mean Sexp_conv_error?
(cd _build/default && /home/opam/.opam/4.13/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I rules/lib/.dune_rules.objs/byte -I rules/lib/.dune_rules.objs/native -I /home/opam/.opam/4.13/lib/astring -I /home/opam/.opam/4.13/lib/base/caml -I /home/opam/.opam/4.13/lib/fpath -I /home/opam/.opam/4.13/lib/parsexp -I /home/opam/.opam/4.13/lib/sexplib -I /home/opam/.opam/4.13/lib/sexplib0 -intf-suffix .ml -no-alias-deps -opaque -open Dune_rules -o rules/lib/.dune_rules.objs/native/dune_rules__Parse.cmx -c -impl rules/lib/parse.ml)
File "rules/lib/parse.ml", line 398, characters 8-48:
398 |         Sexplib0.Sexp_conv_record.record_of_sexp ~caller:error_source__078_
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Unbound module Sexplib0.Sexp_conv_record
Hint: Did you mean Sexp_conv_error?
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-04-28 23:17.15: Job failed: Failed: Build failed