ref(docker): use cache mounts for build cache #5
Triggered via pull request
September 25, 2023 11:39
Status
Failure
Total duration
2h 39m 19s
Artifacts
–
ci-unit-tests-os.yml
on: pull_request
Build CI Docker
/
Build images
1h 9m
Install zebrad from lockfile without cache on ubuntu-latest
18m 51s
Check Cargo.lock is up to date
2m 16s
Check for unused dependencies
18s
Matrix: cargo-deny
Matrix: test
Test all
1h 29m
Test all with getblocktemplate-rpcs feature
1h 19m
Test with fake activation heights
18m 3s
Test checkpoint sync from empty state
24m 27s
Test integration with lightwalletd
25m 58s
Test Zebra default Docker config file
1m 0s
Test Zebra custom Docker config file
1m 6s
Annotations
2 errors and 4 warnings
Test Zebra default Docker config file
Process completed with exit code 1.
|
Test integration with lightwalletd
Process completed with exit code 101.
|
Check Cargo.lock is up to date
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
37: [dependencies]
38: zebra-chain = { path = "../zebra-chain" , version = "1.0.0-beta.29" }
^
|
Test stable on ubuntu-latest
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
37: [dependencies]
38: zebra-chain = { path = "../zebra-chain" , version = "1.0.0-beta.29" }
^
|
Test beta on ubuntu-latest
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
37: [dependencies]
38: zebra-chain = { path = "../zebra-chain" , version = "1.0.0-beta.29" }
^
|
Test stable on ubuntu-latest --features getblocktemplate-rpcs
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: expected key-value, found comma
37: [dependencies]
38: zebra-chain = { path = "../zebra-chain" , version = "1.0.0-beta.29" }
^
|