Telenav / cactus

Modules for building the KivaKit Java framework.
Apache License 2.0
0 stars 1 forks source link

Release build terminates #76

Closed jonathanl-telenav closed 1 year ago

jonathanl-telenav commented 2 years ago


[ERROR] Failed to execute goal com.telenav.cactus:cactus-maven-plugin:1.5.31:clone (clone-into-temp) on project mesakit-examples: com.telenav.cactus.cli.ProcessFailedException: git --no-pager -c push.default=current -c pull.rebase=false -c diff.renamelimit=0 -c init.defaultBranch=main submodule update (in /tmp/cactus-clone-l8ypb0rq-nfggs3) exited 1
[ERROR] Cloning into '/private/tmp/cactus-clone-l8ypb0rq-nfggs3/cactus'...
[ERROR] Cloning into '/private/tmp/cactus-clone-l8ypb0rq-nfggs3/cactus-assets'...
[ERROR] Cloning into '/private/tmp/cactus-clone-l8ypb0rq-nfggs3/kivakit'...
[ERROR] fatal: serious inflate inconsistency
[ERROR] fatal: fetch-pack: invalid index-pack output
[ERROR] fatal: clone of 'https://github.com/Telenav/kivakit.git' into submodule path '/private/tmp/cactus-clone-l8ypb0rq-nfggs3/kivakit' failed
[ERROR] Failed to clone 'kivakit'. Retry scheduled
[ERROR] Cloning into '/private/tmp/cactus-clone-l8ypb0rq-nfggs3/kivakit-assets'...
[ERROR] error: inflate: data stream error (incorrect data check)
[ERROR] fatal: serious inflate inconsistency
[ERROR] fatal: fetch-pack: invalid index-pack output
[ERROR] fatal: clone of 'https://github.com/Telenav/kivakit-assets.git' into submodule path '/private/tmp/cactus-clone-l8ypb0rq-nfggs3/kivakit-assets' failed
[ERROR] Failed to clone 'kivakit-assets'. Retry scheduled
[ERROR] Cloning into '/private/tmp/cactus-clone-l8ypb0rq-nfggs3/kivakit-examples'...
[ERROR] Cloning into '/private/tmp/cactus-clone-l8ypb0rq-nfggs3/kivakit-extensions'...
[ERROR] Cloning into '/private/tmp/cactus-clone-l8ypb0rq-nfggs3/kivakit-stuff'...
[ERROR] Cloning into '/private/tmp/cactus-clone-l8ypb0rq-nfggs3/lexakai'...
[ERROR] Cloning into '/private/tmp/cactus-clone-l8ypb0rq-nfggs3/lexakai-annotations'...
[ERROR] Cloning into '/private/tmp/cactus-clone-l8ypb0rq-nfggs3/lexakai-assets'...
[ERROR] fatal: did not receive expected object 9741540422a139c61cdf8f39b61e88feb405c6c4
[ERROR] fatal: fetch-pack: invalid index-pack output
[ERROR] fatal: clone of 'https://github.com/Telenav/lexakai-assets.git' into submodule path '/private/tmp/cactus-clone-l8ypb0rq-nfggs3/lexakai-assets' failed
[ERROR] Failed to clone 'lexakai-assets'. Retry scheduled
[ERROR] Cloning into '/private/tmp/cactus-clone-l8ypb0rq-nfggs3/mesakit'...
[ERROR] Cloning into '/private/tmp/cactus-clone-l8ypb0rq-nfggs3/mesakit-assets'...
[ERROR] Cloning into '/private/tmp/cactus-clone-l8ypb0rq-nfggs3/mesakit-examples'...
[ERROR] Cloning into '/private/tmp/cactus-clone-l8ypb0rq-nfggs3/mesakit-extensions'...
[ERROR] Cloning into '/private/tmp/cactus-clone-l8ypb0rq-nfggs3/telenav-superpom'...
[ERROR] Cloning into '/private/tmp/cactus-clone-l8ypb0rq-nfggs3/kivakit'...
[ERROR] fatal: did not receive expected object cbc44066da267c2b8cbabe45256a6f1e716b66fc
[ERROR] fatal: fetch-pack: invalid index-pack output
[ERROR] fatal: clone of 'https://github.com/Telenav/kivakit.git' into submodule path '/private/tmp/cactus-clone-l8ypb0rq-nfggs3/kivakit' failed
[ERROR] Failed to clone 'kivakit' a second time, aborting
timboudreau commented 1 year ago

The issue is the that data git received from github was garbage:

[ERROR] fatal: serious inflate inconsistency
[ERROR] fatal: fetch-pack: invalid index-pack output

Nothing I can do about that. Any chance you were out of disk space in /tmp?