01KY33BC4R9MAZHP4WDD8R6FN0: clippy (helios)

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KY33BP8VG89K0KJKP1S6E6BX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-21T19:45:49.164Zjob assigned to worker 01KY33BT32A5APY0FM7QSE86ZG [factory aws, i-066cf3ac7f8b45fa5] (queued for 45 s)
 
22026-07-21T19:45:55.998Zstarting task 0: "setup"
32026-07-21T19:45:56.004Z++ uname -s
42026-07-21T19:45:56.008Z+ kern=SunOS
52026-07-21T19:45:56.008Z+ build_user=build
62026-07-21T19:45:56.008Z+ build_uid=12345
72026-07-21T19:45:56.008Z+ work_dir=/work
82026-07-21T19:45:56.008Z+ input_dir=/input
92026-07-21T19:45:56.008Z+ [[ 0 == 12345 ]]
102026-07-21T19:45:56.008Z+ case "$kern" in
112026-07-21T19:45:56.008Z+ groupadd -g 12345 build
122026-07-21T19:45:56.008Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-21T19:45:58.013Z+ zfs create -o mountpoint=/work rpool/work
142026-07-21T19:45:58.111Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-21T19:45:58.115Z+ home_fs=zfs
162026-07-21T19:45:58.115Z+ [[ zfs == autofs ]]
172026-07-21T19:45:58.115Z+ mkdir -p /home/build
182026-07-21T19:45:58.115Z+ chown build:build /home/build /work
192026-07-21T19:46:00.115Z+ chmod 0700 /home/build /work
202026-07-21T19:46:00.118Zprocess exited: duration 4117 ms, exit code 0
 
212026-07-21T19:46:00.125Zstarting task 1: "rust-toolchain"
222026-07-21T19:46:00.129Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-07-21T19:46:00.129Z * rust toolchain channel = "1.94.0"
242026-07-21T19:46:00.129Z * rust toolchain profile = "default"
252026-07-21T19:46:00.129Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-21T19:46:00.129Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-21T19:46:00.129Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-21T19:46:00.133Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-21T19:46:00.133Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-07-21T19:46:00.251Zinfo: downloading installer
312026-07-21T19:46:01.680Zwarn: It looks like you have an existing installation of Rust at:
322026-07-21T19:46:01.680Zwarn: /opt/ooce/bin
332026-07-21T19:46:01.680Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-21T19:46:01.680Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-21T19:46:01.680Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-21T19:46:01.680Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-21T19:46:01.680Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-21T19:46:01.680Zerror: cannot install while Rust is installed
392026-07-21T19:46:01.680Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-21T19:46:01.680Zwarn: It looks like you have an existing rustup settings file at:
412026-07-21T19:46:01.680Zwarn: /home/build/.rustup/settings.toml
422026-07-21T19:46:01.680Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-21T19:46:01.680Zwarn: instead of the one inferred from the default host triple.
442026-07-21T19:46:01.691Zinfo: profile set to default
452026-07-21T19:46:01.691Zinfo: default host triple is x86_64-unknown-illumos
462026-07-21T19:46:01.695Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-07-21T19:46:01.832Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-07-21T19:46:01.836Zinfo: downloading 6 components
492026-07-21T19:46:16.802Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-07-21T19:46:16.802Z
512026-07-21T19:46:16.833Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-07-21T19:46:16.833Z
532026-07-21T19:46:16.833Z
542026-07-21T19:46:16.833ZRust is installed now. Great!
552026-07-21T19:46:16.834Z
562026-07-21T19:46:16.837ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-21T19:46:16.837Zenvironment variable. This has not been done automatically.
582026-07-21T19:46:16.837Z
592026-07-21T19:46:16.837ZTo configure your current shell, you need to source
602026-07-21T19:46:16.837Zthe corresponding env file under $HOME/.cargo.
612026-07-21T19:46:16.837Z
622026-07-21T19:46:16.837ZThis is usually done by running one of the following (note the leading DOT):
632026-07-21T19:46:16.837Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-21T19:46:16.837Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-21T19:46:16.837Zsource "~/.cargo/env.nu" # For nushell
662026-07-21T19:46:16.837Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-21T19:46:16.838Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-21T19:46:16.838Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-21T19:46:16.838Zwarn: no default linker (`cc`) was found in your PATH
702026-07-21T19:46:16.838Zwarn: many Rust crates require a system C toolchain to build
712026-07-21T19:46:16.914Z+ rustup --version
722026-07-21T19:46:16.924Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-21T19:46:16.927Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-21T19:46:16.945Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-07-21T19:46:16.948Z+ cargo --version
762026-07-21T19:46:16.960Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-07-21T19:46:16.964Z+ rustc --version
782026-07-21T19:46:16.983Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-07-21T19:46:16.987Zprocess exited: duration 16857 ms, exit code 0
 
802026-07-21T19:46:16.993Zstarting task 2: "authentication"
812026-07-21T19:46:17.010Zprocess exited: duration 16 ms, exit code 0
 
822026-07-21T19:46:17.017Zstarting task 3: "clone repository"
832026-07-21T19:46:17.021Z+ mkdir -p /work/oxidecomputer/tufaceous
842026-07-21T19:46:17.024Z+ git clone https://github.com/oxidecomputer/tufaceous /work/oxidecomputer/tufaceous
852026-07-21T19:46:17.051ZCloning into '/work/oxidecomputer/tufaceous'...
862026-07-21T19:46:17.509Z+ cd /work/oxidecomputer/tufaceous
872026-07-21T19:46:17.509Z+ git fetch origin 2571901a242a201561a077c118d7cb8e862e0c0f
882026-07-21T19:46:17.752ZFrom https://github.com/oxidecomputer/tufaceous
892026-07-21T19:46:17.752Z * branch 2571901a242a201561a077c118d7cb8e862e0c0f -> FETCH_HEAD
902026-07-21T19:46:17.756Z+ [[ -n iliana/serde_with ]]
912026-07-21T19:46:17.760Z++ git branch --show-current
922026-07-21T19:46:17.760Z+ current=main
932026-07-21T19:46:17.760Z+ [[ main != iliana/serde_with ]]
942026-07-21T19:46:17.760Z+ git branch -f iliana/serde_with 2571901a242a201561a077c118d7cb8e862e0c0f
952026-07-21T19:46:17.763Z+ git checkout -f iliana/serde_with
962026-07-21T19:46:17.769ZSwitched to branch 'iliana/serde_with'
972026-07-21T19:46:17.773Z+ git reset --hard 2571901a242a201561a077c118d7cb8e862e0c0f
982026-07-21T19:46:17.776ZHEAD is now at 2571901 update serde_with in lockfile
992026-07-21T19:46:17.776Zprocess exited: duration 757 ms, exit code 0
 
