01KW11N9KMQ3RDY4GN0JWYC1YH: omicron-common (helios)

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

Buildomat Job: 01KW11NVSZCCMFA99THCJXTP0Q

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T04:06:38.959Zjob assigned to worker 01KW11P4VY1X53T6H397ZF95VT [factory aws, i-0359f20d4e29c332a] (queued for 51 s)
 
22026-06-26T04:06:45.767Zstarting task 0: "setup"
32026-06-26T04:06:45.773Z++ uname -s
42026-06-26T04:06:45.776Z+ kern=SunOS
52026-06-26T04:06:45.776Z+ build_user=build
62026-06-26T04:06:45.776Z+ build_uid=12345
72026-06-26T04:06:45.776Z+ work_dir=/work
82026-06-26T04:06:45.776Z+ input_dir=/input
92026-06-26T04:06:45.776Z+ [[ 0 == 12345 ]]
102026-06-26T04:06:45.776Z+ case "$kern" in
112026-06-26T04:06:45.776Z+ groupadd -g 12345 build
122026-06-26T04:06:45.776Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T04:06:47.783Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T04:06:47.861Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T04:06:47.864Z+ home_fs=zfs
162026-06-26T04:06:47.864Z+ [[ zfs == autofs ]]
172026-06-26T04:06:47.864Z+ mkdir -p /home/build
182026-06-26T04:06:47.864Z+ chown build:build /home/build /work
192026-06-26T04:06:49.865Z+ chmod 0700 /home/build /work
202026-06-26T04:06:49.868Zprocess exited: duration 4101 ms, exit code 0
 
212026-06-26T04:06:49.874Zstarting task 1: "rust-toolchain"
222026-06-26T04:06:49.878Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-26T04:06:49.878Z * rust toolchain channel = "1.96.0"
242026-06-26T04:06:49.878Z * rust toolchain profile = "default"
252026-06-26T04:06:49.878Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-26T04:06:49.878Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-26T04:06:49.878Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-26T04:06:49.881Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T04:06:49.882Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-26T04:06:49.990Zinfo: downloading installer
312026-06-26T04:06:51.634Zwarn: It looks like you have an existing rustup settings file at:
322026-06-26T04:06:51.635Zwarn: /home/build/.rustup/settings.toml
332026-06-26T04:06:51.635Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-26T04:06:51.635Zwarn: instead of the one inferred from the default host triple.
352026-06-26T04:06:51.647Zinfo: profile set to default
362026-06-26T04:06:51.647Zinfo: default host triple is x86_64-unknown-illumos
372026-06-26T04:06:51.650Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-26T04:06:51.817Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-26T04:06:51.820Zinfo: downloading 6 components
402026-06-26T04:07:08.247Z
412026-06-26T04:07:08.247Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
422026-06-26T04:07:08.274Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-26T04:07:08.274Z
442026-06-26T04:07:08.274Z
452026-06-26T04:07:08.274ZRust is installed now. Great!
462026-06-26T04:07:08.274Z
472026-06-26T04:07:08.274ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-26T04:07:08.274Zenvironment variable. This has not been done automatically.
492026-06-26T04:07:08.274Z
502026-06-26T04:07:08.274ZTo configure your current shell, you need to source
512026-06-26T04:07:08.274Zthe corresponding env file under $HOME/.cargo.
522026-06-26T04:07:08.274Z
532026-06-26T04:07:08.274ZThis is usually done by running one of the following (note the leading DOT):
542026-06-26T04:07:08.274Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-26T04:07:08.274Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-26T04:07:08.274Zsource "~/.cargo/env.nu" # For nushell
572026-06-26T04:07:08.274Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-26T04:07:08.274Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-26T04:07:08.274Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-26T04:07:08.277Zwarn: no default linker (`cc`) was found in your PATH
612026-06-26T04:07:08.277Zwarn: many Rust crates require a system C toolchain to build
622026-06-26T04:07:08.356Z+ rustup --version
632026-06-26T04:07:08.366Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-26T04:07:08.369Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-26T04:07:08.387Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-26T04:07:08.390Z+ cargo --version
672026-06-26T04:07:08.403Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-26T04:07:08.406Z+ rustc --version
692026-06-26T04:07:08.425Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-26T04:07:08.428Zprocess exited: duration 18553 ms, exit code 0
 
712026-06-26T04:07:08.434Zstarting task 2: "authentication"
722026-06-26T04:07:08.450Zprocess exited: duration 16 ms, exit code 0
 
732026-06-26T04:07:08.456Zstarting task 3: "clone repository"
742026-06-26T04:07:08.459Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-26T04:07:08.462Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-26T04:07:08.495ZCloning into '/work/oxidecomputer/omicron'...
772026-06-26T04:07:18.477Z+ cd /work/oxidecomputer/omicron
782026-06-26T04:07:18.477Z+ git fetch origin f1ac12ce5c3e7769e153bc8a64a3fc40a90d31ae
792026-06-26T04:07:18.802ZFrom https://github.com/oxidecomputer/omicron
802026-06-26T04:07:18.802Z * branch f1ac12ce5c3e7769e153bc8a64a3fc40a90d31ae -> FETCH_HEAD
812026-06-26T04:07:18.813Z+ [[ -n renovate/crucible-agent-client-digest ]]
822026-06-26T04:07:18.816Z++ git branch --show-current
832026-06-26T04:07:18.816Z+ current=main
842026-06-26T04:07:18.816Z+ [[ main != renovate/crucible-agent-client-digest ]]
852026-06-26T04:07:18.816Z+ git branch -f renovate/crucible-agent-client-digest f1ac12ce5c3e7769e153bc8a64a3fc40a90d31ae
862026-06-26T04:07:18.819Z+ git checkout -f renovate/crucible-agent-client-digest
872026-06-26T04:07:19.060ZSwitched to branch 'renovate/crucible-agent-client-digest'
882026-06-26T04:07:19.063Z+ git reset --hard f1ac12ce5c3e7769e153bc8a64a3fc40a90d31ae
892026-06-26T04:07:19.079ZHEAD is now at f1ac12ce5 Update crucible-agent-client digest to 2bfe090
902026-06-26T04:07:19.082Zprocess exited: duration 10623 ms, exit code 0
 
