01KR2J31K8JR9QSA9WAZQ91X93: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0-16c64gb",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KR2J3WJZF6BMM7X186MWA308

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T01:10:21.914Zjob assigned to worker 01KR2J4434N21K60WD6VBGHKWE [factory aws, i-0aefca9655ebb23f7] (queued for 50 s)
 
22026-05-08T01:10:29.001Zstarting task 0: "setup"
32026-05-08T01:10:29.011Z++ uname -s
42026-05-08T01:10:29.011Z+ kern=SunOS
52026-05-08T01:10:29.011Z+ build_user=build
62026-05-08T01:10:29.011Z+ build_uid=12345
72026-05-08T01:10:29.011Z+ work_dir=/work
82026-05-08T01:10:29.011Z+ input_dir=/input
92026-05-08T01:10:29.012Z+ [[ 0 == 12345 ]]
102026-05-08T01:10:29.016Z+ case "$kern" in
112026-05-08T01:10:29.016Z+ groupadd -g 12345 build
122026-05-08T01:10:29.016Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T01:10:31.018Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T01:10:31.140Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T01:10:31.143Z+ home_fs=zfs
162026-05-08T01:10:31.143Z+ [[ zfs == autofs ]]
172026-05-08T01:10:31.143Z+ mkdir -p /home/build
182026-05-08T01:10:31.147Z+ chown build:build /home/build /work
192026-05-08T01:10:33.147Z+ chmod 0700 /home/build /work
202026-05-08T01:10:33.150Zprocess exited: duration 4154 ms, exit code 0
 
212026-05-08T01:10:33.157Zstarting task 1: "rust-toolchain"
222026-05-08T01:10:33.163Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-08T01:10:33.163Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-08T01:10:33.163Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-08T01:10:33.163Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-08T01:10:33.163Z * rust toolchain channel = "1.94.0"
272026-05-08T01:10:33.163Z * rust toolchain profile = "default"
282026-05-08T01:10:33.166Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T01:10:33.166Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T01:10:33.272Zinfo: downloading installer
312026-05-08T01:10:34.616Zwarn: It looks like you have an existing installation of Rust at:
322026-05-08T01:10:34.616Zwarn: /opt/ooce/bin
332026-05-08T01:10:34.616Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-08T01:10:34.616Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-08T01:10:34.616Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-08T01:10:34.616Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-08T01:10:34.616Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-08T01:10:34.617Zerror: cannot install while Rust is installed
392026-05-08T01:10:34.617Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-08T01:10:34.617Zwarn: It looks like you have an existing rustup settings file at:
412026-05-08T01:10:34.617Zwarn: /home/build/.rustup/settings.toml
422026-05-08T01:10:34.617Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-08T01:10:34.617Zwarn: instead of the one inferred from the default host triple.
442026-05-08T01:10:34.632Zinfo: profile set to default
452026-05-08T01:10:34.632Zinfo: default host triple is x86_64-unknown-illumos
462026-05-08T01:10:34.635Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-08T01:10:34.765Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-08T01:10:34.768Zinfo: downloading 6 components
492026-05-08T01:10:49.223Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-08T01:10:49.223Z
512026-05-08T01:10:49.253Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-08T01:10:49.253Z
532026-05-08T01:10:49.253Z
542026-05-08T01:10:49.253ZRust is installed now. Great!
552026-05-08T01:10:49.253Z
562026-05-08T01:10:49.253ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-08T01:10:49.254Zenvironment variable. This has not been done automatically.
582026-05-08T01:10:49.254Z
592026-05-08T01:10:49.254ZTo configure your current shell, you need to source
602026-05-08T01:10:49.254Zthe corresponding env file under $HOME/.cargo.
612026-05-08T01:10:49.254Z
622026-05-08T01:10:49.254ZThis is usually done by running one of the following (note the leading DOT):
632026-05-08T01:10:49.254Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-08T01:10:49.254Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-08T01:10:49.254Zsource "~/.cargo/env.nu" # For nushell
662026-05-08T01:10:49.254Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-08T01:10:49.254Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-08T01:10:49.254Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-08T01:10:49.258Zwarn: no default linker (`cc`) was found in your PATH
702026-05-08T01:10:49.258Zwarn: many Rust crates require a system C toolchain to build
712026-05-08T01:10:49.357Z+ rustup --version
722026-05-08T01:10:49.364Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-08T01:10:49.364Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-08T01:10:49.386Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-08T01:10:49.389Z+ cargo --version
762026-05-08T01:10:49.397Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-08T01:10:49.401Z+ rustc --version
782026-05-08T01:10:49.421Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-08T01:10:49.424Zprocess exited: duration 16266 ms, exit code 0
 
802026-05-08T01:10:49.433Zstarting task 2: "authentication"
812026-05-08T01:10:49.453Zprocess exited: duration 19 ms, exit code 0
 
822026-05-08T01:10:49.459Zstarting task 3: "clone repository"
832026-05-08T01:10:49.464Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-08T01:10:49.467Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-08T01:10:49.510ZCloning into '/work/oxidecomputer/omicron'...
862026-05-08T01:10:59.096Z+ cd /work/oxidecomputer/omicron
872026-05-08T01:10:59.096Z+ git fetch origin 8c1006c69e367718ec9ccb3a543c87bec9615cde
882026-05-08T01:10:59.390ZFrom https://github.com/oxidecomputer/omicron
892026-05-08T01:10:59.390Z * branch 8c1006c69e367718ec9ccb3a543c87bec9615cde -> FETCH_HEAD
902026-05-08T01:10:59.403Z+ [[ -n '' ]]
912026-05-08T01:10:59.403Z+ git reset --hard 8c1006c69e367718ec9ccb3a543c87bec9615cde
922026-05-08T01:10:59.636ZHEAD is now at 8c1006c69 Place SP task dumps under `sp_task_dumps/` in support bundles
932026-05-08T01:10:59.641Zprocess exited: duration 10180 ms, exit code 0
 
