01KXJM26CYSBGC87XM40WZ6WMX: 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: 01KXJM2EMSGFT2GPGWY5FBD9K6

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-15T10:10:48.351Zjob assigned to worker 01KXJM2KX76K88G1414MTDVJFZ [factory aws, i-039317f98e741f8a5] (queued for 46 s)
 
22026-07-15T10:10:55.404Zstarting task 0: "setup"
32026-07-15T10:10:55.408Z++ uname -s
42026-07-15T10:10:55.411Z+ kern=SunOS
52026-07-15T10:10:55.411Z+ build_user=build
62026-07-15T10:10:55.411Z+ build_uid=12345
72026-07-15T10:10:55.411Z+ work_dir=/work
82026-07-15T10:10:55.411Z+ input_dir=/input
92026-07-15T10:10:55.411Z+ [[ 0 == 12345 ]]
102026-07-15T10:10:55.411Z+ case "$kern" in
112026-07-15T10:10:55.411Z+ groupadd -g 12345 build
122026-07-15T10:10:55.434Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-15T10:10:57.419Z+ zfs create -o mountpoint=/work rpool/work
142026-07-15T10:10:57.483Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-15T10:10:57.486Z+ home_fs=zfs
162026-07-15T10:10:57.486Z+ [[ zfs == autofs ]]
172026-07-15T10:10:57.486Z+ mkdir -p /home/build
182026-07-15T10:10:57.486Z+ chown build:build /home/build /work
192026-07-15T10:10:59.488Z+ chmod 0700 /home/build /work
202026-07-15T10:10:59.491Zprocess exited: duration 4088 ms, exit code 0
 
212026-07-15T10:10:59.497Zstarting task 1: "rust-toolchain"
222026-07-15T10:10:59.501Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-07-15T10:10:59.501Z * rust toolchain channel = "1.94.0"
242026-07-15T10:10:59.501Z * rust toolchain profile = "default"
252026-07-15T10:10:59.501Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-15T10:10:59.501Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-15T10:10:59.501Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-15T10:10:59.504Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-15T10:10:59.504Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-07-15T10:10:59.623Zinfo: downloading installer
312026-07-15T10:11:00.892Zwarn: It looks like you have an existing installation of Rust at:
322026-07-15T10:11:00.892Zwarn: /opt/ooce/bin
332026-07-15T10:11:00.892Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-15T10:11:00.892Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-15T10:11:00.892Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-15T10:11:00.892Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-15T10:11:00.892Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-15T10:11:00.892Zerror: cannot install while Rust is installed
392026-07-15T10:11:00.892Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-15T10:11:00.892Zwarn: It looks like you have an existing rustup settings file at:
412026-07-15T10:11:00.892Zwarn: /home/build/.rustup/settings.toml
422026-07-15T10:11:00.892Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-15T10:11:00.892Zwarn: instead of the one inferred from the default host triple.
442026-07-15T10:11:00.906Zinfo: profile set to default
452026-07-15T10:11:00.906Zinfo: default host triple is x86_64-unknown-illumos
462026-07-15T10:11:00.909Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-07-15T10:11:01.038Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-07-15T10:11:01.042Zinfo: downloading 6 components
492026-07-15T10:11:16.559Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-07-15T10:11:16.559Z
512026-07-15T10:11:16.587Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-07-15T10:11:16.587Z
532026-07-15T10:11:16.587Z
542026-07-15T10:11:16.587ZRust is installed now. Great!
552026-07-15T10:11:16.587Z
562026-07-15T10:11:16.588ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-15T10:11:16.588Zenvironment variable. This has not been done automatically.
582026-07-15T10:11:16.588Z
592026-07-15T10:11:16.588ZTo configure your current shell, you need to source
602026-07-15T10:11:16.588Zthe corresponding env file under $HOME/.cargo.
612026-07-15T10:11:16.588Z
622026-07-15T10:11:16.588ZThis is usually done by running one of the following (note the leading DOT):
632026-07-15T10:11:16.588Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-15T10:11:16.588Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-15T10:11:16.588Zsource "~/.cargo/env.nu" # For nushell
662026-07-15T10:11:16.588Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-15T10:11:16.588Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-15T10:11:16.588Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-15T10:11:16.591Zwarn: no default linker (`cc`) was found in your PATH
702026-07-15T10:11:16.591Zwarn: many Rust crates require a system C toolchain to build
712026-07-15T10:11:16.676Z+ rustup --version
722026-07-15T10:11:16.686Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-15T10:11:16.689Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-15T10:11:16.707Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-07-15T10:11:16.710Z+ cargo --version
762026-07-15T10:11:16.722Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-07-15T10:11:16.725Z+ rustc --version
782026-07-15T10:11:16.744Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-07-15T10:11:16.747Zprocess exited: duration 17248 ms, exit code 0
 
802026-07-15T10:11:16.753Zstarting task 2: "authentication"
812026-07-15T10:11:16.770Zprocess exited: duration 16 ms, exit code 0
 
822026-07-15T10:11:16.776Zstarting task 3: "clone repository"
832026-07-15T10:11:16.779Z+ mkdir -p /work/oxidecomputer/tufaceous
842026-07-15T10:11:16.782Z+ git clone https://github.com/oxidecomputer/tufaceous /work/oxidecomputer/tufaceous
852026-07-15T10:11:16.819ZCloning into '/work/oxidecomputer/tufaceous'...
862026-07-15T10:11:17.332Z+ cd /work/oxidecomputer/tufaceous
872026-07-15T10:11:17.332Z+ git fetch origin 68200ba3f6c5963e345d8105732baa3a76b48281
882026-07-15T10:11:17.580ZFrom https://github.com/oxidecomputer/tufaceous
892026-07-15T10:11:17.580Z * branch 68200ba3f6c5963e345d8105732baa3a76b48281 -> FETCH_HEAD
902026-07-15T10:11:17.585Z+ [[ -n ea-tough-fork ]]
912026-07-15T10:11:17.588Z++ git branch --show-current
922026-07-15T10:11:17.588Z+ current=main
932026-07-15T10:11:17.588Z+ [[ main != ea-tough-fork ]]
942026-07-15T10:11:17.588Z+ git branch -f ea-tough-fork 68200ba3f6c5963e345d8105732baa3a76b48281
952026-07-15T10:11:17.590Z+ git checkout -f ea-tough-fork
962026-07-15T10:11:17.598ZSwitched to branch 'ea-tough-fork'
972026-07-15T10:11:17.601Z+ git reset --hard 68200ba3f6c5963e345d8105732baa3a76b48281
982026-07-15T10:11:17.607ZHEAD is now at 68200ba update to tough 0.24 (which depends on jiff)
992026-07-15T10:11:17.610Zprocess exited: duration 831 ms, exit code 0
 