912026-06-26T04:07:19.087Zstarting task 4: "build"
922026-06-26T04:07:19.092Z+ source .github/buildomat/ci-env.sh
932026-06-26T04:07:19.095Z++ export CARGO_TERM_COLOR=always
942026-06-26T04:07:19.095Z++ CARGO_TERM_COLOR=always
952026-06-26T04:07:19.095Z+ cargo --version
962026-06-26T04:07:19.102Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-26T04:07:19.105Z+ rustc --version
982026-06-26T04:07:19.124Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-26T04:07:19.127Z+ cd /tmp
1002026-06-26T04:07:19.127Z+ cargo new --lib test-project
1012026-06-26T04:07:19.145Z Creating library `test-project` package
1022026-06-26T04:07:19.182Znote: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1032026-06-26T04:07:19.185Z+ cd test-project
1042026-06-26T04:07:19.185Z+ cargo add omicron-common --path /work/oxidecomputer/omicron/common
1052026-06-26T04:07:19.204Z Adding omicron-common (local) to dependencies
1062026-06-26T04:07:19.207Z Features:
1072026-06-26T04:07:19.207Z - proptest
1082026-06-26T04:07:19.207Z - test-strategy
1092026-06-26T04:07:19.207Z - testing
1102026-06-26T04:07:19.225Z Updating crates.io index
1112026-06-26T04:07:19.228Z Updating git repository `https://github.com/oxidecomputer/lldp`
1122026-06-26T04:07:19.818Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1132026-06-26T04:07:20.319Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1142026-06-26T04:07:20.818Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1152026-06-26T04:07:23.674Z Locking 381 packages to latest Rust 1.96.0 compatible versions
1162026-06-26T04:07:23.677Z Adding generic-array v0.14.7 (available: v0.14.9)
1172026-06-26T04:07:23.777Z+ cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock
1182026-06-26T04:07:23.780Z+ cargo check
1192026-06-26T04:07:23.883Z Updating crates.io index
1202026-06-26T04:07:24.851Z Locking 1 package to latest Rust 1.96.0 compatible version
1212026-06-26T04:07:24.851Z Adding omicron-workspace-hack v0.1.0
1222026-06-26T04:07:24.879Z Downloading crates ...
1232026-06-26T04:07:24.939Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1242026-06-26T04:07:24.939Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1252026-06-26T04:07:24.939Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1262026-06-26T04:07:24.939Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1272026-06-26T04:07:24.939Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1282026-06-26T04:07:24.939Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1292026-06-26T04:07:24.939Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1302026-06-26T04:07:24.939Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1312026-06-26T04:07:24.939Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1322026-06-26T04:07:24.939Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1332026-06-26T04:07:24.939Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1342026-06-26T04:07:24.939Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1352026-06-26T04:07:24.939Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1362026-06-26T04:07:24.939Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1372026-06-26T04:07:24.939Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1382026-06-26T04:07:24.939Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1392026-06-26T04:07:24.939Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1402026-06-26T04:07:24.939Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1412026-06-26T04:07:24.939Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1422026-06-26T04:07:24.939Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1432026-06-26T04:07:24.939Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1442026-06-26T04:07:24.939Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1452026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1462026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1472026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1482026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1492026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1502026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1512026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1522026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1532026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1542026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1552026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1562026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1572026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1582026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1592026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1602026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1612026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1622026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1632026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1642026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1652026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1662026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1672026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1682026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1692026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1702026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1712026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1722026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1732026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1742026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1752026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1762026-06-26T04:07:24.944Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1772026-06-26T04:07:24.945Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1782026-06-26T04:07:24.945Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1792026-06-26T04:07:24.945Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1802026-06-26T04:07:24.945Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1812026-06-26T04:07:24.945Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1822026-06-26T04:07:24.945Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1832026-06-26T04:07:24.945Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1842026-06-26T04:07:24.945Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1852026-06-26T04:07:24.945Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1862026-06-26T04:07:24.945Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1872026-06-26T04:07:24.945Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1882026-06-26T04:07:24.945Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1892026-06-26T04:07:24.945Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1902026-06-26T04:07:24.945Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1912026-06-26T04:07:24.945Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1922026-06-26T04:07:24.945Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1932026-06-26T04:07:24.945Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1942026-06-26T04:07:24.945Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1952026-06-26T04:07:24.945Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1962026-06-26T04:07:24.945Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1972026-06-26T04:07:24.945Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1982026-06-26T04:07:24.945Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
1992026-06-26T04:07:24.945Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2002026-06-26T04:07:24.949Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2012026-06-26T04:07:24.949Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2022026-06-26T04:07:24.949Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2032026-06-26T04:07:24.949Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2042026-06-26T04:07:24.949Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2052026-06-26T04:07:24.949Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2062026-06-26T04:07:24.949Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2072026-06-26T04:07:24.949Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2082026-06-26T04:07:24.949Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2092026-06-26T04:07:24.949Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2102026-06-26T04:07:24.949Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2112026-06-26T04:07:24.949Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2122026-06-26T04:07:24.949Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2132026-06-26T04:07:24.949Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2142026-06-26T04:07:24.949Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2152026-06-26T04:07:24.949Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2162026-06-26T04:07:24.949Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2172026-06-26T04:07:24.949Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2182026-06-26T04:07:24.950Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2192026-06-26T04:07:24.950Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2202026-06-26T04:07:24.950Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2212026-06-26T04:07:24.950Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2222026-06-26T04:07:24.950Zwarning: spurious network error (3 tries remaining): [16] Error in the HTTP2 framing layer
2232026-06-26T04:07:24.995Z Downloaded omicron-workspace-hack v0.1.0
2242026-06-26T04:07:25.001Z Downloaded structmeta-derive v0.3.0
2252026-06-26T04:07:25.008Z Downloaded ipnet v2.11.0
2262026-06-26T04:07:25.011Z Downloaded rand_core v0.6.4
2272026-06-26T04:07:25.011Z Downloaded miniz_oxide v0.8.9
2282026-06-26T04:07:25.014Z Downloaded litemap v0.8.1
2292026-06-26T04:07:25.017Z Downloaded memchr v2.8.0
2302026-06-26T04:07:25.020Z Downloaded pin-utils v0.1.0
2312026-06-26T04:07:25.023Z Downloaded num-conv v0.2.0
2322026-06-26T04:07:25.023Z Downloaded iri-string v0.7.10
2332026-06-26T04:07:25.026Z Downloaded tinyvec_macros v0.1.1
2342026-06-26T04:07:25.031Z Downloaded zerofrom-derive v0.1.6
2352026-06-26T04:07:25.038Z Downloaded writeable v0.6.2
2362026-06-26T04:07:25.047Z Downloaded slog v2.8.2
2372026-06-26T04:07:25.050Z Downloaded toml_parser v1.0.9+spec-1.1.0
2382026-06-26T04:07:25.062Z Downloaded thread_local v1.1.9
2392026-06-26T04:07:25.065Z Downloaded rustls v0.23.37
2402026-06-26T04:07:25.070Z Downloaded zerotrie v0.2.3
2412026-06-26T04:07:25.073Z Downloaded test-strategy v0.4.5
2422026-06-26T04:07:25.076Z Downloaded stable_deref_trait v1.2.1
2432026-06-26T04:07:25.076Z Downloaded serde_json v1.0.149
2442026-06-26T04:07:25.079Z Downloaded typenum v1.19.0
2452026-06-26T04:07:25.082Z Downloaded rustc-hash v2.1.1
2462026-06-26T04:07:25.082Z Downloaded progenitor-client v0.14.0
2472026-06-26T04:07:25.085Z Downloaded powerfmt v0.2.0
2482026-06-26T04:07:25.085Z Downloaded ident_case v1.0.1
2492026-06-26T04:07:25.085Z Downloaded smallvec v1.15.1
2502026-06-26T04:07:25.088Z Downloaded slog-bunyan v2.5.0
2512026-06-26T04:07:25.088Z Downloaded is-terminal v0.4.17
2522026-06-26T04:07:25.088Z Downloaded newtype-uuid-macros v0.1.0
2532026-06-26T04:07:25.088Z Downloaded percent-encoding v2.3.2
2542026-06-26T04:07:25.091Z Downloaded multer v3.1.0
2552026-06-26T04:07:25.093Z Downloaded scroll_derive v0.13.1
2562026-06-26T04:07:25.094Z Downloaded ppv-lite86 v0.2.21
2572026-06-26T04:07:25.096Z Downloaded tower-service v0.3.3
2582026-06-26T04:07:25.099Z Downloaded strsim v0.11.1
2592026-06-26T04:07:25.103Z Downloaded waitgroup v0.1.2
2602026-06-26T04:07:25.103Z Downloaded num_threads v0.1.7
2612026-06-26T04:07:25.103Z Downloaded utf8_iter v1.0.4
2622026-06-26T04:07:25.106Z Downloaded usdt v0.6.0
2632026-06-26T04:07:25.109Z Downloaded quote v1.0.45
2642026-06-26T04:07:25.112Z Downloaded tower-http v0.6.8
2652026-06-26T04:07:25.115Z Downloaded strum_macros v0.27.2
2662026-06-26T04:07:25.118Z Downloaded plain v0.2.3
2672026-06-26T04:07:25.118Z Downloaded time-macros v0.2.27
2682026-06-26T04:07:25.121Z Downloaded oxnet v0.1.6
2692026-06-26T04:07:25.121Z Downloaded untrusted v0.9.0
2702026-06-26T04:07:25.121Z Downloaded signal-hook-registry v1.4.8
2712026-06-26T04:07:25.124Z Downloaded slog-term v2.9.2
2722026-06-26T04:07:25.124Z Downloaded rand_xorshift v0.4.0
2732026-06-26T04:07:25.127Z Downloaded slog-async v2.8.0
2742026-06-26T04:07:25.127Z Downloaded ryu v1.0.23
2752026-06-26T04:07:25.131Z Downloaded rand_chacha v0.9.0
2762026-06-26T04:07:25.131Z Downloaded paste v1.0.15
2772026-06-26T04:07:25.131Z Downloaded shlex v1.3.0
2782026-06-26T04:07:25.131Z Downloaded serde_path_to_error v0.1.20
2792026-06-26T04:07:25.136Z Downloaded zerovec-derive v0.11.2
2802026-06-26T04:07:25.139Z Downloaded serde_tokenstream v0.2.3
2812026-06-26T04:07:25.139Z Downloaded yoke v0.8.1
2822026-06-26T04:07:25.139Z Downloaded synstructure v0.13.2
2832026-06-26T04:07:25.142Z Downloaded simd-adler32 v0.3.8
2842026-06-26T04:07:25.145Z Downloaded ref-cast v1.0.25
2852026-06-26T04:07:25.148Z Downloaded log v0.4.29
2862026-06-26T04:07:25.151Z Downloaded ucd-trie v0.1.7
2872026-06-26T04:07:25.151Z Downloaded pest_derive v2.8.6
2882026-06-26T04:07:25.155Z Downloaded tokio-rustls v0.26.4
2892026-06-26T04:07:25.164Z Downloaded thiserror-impl v2.0.18
2902026-06-26T04:07:25.166Z Downloaded uuid v1.23.0
2912026-06-26T04:07:25.169Z Downloaded tempfile v3.25.0
2922026-06-26T04:07:25.172Z Downloaded serde_with v3.17.0
2932026-06-26T04:07:25.176Z Downloaded tinyvec v1.10.0
2942026-06-26T04:07:25.179Z Downloaded usdt-impl v0.6.0
2952026-06-26T04:07:25.179Z Downloaded proptest v1.10.0
2962026-06-26T04:07:25.184Z Downloaded version_check v0.9.5
2972026-06-26T04:07:25.188Z Downloaded parse-display v0.10.0
2982026-06-26T04:07:25.191Z Downloaded zerovec v0.11.5
2992026-06-26T04:07:25.194Z Downloaded pretty-hex v0.4.1
3002026-06-26T04:07:25.194Z Downloaded iddqd v0.4.2
3012026-06-26T04:07:25.198Z Downloaded zerocopy v0.8.40
3022026-06-26T04:07:25.203Z Downloaded time-core v0.1.8
3032026-06-26T04:07:25.206Z Downloaded indexmap v2.14.0
3042026-06-26T04:07:25.206Z Downloaded lru-slab v0.1.2
3052026-06-26T04:07:25.209Z Downloaded tower-layer v0.3.3
3062026-06-26T04:07:25.209Z Downloaded slog-json v2.6.1
3072026-06-26T04:07:25.213Z Downloaded serde_urlencoded v0.7.1
3082026-06-26T04:07:25.213Z Downloaded usdt-macro v0.6.0
3092026-06-26T04:07:25.213Z Downloaded rand_chacha v0.3.1
3102026-06-26T04:07:25.216Z Downloaded zerofrom v0.1.6
3112026-06-26T04:07:25.216Z Downloaded usdt-attr-macro v0.6.0
3122026-06-26T04:07:25.216Z Downloaded scopeguard v1.2.0
3132026-06-26T04:07:25.216Z Downloaded quick-error v1.2.3
3142026-06-26T04:07:25.219Z Downloaded thiserror v1.0.69
3152026-06-26T04:07:25.222Z Downloaded sha2 v0.10.9
3162026-06-26T04:07:25.222Z Downloaded pest v2.8.6
3172026-06-26T04:07:25.225Z Downloaded unarray v0.1.4
3182026-06-26T04:07:25.225Z Downloaded openssl-probe v0.2.1
3192026-06-26T04:07:25.228Z Downloaded subtle v2.6.1
3202026-06-26T04:07:25.230Z Downloaded instant v0.1.13
3212026-06-26T04:07:25.231Z Downloaded macaddr v1.0.1
3222026-06-26T04:07:25.234Z Downloaded structmeta v0.3.0
3232026-06-26T04:07:25.247Z Downloaded want v0.3.1
3242026-06-26T04:07:25.253Z Downloaded take_mut v0.2.2
3252026-06-26T04:07:25.256Z Downloaded strum v0.27.2
3262026-06-26T04:07:25.256Z Downloaded wait-timeout v0.2.1
3272026-06-26T04:07:25.256Z Downloaded rusty-fork v0.3.1
3282026-06-26T04:07:25.259Z Downloaded yoke-derive v0.8.1
3292026-06-26T04:07:25.259Z Downloaded sync_wrapper v1.0.2
3302026-06-26T04:07:25.259Z Downloaded strum v0.26.3
3312026-06-26T04:07:25.259Z Downloaded rand_core v0.9.5
3322026-06-26T04:07:25.262Z Downloaded sha1 v0.10.6
3332026-06-26T04:07:25.262Z Downloaded thiserror v2.0.18
3342026-06-26T04:07:25.265Z Downloaded slab v0.4.12
3352026-06-26T04:07:25.265Z Downloaded serde_spanned v1.0.4
3362026-06-26T04:07:25.267Z Downloaded try-lock v0.2.5
3372026-06-26T04:07:25.267Z Downloaded match_cfg v0.1.0
3382026-06-26T04:07:25.267Z Downloaded thread-id v5.1.0
3392026-06-26T04:07:25.271Z Downloaded rustls-native-certs v0.8.3
3402026-06-26T04:07:25.274Z Downloaded zeroize v1.8.2
3412026-06-26T04:07:25.274Z Downloaded scroll v0.13.0
3422026-06-26T04:07:25.277Z Downloaded jobserver v0.1.34
3432026-06-26T04:07:25.277Z Downloaded toml_writer v1.0.6+spec-1.1.0
3442026-06-26T04:07:25.277Z Downloaded serde_derive_internals v0.29.1
3452026-06-26T04:07:25.281Z Downloaded serde_derive v1.0.228
3462026-06-26T04:07:25.284Z Downloaded toml_datetime v1.0.0+spec-1.1.0
3472026-06-26T04:07:25.290Z Downloaded mime v0.3.17
3482026-06-26T04:07:25.293Z Downloaded tokio-rustls v0.25.0
3492026-06-26T04:07:25.293Z Downloaded spin v0.9.8
3502026-06-26T04:07:25.293Z Downloaded parse-display-derive v0.10.0
3512026-06-26T04:07:25.297Z Downloaded serde_with_macros v3.17.0
3522026-06-26T04:07:25.297Z Downloaded proc-macro2 v1.0.106
3532026-06-26T04:07:25.297Z Downloaded socket2 v0.6.3
3542026-06-26T04:07:25.301Z Downloaded term v1.2.1
3552026-06-26T04:07:25.304Z Downloaded toml v1.0.6+spec-1.1.0
3562026-06-26T04:07:25.308Z Downloaded tinystr v0.8.2
3572026-06-26T04:07:25.308Z Downloaded ipnetwork v0.21.1
3582026-06-26T04:07:25.308Z Downloaded zmij v1.0.21
3592026-06-26T04:07:25.313Z Downloaded tracing-core v0.1.36
3602026-06-26T04:07:25.317Z Downloaded itoa v1.0.17
3612026-06-26T04:07:25.317Z Downloaded tokio-macros v2.7.0
3622026-06-26T04:07:25.328Z Downloaded num-traits v0.2.19
3632026-06-26T04:07:25.334Z Downloaded quinn-udp v0.5.14
3642026-06-26T04:07:25.334Z Downloaded semver v1.0.28
3652026-06-26T04:07:25.334Z Downloaded pest_generator v2.8.6
3662026-06-26T04:07:25.338Z Downloaded zerocopy-derive v0.8.40
3672026-06-26T04:07:25.343Z Downloaded unicode-ident v1.0.24
3682026-06-26T04:07:25.343Z Downloaded tower v0.5.3
3692026-06-26T04:07:25.346Z Downloaded potential_utf v0.1.4
3702026-06-26T04:07:25.346Z Downloaded parking_lot_core v0.9.12
3712026-06-26T04:07:25.346Z Downloaded time v0.3.47
3722026-06-26T04:07:25.355Z Downloaded tokio-util v0.7.18
3732026-06-26T04:07:25.359Z Downloaded rustversion v1.0.22
3742026-06-26T04:07:25.359Z Downloaded rustls-pemfile v2.2.0
3752026-06-26T04:07:25.362Z Downloaded ref-cast-impl v1.0.25
3762026-06-26T04:07:25.362Z Downloaded idna_adapter v1.2.1
3772026-06-26T04:07:25.362Z Downloaded lock_api v0.4.14
3782026-06-26T04:07:25.369Z Downloaded pin-project-lite v0.2.17
3792026-06-26T04:07:25.372Z Downloaded winnow v0.7.14
3802026-06-26T04:07:25.377Z Downloaded schemars_derive v0.8.22
3812026-06-26T04:07:25.388Z Downloaded progenitor-extras v0.2.0
3822026-06-26T04:07:25.391Z Downloaded tracing v0.1.44
3832026-06-26T04:07:25.397Z Downloaded parking_lot v0.12.5
3842026-06-26T04:07:25.399Z Downloaded memmap2 v0.9.10
3852026-06-26T04:07:25.399Z Downloaded once_cell v1.21.3
3862026-06-26T04:07:25.412Z Downloaded serde v1.0.228
3872026-06-26T04:07:25.436Z Downloaded newtype-uuid v1.3.2
3882026-06-26T04:07:25.440Z Downloaded tokio v1.52.1
3892026-06-26T04:07:25.462Z Downloaded serde_core v1.0.228
3902026-06-26T04:07:25.465Z Downloaded strum_macros v0.26.4
3912026-06-26T04:07:25.465Z Downloaded pest_meta v2.8.6
3922026-06-26T04:07:25.469Z Downloaded rustls-platform-verifier v0.6.2
3932026-06-26T04:07:25.469Z Downloaded thiserror-impl v1.0.69
3942026-06-26T04:07:25.472Z Downloaded icu_provider v2.1.1
3952026-06-26T04:07:25.475Z Downloaded mio v1.2.0
3962026-06-26T04:07:25.493Z Downloaded rand v0.8.6
3972026-06-26T04:07:25.496Z Downloaded rustls-webpki v0.103.9
3982026-06-26T04:07:25.513Z Downloaded quinn v0.11.9
3992026-06-26T04:07:25.516Z Downloaded rand v0.9.2
4002026-06-26T04:07:25.518Z Downloaded quinn-proto v0.11.13
4012026-06-26T04:07:25.546Z Downloaded idna v1.1.0
4022026-06-26T04:07:25.555Z Downloaded rustls-webpki v0.102.8
4032026-06-26T04:07:25.566Z Downloaded itertools v0.14.0
4042026-06-26T04:07:25.569Z Downloaded syn v2.0.117
4052026-06-26T04:07:25.575Z Downloaded reqwest v0.13.2
4062026-06-26T04:07:25.578Z Downloaded errno v0.3.14
4072026-06-26T04:07:25.581Z Downloaded regex v1.12.3
4082026-06-26T04:07:25.598Z Downloaded regress v0.10.5
4092026-06-26T04:07:25.602Z Downloaded hostname v0.3.1
4102026-06-26T04:07:25.610Z Downloaded autocfg v1.5.0
4112026-06-26T04:07:25.619Z Downloaded futures v0.3.32
4122026-06-26T04:07:25.627Z Downloaded hostname v0.4.2
4132026-06-26T04:07:25.630Z Downloaded rustls v0.22.4
4142026-06-26T04:07:25.639Z Downloaded futures-sink v0.3.32
4152026-06-26T04:07:25.669Z Downloaded icu_locale_core v2.1.1
4162026-06-26T04:07:25.676Z Downloaded atomicwrites v0.4.4
4172026-06-26T04:07:25.683Z Downloaded url v2.5.8
4182026-06-26T04:07:25.689Z Downloaded bit-set v0.8.0
4192026-06-26T04:07:25.691Z Downloaded futures-io v0.3.32
4202026-06-26T04:07:25.691Z Downloaded compression-core v0.4.31
4212026-06-26T04:07:25.703Z Downloaded regex-syntax v0.8.10
4222026-06-26T04:07:25.717Z Downloaded futures-task v0.3.32
4232026-06-26T04:07:25.722Z Downloaded heck v0.5.0
4242026-06-26T04:07:25.725Z Downloaded openapiv3 v2.2.0
4252026-06-26T04:07:25.739Z Downloaded fastrand v2.3.0
4262026-06-26T04:07:25.741Z Downloaded erased-serde v0.3.31
4272026-06-26T04:07:25.751Z Downloaded rustix v1.1.3
4282026-06-26T04:07:25.763Z Downloaded goblin v0.10.5
4292026-06-26T04:07:25.776Z Downloaded futures-util v0.3.32
4302026-06-26T04:07:25.783Z Downloaded async-trait v0.1.89
4312026-06-26T04:07:25.786Z Downloaded fnv v1.0.7
4322026-06-26T04:07:25.786Z Downloaded backoff v0.4.0
4332026-06-26T04:07:25.792Z Downloaded cfg-if v1.0.4
4342026-06-26T04:07:25.795Z Downloaded dof v0.4.0
4352026-06-26T04:07:25.825Z Downloaded schemars v0.8.22
4362026-06-26T04:07:25.854Z Downloaded deranged v0.5.8
4372026-06-26T04:07:25.871Z Downloaded hyper-util v0.1.20
4382026-06-26T04:07:25.875Z Downloaded http v1.4.0
4392026-06-26T04:07:25.883Z Downloaded atomic-waker v1.1.2
4402026-06-26T04:07:25.886Z Downloaded crossbeam-utils v0.8.21
4412026-06-26T04:07:25.895Z Downloaded cfg_aliases v0.2.1
4422026-06-26T04:07:25.898Z Downloaded aws-lc-rs v1.16.3
4432026-06-26T04:07:25.901Z Downloaded compression-codecs v0.4.37
4442026-06-26T04:07:25.920Z Downloaded dropshot_endpoint v0.17.0
4452026-06-26T04:07:25.927Z Downloaded hyper v1.8.1
4462026-06-26T04:07:25.930Z Downloaded httpdate v1.0.3
4472026-06-26T04:07:25.934Z Downloaded async-stream v0.3.6
4482026-06-26T04:07:25.946Z Downloaded icu_properties v2.1.2
4492026-06-26T04:07:25.954Z Downloaded either v1.15.0
4502026-06-26T04:07:25.960Z Downloaded daft-derive v0.1.7
4512026-06-26T04:07:25.974Z Downloaded hashbrown v0.17.0
4522026-06-26T04:07:25.982Z Downloaded cpufeatures v0.2.17
4532026-06-26T04:07:25.985Z Downloaded cc v1.2.56
4542026-06-26T04:07:25.995Z Downloaded adler2 v2.0.1
4552026-06-26T04:07:26.007Z Downloaded futures-core v0.3.32
4562026-06-26T04:07:26.017Z Downloaded libc v0.2.185
4572026-06-26T04:07:26.035Z Downloaded allocator-api2 v0.2.21
4582026-06-26T04:07:26.038Z Downloaded bytes v1.11.1
4592026-06-26T04:07:26.038Z Downloaded flate2 v1.1.9
4602026-06-26T04:07:26.054Z Downloaded camino v1.2.2
4612026-06-26T04:07:26.057Z Downloaded futures-executor v0.3.32
4622026-06-26T04:07:26.066Z Downloaded hex v0.4.3
4632026-06-26T04:07:26.074Z Downloaded equivalent v1.0.2
4642026-06-26T04:07:26.084Z Downloaded digest v0.10.7
4652026-06-26T04:07:26.090Z Downloaded crc32fast v1.5.0
4662026-06-26T04:07:26.095Z Downloaded darling_core v0.21.3
4672026-06-26T04:07:26.105Z Downloaded iana-time-zone v0.1.65
4682026-06-26T04:07:26.116Z Downloaded base64 v0.22.1
4692026-06-26T04:07:26.127Z Downloaded foldhash v0.2.0
4702026-06-26T04:07:26.141Z Downloaded hyper-rustls v0.27.7
4712026-06-26T04:07:26.144Z Downloaded getrandom v0.4.1
4722026-06-26T04:07:26.144Z Downloaded rustls-pki-types v1.14.0
4732026-06-26T04:07:26.148Z Downloaded http-body v1.0.1
4742026-06-26T04:07:26.160Z Downloaded icu_normalizer_data v2.1.1
4752026-06-26T04:07:26.198Z Downloaded derive-ex v0.1.8
4762026-06-26T04:07:26.211Z Downloaded form_urlencoded v1.2.2
4772026-06-26T04:07:26.214Z Downloaded futures-macro v0.3.32
4782026-06-26T04:07:26.214Z Downloaded rustix v0.38.44
4792026-06-26T04:07:26.224Z Downloaded cmake v0.1.57
4802026-06-26T04:07:26.240Z Downloaded icu_collections v2.1.1
4812026-06-26T04:07:26.243Z Downloaded dunce v1.0.5
4822026-06-26T04:07:26.247Z Downloaded crypto-common v0.1.7
4832026-06-26T04:07:26.247Z Downloaded h2 v0.4.13
4842026-06-26T04:07:26.265Z Downloaded futures-channel v0.3.32
4852026-06-26T04:07:26.276Z Downloaded fs_extra v1.3.0
4862026-06-26T04:07:26.286Z Downloaded bit-vec v0.8.0
4872026-06-26T04:07:26.307Z Downloaded daft v0.1.7
4882026-06-26T04:07:26.369Z Downloaded humantime v2.3.0
4892026-06-26T04:07:26.372Z Downloaded find-msvc-tools v0.1.9
4902026-06-26T04:07:26.385Z Downloaded aho-corasick v1.1.4
4912026-06-26T04:07:26.389Z Downloaded backon v1.6.0
4922026-06-26T04:07:26.407Z Downloaded async-compression v0.4.41
4932026-06-26T04:07:26.412Z Downloaded chrono v0.4.44
4942026-06-26T04:07:26.433Z Downloaded generic-array v0.14.7
4952026-06-26T04:07:26.457Z Downloaded darling v0.21.3
4962026-06-26T04:07:26.475Z Downloaded httparse v1.10.1
4972026-06-26T04:07:26.478Z Downloaded crossbeam-channel v0.5.15
4982026-06-26T04:07:26.481Z Downloaded ring v0.17.14
4992026-06-26T04:07:26.500Z Downloaded dtrace-parser v0.3.0
5002026-06-26T04:07:26.504Z Downloaded icu_properties_data v2.1.2
5012026-06-26T04:07:26.507Z Downloaded async-stream-impl v0.3.6
5022026-06-26T04:07:26.507Z Downloaded displaydoc v0.2.5
5032026-06-26T04:07:26.511Z Downloaded bitflags v2.11.0
5042026-06-26T04:07:26.514Z Downloaded http-body-util v0.1.3
5052026-06-26T04:07:26.517Z Downloaded icu_normalizer v2.1.1
5062026-06-26T04:07:26.523Z Downloaded block-buffer v0.10.4
5072026-06-26T04:07:26.534Z Downloaded getrandom v0.2.17
5082026-06-26T04:07:26.544Z Downloaded darling_macro v0.21.3
5092026-06-26T04:07:26.547Z Downloaded regex-automata v0.4.14
5102026-06-26T04:07:26.553Z Downloaded debug-ignore v1.0.5
5112026-06-26T04:07:26.557Z Downloaded byteorder v1.5.0
5122026-06-26T04:07:26.557Z Downloaded dyn-clone v1.0.20
5132026-06-26T04:07:26.587Z Downloaded getrandom v0.3.4
5142026-06-26T04:07:26.608Z Downloaded anyhow v1.0.102
5152026-06-26T04:07:26.611Z Downloaded hashbrown v0.16.1
5162026-06-26T04:07:26.619Z Downloaded dropshot v0.17.0
5172026-06-26T04:07:26.654Z Downloaded encoding_rs v0.8.35
5182026-06-26T04:07:27.606Z Downloaded aws-lc-sys v0.40.0
5192026-06-26T04:07:27.795Z Compiling proc-macro2 v1.0.106
5202026-06-26T04:07:27.795Z Compiling quote v1.0.45
5212026-06-26T04:07:27.795Z Compiling unicode-ident v1.0.24
5222026-06-26T04:07:27.796Z Compiling libc v0.2.185
5232026-06-26T04:07:27.796Z Checking cfg-if v1.0.4
5242026-06-26T04:07:27.796Z Compiling serde_core v1.0.228
5252026-06-26T04:07:27.799Z Checking memchr v2.8.0
5262026-06-26T04:07:27.909Z Checking itoa v1.0.17
5272026-06-26T04:07:28.043Z Compiling serde v1.0.228
5282026-06-26T04:07:28.052Z Compiling zmij v1.0.21
5292026-06-26T04:07:28.283Z Compiling serde_json v1.0.149
5302026-06-26T04:07:28.283Z Compiling shlex v1.3.0
5312026-06-26T04:07:28.357Z Compiling find-msvc-tools v0.1.9
5322026-06-26T04:07:28.368Z Checking pin-project-lite v0.2.17
5332026-06-26T04:07:28.447Z Checking smallvec v1.15.1
5342026-06-26T04:07:28.507Z Checking bytes v1.11.1
5352026-06-26T04:07:28.577Z Checking futures-core v0.3.32
5362026-06-26T04:07:28.619Z Compiling jobserver v0.1.34
5372026-06-26T04:07:28.681Z Compiling parking_lot_core v0.9.12
5382026-06-26T04:07:28.685Z Checking once_cell v1.21.3
5392026-06-26T04:07:28.718Z Checking errno v0.3.14
5402026-06-26T04:07:28.827Z Compiling cc v1.2.56
5412026-06-26T04:07:28.837Z Checking scopeguard v1.2.0
5422026-06-26T04:07:28.934Z Checking lock_api v0.4.14
5432026-06-26T04:07:28.943Z Compiling getrandom v0.4.1
5442026-06-26T04:07:29.086Z Compiling syn v2.0.117
5452026-06-26T04:07:29.124Z Checking signal-hook-registry v1.4.8
5462026-06-26T04:07:29.127Z Checking parking_lot v0.12.5
5472026-06-26T04:07:29.147Z Checking mio v1.2.0
5482026-06-26T04:07:29.202Z Checking socket2 v0.6.3
5492026-06-26T04:07:29.277Z Checking futures-sink v0.3.32
5502026-06-26T04:07:29.307Z Checking stable_deref_trait v1.2.1
5512026-06-26T04:07:29.365Z Checking zeroize v1.8.2
5522026-06-26T04:07:29.375Z Compiling autocfg v1.5.0
5532026-06-26T04:07:29.384Z Compiling thiserror v2.0.18
5542026-06-26T04:07:29.417Z Compiling rustversion v1.0.22
5552026-06-26T04:07:29.437Z Compiling zerocopy v0.8.40
5562026-06-26T04:07:29.499Z Checking rustls-pki-types v1.14.0
5572026-06-26T04:07:29.711Z Compiling num-traits v0.2.19
5582026-06-26T04:07:29.772Z Compiling cmake v0.1.57
5592026-06-26T04:07:29.783Z Compiling fs_extra v1.3.0
5602026-06-26T04:07:29.886Z Checking slab v0.4.12
5612026-06-26T04:07:30.027Z Compiling dunce v1.0.5
5622026-06-26T04:07:30.093Z Checking futures-channel v0.3.32
5632026-06-26T04:07:30.107Z Checking equivalent v1.0.2
5642026-06-26T04:07:30.115Z Compiling aws-lc-sys v0.40.0
5652026-06-26T04:07:30.125Z Checking untrusted v0.9.0
5662026-06-26T04:07:30.175Z Compiling version_check v0.9.5
5672026-06-26T04:07:30.318Z Checking http v1.4.0
5682026-06-26T04:07:30.410Z Checking futures-io v0.3.32
5692026-06-26T04:07:30.520Z Checking iana-time-zone v0.1.65
5702026-06-26T04:07:30.622Z Checking bitflags v2.11.0
5712026-06-26T04:07:30.633Z Checking futures-task v0.3.32
5722026-06-26T04:07:30.663Z Compiling ucd-trie v0.1.7
5732026-06-26T04:07:30.763Z Checking log v0.4.29
5742026-06-26T04:07:30.775Z Compiling aws-lc-rs v1.16.3
5752026-06-26T04:07:30.830Z Compiling pest v2.8.6
5762026-06-26T04:07:30.890Z Checking fnv v1.0.7
5772026-06-26T04:07:30.894Z Compiling schemars v0.8.22
5782026-06-26T04:07:30.910Z Checking uuid v1.23.0
5792026-06-26T04:07:30.984Z Checking semver v1.0.28
5802026-06-26T04:07:31.077Z Compiling httparse v1.10.1
5812026-06-26T04:07:31.145Z Checking writeable v0.6.2
5822026-06-26T04:07:31.188Z Checking subtle v2.6.1
5832026-06-26T04:07:31.199Z Checking hashbrown v0.17.0
5842026-06-26T04:07:31.299Z Checking litemap v0.8.1
5852026-06-26T04:07:31.317Z Checking dyn-clone v1.0.20
5862026-06-26T04:07:31.410Z Checking http-body v1.0.1
5872026-06-26T04:07:31.458Z Compiling slog v2.8.2
5882026-06-26T04:07:31.467Z Checking tracing-core v0.1.36
5892026-06-26T04:07:31.533Z Checking getrandom v0.2.17
5902026-06-26T04:07:31.664Z Compiling heck v0.5.0
5912026-06-26T04:07:31.667Z Checking atomic-waker v1.1.2
5922026-06-26T04:07:31.667Z Checking indexmap v2.14.0
5932026-06-26T04:07:31.776Z Compiling icu_properties_data v2.1.2
5942026-06-26T04:07:31.779Z Compiling icu_normalizer_data v2.1.1
5952026-06-26T04:07:31.894Z Compiling pest_meta v2.8.6
5962026-06-26T04:07:31.988Z Compiling synstructure v0.13.2
5972026-06-26T04:07:32.001Z Compiling serde_derive_internals v0.29.1
5982026-06-26T04:07:32.054Z Checking percent-encoding v2.3.2
5992026-06-26T04:07:32.126Z Checking tracing v0.1.44
6002026-06-26T04:07:32.300Z Compiling typenum v1.19.0
6012026-06-26T04:07:32.395Z Compiling getrandom v0.3.4
6022026-06-26T04:07:32.461Z Compiling pest_generator v2.8.6
6032026-06-26T04:07:32.601Z Compiling rustix v1.1.3
6042026-06-26T04:07:32.623Z Checking tower-layer v0.3.3
6052026-06-26T04:07:32.687Z Checking tower-service v0.3.3
6062026-06-26T04:07:32.703Z Compiling rustls v0.23.37
6072026-06-26T04:07:32.764Z Checking try-lock v0.2.5
6082026-06-26T04:07:32.774Z Checking fastrand v2.3.0
6092026-06-26T04:07:32.856Z Checking base64 v0.22.1
6102026-06-26T04:07:32.896Z Checking want v0.3.1
6112026-06-26T04:07:33.048Z Compiling generic-array v0.14.7
6122026-06-26T04:07:33.075Z Compiling ring v0.17.14
6132026-06-26T04:07:33.100Z Compiling serde_derive v1.0.228
6142026-06-26T04:07:33.110Z Compiling zerocopy-derive v0.8.40
6152026-06-26T04:07:33.120Z Compiling tokio-macros v2.7.0
6162026-06-26T04:07:33.148Z Compiling zerofrom-derive v0.1.6
6172026-06-26T04:07:33.246Z Compiling yoke-derive v0.8.1
6182026-06-26T04:07:33.322Z Compiling zerovec-derive v0.11.2
6192026-06-26T04:07:33.560Z Compiling thiserror-impl v2.0.18
6202026-06-26T04:07:33.812Z Checking tokio v1.52.1
6212026-06-26T04:07:34.201Z Compiling displaydoc v0.2.5
6222026-06-26T04:07:34.270Z Checking zerofrom v0.1.6
6232026-06-26T04:07:34.366Z Compiling futures-macro v0.3.32
6242026-06-26T04:07:34.378Z Checking yoke v0.8.1
6252026-06-26T04:07:34.533Z Checking zerovec v0.11.5
6262026-06-26T04:07:34.723Z Compiling schemars_derive v0.8.22
6272026-06-26T04:07:34.896Z Checking zerotrie v0.2.3
6282026-06-26T04:07:34.958Z Checking tinystr v0.8.2
6292026-06-26T04:07:35.127Z Checking icu_locale_core v2.1.1
6302026-06-26T04:07:35.130Z Checking potential_utf v0.1.4
6312026-06-26T04:07:35.147Z Checking futures-util v0.3.32
6322026-06-26T04:07:35.252Z Checking icu_collections v2.1.1
6332026-06-26T04:07:35.539Z Compiling pest_derive v2.8.6
6342026-06-26T04:07:35.869Z Checking icu_provider v2.1.1
6352026-06-26T04:07:36.029Z Checking chrono v0.4.44
6362026-06-26T04:07:36.091Z Checking erased-serde v0.3.31
6372026-06-26T04:07:36.101Z Compiling serde_tokenstream v0.2.3
6382026-06-26T04:07:36.371Z Compiling paste v1.0.15
6392026-06-26T04:07:36.404Z Checking pin-utils v0.1.0
6402026-06-26T04:07:36.463Z Checking httpdate v1.0.3
6412026-06-26T04:07:36.673Z Checking icu_properties v2.1.2
6422026-06-26T04:07:36.699Z Checking icu_normalizer v2.1.1
6432026-06-26T04:07:36.807Z Checking tokio-util v0.7.18
6442026-06-26T04:07:37.100Z Checking ppv-lite86 v0.2.21
6452026-06-26T04:07:37.201Z Checking h2 v0.4.13
6462026-06-26T04:07:37.446Z Compiling scroll_derive v0.13.1
6472026-06-26T04:07:37.457Z Compiling structmeta-derive v0.3.0
6482026-06-26T04:07:38.011Z Checking form_urlencoded v1.2.2
6492026-06-26T04:07:38.123Z Compiling crc32fast v1.5.0
6502026-06-26T04:07:38.206Z Checking ipnet v2.11.0
6512026-06-26T04:07:38.222Z Compiling num-conv v0.2.0
6522026-06-26T04:07:38.336Z Compiling usdt-impl v0.6.0
6532026-06-26T04:07:38.383Z Checking powerfmt v0.2.0
6542026-06-26T04:07:38.406Z Compiling time-core v0.1.8
6552026-06-26T04:07:38.429Z Compiling structmeta v0.3.0
6562026-06-26T04:07:38.517Z Checking deranged v0.5.8
6572026-06-26T04:07:38.536Z Compiling time-macros v0.2.27
6582026-06-26T04:07:38.615Z Checking scroll v0.13.0
6592026-06-26T04:07:38.826Z Checking rand_core v0.9.5
6602026-06-26T04:07:38.903Z Checking tempfile v3.25.0
6612026-06-26T04:07:39.017Z Checking hyper v1.8.1
6622026-06-26T04:07:39.078Z Checking idna_adapter v1.2.1
6632026-06-26T04:07:39.187Z Checking ipnetwork v0.21.1
6642026-06-26T04:07:39.396Z Compiling dtrace-parser v0.3.0
6652026-06-26T04:07:39.408Z Checking sync_wrapper v1.0.2
6662026-06-26T04:07:39.477Z Compiling thread-id v5.1.0
6672026-06-26T04:07:39.493Z Compiling strsim v0.11.1
6682026-06-26T04:07:39.671Z Checking regex-syntax v0.8.10
6692026-06-26T04:07:39.770Z Compiling dof v0.4.0
6702026-06-26T04:07:39.832Z Checking utf8_iter v1.0.4
6712026-06-26T04:07:39.858Z Compiling byteorder v1.5.0
6722026-06-26T04:07:39.871Z Checking hyper-util v0.1.20
6732026-06-26T04:07:39.944Z Checking plain v0.2.3
6742026-06-26T04:07:40.031Z Checking adler2 v2.0.1
6752026-06-26T04:07:40.067Z Checking ryu v1.0.23
6762026-06-26T04:07:40.123Z Compiling crossbeam-utils v0.8.21
6772026-06-26T04:07:40.180Z Compiling ident_case v1.0.1
6782026-06-26T04:07:40.189Z Compiling omicron-workspace-hack v0.1.0
6792026-06-26T04:07:40.292Z Checking simd-adler32 v0.3.8
6802026-06-26T04:07:40.406Z Checking num_threads v0.1.7
6812026-06-26T04:07:40.422Z Checking openssl-probe v0.2.1
6822026-06-26T04:07:40.444Z Checking miniz_oxide v0.8.9
6832026-06-26T04:07:40.486Z Checking time v0.3.47
6842026-06-26T04:07:40.520Z Checking rustls-native-certs v0.8.3
6852026-06-26T04:07:40.630Z Compiling darling_core v0.21.3
6862026-06-26T04:07:40.762Z Checking serde_urlencoded v0.7.1
6872026-06-26T04:07:40.906Z Checking goblin v0.10.5
6882026-06-26T04:07:40.944Z Checking idna v1.1.0
6892026-06-26T04:07:41.022Z Checking tower v0.5.3
6902026-06-26T04:07:41.170Z Checking oxnet v0.1.6
6912026-06-26T04:07:41.402Z Checking newtype-uuid v1.3.2
6922026-06-26T04:07:41.452Z Compiling daft-derive v0.1.7
6932026-06-26T04:07:41.513Z Checking http-body-util v0.1.3
6942026-06-26T04:07:41.558Z Compiling aho-corasick v1.1.4
6952026-06-26T04:07:41.894Z Compiling rustls v0.22.4
6962026-06-26T04:07:41.939Z Checking iri-string v0.7.10
6972026-06-26T04:07:42.089Z Compiling camino v1.2.2
6982026-06-26T04:07:42.146Z Compiling rustix v0.38.44
6992026-06-26T04:07:42.396Z Checking pretty-hex v0.4.1
7002026-06-26T04:07:42.544Z Checking daft v0.1.7
7012026-06-26T04:07:42.702Z Compiling darling_macro v0.21.3
7022026-06-26T04:07:42.761Z Checking rustls-webpki v0.102.8
7032026-06-26T04:07:42.789Z Checking flate2 v1.1.9
7042026-06-26T04:07:42.927Z Checking tower-http v0.6.8
7052026-06-26T04:07:43.060Z Checking url v2.5.8
7062026-06-26T04:07:43.185Z Checking block-buffer v0.10.4
7072026-06-26T04:07:43.213Z Checking crypto-common v0.1.7
7082026-06-26T04:07:43.301Z Checking rand_chacha v0.9.0
7092026-06-26T04:07:43.316Z Checking rand_core v0.6.4
7102026-06-26T04:07:43.415Z Compiling regex-automata v0.4.14
7112026-06-26T04:07:43.437Z Compiling multer v3.1.0
7122026-06-26T04:07:43.470Z Checking wait-timeout v0.2.1
7132026-06-26T04:07:43.592Z Checking thread_local v1.1.9
7142026-06-26T04:07:43.645Z Checking winnow v0.7.14
7152026-06-26T04:07:43.749Z Compiling anyhow v1.0.102
7162026-06-26T04:07:43.988Z Checking match_cfg v0.1.0
7172026-06-26T04:07:44.006Z Checking compression-core v0.4.31
7182026-06-26T04:07:44.045Z Checking quick-error v1.2.3
7192026-06-26T04:07:44.056Z Checking bit-vec v0.8.0
7202026-06-26T04:07:44.118Z Checking allocator-api2 v0.2.21
7212026-06-26T04:07:44.136Z Compiling slog-async v2.8.0
7222026-06-26T04:07:44.202Z Compiling ref-cast v1.0.25
7232026-06-26T04:07:44.235Z Compiling thiserror v1.0.69
7242026-06-26T04:07:44.385Z Checking foldhash v0.2.0
7252026-06-26T04:07:44.437Z Checking bit-set v0.8.0
7262026-06-26T04:07:44.527Z Checking hashbrown v0.16.1
7272026-06-26T04:07:44.573Z Checking rusty-fork v0.3.1
7282026-06-26T04:07:44.699Z Checking toml_parser v1.0.9+spec-1.1.0
7292026-06-26T04:07:44.709Z Checking compression-codecs v0.4.37
7302026-06-26T04:07:44.861Z Checking hostname v0.3.1
7312026-06-26T04:07:44.950Z Checking rand_chacha v0.3.1
7322026-06-26T04:07:44.966Z Checking rand v0.9.2
7332026-06-26T04:07:44.979Z Checking crossbeam-channel v0.5.15
7342026-06-26T04:07:45.008Z Checking digest v0.10.7
7352026-06-26T04:07:45.013Z Compiling darling v0.21.3
7362026-06-26T04:07:45.090Z Compiling regex v1.12.3
7372026-06-26T04:07:45.409Z Checking slog-json v2.6.1
7382026-06-26T04:07:45.474Z Compiling usdt-macro v0.6.0
7392026-06-26T04:07:45.530Z Compiling usdt-attr-macro v0.6.0
7402026-06-26T04:07:45.553Z Checking rand_xorshift v0.4.0
7412026-06-26T04:07:45.662Z Compiling derive-ex v0.1.8
7422026-06-26T04:07:45.733Z Checking futures-executor v0.3.32
7432026-06-26T04:07:45.871Z Compiling async-stream-impl v0.3.6
7442026-06-26T04:07:45.895Z Compiling ref-cast-impl v1.0.25
7452026-06-26T04:07:45.929Z Compiling strum_macros v0.26.4
7462026-06-26T04:07:46.106Z Compiling thiserror-impl v1.0.69
7472026-06-26T04:07:46.206Z Compiling async-trait v0.1.89
7482026-06-26T04:07:46.440Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
7492026-06-26T04:07:46.449Z Compiling dropshot v0.17.0
7502026-06-26T04:07:46.546Z Checking serde_spanned v1.0.4
7512026-06-26T04:07:46.657Z Checking toml_datetime v1.0.0+spec-1.1.0
7522026-06-26T04:07:46.667Z Checking memmap2 v0.9.10
7532026-06-26T04:07:46.818Z Checking is-terminal v0.4.17
7542026-06-26T04:07:46.844Z Checking encoding_rs v0.8.35
7552026-06-26T04:07:46.856Z Checking hex v0.4.3
7562026-06-26T04:07:46.895Z Checking take_mut v0.2.2
7572026-06-26T04:07:47.056Z Checking term v1.2.1
7582026-06-26T04:07:47.114Z Checking spin v0.9.8
7592026-06-26T04:07:47.145Z Checking cpufeatures v0.2.17
7602026-06-26T04:07:47.203Z Checking unarray v0.1.4
7612026-06-26T04:07:47.213Z Checking mime v0.3.17
7622026-06-26T04:07:47.216Z Checking toml_writer v1.0.6+spec-1.1.0
7632026-06-26T04:07:47.260Z Compiling dropshot_endpoint v0.17.0
7642026-06-26T04:07:47.263Z Checking slog-term v2.9.2
7652026-06-26T04:07:47.291Z Checking proptest v1.10.0
7662026-06-26T04:07:47.366Z Checking sha1 v0.10.6
7672026-06-26T04:07:47.379Z Checking toml v1.0.6+spec-1.1.0
7682026-06-26T04:07:47.471Z Checking strum v0.26.3
7692026-06-26T04:07:47.517Z Compiling test-strategy v0.4.5
7702026-06-26T04:07:47.571Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
7712026-06-26T04:07:47.697Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
7722026-06-26T04:07:47.752Z Checking usdt v0.6.0
7732026-06-26T04:07:47.833Z Checking tokio-rustls v0.25.0
7742026-06-26T04:07:47.899Z Checking async-stream v0.3.6
7752026-06-26T04:07:47.959Z Compiling parse-display-derive v0.10.0
7762026-06-26T04:07:48.019Z Checking futures v0.3.32
7772026-06-26T04:07:48.030Z Checking atomicwrites v0.4.4
7782026-06-26T04:07:48.082Z Checking slog-bunyan v2.5.0
7792026-06-26T04:07:48.140Z Checking rand v0.8.6
7802026-06-26T04:07:48.188Z Compiling serde_with_macros v3.17.0
7812026-06-26T04:07:48.458Z Checking async-compression v0.4.41
7822026-06-26T04:07:48.697Z Compiling newtype-uuid-macros v0.1.0
7832026-06-26T04:07:48.750Z Checking openapiv3 v2.2.0
7842026-06-26T04:07:48.801Z Compiling strum_macros v0.27.2
7852026-06-26T04:07:48.832Z Checking backon v1.6.0
7862026-06-26T04:07:48.879Z Checking waitgroup v0.1.2
7872026-06-26T04:07:48.968Z Checking rustls-pemfile v2.2.0
7882026-06-26T04:07:48.980Z Checking serde_path_to_error v0.1.20
7892026-06-26T04:07:49.097Z Checking hostname v0.4.2
7902026-06-26T04:07:49.185Z Checking instant v0.1.13
7912026-06-26T04:07:49.205Z Checking debug-ignore v1.0.5
7922026-06-26T04:07:49.236Z Checking either v1.15.0
7932026-06-26T04:07:49.263Z Checking backoff v0.4.0
7942026-06-26T04:07:49.291Z Checking serde_with v3.17.0
7952026-06-26T04:07:49.410Z Checking itertools v0.14.0
7962026-06-26T04:07:49.414Z Checking parse-display v0.10.0
7972026-06-26T04:07:49.420Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
7982026-06-26T04:07:49.438Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
7992026-06-26T04:07:49.545Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
8002026-06-26T04:07:49.755Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
8012026-06-26T04:07:49.766Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
8022026-06-26T04:07:49.835Z Checking iddqd v0.4.2
8032026-06-26T04:07:50.193Z Checking regress v0.10.5
8042026-06-26T04:07:50.232Z Checking macaddr v1.0.1
8052026-06-26T04:07:50.289Z Checking humantime v2.3.0
8062026-06-26T04:07:50.542Z Checking strum v0.27.2
8072026-06-26T04:07:54.867Z Checking rustls-webpki v0.103.9
8082026-06-26T04:07:56.934Z Checking tokio-rustls v0.26.4
8092026-06-26T04:07:56.940Z Checking rustls-platform-verifier v0.6.2
8102026-06-26T04:07:57.118Z Checking hyper-rustls v0.27.7
8112026-06-26T04:07:57.228Z Checking reqwest v0.13.2
8122026-06-26T04:07:57.770Z Checking progenitor-client v0.14.0
8132026-06-26T04:07:57.962Z Checking progenitor-extras v0.2.0
8142026-06-26T04:07:58.060Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
8152026-06-26T04:08:01.157Z Checking test-project v0.1.0 (/tmp/test-project)
8162026-06-26T04:08:01.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.42s
8172026-06-26T04:08:01.346Z+ cargo build --release
8182026-06-26T04:08:01.511Z Compiling proc-macro2 v1.0.106
8192026-06-26T04:08:01.511Z Compiling quote v1.0.45
8202026-06-26T04:08:01.511Z Compiling unicode-ident v1.0.24
8212026-06-26T04:08:01.511Z Compiling libc v0.2.185
8222026-06-26T04:08:01.514Z Compiling cfg-if v1.0.4
8232026-06-26T04:08:01.514Z Compiling serde_core v1.0.228
8242026-06-26T04:08:01.514Z Compiling memchr v2.8.0
8252026-06-26T04:08:01.514Z Compiling itoa v1.0.17
8262026-06-26T04:08:01.655Z Compiling serde v1.0.228
8272026-06-26T04:08:01.768Z Compiling zmij v1.0.21
8282026-06-26T04:08:01.845Z Compiling serde_json v1.0.149
8292026-06-26T04:08:01.969Z Compiling pin-project-lite v0.2.17
8302026-06-26T04:08:02.028Z Compiling shlex v1.3.0
8312026-06-26T04:08:02.048Z Compiling find-msvc-tools v0.1.9
8322026-06-26T04:08:02.053Z Compiling smallvec v1.15.1
8332026-06-26T04:08:02.256Z Compiling jobserver v0.1.34
8342026-06-26T04:08:02.284Z Compiling bytes v1.11.1
8352026-06-26T04:08:02.289Z Compiling parking_lot_core v0.9.12
8362026-06-26T04:08:02.428Z Compiling errno v0.3.14
8372026-06-26T04:08:02.540Z Compiling cc v1.2.56
8382026-06-26T04:08:02.556Z Compiling futures-core v0.3.32
8392026-06-26T04:08:02.590Z Compiling scopeguard v1.2.0
8402026-06-26T04:08:02.662Z Compiling once_cell v1.21.3
8412026-06-26T04:08:02.686Z Compiling syn v2.0.117
8422026-06-26T04:08:02.695Z Compiling lock_api v0.4.14
8432026-06-26T04:08:02.889Z Compiling getrandom v0.4.1
8442026-06-26T04:08:02.930Z Compiling signal-hook-registry v1.4.8
8452026-06-26T04:08:03.140Z Compiling parking_lot v0.12.5
8462026-06-26T04:08:03.150Z Compiling socket2 v0.6.3
8472026-06-26T04:08:03.154Z Compiling mio v1.2.0
8482026-06-26T04:08:03.324Z Compiling autocfg v1.5.0
8492026-06-26T04:08:03.456Z Compiling futures-sink v0.3.32
8502026-06-26T04:08:03.558Z Compiling zeroize v1.8.2
8512026-06-26T04:08:03.675Z Compiling stable_deref_trait v1.2.1
8522026-06-26T04:08:03.740Z Compiling thiserror v2.0.18
8532026-06-26T04:08:03.778Z Compiling num-traits v0.2.19
8542026-06-26T04:08:03.812Z Compiling rustversion v1.0.22
8552026-06-26T04:08:03.907Z Compiling rustls-pki-types v1.14.0
8562026-06-26T04:08:03.916Z Compiling cmake v0.1.57
8572026-06-26T04:08:04.045Z Compiling dunce v1.0.5
8582026-06-26T04:08:04.127Z Compiling slab v0.4.12
8592026-06-26T04:08:04.135Z Compiling fs_extra v1.3.0
8602026-06-26T04:08:04.173Z Compiling zerocopy v0.8.40
8612026-06-26T04:08:04.370Z Compiling aws-lc-sys v0.40.0
8622026-06-26T04:08:04.386Z Compiling futures-channel v0.3.32
8632026-06-26T04:08:04.567Z Compiling version_check v0.9.5
8642026-06-26T04:08:04.629Z Compiling untrusted v0.9.0
8652026-06-26T04:08:04.748Z Compiling equivalent v1.0.2
8662026-06-26T04:08:04.770Z Compiling http v1.4.0
8672026-06-26T04:08:04.826Z Compiling iana-time-zone v0.1.65
8682026-06-26T04:08:05.053Z Compiling futures-io v0.3.32
8692026-06-26T04:08:05.113Z Compiling ucd-trie v0.1.7
8702026-06-26T04:08:05.149Z Compiling bitflags v2.11.0
8712026-06-26T04:08:05.232Z Compiling futures-task v0.3.32
8722026-06-26T04:08:05.325Z Compiling pest v2.8.6
8732026-06-26T04:08:05.391Z Compiling synstructure v0.13.2
8742026-06-26T04:08:05.526Z Compiling serde_derive_internals v0.29.1
8752026-06-26T04:08:05.895Z Compiling log v0.4.29
8762026-06-26T04:08:06.100Z Compiling aws-lc-rs v1.16.3
8772026-06-26T04:08:06.210Z Compiling fnv v1.0.7
8782026-06-26T04:08:06.301Z Compiling schemars v0.8.22
8792026-06-26T04:08:06.337Z Compiling pest_meta v2.8.6
8802026-06-26T04:08:06.376Z Compiling semver v1.0.28
8812026-06-26T04:08:06.483Z Compiling uuid v1.23.0
8822026-06-26T04:08:06.526Z Compiling httparse v1.10.1
8832026-06-26T04:08:06.531Z Compiling subtle v2.6.1
8842026-06-26T04:08:06.537Z Compiling serde_derive v1.0.228
8852026-06-26T04:08:06.642Z Compiling zerocopy-derive v0.8.40
8862026-06-26T04:08:06.663Z Compiling zerofrom-derive v0.1.6
8872026-06-26T04:08:06.844Z Compiling tokio-macros v2.7.0
8882026-06-26T04:08:07.010Z Compiling yoke-derive v0.8.1
8892026-06-26T04:08:07.058Z Compiling thiserror-impl v2.0.18
8902026-06-26T04:08:07.496Z Compiling zerovec-derive v0.11.2
8912026-06-26T04:08:07.539Z Compiling tokio v1.52.1
8922026-06-26T04:08:07.778Z Compiling zerofrom v0.1.6
8932026-06-26T04:08:07.895Z Compiling displaydoc v0.2.5
8942026-06-26T04:08:07.957Z Compiling yoke v0.8.1
8952026-06-26T04:08:08.132Z Compiling futures-macro v0.3.32
8962026-06-26T04:08:08.229Z Compiling schemars_derive v0.8.22
8972026-06-26T04:08:08.520Z Compiling zerovec v0.11.5
8982026-06-26T04:08:08.601Z Compiling writeable v0.6.2
8992026-06-26T04:08:08.817Z Compiling dyn-clone v1.0.20
9002026-06-26T04:08:08.909Z Compiling futures-util v0.3.32
9012026-06-26T04:08:08.945Z Compiling hashbrown v0.17.0
9022026-06-26T04:08:09.067Z Compiling tinystr v0.8.2
9032026-06-26T04:08:09.368Z Compiling litemap v0.8.1
9042026-06-26T04:08:09.549Z Compiling chrono v0.4.44
9052026-06-26T04:08:09.570Z Compiling icu_locale_core v2.1.1
9062026-06-26T04:08:09.673Z Compiling indexmap v2.14.0
9072026-06-26T04:08:09.725Z Compiling potential_utf v0.1.4
9082026-06-26T04:08:09.887Z Compiling zerotrie v0.2.3
9092026-06-26T04:08:10.293Z Compiling pest_generator v2.8.6
9102026-06-26T04:08:10.517Z Compiling http-body v1.0.1
9112026-06-26T04:08:10.875Z Compiling slog v2.8.2
9122026-06-26T04:08:11.045Z Compiling tracing-core v0.1.36
9132026-06-26T04:08:11.084Z Compiling getrandom v0.2.17
9142026-06-26T04:08:11.287Z Compiling icu_properties_data v2.1.2
9152026-06-26T04:08:11.500Z Compiling percent-encoding v2.3.2
9162026-06-26T04:08:11.535Z Compiling atomic-waker v1.1.2
9172026-06-26T04:08:11.652Z Compiling heck v0.5.0
9182026-06-26T04:08:11.756Z Compiling icu_normalizer_data v2.1.1
9192026-06-26T04:08:11.834Z Compiling tracing v0.1.44
9202026-06-26T04:08:11.838Z Compiling tokio-util v0.7.18
9212026-06-26T04:08:11.985Z Compiling pest_derive v2.8.6
9222026-06-26T04:08:12.156Z Compiling icu_provider v2.1.1
9232026-06-26T04:08:12.473Z Compiling icu_collections v2.1.1
9242026-06-26T04:08:12.542Z Compiling erased-serde v0.3.31
9252026-06-26T04:08:12.918Z Compiling try-lock v0.2.5
9262026-06-26T04:08:12.924Z Compiling typenum v1.19.0
9272026-06-26T04:08:13.003Z Compiling tower-service v0.3.3
9282026-06-26T04:08:13.021Z Compiling base64 v0.22.1
9292026-06-26T04:08:13.088Z Compiling rustix v1.1.3
9302026-06-26T04:08:13.122Z Compiling rustls v0.23.37
9312026-06-26T04:08:13.238Z Compiling getrandom v0.3.4
9322026-06-26T04:08:13.324Z Compiling tower-layer v0.3.3
9332026-06-26T04:08:13.424Z Compiling fastrand v2.3.0
9342026-06-26T04:08:13.520Z Compiling want v0.3.1
9352026-06-26T04:08:13.751Z Compiling h2 v0.4.13
9362026-06-26T04:08:13.806Z Compiling ppv-lite86 v0.2.21
9372026-06-26T04:08:13.836Z Compiling serde_tokenstream v0.2.3
9382026-06-26T04:08:13.891Z Compiling generic-array v0.14.7
9392026-06-26T04:08:14.105Z Compiling ring v0.17.14
9402026-06-26T04:08:14.121Z Compiling httpdate v1.0.3
9412026-06-26T04:08:14.131Z Compiling pin-utils v0.1.0
9422026-06-26T04:08:14.187Z Compiling paste v1.0.15
9432026-06-26T04:08:14.499Z Compiling icu_properties v2.1.2
9442026-06-26T04:08:14.510Z Compiling icu_normalizer v2.1.1
9452026-06-26T04:08:15.984Z Compiling form_urlencoded v1.2.2
9462026-06-26T04:08:16.241Z Compiling hyper v1.8.1
9472026-06-26T04:08:16.484Z Compiling structmeta-derive v0.3.0
9482026-06-26T04:08:16.517Z Compiling scroll_derive v0.13.1
9492026-06-26T04:08:17.468Z Compiling num-conv v0.2.0
9502026-06-26T04:08:17.586Z Compiling powerfmt v0.2.0
9512026-06-26T04:08:17.715Z Compiling omicron-workspace-hack v0.1.0
9522026-06-26T04:08:17.837Z Compiling ipnet v2.11.0
9532026-06-26T04:08:17.911Z Compiling usdt-impl v0.6.0
9542026-06-26T04:08:18.138Z Compiling time-core v0.1.8
9552026-06-26T04:08:18.265Z Compiling crc32fast v1.5.0
9562026-06-26T04:08:18.501Z Compiling dof v0.4.0
9572026-06-26T04:08:18.563Z Compiling time-macros v0.2.27
9582026-06-26T04:08:19.043Z Compiling hyper-util v0.1.20
9592026-06-26T04:08:19.162Z Compiling deranged v0.5.8
9602026-06-26T04:08:19.805Z Compiling structmeta v0.3.0
9612026-06-26T04:08:19.856Z Compiling scroll v0.13.0
9622026-06-26T04:08:20.135Z Compiling tempfile v3.25.0
9632026-06-26T04:08:20.237Z Compiling rand_core v0.9.5
9642026-06-26T04:08:20.475Z Compiling idna_adapter v1.2.1
9652026-06-26T04:08:20.588Z Compiling dtrace-parser v0.3.0
9662026-06-26T04:08:20.759Z Compiling ipnetwork v0.21.1
9672026-06-26T04:08:20.962Z Compiling sync_wrapper v1.0.2
9682026-06-26T04:08:21.006Z Compiling thread-id v5.1.0
9692026-06-26T04:08:21.076Z Compiling ryu v1.0.23
9702026-06-26T04:08:21.090Z Compiling adler2 v2.0.1
9712026-06-26T04:08:21.126Z Compiling strsim v0.11.1
9722026-06-26T04:08:21.230Z Compiling plain v0.2.3
9732026-06-26T04:08:21.334Z Compiling crossbeam-utils v0.8.21
9742026-06-26T04:08:21.348Z Compiling openssl-probe v0.2.1
9752026-06-26T04:08:21.393Z Compiling utf8_iter v1.0.4
9762026-06-26T04:08:21.618Z Compiling regex-syntax v0.8.10
9772026-06-26T04:08:21.670Z Compiling simd-adler32 v0.3.8
9782026-06-26T04:08:21.718Z Compiling ident_case v1.0.1
9792026-06-26T04:08:21.826Z Compiling byteorder v1.5.0
9802026-06-26T04:08:21.923Z Compiling num_threads v0.1.7
9812026-06-26T04:08:22.035Z Compiling time v0.3.47
9822026-06-26T04:08:22.164Z Compiling darling_core v0.21.3
9832026-06-26T04:08:22.479Z Compiling miniz_oxide v0.8.9
9842026-06-26T04:08:22.729Z Compiling idna v1.1.0
9852026-06-26T04:08:23.818Z Compiling rustls-native-certs v0.8.3
9862026-06-26T04:08:23.866Z Compiling goblin v0.10.5
9872026-06-26T04:08:24.086Z Compiling serde_urlencoded v0.7.1
9882026-06-26T04:08:24.344Z Compiling tower v0.5.3
9892026-06-26T04:08:24.637Z Compiling oxnet v0.1.6
9902026-06-26T04:08:24.882Z Compiling newtype-uuid v1.3.2
9912026-06-26T04:08:24.940Z Compiling http-body-util v0.1.3
9922026-06-26T04:08:25.007Z Compiling daft-derive v0.1.7
9932026-06-26T04:08:25.201Z Compiling aho-corasick v1.1.4
9942026-06-26T04:08:25.724Z Compiling rustls v0.22.4
9952026-06-26T04:08:25.941Z Compiling rustix v0.38.44
9962026-06-26T04:08:26.255Z Compiling pretty-hex v0.4.1
9972026-06-26T04:08:26.530Z Compiling iri-string v0.7.10
9982026-06-26T04:08:26.570Z Compiling camino v1.2.2
9992026-06-26T04:08:26.705Z Compiling daft v0.1.7
10002026-06-26T04:08:26.839Z Compiling flate2 v1.1.9
10012026-06-26T04:08:27.366Z Compiling regex-automata v0.4.14
10022026-06-26T04:08:27.876Z Compiling tower-http v0.6.8
10032026-06-26T04:08:28.724Z Compiling darling_macro v0.21.3
10042026-06-26T04:08:28.822Z Compiling rustls-webpki v0.102.8
10052026-06-26T04:08:29.263Z Compiling url v2.5.8
10062026-06-26T04:08:30.012Z Compiling crypto-common v0.1.7
10072026-06-26T04:08:30.191Z Compiling block-buffer v0.10.4
10082026-06-26T04:08:30.336Z Compiling rand_chacha v0.9.0
10092026-06-26T04:08:30.579Z Compiling rand_core v0.6.4
10102026-06-26T04:08:30.723Z Compiling multer v3.1.0
10112026-06-26T04:08:30.821Z Compiling wait-timeout v0.2.1
10122026-06-26T04:08:30.951Z Compiling thread_local v1.1.9
10132026-06-26T04:08:31.310Z Compiling match_cfg v0.1.0
10142026-06-26T04:08:31.313Z Compiling winnow v0.7.14
10152026-06-26T04:08:31.358Z Compiling quick-error v1.2.3
10162026-06-26T04:08:31.462Z Compiling thiserror v1.0.69
10172026-06-26T04:08:31.588Z Compiling foldhash v0.2.0
10182026-06-26T04:08:31.706Z Compiling ref-cast v1.0.25
10192026-06-26T04:08:31.761Z Compiling anyhow v1.0.102
10202026-06-26T04:08:31.864Z Compiling slog-async v2.8.0
10212026-06-26T04:08:32.014Z Compiling allocator-api2 v0.2.21
10222026-06-26T04:08:32.067Z Compiling bit-vec v0.8.0
10232026-06-26T04:08:32.138Z Compiling compression-core v0.4.31
10242026-06-26T04:08:32.347Z Compiling hashbrown v0.16.1
10252026-06-26T04:08:32.392Z Compiling bit-set v0.8.0
10262026-06-26T04:08:32.567Z Compiling compression-codecs v0.4.37
10272026-06-26T04:08:32.933Z Compiling toml_parser v1.0.9+spec-1.1.0
10282026-06-26T04:08:33.336Z Compiling rusty-fork v0.3.1
10292026-06-26T04:08:34.176Z Compiling hostname v0.3.1
10302026-06-26T04:08:34.247Z Compiling rand_chacha v0.3.1
10312026-06-26T04:08:34.325Z Compiling rand v0.9.2
10322026-06-26T04:08:34.856Z Compiling digest v0.10.7
10332026-06-26T04:08:35.071Z Compiling crossbeam-channel v0.5.15
10342026-06-26T04:08:35.098Z Compiling darling v0.21.3
10352026-06-26T04:08:35.186Z Compiling regex v1.12.3
10362026-06-26T04:08:36.134Z Compiling slog-json v2.6.1
10372026-06-26T04:08:36.350Z Compiling usdt-attr-macro v0.6.0
10382026-06-26T04:08:36.381Z Compiling usdt-macro v0.6.0
10392026-06-26T04:08:36.947Z Compiling rand_xorshift v0.4.0
10402026-06-26T04:08:37.036Z Compiling derive-ex v0.1.8
10412026-06-26T04:08:37.059Z Compiling strum_macros v0.26.4
10422026-06-26T04:08:37.065Z Compiling futures-executor v0.3.32
10432026-06-26T04:08:37.094Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10442026-06-26T04:08:37.545Z Compiling async-trait v0.1.89
10452026-06-26T04:08:37.597Z Compiling ref-cast-impl v1.0.25
10462026-06-26T04:08:38.181Z Compiling async-stream-impl v0.3.6
10472026-06-26T04:08:38.463Z Compiling thiserror-impl v1.0.69
10482026-06-26T04:08:38.595Z Compiling dropshot v0.17.0
10492026-06-26T04:08:38.680Z Compiling serde_spanned v1.0.4
10502026-06-26T04:08:38.786Z Compiling toml_datetime v1.0.0+spec-1.1.0
10512026-06-26T04:08:38.803Z Compiling memmap2 v0.9.10
10522026-06-26T04:08:38.806Z Compiling is-terminal v0.4.17
10532026-06-26T04:08:38.892Z Compiling encoding_rs v0.8.35
10542026-06-26T04:08:39.072Z Compiling mime v0.3.17
10552026-06-26T04:08:39.188Z Compiling unarray v0.1.4
10562026-06-26T04:08:39.302Z Compiling term v1.2.1
10572026-06-26T04:08:39.543Z Compiling take_mut v0.2.2
10582026-06-26T04:08:39.589Z Compiling spin v0.9.8
10592026-06-26T04:08:39.701Z Compiling toml_writer v1.0.6+spec-1.1.0
10602026-06-26T04:08:39.920Z Compiling hex v0.4.3
10612026-06-26T04:08:39.948Z Compiling cpufeatures v0.2.17
10622026-06-26T04:08:40.012Z Compiling sha1 v0.10.6
10632026-06-26T04:08:40.195Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
10642026-06-26T04:08:40.396Z Compiling dropshot_endpoint v0.17.0
10652026-06-26T04:08:41.223Z Compiling toml v1.0.6+spec-1.1.0
10662026-06-26T04:08:42.120Z Compiling slog-term v2.9.2
10672026-06-26T04:08:43.095Z Compiling proptest v1.10.0
10682026-06-26T04:08:43.145Z Compiling usdt v0.6.0
10692026-06-26T04:08:43.484Z Compiling async-stream v0.3.6
10702026-06-26T04:08:43.661Z Compiling strum v0.26.3
10712026-06-26T04:08:43.765Z Compiling test-strategy v0.4.5
10722026-06-26T04:08:43.871Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10732026-06-26T04:08:44.010Z Compiling tokio-rustls v0.25.0
10742026-06-26T04:08:44.236Z Compiling futures v0.3.32
10752026-06-26T04:08:44.335Z Compiling atomicwrites v0.4.4
10762026-06-26T04:08:44.363Z Compiling slog-bunyan v2.5.0
10772026-06-26T04:08:44.525Z Compiling parse-display-derive v0.10.0
10782026-06-26T04:08:44.602Z Compiling serde_with_macros v3.17.0
10792026-06-26T04:08:45.642Z Compiling rand v0.8.6
10802026-06-26T04:08:45.991Z Compiling async-compression v0.4.41
10812026-06-26T04:08:46.296Z Compiling newtype-uuid-macros v0.1.0
10822026-06-26T04:08:46.413Z Compiling backon v1.6.0
10832026-06-26T04:08:46.454Z Compiling strum_macros v0.27.2
10842026-06-26T04:08:46.484Z Compiling waitgroup v0.1.2
10852026-06-26T04:08:46.617Z Compiling openapiv3 v2.2.0
10862026-06-26T04:08:46.640Z Compiling rustls-pemfile v2.2.0
10872026-06-26T04:08:46.905Z Compiling serde_path_to_error v0.1.20
10882026-06-26T04:08:47.080Z Compiling hostname v0.4.2
10892026-06-26T04:08:47.232Z Compiling instant v0.1.13
10902026-06-26T04:08:47.370Z Compiling either v1.15.0
10912026-06-26T04:08:47.501Z Compiling debug-ignore v1.0.5
10922026-06-26T04:08:47.596Z Compiling backoff v0.4.0
10932026-06-26T04:08:47.596Z Compiling itertools v0.14.0
10942026-06-26T04:08:47.649Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
10952026-06-26T04:08:48.201Z Compiling strum v0.27.2
10962026-06-26T04:08:48.706Z Compiling parse-display v0.10.0
10972026-06-26T04:08:49.032Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
10982026-06-26T04:08:49.128Z Compiling serde_with v3.17.0
10992026-06-26T04:08:49.542Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
11002026-06-26T04:08:49.630Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
11012026-06-26T04:08:49.920Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
11022026-06-26T04:08:50.387Z Compiling iddqd v0.4.2
11032026-06-26T04:08:50.520Z Compiling regress v0.10.5
11042026-06-26T04:08:51.524Z Compiling macaddr v1.0.1
11052026-06-26T04:08:51.808Z Compiling humantime v2.3.0
11062026-06-26T04:08:58.385Z Compiling rustls-webpki v0.103.9
11072026-06-26T04:09:01.531Z Compiling tokio-rustls v0.26.4
11082026-06-26T04:09:01.531Z Compiling rustls-platform-verifier v0.6.2
11092026-06-26T04:09:01.762Z Compiling hyper-rustls v0.27.7
11102026-06-26T04:09:02.082Z Compiling reqwest v0.13.2
11112026-06-26T04:09:04.052Z Compiling progenitor-client v0.14.0
11122026-06-26T04:09:04.318Z Compiling progenitor-extras v0.2.0
11132026-06-26T04:09:04.526Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
11142026-06-26T04:09:08.427Z Compiling test-project v0.1.0 (/tmp/test-project)
11152026-06-26T04:09:12.391Z Finished `release` profile [optimized] target(s) in 1m 10s
11162026-06-26T04:09:12.421Zprocess exited: duration 113278 ms, exit code 0
 
11172026-06-26T04:09:12.489Zfound 0 output files