01KWJ0C1J51E70W4PMTTCDTWF6: 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: 01KWJ0CHETQ8PKEDHG89TEA484

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-02T18:11:04.970Zjob assigned to worker 01KWJ0CN9F0B8P8PJ3TY6TXGKX [factory aws, i-09d5dfb774b343060] (queued for 46 s)
 
22026-07-02T18:11:11.866Zstarting task 0: "setup"
32026-07-02T18:11:11.878Z++ uname -s
42026-07-02T18:11:11.878Z+ kern=SunOS
52026-07-02T18:11:11.878Z+ build_user=build
62026-07-02T18:11:11.878Z+ build_uid=12345
72026-07-02T18:11:11.878Z+ work_dir=/work
82026-07-02T18:11:11.878Z+ input_dir=/input
92026-07-02T18:11:11.878Z+ [[ 0 == 12345 ]]
102026-07-02T18:11:11.878Z+ case "$kern" in
112026-07-02T18:11:11.878Z+ groupadd -g 12345 build
122026-07-02T18:11:11.878Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-02T18:11:13.874Z+ zfs create -o mountpoint=/work rpool/work
142026-07-02T18:11:13.955Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-02T18:11:13.959Z+ home_fs=zfs
162026-07-02T18:11:13.959Z+ [[ zfs == autofs ]]
172026-07-02T18:11:13.959Z+ mkdir -p /home/build
182026-07-02T18:11:13.959Z+ chown build:build /home/build /work
192026-07-02T18:11:15.959Z+ chmod 0700 /home/build /work
202026-07-02T18:11:15.963Zprocess exited: duration 4103 ms, exit code 0
 
212026-07-02T18:11:15.969Zstarting task 1: "rust-toolchain"
222026-07-02T18:11:15.972Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-07-02T18:11:15.972Z * rust toolchain channel = "1.94.0"
242026-07-02T18:11:15.972Z * rust toolchain profile = "default"
252026-07-02T18:11:15.972Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-02T18:11:15.972Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-02T18:11:15.975Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-02T18:11:15.975Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-02T18:11:15.975Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-07-02T18:11:16.094Zinfo: downloading installer
312026-07-02T18:11:17.701Zwarn: It looks like you have an existing installation of Rust at:
322026-07-02T18:11:17.701Zwarn: /opt/ooce/bin
332026-07-02T18:11:17.701Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-02T18:11:17.701Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-02T18:11:17.701Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-02T18:11:17.701Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-02T18:11:17.701Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-02T18:11:17.701Zerror: cannot install while Rust is installed
392026-07-02T18:11:17.701Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-02T18:11:17.701Zwarn: It looks like you have an existing rustup settings file at:
412026-07-02T18:11:17.701Zwarn: /home/build/.rustup/settings.toml
422026-07-02T18:11:17.702Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-02T18:11:17.702Zwarn: instead of the one inferred from the default host triple.
442026-07-02T18:11:17.714Zinfo: profile set to default
452026-07-02T18:11:17.715Zinfo: default host triple is x86_64-unknown-illumos
462026-07-02T18:11:17.721Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-07-02T18:11:17.882Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-07-02T18:11:17.897Zinfo: downloading 6 components
492026-07-02T18:11:33.740Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-07-02T18:11:33.740Z
512026-07-02T18:11:33.767Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-07-02T18:11:33.767Z
532026-07-02T18:11:33.767Z
542026-07-02T18:11:33.767ZRust is installed now. Great!
552026-07-02T18:11:33.767Z
562026-07-02T18:11:33.767ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-02T18:11:33.767Zenvironment variable. This has not been done automatically.
582026-07-02T18:11:33.767Z
592026-07-02T18:11:33.767ZTo configure your current shell, you need to source
602026-07-02T18:11:33.767Zthe corresponding env file under $HOME/.cargo.
612026-07-02T18:11:33.767Z
622026-07-02T18:11:33.767ZThis is usually done by running one of the following (note the leading DOT):
632026-07-02T18:11:33.768Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-02T18:11:33.768Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-02T18:11:33.768Zsource "~/.cargo/env.nu" # For nushell
662026-07-02T18:11:33.768Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-02T18:11:33.768Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-02T18:11:33.768Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-02T18:11:33.772Zwarn: no default linker (`cc`) was found in your PATH
702026-07-02T18:11:33.772Zwarn: many Rust crates require a system C toolchain to build
712026-07-02T18:11:33.854Z+ rustup --version
722026-07-02T18:11:33.864Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-02T18:11:33.868Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-02T18:11:33.884Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-07-02T18:11:33.887Z+ cargo --version
762026-07-02T18:11:33.899Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-07-02T18:11:33.902Z+ rustc --version
782026-07-02T18:11:33.921Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-07-02T18:11:33.924Zprocess exited: duration 17951 ms, exit code 0
 
802026-07-02T18:11:33.931Zstarting task 2: "authentication"
812026-07-02T18:11:33.948Zprocess exited: duration 18 ms, exit code 0
 
822026-07-02T18:11:33.955Zstarting task 3: "clone repository"
832026-07-02T18:11:33.959Z+ mkdir -p /work/oxidecomputer/tufaceous
842026-07-02T18:11:33.961Z+ git clone https://github.com/oxidecomputer/tufaceous /work/oxidecomputer/tufaceous
852026-07-02T18:11:33.994ZCloning into '/work/oxidecomputer/tufaceous'...
862026-07-02T18:11:34.476Z+ cd /work/oxidecomputer/tufaceous
872026-07-02T18:11:34.476Z+ git fetch origin 8711f98a8e4ad011860729642a4d44a984ca4aca
882026-07-02T18:11:34.721ZFrom https://github.com/oxidecomputer/tufaceous
892026-07-02T18:11:34.721Z * branch 8711f98a8e4ad011860729642a4d44a984ca4aca -> FETCH_HEAD
902026-07-02T18:11:34.725Z+ [[ -n dependabot/cargo/tar-0.4.45 ]]
912026-07-02T18:11:34.728Z++ git branch --show-current
922026-07-02T18:11:34.728Z+ current=main
932026-07-02T18:11:34.728Z+ [[ main != dependabot/cargo/tar-0.4.45 ]]
942026-07-02T18:11:34.728Z+ git branch -f dependabot/cargo/tar-0.4.45 8711f98a8e4ad011860729642a4d44a984ca4aca
952026-07-02T18:11:34.732Z+ git checkout -f dependabot/cargo/tar-0.4.45
962026-07-02T18:11:34.738ZSwitched to branch 'dependabot/cargo/tar-0.4.45'
972026-07-02T18:11:34.744Z+ git reset --hard 8711f98a8e4ad011860729642a4d44a984ca4aca
982026-07-02T18:11:34.747ZHEAD is now at 8711f98 also bump in lockfile
992026-07-02T18:11:34.747Zprocess exited: duration 787 ms, exit code 0
 
