Prove clean native release artifacts (#106)
Some checks failed
API and SemVer surface / api-surface (push) Failing after 1m28s
Native release artifact audit / audit (push) Failing after 1h6m34s
Native code generation / deterministic (push) Failing after 2m15s
Concurrency and resource soak audit / soak (push) Failing after 6m33s
Documentation / documentation (push) Failing after 2m0s
Imaging and meshing gate / native (push) Failing after 55s
JPEG 2000 feature / linux (push) Successful in 2m46s
performance evidence / audit (push) Failing after 13m45s
Release platform and feature matrix / audit (push) Successful in 1m3s
Native Rust workspace compile / compile (push) Failing after 55s
Skia feature / linux (push) Successful in 31m58s
Dependency and supply-chain audit / audit (push) Failing after 9m34s
Release platform and feature matrix / matrix (false, linux-stable-minimal, x86_64-unknown-linux-gnu, stable) (push) Failing after 10m2s
Release platform and feature matrix / matrix (false, macos-stable-portable, x86_64-apple-darwin, stable) (push) Failing after 2m0s
Release platform and feature matrix / matrix (false, windows-stable-portable, x86_64-pc-windows-gnu, stable) (push) Failing after 1m56s
Release platform and feature matrix / matrix (true, linux-msrv-portable, x86_64-unknown-linux-gnu, 1.96.0) (push) Failing after 6m19s
Release platform and feature matrix / matrix (true, linux-stable-default, x86_64-unknown-linux-gnu, stable) (push) Failing after 6m57s
Release platform and feature matrix / matrix (true, linux-stable-features, x86_64-unknown-linux-gnu, stable) (push) Failing after 7m6s
Release platform and feature matrix / matrix (true, linux-stable-release-surface, x86_64-unknown-linux-gnu, stable) (push) Failing after 8m8s
Some checks failed
API and SemVer surface / api-surface (push) Failing after 1m28s
Native release artifact audit / audit (push) Failing after 1h6m34s
Native code generation / deterministic (push) Failing after 2m15s
Concurrency and resource soak audit / soak (push) Failing after 6m33s
Documentation / documentation (push) Failing after 2m0s
Imaging and meshing gate / native (push) Failing after 55s
JPEG 2000 feature / linux (push) Successful in 2m46s
performance evidence / audit (push) Failing after 13m45s
Release platform and feature matrix / audit (push) Successful in 1m3s
Native Rust workspace compile / compile (push) Failing after 55s
Skia feature / linux (push) Successful in 31m58s
Dependency and supply-chain audit / audit (push) Failing after 9m34s
Release platform and feature matrix / matrix (false, linux-stable-minimal, x86_64-unknown-linux-gnu, stable) (push) Failing after 10m2s
Release platform and feature matrix / matrix (false, macos-stable-portable, x86_64-apple-darwin, stable) (push) Failing after 2m0s
Release platform and feature matrix / matrix (false, windows-stable-portable, x86_64-pc-windows-gnu, stable) (push) Failing after 1m56s
Release platform and feature matrix / matrix (true, linux-msrv-portable, x86_64-unknown-linux-gnu, 1.96.0) (push) Failing after 6m19s
Release platform and feature matrix / matrix (true, linux-stable-default, x86_64-unknown-linux-gnu, stable) (push) Failing after 6m57s
Release platform and feature matrix / matrix (true, linux-stable-features, x86_64-unknown-linux-gnu, stable) (push) Failing after 7m6s
Release platform and feature matrix / matrix (true, linux-stable-release-surface, x86_64-unknown-linux-gnu, stable) (push) Failing after 8m8s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"schema": 1,
|
||||
"cargo_lock_sha256": "ff5b851139156d43915f08494c5723638d3b48abb9d7ab5de6eea9e9f5b5554b",
|
||||
"cargo_lock_sha256": "b0f9593fd3cae923e08d9a75fb16772e749a0dfddafaadb7f2a610bc597284ac",
|
||||
"packages": [
|
||||
{
|
||||
"name": "adler2",
|
||||
@@ -1806,6 +1806,19 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "goblin",
|
||||
"version": "0.10.5",
|
||||
"checksum": "983a6aafb3b12d4c41ea78d39e189af4298ce747353945ff5105b54a056e5cd9",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/m4b/goblin",
|
||||
"notice_files": [
|
||||
{
|
||||
"path": "LICENSE",
|
||||
"sha256": "655e3ee7a4c27430774962e62a6d37d7348e5f2f292010ad674ce1bebefd24bc"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "group",
|
||||
"version": "0.13.0",
|
||||
@@ -3376,6 +3389,23 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "plain",
|
||||
"version": "0.2.3",
|
||||
"checksum": "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6",
|
||||
"license": "MIT/Apache-2.0",
|
||||
"repository": "https://github.com/randomites/plain",
|
||||
"notice_files": [
|
||||
{
|
||||
"path": "LICENSE-APACHE",
|
||||
"sha256": "a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2"
|
||||
},
|
||||
{
|
||||
"path": "LICENSE-MIT",
|
||||
"sha256": "bc12b75fd81829814d843a03fa52aad0e53355b1f13665e309ff7fa33c66e5b5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "poly1305",
|
||||
"version": "0.8.0",
|
||||
@@ -4151,6 +4181,32 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "scroll",
|
||||
"version": "0.13.0",
|
||||
"checksum": "c1257cd4248b4132760d6524d6dda4e053bc648c9070b960929bf50cfb1e7add",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/m4b/scroll",
|
||||
"notice_files": [
|
||||
{
|
||||
"path": "LICENSE",
|
||||
"sha256": "6e24b7455f0b9afefdf4f3efd59a56ce76a3020c2dc4371937e281fc5e587fd7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "scroll_derive",
|
||||
"version": "0.13.1",
|
||||
"checksum": "ed76efe62313ab6610570951494bdaa81568026e0318eaa55f167de70eeea67d",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/m4b/scroll",
|
||||
"notice_files": [
|
||||
{
|
||||
"path": "LICENSE",
|
||||
"sha256": "b35d026cc7aca9d5859a02eb87ddf7a386a24c986838651bd1f283f94e003327"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "sctp-proto",
|
||||
"version": "0.10.3",
|
||||
|
||||
Reference in New Issue
Block a user