01KM1HTQ1PD08Z5R0AENVX6DB8: 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: 01KM1HVATHEQ46TBNSE15EADFV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T22:44:21.815Zjob assigned to worker 01KM1HVH11PB6ZMNQ2HZYPEM4X [factory aws, i-0a587c17adbd40378] (queued for 1 m 32 s)
 
22026-03-18T22:44:30.544Zstarting task 0: "setup"
32026-03-18T22:44:30.550Z++ uname -s
42026-03-18T22:44:30.553Z+ kern=SunOS
52026-03-18T22:44:30.553Z+ build_user=build
62026-03-18T22:44:30.553Z+ build_uid=12345
72026-03-18T22:44:30.553Z+ work_dir=/work
82026-03-18T22:44:30.553Z+ input_dir=/input
92026-03-18T22:44:30.553Z+ [[ 0 == 12345 ]]
102026-03-18T22:44:30.553Z+ case "$kern" in
112026-03-18T22:44:30.553Z+ groupadd -g 12345 build
122026-03-18T22:44:30.556Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T22:44:32.563Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T22:44:32.678Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T22:44:32.682Z+ home_fs=zfs
162026-03-18T22:44:32.682Z+ [[ zfs == autofs ]]
172026-03-18T22:44:32.682Z+ mkdir -p /home/build
182026-03-18T22:44:32.686Z+ chown build:build /home/build /work
192026-03-18T22:44:34.686Z+ chmod 0700 /home/build /work
202026-03-18T22:44:34.689Zprocess exited: duration 4146 ms, exit code 0
 
212026-03-18T22:44:34.695Zstarting task 1: "rust-toolchain"
222026-03-18T22:44:34.701Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-18T22:44:34.701Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-18T22:44:34.705Z * rust toolchain channel = "1.91.1"
252026-03-18T22:44:34.705Z * rust toolchain profile = "default"
262026-03-18T22:44:34.705Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-18T22:44:34.705Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T22:44:34.705Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T22:44:34.705Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-18T22:44:34.844Zinfo: downloading installer
312026-03-18T22:44:36.661Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T22:44:36.661Zwarn: /opt/ooce/bin
332026-03-18T22:44:36.662Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T22:44:36.662Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T22:44:36.662Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T22:44:36.662Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T22:44:36.662Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T22:44:36.662Zerror: cannot install while Rust is installed
392026-03-18T22:44:36.662Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T22:44:36.662Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T22:44:36.662Zwarn: /home/build/.rustup/settings.toml
422026-03-18T22:44:36.662Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T22:44:36.662Zwarn: instead of the one inferred from the default host triple.
442026-03-18T22:44:36.674Zinfo: profile set to default
452026-03-18T22:44:36.674Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T22:44:36.677Zinfo: syncing channel updates for 1.91.1-x86_64-unknown-illumos
472026-03-18T22:44:36.859Zinfo: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07)
482026-03-18T22:44:36.863Zinfo: downloading 6 components
492026-03-18T22:44:52.294Zinfo: default toolchain set to 1.91.1-x86_64-unknown-illumos
502026-03-18T22:44:52.295Z
512026-03-18T22:44:52.331Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
522026-03-18T22:44:52.331Z
532026-03-18T22:44:52.331Z
542026-03-18T22:44:52.334ZRust is installed now. Great!
552026-03-18T22:44:52.334Z
562026-03-18T22:44:52.334ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T22:44:52.334Zenvironment variable. This has not been done automatically.
582026-03-18T22:44:52.334Z
592026-03-18T22:44:52.334ZTo configure your current shell, you need to source
602026-03-18T22:44:52.334Zthe corresponding env file under $HOME/.cargo.
612026-03-18T22:44:52.334Z
622026-03-18T22:44:52.334ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T22:44:52.334Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T22:44:52.334Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T22:44:52.334Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T22:44:52.334Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T22:44:52.334Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T22:44:52.334Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T22:44:52.334Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T22:44:52.334Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T22:44:52.435Z+ rustup --version
722026-03-18T22:44:52.442Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T22:44:52.445Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T22:44:52.468Zinfo: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
752026-03-18T22:44:52.471Z+ cargo --version
762026-03-18T22:44:52.482Zcargo 1.91.1 (ea2d97820 2025-10-10)
772026-03-18T22:44:52.485Z+ rustc --version
782026-03-18T22:44:52.512Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
792026-03-18T22:44:52.515Zprocess exited: duration 17818 ms, exit code 0
 
802026-03-18T22:44:52.521Zstarting task 2: "authentication"
812026-03-18T22:44:52.541Zprocess exited: duration 19 ms, exit code 0
 
822026-03-18T22:44:52.547Zstarting task 3: "clone repository"
832026-03-18T22:44:52.553Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-18T22:44:52.557Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-18T22:44:52.590ZCloning into '/work/oxidecomputer/omicron'...
862026-03-18T22:45:03.842Z+ cd /work/oxidecomputer/omicron
872026-03-18T22:45:03.842Z+ git fetch origin e231d7e87536bef05cddcab2c0a1f4b0da602d62
882026-03-18T22:45:04.196ZFrom https://github.com/oxidecomputer/omicron
892026-03-18T22:45:04.196Z * branch e231d7e87536bef05cddcab2c0a1f4b0da602d62 -> FETCH_HEAD
902026-03-18T22:45:04.208Z+ [[ -n eliza/sitrep-builder ]]
912026-03-18T22:45:04.211Z++ git branch --show-current
922026-03-18T22:45:04.214Z+ current=main
932026-03-18T22:45:04.214Z+ [[ main != eliza/sitrep-builder ]]
942026-03-18T22:45:04.214Z+ git branch -f eliza/sitrep-builder e231d7e87536bef05cddcab2c0a1f4b0da602d62
952026-03-18T22:45:04.217Z+ git checkout -f eliza/sitrep-builder
962026-03-18T22:45:04.533ZSwitched to branch 'eliza/sitrep-builder'
972026-03-18T22:45:04.537Z+ git reset --hard e231d7e87536bef05cddcab2c0a1f4b0da602d62
982026-03-18T22:45:04.617ZHEAD is now at e231d7e87 make `open_case` infallible
992026-03-18T22:45:04.620Zprocess exited: duration 12070 ms, exit code 0
 
