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) (freebsd-x86_64:freebsd-4.14_opam-2.1)
Base: freebsd-ocaml-4.14
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 freebsd-ocaml-4.14
# freebsd-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.1 /usr/local/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 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && 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="angstrom.0.16.0 arg-complete.0.1.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base batteries.3.8.0 bigarray-compat.1.1.0 bigstringaf.0.9.1 bos.0.2.1 camlp-streams.5.0.1 catapult.0.2 catapult-file.0.2 conf-autoconf.0.1 conf-gcc.1.0 conf-gmp.4 conf-perl.2 conf-which.1 cppo.1.6.9 cpu.2.0.0 csexp.1.5.2 cstruct.6.2.0 ctypes.0.22.0 dune.3.15.0 dune-build-info.3.15.0 dune-compiledb.0.6.0 dune-configurator.3.15.0 dune-private-libs.3.15.0 dune-site.3.15.0 dyn.3.15.0 ezjsonm.1.3.0 fileutils.0.6.4 fmt.0.9.0 fpath.0.7.3 goblint.2.3.0 goblint-cil.2.0.3 hex.1.5.0 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.17.0 lintcstubs-arity.0.4.1 logs.0.7.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ordering.3.15.0 parsexp.v0.16.0 pp.1.2.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_hash.0.1.2 ppx_deriving_yojson.3.7.0 ppxlib.0.32.0 qcheck-core.0.21.3 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 stdlib-shims.0.3.0 stdune.3.15.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uuidm.0.9.8 uutf.1.0.3 yaml.3.2.0 yojson.2.1.2 zarith.1.13"
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-freebsd-freebsd-ocaml-4.14-freebsd-4.14_opam-2.1-9df1cd69cac3742fa2f3eaa620948f84"
2024-04-28 23:05.05: Using OBuilder spec:
((from freebsd-ocaml-4.14)
 (comment freebsd-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/local/bin/opam-2.1 /usr/local/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 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && 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 "angstrom.0.16.0 arg-complete.0.1.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base batteries.3.8.0 bigarray-compat.1.1.0 bigstringaf.0.9.1 bos.0.2.1 camlp-streams.5.0.1 catapult.0.2 catapult-file.0.2 conf-autoconf.0.1 conf-gcc.1.0 conf-gmp.4 conf-perl.2 conf-which.1 cppo.1.6.9 cpu.2.0.0 csexp.1.5.2 cstruct.6.2.0 ctypes.0.22.0 dune.3.15.0 dune-build-info.3.15.0 dune-compiledb.0.6.0 dune-configurator.3.15.0 dune-private-libs.3.15.0 dune-site.3.15.0 dyn.3.15.0 ezjsonm.1.3.0 fileutils.0.6.4 fmt.0.9.0 fpath.0.7.3 goblint.2.3.0 goblint-cil.2.0.3 hex.1.5.0 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.17.0 lintcstubs-arity.0.4.1 logs.0.7.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ordering.3.15.0 parsexp.v0.16.0 pp.1.2.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_hash.0.1.2 ppx_deriving_yojson.3.7.0 ppxlib.0.32.0 qcheck-core.0.21.3 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 stdlib-shims.0.3.0 stdune.3.15.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uuidm.0.9.8 uutf.1.0.3 yaml.3.2.0 yojson.2.1.2 zarith.1.13")
 (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:05.05: Got resource from pool OCluster
Building on spring
HEAD is now at c627ceb Merge pull request #3 from Leonidas-from-XIV/goblint-constraint
HEAD is now at 5ad39bc doesnotwor

(from freebsd-ocaml-4.14)
2024-04-28 23:00.48 ---> using "57eeeabfec88366322a66f228a693df277d348dc99f1cc2a63749102c5e1e405" from cache

/: (comment freebsd-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/local/bin/opam-2.1 /usr/local/bin/opam"))
2024-04-28 23:00.48 ---> using "e9fe3959c02c848d2766600d2fd363dc0faa291980b23311949b4972bc5ea188" from cache

/src: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2024-04-28 23:00.48 ---> using "dba2ef0de478afdbd43a6552d310929f1c3c3ee6b86c81b7ff6f06256f6544c3" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.0-RELEASE-p5
The OCaml toplevel, version 4.14.2
2.1.5
2024-04-28 23:00.48 ---> using "fa8577a82f6c8311031f5ac9ddbcefef5d36d0876493f17a1dc5aa96593235c6" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-04-28 23:00.49 ---> using "1b1f323c7946b3615d1855d65edd6179caf157152d4670670539e49efbdc1d2e" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   69e073a577..6a2ad82c27  master     -> origin/master
950c52962d [new release] dune (15 packages) (3.15.0)

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository

Constructing initial basis...
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).

The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.3.0
  - ocaml-config.3
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2024-04-28 23:00.49 ---> using "9110f4bc0cec669535e443cdb127421586ce8a1561700f2e611e6a89c6eae6f0" from cache

/src: (copy (src lintcstubs.opam lintcstubs-gen.opam) (dst ./))
2024-04-28 23:00.49 ---> saved as "7e1843dfe8097813a0aa09a3bfe2fc87b83a06bf4966ddf5a68fde8a140d3db6"

/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:00.52 ---> saved as "6f8bd44508d9a9ebe7a6d5ae410e961f2d9071995efb23b709e779b3ef5820c0"

/src: (env DEPS "angstrom.0.16.0 arg-complete.0.1.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base batteries.3.8.0 bigarray-compat.1.1.0 bigstringaf.0.9.1 bos.0.2.1 camlp-streams.5.0.1 catapult.0.2 catapult-file.0.2 conf-autoconf.0.1 conf-gcc.1.0 conf-gmp.4 conf-perl.2 conf-which.1 cppo.1.6.9 cpu.2.0.0 csexp.1.5.2 cstruct.6.2.0 ctypes.0.22.0 dune.3.15.0 dune-build-info.3.15.0 dune-compiledb.0.6.0 dune-configurator.3.15.0 dune-private-libs.3.15.0 dune-site.3.15.0 dyn.3.15.0 ezjsonm.1.3.0 fileutils.0.6.4 fmt.0.9.0 fpath.0.7.3 goblint.2.3.0 goblint-cil.2.0.3 hex.1.5.0 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.17.0 lintcstubs-arity.0.4.1 logs.0.7.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ordering.3.15.0 parsexp.v0.16.0 pp.1.2.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_hash.0.1.2 ppx_deriving_yojson.3.7.0 ppxlib.0.32.0 qcheck-core.0.21.3 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 stdlib-shims.0.3.0 stdune.3.15.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uuidm.0.9.8 uutf.1.0.3 yaml.3.2.0 yojson.2.1.2 zarith.1.13")

/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"))
[WARNING] Unknown update command for bsd, skipping system update

<><> 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.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).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices

The following system packages will first need to be installed:
    autoconf gcc gmp

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/sudo "pkg" "install" "-y" "autoconf" "gcc" "gmp"
- Updating FreeBSD repository catalogue...
- [spring] Fetching meta.conf: . done
- [spring] Fetching packagesite.pkg: .......... done
- Processing entries: 
- ..
- ..
- ..
- .
- ..
- . done
- FreeBSD repository update completed. 34056 packages processed.
- All repositories are up to date.
- New version of pkg detected; it needs to be installed first.
- The following 1 package(s) will be affected (of 0 checked):
- 
- Installed packages to be UPGRADED:
- 	pkg: 1.20.9 -> 1.21.2
- 
- Number of packages to be upgraded: 1
- 
- The process will require 7 MiB more space.
- 12 MiB to be downloaded.
- [spring] [1/1] Fetching pkg-1.21.2.pkg: 
- .......... done
- Checking integrity... done (0 conflicting)
- [spring] [1/1] Upgrading pkg from 1.20.9 to 1.21.2...
- [spring] [1/1] Extracting pkg-1.21.2: .........
- . done
- Updating FreeBSD repository catalogue...
- [spring] Fetching meta.conf: . done
- [spring] Fetching data.pkg: 
- .....
- ..... done
- Processing entries: ..
- ..
- ..
- ..
- .
- . done
- FreeBSD repository update completed. 34056 packages processed.
- All repositories are up to date.
- The following 9 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	autoconf: 2.72
- 	autoconf-switch: 20220527
- 	binutils: 2.40_5,1
- 	gcc: 13_5
- 	gcc13: 13.2.0_4
- 	gmp: 6.3.0
- 	m4: 1.4.19_1,1
- 	mpc: 1.3.1_1
- 	mpfr: 4.2.1,1
- 
- Number of packages to be installed: 9
- 
- The process will require 453 MiB more space.
- 100 MiB to be downloaded.
- [spring] [1/9] Fetching m4-1.4.19_1,1.pkg: .......... done
- [spring] [2/9] Fetching mpc-1.3.1_1.pkg: ......... done
- [spring] [3/9] Fetching gcc-13_5.pkg: . done
- [spring] [4/9] Fetching gcc13-13.2.0_4.pkg: 
- .
- .
- .
- ..
- ..
- ..
- . done
- [spring] [5/9] Fetching gmp-6.3.0.pkg: .......... done
- [spring] [6/9] Fetching mpfr-4.2.1,1.pkg: .......... done
- [spring] [7/9] Fetching binutils-2.40_5,1.pkg: 
- ...
- ......
- . done
- [spring] [8/9] Fetching autoconf-switch-20220527.pkg: .. done
- [spring] [9/9] Fetching autoconf-2.72.pkg: .......... done
- Checking integrity... done (0 conflicting)
- [spring] [1/9] Installing gmp-6.3.0...
- [spring] [1/9] Extracting gmp-6.3.0: .......... done
- [spring] [2/9] Installing mpfr-4.2.1,1...
- [spring] [2/9] Extracting mpfr-4.2.1,1: .......... done
- [spring] [3/9] Installing mpc-1.3.1_1...
- [spring] [3/9] Extracting mpc-1.3.1_1: ......... done
- [spring] [4/9] Installing binutils-2.40_5,1...
- [spring] [4/9] Extracting binutils-2.40_5,1: .......... done
- [spring] [5/9] Installing m4-1.4.19_1,1...
- [spring] [5/9] Extracting m4-1.4.19_1,1: .......... done
- [spring] [6/9] Installing gcc13-13.2.0_4...
- [spring] [6/9] Extracting gcc13-13.2.0_4: .........
- . done
- [spring] [7/9] Installing autoconf-switch-20220527...
- [spring] [7/9] Extracting autoconf-switch-20220527: .......... done
- [spring] [8/9] Installing gcc-13_5...
- [spring] [8/9] Extracting gcc-13_5: ... done
- [spring] [9/9] Installing autoconf-2.72...
- [spring] [9/9] Extracting autoconf-2.72: .......... done
- =====
- Message from gcc13-13.2.0_4:
- 
- --
- To ensure binaries built with this toolchain find appropriate versions
- of the necessary run-time libraries, you may want to link using
- 
-   -Wl,-rpath=/usr/local/lib/gcc13
- 
- For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
- transparently.
2024-04-28 23:01.54 ---> saved as "59f9656f67215c4ccca841897a09ec2e4df860a530c5b80dc50fa57075c499e5"

/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).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
The following actions will be performed:
   install num                 1.5
   install ocamlfind           1.9.6
   install conf-perl           2
   install conf-gmp            4
   install conf-gcc            1.0
   install ocamlbuild          0.14.3
   install dune                3.15.0
   install seq                 base
   install conf-which          1
   install zarith              1.13
   install topkg               1.0.7
   install stringext           1.6.0
   install stdlib-shims        0.3.0
   install sexplib0            v0.16.0
   install result              1.5
   install qcheck-core         0.21.3
   install ppx_derivers        1.2.1
   install pp                  1.2.0
   install ordering            3.15.0
   install ocaml-syntax-shims  1.0.0
   install ocaml-compiler-libs v0.12.4
   install lintcstubs-arity    0.4.1
   install jsonrpc             1.17.0
   install dune-build-info     3.15.0
   install csexp               1.5.2
   install cppo                1.6.9
   install catapult            0.2
   install camlp-streams       5.0.1
   install bigarray-compat     1.1.0
   install conf-autoconf       0.1
   install uutf                1.0.3
   install uuidm               0.9.8
   install rresult             0.7.0
   install fmt                 0.9.0
   install astring             0.8.5
   install sha                 1.15.4
   install integers            0.7.0
   install fileutils           0.6.4
   install parsexp             v0.16.0
   install dyn                 3.15.0
   install ppxlib              0.32.0
   install dune-configurator   3.15.0
   install yojson              2.1.2
   install arg-complete        0.1.0
   install catapult-file       0.2
   install batteries           3.8.0
   install cpu                 2.0.0
   install jsonm               1.0.2
   install logs                0.7.0
   install cstruct             6.2.0
   install fpath               0.7.3
   install sexplib             v0.16.0
   install stdune              3.15.0
   install ppx_deriving        5.2.1
   install ctypes              0.22.0
   install bigstringaf         0.9.1
   install hex                 1.5.0
   install bos                 0.2.1
   install dune-private-libs   3.15.0
   install ppx_deriving_yojson 3.7.0
   install ppx_deriving_hash   0.1.2
   install angstrom            0.16.0
   install ezjsonm             1.3.0
   install yaml                3.2.0
   install dune-site           3.15.0
   install goblint-cil         2.0.3
   install uri                 4.4.0
   install dune-compiledb      0.6.0
   install json-data-encoding  1.0.1
   install goblint             2.3.0
