01KWK4PWPFGKDT35QV7DSN778G: 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: 01KWK4Q4S452C3M4KB621SQDRC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-03T04:45:59.456Zjob assigned to worker 01KWK4Q715EEQ4RGPCJCBV88K7 [factory aws, i-0438cfbb6bae3e1b7] (queued for 44 s)
 
22026-07-03T04:46:05.753Zstarting task 0: "setup"
32026-07-03T04:46:05.757Z++ uname -s
42026-07-03T04:46:05.760Z+ kern=SunOS
52026-07-03T04:46:05.761Z+ build_user=build
62026-07-03T04:46:05.761Z+ build_uid=12345
72026-07-03T04:46:05.761Z+ work_dir=/work
82026-07-03T04:46:05.761Z+ input_dir=/input
92026-07-03T04:46:05.761Z+ [[ 0 == 12345 ]]
102026-07-03T04:46:05.761Z+ case "$kern" in
112026-07-03T04:46:05.761Z+ groupadd -g 12345 build
122026-07-03T04:46:05.764Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-03T04:46:07.767Z+ zfs create -o mountpoint=/work rpool/work
142026-07-03T04:46:07.868Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-03T04:46:07.871Z+ home_fs=zfs
162026-07-03T04:46:07.872Z+ [[ zfs == autofs ]]
172026-07-03T04:46:07.872Z+ mkdir -p /home/build
182026-07-03T04:46:07.872Z+ chown build:build /home/build /work
192026-07-03T04:46:09.873Z+ chmod 0700 /home/build /work
202026-07-03T04:46:09.876Zprocess exited: duration 4124 ms, exit code 0
 
212026-07-03T04:46:09.882Zstarting task 1: "rust-toolchain"
222026-07-03T04:46:09.887Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-07-03T04:46:09.887Z * rust toolchain channel = "1.94.0"
242026-07-03T04:46:09.887Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-03T04:46:09.887Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-03T04:46:09.887Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-03T04:46:09.887Z * rust toolchain profile = "default"
282026-07-03T04:46:09.890Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-03T04:46:09.890Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-07-03T04:46:10.039Zinfo: downloading installer
312026-07-03T04:46:11.398Zwarn: It looks like you have an existing installation of Rust at:
322026-07-03T04:46:11.398Zwarn: /opt/ooce/bin
332026-07-03T04:46:11.398Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-03T04:46:11.398Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-03T04:46:11.398Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-03T04:46:11.398Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-03T04:46:11.398Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-03T04:46:11.398Zerror: cannot install while Rust is installed
392026-07-03T04:46:11.398Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-03T04:46:11.398Zwarn: It looks like you have an existing rustup settings file at:
412026-07-03T04:46:11.398Zwarn: /home/build/.rustup/settings.toml
422026-07-03T04:46:11.398Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-03T04:46:11.398Zwarn: instead of the one inferred from the default host triple.
442026-07-03T04:46:11.412Zinfo: profile set to default
452026-07-03T04:46:11.412Zinfo: default host triple is x86_64-unknown-illumos
462026-07-03T04:46:11.415Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-07-03T04:46:11.557Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-07-03T04:46:11.560Zinfo: downloading 6 components
492026-07-03T04:46:28.893Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-07-03T04:46:28.893Z
512026-07-03T04:46:28.920Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-07-03T04:46:28.920Z
532026-07-03T04:46:28.920Z
542026-07-03T04:46:28.921ZRust is installed now. Great!
552026-07-03T04:46:28.921Z
562026-07-03T04:46:28.921ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-03T04:46:28.921Zenvironment variable. This has not been done automatically.
582026-07-03T04:46:28.921Z
592026-07-03T04:46:28.921ZTo configure your current shell, you need to source
602026-07-03T04:46:28.921Zthe corresponding env file under $HOME/.cargo.
612026-07-03T04:46:28.921Z
622026-07-03T04:46:28.921ZThis is usually done by running one of the following (note the leading DOT):
632026-07-03T04:46:28.921Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-03T04:46:28.921Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-03T04:46:28.921Zsource "~/.cargo/env.nu" # For nushell
662026-07-03T04:46:28.921Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-03T04:46:28.921Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-03T04:46:28.921Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-03T04:46:28.925Zwarn: no default linker (`cc`) was found in your PATH
702026-07-03T04:46:28.925Zwarn: many Rust crates require a system C toolchain to build
712026-07-03T04:46:29.012Z+ rustup --version
722026-07-03T04:46:29.021Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-03T04:46:29.025Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-03T04:46:29.043Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-07-03T04:46:29.046Z+ cargo --version
762026-07-03T04:46:29.058Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-07-03T04:46:29.062Z+ rustc --version
782026-07-03T04:46:29.081Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-07-03T04:46:29.084Zprocess exited: duration 19197 ms, exit code 0
 
802026-07-03T04:46:29.091Zstarting task 2: "authentication"
812026-07-03T04:46:29.108Zprocess exited: duration 16 ms, exit code 0
 
822026-07-03T04:46:29.116Zstarting task 3: "clone repository"
832026-07-03T04:46:29.119Z+ mkdir -p /work/oxidecomputer/tufaceous
842026-07-03T04:46:29.123Z+ git clone https://github.com/oxidecomputer/tufaceous /work/oxidecomputer/tufaceous
852026-07-03T04:46:29.152ZCloning into '/work/oxidecomputer/tufaceous'...
862026-07-03T04:46:29.603Z+ cd /work/oxidecomputer/tufaceous
872026-07-03T04:46:29.603Z+ git fetch origin f5bfd8974ebb12eb0abb896085ead8a7d4b21f9c
882026-07-03T04:46:29.841ZFrom https://github.com/oxidecomputer/tufaceous
892026-07-03T04:46:29.841Z * branch f5bfd8974ebb12eb0abb896085ead8a7d4b21f9c -> FETCH_HEAD
902026-07-03T04:46:29.847Z+ [[ -n iliana/artifact-hash-v1-schema ]]
912026-07-03T04:46:29.851Z++ git branch --show-current
922026-07-03T04:46:29.851Z+ current=main
932026-07-03T04:46:29.851Z+ [[ main != iliana/artifact-hash-v1-schema ]]
942026-07-03T04:46:29.851Z+ git branch -f iliana/artifact-hash-v1-schema f5bfd8974ebb12eb0abb896085ead8a7d4b21f9c
952026-07-03T04:46:29.854Z+ git checkout -f iliana/artifact-hash-v1-schema
962026-07-03T04:46:29.864ZSwitched to branch 'iliana/artifact-hash-v1-schema'
972026-07-03T04:46:29.867Z+ git reset --hard f5bfd8974ebb12eb0abb896085ead8a7d4b21f9c
982026-07-03T04:46:29.871ZHEAD is now at f5bfd89 add ArtifactHash::v1_json_schema
992026-07-03T04:46:29.875Zprocess exited: duration 757 ms, exit code 0
 
