01KY33BC4P7801EWX2N7KH49XY: build-and-test (helios)

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

Buildomat Job: 01KY33BNY2CYACDYX0DSV7DFEM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-21T19:45:48.158Zjob assigned to worker 01KY33BS04VHPWX9F8MF9AKG0N [factory aws, i-09817ecbe3630da09] (queued for 44 s)
 
22026-07-21T19:45:54.709Zstarting task 0: "setup"
32026-07-21T19:45:54.713Z++ uname -s
42026-07-21T19:45:54.716Z+ kern=SunOS
52026-07-21T19:45:54.716Z+ build_user=build
62026-07-21T19:45:54.716Z+ build_uid=12345
72026-07-21T19:45:54.716Z+ work_dir=/work
82026-07-21T19:45:54.716Z+ input_dir=/input
92026-07-21T19:45:54.716Z+ [[ 0 == 12345 ]]
102026-07-21T19:45:54.716Z+ case "$kern" in
112026-07-21T19:45:54.716Z+ groupadd -g 12345 build
122026-07-21T19:45:54.719Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-21T19:45:56.722Z+ zfs create -o mountpoint=/work rpool/work
142026-07-21T19:45:56.841Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-21T19:45:56.844Z+ home_fs=zfs
162026-07-21T19:45:56.844Z+ [[ zfs == autofs ]]
172026-07-21T19:45:56.844Z+ mkdir -p /home/build
182026-07-21T19:45:56.844Z+ chown build:build /home/build /work
192026-07-21T19:45:58.845Z+ chmod 0700 /home/build /work
202026-07-21T19:45:58.848Zprocess exited: duration 4138 ms, exit code 0
 
212026-07-21T19:45:58.854Zstarting task 1: "rust-toolchain"
222026-07-21T19:45:58.857Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-07-21T19:45:58.857Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-21T19:45:58.858Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-21T19:45:58.858Z * rust toolchain channel = "1.94.0"
262026-07-21T19:45:58.858Z * rust toolchain profile = "default"
272026-07-21T19:45:58.858Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-21T19:45:58.860Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-21T19:45:58.861Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-07-21T19:45:58.979Zinfo: downloading installer
312026-07-21T19:46:00.446Zwarn: It looks like you have an existing installation of Rust at:
322026-07-21T19:46:00.446Zwarn: /opt/ooce/bin
332026-07-21T19:46:00.446Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-21T19:46:00.446Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-21T19:46:00.446Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-21T19:46:00.446Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-21T19:46:00.446Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-21T19:46:00.446Zerror: cannot install while Rust is installed
392026-07-21T19:46:00.446Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-21T19:46:00.446Zwarn: It looks like you have an existing rustup settings file at:
412026-07-21T19:46:00.446Zwarn: /home/build/.rustup/settings.toml
422026-07-21T19:46:00.446Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-21T19:46:00.446Zwarn: instead of the one inferred from the default host triple.
442026-07-21T19:46:00.459Zinfo: profile set to default
452026-07-21T19:46:00.460Zinfo: default host triple is x86_64-unknown-illumos
462026-07-21T19:46:00.462Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-07-21T19:46:00.596Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-07-21T19:46:00.601Zinfo: downloading 6 components
492026-07-21T19:46:16.700Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-07-21T19:46:16.700Z
512026-07-21T19:46:16.733Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-07-21T19:46:16.733Z
532026-07-21T19:46:16.733Z
542026-07-21T19:46:16.734ZRust is installed now. Great!
552026-07-21T19:46:16.734Z
562026-07-21T19:46:16.734ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-21T19:46:16.734Zenvironment variable. This has not been done automatically.
582026-07-21T19:46:16.734Z
592026-07-21T19:46:16.734ZTo configure your current shell, you need to source
602026-07-21T19:46:16.734Zthe corresponding env file under $HOME/.cargo.
612026-07-21T19:46:16.734Z
622026-07-21T19:46:16.734ZThis is usually done by running one of the following (note the leading DOT):
632026-07-21T19:46:16.734Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-21T19:46:16.734Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-21T19:46:16.734Zsource "~/.cargo/env.nu" # For nushell
662026-07-21T19:46:16.734Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-21T19:46:16.734Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-21T19:46:16.734Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-21T19:46:16.737Zwarn: no default linker (`cc`) was found in your PATH
702026-07-21T19:46:16.737Zwarn: many Rust crates require a system C toolchain to build
712026-07-21T19:46:16.820Z+ rustup --version
722026-07-21T19:46:16.829Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-21T19:46:16.832Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-21T19:46:16.850Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-07-21T19:46:16.853Z+ cargo --version
762026-07-21T19:46:16.865Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-07-21T19:46:16.868Z+ rustc --version
782026-07-21T19:46:16.887Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-07-21T19:46:16.890Zprocess exited: duration 18034 ms, exit code 0
 
802026-07-21T19:46:16.896Zstarting task 2: "authentication"
812026-07-21T19:46:16.912Zprocess exited: duration 15 ms, exit code 0
 
822026-07-21T19:46:16.919Zstarting task 3: "clone repository"
832026-07-21T19:46:16.922Z+ mkdir -p /work/oxidecomputer/tufaceous
842026-07-21T19:46:16.925Z+ git clone https://github.com/oxidecomputer/tufaceous /work/oxidecomputer/tufaceous
852026-07-21T19:46:16.954ZCloning into '/work/oxidecomputer/tufaceous'...
862026-07-21T19:46:17.412Z+ cd /work/oxidecomputer/tufaceous
872026-07-21T19:46:17.412Z+ git fetch origin 2571901a242a201561a077c118d7cb8e862e0c0f
882026-07-21T19:46:17.630ZFrom https://github.com/oxidecomputer/tufaceous
892026-07-21T19:46:17.630Z * branch 2571901a242a201561a077c118d7cb8e862e0c0f -> FETCH_HEAD
902026-07-21T19:46:17.634Z+ [[ -n iliana/serde_with ]]
912026-07-21T19:46:17.639Z++ git branch --show-current
922026-07-21T19:46:17.639Z+ current=main
932026-07-21T19:46:17.639Z+ [[ main != iliana/serde_with ]]
942026-07-21T19:46:17.639Z+ git branch -f iliana/serde_with 2571901a242a201561a077c118d7cb8e862e0c0f
952026-07-21T19:46:17.643Z+ git checkout -f iliana/serde_with
962026-07-21T19:46:17.650ZSwitched to branch 'iliana/serde_with'
972026-07-21T19:46:17.650Z+ git reset --hard 2571901a242a201561a077c118d7cb8e862e0c0f
982026-07-21T19:46:17.653ZHEAD is now at 2571901 update serde_with in lockfile
992026-07-21T19:46:17.653Zprocess exited: duration 733 ms, exit code 0
 
