01KQFN6K4ZX6D1M8QFKVN8YD2T: 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: 01KQFN6TXJ3EAVCGV1A3Z3E575

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-30T16:58:45.738Zjob assigned to worker 01KQFN6YKATCPN7MZ17D0P8T3A [factory aws, i-002ea30ad0d16d254] (queued for 46 s)
 
22026-04-30T16:58:52.853Zstarting task 0: "setup"
32026-04-30T16:58:52.858Z++ uname -s
42026-04-30T16:58:52.861Z+ kern=SunOS
52026-04-30T16:58:52.861Z+ build_user=build
62026-04-30T16:58:52.862Z+ build_uid=12345
72026-04-30T16:58:52.862Z+ work_dir=/work
82026-04-30T16:58:52.862Z+ input_dir=/input
92026-04-30T16:58:52.862Z+ [[ 0 == 12345 ]]
102026-04-30T16:58:52.862Z+ case "$kern" in
112026-04-30T16:58:52.862Z+ groupadd -g 12345 build
122026-04-30T16:58:52.862Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-30T16:58:54.870Z+ zfs create -o mountpoint=/work rpool/work
142026-04-30T16:58:54.933Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-30T16:58:54.936Z+ home_fs=zfs
162026-04-30T16:58:54.936Z+ [[ zfs == autofs ]]
172026-04-30T16:58:54.936Z+ mkdir -p /home/build
182026-04-30T16:58:54.936Z+ chown build:build /home/build /work
192026-04-30T16:58:56.938Z+ chmod 0700 /home/build /work
202026-04-30T16:58:56.942Zprocess exited: duration 4088 ms, exit code 0
 
212026-04-30T16:58:56.949Zstarting task 1: "rust-toolchain"
222026-04-30T16:58:56.953Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-30T16:58:56.953Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-30T16:58:56.953Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-04-30T16:58:56.953Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-30T16:58:56.953Z * rust toolchain channel = "1.94.0"
272026-04-30T16:58:56.953Z * rust toolchain profile = "default"
282026-04-30T16:58:56.956Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-30T16:58:56.956Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-30T16:58:57.079Zinfo: downloading installer
312026-04-30T16:58:58.442Zwarn: It looks like you have an existing installation of Rust at:
322026-04-30T16:58:58.442Zwarn: /opt/ooce/bin
332026-04-30T16:58:58.442Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-30T16:58:58.442Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-30T16:58:58.442Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-30T16:58:58.442Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-30T16:58:58.443Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-30T16:58:58.443Zerror: cannot install while Rust is installed
392026-04-30T16:58:58.443Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-30T16:58:58.446Zwarn: It looks like you have an existing rustup settings file at:
412026-04-30T16:58:58.446Zwarn: /home/build/.rustup/settings.toml
422026-04-30T16:58:58.446Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-30T16:58:58.446Zwarn: instead of the one inferred from the default host triple.
442026-04-30T16:58:58.456Zinfo: profile set to default
452026-04-30T16:58:58.456Zinfo: default host triple is x86_64-unknown-illumos
462026-04-30T16:58:58.459Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-30T16:58:58.594Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-30T16:58:58.597Zinfo: downloading 6 components
492026-04-30T16:59:13.065Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-30T16:59:13.065Z
512026-04-30T16:59:13.092Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-30T16:59:13.092Z
532026-04-30T16:59:13.092Z
542026-04-30T16:59:13.092ZRust is installed now. Great!
552026-04-30T16:59:13.092Z
562026-04-30T16:59:13.092ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-30T16:59:13.092Zenvironment variable. This has not been done automatically.
582026-04-30T16:59:13.092Z
592026-04-30T16:59:13.092ZTo configure your current shell, you need to source
602026-04-30T16:59:13.092Zthe corresponding env file under $HOME/.cargo.
612026-04-30T16:59:13.093Z
622026-04-30T16:59:13.093ZThis is usually done by running one of the following (note the leading DOT):
632026-04-30T16:59:13.093Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-30T16:59:13.093Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-30T16:59:13.093Zsource "~/.cargo/env.nu" # For nushell
662026-04-30T16:59:13.099Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-30T16:59:13.099Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-30T16:59:13.099Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-30T16:59:13.099Zwarn: no default linker (`cc`) was found in your PATH
702026-04-30T16:59:13.099Zwarn: many Rust crates require a system C toolchain to build
712026-04-30T16:59:13.177Z+ rustup --version
722026-04-30T16:59:13.185Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-30T16:59:13.189Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-30T16:59:13.212Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-30T16:59:13.216Z+ cargo --version
762026-04-30T16:59:13.222Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-30T16:59:13.248Z+ rustc --version
782026-04-30T16:59:13.252Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-30T16:59:13.252Zprocess exited: duration 16295 ms, exit code 0
 
802026-04-30T16:59:13.271Zstarting task 2: "authentication"
812026-04-30T16:59:13.280Zprocess exited: duration 19 ms, exit code 0
 
822026-04-30T16:59:13.290Zstarting task 3: "clone repository"
832026-04-30T16:59:13.295Z+ mkdir -p /work/oxidecomputer/tufaceous
842026-04-30T16:59:13.311Z+ git clone https://github.com/oxidecomputer/tufaceous /work/oxidecomputer/tufaceous
852026-04-30T16:59:13.325ZCloning into '/work/oxidecomputer/tufaceous'...
862026-04-30T16:59:14.302Z+ cd /work/oxidecomputer/tufaceous
872026-04-30T16:59:14.302Z+ git fetch origin 588f0e1b760ecb26c3d6f537abf8bb01f0224c7b
882026-04-30T16:59:14.728ZFrom https://github.com/oxidecomputer/tufaceous
892026-04-30T16:59:14.728Z * branch 588f0e1b760ecb26c3d6f537abf8bb01f0224c7b -> FETCH_HEAD
902026-04-30T16:59:14.733Z+ [[ -n iliana/tough-0.22 ]]
912026-04-30T16:59:14.737Z++ git branch --show-current
922026-04-30T16:59:14.737Z+ current=main
932026-04-30T16:59:14.737Z+ [[ main != iliana/tough-0.22 ]]
942026-04-30T16:59:14.737Z+ git branch -f iliana/tough-0.22 588f0e1b760ecb26c3d6f537abf8bb01f0224c7b
952026-04-30T16:59:14.740Z+ git checkout -f iliana/tough-0.22
962026-04-30T16:59:14.743ZSwitched to branch 'iliana/tough-0.22'
972026-04-30T16:59:14.743Z+ git reset --hard 588f0e1b760ecb26c3d6f537abf8bb01f0224c7b
982026-04-30T16:59:14.747ZHEAD is now at 588f0e1 update tough, dropshot, aws-lc-rs, others
992026-04-30T16:59:14.761Zprocess exited: duration 1457 ms, exit code 0
 
