01KQATV2JTRA83BNVE938AYDRG: 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: 01KQATVRRATD4YR9AKVKS9DWK5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-28T20:01:36.501Zjob assigned to worker 01KQATW16TB91D4CFF8CFBJGMK [factory aws, i-0e1b8953f79795f1b] (queued for 1 m 0 s)
 
22026-04-28T20:01:44.444Zstarting task 0: "setup"
32026-04-28T20:01:44.449Z++ uname -s
42026-04-28T20:01:44.453Z+ kern=SunOS
52026-04-28T20:01:44.453Z+ build_user=build
62026-04-28T20:01:44.453Z+ build_uid=12345
72026-04-28T20:01:44.453Z+ work_dir=/work
82026-04-28T20:01:44.453Z+ input_dir=/input
92026-04-28T20:01:44.453Z+ [[ 0 == 12345 ]]
102026-04-28T20:01:44.453Z+ case "$kern" in
112026-04-28T20:01:44.453Z+ groupadd -g 12345 build
122026-04-28T20:01:44.457Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-28T20:01:46.464Z+ zfs create -o mountpoint=/work rpool/work
142026-04-28T20:01:46.583Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-28T20:01:46.586Z+ home_fs=zfs
162026-04-28T20:01:46.586Z+ [[ zfs == autofs ]]
172026-04-28T20:01:46.586Z+ mkdir -p /home/build
182026-04-28T20:01:46.589Z+ chown build:build /home/build /work
192026-04-28T20:01:48.590Z+ chmod 0700 /home/build /work
202026-04-28T20:01:48.593Zprocess exited: duration 4152 ms, exit code 0
 
212026-04-28T20:01:48.601Zstarting task 1: "rust-toolchain"
222026-04-28T20:01:48.607Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-28T20:01:48.607Z * rust toolchain channel = "1.94.0"
242026-04-28T20:01:48.607Z * rust toolchain profile = "default"
252026-04-28T20:01:48.607Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-28T20:01:48.607Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-28T20:01:48.607Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-28T20:01:48.611Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-28T20:01:48.611Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-28T20:01:48.739Zinfo: downloading installer
312026-04-28T20:01:50.255Zwarn: It looks like you have an existing installation of Rust at:
322026-04-28T20:01:50.255Zwarn: /opt/ooce/bin
332026-04-28T20:01:50.255Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-28T20:01:50.255Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-28T20:01:50.255Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-28T20:01:50.255Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-28T20:01:50.255Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-28T20:01:50.255Zerror: cannot install while Rust is installed
392026-04-28T20:01:50.255Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-28T20:01:50.255Zwarn: It looks like you have an existing rustup settings file at:
412026-04-28T20:01:50.255Zwarn: /home/build/.rustup/settings.toml
422026-04-28T20:01:50.256Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-28T20:01:50.256Zwarn: instead of the one inferred from the default host triple.
442026-04-28T20:01:50.269Zinfo: profile set to default
452026-04-28T20:01:50.269Zinfo: default host triple is x86_64-unknown-illumos
462026-04-28T20:01:50.274Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-28T20:01:50.428Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-28T20:01:50.431Zinfo: downloading 6 components
492026-04-28T20:02:05.645Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-28T20:02:05.646Z
512026-04-28T20:02:05.674Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-28T20:02:05.674Z
532026-04-28T20:02:05.674Z
542026-04-28T20:02:05.674ZRust is installed now. Great!
552026-04-28T20:02:05.674Z
562026-04-28T20:02:05.674ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-28T20:02:05.674Zenvironment variable. This has not been done automatically.
582026-04-28T20:02:05.674Z
592026-04-28T20:02:05.674ZTo configure your current shell, you need to source
602026-04-28T20:02:05.674Zthe corresponding env file under $HOME/.cargo.
612026-04-28T20:02:05.674Z
622026-04-28T20:02:05.674ZThis is usually done by running one of the following (note the leading DOT):
632026-04-28T20:02:05.674Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-28T20:02:05.674Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-28T20:02:05.674Zsource "~/.cargo/env.nu" # For nushell
662026-04-28T20:02:05.674Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-28T20:02:05.674Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-28T20:02:05.675Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-28T20:02:05.678Zwarn: no default linker (`cc`) was found in your PATH
702026-04-28T20:02:05.678Zwarn: many Rust crates require a system C toolchain to build
712026-04-28T20:02:05.766Z+ rustup --version
722026-04-28T20:02:05.772Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-28T20:02:05.775Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-28T20:02:05.793Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-28T20:02:05.796Z+ cargo --version
762026-04-28T20:02:05.804Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-28T20:02:05.807Z+ rustc --version
782026-04-28T20:02:05.827Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-28T20:02:05.830Zprocess exited: duration 17227 ms, exit code 0
 
802026-04-28T20:02:05.836Zstarting task 2: "authentication"
812026-04-28T20:02:05.854Zprocess exited: duration 17 ms, exit code 0
 
822026-04-28T20:02:05.862Zstarting task 3: "clone repository"
832026-04-28T20:02:05.865Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-28T20:02:05.867Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-28T20:02:05.917ZCloning into '/work/oxidecomputer/omicron'...
862026-04-28T20:02:17.147Z+ cd /work/oxidecomputer/omicron
872026-04-28T20:02:17.147Z+ git fetch origin 9a4f1a39c6b7f8d5862db1de5c20a352c49d2e9d
882026-04-28T20:02:17.478ZFrom https://github.com/oxidecomputer/omicron
892026-04-28T20:02:17.478Z * branch 9a4f1a39c6b7f8d5862db1de5c20a352c49d2e9d -> FETCH_HEAD
902026-04-28T20:02:17.493Z+ [[ -n john/bootstore-external-networking-gen ]]
912026-04-28T20:02:17.496Z++ git branch --show-current
922026-04-28T20:02:17.499Z+ current=main
932026-04-28T20:02:17.499Z+ [[ main != john/bootstore-external-networking-gen ]]
942026-04-28T20:02:17.499Z+ git branch -f john/bootstore-external-networking-gen 9a4f1a39c6b7f8d5862db1de5c20a352c49d2e9d
952026-04-28T20:02:17.502Z+ git checkout -f john/bootstore-external-networking-gen
962026-04-28T20:02:17.582ZSwitched to branch 'john/bootstore-external-networking-gen'
972026-04-28T20:02:17.586Z+ git reset --hard 9a4f1a39c6b7f8d5862db1de5c20a352c49d2e9d
982026-04-28T20:02:17.672ZHEAD is now at 9a4f1a39c add unit tests for does_bootstore_need_update()
992026-04-28T20:02:17.675Zprocess exited: duration 11812 ms, exit code 0
 