1002026-07-21T19:46:17.659Zstarting task 4: "build"
1012026-07-21T19:46:17.663Z+ source .github/buildomat/ci-env.sh
1022026-07-21T19:46:17.663Z++ export CARGO_TERM_COLOR=always
1032026-07-21T19:46:17.665Z++ CARGO_TERM_COLOR=always
1042026-07-21T19:46:17.665Z++ export 'RUSTFLAGS=-D warnings'
1052026-07-21T19:46:17.665Z++ RUSTFLAGS='-D warnings'
1062026-07-21T19:46:17.666Z++ export CARGO_INCREMENTAL=0
1072026-07-21T19:46:17.666Z++ CARGO_INCREMENTAL=0
1082026-07-21T19:46:17.666Z+++ uname -s
1092026-07-21T19:46:17.666Z++ HOST_OS=SunOS
1102026-07-21T19:46:17.666Z++ [[ SunOS == \S\u\n\O\S ]]
1112026-07-21T19:46:17.666Z++ CLANGVER=15
1122026-07-21T19:46:17.666Z++ pfexec pkg install -v build-essential pkg-config pkg:/ooce/developer/clang-15
1132026-07-21T19:46:27.708Z Startup: Refreshing catalog 'helios-dev' ... Done
1142026-07-21T19:46:35.437Z Startup: Caching catalogs ... Done
1152026-07-21T19:46:42.904ZPlanning: Solver setup ... Done (6.182s)
1162026-07-21T19:46:42.947ZPlanning: Running solver ... Done (0.043s)
1172026-07-21T19:46:43.092ZPlanning: Finding local manifests ... Done (0.003s)
1182026-07-21T19:46:43.106ZPlanning: Fetching manifests: 0/3 0% complete
1192026-07-21T19:46:43.189ZPlanning: Fetching manifests: 3/3 100% complete
1202026-07-21T19:46:43.219ZPlanning: Package planning ... Done (0.030s)
1212026-07-21T19:46:43.245ZPlanning: Merging actions ... Done (0.025s)
1222026-07-21T19:46:43.352ZPlanning: Checking for conflicting actions ... Done (0.107s)
1232026-07-21T19:46:43.358ZPlanning: Consolidating action changes ... Done (0.007s)
1242026-07-21T19:46:44.135ZPlanning: Evaluating mediators ... Done (0.776s)
1252026-07-21T19:46:44.140ZPlanning: Planning completed in 8.53 seconds
1262026-07-21T19:46:44.152Z Packages to install: 3
1272026-07-21T19:46:44.152Z Mediators to change: 2
1282026-07-21T19:46:44.154Z Services to change: 1
1292026-07-21T19:46:44.154Z Estimated space available: 155.47 GB
1302026-07-21T19:46:44.154ZEstimated space to be consumed: 1.86 GB
1312026-07-21T19:46:44.154Z Create boot environment: No
1322026-07-21T19:46:44.154ZCreate backup boot environment: No
1332026-07-21T19:46:44.154Z Rebuild boot archive: No
1342026-07-21T19:46:44.155Z
1352026-07-21T19:46:44.155ZChanged mediators:
1362026-07-21T19:46:44.155Z mediator clang:
1372026-07-21T19:46:44.155Z version: None -> 15 (system default)
1382026-07-21T19:46:44.155Z
1392026-07-21T19:46:44.155Z mediator llvm:
1402026-07-21T19:46:44.155Z version: 14 (system default) -> 15 (system default)
1412026-07-21T19:46:44.155Z
1422026-07-21T19:46:44.155ZChanged packages:
1432026-07-21T19:46:44.155Zhelios-dev
1442026-07-21T19:46:44.155Z developer/build-essential
1452026-07-21T19:46:44.155Z None -> 11-2.0
1462026-07-21T19:46:44.155Z ooce/developer/clang-15
1472026-07-21T19:46:44.155Z None -> 15.0.7-2.0
1482026-07-21T19:46:44.155Z ooce/developer/llvm-15
1492026-07-21T19:46:44.155Z None -> 15.0.7-2.0
1502026-07-21T19:46:44.155Z
1512026-07-21T19:46:44.155ZServices:
1522026-07-21T19:46:44.155Z restart_fmri:
1532026-07-21T19:46:44.155Z svc:/system/update-man-index:default
1542026-07-21T19:46:44.195Z
1552026-07-21T19:46:44.195ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1562026-07-21T19:46:49.196ZDownload: 1441/3076 items 114.5/211.3MB 54% complete (23.3M/s)
1572026-07-21T19:46:54.198ZDownload: 2034/3076 items 118.3/211.3MB 55% complete (11.9M/s)
1582026-07-21T19:46:57.589ZDownload: Completed 211.31 MB in 13.39 seconds (15.8M/s)
1592026-07-21T19:46:57.827Z Actions: 1/3430 actions (Installing new actions)
1602026-07-21T19:47:00.956Z Actions: Completed 3430 actions in 3.13 seconds.
1612026-07-21T19:47:01.610Z Done (0.651s)
1622026-07-21T19:47:01.610Z Done (0.000s)
1632026-07-21T19:47:02.350Z Done (0.740s)
1642026-07-21T19:47:05.755Z Done (3.041s)
1652026-07-21T19:47:05.825Z Done (0.013s)
1662026-07-21T19:47:05.828Z Done (0.000s)
1672026-07-21T19:47:06.077Z Done (0.000s)
1682026-07-21T19:47:06.755Z++ (( rc != 4 && rc != 0 ))
1692026-07-21T19:47:06.755Z++ pfexec pkg set-mediator -V 15 clang llvm
1702026-07-21T19:47:06.951ZPlanning: Evaluating mediator changes ... Done
1712026-07-21T19:47:07.056ZPlanning: Checking for conflicting actions ... Done
1722026-07-21T19:47:07.059ZPlanning: Consolidating action changes ... Done
1732026-07-21T19:47:07.221ZPlanning: Evaluating mediators ... Done
1742026-07-21T19:47:07.224ZPlanning: Planning completed in 0.27 seconds
1752026-07-21T19:47:07.242Z Mediators to change: 2
1762026-07-21T19:47:07.242Z Create boot environment: No
1772026-07-21T19:47:07.245ZCreate backup boot environment: No
1782026-07-21T19:47:07.312Z Done
1792026-07-21T19:47:07.312Z Done
1802026-07-21T19:47:07.939Z Done
1812026-07-21T19:47:10.410Z Done
1822026-07-21T19:47:10.485Z Done
1832026-07-21T19:47:10.488Z Done
1842026-07-21T19:47:10.638Z Done
1852026-07-21T19:47:10.710Z+ cargo --version
1862026-07-21T19:47:10.720Zcargo 1.94.0 (85eff7c80 2026-01-15)
1872026-07-21T19:47:10.722Z+ rustc --version
1882026-07-21T19:47:10.743Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1892026-07-21T19:47:10.746Z+ curl -sSfL --retry 10 https://get.nexte.st/latest/illumos
1902026-07-21T19:47:10.749Z+ gunzip
1912026-07-21T19:47:10.749Z+ tar -xvf - -C /home/build/.cargo/bin
1922026-07-21T19:47:11.738Zx cargo-nextest, 23347800 bytes, 45602 tape blocks
1932026-07-21T19:47:11.741Z+ banner build
1942026-07-21T19:47:11.741Z
1952026-07-21T19:47:11.741Z ##### # # # # #####
1962026-07-21T19:47:11.741Z # # # # # # # #
1972026-07-21T19:47:11.741Z ##### # # # # # #
1982026-07-21T19:47:11.741Z # # # # # # # #
1992026-07-21T19:47:11.741Z # # # # # # # #
2002026-07-21T19:47:11.741Z ##### #### # ###### #####
2012026-07-21T19:47:11.741Z
2022026-07-21T19:47:11.741Z+ ptime -m cargo build
2032026-07-21T19:47:11.847Z Updating crates.io index
2042026-07-21T19:47:11.850Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2052026-07-21T19:47:12.212Z Updating git repository `https://github.com/oxidecomputer/tough`
2062026-07-21T19:47:13.438Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2072026-07-21T19:47:13.819Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2082026-07-21T19:47:14.167Z Updating git repository `https://github.com/oxidecomputer/tlvc`
2092026-07-21T19:47:15.900Z Downloading crates ...
2102026-07-21T19:47:15.954Z Downloaded anstyle v1.0.10
2112026-07-21T19:47:15.956Z Downloaded anstream v0.6.15
2122026-07-21T19:47:15.960Z Downloaded ahash v0.8.11
2132026-07-21T19:47:15.970Z Downloaded array-init v0.0.4
2142026-07-21T19:47:15.972Z Downloaded aho-corasick v1.1.3
2152026-07-21T19:47:15.975Z Downloaded dyn-clone v1.0.18
2162026-07-21T19:47:15.975Z Downloaded bitflags v2.6.0
2172026-07-21T19:47:15.977Z Downloaded base64ct v1.6.0
2182026-07-21T19:47:15.980Z Downloaded futures-core v0.3.31
2192026-07-21T19:47:15.980Z Downloaded funty v2.0.0
2202026-07-21T19:47:15.982Z Downloaded futures-sink v0.3.31
2212026-07-21T19:47:15.982Z Downloaded bitflags v1.3.2
2222026-07-21T19:47:15.985Z Downloaded icu_locid_transform v1.5.0
2232026-07-21T19:47:15.988Z Downloaded ref-cast v1.0.25
2242026-07-21T19:47:15.988Z Downloaded getrandom v0.3.3
2252026-07-21T19:47:15.990Z Downloaded rand_chacha v0.3.1
2262026-07-21T19:47:15.992Z Downloaded camino v1.1.9
2272026-07-21T19:47:15.992Z Downloaded async-recursion v1.1.1
2282026-07-21T19:47:15.995Z Downloaded serde_spanned v0.6.8
2292026-07-21T19:47:15.995Z Downloaded find-msvc-tools v0.1.9
2302026-07-21T19:47:15.998Z Downloaded errno v0.3.13
2312026-07-21T19:47:15.998Z Downloaded cmake v0.1.58
2322026-07-21T19:47:16.000Z Downloaded iana-time-zone v0.1.61
2332026-07-21T19:47:16.000Z Downloaded atomicwrites v0.4.4
2342026-07-21T19:47:16.001Z Downloaded adler2 v2.0.0
2352026-07-21T19:47:16.004Z Downloaded digest v0.10.7
2362026-07-21T19:47:16.004Z Downloaded nodrop v0.1.14
2372026-07-21T19:47:16.004Z Downloaded futures-io v0.3.31
2382026-07-21T19:47:16.004Z Downloaded percent-encoding v2.3.2
2392026-07-21T19:47:16.007Z Downloaded icu_locid_transform_data v1.5.0
2402026-07-21T19:47:16.007Z Downloaded pkcs8 v0.10.2
2412026-07-21T19:47:16.009Z Downloaded jobserver v0.1.32
2422026-07-21T19:47:16.009Z Downloaded quote v1.0.38
2432026-07-21T19:47:16.012Z Downloaded hybrid-array v0.4.12
2442026-07-21T19:47:16.012Z Downloaded cpufeatures v0.2.14
2452026-07-21T19:47:16.015Z Downloaded powerfmt v0.2.0
2462026-07-21T19:47:16.015Z Downloaded form_urlencoded v1.2.2
2472026-07-21T19:47:16.015Z Downloaded colorchoice v1.0.2
2482026-07-21T19:47:16.018Z Downloaded icu_locid v1.5.0
2492026-07-21T19:47:16.021Z Downloaded num-traits v0.2.19
2502026-07-21T19:47:16.021Z Downloaded num-conv v0.2.2
2512026-07-21T19:47:16.021Z Downloaded clap_lex v0.7.4
2522026-07-21T19:47:16.023Z Downloaded icu_provider_macros v1.5.0
2532026-07-21T19:47:16.023Z Downloaded block-buffer v0.10.4
2542026-07-21T19:47:16.024Z Downloaded pin-project-lite v0.2.14
2552026-07-21T19:47:16.026Z Downloaded icu_collections v1.5.0
2562026-07-21T19:47:16.029Z Downloaded futures-task v0.3.31
2572026-07-21T19:47:16.032Z Downloaded hex v0.4.3
2582026-07-21T19:47:16.032Z Downloaded radium v0.7.0
2592026-07-21T19:47:16.034Z Downloaded block-buffer v0.12.1
2602026-07-21T19:47:16.034Z Downloaded crc v3.2.1
2612026-07-21T19:47:16.037Z Downloaded same-file v1.0.6
2622026-07-21T19:47:16.037Z Downloaded fastrand v2.1.1
2632026-07-21T19:47:16.040Z Downloaded filetime v0.2.25
2642026-07-21T19:47:16.043Z Downloaded futures-macro v0.3.31
2652026-07-21T19:47:16.047Z Downloaded dunce v1.0.5
2662026-07-21T19:47:16.050Z Downloaded packed_struct_codegen v0.10.1
2672026-07-21T19:47:16.050Z Downloaded generic-array v0.14.7
2682026-07-21T19:47:16.050Z Downloaded pin-utils v0.1.0
2692026-07-21T19:47:16.052Z Downloaded crypto-common v0.2.2
2702026-07-21T19:47:16.053Z Downloaded hashbrown v0.12.3
2712026-07-21T19:47:16.055Z Downloaded pkg-config v0.3.31
2722026-07-21T19:47:16.055Z Downloaded equivalent v1.0.1
2732026-07-21T19:47:16.058Z Downloaded ciborium-io v0.2.2
2742026-07-21T19:47:16.058Z Downloaded cfg-if v1.0.0
2752026-07-21T19:47:16.058Z Downloaded crypto-common v0.1.6
2762026-07-21T19:47:16.060Z Downloaded rand_core v0.6.4
2772026-07-21T19:47:16.060Z Downloaded anstyle-query v1.1.1
2782026-07-21T19:47:16.060Z Downloaded defmt-parser v1.0.0
2792026-07-21T19:47:16.063Z Downloaded darling_macro v0.23.0
2802026-07-21T19:47:16.063Z Downloaded cpufeatures v0.3.0
2812026-07-21T19:47:16.063Z Downloaded digest-io v0.1.0
2822026-07-21T19:47:16.066Z Downloaded maybe-uninit v2.0.0
2832026-07-21T19:47:16.069Z Downloaded flagset v0.4.6
2842026-07-21T19:47:16.071Z Downloaded signature v2.2.0
2852026-07-21T19:47:16.071Z Downloaded ident_case v1.0.1
2862026-07-21T19:47:16.074Z Downloaded slog-envlogger v2.2.0
2872026-07-21T19:47:16.074Z Downloaded autocfg v1.4.0
2882026-07-21T19:47:16.077Z Downloaded camino-tempfile v1.4.1
2892026-07-21T19:47:16.081Z Downloaded path-slash v0.1.5
2902026-07-21T19:47:16.084Z Downloaded heck v0.5.0
2912026-07-21T19:47:16.088Z Downloaded idna_adapter v1.2.0
2922026-07-21T19:47:16.091Z Downloaded pem v3.0.5
2932026-07-21T19:47:16.091Z Downloaded paste v1.0.15
2942026-07-21T19:47:16.096Z Downloaded stable_deref_trait v1.2.0
2952026-07-21T19:47:16.099Z Downloaded ref-cast-impl v1.0.25
2962026-07-21T19:47:16.099Z Downloaded itoa v1.0.11
2972026-07-21T19:47:16.099Z Downloaded subtle v2.6.1
2982026-07-21T19:47:16.105Z Downloaded terminal_size v0.4.0
2992026-07-21T19:47:16.112Z Downloaded strum v0.26.3
3002026-07-21T19:47:16.114Z Downloaded lazy_static v1.5.0
3012026-07-21T19:47:16.117Z Downloaded bs58 v0.5.1
3022026-07-21T19:47:16.117Z Downloaded num-iter v0.1.45
3032026-07-21T19:47:16.117Z Downloaded bitfield v0.14.0
3042026-07-21T19:47:16.120Z Downloaded is-terminal v0.4.13
3052026-07-21T19:47:16.122Z Downloaded take_mut v0.2.2
3062026-07-21T19:47:16.122Z Downloaded strsim v0.11.1
3072026-07-21T19:47:16.125Z Downloaded futures-channel v0.3.31
3082026-07-21T19:47:16.125Z Downloaded deranged v0.5.8
3092026-07-21T19:47:16.125Z Downloaded log v0.4.22
3102026-07-21T19:47:16.127Z Downloaded async-trait v0.1.86
3112026-07-21T19:47:16.130Z Downloaded shlex v1.3.0
3122026-07-21T19:47:16.130Z Downloaded slog-scope v4.4.0
3132026-07-21T19:47:16.130Z Downloaded slog-async v2.8.0
3142026-07-21T19:47:16.133Z Downloaded digest v0.11.3
3152026-07-21T19:47:16.133Z Downloaded daft-derive v0.1.1
3162026-07-21T19:47:16.135Z Downloaded globset v0.4.15
3172026-07-21T19:47:16.135Z Downloaded futures-executor v0.3.31
3182026-07-21T19:47:16.138Z Downloaded tap v1.0.1
3192026-07-21T19:47:16.138Z Downloaded byteorder v1.5.0
3202026-07-21T19:47:16.138Z Downloaded tokio-macros v2.5.0
3212026-07-21T19:47:16.140Z Downloaded defmt-macros v1.1.1
3222026-07-21T19:47:16.140Z Downloaded crc-catalog v2.4.0
3232026-07-21T19:47:16.143Z Downloaded untrusted v0.7.1
3242026-07-21T19:47:16.143Z Downloaded der_derive v0.7.3
3252026-07-21T19:47:16.145Z Downloaded time-core v0.1.8
3262026-07-21T19:47:16.145Z Downloaded tinyvec_macros v0.1.1
3272026-07-21T19:47:16.145Z Downloaded displaydoc v0.2.5
3282026-07-21T19:47:16.148Z Downloaded anstyle-parse v0.2.5
3292026-07-21T19:47:16.148Z Downloaded thread_local v1.1.8
3302026-07-21T19:47:16.151Z Downloaded is_terminal_polyfill v1.70.1
3312026-07-21T19:47:16.151Z Downloaded defmt v1.1.1
3322026-07-21T19:47:16.153Z Downloaded darling v0.23.0
3332026-07-21T19:47:16.156Z Downloaded utf16_iter v1.0.5
3342026-07-21T19:47:16.156Z Downloaded toml_datetime v0.6.8
3352026-07-21T19:47:16.156Z Downloaded utf8_iter v1.0.4
3362026-07-21T19:47:16.159Z Downloaded sha2 v0.10.8
3372026-07-21T19:47:16.159Z Downloaded serde_plain v1.0.2
3382026-07-21T19:47:16.159Z Downloaded utf8parse v0.2.2
3392026-07-21T19:47:16.161Z Downloaded serde-hex v0.1.0
3402026-07-21T19:47:16.161Z Downloaded version_check v0.9.5
3412026-07-21T19:47:16.161Z Downloaded xattr v1.3.1
3422026-07-21T19:47:16.164Z Downloaded ppv-lite86 v0.2.20
3432026-07-21T19:47:16.164Z Downloaded yoke-derive v0.7.4
3442026-07-21T19:47:16.164Z Downloaded write16 v1.0.0
3452026-07-21T19:47:16.164Z Downloaded fs_extra v1.3.0
3462026-07-21T19:47:16.167Z Downloaded slog-term v2.9.2
3472026-07-21T19:47:16.167Z Downloaded byte-wrapper v0.1.0
3482026-07-21T19:47:16.169Z Downloaded semver v1.0.25
3492026-07-21T19:47:16.169Z Downloaded pem-rfc7468 v0.7.0
3502026-07-21T19:47:16.172Z Downloaded slog-stdlog v4.1.1
3512026-07-21T19:47:16.172Z Downloaded num-integer v0.1.46
3522026-07-21T19:47:16.172Z Downloaded snafu-derive v0.8.5
3532026-07-21T19:47:16.174Z Downloaded base64 v0.21.7
3542026-07-21T19:47:16.174Z Downloaded thiserror v1.0.69
3552026-07-21T19:47:16.177Z Downloaded thiserror v2.0.12
3562026-07-21T19:47:16.180Z Downloaded termcolor v1.4.1
3572026-07-21T19:47:16.182Z Downloaded tls_codec v0.4.1
3582026-07-21T19:47:16.182Z Downloaded tinystr v0.7.6
3592026-07-21T19:47:16.185Z Downloaded thiserror-impl v2.0.12
3602026-07-21T19:47:16.185Z Downloaded spki v0.7.3
3612026-07-21T19:47:16.185Z Downloaded pin-project-internal v1.1.6
3622026-07-21T19:47:16.188Z Downloaded zerofrom-derive v0.1.4
3632026-07-21T19:47:16.188Z Downloaded zerofrom v0.1.4
3642026-07-21T19:47:16.188Z Downloaded smallvec v0.6.14
3652026-07-21T19:47:16.188Z Downloaded litemap v0.7.3
3662026-07-21T19:47:16.191Z Downloaded clap_derive v4.5.28
3672026-07-21T19:47:16.191Z Downloaded crossbeam-utils v0.8.21
3682026-07-21T19:47:16.194Z Downloaded ciborium-ll v0.2.2
3692026-07-21T19:47:16.194Z Downloaded bzip2 v0.4.4
3702026-07-21T19:47:16.196Z Downloaded env_logger v0.10.2
3712026-07-21T19:47:16.196Z Downloaded crossbeam-channel v0.5.15
3722026-07-21T19:47:16.199Z Downloaded rustversion v1.0.22
3732026-07-21T19:47:16.201Z Downloaded daft v0.1.1
3742026-07-21T19:47:16.201Z Downloaded cc v1.2.61
3752026-07-21T19:47:16.204Z Downloaded crc32fast v1.4.2
3762026-07-21T19:47:16.207Z Downloaded zeroize_derive v1.4.2
3772026-07-21T19:47:16.209Z Downloaded packed_struct v0.10.1
3782026-07-21T19:47:16.209Z Downloaded const-oid v0.9.6
3792026-07-21T19:47:16.212Z Downloaded ciborium v0.2.2
3802026-07-21T19:47:16.212Z Downloaded synstructure v0.13.1
3812026-07-21T19:47:16.212Z Downloaded const-oid v0.10.2
3822026-07-21T19:47:16.215Z Downloaded untrusted v0.9.0
3832026-07-21T19:47:16.217Z Downloaded arc-swap v1.7.1
3842026-07-21T19:47:16.219Z Downloaded yoke v0.7.4
3852026-07-21T19:47:16.219Z Downloaded getrandom v0.2.15
3862026-07-21T19:47:16.222Z Downloaded strum_macros v0.26.4
3872026-07-21T19:47:16.225Z Downloaded spin v0.9.8
3882026-07-21T19:47:16.227Z Downloaded time-macros v0.2.27
3892026-07-21T19:47:16.230Z Downloaded term v1.2.1
3902026-07-21T19:47:16.230Z Downloaded tls_codec_derive v0.4.1
3912026-07-21T19:47:16.233Z Downloaded zmij v1.0.23
3922026-07-21T19:47:16.233Z Downloaded thiserror-impl v1.0.69
3932026-07-21T19:47:16.233Z Downloaded tempfile v3.20.0
3942026-07-21T19:47:16.236Z Downloaded zerovec-derive v0.10.3
3952026-07-21T19:47:16.238Z Downloaded crc-any v2.5.0
3962026-07-21T19:47:16.238Z Downloaded rustls-pki-types v1.14.1
3972026-07-21T19:47:16.241Z Downloaded sha2 v0.11.0
3982026-07-21T19:47:16.244Z Downloaded half v2.7.1
3992026-07-21T19:47:16.246Z Downloaded slab v0.4.9
4002026-07-21T19:47:16.246Z Downloaded pkcs1 v0.7.5
4012026-07-21T19:47:16.249Z Downloaded wyz v0.5.1
4022026-07-21T19:47:16.251Z Downloaded pin-project v1.1.6
4032026-07-21T19:47:16.255Z Downloaded futures v0.3.31
4042026-07-21T19:47:16.258Z Downloaded smallvec v1.14.0
4052026-07-21T19:47:16.261Z Downloaded walkdir v2.5.0
4062026-07-21T19:47:16.261Z Downloaded zerocopy-derive v0.7.35
4072026-07-21T19:47:16.263Z Downloaded clap v4.5.31
4082026-07-21T19:47:16.269Z Downloaded anyhow v1.0.96
4092026-07-21T19:47:16.274Z Downloaded darling_core v0.23.0
4102026-07-21T19:47:16.277Z Downloaded zeroize v1.8.1
4112026-07-21T19:47:16.280Z Downloaded serde_with_macros v3.21.0
4122026-07-21T19:47:16.283Z Downloaded snafu v0.8.5
4132026-07-21T19:47:16.286Z Downloaded serde_core v1.0.228
4142026-07-21T19:47:16.289Z Downloaded icu_provider v1.5.0
4152026-07-21T19:47:16.289Z Downloaded slog v2.7.0
4162026-07-21T19:47:16.291Z Downloaded base64 v0.22.1
4172026-07-21T19:47:16.303Z Downloaded zip v0.6.6
4182026-07-21T19:47:16.306Z Downloaded der v0.7.9
4192026-07-21T19:47:16.309Z Downloaded icu_properties v1.5.1
4202026-07-21T19:47:16.311Z Downloaded icu_normalizer v1.5.0
4212026-07-21T19:47:16.314Z Downloaded unicode-ident v1.0.14
4222026-07-21T19:47:16.314Z Downloaded url v2.5.7
4232026-07-21T19:47:16.316Z Downloaded writeable v0.5.5
4242026-07-21T19:47:16.316Z Downloaded bytes v1.11.1
4252026-07-21T19:47:16.321Z Downloaded zerocopy-derive v0.8.27
4262026-07-21T19:47:16.324Z Downloaded ron v0.8.1
4272026-07-21T19:47:16.327Z Downloaded x509-cert v0.2.5
4282026-07-21T19:47:16.330Z Downloaded indexmap v1.9.3
4292026-07-21T19:47:16.333Z Downloaded once_cell v1.20.3
4302026-07-21T19:47:16.335Z Downloaded miniz_oxide v0.8.0
4312026-07-21T19:47:16.335Z Downloaded flate2 v1.0.35
4322026-07-21T19:47:16.338Z Downloaded zerocopy v0.6.6
4332026-07-21T19:47:16.340Z Downloaded typenum v1.20.1
4342026-07-21T19:47:16.343Z Downloaded proc-macro2 v1.0.93
4352026-07-21T19:47:16.346Z Downloaded icu_normalizer_data v1.5.0
4362026-07-21T19:47:16.355Z Downloaded toml v0.7.8
4372026-07-21T19:47:16.363Z Downloaded serde_derive v1.0.228
4382026-07-21T19:47:16.367Z Downloaded jiff-static v0.2.32
4392026-07-21T19:47:16.369Z Downloaded futures-util v0.3.31
4402026-07-21T19:47:16.375Z Downloaded clap_builder v4.5.31
4412026-07-21T19:47:16.378Z Downloaded winnow v0.5.40
4422026-07-21T19:47:16.382Z Downloaded tar v0.4.46
4432026-07-21T19:47:16.385Z Downloaded zerocopy v0.7.35
4442026-07-21T19:47:16.397Z Downloaded tinyvec v1.8.0
4452026-07-21T19:47:16.400Z Downloaded schemars v1.1.0
4462026-07-21T19:47:16.407Z Downloaded schemars v0.9.0
4472026-07-21T19:47:16.413Z Downloaded chrono v0.4.40
4482026-07-21T19:47:16.417Z Downloaded bitvec v1.0.1
4492026-07-21T19:47:16.425Z Downloaded serde v1.0.228
4502026-07-21T19:47:16.427Z Downloaded syn v1.0.109
4512026-07-21T19:47:16.432Z Downloaded rustls-webpki v0.103.13
4522026-07-21T19:47:16.434Z Downloaded aws-lc-rs v1.16.3
4532026-07-21T19:47:16.438Z Downloaded rsa v0.9.10
4542026-07-21T19:47:16.441Z Downloaded rand v0.8.6
4552026-07-21T19:47:16.444Z Downloaded memchr v2.7.4
4562026-07-21T19:47:16.454Z Downloaded indexmap v2.7.1
4572026-07-21T19:47:16.457Z Downloaded bstr v1.10.0
4582026-07-21T19:47:16.462Z Downloaded typed-path v0.9.3
4592026-07-21T19:47:16.465Z Downloaded toml_edit v0.19.15
4602026-07-21T19:47:16.473Z Downloaded libm v0.2.8
4612026-07-21T19:47:16.477Z Downloaded hashbrown v0.13.2
4622026-07-21T19:47:16.485Z Downloaded num-bigint-dig v0.8.6
4632026-07-21T19:47:16.488Z Downloaded idna v1.1.0
4642026-07-21T19:47:16.503Z Downloaded tokio-util v0.7.15
4652026-07-21T19:47:16.506Z Downloaded unicode-normalization v0.1.24
4662026-07-21T19:47:16.509Z Downloaded zerocopy-derive v0.6.6
4672026-07-21T19:47:16.514Z Downloaded rawzip v0.4.4
4682026-07-21T19:47:16.517Z Downloaded bzip2-sys v0.1.11+1.0.8
4692026-07-21T19:47:16.523Z Downloaded zerovec v0.10.4
4702026-07-21T19:47:16.526Z Downloaded serde_json v1.0.151
4712026-07-21T19:47:16.530Z Downloaded hashbrown v0.15.1
4722026-07-21T19:47:16.553Z Downloaded tokio v1.47.2
4732026-07-21T19:47:16.605Z Downloaded serde_with v3.21.0
4742026-07-21T19:47:16.613Z Downloaded icu_properties_data v1.5.0
4752026-07-21T19:47:16.621Z Downloaded time v0.3.47
4762026-07-21T19:47:16.638Z Downloaded regex v1.11.1
4772026-07-21T19:47:16.644Z Downloaded zerocopy v0.8.27
4782026-07-21T19:47:16.655Z Downloaded object v0.30.4
4792026-07-21T19:47:16.675Z Downloaded syn v2.0.119
4802026-07-21T19:47:16.682Z Downloaded regex-syntax v0.8.5
4812026-07-21T19:47:16.706Z Downloaded rustix v0.38.37
4822026-07-21T19:47:16.718Z Downloaded rustls v0.23.40
4832026-07-21T19:47:16.724Z Downloaded rustix v1.0.7
4842026-07-21T19:47:16.767Z Downloaded regex-automata v0.4.8
4852026-07-21T19:47:16.806Z Downloaded libc v0.2.170
4862026-07-21T19:47:16.818Z Downloaded jiff v0.2.32
4872026-07-21T19:47:16.862Z Downloaded ring v0.17.13
4882026-07-21T19:47:17.126Z Downloaded aws-lc-sys v0.40.0
4892026-07-21T19:47:17.311Z Compiling proc-macro2 v1.0.93
4902026-07-21T19:47:17.312Z Compiling unicode-ident v1.0.14
4912026-07-21T19:47:17.312Z Compiling serde_core v1.0.228
4922026-07-21T19:47:17.315Z Compiling libc v0.2.170
4932026-07-21T19:47:17.315Z Compiling serde v1.0.228
4942026-07-21T19:47:17.315Z Compiling cfg-if v1.0.0
4952026-07-21T19:47:17.315Z Compiling autocfg v1.4.0
4962026-07-21T19:47:17.476Z Compiling find-msvc-tools v0.1.9
4972026-07-21T19:47:17.527Z Compiling shlex v1.3.0
4982026-07-21T19:47:17.701Z Compiling version_check v0.9.5
4992026-07-21T19:47:17.704Z Compiling byteorder v1.5.0
5002026-07-21T19:47:17.758Z Compiling typenum v1.20.1
5012026-07-21T19:47:17.827Z Compiling memchr v2.7.4
5022026-07-21T19:47:17.924Z Compiling zeroize v1.8.1
5032026-07-21T19:47:17.963Z Compiling once_cell v1.20.3
5042026-07-21T19:47:18.040Z Compiling jobserver v0.1.32
5052026-07-21T19:47:18.088Z Compiling rustix v0.38.37
5062026-07-21T19:47:18.164Z Compiling libm v0.2.8
5072026-07-21T19:47:18.335Z Compiling quote v1.0.38
5082026-07-21T19:47:18.357Z Compiling cc v1.2.61
5092026-07-21T19:47:18.385Z Compiling errno v0.3.13
5102026-07-21T19:47:18.507Z Compiling syn v2.0.119
5112026-07-21T19:47:18.516Z Compiling num-traits v0.2.19
5122026-07-21T19:47:18.530Z Compiling strsim v0.11.1
5132026-07-21T19:47:18.539Z Compiling heck v0.5.0
5142026-07-21T19:47:18.585Z Compiling const-oid v0.9.6
5152026-07-21T19:47:18.597Z Compiling stable_deref_trait v1.2.0
5162026-07-21T19:47:18.723Z Compiling generic-array v0.14.7
5172026-07-21T19:47:18.886Z Compiling smallvec v1.14.0
5182026-07-21T19:47:18.918Z Compiling base64ct v1.6.0
5192026-07-21T19:47:19.176Z Compiling pem-rfc7468 v0.7.0
5202026-07-21T19:47:19.189Z Compiling getrandom v0.2.15
5212026-07-21T19:47:19.296Z Compiling utf8parse v0.2.2
5222026-07-21T19:47:19.363Z Compiling log v0.4.22
5232026-07-21T19:47:19.398Z Compiling flagset v0.4.6
5242026-07-21T19:47:19.428Z Compiling spin v0.9.8
5252026-07-21T19:47:19.512Z Compiling anstyle-parse v0.2.5
5262026-07-21T19:47:19.522Z Compiling rand_core v0.6.4
5272026-07-21T19:47:19.551Z Compiling lazy_static v1.5.0
5282026-07-21T19:47:19.571Z Compiling cmake v0.1.58
5292026-07-21T19:47:19.603Z Compiling writeable v0.5.5
5302026-07-21T19:47:19.632Z Compiling radium v0.7.0
5312026-07-21T19:47:19.669Z Compiling syn v1.0.109
5322026-07-21T19:47:19.680Z Compiling dunce v1.0.5
5332026-07-21T19:47:19.683Z Compiling anstyle v1.0.10
5342026-07-21T19:47:19.731Z Compiling anstyle-query v1.1.1
5352026-07-21T19:47:19.773Z Compiling fs_extra v1.3.0
5362026-07-21T19:47:19.828Z Compiling litemap v0.7.3
5372026-07-21T19:47:19.878Z Compiling is_terminal_polyfill v1.70.1
5382026-07-21T19:47:19.888Z Compiling colorchoice v1.0.2
5392026-07-21T19:47:19.897Z Compiling crypto-common v0.1.6
5402026-07-21T19:47:19.915Z Compiling block-buffer v0.10.4
5412026-07-21T19:47:19.959Z Compiling anstream v0.6.15
5422026-07-21T19:47:19.987Z Compiling clap_lex v0.7.4
5432026-07-21T19:47:20.005Z Compiling itoa v1.0.11
5442026-07-21T19:47:20.014Z Compiling tap v1.0.1
5452026-07-21T19:47:20.017Z Compiling maybe-uninit v2.0.0
5462026-07-21T19:47:20.017Z Compiling aws-lc-sys v0.40.0
5472026-07-21T19:47:20.039Z Compiling pkg-config v0.3.31
5482026-07-21T19:47:20.121Z Compiling wyz v0.5.1
5492026-07-21T19:47:20.131Z Compiling digest v0.10.7
5502026-07-21T19:47:20.302Z Compiling num-integer v0.1.46
5512026-07-21T19:47:20.312Z Compiling is-terminal v0.4.13
5522026-07-21T19:47:20.320Z Compiling ahash v0.8.11
5532026-07-21T19:47:20.395Z Compiling packed_struct v0.10.1
5542026-07-21T19:47:20.449Z Compiling icu_locid_transform_data v1.5.0
5552026-07-21T19:47:20.470Z Compiling bzip2-sys v0.1.11+1.0.8
5562026-07-21T19:47:20.519Z Compiling subtle v2.6.1
5572026-07-21T19:47:20.606Z Compiling hex v0.4.3
5582026-07-21T19:47:20.699Z Compiling slog v2.7.0
5592026-07-21T19:47:20.708Z Compiling futures-core v0.3.31
5602026-07-21T19:47:20.724Z Compiling zmij v1.0.23
5612026-07-21T19:47:20.851Z Compiling funty v2.0.0
5622026-07-21T19:47:20.861Z Compiling num-bigint-dig v0.8.6
5632026-07-21T19:47:21.044Z Compiling num-iter v0.1.45
5642026-07-21T19:47:21.081Z Compiling indexmap v1.9.3
5652026-07-21T19:47:21.132Z Compiling slab v0.4.9
5662026-07-21T19:47:21.145Z Compiling crc32fast v1.4.2
5672026-07-21T19:47:21.309Z Compiling bitvec v1.0.1
5682026-07-21T19:47:21.356Z Compiling synstructure v0.13.1
5692026-07-21T19:47:21.379Z Compiling getrandom v0.3.3
5702026-07-21T19:47:21.545Z Compiling aws-lc-rs v1.16.3
5712026-07-21T19:47:21.697Z Compiling thiserror v1.0.69
5722026-07-21T19:47:21.762Z Compiling serde_json v1.0.151
5732026-07-21T19:47:21.836Z Compiling equivalent v1.0.1
5742026-07-21T19:47:21.845Z Compiling pin-project-lite v0.2.14
5752026-07-21T19:47:21.915Z Compiling zerocopy v0.8.27
5762026-07-21T19:47:21.928Z Compiling rustix v1.0.7
5772026-07-21T19:47:21.973Z Compiling cpufeatures v0.2.14
5782026-07-21T19:47:21.991Z Compiling ident_case v1.0.1
5792026-07-21T19:47:22.039Z Compiling hashbrown v0.15.1
5802026-07-21T19:47:22.108Z Compiling icu_properties_data v1.5.0
5812026-07-21T19:47:22.243Z Compiling crc-catalog v2.4.0
5822026-07-21T19:47:22.258Z Compiling nodrop v0.1.14
5832026-07-21T19:47:22.286Z Compiling futures-sink v0.3.31
5842026-07-21T19:47:22.329Z Compiling array-init v0.0.4
5852026-07-21T19:47:22.341Z Compiling crc v3.2.1
5862026-07-21T19:47:22.558Z Compiling indexmap v2.7.1
5872026-07-21T19:47:22.588Z Compiling serde_derive v1.0.228
5882026-07-21T19:47:22.591Z Compiling zerofrom-derive v0.1.4
5892026-07-21T19:47:22.626Z Compiling zerocopy-derive v0.7.35
5902026-07-21T19:47:22.667Z Compiling yoke-derive v0.7.4
5912026-07-21T19:47:22.734Z Compiling zerovec-derive v0.10.3
5922026-07-21T19:47:23.105Z Compiling displaydoc v0.2.5
5932026-07-21T19:47:23.115Z Compiling der_derive v0.7.3
5942026-07-21T19:47:23.441Z Compiling zerocopy v0.7.35
5952026-07-21T19:47:23.655Z Compiling icu_provider_macros v1.5.0
5962026-07-21T19:47:23.726Z Compiling clap_derive v4.5.28
5972026-07-21T19:47:23.773Z Compiling zerofrom v0.1.4
5982026-07-21T19:47:23.802Z Compiling zerocopy-derive v0.6.6
5992026-07-21T19:47:23.890Z Compiling yoke v0.7.4
6002026-07-21T19:47:23.980Z Compiling ppv-lite86 v0.2.20
6012026-07-21T19:47:24.018Z Compiling der v0.7.9
6022026-07-21T19:47:24.070Z Compiling zerovec v0.10.4
6032026-07-21T19:47:24.179Z Compiling packed_struct_codegen v0.10.1
6042026-07-21T19:47:24.294Z Compiling rand_chacha v0.3.1
6052026-07-21T19:47:24.588Z Compiling zerocopy v0.6.6
6062026-07-21T19:47:24.608Z Compiling rand v0.8.6
6072026-07-21T19:47:24.888Z Compiling tinystr v0.7.6
6082026-07-21T19:47:24.952Z Compiling spki v0.7.3
6092026-07-21T19:47:25.053Z Compiling icu_locid v1.5.0
6102026-07-21T19:47:25.087Z Compiling icu_collections v1.5.0
6112026-07-21T19:47:25.146Z Compiling pkcs8 v0.10.2
6122026-07-21T19:47:25.310Z Compiling pkcs1 v0.7.5
6132026-07-21T19:47:25.326Z Compiling thiserror-impl v1.0.69
6142026-07-21T19:47:25.358Z Compiling zerocopy-derive v0.8.27
6152026-07-21T19:47:25.403Z Compiling darling_core v0.23.0
6162026-07-21T19:47:25.691Z Compiling bitflags v2.6.0
6172026-07-21T19:47:25.767Z Compiling icu_provider v1.5.0
6182026-07-21T19:47:26.650Z Compiling icu_locid_transform v1.5.0
6192026-07-21T19:47:26.743Z Compiling serde_spanned v0.6.8
6202026-07-21T19:47:26.743Z Compiling toml_datetime v0.6.8
6212026-07-21T19:47:26.743Z Compiling sha2 v0.10.8
6222026-07-21T19:47:26.831Z Compiling terminal_size v0.4.0
6232026-07-21T19:47:26.940Z Compiling clap_builder v4.5.31
6242026-07-21T19:47:26.969Z Compiling icu_properties v1.5.1
6252026-07-21T19:47:27.345Z Compiling smallvec v0.6.14
6262026-07-21T19:47:27.534Z Compiling signature v2.2.0
6272026-07-21T19:47:27.547Z Compiling hybrid-array v0.4.12
6282026-07-21T19:47:27.633Z Compiling aho-corasick v1.1.3
6292026-07-21T19:47:27.670Z Compiling hashbrown v0.12.3
6302026-07-21T19:47:27.701Z Compiling termcolor v1.4.1
6312026-07-21T19:47:27.996Z Compiling base64 v0.21.7
6322026-07-21T19:47:28.053Z Compiling winnow v0.5.40
6332026-07-21T19:47:28.118Z Compiling utf8_iter v1.0.4
6342026-07-21T19:47:28.198Z Compiling bitfield v0.14.0
6352026-07-21T19:47:28.259Z Compiling icu_normalizer_data v1.5.0
6362026-07-21T19:47:28.302Z Compiling paste v1.0.15
6372026-07-21T19:47:28.327Z Compiling thiserror v2.0.12
6382026-07-21T19:47:28.337Z Compiling regex-syntax v0.8.5
6392026-07-21T19:47:28.577Z Compiling clap v4.5.31
6402026-07-21T19:47:28.637Z Compiling rustversion v1.0.22
6412026-07-21T19:47:28.655Z Compiling utf16_iter v1.0.5
6422026-07-21T19:47:28.786Z Compiling write16 v1.0.0
6432026-07-21T19:47:28.880Z Compiling icu_normalizer v1.5.0
6442026-07-21T19:47:29.014Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
6452026-07-21T19:47:29.176Z Compiling ron v0.8.1
6462026-07-21T19:47:29.462Z Compiling toml_edit v0.19.15
6472026-07-21T19:47:29.656Z Compiling env_logger v0.10.2
6482026-07-21T19:47:29.980Z Compiling regex-automata v0.4.8
6492026-07-21T19:47:30.186Z Compiling rsa v0.9.10
6502026-07-21T19:47:30.452Z Compiling darling_macro v0.23.0
6512026-07-21T19:47:30.912Z Compiling serde-hex v0.1.0
6522026-07-21T19:47:31.103Z Compiling bzip2 v0.4.4
6532026-07-21T19:47:31.384Z Compiling hashbrown v0.13.2
6542026-07-21T19:47:31.853Z Compiling x509-cert v0.2.5
6552026-07-21T19:47:32.228Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
6562026-07-21T19:47:32.402Z Compiling futures-macro v0.3.31
6572026-07-21T19:47:32.614Z Compiling thiserror-impl v2.0.12
6582026-07-21T19:47:32.646Z Compiling futures-channel v0.3.31
6592026-07-21T19:47:32.705Z Compiling futures-io v0.3.31
6602026-07-21T19:47:32.858Z Compiling pin-utils v0.1.0
6612026-07-21T19:47:32.863Z Compiling fastrand v2.1.1
6622026-07-21T19:47:32.927Z Compiling crc-any v2.5.0
6632026-07-21T19:47:33.129Z Compiling crossbeam-utils v0.8.21
6642026-07-21T19:47:33.159Z Compiling futures-task v0.3.31
6652026-07-21T19:47:33.183Z Compiling untrusted v0.7.1
6662026-07-21T19:47:33.304Z Compiling tinyvec_macros v0.1.1
6672026-07-21T19:47:33.332Z Compiling futures-util v0.3.31
6682026-07-21T19:47:33.368Z Compiling tinyvec v1.8.0
6692026-07-21T19:47:33.432Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
6702026-07-21T19:47:33.488Z Compiling tempfile v3.20.0
6712026-07-21T19:47:33.603Z Compiling half v2.7.1
6722026-07-21T19:47:33.878Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
6732026-07-21T19:47:33.887Z Compiling object v0.30.4
6742026-07-21T19:47:33.890Z Compiling zip v0.6.6
6752026-07-21T19:47:33.904Z Compiling darling v0.23.0
6762026-07-21T19:47:33.974Z Compiling toml v0.7.8
6772026-07-21T19:47:33.996Z Compiling idna_adapter v1.2.0
6782026-07-21T19:47:34.499Z Compiling block-buffer v0.12.1
6792026-07-21T19:47:34.504Z Compiling crypto-common v0.2.2
6802026-07-21T19:47:34.610Z Compiling daft-derive v0.1.1
6812026-07-21T19:47:34.646Z Compiling tokio-macros v2.5.0
6822026-07-21T19:47:34.702Z Compiling pin-project-internal v1.1.6
6832026-07-21T19:47:34.942Z Compiling rustls-pki-types v1.14.1
6842026-07-21T19:47:35.285Z Compiling ciborium-io v0.2.2
6852026-07-21T19:47:35.320Z Compiling percent-encoding v2.3.2
6862026-07-21T19:47:35.373Z Compiling iana-time-zone v0.1.61
6872026-07-21T19:47:35.409Z Compiling bytes v1.11.1
6882026-07-21T19:47:35.422Z Compiling path-slash v0.1.5
6892026-07-21T19:47:35.510Z Compiling time-core v0.1.8
6902026-07-21T19:47:35.594Z Compiling camino v1.1.9
6912026-07-21T19:47:35.604Z Compiling rustls v0.23.40
6922026-07-21T19:47:35.634Z Compiling num-conv v0.2.2
6932026-07-21T19:47:35.673Z Compiling powerfmt v0.2.0
6942026-07-21T19:47:35.783Z Compiling untrusted v0.9.0
6952026-07-21T19:47:35.802Z Compiling const-oid v0.10.2
6962026-07-21T19:47:35.812Z Compiling pin-project v1.1.6
6972026-07-21T19:47:35.877Z Compiling deranged v0.5.8
6982026-07-21T19:47:35.897Z Compiling tokio v1.47.2
6992026-07-21T19:47:35.901Z Compiling time-macros v0.2.27
7002026-07-21T19:47:35.953Z Compiling digest v0.11.3
7012026-07-21T19:47:36.006Z Compiling chrono v0.4.40
7022026-07-21T19:47:36.071Z Compiling form_urlencoded v1.2.2
7032026-07-21T19:47:36.113Z Compiling ciborium-ll v0.2.2
7042026-07-21T19:47:36.248Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
7052026-07-21T19:47:36.325Z Compiling futures-executor v0.3.31
7062026-07-21T19:47:36.608Z Compiling daft v0.1.1
7072026-07-21T19:47:36.837Z Compiling strum_macros v0.26.4
7082026-07-21T19:47:36.844Z Compiling idna v1.1.0
7092026-07-21T19:47:36.857Z Compiling serde_with_macros v3.21.0
7102026-07-21T19:47:36.954Z Compiling unicode-normalization v0.1.24
7112026-07-21T19:47:37.435Z Compiling xattr v1.3.1
7122026-07-21T19:47:37.578Z Compiling snafu-derive v0.8.5
7132026-07-21T19:47:37.600Z Compiling byte-wrapper v0.1.0
7142026-07-21T19:47:37.767Z Compiling filetime v0.2.25
7152026-07-21T19:47:37.915Z Compiling bstr v1.10.0
7162026-07-21T19:47:37.925Z Compiling thread_local v1.1.8
7172026-07-21T19:47:37.942Z Compiling slog-async v2.8.0
7182026-07-21T19:47:37.982Z Compiling base64 v0.22.1
7192026-07-21T19:47:38.194Z Compiling same-file v1.0.6
7202026-07-21T19:47:38.214Z Compiling adler2 v2.0.0
7212026-07-21T19:47:38.302Z Compiling arc-swap v1.7.1
7222026-07-21T19:47:38.344Z Compiling semver v1.0.25
7232026-07-21T19:47:38.354Z Compiling miniz_oxide v0.8.0
7242026-07-21T19:47:38.381Z Compiling walkdir v2.5.0
7252026-07-21T19:47:38.407Z Compiling strum v0.26.3
7262026-07-21T19:47:38.531Z Compiling slog-scope v4.4.0
7272026-07-21T19:47:38.587Z Compiling tokio-util v0.7.15
7282026-07-21T19:47:38.657Z Compiling globset v0.4.15
7292026-07-21T19:47:38.772Z Compiling pem v3.0.5
7302026-07-21T19:47:38.786Z Compiling serde_with v3.21.0
7312026-07-21T19:47:38.976Z Compiling tar v0.4.46
7322026-07-21T19:47:39.138Z Compiling crossbeam-channel v0.5.15
7332026-07-21T19:47:39.241Z Compiling snafu v0.8.5
7342026-07-21T19:47:39.456Z Compiling tufaceous-artifact v0.2.0 (/work/oxidecomputer/tufaceous/artifact)
7352026-07-21T19:47:39.613Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
7362026-07-21T19:47:39.613Z Compiling url v2.5.7
7372026-07-21T19:47:39.785Z Compiling time v0.3.47
7382026-07-21T19:47:39.967Z Compiling futures v0.3.31
7392026-07-21T19:47:40.046Z Compiling ciborium v0.2.2
7402026-07-21T19:47:40.280Z Compiling serde_plain v1.0.2
7412026-07-21T19:47:40.331Z Compiling async-recursion v1.1.1
7422026-07-21T19:47:40.453Z Compiling async-trait v0.1.86
7432026-07-21T19:47:40.478Z Compiling jiff v0.2.32
7442026-07-21T19:47:40.488Z Compiling anyhow v1.0.96
7452026-07-21T19:47:40.667Z Compiling term v1.2.1
7462026-07-21T19:47:40.737Z Compiling take_mut v0.2.2
7472026-07-21T19:47:40.814Z Compiling typed-path v0.9.3
7482026-07-21T19:47:40.846Z Compiling dyn-clone v1.0.18
7492026-07-21T19:47:40.913Z Compiling cpufeatures v0.3.0
7502026-07-21T19:47:40.985Z Compiling sha2 v0.11.0
7512026-07-21T19:47:40.995Z Compiling slog-term v2.9.2
7522026-07-21T19:47:41.485Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
7532026-07-21T19:47:41.570Z Compiling camino-tempfile v1.4.1
7542026-07-21T19:47:41.596Z Compiling tufaceous-brand-metadata v0.2.0 (/work/oxidecomputer/tufaceous/brand-metadata)
7552026-07-21T19:47:41.607Z Compiling flate2 v1.0.35
7562026-07-21T19:47:41.833Z Compiling slog-stdlog v4.1.1
7572026-07-21T19:47:42.023Z Compiling digest-io v0.1.0
7582026-07-21T19:47:42.134Z Compiling atomicwrites v0.4.4
7592026-07-21T19:47:42.144Z Compiling regex v1.11.1
7602026-07-21T19:47:42.147Z Compiling rawzip v0.4.4
7612026-07-21T19:47:42.492Z Compiling slog-envlogger v2.2.0
7622026-07-21T19:47:47.416Z Compiling rustls-webpki v0.103.13
7632026-07-21T19:47:50.075Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
7642026-07-21T19:47:52.068Z Compiling tufaceous v0.2.0 (/work/oxidecomputer/tufaceous/lib)
7652026-07-21T19:47:54.052Z Compiling tufaceous-bin v0.2.0 (/work/oxidecomputer/tufaceous/bin)
7662026-07-21T19:48:01.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.71s
7672026-07-21T19:48:01.617Z
7682026-07-21T19:48:01.617Zreal 49.841734247
7692026-07-21T19:48:01.617Zuser 3:03.524644363
7702026-07-21T19:48:01.617Zsys 36.795703164
7712026-07-21T19:48:01.617Ztrap 0.098014205
7722026-07-21T19:48:01.617Ztflt 0.401624581
7732026-07-21T19:48:01.617Zdflt 0.324314545
7742026-07-21T19:48:01.617Zkflt 0.009797596
7752026-07-21T19:48:01.617Zlock 9:28.059524156
7762026-07-21T19:48:01.617Zslp 9:33.910251268
7772026-07-21T19:48:01.617Zlat 11.327645102
7782026-07-21T19:48:01.617Zstop 34.575287601
7792026-07-21T19:48:01.620Z+ banner build-all
7802026-07-21T19:48:01.620Z
7812026-07-21T19:48:01.620Z ##### # # # # ##### ## # #
7822026-07-21T19:48:01.620Z # # # # # # # # # # # #
7832026-07-21T19:48:01.620Z ##### # # # # # # ##### # # # #
7842026-07-21T19:48:01.620Z # # # # # # # # ###### # #
7852026-07-21T19:48:01.620Z # # # # # # # # # # # #
7862026-07-21T19:48:01.620Z ##### #### # ###### ##### # # ###### ######
7872026-07-21T19:48:01.620Z
7882026-07-21T19:48:01.620Z+ ptime -m cargo build --all-features --all-targets
7892026-07-21T19:48:01.696Z Downloading crates ...
7902026-07-21T19:48:01.784Z Downloaded bit-set v0.5.3
7912026-07-21T19:48:01.786Z Downloaded bit-vec v0.6.3
7922026-07-21T19:48:01.790Z Downloaded newline-converter v0.3.0
7932026-07-21T19:48:01.793Z Downloaded fnv v1.0.7
7942026-07-21T19:48:01.793Z Downloaded schemars_derive v0.8.22
7952026-07-21T19:48:01.795Z Downloaded tokio-test v0.4.5
7962026-07-21T19:48:01.798Z Downloaded wait-timeout v0.2.0
7972026-07-21T19:48:01.798Z Downloaded structmeta v0.3.0
7982026-07-21T19:48:01.800Z Downloaded quick-error v1.2.3
7992026-07-21T19:48:01.800Z Downloaded structmeta-derive v0.3.0
8002026-07-21T19:48:01.800Z Downloaded rusty-fork v0.3.0
8012026-07-21T19:48:01.800Z Downloaded rand_xorshift v0.3.0
8022026-07-21T19:48:01.804Z Downloaded unarray v0.1.4
8032026-07-21T19:48:01.817Z Downloaded tokio-stream v0.1.18
8042026-07-21T19:48:01.820Z Downloaded test-strategy v0.4.0
8052026-07-21T19:48:01.823Z Downloaded console v0.15.10
8062026-07-21T19:48:01.825Z Downloaded serde_derive_internals v0.29.1
8072026-07-21T19:48:01.825Z Downloaded similar v2.7.0
8082026-07-21T19:48:01.828Z Downloaded schemars v0.8.22
8092026-07-21T19:48:01.834Z Downloaded expectorate v1.1.0
8102026-07-21T19:48:01.841Z Downloaded unicode-segmentation v1.12.0
8112026-07-21T19:48:01.854Z Downloaded unicode-width v0.2.0
8122026-07-21T19:48:01.857Z Downloaded proptest v1.5.0
8132026-07-21T19:48:01.909Z Compiling num-traits v0.2.19
8142026-07-21T19:48:01.948Z Compiling ppv-lite86 v0.2.20
8152026-07-21T19:48:01.956Z Compiling serde_derive_internals v0.29.1
8162026-07-21T19:48:01.961Z Compiling schemars v0.8.22
8172026-07-21T19:48:01.965Z Compiling structmeta-derive v0.3.0
8182026-07-21T19:48:01.968Z Compiling wait-timeout v0.2.0
8192026-07-21T19:48:01.971Z Compiling bit-vec v0.6.3
8202026-07-21T19:48:01.974Z Compiling fnv v1.0.7
8212026-07-21T19:48:02.046Z Compiling quick-error v1.2.3
8222026-07-21T19:48:02.138Z Compiling bit-set v0.5.3
8232026-07-21T19:48:02.156Z Compiling rusty-fork v0.3.0
8242026-07-21T19:48:02.179Z Compiling rand_xorshift v0.3.0
8252026-07-21T19:48:02.247Z Compiling rand_chacha v0.3.1
8262026-07-21T19:48:02.253Z Compiling unarray v0.1.4
8272026-07-21T19:48:02.276Z Compiling tokio v1.47.2
8282026-07-21T19:48:02.322Z Compiling unicode-width v0.2.0
8292026-07-21T19:48:02.342Z Compiling unicode-segmentation v1.12.0
8302026-07-21T19:48:02.493Z Compiling rand v0.8.6
8312026-07-21T19:48:02.586Z Compiling console v0.15.10
8322026-07-21T19:48:02.661Z Compiling schemars_derive v0.8.22
8332026-07-21T19:48:02.685Z Compiling newline-converter v0.3.0
8342026-07-21T19:48:02.725Z Compiling similar v2.7.0
8352026-07-21T19:48:02.786Z Compiling num-integer v0.1.46
8362026-07-21T19:48:02.883Z Compiling chrono v0.4.40
8372026-07-21T19:48:02.949Z Compiling structmeta v0.3.0
8382026-07-21T19:48:03.096Z Compiling num-iter v0.1.45
8392026-07-21T19:48:03.121Z Compiling proptest v1.5.0
8402026-07-21T19:48:03.137Z Compiling test-strategy v0.4.0
8412026-07-21T19:48:03.200Z Compiling num-bigint-dig v0.8.6
8422026-07-21T19:48:03.233Z Compiling expectorate v1.1.0
8432026-07-21T19:48:03.702Z Compiling slog-term v2.9.2
8442026-07-21T19:48:03.941Z Compiling rsa v0.9.10
8452026-07-21T19:48:04.127Z Compiling slog-envlogger v2.2.0
8462026-07-21T19:48:04.363Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
8472026-07-21T19:48:04.467Z Compiling byte-wrapper v0.1.0
8482026-07-21T19:48:04.767Z Compiling tokio-util v0.7.15
8492026-07-21T19:48:04.770Z Compiling tokio-stream v0.1.18
8502026-07-21T19:48:05.024Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
8512026-07-21T19:48:05.129Z Compiling tokio-test v0.4.5
8522026-07-21T19:48:05.218Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
8532026-07-21T19:48:05.738Z Compiling tufaceous-artifact v0.2.0 (/work/oxidecomputer/tufaceous/artifact)
8542026-07-21T19:48:06.400Z Compiling tufaceous-brand-metadata v0.2.0 (/work/oxidecomputer/tufaceous/brand-metadata)
8552026-07-21T19:48:07.268Z Compiling tufaceous v0.2.0 (/work/oxidecomputer/tufaceous/lib)
8562026-07-21T19:48:09.506Z Compiling tufaceous-bin v0.2.0 (/work/oxidecomputer/tufaceous/bin)
8572026-07-21T19:48:20.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.79s
8582026-07-21T19:48:20.476Z
8592026-07-21T19:48:20.476Zreal 18.842285520
8602026-07-21T19:48:20.476Zuser 1:35.451453018
8612026-07-21T19:48:20.479Zsys 14.981480395
8622026-07-21T19:48:20.479Ztrap 0.035745885
8632026-07-21T19:48:20.479Ztflt 0.056211476
8642026-07-21T19:48:20.479Zdflt 0.373689044
8652026-07-21T19:48:20.479Zkflt 0.000009498
8662026-07-21T19:48:20.479Zlock 5:37.229267541
8672026-07-21T19:48:20.479Zslp 5:36.437782200
8682026-07-21T19:48:20.479Zlat 4.054188680
8692026-07-21T19:48:20.479Zstop 6.165460543
8702026-07-21T19:48:20.479Z+ banner test
8712026-07-21T19:48:20.479Z
8722026-07-21T19:48:20.479Z ##### ###### #### #####
8732026-07-21T19:48:20.479Z # # # #
8742026-07-21T19:48:20.479Z # ##### #### #
8752026-07-21T19:48:20.479Z # # # #
8762026-07-21T19:48:20.479Z # # # # #
8772026-07-21T19:48:20.479Z # ###### #### #
8782026-07-21T19:48:20.479Z
8792026-07-21T19:48:20.479Z+ ptime -m cargo nextest run --all-features --all-targets
8802026-07-21T19:48:20.921Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
8812026-07-21T19:48:20.966Z────────────
8822026-07-21T19:48:20.966Z Nextest run ID 1001a1a0-5eae-46ff-a24b-2e0b15e542e9 with nextest profile: default
8832026-07-21T19:48:20.966Z Starting 36 tests across 7 binaries
8842026-07-21T19:48:20.974Z PASS [ 0.007s] ( 1/36) tufaceous error::tests::error_display_chain_doesnt_repeat
8852026-07-21T19:48:20.974Z PASS [ 0.007s] ( 2/36) tufaceous repo::v1::tests::mpsc_reader_empty
8862026-07-21T19:48:20.977Z PASS [ 0.008s] ( 3/36) tufaceous repo::v1::tests::mpsc_reader
8872026-07-21T19:48:20.977Z PASS [ 0.009s] ( 4/36) tufaceous edit::measurement_corpus::tests::guess_partial_input
8882026-07-21T19:48:20.996Z PASS [ 0.030s] ( 5/36) tufaceous edit::root::tests::generate_verify
8892026-07-21T19:48:21.004Z PASS [ 0.037s] ( 6/36) tufaceous edit::editor::tests::empty_artifact
8902026-07-21T19:48:21.016Z PASS [ 0.049s] ( 7/36) tufaceous::check fake_checks_out
8912026-07-21T19:48:21.020Z PASS [ 0.047s] ( 8/36) tufaceous::check missing_installinator
8922026-07-21T19:48:21.036Z PASS [ 0.061s] ( 9/36) tufaceous::tests inconsistent_fake
8932026-07-21T19:48:21.036Z PASS [ 0.062s] (10/36) tufaceous::tests fake_artifacts_are_distinct
8942026-07-21T19:48:21.039Z PASS [ 0.035s] (11/36) tufaceous::tests no_artifacts
8952026-07-21T19:48:21.042Z PASS [ 0.006s] (12/36) tufaceous-artifact artifact::tests::display_respects_padding
8962026-07-21T19:48:21.045Z PASS [ 0.006s] (13/36) tufaceous-artifact artifact::tests::fromstr_works
8972026-07-21T19:48:21.048Z PASS [ 0.050s] (14/36) tufaceous::tests it_works
8982026-07-21T19:48:21.050Z PASS [ 0.075s] (15/36) tufaceous::tests compute_archive_sha256
8992026-07-21T19:48:21.050Z PASS [ 0.006s] (16/36) tufaceous-artifact map::tests::from_optional_string
9002026-07-21T19:48:21.050Z PASS [ 0.014s] (17/36) tufaceous::v1_compatibility v1_fake_without_compat
9012026-07-21T19:48:21.053Z PASS [ 0.006s] (18/36) tufaceous-artifact metadata::tests::default_is_empty
9022026-07-21T19:48:21.053Z PASS [ 0.006s] (19/36) tufaceous-artifact metadata::tests::deserialize_previously_valid
9032026-07-21T19:48:21.056Z PASS [ 0.006s] (20/36) tufaceous-artifact rkth::tests::ensure_consistency
9042026-07-21T19:48:21.056Z PASS [ 0.035s] (21/36) tufaceous::v1_compatibility v1_fake
9052026-07-21T19:48:21.056Z PASS [ 0.006s] (22/36) tufaceous-artifact tags::tests::rot_rkth
9062026-07-21T19:48:21.059Z PASS [ 0.006s] (23/36) tufaceous-artifact version::tests::display_respects_padding
9072026-07-21T19:48:21.061Z PASS [ 0.011s] (24/36) tufaceous-artifact metadata::tests::metadata_roundtrip
9082026-07-21T19:48:21.064Z PASS [ 0.006s] (25/36) tufaceous-artifact version::tests::schema
9092026-07-21T19:48:21.067Z PASS [ 0.007s] (26/36) tufaceous-bin::bin/tufaceous load::tests::test_force_load
9102026-07-21T19:48:21.071Z PASS [ 0.006s] (27/36) tufaceous-bin::bin/tufaceous load::tests::test_trust_roots_conflicts
9112026-07-21T19:48:21.073Z PASS [ 0.006s] (28/36) tufaceous-bin::bin/tufaceous load::tests::test_trust_roots_required
9122026-07-21T19:48:21.076Z PASS [ 0.060s] (29/36) tufaceous::tests verify_targets
9132026-07-21T19:48:21.079Z PASS [ 0.006s] (30/36) tufaceous-bin::bin/tufaceous sign::tests::test_flags
9142026-07-21T19:48:21.081Z PASS [ 0.006s] (31/36) tufaceous-brand-metadata tests::test_deserialize
9152026-07-21T19:48:21.092Z PASS [ 0.036s] (32/36) tufaceous-artifact version::tests::proptest_valid_version
9162026-07-21T19:48:21.094Z PASS [ 0.037s] (33/36) tufaceous-artifact version::tests::proptest_invalid_version
9172026-07-21T19:48:21.095Z PASS [ 0.036s] (34/36) tufaceous-artifact version::tests::proptest_version_serde_roundtrip
9182026-07-21T19:48:21.095Z PASS [ 0.042s] (35/36) tufaceous-artifact tags::tests::tags_roundtrip
9192026-07-21T19:48:22.018Z PASS [ 1.051s] (36/36) tufaceous edit::fake::tests::fake_artifacts_equals_fake_repo
9202026-07-21T19:48:22.018Z────────────
9212026-07-21T19:48:22.018Z Summary [ 1.052s] 36 tests run: 36 passed, 0 skipped
9222026-07-21T19:48:22.025Z
9232026-07-21T19:48:22.028Zreal 1.542074649
9242026-07-21T19:48:22.028Zuser 1.002319327
9252026-07-21T19:48:22.028Zsys 0.403303169
9262026-07-21T19:48:22.028Ztrap 0.001066902
9272026-07-21T19:48:22.028Ztflt 0.000155716
9282026-07-21T19:48:22.028Zdflt 0.000143261
9292026-07-21T19:48:22.028Zkflt 0.000003118
9302026-07-21T19:48:22.028Zlock 11.526206630
9312026-07-21T19:48:22.028Zslp 1.824498375
9322026-07-21T19:48:22.028Zlat 0.090595775
9332026-07-21T19:48:22.028Zstop 0.104078360
9342026-07-21T19:48:22.028Z+ banner doctest
9352026-07-21T19:48:22.028Z
9362026-07-21T19:48:22.028Z ##### #### #### ##### ###### #### #####
9372026-07-21T19:48:22.028Z # # # # # # # # # #
9382026-07-21T19:48:22.028Z # # # # # # ##### #### #
9392026-07-21T19:48:22.028Z # # # # # # # # #
9402026-07-21T19:48:22.028Z # # # # # # # # # # #
9412026-07-21T19:48:22.028Z ##### #### #### # ###### #### #
9422026-07-21T19:48:22.028Z
9432026-07-21T19:48:22.028Z+ ptime -m cargo test --doc --all-features
9442026-07-21T19:48:22.185Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
9452026-07-21T19:48:22.201Z Doc-tests tufaceous
9462026-07-21T19:48:29.000Z
9472026-07-21T19:48:29.000Zrunning 1 test
9482026-07-21T19:48:29.042Ztest lib/src/repo.rs - repo::Repository::fake (line 82) ... ok
9492026-07-21T19:48:29.042Z
9502026-07-21T19:48:29.042Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
9512026-07-21T19:48:29.042Z
9522026-07-21T19:48:29.054Zall doctests ran in 6.65s; merged doctests compilation took 6.59s
9532026-07-21T19:48:29.073Z Doc-tests tufaceous_artifact
9542026-07-21T19:48:31.532Z
9552026-07-21T19:48:31.532Zrunning 2 tests
9562026-07-21T19:48:31.536Ztest artifact/src/set.rs - set::ArtifactSet::filter_tags (line 110) ... ok
9572026-07-21T19:48:31.536Ztest artifact/src/tags.rs - tags::DisplayTags (line 332) ... ok
9582026-07-21T19:48:31.536Z
9592026-07-21T19:48:31.536Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9602026-07-21T19:48:31.536Z
9612026-07-21T19:48:31.541Zall doctests ran in 2.32s; merged doctests compilation took 2.31s
9622026-07-21T19:48:31.555Z Doc-tests tufaceous_brand_metadata
9632026-07-21T19:48:31.630Z
9642026-07-21T19:48:31.630Zrunning 0 tests
9652026-07-21T19:48:31.631Z
9662026-07-21T19:48:31.631Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9672026-07-21T19:48:31.631Z
9682026-07-21T19:48:31.651Z
9692026-07-21T19:48:31.655Zreal 9.609578691
9702026-07-21T19:48:31.655Zuser 7.668267698
9712026-07-21T19:48:31.655Zsys 1.745513256
9722026-07-21T19:48:31.655Ztrap 0.001019070
9732026-07-21T19:48:31.655Ztflt 0.045766894
9742026-07-21T19:48:31.655Zdflt 0.011990855
9752026-07-21T19:48:31.655Zkflt 0.000000000
9762026-07-21T19:48:31.655Zlock 30.950799483
9772026-07-21T19:48:31.655Zslp 46.419247024
9782026-07-21T19:48:31.656Zlat 0.013317998
9792026-07-21T19:48:31.656Zstop 0.130799485
9802026-07-21T19:48:31.656Zprocess exited: duration 133982 ms, exit code 0
 
9812026-07-21T19:48:31.662Zfound 0 output files