1002026-07-03T04:46:29.881Zstarting task 4: "build"
1012026-07-03T04:46:29.885Z+ source .github/buildomat/ci-env.sh
1022026-07-03T04:46:29.888Z++ export CARGO_TERM_COLOR=always
1032026-07-03T04:46:29.888Z++ CARGO_TERM_COLOR=always
1042026-07-03T04:46:29.888Z++ export 'RUSTFLAGS=-D warnings'
1052026-07-03T04:46:29.888Z++ RUSTFLAGS='-D warnings'
1062026-07-03T04:46:29.889Z++ export CARGO_INCREMENTAL=0
1072026-07-03T04:46:29.889Z++ CARGO_INCREMENTAL=0
1082026-07-03T04:46:29.889Z+++ uname -s
1092026-07-03T04:46:29.889Z++ HOST_OS=SunOS
1102026-07-03T04:46:29.889Z++ [[ SunOS == \S\u\n\O\S ]]
1112026-07-03T04:46:29.889Z++ CLANGVER=15
1122026-07-03T04:46:29.889Z++ pfexec pkg install -v build-essential pkg-config pkg:/ooce/developer/clang-15
1132026-07-03T04:46:39.382Z Startup: Refreshing catalog 'helios-dev' ... Done
1142026-07-03T04:46:47.046Z Startup: Caching catalogs ... Done
1152026-07-03T04:46:54.297ZPlanning: Solver setup ... Done (5.967s)
1162026-07-03T04:46:54.338ZPlanning: Running solver ... Done (0.041s)
1172026-07-03T04:46:54.478ZPlanning: Finding local manifests ... Done (0.003s)
1182026-07-03T04:46:54.489ZPlanning: Fetching manifests: 0/3 0% complete
1192026-07-03T04:46:54.587ZPlanning: Fetching manifests: 3/3 100% complete
1202026-07-03T04:46:54.618ZPlanning: Package planning ... Done (0.030s)
1212026-07-03T04:46:54.645ZPlanning: Merging actions ... Done (0.027s)
1222026-07-03T04:46:54.753ZPlanning: Checking for conflicting actions ... Done (0.108s)
1232026-07-03T04:46:54.760ZPlanning: Consolidating action changes ... Done (0.007s)
1242026-07-03T04:46:55.538ZPlanning: Evaluating mediators ... Done (0.778s)
1252026-07-03T04:46:55.544ZPlanning: Planning completed in 8.32 seconds
1262026-07-03T04:46:55.555Z Packages to install: 3
1272026-07-03T04:46:55.555Z Mediators to change: 2
1282026-07-03T04:46:55.555Z Services to change: 1
1292026-07-03T04:46:55.555Z Estimated space available: 155.47 GB
1302026-07-03T04:46:55.555ZEstimated space to be consumed: 1.86 GB
1312026-07-03T04:46:55.559Z Create boot environment: No
1322026-07-03T04:46:55.559ZCreate backup boot environment: No
1332026-07-03T04:46:55.559Z Rebuild boot archive: No
1342026-07-03T04:46:55.559Z
1352026-07-03T04:46:55.559ZChanged mediators:
1362026-07-03T04:46:55.559Z mediator clang:
1372026-07-03T04:46:55.559Z version: None -> 15 (system default)
1382026-07-03T04:46:55.559Z
1392026-07-03T04:46:55.559Z mediator llvm:
1402026-07-03T04:46:55.559Z version: 14 (system default) -> 15 (system default)
1412026-07-03T04:46:55.559Z
1422026-07-03T04:46:55.559ZChanged packages:
1432026-07-03T04:46:55.559Zhelios-dev
1442026-07-03T04:46:55.559Z developer/build-essential
1452026-07-03T04:46:55.559Z None -> 11-2.0
1462026-07-03T04:46:55.559Z ooce/developer/clang-15
1472026-07-03T04:46:55.559Z None -> 15.0.7-2.0
1482026-07-03T04:46:55.559Z ooce/developer/llvm-15
1492026-07-03T04:46:55.559Z None -> 15.0.7-2.0
1502026-07-03T04:46:55.559Z
1512026-07-03T04:46:55.559ZServices:
1522026-07-03T04:46:55.559Z restart_fmri:
1532026-07-03T04:46:55.559Z svc:/system/update-man-index:default
1542026-07-03T04:46:55.598Z
1552026-07-03T04:46:55.598ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1562026-07-03T04:47:00.600ZDownload: 1639/3076 items 114.7/211.3MB 54% complete (23.4M/s)
1572026-07-03T04:47:05.601ZDownload: 2465/3076 items 119.4/211.3MB 56% complete (12.1M/s)
1582026-07-03T04:47:09.574ZDownload: Completed 211.31 MB in 13.97 seconds (15.1M/s)
1592026-07-03T04:47:09.819Z Actions: 1/3430 actions (Installing new actions)
1602026-07-03T04:47:12.924Z Actions: Completed 3430 actions in 3.10 seconds.
1612026-07-03T04:47:13.572Z Done (0.645s)
1622026-07-03T04:47:13.572Z Done (0.000s)
1632026-07-03T04:47:14.309Z Done (0.736s)
1642026-07-03T04:47:17.681Z Done (3.017s)
1652026-07-03T04:47:17.751Z Done (0.012s)
1662026-07-03T04:47:17.754Z Done (0.000s)
1672026-07-03T04:47:18.016Z Done (0.000s)
1682026-07-03T04:47:18.693Z++ (( rc != 4 && rc != 0 ))
1692026-07-03T04:47:18.693Z++ pfexec pkg set-mediator -V 15 clang llvm
1702026-07-03T04:47:18.889ZPlanning: Evaluating mediator changes ... Done
1712026-07-03T04:47:18.996ZPlanning: Checking for conflicting actions ... Done
1722026-07-03T04:47:18.999ZPlanning: Consolidating action changes ... Done
1732026-07-03T04:47:19.156ZPlanning: Evaluating mediators ... Done
1742026-07-03T04:47:19.159ZPlanning: Planning completed in 0.27 seconds
1752026-07-03T04:47:19.177Z Mediators to change: 2
1762026-07-03T04:47:19.177Z Create boot environment: No
1772026-07-03T04:47:19.180ZCreate backup boot environment: No
1782026-07-03T04:47:19.251Z Done
1792026-07-03T04:47:19.251Z Done
1802026-07-03T04:47:19.882Z Done
1812026-07-03T04:47:22.347Z Done
1822026-07-03T04:47:22.420Z Done
1832026-07-03T04:47:22.423Z Done
1842026-07-03T04:47:22.579Z Done
1852026-07-03T04:47:22.648Z+ cargo --version
1862026-07-03T04:47:22.657Zcargo 1.94.0 (85eff7c80 2026-01-15)
1872026-07-03T04:47:22.660Z+ rustc --version
1882026-07-03T04:47:22.680Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1892026-07-03T04:47:22.683Z+ curl -sSfL --retry 10 https://get.nexte.st/latest/illumos
1902026-07-03T04:47:22.686Z+ gunzip
1912026-07-03T04:47:22.686Z+ tar -xvf - -C /home/build/.cargo/bin
1922026-07-03T04:47:23.821Zx cargo-nextest, 22797160 bytes, 44526 tape blocks
1932026-07-03T04:47:23.825Z+ banner build
1942026-07-03T04:47:23.825Z
1952026-07-03T04:47:23.825Z ##### # # # # #####
1962026-07-03T04:47:23.825Z # # # # # # # #
1972026-07-03T04:47:23.825Z ##### # # # # # #
1982026-07-03T04:47:23.825Z # # # # # # # #
1992026-07-03T04:47:23.825Z # # # # # # # #
2002026-07-03T04:47:23.825Z ##### #### # ###### #####
2012026-07-03T04:47:23.825Z
2022026-07-03T04:47:23.825Z+ ptime -m cargo build
2032026-07-03T04:47:23.936Z Updating crates.io index
2042026-07-03T04:47:23.977Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2052026-07-03T04:47:24.536Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2062026-07-03T04:47:24.790Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2072026-07-03T04:47:25.068Z Updating git repository `https://github.com/oxidecomputer/tlvc`
2082026-07-03T04:47:26.695Z Downloading crates ...
2092026-07-03T04:47:26.753Z Downloaded fnv v1.0.7
2102026-07-03T04:47:26.758Z Downloaded cpufeatures v0.3.0
2112026-07-03T04:47:26.761Z Downloaded array-init v0.0.4
2122026-07-03T04:47:26.769Z Downloaded hex v0.4.3
2132026-07-03T04:47:26.772Z Downloaded futures-task v0.3.31
2142026-07-03T04:47:26.772Z Downloaded dyn-clone v1.0.18
2152026-07-03T04:47:26.775Z Downloaded crypto-common v0.2.2
2162026-07-03T04:47:26.775Z Downloaded cc v1.2.61
2172026-07-03T04:47:26.779Z Downloaded const-oid v0.9.6
2182026-07-03T04:47:26.782Z Downloaded displaydoc v0.2.5
2192026-07-03T04:47:26.785Z Downloaded itoa v1.0.11
2202026-07-03T04:47:26.785Z Downloaded anyhow v1.0.96
2212026-07-03T04:47:26.788Z Downloaded base64ct v1.6.0
2222026-07-03T04:47:26.791Z Downloaded daft v0.1.1
2232026-07-03T04:47:26.791Z Downloaded bytes v1.11.1
2242026-07-03T04:47:26.794Z Downloaded icu_normalizer_data v1.5.0
2252026-07-03T04:47:26.794Z Downloaded ciborium-ll v0.2.2
2262026-07-03T04:47:26.797Z Downloaded same-file v1.0.6
2272026-07-03T04:47:26.797Z Downloaded percent-encoding v2.3.2
2282026-07-03T04:47:26.797Z Downloaded ref-cast-impl v1.0.25
2292026-07-03T04:47:26.801Z Downloaded ahash v0.8.11
2302026-07-03T04:47:26.804Z Downloaded form_urlencoded v1.2.2
2312026-07-03T04:47:26.807Z Downloaded colorchoice v1.0.2
2322026-07-03T04:47:26.807Z Downloaded bitvec v1.0.1
2332026-07-03T04:47:26.814Z Downloaded packed_struct_codegen v0.10.1
2342026-07-03T04:47:26.817Z Downloaded signature v2.2.0
2352026-07-03T04:47:26.817Z Downloaded olpc-cjson v0.1.4
2362026-07-03T04:47:26.817Z Downloaded async-trait v0.1.86
2372026-07-03T04:47:26.820Z Downloaded anstyle-parse v0.2.5
2382026-07-03T04:47:26.820Z Downloaded crc-any v2.5.0
2392026-07-03T04:47:26.823Z Downloaded litemap v0.7.3
2402026-07-03T04:47:26.823Z Downloaded clap v4.5.31
2412026-07-03T04:47:26.828Z Downloaded slog-stdlog v4.1.1
2422026-07-03T04:47:26.830Z Downloaded semver v1.0.25
2432026-07-03T04:47:26.830Z Downloaded pkcs8 v0.10.2
2442026-07-03T04:47:26.834Z Downloaded slog-async v2.8.0
2452026-07-03T04:47:26.834Z Downloaded cfg-if v1.0.0
2462026-07-03T04:47:26.834Z Downloaded crc-catalog v2.4.0
2472026-07-03T04:47:26.837Z Downloaded crc v3.2.1
2482026-07-03T04:47:26.837Z Downloaded adler2 v2.0.0
2492026-07-03T04:47:26.837Z Downloaded idna_adapter v1.2.0
2502026-07-03T04:47:26.840Z Downloaded pin-project-lite v0.2.14
2512026-07-03T04:47:26.843Z Downloaded equivalent v1.0.1
2522026-07-03T04:47:26.843Z Downloaded digest-io v0.1.0
2532026-07-03T04:47:26.843Z Downloaded cpufeatures v0.2.14
2542026-07-03T04:47:26.843Z Downloaded atomicwrites v0.4.4
2552026-07-03T04:47:26.846Z Downloaded icu_locid_transform v1.5.0
2562026-07-03T04:47:26.846Z Downloaded clap_lex v0.7.4
2572026-07-03T04:47:26.846Z Downloaded block-buffer v0.10.4
2582026-07-03T04:47:26.849Z Downloaded anstyle v1.0.10
2592026-07-03T04:47:26.849Z Downloaded cmake v0.1.58
2602026-07-03T04:47:26.852Z Downloaded ciborium-io v0.2.2
2612026-07-03T04:47:26.852Z Downloaded crypto-common v0.1.6
2622026-07-03T04:47:26.856Z Downloaded subtle v2.6.1
2632026-07-03T04:47:26.859Z Downloaded rand_chacha v0.3.1
2642026-07-03T04:47:26.859Z Downloaded ref-cast v1.0.25
2652026-07-03T04:47:26.859Z Downloaded packed_struct v0.10.1
2662026-07-03T04:47:26.862Z Downloaded ppv-lite86 v0.2.20
2672026-07-03T04:47:26.862Z Downloaded async-recursion v1.1.1
2682026-07-03T04:47:26.865Z Downloaded anstyle-query v1.1.1
2692026-07-03T04:47:26.865Z Downloaded pem v3.0.5
2702026-07-03T04:47:26.865Z Downloaded flagset v0.4.6
2712026-07-03T04:47:26.869Z Downloaded futures-core v0.3.31
2722026-07-03T04:47:26.872Z Downloaded heck v0.5.0
2732026-07-03T04:47:26.875Z Downloaded darling_macro v0.21.3
2742026-07-03T04:47:26.875Z Downloaded path-slash v0.1.5
2752026-07-03T04:47:26.875Z Downloaded is-terminal v0.4.13
2762026-07-03T04:47:26.878Z Downloaded icu_provider_macros v1.5.0
2772026-07-03T04:47:26.878Z Downloaded camino-tempfile v1.4.1
2782026-07-03T04:47:26.878Z Downloaded nodrop v0.1.14
2792026-07-03T04:47:26.881Z Downloaded num-conv v0.2.2
2802026-07-03T04:47:26.884Z Downloaded maybe-uninit v2.0.0
2812026-07-03T04:47:26.884Z Downloaded slog-envlogger v2.2.0
2822026-07-03T04:47:26.887Z Downloaded errno v0.3.13
2832026-07-03T04:47:26.887Z Downloaded futures-io v0.3.31
2842026-07-03T04:47:26.887Z Downloaded filetime v0.2.25
2852026-07-03T04:47:26.890Z Downloaded block-buffer v0.12.1
2862026-07-03T04:47:26.893Z Downloaded serde_plain v1.0.2
2872026-07-03T04:47:26.893Z Downloaded futures-macro v0.3.31
2882026-07-03T04:47:26.899Z Downloaded fastrand v2.1.1
2892026-07-03T04:47:26.902Z Downloaded spin v0.9.8
2902026-07-03T04:47:26.905Z Downloaded pem-rfc7468 v0.7.0
2912026-07-03T04:47:26.905Z Downloaded futures-executor v0.3.31
2922026-07-03T04:47:26.905Z Downloaded futures-channel v0.3.31
2932026-07-03T04:47:26.908Z Downloaded autocfg v1.4.0
2942026-07-03T04:47:26.908Z Downloaded dunce v1.0.5
2952026-07-03T04:47:26.908Z Downloaded clap_derive v4.5.28
2962026-07-03T04:47:26.911Z Downloaded bitfield v0.14.0
2972026-07-03T04:47:26.911Z Downloaded pin-project-internal v1.1.6
2982026-07-03T04:47:26.914Z Downloaded rand_core v0.6.4
2992026-07-03T04:47:26.914Z Downloaded powerfmt v0.2.0
3002026-07-03T04:47:26.917Z Downloaded funty v2.0.0
3012026-07-03T04:47:26.920Z Downloaded num-iter v0.1.45
3022026-07-03T04:47:26.920Z Downloaded find-msvc-tools v0.1.9
3032026-07-03T04:47:26.923Z Downloaded futures-sink v0.3.31
3042026-07-03T04:47:26.923Z Downloaded ident_case v1.0.1
3052026-07-03T04:47:26.926Z Downloaded anstream v0.6.15
3062026-07-03T04:47:26.929Z Downloaded fs_extra v1.3.0
3072026-07-03T04:47:26.932Z Downloaded serde_spanned v0.6.8
3082026-07-03T04:47:26.935Z Downloaded strum v0.26.3
3092026-07-03T04:47:26.935Z Downloaded is_terminal_polyfill v1.70.1
3102026-07-03T04:47:26.935Z Downloaded stable_deref_trait v1.2.0
3112026-07-03T04:47:26.938Z Downloaded radium v0.7.0
3122026-07-03T04:47:26.938Z Downloaded pkg-config v0.3.31
3132026-07-03T04:47:26.938Z Downloaded generic-array v0.14.7
3142026-07-03T04:47:26.944Z Downloaded tap v1.0.1
3152026-07-03T04:47:26.947Z Downloaded daft-derive v0.1.1
3162026-07-03T04:47:26.950Z Downloaded time-core v0.1.8
3172026-07-03T04:47:26.953Z Downloaded byte-wrapper v0.1.0
3182026-07-03T04:47:26.953Z Downloaded toml_datetime v0.6.8
3192026-07-03T04:47:26.957Z Downloaded pkcs1 v0.7.5
3202026-07-03T04:47:26.960Z Downloaded globset v0.4.15
3212026-07-03T04:47:26.960Z Downloaded der_derive v0.7.3
3222026-07-03T04:47:26.963Z Downloaded lazy_static v1.5.0
3232026-07-03T04:47:26.967Z Downloaded digest v0.10.7
3242026-07-03T04:47:26.970Z Downloaded tinyvec_macros v0.1.1
3252026-07-03T04:47:26.970Z Downloaded strsim v0.11.1
3262026-07-03T04:47:26.970Z Downloaded version_check v0.9.5
3272026-07-03T04:47:26.973Z Downloaded tokio-macros v2.5.0
3282026-07-03T04:47:26.976Z Downloaded terminal_size v0.4.0
3292026-07-03T04:47:26.976Z Downloaded pin-utils v0.1.0
3302026-07-03T04:47:26.979Z Downloaded crc32fast v1.4.2
3312026-07-03T04:47:26.979Z Downloaded slog-scope v4.4.0
3322026-07-03T04:47:26.979Z Downloaded paste v1.0.15
3332026-07-03T04:47:26.982Z Downloaded deranged v0.5.8
3342026-07-03T04:47:26.982Z Downloaded byteorder v1.5.0
3352026-07-03T04:47:26.982Z Downloaded ciborium v0.2.2
3362026-07-03T04:47:26.985Z Downloaded jobserver v0.1.32
3372026-07-03T04:47:26.985Z Downloaded untrusted v0.9.0
3382026-07-03T04:47:26.988Z Downloaded crossbeam-utils v0.8.21
3392026-07-03T04:47:26.988Z Downloaded ron v0.8.1
3402026-07-03T04:47:26.991Z Downloaded tls_codec_derive v0.4.1
3412026-07-03T04:47:26.991Z Downloaded rustls-pki-types v1.14.1
3422026-07-03T04:47:26.994Z Downloaded snafu-derive v0.8.5
3432026-07-03T04:47:26.994Z Downloaded serde-hex v0.1.0
3442026-07-03T04:47:26.994Z Downloaded synstructure v0.13.1
3452026-07-03T04:47:26.997Z Downloaded strum_macros v0.26.4
3462026-07-03T04:47:26.997Z Downloaded yoke-derive v0.7.4
3472026-07-03T04:47:26.997Z Downloaded rustversion v1.0.22
3482026-07-03T04:47:27.001Z Downloaded iana-time-zone v0.1.61
3492026-07-03T04:47:27.001Z Downloaded slab v0.4.9
3502026-07-03T04:47:27.004Z Downloaded bzip2 v0.4.4
3512026-07-03T04:47:27.007Z Downloaded getrandom v0.2.15
3522026-07-03T04:47:27.010Z Downloaded bitflags v2.6.0
3532026-07-03T04:47:27.013Z Downloaded xattr v1.3.1
3542026-07-03T04:47:27.013Z Downloaded zerofrom-derive v0.1.4
3552026-07-03T04:47:27.016Z Downloaded smallvec v0.6.14
3562026-07-03T04:47:27.016Z Downloaded digest v0.11.3
3572026-07-03T04:47:27.016Z Downloaded zeroize_derive v1.4.2
3582026-07-03T04:47:27.019Z Downloaded zerofrom v0.1.4
3592026-07-03T04:47:27.019Z Downloaded utf16_iter v1.0.5
3602026-07-03T04:47:27.019Z Downloaded thread_local v1.1.8
3612026-07-03T04:47:27.019Z Downloaded ryu v1.0.18
3622026-07-03T04:47:27.022Z Downloaded quote v1.0.38
3632026-07-03T04:47:27.022Z Downloaded utf8parse v0.2.2
3642026-07-03T04:47:27.025Z Downloaded untrusted v0.7.1
3652026-07-03T04:47:27.028Z Downloaded write16 v1.0.0
3662026-07-03T04:47:27.028Z Downloaded utf8_iter v1.0.4
3672026-07-03T04:47:27.031Z Downloaded walkdir v2.5.0
3682026-07-03T04:47:27.034Z Downloaded termcolor v1.4.1
3692026-07-03T04:47:27.034Z Downloaded slog-term v2.9.2
3702026-07-03T04:47:27.034Z Downloaded take_mut v0.2.2
3712026-07-03T04:47:27.045Z Downloaded spki v0.7.3
3722026-07-03T04:47:27.045Z Downloaded proc-macro2 v1.0.93
3732026-07-03T04:47:27.045Z Downloaded thiserror v1.0.69
3742026-07-03T04:47:27.045Z Downloaded tinystr v0.7.6
3752026-07-03T04:47:27.045Z Downloaded time-macros v0.2.27
3762026-07-03T04:47:27.045Z Downloaded camino v1.1.9
3772026-07-03T04:47:27.045Z Downloaded tls_codec v0.4.1
3782026-07-03T04:47:27.045Z Downloaded icu_locid_transform_data v1.5.0
3792026-07-03T04:47:27.045Z Downloaded hybrid-array v0.4.12
3802026-07-03T04:47:27.049Z Downloaded slog v2.7.0
3812026-07-03T04:47:27.050Z Downloaded half v2.7.1
3822026-07-03T04:47:27.050Z Downloaded serde_with_macros v3.14.1
3832026-07-03T04:47:27.053Z Downloaded once_cell v1.20.3
3842026-07-03T04:47:27.053Z Downloaded log v0.4.22
3852026-07-03T04:47:27.056Z Downloaded futures v0.3.31
3862026-07-03T04:47:27.056Z Downloaded yoke v0.7.4
3872026-07-03T04:47:27.059Z Downloaded thiserror-impl v2.0.12
3882026-07-03T04:47:27.059Z Downloaded getrandom v0.3.3
3892026-07-03T04:47:27.062Z Downloaded thiserror-impl v1.0.69
3902026-07-03T04:47:27.062Z Downloaded thiserror v2.0.12
3912026-07-03T04:47:27.065Z Downloaded env_logger v0.10.2
3922026-07-03T04:47:27.065Z Downloaded shlex v1.3.0
3932026-07-03T04:47:27.068Z Downloaded sha2 v0.10.8
3942026-07-03T04:47:27.071Z Downloaded zerovec-derive v0.10.3
3952026-07-03T04:47:27.071Z Downloaded pin-project v1.1.6
3962026-07-03T04:47:27.075Z Downloaded darling v0.21.3
3972026-07-03T04:47:27.078Z Downloaded num-integer v0.1.46
3982026-07-03T04:47:27.081Z Downloaded darling_core v0.21.3
3992026-07-03T04:47:27.084Z Downloaded const-oid v0.10.2
4002026-07-03T04:47:27.084Z Downloaded arc-swap v1.7.1
4012026-07-03T04:47:27.087Z Downloaded smallvec v1.14.0
4022026-07-03T04:47:27.087Z Downloaded base64 v0.22.1
4032026-07-03T04:47:27.090Z Downloaded tempfile v3.20.0
4042026-07-03T04:47:27.090Z Downloaded base64 v0.21.7
4052026-07-03T04:47:27.093Z Downloaded crossbeam-channel v0.5.15
4062026-07-03T04:47:27.096Z Downloaded icu_collections v1.5.0
4072026-07-03T04:47:27.099Z Downloaded tinyvec v1.8.0
4082026-07-03T04:47:27.099Z Downloaded zerocopy v0.6.6
4092026-07-03T04:47:27.103Z Downloaded unicode-ident v1.0.14
4102026-07-03T04:47:27.110Z Downloaded icu_properties v1.5.1
4112026-07-03T04:47:27.118Z Downloaded icu_normalizer v1.5.0
4122026-07-03T04:47:27.121Z Downloaded icu_locid v1.5.0
4132026-07-03T04:47:27.125Z Downloaded rustls-webpki v0.103.13
4142026-07-03T04:47:27.128Z Downloaded serde_core v1.0.228
4152026-07-03T04:47:27.131Z Downloaded der v0.7.9
4162026-07-03T04:47:27.134Z Downloaded wyz v0.5.1
4172026-07-03T04:47:27.134Z Downloaded writeable v0.5.5
4182026-07-03T04:47:27.134Z Downloaded schemars v0.9.0
4192026-07-03T04:47:27.139Z Downloaded sha2 v0.11.0
4202026-07-03T04:47:27.142Z Downloaded zerocopy-derive v0.7.35
4212026-07-03T04:47:27.145Z Downloaded flate2 v1.0.35
4222026-07-03T04:47:27.148Z Downloaded zeroize v1.8.1
4232026-07-03T04:47:27.148Z Downloaded hashbrown v0.12.3
4242026-07-03T04:47:27.151Z Downloaded zerocopy-derive v0.8.27
4252026-07-03T04:47:27.154Z Downloaded icu_provider v1.5.0
4262026-07-03T04:47:27.154Z Downloaded num-traits v0.2.19
4272026-07-03T04:47:27.157Z Downloaded indexmap v1.9.3
4282026-07-03T04:47:27.157Z Downloaded aho-corasick v1.1.3
4292026-07-03T04:47:27.160Z Downloaded toml v0.7.8
4302026-07-03T04:47:27.163Z Downloaded rand v0.8.6
4312026-07-03T04:47:27.166Z Downloaded miniz_oxide v0.8.0
4322026-07-03T04:47:27.166Z Downloaded term v1.2.1
4332026-07-03T04:47:27.169Z Downloaded zip v0.6.6
4342026-07-03T04:47:27.169Z Downloaded idna v1.1.0
4352026-07-03T04:47:27.172Z Downloaded hashbrown v0.13.2
4362026-07-03T04:47:27.175Z Downloaded schemars v1.1.0
4372026-07-03T04:47:27.180Z Downloaded url v2.5.7
4382026-07-03T04:47:27.183Z Downloaded snafu v0.8.5
4392026-07-03T04:47:27.186Z Downloaded hashbrown v0.15.1
4402026-07-03T04:47:27.189Z Downloaded typed-path v0.9.3
4412026-07-03T04:47:27.192Z Downloaded indexmap v2.7.1
4422026-07-03T04:47:27.195Z Downloaded tar v0.4.46
4432026-07-03T04:47:27.201Z Downloaded futures-util v0.3.31
4442026-07-03T04:47:27.207Z Downloaded clap_builder v4.5.31
4452026-07-03T04:47:27.211Z Downloaded serde_derive v1.0.228
4462026-07-03T04:47:27.215Z Downloaded rsa v0.9.10
4472026-07-03T04:47:27.217Z Downloaded unicode-normalization v0.1.24
4482026-07-03T04:47:27.221Z Downloaded winnow v0.5.40
4492026-07-03T04:47:27.224Z Downloaded memchr v2.7.4
4502026-07-03T04:47:27.227Z Downloaded zerocopy v0.7.35
4512026-07-03T04:47:27.234Z Downloaded serde v1.0.228
4522026-07-03T04:47:27.237Z Downloaded toml_edit v0.19.15
4532026-07-03T04:47:27.246Z Downloaded aws-lc-rs v1.16.3
4542026-07-03T04:47:27.251Z Downloaded libm v0.2.8
4552026-07-03T04:47:27.255Z Downloaded chrono v0.4.40
4562026-07-03T04:47:27.264Z Downloaded x509-cert v0.2.5
4572026-07-03T04:47:27.267Z Downloaded zerocopy v0.8.27
4582026-07-03T04:47:27.279Z Downloaded syn v2.0.96
4592026-07-03T04:47:27.285Z Downloaded typenum v1.20.1
4602026-07-03T04:47:27.288Z Downloaded num-bigint-dig v0.8.6
4612026-07-03T04:47:27.291Z Downloaded bstr v1.10.0
4622026-07-03T04:47:27.299Z Downloaded tokio-util v0.7.15
4632026-07-03T04:47:27.333Z Downloaded zerovec v0.10.4
4642026-07-03T04:47:27.336Z Downloaded serde_json v1.0.139
4652026-07-03T04:47:27.348Z Downloaded tough v0.22.0
4662026-07-03T04:47:27.354Z Downloaded bzip2-sys v0.1.11+1.0.8
4672026-07-03T04:47:27.361Z Downloaded rawzip v0.4.4
4682026-07-03T04:47:27.384Z Downloaded tokio v1.47.2
4692026-07-03T04:47:27.404Z Downloaded serde_with v3.14.1
4702026-07-03T04:47:27.420Z Downloaded icu_properties_data v1.5.0
4712026-07-03T04:47:27.429Z Downloaded regex v1.11.1
4722026-07-03T04:47:27.437Z Downloaded syn v1.0.109
4732026-07-03T04:47:27.445Z Downloaded time v0.3.47
4742026-07-03T04:47:27.464Z Downloaded object v0.30.4
4752026-07-03T04:47:27.490Z Downloaded regex-syntax v0.8.5
4762026-07-03T04:47:27.507Z Downloaded rustix v0.38.37
4772026-07-03T04:47:27.531Z Downloaded rustls v0.23.40
4782026-07-03T04:47:27.541Z Downloaded rustix v1.0.7
4792026-07-03T04:47:27.592Z Downloaded zerocopy-derive v0.6.6
4802026-07-03T04:47:27.617Z Downloaded regex-automata v0.4.8
4812026-07-03T04:47:27.642Z Downloaded libc v0.2.170
4822026-07-03T04:47:27.719Z Downloaded ring v0.17.13
4832026-07-03T04:47:28.034Z Downloaded aws-lc-sys v0.40.0
4842026-07-03T04:47:28.225Z Compiling proc-macro2 v1.0.93
4852026-07-03T04:47:28.225Z Compiling unicode-ident v1.0.14
4862026-07-03T04:47:28.225Z Compiling serde_core v1.0.228
4872026-07-03T04:47:28.228Z Compiling serde v1.0.228
4882026-07-03T04:47:28.228Z Compiling libc v0.2.170
4892026-07-03T04:47:28.229Z Compiling cfg-if v1.0.0
4902026-07-03T04:47:28.229Z Compiling autocfg v1.4.0
4912026-07-03T04:47:28.392Z Compiling find-msvc-tools v0.1.9
4922026-07-03T04:47:28.437Z Compiling shlex v1.3.0
4932026-07-03T04:47:28.612Z Compiling version_check v0.9.5
4942026-07-03T04:47:28.615Z Compiling typenum v1.20.1
4952026-07-03T04:47:28.683Z Compiling byteorder v1.5.0
4962026-07-03T04:47:28.750Z Compiling zeroize v1.8.1
4972026-07-03T04:47:28.895Z Compiling memchr v2.7.4
4982026-07-03T04:47:28.915Z Compiling libm v0.2.8
4992026-07-03T04:47:28.924Z Compiling once_cell v1.20.3
5002026-07-03T04:47:29.012Z Compiling jobserver v0.1.32
5012026-07-03T04:47:29.124Z Compiling num-traits v0.2.19
5022026-07-03T04:47:29.150Z Compiling errno v0.3.13
5032026-07-03T04:47:29.266Z Compiling quote v1.0.38
5042026-07-03T04:47:29.293Z Compiling cc v1.2.61
5052026-07-03T04:47:29.326Z Compiling rustix v0.38.37
5062026-07-03T04:47:29.460Z Compiling syn v2.0.96
5072026-07-03T04:47:29.491Z Compiling heck v0.5.0
5082026-07-03T04:47:29.518Z Compiling const-oid v0.9.6
5092026-07-03T04:47:29.579Z Compiling stable_deref_trait v1.2.0
5102026-07-03T04:47:29.652Z Compiling strsim v0.11.1
5112026-07-03T04:47:29.682Z Compiling generic-array v0.14.7
5122026-07-03T04:47:29.937Z Compiling base64ct v1.6.0
5132026-07-03T04:47:29.945Z Compiling smallvec v1.14.0
5142026-07-03T04:47:30.148Z Compiling pem-rfc7468 v0.7.0
5152026-07-03T04:47:30.215Z Compiling getrandom v0.2.15
5162026-07-03T04:47:30.225Z Compiling log v0.4.22
5172026-07-03T04:47:30.391Z Compiling spin v0.9.8
5182026-07-03T04:47:30.420Z Compiling utf8parse v0.2.2
5192026-07-03T04:47:30.431Z Compiling flagset v0.4.6
5202026-07-03T04:47:30.481Z Compiling lazy_static v1.5.0
5212026-07-03T04:47:30.510Z Compiling anstyle-parse v0.2.5
5222026-07-03T04:47:30.513Z Compiling rand_core v0.6.4
5232026-07-03T04:47:30.527Z Compiling cmake v0.1.58
5242026-07-03T04:47:30.549Z Compiling dunce v1.0.5
5252026-07-03T04:47:30.553Z Compiling syn v1.0.109
5262026-07-03T04:47:30.566Z Compiling colorchoice v1.0.2
5272026-07-03T04:47:30.575Z Compiling anstyle v1.0.10
5282026-07-03T04:47:30.639Z Compiling fs_extra v1.3.0
5292026-07-03T04:47:30.669Z Compiling anstyle-query v1.1.1
5302026-07-03T04:47:30.682Z Compiling writeable v0.5.5
5312026-07-03T04:47:30.725Z Compiling radium v0.7.0
5322026-07-03T04:47:30.765Z Compiling is_terminal_polyfill v1.70.1
5332026-07-03T04:47:30.788Z Compiling litemap v0.7.3
5342026-07-03T04:47:30.846Z Compiling anstream v0.6.15
5352026-07-03T04:47:30.846Z Compiling crypto-common v0.1.6
5362026-07-03T04:47:30.879Z Compiling aws-lc-sys v0.40.0
5372026-07-03T04:47:30.899Z Compiling block-buffer v0.10.4
5382026-07-03T04:47:30.962Z Compiling clap_lex v0.7.4
5392026-07-03T04:47:30.962Z Compiling tap v1.0.1
5402026-07-03T04:47:30.981Z Compiling maybe-uninit v2.0.0
5412026-07-03T04:47:31.001Z Compiling itoa v1.0.11
5422026-07-03T04:47:31.022Z Compiling pkg-config v0.3.31
5432026-07-03T04:47:31.063Z Compiling wyz v0.5.1
5442026-07-03T04:47:31.166Z Compiling digest v0.10.7
5452026-07-03T04:47:31.245Z Compiling num-integer v0.1.46
5462026-07-03T04:47:31.291Z Compiling is-terminal v0.4.13
5472026-07-03T04:47:31.313Z Compiling ahash v0.8.11
5482026-07-03T04:47:31.354Z Compiling funty v2.0.0
5492026-07-03T04:47:31.375Z Compiling packed_struct v0.10.1
5502026-07-03T04:47:31.458Z Compiling bzip2-sys v0.1.11+1.0.8
5512026-07-03T04:47:31.535Z Compiling subtle v2.6.1
5522026-07-03T04:47:31.547Z Compiling num-bigint-dig v0.8.6
5532026-07-03T04:47:31.635Z Compiling futures-core v0.3.31
5542026-07-03T04:47:31.680Z Compiling icu_locid_transform_data v1.5.0
5552026-07-03T04:47:31.761Z Compiling slog v2.7.0
5562026-07-03T04:47:31.771Z Compiling hex v0.4.3
5572026-07-03T04:47:31.797Z Compiling bitvec v1.0.1
5582026-07-03T04:47:32.028Z Compiling num-iter v0.1.45
5592026-07-03T04:47:32.073Z Compiling slab v0.4.9
5602026-07-03T04:47:32.114Z Compiling indexmap v1.9.3
5612026-07-03T04:47:32.125Z Compiling crc32fast v1.4.2
5622026-07-03T04:47:32.287Z Compiling synstructure v0.13.1
5632026-07-03T04:47:32.296Z Compiling icu_properties_data v1.5.0
5642026-07-03T04:47:32.322Z Compiling fnv v1.0.7
5652026-07-03T04:47:32.412Z Compiling getrandom v0.3.3
5662026-07-03T04:47:32.422Z Compiling equivalent v1.0.1
5672026-07-03T04:47:32.513Z Compiling hashbrown v0.15.1
5682026-07-03T04:47:32.629Z Compiling aws-lc-rs v1.16.3
5692026-07-03T04:47:32.749Z Compiling rustix v1.0.7
5702026-07-03T04:47:32.843Z Compiling serde_json v1.0.139
5712026-07-03T04:47:32.924Z Compiling zerocopy v0.8.27
5722026-07-03T04:47:33.039Z Compiling ident_case v1.0.1
5732026-07-03T04:47:33.069Z Compiling cpufeatures v0.2.14
5742026-07-03T04:47:33.086Z Compiling futures-sink v0.3.31
5752026-07-03T04:47:33.135Z Compiling thiserror v1.0.69
5762026-07-03T04:47:33.152Z Compiling pin-project-lite v0.2.14
5772026-07-03T04:47:33.183Z Compiling nodrop v0.1.14
5782026-07-03T04:47:33.242Z Compiling crc-catalog v2.4.0
5792026-07-03T04:47:33.270Z Compiling array-init v0.0.4
5802026-07-03T04:47:33.291Z Compiling darling_core v0.21.3
5812026-07-03T04:47:33.327Z Compiling crc v3.2.1
5822026-07-03T04:47:33.345Z Compiling sha2 v0.10.8
5832026-07-03T04:47:33.530Z Compiling serde_derive v1.0.228
5842026-07-03T04:47:33.594Z Compiling zerofrom-derive v0.1.4
5852026-07-03T04:47:33.603Z Compiling yoke-derive v0.7.4
5862026-07-03T04:47:33.607Z Compiling zerocopy-derive v0.7.35
5872026-07-03T04:47:34.043Z Compiling zerovec-derive v0.10.3
5882026-07-03T04:47:34.453Z Compiling zerocopy v0.7.35
5892026-07-03T04:47:34.623Z Compiling displaydoc v0.2.5
5902026-07-03T04:47:34.841Z Compiling zerofrom v0.1.4
5912026-07-03T04:47:34.935Z Compiling der_derive v0.7.3
5922026-07-03T04:47:34.965Z Compiling yoke v0.7.4
5932026-07-03T04:47:35.008Z Compiling ppv-lite86 v0.2.20
5942026-07-03T04:47:35.050Z Compiling icu_provider_macros v1.5.0
5952026-07-03T04:47:35.148Z Compiling zerovec v0.10.4
5962026-07-03T04:47:35.323Z Compiling rand_chacha v0.3.1
5972026-07-03T04:47:35.338Z Compiling clap_derive v4.5.28
5982026-07-03T04:47:35.393Z Compiling zerocopy-derive v0.6.6
5992026-07-03T04:47:35.598Z Compiling rand v0.8.6
6002026-07-03T04:47:35.614Z Compiling packed_struct_codegen v0.10.1
6012026-07-03T04:47:35.866Z Compiling der v0.7.9
6022026-07-03T04:47:36.032Z Compiling tinystr v0.7.6
6032026-07-03T04:47:36.045Z Compiling icu_collections v1.5.0
6042026-07-03T04:47:36.200Z Compiling icu_locid v1.5.0
6052026-07-03T04:47:36.225Z Compiling zerocopy v0.6.6
6062026-07-03T04:47:36.581Z Compiling bitflags v2.6.0
6072026-07-03T04:47:36.655Z Compiling spki v0.7.3
6082026-07-03T04:47:36.673Z Compiling icu_provider v1.5.0
6092026-07-03T04:47:36.807Z Compiling pkcs8 v0.10.2
6102026-07-03T04:47:36.963Z Compiling pkcs1 v0.7.5
6112026-07-03T04:47:37.068Z Compiling icu_locid_transform v1.5.0
6122026-07-03T04:47:37.130Z Compiling serde_spanned v0.6.8
6132026-07-03T04:47:37.140Z Compiling toml_datetime v0.6.8
6142026-07-03T04:47:37.266Z Compiling zerocopy-derive v0.8.27
6152026-07-03T04:47:37.370Z Compiling thiserror-impl v1.0.69
6162026-07-03T04:47:37.580Z Compiling terminal_size v0.4.0
6172026-07-03T04:47:37.721Z Compiling clap_builder v4.5.31
6182026-07-03T04:47:37.855Z Compiling icu_properties v1.5.1
6192026-07-03T04:47:38.235Z Compiling indexmap v2.7.1
6202026-07-03T04:47:38.351Z Compiling smallvec v0.6.14
6212026-07-03T04:47:38.500Z Compiling signature v2.2.0
6222026-07-03T04:47:38.529Z Compiling hybrid-array v0.4.12
6232026-07-03T04:47:38.545Z Compiling aho-corasick v1.1.3
6242026-07-03T04:47:38.637Z Compiling ryu v1.0.18
6252026-07-03T04:47:38.722Z Compiling paste v1.0.15
6262026-07-03T04:47:38.773Z Compiling icu_normalizer_data v1.5.0
6272026-07-03T04:47:38.815Z Compiling winnow v0.5.40
6282026-07-03T04:47:38.842Z Compiling hashbrown v0.12.3
6292026-07-03T04:47:38.989Z Compiling utf16_iter v1.0.5
6302026-07-03T04:47:39.002Z Compiling base64 v0.21.7
6312026-07-03T04:47:39.118Z Compiling termcolor v1.4.1
6322026-07-03T04:47:39.296Z Compiling clap v4.5.31
6332026-07-03T04:47:39.315Z Compiling regex-syntax v0.8.5
6342026-07-03T04:47:39.374Z Compiling rustversion v1.0.22
6352026-07-03T04:47:39.477Z Compiling thiserror v2.0.12
6362026-07-03T04:47:39.715Z Compiling utf8_iter v1.0.4
6372026-07-03T04:47:39.791Z Compiling bitfield v0.14.0
6382026-07-03T04:47:39.854Z Compiling write16 v1.0.0
6392026-07-03T04:47:39.932Z Compiling icu_normalizer v1.5.0
6402026-07-03T04:47:39.946Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
6412026-07-03T04:47:40.098Z Compiling toml_edit v0.19.15
6422026-07-03T04:47:40.257Z Compiling env_logger v0.10.2
6432026-07-03T04:47:40.718Z Compiling ron v0.8.1
6442026-07-03T04:47:40.785Z Compiling regex-automata v0.4.8
6452026-07-03T04:47:41.292Z Compiling rsa v0.9.10
6462026-07-03T04:47:41.927Z Compiling serde-hex v0.1.0
6472026-07-03T04:47:42.089Z Compiling bzip2 v0.4.4
6482026-07-03T04:47:42.380Z Compiling x509-cert v0.2.5
6492026-07-03T04:47:43.246Z Compiling hashbrown v0.13.2
6502026-07-03T04:47:43.283Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
6512026-07-03T04:47:43.283Z Compiling darling_macro v0.21.3
6522026-07-03T04:47:43.466Z Compiling thiserror-impl v2.0.12
6532026-07-03T04:47:43.700Z Compiling futures-macro v0.3.31
6542026-07-03T04:47:43.720Z Compiling futures-channel v0.3.31
6552026-07-03T04:47:43.838Z Compiling pin-utils v0.1.0
6562026-07-03T04:47:43.906Z Compiling untrusted v0.7.1
6572026-07-03T04:47:43.934Z Compiling tinyvec_macros v0.1.1
6582026-07-03T04:47:44.001Z Compiling crossbeam-utils v0.8.21
6592026-07-03T04:47:44.026Z Compiling futures-task v0.3.31
6602026-07-03T04:47:44.164Z Compiling futures-io v0.3.31
6612026-07-03T04:47:44.194Z Compiling iana-time-zone v0.1.61
6622026-07-03T04:47:44.258Z Compiling crc-any v2.5.0
6632026-07-03T04:47:44.296Z Compiling fastrand v2.1.1
6642026-07-03T04:47:44.335Z Compiling chrono v0.4.40
6652026-07-03T04:47:44.418Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
6662026-07-03T04:47:44.485Z Compiling tempfile v3.20.0
6672026-07-03T04:47:44.505Z Compiling futures-util v0.3.31
6682026-07-03T04:47:44.564Z Compiling tinyvec v1.8.0
6692026-07-03T04:47:44.761Z Compiling darling v0.21.3
6702026-07-03T04:47:44.834Z Compiling object v0.30.4
6712026-07-03T04:47:44.843Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
6722026-07-03T04:47:44.895Z Compiling half v2.7.1
6732026-07-03T04:47:45.136Z Compiling zip v0.6.6
6742026-07-03T04:47:45.172Z Compiling toml v0.7.8
6752026-07-03T04:47:45.687Z Compiling idna_adapter v1.2.0
6762026-07-03T04:47:45.781Z Compiling block-buffer v0.12.1
6772026-07-03T04:47:45.794Z Compiling crypto-common v0.2.2
6782026-07-03T04:47:45.825Z Compiling pin-project-internal v1.1.6
6792026-07-03T04:47:45.933Z Compiling daft-derive v0.1.1
6802026-07-03T04:47:45.942Z Compiling tokio-macros v2.5.0
6812026-07-03T04:47:46.261Z Compiling rustls-pki-types v1.14.1
6822026-07-03T04:47:46.617Z Compiling bytes v1.11.1
6832026-07-03T04:47:46.626Z Compiling rustls v0.23.40
6842026-07-03T04:47:46.730Z Compiling powerfmt v0.2.0
6852026-07-03T04:47:46.739Z Compiling ciborium-io v0.2.2
6862026-07-03T04:47:46.792Z Compiling num-conv v0.2.2
6872026-07-03T04:47:46.824Z Compiling path-slash v0.1.5
6882026-07-03T04:47:46.824Z Compiling time-core v0.1.8
6892026-07-03T04:47:46.860Z Compiling percent-encoding v2.3.2
6902026-07-03T04:47:46.932Z Compiling const-oid v0.10.2
6912026-07-03T04:47:46.932Z Compiling untrusted v0.9.0
6922026-07-03T04:47:46.948Z Compiling camino v1.1.9
6932026-07-03T04:47:46.962Z Compiling time-macros v0.2.27
6942026-07-03T04:47:47.047Z Compiling form_urlencoded v1.2.2
6952026-07-03T04:47:47.051Z Compiling deranged v0.5.8
6962026-07-03T04:47:47.141Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
6972026-07-03T04:47:47.227Z Compiling digest v0.11.3
6982026-07-03T04:47:47.240Z Compiling tokio v1.47.2
6992026-07-03T04:47:47.297Z Compiling pin-project v1.1.6
7002026-07-03T04:47:47.384Z Compiling ciborium-ll v0.2.2
7012026-07-03T04:47:47.394Z Compiling daft v0.1.1
7022026-07-03T04:47:47.620Z Compiling futures-executor v0.3.31
7032026-07-03T04:47:47.620Z Compiling strum_macros v0.26.4
7042026-07-03T04:47:47.909Z Compiling idna v1.1.0
7052026-07-03T04:47:47.918Z Compiling unicode-normalization v0.1.24
7062026-07-03T04:47:48.004Z Compiling serde_with_macros v3.14.1
7072026-07-03T04:47:48.383Z Compiling xattr v1.3.1
7082026-07-03T04:47:48.554Z Compiling snafu-derive v0.8.5
7092026-07-03T04:47:48.578Z Compiling byte-wrapper v0.1.0
7102026-07-03T04:47:48.681Z Compiling bstr v1.10.0
7112026-07-03T04:47:48.747Z Compiling filetime v0.2.25
7122026-07-03T04:47:48.925Z Compiling thread_local v1.1.8
7132026-07-03T04:47:48.989Z Compiling slog-async v2.8.0
7142026-07-03T04:47:49.108Z Compiling base64 v0.22.1
7152026-07-03T04:47:49.161Z Compiling same-file v1.0.6
7162026-07-03T04:47:49.200Z Compiling semver v1.0.25
7172026-07-03T04:47:49.252Z Compiling arc-swap v1.7.1
7182026-07-03T04:47:49.267Z Compiling adler2 v2.0.0
7192026-07-03T04:47:49.360Z Compiling miniz_oxide v0.8.0
7202026-07-03T04:47:49.393Z Compiling pem v3.0.5
7212026-07-03T04:47:49.431Z Compiling walkdir v2.5.0
7222026-07-03T04:47:49.518Z Compiling slog-scope v4.4.0
7232026-07-03T04:47:49.537Z Compiling strum v0.26.3
7242026-07-03T04:47:49.666Z Compiling serde_with v3.14.1
7252026-07-03T04:47:49.754Z Compiling globset v0.4.15
7262026-07-03T04:47:49.770Z Compiling tar v0.4.46
7272026-07-03T04:47:49.773Z Compiling tufaceous-artifact v0.2.0 (/work/oxidecomputer/tufaceous/artifact)
7282026-07-03T04:47:50.243Z Compiling snafu v0.8.5
7292026-07-03T04:47:50.544Z Compiling tokio-util v0.7.15
7302026-07-03T04:47:50.634Z Compiling crossbeam-channel v0.5.15
7312026-07-03T04:47:50.773Z Compiling olpc-cjson v0.1.4
7322026-07-03T04:47:50.935Z Compiling url v2.5.7
7332026-07-03T04:47:50.945Z Compiling time v0.3.47
7342026-07-03T04:47:51.061Z Compiling futures v0.3.31
7352026-07-03T04:47:51.101Z Compiling ciborium v0.2.2
7362026-07-03T04:47:51.137Z Compiling serde_plain v1.0.2
7372026-07-03T04:47:51.291Z Compiling async-trait v0.1.86
7382026-07-03T04:47:51.335Z Compiling async-recursion v1.1.1
7392026-07-03T04:47:51.497Z Compiling cpufeatures v0.3.0
7402026-07-03T04:47:51.509Z Compiling anyhow v1.0.96
7412026-07-03T04:47:51.569Z Compiling typed-path v0.9.3
7422026-07-03T04:47:51.685Z Compiling dyn-clone v1.0.18
7432026-07-03T04:47:51.810Z Compiling take_mut v0.2.2
7442026-07-03T04:47:51.824Z Compiling term v1.2.1
7452026-07-03T04:47:51.991Z Compiling sha2 v0.11.0
7462026-07-03T04:47:52.001Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
7472026-07-03T04:47:52.033Z Compiling camino-tempfile v1.4.1
7482026-07-03T04:47:52.241Z Compiling slog-term v2.9.2
7492026-07-03T04:47:52.273Z Compiling tufaceous-brand-metadata v0.2.0 (/work/oxidecomputer/tufaceous/brand-metadata)
7502026-07-03T04:47:52.434Z Compiling flate2 v1.0.35
7512026-07-03T04:47:52.563Z Compiling slog-stdlog v4.1.1
7522026-07-03T04:47:52.757Z Compiling digest-io v0.1.0
7532026-07-03T04:47:52.882Z Compiling atomicwrites v0.4.4
7542026-07-03T04:47:52.891Z Compiling regex v1.11.1
7552026-07-03T04:47:52.913Z Compiling rawzip v0.4.4
7562026-07-03T04:47:53.334Z Compiling slog-envlogger v2.2.0
7572026-07-03T04:47:57.869Z Compiling rustls-webpki v0.103.13
7582026-07-03T04:48:00.521Z Compiling tough v0.22.0
7592026-07-03T04:48:02.461Z Compiling tufaceous v0.2.0 (/work/oxidecomputer/tufaceous/lib)
7602026-07-03T04:48:04.424Z Compiling tufaceous-bin v0.2.0 (/work/oxidecomputer/tufaceous/bin)
7612026-07-03T04:48:11.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.82s
7622026-07-03T04:48:11.807Z
7632026-07-03T04:48:11.807Zreal 47.946079628
7642026-07-03T04:48:11.807Zuser 2:59.602939405
7652026-07-03T04:48:11.807Zsys 36.622475069
7662026-07-03T04:48:11.807Ztrap 0.091004122
7672026-07-03T04:48:11.807Ztflt 0.421353725
7682026-07-03T04:48:11.807Zdflt 0.367859544
7692026-07-03T04:48:11.811Zkflt 0.010162471
7702026-07-03T04:48:11.811Zlock 9:17.509594860
7712026-07-03T04:48:11.811Zslp 9:25.854866668
7722026-07-03T04:48:11.811Zlat 11.195982594
7732026-07-03T04:48:11.811Zstop 31.665609057
7742026-07-03T04:48:11.811Z+ banner build-all
7752026-07-03T04:48:11.811Z
7762026-07-03T04:48:11.811Z ##### # # # # ##### ## # #
7772026-07-03T04:48:11.811Z # # # # # # # # # # # #
7782026-07-03T04:48:11.811Z ##### # # # # # # ##### # # # #
7792026-07-03T04:48:11.811Z # # # # # # # # ###### # #
7802026-07-03T04:48:11.811Z # # # # # # # # # # # #
7812026-07-03T04:48:11.811Z ##### #### # ###### ##### # # ###### ######
7822026-07-03T04:48:11.811Z
7832026-07-03T04:48:11.811Z+ ptime -m cargo build --all-features --all-targets
7842026-07-03T04:48:11.883Z Downloading crates ...
7852026-07-03T04:48:11.975Z Downloaded rusty-fork v0.3.0
7862026-07-03T04:48:11.981Z Downloaded schemars_derive v0.8.22
7872026-07-03T04:48:11.990Z Downloaded quick-error v1.2.3
7882026-07-03T04:48:11.993Z Downloaded unarray v0.1.4
7892026-07-03T04:48:11.996Z Downloaded rand_xorshift v0.3.0
7902026-07-03T04:48:11.997Z Downloaded bit-set v0.5.3
7912026-07-03T04:48:12.000Z Downloaded structmeta-derive v0.3.0
7922026-07-03T04:48:12.000Z Downloaded newline-converter v0.3.0
7932026-07-03T04:48:12.004Z Downloaded wait-timeout v0.2.0
7942026-07-03T04:48:12.007Z Downloaded structmeta v0.3.0
7952026-07-03T04:48:12.017Z Downloaded tokio-stream v0.1.18
7962026-07-03T04:48:12.021Z Downloaded serde_derive_internals v0.29.1
7972026-07-03T04:48:12.021Z Downloaded bit-vec v0.6.3
7982026-07-03T04:48:12.025Z Downloaded unicode-segmentation v1.12.0
7992026-07-03T04:48:12.029Z Downloaded tokio-test v0.4.5
8002026-07-03T04:48:12.029Z Downloaded console v0.15.10
8012026-07-03T04:48:12.032Z Downloaded test-strategy v0.4.0
8022026-07-03T04:48:12.036Z Downloaded schemars v0.8.22
8032026-07-03T04:48:12.039Z Downloaded similar v2.7.0
8042026-07-03T04:48:12.047Z Downloaded proptest v1.5.0
8052026-07-03T04:48:12.052Z Downloaded expectorate v1.1.0
8062026-07-03T04:48:12.067Z Downloaded unicode-width v0.2.0
8072026-07-03T04:48:12.117Z Compiling num-traits v0.2.19
8082026-07-03T04:48:12.154Z Compiling fnv v1.0.7
8092026-07-03T04:48:12.158Z Compiling ppv-lite86 v0.2.20
8102026-07-03T04:48:12.165Z Compiling serde_derive_internals v0.29.1
8112026-07-03T04:48:12.170Z Compiling schemars v0.8.22
8122026-07-03T04:48:12.174Z Compiling structmeta-derive v0.3.0
8132026-07-03T04:48:12.177Z Compiling wait-timeout v0.2.0
8142026-07-03T04:48:12.181Z Compiling bit-vec v0.6.3
8152026-07-03T04:48:12.224Z Compiling quick-error v1.2.3
8162026-07-03T04:48:12.316Z Compiling bit-set v0.5.3
8172026-07-03T04:48:12.366Z Compiling rusty-fork v0.3.0
8182026-07-03T04:48:12.393Z Compiling darling_core v0.21.3
8192026-07-03T04:48:12.469Z Compiling rand_chacha v0.3.1
8202026-07-03T04:48:12.516Z Compiling rand_xorshift v0.3.0
8212026-07-03T04:48:12.521Z Compiling unarray v0.1.4
8222026-07-03T04:48:12.613Z Compiling tokio v1.47.2
8232026-07-03T04:48:12.667Z Compiling unicode-width v0.2.0
8242026-07-03T04:48:12.744Z Compiling rand v0.8.6
8252026-07-03T04:48:12.898Z Compiling schemars_derive v0.8.22
8262026-07-03T04:48:12.931Z Compiling unicode-segmentation v1.12.0
8272026-07-03T04:48:12.952Z Compiling console v0.15.10
8282026-07-03T04:48:13.118Z Compiling num-integer v0.1.46
8292026-07-03T04:48:13.228Z Compiling structmeta v0.3.0
8302026-07-03T04:48:13.318Z Compiling proptest v1.5.0
8312026-07-03T04:48:13.386Z Compiling num-iter v0.1.45
8322026-07-03T04:48:13.419Z Compiling test-strategy v0.4.0
8332026-07-03T04:48:13.431Z Compiling chrono v0.4.40
8342026-07-03T04:48:13.493Z Compiling num-bigint-dig v0.8.6
8352026-07-03T04:48:13.609Z Compiling newline-converter v0.3.0
8362026-07-03T04:48:13.710Z Compiling similar v2.7.0
8372026-07-03T04:48:14.561Z Compiling rsa v0.9.10
8382026-07-03T04:48:14.631Z Compiling darling_macro v0.21.3
8392026-07-03T04:48:14.638Z Compiling slog-term v2.9.2
8402026-07-03T04:48:14.698Z Compiling expectorate v1.1.0
8412026-07-03T04:48:14.814Z Compiling byte-wrapper v0.1.0
8422026-07-03T04:48:14.968Z Compiling slog-envlogger v2.2.0
8432026-07-03T04:48:15.101Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
8442026-07-03T04:48:15.181Z Compiling darling v0.21.3
8452026-07-03T04:48:15.223Z Compiling tokio-util v0.7.15
8462026-07-03T04:48:15.254Z Compiling serde_with_macros v3.14.1
8472026-07-03T04:48:15.270Z Compiling tokio-stream v0.1.18
8482026-07-03T04:48:15.513Z Compiling tough v0.22.0
8492026-07-03T04:48:15.607Z Compiling tokio-test v0.4.5
8502026-07-03T04:48:15.965Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
8512026-07-03T04:48:16.329Z Compiling serde_with v3.14.1
8522026-07-03T04:48:16.409Z Compiling tufaceous-artifact v0.2.0 (/work/oxidecomputer/tufaceous/artifact)
8532026-07-03T04:48:17.062Z Compiling tufaceous-brand-metadata v0.2.0 (/work/oxidecomputer/tufaceous/brand-metadata)
8542026-07-03T04:48:17.583Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
8552026-07-03T04:48:18.338Z Compiling tufaceous v0.2.0 (/work/oxidecomputer/tufaceous/lib)
8562026-07-03T04:48:20.558Z Compiling tufaceous-bin v0.2.0 (/work/oxidecomputer/tufaceous/bin)
8572026-07-03T04:48:31.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.45s
8582026-07-03T04:48:31.331Z
8592026-07-03T04:48:31.334Zreal 19.505040506
8602026-07-03T04:48:31.334Zuser 1:39.803084916
8612026-07-03T04:48:31.334Zsys 15.652796900
8622026-07-03T04:48:31.334Ztrap 0.042874905
8632026-07-03T04:48:31.334Ztflt 0.063871326
8642026-07-03T04:48:31.334Zdflt 0.290630020
8652026-07-03T04:48:31.334Zkflt 0.000013154
8662026-07-03T04:48:31.334Zlock 5:50.854520378
8672026-07-03T04:48:31.334Zslp 5:49.177010268
8682026-07-03T04:48:31.334Zlat 4.689972607
8692026-07-03T04:48:31.334Zstop 7.067111293
8702026-07-03T04:48:31.334Z+ banner test
8712026-07-03T04:48:31.334Z
8722026-07-03T04:48:31.334Z ##### ###### #### #####
8732026-07-03T04:48:31.334Z # # # #
8742026-07-03T04:48:31.334Z # ##### #### #
8752026-07-03T04:48:31.334Z # # # #
8762026-07-03T04:48:31.334Z # # # # #
8772026-07-03T04:48:31.334Z # ###### #### #
8782026-07-03T04:48:31.334Z
8792026-07-03T04:48:31.334Z+ ptime -m cargo nextest run --all-features --all-targets
8802026-07-03T04:48:31.772Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
8812026-07-03T04:48:31.817Z────────────
8822026-07-03T04:48:31.817Z Nextest run ID 8064ba79-4989-41de-ac2e-bd1a72587447 with nextest profile: default
8832026-07-03T04:48:31.817Z Starting 35 tests across 7 binaries
8842026-07-03T04:48:31.824Z PASS [ 0.007s] ( 1/35) tufaceous error::tests::error_display_chain_doesnt_repeat
8852026-07-03T04:48:31.827Z PASS [ 0.008s] ( 2/35) tufaceous repo::v1::tests::mpsc_reader_empty
8862026-07-03T04:48:31.827Z PASS [ 0.008s] ( 3/35) tufaceous repo::v1::tests::mpsc_reader
8872026-07-03T04:48:31.827Z PASS [ 0.009s] ( 4/35) tufaceous edit::measurement_corpus::tests::guess_partial_input
8882026-07-03T04:48:31.848Z PASS [ 0.030s] ( 5/35) tufaceous edit::root::tests::generate_verify
8892026-07-03T04:48:31.854Z PASS [ 0.037s] ( 6/35) tufaceous edit::editor::tests::empty_artifact
8902026-07-03T04:48:31.883Z PASS [ 0.036s] ( 7/35) tufaceous::tests no_artifacts
8912026-07-03T04:48:31.914Z PASS [ 0.097s] ( 8/35) tufaceous::check fake_checks_out
8922026-07-03T04:48:31.918Z PASS [ 0.092s] ( 9/35) tufaceous::check missing_installinator
8932026-07-03T04:48:31.918Z PASS [ 0.034s] (10/35) tufaceous::v1_compatibility v1_fake
8942026-07-03T04:48:31.922Z PASS [ 0.006s] (11/35) tufaceous-artifact artifact::tests::display_respects_padding
8952026-07-03T04:48:31.926Z PASS [ 0.006s] (12/35) tufaceous-artifact artifact::tests::fromstr_works
8962026-07-03T04:48:31.929Z PASS [ 0.013s] (13/35) tufaceous::v1_compatibility v1_fake_without_compat
8972026-07-03T04:48:31.929Z PASS [ 0.006s] (14/35) tufaceous-artifact map::tests::from_optional_string
8982026-07-03T04:48:31.932Z PASS [ 0.006s] (15/35) tufaceous-artifact metadata::tests::default_is_empty
8992026-07-03T04:48:31.935Z PASS [ 0.006s] (16/35) tufaceous-artifact metadata::tests::deserialize_previously_valid
9002026-07-03T04:48:31.935Z PASS [ 0.006s] (17/35) tufaceous-artifact rkth::tests::ensure_consistency
9012026-07-03T04:48:31.940Z PASS [ 0.006s] (18/35) tufaceous-artifact tags::tests::rot_rkth
9022026-07-03T04:48:31.940Z PASS [ 0.011s] (19/35) tufaceous-artifact metadata::tests::metadata_roundtrip
9032026-07-03T04:48:31.943Z PASS [ 0.118s] (20/35) tufaceous::tests compute_archive_sha256
9042026-07-03T04:48:31.946Z PASS [ 0.006s] (21/35) tufaceous-artifact version::tests::display_respects_padding
9052026-07-03T04:48:31.977Z PASS [ 0.151s] (22/35) tufaceous::tests it_works
9062026-07-03T04:48:31.980Z PASS [ 0.035s] (23/35) tufaceous-artifact version::tests::proptest_valid_version
9072026-07-03T04:48:31.980Z PASS [ 0.038s] (24/35) tufaceous-artifact version::tests::proptest_invalid_version
9082026-07-03T04:48:31.980Z PASS [ 0.043s] (25/35) tufaceous-artifact tags::tests::tags_roundtrip
9092026-07-03T04:48:31.983Z PASS [ 0.034s] (26/35) tufaceous-artifact version::tests::proptest_version_serde_roundtrip
9102026-07-03T04:48:31.983Z PASS [ 0.156s] (27/35) tufaceous::tests inconsistent_fake
9112026-07-03T04:48:31.986Z PASS [ 0.007s] (28/35) tufaceous-artifact version::tests::schema
9122026-07-03T04:48:31.986Z PASS [ 0.007s] (29/35) tufaceous-bin::bin/tufaceous load::tests::test_force_load
9132026-07-03T04:48:31.986Z PASS [ 0.007s] (30/35) tufaceous-bin::bin/tufaceous load::tests::test_trust_roots_conflicts
9142026-07-03T04:48:31.986Z PASS [ 0.007s] (31/35) tufaceous-bin::bin/tufaceous load::tests::test_trust_roots_required
9152026-07-03T04:48:31.989Z PASS [ 0.006s] (32/35) tufaceous-bin::bin/tufaceous sign::tests::test_flags
9162026-07-03T04:48:31.989Z PASS [ 0.006s] (33/35) tufaceous-brand-metadata tests::test_deserialize
9172026-07-03T04:48:31.993Z PASS [ 0.139s] (34/35) tufaceous::tests verify_targets
9182026-07-03T04:48:32.920Z PASS [ 1.102s] (35/35) tufaceous edit::fake::tests::fake_artifacts_equals_fake_repo
9192026-07-03T04:48:32.921Z────────────
9202026-07-03T04:48:32.921Z Summary [ 1.103s] 35 tests run: 35 passed, 0 skipped
9212026-07-03T04:48:32.927Z
9222026-07-03T04:48:32.930Zreal 1.589076540
9232026-07-03T04:48:32.930Zuser 1.444712033
9242026-07-03T04:48:32.931Zsys 0.460850949
9252026-07-03T04:48:32.931Ztrap 0.003615747
9262026-07-03T04:48:32.931Ztflt 0.000146538
9272026-07-03T04:48:32.931Zdflt 0.000163617
9282026-07-03T04:48:32.931Zkflt 0.000010128
9292026-07-03T04:48:32.931Zlock 13.160207973
9302026-07-03T04:48:32.931Zslp 1.862141710
9312026-07-03T04:48:32.931Zlat 0.329164602
9322026-07-03T04:48:32.931Zstop 0.090315691
9332026-07-03T04:48:32.931Z+ banner doctest
9342026-07-03T04:48:32.931Z
9352026-07-03T04:48:32.931Z ##### #### #### ##### ###### #### #####
9362026-07-03T04:48:32.931Z # # # # # # # # # #
9372026-07-03T04:48:32.931Z # # # # # # ##### #### #
9382026-07-03T04:48:32.931Z # # # # # # # # #
9392026-07-03T04:48:32.931Z # # # # # # # # # # #
9402026-07-03T04:48:32.931Z ##### #### #### # ###### #### #
9412026-07-03T04:48:32.931Z
9422026-07-03T04:48:32.931Z+ ptime -m cargo test --doc --all-features
9432026-07-03T04:48:33.087Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
9442026-07-03T04:48:33.102Z Doc-tests tufaceous
9452026-07-03T04:48:39.691Z
9462026-07-03T04:48:39.691Zrunning 1 test
9472026-07-03T04:48:39.777Ztest lib/src/repo.rs - repo::Repository::fake (line 72) ... ok
9482026-07-03T04:48:39.777Z
9492026-07-03T04:48:39.777Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
9502026-07-03T04:48:39.777Z
9512026-07-03T04:48:39.789Zall doctests ran in 6.48s; merged doctests compilation took 6.38s
9522026-07-03T04:48:39.807Z Doc-tests tufaceous_artifact
9532026-07-03T04:48:42.296Z
9542026-07-03T04:48:42.296Zrunning 2 tests
9552026-07-03T04:48:42.299Ztest artifact/src/set.rs - set::ArtifactSet::filter_tags (line 110) ... ok
9562026-07-03T04:48:42.299Ztest artifact/src/tags.rs - tags::DisplayTags (line 332) ... ok
9572026-07-03T04:48:42.299Z
9582026-07-03T04:48:42.299Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9592026-07-03T04:48:42.299Z
9602026-07-03T04:48:42.305Zall doctests ran in 2.35s; merged doctests compilation took 2.34s
9612026-07-03T04:48:42.319Z Doc-tests tufaceous_brand_metadata
9622026-07-03T04:48:42.394Z
9632026-07-03T04:48:42.394Zrunning 0 tests
9642026-07-03T04:48:42.394Z
9652026-07-03T04:48:42.394Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9662026-07-03T04:48:42.394Z
9672026-07-03T04:48:42.414Z
9682026-07-03T04:48:42.417Zreal 9.470373667
9692026-07-03T04:48:42.417Zuser 7.546881544
9702026-07-03T04:48:42.417Zsys 1.755180707
9712026-07-03T04:48:42.417Ztrap 0.000822796
9722026-07-03T04:48:42.417Ztflt 0.041085256
9732026-07-03T04:48:42.417Zdflt 0.012870626
9742026-07-03T04:48:42.417Zkflt 0.000000000
9752026-07-03T04:48:42.418Zlock 30.506283592
9762026-07-03T04:48:42.418Zslp 45.505956245
9772026-07-03T04:48:42.418Zlat 0.023759926
9782026-07-03T04:48:42.418Zstop 0.129450384
9792026-07-03T04:48:42.418Zprocess exited: duration 132511 ms, exit code 0
 
9802026-07-03T04:48:42.424Zfound 0 output files