1002026-04-28T20:02:17.681Zstarting task 4: "build"
1012026-04-28T20:02:17.687Z+ source .github/buildomat/ci-env.sh
1022026-04-28T20:02:17.687Z++ export CARGO_TERM_COLOR=always
1032026-04-28T20:02:17.687Z++ CARGO_TERM_COLOR=always
1042026-04-28T20:02:17.687Z+ cargo --version
1052026-04-28T20:02:17.698Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-28T20:02:17.700Z+ rustc --version
1072026-04-28T20:02:17.721Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-28T20:02:17.724Z+ WORK=/work
1092026-04-28T20:02:17.724Z+ pfexec mkdir -p /work
1102026-04-28T20:02:17.728Z+ pfexec chown build /work
1112026-04-28T20:02:17.730Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-28T20:02:27.617Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-28T20:02:35.150Z Startup: Caching catalogs ... Done
1142026-04-28T20:02:41.747ZPlanning: Solver setup ... Done (5.025s)
1152026-04-28T20:02:41.788ZPlanning: Running solver ... Done (0.034s)
1162026-04-28T20:02:41.912ZPlanning: Finding local manifests ... Done (0.003s)
1172026-04-28T20:02:41.941ZPlanning: Fetching manifests: 0/5 0% complete
1182026-04-28T20:02:42.573ZPlanning: Fetching manifests: 5/5 100% complete
1192026-04-28T20:02:42.612ZPlanning: Package planning ... Done (0.039s)
1202026-04-28T20:02:42.647ZPlanning: Merging actions ... Done (0.035s)
1212026-04-28T20:02:42.833ZPlanning: Checking for conflicting actions ... Done (0.185s)
1222026-04-28T20:02:42.842ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-04-28T20:02:43.666ZPlanning: Evaluating mediators ... Done (0.823s)
1242026-04-28T20:02:43.673ZPlanning: Planning completed in 8.35 seconds
1252026-04-28T20:02:43.711Z Packages to install: 5
1262026-04-28T20:02:43.711Z Mediators to change: 3
1272026-04-28T20:02:43.715Z Services to change: 1
1282026-04-28T20:02:43.715Z Estimated space available: 155.34 GB
1292026-04-28T20:02:43.715ZEstimated space to be consumed: 1.89 GB
1302026-04-28T20:02:43.715Z Create boot environment: No
1312026-04-28T20:02:43.715ZCreate backup boot environment: No
1322026-04-28T20:02:43.715Z Rebuild boot archive: No
1332026-04-28T20:02:43.715Z
1342026-04-28T20:02:43.715ZChanged mediators:
1352026-04-28T20:02:43.715Z mediator clang:
1362026-04-28T20:02:43.715Z version: None -> 15 (system default)
1372026-04-28T20:02:43.715Z
1382026-04-28T20:02:43.715Z mediator llvm:
1392026-04-28T20:02:43.715Z version: 14 (system default) -> 15 (system default)
1402026-04-28T20:02:43.715Z
1412026-04-28T20:02:43.715Z mediator postgresql:
1422026-04-28T20:02:43.715Z version: 15 (system default) -> 18 (system default)
1432026-04-28T20:02:43.715Z
1442026-04-28T20:02:43.715ZChanged packages:
1452026-04-28T20:02:43.715Zhelios-dev
1462026-04-28T20:02:43.715Z developer/build-essential
1472026-04-28T20:02:43.715Z None -> 11-2.0
1482026-04-28T20:02:43.715Z library/libxmlsec1
1492026-04-28T20:02:43.715Z None -> 1.2.35-2.0
1502026-04-28T20:02:43.715Z ooce/developer/clang-15
1512026-04-28T20:02:43.715Z None -> 15.0.7-2.0
1522026-04-28T20:02:43.715Z ooce/developer/llvm-15
1532026-04-28T20:02:43.715Z None -> 15.0.7-2.0
1542026-04-28T20:02:43.715Z ooce/library/postgresql-18
1552026-04-28T20:02:43.715Z None -> 18.1-2.0
1562026-04-28T20:02:43.715Z
1572026-04-28T20:02:43.715ZServices:
1582026-04-28T20:02:43.715Z restart_fmri:
1592026-04-28T20:02:43.715Z svc:/system/update-man-index:default
1602026-04-28T20:02:43.757Z
1612026-04-28T20:02:43.757ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-04-28T20:02:51.386ZDownload: 210/4272 items 1.3/219.0MB 0% complete (917k/s)
1632026-04-28T20:02:56.387ZDownload: 2168/4272 items 119.0/219.0MB 54% complete (13.1M/s)
1642026-04-28T20:03:01.589ZDownload: 4244/4272 items 218.9/219.0MB 99% complete (22.0M/s)
1652026-04-28T20:03:02.190ZDownload: Completed 218.99 MB in 18.43 seconds (11.9M/s)
1662026-04-28T20:03:02.396Z Actions: 1/4789 actions (Installing new actions)
1672026-04-28T20:03:05.795Z Actions: Completed 4789 actions in 3.40 seconds.
1682026-04-28T20:03:06.079Z Done (0.279s)
1692026-04-28T20:03:06.079Z Done (0.000s)
1702026-04-28T20:03:06.710Z Done (0.632s)
1712026-04-28T20:03:09.987Z Done (2.924s)
1722026-04-28T20:03:10.064Z Done (0.013s)
1732026-04-28T20:03:10.067Z Done (0.000s)
1742026-04-28T20:03:10.231Z Done (0.000s)
1752026-04-28T20:03:11.113ZPlanning: Evaluating mediator changes ... Done
1762026-04-28T20:03:11.222ZPlanning: Checking for conflicting actions ... Done
1772026-04-28T20:03:11.225ZPlanning: Consolidating action changes ... Done
1782026-04-28T20:03:11.383ZPlanning: Evaluating mediators ... Done
1792026-04-28T20:03:11.386ZPlanning: Planning completed in 0.27 seconds
1802026-04-28T20:03:11.404Z Mediators to change: 2
1812026-04-28T20:03:11.404Z Create boot environment: No
1822026-04-28T20:03:11.404ZCreate backup boot environment: No
1832026-04-28T20:03:11.455Z Done
1842026-04-28T20:03:11.455Z Done
1852026-04-28T20:03:12.075Z Done
1862026-04-28T20:03:14.627Z Done
1872026-04-28T20:03:14.703Z Done
1882026-04-28T20:03:14.706Z Done
1892026-04-28T20:03:14.828Z Done
1902026-04-28T20:03:15.100ZPlanning: Evaluating mediator changes ... Done
1912026-04-28T20:03:15.195ZPlanning: Checking for conflicting actions ... Done
1922026-04-28T20:03:15.198ZPlanning: Consolidating action changes ... Done
1932026-04-28T20:03:15.351ZPlanning: Evaluating mediators ... Done
1942026-04-28T20:03:15.354ZPlanning: Planning completed in 0.26 seconds
1952026-04-28T20:03:15.372Z Mediators to change: 1
1962026-04-28T20:03:15.372Z Create boot environment: No
1972026-04-28T20:03:15.372ZCreate backup boot environment: No
1982026-04-28T20:03:15.426Z Done
1992026-04-28T20:03:15.426Z Done
2002026-04-28T20:03:16.032Z Done
2012026-04-28T20:03:18.525Z Done
2022026-04-28T20:03:18.605Z Done
2032026-04-28T20:03:18.608Z Done
2042026-04-28T20:03:18.755Z Done
2052026-04-28T20:03:19.043ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062026-04-28T20:03:19.043Zclang system 15 system
2072026-04-28T20:03:19.043Zcsh system system illumos
2082026-04-28T20:03:19.043Zctags system system illumos
2092026-04-28T20:03:19.043Zfile system system illumos
2102026-04-28T20:03:19.043Zgcc vendor 12 vendor
2112026-04-28T20:03:19.043Zgcc system 14 system
2122026-04-28T20:03:19.043Zgcc system 10 system
2132026-04-28T20:03:19.043Zgo system 1.20 system
2142026-04-28T20:03:19.043Zgo system 1.19 system
2152026-04-28T20:03:19.043Zllvm system 15 system
2162026-04-28T20:03:19.043Zllvm system 14 system
2172026-04-28T20:03:19.043Zmariadb system 10.6 system
2182026-04-28T20:03:19.043Zmta vendor vendor dma
2192026-04-28T20:03:19.043Zopenjdk system 17 system
2202026-04-28T20:03:19.043Zopenjdk system 11 system
2212026-04-28T20:03:19.043Zopenjdk system 1.8 system
2222026-04-28T20:03:19.043Zopenssl vendor 3 vendor
2232026-04-28T20:03:19.043Zperl system 5.36 system
2242026-04-28T20:03:19.043Zpostgresql system 18 system
2252026-04-28T20:03:19.043Zpostgresql system 15 system
2262026-04-28T20:03:19.043Zpostgresql system 13 system
2272026-04-28T20:03:19.043Zpython vendor 3 vendor
2282026-04-28T20:03:19.043Zpython system 2 system
2292026-04-28T20:03:19.043Zpython3 system 3.11 system
2302026-04-28T20:03:19.043Zruby system 3.0 system
2312026-04-28T20:03:19.043Zwords vendor vendor american-english
2322026-04-28T20:03:19.043Zwords system system australian-english
2332026-04-28T20:03:19.043Zwords system system british-english
2342026-04-28T20:03:19.043Zwords system system canadian-english
2352026-04-28T20:03:19.044Zwords system system french
2362026-04-28T20:03:19.044Zwords system system italian
2372026-04-28T20:03:19.044Zwords system system ngerman
2382026-04-28T20:03:19.044Zwords system system ogerman
2392026-04-28T20:03:19.044Zwords system system spanish
2402026-04-28T20:03:19.269ZPUBLISHER TYPE STATUS P LOCATION
2412026-04-28T20:03:19.269Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422026-04-28T20:03:23.833ZFMRI IFO
2432026-04-28T20:03:23.833Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442026-04-28T20:03:23.833Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452026-04-28T20:03:23.833Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462026-04-28T20:03:23.833Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472026-04-28T20:03:23.833Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482026-04-28T20:03:23.833Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2492026-04-28T20:03:23.833Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2502026-04-28T20:03:23.833Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2512026-04-28T20:03:23.833Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2522026-04-28T20:03:23.833Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2532026-04-28T20:03:23.833Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2542026-04-28T20:03:23.833Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2552026-04-28T20:03:23.833Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2562026-04-28T20:03:23.833Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2572026-04-28T20:03:23.833Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2582026-04-28T20:03:23.833Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2592026-04-28T20:03:23.833Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2602026-04-28T20:03:24.992Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2612026-04-28T20:03:25.290Z Updating crates.io index
2622026-04-28T20:03:25.344Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2632026-04-28T20:03:25.586Z Updating git repository `https://github.com/oxidecomputer/lldp`
2642026-04-28T20:03:26.598Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2652026-04-28T20:03:27.268Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-04-28T20:03:28.292Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2672026-04-28T20:03:28.779Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682026-04-28T20:03:30.166Z Updating git repository `https://github.com/oxidecomputer/opte`
2692026-04-28T20:03:31.108Z Updating git repository `https://github.com/oxidecomputer/tofino`
2702026-04-28T20:03:31.405Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2712026-04-28T20:03:32.276Z Updating git repository `https://github.com/oxidecomputer/clickward`
2722026-04-28T20:03:32.651Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732026-04-28T20:03:33.023Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742026-04-28T20:03:33.421Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2752026-04-28T20:03:34.454Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-04-28T20:03:35.134Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-04-28T20:03:35.521Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782026-04-28T20:03:35.913Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2792026-04-28T20:03:36.340Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2802026-04-28T20:03:36.587Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2812026-04-28T20:03:36.832Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2822026-04-28T20:03:37.126Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2832026-04-28T20:03:37.542Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2842026-04-28T20:03:37.988Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2852026-04-28T20:03:38.441Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2862026-04-28T20:03:38.680Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2872026-04-28T20:03:39.004Z Updating git repository `https://github.com/oxidecomputer/ispf`
2882026-04-28T20:03:39.940Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2892026-04-28T20:03:40.493Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-04-28T20:03:41.031Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2912026-04-28T20:03:41.544Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2922026-04-28T20:03:41.852Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2932026-04-28T20:03:42.176Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2942026-04-28T20:03:42.501Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2952026-04-28T20:03:43.077Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2962026-04-28T20:03:43.339Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2972026-04-28T20:03:43.580Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2982026-04-28T20:03:43.863Z Updating git repository `https://github.com/illumos/smf-rs`
2992026-04-28T20:03:44.234Z Updating git repository `https://github.com/oxidecomputer/omicron`
3002026-04-28T20:03:55.909Z Downloading crates ...
3012026-04-28T20:03:55.960Z Downloaded equivalent v1.0.2
3022026-04-28T20:03:55.963Z Downloaded crypto-common v0.1.7
3032026-04-28T20:03:55.968Z Downloaded dof v0.3.0
3042026-04-28T20:03:55.972Z Downloaded cargo_metadata v0.21.0
3052026-04-28T20:03:55.972Z Downloaded anstream v0.6.21
3062026-04-28T20:03:55.972Z Downloaded swrite v0.1.0
3072026-04-28T20:03:55.975Z Downloaded plain v0.2.3
3082026-04-28T20:03:55.975Z Downloaded ordered-float v2.10.1
3092026-04-28T20:03:55.978Z Downloaded serde-value v0.7.0
3102026-04-28T20:03:55.978Z Downloaded textwrap v0.16.2
3112026-04-28T20:03:55.981Z Downloaded thiserror v1.0.69
3122026-04-28T20:03:55.983Z Downloaded scroll_derive v0.12.1
3132026-04-28T20:03:55.983Z Downloaded thiserror v2.0.18
3142026-04-28T20:03:55.986Z Downloaded usdt-attr-macro v0.5.0
3152026-04-28T20:03:55.986Z Downloaded thiserror-impl v1.0.69
3162026-04-28T20:03:55.989Z Downloaded unicode-linebreak v0.1.5
3172026-04-28T20:03:55.989Z Downloaded typeid v1.0.3
3182026-04-28T20:03:55.989Z Downloaded toml_datetime v0.6.11
3192026-04-28T20:03:55.989Z Downloaded toml_write v0.1.2
3202026-04-28T20:03:55.992Z Downloaded heck v0.5.0
3212026-04-28T20:03:55.992Z Downloaded fnv v1.0.7
3222026-04-28T20:03:55.992Z Downloaded cargo-platform v0.2.0
3232026-04-28T20:03:55.992Z Downloaded thread-id v4.2.2
3242026-04-28T20:03:55.995Z Downloaded tabled_derive v0.7.0
3252026-04-28T20:03:55.995Z Downloaded generic-array v0.14.7
3262026-04-28T20:03:55.995Z Downloaded utf8parse v0.2.2
3272026-04-28T20:03:55.995Z Downloaded utf8_iter v1.0.4
3282026-04-28T20:03:55.998Z Downloaded clap_lex v1.0.0
3292026-04-28T20:03:55.998Z Downloaded version_check v0.9.5
3302026-04-28T20:03:55.998Z Downloaded errno v0.3.14
3312026-04-28T20:03:55.998Z Downloaded cpufeatures v0.2.17
3322026-04-28T20:03:56.002Z Downloaded dtrace-parser v0.2.0
3332026-04-28T20:03:56.002Z Downloaded heck v0.4.1
3342026-04-28T20:03:56.002Z Downloaded zerofrom-derive v0.1.6
3352026-04-28T20:03:56.002Z Downloaded colorchoice v1.0.4
3362026-04-28T20:03:56.002Z Downloaded zerofrom v0.1.6
3372026-04-28T20:03:56.005Z Downloaded usdt-macro v0.5.0
3382026-04-28T20:03:56.005Z Downloaded usdt v0.5.0
3392026-04-28T20:03:56.005Z Downloaded yoke-derive v0.8.1
3402026-04-28T20:03:56.005Z Downloaded synstructure v0.13.2
3412026-04-28T20:03:56.005Z Downloaded proc-macro-error v1.0.4
3422026-04-28T20:03:56.008Z Downloaded yoke v0.8.1
3432026-04-28T20:03:56.008Z Downloaded pest_derive v2.8.6
3442026-04-28T20:03:56.011Z Downloaded tinystr v0.8.2
3452026-04-28T20:03:56.011Z Downloaded block-buffer v0.10.4
3462026-04-28T20:03:56.011Z Downloaded form_urlencoded v1.2.2
3472026-04-28T20:03:56.014Z Downloaded anstyle-query v1.1.5
3482026-04-28T20:03:56.017Z Downloaded unicode-xid v0.2.6
3492026-04-28T20:03:56.017Z Downloaded itoa v1.0.17
3502026-04-28T20:03:56.017Z Downloaded usdt-impl v0.5.0
3512026-04-28T20:03:56.019Z Downloaded fastrand v2.3.0
3522026-04-28T20:03:56.020Z Downloaded anstyle-parse v0.2.7
3532026-04-28T20:03:56.020Z Downloaded camino-tempfile v1.4.1
3542026-04-28T20:03:56.022Z Downloaded zerovec-derive v0.11.2
3552026-04-28T20:03:56.023Z Downloaded byteorder v1.5.0
3562026-04-28T20:03:56.023Z Downloaded autocfg v1.5.0
3572026-04-28T20:03:56.025Z Downloaded writeable v0.6.2
3582026-04-28T20:03:56.026Z Downloaded cfg-if v1.0.4
3592026-04-28T20:03:56.029Z Downloaded bytecount v0.6.9
3602026-04-28T20:03:56.029Z Downloaded zmij v1.0.21
3612026-04-28T20:03:56.032Z Downloaded thiserror-impl v2.0.18
3622026-04-28T20:03:56.032Z Downloaded once_cell v1.21.3
3632026-04-28T20:03:56.035Z Downloaded terminal_size v0.4.3
3642026-04-28T20:03:56.035Z Downloaded toml v0.8.23
3652026-04-28T20:03:56.039Z Downloaded ucd-trie v0.1.7
3662026-04-28T20:03:56.039Z Downloaded zerocopy-derive v0.7.35
3672026-04-28T20:03:56.042Z Downloaded displaydoc v0.2.5
3682026-04-28T20:03:56.042Z Downloaded proc-macro-error-attr v1.0.4
3692026-04-28T20:03:56.042Z Downloaded fs-err v3.3.0
3702026-04-28T20:03:56.042Z Downloaded potential_utf v0.1.4
3712026-04-28T20:03:56.045Z Downloaded pretty-hex v0.4.1
3722026-04-28T20:03:56.049Z Downloaded unicode-ident v1.0.24
3732026-04-28T20:03:56.052Z Downloaded zerotrie v0.2.3
3742026-04-28T20:03:56.052Z Downloaded smawk v0.3.2
3752026-04-28T20:03:56.055Z Downloaded is_terminal_polyfill v1.70.2
3762026-04-28T20:03:56.055Z Downloaded idna_adapter v1.2.1
3772026-04-28T20:03:56.055Z Downloaded strsim v0.11.1
3782026-04-28T20:03:56.059Z Downloaded serde_spanned v0.6.9
3792026-04-28T20:03:56.061Z Downloaded percent-encoding v2.3.2
3802026-04-28T20:03:56.061Z Downloaded stable_deref_trait v1.2.1
3812026-04-28T20:03:56.061Z Downloaded macaddr v1.0.1
3822026-04-28T20:03:56.061Z Downloaded cargo-util-schemas v0.8.2
3832026-04-28T20:03:56.064Z Downloaded toml_edit v0.22.27
3842026-04-28T20:03:56.067Z Downloaded bitflags v2.11.0
3852026-04-28T20:03:56.067Z Downloaded url v2.5.8
3862026-04-28T20:03:56.073Z Downloaded typenum v1.19.0
3872026-04-28T20:03:56.073Z Downloaded anstyle v1.0.13
3882026-04-28T20:03:56.076Z Downloaded digest v0.10.7
3892026-04-28T20:03:56.076Z Downloaded clap_derive v4.5.55
3902026-04-28T20:03:56.079Z Downloaded zerovec v0.11.5
3912026-04-28T20:03:56.083Z Downloaded zerocopy v0.7.35
3922026-04-28T20:03:56.092Z Downloaded quote v1.0.44
3932026-04-28T20:03:56.095Z Downloaded winnow v0.7.14
3942026-04-28T20:03:56.098Z Downloaded serde-untagged v0.1.9
3952026-04-28T20:03:56.101Z Downloaded scroll v0.12.0
3962026-04-28T20:03:56.101Z Downloaded serde_tokenstream v0.2.3
3972026-04-28T20:03:56.101Z Downloaded sha2 v0.10.9
3982026-04-28T20:03:56.104Z Downloaded memmap v0.7.0
3992026-04-28T20:03:56.104Z Downloaded litemap v0.8.1
4002026-04-28T20:03:56.104Z Downloaded erased-serde v0.4.9
4012026-04-28T20:03:56.107Z Downloaded unicode-width v0.2.0
4022026-04-28T20:03:56.111Z Downloaded clap v4.5.60
4032026-04-28T20:03:56.114Z Downloaded anyhow v1.0.102
4042026-04-28T20:03:56.117Z Downloaded unicode-width v0.1.14
4052026-04-28T20:03:56.117Z Downloaded log v0.4.29
4062026-04-28T20:03:56.120Z Downloaded cargo_toml v0.21.0
4072026-04-28T20:03:56.120Z Downloaded camino v1.2.2
4082026-04-28T20:03:56.126Z Downloaded pest_generator v2.8.6
4092026-04-28T20:03:56.129Z Downloaded tempfile v3.25.0
4102026-04-28T20:03:56.132Z Downloaded smallvec v1.15.1
4112026-04-28T20:03:56.138Z Downloaded getrandom v0.4.1
4122026-04-28T20:03:56.149Z Downloaded icu_properties v2.1.2
4132026-04-28T20:03:56.152Z Downloaded papergrid v0.11.0
4142026-04-28T20:03:56.158Z Downloaded semver v1.0.27
4152026-04-28T20:03:56.160Z Downloaded proc-macro2 v1.0.106
4162026-04-28T20:03:56.161Z Downloaded serde_core v1.0.228
4172026-04-28T20:03:56.163Z Downloaded serde_derive v1.0.228
4182026-04-28T20:03:56.166Z Downloaded num-traits v0.2.19
4192026-04-28T20:03:56.166Z Downloaded icu_collections v2.1.1
4202026-04-28T20:03:56.171Z Downloaded icu_normalizer_data v2.1.1
4212026-04-28T20:03:56.174Z Downloaded icu_provider v2.1.1
4222026-04-28T20:03:56.177Z Downloaded pest_meta v2.8.6
4232026-04-28T20:03:56.177Z Downloaded icu_normalizer v2.1.1
4242026-04-28T20:03:56.181Z Downloaded icu_locale_core v2.1.1
4252026-04-28T20:03:56.198Z Downloaded serde v1.0.228
4262026-04-28T20:03:56.202Z Downloaded memchr v2.8.0
4272026-04-28T20:03:56.217Z Downloaded indexmap v2.13.0
4282026-04-28T20:03:56.223Z Downloaded serde_json v1.0.149
4292026-04-28T20:03:56.227Z Downloaded pest v2.8.6
4302026-04-28T20:03:56.230Z Downloaded hashbrown v0.16.1
4312026-04-28T20:03:56.233Z Downloaded icu_properties_data v2.1.2
4322026-04-28T20:03:56.238Z Downloaded idna v1.1.0
4332026-04-28T20:03:56.241Z Downloaded clap_builder v4.5.60
4342026-04-28T20:03:56.244Z Downloaded goblin v0.8.2
4352026-04-28T20:03:56.255Z Downloaded tabled v0.15.0
4362026-04-28T20:03:56.270Z Downloaded syn v1.0.109
4372026-04-28T20:03:56.278Z Downloaded syn v2.0.117
4382026-04-28T20:03:56.291Z Downloaded rustix v1.1.3
4392026-04-28T20:03:56.318Z Downloaded libc v0.2.185
4402026-04-28T20:03:56.386Z Compiling proc-macro2 v1.0.106
4412026-04-28T20:03:56.386Z Compiling unicode-ident v1.0.24
4422026-04-28T20:03:56.386Z Compiling quote v1.0.44
4432026-04-28T20:03:56.386Z Compiling serde_core v1.0.228
4442026-04-28T20:03:56.389Z Compiling libc v0.2.185
4452026-04-28T20:03:56.389Z Compiling version_check v0.9.5
4462026-04-28T20:03:56.389Z Compiling serde v1.0.228
4472026-04-28T20:03:56.389Z Compiling memchr v2.8.0
4482026-04-28T20:03:56.389Z Compiling stable_deref_trait v1.2.1
4492026-04-28T20:03:56.389Z Compiling zmij v1.0.21
4502026-04-28T20:03:56.389Z Compiling itoa v1.0.17
4512026-04-28T20:03:56.389Z Compiling ucd-trie v0.1.7
4522026-04-28T20:03:56.389Z Compiling thiserror v1.0.69
4532026-04-28T20:03:56.567Z Compiling autocfg v1.5.0
4542026-04-28T20:03:56.570Z Compiling litemap v0.8.1
4552026-04-28T20:03:56.820Z Compiling writeable v0.6.2
4562026-04-28T20:03:56.820Z Compiling icu_normalizer_data v2.1.1
4572026-04-28T20:03:56.922Z Compiling rustix v1.1.3
4582026-04-28T20:03:57.049Z Compiling byteorder v1.5.0
4592026-04-28T20:03:57.070Z Compiling icu_properties_data v2.1.2
4602026-04-28T20:03:57.143Z Compiling bitflags v2.11.0
4612026-04-28T20:03:57.166Z Compiling pest v2.8.6
4622026-04-28T20:03:57.356Z Compiling serde_json v1.0.149
4632026-04-28T20:03:57.372Z Compiling num-traits v0.2.19
4642026-04-28T20:03:57.482Z Compiling hashbrown v0.16.1
4652026-04-28T20:03:57.485Z Compiling typeid v1.0.3
4662026-04-28T20:03:57.538Z Compiling smallvec v1.15.1
4672026-04-28T20:03:57.556Z Compiling equivalent v1.0.2
4682026-04-28T20:03:57.662Z Compiling proc-macro-error-attr v1.0.4
4692026-04-28T20:03:57.667Z Compiling usdt-impl v0.5.0
4702026-04-28T20:03:57.754Z Compiling syn v1.0.109
4712026-04-28T20:03:57.754Z Compiling winnow v0.7.14
4722026-04-28T20:03:57.788Z Compiling erased-serde v0.4.9
4732026-04-28T20:03:57.807Z Compiling toml_write v0.1.2
4742026-04-28T20:03:57.851Z Compiling errno v0.3.14
4752026-04-28T20:03:57.870Z Compiling thread-id v4.2.2
4762026-04-28T20:03:57.925Z Compiling proc-macro-error v1.0.4
4772026-04-28T20:03:58.020Z Compiling indexmap v2.13.0
4782026-04-28T20:03:58.060Z Compiling camino v1.2.2
4792026-04-28T20:03:58.098Z Compiling log v0.4.29
4802026-04-28T20:03:58.118Z Compiling utf8parse v0.2.2
4812026-04-28T20:03:58.173Z Compiling plain v0.2.3
4822026-04-28T20:03:58.173Z Compiling utf8_iter v1.0.4
4832026-04-28T20:03:58.209Z Compiling thiserror v2.0.18
4842026-04-28T20:03:58.229Z Compiling percent-encoding v2.3.2
4852026-04-28T20:03:58.272Z Compiling syn v2.0.117
4862026-04-28T20:03:58.304Z Compiling pest_meta v2.8.6
4872026-04-28T20:03:58.325Z Compiling getrandom v0.4.1
4882026-04-28T20:03:58.345Z Compiling anstyle-parse v0.2.7
4892026-04-28T20:03:58.446Z Compiling form_urlencoded v1.2.2
4902026-04-28T20:03:58.481Z Compiling ordered-float v2.10.1
4912026-04-28T20:03:58.576Z Compiling cfg-if v1.0.4
4922026-04-28T20:03:58.647Z Compiling colorchoice v1.0.4
4932026-04-28T20:03:58.651Z Compiling is_terminal_polyfill v1.70.2
4942026-04-28T20:03:58.715Z Compiling anstyle v1.0.13
4952026-04-28T20:03:58.718Z Compiling pretty-hex v0.4.1
4962026-04-28T20:03:58.778Z Compiling anstyle-query v1.1.5
4972026-04-28T20:03:58.841Z Compiling fs-err v3.3.0
4982026-04-28T20:03:58.844Z Compiling strsim v0.11.1
4992026-04-28T20:03:58.898Z Compiling bytecount v0.6.9
5002026-04-28T20:03:58.898Z Compiling unicode-xid v0.2.6
5012026-04-28T20:03:58.934Z Compiling terminal_size v0.4.3
5022026-04-28T20:03:58.975Z Compiling anstream v0.6.21
5032026-04-28T20:03:58.994Z Compiling heck v0.4.1
5042026-04-28T20:03:59.013Z Compiling unicode-width v0.1.14
5052026-04-28T20:03:59.057Z Compiling once_cell v1.21.3
5062026-04-28T20:03:59.076Z Compiling anyhow v1.0.102
5072026-04-28T20:03:59.079Z Compiling fnv v1.0.7
5082026-04-28T20:03:59.114Z Compiling heck v0.5.0
5092026-04-28T20:03:59.301Z Compiling semver v1.0.27
5102026-04-28T20:03:59.321Z Compiling fastrand v2.3.0
5112026-04-28T20:03:59.342Z Compiling clap_lex v1.0.0
5122026-04-28T20:03:59.364Z Compiling papergrid v0.11.0
5132026-04-28T20:03:59.406Z Compiling memmap v0.7.0
5142026-04-28T20:03:59.426Z Compiling unicode-linebreak v0.1.5
5152026-04-28T20:03:59.512Z Compiling clap_builder v4.5.60
5162026-04-28T20:03:59.626Z Compiling tempfile v3.25.0
5172026-04-28T20:03:59.629Z Compiling smawk v0.3.2
5182026-04-28T20:03:59.663Z Compiling unicode-width v0.2.0
5192026-04-28T20:03:59.689Z Compiling serde-untagged v0.1.9
5202026-04-28T20:03:59.753Z Compiling swrite v0.1.0
5212026-04-28T20:03:59.807Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5222026-04-28T20:03:59.870Z Compiling camino-tempfile v1.4.1
5232026-04-28T20:03:59.944Z Compiling textwrap v0.16.2
5242026-04-28T20:04:00.247Z Compiling tabled_derive v0.7.0
5252026-04-28T20:04:00.896Z Compiling synstructure v0.13.2
5262026-04-28T20:04:00.896Z Compiling pest_generator v2.8.6
5272026-04-28T20:04:00.997Z Compiling tabled v0.15.0
5282026-04-28T20:04:01.425Z Compiling serde_derive v1.0.228
5292026-04-28T20:04:01.429Z Compiling zerofrom-derive v0.1.6
5302026-04-28T20:04:01.429Z Compiling yoke-derive v0.8.1
5312026-04-28T20:04:01.429Z Compiling zerovec-derive v0.11.2
5322026-04-28T20:04:01.429Z Compiling displaydoc v0.2.5
5332026-04-28T20:04:01.429Z Compiling thiserror-impl v1.0.69
5342026-04-28T20:04:01.444Z Compiling zerocopy-derive v0.7.35
5352026-04-28T20:04:01.448Z Compiling scroll_derive v0.12.1
5362026-04-28T20:04:01.448Z Compiling thiserror-impl v2.0.18
5372026-04-28T20:04:01.463Z Compiling clap_derive v4.5.55
5382026-04-28T20:04:01.552Z Compiling pest_derive v2.8.6
5392026-04-28T20:04:02.144Z Compiling scroll v0.12.0
5402026-04-28T20:04:02.213Z Compiling zerocopy v0.7.35
5412026-04-28T20:04:02.370Z Compiling goblin v0.8.2
5422026-04-28T20:04:02.391Z Compiling zerofrom v0.1.6
5432026-04-28T20:04:02.508Z Compiling yoke v0.8.1
5442026-04-28T20:04:02.653Z Compiling dtrace-parser v0.2.0
5452026-04-28T20:04:02.670Z Compiling zerovec v0.11.5
5462026-04-28T20:04:02.673Z Compiling zerotrie v0.2.3
5472026-04-28T20:04:02.867Z Compiling clap v4.5.60
5482026-04-28T20:04:03.082Z Compiling tinystr v0.8.2
5492026-04-28T20:04:03.082Z Compiling potential_utf v0.1.4
5502026-04-28T20:04:03.197Z Compiling icu_collections v2.1.1
5512026-04-28T20:04:03.249Z Compiling icu_locale_core v2.1.1
5522026-04-28T20:04:03.852Z Compiling icu_provider v2.1.1
5532026-04-28T20:04:03.955Z Compiling serde_spanned v0.6.9
5542026-04-28T20:04:03.955Z Compiling toml_datetime v0.6.11
5552026-04-28T20:04:03.958Z Compiling serde-value v0.7.0
5562026-04-28T20:04:03.958Z Compiling cargo-platform v0.2.0
5572026-04-28T20:04:03.958Z Compiling macaddr v1.0.1
5582026-04-28T20:04:03.973Z Compiling dof v0.3.0
5592026-04-28T20:04:03.977Z Compiling serde_tokenstream v0.2.3
5602026-04-28T20:04:04.078Z Compiling icu_normalizer v2.1.1
5612026-04-28T20:04:04.081Z Compiling icu_properties v2.1.2
5622026-04-28T20:04:04.170Z Compiling toml_edit v0.22.27
5632026-04-28T20:04:04.698Z Compiling usdt-attr-macro v0.5.0
5642026-04-28T20:04:04.698Z Compiling usdt-macro v0.5.0
5652026-04-28T20:04:04.905Z Compiling idna_adapter v1.2.1
5662026-04-28T20:04:05.015Z Compiling idna v1.1.0
5672026-04-28T20:04:05.288Z Compiling url v2.5.8
5682026-04-28T20:04:05.307Z Compiling usdt v0.5.0
5692026-04-28T20:04:05.461Z Compiling toml v0.8.23
5702026-04-28T20:04:05.795Z Compiling cargo-util-schemas v0.8.2
5712026-04-28T20:04:05.795Z Compiling cargo_toml v0.21.0
5722026-04-28T20:04:06.580Z Compiling cargo_metadata v0.21.0
5732026-04-28T20:04:07.499Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5742026-04-28T20:04:09.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.81s
5752026-04-28T20:04:09.889Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5762026-04-28T20:04:10.450Z Downloading crates ...
5772026-04-28T20:04:10.538Z Downloaded adler2 v2.0.1
5782026-04-28T20:04:10.544Z Downloaded aead v0.5.2
5792026-04-28T20:04:10.548Z Downloaded bit-set v0.5.3
5802026-04-28T20:04:10.555Z Downloaded atomicwrites v0.4.4
5812026-04-28T20:04:10.559Z Downloaded bitfield-macros v0.19.4
5822026-04-28T20:04:10.559Z Downloaded crc8 v0.1.1
5832026-04-28T20:04:10.559Z Downloaded async-stream-impl v0.3.6
5842026-04-28T20:04:10.559Z Downloaded arrayref v0.3.9
5852026-04-28T20:04:10.563Z Downloaded cfg_aliases v0.1.1
5862026-04-28T20:04:10.563Z Downloaded cpufeatures v0.3.0
5872026-04-28T20:04:10.563Z Downloaded cobs v0.3.0
5882026-04-28T20:04:10.564Z Downloaded atty v0.2.14
5892026-04-28T20:04:10.566Z Downloaded crc32fast v1.5.0
5902026-04-28T20:04:10.566Z Downloaded crossbeam-utils v0.8.21
5912026-04-28T20:04:10.566Z Downloaded crc v3.4.0
5922026-04-28T20:04:10.571Z Downloaded chacha20 v0.9.1
5932026-04-28T20:04:10.576Z Downloaded curve25519-dalek-derive v0.1.1
5942026-04-28T20:04:10.576Z Downloaded dunce v1.0.5
5952026-04-28T20:04:10.581Z Downloaded array-init v0.0.4
5962026-04-28T20:04:10.581Z Downloaded foreign-types v0.3.2
5972026-04-28T20:04:10.581Z Downloaded ascii-canvas v3.0.0
5982026-04-28T20:04:10.581Z Downloaded base16ct v0.2.0
5992026-04-28T20:04:10.581Z Downloaded arc-swap v1.8.2
6002026-04-28T20:04:10.586Z Downloaded cancel-safe-futures v0.1.5
6012026-04-28T20:04:10.586Z Downloaded clang-sys v1.8.1
6022026-04-28T20:04:10.590Z Downloaded castaway v0.2.4
6032026-04-28T20:04:10.590Z Downloaded bcrypt-pbkdf v0.10.0
6042026-04-28T20:04:10.590Z Downloaded bb8 v0.8.6
6052026-04-28T20:04:10.590Z Downloaded async-stream v0.3.6
6062026-04-28T20:04:10.590Z Downloaded bzip2 v0.6.1
6072026-04-28T20:04:10.595Z Downloaded cfg_aliases v0.2.1
6082026-04-28T20:04:10.595Z Downloaded csv-core v0.1.13
6092026-04-28T20:04:10.595Z Downloaded defmt v0.3.100
6102026-04-28T20:04:10.595Z Downloaded cookie v0.18.1
6112026-04-28T20:04:10.598Z Downloaded endian-type v0.1.2
6122026-04-28T20:04:10.598Z Downloaded async-recursion v1.1.1
6132026-04-28T20:04:10.601Z Downloaded diesel_table_macro_syntax v0.3.0
6142026-04-28T20:04:10.605Z Downloaded daft v0.1.5
6152026-04-28T20:04:10.608Z Downloaded erased-serde v0.3.31
6162026-04-28T20:04:10.612Z Downloaded der_derive v0.7.3
6172026-04-28T20:04:10.612Z Downloaded derive_builder_macro v0.20.2
6182026-04-28T20:04:10.612Z Downloaded derive_builder v0.20.2
6192026-04-28T20:04:10.617Z Downloaded foldhash v0.2.0
6202026-04-28T20:04:10.617Z Downloaded daft-derive v0.1.5
6212026-04-28T20:04:10.621Z Downloaded const_format_proc_macros v0.2.34
6222026-04-28T20:04:10.621Z Downloaded dyn-clone v1.0.20
6232026-04-28T20:04:10.626Z Downloaded bitfield-struct v0.6.2
6242026-04-28T20:04:10.626Z Downloaded backoff v0.4.0
6252026-04-28T20:04:10.626Z Downloaded float-cmp v0.10.0
6262026-04-28T20:04:10.626Z Downloaded ciborium-ll v0.2.2
6272026-04-28T20:04:10.630Z Downloaded block-padding v0.3.3
6282026-04-28T20:04:10.630Z Downloaded darling v0.23.0
6292026-04-28T20:04:10.630Z Downloaded foreign-types v0.5.0
6302026-04-28T20:04:10.633Z Downloaded downcast-rs v2.0.2
6312026-04-28T20:04:10.633Z Downloaded difflib v0.4.0
6322026-04-28T20:04:10.633Z Downloaded crc-catalog v2.4.0
6332026-04-28T20:04:10.633Z Downloaded cstr-argument v0.1.2
6342026-04-28T20:04:10.633Z Downloaded dirs-next v2.0.0
6352026-04-28T20:04:10.636Z Downloaded fd-lock v4.0.4
6362026-04-28T20:04:10.636Z Downloaded enum-as-inner v0.6.1
6372026-04-28T20:04:10.636Z Downloaded darling_macro v0.20.11
6382026-04-28T20:04:10.637Z Downloaded convert_case v0.4.0
6392026-04-28T20:04:10.639Z Downloaded darling v0.20.11
6402026-04-28T20:04:10.643Z Downloaded flagset v0.4.7
6412026-04-28T20:04:10.643Z Downloaded env_filter v1.0.0
6422026-04-28T20:04:10.643Z Downloaded dirs-sys-next v0.1.2
6432026-04-28T20:04:10.647Z Downloaded darling_macro v0.23.0
6442026-04-28T20:04:10.648Z Downloaded dtrace-parser v0.3.0
6452026-04-28T20:04:10.652Z Downloaded darling_macro v0.21.3
6462026-04-28T20:04:10.652Z Downloaded display-error-chain v0.2.2
6472026-04-28T20:04:10.656Z Downloaded dropshot-api-manager-types v0.6.0
6482026-04-28T20:04:10.656Z Downloaded debug-ignore v1.0.5
6492026-04-28T20:04:10.656Z Downloaded ctr v0.9.2
6502026-04-28T20:04:10.656Z Downloaded atomic-waker v1.1.2
6512026-04-28T20:04:10.661Z Downloaded foreign-types-macros v0.2.3
6522026-04-28T20:04:10.661Z Downloaded assert_matches v1.5.0
6532026-04-28T20:04:10.661Z Downloaded crunchy v0.2.4
6542026-04-28T20:04:10.661Z Downloaded futures-io v0.3.32
6552026-04-28T20:04:10.665Z Downloaded cassowary v0.3.0
6562026-04-28T20:04:10.665Z Downloaded fixedbitset v0.4.2
6572026-04-28T20:04:10.666Z Downloaded constant_time_eq v0.4.2
6582026-04-28T20:04:10.666Z Downloaded compression-codecs v0.4.37
6592026-04-28T20:04:10.688Z Downloaded dof v0.4.0
6602026-04-28T20:04:10.688Z Downloaded cargo-platform v0.1.9
6612026-04-28T20:04:10.688Z Downloaded blowfish v0.9.1
6622026-04-28T20:04:10.688Z Downloaded float-ord v0.3.2
6632026-04-28T20:04:10.688Z Downloaded futures-core v0.3.32
6642026-04-28T20:04:10.688Z Downloaded arrayvec v0.7.6
6652026-04-28T20:04:10.688Z Downloaded embedded-io v0.4.0
6662026-04-28T20:04:10.688Z Downloaded defmt-parser v1.0.0
6672026-04-28T20:04:10.688Z Downloaded ciborium-io v0.2.2
6682026-04-28T20:04:10.689Z Downloaded document-features v0.2.12
6692026-04-28T20:04:10.689Z Downloaded foreign-types-shared v0.1.1
6702026-04-28T20:04:10.689Z Downloaded futures-sink v0.3.32
6712026-04-28T20:04:10.689Z Downloaded compression-core v0.4.31
6722026-04-28T20:04:10.689Z Downloaded fxhash v0.2.1
6732026-04-28T20:04:10.689Z Downloaded crucible-workspace-hack v0.1.0
6742026-04-28T20:04:10.697Z Downloaded futures-macro v0.3.32
6752026-04-28T20:04:10.697Z Downloaded futures-task v0.3.32
6762026-04-28T20:04:10.697Z Downloaded funty v2.0.0
6772026-04-28T20:04:10.697Z Downloaded ghash v0.5.1
6782026-04-28T20:04:10.697Z Downloaded globwalk v0.9.1
6792026-04-28T20:04:10.697Z Downloaded ena v0.14.4
6802026-04-28T20:04:10.697Z Downloaded embedded-io v0.6.1
6812026-04-28T20:04:10.700Z Downloaded derive_builder_core v0.20.2
6822026-04-28T20:04:10.700Z Downloaded defmt-macros v1.0.1
6832026-04-28T20:04:10.700Z Downloaded derive-ex v0.1.8
6842026-04-28T20:04:10.700Z Downloaded hash32 v0.2.1
6852026-04-28T20:04:10.700Z Downloaded find-msvc-tools v0.1.9
6862026-04-28T20:04:10.701Z Downloaded foldhash v0.1.5
6872026-04-28T20:04:10.701Z Downloaded argon2 v0.5.3
6882026-04-28T20:04:10.705Z Downloaded data-encoding v2.10.0
6892026-04-28T20:04:10.705Z Downloaded bitflags v1.3.2
6902026-04-28T20:04:10.708Z Downloaded diesel-dtrace v0.5.0
6912026-04-28T20:04:10.708Z Downloaded dsl_auto_type v0.2.0
6922026-04-28T20:04:10.708Z Downloaded convert_case v0.10.0
6932026-04-28T20:04:10.708Z Downloaded defmt v1.0.1
6942026-04-28T20:04:10.711Z Downloaded camino-tempfile-ext v0.3.3
6952026-04-28T20:04:10.712Z Downloaded bit-vec v0.8.0
6962026-04-28T20:04:10.715Z Downloaded hash32 v0.3.1
6972026-04-28T20:04:10.715Z Downloaded diff v0.1.13
6982026-04-28T20:04:10.719Z Downloaded hex-literal v0.4.1
6992026-04-28T20:04:10.719Z Downloaded cbc v0.1.2
7002026-04-28T20:04:10.719Z Downloaded hex v0.4.3
7012026-04-28T20:04:10.724Z Downloaded cipher v0.4.4
7022026-04-28T20:04:10.724Z Downloaded cargo_metadata v0.19.2
7032026-04-28T20:04:10.724Z Downloaded headers-core v0.3.0
7042026-04-28T20:04:10.724Z Downloaded base64ct v1.8.3
7052026-04-28T20:04:10.729Z Downloaded http-range v0.1.5
7062026-04-28T20:04:10.729Z Downloaded corncobs v0.1.4
7072026-04-28T20:04:10.729Z Downloaded home v0.5.12
7082026-04-28T20:04:10.729Z Downloaded hubpack v0.1.2
7092026-04-28T20:04:10.729Z Downloaded base64 v0.22.1
7102026-04-28T20:04:10.734Z Downloaded ff v0.13.1
7112026-04-28T20:04:10.734Z Downloaded critical-section v1.2.0
7122026-04-28T20:04:10.734Z Downloaded fs-err v2.11.0
7132026-04-28T20:04:10.738Z Downloaded filetime v0.2.27
7142026-04-28T20:04:10.738Z Downloaded futures-executor v0.3.32
7152026-04-28T20:04:10.738Z Downloaded either v1.15.0
7162026-04-28T20:04:10.738Z Downloaded fixedbitset v0.5.7
7172026-04-28T20:04:10.743Z Downloaded console v0.16.2
7182026-04-28T20:04:10.743Z Downloaded cc v1.2.56
7192026-04-28T20:04:10.743Z Downloaded hostname v0.3.1
7202026-04-28T20:04:10.743Z Downloaded http-body v1.0.1
7212026-04-28T20:04:10.748Z Downloaded fallible-iterator v0.2.0
7222026-04-28T20:04:10.748Z Downloaded ed25519 v2.2.3
7232026-04-28T20:04:10.748Z Downloaded hubpack_derive v0.1.1
7242026-04-28T20:04:10.748Z Downloaded bit-set v0.8.0
7252026-04-28T20:04:10.751Z Downloaded cexpr v0.6.0
7262026-04-28T20:04:10.751Z Downloaded fs_extra v1.3.0
7272026-04-28T20:04:10.751Z Downloaded indoc v1.0.9
7282026-04-28T20:04:10.751Z Downloaded hyper-tls v0.6.0
7292026-04-28T20:04:10.754Z Downloaded byte-wrapper v0.1.0
7302026-04-28T20:04:10.754Z Downloaded git-stub-vcs v0.1.0
7312026-04-28T20:04:10.757Z Downloaded globset v0.4.18
7322026-04-28T20:04:10.757Z Downloaded ident_case v1.0.1
7332026-04-28T20:04:10.757Z Downloaded glob v0.3.3
7342026-04-28T20:04:10.762Z Downloaded group v0.13.0
7352026-04-28T20:04:10.762Z Downloaded darling v0.21.3
7362026-04-28T20:04:10.766Z Downloaded inout v0.1.4
7372026-04-28T20:04:10.766Z Downloaded indent_write v2.2.0
7382026-04-28T20:04:10.766Z Downloaded instant v0.1.13
7392026-04-28T20:04:10.766Z Downloaded drift v0.1.3
7402026-04-28T20:04:10.770Z Downloaded instability v0.3.11
7412026-04-28T20:04:10.771Z Downloaded colored v3.1.1
7422026-04-28T20:04:10.773Z Downloaded derive_more v0.99.20
7432026-04-28T20:04:10.776Z Downloaded chacha20 v0.10.0
7442026-04-28T20:04:10.776Z Downloaded buf-list v1.1.2
7452026-04-28T20:04:10.784Z Downloaded darling_core v0.21.3
7462026-04-28T20:04:10.788Z Downloaded futures-channel v0.3.32
7472026-04-28T20:04:10.788Z Downloaded is-terminal v0.4.17
7482026-04-28T20:04:10.788Z Downloaded cmake v0.1.57
7492026-04-28T20:04:10.788Z Downloaded keccak v0.1.6
7502026-04-28T20:04:10.788Z Downloaded is_ci v1.2.0
7512026-04-28T20:04:10.788Z Downloaded internet-checksum v0.2.1
7522026-04-28T20:04:10.788Z Downloaded const-oid v0.9.6
7532026-04-28T20:04:10.792Z Downloaded bzip2 v0.4.4
7542026-04-28T20:04:10.792Z Downloaded backon v1.6.0
7552026-04-28T20:04:10.792Z Downloaded lru-slab v0.1.2
7562026-04-28T20:04:10.792Z Downloaded lzss v0.8.2
7572026-04-28T20:04:10.795Z Downloaded diesel_derives v2.3.7
7582026-04-28T20:04:10.799Z Downloaded lazy_static v1.5.0
7592026-04-28T20:04:10.799Z Downloaded ecdsa v0.16.9
7602026-04-28T20:04:10.802Z Downloaded des v0.8.1
7612026-04-28T20:04:10.802Z Downloaded hostname v0.4.2
7622026-04-28T20:04:10.802Z Downloaded kstat-rs v0.2.4
7632026-04-28T20:04:10.805Z Downloaded highway v1.3.0
7642026-04-28T20:04:10.805Z Downloaded lalrpop-util v0.19.12
7652026-04-28T20:04:10.805Z Downloaded http-body-util v0.1.3
7662026-04-28T20:04:10.811Z Downloaded async-compression v0.4.41
7672026-04-28T20:04:10.814Z Downloaded match_cfg v0.1.0
7682026-04-28T20:04:10.814Z Downloaded hyper-staticfile v0.10.1
7692026-04-28T20:04:10.814Z Downloaded maplit v1.0.2
7702026-04-28T20:04:10.814Z Downloaded managed v0.8.0
7712026-04-28T20:04:10.814Z Downloaded lru v0.12.5
7722026-04-28T20:04:10.817Z Downloaded bytes v1.11.1
7732026-04-28T20:04:10.817Z Downloaded getrandom v0.2.17
7742026-04-28T20:04:10.820Z Downloaded md-5 v0.10.6
7752026-04-28T20:04:10.820Z Downloaded memoffset v0.9.1
7762026-04-28T20:04:10.826Z Downloaded ingot-types v0.1.2
7772026-04-28T20:04:10.826Z Downloaded mime v0.3.17
7782026-04-28T20:04:10.826Z Downloaded md5 v0.7.0
7792026-04-28T20:04:10.832Z Downloaded maybe-uninit v2.0.0
7802026-04-28T20:04:10.832Z Downloaded derive-where v1.6.0
7812026-04-28T20:04:10.832Z Downloaded half v1.8.3
7822026-04-28T20:04:10.832Z Downloaded crossbeam-epoch v0.9.18
7832026-04-28T20:04:10.835Z Downloaded indoc v2.0.7
7842026-04-28T20:04:10.835Z Downloaded allocator-api2 v0.2.21
7852026-04-28T20:04:10.835Z Downloaded elliptic-curve v0.13.8
7862026-04-28T20:04:10.838Z Downloaded ingot v0.1.1
7872026-04-28T20:04:10.838Z Downloaded impl-trait-for-tuples v0.2.3
7882026-04-28T20:04:10.841Z Downloaded multimap v0.10.1
7892026-04-28T20:04:10.842Z Downloaded ipnetwork v0.21.1
7902026-04-28T20:04:10.842Z Downloaded lru-cache v0.1.2
7912026-04-28T20:04:10.846Z Downloaded nibble_vec v0.1.0
7922026-04-28T20:04:10.846Z Downloaded newtype_derive v0.1.6
7932026-04-28T20:04:10.846Z Downloaded hmac v0.12.1
7942026-04-28T20:04:10.853Z Downloaded nodrop v0.1.14
7952026-04-28T20:04:10.853Z Downloaded crc-any v2.5.0
7962026-04-28T20:04:10.853Z Downloaded nonempty v0.12.0
7972026-04-28T20:04:10.853Z Downloaded new_debug_unreachable v1.0.6
7982026-04-28T20:04:10.853Z Downloaded libscf-sys v1.1.0
7992026-04-28T20:04:10.853Z Downloaded cookie_store v0.22.1
8002026-04-28T20:04:10.858Z Downloaded num-derive v0.4.2
8012026-04-28T20:04:10.858Z Downloaded num-conv v0.2.0
8022026-04-28T20:04:10.858Z Downloaded normalize-line-endings v0.3.0
8032026-04-28T20:04:10.858Z Downloaded ipnet v2.11.0
8042026-04-28T20:04:10.858Z Downloaded base64 v0.21.7
8052026-04-28T20:04:10.863Z Downloaded console v0.15.11
8062026-04-28T20:04:10.864Z Downloaded num v0.4.3
8072026-04-28T20:04:10.864Z Downloaded libsw v3.5.0
8082026-04-28T20:04:10.864Z Downloaded linear-map v1.2.0
8092026-04-28T20:04:10.868Z Downloaded num-iter v0.1.45
8102026-04-28T20:04:10.868Z Downloaded num-derive v0.3.3
8112026-04-28T20:04:10.868Z Downloaded lock_api v0.4.14
8122026-04-28T20:04:10.868Z Downloaded olpc-cjson v0.1.4
8132026-04-28T20:04:10.868Z Downloaded libsw-core v0.3.2
8142026-04-28T20:04:10.874Z Downloaded num_threads v0.1.7
8152026-04-28T20:04:10.874Z Downloaded openssl-probe v0.1.6
8162026-04-28T20:04:10.874Z Downloaded num_enum_derive v0.5.11
8172026-04-28T20:04:10.874Z Downloaded libefi-sys v0.1.0
8182026-04-28T20:04:10.874Z Downloaded colored v2.2.0
8192026-04-28T20:04:10.879Z Downloaded openssl-probe v0.2.1
8202026-04-28T20:04:10.879Z Downloaded ciborium v0.2.2
8212026-04-28T20:04:10.879Z Downloaded blake2 v0.10.6
8222026-04-28T20:04:10.879Z Downloaded futures v0.3.32
8232026-04-28T20:04:10.882Z Downloaded getrandom v0.3.4
8242026-04-28T20:04:10.882Z Downloaded httparse v1.10.1
8252026-04-28T20:04:10.885Z Downloaded hyper-rustls v0.27.7
8262026-04-28T20:04:10.885Z Downloaded newtype-uuid-macros v0.1.0
8272026-04-28T20:04:10.888Z Downloaded native-tls v0.2.18
8282026-04-28T20:04:10.888Z Downloaded iana-time-zone v0.1.65
8292026-04-28T20:04:10.893Z Downloaded linked-hash-map v0.5.6
8302026-04-28T20:04:10.893Z Downloaded libloading v0.8.9
8312026-04-28T20:04:10.893Z Downloaded multer v3.1.0
8322026-04-28T20:04:10.897Z Downloaded packed_struct_codegen v0.10.1
8332026-04-28T20:04:10.897Z Downloaded humantime v2.3.0
8342026-04-28T20:04:10.897Z Downloaded dropshot_endpoint v0.16.7
8352026-04-28T20:04:10.901Z Downloaded bit-vec v0.6.3
8362026-04-28T20:04:10.901Z Downloaded git-stub v1.0.0
8372026-04-28T20:04:10.901Z Downloaded async-trait v0.1.89
8382026-04-28T20:04:10.906Z Downloaded async-bb8-diesel v0.2.1
8392026-04-28T20:04:10.906Z Downloaded ahash v0.8.12
8402026-04-28T20:04:10.906Z Downloaded env_logger v0.11.9
8412026-04-28T20:04:10.909Z Downloaded path-slash v0.1.5
8422026-04-28T20:04:10.909Z Downloaded parse-display v0.10.0
8432026-04-28T20:04:10.909Z Downloaded httpdate v1.0.3
8442026-04-28T20:04:10.909Z Downloaded bitfield v0.19.4
8452026-04-28T20:04:10.912Z Downloaded bcs v0.1.6
8462026-04-28T20:04:10.912Z Downloaded crossbeam-deque v0.8.6
8472026-04-28T20:04:10.912Z Downloaded gethostname v0.5.0
8482026-04-28T20:04:10.916Z Downloaded parse-size v1.1.0
8492026-04-28T20:04:10.916Z Downloaded newtype-uuid v1.3.2
8502026-04-28T20:04:10.916Z Downloaded newline-converter v0.3.0
8512026-04-28T20:04:10.916Z Downloaded pbkdf2 v0.12.2
8522026-04-28T20:04:10.920Z Downloaded nu-ansi-term v0.50.3
8532026-04-28T20:04:10.920Z Downloaded pbkdf2 v0.11.0
8542026-04-28T20:04:10.923Z Downloaded nanorand v0.7.0
8552026-04-28T20:04:10.923Z Downloaded foreign-types-shared v0.3.1
8562026-04-28T20:04:10.923Z Downloaded peg-runtime v0.8.5
8572026-04-28T20:04:10.926Z Downloaded openssl-macros v0.1.1
8582026-04-28T20:04:10.926Z Downloaded num_enum v0.5.11
8592026-04-28T20:04:10.929Z Downloaded jobserver v0.1.34
8602026-04-28T20:04:10.934Z Downloaded ingot-macros v0.1.1
8612026-04-28T20:04:10.934Z Downloaded num_enum v0.7.5
8622026-04-28T20:04:10.937Z Downloaded opaque-debug v0.3.1
8632026-04-28T20:04:10.937Z Downloaded num_enum_derive v0.7.5
8642026-04-28T20:04:10.937Z Downloaded phf_shared v0.12.1
8652026-04-28T20:04:10.940Z Downloaded num-integer v0.1.46
8662026-04-28T20:04:10.940Z Downloaded phf_shared v0.13.1
8672026-04-28T20:04:10.940Z Downloaded pin-utils v0.1.0
8682026-04-28T20:04:10.940Z Downloaded num-rational v0.4.2
8692026-04-28T20:04:10.943Z Downloaded phf_shared v0.11.3
8702026-04-28T20:04:10.947Z Downloaded precomputed-hash v0.1.1
8712026-04-28T20:04:10.950Z Downloaded compact_str v0.8.1
8722026-04-28T20:04:10.953Z Downloaded flume v0.11.1
8732026-04-28T20:04:10.958Z Downloaded fatfs v0.3.6
8742026-04-28T20:04:10.958Z Downloaded dropshot_endpoint v0.17.0
8752026-04-28T20:04:10.961Z Downloaded mime_guess v2.0.5
8762026-04-28T20:04:10.973Z Downloaded predicates-tree v1.0.13
8772026-04-28T20:04:10.977Z Downloaded packed_struct v0.10.1
8782026-04-28T20:04:10.977Z Downloaded chacha20poly1305 v0.10.1
8792026-04-28T20:04:10.979Z Downloaded ar_archive_writer v0.5.1
8802026-04-28T20:04:10.979Z Downloaded derive_more v2.1.1
8812026-04-28T20:04:10.987Z Downloaded progenitor-client v0.11.2
8822026-04-28T20:04:10.990Z Downloaded crossbeam-channel v0.5.15
8832026-04-28T20:04:10.990Z Downloaded psl-types v2.0.11
8842026-04-28T20:04:10.994Z Downloaded progenitor-macro v0.13.0
8852026-04-28T20:04:10.994Z Downloaded paste v1.0.15
8862026-04-28T20:04:10.994Z Downloaded password-hash v0.4.2
8872026-04-28T20:04:10.997Z Downloaded parse-display-derive v0.10.0
8882026-04-28T20:04:10.997Z Downloaded peg v0.8.5
8892026-04-28T20:04:10.997Z Downloaded heapless v0.8.0
8902026-04-28T20:04:11.000Z Downloaded headers v0.4.1
8912026-04-28T20:04:11.003Z Downloaded quick-error v1.2.3
8922026-04-28T20:04:11.007Z Downloaded pkcs8 v0.10.2
8932026-04-28T20:04:11.007Z Downloaded progenitor-macro v0.11.2
8942026-04-28T20:04:11.010Z Downloaded progenitor-macro v0.10.0
8952026-04-28T20:04:11.010Z Downloaded progenitor-client v0.10.0
8962026-04-28T20:04:11.010Z Downloaded pem-rfc7468 v0.7.0
8972026-04-28T20:04:11.010Z Downloaded omicron-zone-package v0.12.2
8982026-04-28T20:04:11.013Z Downloaded litrs v1.0.0
8992026-04-28T20:04:11.013Z Downloaded libbz2-rs-sys v0.2.2
9002026-04-28T20:04:11.016Z Downloaded num-complex v0.4.6
9012026-04-28T20:04:11.016Z Downloaded proc-macro-error-attr2 v2.0.0
9022026-04-28T20:04:11.021Z Downloaded rand_chacha v0.3.1
9032026-04-28T20:04:11.021Z Downloaded heapless v0.7.17
9042026-04-28T20:04:11.025Z Downloaded polyval v0.6.2
9052026-04-28T20:04:11.025Z Downloaded pin-project-lite v0.2.17
9062026-04-28T20:04:11.030Z Downloaded predicates v3.1.4
9072026-04-28T20:04:11.030Z Downloaded ppv-lite86 v0.2.21
9082026-04-28T20:04:11.030Z Downloaded postgres-protocol v0.6.10
9092026-04-28T20:04:11.030Z Downloaded pkg-config v0.3.32
9102026-04-28T20:04:11.034Z Downloaded pin-project-internal v1.1.11
9112026-04-28T20:04:11.034Z Downloaded proc-macro-crate v3.4.0
9122026-04-28T20:04:11.034Z Downloaded proc-macro-crate v1.3.1
9132026-04-28T20:04:11.034Z Downloaded parking_lot_core v0.8.6
9142026-04-28T20:04:11.038Z Downloaded indexmap v1.9.3
9152026-04-28T20:04:11.038Z Downloaded flate2 v1.1.9
9162026-04-28T20:04:11.041Z Downloaded rand_xorshift v0.4.0
9172026-04-28T20:04:11.041Z Downloaded radium v0.7.0
9182026-04-28T20:04:11.042Z Downloaded primeorder v0.13.6
9192026-04-28T20:04:11.042Z Downloaded dropshot-api-manager v0.6.0
9202026-04-28T20:04:11.046Z Downloaded crypto-bigint v0.5.5
9212026-04-28T20:04:11.050Z Downloaded recursive-proc-macro-impl v0.1.1
9222026-04-28T20:04:11.050Z Downloaded recursive v0.1.1
9232026-04-28T20:04:11.050Z Downloaded progenitor v0.11.2
9242026-04-28T20:04:11.054Z Downloaded proc-macro-error2 v2.0.1
9252026-04-28T20:04:11.055Z Downloaded ref-cast-impl v1.0.25
9262026-04-28T20:04:11.055Z Downloaded ref-cast v1.0.25
9272026-04-28T20:04:11.059Z Downloaded progenitor-client v0.13.0
9282026-04-28T20:04:11.059Z Downloaded password-hash v0.5.0
9292026-04-28T20:04:11.059Z Downloaded parking_lot v0.11.2
9302026-04-28T20:04:11.059Z Downloaded hickory-resolver v0.25.2
9312026-04-28T20:04:11.062Z Downloaded indicatif v0.18.4
9322026-04-28T20:04:11.066Z Downloaded hickory-resolver v0.24.4
9332026-04-28T20:04:11.069Z Downloaded progenitor-extras v0.1.1
9342026-04-28T20:04:11.069Z Downloaded peg-macros v0.8.5
9352026-04-28T20:04:11.069Z Downloaded rfc6979 v0.4.0
9362026-04-28T20:04:11.073Z Downloaded parking_lot_core v0.9.12
9372026-04-28T20:04:11.073Z Downloaded parking_lot v0.12.5
9382026-04-28T20:04:11.077Z Downloaded pkcs5 v0.7.1
9392026-04-28T20:04:11.077Z Downloaded psm v0.1.30
9402026-04-28T20:04:11.081Z Downloaded postcard v1.1.3
9412026-04-28T20:04:11.081Z Downloaded rustc_version v0.4.1
9422026-04-28T20:04:11.081Z Downloaded pkcs1 v0.7.5
9432026-04-28T20:04:11.081Z Downloaded rustc-hash v2.1.1
9442026-04-28T20:04:11.084Z Downloaded rustc_version v0.1.7
9452026-04-28T20:04:11.084Z Downloaded russh-cryptovec v0.7.3
9462026-04-28T20:04:11.084Z Downloaded rtoolbox v0.0.3
9472026-04-28T20:04:11.084Z Downloaded r2d2 v0.8.10
9482026-04-28T20:04:11.087Z Downloaded poly1305 v0.8.0
9492026-04-28T20:04:11.087Z Downloaded const_format v0.2.35
9502026-04-28T20:04:11.091Z Downloaded rand_chacha v0.9.0
9512026-04-28T20:04:11.094Z Downloaded phf v0.12.1
9522026-04-28T20:04:11.094Z Downloaded p256 v0.13.2
9532026-04-28T20:04:11.094Z Downloaded bumpalo v3.20.2
9542026-04-28T20:04:11.099Z Downloaded postgres-types v0.2.12
9552026-04-28T20:04:11.099Z Downloaded ed25519-dalek v2.2.0
9562026-04-28T20:04:11.106Z Downloaded expectorate v1.2.0
9572026-04-28T20:04:11.106Z Downloaded same-file v1.0.6
9582026-04-28T20:04:11.106Z Downloaded salsa20 v0.10.2
9592026-04-28T20:04:11.110Z Downloaded miniz_oxide v0.8.9
9602026-04-28T20:04:11.111Z Downloaded half v2.7.1
9612026-04-28T20:04:11.111Z Downloaded derive_more-impl v2.1.1
9622026-04-28T20:04:11.111Z Downloaded phf v0.13.1
9632026-04-28T20:04:11.114Z Downloaded rand_seeder v0.4.0
9642026-04-28T20:04:11.114Z Downloaded rand_core v0.10.0
9652026-04-28T20:04:11.114Z Downloaded progenitor v0.13.0
9662026-04-28T20:04:11.114Z Downloaded scheduled-thread-pool v0.2.7
9672026-04-28T20:04:11.114Z Downloaded pem v3.0.6
9682026-04-28T20:04:11.119Z Downloaded progenitor v0.10.0
9692026-04-28T20:04:11.119Z Downloaded memmap2 v0.9.10
9702026-04-28T20:04:11.119Z Downloaded darling_core v0.23.0
9712026-04-28T20:04:11.127Z Downloaded darling_core v0.20.11
9722026-04-28T20:04:11.130Z Downloaded resolv-conf v0.7.6
9732026-04-28T20:04:11.130Z Downloaded predicates-core v1.0.10
9742026-04-28T20:04:11.130Z Downloaded powerfmt v0.2.0
9752026-04-28T20:04:11.130Z Downloaded sapling-renderdag v0.1.0
9762026-04-28T20:04:11.130Z Downloaded oxnet v0.1.4
9772026-04-28T20:04:11.130Z Downloaded serde_bytes v0.11.19
9782026-04-28T20:04:11.130Z Downloaded oxide-tokio-rt v0.1.4
9792026-04-28T20:04:11.136Z Downloaded serde_plain v1.0.2
9802026-04-28T20:04:11.136Z Downloaded scrypt v0.11.0
9812026-04-28T20:04:11.136Z Downloaded seq-macro v0.3.6
9822026-04-28T20:04:11.139Z Downloaded secrecy v0.8.0
9832026-04-28T20:04:11.139Z Downloaded serde-big-array v0.5.1
9842026-04-28T20:04:11.139Z Downloaded semver v0.1.20
9852026-04-28T20:04:11.139Z Downloaded secrecy v0.10.3
9862026-04-28T20:04:11.139Z Downloaded scroll_derive v0.13.1
9872026-04-28T20:04:11.139Z Downloaded jiff-static v0.2.21
9882026-04-28T20:04:11.142Z Downloaded owo-colors v4.3.0
9892026-04-28T20:04:11.142Z Downloaded serde_urlencoded v0.7.1
9902026-04-28T20:04:11.142Z Downloaded serde_repr v0.1.20
9912026-04-28T20:04:11.145Z Downloaded http v1.4.0
9922026-04-28T20:04:11.148Z Downloaded quinn-udp v0.5.14
9932026-04-28T20:04:11.148Z Downloaded oso-derive v0.27.3
9942026-04-28T20:04:11.148Z Downloaded ignore v0.4.25
9952026-04-28T20:04:11.152Z Downloaded der v0.7.10
9962026-04-28T20:04:11.155Z Downloaded rand_core v0.6.4
9972026-04-28T20:04:11.155Z Downloaded deranged v0.5.8
9982026-04-28T20:04:11.160Z Downloaded oso v0.27.3
9992026-04-28T20:04:11.165Z Downloaded signal-hook-tokio v0.3.1
10002026-04-28T20:04:11.165Z Downloaded signature v2.2.0
10012026-04-28T20:04:11.165Z Downloaded shell-words v1.1.1
10022026-04-28T20:04:11.165Z Downloaded siphasher v1.0.2
10032026-04-28T20:04:11.170Z Downloaded signal-hook-mio v0.2.5
10042026-04-28T20:04:11.170Z Downloaded rusty-fork v0.3.1
10052026-04-28T20:04:11.175Z Downloaded rustls-native-certs v0.8.3
10062026-04-28T20:04:11.175Z Downloaded papergrid v0.17.0
10072026-04-28T20:04:11.178Z Downloaded rand_core v0.9.5
10082026-04-28T20:04:11.178Z Downloaded crossterm v0.28.1
10092026-04-28T20:04:11.181Z Downloaded sigpipe v0.1.3
10102026-04-28T20:04:11.181Z Downloaded rustversion v1.0.22
10112026-04-28T20:04:11.184Z Downloaded schemars_derive v0.8.22
10122026-04-28T20:04:11.184Z Downloaded rustls-pemfile v2.2.0
10132026-04-28T20:04:11.187Z Downloaded slog-envlogger v2.2.0
10142026-04-28T20:04:11.188Z Downloaded prefix-trie v0.7.0
10152026-04-28T20:04:11.188Z Downloaded slog-bunyan v2.5.0
10162026-04-28T20:04:11.190Z Downloaded rustls-pemfile v1.0.4
10172026-04-28T20:04:11.191Z Downloaded hashbrown v0.12.3
10182026-04-28T20:04:11.195Z Downloaded progenitor-impl v0.11.2
10192026-04-28T20:04:11.225Z Downloaded serde-hex v0.1.0
10202026-04-28T20:04:11.225Z Downloaded sec1 v0.7.3
10212026-04-28T20:04:11.229Z Downloaded sct v0.7.1
10222026-04-28T20:04:11.229Z Downloaded progenitor-impl v0.13.0
10232026-04-28T20:04:11.229Z Downloaded aes v0.8.4
10242026-04-28T20:04:11.229Z Downloaded sqlparser_derive v0.5.0
10252026-04-28T20:04:11.229Z Downloaded serde_path_to_error v0.1.20
10262026-04-28T20:04:11.229Z Downloaded hickory-server v0.25.2
10272026-04-28T20:04:11.229Z Downloaded scroll v0.13.0
10282026-04-28T20:04:11.229Z Downloaded pin-project v1.1.11
10292026-04-28T20:04:11.229Z Downloaded ssh-encoding v0.2.0
10302026-04-28T20:04:11.229Z Downloaded russh-keys v0.45.0
10312026-04-28T20:04:11.229Z Downloaded blake3 v1.8.3
10322026-04-28T20:04:11.230Z Downloaded ssh-cipher v0.2.0
10332026-04-28T20:04:11.230Z Downloaded serde_spanned v1.0.4
10342026-04-28T20:04:11.230Z Downloaded serde_derive_internals v0.29.1
10352026-04-28T20:04:11.233Z Downloaded scopeguard v1.2.0
10362026-04-28T20:04:11.233Z Downloaded hashbrown v0.13.2
10372026-04-28T20:04:11.233Z Downloaded sha1 v0.10.6
10382026-04-28T20:04:11.233Z Downloaded strum v0.26.3
10392026-04-28T20:04:11.236Z Downloaded strip-ansi-escapes v0.2.1
10402026-04-28T20:04:11.236Z Downloaded mio v1.2.0
10412026-04-28T20:04:11.239Z Downloaded shlex v1.3.0
10422026-04-28T20:04:11.239Z Downloaded simd-adler32 v0.3.8
10432026-04-28T20:04:11.243Z Downloaded signal-hook-registry v1.4.8
10442026-04-28T20:04:11.243Z Downloaded rustls-pki-types v1.14.0
10452026-04-28T20:04:11.248Z Downloaded minimal-lexical v0.2.1
10462026-04-28T20:04:11.248Z Downloaded slab v0.4.12
10472026-04-28T20:04:11.252Z Downloaded slog-scope v4.4.1
10482026-04-28T20:04:11.255Z Downloaded structmeta-derive v0.3.0
10492026-04-28T20:04:11.255Z Downloaded sync_wrapper v1.0.2
10502026-04-28T20:04:11.258Z Downloaded slog-dtrace v0.3.0
10512026-04-28T20:04:11.261Z Downloaded slog-term v2.9.2
10522026-04-28T20:04:11.261Z Downloaded smallvec v0.6.14
10532026-04-28T20:04:11.261Z Downloaded slog-stdlog v4.1.1
10542026-04-28T20:04:11.264Z Downloaded tap v1.0.1
10552026-04-28T20:04:11.264Z Downloaded tabwriter v1.4.1
10562026-04-28T20:04:11.264Z Downloaded termtree v0.5.1
10572026-04-28T20:04:11.268Z Downloaded rcgen v0.12.1
10582026-04-28T20:04:11.268Z Downloaded prettyplease v0.2.37
10592026-04-28T20:04:11.271Z Downloaded sqlformat v0.3.5
10602026-04-28T20:04:11.271Z Downloaded spki v0.7.3
10612026-04-28T20:04:11.274Z Downloaded snafu-derive v0.8.9
10622026-04-28T20:04:11.274Z Downloaded aes-gcm v0.10.3
10632026-04-28T20:04:11.278Z Downloaded tabled_derive v0.11.0
10642026-04-28T20:04:11.278Z Downloaded sync-ptr v0.1.4
10652026-04-28T20:04:11.278Z Downloaded subtle v2.6.1
10662026-04-28T20:04:11.282Z Downloaded testing_table v0.3.0
10672026-04-28T20:04:11.282Z Downloaded supports-color v3.0.2
10682026-04-28T20:04:11.282Z Downloaded smf v0.2.3
10692026-04-28T20:04:11.283Z Downloaded slog-json v2.6.1
10702026-04-28T20:04:11.283Z Downloaded strum v0.27.2
10712026-04-28T20:04:11.283Z Downloaded serde_with_macros v3.17.0
10722026-04-28T20:04:11.285Z Downloaded thread-id v5.1.0
10732026-04-28T20:04:11.285Z Downloaded time-core v0.1.8
10742026-04-28T20:04:11.286Z Downloaded serde_cbor v0.11.2
10752026-04-28T20:04:11.290Z Downloaded progenitor-impl v0.10.0
10762026-04-28T20:04:11.294Z Downloaded take_mut v0.2.2
10772026-04-28T20:04:11.294Z Downloaded tagptr v0.2.0
10782026-04-28T20:04:11.294Z Downloaded openssl-sys v0.9.111
10792026-04-28T20:04:11.302Z Downloaded structmeta v0.3.0
10802026-04-28T20:04:11.305Z Downloaded tinyvec_macros v0.1.1
10812026-04-28T20:04:11.305Z Downloaded ron v0.8.1
10822026-04-28T20:04:11.305Z Downloaded thiserror-impl-no-std v2.0.2
10832026-04-28T20:04:11.308Z Downloaded static_assertions v1.1.0
10842026-04-28T20:04:11.309Z Downloaded stacker v0.1.23
10852026-04-28T20:04:11.309Z Downloaded rayon-core v1.13.0
10862026-04-28T20:04:11.314Z Downloaded hyper-util v0.1.20
10872026-04-28T20:04:11.319Z Downloaded rustls-platform-verifier v0.6.2
10882026-04-28T20:04:11.319Z Downloaded stringprep v0.1.5
10892026-04-28T20:04:11.319Z Downloaded string_cache v0.8.9
10902026-04-28T20:04:11.322Z Downloaded pretty_assertions v1.4.1
10912026-04-28T20:04:11.322Z Downloaded support-bundle-viewer v0.1.2
10922026-04-28T20:04:11.322Z Downloaded slog-async v2.8.0
10932026-04-28T20:04:11.331Z Downloaded strum_macros v0.26.4
10942026-04-28T20:04:11.334Z Downloaded strum_macros v0.24.3
10952026-04-28T20:04:11.337Z Downloaded quinn v0.11.9
10962026-04-28T20:04:11.340Z Downloaded itertools v0.10.5
10972026-04-28T20:04:11.346Z Downloaded num-bigint v0.4.6
10982026-04-28T20:04:11.349Z Downloaded thread_local v1.1.9
10992026-04-28T20:04:11.353Z Downloaded thiserror-no-std v2.0.2
11002026-04-28T20:04:11.357Z Downloaded strum_macros v0.27.2
11012026-04-28T20:04:11.357Z Downloaded topological-sort v0.2.2
11022026-04-28T20:04:11.357Z Downloaded spin v0.9.8
11032026-04-28T20:04:11.357Z Downloaded rand v0.8.5
11042026-04-28T20:04:11.360Z Downloaded nom v7.1.3
11052026-04-28T20:04:11.362Z Downloaded termios v0.3.3
11062026-04-28T20:04:11.366Z Downloaded crossterm v0.29.0
11072026-04-28T20:04:11.370Z Downloaded similar v2.7.0
11082026-04-28T20:04:11.372Z Downloaded try-lock v0.2.5
11092026-04-28T20:04:11.372Z Downloaded tower-service v0.3.3
11102026-04-28T20:04:11.372Z Downloaded tower-layer v0.3.3
11112026-04-28T20:04:11.372Z Downloaded libxml v0.3.3
11122026-04-28T20:04:11.377Z Downloaded tls_codec_derive v0.4.2
11132026-04-28T20:04:11.382Z Downloaded ryu v1.0.23
11142026-04-28T20:04:11.382Z Downloaded serde_yaml v0.9.34+deprecated
11152026-04-28T20:04:11.386Z Downloaded tls_codec v0.4.2
11162026-04-28T20:04:11.386Z Downloaded tokio-macros v2.7.0
11172026-04-28T20:04:11.386Z Downloaded tiny-keccak v2.0.2
11182026-04-28T20:04:11.386Z Downloaded typify-macro v0.6.1
11192026-04-28T20:04:11.390Z Downloaded trait-variant v0.1.2
11202026-04-28T20:04:11.390Z Downloaded qorb v0.4.1
11212026-04-28T20:04:11.390Z Downloaded unicode-truncate v1.1.0
11222026-04-28T20:04:11.395Z Downloaded unarray v0.1.4
11232026-04-28T20:04:11.395Z Downloaded publicsuffix v2.3.0
11242026-04-28T20:04:11.395Z Downloaded tokio-rustls v0.25.0
11252026-04-28T20:04:11.395Z Downloaded tokio-native-tls v0.3.1
11262026-04-28T20:04:11.398Z Downloaded typify-macro v0.4.3
11272026-04-28T20:04:11.398Z Downloaded iddqd v0.3.18
11282026-04-28T20:04:11.402Z Downloaded tokio-dtrace v0.1.1
11292026-04-28T20:04:11.405Z Downloaded usdt-attr-macro v0.6.0
11302026-04-28T20:04:11.408Z Downloaded usdt v0.6.0
11312026-04-28T20:04:11.408Z Downloaded unit-prefix v0.5.2
11322026-04-28T20:04:11.408Z Downloaded universal-hash v0.5.1
11332026-04-28T20:04:11.411Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11342026-04-28T20:04:11.411Z Downloaded socket2 v0.6.3
11352026-04-28T20:04:11.411Z Downloaded schemars v0.9.0
11362026-04-28T20:04:11.417Z Downloaded toml_writer v1.0.6+spec-1.1.0
11372026-04-28T20:04:11.420Z Downloaded time-macros v0.2.27
11382026-04-28T20:04:11.420Z Downloaded iri-string v0.7.10
11392026-04-28T20:04:11.424Z Downloaded utf-8 v0.7.6
11402026-04-28T20:04:11.428Z Downloaded usdt-macro v0.6.0
11412026-04-28T20:04:11.429Z Downloaded tokio-tungstenite v0.23.1
11422026-04-28T20:04:11.429Z Downloaded slog v2.8.2
11432026-04-28T20:04:11.433Z Downloaded schemars v0.8.22
11442026-04-28T20:04:11.437Z Downloaded tokio-tungstenite v0.21.0
11452026-04-28T20:04:11.442Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11462026-04-28T20:04:11.442Z Downloaded wait-timeout v0.2.1
11472026-04-28T20:04:11.442Z Downloaded signal-hook v0.3.18
11482026-04-28T20:04:11.446Z Downloaded itertools v0.13.0
11492026-04-28T20:04:11.446Z Downloaded futures-util v0.3.32
11502026-04-28T20:04:11.452Z Downloaded want v0.3.1
11512026-04-28T20:04:11.455Z Downloaded void v1.0.2
11522026-04-28T20:04:11.455Z Downloaded tui-tree-widget v0.23.1
11532026-04-28T20:04:11.455Z Downloaded term v1.2.1
11542026-04-28T20:04:11.458Z Downloaded rsa v0.9.10
11552026-04-28T20:04:11.458Z Downloaded rustls-webpki v0.103.9
11562026-04-28T20:04:11.461Z Downloaded socket2 v0.5.10
11572026-04-28T20:04:11.464Z Downloaded hashbrown v0.15.5
11582026-04-28T20:04:11.467Z Downloaded waitgroup v0.1.2
11592026-04-28T20:04:11.467Z Downloaded tokio-stream v0.1.18
11602026-04-28T20:04:11.471Z Downloaded xattr v1.6.1
11612026-04-28T20:04:11.471Z Downloaded term v0.7.0
11622026-04-28T20:04:11.475Z Downloaded tokio-rustls v0.24.1
11632026-04-28T20:04:11.475Z Downloaded untrusted v0.9.0
11642026-04-28T20:04:11.475Z Downloaded untrusted v0.7.1
11652026-04-28T20:04:11.478Z Downloaded toml_parser v1.0.9+spec-1.1.0
11662026-04-28T20:04:11.481Z Downloaded vergen-lib v0.1.6
11672026-04-28T20:04:11.484Z Downloaded usdt-impl v0.6.0
11682026-04-28T20:04:11.484Z Downloaded rand v0.10.0
11692026-04-28T20:04:11.487Z Downloaded vergen-gitcl v1.0.8
11702026-04-28T20:04:11.487Z Downloaded unicase v2.9.0
11712026-04-28T20:04:11.490Z Downloaded zone v0.3.1
11722026-04-28T20:04:11.490Z Downloaded zeroize_derive v1.4.3
11732026-04-28T20:04:11.490Z Downloaded samael v0.0.19
11742026-04-28T20:04:11.493Z Downloaded schemars v1.2.1
11752026-04-28T20:04:11.501Z Downloaded subprocess v0.2.15
11762026-04-28T20:04:11.504Z Downloaded libm v0.2.16
11772026-04-28T20:04:11.509Z Downloaded zone_cfg_derive v0.3.1
11782026-04-28T20:04:11.513Z Downloaded itertools v0.12.1
11792026-04-28T20:04:11.518Z Downloaded num-bigint-dig v0.8.6
11802026-04-28T20:04:11.518Z Downloaded tracing-attributes v0.1.31
11812026-04-28T20:04:11.523Z Downloaded vergen-git2 v1.0.7
11822026-04-28T20:04:11.524Z Downloaded hyper v1.8.1
11832026-04-28T20:04:11.528Z Downloaded whoami v2.1.0
11842026-04-28T20:04:11.528Z Downloaded whoami v1.6.1
11852026-04-28T20:04:11.528Z Downloaded vsss-rs v3.3.4
11862026-04-28T20:04:11.528Z Downloaded test-strategy v0.4.5
11872026-04-28T20:04:11.531Z Downloaded hkdf v0.12.4
11882026-04-28T20:04:11.531Z Downloaded russh v0.45.0
11892026-04-28T20:04:11.534Z Downloaded tinyvec v1.10.0
11902026-04-28T20:04:11.537Z Downloaded tar v0.4.45
11912026-04-28T20:04:11.544Z Downloaded xshell-macros v0.2.7
11922026-04-28T20:04:11.547Z Downloaded xshell v0.2.7
11932026-04-28T20:04:11.547Z Downloaded p521 v0.13.3
11942026-04-28T20:04:11.550Z Downloaded tokio-rustls v0.26.4
11952026-04-28T20:04:11.553Z Downloaded zeroize v1.8.2
11962026-04-28T20:04:11.556Z Downloaded toml v0.7.8
11972026-04-28T20:04:11.561Z Downloaded rand v0.9.2
11982026-04-28T20:04:11.565Z Downloaded bitvec v1.0.1
11992026-04-28T20:04:11.569Z Downloaded uzers v0.12.2
12002026-04-28T20:04:11.572Z Downloaded steno v0.4.1
12012026-04-28T20:04:11.578Z Downloaded tracing-core v0.1.36
12022026-04-28T20:04:11.578Z Downloaded toml v1.0.6+spec-1.1.0
12032026-04-28T20:04:11.580Z Downloaded toml v0.9.12+spec-1.1.0
12042026-04-28T20:04:11.584Z Downloaded walkdir v2.5.0
12052026-04-28T20:04:11.585Z Downloaded rustyline v14.0.0
12062026-04-28T20:04:11.587Z Downloaded itertools v0.14.0
12072026-04-28T20:04:11.592Z Downloaded typify v0.6.1
12082026-04-28T20:04:11.595Z Downloaded twox-hash v2.1.2
12092026-04-28T20:04:11.595Z Downloaded tungstenite v0.21.0
12102026-04-28T20:04:11.599Z Downloaded typify v0.4.3
12112026-04-28T20:04:11.603Z Downloaded wyz v0.5.1
12122026-04-28T20:04:11.608Z Downloaded unicode-properties v0.1.4
12132026-04-28T20:04:11.608Z Downloaded aho-corasick v1.1.4
12142026-04-28T20:04:11.611Z Downloaded zerocopy v0.6.6
12152026-04-28T20:04:11.611Z Downloaded yasna v0.5.2
12162026-04-28T20:04:11.614Z Downloaded unicode-bidi v0.3.18
12172026-04-28T20:04:11.617Z Downloaded snafu v0.8.9
12182026-04-28T20:04:11.620Z Downloaded toml_edit v0.23.10+spec-1.0.0
12192026-04-28T20:04:11.626Z Downloaded vergen v9.0.6
12202026-04-28T20:04:11.630Z Downloaded zstd-safe v7.2.4
12212026-04-28T20:04:11.630Z Downloaded zstd v0.13.3
12222026-04-28T20:04:11.630Z Downloaded tungstenite v0.23.0
12232026-04-28T20:04:11.634Z Downloaded vte v0.14.1
12242026-04-28T20:04:11.637Z Downloaded rpassword v7.4.0
12252026-04-28T20:04:11.644Z Downloaded h2 v0.4.13
12262026-04-28T20:04:11.647Z Downloaded unsafe-libyaml v0.2.11
12272026-04-28T20:04:11.650Z Downloaded tokio-postgres v0.7.16
12282026-04-28T20:04:11.653Z Downloaded zopfli v0.8.3
12292026-04-28T20:04:11.656Z Downloaded uuid v1.23.0
12302026-04-28T20:04:11.666Z Downloaded toml_edit v0.19.15
12312026-04-28T20:04:11.683Z Downloaded reedline v0.40.0
12322026-04-28T20:04:11.689Z Downloaded unicode_categories v0.1.1
12332026-04-28T20:04:11.692Z Downloaded reqwest v0.12.28
12342026-04-28T20:04:11.696Z Downloaded chrono v0.4.44
12352026-04-28T20:04:11.701Z Downloaded zip v0.6.6
12362026-04-28T20:04:11.703Z Downloaded regex v1.12.3
12372026-04-28T20:04:11.706Z Downloaded git2 v0.20.4
12382026-04-28T20:04:11.711Z Downloaded aws-lc-rs v1.16.0
12392026-04-28T20:04:11.717Z Downloaded tower v0.5.3
12402026-04-28T20:04:11.723Z Downloaded ssh-key v0.6.7
12412026-04-28T20:04:11.729Z Downloaded reqwest v0.13.2
12422026-04-28T20:04:11.733Z Downloaded p384 v0.13.1
12432026-04-28T20:04:11.733Z Downloaded yansi v1.0.1
12442026-04-28T20:04:11.738Z Downloaded bindgen v0.71.1
12452026-04-28T20:04:11.743Z Downloaded unicode-segmentation v1.12.0
12462026-04-28T20:04:11.743Z Downloaded rayon v1.11.0
12472026-04-28T20:04:11.749Z Downloaded zerocopy-derive v0.8.40
12482026-04-28T20:04:11.756Z Downloaded x509-cert v0.2.5
12492026-04-28T20:04:11.763Z Downloaded salty v0.3.0
12502026-04-28T20:04:11.767Z Downloaded portable-atomic v1.13.1
12512026-04-28T20:04:11.774Z Downloaded quick-xml v0.37.5
12522026-04-28T20:04:11.785Z Downloaded rustls-webpki v0.101.7
12532026-04-28T20:04:11.815Z Downloaded typed-path v0.9.3
12542026-04-28T20:04:11.819Z Downloaded unicode-normalization v0.1.25
12552026-04-28T20:04:11.819Z Downloaded goblin v0.10.5
12562026-04-28T20:04:11.819Z Downloaded tokio-util v0.7.18
12572026-04-28T20:04:11.819Z Downloaded zip v4.6.1
12582026-04-28T20:04:11.819Z Downloaded tower-http v0.6.8
12592026-04-28T20:04:11.819Z Downloaded tough v0.20.0
12602026-04-28T20:04:11.823Z Downloaded proptest v1.10.0
12612026-04-28T20:04:11.828Z Downloaded petname v2.0.2
12622026-04-28T20:04:11.831Z Downloaded moka v0.12.13
12632026-04-28T20:04:11.836Z Downloaded object v0.30.4
12642026-04-28T20:04:11.842Z Downloaded serde_with v3.17.0
12652026-04-28T20:04:11.848Z Downloaded rustls-webpki v0.102.8
12662026-04-28T20:04:11.860Z Downloaded nix v0.27.1
12672026-04-28T20:04:11.867Z Downloaded lalrpop v0.19.12
12682026-04-28T20:04:11.872Z Downloaded curve25519-dalek v4.1.3
12692026-04-28T20:04:11.881Z Downloaded winnow v0.6.26
12702026-04-28T20:04:11.894Z Downloaded quinn-proto v0.11.13
12712026-04-28T20:04:11.898Z Downloaded openssl v0.10.75
12722026-04-28T20:04:11.904Z Downloaded winnow v0.5.40
12732026-04-28T20:04:11.909Z Downloaded radix_trie v0.2.1
12742026-04-28T20:04:11.926Z Downloaded tabled v0.20.0
12752026-04-28T20:04:11.936Z Downloaded polar-core v0.27.3
12762026-04-28T20:04:11.941Z Downloaded nix v0.29.0
12772026-04-28T20:04:11.947Z Downloaded time v0.3.47
12782026-04-28T20:04:11.954Z Downloaded dropshot v0.17.0
12792026-04-28T20:04:11.968Z Downloaded rustls v0.21.12
12802026-04-28T20:04:11.974Z Downloaded regex-syntax v0.6.29
12812026-04-28T20:04:11.978Z Downloaded bstr v1.12.1
12822026-04-28T20:04:11.983Z Downloaded zlib-rs v0.6.2
12832026-04-28T20:04:11.987Z Downloaded vcpkg v0.2.15
12842026-04-28T20:04:12.010Z Downloaded webpki-roots v1.0.6
12852026-04-28T20:04:12.013Z Downloaded hickory-proto v0.24.4
12862026-04-28T20:04:12.023Z Downloaded zerocopy v0.8.40
12872026-04-28T20:04:12.026Z Downloaded diesel v2.3.7
12882026-04-28T20:04:12.038Z Downloaded rustls v0.23.37
12892026-04-28T20:04:12.044Z Downloaded regex-syntax v0.8.10
12902026-04-28T20:04:12.049Z Downloaded rustls v0.22.4
12912026-04-28T20:04:12.058Z Downloaded smoltcp v0.11.0
12922026-04-28T20:04:12.065Z Downloaded rustix v0.38.44
12932026-04-28T20:04:12.080Z Downloaded openapiv3 v2.2.0
12942026-04-28T20:04:12.083Z Downloaded hickory-proto v0.25.2
12952026-04-28T20:04:12.092Z Downloaded sqlparser v0.61.0
12962026-04-28T20:04:12.099Z Downloaded regress v0.10.5
12972026-04-28T20:04:12.103Z Downloaded nix v0.31.2
12982026-04-28T20:04:12.110Z Downloaded object v0.37.3
12992026-04-28T20:04:12.118Z Downloaded dropshot v0.16.7
13002026-04-28T20:04:12.130Z Downloaded smoltcp v0.9.1
13012026-04-28T20:04:12.136Z Downloaded typify-impl v0.6.1
13022026-04-28T20:04:12.146Z Downloaded csv v1.4.0
13032026-04-28T20:04:12.157Z Downloaded nix v0.28.0
13042026-04-28T20:04:12.174Z Downloaded sled v0.34.7
13052026-04-28T20:04:12.180Z Downloaded zerocopy-derive v0.6.6
13062026-04-28T20:04:12.186Z Downloaded ratatui v0.29.0
13072026-04-28T20:04:12.197Z Downloaded typify-impl v0.4.3
13082026-04-28T20:04:12.206Z Downloaded tracing v0.1.44
13092026-04-28T20:04:12.218Z Downloaded bzip2-sys v0.1.13+1.0.8
13102026-04-28T20:04:12.228Z Downloaded jiff v0.2.21
13112026-04-28T20:04:12.236Z Downloaded regex-automata v0.4.14
13122026-04-28T20:04:12.253Z Downloaded libz-sys v1.1.24
13132026-04-28T20:04:12.266Z Downloaded petgraph v0.6.5
13142026-04-28T20:04:12.277Z Downloaded chrono-tz v0.10.4
13152026-04-28T20:04:12.287Z Downloaded tokio v1.52.1
13162026-04-28T20:04:12.311Z Downloaded petgraph v0.8.3
13172026-04-28T20:04:12.338Z Downloaded sha3 v0.10.8
13182026-04-28T20:04:12.342Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13192026-04-28T20:04:12.364Z Downloaded encoding_rs v0.8.35
13202026-04-28T20:04:12.399Z Downloaded libgit2-sys v0.18.3+1.9.2
13212026-04-28T20:04:12.441Z Downloaded ring v0.17.14
13222026-04-28T20:04:12.965Z Downloaded aws-lc-sys v0.37.1
13232026-04-28T20:04:13.217Z Compiling libc v0.2.185
13242026-04-28T20:04:13.217Z Compiling serde v1.0.228
13252026-04-28T20:04:13.217Z Compiling log v0.4.29
13262026-04-28T20:04:13.217Z Compiling find-msvc-tools v0.1.9
13272026-04-28T20:04:13.220Z Compiling shlex v1.3.0
13282026-04-28T20:04:13.220Z Compiling smallvec v1.15.1
13292026-04-28T20:04:13.220Z Compiling typenum v1.19.0
13302026-04-28T20:04:13.220Z Compiling subtle v2.6.1
13312026-04-28T20:04:13.402Z Compiling generic-array v0.14.7
13322026-04-28T20:04:13.412Z Compiling scopeguard v1.2.0
13332026-04-28T20:04:13.416Z Compiling const-oid v0.9.6
13342026-04-28T20:04:13.479Z Compiling portable-atomic v1.13.1
13352026-04-28T20:04:13.494Z Compiling syn v2.0.117
13362026-04-28T20:04:13.497Z Compiling zerocopy v0.8.40
13372026-04-28T20:04:13.497Z Compiling serde_json v1.0.149
13382026-04-28T20:04:13.497Z Compiling critical-section v1.2.0
13392026-04-28T20:04:13.556Z Compiling lock_api v0.4.14
13402026-04-28T20:04:13.569Z Compiling parking_lot_core v0.9.12
13412026-04-28T20:04:13.590Z Compiling pin-project-lite v0.2.17
13422026-04-28T20:04:13.605Z Compiling pkg-config v0.3.32
13432026-04-28T20:04:13.608Z Compiling bitflags v2.11.0
13442026-04-28T20:04:13.634Z Compiling libm v0.2.16
13452026-04-28T20:04:13.724Z Compiling num-traits v0.2.19
13462026-04-28T20:04:13.784Z Compiling futures-core v0.3.32
13472026-04-28T20:04:13.799Z Compiling percent-encoding v2.3.2
13482026-04-28T20:04:13.884Z Compiling allocator-api2 v0.2.21
13492026-04-28T20:04:13.900Z Compiling futures-sink v0.3.32
13502026-04-28T20:04:13.942Z Compiling cpufeatures v0.2.17
13512026-04-28T20:04:13.946Z Compiling foldhash v0.2.0
13522026-04-28T20:04:14.027Z Compiling getrandom v0.4.1
13532026-04-28T20:04:14.044Z Compiling futures-channel v0.3.32
13542026-04-28T20:04:14.059Z Compiling futures-task v0.3.32
13552026-04-28T20:04:14.088Z Compiling slab v0.4.12
13562026-04-28T20:04:14.093Z Compiling futures-io v0.3.32
13572026-04-28T20:04:14.176Z Compiling rand_core v0.10.0
13582026-04-28T20:04:14.225Z Compiling hashbrown v0.16.1
13592026-04-28T20:04:14.257Z Compiling rustversion v1.0.22
13602026-04-28T20:04:14.274Z Compiling getrandom v0.3.4
13612026-04-28T20:04:14.289Z Compiling form_urlencoded v1.2.2
13622026-04-28T20:04:14.307Z Compiling ident_case v1.0.1
13632026-04-28T20:04:14.312Z Compiling getrandom v0.2.17
13642026-04-28T20:04:14.318Z Compiling jobserver v0.1.34
13652026-04-28T20:04:14.324Z Compiling errno v0.3.14
13662026-04-28T20:04:14.395Z Compiling mio v1.2.0
13672026-04-28T20:04:14.409Z Compiling socket2 v0.6.3
13682026-04-28T20:04:14.472Z Compiling rand_core v0.6.4
13692026-04-28T20:04:14.492Z Compiling signal-hook-registry v1.4.8
13702026-04-28T20:04:14.592Z Compiling cc v1.2.56
13712026-04-28T20:04:14.630Z Compiling once_cell v1.21.3
13722026-04-28T20:04:14.647Z Compiling parking_lot v0.12.5
13732026-04-28T20:04:14.701Z Compiling dunce v1.0.5
13742026-04-28T20:04:14.761Z Compiling fs_extra v1.3.0
13752026-04-28T20:04:14.776Z Compiling base64ct v1.8.3
13762026-04-28T20:04:14.789Z Compiling indexmap v2.13.0
13772026-04-28T20:04:14.804Z Compiling flagset v0.4.7
13782026-04-28T20:04:14.818Z Compiling rustix v1.1.3
13792026-04-28T20:04:14.853Z Compiling iana-time-zone v0.1.65
13802026-04-28T20:04:14.870Z Compiling uuid v1.23.0
13812026-04-28T20:04:14.884Z Compiling rustc_version v0.4.1
13822026-04-28T20:04:14.908Z Compiling aws-lc-rs v1.16.0
13832026-04-28T20:04:15.058Z Compiling pem-rfc7468 v0.7.0
13842026-04-28T20:04:15.074Z Compiling regex-syntax v0.8.10
13852026-04-28T20:04:15.103Z Compiling vcpkg v0.2.15
13862026-04-28T20:04:15.119Z Compiling tracing-core v0.1.36
13872026-04-28T20:04:15.136Z Compiling httparse v1.10.1
13882026-04-28T20:04:15.236Z Compiling schemars v0.8.22
13892026-04-28T20:04:15.252Z Compiling base64 v0.22.1
13902026-04-28T20:04:15.344Z Compiling rand_core v0.9.5
13912026-04-28T20:04:15.403Z Compiling cmake v0.1.57
13922026-04-28T20:04:15.414Z Compiling openssl-probe v0.2.1
13932026-04-28T20:04:15.414Z Compiling untrusted v0.7.1
13942026-04-28T20:04:15.470Z Compiling untrusted v0.9.0
13952026-04-28T20:04:15.508Z Compiling tower-layer v0.3.3
13962026-04-28T20:04:15.547Z Compiling try-lock v0.2.5
13972026-04-28T20:04:15.588Z Compiling dyn-clone v1.0.20
13982026-04-28T20:04:15.630Z Compiling tinyvec_macros v0.1.1
13992026-04-28T20:04:15.631Z Compiling rustls v0.23.37
14002026-04-28T20:04:15.659Z Compiling atomic-waker v1.1.2
14012026-04-28T20:04:15.659Z Compiling tower-service v0.3.3
14022026-04-28T20:04:15.659Z Compiling want v0.3.1
14032026-04-28T20:04:15.718Z Compiling tinyvec v1.10.0
14042026-04-28T20:04:15.718Z Compiling spin v0.9.8
14052026-04-28T20:04:15.721Z Compiling aho-corasick v1.1.4
14062026-04-28T20:04:15.763Z Compiling httpdate v1.0.3
14072026-04-28T20:04:15.778Z Compiling openssl v0.10.75
14082026-04-28T20:04:15.794Z Compiling time-core v0.1.8
14092026-04-28T20:04:15.812Z Compiling foreign-types-shared v0.1.1
14102026-04-28T20:04:15.817Z Compiling crc32fast v1.5.0
14112026-04-28T20:04:15.841Z Compiling num-conv v0.2.0
14122026-04-28T20:04:15.887Z Compiling powerfmt v0.2.0
14132026-04-28T20:04:15.903Z Compiling pin-utils v0.1.0
14142026-04-28T20:04:15.915Z Compiling foreign-types v0.3.2
14152026-04-28T20:04:15.962Z Compiling wait-timeout v0.2.1
14162026-04-28T20:04:15.980Z Compiling syn v1.0.109
14172026-04-28T20:04:15.997Z Compiling time-macros v0.2.27
14182026-04-28T20:04:15.997Z Compiling num_threads v0.1.7
14192026-04-28T20:04:16.025Z Compiling simd-adler32 v0.3.8
14202026-04-28T20:04:16.041Z Compiling native-tls v0.2.18
14212026-04-28T20:04:16.044Z Compiling deranged v0.5.8
14222026-04-28T20:04:16.045Z Compiling quick-error v1.2.3
14232026-04-28T20:04:16.105Z Compiling crossbeam-utils v0.8.21
14242026-04-28T20:04:16.119Z Compiling siphasher v1.0.2
14252026-04-28T20:04:16.119Z Compiling bit-vec v0.8.0
14262026-04-28T20:04:16.195Z Compiling usdt-impl v0.6.0
14272026-04-28T20:04:16.254Z Compiling aws-lc-sys v0.37.1
14282026-04-28T20:04:16.269Z Compiling ring v0.17.14
14292026-04-28T20:04:16.284Z Compiling openssl-sys v0.9.111
14302026-04-28T20:04:16.303Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14312026-04-28T20:04:16.342Z Compiling bit-set v0.8.0
14322026-04-28T20:04:16.382Z Compiling bzip2-sys v0.1.13+1.0.8
14332026-04-28T20:04:16.405Z Compiling tempfile v3.25.0
14342026-04-28T20:04:16.434Z Compiling unicode-normalization v0.1.25
14352026-04-28T20:04:16.480Z Compiling rand_xorshift v0.4.0
14362026-04-28T20:04:16.497Z Compiling slog v2.8.2
14372026-04-28T20:04:16.539Z Compiling synstructure v0.13.2
14382026-04-28T20:04:16.684Z Compiling pest_generator v2.8.6
14392026-04-28T20:04:16.706Z Compiling serde_derive_internals v0.29.1
14402026-04-28T20:04:16.723Z Compiling darling_core v0.20.11
14412026-04-28T20:04:16.723Z Compiling regex-automata v0.4.14
14422026-04-28T20:04:16.823Z Compiling rusty-fork v0.3.1
14432026-04-28T20:04:16.939Z Compiling darling_core v0.21.3
14442026-04-28T20:04:17.134Z Compiling heapless v0.7.17
14452026-04-28T20:04:17.165Z Compiling time v0.3.47
14462026-04-28T20:04:17.181Z Compiling thread-id v5.1.0
14472026-04-28T20:04:17.199Z Compiling sync_wrapper v1.0.2
14482026-04-28T20:04:17.278Z Compiling cookie v0.18.1
14492026-04-28T20:04:17.327Z Compiling adler2 v2.0.1
14502026-04-28T20:04:17.415Z Compiling unarray v0.1.4
14512026-04-28T20:04:17.431Z Compiling anyhow v1.0.102
14522026-04-28T20:04:17.482Z Compiling zstd-safe v7.2.4
14532026-04-28T20:04:17.498Z Compiling paste v1.0.15
14542026-04-28T20:04:17.547Z Compiling signal-hook v0.3.18
14552026-04-28T20:04:17.582Z Compiling unicode-properties v0.1.4
14562026-04-28T20:04:17.594Z Compiling unicode-bidi v0.3.18
14572026-04-28T20:04:17.708Z Compiling miniz_oxide v0.8.9
14582026-04-28T20:04:17.833Z Compiling num-integer v0.1.46
14592026-04-28T20:04:17.888Z Compiling vergen-lib v0.1.6
14602026-04-28T20:04:18.022Z Compiling stringprep v0.1.5
14612026-04-28T20:04:18.085Z Compiling curve25519-dalek v4.1.3
14622026-04-28T20:04:18.152Z Compiling ff v0.13.1
14632026-04-28T20:04:18.186Z Compiling hash32 v0.2.1
14642026-04-28T20:04:18.306Z Compiling memoffset v0.9.1
14652026-04-28T20:04:18.320Z Compiling base16ct v0.2.0
14662026-04-28T20:04:18.335Z Compiling serde_derive v1.0.228
14672026-04-28T20:04:18.350Z Compiling zeroize_derive v1.4.3
14682026-04-28T20:04:18.400Z Compiling zerofrom-derive v0.1.6
14692026-04-28T20:04:18.440Z Compiling yoke-derive v0.8.1
14702026-04-28T20:04:18.492Z Compiling zerocopy-derive v0.8.40
14712026-04-28T20:04:18.513Z Compiling zerovec-derive v0.11.2
14722026-04-28T20:04:18.527Z Compiling displaydoc v0.2.5
14732026-04-28T20:04:18.543Z Compiling tokio-macros v2.7.0
14742026-04-28T20:04:18.830Z Compiling futures-macro v0.3.32
14752026-04-28T20:04:19.082Z Compiling zeroize v1.8.2
14762026-04-28T20:04:19.121Z Compiling der_derive v0.7.3
14772026-04-28T20:04:19.342Z Compiling thiserror-impl v2.0.18
14782026-04-28T20:04:19.357Z Compiling rustls-pki-types v1.14.0
14792026-04-28T20:04:19.566Z Compiling tracing-attributes v0.1.31
14802026-04-28T20:04:19.669Z Compiling futures-util v0.3.32
14812026-04-28T20:04:19.720Z Compiling pest_derive v2.8.6
14822026-04-28T20:04:19.748Z Compiling scroll_derive v0.13.1
14832026-04-28T20:04:19.844Z Compiling crypto-common v0.1.7
14842026-04-28T20:04:19.898Z Compiling zerofrom v0.1.6
14852026-04-28T20:04:19.920Z Compiling block-buffer v0.10.4
14862026-04-28T20:04:20.011Z Compiling yoke v0.8.1
14872026-04-28T20:04:20.037Z Compiling block-padding v0.3.3
14882026-04-28T20:04:20.105Z Compiling digest v0.10.7
14892026-04-28T20:04:20.148Z Compiling der v0.7.10
14902026-04-28T20:04:20.193Z Compiling zerovec v0.11.5
14912026-04-28T20:04:20.217Z Compiling zerotrie v0.2.3
14922026-04-28T20:04:20.225Z Compiling inout v0.1.4
14932026-04-28T20:04:20.386Z Compiling hmac v0.12.1
14942026-04-28T20:04:20.428Z Compiling cipher v0.4.4
14952026-04-28T20:04:20.549Z Compiling sha2 v0.10.9
14962026-04-28T20:04:20.564Z Compiling pbkdf2 v0.12.2
14972026-04-28T20:04:20.601Z Compiling schemars_derive v0.8.22
14982026-04-28T20:04:20.705Z Compiling tinystr v0.8.2
14992026-04-28T20:04:20.715Z Compiling potential_utf v0.1.4
15002026-04-28T20:04:20.730Z Compiling salsa20 v0.10.2
15012026-04-28T20:04:20.756Z Compiling thiserror v2.0.18
15022026-04-28T20:04:20.868Z Compiling icu_locale_core v2.1.1
15032026-04-28T20:04:20.891Z Compiling icu_collections v2.1.1
15042026-04-28T20:04:20.907Z Compiling scrypt v0.11.0
15052026-04-28T20:04:20.923Z Compiling cbc v0.1.2
15062026-04-28T20:04:20.971Z Compiling aes v0.8.4
15072026-04-28T20:04:20.987Z Compiling tracing v0.1.44
15082026-04-28T20:04:21.048Z Compiling spki v0.7.3
15092026-04-28T20:04:21.177Z Compiling scroll v0.13.0
15102026-04-28T20:04:21.272Z Compiling darling_macro v0.20.11
15112026-04-28T20:04:21.304Z Compiling openssl-macros v0.1.1
15122026-04-28T20:04:21.411Z Compiling pkcs5 v0.7.1
15132026-04-28T20:04:21.425Z Compiling goblin v0.10.5
15142026-04-28T20:04:21.466Z Compiling dtrace-parser v0.3.0
15152026-04-28T20:04:21.660Z Compiling icu_provider v2.1.1
15162026-04-28T20:04:21.785Z Compiling pkcs8 v0.10.2
15172026-04-28T20:04:21.803Z Compiling darling v0.20.11
15182026-04-28T20:04:21.902Z Compiling bytes v1.11.1
15192026-04-28T20:04:21.922Z Compiling icu_normalizer v2.1.1
15202026-04-28T20:04:21.936Z Compiling icu_properties v2.1.2
15212026-04-28T20:04:21.940Z Compiling chrono v0.4.44
15222026-04-28T20:04:21.988Z Compiling ipnet v2.11.0
15232026-04-28T20:04:22.003Z Compiling derive_builder_core v0.20.2
15242026-04-28T20:04:22.050Z Compiling signature v2.2.0
15252026-04-28T20:04:22.077Z Compiling rustls-native-certs v0.8.3
15262026-04-28T20:04:22.117Z Compiling scroll_derive v0.12.1
15272026-04-28T20:04:22.244Z Compiling thiserror-impl v1.0.69
15282026-04-28T20:04:22.260Z Compiling erased-serde v0.3.31
15292026-04-28T20:04:22.379Z Compiling tokio v1.52.1
15302026-04-28T20:04:22.473Z Compiling http v1.4.0
15312026-04-28T20:04:22.510Z Compiling serde_tokenstream v0.2.3
15322026-04-28T20:04:22.527Z Compiling toml_datetime v0.6.11
15332026-04-28T20:04:22.756Z Compiling serde_spanned v0.6.9
15342026-04-28T20:04:22.805Z Compiling md-5 v0.10.6
15352026-04-28T20:04:22.819Z Compiling idna_adapter v1.2.1
15362026-04-28T20:04:22.836Z Compiling scroll v0.12.0
15372026-04-28T20:04:22.894Z Compiling ppv-lite86 v0.2.21
15382026-04-28T20:04:22.919Z Compiling derive_builder_macro v0.20.2
15392026-04-28T20:04:22.939Z Compiling idna v1.1.0
15402026-04-28T20:04:22.972Z Compiling webpki-roots v1.0.6
15412026-04-28T20:04:22.980Z Compiling darling_macro v0.21.3
15422026-04-28T20:04:23.095Z Compiling zerocopy-derive v0.7.35
15432026-04-28T20:04:23.106Z Compiling smoltcp v0.9.1
15442026-04-28T20:04:23.122Z Compiling http-body v1.0.1
15452026-04-28T20:04:23.125Z Compiling ryu v1.0.23
15462026-04-28T20:04:23.230Z Compiling url v2.5.8
15472026-04-28T20:04:23.320Z Compiling rand_chacha v0.9.0
15482026-04-28T20:04:23.329Z Compiling http-body-util v0.1.3
15492026-04-28T20:04:23.349Z Compiling rand_chacha v0.3.1
15502026-04-28T20:04:23.435Z Compiling zlib-rs v0.6.2
15512026-04-28T20:04:23.457Z Compiling cfg_aliases v0.2.1
15522026-04-28T20:04:23.470Z Compiling ref-cast v1.0.25
15532026-04-28T20:04:23.497Z Compiling psl-types v2.0.11
15542026-04-28T20:04:23.509Z Compiling rand v0.9.2
15552026-04-28T20:04:23.562Z Compiling rustix v0.38.44
15562026-04-28T20:04:23.568Z Compiling thiserror v1.0.69
15572026-04-28T20:04:23.593Z Compiling litrs v1.0.0
15582026-04-28T20:04:23.622Z Compiling fallible-iterator v0.2.0
15592026-04-28T20:04:23.657Z Compiling num-bigint-dig v0.8.6
15602026-04-28T20:04:23.725Z Compiling iri-string v0.7.10
15612026-04-28T20:04:23.991Z Compiling publicsuffix v2.3.0
15622026-04-28T20:04:24.005Z Compiling rand v0.8.5
15632026-04-28T20:04:24.079Z Compiling zerocopy v0.7.35
15642026-04-28T20:04:24.109Z Compiling nix v0.31.2
15652026-04-28T20:04:24.122Z Compiling darling v0.21.3
15662026-04-28T20:04:24.140Z Compiling dof v0.4.0
15672026-04-28T20:04:24.198Z Compiling proptest v1.10.0
15682026-04-28T20:04:24.227Z Compiling document-features v0.2.12
15692026-04-28T20:04:24.243Z Compiling postgres-protocol v0.6.10
15702026-04-28T20:04:24.443Z Compiling derive_builder v0.20.2
15712026-04-28T20:04:24.508Z Compiling serde_urlencoded v0.7.1
15722026-04-28T20:04:24.581Z Compiling goblin v0.8.2
15732026-04-28T20:04:24.655Z Compiling ipnetwork v0.21.1
15742026-04-28T20:04:24.775Z Compiling sec1 v0.7.3
15752026-04-28T20:04:24.822Z Compiling cargo-platform v0.1.9
15762026-04-28T20:04:24.838Z Compiling hubpack_derive v0.1.1
15772026-04-28T20:04:24.859Z Compiling hkdf v0.12.4
15782026-04-28T20:04:25.042Z Compiling oxnet v0.1.4
15792026-04-28T20:04:25.075Z Compiling crypto-bigint v0.5.5
15802026-04-28T20:04:25.095Z Compiling regex v1.12.3
15812026-04-28T20:04:25.310Z Compiling async-trait v0.1.89
15822026-04-28T20:04:25.315Z Compiling ref-cast-impl v1.0.25
15832026-04-28T20:04:25.333Z Compiling curve25519-dalek-derive v0.1.1
15842026-04-28T20:04:25.375Z Compiling strum_macros v0.27.2
15852026-04-28T20:04:25.462Z Compiling daft-derive v0.1.5
15862026-04-28T20:04:25.514Z Compiling group v0.13.0
15872026-04-28T20:04:25.590Z Compiling num-iter v0.1.45
15882026-04-28T20:04:25.742Z Compiling terminal_size v0.4.3
15892026-04-28T20:04:25.788Z Compiling phf_shared v0.13.1
15902026-04-28T20:04:25.893Z Compiling lazy_static v1.5.0
15912026-04-28T20:04:25.913Z Compiling vergen v9.0.6
15922026-04-28T20:04:26.006Z Compiling fs-err v3.3.0
15932026-04-28T20:04:26.020Z Compiling ahash v0.8.12
15942026-04-28T20:04:26.049Z Compiling foldhash v0.1.5
15952026-04-28T20:04:26.115Z Compiling object v0.37.3
15962026-04-28T20:04:26.118Z Compiling unicode-segmentation v1.12.0
15972026-04-28T20:04:26.118Z Compiling winnow v0.5.40
15982026-04-28T20:04:26.214Z Compiling tokio-util v0.7.18
15992026-04-28T20:04:26.230Z Compiling tower v0.5.3
16002026-04-28T20:04:26.266Z Compiling tokio-native-tls v0.3.1
16012026-04-28T20:04:26.269Z Compiling managed v0.8.0
16022026-04-28T20:04:26.277Z Compiling bitflags v1.3.2
16032026-04-28T20:04:26.364Z Compiling flate2 v1.1.9
16042026-04-28T20:04:26.383Z Compiling bumpalo v3.20.2
16052026-04-28T20:04:26.395Z Compiling libbz2-rs-sys v0.2.2
16062026-04-28T20:04:26.567Z Compiling newtype-uuid v1.3.2
16072026-04-28T20:04:26.639Z Compiling zopfli v0.8.3
16082026-04-28T20:04:26.655Z Compiling tower-http v0.6.8
16092026-04-28T20:04:26.743Z Compiling hashbrown v0.15.5
16102026-04-28T20:04:26.770Z Compiling clap_builder v4.5.60
16112026-04-28T20:04:26.796Z Compiling daft v0.1.5
16122026-04-28T20:04:26.926Z Compiling h2 v0.4.13
16132026-04-28T20:04:27.084Z Compiling dof v0.3.0
16142026-04-28T20:04:27.100Z Compiling bzip2 v0.6.1
16152026-04-28T20:04:27.104Z Compiling elliptic-curve v0.13.8
16162026-04-28T20:04:27.306Z Compiling phf v0.13.1
16172026-04-28T20:04:27.322Z Compiling signal-hook-mio v0.2.5
16182026-04-28T20:04:27.403Z Compiling strum v0.27.2
16192026-04-28T20:04:27.464Z Compiling toml_edit v0.19.15
16202026-04-28T20:04:27.464Z Compiling cargo_metadata v0.19.2
16212026-04-28T20:04:27.494Z Compiling usdt-attr-macro v0.6.0
16222026-04-28T20:04:27.548Z Compiling usdt-macro v0.6.0
16232026-04-28T20:04:27.563Z Compiling cookie_store v0.22.1
16242026-04-28T20:04:27.577Z Compiling hubpack v0.1.2
16252026-04-28T20:04:27.814Z Compiling bzip2 v0.4.4
16262026-04-28T20:04:27.837Z Compiling postgres-types v0.2.12
16272026-04-28T20:04:27.851Z Compiling zstd v0.13.3
16282026-04-28T20:04:28.099Z Compiling serde_with_macros v3.17.0
16292026-04-28T20:04:28.175Z Compiling dtrace-parser v0.2.0
16302026-04-28T20:04:28.205Z Compiling ed25519 v2.2.3
16312026-04-28T20:04:28.262Z Compiling pkcs1 v0.7.5
16322026-04-28T20:04:28.383Z Compiling serde-big-array v0.5.1
16332026-04-28T20:04:28.383Z Compiling hex v0.4.3
16342026-04-28T20:04:28.452Z Compiling rfc6979 v0.4.0
16352026-04-28T20:04:28.546Z Compiling bstr v1.12.1
16362026-04-28T20:04:28.594Z Compiling enum-as-inner v0.6.1
16372026-04-28T20:04:28.762Z Compiling clap_derive v4.5.55
16382026-04-28T20:04:28.770Z Compiling strum_macros v0.26.4
16392026-04-28T20:04:28.907Z Compiling serde_repr v0.1.20
16402026-04-28T20:04:29.015Z Compiling phf_shared v0.11.3
16412026-04-28T20:04:29.141Z Compiling float-cmp v0.10.0
16422026-04-28T20:04:29.184Z Compiling thread-id v4.2.2
16432026-04-28T20:04:29.233Z Compiling memmap2 v0.9.10
16442026-04-28T20:04:29.274Z Compiling env_filter v1.0.0
16452026-04-28T20:04:29.289Z Compiling encoding_rs v0.8.35
16462026-04-28T20:04:29.328Z Compiling whoami v2.1.0
16472026-04-28T20:04:29.346Z Compiling precomputed-hash v0.1.1
16482026-04-28T20:04:29.352Z Compiling keccak v0.1.6
16492026-04-28T20:04:29.446Z Compiling jiff v0.2.21
16502026-04-28T20:04:29.466Z Compiling normalize-line-endings v0.3.0
16512026-04-28T20:04:29.481Z Compiling fixedbitset v0.5.7
16522026-04-28T20:04:29.582Z Compiling data-encoding v2.10.0
16532026-04-28T20:04:29.610Z Compiling static_assertions v1.1.0
16542026-04-28T20:04:29.701Z Compiling rustc-hash v2.1.1
16552026-04-28T20:04:29.734Z Compiling mime v0.3.17
16562026-04-28T20:04:29.814Z Compiling either v1.15.0
16572026-04-28T20:04:29.847Z Compiling predicates-core v1.0.10
16582026-04-28T20:04:29.918Z Compiling fixedbitset v0.4.2
16592026-04-28T20:04:30.015Z Compiling hyper v1.8.1
16602026-04-28T20:04:30.041Z Compiling difflib v0.4.0
16612026-04-28T20:04:30.063Z Compiling new_debug_unreachable v1.0.6
16622026-04-28T20:04:30.156Z Compiling string_cache v0.8.9
16632026-04-28T20:04:30.167Z Compiling petgraph v0.6.5
16642026-04-28T20:04:30.221Z Compiling itertools v0.13.0
16652026-04-28T20:04:30.250Z Compiling hickory-proto v0.25.2
16662026-04-28T20:04:30.318Z Compiling predicates v3.1.4
16672026-04-28T20:04:30.365Z Compiling iddqd v0.3.18
16682026-04-28T20:04:30.421Z Compiling petgraph v0.8.3
16692026-04-28T20:04:30.595Z Compiling strum v0.26.3
16702026-04-28T20:04:30.611Z Compiling clap v4.5.60
16712026-04-28T20:04:30.646Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16722026-04-28T20:04:30.711Z Compiling toml_edit v0.22.27
16732026-04-28T20:04:30.746Z Compiling tokio-postgres v0.7.16
16742026-04-28T20:04:30.881Z Compiling sha3 v0.10.8
16752026-04-28T20:04:31.034Z Compiling env_logger v0.11.9
16762026-04-28T20:04:31.053Z Compiling usdt v0.6.0
16772026-04-28T20:04:31.342Z Compiling hyper-util v0.1.20
16782026-04-28T20:04:31.359Z Compiling serde_with v3.17.0
16792026-04-28T20:04:31.412Z Compiling usdt-impl v0.5.0
16802026-04-28T20:04:31.523Z Compiling crossterm v0.28.1
16812026-04-28T20:04:31.567Z Compiling similar v2.7.0
16822026-04-28T20:04:31.657Z Compiling toml v0.7.8
16832026-04-28T20:04:31.728Z Compiling ecdsa v0.16.9
16842026-04-28T20:04:32.019Z Compiling rsa v0.9.10
16852026-04-28T20:04:32.134Z Compiling zip v4.6.1
16862026-04-28T20:04:32.284Z Compiling ed25519-dalek v2.2.0
16872026-04-28T20:04:32.850Z Compiling hyper-tls v0.6.0
16882026-04-28T20:04:32.860Z Compiling zip v0.6.6
16892026-04-28T20:04:32.972Z Compiling tokio-stream v0.1.18
16902026-04-28T20:04:33.113Z Compiling heck v0.4.1
16912026-04-28T20:04:33.132Z Compiling buf-list v1.1.2
16922026-04-28T20:04:33.132Z Compiling toml_parser v1.0.9+spec-1.1.0
16932026-04-28T20:04:33.331Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16942026-04-28T20:04:33.360Z Compiling openapiv3 v2.2.0
16952026-04-28T20:04:33.429Z Compiling x509-cert v0.2.5
16962026-04-28T20:04:33.443Z Compiling sha1 v0.10.6
16972026-04-28T20:04:33.470Z Compiling crossbeam-epoch v0.9.18
16982026-04-28T20:04:33.487Z Compiling toml_datetime v0.7.5+spec-1.1.0
16992026-04-28T20:04:33.487Z Compiling lalrpop-util v0.19.12
17002026-04-28T20:04:33.520Z Compiling peg-runtime v0.8.5
17012026-04-28T20:04:33.705Z Compiling thread_local v1.1.9
17022026-04-28T20:04:33.722Z Compiling slog-async v2.8.0
17032026-04-28T20:04:33.739Z Compiling futures-executor v0.3.32
17042026-04-28T20:04:33.754Z Compiling crossbeam-channel v0.5.15
17052026-04-28T20:04:33.833Z Compiling filetime v0.2.27
17062026-04-28T20:04:33.860Z Compiling is-terminal v0.4.17
17072026-04-28T20:04:33.865Z Compiling xattr v1.6.1
17082026-04-28T20:04:33.868Z Compiling take_mut v0.2.2
17092026-04-28T20:04:33.956Z Compiling term v1.2.1
17102026-04-28T20:04:33.963Z Compiling futures v0.3.32
17112026-04-28T20:04:34.004Z Compiling tar v0.4.45
17122026-04-28T20:04:34.230Z Compiling slog-term v2.9.2
17132026-04-28T20:04:50.288Z Compiling rustls-webpki v0.103.9
17142026-04-28T20:04:53.141Z Compiling tokio-rustls v0.26.4
17152026-04-28T20:04:53.141Z Compiling rustls-platform-verifier v0.6.2
17162026-04-28T20:04:53.430Z Compiling hyper-rustls v0.27.7
17172026-04-28T20:04:53.518Z Compiling reqwest v0.12.28
17182026-04-28T20:04:53.518Z Compiling reqwest v0.13.2
17192026-04-28T20:04:55.544Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17202026-04-28T20:04:55.776Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17212026-04-28T20:04:58.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.62s
17222026-04-28T20:04:58.872Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17232026-04-28T20:04:58.872ZApr 28 20:04:57.727 INFO Starting download, target: Clickhouse
17242026-04-28T20:04:58.872ZApr 28 20:04:57.727 INFO Starting download, target: Cockroach
17252026-04-28T20:04:58.872ZApr 28 20:04:57.727 INFO Starting download, target: DendriteStub
17262026-04-28T20:04:58.872ZApr 28 20:04:57.727 INFO Starting download, target: MaghemiteMgd
17272026-04-28T20:04:58.872ZApr 28 20:04:57.727 INFO Starting download, target: Console
17282026-04-28T20:04:58.872ZApr 28 20:04:57.727 INFO Starting download, target: TransceiverControl
17292026-04-28T20:04:58.872ZApr 28 20:04:57.727 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17302026-04-28T20:04:58.872ZApr 28 20:04:57.728 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17312026-04-28T20:04:58.873ZApr 28 20:04:57.728 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17322026-04-28T20:04:58.873ZApr 28 20:04:57.728 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17332026-04-28T20:04:58.873ZApr 28 20:04:57.728 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17342026-04-28T20:04:58.873ZApr 28 20:04:57.728 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17352026-04-28T20:04:59.118ZApr 28 20:04:58.041 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17362026-04-28T20:04:59.375ZApr 28 20:04:58.282 INFO Download complete, target: TransceiverControl
17372026-04-28T20:04:59.927ZApr 28 20:04:58.843 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17382026-04-28T20:05:00.157ZApr 28 20:04:59.080 INFO Download complete, target: Console
17392026-04-28T20:05:00.169ZApr 28 20:04:59.092 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17402026-04-28T20:05:00.190ZApr 28 20:04:59.116 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17412026-04-28T20:05:00.588ZApr 28 20:04:59.514 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17422026-04-28T20:05:00.978ZApr 28 20:04:59.903 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17432026-04-28T20:05:00.978ZApr 28 20:04:59.903 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17442026-04-28T20:05:02.655ZApr 28 20:05:01.581 INFO Download complete, target: MaghemiteMgd
17452026-04-28T20:05:02.655ZApr 28 20:05:01.581 INFO Download complete, target: DendriteStub
17462026-04-28T20:05:05.761ZApr 28 20:05:04.686 INFO Checking that binary works, target: Cockroach
17472026-04-28T20:05:05.918ZApr 28 20:05:04.844 INFO Download complete, target: Cockroach
17482026-04-28T20:05:07.434ZApr 28 20:05:06.359 INFO Checking that binary works, target: Clickhouse
17492026-04-28T20:05:07.521ZApr 28 20:05:06.447 INFO Download complete, target: Clickhouse
17502026-04-28T20:05:07.527ZAll prerequisites installed successfully
17512026-04-28T20:05:07.530Z
17522026-04-28T20:05:07.530Zreal 2:49.783111271
17532026-04-28T20:05:07.530Zuser 7:18.835865602
17542026-04-28T20:05:07.530Zsys 1:42.539898036
17552026-04-28T20:05:07.531Ztrap 0.266227570
17562026-04-28T20:05:07.531Ztflt 1.433941508
17572026-04-28T20:05:07.531Zdflt 1.976332692
17582026-04-28T20:05:07.531Zkflt 0.032783041
17592026-04-28T20:05:07.531Zlock 22:17.254816432
17602026-04-28T20:05:07.531Zslp 19:37.825798676
17612026-04-28T20:05:07.531Zlat 26.436284754
17622026-04-28T20:05:07.531Zstop 2:52.886635476
17632026-04-28T20:05:07.531Z+ ptime -m cargo xtask download softnpu
17642026-04-28T20:05:08.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17652026-04-28T20:05:08.084Z Running `target/debug/xtask download softnpu`
17662026-04-28T20:05:08.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17672026-04-28T20:05:08.955Z Running `target/debug/xtask-downloader softnpu`
17682026-04-28T20:05:08.982ZApr 28 20:05:07.904 INFO Starting download, target: Softnpu
17692026-04-28T20:05:08.993ZApr 28 20:05:07.905 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17702026-04-28T20:05:09.737ZApr 28 20:05:08.662 INFO Download complete, target: Softnpu
17712026-04-28T20:05:09.740Z
17722026-04-28T20:05:09.744Zreal 2.206521727
17732026-04-28T20:05:09.744Zuser 1.369742170
17742026-04-28T20:05:09.744Zsys 0.658732752
17752026-04-28T20:05:09.744Ztrap 0.000806079
17762026-04-28T20:05:09.744Ztflt 0.000125297
17772026-04-28T20:05:09.744Zdflt 0.000169065
17782026-04-28T20:05:09.744Zkflt 0.000000000
17792026-04-28T20:05:09.745Zlock 14.267058519
17802026-04-28T20:05:09.745Zslp 0.594408962
17812026-04-28T20:05:09.745Zlat 0.079434678
17822026-04-28T20:05:09.745Zstop 0.000177382
17832026-04-28T20:05:09.745Z+ export CARGO_INCREMENTAL=0
17842026-04-28T20:05:09.745Z+ CARGO_INCREMENTAL=0
17852026-04-28T20:05:09.745Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17862026-04-28T20:05:10.636Z Compiling proc-macro2 v1.0.106
17872026-04-28T20:05:10.636Z Compiling quote v1.0.44
17882026-04-28T20:05:10.636Z Compiling unicode-ident v1.0.24
17892026-04-28T20:05:10.636Z Compiling libc v0.2.185
17902026-04-28T20:05:10.641Z Compiling serde_core v1.0.228
17912026-04-28T20:05:10.641Z Compiling serde v1.0.228
17922026-04-28T20:05:10.641Z Compiling cfg-if v1.0.4
17932026-04-28T20:05:10.641Z Compiling version_check v0.9.5
17942026-04-28T20:05:10.641Z Compiling shlex v1.3.0
17952026-04-28T20:05:10.781Z Compiling find-msvc-tools v0.1.9
17962026-04-28T20:05:10.789Z Compiling typenum v1.19.0
17972026-04-28T20:05:10.789Z Compiling autocfg v1.5.0
17982026-04-28T20:05:10.789Z Compiling zmij v1.0.21
17992026-04-28T20:05:10.789Z Compiling serde_json v1.0.149
18002026-04-28T20:05:10.789Z Compiling memchr v2.8.0
18012026-04-28T20:05:11.037Z Compiling portable-atomic v1.13.1
18022026-04-28T20:05:11.094Z Compiling zerocopy v0.8.40
18032026-04-28T20:05:11.128Z Compiling libm v0.2.16
18042026-04-28T20:05:11.132Z Compiling generic-array v0.14.7
18052026-04-28T20:05:11.151Z Compiling smallvec v1.15.1
18062026-04-28T20:05:11.315Z Compiling icu_properties_data v2.1.2
18072026-04-28T20:05:11.364Z Compiling icu_normalizer_data v2.1.1
18082026-04-28T20:05:11.369Z Compiling num-traits v0.2.19
18092026-04-28T20:05:11.379Z Compiling parking_lot_core v0.9.12
18102026-04-28T20:05:11.397Z Compiling itoa v1.0.17
18112026-04-28T20:05:11.458Z Compiling getrandom v0.4.1
18122026-04-28T20:05:11.475Z Compiling log v0.4.29
18132026-04-28T20:05:11.493Z Compiling stable_deref_trait v1.2.1
18142026-04-28T20:05:11.525Z Compiling pkg-config v0.3.32
18152026-04-28T20:05:11.605Z Compiling subtle v2.6.1
18162026-04-28T20:05:11.744Z Compiling scopeguard v1.2.0
18172026-04-28T20:05:11.779Z Compiling jobserver v0.1.34
18182026-04-28T20:05:11.784Z Compiling getrandom v0.2.17
18192026-04-28T20:05:11.864Z Compiling errno v0.3.14
18202026-04-28T20:05:11.897Z Compiling lock_api v0.4.14
18212026-04-28T20:05:11.991Z Compiling rand_core v0.6.4
18222026-04-28T20:05:12.049Z Compiling cc v1.2.56
18232026-04-28T20:05:12.083Z Compiling litemap v0.8.1
18242026-04-28T20:05:12.097Z Compiling writeable v0.6.2
18252026-04-28T20:05:12.115Z Compiling syn v2.0.117
18262026-04-28T20:05:12.132Z Compiling percent-encoding v2.3.2
18272026-04-28T20:05:12.171Z Compiling fnv v1.0.7
18282026-04-28T20:05:12.228Z Compiling thiserror v2.0.18
18292026-04-28T20:05:12.295Z Compiling getrandom v0.3.4
18302026-04-28T20:05:12.295Z Compiling pin-project-lite v0.2.17
18312026-04-28T20:05:12.407Z Compiling critical-section v1.2.0
18322026-04-28T20:05:12.491Z Compiling schemars v0.8.22
18332026-04-28T20:05:12.495Z Compiling rustversion v1.0.22
18342026-04-28T20:05:12.495Z Compiling equivalent v1.0.2
18352026-04-28T20:05:12.555Z Compiling allocator-api2 v0.2.21
18362026-04-28T20:05:12.573Z Compiling utf8_iter v1.0.4
18372026-04-28T20:05:12.576Z Compiling foldhash v0.2.0
18382026-04-28T20:05:12.662Z Compiling rand_core v0.10.0
18392026-04-28T20:05:12.739Z Compiling dunce v1.0.5
18402026-04-28T20:05:12.742Z Compiling fs_extra v1.3.0
18412026-04-28T20:05:12.780Z Compiling form_urlencoded v1.2.2
18422026-04-28T20:05:12.882Z Compiling cmake v0.1.57
18432026-04-28T20:05:12.900Z Compiling hashbrown v0.16.1
18442026-04-28T20:05:12.960Z Compiling once_cell v1.21.3
18452026-04-28T20:05:13.080Z Compiling semver v1.0.27
18462026-04-28T20:05:13.220Z Compiling bitflags v2.11.0
18472026-04-28T20:05:13.237Z Compiling const-oid v0.9.6
18482026-04-28T20:05:13.356Z Compiling signal-hook-registry v1.4.8
18492026-04-28T20:05:13.389Z Compiling rustix v1.1.3
18502026-04-28T20:05:13.404Z Compiling mio v1.2.0
18512026-04-28T20:05:13.429Z Compiling socket2 v0.6.3
18522026-04-28T20:05:13.446Z Compiling ring v0.17.14
18532026-04-28T20:05:13.503Z Compiling aws-lc-sys v0.37.1
18542026-04-28T20:05:13.541Z Compiling indexmap v2.13.0
18552026-04-28T20:05:13.557Z Compiling parking_lot v0.12.5
18562026-04-28T20:05:13.667Z Compiling aws-lc-rs v1.16.0
18572026-04-28T20:05:13.691Z Compiling thiserror v1.0.69
18582026-04-28T20:05:13.707Z Compiling futures-core v0.3.32
18592026-04-28T20:05:13.723Z Compiling strsim v0.11.1
18602026-04-28T20:05:13.878Z Compiling httparse v1.10.1
18612026-04-28T20:05:13.897Z Compiling ucd-trie v0.1.7
18622026-04-28T20:05:13.975Z Compiling byteorder v1.5.0
18632026-04-28T20:05:14.045Z Compiling pest v2.8.6
18642026-04-28T20:05:14.143Z Compiling vcpkg v0.2.15
18652026-04-28T20:05:14.220Z Compiling ident_case v1.0.1
18662026-04-28T20:05:14.237Z Compiling heck v0.5.0
18672026-04-28T20:05:14.241Z Compiling syn v1.0.109
18682026-04-28T20:05:14.272Z Compiling iana-time-zone v0.1.65
18692026-04-28T20:05:14.290Z Compiling uuid v1.23.0
18702026-04-28T20:05:14.322Z Compiling cpufeatures v0.2.17
18712026-04-28T20:05:14.466Z Compiling regex-syntax v0.8.10
18722026-04-28T20:05:14.645Z Compiling rustc_version v0.4.1
18732026-04-28T20:05:14.748Z Compiling futures-sink v0.3.32
18742026-04-28T20:05:14.751Z Compiling openssl-sys v0.9.111
18752026-04-28T20:05:14.780Z Compiling rustls v0.23.37
18762026-04-28T20:05:14.877Z Compiling futures-channel v0.3.32
18772026-04-28T20:05:14.933Z Compiling slab v0.4.12
18782026-04-28T20:05:14.949Z Compiling synstructure v0.13.2
18792026-04-28T20:05:14.968Z Compiling serde_derive_internals v0.29.1
18802026-04-28T20:05:14.968Z Compiling futures-task v0.3.32
18812026-04-28T20:05:15.085Z Compiling futures-io v0.3.32
18822026-04-28T20:05:15.120Z Compiling pest_meta v2.8.6
18832026-04-28T20:05:15.211Z Compiling plain v0.2.3
18842026-04-28T20:05:15.256Z Compiling dyn-clone v1.0.20
18852026-04-28T20:05:15.291Z Compiling aho-corasick v1.1.4
18862026-04-28T20:05:15.327Z Compiling crossbeam-utils v0.8.21
18872026-04-28T20:05:15.361Z Compiling num-conv v0.2.0
18882026-04-28T20:05:15.424Z Compiling time-core v0.1.8
18892026-04-28T20:05:15.516Z Compiling openssl v0.10.75
18902026-04-28T20:05:15.535Z Compiling base64 v0.22.1
18912026-04-28T20:05:15.603Z Compiling time-macros v0.2.27
18922026-04-28T20:05:15.731Z Compiling pest_generator v2.8.6
18932026-04-28T20:05:15.747Z Compiling pretty-hex v0.4.1
18942026-04-28T20:05:15.934Z Compiling crc32fast v1.5.0
18952026-04-28T20:05:15.950Z Compiling base64ct v1.8.3
18962026-04-28T20:05:15.954Z Compiling anyhow v1.0.102
18972026-04-28T20:05:15.969Z Compiling darling_core v0.21.3
18982026-04-28T20:05:16.021Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18992026-04-28T20:05:16.085Z Compiling native-tls v0.2.18
19002026-04-28T20:05:16.089Z Compiling flagset v0.4.7
19012026-04-28T20:05:16.209Z Compiling serde_derive v1.0.228
19022026-04-28T20:05:16.227Z Compiling zeroize_derive v1.4.3
19032026-04-28T20:05:16.250Z Compiling zerofrom-derive v0.1.6
19042026-04-28T20:05:16.267Z Compiling yoke-derive v0.8.1
19052026-04-28T20:05:16.287Z Compiling zerovec-derive v0.11.2
19062026-04-28T20:05:16.306Z Compiling displaydoc v0.2.5
19072026-04-28T20:05:16.322Z Compiling zerocopy-derive v0.8.40
19082026-04-28T20:05:16.387Z Compiling tokio-macros v2.7.0
19092026-04-28T20:05:16.407Z Compiling futures-macro v0.3.32
19102026-04-28T20:05:16.410Z Compiling thiserror-impl v2.0.18
19112026-04-28T20:05:16.584Z Compiling schemars_derive v0.8.22
19122026-04-28T20:05:16.601Z Compiling der_derive v0.7.3
19132026-04-28T20:05:16.714Z Compiling tracing-attributes v0.1.31
19142026-04-28T20:05:16.839Z Compiling zeroize v1.8.2
19152026-04-28T20:05:17.111Z Compiling thiserror-impl v1.0.69
19162026-04-28T20:05:17.230Z Compiling pest_derive v2.8.6
19172026-04-28T20:05:17.246Z Compiling futures-util v0.3.32
19182026-04-28T20:05:17.341Z Compiling regex-automata v0.4.14
19192026-04-28T20:05:17.396Z Compiling zerofrom v0.1.6
19202026-04-28T20:05:17.558Z Compiling yoke v0.8.1
19212026-04-28T20:05:17.684Z Compiling crypto-common v0.1.7
19222026-04-28T20:05:17.747Z Compiling zerovec v0.11.5
19232026-04-28T20:05:17.766Z Compiling zerotrie v0.2.3
19242026-04-28T20:05:17.814Z Compiling block-buffer v0.10.4
19252026-04-28T20:05:17.890Z Compiling block-padding v0.3.3
19262026-04-28T20:05:17.951Z Compiling digest v0.10.7
19272026-04-28T20:05:18.073Z Compiling inout v0.1.4
19282026-04-28T20:05:18.204Z Compiling hmac v0.12.1
19292026-04-28T20:05:18.267Z Compiling cipher v0.4.4
19302026-04-28T20:05:18.278Z Compiling sha2 v0.10.9
19312026-04-28T20:05:18.278Z Compiling rustls-pki-types v1.14.0
19322026-04-28T20:05:18.286Z Compiling scroll_derive v0.12.1
19332026-04-28T20:05:18.304Z Compiling tinystr v0.8.2
19342026-04-28T20:05:18.376Z Compiling potential_utf v0.1.4
19352026-04-28T20:05:18.379Z Compiling scroll_derive v0.13.1
19362026-04-28T20:05:18.528Z Compiling icu_locale_core v2.1.1
19372026-04-28T20:05:18.550Z Compiling icu_collections v2.1.1
19382026-04-28T20:05:18.622Z Compiling openssl-macros v0.1.1
19392026-04-28T20:05:18.789Z Compiling pem-rfc7468 v0.7.0
19402026-04-28T20:05:19.038Z Compiling der v0.7.10
19412026-04-28T20:05:19.150Z Compiling darling_macro v0.21.3
19422026-04-28T20:05:19.238Z Compiling zerocopy-derive v0.7.35
19432026-04-28T20:05:19.295Z Compiling icu_provider v2.1.1
19442026-04-28T20:05:19.324Z Compiling rand_core v0.9.5
19452026-04-28T20:05:19.493Z Compiling bytes v1.11.1
19462026-04-28T20:05:19.566Z Compiling icu_normalizer v2.1.1
19472026-04-28T20:05:19.583Z Compiling icu_properties v2.1.2
19482026-04-28T20:05:19.646Z Compiling chrono v0.4.44
19492026-04-28T20:05:20.026Z Compiling serde_tokenstream v0.2.3
19502026-04-28T20:05:20.050Z Compiling tokio v1.52.1
19512026-04-28T20:05:20.202Z Compiling http v1.4.0
19522026-04-28T20:05:20.255Z Compiling regex v1.12.3
19532026-04-28T20:05:20.564Z Compiling idna_adapter v1.2.1
19542026-04-28T20:05:20.689Z Compiling idna v1.1.0
19552026-04-28T20:05:20.722Z Compiling ppv-lite86 v0.2.21
19562026-04-28T20:05:20.940Z Compiling slog v2.8.2
19572026-04-28T20:05:20.956Z Compiling tracing-core v0.1.36
19582026-04-28T20:05:21.039Z Compiling url v2.5.8
19592026-04-28T20:05:21.080Z Compiling untrusted v0.9.0
19602026-04-28T20:05:21.177Z Compiling spki v0.7.3
19612026-04-28T20:05:21.377Z Compiling tracing v0.1.44
19622026-04-28T20:05:21.404Z Compiling darling v0.21.3
19632026-04-28T20:05:21.448Z Compiling salsa20 v0.10.2
19642026-04-28T20:05:21.464Z Compiling pbkdf2 v0.12.2
19652026-04-28T20:05:21.958Z Compiling cookie v0.18.1
19662026-04-28T20:05:21.993Z Compiling camino v1.2.2
19672026-04-28T20:05:22.053Z Compiling scrypt v0.11.0
19682026-04-28T20:05:22.180Z Compiling rand_chacha v0.9.0
19692026-04-28T20:05:22.212Z Compiling cbc v0.1.2
19702026-04-28T20:05:22.308Z Compiling aes v0.8.4
19712026-04-28T20:05:22.804Z Compiling usdt-impl v0.5.0
19722026-04-28T20:05:22.807Z Compiling usdt-impl v0.6.0
19732026-04-28T20:05:22.841Z Compiling either v1.15.0
19742026-04-28T20:05:22.877Z Compiling winnow v0.7.14
19752026-04-28T20:05:23.054Z Compiling paste v1.0.15
19762026-04-28T20:05:23.068Z Compiling ref-cast v1.0.25
19772026-04-28T20:05:23.230Z Compiling pkcs5 v0.7.1
19782026-04-28T20:05:23.368Z Compiling rand v0.9.2
19792026-04-28T20:05:23.388Z Compiling http-body v1.0.1
19802026-04-28T20:05:23.566Z Compiling toml_datetime v0.6.11
19812026-04-28T20:05:23.583Z Compiling serde_spanned v0.6.9
19822026-04-28T20:05:23.659Z Compiling scroll v0.13.0
19832026-04-28T20:05:23.703Z Compiling scroll v0.12.0
19842026-04-28T20:05:23.761Z Compiling heapless v0.7.17
19852026-04-28T20:05:23.830Z Compiling bzip2-sys v0.1.13+1.0.8
19862026-04-28T20:05:23.859Z Compiling zstd-safe v7.2.4
19872026-04-28T20:05:23.950Z Compiling tokio-util v0.7.18
19882026-04-28T20:05:23.966Z Compiling atomic-waker v1.1.2
19892026-04-28T20:05:24.083Z Compiling openssl-probe v0.2.1
19902026-04-28T20:05:24.123Z Compiling untrusted v0.7.1
19912026-04-28T20:05:24.157Z Compiling signal-hook v0.3.18
19922026-04-28T20:05:24.285Z Compiling toml_parser v1.0.9+spec-1.1.0
19932026-04-28T20:05:24.300Z Compiling goblin v0.8.2
19942026-04-28T20:05:24.362Z Compiling goblin v0.10.5
19952026-04-28T20:05:24.395Z Compiling pkcs8 v0.10.2
19962026-04-28T20:05:24.854Z Compiling zerocopy v0.7.35
19972026-04-28T20:05:24.875Z Compiling ref-cast-impl v1.0.25
19982026-04-28T20:05:24.911Z Compiling curve25519-dalek v4.1.3
19992026-04-28T20:05:24.982Z Compiling darling_core v0.20.11
20002026-04-28T20:05:25.181Z Compiling toml_datetime v0.7.5+spec-1.1.0
20012026-04-28T20:05:25.245Z Compiling memoffset v0.9.1
20022026-04-28T20:05:25.411Z Compiling tower-layer v0.3.3
20032026-04-28T20:05:25.427Z Compiling try-lock v0.2.5
20042026-04-28T20:05:25.469Z Compiling tinyvec_macros v0.1.1
20052026-04-28T20:05:25.555Z Compiling fastrand v2.3.0
20062026-04-28T20:05:25.571Z Compiling tower-service v0.3.3
20072026-04-28T20:05:25.688Z Compiling winnow v0.5.40
20082026-04-28T20:05:26.040Z Compiling litrs v1.0.0
20092026-04-28T20:05:26.043Z Compiling rustix v0.38.44
20102026-04-28T20:05:26.082Z Compiling h2 v0.4.13
20112026-04-28T20:05:26.204Z Compiling want v0.3.1
20122026-04-28T20:05:26.409Z Compiling tinyvec v1.10.0
20132026-04-28T20:05:26.517Z Compiling document-features v0.2.12
20142026-04-28T20:05:26.604Z Compiling dof v0.3.0
20152026-04-28T20:05:26.930Z Compiling darling_macro v0.20.11
20162026-04-28T20:05:27.056Z Compiling dof v0.4.0
20172026-04-28T20:05:27.084Z Compiling toml_edit v0.19.15
20182026-04-28T20:05:27.234Z Compiling dtrace-parser v0.2.0
20192026-04-28T20:05:27.413Z Compiling ipnet v2.11.0
20202026-04-28T20:05:27.591Z Compiling dtrace-parser v0.3.0
20212026-04-28T20:05:27.857Z Compiling async-trait v0.1.89
20222026-04-28T20:05:27.899Z Compiling daft-derive v0.1.5
20232026-04-28T20:05:27.934Z Compiling spin v0.9.8
20242026-04-28T20:05:27.956Z Compiling thread-id v5.1.0
20252026-04-28T20:05:28.059Z Compiling thread-id v4.2.2
20262026-04-28T20:05:28.169Z Compiling cfg_aliases v0.2.1
20272026-04-28T20:05:28.173Z Compiling pin-utils v0.1.0
20282026-04-28T20:05:28.222Z Compiling httpdate v1.0.3
20292026-04-28T20:05:28.225Z Compiling powerfmt v0.2.0
20302026-04-28T20:05:28.264Z Compiling num-bigint-dig v0.8.6
20312026-04-28T20:05:28.280Z Compiling foreign-types-shared v0.1.1
20322026-04-28T20:05:28.449Z Compiling smoltcp v0.9.1
20332026-04-28T20:05:28.486Z Compiling deranged v0.5.8
20342026-04-28T20:05:28.491Z Compiling tempfile v3.25.0
20352026-04-28T20:05:28.491Z Compiling foreign-types v0.3.2
20362026-04-28T20:05:28.527Z Compiling nix v0.31.2
20372026-04-28T20:05:28.804Z Compiling darling v0.20.11
20382026-04-28T20:05:28.921Z Compiling ipnetwork v0.21.1
20392026-04-28T20:05:29.150Z Compiling hyper v1.8.1
20402026-04-28T20:05:29.400Z Compiling strum_macros v0.26.4
20412026-04-28T20:05:29.429Z Compiling curve25519-dalek-derive v0.1.1
20422026-04-28T20:05:29.453Z Compiling wait-timeout v0.2.1
20432026-04-28T20:05:29.519Z Compiling bit-vec v0.8.0
20442026-04-28T20:05:29.766Z Compiling quick-error v1.2.3
20452026-04-28T20:05:29.869Z Compiling anstyle v1.0.13
20462026-04-28T20:05:29.882Z Compiling simd-adler32 v0.3.8
20472026-04-28T20:05:29.920Z Compiling num_threads v0.1.7
20482026-04-28T20:05:30.030Z Compiling siphasher v1.0.2
20492026-04-28T20:05:30.046Z Compiling utf8parse v0.2.2
20502026-04-28T20:05:30.071Z Compiling time v0.3.47
20512026-04-28T20:05:30.145Z Compiling anstyle-parse v0.2.7
20522026-04-28T20:05:30.176Z Compiling rusty-fork v0.3.1
20532026-04-28T20:05:30.235Z Compiling hyper-util v0.1.20
20542026-04-28T20:05:30.337Z Compiling bit-set v0.8.0
20552026-04-28T20:05:30.606Z Compiling derive_builder_core v0.20.2
20562026-04-28T20:05:30.961Z Compiling unicode-normalization v0.1.25
20572026-04-28T20:05:31.403Z Compiling rustls-native-certs v0.8.3
20582026-04-28T20:05:31.462Z Compiling rand_xorshift v0.4.0
20592026-04-28T20:05:31.631Z Compiling signature v2.2.0
20602026-04-28T20:05:31.669Z Compiling hubpack_derive v0.1.1
20612026-04-28T20:05:31.799Z Compiling strum_macros v0.27.2
20622026-04-28T20:05:31.912Z Compiling sync_wrapper v1.0.2
20632026-04-28T20:05:31.948Z Compiling fs-err v3.3.0
20642026-04-28T20:05:31.986Z Compiling ahash v0.8.12
20652026-04-28T20:05:32.142Z Compiling unarray v0.1.4
20662026-04-28T20:05:32.158Z Compiling anstyle-query v1.1.5
20672026-04-28T20:05:32.174Z Compiling object v0.37.3
20682026-04-28T20:05:32.199Z Compiling is_terminal_polyfill v1.70.2
20692026-04-28T20:05:32.224Z Compiling unicode-segmentation v1.12.0
20702026-04-28T20:05:32.279Z Compiling unicode-bidi v0.3.18
20712026-04-28T20:05:32.294Z Compiling colorchoice v1.0.4
20722026-04-28T20:05:32.436Z Compiling unicode-properties v0.1.4
20732026-04-28T20:05:32.472Z Compiling adler2 v2.0.1
20742026-04-28T20:05:32.511Z Compiling anstream v0.6.21
20752026-04-28T20:05:32.628Z Compiling miniz_oxide v0.8.9
20762026-04-28T20:05:32.664Z Compiling stringprep v0.1.5
20772026-04-28T20:05:32.696Z Compiling proptest v1.10.0
20782026-04-28T20:05:33.006Z Compiling tower v0.5.3
20792026-04-28T20:05:33.065Z Compiling derive_builder_macro v0.20.2
20802026-04-28T20:05:33.223Z Compiling usdt-attr-macro v0.6.0
20812026-04-28T20:05:33.332Z Compiling usdt-macro v0.6.0
20822026-04-28T20:05:33.763Z Compiling http-body-util v0.1.3
20832026-04-28T20:05:34.006Z Compiling webpki-roots v1.0.6
20842026-04-28T20:05:34.087Z Compiling rand_chacha v0.3.1
20852026-04-28T20:05:34.101Z Compiling erased-serde v0.3.31
20862026-04-28T20:05:34.116Z Compiling md-5 v0.10.6
20872026-04-28T20:05:34.167Z Compiling num-integer v0.1.46
20882026-04-28T20:05:34.261Z Compiling hash32 v0.2.1
20892026-04-28T20:05:34.372Z Compiling vergen-lib v0.1.6
20902026-04-28T20:05:34.389Z Compiling ff v0.13.1
20912026-04-28T20:05:34.408Z Compiling ryu v1.0.23
20922026-04-28T20:05:34.471Z Compiling fallible-iterator v0.2.0
20932026-04-28T20:05:34.487Z Compiling zlib-rs v0.6.2
20942026-04-28T20:05:34.504Z Compiling psl-types v2.0.11
20952026-04-28T20:05:34.556Z Compiling base16ct v0.2.0
20962026-04-28T20:05:34.593Z Compiling iri-string v0.7.10
20972026-04-28T20:05:34.645Z Compiling publicsuffix v2.3.0
20982026-04-28T20:05:34.706Z Compiling sec1 v0.7.3
20992026-04-28T20:05:34.722Z Compiling newtype-uuid v1.3.2
21002026-04-28T20:05:34.740Z Compiling serde_urlencoded v0.7.1
21012026-04-28T20:05:34.781Z Compiling postgres-protocol v0.6.10
21022026-04-28T20:05:34.839Z Compiling group v0.13.0
21032026-04-28T20:05:34.994Z Compiling num-iter v0.1.45
21042026-04-28T20:05:35.067Z Compiling rand v0.8.5
21052026-04-28T20:05:35.225Z Compiling oxnet v0.1.4
21062026-04-28T20:05:35.287Z Compiling derive_builder v0.20.2
21072026-04-28T20:05:35.431Z Compiling tokio-native-tls v0.3.1
21082026-04-28T20:05:35.448Z Compiling heck v0.4.1
21092026-04-28T20:05:35.517Z Compiling phf_shared v0.13.1
21102026-04-28T20:05:35.671Z Compiling lazy_static v1.5.0
21112026-04-28T20:05:35.749Z Compiling tower-http v0.6.8
21122026-04-28T20:05:35.752Z Compiling terminal_size v0.4.3
21132026-04-28T20:05:35.786Z Compiling serde_with_macros v3.17.0
21142026-04-28T20:05:35.833Z Compiling cargo-platform v0.1.9
21152026-04-28T20:05:35.836Z Compiling hkdf v0.12.4
21162026-04-28T20:05:35.836Z Compiling crypto-bigint v0.5.5
21172026-04-28T20:05:35.836Z Compiling enum-as-inner v0.6.1
21182026-04-28T20:05:35.925Z Compiling clap_derive v4.5.55
21192026-04-28T20:05:35.967Z Compiling serde_repr v0.1.20
21202026-04-28T20:05:36.006Z Compiling vergen v9.0.6
21212026-04-28T20:05:36.049Z Compiling bitflags v1.3.2
21222026-04-28T20:05:36.089Z Compiling libbz2-rs-sys v0.2.2
21232026-04-28T20:05:36.145Z Compiling managed v0.8.0
21242026-04-28T20:05:36.184Z Compiling clap_lex v1.0.0
21252026-04-28T20:05:36.307Z Compiling foldhash v0.1.5
21262026-04-28T20:05:36.427Z Compiling bumpalo v3.20.2
21272026-04-28T20:05:36.476Z Compiling hashbrown v0.15.5
21282026-04-28T20:05:36.497Z Compiling bzip2 v0.6.1
21292026-04-28T20:05:36.530Z Compiling flate2 v1.1.9
21302026-04-28T20:05:36.683Z Compiling zopfli v0.8.3
21312026-04-28T20:05:36.722Z Compiling clap_builder v4.5.60
21322026-04-28T20:05:36.795Z Compiling elliptic-curve v0.13.8
21332026-04-28T20:05:36.944Z Compiling cargo_metadata v0.19.2
21342026-04-28T20:05:37.156Z Compiling zstd v0.13.3
21352026-04-28T20:05:37.207Z Compiling phf v0.13.1
21362026-04-28T20:05:37.248Z Compiling hyper-tls v0.6.0
21372026-04-28T20:05:37.324Z Compiling daft v0.1.5
21382026-04-28T20:05:37.389Z Compiling signal-hook-mio v0.2.5
21392026-04-28T20:05:37.428Z Compiling cookie_store v0.22.1
21402026-04-28T20:05:37.567Z Compiling postgres-types v0.2.12
21412026-04-28T20:05:37.588Z Compiling bzip2 v0.4.4
21422026-04-28T20:05:37.622Z Compiling strum v0.27.2
21432026-04-28T20:05:37.809Z Compiling hubpack v0.1.2
21442026-04-28T20:05:37.852Z Compiling ed25519 v2.2.3
21452026-04-28T20:05:37.927Z Compiling phf_shared v0.11.3
21462026-04-28T20:05:38.054Z Compiling crossbeam-epoch v0.9.18
21472026-04-28T20:05:38.096Z Compiling pkcs1 v0.7.5
21482026-04-28T20:05:38.133Z Compiling bstr v1.12.1
21492026-04-28T20:05:38.165Z Compiling hex v0.4.3
21502026-04-28T20:05:38.207Z Compiling serde-big-array v0.5.1
21512026-04-28T20:05:38.377Z Compiling rfc6979 v0.4.0
21522026-04-28T20:05:38.500Z Compiling float-cmp v0.10.0
21532026-04-28T20:05:38.518Z Compiling memmap2 v0.9.10
21542026-04-28T20:05:38.533Z Compiling env_filter v1.0.0
21552026-04-28T20:05:38.587Z Compiling encoding_rs v0.8.35
21562026-04-28T20:05:38.644Z Compiling static_assertions v1.1.0
21572026-04-28T20:05:38.675Z Compiling normalize-line-endings v0.3.0
21582026-04-28T20:05:38.736Z Compiling fixedbitset v0.4.2
21592026-04-28T20:05:38.753Z Compiling keccak v0.1.6
21602026-04-28T20:05:38.793Z Compiling rustc-hash v2.1.1
21612026-04-28T20:05:38.828Z Compiling jiff v0.2.21
21622026-04-28T20:05:38.828Z Compiling new_debug_unreachable v1.0.6
21632026-04-28T20:05:38.934Z Compiling fixedbitset v0.5.7
21642026-04-28T20:05:38.951Z Compiling mime v0.3.17
21652026-04-28T20:05:38.968Z Compiling whoami v2.1.0
21662026-04-28T20:05:38.971Z Compiling toml_write v0.1.2
21672026-04-28T20:05:38.999Z Compiling precomputed-hash v0.1.1
21682026-04-28T20:05:39.019Z Compiling data-encoding v2.10.0
21692026-04-28T20:05:39.104Z Compiling predicates-core v1.0.10
21702026-04-28T20:05:39.120Z Compiling difflib v0.4.0
21712026-04-28T20:05:39.204Z Compiling tokio-postgres v0.7.16
21722026-04-28T20:05:39.220Z Compiling toml_edit v0.22.27
21732026-04-28T20:05:39.237Z Compiling petgraph v0.8.3
21742026-04-28T20:05:39.297Z Compiling string_cache v0.8.9
21752026-04-28T20:05:39.328Z Compiling hickory-proto v0.25.2
21762026-04-28T20:05:39.575Z Compiling predicates v3.1.4
21772026-04-28T20:05:39.649Z Compiling sha3 v0.10.8
21782026-04-28T20:05:39.917Z Compiling iddqd v0.3.18
21792026-04-28T20:05:39.939Z Compiling petgraph v0.6.5
21802026-04-28T20:05:40.163Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21812026-04-28T20:05:40.458Z Compiling env_logger v0.11.9
21822026-04-28T20:05:40.792Z Compiling usdt v0.6.0
21832026-04-28T20:05:41.036Z Compiling similar v2.7.0
21842026-04-28T20:05:41.261Z Compiling ecdsa v0.16.9
21852026-04-28T20:05:41.417Z Compiling zip v4.6.1
21862026-04-28T20:05:41.440Z Compiling serde_with v3.17.0
21872026-04-28T20:05:41.567Z Compiling rsa v0.9.10
21882026-04-28T20:05:41.678Z Compiling clap v4.5.60
21892026-04-28T20:05:41.785Z Compiling ed25519-dalek v2.2.0
21902026-04-28T20:05:42.091Z Compiling crossterm v0.28.1
21912026-04-28T20:05:42.670Z Compiling zip v0.6.6
21922026-04-28T20:05:42.914Z Compiling strum v0.26.3
21932026-04-28T20:05:43.072Z Compiling toml v0.7.8
21942026-04-28T20:05:43.166Z Compiling tokio-stream v0.1.18
21952026-04-28T20:05:43.183Z Compiling buf-list v1.1.2
21962026-04-28T20:05:43.216Z Compiling itertools v0.13.0
21972026-04-28T20:05:43.296Z Compiling x509-cert v0.2.5
21982026-04-28T20:05:43.330Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21992026-04-28T20:05:43.646Z Compiling openapiv3 v2.2.0
22002026-04-28T20:05:43.689Z Compiling sha1 v0.10.6
22012026-04-28T20:05:44.001Z Compiling peg-runtime v0.8.5
22022026-04-28T20:05:44.099Z Compiling lalrpop-util v0.19.12
22032026-04-28T20:06:01.042Z Compiling macaddr v1.0.1
22042026-04-28T20:06:01.148Z Compiling structmeta-derive v0.3.0
22052026-04-28T20:06:01.205Z Compiling rayon-core v1.13.0
22062026-04-28T20:06:01.282Z Compiling crucible-workspace-hack v0.1.0
22072026-04-28T20:06:01.344Z Compiling itertools v0.14.0
22082026-04-28T20:06:01.435Z Compiling secrecy v0.10.3
22092026-04-28T20:06:01.563Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-04-28T20:06:01.604Z Compiling rustls v0.22.4
22112026-04-28T20:06:01.624Z Compiling heapless v0.8.0
22122026-04-28T20:06:01.938Z Compiling crossbeam-deque v0.8.6
22132026-04-28T20:06:01.971Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22142026-04-28T20:06:02.146Z Compiling toml_edit v0.23.10+spec-1.0.0
22152026-04-28T20:06:02.164Z Compiling rustls-webpki v0.102.8
22162026-04-28T20:06:02.167Z Compiling structmeta v0.3.0
22172026-04-28T20:06:02.167Z Compiling futures-executor v0.3.32
22182026-04-28T20:06:02.214Z Compiling hash32 v0.3.1
22192026-04-28T20:06:02.408Z Compiling multer v3.1.0
22202026-04-28T20:06:02.426Z Compiling thread_local v1.1.9
22212026-04-28T20:06:02.429Z Compiling unicode-width v0.2.0
22222026-04-28T20:06:02.429Z Compiling smoltcp v0.11.0
22232026-04-28T20:06:02.626Z Compiling ingot-macros v0.1.1
22242026-04-28T20:06:02.647Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22252026-04-28T20:06:02.676Z Compiling match_cfg v0.1.0
22262026-04-28T20:06:02.728Z Compiling slog-async v2.8.0
22272026-04-28T20:06:02.770Z Compiling hostname v0.3.1
22282026-04-28T20:06:02.799Z Compiling proc-macro-crate v3.4.0
22292026-04-28T20:06:02.868Z Compiling derive-ex v0.1.8
22302026-04-28T20:06:02.901Z Compiling futures v0.3.32
22312026-04-28T20:06:03.006Z Compiling slog-json v2.6.1
22322026-04-28T20:06:03.080Z Compiling crossbeam-channel v0.5.15
22332026-04-28T20:06:03.117Z Compiling rustls-webpki v0.103.9
22342026-04-28T20:06:03.260Z Compiling half v2.7.1
22352026-04-28T20:06:03.285Z Compiling newtype-uuid-macros v0.1.0
22362026-04-28T20:06:03.454Z Compiling thiserror-impl-no-std v2.0.2
22372026-04-28T20:06:03.471Z Compiling universal-hash v0.5.1
22382026-04-28T20:06:03.656Z Compiling cobs v0.3.0
22392026-04-28T20:06:03.793Z Compiling async-stream-impl v0.3.6
22402026-04-28T20:06:03.964Z Compiling serde_spanned v1.0.4
22412026-04-28T20:06:03.980Z Compiling is-terminal v0.4.17
22422026-04-28T20:06:04.029Z Compiling proc-macro-error-attr v1.0.4
22432026-04-28T20:06:04.059Z Compiling dropshot v0.16.7
22442026-04-28T20:06:04.103Z Compiling ciborium-io v0.2.2
22452026-04-28T20:06:04.156Z Compiling convert_case v0.4.0
22462026-04-28T20:06:04.261Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22472026-04-28T20:06:04.285Z Compiling toml_writer v1.0.6+spec-1.1.0
22482026-04-28T20:06:04.344Z Compiling term v1.2.1
22492026-04-28T20:06:04.402Z Compiling take_mut v0.2.2
22502026-04-28T20:06:04.426Z Compiling opaque-debug v0.3.1
22512026-04-28T20:06:04.498Z Compiling derive_more v0.99.20
22522026-04-28T20:06:04.534Z Compiling poly1305 v0.8.0
22532026-04-28T20:06:04.537Z Compiling thiserror-no-std v2.0.2
22542026-04-28T20:06:04.537Z Compiling toml v0.9.12+spec-1.1.0
22552026-04-28T20:06:04.583Z Compiling test-strategy v0.4.5
22562026-04-28T20:06:04.587Z Compiling async-stream v0.3.6
22572026-04-28T20:06:04.658Z Compiling slog-term v2.9.2
22582026-04-28T20:06:04.851Z Compiling ciborium-ll v0.2.2
22592026-04-28T20:06:04.871Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22602026-04-28T20:06:05.142Z Compiling tokio-rustls v0.25.0
22612026-04-28T20:06:05.207Z Compiling postcard v1.1.3
22622026-04-28T20:06:05.226Z Compiling ingot-types v0.1.2
22632026-04-28T20:06:05.621Z Compiling num_enum_derive v0.7.5
22642026-04-28T20:06:05.734Z Compiling ingot v0.1.1
22652026-04-28T20:06:05.806Z Compiling slog-bunyan v2.5.0
22662026-04-28T20:06:05.915Z Compiling parse-display-derive v0.10.0
22672026-04-28T20:06:06.016Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22682026-04-28T20:06:06.189Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22692026-04-28T20:06:06.262Z Compiling proc-macro-crate v1.3.1
22702026-04-28T20:06:06.372Z Compiling backon v1.6.0
22712026-04-28T20:06:06.465Z Compiling waitgroup v0.1.2
22722026-04-28T20:06:06.599Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22732026-04-28T20:06:06.629Z Compiling password-hash v0.5.0
22742026-04-28T20:06:06.654Z Compiling dropshot_endpoint v0.16.7
22752026-04-28T20:06:06.672Z Compiling tokio-rustls v0.26.4
22762026-04-28T20:06:06.711Z Compiling rustls-platform-verifier v0.6.2
22772026-04-28T20:06:06.771Z Compiling chacha20 v0.9.1
22782026-04-28T20:06:06.941Z Compiling hyper-rustls v0.27.7
22792026-04-28T20:06:06.960Z Compiling rustls-pemfile v2.2.0
22802026-04-28T20:06:07.051Z Compiling blake2 v0.10.6
22812026-04-28T20:06:07.109Z Compiling aead v0.5.2
22822026-04-28T20:06:07.270Z Compiling reqwest v0.12.28
22832026-04-28T20:06:07.288Z Compiling reqwest v0.13.2
22842026-04-28T20:06:07.337Z Compiling foreign-types-macros v0.2.3
22852026-04-28T20:06:07.420Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22862026-04-28T20:06:07.620Z Compiling serde_path_to_error v0.1.20
22872026-04-28T20:06:07.636Z Compiling hostname v0.4.2
22882026-04-28T20:06:07.677Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22892026-04-28T20:06:07.742Z Compiling proc-macro-error v1.0.4
22902026-04-28T20:06:07.836Z Compiling instant v0.1.13
22912026-04-28T20:06:07.896Z Compiling foreign-types-shared v0.3.1
22922026-04-28T20:06:07.910Z Compiling typeid v1.0.3
22932026-04-28T20:06:07.964Z Compiling cpufeatures v0.3.0
22942026-04-28T20:06:07.986Z Compiling debug-ignore v1.0.5
22952026-04-28T20:06:08.009Z Compiling foreign-types v0.5.0
22962026-04-28T20:06:08.051Z Compiling chacha20 v0.10.0
22972026-04-28T20:06:08.069Z Compiling backoff v0.4.0
22982026-04-28T20:06:08.120Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22992026-04-28T20:06:08.162Z Compiling parse-display v0.10.0
23002026-04-28T20:06:08.162Z Compiling argon2 v0.5.3
23012026-04-28T20:06:08.174Z Compiling chacha20poly1305 v0.10.1
23022026-04-28T20:06:08.261Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23032026-04-28T20:06:08.326Z Compiling num_enum_derive v0.5.11
23042026-04-28T20:06:08.354Z Compiling num_enum v0.7.5
23052026-04-28T20:06:08.376Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23062026-04-28T20:06:08.398Z Compiling ciborium v0.2.2
23072026-04-28T20:06:08.812Z Compiling vsss-rs v3.3.4
23082026-04-28T20:06:08.981Z Compiling tabwriter v1.4.1
23092026-04-28T20:06:09.072Z Compiling byte-wrapper v0.1.0
23102026-04-28T20:06:09.211Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23112026-04-28T20:06:09.281Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23122026-04-28T20:06:09.286Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23132026-04-28T20:06:09.326Z Compiling regress v0.10.5
23142026-04-28T20:06:09.374Z Compiling cstr-argument v0.1.2
23152026-04-28T20:06:09.570Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23162026-04-28T20:06:09.743Z Compiling erased-serde v0.4.9
23172026-04-28T20:06:09.823Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23182026-04-28T20:06:09.874Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23192026-04-28T20:06:09.893Z Compiling num_enum v0.5.11
23202026-04-28T20:06:09.983Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23212026-04-28T20:06:10.045Z Compiling rand v0.10.0
23222026-04-28T20:06:10.236Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23232026-04-28T20:06:10.269Z Compiling rayon v1.11.0
23242026-04-28T20:06:10.306Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23252026-04-28T20:06:10.338Z Compiling indent_write v2.2.0
23262026-04-28T20:06:10.338Z Compiling colored v3.1.1
23272026-04-28T20:06:10.362Z Compiling libefi-sys v0.1.0
23282026-04-28T20:06:10.527Z Compiling zone_cfg_derive v0.3.1
23292026-04-28T20:06:10.654Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23302026-04-28T20:06:10.681Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23312026-04-28T20:06:10.706Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23322026-04-28T20:06:10.730Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23332026-04-28T20:06:10.858Z Compiling camino-tempfile v1.4.1
23342026-04-28T20:06:10.934Z Compiling itertools v0.12.1
23352026-04-28T20:06:11.061Z Compiling usdt-macro v0.5.0
23362026-04-28T20:06:11.079Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23372026-04-28T20:06:11.146Z Compiling usdt-attr-macro v0.5.0
23382026-04-28T20:06:11.216Z Compiling num-derive v0.4.2
23392026-04-28T20:06:11.236Z Compiling bitfield-struct v0.6.2
23402026-04-28T20:06:11.272Z Compiling blake3 v1.8.3
23412026-04-28T20:06:11.511Z Compiling ordered-float v2.10.1
23422026-04-28T20:06:11.652Z Compiling sigpipe v0.1.3
23432026-04-28T20:06:11.767Z Compiling memmap v0.7.0
23442026-04-28T20:06:11.784Z Compiling glob v0.3.3
23452026-04-28T20:06:11.826Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23462026-04-28T20:06:11.873Z Compiling swrite v0.1.0
23472026-04-28T20:06:11.901Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23482026-04-28T20:06:12.009Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23492026-04-28T20:06:12.029Z Compiling usdt v0.5.0
23502026-04-28T20:06:12.072Z Compiling serde-value v0.7.0
23512026-04-28T20:06:12.120Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23522026-04-28T20:06:12.244Z Compiling zone v0.3.1
23532026-04-28T20:06:12.438Z Compiling serde-untagged v0.1.9
23542026-04-28T20:06:12.708Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23552026-04-28T20:06:12.775Z Compiling toml v0.8.23
23562026-04-28T20:06:12.842Z Compiling smf v0.2.3
23572026-04-28T20:06:12.859Z Compiling filetime v0.2.27
23582026-04-28T20:06:12.878Z Compiling arrayvec v0.7.6
23592026-04-28T20:06:12.894Z Compiling arrayref v0.3.9
23602026-04-28T20:06:12.983Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-04-28T20:06:13.000Z Compiling unicode-xid v0.2.6
23622026-04-28T20:06:13.028Z Compiling same-file v1.0.6
23632026-04-28T20:06:13.058Z Compiling whoami v1.6.1
23642026-04-28T20:06:13.089Z Compiling constant_time_eq v0.4.2
23652026-04-28T20:06:13.104Z Compiling xattr v1.6.1
23662026-04-28T20:06:13.141Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23672026-04-28T20:06:13.171Z Compiling walkdir v2.5.0
23682026-04-28T20:06:13.314Z Compiling tar v0.4.45
23692026-04-28T20:06:13.335Z Compiling cargo-util-schemas v0.8.2
23702026-04-28T20:06:13.544Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23712026-04-28T20:06:13.814Z Compiling tokio-dtrace v0.1.1
23722026-04-28T20:06:13.857Z Compiling console v0.16.2
23732026-04-28T20:06:13.876Z Compiling gethostname v0.5.0
23742026-04-28T20:06:13.956Z Compiling cargo-platform v0.2.0
23752026-04-28T20:06:14.036Z Compiling unit-prefix v0.5.2
23762026-04-28T20:06:14.053Z Compiling topological-sort v0.2.2
23772026-04-28T20:06:14.092Z Compiling oxide-tokio-rt v0.1.4
23782026-04-28T20:06:14.194Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23792026-04-28T20:06:14.224Z Compiling shell-words v1.1.1
23802026-04-28T20:06:14.402Z Compiling indicatif v0.18.4
23812026-04-28T20:06:14.496Z Compiling cargo_metadata v0.21.0
23822026-04-28T20:06:23.526Z Compiling progenitor-client v0.13.0
23832026-04-28T20:06:23.555Z Compiling progenitor-client v0.10.0
23842026-04-28T20:06:23.555Z Compiling omicron-zone-package v0.12.2
23852026-04-28T20:06:23.641Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23862026-04-28T20:06:23.641Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23872026-04-28T20:06:23.675Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23882026-04-28T20:06:23.699Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23892026-04-28T20:06:23.980Z Compiling progenitor-extras v0.1.1
23902026-04-28T20:06:24.027Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23912026-04-28T20:06:24.044Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23922026-04-28T20:06:24.084Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23932026-04-28T20:06:24.254Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23942026-04-28T20:06:24.591Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23952026-04-28T20:06:28.908Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23962026-04-28T20:06:36.380Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23972026-04-28T20:06:39.473Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23982026-04-28T20:06:40.448Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23992026-04-28T20:06:49.774Z Finished `release` profile [optimized] target(s) in 1m 40s
24002026-04-28T20:06:49.930Z Running `target/release/omicron-package -t test target create -p dev`
24012026-04-28T20:06:49.992ZLogging to: /work/oxidecomputer/omicron/out/LOG
24022026-04-28T20:06:49.995ZCreated new build target 'test' and set it as active
24032026-04-28T20:06:49.995Z
24042026-04-28T20:06:49.995Zreal 1:40.243651011
24052026-04-28T20:06:49.995Zuser 16:34.770415509
24062026-04-28T20:06:49.995Zsys 2:33.288983189
24072026-04-28T20:06:49.995Ztrap 0.469406605
24082026-04-28T20:06:49.995Ztflt 2.661349736
24092026-04-28T20:06:49.995Zdflt 3.770163614
24102026-04-28T20:06:49.995Zkflt 0.000564995
24112026-04-28T20:06:49.995Zlock 52:27.517011580
24122026-04-28T20:06:49.995Zslp 42:18.102290775
24132026-04-28T20:06:49.995Zlat 47.756544807
24142026-04-28T20:06:49.995Zstop 5:27.036187670
24152026-04-28T20:06:49.999Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24162026-04-28T20:06:50.883Z Finished `release` profile [optimized] target(s) in 0.87s
24172026-04-28T20:06:50.963Z Running `target/release/omicron-package -t test package`
24182026-04-28T20:06:51.021ZLogging to: /work/oxidecomputer/omicron/out/LOG
24192026-04-28T20:06:52.449Z Compiling regress v0.10.5
24202026-04-28T20:06:52.449Z Compiling heck v0.5.0
24212026-04-28T20:06:52.665Z Compiling unsafe-libyaml v0.2.11
24222026-04-28T20:06:52.688Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24232026-04-28T20:06:52.711Z Compiling unicode-width v0.1.14
24242026-04-28T20:06:52.715Z Compiling is-terminal v0.4.17
24252026-04-28T20:06:52.732Z Compiling prettyplease v0.2.37
24262026-04-28T20:06:52.772Z Compiling bytecount v0.6.9
24272026-04-28T20:06:52.775Z Compiling rustls v0.22.4
24282026-04-28T20:06:52.775Z Compiling rustls-webpki v0.102.8
24292026-04-28T20:06:52.775Z Compiling derive-where v1.6.0
24302026-04-28T20:06:52.775Z Compiling thread_local v1.1.9
24312026-04-28T20:06:52.814Z Compiling typify-impl v0.6.1
24322026-04-28T20:06:52.836Z Compiling match_cfg v0.1.0
24332026-04-28T20:06:52.839Z Compiling multer v3.1.0
24342026-04-28T20:06:52.874Z Compiling slog-async v2.8.0
24352026-04-28T20:06:52.895Z Compiling crossbeam-channel v0.5.15
24362026-04-28T20:06:52.917Z Compiling slog-json v2.6.1
24372026-04-28T20:06:53.002Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24382026-04-28T20:06:53.005Z Compiling hostname v0.3.1
24392026-04-28T20:06:53.005Z Compiling futures-executor v0.3.32
24402026-04-28T20:06:53.005Z Compiling serde_spanned v1.0.4
24412026-04-28T20:06:53.005Z Compiling toml_writer v1.0.6+spec-1.1.0
24422026-04-28T20:06:53.107Z Compiling take_mut v0.2.2
24432026-04-28T20:06:53.110Z Compiling term v1.2.1
24442026-04-28T20:06:53.202Z Compiling serde_yaml v0.9.34+deprecated
24452026-04-28T20:06:53.224Z Compiling futures v0.3.32
24462026-04-28T20:06:53.246Z Compiling toml v0.9.12+spec-1.1.0
24472026-04-28T20:06:53.246Z Compiling slog-bunyan v2.5.0
24482026-04-28T20:06:53.373Z Compiling dropshot v0.16.7
24492026-04-28T20:06:53.373Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24502026-04-28T20:06:53.418Z Compiling slog-term v2.9.2
24512026-04-28T20:06:53.441Z Compiling async-stream v0.3.6
24522026-04-28T20:06:53.447Z Compiling num-rational v0.4.2
24532026-04-28T20:06:53.558Z Compiling progenitor-client v0.13.0
24542026-04-28T20:06:53.601Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24552026-04-28T20:06:53.641Z Compiling waitgroup v0.1.2
24562026-04-28T20:06:53.662Z Compiling backon v1.6.0
24572026-04-28T20:06:53.737Z Compiling rustls-pemfile v2.2.0
24582026-04-28T20:06:53.769Z Compiling num-complex v0.4.6
24592026-04-28T20:06:53.796Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24602026-04-28T20:06:53.818Z Compiling hostname v0.4.2
24612026-04-28T20:06:53.892Z Compiling serde_path_to_error v0.1.20
24622026-04-28T20:06:53.912Z Compiling instant v0.1.13
24632026-04-28T20:06:53.947Z Compiling debug-ignore v1.0.5
24642026-04-28T20:06:53.968Z Compiling progenitor-extras v0.1.1
24652026-04-28T20:06:53.987Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24662026-04-28T20:06:54.008Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24672026-04-28T20:06:54.039Z Compiling backoff v0.4.0
24682026-04-28T20:06:54.061Z Compiling parse-display v0.10.0
24692026-04-28T20:06:54.081Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24702026-04-28T20:06:54.272Z Compiling num v0.4.3
24712026-04-28T20:06:54.275Z Compiling progenitor-client v0.10.0
24722026-04-28T20:06:54.315Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24732026-04-28T20:06:54.318Z Compiling macaddr v1.0.1
24742026-04-28T20:06:54.360Z Compiling float-ord v0.3.2
24752026-04-28T20:06:54.500Z Compiling console v0.15.11
24762026-04-28T20:06:54.521Z Compiling slog-dtrace v0.3.0
24772026-04-28T20:06:54.575Z Compiling newline-converter v0.3.0
24782026-04-28T20:06:54.625Z Compiling atomicwrites v0.4.4
24792026-04-28T20:06:54.648Z Compiling async-recursion v1.1.1
24802026-04-28T20:06:54.671Z Compiling cancel-safe-futures v0.1.5
24812026-04-28T20:06:54.699Z Compiling owo-colors v4.3.0
24822026-04-28T20:06:54.745Z Compiling libsw-core v0.3.2
24832026-04-28T20:06:54.906Z Compiling expectorate v1.2.0
24842026-04-28T20:06:54.961Z Compiling resolv-conf v0.7.6
24852026-04-28T20:06:54.965Z Compiling libsw v3.5.0
24862026-04-28T20:06:54.965Z Compiling toml v0.8.23
24872026-04-28T20:06:55.131Z Compiling tokio-rustls v0.25.0
24882026-04-28T20:06:55.155Z Compiling linear-map v1.2.0
24892026-04-28T20:06:55.196Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24902026-04-28T20:06:55.308Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24912026-04-28T20:06:55.421Z Compiling linked-hash-map v0.5.6
24922026-04-28T20:06:55.444Z Compiling minimal-lexical v0.2.1
24932026-04-28T20:06:55.494Z Compiling unicode-xid v0.2.6
24942026-04-28T20:06:55.612Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24952026-04-28T20:06:55.638Z Compiling lru-cache v0.1.2
24962026-04-28T20:06:55.660Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24972026-04-28T20:06:55.684Z Compiling nom v7.1.3
24982026-04-28T20:06:55.688Z Compiling globset v0.4.18
24992026-04-28T20:06:55.727Z Compiling hickory-proto v0.24.4
25002026-04-28T20:06:55.798Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25012026-04-28T20:06:55.820Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25022026-04-28T20:06:56.119Z Compiling convert_case v0.10.0
25032026-04-28T20:06:56.211Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25042026-04-28T20:06:56.411Z Compiling derive_more-impl v2.1.1
25052026-04-28T20:06:57.056Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25062026-04-28T20:06:57.139Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25072026-04-28T20:06:57.210Z Compiling pin-project-internal v1.1.11
25082026-04-28T20:06:57.314Z Compiling derive_more v2.1.1
25092026-04-28T20:06:57.389Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25102026-04-28T20:06:57.431Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25112026-04-28T20:06:57.597Z Compiling papergrid v0.11.0
25122026-04-28T20:06:57.705Z Compiling typify-macro v0.6.1
25132026-04-28T20:06:58.259Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25142026-04-28T20:06:58.425Z Compiling hickory-resolver v0.24.4
25152026-04-28T20:06:58.459Z Compiling pin-project v1.1.11
25162026-04-28T20:06:58.598Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25172026-04-28T20:06:58.717Z Compiling tabled_derive v0.7.0
25182026-04-28T20:06:58.837Z Compiling pem v3.0.6
25192026-04-28T20:06:58.996Z Compiling snafu-derive v0.8.9
25202026-04-28T20:06:59.244Z Compiling typify v0.6.1
25212026-04-28T20:06:59.388Z Compiling progenitor-impl v0.13.0
25222026-04-28T20:06:59.619Z Compiling qorb v0.4.1
25232026-04-28T20:06:59.999Z Compiling termtree v0.5.1
25242026-04-28T20:07:00.201Z Compiling tabled v0.15.0
25252026-04-28T20:07:00.473Z Compiling crossterm v0.29.0
25262026-04-28T20:07:00.713Z Compiling snafu v0.8.9
25272026-04-28T20:07:01.345Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25282026-04-28T20:07:01.605Z Compiling progenitor-macro v0.13.0
25292026-04-28T20:07:01.626Z Compiling phf_shared v0.12.1
25302026-04-28T20:07:01.708Z Compiling olpc-cjson v0.1.4
25312026-04-28T20:07:01.882Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25322026-04-28T20:07:01.959Z Compiling serde_plain v1.0.2
25332026-04-28T20:07:02.296Z Compiling csv-core v0.1.13
25342026-04-28T20:07:02.416Z Compiling vte v0.14.1
25352026-04-28T20:07:02.762Z Compiling typed-path v0.9.3
25362026-04-28T20:07:02.940Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25372026-04-28T20:07:03.457Z Compiling highway v1.3.0
25382026-04-28T20:07:04.090Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25392026-04-28T20:07:04.122Z Compiling chrono-tz v0.10.4
25402026-04-28T20:07:04.247Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25412026-04-28T20:07:04.387Z Compiling tough v0.20.0
25422026-04-28T20:07:04.411Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25432026-04-28T20:07:05.262Z Compiling strip-ansi-escapes v0.2.1
25442026-04-28T20:07:05.693Z Compiling csv v1.4.0
25452026-04-28T20:07:05.716Z Compiling progenitor v0.13.0
25462026-04-28T20:07:05.846Z Compiling phf v0.12.1
25472026-04-28T20:07:05.899Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25482026-04-28T20:07:05.964Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25492026-04-28T20:07:06.051Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25502026-04-28T20:07:06.587Z Compiling const_format_proc_macros v0.2.34
25512026-04-28T20:07:06.677Z Compiling fd-lock v4.0.4
25522026-04-28T20:07:06.795Z Compiling peg-macros v0.8.5
25532026-04-28T20:07:06.927Z Compiling nu-ansi-term v0.50.3
25542026-04-28T20:07:07.213Z Compiling reedline v0.40.0
25552026-04-28T20:07:07.372Z Compiling const_format v0.2.35
25562026-04-28T20:07:07.942Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25572026-04-28T20:07:08.115Z Compiling peg v0.8.5
25582026-04-28T20:07:08.218Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25592026-04-28T20:07:08.237Z Compiling bcs v0.1.6
25602026-04-28T20:07:08.602Z Compiling semver v0.1.20
25612026-04-28T20:07:08.674Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25622026-04-28T20:07:08.800Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25632026-04-28T20:07:08.901Z Compiling rustc_version v0.1.7
25642026-04-28T20:07:08.931Z Compiling humantime v2.3.0
25652026-04-28T20:07:09.113Z Compiling smawk v0.3.2
25662026-04-28T20:07:09.141Z Compiling newtype_derive v0.1.6
25672026-04-28T20:07:09.213Z Compiling unicode-linebreak v0.1.5
25682026-04-28T20:07:09.316Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25692026-04-28T20:07:09.410Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25702026-04-28T20:07:09.443Z Compiling textwrap v0.16.2
25712026-04-28T20:07:09.648Z Compiling dropshot-api-manager-types v0.6.0
25722026-04-28T20:07:10.288Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25732026-04-28T20:07:10.485Z Compiling base64 v0.21.7
25742026-04-28T20:07:10.530Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25752026-04-28T20:07:10.966Z Compiling steno v0.4.1
25762026-04-28T20:07:11.049Z Compiling tagptr v0.2.0
25772026-04-28T20:07:11.069Z Compiling utf-8 v0.7.6
25782026-04-28T20:07:11.242Z Compiling moka v0.12.13
25792026-04-28T20:07:11.311Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25802026-04-28T20:07:11.358Z Compiling tungstenite v0.21.0
25812026-04-28T20:07:11.516Z Compiling radium v0.7.0
25822026-04-28T20:07:11.849Z Compiling tap v1.0.1
25832026-04-28T20:07:12.003Z Compiling tokio-tungstenite v0.21.0
25842026-04-28T20:07:12.332Z Compiling maybe-uninit v2.0.0
25852026-04-28T20:07:12.556Z Compiling hickory-resolver v0.25.2
25862026-04-28T20:07:12.613Z Compiling wyz v0.5.1
25872026-04-28T20:07:12.871Z Compiling zerocopy-derive v0.6.6
25882026-04-28T20:07:12.968Z Compiling packed_struct v0.10.1
25892026-04-28T20:07:13.012Z Compiling crc-catalog v2.4.0
25902026-04-28T20:07:13.149Z Compiling funty v2.0.0
25912026-04-28T20:07:13.259Z Compiling display-error-chain v0.2.2
25922026-04-28T20:07:13.476Z Compiling crc v3.4.0
25932026-04-28T20:07:13.599Z Compiling bitvec v1.0.1
25942026-04-28T20:07:13.657Z Compiling zerocopy v0.6.6
25952026-04-28T20:07:13.712Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25962026-04-28T20:07:14.121Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25972026-04-28T20:07:14.350Z Compiling packed_struct_codegen v0.10.1
25982026-04-28T20:07:14.363Z Compiling bitfield-macros v0.19.4
25992026-04-28T20:07:14.876Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26002026-04-28T20:07:15.077Z Compiling indexmap v1.9.3
26012026-04-28T20:07:15.333Z Compiling nodrop v0.1.14
26022026-04-28T20:07:15.437Z Compiling array-init v0.0.4
26032026-04-28T20:07:15.508Z Compiling bitfield v0.19.4
26042026-04-28T20:07:15.832Z Compiling smallvec v0.6.14
26052026-04-28T20:07:15.832Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26062026-04-28T20:07:16.111Z Compiling num-derive v0.3.3
26072026-04-28T20:07:16.770Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26082026-04-28T20:07:16.879Z Compiling proc-macro-error-attr2 v2.0.0
26092026-04-28T20:07:16.993Z Compiling hashbrown v0.12.3
26102026-04-28T20:07:17.277Z Compiling proc-macro-error2 v2.0.1
26112026-04-28T20:07:17.648Z Compiling libscf-sys v1.1.0
26122026-04-28T20:07:17.705Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26132026-04-28T20:07:17.881Z Compiling serde-hex v0.1.0
26142026-04-28T20:07:18.099Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26152026-04-28T20:07:18.122Z Compiling ron v0.8.1
26162026-04-28T20:07:18.154Z Compiling typify-impl v0.4.3
26172026-04-28T20:07:18.355Z Compiling hashbrown v0.13.2
26182026-04-28T20:07:18.525Z Compiling vergen-gitcl v1.0.8
26192026-04-28T20:07:18.741Z Compiling dirs-sys-next v0.1.2
26202026-04-28T20:07:18.765Z Compiling crc-any v2.5.0
26212026-04-28T20:07:18.984Z Compiling crunchy v0.2.4
26222026-04-28T20:07:19.019Z Compiling glob v0.3.3
26232026-04-28T20:07:19.180Z Compiling diesel_derives v2.3.7
26242026-04-28T20:07:19.205Z Compiling maplit v1.0.2
26252026-04-28T20:07:19.312Z Compiling object v0.30.4
26262026-04-28T20:07:19.331Z Compiling dirs-next v2.0.0
26272026-04-28T20:07:19.334Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-04-28T20:07:19.381Z Compiling clang-sys v1.8.1
26292026-04-28T20:07:19.473Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26302026-04-28T20:07:19.491Z Compiling tabled_derive v0.11.0
26312026-04-28T20:07:19.692Z Compiling papergrid v0.17.0
26322026-04-28T20:07:19.768Z Compiling testing_table v0.3.0
26332026-04-28T20:07:19.996Z Compiling dsl_auto_type v0.2.0
26342026-04-28T20:07:20.055Z Compiling scheduled-thread-pool v0.2.7
26352026-04-28T20:07:20.183Z Compiling diesel_table_macro_syntax v0.3.0
26362026-04-28T20:07:20.211Z Compiling path-slash v0.1.5
26372026-04-28T20:07:20.408Z Compiling tiny-keccak v2.0.2
26382026-04-28T20:07:20.430Z Compiling r2d2 v0.8.10
26392026-04-28T20:07:20.603Z Compiling term v0.7.0
26402026-04-28T20:07:20.684Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26412026-04-28T20:07:20.723Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26422026-04-28T20:07:20.772Z Compiling xshell-macros v0.2.7
26432026-04-28T20:07:20.957Z Compiling tabled v0.20.0
26442026-04-28T20:07:21.086Z Compiling downcast-rs v2.0.2
26452026-04-28T20:07:21.123Z Compiling bit-vec v0.6.3
26462026-04-28T20:07:21.176Z Compiling xshell v0.2.7
26472026-04-28T20:07:21.301Z Compiling ascii-canvas v3.0.0
26482026-04-28T20:07:21.374Z Compiling bit-set v0.5.3
26492026-04-28T20:07:21.566Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26502026-04-28T20:07:21.569Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26512026-04-28T20:07:21.611Z Compiling itertools v0.10.5
26522026-04-28T20:07:21.635Z Compiling typify-macro v0.4.3
26532026-04-28T20:07:21.742Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26542026-04-28T20:07:22.068Z Compiling ena v0.14.4
26552026-04-28T20:07:22.124Z Compiling libloading v0.8.9
26562026-04-28T20:07:22.318Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26572026-04-28T20:07:22.364Z Compiling regex-syntax v0.6.29
26582026-04-28T20:07:22.523Z Compiling unicase v2.9.0
26592026-04-28T20:07:22.740Z Compiling diff v0.1.13
26602026-04-28T20:07:22.908Z Compiling bindgen v0.71.1
26612026-04-28T20:07:23.159Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26622026-04-28T20:07:24.201Z Compiling lalrpop v0.19.12
26632026-04-28T20:07:24.332Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26642026-04-28T20:07:24.398Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26652026-04-28T20:07:25.009Z Compiling cexpr v0.6.0
26662026-04-28T20:07:25.332Z Compiling diesel v2.3.7
26672026-04-28T20:07:25.449Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26682026-04-28T20:07:25.561Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26692026-04-28T20:07:25.657Z Compiling crc8 v0.1.1
26702026-04-28T20:07:25.742Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26712026-04-28T20:07:25.763Z Compiling typify v0.4.3
26722026-04-28T20:07:25.785Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26732026-04-28T20:07:25.807Z Compiling headers-core v0.3.0
26742026-04-28T20:07:25.902Z Compiling libxml v0.3.3
26752026-04-28T20:07:25.967Z Compiling headers v0.4.1
26762026-04-28T20:07:26.117Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26772026-04-28T20:07:26.196Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26782026-04-28T20:07:26.423Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26792026-04-28T20:07:26.476Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26802026-04-28T20:07:26.956Z Compiling strum_macros v0.24.3
26812026-04-28T20:07:27.310Z Compiling indoc v1.0.9
26822026-04-28T20:07:27.770Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26832026-04-28T20:07:27.993Z Compiling derive_builder v0.20.2
26842026-04-28T20:07:28.184Z Compiling oso-derive v0.27.3
26852026-04-28T20:07:28.240Z Compiling quick-xml v0.37.5
26862026-04-28T20:07:28.290Z Compiling impl-trait-for-tuples v0.2.3
26872026-04-28T20:07:28.702Z Compiling openssl-probe v0.1.6
26882026-04-28T20:07:28.730Z Compiling half v1.8.3
26892026-04-28T20:07:28.923Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26902026-04-28T20:07:29.012Z Compiling serde_cbor v0.11.2
26912026-04-28T20:07:29.182Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26922026-04-28T20:07:29.565Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26932026-04-28T20:07:29.629Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26942026-04-28T20:07:29.651Z Compiling bb8 v0.8.6
26952026-04-28T20:07:29.854Z Compiling trait-variant v0.1.2
26962026-04-28T20:07:30.057Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26972026-04-28T20:07:30.094Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26982026-04-28T20:07:30.403Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26992026-04-28T20:07:30.452Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27002026-04-28T20:07:30.476Z Compiling samael v0.0.19
27012026-04-28T20:07:30.683Z Compiling fxhash v0.2.1
27022026-04-28T20:07:30.858Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27032026-04-28T20:07:30.990Z Compiling progenitor-impl v0.10.0
27042026-04-28T20:07:31.013Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27052026-04-28T20:07:31.124Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27062026-04-28T20:07:31.145Z Compiling kstat-rs v0.2.4
27072026-04-28T20:07:31.644Z Compiling libz-sys v1.1.24
27082026-04-28T20:07:31.681Z Compiling polar-core v0.27.3
27092026-04-28T20:07:31.899Z Compiling salty v0.3.0
27102026-04-28T20:07:31.961Z Compiling nonempty v0.12.0
27112026-04-28T20:07:32.144Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27122026-04-28T20:07:32.292Z Compiling progenitor-impl v0.11.2
27132026-04-28T20:07:32.491Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27142026-04-28T20:07:32.546Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27152026-04-28T20:07:33.142Z Compiling progenitor-macro v0.10.0
27162026-04-28T20:07:34.347Z Compiling darling_core v0.23.0
27172026-04-28T20:07:34.505Z Compiling nanorand v0.7.0
27182026-04-28T20:07:34.859Z Compiling arc-swap v1.8.2
27192026-04-28T20:07:34.886Z Compiling fs-err v2.11.0
27202026-04-28T20:07:35.239Z Compiling parking_lot_core v0.8.6
27212026-04-28T20:07:35.355Z Compiling mime_guess v2.0.5
27222026-04-28T20:07:35.681Z Compiling slog-scope v4.4.1
27232026-04-28T20:07:35.873Z Compiling flume v0.11.1
27242026-04-28T20:07:36.194Z Compiling progenitor-macro v0.11.2
27252026-04-28T20:07:36.266Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27262026-04-28T20:07:36.546Z Compiling darling_macro v0.23.0
27272026-04-28T20:07:36.571Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27282026-04-28T20:07:37.242Z Compiling progenitor v0.10.0
27292026-04-28T20:07:37.446Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27302026-04-28T20:07:37.832Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27312026-04-28T20:07:38.151Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27322026-04-28T20:07:40.218Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27332026-04-28T20:07:40.273Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27342026-04-28T20:07:40.896Z Compiling oso v0.27.3
27352026-04-28T20:07:41.879Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27362026-04-28T20:07:41.924Z Compiling progenitor-client v0.11.2
27372026-04-28T20:07:44.646Z Compiling async-bb8-diesel v0.2.1
27382026-04-28T20:07:45.102Z Compiling diesel-dtrace v0.5.0
27392026-04-28T20:07:45.520Z Compiling git-stub v1.0.0
27402026-04-28T20:07:45.640Z Compiling libgit2-sys v0.18.3+1.9.2
27412026-04-28T20:07:45.807Z Compiling instability v0.3.11
27422026-04-28T20:07:45.939Z Compiling git-stub-vcs v0.1.0
27432026-04-28T20:07:46.156Z Compiling progenitor v0.11.2
27442026-04-28T20:07:46.164Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27452026-04-28T20:07:46.307Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27462026-04-28T20:07:46.330Z Compiling darling v0.23.0
27472026-04-28T20:07:46.483Z Compiling slog-stdlog v4.1.1
27482026-04-28T20:07:47.386Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27492026-04-28T20:07:47.475Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27502026-04-28T20:07:47.504Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27512026-04-28T20:07:48.566Z Compiling ignore v0.4.25
27522026-04-28T20:07:49.447Z Compiling primeorder v0.13.6
27532026-04-28T20:07:49.762Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-04-28T20:07:50.236Z Compiling castaway v0.2.4
27552026-04-28T20:07:50.396Z Compiling atty v0.2.14
27562026-04-28T20:07:50.516Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-04-28T20:07:50.547Z Compiling indoc v2.0.7
27582026-04-28T20:07:50.754Z Compiling http-range v0.1.5
27592026-04-28T20:07:51.010Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27602026-04-28T20:07:51.094Z Compiling parse-size v1.1.0
27612026-04-28T20:07:51.272Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27622026-04-28T20:07:51.389Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-04-28T20:07:51.539Z Compiling compact_str v0.8.1
27642026-04-28T20:07:51.880Z Compiling p384 v0.13.1
27652026-04-28T20:07:52.675Z Compiling globwalk v0.9.1
27662026-04-28T20:07:53.369Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27672026-04-28T20:07:53.395Z Compiling parking_lot v0.11.2
27682026-04-28T20:07:53.569Z Compiling slog-envlogger v2.2.0
27692026-04-28T20:07:53.999Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27702026-04-28T20:07:54.075Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27712026-04-28T20:07:54.324Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27722026-04-28T20:07:54.372Z Compiling predicates-tree v1.0.13
27732026-04-28T20:07:54.471Z Compiling unicode-truncate v1.1.0
27742026-04-28T20:07:54.630Z Compiling lru v0.12.5
27752026-04-28T20:07:54.681Z Compiling rand_seeder v0.4.0
27762026-04-28T20:07:54.716Z Compiling prefix-trie v0.7.0
27772026-04-28T20:07:54.751Z Compiling vergen-git2 v1.0.7
27782026-04-28T20:07:54.843Z Compiling cassowary v0.3.0
27792026-04-28T20:07:54.865Z Compiling compression-core v0.4.31
27802026-04-28T20:07:54.933Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27812026-04-28T20:07:55.011Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27822026-04-28T20:07:55.085Z Compiling compression-codecs v0.4.37
27832026-04-28T20:07:55.149Z Compiling hickory-server v0.25.2
27842026-04-28T20:07:55.204Z Compiling ratatui v0.29.0
27852026-04-28T20:07:55.492Z Compiling camino-tempfile-ext v0.3.3
27862026-04-28T20:07:56.113Z Compiling hyper-staticfile v0.10.1
27872026-04-28T20:07:56.168Z Compiling sled v0.34.7
27882026-04-28T20:07:56.924Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27892026-04-28T20:07:57.365Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27902026-04-28T20:07:57.557Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27912026-04-28T20:07:57.624Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27922026-04-28T20:07:57.724Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27932026-04-28T20:07:58.357Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27942026-04-28T20:07:59.010Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27952026-04-28T20:07:59.196Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27962026-04-28T20:07:59.450Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-04-28T20:07:59.553Z Compiling toml_datetime v1.0.0+spec-1.1.0
27982026-04-28T20:07:59.917Z Compiling dropshot v0.17.0
27992026-04-28T20:08:00.022Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28002026-04-28T20:08:00.153Z Compiling corncobs v0.1.4
28012026-04-28T20:08:00.255Z Compiling rustls v0.21.12
28022026-04-28T20:08:00.302Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28032026-04-28T20:08:00.329Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28042026-04-28T20:08:00.473Z Compiling toml v1.0.6+spec-1.1.0
28052026-04-28T20:08:00.523Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28062026-04-28T20:08:00.861Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28072026-04-28T20:08:01.015Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28082026-04-28T20:08:01.365Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28092026-04-28T20:08:01.411Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28102026-04-28T20:08:01.434Z Compiling async-compression v0.4.41
28112026-04-28T20:08:01.945Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28122026-04-28T20:08:03.573Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28132026-04-28T20:08:04.158Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28142026-04-28T20:08:04.613Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28152026-04-28T20:08:04.670Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28162026-04-28T20:08:04.840Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28172026-04-28T20:08:04.896Z Compiling rustls-webpki v0.101.7
28182026-04-28T20:08:05.067Z Compiling sct v0.7.1
28192026-04-28T20:08:05.093Z Compiling nix v0.29.0
28202026-04-28T20:08:05.366Z Compiling secrecy v0.8.0
28212026-04-28T20:08:05.502Z Compiling dropshot_endpoint v0.17.0
28222026-04-28T20:08:05.563Z Compiling void v1.0.2
28232026-04-28T20:08:05.717Z Compiling lzss v0.8.2
28242026-04-28T20:08:06.486Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28252026-04-28T20:08:06.611Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28262026-04-28T20:08:07.066Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28272026-04-28T20:08:07.771Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28282026-04-28T20:08:08.123Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28292026-04-28T20:08:08.846Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28302026-04-28T20:08:09.159Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28312026-04-28T20:08:09.406Z Compiling tungstenite v0.23.0
28322026-04-28T20:08:09.525Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28332026-04-28T20:08:09.754Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28342026-04-28T20:08:09.960Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28352026-04-28T20:08:09.984Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28362026-04-28T20:08:10.168Z Compiling nix v0.27.1
28372026-04-28T20:08:10.190Z Compiling serde_bytes v0.11.19
28382026-04-28T20:08:10.249Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28392026-04-28T20:08:10.531Z Compiling tokio-tungstenite v0.23.1
28402026-04-28T20:08:10.913Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28412026-04-28T20:08:11.153Z Compiling git2 v0.20.4
28422026-04-28T20:08:11.473Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28432026-04-28T20:08:11.496Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28442026-04-28T20:08:11.801Z Compiling tokio-rustls v0.24.1
28452026-04-28T20:08:12.096Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28462026-04-28T20:08:14.139Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28472026-04-28T20:08:14.305Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28482026-04-28T20:08:16.652Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28492026-04-28T20:08:17.040Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28502026-04-28T20:08:17.264Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28512026-04-28T20:08:17.494Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28522026-04-28T20:08:17.769Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28532026-04-28T20:08:19.400Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28542026-04-28T20:08:19.603Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28552026-04-28T20:08:19.870Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28562026-04-28T20:08:20.819Z Compiling rustls-pemfile v1.0.4
28572026-04-28T20:08:21.237Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28582026-04-28T20:08:22.076Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28592026-04-28T20:08:22.106Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28602026-04-28T20:08:24.167Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28612026-04-28T20:08:24.170Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28622026-04-28T20:08:24.211Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28632026-04-28T20:08:24.295Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28642026-04-28T20:08:24.837Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28652026-04-28T20:08:25.087Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28662026-04-28T20:08:25.127Z Compiling signal-hook-tokio v0.3.1
28672026-04-28T20:08:25.329Z Compiling twox-hash v2.1.2
28682026-04-28T20:08:25.374Z Compiling yasna v0.5.2
28692026-04-28T20:08:25.694Z Compiling is_ci v1.2.0
28702026-04-28T20:08:25.883Z Compiling supports-color v3.0.2
28712026-04-28T20:08:25.950Z Compiling rcgen v0.12.1
28722026-04-28T20:08:26.012Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28732026-04-28T20:08:26.071Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28742026-04-28T20:08:26.168Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28752026-04-28T20:08:26.931Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28762026-04-28T20:08:28.022Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28772026-04-28T20:08:29.709Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28782026-04-28T20:08:29.854Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28792026-04-28T20:08:30.413Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28802026-04-28T20:08:30.511Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28812026-04-28T20:08:30.728Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28822026-04-28T20:08:31.067Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28832026-04-28T20:08:31.302Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28842026-04-28T20:08:31.531Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28852026-04-28T20:08:31.796Z Compiling fatfs v0.3.6
28862026-04-28T20:08:31.936Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28872026-04-28T20:08:33.017Z Compiling rtoolbox v0.0.3
28882026-04-28T20:08:33.039Z Compiling subprocess v0.2.15
28892026-04-28T20:08:33.301Z Compiling assert_matches v1.5.0
28902026-04-28T20:08:33.419Z Compiling seq-macro v0.3.6
28912026-04-28T20:08:33.918Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28922026-04-28T20:08:34.634Z Compiling rpassword v7.4.0
28932026-04-28T20:08:34.966Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28942026-04-28T20:08:34.990Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28952026-04-28T20:08:35.247Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28962026-04-28T20:08:35.382Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28972026-04-28T20:08:35.653Z Compiling tui-tree-widget v0.23.1
28982026-04-28T20:08:35.948Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28992026-04-28T20:08:37.252Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29002026-04-28T20:08:37.774Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29012026-04-28T20:08:37.798Z Compiling uzers v0.12.2
29022026-04-28T20:08:38.048Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29032026-04-28T20:08:39.257Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29042026-04-28T20:08:40.435Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29052026-04-28T20:08:40.521Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29062026-04-28T20:08:42.883Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29072026-04-28T20:08:44.057Z Compiling support-bundle-viewer v0.1.2
29082026-04-28T20:08:45.092Z Compiling multimap v0.10.1
29092026-04-28T20:08:53.343Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29102026-04-28T20:09:02.444Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29112026-04-28T20:09:04.476Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29122026-04-28T20:09:05.104Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29132026-04-28T20:14:11.231Z Finished `release` profile [optimized] target(s) in 7m 20s
29142026-04-28T20:14:54.405Z
29152026-04-28T20:14:54.405Zreal 8:04.355356632
29162026-04-28T20:14:54.406Zuser 1:17:59.548410188
29172026-04-28T20:14:54.406Zsys 3:24.359000808
29182026-04-28T20:14:54.406Ztrap 1.754075621
29192026-04-28T20:14:54.406Ztflt 2.186617126
29202026-04-28T20:14:54.406Zdflt 15.108613662
29212026-04-28T20:14:54.406Zkflt 0.003501808
29222026-04-28T20:14:54.406Zlock 6:11:46.740487587
29232026-04-28T20:14:54.406Zslp 2:12:20.074279915
29242026-04-28T20:14:54.406Zlat 2:27.226732486
29252026-04-28T20:14:54.406Zstop 5:12.967377336
29262026-04-28T20:14:54.409Z+ mapfile -t packages
29272026-04-28T20:14:54.409Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29282026-04-28T20:14:55.361Z Finished `release` profile [optimized] target(s) in 0.94s
29292026-04-28T20:14:55.435Z Running `target/release/omicron-package -t test list-outputs`
29302026-04-28T20:14:55.488ZLogging to: /work/oxidecomputer/omicron/out/LOG
29312026-04-28T20:14:55.491Z+ ptime -m cargo build --locked --release -p xtask
29322026-04-28T20:14:56.016Z Compiling libc v0.2.185
29332026-04-28T20:14:56.017Z Compiling serde v1.0.228
29342026-04-28T20:14:56.017Z Compiling serde_core v1.0.228
29352026-04-28T20:14:56.020Z Compiling rustix v1.1.3
29362026-04-28T20:14:56.020Z Compiling serde_json v1.0.149
29372026-04-28T20:14:56.020Z Compiling bitflags v2.11.0
29382026-04-28T20:14:56.156Z Compiling num-traits v0.2.19
29392026-04-28T20:14:56.163Z Compiling syn v2.0.117
29402026-04-28T20:14:56.180Z Compiling smallvec v1.15.1
29412026-04-28T20:14:56.180Z Compiling hashbrown v0.16.1
29422026-04-28T20:14:56.197Z Compiling usdt-impl v0.5.0
29432026-04-28T20:14:56.209Z Compiling syn v1.0.109
29442026-04-28T20:14:56.220Z Compiling getrandom v0.4.1
29452026-04-28T20:14:56.231Z Compiling percent-encoding v2.3.2
29462026-04-28T20:14:56.349Z Compiling log v0.4.29
29472026-04-28T20:14:56.460Z Compiling form_urlencoded v1.2.2
29482026-04-28T20:14:56.540Z Compiling fs-err v3.3.0
29492026-04-28T20:14:56.552Z Compiling heck v0.4.1
29502026-04-28T20:14:56.585Z Compiling once_cell v1.21.3
29512026-04-28T20:14:56.608Z Compiling anyhow v1.0.102
29522026-04-28T20:14:56.807Z Compiling indexmap v2.13.0
29532026-04-28T20:14:56.892Z Compiling errno v0.3.14
29542026-04-28T20:14:56.894Z Compiling thread-id v4.2.2
29552026-04-28T20:14:56.894Z Compiling memmap v0.7.0
29562026-04-28T20:14:57.163Z Compiling ordered-float v2.10.1
29572026-04-28T20:14:57.734Z Compiling proc-macro-error v1.0.4
29582026-04-28T20:14:57.925Z Compiling terminal_size v0.4.3
29592026-04-28T20:14:57.925Z Compiling tempfile v3.25.0
29602026-04-28T20:14:57.982Z Compiling tabled_derive v0.7.0
29612026-04-28T20:14:58.020Z Compiling clap_builder v4.5.60
29622026-04-28T20:14:58.020Z Compiling textwrap v0.16.2
29632026-04-28T20:14:58.153Z Compiling camino-tempfile v1.4.1
29642026-04-28T20:14:58.656Z Compiling tabled v0.15.0
29652026-04-28T20:14:58.735Z Compiling synstructure v0.13.2
29662026-04-28T20:14:58.735Z Compiling pest_generator v2.8.6
29672026-04-28T20:14:59.132Z Compiling serde_derive v1.0.228
29682026-04-28T20:14:59.132Z Compiling zerofrom-derive v0.1.6
29692026-04-28T20:14:59.135Z Compiling yoke-derive v0.8.1
29702026-04-28T20:14:59.135Z Compiling zerovec-derive v0.11.2
29712026-04-28T20:14:59.155Z Compiling displaydoc v0.2.5
29722026-04-28T20:14:59.250Z Compiling thiserror-impl v1.0.69
29732026-04-28T20:14:59.424Z Compiling zerocopy-derive v0.7.35
29742026-04-28T20:14:59.641Z Compiling pest_derive v2.8.6
29752026-04-28T20:14:59.705Z Compiling scroll_derive v0.12.1
29762026-04-28T20:14:59.748Z Compiling thiserror-impl v2.0.18
29772026-04-28T20:14:59.829Z Compiling clap_derive v4.5.55
29782026-04-28T20:15:00.225Z Compiling zerocopy v0.7.35
29792026-04-28T20:15:00.274Z Compiling zerofrom v0.1.6
29802026-04-28T20:15:00.344Z Compiling thiserror v1.0.69
29812026-04-28T20:15:00.370Z Compiling scroll v0.12.0
29822026-04-28T20:15:00.427Z Compiling yoke v0.8.1
29832026-04-28T20:15:00.463Z Compiling dtrace-parser v0.2.0
29842026-04-28T20:15:00.640Z Compiling zerovec v0.11.5
29852026-04-28T20:15:00.697Z Compiling zerotrie v0.2.3
29862026-04-28T20:15:00.940Z Compiling goblin v0.8.2
29872026-04-28T20:15:01.083Z Compiling thiserror v2.0.18
29882026-04-28T20:15:01.218Z Compiling tinystr v0.8.2
29892026-04-28T20:15:01.260Z Compiling potential_utf v0.1.4
29902026-04-28T20:15:01.463Z Compiling icu_locale_core v2.1.1
29912026-04-28T20:15:01.483Z Compiling icu_collections v2.1.1
29922026-04-28T20:15:01.495Z Compiling clap v4.5.60
29932026-04-28T20:15:02.251Z Compiling icu_provider v2.1.1
29942026-04-28T20:15:02.479Z Compiling toml_datetime v0.6.11
29952026-04-28T20:15:02.499Z Compiling serde_spanned v0.6.9
29962026-04-28T20:15:02.538Z Compiling icu_normalizer v2.1.1
29972026-04-28T20:15:02.552Z Compiling icu_properties v2.1.2
29982026-04-28T20:15:02.587Z Compiling dof v0.3.0
29992026-04-28T20:15:02.598Z Compiling serde_tokenstream v0.2.3
30002026-04-28T20:15:02.681Z Compiling serde-value v0.7.0
30012026-04-28T20:15:02.697Z Compiling toml_edit v0.22.27
30022026-04-28T20:15:02.720Z Compiling cargo-platform v0.2.0
30032026-04-28T20:15:02.731Z Compiling macaddr v1.0.1
30042026-04-28T20:15:03.483Z Compiling idna_adapter v1.2.1
30052026-04-28T20:15:03.504Z Compiling usdt-attr-macro v0.5.0
30062026-04-28T20:15:03.507Z Compiling usdt-macro v0.5.0
30072026-04-28T20:15:03.595Z Compiling idna v1.1.0
30082026-04-28T20:15:03.924Z Compiling url v2.5.8
30092026-04-28T20:15:04.381Z Compiling toml v0.8.23
30102026-04-28T20:15:04.455Z Compiling usdt v0.5.0
30112026-04-28T20:15:04.875Z Compiling cargo-util-schemas v0.8.2
30122026-04-28T20:15:04.929Z Compiling cargo_toml v0.21.0
30132026-04-28T20:15:05.933Z Compiling cargo_metadata v0.21.0
30142026-04-28T20:15:09.139Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30152026-04-28T20:15:12.170Z Finished `release` profile [optimized] target(s) in 16.66s
30162026-04-28T20:15:12.326Z
30172026-04-28T20:15:12.329Zreal 16.803354191
30182026-04-28T20:15:12.329Zuser 2:25.539510897
30192026-04-28T20:15:12.329Zsys 16.586423097
30202026-04-28T20:15:12.329Ztrap 0.100884719
30212026-04-28T20:15:12.329Ztflt 0.532580557
30222026-04-28T20:15:12.329Zdflt 1.544569212
30232026-04-28T20:15:12.329Zkflt 0.000182497
30242026-04-28T20:15:12.329Zlock 5:19.863125148
30252026-04-28T20:15:12.329Zslp 3:30.805311175
30262026-04-28T20:15:12.329Zlat 5.939132948
30272026-04-28T20:15:12.329Zstop 17.350113933
30282026-04-28T20:15:12.329Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30292026-04-28T20:15:12.329Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30302026-04-28T20:15:12.329Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30312026-04-28T20:15:12.329Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30322026-04-28T20:15:12.329Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30332026-04-28T20:15:13.261Z Compiling regress v0.10.5
30342026-04-28T20:15:13.264Z Compiling newtype-uuid-macros v0.1.0
30352026-04-28T20:15:13.264Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30362026-04-28T20:15:13.406Z Compiling rustls v0.22.4
30372026-04-28T20:15:13.418Z Compiling progenitor-client v0.13.0
30382026-04-28T20:15:13.421Z Compiling rustls-webpki v0.102.8
30392026-04-28T20:15:13.421Z Compiling structmeta-derive v0.3.0
30402026-04-28T20:15:13.421Z Compiling serde_spanned v1.0.4
30412026-04-28T20:15:13.421Z Compiling multer v3.1.0
30422026-04-28T20:15:13.421Z Compiling debug-ignore v1.0.5
30432026-04-28T20:15:13.421Z Compiling match_cfg v0.1.0
30442026-04-28T20:15:13.438Z Compiling toml_writer v1.0.6+spec-1.1.0
30452026-04-28T20:15:13.438Z Compiling slog-json v2.6.1
30462026-04-28T20:15:13.438Z Compiling async-stream-impl v0.3.6
30472026-04-28T20:15:13.441Z Compiling waitgroup v0.1.2
30482026-04-28T20:15:13.441Z Compiling rustls-pemfile v2.2.0
30492026-04-28T20:15:13.671Z Compiling hostname v0.3.1
30502026-04-28T20:15:13.674Z Compiling hostname v0.4.2
30512026-04-28T20:15:13.690Z Compiling serde_path_to_error v0.1.20
30522026-04-28T20:15:13.722Z Compiling itertools v0.14.0
30532026-04-28T20:15:13.738Z Compiling dropshot v0.16.7
30542026-04-28T20:15:13.771Z Compiling toml v0.9.12+spec-1.1.0
30552026-04-28T20:15:13.774Z Compiling slog-bunyan v2.5.0
30562026-04-28T20:15:13.774Z Compiling dropshot_endpoint v0.16.7
30572026-04-28T20:15:13.837Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30582026-04-28T20:15:13.854Z Compiling macaddr v1.0.1
30592026-04-28T20:15:13.930Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30602026-04-28T20:15:13.971Z Compiling instant v0.1.13
30612026-04-28T20:15:14.027Z Compiling progenitor-client v0.10.0
30622026-04-28T20:15:14.045Z Compiling backon v1.6.0
30632026-04-28T20:15:14.083Z Compiling backoff v0.4.0
30642026-04-28T20:15:14.100Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30652026-04-28T20:15:14.100Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30662026-04-28T20:15:14.139Z Compiling async-stream v0.3.6
30672026-04-28T20:15:14.187Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30682026-04-28T20:15:14.270Z Compiling progenitor-extras v0.1.1
30692026-04-28T20:15:14.316Z Compiling universal-hash v0.5.1
30702026-04-28T20:15:14.339Z Compiling opaque-debug v0.3.1
30712026-04-28T20:15:14.357Z Compiling half v2.7.1
30722026-04-28T20:15:14.361Z Compiling crucible-workspace-hack v0.1.0
30732026-04-28T20:15:14.373Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30742026-04-28T20:15:14.405Z Compiling ciborium-io v0.2.2
30752026-04-28T20:15:14.435Z Compiling convert_case v0.4.0
30762026-04-28T20:15:14.471Z Compiling aead v0.5.2
30772026-04-28T20:15:14.528Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30782026-04-28T20:15:14.545Z Compiling secrecy v0.10.3
30792026-04-28T20:15:14.559Z Compiling unsafe-libyaml v0.2.11
30802026-04-28T20:15:14.578Z Compiling poly1305 v0.8.0
30812026-04-28T20:15:14.618Z Compiling ciborium-ll v0.2.2
30822026-04-28T20:15:14.706Z Compiling chacha20 v0.9.1
30832026-04-28T20:15:14.726Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30842026-04-28T20:15:14.765Z Compiling structmeta v0.3.0
30852026-04-28T20:15:14.784Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30862026-04-28T20:15:14.820Z Compiling ciborium v0.2.2
30872026-04-28T20:15:14.836Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30882026-04-28T20:15:14.853Z Compiling derive_more v0.99.20
30892026-04-28T20:15:14.872Z Compiling thiserror-impl-no-std v2.0.2
30902026-04-28T20:15:14.988Z Compiling typify-impl v0.6.1
30912026-04-28T20:15:15.014Z Compiling derive-ex v0.1.8
30922026-04-28T20:15:15.032Z Compiling parse-display-derive v0.10.0
30932026-04-28T20:15:15.076Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30942026-04-28T20:15:15.123Z Compiling serde_yaml v0.9.34+deprecated
30952026-04-28T20:15:15.161Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30962026-04-28T20:15:15.189Z Compiling byte-wrapper v0.1.0
30972026-04-28T20:15:15.282Z Compiling password-hash v0.5.0
30982026-04-28T20:15:15.361Z Compiling blake2 v0.10.6
30992026-04-28T20:15:15.364Z Compiling chacha20poly1305 v0.10.1
31002026-04-28T20:15:15.432Z Compiling indent_write v2.2.0
31012026-04-28T20:15:15.553Z Compiling heapless v0.8.0
31022026-04-28T20:15:15.571Z Compiling ingot-macros v0.1.1
31032026-04-28T20:15:15.602Z Compiling toml_edit v0.23.10+spec-1.0.0
31042026-04-28T20:15:15.656Z Compiling argon2 v0.5.3
31052026-04-28T20:15:15.713Z Compiling hash32 v0.3.1
31062026-04-28T20:15:15.877Z Compiling tokio-rustls v0.25.0
31072026-04-28T20:15:15.956Z Compiling smoltcp v0.11.0
31082026-04-28T20:15:16.143Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31092026-04-28T20:15:16.160Z Compiling thiserror-no-std v2.0.2
31102026-04-28T20:15:16.286Z Compiling vsss-rs v3.3.4
31112026-04-28T20:15:16.339Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31122026-04-28T20:15:16.475Z Compiling proc-macro-crate v3.4.0
31132026-04-28T20:15:16.634Z Compiling tabwriter v1.4.1
31142026-04-28T20:15:16.652Z Compiling num-rational v0.4.2
31152026-04-28T20:15:16.739Z Compiling cobs v0.3.0
31162026-04-28T20:15:16.820Z Compiling parse-display v0.10.0
31172026-04-28T20:15:16.837Z Compiling test-strategy v0.4.5
31182026-04-28T20:15:16.903Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31192026-04-28T20:15:16.920Z Compiling num-complex v0.4.6
31202026-04-28T20:15:16.960Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31212026-04-28T20:15:17.069Z Compiling num_enum_derive v0.7.5
31222026-04-28T20:15:17.091Z Compiling postcard v1.1.3
31232026-04-28T20:15:17.172Z Compiling proc-macro-error v1.0.4
31242026-04-28T20:15:17.214Z Compiling proc-macro-crate v1.3.1
31252026-04-28T20:15:17.273Z Compiling num v0.4.3
31262026-04-28T20:15:17.345Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31272026-04-28T20:15:17.370Z Compiling foreign-types-macros v0.2.3
31282026-04-28T20:15:17.488Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31292026-04-28T20:15:17.506Z Compiling foreign-types-shared v0.3.1
31302026-04-28T20:15:17.525Z Compiling colored v3.1.1
31312026-04-28T20:15:17.528Z Compiling rayon-core v1.13.0
31322026-04-28T20:15:17.558Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31332026-04-28T20:15:17.624Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31342026-04-28T20:15:17.667Z Compiling float-ord v0.3.2
31352026-04-28T20:15:17.670Z Compiling cpufeatures v0.3.0
31362026-04-28T20:15:17.749Z Compiling num_enum_derive v0.5.11
31372026-04-28T20:15:17.790Z Compiling chacha20 v0.10.0
31382026-04-28T20:15:17.858Z Compiling crossbeam-deque v0.8.6
31392026-04-28T20:15:17.933Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31402026-04-28T20:15:17.974Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31412026-04-28T20:15:17.991Z Compiling cstr-argument v0.1.2
31422026-04-28T20:15:18.008Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31432026-04-28T20:15:18.029Z Compiling foreign-types v0.5.0
31442026-04-28T20:15:18.093Z Compiling rand v0.10.0
31452026-04-28T20:15:18.133Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31462026-04-28T20:15:18.183Z Compiling toml v0.8.23
31472026-04-28T20:15:18.199Z Compiling num_enum v0.7.5
31482026-04-28T20:15:18.251Z Compiling camino-tempfile v1.4.1
31492026-04-28T20:15:18.347Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31502026-04-28T20:15:18.419Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31512026-04-28T20:15:18.436Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31522026-04-28T20:15:18.459Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31532026-04-28T20:15:18.481Z Compiling zone_cfg_derive v0.3.1
31542026-04-28T20:15:18.517Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31552026-04-28T20:15:18.568Z Compiling ingot-types v0.1.2
31562026-04-28T20:15:18.582Z Compiling rayon v1.11.0
31572026-04-28T20:15:18.585Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31582026-04-28T20:15:18.677Z Compiling itertools v0.12.1
31592026-04-28T20:15:18.806Z Compiling num-derive v0.4.2
31602026-04-28T20:15:18.827Z Compiling sigpipe v0.1.3
31612026-04-28T20:15:18.872Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31622026-04-28T20:15:18.888Z Compiling glob v0.3.3
31632026-04-28T20:15:18.931Z Compiling num_enum v0.5.11
31642026-04-28T20:15:18.949Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31652026-04-28T20:15:18.952Z Compiling smf v0.2.3
31662026-04-28T20:15:19.032Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31672026-04-28T20:15:19.072Z Compiling ingot v0.1.1
31682026-04-28T20:15:19.091Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31692026-04-28T20:15:19.121Z Compiling prettyplease v0.2.37
31702026-04-28T20:15:19.142Z Compiling whoami v1.6.1
31712026-04-28T20:15:19.208Z Compiling gethostname v0.5.0
31722026-04-28T20:15:19.224Z Compiling usdt-attr-macro v0.5.0
31732026-04-28T20:15:19.376Z Compiling usdt-macro v0.5.0
31742026-04-28T20:15:19.437Z Compiling memmap v0.7.0
31752026-04-28T20:15:19.469Z Compiling atomicwrites v0.4.4
31762026-04-28T20:15:19.537Z Compiling derive-where v1.6.0
31772026-04-28T20:15:19.617Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31782026-04-28T20:15:19.662Z Compiling resolv-conf v0.7.6
31792026-04-28T20:15:19.680Z Compiling typify-macro v0.6.1
31802026-04-28T20:15:19.695Z Compiling owo-colors v4.3.0
31812026-04-28T20:15:19.787Z Compiling cancel-safe-futures v0.1.5
31822026-04-28T20:15:19.803Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31832026-04-28T20:15:19.982Z Compiling zone v0.3.1
31842026-04-28T20:15:20.057Z Compiling libsw-core v0.3.2
31852026-04-28T20:15:20.072Z Compiling async-recursion v1.1.1
31862026-04-28T20:15:20.212Z Compiling usdt v0.5.0
31872026-04-28T20:15:20.238Z Compiling libsw v3.5.0
31882026-04-28T20:15:20.260Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31892026-04-28T20:15:20.385Z Compiling libefi-sys v0.1.0
31902026-04-28T20:15:20.441Z Compiling linear-map v1.2.0
31912026-04-28T20:15:20.448Z Compiling console v0.15.11
31922026-04-28T20:15:20.464Z Compiling hickory-proto v0.24.4
31932026-04-28T20:15:20.503Z Compiling newline-converter v0.3.0
31942026-04-28T20:15:20.626Z Compiling bitfield-struct v0.6.2
31952026-04-28T20:15:20.644Z Compiling linked-hash-map v0.5.6
31962026-04-28T20:15:20.658Z Compiling semver v0.1.20
31972026-04-28T20:15:20.704Z Compiling tokio-dtrace v0.1.1
31982026-04-28T20:15:20.803Z Compiling expectorate v1.2.0
31992026-04-28T20:15:20.871Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32002026-04-28T20:15:20.887Z Compiling rustc_version v0.1.7
32012026-04-28T20:15:20.905Z Compiling lru-cache v0.1.2
32022026-04-28T20:15:20.931Z Compiling dropshot-api-manager-types v0.6.0
32032026-04-28T20:15:20.948Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32042026-04-28T20:15:20.975Z Compiling pin-project-internal v1.1.11
32052026-04-28T20:15:20.992Z Compiling slog-dtrace v0.3.0
32062026-04-28T20:15:21.011Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-04-28T20:15:21.067Z Compiling minimal-lexical v0.2.1
32082026-04-28T20:15:21.082Z Compiling oxide-tokio-rt v0.1.4
32092026-04-28T20:15:21.099Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32102026-04-28T20:15:21.117Z Compiling typify-impl v0.4.3
32112026-04-28T20:15:21.151Z Compiling newtype_derive v0.1.6
32122026-04-28T20:15:21.294Z Compiling nom v7.1.3
32132026-04-28T20:15:21.300Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32142026-04-28T20:15:21.334Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32152026-04-28T20:15:21.350Z Compiling phf_shared v0.12.1
32162026-04-28T20:15:21.363Z Compiling pem v3.0.6
32172026-04-28T20:15:21.382Z Compiling snafu-derive v0.8.9
32182026-04-28T20:15:21.409Z Compiling csv-core v0.1.13
32192026-04-28T20:15:21.553Z Compiling chrono-tz v0.10.4
32202026-04-28T20:15:21.573Z Compiling typify v0.6.1
32212026-04-28T20:15:21.655Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32222026-04-28T20:15:21.690Z Compiling xshell-macros v0.2.7
32232026-04-28T20:15:21.712Z Compiling progenitor-impl v0.13.0
32242026-04-28T20:15:21.723Z Compiling highway v1.3.0
32252026-04-28T20:15:21.744Z Compiling same-file v1.0.6
32262026-04-28T20:15:21.787Z Compiling csv v1.4.0
32272026-04-28T20:15:21.946Z Compiling walkdir v2.5.0
32282026-04-28T20:15:22.106Z Compiling const_format_proc_macros v0.2.34
32292026-04-28T20:15:22.112Z Compiling phf v0.12.1
32302026-04-28T20:15:22.115Z Compiling xshell v0.2.7
32312026-04-28T20:15:22.214Z Compiling pin-project v1.1.11
32322026-04-28T20:15:22.282Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32332026-04-28T20:15:22.297Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32342026-04-28T20:15:22.345Z Compiling globset v0.4.18
32352026-04-28T20:15:22.362Z Compiling olpc-cjson v0.1.4
32362026-04-28T20:15:22.416Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32372026-04-28T20:15:22.550Z Compiling primeorder v0.13.6
32382026-04-28T20:15:22.559Z Compiling serde_plain v1.0.2
32392026-04-28T20:15:22.638Z Compiling hickory-resolver v0.24.4
32402026-04-28T20:15:22.673Z Compiling typed-path v0.9.3
32412026-04-28T20:15:22.702Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32422026-04-28T20:15:22.883Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32432026-04-28T20:15:22.989Z Compiling const_format v0.2.35
32442026-04-28T20:15:23.010Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32452026-04-28T20:15:23.139Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32462026-04-28T20:15:23.298Z Compiling tabled_derive v0.7.0
32472026-04-28T20:15:23.340Z Compiling bcs v0.1.6
32482026-04-28T20:15:23.417Z Compiling snafu v0.8.9
32492026-04-28T20:15:23.649Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32502026-04-28T20:15:23.691Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32512026-04-28T20:15:23.753Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32522026-04-28T20:15:23.771Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32532026-04-28T20:15:23.814Z Compiling qorb v0.4.1
32542026-04-28T20:15:23.832Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32552026-04-28T20:15:23.997Z Compiling tough v0.20.0
32562026-04-28T20:15:24.341Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32572026-04-28T20:15:24.360Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32582026-04-28T20:15:24.392Z Compiling radium v0.7.0
32592026-04-28T20:15:24.490Z Compiling progenitor-macro v0.13.0
32602026-04-28T20:15:24.578Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32612026-04-28T20:15:24.611Z Compiling termtree v0.5.1
32622026-04-28T20:15:24.694Z Compiling salty v0.3.0
32632026-04-28T20:15:24.756Z Compiling textwrap v0.16.2
32642026-04-28T20:15:24.773Z Compiling tabled v0.15.0
32652026-04-28T20:15:24.800Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32662026-04-28T20:15:24.989Z Compiling steno v0.4.1
32672026-04-28T20:15:25.006Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32682026-04-28T20:15:25.057Z Compiling tap v1.0.1
32692026-04-28T20:15:25.187Z Compiling base64 v0.21.7
32702026-04-28T20:15:25.216Z Compiling humantime v2.3.0
32712026-04-28T20:15:25.279Z Compiling maybe-uninit v2.0.0
32722026-04-28T20:15:25.524Z Compiling tagptr v0.2.0
32732026-04-28T20:15:25.543Z Compiling wyz v0.5.1
32742026-04-28T20:15:25.599Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32752026-04-28T20:15:25.690Z Compiling moka v0.12.13
32762026-04-28T20:15:25.712Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32772026-04-28T20:15:25.805Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32782026-04-28T20:15:25.843Z Compiling typify-macro v0.4.3
32792026-04-28T20:15:25.865Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32802026-04-28T20:15:25.973Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32812026-04-28T20:15:26.001Z Compiling p384 v0.13.1
32822026-04-28T20:15:26.194Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32832026-04-28T20:15:26.391Z Compiling parking_lot_core v0.8.6
32842026-04-28T20:15:26.521Z Compiling funty v2.0.0
32852026-04-28T20:15:26.591Z Compiling packed_struct v0.10.1
32862026-04-28T20:15:26.609Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32872026-04-28T20:15:26.694Z Compiling hickory-resolver v0.25.2
32882026-04-28T20:15:26.843Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32892026-04-28T20:15:26.917Z Compiling bitvec v1.0.1
32902026-04-28T20:15:27.158Z Compiling polyval v0.6.2
32912026-04-28T20:15:27.211Z Compiling git-stub v1.0.0
32922026-04-28T20:15:27.213Z Compiling packed_struct_codegen v0.10.1
32932026-04-28T20:15:27.329Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32942026-04-28T20:15:27.429Z Compiling zerocopy-derive v0.6.6
32952026-04-28T20:15:27.518Z Compiling bitfield-macros v0.19.4
32962026-04-28T20:15:27.594Z Compiling proc-macro-error-attr2 v2.0.0
32972026-04-28T20:15:27.622Z Compiling indexmap v1.9.3
32982026-04-28T20:15:27.640Z Compiling nodrop v0.1.14
32992026-04-28T20:15:27.696Z Compiling typify v0.4.3
33002026-04-28T20:15:27.766Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33012026-04-28T20:15:27.878Z Compiling utf-8 v0.7.6
33022026-04-28T20:15:27.895Z Compiling crc-catalog v2.4.0
33032026-04-28T20:15:28.021Z Compiling tungstenite v0.21.0
33042026-04-28T20:15:28.060Z Compiling crc v3.4.0
33052026-04-28T20:15:28.077Z Compiling proc-macro-error2 v2.0.1
33062026-04-28T20:15:28.116Z Compiling array-init v0.0.4
33072026-04-28T20:15:28.134Z Compiling git-stub-vcs v0.1.0
33082026-04-28T20:15:28.152Z Compiling ghash v0.5.1
33092026-04-28T20:15:28.306Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33102026-04-28T20:15:28.326Z Compiling smallvec v0.6.14
33112026-04-28T20:15:28.344Z Compiling bitfield v0.19.4
33122026-04-28T20:15:28.397Z Compiling zerocopy v0.6.6
33132026-04-28T20:15:28.457Z Compiling num-derive v0.3.3
33142026-04-28T20:15:28.504Z Compiling ctr v0.9.2
33152026-04-28T20:15:28.542Z Compiling hashbrown v0.12.3
33162026-04-28T20:15:28.565Z Compiling compression-core v0.4.31
33172026-04-28T20:15:28.682Z Compiling unicase v2.9.0
33182026-04-28T20:15:28.711Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33192026-04-28T20:15:28.739Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33202026-04-28T20:15:28.761Z Compiling compression-codecs v0.4.37
33212026-04-28T20:15:28.779Z Compiling aes-gcm v0.10.3
33222026-04-28T20:15:28.782Z Compiling parking_lot v0.11.2
33232026-04-28T20:15:28.941Z Compiling mime_guess v2.0.5
33242026-04-28T20:15:28.946Z Compiling tokio-tungstenite v0.21.0
33252026-04-28T20:15:28.974Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33262026-04-28T20:15:29.021Z Compiling serde-hex v0.1.0
33272026-04-28T20:15:29.052Z Compiling tabled_derive v0.11.0
33282026-04-28T20:15:29.221Z Compiling progenitor-impl v0.10.0
33292026-04-28T20:15:29.305Z Compiling progenitor-impl v0.11.2
33302026-04-28T20:15:29.323Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33312026-04-28T20:15:29.419Z Compiling ron v0.8.1
33322026-04-28T20:15:29.436Z Compiling papergrid v0.17.0
33332026-04-28T20:15:29.453Z Compiling libscf-sys v1.1.0
33342026-04-28T20:15:29.496Z Compiling testing_table v0.3.0
33352026-04-28T20:15:29.534Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33362026-04-28T20:15:29.633Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33372026-04-28T20:15:29.699Z Compiling hashbrown v0.13.2
33382026-04-28T20:15:29.715Z Compiling progenitor v0.13.0
33392026-04-28T20:15:29.787Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33402026-04-28T20:15:29.843Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33412026-04-28T20:15:29.899Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33422026-04-28T20:15:29.916Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33432026-04-28T20:15:30.125Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33442026-04-28T20:15:30.221Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33452026-04-28T20:15:30.319Z Compiling ssh-encoding v0.2.0
33462026-04-28T20:15:30.445Z Compiling prefix-trie v0.7.0
33472026-04-28T20:15:30.472Z Compiling blowfish v0.9.1
33482026-04-28T20:15:30.617Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33492026-04-28T20:15:30.635Z Compiling fxhash v0.2.1
33502026-04-28T20:15:30.653Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33512026-04-28T20:15:30.762Z Compiling toml_datetime v1.0.0+spec-1.1.0
33522026-04-28T20:15:30.811Z Compiling dropshot v0.17.0
33532026-04-28T20:15:30.829Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33542026-04-28T20:15:30.846Z Compiling crc-any v2.5.0
33552026-04-28T20:15:30.920Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33562026-04-28T20:15:31.002Z Compiling corncobs v0.1.4
33572026-04-28T20:15:31.097Z Compiling toml v1.0.6+spec-1.1.0
33582026-04-28T20:15:31.114Z Compiling hickory-server v0.25.2
33592026-04-28T20:15:31.132Z Compiling sled v0.34.7
33602026-04-28T20:15:31.135Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33612026-04-28T20:15:31.184Z Compiling bcrypt-pbkdf v0.10.0
33622026-04-28T20:15:31.205Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33632026-04-28T20:15:31.222Z Compiling ssh-cipher v0.2.0
33642026-04-28T20:15:31.417Z Compiling tabled v0.20.0
33652026-04-28T20:15:31.557Z Compiling object v0.30.4
33662026-04-28T20:15:31.594Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33672026-04-28T20:15:31.860Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33682026-04-28T20:15:31.929Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33692026-04-28T20:15:31.945Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33702026-04-28T20:15:32.026Z Compiling progenitor-macro v0.11.2
33712026-04-28T20:15:32.340Z Compiling progenitor-macro v0.10.0
33722026-04-28T20:15:32.783Z Compiling async-compression v0.4.41
33732026-04-28T20:15:32.821Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33742026-04-28T20:15:33.018Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33752026-04-28T20:15:33.037Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33762026-04-28T20:15:33.129Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33772026-04-28T20:15:33.156Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33782026-04-28T20:15:33.480Z Compiling progenitor-client v0.11.2
33792026-04-28T20:15:33.684Z Compiling password-hash v0.4.2
33802026-04-28T20:15:33.842Z Compiling dropshot_endpoint v0.17.0
33812026-04-28T20:15:34.021Z Compiling secrecy v0.8.0
33822026-04-28T20:15:34.067Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33832026-04-28T20:15:34.117Z Compiling http-range v0.1.5
33842026-04-28T20:15:34.208Z Compiling path-slash v0.1.5
33852026-04-28T20:15:34.348Z Compiling half v1.8.3
33862026-04-28T20:15:34.366Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33872026-04-28T20:15:34.515Z Compiling pbkdf2 v0.11.0
33882026-04-28T20:15:34.674Z Compiling serde_cbor v0.11.2
33892026-04-28T20:15:34.691Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33902026-04-28T20:15:35.325Z Compiling ssh-key v0.6.7
33912026-04-28T20:15:35.539Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33922026-04-28T20:15:35.569Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33932026-04-28T20:15:35.909Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33942026-04-28T20:15:36.047Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33952026-04-28T20:15:36.122Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33962026-04-28T20:15:36.257Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33972026-04-28T20:15:36.389Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33982026-04-28T20:15:36.622Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33992026-04-28T20:15:36.735Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34002026-04-28T20:15:36.790Z Compiling p521 v0.13.3
34012026-04-28T20:15:36.879Z Compiling p256 v0.13.2
34022026-04-28T20:15:36.977Z Compiling yasna v0.5.2
34032026-04-28T20:15:37.099Z Compiling kstat-rs v0.2.4
34042026-04-28T20:15:37.199Z Compiling headers-core v0.3.0
34052026-04-28T20:15:37.280Z Compiling nanorand v0.7.0
34062026-04-28T20:15:37.299Z Compiling progenitor v0.11.2
34072026-04-28T20:15:37.358Z Compiling russh-cryptovec v0.7.3
34082026-04-28T20:15:37.424Z Compiling atty v0.2.14
34092026-04-28T20:15:37.440Z Compiling crc8 v0.1.1
34102026-04-28T20:15:37.459Z Compiling home v0.5.12
34112026-04-28T20:15:37.492Z Compiling md5 v0.7.0
34122026-04-28T20:15:37.568Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34132026-04-28T20:15:37.585Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34142026-04-28T20:15:37.603Z Compiling flume v0.11.1
34152026-04-28T20:15:37.606Z Compiling rcgen v0.12.1
34162026-04-28T20:15:37.636Z Compiling headers v0.4.1
34172026-04-28T20:15:37.668Z Compiling progenitor v0.10.0
34182026-04-28T20:15:37.692Z Compiling russh-keys v0.45.0
34192026-04-28T20:15:37.733Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34202026-04-28T20:15:37.786Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34212026-04-28T20:15:37.802Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34222026-04-28T20:15:37.892Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34232026-04-28T20:15:37.972Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34242026-04-28T20:15:38.066Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34252026-04-28T20:15:38.260Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34262026-04-28T20:15:38.279Z Compiling hyper-staticfile v0.10.1
34272026-04-28T20:15:38.452Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34282026-04-28T20:15:38.510Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34292026-04-28T20:15:38.558Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34302026-04-28T20:15:38.655Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34312026-04-28T20:15:38.814Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34322026-04-28T20:15:38.844Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34332026-04-28T20:15:38.861Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34342026-04-28T20:15:38.881Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34352026-04-28T20:15:38.903Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34362026-04-28T20:15:39.166Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34372026-04-28T20:15:39.311Z Compiling num-bigint v0.4.6
34382026-04-28T20:15:39.341Z Compiling des v0.8.1
34392026-04-28T20:15:39.371Z Compiling subprocess v0.2.15
34402026-04-28T20:15:39.404Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34412026-04-28T20:15:39.573Z Compiling hex-literal v0.4.1
34422026-04-28T20:15:39.615Z Compiling display-error-chain v0.2.2
34432026-04-28T20:15:39.659Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34442026-04-28T20:15:39.716Z Compiling colored v2.2.0
34452026-04-28T20:15:39.760Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34462026-04-28T20:15:39.790Z Compiling socket2 v0.5.10
34472026-04-28T20:15:39.823Z Compiling internet-checksum v0.2.1
34482026-04-28T20:15:39.869Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34492026-04-28T20:15:40.181Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34502026-04-28T20:15:40.241Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34512026-04-28T20:15:40.653Z Compiling russh v0.45.0
34522026-04-28T20:15:42.787Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34532026-04-28T20:15:43.508Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34542026-04-28T20:15:43.980Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34552026-04-28T20:15:44.329Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34562026-04-28T20:15:52.469Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34572026-04-28T20:15:52.469Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34582026-04-28T20:15:52.472Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34592026-04-28T20:15:52.472Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34602026-04-28T20:15:54.187Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34612026-04-28T20:15:54.264Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34622026-04-28T20:15:58.407Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34632026-04-28T20:16:18.460Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34642026-04-28T20:16:37.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
34652026-04-28T20:16:37.431Z
34662026-04-28T20:16:37.431Zreal 1:25.036680573
34672026-04-28T20:16:37.431Zuser 8:26.602289333
34682026-04-28T20:16:37.431Zsys 1:40.821169695
34692026-04-28T20:16:37.431Ztrap 0.272056956
34702026-04-28T20:16:37.434Ztflt 0.508329456
34712026-04-28T20:16:37.434Zdflt 1.529417118
34722026-04-28T20:16:37.434Zkflt 0.000419366
34732026-04-28T20:16:37.434Zlock 29:57.602487592
34742026-04-28T20:16:37.434Zslp 19:33.795126820
34752026-04-28T20:16:37.434Zlat 40.562240717
34762026-04-28T20:16:37.434Zstop 2:49.014274589
34772026-04-28T20:16:37.434Z+ mkdir tests
34782026-04-28T20:16:37.437Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34792026-04-28T20:16:37.437Z+ xargs -I '{}' -t cp '{}' tests/
34802026-04-28T20:16:37.466Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7dcdc6c389502fad tests/
34812026-04-28T20:16:37.495Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f98efd560d842994 tests/
34822026-04-28T20:16:37.525Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-1fd42976684d89fd tests/
34832026-04-28T20:16:37.554Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-3bafa2554f6264f0 tests/
34842026-04-28T20:16:37.784Z+ 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/*)
34852026-04-28T20:16:37.787Z+ 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-f98efd560d842994 tests/commtest-1fd42976684d89fd tests/dhcp_server-7dcdc6c389502fad tests/end_to_end_tests-3bafa2554f6264f0 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
34862026-04-28T20:18:01.707ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34872026-04-28T20:18:01.707Za .github/buildomat/ci-env.sh 1K
34882026-04-28T20:18:01.707Za out/target/test 1K
34892026-04-28T20:18:01.707Za out/npuzone/npuzone 27402K
34902026-04-28T20:18:01.707Za package-manifest.toml 35K
34912026-04-28T20:18:01.707Za smf/sled-agent/non-gimlet/config.toml 6K
34922026-04-28T20:18:01.707Za target/release/omicron-package 45861K
34932026-04-28T20:18:01.707Za target/release/xtask 11446K
34942026-04-28T20:18:01.707Za target/debug/bootstrap 341389K
34952026-04-28T20:18:01.707Za tests/bootstrap-f98efd560d842994 31310K
34962026-04-28T20:18:01.707Za tests/commtest-1fd42976684d89fd 32395K
34972026-04-28T20:18:01.707Za tests/dhcp_server-7dcdc6c389502fad 31310K
34982026-04-28T20:18:01.707Za tests/end_to_end_tests-3bafa2554f6264f0 383447K
34992026-04-28T20:18:01.707Za out/clickhouse.tar.gz 310733K
35002026-04-28T20:18:01.707Za out/clickhouse_keeper.tar.gz 294815K
35012026-04-28T20:18:01.707Za out/clickhouse_server.tar.gz 310732K
35022026-04-28T20:18:01.707Za out/cockroachdb.tar.gz 159005K
35032026-04-28T20:18:01.707Za out/crucible-pantry-zone.tar.gz 40458K
35042026-04-28T20:18:01.707Za out/crucible-utils.tar 17744K
35052026-04-28T20:18:01.707Za out/crucible-zone.tar.gz 54596K
35062026-04-28T20:18:01.707Za out/external-dns.tar.gz 46074K
35072026-04-28T20:18:01.707Za out/internal-dns.tar.gz 46074K
35082026-04-28T20:18:01.707Za out/mg-ddm-gz.tar 95141K
35092026-04-28T20:18:01.708Za out/nexus.tar.gz 216025K
35102026-04-28T20:18:01.708Za out/ntp.tar.gz 26827K
35112026-04-28T20:18:01.708Za out/omicron-gateway-softnpu.tar.gz 29539K
35122026-04-28T20:18:01.708Za out/omicron-sled-agent.tar 194953K
35132026-04-28T20:18:01.708Za out/overlay.tar.gz 3K
35142026-04-28T20:18:01.708Za out/oximeter.tar.gz 62190K
35152026-04-28T20:18:01.708Za out/oxlog.tar 3782K
35162026-04-28T20:18:01.708Za out/probe.tar.gz 3037K
35172026-04-28T20:18:01.708Za out/propolis-server.tar.gz 38727K
35182026-04-28T20:18:01.708Za out/pumpkind-gz.tar 26647K
35192026-04-28T20:18:01.708Za out/switch-softnpu.tar.gz 392181K
35202026-04-28T20:18:01.711Z
35212026-04-28T20:18:01.711Zreal 1:23.915374533
35222026-04-28T20:18:01.711Zuser 1:21.318843475
35232026-04-28T20:18:01.711Zsys 4.322857777
35242026-04-28T20:18:01.711Ztrap 0.007837230
35252026-04-28T20:18:01.711Ztflt 0.000000000
35262026-04-28T20:18:01.711Zdflt 0.000000000
35272026-04-28T20:18:01.711Zkflt 0.000000000
35282026-04-28T20:18:01.711Zlock 0.000000000
35292026-04-28T20:18:01.711Zslp 1:21.257939037
35302026-04-28T20:18:01.711Zlat 0.919192779
35312026-04-28T20:18:01.712Zstop 0.000244685
35322026-04-28T20:18:01.712Zprocess exited: duration 943964 ms, exit code 0
 
35332026-04-28T20:18:01.726Zfound 1 output files
35342026-04-28T20:18:01.739Zuploading: /work/package.tar.gz (2369501136 bytes)
35352026-04-28T20:18:30.573Zuploaded: /work/package.tar.gz