1002026-07-02T18:11:34.753Zstarting task 4: "build"
1012026-07-02T18:11:34.757Z+ source .github/buildomat/ci-env.sh
1022026-07-02T18:11:34.757Z++ export CARGO_TERM_COLOR=always
1032026-07-02T18:11:34.757Z++ CARGO_TERM_COLOR=always
1042026-07-02T18:11:34.760Z++ export 'RUSTFLAGS=-D warnings'
1052026-07-02T18:11:34.761Z++ RUSTFLAGS='-D warnings'
1062026-07-02T18:11:34.761Z++ export CARGO_INCREMENTAL=0
1072026-07-02T18:11:34.761Z++ CARGO_INCREMENTAL=0
1082026-07-02T18:11:34.761Z+++ uname -s
1092026-07-02T18:11:34.761Z++ HOST_OS=SunOS
1102026-07-02T18:11:34.761Z++ [[ SunOS == \S\u\n\O\S ]]
1112026-07-02T18:11:34.761Z++ CLANGVER=15
1122026-07-02T18:11:34.761Z++ pfexec pkg install -v build-essential pkg-config pkg:/ooce/developer/clang-15
1132026-07-02T18:11:44.708Z Startup: Refreshing catalog 'helios-dev' ... Done
1142026-07-02T18:11:52.455Z Startup: Caching catalogs ... Done
1152026-07-02T18:11:59.702ZPlanning: Solver setup ... Done (5.959s)
1162026-07-02T18:11:59.742ZPlanning: Running solver ... Done (0.041s)
1172026-07-02T18:11:59.887ZPlanning: Finding local manifests ... Done (0.004s)
1182026-07-02T18:11:59.898ZPlanning: Fetching manifests: 0/3 0% complete
1192026-07-02T18:11:59.987ZPlanning: Fetching manifests: 3/3 100% complete
1202026-07-02T18:12:00.016ZPlanning: Package planning ... Done (0.029s)
1212026-07-02T18:12:00.042ZPlanning: Merging actions ... Done (0.026s)
1222026-07-02T18:12:00.151ZPlanning: Checking for conflicting actions ... Done (0.109s)
1232026-07-02T18:12:00.158ZPlanning: Consolidating action changes ... Done (0.007s)
1242026-07-02T18:12:00.952ZPlanning: Evaluating mediators ... Done (0.794s)
1252026-07-02T18:12:00.957ZPlanning: Planning completed in 8.33 seconds
1262026-07-02T18:12:00.971Z Packages to install: 3
1272026-07-02T18:12:00.971Z Mediators to change: 2
1282026-07-02T18:12:00.974Z Services to change: 1
1292026-07-02T18:12:00.975Z Estimated space available: 155.46 GB
1302026-07-02T18:12:00.975ZEstimated space to be consumed: 1.86 GB
1312026-07-02T18:12:00.975Z Create boot environment: No
1322026-07-02T18:12:00.975ZCreate backup boot environment: No
1332026-07-02T18:12:00.975Z Rebuild boot archive: No
1342026-07-02T18:12:00.975Z
1352026-07-02T18:12:00.975ZChanged mediators:
1362026-07-02T18:12:00.975Z mediator clang:
1372026-07-02T18:12:00.975Z version: None -> 15 (system default)
1382026-07-02T18:12:00.975Z
1392026-07-02T18:12:00.975Z mediator llvm:
1402026-07-02T18:12:00.975Z version: 14 (system default) -> 15 (system default)
1412026-07-02T18:12:00.975Z
1422026-07-02T18:12:00.975ZChanged packages:
1432026-07-02T18:12:00.975Zhelios-dev
1442026-07-02T18:12:00.975Z developer/build-essential
1452026-07-02T18:12:00.975Z None -> 11-2.0
1462026-07-02T18:12:00.976Z ooce/developer/clang-15
1472026-07-02T18:12:00.976Z None -> 15.0.7-2.0
1482026-07-02T18:12:00.976Z ooce/developer/llvm-15
1492026-07-02T18:12:00.976Z None -> 15.0.7-2.0
1502026-07-02T18:12:00.976Z
1512026-07-02T18:12:00.976ZServices:
1522026-07-02T18:12:00.976Z restart_fmri:
1532026-07-02T18:12:00.976Z svc:/system/update-man-index:default
1542026-07-02T18:12:01.012Z
1552026-07-02T18:12:01.012ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1562026-07-02T18:12:06.012ZDownload: 2576/3076 items 119.7/211.3MB 56% complete (24.6M/s)
1572026-07-02T18:12:11.098ZDownload: 3063/3076 items 208.8/211.3MB 98% complete (23.3M/s)
1582026-07-02T18:12:12.736ZDownload: Completed 211.31 MB in 11.72 seconds (18.0M/s)
1592026-07-02T18:12:12.849Z Actions: 1/3430 actions (Installing new actions)
1602026-07-02T18:12:15.987Z Actions: Completed 3430 actions in 3.14 seconds.
1612026-07-02T18:12:16.636Z Done (0.646s)
1622026-07-02T18:12:16.636Z Done (0.000s)
1632026-07-02T18:12:17.376Z Done (0.740s)
1642026-07-02T18:12:20.782Z Done (3.042s)
1652026-07-02T18:12:20.854Z Done (0.013s)
1662026-07-02T18:12:20.857Z Done (0.000s)
1672026-07-02T18:12:21.110Z Done (0.000s)
1682026-07-02T18:12:21.789Z++ (( rc != 4 && rc != 0 ))
1692026-07-02T18:12:21.789Z++ pfexec pkg set-mediator -V 15 clang llvm
1702026-07-02T18:12:21.989ZPlanning: Evaluating mediator changes ... Done
1712026-07-02T18:12:22.097ZPlanning: Checking for conflicting actions ... Done
1722026-07-02T18:12:22.102ZPlanning: Consolidating action changes ... Done
1732026-07-02T18:12:22.255ZPlanning: Evaluating mediators ... Done
1742026-07-02T18:12:22.260ZPlanning: Planning completed in 0.27 seconds
1752026-07-02T18:12:22.276Z Mediators to change: 2
1762026-07-02T18:12:22.276Z Create boot environment: No
1772026-07-02T18:12:22.281ZCreate backup boot environment: No
1782026-07-02T18:12:22.330Z Done
1792026-07-02T18:12:22.330Z Done
1802026-07-02T18:12:22.945Z Done
1812026-07-02T18:12:25.400Z Done
1822026-07-02T18:12:25.472Z Done
1832026-07-02T18:12:25.476Z Done
1842026-07-02T18:12:25.639Z Done
1852026-07-02T18:12:25.714Z+ cargo --version
1862026-07-02T18:12:25.724Zcargo 1.94.0 (85eff7c80 2026-01-15)
1872026-07-02T18:12:25.727Z+ rustc --version
1882026-07-02T18:12:25.747Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1892026-07-02T18:12:25.751Z+ curl -sSfL --retry 10 https://get.nexte.st/latest/illumos
1902026-07-02T18:12:25.752Z+ gunzip
1912026-07-02T18:12:25.752Z+ tar -xvf - -C /home/build/.cargo/bin
1922026-07-02T18:12:26.619Zx cargo-nextest, 22797160 bytes, 44526 tape blocks
1932026-07-02T18:12:26.622Z+ banner build
1942026-07-02T18:12:26.622Z
1952026-07-02T18:12:26.623Z ##### # # # # #####
1962026-07-02T18:12:26.623Z # # # # # # # #
1972026-07-02T18:12:26.623Z ##### # # # # # #
1982026-07-02T18:12:26.623Z # # # # # # # #
1992026-07-02T18:12:26.623Z # # # # # # # #
2002026-07-02T18:12:26.623Z ##### #### # ###### #####
2012026-07-02T18:12:26.623Z
2022026-07-02T18:12:26.623Z+ ptime -m cargo build
2032026-07-02T18:12:26.729Z Updating crates.io index
2042026-07-02T18:12:26.732Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2052026-07-02T18:12:27.033Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2062026-07-02T18:12:28.099Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2072026-07-02T18:12:28.405Z Updating git repository `https://github.com/oxidecomputer/tlvc`
2082026-07-02T18:12:29.094Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2092026-07-02T18:12:29.094Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2102026-07-02T18:12:29.094Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2112026-07-02T18:12:30.764Z Downloading crates ...
2122026-07-02T18:12:30.812Z Downloaded anstyle-query v1.1.1
2132026-07-02T18:12:30.817Z Downloaded errno v0.3.13
2142026-07-02T18:12:30.822Z Downloaded adler2 v2.0.0
2152026-07-02T18:12:30.826Z Downloaded bzip2 v0.4.4
2162026-07-02T18:12:30.836Z Downloaded clap_derive v4.5.28
2172026-07-02T18:12:30.840Z Downloaded nodrop v0.1.14
2182026-07-02T18:12:30.840Z Downloaded async-recursion v1.1.1
2192026-07-02T18:12:30.843Z Downloaded cfg-if v1.0.0
2202026-07-02T18:12:30.843Z Downloaded atomicwrites v0.4.4
2212026-07-02T18:12:30.847Z Downloaded lazy_static v1.5.0
2222026-07-02T18:12:30.850Z Downloaded ciborium-ll v0.2.2
2232026-07-02T18:12:30.850Z Downloaded hex v0.4.3
2242026-07-02T18:12:30.854Z Downloaded digest v0.11.3
2252026-07-02T18:12:30.854Z Downloaded num-conv v0.2.2
2262026-07-02T18:12:30.854Z Downloaded log v0.4.22
2272026-07-02T18:12:30.857Z Downloaded async-trait v0.1.86
2282026-07-02T18:12:30.857Z Downloaded block-buffer v0.12.1
2292026-07-02T18:12:30.857Z Downloaded array-init v0.0.4
2302026-07-02T18:12:30.865Z Downloaded anstyle-parse v0.2.5
2312026-07-02T18:12:30.866Z Downloaded anstyle v1.0.10
2322026-07-02T18:12:30.866Z Downloaded icu_locid_transform_data v1.5.0
2332026-07-02T18:12:30.866Z Downloaded icu_locid v1.5.0
2342026-07-02T18:12:30.869Z Downloaded is-terminal v0.4.13
2352026-07-02T18:12:30.869Z Downloaded futures-sink v0.3.31
2362026-07-02T18:12:30.869Z Downloaded memchr v2.7.4
2372026-07-02T18:12:30.872Z Downloaded maybe-uninit v2.0.0
2382026-07-02T18:12:30.875Z Downloaded generic-array v0.14.7
2392026-07-02T18:12:30.875Z Downloaded crc v3.2.1
2402026-07-02T18:12:30.879Z Downloaded crypto-common v0.2.2
2412026-07-02T18:12:30.879Z Downloaded ciborium-io v0.2.2
2422026-07-02T18:12:30.882Z Downloaded powerfmt v0.2.0
2432026-07-02T18:12:30.882Z Downloaded form_urlencoded v1.2.2
2442026-07-02T18:12:30.885Z Downloaded displaydoc v0.2.5
2452026-07-02T18:12:30.885Z Downloaded cmake v0.1.58
2462026-07-02T18:12:30.885Z Downloaded iana-time-zone v0.1.61
2472026-07-02T18:12:30.888Z Downloaded is_terminal_polyfill v1.70.1
2482026-07-02T18:12:30.888Z Downloaded bitflags v2.6.0
2492026-07-02T18:12:30.891Z Downloaded equivalent v1.0.1
2502026-07-02T18:12:30.899Z Downloaded serde_plain v1.0.2
2512026-07-02T18:12:30.900Z Downloaded funty v2.0.0
2522026-07-02T18:12:30.900Z Downloaded path-slash v0.1.5
2532026-07-02T18:12:30.900Z Downloaded olpc-cjson v0.1.4
2542026-07-02T18:12:30.900Z Downloaded jobserver v0.1.32
2552026-07-02T18:12:30.900Z Downloaded fnv v1.0.7
2562026-07-02T18:12:30.902Z Downloaded digest-io v0.1.0
2572026-07-02T18:12:30.906Z Downloaded icu_locid_transform v1.5.0
2582026-07-02T18:12:30.906Z Downloaded ref-cast v1.0.25
2592026-07-02T18:12:30.906Z Downloaded crypto-common v0.1.6
2602026-07-02T18:12:30.906Z Downloaded futures-task v0.3.31
2612026-07-02T18:12:30.906Z Downloaded futures-core v0.3.31
2622026-07-02T18:12:30.906Z Downloaded radium v0.7.0
2632026-07-02T18:12:30.906Z Downloaded darling_macro v0.21.3
2642026-07-02T18:12:30.906Z Downloaded colorchoice v1.0.2
2652026-07-02T18:12:30.910Z Downloaded filetime v0.2.25
2662026-07-02T18:12:30.915Z Downloaded cpufeatures v0.2.14
2672026-07-02T18:12:30.918Z Downloaded idna_adapter v1.2.0
2682026-07-02T18:12:30.918Z Downloaded futures-macro v0.3.31
2692026-07-02T18:12:30.921Z Downloaded itoa v1.0.11
2702026-07-02T18:12:30.924Z Downloaded crc-catalog v2.4.0
2712026-07-02T18:12:30.924Z Downloaded flagset v0.4.6
2722026-07-02T18:12:30.927Z Downloaded heck v0.5.0
2732026-07-02T18:12:30.927Z Downloaded pem-rfc7468 v0.7.0
2742026-07-02T18:12:30.930Z Downloaded num-iter v0.1.45
2752026-07-02T18:12:30.933Z Downloaded block-buffer v0.10.4
2762026-07-02T18:12:30.937Z Downloaded dyn-clone v1.0.18
2772026-07-02T18:12:30.942Z Downloaded fastrand v2.1.1
2782026-07-02T18:12:30.945Z Downloaded ident_case v1.0.1
2792026-07-02T18:12:30.949Z Downloaded signature v2.2.0
2802026-07-02T18:12:30.949Z Downloaded miniz_oxide v0.8.0
2812026-07-02T18:12:30.949Z Downloaded der v0.7.9
2822026-07-02T18:12:30.953Z Downloaded clap_lex v0.7.4
2832026-07-02T18:12:30.953Z Downloaded percent-encoding v2.3.2
2842026-07-02T18:12:30.953Z Downloaded futures-io v0.3.31
2852026-07-02T18:12:30.953Z Downloaded serde_core v1.0.228
2862026-07-02T18:12:30.956Z Downloaded daft-derive v0.1.1
2872026-07-02T18:12:30.959Z Downloaded cpufeatures v0.3.0
2882026-07-02T18:12:30.960Z Downloaded autocfg v1.4.0
2892026-07-02T18:12:30.963Z Downloaded darling v0.21.3
2902026-07-02T18:12:30.963Z Downloaded ref-cast-impl v1.0.25
2912026-07-02T18:12:30.966Z Downloaded subtle v2.6.1
2922026-07-02T18:12:30.966Z Downloaded strsim v0.11.1
2932026-07-02T18:12:30.966Z Downloaded pin-utils v0.1.0
2942026-07-02T18:12:30.969Z Downloaded take_mut v0.2.2
2952026-07-02T18:12:30.969Z Downloaded serde_spanned v0.6.8
2962026-07-02T18:12:30.969Z Downloaded same-file v1.0.6
2972026-07-02T18:12:30.969Z Downloaded strum v0.26.3
2982026-07-02T18:12:30.972Z Downloaded tap v1.0.1
2992026-07-02T18:12:30.975Z Downloaded slog-envlogger v2.2.0
3002026-07-02T18:12:30.975Z Downloaded thread_local v1.1.8
3012026-07-02T18:12:30.976Z Downloaded tinyvec_macros v0.1.1
3022026-07-02T18:12:30.978Z Downloaded time-core v0.1.8
3032026-07-02T18:12:30.978Z Downloaded litemap v0.7.3
3042026-07-02T18:12:30.979Z Downloaded slog-term v2.9.2
3052026-07-02T18:12:31.046Z Downloaded packed_struct v0.10.1
3062026-07-02T18:12:31.047Z Downloaded packed_struct_codegen v0.10.1
3072026-07-02T18:12:31.047Z Downloaded globset v0.4.15
3082026-07-02T18:12:31.047Z Downloaded dunce v1.0.5
3092026-07-02T18:12:31.048Z Downloaded digest v0.10.7
3102026-07-02T18:12:31.048Z Downloaded find-msvc-tools v0.1.9
3112026-07-02T18:12:31.048Z Downloaded byte-wrapper v0.1.0
3122026-07-02T18:12:31.048Z Downloaded bitfield v0.14.0
3132026-07-02T18:12:31.048Z Downloaded daft v0.1.1
3142026-07-02T18:12:31.048Z Downloaded base64ct v1.6.0
3152026-07-02T18:12:31.048Z Downloaded anstream v0.6.15
3162026-07-02T18:12:31.048Z Downloaded terminal_size v0.4.0
3172026-07-02T18:12:31.048Z Downloaded shlex v1.3.0
3182026-07-02T18:12:31.048Z Downloaded num-integer v0.1.46
3192026-07-02T18:12:31.048Z Downloaded fs_extra v1.3.0
3202026-07-02T18:12:31.048Z Downloaded deranged v0.5.8
3212026-07-02T18:12:31.048Z Downloaded camino-tempfile v1.4.1
3222026-07-02T18:12:31.048Z Downloaded byteorder v1.5.0
3232026-07-02T18:12:31.048Z Downloaded tokio-macros v2.5.0
3242026-07-02T18:12:31.048Z Downloaded toml_datetime v0.6.8
3252026-07-02T18:12:31.048Z Downloaded version_check v0.9.5
3262026-07-02T18:12:31.048Z Downloaded utf8_iter v1.0.4
3272026-07-02T18:12:31.048Z Downloaded utf16_iter v1.0.5
3282026-07-02T18:12:31.048Z Downloaded utf8parse v0.2.2
3292026-07-02T18:12:31.048Z Downloaded icu_provider_macros v1.5.0
3302026-07-02T18:12:31.048Z Downloaded semver v1.0.25
3312026-07-02T18:12:31.048Z Downloaded icu_normalizer_data v1.5.0
3322026-07-02T18:12:31.048Z Downloaded futures-executor v0.3.31
3332026-07-02T18:12:31.048Z Downloaded snafu-derive v0.8.5
3342026-07-02T18:12:31.048Z Downloaded paste v1.0.15
3352026-07-02T18:12:31.048Z Downloaded icu_normalizer v1.5.0
3362026-07-02T18:12:31.048Z Downloaded untrusted v0.7.1
3372026-07-02T18:12:31.048Z Downloaded ciborium v0.2.2
3382026-07-02T18:12:31.048Z Downloaded untrusted v0.9.0
3392026-07-02T18:12:31.048Z Downloaded write16 v1.0.0
3402026-07-02T18:12:31.048Z Downloaded crossbeam-utils v0.8.21
3412026-07-02T18:12:31.049Z Downloaded slog-stdlog v4.1.1
3422026-07-02T18:12:31.049Z Downloaded slab v0.4.9
3432026-07-02T18:12:31.049Z Downloaded slog-scope v4.4.0
3442026-07-02T18:12:31.049Z Downloaded futures v0.3.31
3452026-07-02T18:12:31.049Z Downloaded strum_macros v0.26.4
3462026-07-02T18:12:31.049Z Downloaded serde-hex v0.1.0
3472026-07-02T18:12:31.049Z Downloaded time-macros v0.2.27
3482026-07-02T18:12:31.049Z Downloaded thiserror v2.0.12
3492026-07-02T18:12:31.054Z Downloaded rand_chacha v0.3.1
3502026-07-02T18:12:31.054Z Downloaded pkg-config v0.3.31
3512026-07-02T18:12:31.054Z Downloaded pem v3.0.5
3522026-07-02T18:12:31.054Z Downloaded stable_deref_trait v1.2.0
3532026-07-02T18:12:31.054Z Downloaded synstructure v0.13.1
3542026-07-02T18:12:31.055Z Downloaded spki v0.7.3
3552026-07-02T18:12:31.055Z Downloaded sha2 v0.10.8
3562026-07-02T18:12:31.055Z Downloaded yoke-derive v0.7.4
3572026-07-02T18:12:31.055Z Downloaded slog-async v2.8.0
3582026-07-02T18:12:31.055Z Downloaded rustversion v1.0.22
3592026-07-02T18:12:31.058Z Downloaded zeroize_derive v1.4.2
3602026-07-02T18:12:31.058Z Downloaded ppv-lite86 v0.2.20
3612026-07-02T18:12:31.058Z Downloaded rand_core v0.6.4
3622026-07-02T18:12:31.058Z Downloaded const-oid v0.9.6
3632026-07-02T18:12:31.058Z Downloaded der_derive v0.7.3
3642026-07-02T18:12:31.061Z Downloaded pkcs8 v0.10.2
3652026-07-02T18:12:31.064Z Downloaded camino v1.1.9
3662026-07-02T18:12:31.065Z Downloaded pin-project-lite v0.2.14
3672026-07-02T18:12:31.067Z Downloaded zerofrom v0.1.4
3682026-07-02T18:12:31.068Z Downloaded ahash v0.8.11
3692026-07-02T18:12:31.071Z Downloaded serde_with_macros v3.14.1
3702026-07-02T18:12:31.071Z Downloaded thiserror v1.0.69
3712026-07-02T18:12:31.075Z Downloaded thiserror-impl v2.0.12
3722026-07-02T18:12:31.075Z Downloaded thiserror-impl v1.0.69
3732026-07-02T18:12:31.075Z Downloaded tls_codec v0.4.1
3742026-07-02T18:12:31.079Z Downloaded getrandom v0.2.15
3752026-07-02T18:12:31.079Z Downloaded tls_codec_derive v0.4.1
3762026-07-02T18:12:31.079Z Downloaded tinystr v0.7.6
3772026-07-02T18:12:31.083Z Downloaded indexmap v1.9.3
3782026-07-02T18:12:31.083Z Downloaded termcolor v1.4.1
3792026-07-02T18:12:31.083Z Downloaded rustls-pki-types v1.14.1
3802026-07-02T18:12:31.084Z Downloaded futures-channel v0.3.31
3812026-07-02T18:12:31.087Z Downloaded smallvec v0.6.14
3822026-07-02T18:12:31.087Z Downloaded pkcs1 v0.7.5
3832026-07-02T18:12:31.087Z Downloaded smallvec v1.14.0
3842026-07-02T18:12:31.087Z Downloaded crc-any v2.5.0
3852026-07-02T18:12:31.090Z Downloaded hybrid-array v0.4.12
3862026-07-02T18:12:31.093Z Downloaded env_logger v0.10.2
3872026-07-02T18:12:31.093Z Downloaded pin-project-internal v1.1.6
3882026-07-02T18:12:31.096Z Downloaded walkdir v2.5.0
3892026-07-02T18:12:31.096Z Downloaded pin-project v1.1.6
3902026-07-02T18:12:31.102Z Downloaded yoke v0.7.4
3912026-07-02T18:12:31.105Z Downloaded zeroize v1.8.1
3922026-07-02T18:12:31.105Z Downloaded xattr v1.3.1
3932026-07-02T18:12:31.106Z Downloaded wyz v0.5.1
3942026-07-02T18:12:31.109Z Downloaded term v1.2.1
3952026-07-02T18:12:31.109Z Downloaded sha2 v0.11.0
3962026-07-02T18:12:31.111Z Downloaded once_cell v1.20.3
3972026-07-02T18:12:31.111Z Downloaded icu_collections v1.5.0
3982026-07-02T18:12:31.114Z Downloaded slog v2.7.0
3992026-07-02T18:12:31.119Z Downloaded anyhow v1.0.96
4002026-07-02T18:12:31.119Z Downloaded getrandom v0.3.3
4012026-07-02T18:12:31.123Z Downloaded crc32fast v1.4.2
4022026-07-02T18:12:31.123Z Downloaded clap v4.5.31
4032026-07-02T18:12:31.127Z Downloaded zerovec-derive v0.10.3
4042026-07-02T18:12:31.127Z Downloaded tinyvec v1.8.0
4052026-07-02T18:12:31.130Z Downloaded zerofrom-derive v0.1.4
4062026-07-02T18:12:31.130Z Downloaded num-traits v0.2.19
4072026-07-02T18:12:31.130Z Downloaded icu_provider v1.5.0
4082026-07-02T18:12:31.134Z Downloaded half v2.7.1
4092026-07-02T18:12:31.137Z Downloaded unicode-ident v1.0.14
4102026-07-02T18:12:31.142Z Downloaded icu_properties v1.5.1
4112026-07-02T18:12:31.145Z Downloaded writeable v0.5.5
4122026-07-02T18:12:31.145Z Downloaded zerocopy v0.6.6
4132026-07-02T18:12:31.145Z Downloaded serde_derive v1.0.228
4142026-07-02T18:12:31.148Z Downloaded ryu v1.0.18
4152026-07-02T18:12:31.152Z Downloaded quote v1.0.38
4162026-07-02T18:12:31.152Z Downloaded proc-macro2 v1.0.93
4172026-07-02T18:12:31.155Z Downloaded tempfile v3.20.0
4182026-07-02T18:12:31.155Z Downloaded const-oid v0.10.2
4192026-07-02T18:12:31.157Z Downloaded darling_core v0.21.3
4202026-07-02T18:12:31.162Z Downloaded spin v0.9.8
4212026-07-02T18:12:31.164Z Downloaded ron v0.8.1
4222026-07-02T18:12:31.166Z Downloaded zerocopy-derive v0.7.35
4232026-07-02T18:12:31.167Z Downloaded toml v0.7.8
4242026-07-02T18:12:31.170Z Downloaded base64 v0.22.1
4252026-07-02T18:12:31.173Z Downloaded libm v0.2.8
4262026-07-02T18:12:31.176Z Downloaded cc v1.2.61
4272026-07-02T18:12:31.179Z Downloaded rustls-webpki v0.103.13
4282026-07-02T18:12:31.184Z Downloaded base64 v0.21.7
4292026-07-02T18:12:31.187Z Downloaded crossbeam-channel v0.5.15
4302026-07-02T18:12:31.190Z Downloaded bytes v1.11.1
4312026-07-02T18:12:31.193Z Downloaded arc-swap v1.7.1
4322026-07-02T18:12:31.196Z Downloaded indexmap v2.7.1
4332026-07-02T18:12:31.200Z Downloaded flate2 v1.0.35
4342026-07-02T18:12:31.208Z Downloaded tar v0.4.46
4352026-07-02T18:12:31.211Z Downloaded rsa v0.9.10
4362026-07-02T18:12:31.211Z Downloaded serde v1.0.228
4372026-07-02T18:12:31.215Z Downloaded rand v0.8.6
4382026-07-02T18:12:31.215Z Downloaded snafu v0.8.5
4392026-07-02T18:12:31.222Z Downloaded toml_edit v0.19.15
4402026-07-02T18:12:31.230Z Downloaded zip v0.6.6
4412026-07-02T18:12:31.233Z Downloaded url v2.5.7
4422026-07-02T18:12:31.236Z Downloaded schemars v1.1.0
4432026-07-02T18:12:31.242Z Downloaded zerocopy-derive v0.8.27
4442026-07-02T18:12:31.245Z Downloaded num-bigint-dig v0.8.6
4452026-07-02T18:12:31.248Z Downloaded idna v1.1.0
4462026-07-02T18:12:31.252Z Downloaded hashbrown v0.15.1
4472026-07-02T18:12:31.255Z Downloaded hashbrown v0.13.2
4482026-07-02T18:12:31.255Z Downloaded x509-cert v0.2.5
4492026-07-02T18:12:31.258Z Downloaded hashbrown v0.12.3
4502026-07-02T18:12:31.261Z Downloaded schemars v0.9.0
4512026-07-02T18:12:31.266Z Downloaded typenum v1.20.1
4522026-07-02T18:12:31.269Z Downloaded typed-path v0.9.3
4532026-07-02T18:12:31.273Z Downloaded unicode-normalization v0.1.24
4542026-07-02T18:12:31.290Z Downloaded tough v0.22.0
4552026-07-02T18:12:31.296Z Downloaded futures-util v0.3.31
4562026-07-02T18:12:31.300Z Downloaded serde_json v1.0.139
4572026-07-02T18:12:31.304Z Downloaded rawzip v0.4.4
4582026-07-02T18:12:31.307Z Downloaded serde_with v3.14.1
4592026-07-02T18:12:31.313Z Downloaded zerovec v0.10.4
4602026-07-02T18:12:31.316Z Downloaded zerocopy v0.7.35
4612026-07-02T18:12:31.324Z Downloaded tokio-util v0.7.15
4622026-07-02T18:12:31.327Z Downloaded aho-corasick v1.1.3
4632026-07-02T18:12:31.330Z Downloaded winnow v0.5.40
4642026-07-02T18:12:31.334Z Downloaded icu_properties_data v1.5.0
4652026-07-02T18:12:31.341Z Downloaded clap_builder v4.5.31
4662026-07-02T18:12:31.356Z Downloaded bitvec v1.0.1
4672026-07-02T18:12:31.363Z Downloaded chrono v0.4.40
4682026-07-02T18:12:31.367Z Downloaded aws-lc-rs v1.16.3
4692026-07-02T18:12:31.375Z Downloaded time v0.3.47
4702026-07-02T18:12:31.383Z Downloaded regex v1.11.1
4712026-07-02T18:12:31.389Z Downloaded syn v1.0.109
4722026-07-02T18:12:31.395Z Downloaded syn v2.0.96
4732026-07-02T18:12:31.399Z Downloaded object v0.30.4
4742026-07-02T18:12:31.404Z Downloaded zerocopy v0.8.27
4752026-07-02T18:12:31.424Z Downloaded regex-syntax v0.8.5
4762026-07-02T18:12:31.428Z Downloaded rustix v0.38.37
4772026-07-02T18:12:31.440Z Downloaded bstr v1.10.0
4782026-07-02T18:12:31.445Z Downloaded rustls v0.23.40
4792026-07-02T18:12:31.453Z Downloaded rustix v1.0.7
4802026-07-02T18:12:31.486Z Downloaded zerocopy-derive v0.6.6
4812026-07-02T18:12:31.500Z Downloaded regex-automata v0.4.8
4822026-07-02T18:12:31.509Z Downloaded bzip2-sys v0.1.11+1.0.8
4832026-07-02T18:12:31.519Z Downloaded libc v0.2.170
4842026-07-02T18:12:31.553Z Downloaded tokio v1.47.2
4852026-07-02T18:12:31.583Z Downloaded ring v0.17.13
4862026-07-02T18:12:32.223Z Downloaded aws-lc-sys v0.40.0
4872026-07-02T18:12:32.411Z Compiling proc-macro2 v1.0.93
4882026-07-02T18:12:32.412Z Compiling unicode-ident v1.0.14
4892026-07-02T18:12:32.412Z Compiling serde_core v1.0.228
4902026-07-02T18:12:33.418Z Compiling serde v1.0.228
4912026-07-02T18:12:33.418Z Compiling libc v0.2.170
4922026-07-02T18:12:33.418Z Compiling cfg-if v1.0.0
4932026-07-02T18:12:33.418Z Compiling autocfg v1.4.0
4942026-07-02T18:12:33.422Z Compiling find-msvc-tools v0.1.9
4952026-07-02T18:12:33.422Z Compiling shlex v1.3.0
4962026-07-02T18:12:33.422Z Compiling version_check v0.9.5
4972026-07-02T18:12:33.422Z Compiling byteorder v1.5.0
4982026-07-02T18:12:33.422Z Compiling typenum v1.20.1
4992026-07-02T18:12:33.422Z Compiling zeroize v1.8.1
5002026-07-02T18:12:33.422Z Compiling memchr v2.7.4
5012026-07-02T18:12:33.422Z Compiling once_cell v1.20.3
5022026-07-02T18:12:33.422Z Compiling libm v0.2.8
5032026-07-02T18:12:33.422Z Compiling jobserver v0.1.32
5042026-07-02T18:12:33.422Z Compiling num-traits v0.2.19
5052026-07-02T18:12:33.422Z Compiling errno v0.3.13
5062026-07-02T18:12:33.440Z Compiling quote v1.0.38
5072026-07-02T18:12:33.484Z Compiling cc v1.2.61
5082026-07-02T18:12:33.504Z Compiling rustix v0.38.37
5092026-07-02T18:12:33.643Z Compiling syn v2.0.96
5102026-07-02T18:12:33.669Z Compiling const-oid v0.9.6
5112026-07-02T18:12:33.694Z Compiling strsim v0.11.1
5122026-07-02T18:12:33.722Z Compiling heck v0.5.0
5132026-07-02T18:12:33.913Z Compiling stable_deref_trait v1.2.0
5142026-07-02T18:12:33.991Z Compiling generic-array v0.14.7
5152026-07-02T18:12:34.000Z Compiling base64ct v1.6.0
5162026-07-02T18:12:34.192Z Compiling smallvec v1.14.0
5172026-07-02T18:12:34.285Z Compiling pem-rfc7468 v0.7.0
5182026-07-02T18:12:34.390Z Compiling getrandom v0.2.15
5192026-07-02T18:12:34.397Z Compiling utf8parse v0.2.2
5202026-07-02T18:12:34.499Z Compiling flagset v0.4.6
5212026-07-02T18:12:34.566Z Compiling log v0.4.22
5222026-07-02T18:12:34.622Z Compiling spin v0.9.8
5232026-07-02T18:12:34.631Z Compiling rand_core v0.6.4
5242026-07-02T18:12:34.689Z Compiling anstyle-parse v0.2.5
5252026-07-02T18:12:34.714Z Compiling cmake v0.1.58
5262026-07-02T18:12:34.749Z Compiling lazy_static v1.5.0
5272026-07-02T18:12:34.757Z Compiling dunce v1.0.5
5282026-07-02T18:12:34.779Z Compiling writeable v0.5.5
5292026-07-02T18:12:34.789Z Compiling anstyle-query v1.1.1
5302026-07-02T18:12:34.828Z Compiling fs_extra v1.3.0
5312026-07-02T18:12:34.839Z Compiling is_terminal_polyfill v1.70.1
5322026-07-02T18:12:34.851Z Compiling syn v1.0.109
5332026-07-02T18:12:34.863Z Compiling litemap v0.7.3
5342026-07-02T18:12:34.883Z Compiling radium v0.7.0
5352026-07-02T18:12:34.919Z Compiling anstyle v1.0.10
5362026-07-02T18:12:35.046Z Compiling colorchoice v1.0.2
5372026-07-02T18:12:35.055Z Compiling crypto-common v0.1.6
5382026-07-02T18:12:35.058Z Compiling block-buffer v0.10.4
5392026-07-02T18:12:35.072Z Compiling aws-lc-sys v0.40.0
5402026-07-02T18:12:35.139Z Compiling anstream v0.6.15
5412026-07-02T18:12:35.150Z Compiling clap_lex v0.7.4
5422026-07-02T18:12:35.173Z Compiling maybe-uninit v2.0.0
5432026-07-02T18:12:35.176Z Compiling pkg-config v0.3.31
5442026-07-02T18:12:35.187Z Compiling itoa v1.0.11
5452026-07-02T18:12:35.195Z Compiling tap v1.0.1
5462026-07-02T18:12:35.295Z Compiling wyz v0.5.1
5472026-07-02T18:12:35.444Z Compiling digest v0.10.7
5482026-07-02T18:12:35.481Z Compiling num-integer v0.1.46
5492026-07-02T18:12:35.491Z Compiling is-terminal v0.4.13
5502026-07-02T18:12:35.625Z Compiling ahash v0.8.11
5512026-07-02T18:12:35.663Z Compiling slog v2.7.0
5522026-07-02T18:12:35.677Z Compiling bzip2-sys v0.1.11+1.0.8
5532026-07-02T18:12:35.720Z Compiling futures-core v0.3.31
5542026-07-02T18:12:35.861Z Compiling subtle v2.6.1
5552026-07-02T18:12:35.870Z Compiling packed_struct v0.10.1
5562026-07-02T18:12:35.880Z Compiling hex v0.4.3
5572026-07-02T18:12:35.960Z Compiling num-bigint-dig v0.8.6
5582026-07-02T18:12:35.996Z Compiling funty v2.0.0
5592026-07-02T18:12:36.035Z Compiling icu_locid_transform_data v1.5.0
5602026-07-02T18:12:36.193Z Compiling num-iter v0.1.45
5612026-07-02T18:12:36.220Z Compiling slab v0.4.9
5622026-07-02T18:12:36.265Z Compiling indexmap v1.9.3
5632026-07-02T18:12:36.297Z Compiling crc32fast v1.4.2
5642026-07-02T18:12:36.447Z Compiling bitvec v1.0.1
5652026-07-02T18:12:36.478Z Compiling getrandom v0.3.3
5662026-07-02T18:12:36.487Z Compiling nodrop v0.1.14
5672026-07-02T18:12:36.571Z Compiling synstructure v0.13.1
5682026-07-02T18:12:36.676Z Compiling rustix v1.0.7
5692026-07-02T18:12:36.797Z Compiling crc-catalog v2.4.0
5702026-07-02T18:12:36.887Z Compiling futures-sink v0.3.31
5712026-07-02T18:12:36.985Z Compiling cpufeatures v0.2.14
5722026-07-02T18:12:37.010Z Compiling fnv v1.0.7
5732026-07-02T18:12:37.051Z Compiling pin-project-lite v0.2.14
5742026-07-02T18:12:37.069Z Compiling thiserror v1.0.69
5752026-07-02T18:12:37.101Z Compiling serde_json v1.0.139
5762026-07-02T18:12:37.110Z Compiling zerocopy v0.8.27
5772026-07-02T18:12:37.139Z Compiling hashbrown v0.15.1
5782026-07-02T18:12:37.318Z Compiling equivalent v1.0.1
5792026-07-02T18:12:37.366Z Compiling ident_case v1.0.1
5802026-07-02T18:12:37.399Z Compiling icu_properties_data v1.5.0
5812026-07-02T18:12:37.481Z Compiling aws-lc-rs v1.16.3
5822026-07-02T18:12:37.526Z Compiling darling_core v0.21.3
5832026-07-02T18:12:37.654Z Compiling indexmap v2.7.1
5842026-07-02T18:12:37.764Z Compiling sha2 v0.10.8
5852026-07-02T18:12:37.832Z Compiling serde_derive v1.0.228
5862026-07-02T18:12:37.884Z Compiling zerofrom-derive v0.1.4
5872026-07-02T18:12:37.979Z Compiling zerocopy-derive v0.7.35
5882026-07-02T18:12:38.194Z Compiling yoke-derive v0.7.4
5892026-07-02T18:12:38.197Z Compiling zerovec-derive v0.10.3
5902026-07-02T18:12:38.820Z Compiling zerocopy v0.7.35
5912026-07-02T18:12:39.106Z Compiling zerofrom v0.1.4
5922026-07-02T18:12:39.194Z Compiling displaydoc v0.2.5
5932026-07-02T18:12:39.208Z Compiling yoke v0.7.4
5942026-07-02T18:12:39.230Z Compiling der_derive v0.7.3
5952026-07-02T18:12:39.348Z Compiling ppv-lite86 v0.2.20
5962026-07-02T18:12:39.375Z Compiling zerovec v0.10.4
5972026-07-02T18:12:39.385Z Compiling icu_provider_macros v1.5.0
5982026-07-02T18:12:39.611Z Compiling zerocopy-derive v0.6.6
5992026-07-02T18:12:39.664Z Compiling rand_chacha v0.3.1
6002026-07-02T18:12:39.914Z Compiling clap_derive v4.5.28
6012026-07-02T18:12:39.936Z Compiling rand v0.8.6
6022026-07-02T18:12:39.958Z Compiling packed_struct_codegen v0.10.1
6032026-07-02T18:12:40.172Z Compiling der v0.7.9
6042026-07-02T18:12:40.268Z Compiling tinystr v0.7.6
6052026-07-02T18:12:40.394Z Compiling icu_collections v1.5.0
6062026-07-02T18:12:40.413Z Compiling icu_locid v1.5.0
6072026-07-02T18:12:40.465Z Compiling zerocopy v0.6.6
6082026-07-02T18:12:41.013Z Compiling bitflags v2.6.0
6092026-07-02T18:12:41.021Z Compiling icu_provider v1.5.0
6102026-07-02T18:12:41.062Z Compiling spki v0.7.3
6112026-07-02T18:12:41.265Z Compiling pkcs8 v0.10.2
6122026-07-02T18:12:41.421Z Compiling icu_locid_transform v1.5.0
6132026-07-02T18:12:41.490Z Compiling pkcs1 v0.7.5
6142026-07-02T18:12:41.551Z Compiling toml_datetime v0.6.8
6152026-07-02T18:12:41.593Z Compiling serde_spanned v0.6.8
6162026-07-02T18:12:41.732Z Compiling zerocopy-derive v0.8.27
6172026-07-02T18:12:41.788Z Compiling thiserror-impl v1.0.69
6182026-07-02T18:12:41.906Z Compiling crc v3.2.1
6192026-07-02T18:12:42.198Z Compiling terminal_size v0.4.0
6202026-07-02T18:12:42.333Z Compiling clap_builder v4.5.31
6212026-07-02T18:12:42.345Z Compiling icu_properties v1.5.1
6222026-07-02T18:12:42.365Z Compiling array-init v0.0.4
6232026-07-02T18:12:42.640Z Compiling smallvec v0.6.14
6242026-07-02T18:12:42.704Z Compiling signature v2.2.0
6252026-07-02T18:12:42.824Z Compiling hybrid-array v0.4.12
6262026-07-02T18:12:42.843Z Compiling aho-corasick v1.1.3
6272026-07-02T18:12:42.915Z Compiling bitfield v0.14.0
6282026-07-02T18:12:42.945Z Compiling thiserror v2.0.12
6292026-07-02T18:12:42.988Z Compiling utf16_iter v1.0.5
6302026-07-02T18:12:43.055Z Compiling write16 v1.0.0
6312026-07-02T18:12:43.117Z Compiling winnow v0.5.40
6322026-07-02T18:12:43.145Z Compiling rustversion v1.0.22
6332026-07-02T18:12:43.248Z Compiling termcolor v1.4.1
6342026-07-02T18:12:43.268Z Compiling paste v1.0.15
6352026-07-02T18:12:43.483Z Compiling hashbrown v0.12.3
6362026-07-02T18:12:43.567Z Compiling base64 v0.21.7
6372026-07-02T18:12:43.613Z Compiling utf8_iter v1.0.4
6382026-07-02T18:12:43.761Z Compiling ryu v1.0.18
6392026-07-02T18:12:43.876Z Compiling clap v4.5.31
6402026-07-02T18:12:43.943Z Compiling icu_normalizer_data v1.5.0
6412026-07-02T18:12:43.943Z Compiling regex-syntax v0.8.5
6422026-07-02T18:12:43.960Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
6432026-07-02T18:12:44.013Z Compiling icu_normalizer v1.5.0
6442026-07-02T18:12:44.552Z Compiling toml_edit v0.19.15
6452026-07-02T18:12:44.815Z Compiling ron v0.8.1
6462026-07-02T18:12:44.964Z Compiling env_logger v0.10.2
6472026-07-02T18:12:45.504Z Compiling regex-automata v0.4.8
6482026-07-02T18:12:46.041Z Compiling rsa v0.9.10
6492026-07-02T18:12:46.054Z Compiling serde-hex v0.1.0
6502026-07-02T18:12:46.785Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
6512026-07-02T18:12:46.901Z Compiling x509-cert v0.2.5
6522026-07-02T18:12:47.375Z Compiling hashbrown v0.13.2
6532026-07-02T18:12:47.767Z Compiling darling_macro v0.21.3
6542026-07-02T18:12:47.780Z Compiling futures-macro v0.3.31
6552026-07-02T18:12:47.838Z Compiling thiserror-impl v2.0.12
6562026-07-02T18:12:47.877Z Compiling bzip2 v0.4.4
6572026-07-02T18:12:48.084Z Compiling futures-channel v0.3.31
6582026-07-02T18:12:48.304Z Compiling futures-io v0.3.31
6592026-07-02T18:12:48.323Z Compiling futures-task v0.3.31
6602026-07-02T18:12:48.466Z Compiling crc-any v2.5.0
6612026-07-02T18:12:48.494Z Compiling iana-time-zone v0.1.61
6622026-07-02T18:12:48.588Z Compiling fastrand v2.1.1
6632026-07-02T18:12:48.675Z Compiling untrusted v0.7.1
6642026-07-02T18:12:48.699Z Compiling crossbeam-utils v0.8.21
6652026-07-02T18:12:48.719Z Compiling pin-utils v0.1.0
6662026-07-02T18:12:48.785Z Compiling tinyvec_macros v0.1.1
6672026-07-02T18:12:48.792Z Compiling futures-util v0.3.31
6682026-07-02T18:12:48.848Z Compiling tinyvec v1.8.0
6692026-07-02T18:12:48.856Z Compiling tempfile v3.20.0
6702026-07-02T18:12:48.872Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
6712026-07-02T18:12:49.007Z Compiling chrono v0.4.40
6722026-07-02T18:12:49.035Z Compiling darling v0.21.3
6732026-07-02T18:12:49.111Z Compiling zip v0.6.6
6742026-07-02T18:12:49.138Z Compiling object v0.30.4
6752026-07-02T18:12:49.271Z Compiling half v2.7.1
6762026-07-02T18:12:49.473Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
6772026-07-02T18:12:49.549Z Compiling toml v0.7.8
6782026-07-02T18:12:50.083Z Compiling idna_adapter v1.2.0
6792026-07-02T18:12:50.226Z Compiling crypto-common v0.2.2
6802026-07-02T18:12:50.261Z Compiling block-buffer v0.12.1
6812026-07-02T18:12:50.272Z Compiling daft-derive v0.1.1
6822026-07-02T18:12:50.383Z Compiling tokio-macros v2.5.0
6832026-07-02T18:12:50.410Z Compiling pin-project-internal v1.1.6
6842026-07-02T18:12:50.459Z Compiling rustls-pki-types v1.14.1
6852026-07-02T18:12:51.002Z Compiling path-slash v0.1.5
6862026-07-02T18:12:51.016Z Compiling rustls v0.23.40
6872026-07-02T18:12:51.114Z Compiling const-oid v0.10.2
6882026-07-02T18:12:51.132Z Compiling percent-encoding v2.3.2
6892026-07-02T18:12:51.141Z Compiling untrusted v0.9.0
6902026-07-02T18:12:51.208Z Compiling bytes v1.11.1
6912026-07-02T18:12:51.226Z Compiling powerfmt v0.2.0
6922026-07-02T18:12:51.252Z Compiling ciborium-io v0.2.2
6932026-07-02T18:12:51.320Z Compiling camino v1.1.9
6942026-07-02T18:12:51.329Z Compiling num-conv v0.2.2
6952026-07-02T18:12:51.341Z Compiling time-core v0.1.8
6962026-07-02T18:12:51.438Z Compiling deranged v0.5.8
6972026-07-02T18:12:51.478Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
6982026-07-02T18:12:51.485Z Compiling time-macros v0.2.27
6992026-07-02T18:12:51.540Z Compiling pin-project v1.1.6
7002026-07-02T18:12:51.636Z Compiling ciborium-ll v0.2.2
7012026-07-02T18:12:51.688Z Compiling tokio v1.47.2
7022026-07-02T18:12:51.844Z Compiling form_urlencoded v1.2.2
7032026-07-02T18:12:51.854Z Compiling digest v0.11.3
7042026-07-02T18:12:52.017Z Compiling daft v0.1.1
7052026-07-02T18:12:52.026Z Compiling futures-executor v0.3.31
7062026-07-02T18:12:52.231Z Compiling strum_macros v0.26.4
7072026-07-02T18:12:52.240Z Compiling idna v1.1.0
7082026-07-02T18:12:52.308Z Compiling unicode-normalization v0.1.24
7092026-07-02T18:12:52.401Z Compiling serde_with_macros v3.14.1
7102026-07-02T18:12:52.781Z Compiling xattr v1.3.1
7112026-07-02T18:12:52.952Z Compiling snafu-derive v0.8.5
7122026-07-02T18:12:52.987Z Compiling byte-wrapper v0.1.0
7132026-07-02T18:12:52.999Z Compiling bstr v1.10.0
7142026-07-02T18:12:53.155Z Compiling filetime v0.2.25
7152026-07-02T18:12:53.240Z Compiling thread_local v1.1.8
7162026-07-02T18:12:53.330Z Compiling same-file v1.0.6
7172026-07-02T18:12:53.477Z Compiling semver v1.0.25
7182026-07-02T18:12:53.497Z Compiling adler2 v2.0.0
7192026-07-02T18:12:53.511Z Compiling slog-async v2.8.0
7202026-07-02T18:12:53.515Z Compiling arc-swap v1.7.1
7212026-07-02T18:12:53.626Z Compiling base64 v0.22.1
7222026-07-02T18:12:53.794Z Compiling slog-scope v4.4.0
7232026-07-02T18:12:53.804Z Compiling miniz_oxide v0.8.0
7242026-07-02T18:12:53.849Z Compiling serde_with v3.14.1
7252026-07-02T18:12:53.868Z Compiling strum v0.26.3
7262026-07-02T18:12:53.970Z Compiling pem v3.0.5
7272026-07-02T18:12:53.990Z Compiling walkdir v2.5.0
7282026-07-02T18:12:54.081Z Compiling globset v0.4.15
7292026-07-02T18:12:54.327Z Compiling tokio-util v0.7.15
7302026-07-02T18:12:54.327Z Compiling tar v0.4.46
7312026-07-02T18:12:54.655Z Compiling snafu v0.8.5
7322026-07-02T18:12:54.719Z Compiling tufaceous-artifact v0.2.0 (/work/oxidecomputer/tufaceous/artifact)
7332026-07-02T18:12:54.851Z Compiling crossbeam-channel v0.5.15
7342026-07-02T18:12:55.038Z Compiling olpc-cjson v0.1.4
7352026-07-02T18:12:55.196Z Compiling url v2.5.7
7362026-07-02T18:12:55.292Z Compiling time v0.3.47
7372026-07-02T18:12:55.331Z Compiling futures v0.3.31
7382026-07-02T18:12:55.340Z Compiling ciborium v0.2.2
7392026-07-02T18:12:55.808Z Compiling serde_plain v1.0.2
7402026-07-02T18:12:55.863Z Compiling async-recursion v1.1.1
7412026-07-02T18:12:55.928Z Compiling async-trait v0.1.86
7422026-07-02T18:12:55.999Z Compiling dyn-clone v1.0.18
7432026-07-02T18:12:56.010Z Compiling cpufeatures v0.3.0
7442026-07-02T18:12:56.040Z Compiling take_mut v0.2.2
7452026-07-02T18:12:56.080Z Compiling term v1.2.1
7462026-07-02T18:12:56.120Z Compiling typed-path v0.9.3
7472026-07-02T18:12:56.142Z Compiling anyhow v1.0.96
7482026-07-02T18:12:56.417Z Compiling slog-term v2.9.2
7492026-07-02T18:12:56.548Z Compiling sha2 v0.11.0
7502026-07-02T18:12:56.671Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
7512026-07-02T18:12:56.681Z Compiling camino-tempfile v1.4.1
7522026-07-02T18:12:56.807Z Compiling tufaceous-brand-metadata v0.2.0 (/work/oxidecomputer/tufaceous/brand-metadata)
7532026-07-02T18:12:56.893Z Compiling flate2 v1.0.35
7542026-07-02T18:12:56.916Z Compiling slog-stdlog v4.1.1
7552026-07-02T18:12:57.047Z Compiling digest-io v0.1.0
7562026-07-02T18:12:57.110Z Compiling atomicwrites v0.4.4
7572026-07-02T18:12:57.167Z Compiling regex v1.11.1
7582026-07-02T18:12:57.302Z Compiling rawzip v0.4.4
7592026-07-02T18:12:57.468Z Compiling slog-envlogger v2.2.0
7602026-07-02T18:13:02.248Z Compiling rustls-webpki v0.103.13
7612026-07-02T18:13:04.918Z Compiling tough v0.22.0
7622026-07-02T18:13:06.883Z Compiling tufaceous v0.2.0 (/work/oxidecomputer/tufaceous/lib)
7632026-07-02T18:13:08.853Z Compiling tufaceous-bin v0.2.0 (/work/oxidecomputer/tufaceous/bin)
7642026-07-02T18:13:16.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.50s
7652026-07-02T18:13:16.294Z
7662026-07-02T18:13:16.299Zreal 49.634881765
7672026-07-02T18:13:16.299Zuser 3:00.701673168
7682026-07-02T18:13:16.300Zsys 37.000095362
7692026-07-02T18:13:16.300Ztrap 0.096839893
7702026-07-02T18:13:16.300Ztflt 0.388413210
7712026-07-02T18:13:16.300Zdflt 0.346703391
7722026-07-02T18:13:16.300Zkflt 0.016841319
7732026-07-02T18:13:16.300Zlock 9:18.912432531
7742026-07-02T18:13:16.300Zslp 9:30.454629926
7752026-07-02T18:13:16.300Zlat 11.201360623
7762026-07-02T18:13:16.300Zstop 32.114096198
7772026-07-02T18:13:16.301Z+ banner build-all
7782026-07-02T18:13:16.301Z
7792026-07-02T18:13:16.301Z ##### # # # # ##### ## # #
7802026-07-02T18:13:16.301Z # # # # # # # # # # # #
7812026-07-02T18:13:16.301Z ##### # # # # # # ##### # # # #
7822026-07-02T18:13:16.301Z # # # # # # # # ###### # #
7832026-07-02T18:13:16.301Z # # # # # # # # # # # #
7842026-07-02T18:13:16.301Z ##### #### # ###### ##### # # ###### ######
7852026-07-02T18:13:16.301Z
7862026-07-02T18:13:16.301Z+ ptime -m cargo build --all-features --all-targets
7872026-07-02T18:13:16.374Z Downloading crates ...
7882026-07-02T18:13:16.473Z Downloaded tokio-test v0.4.5
7892026-07-02T18:13:16.480Z Downloaded structmeta v0.3.0
7902026-07-02T18:13:16.483Z Downloaded rand_xorshift v0.3.0
7912026-07-02T18:13:16.483Z Downloaded wait-timeout v0.2.0
7922026-07-02T18:13:16.483Z Downloaded structmeta-derive v0.3.0
7932026-07-02T18:13:16.486Z Downloaded unarray v0.1.4
7942026-07-02T18:13:16.493Z Downloaded newline-converter v0.3.0
7952026-07-02T18:13:16.497Z Downloaded bit-set v0.5.3
7962026-07-02T18:13:16.498Z Downloaded serde_derive_internals v0.29.1
7972026-07-02T18:13:16.498Z Downloaded rusty-fork v0.3.0
7982026-07-02T18:13:16.498Z Downloaded quick-error v1.2.3
7992026-07-02T18:13:16.501Z Downloaded schemars_derive v0.8.22
8002026-07-02T18:13:16.505Z Downloaded bit-vec v0.6.3
8012026-07-02T18:13:16.505Z Downloaded test-strategy v0.4.0
8022026-07-02T18:13:16.509Z Downloaded console v0.15.10
8032026-07-02T18:13:16.513Z Downloaded unicode-segmentation v1.12.0
8042026-07-02T18:13:16.517Z Downloaded tokio-stream v0.1.18
8052026-07-02T18:13:16.517Z Downloaded similar v2.7.0
8062026-07-02T18:13:16.520Z Downloaded schemars v0.8.22
8072026-07-02T18:13:16.526Z Downloaded expectorate v1.1.0
8082026-07-02T18:13:16.542Z Downloaded proptest v1.5.0
8092026-07-02T18:13:16.545Z Downloaded unicode-width v0.2.0
8102026-07-02T18:13:16.595Z Compiling num-traits v0.2.19
8112026-07-02T18:13:16.633Z Compiling fnv v1.0.7
8122026-07-02T18:13:16.639Z Compiling ppv-lite86 v0.2.20
8132026-07-02T18:13:16.643Z Compiling serde_derive_internals v0.29.1
8142026-07-02T18:13:16.649Z Compiling schemars v0.8.22
8152026-07-02T18:13:16.653Z Compiling structmeta-derive v0.3.0
8162026-07-02T18:13:16.658Z Compiling wait-timeout v0.2.0
8172026-07-02T18:13:16.664Z Compiling bit-vec v0.6.3
8182026-07-02T18:13:16.704Z Compiling quick-error v1.2.3
8192026-07-02T18:13:16.798Z Compiling bit-set v0.5.3
8202026-07-02T18:13:16.848Z Compiling rusty-fork v0.3.0
8212026-07-02T18:13:16.873Z Compiling darling_core v0.21.3
8222026-07-02T18:13:16.933Z Compiling rand_chacha v0.3.1
8232026-07-02T18:13:16.940Z Compiling rand_xorshift v0.3.0
8242026-07-02T18:13:16.946Z Compiling unarray v0.1.4
8252026-07-02T18:13:17.040Z Compiling tokio v1.47.2
8262026-07-02T18:13:17.090Z Compiling unicode-segmentation v1.12.0
8272026-07-02T18:13:17.185Z Compiling rand v0.8.6
8282026-07-02T18:13:17.356Z Compiling schemars_derive v0.8.22
8292026-07-02T18:13:17.379Z Compiling unicode-width v0.2.0
8302026-07-02T18:13:17.474Z Compiling newline-converter v0.3.0
8312026-07-02T18:13:17.574Z Compiling num-integer v0.1.46
8322026-07-02T18:13:17.587Z Compiling chrono v0.4.40
8332026-07-02T18:13:17.642Z Compiling console v0.15.10
8342026-07-02T18:13:17.664Z Compiling structmeta v0.3.0
8352026-07-02T18:13:17.847Z Compiling num-iter v0.1.45
8362026-07-02T18:13:17.852Z Compiling test-strategy v0.4.0
8372026-07-02T18:13:17.884Z Compiling proptest v1.5.0
8382026-07-02T18:13:17.929Z Compiling num-bigint-dig v0.8.6
8392026-07-02T18:13:18.300Z Compiling similar v2.7.0
8402026-07-02T18:13:18.998Z Compiling rsa v0.9.10
8412026-07-02T18:13:19.043Z Compiling darling_macro v0.21.3
8422026-07-02T18:13:19.103Z Compiling slog-term v2.9.2
8432026-07-02T18:13:19.136Z Compiling expectorate v1.1.0
8442026-07-02T18:13:19.265Z Compiling byte-wrapper v0.1.0
8452026-07-02T18:13:19.411Z Compiling slog-envlogger v2.2.0
8462026-07-02T18:13:19.555Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
8472026-07-02T18:13:19.582Z Compiling darling v0.21.3
8482026-07-02T18:13:19.654Z Compiling serde_with_macros v3.14.1
8492026-07-02T18:13:19.693Z Compiling tokio-util v0.7.15
8502026-07-02T18:13:19.702Z Compiling tokio-stream v0.1.18
8512026-07-02T18:13:19.952Z Compiling tough v0.22.0
8522026-07-02T18:13:20.075Z Compiling tokio-test v0.4.5
8532026-07-02T18:13:20.467Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
8542026-07-02T18:13:20.761Z Compiling serde_with v3.14.1
8552026-07-02T18:13:20.975Z Compiling tufaceous-artifact v0.2.0 (/work/oxidecomputer/tufaceous/artifact)
8562026-07-02T18:13:21.689Z Compiling tufaceous-brand-metadata v0.2.0 (/work/oxidecomputer/tufaceous/brand-metadata)
8572026-07-02T18:13:22.029Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
8582026-07-02T18:13:22.972Z Compiling tufaceous v0.2.0 (/work/oxidecomputer/tufaceous/lib)
8592026-07-02T18:13:25.010Z Compiling tufaceous-bin v0.2.0 (/work/oxidecomputer/tufaceous/bin)
8602026-07-02T18:13:35.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.27s
8612026-07-02T18:13:35.636Z
8622026-07-02T18:13:35.636Zreal 19.323687570
8632026-07-02T18:13:35.636Zuser 1:40.014800255
8642026-07-02T18:13:35.639Zsys 15.798175994
8652026-07-02T18:13:35.639Ztrap 0.040070122
8662026-07-02T18:13:35.639Ztflt 0.053089187
8672026-07-02T18:13:35.639Zdflt 0.281570828
8682026-07-02T18:13:35.640Zkflt 0.000014394
8692026-07-02T18:13:35.640Zlock 5:53.546350281
8702026-07-02T18:13:35.640Zslp 5:50.441520310
8712026-07-02T18:13:35.640Zlat 5.033960650
8722026-07-02T18:13:35.640Zstop 7.293202746
8732026-07-02T18:13:35.640Z+ banner test
8742026-07-02T18:13:35.640Z
8752026-07-02T18:13:35.640Z ##### ###### #### #####
8762026-07-02T18:13:35.640Z # # # #
8772026-07-02T18:13:35.640Z # ##### #### #
8782026-07-02T18:13:35.641Z # # # #
8792026-07-02T18:13:35.641Z # # # # #
8802026-07-02T18:13:35.641Z # ###### #### #
8812026-07-02T18:13:35.641Z
8822026-07-02T18:13:35.641Z+ ptime -m cargo nextest run --all-features --all-targets
8832026-07-02T18:13:36.078Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
8842026-07-02T18:13:36.123Z────────────
8852026-07-02T18:13:36.123Z Nextest run ID 12f4177d-763f-4bb6-bd84-823e09e1fe22 with nextest profile: default
8862026-07-02T18:13:36.123Z Starting 35 tests across 7 binaries
8872026-07-02T18:13:36.132Z PASS [ 0.007s] ( 1/35) tufaceous error::tests::error_display_chain_doesnt_repeat
8882026-07-02T18:13:36.136Z PASS [ 0.008s] ( 2/35) tufaceous repo::v1::tests::mpsc_reader_empty
8892026-07-02T18:13:36.136Z PASS [ 0.008s] ( 3/35) tufaceous repo::v1::tests::mpsc_reader
8902026-07-02T18:13:36.136Z PASS [ 0.009s] ( 4/35) tufaceous edit::measurement_corpus::tests::guess_partial_input
8912026-07-02T18:13:36.154Z PASS [ 0.030s] ( 5/35) tufaceous edit::root::tests::generate_verify
8922026-07-02T18:13:36.161Z PASS [ 0.037s] ( 6/35) tufaceous edit::editor::tests::empty_artifact
8932026-07-02T18:13:36.189Z PASS [ 0.035s] ( 7/35) tufaceous::tests no_artifacts
8942026-07-02T18:13:36.217Z PASS [ 0.094s] ( 8/35) tufaceous::check fake_checks_out
8952026-07-02T18:13:36.221Z PASS [ 0.091s] ( 9/35) tufaceous::check missing_installinator
8962026-07-02T18:13:36.225Z PASS [ 0.034s] (10/35) tufaceous::v1_compatibility v1_fake
8972026-07-02T18:13:36.228Z PASS [ 0.006s] (11/35) tufaceous-artifact artifact::tests::display_respects_padding
8982026-07-02T18:13:36.231Z PASS [ 0.006s] (12/35) tufaceous-artifact artifact::tests::fromstr_works
8992026-07-02T18:13:36.231Z PASS [ 0.013s] (13/35) tufaceous::v1_compatibility v1_fake_without_compat
9002026-07-02T18:13:36.234Z PASS [ 0.006s] (14/35) tufaceous-artifact map::tests::from_optional_string
9012026-07-02T18:13:36.238Z PASS [ 0.006s] (15/35) tufaceous-artifact metadata::tests::default_is_empty
9022026-07-02T18:13:36.238Z PASS [ 0.006s] (16/35) tufaceous-artifact metadata::tests::deserialize_previously_valid
9032026-07-02T18:13:36.242Z PASS [ 0.006s] (17/35) tufaceous-artifact rkth::tests::ensure_consistency
9042026-07-02T18:13:36.245Z PASS [ 0.006s] (18/35) tufaceous-artifact tags::tests::rot_rkth
9052026-07-02T18:13:36.245Z PASS [ 0.011s] (19/35) tufaceous-artifact metadata::tests::metadata_roundtrip
9062026-07-02T18:13:36.248Z PASS [ 0.117s] (20/35) tufaceous::tests compute_archive_sha256
9072026-07-02T18:13:36.251Z PASS [ 0.006s] (21/35) tufaceous-artifact version::tests::display_respects_padding
9082026-07-02T18:13:36.281Z PASS [ 0.040s] (22/35) tufaceous-artifact tags::tests::tags_roundtrip
9092026-07-02T18:13:36.284Z PASS [ 0.149s] (23/35) tufaceous::tests it_works
9102026-07-02T18:13:36.284Z PASS [ 0.038s] (24/35) tufaceous-artifact version::tests::proptest_invalid_version
9112026-07-02T18:13:36.284Z PASS [ 0.035s] (25/35) tufaceous-artifact version::tests::proptest_valid_version
9122026-07-02T18:13:36.284Z PASS [ 0.035s] (26/35) tufaceous-artifact version::tests::proptest_version_serde_roundtrip
9132026-07-02T18:13:36.287Z PASS [ 0.007s] (27/35) tufaceous-artifact version::tests::schema
9142026-07-02T18:13:36.290Z PASS [ 0.008s] (28/35) tufaceous-bin::bin/tufaceous load::tests::test_force_load
9152026-07-02T18:13:36.290Z PASS [ 0.129s] (29/35) tufaceous::tests verify_targets
9162026-07-02T18:13:36.290Z PASS [ 0.007s] (30/35) tufaceous-bin::bin/tufaceous load::tests::test_trust_roots_conflicts
9172026-07-02T18:13:36.290Z PASS [ 0.007s] (31/35) tufaceous-bin::bin/tufaceous load::tests::test_trust_roots_required
9182026-07-02T18:13:36.294Z PASS [ 0.007s] (32/35) tufaceous-bin::bin/tufaceous sign::tests::test_flags
9192026-07-02T18:13:36.294Z PASS [ 0.161s] (33/35) tufaceous::tests inconsistent_fake
9202026-07-02T18:13:36.294Z PASS [ 0.006s] (34/35) tufaceous-brand-metadata tests::test_deserialize
9212026-07-02T18:13:37.226Z PASS [ 1.102s] (35/35) tufaceous edit::fake::tests::fake_artifacts_equals_fake_repo
9222026-07-02T18:13:37.230Z────────────
9232026-07-02T18:13:37.230Z Summary [ 1.103s] 35 tests run: 35 passed, 0 skipped
9242026-07-02T18:13:37.233Z
9252026-07-02T18:13:37.233Zreal 1.589140743
9262026-07-02T18:13:37.233Zuser 1.421224961
9272026-07-02T18:13:37.233Zsys 0.448591264
9282026-07-02T18:13:37.233Ztrap 0.001777456
9292026-07-02T18:13:37.233Ztflt 0.000142291
9302026-07-02T18:13:37.233Zdflt 0.000165921
9312026-07-02T18:13:37.233Zkflt 0.000000000
9322026-07-02T18:13:37.233Zlock 13.010975836
9332026-07-02T18:13:37.234Zslp 1.866326619
9342026-07-02T18:13:37.234Zlat 0.332570799
9352026-07-02T18:13:37.234Zstop 0.111997578
9362026-07-02T18:13:37.234Z+ banner doctest
9372026-07-02T18:13:37.237Z
9382026-07-02T18:13:37.237Z ##### #### #### ##### ###### #### #####
9392026-07-02T18:13:37.237Z # # # # # # # # # #
9402026-07-02T18:13:37.237Z # # # # # # ##### #### #
9412026-07-02T18:13:37.237Z # # # # # # # # #
9422026-07-02T18:13:37.237Z # # # # # # # # # # #
9432026-07-02T18:13:37.237Z ##### #### #### # ###### #### #
9442026-07-02T18:13:37.237Z
9452026-07-02T18:13:37.238Z+ ptime -m cargo test --doc --all-features
9462026-07-02T18:13:37.392Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
9472026-07-02T18:13:37.406Z Doc-tests tufaceous
9482026-07-02T18:13:44.033Z
9492026-07-02T18:13:44.033Zrunning 1 test
9502026-07-02T18:13:44.118Ztest lib/src/repo.rs - repo::Repository::fake (line 72) ... ok
9512026-07-02T18:13:44.118Z
9522026-07-02T18:13:44.118Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
9532026-07-02T18:13:44.118Z
9542026-07-02T18:13:44.129Zall doctests ran in 6.52s; merged doctests compilation took 6.42s
9552026-07-02T18:13:44.149Z Doc-tests tufaceous_artifact
9562026-07-02T18:13:46.623Z
9572026-07-02T18:13:46.623Zrunning 2 tests
9582026-07-02T18:13:46.626Ztest artifact/src/set.rs - set::ArtifactSet::filter_tags (line 110) ... ok
9592026-07-02T18:13:46.626Ztest artifact/src/tags.rs - tags::DisplayTags (line 332) ... ok
9602026-07-02T18:13:46.626Z
9612026-07-02T18:13:46.626Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9622026-07-02T18:13:46.626Z
9632026-07-02T18:13:46.631Zall doctests ran in 2.34s; merged doctests compilation took 2.33s
9642026-07-02T18:13:46.645Z Doc-tests tufaceous_brand_metadata
9652026-07-02T18:13:46.721Z
9662026-07-02T18:13:46.721Zrunning 0 tests
9672026-07-02T18:13:46.721Z
9682026-07-02T18:13:46.721Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
9692026-07-02T18:13:46.721Z
9702026-07-02T18:13:46.741Z
9712026-07-02T18:13:46.745Zreal 9.491997469
9722026-07-02T18:13:46.745Zuser 7.563045285
9732026-07-02T18:13:46.745Zsys 1.747792579
9742026-07-02T18:13:46.745Ztrap 0.000966221
9752026-07-02T18:13:46.745Ztflt 0.041045918
9762026-07-02T18:13:46.745Zdflt 0.014628219
9772026-07-02T18:13:46.745Zkflt 0.000000000
9782026-07-02T18:13:46.745Zlock 30.630929253
9792026-07-02T18:13:46.745Zslp 45.577137821
9802026-07-02T18:13:46.746Zlat 0.022568154
9812026-07-02T18:13:46.746Zstop 0.129891149
9822026-07-02T18:13:46.746Zprocess exited: duration 131967 ms, exit code 0
 
9832026-07-02T18:13:46.752Zfound 0 output files