1002026-07-15T10:11:17.616Zstarting task 4: "build"
1012026-07-15T10:11:17.620Z+ source .github/buildomat/ci-env.sh
1022026-07-15T10:11:17.623Z++ export CARGO_TERM_COLOR=always
1032026-07-15T10:11:17.623Z++ CARGO_TERM_COLOR=always
1042026-07-15T10:11:17.623Z++ export 'RUSTFLAGS=-D warnings'
1052026-07-15T10:11:17.623Z++ RUSTFLAGS='-D warnings'
1062026-07-15T10:11:17.623Z++ export CARGO_INCREMENTAL=0
1072026-07-15T10:11:17.623Z++ CARGO_INCREMENTAL=0
1082026-07-15T10:11:17.623Z+++ uname -s
1092026-07-15T10:11:17.623Z++ HOST_OS=SunOS
1102026-07-15T10:11:17.623Z++ [[ SunOS == \S\u\n\O\S ]]
1112026-07-15T10:11:17.623Z++ CLANGVER=15
1122026-07-15T10:11:17.623Z++ pfexec pkg install -v build-essential pkg-config pkg:/ooce/developer/clang-15
1132026-07-15T10:11:30.204Z Startup: Refreshing catalog 'helios-dev' ... Done
1142026-07-15T10:11:38.012Z Startup: Caching catalogs ... Done
1152026-07-15T10:11:45.307ZPlanning: Solver setup ... Done (5.996s)
1162026-07-15T10:11:45.348ZPlanning: Running solver ... Done (0.042s)
1172026-07-15T10:11:45.491ZPlanning: Finding local manifests ... Done (0.003s)
1182026-07-15T10:11:45.510ZPlanning: Fetching manifests: 0/3 0% complete
1192026-07-15T10:11:45.611ZPlanning: Fetching manifests: 3/3 100% complete
1202026-07-15T10:11:45.641ZPlanning: Package planning ... Done (0.030s)
1212026-07-15T10:11:45.667ZPlanning: Merging actions ... Done (0.026s)
1222026-07-15T10:11:45.776ZPlanning: Checking for conflicting actions ... Done (0.109s)
1232026-07-15T10:11:45.783ZPlanning: Consolidating action changes ... Done (0.007s)
1242026-07-15T10:11:46.528ZPlanning: Evaluating mediators ... Done (0.744s)
1252026-07-15T10:11:46.533ZPlanning: Planning completed in 8.35 seconds
1262026-07-15T10:11:46.545Z Packages to install: 3
1272026-07-15T10:11:46.545Z Mediators to change: 2
1282026-07-15T10:11:46.545Z Services to change: 1
1292026-07-15T10:11:46.545Z Estimated space available: 155.47 GB
1302026-07-15T10:11:46.548ZEstimated space to be consumed: 1.86 GB
1312026-07-15T10:11:46.548Z Create boot environment: No
1322026-07-15T10:11:46.548ZCreate backup boot environment: No
1332026-07-15T10:11:46.548Z Rebuild boot archive: No
1342026-07-15T10:11:46.548Z
1352026-07-15T10:11:46.548ZChanged mediators:
1362026-07-15T10:11:46.548Z mediator clang:
1372026-07-15T10:11:46.548Z version: None -> 15 (system default)
1382026-07-15T10:11:46.548Z
1392026-07-15T10:11:46.548Z mediator llvm:
1402026-07-15T10:11:46.548Z version: 14 (system default) -> 15 (system default)
1412026-07-15T10:11:46.548Z
1422026-07-15T10:11:46.548ZChanged packages:
1432026-07-15T10:11:46.548Zhelios-dev
1442026-07-15T10:11:46.548Z developer/build-essential
1452026-07-15T10:11:46.548Z None -> 11-2.0
1462026-07-15T10:11:46.548Z ooce/developer/clang-15
1472026-07-15T10:11:46.548Z None -> 15.0.7-2.0
1482026-07-15T10:11:46.548Z ooce/developer/llvm-15
1492026-07-15T10:11:46.548Z None -> 15.0.7-2.0
1502026-07-15T10:11:46.548Z
1512026-07-15T10:11:46.548ZServices:
1522026-07-15T10:11:46.548Z restart_fmri:
1532026-07-15T10:11:46.549Z svc:/system/update-man-index:default
1542026-07-15T10:11:46.587Z
1552026-07-15T10:11:46.587ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1562026-07-15T10:11:51.811ZDownload: 2010/3076 items 117.8/211.3MB 55% complete (30.1M/s)
1572026-07-15T10:11:55.321ZDownload: Completed 211.31 MB in 8.73 seconds (24.2M/s)
1582026-07-15T10:11:55.470Z Actions: 1/3430 actions (Installing new actions)
1592026-07-15T10:11:58.626Z Actions: Completed 3430 actions in 3.16 seconds.
1602026-07-15T10:11:59.295Z Done (0.666s)
1612026-07-15T10:11:59.295Z Done (0.000s)
1622026-07-15T10:12:00.035Z Done (0.740s)
1632026-07-15T10:12:03.157Z Done (2.759s)
1642026-07-15T10:12:03.228Z Done (0.013s)
1652026-07-15T10:12:03.231Z Done (0.000s)
1662026-07-15T10:12:03.544Z Done (0.000s)
1672026-07-15T10:12:04.244Z++ (( rc != 4 && rc != 0 ))
1682026-07-15T10:12:04.244Z++ pfexec pkg set-mediator -V 15 clang llvm
1692026-07-15T10:12:04.440ZPlanning: Evaluating mediator changes ... Done
1702026-07-15T10:12:04.546ZPlanning: Checking for conflicting actions ... Done
1712026-07-15T10:12:04.551ZPlanning: Consolidating action changes ... Done
1722026-07-15T10:12:04.706ZPlanning: Evaluating mediators ... Done
1732026-07-15T10:12:04.709ZPlanning: Planning completed in 0.27 seconds
1742026-07-15T10:12:04.726Z Mediators to change: 2
1752026-07-15T10:12:04.726Z Create boot environment: No
1762026-07-15T10:12:04.726ZCreate backup boot environment: No
1772026-07-15T10:12:04.800Z Done
1782026-07-15T10:12:04.800Z Done
1792026-07-15T10:12:05.437Z Done
1802026-07-15T10:12:07.906Z Done
1812026-07-15T10:12:07.981Z Done
1822026-07-15T10:12:07.984Z Done
1832026-07-15T10:12:08.119Z Done
1842026-07-15T10:12:08.193Z+ cargo --version
1852026-07-15T10:12:08.203Zcargo 1.94.0 (85eff7c80 2026-01-15)
1862026-07-15T10:12:08.206Z+ rustc --version
1872026-07-15T10:12:08.225Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1882026-07-15T10:12:08.228Z+ curl -sSfL --retry 10 https://get.nexte.st/latest/illumos
1892026-07-15T10:12:08.231Z+ gunzip
1902026-07-15T10:12:08.231Z+ tar -xvf - -C /home/build/.cargo/bin
1912026-07-15T10:12:09.198Zx cargo-nextest, 23347800 bytes, 45602 tape blocks
1922026-07-15T10:12:09.201Z+ banner build
1932026-07-15T10:12:09.201Z
1942026-07-15T10:12:09.201Z ##### # # # # #####
1952026-07-15T10:12:09.201Z # # # # # # # #
1962026-07-15T10:12:09.201Z ##### # # # # # #
1972026-07-15T10:12:09.201Z # # # # # # # #
1982026-07-15T10:12:09.201Z # # # # # # # #
1992026-07-15T10:12:09.201Z ##### #### # ###### #####
2002026-07-15T10:12:09.201Z
2012026-07-15T10:12:09.201Z+ ptime -m cargo build
2022026-07-15T10:12:09.310Z Updating crates.io index
2032026-07-15T10:12:09.313Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2042026-07-15T10:12:09.630Z Updating git repository `https://github.com/oxidecomputer/tough`
2052026-07-15T10:12:10.698Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2062026-07-15T10:12:11.030Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2072026-07-15T10:12:11.362Z Updating git repository `https://github.com/oxidecomputer/tlvc`
2082026-07-15T10:12:13.113Z Downloading crates ...
2092026-07-15T10:12:13.161Z Downloaded anstyle-parse v0.2.5
2102026-07-15T10:12:13.164Z Downloaded adler2 v2.0.0
2112026-07-15T10:12:13.164Z Downloaded anstyle v1.0.10
2122026-07-15T10:12:13.168Z Downloaded async-trait v0.1.86
2132026-07-15T10:12:13.171Z Downloaded anstream v0.6.15
2142026-07-15T10:12:13.174Z Downloaded byteorder v1.5.0
2152026-07-15T10:12:13.178Z Downloaded ahash v0.8.11
2162026-07-15T10:12:13.182Z Downloaded dunce v1.0.5
2172026-07-15T10:12:13.185Z Downloaded cpufeatures v0.3.0
2182026-07-15T10:12:13.186Z Downloaded cfg-if v1.0.0
2192026-07-15T10:12:13.189Z Downloaded iana-time-zone v0.1.61
2202026-07-15T10:12:13.189Z Downloaded fnv v1.0.7
2212026-07-15T10:12:13.189Z Downloaded atomicwrites v0.4.4
2222026-07-15T10:12:13.192Z Downloaded num-conv v0.2.2
2232026-07-15T10:12:13.195Z Downloaded maybe-uninit v2.0.0
2242026-07-15T10:12:13.195Z Downloaded icu_collections v1.5.0
2252026-07-15T10:12:13.198Z Downloaded lazy_static v1.5.0
2262026-07-15T10:12:13.201Z Downloaded pem v3.0.5
2272026-07-15T10:12:13.201Z Downloaded path-slash v0.1.5
2282026-07-15T10:12:13.201Z Downloaded num-iter v0.1.45
2292026-07-15T10:12:13.201Z Downloaded form_urlencoded v1.2.2
2302026-07-15T10:12:13.204Z Downloaded flagset v0.4.6
2312026-07-15T10:12:13.204Z Downloaded array-init v0.0.4
2322026-07-15T10:12:13.204Z Downloaded crc v3.2.1
2332026-07-15T10:12:13.210Z Downloaded pkcs8 v0.10.2
2342026-07-15T10:12:13.210Z Downloaded litemap v0.7.3
2352026-07-15T10:12:13.210Z Downloaded defmt-parser v1.0.0
2362026-07-15T10:12:13.214Z Downloaded icu_properties v1.5.1
2372026-07-15T10:12:13.214Z Downloaded heck v0.5.0
2382026-07-15T10:12:13.214Z Downloaded futures-core v0.3.31
2392026-07-15T10:12:13.214Z Downloaded crc-catalog v2.4.0
2402026-07-15T10:12:13.217Z Downloaded ron v0.8.1
2412026-07-15T10:12:13.220Z Downloaded generic-array v0.14.7
2422026-07-15T10:12:13.220Z Downloaded futures-macro v0.3.31
2432026-07-15T10:12:13.220Z Downloaded futures-io v0.3.31
2442026-07-15T10:12:13.220Z Downloaded fastrand v2.1.1
2452026-07-15T10:12:13.223Z Downloaded errno v0.3.13
2462026-07-15T10:12:13.224Z Downloaded equivalent v1.0.1
2472026-07-15T10:12:13.224Z Downloaded colorchoice v1.0.2
2482026-07-15T10:12:13.226Z Downloaded crypto-common v0.2.2
2492026-07-15T10:12:13.226Z Downloaded crypto-common v0.1.6
2502026-07-15T10:12:13.226Z Downloaded bzip2 v0.4.4
2512026-07-15T10:12:13.229Z Downloaded bytes v1.11.1
2522026-07-15T10:12:13.232Z Downloaded ref-cast-impl v1.0.25
2532026-07-15T10:12:13.232Z Downloaded bitflags v2.6.0
2542026-07-15T10:12:13.235Z Downloaded anstyle-query v1.1.1
2552026-07-15T10:12:13.238Z Downloaded serde_plain v1.0.2
2562026-07-15T10:12:13.238Z Downloaded funty v2.0.0
2572026-07-15T10:12:13.241Z Downloaded dyn-clone v1.0.18
2582026-07-15T10:12:13.244Z Downloaded cpufeatures v0.2.14
2592026-07-15T10:12:13.247Z Downloaded nodrop v0.1.14
2602026-07-15T10:12:13.247Z Downloaded ciborium-ll v0.2.2
2612026-07-15T10:12:13.247Z Downloaded same-file v1.0.6
2622026-07-15T10:12:13.250Z Downloaded percent-encoding v2.3.2
2632026-07-15T10:12:13.250Z Downloaded block-buffer v0.12.1
2642026-07-15T10:12:13.250Z Downloaded packed_struct_codegen v0.10.1
2652026-07-15T10:12:13.253Z Downloaded ciborium-io v0.2.2
2662026-07-15T10:12:13.253Z Downloaded digest-io v0.1.0
2672026-07-15T10:12:13.253Z Downloaded darling_macro v0.21.3
2682026-07-15T10:12:13.256Z Downloaded ref-cast v1.0.25
2692026-07-15T10:12:13.256Z Downloaded is-terminal v0.4.13
2702026-07-15T10:12:13.256Z Downloaded icu_provider_macros v1.5.0
2712026-07-15T10:12:13.259Z Downloaded pin-utils v0.1.0
2722026-07-15T10:12:13.262Z Downloaded futures-task v0.3.31
2732026-07-15T10:12:13.265Z Downloaded ident_case v1.0.1
2742026-07-15T10:12:13.265Z Downloaded futures-sink v0.3.31
2752026-07-15T10:12:13.265Z Downloaded block-buffer v0.10.4
2762026-07-15T10:12:13.268Z Downloaded slog-envlogger v2.2.0
2772026-07-15T10:12:13.268Z Downloaded filetime v0.2.25
2782026-07-15T10:12:13.271Z Downloaded itoa v1.0.11
2792026-07-15T10:12:13.274Z Downloaded serde_spanned v0.6.8
2802026-07-15T10:12:13.274Z Downloaded async-recursion v1.1.1
2812026-07-15T10:12:13.277Z Downloaded rand_chacha v0.3.1
2822026-07-15T10:12:13.277Z Downloaded radium v0.7.0
2832026-07-15T10:12:13.281Z Downloaded semver v1.0.25
2842026-07-15T10:12:13.283Z Downloaded clap_lex v0.7.4
2852026-07-15T10:12:13.283Z Downloaded pem-rfc7468 v0.7.0
2862026-07-15T10:12:13.286Z Downloaded hex v0.4.3
2872026-07-15T10:12:13.286Z Downloaded pkg-config v0.3.31
2882026-07-15T10:12:13.286Z Downloaded futures-channel v0.3.31
2892026-07-15T10:12:13.289Z Downloaded displaydoc v0.2.5
2902026-07-15T10:12:13.292Z Downloaded paste v1.0.15
2912026-07-15T10:12:13.292Z Downloaded num-traits v0.2.19
2922026-07-15T10:12:13.295Z Downloaded hashbrown v0.12.3
2932026-07-15T10:12:13.295Z Downloaded half v2.7.1
2942026-07-15T10:12:13.298Z Downloaded const-oid v0.10.2
2952026-07-15T10:12:13.300Z Downloaded subtle v2.6.1
2962026-07-15T10:12:13.300Z Downloaded stable_deref_trait v1.2.0
2972026-07-15T10:12:13.300Z Downloaded cmake v0.1.58
2982026-07-15T10:12:13.301Z Downloaded jobserver v0.1.32
2992026-07-15T10:12:13.304Z Downloaded terminal_size v0.4.0
3002026-07-15T10:12:13.304Z Downloaded digest v0.10.7
3012026-07-15T10:12:13.307Z Downloaded is_terminal_polyfill v1.70.1
3022026-07-15T10:12:13.310Z Downloaded time-core v0.1.8
3032026-07-15T10:12:13.310Z Downloaded tinyvec_macros v0.1.1
3042026-07-15T10:12:13.310Z Downloaded tokio-macros v2.5.0
3052026-07-15T10:12:13.310Z Downloaded idna_adapter v1.2.0
3062026-07-15T10:12:13.313Z Downloaded powerfmt v0.2.0
3072026-07-15T10:12:13.316Z Downloaded toml_datetime v0.6.8
3082026-07-15T10:12:13.316Z Downloaded strum v0.26.3
3092026-07-15T10:12:13.316Z Downloaded globset v0.4.15
3102026-07-15T10:12:13.319Z Downloaded deranged v0.5.8
3112026-07-15T10:12:13.319Z Downloaded daft v0.1.1
3122026-07-15T10:12:13.322Z Downloaded strsim v0.11.1
3132026-07-15T10:12:13.322Z Downloaded defmt-macros v1.1.1
3142026-07-15T10:12:13.325Z Downloaded bitfield v0.14.0
3152026-07-15T10:12:13.325Z Downloaded base64ct v1.6.0
3162026-07-15T10:12:13.327Z Downloaded tap v1.0.1
3172026-07-15T10:12:13.327Z Downloaded take_mut v0.2.2
3182026-07-15T10:12:13.327Z Downloaded autocfg v1.4.0
3192026-07-15T10:12:13.330Z Downloaded byte-wrapper v0.1.0
3202026-07-15T10:12:13.333Z Downloaded digest v0.11.3
3212026-07-15T10:12:13.333Z Downloaded thread_local v1.1.8
3222026-07-15T10:12:13.336Z Downloaded fs_extra v1.3.0
3232026-07-15T10:12:13.336Z Downloaded rand_core v0.6.4
3242026-07-15T10:12:13.339Z Downloaded signature v2.2.0
3252026-07-15T10:12:13.339Z Downloaded futures-executor v0.3.31
3262026-07-15T10:12:13.339Z Downloaded der_derive v0.7.3
3272026-07-15T10:12:13.342Z Downloaded packed_struct v0.10.1
3282026-07-15T10:12:13.345Z Downloaded slog-scope v4.4.0
3292026-07-15T10:12:13.345Z Downloaded camino-tempfile v1.4.1
3302026-07-15T10:12:13.347Z Downloaded rustversion v1.0.22
3312026-07-15T10:12:13.350Z Downloaded daft-derive v0.1.1
3322026-07-15T10:12:13.353Z Downloaded shlex v1.3.0
3332026-07-15T10:12:13.353Z Downloaded smallvec v0.6.14
3342026-07-15T10:12:13.353Z Downloaded pin-project-internal v1.1.6
3352026-07-15T10:12:13.356Z Downloaded ciborium v0.2.2
3362026-07-15T10:12:13.356Z Downloaded untrusted v0.9.0
3372026-07-15T10:12:13.356Z Downloaded untrusted v0.7.1
3382026-07-15T10:12:13.359Z Downloaded slog-term v2.9.2
3392026-07-15T10:12:13.359Z Downloaded slog-stdlog v4.1.1
3402026-07-15T10:12:13.359Z Downloaded num-integer v0.1.46
3412026-07-15T10:12:13.362Z Downloaded hybrid-array v0.4.12
3422026-07-15T10:12:13.362Z Downloaded once_cell v1.20.3
3432026-07-15T10:12:13.365Z Downloaded version_check v0.9.5
3442026-07-15T10:12:13.365Z Downloaded log v0.4.22
3452026-07-15T10:12:13.365Z Downloaded darling v0.21.3
3462026-07-15T10:12:13.368Z Downloaded write16 v1.0.0
3472026-07-15T10:12:13.371Z Downloaded yoke-derive v0.7.4
3482026-07-15T10:12:13.371Z Downloaded utf8parse v0.2.2
3492026-07-15T10:12:13.371Z Downloaded utf8_iter v1.0.4
3502026-07-15T10:12:13.371Z Downloaded utf16_iter v1.0.5
3512026-07-15T10:12:13.371Z Downloaded crossbeam-utils v0.8.21
3522026-07-15T10:12:13.374Z Downloaded synstructure v0.13.1
3532026-07-15T10:12:13.374Z Downloaded crc-any v2.5.0
3542026-07-15T10:12:13.374Z Downloaded sha2 v0.10.8
3552026-07-15T10:12:13.377Z Downloaded serde-hex v0.1.0
3562026-07-15T10:12:13.377Z Downloaded crc32fast v1.4.2
3572026-07-15T10:12:13.377Z Downloaded thiserror-impl v1.0.69
3582026-07-15T10:12:13.380Z Downloaded thiserror v2.0.12
3592026-07-15T10:12:13.384Z Downloaded tls_codec_derive v0.4.1
3602026-07-15T10:12:13.384Z Downloaded tls_codec v0.4.1
3612026-07-15T10:12:13.384Z Downloaded ppv-lite86 v0.2.20
3622026-07-15T10:12:13.387Z Downloaded slab v0.4.9
3632026-07-15T10:12:13.387Z Downloaded pin-project-lite v0.2.14
3642026-07-15T10:12:13.389Z Downloaded camino v1.1.9
3652026-07-15T10:12:13.389Z Downloaded clap_derive v4.5.28
3662026-07-15T10:12:13.390Z Downloaded icu_locid_transform v1.5.0
3672026-07-15T10:12:13.393Z Downloaded termcolor v1.4.1
3682026-07-15T10:12:13.393Z Downloaded thiserror-impl v2.0.12
3692026-07-15T10:12:13.393Z Downloaded thiserror v1.0.69
3702026-07-15T10:12:13.395Z Downloaded zerofrom-derive v0.1.4
3712026-07-15T10:12:13.395Z Downloaded zeroize_derive v1.4.2
3722026-07-15T10:12:13.398Z Downloaded zerofrom v0.1.4
3732026-07-15T10:12:13.398Z Downloaded const-oid v0.9.6
3742026-07-15T10:12:13.398Z Downloaded find-msvc-tools v0.1.9
3752026-07-15T10:12:13.401Z Downloaded getrandom v0.2.15
3762026-07-15T10:12:13.401Z Downloaded slog-async v2.8.0
3772026-07-15T10:12:13.401Z Downloaded defmt v1.1.1
3782026-07-15T10:12:13.404Z Downloaded bitflags v1.3.2
3792026-07-15T10:12:13.407Z Downloaded sha2 v0.11.0
3802026-07-15T10:12:13.407Z Downloaded serde_with_macros v3.14.1
3812026-07-15T10:12:13.410Z Downloaded tinystr v0.7.6
3822026-07-15T10:12:13.410Z Downloaded quote v1.0.38
3832026-07-15T10:12:13.413Z Downloaded clap v4.5.31
3842026-07-15T10:12:13.416Z Downloaded smallvec v1.14.0
3852026-07-15T10:12:13.419Z Downloaded xattr v1.3.1
3862026-07-15T10:12:13.419Z Downloaded walkdir v2.5.0
3872026-07-15T10:12:13.419Z Downloaded miniz_oxide v0.8.0
3882026-07-15T10:12:13.422Z Downloaded rustls-pki-types v1.14.1
3892026-07-15T10:12:13.422Z Downloaded indexmap v1.9.3
3902026-07-15T10:12:13.425Z Downloaded spin v0.9.8
3912026-07-15T10:12:13.425Z Downloaded snafu-derive v0.8.5
3922026-07-15T10:12:13.425Z Downloaded icu_locid_transform_data v1.5.0
3932026-07-15T10:12:13.428Z Downloaded tinyvec v1.8.0
3942026-07-15T10:12:13.428Z Downloaded cc v1.2.61
3952026-07-15T10:12:13.431Z Downloaded wyz v0.5.1
3962026-07-15T10:12:13.431Z Downloaded writeable v0.5.5
3972026-07-15T10:12:13.431Z Downloaded zeroize v1.8.1
3982026-07-15T10:12:13.434Z Downloaded yoke v0.7.4
3992026-07-15T10:12:13.434Z Downloaded zerovec-derive v0.10.3
4002026-07-15T10:12:13.434Z Downloaded time-macros v0.2.27
4012026-07-15T10:12:13.439Z Downloaded pkcs1 v0.7.5
4022026-07-15T10:12:13.441Z Downloaded futures v0.3.31
4032026-07-15T10:12:13.444Z Downloaded ryu v1.0.18
4042026-07-15T10:12:13.444Z Downloaded slog v2.7.0
4052026-07-15T10:12:13.447Z Downloaded term v1.2.1
4062026-07-15T10:12:13.447Z Downloaded strum_macros v0.26.4
4072026-07-15T10:12:13.450Z Downloaded unicode-ident v1.0.14
4082026-07-15T10:12:13.450Z Downloaded spki v0.7.3
4092026-07-15T10:12:13.453Z Downloaded anyhow v1.0.96
4102026-07-15T10:12:13.453Z Downloaded serde_derive v1.0.228
4112026-07-15T10:12:13.457Z Downloaded serde_core v1.0.228
4122026-07-15T10:12:13.457Z Downloaded icu_normalizer_data v1.5.0
4132026-07-15T10:12:13.457Z Downloaded env_logger v0.10.2
4142026-07-15T10:12:13.460Z Downloaded tempfile v3.20.0
4152026-07-15T10:12:13.469Z Downloaded arc-swap v1.7.1
4162026-07-15T10:12:13.471Z Downloaded getrandom v0.3.3
4172026-07-15T10:12:13.474Z Downloaded jiff-static v0.2.32
4182026-07-15T10:12:13.479Z Downloaded base64 v0.22.1
4192026-07-15T10:12:13.479Z Downloaded base64 v0.21.7
4202026-07-15T10:12:13.482Z Downloaded icu_normalizer v1.5.0
4212026-07-15T10:12:13.482Z Downloaded der v0.7.9
4222026-07-15T10:12:13.484Z Downloaded darling_core v0.21.3
4232026-07-15T10:12:13.487Z Downloaded snafu v0.8.5
4242026-07-15T10:12:13.490Z Downloaded proc-macro2 v1.0.93
4252026-07-15T10:12:13.493Z Downloaded icu_locid v1.5.0
4262026-07-15T10:12:13.496Z Downloaded zerocopy-derive v0.7.35
4272026-07-15T10:12:13.502Z Downloaded crossbeam-channel v0.5.15
4282026-07-15T10:12:13.505Z Downloaded zerocopy v0.6.6
4292026-07-15T10:12:13.509Z Downloaded toml v0.7.8
4302026-07-15T10:12:13.512Z Downloaded icu_provider v1.5.0
4312026-07-15T10:12:13.514Z Downloaded indexmap v2.7.1
4322026-07-15T10:12:13.514Z Downloaded rsa v0.9.10
4332026-07-15T10:12:13.520Z Downloaded schemars v0.9.0
4342026-07-15T10:12:13.529Z Downloaded pin-project v1.1.6
4352026-07-15T10:12:13.535Z Downloaded zerocopy-derive v0.8.27
4362026-07-15T10:12:13.538Z Downloaded toml_edit v0.19.15
4372026-07-15T10:12:13.547Z Downloaded schemars v1.1.0
4382026-07-15T10:12:13.554Z Downloaded serde v1.0.228
4392026-07-15T10:12:13.557Z Downloaded rustls-webpki v0.103.13
4402026-07-15T10:12:13.561Z Downloaded memchr v2.7.4
4412026-07-15T10:12:13.575Z Downloaded zip v0.6.6
4422026-07-15T10:12:13.575Z Downloaded typed-path v0.9.3
4432026-07-15T10:12:13.578Z Downloaded tar v0.4.46
4442026-07-15T10:12:13.578Z Downloaded flate2 v1.0.35
4452026-07-15T10:12:13.578Z Downloaded aho-corasick v1.1.3
4462026-07-15T10:12:13.578Z Downloaded url v2.5.7
4472026-07-15T10:12:13.579Z Downloaded unicode-normalization v0.1.24
4482026-07-15T10:12:13.579Z Downloaded tokio-util v0.7.15
4492026-07-15T10:12:13.581Z Downloaded rand v0.8.6
4502026-07-15T10:12:13.586Z Downloaded futures-util v0.3.31
4512026-07-15T10:12:13.592Z Downloaded hashbrown v0.13.2
4522026-07-15T10:12:13.595Z Downloaded x509-cert v0.2.5
4532026-07-15T10:12:13.597Z Downloaded clap_builder v4.5.31
4542026-07-15T10:12:13.600Z Downloaded libm v0.2.8
4552026-07-15T10:12:13.604Z Downloaded zerocopy v0.7.35
4562026-07-15T10:12:13.612Z Downloaded typenum v1.20.1
4572026-07-15T10:12:13.615Z Downloaded winnow v0.5.40
4582026-07-15T10:12:13.620Z Downloaded num-bigint-dig v0.8.6
4592026-07-15T10:12:13.623Z Downloaded hashbrown v0.15.1
4602026-07-15T10:12:13.626Z Downloaded idna v1.1.0
4612026-07-15T10:12:13.635Z Downloaded zerovec v0.10.4
4622026-07-15T10:12:13.639Z Downloaded chrono v0.4.40
4632026-07-15T10:12:13.642Z Downloaded time v0.3.47
4642026-07-15T10:12:13.649Z Downloaded aws-lc-rs v1.16.3
4652026-07-15T10:12:13.654Z Downloaded bitvec v1.0.1
4662026-07-15T10:12:13.662Z Downloaded zerocopy v0.8.27
4672026-07-15T10:12:13.673Z Downloaded serde_json v1.0.139
4682026-07-15T10:12:13.677Z Downloaded serde_with v3.14.1
4692026-07-15T10:12:13.683Z Downloaded syn v2.0.119
4702026-07-15T10:12:13.689Z Downloaded bstr v1.10.0
4712026-07-15T10:12:13.694Z Downloaded rawzip v0.4.4
4722026-07-15T10:12:13.707Z Downloaded object v0.30.4
4732026-07-15T10:12:13.712Z Downloaded icu_properties_data v1.5.0
4742026-07-15T10:12:13.722Z Downloaded syn v1.0.109
4752026-07-15T10:12:13.727Z Downloaded regex v1.11.1
4762026-07-15T10:12:13.734Z Downloaded bzip2-sys v0.1.11+1.0.8
4772026-07-15T10:12:13.755Z Downloaded tokio v1.47.2
4782026-07-15T10:12:13.788Z Downloaded rustix v0.38.37
4792026-07-15T10:12:13.799Z Downloaded rustls v0.23.40
4802026-07-15T10:12:13.805Z Downloaded regex-syntax v0.8.5
4812026-07-15T10:12:13.821Z Downloaded rustix v1.0.7
4822026-07-15T10:12:13.855Z Downloaded zerocopy-derive v0.6.6
4832026-07-15T10:12:13.860Z Downloaded regex-automata v0.4.8
4842026-07-15T10:12:13.897Z Downloaded libc v0.2.170
4852026-07-15T10:12:13.911Z Downloaded jiff v0.2.32
4862026-07-15T10:12:13.949Z Downloaded ring v0.17.13
4872026-07-15T10:12:14.320Z Downloaded aws-lc-sys v0.40.0
4882026-07-15T10:12:14.513Z Compiling proc-macro2 v1.0.93
4892026-07-15T10:12:14.513Z Compiling unicode-ident v1.0.14
4902026-07-15T10:12:14.513Z Compiling serde_core v1.0.228
4912026-07-15T10:12:14.513Z Compiling serde v1.0.228
4922026-07-15T10:12:14.513Z Compiling libc v0.2.170
4932026-07-15T10:12:14.514Z Compiling cfg-if v1.0.0
4942026-07-15T10:12:14.514Z Compiling autocfg v1.4.0
4952026-07-15T10:12:14.692Z Compiling shlex v1.3.0
4962026-07-15T10:12:14.737Z Compiling find-msvc-tools v0.1.9
4972026-07-15T10:12:14.874Z Compiling version_check v0.9.5
4982026-07-15T10:12:14.960Z Compiling byteorder v1.5.0
4992026-07-15T10:12:14.970Z Compiling typenum v1.20.1
5002026-07-15T10:12:15.024Z Compiling memchr v2.7.4
5012026-07-15T10:12:15.151Z Compiling zeroize v1.8.1
5022026-07-15T10:12:15.179Z Compiling once_cell v1.20.3
5032026-07-15T10:12:15.259Z Compiling jobserver v0.1.32
5042026-07-15T10:12:15.321Z Compiling rustix v0.38.37
5052026-07-15T10:12:15.380Z Compiling libm v0.2.8
5062026-07-15T10:12:15.547Z Compiling quote v1.0.38
5072026-07-15T10:12:15.586Z Compiling cc v1.2.61
5082026-07-15T10:12:15.640Z Compiling errno v0.3.13
5092026-07-15T10:12:15.722Z Compiling num-traits v0.2.19
5102026-07-15T10:12:15.740Z Compiling syn v2.0.119
5112026-07-15T10:12:15.765Z Compiling const-oid v0.9.6
5122026-07-15T10:12:15.797Z Compiling heck v0.5.0
5132026-07-15T10:12:15.820Z Compiling strsim v0.11.1
5142026-07-15T10:12:15.838Z Compiling stable_deref_trait v1.2.0
5152026-07-15T10:12:15.990Z Compiling generic-array v0.14.7
5162026-07-15T10:12:16.102Z Compiling smallvec v1.14.0
5172026-07-15T10:12:16.222Z Compiling base64ct v1.6.0
5182026-07-15T10:12:16.442Z Compiling pem-rfc7468 v0.7.0
5192026-07-15T10:12:16.489Z Compiling getrandom v0.2.15
5202026-07-15T10:12:16.507Z Compiling spin v0.9.8
5212026-07-15T10:12:16.635Z Compiling log v0.4.22
5222026-07-15T10:12:16.672Z Compiling utf8parse v0.2.2
5232026-07-15T10:12:16.730Z Compiling flagset v0.4.6
5242026-07-15T10:12:16.780Z Compiling anstyle-parse v0.2.5
5252026-07-15T10:12:16.780Z Compiling rand_core v0.6.4
5262026-07-15T10:12:16.852Z Compiling lazy_static v1.5.0
5272026-07-15T10:12:16.861Z Compiling cmake v0.1.58
5282026-07-15T10:12:16.885Z Compiling fs_extra v1.3.0
5292026-07-15T10:12:16.888Z Compiling is_terminal_polyfill v1.70.1
5302026-07-15T10:12:16.924Z Compiling anstyle-query v1.1.1
5312026-07-15T10:12:16.934Z Compiling anstyle v1.0.10
5322026-07-15T10:12:16.971Z Compiling radium v0.7.0
5332026-07-15T10:12:16.981Z Compiling colorchoice v1.0.2
5342026-07-15T10:12:17.004Z Compiling litemap v0.7.3
5352026-07-15T10:12:17.022Z Compiling dunce v1.0.5
5362026-07-15T10:12:17.086Z Compiling syn v1.0.109
5372026-07-15T10:12:17.116Z Compiling writeable v0.5.5
5382026-07-15T10:12:17.132Z Compiling anstream v0.6.15
5392026-07-15T10:12:17.148Z Compiling block-buffer v0.10.4
5402026-07-15T10:12:17.195Z Compiling aws-lc-sys v0.40.0
5412026-07-15T10:12:17.205Z Compiling crypto-common v0.1.6
5422026-07-15T10:12:17.261Z Compiling pkg-config v0.3.31
5432026-07-15T10:12:17.278Z Compiling maybe-uninit v2.0.0
5442026-07-15T10:12:17.324Z Compiling clap_lex v0.7.4
5452026-07-15T10:12:17.410Z Compiling tap v1.0.1
5462026-07-15T10:12:17.438Z Compiling itoa v1.0.11
5472026-07-15T10:12:17.514Z Compiling wyz v0.5.1
5482026-07-15T10:12:17.562Z Compiling digest v0.10.7
5492026-07-15T10:12:17.605Z Compiling num-integer v0.1.46
5502026-07-15T10:12:17.699Z Compiling bzip2-sys v0.1.11+1.0.8
5512026-07-15T10:12:17.703Z Compiling is-terminal v0.4.13
5522026-07-15T10:12:17.761Z Compiling ahash v0.8.11
5532026-07-15T10:12:17.771Z Compiling num-bigint-dig v0.8.6
5542026-07-15T10:12:17.789Z Compiling packed_struct v0.10.1
5552026-07-15T10:12:17.912Z Compiling subtle v2.6.1
5562026-07-15T10:12:17.972Z Compiling slog v2.7.0
5572026-07-15T10:12:17.987Z Compiling icu_locid_transform_data v1.5.0
5582026-07-15T10:12:18.022Z Compiling futures-core v0.3.31
5592026-07-15T10:12:18.104Z Compiling funty v2.0.0
5602026-07-15T10:12:18.114Z Compiling hex v0.4.3
5612026-07-15T10:12:18.313Z Compiling num-iter v0.1.45
5622026-07-15T10:12:18.370Z Compiling indexmap v1.9.3
5632026-07-15T10:12:18.407Z Compiling slab v0.4.9
5642026-07-15T10:12:18.417Z Compiling crc32fast v1.4.2
5652026-07-15T10:12:18.592Z Compiling synstructure v0.13.1
5662026-07-15T10:12:18.602Z Compiling bitvec v1.0.1
5672026-07-15T10:12:18.653Z Compiling rustix v1.0.7
5682026-07-15T10:12:18.773Z Compiling thiserror v1.0.69
5692026-07-15T10:12:18.994Z Compiling crc-catalog v2.4.0
5702026-07-15T10:12:19.078Z Compiling pin-project-lite v0.2.14
5712026-07-15T10:12:19.088Z Compiling ident_case v1.0.1
5722026-07-15T10:12:19.112Z Compiling fnv v1.0.7
5732026-07-15T10:12:19.171Z Compiling equivalent v1.0.1
5742026-07-15T10:12:19.203Z Compiling serde_json v1.0.139
5752026-07-15T10:12:19.203Z Compiling nodrop v0.1.14
5762026-07-15T10:12:19.222Z Compiling futures-sink v0.3.31
5772026-07-15T10:12:19.256Z Compiling icu_properties_data v1.5.0
5782026-07-15T10:12:19.300Z Compiling zerocopy v0.8.27
5792026-07-15T10:12:19.320Z Compiling getrandom v0.3.3
5802026-07-15T10:12:19.399Z Compiling hashbrown v0.15.1
5812026-07-15T10:12:19.432Z Compiling aws-lc-rs v1.16.3
5822026-07-15T10:12:19.652Z Compiling cpufeatures v0.2.14
5832026-07-15T10:12:19.723Z Compiling sha2 v0.10.8
5842026-07-15T10:12:19.753Z Compiling array-init v0.0.4
5852026-07-15T10:12:19.839Z Compiling serde_derive v1.0.228
5862026-07-15T10:12:19.859Z Compiling zerofrom-derive v0.1.4
5872026-07-15T10:12:19.928Z Compiling yoke-derive v0.7.4
5882026-07-15T10:12:20.085Z Compiling zerocopy-derive v0.7.35
5892026-07-15T10:12:20.097Z Compiling zerovec-derive v0.10.3
5902026-07-15T10:12:20.454Z Compiling displaydoc v0.2.5
5912026-07-15T10:12:20.953Z Compiling zerocopy v0.7.35
5922026-07-15T10:12:20.979Z Compiling der_derive v0.7.3
5932026-07-15T10:12:21.084Z Compiling zerofrom v0.1.4
5942026-07-15T10:12:21.146Z Compiling icu_provider_macros v1.5.0
5952026-07-15T10:12:21.163Z Compiling zerocopy-derive v0.6.6
5962026-07-15T10:12:21.210Z Compiling yoke v0.7.4
5972026-07-15T10:12:21.348Z Compiling clap_derive v4.5.28
5982026-07-15T10:12:21.399Z Compiling zerovec v0.10.4
5992026-07-15T10:12:21.504Z Compiling ppv-lite86 v0.2.20
6002026-07-15T10:12:21.680Z Compiling packed_struct_codegen v0.10.1
6012026-07-15T10:12:21.831Z Compiling rand_chacha v0.3.1
6022026-07-15T10:12:21.909Z Compiling der v0.7.9
6032026-07-15T10:12:21.962Z Compiling zerocopy v0.6.6
6042026-07-15T10:12:22.146Z Compiling tinystr v0.7.6
6052026-07-15T10:12:22.280Z Compiling icu_collections v1.5.0
6062026-07-15T10:12:22.293Z Compiling rand v0.8.6
6072026-07-15T10:12:22.350Z Compiling icu_locid v1.5.0
6082026-07-15T10:12:22.747Z Compiling spki v0.7.3
6092026-07-15T10:12:22.898Z Compiling icu_provider v1.5.0
6102026-07-15T10:12:22.898Z Compiling pkcs8 v0.10.2
6112026-07-15T10:12:22.957Z Compiling bitflags v2.6.0
6122026-07-15T10:12:22.990Z Compiling toml_datetime v0.6.8
6132026-07-15T10:12:23.231Z Compiling pkcs1 v0.7.5
6142026-07-15T10:12:23.258Z Compiling serde_spanned v0.6.8
6152026-07-15T10:12:23.355Z Compiling icu_locid_transform v1.5.0
6162026-07-15T10:12:23.408Z Compiling indexmap v2.7.1
6172026-07-15T10:12:23.439Z Compiling thiserror-impl v1.0.69
6182026-07-15T10:12:23.656Z Compiling zerocopy-derive v0.8.27
6192026-07-15T10:12:23.956Z Compiling icu_properties v1.5.1
6202026-07-15T10:12:24.274Z Compiling terminal_size v0.4.0
6212026-07-15T10:12:24.330Z Compiling darling_core v0.21.3
6222026-07-15T10:12:24.420Z Compiling clap_builder v4.5.31
6232026-07-15T10:12:24.570Z Compiling crc v3.2.1
6242026-07-15T10:12:24.758Z Compiling smallvec v0.6.14
6252026-07-15T10:12:24.856Z Compiling signature v2.2.0
6262026-07-15T10:12:24.866Z Compiling hybrid-array v0.4.12
6272026-07-15T10:12:24.963Z Compiling aho-corasick v1.1.3
6282026-07-15T10:12:25.007Z Compiling base64 v0.21.7
6292026-07-15T10:12:25.075Z Compiling paste v1.0.15
6302026-07-15T10:12:25.323Z Compiling winnow v0.5.40
6312026-07-15T10:12:25.333Z Compiling rustversion v1.0.22
6322026-07-15T10:12:25.354Z Compiling regex-syntax v0.8.5
6332026-07-15T10:12:25.676Z Compiling termcolor v1.4.1
6342026-07-15T10:12:25.986Z Compiling clap v4.5.31
6352026-07-15T10:12:26.040Z Compiling utf16_iter v1.0.5
6362026-07-15T10:12:26.067Z Compiling utf8_iter v1.0.4
6372026-07-15T10:12:26.173Z Compiling ryu v1.0.18
6382026-07-15T10:12:26.216Z Compiling thiserror v2.0.12
6392026-07-15T10:12:26.360Z Compiling icu_normalizer_data v1.5.0
6402026-07-15T10:12:26.431Z Compiling write16 v1.0.0
6412026-07-15T10:12:26.442Z Compiling hashbrown v0.12.3
6422026-07-15T10:12:26.528Z Compiling bitfield v0.14.0
6432026-07-15T10:12:26.673Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
6442026-07-15T10:12:26.740Z Compiling toml_edit v0.19.15
6452026-07-15T10:12:26.759Z Compiling icu_normalizer v1.5.0
6462026-07-15T10:12:26.979Z Compiling regex-automata v0.4.8
6472026-07-15T10:12:27.272Z Compiling darling_macro v0.21.3
6482026-07-15T10:12:27.814Z Compiling env_logger v0.10.2
6492026-07-15T10:12:28.059Z Compiling ron v0.8.1
6502026-07-15T10:12:28.068Z Compiling rsa v0.9.10
6512026-07-15T10:12:28.387Z Compiling serde-hex v0.1.0
6522026-07-15T10:12:29.139Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
6532026-07-15T10:12:29.429Z Compiling x509-cert v0.2.5
6542026-07-15T10:12:29.889Z Compiling hashbrown v0.13.2
6552026-07-15T10:12:29.943Z Compiling thiserror-impl v2.0.12
6562026-07-15T10:12:30.104Z Compiling futures-macro v0.3.31
6572026-07-15T10:12:30.181Z Compiling bzip2 v0.4.4
6582026-07-15T10:12:30.398Z Compiling futures-channel v0.3.31
6592026-07-15T10:12:30.505Z Compiling fastrand v2.1.1
6602026-07-15T10:12:30.516Z Compiling futures-io v0.3.31
6612026-07-15T10:12:30.616Z Compiling tinyvec_macros v0.1.1
6622026-07-15T10:12:30.674Z Compiling futures-task v0.3.31
6632026-07-15T10:12:30.684Z Compiling untrusted v0.7.1
6642026-07-15T10:12:30.780Z Compiling crossbeam-utils v0.8.21
6652026-07-15T10:12:30.805Z Compiling pin-utils v0.1.0
6662026-07-15T10:12:30.849Z Compiling crc-any v2.5.0
6672026-07-15T10:12:30.873Z Compiling tempfile v3.20.0
6682026-07-15T10:12:30.898Z Compiling futures-util v0.3.31
6692026-07-15T10:12:31.081Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
6702026-07-15T10:12:31.105Z Compiling tinyvec v1.8.0
6712026-07-15T10:12:31.209Z Compiling zip v0.6.6
6722026-07-15T10:12:31.239Z Compiling object v0.30.4
6732026-07-15T10:12:31.292Z Compiling half v2.7.1
6742026-07-15T10:12:31.582Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
6752026-07-15T10:12:31.600Z Compiling toml v0.7.8
6762026-07-15T10:12:31.886Z Compiling darling v0.21.3
6772026-07-15T10:12:31.969Z Compiling idna_adapter v1.2.0
6782026-07-15T10:12:32.113Z Compiling crypto-common v0.2.2
6792026-07-15T10:12:32.143Z Compiling block-buffer v0.12.1
6802026-07-15T10:12:32.222Z Compiling pin-project-internal v1.1.6
6812026-07-15T10:12:32.301Z Compiling daft-derive v0.1.1
6822026-07-15T10:12:32.369Z Compiling tokio-macros v2.5.0
6832026-07-15T10:12:32.608Z Compiling rustls-pki-types v1.14.1
6842026-07-15T10:12:33.023Z Compiling untrusted v0.9.0
6852026-07-15T10:12:33.060Z Compiling bytes v1.11.1
6862026-07-15T10:12:33.063Z Compiling path-slash v0.1.5
6872026-07-15T10:12:33.162Z Compiling camino v1.1.9
6882026-07-15T10:12:33.172Z Compiling rustls v0.23.40
6892026-07-15T10:12:33.184Z Compiling powerfmt v0.2.0
6902026-07-15T10:12:33.237Z Compiling percent-encoding v2.3.2
6912026-07-15T10:12:33.303Z Compiling const-oid v0.10.2
6922026-07-15T10:12:33.377Z Compiling iana-time-zone v0.1.61
6932026-07-15T10:12:33.392Z Compiling num-conv v0.2.2
6942026-07-15T10:12:33.438Z Compiling time-core v0.1.8
6952026-07-15T10:12:33.481Z Compiling ciborium-io v0.2.2
6962026-07-15T10:12:33.517Z Compiling tokio v1.47.2
6972026-07-15T10:12:33.573Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
6982026-07-15T10:12:33.583Z Compiling ciborium-ll v0.2.2
6992026-07-15T10:12:33.586Z Compiling time-macros v0.2.27
7002026-07-15T10:12:33.604Z Compiling chrono v0.4.40
7012026-07-15T10:12:33.705Z Compiling digest v0.11.3
7022026-07-15T10:12:33.799Z Compiling form_urlencoded v1.2.2
7032026-07-15T10:12:33.872Z Compiling deranged v0.5.8
7042026-07-15T10:12:33.999Z Compiling pin-project v1.1.6
7052026-07-15T10:12:34.098Z Compiling daft v0.1.1
7062026-07-15T10:12:34.324Z Compiling futures-executor v0.3.31
7072026-07-15T10:12:34.350Z Compiling strum_macros v0.26.4
7082026-07-15T10:12:34.582Z Compiling idna v1.1.0
7092026-07-15T10:12:34.622Z Compiling serde_with_macros v3.14.1
7102026-07-15T10:12:34.862Z Compiling unicode-normalization v0.1.24
7112026-07-15T10:12:35.325Z Compiling xattr v1.3.1
7122026-07-15T10:12:35.336Z Compiling snafu-derive v0.8.5
7132026-07-15T10:12:35.359Z Compiling byte-wrapper v0.1.0
7142026-07-15T10:12:36.417Z Compiling filetime v0.2.25
7152026-07-15T10:12:36.417Z Compiling bstr v1.10.0
7162026-07-15T10:12:36.417Z Compiling thread_local v1.1.8
7172026-07-15T10:12:36.417Z Compiling base64 v0.22.1
7182026-07-15T10:12:36.417Z Compiling arc-swap v1.7.1
7192026-07-15T10:12:36.417Z Compiling adler2 v2.0.0
7202026-07-15T10:12:36.417Z Compiling semver v1.0.25
7212026-07-15T10:12:36.417Z Compiling same-file v1.0.6
7222026-07-15T10:12:36.417Z Compiling slog-async v2.8.0
7232026-07-15T10:12:36.417Z Compiling strum v0.26.3
7242026-07-15T10:12:36.417Z Compiling miniz_oxide v0.8.0
7252026-07-15T10:12:36.417Z Compiling walkdir v2.5.0
7262026-07-15T10:12:36.417Z Compiling tokio-util v0.7.15
7272026-07-15T10:12:36.417Z Compiling slog-scope v4.4.0
7282026-07-15T10:12:36.417Z Compiling pem v3.0.5
7292026-07-15T10:12:36.489Z Compiling globset v0.4.15
7302026-07-15T10:12:36.544Z Compiling serde_with v3.14.1
7312026-07-15T10:12:36.554Z Compiling tar v0.4.46
7322026-07-15T10:12:36.702Z Compiling tufaceous-artifact v0.2.0 (/work/oxidecomputer/tufaceous/artifact)
7332026-07-15T10:12:37.010Z Compiling snafu v0.8.5
7342026-07-15T10:12:37.297Z Compiling crossbeam-channel v0.5.15
7352026-07-15T10:12:37.403Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
7362026-07-15T10:12:37.573Z Compiling url v2.5.7
7372026-07-15T10:12:37.582Z Compiling time v0.3.47
7382026-07-15T10:12:37.745Z Compiling futures v0.3.31
7392026-07-15T10:12:37.783Z Compiling ciborium v0.2.2
7402026-07-15T10:12:37.974Z Compiling serde_plain v1.0.2
7412026-07-15T10:12:38.009Z Compiling async-trait v0.1.86
7422026-07-15T10:12:38.009Z Compiling async-recursion v1.1.1
7432026-07-15T10:12:38.238Z Compiling jiff v0.2.32
7442026-07-15T10:12:38.272Z Compiling cpufeatures v0.3.0
7452026-07-15T10:12:38.346Z Compiling anyhow v1.0.96
7462026-07-15T10:12:38.399Z Compiling typed-path v0.9.3
7472026-07-15T10:12:38.454Z Compiling dyn-clone v1.0.18
7482026-07-15T10:12:38.603Z Compiling term v1.2.1
7492026-07-15T10:12:38.669Z Compiling take_mut v0.2.2
7502026-07-15T10:12:38.719Z Compiling sha2 v0.11.0
7512026-07-15T10:12:38.940Z Compiling slog-term v2.9.2
7522026-07-15T10:12:38.978Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
7532026-07-15T10:12:39.308Z Compiling camino-tempfile v1.4.1
7542026-07-15T10:12:39.325Z Compiling tufaceous-brand-metadata v0.2.0 (/work/oxidecomputer/tufaceous/brand-metadata)
7552026-07-15T10:12:39.547Z Compiling slog-stdlog v4.1.1
7562026-07-15T10:12:39.550Z Compiling flate2 v1.0.35
7572026-07-15T10:12:39.743Z Compiling digest-io v0.1.0
7582026-07-15T10:12:39.753Z Compiling atomicwrites v0.4.4
7592026-07-15T10:12:39.871Z Compiling regex v1.11.1
7602026-07-15T10:12:39.908Z Compiling rawzip v0.4.4
7612026-07-15T10:12:40.231Z Compiling slog-envlogger v2.2.0
7622026-07-15T10:12:45.069Z Compiling rustls-webpki v0.103.13
7632026-07-15T10:12:47.788Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
7642026-07-15T10:12:49.769Z Compiling tufaceous v0.2.0 (/work/oxidecomputer/tufaceous/lib)
7652026-07-15T10:12:51.799Z Compiling tufaceous-bin v0.2.0 (/work/oxidecomputer/tufaceous/bin)
7662026-07-15T10:12:59.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.13s
7672026-07-15T10:12:59.501Z
7682026-07-15T10:12:59.504Zreal 50.265930606
7692026-07-15T10:12:59.504Zuser 3:05.590107858
7702026-07-15T10:12:59.504Zsys 38.334579810
7712026-07-15T10:12:59.504Ztrap 0.097512064
7722026-07-15T10:12:59.504Ztflt 0.441769660
7732026-07-15T10:12:59.504Zdflt 0.391532945
7742026-07-15T10:12:59.505Zkflt 0.009985879
7752026-07-15T10:12:59.505Zlock 9:37.987117293
7762026-07-15T10:12:59.505Zslp 9:41.842737485
7772026-07-15T10:12:59.505Zlat 12.514741736
7782026-07-15T10:12:59.505Zstop 36.313292284
7792026-07-15T10:12:59.505Z+ banner build-all
7802026-07-15T10:12:59.505Z
7812026-07-15T10:12:59.505Z ##### # # # # ##### ## # #
7822026-07-15T10:12:59.505Z # # # # # # # # # # # #
7832026-07-15T10:12:59.505Z ##### # # # # # # ##### # # # #
7842026-07-15T10:12:59.505Z # # # # # # # # ###### # #
7852026-07-15T10:12:59.505Z # # # # # # # # # # # #
7862026-07-15T10:12:59.505Z ##### #### # ###### ##### # # ###### ######
7872026-07-15T10:12:59.505Z
7882026-07-15T10:12:59.505Z+ ptime -m cargo build --all-features --all-targets
7892026-07-15T10:12:59.582Z Downloading crates ...
7902026-07-15T10:12:59.673Z Downloaded rand_xorshift v0.3.0
7912026-07-15T10:12:59.679Z Downloaded similar v2.7.0
7922026-07-15T10:12:59.682Z Downloaded unarray v0.1.4
7932026-07-15T10:12:59.686Z Downloaded rusty-fork v0.3.0
7942026-07-15T10:12:59.689Z Downloaded bit-set v0.5.3
7952026-07-15T10:12:59.692Z Downloaded structmeta-derive v0.3.0
7962026-07-15T10:12:59.695Z Downloaded quick-error v1.2.3
7972026-07-15T10:12:59.695Z Downloaded wait-timeout v0.2.0
7982026-07-15T10:12:59.698Z Downloaded structmeta v0.3.0
7992026-07-15T10:12:59.698Z Downloaded bit-vec v0.6.3
8002026-07-15T10:12:59.701Z Downloaded newline-converter v0.3.0
8012026-07-15T10:12:59.704Z Downloaded tokio-test v0.4.5
8022026-07-15T10:12:59.704Z Downloaded schemars_derive v0.8.22
8032026-07-15T10:12:59.710Z Downloaded serde_derive_internals v0.29.1
8042026-07-15T10:12:59.714Z Downloaded console v0.15.10
8052026-07-15T10:12:59.718Z Downloaded test-strategy v0.4.0
8062026-07-15T10:12:59.721Z Downloaded tokio-stream v0.1.18
8072026-07-15T10:12:59.723Z Downloaded schemars v0.8.22
8082026-07-15T10:12:59.732Z Downloaded expectorate v1.1.0
8092026-07-15T10:12:59.736Z Downloaded unicode-segmentation v1.12.0
8102026-07-15T10:12:59.753Z Downloaded proptest v1.5.0
8112026-07-15T10:12:59.758Z Downloaded unicode-width v0.2.0
8122026-07-15T10:12:59.808Z Compiling num-traits v0.2.19
8132026-07-15T10:12:59.846Z Compiling fnv v1.0.7
8142026-07-15T10:12:59.850Z Compiling ppv-lite86 v0.2.20
8152026-07-15T10:12:59.858Z Compiling serde_derive_internals v0.29.1
8162026-07-15T10:12:59.862Z Compiling schemars v0.8.22
8172026-07-15T10:12:59.867Z Compiling structmeta-derive v0.3.0
8182026-07-15T10:12:59.870Z Compiling wait-timeout v0.2.0
8192026-07-15T10:12:59.873Z Compiling quick-error v1.2.3
8202026-07-15T10:12:59.917Z Compiling bit-vec v0.6.3
8212026-07-15T10:12:59.952Z Compiling darling_core v0.21.3
8222026-07-15T10:13:00.082Z Compiling bit-set v0.5.3
8232026-07-15T10:13:00.111Z Compiling rand_chacha v0.3.1
8242026-07-15T10:13:00.152Z Compiling rusty-fork v0.3.0
8252026-07-15T10:13:00.158Z Compiling rand_xorshift v0.3.0
8262026-07-15T10:13:00.223Z Compiling unarray v0.1.4
8272026-07-15T10:13:00.300Z Compiling rand v0.8.6
8282026-07-15T10:13:00.323Z Compiling tokio v1.47.2
8292026-07-15T10:13:00.507Z Compiling unicode-width v0.2.0
8302026-07-15T10:13:00.549Z Compiling unicode-segmentation v1.12.0
8312026-07-15T10:13:00.563Z Compiling schemars_derive v0.8.22
8322026-07-15T10:13:00.777Z Compiling num-integer v0.1.46
8332026-07-15T10:13:00.795Z Compiling chrono v0.4.40
8342026-07-15T10:13:00.868Z Compiling structmeta v0.3.0
8352026-07-15T10:13:00.925Z Compiling proptest v1.5.0
8362026-07-15T10:13:00.935Z Compiling newline-converter v0.3.0
8372026-07-15T10:13:01.028Z Compiling num-iter v0.1.45
8382026-07-15T10:13:01.056Z Compiling test-strategy v0.4.0
8392026-07-15T10:13:01.095Z Compiling console v0.15.10
8402026-07-15T10:13:01.136Z Compiling num-bigint-dig v0.8.6
8412026-07-15T10:13:01.740Z Compiling slog-term v2.9.2
8422026-07-15T10:13:02.052Z Compiling rsa v0.9.10
8432026-07-15T10:13:02.237Z Compiling darling_macro v0.21.3
8442026-07-15T10:13:02.311Z Compiling slog-envlogger v2.2.0
8452026-07-15T10:13:02.329Z Compiling similar v2.7.0
8462026-07-15T10:13:02.449Z Compiling byte-wrapper v0.1.0
8472026-07-15T10:13:02.679Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
8482026-07-15T10:13:02.735Z Compiling expectorate v1.1.0
8492026-07-15T10:13:02.759Z Compiling darling v0.21.3
8502026-07-15T10:13:02.830Z Compiling serde_with_macros v3.14.1
8512026-07-15T10:13:02.905Z Compiling tokio-util v0.7.15
8522026-07-15T10:13:02.960Z Compiling tokio-stream v0.1.18
8532026-07-15T10:13:03.360Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
8542026-07-15T10:13:03.369Z Compiling tokio-test v0.4.5
8552026-07-15T10:13:03.624Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
8562026-07-15T10:13:03.980Z Compiling serde_with v3.14.1
8572026-07-15T10:13:04.086Z Compiling tufaceous-artifact v0.2.0 (/work/oxidecomputer/tufaceous/artifact)
8582026-07-15T10:13:04.762Z Compiling tufaceous-brand-metadata v0.2.0 (/work/oxidecomputer/tufaceous/brand-metadata)
8592026-07-15T10:13:05.240Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
8602026-07-15T10:13:05.960Z Compiling tufaceous v0.2.0 (/work/oxidecomputer/tufaceous/lib)
8612026-07-15T10:13:08.303Z Compiling tufaceous-bin v0.2.0 (/work/oxidecomputer/tufaceous/bin)
8622026-07-15T10:13:19.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.00s
8632026-07-15T10:13:19.576Z
8642026-07-15T10:13:19.576Zreal 20.058308853
8652026-07-15T10:13:19.576Zuser 1:41.785249750
8662026-07-15T10:13:19.576Zsys 16.063396942
8672026-07-15T10:13:19.576Ztrap 0.039435961
8682026-07-15T10:13:19.576Ztflt 0.058888615
8692026-07-15T10:13:19.576Zdflt 0.304372967
8702026-07-15T10:13:19.576Zkflt 0.000038844
8712026-07-15T10:13:19.576Zlock 6:01.489446914
8722026-07-15T10:13:19.577Zslp 6:00.147786460
8732026-07-15T10:13:19.577Zlat 4.460840180
8742026-07-15T10:13:19.580Zstop 7.088106208
8752026-07-15T10:13:19.580Z+ banner test
8762026-07-15T10:13:19.580Z
8772026-07-15T10:13:19.580Z ##### ###### #### #####
8782026-07-15T10:13:19.580Z # # # #
8792026-07-15T10:13:19.580Z # ##### #### #
8802026-07-15T10:13:19.580Z # # # #
8812026-07-15T10:13:19.580Z # # # # #
8822026-07-15T10:13:19.580Z # ###### #### #
8832026-07-15T10:13:19.580Z
8842026-07-15T10:13:19.580Z+ ptime -m cargo nextest run --all-features --all-targets
8852026-07-15T10:13:20.031Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
8862026-07-15T10:13:20.076Z────────────
8872026-07-15T10:13:20.076Z Nextest run ID 56f8e8c4-b8ff-422d-afb1-450d2c440d7a with nextest profile: default
8882026-07-15T10:13:20.076Z Starting 35 tests across 7 binaries
8892026-07-15T10:13:20.084Z PASS [ 0.007s] ( 1/35) tufaceous repo::v1::tests::mpsc_reader_empty
8902026-07-15T10:13:20.084Z PASS [ 0.008s] ( 2/35) tufaceous error::tests::error_display_chain_doesnt_repeat
8912026-07-15T10:13:20.087Z PASS [ 0.008s] ( 3/35) tufaceous repo::v1::tests::mpsc_reader
8922026-07-15T10:13:20.087Z PASS [ 0.009s] ( 4/35) tufaceous edit::measurement_corpus::tests::guess_partial_input
8932026-07-15T10:13:20.107Z PASS [ 0.030s] ( 5/35) tufaceous edit::root::tests::generate_verify
8942026-07-15T10:13:20.114Z PASS [ 0.037s] ( 6/35) tufaceous edit::editor::tests::empty_artifact
8952026-07-15T10:13:20.142Z PASS [ 0.035s] ( 7/35) tufaceous::tests no_artifacts
8962026-07-15T10:13:20.176Z PASS [ 0.092s] ( 8/35) tufaceous::check missing_installinator
8972026-07-15T10:13:20.179Z PASS [ 0.035s] ( 9/35) tufaceous::v1_compatibility v1_fake
8982026-07-15T10:13:20.179Z PASS [ 0.100s] (10/35) tufaceous::check fake_checks_out
8992026-07-15T10:13:20.183Z PASS [ 0.007s] (11/35) tufaceous-artifact artifact::tests::fromstr_works
9002026-07-15T10:13:20.183Z PASS [ 0.007s] (12/35) tufaceous-artifact artifact::tests::display_respects_padding
9012026-07-15T10:13:20.190Z PASS [ 0.006s] (13/35) tufaceous-artifact metadata::tests::default_is_empty
9022026-07-15T10:13:20.192Z PASS [ 0.006s] (14/35) tufaceous-artifact map::tests::from_optional_string
9032026-07-15T10:13:20.192Z PASS [ 0.014s] (15/35) tufaceous::v1_compatibility v1_fake_without_compat
9042026-07-15T10:13:20.196Z PASS [ 0.006s] (16/35) tufaceous-artifact metadata::tests::deserialize_previously_valid
9052026-07-15T10:13:20.199Z PASS [ 0.006s] (17/35) tufaceous-artifact rkth::tests::ensure_consistency
9062026-07-15T10:13:20.201Z PASS [ 0.011s] (18/35) tufaceous-artifact metadata::tests::metadata_roundtrip
9072026-07-15T10:13:20.204Z PASS [ 0.006s] (19/35) tufaceous-artifact tags::tests::rot_rkth
9082026-07-15T10:13:20.207Z PASS [ 0.006s] (20/35) tufaceous-artifact version::tests::display_respects_padding
9092026-07-15T10:13:20.210Z PASS [ 0.123s] (21/35) tufaceous::tests compute_archive_sha256
9102026-07-15T10:13:20.235Z PASS [ 0.150s] (22/35) tufaceous::tests it_works
9112026-07-15T10:13:20.238Z PASS [ 0.041s] (23/35) tufaceous-artifact tags::tests::tags_roundtrip
9122026-07-15T10:13:20.241Z PASS [ 0.038s] (24/35) tufaceous-artifact version::tests::proptest_invalid_version
9132026-07-15T10:13:20.244Z PASS [ 0.007s] (25/35) tufaceous-artifact version::tests::schema
9142026-07-15T10:13:20.244Z PASS [ 0.035s] (26/35) tufaceous-artifact version::tests::proptest_valid_version
9152026-07-15T10:13:20.244Z PASS [ 0.036s] (27/35) tufaceous-artifact version::tests::proptest_version_serde_roundtrip
9162026-07-15T10:13:20.247Z PASS [ 0.007s] (28/35) tufaceous-bin::bin/tufaceous load::tests::test_force_load
9172026-07-15T10:13:20.247Z PASS [ 0.133s] (29/35) tufaceous::tests verify_targets
9182026-07-15T10:13:20.249Z PASS [ 0.007s] (30/35) tufaceous-bin::bin/tufaceous load::tests::test_trust_roots_conflicts
9192026-07-15T10:13:20.249Z PASS [ 0.007s] (31/35) tufaceous-bin::bin/tufaceous load::tests::test_trust_roots_required
9202026-07-15T10:13:20.249Z PASS [ 0.007s] (32/35) tufaceous-bin::bin/tufaceous sign::tests::test_flags
9212026-07-15T10:13:20.249Z PASS [ 0.006s] (33/35) tufaceous-brand-metadata tests::test_deserialize
9222026-07-15T10:13:20.252Z PASS [ 0.168s] (34/35) tufaceous::tests inconsistent_fake
9232026-07-15T10:13:21.179Z PASS [ 1.102s] (35/35) tufaceous edit::fake::tests::fake_artifacts_equals_fake_repo
9242026-07-15T10:13:21.179Z────────────
9252026-07-15T10:13:21.179Z Summary [ 1.102s] 35 tests run: 35 passed, 0 skipped
9262026-07-15T10:13:21.185Z
9272026-07-15T10:13:21.188Zreal 1.602331167
9282026-07-15T10:13:21.188Zuser 1.428720156
9292026-07-15T10:13:21.188Zsys 0.474641088
9302026-07-15T10:13:21.188Ztrap 0.004550361
9312026-07-15T10:13:21.188Ztflt 0.000262768
9322026-07-15T10:13:21.189Zdflt 0.000144294
9332026-07-15T10:13:21.189Zkflt 0.000000000
9342026-07-15T10:13:21.189Zlock 13.055065310
9352026-07-15T10:13:21.189Zslp 1.886740550
9362026-07-15T10:13:21.189Zlat 0.315202066
9372026-07-15T10:13:21.189Zstop 0.127281929
9382026-07-15T10:13:21.189Z+ banner doctest
9392026-07-15T10:13:21.189Z
9402026-07-15T10:13:21.189Z ##### #### #### ##### ###### #### #####
9412026-07-15T10:13:21.189Z # # # # # # # # # #
9422026-07-15T10:13:21.189Z # # # # # # ##### #### #
9432026-07-15T10:13:21.189Z # # # # # # # # #
9442026-07-15T10:13:21.189Z # # # # # # # # # # #
9452026-07-15T10:13:21.189Z ##### #### #### # ###### #### #
9462026-07-15T10:13:21.189Z
9472026-07-15T10:13:21.189Z+ ptime -m cargo test --doc --all-features
9482026-07-15T10:13:21.344Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
9492026-07-15T10:13:21.359Z Doc-tests tufaceous
9502026-07-15T10:13:28.213Z
9512026-07-15T10:13:28.214Zrunning 1 test
9522026-07-15T10:13:28.302Ztest lib/src/repo.rs - repo::Repository::fake (line 72) ... ok
9532026-07-15T10:13:28.302Z
9542026-07-15T10:13:28.302Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
9552026-07-15T10:13:28.302Z
9562026-07-15T10:13:28.314Zall doctests ran in 6.75s; merged doctests compilation took 6.65s
9572026-07-15T10:13:28.333Z Doc-tests tufaceous_artifact
9582026-07-15T10:13:30.802Z
9592026-07-15T10:13:30.802Zrunning 2 tests
9602026-07-15T10:13:30.805Ztest artifact/src/set.rs - set::ArtifactSet::filter_tags (line 110) ... ok
9612026-07-15T10:13:30.805Ztest artifact/src/tags.rs - tags::DisplayTags (line 332) ... ok
9622026-07-15T10:13:30.805Z
9632026-07-15T10:13:30.805Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9642026-07-15T10:13:30.805Z
9652026-07-15T10:13:30.813Zall doctests ran in 2.33s; merged doctests compilation took 2.32s
9662026-07-15T10:13:30.826Z Doc-tests tufaceous_brand_metadata
9672026-07-15T10:13:30.902Z
9682026-07-15T10:13:30.902Zrunning 0 tests
9692026-07-15T10:13:30.902Z
9702026-07-15T10:13:30.902Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9712026-07-15T10:13:30.902Z
9722026-07-15T10:13:30.923Z
9732026-07-15T10:13:30.923Zreal 9.720868686
9742026-07-15T10:13:30.923Zuser 7.766583421
9752026-07-15T10:13:30.923Zsys 1.765215950
9762026-07-15T10:13:30.923Ztrap 0.001171455
9772026-07-15T10:13:30.923Ztflt 0.045074004
9782026-07-15T10:13:30.923Zdflt 0.012466054
9792026-07-15T10:13:30.923Zkflt 0.000000000
9802026-07-15T10:13:30.923Zlock 31.404467539
9812026-07-15T10:13:30.923Zslp 46.739920251
9822026-07-15T10:13:30.923Zlat 0.028626023
9832026-07-15T10:13:30.923Zstop 0.130785778
9842026-07-15T10:13:30.926Zprocess exited: duration 133299 ms, exit code 0
 
9852026-07-15T10:13:30.932Zfound 0 output files