1002026-03-18T22:45:04.626Zstarting task 4: "build"
1012026-03-18T22:45:04.632Z+ source .github/buildomat/ci-env.sh
1022026-03-18T22:45:04.639Z++ export CARGO_TERM_COLOR=always
1032026-03-18T22:45:04.639Z++ CARGO_TERM_COLOR=always
1042026-03-18T22:45:04.639Z+ cargo --version
1052026-03-18T22:45:04.644Zcargo 1.91.1 (ea2d97820 2025-10-10)
1062026-03-18T22:45:04.650Z+ rustc --version
1072026-03-18T22:45:04.674Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1082026-03-18T22:45:04.678Z+ WORK=/work
1092026-03-18T22:45:04.678Z+ pfexec mkdir -p /work
1102026-03-18T22:45:04.682Z+ pfexec chown build /work
1112026-03-18T22:45:04.685Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-18T22:45:15.411Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-18T22:45:25.407Z Startup: Caching catalogs ... Done
1142026-03-18T22:45:48.060ZPlanning: Solver setup ... Done (21.189s)
1152026-03-18T22:45:48.215ZPlanning: Running solver ... Done (0.154s)
1162026-03-18T22:45:48.398ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-18T22:45:48.416ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-18T22:45:48.554ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-18T22:45:48.596ZPlanning: Package planning ... Done (0.043s)
1202026-03-18T22:45:48.641ZPlanning: Merging actions ... Done (0.040s)
1212026-03-18T22:45:48.881ZPlanning: Checking for conflicting actions ... Done (0.243s)
1222026-03-18T22:45:48.890ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-18T22:45:49.774ZPlanning: Evaluating mediators ... Done (0.883s)
1242026-03-18T22:45:49.782ZPlanning: Planning completed in 24.23 seconds
1252026-03-18T22:45:49.796Z Packages to install: 4
1262026-03-18T22:45:49.796Z Mediators to change: 2
1272026-03-18T22:45:49.796Z Services to change: 1
1282026-03-18T22:45:49.800Z Estimated space available: 155.43 GB
1292026-03-18T22:45:49.800ZEstimated space to be consumed: 1.83 GB
1302026-03-18T22:45:49.800Z Create boot environment: No
1312026-03-18T22:45:49.800ZCreate backup boot environment: No
1322026-03-18T22:45:49.800Z Rebuild boot archive: No
1332026-03-18T22:45:49.800Z
1342026-03-18T22:45:49.800ZChanged mediators:
1352026-03-18T22:45:49.800Z mediator clang:
1362026-03-18T22:45:49.800Z version: None -> 15 (system default)
1372026-03-18T22:45:49.800Z
1382026-03-18T22:45:49.800Z mediator llvm:
1392026-03-18T22:45:49.800Z version: 14 (system default) -> 15 (system default)
1402026-03-18T22:45:49.800Z
1412026-03-18T22:45:49.800ZChanged packages:
1422026-03-18T22:45:49.800Zhelios-dev
1432026-03-18T22:45:49.800Z developer/build-essential
1442026-03-18T22:45:49.800Z None -> 11-2.0
1452026-03-18T22:45:49.800Z library/libxmlsec1
1462026-03-18T22:45:49.801Z None -> 1.2.35-2.0
1472026-03-18T22:45:49.801Z ooce/developer/clang-15
1482026-03-18T22:45:49.801Z None -> 15.0.7-2.0
1492026-03-18T22:45:49.801Z ooce/developer/llvm-15
1502026-03-18T22:45:49.801Z None -> 15.0.7-2.0
1512026-03-18T22:45:49.801Z
1522026-03-18T22:45:49.801ZServices:
1532026-03-18T22:45:49.801Z restart_fmri:
1542026-03-18T22:45:49.801Z svc:/system/update-man-index:default
1552026-03-18T22:45:49.847Z
1562026-03-18T22:45:49.847ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-18T22:45:54.849ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (26.1M/s)
1582026-03-18T22:45:57.787ZDownload: Completed 212.60 MB in 7.94 seconds (26.8M/s)
1592026-03-18T22:45:58.119Z Actions: 1/3689 actions (Installing new actions)
1602026-03-18T22:46:02.272Z Actions: Completed 3689 actions in 4.15 seconds.
1612026-03-18T22:46:02.615Z Done (0.338s)
1622026-03-18T22:46:02.615Z Done (0.000s)
1632026-03-18T22:46:03.514Z Done (0.896s)
1642026-03-18T22:46:07.614Z Done (3.762s)
1652026-03-18T22:46:07.701Z Done (0.018s)
1662026-03-18T22:46:07.705Z Done (0.000s)
1672026-03-18T22:46:07.864Z Done (0.000s)
1682026-03-18T22:46:08.810ZPlanning: Evaluating mediator changes ... Done
1692026-03-18T22:46:08.953ZPlanning: Checking for conflicting actions ... Done
1702026-03-18T22:46:08.956ZPlanning: Consolidating action changes ... Done
1712026-03-18T22:46:09.172ZPlanning: Evaluating mediators ... Done
1722026-03-18T22:46:09.175ZPlanning: Planning completed in 0.36 seconds
1732026-03-18T22:46:09.202Z Mediators to change: 2
1742026-03-18T22:46:09.202Z Create boot environment: No
1752026-03-18T22:46:09.202ZCreate backup boot environment: No
1762026-03-18T22:46:09.347Z Done
1772026-03-18T22:46:09.347Z Done
1782026-03-18T22:46:10.091Z Done
1792026-03-18T22:46:13.386Z Done
1802026-03-18T22:46:13.471Z Done
1812026-03-18T22:46:13.474Z Done
1822026-03-18T22:46:13.626Z Done
1832026-03-18T22:46:14.151ZPlanning: Evaluating mediator changes ... Done
1842026-03-18T22:46:14.154ZPlanning: Merging actions ... Done
1852026-03-18T22:46:14.323ZPlanning: Checking for conflicting actions ... Done
1862026-03-18T22:46:14.330ZPlanning: Consolidating action changes ... Done
1872026-03-18T22:46:14.539ZPlanning: Evaluating mediators ... Done
1882026-03-18T22:46:14.581ZPlanning: Planning completed in 0.63 seconds
1892026-03-18T22:46:14.612Z Packages to change: 1
1902026-03-18T22:46:14.612Z Mediators to change: 1
1912026-03-18T22:46:14.612Z Services to change: 1
1922026-03-18T22:46:14.612Z Create boot environment: No
1932026-03-18T22:46:14.612ZCreate backup boot environment: Yes
1942026-03-18T22:46:17.028Z Actions: 1/6 actions (Updating modified actions)
1952026-03-18T22:46:17.031Z Actions: Completed 6 actions in 0.00 seconds.
1962026-03-18T22:46:17.031Z Done
1972026-03-18T22:46:17.031Z Done
1982026-03-18T22:46:17.218Z Done
1992026-03-18T22:46:20.500Z Done
2002026-03-18T22:46:20.585Z Done
2012026-03-18T22:46:20.589Z Done
2022026-03-18T22:46:20.742Z Done
2032026-03-18T22:46:21.116ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-03-18T22:46:21.116Zclang system 15 system
2052026-03-18T22:46:21.116Zcsh system system illumos
2062026-03-18T22:46:21.116Zctags system system illumos
2072026-03-18T22:46:21.116Zfile system system illumos
2082026-03-18T22:46:21.116Zgcc vendor 12 vendor
2092026-03-18T22:46:21.116Zgcc system 10 system
2102026-03-18T22:46:21.116Zgcc system 7 system
2112026-03-18T22:46:21.116Zgo system 1.20 system
2122026-03-18T22:46:21.116Zgo system 1.19 system
2132026-03-18T22:46:21.116Zllvm system 15 system
2142026-03-18T22:46:21.116Zllvm system 14 system
2152026-03-18T22:46:21.116Zmariadb system 10.6 system
2162026-03-18T22:46:21.116Zmta vendor vendor dma
2172026-03-18T22:46:21.116Zopenjdk system 17 system
2182026-03-18T22:46:21.116Zopenjdk system 11 system
2192026-03-18T22:46:21.116Zopenjdk system 1.8 system
2202026-03-18T22:46:21.116Zopenssl vendor 3 vendor
2212026-03-18T22:46:21.116Zperl system 5.36 system
2222026-03-18T22:46:21.116Zpostgresql system 15 system
2232026-03-18T22:46:21.116Zpostgresql system 13 system
2242026-03-18T22:46:21.116Zpython vendor 3 vendor
2252026-03-18T22:46:21.116Zpython system 2 system
2262026-03-18T22:46:21.116Zpython3 system 3.11 system
2272026-03-18T22:46:21.116Zruby system 3.0 system
2282026-03-18T22:46:21.116Zwords vendor vendor american-english
2292026-03-18T22:46:21.116Zwords system system australian-english
2302026-03-18T22:46:21.116Zwords system system british-english
2312026-03-18T22:46:21.116Zwords system system canadian-english
2322026-03-18T22:46:21.116Zwords system system french
2332026-03-18T22:46:21.117Zwords system system italian
2342026-03-18T22:46:21.117Zwords system system ngerman
2352026-03-18T22:46:21.117Zwords system system ogerman
2362026-03-18T22:46:21.117Zwords system system spanish
2372026-03-18T22:46:21.414ZPUBLISHER TYPE STATUS P LOCATION
2382026-03-18T22:46:21.414Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392026-03-18T22:46:27.465ZFMRI IFO
2402026-03-18T22:46:27.465Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412026-03-18T22:46:27.465Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422026-03-18T22:46:27.465Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432026-03-18T22:46:27.465Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442026-03-18T22:46:27.465Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452026-03-18T22:46:27.465Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2462026-03-18T22:46:27.465Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472026-03-18T22:46:27.465Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2482026-03-18T22:46:27.465Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2492026-03-18T22:46:27.465Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502026-03-18T22:46:27.465Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2512026-03-18T22:46:27.465Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2522026-03-18T22:46:27.465Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532026-03-18T22:46:27.465Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2542026-03-18T22:46:27.465Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2552026-03-18T22:46:27.466Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562026-03-18T22:46:28.683Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572026-03-18T22:46:29.003Z Updating crates.io index
2582026-03-18T22:46:29.040Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2592026-03-18T22:46:29.770Z Updating git repository `https://github.com/oxidecomputer/lldp`
2602026-03-18T22:46:30.198Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2612026-03-18T22:46:30.474Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-03-18T22:46:31.094Z Updating git repository `https://github.com/oxidecomputer/falcon`
2632026-03-18T22:46:32.739Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-03-18T22:46:33.258Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-03-18T22:46:35.993Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-03-18T22:46:37.627Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-03-18T22:46:38.752Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-03-18T22:46:39.071Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-03-18T22:46:40.409Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-03-18T22:46:40.802Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-03-18T22:46:41.160Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-03-18T22:46:41.608Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-03-18T22:46:42.584Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-03-18T22:46:43.308Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-03-18T22:46:43.593Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-03-18T22:46:43.957Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-03-18T22:46:44.512Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-03-18T22:46:44.745Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-03-18T22:46:44.980Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-03-18T22:46:45.239Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-03-18T22:46:45.697Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-03-18T22:46:46.293Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-03-18T22:46:47.745Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-03-18T22:46:48.081Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-03-18T22:46:48.382Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-03-18T22:46:49.357Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872026-03-18T22:46:49.874Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2882026-03-18T22:46:50.155Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2892026-03-18T22:46:50.465Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2902026-03-18T22:46:50.792Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2912026-03-18T22:46:51.100Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2922026-03-18T22:46:51.789Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2932026-03-18T22:46:52.063Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2942026-03-18T22:46:52.341Z Updating git repository `https://github.com/illumos/smf-rs`
2952026-03-18T22:46:52.744Z Updating git repository `https://github.com/oxidecomputer/omicron`
2962026-03-18T22:47:44.254Z Downloading crates ...
2972026-03-18T22:47:44.318Z Downloaded dtrace-parser v0.2.0
2982026-03-18T22:47:44.323Z Downloaded fastrand v2.3.0
2992026-03-18T22:47:44.323Z Downloaded equivalent v1.0.2
3002026-03-18T22:47:44.328Z Downloaded errno v0.3.14
3012026-03-18T22:47:44.331Z Downloaded dof v0.3.0
3022026-03-18T22:47:44.332Z Downloaded heck v0.5.0
3032026-03-18T22:47:44.332Z Downloaded heck v0.4.1
3042026-03-18T22:47:44.332Z Downloaded fnv v1.0.7
3052026-03-18T22:47:44.332Z Downloaded form_urlencoded v1.2.2
3062026-03-18T22:47:44.335Z Downloaded generic-array v0.14.7
3072026-03-18T22:47:44.335Z Downloaded ordered-float v2.10.1
3082026-03-18T22:47:44.343Z Downloaded thiserror v1.0.69
3092026-03-18T22:47:44.348Z Downloaded clap_derive v4.5.55
3102026-03-18T22:47:44.348Z Downloaded anstyle-parse v0.2.7
3112026-03-18T22:47:44.348Z Downloaded ucd-trie v0.1.7
3122026-03-18T22:47:44.348Z Downloaded idna_adapter v1.2.1
3132026-03-18T22:47:44.348Z Downloaded icu_properties v2.1.2
3142026-03-18T22:47:44.352Z Downloaded usdt-attr-macro v0.5.0
3152026-03-18T22:47:44.352Z Downloaded proc-macro-error-attr v1.0.4
3162026-03-18T22:47:44.356Z Downloaded usdt-macro v0.5.0
3172026-03-18T22:47:44.356Z Downloaded unicode-linebreak v0.1.5
3182026-03-18T22:47:44.356Z Downloaded unicode-xid v0.2.6
3192026-03-18T22:47:44.356Z Downloaded thread-id v4.2.2
3202026-03-18T22:47:44.363Z Downloaded memmap v0.7.0
3212026-03-18T22:47:44.382Z Downloaded zerofrom-derive v0.1.6
3222026-03-18T22:47:44.382Z Downloaded yoke-derive v0.8.1
3232026-03-18T22:47:44.382Z Downloaded version_check v0.9.5
3242026-03-18T22:47:44.382Z Downloaded anstyle-query v1.1.5
3252026-03-18T22:47:44.382Z Downloaded stable_deref_trait v1.2.1
3262026-03-18T22:47:44.382Z Downloaded plain v0.2.3
3272026-03-18T22:47:44.383Z Downloaded crypto-common v0.1.7
3282026-03-18T22:47:44.383Z Downloaded utf8_iter v1.0.4
3292026-03-18T22:47:44.383Z Downloaded itoa v1.0.17
3302026-03-18T22:47:44.383Z Downloaded cargo-platform v0.2.0
3312026-03-18T22:47:44.383Z Downloaded tinystr v0.8.2
3322026-03-18T22:47:44.383Z Downloaded thiserror-impl v2.0.18
3332026-03-18T22:47:44.383Z Downloaded cargo_toml v0.21.0
3342026-03-18T22:47:44.386Z Downloaded zmij v1.0.21
3352026-03-18T22:47:44.386Z Downloaded zerofrom v0.1.6
3362026-03-18T22:47:44.386Z Downloaded utf8parse v0.2.2
3372026-03-18T22:47:44.386Z Downloaded toml_write v0.1.2
3382026-03-18T22:47:44.386Z Downloaded toml_datetime v0.6.11
3392026-03-18T22:47:44.391Z Downloaded colorchoice v1.0.4
3402026-03-18T22:47:44.391Z Downloaded pretty-hex v0.4.1
3412026-03-18T22:47:44.391Z Downloaded writeable v0.6.2
3422026-03-18T22:47:44.395Z Downloaded thiserror v2.0.18
3432026-03-18T22:47:44.395Z Downloaded zerovec-derive v0.11.2
3442026-03-18T22:47:44.401Z Downloaded thiserror-impl v1.0.69
3452026-03-18T22:47:44.401Z Downloaded swrite v0.1.0
3462026-03-18T22:47:44.401Z Downloaded cfg-if v1.0.4
3472026-03-18T22:47:44.401Z Downloaded potential_utf v0.1.4
3482026-03-18T22:47:44.404Z Downloaded typeid v1.0.3
3492026-03-18T22:47:44.404Z Downloaded fs-err v3.3.0
3502026-03-18T22:47:44.404Z Downloaded usdt-impl v0.5.0
3512026-03-18T22:47:44.404Z Downloaded semver v1.0.27
3522026-03-18T22:47:44.408Z Downloaded cpufeatures v0.2.17
3532026-03-18T22:47:44.409Z Downloaded strsim v0.11.1
3542026-03-18T22:47:44.409Z Downloaded usdt v0.5.0
3552026-03-18T22:47:44.412Z Downloaded toml v0.8.23
3562026-03-18T22:47:44.415Z Downloaded macaddr v1.0.1
3572026-03-18T22:47:44.419Z Downloaded textwrap v0.16.2
3582026-03-18T22:47:44.421Z Downloaded smallvec v1.15.1
3592026-03-18T22:47:44.425Z Downloaded icu_normalizer v2.1.1
3602026-03-18T22:47:44.425Z Downloaded tabled_derive v0.7.0
3612026-03-18T22:47:44.430Z Downloaded zerocopy-derive v0.7.35
3622026-03-18T22:47:44.434Z Downloaded yoke v0.8.1
3632026-03-18T22:47:44.435Z Downloaded anstream v0.6.21
3642026-03-18T22:47:44.441Z Downloaded clap_lex v1.0.0
3652026-03-18T22:47:44.441Z Downloaded zerotrie v0.2.3
3662026-03-18T22:47:44.444Z Downloaded unicode-ident v1.0.24
3672026-03-18T22:47:44.448Z Downloaded url v2.5.8
3682026-03-18T22:47:44.448Z Downloaded typenum v1.19.0
3692026-03-18T22:47:44.452Z Downloaded is_terminal_polyfill v1.70.2
3702026-03-18T22:47:44.452Z Downloaded percent-encoding v2.3.2
3712026-03-18T22:47:44.452Z Downloaded toml_edit v0.22.27
3722026-03-18T22:47:44.456Z Downloaded serde_spanned v0.6.9
3732026-03-18T22:47:44.459Z Downloaded smawk v0.3.2
3742026-03-18T22:47:44.459Z Downloaded serde-value v0.7.0
3752026-03-18T22:47:44.459Z Downloaded block-buffer v0.10.4
3762026-03-18T22:47:44.463Z Downloaded terminal_size v0.4.3
3772026-03-18T22:47:44.463Z Downloaded scroll_derive v0.12.1
3782026-03-18T22:47:44.466Z Downloaded zerocopy v0.7.35
3792026-03-18T22:47:44.476Z Downloaded zerovec v0.11.5
3802026-03-18T22:47:44.479Z Downloaded sha2 v0.10.9
3812026-03-18T22:47:44.482Z Downloaded byteorder v1.5.0
3822026-03-18T22:47:44.482Z Downloaded anstyle v1.0.13
3832026-03-18T22:47:44.486Z Downloaded tempfile v3.25.0
3842026-03-18T22:47:44.486Z Downloaded winnow v0.7.14
3852026-03-18T22:47:44.491Z Downloaded cargo_metadata v0.21.0
3862026-03-18T22:47:44.494Z Downloaded unicode-width v0.1.14
3872026-03-18T22:47:44.497Z Downloaded scroll v0.12.0
3882026-03-18T22:47:44.501Z Downloaded quote v1.0.44
3892026-03-18T22:47:44.501Z Downloaded unicode-width v0.2.0
3902026-03-18T22:47:44.504Z Downloaded serde-untagged v0.1.9
3912026-03-18T22:47:44.508Z Downloaded digest v0.10.7
3922026-03-18T22:47:44.508Z Downloaded displaydoc v0.2.5
3932026-03-18T22:47:44.508Z Downloaded synstructure v0.13.2
3942026-03-18T22:47:44.511Z Downloaded camino-tempfile v1.4.1
3952026-03-18T22:47:44.511Z Downloaded erased-serde v0.4.9
3962026-03-18T22:47:44.511Z Downloaded proc-macro-error v1.0.4
3972026-03-18T22:47:44.514Z Downloaded bytecount v0.6.9
3982026-03-18T22:47:44.519Z Downloaded autocfg v1.5.0
3992026-03-18T22:47:44.519Z Downloaded anyhow v1.0.102
4002026-03-18T22:47:44.524Z Downloaded proc-macro2 v1.0.106
4012026-03-18T22:47:44.529Z Downloaded serde_tokenstream v0.2.3
4022026-03-18T22:47:44.533Z Downloaded bitflags v2.11.0
4032026-03-18T22:47:44.537Z Downloaded serde_core v1.0.228
4042026-03-18T22:47:44.540Z Downloaded log v0.4.29
4052026-03-18T22:47:44.541Z Downloaded papergrid v0.11.0
4062026-03-18T22:47:44.548Z Downloaded once_cell v1.21.3
4072026-03-18T22:47:44.548Z Downloaded pest_derive v2.8.6
4082026-03-18T22:47:44.559Z Downloaded icu_provider v2.1.1
4092026-03-18T22:47:44.578Z Downloaded icu_locale_core v2.1.1
4102026-03-18T22:47:44.578Z Downloaded num-traits v0.2.19
4112026-03-18T22:47:44.578Z Downloaded icu_normalizer_data v2.1.1
4122026-03-18T22:47:44.578Z Downloaded camino v1.2.2
4132026-03-18T22:47:44.578Z Downloaded pest_meta v2.8.6
4142026-03-18T22:47:44.578Z Downloaded cargo-util-schemas v0.8.2
4152026-03-18T22:47:44.582Z Downloaded pest_generator v2.8.6
4162026-03-18T22:47:44.582Z Downloaded litemap v0.8.1
4172026-03-18T22:47:44.594Z Downloaded serde_derive v1.0.228
4182026-03-18T22:47:44.600Z Downloaded clap v4.5.60
4192026-03-18T22:47:44.612Z Downloaded icu_collections v2.1.1
4202026-03-18T22:47:44.615Z Downloaded serde v1.0.228
4212026-03-18T22:47:44.619Z Downloaded getrandom v0.4.1
4222026-03-18T22:47:44.623Z Downloaded memchr v2.8.0
4232026-03-18T22:47:44.630Z Downloaded indexmap v2.13.0
4242026-03-18T22:47:44.646Z Downloaded pest v2.8.6
4252026-03-18T22:47:44.660Z Downloaded goblin v0.8.2
4262026-03-18T22:47:44.664Z Downloaded hashbrown v0.16.1
4272026-03-18T22:47:44.680Z Downloaded serde_json v1.0.149
4282026-03-18T22:47:44.684Z Downloaded idna v1.1.0
4292026-03-18T22:47:44.688Z Downloaded clap_builder v4.5.60
4302026-03-18T22:47:44.694Z Downloaded icu_properties_data v2.1.2
4312026-03-18T22:47:44.705Z Downloaded tabled v0.15.0
4322026-03-18T22:47:44.717Z Downloaded syn v1.0.109
4332026-03-18T22:47:44.731Z Downloaded syn v2.0.117
4342026-03-18T22:47:44.749Z Downloaded rustix v1.1.3
4352026-03-18T22:47:44.784Z Downloaded libc v0.2.180
4362026-03-18T22:47:44.922Z Compiling proc-macro2 v1.0.106
4372026-03-18T22:47:44.941Z Compiling quote v1.0.44
4382026-03-18T22:47:44.941Z Compiling unicode-ident v1.0.24
4392026-03-18T22:47:44.941Z Compiling serde_core v1.0.228
4402026-03-18T22:47:44.941Z Compiling libc v0.2.180
4412026-03-18T22:47:44.941Z Compiling version_check v0.9.5
4422026-03-18T22:47:44.941Z Compiling stable_deref_trait v1.2.1
4432026-03-18T22:47:44.941Z Compiling memchr v2.8.0
4442026-03-18T22:47:44.941Z Compiling serde v1.0.228
4452026-03-18T22:47:44.941Z Compiling zmij v1.0.21
4462026-03-18T22:47:44.941Z Compiling ucd-trie v0.1.7
4472026-03-18T22:47:44.941Z Compiling autocfg v1.5.0
4482026-03-18T22:47:44.941Z Compiling itoa v1.0.17
4492026-03-18T22:47:45.175Z Compiling thiserror v1.0.69
4502026-03-18T22:47:45.178Z Compiling litemap v0.8.1
4512026-03-18T22:47:45.356Z Compiling writeable v0.6.2
4522026-03-18T22:47:45.360Z Compiling icu_properties_data v2.1.2
4532026-03-18T22:47:45.567Z Compiling byteorder v1.5.0
4542026-03-18T22:47:45.708Z Compiling icu_normalizer_data v2.1.1
4552026-03-18T22:47:45.814Z Compiling rustix v1.1.3
4562026-03-18T22:47:45.823Z Compiling bitflags v2.11.0
4572026-03-18T22:47:45.823Z Compiling serde_json v1.0.149
4582026-03-18T22:47:45.823Z Compiling num-traits v0.2.19
4592026-03-18T22:47:46.081Z Compiling equivalent v1.0.2
4602026-03-18T22:47:46.086Z Compiling pest v2.8.6
4612026-03-18T22:47:46.204Z Compiling hashbrown v0.16.1
4622026-03-18T22:47:46.338Z Compiling typeid v1.0.3
4632026-03-18T22:47:46.377Z Compiling smallvec v1.15.1
4642026-03-18T22:47:46.382Z Compiling proc-macro-error-attr v1.0.4
4652026-03-18T22:47:46.382Z Compiling usdt-impl v0.5.0
4662026-03-18T22:47:46.382Z Compiling erased-serde v0.4.9
4672026-03-18T22:47:46.607Z Compiling toml_write v0.1.2
4682026-03-18T22:47:46.664Z Compiling syn v1.0.109
4692026-03-18T22:47:46.712Z Compiling winnow v0.7.14
4702026-03-18T22:47:46.880Z Compiling errno v0.3.14
4712026-03-18T22:47:46.917Z Compiling thread-id v4.2.2
4722026-03-18T22:47:46.997Z Compiling indexmap v2.13.0
4732026-03-18T22:47:47.008Z Compiling proc-macro-error v1.0.4
4742026-03-18T22:47:47.096Z Compiling syn v2.0.117
4752026-03-18T22:47:47.105Z Compiling log v0.4.29
4762026-03-18T22:47:47.106Z Compiling utf8_iter v1.0.4
4772026-03-18T22:47:47.106Z Compiling plain v0.2.3
4782026-03-18T22:47:47.167Z Compiling thiserror v2.0.18
4792026-03-18T22:47:47.284Z Compiling utf8parse v0.2.2
4802026-03-18T22:47:47.294Z Compiling getrandom v0.4.1
4812026-03-18T22:47:47.308Z Compiling percent-encoding v2.3.2
4822026-03-18T22:47:47.312Z Compiling camino v1.2.2
4832026-03-18T22:47:47.449Z Compiling anstyle-parse v0.2.7
4842026-03-18T22:47:47.606Z Compiling form_urlencoded v1.2.2
4852026-03-18T22:47:47.719Z Compiling pest_meta v2.8.6
4862026-03-18T22:47:47.749Z Compiling ordered-float v2.10.1
4872026-03-18T22:47:47.855Z Compiling is_terminal_polyfill v1.70.2
4882026-03-18T22:47:47.903Z Compiling cfg-if v1.0.4
4892026-03-18T22:47:47.929Z Compiling pretty-hex v0.4.1
4902026-03-18T22:47:47.949Z Compiling anstyle-query v1.1.5
4912026-03-18T22:47:47.949Z Compiling anstyle v1.0.13
4922026-03-18T22:47:47.974Z Compiling colorchoice v1.0.4
4932026-03-18T22:47:48.093Z Compiling fs-err v3.3.0
4942026-03-18T22:47:48.152Z Compiling strsim v0.11.1
4952026-03-18T22:47:48.161Z Compiling heck v0.4.1
4962026-03-18T22:47:48.161Z Compiling unicode-xid v0.2.6
4972026-03-18T22:47:48.227Z Compiling anstream v0.6.21
4982026-03-18T22:47:48.255Z Compiling once_cell v1.21.3
4992026-03-18T22:47:48.281Z Compiling clap_lex v1.0.0
5002026-03-18T22:47:48.308Z Compiling bytecount v0.6.9
5012026-03-18T22:47:48.342Z Compiling terminal_size v0.4.3
5022026-03-18T22:47:48.575Z Compiling semver v1.0.27
5032026-03-18T22:47:48.627Z Compiling heck v0.5.0
5042026-03-18T22:47:48.642Z Compiling anyhow v1.0.102
5052026-03-18T22:47:48.674Z Compiling fastrand v2.3.0
5062026-03-18T22:47:48.719Z Compiling fnv v1.0.7
5072026-03-18T22:47:48.751Z Compiling unicode-width v0.1.14
5082026-03-18T22:47:48.761Z Compiling clap_builder v4.5.60
5092026-03-18T22:47:48.890Z Compiling memmap v0.7.0
5102026-03-18T22:47:49.013Z Compiling tempfile v3.25.0
5112026-03-18T22:47:49.031Z Compiling unicode-width v0.2.0
5122026-03-18T22:47:49.087Z Compiling papergrid v0.11.0
5132026-03-18T22:47:49.146Z Compiling serde-untagged v0.1.9
5142026-03-18T22:47:49.159Z Compiling smawk v0.3.2
5152026-03-18T22:47:49.159Z Compiling unicode-linebreak v0.1.5
5162026-03-18T22:47:49.733Z Compiling camino-tempfile v1.4.1
5172026-03-18T22:47:49.899Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5182026-03-18T22:47:49.899Z Compiling swrite v0.1.0
5192026-03-18T22:47:49.899Z Compiling textwrap v0.16.2
5202026-03-18T22:47:49.952Z Compiling tabled_derive v0.7.0
5212026-03-18T22:47:50.789Z Compiling synstructure v0.13.2
5222026-03-18T22:47:50.789Z Compiling pest_generator v2.8.6
5232026-03-18T22:47:50.797Z Compiling tabled v0.15.0
5242026-03-18T22:47:51.441Z Compiling serde_derive v1.0.228
5252026-03-18T22:47:51.450Z Compiling zerofrom-derive v0.1.6
5262026-03-18T22:47:51.450Z Compiling yoke-derive v0.8.1
5272026-03-18T22:47:51.450Z Compiling zerovec-derive v0.11.2
5282026-03-18T22:47:51.450Z Compiling displaydoc v0.2.5
5292026-03-18T22:47:51.450Z Compiling thiserror-impl v1.0.69
5302026-03-18T22:47:51.450Z Compiling zerocopy-derive v0.7.35
5312026-03-18T22:47:51.450Z Compiling scroll_derive v0.12.1
5322026-03-18T22:47:54.615Z Compiling thiserror-impl v2.0.18
5332026-03-18T22:47:54.639Z Compiling pest_derive v2.8.6
5342026-03-18T22:47:54.639Z Compiling clap_derive v4.5.55
5352026-03-18T22:47:54.639Z Compiling scroll v0.12.0
5362026-03-18T22:47:54.639Z Compiling goblin v0.8.2
5372026-03-18T22:47:54.639Z Compiling zerocopy v0.7.35
5382026-03-18T22:47:54.639Z Compiling zerofrom v0.1.6
5392026-03-18T22:47:54.639Z Compiling dtrace-parser v0.2.0
5402026-03-18T22:47:54.639Z Compiling yoke v0.8.1
5412026-03-18T22:47:54.639Z Compiling zerovec v0.11.5
5422026-03-18T22:47:54.639Z Compiling zerotrie v0.2.3
5432026-03-18T22:47:54.639Z Compiling clap v4.5.60
5442026-03-18T22:47:54.639Z Compiling tinystr v0.8.2
5452026-03-18T22:47:54.640Z Compiling potential_utf v0.1.4
5462026-03-18T22:47:54.640Z Compiling icu_collections v2.1.1
5472026-03-18T22:47:54.640Z Compiling icu_locale_core v2.1.1
5482026-03-18T22:47:54.826Z Compiling toml_datetime v0.6.11
5492026-03-18T22:47:54.826Z Compiling serde_spanned v0.6.9
5502026-03-18T22:47:54.829Z Compiling serde-value v0.7.0
5512026-03-18T22:47:54.829Z Compiling cargo-platform v0.2.0
5522026-03-18T22:47:54.829Z Compiling macaddr v1.0.1
5532026-03-18T22:47:54.851Z Compiling dof v0.3.0
5542026-03-18T22:47:54.854Z Compiling serde_tokenstream v0.2.3
5552026-03-18T22:47:54.950Z Compiling icu_provider v2.1.1
5562026-03-18T22:47:55.111Z Compiling toml_edit v0.22.27
5572026-03-18T22:47:55.294Z Compiling icu_properties v2.1.2
5582026-03-18T22:47:55.294Z Compiling icu_normalizer v2.1.1
5592026-03-18T22:47:55.817Z Compiling usdt-macro v0.5.0
5602026-03-18T22:47:55.821Z Compiling usdt-attr-macro v0.5.0
5612026-03-18T22:47:56.474Z Compiling idna_adapter v1.2.1
5622026-03-18T22:47:56.588Z Compiling usdt v0.5.0
5632026-03-18T22:47:56.611Z Compiling idna v1.1.0
5642026-03-18T22:47:56.879Z Compiling toml v0.8.23
5652026-03-18T22:47:56.953Z Compiling url v2.5.8
5662026-03-18T22:47:57.343Z Compiling cargo_toml v0.21.0
5672026-03-18T22:47:57.640Z Compiling cargo-util-schemas v0.8.2
5682026-03-18T22:47:58.625Z Compiling cargo_metadata v0.21.0
5692026-03-18T22:47:59.900Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5702026-03-18T22:48:02.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s
5712026-03-18T22:48:03.078Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5722026-03-18T22:48:03.792Z Downloading crates ...
5732026-03-18T22:48:03.905Z Downloaded aead v0.5.2
5742026-03-18T22:48:03.913Z Downloaded arrayref v0.3.9
5752026-03-18T22:48:03.918Z Downloaded adler2 v2.0.1
5762026-03-18T22:48:03.921Z Downloaded assert_matches v1.5.0
5772026-03-18T22:48:03.926Z Downloaded ascii-canvas v3.0.0
5782026-03-18T22:48:03.930Z Downloaded cobs v0.3.0
5792026-03-18T22:48:03.938Z Downloaded arrayvec v0.7.6
5802026-03-18T22:48:03.938Z Downloaded darling v0.23.0
5812026-03-18T22:48:03.943Z Downloaded des v0.8.1
5822026-03-18T22:48:03.947Z Downloaded drift v0.1.3
5832026-03-18T22:48:03.955Z Downloaded derive-where v1.6.0
5842026-03-18T22:48:03.960Z Downloaded enum-as-inner v0.6.1
5852026-03-18T22:48:03.964Z Downloaded fallible-iterator v0.2.0
5862026-03-18T22:48:03.969Z Downloaded bcs v0.1.6
5872026-03-18T22:48:03.972Z Downloaded difflib v0.4.0
5882026-03-18T22:48:03.975Z Downloaded diesel_table_macro_syntax v0.3.0
5892026-03-18T22:48:03.979Z Downloaded crc8 v0.1.1
5902026-03-18T22:48:03.983Z Downloaded dirs-next v2.0.0
5912026-03-18T22:48:03.986Z Downloaded embedded-io v0.6.1
5922026-03-18T22:48:03.990Z Downloaded diesel-dtrace v0.5.0
5932026-03-18T22:48:03.993Z Downloaded env_filter v1.0.0
5942026-03-18T22:48:03.997Z Downloaded fd-lock v4.0.4
5952026-03-18T22:48:04.001Z Downloaded document-features v0.2.12
5962026-03-18T22:48:04.004Z Downloaded ff v0.13.1
5972026-03-18T22:48:04.008Z Downloaded arc-swap v1.8.2
5982026-03-18T22:48:04.013Z Downloaded flagset v0.4.7
5992026-03-18T22:48:04.017Z Downloaded defmt-parser v1.0.0
6002026-03-18T22:48:04.020Z Downloaded castaway v0.2.4
6012026-03-18T22:48:04.023Z Downloaded endian-type v0.1.2
6022026-03-18T22:48:04.028Z Downloaded bitfield-struct v0.6.2
6032026-03-18T22:48:04.031Z Downloaded foreign-types-shared v0.3.1
6042026-03-18T22:48:04.034Z Downloaded float-cmp v0.10.0
6052026-03-18T22:48:04.038Z Downloaded dropshot-api-manager-types v0.6.0
6062026-03-18T22:48:04.041Z Downloaded foreign-types v0.5.0
6072026-03-18T22:48:04.042Z Downloaded futures-core v0.3.32
6082026-03-18T22:48:04.047Z Downloaded diff v0.1.13
6092026-03-18T22:48:04.050Z Downloaded futures-io v0.3.32
6102026-03-18T22:48:04.054Z Downloaded gethostname v0.5.0
6112026-03-18T22:48:04.057Z Downloaded futures-task v0.3.32
6122026-03-18T22:48:04.061Z Downloaded foreign-types-shared v0.1.1
6132026-03-18T22:48:04.064Z Downloaded ghash v0.5.1
6142026-03-18T22:48:04.068Z Downloaded cbc v0.1.2
6152026-03-18T22:48:04.071Z Downloaded hex v0.4.3
6162026-03-18T22:48:04.074Z Downloaded ciborium v0.2.2
6172026-03-18T22:48:04.079Z Downloaded hex-literal v0.4.1
6182026-03-18T22:48:04.082Z Downloaded headers-core v0.3.0
6192026-03-18T22:48:04.082Z Downloaded convert_case v0.10.0
6202026-03-18T22:48:04.085Z Downloaded foreign-types-macros v0.2.3
6212026-03-18T22:48:04.089Z Downloaded const_format_proc_macros v0.2.34
6222026-03-18T22:48:04.092Z Downloaded foreign-types v0.3.2
6232026-03-18T22:48:04.096Z Downloaded home v0.5.12
6242026-03-18T22:48:04.099Z Downloaded http-body v1.0.1
6252026-03-18T22:48:04.102Z Downloaded hubpack_derive v0.1.1
6262026-03-18T22:48:04.106Z Downloaded httpdate v1.0.3
6272026-03-18T22:48:04.109Z Downloaded hubpack v0.1.2
6282026-03-18T22:48:04.109Z Downloaded buf-list v1.1.2
6292026-03-18T22:48:04.114Z Downloaded inout v0.1.4
6302026-03-18T22:48:04.117Z Downloaded crossbeam-deque v0.8.6
6312026-03-18T22:48:04.121Z Downloaded fixedbitset v0.4.2
6322026-03-18T22:48:04.125Z Downloaded git-stub v1.0.0
6332026-03-18T22:48:04.129Z Downloaded glob v0.3.3
6342026-03-18T22:48:04.132Z Downloaded globset v0.4.18
6352026-03-18T22:48:04.136Z Downloaded git-stub-vcs v0.1.0
6362026-03-18T22:48:04.136Z Downloaded group v0.13.0
6372026-03-18T22:48:04.139Z Downloaded is_ci v1.2.0
6382026-03-18T22:48:04.142Z Downloaded instability v0.3.11
6392026-03-18T22:48:04.146Z Downloaded erased-serde v0.3.31
6402026-03-18T22:48:04.150Z Downloaded const-oid v0.9.6
6412026-03-18T22:48:04.168Z Downloaded kstat-rs v0.2.4
6422026-03-18T22:48:04.173Z Downloaded futures-channel v0.3.32
6432026-03-18T22:48:04.178Z Downloaded cargo_metadata v0.19.2
6442026-03-18T22:48:04.182Z Downloaded highway v1.3.0
6452026-03-18T22:48:04.182Z Downloaded fs_extra v1.3.0
6462026-03-18T22:48:04.185Z Downloaded lru-cache v0.1.2
6472026-03-18T22:48:04.190Z Downloaded lru v0.12.5
6482026-03-18T22:48:04.193Z Downloaded impl-trait-for-tuples v0.2.3
6492026-03-18T22:48:04.193Z Downloaded md5 v0.7.0
6502026-03-18T22:48:04.197Z Downloaded match_cfg v0.1.0
6512026-03-18T22:48:04.202Z Downloaded maybe-uninit v2.0.0
6522026-03-18T22:48:04.205Z Downloaded getrandom v0.2.17
6532026-03-18T22:48:04.208Z Downloaded nibble_vec v0.1.0
6542026-03-18T22:48:04.208Z Downloaded ingot v0.1.1
6552026-03-18T22:48:04.212Z Downloaded ipnet v2.11.0
6562026-03-18T22:48:04.215Z Downloaded newline-converter v0.3.0
6572026-03-18T22:48:04.218Z Downloaded new_debug_unreachable v1.0.6
6582026-03-18T22:48:04.229Z Downloaded hickory-client v0.25.2
6592026-03-18T22:48:04.240Z Downloaded nodrop v0.1.14
6602026-03-18T22:48:04.241Z Downloaded nonempty v0.12.0
6612026-03-18T22:48:04.241Z Downloaded blake2 v0.10.6
6622026-03-18T22:48:04.241Z Downloaded futures v0.3.32
6632026-03-18T22:48:04.248Z Downloaded num-derive v0.3.3
6642026-03-18T22:48:04.248Z Downloaded chacha20poly1305 v0.10.1
6652026-03-18T22:48:04.248Z Downloaded libsw v3.5.0
6662026-03-18T22:48:04.255Z Downloaded num-conv v0.2.0
6672026-03-18T22:48:04.255Z Downloaded num_threads v0.1.7
6682026-03-18T22:48:04.255Z Downloaded openssl-probe v0.1.6
6692026-03-18T22:48:04.258Z Downloaded olpc-cjson v0.1.4
6702026-03-18T22:48:04.258Z Downloaded iana-time-zone v0.1.65
6712026-03-18T22:48:04.264Z Downloaded lock_api v0.4.14
6722026-03-18T22:48:04.269Z Downloaded oso-derive v0.27.3
6732026-03-18T22:48:04.269Z Downloaded openssl-probe v0.2.1
6742026-03-18T22:48:04.270Z Downloaded packed_struct_codegen v0.10.1
6752026-03-18T22:48:04.276Z Downloaded parse-display v0.10.0
6762026-03-18T22:48:04.276Z Downloaded ingot-macros v0.1.1
6772026-03-18T22:48:04.276Z Downloaded getrandom v0.3.4
6782026-03-18T22:48:04.280Z Downloaded half v2.7.1
6792026-03-18T22:48:04.286Z Downloaded httparse v1.10.1
6802026-03-18T22:48:04.291Z Downloaded parse-size v1.1.0
6812026-03-18T22:48:04.291Z Downloaded newtype_derive v0.1.6
6822026-03-18T22:48:04.291Z Downloaded peg-runtime v0.8.5
6832026-03-18T22:48:04.295Z Downloaded hmac v0.12.1
6842026-03-18T22:48:04.295Z Downloaded darling_core v0.20.11
6852026-03-18T22:48:04.299Z Downloaded flume v0.11.1
6862026-03-18T22:48:04.304Z Downloaded pbkdf2 v0.12.2
6872026-03-18T22:48:04.307Z Downloaded path-slash v0.1.5
6882026-03-18T22:48:04.311Z Downloaded num-integer v0.1.46
6892026-03-18T22:48:04.311Z Downloaded num_enum_derive v0.7.5
6902026-03-18T22:48:04.314Z Downloaded num_enum v0.5.11
6912026-03-18T22:48:04.318Z Downloaded phf_shared v0.13.1
6922026-03-18T22:48:04.322Z Downloaded num_enum v0.7.5
6932026-03-18T22:48:04.325Z Downloaded oxide-tokio-rt v0.1.3
6942026-03-18T22:48:04.329Z Downloaded phf_shared v0.11.3
6952026-03-18T22:48:04.332Z Downloaded mime_guess v2.0.5
6962026-03-18T22:48:04.335Z Downloaded precomputed-hash v0.1.1
6972026-03-18T22:48:04.335Z Downloaded pin-utils v0.1.0
6982026-03-18T22:48:04.339Z Downloaded powerfmt v0.2.0
6992026-03-18T22:48:04.339Z Downloaded predicates-core v1.0.10
7002026-03-18T22:48:04.342Z Downloaded packed_struct v0.10.1
7012026-03-18T22:48:04.346Z Downloaded base64 v0.22.1
7022026-03-18T22:48:04.349Z Downloaded heapless v0.8.0
7032026-03-18T22:48:04.352Z Downloaded multer v3.1.0
7042026-03-18T22:48:04.356Z Downloaded parse-display-derive v0.10.0
7052026-03-18T22:48:04.356Z Downloaded oxnet v0.1.4
7062026-03-18T22:48:04.360Z Downloaded progenitor-macro v0.11.2
7072026-03-18T22:48:04.363Z Downloaded progenitor-client v0.11.2
7082026-03-18T22:48:04.363Z Downloaded progenitor-macro v0.13.0
7092026-03-18T22:48:04.366Z Downloaded psl-types v2.0.11
7102026-03-18T22:48:04.366Z Downloaded proc-macro-crate v3.4.0
7112026-03-18T22:48:04.370Z Downloaded predicates-tree v1.0.13
7122026-03-18T22:48:04.370Z Downloaded progenitor-client v0.10.0
7132026-03-18T22:48:04.375Z Downloaded libbz2-rs-sys v0.2.2
7142026-03-18T22:48:04.378Z Downloaded proc-macro-crate v1.3.1
7152026-03-18T22:48:04.379Z Downloaded peg-macros v0.8.5
7162026-03-18T22:48:04.382Z Downloaded pem-rfc7468 v0.7.0
7172026-03-18T22:48:04.382Z Downloaded pem v3.0.6
7182026-03-18T22:48:04.386Z Downloaded phf v0.12.1
7192026-03-18T22:48:04.386Z Downloaded omicron-zone-package v0.12.2
7202026-03-18T22:48:04.391Z Downloaded quick-error v1.2.3
7212026-03-18T22:48:04.395Z Downloaded progenitor-macro v0.10.0
7222026-03-18T22:48:04.395Z Downloaded dropshot-api-manager v0.6.0
7232026-03-18T22:48:04.400Z Downloaded rand_chacha v0.3.1
7242026-03-18T22:48:04.401Z Downloaded radium v0.7.0
7252026-03-18T22:48:04.404Z Downloaded pkg-config v0.3.32
7262026-03-18T22:48:04.404Z Downloaded derive_more-impl v2.1.1
7272026-03-18T22:48:04.408Z Downloaded pin-project-lite v0.2.17
7282026-03-18T22:48:04.412Z Downloaded phf v0.13.1
7292026-03-18T22:48:04.416Z Downloaded poly1305 v0.8.0
7302026-03-18T22:48:04.419Z Downloaded peg v0.8.5
7312026-03-18T22:48:04.423Z Downloaded parking_lot_core v0.9.12
7322026-03-18T22:48:04.426Z Downloaded polyval v0.6.2
7332026-03-18T22:48:04.430Z Downloaded rand_xorshift v0.4.0
7342026-03-18T22:48:04.430Z Downloaded ref-cast-impl v1.0.25
7352026-03-18T22:48:04.434Z Downloaded recursive-proc-macro-impl v0.1.1
7362026-03-18T22:48:04.434Z Downloaded crossbeam-channel v0.5.15
7372026-03-18T22:48:04.437Z Downloaded rfc6979 v0.4.0
7382026-03-18T22:48:04.441Z Downloaded ref-cast v1.0.25
7392026-03-18T22:48:04.448Z Downloaded recursive v0.1.1
7402026-03-18T22:48:04.448Z Downloaded progenitor v0.11.2
7412026-03-18T22:48:04.448Z Downloaded progenitor v0.10.0
7422026-03-18T22:48:04.448Z Downloaded primeorder v0.13.6
7432026-03-18T22:48:04.452Z Downloaded flate2 v1.1.9
7442026-03-18T22:48:04.459Z Downloaded russh-cryptovec v0.7.3
7452026-03-18T22:48:04.459Z Downloaded rustc-hash v2.1.1
7462026-03-18T22:48:04.462Z Downloaded rustc_version v0.4.1
7472026-03-18T22:48:04.462Z Downloaded rtoolbox v0.0.3
7482026-03-18T22:48:04.462Z Downloaded r2d2 v0.8.10
7492026-03-18T22:48:04.468Z Downloaded expectorate v1.2.0
7502026-03-18T22:48:04.468Z Downloaded progenitor-client v0.13.0
7512026-03-18T22:48:04.471Z Downloaded progenitor v0.13.0
7522026-03-18T22:48:04.472Z Downloaded pkcs5 v0.7.1
7532026-03-18T22:48:04.475Z Downloaded psm v0.1.30
7542026-03-18T22:48:04.479Z Downloaded same-file v1.0.6
7552026-03-18T22:48:04.479Z Downloaded cc v1.2.56
7562026-03-18T22:48:04.483Z Downloaded rustc_version v0.1.7
7572026-03-18T22:48:04.500Z Downloaded rand_core v0.6.4
7582026-03-18T22:48:04.500Z Downloaded predicates v3.1.4
7592026-03-18T22:48:04.504Z Downloaded postgres-types v0.2.12
7602026-03-18T22:48:04.504Z Downloaded scrypt v0.11.0
7612026-03-18T22:48:04.504Z Downloaded scopeguard v1.2.0
7622026-03-18T22:48:04.505Z Downloaded rand_chacha v0.9.0
7632026-03-18T22:48:04.505Z Downloaded salsa20 v0.10.2
7642026-03-18T22:48:04.505Z Downloaded secrecy v0.8.0
7652026-03-18T22:48:04.505Z Downloaded papergrid v0.17.0
7662026-03-18T22:48:04.508Z Downloaded scheduled-thread-pool v0.2.7
7672026-03-18T22:48:04.509Z Downloaded sapling-renderdag v0.1.0
7682026-03-18T22:48:04.512Z Downloaded rand_core v0.9.5
7692026-03-18T22:48:04.512Z Downloaded proc-macro-error-attr2 v2.0.0
7702026-03-18T22:48:04.516Z Downloaded postcard v1.1.3
7712026-03-18T22:48:04.516Z Downloaded resolv-conf v0.7.6
7722026-03-18T22:48:04.519Z Downloaded serde-big-array v0.5.1
7732026-03-18T22:48:04.527Z Downloaded semver v0.1.20
7742026-03-18T22:48:04.528Z Downloaded secrecy v0.10.3
7752026-03-18T22:48:04.528Z Downloaded miniz_oxide v0.8.9
7762026-03-18T22:48:04.532Z Downloaded indicatif v0.18.4
7772026-03-18T22:48:04.532Z Downloaded ed25519-dalek v2.2.0
7782026-03-18T22:48:04.536Z Downloaded der v0.7.10
7792026-03-18T22:48:04.542Z Downloaded shell-words v1.1.1
7802026-03-18T22:48:04.542Z Downloaded sha1 v0.10.6
7812026-03-18T22:48:04.542Z Downloaded jiff-static v0.2.21
7822026-03-18T22:48:04.546Z Downloaded serde_urlencoded v0.7.1
7832026-03-18T22:48:04.546Z Downloaded serde_spanned v1.0.4
7842026-03-18T22:48:04.550Z Downloaded signal-hook-mio v0.2.5
7852026-03-18T22:48:04.550Z Downloaded serde_repr v0.1.20
7862026-03-18T22:48:04.553Z Downloaded serde_plain v1.0.2
7872026-03-18T22:48:04.553Z Downloaded rusty-fork v0.3.1
7882026-03-18T22:48:04.558Z Downloaded prefix-trie v0.7.0
7892026-03-18T22:48:04.562Z Downloaded pin-project-internal v1.1.11
7902026-03-18T22:48:04.562Z Downloaded schemars_derive v0.8.22
7912026-03-18T22:48:04.562Z Downloaded sigpipe v0.1.3
7922026-03-18T22:48:04.568Z Downloaded siphasher v1.0.2
7932026-03-18T22:48:04.568Z Downloaded signal-hook-tokio v0.3.1
7942026-03-18T22:48:04.575Z Downloaded hickory-server v0.25.2
7952026-03-18T22:48:04.575Z Downloaded sec1 v0.7.3
7962026-03-18T22:48:04.575Z Downloaded quinn-udp v0.5.14
7972026-03-18T22:48:04.579Z Downloaded pin-project v1.1.11
7982026-03-18T22:48:04.584Z Downloaded slog-envlogger v2.2.0
7992026-03-18T22:48:04.587Z Downloaded slog-bunyan v2.5.0
8002026-03-18T22:48:04.587Z Downloaded signature v2.2.0
8012026-03-18T22:48:04.591Z Downloaded p256 v0.13.2
8022026-03-18T22:48:04.594Z Downloaded sct v0.7.1
8032026-03-18T22:48:04.598Z Downloaded serde_path_to_error v0.1.20
8042026-03-18T22:48:04.598Z Downloaded progenitor-impl v0.11.2
8052026-03-18T22:48:04.601Z Downloaded serde_derive_internals v0.29.1
8062026-03-18T22:48:04.601Z Downloaded minimal-lexical v0.2.1
8072026-03-18T22:48:04.605Z Downloaded rustls-pemfile v2.2.0
8082026-03-18T22:48:04.608Z Downloaded hashbrown v0.13.2
8092026-03-18T22:48:04.612Z Downloaded rustls-pki-types v1.14.0
8102026-03-18T22:48:04.616Z Downloaded sqlparser_derive v0.5.0
8112026-03-18T22:48:04.616Z Downloaded hashbrown v0.12.3
8122026-03-18T22:48:04.622Z Downloaded ssh-cipher v0.2.0
8132026-03-18T22:48:04.622Z Downloaded serde-hex v0.1.0
8142026-03-18T22:48:04.622Z Downloaded shlex v1.3.0
8152026-03-18T22:48:04.627Z Downloaded serde_bytes v0.11.19
8162026-03-18T22:48:04.627Z Downloaded rustls-pemfile v1.0.4
8172026-03-18T22:48:04.634Z Downloaded rustls-native-certs v0.8.3
8182026-03-18T22:48:04.635Z Downloaded itertools v0.10.5
8192026-03-18T22:48:04.643Z Downloaded russh-keys v0.45.0
8202026-03-18T22:48:04.643Z Downloaded ssh-encoding v0.2.0
8212026-03-18T22:48:04.646Z Downloaded signal-hook-registry v1.4.8
8222026-03-18T22:48:04.646Z Downloaded scroll v0.13.0
8232026-03-18T22:48:04.647Z Downloaded strum v0.26.3
8242026-03-18T22:48:04.647Z Downloaded structmeta-derive v0.3.0
8252026-03-18T22:48:04.647Z Downloaded subtle v2.6.1
8262026-03-18T22:48:04.647Z Downloaded strum v0.27.2
8272026-03-18T22:48:04.650Z Downloaded structmeta v0.3.0
8282026-03-18T22:48:04.650Z Downloaded strip-ansi-escapes v0.2.1
8292026-03-18T22:48:04.650Z Downloaded progenitor-extras v0.1.1
8302026-03-18T22:48:04.654Z Downloaded oso v0.27.3
8312026-03-18T22:48:04.657Z Downloaded openssl-sys v0.9.111
8322026-03-18T22:48:04.666Z Downloaded slog-async v2.8.0
8332026-03-18T22:48:04.667Z Downloaded simd-adler32 v0.3.8
8342026-03-18T22:48:04.667Z Downloaded take_mut v0.2.2
8352026-03-18T22:48:04.667Z Downloaded rustversion v1.0.22
8362026-03-18T22:48:04.667Z Downloaded tap v1.0.1
8372026-03-18T22:48:04.726Z Downloaded tagptr v0.2.0
8382026-03-18T22:48:04.726Z Downloaded tabled_derive v0.11.0
8392026-03-18T22:48:04.727Z Downloaded slog-dtrace v0.3.0
8402026-03-18T22:48:04.727Z Downloaded termtree v0.5.1
8412026-03-18T22:48:04.727Z Downloaded supports-color v3.0.2
8422026-03-18T22:48:04.727Z Downloaded hyper-util v0.1.20
8432026-03-18T22:48:04.727Z Downloaded thread-id v5.1.0
8442026-03-18T22:48:04.727Z Downloaded mio v1.1.1
8452026-03-18T22:48:04.727Z Downloaded smallvec v0.6.14
8462026-03-18T22:48:04.727Z Downloaded serde_with_macros v3.17.0
8472026-03-18T22:48:04.727Z Downloaded serde_cbor v0.11.2
8482026-03-18T22:48:04.727Z Downloaded smf v0.2.3
8492026-03-18T22:48:04.727Z Downloaded tinyvec_macros v0.1.1
8502026-03-18T22:48:04.727Z Downloaded sqlformat v0.3.5
8512026-03-18T22:48:04.727Z Downloaded time-core v0.1.8
8522026-03-18T22:48:04.727Z Downloaded spki v0.7.3
8532026-03-18T22:48:04.727Z Downloaded pretty_assertions v1.4.1
8542026-03-18T22:48:04.727Z Downloaded string_cache v0.8.9
8552026-03-18T22:48:04.727Z Downloaded prettyplease v0.2.37
8562026-03-18T22:48:04.727Z Downloaded rcgen v0.12.1
8572026-03-18T22:48:04.727Z Downloaded schemars v0.8.22
8582026-03-18T22:48:04.727Z Downloaded strum_macros v0.26.4
8592026-03-18T22:48:04.728Z Downloaded static_assertions v1.1.0
8602026-03-18T22:48:04.744Z Downloaded slab v0.4.12
8612026-03-18T22:48:04.744Z Downloaded strum_macros v0.24.3
8622026-03-18T22:48:04.744Z Downloaded strum_macros v0.27.2
8632026-03-18T22:48:04.744Z Downloaded stringprep v0.1.5
8642026-03-18T22:48:04.744Z Downloaded iddqd v0.3.17
8652026-03-18T22:48:04.754Z Downloaded rustls-platform-verifier v0.6.2
8662026-03-18T22:48:04.754Z Downloaded tabwriter v1.4.1
8672026-03-18T22:48:04.754Z Downloaded support-bundle-viewer v0.1.2
8682026-03-18T22:48:04.754Z Downloaded ryu v1.0.23
8692026-03-18T22:48:04.754Z Downloaded ron v0.8.1
8702026-03-18T22:48:04.758Z Downloaded thiserror-no-std v2.0.2
8712026-03-18T22:48:04.759Z Downloaded termios v0.3.3
8722026-03-18T22:48:04.759Z Downloaded rayon-core v1.13.0
8732026-03-18T22:48:04.759Z Downloaded quinn v0.11.9
8742026-03-18T22:48:04.762Z Downloaded crossterm v0.29.0
8752026-03-18T22:48:04.766Z Downloaded tokio-dtrace v0.1.1
8762026-03-18T22:48:04.769Z Downloaded time-macros v0.2.27
8772026-03-18T22:48:04.769Z Downloaded tower-service v0.3.3
8782026-03-18T22:48:04.773Z Downloaded tower-layer v0.3.3
8792026-03-18T22:48:04.773Z Downloaded try-lock v0.2.5
8802026-03-18T22:48:04.775Z Downloaded nom v7.1.3
8812026-03-18T22:48:04.778Z Downloaded tokio-macros v2.6.0
8822026-03-18T22:48:04.778Z Downloaded hashbrown v0.15.5
8832026-03-18T22:48:04.784Z Downloaded publicsuffix v2.3.0
8842026-03-18T22:48:04.788Z Downloaded trait-variant v0.1.2
8852026-03-18T22:48:04.788Z Downloaded tiny-keccak v2.0.2
8862026-03-18T22:48:04.792Z Downloaded stacker v0.1.23
8872026-03-18T22:48:04.792Z Downloaded futures-util v0.3.32
8882026-03-18T22:48:04.799Z Downloaded unicode-truncate v1.1.0
8892026-03-18T22:48:04.803Z Downloaded tokio-rustls v0.25.0
8902026-03-18T22:48:04.804Z Downloaded unarray v0.1.4
8912026-03-18T22:48:04.808Z Downloaded num-bigint v0.4.6
8922026-03-18T22:48:04.808Z Downloaded rand v0.8.5
8932026-03-18T22:48:04.812Z Downloaded untrusted v0.9.0
8942026-03-18T22:48:04.818Z Downloaded untrusted v0.7.1
8952026-03-18T22:48:04.818Z Downloaded universal-hash v0.5.1
8962026-03-18T22:48:04.818Z Downloaded usdt-macro v0.6.0
8972026-03-18T22:48:04.818Z Downloaded typify-macro v0.4.3
8982026-03-18T22:48:04.818Z Downloaded typify-macro v0.6.1
8992026-03-18T22:48:04.821Z Downloaded tokio-native-tls v0.3.1
9002026-03-18T22:48:04.821Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9012026-03-18T22:48:04.821Z Downloaded term v1.2.1
9022026-03-18T22:48:04.825Z Downloaded term v0.7.0
9032026-03-18T22:48:04.830Z Downloaded tokio-tungstenite v0.23.1
9042026-03-18T22:48:04.830Z Downloaded unit-prefix v0.5.2
9052026-03-18T22:48:04.830Z Downloaded tls_codec_derive v0.4.2
9062026-03-18T22:48:04.830Z Downloaded usdt-attr-macro v0.6.0
9072026-03-18T22:48:04.833Z Downloaded usdt v0.6.0
9082026-03-18T22:48:04.834Z Downloaded tls_codec v0.4.2
9092026-03-18T22:48:04.834Z Downloaded utf-8 v0.7.6
9102026-03-18T22:48:04.839Z Downloaded slog v2.8.2
9112026-03-18T22:48:04.842Z Downloaded slog-term v2.9.2
9122026-03-18T22:48:04.842Z Downloaded similar v2.7.0
9132026-03-18T22:48:04.848Z Downloaded serde_yaml v0.9.34+deprecated
9142026-03-18T22:48:04.852Z Downloaded wait-timeout v0.2.1
9152026-03-18T22:48:04.852Z Downloaded topological-sort v0.2.2
9162026-03-18T22:48:04.852Z Downloaded void v1.0.2
9172026-03-18T22:48:04.852Z Downloaded waitgroup v0.1.2
9182026-03-18T22:48:04.852Z Downloaded toml_writer v1.0.6+spec-1.1.0
9192026-03-18T22:48:04.853Z Downloaded socket2 v0.6.2
9202026-03-18T22:48:04.859Z Downloaded rustls-webpki v0.103.9
9212026-03-18T22:48:04.863Z Downloaded qorb v0.4.1
9222026-03-18T22:48:04.863Z Downloaded rsa v0.9.10
9232026-03-18T22:48:04.868Z Downloaded want v0.3.1
9242026-03-18T22:48:04.868Z Downloaded schemars v0.9.0
9252026-03-18T22:48:04.874Z Downloaded tui-tree-widget v0.23.1
9262026-03-18T22:48:04.878Z Downloaded tokio-tungstenite v0.21.0
9272026-03-18T22:48:04.878Z Downloaded tokio-stream v0.1.18
9282026-03-18T22:48:04.882Z Downloaded tokio-rustls v0.26.4
9292026-03-18T22:48:04.886Z Downloaded num-bigint-dig v0.8.6
9302026-03-18T22:48:04.901Z Downloaded tar v0.4.44
9312026-03-18T22:48:04.901Z Downloaded rand v0.9.2
9322026-03-18T22:48:04.905Z Downloaded xshell-macros v0.2.7
9332026-03-18T22:48:04.905Z Downloaded snafu v0.8.9
9342026-03-18T22:48:04.905Z Downloaded usdt-impl v0.6.0
9352026-03-18T22:48:04.905Z Downloaded unicase v2.9.0
9362026-03-18T22:48:04.905Z Downloaded test-strategy v0.4.5
9372026-03-18T22:48:04.905Z Downloaded xattr v1.6.1
9382026-03-18T22:48:04.906Z Downloaded blake3 v1.8.3
9392026-03-18T22:48:04.911Z Downloaded schemars v1.2.1
9402026-03-18T22:48:04.922Z Downloaded zone_cfg_derive v0.3.1
9412026-03-18T22:48:04.926Z Downloaded zeroize_derive v1.4.3
9422026-03-18T22:48:04.926Z Downloaded toml_parser v1.0.9+spec-1.1.0
9432026-03-18T22:48:04.926Z Downloaded tinyvec v1.10.0
9442026-03-18T22:48:04.944Z Downloaded vergen-lib v0.1.6
9452026-03-18T22:48:04.944Z Downloaded socket2 v0.5.10
9462026-03-18T22:48:04.945Z Downloaded vergen-gitcl v1.0.8
9472026-03-18T22:48:04.945Z Downloaded zone v0.3.1
9482026-03-18T22:48:04.945Z Downloaded vergen-git2 v1.0.7
9492026-03-18T22:48:04.945Z Downloaded twox-hash v2.1.2
9502026-03-18T22:48:04.945Z Downloaded tracing-attributes v0.1.31
9512026-03-18T22:48:04.945Z Downloaded iri-string v0.7.10
9522026-03-18T22:48:04.945Z Downloaded walkdir v2.5.0
9532026-03-18T22:48:04.948Z Downloaded p521 v0.13.3
9542026-03-18T22:48:04.949Z Downloaded wyz v0.5.1
9552026-03-18T22:48:04.952Z Downloaded whoami v2.1.0
9562026-03-18T22:48:04.952Z Downloaded whoami v1.6.1
9572026-03-18T22:48:04.956Z Downloaded libxml v0.3.3
9582026-03-18T22:48:04.959Z Downloaded unicode-properties v0.1.4
9592026-03-18T22:48:04.959Z Downloaded tokio-rustls v0.24.1
9602026-03-18T22:48:04.963Z Downloaded subprocess v0.2.15
9612026-03-18T22:48:04.963Z Downloaded rand v0.10.0
9622026-03-18T22:48:04.967Z Downloaded xz2 v0.1.7
9632026-03-18T22:48:04.971Z Downloaded xshell v0.2.7
9642026-03-18T22:48:04.971Z Downloaded vergen v9.0.6
9652026-03-18T22:48:04.971Z Downloaded libm v0.2.16
9662026-03-18T22:48:04.978Z Downloaded h2 v0.4.13
9672026-03-18T22:48:04.983Z Downloaded uzers v0.12.2
9682026-03-18T22:48:04.986Z Downloaded zeroize v1.8.2
9692026-03-18T22:48:04.986Z Downloaded itertools v0.14.0
9702026-03-18T22:48:04.991Z Downloaded vsss-rs v3.3.4
9712026-03-18T22:48:04.995Z Downloaded zstd-safe v7.2.4
9722026-03-18T22:48:04.995Z Downloaded rustyline v14.0.0
9732026-03-18T22:48:05.000Z Downloaded russh v0.45.0
9742026-03-18T22:48:05.004Z Downloaded tungstenite v0.23.0
9752026-03-18T22:48:05.007Z Downloaded typify v0.4.3
9762026-03-18T22:48:05.012Z Downloaded typify v0.6.1
9772026-03-18T22:48:05.012Z Downloaded tungstenite v0.21.0
9782026-03-18T22:48:05.015Z Downloaded tracing-core v0.1.36
9792026-03-18T22:48:05.019Z Downloaded hyper v1.8.1
9802026-03-18T22:48:05.022Z Downloaded unicode-bidi v0.3.18
9812026-03-18T22:48:05.025Z Downloaded toml v0.7.8
9822026-03-18T22:48:05.025Z Downloaded hkdf v0.12.4
9832026-03-18T22:48:05.029Z Downloaded toml v0.9.12+spec-1.1.0
9842026-03-18T22:48:05.032Z Downloaded zerocopy v0.6.6
9852026-03-18T22:48:05.032Z Downloaded samael v0.0.19
9862026-03-18T22:48:05.036Z Downloaded toml_edit v0.23.10+spec-1.0.0
9872026-03-18T22:48:05.040Z Downloaded itertools v0.12.1
9882026-03-18T22:48:05.045Z Downloaded zstd v0.13.3
9892026-03-18T22:48:05.048Z Downloaded itertools v0.13.0
9902026-03-18T22:48:05.052Z Downloaded aws-lc-rs v1.16.0
9912026-03-18T22:48:05.059Z Downloaded vte v0.14.1
9922026-03-18T22:48:05.062Z Downloaded tokio-postgres v0.7.16
9932026-03-18T22:48:05.068Z Downloaded signal-hook v0.3.18
9942026-03-18T22:48:05.071Z Downloaded thread_local v1.1.9
9952026-03-18T22:48:05.071Z Downloaded spin v0.9.8
9962026-03-18T22:48:05.071Z Downloaded unsafe-libyaml v0.2.11
9972026-03-18T22:48:05.074Z Downloaded steno v0.4.1
9982026-03-18T22:48:05.079Z Downloaded rpassword v7.4.0
9992026-03-18T22:48:05.080Z Downloaded toml_edit v0.19.15
10002026-03-18T22:48:05.091Z Downloaded zopfli v0.8.3
10012026-03-18T22:48:05.099Z Downloaded chrono v0.4.44
10022026-03-18T22:48:05.104Z Downloaded reqwest v0.13.2
10032026-03-18T22:48:05.104Z Downloaded reqwest v0.12.28
10042026-03-18T22:48:05.111Z Downloaded bindgen v0.71.1
10052026-03-18T22:48:05.115Z Downloaded zip v0.6.6
10062026-03-18T22:48:05.119Z Downloaded yasna v0.5.2
10072026-03-18T22:48:05.119Z Downloaded uuid v1.21.0
10082026-03-18T22:48:05.122Z Downloaded ssh-key v0.6.7
10092026-03-18T22:48:05.126Z Downloaded unicode_categories v0.1.1
10102026-03-18T22:48:05.129Z Downloaded yansi v1.0.1
10112026-03-18T22:48:05.129Z Downloaded regex v1.12.3
10122026-03-18T22:48:05.133Z Downloaded reedline v0.40.0
10132026-03-18T22:48:05.138Z Downloaded typed-path v0.9.3
10142026-03-18T22:48:05.143Z Downloaded p384 v0.13.1
10152026-03-18T22:48:05.147Z Downloaded bitvec v1.0.1
10162026-03-18T22:48:05.158Z Downloaded moka v0.12.13
10172026-03-18T22:48:05.164Z Downloaded goblin v0.10.5
10182026-03-18T22:48:05.170Z Downloaded ron v0.12.0
10192026-03-18T22:48:05.177Z Downloaded zerocopy-derive v0.8.40
10202026-03-18T22:48:05.183Z Downloaded rayon v1.11.0
10212026-03-18T22:48:05.190Z Downloaded x509-cert v0.2.5
10222026-03-18T22:48:05.194Z Downloaded lalrpop v0.19.12
10232026-03-18T22:48:05.203Z Downloaded unicode-segmentation v1.12.0
10242026-03-18T22:48:05.206Z Downloaded unicode-normalization v0.1.25
10252026-03-18T22:48:05.209Z Downloaded rustls-webpki v0.101.7
10262026-03-18T22:48:05.219Z Downloaded zip v4.6.1
10272026-03-18T22:48:05.224Z Downloaded tower v0.5.3
10282026-03-18T22:48:05.230Z Downloaded object v0.30.4
10292026-03-18T22:48:05.236Z Downloaded salty v0.3.0
10302026-03-18T22:48:05.242Z Downloaded quick-xml v0.37.5
10312026-03-18T22:48:05.247Z Downloaded portable-atomic v1.13.1
10322026-03-18T22:48:05.255Z Downloaded tokio-util v0.7.18
10332026-03-18T22:48:05.258Z Downloaded tower-http v0.6.8
10342026-03-18T22:48:05.264Z Downloaded tough v0.20.0
10352026-03-18T22:48:05.270Z Downloaded proptest v1.10.0
10362026-03-18T22:48:05.277Z Downloaded winnow v0.5.40
10372026-03-18T22:48:05.283Z Downloaded winnow v0.6.26
10382026-03-18T22:48:05.290Z Downloaded rustls-webpki v0.102.8
10392026-03-18T22:48:05.304Z Downloaded petname v2.0.2
10402026-03-18T22:48:05.309Z Downloaded serde_with v3.17.0
10412026-03-18T22:48:05.317Z Downloaded quinn-proto v0.11.13
10422026-03-18T22:48:05.324Z Downloaded nix v0.27.1
10432026-03-18T22:48:05.330Z Downloaded rustls v0.21.12
10442026-03-18T22:48:05.338Z Downloaded bstr v1.12.1
10452026-03-18T22:48:05.345Z Downloaded time v0.3.47
10462026-03-18T22:48:05.354Z Downloaded tabled v0.20.0
10472026-03-18T22:48:05.368Z Downloaded openssl v0.10.75
10482026-03-18T22:48:05.376Z Downloaded radix_trie v0.2.1
10492026-03-18T22:48:05.379Z Downloaded hickory-proto v0.24.4
10502026-03-18T22:48:05.391Z Downloaded smoltcp v0.9.1
10512026-03-18T22:48:05.399Z Downloaded polar-core v0.27.3
10522026-03-18T22:48:05.405Z Downloaded object v0.37.3
10532026-03-18T22:48:05.414Z Downloaded smoltcp v0.11.0
10542026-03-18T22:48:05.423Z Downloaded rustls v0.23.37
10552026-03-18T22:48:05.432Z Downloaded nix v0.29.0
10562026-03-18T22:48:05.441Z Downloaded vcpkg v0.2.15
10572026-03-18T22:48:05.471Z Downloaded zlib-rs v0.6.2
10582026-03-18T22:48:05.476Z Downloaded rustix v0.38.44
10592026-03-18T22:48:05.492Z Downloaded nix v0.31.1
10602026-03-18T22:48:05.501Z Downloaded rustls v0.22.4
10612026-03-18T22:48:05.511Z Downloaded zerocopy v0.8.40
10622026-03-18T22:48:05.518Z Downloaded webpki-roots v1.0.6
10632026-03-18T22:48:05.521Z Downloaded nix v0.28.0
10642026-03-18T22:48:05.530Z Downloaded diesel v2.3.7
10652026-03-18T22:48:05.545Z Downloaded regex-syntax v0.8.10
10662026-03-18T22:48:05.551Z Downloaded dropshot v0.16.7
10672026-03-18T22:48:05.568Z Downloaded sqlparser v0.61.0
10682026-03-18T22:48:05.575Z Downloaded sled v0.34.7
10692026-03-18T22:48:05.583Z Downloaded regress v0.10.5
10702026-03-18T22:48:05.591Z Downloaded typify-impl v0.6.1
10712026-03-18T22:48:05.603Z Downloaded regex-syntax v0.6.29
10722026-03-18T22:48:05.608Z Downloaded bzip2-sys v0.1.13+1.0.8
10732026-03-18T22:48:05.616Z Downloaded openapiv3 v2.2.0
10742026-03-18T22:48:05.632Z Downloaded regex-automata v0.4.14
10752026-03-18T22:48:05.641Z Downloaded hickory-proto v0.25.2
10762026-03-18T22:48:05.653Z Downloaded curve25519-dalek v4.1.3
10772026-03-18T22:48:05.660Z Downloaded git2 v0.20.4
10782026-03-18T22:48:05.666Z Downloaded snafu-derive v0.8.9
10792026-03-18T22:48:05.669Z Downloaded thiserror-impl-no-std v2.0.2
10802026-03-18T22:48:05.670Z Downloaded testing_table v0.3.0
10812026-03-18T22:48:05.670Z Downloaded slog-stdlog v4.1.1
10822026-03-18T22:48:05.673Z Downloaded slog-scope v4.4.1
10832026-03-18T22:48:05.673Z Downloaded progenitor-impl v0.13.0
10842026-03-18T22:48:05.673Z Downloaded tracing v0.1.44
10852026-03-18T22:48:05.688Z Downloaded typify-impl v0.4.3
10862026-03-18T22:48:05.697Z Downloaded ratatui v0.29.0
10872026-03-18T22:48:05.711Z Downloaded chrono-tz v0.10.4
10882026-03-18T22:48:05.723Z Downloaded http v1.4.0
10892026-03-18T22:48:05.729Z Downloaded sync_wrapper v1.0.2
10902026-03-18T22:48:05.729Z Downloaded sync-ptr v0.1.4
10912026-03-18T22:48:05.733Z Downloaded slog-json v2.6.1
10922026-03-18T22:48:05.733Z Downloaded progenitor-impl v0.10.0
10932026-03-18T22:48:05.733Z Downloaded aho-corasick v1.1.4
10942026-03-18T22:48:05.737Z Downloaded zerocopy-derive v0.6.6
10952026-03-18T22:48:05.741Z Downloaded seq-macro v0.3.6
10962026-03-18T22:48:05.744Z Downloaded libz-sys v1.1.24
10972026-03-18T22:48:05.758Z Downloaded scroll_derive v0.13.1
10982026-03-18T22:48:05.761Z Downloaded rand_seeder v0.4.0
10992026-03-18T22:48:05.761Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11002026-03-18T22:48:05.772Z Downloaded sha3 v0.10.8
11012026-03-18T22:48:05.776Z Downloaded petgraph v0.6.5
11022026-03-18T22:48:05.788Z Downloaded rand_core v0.10.0
11032026-03-18T22:48:05.792Z Downloaded pkcs8 v0.10.2
11042026-03-18T22:48:05.792Z Downloaded pkcs1 v0.7.5
11052026-03-18T22:48:05.796Z Downloaded proc-macro-error2 v2.0.1
11062026-03-18T22:48:05.796Z Downloaded ppv-lite86 v0.2.21
11072026-03-18T22:48:05.800Z Downloaded postgres-protocol v0.6.10
11082026-03-18T22:48:05.800Z Downloaded parking_lot_core v0.8.6
11092026-03-18T22:48:05.800Z Downloaded parking_lot v0.12.5
11102026-03-18T22:48:05.803Z Downloaded jiff v0.2.21
11112026-03-18T22:48:05.817Z Downloaded lzma-sys v0.1.20
11122026-03-18T22:48:05.835Z Downloaded parking_lot v0.11.2
11132026-03-18T22:48:05.839Z Downloaded hickory-resolver v0.25.2
11142026-03-18T22:48:05.843Z Downloaded petgraph v0.8.3
11152026-03-18T22:48:05.856Z Downloaded csv v1.4.0
11162026-03-18T22:48:05.868Z Downloaded hickory-resolver v0.24.4
11172026-03-18T22:48:05.872Z Downloaded paste v1.0.15
11182026-03-18T22:48:05.877Z Downloaded ignore v0.4.25
11192026-03-18T22:48:05.877Z Downloaded crossterm v0.28.1
11202026-03-18T22:48:05.881Z Downloaded password-hash v0.5.0
11212026-03-18T22:48:05.881Z Downloaded password-hash v0.4.2
11222026-03-18T22:48:05.884Z Downloaded heapless v0.7.17
11232026-03-18T22:48:05.888Z Downloaded headers v0.4.1
11242026-03-18T22:48:05.892Z Downloaded tokio v1.49.0
11252026-03-18T22:48:05.917Z Downloaded phf_shared v0.12.1
11262026-03-18T22:48:05.920Z Downloaded memmap2 v0.9.10
11272026-03-18T22:48:05.920Z Downloaded owo-colors v4.3.0
11282026-03-18T22:48:05.925Z Downloaded aes-gcm v0.10.3
11292026-03-18T22:48:05.925Z Downloaded num-derive v0.4.2
11302026-03-18T22:48:05.928Z Downloaded num-complex v0.4.6
11312026-03-18T22:48:05.928Z Downloaded linear-map v1.2.0
11322026-03-18T22:48:05.929Z Downloaded num-rational v0.4.2
11332026-03-18T22:48:05.929Z Downloaded litrs v1.0.0
11342026-03-18T22:48:05.932Z Downloaded libsw-core v0.3.2
11352026-03-18T22:48:05.932Z Downloaded indexmap v1.9.3
11362026-03-18T22:48:05.932Z Downloaded nu-ansi-term v0.50.3
11372026-03-18T22:48:05.936Z Downloaded darling_core v0.23.0
11382026-03-18T22:48:05.939Z Downloaded darling_core v0.21.3
11392026-03-18T22:48:05.945Z Downloaded const_format v0.2.35
11402026-03-18T22:48:05.945Z Downloaded bumpalo v3.20.2
11412026-03-18T22:48:05.948Z Downloaded pbkdf2 v0.11.0
11422026-03-18T22:48:05.948Z Downloaded native-tls v0.2.18
11432026-03-18T22:48:05.952Z Downloaded nanorand v0.7.0
11442026-03-18T22:48:05.952Z Downloaded half v1.8.3
11452026-03-18T22:48:05.955Z Downloaded elliptic-curve v0.13.8
11462026-03-18T22:48:05.955Z Downloaded ring v0.17.14
11472026-03-18T22:48:05.985Z Downloaded bytes v1.11.1
11482026-03-18T22:48:05.988Z Downloaded newtype-uuid v1.3.2
11492026-03-18T22:48:05.992Z Downloaded base64 v0.21.7
11502026-03-18T22:48:05.992Z Downloaded fatfs v0.3.6
11512026-03-18T22:48:05.995Z Downloaded dropshot_endpoint v0.16.7
11522026-03-18T22:48:05.995Z Downloaded crypto-bigint v0.5.5
11532026-03-18T22:48:06.002Z Downloaded encoding_rs v0.8.35
11542026-03-18T22:48:06.015Z Downloaded openssl-macros v0.1.1
11552026-03-18T22:48:06.019Z Downloaded opaque-debug v0.3.1
11562026-03-18T22:48:06.019Z Downloaded num_enum_derive v0.5.11
11572026-03-18T22:48:06.019Z Downloaded num-iter v0.1.45
11582026-03-18T22:48:06.019Z Downloaded humantime v2.3.0
11592026-03-18T22:48:06.022Z Downloaded libloading v0.8.9
11602026-03-18T22:48:06.023Z Downloaded hyper-rustls v0.27.7
11612026-03-18T22:48:06.026Z Downloaded ar_archive_writer v0.5.1
11622026-03-18T22:48:06.026Z Downloaded num v0.4.3
11632026-03-18T22:48:06.026Z Downloaded normalize-line-endings v0.3.0
11642026-03-18T22:48:06.029Z Downloaded libefi-sys v0.1.0
11652026-03-18T22:48:06.029Z Downloaded jobserver v0.1.34
11662026-03-18T22:48:06.029Z Downloaded derive_more v0.99.20
11672026-03-18T22:48:06.033Z Downloaded darling v0.21.3
11682026-03-18T22:48:06.037Z Downloaded compact_str v0.8.1
11692026-03-18T22:48:06.041Z Downloaded newtype-uuid-macros v0.1.0
11702026-03-18T22:48:06.041Z Downloaded lalrpop-util v0.19.12
11712026-03-18T22:48:06.041Z Downloaded diesel_derives v2.3.7
11722026-03-18T22:48:06.044Z Downloaded multimap v0.10.1
11732026-03-18T22:48:06.047Z Downloaded indoc v2.0.7
11742026-03-18T22:48:06.047Z Downloaded mime v0.3.17
11752026-03-18T22:48:06.050Z Downloaded memoffset v0.9.1
11762026-03-18T22:48:06.051Z Downloaded managed v0.8.0
11772026-03-18T22:48:06.051Z Downloaded lzss v0.8.2
11782026-03-18T22:48:06.051Z Downloaded env_logger v0.11.9
11792026-03-18T22:48:06.054Z Downloaded ipnetwork v0.21.1
11802026-03-18T22:48:06.054Z Downloaded ingot-types v0.1.2
11812026-03-18T22:48:06.054Z Downloaded maplit v1.0.2
11822026-03-18T22:48:06.058Z Downloaded md-5 v0.10.6
11832026-03-18T22:48:06.058Z Downloaded lru-slab v0.1.2
11842026-03-18T22:48:06.058Z Downloaded libscf-sys v1.1.0
11852026-03-18T22:48:06.058Z Downloaded linked-hash-map v0.5.6
11862026-03-18T22:48:06.058Z Downloaded lazy_static v1.5.0
11872026-03-18T22:48:06.061Z Downloaded libgit2-sys v0.18.3+1.9.2
11882026-03-18T22:48:06.100Z Downloaded crc32fast v1.5.0
11892026-03-18T22:48:06.103Z Downloaded keccak v0.1.6
11902026-03-18T22:48:06.103Z Downloaded hyper-tls v0.6.0
11912026-03-18T22:48:06.103Z Downloaded hyper-staticfile v0.10.1
11922026-03-18T22:48:06.107Z Downloaded http-body-util v0.1.3
11932026-03-18T22:48:06.107Z Downloaded derive_more v2.1.1
11942026-03-18T22:48:06.115Z Downloaded darling v0.20.11
11952026-03-18T22:48:06.122Z Downloaded crc-any v2.5.0
11962026-03-18T22:48:06.122Z Downloaded clang-sys v1.8.1
11972026-03-18T22:48:06.126Z Downloaded backon v1.6.0
11982026-03-18T22:48:06.126Z Downloaded daft-derive v0.1.5
11992026-03-18T22:48:06.126Z Downloaded cargo_toml v0.22.3
12002026-03-18T22:48:06.126Z Downloaded is-terminal v0.4.17
12012026-03-18T22:48:06.130Z Downloaded internet-checksum v0.2.1
12022026-03-18T22:48:06.130Z Downloaded instant v0.1.13
12032026-03-18T22:48:06.130Z Downloaded colored v2.2.0
12042026-03-18T22:48:06.130Z Downloaded cookie v0.18.1
12052026-03-18T22:48:06.134Z Downloaded bzip2 v0.6.1
12062026-03-18T22:48:06.134Z Downloaded blowfish v0.9.1
12072026-03-18T22:48:06.134Z Downloaded defmt-macros v1.0.1
12082026-03-18T22:48:06.138Z Downloaded corncobs v0.1.4
12092026-03-18T22:48:06.138Z Downloaded bzip2 v0.4.4
12102026-03-18T22:48:06.138Z Downloaded async-trait v0.1.89
12112026-03-18T22:48:06.142Z Downloaded futures-executor v0.3.32
12122026-03-18T22:48:06.142Z Downloaded ecdsa v0.16.9
12132026-03-18T22:48:06.147Z Downloaded console v0.16.2
12142026-03-18T22:48:06.147Z Downloaded console v0.15.11
12152026-03-18T22:48:06.147Z Downloaded indoc v1.0.9
12162026-03-18T22:48:06.152Z Downloaded indent_write v2.2.0
12172026-03-18T22:48:06.152Z Downloaded ident_case v1.0.1
12182026-03-18T22:48:06.152Z Downloaded futures-macro v0.3.32
12192026-03-18T22:48:06.152Z Downloaded fs-err v2.11.0
12202026-03-18T22:48:06.152Z Downloaded derive_builder_core v0.20.2
12212026-03-18T22:48:06.156Z Downloaded base64ct v1.8.3
12222026-03-18T22:48:06.156Z Downloaded hostname v0.3.1
12232026-03-18T22:48:06.156Z Downloaded daft v0.1.5
12242026-03-18T22:48:06.157Z Downloaded http-range v0.1.5
12252026-03-18T22:48:06.157Z Downloaded hostname v0.4.2
12262026-03-18T22:48:06.161Z Downloaded crossbeam-epoch v0.9.18
12272026-03-18T22:48:06.161Z Downloaded foldhash v0.2.0
12282026-03-18T22:48:06.162Z Downloaded fixedbitset v0.5.7
12292026-03-18T22:48:06.165Z Downloaded find-msvc-tools v0.1.9
12302026-03-18T22:48:06.165Z Downloaded filetime v0.2.27
12312026-03-18T22:48:06.165Z Downloaded ed25519 v2.2.3
12322026-03-18T22:48:06.166Z Downloaded foldhash v0.1.5
12332026-03-18T22:48:06.170Z Downloaded float-ord v0.3.2
12342026-03-18T22:48:06.170Z Downloaded der_derive v0.7.3
12352026-03-18T22:48:06.171Z Downloaded either v1.15.0
12362026-03-18T22:48:06.171Z Downloaded defmt v1.0.1
12372026-03-18T22:48:06.175Z Downloaded chacha20 v0.10.0
12382026-03-18T22:48:06.175Z Downloaded chacha20 v0.9.1
12392026-03-18T22:48:06.175Z Downloaded bitflags v1.3.2
12402026-03-18T22:48:06.179Z Downloaded bit-vec v0.8.0
12412026-03-18T22:48:06.179Z Downloaded hash32 v0.3.1
12422026-03-18T22:48:06.179Z Downloaded hash32 v0.2.1
12432026-03-18T22:48:06.184Z Downloaded globwalk v0.9.1
12442026-03-18T22:48:06.184Z Downloaded futures-sink v0.3.32
12452026-03-18T22:48:06.184Z Downloaded bitfield v0.19.4
12462026-03-18T22:48:06.184Z Downloaded cmake v0.1.57
12472026-03-18T22:48:06.184Z Downloaded cexpr v0.6.0
12482026-03-18T22:48:06.189Z Downloaded cassowary v0.3.0
12492026-03-18T22:48:06.189Z Downloaded cargo-platform v0.1.9
12502026-03-18T22:48:06.189Z Downloaded camino-tempfile-ext v0.3.3
12512026-03-18T22:48:06.189Z Downloaded embedded-io v0.4.0
12522026-03-18T22:48:06.189Z Downloaded fxhash v0.2.1
12532026-03-18T22:48:06.189Z Downloaded funty v2.0.0
12542026-03-18T22:48:06.189Z Downloaded cpufeatures v0.3.0
12552026-03-18T22:48:06.194Z Downloaded ena v0.14.4
12562026-03-18T22:48:06.194Z Downloaded display-error-chain v0.2.2
12572026-03-18T22:48:06.194Z Downloaded darling_macro v0.21.3
12582026-03-18T22:48:06.194Z Downloaded cfg_aliases v0.2.1
12592026-03-18T22:48:06.194Z Downloaded base16ct v0.2.0
12602026-03-18T22:48:06.194Z Downloaded dyn-clone v1.0.20
12612026-03-18T22:48:06.198Z Downloaded bit-set v0.8.0
12622026-03-18T22:48:06.198Z Downloaded bit-set v0.5.3
12632026-03-18T22:48:06.198Z Downloaded base16ct v1.0.0
12642026-03-18T22:48:06.199Z Downloaded async-stream-impl v0.3.6
12652026-03-18T22:48:06.199Z Downloaded dunce v1.0.5
12662026-03-18T22:48:06.199Z Downloaded darling_macro v0.23.0
12672026-03-18T22:48:06.199Z Downloaded curve25519-dalek-derive v0.1.1
12682026-03-18T22:48:06.203Z Downloaded cookie_store v0.22.1
12692026-03-18T22:48:06.203Z Downloaded bit-vec v0.6.3
12702026-03-18T22:48:06.203Z Downloaded async-stream v0.3.6
12712026-03-18T22:48:06.203Z Downloaded dsl_auto_type v0.2.0
12722026-03-18T22:48:06.203Z Downloaded cfg_aliases v0.1.1
12732026-03-18T22:48:06.206Z Downloaded bcrypt-pbkdf v0.10.0
12742026-03-18T22:48:06.206Z Downloaded crucible-workspace-hack v0.1.0
12752026-03-18T22:48:06.206Z Downloaded debug-ignore v1.0.5
12762026-03-18T22:48:06.210Z Downloaded ctr v0.9.2
12772026-03-18T22:48:06.210Z Downloaded csv-core v0.1.13
12782026-03-18T22:48:06.210Z Downloaded crc-catalog v2.4.0
12792026-03-18T22:48:06.210Z Downloaded ciborium-ll v0.2.2
12802026-03-18T22:48:06.213Z Downloaded block-padding v0.3.3
12812026-03-18T22:48:06.214Z Downloaded atomic-waker v1.1.2
12822026-03-18T22:48:06.214Z Downloaded defmt v0.3.100
12832026-03-18T22:48:06.214Z Downloaded cstr-argument v0.1.2
12842026-03-18T22:48:06.214Z Downloaded bb8 v0.8.6
12852026-03-18T22:48:06.217Z Downloaded derive_builder_macro v0.20.2
12862026-03-18T22:48:06.217Z Downloaded crunchy v0.2.4
12872026-03-18T22:48:06.217Z Downloaded constant_time_eq v0.4.2
12882026-03-18T22:48:06.217Z Downloaded cancel-safe-futures v0.1.5
12892026-03-18T22:48:06.221Z Downloaded bitfield-macros v0.19.4
12902026-03-18T22:48:06.221Z Downloaded backoff v0.4.0
12912026-03-18T22:48:06.266Z Downloaded atty v0.2.14
12922026-03-18T22:48:06.267Z Downloaded darling_macro v0.20.11
12932026-03-18T22:48:06.267Z Downloaded colored v3.1.1
12942026-03-18T22:48:06.267Z Downloaded derive_builder v0.20.2
12952026-03-18T22:48:06.267Z Downloaded async-recursion v1.1.1
12962026-03-18T22:48:06.267Z Downloaded ahash v0.8.12
12972026-03-18T22:48:06.267Z Downloaded dtrace-parser v0.3.0
12982026-03-18T22:48:06.267Z Downloaded dirs-sys-next v0.1.2
12992026-03-18T22:48:06.267Z Downloaded derive-ex v0.1.8
13002026-03-18T22:48:06.268Z Downloaded crc v3.4.0
13012026-03-18T22:48:06.268Z Downloaded atomicwrites v0.4.4
13022026-03-18T22:48:06.268Z Downloaded aes v0.8.4
13032026-03-18T22:48:06.268Z Downloaded deranged v0.5.8
13042026-03-18T22:48:06.268Z Downloaded cipher v0.4.4
13052026-03-18T22:48:06.268Z Downloaded downcast-rs v2.0.2
13062026-03-18T22:48:06.268Z Downloaded dof v0.4.0
13072026-03-18T22:48:06.268Z Downloaded crossbeam-utils v0.8.21
13082026-03-18T22:48:06.268Z Downloaded data-encoding v2.10.0
13092026-03-18T22:48:06.268Z Downloaded convert_case v0.4.0
13102026-03-18T22:48:06.268Z Downloaded ciborium-io v0.2.2
13112026-03-18T22:48:06.268Z Downloaded async-bb8-diesel v0.2.1
13122026-03-18T22:48:06.269Z Downloaded critical-section v1.2.0
13132026-03-18T22:48:06.269Z Downloaded argon2 v0.5.3
13142026-03-18T22:48:06.269Z Downloaded array-init v0.0.4
13152026-03-18T22:48:06.269Z Downloaded allocator-api2 v0.2.21
13162026-03-18T22:48:06.639Z Downloaded aws-lc-sys v0.37.1
13172026-03-18T22:48:06.933Z Compiling libc v0.2.180
13182026-03-18T22:48:06.934Z Compiling serde v1.0.228
13192026-03-18T22:48:06.937Z Compiling log v0.4.29
13202026-03-18T22:48:06.937Z Compiling find-msvc-tools v0.1.9
13212026-03-18T22:48:06.938Z Compiling shlex v1.3.0
13222026-03-18T22:48:06.938Z Compiling smallvec v1.15.1
13232026-03-18T22:48:06.938Z Compiling typenum v1.19.0
13242026-03-18T22:48:06.938Z Compiling subtle v2.6.1
13252026-03-18T22:48:07.134Z Compiling generic-array v0.14.7
13262026-03-18T22:48:07.137Z Compiling scopeguard v1.2.0
13272026-03-18T22:48:07.148Z Compiling portable-atomic v1.13.1
13282026-03-18T22:48:07.189Z Compiling const-oid v0.9.6
13292026-03-18T22:48:07.194Z Compiling critical-section v1.2.0
13302026-03-18T22:48:07.207Z Compiling zerocopy v0.8.40
13312026-03-18T22:48:07.248Z Compiling syn v2.0.117
13322026-03-18T22:48:07.289Z Compiling parking_lot_core v0.9.12
13332026-03-18T22:48:07.376Z Compiling pin-project-lite v0.2.17
13342026-03-18T22:48:07.400Z Compiling lock_api v0.4.14
13352026-03-18T22:48:07.425Z Compiling serde_json v1.0.149
13362026-03-18T22:48:07.431Z Compiling pkg-config v0.3.32
13372026-03-18T22:48:07.431Z Compiling bitflags v2.11.0
13382026-03-18T22:48:07.484Z Compiling libm v0.2.16
13392026-03-18T22:48:07.510Z Compiling num-traits v0.2.19
13402026-03-18T22:48:07.569Z Compiling futures-core v0.3.32
13412026-03-18T22:48:07.597Z Compiling percent-encoding v2.3.2
13422026-03-18T22:48:07.621Z Compiling allocator-api2 v0.2.21
13432026-03-18T22:48:07.758Z Compiling futures-sink v0.3.32
13442026-03-18T22:48:07.801Z Compiling cpufeatures v0.2.17
13452026-03-18T22:48:07.889Z Compiling foldhash v0.2.0
13462026-03-18T22:48:07.893Z Compiling slab v0.4.12
13472026-03-18T22:48:07.894Z Compiling futures-io v0.3.32
13482026-03-18T22:48:07.978Z Compiling futures-channel v0.3.32
13492026-03-18T22:48:07.983Z Compiling futures-task v0.3.32
13502026-03-18T22:48:08.041Z Compiling getrandom v0.4.1
13512026-03-18T22:48:08.085Z Compiling hashbrown v0.16.1
13522026-03-18T22:48:08.089Z Compiling rustversion v1.0.22
13532026-03-18T22:48:08.170Z Compiling getrandom v0.3.4
13542026-03-18T22:48:08.193Z Compiling rand_core v0.10.0
13552026-03-18T22:48:08.214Z Compiling form_urlencoded v1.2.2
13562026-03-18T22:48:08.214Z Compiling ident_case v1.0.1
13572026-03-18T22:48:08.260Z Compiling fs_extra v1.3.0
13582026-03-18T22:48:08.283Z Compiling base64ct v1.8.3
13592026-03-18T22:48:08.433Z Compiling getrandom v0.2.17
13602026-03-18T22:48:08.456Z Compiling jobserver v0.1.34
13612026-03-18T22:48:08.476Z Compiling errno v0.3.14
13622026-03-18T22:48:08.525Z Compiling mio v1.1.1
13632026-03-18T22:48:08.547Z Compiling socket2 v0.6.2
13642026-03-18T22:48:08.619Z Compiling rand_core v0.6.4
13652026-03-18T22:48:08.643Z Compiling signal-hook-registry v1.4.8
13662026-03-18T22:48:08.712Z Compiling dunce v1.0.5
13672026-03-18T22:48:08.737Z Compiling once_cell v1.21.3
13682026-03-18T22:48:08.760Z Compiling cc v1.2.56
13692026-03-18T22:48:08.844Z Compiling parking_lot v0.12.5
13702026-03-18T22:48:08.867Z Compiling indexmap v2.13.0
13712026-03-18T22:48:08.914Z Compiling pem-rfc7468 v0.7.0
13722026-03-18T22:48:08.935Z Compiling flagset v0.4.7
13732026-03-18T22:48:08.975Z Compiling rustix v1.1.3
13742026-03-18T22:48:08.999Z Compiling iana-time-zone v0.1.65
13752026-03-18T22:48:09.023Z Compiling uuid v1.21.0
13762026-03-18T22:48:09.048Z Compiling rustc_version v0.4.1
13772026-03-18T22:48:09.118Z Compiling vcpkg v0.2.15
13782026-03-18T22:48:09.142Z Compiling regex-syntax v0.8.10
13792026-03-18T22:48:09.193Z Compiling aws-lc-rs v1.16.0
13802026-03-18T22:48:09.348Z Compiling rand_core v0.9.5
13812026-03-18T22:48:09.356Z Compiling tracing-core v0.1.36
13822026-03-18T22:48:09.387Z Compiling crossbeam-utils v0.8.21
13832026-03-18T22:48:09.492Z Compiling untrusted v0.9.0
13842026-03-18T22:48:09.512Z Compiling untrusted v0.7.1
13852026-03-18T22:48:09.600Z Compiling syn v1.0.109
13862026-03-18T22:48:09.667Z Compiling base64 v0.22.1
13872026-03-18T22:48:09.692Z Compiling cmake v0.1.57
13882026-03-18T22:48:09.712Z Compiling schemars v0.8.22
13892026-03-18T22:48:09.738Z Compiling openssl-probe v0.2.1
13902026-03-18T22:48:09.769Z Compiling httparse v1.10.1
13912026-03-18T22:48:09.795Z Compiling tower-service v0.3.3
13922026-03-18T22:48:09.920Z Compiling tower-layer v0.3.3
13932026-03-18T22:48:09.923Z Compiling atomic-waker v1.1.2
13942026-03-18T22:48:09.974Z Compiling rustls v0.23.37
13952026-03-18T22:48:10.069Z Compiling dyn-clone v1.0.20
13962026-03-18T22:48:10.114Z Compiling tinyvec_macros v0.1.1
13972026-03-18T22:48:10.137Z Compiling try-lock v0.2.5
13982026-03-18T22:48:10.141Z Compiling spin v0.9.8
13992026-03-18T22:48:10.179Z Compiling aho-corasick v1.1.4
14002026-03-18T22:48:10.183Z Compiling powerfmt v0.2.0
14012026-03-18T22:48:10.247Z Compiling tinyvec v1.10.0
14022026-03-18T22:48:10.271Z Compiling want v0.3.1
14032026-03-18T22:48:10.275Z Compiling httpdate v1.0.3
14042026-03-18T22:48:10.275Z Compiling openssl v0.10.75
14052026-03-18T22:48:10.275Z Compiling pin-utils v0.1.0
14062026-03-18T22:48:10.352Z Compiling foreign-types-shared v0.1.1
14072026-03-18T22:48:10.446Z Compiling num-conv v0.2.0
14082026-03-18T22:48:10.468Z Compiling time-core v0.1.8
14092026-03-18T22:48:10.472Z Compiling crc32fast v1.5.0
14102026-03-18T22:48:10.513Z Compiling foreign-types v0.3.2
14112026-03-18T22:48:10.516Z Compiling deranged v0.5.8
14122026-03-18T22:48:10.554Z Compiling wait-timeout v0.2.1
14132026-03-18T22:48:10.596Z Compiling num_threads v0.1.7
14142026-03-18T22:48:10.618Z Compiling simd-adler32 v0.3.8
14152026-03-18T22:48:10.645Z Compiling quick-error v1.2.3
14162026-03-18T22:48:10.727Z Compiling native-tls v0.2.18
14172026-03-18T22:48:10.733Z Compiling time-macros v0.2.27
14182026-03-18T22:48:10.756Z Compiling either v1.15.0
14192026-03-18T22:48:10.794Z Compiling bit-vec v0.8.0
14202026-03-18T22:48:10.844Z Compiling siphasher v1.0.2
14212026-03-18T22:48:10.904Z Compiling usdt-impl v0.6.0
14222026-03-18T22:48:10.934Z Compiling unicode-normalization v0.1.25
14232026-03-18T22:48:10.957Z Compiling aws-lc-sys v0.37.1
14242026-03-18T22:48:10.960Z Compiling ring v0.17.14
14252026-03-18T22:48:11.005Z Compiling openssl-sys v0.9.111
14262026-03-18T22:48:11.026Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14272026-03-18T22:48:11.118Z Compiling bit-set v0.8.0
14282026-03-18T22:48:11.124Z Compiling bzip2-sys v0.1.13+1.0.8
14292026-03-18T22:48:11.214Z Compiling tempfile v3.25.0
14302026-03-18T22:48:11.383Z Compiling crossbeam-epoch v0.9.18
14312026-03-18T22:48:11.410Z Compiling synstructure v0.13.2
14322026-03-18T22:48:11.562Z Compiling pest_generator v2.8.6
14332026-03-18T22:48:11.586Z Compiling serde_derive_internals v0.29.1
14342026-03-18T22:48:11.590Z Compiling darling_core v0.20.11
14352026-03-18T22:48:11.756Z Compiling regex-automata v0.4.14
14362026-03-18T22:48:11.832Z Compiling rusty-fork v0.3.1
14372026-03-18T22:48:12.140Z Compiling darling_core v0.21.3
14382026-03-18T22:48:12.288Z Compiling slog v2.8.2
14392026-03-18T22:48:12.308Z Compiling rand_xorshift v0.4.0
14402026-03-18T22:48:12.312Z Compiling time v0.3.47
14412026-03-18T22:48:12.543Z Compiling heapless v0.7.17
14422026-03-18T22:48:12.564Z Compiling thread-id v5.1.0
14432026-03-18T22:48:12.568Z Compiling sync_wrapper v1.0.2
14442026-03-18T22:48:12.569Z Compiling cookie v0.18.1
14452026-03-18T22:48:12.681Z Compiling unicode-bidi v0.3.18
14462026-03-18T22:48:12.749Z Compiling zstd-safe v7.2.4
14472026-03-18T22:48:12.770Z Compiling unicode-properties v0.1.4
14482026-03-18T22:48:12.773Z Compiling signal-hook v0.3.18
14492026-03-18T22:48:12.865Z Compiling unicode-segmentation v1.12.0
14502026-03-18T22:48:12.902Z Compiling unarray v0.1.4
14512026-03-18T22:48:12.923Z Compiling rayon-core v1.13.0
14522026-03-18T22:48:13.042Z Compiling anyhow v1.0.102
14532026-03-18T22:48:13.068Z Compiling adler2 v2.0.1
14542026-03-18T22:48:13.074Z Compiling paste v1.0.15
14552026-03-18T22:48:13.136Z Compiling stringprep v0.1.5
14562026-03-18T22:48:13.303Z Compiling miniz_oxide v0.8.9
14572026-03-18T22:48:13.418Z Compiling crossbeam-deque v0.8.6
14582026-03-18T22:48:13.460Z Compiling num-integer v0.1.46
14592026-03-18T22:48:13.551Z Compiling vergen-lib v0.1.6
14602026-03-18T22:48:13.669Z Compiling curve25519-dalek v4.1.3
14612026-03-18T22:48:13.779Z Compiling ff v0.13.1
14622026-03-18T22:48:13.802Z Compiling hash32 v0.2.1
14632026-03-18T22:48:13.821Z Compiling memoffset v0.9.1
14642026-03-18T22:48:13.912Z Compiling litrs v1.0.0
14652026-03-18T22:48:13.961Z Compiling iri-string v0.7.10
14662026-03-18T22:48:14.060Z Compiling fallible-iterator v0.2.0
14672026-03-18T22:48:14.082Z Compiling ryu v1.0.23
14682026-03-18T22:48:14.106Z Compiling serde_derive v1.0.228
14692026-03-18T22:48:14.106Z Compiling zeroize_derive v1.4.3
14702026-03-18T22:48:14.148Z Compiling zerofrom-derive v0.1.6
14712026-03-18T22:48:14.215Z Compiling yoke-derive v0.8.1
14722026-03-18T22:48:14.328Z Compiling zerocopy-derive v0.8.40
14732026-03-18T22:48:14.494Z Compiling zerovec-derive v0.11.2
14742026-03-18T22:48:14.605Z Compiling displaydoc v0.2.5
14752026-03-18T22:48:14.625Z Compiling tokio-macros v2.6.0
14762026-03-18T22:48:14.985Z Compiling futures-macro v0.3.32
14772026-03-18T22:48:15.006Z Compiling zeroize v1.8.2
14782026-03-18T22:48:15.630Z Compiling der_derive v0.7.3
14792026-03-18T22:48:15.684Z Compiling thiserror-impl v2.0.18
14802026-03-18T22:48:15.808Z Compiling rustls-pki-types v1.14.0
14812026-03-18T22:48:15.833Z Compiling tracing-attributes v0.1.31
14822026-03-18T22:48:16.004Z Compiling schemars_derive v0.8.22
14832026-03-18T22:48:16.040Z Compiling scroll_derive v0.13.1
14842026-03-18T22:48:16.115Z Compiling crypto-common v0.1.7
14852026-03-18T22:48:16.171Z Compiling block-buffer v0.10.4
14862026-03-18T22:48:16.196Z Compiling zerofrom v0.1.6
14872026-03-18T22:48:16.203Z Compiling futures-util v0.3.32
14882026-03-18T22:48:16.311Z Compiling block-padding v0.3.3
14892026-03-18T22:48:16.375Z Compiling yoke v0.8.1
14902026-03-18T22:48:16.406Z Compiling digest v0.10.7
14912026-03-18T22:48:16.462Z Compiling pest_derive v2.8.6
14922026-03-18T22:48:16.537Z Compiling inout v0.1.4
14932026-03-18T22:48:16.636Z Compiling zerovec v0.11.5
14942026-03-18T22:48:16.773Z Compiling zerotrie v0.2.3
14952026-03-18T22:48:16.799Z Compiling hmac v0.12.1
14962026-03-18T22:48:17.011Z Compiling cipher v0.4.4
14972026-03-18T22:48:17.033Z Compiling sha2 v0.10.9
14982026-03-18T22:48:17.080Z Compiling der v0.7.10
14992026-03-18T22:48:17.194Z Compiling pbkdf2 v0.12.2
15002026-03-18T22:48:17.214Z Compiling scroll v0.13.0
15012026-03-18T22:48:17.354Z Compiling tinystr v0.8.2
15022026-03-18T22:48:17.374Z Compiling potential_utf v0.1.4
15032026-03-18T22:48:17.397Z Compiling salsa20 v0.10.2
15042026-03-18T22:48:17.575Z Compiling icu_collections v2.1.1
15052026-03-18T22:48:17.601Z Compiling icu_locale_core v2.1.1
15062026-03-18T22:48:17.601Z Compiling scrypt v0.11.0
15072026-03-18T22:48:17.673Z Compiling thiserror v2.0.18
15082026-03-18T22:48:17.676Z Compiling cbc v0.1.2
15092026-03-18T22:48:17.739Z Compiling aes v0.8.4
15102026-03-18T22:48:17.781Z Compiling tracing v0.1.44
15112026-03-18T22:48:17.809Z Compiling darling_macro v0.20.11
15122026-03-18T22:48:17.826Z Compiling goblin v0.10.5
15132026-03-18T22:48:17.899Z Compiling thiserror-impl v1.0.69
15142026-03-18T22:48:17.976Z Compiling openssl-macros v0.1.1
15152026-03-18T22:48:18.137Z Compiling dtrace-parser v0.3.0
15162026-03-18T22:48:18.255Z Compiling spki v0.7.3
15172026-03-18T22:48:18.396Z Compiling signature v2.2.0
15182026-03-18T22:48:18.461Z Compiling icu_provider v2.1.1
15192026-03-18T22:48:18.532Z Compiling pkcs5 v0.7.1
15202026-03-18T22:48:18.537Z Compiling darling v0.20.11
15212026-03-18T22:48:18.637Z Compiling derive_builder_core v0.20.2
15222026-03-18T22:48:18.814Z Compiling icu_properties v2.1.2
15232026-03-18T22:48:18.840Z Compiling icu_normalizer v2.1.1
15242026-03-18T22:48:18.860Z Compiling rustls-native-certs v0.8.3
15252026-03-18T22:48:18.881Z Compiling scroll_derive v0.12.1
15262026-03-18T22:48:18.997Z Compiling bytes v1.11.1
15272026-03-18T22:48:19.150Z Compiling chrono v0.4.44
15282026-03-18T22:48:19.203Z Compiling pkcs8 v0.10.2
15292026-03-18T22:48:19.224Z Compiling ipnet v2.11.0
15302026-03-18T22:48:19.253Z Compiling serde_tokenstream v0.2.3
15312026-03-18T22:48:19.458Z Compiling erased-serde v0.3.31
15322026-03-18T22:48:19.574Z Compiling toml_datetime v0.6.11
15332026-03-18T22:48:19.624Z Compiling serde_spanned v0.6.9
15342026-03-18T22:48:19.656Z Compiling thiserror v1.0.69
15352026-03-18T22:48:19.677Z Compiling tokio v1.49.0
15362026-03-18T22:48:19.797Z Compiling http v1.4.0
15372026-03-18T22:48:19.816Z Compiling scroll v0.12.0
15382026-03-18T22:48:19.839Z Compiling md-5 v0.10.6
15392026-03-18T22:48:19.863Z Compiling derive_builder_macro v0.20.2
15402026-03-18T22:48:19.885Z Compiling webpki-roots v1.0.6
15412026-03-18T22:48:19.929Z Compiling darling_macro v0.21.3
15422026-03-18T22:48:19.975Z Compiling zerocopy-derive v0.7.35
15432026-03-18T22:48:20.049Z Compiling idna_adapter v1.2.1
15442026-03-18T22:48:20.069Z Compiling rustix v0.38.44
15452026-03-18T22:48:20.186Z Compiling num-bigint-dig v0.8.6
15462026-03-18T22:48:20.205Z Compiling idna v1.1.0
15472026-03-18T22:48:20.236Z Compiling smoltcp v0.9.1
15482026-03-18T22:48:20.420Z Compiling base16ct v0.2.0
15492026-03-18T22:48:20.519Z Compiling cfg_aliases v0.2.1
15502026-03-18T22:48:20.525Z Compiling zlib-rs v0.6.2
15512026-03-18T22:48:20.525Z Compiling psl-types v2.0.11
15522026-03-18T22:48:20.560Z Compiling ref-cast v1.0.25
15532026-03-18T22:48:20.615Z Compiling url v2.5.8
15542026-03-18T22:48:20.722Z Compiling publicsuffix v2.3.0
15552026-03-18T22:48:20.745Z Compiling http-body v1.0.1
15562026-03-18T22:48:20.788Z Compiling darling v0.21.3
15572026-03-18T22:48:20.814Z Compiling sec1 v0.7.3
15582026-03-18T22:48:20.905Z Compiling nix v0.31.1
15592026-03-18T22:48:20.956Z Compiling ppv-lite86 v0.2.21
15602026-03-18T22:48:20.984Z Compiling http-body-util v0.1.3
15612026-03-18T22:48:21.106Z Compiling derive_builder v0.20.2
15622026-03-18T22:48:21.175Z Compiling goblin v0.8.2
15632026-03-18T22:48:21.199Z Compiling zerocopy v0.7.35
15642026-03-18T22:48:21.203Z Compiling cargo-platform v0.1.9
15652026-03-18T22:48:21.203Z Compiling serde_urlencoded v0.7.1
15662026-03-18T22:48:21.285Z Compiling hkdf v0.12.4
15672026-03-18T22:48:21.440Z Compiling rand_chacha v0.9.0
15682026-03-18T22:48:21.440Z Compiling rand_chacha v0.3.1
15692026-03-18T22:48:21.480Z Compiling crypto-bigint v0.5.5
15702026-03-18T22:48:21.503Z Compiling hubpack_derive v0.1.1
15712026-03-18T22:48:21.554Z Compiling regex v1.12.3
15722026-03-18T22:48:21.577Z Compiling document-features v0.2.12
15732026-03-18T22:48:21.769Z Compiling rand v0.9.2
15742026-03-18T22:48:21.816Z Compiling dof v0.4.0
15752026-03-18T22:48:22.128Z Compiling rand v0.8.5
15762026-03-18T22:48:22.401Z Compiling ipnetwork v0.21.1
15772026-03-18T22:48:22.440Z Compiling ref-cast-impl v1.0.25
15782026-03-18T22:48:22.509Z Compiling proptest v1.10.0
15792026-03-18T22:48:22.536Z Compiling postgres-protocol v0.6.10
15802026-03-18T22:48:22.560Z Compiling async-trait v0.1.89
15812026-03-18T22:48:22.835Z Compiling oxnet v0.1.4
15822026-03-18T22:48:22.958Z Compiling curve25519-dalek-derive v0.1.1
15832026-03-18T22:48:23.171Z Compiling strum_macros v0.27.2
15842026-03-18T22:48:23.195Z Compiling daft-derive v0.1.5
15852026-03-18T22:48:23.374Z Compiling group v0.13.0
15862026-03-18T22:48:23.646Z Compiling num-iter v0.1.45
15872026-03-18T22:48:23.849Z Compiling proc-macro-error v1.0.4
15882026-03-18T22:48:23.994Z Compiling heck v0.4.1
15892026-03-18T22:48:24.040Z Compiling terminal_size v0.4.3
15902026-03-18T22:48:24.062Z Compiling phf_shared v0.13.1
15912026-03-18T22:48:24.105Z Compiling lazy_static v1.5.0
15922026-03-18T22:48:24.194Z Compiling vergen v9.0.6
15932026-03-18T22:48:24.226Z Compiling fs-err v3.3.0
15942026-03-18T22:48:24.247Z Compiling ahash v0.8.12
15952026-03-18T22:48:24.267Z Compiling managed v0.8.0
15962026-03-18T22:48:24.295Z Compiling bumpalo v3.20.2
15972026-03-18T22:48:24.420Z Compiling foldhash v0.1.5
15982026-03-18T22:48:24.443Z Compiling bitflags v1.3.2
15992026-03-18T22:48:24.467Z Compiling winnow v0.5.40
16002026-03-18T22:48:24.563Z Compiling object v0.37.3
16012026-03-18T22:48:24.577Z Compiling libbz2-rs-sys v0.2.2
16022026-03-18T22:48:24.577Z Compiling clap_builder v4.5.60
16032026-03-18T22:48:24.601Z Compiling hashbrown v0.15.5
16042026-03-18T22:48:24.624Z Compiling flate2 v1.1.9
16052026-03-18T22:48:24.645Z Compiling zopfli v0.8.3
16062026-03-18T22:48:24.670Z Compiling console v0.16.2
16072026-03-18T22:48:24.849Z Compiling tokio-util v0.7.18
16082026-03-18T22:48:24.890Z Compiling tower v0.5.3
16092026-03-18T22:48:25.143Z Compiling tokio-native-tls v0.3.1
16102026-03-18T22:48:25.191Z Compiling bzip2 v0.6.1
16112026-03-18T22:48:25.409Z Compiling dof v0.3.0
16122026-03-18T22:48:25.433Z Compiling phf v0.13.1
16132026-03-18T22:48:25.464Z Compiling tower-http v0.6.8
16142026-03-18T22:48:25.488Z Compiling zone_cfg_derive v0.3.1
16152026-03-18T22:48:25.492Z Compiling signal-hook-mio v0.2.5
16162026-03-18T22:48:25.585Z Compiling rayon v1.11.0
16172026-03-18T22:48:25.704Z Compiling usdt-attr-macro v0.6.0
16182026-03-18T22:48:25.724Z Compiling usdt-macro v0.6.0
16192026-03-18T22:48:25.861Z Compiling h2 v0.4.13
16202026-03-18T22:48:25.964Z Compiling newtype-uuid v1.3.2
16212026-03-18T22:48:26.023Z Compiling strum v0.27.2
16222026-03-18T22:48:26.242Z Compiling cargo_metadata v0.19.2
16232026-03-18T22:48:26.292Z Compiling daft v0.1.5
16242026-03-18T22:48:26.359Z Compiling toml_edit v0.19.15
16252026-03-18T22:48:26.551Z Compiling cookie_store v0.22.1
16262026-03-18T22:48:26.554Z Compiling elliptic-curve v0.13.8
16272026-03-18T22:48:26.830Z Compiling postgres-types v0.2.12
16282026-03-18T22:48:26.873Z Compiling bzip2 v0.4.4
16292026-03-18T22:48:27.006Z Compiling hubpack v0.1.2
16302026-03-18T22:48:27.023Z Compiling zstd v0.13.3
16312026-03-18T22:48:27.135Z Compiling serde_with_macros v3.17.0
16322026-03-18T22:48:27.278Z Compiling dtrace-parser v0.2.0
16332026-03-18T22:48:27.389Z Compiling ed25519 v2.2.3
16342026-03-18T22:48:27.452Z Compiling pkcs1 v0.7.5
16352026-03-18T22:48:27.621Z Compiling serde-big-array v0.5.1
16362026-03-18T22:48:27.797Z Compiling hex v0.4.3
16372026-03-18T22:48:27.818Z Compiling rfc6979 v0.4.0
16382026-03-18T22:48:27.987Z Compiling bstr v1.12.1
16392026-03-18T22:48:28.006Z Compiling serde_repr v0.1.20
16402026-03-18T22:48:28.140Z Compiling clap_derive v4.5.55
16412026-03-18T22:48:28.168Z Compiling enum-as-inner v0.6.1
16422026-03-18T22:48:28.187Z Compiling strum_macros v0.26.4
16432026-03-18T22:48:28.365Z Compiling phf_shared v0.11.3
16442026-03-18T22:48:28.614Z Compiling itertools v0.12.1
16452026-03-18T22:48:28.637Z Compiling float-cmp v0.10.0
16462026-03-18T22:48:28.724Z Compiling thread-id v4.2.2
16472026-03-18T22:48:28.764Z Compiling memmap2 v0.9.10
16482026-03-18T22:48:28.789Z Compiling env_filter v1.0.0
16492026-03-18T22:48:28.841Z Compiling encoding_rs v0.8.35
16502026-03-18T22:48:28.844Z Compiling fixedbitset v0.5.7
16512026-03-18T22:48:28.886Z Compiling normalize-line-endings v0.3.0
16522026-03-18T22:48:28.915Z Compiling static_assertions v1.1.0
16532026-03-18T22:48:29.019Z Compiling precomputed-hash v0.1.1
16542026-03-18T22:48:29.042Z Compiling new_debug_unreachable v1.0.6
16552026-03-18T22:48:29.062Z Compiling whoami v2.1.0
16562026-03-18T22:48:29.082Z Compiling rustc-hash v2.1.1
16572026-03-18T22:48:29.143Z Compiling jiff v0.2.21
16582026-03-18T22:48:29.173Z Compiling predicates-core v1.0.10
16592026-03-18T22:48:29.214Z Compiling unit-prefix v0.5.2
16602026-03-18T22:48:29.252Z Compiling keccak v0.1.6
16612026-03-18T22:48:29.304Z Compiling fixedbitset v0.4.2
16622026-03-18T22:48:29.412Z Compiling difflib v0.4.0
16632026-03-18T22:48:29.435Z Compiling mime v0.3.17
16642026-03-18T22:48:29.583Z Compiling data-encoding v2.10.0
16652026-03-18T22:48:29.608Z Compiling petgraph v0.6.5
16662026-03-18T22:48:29.790Z Compiling predicates v3.1.4
16672026-03-18T22:48:30.126Z Compiling hyper v1.8.1
16682026-03-18T22:48:30.207Z Compiling zone v0.3.1
16692026-03-18T22:48:30.279Z Compiling hickory-proto v0.25.2
16702026-03-18T22:48:30.374Z Compiling sha3 v0.10.8
16712026-03-18T22:48:30.569Z Compiling indicatif v0.18.4
16722026-03-18T22:48:30.639Z Compiling clap v4.5.60
16732026-03-18T22:48:30.676Z Compiling strum v0.26.3
16742026-03-18T22:48:30.700Z Compiling tokio-postgres v0.7.16
16752026-03-18T22:48:30.740Z Compiling iddqd v0.3.17
16762026-03-18T22:48:30.769Z Compiling string_cache v0.8.9
16772026-03-18T22:48:30.851Z Compiling petgraph v0.8.3
16782026-03-18T22:48:30.920Z Compiling toml_edit v0.22.27
16792026-03-18T22:48:31.080Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16802026-03-18T22:48:31.100Z Compiling env_logger v0.11.9
16812026-03-18T22:48:31.216Z Compiling usdt v0.6.0
16822026-03-18T22:48:31.430Z Compiling usdt-impl v0.5.0
16832026-03-18T22:48:31.566Z Compiling serde_with v3.17.0
16842026-03-18T22:48:31.601Z Compiling similar v2.7.0
16852026-03-18T22:48:31.744Z Compiling hyper-util v0.1.20
16862026-03-18T22:48:31.815Z Compiling crossterm v0.28.1
16872026-03-18T22:48:32.254Z Compiling toml v0.7.8
16882026-03-18T22:48:32.356Z Compiling ecdsa v0.16.9
16892026-03-18T22:48:32.360Z Compiling rsa v0.9.10
16902026-03-18T22:48:32.823Z Compiling ed25519-dalek v2.2.0
16912026-03-18T22:48:32.900Z Compiling zip v4.6.1
16922026-03-18T22:48:33.091Z Compiling zip v0.6.6
16932026-03-18T22:48:33.584Z Compiling hyper-tls v0.6.0
16942026-03-18T22:48:33.621Z Compiling tokio-stream v0.1.18
16952026-03-18T22:48:33.894Z Compiling buf-list v1.1.2
16962026-03-18T22:48:33.981Z Compiling toml_parser v1.0.9+spec-1.1.0
16972026-03-18T22:48:34.088Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16982026-03-18T22:48:34.237Z Compiling openapiv3 v2.2.0
16992026-03-18T22:48:34.261Z Compiling x509-cert v0.2.5
17002026-03-18T22:48:34.261Z Compiling sha1 v0.10.6
17012026-03-18T22:48:34.303Z Compiling itertools v0.13.0
17022026-03-18T22:48:34.324Z Compiling toml_datetime v0.7.5+spec-1.1.0
17032026-03-18T22:48:34.529Z Compiling peg-runtime v0.8.5
17042026-03-18T22:48:34.565Z Compiling lalrpop-util v0.19.12
17052026-03-18T22:48:34.732Z Compiling thread_local v1.1.9
17062026-03-18T22:48:34.839Z Compiling slog-async v2.8.0
17072026-03-18T22:48:34.862Z Compiling futures-executor v0.3.32
17082026-03-18T22:48:34.883Z Compiling crossbeam-channel v0.5.15
17092026-03-18T22:48:34.924Z Compiling is-terminal v0.4.17
17102026-03-18T22:48:34.968Z Compiling filetime v0.2.27
17112026-03-18T22:48:35.054Z Compiling take_mut v0.2.2
17122026-03-18T22:48:35.074Z Compiling term v1.2.1
17132026-03-18T22:48:35.155Z Compiling xattr v1.6.1
17142026-03-18T22:48:35.205Z Compiling futures v0.3.32
17152026-03-18T22:48:35.317Z Compiling tar v0.4.44
17162026-03-18T22:48:35.501Z Compiling slog-term v2.9.2
17172026-03-18T22:48:56.055Z Compiling rustls-webpki v0.103.9
17182026-03-18T22:49:00.063Z Compiling tokio-rustls v0.26.4
17192026-03-18T22:49:00.063Z Compiling rustls-platform-verifier v0.6.2
17202026-03-18T22:49:00.324Z Compiling hyper-rustls v0.27.7
17212026-03-18T22:49:00.577Z Compiling reqwest v0.13.2
17222026-03-18T22:49:00.581Z Compiling reqwest v0.12.28
17232026-03-18T22:49:03.350Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17242026-03-18T22:49:03.663Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17252026-03-18T22:49:07.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17262026-03-18T22:49:07.631Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17272026-03-18T22:49:07.691ZMar 18 22:49:06.314 INFO Starting download, target: Cockroach
17282026-03-18T22:49:07.691ZMar 18 22:49:06.315 INFO Starting download, target: MaghemiteMgd
17292026-03-18T22:49:07.691ZMar 18 22:49:06.315 INFO Starting download, target: DendriteStub
17302026-03-18T22:49:07.694ZMar 18 22:49:06.315 INFO Starting download, target: Console
17312026-03-18T22:49:07.694ZMar 18 22:49:06.315 INFO Starting download, target: TransceiverControl
17322026-03-18T22:49:07.694ZMar 18 22:49:06.315 INFO Starting download, target: Clickhouse
17332026-03-18T22:49:07.694ZMar 18 22:49:06.315 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-03-18T22:49:07.694ZMar 18 22:49:06.315 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-03-18T22:49:07.694ZMar 18 22:49:06.315 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17362026-03-18T22:49:07.694ZMar 18 22:49:06.315 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-03-18T22:49:07.694ZMar 18 22:49:06.315 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17382026-03-18T22:49:07.694ZMar 18 22:49:06.315 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17392026-03-18T22:49:08.032ZMar 18 22:49:06.655 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-03-18T22:49:08.367ZMar 18 22:49:06.986 INFO Download complete, target: TransceiverControl
17412026-03-18T22:49:08.678ZMar 18 22:49:07.273 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-03-18T22:49:09.056ZMar 18 22:49:07.678 INFO Download complete, target: Console
17432026-03-18T22:49:09.504ZMar 18 22:49:08.124 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17442026-03-18T22:49:09.563ZMar 18 22:49:08.186 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17452026-03-18T22:49:09.810ZMar 18 22:49:08.433 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17462026-03-18T22:49:10.249ZMar 18 22:49:08.872 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17472026-03-18T22:49:10.249ZMar 18 22:49:08.872 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17482026-03-18T22:49:13.202ZMar 18 22:49:11.825 INFO Download complete, target: DendriteStub
17492026-03-18T22:49:13.208ZMar 18 22:49:11.827 INFO Download complete, target: MaghemiteMgd
17502026-03-18T22:49:17.847ZMar 18 22:49:16.470 INFO Checking that binary works, target: Cockroach
17512026-03-18T22:49:17.970ZMar 18 22:49:16.593 INFO Download complete, target: Cockroach
17522026-03-18T22:49:20.770ZMar 18 22:49:19.393 INFO Checking that binary works, target: Clickhouse
17532026-03-18T22:49:20.870ZMar 18 22:49:19.493 INFO Download complete, target: Clickhouse
17542026-03-18T22:49:20.876ZAll prerequisites installed successfully
17552026-03-18T22:49:20.878Z
17562026-03-18T22:49:20.878Zreal 4:16.168793466
17572026-03-18T22:49:20.878Zuser 10:26.575119009
17582026-03-18T22:49:20.879Zsys 2:07.838250783
17592026-03-18T22:49:20.879Ztrap 0.325022188
17602026-03-18T22:49:20.879Ztflt 1.196174505
17612026-03-18T22:49:20.879Zdflt 1.880913263
17622026-03-18T22:49:20.879Zkflt 0.023513455
17632026-03-18T22:49:20.879Zlock 23:42.631410502
17642026-03-18T22:49:20.879Zslp 35:13.221753305
17652026-03-18T22:49:20.879Zlat 31.548414733
17662026-03-18T22:49:20.879Zstop 4:18.666368277
17672026-03-18T22:49:20.879Z+ ptime -m cargo xtask download softnpu
17682026-03-18T22:49:21.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17692026-03-18T22:49:21.576Z Running `target/debug/xtask download softnpu`
17702026-03-18T22:49:22.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
17712026-03-18T22:49:22.620Z Running `target/debug/xtask-downloader softnpu`
17722026-03-18T22:49:22.664ZMar 18 22:49:21.286 INFO Starting download, target: Softnpu
17732026-03-18T22:49:22.667ZMar 18 22:49:21.287 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17742026-03-18T22:49:23.394ZMar 18 22:49:22.016 INFO Download complete, target: Softnpu
17752026-03-18T22:49:23.397Z
17762026-03-18T22:49:23.400Zreal 2.514675262
17772026-03-18T22:49:23.400Zuser 1.703964127
17782026-03-18T22:49:23.400Zsys 0.768408837
17792026-03-18T22:49:23.400Ztrap 0.000621272
17802026-03-18T22:49:23.400Ztflt 0.000109947
17812026-03-18T22:49:23.400Zdflt 0.000316287
17822026-03-18T22:49:23.400Zkflt 0.000000000
17832026-03-18T22:49:23.400Zlock 13.161819410
17842026-03-18T22:49:23.400Zslp 0.520067879
17852026-03-18T22:49:23.400Zlat 0.055108189
17862026-03-18T22:49:23.400Zstop 0.000167653
17872026-03-18T22:49:23.400Z+ export CARGO_INCREMENTAL=0
17882026-03-18T22:49:23.401Z+ CARGO_INCREMENTAL=0
17892026-03-18T22:49:23.401Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17902026-03-18T22:49:24.523Z Compiling proc-macro2 v1.0.106
17912026-03-18T22:49:24.523Z Compiling quote v1.0.44
17922026-03-18T22:49:24.526Z Compiling unicode-ident v1.0.24
17932026-03-18T22:49:24.526Z Compiling libc v0.2.180
17942026-03-18T22:49:24.526Z Compiling serde_core v1.0.228
17952026-03-18T22:49:24.526Z Compiling serde v1.0.228
17962026-03-18T22:49:24.526Z Compiling cfg-if v1.0.4
17972026-03-18T22:49:24.527Z Compiling version_check v0.9.5
17982026-03-18T22:49:24.527Z Compiling find-msvc-tools v0.1.9
17992026-03-18T22:49:24.527Z Compiling shlex v1.3.0
18002026-03-18T22:49:24.527Z Compiling typenum v1.19.0
18012026-03-18T22:49:24.672Z Compiling portable-atomic v1.13.1
18022026-03-18T22:49:24.675Z Compiling memchr v2.8.0
18032026-03-18T22:49:24.675Z Compiling autocfg v1.5.0
18042026-03-18T22:49:24.675Z Compiling zmij v1.0.21
18052026-03-18T22:49:24.860Z Compiling serde_json v1.0.149
18062026-03-18T22:49:25.009Z Compiling zerocopy v0.8.40
18072026-03-18T22:49:25.056Z Compiling parking_lot_core v0.9.12
18082026-03-18T22:49:25.071Z Compiling generic-array v0.14.7
18092026-03-18T22:49:25.092Z Compiling libm v0.2.16
18102026-03-18T22:49:25.306Z Compiling smallvec v1.15.1
18112026-03-18T22:49:25.327Z Compiling num-traits v0.2.19
18122026-03-18T22:49:25.388Z Compiling icu_normalizer_data v2.1.1
18132026-03-18T22:49:25.391Z Compiling icu_properties_data v2.1.2
18142026-03-18T22:49:25.391Z Compiling itoa v1.0.17
18152026-03-18T22:49:25.391Z Compiling log v0.4.29
18162026-03-18T22:49:25.500Z Compiling getrandom v0.4.1
18172026-03-18T22:49:25.503Z Compiling pkg-config v0.3.32
18182026-03-18T22:49:25.648Z Compiling stable_deref_trait v1.2.1
18192026-03-18T22:49:25.717Z Compiling subtle v2.6.1
18202026-03-18T22:49:25.739Z Compiling scopeguard v1.2.0
18212026-03-18T22:49:25.860Z Compiling lock_api v0.4.14
18222026-03-18T22:49:25.863Z Compiling fnv v1.0.7
18232026-03-18T22:49:25.900Z Compiling thiserror v2.0.18
18242026-03-18T22:49:25.959Z Compiling jobserver v0.1.34
18252026-03-18T22:49:25.982Z Compiling getrandom v0.2.17
18262026-03-18T22:49:26.020Z Compiling errno v0.3.14
18272026-03-18T22:49:26.146Z Compiling pin-project-lite v0.2.17
18282026-03-18T22:49:26.195Z Compiling rand_core v0.6.4
18292026-03-18T22:49:26.221Z Compiling cc v1.2.56
18302026-03-18T22:49:26.221Z Compiling getrandom v0.3.4
18312026-03-18T22:49:26.359Z Compiling syn v2.0.117
18322026-03-18T22:49:26.421Z Compiling critical-section v1.2.0
18332026-03-18T22:49:26.525Z Compiling rustversion v1.0.22
18342026-03-18T22:49:26.568Z Compiling allocator-api2 v0.2.21
18352026-03-18T22:49:26.569Z Compiling equivalent v1.0.2
18362026-03-18T22:49:26.638Z Compiling foldhash v0.2.0
18372026-03-18T22:49:26.678Z Compiling writeable v0.6.2
18382026-03-18T22:49:26.750Z Compiling percent-encoding v2.3.2
18392026-03-18T22:49:26.878Z Compiling litemap v0.8.1
18402026-03-18T22:49:26.898Z Compiling dunce v1.0.5
18412026-03-18T22:49:26.955Z Compiling once_cell v1.21.3
18422026-03-18T22:49:27.049Z Compiling fs_extra v1.3.0
18432026-03-18T22:49:27.051Z Compiling hashbrown v0.16.1
18442026-03-18T22:49:27.178Z Compiling const-oid v0.9.6
18452026-03-18T22:49:27.197Z Compiling cmake v0.1.57
18462026-03-18T22:49:27.302Z Compiling signal-hook-registry v1.4.8
18472026-03-18T22:49:27.306Z Compiling rustix v1.1.3
18482026-03-18T22:49:27.394Z Compiling socket2 v0.6.2
18492026-03-18T22:49:27.409Z Compiling mio v1.1.1
18502026-03-18T22:49:27.412Z Compiling schemars v0.8.22
18512026-03-18T22:49:27.732Z Compiling semver v1.0.27
18522026-03-18T22:49:27.764Z Compiling parking_lot v0.12.5
18532026-03-18T22:49:27.841Z Compiling indexmap v2.13.0
18542026-03-18T22:49:27.896Z Compiling bitflags v2.11.0
18552026-03-18T22:49:27.969Z Compiling utf8_iter v1.0.4
18562026-03-18T22:49:28.038Z Compiling ring v0.17.14
18572026-03-18T22:49:28.109Z Compiling aws-lc-sys v0.37.1
18582026-03-18T22:49:28.138Z Compiling rand_core v0.10.0
18592026-03-18T22:49:28.200Z Compiling aws-lc-rs v1.16.0
18602026-03-18T22:49:28.292Z Compiling form_urlencoded v1.2.2
18612026-03-18T22:49:28.402Z Compiling strsim v0.11.1
18622026-03-18T22:49:28.420Z Compiling futures-core v0.3.32
18632026-03-18T22:49:28.657Z Compiling thiserror v1.0.69
18642026-03-18T22:49:28.747Z Compiling byteorder v1.5.0
18652026-03-18T22:49:28.747Z Compiling httparse v1.10.1
18662026-03-18T22:49:28.805Z Compiling ucd-trie v0.1.7
18672026-03-18T22:49:28.934Z Compiling heck v0.5.0
18682026-03-18T22:49:28.976Z Compiling ident_case v1.0.1
18692026-03-18T22:49:29.050Z Compiling pest v2.8.6
18702026-03-18T22:49:29.073Z Compiling vcpkg v0.2.15
18712026-03-18T22:49:29.166Z Compiling crossbeam-utils v0.8.21
18722026-03-18T22:49:29.169Z Compiling regex-syntax v0.8.10
18732026-03-18T22:49:29.277Z Compiling syn v1.0.109
18742026-03-18T22:49:29.382Z Compiling futures-sink v0.3.32
18752026-03-18T22:49:29.509Z Compiling rustls v0.23.37
18762026-03-18T22:49:29.531Z Compiling futures-channel v0.3.32
18772026-03-18T22:49:29.554Z Compiling rustc_version v0.4.1
18782026-03-18T22:49:29.614Z Compiling futures-task v0.3.32
18792026-03-18T22:49:29.617Z Compiling cpufeatures v0.2.17
18802026-03-18T22:49:29.655Z Compiling futures-io v0.3.32
18812026-03-18T22:49:29.658Z Compiling slab v0.4.12
18822026-03-18T22:49:29.829Z Compiling plain v0.2.3
18832026-03-18T22:49:29.918Z Compiling iana-time-zone v0.1.65
18842026-03-18T22:49:29.926Z Compiling uuid v1.21.0
18852026-03-18T22:49:29.926Z Compiling openssl-sys v0.9.111
18862026-03-18T22:49:29.931Z Compiling aho-corasick v1.1.4
18872026-03-18T22:49:29.997Z Compiling time-core v0.1.8
18882026-03-18T22:49:30.044Z Compiling num-conv v0.2.0
18892026-03-18T22:49:30.276Z Compiling time-macros v0.2.27
18902026-03-18T22:49:30.344Z Compiling synstructure v0.13.2
18912026-03-18T22:49:30.427Z Compiling serde_derive_internals v0.29.1
18922026-03-18T22:49:30.535Z Compiling pretty-hex v0.4.1
18932026-03-18T22:49:30.595Z Compiling pest_meta v2.8.6
18942026-03-18T22:49:30.734Z Compiling openssl v0.10.75
18952026-03-18T22:49:31.085Z Compiling crc32fast v1.5.0
18962026-03-18T22:49:31.098Z Compiling anyhow v1.0.102
18972026-03-18T22:49:31.117Z Compiling either v1.15.0
18982026-03-18T22:49:31.174Z Compiling regex-automata v0.4.14
18992026-03-18T22:49:31.213Z Compiling base64ct v1.8.3
19002026-03-18T22:49:31.254Z Compiling darling_core v0.21.3
19012026-03-18T22:49:31.395Z Compiling pest_generator v2.8.6
19022026-03-18T22:49:31.416Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19032026-03-18T22:49:31.470Z Compiling flagset v0.4.7
19042026-03-18T22:49:31.497Z Compiling native-tls v0.2.18
19052026-03-18T22:49:31.504Z Compiling pem-rfc7468 v0.7.0
19062026-03-18T22:49:31.583Z Compiling rand_core v0.9.5
19072026-03-18T22:49:31.740Z Compiling slog v2.8.2
19082026-03-18T22:49:31.841Z Compiling tracing-core v0.1.36
19092026-03-18T22:49:31.915Z Compiling rayon-core v1.13.0
19102026-03-18T22:49:31.940Z Compiling untrusted v0.9.0
19112026-03-18T22:49:31.966Z Compiling dyn-clone v1.0.20
19122026-03-18T22:49:32.174Z Compiling cookie v0.18.1
19132026-03-18T22:49:32.245Z Compiling base64 v0.22.1
19142026-03-18T22:49:32.269Z Compiling serde_derive v1.0.228
19152026-03-18T22:49:32.300Z Compiling zeroize_derive v1.4.3
19162026-03-18T22:49:32.369Z Compiling zerofrom-derive v0.1.6
19172026-03-18T22:49:32.438Z Compiling yoke-derive v0.8.1
19182026-03-18T22:49:32.458Z Compiling zerovec-derive v0.11.2
19192026-03-18T22:49:32.462Z Compiling displaydoc v0.2.5
19202026-03-18T22:49:32.498Z Compiling zerocopy-derive v0.8.40
19212026-03-18T22:49:32.560Z Compiling tokio-macros v2.6.0
19222026-03-18T22:49:32.911Z Compiling futures-macro v0.3.32
19232026-03-18T22:49:33.119Z Compiling zeroize v1.8.2
19242026-03-18T22:49:33.441Z Compiling thiserror-impl v2.0.18
19252026-03-18T22:49:33.499Z Compiling tracing-attributes v0.1.31
19262026-03-18T22:49:33.779Z Compiling der_derive v0.7.3
19272026-03-18T22:49:33.842Z Compiling schemars_derive v0.8.22
19282026-03-18T22:49:33.951Z Compiling zerofrom v0.1.6
19292026-03-18T22:49:34.128Z Compiling yoke v0.8.1
19302026-03-18T22:49:34.148Z Compiling crypto-common v0.1.7
19312026-03-18T22:49:34.367Z Compiling zerovec v0.11.5
19322026-03-18T22:49:34.404Z Compiling zerotrie v0.2.3
19332026-03-18T22:49:34.423Z Compiling block-buffer v0.10.4
19342026-03-18T22:49:34.619Z Compiling digest v0.10.7
19352026-03-18T22:49:34.909Z Compiling thiserror-impl v1.0.69
19362026-03-18T22:49:35.016Z Compiling pest_derive v2.8.6
19372026-03-18T22:49:35.050Z Compiling hmac v0.12.1
19382026-03-18T22:49:35.081Z Compiling futures-util v0.3.32
19392026-03-18T22:49:35.163Z Compiling tinystr v0.8.2
19402026-03-18T22:49:35.183Z Compiling potential_utf v0.1.4
19412026-03-18T22:49:35.372Z Compiling icu_collections v2.1.1
19422026-03-18T22:49:35.432Z Compiling icu_locale_core v2.1.1
19432026-03-18T22:49:35.539Z Compiling block-padding v0.3.3
19442026-03-18T22:49:35.561Z Compiling sha2 v0.10.9
19452026-03-18T22:49:35.738Z Compiling inout v0.1.4
19462026-03-18T22:49:36.026Z Compiling cipher v0.4.4
19472026-03-18T22:49:36.108Z Compiling rustls-pki-types v1.14.0
19482026-03-18T22:49:36.127Z Compiling scroll_derive v0.12.1
19492026-03-18T22:49:36.297Z Compiling scroll_derive v0.13.1
19502026-03-18T22:49:36.347Z Compiling icu_provider v2.1.1
19512026-03-18T22:49:36.610Z Compiling bytes v1.11.1
19522026-03-18T22:49:36.656Z Compiling icu_normalizer v2.1.1
19532026-03-18T22:49:36.743Z Compiling icu_properties v2.1.2
19542026-03-18T22:49:37.221Z Compiling chrono v0.4.44
19552026-03-18T22:49:37.345Z Compiling tokio v1.49.0
19562026-03-18T22:49:37.365Z Compiling serde_tokenstream v0.2.3
19572026-03-18T22:49:37.748Z Compiling openssl-macros v0.1.1
19582026-03-18T22:49:37.837Z Compiling http v1.4.0
19592026-03-18T22:49:38.250Z Compiling idna_adapter v1.2.1
19602026-03-18T22:49:38.426Z Compiling idna v1.1.0
19612026-03-18T22:49:38.619Z Compiling der v0.7.10
19622026-03-18T22:49:38.751Z Compiling ppv-lite86 v0.2.21
19632026-03-18T22:49:38.769Z Compiling darling_macro v0.21.3
19642026-03-18T22:49:38.773Z Compiling regex v1.12.3
19652026-03-18T22:49:38.975Z Compiling url v2.5.8
19662026-03-18T22:49:39.185Z Compiling zerocopy-derive v0.7.35
19672026-03-18T22:49:39.366Z Compiling salsa20 v0.10.2
19682026-03-18T22:49:39.455Z Compiling darling v0.21.3
19692026-03-18T22:49:39.547Z Compiling pbkdf2 v0.12.2
19702026-03-18T22:49:39.577Z Compiling tracing v0.1.44
19712026-03-18T22:49:39.917Z Compiling spki v0.7.3
19722026-03-18T22:49:39.982Z Compiling camino v1.2.2
19732026-03-18T22:49:40.168Z Compiling scrypt v0.11.0
19742026-03-18T22:49:40.189Z Compiling rand_chacha v0.9.0
19752026-03-18T22:49:40.309Z Compiling cbc v0.1.2
19762026-03-18T22:49:40.392Z Compiling aes v0.8.4
19772026-03-18T22:49:41.058Z Compiling usdt-impl v0.5.0
19782026-03-18T22:49:41.081Z Compiling ref-cast v1.0.25
19792026-03-18T22:49:41.086Z Compiling paste v1.0.15
19802026-03-18T22:49:41.355Z Compiling usdt-impl v0.6.0
19812026-03-18T22:49:41.456Z Compiling winnow v0.7.14
19822026-03-18T22:49:41.656Z Compiling pkcs5 v0.7.1
19832026-03-18T22:49:41.760Z Compiling rand v0.9.2
19842026-03-18T22:49:41.999Z Compiling http-body v1.0.1
19852026-03-18T22:49:42.052Z Compiling scroll v0.13.0
19862026-03-18T22:49:42.194Z Compiling scroll v0.12.0
19872026-03-18T22:49:42.210Z Compiling serde_spanned v0.6.9
19882026-03-18T22:49:42.259Z Compiling toml_datetime v0.6.11
19892026-03-18T22:49:42.390Z Compiling heapless v0.7.17
19902026-03-18T22:49:42.427Z Compiling tokio-util v0.7.18
19912026-03-18T22:49:42.479Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-03-18T22:49:42.560Z Compiling signal-hook v0.3.18
19932026-03-18T22:49:42.593Z Compiling openssl-probe v0.2.1
19942026-03-18T22:49:42.697Z Compiling zstd-safe v7.2.4
19952026-03-18T22:49:42.730Z Compiling atomic-waker v1.1.2
19962026-03-18T22:49:42.818Z Compiling untrusted v0.7.1
19972026-03-18T22:49:42.986Z Compiling goblin v0.8.2
19982026-03-18T22:49:43.113Z Compiling goblin v0.10.5
19992026-03-18T22:49:43.218Z Compiling pkcs8 v0.10.2
20002026-03-18T22:49:43.537Z Compiling toml_parser v1.0.9+spec-1.1.0
20012026-03-18T22:49:43.610Z Compiling zerocopy v0.7.35
20022026-03-18T22:49:43.726Z Compiling ref-cast-impl v1.0.25
20032026-03-18T22:49:43.949Z Compiling darling_core v0.20.11
20042026-03-18T22:49:44.267Z Compiling toml_datetime v0.7.5+spec-1.1.0
20052026-03-18T22:49:44.289Z Compiling memoffset v0.9.1
20062026-03-18T22:49:44.412Z Compiling winnow v0.5.40
20072026-03-18T22:49:44.441Z Compiling tower-service v0.3.3
20082026-03-18T22:49:44.591Z Compiling rustix v0.38.44
20092026-03-18T22:49:44.591Z Compiling try-lock v0.2.5
20102026-03-18T22:49:44.633Z Compiling tower-layer v0.3.3
20112026-03-18T22:49:44.806Z Compiling litrs v1.0.0
20122026-03-18T22:49:44.857Z Compiling fastrand v2.3.0
20132026-03-18T22:49:45.063Z Compiling tinyvec_macros v0.1.1
20142026-03-18T22:49:45.141Z Compiling want v0.3.1
20152026-03-18T22:49:45.173Z Compiling tinyvec v1.10.0
20162026-03-18T22:49:45.397Z Compiling h2 v0.4.13
20172026-03-18T22:49:45.439Z Compiling document-features v0.2.12
20182026-03-18T22:49:46.076Z Compiling dtrace-parser v0.2.0
20192026-03-18T22:49:46.158Z Compiling toml_edit v0.19.15
20202026-03-18T22:49:46.316Z Compiling dof v0.3.0
20212026-03-18T22:49:46.581Z Compiling dtrace-parser v0.3.0
20222026-03-18T22:49:46.726Z Compiling ipnet v2.11.0
20232026-03-18T22:49:46.807Z Compiling darling_macro v0.20.11
20242026-03-18T22:49:46.924Z Compiling dof v0.4.0
20252026-03-18T22:49:47.243Z Compiling async-trait v0.1.89
20262026-03-18T22:49:47.373Z Compiling daft-derive v0.1.5
20272026-03-18T22:49:47.446Z Compiling curve25519-dalek v4.1.3
20282026-03-18T22:49:47.589Z Compiling spin v0.9.8
20292026-03-18T22:49:47.631Z Compiling thread-id v5.1.0
20302026-03-18T22:49:47.641Z Compiling thread-id v4.2.2
20312026-03-18T22:49:47.758Z Compiling proc-macro-error-attr v1.0.4
20322026-03-18T22:49:47.782Z Compiling foreign-types-shared v0.1.1
20332026-03-18T22:49:47.799Z Compiling pin-utils v0.1.0
20342026-03-18T22:49:47.904Z Compiling cfg_aliases v0.2.1
20352026-03-18T22:49:47.925Z Compiling httpdate v1.0.3
20362026-03-18T22:49:48.049Z Compiling num-bigint-dig v0.8.6
20372026-03-18T22:49:48.202Z Compiling smoltcp v0.9.1
20382026-03-18T22:49:48.295Z Compiling powerfmt v0.2.0
20392026-03-18T22:49:48.505Z Compiling deranged v0.5.8
20402026-03-18T22:49:48.562Z Compiling tempfile v3.25.0
20412026-03-18T22:49:48.614Z Compiling nix v0.31.1
20422026-03-18T22:49:48.647Z Compiling foreign-types v0.3.2
20432026-03-18T22:49:48.755Z Compiling darling v0.20.11
20442026-03-18T22:49:49.200Z Compiling ipnetwork v0.21.1
20452026-03-18T22:49:49.289Z Compiling strum_macros v0.26.4
20462026-03-18T22:49:49.392Z Compiling hyper v1.8.1
20472026-03-18T22:49:49.444Z Compiling wait-timeout v0.2.1
20482026-03-18T22:49:49.596Z Compiling proc-macro-error v1.0.4
20492026-03-18T22:49:49.882Z Compiling simd-adler32 v0.3.8
20502026-03-18T22:49:49.937Z Compiling quick-error v1.2.3
20512026-03-18T22:49:50.103Z Compiling bit-vec v0.8.0
20522026-03-18T22:49:50.152Z Compiling num_threads v0.1.7
20532026-03-18T22:49:50.212Z Compiling siphasher v1.0.2
20542026-03-18T22:49:50.345Z Compiling utf8parse v0.2.2
20552026-03-18T22:49:50.348Z Compiling unicode-segmentation v1.12.0
20562026-03-18T22:49:50.389Z Compiling anstyle v1.0.13
20572026-03-18T22:49:50.417Z Compiling bit-set v0.8.0
20582026-03-18T22:49:50.467Z Compiling anstyle-parse v0.2.7
20592026-03-18T22:49:50.650Z Compiling time v0.3.47
20602026-03-18T22:49:50.694Z Compiling rusty-fork v0.3.1
20612026-03-18T22:49:50.887Z Compiling hyper-util v0.1.20
20622026-03-18T22:49:51.475Z Compiling crossbeam-epoch v0.9.18
20632026-03-18T22:49:51.572Z Compiling derive_builder_core v0.20.2
20642026-03-18T22:49:51.912Z Compiling unicode-normalization v0.1.25
20652026-03-18T22:49:52.583Z Compiling rustls-native-certs v0.8.3
20662026-03-18T22:49:52.956Z Compiling signature v2.2.0
20672026-03-18T22:49:53.070Z Compiling hubpack_derive v0.1.1
20682026-03-18T22:49:53.110Z Compiling strum_macros v0.27.2
20692026-03-18T22:49:53.158Z Compiling curve25519-dalek-derive v0.1.1
20702026-03-18T22:49:53.179Z Compiling rand_xorshift v0.4.0
20712026-03-18T22:49:53.226Z Compiling sync_wrapper v1.0.2
20722026-03-18T22:49:53.324Z Compiling fs-err v3.3.0
20732026-03-18T22:49:53.371Z Compiling ahash v0.8.12
20742026-03-18T22:49:53.461Z Compiling anstyle-query v1.1.5
20752026-03-18T22:49:53.606Z Compiling unarray v0.1.4
20762026-03-18T22:49:53.669Z Compiling unicode-bidi v0.3.18
20772026-03-18T22:49:53.674Z Compiling is_terminal_polyfill v1.70.2
20782026-03-18T22:49:53.758Z Compiling colorchoice v1.0.4
20792026-03-18T22:49:53.777Z Compiling object v0.37.3
20802026-03-18T22:49:53.813Z Compiling adler2 v2.0.1
20812026-03-18T22:49:53.936Z Compiling unicode-properties v0.1.4
20822026-03-18T22:49:53.996Z Compiling miniz_oxide v0.8.9
20832026-03-18T22:49:53.996Z Compiling anstream v0.6.21
20842026-03-18T22:49:54.215Z Compiling stringprep v0.1.5
20852026-03-18T22:49:54.319Z Compiling proptest v1.10.0
20862026-03-18T22:49:54.732Z Compiling tower v0.5.3
20872026-03-18T22:49:54.752Z Compiling derive_builder_macro v0.20.2
20882026-03-18T22:49:55.144Z Compiling crossbeam-deque v0.8.6
20892026-03-18T22:49:55.214Z Compiling heck v0.4.1
20902026-03-18T22:49:55.371Z Compiling usdt-attr-macro v0.6.0
20912026-03-18T22:49:55.391Z Compiling usdt-macro v0.6.0
20922026-03-18T22:49:55.650Z Compiling http-body-util v0.1.3
20932026-03-18T22:49:55.878Z Compiling webpki-roots v1.0.6
20942026-03-18T22:49:55.964Z Compiling rand_chacha v0.3.1
20952026-03-18T22:49:55.991Z Compiling erased-serde v0.3.31
20962026-03-18T22:49:56.031Z Compiling md-5 v0.10.6
20972026-03-18T22:49:56.238Z Compiling num-integer v0.1.46
20982026-03-18T22:49:56.260Z Compiling hash32 v0.2.1
20992026-03-18T22:49:56.380Z Compiling vergen-lib v0.1.6
21002026-03-18T22:49:56.384Z Compiling ff v0.13.1
21012026-03-18T22:49:56.473Z Compiling fallible-iterator v0.2.0
21022026-03-18T22:49:56.476Z Compiling ryu v1.0.23
21032026-03-18T22:49:56.476Z Compiling psl-types v2.0.11
21042026-03-18T22:49:56.517Z Compiling zlib-rs v0.6.2
21052026-03-18T22:49:56.537Z Compiling base16ct v0.2.0
21062026-03-18T22:49:56.599Z Compiling iri-string v0.7.10
21072026-03-18T22:49:56.645Z Compiling publicsuffix v2.3.0
21082026-03-18T22:49:56.667Z Compiling serde_urlencoded v0.7.1
21092026-03-18T22:49:56.743Z Compiling sec1 v0.7.3
21102026-03-18T22:49:56.746Z Compiling group v0.13.0
21112026-03-18T22:49:56.920Z Compiling postgres-protocol v0.6.10
21122026-03-18T22:49:56.943Z Compiling num-iter v0.1.45
21132026-03-18T22:49:57.073Z Compiling newtype-uuid v1.3.2
21142026-03-18T22:49:57.128Z Compiling rand v0.8.5
21152026-03-18T22:49:57.384Z Compiling oxnet v0.1.4
21162026-03-18T22:49:57.507Z Compiling zone_cfg_derive v0.3.1
21172026-03-18T22:49:57.648Z Compiling derive_builder v0.20.2
21182026-03-18T22:49:57.754Z Compiling tokio-native-tls v0.3.1
21192026-03-18T22:49:57.797Z Compiling phf_shared v0.13.1
21202026-03-18T22:49:57.935Z Compiling lazy_static v1.5.0
21212026-03-18T22:49:58.001Z Compiling terminal_size v0.4.3
21222026-03-18T22:49:58.044Z Compiling serde_with_macros v3.17.0
21232026-03-18T22:49:58.090Z Compiling cargo-platform v0.1.9
21242026-03-18T22:49:58.135Z Compiling hkdf v0.12.4
21252026-03-18T22:49:58.182Z Compiling crypto-bigint v0.5.5
21262026-03-18T22:49:58.236Z Compiling tower-http v0.6.8
21272026-03-18T22:49:58.344Z Compiling serde_repr v0.1.20
21282026-03-18T22:49:58.365Z Compiling clap_derive v4.5.55
21292026-03-18T22:49:58.368Z Compiling enum-as-inner v0.6.1
21302026-03-18T22:49:58.413Z Compiling vergen v9.0.6
21312026-03-18T22:49:58.559Z Compiling clap_lex v1.0.0
21322026-03-18T22:49:58.605Z Compiling bitflags v1.3.2
21332026-03-18T22:49:58.686Z Compiling unicode-width v0.2.0
21342026-03-18T22:49:58.709Z Compiling foldhash v0.1.5
21352026-03-18T22:49:58.728Z Compiling libbz2-rs-sys v0.2.2
21362026-03-18T22:49:58.807Z Compiling managed v0.8.0
21372026-03-18T22:49:59.073Z Compiling bumpalo v3.20.2
21382026-03-18T22:49:59.155Z Compiling console v0.16.2
21392026-03-18T22:49:59.341Z Compiling zopfli v0.8.3
21402026-03-18T22:49:59.360Z Compiling bzip2 v0.6.1
21412026-03-18T22:49:59.452Z Compiling hashbrown v0.15.5
21422026-03-18T22:49:59.506Z Compiling flate2 v1.1.9
21432026-03-18T22:49:59.621Z Compiling clap_builder v4.5.60
21442026-03-18T22:49:59.722Z Compiling cargo_metadata v0.19.2
21452026-03-18T22:49:59.815Z Compiling elliptic-curve v0.13.8
21462026-03-18T22:50:00.052Z Compiling phf v0.13.1
21472026-03-18T22:50:00.182Z Compiling hyper-tls v0.6.0
21482026-03-18T22:50:00.201Z Compiling signal-hook-mio v0.2.5
21492026-03-18T22:50:00.293Z Compiling daft v0.1.5
21502026-03-18T22:50:00.296Z Compiling rayon v1.11.0
21512026-03-18T22:50:00.352Z Compiling cookie_store v0.22.1
21522026-03-18T22:50:00.460Z Compiling postgres-types v0.2.12
21532026-03-18T22:50:00.587Z Compiling zstd v0.13.3
21542026-03-18T22:50:00.659Z Compiling bzip2 v0.4.4
21552026-03-18T22:50:00.681Z Compiling strum v0.27.2
21562026-03-18T22:50:00.932Z Compiling hubpack v0.1.2
21572026-03-18T22:50:00.981Z Compiling ed25519 v2.2.3
21582026-03-18T22:50:01.111Z Compiling phf_shared v0.11.3
21592026-03-18T22:50:01.327Z Compiling pkcs1 v0.7.5
21602026-03-18T22:50:01.424Z Compiling hex v0.4.3
21612026-03-18T22:50:01.564Z Compiling serde-big-array v0.5.1
21622026-03-18T22:50:01.604Z Compiling rfc6979 v0.4.0
21632026-03-18T22:50:01.764Z Compiling bstr v1.12.1
21642026-03-18T22:50:01.856Z Compiling float-cmp v0.10.0
21652026-03-18T22:50:01.897Z Compiling itertools v0.12.1
21662026-03-18T22:50:01.897Z Compiling memmap2 v0.9.10
21672026-03-18T22:50:01.900Z Compiling env_filter v1.0.0
21682026-03-18T22:50:02.084Z Compiling encoding_rs v0.8.35
21692026-03-18T22:50:02.233Z Compiling whoami v2.1.0
21702026-03-18T22:50:02.309Z Compiling data-encoding v2.10.0
21712026-03-18T22:50:02.381Z Compiling toml_write v0.1.2
21722026-03-18T22:50:02.514Z Compiling fixedbitset v0.5.7
21732026-03-18T22:50:02.536Z Compiling static_assertions v1.1.0
21742026-03-18T22:50:02.591Z Compiling fixedbitset v0.4.2
21752026-03-18T22:50:02.646Z Compiling keccak v0.1.6
21762026-03-18T22:50:02.668Z Compiling rustc-hash v2.1.1
21772026-03-18T22:50:02.689Z Compiling mime v0.3.17
21782026-03-18T22:50:02.740Z Compiling jiff v0.2.21
21792026-03-18T22:50:02.871Z Compiling precomputed-hash v0.1.1
21802026-03-18T22:50:02.912Z Compiling unit-prefix v0.5.2
21812026-03-18T22:50:02.998Z Compiling predicates-core v1.0.10
21822026-03-18T22:50:03.019Z Compiling normalize-line-endings v0.3.0
21832026-03-18T22:50:03.084Z Compiling new_debug_unreachable v1.0.6
21842026-03-18T22:50:03.109Z Compiling difflib v0.4.0
21852026-03-18T22:50:03.190Z Compiling string_cache v0.8.9
21862026-03-18T22:50:03.229Z Compiling indicatif v0.18.4
21872026-03-18T22:50:03.250Z Compiling sha3 v0.10.8
21882026-03-18T22:50:03.456Z Compiling zone v0.3.1
21892026-03-18T22:50:03.483Z Compiling predicates v3.1.4
21902026-03-18T22:50:03.563Z Compiling iddqd v0.3.17
21912026-03-18T22:50:03.576Z Compiling petgraph v0.8.3
21922026-03-18T22:50:03.624Z Compiling petgraph v0.6.5
21932026-03-18T22:50:03.735Z Compiling hickory-proto v0.25.2
21942026-03-18T22:50:03.863Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21952026-03-18T22:50:03.940Z Compiling toml_edit v0.22.27
21962026-03-18T22:50:04.236Z Compiling tokio-postgres v0.7.16
21972026-03-18T22:50:04.262Z Compiling similar v2.7.0
21982026-03-18T22:50:05.030Z Compiling env_logger v0.11.9
21992026-03-18T22:50:05.276Z Compiling usdt v0.6.0
22002026-03-18T22:50:05.646Z Compiling serde_with v3.17.0
22012026-03-18T22:50:05.927Z Compiling ecdsa v0.16.9
22022026-03-18T22:50:06.218Z Compiling clap v4.5.60
22032026-03-18T22:50:06.328Z Compiling zip v4.6.1
22042026-03-18T22:50:06.458Z Compiling rsa v0.9.10
22052026-03-18T22:50:07.349Z Compiling ed25519-dalek v2.2.0
22062026-03-18T22:50:07.353Z Compiling crossterm v0.28.1
22072026-03-18T22:50:07.875Z Compiling zip v0.6.6
22082026-03-18T22:50:07.951Z Compiling strum v0.26.3
22092026-03-18T22:50:08.093Z Compiling toml v0.7.8
22102026-03-18T22:50:08.115Z Compiling tokio-stream v0.1.18
22112026-03-18T22:50:08.133Z Compiling buf-list v1.1.2
22122026-03-18T22:50:08.529Z Compiling x509-cert v0.2.5
22132026-03-18T22:50:08.580Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22142026-03-18T22:50:08.849Z Compiling openapiv3 v2.2.0
22152026-03-18T22:50:08.882Z Compiling sha1 v0.10.6
22162026-03-18T22:50:09.055Z Compiling itertools v0.13.0
22172026-03-18T22:50:09.558Z Compiling peg-runtime v0.8.5
22182026-03-18T22:50:09.763Z Compiling lalrpop-util v0.19.12
22192026-03-18T22:50:25.338Z Compiling macaddr v1.0.1
22202026-03-18T22:50:25.517Z Compiling structmeta-derive v0.3.0
22212026-03-18T22:50:25.573Z Compiling itertools v0.14.0
22222026-03-18T22:50:25.790Z Compiling heapless v0.8.0
22232026-03-18T22:50:26.994Z Compiling structmeta v0.3.0
22242026-03-18T22:50:27.275Z Compiling ingot-macros v0.1.1
22252026-03-18T22:50:30.313Z Compiling rustls-webpki v0.103.9
22262026-03-18T22:50:33.263Z Compiling toml_edit v0.23.10+spec-1.0.0
22272026-03-18T22:50:34.005Z Compiling hash32 v0.3.1
22282026-03-18T22:50:34.256Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22292026-03-18T22:50:34.386Z Compiling smoltcp v0.11.0
22302026-03-18T22:50:34.428Z Compiling proc-macro-crate v3.4.0
22312026-03-18T22:50:34.600Z Compiling ingot-types v0.1.2
22322026-03-18T22:50:34.626Z Compiling cobs v0.3.0
22332026-03-18T22:50:34.748Z Compiling rustls v0.22.4
22342026-03-18T22:50:34.855Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22352026-03-18T22:50:35.052Z Compiling num_enum_derive v0.7.5
22362026-03-18T22:50:35.074Z Compiling postcard v1.1.3
22372026-03-18T22:50:35.115Z Compiling proc-macro-crate v1.3.1
22382026-03-18T22:50:35.118Z Compiling tokio-rustls v0.26.4
22392026-03-18T22:50:35.159Z Compiling rustls-platform-verifier v0.6.2
22402026-03-18T22:50:35.231Z Compiling ingot v0.1.1
22412026-03-18T22:50:35.251Z Compiling rustls-webpki v0.102.8
22422026-03-18T22:50:35.430Z Compiling futures-executor v0.3.32
22432026-03-18T22:50:35.493Z Compiling hyper-rustls v0.27.7
22442026-03-18T22:50:35.591Z Compiling foreign-types-macros v0.2.3
22452026-03-18T22:50:35.612Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22462026-03-18T22:50:35.774Z Compiling multer v3.1.0
22472026-03-18T22:50:35.906Z Compiling reqwest v0.13.2
22482026-03-18T22:50:36.055Z Compiling reqwest v0.12.28
22492026-03-18T22:50:36.079Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22502026-03-18T22:50:36.113Z Compiling thread_local v1.1.9
22512026-03-18T22:50:36.203Z Compiling cpufeatures v0.3.0
22522026-03-18T22:50:36.318Z Compiling foreign-types-shared v0.3.1
22532026-03-18T22:50:36.363Z Compiling typeid v1.0.3
22542026-03-18T22:50:36.384Z Compiling match_cfg v0.1.0
22552026-03-18T22:50:36.407Z Compiling slog-async v2.8.0
22562026-03-18T22:50:36.457Z Compiling foreign-types v0.5.0
22572026-03-18T22:50:36.495Z Compiling hostname v0.3.1
22582026-03-18T22:50:36.576Z Compiling num_enum v0.7.5
22592026-03-18T22:50:36.621Z Compiling chacha20 v0.10.0
22602026-03-18T22:50:36.801Z Compiling futures v0.3.32
22612026-03-18T22:50:36.839Z Compiling num_enum_derive v0.5.11
22622026-03-18T22:50:37.031Z Compiling derive-ex v0.1.8
22632026-03-18T22:50:37.067Z Compiling tabwriter v1.4.1
22642026-03-18T22:50:37.109Z Compiling slog-json v2.6.1
22652026-03-18T22:50:37.446Z Compiling crossbeam-channel v0.5.15
22662026-03-18T22:50:37.560Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22672026-03-18T22:50:37.580Z Compiling async-stream-impl v0.3.6
22682026-03-18T22:50:37.667Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22692026-03-18T22:50:37.713Z Compiling serde_spanned v1.0.4
22702026-03-18T22:50:37.926Z Compiling is-terminal v0.4.17
22712026-03-18T22:50:38.064Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22722026-03-18T22:50:38.129Z Compiling cstr-argument v0.1.2
22732026-03-18T22:50:38.168Z Compiling dropshot v0.16.7
22742026-03-18T22:50:38.263Z Compiling term v1.2.1
22752026-03-18T22:50:38.355Z Compiling toml_writer v1.0.6+spec-1.1.0
22762026-03-18T22:50:38.377Z Compiling crucible-workspace-hack v0.1.0
22772026-03-18T22:50:38.380Z Compiling take_mut v0.2.2
22782026-03-18T22:50:38.462Z Compiling erased-serde v0.4.9
22792026-03-18T22:50:38.484Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22802026-03-18T22:50:38.683Z Compiling slog-term v2.9.2
22812026-03-18T22:50:38.723Z Compiling toml v0.9.12+spec-1.1.0
22822026-03-18T22:50:38.864Z Compiling async-stream v0.3.6
22832026-03-18T22:50:38.909Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22842026-03-18T22:50:39.122Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22852026-03-18T22:50:39.142Z Compiling test-strategy v0.4.5
22862026-03-18T22:50:39.263Z Compiling num_enum v0.5.11
22872026-03-18T22:50:39.290Z Compiling slog-bunyan v2.5.0
22882026-03-18T22:50:39.457Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22892026-03-18T22:50:39.457Z Compiling rand v0.10.0
22902026-03-18T22:50:39.722Z Compiling tokio-rustls v0.25.0
22912026-03-18T22:50:40.071Z Compiling parse-display-derive v0.10.0
22922026-03-18T22:50:40.206Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22932026-03-18T22:50:40.309Z Compiling backon v1.6.0
22942026-03-18T22:50:40.328Z Compiling waitgroup v0.1.2
22952026-03-18T22:50:40.517Z Compiling dropshot_endpoint v0.16.7
22962026-03-18T22:50:40.539Z Compiling newtype-uuid-macros v0.1.0
22972026-03-18T22:50:40.563Z Compiling rustls-pemfile v2.2.0
22982026-03-18T22:50:40.566Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22992026-03-18T22:50:40.586Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23002026-03-18T22:50:40.604Z Compiling serde_path_to_error v0.1.20
23012026-03-18T22:50:40.645Z Compiling hostname v0.4.2
23022026-03-18T22:50:40.874Z Compiling instant v0.1.13
23032026-03-18T22:50:40.933Z Compiling libefi-sys v0.1.0
23042026-03-18T22:50:40.957Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23052026-03-18T22:50:40.981Z Compiling colored v3.1.1
23062026-03-18T22:50:40.984Z Compiling debug-ignore v1.0.5
23072026-03-18T22:50:41.081Z Compiling backoff v0.4.0
23082026-03-18T22:50:41.135Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23092026-03-18T22:50:41.158Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23102026-03-18T22:50:41.180Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23112026-03-18T22:50:41.238Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23122026-03-18T22:50:41.377Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23132026-03-18T22:50:41.398Z Compiling camino-tempfile v1.4.1
23142026-03-18T22:50:41.442Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23152026-03-18T22:50:41.577Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23162026-03-18T22:50:41.845Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23172026-03-18T22:50:41.966Z Compiling usdt-attr-macro v0.5.0
23182026-03-18T22:50:41.994Z Compiling usdt-macro v0.5.0
23192026-03-18T22:50:42.017Z Compiling secrecy v0.10.3
23202026-03-18T22:50:42.114Z Compiling parse-display v0.10.0
23212026-03-18T22:50:42.143Z Compiling num-derive v0.4.2
23222026-03-18T22:50:42.252Z Compiling bitfield-struct v0.6.2
23232026-03-18T22:50:42.389Z Compiling regress v0.10.5
23242026-03-18T22:50:42.938Z Compiling ordered-float v2.10.1
23252026-03-18T22:50:42.995Z Compiling blake3 v1.8.3
23262026-03-18T22:50:43.114Z Compiling memmap v0.7.0
23272026-03-18T22:50:43.134Z Compiling sigpipe v0.1.3
23282026-03-18T22:50:43.263Z Compiling glob v0.3.3
23292026-03-18T22:50:43.284Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23302026-03-18T22:50:43.344Z Compiling usdt v0.5.0
23312026-03-18T22:50:43.383Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23322026-03-18T22:50:43.418Z Compiling serde-value v0.7.0
23332026-03-18T22:50:43.593Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23342026-03-18T22:50:43.738Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23352026-03-18T22:50:43.796Z Compiling serde-untagged v0.1.9
23362026-03-18T22:50:43.940Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23372026-03-18T22:50:44.051Z Compiling toml v0.8.23
23382026-03-18T22:50:44.167Z Compiling smf v0.2.3
23392026-03-18T22:50:44.281Z Compiling filetime v0.2.27
23402026-03-18T22:50:44.287Z Compiling constant_time_eq v0.4.2
23412026-03-18T22:50:44.324Z Compiling xattr v1.6.1
23422026-03-18T22:50:44.343Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23432026-03-18T22:50:44.366Z Compiling unicode-xid v0.2.6
23442026-03-18T22:50:44.468Z Compiling whoami v1.6.1
23452026-03-18T22:50:44.488Z Compiling arrayref v0.3.9
23462026-03-18T22:50:44.556Z Compiling same-file v1.0.6
23472026-03-18T22:50:44.562Z Compiling arrayvec v0.7.6
23482026-03-18T22:50:44.599Z Compiling tar v0.4.44
23492026-03-18T22:50:44.602Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-03-18T22:50:44.602Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23512026-03-18T22:50:44.730Z Compiling walkdir v2.5.0
23522026-03-18T22:50:44.788Z Compiling cargo-util-schemas v0.8.2
23532026-03-18T22:50:44.936Z Compiling tokio-dtrace v0.1.1
23542026-03-18T22:50:45.049Z Compiling gethostname v0.5.0
23552026-03-18T22:50:45.231Z Compiling cargo-platform v0.2.0
23562026-03-18T22:50:45.415Z Compiling topological-sort v0.2.2
23572026-03-18T22:50:45.517Z Compiling oxide-tokio-rt v0.1.3
23582026-03-18T22:50:45.651Z Compiling shell-words v1.1.1
23592026-03-18T22:50:45.671Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23602026-03-18T22:50:45.671Z Compiling indent_write v2.2.0
23612026-03-18T22:50:46.419Z Compiling cargo_metadata v0.21.0
23622026-03-18T22:50:57.636Z Compiling progenitor-client v0.13.0
23632026-03-18T22:50:57.659Z Compiling progenitor-client v0.10.0
23642026-03-18T22:50:57.662Z Compiling omicron-zone-package v0.12.2
23652026-03-18T22:50:57.773Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23662026-03-18T22:50:57.773Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23672026-03-18T22:50:57.776Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23682026-03-18T22:50:57.843Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23692026-03-18T22:50:57.978Z Compiling progenitor-extras v0.1.1
23702026-03-18T22:50:58.247Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23712026-03-18T22:51:07.579Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23722026-03-18T22:51:08.830Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23732026-03-18T22:51:17.189Z Finished `release` profile [optimized] target(s) in 1m 53s
23742026-03-18T22:51:17.376Z Running `target/release/omicron-package -t test target create -p dev`
23752026-03-18T22:51:17.434ZLogging to: /work/oxidecomputer/omicron/out/LOG
23762026-03-18T22:51:17.437ZCreated new build target 'test' and set it as active
23772026-03-18T22:51:17.437Z
23782026-03-18T22:51:17.437Zreal 1:54.025830003
23792026-03-18T22:51:17.437Zuser 20:26.617729038
23802026-03-18T22:51:17.437Zsys 2:59.382718830
23812026-03-18T22:51:17.437Ztrap 0.523516272
23822026-03-18T22:51:17.437Ztflt 3.312355714
23832026-03-18T22:51:17.437Zdflt 3.450915004
23842026-03-18T22:51:17.438Zkflt 0.000472502
23852026-03-18T22:51:17.438Zlock 47:21.347582569
23862026-03-18T22:51:17.438Zslp 1:11:02.223285572
23872026-03-18T22:51:17.438Zlat 48.056006173
23882026-03-18T22:51:17.438Zstop 6:49.144585961
23892026-03-18T22:51:17.441Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23902026-03-18T22:51:18.549Z Finished `release` profile [optimized] target(s) in 1.09s
23912026-03-18T22:51:18.615Z Running `target/release/omicron-package -t test package`
23922026-03-18T22:51:18.675ZLogging to: /work/oxidecomputer/omicron/out/LOG
23932026-03-18T22:51:20.446Z Compiling regress v0.10.5
23942026-03-18T22:51:20.446Z Compiling heck v0.5.0
23952026-03-18T22:51:20.446Z Compiling unsafe-libyaml v0.2.11
23962026-03-18T22:51:20.449Z Compiling convert_case v0.4.0
23972026-03-18T22:51:20.708Z Compiling half v2.7.1
23982026-03-18T22:51:20.708Z Compiling ciborium-io v0.2.2
23992026-03-18T22:51:20.726Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24002026-03-18T22:51:20.743Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24012026-03-18T22:51:20.747Z Compiling prettyplease v0.2.37
24022026-03-18T22:51:20.797Z Compiling universal-hash v0.5.1
24032026-03-18T22:51:20.802Z Compiling thiserror-impl-no-std v2.0.2
24042026-03-18T22:51:20.825Z Compiling unicode-width v0.1.14
24052026-03-18T22:51:20.830Z Compiling opaque-debug v0.3.1
24062026-03-18T22:51:20.830Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24072026-03-18T22:51:20.852Z Compiling chacha20 v0.9.1
24082026-03-18T22:51:20.881Z Compiling password-hash v0.5.0
24092026-03-18T22:51:20.908Z Compiling typify-impl v0.6.1
24102026-03-18T22:51:21.019Z Compiling blake2 v0.10.6
24112026-03-18T22:51:21.079Z Compiling ciborium-ll v0.2.2
24122026-03-18T22:51:21.110Z Compiling derive_more v0.99.20
24132026-03-18T22:51:21.110Z Compiling poly1305 v0.8.0
24142026-03-18T22:51:21.190Z Compiling aead v0.5.2
24152026-03-18T22:51:21.318Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24162026-03-18T22:51:21.345Z Compiling serde_yaml v0.9.34+deprecated
24172026-03-18T22:51:21.446Z Compiling ciborium v0.2.2
24182026-03-18T22:51:21.474Z Compiling is-terminal v0.4.17
24192026-03-18T22:51:21.500Z Compiling swrite v0.1.0
24202026-03-18T22:51:21.534Z Compiling chacha20poly1305 v0.10.1
24212026-03-18T22:51:21.620Z Compiling argon2 v0.5.3
24222026-03-18T22:51:21.660Z Compiling serde_spanned v1.0.4
24232026-03-18T22:51:21.725Z Compiling toml_writer v1.0.6+spec-1.1.0
24242026-03-18T22:51:21.811Z Compiling bytecount v0.6.9
24252026-03-18T22:51:21.894Z Compiling rustls v0.22.4
24262026-03-18T22:51:21.931Z Compiling rustls-webpki v0.102.8
24272026-03-18T22:51:21.959Z Compiling derive-where v1.6.0
24282026-03-18T22:51:22.048Z Compiling toml v0.9.12+spec-1.1.0
24292026-03-18T22:51:22.091Z Compiling thread_local v1.1.9
24302026-03-18T22:51:22.197Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24312026-03-18T22:51:22.282Z Compiling match_cfg v0.1.0
24322026-03-18T22:51:22.374Z Compiling thiserror-no-std v2.0.2
24332026-03-18T22:51:22.403Z Compiling hostname v0.3.1
24342026-03-18T22:51:22.514Z Compiling vsss-rs v3.3.4
24352026-03-18T22:51:22.592Z Compiling multer v3.1.0
24362026-03-18T22:51:22.644Z Compiling slog-async v2.8.0
24372026-03-18T22:51:22.671Z Compiling slog-json v2.6.1
24382026-03-18T22:51:22.675Z Compiling crossbeam-channel v0.5.15
24392026-03-18T22:51:22.883Z Compiling futures-executor v0.3.32
24402026-03-18T22:51:22.939Z Compiling take_mut v0.2.2
24412026-03-18T22:51:22.981Z Compiling term v1.2.1
24422026-03-18T22:51:23.010Z Compiling slog-bunyan v2.5.0
24432026-03-18T22:51:23.104Z Compiling futures v0.3.32
24442026-03-18T22:51:23.256Z Compiling dropshot v0.16.7
24452026-03-18T22:51:23.256Z Compiling async-stream v0.3.6
24462026-03-18T22:51:23.307Z Compiling progenitor-client v0.13.0
24472026-03-18T22:51:23.337Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24482026-03-18T22:51:23.454Z Compiling slog-term v2.9.2
24492026-03-18T22:51:23.502Z Compiling waitgroup v0.1.2
24502026-03-18T22:51:23.594Z Compiling backon v1.6.0
24512026-03-18T22:51:23.658Z Compiling rustls-pemfile v2.2.0
24522026-03-18T22:51:23.689Z Compiling hostname v0.4.2
24532026-03-18T22:51:23.719Z Compiling serde_path_to_error v0.1.20
24542026-03-18T22:51:23.722Z Compiling instant v0.1.13
24552026-03-18T22:51:23.750Z Compiling debug-ignore v1.0.5
24562026-03-18T22:51:23.753Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24572026-03-18T22:51:23.835Z Compiling parse-display v0.10.0
24582026-03-18T22:51:23.865Z Compiling progenitor-extras v0.1.1
24592026-03-18T22:51:23.894Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24602026-03-18T22:51:23.894Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24612026-03-18T22:51:23.953Z Compiling backoff v0.4.0
24622026-03-18T22:51:23.956Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24632026-03-18T22:51:24.013Z Compiling progenitor-client v0.10.0
24642026-03-18T22:51:24.089Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24652026-03-18T22:51:24.165Z Compiling macaddr v1.0.1
24662026-03-18T22:51:24.199Z Compiling console v0.15.11
24672026-03-18T22:51:24.228Z Compiling newline-converter v0.3.0
24682026-03-18T22:51:24.232Z Compiling atomicwrites v0.4.4
24692026-03-18T22:51:24.285Z Compiling num-rational v0.4.2
24702026-03-18T22:51:24.351Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24712026-03-18T22:51:24.401Z Compiling num-complex v0.4.6
24722026-03-18T22:51:24.474Z Compiling slog-dtrace v0.3.0
24732026-03-18T22:51:24.477Z Compiling async-recursion v1.1.1
24742026-03-18T22:51:24.636Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24752026-03-18T22:51:24.712Z Compiling float-ord v0.3.2
24762026-03-18T22:51:24.788Z Compiling expectorate v1.2.0
24772026-03-18T22:51:24.917Z Compiling owo-colors v4.3.0
24782026-03-18T22:51:25.002Z Compiling cancel-safe-futures v0.1.5
24792026-03-18T22:51:25.045Z Compiling tokio-rustls v0.25.0
24802026-03-18T22:51:25.075Z Compiling num v0.4.3
24812026-03-18T22:51:25.228Z Compiling libsw-core v0.3.2
24822026-03-18T22:51:25.234Z Compiling resolv-conf v0.7.6
24832026-03-18T22:51:25.368Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24842026-03-18T22:51:25.372Z Compiling toml v0.8.23
24852026-03-18T22:51:25.509Z Compiling libsw v3.5.0
24862026-03-18T22:51:25.592Z Compiling linear-map v1.2.0
24872026-03-18T22:51:25.676Z Compiling minimal-lexical v0.2.1
24882026-03-18T22:51:25.773Z Compiling linked-hash-map v0.5.6
24892026-03-18T22:51:25.887Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24902026-03-18T22:51:25.917Z Compiling unicode-xid v0.2.6
24912026-03-18T22:51:26.020Z Compiling nom v7.1.3
24922026-03-18T22:51:26.041Z Compiling lru-cache v0.1.2
24932026-03-18T22:51:26.089Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24942026-03-18T22:51:26.093Z Compiling globset v0.4.18
24952026-03-18T22:51:26.144Z Compiling hickory-proto v0.24.4
24962026-03-18T22:51:26.233Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24972026-03-18T22:51:26.254Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24982026-03-18T22:51:26.559Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24992026-03-18T22:51:26.835Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25002026-03-18T22:51:27.755Z Compiling typify-macro v0.6.1
25012026-03-18T22:51:27.905Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25022026-03-18T22:51:27.941Z Compiling convert_case v0.10.0
25032026-03-18T22:51:28.332Z Compiling derive_more-impl v2.1.1
25042026-03-18T22:51:29.392Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25052026-03-18T22:51:29.703Z Compiling hickory-resolver v0.24.4
25062026-03-18T22:51:29.737Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25072026-03-18T22:51:29.765Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25082026-03-18T22:51:29.797Z Compiling pin-project-internal v1.1.11
25092026-03-18T22:51:29.859Z Compiling typify v0.6.1
25102026-03-18T22:51:30.029Z Compiling progenitor-impl v0.13.0
25112026-03-18T22:51:30.959Z Compiling derive_more v2.1.1
25122026-03-18T22:51:31.094Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25132026-03-18T22:51:31.223Z Compiling qorb v0.4.1
25142026-03-18T22:51:31.342Z Compiling pin-project v1.1.11
25152026-03-18T22:51:31.497Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25162026-03-18T22:51:31.691Z Compiling pem v3.0.6
25172026-03-18T22:51:31.794Z Compiling snafu-derive v0.8.9
25182026-03-18T22:51:32.604Z Compiling termtree v0.5.1
25192026-03-18T22:51:32.854Z Compiling crossterm v0.29.0
25202026-03-18T22:51:32.958Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25212026-03-18T22:51:33.162Z Compiling progenitor-macro v0.13.0
25222026-03-18T22:51:34.089Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25232026-03-18T22:51:34.156Z Compiling olpc-cjson v0.1.4
25242026-03-18T22:51:34.182Z Compiling snafu v0.8.9
25252026-03-18T22:51:34.448Z Compiling phf_shared v0.12.1
25262026-03-18T22:51:34.786Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25272026-03-18T22:51:34.930Z Compiling serde_plain v1.0.2
25282026-03-18T22:51:35.316Z Compiling csv-core v0.1.13
25292026-03-18T22:51:35.481Z Compiling vte v0.14.1
25302026-03-18T22:51:35.806Z Compiling highway v1.3.0
25312026-03-18T22:51:35.859Z Compiling typed-path v0.9.3
25322026-03-18T22:51:36.740Z Compiling chrono-tz v0.10.4
25332026-03-18T22:51:36.982Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25342026-03-18T22:51:37.007Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25352026-03-18T22:51:37.081Z Compiling strip-ansi-escapes v0.2.1
25362026-03-18T22:51:37.470Z Compiling tough v0.20.0
25372026-03-18T22:51:37.823Z Compiling csv v1.4.0
25382026-03-18T22:51:37.956Z Compiling phf v0.12.1
25392026-03-18T22:51:38.229Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402026-03-18T22:51:38.440Z Compiling const_format_proc_macros v0.2.34
25412026-03-18T22:51:38.894Z Compiling papergrid v0.11.0
25422026-03-18T22:51:39.087Z Compiling progenitor v0.13.0
25432026-03-18T22:51:39.127Z Compiling fd-lock v4.0.4
25442026-03-18T22:51:39.308Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25452026-03-18T22:51:39.333Z Compiling peg-macros v0.8.5
25462026-03-18T22:51:39.549Z Compiling tabled_derive v0.7.0
25472026-03-18T22:51:40.080Z Compiling nu-ansi-term v0.50.3
25482026-03-18T22:51:40.330Z Compiling const_format v0.2.35
25492026-03-18T22:51:40.743Z Compiling reedline v0.40.0
25502026-03-18T22:51:40.780Z Compiling tabled v0.15.0
25512026-03-18T22:51:40.854Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25522026-03-18T22:51:41.063Z Compiling peg v0.8.5
25532026-03-18T22:51:41.189Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25542026-03-18T22:51:41.346Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25552026-03-18T22:51:42.537Z Compiling bcs v0.1.6
25562026-03-18T22:51:42.563Z Compiling semver v0.1.20
25572026-03-18T22:51:42.933Z Compiling rustc_version v0.1.7
25582026-03-18T22:51:43.090Z Compiling base64 v0.21.7
25592026-03-18T22:51:43.221Z Compiling newtype_derive v0.1.6
25602026-03-18T22:51:43.506Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25612026-03-18T22:51:43.752Z Compiling typify-impl v0.4.3
25622026-03-18T22:51:43.801Z Compiling humantime v2.3.0
25632026-03-18T22:51:44.408Z Compiling smawk v0.3.2
25642026-03-18T22:51:44.655Z Compiling unicode-linebreak v0.1.5
25652026-03-18T22:51:44.970Z Compiling textwrap v0.16.2
25662026-03-18T22:51:45.065Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25672026-03-18T22:51:45.118Z Compiling dropshot-api-manager-types v0.6.0
25682026-03-18T22:51:45.210Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25692026-03-18T22:51:45.431Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25702026-03-18T22:51:45.694Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25712026-03-18T22:51:45.972Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25722026-03-18T22:51:46.005Z Compiling steno v0.4.1
25732026-03-18T22:51:46.838Z Compiling utf-8 v0.7.6
25742026-03-18T22:51:47.135Z Compiling tagptr v0.2.0
25752026-03-18T22:51:47.408Z Compiling moka v0.12.13
25762026-03-18T22:51:47.865Z Compiling tungstenite v0.21.0
25772026-03-18T22:51:48.253Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25782026-03-18T22:51:48.456Z Compiling radium v0.7.0
25792026-03-18T22:51:48.768Z Compiling typify-macro v0.4.3
25802026-03-18T22:51:48.836Z Compiling tokio-tungstenite v0.21.0
25812026-03-18T22:51:49.302Z Compiling hickory-resolver v0.25.2
25822026-03-18T22:51:49.373Z Compiling maybe-uninit v2.0.0
25832026-03-18T22:51:49.767Z Compiling tap v1.0.1
25842026-03-18T22:51:49.947Z Compiling wyz v0.5.1
25852026-03-18T22:51:50.296Z Compiling zerocopy-derive v0.6.6
25862026-03-18T22:51:50.612Z Compiling display-error-chain v0.2.2
25872026-03-18T22:51:50.638Z Compiling crc-catalog v2.4.0
25882026-03-18T22:51:50.800Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25892026-03-18T22:51:50.828Z Compiling typify v0.4.3
25902026-03-18T22:51:50.986Z Compiling progenitor-impl v0.10.0
25912026-03-18T22:51:51.296Z Compiling funty v2.0.0
25922026-03-18T22:51:51.366Z Compiling packed_struct v0.10.1
25932026-03-18T22:51:51.720Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25942026-03-18T22:51:52.680Z Compiling bitvec v1.0.1
25952026-03-18T22:51:54.053Z Compiling progenitor-macro v0.10.0
25962026-03-18T22:51:54.360Z Compiling zerocopy v0.6.6
25972026-03-18T22:51:54.909Z Compiling crc v3.4.0
25982026-03-18T22:51:55.187Z Compiling packed_struct_codegen v0.10.1
25992026-03-18T22:51:55.234Z Compiling bitfield-macros v0.19.4
26002026-03-18T22:51:55.397Z Compiling indexmap v1.9.3
26012026-03-18T22:51:55.669Z Compiling nodrop v0.1.14
26022026-03-18T22:51:55.743Z Compiling smallvec v0.6.14
26032026-03-18T22:51:55.828Z Compiling array-init v0.0.4
26042026-03-18T22:51:56.109Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26052026-03-18T22:51:56.173Z Compiling bitfield v0.19.4
26062026-03-18T22:51:56.450Z Compiling num-derive v0.3.3
26072026-03-18T22:51:56.641Z Compiling proc-macro-error-attr2 v2.0.0
26082026-03-18T22:51:56.967Z Compiling hashbrown v0.12.3
26092026-03-18T22:51:57.202Z Compiling proc-macro-error2 v2.0.1
26102026-03-18T22:51:57.618Z Compiling serde-hex v0.1.0
26112026-03-18T22:51:57.640Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26122026-03-18T22:51:57.660Z Compiling libscf-sys v1.1.0
26132026-03-18T22:51:57.916Z Compiling ron v0.8.1
26142026-03-18T22:51:57.954Z Compiling hashbrown v0.13.2
26152026-03-18T22:51:58.157Z Compiling vergen-gitcl v1.0.8
26162026-03-18T22:51:58.441Z Compiling dirs-sys-next v0.1.2
26172026-03-18T22:51:58.479Z Compiling glob v0.3.3
26182026-03-18T22:51:58.818Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26192026-03-18T22:51:58.830Z Compiling crunchy v0.2.4
26202026-03-18T22:51:58.863Z Compiling crc-any v2.5.0
26212026-03-18T22:51:58.980Z Compiling maplit v1.0.2
26222026-03-18T22:51:59.033Z Compiling diesel_derives v2.3.7
26232026-03-18T22:51:59.080Z Compiling clang-sys v1.8.1
26242026-03-18T22:51:59.238Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-03-18T22:51:59.304Z Compiling object v0.30.4
26262026-03-18T22:51:59.431Z Compiling dirs-next v2.0.0
26272026-03-18T22:51:59.648Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26282026-03-18T22:51:59.691Z Compiling tabled_derive v0.11.0
26292026-03-18T22:51:59.905Z Compiling papergrid v0.17.0
26302026-03-18T22:52:00.017Z Compiling progenitor v0.10.0
26312026-03-18T22:52:00.115Z Compiling testing_table v0.3.0
26322026-03-18T22:52:00.267Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26332026-03-18T22:52:00.490Z Compiling dsl_auto_type v0.2.0
26342026-03-18T22:52:00.574Z Compiling scheduled-thread-pool v0.2.7
26352026-03-18T22:52:00.594Z Compiling diesel_table_macro_syntax v0.3.0
26362026-03-18T22:52:00.606Z Compiling tiny-keccak v2.0.2
26372026-03-18T22:52:00.624Z Compiling path-slash v0.1.5
26382026-03-18T22:52:00.848Z Compiling r2d2 v0.8.10
26392026-03-18T22:52:00.971Z Compiling term v0.7.0
26402026-03-18T22:52:01.139Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26412026-03-18T22:52:01.163Z Compiling arc-swap v1.8.2
26422026-03-18T22:52:01.237Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26432026-03-18T22:52:01.335Z Compiling bit-vec v0.6.3
26442026-03-18T22:52:01.522Z Compiling tabled v0.20.0
26452026-03-18T22:52:01.576Z Compiling downcast-rs v2.0.2
26462026-03-18T22:52:01.641Z Compiling xshell-macros v0.2.7
26472026-03-18T22:52:01.663Z Compiling bit-set v0.5.3
26482026-03-18T22:52:01.771Z Compiling slog-scope v4.4.1
26492026-03-18T22:52:01.804Z Compiling ascii-canvas v3.0.0
26502026-03-18T22:52:02.129Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26512026-03-18T22:52:02.169Z Compiling xshell v0.2.7
26522026-03-18T22:52:02.265Z Compiling itertools v0.10.5
26532026-03-18T22:52:02.295Z Compiling ena v0.14.4
26542026-03-18T22:52:02.776Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26552026-03-18T22:52:02.795Z Compiling libloading v0.8.9
26562026-03-18T22:52:03.027Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26572026-03-18T22:52:03.048Z Compiling regex-syntax v0.6.29
26582026-03-18T22:52:03.769Z Compiling diff v0.1.13
26592026-03-18T22:52:03.860Z Compiling unicase v2.9.0
26602026-03-18T22:52:04.113Z Compiling bindgen v0.71.1
26612026-03-18T22:52:05.538Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26622026-03-18T22:52:05.795Z Compiling lalrpop v0.19.12
26632026-03-18T22:52:05.976Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26642026-03-18T22:52:07.372Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26652026-03-18T22:52:07.871Z Compiling slog-stdlog v4.1.1
26662026-03-18T22:52:08.251Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26672026-03-18T22:52:08.251Z Compiling diesel v2.3.7
26682026-03-18T22:52:08.251Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26692026-03-18T22:52:08.463Z Compiling cexpr v0.6.0
26702026-03-18T22:52:09.143Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26712026-03-18T22:52:09.218Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26722026-03-18T22:52:09.307Z Compiling crc8 v0.1.1
26732026-03-18T22:52:09.401Z Compiling slog-envlogger v2.2.0
26742026-03-18T22:52:09.401Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26752026-03-18T22:52:09.720Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26762026-03-18T22:52:09.720Z Compiling headers-core v0.3.0
26772026-03-18T22:52:09.906Z Compiling libxml v0.3.3
26782026-03-18T22:52:10.100Z Compiling headers v0.4.1
26792026-03-18T22:52:10.496Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26802026-03-18T22:52:10.533Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26812026-03-18T22:52:10.563Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26822026-03-18T22:52:10.957Z Compiling strum_macros v0.24.3
26832026-03-18T22:52:11.170Z Compiling indoc v1.0.9
26842026-03-18T22:52:11.958Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-03-18T22:52:12.659Z Compiling derive_builder v0.20.2
26862026-03-18T22:52:12.742Z Compiling oso-derive v0.27.3
26872026-03-18T22:52:12.742Z Compiling quick-xml v0.37.5
26882026-03-18T22:52:12.742Z Compiling impl-trait-for-tuples v0.2.3
26892026-03-18T22:52:12.742Z Compiling half v1.8.3
26902026-03-18T22:52:12.773Z Compiling openssl-probe v0.1.6
26912026-03-18T22:52:13.054Z Compiling serde_cbor v0.11.2
26922026-03-18T22:52:13.131Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26932026-03-18T22:52:13.158Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26942026-03-18T22:52:14.032Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26952026-03-18T22:52:14.172Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26962026-03-18T22:52:14.317Z Compiling bb8 v0.8.6
26972026-03-18T22:52:14.579Z Compiling trait-variant v0.1.2
26982026-03-18T22:52:14.623Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26992026-03-18T22:52:14.790Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27002026-03-18T22:52:14.854Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27012026-03-18T22:52:15.142Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27022026-03-18T22:52:15.173Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27032026-03-18T22:52:15.507Z Compiling fxhash v0.2.1
27042026-03-18T22:52:15.661Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27052026-03-18T22:52:15.702Z Compiling kstat-rs v0.2.4
27062026-03-18T22:52:15.736Z Compiling libz-sys v1.1.24
27072026-03-18T22:52:15.759Z Compiling nonempty v0.12.0
27082026-03-18T22:52:16.016Z Compiling salty v0.3.0
27092026-03-18T22:52:16.089Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27102026-03-18T22:52:16.112Z Compiling samael v0.0.19
27112026-03-18T22:52:16.347Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-03-18T22:52:16.394Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27132026-03-18T22:52:16.652Z Compiling progenitor-impl v0.11.2
27142026-03-18T22:52:16.689Z Compiling darling_core v0.23.0
27152026-03-18T22:52:17.004Z Compiling polar-core v0.27.3
27162026-03-18T22:52:17.205Z Compiling nanorand v0.7.0
27172026-03-18T22:52:17.235Z Compiling fs-err v2.11.0
27182026-03-18T22:52:18.087Z Compiling parking_lot_core v0.8.6
27192026-03-18T22:52:18.306Z Compiling mime_guess v2.0.5
27202026-03-18T22:52:18.306Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27212026-03-18T22:52:18.788Z Compiling flume v0.11.1
27222026-03-18T22:52:19.312Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27232026-03-18T22:52:19.837Z Compiling progenitor-macro v0.11.2
27242026-03-18T22:52:19.906Z Compiling darling_macro v0.23.0
27252026-03-18T22:52:20.884Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27262026-03-18T22:52:20.972Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27272026-03-18T22:52:21.220Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27282026-03-18T22:52:23.748Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27292026-03-18T22:52:24.327Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27302026-03-18T22:52:25.047Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27312026-03-18T22:52:25.666Z Compiling progenitor-client v0.11.2
27322026-03-18T22:52:26.531Z Compiling git-stub v1.0.0
27332026-03-18T22:52:26.680Z Compiling libgit2-sys v0.18.3+1.9.2
27342026-03-18T22:52:26.801Z Compiling instability v0.3.11
27352026-03-18T22:52:27.358Z Compiling git-stub-vcs v0.1.0
27362026-03-18T22:52:27.663Z Compiling progenitor v0.11.2
27372026-03-18T22:52:27.692Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-03-18T22:52:27.735Z Compiling darling v0.23.0
27392026-03-18T22:52:27.876Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27402026-03-18T22:52:29.749Z Compiling oso v0.27.3
27412026-03-18T22:52:31.333Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27422026-03-18T22:52:31.415Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27432026-03-18T22:52:31.455Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27442026-03-18T22:52:31.588Z Compiling ignore v0.4.25
27452026-03-18T22:52:33.046Z Compiling async-bb8-diesel v0.2.1
27462026-03-18T22:52:33.625Z Compiling diesel-dtrace v0.5.0
27472026-03-18T22:52:35.517Z Compiling primeorder v0.13.6
27482026-03-18T22:52:35.762Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27492026-03-18T22:52:36.215Z Compiling castaway v0.2.4
27502026-03-18T22:52:36.247Z Compiling atty v0.2.14
27512026-03-18T22:52:36.248Z Compiling nibble_vec v0.1.0
27522026-03-18T22:52:36.248Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-03-18T22:52:37.008Z Compiling http-range v0.1.5
27542026-03-18T22:52:37.036Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27552026-03-18T22:52:37.036Z Compiling indoc v2.0.7
27562026-03-18T22:52:37.036Z Compiling endian-type v0.1.2
27572026-03-18T22:52:37.077Z Compiling parse-size v1.1.0
27582026-03-18T22:52:37.111Z Compiling radix_trie v0.2.1
27592026-03-18T22:52:37.324Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27602026-03-18T22:52:37.713Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-03-18T22:52:37.813Z Compiling compact_str v0.8.1
27622026-03-18T22:52:38.210Z Compiling p384 v0.13.1
27632026-03-18T22:52:38.389Z Compiling globwalk v0.9.1
27642026-03-18T22:52:39.225Z Compiling parking_lot v0.11.2
27652026-03-18T22:52:39.352Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27662026-03-18T22:52:40.318Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27672026-03-18T22:52:40.376Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27682026-03-18T22:52:40.810Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27692026-03-18T22:52:40.810Z Compiling predicates-tree v1.0.13
27702026-03-18T22:52:40.897Z Compiling unicode-truncate v1.1.0
27712026-03-18T22:52:41.003Z Compiling lru v0.12.5
27722026-03-18T22:52:41.226Z Compiling prefix-trie v0.7.0
27732026-03-18T22:52:41.290Z Compiling vergen-git2 v1.0.7
27742026-03-18T22:52:41.390Z Compiling cassowary v0.3.0
27752026-03-18T22:52:41.627Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27762026-03-18T22:52:41.814Z Compiling ratatui v0.29.0
27772026-03-18T22:52:42.016Z Compiling hickory-server v0.25.2
27782026-03-18T22:52:42.715Z Compiling camino-tempfile-ext v0.3.3
27792026-03-18T22:52:43.345Z Compiling hyper-staticfile v0.10.1
27802026-03-18T22:52:43.519Z Compiling sled v0.34.7
27812026-03-18T22:52:44.856Z Compiling hickory-client v0.25.2
27822026-03-18T22:52:45.205Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27832026-03-18T22:52:45.338Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27842026-03-18T22:52:45.415Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27852026-03-18T22:52:46.038Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27862026-03-18T22:52:46.052Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27872026-03-18T22:52:46.788Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27882026-03-18T22:52:46.910Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-03-18T22:52:47.775Z Compiling rand_seeder v0.4.0
27902026-03-18T22:52:47.846Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27912026-03-18T22:52:47.880Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-03-18T22:52:47.938Z Compiling lzma-sys v0.1.20
27932026-03-18T22:52:48.440Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27942026-03-18T22:52:48.506Z Compiling corncobs v0.1.4
27952026-03-18T22:52:48.621Z Compiling rustls v0.21.12
27962026-03-18T22:52:48.812Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-03-18T22:52:48.977Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27982026-03-18T22:52:49.046Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-03-18T22:52:49.210Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28002026-03-18T22:52:49.430Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28012026-03-18T22:52:49.684Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-03-18T22:52:49.788Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-03-18T22:52:49.928Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28042026-03-18T22:52:50.034Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28052026-03-18T22:52:50.374Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28062026-03-18T22:52:52.330Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28072026-03-18T22:52:53.977Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28082026-03-18T22:52:54.026Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28092026-03-18T22:52:54.284Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28102026-03-18T22:52:54.319Z Compiling cargo_toml v0.22.3
28112026-03-18T22:52:54.694Z Compiling sct v0.7.1
28122026-03-18T22:52:54.990Z Compiling rustls-webpki v0.101.7
28132026-03-18T22:52:54.990Z Compiling nix v0.29.0
28142026-03-18T22:52:55.348Z Compiling secrecy v0.8.0
28152026-03-18T22:52:55.633Z Compiling void v1.0.2
28162026-03-18T22:52:55.755Z Compiling lzss v0.8.2
28172026-03-18T22:52:56.844Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28182026-03-18T22:52:57.105Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28192026-03-18T22:52:57.257Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28202026-03-18T22:52:57.699Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28212026-03-18T22:52:58.030Z Compiling git2 v0.20.4
28222026-03-18T22:52:58.082Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28232026-03-18T22:52:59.158Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28242026-03-18T22:52:59.406Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28252026-03-18T22:53:00.017Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28262026-03-18T22:53:00.025Z Compiling tungstenite v0.23.0
28272026-03-18T22:53:00.025Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28282026-03-18T22:53:00.337Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28292026-03-18T22:53:00.637Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28302026-03-18T22:53:00.965Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28312026-03-18T22:53:01.184Z Compiling nix v0.27.1
28322026-03-18T22:53:01.780Z Compiling serde_bytes v0.11.19
28332026-03-18T22:53:02.245Z Compiling tokio-tungstenite v0.23.1
28342026-03-18T22:53:02.593Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28352026-03-18T22:53:02.678Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28362026-03-18T22:53:02.702Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28372026-03-18T22:53:02.882Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28382026-03-18T22:53:02.986Z Compiling xz2 v0.1.7
28392026-03-18T22:53:03.084Z Compiling ron v0.12.0
28402026-03-18T22:53:03.659Z Compiling tokio-rustls v0.24.1
28412026-03-18T22:53:03.892Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28422026-03-18T22:53:04.711Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-03-18T22:53:05.776Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28442026-03-18T22:53:08.481Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28452026-03-18T22:53:08.682Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28462026-03-18T22:53:09.557Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28472026-03-18T22:53:09.778Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28482026-03-18T22:53:11.817Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28492026-03-18T22:53:12.033Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28502026-03-18T22:53:12.155Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28512026-03-18T22:53:12.445Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28522026-03-18T22:53:13.120Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28532026-03-18T22:53:14.640Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28542026-03-18T22:53:15.627Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28552026-03-18T22:53:17.184Z Compiling rustls-pemfile v1.0.4
28562026-03-18T22:53:17.290Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28572026-03-18T22:53:17.682Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28582026-03-18T22:53:19.067Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28592026-03-18T22:53:19.358Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-03-18T22:53:19.598Z Compiling signal-hook-tokio v0.3.1
28612026-03-18T22:53:19.693Z Compiling twox-hash v2.1.2
28622026-03-18T22:53:19.833Z Compiling yasna v0.5.2
28632026-03-18T22:53:19.945Z Compiling is_ci v1.2.0
28642026-03-18T22:53:20.036Z Compiling base16ct v1.0.0
28652026-03-18T22:53:20.390Z Compiling supports-color v3.0.2
28662026-03-18T22:53:20.396Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28672026-03-18T22:53:20.725Z Compiling rcgen v0.12.1
28682026-03-18T22:53:20.794Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28692026-03-18T22:53:20.901Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28702026-03-18T22:53:21.319Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28712026-03-18T22:53:21.825Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28722026-03-18T22:53:22.437Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28732026-03-18T22:53:25.011Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28742026-03-18T22:53:26.182Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28752026-03-18T22:53:26.768Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28762026-03-18T22:53:26.936Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28772026-03-18T22:53:28.265Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28782026-03-18T22:53:28.569Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28792026-03-18T22:53:28.897Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28802026-03-18T22:53:29.178Z Compiling fatfs v0.3.6
28812026-03-18T22:53:29.218Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28822026-03-18T22:53:30.736Z Compiling rtoolbox v0.0.3
28832026-03-18T22:53:31.072Z Compiling subprocess v0.2.15
28842026-03-18T22:53:31.761Z Compiling assert_matches v1.5.0
28852026-03-18T22:53:31.892Z Compiling seq-macro v0.3.6
28862026-03-18T22:53:32.471Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28872026-03-18T22:53:32.620Z Compiling rpassword v7.4.0
28882026-03-18T22:53:32.920Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-03-18T22:53:33.859Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28902026-03-18T22:53:34.188Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28912026-03-18T22:53:36.315Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28922026-03-18T22:53:36.490Z Compiling tui-tree-widget v0.23.1
28932026-03-18T22:53:36.843Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28942026-03-18T22:53:37.249Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28952026-03-18T22:53:37.922Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28962026-03-18T22:53:38.109Z Compiling uzers v0.12.2
28972026-03-18T22:53:39.023Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28982026-03-18T22:53:39.942Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28992026-03-18T22:53:41.389Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29002026-03-18T22:53:45.060Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29012026-03-18T22:53:45.096Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29022026-03-18T22:53:47.608Z Compiling support-bundle-viewer v0.1.2
29032026-03-18T22:53:47.888Z Compiling multimap v0.10.1
29042026-03-18T22:54:10.215Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29052026-03-18T22:54:10.243Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-03-18T22:54:14.474Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-03-18T23:01:32.764Z Finished `release` profile [optimized] target(s) in 10m 13s
29082026-03-18T23:02:27.941Z
29092026-03-18T23:02:27.945Zreal 11:10.421921880
29102026-03-18T23:02:27.945Zuser 1:42:56.291430846
29112026-03-18T23:02:27.945Zsys 4:07.779656332
29122026-03-18T23:02:27.945Ztrap 2.311203554
29132026-03-18T23:02:27.945Ztflt 2.796757109
29142026-03-18T23:02:27.945Zdflt 18.325394462
29152026-03-18T23:02:27.946Zkflt 0.002207828
29162026-03-18T23:02:27.946Zlock 7:22:35.953133785
29172026-03-18T23:02:27.946Zslp 3:50:47.065341567
29182026-03-18T23:02:27.946Zlat 2:52.932060086
29192026-03-18T23:02:27.946Zstop 6:19.552080899
29202026-03-18T23:02:27.946Z+ mapfile -t packages
29212026-03-18T23:02:27.946Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-03-18T23:02:29.211Z Finished `release` profile [optimized] target(s) in 1.18s
29232026-03-18T23:02:29.245Z Running `target/release/omicron-package -t test list-outputs`
29242026-03-18T23:02:29.290ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-03-18T23:02:29.290Z+ ptime -m cargo build --locked --release -p xtask
29262026-03-18T23:02:29.974Z Compiling libc v0.2.180
29272026-03-18T23:02:29.974Z Compiling serde v1.0.228
29282026-03-18T23:02:29.996Z Compiling serde_core v1.0.228
29292026-03-18T23:02:29.996Z Compiling rustix v1.1.3
29302026-03-18T23:02:30.080Z Compiling serde_json v1.0.149
29312026-03-18T23:02:30.093Z Compiling bitflags v2.11.0
29322026-03-18T23:02:30.107Z Compiling num-traits v0.2.19
29332026-03-18T23:02:30.107Z Compiling syn v2.0.117
29342026-03-18T23:02:30.127Z Compiling smallvec v1.15.1
29352026-03-18T23:02:30.145Z Compiling hashbrown v0.16.1
29362026-03-18T23:02:30.145Z Compiling usdt-impl v0.5.0
29372026-03-18T23:02:30.170Z Compiling syn v1.0.109
29382026-03-18T23:02:30.221Z Compiling percent-encoding v2.3.2
29392026-03-18T23:02:30.233Z Compiling getrandom v0.4.1
29402026-03-18T23:02:30.418Z Compiling log v0.4.29
29412026-03-18T23:02:30.649Z Compiling form_urlencoded v1.2.2
29422026-03-18T23:02:30.757Z Compiling fs-err v3.3.0
29432026-03-18T23:02:30.769Z Compiling once_cell v1.21.3
29442026-03-18T23:02:30.777Z Compiling anyhow v1.0.102
29452026-03-18T23:02:30.795Z Compiling heck v0.4.1
29462026-03-18T23:02:30.925Z Compiling indexmap v2.13.0
29472026-03-18T23:02:31.267Z Compiling errno v0.3.14
29482026-03-18T23:02:31.267Z Compiling thread-id v4.2.2
29492026-03-18T23:02:31.267Z Compiling memmap v0.7.0
29502026-03-18T23:02:31.616Z Compiling ordered-float v2.10.1
29512026-03-18T23:02:32.472Z Compiling proc-macro-error v1.0.4
29522026-03-18T23:02:32.658Z Compiling tabled_derive v0.7.0
29532026-03-18T23:02:32.716Z Compiling terminal_size v0.4.3
29542026-03-18T23:02:32.727Z Compiling tempfile v3.25.0
29552026-03-18T23:02:32.891Z Compiling clap_builder v4.5.60
29562026-03-18T23:02:32.918Z Compiling textwrap v0.16.2
29572026-03-18T23:02:33.066Z Compiling camino-tempfile v1.4.1
29582026-03-18T23:02:34.162Z Compiling tabled v0.15.0
29592026-03-18T23:02:34.203Z Compiling synstructure v0.13.2
29602026-03-18T23:02:34.203Z Compiling pest_generator v2.8.6
29612026-03-18T23:02:34.438Z Compiling serde_derive v1.0.228
29622026-03-18T23:02:34.439Z Compiling zerofrom-derive v0.1.6
29632026-03-18T23:02:34.496Z Compiling yoke-derive v0.8.1
29642026-03-18T23:02:34.496Z Compiling zerovec-derive v0.11.2
29652026-03-18T23:02:34.496Z Compiling displaydoc v0.2.5
29662026-03-18T23:02:34.496Z Compiling thiserror-impl v1.0.69
29672026-03-18T23:02:34.496Z Compiling zerocopy-derive v0.7.35
29682026-03-18T23:02:34.497Z Compiling scroll_derive v0.12.1
29692026-03-18T23:02:34.497Z Compiling thiserror-impl v2.0.18
29702026-03-18T23:02:34.497Z Compiling clap_derive v4.5.55
29712026-03-18T23:02:34.506Z Compiling pest_derive v2.8.6
29722026-03-18T23:02:35.374Z Compiling scroll v0.12.0
29732026-03-18T23:02:35.669Z Compiling zerocopy v0.7.35
29742026-03-18T23:02:35.761Z Compiling goblin v0.8.2
29752026-03-18T23:02:35.882Z Compiling zerofrom v0.1.6
29762026-03-18T23:02:35.948Z Compiling thiserror v1.0.69
29772026-03-18T23:02:36.074Z Compiling yoke v0.8.1
29782026-03-18T23:02:36.116Z Compiling dtrace-parser v0.2.0
29792026-03-18T23:02:36.140Z Compiling thiserror v2.0.18
29802026-03-18T23:02:36.482Z Compiling zerovec v0.11.5
29812026-03-18T23:02:36.499Z Compiling zerotrie v0.2.3
29822026-03-18T23:02:36.831Z Compiling clap v4.5.60
29832026-03-18T23:02:37.364Z Compiling tinystr v0.8.2
29842026-03-18T23:02:37.663Z Compiling potential_utf v0.1.4
29852026-03-18T23:02:37.759Z Compiling icu_locale_core v2.1.1
29862026-03-18T23:02:37.759Z Compiling icu_collections v2.1.1
29872026-03-18T23:02:38.581Z Compiling icu_provider v2.1.1
29882026-03-18T23:02:38.805Z Compiling toml_datetime v0.6.11
29892026-03-18T23:02:38.826Z Compiling serde_spanned v0.6.9
29902026-03-18T23:02:39.003Z Compiling icu_normalizer v2.1.1
29912026-03-18T23:02:39.032Z Compiling icu_properties v2.1.2
29922026-03-18T23:02:39.114Z Compiling toml_edit v0.22.27
29932026-03-18T23:02:39.794Z Compiling serde-value v0.7.0
29942026-03-18T23:02:39.806Z Compiling dof v0.3.0
29952026-03-18T23:02:39.806Z Compiling serde_tokenstream v0.2.3
29962026-03-18T23:02:39.806Z Compiling cargo-platform v0.2.0
29972026-03-18T23:02:39.806Z Compiling macaddr v1.0.1
29982026-03-18T23:02:41.067Z Compiling usdt-attr-macro v0.5.0
29992026-03-18T23:02:41.115Z Compiling idna_adapter v1.2.1
30002026-03-18T23:02:41.115Z Compiling usdt-macro v0.5.0
30012026-03-18T23:02:41.115Z Compiling idna v1.1.0
30022026-03-18T23:02:41.115Z Compiling url v2.5.8
30032026-03-18T23:02:41.216Z Compiling usdt v0.5.0
30042026-03-18T23:02:41.504Z Compiling toml v0.8.23
30052026-03-18T23:02:42.101Z Compiling cargo-util-schemas v0.8.2
30062026-03-18T23:02:42.101Z Compiling cargo_toml v0.21.0
30072026-03-18T23:02:45.800Z Compiling cargo_metadata v0.21.0
30082026-03-18T23:02:48.157Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30092026-03-18T23:02:52.172Z Finished `release` profile [optimized] target(s) in 22.87s
30102026-03-18T23:02:52.310Z
30112026-03-18T23:02:52.325Zreal 22.995428849
30122026-03-18T23:02:52.325Zuser 3:11.071438581
30132026-03-18T23:02:52.325Zsys 21.063584113
30142026-03-18T23:02:52.325Ztrap 0.087927736
30152026-03-18T23:02:52.325Ztflt 0.787009209
30162026-03-18T23:02:52.325Zdflt 1.870783734
30172026-03-18T23:02:52.325Zkflt 0.000086712
30182026-03-18T23:02:52.326Zlock 5:32.390903533
30192026-03-18T23:02:52.326Zslp 6:36.388634290
30202026-03-18T23:02:52.326Zlat 7.730936062
30212026-03-18T23:02:52.326Zstop 27.642293277
30222026-03-18T23:02:52.326Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-03-18T23:02:52.326Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-03-18T23:02:52.326Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-03-18T23:02:52.326Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-03-18T23:02:52.326Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30272026-03-18T23:02:53.526Z Compiling regress v0.10.5
30282026-03-18T23:02:53.540Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30292026-03-18T23:02:53.540Z Compiling serde_spanned v1.0.4
30302026-03-18T23:02:53.540Z Compiling toml_writer v1.0.6+spec-1.1.0
30312026-03-18T23:02:53.713Z Compiling newtype-uuid-macros v0.1.0
30322026-03-18T23:02:53.767Z Compiling structmeta-derive v0.3.0
30332026-03-18T23:02:53.767Z Compiling rustls v0.22.4
30342026-03-18T23:02:53.767Z Compiling rustls-webpki v0.102.8
30352026-03-18T23:02:53.767Z Compiling multer v3.1.0
30362026-03-18T23:02:53.767Z Compiling match_cfg v0.1.0
30372026-03-18T23:02:53.767Z Compiling debug-ignore v1.0.5
30382026-03-18T23:02:53.767Z Compiling progenitor-client v0.13.0
30392026-03-18T23:02:53.768Z Compiling slog-json v2.6.1
30402026-03-18T23:02:53.768Z Compiling async-stream-impl v0.3.6
30412026-03-18T23:02:53.825Z Compiling dropshot v0.16.7
30422026-03-18T23:02:53.825Z Compiling itertools v0.14.0
30432026-03-18T23:02:53.968Z Compiling toml v0.9.12+spec-1.1.0
30442026-03-18T23:02:53.975Z Compiling hostname v0.3.1
30452026-03-18T23:02:54.020Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30462026-03-18T23:02:54.036Z Compiling waitgroup v0.1.2
30472026-03-18T23:02:54.162Z Compiling slog-bunyan v2.5.0
30482026-03-18T23:02:54.202Z Compiling rustls-pemfile v2.2.0
30492026-03-18T23:02:54.300Z Compiling dropshot_endpoint v0.16.7
30502026-03-18T23:02:54.300Z Compiling hostname v0.4.2
30512026-03-18T23:02:54.311Z Compiling serde_path_to_error v0.1.20
30522026-03-18T23:02:54.311Z Compiling macaddr v1.0.1
30532026-03-18T23:02:54.351Z Compiling progenitor-client v0.10.0
30542026-03-18T23:02:54.388Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30552026-03-18T23:02:54.388Z Compiling instant v0.1.13
30562026-03-18T23:02:54.456Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30572026-03-18T23:02:54.532Z Compiling backon v1.6.0
30582026-03-18T23:02:54.665Z Compiling backoff v0.4.0
30592026-03-18T23:02:54.803Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30602026-03-18T23:02:54.866Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30612026-03-18T23:02:54.866Z Compiling async-stream v0.3.6
30622026-03-18T23:02:54.866Z Compiling progenitor-extras v0.1.1
30632026-03-18T23:02:54.866Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30642026-03-18T23:02:54.866Z Compiling unsafe-libyaml v0.2.11
30652026-03-18T23:02:54.908Z Compiling crucible-workspace-hack v0.1.0
30662026-03-18T23:02:54.919Z Compiling toml_edit v0.23.10+spec-1.0.0
30672026-03-18T23:02:54.940Z Compiling secrecy v0.10.3
30682026-03-18T23:02:54.953Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30692026-03-18T23:02:55.000Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30702026-03-18T23:02:55.165Z Compiling heapless v0.8.0
30712026-03-18T23:02:55.183Z Compiling hash32 v0.3.1
30722026-03-18T23:02:55.183Z Compiling smoltcp v0.11.0
30732026-03-18T23:02:55.244Z Compiling structmeta v0.3.0
30742026-03-18T23:02:55.305Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30752026-03-18T23:02:55.337Z Compiling toml v0.8.23
30762026-03-18T23:02:55.359Z Compiling tabwriter v1.4.1
30772026-03-18T23:02:55.382Z Compiling cobs v0.3.0
30782026-03-18T23:02:55.624Z Compiling derive-ex v0.1.8
30792026-03-18T23:02:55.857Z Compiling parse-display-derive v0.10.0
30802026-03-18T23:02:55.858Z Compiling serde_yaml v0.9.34+deprecated
30812026-03-18T23:02:56.516Z Compiling proc-macro-crate v3.4.0
30822026-03-18T23:02:56.516Z Compiling ingot-macros v0.1.1
30832026-03-18T23:02:56.517Z Compiling foreign-types-macros v0.2.3
30842026-03-18T23:02:56.517Z Compiling cpufeatures v0.3.0
30852026-03-18T23:02:56.517Z Compiling foreign-types-shared v0.3.1
30862026-03-18T23:02:56.517Z Compiling convert_case v0.4.0
30872026-03-18T23:02:56.517Z Compiling chacha20 v0.10.0
30882026-03-18T23:02:56.629Z Compiling postcard v1.1.3
30892026-03-18T23:02:56.629Z Compiling proc-macro-crate v1.3.1
30902026-03-18T23:02:56.630Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30912026-03-18T23:02:56.630Z Compiling universal-hash v0.5.1
30922026-03-18T23:02:56.630Z Compiling derive_more v0.99.20
30932026-03-18T23:02:56.630Z Compiling num_enum_derive v0.7.5
30942026-03-18T23:02:56.630Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30952026-03-18T23:02:56.630Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30962026-03-18T23:02:56.711Z Compiling cstr-argument v0.1.2
30972026-03-18T23:02:56.711Z Compiling foreign-types v0.5.0
30982026-03-18T23:02:56.751Z Compiling colored v3.1.1
30992026-03-18T23:02:56.759Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31002026-03-18T23:02:56.846Z Compiling opaque-debug v0.3.1
31012026-03-18T23:02:56.870Z Compiling num_enum_derive v0.5.11
31022026-03-18T23:02:56.930Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31032026-03-18T23:02:56.945Z Compiling tokio-rustls v0.25.0
31042026-03-18T23:02:56.978Z Compiling rand v0.10.0
31052026-03-18T23:02:57.012Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31062026-03-18T23:02:57.090Z Compiling typify-impl v0.6.1
31072026-03-18T23:02:57.276Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31082026-03-18T23:02:57.296Z Compiling half v2.7.1
31092026-03-18T23:02:57.302Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31102026-03-18T23:02:57.700Z Compiling ciborium-io v0.2.2
31112026-03-18T23:02:57.735Z Compiling camino-tempfile v1.4.1
31122026-03-18T23:02:57.788Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31132026-03-18T23:02:57.844Z Compiling ciborium-ll v0.2.2
31142026-03-18T23:02:57.961Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31152026-03-18T23:02:58.010Z Compiling test-strategy v0.4.5
31162026-03-18T23:02:58.149Z Compiling num_enum v0.7.5
31172026-03-18T23:02:58.168Z Compiling ciborium v0.2.2
31182026-03-18T23:02:58.168Z Compiling parse-display v0.10.0
31192026-03-18T23:02:58.169Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31202026-03-18T23:02:58.169Z Compiling smf v0.2.3
31212026-03-18T23:02:58.199Z Compiling aead v0.5.2
31222026-03-18T23:02:58.251Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31232026-03-18T23:02:58.274Z Compiling num-derive v0.4.2
31242026-03-18T23:02:58.332Z Compiling sigpipe v0.1.3
31252026-03-18T23:02:58.365Z Compiling num_enum v0.5.11
31262026-03-18T23:02:58.406Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31272026-03-18T23:02:58.428Z Compiling glob v0.3.3
31282026-03-18T23:02:58.534Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31292026-03-18T23:02:58.552Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31302026-03-18T23:02:58.578Z Compiling poly1305 v0.8.0
31312026-03-18T23:02:58.734Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31322026-03-18T23:02:58.912Z Compiling chacha20 v0.9.1
31332026-03-18T23:02:58.934Z Compiling whoami v1.6.1
31342026-03-18T23:02:58.946Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31352026-03-18T23:02:58.993Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31362026-03-18T23:02:59.188Z Compiling thiserror-impl-no-std v2.0.2
31372026-03-18T23:02:59.336Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31382026-03-18T23:02:59.372Z Compiling num-rational v0.4.2
31392026-03-18T23:02:59.372Z Compiling password-hash v0.5.0
31402026-03-18T23:02:59.373Z Compiling blake2 v0.10.6
31412026-03-18T23:02:59.439Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31422026-03-18T23:02:59.549Z Compiling num-complex v0.4.6
31432026-03-18T23:02:59.553Z Compiling indent_write v2.2.0
31442026-03-18T23:02:59.603Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31452026-03-18T23:02:59.623Z Compiling prettyplease v0.2.37
31462026-03-18T23:02:59.833Z Compiling argon2 v0.5.3
31472026-03-18T23:02:59.929Z Compiling ingot-types v0.1.2
31482026-03-18T23:02:59.952Z Compiling chacha20poly1305 v0.10.1
31492026-03-18T23:02:59.990Z Compiling float-ord v0.3.2
31502026-03-18T23:03:00.138Z Compiling num v0.4.3
31512026-03-18T23:03:00.203Z Compiling gethostname v0.5.0
31522026-03-18T23:03:00.203Z Compiling usdt-macro v0.5.0
31532026-03-18T23:03:00.243Z Compiling usdt-attr-macro v0.5.0
31542026-03-18T23:03:00.243Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31552026-03-18T23:03:00.243Z Compiling derive-where v1.6.0
31562026-03-18T23:03:00.292Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31572026-03-18T23:03:00.292Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31582026-03-18T23:03:00.311Z Compiling ingot v0.1.1
31592026-03-18T23:03:00.375Z Compiling memmap v0.7.0
31602026-03-18T23:03:00.657Z Compiling typify-impl v0.4.3
31612026-03-18T23:03:00.921Z Compiling atomicwrites v0.4.4
31622026-03-18T23:03:00.921Z Compiling cancel-safe-futures v0.1.5
31632026-03-18T23:03:01.013Z Compiling thiserror-no-std v2.0.2
31642026-03-18T23:03:01.013Z Compiling vsss-rs v3.3.4
31652026-03-18T23:03:01.014Z Compiling owo-colors v4.3.0
31662026-03-18T23:03:01.014Z Compiling libsw-core v0.3.2
31672026-03-18T23:03:01.130Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31682026-03-18T23:03:01.310Z Compiling async-recursion v1.1.1
31692026-03-18T23:03:01.498Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31702026-03-18T23:03:01.498Z Compiling usdt v0.5.0
31712026-03-18T23:03:01.532Z Compiling resolv-conf v0.7.6
31722026-03-18T23:03:01.532Z Compiling libsw v3.5.0
31732026-03-18T23:03:01.775Z Compiling libefi-sys v0.1.0
31742026-03-18T23:03:01.842Z Compiling linear-map v1.2.0
31752026-03-18T23:03:02.371Z Compiling hickory-proto v0.24.4
31762026-03-18T23:03:02.427Z Compiling newline-converter v0.3.0
31772026-03-18T23:03:02.427Z Compiling console v0.15.11
31782026-03-18T23:03:02.427Z Compiling bitfield-struct v0.6.2
31792026-03-18T23:03:02.428Z Compiling semver v0.1.20
31802026-03-18T23:03:02.428Z Compiling linked-hash-map v0.5.6
31812026-03-18T23:03:02.428Z Compiling pin-project-internal v1.1.11
31822026-03-18T23:03:02.428Z Compiling slog-dtrace v0.3.0
31832026-03-18T23:03:02.428Z Compiling minimal-lexical v0.2.1
31842026-03-18T23:03:02.521Z Compiling rustc_version v0.1.7
31852026-03-18T23:03:02.521Z Compiling lru-cache v0.1.2
31862026-03-18T23:03:02.616Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31872026-03-18T23:03:02.694Z Compiling expectorate v1.2.0
31882026-03-18T23:03:02.724Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31892026-03-18T23:03:02.739Z Compiling nom v7.1.3
31902026-03-18T23:03:02.786Z Compiling newtype_derive v0.1.6
31912026-03-18T23:03:02.860Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31922026-03-18T23:03:02.868Z Compiling tokio-dtrace v0.1.1
31932026-03-18T23:03:02.868Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31942026-03-18T23:03:03.061Z Compiling dropshot-api-manager-types v0.6.0
31952026-03-18T23:03:03.265Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31962026-03-18T23:03:03.265Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31972026-03-18T23:03:03.266Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-03-18T23:03:03.397Z Compiling phf_shared v0.12.1
31992026-03-18T23:03:03.397Z Compiling pem v3.0.6
32002026-03-18T23:03:03.477Z Compiling snafu-derive v0.8.9
32012026-03-18T23:03:03.477Z Compiling csv-core v0.1.13
32022026-03-18T23:03:03.491Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32032026-03-18T23:03:03.569Z Compiling highway v1.3.0
32042026-03-18T23:03:03.667Z Compiling same-file v1.0.6
32052026-03-18T23:03:03.731Z Compiling typify-macro v0.6.1
32062026-03-18T23:03:03.780Z Compiling chrono-tz v0.10.4
32072026-03-18T23:03:03.809Z Compiling xshell-macros v0.2.7
32082026-03-18T23:03:03.879Z Compiling const_format_proc_macros v0.2.34
32092026-03-18T23:03:04.420Z Compiling pin-project v1.1.11
32102026-03-18T23:03:04.518Z Compiling walkdir v2.5.0
32112026-03-18T23:03:04.518Z Compiling csv v1.4.0
32122026-03-18T23:03:04.519Z Compiling phf v0.12.1
32132026-03-18T23:03:04.519Z Compiling oxide-tokio-rt v0.1.3
32142026-03-18T23:03:04.519Z Compiling xshell v0.2.7
32152026-03-18T23:03:04.620Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32162026-03-18T23:03:04.672Z Compiling globset v0.4.18
32172026-03-18T23:03:04.782Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32182026-03-18T23:03:04.791Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32192026-03-18T23:03:04.836Z Compiling hickory-resolver v0.24.4
32202026-03-18T23:03:04.894Z Compiling olpc-cjson v0.1.4
32212026-03-18T23:03:05.431Z Compiling primeorder v0.13.6
32222026-03-18T23:03:05.450Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32232026-03-18T23:03:05.450Z Compiling serde_plain v1.0.2
32242026-03-18T23:03:05.450Z Compiling typed-path v0.9.3
32252026-03-18T23:03:05.450Z Compiling base64 v0.21.7
32262026-03-18T23:03:05.450Z Compiling const_format v0.2.35
32272026-03-18T23:03:05.450Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32282026-03-18T23:03:05.553Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32292026-03-18T23:03:05.576Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32302026-03-18T23:03:05.622Z Compiling tabled_derive v0.7.0
32312026-03-18T23:03:05.815Z Compiling bcs v0.1.6
32322026-03-18T23:03:06.143Z Compiling snafu v0.8.9
32332026-03-18T23:03:06.171Z Compiling typify v0.6.1
32342026-03-18T23:03:06.312Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32352026-03-18T23:03:06.360Z Compiling progenitor-impl v0.13.0
32362026-03-18T23:03:06.389Z Compiling qorb v0.4.1
32372026-03-18T23:03:06.425Z Compiling radium v0.7.0
32382026-03-18T23:03:06.565Z Compiling tough v0.20.0
32392026-03-18T23:03:06.631Z Compiling termtree v0.5.1
32402026-03-18T23:03:06.690Z Compiling salty v0.3.0
32412026-03-18T23:03:06.816Z Compiling textwrap v0.16.2
32422026-03-18T23:03:06.905Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32432026-03-18T23:03:06.924Z Compiling steno v0.4.1
32442026-03-18T23:03:07.058Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32452026-03-18T23:03:07.114Z Compiling tabled v0.15.0
32462026-03-18T23:03:07.183Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32472026-03-18T23:03:07.276Z Compiling typify-macro v0.4.3
32482026-03-18T23:03:07.325Z Compiling utf-8 v0.7.6
32492026-03-18T23:03:07.343Z Compiling maybe-uninit v2.0.0
32502026-03-18T23:03:07.398Z Compiling tap v1.0.1
32512026-03-18T23:03:07.553Z Compiling humantime v2.3.0
32522026-03-18T23:03:07.674Z Compiling wyz v0.5.1
32532026-03-18T23:03:07.674Z Compiling tungstenite v0.21.0
32542026-03-18T23:03:07.873Z Compiling p384 v0.13.1
32552026-03-18T23:03:07.889Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32562026-03-18T23:03:07.984Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32572026-03-18T23:03:08.083Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32582026-03-18T23:03:08.227Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32592026-03-18T23:03:08.652Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32602026-03-18T23:03:08.823Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32612026-03-18T23:03:08.838Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32622026-03-18T23:03:08.856Z Compiling arc-swap v1.8.2
32632026-03-18T23:03:09.266Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32642026-03-18T23:03:09.340Z Compiling tagptr v0.2.0
32652026-03-18T23:03:09.385Z Compiling funty v2.0.0
32662026-03-18T23:03:09.487Z Compiling packed_struct v0.10.1
32672026-03-18T23:03:09.668Z Compiling moka v0.12.13
32682026-03-18T23:03:09.704Z Compiling typify v0.4.3
32692026-03-18T23:03:09.866Z Compiling progenitor-impl v0.10.0
32702026-03-18T23:03:09.914Z Compiling bitvec v1.0.1
32712026-03-18T23:03:10.438Z Compiling progenitor-macro v0.13.0
32722026-03-18T23:03:10.459Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32732026-03-18T23:03:10.459Z Compiling slog-scope v4.4.1
32742026-03-18T23:03:10.513Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32752026-03-18T23:03:10.531Z Compiling tokio-tungstenite v0.21.0
32762026-03-18T23:03:10.704Z Compiling polyval v0.6.2
32772026-03-18T23:03:10.757Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32782026-03-18T23:03:10.808Z Compiling packed_struct_codegen v0.10.1
32792026-03-18T23:03:10.833Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32802026-03-18T23:03:10.926Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32812026-03-18T23:03:10.975Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32822026-03-18T23:03:11.004Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32832026-03-18T23:03:11.276Z Compiling bitfield-macros v0.19.4
32842026-03-18T23:03:11.507Z Compiling zerocopy-derive v0.6.6
32852026-03-18T23:03:12.004Z Compiling proc-macro-error-attr2 v2.0.0
32862026-03-18T23:03:12.108Z Compiling indexmap v1.9.3
32872026-03-18T23:03:12.206Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32882026-03-18T23:03:12.733Z Compiling nodrop v0.1.14
32892026-03-18T23:03:12.743Z Compiling crc-catalog v2.4.0
32902026-03-18T23:03:12.743Z Compiling parking_lot_core v0.8.6
32912026-03-18T23:03:12.744Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32922026-03-18T23:03:12.744Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32932026-03-18T23:03:12.744Z Compiling crc v3.4.0
32942026-03-18T23:03:12.744Z Compiling proc-macro-error2 v2.0.1
32952026-03-18T23:03:12.744Z Compiling zerocopy v0.6.6
32962026-03-18T23:03:12.847Z Compiling array-init v0.0.4
32972026-03-18T23:03:12.916Z Compiling bitfield v0.19.4
32982026-03-18T23:03:12.927Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32992026-03-18T23:03:13.069Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33002026-03-18T23:03:13.255Z Compiling ghash v0.5.1
33012026-03-18T23:03:13.333Z Compiling smallvec v0.6.14
33022026-03-18T23:03:13.362Z Compiling slog-stdlog v4.1.1
33032026-03-18T23:03:13.459Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33042026-03-18T23:03:13.516Z Compiling hickory-resolver v0.25.2
33052026-03-18T23:03:13.516Z Compiling git-stub v1.0.0
33062026-03-18T23:03:13.598Z Compiling num-derive v0.3.3
33072026-03-18T23:03:13.628Z Compiling ctr v0.9.2
33082026-03-18T23:03:13.671Z Compiling lzma-sys v0.1.20
33092026-03-18T23:03:13.708Z Compiling unicase v2.9.0
33102026-03-18T23:03:13.804Z Compiling progenitor-macro v0.10.0
33112026-03-18T23:03:13.872Z Compiling hashbrown v0.12.3
33122026-03-18T23:03:13.925Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33132026-03-18T23:03:13.999Z Compiling mime_guess v2.0.5
33142026-03-18T23:03:14.021Z Compiling aes-gcm v0.10.3
33152026-03-18T23:03:14.414Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33162026-03-18T23:03:14.519Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33172026-03-18T23:03:14.519Z Compiling git-stub-vcs v0.1.0
33182026-03-18T23:03:14.519Z Compiling serde-hex v0.1.0
33192026-03-18T23:03:14.606Z Compiling slog-envlogger v2.2.0
33202026-03-18T23:03:14.606Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33212026-03-18T23:03:14.738Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33222026-03-18T23:03:14.817Z Compiling tabled_derive v0.11.0
33232026-03-18T23:03:14.827Z Compiling libscf-sys v1.1.0
33242026-03-18T23:03:15.039Z Compiling progenitor-impl v0.11.2
33252026-03-18T23:03:15.061Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-03-18T23:03:15.085Z Compiling ron v0.8.1
33272026-03-18T23:03:15.306Z Compiling papergrid v0.17.0
33282026-03-18T23:03:15.378Z Compiling cargo_toml v0.22.3
33292026-03-18T23:03:15.801Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33302026-03-18T23:03:16.071Z Compiling hashbrown v0.13.2
33312026-03-18T23:03:16.095Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33322026-03-18T23:03:16.482Z Compiling testing_table v0.3.0
33332026-03-18T23:03:16.563Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33342026-03-18T23:03:16.586Z Compiling ssh-encoding v0.2.0
33352026-03-18T23:03:16.757Z Compiling blowfish v0.9.1
33362026-03-18T23:03:16.836Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-03-18T23:03:16.892Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33382026-03-18T23:03:16.945Z Compiling nibble_vec v0.1.0
33392026-03-18T23:03:16.973Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33402026-03-18T23:03:17.033Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33412026-03-18T23:03:17.081Z Compiling corncobs v0.1.4
33422026-03-18T23:03:17.118Z Compiling endian-type v0.1.2
33432026-03-18T23:03:17.202Z Compiling crc-any v2.5.0
33442026-03-18T23:03:17.342Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33452026-03-18T23:03:17.342Z Compiling radix_trie v0.2.1
33462026-03-18T23:03:17.419Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33472026-03-18T23:03:17.567Z Compiling bcrypt-pbkdf v0.10.0
33482026-03-18T23:03:17.745Z Compiling ssh-cipher v0.2.0
33492026-03-18T23:03:17.745Z Compiling object v0.30.4
33502026-03-18T23:03:17.745Z Compiling progenitor v0.13.0
33512026-03-18T23:03:17.820Z Compiling tabled v0.20.0
33522026-03-18T23:03:17.835Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33532026-03-18T23:03:17.851Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33542026-03-18T23:03:18.108Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33552026-03-18T23:03:18.278Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33562026-03-18T23:03:18.424Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33572026-03-18T23:03:18.447Z Compiling parking_lot v0.11.2
33582026-03-18T23:03:18.601Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33592026-03-18T23:03:18.818Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33602026-03-18T23:03:18.977Z Compiling progenitor-macro v0.11.2
33612026-03-18T23:03:19.330Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33622026-03-18T23:03:19.361Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33632026-03-18T23:03:19.361Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33642026-03-18T23:03:19.537Z Compiling progenitor-client v0.11.2
33652026-03-18T23:03:19.661Z Compiling prefix-trie v0.7.0
33662026-03-18T23:03:19.736Z Compiling password-hash v0.4.2
33672026-03-18T23:03:19.803Z Compiling fxhash v0.2.1
33682026-03-18T23:03:20.000Z Compiling secrecy v0.8.0
33692026-03-18T23:03:20.034Z Compiling path-slash v0.1.5
33702026-03-18T23:03:20.198Z Compiling half v1.8.3
33712026-03-18T23:03:20.223Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33722026-03-18T23:03:20.234Z Compiling http-range v0.1.5
33732026-03-18T23:03:20.526Z Compiling serde_cbor v0.11.2
33742026-03-18T23:03:20.548Z Compiling hickory-server v0.25.2
33752026-03-18T23:03:20.610Z Compiling pbkdf2 v0.11.0
33762026-03-18T23:03:20.767Z Compiling sled v0.34.7
33772026-03-18T23:03:20.978Z Compiling progenitor v0.10.0
33782026-03-18T23:03:21.017Z Compiling xz2 v0.1.7
33792026-03-18T23:03:21.115Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33802026-03-18T23:03:21.203Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33812026-03-18T23:03:21.408Z Compiling ron v0.12.0
33822026-03-18T23:03:21.879Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33832026-03-18T23:03:21.946Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33842026-03-18T23:03:22.085Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33852026-03-18T23:03:22.220Z Compiling ssh-key v0.6.7
33862026-03-18T23:03:22.657Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33872026-03-18T23:03:23.144Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33882026-03-18T23:03:23.342Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33892026-03-18T23:03:23.494Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33902026-03-18T23:03:23.526Z Compiling hickory-client v0.25.2
33912026-03-18T23:03:24.321Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33922026-03-18T23:03:24.417Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33932026-03-18T23:03:24.417Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33942026-03-18T23:03:24.526Z Compiling p521 v0.13.3
33952026-03-18T23:03:24.588Z Compiling p256 v0.13.2
33962026-03-18T23:03:24.777Z Compiling yasna v0.5.2
33972026-03-18T23:03:24.948Z Compiling kstat-rs v0.2.4
33982026-03-18T23:03:25.050Z Compiling headers-core v0.3.0
33992026-03-18T23:03:25.070Z Compiling nanorand v0.7.0
34002026-03-18T23:03:25.095Z Compiling russh-cryptovec v0.7.3
34012026-03-18T23:03:25.123Z Compiling atty v0.2.14
34022026-03-18T23:03:25.148Z Compiling home v0.5.12
34032026-03-18T23:03:25.248Z Compiling md5 v0.7.0
34042026-03-18T23:03:25.347Z Compiling crc8 v0.1.1
34052026-03-18T23:03:25.387Z Compiling base16ct v1.0.0
34062026-03-18T23:03:25.406Z Compiling flume v0.11.1
34072026-03-18T23:03:25.406Z Compiling rcgen v0.12.1
34082026-03-18T23:03:25.430Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34092026-03-18T23:03:25.464Z Compiling russh-keys v0.45.0
34102026-03-18T23:03:25.528Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34112026-03-18T23:03:25.673Z Compiling headers v0.4.1
34122026-03-18T23:03:25.763Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34132026-03-18T23:03:25.834Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34142026-03-18T23:03:25.929Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34152026-03-18T23:03:26.110Z Compiling progenitor v0.11.2
34162026-03-18T23:03:26.181Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34172026-03-18T23:03:26.330Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34182026-03-18T23:03:26.407Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34192026-03-18T23:03:26.650Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34202026-03-18T23:03:26.680Z Compiling hyper-staticfile v0.10.1
34212026-03-18T23:03:26.704Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34222026-03-18T23:03:27.090Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34232026-03-18T23:03:27.146Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34242026-03-18T23:03:27.407Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34252026-03-18T23:03:27.551Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34262026-03-18T23:03:27.580Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34272026-03-18T23:03:27.613Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34282026-03-18T23:03:27.813Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34292026-03-18T23:03:28.009Z Compiling num-bigint v0.4.6
34302026-03-18T23:03:28.045Z Compiling des v0.8.1
34312026-03-18T23:03:28.161Z Compiling subprocess v0.2.15
34322026-03-18T23:03:28.297Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34332026-03-18T23:03:28.406Z Compiling hex-literal v0.4.1
34342026-03-18T23:03:28.559Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34352026-03-18T23:03:28.613Z Compiling display-error-chain v0.2.2
34362026-03-18T23:03:28.762Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34372026-03-18T23:03:28.800Z Compiling colored v2.2.0
34382026-03-18T23:03:28.910Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34392026-03-18T23:03:28.957Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34402026-03-18T23:03:29.336Z Compiling socket2 v0.5.10
34412026-03-18T23:03:29.390Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34422026-03-18T23:03:29.390Z Compiling internet-checksum v0.2.1
34432026-03-18T23:03:29.581Z Compiling russh v0.45.0
34442026-03-18T23:03:36.783Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34452026-03-18T23:03:46.600Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34462026-03-18T23:03:46.600Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34472026-03-18T23:03:46.603Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34482026-03-18T23:03:46.603Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34492026-03-18T23:03:48.789Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34502026-03-18T23:03:48.942Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34512026-03-18T23:03:54.631Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34522026-03-18T23:04:23.663Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34532026-03-18T23:04:49.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 55s
34542026-03-18T23:04:49.962Z
34552026-03-18T23:04:49.962Zreal 1:55.777335866
34562026-03-18T23:04:49.962Zuser 11:28.935824005
34572026-03-18T23:04:49.962Zsys 2:01.840048308
34582026-03-18T23:04:49.962Ztrap 0.347026214
34592026-03-18T23:04:49.962Ztflt 0.517119980
34602026-03-18T23:04:49.962Zdflt 1.565891457
34612026-03-18T23:04:49.962Zkflt 0.000252990
34622026-03-18T23:04:49.962Zlock 28:43.814805750
34632026-03-18T23:04:49.962Zslp 38:00.777679569
34642026-03-18T23:04:49.962Zlat 46.182420654
34652026-03-18T23:04:49.962Zstop 3:30.710551235
34662026-03-18T23:04:49.962Z+ mkdir tests
34672026-03-18T23:04:49.962Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34682026-03-18T23:04:49.962Z+ xargs -I '{}' -t cp '{}' tests/
34692026-03-18T23:04:49.962Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-78a1393d6990c440 tests/
34702026-03-18T23:04:49.963Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-818bf3e53e54e996 tests/
34712026-03-18T23:04:49.963Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-f05aef9a453844c3 tests/
34722026-03-18T23:04:49.963Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2b556b58e74163e5 tests/
34732026-03-18T23:04:49.963Z+ 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/*)
34742026-03-18T23:04:49.963Z+ 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-818bf3e53e54e996 tests/commtest-f05aef9a453844c3 tests/dhcp_server-78a1393d6990c440 tests/end_to_end_tests-2b556b58e74163e5 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
34752026-03-18T23:06:28.170ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34762026-03-18T23:06:28.170Za .github/buildomat/ci-env.sh 1K
34772026-03-18T23:06:28.170Za out/target/test 1K
34782026-03-18T23:06:28.170Za out/npuzone/npuzone 27402K
34792026-03-18T23:06:28.171Za package-manifest.toml 35K
34802026-03-18T23:06:28.171Za smf/sled-agent/non-gimlet/config.toml 6K
34812026-03-18T23:06:28.171Za target/release/omicron-package 41119K
34822026-03-18T23:06:28.171Za target/release/xtask 11359K
34832026-03-18T23:06:28.171Za target/debug/bootstrap 336425K
34842026-03-18T23:06:28.171Za tests/bootstrap-818bf3e53e54e996 31480K
34852026-03-18T23:06:28.171Za tests/commtest-f05aef9a453844c3 31997K
34862026-03-18T23:06:28.171Za tests/dhcp_server-78a1393d6990c440 31480K
34872026-03-18T23:06:28.171Za tests/end_to_end_tests-2b556b58e74163e5 378298K
34882026-03-18T23:06:28.172Za out/clickhouse.tar.gz 302852K
34892026-03-18T23:06:28.172Za out/clickhouse_keeper.tar.gz 288053K
34902026-03-18T23:06:28.172Za out/clickhouse_server.tar.gz 302851K
34912026-03-18T23:06:28.172Za out/cockroachdb.tar.gz 156257K
34922026-03-18T23:06:28.172Za out/crucible-pantry-zone.tar.gz 38342K
34932026-03-18T23:06:28.172Za out/crucible-utils.tar 17744K
34942026-03-18T23:06:28.172Za out/crucible-zone.tar.gz 52480K
34952026-03-18T23:06:28.172Za out/external-dns.tar.gz 41755K
34962026-03-18T23:06:28.173Za out/internal-dns.tar.gz 41755K
34972026-03-18T23:06:28.173Za out/mg-ddm-gz.tar 78377K
34982026-03-18T23:06:28.173Za out/nexus.tar.gz 209609K
34992026-03-18T23:06:28.173Za out/ntp.tar.gz 22683K
35002026-03-18T23:06:28.173Za out/omicron-gateway-softnpu.tar.gz 27314K
35012026-03-18T23:06:28.173Za out/omicron-sled-agent.tar 183052K
35022026-03-18T23:06:28.173Za out/overlay.tar.gz 3K
35032026-03-18T23:06:28.173Za out/oximeter.tar.gz 59435K
35042026-03-18T23:06:28.173Za out/oxlog.tar 3895K
35052026-03-18T23:06:28.173Za out/probe.tar.gz 3037K
35062026-03-18T23:06:28.174Za out/propolis-server.tar.gz 74633K
35072026-03-18T23:06:28.174Za out/pumpkind-gz.tar 26647K
35082026-03-18T23:06:28.174Za out/switch-softnpu.tar.gz 372892K
35092026-03-18T23:06:28.222Z
35102026-03-18T23:06:28.222Zreal 1:39.443596120
35112026-03-18T23:06:28.222Zuser 1:36.505329802
35122026-03-18T23:06:28.222Zsys 6.014430532
35132026-03-18T23:06:28.223Ztrap 0.006732404
35142026-03-18T23:06:28.223Ztflt 0.000000000
35152026-03-18T23:06:28.223Zdflt 0.000000000
35162026-03-18T23:06:28.223Zkflt 0.000000000
35172026-03-18T23:06:28.223Zlock 0.000000000
35182026-03-18T23:06:28.223Zslp 1:35.752013145
35192026-03-18T23:06:28.223Zlat 0.603072986
35202026-03-18T23:06:28.224Zstop 0.000676652
35212026-03-18T23:06:28.224Zprocess exited: duration 1283370 ms, exit code 0
 
35222026-03-18T23:06:28.271Zfound 1 output files
35232026-03-18T23:06:28.271Zuploading: /work/package.tar.gz (2321186351 bytes)
35242026-03-18T23:07:14.667Zuploaded: /work/package.tar.gz