1002026-04-30T16:59:14.777Zstarting task 4: "build"
1012026-04-30T16:59:14.783Z+ source .github/buildomat/ci-env.sh
1022026-04-30T16:59:14.783Z++ export CARGO_TERM_COLOR=always
1032026-04-30T16:59:14.783Z++ CARGO_TERM_COLOR=always
1042026-04-30T16:59:14.783Z++ export 'RUSTFLAGS=-D warnings'
1052026-04-30T16:59:14.783Z++ RUSTFLAGS='-D warnings'
1062026-04-30T16:59:14.783Z++ export CARGO_INCREMENTAL=0
1072026-04-30T16:59:14.783Z++ CARGO_INCREMENTAL=0
1082026-04-30T16:59:14.783Z+++ uname -s
1092026-04-30T16:59:14.783Z++ HOST_OS=SunOS
1102026-04-30T16:59:14.783Z++ [[ SunOS == \S\u\n\O\S ]]
1112026-04-30T16:59:14.784Z++ CLANGVER=15
1122026-04-30T16:59:14.784Z++ pfexec pkg install -v build-essential pkg-config pkg:/ooce/developer/clang-15
1132026-04-30T16:59:23.291Z Startup: Refreshing catalog 'helios-dev' ... Done
1142026-04-30T16:59:30.607Z Startup: Caching catalogs ... Done
1152026-04-30T16:59:38.652ZPlanning: Solver setup ... Done (5.013s)
1162026-04-30T16:59:38.668ZPlanning: Running solver ... Done (0.035s)
1172026-04-30T16:59:38.668ZPlanning: Finding local manifests ... Done (0.003s)
1182026-04-30T16:59:38.668ZPlanning: Fetching manifests: 0/3 0% complete
1192026-04-30T16:59:38.668ZPlanning: Fetching manifests: 3/3 100% complete
1202026-04-30T16:59:38.668ZPlanning: Package planning ... Done (0.030s)
1212026-04-30T16:59:38.668ZPlanning: Merging actions ... Done (0.026s)
1222026-04-30T16:59:38.668ZPlanning: Checking for conflicting actions ... Done (0.112s)
1232026-04-30T16:59:38.668ZPlanning: Consolidating action changes ... Done (0.007s)
1242026-04-30T16:59:38.675ZPlanning: Evaluating mediators ... Done (0.776s)
1252026-04-30T16:59:38.675ZPlanning: Planning completed in 7.51 seconds
1262026-04-30T16:59:38.675Z Packages to install: 3
1272026-04-30T16:59:38.675Z Mediators to change: 2
1282026-04-30T16:59:38.675Z Services to change: 1
1292026-04-30T16:59:38.675Z Estimated space available: 155.47 GB
1302026-04-30T16:59:38.675ZEstimated space to be consumed: 1.85 GB
1312026-04-30T16:59:38.675Z Create boot environment: No
1322026-04-30T16:59:38.675ZCreate backup boot environment: No
1332026-04-30T16:59:38.675Z Rebuild boot archive: No
1342026-04-30T16:59:38.675Z
1352026-04-30T16:59:38.675ZChanged mediators:
1362026-04-30T16:59:38.675Z mediator clang:
1372026-04-30T16:59:38.675Z version: None -> 15 (system default)
1382026-04-30T16:59:38.675Z
1392026-04-30T16:59:38.675Z mediator llvm:
1402026-04-30T16:59:38.675Z version: 14 (system default) -> 15 (system default)
1412026-04-30T16:59:38.675Z
1422026-04-30T16:59:38.675ZChanged packages:
1432026-04-30T16:59:38.675Zhelios-dev
1442026-04-30T16:59:38.675Z developer/build-essential
1452026-04-30T16:59:38.675Z None -> 11-2.0
1462026-04-30T16:59:38.675Z ooce/developer/clang-15
1472026-04-30T16:59:38.675Z None -> 15.0.7-2.0
1482026-04-30T16:59:38.675Z ooce/developer/llvm-15
1492026-04-30T16:59:38.675Z None -> 15.0.7-2.0
1502026-04-30T16:59:38.676Z
1512026-04-30T16:59:38.676ZServices:
1522026-04-30T16:59:38.676Z restart_fmri:
1532026-04-30T16:59:38.676Z svc:/system/update-man-index:default
1542026-04-30T16:59:38.676Z
1552026-04-30T16:59:38.676ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1562026-04-30T16:59:43.345ZDownload: 2709/3076 items 119.7/211.3MB 56% complete (24.2M/s)
1572026-04-30T16:59:46.125ZDownload: Completed 211.31 MB in 7.78 seconds (27.2M/s)
1582026-04-30T16:59:46.362Z Actions: 1/3430 actions (Installing new actions)
1592026-04-30T16:59:49.486Z Actions: Completed 3430 actions in 3.12 seconds.
1602026-04-30T16:59:50.160Z Done (0.671s)
1612026-04-30T16:59:50.160Z Done (0.000s)
1622026-04-30T16:59:50.887Z Done (0.727s)
1632026-04-30T16:59:53.756Z Done (2.525s)
1642026-04-30T16:59:53.829Z Done (0.013s)
1652026-04-30T16:59:53.834Z Done (0.000s)
1662026-04-30T16:59:54.191Z Done (0.000s)
1672026-04-30T16:59:54.845Z++ (( rc != 4 && rc != 0 ))
1682026-04-30T16:59:54.845Z++ pfexec pkg set-mediator -V 15 clang llvm
1692026-04-30T16:59:55.039ZPlanning: Evaluating mediator changes ... Done
1702026-04-30T16:59:55.146ZPlanning: Checking for conflicting actions ... Done
1712026-04-30T16:59:55.149ZPlanning: Consolidating action changes ... Done
1722026-04-30T16:59:55.303ZPlanning: Evaluating mediators ... Done
1732026-04-30T16:59:55.307ZPlanning: Planning completed in 0.27 seconds
1742026-04-30T16:59:55.324Z Mediators to change: 2
1752026-04-30T16:59:55.324Z Create boot environment: No
1762026-04-30T16:59:55.324ZCreate backup boot environment: No
1772026-04-30T16:59:55.447Z Done
1782026-04-30T16:59:55.448Z Done
1792026-04-30T16:59:56.043Z Done
1802026-04-30T16:59:58.496Z Done
1812026-04-30T16:59:58.565Z Done
1822026-04-30T16:59:58.569Z Done
1832026-04-30T16:59:58.727Z Done
1842026-04-30T16:59:58.800Z+ cargo --version
1852026-04-30T16:59:58.810Zcargo 1.94.0 (85eff7c80 2026-01-15)
1862026-04-30T16:59:58.814Z+ rustc --version
1872026-04-30T16:59:58.832Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1882026-04-30T16:59:58.835Z+ curl -sSfL --retry 10 https://get.nexte.st/latest/illumos
1892026-04-30T16:59:58.835Z+ gunzip
1902026-04-30T16:59:58.839Z+ tar -xvf - -C /home/build/.cargo/bin
1912026-04-30T17:00:00.322Zx cargo-nextest, 22307000 bytes, 43569 tape blocks
1922026-04-30T17:00:00.325Z+ banner build
1932026-04-30T17:00:00.325Z
1942026-04-30T17:00:00.325Z ##### # # # # #####
1952026-04-30T17:00:00.325Z # # # # # # # #
1962026-04-30T17:00:00.325Z ##### # # # # # #
1972026-04-30T17:00:00.325Z # # # # # # # #
1982026-04-30T17:00:00.325Z # # # # # # # #
1992026-04-30T17:00:00.325Z ##### #### # ###### #####
2002026-04-30T17:00:00.325Z
2012026-04-30T17:00:00.325Z+ ptime -m cargo build
2022026-04-30T17:00:00.433Z Updating crates.io index
2032026-04-30T17:00:00.436Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2042026-04-30T17:00:00.979Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2052026-04-30T17:00:01.292Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2062026-04-30T17:00:01.644Z Updating git repository `https://github.com/oxidecomputer/tlvc`
2072026-04-30T17:00:03.651Z Downloading crates ...
2082026-04-30T17:00:03.724Z Downloaded bitflags v2.6.0
2092026-04-30T17:00:03.730Z Downloaded cfg-if v1.0.0
2102026-04-30T17:00:03.730Z Downloaded indexmap v1.9.3
2112026-04-30T17:00:03.730Z Downloaded anyhow v1.0.96
2122026-04-30T17:00:03.737Z Downloaded atomic-waker v1.1.2
2132026-04-30T17:00:03.740Z Downloaded packed_struct_codegen v0.10.1
2142026-04-30T17:00:03.740Z Downloaded is_terminal_polyfill v1.70.1
2152026-04-30T17:00:03.743Z Downloaded nodrop v0.1.14
2162026-04-30T17:00:03.743Z Downloaded indent_write v2.2.0
2172026-04-30T17:00:03.746Z Downloaded icu_properties_data v1.5.0
2182026-04-30T17:00:03.749Z Downloaded parse-size v1.1.0
2192026-04-30T17:00:03.752Z Downloaded num-integer v0.1.46
2202026-04-30T17:00:03.752Z Downloaded crc v3.2.1
2212026-04-30T17:00:03.756Z Downloaded byteorder v1.5.0
2222026-04-30T17:00:03.756Z Downloaded adler2 v2.0.0
2232026-04-30T17:00:03.756Z Downloaded itoa v1.0.11
2242026-04-30T17:00:03.760Z Downloaded anstyle-query v1.1.1
2252026-04-30T17:00:03.760Z Downloaded httparse v1.9.5
2262026-04-30T17:00:03.760Z Downloaded httpdate v1.0.3
2272026-04-30T17:00:03.763Z Downloaded lazy_static v1.5.0
2282026-04-30T17:00:03.765Z Downloaded powerfmt v0.2.0
2292026-04-30T17:00:03.766Z Downloaded serde_spanned v0.6.8
2302026-04-30T17:00:03.768Z Downloaded filetime v0.2.25
2312026-04-30T17:00:03.768Z Downloaded futures-task v0.3.32
2322026-04-30T17:00:03.772Z Downloaded num_threads v0.1.7
2332026-04-30T17:00:03.775Z Downloaded futures-io v0.3.32
2342026-04-30T17:00:03.775Z Downloaded async-recursion v1.1.1
2352026-04-30T17:00:03.778Z Downloaded path-slash v0.1.5
2362026-04-30T17:00:03.778Z Downloaded futures-core v0.3.32
2372026-04-30T17:00:03.781Z Downloaded jobserver v0.1.32
2382026-04-30T17:00:03.781Z Downloaded serde_urlencoded v0.7.1
2392026-04-30T17:00:03.785Z Downloaded form_urlencoded v1.2.2
2402026-04-30T17:00:03.785Z Downloaded flagset v0.4.6
2412026-04-30T17:00:03.785Z Downloaded ipnet v2.10.1
2422026-04-30T17:00:03.785Z Downloaded camino-tempfile v1.4.1
2432026-04-30T17:00:03.788Z Downloaded radium v0.7.0
2442026-04-30T17:00:03.788Z Downloaded num-iter v0.1.45
2452026-04-30T17:00:03.788Z Downloaded percent-encoding v2.3.2
2462026-04-30T17:00:03.788Z Downloaded async-trait v0.1.89
2472026-04-30T17:00:03.792Z Downloaded num-conv v0.2.1
2482026-04-30T17:00:03.792Z Downloaded array-init v0.0.4
2492026-04-30T17:00:03.792Z Downloaded mime v0.3.17
2502026-04-30T17:00:03.795Z Downloaded block-buffer v0.10.4
2512026-04-30T17:00:03.795Z Downloaded der_derive v0.7.3
2522026-04-30T17:00:03.795Z Downloaded base64ct v1.6.0
2532026-04-30T17:00:03.799Z Downloaded same-file v1.0.6
2542026-04-30T17:00:03.802Z Downloaded fastrand v2.1.1
2552026-04-30T17:00:03.802Z Downloaded colorchoice v1.0.2
2562026-04-30T17:00:03.805Z Downloaded fnv v1.0.7
2572026-04-30T17:00:03.805Z Downloaded crypto-common v0.1.6
2582026-04-30T17:00:03.808Z Downloaded humantime v2.1.0
2592026-04-30T17:00:03.808Z Downloaded packed_struct v0.10.1
2602026-04-30T17:00:03.808Z Downloaded funty v2.0.0
2612026-04-30T17:00:03.811Z Downloaded clap_lex v0.7.4
2622026-04-30T17:00:03.811Z Downloaded paste v1.0.15
2632026-04-30T17:00:03.815Z Downloaded olpc-cjson v0.1.4
2642026-04-30T17:00:03.815Z Downloaded anstyle v1.0.10
2652026-04-30T17:00:03.818Z Downloaded http-body v1.0.1
2662026-04-30T17:00:03.818Z Downloaded dunce v1.0.5
2672026-04-30T17:00:03.818Z Downloaded dyn-clone v1.0.18
2682026-04-30T17:00:03.822Z Downloaded rand_chacha v0.3.1
2692026-04-30T17:00:03.822Z Downloaded maybe-uninit v2.0.0
2702026-04-30T17:00:03.822Z Downloaded idna_adapter v1.2.0
2712026-04-30T17:00:03.822Z Downloaded errno v0.3.13
2722026-04-30T17:00:03.825Z Downloaded futures-sink v0.3.32
2732026-04-30T17:00:03.825Z Downloaded crc-catalog v2.4.0
2742026-04-30T17:00:03.829Z Downloaded scopeguard v1.2.0
2752026-04-30T17:00:03.829Z Downloaded heck v0.5.0
2762026-04-30T17:00:03.832Z Downloaded equivalent v1.0.1
2772026-04-30T17:00:03.832Z Downloaded hex v0.4.3
2782026-04-30T17:00:03.832Z Downloaded futures-macro v0.3.32
2792026-04-30T17:00:03.832Z Downloaded generic-array v0.14.7
2802026-04-30T17:00:03.835Z Downloaded icu_provider_macros v1.5.0
2812026-04-30T17:00:03.838Z Downloaded debug-ignore v1.0.5
2822026-04-30T17:00:03.841Z Downloaded buf-list v1.0.3
2832026-04-30T17:00:03.841Z Downloaded anstyle-parse v0.2.5
2842026-04-30T17:00:03.844Z Downloaded cpufeatures v0.2.14
2852026-04-30T17:00:03.847Z Downloaded daft-derive v0.1.1
2862026-04-30T17:00:03.848Z Downloaded serde_plain v1.0.2
2872026-04-30T17:00:03.851Z Downloaded find-msvc-tools v0.1.9
2882026-04-30T17:00:03.854Z Downloaded anstream v0.6.15
2892026-04-30T17:00:03.855Z Downloaded parking_lot_core v0.9.10
2902026-04-30T17:00:03.858Z Downloaded is-terminal v0.4.13
2912026-04-30T17:00:03.858Z Downloaded fs-err v2.11.0
2922026-04-30T17:00:03.858Z Downloaded cmake v0.1.58
2932026-04-30T17:00:03.858Z Downloaded addr2line v0.24.2
2942026-04-30T17:00:03.861Z Downloaded env_logger v0.10.2
2952026-04-30T17:00:03.861Z Downloaded serde_path_to_error v0.1.20
2962026-04-30T17:00:03.864Z Downloaded icu_locid_transform v1.5.0
2972026-04-30T17:00:03.864Z Downloaded deranged v0.5.8
2982026-04-30T17:00:03.867Z Downloaded bzip2 v0.4.4
2992026-04-30T17:00:03.867Z Downloaded iana-time-zone v0.1.61
3002026-04-30T17:00:03.867Z Downloaded pin-project-lite v0.2.14
3012026-04-30T17:00:03.871Z Downloaded subtle v2.6.1
3022026-04-30T17:00:03.874Z Downloaded pem-rfc7468 v0.7.0
3032026-04-30T17:00:03.874Z Downloaded camino v1.2.2
3042026-04-30T17:00:03.874Z Downloaded parking_lot v0.12.3
3052026-04-30T17:00:03.877Z Downloaded once_cell v1.20.3
3062026-04-30T17:00:03.880Z Downloaded stable_deref_trait v1.2.0
3072026-04-30T17:00:03.884Z Downloaded http-body-util v0.1.3
3082026-04-30T17:00:03.884Z Downloaded strum v0.26.3
3092026-04-30T17:00:03.887Z Downloaded either v1.14.0
3102026-04-30T17:00:03.887Z Downloaded autocfg v1.4.0
3112026-04-30T17:00:03.887Z Downloaded digest v0.10.7
3122026-04-30T17:00:03.890Z Downloaded take_mut v0.2.2
3132026-04-30T17:00:03.890Z Downloaded time-core v0.1.8
3142026-04-30T17:00:03.891Z Downloaded terminal_size v0.4.0
3152026-04-30T17:00:03.891Z Downloaded strsim v0.11.1
3162026-04-30T17:00:03.895Z Downloaded thread_local v1.1.8
3172026-04-30T17:00:03.895Z Downloaded erased-serde v0.3.31
3182026-04-30T17:00:03.895Z Downloaded bitfield v0.14.0
3192026-04-30T17:00:03.895Z Downloaded lock_api v0.4.12
3202026-04-30T17:00:03.898Z Downloaded litemap v0.7.3
3212026-04-30T17:00:03.898Z Downloaded signal-hook-registry v1.4.2
3222026-04-30T17:00:03.898Z Downloaded serde-hex v0.1.0
3232026-04-30T17:00:03.901Z Downloaded tinyvec_macros v0.1.1
3242026-04-30T17:00:03.901Z Downloaded fs_extra v1.3.0
3252026-04-30T17:00:03.905Z Downloaded tokio-macros v2.7.0
3262026-04-30T17:00:03.905Z Downloaded signature v2.2.0
3272026-04-30T17:00:03.905Z Downloaded toml_datetime v0.6.8
3282026-04-30T17:00:03.908Z Downloaded rustc-demangle v0.1.24
3292026-04-30T17:00:03.908Z Downloaded rand_core v0.6.4
3302026-04-30T17:00:03.908Z Downloaded ppv-lite86 v0.2.20
3312026-04-30T17:00:03.908Z Downloaded pkcs8 v0.10.2
3322026-04-30T17:00:03.911Z Downloaded slab v0.4.9
3332026-04-30T17:00:03.911Z Downloaded shlex v1.3.0
3342026-04-30T17:00:03.911Z Downloaded const-oid v0.9.6
3352026-04-30T17:00:03.914Z Downloaded quote v1.0.38
3362026-04-30T17:00:03.914Z Downloaded pkg-config v0.3.31
3372026-04-30T17:00:03.917Z Downloaded pem v3.0.5
3382026-04-30T17:00:03.920Z Downloaded console v0.15.10
3392026-04-30T17:00:03.920Z Downloaded tower-service v0.3.3
3402026-04-30T17:00:03.923Z Downloaded rustversion v1.0.17
3412026-04-30T17:00:03.929Z Downloaded semver v1.0.28
3422026-04-30T17:00:03.932Z Downloaded try-lock v0.2.5
3432026-04-30T17:00:03.932Z Downloaded sync_wrapper v1.0.1
3442026-04-30T17:00:03.932Z Downloaded tower-layer v0.3.3
3452026-04-30T17:00:03.933Z Downloaded slog-term v2.9.2
3462026-04-30T17:00:03.936Z Downloaded slog-envlogger v2.2.0
3472026-04-30T17:00:03.936Z Downloaded pin-project-internal v1.1.6
3482026-04-30T17:00:03.936Z Downloaded smallvec v0.6.14
3492026-04-30T17:00:03.939Z Downloaded pkcs1 v0.7.5
3502026-04-30T17:00:03.939Z Downloaded ryu v1.0.18
3512026-04-30T17:00:03.942Z Downloaded serde_derive v1.0.228
3522026-04-30T17:00:03.942Z Downloaded icu_locid v1.5.0
3532026-04-30T17:00:03.945Z Downloaded slog-scope v4.4.0
3542026-04-30T17:00:03.945Z Downloaded utf16_iter v1.0.5
3552026-04-30T17:00:03.945Z Downloaded tap v1.0.1
3562026-04-30T17:00:03.949Z Downloaded spki v0.7.3
3572026-04-30T17:00:03.949Z Downloaded utf8_iter v1.0.4
3582026-04-30T17:00:03.949Z Downloaded termcolor v1.4.1
3592026-04-30T17:00:03.949Z Downloaded strum_macros v0.26.4
3602026-04-30T17:00:03.952Z Downloaded slog-stdlog v4.1.1
3612026-04-30T17:00:03.952Z Downloaded utf8parse v0.2.2
3622026-04-30T17:00:03.952Z Downloaded want v0.3.1
3632026-04-30T17:00:03.952Z Downloaded xattr v1.3.1
3642026-04-30T17:00:03.957Z Downloaded write16 v1.0.0
3652026-04-30T17:00:03.957Z Downloaded version_check v0.9.5
3662026-04-30T17:00:03.957Z Downloaded thiserror-impl v1.0.69
3672026-04-30T17:00:03.957Z Downloaded zerofrom-derive v0.1.4
3682026-04-30T17:00:03.957Z Downloaded zerofrom v0.1.4
3692026-04-30T17:00:03.957Z Downloaded thiserror-impl v2.0.18
3702026-04-30T17:00:03.961Z Downloaded thiserror v1.0.69
3712026-04-30T17:00:03.961Z Downloaded crc32fast v1.4.2
3722026-04-30T17:00:03.961Z Downloaded futures-executor v0.3.32
3732026-04-30T17:00:03.964Z Downloaded rustls-pki-types v1.14.1
3742026-04-30T17:00:03.964Z Downloaded futures-channel v0.3.32
3752026-04-30T17:00:03.964Z Downloaded ahash v0.8.11
3762026-04-30T17:00:03.967Z Downloaded displaydoc v0.2.5
3772026-04-30T17:00:03.967Z Downloaded sha2 v0.10.8
3782026-04-30T17:00:03.970Z Downloaded yoke-derive v0.7.4
3792026-04-30T17:00:03.970Z Downloaded tinystr v0.7.6
3802026-04-30T17:00:03.973Z Downloaded time-macros v0.2.27
3812026-04-30T17:00:03.973Z Downloaded log v0.4.22
3822026-04-30T17:00:03.973Z Downloaded crossbeam-utils v0.8.21
3832026-04-30T17:00:03.976Z Downloaded synstructure v0.13.1
3842026-04-30T17:00:03.976Z Downloaded zeroize_derive v1.4.2
3852026-04-30T17:00:03.976Z Downloaded tls_codec_derive v0.4.1
3862026-04-30T17:00:03.979Z Downloaded tls_codec v0.4.1
3872026-04-30T17:00:03.979Z Downloaded getrandom v0.3.3
3882026-04-30T17:00:03.982Z Downloaded clap_derive v4.5.28
3892026-04-30T17:00:03.982Z Downloaded untrusted v0.9.0
3902026-04-30T17:00:03.983Z Downloaded untrusted v0.7.1
3912026-04-30T17:00:03.983Z Downloaded crc-any v2.5.0
3922026-04-30T17:00:03.986Z Downloaded miniz_oxide v0.8.0
3932026-04-30T17:00:03.986Z Downloaded icu_normalizer v1.5.0
3942026-04-30T17:00:03.989Z Downloaded icu_properties v1.5.1
3952026-04-30T17:00:03.989Z Downloaded slog-async v2.8.0
3962026-04-30T17:00:03.992Z Downloaded num-traits v0.2.19
3972026-04-30T17:00:03.995Z Downloaded smallvec v1.14.0
3982026-04-30T17:00:03.998Z Downloaded spin v0.9.8
3992026-04-30T17:00:03.998Z Downloaded snafu-derive v0.8.5
4002026-04-30T17:00:04.003Z Downloaded term v1.2.1
4012026-04-30T17:00:04.006Z Downloaded walkdir v2.5.0
4022026-04-30T17:00:04.009Z Downloaded globset v0.4.15
4032026-04-30T17:00:04.009Z Downloaded daft v0.1.1
4042026-04-30T17:00:04.009Z Downloaded zerovec-derive v0.10.3
4052026-04-30T17:00:04.012Z Downloaded writeable v0.5.5
4062026-04-30T17:00:04.013Z Downloaded tempfile v3.20.0
4072026-04-30T17:00:04.013Z Downloaded serde_core v1.0.228
4082026-04-30T17:00:04.016Z Downloaded pin-project v1.1.6
4092026-04-30T17:00:04.021Z Downloaded yoke v0.7.4
4102026-04-30T17:00:04.025Z Downloaded ron v0.8.1
4112026-04-30T17:00:04.028Z Downloaded wyz v0.5.1
4122026-04-30T17:00:04.028Z Downloaded tinyvec v1.8.0
4132026-04-30T17:00:04.028Z Downloaded thiserror v2.0.18
4142026-04-30T17:00:04.032Z Downloaded icu_provider v1.5.0
4152026-04-30T17:00:04.033Z Downloaded icu_locid_transform_data v1.5.0
4162026-04-30T17:00:04.036Z Downloaded getrandom v0.2.15
4172026-04-30T17:00:04.036Z Downloaded bytes v1.11.1
4182026-04-30T17:00:04.039Z Downloaded base64 v0.21.7
4192026-04-30T17:00:04.042Z Downloaded zmij v1.0.21
4202026-04-30T17:00:04.042Z Downloaded base64 v0.22.1
4212026-04-30T17:00:04.045Z Downloaded der v0.7.9
4222026-04-30T17:00:04.045Z Downloaded cc v1.2.61
4232026-04-30T17:00:04.049Z Downloaded socket2 v0.6.3
4242026-04-30T17:00:04.049Z Downloaded icu_normalizer_data v1.5.0
4252026-04-30T17:00:04.052Z Downloaded unicode-ident v1.0.14
4262026-04-30T17:00:04.052Z Downloaded typenum v1.17.0
4272026-04-30T17:00:04.055Z Downloaded arc-swap v1.7.1
4282026-04-30T17:00:04.061Z Downloaded proc-macro2 v1.0.93
4292026-04-30T17:00:04.064Z Downloaded rsa v0.9.6
4302026-04-30T17:00:04.067Z Downloaded zerocopy v0.6.6
4312026-04-30T17:00:04.071Z Downloaded zeroize v1.8.1
4322026-04-30T17:00:04.071Z Downloaded toml v0.8.20
4332026-04-30T17:00:04.074Z Downloaded icu_collections v1.5.0
4342026-04-30T17:00:04.077Z Downloaded futures v0.3.32
4352026-04-30T17:00:04.080Z Downloaded memchr v2.7.4
4362026-04-30T17:00:04.083Z Downloaded crossbeam-channel v0.5.15
4372026-04-30T17:00:04.083Z Downloaded backtrace v0.3.74
4382026-04-30T17:00:04.086Z Downloaded tar v0.4.45
4392026-04-30T17:00:04.089Z Downloaded snafu v0.8.5
4402026-04-30T17:00:04.093Z Downloaded slog v2.8.2
4412026-04-30T17:00:04.096Z Downloaded zerocopy-derive v0.7.35
4422026-04-30T17:00:04.099Z Downloaded clap v4.5.31
4432026-04-30T17:00:04.102Z Downloaded serde v1.0.228
4442026-04-30T17:00:04.105Z Downloaded hashbrown v0.12.3
4452026-04-30T17:00:04.108Z Downloaded toml v0.7.8
4462026-04-30T17:00:04.116Z Downloaded tracing-core v0.1.32
4472026-04-30T17:00:04.119Z Downloaded hyper-util v0.1.20
4482026-04-30T17:00:04.122Z Downloaded num-bigint-dig v0.8.4
4492026-04-30T17:00:04.125Z Downloaded hashbrown v0.13.2
4502026-04-30T17:00:04.125Z Downloaded flate2 v1.0.35
4512026-04-30T17:00:04.128Z Downloaded rand v0.8.6
4522026-04-30T17:00:04.131Z Downloaded rustls-webpki v0.103.13
4532026-04-30T17:00:04.134Z Downloaded mio v1.2.0
4542026-04-30T17:00:04.137Z Downloaded zip v0.6.6
4552026-04-30T17:00:04.137Z Downloaded tracing v0.1.40
4562026-04-30T17:00:04.141Z Downloaded indexmap v2.14.0
4572026-04-30T17:00:04.144Z Downloaded http v1.4.0
4582026-04-30T17:00:04.144Z Downloaded toml_edit v0.19.15
4592026-04-30T17:00:04.153Z Downloaded toml_edit v0.22.24
4602026-04-30T17:00:04.165Z Downloaded url v2.5.8
4612026-04-30T17:00:04.168Z Downloaded libm v0.2.8
4622026-04-30T17:00:04.171Z Downloaded x509-cert v0.2.5
4632026-04-30T17:00:04.174Z Downloaded tower v0.5.2
4642026-04-30T17:00:04.178Z Downloaded tokio-util v0.7.13
4652026-04-30T17:00:04.182Z Downloaded hashbrown v0.17.0
4662026-04-30T17:00:04.185Z Downloaded idna v1.1.0
4672026-04-30T17:00:04.192Z Downloaded itertools v0.13.0
4682026-04-30T17:00:04.199Z Downloaded zip v4.2.0
4692026-04-30T17:00:04.202Z Downloaded typed-path v0.9.3
4702026-04-30T17:00:04.205Z Downloaded unicode-normalization v0.1.24
4712026-04-30T17:00:04.208Z Downloaded futures-util v0.3.32
4722026-04-30T17:00:04.213Z Downloaded serde_json v1.0.149
4732026-04-30T17:00:04.216Z Downloaded h2 v0.4.6
4742026-04-30T17:00:04.220Z Downloaded hyper v1.9.0
4752026-04-30T17:00:04.223Z Downloaded clap_builder v4.5.31
4762026-04-30T17:00:04.231Z Downloaded aho-corasick v1.1.3
4772026-04-30T17:00:04.234Z Downloaded zerocopy v0.7.35
4782026-04-30T17:00:04.242Z Downloaded winnow v0.5.40
4792026-04-30T17:00:04.246Z Downloaded zerovec v0.10.4
4802026-04-30T17:00:04.250Z Downloaded aws-lc-rs v1.16.2
4812026-04-30T17:00:04.254Z Downloaded reqwest v0.12.12
4822026-04-30T17:00:04.259Z Downloaded chrono v0.4.44
4832026-04-30T17:00:04.263Z Downloaded tough v0.22.0
4842026-04-30T17:00:04.267Z Downloaded syn v1.0.109
4852026-04-30T17:00:04.272Z Downloaded gimli v0.31.1
4862026-04-30T17:00:04.276Z Downloaded bitvec v1.0.1
4872026-04-30T17:00:04.284Z Downloaded bstr v1.10.0
4882026-04-30T17:00:04.289Z Downloaded winnow v0.7.3
4892026-04-30T17:00:04.294Z Downloaded regex v1.11.1
4902026-04-30T17:00:04.301Z Downloaded object v0.30.4
4912026-04-30T17:00:04.306Z Downloaded time v0.3.47
4922026-04-30T17:00:04.313Z Downloaded object v0.36.5
4932026-04-30T17:00:04.333Z Downloaded zerocopy-derive v0.6.6
4942026-04-30T17:00:04.338Z Downloaded unicode-width v0.2.0
4952026-04-30T17:00:04.341Z Downloaded syn v2.0.117
4962026-04-30T17:00:04.354Z Downloaded bzip2-sys v0.1.11+1.0.8
4972026-04-30T17:00:04.360Z Downloaded regex-syntax v0.8.5
4982026-04-30T17:00:04.366Z Downloaded rustls v0.23.40
4992026-04-30T17:00:04.376Z Downloaded rustix v1.0.7
5002026-04-30T17:00:04.387Z Downloaded rustix v0.38.37
5012026-04-30T17:00:04.398Z Downloaded tokio v1.52.1
5022026-04-30T17:00:04.539Z Downloaded regex-automata v0.4.8
5032026-04-30T17:00:04.541Z Downloaded libc v0.2.186
5042026-04-30T17:00:04.542Z Downloaded ring v0.17.13
5052026-04-30T17:00:05.001Z Downloaded aws-lc-sys v0.39.1
5062026-04-30T17:00:05.191Z Compiling proc-macro2 v1.0.93
5072026-04-30T17:00:05.191Z Compiling unicode-ident v1.0.14
5082026-04-30T17:00:05.191Z Compiling serde_core v1.0.228
5092026-04-30T17:00:05.191Z Compiling serde v1.0.228
5102026-04-30T17:00:05.191Z Compiling libc v0.2.186
5112026-04-30T17:00:05.191Z Compiling cfg-if v1.0.0
5122026-04-30T17:00:05.191Z Compiling autocfg v1.4.0
5132026-04-30T17:00:05.195Z Compiling memchr v2.7.4
5142026-04-30T17:00:05.424Z Compiling once_cell v1.20.3
5152026-04-30T17:00:05.624Z Compiling shlex v1.3.0
5162026-04-30T17:00:05.647Z Compiling find-msvc-tools v0.1.9
5172026-04-30T17:00:05.722Z Compiling version_check v0.9.5
5182026-04-30T17:00:05.800Z Compiling byteorder v1.5.0
5192026-04-30T17:00:05.870Z Compiling itoa v1.0.11
5202026-04-30T17:00:05.973Z Compiling zeroize v1.8.1
5212026-04-30T17:00:05.993Z Compiling stable_deref_trait v1.2.0
5222026-04-30T17:00:05.997Z Compiling rustversion v1.0.17
5232026-04-30T17:00:06.018Z Compiling libm v0.2.8
5242026-04-30T17:00:06.061Z Compiling jobserver v0.1.32
5252026-04-30T17:00:06.104Z Compiling futures-core v0.3.32
5262026-04-30T17:00:06.140Z Compiling errno v0.3.13
5272026-04-30T17:00:06.188Z Compiling quote v1.0.38
5282026-04-30T17:00:06.253Z Compiling cc v1.2.61
5292026-04-30T17:00:06.265Z Compiling num-traits v0.2.19
5302026-04-30T17:00:06.286Z Compiling pin-project-lite v0.2.14
5312026-04-30T17:00:06.365Z Compiling syn v2.0.117
5322026-04-30T17:00:06.386Z Compiling heck v0.5.0
5332026-04-30T17:00:06.396Z Compiling smallvec v1.14.0
5342026-04-30T17:00:06.578Z Compiling const-oid v0.9.6
5352026-04-30T17:00:06.600Z Compiling typenum v1.17.0
5362026-04-30T17:00:06.636Z Compiling bytes v1.11.1
5372026-04-30T17:00:06.913Z Compiling rustix v0.38.37
5382026-04-30T17:00:07.142Z Compiling generic-array v0.14.7
5392026-04-30T17:00:07.271Z Compiling litemap v0.7.3
5402026-04-30T17:00:07.308Z Compiling writeable v0.5.5
5412026-04-30T17:00:07.362Z Compiling futures-sink v0.3.32
5422026-04-30T17:00:07.466Z Compiling cmake v0.1.58
5432026-04-30T17:00:07.466Z Compiling slab v0.4.9
5442026-04-30T17:00:07.517Z Compiling log v0.4.22
5452026-04-30T17:00:07.528Z Compiling dunce v1.0.5
5462026-04-30T17:00:07.567Z Compiling fs_extra v1.3.0
5472026-04-30T17:00:07.588Z Compiling base64ct v1.6.0
5482026-04-30T17:00:07.614Z Compiling futures-channel v0.3.32
5492026-04-30T17:00:07.734Z Compiling getrandom v0.2.15
5502026-04-30T17:00:07.784Z Compiling icu_locid_transform_data v1.5.0
5512026-04-30T17:00:07.815Z Compiling pem-rfc7468 v0.7.0
5522026-04-30T17:00:07.816Z Compiling aws-lc-sys v0.39.1
5532026-04-30T17:00:07.831Z Compiling spin v0.9.8
5542026-04-30T17:00:07.851Z Compiling flagset v0.4.6
5552026-04-30T17:00:07.868Z Compiling rand_core v0.6.4
5562026-04-30T17:00:07.955Z Compiling lazy_static v1.5.0
5572026-04-30T17:00:07.975Z Compiling slog v2.8.2
5582026-04-30T17:00:08.044Z Compiling socket2 v0.6.3
5592026-04-30T17:00:08.084Z Compiling mio v1.2.0
5602026-04-30T17:00:08.120Z Compiling radium v0.7.0
5612026-04-30T17:00:08.131Z Compiling hashbrown v0.17.0
5622026-04-30T17:00:08.189Z Compiling syn v1.0.109
5632026-04-30T17:00:08.376Z Compiling equivalent v1.0.1
5642026-04-30T17:00:08.391Z Compiling futures-task v0.3.32
5652026-04-30T17:00:08.461Z Compiling icu_properties_data v1.5.0
5662026-04-30T17:00:08.477Z Compiling utf8parse v0.2.2
5672026-04-30T17:00:08.494Z Compiling futures-io v0.3.32
5682026-04-30T17:00:08.583Z Compiling anstyle-parse v0.2.5
5692026-04-30T17:00:08.655Z Compiling block-buffer v0.10.4
5702026-04-30T17:00:08.655Z Compiling crypto-common v0.1.6
5712026-04-30T17:00:08.703Z Compiling indexmap v2.14.0
5722026-04-30T17:00:08.724Z Compiling http v1.4.0
5732026-04-30T17:00:08.766Z Compiling colorchoice v1.0.2
5742026-04-30T17:00:08.782Z Compiling anstyle-query v1.1.1
5752026-04-30T17:00:08.796Z Compiling httparse v1.9.5
5762026-04-30T17:00:08.819Z Compiling maybe-uninit v2.0.0
5772026-04-30T17:00:08.872Z Compiling aws-lc-rs v1.16.2
5782026-04-30T17:00:08.883Z Compiling utf8_iter v1.0.4
5792026-04-30T17:00:09.029Z Compiling anstyle v1.0.10
5802026-04-30T17:00:09.100Z Compiling is_terminal_polyfill v1.70.1
5812026-04-30T17:00:09.139Z Compiling synstructure v0.13.1
5822026-04-30T17:00:09.169Z Compiling zmij v1.0.21
5832026-04-30T17:00:09.185Z Compiling pkg-config v0.3.31
5842026-04-30T17:00:09.252Z Compiling utf16_iter v1.0.5
5852026-04-30T17:00:09.334Z Compiling write16 v1.0.0
5862026-04-30T17:00:09.382Z Compiling icu_normalizer_data v1.5.0
5872026-04-30T17:00:09.428Z Compiling tap v1.0.1
5882026-04-30T17:00:10.457Z Compiling http-body v1.0.1
5892026-04-30T17:00:10.460Z Compiling anstream v0.6.15
5902026-04-30T17:00:10.460Z Compiling wyz v0.5.1
5912026-04-30T17:00:10.460Z Compiling bzip2-sys v0.1.11+1.0.8
5922026-04-30T17:00:10.460Z Compiling digest v0.10.7
5932026-04-30T17:00:10.460Z Compiling num-integer v0.1.46
5942026-04-30T17:00:10.460Z Compiling is-terminal v0.4.13
5952026-04-30T17:00:10.460Z Compiling ahash v0.8.11
5962026-04-30T17:00:10.460Z Compiling aho-corasick v1.1.3
5972026-04-30T17:00:10.460Z Compiling crc32fast v1.4.2
5982026-04-30T17:00:10.461Z Compiling strsim v0.11.1
5992026-04-30T17:00:10.461Z Compiling packed_struct v0.10.1
6002026-04-30T17:00:10.461Z Compiling serde_json v1.0.149
6012026-04-30T17:00:10.461Z Compiling percent-encoding v2.3.2
6022026-04-30T17:00:10.461Z Compiling num-bigint-dig v0.8.4
6032026-04-30T17:00:10.461Z Compiling try-lock v0.2.5
6042026-04-30T17:00:10.461Z Compiling funty v2.0.0
6052026-04-30T17:00:10.461Z Compiling rustix v1.0.7
6062026-04-30T17:00:10.461Z Compiling getrandom v0.3.3
6072026-04-30T17:00:10.461Z Compiling serde_derive v1.0.228
6082026-04-30T17:00:10.488Z Compiling zerofrom-derive v0.1.4
6092026-04-30T17:00:10.675Z Compiling yoke-derive v0.7.4
6102026-04-30T17:00:10.722Z Compiling zerovec-derive v0.10.3
6112026-04-30T17:00:10.980Z Compiling displaydoc v0.2.5
6122026-04-30T17:00:11.676Z Compiling zerofrom v0.1.4
6132026-04-30T17:00:11.686Z Compiling zerocopy-derive v0.7.35
6142026-04-30T17:00:11.700Z Compiling icu_provider_macros v1.5.0
6152026-04-30T17:00:11.738Z Compiling der_derive v0.7.3
6162026-04-30T17:00:11.796Z Compiling yoke v0.7.4
6172026-04-30T17:00:11.955Z Compiling zerovec v0.10.4
6182026-04-30T17:00:11.978Z Compiling futures-macro v0.3.32
6192026-04-30T17:00:12.225Z Compiling tokio-macros v2.7.0
6202026-04-30T17:00:12.481Z Compiling zerocopy v0.7.35
6212026-04-30T17:00:12.493Z Compiling zerocopy-derive v0.6.6
6222026-04-30T17:00:12.644Z Compiling tinystr v0.7.6
6232026-04-30T17:00:12.754Z Compiling der v0.7.9
6242026-04-30T17:00:12.826Z Compiling icu_locid v1.5.0
6252026-04-30T17:00:12.850Z Compiling icu_collections v1.5.0
6262026-04-30T17:00:12.930Z Compiling tokio v1.52.1
6272026-04-30T17:00:13.027Z Compiling ppv-lite86 v0.2.20
6282026-04-30T17:00:13.278Z Compiling futures-util v0.3.32
6292026-04-30T17:00:13.342Z Compiling icu_provider v1.5.0
6302026-04-30T17:00:13.453Z Compiling bitflags v2.6.0
6312026-04-30T17:00:13.538Z Compiling hex v0.4.3
6322026-04-30T17:00:13.793Z Compiling icu_locid_transform v1.5.0
6332026-04-30T17:00:13.826Z Compiling spki v0.7.3
6342026-04-30T17:00:13.874Z Compiling erased-serde v0.3.31
6352026-04-30T17:00:14.030Z Compiling toml_datetime v0.6.8
6362026-04-30T17:00:14.078Z Compiling serde_spanned v0.6.8
6372026-04-30T17:00:14.217Z Compiling rand_chacha v0.3.1
6382026-04-30T17:00:14.357Z Compiling icu_properties v1.5.1
6392026-04-30T17:00:14.625Z Compiling terminal_size v0.4.0
6402026-04-30T17:00:14.671Z Compiling subtle v2.6.1
6412026-04-30T17:00:14.768Z Compiling clap_lex v0.7.4
6422026-04-30T17:00:14.815Z Compiling regex-syntax v0.8.5
6432026-04-30T17:00:14.825Z Compiling paste v1.0.15
6442026-04-30T17:00:14.902Z Compiling rand v0.8.6
6452026-04-30T17:00:15.007Z Compiling clap_builder v4.5.31
6462026-04-30T17:00:15.143Z Compiling pkcs8 v0.10.2
6472026-04-30T17:00:15.403Z Compiling zerocopy v0.6.6
6482026-04-30T17:00:15.531Z Compiling packed_struct_codegen v0.10.1
6492026-04-30T17:00:15.712Z Compiling bitvec v1.0.1
6502026-04-30T17:00:15.784Z Compiling clap_derive v4.5.28
6512026-04-30T17:00:16.329Z Compiling icu_normalizer v1.5.0
6522026-04-30T17:00:16.511Z Compiling regex-automata v0.4.8
6532026-04-30T17:00:17.097Z Compiling idna_adapter v1.2.0
6542026-04-30T17:00:17.108Z Compiling want v0.3.1
6552026-04-30T17:00:17.270Z Compiling form_urlencoded v1.2.2
6562026-04-30T17:00:17.321Z Compiling num-iter v0.1.45
6572026-04-30T17:00:17.474Z Compiling indexmap v1.9.3
6582026-04-30T17:00:17.691Z Compiling tracing-core v0.1.32
6592026-04-30T17:00:17.714Z Compiling atomic-waker v1.1.2
6602026-04-30T17:00:17.738Z Compiling adler2 v2.0.0
6612026-04-30T17:00:17.835Z Compiling thiserror v2.0.18
6622026-04-30T17:00:17.876Z Compiling tinyvec_macros v0.1.1
6632026-04-30T17:00:17.931Z Compiling crossbeam-utils v0.8.21
6642026-04-30T17:00:18.138Z Compiling cpufeatures v0.2.14
6652026-04-30T17:00:18.160Z Compiling iana-time-zone v0.1.61
6662026-04-30T17:00:18.208Z Compiling crc-catalog v2.4.0
6672026-04-30T17:00:18.219Z Compiling tower-service v0.3.3
6682026-04-30T17:00:18.231Z Compiling untrusted v0.7.1
6692026-04-30T17:00:18.268Z Compiling nodrop v0.1.14
6702026-04-30T17:00:18.295Z Compiling thiserror v1.0.69
6712026-04-30T17:00:18.309Z Compiling crc v3.2.1
6722026-04-30T17:00:18.348Z Compiling array-init v0.0.4
6732026-04-30T17:00:18.358Z Compiling chrono v0.4.44
6742026-04-30T17:00:18.393Z Compiling sha2 v0.10.8
6752026-04-30T17:00:18.689Z Compiling tracing v0.1.40
6762026-04-30T17:00:18.725Z Compiling tinyvec v1.8.0
6772026-04-30T17:00:18.778Z Compiling miniz_oxide v0.8.0
6782026-04-30T17:00:18.853Z Compiling hyper v1.9.0
6792026-04-30T17:00:18.940Z Compiling smallvec v0.6.14
6802026-04-30T17:00:19.144Z Compiling clap v4.5.31
6812026-04-30T17:00:19.613Z Compiling idna v1.1.0
6822026-04-30T17:00:20.012Z Compiling pkcs1 v0.7.5
6832026-04-30T17:00:20.147Z Compiling strum_macros v0.26.4
6842026-04-30T17:00:20.350Z Compiling thiserror-impl v1.0.69
6852026-04-30T17:00:20.393Z Compiling pin-project-internal v1.1.6
6862026-04-30T17:00:20.428Z Compiling thiserror-impl v2.0.18
6872026-04-30T17:00:20.490Z Compiling daft-derive v0.1.1
6882026-04-30T17:00:20.729Z Compiling signature v2.2.0
6892026-04-30T17:00:20.782Z Compiling sync_wrapper v1.0.1
6902026-04-30T17:00:20.871Z Compiling rustls-pki-types v1.14.1
6912026-04-30T17:00:20.886Z Compiling winnow v0.5.40
6922026-04-30T17:00:21.172Z Compiling gimli v0.31.1
6932026-04-30T17:00:21.348Z Compiling num-conv v0.2.1
6942026-04-30T17:00:21.429Z Compiling bitfield v0.14.0
6952026-04-30T17:00:21.455Z Compiling hashbrown v0.12.3
6962026-04-30T17:00:21.489Z Compiling time-core v0.1.8
6972026-04-30T17:00:21.570Z Compiling tower-layer v0.3.3
6982026-04-30T17:00:21.598Z Compiling ryu v1.0.18
6992026-04-30T17:00:21.631Z Compiling base64 v0.21.7
7002026-04-30T17:00:21.691Z Compiling termcolor v1.4.1
7012026-04-30T17:00:21.723Z Compiling rustls v0.23.40
7022026-04-30T17:00:21.775Z Compiling untrusted v0.9.0
7032026-04-30T17:00:21.894Z Compiling powerfmt v0.2.0
7042026-04-30T17:00:21.905Z Compiling base64 v0.22.1
7052026-04-30T17:00:21.920Z Compiling fastrand v2.1.1
7062026-04-30T17:00:21.938Z Compiling camino v1.2.2
7072026-04-30T17:00:22.295Z Compiling deranged v0.5.8
7082026-04-30T17:00:22.299Z Compiling tempfile v3.20.0
7092026-04-30T17:00:22.299Z Compiling toml_edit v0.19.15
7102026-04-30T17:00:22.299Z Compiling env_logger v0.10.2
7112026-04-30T17:00:22.305Z Compiling ron v0.8.1
7122026-04-30T17:00:22.514Z Compiling serde_urlencoded v0.7.1
7132026-04-30T17:00:22.659Z Compiling strum v0.26.3
7142026-04-30T17:00:22.741Z Compiling addr2line v0.24.2
7152026-04-30T17:00:22.752Z Compiling tower v0.5.2
7162026-04-30T17:00:22.783Z Compiling time-macros v0.2.27
7172026-04-30T17:00:23.030Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
7182026-04-30T17:00:23.089Z Compiling pin-project v1.1.6
7192026-04-30T17:00:23.112Z Compiling daft v0.1.1
7202026-04-30T17:00:23.167Z Compiling rsa v0.9.6
7212026-04-30T17:00:23.180Z Compiling url v2.5.8
7222026-04-30T17:00:23.329Z Compiling hashbrown v0.13.2
7232026-04-30T17:00:23.347Z Compiling hyper-util v0.1.20
7242026-04-30T17:00:23.778Z Compiling unicode-normalization v0.1.24
7252026-04-30T17:00:23.834Z Compiling serde-hex v0.1.0
7262026-04-30T17:00:23.900Z Compiling bzip2 v0.4.4
7272026-04-30T17:00:24.002Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
7282026-04-30T17:00:24.186Z Compiling tokio-util v0.7.13
7292026-04-30T17:00:24.236Z Compiling futures-executor v0.3.32
7302026-04-30T17:00:24.523Z Compiling xattr v1.3.1
7312026-04-30T17:00:24.600Z Compiling x509-cert v0.2.5
7322026-04-30T17:00:24.641Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
7332026-04-30T17:00:24.695Z Compiling snafu-derive v0.8.5
7342026-04-30T17:00:24.750Z Compiling http-body-util v0.1.3
7352026-04-30T17:00:24.761Z Compiling semver v1.0.28
7362026-04-30T17:00:24.979Z Compiling filetime v0.2.25
7372026-04-30T17:00:25.095Z Compiling bstr v1.10.0
7382026-04-30T17:00:25.158Z Compiling object v0.36.5
7392026-04-30T17:00:25.355Z Compiling fs-err v2.11.0
7402026-04-30T17:00:25.534Z Compiling thread_local v1.1.8
7412026-04-30T17:00:25.566Z Compiling buf-list v1.0.3
7422026-04-30T17:00:25.577Z Compiling arc-swap v1.7.1
7432026-04-30T17:00:25.814Z Compiling winnow v0.7.3
7442026-04-30T17:00:25.870Z Compiling anyhow v1.0.96
7452026-04-30T17:00:25.889Z Compiling ipnet v2.10.1
7462026-04-30T17:00:26.186Z Compiling slog-async v2.8.0
7472026-04-30T17:00:26.345Z Compiling mime v0.3.17
7482026-04-30T17:00:26.361Z Compiling crc-any v2.5.0
7492026-04-30T17:00:26.435Z Compiling rustc-demangle v0.1.24
7502026-04-30T17:00:26.468Z Compiling same-file v1.0.6
7512026-04-30T17:00:26.589Z Compiling walkdir v2.5.0
7522026-04-30T17:00:26.614Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
7532026-04-30T17:00:26.636Z Compiling reqwest v0.12.12
7542026-04-30T17:00:26.903Z Compiling snafu v0.8.5
7552026-04-30T17:00:27.145Z Compiling toml_edit v0.22.24
7562026-04-30T17:00:27.267Z Compiling slog-scope v4.4.0
7572026-04-30T17:00:27.395Z Compiling globset v0.4.15
7582026-04-30T17:00:27.537Z Compiling backtrace v0.3.74
7592026-04-30T17:00:27.803Z Compiling tar v0.4.45
7602026-04-30T17:00:27.932Z Compiling tufaceous-artifact v0.1.0 (/work/oxidecomputer/tufaceous/artifact)
7612026-04-30T17:00:28.149Z Compiling crossbeam-channel v0.5.15
7622026-04-30T17:00:28.185Z Compiling futures v0.3.32
7632026-04-30T17:00:28.264Z Compiling olpc-cjson v0.1.4
7642026-04-30T17:00:28.321Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
7652026-04-30T17:00:28.425Z Compiling zip v0.6.6
7662026-04-30T17:00:28.667Z Compiling time v0.3.47
7672026-04-30T17:00:28.678Z Compiling object v0.30.4
7682026-04-30T17:00:28.837Z Compiling toml v0.7.8
7692026-04-30T17:00:29.098Z Compiling pem v3.0.5
7702026-04-30T17:00:29.195Z Compiling serde_plain v1.0.2
7712026-04-30T17:00:29.392Z Compiling async-recursion v1.1.1
7722026-04-30T17:00:29.395Z Compiling async-trait v0.1.89
7732026-04-30T17:00:29.478Z Compiling path-slash v0.1.5
7742026-04-30T17:00:29.509Z Compiling term v1.2.1
7752026-04-30T17:00:29.610Z Compiling dyn-clone v1.0.18
7762026-04-30T17:00:29.749Z Compiling take_mut v0.2.2
7772026-04-30T17:00:29.760Z Compiling typed-path v0.9.3
7782026-04-30T17:00:29.859Z Compiling either v1.14.0
7792026-04-30T17:00:30.049Z Compiling itertools v0.13.0
7802026-04-30T17:00:30.217Z Compiling slog-term v2.9.2
7812026-04-30T17:00:30.343Z Compiling camino-tempfile v1.4.1
7822026-04-30T17:00:30.428Z Compiling toml v0.8.20
7832026-04-30T17:00:30.585Z Compiling tufaceous-brand-metadata v0.1.0 (/work/oxidecomputer/tufaceous/brand-metadata)
7842026-04-30T17:00:30.791Z Compiling slog-stdlog v4.1.1
7852026-04-30T17:00:30.973Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#3b72a550)
7862026-04-30T17:00:31.061Z Compiling flate2 v1.0.35
7872026-04-30T17:00:31.086Z Compiling regex v1.11.1
7882026-04-30T17:00:31.104Z Compiling zip v4.2.0
7892026-04-30T17:00:31.245Z Compiling serde_path_to_error v0.1.20
7902026-04-30T17:00:31.268Z Compiling indent_write v2.2.0
7912026-04-30T17:00:31.404Z Compiling parse-size v1.1.0
7922026-04-30T17:00:31.469Z Compiling debug-ignore v1.0.5
7932026-04-30T17:00:31.541Z Compiling slog-envlogger v2.2.0
7942026-04-30T17:00:31.552Z Compiling console v0.15.10
7952026-04-30T17:00:31.571Z Compiling humantime v2.1.0
7962026-04-30T17:00:35.742Z Compiling rustls-webpki v0.103.13
7972026-04-30T17:00:38.397Z Compiling tough v0.22.0
7982026-04-30T17:00:40.408Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/tufaceous/lib)
7992026-04-30T17:00:41.370Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/tufaceous/bin)
8002026-04-30T17:00:48.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.59s
8012026-04-30T17:00:48.940Zwarning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
8022026-04-30T17:00:48.940Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
8032026-04-30T17:00:49.123Z
8042026-04-30T17:00:49.123Zreal 48.754644905
8052026-04-30T17:00:49.124Zuser 3:03.906634114
8062026-04-30T17:00:49.124Zsys 39.381134635
8072026-04-30T17:00:49.124Ztrap 0.095577887
8082026-04-30T17:00:49.124Ztflt 0.338388705
8092026-04-30T17:00:49.124Zdflt 0.362314210
8102026-04-30T17:00:49.124Zkflt 0.008551132
8112026-04-30T17:00:49.124Zlock 9:24.714199481
8122026-04-30T17:00:49.124Zslp 9:33.903443212
8132026-04-30T17:00:49.124Zlat 14.111571331
8142026-04-30T17:00:49.124Zstop 40.651113998
8152026-04-30T17:00:49.127Z+ banner build-all
8162026-04-30T17:00:49.127Z
8172026-04-30T17:00:49.127Z ##### # # # # ##### ## # #
8182026-04-30T17:00:49.127Z # # # # # # # # # # # #
8192026-04-30T17:00:49.127Z ##### # # # # # # ##### # # # #
8202026-04-30T17:00:49.127Z # # # # # # # # ###### # #
8212026-04-30T17:00:49.127Z # # # # # # # # # # # #
8222026-04-30T17:00:49.127Z ##### #### # ###### ##### # # ###### ######
8232026-04-30T17:00:49.127Z
8242026-04-30T17:00:49.127Z+ ptime -m cargo build --all-features --all-targets
8252026-04-30T17:00:49.220Z Downloading crates ...
8262026-04-30T17:00:49.337Z Downloaded sha1 v0.10.6
8272026-04-30T17:00:49.344Z Downloaded num_cpus v1.16.0
8282026-04-30T17:00:49.350Z Downloaded float-cmp v0.10.0
8292026-04-30T17:00:49.353Z Downloaded normalize-line-endings v0.3.0
8302026-04-30T17:00:49.353Z Downloaded quick-error v1.2.3
8312026-04-30T17:00:49.353Z Downloaded async-stream v0.3.6
8322026-04-30T17:00:49.353Z Downloaded tokio-rustls v0.25.0
8332026-04-30T17:00:49.356Z Downloaded serde_spanned v1.1.1
8342026-04-30T17:00:49.356Z Downloaded match_cfg v0.1.0
8352026-04-30T17:00:49.358Z Downloaded slog-bunyan v2.5.0
8362026-04-30T17:00:49.358Z Downloaded wait-timeout v0.2.0
8372026-04-30T17:00:49.361Z Downloaded doc-comment v0.3.3
8382026-04-30T17:00:49.366Z Downloaded threadpool v1.8.1
8392026-04-30T17:00:49.369Z Downloaded hostname v0.3.1
8402026-04-30T17:00:49.369Z Downloaded rusty-fork v0.3.0
8412026-04-30T17:00:49.369Z Downloaded datatest-stable v0.2.9
8422026-04-30T17:00:49.372Z Downloaded difflib v0.4.0
8432026-04-30T17:00:49.372Z Downloaded schemars_derive v0.8.22
8442026-04-30T17:00:49.374Z Downloaded compression-codecs v0.4.32
8452026-04-30T17:00:49.374Z Downloaded libtest-mimic v0.7.3
8462026-04-30T17:00:49.377Z Downloaded serde_tokenstream v0.2.3
8472026-04-30T17:00:49.377Z Downloaded toml_parser v1.1.2+spec-1.1.0
8482026-04-30T17:00:49.381Z Downloaded unicode-segmentation v1.12.0
8492026-04-30T17:00:49.384Z Downloaded expectorate v1.1.0
8502026-04-30T17:00:49.386Z Downloaded multer v3.1.0
8512026-04-30T17:00:49.389Z Downloaded bit-vec v0.6.3
8522026-04-30T17:00:49.389Z Downloaded uuid v1.23.1
8532026-04-30T17:00:49.393Z Downloaded newline-converter v0.3.0
8542026-04-30T17:00:49.397Z Downloaded waitgroup v0.1.2
8552026-04-30T17:00:49.400Z Downloaded structmeta-derive v0.3.0
8562026-04-30T17:00:49.409Z Downloaded unarray v0.1.4
8572026-04-30T17:00:49.413Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8582026-04-30T17:00:49.416Z Downloaded slog-json v2.6.1
8592026-04-30T17:00:49.416Z Downloaded escape8259 v0.5.3
8602026-04-30T17:00:49.419Z Downloaded hostname v0.4.2
8612026-04-30T17:00:49.419Z Downloaded predicates-tree v1.0.11
8622026-04-30T17:00:49.421Z Downloaded async-stream-impl v0.3.6
8632026-04-30T17:00:49.422Z Downloaded termtree v0.4.1
8642026-04-30T17:00:49.424Z Downloaded rand_xorshift v0.3.0
8652026-04-30T17:00:49.424Z Downloaded bit-set v0.5.3
8662026-04-30T17:00:49.427Z Downloaded predicates-core v1.0.8
8672026-04-30T17:00:49.430Z Downloaded assert_cmd v2.0.16
8682026-04-30T17:00:49.430Z Downloaded test-strategy v0.4.0
8692026-04-30T17:00:49.435Z Downloaded compression-core v0.4.32
8702026-04-30T17:00:49.438Z Downloaded structmeta v0.3.0
8712026-04-30T17:00:49.440Z Downloaded serde_derive_internals v0.29.1
8722026-04-30T17:00:49.443Z Downloaded toml_writer v1.1.1+spec-1.1.0
8732026-04-30T17:00:49.452Z Downloaded predicates v3.1.3
8742026-04-30T17:00:49.454Z Downloaded rustls-pemfile v2.2.0
8752026-04-30T17:00:49.461Z Downloaded dropshot_endpoint v0.17.0
8762026-04-30T17:00:49.465Z Downloaded async-compression v0.4.33
8772026-04-30T17:00:49.469Z Downloaded toml v1.1.2+spec-1.1.0
8782026-04-30T17:00:49.471Z Downloaded schemars v0.8.22
8792026-04-30T17:00:49.477Z Downloaded similar v2.7.0
8802026-04-30T17:00:49.485Z Downloaded fancy-regex v0.13.0
8812026-04-30T17:00:49.488Z Downloaded getrandom v0.4.2
8822026-04-30T17:00:49.502Z Downloaded rustls-webpki v0.102.8
8832026-04-30T17:00:49.516Z Downloaded winnow v1.0.2
8842026-04-30T17:00:49.529Z Downloaded proptest v1.5.0
8852026-04-30T17:00:49.558Z Downloaded rustls v0.22.4
8862026-04-30T17:00:49.564Z Downloaded openapiv3 v2.2.0
8872026-04-30T17:00:49.571Z Downloaded dropshot v0.17.0
8882026-04-30T17:00:49.631Z Downloaded encoding_rs v0.8.34
8892026-04-30T17:00:49.703Z Compiling num-traits v0.2.19
8902026-04-30T17:00:49.750Z Compiling spin v0.9.8
8912026-04-30T17:00:49.753Z Compiling lock_api v0.4.12
8922026-04-30T17:00:49.756Z Compiling parking_lot_core v0.9.10
8932026-04-30T17:00:49.760Z Compiling indexmap v2.14.0
8942026-04-30T17:00:49.762Z Compiling slab v0.4.9
8952026-04-30T17:00:49.765Z Compiling scopeguard v1.2.0
8962026-04-30T17:00:49.769Z Compiling fnv v1.0.7
8972026-04-30T17:00:49.844Z Compiling lazy_static v1.5.0
8982026-04-30T17:00:49.853Z Compiling signal-hook-registry v1.4.2
8992026-04-30T17:00:49.876Z Compiling regex-automata v0.4.8
9002026-04-30T17:00:49.922Z Compiling slog v2.8.2
9012026-04-30T17:00:50.138Z Compiling getrandom v0.4.2
9022026-04-30T17:00:50.188Z Compiling parking_lot v0.12.3
9032026-04-30T17:00:50.221Z Compiling futures-util v0.3.32
9042026-04-30T17:00:50.282Z Compiling bit-vec v0.6.3
9052026-04-30T17:00:50.372Z Compiling tokio v1.52.1
9062026-04-30T17:00:50.486Z Compiling bit-set v0.5.3
9072026-04-30T17:00:50.543Z Compiling serde_derive_internals v0.29.1
9082026-04-30T17:00:50.584Z Compiling wait-timeout v0.2.0
9092026-04-30T17:00:50.633Z Compiling schemars v0.8.22
9102026-04-30T17:00:50.649Z Compiling uuid v1.23.1
9112026-04-30T17:00:50.682Z Compiling structmeta-derive v0.3.0
9122026-04-30T17:00:50.863Z Compiling quick-error v1.2.3
9132026-04-30T17:00:50.881Z Compiling num-integer v0.1.46
9142026-04-30T17:00:50.959Z Compiling rusty-fork v0.3.0
9152026-04-30T17:00:51.058Z Compiling rand_xorshift v0.3.0
9162026-04-30T17:00:51.190Z Compiling unarray v0.1.4
9172026-04-30T17:00:51.205Z Compiling httpdate v1.0.3
9182026-04-30T17:00:51.270Z Compiling schemars_derive v0.8.22
9192026-04-30T17:00:51.289Z Compiling num_threads v0.1.7
9202026-04-30T17:00:51.306Z Compiling chrono v0.4.44
9212026-04-30T17:00:51.375Z Compiling time v0.3.47
9222026-04-30T17:00:51.430Z Compiling proptest v1.5.0
9232026-04-30T17:00:51.690Z Compiling structmeta v0.3.0
9242026-04-30T17:00:51.883Z Compiling test-strategy v0.4.0
9252026-04-30T17:00:52.439Z Compiling num-iter v0.1.45
9262026-04-30T17:00:52.510Z Compiling ring v0.17.13
9272026-04-30T17:00:52.549Z Compiling num-bigint-dig v0.8.4
9282026-04-30T17:00:52.812Z Compiling futures-executor v0.3.32
9292026-04-30T17:00:53.092Z Compiling bstr v1.10.0
9302026-04-30T17:00:53.165Z Compiling serde_core v1.0.228
9312026-04-30T17:00:53.467Z Compiling toml_edit v0.19.15
9322026-04-30T17:00:53.803Z Compiling tufaceous-artifact v0.1.0 (/work/oxidecomputer/tufaceous/artifact)
9332026-04-30T17:00:53.842Z Compiling tokio-util v0.7.13
9342026-04-30T17:00:53.885Z Compiling tower v0.5.2
9352026-04-30T17:00:54.263Z Compiling h2 v0.4.6
9362026-04-30T17:00:54.353Z Compiling rsa v0.9.6
9372026-04-30T17:00:54.406Z Compiling futures v0.3.32
9382026-04-30T17:00:54.479Z Compiling regex v1.11.1
9392026-04-30T17:00:54.793Z Compiling serde v1.0.228
9402026-04-30T17:00:54.957Z Compiling toml_edit v0.22.24
9412026-04-30T17:00:55.058Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
9422026-04-30T17:00:55.135Z Compiling slog-async v2.8.0
9432026-04-30T17:00:55.221Z Compiling slog-term v2.9.2
9442026-04-30T17:00:55.664Z Compiling toml v0.7.8
9452026-04-30T17:00:56.200Z Compiling globset v0.4.15
9462026-04-30T17:00:56.512Z Compiling hyper v1.9.0
9472026-04-30T17:00:56.536Z Compiling rustls v0.22.4
9482026-04-30T17:00:56.635Z Compiling unicode-width v0.2.0
9492026-04-30T17:00:56.735Z Compiling slog-scope v4.4.0
9502026-04-30T17:00:56.897Z Compiling console v0.15.10
9512026-04-30T17:00:56.979Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#3b72a550)
9522026-04-30T17:00:56.991Z Compiling toml v0.8.20
9532026-04-30T17:00:57.261Z Compiling tufaceous-brand-metadata v0.1.0 (/work/oxidecomputer/tufaceous/brand-metadata)
9542026-04-30T17:00:57.541Z Compiling hyper-util v0.1.20
9552026-04-30T17:00:57.599Z Compiling zip v4.2.0
9562026-04-30T17:00:57.670Z Compiling multer v3.1.0
9572026-04-30T17:00:57.886Z Compiling compression-core v0.4.32
9582026-04-30T17:00:57.969Z Compiling winnow v1.0.2
9592026-04-30T17:00:58.039Z Compiling match_cfg v0.1.0
9602026-04-30T17:00:58.104Z Compiling rustls-webpki v0.102.8
9612026-04-30T17:00:58.157Z Compiling hostname v0.3.1
9622026-04-30T17:00:58.224Z Compiling compression-codecs v0.4.32
9632026-04-30T17:00:58.286Z Compiling toml_parser v1.1.2+spec-1.1.0
9642026-04-30T17:00:58.318Z Compiling serde_tokenstream v0.2.3
9652026-04-30T17:00:58.655Z Compiling slog-stdlog v4.1.1
9662026-04-30T17:00:58.686Z Compiling slog-json v2.6.1
9672026-04-30T17:00:58.741Z Compiling reqwest v0.12.12
9682026-04-30T17:00:58.865Z Compiling async-stream-impl v0.3.6
9692026-04-30T17:00:58.889Z Compiling toml_datetime v1.1.1+spec-1.1.0
9702026-04-30T17:00:59.024Z Compiling num_cpus v1.16.0
9712026-04-30T17:00:59.027Z Compiling serde_spanned v1.1.1
9722026-04-30T17:00:59.035Z Compiling dropshot v0.17.0
9732026-04-30T17:00:59.108Z Compiling encoding_rs v0.8.34
9742026-04-30T17:00:59.166Z Compiling toml_writer v1.1.1+spec-1.1.0
9752026-04-30T17:00:59.199Z Compiling predicates-core v1.0.8
9762026-04-30T17:00:59.246Z Compiling semver v1.0.28
9772026-04-30T17:00:59.258Z Compiling doc-comment v0.3.3
9782026-04-30T17:00:59.367Z Compiling toml v1.1.2+spec-1.1.0
9792026-04-30T17:00:59.410Z Compiling threadpool v1.8.1
9802026-04-30T17:00:59.469Z Compiling async-stream v0.3.6
9812026-04-30T17:00:59.532Z Compiling dropshot_endpoint v0.17.0
9822026-04-30T17:00:59.589Z Compiling slog-bunyan v2.5.0
9832026-04-30T17:00:59.640Z Compiling tough v0.22.0
9842026-04-30T17:00:59.718Z Compiling slog-envlogger v2.2.0
9852026-04-30T17:00:59.810Z Compiling async-compression v0.4.33
9862026-04-30T17:01:00.130Z Compiling sha1 v0.10.6
9872026-04-30T17:01:00.347Z Compiling tokio-rustls v0.25.0
9882026-04-30T17:01:00.561Z Compiling waitgroup v0.1.2
9892026-04-30T17:01:00.611Z Compiling float-cmp v0.10.0
9902026-04-30T17:01:00.696Z Compiling openapiv3 v2.2.0
9912026-04-30T17:01:00.751Z Compiling rustls-pemfile v2.2.0
9922026-04-30T17:01:00.770Z Compiling hostname v0.4.2
9932026-04-30T17:01:00.904Z Compiling normalize-line-endings v0.3.0
9942026-04-30T17:01:00.916Z Compiling difflib v0.4.0
9952026-04-30T17:01:00.942Z Compiling termtree v0.4.1
9962026-04-30T17:01:00.990Z Compiling escape8259 v0.5.3
9972026-04-30T17:01:01.080Z Compiling assert_cmd v2.0.16
9982026-04-30T17:01:01.132Z Compiling predicates v3.1.3
9992026-04-30T17:01:01.176Z Compiling libtest-mimic v0.7.3
10002026-04-30T17:01:01.340Z Compiling predicates-tree v1.0.11
10012026-04-30T17:01:01.617Z Compiling fancy-regex v0.13.0
10022026-04-30T17:01:01.880Z Compiling unicode-segmentation v1.12.0
10032026-04-30T17:01:01.951Z Compiling similar v2.7.0
10042026-04-30T17:01:02.072Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/tufaceous/lib)
10052026-04-30T17:01:02.271Z Compiling datatest-stable v0.2.9
10062026-04-30T17:01:02.297Z Compiling newline-converter v0.3.0
10072026-04-30T17:01:02.403Z Compiling expectorate v1.1.0
10082026-04-30T17:01:03.214Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/tufaceous/bin)
10092026-04-30T17:01:17.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.98s
10102026-04-30T17:01:17.128Zwarning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
10112026-04-30T17:01:17.128Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
10122026-04-30T17:01:17.195Z
10132026-04-30T17:01:17.195Zreal 28.046912756
10142026-04-30T17:01:17.195Zuser 2:10.029012513
10152026-04-30T17:01:17.195Zsys 21.847155858
10162026-04-30T17:01:17.195Ztrap 0.061791414
10172026-04-30T17:01:17.195Ztflt 0.107718664
10182026-04-30T17:01:17.195Zdflt 0.330195919
10192026-04-30T17:01:17.195Zkflt 0.000019066
10202026-04-30T17:01:17.195Zlock 7:40.125488661
10212026-04-30T17:01:17.195Zslp 7:24.293424128
10222026-04-30T17:01:17.195Zlat 4.403433499
10232026-04-30T17:01:17.195Zstop 10.802629911
10242026-04-30T17:01:17.198Z+ banner test
10252026-04-30T17:01:17.198Z
10262026-04-30T17:01:17.198Z ##### ###### #### #####
10272026-04-30T17:01:17.198Z # # # #
10282026-04-30T17:01:17.198Z # ##### #### #
10292026-04-30T17:01:17.199Z # # # #
10302026-04-30T17:01:17.199Z # # # # #
10312026-04-30T17:01:17.199Z # ###### #### #
10322026-04-30T17:01:17.199Z
10332026-04-30T17:01:17.199Z+ ptime -m cargo nextest run --all-features --all-targets
10342026-04-30T17:01:17.718Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
10352026-04-30T17:01:17.721Zwarning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
10362026-04-30T17:01:17.721Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
10372026-04-30T17:01:17.771Z────────────
10382026-04-30T17:01:17.771Z Nextest run ID ca513770-32d7-4331-8089-544f49098a5a with nextest profile: default
10392026-04-30T17:01:17.771Z Starting 21 tests across 7 binaries
10402026-04-30T17:01:17.778Z PASS [ 0.007s] ( 1/21) tufaceous-artifact artifact::tests::display_respects_padding
10412026-04-30T17:01:17.783Z PASS [ 0.006s] ( 2/21) tufaceous-artifact kind::tests::display_respects_padding
10422026-04-30T17:01:17.789Z PASS [ 0.005s] ( 3/21) tufaceous-artifact kind::tests::known_artifact_kind_roundtrip
10432026-04-30T17:01:17.794Z PASS [ 0.005s] ( 4/21) tufaceous-artifact kind::tests::serde_artifact_kind
10442026-04-30T17:01:17.799Z PASS [ 0.005s] ( 5/21) tufaceous-artifact version::tests::display_respects_padding
10452026-04-30T17:01:17.810Z PASS [ 0.039s] ( 6/21) tufaceous::integration-tests command_tests::test_assemble_duplicate_artifact
10462026-04-30T17:01:17.812Z PASS [ 0.039s] ( 7/21) tufaceous::integration-tests command_tests::test_assemble_duplicate_artifact_2
10472026-04-30T17:01:17.837Z PASS [ 0.037s] ( 8/21) tufaceous-artifact version::tests::proptest_invalid_version
10482026-04-30T17:01:17.843Z PASS [ 0.006s] ( 9/21) tufaceous-artifact version::tests::schema
10492026-04-30T17:01:17.846Z PASS [ 0.035s] (10/21) tufaceous-artifact version::tests::proptest_valid_version
10502026-04-30T17:01:17.846Z PASS [ 0.036s] (11/21) tufaceous-artifact version::tests::proptest_version_serde_roundtrip
10512026-04-30T17:01:17.850Z PASS [ 0.006s] (12/21) tufaceous-brand-metadata tests::test_deserialize
10522026-04-30T17:01:17.852Z PASS [ 0.006s] (13/21) tufaceous-lib archive::tests::test_validate_path
10532026-04-30T17:01:17.856Z PASS [ 0.010s] (14/21) tufaceous-lib assemble::manifest::tests::fake_roundtrip
10542026-04-30T17:01:17.860Z PASS [ 0.089s] (15/21) tufaceous::integration-tests command_tests::test_assemble_duplicate_zone
10552026-04-30T17:01:17.881Z PASS [ 0.030s] (16/21) tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
10562026-04-30T17:01:18.046Z PASS [ 0.275s] (17/21) tufaceous::manifest-tests check_manifest::fake-non-semver.toml
10572026-04-30T17:01:18.046Z PASS [ 0.275s] (18/21) tufaceous::manifest-tests check_manifest::fake.toml
10582026-04-30T17:01:18.121Z PASS [ 0.350s] (19/21) tufaceous::integration-tests command_tests::test_assemble_fake
10592026-04-30T17:01:18.200Z PASS [ 0.351s] (20/21) tufaceous-lib repository::tests::load_trusted
10602026-04-30T17:01:18.387Z PASS [ 0.615s] (21/21) tufaceous::integration-tests command_tests::test_assemble_fake_non_semver
10612026-04-30T17:01:18.390Z────────────
10622026-04-30T17:01:18.390Z Summary [ 0.616s] 21 tests run: 21 passed, 0 skipped
10632026-04-30T17:01:18.393Z
10642026-04-30T17:01:18.396Zreal 1.192108594
10652026-04-30T17:01:18.396Zuser 2.444174147
10662026-04-30T17:01:18.396Zsys 0.376921025
10672026-04-30T17:01:18.396Ztrap 0.001111764
10682026-04-30T17:01:18.396Ztflt 0.000825832
10692026-04-30T17:01:18.396Zdflt 0.001121983
10702026-04-30T17:01:18.396Zkflt 0.000006997
10712026-04-30T17:01:18.396Zlock 19.517756733
10722026-04-30T17:01:18.396Zslp 5.354583878
10732026-04-30T17:01:18.396Zlat 0.271255240
10742026-04-30T17:01:18.396Zstop 0.413444885
10752026-04-30T17:01:18.396Z+ banner doctest
10762026-04-30T17:01:18.396Z
10772026-04-30T17:01:18.396Z ##### #### #### ##### ###### #### #####
10782026-04-30T17:01:18.396Z # # # # # # # # # #
10792026-04-30T17:01:18.396Z # # # # # # ##### #### #
10802026-04-30T17:01:18.396Z # # # # # # # # #
10812026-04-30T17:01:18.396Z # # # # # # # # # # #
10822026-04-30T17:01:18.396Z ##### #### #### # ###### #### #
10832026-04-30T17:01:18.396Z
10842026-04-30T17:01:18.396Z+ ptime -m cargo test --doc --all-features
10852026-04-30T17:01:18.589Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
10862026-04-30T17:01:18.592Zwarning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
10872026-04-30T17:01:18.592Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
10882026-04-30T17:01:18.613Z Doc-tests tufaceous
10892026-04-30T17:01:18.737Z
10902026-04-30T17:01:18.737Zrunning 0 tests
10912026-04-30T17:01:18.737Z
10922026-04-30T17:01:18.737Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
10932026-04-30T17:01:18.737Z
10942026-04-30T17:01:18.751Z Doc-tests tufaceous_artifact
10952026-04-30T17:01:18.863Z
10962026-04-30T17:01:18.863Zrunning 0 tests
10972026-04-30T17:01:18.863Z
10982026-04-30T17:01:18.863Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
10992026-04-30T17:01:18.863Z
11002026-04-30T17:01:18.874Z Doc-tests tufaceous_brand_metadata
11012026-04-30T17:01:18.939Z
11022026-04-30T17:01:18.939Zrunning 0 tests
11032026-04-30T17:01:18.939Z
11042026-04-30T17:01:18.939Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
11052026-04-30T17:01:18.939Z
11062026-04-30T17:01:18.947Z Doc-tests tufaceous_lib
11072026-04-30T17:01:19.119Z
11082026-04-30T17:01:19.119Zrunning 0 tests
11092026-04-30T17:01:19.119Z
11102026-04-30T17:01:19.119Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
11112026-04-30T17:01:19.119Z
11122026-04-30T17:01:19.151Z
11132026-04-30T17:01:19.151Zreal 0.738029207
11142026-04-30T17:01:19.151Zuser 0.458898114
11152026-04-30T17:01:19.151Zsys 0.230875913
11162026-04-30T17:01:19.151Ztrap 0.000142185
11172026-04-30T17:01:19.151Ztflt 0.000019455
11182026-04-30T17:01:19.155Zdflt 0.000011436
11192026-04-30T17:01:19.155Zkflt 0.000000000
11202026-04-30T17:01:19.155Zlock 0.403247957
11212026-04-30T17:01:19.155Zslp 0.914408559
11222026-04-30T17:01:19.155Zlat 0.003388491
11232026-04-30T17:01:19.155Zstop 0.000133646
11242026-04-30T17:01:19.155Zprocess exited: duration 124358 ms, exit code 0
 
11252026-04-30T17:01:19.161Zfound 0 output files