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) (macos-x86_64:macos-homebrew-4.14_opam-2.1)
Base: macos-homebrew-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 macos-homebrew-ocaml-4.14
# macos-homebrew-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.1 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
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 ./src/./
RUN opam pin add -yn lintcstubs.dev './src/./' && \
    opam pin add -yn lintcstubs-gen.dev './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"
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 cd ./src && 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-macos-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_opam-2.1-9df1cd69cac3742fa2f3eaa620948f84"
2024-04-28 23:05.05: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (comment macos-homebrew-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (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 ./src/./))
 (run (network host)
      (shell  "opam pin add -yn lintcstubs.dev './src/./' && \
             \nopam pin add -yn lintcstubs-gen.dev './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")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst ./src))
 (run (shell "cd ./src && 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 i7-worker-02
Initialized empty Git repository in /private/var/lib/ocluster-worker/git/lintcstubs.git-9c1be3799dfbf793f232fc1d21c51702c5b57272/.git/
HEAD is now at 5ad39bc doesnotwor

(from macos-homebrew-ocaml-4.14)
2024-04-28 23:05.07 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache

/: (comment macos-homebrew-4.14_opam-2.1)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
2024-04-28 23:05.07 ---> using "25b9bb92388ede51fae89d4de3a3dbc7bf0716456eef41b1ea8636995a3eeab7" from cache

/: (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:///Users/mac1000/opam-repository
2024-04-28 23:05.07 ---> using "0525a69f67d7dcc5812c572fe55aa709891b6884e539fc956e1641dd42758a4d" from cache

/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.1.0
The OCaml toplevel, version 4.14.2
2.1.5
2024-04-28 23:05.08 ---> using "f4908fd0e5799798bb14c138897a7b0cd12737558237c57b6cfe71feb61d52ba" from cache

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (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
   b530f3bbd2..9cbee1880f  master     -> origin/master
950c52962d [new release] dune (15 packages) (3.15.0)

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/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.
# Run eval $(opam env) to update the current shell environment
2024-04-28 23:05.08 ---> using "d1a3df57dc1beac25537d217aefa303712cc5c349b7434e7e19ffd6d3fb27cd6" from cache

/: (copy (src lintcstubs.opam lintcstubs-gen.opam) (dst ./src/./))
2024-04-28 23:05.10 ---> saved as "5474ae1b4ce3a7c7edb9ed1c72c30d42746927184793d7eb8c7c71f53a0c1fa2"

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

/: (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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y lintcstubs.dev lintcstubs-gen.dev $DEPS"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
-   https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
- 
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
-   https://github.com/Homebrew/brew#donations
- 
- Updated 1 tap (homebrew/cask).
- ==> New Casks
- corretto@11
- corretto@17
- corretto@21
- corretto@8
- crystaldiffract
- crystalviewer
- graalvm-jdk@17
- graalvm-jdk@21
- microsoft-openjdk@11
- microsoft-openjdk@17
- oracle-jdk@17
- oracle-jdk@21
- temurin@11
- temurin@17
- temurin@21
- temurin@8
- wordpresscom-studio
- zulu@11
- zulu@17
- zulu@21
- zulu@8
[NOTE] It seems you have not updated your repositories for a while. Consider updating them with:
       opam 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/brew "install" "autoconf" "gcc" "gmp"
- ==> Downloading https://ghcr.io/v2/homebrew/core/autoconf/manifests/2.72
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b73cdb320c4261bbf8d02d03e50dc755c869c5859c1d4e93616898fc7cd939ff--autoconf-2.72.bottle_manifest.json
- ==> Fetching dependencies for autoconf: m4
- ==> Downloading https://ghcr.io/v2/homebrew/core/m4/manifests/1.4.19
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5b2a7f715487b7377e409e8ca58569040cd89f33859f691210c58d94410fd33b--m4-1.4.19.bottle_manifest.json
- ==> Fetching m4
- ==> Downloading https://ghcr.io/v2/homebrew/core/m4/blobs/sha256:8434a67a4383836b2531a6180e068640c5b482ee6781b673d65712e4fc86ca76
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/0e3480172f085cbca9764fc4feba3355055e53874ec72be2a2c99baf60fb7210--m4--1.4.19.sonoma.bottle.tar.gz
- ==> Fetching autoconf
- ==> Downloading https://ghcr.io/v2/homebrew/core/autoconf/blobs/sha256:12368e33b89d221550ba9e261b0c6ece0b0e89250fb4c95169d09081e0ebb2dd
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2757d5a05e0182c42ae980efbaac407b618c087aadc3c98e59b50352dae28e0c--autoconf--2.72.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/gcc/manifests/13.2.0-2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1d624841f5f550e4bbc04910c0cfb20b89d0fc7f90ab213cead29d1518479e2b--gcc-13.2.0-2.bottle_manifest.json
- ==> Fetching dependencies for gcc: gmp, isl, mpfr, libmpc, lz4, xz and zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70a72a71216843d66a953c06ff6337445ce9bc94fae9f0e301e2f59005274a8e--gmp-6.3.0.bottle_manifest.json
- ==> Fetching gmp
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/blobs/sha256:e8410d92339535174e9f4a5eccc403301b70c7287f2f9a87f064a9aa2e21b54b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8d39e3597db85ea2b4532e0057381937ab6ed92a64a1728c68e57bc6b3aeef95--gmp--6.3.0.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/isl/manifests/0.26
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ec0bbec77171645273dd59a9ccfdf290deccd999b3ca2082e0478d282b777ec0--isl-0.26.bottle_manifest.json
- ==> Fetching isl
- ==> Downloading https://ghcr.io/v2/homebrew/core/isl/blobs/sha256:879bd3d644e9a8a8b43b771de24d56999faf6ab47d961a316cc469de10a6fb7b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3df3e17d829f760df141731f0b6f89877308569400c97ab4aed960b8b362dd0d--isl--0.26.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpfr/manifests/4.2.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a2a3424f4974f6febfa0334a93f35f508eaef3f4ad04320f73d9498302295635--mpfr-4.2.1.bottle_manifest.json
- ==> Fetching mpfr
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpfr/blobs/sha256:af35898aedfbb852d0ff927c1c60bf3676c2c29c61408f971490e1289b40cc5b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c674606603b100033a0070eaf50fc9d2b76ffddbc995172f54afd4df05452490--mpfr--4.2.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/libmpc/manifests/1.3.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fdfa98e0f8bb3ce075cb32776ac2345aa2f89252706c162aecfc841085fa76be--libmpc-1.3.1.bottle_manifest.json
- ==> Fetching libmpc
- ==> Downloading https://ghcr.io/v2/homebrew/core/libmpc/blobs/sha256:504c66775a10810afcaff53506651eafdb6e9c74dd86881e3b9f7c438fcd83d6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/8cfdfdafca8719b8128a82d7e4bca82e64e0eda6c5d51a5822179108a1e96b3f--libmpc--1.3.1.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.9.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/379e59b981667f9585b33a2ff318769d8edca3ce6fd2e9a67ed291ae3e0cc872--lz4-1.9.4.bottle_manifest.json
- ==> Fetching lz4
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/blobs/sha256:2bad368b2869db32b1b22cea76a6e65da2f4e599ac8ee327b4825d54c4579445
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1680a080f1b23676038b3a03fad837b0e26a30613730ef93f31f87c7a40bdd7a--lz4--1.9.4.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.4.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b2cc4077807c100af6e0253f51d186f187ff55165638cbe3a4aa16d1c4762660--xz-5.4.6.bottle_manifest.json
- ==> Fetching xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/blobs/sha256:139fcf6d46fb85d3693f5d7452a37ec5f50f17b5ef044ac96a2c7deccb7983b4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/43f3e389ca6041ad27899272abc383096ddb15ec4c51b83d5873dbc44829cabe--xz--5.4.6.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/29403e0df5404d8aeca0e750ac135ec9ef44fc5eeb6df69170ed602acabf0ffb--zstd-1.5.6.bottle_manifest.json
- ==> Fetching zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/blobs/sha256:09953f22fd56bc85e0d7ceac8de7e35ed622f3affe78dd782154e5e21623037b
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/506615027bab6259ad3b903339790b62d9b547ab08a5eac6707dc96c24da0c38--zstd--1.5.6.sonoma.bottle.tar.gz
- ==> Fetching gcc
- ==> Downloading https://ghcr.io/v2/homebrew/core/gcc/blobs/sha256:e93cce391ed5d2898d3186403e7256d997d03855a72e9cb0c85067fd7825cf13
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9a8f022ee9d6a30cf4a6a5f310ea4b1e65c8f0924633fd137a8c7c1c57b0bf72--gcc--13.2.0.sonoma.bottle.2.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70a72a71216843d66a953c06ff6337445ce9bc94fae9f0e301e2f59005274a8e--gmp-6.3.0.bottle_manifest.json
- ==> Installing dependencies for autoconf: m4
- ==> Installing autoconf dependency: m4
- ==> Downloading https://ghcr.io/v2/homebrew/core/m4/manifests/1.4.19
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5b2a7f715487b7377e409e8ca58569040cd89f33859f691210c58d94410fd33b--m4-1.4.19.bottle_manifest.json
- ==> Pouring m4--1.4.19.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/m4/1.4.19: 13 files, 738.9KB
- ==> Installing autoconf
- ==> Pouring autoconf--2.72.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/autoconf/2.72: 71 files, 3.6MB
- ==> Running `brew cleanup autoconf`...
- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
- ==> Installing dependencies for gcc: gmp, isl, mpfr, libmpc, lz4, xz and zstd
- ==> Installing gcc dependency: gmp
- ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/70a72a71216843d66a953c06ff6337445ce9bc94fae9f0e301e2f59005274a8e--gmp-6.3.0.bottle_manifest.json
- ==> Pouring gmp--6.3.0.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/gmp/6.3.0: 21 files, 3.3MB
- ==> Installing gcc dependency: isl
- ==> Downloading https://ghcr.io/v2/homebrew/core/isl/manifests/0.26
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/ec0bbec77171645273dd59a9ccfdf290deccd999b3ca2082e0478d282b777ec0--isl-0.26.bottle_manifest.json
- ==> Pouring isl--0.26.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/isl/0.26: 73 files, 7.6MB
- ==> Installing gcc dependency: mpfr
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpfr/manifests/4.2.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a2a3424f4974f6febfa0334a93f35f508eaef3f4ad04320f73d9498302295635--mpfr-4.2.1.bottle_manifest.json
- ==> Pouring mpfr--4.2.1.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/mpfr/4.2.1: 30 files, 3.1MB
- ==> Installing gcc dependency: libmpc
- ==> Downloading https://ghcr.io/v2/homebrew/core/libmpc/manifests/1.3.1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fdfa98e0f8bb3ce075cb32776ac2345aa2f89252706c162aecfc841085fa76be--libmpc-1.3.1.bottle_manifest.json
- ==> Pouring libmpc--1.3.1.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/libmpc/1.3.1: 12 files, 497.0KB
- ==> Installing gcc dependency: lz4
- ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.9.4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/379e59b981667f9585b33a2ff318769d8edca3ce6fd2e9a67ed291ae3e0cc872--lz4-1.9.4.bottle_manifest.json
- ==> Pouring lz4--1.9.4.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/lz4/1.9.4: 22 files, 655KB
- ==> Installing gcc dependency: xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.4.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b2cc4077807c100af6e0253f51d186f187ff55165638cbe3a4aa16d1c4762660--xz-5.4.6.bottle_manifest.json
- ==> Pouring xz--5.4.6.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/xz/5.4.6: 163 files, 2.5MB
- ==> Installing gcc dependency: zstd
- ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/29403e0df5404d8aeca0e750ac135ec9ef44fc5eeb6df69170ed602acabf0ffb--zstd-1.5.6.bottle_manifest.json
- ==> Pouring zstd--1.5.6.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/zstd/1.5.6: 31 files, 2.3MB
- ==> Installing gcc
- ==> Pouring gcc--13.2.0.sonoma.bottle.2.tar.gz
- ๐Ÿบ  /usr/local/Cellar/gcc/13.2.0: 1,590 files, 401.8MB
- ==> Running `brew cleanup gcc`...
- ==> Running `brew cleanup gmp`...
2024-04-28 23:06.24 ---> saved as "b8bb103d04915ff3eaf01459793e24a9a86d7210746319b7d418066ae20854ee"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "opam install $DEPS"))
[NOTE] It seems you have not updated your repositories for a while. Consider updating them with:
       opam update

[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 dune                3.15.0
  - install conf-perl           2
  - install conf-gmp            4
  - install conf-gcc            1.0
  - install ocamlbuild          0.14.3
  - install seq                 base
  - install conf-which          1
  - 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 zarith              1.13
  - install topkg               1.0.7
  - install conf-autoconf       0.1
  - 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 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 cpu                 2.0.0
  - 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 jsonm               1.0.2
  - install logs                0.7.0
  - install cstruct             6.2.0
  - install fpath               0.7.3
  - 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 hex                 1.5.0
  - install bos                 0.2.1
  - install dune-site           3.15.0
  - install goblint-cil         2.0.3
  - install uri                 4.4.0
  - install ezjsonm             1.3.0
  - install yaml                3.2.0
  - install json-data-encoding  1.0.1
  - install dune-compiledb      0.6.0
  - install goblint             2.3.0
===== 70 to install =====

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

/: (copy (src .) (dst ./src))
2024-04-28 23:09.22 ---> saved as "5b748c1ac09759a1bb8537486915a9f93927641bfecab4db2c89902915373c4d"

/: (run (shell "cd ./src && 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
/Users/mac1000/.opam/4.14.2/lib/goblint/build-info.
-> required by library "goblint.lib" in
   /Users/mac1000/.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
"/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-04-28 23:09.28: Job failed: Failed: Build failed