1002026-07-21T19:46:17.783Zstarting task 4: "build"
1012026-07-21T19:46:17.786Z+ source .github/buildomat/ci-env.sh
1022026-07-21T19:46:17.787Z++ export CARGO_TERM_COLOR=always
1032026-07-21T19:46:17.787Z++ CARGO_TERM_COLOR=always
1042026-07-21T19:46:17.787Z++ export 'RUSTFLAGS=-D warnings'
1052026-07-21T19:46:17.787Z++ RUSTFLAGS='-D warnings'
1062026-07-21T19:46:17.787Z++ export CARGO_INCREMENTAL=0
1072026-07-21T19:46:17.787Z++ CARGO_INCREMENTAL=0
1082026-07-21T19:46:17.790Z+++ uname -s
1092026-07-21T19:46:17.791Z++ HOST_OS=SunOS
1102026-07-21T19:46:17.791Z++ [[ SunOS == \S\u\n\O\S ]]
1112026-07-21T19:46:17.791Z++ CLANGVER=15
1122026-07-21T19:46:17.791Z++ pfexec pkg install -v build-essential pkg-config pkg:/ooce/developer/clang-15
1132026-07-21T19:46:25.299Z Startup: Refreshing catalog 'helios-dev' ... Done
1142026-07-21T19:46:32.932Z Startup: Caching catalogs ... Done
1152026-07-21T19:46:40.252ZPlanning: Solver setup ... Done (6.049s)
1162026-07-21T19:46:40.292ZPlanning: Running solver ... Done (0.041s)
1172026-07-21T19:46:40.433ZPlanning: Finding local manifests ... Done (0.003s)
1182026-07-21T19:46:40.446ZPlanning: Fetching manifests: 0/3 0% complete
1192026-07-21T19:46:40.543ZPlanning: Fetching manifests: 3/3 100% complete
1202026-07-21T19:46:40.572ZPlanning: Package planning ... Done (0.029s)
1212026-07-21T19:46:40.598ZPlanning: Merging actions ... Done (0.026s)
1222026-07-21T19:46:40.705ZPlanning: Checking for conflicting actions ... Done (0.107s)
1232026-07-21T19:46:40.712ZPlanning: Consolidating action changes ... Done (0.007s)
1242026-07-21T19:46:41.487ZPlanning: Evaluating mediators ... Done (0.776s)
1252026-07-21T19:46:41.493ZPlanning: Planning completed in 8.39 seconds
1262026-07-21T19:46:41.504Z Packages to install: 3
1272026-07-21T19:46:41.504Z Mediators to change: 2
1282026-07-21T19:46:41.504Z Services to change: 1
1292026-07-21T19:46:41.504Z Estimated space available: 155.47 GB
1302026-07-21T19:46:41.507ZEstimated space to be consumed: 1.86 GB
1312026-07-21T19:46:41.508Z Create boot environment: No
1322026-07-21T19:46:41.508ZCreate backup boot environment: No
1332026-07-21T19:46:41.508Z Rebuild boot archive: No
1342026-07-21T19:46:41.508Z
1352026-07-21T19:46:41.508ZChanged mediators:
1362026-07-21T19:46:41.508Z mediator clang:
1372026-07-21T19:46:41.508Z version: None -> 15 (system default)
1382026-07-21T19:46:41.508Z
1392026-07-21T19:46:41.508Z mediator llvm:
1402026-07-21T19:46:41.508Z version: 14 (system default) -> 15 (system default)
1412026-07-21T19:46:41.508Z
1422026-07-21T19:46:41.508ZChanged packages:
1432026-07-21T19:46:41.508Zhelios-dev
1442026-07-21T19:46:41.508Z developer/build-essential
1452026-07-21T19:46:41.508Z None -> 11-2.0
1462026-07-21T19:46:41.508Z ooce/developer/clang-15
1472026-07-21T19:46:41.508Z None -> 15.0.7-2.0
1482026-07-21T19:46:41.508Z ooce/developer/llvm-15
1492026-07-21T19:46:41.508Z None -> 15.0.7-2.0
1502026-07-21T19:46:41.508Z
1512026-07-21T19:46:41.508ZServices:
1522026-07-21T19:46:41.508Z restart_fmri:
1532026-07-21T19:46:41.508Z svc:/system/update-man-index:default
1542026-07-21T19:46:41.546Z
1552026-07-21T19:46:41.546ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1562026-07-21T19:46:46.547ZDownload: 1564/3076 items 116.4/211.3MB 55% complete (23.6M/s)
1572026-07-21T19:46:51.665ZDownload: 3027/3076 items 201.5/211.3MB 95% complete (21.6M/s)
1582026-07-21T19:46:57.008ZDownload: 3071/3076 items 208.4/211.3MB 98% complete (12.3M/s)
1592026-07-21T19:46:57.047ZDownload: Completed 211.31 MB in 15.50 seconds (13.6M/s)
1602026-07-21T19:46:57.175Z Actions: 1/3430 actions (Installing new actions)
1612026-07-21T19:47:00.285Z Actions: Completed 3430 actions in 3.11 seconds.
1622026-07-21T19:47:00.926Z Done (0.638s)
1632026-07-21T19:47:00.926Z Done (0.000s)
1642026-07-21T19:47:01.668Z Done (0.740s)
1652026-07-21T19:47:05.025Z Done (2.996s)
1662026-07-21T19:47:05.099Z Done (0.012s)
1672026-07-21T19:47:05.103Z Done (0.000s)
1682026-07-21T19:47:05.360Z Done (0.000s)
1692026-07-21T19:47:06.026Z++ (( rc != 4 && rc != 0 ))
1702026-07-21T19:47:06.026Z++ pfexec pkg set-mediator -V 15 clang llvm
1712026-07-21T19:47:06.220ZPlanning: Evaluating mediator changes ... Done
1722026-07-21T19:47:06.325ZPlanning: Checking for conflicting actions ... Done
1732026-07-21T19:47:06.328ZPlanning: Consolidating action changes ... Done
1742026-07-21T19:47:06.479ZPlanning: Evaluating mediators ... Done
1752026-07-21T19:47:06.482ZPlanning: Planning completed in 0.26 seconds
1762026-07-21T19:47:06.500Z Mediators to change: 2
1772026-07-21T19:47:06.500Z Create boot environment: No
1782026-07-21T19:47:06.503ZCreate backup boot environment: No
1792026-07-21T19:47:06.570Z Done
1802026-07-21T19:47:06.570Z Done
1812026-07-21T19:47:07.190Z Done
1822026-07-21T19:47:09.649Z Done
1832026-07-21T19:47:09.722Z Done
1842026-07-21T19:47:09.725Z Done
1852026-07-21T19:47:09.860Z Done
1862026-07-21T19:47:09.936Z+ cargo --version
1872026-07-21T19:47:09.945Zcargo 1.94.0 (85eff7c80 2026-01-15)
1882026-07-21T19:47:09.948Z+ rustc --version
1892026-07-21T19:47:09.967Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1902026-07-21T19:47:09.970Z+ banner clippy
1912026-07-21T19:47:09.973Z
1922026-07-21T19:47:09.973Z #### # # ##### ##### # #
1932026-07-21T19:47:09.974Z # # # # # # # # # #
1942026-07-21T19:47:09.974Z # # # # # # # #
1952026-07-21T19:47:09.974Z # # # ##### ##### #
1962026-07-21T19:47:09.974Z # # # # # # #
1972026-07-21T19:47:09.974Z #### ###### # # # #
1982026-07-21T19:47:09.974Z
1992026-07-21T19:47:09.974Z+ ptime -m cargo clippy --all-features --all-targets
2002026-07-21T19:47:10.110Z Updating crates.io index
2012026-07-21T19:47:10.143Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2022026-07-21T19:47:10.923Z Updating git repository `https://github.com/oxidecomputer/tough`
2032026-07-21T19:47:11.582Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2042026-07-21T19:47:12.065Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2052026-07-21T19:47:12.403Z Updating git repository `https://github.com/oxidecomputer/tlvc`
2062026-07-21T19:47:14.287Z Downloading crates ...
2072026-07-21T19:47:14.329Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2082026-07-21T19:47:14.329Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2092026-07-21T19:47:14.335Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2102026-07-21T19:47:14.336Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2112026-07-21T19:47:14.336Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2122026-07-21T19:47:14.336Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2132026-07-21T19:47:14.336Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2142026-07-21T19:47:14.336Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2152026-07-21T19:47:14.336Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2162026-07-21T19:47:14.336Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2172026-07-21T19:47:14.336Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2182026-07-21T19:47:14.336Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2192026-07-21T19:47:14.336Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2202026-07-21T19:47:14.336Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2212026-07-21T19:47:14.336Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2222026-07-21T19:47:14.336Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2232026-07-21T19:47:14.336Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2242026-07-21T19:47:14.336Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2252026-07-21T19:47:14.336Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2262026-07-21T19:47:14.336Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2272026-07-21T19:47:14.336Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2282026-07-21T19:47:14.336Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2292026-07-21T19:47:14.336Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2302026-07-21T19:47:14.336Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2312026-07-21T19:47:14.336Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2322026-07-21T19:47:14.336Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2332026-07-21T19:47:14.336Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2342026-07-21T19:47:14.336Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2352026-07-21T19:47:14.336Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2362026-07-21T19:47:14.337Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2372026-07-21T19:47:14.337Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2382026-07-21T19:47:14.337Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2392026-07-21T19:47:14.337Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2402026-07-21T19:47:14.337Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2412026-07-21T19:47:14.337Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2422026-07-21T19:47:14.337Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2432026-07-21T19:47:14.337Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2442026-07-21T19:47:14.337Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2452026-07-21T19:47:14.337Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2462026-07-21T19:47:14.337Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2472026-07-21T19:47:14.337Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2482026-07-21T19:47:14.337Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2492026-07-21T19:47:14.337Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2502026-07-21T19:47:14.337Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2512026-07-21T19:47:14.337Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2522026-07-21T19:47:14.337Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2532026-07-21T19:47:14.337Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2542026-07-21T19:47:14.337Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2552026-07-21T19:47:14.337Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2562026-07-21T19:47:14.337Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2572026-07-21T19:47:14.337Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2582026-07-21T19:47:14.337Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2592026-07-21T19:47:14.337Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2602026-07-21T19:47:14.337Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2612026-07-21T19:47:14.337Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2622026-07-21T19:47:14.338Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2632026-07-21T19:47:14.338Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2642026-07-21T19:47:14.338Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2652026-07-21T19:47:14.338Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2662026-07-21T19:47:14.338Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2672026-07-21T19:47:14.338Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2682026-07-21T19:47:14.338Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2692026-07-21T19:47:14.338Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2702026-07-21T19:47:14.338Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2712026-07-21T19:47:14.338Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2722026-07-21T19:47:14.338Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2732026-07-21T19:47:14.338Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2742026-07-21T19:47:14.338Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2752026-07-21T19:47:14.338Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2762026-07-21T19:47:14.338Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2772026-07-21T19:47:14.338Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2782026-07-21T19:47:14.338Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2792026-07-21T19:47:14.338Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2802026-07-21T19:47:14.338Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2812026-07-21T19:47:14.338Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2822026-07-21T19:47:14.338Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2832026-07-21T19:47:14.338Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2842026-07-21T19:47:14.338Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2852026-07-21T19:47:14.338Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2862026-07-21T19:47:14.338Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2872026-07-21T19:47:14.338Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2882026-07-21T19:47:14.338Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2892026-07-21T19:47:14.339Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2902026-07-21T19:47:14.339Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2912026-07-21T19:47:14.339Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2922026-07-21T19:47:14.339Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2932026-07-21T19:47:14.339Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2942026-07-21T19:47:14.339Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2952026-07-21T19:47:14.339Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2962026-07-21T19:47:14.339Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2972026-07-21T19:47:14.355Z Downloaded futures-core v0.3.31
2982026-07-21T19:47:14.359Z Downloaded funty v2.0.0
2992026-07-21T19:47:14.364Z Downloaded futures-macro v0.3.31
3002026-07-21T19:47:14.367Z Downloaded num-conv v0.2.2
3012026-07-21T19:47:14.367Z Downloaded path-slash v0.1.5
3022026-07-21T19:47:14.370Z Downloaded powerfmt v0.2.0
3032026-07-21T19:47:14.373Z Downloaded is_terminal_polyfill v1.70.1
3042026-07-21T19:47:14.373Z Downloaded ident_case v1.0.1
3052026-07-21T19:47:14.376Z Downloaded same-file v1.0.6
3062026-07-21T19:47:14.379Z Downloaded futures-io v0.3.31
3072026-07-21T19:47:14.380Z Downloaded serde_with_macros v3.21.0
3082026-07-21T19:47:14.383Z Downloaded futures-sink v0.3.31
3092026-07-21T19:47:14.383Z Downloaded slab v0.4.9
3102026-07-21T19:47:14.386Z Downloaded rusty-fork v0.3.0
3112026-07-21T19:47:14.386Z Downloaded slog v2.7.0
3122026-07-21T19:47:14.386Z Downloaded zerocopy v0.6.6
3132026-07-21T19:47:14.389Z Downloaded tempfile v3.20.0
3142026-07-21T19:47:14.389Z Downloaded heck v0.5.0
3152026-07-21T19:47:14.392Z Downloaded serde-hex v0.1.0
3162026-07-21T19:47:14.392Z Downloaded spki v0.7.3
3172026-07-21T19:47:14.392Z Downloaded futures-task v0.3.31
3182026-07-21T19:47:14.395Z Downloaded shlex v1.3.0
3192026-07-21T19:47:14.398Z Downloaded packed_struct v0.10.1
3202026-07-21T19:47:14.398Z Downloaded slog-term v2.9.2
3212026-07-21T19:47:14.401Z Downloaded structmeta-derive v0.3.0
3222026-07-21T19:47:14.401Z Downloaded semver v1.0.25
3232026-07-21T19:47:14.402Z Downloaded slog-scope v4.4.0
3242026-07-21T19:47:14.405Z Downloaded serde_plain v1.0.2
3252026-07-21T19:47:14.405Z Downloaded rand_xorshift v0.3.0
3262026-07-21T19:47:14.405Z Downloaded quick-error v1.2.3
3272026-07-21T19:47:14.408Z Downloaded icu_locid_transform v1.5.0
3282026-07-21T19:47:14.408Z Downloaded serde_derive v1.0.228
3292026-07-21T19:47:14.411Z Downloaded sha2 v0.10.8
3302026-07-21T19:47:14.411Z Downloaded serde_spanned v0.6.8
3312026-07-21T19:47:14.414Z Downloaded pem-rfc7468 v0.7.0
3322026-07-21T19:47:14.414Z Downloaded generic-array v0.14.7
3332026-07-21T19:47:14.414Z Downloaded spin v0.9.8
3342026-07-21T19:47:14.417Z Downloaded iana-time-zone v0.1.61
3352026-07-21T19:47:14.417Z Downloaded synstructure v0.13.1
3362026-07-21T19:47:14.420Z Downloaded slog-async v2.8.0
3372026-07-21T19:47:14.420Z Downloaded percent-encoding v2.3.2
3382026-07-21T19:47:14.420Z Downloaded pin-utils v0.1.0
3392026-07-21T19:47:14.423Z Downloaded getrandom v0.3.3
3402026-07-21T19:47:14.423Z Downloaded thiserror v1.0.69
3412026-07-21T19:47:14.426Z Downloaded thiserror-impl v2.0.12
3422026-07-21T19:47:14.426Z Downloaded strum v0.26.3
3432026-07-21T19:47:14.429Z Downloaded schemars v0.9.0
3442026-07-21T19:47:14.433Z Downloaded untrusted v0.7.1
3452026-07-21T19:47:14.436Z Downloaded schemars v0.8.22
3462026-07-21T19:47:14.440Z Downloaded write16 v1.0.0
3472026-07-21T19:47:14.443Z Downloaded idna_adapter v1.2.0
3482026-07-21T19:47:14.443Z Downloaded time-core v0.1.8
3492026-07-21T19:47:14.443Z Downloaded tokio-macros v2.5.0
3502026-07-21T19:47:14.443Z Downloaded signature v2.2.0
3512026-07-21T19:47:14.446Z Downloaded terminal_size v0.4.0
3522026-07-21T19:47:14.446Z Downloaded slog-envlogger v2.2.0
3532026-07-21T19:47:14.446Z Downloaded itoa v1.0.11
3542026-07-21T19:47:14.450Z Downloaded packed_struct_codegen v0.10.1
3552026-07-21T19:47:14.450Z Downloaded rand_chacha v0.3.1
3562026-07-21T19:47:14.450Z Downloaded radium v0.7.0
3572026-07-21T19:47:14.450Z Downloaded ref-cast-impl v1.0.25
3582026-07-21T19:47:14.450Z Downloaded tokio-test v0.4.5
3592026-07-21T19:47:14.453Z Downloaded utf8_iter v1.0.4
3602026-07-21T19:47:14.453Z Downloaded toml_datetime v0.6.8
3612026-07-21T19:47:14.453Z Downloaded tinyvec_macros v0.1.1
3622026-07-21T19:47:14.453Z Downloaded num-iter v0.1.45
3632026-07-21T19:47:14.457Z Downloaded nodrop v0.1.14
3642026-07-21T19:47:14.457Z Downloaded lazy_static v1.5.0
3652026-07-21T19:47:14.457Z Downloaded snafu-derive v0.8.5
3662026-07-21T19:47:14.457Z Downloaded serde_derive_internals v0.29.1
3672026-07-21T19:47:14.461Z Downloaded walkdir v2.5.0
3682026-07-21T19:47:14.461Z Downloaded structmeta v0.3.0
3692026-07-21T19:47:14.461Z Downloaded thiserror-impl v1.0.69
3702026-07-21T19:47:14.461Z Downloaded newline-converter v0.3.0
3712026-07-21T19:47:14.461Z Downloaded snafu v0.8.5
3722026-07-21T19:47:14.464Z Downloaded is-terminal v0.4.13
3732026-07-21T19:47:14.464Z Downloaded utf16_iter v1.0.5
3742026-07-21T19:47:14.464Z Downloaded unarray v0.1.4
3752026-07-21T19:47:14.467Z Downloaded strsim v0.11.1
3762026-07-21T19:47:14.467Z Downloaded stable_deref_trait v1.2.0
3772026-07-21T19:47:14.467Z Downloaded maybe-uninit v2.0.0
3782026-07-21T19:47:14.467Z Downloaded icu_provider_macros v1.5.0
3792026-07-21T19:47:14.467Z Downloaded pkcs1 v0.7.5
3802026-07-21T19:47:14.471Z Downloaded icu_locid_transform_data v1.5.0
3812026-07-21T19:47:14.471Z Downloaded getrandom v0.2.15
3822026-07-21T19:47:14.474Z Downloaded thread_local v1.1.8
3832026-07-21T19:47:14.474Z Downloaded take_mut v0.2.2
3842026-07-21T19:47:14.477Z Downloaded quote v1.0.38
3852026-07-21T19:47:14.480Z Downloaded hex v0.4.3
3862026-07-21T19:47:14.483Z Downloaded pkcs8 v0.10.2
3872026-07-21T19:47:14.483Z Downloaded num-traits v0.2.19
3882026-07-21T19:47:14.486Z Downloaded yoke-derive v0.7.4
3892026-07-21T19:47:14.486Z Downloaded untrusted v0.9.0
3902026-07-21T19:47:14.486Z Downloaded hybrid-array v0.4.12
3912026-07-21T19:47:14.489Z Downloaded tap v1.0.1
3922026-07-21T19:47:14.490Z Downloaded subtle v2.6.1
3932026-07-21T19:47:14.493Z Downloaded xattr v1.3.1
3942026-07-21T19:47:14.493Z Downloaded zeroize_derive v1.4.2
3952026-07-21T19:47:14.493Z Downloaded zerofrom v0.1.4
3962026-07-21T19:47:14.496Z Downloaded smallvec v0.6.14
3972026-07-21T19:47:14.497Z Downloaded wait-timeout v0.2.0
3982026-07-21T19:47:14.497Z Downloaded tinystr v0.7.6
3992026-07-21T19:47:14.497Z Downloaded smallvec v1.14.0
4002026-07-21T19:47:14.500Z Downloaded slog-stdlog v4.1.1
4012026-07-21T19:47:14.500Z Downloaded version_check v0.9.5
4022026-07-21T19:47:14.500Z Downloaded termcolor v1.4.1
4032026-07-21T19:47:14.502Z Downloaded pin-project-lite v0.2.14
4042026-07-21T19:47:14.505Z Downloaded wyz v0.5.1
4052026-07-21T19:47:14.505Z Downloaded utf8parse v0.2.2
4062026-07-21T19:47:14.505Z Downloaded tls_codec v0.4.1
4072026-07-21T19:47:14.508Z Downloaded writeable v0.5.5
4082026-07-21T19:47:14.508Z Downloaded rustversion v1.0.22
4092026-07-21T19:47:14.511Z Downloaded pkg-config v0.3.31
4102026-07-21T19:47:14.511Z Downloaded paste v1.0.15
4112026-07-21T19:47:14.514Z Downloaded num-integer v0.1.46
4122026-07-21T19:47:14.514Z Downloaded futures-executor v0.3.31
4132026-07-21T19:47:14.514Z Downloaded tls_codec_derive v0.4.1
4142026-07-21T19:47:14.514Z Downloaded schemars_derive v0.8.22
4152026-07-21T19:47:14.516Z Downloaded litemap v0.7.3
4162026-07-21T19:47:14.516Z Downloaded zeroize v1.8.1
4172026-07-21T19:47:14.516Z Downloaded icu_normalizer v1.5.0
4182026-07-21T19:47:14.519Z Downloaded futures-channel v0.3.31
4192026-07-21T19:47:14.519Z Downloaded pem v3.0.5
4202026-07-21T19:47:14.522Z Downloaded globset v0.4.15
4212026-07-21T19:47:14.522Z Downloaded strum_macros v0.26.4
4222026-07-21T19:47:14.525Z Downloaded time-macros v0.2.27
4232026-07-21T19:47:14.525Z Downloaded test-strategy v0.4.0
4242026-07-21T19:47:14.528Z Downloaded icu_locid v1.5.0
4252026-07-21T19:47:14.530Z Downloaded sha2 v0.11.0
4262026-07-21T19:47:14.531Z Downloaded unicode-ident v1.0.14
4272026-07-21T19:47:14.534Z Downloaded once_cell v1.20.3
4282026-07-21T19:47:14.534Z Downloaded term v1.2.1
4292026-07-21T19:47:14.536Z Downloaded futures v0.3.31
4302026-07-21T19:47:14.539Z Downloaded ppv-lite86 v0.2.20
4312026-07-21T19:47:14.539Z Downloaded jobserver v0.1.32
4322026-07-21T19:47:14.539Z Downloaded icu_normalizer_data v1.5.0
4332026-07-21T19:47:14.542Z Downloaded zmij v1.0.23
4342026-07-21T19:47:14.545Z Downloaded pin-project-internal v1.1.6
4352026-07-21T19:47:14.546Z Downloaded half v2.7.1
4362026-07-21T19:47:14.546Z Downloaded tinyvec v1.8.0
4372026-07-21T19:47:14.548Z Downloaded thiserror v2.0.12
4382026-07-21T19:47:14.551Z Downloaded similar v2.7.0
4392026-07-21T19:47:14.554Z Downloaded yoke v0.7.4
4402026-07-21T19:47:14.554Z Downloaded log v0.4.22
4412026-07-21T19:47:14.557Z Downloaded ref-cast v1.0.25
4422026-07-21T19:47:14.557Z Downloaded zerovec-derive v0.10.3
4432026-07-21T19:47:14.557Z Downloaded toml v0.7.8
4442026-07-21T19:47:14.560Z Downloaded zerofrom-derive v0.1.4
4452026-07-21T19:47:14.563Z Downloaded rustls-pki-types v1.14.1
4462026-07-21T19:47:14.563Z Downloaded rand_core v0.6.4
4472026-07-21T19:47:14.567Z Downloaded icu_properties v1.5.1
4482026-07-21T19:47:14.571Z Downloaded jiff-static v0.2.32
4492026-07-21T19:47:14.581Z Downloaded indexmap v1.9.3
4502026-07-21T19:47:14.583Z Downloaded tokio-stream v0.1.18
4512026-07-21T19:47:14.587Z Downloaded proc-macro2 v1.0.93
4522026-07-21T19:47:14.590Z Downloaded pin-project v1.1.6
4532026-07-21T19:47:14.594Z Downloaded serde_core v1.0.228
4542026-07-21T19:47:14.597Z Downloaded ron v0.8.1
4552026-07-21T19:47:14.600Z Downloaded icu_provider v1.5.0
4562026-07-21T19:47:14.600Z Downloaded miniz_oxide v0.8.0
4572026-07-21T19:47:14.603Z Downloaded url v2.5.7
4582026-07-21T19:47:14.607Z Downloaded toml_edit v0.19.15
4592026-07-21T19:47:14.615Z Downloaded zip v0.6.6
4602026-07-21T19:47:14.619Z Downloaded unicode-segmentation v1.12.0
4612026-07-21T19:47:14.622Z Downloaded tar v0.4.46
4622026-07-21T19:47:14.622Z Downloaded schemars v1.1.0
4632026-07-21T19:47:14.628Z Downloaded icu_collections v1.5.0
4642026-07-21T19:47:14.631Z Downloaded zerocopy-derive v0.7.35
4652026-07-21T19:47:14.634Z Downloaded x509-cert v0.2.5
4662026-07-21T19:47:14.637Z Downloaded serde v1.0.228
4672026-07-21T19:47:14.640Z Downloaded typenum v1.20.1
4682026-07-21T19:47:14.643Z Downloaded typed-path v0.9.3
4692026-07-21T19:47:14.647Z Downloaded rustls-webpki v0.103.13
4702026-07-21T19:47:14.647Z Downloaded rsa v0.9.10
4712026-07-21T19:47:14.650Z Downloaded tokio-util v0.7.15
4722026-07-21T19:47:14.653Z Downloaded zerovec v0.10.4
4732026-07-21T19:47:14.656Z Downloaded rand v0.8.6
4742026-07-21T19:47:14.659Z Downloaded hashbrown v0.13.2
4752026-07-21T19:47:14.659Z Downloaded zerocopy-derive v0.8.27
4762026-07-21T19:47:14.663Z Downloaded unicode-normalization v0.1.24
4772026-07-21T19:47:14.666Z Downloaded zerocopy v0.7.35
4782026-07-21T19:47:14.673Z Downloaded serde_with v3.21.0
4792026-07-21T19:47:14.679Z Downloaded winnow v0.5.40
4802026-07-21T19:47:14.683Z Downloaded syn v1.0.109
4812026-07-21T19:47:14.690Z Downloaded hashbrown v0.15.1
4822026-07-21T19:47:14.694Z Downloaded serde_json v1.0.151
4832026-07-21T19:47:14.697Z Downloaded unicode-width v0.2.0
4842026-07-21T19:47:14.701Z Downloaded syn v2.0.119
4852026-07-21T19:47:14.704Z Downloaded futures-util v0.3.31
4862026-07-21T19:47:14.711Z Downloaded rawzip v0.4.4
4872026-07-21T19:47:14.714Z Downloaded time v0.3.47
4882026-07-21T19:47:14.719Z Downloaded num-bigint-dig v0.8.6
4892026-07-21T19:47:14.722Z Downloaded indexmap v2.7.1
4902026-07-21T19:47:14.725Z Downloaded memchr v2.7.4
4912026-07-21T19:47:14.728Z Downloaded proptest v1.5.0
4922026-07-21T19:47:14.731Z Downloaded idna v1.1.0
4932026-07-21T19:47:14.734Z Downloaded libm v0.2.8
4942026-07-21T19:47:14.745Z Downloaded icu_properties_data v1.5.0
4952026-07-21T19:47:14.764Z Downloaded tokio v1.47.2
4962026-07-21T19:47:14.793Z Downloaded hashbrown v0.12.3
4972026-07-21T19:47:14.813Z Downloaded object v0.30.4
4982026-07-21T19:47:14.818Z Downloaded zerocopy v0.8.27
4992026-07-21T19:47:14.831Z Downloaded regex v1.11.1
5002026-07-21T19:47:14.852Z Downloaded rustix v0.38.37
5012026-07-21T19:47:14.872Z Downloaded regex-syntax v0.8.5
5022026-07-21T19:47:14.877Z Downloaded rustls v0.23.40
5032026-07-21T19:47:14.893Z Downloaded fastrand v2.1.1
5042026-07-21T19:47:14.896Z Downloaded rustix v1.0.7
5052026-07-21T19:47:14.906Z Downloaded ahash v0.8.11
5062026-07-21T19:47:14.926Z Downloaded zerocopy-derive v0.6.6
5072026-07-21T19:47:14.940Z Downloaded displaydoc v0.2.5
5082026-07-21T19:47:14.954Z Downloaded regex-automata v0.4.8
5092026-07-21T19:47:14.963Z Downloaded crc v3.2.1
5102026-07-21T19:47:14.966Z Downloaded async-trait v0.1.86
5112026-07-21T19:47:14.980Z Downloaded jiff v0.2.32
5122026-07-21T19:47:14.990Z Downloaded ciborium-io v0.2.2
5132026-07-21T19:47:14.994Z Downloaded array-init v0.0.4
5142026-07-21T19:47:14.994Z Downloaded base64ct v1.6.0
5152026-07-21T19:47:14.995Z Downloaded libc v0.2.170
5162026-07-21T19:47:15.021Z Downloaded bzip2 v0.4.4
5172026-07-21T19:47:15.027Z Downloaded ring v0.17.13
5182026-07-21T19:47:15.050Z Downloaded block-buffer v0.10.4
5192026-07-21T19:47:15.053Z Downloaded adler2 v2.0.0
5202026-07-21T19:47:15.053Z Downloaded console v0.15.10
5212026-07-21T19:47:15.053Z Downloaded cfg-if v1.0.0
5222026-07-21T19:47:15.057Z Downloaded base64 v0.22.1
5232026-07-21T19:47:15.067Z Downloaded dunce v1.0.5
5242026-07-21T19:47:15.071Z Downloaded crc-any v2.5.0
5252026-07-21T19:47:15.071Z Downloaded byteorder v1.5.0
5262026-07-21T19:47:15.071Z Downloaded fnv v1.0.7
5272026-07-21T19:47:15.071Z Downloaded digest v0.10.7
5282026-07-21T19:47:15.083Z Downloaded fs_extra v1.3.0
5292026-07-21T19:47:15.103Z Downloaded ciborium-ll v0.2.2
5302026-07-21T19:47:15.120Z Downloaded anstyle v1.0.10
5312026-07-21T19:47:15.135Z Downloaded const-oid v0.9.6
5322026-07-21T19:47:15.139Z Downloaded bit-set v0.5.3
5332026-07-21T19:47:15.142Z Downloaded find-msvc-tools v0.1.9
5342026-07-21T19:47:15.149Z Downloaded chrono v0.4.40
5352026-07-21T19:47:15.192Z Downloaded bzip2-sys v0.1.11+1.0.8
5362026-07-21T19:47:15.203Z Downloaded crossbeam-utils v0.8.21
5372026-07-21T19:47:15.211Z Downloaded clap v4.5.31
5382026-07-21T19:47:15.214Z Downloaded flate2 v1.0.35
5392026-07-21T19:47:15.228Z Downloaded base64 v0.21.7
5402026-07-21T19:47:15.232Z Downloaded anyhow v1.0.96
5412026-07-21T19:47:15.235Z Downloaded clap_lex v0.7.4
5422026-07-21T19:47:15.242Z Downloaded bitflags v1.3.2
5432026-07-21T19:47:15.246Z Downloaded darling v0.23.0
5442026-07-21T19:47:15.254Z Downloaded der v0.7.9
5452026-07-21T19:47:15.268Z Downloaded arc-swap v1.7.1
5462026-07-21T19:47:15.276Z Downloaded camino v1.1.9
5472026-07-21T19:47:15.284Z Downloaded const-oid v0.10.2
5482026-07-21T19:47:15.296Z Downloaded cc v1.2.61
5492026-07-21T19:47:15.311Z Downloaded darling_core v0.23.0
5502026-07-21T19:47:15.325Z Downloaded cpufeatures v0.2.14
5512026-07-21T19:47:15.339Z Downloaded byte-wrapper v0.1.0
5522026-07-21T19:47:15.343Z Downloaded daft-derive v0.1.1
5532026-07-21T19:47:15.366Z Downloaded aho-corasick v1.1.3
5542026-07-21T19:47:15.370Z Downloaded bitfield v0.14.0
5552026-07-21T19:47:15.385Z Downloaded async-recursion v1.1.1
5562026-07-21T19:47:15.397Z Downloaded errno v0.3.13
5572026-07-21T19:47:15.400Z Downloaded crc-catalog v2.4.0
5582026-07-21T19:47:15.437Z Downloaded bs58 v0.5.1
5592026-07-21T19:47:15.450Z Downloaded bit-vec v0.6.3
5602026-07-21T19:47:15.473Z Downloaded bstr v1.10.0
5612026-07-21T19:47:15.479Z Downloaded anstyle-parse v0.2.5
5622026-07-21T19:47:15.482Z Downloaded anstyle-query v1.1.1
5632026-07-21T19:47:15.482Z Downloaded flagset v0.4.6
5642026-07-21T19:47:15.482Z Downloaded colorchoice v1.0.2
5652026-07-21T19:47:15.482Z Downloaded camino-tempfile v1.4.1
5662026-07-21T19:47:15.486Z Downloaded form_urlencoded v1.2.2
5672026-07-21T19:47:15.528Z Downloaded crypto-common v0.2.2
5682026-07-21T19:47:15.532Z Downloaded cmake v0.1.58
5692026-07-21T19:47:15.535Z Downloaded der_derive v0.7.3
5702026-07-21T19:47:15.551Z Downloaded clap_derive v4.5.28
5712026-07-21T19:47:15.616Z Downloaded cpufeatures v0.3.0
5722026-07-21T19:47:15.620Z Downloaded bitflags v2.6.0
5732026-07-21T19:47:15.633Z Downloaded defmt v1.1.1
5742026-07-21T19:47:15.674Z Downloaded deranged v0.5.8
5752026-07-21T19:47:15.678Z Downloaded aws-lc-rs v1.16.3
5762026-07-21T19:47:15.681Z Downloaded expectorate v1.1.0
5772026-07-21T19:47:15.689Z Downloaded digest-io v0.1.0
5782026-07-21T19:47:15.697Z Downloaded defmt-parser v1.0.0
5792026-07-21T19:47:15.700Z Downloaded autocfg v1.4.0
5802026-07-21T19:47:15.728Z Downloaded crypto-common v0.1.6
5812026-07-21T19:47:15.731Z Downloaded crc32fast v1.4.2
5822026-07-21T19:47:15.735Z Downloaded equivalent v1.0.1
5832026-07-21T19:47:15.774Z Downloaded env_logger v0.10.2
5842026-07-21T19:47:15.774Z Downloaded block-buffer v0.12.1
5852026-07-21T19:47:15.774Z Downloaded filetime v0.2.25
5862026-07-21T19:47:15.774Z Downloaded bytes v1.11.1
5872026-07-21T19:47:15.794Z Downloaded digest v0.11.3
5882026-07-21T19:47:15.803Z Downloaded clap_builder v4.5.31
5892026-07-21T19:47:15.810Z Downloaded ciborium v0.2.2
5902026-07-21T19:47:15.813Z Downloaded atomicwrites v0.4.4
5912026-07-21T19:47:15.827Z Downloaded crossbeam-channel v0.5.15
5922026-07-21T19:47:15.836Z Downloaded daft v0.1.1
5932026-07-21T19:47:15.844Z Downloaded anstream v0.6.15
5942026-07-21T19:47:15.871Z Downloaded defmt-macros v1.1.1
5952026-07-21T19:47:15.877Z Downloaded darling_macro v0.23.0
5962026-07-21T19:47:15.887Z Downloaded dyn-clone v1.0.18
5972026-07-21T19:47:15.904Z Downloaded bitvec v1.0.1
5982026-07-21T19:47:16.181Z Downloaded aws-lc-sys v0.40.0
5992026-07-21T19:47:16.390Z Compiling proc-macro2 v1.0.93
6002026-07-21T19:47:16.390Z Compiling unicode-ident v1.0.14
6012026-07-21T19:47:16.394Z Compiling serde_core v1.0.228
6022026-07-21T19:47:16.394Z Compiling libc v0.2.170
6032026-07-21T19:47:16.394Z Compiling serde v1.0.228
6042026-07-21T19:47:16.394Z Checking cfg-if v1.0.0
6052026-07-21T19:47:16.394Z Compiling autocfg v1.4.0
6062026-07-21T19:47:16.544Z Compiling shlex v1.3.0
6072026-07-21T19:47:16.616Z Compiling find-msvc-tools v0.1.9
6082026-07-21T19:47:16.731Z Checking once_cell v1.20.3
6092026-07-21T19:47:16.842Z Checking memchr v2.7.4
6102026-07-21T19:47:16.845Z Compiling version_check v0.9.5
6112026-07-21T19:47:16.897Z Checking byteorder v1.5.0
6122026-07-21T19:47:16.913Z Checking typenum v1.20.1
6132026-07-21T19:47:17.082Z Checking zeroize v1.8.1
6142026-07-21T19:47:17.111Z Compiling libm v0.2.8
6152026-07-21T19:47:17.161Z Compiling jobserver v0.1.32
6162026-07-21T19:47:17.208Z Compiling num-traits v0.2.19
6172026-07-21T19:47:17.217Z Compiling rustix v0.38.37
6182026-07-21T19:47:17.300Z Checking errno v0.3.13
6192026-07-21T19:47:17.344Z Compiling cc v1.2.61
6202026-07-21T19:47:17.410Z Compiling quote v1.0.38
6212026-07-21T19:47:17.571Z Compiling heck v0.5.0
6222026-07-21T19:47:17.583Z Compiling syn v2.0.119
6232026-07-21T19:47:17.634Z Checking const-oid v0.9.6
6242026-07-21T19:47:17.658Z Checking getrandom v0.2.15
6252026-07-21T19:47:17.702Z Compiling generic-array v0.14.7
6262026-07-21T19:47:17.787Z Checking stable_deref_trait v1.2.0
6272026-07-21T19:47:17.809Z Checking rand_core v0.6.4
6282026-07-21T19:47:17.854Z Checking base64ct v1.6.0
6292026-07-21T19:47:17.965Z Checking smallvec v1.14.0
6302026-07-21T19:47:17.977Z Checking spin v0.9.8
6312026-07-21T19:47:18.073Z Checking pem-rfc7468 v0.7.0
6322026-07-21T19:47:18.083Z Checking lazy_static v1.5.0
6332026-07-21T19:47:18.153Z Checking flagset v0.4.6
6342026-07-21T19:47:18.217Z Checking utf8parse v0.2.2
6352026-07-21T19:47:18.266Z Compiling rustix v1.0.7
6362026-07-21T19:47:18.307Z Compiling getrandom v0.3.3
6372026-07-21T19:47:18.316Z Checking itoa v1.0.11
6382026-07-21T19:47:18.327Z Checking log v0.4.22
6392026-07-21T19:47:18.377Z Checking anstyle-parse v0.2.5
6402026-07-21T19:47:18.426Z Compiling syn v1.0.109
6412026-07-21T19:47:18.478Z Checking anstyle-query v1.1.1
6422026-07-21T19:47:18.515Z Compiling radium v0.7.0
6432026-07-21T19:47:18.552Z Checking colorchoice v1.0.2
6442026-07-21T19:47:18.562Z Checking anstyle v1.0.10
6452026-07-21T19:47:18.619Z Checking is_terminal_polyfill v1.70.1
6462026-07-21T19:47:18.639Z Compiling zmij v1.0.23
6472026-07-21T19:47:18.694Z Checking crypto-common v0.1.6
6482026-07-21T19:47:18.725Z Checking anstream v0.6.15
6492026-07-21T19:47:18.757Z Checking block-buffer v0.10.4
6502026-07-21T19:47:18.766Z Compiling pkg-config v0.3.31
6512026-07-21T19:47:18.769Z Checking fastrand v2.1.1
6522026-07-21T19:47:18.793Z Compiling maybe-uninit v2.0.0
6532026-07-21T19:47:18.801Z Checking clap_lex v0.7.4
6542026-07-21T19:47:18.867Z Checking strsim v0.11.1
6552026-07-21T19:47:18.909Z Checking regex-syntax v0.8.5
6562026-07-21T19:47:18.926Z Compiling serde_json v1.0.151
6572026-07-21T19:47:18.937Z Checking tap v1.0.1
6582026-07-21T19:47:19.016Z Checking digest v0.10.7
6592026-07-21T19:47:19.028Z Checking wyz v0.5.1
6602026-07-21T19:47:19.171Z Checking num-integer v0.1.46
6612026-07-21T19:47:19.179Z Compiling cmake v0.1.58
6622026-07-21T19:47:19.191Z Checking is-terminal v0.4.13
6632026-07-21T19:47:19.203Z Compiling bzip2-sys v0.1.11+1.0.8
6642026-07-21T19:47:19.264Z Compiling ahash v0.8.11
6652026-07-21T19:47:19.267Z Compiling num-bigint-dig v0.8.6
6662026-07-21T19:47:19.379Z Compiling dunce v1.0.5
6672026-07-21T19:47:19.468Z Checking litemap v0.7.3
6682026-07-21T19:47:19.477Z Checking writeable v0.5.5
6692026-07-21T19:47:19.487Z Checking futures-core v0.3.31
6702026-07-21T19:47:19.504Z Checking subtle v2.6.1
6712026-07-21T19:47:19.513Z Compiling packed_struct v0.10.1
6722026-07-21T19:47:19.597Z Checking funty v2.0.0
6732026-07-21T19:47:19.631Z Checking hex v0.4.3
6742026-07-21T19:47:19.639Z Compiling fs_extra v1.3.0
6752026-07-21T19:47:19.874Z Checking num-iter v0.1.45
6762026-07-21T19:47:19.914Z Compiling aws-lc-sys v0.40.0
6772026-07-21T19:47:19.931Z Checking bitvec v1.0.1
6782026-07-21T19:47:20.033Z Compiling indexmap v1.9.3
6792026-07-21T19:47:20.249Z Checking crc32fast v1.4.2
6802026-07-21T19:47:20.298Z Checking pin-project-lite v0.2.14
6812026-07-21T19:47:20.381Z Checking crc-catalog v2.4.0
6822026-07-21T19:47:20.381Z Checking hashbrown v0.15.1
6832026-07-21T19:47:20.462Z Compiling synstructure v0.13.1
6842026-07-21T19:47:20.485Z Compiling thiserror v1.0.69
6852026-07-21T19:47:20.764Z Checking equivalent v1.0.1
6862026-07-21T19:47:20.787Z Checking cpufeatures v0.2.14
6872026-07-21T19:47:20.823Z Checking nodrop v0.1.14
6882026-07-21T19:47:20.853Z Checking indexmap v2.7.1
6892026-07-21T19:47:20.863Z Checking sha2 v0.10.8
6902026-07-21T19:47:20.902Z Checking array-init v0.0.4
6912026-07-21T19:47:21.088Z Checking crc v3.2.1
6922026-07-21T19:47:21.130Z Compiling serde_derive_internals v0.29.1
6932026-07-21T19:47:21.208Z Checking smallvec v0.6.14
6942026-07-21T19:47:21.254Z Checking signature v2.2.0
6952026-07-21T19:47:21.281Z Checking winnow v0.5.40
6962026-07-21T19:47:21.336Z Checking bitfield v0.14.0
6972026-07-21T19:47:21.365Z Checking base64 v0.21.7
6982026-07-21T19:47:21.384Z Checking hashbrown v0.12.3
6992026-07-21T19:47:21.464Z Checking dyn-clone v1.0.18
7002026-07-21T19:47:21.562Z Compiling thiserror v2.0.12
7012026-07-21T19:47:21.596Z Checking termcolor v1.4.1
7022026-07-21T19:47:21.685Z Compiling serde_derive v1.0.228
7032026-07-21T19:47:21.791Z Compiling zerocopy-derive v0.7.35
7042026-07-21T19:47:21.791Z Compiling zerofrom-derive v0.1.4
7052026-07-21T19:47:21.871Z Compiling yoke-derive v0.7.4
7062026-07-21T19:47:21.875Z Compiling zerovec-derive v0.10.3
7072026-07-21T19:47:22.064Z Compiling der_derive v0.7.3
7082026-07-21T19:47:22.425Z Compiling displaydoc v0.2.5
7092026-07-21T19:47:22.600Z Checking zerocopy v0.7.35
7102026-07-21T19:47:22.855Z Compiling zerocopy-derive v0.6.6
7112026-07-21T19:47:22.879Z Compiling clap_derive v4.5.28
7122026-07-21T19:47:22.948Z Checking zerofrom v0.1.4
7132026-07-21T19:47:22.984Z Checking der v0.7.9
7142026-07-21T19:47:23.057Z Checking yoke v0.7.4
7152026-07-21T19:47:23.083Z Checking ppv-lite86 v0.2.20
7162026-07-21T19:47:23.138Z Compiling packed_struct_codegen v0.10.1
7172026-07-21T19:47:23.222Z Checking zerovec v0.10.4
7182026-07-21T19:47:23.369Z Checking rand_chacha v0.3.1
7192026-07-21T19:47:23.553Z Checking rand v0.8.6
7202026-07-21T19:47:23.642Z Checking zerocopy v0.6.6
7212026-07-21T19:47:23.685Z Checking spki v0.7.3
7222026-07-21T19:47:23.843Z Checking pkcs8 v0.10.2
7232026-07-21T19:47:23.887Z Checking tinystr v0.7.6
7242026-07-21T19:47:23.922Z Compiling icu_provider_macros v1.5.0
7252026-07-21T19:47:23.983Z Checking pkcs1 v0.7.5
7262026-07-21T19:47:24.049Z Checking icu_locid v1.5.0
7272026-07-21T19:47:24.113Z Compiling thiserror-impl v1.0.69
7282026-07-21T19:47:24.183Z Compiling slog v2.7.0
7292026-07-21T19:47:24.228Z Compiling schemars v0.8.22
7302026-07-21T19:47:24.443Z Checking icu_locid_transform_data v1.5.0
7312026-07-21T19:47:24.459Z Compiling paste v1.0.15
7322026-07-21T19:47:24.468Z Checking icu_provider v1.5.0
7332026-07-21T19:47:24.488Z Checking hashbrown v0.13.2
7342026-07-21T19:47:24.500Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
7352026-07-21T19:47:24.513Z Checking icu_collections v1.5.0
7362026-07-21T19:47:24.644Z Checking x509-cert v0.2.5
7372026-07-21T19:47:24.670Z Checking bitflags v2.6.0
7382026-07-21T19:47:24.749Z Checking serde_spanned v0.6.8
7392026-07-21T19:47:24.941Z Checking toml_datetime v0.6.8
7402026-07-21T19:47:25.091Z Checking toml_edit v0.19.15
7412026-07-21T19:47:25.307Z Checking ron v0.8.1
7422026-07-21T19:47:25.323Z Checking icu_locid_transform v1.5.0
7432026-07-21T19:47:25.514Z Checking tempfile v3.20.0
7442026-07-21T19:47:25.533Z Checking rsa v0.9.10
7452026-07-21T19:47:25.631Z Checking terminal_size v0.4.0
7462026-07-21T19:47:25.738Z Checking serde-hex v0.1.0
7472026-07-21T19:47:25.738Z Checking clap_builder v4.5.31
7482026-07-21T19:47:25.788Z Compiling schemars_derive v0.8.22
7492026-07-21T19:47:25.929Z Checking env_logger v0.10.2
7502026-07-21T19:47:25.966Z Compiling thiserror-impl v2.0.12
7512026-07-21T19:47:26.741Z Compiling structmeta-derive v0.3.0
7522026-07-21T19:47:26.741Z Checking bzip2 v0.4.4
7532026-07-21T19:47:26.741Z Checking wait-timeout v0.2.0
7542026-07-21T19:47:26.741Z Checking aho-corasick v1.1.3
7552026-07-21T19:47:26.741Z Compiling slab v0.4.9
7562026-07-21T19:47:26.741Z Checking crc-any v2.5.0
7572026-07-21T19:47:26.745Z Compiling ident_case v1.0.1
7582026-07-21T19:47:26.774Z Checking futures-sink v0.3.31
7592026-07-21T19:47:26.864Z Checking icu_properties_data v1.5.0
7602026-07-21T19:47:26.892Z Compiling aws-lc-rs v1.16.3
7612026-07-21T19:47:26.914Z Checking clap v4.5.31
7622026-07-21T19:47:26.930Z Compiling zerocopy v0.8.27
7632026-07-21T19:47:26.983Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
7642026-07-21T19:47:26.993Z Checking fnv v1.0.7
7652026-07-21T19:47:27.074Z Checking bit-vec v0.6.3
7662026-07-21T19:47:27.084Z Checking quick-error v1.2.3
7672026-07-21T19:47:27.170Z Checking rusty-fork v0.3.0
7682026-07-21T19:47:27.192Z Compiling structmeta v0.3.0
7692026-07-21T19:47:27.236Z Checking bit-set v0.5.3
7702026-07-21T19:47:27.262Z Checking icu_properties v1.5.1
7712026-07-21T19:47:27.323Z Compiling darling_core v0.23.0
7722026-07-21T19:47:27.366Z Checking regex-automata v0.4.8
7732026-07-21T19:47:27.418Z Checking zip v0.6.6
7742026-07-21T19:47:27.459Z Checking object v0.30.4
7752026-07-21T19:47:27.729Z Checking toml v0.7.8
7762026-07-21T19:47:27.920Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
7772026-07-21T19:47:28.276Z Compiling zerocopy-derive v0.8.27
7782026-07-21T19:47:28.468Z Compiling tokio-macros v2.5.0
7792026-07-21T19:47:28.635Z Compiling daft-derive v0.1.1
7802026-07-21T19:47:28.692Z Checking rand_xorshift v0.3.0
7812026-07-21T19:47:28.802Z Checking hybrid-array v0.4.12
7822026-07-21T19:47:29.133Z Checking path-slash v0.1.5
7832026-07-21T19:47:29.224Z Compiling rustversion v1.0.22
7842026-07-21T19:47:29.234Z Checking write16 v1.0.0
7852026-07-21T19:47:29.309Z Checking unarray v0.1.4
7862026-07-21T19:47:29.318Z Checking icu_normalizer_data v1.5.0
7872026-07-21T19:47:29.378Z Checking bytes v1.11.1
7882026-07-21T19:47:29.398Z Checking utf8_iter v1.0.4
7892026-07-21T19:47:29.407Z Checking utf16_iter v1.0.5
7902026-07-21T19:47:29.503Z Checking proptest v1.5.0
7912026-07-21T19:47:29.512Z Checking icu_normalizer v1.5.0
7922026-07-21T19:47:29.522Z Compiling darling_macro v0.23.0
7932026-07-21T19:47:29.593Z Checking daft v0.1.1
7942026-07-21T19:47:29.783Z Checking byte-wrapper v0.1.0
7952026-07-21T19:47:29.821Z Checking tokio v1.47.2
7962026-07-21T19:47:29.960Z Compiling test-strategy v0.4.0
7972026-07-21T19:47:29.998Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
7982026-07-21T19:47:30.045Z Checking futures-channel v0.3.31
7992026-07-21T19:47:30.081Z Compiling futures-macro v0.3.31
8002026-07-21T19:47:30.224Z Checking pin-utils v0.1.0
8012026-07-21T19:47:30.286Z Checking tinyvec_macros v0.1.1
8022026-07-21T19:47:30.347Z Checking futures-io v0.3.31
8032026-07-21T19:47:30.416Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
8042026-07-21T19:47:30.455Z Checking untrusted v0.7.1
8052026-07-21T19:47:30.559Z Checking futures-task v0.3.31
8062026-07-21T19:47:30.692Z Checking tinyvec v1.8.0
8072026-07-21T19:47:30.735Z Compiling darling v0.23.0
8082026-07-21T19:47:30.812Z Checking idna_adapter v1.2.0
8092026-07-21T19:47:30.826Z Checking half v2.7.1
8102026-07-21T19:47:30.879Z Checking futures-util v0.3.31
8112026-07-21T19:47:31.058Z Checking crypto-common v0.2.2
8122026-07-21T19:47:31.146Z Checking block-buffer v0.12.1
8132026-07-21T19:47:31.241Z Checking xattr v1.3.1
8142026-07-21T19:47:31.258Z Compiling pin-project-internal v1.1.6
8152026-07-21T19:47:31.281Z Checking filetime v0.2.25
8162026-07-21T19:47:31.354Z Checking rustls-pki-types v1.14.1
8172026-07-21T19:47:31.403Z Checking percent-encoding v2.3.2
8182026-07-21T19:47:31.466Z Compiling rustls v0.23.40
8192026-07-21T19:47:31.532Z Checking ciborium-io v0.2.2
8202026-07-21T19:47:31.541Z Checking const-oid v0.10.2
8212026-07-21T19:47:31.611Z Checking untrusted v0.9.0
8222026-07-21T19:47:31.626Z Compiling camino v1.1.9
8232026-07-21T19:47:31.661Z Checking iana-time-zone v0.1.61
8242026-07-21T19:47:31.682Z Checking digest v0.11.3
8252026-07-21T19:47:31.707Z Checking ciborium-ll v0.2.2
8262026-07-21T19:47:31.758Z Checking chrono v0.4.40
8272026-07-21T19:47:31.820Z Checking form_urlencoded v1.2.2
8282026-07-21T19:47:31.866Z Compiling strum_macros v0.26.4
8292026-07-21T19:47:31.938Z Checking tar v0.4.46
8302026-07-21T19:47:31.986Z Checking unicode-normalization v0.1.24
8312026-07-21T19:47:32.053Z Checking tufaceous-artifact v0.2.0 (/work/oxidecomputer/tufaceous/artifact)
8322026-07-21T19:47:32.302Z Checking idna v1.1.0
8332026-07-21T19:47:32.312Z Checking pin-project v1.1.6
8342026-07-21T19:47:32.370Z Compiling serde_with_macros v3.21.0
8352026-07-21T19:47:32.393Z Compiling snafu-derive v0.8.5
8362026-07-21T19:47:32.506Z Checking bstr v1.10.0
8372026-07-21T19:47:32.535Z Compiling semver v1.0.25
8382026-07-21T19:47:32.734Z Checking base64 v0.22.1
8392026-07-21T19:47:32.746Z Checking futures-executor v0.3.31
8402026-07-21T19:47:32.810Z Checking adler2 v2.0.0
8412026-07-21T19:47:32.829Z Checking same-file v1.0.6
8422026-07-21T19:47:32.881Z Checking futures v0.3.31
8432026-07-21T19:47:32.906Z Checking miniz_oxide v0.8.0
8442026-07-21T19:47:32.935Z Checking walkdir v2.5.0
8452026-07-21T19:47:32.948Z Checking globset v0.4.15
8462026-07-21T19:47:32.962Z Checking pem v3.0.5
8472026-07-21T19:47:33.104Z Checking url v2.5.7
8482026-07-21T19:47:33.122Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
8492026-07-21T19:47:33.176Z Checking tokio-util v0.7.15
8502026-07-21T19:47:33.280Z Checking ciborium v0.2.2
8512026-07-21T19:47:33.435Z Checking serde_with v3.21.0
8522026-07-21T19:47:33.441Z Checking strum v0.26.3
8532026-07-21T19:47:33.441Z Checking serde_plain v1.0.2
8542026-07-21T19:47:33.460Z Compiling async-recursion v1.1.1
8552026-07-21T19:47:33.531Z Compiling async-trait v0.1.86
8562026-07-21T19:47:33.536Z Checking jiff v0.2.32
8572026-07-21T19:47:33.575Z Checking cpufeatures v0.3.0
8582026-07-21T19:47:33.640Z Checking typed-path v0.9.3
8592026-07-21T19:47:33.687Z Checking sha2 v0.11.0
8602026-07-21T19:47:34.060Z Checking snafu v0.8.5
8612026-07-21T19:47:34.097Z Checking camino-tempfile v1.4.1
8622026-07-21T19:47:34.248Z Checking flate2 v1.0.35
8632026-07-21T19:47:34.346Z Checking tufaceous-brand-metadata v0.2.0 (/work/oxidecomputer/tufaceous/brand-metadata)
8642026-07-21T19:47:34.391Z Checking digest-io v0.1.0
8652026-07-21T19:47:34.487Z Checking atomicwrites v0.4.4
8662026-07-21T19:47:34.498Z Compiling crossbeam-utils v0.8.21
8672026-07-21T19:47:34.502Z Checking rawzip v0.4.4
8682026-07-21T19:47:34.542Z Compiling time-core v0.1.8
8692026-07-21T19:47:34.575Z Compiling num-conv v0.2.2
8702026-07-21T19:47:34.591Z Checking powerfmt v0.2.0
8712026-07-21T19:47:34.678Z Checking tokio-stream v0.1.18
8722026-07-21T19:47:34.711Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
8732026-07-21T19:47:34.720Z Compiling time-macros v0.2.27
8742026-07-21T19:47:34.730Z Checking deranged v0.5.8
8752026-07-21T19:47:35.013Z Checking thread_local v1.1.8
8762026-07-21T19:47:35.049Z Compiling slog-async v2.8.0
8772026-07-21T19:47:35.173Z Checking arc-swap v1.7.1
8782026-07-21T19:47:35.359Z Checking crossbeam-channel v0.5.15
8792026-07-21T19:47:35.368Z Checking tokio-test v0.4.5
8802026-07-21T19:47:35.377Z Checking slog-scope v4.4.0
8812026-07-21T19:47:35.400Z Checking regex v1.11.1
8822026-07-21T19:47:35.491Z Checking take_mut v0.2.2
8832026-07-21T19:47:35.530Z Compiling anyhow v1.0.96
8842026-07-21T19:47:35.583Z Checking term v1.2.1
8852026-07-21T19:47:35.652Z Checking slog-stdlog v4.1.1
8862026-07-21T19:47:35.671Z Checking unicode-width v0.2.0
8872026-07-21T19:47:35.721Z Checking time v0.3.47
8882026-07-21T19:47:35.753Z Checking unicode-segmentation v1.12.0
8892026-07-21T19:47:35.795Z Checking similar v2.7.0
8902026-07-21T19:47:35.908Z Checking console v0.15.10
8912026-07-21T19:47:36.051Z Checking newline-converter v0.3.0
8922026-07-21T19:47:36.160Z Checking expectorate v1.1.0
8932026-07-21T19:47:36.510Z Checking slog-term v2.9.2
8942026-07-21T19:47:36.737Z Checking slog-envlogger v2.2.0
8952026-07-21T19:47:41.136Z Checking rustls-webpki v0.103.13
8962026-07-21T19:47:43.227Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
8972026-07-21T19:47:44.734Z Checking tufaceous v0.2.0 (/work/oxidecomputer/tufaceous/lib)
8982026-07-21T19:47:45.948Z Checking tufaceous-bin v0.2.0 (/work/oxidecomputer/tufaceous/bin)
8992026-07-21T19:47:46.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.45s
9002026-07-21T19:47:46.629Z
9012026-07-21T19:47:46.629Zreal 36.645433652
9022026-07-21T19:47:46.629Zuser 2:07.941885607
9032026-07-21T19:47:46.629Zsys 34.106571649
9042026-07-21T19:47:46.629Ztrap 0.073799876
9052026-07-21T19:47:46.629Ztflt 0.253584023
9062026-07-21T19:47:46.629Zdflt 0.161252993
9072026-07-21T19:47:46.629Zkflt 0.009812037
9082026-07-21T19:47:46.629Zlock 5:35.334358937
9092026-07-21T19:47:46.629Zslp 7:22.930283455
9102026-07-21T19:47:46.629Zlat 6.521535449
9112026-07-21T19:47:46.629Zstop 33.020784326
9122026-07-21T19:47:46.633Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
9132026-07-21T19:47:46.633Z+ ptime -m cargo doc --workspace --no-deps
9142026-07-21T19:47:46.818Zwarning: output filename collision at /work/oxidecomputer/tufaceous/target/doc/tufaceous/index.html
9152026-07-21T19:47:46.818Z |
9162026-07-21T19:47:46.818Z = note: the bin target `tufaceous` in package `tufaceous-bin v0.2.0 (/work/oxidecomputer/tufaceous/bin)` has the same output filename as the lib target `tufaceous` in package `tufaceous v0.2.0 (/work/oxidecomputer/tufaceous/lib)`
9172026-07-21T19:47:46.818Z = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313>
9182026-07-21T19:47:46.853Z Compiling num-traits v0.2.19
9192026-07-21T19:47:46.889Z Checking ppv-lite86 v0.2.20
9202026-07-21T19:47:46.900Z Checking byte-wrapper v0.1.0
9212026-07-21T19:47:46.908Z Checking tokio v1.47.2
9222026-07-21T19:47:47.141Z Checking rand_chacha v0.3.1
9232026-07-21T19:47:47.277Z Checking rand v0.8.6
9242026-07-21T19:47:47.642Z Checking num-integer v0.1.46
9252026-07-21T19:47:47.642Z Checking chrono v0.4.40
9262026-07-21T19:47:47.818Z Checking num-iter v0.1.45
9272026-07-21T19:47:47.897Z Checking num-bigint-dig v0.8.6
9282026-07-21T19:47:48.288Z Checking slog-term v2.9.2
9292026-07-21T19:47:48.497Z Checking slog-envlogger v2.2.0
9302026-07-21T19:47:48.500Z Checking rsa v0.9.10
9312026-07-21T19:47:48.835Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
9322026-07-21T19:47:48.903Z Checking tokio-util v0.7.15
9332026-07-21T19:47:49.115Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
9342026-07-21T19:47:49.180Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
9352026-07-21T19:47:49.426Z Checking tufaceous-artifact v0.2.0 (/work/oxidecomputer/tufaceous/artifact)
9362026-07-21T19:47:49.426Z Documenting tufaceous-artifact v0.2.0 (/work/oxidecomputer/tufaceous/artifact)
9372026-07-21T19:47:49.817Z Checking tufaceous-brand-metadata v0.2.0 (/work/oxidecomputer/tufaceous/brand-metadata)
9382026-07-21T19:47:49.817Z Documenting tufaceous-brand-metadata v0.2.0 (/work/oxidecomputer/tufaceous/brand-metadata)
9392026-07-21T19:47:50.778Z Checking tufaceous v0.2.0 (/work/oxidecomputer/tufaceous/lib)
9402026-07-21T19:47:50.782Z Documenting tufaceous v0.2.0 (/work/oxidecomputer/tufaceous/lib)
9412026-07-21T19:47:51.779Z Documenting tufaceous-bin v0.2.0 (/work/oxidecomputer/tufaceous/bin)
9422026-07-21T19:47:53.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.68s
9432026-07-21T19:47:53.362Z Generated /work/oxidecomputer/tufaceous/target/doc/tufaceous/index.html and 3 other files
9442026-07-21T19:47:53.376Z
9452026-07-21T19:47:53.379Zreal 6.731703346
9462026-07-21T19:47:53.379Zuser 12.510970777
9472026-07-21T19:47:53.379Zsys 2.508652472
9482026-07-21T19:47:53.379Ztrap 0.001444458
9492026-07-21T19:47:53.379Ztflt 0.004051737
9502026-07-21T19:47:53.379Zdflt 0.001037850
9512026-07-21T19:47:53.379Zkflt 0.000002177
9522026-07-21T19:47:53.379Zlock 44.703371087
9532026-07-21T19:47:53.379Zslp 29.585906145
9542026-07-21T19:47:53.379Zlat 0.019887770
9552026-07-21T19:47:53.379Zstop 0.469473925
9562026-07-21T19:47:53.379Zprocess exited: duration 95578 ms, exit code 0
 
9572026-07-21T19:47:53.386Zfound 0 output files