=====  70 =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved angstrom.0.16.0  (cached)
 retrieved astring.0.8.5  (cached)
 retrieved arg-complete.0.1.0  (cached)
 retrieved bigarray-compat.1.1.0  (cached)
 retrieved bigstringaf.0.9.1  (cached)
 retrieved bos.0.2.1  (cached)
 retrieved camlp-streams.5.0.1  (cached)
 retrieved catapult.0.2  (cached)
 retrieved cppo.1.6.9  (cached)
 installed conf-which.1
 installed conf-perl.2
 installed conf-autoconf.0.1
 installed conf-gmp.4
 retrieved cpu.2.0.0  (cached)
 installed conf-gcc.1.0
 retrieved catapult-file.0.2  (cached)
 retrieved csexp.1.5.2  (cached)
 retrieved batteries.3.8.0  (cached)
 retrieved ctypes.0.22.0  (cached)
 retrieved cstruct.6.2.0  (cached)
 retrieved dune-compiledb.0.6.0  (cached)
 retrieved dune.3.15.0  (cached)
 retrieved dune-private-libs.3.15.0  (cached)
 retrieved dune-configurator.3.15.0  (cached)
 retrieved dune-build-info.3.15.0  (cached)
 retrieved dune-site.3.15.0  (cached)
 retrieved ezjsonm.1.3.0  (cached)
 retrieved dyn.3.15.0  (cached)
 retrieved fmt.0.9.0  (cached)
 retrieved fpath.0.7.3  (cached)
 retrieved fileutils.0.6.4  (cached)
 retrieved hex.1.5.0  (cached)
 retrieved integers.0.7.0  (cached)
 retrieved goblint-cil.2.0.3  (cached)
 retrieved json-data-encoding.1.0.1  (cached)
 retrieved jsonm.1.0.2  (cached)
 retrieved jsonrpc.1.17.0  (cached)
 retrieved goblint.2.3.0  (https://github.com/goblint/analyzer/releases/download/v2.3.0/goblint-2.3.0.tbz)
 retrieved logs.0.7.0  (cached)
 retrieved num.1.5  (cached)
 retrieved ocaml-syntax-shims.1.0.0  (cached)
 retrieved ocaml-compiler-libs.v0.12.4  (cached)
 retrieved ocamlbuild.0.14.3  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved parsexp.v0.16.0  (cached)
 retrieved pp.1.2.0  (cached)
 retrieved lintcstubs-arity.0.4.1  (https://github.com/edwintorok/lintcstubs-arity/releases/download/0.4.1/lintcstubs-arity-0.4.1.tbz)
 retrieved ppx_derivers.1.2.1  (cached)
 retrieved ppx_deriving.5.2.1  (cached)
 retrieved ordering.3.15.0  (cached)
 retrieved ppx_deriving_yojson.3.7.0  (cached)
 retrieved ppxlib.0.32.0  (cached)
 retrieved qcheck-core.0.21.3  (cached)
 retrieved result.1.5  (cached)
 installed seq.base
 retrieved rresult.0.7.0  (cached)
 retrieved sexplib.v0.16.0  (cached)
 retrieved sexplib0.v0.16.0  (cached)
 retrieved sha.1.15.4  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved stringext.1.6.0  (cached)
 installed num.1.5
 retrieved ppx_deriving_hash.0.1.2  (https://github.com/sim642/ppx_deriving_hash/releases/download/0.1.2/ppx_deriving_hash-0.1.2.tbz)
 retrieved topkg.1.0.7  (cached)
 retrieved stdune.3.15.0  (cached)
 retrieved uuidm.0.9.8  (cached)
 retrieved uutf.1.0.3  (cached)
 retrieved yaml.3.2.0  (cached)
 retrieved uri.4.4.0  (cached)
 retrieved zarith.1.13  (cached)
 retrieved yojson.2.1.2  (cached)
 installed ocamlfind.1.9.6
 installed ocamlbuild.0.14.3
 installed zarith.1.13
 installed topkg.1.0.7
 installed uuidm.0.9.8
 installed uutf.1.0.3
 installed rresult.0.7.0
 installed fmt.0.9.0
 installed astring.0.8.5
 installed jsonm.1.0.2
 installed dune.3.15.0
 installed logs.0.7.0
 installed bigarray-compat.1.1.0
 installed camlp-streams.5.0.1
 installed csexp.1.5.2
 installed catapult.0.2
 installed dune-build-info.3.15.0
 installed cstruct.6.2.0
 installed cppo.1.6.9
 installed fpath.0.7.3
 installed catapult-file.0.2
 installed arg-complete.0.1.0
 installed hex.1.5.0
 installed jsonrpc.1.17.0
 installed dune-configurator.3.15.0
 installed ocaml-syntax-shims.1.0.0
 installed ocaml-compiler-libs.v0.12.4
 installed lintcstubs-arity.0.4.1
 installed bos.0.2.1
 installed batteries.3.8.0
 installed ppx_derivers.1.2.1
 installed pp.1.2.0
 installed result.1.5
 installed stdlib-shims.0.3.0
 installed cpu.2.0.0
 installed ordering.3.15.0
 installed stringext.1.6.0
 installed integers.0.7.0
 installed fileutils.0.6.4
 installed yojson.2.1.2
 installed sexplib0.v0.16.0
 installed qcheck-core.0.21.3
 installed bigstringaf.0.9.1
 installed ezjsonm.1.3.0
 installed dyn.3.15.0
 installed angstrom.0.16.0
 installed parsexp.v0.16.0
 installed sha.1.15.4
 installed ctypes.0.22.0
 installed sexplib.v0.16.0
 installed uri.4.4.0
 installed dune-compiledb.0.6.0
 installed json-data-encoding.1.0.1
 installed yaml.3.2.0
 installed stdune.3.15.0
 installed dune-private-libs.3.15.0
 installed ppxlib.0.32.0
 installed dune-site.3.15.0
 installed ppx_deriving.5.2.1
 installed ppx_deriving_hash.0.1.2
 installed ppx_deriving_yojson.3.7.0
 installed goblint-cil.2.0.3
 installed goblint.2.3.0
Done.
2024-04-28 23:04.25 ---> saved as "b0411cea760d44d182856344babcb60b55dd989ebcd4b5adc8215342ed155c02"

/src: (copy (src .) (dst /src))
2024-04-28 23:04.26 ---> saved as "26c97493c66c5c6058445faec7e5ea6e6ebf6d85522040fc7a4dec8837384085"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "model/dune", line 18, characters 3-25:
18 |    (goblint lib_stub_src)))
        ^^^^^^^^^^^^^^^^^^^^^^
Error: Package goblint doesn't define a site lib_stub_src
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 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
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
Error: No implementation found for virtual library "goblint.build-info" in
/home/opam/.opam/4.14.2/lib/goblint/build-info.
-> required by library "goblint.lib" in
   /home/opam/.opam/4.14.2/lib/goblint/lib
-> required by library "lintcstubs_analysis" in _build/default/analyses
-> required by executable lintcstubs in dune:2
-> required by
   _build/default/.lintcstubs.eobjs/byte/dune__exe__Lintcstubs.cmi
-> required by alias check
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='angstrom.0.16.0 arg-complete.0.1.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base batteries.3.8.0 bigarray-compat.1.1.0 bigstringaf.0.9.1 bos.0.2.1 camlp-streams.5.0.1 catapult.0.2 catapult-file.0.2 conf-autoconf.0.1 conf-gcc.1.0 conf-gmp.4 conf-perl.2 conf-which.1 cppo.1.6.9 cpu.2.0.0 csexp.1.5.2 cstruct.6.2.0 ctypes.0.22.0 dune.3.15.0 dune-build-info.3.15.0 dune-compiledb.0.6.0 dune-configurator.3.15.0 dune-private-libs.3.15.0 dune-site.3.15.0 dyn.3.15.0 ezjsonm.1.3.0 fileutils.0.6.4 fmt.0.9.0 fpath.0.7.3 goblint.2.3.0 goblint-cil.2.0.3 hex.1.5.0 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.17.0 lintcstubs-arity.0.4.1 logs.0.7.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ordering.3.15.0 parsexp.v0.16.0 pp.1.2.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_hash.0.1.2 ppx_deriving_yojson.3.7.0 ppxlib.0.32.0 qcheck-core.0.21.3 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 stdlib-shims.0.3.0 stdune.3.15.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uuidm.0.9.8 uutf.1.0.3 yaml.3.2.0 yojson.2.1.2 zarith.1.13' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build': failed
"jail" "-c" "name=obuilder_34190_64918" "mount.devfs" "path=/obuilder/result/0039cff135a963ebb0e3f9f350272a36f681192756e22408980538d44fabd339/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='angstrom.0.16.0 arg-complete.0.1.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base batteries.3.8.0 bigarray-compat.1.1.0 bigstringaf.0.9.1 bos.0.2.1 camlp-streams.5.0.1 catapult.0.2 catapult-file.0.2 conf-autoconf.0.1 conf-gcc.1.0 conf-gmp.4 conf-perl.2 conf-which.1 cppo.1.6.9 cpu.2.0.0 csexp.1.5.2 cstruct.6.2.0 ctypes.0.22.0 dune.3.15.0 dune-build-info.3.15.0 dune-compiledb.0.6.0 dune-configurator.3.15.0 dune-private-libs.3.15.0 dune-site.3.15.0 dyn.3.15.0 ezjsonm.1.3.0 fileutils.0.6.4 fmt.0.9.0 fpath.0.7.3 goblint.2.3.0 goblint-cil.2.0.3 hex.1.5.0 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.17.0 lintcstubs-arity.0.4.1 logs.0.7.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ordering.3.15.0 parsexp.v0.16.0 pp.1.2.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_hash.0.1.2 ppx_deriving_yojson.3.7.0 ppxlib.0.32.0 qcheck-core.0.21.3 result.1.5 rresult.0.7.0 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 stdlib-shims.0.3.0 stdune.3.15.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uuidm.0.9.8 uutf.1.0.3 yaml.3.2.0 yojson.2.1.2 zarith.1.13' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 1
2024-04-28 23:08.46: Job failed: Failed: Build failed