942026-05-08T01:10:59.648Zstarting task 4: "build"
952026-05-08T01:10:59.653Z+ source .github/buildomat/ci-env.sh
962026-05-08T01:10:59.653Z++ export CARGO_TERM_COLOR=always
972026-05-08T01:10:59.653Z++ CARGO_TERM_COLOR=always
982026-05-08T01:10:59.653Z+ cargo --version
992026-05-08T01:10:59.665Zcargo 1.94.0 (85eff7c80 2026-01-15)
1002026-05-08T01:10:59.668Z+ rustc --version
1012026-05-08T01:10:59.688Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1022026-05-08T01:10:59.692Z+ WORK=/work
1032026-05-08T01:10:59.692Z+ pfexec mkdir -p /work
1042026-05-08T01:10:59.696Z+ pfexec chown build /work
1052026-05-08T01:10:59.699Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-05-08T01:11:10.392Z Startup: Refreshing catalog 'helios-dev' ... Done
1072026-05-08T01:11:17.930Z Startup: Caching catalogs ... Done
1082026-05-08T01:11:25.713ZPlanning: Solver setup ... Done (6.373s)
1092026-05-08T01:11:25.760ZPlanning: Running solver ... Done (0.046s)
1102026-05-08T01:11:25.898ZPlanning: Finding local manifests ... Done (0.003s)
1112026-05-08T01:11:25.951ZPlanning: Fetching manifests: 0/5 0% complete
1122026-05-08T01:11:26.500ZPlanning: Fetching manifests: 5/5 100% complete
1132026-05-08T01:11:26.538ZPlanning: Package planning ... Done (0.037s)
1142026-05-08T01:11:26.574ZPlanning: Merging actions ... Done (0.037s)
1152026-05-08T01:11:26.756ZPlanning: Checking for conflicting actions ... Done (0.182s)
1162026-05-08T01:11:26.766ZPlanning: Consolidating action changes ... Done (0.009s)
1172026-05-08T01:11:27.974ZPlanning: Evaluating mediators ... Done (1.208s)
1182026-05-08T01:11:27.983ZPlanning: Planning completed in 9.88 seconds
1192026-05-08T01:11:27.995Z Packages to install: 5
1202026-05-08T01:11:27.995Z Mediators to change: 3
1212026-05-08T01:11:27.995Z Services to change: 1
1222026-05-08T01:11:27.995Z Estimated space available: 155.34 GB
1232026-05-08T01:11:27.999ZEstimated space to be consumed: 1.90 GB
1242026-05-08T01:11:27.999Z Create boot environment: No
1252026-05-08T01:11:27.999ZCreate backup boot environment: No
1262026-05-08T01:11:27.999Z Rebuild boot archive: No
1272026-05-08T01:11:27.999Z
1282026-05-08T01:11:27.999ZChanged mediators:
1292026-05-08T01:11:27.999Z mediator clang:
1302026-05-08T01:11:27.999Z version: None -> 15 (system default)
1312026-05-08T01:11:27.999Z
1322026-05-08T01:11:28.000Z mediator llvm:
1332026-05-08T01:11:28.000Z version: 14 (system default) -> 15 (system default)
1342026-05-08T01:11:28.000Z
1352026-05-08T01:11:28.000Z mediator postgresql:
1362026-05-08T01:11:28.000Z version: 15 (system default) -> 18 (system default)
1372026-05-08T01:11:28.000Z
1382026-05-08T01:11:28.000ZChanged packages:
1392026-05-08T01:11:28.000Zhelios-dev
1402026-05-08T01:11:28.000Z developer/build-essential
1412026-05-08T01:11:28.000Z None -> 11-2.0
1422026-05-08T01:11:28.000Z library/libxmlsec1
1432026-05-08T01:11:28.000Z None -> 1.2.35-2.0
1442026-05-08T01:11:28.000Z ooce/developer/clang-15
1452026-05-08T01:11:28.000Z None -> 15.0.7-2.0
1462026-05-08T01:11:28.000Z ooce/developer/llvm-15
1472026-05-08T01:11:28.000Z None -> 15.0.7-2.0
1482026-05-08T01:11:28.000Z ooce/library/postgresql-18
1492026-05-08T01:11:28.001Z None -> 18.1-2.0
1502026-05-08T01:11:28.001Z
1512026-05-08T01:11:28.001ZServices:
1522026-05-08T01:11:28.001Z restart_fmri:
1532026-05-08T01:11:28.001Z svc:/system/update-man-index:default
1542026-05-08T01:11:28.054Z
1552026-05-08T01:11:28.054ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1562026-05-08T01:11:34.212ZDownload: 213/4272 items 1.3/219.0MB 0% complete (1.6M/s)
1572026-05-08T01:11:39.214ZDownload: 1039/4272 items 19.6/219.0MB 8% complete (1.9M/s)
1582026-05-08T01:11:46.371ZDownload: 1196/4272 items 81.3/219.0MB 37% complete (8.7M/s)
1592026-05-08T01:11:52.243ZDownload: 1198/4272 items 81.9/219.0MB 37% complete (7.3M/s)
1602026-05-08T01:11:57.409ZDownload: 2209/4272 items 117.5/219.0MB 53% complete (7.2M/s)
1612026-05-08T01:12:05.049ZDownload: 2222/4272 items 119.1/219.0MB 54% complete (5.8M/s)
1622026-05-08T01:12:10.268ZDownload: 4254/4272 items 218.9/219.0MB 99% complete (21.0M/s)
1632026-05-08T01:12:10.306ZDownload: Completed 218.99 MB in 42.25 seconds (5.2M/s)
1642026-05-08T01:12:10.523Z Actions: 1/4789 actions (Installing new actions)
1652026-05-08T01:12:13.905Z Actions: Completed 4789 actions in 3.38 seconds.
1662026-05-08T01:12:14.196Z Done (0.286s)
1672026-05-08T01:12:14.196Z Done (0.000s)
1682026-05-08T01:12:14.840Z Done (0.639s)
1692026-05-08T01:12:18.340Z Done (3.158s)
1702026-05-08T01:12:18.419Z Done (0.013s)
1712026-05-08T01:12:18.423Z Done (0.000s)
1722026-05-08T01:12:18.683Z Done (0.000s)
1732026-05-08T01:12:19.554ZPlanning: Evaluating mediator changes ... Done
1742026-05-08T01:12:19.663ZPlanning: Checking for conflicting actions ... Done
1752026-05-08T01:12:19.680ZPlanning: Consolidating action changes ... Done
1762026-05-08T01:12:19.812ZPlanning: Evaluating mediators ... Done
1772026-05-08T01:12:19.819ZPlanning: Planning completed in 0.27 seconds
1782026-05-08T01:12:19.833Z Mediators to change: 2
1792026-05-08T01:12:19.834Z Create boot environment: No
1802026-05-08T01:12:19.834ZCreate backup boot environment: No
1812026-05-08T01:12:19.881Z Done
1822026-05-08T01:12:19.881Z Done
1832026-05-08T01:12:20.496Z Done
1842026-05-08T01:12:23.097Z Done
1852026-05-08T01:12:23.174Z Done
1862026-05-08T01:12:23.178Z Done
1872026-05-08T01:12:23.315Z Done
1882026-05-08T01:12:23.616ZPlanning: Evaluating mediator changes ... Done
1892026-05-08T01:12:23.713ZPlanning: Checking for conflicting actions ... Done
1902026-05-08T01:12:23.785ZPlanning: Consolidating action changes ... Done
1912026-05-08T01:12:23.875ZPlanning: Evaluating mediators ... Done
1922026-05-08T01:12:23.914ZPlanning: Planning completed in 0.27 seconds
1932026-05-08T01:12:23.914Z Mediators to change: 1
1942026-05-08T01:12:23.914Z Create boot environment: No
1952026-05-08T01:12:23.914ZCreate backup boot environment: No
1962026-05-08T01:12:23.960Z Done
1972026-05-08T01:12:23.960Z Done
1982026-05-08T01:12:24.540Z Done
1992026-05-08T01:12:27.144Z Done
2002026-05-08T01:12:27.206Z Done
2012026-05-08T01:12:27.222Z Done
2022026-05-08T01:12:27.423Z Done
2032026-05-08T01:12:29.235ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-05-08T01:12:29.235Zclang system 15 system
2052026-05-08T01:12:29.235Zcsh system system illumos
2062026-05-08T01:12:29.236Zctags system system illumos
2072026-05-08T01:12:29.236Zfile system system illumos
2082026-05-08T01:12:29.236Zgcc vendor 12 vendor
2092026-05-08T01:12:29.236Zgcc system 14 system
2102026-05-08T01:12:29.236Zgcc system 10 system
2112026-05-08T01:12:29.236Zgo system 1.20 system
2122026-05-08T01:12:29.236Zgo system 1.19 system
2132026-05-08T01:12:29.236Zllvm system 15 system
2142026-05-08T01:12:29.236Zllvm system 14 system
2152026-05-08T01:12:29.236Zmariadb system 10.6 system
2162026-05-08T01:12:29.236Zmta vendor vendor dma
2172026-05-08T01:12:29.237Zopenjdk system 17 system
2182026-05-08T01:12:29.237Zopenjdk system 11 system
2192026-05-08T01:12:29.237Zopenjdk system 1.8 system
2202026-05-08T01:12:29.237Zopenssl vendor 3 vendor
2212026-05-08T01:12:29.237Zperl system 5.36 system
2222026-05-08T01:12:29.237Zpostgresql system 18 system
2232026-05-08T01:12:29.237Zpostgresql system 15 system
2242026-05-08T01:12:29.237Zpostgresql system 13 system
2252026-05-08T01:12:29.237Zpython vendor 3 vendor
2262026-05-08T01:12:29.237Zpython system 2 system
2272026-05-08T01:12:29.237Zpython3 system 3.11 system
2282026-05-08T01:12:29.237Zruby system 3.0 system
2292026-05-08T01:12:29.237Zwords vendor vendor american-english
2302026-05-08T01:12:29.238Zwords system system australian-english
2312026-05-08T01:12:29.238Zwords system system british-english
2322026-05-08T01:12:29.238Zwords system system canadian-english
2332026-05-08T01:12:29.238Zwords system system french
2342026-05-08T01:12:29.238Zwords system system italian
2352026-05-08T01:12:29.238Zwords system system ngerman
2362026-05-08T01:12:29.238Zwords system system ogerman
2372026-05-08T01:12:29.238Zwords system system spanish
2382026-05-08T01:12:29.285ZPUBLISHER TYPE STATUS P LOCATION
2392026-05-08T01:12:29.286Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-05-08T01:12:32.550ZFMRI IFO
2412026-05-08T01:12:32.550Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-05-08T01:12:32.550Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-05-08T01:12:32.550Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-05-08T01:12:32.550Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-05-08T01:12:32.550Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-05-08T01:12:32.550Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-05-08T01:12:32.550Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2482026-05-08T01:12:32.550Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2492026-05-08T01:12:32.550Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502026-05-08T01:12:32.550Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512026-05-08T01:12:32.550Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522026-05-08T01:12:32.550Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532026-05-08T01:12:32.550Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542026-05-08T01:12:32.550Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552026-05-08T01:12:32.550Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562026-05-08T01:12:32.550Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572026-05-08T01:12:32.550Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582026-05-08T01:12:33.699Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-05-08T01:12:33.967Z Updating crates.io index
2602026-05-08T01:12:34.005Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-05-08T01:12:34.258Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-05-08T01:12:35.352Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2632026-05-08T01:12:35.659Z Updating git repository `https://github.com/oxidecomputer/propolis`
2642026-05-08T01:12:36.760Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-05-08T01:12:37.298Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-05-08T01:12:38.592Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-05-08T01:12:39.295Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-05-08T01:12:39.802Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-05-08T01:12:40.547Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-05-08T01:12:41.121Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-05-08T01:12:41.429Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-05-08T01:12:41.739Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-05-08T01:12:42.799Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-05-08T01:12:43.457Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-05-08T01:12:43.636Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-05-08T01:12:44.047Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-05-08T01:12:44.439Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-05-08T01:12:44.918Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-05-08T01:12:45.141Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-05-08T01:12:45.453Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-05-08T01:12:45.866Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-05-08T01:12:46.176Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-05-08T01:12:46.838Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-05-08T01:12:47.155Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-05-08T01:12:47.755Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-05-08T01:12:50.429Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-05-08T01:12:50.461Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-05-08T01:12:50.461Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2892026-05-08T01:12:50.649Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-05-08T01:12:50.920Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-05-08T01:12:51.843Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2922026-05-08T01:12:51.876Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-05-08T01:12:52.095Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-05-08T01:12:52.706Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-05-08T01:12:52.950Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-05-08T01:12:53.189Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-05-08T01:12:53.649Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-05-08T01:13:05.583Z Downloading crates ...
2992026-05-08T01:13:05.638Z Downloaded colorchoice v1.0.4
3002026-05-08T01:13:05.684Z Downloaded digest v0.10.7
3012026-05-08T01:13:05.684Z Downloaded fnv v1.0.7
3022026-05-08T01:13:05.684Z Downloaded autocfg v1.5.0
3032026-05-08T01:13:05.684Z Downloaded thiserror-impl v1.0.69
3042026-05-08T01:13:05.684Z Downloaded sha2 v0.10.9
3052026-05-08T01:13:05.684Z Downloaded form_urlencoded v1.2.2
3062026-05-08T01:13:05.684Z Downloaded textwrap v0.16.2
3072026-05-08T01:13:05.684Z Downloaded anstream v0.6.21
3082026-05-08T01:13:05.699Z Downloaded zmij v1.0.21
3092026-05-08T01:13:05.699Z Downloaded zerovec-derive v0.11.2
3102026-05-08T01:13:05.699Z Downloaded tinystr v0.8.2
3112026-05-08T01:13:05.700Z Downloaded thread-id v4.2.2
3122026-05-08T01:13:05.700Z Downloaded block-buffer v0.10.4
3132026-05-08T01:13:05.700Z Downloaded ucd-trie v0.1.7
3142026-05-08T01:13:05.700Z Downloaded zerofrom-derive v0.1.6
3152026-05-08T01:13:05.700Z Downloaded typeid v1.0.3
3162026-05-08T01:13:05.700Z Downloaded toml_write v0.1.2
3172026-05-08T01:13:05.700Z Downloaded fastrand v2.3.0
3182026-05-08T01:13:05.700Z Downloaded dof v0.3.0
3192026-05-08T01:13:05.700Z Downloaded clap_lex v1.0.0
3202026-05-08T01:13:05.700Z Downloaded toml_datetime v0.6.11
3212026-05-08T01:13:05.700Z Downloaded displaydoc v0.2.5
3222026-05-08T01:13:05.700Z Downloaded yoke-derive v0.8.1
3232026-05-08T01:13:05.700Z Downloaded utf8_iter v1.0.4
3242026-05-08T01:13:05.700Z Downloaded usdt-attr-macro v0.5.0
3252026-05-08T01:13:05.700Z Downloaded usdt v0.5.0
3262026-05-08T01:13:05.701Z Downloaded unicode-linebreak v0.1.5
3272026-05-08T01:13:05.701Z Downloaded yoke v0.8.1
3282026-05-08T01:13:05.701Z Downloaded version_check v0.9.5
3292026-05-08T01:13:05.701Z Downloaded thiserror v1.0.69
3302026-05-08T01:13:05.701Z Downloaded percent-encoding v2.3.2
3312026-05-08T01:13:05.701Z Downloaded dtrace-parser v0.2.0
3322026-05-08T01:13:05.701Z Downloaded clap_derive v4.5.55
3332026-05-08T01:13:05.701Z Downloaded serde_json v1.0.149
3342026-05-08T01:13:05.701Z Downloaded zerofrom v0.1.6
3352026-05-08T01:13:05.701Z Downloaded usdt-macro v0.5.0
3362026-05-08T01:13:05.701Z Downloaded serde-untagged v0.1.9
3372026-05-08T01:13:05.701Z Downloaded anstyle-parse v0.2.7
3382026-05-08T01:13:05.701Z Downloaded serde_spanned v0.6.9
3392026-05-08T01:13:05.701Z Downloaded plain v0.2.3
3402026-05-08T01:13:05.701Z Downloaded cargo-platform v0.2.0
3412026-05-08T01:13:05.702Z Downloaded anstyle-query v1.1.5
3422026-05-08T01:13:05.702Z Downloaded unicode-xid v0.2.6
3432026-05-08T01:13:05.702Z Downloaded zerocopy-derive v0.7.35
3442026-05-08T01:13:05.732Z Downloaded writeable v0.6.2
3452026-05-08T01:13:05.732Z Downloaded utf8parse v0.2.2
3462026-05-08T01:13:05.732Z Downloaded usdt-impl v0.5.0
3472026-05-08T01:13:05.732Z Downloaded rustix v1.1.3
3482026-05-08T01:13:05.732Z Downloaded smawk v0.3.2
3492026-05-08T01:13:05.732Z Downloaded unicode-ident v1.0.24
3502026-05-08T01:13:05.732Z Downloaded thiserror v2.0.18
3512026-05-08T01:13:05.773Z Downloaded camino-tempfile v1.4.1
3522026-05-08T01:13:05.773Z Downloaded anstyle v1.0.13
3532026-05-08T01:13:05.773Z Downloaded scroll_derive v0.12.1
3542026-05-08T01:13:05.774Z Downloaded heck v0.4.1
3552026-05-08T01:13:05.774Z Downloaded cpufeatures v0.2.17
3562026-05-08T01:13:05.774Z Downloaded potential_utf v0.1.4
3572026-05-08T01:13:05.774Z Downloaded serde-value v0.7.0
3582026-05-08T01:13:05.774Z Downloaded heck v0.5.0
3592026-05-08T01:13:05.774Z Downloaded zerotrie v0.2.3
3602026-05-08T01:13:05.774Z Downloaded equivalent v1.0.2
3612026-05-08T01:13:05.774Z Downloaded toml v0.8.23
3622026-05-08T01:13:05.774Z Downloaded thiserror-impl v2.0.18
3632026-05-08T01:13:05.775Z Downloaded stable_deref_trait v1.2.1
3642026-05-08T01:13:05.775Z Downloaded tabled_derive v0.7.0
3652026-05-08T01:13:05.775Z Downloaded memmap v0.7.0
3662026-05-08T01:13:05.775Z Downloaded itoa v1.0.17
3672026-05-08T01:13:05.775Z Downloaded toml_edit v0.22.27
3682026-05-08T01:13:05.775Z Downloaded pretty-hex v0.4.1
3692026-05-08T01:13:05.775Z Downloaded typenum v1.19.0
3702026-05-08T01:13:05.775Z Downloaded macaddr v1.0.1
3712026-05-08T01:13:05.775Z Downloaded errno v0.3.14
3722026-05-08T01:13:05.775Z Downloaded cfg-if v1.0.4
3732026-05-08T01:13:05.795Z Downloaded once_cell v1.21.3
3742026-05-08T01:13:05.795Z Downloaded synstructure v0.13.2
3752026-05-08T01:13:05.795Z Downloaded proc-macro-error v1.0.4
3762026-05-08T01:13:05.795Z Downloaded url v2.5.8
3772026-05-08T01:13:05.795Z Downloaded bytecount v0.6.9
3782026-05-08T01:13:05.795Z Downloaded terminal_size v0.4.3
3792026-05-08T01:13:05.796Z Downloaded swrite v0.1.0
3802026-05-08T01:13:05.796Z Downloaded generic-array v0.14.7
3812026-05-08T01:13:05.796Z Downloaded proc-macro-error-attr v1.0.4
3822026-05-08T01:13:05.796Z Downloaded strsim v0.11.1
3832026-05-08T01:13:05.796Z Downloaded zerovec v0.11.5
3842026-05-08T01:13:05.796Z Downloaded zerocopy v0.7.35
3852026-05-08T01:13:05.796Z Downloaded winnow v0.7.14
3862026-05-08T01:13:05.796Z Downloaded byteorder v1.5.0
3872026-05-08T01:13:05.796Z Downloaded ordered-float v2.10.1
3882026-05-08T01:13:05.796Z Downloaded cargo_metadata v0.21.0
3892026-05-08T01:13:05.796Z Downloaded unicode-width v0.1.14
3902026-05-08T01:13:05.830Z Downloaded unicode-width v0.2.0
3912026-05-08T01:13:05.830Z Downloaded idna_adapter v1.2.1
3922026-05-08T01:13:05.830Z Downloaded is_terminal_polyfill v1.70.2
3932026-05-08T01:13:05.830Z Downloaded scroll v0.12.0
3942026-05-08T01:13:05.830Z Downloaded fs-err v3.3.0
3952026-05-08T01:13:05.830Z Downloaded serde_tokenstream v0.2.3
3962026-05-08T01:13:05.830Z Downloaded crypto-common v0.1.7
3972026-05-08T01:13:05.830Z Downloaded cargo_toml v0.21.0
3982026-05-08T01:13:05.854Z Downloaded quote v1.0.45
3992026-05-08T01:13:05.854Z Downloaded camino v1.2.2
4002026-05-08T01:13:05.854Z Downloaded bitflags v2.11.0
4012026-05-08T01:13:05.854Z Downloaded erased-serde v0.4.9
4022026-05-08T01:13:05.854Z Downloaded tempfile v3.25.0
4032026-05-08T01:13:05.854Z Downloaded litemap v0.8.1
4042026-05-08T01:13:05.854Z Downloaded anyhow v1.0.102
4052026-05-08T01:13:05.884Z Downloaded log v0.4.29
4062026-05-08T01:13:05.884Z Downloaded cargo-util-schemas v0.8.2
4072026-05-08T01:13:05.884Z Downloaded pest_derive v2.8.6
4082026-05-08T01:13:05.885Z Downloaded proc-macro2 v1.0.106
4092026-05-08T01:13:05.885Z Downloaded icu_properties v2.1.2
4102026-05-08T01:13:05.910Z Downloaded papergrid v0.11.0
4112026-05-08T01:13:05.910Z Downloaded pest_generator v2.8.6
4122026-05-08T01:13:05.910Z Downloaded clap v4.5.60
4132026-05-08T01:13:05.911Z Downloaded smallvec v1.15.1
4142026-05-08T01:13:05.911Z Downloaded serde_derive v1.0.228
4152026-05-08T01:13:05.911Z Downloaded serde_core v1.0.228
4162026-05-08T01:13:05.911Z Downloaded semver v1.0.28
4172026-05-08T01:13:05.931Z Downloaded icu_provider v2.1.1
4182026-05-08T01:13:05.931Z Downloaded icu_normalizer v2.1.1
4192026-05-08T01:13:05.931Z Downloaded icu_normalizer_data v2.1.1
4202026-05-08T01:13:05.931Z Downloaded icu_locale_core v2.1.1
4212026-05-08T01:13:05.931Z Downloaded getrandom v0.4.1
4222026-05-08T01:13:05.931Z Downloaded num-traits v0.2.19
4232026-05-08T01:13:05.931Z Downloaded icu_collections v2.1.1
4242026-05-08T01:13:05.987Z Downloaded serde v1.0.228
4252026-05-08T01:13:05.987Z Downloaded pest_meta v2.8.6
4262026-05-08T01:13:05.987Z Downloaded memchr v2.8.0
4272026-05-08T01:13:05.987Z Downloaded indexmap v2.14.0
4282026-05-08T01:13:06.028Z Downloaded pest v2.8.6
4292026-05-08T01:13:06.028Z Downloaded hashbrown v0.17.0
4302026-05-08T01:13:06.028Z Downloaded idna v1.1.0
4312026-05-08T01:13:06.028Z Downloaded clap_builder v4.5.60
4322026-05-08T01:13:06.028Z Downloaded icu_properties_data v2.1.2
4332026-05-08T01:13:06.028Z Downloaded goblin v0.8.2
4342026-05-08T01:13:06.028Z Downloaded tabled v0.15.0
4352026-05-08T01:13:06.028Z Downloaded syn v1.0.109
4362026-05-08T01:13:06.075Z Downloaded syn v2.0.117
4372026-05-08T01:13:06.075Z Downloaded libc v0.2.185
4382026-05-08T01:13:06.109Z Compiling proc-macro2 v1.0.106
4392026-05-08T01:13:06.109Z Compiling quote v1.0.45
4402026-05-08T01:13:06.110Z Compiling unicode-ident v1.0.24
4412026-05-08T01:13:06.155Z Compiling serde_core v1.0.228
4422026-05-08T01:13:06.155Z Compiling libc v0.2.185
4432026-05-08T01:13:06.155Z Compiling version_check v0.9.5
4442026-05-08T01:13:06.155Z Compiling memchr v2.8.0
4452026-05-08T01:13:06.155Z Compiling serde v1.0.228
4462026-05-08T01:13:06.155Z Compiling stable_deref_trait v1.2.1
4472026-05-08T01:13:06.155Z Compiling zmij v1.0.21
4482026-05-08T01:13:06.155Z Compiling itoa v1.0.17
4492026-05-08T01:13:06.155Z Compiling autocfg v1.5.0
4502026-05-08T01:13:06.156Z Compiling thiserror v1.0.69
4512026-05-08T01:13:06.156Z Compiling ucd-trie v0.1.7
4522026-05-08T01:13:06.156Z Compiling writeable v0.6.2
4532026-05-08T01:13:06.529Z Compiling litemap v0.8.1
4542026-05-08T01:13:06.618Z Compiling icu_properties_data v2.1.2
4552026-05-08T01:13:06.787Z Compiling icu_normalizer_data v2.1.1
4562026-05-08T01:13:06.844Z Compiling byteorder v1.5.0
4572026-05-08T01:13:06.844Z Compiling rustix v1.1.3
4582026-05-08T01:13:06.844Z Compiling bitflags v2.11.0
4592026-05-08T01:13:06.904Z Compiling serde_json v1.0.149
4602026-05-08T01:13:06.985Z Compiling pest v2.8.6
4612026-05-08T01:13:07.083Z Compiling hashbrown v0.17.0
4622026-05-08T01:13:07.139Z Compiling num-traits v0.2.19
4632026-05-08T01:13:07.189Z Compiling smallvec v1.15.1
4642026-05-08T01:13:07.190Z Compiling typeid v1.0.3
4652026-05-08T01:13:07.246Z Compiling errno v0.3.14
4662026-05-08T01:13:07.270Z Compiling equivalent v1.0.2
4672026-05-08T01:13:07.320Z Compiling thread-id v4.2.2
4682026-05-08T01:13:07.353Z Compiling proc-macro-error-attr v1.0.4
4692026-05-08T01:13:07.353Z Compiling usdt-impl v0.5.0
4702026-05-08T01:13:07.387Z Compiling syn v1.0.109
4712026-05-08T01:13:07.423Z Compiling winnow v0.7.14
4722026-05-08T01:13:07.423Z Compiling toml_write v0.1.2
4732026-05-08T01:13:07.489Z Compiling erased-serde v0.4.9
4742026-05-08T01:13:07.530Z Compiling proc-macro-error v1.0.4
4752026-05-08T01:13:07.554Z Compiling log v0.4.29
4762026-05-08T01:13:07.705Z Compiling indexmap v2.14.0
4772026-05-08T01:13:07.762Z Compiling percent-encoding v2.3.2
4782026-05-08T01:13:07.817Z Compiling camino v1.2.2
4792026-05-08T01:13:07.817Z Compiling utf8_iter v1.0.4
4802026-05-08T01:13:07.852Z Compiling thiserror v2.0.18
4812026-05-08T01:13:07.899Z Compiling getrandom v0.4.1
4822026-05-08T01:13:07.967Z Compiling syn v2.0.117
4832026-05-08T01:13:07.968Z Compiling utf8parse v0.2.2
4842026-05-08T01:13:08.004Z Compiling plain v0.2.3
4852026-05-08T01:13:08.004Z Compiling form_urlencoded v1.2.2
4862026-05-08T01:13:08.062Z Compiling anstyle-parse v0.2.7
4872026-05-08T01:13:08.203Z Compiling pest_meta v2.8.6
4882026-05-08T01:13:08.252Z Compiling ordered-float v2.10.1
4892026-05-08T01:13:08.307Z Compiling cfg-if v1.0.4
4902026-05-08T01:13:08.322Z Compiling is_terminal_polyfill v1.70.2
4912026-05-08T01:13:08.392Z Compiling colorchoice v1.0.4
4922026-05-08T01:13:08.459Z Compiling pretty-hex v0.4.1
4932026-05-08T01:13:08.459Z Compiling anstyle-query v1.1.5
4942026-05-08T01:13:08.551Z Compiling anstyle v1.0.13
4952026-05-08T01:13:08.551Z Compiling fs-err v3.3.0
4962026-05-08T01:13:08.603Z Compiling unicode-width v0.1.14
4972026-05-08T01:13:08.603Z Compiling terminal_size v0.4.3
4982026-05-08T01:13:08.603Z Compiling heck v0.5.0
4992026-05-08T01:13:08.650Z Compiling bytecount v0.6.9
5002026-05-08T01:13:08.719Z Compiling anstream v0.6.21
5012026-05-08T01:13:08.719Z Compiling anyhow v1.0.102
5022026-05-08T01:13:08.739Z Compiling clap_lex v1.0.0
5032026-05-08T01:13:08.739Z Compiling fastrand v2.3.0
5042026-05-08T01:13:08.754Z Compiling fnv v1.0.7
5052026-05-08T01:13:08.873Z Compiling semver v1.0.28
5062026-05-08T01:13:08.933Z Compiling strsim v0.11.1
5072026-05-08T01:13:08.967Z Compiling once_cell v1.21.3
5082026-05-08T01:13:08.990Z Compiling unicode-xid v0.2.6
5092026-05-08T01:13:08.991Z Compiling heck v0.4.1
5102026-05-08T01:13:09.062Z Compiling papergrid v0.11.0
5112026-05-08T01:13:09.144Z Compiling tempfile v3.25.0
5122026-05-08T01:13:09.193Z Compiling clap_builder v4.5.60
5132026-05-08T01:13:09.253Z Compiling serde-untagged v0.1.9
5142026-05-08T01:13:09.287Z Compiling memmap v0.7.0
5152026-05-08T01:13:09.312Z Compiling smawk v0.3.2
5162026-05-08T01:13:09.331Z Compiling unicode-width v0.2.0
5172026-05-08T01:13:09.332Z Compiling unicode-linebreak v0.1.5
5182026-05-08T01:13:09.487Z Compiling camino-tempfile v1.4.1
5192026-05-08T01:13:09.501Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5202026-05-08T01:13:09.541Z Compiling swrite v0.1.0
5212026-05-08T01:13:09.616Z Compiling textwrap v0.16.2
5222026-05-08T01:13:09.859Z Compiling tabled_derive v0.7.0
5232026-05-08T01:13:10.851Z Compiling synstructure v0.13.2
5242026-05-08T01:13:10.851Z Compiling pest_generator v2.8.6
5252026-05-08T01:13:10.883Z Compiling tabled v0.15.0
5262026-05-08T01:13:11.005Z Compiling serde_derive v1.0.228
5272026-05-08T01:13:11.036Z Compiling zerofrom-derive v0.1.6
5282026-05-08T01:13:11.036Z Compiling yoke-derive v0.8.1
5292026-05-08T01:13:11.036Z Compiling zerovec-derive v0.11.2
5302026-05-08T01:13:11.037Z Compiling displaydoc v0.2.5
5312026-05-08T01:13:11.038Z Compiling thiserror-impl v1.0.69
5322026-05-08T01:13:11.038Z Compiling zerocopy-derive v0.7.35
5332026-05-08T01:13:11.038Z Compiling scroll_derive v0.12.1
5342026-05-08T01:13:11.038Z Compiling thiserror-impl v2.0.18
5352026-05-08T01:13:11.063Z Compiling clap_derive v4.5.55
5362026-05-08T01:13:11.110Z Compiling pest_derive v2.8.6
5372026-05-08T01:13:11.765Z Compiling scroll v0.12.0
5382026-05-08T01:13:11.858Z Compiling zerocopy v0.7.35
5392026-05-08T01:13:12.199Z Compiling goblin v0.8.2
5402026-05-08T01:13:12.356Z Compiling zerofrom v0.1.6
5412026-05-08T01:13:12.356Z Compiling yoke v0.8.1
5422026-05-08T01:13:12.356Z Compiling dtrace-parser v0.2.0
5432026-05-08T01:13:12.433Z Compiling zerovec v0.11.5
5442026-05-08T01:13:12.433Z Compiling zerotrie v0.2.3
5452026-05-08T01:13:12.569Z Compiling clap v4.5.60
5462026-05-08T01:13:12.877Z Compiling tinystr v0.8.2
5472026-05-08T01:13:12.877Z Compiling potential_utf v0.1.4
5482026-05-08T01:13:13.009Z Compiling icu_collections v2.1.1
5492026-05-08T01:13:13.009Z Compiling icu_locale_core v2.1.1
5502026-05-08T01:13:13.487Z Compiling icu_provider v2.1.1
5512026-05-08T01:13:13.728Z Compiling serde_spanned v0.6.9
5522026-05-08T01:13:13.728Z Compiling toml_datetime v0.6.11
5532026-05-08T01:13:13.728Z Compiling serde-value v0.7.0
5542026-05-08T01:13:13.728Z Compiling cargo-platform v0.2.0
5552026-05-08T01:13:13.728Z Compiling macaddr v1.0.1
5562026-05-08T01:13:13.728Z Compiling dof v0.3.0
5572026-05-08T01:13:13.728Z Compiling serde_tokenstream v0.2.3
5582026-05-08T01:13:13.908Z Compiling icu_normalizer v2.1.1
5592026-05-08T01:13:13.908Z Compiling icu_properties v2.1.2
5602026-05-08T01:13:13.908Z Compiling toml_edit v0.22.27
5612026-05-08T01:13:15.359Z Compiling usdt-attr-macro v0.5.0
5622026-05-08T01:13:15.359Z Compiling usdt-macro v0.5.0
5632026-05-08T01:13:15.420Z Compiling idna_adapter v1.2.1
5642026-05-08T01:13:15.420Z Compiling idna v1.1.0
5652026-05-08T01:13:15.420Z Compiling usdt v0.5.0
5662026-05-08T01:13:15.420Z Compiling url v2.5.8
5672026-05-08T01:13:15.420Z Compiling toml v0.8.23
5682026-05-08T01:13:15.420Z Compiling cargo-util-schemas v0.8.2
5692026-05-08T01:13:15.420Z Compiling cargo_toml v0.21.0
5702026-05-08T01:13:16.155Z Compiling cargo_metadata v0.21.0
5712026-05-08T01:13:17.065Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5722026-05-08T01:13:19.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.68s
5732026-05-08T01:13:19.447Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5742026-05-08T01:13:19.983Z Downloading crates ...
5752026-05-08T01:13:20.103Z Downloaded atomic-waker v1.1.2
5762026-05-08T01:13:20.122Z Downloaded bb8 v0.8.6
5772026-05-08T01:13:20.122Z Downloaded crc8 v0.1.1
5782026-05-08T01:13:20.122Z Downloaded cfg_aliases v0.2.1
5792026-05-08T01:13:20.122Z Downloaded buf-list v1.1.2
5802026-05-08T01:13:20.135Z Downloaded crossbeam-epoch v0.9.18
5812026-05-08T01:13:20.136Z Downloaded cancel-safe-futures v0.1.5
5822026-05-08T01:13:20.136Z Downloaded cfg_aliases v0.1.1
5832026-05-08T01:13:20.136Z Downloaded cobs v0.3.0
5842026-05-08T01:13:20.136Z Downloaded ciborium-io v0.2.2
5852026-05-08T01:13:20.136Z Downloaded defmt v0.3.100
5862026-05-08T01:13:20.136Z Downloaded crossbeam-deque v0.8.6
5872026-05-08T01:13:20.136Z Downloaded critical-section v1.2.0
5882026-05-08T01:13:20.137Z Downloaded cmake v0.1.57
5892026-05-08T01:13:20.137Z Downloaded chacha20poly1305 v0.10.1
5902026-05-08T01:13:20.137Z Downloaded dunce v1.0.5
5912026-05-08T01:13:20.137Z Downloaded cbc v0.1.2
5922026-05-08T01:13:20.167Z Downloaded cassowary v0.3.0
5932026-05-08T01:13:20.167Z Downloaded float-cmp v0.10.0
5942026-05-08T01:13:20.167Z Downloaded der_derive v0.7.3
5952026-05-08T01:13:20.167Z Downloaded backon v1.6.0
5962026-05-08T01:13:20.167Z Downloaded console v0.16.2
5972026-05-08T01:13:20.167Z Downloaded derive_builder_macro v0.20.2
5982026-05-08T01:13:20.167Z Downloaded castaway v0.2.4
5992026-05-08T01:13:20.167Z Downloaded foldhash v0.1.5
6002026-05-08T01:13:20.167Z Downloaded diesel-dtrace v0.5.0
6012026-05-08T01:13:20.168Z Downloaded fixedbitset v0.5.7
6022026-05-08T01:13:20.185Z Downloaded endian-type v0.1.2
6032026-05-08T01:13:20.185Z Downloaded ciborium-ll v0.2.2
6042026-05-08T01:13:20.185Z Downloaded base64 v0.22.1
6052026-05-08T01:13:20.185Z Downloaded clang-sys v1.8.1
6062026-05-08T01:13:20.185Z Downloaded dirs-next v2.0.0
6072026-05-08T01:13:20.185Z Downloaded crc32fast v1.5.0
6082026-05-08T01:13:20.185Z Downloaded diff v0.1.13
6092026-05-08T01:13:20.185Z Downloaded foreign-types v0.5.0
6102026-05-08T01:13:20.185Z Downloaded cpufeatures v0.3.0
6112026-05-08T01:13:20.185Z Downloaded defmt-macros v1.0.1
6122026-05-08T01:13:20.185Z Downloaded cipher v0.4.4
6132026-05-08T01:13:20.185Z Downloaded foreign-types-macros v0.2.3
6142026-05-08T01:13:20.185Z Downloaded dropshot_endpoint v0.17.0
6152026-05-08T01:13:20.186Z Downloaded crunchy v0.2.4
6162026-05-08T01:13:20.186Z Downloaded bitfield-macros v0.19.4
6172026-05-08T01:13:20.186Z Downloaded bit-vec v0.6.3
6182026-05-08T01:13:20.186Z Downloaded ascii-canvas v3.0.0
6192026-05-08T01:13:20.186Z Downloaded darling v0.23.0
6202026-05-08T01:13:20.186Z Downloaded dtrace-parser v0.3.0
6212026-05-08T01:13:20.186Z Downloaded block-padding v0.3.3
6222026-05-08T01:13:20.186Z Downloaded chacha20 v0.10.0
6232026-05-08T01:13:20.186Z Downloaded atomicwrites v0.4.4
6242026-05-08T01:13:20.186Z Downloaded crossbeam-channel v0.5.15
6252026-05-08T01:13:20.214Z Downloaded ecdsa v0.16.9
6262026-05-08T01:13:20.214Z Downloaded cexpr v0.6.0
6272026-05-08T01:13:20.214Z Downloaded enum-as-inner v0.6.1
6282026-05-08T01:13:20.214Z Downloaded dof v0.4.0
6292026-05-08T01:13:20.214Z Downloaded darling v0.21.3
6302026-05-08T01:13:20.214Z Downloaded foreign-types v0.3.2
6312026-05-08T01:13:20.214Z Downloaded dropshot-api-manager-types v0.7.1
6322026-05-08T01:13:20.215Z Downloaded cstr-argument v0.1.2
6332026-05-08T01:13:20.215Z Downloaded backoff v0.4.0
6342026-05-08T01:13:20.215Z Downloaded downcast-rs v2.0.2
6352026-05-08T01:13:20.215Z Downloaded base16ct v0.2.0
6362026-05-08T01:13:20.215Z Downloaded dirs-sys-next v0.1.2
6372026-05-08T01:13:20.215Z Downloaded crc-catalog v2.4.0
6382026-05-08T01:13:20.215Z Downloaded compression-core v0.4.31
6392026-05-08T01:13:20.215Z Downloaded adler2 v2.0.1
6402026-05-08T01:13:20.225Z Downloaded darling_macro v0.23.0
6412026-05-08T01:13:20.225Z Downloaded cargo-platform v0.1.9
6422026-05-08T01:13:20.225Z Downloaded bit-set v0.8.0
6432026-05-08T01:13:20.226Z Downloaded dyn-clone v1.0.20
6442026-05-08T01:13:20.226Z Downloaded difflib v0.4.0
6452026-05-08T01:13:20.226Z Downloaded debug-ignore v1.0.5
6462026-05-08T01:13:20.226Z Downloaded async-stream-impl v0.3.6
6472026-05-08T01:13:20.226Z Downloaded colored v2.2.0
6482026-05-08T01:13:20.226Z Downloaded ciborium v0.2.2
6492026-05-08T01:13:20.226Z Downloaded async-stream v0.3.6
6502026-05-08T01:13:20.226Z Downloaded chacha20 v0.9.1
6512026-05-08T01:13:20.226Z Downloaded bit-set v0.5.3
6522026-05-08T01:13:20.226Z Downloaded atty v0.2.14
6532026-05-08T01:13:20.227Z Downloaded dsl_auto_type v0.2.0
6542026-05-08T01:13:20.227Z Downloaded darling v0.20.11
6552026-05-08T01:13:20.227Z Downloaded display-error-chain v0.2.2
6562026-05-08T01:13:20.227Z Downloaded convert_case v0.4.0
6572026-05-08T01:13:20.253Z Downloaded bitfield-struct v0.6.2
6582026-05-08T01:13:20.253Z Downloaded async-bb8-diesel v0.2.1
6592026-05-08T01:13:20.253Z Downloaded constant_time_eq v0.4.2
6602026-05-08T01:13:20.253Z Downloaded cc v1.2.56
6612026-05-08T01:13:20.253Z Downloaded float-ord v0.3.2
6622026-05-08T01:13:20.253Z Downloaded flagset v0.4.7
6632026-05-08T01:13:20.253Z Downloaded bcrypt-pbkdf v0.10.0
6642026-05-08T01:13:20.253Z Downloaded env_filter v1.0.0
6652026-05-08T01:13:20.253Z Downloaded defmt-parser v1.0.0
6662026-05-08T01:13:20.253Z Downloaded embedded-io v0.4.0
6672026-05-08T01:13:20.271Z Downloaded funty v2.0.0
6682026-05-08T01:13:20.271Z Downloaded foreign-types-shared v0.1.1
6692026-05-08T01:13:20.271Z Downloaded async-recursion v1.1.1
6702026-05-08T01:13:20.271Z Downloaded aead v0.5.2
6712026-05-08T01:13:20.271Z Downloaded diesel_table_macro_syntax v0.3.0
6722026-05-08T01:13:20.271Z Downloaded assert_matches v1.5.0
6732026-05-08T01:13:20.271Z Downloaded curve25519-dalek-derive v0.1.1
6742026-05-08T01:13:20.271Z Downloaded darling_macro v0.21.3
6752026-05-08T01:13:20.271Z Downloaded darling_macro v0.20.11
6762026-05-08T01:13:20.271Z Downloaded embedded-io v0.6.1
6772026-05-08T01:13:20.271Z Downloaded crc v3.4.0
6782026-05-08T01:13:20.272Z Downloaded array-init v0.0.4
6792026-05-08T01:13:20.272Z Downloaded fixedbitset v0.4.2
6802026-05-08T01:13:20.272Z Downloaded crucible-workspace-hack v0.1.0
6812026-05-08T01:13:20.286Z Downloaded futures-io v0.3.32
6822026-05-08T01:13:20.286Z Downloaded futures-core v0.3.32
6832026-05-08T01:13:20.286Z Downloaded futures-sink v0.3.32
6842026-05-08T01:13:20.286Z Downloaded git-stub v1.0.0
6852026-05-08T01:13:20.286Z Downloaded ghash v0.5.1
6862026-05-08T01:13:20.286Z Downloaded fxhash v0.2.1
6872026-05-08T01:13:20.286Z Downloaded base64ct v1.8.3
6882026-05-08T01:13:20.286Z Downloaded gethostname v0.5.0
6892026-05-08T01:13:20.308Z Downloaded arrayvec v0.7.6
6902026-05-08T01:13:20.309Z Downloaded compression-codecs v0.4.37
6912026-05-08T01:13:20.309Z Downloaded globwalk v0.9.1
6922026-05-08T01:13:20.309Z Downloaded csv-core v0.1.13
6932026-05-08T01:13:20.309Z Downloaded drift v0.1.3
6942026-05-08T01:13:20.309Z Downloaded either v1.15.0
6952026-05-08T01:13:20.309Z Downloaded const_format_proc_macros v0.2.34
6962026-05-08T01:13:20.309Z Downloaded blowfish v0.9.1
6972026-05-08T01:13:20.309Z Downloaded ff v0.13.1
6982026-05-08T01:13:20.309Z Downloaded argon2 v0.5.3
6992026-05-08T01:13:20.309Z Downloaded futures-executor v0.3.32
7002026-05-08T01:13:20.309Z Downloaded deranged v0.5.8
7012026-05-08T01:13:20.309Z Downloaded hash32 v0.3.1
7022026-05-08T01:13:20.309Z Downloaded futures-macro v0.3.32
7032026-05-08T01:13:20.319Z Downloaded futures-task v0.3.32
7042026-05-08T01:13:20.319Z Downloaded hash32 v0.2.1
7052026-05-08T01:13:20.319Z Downloaded derive-ex v0.1.8
7062026-05-08T01:13:20.319Z Downloaded headers-core v0.3.0
7072026-05-08T01:13:20.319Z Downloaded home v0.5.12
7082026-05-08T01:13:20.319Z Downloaded hubpack_derive v0.1.1
7092026-05-08T01:13:20.319Z Downloaded hubpack v0.1.2
7102026-05-08T01:13:20.319Z Downloaded hex v0.4.3
7112026-05-08T01:13:20.332Z Downloaded hostname v0.4.2
7122026-05-08T01:13:20.333Z Downloaded hostname v0.3.1
7132026-05-08T01:13:20.333Z Downloaded hyper-tls v0.6.0
7142026-05-08T01:13:20.333Z Downloaded async-trait v0.1.89
7152026-05-08T01:13:20.333Z Downloaded http-range v0.1.5
7162026-05-08T01:13:20.333Z Downloaded http-body v1.0.1
7172026-05-08T01:13:20.333Z Downloaded httpdate v1.0.3
7182026-05-08T01:13:20.347Z Downloaded foreign-types-shared v0.3.1
7192026-05-08T01:13:20.347Z Downloaded derive_builder_core v0.20.2
7202026-05-08T01:13:20.347Z Downloaded byte-wrapper v0.1.0
7212026-05-08T01:13:20.347Z Downloaded corncobs v0.1.4
7222026-05-08T01:13:20.347Z Downloaded fd-lock v4.0.4
7232026-05-08T01:13:20.347Z Downloaded fallible-iterator v0.2.0
7242026-05-08T01:13:20.348Z Downloaded env_logger v0.11.9
7252026-05-08T01:13:20.348Z Downloaded camino-tempfile-ext v0.3.3
7262026-05-08T01:13:20.348Z Downloaded erased-serde v0.3.31
7272026-05-08T01:13:20.348Z Downloaded cargo_metadata v0.19.2
7282026-05-08T01:13:20.360Z Downloaded find-msvc-tools v0.1.9
7292026-05-08T01:13:20.360Z Downloaded convert_case v0.10.0
7302026-05-08T01:13:20.360Z Downloaded defmt v1.0.1
7312026-05-08T01:13:20.360Z Downloaded daft v0.1.5
7322026-05-08T01:13:20.360Z Downloaded daft-derive v0.1.5
7332026-05-08T01:13:20.360Z Downloaded bitflags v1.3.2
7342026-05-08T01:13:20.360Z Downloaded arrayref v0.3.9
7352026-05-08T01:13:20.360Z Downloaded ena v0.14.4
7362026-05-08T01:13:20.360Z Downloaded fs-err v2.11.0
7372026-05-08T01:13:20.373Z Downloaded foldhash v0.2.0
7382026-05-08T01:13:20.373Z Downloaded document-features v0.2.12
7392026-05-08T01:13:20.373Z Downloaded ctr v0.9.2
7402026-05-08T01:13:20.373Z Downloaded fs_extra v1.3.0
7412026-05-08T01:13:20.374Z Downloaded ident_case v1.0.1
7422026-05-08T01:13:20.374Z Downloaded internet-checksum v0.2.1
7432026-05-08T01:13:20.374Z Downloaded indoc v1.0.9
7442026-05-08T01:13:20.374Z Downloaded data-encoding v2.10.0
7452026-05-08T01:13:20.374Z Downloaded futures-channel v0.3.32
7462026-05-08T01:13:20.374Z Downloaded bit-vec v0.8.0
7472026-05-08T01:13:20.415Z Downloaded colored v3.1.1
7482026-05-08T01:13:20.415Z Downloaded is-terminal v0.4.17
7492026-05-08T01:13:20.415Z Downloaded instant v0.1.13
7502026-05-08T01:13:20.415Z Downloaded filetime v0.2.27
7512026-05-08T01:13:20.415Z Downloaded const-oid v0.9.6
7522026-05-08T01:13:20.415Z Downloaded ahash v0.8.12
7532026-05-08T01:13:20.415Z Downloaded globset v0.4.18
7542026-05-08T01:13:20.415Z Downloaded bitfield v0.19.4
7552026-05-08T01:13:20.415Z Downloaded instability v0.3.11
7562026-05-08T01:13:20.415Z Downloaded is_ci v1.2.0
7572026-05-08T01:13:20.415Z Downloaded inout v0.1.4
7582026-05-08T01:13:20.442Z Downloaded crc-any v2.5.0
7592026-05-08T01:13:20.442Z Downloaded lazy_static v1.5.0
7602026-05-08T01:13:20.442Z Downloaded group v0.13.0
7612026-05-08T01:13:20.442Z Downloaded git-stub-vcs v0.1.0
7622026-05-08T01:13:20.442Z Downloaded derive_builder v0.20.2
7632026-05-08T01:13:20.442Z Downloaded lalrpop-util v0.19.12
7642026-05-08T01:13:20.442Z Downloaded highway v1.3.0
7652026-05-08T01:13:20.442Z Downloaded hex-literal v0.4.1
7662026-05-08T01:13:20.442Z Downloaded glob v0.3.3
7672026-05-08T01:13:20.442Z Downloaded keccak v0.1.6
7682026-05-08T01:13:20.442Z Downloaded indent_write v2.2.0
7692026-05-08T01:13:20.442Z Downloaded libscf-sys v1.1.0
7702026-05-08T01:13:20.443Z Downloaded kstat-rs v0.2.4
7712026-05-08T01:13:20.443Z Downloaded humantime v2.3.0
7722026-05-08T01:13:20.443Z Downloaded http-body-util v0.1.3
7732026-05-08T01:13:20.443Z Downloaded hyper-staticfile v0.10.1
7742026-05-08T01:13:20.443Z Downloaded md5 v0.7.0
7752026-05-08T01:13:20.443Z Downloaded lru-cache v0.1.2
7762026-05-08T01:13:20.443Z Downloaded lru-slab v0.1.2
7772026-05-08T01:13:20.443Z Downloaded linked-hash-map v0.5.6
7782026-05-08T01:13:20.457Z Downloaded match_cfg v0.1.0
7792026-05-08T01:13:20.457Z Downloaded des v0.8.1
7802026-05-08T01:13:20.457Z Downloaded bzip2 v0.4.4
7812026-05-08T01:13:20.457Z Downloaded managed v0.8.0
7822026-05-08T01:13:20.457Z Downloaded bzip2 v0.6.1
7832026-05-08T01:13:20.457Z Downloaded ed25519 v2.2.3
7842026-05-08T01:13:20.457Z Downloaded cookie_store v0.22.1
7852026-05-08T01:13:20.457Z Downloaded bcs v0.1.6
7862026-05-08T01:13:20.457Z Downloaded impl-trait-for-tuples v0.2.3
7872026-05-08T01:13:20.457Z Downloaded lzss v0.8.2
7882026-05-08T01:13:20.457Z Downloaded lru v0.12.5
7892026-05-08T01:13:20.457Z Downloaded crossbeam-utils v0.8.21
7902026-05-08T01:13:20.457Z Downloaded maplit v1.0.2
7912026-05-08T01:13:20.458Z Downloaded blake2 v0.10.6
7922026-05-08T01:13:20.458Z Downloaded md-5 v0.10.6
7932026-05-08T01:13:20.458Z Downloaded mime v0.3.17
7942026-05-08T01:13:20.458Z Downloaded getrandom v0.2.17
7952026-05-08T01:13:20.458Z Downloaded allocator-api2 v0.2.21
7962026-05-08T01:13:20.468Z Downloaded derive-where v1.6.0
7972026-05-08T01:13:20.468Z Downloaded console v0.15.11
7982026-05-08T01:13:20.469Z Downloaded ingot-types v0.1.2
7992026-05-08T01:13:20.469Z Downloaded indoc v2.0.7
8002026-05-08T01:13:20.469Z Downloaded derive_more v0.99.20
8012026-05-08T01:13:20.469Z Downloaded fatfs v0.3.6
8022026-05-08T01:13:20.469Z Downloaded maybe-uninit v2.0.0
8032026-05-08T01:13:20.469Z Downloaded ipnet v2.11.0
8042026-05-08T01:13:20.485Z Downloaded multimap v0.10.1
8052026-05-08T01:13:20.485Z Downloaded newline-converter v0.3.0
8062026-05-08T01:13:20.485Z Downloaded new_debug_unreachable v1.0.6
8072026-05-08T01:13:20.485Z Downloaded nodrop v0.1.14
8082026-05-08T01:13:20.485Z Downloaded nibble_vec v0.1.0
8092026-05-08T01:13:20.485Z Downloaded newtype-uuid-macros v0.1.0
8102026-05-08T01:13:20.485Z Downloaded normalize-line-endings v0.3.0
8112026-05-08T01:13:20.485Z Downloaded num-conv v0.2.0
8122026-05-08T01:13:20.509Z Downloaded nonempty v0.12.0
8132026-05-08T01:13:20.509Z Downloaded newtype_derive v0.1.6
8142026-05-08T01:13:20.510Z Downloaded num v0.4.3
8152026-05-08T01:13:20.510Z Downloaded num_enum_derive v0.5.11
8162026-05-08T01:13:20.510Z Downloaded half v1.8.3
8172026-05-08T01:13:20.511Z Downloaded jobserver v0.1.34
8182026-05-08T01:13:20.511Z Downloaded hmac v0.12.1
8192026-05-08T01:13:20.511Z Downloaded libefi-sys v0.1.0
8202026-05-08T01:13:20.521Z Downloaded num-derive v0.4.2
8212026-05-08T01:13:20.522Z Downloaded num-derive v0.3.3
8222026-05-08T01:13:20.522Z Downloaded libsw-core v0.3.2
8232026-05-08T01:13:20.522Z Downloaded openssl-probe v0.2.1
8242026-05-08T01:13:20.522Z Downloaded dropshot_endpoint v0.16.7
8252026-05-08T01:13:20.522Z Downloaded openssl-macros v0.1.1
8262026-05-08T01:13:20.522Z Downloaded num_threads v0.1.7
8272026-05-08T01:13:20.522Z Downloaded linear-map v1.2.0
8282026-05-08T01:13:20.522Z Downloaded libsw v3.5.0
8292026-05-08T01:13:20.522Z Downloaded openssl-probe v0.1.6
8302026-05-08T01:13:20.554Z Downloaded futures v0.3.32
8312026-05-08T01:13:20.554Z Downloaded oso-derive v0.27.3
8322026-05-08T01:13:20.554Z Downloaded memoffset v0.9.1
8332026-05-08T01:13:20.554Z Downloaded cookie v0.18.1
8342026-05-08T01:13:20.554Z Downloaded iana-time-zone v0.1.65
8352026-05-08T01:13:20.555Z Downloaded flume v0.11.1
8362026-05-08T01:13:20.555Z Downloaded multer v3.1.0
8372026-05-08T01:13:20.555Z Downloaded opaque-debug v0.3.1
8382026-05-08T01:13:20.562Z Downloaded parse-size v1.1.0
8392026-05-08T01:13:20.562Z Downloaded half v2.7.1
8402026-05-08T01:13:20.562Z Downloaded ipnetwork v0.21.1
8412026-05-08T01:13:20.562Z Downloaded newtype-uuid v1.3.2
8422026-05-08T01:13:20.562Z Downloaded darling_core v0.23.0
8432026-05-08T01:13:20.562Z Downloaded mime_guess v2.0.5
8442026-05-08T01:13:20.562Z Downloaded bytes v1.11.1
8452026-05-08T01:13:20.562Z Downloaded ingot v0.1.1
8462026-05-08T01:13:20.562Z Downloaded peg-runtime v0.8.5
8472026-05-08T01:13:20.562Z Downloaded phf_shared v0.11.3
8482026-05-08T01:13:20.563Z Downloaded pbkdf2 v0.12.2
8492026-05-08T01:13:20.563Z Downloaded pbkdf2 v0.11.0
8502026-05-08T01:13:20.576Z Downloaded path-slash v0.1.5
8512026-05-08T01:13:20.576Z Downloaded compact_str v0.8.1
8522026-05-08T01:13:20.576Z Downloaded num_enum_derive v0.7.5
8532026-05-08T01:13:20.576Z Downloaded num-integer v0.1.46
8542026-05-08T01:13:20.576Z Downloaded libloading v0.8.9
8552026-05-08T01:13:20.598Z Downloaded num-rational v0.4.2
8562026-05-08T01:13:20.598Z Downloaded nanorand v0.7.0
8572026-05-08T01:13:20.598Z Downloaded num-iter v0.1.45
8582026-05-08T01:13:20.598Z Downloaded hyper-rustls v0.27.7
8592026-05-08T01:13:20.598Z Downloaded native-tls v0.2.18
8602026-05-08T01:13:20.598Z Downloaded phf_shared v0.13.1
8612026-05-08T01:13:20.620Z Downloaded owo-colors v4.3.0
8622026-05-08T01:13:20.620Z Downloaded phf_shared v0.12.1
8632026-05-08T01:13:20.620Z Downloaded getrandom v0.3.4
8642026-05-08T01:13:20.620Z Downloaded num-complex v0.4.6
8652026-05-08T01:13:20.620Z Downloaded darling_core v0.21.3
8662026-05-08T01:13:20.620Z Downloaded num_enum v0.7.5
8672026-05-08T01:13:20.620Z Downloaded httparse v1.10.1
8682026-05-08T01:13:20.634Z Downloaded powerfmt v0.2.0
8692026-05-08T01:13:20.635Z Downloaded packed_struct v0.10.1
8702026-05-08T01:13:20.635Z Downloaded elliptic-curve v0.13.8
8712026-05-08T01:13:20.635Z Downloaded lock_api v0.4.14
8722026-05-08T01:13:20.635Z Downloaded olpc-cjson v0.1.4
8732026-05-08T01:13:20.635Z Downloaded num_enum v0.5.11
8742026-05-08T01:13:20.635Z Downloaded parse-display v0.10.0
8752026-05-08T01:13:20.635Z Downloaded predicates-tree v1.0.13
8762026-05-08T01:13:20.635Z Downloaded proc-macro-crate v1.3.1
8772026-05-08T01:13:20.635Z Downloaded predicates-core v1.0.10
8782026-05-08T01:13:20.635Z Downloaded parse-display-derive v0.10.0
8792026-05-08T01:13:20.635Z Downloaded litrs v1.0.0
8802026-05-08T01:13:20.635Z Downloaded darling_core v0.20.11
8812026-05-08T01:13:20.635Z Downloaded proc-macro-crate v3.4.0
8822026-05-08T01:13:20.667Z Downloaded ed25519-dalek v2.2.0
8832026-05-08T01:13:20.668Z Downloaded paste v1.0.15
8842026-05-08T01:13:20.668Z Downloaded indexmap v1.9.3
8852026-05-08T01:13:20.668Z Downloaded proc-macro-error-attr2 v2.0.0
8862026-05-08T01:13:20.668Z Downloaded memmap2 v0.9.10
8872026-05-08T01:13:20.668Z Downloaded peg v0.8.5
8882026-05-08T01:13:20.668Z Downloaded progenitor-client v0.14.0
8892026-05-08T01:13:20.668Z Downloaded progenitor-client v0.11.2
8902026-05-08T01:13:20.691Z Downloaded packed_struct_codegen v0.10.1
8912026-05-08T01:13:20.692Z Downloaded progenitor-client v0.10.0
8922026-05-08T01:13:20.692Z Downloaded password-hash v0.5.0
8932026-05-08T01:13:20.692Z Downloaded oxide-tokio-rt v0.1.4
8942026-05-08T01:13:20.692Z Downloaded precomputed-hash v0.1.1
8952026-05-08T01:13:20.693Z Downloaded oxnet v0.1.4
8962026-05-08T01:13:20.693Z Downloaded phf v0.13.1
8972026-05-08T01:13:20.693Z Downloaded base64 v0.21.7
8982026-05-08T01:13:20.693Z Downloaded progenitor-macro v0.10.0
8992026-05-08T01:13:20.693Z Downloaded parking_lot_core v0.8.6
9002026-05-08T01:13:20.693Z Downloaded ignore v0.4.25
9012026-05-08T01:13:20.693Z Downloaded pin-project-internal v1.1.11
9022026-05-08T01:13:20.693Z Downloaded pkcs8 v0.10.2
9032026-05-08T01:13:20.724Z Downloaded flate2 v1.1.9
9042026-05-08T01:13:20.724Z Downloaded derive_more v2.1.1
9052026-05-08T01:13:20.724Z Downloaded postgres-protocol v0.6.10
9062026-05-08T01:13:20.724Z Downloaded progenitor-macro v0.11.2
9072026-05-08T01:13:20.724Z Downloaded pem-rfc7468 v0.7.0
9082026-05-08T01:13:20.724Z Downloaded progenitor-macro v0.14.0
9092026-05-08T01:13:20.724Z Downloaded progenitor-macro v0.13.0
9102026-05-08T01:13:20.724Z Downloaded radium v0.7.0
9112026-05-08T01:13:20.724Z Downloaded phf v0.12.1
9122026-05-08T01:13:20.724Z Downloaded pem v3.0.6
9132026-05-08T01:13:20.724Z Downloaded poly1305 v0.8.0
9142026-05-08T01:13:20.724Z Downloaded quick-error v1.2.3
9152026-05-08T01:13:20.724Z Downloaded headers v0.4.1
9162026-05-08T01:13:20.724Z Downloaded libbz2-rs-sys v0.2.2
9172026-05-08T01:13:20.724Z Downloaded polyval v0.6.2
9182026-05-08T01:13:20.724Z Downloaded der v0.7.10
9192026-05-08T01:13:20.724Z Downloaded heapless v0.8.0
9202026-05-08T01:13:20.724Z Downloaded pin-utils v0.1.0
9212026-05-08T01:13:20.763Z Downloaded nu-ansi-term v0.50.3
9222026-05-08T01:13:20.763Z Downloaded primeorder v0.13.6
9232026-05-08T01:13:20.763Z Downloaded rand_chacha v0.3.1
9242026-05-08T01:13:20.763Z Downloaded ppv-lite86 v0.2.21
9252026-05-08T01:13:20.763Z Downloaded pkg-config v0.3.32
9262026-05-08T01:13:20.764Z Downloaded progenitor v0.10.0
9272026-05-08T01:13:20.764Z Downloaded proc-macro-error2 v2.0.1
9282026-05-08T01:13:20.764Z Downloaded const_format v0.2.35
9292026-05-08T01:13:20.764Z Downloaded crypto-bigint v0.5.5
9302026-05-08T01:13:20.764Z Downloaded arc-swap v1.8.2
9312026-05-08T01:13:20.781Z Downloaded progenitor-client v0.13.0
9322026-05-08T01:13:20.781Z Downloaded progenitor v0.14.0
9332026-05-08T01:13:20.781Z Downloaded rand_xorshift v0.4.0
9342026-05-08T01:13:20.781Z Downloaded omicron-zone-package v0.12.2
9352026-05-08T01:13:20.781Z Downloaded ingot-macros v0.1.1
9362026-05-08T01:13:20.781Z Downloaded indicatif v0.18.4
9372026-05-08T01:13:20.781Z Downloaded ar_archive_writer v0.5.1
9382026-05-08T01:13:20.782Z Downloaded recursive-proc-macro-impl v0.1.1
9392026-05-08T01:13:20.782Z Downloaded ref-cast-impl v1.0.25
9402026-05-08T01:13:20.782Z Downloaded ref-cast v1.0.25
9412026-05-08T01:13:20.782Z Downloaded rfc6979 v0.4.0
9422026-05-08T01:13:20.782Z Downloaded recursive v0.1.1
9432026-05-08T01:13:20.782Z Downloaded progenitor-extras v0.2.0
9442026-05-08T01:13:20.782Z Downloaded parking_lot_core v0.9.12
9452026-05-08T01:13:20.782Z Downloaded expectorate v1.2.0
9462026-05-08T01:13:20.782Z Downloaded diesel_derives v2.3.7
9472026-05-08T01:13:20.792Z Downloaded progenitor v0.11.2
9482026-05-08T01:13:20.793Z Downloaded derive_more-impl v2.1.1
9492026-05-08T01:13:20.793Z Downloaded postgres-types v0.2.12
9502026-05-08T01:13:20.793Z Downloaded psl-types v2.0.11
9512026-05-08T01:13:20.793Z Downloaded postcard v1.1.3
9522026-05-08T01:13:20.793Z Downloaded russh-cryptovec v0.7.3
9532026-05-08T01:13:20.793Z Downloaded peg-macros v0.8.5
9542026-05-08T01:13:20.793Z Downloaded rtoolbox v0.0.3
9552026-05-08T01:13:20.793Z Downloaded rustc_version v0.4.1
9562026-05-08T01:13:20.793Z Downloaded r2d2 v0.8.10
9572026-05-08T01:13:20.818Z Downloaded dropshot-api-manager v0.7.1
9582026-05-08T01:13:20.819Z Downloaded heapless v0.7.17
9592026-05-08T01:13:20.819Z Downloaded papergrid v0.17.0
9602026-05-08T01:13:20.819Z Downloaded parking_lot v0.11.2
9612026-05-08T01:13:20.855Z Downloaded hickory-resolver v0.25.2
9622026-05-08T01:13:20.855Z Downloaded rustc-hash v2.1.1
9632026-05-08T01:13:20.855Z Downloaded psm v0.1.30
9642026-05-08T01:13:20.855Z Downloaded hickory-resolver v0.24.4
9652026-05-08T01:13:20.856Z Downloaded pkcs5 v0.7.1
9662026-05-08T01:13:20.856Z Downloaded rand_seeder v0.4.0
9672026-05-08T01:13:20.856Z Downloaded rand_core v0.9.5
9682026-05-08T01:13:20.856Z Downloaded rand_core v0.6.4
9692026-05-08T01:13:20.856Z Downloaded rand_chacha v0.9.0
9702026-05-08T01:13:20.856Z Downloaded predicates v3.1.4
9712026-05-08T01:13:20.856Z Downloaded pkcs1 v0.7.5
9722026-05-08T01:13:20.856Z Downloaded hashbrown v0.12.3
9732026-05-08T01:13:20.856Z Downloaded bumpalo v3.20.2
9742026-05-08T01:13:20.877Z Downloaded salsa20 v0.10.2
9752026-05-08T01:13:20.877Z Downloaded rand_core v0.10.0
9762026-05-08T01:13:20.877Z Downloaded p256 v0.13.2
9772026-05-08T01:13:20.877Z Downloaded oso v0.27.3
9782026-05-08T01:13:20.877Z Downloaded jiff-static v0.2.21
9792026-05-08T01:13:20.877Z Downloaded same-file v1.0.6
9802026-05-08T01:13:20.877Z Downloaded sapling-renderdag v0.1.0
9812026-05-08T01:13:20.877Z Downloaded scheduled-thread-pool v0.2.7
9822026-05-08T01:13:20.877Z Downloaded pin-project v1.1.11
9832026-05-08T01:13:20.877Z Downloaded async-compression v0.4.41
9842026-05-08T01:13:20.877Z Downloaded password-hash v0.4.2
9852026-05-08T01:13:20.877Z Downloaded parking_lot v0.12.5
9862026-05-08T01:13:20.877Z Downloaded miniz_oxide v0.8.9
9872026-05-08T01:13:20.877Z Downloaded scroll_derive v0.13.1
9882026-05-08T01:13:20.877Z Downloaded scopeguard v1.2.0
9892026-05-08T01:13:20.877Z Downloaded secrecy v0.10.3
9902026-05-08T01:13:20.877Z Downloaded secrecy v0.8.0
9912026-05-08T01:13:20.877Z Downloaded resolv-conf v0.7.6
9922026-05-08T01:13:20.891Z Downloaded pin-project-lite v0.2.17
9932026-05-08T01:13:20.891Z Downloaded progenitor v0.13.0
9942026-05-08T01:13:20.891Z Downloaded scrypt v0.11.0
9952026-05-08T01:13:20.891Z Downloaded serde_repr v0.1.20
9962026-05-08T01:13:20.891Z Downloaded serde_plain v1.0.2
9972026-05-08T01:13:20.909Z Downloaded serde_spanned v1.0.4
9982026-05-08T01:13:20.909Z Downloaded serde_bytes v0.11.19
9992026-05-08T01:13:20.909Z Downloaded serde-big-array v0.5.1
10002026-05-08T01:13:20.909Z Downloaded quinn-udp v0.5.14
10012026-05-08T01:13:20.909Z Downloaded semver v0.1.20
10022026-05-08T01:13:20.909Z Downloaded rustc_version v0.1.7
10032026-05-08T01:13:20.909Z Downloaded prefix-trie v0.7.0
10042026-05-08T01:13:20.910Z Downloaded rustls-native-certs v0.8.3
10052026-05-08T01:13:20.917Z Downloaded rustls-pemfile v2.2.0
10062026-05-08T01:13:20.918Z Downloaded shell-words v1.1.1
10072026-05-08T01:13:20.918Z Downloaded signal-hook-tokio v0.3.1
10082026-05-08T01:13:20.941Z Downloaded sha1 v0.10.6
10092026-05-08T01:13:20.941Z Downloaded signal-hook-mio v0.2.5
10102026-05-08T01:13:20.949Z Downloaded sigpipe v0.1.3
10112026-05-08T01:13:20.950Z Downloaded signature v2.2.0
10122026-05-08T01:13:20.950Z Downloaded rustversion v1.0.22
10132026-05-08T01:13:20.950Z Downloaded hashbrown v0.13.2
10142026-05-08T01:13:20.950Z Downloaded siphasher v1.0.2
10152026-05-08T01:13:20.950Z Downloaded rusty-fork v0.3.1
10162026-05-08T01:13:20.950Z Downloaded progenitor-impl v0.14.0
10172026-05-08T01:13:20.950Z Downloaded progenitor-impl v0.13.0
10182026-05-08T01:13:20.950Z Downloaded schemars_derive v0.8.22
10192026-05-08T01:13:20.950Z Downloaded minimal-lexical v0.2.1
10202026-05-08T01:13:20.969Z Downloaded slog-bunyan v2.5.0
10212026-05-08T01:13:20.969Z Downloaded slog-envlogger v2.2.0
10222026-05-08T01:13:20.994Z Downloaded scroll v0.13.0
10232026-05-08T01:13:20.994Z Downloaded sct v0.7.1
10242026-05-08T01:13:20.994Z Downloaded seq-macro v0.3.6
10252026-05-08T01:13:20.994Z Downloaded sec1 v0.7.3
10262026-05-08T01:13:21.013Z Downloaded progenitor-impl v0.11.2
10272026-05-08T01:13:21.013Z Downloaded serde_urlencoded v0.7.1
10282026-05-08T01:13:21.013Z Downloaded russh-keys v0.45.0
10292026-05-08T01:13:21.013Z Downloaded serde_path_to_error v0.1.20
10302026-05-08T01:13:21.013Z Downloaded serde-hex v0.1.0
10312026-05-08T01:13:21.013Z Downloaded crossterm v0.29.0
10322026-05-08T01:13:21.013Z Downloaded ssh-encoding v0.2.0
10332026-05-08T01:13:21.013Z Downloaded serde_derive_internals v0.29.1
10342026-05-08T01:13:21.013Z Downloaded structmeta v0.3.0
10352026-05-08T01:13:21.013Z Downloaded sqlparser_derive v0.5.0
10362026-05-08T01:13:21.013Z Downloaded hickory-server v0.25.2
10372026-05-08T01:13:21.074Z Downloaded num-bigint v0.4.6
10382026-05-08T01:13:21.074Z Downloaded hyper-util v0.1.20
10392026-05-08T01:13:21.074Z Downloaded shlex v1.3.0
10402026-05-08T01:13:21.074Z Downloaded rustls-pki-types v1.14.0
10412026-05-08T01:13:21.074Z Downloaded strum v0.27.2
10422026-05-08T01:13:21.074Z Downloaded structmeta-derive v0.3.0
10432026-05-08T01:13:21.074Z Downloaded strip-ansi-escapes v0.2.1
10442026-05-08T01:13:21.074Z Downloaded rustls-pemfile v1.0.4
10452026-05-08T01:13:21.074Z Downloaded supports-color v3.0.2
10462026-05-08T01:13:21.074Z Downloaded strum v0.26.3
10472026-05-08T01:13:21.074Z Downloaded pretty_assertions v1.4.1
10482026-05-08T01:13:21.074Z Downloaded aes v0.8.4
10492026-05-08T01:13:21.103Z Downloaded subtle v2.6.1
10502026-05-08T01:13:21.103Z Downloaded tabwriter v1.4.1
10512026-05-08T01:13:21.103Z Downloaded tabled_derive v0.11.0
10522026-05-08T01:13:21.103Z Downloaded simd-adler32 v0.3.8
10532026-05-08T01:13:21.103Z Downloaded http v1.4.0
10542026-05-08T01:13:21.103Z Downloaded openssl-sys v0.9.114
10552026-05-08T01:13:21.103Z Downloaded signal-hook-registry v1.4.8
10562026-05-08T01:13:21.104Z Downloaded sync_wrapper v1.0.2
10572026-05-08T01:13:21.104Z Downloaded slog-json v2.6.1
10582026-05-08T01:13:21.104Z Downloaded progenitor-impl v0.10.0
10592026-05-08T01:13:21.104Z Downloaded mio v1.2.0
10602026-05-08T01:13:21.104Z Downloaded sync-ptr v0.1.4
10612026-05-08T01:13:21.104Z Downloaded smf v0.2.3
10622026-05-08T01:13:21.104Z Downloaded tap v1.0.1
10632026-05-08T01:13:21.104Z Downloaded tagptr v0.2.0
10642026-05-08T01:13:21.104Z Downloaded smallvec v0.6.14
10652026-05-08T01:13:21.104Z Downloaded slog-stdlog v4.1.1
10662026-05-08T01:13:21.104Z Downloaded slog-scope v4.4.1
10672026-05-08T01:13:21.104Z Downloaded slog-dtrace v0.3.0
10682026-05-08T01:13:21.104Z Downloaded slog-async v2.8.0
10692026-05-08T01:13:21.104Z Downloaded slog-term v2.9.2
10702026-05-08T01:13:21.104Z Downloaded spki v0.7.3
10712026-05-08T01:13:21.104Z Downloaded serde_cbor v0.11.2
10722026-05-08T01:13:21.104Z Downloaded sqlformat v0.3.5
10732026-05-08T01:13:21.104Z Downloaded snafu-derive v0.8.9
10742026-05-08T01:13:21.104Z Downloaded itertools v0.10.5
10752026-05-08T01:13:21.133Z Downloaded thread-id v5.1.0
10762026-05-08T01:13:21.133Z Downloaded testing_table v0.3.0
10772026-05-08T01:13:21.133Z Downloaded time-core v0.1.8
10782026-05-08T01:13:21.134Z Downloaded stacker v0.1.23
10792026-05-08T01:13:21.134Z Downloaded static_assertions v1.1.0
10802026-05-08T01:13:21.134Z Downloaded ssh-cipher v0.2.0
10812026-05-08T01:13:21.134Z Downloaded thiserror-impl-no-std v2.0.2
10822026-05-08T01:13:21.134Z Downloaded strum_macros v0.24.3
10832026-05-08T01:13:21.134Z Downloaded stringprep v0.1.5
10842026-05-08T01:13:21.134Z Downloaded string_cache v0.8.9
10852026-05-08T01:13:21.134Z Downloaded rustls-platform-verifier v0.6.2
10862026-05-08T01:13:21.167Z Downloaded aes-gcm v0.10.3
10872026-05-08T01:13:21.167Z Downloaded strum_macros v0.27.2
10882026-05-08T01:13:21.167Z Downloaded take_mut v0.2.2
10892026-05-08T01:13:21.167Z Downloaded tinyvec_macros v0.1.1
10902026-05-08T01:13:21.167Z Downloaded support-bundle-viewer v0.1.2
10912026-05-08T01:13:21.167Z Downloaded strum_macros v0.26.4
10922026-05-08T01:13:21.167Z Downloaded slab v0.4.12
10932026-05-08T01:13:21.167Z Downloaded tokio-macros v2.7.0
10942026-05-08T01:13:21.167Z Downloaded ryu v1.0.23
10952026-05-08T01:13:21.197Z Downloaded rayon-core v1.13.0
10962026-05-08T01:13:21.197Z Downloaded spin v0.9.8
10972026-05-08T01:13:21.197Z Downloaded termios v0.3.3
10982026-05-08T01:13:21.197Z Downloaded tower-service v0.3.3
10992026-05-08T01:13:21.197Z Downloaded tower-layer v0.3.3
11002026-05-08T01:13:21.197Z Downloaded nom v7.1.3
11012026-05-08T01:13:21.197Z Downloaded thiserror-no-std v2.0.2
11022026-05-08T01:13:21.197Z Downloaded topological-sort v0.2.2
11032026-05-08T01:13:21.218Z Downloaded publicsuffix v2.3.0
11042026-05-08T01:13:21.218Z Downloaded ron v0.8.1
11052026-05-08T01:13:21.218Z Downloaded termtree v0.5.1
11062026-05-08T01:13:21.218Z Downloaded thread_local v1.1.9
11072026-05-08T01:13:21.218Z Downloaded qorb v0.4.1
11082026-05-08T01:13:21.218Z Downloaded hashbrown v0.15.5
11092026-05-08T01:13:21.219Z Downloaded typify-macro v0.6.2
11102026-05-08T01:13:21.219Z Downloaded quinn v0.11.9
11112026-05-08T01:13:21.219Z Downloaded time-macros v0.2.27
11122026-05-08T01:13:21.219Z Downloaded unarray v0.1.4
11132026-05-08T01:13:21.219Z Downloaded serde_yaml v0.9.34+deprecated
11142026-05-08T01:13:21.219Z Downloaded iri-string v0.7.10
11152026-05-08T01:13:21.268Z Downloaded try-lock v0.2.5
11162026-05-08T01:13:21.268Z Downloaded typify-macro v0.4.3
11172026-05-08T01:13:21.268Z Downloaded tiny-keccak v2.0.2
11182026-05-08T01:13:21.268Z Downloaded prettyplease v0.2.37
11192026-05-08T01:13:21.268Z Downloaded rand v0.8.5
11202026-05-08T01:13:21.268Z Downloaded trait-variant v0.1.2
11212026-05-08T01:13:21.268Z Downloaded tls_codec v0.4.2
11222026-05-08T01:13:21.268Z Downloaded similar v2.7.0
11232026-05-08T01:13:21.268Z Downloaded tls_codec_derive v0.4.2
11242026-05-08T01:13:21.268Z Downloaded unicode-truncate v1.1.0
11252026-05-08T01:13:21.268Z Downloaded tokio-native-tls v0.3.1
11262026-05-08T01:13:21.296Z Downloaded tokio-dtrace v0.1.1
11272026-05-08T01:13:21.296Z Downloaded untrusted v0.7.1
11282026-05-08T01:13:21.296Z Downloaded schemars v0.8.22
11292026-05-08T01:13:21.296Z Downloaded rcgen v0.12.1
11302026-05-08T01:13:21.296Z Downloaded aho-corasick v1.1.4
11312026-05-08T01:13:21.296Z Downloaded hashbrown v0.16.1
11322026-05-08T01:13:21.297Z Downloaded signal-hook v0.3.18
11332026-05-08T01:13:21.297Z Downloaded slog v2.8.2
11342026-05-08T01:13:21.297Z Downloaded serde_with_macros v3.17.0
11352026-05-08T01:13:21.297Z Downloaded tokio-rustls v0.25.0
11362026-05-08T01:13:21.297Z Downloaded universal-hash v0.5.1
11372026-05-08T01:13:21.297Z Downloaded usdt-attr-macro v0.6.0
11382026-05-08T01:13:21.297Z Downloaded usdt-macro v0.6.0
11392026-05-08T01:13:21.297Z Downloaded chrono v0.4.44
11402026-05-08T01:13:21.297Z Downloaded usdt v0.6.0
11412026-05-08T01:13:21.297Z Downloaded crossterm v0.28.1
11422026-05-08T01:13:21.297Z Downloaded untrusted v0.9.0
11432026-05-08T01:13:21.297Z Downloaded term v0.7.0
11442026-05-08T01:13:21.297Z Downloaded itertools v0.12.1
11452026-05-08T01:13:21.297Z Downloaded rsa v0.9.10
11462026-05-08T01:13:21.297Z Downloaded socket2 v0.5.10
11472026-05-08T01:13:21.297Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11482026-05-08T01:13:21.297Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11492026-05-08T01:13:21.298Z Downloaded socket2 v0.6.3
11502026-05-08T01:13:21.298Z Downloaded utf-8 v0.7.6
11512026-05-08T01:13:21.298Z Downloaded toml_writer v1.0.6+spec-1.1.0
11522026-05-08T01:13:21.342Z Downloaded void v1.0.2
11532026-05-08T01:13:21.342Z Downloaded iddqd v0.3.18
11542026-05-08T01:13:21.342Z Downloaded wait-timeout v0.2.1
11552026-05-08T01:13:21.342Z Downloaded tokio-tungstenite v0.21.0
11562026-05-08T01:13:21.342Z Downloaded libxml v0.3.3
11572026-05-08T01:13:21.343Z Downloaded tui-tree-widget v0.23.1
11582026-05-08T01:13:21.343Z Downloaded rand v0.10.0
11592026-05-08T01:13:21.343Z Downloaded futures-util v0.3.32
11602026-05-08T01:13:21.343Z Downloaded subprocess v0.2.15
11612026-05-08T01:13:21.343Z Downloaded unit-prefix v0.5.2
11622026-05-08T01:13:21.343Z Downloaded num-bigint-dig v0.8.6
11632026-05-08T01:13:21.343Z Downloaded want v0.3.1
11642026-05-08T01:13:21.343Z Downloaded waitgroup v0.1.2
11652026-05-08T01:13:21.408Z Downloaded h2 v0.4.13
11662026-05-08T01:13:21.408Z Downloaded hyper v1.8.1
11672026-05-08T01:13:21.408Z Downloaded schemars v1.2.1
11682026-05-08T01:13:21.408Z Downloaded xattr v1.6.1
11692026-05-08T01:13:21.471Z Downloaded tokio-rustls v0.26.4
11702026-05-08T01:13:21.471Z Downloaded tokio-rustls v0.24.1
11712026-05-08T01:13:21.472Z Downloaded schemars v0.9.0
11722026-05-08T01:13:21.472Z Downloaded vergen-gitcl v1.0.8
11732026-05-08T01:13:21.472Z Downloaded itertools v0.14.0
11742026-05-08T01:13:21.472Z Downloaded xshell-macros v0.2.7
11752026-05-08T01:13:21.472Z Downloaded vergen-git2 v1.0.7
11762026-05-08T01:13:21.472Z Downloaded uzers v0.12.2
11772026-05-08T01:13:21.472Z Downloaded zone v0.3.1
11782026-05-08T01:13:21.472Z Downloaded itertools v0.13.0
11792026-05-08T01:13:21.472Z Downloaded zone_cfg_derive v0.3.1
11802026-05-08T01:13:21.472Z Downloaded term v1.2.1
11812026-05-08T01:13:21.472Z Downloaded tracing-attributes v0.1.31
11822026-05-08T01:13:21.472Z Downloaded curve25519-dalek v4.1.3
11832026-05-08T01:13:21.472Z Downloaded vergen-lib v0.1.6
11842026-05-08T01:13:21.472Z Downloaded test-strategy v0.4.5
11852026-05-08T01:13:21.472Z Downloaded p521 v0.13.3
11862026-05-08T01:13:21.472Z Downloaded toml_parser v1.0.9+spec-1.1.0
11872026-05-08T01:13:21.472Z Downloaded vsss-rs v3.3.4
11882026-05-08T01:13:21.472Z Downloaded rand v0.9.2
11892026-05-08T01:13:21.472Z Downloaded walkdir v2.5.0
11902026-05-08T01:13:21.472Z Downloaded twox-hash v2.1.2
11912026-05-08T01:13:21.472Z Downloaded tinyvec v1.10.0
11922026-05-08T01:13:21.472Z Downloaded unicase v2.9.0
11932026-05-08T01:13:21.472Z Downloaded rustls-webpki v0.103.9
11942026-05-08T01:13:21.472Z Downloaded whoami v1.6.1
11952026-05-08T01:13:21.524Z Downloaded samael v0.0.19
11962026-05-08T01:13:21.524Z Downloaded tokio-stream v0.1.18
11972026-05-08T01:13:21.524Z Downloaded tokio-tungstenite v0.23.1
11982026-05-08T01:13:21.524Z Downloaded unicode-properties v0.1.4
11992026-05-08T01:13:21.524Z Downloaded toml v0.9.12+spec-1.1.0
12002026-05-08T01:13:21.524Z Downloaded snafu v0.8.9
12012026-05-08T01:13:21.524Z Downloaded vergen v9.0.6
12022026-05-08T01:13:21.524Z Downloaded russh v0.45.0
12032026-05-08T01:13:21.524Z Downloaded zstd-safe v7.2.4
12042026-05-08T01:13:21.524Z Downloaded zeroize_derive v1.4.3
12052026-05-08T01:13:21.524Z Downloaded xshell v0.2.7
12062026-05-08T01:13:21.524Z Downloaded tar v0.4.45
12072026-05-08T01:13:21.524Z Downloaded zeroize v1.8.2
12082026-05-08T01:13:21.525Z Downloaded usdt-impl v0.6.0
12092026-05-08T01:13:21.525Z Downloaded tracing-core v0.1.36
12102026-05-08T01:13:21.525Z Downloaded toml v1.0.6+spec-1.1.0
12112026-05-08T01:13:21.525Z Downloaded toml v0.7.8
12122026-05-08T01:13:21.525Z Downloaded rustyline v14.0.0
12132026-05-08T01:13:21.550Z Downloaded wyz v0.5.1
12142026-05-08T01:13:21.550Z Downloaded libm v0.2.16
12152026-05-08T01:13:21.550Z Downloaded tungstenite v0.23.0
12162026-05-08T01:13:21.550Z Downloaded tungstenite v0.21.0
12172026-05-08T01:13:21.550Z Downloaded rpassword v7.4.0
12182026-05-08T01:13:21.550Z Downloaded unicode-bidi v0.3.18
12192026-05-08T01:13:21.550Z Downloaded zstd v0.13.3
12202026-05-08T01:13:21.550Z Downloaded blake3 v1.8.3
12212026-05-08T01:13:21.550Z Downloaded unsafe-libyaml v0.2.11
12222026-05-08T01:13:21.550Z Downloaded typify v0.4.3
12232026-05-08T01:13:21.550Z Downloaded typify v0.6.2
12242026-05-08T01:13:21.570Z Downloaded zerocopy v0.6.6
12252026-05-08T01:13:21.570Z Downloaded yasna v0.5.2
12262026-05-08T01:13:21.571Z Downloaded toml_edit v0.23.10+spec-1.0.0
12272026-05-08T01:13:21.571Z Downloaded ssh-key v0.6.7
12282026-05-08T01:13:21.571Z Downloaded reedline v0.40.0
12292026-05-08T01:13:21.571Z Downloaded vte v0.14.1
12302026-05-08T01:13:21.606Z Downloaded hkdf v0.12.4
12312026-05-08T01:13:21.606Z Downloaded steno v0.4.1
12322026-05-08T01:13:21.606Z Downloaded zopfli v0.8.3
12332026-05-08T01:13:21.606Z Downloaded aws-lc-rs v1.16.0
12342026-05-08T01:13:21.606Z Downloaded tokio-postgres v0.7.16
12352026-05-08T01:13:21.606Z Downloaded git2 v0.20.4
12362026-05-08T01:13:21.640Z Downloaded reqwest v0.13.2
12372026-05-08T01:13:21.656Z Downloaded uuid v1.23.0
12382026-05-08T01:13:21.656Z Downloaded p384 v0.13.1
12392026-05-08T01:13:21.680Z Downloaded whoami v2.1.0
12402026-05-08T01:13:21.681Z Downloaded lalrpop v0.19.12
12412026-05-08T01:13:21.681Z Downloaded unicode_categories v0.1.1
12422026-05-08T01:13:21.681Z Downloaded bindgen v0.71.1
12432026-05-08T01:13:21.709Z Downloaded reqwest v0.12.28
12442026-05-08T01:13:21.709Z Downloaded regex v1.12.3
12452026-05-08T01:13:21.709Z Downloaded zip v0.6.6
12462026-05-08T01:13:21.709Z Downloaded toml_edit v0.19.15
12472026-05-08T01:13:21.741Z Downloaded typed-path v0.9.3
12482026-05-08T01:13:21.742Z Downloaded rustls-webpki v0.101.7
12492026-05-08T01:13:21.742Z Downloaded x509-cert v0.2.5
12502026-05-08T01:13:21.742Z Downloaded bitvec v1.0.1
12512026-05-08T01:13:21.742Z Downloaded unicode-segmentation v1.12.0
12522026-05-08T01:13:21.742Z Downloaded salty v0.3.0
12532026-05-08T01:13:21.753Z Downloaded zerocopy-derive v0.8.40
12542026-05-08T01:13:21.753Z Downloaded yansi v1.0.1
12552026-05-08T01:13:21.753Z Downloaded moka v0.12.13
12562026-05-08T01:13:21.753Z Downloaded tower v0.5.3
12572026-05-08T01:13:21.753Z Downloaded portable-atomic v1.13.1
12582026-05-08T01:13:21.760Z Downloaded quick-xml v0.37.5
12592026-05-08T01:13:21.760Z Downloaded rayon v1.11.0
12602026-05-08T01:13:21.801Z Downloaded tower-http v0.6.8
12612026-05-08T01:13:21.801Z Downloaded proptest v1.10.0
12622026-05-08T01:13:21.807Z Downloaded rustls-webpki v0.102.8
12632026-05-08T01:13:21.807Z Downloaded object v0.30.4
12642026-05-08T01:13:21.807Z Downloaded goblin v0.10.5
12652026-05-08T01:13:21.823Z Downloaded petname v2.0.2
12662026-05-08T01:13:21.839Z Downloaded zip v4.6.1
12672026-05-08T01:13:21.839Z Downloaded tokio-util v0.7.18
12682026-05-08T01:13:21.839Z Downloaded tough v0.20.0
12692026-05-08T01:13:21.884Z Downloaded unicode-normalization v0.1.25
12702026-05-08T01:13:21.906Z Downloaded winnow v0.5.40
12712026-05-08T01:13:21.906Z Downloaded radix_trie v0.2.1
12722026-05-08T01:13:21.906Z Downloaded quinn-proto v0.11.13
12732026-05-08T01:13:21.906Z Downloaded nix v0.27.1
12742026-05-08T01:13:21.906Z Downloaded polar-core v0.27.3
12752026-05-08T01:13:21.927Z Downloaded serde_with v3.17.0
12762026-05-08T01:13:21.927Z Downloaded nix v0.28.0
12772026-05-08T01:13:21.927Z Downloaded winnow v0.6.26
12782026-05-08T01:13:21.941Z Downloaded dropshot v0.16.7
12792026-05-08T01:13:21.941Z Downloaded time v0.3.47
12802026-05-08T01:13:21.967Z Downloaded dropshot v0.17.0
12812026-05-08T01:13:21.982Z Downloaded smoltcp v0.9.1
12822026-05-08T01:13:21.982Z Downloaded object v0.37.3
12832026-05-08T01:13:21.982Z Downloaded nix v0.31.2
12842026-05-08T01:13:21.982Z Downloaded hickory-proto v0.24.4
12852026-05-08T01:13:22.035Z Downloaded vcpkg v0.2.15
12862026-05-08T01:13:22.055Z Downloaded tabled v0.20.0
12872026-05-08T01:13:22.055Z Downloaded nix v0.29.0
12882026-05-08T01:13:22.055Z Downloaded hickory-proto v0.25.2
12892026-05-08T01:13:22.056Z Downloaded bstr v1.12.1
12902026-05-08T01:13:22.056Z Downloaded zerocopy v0.8.40
12912026-05-08T01:13:22.056Z Downloaded diesel v2.3.7
12922026-05-08T01:13:22.079Z Downloaded rustix v0.38.44
12932026-05-08T01:13:22.079Z Downloaded regress v0.11.1
12942026-05-08T01:13:22.105Z Downloaded regex-syntax v0.6.29
12952026-05-08T01:13:22.105Z Downloaded rustls v0.21.12
12962026-05-08T01:13:22.105Z Downloaded openssl v0.10.78
12972026-05-08T01:13:22.126Z Downloaded webpki-roots v1.0.6
12982026-05-08T01:13:22.126Z Downloaded zlib-rs v0.6.2
12992026-05-08T01:13:22.126Z Downloaded rustls v0.22.4
13002026-05-08T01:13:22.144Z Downloaded regress v0.10.5
13012026-05-08T01:13:22.145Z Downloaded openapiv3 v2.2.0
13022026-05-08T01:13:22.161Z Downloaded smoltcp v0.11.0
13032026-05-08T01:13:22.186Z Downloaded tracing v0.1.44
13042026-05-08T01:13:22.216Z Downloaded regex-syntax v0.8.10
13052026-05-08T01:13:22.216Z Downloaded typify-impl v0.4.3
13062026-05-08T01:13:22.216Z Downloaded rustls v0.23.37
13072026-05-08T01:13:22.248Z Downloaded zerocopy-derive v0.6.6
13082026-05-08T01:13:22.319Z Downloaded csv v1.4.0
13092026-05-08T01:13:22.328Z Downloaded sqlparser v0.61.0
13102026-05-08T01:13:22.356Z Downloaded petgraph v0.8.3
13112026-05-08T01:13:22.369Z Downloaded sled v0.34.7
13122026-05-08T01:13:22.387Z Downloaded typify-impl v0.6.2
13132026-05-08T01:13:22.388Z Downloaded ratatui v0.29.0
13142026-05-08T01:13:22.402Z Downloaded tokio v1.52.1
13152026-05-08T01:13:22.437Z Downloaded bzip2-sys v0.1.13+1.0.8
13162026-05-08T01:13:22.450Z Downloaded regex-automata v0.4.14
13172026-05-08T01:13:22.476Z Downloaded chrono-tz v0.10.4
13182026-05-08T01:13:22.490Z Downloaded petgraph v0.6.5
13192026-05-08T01:13:22.496Z Downloaded jiff v0.2.21
13202026-05-08T01:13:22.496Z Downloaded encoding_rs v0.8.35
13212026-05-08T01:13:22.533Z Downloaded ring v0.17.14
13222026-05-08T01:13:22.546Z Downloaded libgit2-sys v0.18.3+1.9.2
13232026-05-08T01:13:22.581Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13242026-05-08T01:13:22.588Z Downloaded sha3 v0.10.8
13252026-05-08T01:13:22.588Z Downloaded libz-sys v1.1.24
13262026-05-08T01:13:23.446Z Downloaded aws-lc-sys v0.37.1
13272026-05-08T01:13:23.684Z Compiling libc v0.2.185
13282026-05-08T01:13:23.684Z Compiling serde v1.0.228
13292026-05-08T01:13:23.706Z Compiling find-msvc-tools v0.1.9
13302026-05-08T01:13:23.706Z Compiling log v0.4.29
13312026-05-08T01:13:23.706Z Compiling shlex v1.3.0
13322026-05-08T01:13:23.706Z Compiling smallvec v1.15.1
13332026-05-08T01:13:23.706Z Compiling typenum v1.19.0
13342026-05-08T01:13:23.706Z Compiling subtle v2.6.1
13352026-05-08T01:13:23.850Z Compiling generic-array v0.14.7
13362026-05-08T01:13:23.872Z Compiling scopeguard v1.2.0
13372026-05-08T01:13:23.872Z Compiling const-oid v0.9.6
13382026-05-08T01:13:23.904Z Compiling portable-atomic v1.13.1
13392026-05-08T01:13:23.966Z Compiling syn v2.0.117
13402026-05-08T01:13:23.990Z Compiling zerocopy v0.8.40
13412026-05-08T01:13:23.990Z Compiling critical-section v1.2.0
13422026-05-08T01:13:23.990Z Compiling serde_json v1.0.149
13432026-05-08T01:13:24.055Z Compiling lock_api v0.4.14
13442026-05-08T01:13:24.082Z Compiling pin-project-lite v0.2.17
13452026-05-08T01:13:24.082Z Compiling parking_lot_core v0.9.12
13462026-05-08T01:13:24.083Z Compiling pkg-config v0.3.32
13472026-05-08T01:13:24.121Z Compiling bitflags v2.11.0
13482026-05-08T01:13:24.121Z Compiling libm v0.2.16
13492026-05-08T01:13:24.143Z Compiling num-traits v0.2.19
13502026-05-08T01:13:24.191Z Compiling futures-core v0.3.32
13512026-05-08T01:13:24.229Z Compiling percent-encoding v2.3.2
13522026-05-08T01:13:24.243Z Compiling futures-sink v0.3.32
13532026-05-08T01:13:24.302Z Compiling cpufeatures v0.2.17
13542026-05-08T01:13:24.375Z Compiling futures-channel v0.3.32
13552026-05-08T01:13:24.404Z Compiling getrandom v0.4.1
13562026-05-08T01:13:24.413Z Compiling futures-io v0.3.32
13572026-05-08T01:13:24.413Z Compiling slab v0.4.12
13582026-05-08T01:13:24.470Z Compiling futures-task v0.3.32
13592026-05-08T01:13:24.495Z Compiling getrandom v0.3.4
13602026-05-08T01:13:24.534Z Compiling rustversion v1.0.22
13612026-05-08T01:13:24.578Z Compiling rand_core v0.10.0
13622026-05-08T01:13:24.612Z Compiling indexmap v2.14.0
13632026-05-08T01:13:24.643Z Compiling form_urlencoded v1.2.2
13642026-05-08T01:13:24.709Z Compiling base64ct v1.8.3
13652026-05-08T01:13:24.936Z Compiling fs_extra v1.3.0
13662026-05-08T01:13:24.936Z Compiling ident_case v1.0.1
13672026-05-08T01:13:24.937Z Compiling dunce v1.0.5
13682026-05-08T01:13:25.121Z Compiling flagset v0.4.7
13692026-05-08T01:13:25.121Z Compiling getrandom v0.2.17
13702026-05-08T01:13:25.121Z Compiling jobserver v0.1.34
13712026-05-08T01:13:25.121Z Compiling errno v0.3.14
13722026-05-08T01:13:25.121Z Compiling mio v1.2.0
13732026-05-08T01:13:25.121Z Compiling socket2 v0.6.3
13742026-05-08T01:13:25.121Z Compiling rand_core v0.6.4
13752026-05-08T01:13:25.121Z Compiling once_cell v1.21.3
13762026-05-08T01:13:25.121Z Compiling signal-hook-registry v1.4.8
13772026-05-08T01:13:25.151Z Compiling cc v1.2.56
13782026-05-08T01:13:25.151Z Compiling parking_lot v0.12.5
13792026-05-08T01:13:25.193Z Compiling pem-rfc7468 v0.7.0
13802026-05-08T01:13:25.236Z Compiling iana-time-zone v0.1.65
13812026-05-08T01:13:25.252Z Compiling rustix v1.1.3
13822026-05-08T01:13:25.332Z Compiling uuid v1.23.0
13832026-05-08T01:13:25.332Z Compiling rustc_version v0.4.1
13842026-05-08T01:13:25.332Z Compiling aws-lc-rs v1.16.0
13852026-05-08T01:13:25.360Z Compiling regex-syntax v0.8.10
13862026-05-08T01:13:25.385Z Compiling vcpkg v0.2.15
13872026-05-08T01:13:25.430Z Compiling tracing-core v0.1.36
13882026-05-08T01:13:25.478Z Compiling base64 v0.22.1
13892026-05-08T01:13:25.505Z Compiling openssl-probe v0.2.1
13902026-05-08T01:13:25.523Z Compiling httparse v1.10.1
13912026-05-08T01:13:25.578Z Compiling rand_core v0.9.5
13922026-05-08T01:13:25.618Z Compiling schemars v0.8.22
13932026-05-08T01:13:25.663Z Compiling untrusted v0.7.1
13942026-05-08T01:13:25.675Z Compiling untrusted v0.9.0
13952026-05-08T01:13:25.675Z Compiling tower-layer v0.3.3
13962026-05-08T01:13:25.701Z Compiling rustls v0.23.37
13972026-05-08T01:13:25.791Z Compiling cmake v0.1.57
13982026-05-08T01:13:25.811Z Compiling dyn-clone v1.0.20
13992026-05-08T01:13:25.859Z Compiling tower-service v0.3.3
14002026-05-08T01:13:25.898Z Compiling atomic-waker v1.1.2
14012026-05-08T01:13:25.898Z Compiling tinyvec_macros v0.1.1
14022026-05-08T01:13:25.905Z Compiling try-lock v0.2.5
14032026-05-08T01:13:25.999Z Compiling spin v0.9.8
14042026-05-08T01:13:26.057Z Compiling tinyvec v1.10.0
14052026-05-08T01:13:26.057Z Compiling aho-corasick v1.1.4
14062026-05-08T01:13:26.057Z Compiling time-core v0.1.8
14072026-05-08T01:13:26.057Z Compiling want v0.3.1
14082026-05-08T01:13:26.057Z Compiling crc32fast v1.5.0
14092026-05-08T01:13:26.057Z Compiling pin-utils v0.1.0
14102026-05-08T01:13:26.057Z Compiling openssl v0.10.78
14112026-05-08T01:13:26.127Z Compiling powerfmt v0.2.0
14122026-05-08T01:13:26.212Z Compiling httpdate v1.0.3
14132026-05-08T01:13:26.212Z Compiling foreign-types-shared v0.1.1
14142026-05-08T01:13:26.212Z Compiling num-conv v0.2.0
14152026-05-08T01:13:26.212Z Compiling wait-timeout v0.2.1
14162026-05-08T01:13:26.279Z Compiling bit-vec v0.8.0
14172026-05-08T01:13:26.279Z Compiling usdt-impl v0.6.0
14182026-05-08T01:13:26.401Z Compiling foreign-types v0.3.2
14192026-05-08T01:13:26.401Z Compiling deranged v0.5.8
14202026-05-08T01:13:26.401Z Compiling simd-adler32 v0.3.8
14212026-05-08T01:13:26.442Z Compiling crossbeam-utils v0.8.21
14222026-05-08T01:13:26.442Z Compiling time-macros v0.2.27
14232026-05-08T01:13:26.442Z Compiling native-tls v0.2.18
14242026-05-08T01:13:26.442Z Compiling quick-error v1.2.3
14252026-05-08T01:13:26.442Z Compiling syn v1.0.109
14262026-05-08T01:13:26.442Z Compiling siphasher v1.0.2
14272026-05-08T01:13:26.466Z Compiling num_threads v0.1.7
14282026-05-08T01:13:26.539Z Compiling bit-set v0.8.0
14292026-05-08T01:13:26.611Z Compiling unicode-normalization v0.1.25
14302026-05-08T01:13:26.611Z Compiling rand_xorshift v0.4.0
14312026-05-08T01:13:26.694Z Compiling slog v2.8.2
14322026-05-08T01:13:26.696Z Compiling heapless v0.7.17
14332026-05-08T01:13:26.696Z Compiling thread-id v5.1.0
14342026-05-08T01:13:26.870Z Compiling aws-lc-sys v0.37.1
14352026-05-08T01:13:26.870Z Compiling ring v0.17.14
14362026-05-08T01:13:26.870Z Compiling openssl-sys v0.9.114
14372026-05-08T01:13:26.870Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14382026-05-08T01:13:26.933Z Compiling bzip2-sys v0.1.13+1.0.8
14392026-05-08T01:13:26.933Z Compiling synstructure v0.13.2
14402026-05-08T01:13:26.933Z Compiling serde_derive_internals v0.29.1
14412026-05-08T01:13:26.933Z Compiling pest_generator v2.8.6
14422026-05-08T01:13:26.984Z Compiling darling_core v0.20.11
14432026-05-08T01:13:27.096Z Compiling tempfile v3.25.0
14442026-05-08T01:13:27.143Z Compiling regex-automata v0.4.14
14452026-05-08T01:13:27.219Z Compiling darling_core v0.21.3
14462026-05-08T01:13:27.368Z Compiling rusty-fork v0.3.1
14472026-05-08T01:13:27.600Z Compiling sync_wrapper v1.0.2
14482026-05-08T01:13:27.698Z Compiling cookie v0.18.1
14492026-05-08T01:13:27.698Z Compiling time v0.3.47
14502026-05-08T01:13:27.758Z Compiling unarray v0.1.4
14512026-05-08T01:13:27.817Z Compiling allocator-api2 v0.2.21
14522026-05-08T01:13:27.817Z Compiling paste v1.0.15
14532026-05-08T01:13:27.817Z Compiling anyhow v1.0.102
14542026-05-08T01:13:27.817Z Compiling signal-hook v0.3.18
14552026-05-08T01:13:27.909Z Compiling unicode-bidi v0.3.18
14562026-05-08T01:13:27.909Z Compiling zstd-safe v7.2.4
14572026-05-08T01:13:27.909Z Compiling adler2 v2.0.1
14582026-05-08T01:13:29.238Z Compiling unicode-properties v0.1.4
14592026-05-08T01:13:29.289Z Compiling miniz_oxide v0.8.9
14602026-05-08T01:13:29.289Z Compiling num-integer v0.1.46
14612026-05-08T01:13:29.289Z Compiling stringprep v0.1.5
14622026-05-08T01:13:29.289Z Compiling vergen-lib v0.1.6
14632026-05-08T01:13:29.289Z Compiling curve25519-dalek v4.1.3
14642026-05-08T01:13:29.289Z Compiling ff v0.13.1
14652026-05-08T01:13:29.289Z Compiling hash32 v0.2.1
14662026-05-08T01:13:29.289Z Compiling serde_derive v1.0.228
14672026-05-08T01:13:29.289Z Compiling zeroize_derive v1.4.3
14682026-05-08T01:13:29.289Z Compiling zerofrom-derive v0.1.6
14692026-05-08T01:13:29.289Z Compiling yoke-derive v0.8.1
14702026-05-08T01:13:29.289Z Compiling zerocopy-derive v0.8.40
14712026-05-08T01:13:29.289Z Compiling zerovec-derive v0.11.2
14722026-05-08T01:13:29.289Z Compiling displaydoc v0.2.5
14732026-05-08T01:13:29.289Z Compiling tokio-macros v2.7.0
14742026-05-08T01:13:29.332Z Compiling futures-macro v0.3.32
14752026-05-08T01:13:29.362Z Compiling zeroize v1.8.2
14762026-05-08T01:13:29.362Z Compiling der_derive v0.7.3
14772026-05-08T01:13:29.542Z Compiling thiserror-impl v2.0.18
14782026-05-08T01:13:29.579Z Compiling rustls-pki-types v1.14.0
14792026-05-08T01:13:29.849Z Compiling tracing-attributes v0.1.31
14802026-05-08T01:13:29.918Z Compiling pest_derive v2.8.6
14812026-05-08T01:13:29.933Z Compiling scroll_derive v0.13.1
14822026-05-08T01:13:30.027Z Compiling futures-util v0.3.32
14832026-05-08T01:13:30.094Z Compiling crypto-common v0.1.7
14842026-05-08T01:13:30.119Z Compiling block-buffer v0.10.4
14852026-05-08T01:13:30.135Z Compiling zerofrom v0.1.6
14862026-05-08T01:13:30.236Z Compiling block-padding v0.3.3
14872026-05-08T01:13:30.267Z Compiling yoke v0.8.1
14882026-05-08T01:13:30.303Z Compiling digest v0.10.7
14892026-05-08T01:13:30.388Z Compiling inout v0.1.4
14902026-05-08T01:13:30.394Z Compiling der v0.7.10
14912026-05-08T01:13:30.421Z Compiling schemars_derive v0.8.22
14922026-05-08T01:13:30.481Z Compiling zerovec v0.11.5
14932026-05-08T01:13:30.582Z Compiling zerotrie v0.2.3
14942026-05-08T01:13:30.588Z Compiling hmac v0.12.1
14952026-05-08T01:13:30.776Z Compiling sha2 v0.10.9
14962026-05-08T01:13:30.800Z Compiling cipher v0.4.4
14972026-05-08T01:13:30.929Z Compiling pbkdf2 v0.12.2
14982026-05-08T01:13:30.946Z Compiling tinystr v0.8.2
14992026-05-08T01:13:31.004Z Compiling potential_utf v0.1.4
15002026-05-08T01:13:31.021Z Compiling salsa20 v0.10.2
15012026-05-08T01:13:31.034Z Compiling cbc v0.1.2
15022026-05-08T01:13:31.159Z Compiling icu_locale_core v2.1.1
15032026-05-08T01:13:31.172Z Compiling icu_collections v2.1.1
15042026-05-08T01:13:31.203Z Compiling scrypt v0.11.0
15052026-05-08T01:13:31.206Z Compiling spki v0.7.3
15062026-05-08T01:13:31.220Z Compiling aes v0.8.4
15072026-05-08T01:13:31.318Z Compiling thiserror v2.0.18
15082026-05-08T01:13:31.364Z Compiling tracing v0.1.44
15092026-05-08T01:13:31.447Z Compiling scroll v0.13.0
15102026-05-08T01:13:31.554Z Compiling darling_macro v0.20.11
15112026-05-08T01:13:31.624Z Compiling openssl-macros v0.1.1
15122026-05-08T01:13:31.651Z Compiling pkcs5 v0.7.1
15132026-05-08T01:13:31.696Z Compiling goblin v0.10.5
15142026-05-08T01:13:31.733Z Compiling dtrace-parser v0.3.0
15152026-05-08T01:13:31.740Z Compiling signature v2.2.0
15162026-05-08T01:13:31.931Z Compiling icu_provider v2.1.1
15172026-05-08T01:13:31.947Z Compiling pkcs8 v0.10.2
15182026-05-08T01:13:31.970Z Compiling darling v0.20.11
15192026-05-08T01:13:32.063Z Compiling bytes v1.11.1
15202026-05-08T01:13:32.070Z Compiling chrono v0.4.44
15212026-05-08T01:13:32.152Z Compiling ipnet v2.11.0
15222026-05-08T01:13:32.159Z Compiling derive_builder_core v0.20.2
15232026-05-08T01:13:32.169Z Compiling rustls-native-certs v0.8.3
15242026-05-08T01:13:32.249Z Compiling icu_properties v2.1.2
15252026-05-08T01:13:32.336Z Compiling icu_normalizer v2.1.1
15262026-05-08T01:13:32.346Z Compiling scroll_derive v0.12.1
15272026-05-08T01:13:32.394Z Compiling thiserror-impl v1.0.69
15282026-05-08T01:13:32.833Z Compiling serde_tokenstream v0.2.3
15292026-05-08T01:13:32.834Z Compiling serde_spanned v0.6.9
15302026-05-08T01:13:32.834Z Compiling tokio v1.52.1
15312026-05-08T01:13:32.834Z Compiling http v1.4.0
15322026-05-08T01:13:32.834Z Compiling erased-serde v0.3.31
15332026-05-08T01:13:32.839Z Compiling toml_datetime v0.6.11
15342026-05-08T01:13:32.892Z Compiling md-5 v0.10.6
15352026-05-08T01:13:33.050Z Compiling ppv-lite86 v0.2.21
15362026-05-08T01:13:33.072Z Compiling scroll v0.12.0
15372026-05-08T01:13:33.133Z Compiling webpki-roots v1.0.6
15382026-05-08T01:13:33.142Z Compiling derive_builder_macro v0.20.2
15392026-05-08T01:13:33.521Z Compiling idna_adapter v1.2.1
15402026-05-08T01:13:33.556Z Compiling darling_macro v0.21.3
15412026-05-08T01:13:33.556Z Compiling zerocopy-derive v0.7.35
15422026-05-08T01:13:33.556Z Compiling memoffset v0.9.1
15432026-05-08T01:13:33.556Z Compiling idna v1.1.0
15442026-05-08T01:13:33.556Z Compiling rand_chacha v0.9.0
15452026-05-08T01:13:33.556Z Compiling http-body v1.0.1
15462026-05-08T01:13:33.556Z Compiling rand_chacha v0.3.1
15472026-05-08T01:13:33.556Z Compiling rustix v0.38.44
15482026-05-08T01:13:33.591Z Compiling ref-cast v1.0.25
15492026-05-08T01:13:33.608Z Compiling http-body-util v0.1.3
15502026-05-08T01:13:33.643Z Compiling rand v0.9.2
15512026-05-08T01:13:33.676Z Compiling url v2.5.8
15522026-05-08T01:13:33.691Z Compiling thiserror v1.0.69
15532026-05-08T01:13:33.797Z Compiling smoltcp v0.9.1
15542026-05-08T01:13:33.909Z Compiling num-bigint-dig v0.8.6
15552026-05-08T01:13:33.926Z Compiling zlib-rs v0.6.2
15562026-05-08T01:13:33.926Z Compiling psl-types v2.0.11
15572026-05-08T01:13:33.926Z Compiling cfg_aliases v0.2.1
15582026-05-08T01:13:33.985Z Compiling ryu v1.0.23
15592026-05-08T01:13:34.006Z Compiling iri-string v0.7.10
15602026-05-08T01:13:34.021Z Compiling base16ct v0.2.0
15612026-05-08T01:13:34.038Z Compiling litrs v1.0.0
15622026-05-08T01:13:34.072Z Compiling fallible-iterator v0.2.0
15632026-05-08T01:13:34.129Z Compiling serde_urlencoded v0.7.1
15642026-05-08T01:13:34.187Z Compiling sec1 v0.7.3
15652026-05-08T01:13:34.210Z Compiling proptest v1.10.0
15662026-05-08T01:13:34.222Z Compiling zerocopy v0.7.35
15672026-05-08T01:13:34.403Z Compiling postgres-protocol v0.6.10
15682026-05-08T01:13:34.466Z Compiling dof v0.4.0
15692026-05-08T01:13:34.507Z Compiling nix v0.31.2
15702026-05-08T01:13:34.564Z Compiling publicsuffix v2.3.0
15712026-05-08T01:13:34.573Z Compiling document-features v0.2.12
15722026-05-08T01:13:34.708Z Compiling darling v0.21.3
15732026-05-08T01:13:34.725Z Compiling rand v0.8.5
15742026-05-08T01:13:34.761Z Compiling derive_builder v0.20.2
15752026-05-08T01:13:34.826Z Compiling goblin v0.8.2
15762026-05-08T01:13:34.911Z Compiling cargo-platform v0.1.9
15772026-05-08T01:13:34.917Z Compiling hubpack_derive v0.1.1
15782026-05-08T01:13:34.973Z Compiling ipnetwork v0.21.1
15792026-05-08T01:13:35.054Z Compiling hkdf v0.12.4
15802026-05-08T01:13:35.213Z Compiling crypto-bigint v0.5.5
15812026-05-08T01:13:35.231Z Compiling oxnet v0.1.4
15822026-05-08T01:13:35.306Z Compiling regex v1.12.3
15832026-05-08T01:13:35.543Z Compiling group v0.13.0
15842026-05-08T01:13:35.676Z Compiling ref-cast-impl v1.0.25
15852026-05-08T01:13:35.685Z Compiling daft-derive v0.1.5
15862026-05-08T01:13:35.686Z Compiling async-trait v0.1.89
15872026-05-08T01:13:35.686Z Compiling strum_macros v0.27.2
15882026-05-08T01:13:35.738Z Compiling curve25519-dalek-derive v0.1.1
15892026-05-08T01:13:35.775Z Compiling num-iter v0.1.45
15902026-05-08T01:13:35.987Z Compiling terminal_size v0.4.3
15912026-05-08T01:13:36.004Z Compiling phf_shared v0.13.1
15922026-05-08T01:13:36.132Z Compiling lazy_static v1.5.0
15932026-05-08T01:13:36.149Z Compiling vergen v9.0.6
15942026-05-08T01:13:36.164Z Compiling fs-err v3.3.0
15952026-05-08T01:13:36.243Z Compiling ahash v0.8.12
15962026-05-08T01:13:36.267Z Compiling managed v0.8.0
15972026-05-08T01:13:36.289Z Compiling winnow v0.5.40
15982026-05-08T01:13:36.325Z Compiling unicode-segmentation v1.12.0
15992026-05-08T01:13:36.361Z Compiling object v0.37.3
16002026-05-08T01:13:36.383Z Compiling foldhash v0.2.0
16012026-05-08T01:13:36.418Z Compiling tokio-util v0.7.18
16022026-05-08T01:13:36.467Z Compiling tower v0.5.3
16032026-05-08T01:13:36.480Z Compiling newtype-uuid v1.3.2
16042026-05-08T01:13:36.508Z Compiling tokio-native-tls v0.3.1
16052026-05-08T01:13:36.651Z Compiling bitflags v1.3.2
16062026-05-08T01:13:36.701Z Compiling foldhash v0.1.5
16072026-05-08T01:13:36.768Z Compiling flate2 v1.1.9
16082026-05-08T01:13:36.768Z Compiling bumpalo v3.20.2
16092026-05-08T01:13:36.768Z Compiling libbz2-rs-sys v0.2.2
16102026-05-08T01:13:36.778Z Compiling daft v0.1.5
16112026-05-08T01:13:36.840Z Compiling hashbrown v0.15.5
16122026-05-08T01:13:36.863Z Compiling tower-http v0.6.8
16132026-05-08T01:13:36.991Z Compiling zopfli v0.8.3
16142026-05-08T01:13:37.047Z Compiling dof v0.3.0
16152026-05-08T01:13:37.127Z Compiling h2 v0.4.13
16162026-05-08T01:13:37.155Z Compiling hashbrown v0.16.1
16172026-05-08T01:13:37.271Z Compiling bzip2 v0.6.1
16182026-05-08T01:13:37.452Z Compiling clap_builder v4.5.60
16192026-05-08T01:13:37.563Z Compiling phf v0.13.1
16202026-05-08T01:13:37.598Z Compiling signal-hook-mio v0.2.5
16212026-05-08T01:13:37.672Z Compiling strum v0.27.2
16222026-05-08T01:13:37.712Z Compiling toml_edit v0.19.15
16232026-05-08T01:13:37.862Z Compiling elliptic-curve v0.13.8
16242026-05-08T01:13:37.877Z Compiling usdt-attr-macro v0.6.0
16252026-05-08T01:13:37.877Z Compiling usdt-macro v0.6.0
16262026-05-08T01:13:37.877Z Compiling cargo_metadata v0.19.2
16272026-05-08T01:13:37.877Z Compiling cookie_store v0.22.1
16282026-05-08T01:13:37.907Z Compiling bzip2 v0.4.4
16292026-05-08T01:13:38.147Z Compiling hubpack v0.1.2
16302026-05-08T01:13:38.231Z Compiling serde_with_macros v3.17.0
16312026-05-08T01:13:38.324Z Compiling postgres-types v0.2.12
16322026-05-08T01:13:38.422Z Compiling zstd v0.13.3
16332026-05-08T01:13:38.479Z Compiling dtrace-parser v0.2.0
16342026-05-08T01:13:38.567Z Compiling ed25519 v2.2.3
16352026-05-08T01:13:38.598Z Compiling pkcs1 v0.7.5
16362026-05-08T01:13:38.645Z Compiling serde-big-array v0.5.1
16372026-05-08T01:13:38.686Z Compiling hex v0.4.3
16382026-05-08T01:13:38.799Z Compiling rfc6979 v0.4.0
16392026-05-08T01:13:38.868Z Compiling bstr v1.12.1
16402026-05-08T01:13:38.967Z Compiling enum-as-inner v0.6.1
16412026-05-08T01:13:38.974Z Compiling strum_macros v0.26.4
16422026-05-08T01:13:39.016Z Compiling serde_repr v0.1.20
16432026-05-08T01:13:39.208Z Compiling clap_derive v4.5.55
16442026-05-08T01:13:39.257Z Compiling phf_shared v0.11.3
16452026-05-08T01:13:39.420Z Compiling float-cmp v0.10.0
16462026-05-08T01:13:39.448Z Compiling thread-id v4.2.2
16472026-05-08T01:13:39.469Z Compiling memmap2 v0.9.10
16482026-05-08T01:13:39.485Z Compiling env_filter v1.0.0
16492026-05-08T01:13:39.499Z Compiling encoding_rs v0.8.35
16502026-05-08T01:13:39.541Z Compiling jiff v0.2.21
16512026-05-08T01:13:39.558Z Compiling normalize-line-endings v0.3.0
16522026-05-08T01:13:39.611Z Compiling precomputed-hash v0.1.1
16532026-05-08T01:13:39.615Z Compiling difflib v0.4.0
16542026-05-08T01:13:39.681Z Compiling data-encoding v2.10.0
16552026-05-08T01:13:39.709Z Compiling new_debug_unreachable v1.0.6
16562026-05-08T01:13:39.724Z Compiling either v1.15.0
16572026-05-08T01:13:39.798Z Compiling fixedbitset v0.5.7
16582026-05-08T01:13:39.813Z Compiling static_assertions v1.1.0
16592026-05-08T01:13:39.925Z Compiling keccak v0.1.6
16602026-05-08T01:13:40.005Z Compiling mime v0.3.17
16612026-05-08T01:13:40.140Z Compiling fixedbitset v0.4.2
16622026-05-08T01:13:40.207Z Compiling hyper v1.8.1
16632026-05-08T01:13:40.249Z Compiling predicates-core v1.0.10
16642026-05-08T01:13:40.376Z Compiling whoami v2.1.0
16652026-05-08T01:13:40.391Z Compiling rustc-hash v2.1.1
16662026-05-08T01:13:40.419Z Compiling predicates v3.1.4
16672026-05-08T01:13:40.452Z Compiling petgraph v0.6.5
16682026-05-08T01:13:40.469Z Compiling sha3 v0.10.8
16692026-05-08T01:13:40.512Z Compiling iddqd v0.3.18
16702026-05-08T01:13:40.539Z Compiling petgraph v0.8.3
16712026-05-08T01:13:40.752Z Compiling tokio-postgres v0.7.16
16722026-05-08T01:13:40.784Z Compiling hickory-proto v0.25.2
16732026-05-08T01:13:40.905Z Compiling strum v0.26.3
16742026-05-08T01:13:40.971Z Compiling itertools v0.13.0
16752026-05-08T01:13:40.979Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16762026-05-08T01:13:41.088Z Compiling clap v4.5.60
16772026-05-08T01:13:41.093Z Compiling string_cache v0.8.9
16782026-05-08T01:13:41.114Z Compiling env_logger v0.11.9
16792026-05-08T01:13:41.188Z Compiling usdt v0.6.0
16802026-05-08T01:13:41.204Z Compiling toml_edit v0.22.27
16812026-05-08T01:13:41.356Z Compiling hyper-util v0.1.20
16822026-05-08T01:13:41.470Z Compiling usdt-impl v0.5.0
16832026-05-08T01:13:41.489Z Compiling serde_with v3.17.0
16842026-05-08T01:13:41.696Z Compiling similar v2.7.0
16852026-05-08T01:13:41.804Z Compiling crossterm v0.28.1
16862026-05-08T01:13:41.958Z Compiling toml v0.7.8
16872026-05-08T01:13:42.102Z Compiling ecdsa v0.16.9
16882026-05-08T01:13:42.193Z Compiling zip v4.6.1
16892026-05-08T01:13:42.524Z Compiling rsa v0.9.10
16902026-05-08T01:13:42.541Z Compiling ed25519-dalek v2.2.0
16912026-05-08T01:13:43.004Z Compiling hyper-tls v0.6.0
16922026-05-08T01:13:43.033Z Compiling zip v0.6.6
16932026-05-08T01:13:43.263Z Compiling tokio-stream v0.1.18
16942026-05-08T01:13:43.280Z Compiling toml_parser v1.0.9+spec-1.1.0
16952026-05-08T01:13:43.280Z Compiling heck v0.4.1
16962026-05-08T01:13:43.309Z Compiling buf-list v1.1.2
16972026-05-08T01:13:43.434Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16982026-05-08T01:13:43.532Z Compiling openapiv3 v2.2.0
16992026-05-08T01:13:43.599Z Compiling x509-cert v0.2.5
17002026-05-08T01:13:43.620Z Compiling sha1 v0.10.6
17012026-05-08T01:13:43.640Z Compiling crossbeam-epoch v0.9.18
17022026-05-08T01:13:43.771Z Compiling toml_datetime v0.7.5+spec-1.1.0
17032026-05-08T01:13:43.798Z Compiling peg-runtime v0.8.5
17042026-05-08T01:13:43.875Z Compiling lalrpop-util v0.19.12
17052026-05-08T01:13:43.887Z Compiling thread_local v1.1.9
17062026-05-08T01:13:43.905Z Compiling slog-async v2.8.0
17072026-05-08T01:13:43.940Z Compiling futures-executor v0.3.32
17082026-05-08T01:13:43.987Z Compiling crossbeam-channel v0.5.15
17092026-05-08T01:13:44.008Z Compiling is-terminal v0.4.17
17102026-05-08T01:13:44.096Z Compiling filetime v0.2.27
17112026-05-08T01:13:44.107Z Compiling xattr v1.6.1
17122026-05-08T01:13:44.108Z Compiling term v1.2.1
17132026-05-08T01:13:44.126Z Compiling take_mut v0.2.2
17142026-05-08T01:13:44.150Z Compiling futures v0.3.32
17152026-05-08T01:13:44.246Z Compiling tar v0.4.45
17162026-05-08T01:13:44.389Z Compiling slog-term v2.9.2
17172026-05-08T01:13:59.537Z Compiling rustls-webpki v0.103.9
17182026-05-08T01:14:02.317Z Compiling tokio-rustls v0.26.4
17192026-05-08T01:14:02.318Z Compiling rustls-platform-verifier v0.6.2
17202026-05-08T01:14:02.523Z Compiling hyper-rustls v0.27.7
17212026-05-08T01:14:02.715Z Compiling reqwest v0.12.28
17222026-05-08T01:14:02.715Z Compiling reqwest v0.13.2
17232026-05-08T01:14:04.675Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17242026-05-08T01:14:04.912Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17252026-05-08T01:14:07.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.21s
17262026-05-08T01:14:07.853Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17272026-05-08T01:14:07.911ZMay 08 01:14:07.658 INFO Starting download, target: Console
17282026-05-08T01:14:07.911ZMay 08 01:14:07.659 INFO Starting download, target: Clickhouse
17292026-05-08T01:14:07.911ZMay 08 01:14:07.659 INFO Starting download, target: Cockroach
17302026-05-08T01:14:07.911ZMay 08 01:14:07.659 INFO Starting download, target: DendriteStub
17312026-05-08T01:14:07.914ZMay 08 01:14:07.659 INFO Starting download, target: MaghemiteMgd
17322026-05-08T01:14:07.914ZMay 08 01:14:07.659 INFO Starting download, target: TransceiverControl
17332026-05-08T01:14:07.914ZMay 08 01:14:07.659 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-05-08T01:14:07.914ZMay 08 01:14:07.659 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-05-08T01:14:07.914ZMay 08 01:14:07.659 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17362026-05-08T01:14:07.914ZMay 08 01:14:07.659 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-05-08T01:14:07.914ZMay 08 01:14:07.659 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17382026-05-08T01:14:07.914ZMay 08 01:14:07.659 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-05-08T01:14:08.217ZMay 08 01:14:07.954 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-05-08T01:14:08.451ZMay 08 01:14:08.192 INFO Download complete, target: TransceiverControl
17412026-05-08T01:14:08.935ZMay 08 01:14:08.680 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-05-08T01:14:09.170ZMay 08 01:14:08.914 INFO Download complete, target: Console
17432026-05-08T01:14:09.376ZMay 08 01:14:09.106 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-05-08T01:14:09.623ZMay 08 01:14:09.359 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-05-08T01:14:09.732ZMay 08 01:14:09.454 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17462026-05-08T01:14:09.837ZMay 08 01:14:09.586 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17472026-05-08T01:14:09.837ZMay 08 01:14:09.586 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17482026-05-08T01:14:11.666ZMay 08 01:14:11.414 INFO Download complete, target: MaghemiteMgd
17492026-05-08T01:14:11.967ZMay 08 01:14:11.716 INFO Download complete, target: DendriteStub
17502026-05-08T01:14:14.585ZMay 08 01:14:14.324 INFO Checking that binary works, target: Cockroach
17512026-05-08T01:14:14.730ZMay 08 01:14:14.478 INFO Download complete, target: Cockroach
17522026-05-08T01:14:16.476ZMay 08 01:14:16.224 INFO Checking that binary works, target: Clickhouse
17532026-05-08T01:14:16.571ZMay 08 01:14:16.319 INFO Download complete, target: Clickhouse
17542026-05-08T01:14:16.578ZAll prerequisites installed successfully
17552026-05-08T01:14:16.585Z
17562026-05-08T01:14:16.585Zreal 3:16.873547767
17572026-05-08T01:14:16.585Zuser 7:17.598301229
17582026-05-08T01:14:16.585Zsys 1:43.833944564
17592026-05-08T01:14:16.585Ztrap 0.235929969
17602026-05-08T01:14:16.585Ztflt 0.951783472
17612026-05-08T01:14:16.585Zdflt 1.635708477
17622026-05-08T01:14:16.585Zkflt 0.030271053
17632026-05-08T01:14:16.585Zlock 22:06.952920494
17642026-05-08T01:14:16.585Zslp 20:07.301355969
17652026-05-08T01:14:16.585Zlat 23.764936484
17662026-05-08T01:14:16.585Zstop 2:56.577305249
17672026-05-08T01:14:16.585Z+ ptime -m cargo xtask download softnpu
17682026-05-08T01:14:17.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17692026-05-08T01:14:17.147Z Running `target/debug/xtask download softnpu`
17702026-05-08T01:14:17.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17712026-05-08T01:14:17.985Z Running `target/debug/xtask-downloader softnpu`
17722026-05-08T01:14:18.023ZMay 08 01:14:17.758 INFO Starting download, target: Softnpu
17732026-05-08T01:14:18.039ZMay 08 01:14:17.758 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17742026-05-08T01:14:18.877ZMay 08 01:14:18.608 INFO Download complete, target: Softnpu
17752026-05-08T01:14:18.911Z
17762026-05-08T01:14:18.912Zreal 2.279373603
17772026-05-08T01:14:18.912Zuser 1.337289191
17782026-05-08T01:14:18.912Zsys 0.667444283
17792026-05-08T01:14:18.912Ztrap 0.000613909
17802026-05-08T01:14:18.912Ztflt 0.000190948
17812026-05-08T01:14:18.912Zdflt 0.000450050
17822026-05-08T01:14:18.912Zkflt 0.000000000
17832026-05-08T01:14:18.912Zlock 15.308766584
17842026-05-08T01:14:18.912Zslp 0.716667669
17852026-05-08T01:14:18.912Zlat 0.085988078
17862026-05-08T01:14:18.912Zstop 0.000172560
17872026-05-08T01:14:18.912Z+ export CARGO_INCREMENTAL=0
17882026-05-08T01:14:18.912Z+ CARGO_INCREMENTAL=0
17892026-05-08T01:14:18.912Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17902026-05-08T01:14:19.761Z Compiling proc-macro2 v1.0.106
17912026-05-08T01:14:19.761Z Compiling quote v1.0.45
17922026-05-08T01:14:19.761Z Compiling unicode-ident v1.0.24
17932026-05-08T01:14:19.764Z Compiling libc v0.2.185
17942026-05-08T01:14:19.764Z Compiling serde_core v1.0.228
17952026-05-08T01:14:19.764Z Compiling serde v1.0.228
17962026-05-08T01:14:19.764Z Compiling cfg-if v1.0.4
17972026-05-08T01:14:19.764Z Compiling version_check v0.9.5
17982026-05-08T01:14:19.906Z Compiling find-msvc-tools v0.1.9
17992026-05-08T01:14:19.909Z Compiling shlex v1.3.0
18002026-05-08T01:14:19.909Z Compiling typenum v1.19.0
18012026-05-08T01:14:19.909Z Compiling autocfg v1.5.0
18022026-05-08T01:14:19.909Z Compiling zmij v1.0.21
18032026-05-08T01:14:19.909Z Compiling memchr v2.8.0
18042026-05-08T01:14:19.909Z Compiling serde_json v1.0.149
18052026-05-08T01:14:20.098Z Compiling portable-atomic v1.13.1
18062026-05-08T01:14:20.173Z Compiling zerocopy v0.8.40
18072026-05-08T01:14:20.300Z Compiling libm v0.2.16
18082026-05-08T01:14:20.345Z Compiling smallvec v1.15.1
18092026-05-08T01:14:20.375Z Compiling generic-array v0.14.7
18102026-05-08T01:14:20.388Z Compiling parking_lot_core v0.9.12
18112026-05-08T01:14:20.435Z Compiling icu_normalizer_data v2.1.1
18122026-05-08T01:14:20.451Z Compiling icu_properties_data v2.1.2
18132026-05-08T01:14:20.526Z Compiling num-traits v0.2.19
18142026-05-08T01:14:20.556Z Compiling itoa v1.0.17
18152026-05-08T01:14:20.618Z Compiling getrandom v0.4.1
18162026-05-08T01:14:20.632Z Compiling log v0.4.29
18172026-05-08T01:14:20.667Z Compiling stable_deref_trait v1.2.1
18182026-05-08T01:14:20.667Z Compiling pkg-config v0.3.32
18192026-05-08T01:14:20.693Z Compiling subtle v2.6.1
18202026-05-08T01:14:20.771Z Compiling jobserver v0.1.34
18212026-05-08T01:14:20.786Z Compiling getrandom v0.2.17
18222026-05-08T01:14:20.822Z Compiling errno v0.3.14
18232026-05-08T01:14:20.932Z Compiling scopeguard v1.2.0
18242026-05-08T01:14:20.935Z Compiling rand_core v0.6.4
18252026-05-08T01:14:21.011Z Compiling cc v1.2.56
18262026-05-08T01:14:21.058Z Compiling lock_api v0.4.14
18272026-05-08T01:14:21.164Z Compiling litemap v0.8.1
18282026-05-08T01:14:21.212Z Compiling writeable v0.6.2
18292026-05-08T01:14:21.216Z Compiling percent-encoding v2.3.2
18302026-05-08T01:14:21.259Z Compiling syn v2.0.117
18312026-05-08T01:14:21.317Z Compiling fnv v1.0.7
18322026-05-08T01:14:21.317Z Compiling thiserror v2.0.18
18332026-05-08T01:14:21.346Z Compiling pin-project-lite v0.2.17
18342026-05-08T01:14:21.420Z Compiling getrandom v0.3.4
18352026-05-08T01:14:21.514Z Compiling critical-section v1.2.0
18362026-05-08T01:14:21.545Z Compiling equivalent v1.0.2
18372026-05-08T01:14:21.548Z Compiling schemars v0.8.22
18382026-05-08T01:14:21.591Z Compiling rustversion v1.0.22
18392026-05-08T01:14:21.636Z Compiling utf8_iter v1.0.4
18402026-05-08T01:14:21.650Z Compiling fs_extra v1.3.0
18412026-05-08T01:14:21.664Z Compiling dunce v1.0.5
18422026-05-08T01:14:21.668Z Compiling rand_core v0.10.0
18432026-05-08T01:14:21.790Z Compiling cmake v0.1.57
18442026-05-08T01:14:21.831Z Compiling form_urlencoded v1.2.2
18452026-05-08T01:14:21.884Z Compiling signal-hook-registry v1.4.8
18462026-05-08T01:14:21.946Z Compiling once_cell v1.21.3
18472026-05-08T01:14:22.124Z Compiling const-oid v0.9.6
18482026-05-08T01:14:22.139Z Compiling hashbrown v0.17.0
18492026-05-08T01:14:22.155Z Compiling parking_lot v0.12.5
18502026-05-08T01:14:22.225Z Compiling mio v1.2.0
18512026-05-08T01:14:22.296Z Compiling semver v1.0.28
18522026-05-08T01:14:22.349Z Compiling socket2 v0.6.3
18532026-05-08T01:14:22.398Z Compiling bitflags v2.11.0
18542026-05-08T01:14:22.425Z Compiling ring v0.17.14
18552026-05-08T01:14:22.549Z Compiling aws-lc-sys v0.37.1
18562026-05-08T01:14:22.637Z Compiling rustix v1.1.3
18572026-05-08T01:14:22.652Z Compiling indexmap v2.14.0
18582026-05-08T01:14:22.726Z Compiling aws-lc-rs v1.16.0
18592026-05-08T01:14:22.740Z Compiling thiserror v1.0.69
18602026-05-08T01:14:22.848Z Compiling strsim v0.11.1
18612026-05-08T01:14:22.889Z Compiling futures-core v0.3.32
18622026-05-08T01:14:22.931Z Compiling byteorder v1.5.0
18632026-05-08T01:14:22.968Z Compiling httparse v1.10.1
18642026-05-08T01:14:22.985Z Compiling ucd-trie v0.1.7
18652026-05-08T01:14:23.074Z Compiling ident_case v1.0.1
18662026-05-08T01:14:23.089Z Compiling heck v0.5.0
18672026-05-08T01:14:23.172Z Compiling pest v2.8.6
18682026-05-08T01:14:23.184Z Compiling vcpkg v0.2.15
18692026-05-08T01:14:23.184Z Compiling iana-time-zone v0.1.65
18702026-05-08T01:14:23.216Z Compiling syn v1.0.109
18712026-05-08T01:14:23.249Z Compiling uuid v1.23.0
18722026-05-08T01:14:23.296Z Compiling cpufeatures v0.2.17
18732026-05-08T01:14:23.327Z Compiling regex-syntax v0.8.10
18742026-05-08T01:14:23.554Z Compiling rustc_version v0.4.1
18752026-05-08T01:14:23.602Z Compiling futures-sink v0.3.32
18762026-05-08T01:14:23.680Z Compiling rustls v0.23.37
18772026-05-08T01:14:23.737Z Compiling futures-channel v0.3.32
18782026-05-08T01:14:23.760Z Compiling openssl-sys v0.9.114
18792026-05-08T01:14:23.817Z Compiling futures-io v0.3.32
18802026-05-08T01:14:23.833Z Compiling slab v0.4.12
18812026-05-08T01:14:23.865Z Compiling futures-task v0.3.32
18822026-05-08T01:14:23.974Z Compiling dyn-clone v1.0.20
18832026-05-08T01:14:24.007Z Compiling synstructure v0.13.2
18842026-05-08T01:14:24.021Z Compiling serde_derive_internals v0.29.1
18852026-05-08T01:14:24.037Z Compiling crc32fast v1.5.0
18862026-05-08T01:14:24.054Z Compiling plain v0.2.3
18872026-05-08T01:14:24.089Z Compiling aho-corasick v1.1.4
18882026-05-08T01:14:24.104Z Compiling crossbeam-utils v0.8.21
18892026-05-08T01:14:24.182Z Compiling time-core v0.1.8
18902026-05-08T01:14:24.200Z Compiling num-conv v0.2.0
18912026-05-08T01:14:24.276Z Compiling pest_meta v2.8.6
18922026-05-08T01:14:24.395Z Compiling time-macros v0.2.27
18932026-05-08T01:14:24.462Z Compiling pretty-hex v0.4.1
18942026-05-08T01:14:24.476Z Compiling openssl v0.10.78
18952026-05-08T01:14:24.619Z Compiling base64 v0.22.1
18962026-05-08T01:14:24.791Z Compiling anyhow v1.0.102
18972026-05-08T01:14:24.795Z Compiling base64ct v1.8.3
18982026-05-08T01:14:24.876Z Compiling pest_generator v2.8.6
18992026-05-08T01:14:24.942Z Compiling regex-automata v0.4.14
19002026-05-08T01:14:24.945Z Compiling darling_core v0.21.3
19012026-05-08T01:14:24.945Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19022026-05-08T01:14:25.089Z Compiling pem-rfc7468 v0.7.0
19032026-05-08T01:14:25.106Z Compiling flagset v0.4.7
19042026-05-08T01:14:25.138Z Compiling native-tls v0.2.18
19052026-05-08T01:14:25.154Z Compiling rand_core v0.9.5
19062026-05-08T01:14:25.259Z Compiling serde_derive v1.0.228
19072026-05-08T01:14:25.259Z Compiling zeroize_derive v1.4.3
19082026-05-08T01:14:25.355Z Compiling zerofrom-derive v0.1.6
19092026-05-08T01:14:25.373Z Compiling yoke-derive v0.8.1
19102026-05-08T01:14:25.376Z Compiling zerovec-derive v0.11.2
19112026-05-08T01:14:25.403Z Compiling displaydoc v0.2.5
19122026-05-08T01:14:25.408Z Compiling zerocopy-derive v0.8.40
19132026-05-08T01:14:25.408Z Compiling tokio-macros v2.7.0
19142026-05-08T01:14:25.454Z Compiling futures-macro v0.3.32
19152026-05-08T01:14:25.515Z Compiling thiserror-impl v2.0.18
19162026-05-08T01:14:25.518Z Compiling schemars_derive v0.8.22
19172026-05-08T01:14:25.518Z Compiling der_derive v0.7.3
19182026-05-08T01:14:25.888Z Compiling zeroize v1.8.2
19192026-05-08T01:14:26.189Z Compiling tracing-attributes v0.1.31
19202026-05-08T01:14:26.255Z Compiling thiserror-impl v1.0.69
19212026-05-08T01:14:26.366Z Compiling pest_derive v2.8.6
19222026-05-08T01:14:26.433Z Compiling futures-util v0.3.32
19232026-05-08T01:14:26.485Z Compiling zerofrom v0.1.6
19242026-05-08T01:14:26.641Z Compiling yoke v0.8.1
19252026-05-08T01:14:26.658Z Compiling crypto-common v0.1.7
19262026-05-08T01:14:26.713Z Compiling block-buffer v0.10.4
19272026-05-08T01:14:26.834Z Compiling zerovec v0.11.5
19282026-05-08T01:14:26.849Z Compiling zerotrie v0.2.3
19292026-05-08T01:14:26.912Z Compiling digest v0.10.7
19302026-05-08T01:14:27.036Z Compiling block-padding v0.3.3
19312026-05-08T01:14:27.198Z Compiling inout v0.1.4
19322026-05-08T01:14:27.295Z Compiling hmac v0.12.1
19332026-05-08T01:14:27.311Z Compiling sha2 v0.10.9
19342026-05-08T01:14:27.329Z Compiling rustls-pki-types v1.14.0
19352026-05-08T01:14:27.347Z Compiling cipher v0.4.4
19362026-05-08T01:14:27.380Z Compiling tinystr v0.8.2
19372026-05-08T01:14:27.396Z Compiling potential_utf v0.1.4
19382026-05-08T01:14:27.461Z Compiling scroll_derive v0.12.1
19392026-05-08T01:14:27.477Z Compiling scroll_derive v0.13.1
19402026-05-08T01:14:27.602Z Compiling icu_locale_core v2.1.1
19412026-05-08T01:14:27.602Z Compiling icu_collections v2.1.1
19422026-05-08T01:14:27.863Z Compiling openssl-macros v0.1.1
19432026-05-08T01:14:28.119Z Compiling regex v1.12.3
19442026-05-08T01:14:28.163Z Compiling darling_macro v0.21.3
19452026-05-08T01:14:28.266Z Compiling icu_provider v2.1.1
19462026-05-08T01:14:28.281Z Compiling der v0.7.10
19472026-05-08T01:14:28.371Z Compiling zerocopy-derive v0.7.35
19482026-05-08T01:14:28.471Z Compiling bytes v1.11.1
19492026-05-08T01:14:28.562Z Compiling chrono v0.4.44
19502026-05-08T01:14:28.578Z Compiling icu_normalizer v2.1.1
19512026-05-08T01:14:28.618Z Compiling icu_properties v2.1.2
19522026-05-08T01:14:29.124Z Compiling tokio v1.52.1
19532026-05-08T01:14:29.193Z Compiling serde_tokenstream v0.2.3
19542026-05-08T01:14:29.214Z Compiling http v1.4.0
19552026-05-08T01:14:29.491Z Compiling slog v2.8.2
19562026-05-08T01:14:29.513Z Compiling tracing-core v0.1.36
19572026-05-08T01:14:29.538Z Compiling idna_adapter v1.2.1
19582026-05-08T01:14:29.689Z Compiling idna v1.1.0
19592026-05-08T01:14:29.862Z Compiling ppv-lite86 v0.2.21
19602026-05-08T01:14:30.055Z Compiling url v2.5.8
19612026-05-08T01:14:30.123Z Compiling untrusted v0.9.0
19622026-05-08T01:14:30.203Z Compiling tracing v0.1.44
19632026-05-08T01:14:30.274Z Compiling spki v0.7.3
19642026-05-08T01:14:30.402Z Compiling darling v0.21.3
19652026-05-08T01:14:30.479Z Compiling salsa20 v0.10.2
19662026-05-08T01:14:30.502Z Compiling pbkdf2 v0.12.2
19672026-05-08T01:14:30.817Z Compiling cookie v0.18.1
19682026-05-08T01:14:30.916Z Compiling camino v1.2.2
19692026-05-08T01:14:31.034Z Compiling scrypt v0.11.0
19702026-05-08T01:14:31.144Z Compiling rand_chacha v0.9.0
19712026-05-08T01:14:31.224Z Compiling aes v0.8.4
19722026-05-08T01:14:31.252Z Compiling cbc v0.1.2
19732026-05-08T01:14:31.757Z Compiling usdt-impl v0.5.0
19742026-05-08T01:14:31.787Z Compiling usdt-impl v0.6.0
19752026-05-08T01:14:31.803Z Compiling either v1.15.0
19762026-05-08T01:14:31.807Z Compiling paste v1.0.15
19772026-05-08T01:14:31.995Z Compiling winnow v0.7.14
19782026-05-08T01:14:32.020Z Compiling ref-cast v1.0.25
19792026-05-08T01:14:32.153Z Compiling pkcs5 v0.7.1
19802026-05-08T01:14:32.194Z Compiling rand v0.9.2
19812026-05-08T01:14:32.212Z Compiling http-body v1.0.1
19822026-05-08T01:14:32.424Z Compiling serde_spanned v0.6.9
19832026-05-08T01:14:32.569Z Compiling toml_datetime v0.6.11
19842026-05-08T01:14:32.590Z Compiling scroll v0.13.0
19852026-05-08T01:14:32.605Z Compiling scroll v0.12.0
19862026-05-08T01:14:32.638Z Compiling heapless v0.7.17
19872026-05-08T01:14:32.737Z Compiling bzip2-sys v0.1.13+1.0.8
19882026-05-08T01:14:32.881Z Compiling tokio-util v0.7.18
19892026-05-08T01:14:32.896Z Compiling signal-hook v0.3.18
19902026-05-08T01:14:32.911Z Compiling zstd-safe v7.2.4
19912026-05-08T01:14:32.940Z Compiling untrusted v0.7.1
19922026-05-08T01:14:33.050Z Compiling openssl-probe v0.2.1
19932026-05-08T01:14:33.081Z Compiling atomic-waker v1.1.2
19942026-05-08T01:14:33.136Z Compiling goblin v0.8.2
19952026-05-08T01:14:33.152Z Compiling goblin v0.10.5
19962026-05-08T01:14:33.235Z Compiling pkcs8 v0.10.2
19972026-05-08T01:14:33.552Z Compiling toml_parser v1.0.9+spec-1.1.0
19982026-05-08T01:14:33.675Z Compiling zerocopy v0.7.35
19992026-05-08T01:14:33.697Z Compiling ref-cast-impl v1.0.25
20002026-05-08T01:14:33.840Z Compiling darling_core v0.20.11
20012026-05-08T01:14:33.913Z Compiling curve25519-dalek v4.1.3
20022026-05-08T01:14:34.174Z Compiling toml_datetime v0.7.5+spec-1.1.0
20032026-05-08T01:14:34.210Z Compiling memoffset v0.9.1
20042026-05-08T01:14:34.224Z Compiling litrs v1.0.0
20052026-05-08T01:14:34.242Z Compiling tinyvec_macros v0.1.1
20062026-05-08T01:14:34.260Z Compiling tower-layer v0.3.3
20072026-05-08T01:14:34.422Z Compiling try-lock v0.2.5
20082026-05-08T01:14:34.476Z Compiling tower-service v0.3.3
20092026-05-08T01:14:34.557Z Compiling winnow v0.5.40
20102026-05-08T01:14:34.820Z Compiling fastrand v2.3.0
20112026-05-08T01:14:34.823Z Compiling rustix v0.38.44
20122026-05-08T01:14:35.046Z Compiling h2 v0.4.13
20132026-05-08T01:14:35.167Z Compiling want v0.3.1
20142026-05-08T01:14:35.181Z Compiling document-features v0.2.12
20152026-05-08T01:14:35.342Z Compiling dof v0.3.0
20162026-05-08T01:14:35.705Z Compiling tinyvec v1.10.0
20172026-05-08T01:14:35.789Z Compiling darling_macro v0.20.11
20182026-05-08T01:14:35.966Z Compiling toml_edit v0.19.15
20192026-05-08T01:14:35.983Z Compiling dof v0.4.0
20202026-05-08T01:14:36.159Z Compiling dtrace-parser v0.2.0
20212026-05-08T01:14:36.348Z Compiling ipnet v2.11.0
20222026-05-08T01:14:36.380Z Compiling dtrace-parser v0.3.0
20232026-05-08T01:14:36.685Z Compiling daft-derive v0.1.5
20242026-05-08T01:14:36.805Z Compiling async-trait v0.1.89
20252026-05-08T01:14:36.821Z Compiling spin v0.9.8
20262026-05-08T01:14:36.858Z Compiling thread-id v5.1.0
20272026-05-08T01:14:36.874Z Compiling thread-id v4.2.2
20282026-05-08T01:14:36.963Z Compiling num-bigint-dig v0.8.6
20292026-05-08T01:14:36.977Z Compiling pin-utils v0.1.0
20302026-05-08T01:14:37.057Z Compiling httpdate v1.0.3
20312026-05-08T01:14:37.075Z Compiling powerfmt v0.2.0
20322026-05-08T01:14:37.180Z Compiling foreign-types-shared v0.1.1
20332026-05-08T01:14:37.197Z Compiling cfg_aliases v0.2.1
20342026-05-08T01:14:37.285Z Compiling smoltcp v0.9.1
20352026-05-08T01:14:37.300Z Compiling nix v0.31.2
20362026-05-08T01:14:37.318Z Compiling foreign-types v0.3.2
20372026-05-08T01:14:37.375Z Compiling deranged v0.5.8
20382026-05-08T01:14:37.391Z Compiling tempfile v3.25.0
20392026-05-08T01:14:37.647Z Compiling darling v0.20.11
20402026-05-08T01:14:37.755Z Compiling ipnetwork v0.21.1
20412026-05-08T01:14:38.054Z Compiling hyper v1.8.1
20422026-05-08T01:14:38.104Z Compiling strum_macros v0.26.4
20432026-05-08T01:14:38.207Z Compiling curve25519-dalek-derive v0.1.1
20442026-05-08T01:14:38.330Z Compiling wait-timeout v0.2.1
20452026-05-08T01:14:38.404Z Compiling bit-vec v0.8.0
20462026-05-08T01:14:38.579Z Compiling siphasher v1.0.2
20472026-05-08T01:14:38.652Z Compiling num_threads v0.1.7
20482026-05-08T01:14:38.717Z Compiling quick-error v1.2.3
20492026-05-08T01:14:38.732Z Compiling anstyle v1.0.13
20502026-05-08T01:14:38.758Z Compiling simd-adler32 v0.3.8
20512026-05-08T01:14:38.774Z Compiling utf8parse v0.2.2
20522026-05-08T01:14:38.902Z Compiling anstyle-parse v0.2.7
20532026-05-08T01:14:38.931Z Compiling rusty-fork v0.3.1
20542026-05-08T01:14:38.993Z Compiling time v0.3.47
20552026-05-08T01:14:39.100Z Compiling bit-set v0.8.0
20562026-05-08T01:14:39.216Z Compiling hyper-util v0.1.20
20572026-05-08T01:14:39.555Z Compiling derive_builder_core v0.20.2
20582026-05-08T01:14:39.656Z Compiling unicode-normalization v0.1.25
20592026-05-08T01:14:40.127Z Compiling rustls-native-certs v0.8.3
20602026-05-08T01:14:40.375Z Compiling signature v2.2.0
20612026-05-08T01:14:40.390Z Compiling hubpack_derive v0.1.1
20622026-05-08T01:14:40.542Z Compiling rand_xorshift v0.4.0
20632026-05-08T01:14:40.700Z Compiling strum_macros v0.27.2
20642026-05-08T01:14:40.810Z Compiling sync_wrapper v1.0.2
20652026-05-08T01:14:40.843Z Compiling fs-err v3.3.0
20662026-05-08T01:14:40.880Z Compiling ahash v0.8.12
20672026-05-08T01:14:41.005Z Compiling unarray v0.1.4
20682026-05-08T01:14:41.077Z Compiling anstyle-query v1.1.5
20692026-05-08T01:14:41.119Z Compiling unicode-bidi v0.3.18
20702026-05-08T01:14:41.136Z Compiling colorchoice v1.0.4
20712026-05-08T01:14:41.139Z Compiling is_terminal_polyfill v1.70.2
20722026-05-08T01:14:41.229Z Compiling allocator-api2 v0.2.21
20732026-05-08T01:14:41.267Z Compiling adler2 v2.0.1
20742026-05-08T01:14:41.285Z Compiling unicode-properties v0.1.4
20752026-05-08T01:14:41.413Z Compiling unicode-segmentation v1.12.0
20762026-05-08T01:14:41.429Z Compiling object v0.37.3
20772026-05-08T01:14:41.523Z Compiling stringprep v0.1.5
20782026-05-08T01:14:41.538Z Compiling miniz_oxide v0.8.9
20792026-05-08T01:14:41.583Z Compiling anstream v0.6.21
20802026-05-08T01:14:41.646Z Compiling proptest v1.10.0
20812026-05-08T01:14:41.914Z Compiling tower v0.5.3
20822026-05-08T01:14:42.026Z Compiling derive_builder_macro v0.20.2
20832026-05-08T01:14:42.203Z Compiling usdt-attr-macro v0.6.0
20842026-05-08T01:14:42.292Z Compiling usdt-macro v0.6.0
20852026-05-08T01:14:42.773Z Compiling http-body-util v0.1.3
20862026-05-08T01:14:42.974Z Compiling webpki-roots v1.0.6
20872026-05-08T01:14:43.048Z Compiling rand_chacha v0.3.1
20882026-05-08T01:14:43.078Z Compiling erased-serde v0.3.31
20892026-05-08T01:14:43.081Z Compiling md-5 v0.10.6
20902026-05-08T01:14:43.229Z Compiling num-integer v0.1.46
20912026-05-08T01:14:43.265Z Compiling hash32 v0.2.1
20922026-05-08T01:14:43.314Z Compiling vergen-lib v0.1.6
20932026-05-08T01:14:43.317Z Compiling ff v0.13.1
20942026-05-08T01:14:43.370Z Compiling zlib-rs v0.6.2
20952026-05-08T01:14:43.411Z Compiling ryu v1.0.23
20962026-05-08T01:14:43.430Z Compiling fallible-iterator v0.2.0
20972026-05-08T01:14:43.462Z Compiling iri-string v0.7.10
20982026-05-08T01:14:43.479Z Compiling psl-types v2.0.11
20992026-05-08T01:14:43.542Z Compiling base16ct v0.2.0
21002026-05-08T01:14:43.558Z Compiling serde_urlencoded v0.7.1
21012026-05-08T01:14:43.607Z Compiling publicsuffix v2.3.0
21022026-05-08T01:14:43.637Z Compiling newtype-uuid v1.3.2
21032026-05-08T01:14:43.666Z Compiling sec1 v0.7.3
21042026-05-08T01:14:43.713Z Compiling postgres-protocol v0.6.10
21052026-05-08T01:14:43.796Z Compiling num-iter v0.1.45
21062026-05-08T01:14:43.840Z Compiling group v0.13.0
21072026-05-08T01:14:44.018Z Compiling rand v0.8.5
21082026-05-08T01:14:44.219Z Compiling oxnet v0.1.4
21092026-05-08T01:14:44.350Z Compiling derive_builder v0.20.2
21102026-05-08T01:14:44.457Z Compiling tokio-native-tls v0.3.1
21112026-05-08T01:14:44.475Z Compiling heck v0.4.1
21122026-05-08T01:14:44.501Z Compiling phf_shared v0.13.1
21132026-05-08T01:14:44.588Z Compiling tower-http v0.6.8
21142026-05-08T01:14:44.606Z Compiling lazy_static v1.5.0
21152026-05-08T01:14:44.673Z Compiling terminal_size v0.4.3
21162026-05-08T01:14:44.704Z Compiling serde_with_macros v3.17.0
21172026-05-08T01:14:44.720Z Compiling cargo-platform v0.1.9
21182026-05-08T01:14:44.757Z Compiling hkdf v0.12.4
21192026-05-08T01:14:44.760Z Compiling crypto-bigint v0.5.5
21202026-05-08T01:14:44.825Z Compiling clap_derive v4.5.55
21212026-05-08T01:14:44.825Z Compiling serde_repr v0.1.20
21222026-05-08T01:14:44.895Z Compiling enum-as-inner v0.6.1
21232026-05-08T01:14:44.942Z Compiling vergen v9.0.6
21242026-05-08T01:14:44.983Z Compiling managed v0.8.0
21252026-05-08T01:14:45.013Z Compiling libbz2-rs-sys v0.2.2
21262026-05-08T01:14:45.029Z Compiling bumpalo v3.20.2
21272026-05-08T01:14:45.217Z Compiling bitflags v1.3.2
21282026-05-08T01:14:45.308Z Compiling foldhash v0.1.5
21292026-05-08T01:14:45.357Z Compiling clap_lex v1.0.0
21302026-05-08T01:14:45.383Z Compiling flate2 v1.1.9
21312026-05-08T01:14:45.398Z Compiling foldhash v0.2.0
21322026-05-08T01:14:45.501Z Compiling hashbrown v0.15.5
21332026-05-08T01:14:45.582Z Compiling hashbrown v0.16.1
21342026-05-08T01:14:45.597Z Compiling clap_builder v4.5.60
21352026-05-08T01:14:45.627Z Compiling bzip2 v0.6.1
21362026-05-08T01:14:45.715Z Compiling elliptic-curve v0.13.8
21372026-05-08T01:14:45.746Z Compiling zopfli v0.8.3
21382026-05-08T01:14:46.055Z Compiling cargo_metadata v0.19.2
21392026-05-08T01:14:46.286Z Compiling phf v0.13.1
21402026-05-08T01:14:46.392Z Compiling hyper-tls v0.6.0
21412026-05-08T01:14:46.435Z Compiling zstd v0.13.3
21422026-05-08T01:14:46.460Z Compiling daft v0.1.5
21432026-05-08T01:14:46.474Z Compiling signal-hook-mio v0.2.5
21442026-05-08T01:14:46.621Z Compiling cookie_store v0.22.1
21452026-05-08T01:14:46.636Z Compiling postgres-types v0.2.12
21462026-05-08T01:14:46.756Z Compiling bzip2 v0.4.4
21472026-05-08T01:14:46.924Z Compiling strum v0.27.2
21482026-05-08T01:14:47.091Z Compiling hubpack v0.1.2
21492026-05-08T01:14:47.158Z Compiling ed25519 v2.2.3
21502026-05-08T01:14:47.190Z Compiling phf_shared v0.11.3
21512026-05-08T01:14:47.244Z Compiling crossbeam-epoch v0.9.18
21522026-05-08T01:14:47.329Z Compiling pkcs1 v0.7.5
21532026-05-08T01:14:47.409Z Compiling hex v0.4.3
21542026-05-08T01:14:47.441Z Compiling serde-big-array v0.5.1
21552026-05-08T01:14:47.706Z Compiling rfc6979 v0.4.0
21562026-05-08T01:14:47.722Z Compiling bstr v1.12.1
21572026-05-08T01:14:47.740Z Compiling float-cmp v0.10.0
21582026-05-08T01:14:47.776Z Compiling env_filter v1.0.0
21592026-05-08T01:14:47.809Z Compiling memmap2 v0.9.10
21602026-05-08T01:14:47.868Z Compiling encoding_rs v0.8.35
21612026-05-08T01:14:47.885Z Compiling fixedbitset v0.5.7
21622026-05-08T01:14:47.931Z Compiling static_assertions v1.1.0
21632026-05-08T01:14:47.947Z Compiling toml_write v0.1.2
21642026-05-08T01:14:47.970Z Compiling fixedbitset v0.4.2
21652026-05-08T01:14:48.021Z Compiling data-encoding v2.10.0
21662026-05-08T01:14:48.039Z Compiling mime v0.3.17
21672026-05-08T01:14:48.054Z Compiling precomputed-hash v0.1.1
21682026-05-08T01:14:48.068Z Compiling difflib v0.4.0
21692026-05-08T01:14:48.156Z Compiling predicates-core v1.0.10
21702026-05-08T01:14:48.172Z Compiling new_debug_unreachable v1.0.6
21712026-05-08T01:14:48.188Z Compiling normalize-line-endings v0.3.0
21722026-05-08T01:14:48.263Z Compiling whoami v2.1.0
21732026-05-08T01:14:48.288Z Compiling rustc-hash v2.1.1
21742026-05-08T01:14:48.305Z Compiling keccak v0.1.6
21752026-05-08T01:14:48.326Z Compiling jiff v0.2.21
21762026-05-08T01:14:48.432Z Compiling iddqd v0.3.18
21772026-05-08T01:14:48.447Z Compiling hickory-proto v0.25.2
21782026-05-08T01:14:48.526Z Compiling tokio-postgres v0.7.16
21792026-05-08T01:14:48.541Z Compiling sha3 v0.10.8
21802026-05-08T01:14:48.562Z Compiling predicates v3.1.4
21812026-05-08T01:14:48.612Z Compiling string_cache v0.8.9
21822026-05-08T01:14:48.784Z Compiling similar v2.7.0
21832026-05-08T01:14:48.850Z Compiling petgraph v0.6.5
21842026-05-08T01:14:48.941Z Compiling toml_edit v0.22.27
21852026-05-08T01:14:49.142Z Compiling petgraph v0.8.3
21862026-05-08T01:14:49.386Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21872026-05-08T01:14:49.516Z Compiling usdt v0.6.0
21882026-05-08T01:14:49.549Z Compiling env_logger v0.11.9
21892026-05-08T01:14:50.253Z Compiling ecdsa v0.16.9
21902026-05-08T01:14:50.323Z Compiling serde_with v3.17.0
21912026-05-08T01:14:50.564Z Compiling rsa v0.9.10
21922026-05-08T01:14:51.008Z Compiling zip v4.6.1
21932026-05-08T01:14:51.226Z Compiling ed25519-dalek v2.2.0
21942026-05-08T01:14:51.655Z Compiling crossterm v0.28.1
21952026-05-08T01:14:51.777Z Compiling clap v4.5.60
21962026-05-08T01:14:52.370Z Compiling zip v0.6.6
21972026-05-08T01:14:52.386Z Compiling strum v0.26.3
21982026-05-08T01:14:52.386Z Compiling toml v0.7.8
21992026-05-08T01:14:52.386Z Compiling tokio-stream v0.1.18
22002026-05-08T01:14:52.386Z Compiling buf-list v1.1.2
22012026-05-08T01:14:52.386Z Compiling itertools v0.13.0
22022026-05-08T01:14:52.496Z Compiling x509-cert v0.2.5
22032026-05-08T01:14:52.562Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22042026-05-08T01:14:52.668Z Compiling openapiv3 v2.2.0
22052026-05-08T01:14:52.836Z Compiling sha1 v0.10.6
22062026-05-08T01:14:53.070Z Compiling lalrpop-util v0.19.12
22072026-05-08T01:14:53.260Z Compiling peg-runtime v0.8.5
22082026-05-08T01:15:09.489Z Compiling macaddr v1.0.1
22092026-05-08T01:15:09.619Z Compiling structmeta-derive v0.3.0
22102026-05-08T01:15:09.635Z Compiling rayon-core v1.13.0
22112026-05-08T01:15:09.693Z Compiling crucible-workspace-hack v0.1.0
22122026-05-08T01:15:09.787Z Compiling itertools v0.14.0
22132026-05-08T01:15:09.865Z Compiling secrecy v0.10.3
22142026-05-08T01:15:09.880Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-05-08T01:15:09.981Z Compiling rustls v0.22.4
22162026-05-08T01:15:10.053Z Compiling heapless v0.8.0
22172026-05-08T01:15:10.292Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22182026-05-08T01:15:10.307Z Compiling crossbeam-deque v0.8.6
22192026-05-08T01:15:10.507Z Compiling toml_edit v0.23.10+spec-1.0.0
22202026-05-08T01:15:10.536Z Compiling rustls-webpki v0.102.8
22212026-05-08T01:15:10.559Z Compiling futures-executor v0.3.32
22222026-05-08T01:15:10.593Z Compiling hash32 v0.3.1
22232026-05-08T01:15:10.614Z Compiling structmeta v0.3.0
22242026-05-08T01:15:10.633Z Compiling multer v3.1.0
22252026-05-08T01:15:10.780Z Compiling thread_local v1.1.9
22262026-05-08T01:15:10.865Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22272026-05-08T01:15:10.882Z Compiling compression-core v0.4.31
22282026-05-08T01:15:10.897Z Compiling smoltcp v0.11.0
22292026-05-08T01:15:11.046Z Compiling ingot-macros v0.1.1
22302026-05-08T01:15:11.082Z Compiling slog-async v2.8.0
22312026-05-08T01:15:11.085Z Compiling unicode-width v0.2.0
22322026-05-08T01:15:11.115Z Compiling match_cfg v0.1.0
22332026-05-08T01:15:11.160Z Compiling proc-macro-crate v3.4.0
22342026-05-08T01:15:11.186Z Compiling hostname v0.3.1
22352026-05-08T01:15:11.203Z Compiling compression-codecs v0.4.37
22362026-05-08T01:15:11.280Z Compiling derive-ex v0.1.8
22372026-05-08T01:15:11.427Z Compiling futures v0.3.32
22382026-05-08T01:15:11.443Z Compiling rustls-webpki v0.103.9
22392026-05-08T01:15:11.529Z Compiling slog-json v2.6.1
22402026-05-08T01:15:11.600Z Compiling crossbeam-channel v0.5.15
22412026-05-08T01:15:11.630Z Compiling half v2.7.1
22422026-05-08T01:15:11.777Z Compiling newtype-uuid-macros v0.1.0
22432026-05-08T01:15:11.809Z Compiling thiserror-impl-no-std v2.0.2
22442026-05-08T01:15:12.002Z Compiling cobs v0.3.0
22452026-05-08T01:15:12.261Z Compiling universal-hash v0.5.1
22462026-05-08T01:15:12.298Z Compiling async-stream-impl v0.3.6
22472026-05-08T01:15:12.311Z Compiling toml_datetime v1.0.0+spec-1.1.0
22482026-05-08T01:15:12.395Z Compiling serde_spanned v1.0.4
22492026-05-08T01:15:12.422Z Compiling is-terminal v0.4.17
22502026-05-08T01:15:12.524Z Compiling proc-macro-error-attr v1.0.4
22512026-05-08T01:15:12.543Z Compiling dropshot v0.17.0
22522026-05-08T01:15:12.579Z Compiling toml_writer v1.0.6+spec-1.1.0
22532026-05-08T01:15:12.752Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22542026-05-08T01:15:12.755Z Compiling convert_case v0.4.0
22552026-05-08T01:15:12.806Z Compiling term v1.2.1
22562026-05-08T01:15:12.822Z Compiling ciborium-io v0.2.2
22572026-05-08T01:15:12.853Z Compiling take_mut v0.2.2
22582026-05-08T01:15:12.869Z Compiling opaque-debug v0.3.1
22592026-05-08T01:15:12.886Z Compiling async-stream v0.3.6
22602026-05-08T01:15:12.945Z Compiling poly1305 v0.8.0
22612026-05-08T01:15:13.015Z Compiling ciborium-ll v0.2.2
22622026-05-08T01:15:13.031Z Compiling thiserror-no-std v2.0.2
22632026-05-08T01:15:13.057Z Compiling test-strategy v0.4.5
22642026-05-08T01:15:13.092Z Compiling derive_more v0.99.20
22652026-05-08T01:15:13.143Z Compiling slog-term v2.9.2
22662026-05-08T01:15:13.167Z Compiling toml v1.0.6+spec-1.1.0
22672026-05-08T01:15:13.299Z Compiling tokio-rustls v0.25.0
22682026-05-08T01:15:13.412Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22692026-05-08T01:15:13.587Z Compiling postcard v1.1.3
22702026-05-08T01:15:13.671Z Compiling ingot-types v0.1.2
22712026-05-08T01:15:13.982Z Compiling slog-bunyan v2.5.0
22722026-05-08T01:15:14.139Z Compiling ingot v0.1.1
22732026-05-08T01:15:14.183Z Compiling num_enum_derive v0.7.5
22742026-05-08T01:15:14.377Z Compiling async-compression v0.4.41
22752026-05-08T01:15:14.423Z Compiling parse-display-derive v0.10.0
22762026-05-08T01:15:14.623Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22772026-05-08T01:15:14.865Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22782026-05-08T01:15:14.884Z Compiling proc-macro-crate v1.3.1
22792026-05-08T01:15:15.120Z Compiling tokio-rustls v0.26.4
22802026-05-08T01:15:15.161Z Compiling rustls-platform-verifier v0.6.2
22812026-05-08T01:15:15.245Z Compiling backon v1.6.0
22822026-05-08T01:15:15.261Z Compiling waitgroup v0.1.2
22832026-05-08T01:15:15.280Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22842026-05-08T01:15:15.319Z Compiling password-hash v0.5.0
22852026-05-08T01:15:15.392Z Compiling hyper-rustls v0.27.7
22862026-05-08T01:15:15.418Z Compiling dropshot_endpoint v0.17.0
22872026-05-08T01:15:15.440Z Compiling chacha20 v0.9.1
22882026-05-08T01:15:15.440Z Compiling rustls-pemfile v2.2.0
22892026-05-08T01:15:15.525Z Compiling blake2 v0.10.6
22902026-05-08T01:15:15.721Z Compiling reqwest v0.13.2
22912026-05-08T01:15:15.724Z Compiling reqwest v0.12.28
22922026-05-08T01:15:15.753Z Compiling aead v0.5.2
22932026-05-08T01:15:15.892Z Compiling foreign-types-macros v0.2.3
22942026-05-08T01:15:15.968Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22952026-05-08T01:15:16.045Z Compiling serde_path_to_error v0.1.20
22962026-05-08T01:15:16.218Z Compiling hostname v0.4.2
22972026-05-08T01:15:16.309Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22982026-05-08T01:15:16.402Z Compiling proc-macro-error v1.0.4
22992026-05-08T01:15:16.402Z Compiling instant v0.1.13
23002026-05-08T01:15:16.435Z Compiling typeid v1.0.3
23012026-05-08T01:15:16.435Z Compiling cpufeatures v0.3.0
23022026-05-08T01:15:16.494Z Compiling foreign-types-shared v0.3.1
23032026-05-08T01:15:16.530Z Compiling debug-ignore v1.0.5
23042026-05-08T01:15:16.565Z Compiling chacha20 v0.10.0
23052026-05-08T01:15:16.582Z Compiling foreign-types v0.5.0
23062026-05-08T01:15:16.613Z Compiling backoff v0.4.0
23072026-05-08T01:15:16.632Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23082026-05-08T01:15:16.647Z Compiling chacha20poly1305 v0.10.1
23092026-05-08T01:15:16.677Z Compiling parse-display v0.10.0
23102026-05-08T01:15:16.694Z Compiling argon2 v0.5.3
23112026-05-08T01:15:16.779Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23122026-05-08T01:15:16.796Z Compiling num_enum_derive v0.5.11
23132026-05-08T01:15:16.842Z Compiling num_enum v0.7.5
23142026-05-08T01:15:16.859Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23152026-05-08T01:15:16.910Z Compiling ciborium v0.2.2
23162026-05-08T01:15:16.992Z Compiling vsss-rs v3.3.4
23172026-05-08T01:15:17.344Z Compiling tabwriter v1.4.1
23182026-05-08T01:15:17.402Z Compiling regress v0.10.5
23192026-05-08T01:15:17.590Z Compiling byte-wrapper v0.1.0
23202026-05-08T01:15:17.732Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23212026-05-08T01:15:17.748Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-05-08T01:15:17.751Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23232026-05-08T01:15:17.782Z Compiling cstr-argument v0.1.2
23242026-05-08T01:15:17.969Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23252026-05-08T01:15:18.183Z Compiling erased-serde v0.4.9
23262026-05-08T01:15:18.202Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23272026-05-08T01:15:18.356Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23282026-05-08T01:15:18.373Z Compiling num_enum v0.5.11
23292026-05-08T01:15:18.388Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23302026-05-08T01:15:18.521Z Compiling rand v0.10.0
23312026-05-08T01:15:18.537Z Compiling rayon v1.11.0
23322026-05-08T01:15:18.642Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23332026-05-08T01:15:18.685Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23342026-05-08T01:15:18.792Z Compiling indent_write v2.2.0
23352026-05-08T01:15:18.809Z Compiling libefi-sys v0.1.0
23362026-05-08T01:15:18.812Z Compiling colored v3.1.1
23372026-05-08T01:15:18.969Z Compiling zone_cfg_derive v0.3.1
23382026-05-08T01:15:19.045Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23392026-05-08T01:15:19.063Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23402026-05-08T01:15:19.080Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23412026-05-08T01:15:19.084Z Compiling camino-tempfile v1.4.1
23422026-05-08T01:15:19.115Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23432026-05-08T01:15:19.329Z Compiling itertools v0.12.1
23442026-05-08T01:15:19.468Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23452026-05-08T01:15:19.504Z Compiling usdt-macro v0.5.0
23462026-05-08T01:15:19.520Z Compiling usdt-attr-macro v0.5.0
23472026-05-08T01:15:19.571Z Compiling bitfield-struct v0.6.2
23482026-05-08T01:15:19.598Z Compiling num-derive v0.4.2
23492026-05-08T01:15:19.618Z Compiling ordered-float v2.10.1
23502026-05-08T01:15:19.883Z Compiling blake3 v1.8.3
23512026-05-08T01:15:19.921Z Compiling sigpipe v0.1.3
23522026-05-08T01:15:20.036Z Compiling memmap v0.7.0
23532026-05-08T01:15:20.200Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23542026-05-08T01:15:20.230Z Compiling glob v0.3.3
23552026-05-08T01:15:20.269Z Compiling swrite v0.1.0
23562026-05-08T01:15:20.284Z Compiling usdt v0.5.0
23572026-05-08T01:15:20.399Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23582026-05-08T01:15:20.441Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-05-08T01:15:20.494Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23602026-05-08T01:15:20.707Z Compiling zone v0.3.1
23612026-05-08T01:15:20.723Z Compiling serde-value v0.7.0
23622026-05-08T01:15:20.775Z Compiling serde-untagged v0.1.9
23632026-05-08T01:15:20.792Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23642026-05-08T01:15:21.116Z Compiling toml v0.8.23
23652026-05-08T01:15:21.149Z Compiling smf v0.2.3
23662026-05-08T01:15:21.204Z Compiling filetime v0.2.27
23672026-05-08T01:15:21.204Z Compiling whoami v1.6.1
23682026-05-08T01:15:21.209Z Compiling arrayvec v0.7.6
23692026-05-08T01:15:21.250Z Compiling arrayref v0.3.9
23702026-05-08T01:15:21.343Z Compiling same-file v1.0.6
23712026-05-08T01:15:21.385Z Compiling xattr v1.6.1
23722026-05-08T01:15:21.435Z Compiling unicode-xid v0.2.6
23732026-05-08T01:15:21.475Z Compiling constant_time_eq v0.4.2
23742026-05-08T01:15:21.491Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23752026-05-08T01:15:21.545Z Compiling tar v0.4.45
23762026-05-08T01:15:21.599Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23772026-05-08T01:15:21.617Z Compiling walkdir v2.5.0
23782026-05-08T01:15:21.621Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23792026-05-08T01:15:21.724Z Compiling cargo-util-schemas v0.8.2
23802026-05-08T01:15:21.872Z Compiling tokio-dtrace v0.1.1
23812026-05-08T01:15:22.093Z Compiling console v0.16.2
23822026-05-08T01:15:22.227Z Compiling gethostname v0.5.0
23832026-05-08T01:15:22.274Z Compiling cargo-platform v0.2.0
23842026-05-08T01:15:22.310Z Compiling unit-prefix v0.5.2
23852026-05-08T01:15:22.379Z Compiling topological-sort v0.2.2
23862026-05-08T01:15:22.393Z Compiling oxide-tokio-rt v0.1.4
23872026-05-08T01:15:22.397Z Compiling shell-words v1.1.1
23882026-05-08T01:15:22.512Z Compiling indicatif v0.18.4
23892026-05-08T01:15:22.569Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23902026-05-08T01:15:22.993Z Compiling cargo_metadata v0.21.0
23912026-05-08T01:15:31.566Z Compiling progenitor-client v0.14.0
23922026-05-08T01:15:31.618Z Compiling progenitor-client v0.10.0
23932026-05-08T01:15:31.618Z Compiling omicron-zone-package v0.12.2
23942026-05-08T01:15:31.715Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23952026-05-08T01:15:31.746Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23962026-05-08T01:15:31.763Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23972026-05-08T01:15:32.035Z Compiling progenitor-extras v0.2.0
23982026-05-08T01:15:32.056Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23992026-05-08T01:15:32.099Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24002026-05-08T01:15:32.166Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24012026-05-08T01:15:32.295Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24022026-05-08T01:15:32.518Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24032026-05-08T01:15:32.645Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24042026-05-08T01:15:36.921Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24052026-05-08T01:15:44.386Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24062026-05-08T01:15:47.488Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24072026-05-08T01:15:48.462Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24082026-05-08T01:15:57.652Z Finished `release` profile [optimized] target(s) in 1m 38s
24092026-05-08T01:15:57.806Z Running `target/release/omicron-package -t test target create -p dev`
24102026-05-08T01:15:57.868ZLogging to: /work/oxidecomputer/omicron/out/LOG
24112026-05-08T01:15:57.873ZCreated new build target 'test' and set it as active
24122026-05-08T01:15:57.873Z
24132026-05-08T01:15:57.873Zreal 1:39.000382532
24142026-05-08T01:15:57.873Zuser 16:20.347585275
24152026-05-08T01:15:57.873Zsys 2:33.194474787
24162026-05-08T01:15:57.873Ztrap 0.464400149
24172026-05-08T01:15:57.873Ztflt 2.905471426
24182026-05-08T01:15:57.873Zdflt 3.900558969
24192026-05-08T01:15:57.873Zkflt 0.001996147
24202026-05-08T01:15:57.873Zlock 51:34.334399452
24212026-05-08T01:15:57.873Zslp 41:51.945874050
24222026-05-08T01:15:57.873Zlat 44.528015116
24232026-05-08T01:15:57.873Zstop 5:16.742686728
24242026-05-08T01:15:57.874Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24252026-05-08T01:15:58.767Z Finished `release` profile [optimized] target(s) in 0.88s
24262026-05-08T01:15:58.843Z Running `target/release/omicron-package -t test package`
24272026-05-08T01:15:58.901ZLogging to: /work/oxidecomputer/omicron/out/LOG
24282026-05-08T01:16:00.324Z Compiling heck v0.5.0
24292026-05-08T01:16:00.324Z Compiling regress v0.11.1
24302026-05-08T01:16:00.324Z Compiling unsafe-libyaml v0.2.11
24312026-05-08T01:16:00.581Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24322026-05-08T01:16:00.607Z Compiling regress v0.10.5
24332026-05-08T01:16:00.635Z Compiling unicode-width v0.1.14
24342026-05-08T01:16:00.657Z Compiling is-terminal v0.4.17
24352026-05-08T01:16:00.676Z Compiling prettyplease v0.2.37
24362026-05-08T01:16:00.676Z Compiling bytecount v0.6.9
24372026-05-08T01:16:00.679Z Compiling rustls v0.22.4
24382026-05-08T01:16:00.679Z Compiling rustls-webpki v0.102.8
24392026-05-08T01:16:00.717Z Compiling derive-where v1.6.0
24402026-05-08T01:16:00.720Z Compiling thread_local v1.1.9
24412026-05-08T01:16:00.720Z Compiling compression-core v0.4.31
24422026-05-08T01:16:00.738Z Compiling match_cfg v0.1.0
24432026-05-08T01:16:00.837Z Compiling multer v3.1.0
24442026-05-08T01:16:00.837Z Compiling slog-async v2.8.0
24452026-05-08T01:16:00.884Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24462026-05-08T01:16:00.905Z Compiling hostname v0.3.1
24472026-05-08T01:16:00.908Z Compiling compression-codecs v0.4.37
24482026-05-08T01:16:00.948Z Compiling crossbeam-channel v0.5.15
24492026-05-08T01:16:00.970Z Compiling slog-json v2.6.1
24502026-05-08T01:16:00.975Z Compiling futures-executor v0.3.32
24512026-05-08T01:16:00.975Z Compiling toml_datetime v1.0.0+spec-1.1.0
24522026-05-08T01:16:01.033Z Compiling serde_yaml v0.9.34+deprecated
24532026-05-08T01:16:01.059Z Compiling serde_spanned v1.0.4
24542026-05-08T01:16:01.184Z Compiling take_mut v0.2.2
24552026-05-08T01:16:01.207Z Compiling toml_writer v1.0.6+spec-1.1.0
24562026-05-08T01:16:01.211Z Compiling term v1.2.1
24572026-05-08T01:16:01.247Z Compiling futures v0.3.32
24582026-05-08T01:16:01.270Z Compiling slog-bunyan v2.5.0
24592026-05-08T01:16:01.330Z Compiling async-compression v0.4.41
24602026-05-08T01:16:01.401Z Compiling toml v1.0.6+spec-1.1.0
24612026-05-08T01:16:01.444Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24622026-05-08T01:16:01.445Z Compiling dropshot v0.17.0
24632026-05-08T01:16:01.486Z Compiling async-stream v0.3.6
24642026-05-08T01:16:01.535Z Compiling slog-term v2.9.2
24652026-05-08T01:16:01.608Z Compiling num-rational v0.4.2
24662026-05-08T01:16:01.680Z Compiling progenitor-client v0.14.0
24672026-05-08T01:16:01.701Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24682026-05-08T01:16:01.759Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24692026-05-08T01:16:01.779Z Compiling waitgroup v0.1.2
24702026-05-08T01:16:01.861Z Compiling backon v1.6.0
24712026-05-08T01:16:01.907Z Compiling rustls-pemfile v2.2.0
24722026-05-08T01:16:01.932Z Compiling num-complex v0.4.6
24732026-05-08T01:16:01.953Z Compiling hostname v0.4.2
24742026-05-08T01:16:02.006Z Compiling serde_path_to_error v0.1.20
24752026-05-08T01:16:02.053Z Compiling instant v0.1.13
24762026-05-08T01:16:02.057Z Compiling debug-ignore v1.0.5
24772026-05-08T01:16:02.096Z Compiling typify-impl v0.6.2
24782026-05-08T01:16:02.120Z Compiling progenitor-extras v0.2.0
24792026-05-08T01:16:02.120Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24802026-05-08T01:16:02.198Z Compiling backoff v0.4.0
24812026-05-08T01:16:02.212Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24822026-05-08T01:16:02.384Z Compiling num v0.4.3
24832026-05-08T01:16:02.427Z Compiling parse-display v0.10.0
24842026-05-08T01:16:02.431Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24852026-05-08T01:16:02.431Z Compiling progenitor-client v0.13.0
24862026-05-08T01:16:02.493Z Compiling progenitor-client v0.10.0
24872026-05-08T01:16:02.517Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24882026-05-08T01:16:02.588Z Compiling macaddr v1.0.1
24892026-05-08T01:16:02.615Z Compiling float-ord v0.3.2
24902026-05-08T01:16:02.644Z Compiling console v0.15.11
24912026-05-08T01:16:02.764Z Compiling atomicwrites v0.4.4
24922026-05-08T01:16:02.823Z Compiling newline-converter v0.3.0
24932026-05-08T01:16:02.855Z Compiling slog-dtrace v0.3.0
24942026-05-08T01:16:02.993Z Compiling tokio-rustls v0.25.0
24952026-05-08T01:16:03.040Z Compiling async-recursion v1.1.1
24962026-05-08T01:16:03.067Z Compiling expectorate v1.2.0
24972026-05-08T01:16:03.157Z Compiling cancel-safe-futures v0.1.5
24982026-05-08T01:16:03.181Z Compiling owo-colors v4.3.0
24992026-05-08T01:16:03.270Z Compiling libsw-core v0.3.2
25002026-05-08T01:16:03.313Z Compiling resolv-conf v0.7.6
25012026-05-08T01:16:03.333Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25022026-05-08T01:16:03.516Z Compiling libsw v3.5.0
25032026-05-08T01:16:03.559Z Compiling toml v0.8.23
25042026-05-08T01:16:03.673Z Compiling linear-map v1.2.0
25052026-05-08T01:16:03.693Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25062026-05-08T01:16:03.757Z Compiling linked-hash-map v0.5.6
25072026-05-08T01:16:03.876Z Compiling minimal-lexical v0.2.1
25082026-05-08T01:16:03.945Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25092026-05-08T01:16:03.967Z Compiling lru-cache v0.1.2
25102026-05-08T01:16:04.006Z Compiling unicode-xid v0.2.6
25112026-05-08T01:16:04.026Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25122026-05-08T01:16:04.046Z Compiling globset v0.4.18
25132026-05-08T01:16:04.146Z Compiling nom v7.1.3
25142026-05-08T01:16:04.167Z Compiling hickory-proto v0.24.4
25152026-05-08T01:16:04.171Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25162026-05-08T01:16:04.171Z Compiling convert_case v0.10.0
25172026-05-08T01:16:04.509Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25182026-05-08T01:16:04.551Z Compiling derive_more-impl v2.1.1
25192026-05-08T01:16:05.021Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25202026-05-08T01:16:05.354Z Compiling pin-project-internal v1.1.11
25212026-05-08T01:16:05.415Z Compiling derive_more v2.1.1
25222026-05-08T01:16:05.476Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25232026-05-08T01:16:05.528Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25242026-05-08T01:16:05.555Z Compiling typify-macro v0.6.2
25252026-05-08T01:16:05.737Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25262026-05-08T01:16:06.000Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25272026-05-08T01:16:06.170Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25282026-05-08T01:16:06.394Z Compiling pin-project v1.1.11
25292026-05-08T01:16:06.532Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25302026-05-08T01:16:06.747Z Compiling hickory-resolver v0.24.4
25312026-05-08T01:16:06.772Z Compiling papergrid v0.11.0
25322026-05-08T01:16:06.821Z Compiling tabled_derive v0.7.0
25332026-05-08T01:16:07.138Z Compiling typify v0.6.2
25342026-05-08T01:16:07.423Z Compiling progenitor-impl v0.14.0
25352026-05-08T01:16:07.609Z Compiling progenitor-impl v0.13.0
25362026-05-08T01:16:07.883Z Compiling pem v3.0.6
25372026-05-08T01:16:08.522Z Compiling qorb v0.4.1
25382026-05-08T01:16:08.592Z Compiling snafu-derive v0.8.9
25392026-05-08T01:16:09.599Z Compiling progenitor-macro v0.14.0
25402026-05-08T01:16:09.782Z Compiling progenitor-macro v0.13.0
25412026-05-08T01:16:09.949Z Compiling termtree v0.5.1
25422026-05-08T01:16:10.157Z Compiling tabled v0.15.0
25432026-05-08T01:16:10.242Z Compiling snafu v0.8.9
25442026-05-08T01:16:11.012Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25452026-05-08T01:16:11.904Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25462026-05-08T01:16:12.033Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25472026-05-08T01:16:12.391Z Compiling crossterm v0.29.0
25482026-05-08T01:16:12.964Z Compiling olpc-cjson v0.1.4
25492026-05-08T01:16:13.219Z Compiling phf_shared v0.12.1
25502026-05-08T01:16:13.478Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25512026-05-08T01:16:13.508Z Compiling serde_plain v1.0.2
25522026-05-08T01:16:13.686Z Compiling progenitor v0.14.0
25532026-05-08T01:16:13.836Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25542026-05-08T01:16:13.861Z Compiling progenitor v0.13.0
25552026-05-08T01:16:13.884Z Compiling csv-core v0.1.13
25562026-05-08T01:16:14.013Z Compiling vte v0.14.1
25572026-05-08T01:16:14.049Z Compiling typed-path v0.9.3
25582026-05-08T01:16:14.217Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25592026-05-08T01:16:14.323Z Compiling chrono-tz v0.10.4
25602026-05-08T01:16:14.344Z Compiling highway v1.3.0
25612026-05-08T01:16:14.589Z Compiling strip-ansi-escapes v0.2.1
25622026-05-08T01:16:14.992Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25632026-05-08T01:16:15.079Z Compiling csv v1.4.0
25642026-05-08T01:16:15.153Z Compiling tough v0.20.0
25652026-05-08T01:16:15.297Z Compiling phf v0.12.1
25662026-05-08T01:16:15.502Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25672026-05-08T01:16:16.072Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25682026-05-08T01:16:16.580Z Compiling const_format_proc_macros v0.2.34
25692026-05-08T01:16:16.957Z Compiling fd-lock v4.0.4
25702026-05-08T01:16:16.982Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25712026-05-08T01:16:17.136Z Compiling peg-macros v0.8.5
25722026-05-08T01:16:17.301Z Compiling nu-ansi-term v0.50.3
25732026-05-08T01:16:17.361Z Compiling const_format v0.2.35
25742026-05-08T01:16:17.440Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25752026-05-08T01:16:17.627Z Compiling reedline v0.40.0
25762026-05-08T01:16:17.994Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25772026-05-08T01:16:18.372Z Compiling peg v0.8.5
25782026-05-08T01:16:18.478Z Compiling bcs v0.1.6
25792026-05-08T01:16:18.930Z Compiling semver v0.1.20
25802026-05-08T01:16:19.216Z Compiling rustc_version v0.1.7
25812026-05-08T01:16:19.383Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25822026-05-08T01:16:19.446Z Compiling newtype_derive v0.1.6
25832026-05-08T01:16:19.621Z Compiling humantime v2.3.0
25842026-05-08T01:16:19.654Z Compiling smawk v0.3.2
25852026-05-08T01:16:19.677Z Compiling unicode-linebreak v0.1.5
25862026-05-08T01:16:20.011Z Compiling textwrap v0.16.2
25872026-05-08T01:16:20.045Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25882026-05-08T01:16:20.195Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25892026-05-08T01:16:20.227Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25902026-05-08T01:16:20.593Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25912026-05-08T01:16:20.783Z Compiling base64 v0.21.7
25922026-05-08T01:16:21.105Z Compiling steno v0.4.1
25932026-05-08T01:16:21.271Z Compiling dropshot-api-manager-types v0.7.1
25942026-05-08T01:16:21.343Z Compiling tagptr v0.2.0
25952026-05-08T01:16:21.540Z Compiling utf-8 v0.7.6
25962026-05-08T01:16:21.599Z Compiling moka v0.12.13
25972026-05-08T01:16:21.781Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25982026-05-08T01:16:21.881Z Compiling tungstenite v0.21.0
25992026-05-08T01:16:21.961Z Compiling radium v0.7.0
26002026-05-08T01:16:22.019Z Compiling tap v1.0.1
26012026-05-08T01:16:22.169Z Compiling display-error-chain v0.2.2
26022026-05-08T01:16:22.328Z Compiling maybe-uninit v2.0.0
26032026-05-08T01:16:22.480Z Compiling tokio-tungstenite v0.21.0
26042026-05-08T01:16:22.618Z Compiling wyz v0.5.1
26052026-05-08T01:16:22.708Z Compiling hickory-resolver v0.25.2
26062026-05-08T01:16:22.815Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26072026-05-08T01:16:22.884Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26082026-05-08T01:16:22.888Z Compiling zerocopy-derive v0.6.6
26092026-05-08T01:16:23.046Z Compiling funty v2.0.0
26102026-05-08T01:16:23.211Z Compiling packed_struct v0.10.1
26112026-05-08T01:16:23.486Z Compiling crc-catalog v2.4.0
26122026-05-08T01:16:23.617Z Compiling crc v3.4.0
26132026-05-08T01:16:23.708Z Compiling zerocopy v0.6.6
26142026-05-08T01:16:23.842Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26152026-05-08T01:16:24.026Z Compiling bitvec v1.0.1
26162026-05-08T01:16:24.085Z Compiling packed_struct_codegen v0.10.1
26172026-05-08T01:16:24.162Z Compiling num-derive v0.3.3
26182026-05-08T01:16:24.371Z Compiling bitfield-macros v0.19.4
26192026-05-08T01:16:25.058Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26202026-05-08T01:16:25.097Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26212026-05-08T01:16:25.122Z Compiling proc-macro-error-attr2 v2.0.0
26222026-05-08T01:16:25.526Z Compiling indexmap v1.9.3
26232026-05-08T01:16:25.689Z Compiling nodrop v0.1.14
26242026-05-08T01:16:25.795Z Compiling array-init v0.0.4
26252026-05-08T01:16:25.849Z Compiling proc-macro-error2 v2.0.1
26262026-05-08T01:16:26.169Z Compiling bitfield v0.19.4
26272026-05-08T01:16:26.192Z Compiling libscf-sys v1.1.0
26282026-05-08T01:16:26.373Z Compiling smallvec v0.6.14
26292026-05-08T01:16:26.502Z Compiling typify-impl v0.4.3
26302026-05-08T01:16:26.656Z Compiling vergen-gitcl v1.0.8
26312026-05-08T01:16:26.797Z Compiling dirs-sys-next v0.1.2
26322026-05-08T01:16:26.882Z Compiling maplit v1.0.2
26332026-05-08T01:16:27.004Z Compiling diesel_derives v2.3.7
26342026-05-08T01:16:27.091Z Compiling crunchy v0.2.4
26352026-05-08T01:16:27.253Z Compiling glob v0.3.3
26362026-05-08T01:16:27.375Z Compiling hashbrown v0.12.3
26372026-05-08T01:16:27.476Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26382026-05-08T01:16:27.623Z Compiling clang-sys v1.8.1
26392026-05-08T01:16:27.916Z Compiling dirs-next v2.0.0
26402026-05-08T01:16:28.053Z Compiling serde-hex v0.1.0
26412026-05-08T01:16:28.077Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26422026-05-08T01:16:28.497Z Compiling tabled_derive v0.11.0
26432026-05-08T01:16:28.625Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26442026-05-08T01:16:28.764Z Compiling ron v0.8.1
26452026-05-08T01:16:28.855Z Compiling papergrid v0.17.0
26462026-05-08T01:16:28.878Z Compiling testing_table v0.3.0
26472026-05-08T01:16:29.181Z Compiling hashbrown v0.13.2
26482026-05-08T01:16:29.205Z Compiling dsl_auto_type v0.2.0
26492026-05-08T01:16:29.322Z Compiling scheduled-thread-pool v0.2.7
26502026-05-08T01:16:29.535Z Compiling diesel_table_macro_syntax v0.3.0
26512026-05-08T01:16:29.681Z Compiling crc-any v2.5.0
26522026-05-08T01:16:29.760Z Compiling tiny-keccak v2.0.2
26532026-05-08T01:16:29.806Z Compiling object v0.30.4
26542026-05-08T01:16:29.931Z Compiling r2d2 v0.8.10
26552026-05-08T01:16:29.934Z Compiling typify-macro v0.4.3
26562026-05-08T01:16:30.014Z Compiling tabled v0.20.0
26572026-05-08T01:16:30.110Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26582026-05-08T01:16:30.235Z Compiling term v0.7.0
26592026-05-08T01:16:30.746Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26602026-05-08T01:16:30.791Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26612026-05-08T01:16:30.815Z Compiling path-slash v0.1.5
26622026-05-08T01:16:30.999Z Compiling xshell-macros v0.2.7
26632026-05-08T01:16:31.023Z Compiling downcast-rs v2.0.2
26642026-05-08T01:16:31.154Z Compiling bit-vec v0.6.3
26652026-05-08T01:16:31.406Z Compiling xshell v0.2.7
26662026-05-08T01:16:31.426Z Compiling bit-set v0.5.3
26672026-05-08T01:16:31.473Z Compiling ascii-canvas v3.0.0
26682026-05-08T01:16:31.509Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26692026-05-08T01:16:31.531Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26702026-05-08T01:16:31.619Z Compiling itertools v0.10.5
26712026-05-08T01:16:31.737Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26722026-05-08T01:16:31.890Z Compiling ena v0.14.4
26732026-05-08T01:16:32.006Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26742026-05-08T01:16:32.141Z Compiling libloading v0.8.9
26752026-05-08T01:16:32.198Z Compiling diff v0.1.13
26762026-05-08T01:16:32.372Z Compiling unicase v2.9.0
26772026-05-08T01:16:32.463Z Compiling regex-syntax v0.6.29
26782026-05-08T01:16:32.684Z Compiling bindgen v0.71.1
26792026-05-08T01:16:32.718Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26802026-05-08T01:16:33.921Z Compiling lalrpop v0.19.12
26812026-05-08T01:16:34.362Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26822026-05-08T01:16:34.403Z Compiling diesel v2.3.7
26832026-05-08T01:16:34.493Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26842026-05-08T01:16:34.614Z Compiling cexpr v0.6.0
26852026-05-08T01:16:35.145Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26862026-05-08T01:16:35.255Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26872026-05-08T01:16:35.376Z Compiling crc8 v0.1.1
26882026-05-08T01:16:35.517Z Compiling typify v0.4.3
26892026-05-08T01:16:35.539Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26902026-05-08T01:16:35.604Z Compiling headers-core v0.3.0
26912026-05-08T01:16:35.650Z Compiling libxml v0.3.3
26922026-05-08T01:16:35.672Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26932026-05-08T01:16:35.712Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26942026-05-08T01:16:35.762Z Compiling headers v0.4.1
26952026-05-08T01:16:35.953Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26962026-05-08T01:16:36.204Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26972026-05-08T01:16:36.225Z Compiling strum_macros v0.24.3
26982026-05-08T01:16:36.698Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26992026-05-08T01:16:36.901Z Compiling indoc v1.0.9
27002026-05-08T01:16:37.471Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27012026-05-08T01:16:37.510Z Compiling derive_builder v0.20.2
27022026-05-08T01:16:37.679Z Compiling oso-derive v0.27.3
27032026-05-08T01:16:37.700Z Compiling quick-xml v0.37.5
27042026-05-08T01:16:37.905Z Compiling impl-trait-for-tuples v0.2.3
27052026-05-08T01:16:37.928Z Compiling openssl-probe v0.1.6
27062026-05-08T01:16:38.055Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27072026-05-08T01:16:38.222Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27082026-05-08T01:16:38.323Z Compiling half v1.8.3
27092026-05-08T01:16:38.757Z Compiling serde_cbor v0.11.2
27102026-05-08T01:16:38.781Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27112026-05-08T01:16:39.162Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27122026-05-08T01:16:39.232Z Compiling bb8 v0.8.6
27132026-05-08T01:16:39.384Z Compiling trait-variant v0.1.2
27142026-05-08T01:16:39.512Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27152026-05-08T01:16:39.614Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27162026-05-08T01:16:39.759Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27172026-05-08T01:16:39.875Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27182026-05-08T01:16:39.929Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27192026-05-08T01:16:40.044Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27202026-05-08T01:16:40.120Z Compiling samael v0.0.19
27212026-05-08T01:16:40.143Z Compiling fxhash v0.2.1
27222026-05-08T01:16:40.190Z Compiling salty v0.3.0
27232026-05-08T01:16:40.211Z Compiling nonempty v0.12.0
27242026-05-08T01:16:40.330Z Compiling progenitor-impl v0.11.2
27252026-05-08T01:16:40.450Z Compiling progenitor-impl v0.10.0
27262026-05-08T01:16:40.507Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27272026-05-08T01:16:40.654Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27282026-05-08T01:16:41.422Z Compiling polar-core v0.27.3
27292026-05-08T01:16:41.481Z Compiling kstat-rs v0.2.4
27302026-05-08T01:16:41.749Z Compiling libz-sys v1.1.24
27312026-05-08T01:16:41.858Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27322026-05-08T01:16:41.969Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27332026-05-08T01:16:42.586Z Compiling progenitor-macro v0.11.2
27342026-05-08T01:16:42.711Z Compiling progenitor-macro v0.10.0
27352026-05-08T01:16:43.899Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27362026-05-08T01:16:45.620Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27372026-05-08T01:16:45.836Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27382026-05-08T01:16:46.123Z Compiling progenitor-client v0.11.2
27392026-05-08T01:16:46.275Z Compiling darling_core v0.23.0
27402026-05-08T01:16:46.553Z Compiling nanorand v0.7.0
27412026-05-08T01:16:46.736Z Compiling arc-swap v1.8.2
27422026-05-08T01:16:46.757Z Compiling fs-err v2.11.0
27432026-05-08T01:16:47.001Z Compiling parking_lot_core v0.8.6
27442026-05-08T01:16:47.155Z Compiling mime_guess v2.0.5
27452026-05-08T01:16:47.264Z Compiling slog-scope v4.4.1
27462026-05-08T01:16:47.349Z Compiling flume v0.11.1
27472026-05-08T01:16:47.675Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27482026-05-08T01:16:47.730Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27492026-05-08T01:16:47.752Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27502026-05-08T01:16:48.463Z Compiling darling_macro v0.23.0
27512026-05-08T01:16:48.981Z Compiling progenitor v0.10.0
27522026-05-08T01:16:49.167Z Compiling progenitor v0.11.2
27532026-05-08T01:16:49.368Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27542026-05-08T01:16:50.049Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27552026-05-08T01:16:51.789Z Compiling oso v0.27.3
27562026-05-08T01:16:52.150Z Compiling async-bb8-diesel v0.2.1
27572026-05-08T01:16:52.686Z Compiling diesel-dtrace v0.5.0
27582026-05-08T01:16:53.010Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27592026-05-08T01:16:54.202Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27602026-05-08T01:16:55.186Z Compiling primeorder v0.13.6
27612026-05-08T01:16:55.495Z Compiling git-stub v1.0.0
27622026-05-08T01:16:55.519Z Compiling libgit2-sys v0.18.3+1.9.2
27632026-05-08T01:16:55.591Z Compiling instability v0.3.11
27642026-05-08T01:16:55.772Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27652026-05-08T01:16:55.843Z Compiling git-stub-vcs v0.1.0
27662026-05-08T01:16:56.035Z Compiling p384 v0.13.1
27672026-05-08T01:16:56.412Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-05-08T01:16:57.588Z Compiling darling v0.23.0
27692026-05-08T01:16:57.712Z Compiling slog-stdlog v4.1.1
27702026-05-08T01:16:58.194Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27712026-05-08T01:16:58.278Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27722026-05-08T01:16:58.332Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27732026-05-08T01:16:58.547Z Compiling ignore v0.4.25
27742026-05-08T01:16:58.569Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27752026-05-08T01:16:58.602Z Compiling castaway v0.2.4
27762026-05-08T01:16:58.760Z Compiling atty v0.2.14
27772026-05-08T01:16:58.917Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27782026-05-08T01:16:59.157Z Compiling parse-size v1.1.0
27792026-05-08T01:16:59.380Z Compiling http-range v0.1.5
27802026-05-08T01:16:59.513Z Compiling indoc v2.0.7
27812026-05-08T01:16:59.718Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27822026-05-08T01:16:59.990Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27832026-05-08T01:17:00.682Z Compiling globwalk v0.9.1
27842026-05-08T01:17:01.438Z Compiling compact_str v0.8.1
27852026-05-08T01:17:01.865Z Compiling parking_lot v0.11.2
27862026-05-08T01:17:02.547Z Compiling slog-envlogger v2.2.0
27872026-05-08T01:17:02.774Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27882026-05-08T01:17:03.348Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27892026-05-08T01:17:03.718Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27902026-05-08T01:17:03.817Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27912026-05-08T01:17:03.845Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-05-08T01:17:04.030Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27932026-05-08T01:17:04.229Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27942026-05-08T01:17:04.372Z Compiling predicates-tree v1.0.13
27952026-05-08T01:17:04.614Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27962026-05-08T01:17:04.803Z Compiling unicode-truncate v1.1.0
27972026-05-08T01:17:04.840Z Compiling lru v0.12.5
27982026-05-08T01:17:04.860Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-05-08T01:17:04.879Z Compiling rand_seeder v0.4.0
28002026-05-08T01:17:05.022Z Compiling prefix-trie v0.7.0
28012026-05-08T01:17:05.062Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-05-08T01:17:05.136Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28032026-05-08T01:17:05.393Z Compiling vergen-git2 v1.0.7
28042026-05-08T01:17:05.430Z Compiling corncobs v0.1.4
28052026-05-08T01:17:05.452Z Compiling cassowary v0.3.0
28062026-05-08T01:17:05.525Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28072026-05-08T01:17:05.546Z Compiling hickory-server v0.25.2
28082026-05-08T01:17:05.661Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28092026-05-08T01:17:05.712Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28102026-05-08T01:17:05.809Z Compiling ratatui v0.29.0
28112026-05-08T01:17:05.868Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28122026-05-08T01:17:05.921Z Compiling camino-tempfile-ext v0.3.3
28132026-05-08T01:17:06.389Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28142026-05-08T01:17:06.503Z Compiling hyper-staticfile v0.10.1
28152026-05-08T01:17:06.587Z Compiling sled v0.34.7
28162026-05-08T01:17:07.085Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28172026-05-08T01:17:07.420Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28182026-05-08T01:17:07.759Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28192026-05-08T01:17:08.103Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28202026-05-08T01:17:09.616Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28212026-05-08T01:17:09.841Z Compiling secrecy v0.8.0
28222026-05-08T01:17:10.039Z Compiling rustls v0.21.12
28232026-05-08T01:17:10.290Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28242026-05-08T01:17:10.619Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28252026-05-08T01:17:11.131Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28262026-05-08T01:17:11.431Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28272026-05-08T01:17:12.165Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28282026-05-08T01:17:13.135Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28292026-05-08T01:17:13.196Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28302026-05-08T01:17:13.818Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28312026-05-08T01:17:14.063Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28322026-05-08T01:17:14.562Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28332026-05-08T01:17:14.795Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28342026-05-08T01:17:15.016Z Compiling rustls-webpki v0.101.7
28352026-05-08T01:17:15.749Z Compiling sct v0.7.1
28362026-05-08T01:17:16.021Z Compiling nix v0.29.0
28372026-05-08T01:17:16.196Z Compiling dropshot v0.16.7
28382026-05-08T01:17:16.219Z Compiling void v1.0.2
28392026-05-08T01:17:16.371Z Compiling lzss v0.8.2
28402026-05-08T01:17:16.486Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28412026-05-08T01:17:16.593Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28422026-05-08T01:17:16.658Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28432026-05-08T01:17:16.720Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28442026-05-08T01:17:17.906Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28452026-05-08T01:17:17.965Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28462026-05-08T01:17:18.213Z Compiling tungstenite v0.23.0
28472026-05-08T01:17:18.627Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28482026-05-08T01:17:19.106Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28492026-05-08T01:17:19.326Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28502026-05-08T01:17:19.553Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28512026-05-08T01:17:19.673Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28522026-05-08T01:17:19.784Z Compiling toml v0.9.12+spec-1.1.0
28532026-05-08T01:17:19.901Z Compiling nix v0.27.1
28542026-05-08T01:17:20.312Z Compiling dropshot_endpoint v0.16.7
28552026-05-08T01:17:20.531Z Compiling serde_bytes v0.11.19
28562026-05-08T01:17:20.726Z Compiling tokio-tungstenite v0.23.1
28572026-05-08T01:17:20.835Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28582026-05-08T01:17:21.038Z Compiling git2 v0.20.4
28592026-05-08T01:17:21.109Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28602026-05-08T01:17:21.130Z Compiling tokio-rustls v0.24.1
28612026-05-08T01:17:21.910Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28622026-05-08T01:17:24.078Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28632026-05-08T01:17:24.543Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28642026-05-08T01:17:26.186Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28652026-05-08T01:17:26.603Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28662026-05-08T01:17:27.043Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28672026-05-08T01:17:27.176Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28682026-05-08T01:17:27.455Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28692026-05-08T01:17:29.072Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28702026-05-08T01:17:29.355Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28712026-05-08T01:17:29.632Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28722026-05-08T01:17:29.843Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28732026-05-08T01:17:30.867Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28742026-05-08T01:17:30.912Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28752026-05-08T01:17:31.860Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28762026-05-08T01:17:32.116Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28772026-05-08T01:17:32.838Z Compiling rustls-pemfile v1.0.4
28782026-05-08T01:17:33.289Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28792026-05-08T01:17:34.144Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28802026-05-08T01:17:34.453Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28812026-05-08T01:17:34.704Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28822026-05-08T01:17:34.726Z Compiling signal-hook-tokio v0.3.1
28832026-05-08T01:17:34.747Z Compiling twox-hash v2.1.2
28842026-05-08T01:17:34.923Z Compiling yasna v0.5.2
28852026-05-08T01:17:35.261Z Compiling is_ci v1.2.0
28862026-05-08T01:17:35.491Z Compiling rcgen v0.12.1
28872026-05-08T01:17:35.551Z Compiling supports-color v3.0.2
28882026-05-08T01:17:36.196Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28892026-05-08T01:17:36.375Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28902026-05-08T01:17:36.516Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28912026-05-08T01:17:36.545Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28922026-05-08T01:17:36.822Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28932026-05-08T01:17:37.037Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28942026-05-08T01:17:37.061Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28952026-05-08T01:17:38.469Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28962026-05-08T01:17:39.444Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28972026-05-08T01:17:39.913Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28982026-05-08T01:17:40.550Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28992026-05-08T01:17:40.783Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29002026-05-08T01:17:40.914Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29012026-05-08T01:17:41.026Z Compiling fatfs v0.3.6
29022026-05-08T01:17:41.142Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29032026-05-08T01:17:41.732Z Compiling subprocess v0.2.15
29042026-05-08T01:17:42.234Z Compiling rtoolbox v0.0.3
29052026-05-08T01:17:42.300Z Compiling seq-macro v0.3.6
29062026-05-08T01:17:42.527Z Compiling assert_matches v1.5.0
29072026-05-08T01:17:42.644Z Compiling rpassword v7.4.0
29082026-05-08T01:17:42.803Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29092026-05-08T01:17:43.005Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29102026-05-08T01:17:43.682Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29112026-05-08T01:17:43.932Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29122026-05-08T01:17:44.826Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29132026-05-08T01:17:44.966Z Compiling tui-tree-widget v0.23.1
29142026-05-08T01:17:45.280Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29152026-05-08T01:17:45.787Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29162026-05-08T01:17:46.301Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29172026-05-08T01:17:46.352Z Compiling uzers v0.12.2
29182026-05-08T01:17:47.173Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29192026-05-08T01:17:47.829Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29202026-05-08T01:17:48.940Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29212026-05-08T01:17:49.752Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29222026-05-08T01:17:51.718Z Compiling support-bundle-viewer v0.1.2
29232026-05-08T01:17:52.629Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29242026-05-08T01:17:53.624Z Compiling multimap v0.10.1
29252026-05-08T01:17:59.112Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29262026-05-08T01:18:02.582Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29272026-05-08T01:18:13.265Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29282026-05-08T01:18:17.314Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29292026-05-08T01:24:14.503Z Finished `release` profile [optimized] target(s) in 8m 15s
29302026-05-08T01:24:59.218Z
29312026-05-08T01:24:59.218Zreal 9:01.312440576
29322026-05-08T01:24:59.221Zuser 1:19:43.575169485
29332026-05-08T01:24:59.221Zsys 3:29.248161755
29342026-05-08T01:24:59.221Ztrap 1.787757586
29352026-05-08T01:24:59.221Ztflt 2.114886368
29362026-05-08T01:24:59.221Zdflt 17.014627907
29372026-05-08T01:24:59.221Zkflt 0.001720145
29382026-05-08T01:24:59.221Zlock 6:52:51.882874176
29392026-05-08T01:24:59.221Zslp 2:17:03.570444821
29402026-05-08T01:24:59.221Zlat 2:28.030891162
29412026-05-08T01:24:59.221Zstop 5:18.148802642
29422026-05-08T01:24:59.221Z+ mapfile -t packages
29432026-05-08T01:24:59.222Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29442026-05-08T01:25:00.174Z Finished `release` profile [optimized] target(s) in 0.94s
29452026-05-08T01:25:00.253Z Running `target/release/omicron-package -t test list-outputs`
29462026-05-08T01:25:00.316ZLogging to: /work/oxidecomputer/omicron/out/LOG
29472026-05-08T01:25:00.331Z+ ptime -m cargo build --locked --release -p xtask
29482026-05-08T01:25:00.851Z Compiling libc v0.2.185
29492026-05-08T01:25:00.851Z Compiling serde v1.0.228
29502026-05-08T01:25:00.851Z Compiling serde_core v1.0.228
29512026-05-08T01:25:00.875Z Compiling rustix v1.1.3
29522026-05-08T01:25:00.932Z Compiling serde_json v1.0.149
29532026-05-08T01:25:00.940Z Compiling bitflags v2.11.0
29542026-05-08T01:25:00.981Z Compiling num-traits v0.2.19
29552026-05-08T01:25:00.998Z Compiling syn v2.0.117
29562026-05-08T01:25:01.045Z Compiling smallvec v1.15.1
29572026-05-08T01:25:01.057Z Compiling usdt-impl v0.5.0
29582026-05-08T01:25:01.057Z Compiling indexmap v2.14.0
29592026-05-08T01:25:01.057Z Compiling syn v1.0.109
29602026-05-08T01:25:01.058Z Compiling getrandom v0.4.1
29612026-05-08T01:25:01.076Z Compiling log v0.4.29
29622026-05-08T01:25:01.226Z Compiling percent-encoding v2.3.2
29632026-05-08T01:25:01.362Z Compiling form_urlencoded v1.2.2
29642026-05-08T01:25:01.362Z Compiling fs-err v3.3.0
29652026-05-08T01:25:01.371Z Compiling anyhow v1.0.102
29662026-05-08T01:25:01.450Z Compiling once_cell v1.21.3
29672026-05-08T01:25:02.507Z Compiling heck v0.4.1
29682026-05-08T01:25:02.514Z Compiling thread-id v4.2.2
29692026-05-08T01:25:02.515Z Compiling errno v0.3.14
29702026-05-08T01:25:02.515Z Compiling memmap v0.7.0
29712026-05-08T01:25:02.515Z Compiling ordered-float v2.10.1
29722026-05-08T01:25:02.543Z Compiling proc-macro-error v1.0.4
29732026-05-08T01:25:02.750Z Compiling terminal_size v0.4.3
29742026-05-08T01:25:02.766Z Compiling tempfile v3.25.0
29752026-05-08T01:25:02.787Z Compiling tabled_derive v0.7.0
29762026-05-08T01:25:02.845Z Compiling clap_builder v4.5.60
29772026-05-08T01:25:02.845Z Compiling textwrap v0.16.2
29782026-05-08T01:25:03.017Z Compiling camino-tempfile v1.4.1
29792026-05-08T01:25:03.451Z Compiling tabled v0.15.0
29802026-05-08T01:25:03.497Z Compiling synstructure v0.13.2
29812026-05-08T01:25:03.497Z Compiling pest_generator v2.8.6
29822026-05-08T01:25:03.894Z Compiling serde_derive v1.0.228
29832026-05-08T01:25:03.894Z Compiling zerofrom-derive v0.1.6
29842026-05-08T01:25:03.897Z Compiling yoke-derive v0.8.1
29852026-05-08T01:25:03.897Z Compiling zerovec-derive v0.11.2
29862026-05-08T01:25:03.897Z Compiling displaydoc v0.2.5
29872026-05-08T01:25:03.897Z Compiling thiserror-impl v1.0.69
29882026-05-08T01:25:03.898Z Compiling zerocopy-derive v0.7.35
29892026-05-08T01:25:03.898Z Compiling scroll_derive v0.12.1
29902026-05-08T01:25:03.981Z Compiling thiserror-impl v2.0.18
29912026-05-08T01:25:04.053Z Compiling pest_derive v2.8.6
29922026-05-08T01:25:04.389Z Compiling clap_derive v4.5.55
29932026-05-08T01:25:04.624Z Compiling scroll v0.12.0
29942026-05-08T01:25:04.732Z Compiling zerocopy v0.7.35
29952026-05-08T01:25:04.877Z Compiling goblin v0.8.2
29962026-05-08T01:25:05.041Z Compiling thiserror v1.0.69
29972026-05-08T01:25:05.059Z Compiling zerofrom v0.1.6
29982026-05-08T01:25:05.161Z Compiling dtrace-parser v0.2.0
29992026-05-08T01:25:05.185Z Compiling yoke v0.8.1
30002026-05-08T01:25:05.192Z Compiling thiserror v2.0.18
30012026-05-08T01:25:05.392Z Compiling zerovec v0.11.5
30022026-05-08T01:25:05.464Z Compiling zerotrie v0.2.3
30032026-05-08T01:25:05.910Z Compiling tinystr v0.8.2
30042026-05-08T01:25:05.987Z Compiling potential_utf v0.1.4
30052026-05-08T01:25:06.043Z Compiling clap v4.5.60
30062026-05-08T01:25:06.141Z Compiling icu_locale_core v2.1.1
30072026-05-08T01:25:06.155Z Compiling icu_collections v2.1.1
30082026-05-08T01:25:06.906Z Compiling icu_provider v2.1.1
30092026-05-08T01:25:07.240Z Compiling icu_properties v2.1.2
30102026-05-08T01:25:07.332Z Compiling icu_normalizer v2.1.1
30112026-05-08T01:25:07.356Z Compiling serde_spanned v0.6.9
30122026-05-08T01:25:07.445Z Compiling toml_datetime v0.6.11
30132026-05-08T01:25:07.470Z Compiling dof v0.3.0
30142026-05-08T01:25:07.513Z Compiling serde-value v0.7.0
30152026-05-08T01:25:07.535Z Compiling cargo-platform v0.2.0
30162026-05-08T01:25:07.630Z Compiling serde_tokenstream v0.2.3
30172026-05-08T01:25:07.721Z Compiling toml_edit v0.22.27
30182026-05-08T01:25:07.832Z Compiling macaddr v1.0.1
30192026-05-08T01:25:08.127Z Compiling idna_adapter v1.2.1
30202026-05-08T01:25:08.246Z Compiling idna v1.1.0
30212026-05-08T01:25:08.485Z Compiling usdt-macro v0.5.0
30222026-05-08T01:25:08.518Z Compiling usdt-attr-macro v0.5.0
30232026-05-08T01:25:08.602Z Compiling url v2.5.8
30242026-05-08T01:25:09.191Z Compiling usdt v0.5.0
30252026-05-08T01:25:09.306Z Compiling toml v0.8.23
30262026-05-08T01:25:09.746Z Compiling cargo-util-schemas v0.8.2
30272026-05-08T01:25:09.746Z Compiling cargo_toml v0.21.0
30282026-05-08T01:25:10.759Z Compiling cargo_metadata v0.21.0
30292026-05-08T01:25:13.800Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30302026-05-08T01:25:16.798Z Finished `release` profile [optimized] target(s) in 16.47s
30312026-05-08T01:25:16.910Z
30322026-05-08T01:25:16.910Zreal 16.568707640
30332026-05-08T01:25:16.910Zuser 2:21.511210105
30342026-05-08T01:25:16.911Zsys 16.452449988
30352026-05-08T01:25:16.911Ztrap 0.094219119
30362026-05-08T01:25:16.911Ztflt 0.601333680
30372026-05-08T01:25:16.911Zdflt 1.375250421
30382026-05-08T01:25:16.911Zkflt 0.003520496
30392026-05-08T01:25:16.911Zlock 5:21.877055440
30402026-05-08T01:25:16.911Zslp 3:28.422908129
30412026-05-08T01:25:16.911Zlat 6.192725998
30422026-05-08T01:25:16.915Zstop 19.036626281
30432026-05-08T01:25:16.915Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30442026-05-08T01:25:16.915Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30452026-05-08T01:25:16.915Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30462026-05-08T01:25:16.915Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30472026-05-08T01:25:16.916Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30482026-05-08T01:25:17.847Z Compiling newtype-uuid-macros v0.1.0
30492026-05-08T01:25:17.853Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30502026-05-08T01:25:17.853Z Compiling regress v0.10.5
30512026-05-08T01:25:17.853Z Compiling structmeta-derive v0.3.0
30522026-05-08T01:25:17.853Z Compiling rustls v0.22.4
30532026-05-08T01:25:17.853Z Compiling rustls-webpki v0.102.8
30542026-05-08T01:25:17.853Z Compiling multer v3.1.0
30552026-05-08T01:25:17.991Z Compiling match_cfg v0.1.0
30562026-05-08T01:25:17.998Z Compiling compression-core v0.4.31
30572026-05-08T01:25:17.998Z Compiling debug-ignore v1.0.5
30582026-05-08T01:25:17.998Z Compiling slog-json v2.6.1
30592026-05-08T01:25:18.080Z Compiling async-stream-impl v0.3.6
30602026-05-08T01:25:18.101Z Compiling serde_spanned v1.0.4
30612026-05-08T01:25:18.108Z Compiling toml_datetime v1.0.0+spec-1.1.0
30622026-05-08T01:25:18.118Z Compiling hostname v0.3.1
30632026-05-08T01:25:18.118Z Compiling dropshot v0.17.0
30642026-05-08T01:25:18.142Z Compiling toml_writer v1.0.6+spec-1.1.0
30652026-05-08T01:25:18.158Z Compiling compression-codecs v0.4.37
30662026-05-08T01:25:18.209Z Compiling itertools v0.14.0
30672026-05-08T01:25:18.282Z Compiling slog-bunyan v2.5.0
30682026-05-08T01:25:18.294Z Compiling waitgroup v0.1.2
30692026-05-08T01:25:18.312Z Compiling rustls-pemfile v2.2.0
30702026-05-08T01:25:18.429Z Compiling toml v1.0.6+spec-1.1.0
30712026-05-08T01:25:18.448Z Compiling async-compression v0.4.41
30722026-05-08T01:25:18.497Z Compiling dropshot_endpoint v0.17.0
30732026-05-08T01:25:18.502Z Compiling hostname v0.4.2
30742026-05-08T01:25:18.547Z Compiling serde_path_to_error v0.1.20
30752026-05-08T01:25:18.552Z Compiling progenitor-client v0.14.0
30762026-05-08T01:25:18.552Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30772026-05-08T01:25:18.618Z Compiling macaddr v1.0.1
30782026-05-08T01:25:18.669Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30792026-05-08T01:25:18.746Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30802026-05-08T01:25:18.768Z Compiling instant v0.1.13
30812026-05-08T01:25:18.821Z Compiling async-stream v0.3.6
30822026-05-08T01:25:18.840Z Compiling progenitor-client v0.10.0
30832026-05-08T01:25:18.873Z Compiling backon v1.6.0
30842026-05-08T01:25:18.894Z Compiling backoff v0.4.0
30852026-05-08T01:25:18.903Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30862026-05-08T01:25:18.936Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30872026-05-08T01:25:18.948Z Compiling universal-hash v0.5.1
30882026-05-08T01:25:18.957Z Compiling opaque-debug v0.3.1
30892026-05-08T01:25:19.023Z Compiling half v2.7.1
30902026-05-08T01:25:19.045Z Compiling progenitor-extras v0.2.0
30912026-05-08T01:25:19.097Z Compiling crucible-workspace-hack v0.1.0
30922026-05-08T01:25:19.102Z Compiling ciborium-io v0.2.2
30932026-05-08T01:25:19.130Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30942026-05-08T01:25:19.135Z Compiling unsafe-libyaml v0.2.11
30952026-05-08T01:25:19.161Z Compiling convert_case v0.4.0
30962026-05-08T01:25:19.230Z Compiling regress v0.11.1
30972026-05-08T01:25:19.287Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30982026-05-08T01:25:19.323Z Compiling ciborium-ll v0.2.2
30992026-05-08T01:25:19.366Z Compiling aead v0.5.2
31002026-05-08T01:25:19.369Z Compiling secrecy v0.10.3
31012026-05-08T01:25:19.402Z Compiling poly1305 v0.8.0
31022026-05-08T01:25:19.421Z Compiling structmeta v0.3.0
31032026-05-08T01:25:19.442Z Compiling chacha20 v0.9.1
31042026-05-08T01:25:19.555Z Compiling derive_more v0.99.20
31052026-05-08T01:25:19.556Z Compiling ciborium v0.2.2
31062026-05-08T01:25:19.591Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31072026-05-08T01:25:19.595Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31082026-05-08T01:25:19.626Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31092026-05-08T01:25:19.630Z Compiling thiserror-impl-no-std v2.0.2
31102026-05-08T01:25:19.665Z Compiling derive-ex v0.1.8
31112026-05-08T01:25:19.718Z Compiling parse-display-derive v0.10.0
31122026-05-08T01:25:19.776Z Compiling serde_yaml v0.9.34+deprecated
31132026-05-08T01:25:19.853Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31142026-05-08T01:25:19.924Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31152026-05-08T01:25:19.971Z Compiling byte-wrapper v0.1.0
31162026-05-08T01:25:19.995Z Compiling blake2 v0.10.6
31172026-05-08T01:25:20.107Z Compiling password-hash v0.5.0
31182026-05-08T01:25:20.173Z Compiling chacha20poly1305 v0.10.1
31192026-05-08T01:25:20.266Z Compiling indent_write v2.2.0
31202026-05-08T01:25:20.350Z Compiling heapless v0.8.0
31212026-05-08T01:25:20.364Z Compiling ingot-macros v0.1.1
31222026-05-08T01:25:20.394Z Compiling toml_edit v0.23.10+spec-1.0.0
31232026-05-08T01:25:20.395Z Compiling hash32 v0.3.1
31242026-05-08T01:25:20.547Z Compiling tokio-rustls v0.25.0
31252026-05-08T01:25:20.569Z Compiling argon2 v0.5.3
31262026-05-08T01:25:20.580Z Compiling smoltcp v0.11.0
31272026-05-08T01:25:20.831Z Compiling typify-impl v0.6.2
31282026-05-08T01:25:20.876Z Compiling thiserror-no-std v2.0.2
31292026-05-08T01:25:21.011Z Compiling vsss-rs v3.3.4
31302026-05-08T01:25:21.018Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31312026-05-08T01:25:21.246Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31322026-05-08T01:25:21.355Z Compiling proc-macro-crate v3.4.0
31332026-05-08T01:25:21.418Z Compiling test-strategy v0.4.5
31342026-05-08T01:25:21.488Z Compiling tabwriter v1.4.1
31352026-05-08T01:25:21.507Z Compiling parse-display v0.10.0
31362026-05-08T01:25:21.606Z Compiling num-rational v0.4.2
31372026-05-08T01:25:21.741Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31382026-05-08T01:25:21.799Z Compiling cobs v0.3.0
31392026-05-08T01:25:21.823Z Compiling num-complex v0.4.6
31402026-05-08T01:25:21.837Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31412026-05-08T01:25:21.887Z Compiling num_enum_derive v0.7.5
31422026-05-08T01:25:21.999Z Compiling postcard v1.1.3
31432026-05-08T01:25:22.031Z Compiling proc-macro-error v1.0.4
31442026-05-08T01:25:22.084Z Compiling proc-macro-crate v1.3.1
31452026-05-08T01:25:22.147Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31462026-05-08T01:25:22.175Z Compiling num v0.4.3
31472026-05-08T01:25:22.204Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31482026-05-08T01:25:22.223Z Compiling foreign-types-macros v0.2.3
31492026-05-08T01:25:22.266Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31502026-05-08T01:25:22.363Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31512026-05-08T01:25:22.378Z Compiling colored v3.1.1
31522026-05-08T01:25:22.443Z Compiling float-ord v0.3.2
31532026-05-08T01:25:22.460Z Compiling rayon-core v1.13.0
31542026-05-08T01:25:22.510Z Compiling foreign-types-shared v0.3.1
31552026-05-08T01:25:22.522Z Compiling cpufeatures v0.3.0
31562026-05-08T01:25:22.562Z Compiling num_enum_derive v0.5.11
31572026-05-08T01:25:22.598Z Compiling chacha20 v0.10.0
31582026-05-08T01:25:22.637Z Compiling crossbeam-deque v0.8.6
31592026-05-08T01:25:22.712Z Compiling camino-tempfile v1.4.1
31602026-05-08T01:25:22.834Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31612026-05-08T01:25:22.878Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31622026-05-08T01:25:22.878Z Compiling cstr-argument v0.1.2
31632026-05-08T01:25:22.878Z Compiling foreign-types v0.5.0
31642026-05-08T01:25:22.900Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31652026-05-08T01:25:22.948Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31662026-05-08T01:25:22.970Z Compiling rand v0.10.0
31672026-05-08T01:25:23.013Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31682026-05-08T01:25:23.014Z Compiling toml v0.8.23
31692026-05-08T01:25:23.037Z Compiling num_enum v0.7.5
31702026-05-08T01:25:23.110Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31712026-05-08T01:25:23.199Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31722026-05-08T01:25:23.227Z Compiling zone_cfg_derive v0.3.1
31732026-05-08T01:25:23.248Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31742026-05-08T01:25:23.277Z Compiling ingot-types v0.1.2
31752026-05-08T01:25:23.302Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31762026-05-08T01:25:23.350Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31772026-05-08T01:25:23.389Z Compiling rayon v1.11.0
31782026-05-08T01:25:23.421Z Compiling itertools v0.12.1
31792026-05-08T01:25:23.443Z Compiling num-derive v0.4.2
31802026-05-08T01:25:23.484Z Compiling sigpipe v0.1.3
31812026-05-08T01:25:23.591Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31822026-05-08T01:25:23.602Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31832026-05-08T01:25:23.659Z Compiling ingot v0.1.1
31842026-05-08T01:25:23.706Z Compiling num_enum v0.5.11
31852026-05-08T01:25:23.714Z Compiling glob v0.3.3
31862026-05-08T01:25:23.715Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31872026-05-08T01:25:23.729Z Compiling smf v0.2.3
31882026-05-08T01:25:23.849Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31892026-05-08T01:25:23.874Z Compiling prettyplease v0.2.37
31902026-05-08T01:25:23.996Z Compiling whoami v1.6.1
31912026-05-08T01:25:24.014Z Compiling gethostname v0.5.0
31922026-05-08T01:25:24.033Z Compiling atomicwrites v0.4.4
31932026-05-08T01:25:24.143Z Compiling usdt-macro v0.5.0
31942026-05-08T01:25:24.180Z Compiling usdt-attr-macro v0.5.0
31952026-05-08T01:25:24.237Z Compiling memmap v0.7.0
31962026-05-08T01:25:24.291Z Compiling derive-where v1.6.0
31972026-05-08T01:25:24.319Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31982026-05-08T01:25:24.405Z Compiling progenitor-client v0.13.0
31992026-05-08T01:25:24.440Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
32002026-05-08T01:25:24.464Z Compiling owo-colors v4.3.0
32012026-05-08T01:25:24.480Z Compiling cancel-safe-futures v0.1.5
32022026-05-08T01:25:24.696Z Compiling zone v0.3.1
32032026-05-08T01:25:24.721Z Compiling resolv-conf v0.7.6
32042026-05-08T01:25:24.791Z Compiling libsw-core v0.3.2
32052026-05-08T01:25:24.846Z Compiling async-recursion v1.1.1
32062026-05-08T01:25:24.962Z Compiling libsw v3.5.0
32072026-05-08T01:25:25.038Z Compiling usdt v0.5.0
32082026-05-08T01:25:25.111Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32092026-05-08T01:25:25.169Z Compiling console v0.15.11
32102026-05-08T01:25:25.211Z Compiling newline-converter v0.3.0
32112026-05-08T01:25:25.230Z Compiling linear-map v1.2.0
32122026-05-08T01:25:25.325Z Compiling libefi-sys v0.1.0
32132026-05-08T01:25:25.344Z Compiling hickory-proto v0.24.4
32142026-05-08T01:25:25.364Z Compiling bitfield-struct v0.6.2
32152026-05-08T01:25:25.393Z Compiling semver v0.1.20
32162026-05-08T01:25:25.474Z Compiling linked-hash-map v0.5.6
32172026-05-08T01:25:25.487Z Compiling tokio-dtrace v0.1.1
32182026-05-08T01:25:25.487Z Compiling typify-macro v0.6.2
32192026-05-08T01:25:25.556Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32202026-05-08T01:25:25.599Z Compiling expectorate v1.2.0
32212026-05-08T01:25:25.693Z Compiling lru-cache v0.1.2
32222026-05-08T01:25:25.708Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32232026-05-08T01:25:25.708Z Compiling rustc_version v0.1.7
32242026-05-08T01:25:25.727Z Compiling dropshot-api-manager-types v0.7.1
32252026-05-08T01:25:25.749Z Compiling pin-project-internal v1.1.11
32262026-05-08T01:25:25.766Z Compiling slog-dtrace v0.3.0
32272026-05-08T01:25:25.789Z Compiling minimal-lexical v0.2.1
32282026-05-08T01:25:25.806Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32292026-05-08T01:25:25.820Z Compiling oxide-tokio-rt v0.1.4
32302026-05-08T01:25:25.894Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32312026-05-08T01:25:25.909Z Compiling typify-impl v0.4.3
32322026-05-08T01:25:25.980Z Compiling newtype_derive v0.1.6
32332026-05-08T01:25:26.058Z Compiling nom v7.1.3
32342026-05-08T01:25:26.073Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32352026-05-08T01:25:26.098Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32362026-05-08T01:25:26.110Z Compiling snafu-derive v0.8.9
32372026-05-08T01:25:26.141Z Compiling phf_shared v0.12.1
32382026-05-08T01:25:26.153Z Compiling pem v3.0.6
32392026-05-08T01:25:26.209Z Compiling csv-core v0.1.13
32402026-05-08T01:25:26.337Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32412026-05-08T01:25:26.353Z Compiling highway v1.3.0
32422026-05-08T01:25:26.412Z Compiling xshell-macros v0.2.7
32432026-05-08T01:25:26.535Z Compiling same-file v1.0.6
32442026-05-08T01:25:26.675Z Compiling chrono-tz v0.10.4
32452026-05-08T01:25:26.729Z Compiling const_format_proc_macros v0.2.34
32462026-05-08T01:25:26.750Z Compiling walkdir v2.5.0
32472026-05-08T01:25:26.764Z Compiling csv v1.4.0
32482026-05-08T01:25:26.781Z Compiling phf v0.12.1
32492026-05-08T01:25:26.810Z Compiling xshell v0.2.7
32502026-05-08T01:25:26.888Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32512026-05-08T01:25:26.960Z Compiling pin-project v1.1.11
32522026-05-08T01:25:27.067Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32532026-05-08T01:25:27.084Z Compiling globset v0.4.18
32542026-05-08T01:25:27.106Z Compiling olpc-cjson v0.1.4
32552026-05-08T01:25:27.298Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32562026-05-08T01:25:27.317Z Compiling typify v0.6.2
32572026-05-08T01:25:27.346Z Compiling primeorder v0.13.6
32582026-05-08T01:25:27.366Z Compiling serde_plain v1.0.2
32592026-05-08T01:25:27.381Z Compiling typed-path v0.9.3
32602026-05-08T01:25:27.404Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32612026-05-08T01:25:27.426Z Compiling progenitor-impl v0.14.0
32622026-05-08T01:25:27.450Z Compiling progenitor-impl v0.13.0
32632026-05-08T01:25:27.584Z Compiling hickory-resolver v0.24.4
32642026-05-08T01:25:27.603Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32652026-05-08T01:25:27.635Z Compiling const_format v0.2.35
32662026-05-08T01:25:27.813Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32672026-05-08T01:25:27.986Z Compiling tabled_derive v0.7.0
32682026-05-08T01:25:28.119Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32692026-05-08T01:25:28.142Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32702026-05-08T01:25:28.249Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32712026-05-08T01:25:28.303Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32722026-05-08T01:25:28.459Z Compiling snafu v0.8.9
32732026-05-08T01:25:28.586Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32742026-05-08T01:25:28.663Z Compiling qorb v0.4.1
32752026-05-08T01:25:28.922Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32762026-05-08T01:25:29.074Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32772026-05-08T01:25:29.190Z Compiling tough v0.20.0
32782026-05-08T01:25:29.303Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32792026-05-08T01:25:29.362Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32802026-05-08T01:25:29.432Z Compiling bcs v0.1.6
32812026-05-08T01:25:29.525Z Compiling termtree v0.5.1
32822026-05-08T01:25:29.707Z Compiling salty v0.3.0
32832026-05-08T01:25:29.789Z Compiling textwrap v0.16.2
32842026-05-08T01:25:29.897Z Compiling tabled v0.15.0
32852026-05-08T01:25:29.969Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32862026-05-08T01:25:29.990Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32872026-05-08T01:25:30.149Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32882026-05-08T01:25:30.174Z Compiling progenitor-macro v0.14.0
32892026-05-08T01:25:30.239Z Compiling progenitor-macro v0.13.0
32902026-05-08T01:25:30.255Z Compiling steno v0.4.1
32912026-05-08T01:25:30.273Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32922026-05-08T01:25:30.298Z Compiling radium v0.7.0
32932026-05-08T01:25:30.415Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32942026-05-08T01:25:30.448Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32952026-05-08T01:25:30.476Z Compiling typify-macro v0.4.3
32962026-05-08T01:25:30.594Z Compiling humantime v2.3.0
32972026-05-08T01:25:30.598Z Compiling base64 v0.21.7
32982026-05-08T01:25:30.724Z Compiling tagptr v0.2.0
32992026-05-08T01:25:30.897Z Compiling moka v0.12.13
33002026-05-08T01:25:30.914Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33012026-05-08T01:25:30.976Z Compiling p384 v0.13.1
33022026-05-08T01:25:31.245Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33032026-05-08T01:25:31.266Z Compiling tap v1.0.1
33042026-05-08T01:25:31.404Z Compiling maybe-uninit v2.0.0
33052026-05-08T01:25:31.547Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33062026-05-08T01:25:31.560Z Compiling wyz v0.5.1
33072026-05-08T01:25:31.714Z Compiling hickory-resolver v0.25.2
33082026-05-08T01:25:31.821Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33092026-05-08T01:25:31.933Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33102026-05-08T01:25:32.037Z Compiling proc-macro-error-attr2 v2.0.0
33112026-05-08T01:25:32.175Z Compiling packed_struct v0.10.1
33122026-05-08T01:25:32.206Z Compiling parking_lot_core v0.8.6
33132026-05-08T01:25:32.340Z Compiling typify v0.4.3
33142026-05-08T01:25:32.358Z Compiling utf-8 v0.7.6
33152026-05-08T01:25:32.478Z Compiling funty v2.0.0
33162026-05-08T01:25:32.497Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33172026-05-08T01:25:32.508Z Compiling tungstenite v0.21.0
33182026-05-08T01:25:32.566Z Compiling proc-macro-error2 v2.0.1
33192026-05-08T01:25:32.628Z Compiling polyval v0.6.2
33202026-05-08T01:25:32.679Z Compiling git-stub v1.0.0
33212026-05-08T01:25:32.750Z Compiling packed_struct_codegen v0.10.1
33222026-05-08T01:25:32.841Z Compiling bitvec v1.0.1
33232026-05-08T01:25:32.887Z Compiling num-derive v0.3.3
33242026-05-08T01:25:32.917Z Compiling zerocopy-derive v0.6.6
33252026-05-08T01:25:32.967Z Compiling bitfield-macros v0.19.4
33262026-05-08T01:25:33.092Z Compiling indexmap v1.9.3
33272026-05-08T01:25:33.108Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33282026-05-08T01:25:33.234Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33292026-05-08T01:25:33.315Z Compiling nodrop v0.1.14
33302026-05-08T01:25:33.332Z Compiling crc-catalog v2.4.0
33312026-05-08T01:25:33.432Z Compiling array-init v0.0.4
33322026-05-08T01:25:33.448Z Compiling crc v3.4.0
33332026-05-08T01:25:33.492Z Compiling tokio-tungstenite v0.21.0
33342026-05-08T01:25:33.639Z Compiling tabled_derive v0.11.0
33352026-05-08T01:25:33.683Z Compiling git-stub-vcs v0.1.0
33362026-05-08T01:25:33.736Z Compiling bitfield v0.19.4
33372026-05-08T01:25:33.810Z Compiling zerocopy v0.6.6
33382026-05-08T01:25:33.845Z Compiling ghash v0.5.1
33392026-05-08T01:25:33.879Z Compiling libscf-sys v1.1.0
33402026-05-08T01:25:33.920Z Compiling smallvec v0.6.14
33412026-05-08T01:25:34.055Z Compiling progenitor-impl v0.11.2
33422026-05-08T01:25:34.098Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33432026-05-08T01:25:34.118Z Compiling papergrid v0.17.0
33442026-05-08T01:25:34.142Z Compiling testing_table v0.3.0
33452026-05-08T01:25:34.172Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33462026-05-08T01:25:34.184Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33472026-05-08T01:25:34.257Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33482026-05-08T01:25:34.373Z Compiling ctr v0.9.2
33492026-05-08T01:25:34.390Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33502026-05-08T01:25:34.507Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33512026-05-08T01:25:34.611Z Compiling corncobs v0.1.4
33522026-05-08T01:25:34.664Z Compiling hashbrown v0.12.3
33532026-05-08T01:25:34.742Z Compiling unicase v2.9.0
33542026-05-08T01:25:34.778Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33552026-05-08T01:25:34.793Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33562026-05-08T01:25:34.828Z Compiling aes-gcm v0.10.3
33572026-05-08T01:25:34.875Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33582026-05-08T01:25:34.909Z Compiling parking_lot v0.11.2
33592026-05-08T01:25:34.983Z Compiling mime_guess v2.0.5
33602026-05-08T01:25:35.054Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33612026-05-08T01:25:35.252Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33622026-05-08T01:25:35.279Z Compiling tabled v0.20.0
33632026-05-08T01:25:35.290Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33642026-05-08T01:25:35.334Z Compiling serde-hex v0.1.0
33652026-05-08T01:25:35.382Z Compiling progenitor v0.14.0
33662026-05-08T01:25:35.432Z Compiling progenitor v0.13.0
33672026-05-08T01:25:35.536Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33682026-05-08T01:25:35.562Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33692026-05-08T01:25:35.602Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33702026-05-08T01:25:35.612Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33712026-05-08T01:25:35.642Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33722026-05-08T01:25:35.734Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33732026-05-08T01:25:35.856Z Compiling progenitor-impl v0.10.0
33742026-05-08T01:25:35.894Z Compiling ron v0.8.1
33752026-05-08T01:25:35.921Z Compiling hashbrown v0.13.2
33762026-05-08T01:25:36.043Z Compiling progenitor-client v0.11.2
33772026-05-08T01:25:36.109Z Compiling ssh-encoding v0.2.0
33782026-05-08T01:25:36.135Z Compiling prefix-trie v0.7.0
33792026-05-08T01:25:36.391Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33802026-05-08T01:25:36.416Z Compiling blowfish v0.9.1
33812026-05-08T01:25:36.438Z Compiling fxhash v0.2.1
33822026-05-08T01:25:36.542Z Compiling secrecy v0.8.0
33832026-05-08T01:25:36.600Z Compiling crc-any v2.5.0
33842026-05-08T01:25:36.694Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33852026-05-08T01:25:36.779Z Compiling progenitor-macro v0.11.2
33862026-05-08T01:25:36.870Z Compiling bcrypt-pbkdf v0.10.0
33872026-05-08T01:25:36.889Z Compiling sled v0.34.7
33882026-05-08T01:25:36.953Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33892026-05-08T01:25:37.116Z Compiling hickory-server v0.25.2
33902026-05-08T01:25:37.248Z Compiling object v0.30.4
33912026-05-08T01:25:37.300Z Compiling ssh-cipher v0.2.0
33922026-05-08T01:25:37.824Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33932026-05-08T01:25:37.905Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33942026-05-08T01:25:37.923Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33952026-05-08T01:25:38.090Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33962026-05-08T01:25:38.228Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33972026-05-08T01:25:38.406Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33982026-05-08T01:25:38.497Z Compiling progenitor-macro v0.10.0
33992026-05-08T01:25:38.650Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34002026-05-08T01:25:38.856Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34012026-05-08T01:25:39.027Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34022026-05-08T01:25:39.228Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34032026-05-08T01:25:39.388Z Compiling password-hash v0.4.2
34042026-05-08T01:25:39.815Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34052026-05-08T01:25:40.019Z Compiling half v1.8.3
34062026-05-08T01:25:40.224Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34072026-05-08T01:25:40.286Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34082026-05-08T01:25:40.315Z Compiling http-range v0.1.5
34092026-05-08T01:25:40.402Z Compiling path-slash v0.1.5
34102026-05-08T01:25:40.479Z Compiling crc8 v0.1.1
34112026-05-08T01:25:40.514Z Compiling serde_cbor v0.11.2
34122026-05-08T01:25:40.553Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34132026-05-08T01:25:40.569Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34142026-05-08T01:25:40.585Z Compiling pbkdf2 v0.11.0
34152026-05-08T01:25:40.674Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34162026-05-08T01:25:40.835Z Compiling ssh-key v0.6.7
34172026-05-08T01:25:40.927Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34182026-05-08T01:25:41.103Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34192026-05-08T01:25:41.124Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34202026-05-08T01:25:41.155Z Compiling p256 v0.13.2
34212026-05-08T01:25:41.206Z Compiling p521 v0.13.3
34222026-05-08T01:25:41.312Z Compiling yasna v0.5.2
34232026-05-08T01:25:41.621Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34242026-05-08T01:25:41.667Z Compiling kstat-rs v0.2.4
34252026-05-08T01:25:41.891Z Compiling progenitor v0.11.2
34262026-05-08T01:25:41.917Z Compiling headers-core v0.3.0
34272026-05-08T01:25:41.937Z Compiling nanorand v0.7.0
34282026-05-08T01:25:41.943Z Compiling atty v0.2.14
34292026-05-08T01:25:41.994Z Compiling russh-cryptovec v0.7.3
34302026-05-08T01:25:42.034Z Compiling home v0.5.12
34312026-05-08T01:25:42.054Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34322026-05-08T01:25:42.066Z Compiling md5 v0.7.0
34332026-05-08T01:25:42.086Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34342026-05-08T01:25:42.087Z Compiling headers v0.4.1
34352026-05-08T01:25:42.122Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34362026-05-08T01:25:42.193Z Compiling flume v0.11.1
34372026-05-08T01:25:42.209Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34382026-05-08T01:25:42.209Z Compiling rcgen v0.12.1
34392026-05-08T01:25:42.267Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34402026-05-08T01:25:42.379Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34412026-05-08T01:25:42.588Z Compiling russh-keys v0.45.0
34422026-05-08T01:25:42.601Z Compiling hyper-staticfile v0.10.1
34432026-05-08T01:25:42.602Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34442026-05-08T01:25:42.602Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34452026-05-08T01:25:42.923Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34462026-05-08T01:25:42.962Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34472026-05-08T01:25:43.090Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34482026-05-08T01:25:43.115Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34492026-05-08T01:25:43.267Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34502026-05-08T01:25:43.415Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34512026-05-08T01:25:43.446Z Compiling num-bigint v0.4.6
34522026-05-08T01:25:43.446Z Compiling des v0.8.1
34532026-05-08T01:25:43.579Z Compiling progenitor v0.10.0
34542026-05-08T01:25:43.645Z Compiling subprocess v0.2.15
34552026-05-08T01:25:43.678Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34562026-05-08T01:25:43.741Z Compiling hex-literal v0.4.1
34572026-05-08T01:25:43.776Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34582026-05-08T01:25:43.799Z Compiling display-error-chain v0.2.2
34592026-05-08T01:25:43.904Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34602026-05-08T01:25:43.966Z Compiling colored v2.2.0
34612026-05-08T01:25:44.139Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34622026-05-08T01:25:44.208Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34632026-05-08T01:25:44.240Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34642026-05-08T01:25:44.391Z Compiling socket2 v0.5.10
34652026-05-08T01:25:44.492Z Compiling internet-checksum v0.2.1
34662026-05-08T01:25:44.583Z Compiling russh v0.45.0
34672026-05-08T01:25:45.143Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34682026-05-08T01:25:45.197Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34692026-05-08T01:25:47.682Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34702026-05-08T01:25:48.331Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34712026-05-08T01:25:48.825Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34722026-05-08T01:25:49.618Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34732026-05-08T01:25:57.474Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34742026-05-08T01:25:57.475Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34752026-05-08T01:25:57.480Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34762026-05-08T01:25:57.480Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34772026-05-08T01:25:59.174Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34782026-05-08T01:25:59.246Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34792026-05-08T01:26:03.346Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34802026-05-08T01:26:04.721Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34812026-05-08T01:26:23.663Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34822026-05-08T01:26:42.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34832026-05-08T01:26:42.358Z
34842026-05-08T01:26:42.358Zreal 1:25.382734611
34852026-05-08T01:26:42.358Zuser 8:18.430543420
34862026-05-08T01:26:42.358Zsys 1:41.750048857
34872026-05-08T01:26:42.358Ztrap 0.258761518
34882026-05-08T01:26:42.358Ztflt 0.667435283
34892026-05-08T01:26:42.358Zdflt 1.921733160
34902026-05-08T01:26:42.358Zkflt 0.000173817
34912026-05-08T01:26:42.361Zlock 29:38.169162425
34922026-05-08T01:26:42.362Zslp 19:24.927449602
34932026-05-08T01:26:42.362Zlat 39.658338963
34942026-05-08T01:26:42.362Zstop 2:47.939133651
34952026-05-08T01:26:42.362Z+ mkdir tests
34962026-05-08T01:26:42.365Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34972026-05-08T01:26:42.365Z+ xargs -I '{}' -t cp '{}' tests/
34982026-05-08T01:26:42.394Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-470a60e3d0e6ef24 tests/
34992026-05-08T01:26:42.422Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a30bd6ce46b8f667 tests/
35002026-05-08T01:26:42.454Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6ff027522a55cd83 tests/
35012026-05-08T01:26:42.485Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-06879957ae11aa92 tests/
35022026-05-08T01:26:42.767Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
35032026-05-08T01:26:42.770Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-a30bd6ce46b8f667 tests/commtest-6ff027522a55cd83 tests/dhcp_server-470a60e3d0e6ef24 tests/end_to_end_tests-06879957ae11aa92 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
35042026-05-08T01:28:09.823ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35052026-05-08T01:28:09.823Za .github/buildomat/ci-env.sh 1K
35062026-05-08T01:28:09.824Za out/target/test 1K
35072026-05-08T01:28:09.824Za out/npuzone/npuzone 27402K
35082026-05-08T01:28:09.824Za package-manifest.toml 35K
35092026-05-08T01:28:09.824Za smf/sled-agent/non-gimlet/config.toml 6K
35102026-05-08T01:28:09.824Za target/release/omicron-package 44886K
35112026-05-08T01:28:09.824Za target/release/xtask 11449K
35122026-05-08T01:28:09.824Za target/debug/bootstrap 351804K
35132026-05-08T01:28:09.824Za tests/bootstrap-a30bd6ce46b8f667 31215K
35142026-05-08T01:28:09.824Za tests/commtest-6ff027522a55cd83 32300K
35152026-05-08T01:28:09.824Za tests/dhcp_server-470a60e3d0e6ef24 31215K
35162026-05-08T01:28:09.824Za tests/end_to_end_tests-06879957ae11aa92 392918K
35172026-05-08T01:28:09.824Za out/clickhouse.tar.gz 318955K
35182026-05-08T01:28:09.824Za out/clickhouse_keeper.tar.gz 304309K
35192026-05-08T01:28:09.824Za out/clickhouse_server.tar.gz 318954K
35202026-05-08T01:28:09.824Za out/cockroachdb.tar.gz 164629K
35212026-05-08T01:28:09.824Za out/crucible-pantry-zone.tar.gz 43686K
35222026-05-08T01:28:09.824Za out/crucible-utils.tar 17744K
35232026-05-08T01:28:09.824Za out/crucible-zone.tar.gz 57824K
35242026-05-08T01:28:09.824Za out/external-dns.tar.gz 49279K
35252026-05-08T01:28:09.824Za out/internal-dns.tar.gz 49279K
35262026-05-08T01:28:09.824Za out/mg-ddm-gz.tar 95141K
35272026-05-08T01:28:09.824Za out/nexus.tar.gz 226022K
35282026-05-08T01:28:09.824Za out/ntp.tar.gz 31636K
35292026-05-08T01:28:09.824Za out/omicron-gateway-softnpu.tar.gz 28502K
35302026-05-08T01:28:09.824Za out/omicron-sled-agent.tar 198822K
35312026-05-08T01:28:09.824Za out/overlay.tar.gz 3K
35322026-05-08T01:28:09.824Za out/oximeter.tar.gz 65320K
35332026-05-08T01:28:09.824Za out/oxlog.tar 3782K
35342026-05-08T01:28:09.824Za out/probe.tar.gz 3037K
35352026-05-08T01:28:09.824Za out/propolis-server.tar.gz 38727K
35362026-05-08T01:28:09.824Za out/pumpkind-gz.tar 26647K
35372026-05-08T01:28:09.824Za out/switch-softnpu.tar.gz 396209K
35382026-05-08T01:28:09.828Z
35392026-05-08T01:28:09.828Zreal 1:27.052717803
35402026-05-08T01:28:09.828Zuser 1:24.418518370
35412026-05-08T01:28:09.828Zsys 4.373091790
35422026-05-08T01:28:09.828Ztrap 0.007285443
35432026-05-08T01:28:09.828Ztflt 0.000000000
35442026-05-08T01:28:09.828Zdflt 0.000000000
35452026-05-08T01:28:09.828Zkflt 0.000000000
35462026-05-08T01:28:09.828Zlock 0.000000000
35472026-05-08T01:28:09.828Zslp 1:24.355184812
35482026-05-08T01:28:09.828Zlat 0.947793152
35492026-05-08T01:28:09.828Zstop 0.000150837
35502026-05-08T01:28:09.828Zprocess exited: duration 1030158 ms, exit code 0
 
35512026-05-08T01:28:09.841Zfound 1 output files
35522026-05-08T01:28:09.841Zuploading: /work/package.tar.gz (2439932897 bytes)
35532026-05-08T01:28:36.009Zuploaded: /work/package.tar.gz