01KQTGSRZY9RD7SKGQ1B541JCZ: 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: 01KQTGT60HFTCJEFXB9WKEYARY

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-04T22:13:43.053Zjob assigned to worker 01KQTGTB2NS72YPFWE0XGR51GS [factory aws, i-0bedf9b08580fba8c] (queued for 53 s)
 
22026-05-04T22:13:50.782Zstarting task 0: "setup"
32026-05-04T22:13:50.787Z++ uname -s
42026-05-04T22:13:50.791Z+ kern=SunOS
52026-05-04T22:13:50.791Z+ build_user=build
62026-05-04T22:13:50.791Z+ build_uid=12345
72026-05-04T22:13:50.791Z+ work_dir=/work
82026-05-04T22:13:50.791Z+ input_dir=/input
92026-05-04T22:13:50.791Z+ [[ 0 == 12345 ]]
102026-05-04T22:13:50.791Z+ case "$kern" in
112026-05-04T22:13:50.791Z+ groupadd -g 12345 build
122026-05-04T22:13:50.794Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-04T22:13:52.801Z+ zfs create -o mountpoint=/work rpool/work
142026-05-04T22:13:52.878Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-04T22:13:52.881Z+ home_fs=zfs
162026-05-04T22:13:52.881Z+ [[ zfs == autofs ]]
172026-05-04T22:13:52.881Z+ mkdir -p /home/build
182026-05-04T22:13:52.881Z+ chown build:build /home/build /work
192026-05-04T22:13:54.885Z+ chmod 0700 /home/build /work
202026-05-04T22:13:54.888Zprocess exited: duration 4108 ms, exit code 0
 
212026-05-04T22:13:54.895Zstarting task 1: "rust-toolchain"
222026-05-04T22:13:54.902Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-04T22:13:54.902Z * rust toolchain channel = "1.94.0"
242026-05-04T22:13:54.902Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-04T22:13:54.902Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-04T22:13:54.902Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-04T22:13:54.902Z * rust toolchain profile = "default"
282026-05-04T22:13:54.906Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-04T22:13:54.906Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-04T22:13:55.012Zinfo: downloading installer
312026-05-04T22:13:56.612Zwarn: It looks like you have an existing installation of Rust at:
322026-05-04T22:13:56.612Zwarn: /opt/ooce/bin
332026-05-04T22:13:56.612Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-04T22:13:56.612Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-04T22:13:56.612Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-04T22:13:56.612Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-04T22:13:56.612Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-04T22:13:56.612Zerror: cannot install while Rust is installed
392026-05-04T22:13:56.612Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-04T22:13:56.612Zwarn: It looks like you have an existing rustup settings file at:
412026-05-04T22:13:56.612Zwarn: /home/build/.rustup/settings.toml
422026-05-04T22:13:56.613Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-04T22:13:56.613Zwarn: instead of the one inferred from the default host triple.
442026-05-04T22:13:56.647Zinfo: profile set to default
452026-05-04T22:13:56.647Zinfo: default host triple is x86_64-unknown-illumos
462026-05-04T22:13:56.650Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-04T22:13:56.781Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-04T22:13:56.784Zinfo: downloading 6 components
492026-05-04T22:14:11.563Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-04T22:14:11.563Z
512026-05-04T22:14:11.599Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-04T22:14:11.599Z
532026-05-04T22:14:11.599Z
542026-05-04T22:14:11.599ZRust is installed now. Great!
552026-05-04T22:14:11.599Z
562026-05-04T22:14:11.599ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-04T22:14:11.599Zenvironment variable. This has not been done automatically.
582026-05-04T22:14:11.600Z
592026-05-04T22:14:11.600ZTo configure your current shell, you need to source
602026-05-04T22:14:11.600Zthe corresponding env file under $HOME/.cargo.
612026-05-04T22:14:11.600Z
622026-05-04T22:14:11.600ZThis is usually done by running one of the following (note the leading DOT):
632026-05-04T22:14:11.600Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-04T22:14:11.600Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-04T22:14:11.600Zsource "~/.cargo/env.nu" # For nushell
662026-05-04T22:14:11.600Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-04T22:14:11.601Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-04T22:14:11.601Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-04T22:14:11.605Zwarn: no default linker (`cc`) was found in your PATH
702026-05-04T22:14:11.605Zwarn: many Rust crates require a system C toolchain to build
712026-05-04T22:14:11.701Z+ rustup --version
722026-05-04T22:14:11.707Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-04T22:14:11.707Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-04T22:14:11.729Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-04T22:14:11.732Z+ cargo --version
762026-05-04T22:14:11.739Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-04T22:14:11.743Z+ rustc --version
782026-05-04T22:14:11.763Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-04T22:14:11.766Zprocess exited: duration 16866 ms, exit code 0
 
802026-05-04T22:14:11.774Zstarting task 2: "authentication"
812026-05-04T22:14:11.792Zprocess exited: duration 18 ms, exit code 0
 
822026-05-04T22:14:11.799Zstarting task 3: "clone repository"
832026-05-04T22:14:11.804Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-04T22:14:11.807Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-04T22:14:11.949ZCloning into '/work/oxidecomputer/omicron'...
862026-05-04T22:14:21.432Z+ cd /work/oxidecomputer/omicron
872026-05-04T22:14:21.433Z+ git fetch origin 5c70790acfcb27fac662c0e7a2e7b70923af56f8
882026-05-04T22:14:21.720ZFrom https://github.com/oxidecomputer/omicron
892026-05-04T22:14:21.720Z * branch 5c70790acfcb27fac662c0e7a2e7b70923af56f8 -> FETCH_HEAD
902026-05-04T22:14:21.735Z+ [[ -n john/populate-switch-ports-rpw ]]
912026-05-04T22:14:21.739Z++ git branch --show-current
922026-05-04T22:14:21.739Z+ current=main
932026-05-04T22:14:21.739Z+ [[ main != john/populate-switch-ports-rpw ]]
942026-05-04T22:14:21.739Z+ git branch -f john/populate-switch-ports-rpw 5c70790acfcb27fac662c0e7a2e7b70923af56f8
952026-05-04T22:14:21.743Z+ git checkout -f john/populate-switch-ports-rpw
962026-05-04T22:14:21.915ZSwitched to branch 'john/populate-switch-ports-rpw'
972026-05-04T22:14:21.919Z+ git reset --hard 5c70790acfcb27fac662c0e7a2e7b70923af56f8
982026-05-04T22:14:22.083ZHEAD is now at 5c70790ac [RSS] Move `switch_port` table population to a Nexus bg task
992026-05-04T22:14:22.087Zprocess exited: duration 10283 ms, exit code 0
 
1002026-05-04T22:14:22.095Zstarting task 4: "build"
1012026-05-04T22:14:22.101Z+ source .github/buildomat/ci-env.sh
1022026-05-04T22:14:22.101Z++ export CARGO_TERM_COLOR=always
1032026-05-04T22:14:22.102Z++ CARGO_TERM_COLOR=always
1042026-05-04T22:14:22.102Z+ cargo --version
1052026-05-04T22:14:22.111Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-04T22:14:22.115Z+ rustc --version
1072026-05-04T22:14:22.134Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-04T22:14:22.138Z+ WORK=/work
1092026-05-04T22:14:22.138Z+ pfexec mkdir -p /work
1102026-05-04T22:14:22.142Z+ pfexec chown build /work
1112026-05-04T22:14:22.552Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-05-04T22:14:33.700Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-05-04T22:14:41.111Z Startup: Caching catalogs ... Done
1142026-05-04T22:14:47.911ZPlanning: Solver setup ... Done (5.341s)
1152026-05-04T22:14:47.948ZPlanning: Running solver ... Done (0.037s)
1162026-05-04T22:14:48.086ZPlanning: Finding local manifests ... Done (0.004s)
1172026-05-04T22:14:48.106ZPlanning: Fetching manifests: 0/5 0% complete
1182026-05-04T22:14:49.512ZPlanning: Fetching manifests: 5/5 100% complete
1192026-05-04T22:14:49.550ZPlanning: Package planning ... Done (0.038s)
1202026-05-04T22:14:49.587ZPlanning: Merging actions ... Done (0.037s)
1212026-05-04T22:14:49.785ZPlanning: Checking for conflicting actions ... Done (0.198s)
1222026-05-04T22:14:49.794ZPlanning: Consolidating action changes ... Done (0.009s)
1232026-05-04T22:14:51.180ZPlanning: Evaluating mediators ... Done (1.385s)
1242026-05-04T22:14:51.188ZPlanning: Planning completed in 9.90 seconds
1252026-05-04T22:14:51.202Z Packages to install: 5
1262026-05-04T22:14:51.202Z Mediators to change: 3
1272026-05-04T22:14:51.202Z Services to change: 1
1282026-05-04T22:14:51.202Z Estimated space available: 155.34 GB
1292026-05-04T22:14:51.206ZEstimated space to be consumed: 1.90 GB
1302026-05-04T22:14:51.206Z Create boot environment: No
1312026-05-04T22:14:51.206ZCreate backup boot environment: No
1322026-05-04T22:14:51.206Z Rebuild boot archive: No
1332026-05-04T22:14:51.206Z
1342026-05-04T22:14:51.206ZChanged mediators:
1352026-05-04T22:14:51.206Z mediator clang:
1362026-05-04T22:14:51.206Z version: None -> 15 (system default)
1372026-05-04T22:14:51.206Z
1382026-05-04T22:14:51.206Z mediator llvm:
1392026-05-04T22:14:51.206Z version: 14 (system default) -> 15 (system default)
1402026-05-04T22:14:51.207Z
1412026-05-04T22:14:51.207Z mediator postgresql:
1422026-05-04T22:14:51.207Z version: 15 (system default) -> 18 (system default)
1432026-05-04T22:14:51.207Z
1442026-05-04T22:14:51.207ZChanged packages:
1452026-05-04T22:14:51.207Zhelios-dev
1462026-05-04T22:14:51.207Z developer/build-essential
1472026-05-04T22:14:51.207Z None -> 11-2.0
1482026-05-04T22:14:51.207Z library/libxmlsec1
1492026-05-04T22:14:51.207Z None -> 1.2.35-2.0
1502026-05-04T22:14:51.207Z ooce/developer/clang-15
1512026-05-04T22:14:51.207Z None -> 15.0.7-2.0
1522026-05-04T22:14:51.207Z ooce/developer/llvm-15
1532026-05-04T22:14:51.207Z None -> 15.0.7-2.0
1542026-05-04T22:14:51.207Z ooce/library/postgresql-18
1552026-05-04T22:14:51.207Z None -> 18.1-2.0
1562026-05-04T22:14:51.207Z
1572026-05-04T22:14:51.207ZServices:
1582026-05-04T22:14:51.207Z restart_fmri:
1592026-05-04T22:14:51.208Z svc:/system/update-man-index:default
1602026-05-04T22:14:51.256Z
1612026-05-04T22:14:51.257ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-05-04T22:14:56.259ZDownload: 649/4272 items 3.7/219.0MB 1% complete (756k/s)
1632026-05-04T22:15:01.461ZDownload: 1198/4272 items 83.5/219.0MB 38% complete (8.6M/s)
1642026-05-04T22:15:08.474ZDownload: 2224/4272 items 119.2/219.0MB 54% complete (11.9M/s)
1652026-05-04T22:15:13.476ZDownload: 3282/4272 items 210.1/219.0MB 95% complete (9.1M/s)
1662026-05-04T22:15:15.340ZDownload: Completed 218.99 MB in 24.08 seconds (9.1M/s)
1672026-05-04T22:15:16.439Z Actions: 1/4789 actions (Installing new actions)
1682026-05-04T22:15:19.901Z Actions: Completed 4789 actions in 3.46 seconds.
1692026-05-04T22:15:20.541Z Done (0.635s)
1702026-05-04T22:15:20.541Z Done (0.000s)
1712026-05-04T22:15:21.162Z Done (0.620s)
1722026-05-04T22:15:24.397Z Done (2.874s)
1732026-05-04T22:15:24.475Z Done (0.013s)
1742026-05-04T22:15:24.478Z Done (0.000s)
1752026-05-04T22:15:24.747Z Done (0.000s)
1762026-05-04T22:15:25.623ZPlanning: Evaluating mediator changes ... Done
1772026-05-04T22:15:25.729ZPlanning: Checking for conflicting actions ... Done
1782026-05-04T22:15:25.733ZPlanning: Consolidating action changes ... Done
1792026-05-04T22:15:25.888ZPlanning: Evaluating mediators ... Done
1802026-05-04T22:15:25.892ZPlanning: Planning completed in 0.27 seconds
1812026-05-04T22:15:25.914Z Mediators to change: 2
1822026-05-04T22:15:25.914Z Create boot environment: No
1832026-05-04T22:15:25.914ZCreate backup boot environment: No
1842026-05-04T22:15:25.989Z Done
1852026-05-04T22:15:25.989Z Done
1862026-05-04T22:15:26.590Z Done
1872026-05-04T22:15:29.105Z Done
1882026-05-04T22:15:29.181Z Done
1892026-05-04T22:15:29.185Z Done
1902026-05-04T22:15:29.326Z Done
1912026-05-04T22:15:29.583ZPlanning: Evaluating mediator changes ... Done
1922026-05-04T22:15:29.690ZPlanning: Checking for conflicting actions ... Done
1932026-05-04T22:15:29.693ZPlanning: Consolidating action changes ... Done
1942026-05-04T22:15:29.849ZPlanning: Evaluating mediators ... Done
1952026-05-04T22:15:29.852ZPlanning: Planning completed in 0.27 seconds
1962026-05-04T22:15:29.871Z Mediators to change: 1
1972026-05-04T22:15:29.871Z Create boot environment: No
1982026-05-04T22:15:29.871ZCreate backup boot environment: No
1992026-05-04T22:15:29.932Z Done
2002026-05-04T22:15:29.932Z Done
2012026-05-04T22:15:30.536Z Done
2022026-05-04T22:15:32.982Z Done
2032026-05-04T22:15:33.056Z Done
2042026-05-04T22:15:33.060Z Done
2052026-05-04T22:15:33.191Z Done
2062026-05-04T22:15:33.479ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072026-05-04T22:15:33.479Zclang system 15 system
2082026-05-04T22:15:33.479Zcsh system system illumos
2092026-05-04T22:15:33.479Zctags system system illumos
2102026-05-04T22:15:33.479Zfile system system illumos
2112026-05-04T22:15:33.479Zgcc vendor 12 vendor
2122026-05-04T22:15:33.479Zgcc system 14 system
2132026-05-04T22:15:33.479Zgcc system 10 system
2142026-05-04T22:15:33.479Zgo system 1.20 system
2152026-05-04T22:15:33.479Zgo system 1.19 system
2162026-05-04T22:15:33.479Zllvm system 15 system
2172026-05-04T22:15:33.479Zllvm system 14 system
2182026-05-04T22:15:33.479Zmariadb system 10.6 system
2192026-05-04T22:15:33.479Zmta vendor vendor dma
2202026-05-04T22:15:33.480Zopenjdk system 17 system
2212026-05-04T22:15:33.480Zopenjdk system 11 system
2222026-05-04T22:15:33.480Zopenjdk system 1.8 system
2232026-05-04T22:15:33.481Zopenssl vendor 3 vendor
2242026-05-04T22:15:33.481Zperl system 5.36 system
2252026-05-04T22:15:33.481Zpostgresql system 18 system
2262026-05-04T22:15:33.481Zpostgresql system 15 system
2272026-05-04T22:15:33.481Zpostgresql system 13 system
2282026-05-04T22:15:33.481Zpython vendor 3 vendor
2292026-05-04T22:15:33.481Zpython system 2 system
2302026-05-04T22:15:33.481Zpython3 system 3.11 system
2312026-05-04T22:15:33.481Zruby system 3.0 system
2322026-05-04T22:15:33.481Zwords vendor vendor american-english
2332026-05-04T22:15:33.481Zwords system system australian-english
2342026-05-04T22:15:33.482Zwords system system british-english
2352026-05-04T22:15:33.482Zwords system system canadian-english
2362026-05-04T22:15:33.482Zwords system system french
2372026-05-04T22:15:33.482Zwords system system italian
2382026-05-04T22:15:33.482Zwords system system ngerman
2392026-05-04T22:15:33.482Zwords system system ogerman
2402026-05-04T22:15:33.482Zwords system system spanish
2412026-05-04T22:15:33.717ZPUBLISHER TYPE STATUS P LOCATION
2422026-05-04T22:15:33.717Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2432026-05-04T22:15:38.289ZFMRI IFO
2442026-05-04T22:15:38.289Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2452026-05-04T22:15:38.289Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2462026-05-04T22:15:38.289Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2472026-05-04T22:15:38.289Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2482026-05-04T22:15:38.289Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2492026-05-04T22:15:38.289Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2502026-05-04T22:15:38.289Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2512026-05-04T22:15:38.289Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2522026-05-04T22:15:38.289Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2532026-05-04T22:15:38.289Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2542026-05-04T22:15:38.289Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2552026-05-04T22:15:38.289Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2562026-05-04T22:15:38.289Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2572026-05-04T22:15:38.289Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2582026-05-04T22:15:38.289Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2592026-05-04T22:15:38.289Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2602026-05-04T22:15:38.289Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2612026-05-04T22:15:39.441Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2622026-05-04T22:15:39.699Z Updating crates.io index
2632026-05-04T22:15:39.702Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2642026-05-04T22:15:40.187Z Updating git repository `https://github.com/oxidecomputer/lldp`
2652026-05-04T22:15:40.576Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2662026-05-04T22:15:41.085Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672026-05-04T22:15:41.848Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2682026-05-04T22:15:42.412Z Updating git repository `https://github.com/oxidecomputer/crucible`
2692026-05-04T22:15:44.042Z Updating git repository `https://github.com/oxidecomputer/opte`
2702026-05-04T22:15:44.893Z Updating git repository `https://github.com/oxidecomputer/tofino`
2712026-05-04T22:15:45.173Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2722026-05-04T22:15:45.875Z Updating git repository `https://github.com/oxidecomputer/clickward`
2732026-05-04T22:15:46.320Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2742026-05-04T22:15:46.622Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2752026-05-04T22:15:47.017Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2762026-05-04T22:15:47.934Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-05-04T22:15:48.416Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-05-04T22:15:49.001Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2792026-05-04T22:15:49.503Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2802026-05-04T22:15:49.790Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2812026-05-04T22:15:50.195Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2822026-05-04T22:15:50.430Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2832026-05-04T22:15:50.654Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2842026-05-04T22:15:51.102Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852026-05-04T22:15:51.438Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2862026-05-04T22:15:52.099Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2872026-05-04T22:15:52.453Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2882026-05-04T22:15:52.752Z Updating git repository `https://github.com/oxidecomputer/ispf`
2892026-05-04T22:15:54.004Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2902026-05-04T22:15:54.218Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-05-04T22:15:55.102Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2922026-05-04T22:15:55.617Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2932026-05-04T22:15:55.852Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2942026-05-04T22:15:56.225Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2952026-05-04T22:15:56.528Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2962026-05-04T22:15:57.155Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2972026-05-04T22:15:57.394Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2982026-05-04T22:15:57.668Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2992026-05-04T22:15:57.971Z Updating git repository `https://github.com/illumos/smf-rs`
3002026-05-04T22:15:58.277Z Updating git repository `https://github.com/oxidecomputer/omicron`
3012026-05-04T22:16:10.377Z Downloading crates ...
3022026-05-04T22:16:10.434Z Downloaded anstream v0.6.21
3032026-05-04T22:16:10.438Z Downloaded cargo_metadata v0.21.0
3042026-05-04T22:16:10.441Z Downloaded anstyle-parse v0.2.7
3052026-05-04T22:16:10.441Z Downloaded bytecount v0.6.9
3062026-05-04T22:16:10.441Z Downloaded dof v0.3.0
3072026-05-04T22:16:10.441Z Downloaded itoa v1.0.17
3082026-05-04T22:16:10.445Z Downloaded fastrand v2.3.0
3092026-05-04T22:16:10.445Z Downloaded clap_derive v4.5.55
3102026-05-04T22:16:10.445Z Downloaded proc-macro-error v1.0.4
3112026-05-04T22:16:10.448Z Downloaded plain v0.2.3
3122026-05-04T22:16:10.448Z Downloaded getrandom v0.4.1
3132026-05-04T22:16:10.452Z Downloaded serde_spanned v0.6.9
3142026-05-04T22:16:10.452Z Downloaded textwrap v0.16.2
3152026-05-04T22:16:10.455Z Downloaded writeable v0.6.2
3162026-05-04T22:16:10.455Z Downloaded form_urlencoded v1.2.2
3172026-05-04T22:16:10.455Z Downloaded dtrace-parser v0.2.0
3182026-05-04T22:16:10.455Z Downloaded digest v0.10.7
3192026-05-04T22:16:10.459Z Downloaded autocfg v1.5.0
3202026-05-04T22:16:10.459Z Downloaded zmij v1.0.21
3212026-05-04T22:16:10.459Z Downloaded usdt v0.5.0
3222026-05-04T22:16:10.462Z Downloaded version_check v0.9.5
3232026-05-04T22:16:10.462Z Downloaded toml_datetime v0.6.11
3242026-05-04T22:16:10.462Z Downloaded bitflags v2.11.0
3252026-05-04T22:16:10.466Z Downloaded proc-macro-error-attr v1.0.4
3262026-05-04T22:16:10.466Z Downloaded unicode-linebreak v0.1.5
3272026-05-04T22:16:10.466Z Downloaded thread-id v4.2.2
3282026-05-04T22:16:10.466Z Downloaded unicode-xid v0.2.6
3292026-05-04T22:16:10.466Z Downloaded typeid v1.0.3
3302026-05-04T22:16:10.469Z Downloaded zerofrom-derive v0.1.6
3312026-05-04T22:16:10.469Z Downloaded toml_write v0.1.2
3322026-05-04T22:16:10.469Z Downloaded serde_json v1.0.149
3332026-05-04T22:16:10.473Z Downloaded usdt-macro v0.5.0
3342026-05-04T22:16:10.476Z Downloaded usdt-attr-macro v0.5.0
3352026-05-04T22:16:10.476Z Downloaded generic-array v0.14.7
3362026-05-04T22:16:10.476Z Downloaded utf8_iter v1.0.4
3372026-05-04T22:16:10.476Z Downloaded quote v1.0.45
3382026-05-04T22:16:10.481Z Downloaded utf8parse v0.2.2
3392026-05-04T22:16:10.487Z Downloaded zerofrom v0.1.6
3402026-05-04T22:16:10.491Z Downloaded cargo-util-schemas v0.8.2
3412026-05-04T22:16:10.491Z Downloaded yoke-derive v0.8.1
3422026-05-04T22:16:10.494Z Downloaded erased-serde v0.4.9
3432026-05-04T22:16:10.497Z Downloaded camino-tempfile v1.4.1
3442026-05-04T22:16:10.497Z Downloaded crypto-common v0.1.7
3452026-05-04T22:16:10.501Z Downloaded memmap v0.7.0
3462026-05-04T22:16:10.501Z Downloaded errno v0.3.14
3472026-05-04T22:16:10.501Z Downloaded thiserror-impl v1.0.69
3482026-05-04T22:16:10.504Z Downloaded yoke v0.8.1
3492026-05-04T22:16:10.504Z Downloaded zerovec-derive v0.11.2
3502026-05-04T22:16:10.504Z Downloaded macaddr v1.0.1
3512026-05-04T22:16:10.508Z Downloaded heck v0.5.0
3522026-05-04T22:16:10.508Z Downloaded stable_deref_trait v1.2.1
3532026-05-04T22:16:10.511Z Downloaded tinystr v0.8.2
3542026-05-04T22:16:10.511Z Downloaded thiserror v1.0.69
3552026-05-04T22:16:10.514Z Downloaded clap_lex v1.0.0
3562026-05-04T22:16:10.514Z Downloaded usdt-impl v0.5.0
3572026-05-04T22:16:10.514Z Downloaded thiserror v2.0.18
3582026-05-04T22:16:10.518Z Downloaded toml v0.8.23
3592026-05-04T22:16:10.521Z Downloaded cfg-if v1.0.4
3602026-05-04T22:16:10.521Z Downloaded ucd-trie v0.1.7
3612026-05-04T22:16:10.524Z Downloaded potential_utf v0.1.4
3622026-05-04T22:16:10.525Z Downloaded is_terminal_polyfill v1.70.2
3632026-05-04T22:16:10.525Z Downloaded equivalent v1.0.2
3642026-05-04T22:16:10.528Z Downloaded fnv v1.0.7
3652026-05-04T22:16:10.528Z Downloaded thiserror-impl v2.0.18
3662026-05-04T22:16:10.531Z Downloaded pretty-hex v0.4.1
3672026-05-04T22:16:10.534Z Downloaded strsim v0.11.1
3682026-05-04T22:16:10.535Z Downloaded cargo-platform v0.2.0
3692026-05-04T22:16:10.535Z Downloaded cpufeatures v0.2.17
3702026-05-04T22:16:10.538Z Downloaded zerocopy-derive v0.7.35
3712026-05-04T22:16:10.538Z Downloaded zerotrie v0.2.3
3722026-05-04T22:16:10.541Z Downloaded unicode-ident v1.0.24
3732026-05-04T22:16:10.541Z Downloaded tabled_derive v0.7.0
3742026-05-04T22:16:10.542Z Downloaded ordered-float v2.10.1
3752026-05-04T22:16:10.545Z Downloaded heck v0.4.1
3762026-05-04T22:16:10.545Z Downloaded cargo_toml v0.21.0
3772026-05-04T22:16:10.545Z Downloaded block-buffer v0.10.4
3782026-05-04T22:16:10.545Z Downloaded typenum v1.19.0
3792026-05-04T22:16:10.549Z Downloaded litemap v0.8.1
3802026-05-04T22:16:10.552Z Downloaded toml_edit v0.22.27
3812026-05-04T22:16:10.556Z Downloaded terminal_size v0.4.3
3822026-05-04T22:16:10.556Z Downloaded swrite v0.1.0
3832026-05-04T22:16:10.559Z Downloaded zerocopy v0.7.35
3842026-05-04T22:16:10.564Z Downloaded idna_adapter v1.2.1
3852026-05-04T22:16:10.568Z Downloaded zerovec v0.11.5
3862026-05-04T22:16:10.571Z Downloaded url v2.5.8
3872026-05-04T22:16:10.571Z Downloaded anstyle-query v1.1.5
3882026-05-04T22:16:10.574Z Downloaded colorchoice v1.0.4
3892026-05-04T22:16:10.574Z Downloaded serde-value v0.7.0
3902026-05-04T22:16:10.580Z Downloaded synstructure v0.13.2
3912026-05-04T22:16:10.584Z Downloaded winnow v0.7.14
3922026-05-04T22:16:10.587Z Downloaded sha2 v0.10.9
3932026-05-04T22:16:10.591Z Downloaded unicode-width v0.2.0
3942026-05-04T22:16:10.594Z Downloaded unicode-width v0.1.14
3952026-05-04T22:16:10.597Z Downloaded scroll_derive v0.12.1
3962026-05-04T22:16:10.597Z Downloaded anstyle v1.0.13
3972026-05-04T22:16:10.597Z Downloaded icu_locale_core v2.1.1
3982026-05-04T22:16:10.600Z Downloaded semver v1.0.28
3992026-05-04T22:16:10.604Z Downloaded serde v1.0.228
4002026-05-04T22:16:10.607Z Downloaded smawk v0.3.2
4012026-05-04T22:16:10.611Z Downloaded serde-untagged v0.1.9
4022026-05-04T22:16:10.611Z Downloaded percent-encoding v2.3.2
4032026-05-04T22:16:10.614Z Downloaded byteorder v1.5.0
4042026-05-04T22:16:10.614Z Downloaded scroll v0.12.0
4052026-05-04T22:16:10.619Z Downloaded smallvec v1.15.1
4062026-05-04T22:16:10.623Z Downloaded anyhow v1.0.102
4072026-05-04T22:16:10.629Z Downloaded fs-err v3.3.0
4082026-05-04T22:16:10.633Z Downloaded once_cell v1.21.3
4092026-05-04T22:16:10.633Z Downloaded icu_properties v2.1.2
4102026-05-04T22:16:10.637Z Downloaded camino v1.2.2
4112026-05-04T22:16:10.637Z Downloaded displaydoc v0.2.5
4122026-05-04T22:16:10.641Z Downloaded tempfile v3.25.0
4132026-05-04T22:16:10.649Z Downloaded pest_generator v2.8.6
4142026-05-04T22:16:10.653Z Downloaded num-traits v0.2.19
4152026-05-04T22:16:10.653Z Downloaded proc-macro2 v1.0.106
4162026-05-04T22:16:10.656Z Downloaded log v0.4.29
4172026-05-04T22:16:10.657Z Downloaded serde_tokenstream v0.2.3
4182026-05-04T22:16:10.657Z Downloaded pest_derive v2.8.6
4192026-05-04T22:16:10.661Z Downloaded serde_core v1.0.228
4202026-05-04T22:16:10.661Z Downloaded serde_derive v1.0.228
4212026-05-04T22:16:10.667Z Downloaded icu_provider v2.1.1
4222026-05-04T22:16:10.670Z Downloaded clap v4.5.60
4232026-05-04T22:16:10.676Z Downloaded papergrid v0.11.0
4242026-05-04T22:16:10.679Z Downloaded pest_meta v2.8.6
4252026-05-04T22:16:10.682Z Downloaded icu_normalizer v2.1.1
4262026-05-04T22:16:10.695Z Downloaded icu_normalizer_data v2.1.1
4272026-05-04T22:16:10.708Z Downloaded hashbrown v0.17.0
4282026-05-04T22:16:10.711Z Downloaded memchr v2.8.0
4292026-05-04T22:16:10.715Z Downloaded icu_collections v2.1.1
4302026-05-04T22:16:10.718Z Downloaded indexmap v2.14.0
4312026-05-04T22:16:10.737Z Downloaded pest v2.8.6
4322026-05-04T22:16:10.741Z Downloaded idna v1.1.0
4332026-05-04T22:16:10.746Z Downloaded icu_properties_data v2.1.2
4342026-05-04T22:16:10.749Z Downloaded goblin v0.8.2
4352026-05-04T22:16:10.757Z Downloaded clap_builder v4.5.60
4362026-05-04T22:16:10.776Z Downloaded tabled v0.15.0
4372026-05-04T22:16:10.784Z Downloaded syn v2.0.117
4382026-05-04T22:16:10.790Z Downloaded syn v1.0.109
4392026-05-04T22:16:10.813Z Downloaded rustix v1.1.3
4402026-05-04T22:16:10.836Z Downloaded libc v0.2.185
4412026-05-04T22:16:10.902Z Compiling proc-macro2 v1.0.106
4422026-05-04T22:16:10.902Z Compiling quote v1.0.45
4432026-05-04T22:16:10.902Z Compiling unicode-ident v1.0.24
4442026-05-04T22:16:10.905Z Compiling serde_core v1.0.228
4452026-05-04T22:16:10.905Z Compiling libc v0.2.185
4462026-05-04T22:16:10.906Z Compiling version_check v0.9.5
4472026-05-04T22:16:10.906Z Compiling memchr v2.8.0
4482026-05-04T22:16:10.906Z Compiling serde v1.0.228
4492026-05-04T22:16:10.906Z Compiling stable_deref_trait v1.2.1
4502026-05-04T22:16:10.906Z Compiling zmij v1.0.21
4512026-05-04T22:16:10.906Z Compiling ucd-trie v0.1.7
4522026-05-04T22:16:10.906Z Compiling autocfg v1.5.0
4532026-05-04T22:16:10.906Z Compiling thiserror v1.0.69
4542026-05-04T22:16:11.090Z Compiling itoa v1.0.17
4552026-05-04T22:16:11.106Z Compiling writeable v0.6.2
4562026-05-04T22:16:11.331Z Compiling litemap v0.8.1
4572026-05-04T22:16:11.347Z Compiling byteorder v1.5.0
4582026-05-04T22:16:11.434Z Compiling icu_properties_data v2.1.2
4592026-05-04T22:16:11.576Z Compiling pest v2.8.6
4602026-05-04T22:16:11.663Z Compiling rustix v1.1.3
4612026-05-04T22:16:11.680Z Compiling icu_normalizer_data v2.1.1
4622026-05-04T22:16:11.698Z Compiling bitflags v2.11.0
4632026-05-04T22:16:11.778Z Compiling serde_json v1.0.149
4642026-05-04T22:16:11.944Z Compiling num-traits v0.2.19
4652026-05-04T22:16:11.965Z Compiling equivalent v1.0.2
4662026-05-04T22:16:12.004Z Compiling hashbrown v0.17.0
4672026-05-04T22:16:12.021Z Compiling smallvec v1.15.1
4682026-05-04T22:16:12.123Z Compiling typeid v1.0.3
4692026-05-04T22:16:12.127Z Compiling proc-macro-error-attr v1.0.4
4702026-05-04T22:16:12.184Z Compiling usdt-impl v0.5.0
4712026-05-04T22:16:12.188Z Compiling toml_write v0.1.2
4722026-05-04T22:16:12.268Z Compiling errno v0.3.14
4732026-05-04T22:16:12.329Z Compiling thread-id v4.2.2
4742026-05-04T22:16:12.333Z Compiling erased-serde v0.4.9
4752026-05-04T22:16:12.370Z Compiling syn v1.0.109
4762026-05-04T22:16:12.374Z Compiling winnow v0.7.14
4772026-05-04T22:16:12.453Z Compiling proc-macro-error v1.0.4
4782026-05-04T22:16:12.456Z Compiling percent-encoding v2.3.2
4792026-05-04T22:16:12.456Z Compiling utf8_iter v1.0.4
4802026-05-04T22:16:12.473Z Compiling camino v1.2.2
4812026-05-04T22:16:12.547Z Compiling indexmap v2.14.0
4822026-05-04T22:16:12.652Z Compiling pest_meta v2.8.6
4832026-05-04T22:16:12.688Z Compiling plain v0.2.3
4842026-05-04T22:16:12.691Z Compiling getrandom v0.4.1
4852026-05-04T22:16:12.742Z Compiling syn v2.0.117
4862026-05-04T22:16:12.780Z Compiling log v0.4.29
4872026-05-04T22:16:12.820Z Compiling thiserror v2.0.18
4882026-05-04T22:16:12.840Z Compiling utf8parse v0.2.2
4892026-05-04T22:16:12.954Z Compiling anstyle-parse v0.2.7
4902026-05-04T22:16:12.978Z Compiling form_urlencoded v1.2.2
4912026-05-04T22:16:13.049Z Compiling anstyle-query v1.1.5
4922026-05-04T22:16:13.160Z Compiling cfg-if v1.0.4
4932026-05-04T22:16:13.187Z Compiling is_terminal_polyfill v1.70.2
4942026-05-04T22:16:13.208Z Compiling pretty-hex v0.4.1
4952026-05-04T22:16:13.211Z Compiling colorchoice v1.0.4
4962026-05-04T22:16:13.270Z Compiling anstyle v1.0.13
4972026-05-04T22:16:13.313Z Compiling ordered-float v2.10.1
4982026-05-04T22:16:13.378Z Compiling fs-err v3.3.0
4992026-05-04T22:16:13.381Z Compiling strsim v0.11.1
5002026-05-04T22:16:13.434Z Compiling bytecount v0.6.9
5012026-05-04T22:16:13.477Z Compiling anstream v0.6.21
5022026-05-04T22:16:13.499Z Compiling terminal_size v0.4.3
5032026-05-04T22:16:13.503Z Compiling once_cell v1.21.3
5042026-05-04T22:16:13.541Z Compiling unicode-xid v0.2.6
5052026-05-04T22:16:13.617Z Compiling fnv v1.0.7
5062026-05-04T22:16:13.698Z Compiling semver v1.0.28
5072026-05-04T22:16:13.774Z Compiling unicode-width v0.1.14
5082026-05-04T22:16:13.793Z Compiling anyhow v1.0.102
5092026-05-04T22:16:13.810Z Compiling heck v0.5.0
5102026-05-04T22:16:13.832Z Compiling clap_lex v1.0.0
5112026-05-04T22:16:13.854Z Compiling heck v0.4.1
5122026-05-04T22:16:13.854Z Compiling fastrand v2.3.0
5132026-05-04T22:16:14.050Z Compiling serde-untagged v0.1.9
5142026-05-04T22:16:14.099Z Compiling tempfile v3.25.0
5152026-05-04T22:16:14.102Z Compiling papergrid v0.11.0
5162026-05-04T22:16:14.102Z Compiling clap_builder v4.5.60
5172026-05-04T22:16:14.160Z Compiling memmap v0.7.0
5182026-05-04T22:16:14.163Z Compiling smawk v0.3.2
5192026-05-04T22:16:14.204Z Compiling unicode-linebreak v0.1.5
5202026-05-04T22:16:14.226Z Compiling unicode-width v0.2.0
5212026-05-04T22:16:14.347Z Compiling camino-tempfile v1.4.1
5222026-05-04T22:16:14.378Z Compiling swrite v0.1.0
5232026-05-04T22:16:14.396Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5242026-05-04T22:16:14.497Z Compiling textwrap v0.16.2
5252026-05-04T22:16:14.729Z Compiling tabled_derive v0.7.0
5262026-05-04T22:16:15.376Z Compiling synstructure v0.13.2
5272026-05-04T22:16:15.376Z Compiling pest_generator v2.8.6
5282026-05-04T22:16:15.471Z Compiling tabled v0.15.0
5292026-05-04T22:16:15.899Z Compiling serde_derive v1.0.228
5302026-05-04T22:16:15.899Z Compiling zerofrom-derive v0.1.6
5312026-05-04T22:16:15.904Z Compiling yoke-derive v0.8.1
5322026-05-04T22:16:15.904Z Compiling zerovec-derive v0.11.2
5332026-05-04T22:16:15.904Z Compiling displaydoc v0.2.5
5342026-05-04T22:16:15.937Z Compiling thiserror-impl v1.0.69
5352026-05-04T22:16:15.941Z Compiling zerocopy-derive v0.7.35
5362026-05-04T22:16:15.995Z Compiling scroll_derive v0.12.1
5372026-05-04T22:16:15.999Z Compiling thiserror-impl v2.0.18
5382026-05-04T22:16:15.999Z Compiling clap_derive v4.5.55
5392026-05-04T22:16:16.054Z Compiling pest_derive v2.8.6
5402026-05-04T22:16:16.700Z Compiling scroll v0.12.0
5412026-05-04T22:16:16.745Z Compiling zerocopy v0.7.35
5422026-05-04T22:16:16.930Z Compiling goblin v0.8.2
5432026-05-04T22:16:17.030Z Compiling zerofrom v0.1.6
5442026-05-04T22:16:17.081Z Compiling dtrace-parser v0.2.0
5452026-05-04T22:16:17.140Z Compiling yoke v0.8.1
5462026-05-04T22:16:17.300Z Compiling zerovec v0.11.5
5472026-05-04T22:16:17.300Z Compiling zerotrie v0.2.3
5482026-05-04T22:16:17.426Z Compiling clap v4.5.60
5492026-05-04T22:16:17.712Z Compiling tinystr v0.8.2
5502026-05-04T22:16:17.712Z Compiling potential_utf v0.1.4
5512026-05-04T22:16:17.845Z Compiling icu_collections v2.1.1
5522026-05-04T22:16:17.867Z Compiling icu_locale_core v2.1.1
5532026-05-04T22:16:18.431Z Compiling toml_datetime v0.6.11
5542026-05-04T22:16:18.431Z Compiling serde_spanned v0.6.9
5552026-05-04T22:16:18.431Z Compiling serde-value v0.7.0
5562026-05-04T22:16:18.431Z Compiling cargo-platform v0.2.0
5572026-05-04T22:16:18.435Z Compiling macaddr v1.0.1
5582026-05-04T22:16:18.450Z Compiling dof v0.3.0
5592026-05-04T22:16:18.456Z Compiling serde_tokenstream v0.2.3
5602026-05-04T22:16:18.469Z Compiling icu_provider v2.1.1
5612026-05-04T22:16:18.670Z Compiling toml_edit v0.22.27
5622026-05-04T22:16:18.801Z Compiling icu_normalizer v2.1.1
5632026-05-04T22:16:18.801Z Compiling icu_properties v2.1.2
5642026-05-04T22:16:19.179Z Compiling usdt-attr-macro v0.5.0
5652026-05-04T22:16:19.183Z Compiling usdt-macro v0.5.0
5662026-05-04T22:16:19.612Z Compiling idna_adapter v1.2.1
5672026-05-04T22:16:19.722Z Compiling idna v1.1.0
5682026-05-04T22:16:19.762Z Compiling usdt v0.5.0
5692026-05-04T22:16:19.951Z Compiling toml v0.8.23
5702026-05-04T22:16:19.982Z Compiling url v2.5.8
5712026-05-04T22:16:20.292Z Compiling cargo_toml v0.21.0
5722026-05-04T22:16:20.386Z Compiling cargo-util-schemas v0.8.2
5732026-05-04T22:16:21.168Z Compiling cargo_metadata v0.21.0
5742026-05-04T22:16:22.093Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5752026-05-04T22:16:24.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.93s
5762026-05-04T22:16:24.470Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5772026-05-04T22:16:25.033Z Downloading crates ...
5782026-05-04T22:16:25.123Z Downloaded adler2 v2.0.1
5792026-05-04T22:16:25.127Z Downloaded aead v0.5.2
5802026-05-04T22:16:25.139Z Downloaded compression-codecs v0.4.37
5812026-05-04T22:16:25.143Z Downloaded chacha20 v0.9.1
5822026-05-04T22:16:25.146Z Downloaded convert_case v0.4.0
5832026-05-04T22:16:25.146Z Downloaded bumpalo v3.20.2
5842026-05-04T22:16:25.146Z Downloaded critical-section v1.2.0
5852026-05-04T22:16:25.151Z Downloaded atomicwrites v0.4.4
5862026-05-04T22:16:25.154Z Downloaded argon2 v0.5.3
5872026-05-04T22:16:25.154Z Downloaded crunchy v0.2.4
5882026-05-04T22:16:25.159Z Downloaded document-features v0.2.12
5892026-05-04T22:16:25.162Z Downloaded clang-sys v1.8.1
5902026-05-04T22:16:25.162Z Downloaded diff v0.1.13
5912026-05-04T22:16:25.166Z Downloaded derive_more-impl v2.1.1
5922026-05-04T22:16:25.169Z Downloaded defmt-macros v1.0.1
5932026-05-04T22:16:25.169Z Downloaded der_derive v0.7.3
5942026-05-04T22:16:25.172Z Downloaded cbc v0.1.2
5952026-05-04T22:16:25.179Z Downloaded cstr-argument v0.1.2
5962026-05-04T22:16:25.183Z Downloaded chrono v0.4.44
5972026-05-04T22:16:25.186Z Downloaded futures-task v0.3.32
5982026-05-04T22:16:25.187Z Downloaded either v1.15.0
5992026-05-04T22:16:25.190Z Downloaded endian-type v0.1.2
6002026-05-04T22:16:25.190Z Downloaded derive_builder_core v0.20.2
6012026-05-04T22:16:25.190Z Downloaded fixedbitset v0.5.7
6022026-05-04T22:16:25.193Z Downloaded camino-tempfile-ext v0.3.3
6032026-05-04T22:16:25.193Z Downloaded derive_builder v0.20.2
6042026-05-04T22:16:25.197Z Downloaded cargo-platform v0.1.9
6052026-05-04T22:16:25.197Z Downloaded bit-set v0.5.3
6062026-05-04T22:16:25.197Z Downloaded dunce v1.0.5
6072026-05-04T22:16:25.200Z Downloaded async-stream-impl v0.3.6
6082026-05-04T22:16:25.200Z Downloaded display-error-chain v0.2.2
6092026-05-04T22:16:25.200Z Downloaded derive-ex v0.1.8
6102026-05-04T22:16:25.200Z Downloaded bit-set v0.8.0
6112026-05-04T22:16:25.204Z Downloaded env_filter v1.0.0
6122026-05-04T22:16:25.207Z Downloaded async-recursion v1.1.1
6132026-05-04T22:16:25.211Z Downloaded assert_matches v1.5.0
6142026-05-04T22:16:25.211Z Downloaded bb8 v0.8.6
6152026-05-04T22:16:25.211Z Downloaded atty v0.2.14
6162026-05-04T22:16:25.211Z Downloaded filetime v0.2.27
6172026-05-04T22:16:25.214Z Downloaded dropshot-api-manager-types v0.7.1
6182026-05-04T22:16:25.217Z Downloaded bzip2 v0.6.1
6192026-05-04T22:16:25.217Z Downloaded bit-vec v0.6.3
6202026-05-04T22:16:25.221Z Downloaded float-cmp v0.10.0
6212026-05-04T22:16:25.221Z Downloaded dsl_auto_type v0.2.0
6222026-05-04T22:16:25.221Z Downloaded foldhash v0.2.0
6232026-05-04T22:16:25.227Z Downloaded arrayref v0.3.9
6242026-05-04T22:16:25.227Z Downloaded cpufeatures v0.3.0
6252026-05-04T22:16:25.227Z Downloaded atomic-waker v1.1.2
6262026-05-04T22:16:25.231Z Downloaded ascii-canvas v3.0.0
6272026-05-04T22:16:25.231Z Downloaded crossbeam-utils v0.8.21
6282026-05-04T22:16:25.231Z Downloaded array-init v0.0.4
6292026-05-04T22:16:25.231Z Downloaded blowfish v0.9.1
6302026-05-04T22:16:25.235Z Downloaded embedded-io v0.4.0
6312026-05-04T22:16:25.235Z Downloaded crossbeam-epoch v0.9.18
6322026-05-04T22:16:25.235Z Downloaded const_format_proc_macros v0.2.34
6332026-05-04T22:16:25.238Z Downloaded ff v0.13.1
6342026-05-04T22:16:25.239Z Downloaded castaway v0.2.4
6352026-05-04T22:16:25.242Z Downloaded daft v0.1.5
6362026-05-04T22:16:25.243Z Downloaded crc v3.4.0
6372026-05-04T22:16:25.243Z Downloaded foreign-types-shared v0.3.1
6382026-05-04T22:16:25.243Z Downloaded cfg_aliases v0.2.1
6392026-05-04T22:16:25.246Z Downloaded bitfield-struct v0.6.2
6402026-05-04T22:16:25.246Z Downloaded base16ct v0.2.0
6412026-05-04T22:16:25.246Z Downloaded convert_case v0.10.0
6422026-05-04T22:16:25.250Z Downloaded darling_macro v0.21.3
6432026-05-04T22:16:25.250Z Downloaded darling_macro v0.20.11
6442026-05-04T22:16:25.250Z Downloaded crucible-workspace-hack v0.1.0
6452026-05-04T22:16:25.250Z Downloaded cassowary v0.3.0
6462026-05-04T22:16:25.250Z Downloaded downcast-rs v2.0.2
6472026-05-04T22:16:25.253Z Downloaded embedded-io v0.6.1
6482026-05-04T22:16:25.253Z Downloaded colored v2.2.0
6492026-05-04T22:16:25.253Z Downloaded blake2 v0.10.6
6502026-05-04T22:16:25.257Z Downloaded ed25519 v2.2.3
6512026-05-04T22:16:25.257Z Downloaded ed25519-dalek v2.2.0
6522026-05-04T22:16:25.260Z Downloaded difflib v0.4.0
6532026-05-04T22:16:25.260Z Downloaded async-stream v0.3.6
6542026-05-04T22:16:25.260Z Downloaded dirs-sys-next v0.1.2
6552026-05-04T22:16:25.264Z Downloaded derive_builder_macro v0.20.2
6562026-05-04T22:16:25.264Z Downloaded darling_macro v0.23.0
6572026-05-04T22:16:25.264Z Downloaded bcs v0.1.6
6582026-05-04T22:16:25.264Z Downloaded defmt-parser v1.0.0
6592026-05-04T22:16:25.268Z Downloaded crc8 v0.1.1
6602026-05-04T22:16:25.268Z Downloaded enum-as-inner v0.6.1
6612026-05-04T22:16:25.268Z Downloaded dof v0.4.0
6622026-05-04T22:16:25.271Z Downloaded cfg_aliases v0.1.1
6632026-05-04T22:16:25.271Z Downloaded crc-catalog v2.4.0
6642026-05-04T22:16:25.271Z Downloaded defmt v1.0.1
6652026-05-04T22:16:25.275Z Downloaded flume v0.11.1
6662026-05-04T22:16:25.278Z Downloaded ciborium-io v0.2.2
6672026-05-04T22:16:25.278Z Downloaded drift v0.1.3
6682026-05-04T22:16:25.282Z Downloaded futures-io v0.3.32
6692026-05-04T22:16:25.282Z Downloaded cobs v0.3.0
6702026-05-04T22:16:25.285Z Downloaded foreign-types v0.3.2
6712026-05-04T22:16:25.285Z Downloaded darling_core v0.23.0
6722026-05-04T22:16:25.288Z Downloaded futures-macro v0.3.32
6732026-05-04T22:16:25.288Z Downloaded fxhash v0.2.1
6742026-05-04T22:16:25.289Z Downloaded ciborium-ll v0.2.2
6752026-05-04T22:16:25.292Z Downloaded bitfield-macros v0.19.4
6762026-05-04T22:16:25.292Z Downloaded find-msvc-tools v0.1.9
6772026-05-04T22:16:25.292Z Downloaded foreign-types-shared v0.1.1
6782026-05-04T22:16:25.292Z Downloaded cancel-safe-futures v0.1.5
6792026-05-04T22:16:25.295Z Downloaded diesel-dtrace v0.5.0
6802026-05-04T22:16:25.295Z Downloaded debug-ignore v1.0.5
6812026-05-04T22:16:25.299Z Downloaded bit-vec v0.8.0
6822026-05-04T22:16:25.299Z Downloaded float-ord v0.3.2
6832026-05-04T22:16:25.299Z Downloaded compression-core v0.4.31
6842026-05-04T22:16:25.299Z Downloaded bcrypt-pbkdf v0.10.0
6852026-05-04T22:16:25.303Z Downloaded daft-derive v0.1.5
6862026-05-04T22:16:25.303Z Downloaded curve25519-dalek-derive v0.1.1
6872026-05-04T22:16:25.306Z Downloaded foreign-types-macros v0.2.3
6882026-05-04T22:16:25.306Z Downloaded console v0.16.2
6892026-05-04T22:16:25.306Z Downloaded bzip2 v0.4.4
6902026-05-04T22:16:25.310Z Downloaded funty v2.0.0
6912026-05-04T22:16:25.310Z Downloaded cmake v0.1.57
6922026-05-04T22:16:25.310Z Downloaded cipher v0.4.4
6932026-05-04T22:16:25.313Z Downloaded hash32 v0.3.1
6942026-05-04T22:16:25.313Z Downloaded futures-sink v0.3.32
6952026-05-04T22:16:25.313Z Downloaded headers-core v0.3.0
6962026-05-04T22:16:25.313Z Downloaded globwalk v0.9.1
6972026-05-04T22:16:25.313Z Downloaded flagset v0.4.7
6982026-05-04T22:16:25.343Z Downloaded backon v1.6.0
6992026-05-04T22:16:25.343Z Downloaded base64ct v1.8.3
7002026-05-04T22:16:25.343Z Downloaded fallible-iterator v0.2.0
7012026-05-04T22:16:25.343Z Downloaded foreign-types v0.5.0
7022026-05-04T22:16:25.343Z Downloaded byte-wrapper v0.1.0
7032026-05-04T22:16:25.343Z Downloaded dyn-clone v1.0.20
7042026-05-04T22:16:25.343Z Downloaded fd-lock v4.0.4
7052026-05-04T22:16:25.343Z Downloaded defmt v0.3.100
7062026-05-04T22:16:25.343Z Downloaded diesel_table_macro_syntax v0.3.0
7072026-05-04T22:16:25.343Z Downloaded gethostname v0.5.0
7082026-05-04T22:16:25.344Z Downloaded crc32fast v1.5.0
7092026-05-04T22:16:25.344Z Downloaded cargo_metadata v0.19.2
7102026-05-04T22:16:25.344Z Downloaded bitflags v1.3.2
7112026-05-04T22:16:25.344Z Downloaded hash32 v0.2.1
7122026-05-04T22:16:25.344Z Downloaded deranged v0.5.8
7132026-05-04T22:16:25.344Z Downloaded crossbeam-channel v0.5.15
7142026-05-04T22:16:25.344Z Downloaded ar_archive_writer v0.5.1
7152026-05-04T22:16:25.344Z Downloaded foldhash v0.1.5
7162026-05-04T22:16:25.344Z Downloaded http-range v0.1.5
7172026-05-04T22:16:25.344Z Downloaded constant_time_eq v0.4.2
7182026-05-04T22:16:25.344Z Downloaded git-stub v1.0.0
7192026-05-04T22:16:25.344Z Downloaded ghash v0.5.1
7202026-05-04T22:16:25.349Z Downloaded futures-executor v0.3.32
7212026-05-04T22:16:25.349Z Downloaded arrayvec v0.7.6
7222026-05-04T22:16:25.349Z Downloaded console v0.15.11
7232026-05-04T22:16:25.349Z Downloaded corncobs v0.1.4
7242026-05-04T22:16:25.349Z Downloaded hex-literal v0.4.1
7252026-05-04T22:16:25.349Z Downloaded hex v0.4.3
7262026-05-04T22:16:25.353Z Downloaded bitfield v0.19.4
7272026-05-04T22:16:25.353Z Downloaded buf-list v1.1.2
7282026-05-04T22:16:25.353Z Downloaded hostname v0.3.1
7292026-05-04T22:16:25.357Z Downloaded env_logger v0.11.9
7302026-05-04T22:16:25.357Z Downloaded httpdate v1.0.3
7312026-05-04T22:16:25.357Z Downloaded hubpack_derive v0.1.1
7322026-05-04T22:16:25.357Z Downloaded crc-any v2.5.0
7332026-05-04T22:16:25.360Z Downloaded fixedbitset v0.4.2
7342026-05-04T22:16:25.360Z Downloaded ecdsa v0.16.9
7352026-05-04T22:16:25.364Z Downloaded cookie v0.18.1
7362026-05-04T22:16:25.364Z Downloaded dtrace-parser v0.3.0
7372026-05-04T22:16:25.364Z Downloaded async-bb8-diesel v0.2.1
7382026-05-04T22:16:25.367Z Downloaded data-encoding v2.10.0
7392026-05-04T22:16:25.367Z Downloaded darling v0.21.3
7402026-05-04T22:16:26.374Z Downloaded ctr v0.9.2
7412026-05-04T22:16:26.374Z Downloaded indent_write v2.2.0
7422026-05-04T22:16:26.374Z Downloaded csv-core v0.1.13
7432026-05-04T22:16:26.380Z Downloaded crossbeam-deque v0.8.6
7442026-05-04T22:16:26.380Z Downloaded ident_case v1.0.1
7452026-05-04T22:16:26.380Z Downloaded hyper-tls v0.6.0
7462026-05-04T22:16:26.380Z Downloaded git-stub-vcs v0.1.0
7472026-05-04T22:16:26.380Z Downloaded hubpack v0.1.2
7482026-05-04T22:16:26.380Z Downloaded async-trait v0.1.89
7492026-05-04T22:16:26.380Z Downloaded globset v0.4.18
7502026-05-04T22:16:26.380Z Downloaded instability v0.3.11
7512026-05-04T22:16:26.380Z Downloaded instant v0.1.13
7522026-05-04T22:16:26.380Z Downloaded is_ci v1.2.0
7532026-05-04T22:16:26.380Z Downloaded darling v0.23.0
7542026-05-04T22:16:26.380Z Downloaded group v0.13.0
7552026-05-04T22:16:26.380Z Downloaded colored v3.1.1
7562026-05-04T22:16:26.380Z Downloaded futures-core v0.3.32
7572026-05-04T22:16:26.380Z Downloaded erased-serde v0.3.31
7582026-05-04T22:16:26.380Z Downloaded chacha20 v0.10.0
7592026-05-04T22:16:26.380Z Downloaded cexpr v0.6.0
7602026-05-04T22:16:26.380Z Downloaded internet-checksum v0.2.1
7612026-05-04T22:16:26.380Z Downloaded ahash v0.8.12
7622026-05-04T22:16:26.380Z Downloaded lalrpop-util v0.19.12
7632026-05-04T22:16:26.380Z Downloaded lazy_static v1.5.0
7642026-05-04T22:16:26.380Z Downloaded is-terminal v0.4.17
7652026-05-04T22:16:26.380Z Downloaded highway v1.3.0
7662026-05-04T22:16:26.380Z Downloaded expectorate v1.2.0
7672026-05-04T22:16:26.380Z Downloaded ena v0.14.4
7682026-05-04T22:16:26.381Z Downloaded glob v0.3.3
7692026-05-04T22:16:26.381Z Downloaded cookie_store v0.22.1
7702026-05-04T22:16:26.381Z Downloaded const-oid v0.9.6
7712026-05-04T22:16:26.381Z Downloaded ciborium v0.2.2
7722026-05-04T22:16:26.381Z Downloaded des v0.8.1
7732026-05-04T22:16:26.381Z Downloaded dropshot_endpoint v0.16.7
7742026-05-04T22:16:26.381Z Downloaded kstat-rs v0.2.4
7752026-05-04T22:16:26.381Z Downloaded keccak v0.1.6
7762026-05-04T22:16:26.381Z Downloaded lru-slab v0.1.2
7772026-05-04T22:16:26.381Z Downloaded managed v0.8.0
7782026-05-04T22:16:26.381Z Downloaded inout v0.1.4
7792026-05-04T22:16:26.381Z Downloaded http-body-util v0.1.3
7802026-05-04T22:16:26.381Z Downloaded memoffset v0.9.1
7812026-05-04T22:16:26.381Z Downloaded backoff v0.4.0
7822026-05-04T22:16:26.381Z Downloaded mime v0.3.17
7832026-05-04T22:16:26.381Z Downloaded dropshot_endpoint v0.17.0
7842026-05-04T22:16:26.381Z Downloaded indoc v1.0.9
7852026-05-04T22:16:26.381Z Downloaded lru v0.12.5
7862026-05-04T22:16:26.381Z Downloaded libscf-sys v1.1.0
7872026-05-04T22:16:26.381Z Downloaded lru-cache v0.1.2
7882026-05-04T22:16:26.381Z Downloaded linked-hash-map v0.5.6
7892026-05-04T22:16:26.381Z Downloaded hostname v0.4.2
7902026-05-04T22:16:26.381Z Downloaded lzss v0.8.2
7912026-05-04T22:16:26.381Z Downloaded home v0.5.12
7922026-05-04T22:16:26.381Z Downloaded getrandom v0.2.17
7932026-05-04T22:16:26.381Z Downloaded impl-trait-for-tuples v0.2.3
7942026-05-04T22:16:26.381Z Downloaded humantime v2.3.0
7952026-05-04T22:16:26.381Z Downloaded maplit v1.0.2
7962026-05-04T22:16:26.381Z Downloaded maybe-uninit v2.0.0
7972026-05-04T22:16:26.381Z Downloaded fs_extra v1.3.0
7982026-05-04T22:16:26.381Z Downloaded match_cfg v0.1.0
7992026-05-04T22:16:26.381Z Downloaded indoc v2.0.7
8002026-05-04T22:16:26.381Z Downloaded newtype_derive v0.1.6
8012026-05-04T22:16:26.381Z Downloaded ingot-types v0.1.2
8022026-05-04T22:16:26.381Z Downloaded new_debug_unreachable v1.0.6
8032026-05-04T22:16:26.381Z Downloaded newtype-uuid-macros v0.1.0
8042026-05-04T22:16:26.381Z Downloaded hyper-staticfile v0.10.1
8052026-05-04T22:16:26.382Z Downloaded futures-channel v0.3.32
8062026-05-04T22:16:26.382Z Downloaded half v1.8.3
8072026-05-04T22:16:26.382Z Downloaded ingot v0.1.1
8082026-05-04T22:16:26.382Z Downloaded http-body v1.0.1
8092026-05-04T22:16:26.382Z Downloaded fs-err v2.11.0
8102026-05-04T22:16:26.382Z Downloaded block-padding v0.3.3
8112026-05-04T22:16:26.382Z Downloaded multimap v0.10.1
8122026-05-04T22:16:26.382Z Downloaded nibble_vec v0.1.0
8132026-05-04T22:16:26.382Z Downloaded ipnetwork v0.21.1
8142026-05-04T22:16:26.382Z Downloaded hmac v0.12.1
8152026-05-04T22:16:26.382Z Downloaded normalize-line-endings v0.3.0
8162026-05-04T22:16:26.382Z Downloaded newline-converter v0.3.0
8172026-05-04T22:16:26.382Z Downloaded dirs-next v2.0.0
8182026-05-04T22:16:26.382Z Downloaded num-iter v0.1.45
8192026-05-04T22:16:26.382Z Downloaded num-derive v0.4.2
8202026-05-04T22:16:26.382Z Downloaded md5 v0.7.0
8212026-05-04T22:16:26.382Z Downloaded darling v0.20.11
8222026-05-04T22:16:26.382Z Downloaded ipnet v2.11.0
8232026-05-04T22:16:26.382Z Downloaded libsw v3.5.0
8242026-05-04T22:16:26.382Z Downloaded libefi-sys v0.1.0
8252026-05-04T22:16:26.383Z Downloaded jobserver v0.1.34
8262026-05-04T22:16:26.383Z Downloaded nonempty v0.12.0
8272026-05-04T22:16:26.383Z Downloaded nodrop v0.1.14
8282026-05-04T22:16:26.383Z Downloaded mime_guess v2.0.5
8292026-05-04T22:16:26.383Z Downloaded openssl-macros v0.1.1
8302026-05-04T22:16:26.383Z Downloaded opaque-debug v0.3.1
8312026-05-04T22:16:26.383Z Downloaded num_threads v0.1.7
8322026-05-04T22:16:26.383Z Downloaded num_enum_derive v0.5.11
8332026-05-04T22:16:26.383Z Downloaded num-conv v0.2.0
8342026-05-04T22:16:26.383Z Downloaded olpc-cjson v0.1.4
8352026-05-04T22:16:26.383Z Downloaded linear-map v1.2.0
8362026-05-04T22:16:26.383Z Downloaded libsw-core v0.3.2
8372026-05-04T22:16:26.383Z Downloaded httparse v1.10.1
8382026-05-04T22:16:26.383Z Downloaded lock_api v0.4.14
8392026-05-04T22:16:26.383Z Downloaded num v0.4.3
8402026-05-04T22:16:26.383Z Downloaded compact_str v0.8.1
8412026-05-04T22:16:26.383Z Downloaded elliptic-curve v0.13.8
8422026-05-04T22:16:26.383Z Downloaded openssl-probe v0.2.1
8432026-05-04T22:16:26.390Z Downloaded openssl-probe v0.1.6
8442026-05-04T22:16:26.390Z Downloaded getrandom v0.3.4
8452026-05-04T22:16:26.390Z Downloaded fatfs v0.3.6
8462026-05-04T22:16:26.390Z Downloaded iana-time-zone v0.1.65
8472026-05-04T22:16:26.390Z Downloaded futures v0.3.32
8482026-05-04T22:16:26.390Z Downloaded nanorand v0.7.0
8492026-05-04T22:16:26.390Z Downloaded parse-display v0.10.0
8502026-05-04T22:16:26.391Z Downloaded darling_core v0.21.3
8512026-05-04T22:16:26.391Z Downloaded packed_struct_codegen v0.10.1
8522026-05-04T22:16:26.391Z Downloaded md-5 v0.10.6
8532026-05-04T22:16:26.391Z Downloaded allocator-api2 v0.2.21
8542026-05-04T22:16:26.391Z Downloaded multer v3.1.0
8552026-05-04T22:16:26.391Z Downloaded derive_more v0.99.20
8562026-05-04T22:16:26.391Z Downloaded base64 v0.22.1
8572026-05-04T22:16:26.391Z Downloaded hyper-rustls v0.27.7
8582026-05-04T22:16:26.391Z Downloaded pbkdf2 v0.11.0
8592026-05-04T22:16:26.391Z Downloaded native-tls v0.2.18
8602026-05-04T22:16:26.391Z Downloaded parse-size v1.1.0
8612026-05-04T22:16:26.391Z Downloaded pbkdf2 v0.12.2
8622026-05-04T22:16:26.391Z Downloaded peg-runtime v0.8.5
8632026-05-04T22:16:26.391Z Downloaded num_enum v0.7.5
8642026-05-04T22:16:26.391Z Downloaded num_enum_derive v0.7.5
8652026-05-04T22:16:26.391Z Downloaded num-integer v0.1.46
8662026-05-04T22:16:26.391Z Downloaded num-derive v0.3.3
8672026-05-04T22:16:26.391Z Downloaded num_enum v0.5.11
8682026-05-04T22:16:26.391Z Downloaded pin-utils v0.1.0
8692026-05-04T22:16:26.391Z Downloaded powerfmt v0.2.0
8702026-05-04T22:16:26.391Z Downloaded phf_shared v0.13.1
8712026-05-04T22:16:26.391Z Downloaded phf_shared v0.12.1
8722026-05-04T22:16:26.391Z Downloaded num-complex v0.4.6
8732026-05-04T22:16:26.391Z Downloaded nu-ansi-term v0.50.3
8742026-05-04T22:16:26.391Z Downloaded owo-colors v4.3.0
8752026-05-04T22:16:26.391Z Downloaded packed_struct v0.10.1
8762026-05-04T22:16:26.391Z Downloaded half v2.7.1
8772026-05-04T22:16:26.391Z Downloaded flate2 v1.1.9
8782026-05-04T22:16:26.391Z Downloaded oxide-tokio-rt v0.1.4
8792026-05-04T22:16:26.391Z Downloaded oso-derive v0.27.3
8802026-05-04T22:16:26.391Z Downloaded ingot-macros v0.1.1
8812026-05-04T22:16:26.391Z Downloaded derive-where v1.6.0
8822026-05-04T22:16:26.391Z Downloaded litrs v1.0.0
8832026-05-04T22:16:26.391Z Downloaded predicates-tree v1.0.13
8842026-05-04T22:16:26.391Z Downloaded oxnet v0.1.4
8852026-05-04T22:16:26.391Z Downloaded predicates-core v1.0.10
8862026-05-04T22:16:26.392Z Downloaded precomputed-hash v0.1.1
8872026-05-04T22:16:26.392Z Downloaded ignore v0.4.25
8882026-05-04T22:16:26.392Z Downloaded bytes v1.11.1
8892026-05-04T22:16:26.392Z Downloaded progenitor-macro v0.10.0
8902026-05-04T22:16:26.392Z Downloaded diesel_derives v2.3.7
8912026-05-04T22:16:26.392Z Downloaded memmap2 v0.9.10
8922026-05-04T22:16:26.392Z Downloaded parking_lot_core v0.8.6
8932026-05-04T22:16:26.392Z Downloaded darling_core v0.20.11
8942026-05-04T22:16:26.392Z Downloaded arc-swap v1.8.2
8952026-05-04T22:16:26.392Z Downloaded heapless v0.7.17
8962026-05-04T22:16:26.392Z Downloaded peg-macros v0.8.5
8972026-05-04T22:16:26.392Z Downloaded password-hash v0.5.0
8982026-05-04T22:16:26.392Z Downloaded parse-display-derive v0.10.0
8992026-05-04T22:16:26.392Z Downloaded crypto-bigint v0.5.5
9002026-05-04T22:16:26.392Z Downloaded psl-types v2.0.11
9012026-05-04T22:16:26.392Z Downloaded progenitor-macro v0.14.0
9022026-05-04T22:16:26.392Z Downloaded phf_shared v0.11.3
9032026-05-04T22:16:26.392Z Downloaded phf v0.13.1
9042026-05-04T22:16:26.392Z Downloaded phf v0.12.1
9052026-05-04T22:16:26.392Z Downloaded const_format v0.2.35
9062026-05-04T22:16:26.392Z Downloaded libbz2-rs-sys v0.2.2
9072026-05-04T22:16:26.392Z Downloaded pem-rfc7468 v0.7.0
9082026-05-04T22:16:26.392Z Downloaded omicron-zone-package v0.12.2
9092026-05-04T22:16:26.392Z Downloaded progenitor-macro v0.13.0
9102026-05-04T22:16:26.392Z Downloaded pin-project-internal v1.1.11
9112026-05-04T22:16:26.392Z Downloaded pkcs8 v0.10.2
9122026-05-04T22:16:26.392Z Downloaded quick-error v1.2.3
9132026-05-04T22:16:26.392Z Downloaded num-rational v0.4.2
9142026-05-04T22:16:26.392Z Downloaded postgres-protocol v0.6.10
9152026-05-04T22:16:26.392Z Downloaded libloading v0.8.9
9162026-05-04T22:16:26.392Z Downloaded radium v0.7.0
9172026-05-04T22:16:26.392Z Downloaded pem v3.0.6
9182026-05-04T22:16:26.392Z Downloaded peg v0.8.5
9192026-05-04T22:16:26.392Z Downloaded polyval v0.6.2
9202026-05-04T22:16:26.392Z Downloaded pkg-config v0.3.32
9212026-05-04T22:16:26.392Z Downloaded paste v1.0.15
9222026-05-04T22:16:26.392Z Downloaded headers v0.4.1
9232026-05-04T22:16:26.393Z Downloaded progenitor-client v0.14.0
9242026-05-04T22:16:26.393Z Downloaded progenitor-client v0.11.2
9252026-05-04T22:16:26.393Z Downloaded proc-macro-error-attr2 v2.0.0
9262026-05-04T22:16:26.393Z Downloaded proc-macro-crate v3.4.0
9272026-05-04T22:16:26.393Z Downloaded proc-macro-crate v1.3.1
9282026-05-04T22:16:26.393Z Downloaded newtype-uuid v1.3.2
9292026-05-04T22:16:26.393Z Downloaded chacha20poly1305 v0.10.1
9302026-05-04T22:16:26.393Z Downloaded parking_lot v0.11.2
9312026-05-04T22:16:26.393Z Downloaded indexmap v1.9.3
9322026-05-04T22:16:26.393Z Downloaded progenitor-client v0.13.0
9332026-05-04T22:16:26.393Z Downloaded progenitor-client v0.10.0
9342026-05-04T22:16:26.393Z Downloaded proc-macro-error2 v2.0.1
9352026-05-04T22:16:26.393Z Downloaded rand_xorshift v0.4.0
9362026-05-04T22:16:26.393Z Downloaded base64 v0.21.7
9372026-05-04T22:16:26.393Z Downloaded ppv-lite86 v0.2.21
9382026-05-04T22:16:26.393Z Downloaded parking_lot_core v0.9.12
9392026-05-04T22:16:26.393Z Downloaded path-slash v0.1.5
9402026-05-04T22:16:26.393Z Downloaded hickory-resolver v0.25.2
9412026-05-04T22:16:26.393Z Downloaded primeorder v0.13.6
9422026-05-04T22:16:26.393Z Downloaded ref-cast v1.0.25
9432026-05-04T22:16:26.400Z Downloaded recursive v0.1.1
9442026-05-04T22:16:26.400Z Downloaded hickory-resolver v0.24.4
9452026-05-04T22:16:26.400Z Downloaded recursive-proc-macro-impl v0.1.1
9462026-05-04T22:16:26.400Z Downloaded progenitor v0.13.0
9472026-05-04T22:16:26.400Z Downloaded progenitor v0.11.2
9482026-05-04T22:16:26.400Z Downloaded progenitor v0.10.0
9492026-05-04T22:16:26.400Z Downloaded progenitor-extras v0.2.0
9502026-05-04T22:16:26.400Z Downloaded password-hash v0.4.2
9512026-05-04T22:16:26.401Z Downloaded rfc6979 v0.4.0
9522026-05-04T22:16:26.401Z Downloaded psm v0.1.30
9532026-05-04T22:16:26.401Z Downloaded async-compression v0.4.41
9542026-05-04T22:16:26.401Z Downloaded cc v1.2.56
9552026-05-04T22:16:26.401Z Downloaded progenitor v0.14.0
9562026-05-04T22:16:26.401Z Downloaded parking_lot v0.12.5
9572026-05-04T22:16:26.401Z Downloaded rustc-hash v2.1.1
9582026-05-04T22:16:26.401Z Downloaded pkcs1 v0.7.5
9592026-05-04T22:16:26.401Z Downloaded heapless v0.8.0
9602026-05-04T22:16:26.401Z Downloaded russh-cryptovec v0.7.3
9612026-05-04T22:16:26.401Z Downloaded rtoolbox v0.0.3
9622026-05-04T22:16:26.401Z Downloaded rustc_version v0.4.1
9632026-05-04T22:16:26.401Z Downloaded der v0.7.10
9642026-05-04T22:16:26.401Z Downloaded pin-project-lite v0.2.17
9652026-05-04T22:16:26.401Z Downloaded postgres-types v0.2.12
9662026-05-04T22:16:26.401Z Downloaded poly1305 v0.8.0
9672026-05-04T22:16:26.401Z Downloaded rand_chacha v0.9.0
9682026-05-04T22:16:26.401Z Downloaded rand_chacha v0.3.1
9692026-05-04T22:16:26.401Z Downloaded r2d2 v0.8.10
9702026-05-04T22:16:26.401Z Downloaded indicatif v0.18.4
9712026-05-04T22:16:26.401Z Downloaded postcard v1.1.3
9722026-05-04T22:16:26.401Z Downloaded rand_core v0.10.0
9732026-05-04T22:16:26.401Z Downloaded rand_core v0.9.5
9742026-05-04T22:16:26.401Z Downloaded oso v0.27.3
9752026-05-04T22:16:26.401Z Downloaded rustc_version v0.1.7
9762026-05-04T22:16:26.401Z Downloaded same-file v1.0.6
9772026-05-04T22:16:26.401Z Downloaded miniz_oxide v0.8.9
9782026-05-04T22:16:26.401Z Downloaded rand_core v0.6.4
9792026-05-04T22:16:26.401Z Downloaded predicates v3.1.4
9802026-05-04T22:16:26.401Z Downloaded papergrid v0.17.0
9812026-05-04T22:16:26.401Z Downloaded scopeguard v1.2.0
9822026-05-04T22:16:26.401Z Downloaded scheduled-thread-pool v0.2.7
9832026-05-04T22:16:26.401Z Downloaded sapling-renderdag v0.1.0
9842026-05-04T22:16:26.401Z Downloaded ref-cast-impl v1.0.25
9852026-05-04T22:16:26.401Z Downloaded rand_seeder v0.4.0
9862026-05-04T22:16:26.401Z Downloaded derive_more v2.1.1
9872026-05-04T22:16:26.402Z Downloaded secrecy v0.10.3
9882026-05-04T22:16:26.402Z Downloaded seq-macro v0.3.6
9892026-05-04T22:16:26.402Z Downloaded semver v0.1.20
9902026-05-04T22:16:26.402Z Downloaded scroll_derive v0.13.1
9912026-05-04T22:16:26.402Z Downloaded salsa20 v0.10.2
9922026-05-04T22:16:26.402Z Downloaded serde-big-array v0.5.1
9932026-05-04T22:16:26.402Z Downloaded pin-project v1.1.11
9942026-05-04T22:16:26.402Z Downloaded serde_bytes v0.11.19
9952026-05-04T22:16:26.402Z Downloaded pkcs5 v0.7.1
9962026-05-04T22:16:26.402Z Downloaded jiff-static v0.2.21
9972026-05-04T22:16:26.402Z Downloaded secrecy v0.8.0
9982026-05-04T22:16:26.402Z Downloaded resolv-conf v0.7.6
9992026-05-04T22:16:26.402Z Downloaded rustls-pemfile v2.2.0
10002026-05-04T22:16:26.402Z Downloaded serde_spanned v1.0.4
10012026-05-04T22:16:26.402Z Downloaded progenitor-macro v0.11.2
10022026-05-04T22:16:26.402Z Downloaded shell-words v1.1.1
10032026-05-04T22:16:26.402Z Downloaded serde_repr v0.1.20
10042026-05-04T22:16:26.402Z Downloaded rustls-native-certs v0.8.3
10052026-05-04T22:16:26.402Z Downloaded minimal-lexical v0.2.1
10062026-05-04T22:16:26.402Z Downloaded aes v0.8.4
10072026-05-04T22:16:26.402Z Downloaded p256 v0.13.2
10082026-05-04T22:16:26.402Z Downloaded openssl-sys v0.9.114
10092026-05-04T22:16:26.402Z Downloaded serde_urlencoded v0.7.1
10102026-05-04T22:16:26.402Z Downloaded sha1 v0.10.6
10112026-05-04T22:16:26.402Z Downloaded rustls-pemfile v1.0.4
10122026-05-04T22:16:26.402Z Downloaded rusty-fork v0.3.1
10132026-05-04T22:16:26.402Z Downloaded signature v2.2.0
10142026-05-04T22:16:26.402Z Downloaded signal-hook-tokio v0.3.1
10152026-05-04T22:16:26.402Z Downloaded siphasher v1.0.2
10162026-05-04T22:16:26.402Z Downloaded sigpipe v0.1.3
10172026-05-04T22:16:26.402Z Downloaded serde_plain v1.0.2
10182026-05-04T22:16:26.402Z Downloaded slog-envlogger v2.2.0
10192026-05-04T22:16:26.402Z Downloaded hashbrown v0.12.3
10202026-05-04T22:16:26.402Z Downloaded schemars_derive v0.8.22
10212026-05-04T22:16:26.402Z Downloaded sct v0.7.1
10222026-05-04T22:16:26.402Z Downloaded progenitor-impl v0.14.0
10232026-05-04T22:16:26.402Z Downloaded progenitor-impl v0.11.2
10242026-05-04T22:16:26.402Z Downloaded hashbrown v0.13.2
10252026-05-04T22:16:26.402Z Downloaded scroll v0.13.0
10262026-05-04T22:16:26.404Z Downloaded progenitor-impl v0.10.0
10272026-05-04T22:16:26.404Z Downloaded sec1 v0.7.3
10282026-05-04T22:16:26.404Z Downloaded scrypt v0.11.0
10292026-05-04T22:16:26.404Z Downloaded signal-hook-mio v0.2.5
10302026-05-04T22:16:26.404Z Downloaded quinn-udp v0.5.14
10312026-05-04T22:16:26.404Z Downloaded serde_derive_internals v0.29.1
10322026-05-04T22:16:26.404Z Downloaded serde-hex v0.1.0
10332026-05-04T22:16:26.404Z Downloaded signal-hook-registry v1.4.8
10342026-05-04T22:16:26.404Z Downloaded shlex v1.3.0
10352026-05-04T22:16:26.404Z Downloaded ssh-cipher v0.2.0
10362026-05-04T22:16:26.404Z Downloaded ssh-encoding v0.2.0
10372026-05-04T22:16:26.404Z Downloaded strum v0.27.2
10382026-05-04T22:16:26.404Z Downloaded http v1.4.0
10392026-05-04T22:16:26.404Z Downloaded strum v0.26.3
10402026-05-04T22:16:26.404Z Downloaded structmeta-derive v0.3.0
10412026-05-04T22:16:26.404Z Downloaded hickory-server v0.25.2
10422026-05-04T22:16:26.404Z Downloaded pretty_assertions v1.4.1
10432026-05-04T22:16:26.410Z Downloaded prettyplease v0.2.37
10442026-05-04T22:16:26.410Z Downloaded rustls-pki-types v1.14.0
10452026-05-04T22:16:26.410Z Downloaded hyper-util v0.1.20
10462026-05-04T22:16:26.410Z Downloaded structmeta v0.3.0
10472026-05-04T22:16:26.410Z Downloaded strip-ansi-escapes v0.2.1
10482026-05-04T22:16:26.410Z Downloaded rustversion v1.0.22
10492026-05-04T22:16:26.410Z Downloaded slab v0.4.12
10502026-05-04T22:16:26.410Z Downloaded prefix-trie v0.7.0
10512026-05-04T22:16:26.410Z Downloaded subtle v2.6.1
10522026-05-04T22:16:26.410Z Downloaded sync-ptr v0.1.4
10532026-05-04T22:16:26.410Z Downloaded supports-color v3.0.2
10542026-05-04T22:16:26.410Z Downloaded simd-adler32 v0.3.8
10552026-05-04T22:16:26.411Z Downloaded slog-stdlog v4.1.1
10562026-05-04T22:16:26.411Z Downloaded smf v0.2.3
10572026-05-04T22:16:26.411Z Downloaded slog-term v2.9.2
10582026-05-04T22:16:26.411Z Downloaded rcgen v0.12.1
10592026-05-04T22:16:26.411Z Downloaded smallvec v0.6.14
10602026-05-04T22:16:26.411Z Downloaded slog-scope v4.4.1
10612026-05-04T22:16:26.411Z Downloaded ron v0.8.1
10622026-05-04T22:16:26.411Z Downloaded tap v1.0.1
10632026-05-04T22:16:26.411Z Downloaded tabwriter v1.4.1
10642026-05-04T22:16:26.411Z Downloaded slog-dtrace v0.3.0
10652026-05-04T22:16:26.411Z Downloaded sync_wrapper v1.0.2
10662026-05-04T22:16:26.411Z Downloaded progenitor-impl v0.13.0
10672026-05-04T22:16:26.411Z Downloaded mio v1.2.0
10682026-05-04T22:16:26.411Z Downloaded take_mut v0.2.2
10692026-05-04T22:16:26.411Z Downloaded tagptr v0.2.0
10702026-05-04T22:16:26.411Z Downloaded testing_table v0.3.0
10712026-05-04T22:16:26.411Z Downloaded dropshot-api-manager v0.7.1
10722026-05-04T22:16:26.411Z Downloaded russh-keys v0.45.0
10732026-05-04T22:16:26.411Z Downloaded serde_with_macros v3.17.0
10742026-05-04T22:16:26.411Z Downloaded static_assertions v1.1.0
10752026-05-04T22:16:26.411Z Downloaded sqlparser_derive v0.5.0
10762026-05-04T22:16:26.411Z Downloaded sqlformat v0.3.5
10772026-05-04T22:16:26.411Z Downloaded serde_path_to_error v0.1.20
10782026-05-04T22:16:26.411Z Downloaded serde_cbor v0.11.2
10792026-05-04T22:16:26.411Z Downloaded termtree v0.5.1
10802026-05-04T22:16:26.411Z Downloaded time-core v0.1.8
10812026-05-04T22:16:26.413Z Downloaded thiserror-impl-no-std v2.0.2
10822026-05-04T22:16:26.413Z Downloaded strum_macros v0.24.3
10832026-05-04T22:16:26.413Z Downloaded stacker v0.1.23
10842026-05-04T22:16:26.413Z Downloaded thread-id v5.1.0
10852026-05-04T22:16:26.413Z Downloaded spki v0.7.3
10862026-05-04T22:16:26.413Z Downloaded crossterm v0.29.0
10872026-05-04T22:16:26.413Z Downloaded aes-gcm v0.10.3
10882026-05-04T22:16:26.413Z Downloaded stringprep v0.1.5
10892026-05-04T22:16:26.413Z Downloaded slog-bunyan v2.5.0
10902026-05-04T22:16:26.413Z Downloaded string_cache v0.8.9
10912026-05-04T22:16:26.413Z Downloaded strum_macros v0.26.4
10922026-05-04T22:16:26.413Z Downloaded support-bundle-viewer v0.1.2
10932026-05-04T22:16:26.413Z Downloaded schemars v0.8.22
10942026-05-04T22:16:26.413Z Downloaded rayon-core v1.13.0
10952026-05-04T22:16:26.413Z Downloaded hashbrown v0.15.5
10962026-05-04T22:16:26.413Z Downloaded strum_macros v0.27.2
10972026-05-04T22:16:26.413Z Downloaded tabled_derive v0.11.0
10982026-05-04T22:16:26.413Z Downloaded slog-json v2.6.1
10992026-05-04T22:16:26.413Z Downloaded ryu v1.0.23
11002026-05-04T22:16:26.413Z Downloaded itertools v0.10.5
11012026-05-04T22:16:26.413Z Downloaded termios v0.3.3
11022026-05-04T22:16:26.413Z Downloaded spin v0.9.8
11032026-05-04T22:16:26.413Z Downloaded snafu-derive v0.8.9
11042026-05-04T22:16:26.413Z Downloaded publicsuffix v2.3.0
11052026-05-04T22:16:26.413Z Downloaded crossterm v0.28.1
11062026-05-04T22:16:26.413Z Downloaded topological-sort v0.2.2
11072026-05-04T22:16:26.413Z Downloaded num-bigint v0.4.6
11082026-05-04T22:16:26.413Z Downloaded time-macros v0.2.27
11092026-05-04T22:16:26.413Z Downloaded serde_yaml v0.9.34+deprecated
11102026-05-04T22:16:26.413Z Downloaded tiny-keccak v2.0.2
11112026-05-04T22:16:26.413Z Downloaded quinn v0.11.9
11122026-05-04T22:16:26.413Z Downloaded trait-variant v0.1.2
11132026-05-04T22:16:26.413Z Downloaded tower-service v0.3.3
11142026-05-04T22:16:26.413Z Downloaded tower-layer v0.3.3
11152026-05-04T22:16:26.413Z Downloaded signal-hook v0.3.18
11162026-05-04T22:16:26.413Z Downloaded tinyvec_macros v0.1.1
11172026-05-04T22:16:26.414Z Downloaded rand v0.8.5
11182026-05-04T22:16:26.414Z Downloaded thread_local v1.1.9
11192026-05-04T22:16:26.414Z Downloaded thiserror-no-std v2.0.2
11202026-05-04T22:16:26.414Z Downloaded similar v2.7.0
11212026-05-04T22:16:26.414Z Downloaded try-lock v0.2.5
11222026-05-04T22:16:26.414Z Downloaded slog v2.8.2
11232026-05-04T22:16:26.414Z Downloaded tls_codec_derive v0.4.2
11242026-05-04T22:16:26.414Z Downloaded slog-async v2.8.0
11252026-05-04T22:16:26.414Z Downloaded libxml v0.3.3
11262026-05-04T22:16:26.414Z Downloaded tokio-tungstenite v0.23.1
11272026-05-04T22:16:26.414Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11282026-05-04T22:16:26.414Z Downloaded typify-macro v0.4.3
11292026-05-04T22:16:26.414Z Downloaded tokio-native-tls v0.3.1
11302026-05-04T22:16:26.414Z Downloaded tokio-macros v2.7.0
11312026-05-04T22:16:26.414Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11322026-05-04T22:16:26.416Z Downloaded unicode-truncate v1.1.0
11332026-05-04T22:16:26.416Z Downloaded unit-prefix v0.5.2
11342026-05-04T22:16:26.416Z Downloaded unarray v0.1.4
11352026-05-04T22:16:26.416Z Downloaded typify-macro v0.6.2
11362026-05-04T22:16:26.416Z Downloaded untrusted v0.9.0
11372026-05-04T22:16:26.416Z Downloaded untrusted v0.7.1
11382026-05-04T22:16:26.416Z Downloaded universal-hash v0.5.1
11392026-05-04T22:16:26.416Z Downloaded tokio-tungstenite v0.21.0
11402026-05-04T22:16:26.416Z Downloaded itertools v0.12.1
11412026-05-04T22:16:26.416Z Downloaded socket2 v0.5.10
11422026-05-04T22:16:26.416Z Downloaded hashbrown v0.16.1
11432026-05-04T22:16:26.423Z Downloaded rand v0.9.2
11442026-05-04T22:16:26.423Z Downloaded term v0.7.0
11452026-05-04T22:16:26.423Z Downloaded itertools v0.13.0
11462026-05-04T22:16:26.423Z Downloaded usdt-macro v0.6.0
11472026-05-04T22:16:26.423Z Downloaded num-bigint-dig v0.8.6
11482026-05-04T22:16:26.423Z Downloaded aho-corasick v1.1.4
11492026-05-04T22:16:26.423Z Downloaded nom v7.1.3
11502026-05-04T22:16:26.423Z Downloaded rsa v0.9.10
11512026-05-04T22:16:26.423Z Downloaded socket2 v0.6.3
11522026-05-04T22:16:26.423Z Downloaded iddqd v0.3.18
11532026-05-04T22:16:26.423Z Downloaded wait-timeout v0.2.1
11542026-05-04T22:16:26.423Z Downloaded void v1.0.2
11552026-05-04T22:16:26.423Z Downloaded rustls-webpki v0.103.9
11562026-05-04T22:16:26.423Z Downloaded usdt-attr-macro v0.6.0
11572026-05-04T22:16:26.423Z Downloaded usdt v0.6.0
11582026-05-04T22:16:26.423Z Downloaded tls_codec v0.4.2
11592026-05-04T22:16:26.423Z Downloaded tui-tree-widget v0.23.1
11602026-05-04T22:16:26.423Z Downloaded schemars v0.9.0
11612026-05-04T22:16:26.423Z Downloaded want v0.3.1
11622026-05-04T22:16:26.423Z Downloaded waitgroup v0.1.2
11632026-05-04T22:16:26.423Z Downloaded rustls-platform-verifier v0.6.2
11642026-05-04T22:16:26.423Z Downloaded tokio-rustls v0.24.1
11652026-05-04T22:16:26.423Z Downloaded tokio-stream v0.1.18
11662026-05-04T22:16:26.423Z Downloaded samael v0.0.19
11672026-05-04T22:16:26.423Z Downloaded toml_writer v1.0.6+spec-1.1.0
11682026-05-04T22:16:26.423Z Downloaded subprocess v0.2.15
11692026-05-04T22:16:26.423Z Downloaded iri-string v0.7.10
11702026-05-04T22:16:26.423Z Downloaded xshell-macros v0.2.7
11712026-05-04T22:16:26.423Z Downloaded xattr v1.6.1
11722026-05-04T22:16:26.423Z Downloaded zeroize_derive v1.4.3
11732026-05-04T22:16:26.423Z Downloaded qorb v0.4.1
11742026-05-04T22:16:26.424Z Downloaded uzers v0.12.2
11752026-05-04T22:16:26.424Z Downloaded hkdf v0.12.4
11762026-05-04T22:16:26.424Z Downloaded h2 v0.4.13
11772026-05-04T22:16:26.424Z Downloaded hyper v1.8.1
11782026-05-04T22:16:26.424Z Downloaded utf-8 v0.7.6
11792026-05-04T22:16:26.424Z Downloaded test-strategy v0.4.5
11802026-05-04T22:16:26.424Z Downloaded zone_cfg_derive v0.3.1
11812026-05-04T22:16:26.424Z Downloaded schemars v1.2.1
11822026-05-04T22:16:26.424Z Downloaded vergen-git2 v1.0.7
11832026-05-04T22:16:26.424Z Downloaded vergen-gitcl v1.0.8
11842026-05-04T22:16:26.424Z Downloaded futures-util v0.3.32
11852026-05-04T22:16:26.424Z Downloaded zone v0.3.1
11862026-05-04T22:16:26.424Z Downloaded tokio-rustls v0.25.0
11872026-05-04T22:16:26.424Z Downloaded tokio-dtrace v0.1.1
11882026-05-04T22:16:26.424Z Downloaded term v1.2.1
11892026-05-04T22:16:26.424Z Downloaded twox-hash v2.1.2
11902026-05-04T22:16:26.424Z Downloaded tracing-attributes v0.1.31
11912026-05-04T22:16:26.424Z Downloaded tinyvec v1.10.0
11922026-05-04T22:16:26.424Z Downloaded whoami v2.1.0
11932026-05-04T22:16:26.424Z Downloaded walkdir v2.5.0
11942026-05-04T22:16:26.424Z Downloaded whoami v1.6.1
11952026-05-04T22:16:26.424Z Downloaded toml v1.0.6+spec-1.1.0
11962026-05-04T22:16:26.424Z Downloaded unicode-properties v0.1.4
11972026-05-04T22:16:26.424Z Downloaded unicase v2.9.0
11982026-05-04T22:16:26.424Z Downloaded zeroize v1.8.2
11992026-05-04T22:16:26.424Z Downloaded wyz v0.5.1
12002026-05-04T22:16:26.424Z Downloaded tokio-rustls v0.26.4
12012026-05-04T22:16:26.424Z Downloaded toml v0.9.12+spec-1.1.0
12022026-05-04T22:16:26.424Z Downloaded snafu v0.8.9
12032026-05-04T22:16:26.424Z Downloaded toml_parser v1.0.9+spec-1.1.0
12042026-05-04T22:16:26.424Z Downloaded tar v0.4.45
12052026-05-04T22:16:26.424Z Downloaded libm v0.2.16
12062026-05-04T22:16:26.424Z Downloaded vergen v9.0.6
12072026-05-04T22:16:26.424Z Downloaded vergen-lib v0.1.6
12082026-05-04T22:16:26.424Z Downloaded tracing-core v0.1.36
12092026-05-04T22:16:26.425Z Downloaded usdt-impl v0.6.0
12102026-05-04T22:16:26.425Z Downloaded toml v0.7.8
12112026-05-04T22:16:26.425Z Downloaded russh v0.45.0
12122026-05-04T22:16:26.425Z Downloaded p521 v0.13.3
12132026-05-04T22:16:26.425Z Downloaded steno v0.4.1
12142026-05-04T22:16:26.425Z Downloaded rand v0.10.0
12152026-05-04T22:16:26.425Z Downloaded itertools v0.14.0
12162026-05-04T22:16:26.425Z Downloaded zstd-safe v7.2.4
12172026-05-04T22:16:26.425Z Downloaded vsss-rs v3.3.4
12182026-05-04T22:16:26.425Z Downloaded typify v0.4.3
12192026-05-04T22:16:26.425Z Downloaded zstd v0.13.3
12202026-05-04T22:16:26.425Z Downloaded rustyline v14.0.0
12212026-05-04T22:16:26.425Z Downloaded unicode-bidi v0.3.18
12222026-05-04T22:16:26.425Z Downloaded toml_edit v0.23.10+spec-1.0.0
12232026-05-04T22:16:26.425Z Downloaded yasna v0.5.2
12242026-05-04T22:16:26.425Z Downloaded zerocopy v0.6.6
12252026-05-04T22:16:26.425Z Downloaded xshell v0.2.7
12262026-05-04T22:16:26.425Z Downloaded blake3 v1.8.3
12272026-05-04T22:16:26.425Z Downloaded unsafe-libyaml v0.2.11
12282026-05-04T22:16:26.425Z Downloaded uuid v1.23.0
12292026-05-04T22:16:26.425Z Downloaded aws-lc-rs v1.16.0
12302026-05-04T22:16:26.425Z Downloaded tungstenite v0.21.0
12312026-05-04T22:16:26.425Z Downloaded reedline v0.40.0
12322026-05-04T22:16:26.425Z Downloaded tungstenite v0.23.0
12332026-05-04T22:16:26.425Z Downloaded typify v0.6.2
12342026-05-04T22:16:26.425Z Downloaded bitvec v1.0.1
12352026-05-04T22:16:26.425Z Downloaded vte v0.14.1
12362026-05-04T22:16:26.425Z Downloaded toml_edit v0.19.15
12372026-05-04T22:16:26.425Z Downloaded tokio-postgres v0.7.16
12382026-05-04T22:16:26.425Z Downloaded ssh-key v0.6.7
12392026-05-04T22:16:26.425Z Downloaded rpassword v7.4.0
12402026-05-04T22:16:26.425Z Downloaded zopfli v0.8.3
12412026-05-04T22:16:26.425Z Downloaded reqwest v0.13.2
12422026-05-04T22:16:26.425Z Downloaded p384 v0.13.1
12432026-05-04T22:16:26.430Z Downloaded zip v0.6.6
12442026-05-04T22:16:26.430Z Downloaded git2 v0.20.4
12452026-05-04T22:16:26.430Z Downloaded tower v0.5.3
12462026-05-04T22:16:26.430Z Downloaded reqwest v0.12.28
12472026-05-04T22:16:26.430Z Downloaded regex v1.12.3
12482026-05-04T22:16:26.430Z Downloaded yansi v1.0.1
12492026-05-04T22:16:26.430Z Downloaded typed-path v0.9.3
12502026-05-04T22:16:26.430Z Downloaded moka v0.12.13
12512026-05-04T22:16:26.430Z Downloaded curve25519-dalek v4.1.3
12522026-05-04T22:16:26.430Z Downloaded rayon v1.11.0
12532026-05-04T22:16:26.430Z Downloaded x509-cert v0.2.5
12542026-05-04T22:16:26.430Z Downloaded unicode_categories v0.1.1
12552026-05-04T22:16:26.434Z Downloaded zerocopy-derive v0.8.40
12562026-05-04T22:16:26.438Z Downloaded unicode-segmentation v1.12.0
12572026-05-04T22:16:26.442Z Downloaded quick-xml v0.37.5
12582026-05-04T22:16:26.445Z Downloaded unicode-normalization v0.1.25
12592026-05-04T22:16:26.449Z Downloaded portable-atomic v1.13.1
12602026-05-04T22:16:26.456Z Downloaded zip v4.6.1
12612026-05-04T22:16:26.459Z Downloaded tower-http v0.6.8
12622026-05-04T22:16:26.462Z Downloaded rustls-webpki v0.101.7
12632026-05-04T22:16:26.473Z Downloaded serde_with v3.17.0
12642026-05-04T22:16:26.478Z Downloaded object v0.30.4
12652026-05-04T22:16:26.484Z Downloaded tokio-util v0.7.18
12662026-05-04T22:16:26.488Z Downloaded tough v0.20.0
12672026-05-04T22:16:26.493Z Downloaded proptest v1.10.0
12682026-05-04T22:16:26.498Z Downloaded petname v2.0.2
12692026-05-04T22:16:26.501Z Downloaded rustls-webpki v0.102.8
12702026-05-04T22:16:26.512Z Downloaded lalrpop v0.19.12
12712026-05-04T22:16:26.519Z Downloaded polar-core v0.27.3
12722026-05-04T22:16:26.523Z Downloaded goblin v0.10.5
12732026-05-04T22:16:26.533Z Downloaded openssl v0.10.78
12742026-05-04T22:16:26.538Z Downloaded salty v0.3.0
12752026-05-04T22:16:26.542Z Downloaded bindgen v0.71.1
12762026-05-04T22:16:26.565Z Downloaded smoltcp v0.9.1
12772026-05-04T22:16:26.575Z Downloaded dropshot v0.16.7
12782026-05-04T22:16:26.594Z Downloaded vcpkg v0.2.15
12792026-05-04T22:16:26.617Z Downloaded radix_trie v0.2.1
12802026-05-04T22:16:26.620Z Downloaded object v0.37.3
12812026-05-04T22:16:26.626Z Downloaded winnow v0.6.26
12822026-05-04T22:16:26.631Z Downloaded winnow v0.5.40
12832026-05-04T22:16:26.636Z Downloaded dropshot v0.17.0
12842026-05-04T22:16:26.649Z Downloaded regex-syntax v0.8.10
12852026-05-04T22:16:26.653Z Downloaded rustls v0.23.37
12862026-05-04T22:16:26.661Z Downloaded regress v0.11.1
12872026-05-04T22:16:26.666Z Downloaded openapiv3 v2.2.0
12882026-05-04T22:16:26.676Z Downloaded nix v0.29.0
12892026-05-04T22:16:26.682Z Downloaded bstr v1.12.1
12902026-05-04T22:16:26.687Z Downloaded diesel v2.3.7
12912026-05-04T22:16:26.699Z Downloaded nix v0.28.0
12922026-05-04T22:16:26.705Z Downloaded tabled v0.20.0
12932026-05-04T22:16:26.715Z Downloaded quinn-proto v0.11.13
12942026-05-04T22:16:26.719Z Downloaded sqlparser v0.61.0
12952026-05-04T22:16:26.725Z Downloaded zlib-rs v0.6.2
12962026-05-04T22:16:26.728Z Downloaded time v0.3.47
12972026-05-04T22:16:26.735Z Downloaded tracing v0.1.44
12982026-05-04T22:16:26.748Z Downloaded rustls v0.21.12
12992026-05-04T22:16:26.754Z Downloaded regex-syntax v0.6.29
13002026-05-04T22:16:26.759Z Downloaded typify-impl v0.4.3
13012026-05-04T22:16:26.768Z Downloaded nix v0.31.2
13022026-05-04T22:16:26.774Z Downloaded webpki-roots v1.0.6
13032026-05-04T22:16:26.778Z Downloaded bzip2-sys v0.1.13+1.0.8
13042026-05-04T22:16:26.784Z Downloaded nix v0.27.1
13052026-05-04T22:16:26.790Z Downloaded zerocopy v0.8.40
13062026-05-04T22:16:26.795Z Downloaded hickory-proto v0.24.4
13072026-05-04T22:16:26.807Z Downloaded smoltcp v0.11.0
13082026-05-04T22:16:26.816Z Downloaded hickory-proto v0.25.2
13092026-05-04T22:16:26.825Z Downloaded regress v0.10.5
13102026-05-04T22:16:26.830Z Downloaded rustls v0.22.4
13112026-05-04T22:16:26.837Z Downloaded petgraph v0.8.3
13122026-05-04T22:16:26.851Z Downloaded rustix v0.38.44
13132026-05-04T22:16:26.864Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13142026-05-04T22:16:26.874Z Downloaded csv v1.4.0
13152026-05-04T22:16:26.894Z Downloaded sha3 v0.10.8
13162026-05-04T22:16:26.916Z Downloaded encoding_rs v0.8.35
13172026-05-04T22:16:26.930Z Downloaded sled v0.34.7
13182026-05-04T22:16:26.952Z Downloaded ratatui v0.29.0
13192026-05-04T22:16:26.972Z Downloaded typify-impl v0.6.2
13202026-05-04T22:16:27.010Z Downloaded zerocopy-derive v0.6.6
13212026-05-04T22:16:27.020Z Downloaded regex-automata v0.4.14
13222026-05-04T22:16:27.050Z Downloaded jiff v0.2.21
13232026-05-04T22:16:27.062Z Downloaded petgraph v0.6.5
13242026-05-04T22:16:27.073Z Downloaded chrono-tz v0.10.4
13252026-05-04T22:16:27.099Z Downloaded libz-sys v1.1.24
13262026-05-04T22:16:27.134Z Downloaded tokio v1.52.1
13272026-05-04T22:16:27.252Z Downloaded ring v0.17.14
13282026-05-04T22:16:27.298Z Downloaded libgit2-sys v0.18.3+1.9.2
13292026-05-04T22:16:27.806Z Downloaded aws-lc-sys v0.37.1
13302026-05-04T22:16:28.056Z Compiling libc v0.2.185
13312026-05-04T22:16:28.056Z Compiling serde v1.0.228
13322026-05-04T22:16:28.059Z Compiling shlex v1.3.0
13332026-05-04T22:16:28.059Z Compiling log v0.4.29
13342026-05-04T22:16:28.059Z Compiling find-msvc-tools v0.1.9
13352026-05-04T22:16:28.059Z Compiling smallvec v1.15.1
13362026-05-04T22:16:28.059Z Compiling typenum v1.19.0
13372026-05-04T22:16:28.059Z Compiling subtle v2.6.1
13382026-05-04T22:16:28.059Z Compiling generic-array v0.14.7
13392026-05-04T22:16:28.198Z Compiling scopeguard v1.2.0
13402026-05-04T22:16:28.202Z Compiling const-oid v0.9.6
13412026-05-04T22:16:28.236Z Compiling portable-atomic v1.13.1
13422026-05-04T22:16:28.249Z Compiling zerocopy v0.8.40
13432026-05-04T22:16:28.265Z Compiling syn v2.0.117
13442026-05-04T22:16:28.280Z Compiling critical-section v1.2.0
13452026-05-04T22:16:28.295Z Compiling serde_json v1.0.149
13462026-05-04T22:16:28.427Z Compiling pin-project-lite v0.2.17
13472026-05-04T22:16:28.443Z Compiling parking_lot_core v0.9.12
13482026-05-04T22:16:28.479Z Compiling pkg-config v0.3.32
13492026-05-04T22:16:28.495Z Compiling bitflags v2.11.0
13502026-05-04T22:16:28.495Z Compiling libm v0.2.16
13512026-05-04T22:16:28.543Z Compiling lock_api v0.4.14
13522026-05-04T22:16:28.575Z Compiling num-traits v0.2.19
13532026-05-04T22:16:28.590Z Compiling futures-core v0.3.32
13542026-05-04T22:16:28.593Z Compiling percent-encoding v2.3.2
13552026-05-04T22:16:28.768Z Compiling cpufeatures v0.2.17
13562026-05-04T22:16:28.775Z Compiling futures-sink v0.3.32
13572026-05-04T22:16:28.802Z Compiling slab v0.4.12
13582026-05-04T22:16:28.806Z Compiling futures-io v0.3.32
13592026-05-04T22:16:28.806Z Compiling getrandom v0.4.1
13602026-05-04T22:16:28.863Z Compiling futures-task v0.3.32
13612026-05-04T22:16:28.878Z Compiling rand_core v0.10.0
13622026-05-04T22:16:28.882Z Compiling futures-channel v0.3.32
13632026-05-04T22:16:28.925Z Compiling rustversion v1.0.22
13642026-05-04T22:16:29.003Z Compiling getrandom v0.3.4
13652026-05-04T22:16:29.021Z Compiling indexmap v2.14.0
13662026-05-04T22:16:29.051Z Compiling form_urlencoded v1.2.2
13672026-05-04T22:16:29.066Z Compiling dunce v1.0.5
13682026-05-04T22:16:29.100Z Compiling ident_case v1.0.1
13692026-05-04T22:16:29.116Z Compiling base64ct v1.8.3
13702026-05-04T22:16:29.144Z Compiling fs_extra v1.3.0
13712026-05-04T22:16:29.175Z Compiling getrandom v0.2.17
13722026-05-04T22:16:29.191Z Compiling jobserver v0.1.34
13732026-05-04T22:16:29.205Z Compiling errno v0.3.14
13742026-05-04T22:16:29.267Z Compiling mio v1.2.0
13752026-05-04T22:16:29.283Z Compiling socket2 v0.6.3
13762026-05-04T22:16:29.329Z Compiling rand_core v0.6.4
13772026-05-04T22:16:29.364Z Compiling signal-hook-registry v1.4.8
13782026-05-04T22:16:29.426Z Compiling cc v1.2.56
13792026-05-04T22:16:29.465Z Compiling pem-rfc7468 v0.7.0
13802026-05-04T22:16:29.569Z Compiling once_cell v1.21.3
13812026-05-04T22:16:29.585Z Compiling parking_lot v0.12.5
13822026-05-04T22:16:29.600Z Compiling flagset v0.4.7
13832026-05-04T22:16:29.642Z Compiling iana-time-zone v0.1.65
13842026-05-04T22:16:29.659Z Compiling rustix v1.1.3
13852026-05-04T22:16:29.676Z Compiling uuid v1.23.0
13862026-05-04T22:16:29.729Z Compiling rustc_version v0.4.1
13872026-05-04T22:16:29.756Z Compiling aws-lc-rs v1.16.0
13882026-05-04T22:16:29.773Z Compiling regex-syntax v0.8.10
13892026-05-04T22:16:29.807Z Compiling vcpkg v0.2.15
13902026-05-04T22:16:29.825Z Compiling tracing-core v0.1.36
13912026-05-04T22:16:29.858Z Compiling schemars v0.8.22
13922026-05-04T22:16:29.873Z Compiling base64 v0.22.1
13932026-05-04T22:16:29.998Z Compiling rand_core v0.9.5
13942026-05-04T22:16:30.084Z Compiling untrusted v0.7.1
13952026-05-04T22:16:30.101Z Compiling openssl-probe v0.2.1
13962026-05-04T22:16:30.104Z Compiling httparse v1.10.1
13972026-05-04T22:16:30.104Z Compiling untrusted v0.9.0
13982026-05-04T22:16:30.160Z Compiling tower-layer v0.3.3
13992026-05-04T22:16:30.180Z Compiling tinyvec_macros v0.1.1
14002026-05-04T22:16:30.230Z Compiling cmake v0.1.57
14012026-05-04T22:16:30.247Z Compiling try-lock v0.2.5
14022026-05-04T22:16:30.247Z Compiling dyn-clone v1.0.20
14032026-05-04T22:16:30.279Z Compiling atomic-waker v1.1.2
14042026-05-04T22:16:30.312Z Compiling rustls v0.23.37
14052026-05-04T22:16:30.357Z Compiling tower-service v0.3.3
14062026-05-04T22:16:30.376Z Compiling want v0.3.1
14072026-05-04T22:16:30.409Z Compiling tinyvec v1.10.0
14082026-05-04T22:16:30.413Z Compiling spin v0.9.8
14092026-05-04T22:16:30.433Z Compiling aho-corasick v1.1.4
14102026-05-04T22:16:30.450Z Compiling crc32fast v1.5.0
14112026-05-04T22:16:30.450Z Compiling powerfmt v0.2.0
14122026-05-04T22:16:30.480Z Compiling foreign-types-shared v0.1.1
14132026-05-04T22:16:30.497Z Compiling num-conv v0.2.0
14142026-05-04T22:16:30.529Z Compiling time-core v0.1.8
14152026-05-04T22:16:30.570Z Compiling pin-utils v0.1.0
14162026-05-04T22:16:30.600Z Compiling httpdate v1.0.3
14172026-05-04T22:16:30.616Z Compiling openssl v0.10.78
14182026-05-04T22:16:30.645Z Compiling deranged v0.5.8
14192026-05-04T22:16:30.663Z Compiling foreign-types v0.3.2
14202026-05-04T22:16:30.667Z Compiling wait-timeout v0.2.1
14212026-05-04T22:16:30.697Z Compiling native-tls v0.2.18
14222026-05-04T22:16:30.715Z Compiling time-macros v0.2.27
14232026-05-04T22:16:30.715Z Compiling bit-vec v0.8.0
14242026-05-04T22:16:30.763Z Compiling siphasher v1.0.2
14252026-05-04T22:16:30.777Z Compiling num_threads v0.1.7
14262026-05-04T22:16:30.805Z Compiling crossbeam-utils v0.8.21
14272026-05-04T22:16:30.846Z Compiling usdt-impl v0.6.0
14282026-05-04T22:16:30.881Z Compiling quick-error v1.2.3
14292026-05-04T22:16:30.899Z Compiling syn v1.0.109
14302026-05-04T22:16:30.917Z Compiling simd-adler32 v0.3.8
14312026-05-04T22:16:30.933Z Compiling bit-set v0.8.0
14322026-05-04T22:16:30.990Z Compiling unicode-normalization v0.1.25
14332026-05-04T22:16:30.993Z Compiling rand_xorshift v0.4.0
14342026-05-04T22:16:31.017Z Compiling heapless v0.7.17
14352026-05-04T22:16:31.115Z Compiling aws-lc-sys v0.37.1
14362026-05-04T22:16:31.133Z Compiling ring v0.17.14
14372026-05-04T22:16:31.149Z Compiling openssl-sys v0.9.114
14382026-05-04T22:16:31.152Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14392026-05-04T22:16:31.215Z Compiling bzip2-sys v0.1.13+1.0.8
14402026-05-04T22:16:31.233Z Compiling slog v2.8.2
14412026-05-04T22:16:31.249Z Compiling synstructure v0.13.2
14422026-05-04T22:16:31.266Z Compiling pest_generator v2.8.6
14432026-05-04T22:16:31.314Z Compiling serde_derive_internals v0.29.1
14442026-05-04T22:16:31.451Z Compiling darling_core v0.20.11
14452026-05-04T22:16:31.522Z Compiling regex-automata v0.4.14
14462026-05-04T22:16:31.536Z Compiling tempfile v3.25.0
14472026-05-04T22:16:31.642Z Compiling darling_core v0.21.3
14482026-05-04T22:16:31.727Z Compiling thread-id v5.1.0
14492026-05-04T22:16:31.825Z Compiling rusty-fork v0.3.1
14502026-05-04T22:16:31.880Z Compiling time v0.3.47
14512026-05-04T22:16:31.912Z Compiling sync_wrapper v1.0.2
14522026-05-04T22:16:31.944Z Compiling cookie v0.18.1
14532026-05-04T22:16:32.050Z Compiling paste v1.0.15
14542026-05-04T22:16:32.069Z Compiling anyhow v1.0.102
14552026-05-04T22:16:32.150Z Compiling signal-hook v0.3.18
14562026-05-04T22:16:32.183Z Compiling allocator-api2 v0.2.21
14572026-05-04T22:16:32.264Z Compiling unicode-properties v0.1.4
14582026-05-04T22:16:32.280Z Compiling unicode-bidi v0.3.18
14592026-05-04T22:16:32.296Z Compiling adler2 v2.0.1
14602026-05-04T22:16:32.355Z Compiling unarray v0.1.4
14612026-05-04T22:16:32.359Z Compiling zstd-safe v7.2.4
14622026-05-04T22:16:32.442Z Compiling miniz_oxide v0.8.9
14632026-05-04T22:16:32.625Z Compiling stringprep v0.1.5
14642026-05-04T22:16:32.647Z Compiling num-integer v0.1.46
14652026-05-04T22:16:32.662Z Compiling curve25519-dalek v4.1.3
14662026-05-04T22:16:32.825Z Compiling vergen-lib v0.1.6
14672026-05-04T22:16:33.000Z Compiling ff v0.13.1
14682026-05-04T22:16:33.018Z Compiling hash32 v0.2.1
14692026-05-04T22:16:33.036Z Compiling memoffset v0.9.1
14702026-05-04T22:16:33.053Z Compiling serde_derive v1.0.228
14712026-05-04T22:16:33.071Z Compiling zeroize_derive v1.4.3
14722026-05-04T22:16:33.114Z Compiling zerofrom-derive v0.1.6
14732026-05-04T22:16:33.159Z Compiling yoke-derive v0.8.1
14742026-05-04T22:16:33.200Z Compiling zerocopy-derive v0.8.40
14752026-05-04T22:16:33.261Z Compiling zerovec-derive v0.11.2
14762026-05-04T22:16:33.303Z Compiling displaydoc v0.2.5
14772026-05-04T22:16:33.396Z Compiling tokio-macros v2.7.0
14782026-05-04T22:16:33.510Z Compiling futures-macro v0.3.32
14792026-05-04T22:16:33.762Z Compiling zeroize v1.8.2
14802026-05-04T22:16:33.833Z Compiling der_derive v0.7.3
14812026-05-04T22:16:34.098Z Compiling thiserror-impl v2.0.18
14822026-05-04T22:16:34.155Z Compiling rustls-pki-types v1.14.0
14832026-05-04T22:16:34.239Z Compiling tracing-attributes v0.1.31
14842026-05-04T22:16:34.385Z Compiling scroll_derive v0.13.1
14852026-05-04T22:16:34.400Z Compiling futures-util v0.3.32
14862026-05-04T22:16:34.429Z Compiling schemars_derive v0.8.22
14872026-05-04T22:16:34.597Z Compiling crypto-common v0.1.7
14882026-05-04T22:16:34.616Z Compiling zerofrom v0.1.6
14892026-05-04T22:16:34.648Z Compiling block-buffer v0.10.4
14902026-05-04T22:16:34.744Z Compiling yoke v0.8.1
14912026-05-04T22:16:34.776Z Compiling block-padding v0.3.3
14922026-05-04T22:16:34.840Z Compiling digest v0.10.7
14932026-05-04T22:16:34.856Z Compiling der v0.7.10
14942026-05-04T22:16:34.953Z Compiling zerovec v0.11.5
14952026-05-04T22:16:34.969Z Compiling zerotrie v0.2.3
14962026-05-04T22:16:35.114Z Compiling hmac v0.12.1
14972026-05-04T22:16:35.265Z Compiling inout v0.1.4
14982026-05-04T22:16:35.319Z Compiling sha2 v0.10.9
14992026-05-04T22:16:35.335Z Compiling pbkdf2 v0.12.2
15002026-05-04T22:16:35.457Z Compiling tinystr v0.8.2
15012026-05-04T22:16:35.475Z Compiling potential_utf v0.1.4
15022026-05-04T22:16:35.511Z Compiling cipher v0.4.4
15032026-05-04T22:16:35.526Z Compiling thiserror v2.0.18
15042026-05-04T22:16:35.654Z Compiling icu_locale_core v2.1.1
15052026-05-04T22:16:35.670Z Compiling icu_collections v2.1.1
15062026-05-04T22:16:35.673Z Compiling tracing v0.1.44
15072026-05-04T22:16:35.704Z Compiling pest_derive v2.8.6
15082026-05-04T22:16:35.797Z Compiling salsa20 v0.10.2
15092026-05-04T22:16:35.813Z Compiling spki v0.7.3
15102026-05-04T22:16:35.829Z Compiling cbc v0.1.2
15112026-05-04T22:16:35.886Z Compiling aes v0.8.4
15122026-05-04T22:16:35.957Z Compiling scrypt v0.11.0
15132026-05-04T22:16:36.008Z Compiling scroll v0.13.0
15142026-05-04T22:16:36.049Z Compiling darling_macro v0.20.11
15152026-05-04T22:16:36.133Z Compiling openssl-macros v0.1.1
15162026-05-04T22:16:36.177Z Compiling signature v2.2.0
15172026-05-04T22:16:36.192Z Compiling dtrace-parser v0.3.0
15182026-05-04T22:16:36.239Z Compiling rustls-native-certs v0.8.3
15192026-05-04T22:16:36.303Z Compiling icu_provider v2.1.1
15202026-05-04T22:16:36.374Z Compiling pkcs5 v0.7.1
15212026-05-04T22:16:36.538Z Compiling goblin v0.10.5
15222026-05-04T22:16:36.557Z Compiling icu_properties v2.1.2
15232026-05-04T22:16:36.574Z Compiling icu_normalizer v2.1.1
15242026-05-04T22:16:36.589Z Compiling darling v0.20.11
15252026-05-04T22:16:36.628Z Compiling bytes v1.11.1
15262026-05-04T22:16:36.686Z Compiling chrono v0.4.44
15272026-05-04T22:16:36.702Z Compiling pkcs8 v0.10.2
15282026-05-04T22:16:36.732Z Compiling ipnet v2.11.0
15292026-05-04T22:16:36.779Z Compiling derive_builder_core v0.20.2
15302026-05-04T22:16:36.884Z Compiling thiserror-impl v1.0.69
15312026-05-04T22:16:36.957Z Compiling scroll_derive v0.12.1
15322026-05-04T22:16:36.960Z Compiling toml_datetime v0.6.11
15332026-05-04T22:16:37.034Z Compiling erased-serde v0.3.31
15342026-05-04T22:16:37.126Z Compiling tokio v1.52.1
15352026-05-04T22:16:37.254Z Compiling http v1.4.0
15362026-05-04T22:16:37.268Z Compiling serde_tokenstream v0.2.3
15372026-05-04T22:16:37.272Z Compiling serde_spanned v0.6.9
15382026-05-04T22:16:37.432Z Compiling idna_adapter v1.2.1
15392026-05-04T22:16:37.536Z Compiling md-5 v0.10.6
15402026-05-04T22:16:37.593Z Compiling ppv-lite86 v0.2.21
15412026-05-04T22:16:37.625Z Compiling idna v1.1.0
15422026-05-04T22:16:37.664Z Compiling scroll v0.12.0
15432026-05-04T22:16:37.679Z Compiling derive_builder_macro v0.20.2
15442026-05-04T22:16:37.697Z Compiling webpki-roots v1.0.6
15452026-05-04T22:16:37.727Z Compiling darling_macro v0.21.3
15462026-05-04T22:16:37.817Z Compiling zerocopy-derive v0.7.35
15472026-05-04T22:16:37.833Z Compiling iri-string v0.7.10
15482026-05-04T22:16:37.847Z Compiling fallible-iterator v0.2.0
15492026-05-04T22:16:37.937Z Compiling url v2.5.8
15502026-05-04T22:16:37.952Z Compiling rand_chacha v0.9.0
15512026-05-04T22:16:38.111Z Compiling http-body v1.0.1
15522026-05-04T22:16:38.199Z Compiling rand_chacha v0.3.1
15532026-05-04T22:16:38.223Z Compiling psl-types v2.0.11
15542026-05-04T22:16:38.242Z Compiling rand v0.9.2
15552026-05-04T22:16:38.259Z Compiling thiserror v1.0.69
15562026-05-04T22:16:38.293Z Compiling http-body-util v0.1.3
15572026-05-04T22:16:38.336Z Compiling litrs v1.0.0
15582026-05-04T22:16:38.364Z Compiling ref-cast v1.0.25
15592026-05-04T22:16:38.379Z Compiling cfg_aliases v0.2.1
15602026-05-04T22:16:38.396Z Compiling zlib-rs v0.6.2
15612026-05-04T22:16:38.471Z Compiling rustix v0.38.44
15622026-05-04T22:16:38.695Z Compiling ryu v1.0.23
15632026-05-04T22:16:38.769Z Compiling base16ct v0.2.0
15642026-05-04T22:16:38.784Z Compiling smoltcp v0.9.1
15652026-05-04T22:16:38.859Z Compiling proptest v1.10.0
15662026-05-04T22:16:38.874Z Compiling num-bigint-dig v0.8.6
15672026-05-04T22:16:38.906Z Compiling sec1 v0.7.3
15682026-05-04T22:16:38.986Z Compiling document-features v0.2.12
15692026-05-04T22:16:39.086Z Compiling serde_urlencoded v0.7.1
15702026-05-04T22:16:39.127Z Compiling postgres-protocol v0.6.10
15712026-05-04T22:16:39.146Z Compiling zerocopy v0.7.35
15722026-05-04T22:16:39.207Z Compiling nix v0.31.2
15732026-05-04T22:16:39.210Z Compiling rand v0.8.5
15742026-05-04T22:16:39.237Z Compiling dof v0.4.0
15752026-05-04T22:16:39.251Z Compiling publicsuffix v2.3.0
15762026-05-04T22:16:39.357Z Compiling ipnetwork v0.21.1
15772026-05-04T22:16:39.439Z Compiling darling v0.21.3
15782026-05-04T22:16:39.443Z Compiling derive_builder v0.20.2
15792026-05-04T22:16:39.542Z Compiling goblin v0.8.2
15802026-05-04T22:16:39.599Z Compiling oxnet v0.1.4
15812026-05-04T22:16:39.615Z Compiling cargo-platform v0.1.9
15822026-05-04T22:16:39.643Z Compiling hubpack_derive v0.1.1
15832026-05-04T22:16:39.713Z Compiling hkdf v0.12.4
15842026-05-04T22:16:39.730Z Compiling crypto-bigint v0.5.5
15852026-05-04T22:16:39.779Z Compiling regex v1.12.3
15862026-05-04T22:16:40.044Z Compiling group v0.13.0
15872026-05-04T22:16:40.048Z Compiling strum_macros v0.27.2
15882026-05-04T22:16:40.094Z Compiling async-trait v0.1.89
15892026-05-04T22:16:40.128Z Compiling curve25519-dalek-derive v0.1.1
15902026-05-04T22:16:40.234Z Compiling ref-cast-impl v1.0.25
15912026-05-04T22:16:40.265Z Compiling daft-derive v0.1.5
15922026-05-04T22:16:40.481Z Compiling num-iter v0.1.45
15932026-05-04T22:16:40.662Z Compiling terminal_size v0.4.3
15942026-05-04T22:16:40.830Z Compiling phf_shared v0.13.1
15952026-05-04T22:16:40.845Z Compiling lazy_static v1.5.0
15962026-05-04T22:16:40.860Z Compiling vergen v9.0.6
15972026-05-04T22:16:40.865Z Compiling fs-err v3.3.0
15982026-05-04T22:16:40.944Z Compiling tokio-util v0.7.18
15992026-05-04T22:16:40.961Z Compiling tower v0.5.3
16002026-05-04T22:16:40.977Z Compiling tokio-native-tls v0.3.1
16012026-05-04T22:16:41.032Z Compiling ahash v0.8.12
16022026-05-04T22:16:41.071Z Compiling winnow v0.5.40
16032026-05-04T22:16:41.096Z Compiling foldhash v0.2.0
16042026-05-04T22:16:41.111Z Compiling libbz2-rs-sys v0.2.2
16052026-05-04T22:16:41.170Z Compiling bitflags v1.3.2
16062026-05-04T22:16:41.188Z Compiling object v0.37.3
16072026-05-04T22:16:41.203Z Compiling newtype-uuid v1.3.2
16082026-05-04T22:16:41.254Z Compiling flate2 v1.1.9
16092026-05-04T22:16:41.270Z Compiling unicode-segmentation v1.12.0
16102026-05-04T22:16:41.341Z Compiling bumpalo v3.20.2
16112026-05-04T22:16:41.460Z Compiling tower-http v0.6.8
16122026-05-04T22:16:41.478Z Compiling managed v0.8.0
16132026-05-04T22:16:41.565Z Compiling foldhash v0.1.5
16142026-05-04T22:16:41.614Z Compiling zopfli v0.8.3
16152026-05-04T22:16:41.642Z Compiling h2 v0.4.13
16162026-05-04T22:16:41.699Z Compiling hashbrown v0.15.5
16172026-05-04T22:16:41.714Z Compiling bzip2 v0.6.1
16182026-05-04T22:16:41.811Z Compiling dof v0.3.0
16192026-05-04T22:16:41.826Z Compiling daft v0.1.5
16202026-05-04T22:16:41.908Z Compiling hashbrown v0.16.1
16212026-05-04T22:16:41.946Z Compiling clap_builder v4.5.60
16222026-05-04T22:16:42.027Z Compiling phf v0.13.1
16232026-05-04T22:16:42.096Z Compiling strum v0.27.2
16242026-05-04T22:16:42.129Z Compiling usdt-macro v0.6.0
16252026-05-04T22:16:42.211Z Compiling usdt-attr-macro v0.6.0
16262026-05-04T22:16:42.274Z Compiling signal-hook-mio v0.2.5
16272026-05-04T22:16:42.407Z Compiling toml_edit v0.19.15
16282026-05-04T22:16:42.501Z Compiling elliptic-curve v0.13.8
16292026-05-04T22:16:42.520Z Compiling cargo_metadata v0.19.2
16302026-05-04T22:16:42.537Z Compiling cookie_store v0.22.1
16312026-05-04T22:16:42.559Z Compiling hubpack v0.1.2
16322026-05-04T22:16:42.858Z Compiling bzip2 v0.4.4
16332026-05-04T22:16:42.943Z Compiling serde_with_macros v3.17.0
16342026-05-04T22:16:42.960Z Compiling postgres-types v0.2.12
16352026-05-04T22:16:42.992Z Compiling zstd v0.13.3
16362026-05-04T22:16:43.110Z Compiling dtrace-parser v0.2.0
16372026-05-04T22:16:43.174Z Compiling pkcs1 v0.7.5
16382026-05-04T22:16:43.177Z Compiling ed25519 v2.2.3
16392026-05-04T22:16:43.275Z Compiling serde-big-array v0.5.1
16402026-05-04T22:16:43.294Z Compiling hex v0.4.3
16412026-05-04T22:16:43.447Z Compiling rfc6979 v0.4.0
16422026-05-04T22:16:43.561Z Compiling bstr v1.12.1
16432026-05-04T22:16:43.594Z Compiling serde_repr v0.1.20
16442026-05-04T22:16:43.594Z Compiling clap_derive v4.5.55
16452026-05-04T22:16:43.623Z Compiling enum-as-inner v0.6.1
16462026-05-04T22:16:43.958Z Compiling strum_macros v0.26.4
16472026-05-04T22:16:43.980Z Compiling phf_shared v0.11.3
16482026-05-04T22:16:44.147Z Compiling float-cmp v0.10.0
16492026-05-04T22:16:44.168Z Compiling memmap2 v0.9.10
16502026-05-04T22:16:44.194Z Compiling thread-id v4.2.2
16512026-05-04T22:16:44.211Z Compiling env_filter v1.0.0
16522026-05-04T22:16:44.211Z Compiling encoding_rs v0.8.35
16532026-05-04T22:16:44.245Z Compiling static_assertions v1.1.0
16542026-05-04T22:16:44.263Z Compiling mime v0.3.17
16552026-05-04T22:16:44.295Z Compiling new_debug_unreachable v1.0.6
16562026-05-04T22:16:44.321Z Compiling whoami v2.1.0
16572026-05-04T22:16:44.339Z Compiling normalize-line-endings v0.3.0
16582026-05-04T22:16:44.385Z Compiling jiff v0.2.21
16592026-05-04T22:16:44.415Z Compiling fixedbitset v0.5.7
16602026-05-04T22:16:44.456Z Compiling difflib v0.4.0
16612026-05-04T22:16:44.558Z Compiling fixedbitset v0.4.2
16622026-05-04T22:16:44.573Z Compiling rustc-hash v2.1.1
16632026-05-04T22:16:44.718Z Compiling hyper v1.8.1
16642026-05-04T22:16:44.741Z Compiling keccak v0.1.6
16652026-05-04T22:16:44.755Z Compiling precomputed-hash v0.1.1
16662026-05-04T22:16:44.806Z Compiling data-encoding v2.10.0
16672026-05-04T22:16:44.860Z Compiling predicates-core v1.0.10
16682026-05-04T22:16:45.063Z Compiling either v1.15.0
16692026-05-04T22:16:45.078Z Compiling predicates v3.1.4
16702026-05-04T22:16:45.097Z Compiling sha3 v0.10.8
16712026-05-04T22:16:45.197Z Compiling hickory-proto v0.25.2
16722026-05-04T22:16:45.307Z Compiling itertools v0.13.0
16732026-05-04T22:16:45.399Z Compiling string_cache v0.8.9
16742026-05-04T22:16:45.495Z Compiling clap v4.5.60
16752026-05-04T22:16:45.553Z Compiling petgraph v0.6.5
16762026-05-04T22:16:45.586Z Compiling iddqd v0.3.18
16772026-05-04T22:16:45.601Z Compiling petgraph v0.8.3
16782026-05-04T22:16:45.619Z Compiling tokio-postgres v0.7.16
16792026-05-04T22:16:45.664Z Compiling env_logger v0.11.9
16802026-05-04T22:16:45.802Z Compiling strum v0.26.3
16812026-05-04T22:16:45.806Z Compiling toml_edit v0.22.27
16822026-05-04T22:16:45.832Z Compiling hyper-util v0.1.20
16832026-05-04T22:16:45.835Z Compiling usdt v0.6.0
16842026-05-04T22:16:45.952Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16852026-05-04T22:16:46.050Z Compiling usdt-impl v0.5.0
16862026-05-04T22:16:46.137Z Compiling serde_with v3.17.0
16872026-05-04T22:16:46.367Z Compiling similar v2.7.0
16882026-05-04T22:16:46.575Z Compiling crossterm v0.28.1
16892026-05-04T22:16:46.654Z Compiling toml v0.7.8
16902026-05-04T22:16:46.758Z Compiling ecdsa v0.16.9
16912026-05-04T22:16:47.053Z Compiling zip v4.6.1
16922026-05-04T22:16:47.259Z Compiling hyper-tls v0.6.0
16932026-05-04T22:16:47.285Z Compiling rsa v0.9.10
16942026-05-04T22:16:47.523Z Compiling ed25519-dalek v2.2.0
16952026-05-04T22:16:47.576Z Compiling zip v0.6.6
16962026-05-04T22:16:47.905Z Compiling tokio-stream v0.1.18
16972026-05-04T22:16:47.918Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-05-04T22:16:48.051Z Compiling heck v0.4.1
16992026-05-04T22:16:48.067Z Compiling buf-list v1.1.2
17002026-05-04T22:16:48.138Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17012026-05-04T22:16:48.213Z Compiling openapiv3 v2.2.0
17022026-05-04T22:16:48.243Z Compiling x509-cert v0.2.5
17032026-05-04T22:16:48.342Z Compiling sha1 v0.10.6
17042026-05-04T22:16:48.392Z Compiling crossbeam-epoch v0.9.18
17052026-05-04T22:16:48.420Z Compiling toml_datetime v0.7.5+spec-1.1.0
17062026-05-04T22:16:48.466Z Compiling peg-runtime v0.8.5
17072026-05-04T22:16:48.565Z Compiling lalrpop-util v0.19.12
17082026-05-04T22:16:48.593Z Compiling thread_local v1.1.9
17092026-05-04T22:16:48.617Z Compiling slog-async v2.8.0
17102026-05-04T22:16:48.638Z Compiling futures-executor v0.3.32
17112026-05-04T22:16:48.746Z Compiling crossbeam-channel v0.5.15
17122026-05-04T22:16:48.762Z Compiling filetime v0.2.27
17132026-05-04T22:16:48.782Z Compiling is-terminal v0.4.17
17142026-05-04T22:16:48.801Z Compiling xattr v1.6.1
17152026-05-04T22:16:48.826Z Compiling take_mut v0.2.2
17162026-05-04T22:16:48.870Z Compiling term v1.2.1
17172026-05-04T22:16:48.905Z Compiling futures v0.3.32
17182026-05-04T22:16:48.957Z Compiling tar v0.4.45
17192026-05-04T22:16:49.149Z Compiling slog-term v2.9.2
17202026-05-04T22:17:04.389Z Compiling rustls-webpki v0.103.9
17212026-05-04T22:17:07.174Z Compiling tokio-rustls v0.26.4
17222026-05-04T22:17:07.174Z Compiling rustls-platform-verifier v0.6.2
17232026-05-04T22:17:07.383Z Compiling hyper-rustls v0.27.7
17242026-05-04T22:17:07.577Z Compiling reqwest v0.12.28
17252026-05-04T22:17:07.577Z Compiling reqwest v0.13.2
17262026-05-04T22:17:09.581Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-05-04T22:17:09.817Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-05-04T22:17:12.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.09s
17292026-05-04T22:17:12.796Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17302026-05-04T22:17:12.853ZMay 04 22:17:12.571 INFO Starting download, target: Clickhouse
17312026-05-04T22:17:12.853ZMay 04 22:17:12.572 INFO Starting download, target: Console
17322026-05-04T22:17:12.853ZMay 04 22:17:12.572 INFO Starting download, target: Cockroach
17332026-05-04T22:17:12.853ZMay 04 22:17:12.572 INFO Starting download, target: DendriteStub
17342026-05-04T22:17:12.853ZMay 04 22:17:12.572 INFO Starting download, target: MaghemiteMgd
17352026-05-04T22:17:12.857ZMay 04 22:17:12.572 INFO Starting download, target: TransceiverControl
17362026-05-04T22:17:12.857ZMay 04 22:17:12.572 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-05-04T22:17:12.857ZMay 04 22:17:12.572 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17382026-05-04T22:17:12.857ZMay 04 22:17:12.572 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-05-04T22:17:12.857ZMay 04 22:17:12.572 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-05-04T22:17:12.857ZMay 04 22:17:12.572 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17412026-05-04T22:17:12.857ZMay 04 22:17:12.572 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17422026-05-04T22:17:13.368ZMay 04 22:17:13.074 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17432026-05-04T22:17:13.564ZMay 04 22:17:13.278 INFO Download complete, target: TransceiverControl
17442026-05-04T22:17:13.933ZMay 04 22:17:13.651 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-05-04T22:17:13.975ZMay 04 22:17:13.694 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-05-04T22:17:14.192ZMay 04 22:17:13.910 INFO Download complete, target: Console
17472026-05-04T22:17:14.865ZMay 04 22:17:14.583 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-05-04T22:17:15.389ZMay 04 22:17:15.107 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-05-04T22:17:15.389ZMay 04 22:17:15.107 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-05-04T22:17:15.947ZMay 04 22:17:15.664 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17512026-05-04T22:17:16.314ZMay 04 22:17:16.032 INFO Download complete, target: DendriteStub
17522026-05-04T22:17:17.344ZMay 04 22:17:17.061 INFO Download complete, target: MaghemiteMgd
17532026-05-04T22:17:20.204ZMay 04 22:17:19.920 INFO Checking that binary works, target: Cockroach
17542026-05-04T22:17:20.311ZMay 04 22:17:20.027 INFO Download complete, target: Cockroach
17552026-05-04T22:17:22.787ZMay 04 22:17:22.503 INFO Checking that binary works, target: Clickhouse
17562026-05-04T22:17:22.892ZMay 04 22:17:22.608 INFO Download complete, target: Clickhouse
17572026-05-04T22:17:22.897ZAll prerequisites installed successfully
17582026-05-04T22:17:22.901Z
17592026-05-04T22:17:22.901Zreal 3:00.707444027
17602026-05-04T22:17:22.901Zuser 7:17.392048803
17612026-05-04T22:17:22.901Zsys 1:46.527465597
17622026-05-04T22:17:22.901Ztrap 0.262939852
17632026-05-04T22:17:22.901Ztflt 1.538127048
17642026-05-04T22:17:22.901Zdflt 1.968647121
17652026-05-04T22:17:22.901Zkflt 0.048207796
17662026-05-04T22:17:22.901Zlock 22:32.971386858
17672026-05-04T22:17:22.901Zslp 19:50.915564158
17682026-05-04T22:17:22.901Zlat 22.621305081
17692026-05-04T22:17:22.901Zstop 3:00.084122447
17702026-05-04T22:17:22.902Z+ ptime -m cargo xtask download softnpu
17712026-05-04T22:17:23.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17722026-05-04T22:17:23.464Z Running `target/debug/xtask download softnpu`
17732026-05-04T22:17:24.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17742026-05-04T22:17:24.299Z Running `target/debug/xtask-downloader softnpu`
17752026-05-04T22:17:24.339ZMay 04 22:17:24.054 INFO Starting download, target: Softnpu
17762026-05-04T22:17:24.342ZMay 04 22:17:24.055 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17772026-05-04T22:17:25.060ZMay 04 22:17:24.776 INFO Download complete, target: Softnpu
17782026-05-04T22:17:25.065Z
17792026-05-04T22:17:25.065Zreal 2.159310696
17802026-05-04T22:17:25.066Zuser 1.345712118
17812026-05-04T22:17:25.066Zsys 0.664232941
17822026-05-04T22:17:25.066Ztrap 0.000769837
17832026-05-04T22:17:25.066Ztflt 0.000097673
17842026-05-04T22:17:25.066Zdflt 0.000364425
17852026-05-04T22:17:25.066Zkflt 0.000000000
17862026-05-04T22:17:25.066Zlock 13.495584111
17872026-05-04T22:17:25.066Zslp 0.566192415
17882026-05-04T22:17:25.066Zlat 0.077791542
17892026-05-04T22:17:25.066Zstop 0.000182257
17902026-05-04T22:17:25.069Z+ export CARGO_INCREMENTAL=0
17912026-05-04T22:17:25.070Z+ CARGO_INCREMENTAL=0
17922026-05-04T22:17:25.070Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17932026-05-04T22:17:25.964Z Compiling proc-macro2 v1.0.106
17942026-05-04T22:17:25.964Z Compiling quote v1.0.45
17952026-05-04T22:17:25.964Z Compiling unicode-ident v1.0.24
17962026-05-04T22:17:25.964Z Compiling libc v0.2.185
17972026-05-04T22:17:25.968Z Compiling serde_core v1.0.228
17982026-05-04T22:17:25.968Z Compiling serde v1.0.228
17992026-05-04T22:17:25.968Z Compiling cfg-if v1.0.4
18002026-05-04T22:17:25.968Z Compiling version_check v0.9.5
18012026-05-04T22:17:25.968Z Compiling find-msvc-tools v0.1.9
18022026-05-04T22:17:25.968Z Compiling shlex v1.3.0
18032026-05-04T22:17:26.111Z Compiling typenum v1.19.0
18042026-05-04T22:17:26.114Z Compiling autocfg v1.5.0
18052026-05-04T22:17:26.114Z Compiling zmij v1.0.21
18062026-05-04T22:17:26.114Z Compiling memchr v2.8.0
18072026-05-04T22:17:26.114Z Compiling serde_json v1.0.149
18082026-05-04T22:17:26.345Z Compiling portable-atomic v1.13.1
18092026-05-04T22:17:26.440Z Compiling zerocopy v0.8.40
18102026-05-04T22:17:26.559Z Compiling libm v0.2.16
18112026-05-04T22:17:26.563Z Compiling smallvec v1.15.1
18122026-05-04T22:17:26.594Z Compiling parking_lot_core v0.9.12
18132026-05-04T22:17:26.611Z Compiling icu_normalizer_data v2.1.1
18142026-05-04T22:17:26.677Z Compiling generic-array v0.14.7
18152026-05-04T22:17:26.690Z Compiling num-traits v0.2.19
18162026-05-04T22:17:26.820Z Compiling icu_properties_data v2.1.2
18172026-05-04T22:17:26.852Z Compiling itoa v1.0.17
18182026-05-04T22:17:26.869Z Compiling getrandom v0.4.1
18192026-05-04T22:17:26.872Z Compiling log v0.4.29
18202026-05-04T22:17:26.920Z Compiling stable_deref_trait v1.2.1
18212026-05-04T22:17:26.955Z Compiling pkg-config v0.3.32
18222026-05-04T22:17:26.958Z Compiling subtle v2.6.1
18232026-05-04T22:17:27.113Z Compiling jobserver v0.1.34
18242026-05-04T22:17:27.133Z Compiling getrandom v0.2.17
18252026-05-04T22:17:27.166Z Compiling errno v0.3.14
18262026-05-04T22:17:27.230Z Compiling scopeguard v1.2.0
18272026-05-04T22:17:27.298Z Compiling rand_core v0.6.4
18282026-05-04T22:17:27.342Z Compiling cc v1.2.56
18292026-05-04T22:17:27.358Z Compiling lock_api v0.4.14
18302026-05-04T22:17:27.467Z Compiling litemap v0.8.1
18312026-05-04T22:17:27.480Z Compiling percent-encoding v2.3.2
18322026-05-04T22:17:27.550Z Compiling syn v2.0.117
18332026-05-04T22:17:27.568Z Compiling writeable v0.6.2
18342026-05-04T22:17:27.597Z Compiling thiserror v2.0.18
18352026-05-04T22:17:27.616Z Compiling fnv v1.0.7
18362026-05-04T22:17:27.649Z Compiling pin-project-lite v0.2.17
18372026-05-04T22:17:27.726Z Compiling getrandom v0.3.4
18382026-05-04T22:17:27.823Z Compiling critical-section v1.2.0
18392026-05-04T22:17:27.839Z Compiling equivalent v1.0.2
18402026-05-04T22:17:27.891Z Compiling rustversion v1.0.22
18412026-05-04T22:17:27.908Z Compiling schemars v0.8.22
18422026-05-04T22:17:27.958Z Compiling fs_extra v1.3.0
18432026-05-04T22:17:27.994Z Compiling rand_core v0.10.0
18442026-05-04T22:17:28.027Z Compiling utf8_iter v1.0.4
18452026-05-04T22:17:28.049Z Compiling dunce v1.0.5
18462026-05-04T22:17:28.128Z Compiling cmake v0.1.57
18472026-05-04T22:17:28.157Z Compiling form_urlencoded v1.2.2
18482026-05-04T22:17:28.256Z Compiling once_cell v1.21.3
18492026-05-04T22:17:28.320Z Compiling signal-hook-registry v1.4.8
18502026-05-04T22:17:28.492Z Compiling semver v1.0.28
18512026-05-04T22:17:28.539Z Compiling bitflags v2.11.0
18522026-05-04T22:17:28.592Z Compiling const-oid v0.9.6
18532026-05-04T22:17:28.627Z Compiling hashbrown v0.17.0
18542026-05-04T22:17:28.646Z Compiling parking_lot v0.12.5
18552026-05-04T22:17:28.706Z Compiling socket2 v0.6.3
18562026-05-04T22:17:28.724Z Compiling mio v1.2.0
18572026-05-04T22:17:28.750Z Compiling ring v0.17.14
18582026-05-04T22:17:28.824Z Compiling aws-lc-sys v0.37.1
18592026-05-04T22:17:28.929Z Compiling rustix v1.1.3
18602026-05-04T22:17:28.944Z Compiling aws-lc-rs v1.16.0
18612026-05-04T22:17:28.994Z Compiling futures-core v0.3.32
18622026-05-04T22:17:29.068Z Compiling thiserror v1.0.69
18632026-05-04T22:17:29.186Z Compiling indexmap v2.14.0
18642026-05-04T22:17:29.223Z Compiling strsim v0.11.1
18652026-05-04T22:17:29.260Z Compiling byteorder v1.5.0
18662026-05-04T22:17:29.263Z Compiling ucd-trie v0.1.7
18672026-05-04T22:17:29.294Z Compiling httparse v1.10.1
18682026-05-04T22:17:29.465Z Compiling pest v2.8.6
18692026-05-04T22:17:29.531Z Compiling ident_case v1.0.1
18702026-05-04T22:17:29.551Z Compiling syn v1.0.109
18712026-05-04T22:17:29.568Z Compiling heck v0.5.0
18722026-05-04T22:17:29.569Z Compiling iana-time-zone v0.1.65
18732026-05-04T22:17:29.606Z Compiling vcpkg v0.2.15
18742026-05-04T22:17:29.640Z Compiling uuid v1.23.0
18752026-05-04T22:17:29.674Z Compiling cpufeatures v0.2.17
18762026-05-04T22:17:29.757Z Compiling regex-syntax v0.8.10
18772026-05-04T22:17:29.943Z Compiling rustc_version v0.4.1
18782026-05-04T22:17:29.999Z Compiling futures-sink v0.3.32
18792026-05-04T22:17:30.111Z Compiling rustls v0.23.37
18802026-05-04T22:17:30.133Z Compiling futures-channel v0.3.32
18812026-05-04T22:17:30.192Z Compiling openssl-sys v0.9.114
18822026-05-04T22:17:30.233Z Compiling futures-task v0.3.32
18832026-05-04T22:17:30.272Z Compiling futures-io v0.3.32
18842026-05-04T22:17:30.290Z Compiling slab v0.4.12
18852026-05-04T22:17:30.371Z Compiling synstructure v0.13.2
18862026-05-04T22:17:30.395Z Compiling serde_derive_internals v0.29.1
18872026-05-04T22:17:30.449Z Compiling crc32fast v1.5.0
18882026-05-04T22:17:30.449Z Compiling plain v0.2.3
18892026-05-04T22:17:30.496Z Compiling dyn-clone v1.0.20
18902026-05-04T22:17:30.539Z Compiling aho-corasick v1.1.4
18912026-05-04T22:17:30.554Z Compiling pest_meta v2.8.6
18922026-05-04T22:17:30.602Z Compiling num-conv v0.2.0
18932026-05-04T22:17:30.749Z Compiling crossbeam-utils v0.8.21
18942026-05-04T22:17:30.761Z Compiling time-core v0.1.8
18952026-05-04T22:17:30.894Z Compiling pretty-hex v0.4.1
18962026-05-04T22:17:30.933Z Compiling time-macros v0.2.27
18972026-05-04T22:17:31.058Z Compiling openssl v0.10.78
18982026-05-04T22:17:31.073Z Compiling base64 v0.22.1
18992026-05-04T22:17:31.136Z Compiling pest_generator v2.8.6
19002026-05-04T22:17:31.262Z Compiling base64ct v1.8.3
19012026-05-04T22:17:31.281Z Compiling anyhow v1.0.102
19022026-05-04T22:17:31.313Z Compiling darling_core v0.21.3
19032026-05-04T22:17:31.319Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19042026-05-04T22:17:31.374Z Compiling regex-automata v0.4.14
19052026-05-04T22:17:31.544Z Compiling pem-rfc7468 v0.7.0
19062026-05-04T22:17:31.585Z Compiling flagset v0.4.7
19072026-05-04T22:17:31.602Z Compiling native-tls v0.2.18
19082026-05-04T22:17:31.608Z Compiling rand_core v0.9.5
19092026-05-04T22:17:31.657Z Compiling serde_derive v1.0.228
19102026-05-04T22:17:31.730Z Compiling zeroize_derive v1.4.3
19112026-05-04T22:17:31.749Z Compiling zerofrom-derive v0.1.6
19122026-05-04T22:17:31.808Z Compiling yoke-derive v0.8.1
19132026-05-04T22:17:31.824Z Compiling zerovec-derive v0.11.2
19142026-05-04T22:17:31.845Z Compiling displaydoc v0.2.5
19152026-05-04T22:17:31.864Z Compiling zerocopy-derive v0.8.40
19162026-05-04T22:17:31.867Z Compiling tokio-macros v2.7.0
19172026-05-04T22:17:31.899Z Compiling futures-macro v0.3.32
19182026-05-04T22:17:31.929Z Compiling thiserror-impl v2.0.18
19192026-05-04T22:17:31.960Z Compiling schemars_derive v0.8.22
19202026-05-04T22:17:32.352Z Compiling zeroize v1.8.2
19212026-05-04T22:17:32.656Z Compiling tracing-attributes v0.1.31
19222026-05-04T22:17:32.687Z Compiling der_derive v0.7.3
19232026-05-04T22:17:32.789Z Compiling thiserror-impl v1.0.69
19242026-05-04T22:17:32.891Z Compiling pest_derive v2.8.6
19252026-05-04T22:17:32.934Z Compiling zerofrom v0.1.6
19262026-05-04T22:17:33.089Z Compiling yoke v0.8.1
19272026-05-04T22:17:33.146Z Compiling crypto-common v0.1.7
19282026-05-04T22:17:33.207Z Compiling block-buffer v0.10.4
19292026-05-04T22:17:33.292Z Compiling zerovec v0.11.5
19302026-05-04T22:17:33.322Z Compiling zerotrie v0.2.3
19312026-05-04T22:17:33.409Z Compiling digest v0.10.7
19322026-05-04T22:17:33.499Z Compiling futures-util v0.3.32
19332026-05-04T22:17:33.502Z Compiling block-padding v0.3.3
19342026-05-04T22:17:33.696Z Compiling inout v0.1.4
19352026-05-04T22:17:33.788Z Compiling hmac v0.12.1
19362026-05-04T22:17:33.816Z Compiling sha2 v0.10.9
19372026-05-04T22:17:33.833Z Compiling tinystr v0.8.2
19382026-05-04T22:17:33.862Z Compiling potential_utf v0.1.4
19392026-05-04T22:17:33.879Z Compiling cipher v0.4.4
19402026-05-04T22:17:33.954Z Compiling rustls-pki-types v1.14.0
19412026-05-04T22:17:33.957Z Compiling scroll_derive v0.13.1
19422026-05-04T22:17:34.077Z Compiling icu_locale_core v2.1.1
19432026-05-04T22:17:34.094Z Compiling icu_collections v2.1.1
19442026-05-04T22:17:34.146Z Compiling scroll_derive v0.12.1
19452026-05-04T22:17:34.786Z Compiling icu_provider v2.1.1
19462026-05-04T22:17:34.803Z Compiling openssl-macros v0.1.1
19472026-05-04T22:17:34.839Z Compiling bytes v1.11.1
19482026-05-04T22:17:34.916Z Compiling chrono v0.4.44
19492026-05-04T22:17:34.968Z Compiling serde_tokenstream v0.2.3
19502026-05-04T22:17:35.112Z Compiling icu_properties v2.1.2
19512026-05-04T22:17:35.138Z Compiling icu_normalizer v2.1.1
19522026-05-04T22:17:35.237Z Compiling regex v1.12.3
19532026-05-04T22:17:35.282Z Compiling der v0.7.10
19542026-05-04T22:17:35.488Z Compiling tokio v1.52.1
19552026-05-04T22:17:35.745Z Compiling http v1.4.0
19562026-05-04T22:17:35.761Z Compiling darling_macro v0.21.3
19572026-05-04T22:17:36.177Z Compiling idna_adapter v1.2.1
19582026-05-04T22:17:36.207Z Compiling ppv-lite86 v0.2.21
19592026-05-04T22:17:36.333Z Compiling idna v1.1.0
19602026-05-04T22:17:36.458Z Compiling zerocopy-derive v0.7.35
19612026-05-04T22:17:36.514Z Compiling slog v2.8.2
19622026-05-04T22:17:36.531Z Compiling tracing-core v0.1.36
19632026-05-04T22:17:36.580Z Compiling untrusted v0.9.0
19642026-05-04T22:17:36.694Z Compiling url v2.5.8
19652026-05-04T22:17:36.757Z Compiling darling v0.21.3
19662026-05-04T22:17:36.862Z Compiling spki v0.7.3
19672026-05-04T22:17:36.953Z Compiling tracing v0.1.44
19682026-05-04T22:17:36.984Z Compiling salsa20 v0.10.2
19692026-05-04T22:17:37.087Z Compiling pbkdf2 v0.12.2
19702026-05-04T22:17:37.455Z Compiling cookie v0.18.1
19712026-05-04T22:17:37.586Z Compiling camino v1.2.2
19722026-05-04T22:17:37.719Z Compiling scrypt v0.11.0
19732026-05-04T22:17:37.820Z Compiling rand_chacha v0.9.0
19742026-05-04T22:17:37.851Z Compiling cbc v0.1.2
19752026-05-04T22:17:37.906Z Compiling aes v0.8.4
19762026-05-04T22:17:38.433Z Compiling usdt-impl v0.5.0
19772026-05-04T22:17:38.451Z Compiling either v1.15.0
19782026-05-04T22:17:38.468Z Compiling paste v1.0.15
19792026-05-04T22:17:38.486Z Compiling winnow v0.7.14
19802026-05-04T22:17:38.490Z Compiling ref-cast v1.0.25
19812026-05-04T22:17:38.685Z Compiling usdt-impl v0.6.0
19822026-05-04T22:17:38.819Z Compiling pkcs5 v0.7.1
19832026-05-04T22:17:38.923Z Compiling rand v0.9.2
19842026-05-04T22:17:38.939Z Compiling http-body v1.0.1
19852026-05-04T22:17:39.129Z Compiling serde_spanned v0.6.9
19862026-05-04T22:17:39.258Z Compiling toml_datetime v0.6.11
19872026-05-04T22:17:39.275Z Compiling scroll v0.12.0
19882026-05-04T22:17:39.300Z Compiling scroll v0.13.0
19892026-05-04T22:17:39.318Z Compiling heapless v0.7.17
19902026-05-04T22:17:39.437Z Compiling bzip2-sys v0.1.13+1.0.8
19912026-05-04T22:17:39.511Z Compiling tokio-util v0.7.18
19922026-05-04T22:17:39.538Z Compiling untrusted v0.7.1
19932026-05-04T22:17:39.592Z Compiling signal-hook v0.3.18
19942026-05-04T22:17:39.674Z Compiling openssl-probe v0.2.1
19952026-05-04T22:17:39.719Z Compiling atomic-waker v1.1.2
19962026-05-04T22:17:39.798Z Compiling zstd-safe v7.2.4
19972026-05-04T22:17:39.815Z Compiling toml_parser v1.0.9+spec-1.1.0
19982026-05-04T22:17:39.875Z Compiling goblin v0.10.5
19992026-05-04T22:17:39.969Z Compiling goblin v0.8.2
20002026-05-04T22:17:40.075Z Compiling pkcs8 v0.10.2
20012026-05-04T22:17:40.400Z Compiling zerocopy v0.7.35
20022026-05-04T22:17:40.478Z Compiling ref-cast-impl v1.0.25
20032026-05-04T22:17:40.527Z Compiling darling_core v0.20.11
20042026-05-04T22:17:40.589Z Compiling curve25519-dalek v4.1.3
20052026-05-04T22:17:40.883Z Compiling toml_datetime v0.7.5+spec-1.1.0
20062026-05-04T22:17:40.921Z Compiling memoffset v0.9.1
20072026-05-04T22:17:40.937Z Compiling try-lock v0.2.5
20082026-05-04T22:17:40.966Z Compiling tower-service v0.3.3
20092026-05-04T22:17:41.032Z Compiling rustix v0.38.44
20102026-05-04T22:17:41.355Z Compiling tower-layer v0.3.3
20112026-05-04T22:17:41.437Z Compiling tinyvec_macros v0.1.1
20122026-05-04T22:17:41.525Z Compiling fastrand v2.3.0
20132026-05-04T22:17:41.541Z Compiling winnow v0.5.40
20142026-05-04T22:17:41.602Z Compiling litrs v1.0.0
20152026-05-04T22:17:41.635Z Compiling tinyvec v1.10.0
20162026-05-04T22:17:41.703Z Compiling want v0.3.1
20172026-05-04T22:17:41.893Z Compiling h2 v0.4.13
20182026-05-04T22:17:42.084Z Compiling document-features v0.2.12
20192026-05-04T22:17:42.313Z Compiling dof v0.3.0
20202026-05-04T22:17:42.494Z Compiling darling_macro v0.20.11
20212026-05-04T22:17:42.658Z Compiling dof v0.4.0
20222026-05-04T22:17:42.807Z Compiling dtrace-parser v0.2.0
20232026-05-04T22:17:42.974Z Compiling toml_edit v0.19.15
20242026-05-04T22:17:43.037Z Compiling dtrace-parser v0.3.0
20252026-05-04T22:17:43.168Z Compiling ipnet v2.11.0
20262026-05-04T22:17:43.253Z Compiling daft-derive v0.1.5
20272026-05-04T22:17:43.283Z Compiling async-trait v0.1.89
20282026-05-04T22:17:43.455Z Compiling spin v0.9.8
20292026-05-04T22:17:43.654Z Compiling thread-id v4.2.2
20302026-05-04T22:17:43.658Z Compiling thread-id v5.1.0
20312026-05-04T22:17:43.685Z Compiling pin-utils v0.1.0
20322026-05-04T22:17:43.703Z Compiling powerfmt v0.2.0
20332026-05-04T22:17:43.737Z Compiling httpdate v1.0.3
20342026-05-04T22:17:43.761Z Compiling foreign-types-shared v0.1.1
20352026-05-04T22:17:43.841Z Compiling num-bigint-dig v0.8.6
20362026-05-04T22:17:43.876Z Compiling smoltcp v0.9.1
20372026-05-04T22:17:43.996Z Compiling cfg_aliases v0.2.1
20382026-05-04T22:17:44.041Z Compiling tempfile v3.25.0
20392026-05-04T22:17:44.058Z Compiling deranged v0.5.8
20402026-05-04T22:17:44.062Z Compiling foreign-types v0.3.2
20412026-05-04T22:17:44.091Z Compiling nix v0.31.2
20422026-05-04T22:17:44.235Z Compiling darling v0.20.11
20432026-05-04T22:17:44.465Z Compiling ipnetwork v0.21.1
20442026-05-04T22:17:44.734Z Compiling curve25519-dalek-derive v0.1.1
20452026-05-04T22:17:44.835Z Compiling strum_macros v0.26.4
20462026-05-04T22:17:44.935Z Compiling hyper v1.8.1
20472026-05-04T22:17:45.068Z Compiling wait-timeout v0.2.1
20482026-05-04T22:17:45.198Z Compiling utf8parse v0.2.2
20492026-05-04T22:17:45.242Z Compiling simd-adler32 v0.3.8
20502026-05-04T22:17:45.365Z Compiling bit-vec v0.8.0
20512026-05-04T22:17:45.481Z Compiling anstyle v1.0.13
20522026-05-04T22:17:45.514Z Compiling quick-error v1.2.3
20532026-05-04T22:17:45.624Z Compiling num_threads v0.1.7
20542026-05-04T22:17:45.642Z Compiling siphasher v1.0.2
20552026-05-04T22:17:45.660Z Compiling rusty-fork v0.3.1
20562026-05-04T22:17:45.728Z Compiling bit-set v0.8.0
20572026-05-04T22:17:45.835Z Compiling time v0.3.47
20582026-05-04T22:17:45.936Z Compiling anstyle-parse v0.2.7
20592026-05-04T22:17:46.105Z Compiling hyper-util v0.1.20
20602026-05-04T22:17:46.396Z Compiling derive_builder_core v0.20.2
20612026-05-04T22:17:46.414Z Compiling unicode-normalization v0.1.25
20622026-05-04T22:17:46.897Z Compiling rustls-native-certs v0.8.3
20632026-05-04T22:17:47.188Z Compiling signature v2.2.0
20642026-05-04T22:17:47.204Z Compiling hubpack_derive v0.1.1
20652026-05-04T22:17:47.536Z Compiling rand_xorshift v0.4.0
20662026-05-04T22:17:47.563Z Compiling strum_macros v0.27.2
20672026-05-04T22:17:47.674Z Compiling sync_wrapper v1.0.2
20682026-05-04T22:17:47.707Z Compiling fs-err v3.3.0
20692026-05-04T22:17:47.725Z Compiling ahash v0.8.12
20702026-05-04T22:17:47.805Z Compiling unicode-bidi v0.3.18
20712026-05-04T22:17:47.821Z Compiling unarray v0.1.4
20722026-05-04T22:17:47.836Z Compiling anstyle-query v1.1.5
20732026-05-04T22:17:47.942Z Compiling is_terminal_polyfill v1.70.2
20742026-05-04T22:17:47.970Z Compiling unicode-properties v0.1.4
20752026-05-04T22:17:47.989Z Compiling colorchoice v1.0.4
20762026-05-04T22:17:48.064Z Compiling allocator-api2 v0.2.21
20772026-05-04T22:17:48.068Z Compiling adler2 v2.0.1
20782026-05-04T22:17:48.103Z Compiling unicode-segmentation v1.12.0
20792026-05-04T22:17:48.211Z Compiling object v0.37.3
20802026-05-04T22:17:48.319Z Compiling miniz_oxide v0.8.9
20812026-05-04T22:17:48.512Z Compiling stringprep v0.1.5
20822026-05-04T22:17:48.528Z Compiling anstream v0.6.21
20832026-05-04T22:17:48.739Z Compiling proptest v1.10.0
20842026-05-04T22:17:48.774Z Compiling tower v0.5.3
20852026-05-04T22:17:48.884Z Compiling derive_builder_macro v0.20.2
20862026-05-04T22:17:49.036Z Compiling usdt-macro v0.6.0
20872026-05-04T22:17:49.119Z Compiling usdt-attr-macro v0.6.0
20882026-05-04T22:17:49.640Z Compiling http-body-util v0.1.3
20892026-05-04T22:17:49.756Z Compiling webpki-roots v1.0.6
20902026-05-04T22:17:49.943Z Compiling rand_chacha v0.3.1
20912026-05-04T22:17:49.947Z Compiling erased-serde v0.3.31
20922026-05-04T22:17:49.976Z Compiling md-5 v0.10.6
20932026-05-04T22:17:49.992Z Compiling num-integer v0.1.46
20942026-05-04T22:17:50.043Z Compiling hash32 v0.2.1
20952026-05-04T22:17:50.137Z Compiling vergen-lib v0.1.6
20962026-05-04T22:17:50.154Z Compiling ff v0.13.1
20972026-05-04T22:17:50.200Z Compiling fallible-iterator v0.2.0
20982026-05-04T22:17:50.221Z Compiling ryu v1.0.23
20992026-05-04T22:17:50.242Z Compiling base16ct v0.2.0
21002026-05-04T22:17:50.258Z Compiling psl-types v2.0.11
21012026-05-04T22:17:50.313Z Compiling iri-string v0.7.10
21022026-05-04T22:17:50.363Z Compiling zlib-rs v0.6.2
21032026-05-04T22:17:50.381Z Compiling sec1 v0.7.3
21042026-05-04T22:17:50.439Z Compiling publicsuffix v2.3.0
21052026-05-04T22:17:50.517Z Compiling postgres-protocol v0.6.10
21062026-05-04T22:17:50.535Z Compiling serde_urlencoded v0.7.1
21072026-05-04T22:17:50.554Z Compiling group v0.13.0
21082026-05-04T22:17:50.652Z Compiling num-iter v0.1.45
21092026-05-04T22:17:50.772Z Compiling newtype-uuid v1.3.2
21102026-05-04T22:17:50.896Z Compiling rand v0.8.5
21112026-05-04T22:17:51.042Z Compiling oxnet v0.1.4
21122026-05-04T22:17:51.101Z Compiling derive_builder v0.20.2
21132026-05-04T22:17:51.256Z Compiling tokio-native-tls v0.3.1
21142026-05-04T22:17:51.307Z Compiling heck v0.4.1
21152026-05-04T22:17:51.338Z Compiling phf_shared v0.13.1
21162026-05-04T22:17:51.436Z Compiling tower-http v0.6.8
21172026-05-04T22:17:51.454Z Compiling lazy_static v1.5.0
21182026-05-04T22:17:51.551Z Compiling terminal_size v0.4.3
21192026-05-04T22:17:51.587Z Compiling serde_with_macros v3.17.0
21202026-05-04T22:17:51.604Z Compiling cargo-platform v0.1.9
21212026-05-04T22:17:51.654Z Compiling hkdf v0.12.4
21222026-05-04T22:17:51.654Z Compiling crypto-bigint v0.5.5
21232026-05-04T22:17:51.701Z Compiling enum-as-inner v0.6.1
21242026-05-04T22:17:51.716Z Compiling serde_repr v0.1.20
21252026-05-04T22:17:51.793Z Compiling clap_derive v4.5.55
21262026-05-04T22:17:51.832Z Compiling vergen v9.0.6
21272026-05-04T22:17:51.880Z Compiling managed v0.8.0
21282026-05-04T22:17:51.981Z Compiling foldhash v0.2.0
21292026-05-04T22:17:52.014Z Compiling bumpalo v3.20.2
21302026-05-04T22:17:52.137Z Compiling libbz2-rs-sys v0.2.2
21312026-05-04T22:17:52.202Z Compiling foldhash v0.1.5
21322026-05-04T22:17:52.255Z Compiling bitflags v1.3.2
21332026-05-04T22:17:52.311Z Compiling clap_lex v1.0.0
21342026-05-04T22:17:52.358Z Compiling hashbrown v0.15.5
21352026-05-04T22:17:52.396Z Compiling flate2 v1.1.9
21362026-05-04T22:17:52.597Z Compiling bzip2 v0.6.1
21372026-05-04T22:17:52.681Z Compiling elliptic-curve v0.13.8
21382026-05-04T22:17:52.681Z Compiling clap_builder v4.5.60
21392026-05-04T22:17:52.757Z Compiling zopfli v0.8.3
21402026-05-04T22:17:52.784Z Compiling hashbrown v0.16.1
21412026-05-04T22:17:52.858Z Compiling cargo_metadata v0.19.2
21422026-05-04T22:17:53.318Z Compiling phf v0.13.1
21432026-05-04T22:17:53.338Z Compiling hyper-tls v0.6.0
21442026-05-04T22:17:53.394Z Compiling zstd v0.13.3
21452026-05-04T22:17:53.507Z Compiling daft v0.1.5
21462026-05-04T22:17:53.581Z Compiling signal-hook-mio v0.2.5
21472026-05-04T22:17:53.668Z Compiling cookie_store v0.22.1
21482026-05-04T22:17:53.723Z Compiling bzip2 v0.4.4
21492026-05-04T22:17:53.800Z Compiling postgres-types v0.2.12
21502026-05-04T22:17:53.949Z Compiling strum v0.27.2
21512026-05-04T22:17:54.106Z Compiling hubpack v0.1.2
21522026-05-04T22:17:54.110Z Compiling ed25519 v2.2.3
21532026-05-04T22:17:54.142Z Compiling phf_shared v0.11.3
21542026-05-04T22:17:54.280Z Compiling crossbeam-epoch v0.9.18
21552026-05-04T22:17:54.348Z Compiling pkcs1 v0.7.5
21562026-05-04T22:17:54.381Z Compiling hex v0.4.3
21572026-05-04T22:17:54.385Z Compiling serde-big-array v0.5.1
21582026-05-04T22:17:54.571Z Compiling rfc6979 v0.4.0
21592026-05-04T22:17:54.587Z Compiling bstr v1.12.1
21602026-05-04T22:17:54.721Z Compiling float-cmp v0.10.0
21612026-05-04T22:17:54.739Z Compiling memmap2 v0.9.10
21622026-05-04T22:17:54.742Z Compiling env_filter v1.0.0
21632026-05-04T22:17:54.795Z Compiling encoding_rs v0.8.35
21642026-05-04T22:17:54.813Z Compiling whoami v2.1.0
21652026-05-04T22:17:54.875Z Compiling rustc-hash v2.1.1
21662026-05-04T22:17:54.892Z Compiling new_debug_unreachable v1.0.6
21672026-05-04T22:17:54.987Z Compiling data-encoding v2.10.0
21682026-05-04T22:17:55.005Z Compiling predicates-core v1.0.10
21692026-05-04T22:17:55.026Z Compiling difflib v0.4.0
21702026-05-04T22:17:55.044Z Compiling jiff v0.2.21
21712026-05-04T22:17:55.060Z Compiling fixedbitset v0.4.2
21722026-05-04T22:17:55.114Z Compiling keccak v0.1.6
21732026-05-04T22:17:55.163Z Compiling precomputed-hash v0.1.1
21742026-05-04T22:17:55.194Z Compiling static_assertions v1.1.0
21752026-05-04T22:17:55.209Z Compiling normalize-line-endings v0.3.0
21762026-05-04T22:17:55.268Z Compiling mime v0.3.17
21772026-05-04T22:17:55.285Z Compiling toml_write v0.1.2
21782026-05-04T22:17:55.328Z Compiling fixedbitset v0.5.7
21792026-05-04T22:17:55.344Z Compiling predicates v3.1.4
21802026-05-04T22:17:55.496Z Compiling toml_edit v0.22.27
21812026-05-04T22:17:55.512Z Compiling hickory-proto v0.25.2
21822026-05-04T22:17:55.538Z Compiling petgraph v0.8.3
21832026-05-04T22:17:55.555Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21842026-05-04T22:17:55.626Z Compiling sha3 v0.10.8
21852026-05-04T22:17:55.918Z Compiling string_cache v0.8.9
21862026-05-04T22:17:55.936Z Compiling petgraph v0.6.5
21872026-05-04T22:17:56.164Z Compiling tokio-postgres v0.7.16
21882026-05-04T22:17:56.180Z Compiling similar v2.7.0
21892026-05-04T22:17:56.295Z Compiling iddqd v0.3.18
21902026-05-04T22:17:56.921Z Compiling usdt v0.6.0
21912026-05-04T22:17:57.203Z Compiling env_logger v0.11.9
21922026-05-04T22:17:57.434Z Compiling ecdsa v0.16.9
21932026-05-04T22:17:57.555Z Compiling serde_with v3.17.0
21942026-05-04T22:17:57.798Z Compiling zip v4.6.1
21952026-05-04T22:17:57.814Z Compiling rsa v0.9.10
21962026-05-04T22:17:58.193Z Compiling ed25519-dalek v2.2.0
21972026-05-04T22:17:58.479Z Compiling clap v4.5.60
21982026-05-04T22:17:58.735Z Compiling crossterm v0.28.1
21992026-05-04T22:17:58.778Z Compiling zip v0.6.6
22002026-05-04T22:17:59.101Z Compiling strum v0.26.3
22012026-05-04T22:17:59.127Z Compiling toml v0.7.8
22022026-05-04T22:17:59.144Z Compiling tokio-stream v0.1.18
22032026-05-04T22:17:59.195Z Compiling buf-list v1.1.2
22042026-05-04T22:17:59.312Z Compiling itertools v0.13.0
22052026-05-04T22:17:59.403Z Compiling x509-cert v0.2.5
22062026-05-04T22:17:59.625Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22072026-05-04T22:17:59.692Z Compiling openapiv3 v2.2.0
22082026-05-04T22:17:59.922Z Compiling sha1 v0.10.6
22092026-05-04T22:18:00.170Z Compiling peg-runtime v0.8.5
22102026-05-04T22:18:00.297Z Compiling lalrpop-util v0.19.12
22112026-05-04T22:18:14.265Z Compiling rustls-webpki v0.103.9
22122026-05-04T22:18:16.925Z Compiling macaddr v1.0.1
22132026-05-04T22:18:17.120Z Compiling structmeta-derive v0.3.0
22142026-05-04T22:18:17.136Z Compiling crucible-workspace-hack v0.1.0
22152026-05-04T22:18:17.232Z Compiling rayon-core v1.13.0
22162026-05-04T22:18:17.378Z Compiling itertools v0.14.0
22172026-05-04T22:18:17.468Z Compiling secrecy v0.10.3
22182026-05-04T22:18:17.514Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22192026-05-04T22:18:17.666Z Compiling heapless v0.8.0
22202026-05-04T22:18:17.852Z Compiling tokio-rustls v0.26.4
22212026-05-04T22:18:17.869Z Compiling rustls-platform-verifier v0.6.2
22222026-05-04T22:18:17.887Z Compiling rustls v0.22.4
22232026-05-04T22:18:17.925Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22242026-05-04T22:18:18.110Z Compiling hyper-rustls v0.27.7
22252026-05-04T22:18:18.166Z Compiling crossbeam-deque v0.8.6
22262026-05-04T22:18:18.181Z Compiling toml_edit v0.23.10+spec-1.0.0
22272026-05-04T22:18:18.184Z Compiling structmeta v0.3.0
22282026-05-04T22:18:18.184Z Compiling rustls-webpki v0.102.8
22292026-05-04T22:18:18.231Z Compiling futures-executor v0.3.32
22302026-05-04T22:18:18.249Z Compiling hash32 v0.3.1
22312026-05-04T22:18:18.273Z Compiling multer v3.1.0
22322026-05-04T22:18:18.417Z Compiling reqwest v0.13.2
22332026-05-04T22:18:18.435Z Compiling reqwest v0.12.28
22342026-05-04T22:18:18.450Z Compiling thread_local v1.1.9
22352026-05-04T22:18:18.453Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22362026-05-04T22:18:18.481Z Compiling smoltcp v0.11.0
22372026-05-04T22:18:18.498Z Compiling slog-async v2.8.0
22382026-05-04T22:18:18.686Z Compiling ingot-macros v0.1.1
22392026-05-04T22:18:18.703Z Compiling unicode-width v0.2.0
22402026-05-04T22:18:18.741Z Compiling match_cfg v0.1.0
22412026-05-04T22:18:18.782Z Compiling compression-core v0.4.31
22422026-05-04T22:18:18.837Z Compiling hostname v0.3.1
22432026-05-04T22:18:18.866Z Compiling proc-macro-crate v3.4.0
22442026-05-04T22:18:18.986Z Compiling compression-codecs v0.4.37
22452026-05-04T22:18:19.057Z Compiling derive-ex v0.1.8
22462026-05-04T22:18:19.101Z Compiling futures v0.3.32
22472026-05-04T22:18:19.315Z Compiling slog-json v2.6.1
22482026-05-04T22:18:19.379Z Compiling crossbeam-channel v0.5.15
22492026-05-04T22:18:19.471Z Compiling half v2.7.1
22502026-05-04T22:18:19.601Z Compiling newtype-uuid-macros v0.1.0
22512026-05-04T22:18:19.629Z Compiling cobs v0.3.0
22522026-05-04T22:18:19.840Z Compiling thiserror-impl-no-std v2.0.2
22532026-05-04T22:18:19.936Z Compiling universal-hash v0.5.1
22542026-05-04T22:18:20.046Z Compiling async-stream-impl v0.3.6
22552026-05-04T22:18:20.105Z Compiling toml_datetime v1.0.0+spec-1.1.0
22562026-05-04T22:18:20.119Z Compiling serde_spanned v1.0.4
22572026-05-04T22:18:20.309Z Compiling is-terminal v0.4.17
22582026-05-04T22:18:20.335Z Compiling dropshot v0.17.0
22592026-05-04T22:18:20.537Z Compiling proc-macro-error-attr v1.0.4
22602026-05-04T22:18:20.556Z Compiling take_mut v0.2.2
22612026-05-04T22:18:20.574Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22622026-05-04T22:18:20.590Z Compiling toml_writer v1.0.6+spec-1.1.0
22632026-05-04T22:18:20.611Z Compiling ciborium-io v0.2.2
22642026-05-04T22:18:20.644Z Compiling term v1.2.1
22652026-05-04T22:18:20.733Z Compiling convert_case v0.4.0
22662026-05-04T22:18:20.756Z Compiling opaque-debug v0.3.1
22672026-05-04T22:18:20.823Z Compiling toml v1.0.6+spec-1.1.0
22682026-05-04T22:18:20.841Z Compiling poly1305 v0.8.0
22692026-05-04T22:18:20.922Z Compiling ciborium-ll v0.2.2
22702026-05-04T22:18:20.927Z Compiling async-stream v0.3.6
22712026-05-04T22:18:20.927Z Compiling thiserror-no-std v2.0.2
22722026-05-04T22:18:21.030Z Compiling tokio-rustls v0.25.0
22732026-05-04T22:18:21.069Z Compiling derive_more v0.99.20
22742026-05-04T22:18:21.118Z Compiling slog-term v2.9.2
22752026-05-04T22:18:21.151Z Compiling test-strategy v0.4.5
22762026-05-04T22:18:21.297Z Compiling ingot-types v0.1.2
22772026-05-04T22:18:21.375Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22782026-05-04T22:18:21.496Z Compiling postcard v1.1.3
22792026-05-04T22:18:21.793Z Compiling ingot v0.1.1
22802026-05-04T22:18:21.813Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22812026-05-04T22:18:21.892Z Compiling slog-bunyan v2.5.0
22822026-05-04T22:18:22.087Z Compiling num_enum_derive v0.7.5
22832026-05-04T22:18:22.109Z Compiling async-compression v0.4.41
22842026-05-04T22:18:22.164Z Compiling parse-display-derive v0.10.0
22852026-05-04T22:18:22.376Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22862026-05-04T22:18:22.455Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22872026-05-04T22:18:22.485Z Compiling proc-macro-crate v1.3.1
22882026-05-04T22:18:22.594Z Compiling backon v1.6.0
22892026-05-04T22:18:22.761Z Compiling waitgroup v0.1.2
22902026-05-04T22:18:22.765Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22912026-05-04T22:18:22.855Z Compiling password-hash v0.5.0
22922026-05-04T22:18:22.884Z Compiling dropshot_endpoint v0.17.0
22932026-05-04T22:18:22.964Z Compiling chacha20 v0.9.1
22942026-05-04T22:18:23.086Z Compiling rustls-pemfile v2.2.0
22952026-05-04T22:18:23.254Z Compiling blake2 v0.10.6
22962026-05-04T22:18:23.285Z Compiling aead v0.5.2
22972026-05-04T22:18:23.363Z Compiling foreign-types-macros v0.2.3
22982026-05-04T22:18:23.368Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22992026-05-04T22:18:23.397Z Compiling serde_path_to_error v0.1.20
23002026-05-04T22:18:23.506Z Compiling hostname v0.4.2
23012026-05-04T22:18:23.673Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23022026-05-04T22:18:23.700Z Compiling proc-macro-error v1.0.4
23032026-05-04T22:18:23.797Z Compiling instant v0.1.13
23042026-05-04T22:18:23.824Z Compiling foreign-types-shared v0.3.1
23052026-05-04T22:18:23.859Z Compiling typeid v1.0.3
23062026-05-04T22:18:23.886Z Compiling cpufeatures v0.3.0
23072026-05-04T22:18:23.909Z Compiling debug-ignore v1.0.5
23082026-05-04T22:18:23.971Z Compiling chacha20 v0.10.0
23092026-05-04T22:18:23.975Z Compiling backoff v0.4.0
23102026-05-04T22:18:24.004Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23112026-05-04T22:18:24.004Z Compiling foreign-types v0.5.0
23122026-05-04T22:18:24.007Z Compiling parse-display v0.10.0
23132026-05-04T22:18:24.056Z Compiling argon2 v0.5.3
23142026-05-04T22:18:24.056Z Compiling chacha20poly1305 v0.10.1
23152026-05-04T22:18:24.088Z Compiling num_enum v0.7.5
23162026-05-04T22:18:24.109Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23172026-05-04T22:18:24.147Z Compiling num_enum_derive v0.5.11
23182026-05-04T22:18:24.227Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23192026-05-04T22:18:24.244Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23202026-05-04T22:18:24.248Z Compiling ciborium v0.2.2
23212026-05-04T22:18:24.248Z Compiling vsss-rs v3.3.4
23222026-05-04T22:18:24.718Z Compiling tabwriter v1.4.1
23232026-05-04T22:18:24.810Z Compiling regress v0.10.5
23242026-05-04T22:18:24.905Z Compiling byte-wrapper v0.1.0
23252026-05-04T22:18:24.989Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23262026-05-04T22:18:25.007Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23272026-05-04T22:18:25.086Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23282026-05-04T22:18:25.112Z Compiling cstr-argument v0.1.2
23292026-05-04T22:18:25.112Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23302026-05-04T22:18:25.143Z Compiling erased-serde v0.4.9
23312026-05-04T22:18:25.309Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23322026-05-04T22:18:25.376Z Compiling num_enum v0.5.11
23332026-05-04T22:18:25.460Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23342026-05-04T22:18:25.499Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23352026-05-04T22:18:25.715Z Compiling rand v0.10.0
23362026-05-04T22:18:25.734Z Compiling rayon v1.11.0
23372026-05-04T22:18:25.762Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23382026-05-04T22:18:25.779Z Compiling colored v3.1.1
23392026-05-04T22:18:25.783Z Compiling indent_write v2.2.0
23402026-05-04T22:18:25.819Z Compiling libefi-sys v0.1.0
23412026-05-04T22:18:25.857Z Compiling zone_cfg_derive v0.3.1
23422026-05-04T22:18:25.984Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23432026-05-04T22:18:26.047Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23442026-05-04T22:18:26.163Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23452026-05-04T22:18:26.179Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23462026-05-04T22:18:26.419Z Compiling camino-tempfile v1.4.1
23472026-05-04T22:18:26.437Z Compiling itertools v0.12.1
23482026-05-04T22:18:26.454Z Compiling usdt-attr-macro v0.5.0
23492026-05-04T22:18:26.488Z Compiling usdt-macro v0.5.0
23502026-05-04T22:18:26.525Z Compiling num-derive v0.4.2
23512026-05-04T22:18:26.548Z Compiling bitfield-struct v0.6.2
23522026-05-04T22:18:26.723Z Compiling ordered-float v2.10.1
23532026-05-04T22:18:26.846Z Compiling blake3 v1.8.3
23542026-05-04T22:18:27.031Z Compiling sigpipe v0.1.3
23552026-05-04T22:18:27.153Z Compiling memmap v0.7.0
23562026-05-04T22:18:27.213Z Compiling glob v0.3.3
23572026-05-04T22:18:27.232Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23582026-05-04T22:18:27.235Z Compiling swrite v0.1.0
23592026-05-04T22:18:27.265Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23602026-05-04T22:18:27.370Z Compiling usdt v0.5.0
23612026-05-04T22:18:27.459Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23622026-05-04T22:18:27.539Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23632026-05-04T22:18:27.659Z Compiling serde-value v0.7.0
23642026-05-04T22:18:27.964Z Compiling zone v0.3.1
23652026-05-04T22:18:27.983Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23662026-05-04T22:18:28.072Z Compiling serde-untagged v0.1.9
23672026-05-04T22:18:28.206Z Compiling toml v0.8.23
23682026-05-04T22:18:28.222Z Compiling smf v0.2.3
23692026-05-04T22:18:28.240Z Compiling filetime v0.2.27
23702026-05-04T22:18:28.317Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-05-04T22:18:28.332Z Compiling same-file v1.0.6
23722026-05-04T22:18:28.391Z Compiling xattr v1.6.1
23732026-05-04T22:18:28.422Z Compiling arrayvec v0.7.6
23742026-05-04T22:18:28.467Z Compiling unicode-xid v0.2.6
23752026-05-04T22:18:28.471Z Compiling constant_time_eq v0.4.2
23762026-05-04T22:18:28.537Z Compiling whoami v1.6.1
23772026-05-04T22:18:28.554Z Compiling arrayref v0.3.9
23782026-05-04T22:18:28.627Z Compiling tar v0.4.45
23792026-05-04T22:18:28.663Z Compiling walkdir v2.5.0
23802026-05-04T22:18:28.696Z Compiling cargo-util-schemas v0.8.2
23812026-05-04T22:18:28.724Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23822026-05-04T22:18:29.022Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23832026-05-04T22:18:29.282Z Compiling tokio-dtrace v0.1.1
23842026-05-04T22:18:29.394Z Compiling console v0.16.2
23852026-05-04T22:18:29.411Z Compiling gethostname v0.5.0
23862026-05-04T22:18:29.428Z Compiling cargo-platform v0.2.0
23872026-05-04T22:18:29.578Z Compiling topological-sort v0.2.2
23882026-05-04T22:18:29.581Z Compiling unit-prefix v0.5.2
23892026-05-04T22:18:29.609Z Compiling oxide-tokio-rt v0.1.4
23902026-05-04T22:18:29.654Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23912026-05-04T22:18:29.771Z Compiling shell-words v1.1.1
23922026-05-04T22:18:29.817Z Compiling indicatif v0.18.4
23932026-05-04T22:18:30.009Z Compiling cargo_metadata v0.21.0
23942026-05-04T22:18:39.244Z Compiling progenitor-client v0.14.0
23952026-05-04T22:18:39.281Z Compiling progenitor-client v0.10.0
23962026-05-04T22:18:39.281Z Compiling omicron-zone-package v0.12.2
23972026-05-04T22:18:39.363Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23982026-05-04T22:18:39.363Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23992026-05-04T22:18:39.398Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24002026-05-04T22:18:39.431Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24012026-05-04T22:18:39.710Z Compiling progenitor-extras v0.2.0
24022026-05-04T22:18:39.749Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24032026-05-04T22:18:39.778Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24042026-05-04T22:18:39.835Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24052026-05-04T22:18:39.986Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24062026-05-04T22:18:40.129Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24072026-05-04T22:18:44.611Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24082026-05-04T22:18:52.141Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24092026-05-04T22:18:55.269Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24102026-05-04T22:18:56.257Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24112026-05-04T22:19:05.542Z Finished `release` profile [optimized] target(s) in 1m 40s
24122026-05-04T22:19:05.700Z Running `target/release/omicron-package -t test target create -p dev`
24132026-05-04T22:19:05.766ZLogging to: /work/oxidecomputer/omicron/out/LOG
24142026-05-04T22:19:05.771ZCreated new build target 'test' and set it as active
24152026-05-04T22:19:05.771Z
24162026-05-04T22:19:05.771Zreal 1:40.675901745
24172026-05-04T22:19:05.771Zuser 16:27.955181933
24182026-05-04T22:19:05.772Zsys 2:40.671360880
24192026-05-04T22:19:05.773Ztrap 0.459222008
24202026-05-04T22:19:05.773Ztflt 2.952339691
24212026-05-04T22:19:05.773Zdflt 3.814017480
24222026-05-04T22:19:05.773Zkflt 0.003303389
24232026-05-04T22:19:05.773Zlock 52:11.280045089
24242026-05-04T22:19:05.774Zslp 42:07.051759777
24252026-05-04T22:19:05.774Zlat 44.029691866
24262026-05-04T22:19:05.774Zstop 5:40.304366976
24272026-05-04T22:19:05.774Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24282026-05-04T22:19:06.662Z Finished `release` profile [optimized] target(s) in 0.88s
24292026-05-04T22:19:06.734Z Running `target/release/omicron-package -t test package`
24302026-05-04T22:19:06.793ZLogging to: /work/oxidecomputer/omicron/out/LOG
24312026-05-04T22:19:08.212Z Compiling heck v0.5.0
24322026-05-04T22:19:08.212Z Compiling regress v0.11.1
24332026-05-04T22:19:08.212Z Compiling unsafe-libyaml v0.2.11
24342026-05-04T22:19:08.471Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24352026-05-04T22:19:08.495Z Compiling regress v0.10.5
24362026-05-04T22:19:08.518Z Compiling unicode-width v0.1.14
24372026-05-04T22:19:08.522Z Compiling is-terminal v0.4.17
24382026-05-04T22:19:08.562Z Compiling prettyplease v0.2.37
24392026-05-04T22:19:08.562Z Compiling bytecount v0.6.9
24402026-05-04T22:19:08.566Z Compiling rustls v0.22.4
24412026-05-04T22:19:08.566Z Compiling rustls-webpki v0.102.8
24422026-05-04T22:19:08.604Z Compiling derive-where v1.6.0
24432026-05-04T22:19:08.607Z Compiling thread_local v1.1.9
24442026-05-04T22:19:08.623Z Compiling compression-core v0.4.31
24452026-05-04T22:19:08.629Z Compiling match_cfg v0.1.0
24462026-05-04T22:19:08.687Z Compiling multer v3.1.0
24472026-05-04T22:19:08.707Z Compiling slog-async v2.8.0
24482026-05-04T22:19:08.771Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24492026-05-04T22:19:08.801Z Compiling hostname v0.3.1
24502026-05-04T22:19:08.805Z Compiling crossbeam-channel v0.5.15
24512026-05-04T22:19:08.845Z Compiling compression-codecs v0.4.37
24522026-05-04T22:19:08.849Z Compiling slog-json v2.6.1
24532026-05-04T22:19:08.889Z Compiling futures-executor v0.3.32
24542026-05-04T22:19:08.892Z Compiling toml_datetime v1.0.0+spec-1.1.0
24552026-05-04T22:19:08.933Z Compiling serde_spanned v1.0.4
24562026-05-04T22:19:08.960Z Compiling serde_yaml v0.9.34+deprecated
24572026-05-04T22:19:08.997Z Compiling take_mut v0.2.2
24582026-05-04T22:19:09.118Z Compiling term v1.2.1
24592026-05-04T22:19:09.123Z Compiling toml_writer v1.0.6+spec-1.1.0
24602026-05-04T22:19:09.123Z Compiling futures v0.3.32
24612026-05-04T22:19:09.186Z Compiling slog-bunyan v2.5.0
24622026-05-04T22:19:09.229Z Compiling async-compression v0.4.41
24632026-05-04T22:19:09.300Z Compiling dropshot v0.17.0
24642026-05-04T22:19:09.343Z Compiling toml v1.0.6+spec-1.1.0
24652026-05-04T22:19:09.376Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24662026-05-04T22:19:09.397Z Compiling async-stream v0.3.6
24672026-05-04T22:19:09.404Z Compiling num-rational v0.4.2
24682026-05-04T22:19:09.547Z Compiling slog-term v2.9.2
24692026-05-04T22:19:09.571Z Compiling progenitor-client v0.14.0
24702026-05-04T22:19:09.605Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24712026-05-04T22:19:09.629Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24722026-05-04T22:19:09.653Z Compiling waitgroup v0.1.2
24732026-05-04T22:19:09.735Z Compiling backon v1.6.0
24742026-05-04T22:19:09.820Z Compiling rustls-pemfile v2.2.0
24752026-05-04T22:19:09.844Z Compiling num-complex v0.4.6
24762026-05-04T22:19:09.861Z Compiling serde_path_to_error v0.1.20
24772026-05-04T22:19:09.911Z Compiling hostname v0.4.2
24782026-05-04T22:19:09.932Z Compiling instant v0.1.13
24792026-05-04T22:19:09.966Z Compiling typify-impl v0.6.2
24802026-05-04T22:19:10.034Z Compiling debug-ignore v1.0.5
24812026-05-04T22:19:10.070Z Compiling backoff v0.4.0
24822026-05-04T22:19:10.091Z Compiling progenitor-extras v0.2.0
24832026-05-04T22:19:10.094Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24842026-05-04T22:19:10.236Z Compiling num v0.4.3
24852026-05-04T22:19:10.272Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24862026-05-04T22:19:10.306Z Compiling parse-display v0.10.0
24872026-05-04T22:19:10.334Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24882026-05-04T22:19:10.360Z Compiling progenitor-client v0.13.0
24892026-05-04T22:19:10.380Z Compiling progenitor-client v0.10.0
24902026-05-04T22:19:10.440Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24912026-05-04T22:19:10.499Z Compiling macaddr v1.0.1
24922026-05-04T22:19:10.520Z Compiling float-ord v0.3.2
24932026-05-04T22:19:10.665Z Compiling console v0.15.11
24942026-05-04T22:19:10.695Z Compiling slog-dtrace v0.3.0
24952026-05-04T22:19:10.748Z Compiling newline-converter v0.3.0
24962026-05-04T22:19:10.867Z Compiling atomicwrites v0.4.4
24972026-05-04T22:19:10.901Z Compiling async-recursion v1.1.1
24982026-05-04T22:19:10.923Z Compiling tokio-rustls v0.25.0
24992026-05-04T22:19:11.013Z Compiling owo-colors v4.3.0
25002026-05-04T22:19:11.017Z Compiling cancel-safe-futures v0.1.5
25012026-05-04T22:19:11.072Z Compiling expectorate v1.2.0
25022026-05-04T22:19:11.190Z Compiling libsw-core v0.3.2
25032026-05-04T22:19:11.258Z Compiling resolv-conf v0.7.6
25042026-05-04T22:19:11.321Z Compiling toml v0.8.23
25052026-05-04T22:19:11.418Z Compiling libsw v3.5.0
25062026-05-04T22:19:11.559Z Compiling linear-map v1.2.0
25072026-05-04T22:19:11.582Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25082026-05-04T22:19:11.672Z Compiling minimal-lexical v0.2.1
25092026-05-04T22:19:11.779Z Compiling linked-hash-map v0.5.6
25102026-05-04T22:19:11.841Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25112026-05-04T22:19:11.907Z Compiling nom v7.1.3
25122026-05-04T22:19:11.930Z Compiling unicode-xid v0.2.6
25132026-05-04T22:19:11.962Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25142026-05-04T22:19:11.965Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25152026-05-04T22:19:12.020Z Compiling lru-cache v0.1.2
25162026-05-04T22:19:12.043Z Compiling globset v0.4.18
25172026-05-04T22:19:12.067Z Compiling hickory-proto v0.24.4
25182026-05-04T22:19:12.092Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25192026-05-04T22:19:12.212Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25202026-05-04T22:19:12.421Z Compiling convert_case v0.10.0
25212026-05-04T22:19:12.775Z Compiling derive_more-impl v2.1.1
25222026-05-04T22:19:12.965Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25232026-05-04T22:19:13.367Z Compiling pin-project-internal v1.1.11
25242026-05-04T22:19:13.384Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25252026-05-04T22:19:13.522Z Compiling typify-macro v0.6.2
25262026-05-04T22:19:13.577Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25272026-05-04T22:19:13.831Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25282026-05-04T22:19:14.088Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25292026-05-04T22:19:14.320Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25302026-05-04T22:19:14.413Z Compiling pin-project v1.1.11
25312026-05-04T22:19:14.561Z Compiling derive_more v2.1.1
25322026-05-04T22:19:14.676Z Compiling hickory-resolver v0.24.4
25332026-05-04T22:19:14.851Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25342026-05-04T22:19:14.885Z Compiling papergrid v0.11.0
25352026-05-04T22:19:15.022Z Compiling tabled_derive v0.7.0
25362026-05-04T22:19:15.065Z Compiling typify v0.6.2
25372026-05-04T22:19:15.357Z Compiling progenitor-impl v0.14.0
25382026-05-04T22:19:15.437Z Compiling progenitor-impl v0.13.0
25392026-05-04T22:19:15.974Z Compiling qorb v0.4.1
25402026-05-04T22:19:16.423Z Compiling pem v3.0.6
25412026-05-04T22:19:17.163Z Compiling snafu-derive v0.8.9
25422026-05-04T22:19:17.606Z Compiling progenitor-macro v0.14.0
25432026-05-04T22:19:17.625Z Compiling progenitor-macro v0.13.0
25442026-05-04T22:19:17.905Z Compiling termtree v0.5.1
25452026-05-04T22:19:18.118Z Compiling tabled v0.15.0
25462026-05-04T22:19:18.141Z Compiling crossterm v0.29.0
25472026-05-04T22:19:20.128Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25482026-05-04T22:19:20.183Z Compiling snafu v0.8.9
25492026-05-04T22:19:20.389Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25502026-05-04T22:19:20.796Z Compiling phf_shared v0.12.1
25512026-05-04T22:19:20.953Z Compiling olpc-cjson v0.1.4
25522026-05-04T22:19:21.061Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25532026-05-04T22:19:21.103Z Compiling serde_plain v1.0.2
25542026-05-04T22:19:21.222Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25552026-05-04T22:19:21.431Z Compiling vte v0.14.1
25562026-05-04T22:19:21.556Z Compiling csv-core v0.1.13
25572026-05-04T22:19:21.637Z Compiling highway v1.3.0
25582026-05-04T22:19:21.706Z Compiling chrono-tz v0.10.4
25592026-05-04T22:19:21.769Z Compiling progenitor v0.14.0
25602026-05-04T22:19:21.790Z Compiling progenitor v0.13.0
25612026-05-04T22:19:21.938Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25622026-05-04T22:19:21.966Z Compiling typed-path v0.9.3
25632026-05-04T22:19:22.025Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25642026-05-04T22:19:22.051Z Compiling csv v1.4.0
25652026-05-04T22:19:22.210Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25662026-05-04T22:19:22.428Z Compiling strip-ansi-escapes v0.2.1
25672026-05-04T22:19:23.001Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25682026-05-04T22:19:23.032Z Compiling phf v0.12.1
25692026-05-04T22:19:23.079Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25702026-05-04T22:19:23.248Z Compiling tough v0.20.0
25712026-05-04T22:19:23.573Z Compiling const_format_proc_macros v0.2.34
25722026-05-04T22:19:24.349Z Compiling fd-lock v4.0.4
25732026-05-04T22:19:24.530Z Compiling peg-macros v0.8.5
25742026-05-04T22:19:24.868Z Compiling nu-ansi-term v0.50.3
25752026-05-04T22:19:25.021Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25762026-05-04T22:19:25.325Z Compiling reedline v0.40.0
25772026-05-04T22:19:25.405Z Compiling const_format v0.2.35
25782026-05-04T22:19:25.829Z Compiling peg v0.8.5
25792026-05-04T22:19:25.933Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25802026-05-04T22:19:25.955Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25812026-05-04T22:19:26.026Z Compiling bcs v0.1.6
25822026-05-04T22:19:26.466Z Compiling semver v0.1.20
25832026-05-04T22:19:26.772Z Compiling rustc_version v0.1.7
25842026-05-04T22:19:26.906Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25852026-05-04T22:19:27.011Z Compiling newtype_derive v0.1.6
25862026-05-04T22:19:27.046Z Compiling humantime v2.3.0
25872026-05-04T22:19:27.184Z Compiling unicode-linebreak v0.1.5
25882026-05-04T22:19:27.247Z Compiling smawk v0.3.2
25892026-05-04T22:19:27.440Z Compiling textwrap v0.16.2
25902026-05-04T22:19:27.531Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25912026-05-04T22:19:27.672Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25922026-05-04T22:19:28.110Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25932026-05-04T22:19:28.371Z Compiling dropshot-api-manager-types v0.7.1
25942026-05-04T22:19:28.741Z Compiling base64 v0.21.7
25952026-05-04T22:19:28.996Z Compiling steno v0.4.1
25962026-05-04T22:19:29.104Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25972026-05-04T22:19:29.286Z Compiling tagptr v0.2.0
25982026-05-04T22:19:29.315Z Compiling utf-8 v0.7.6
25992026-05-04T22:19:29.504Z Compiling moka v0.12.13
26002026-05-04T22:19:29.546Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26012026-05-04T22:19:29.565Z Compiling tungstenite v0.21.0
26022026-05-04T22:19:29.723Z Compiling radium v0.7.0
26032026-05-04T22:19:30.062Z Compiling maybe-uninit v2.0.0
26042026-05-04T22:19:30.378Z Compiling tokio-tungstenite v0.21.0
26052026-05-04T22:19:30.616Z Compiling hickory-resolver v0.25.2
26062026-05-04T22:19:30.736Z Compiling tap v1.0.1
26072026-05-04T22:19:30.824Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26082026-05-04T22:19:30.936Z Compiling wyz v0.5.1
26092026-05-04T22:19:31.194Z Compiling zerocopy-derive v0.6.6
26102026-05-04T22:19:31.233Z Compiling crc-catalog v2.4.0
26112026-05-04T22:19:31.270Z Compiling display-error-chain v0.2.2
26122026-05-04T22:19:31.367Z Compiling packed_struct v0.10.1
26132026-05-04T22:19:31.457Z Compiling funty v2.0.0
26142026-05-04T22:19:31.462Z Compiling crc v3.4.0
26152026-05-04T22:19:31.652Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26162026-05-04T22:19:31.837Z Compiling bitvec v1.0.1
26172026-05-04T22:19:31.939Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26182026-05-04T22:19:31.972Z Compiling zerocopy v0.6.6
26192026-05-04T22:19:32.365Z Compiling num-derive v0.3.3
26202026-05-04T22:19:32.421Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26212026-05-04T22:19:33.281Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26222026-05-04T22:19:33.680Z Compiling packed_struct_codegen v0.10.1
26232026-05-04T22:19:33.765Z Compiling bitfield-macros v0.19.4
26242026-05-04T22:19:34.473Z Compiling proc-macro-error-attr2 v2.0.0
26252026-05-04T22:19:34.710Z Compiling indexmap v1.9.3
26262026-05-04T22:19:34.810Z Compiling nodrop v0.1.14
26272026-05-04T22:19:34.910Z Compiling proc-macro-error2 v2.0.1
26282026-05-04T22:19:34.949Z Compiling array-init v0.0.4
26292026-05-04T22:19:35.004Z Compiling bitfield v0.19.4
26302026-05-04T22:19:35.227Z Compiling libscf-sys v1.1.0
26312026-05-04T22:19:35.339Z Compiling smallvec v0.6.14
26322026-05-04T22:19:35.361Z Compiling typify-impl v0.4.3
26332026-05-04T22:19:35.406Z Compiling hashbrown v0.12.3
26342026-05-04T22:19:35.616Z Compiling serde-hex v0.1.0
26352026-05-04T22:19:35.695Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26362026-05-04T22:19:36.371Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26372026-05-04T22:19:36.392Z Compiling tabled_derive v0.11.0
26382026-05-04T22:19:36.529Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26392026-05-04T22:19:36.670Z Compiling ron v0.8.1
26402026-05-04T22:19:36.727Z Compiling papergrid v0.17.0
26412026-05-04T22:19:36.731Z Compiling testing_table v0.3.0
26422026-05-04T22:19:36.778Z Compiling hashbrown v0.13.2
26432026-05-04T22:19:37.180Z Compiling vergen-gitcl v1.0.8
26442026-05-04T22:19:37.202Z Compiling dirs-sys-next v0.1.2
26452026-05-04T22:19:37.406Z Compiling diesel_derives v2.3.7
26462026-05-04T22:19:37.428Z Compiling glob v0.3.3
26472026-05-04T22:19:37.452Z Compiling maplit v1.0.2
26482026-05-04T22:19:37.491Z Compiling crc-any v2.5.0
26492026-05-04T22:19:37.606Z Compiling crunchy v0.2.4
26502026-05-04T22:19:37.688Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26512026-05-04T22:19:37.708Z Compiling dirs-next v2.0.0
26522026-05-04T22:19:37.763Z Compiling object v0.30.4
26532026-05-04T22:19:37.824Z Compiling clang-sys v1.8.1
26542026-05-04T22:19:37.866Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26552026-05-04T22:19:37.935Z Compiling tabled v0.20.0
26562026-05-04T22:19:37.956Z Compiling dsl_auto_type v0.2.0
26572026-05-04T22:19:38.227Z Compiling scheduled-thread-pool v0.2.7
26582026-05-04T22:19:38.405Z Compiling diesel_table_macro_syntax v0.3.0
26592026-05-04T22:19:38.524Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26602026-05-04T22:19:38.631Z Compiling xshell-macros v0.2.7
26612026-05-04T22:19:38.765Z Compiling path-slash v0.1.5
26622026-05-04T22:19:38.822Z Compiling typify-macro v0.4.3
26632026-05-04T22:19:38.842Z Compiling tiny-keccak v2.0.2
26642026-05-04T22:19:38.963Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26652026-05-04T22:19:39.037Z Compiling xshell v0.2.7
26662026-05-04T22:19:39.083Z Compiling r2d2 v0.8.10
26672026-05-04T22:19:39.273Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26682026-05-04T22:19:39.308Z Compiling term v0.7.0
26692026-05-04T22:19:39.616Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26702026-05-04T22:19:39.825Z Compiling downcast-rs v2.0.2
26712026-05-04T22:19:39.929Z Compiling bit-vec v0.6.3
26722026-05-04T22:19:39.968Z Compiling ascii-canvas v3.0.0
26732026-05-04T22:19:40.177Z Compiling bit-set v0.5.3
26742026-05-04T22:19:40.359Z Compiling itertools v0.10.5
26752026-05-04T22:19:40.452Z Compiling ena v0.14.4
26762026-05-04T22:19:40.452Z Compiling libloading v0.8.9
26772026-05-04T22:19:40.456Z Compiling bindgen v0.71.1
26782026-05-04T22:19:40.636Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26792026-05-04T22:19:40.640Z Compiling crc8 v0.1.1
26802026-05-04T22:19:40.711Z Compiling regex-syntax v0.6.29
26812026-05-04T22:19:40.820Z Compiling diff v0.1.13
26822026-05-04T22:19:41.095Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26832026-05-04T22:19:41.468Z Compiling unicase v2.9.0
26842026-05-04T22:19:41.873Z Compiling typify v0.4.3
26852026-05-04T22:19:42.024Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26862026-05-04T22:19:42.473Z Compiling lalrpop v0.19.12
26872026-05-04T22:19:42.627Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26882026-05-04T22:19:42.648Z Compiling cexpr v0.6.0
26892026-05-04T22:19:42.795Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26902026-05-04T22:19:43.025Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26912026-05-04T22:19:43.244Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26922026-05-04T22:19:43.248Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26932026-05-04T22:19:43.374Z Compiling headers-core v0.3.0
26942026-05-04T22:19:43.480Z Compiling libxml v0.3.3
26952026-05-04T22:19:43.546Z Compiling headers v0.4.1
26962026-05-04T22:19:43.783Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26972026-05-04T22:19:43.806Z Compiling diesel v2.3.7
26982026-05-04T22:19:44.073Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26992026-05-04T22:19:44.908Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27002026-05-04T22:19:45.140Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27012026-05-04T22:19:45.228Z Compiling strum_macros v0.24.3
27022026-05-04T22:19:45.300Z Compiling indoc v1.0.9
27032026-05-04T22:19:45.789Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27042026-05-04T22:19:45.844Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27052026-05-04T22:19:46.017Z Compiling derive_builder v0.20.2
27062026-05-04T22:19:46.189Z Compiling oso-derive v0.27.3
27072026-05-04T22:19:46.499Z Compiling quick-xml v0.37.5
27082026-05-04T22:19:46.713Z Compiling impl-trait-for-tuples v0.2.3
27092026-05-04T22:19:47.033Z Compiling openssl-probe v0.1.6
27102026-05-04T22:19:47.056Z Compiling half v1.8.3
27112026-05-04T22:19:47.342Z Compiling serde_cbor v0.11.2
27122026-05-04T22:19:47.579Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27132026-05-04T22:19:47.607Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27142026-05-04T22:19:47.698Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27152026-05-04T22:19:47.884Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27162026-05-04T22:19:47.982Z Compiling bb8 v0.8.6
27172026-05-04T22:19:48.057Z Compiling samael v0.0.19
27182026-05-04T22:19:48.126Z Compiling trait-variant v0.1.2
27192026-05-04T22:19:48.307Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27202026-05-04T22:19:48.437Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27212026-05-04T22:19:48.462Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27222026-05-04T22:19:48.596Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27232026-05-04T22:19:48.687Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27242026-05-04T22:19:48.781Z Compiling fxhash v0.2.1
27252026-05-04T22:19:48.833Z Compiling salty v0.3.0
27262026-05-04T22:19:49.013Z Compiling progenitor-impl v0.10.0
27272026-05-04T22:19:49.150Z Compiling progenitor-impl v0.11.2
27282026-05-04T22:19:49.255Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27292026-05-04T22:19:49.323Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27302026-05-04T22:19:49.498Z Compiling kstat-rs v0.2.4
27312026-05-04T22:19:49.933Z Compiling libz-sys v1.1.24
27322026-05-04T22:19:49.956Z Compiling nonempty v0.12.0
27332026-05-04T22:19:49.981Z Compiling polar-core v0.27.3
27342026-05-04T22:19:50.005Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27352026-05-04T22:19:50.198Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27362026-05-04T22:19:51.177Z Compiling progenitor-macro v0.10.0
27372026-05-04T22:19:51.366Z Compiling progenitor-macro v0.11.2
27382026-05-04T22:19:52.531Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27392026-05-04T22:19:53.692Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27402026-05-04T22:19:54.014Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27412026-05-04T22:19:54.283Z Compiling progenitor-client v0.11.2
27422026-05-04T22:19:54.820Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27432026-05-04T22:19:54.941Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27442026-05-04T22:19:55.261Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27452026-05-04T22:19:55.461Z Compiling darling_core v0.23.0
27462026-05-04T22:19:57.609Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27472026-05-04T22:19:58.816Z Compiling nanorand v0.7.0
27482026-05-04T22:19:59.212Z Compiling oso v0.27.3
27492026-05-04T22:19:59.379Z Compiling arc-swap v1.8.2
27502026-05-04T22:19:59.786Z Compiling fs-err v2.11.0
27512026-05-04T22:19:59.827Z Compiling parking_lot_core v0.8.6
27522026-05-04T22:20:00.264Z Compiling mime_guess v2.0.5
27532026-05-04T22:20:00.286Z Compiling slog-scope v4.4.1
27542026-05-04T22:20:00.738Z Compiling flume v0.11.1
27552026-05-04T22:20:00.796Z Compiling darling_macro v0.23.0
27562026-05-04T22:20:01.310Z Compiling diesel-dtrace v0.5.0
27572026-05-04T22:20:01.636Z Compiling async-bb8-diesel v0.2.1
27582026-05-04T22:20:01.767Z Compiling progenitor v0.11.2
27592026-05-04T22:20:01.958Z Compiling progenitor v0.10.0
27602026-05-04T22:20:02.092Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27612026-05-04T22:20:02.206Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27622026-05-04T22:20:02.677Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27632026-05-04T22:20:03.549Z Compiling primeorder v0.13.6
27642026-05-04T22:20:04.117Z Compiling git-stub v1.0.0
27652026-05-04T22:20:04.411Z Compiling libgit2-sys v0.18.3+1.9.2
27662026-05-04T22:20:04.445Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27672026-05-04T22:20:04.518Z Compiling instability v0.3.11
27682026-05-04T22:20:04.579Z Compiling git-stub-vcs v0.1.0
27692026-05-04T22:20:04.729Z Compiling p384 v0.13.1
27702026-05-04T22:20:04.794Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27712026-05-04T22:20:05.713Z Compiling darling v0.23.0
27722026-05-04T22:20:05.869Z Compiling slog-stdlog v4.1.1
27732026-05-04T22:20:06.489Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27742026-05-04T22:20:06.523Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27752026-05-04T22:20:06.667Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27762026-05-04T22:20:06.896Z Compiling ignore v0.4.25
27772026-05-04T22:20:06.919Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27782026-05-04T22:20:07.069Z Compiling castaway v0.2.4
27792026-05-04T22:20:07.236Z Compiling atty v0.2.14
27802026-05-04T22:20:07.390Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-05-04T22:20:07.651Z Compiling indoc v2.0.7
27822026-05-04T22:20:07.877Z Compiling http-range v0.1.5
27832026-05-04T22:20:08.099Z Compiling parse-size v1.1.0
27842026-05-04T22:20:08.352Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27852026-05-04T22:20:08.379Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27862026-05-04T22:20:08.990Z Compiling globwalk v0.9.1
27872026-05-04T22:20:09.314Z Compiling compact_str v0.8.1
27882026-05-04T22:20:09.700Z Compiling parking_lot v0.11.2
27892026-05-04T22:20:10.473Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27902026-05-04T22:20:10.631Z Compiling slog-envlogger v2.2.0
27912026-05-04T22:20:11.682Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27922026-05-04T22:20:11.985Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27932026-05-04T22:20:12.133Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27942026-05-04T22:20:12.168Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-05-04T22:20:12.649Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27962026-05-04T22:20:12.704Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27972026-05-04T22:20:12.952Z Compiling predicates-tree v1.0.13
27982026-05-04T22:20:12.978Z Compiling unicode-truncate v1.1.0
27992026-05-04T22:20:13.176Z Compiling lru v0.12.5
28002026-05-04T22:20:13.201Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28012026-05-04T22:20:13.418Z Compiling rand_seeder v0.4.0
28022026-05-04T22:20:13.440Z Compiling prefix-trie v0.7.0
28032026-05-04T22:20:13.504Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28042026-05-04T22:20:13.658Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28052026-05-04T22:20:13.694Z Compiling vergen-git2 v1.0.7
28062026-05-04T22:20:13.746Z Compiling cassowary v0.3.0
28072026-05-04T22:20:13.787Z Compiling corncobs v0.1.4
28082026-05-04T22:20:13.939Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28092026-05-04T22:20:14.021Z Compiling hickory-server v0.25.2
28102026-05-04T22:20:14.053Z Compiling ratatui v0.29.0
28112026-05-04T22:20:14.153Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28122026-05-04T22:20:14.180Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28132026-05-04T22:20:14.394Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28142026-05-04T22:20:14.466Z Compiling camino-tempfile-ext v0.3.3
28152026-05-04T22:20:14.659Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28162026-05-04T22:20:14.987Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28172026-05-04T22:20:15.127Z Compiling hyper-staticfile v0.10.1
28182026-05-04T22:20:15.148Z Compiling sled v0.34.7
28192026-05-04T22:20:15.940Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28202026-05-04T22:20:16.357Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28212026-05-04T22:20:16.611Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28222026-05-04T22:20:17.849Z Compiling secrecy v0.8.0
28232026-05-04T22:20:18.070Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28242026-05-04T22:20:18.304Z Compiling rustls v0.21.12
28252026-05-04T22:20:19.193Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28262026-05-04T22:20:19.781Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28272026-05-04T22:20:19.805Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28282026-05-04T22:20:20.516Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28292026-05-04T22:20:21.062Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28302026-05-04T22:20:21.877Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28312026-05-04T22:20:22.362Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28322026-05-04T22:20:22.413Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28332026-05-04T22:20:22.997Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28342026-05-04T22:20:23.238Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28352026-05-04T22:20:23.470Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28362026-05-04T22:20:23.703Z Compiling sct v0.7.1
28372026-05-04T22:20:23.979Z Compiling rustls-webpki v0.101.7
28382026-05-04T22:20:24.073Z Compiling nix v0.29.0
28392026-05-04T22:20:24.212Z Compiling dropshot v0.16.7
28402026-05-04T22:20:24.475Z Compiling void v1.0.2
28412026-05-04T22:20:24.599Z Compiling lzss v0.8.2
28422026-05-04T22:20:24.826Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28432026-05-04T22:20:24.945Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28442026-05-04T22:20:25.151Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28452026-05-04T22:20:25.681Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28462026-05-04T22:20:26.368Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28472026-05-04T22:20:26.391Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28482026-05-04T22:20:26.645Z Compiling tungstenite v0.23.0
28492026-05-04T22:20:27.089Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28502026-05-04T22:20:27.318Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28512026-05-04T22:20:27.549Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28522026-05-04T22:20:27.743Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28532026-05-04T22:20:27.783Z Compiling toml v0.9.12+spec-1.1.0
28542026-05-04T22:20:27.975Z Compiling nix v0.27.1
28552026-05-04T22:20:28.298Z Compiling dropshot_endpoint v0.16.7
28562026-05-04T22:20:28.998Z Compiling serde_bytes v0.11.19
28572026-05-04T22:20:29.155Z Compiling tokio-tungstenite v0.23.1
28582026-05-04T22:20:29.177Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28592026-05-04T22:20:29.312Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28602026-05-04T22:20:29.540Z Compiling tokio-rustls v0.24.1
28612026-05-04T22:20:30.170Z Compiling git2 v0.20.4
28622026-05-04T22:20:30.327Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28632026-05-04T22:20:32.030Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28642026-05-04T22:20:33.752Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28652026-05-04T22:20:34.317Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28662026-05-04T22:20:34.990Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28672026-05-04T22:20:35.426Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28682026-05-04T22:20:35.967Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28692026-05-04T22:20:37.410Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28702026-05-04T22:20:37.436Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28712026-05-04T22:20:37.919Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28722026-05-04T22:20:38.713Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28732026-05-04T22:20:39.058Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28742026-05-04T22:20:39.316Z Compiling rustls-pemfile v1.0.4
28752026-05-04T22:20:39.747Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28762026-05-04T22:20:39.998Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28772026-05-04T22:20:40.446Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28782026-05-04T22:20:40.697Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28792026-05-04T22:20:42.354Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28802026-05-04T22:20:42.887Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28812026-05-04T22:20:42.908Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28822026-05-04T22:20:43.005Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28832026-05-04T22:20:43.059Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28842026-05-04T22:20:43.253Z Compiling signal-hook-tokio v0.3.1
28852026-05-04T22:20:43.257Z Compiling twox-hash v2.1.2
28862026-05-04T22:20:43.455Z Compiling yasna v0.5.2
28872026-05-04T22:20:43.813Z Compiling is_ci v1.2.0
28882026-05-04T22:20:44.054Z Compiling rcgen v0.12.1
28892026-05-04T22:20:44.346Z Compiling supports-color v3.0.2
28902026-05-04T22:20:44.474Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28912026-05-04T22:20:44.674Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28922026-05-04T22:20:45.017Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28932026-05-04T22:20:45.104Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28942026-05-04T22:20:46.031Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28952026-05-04T22:20:46.099Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28962026-05-04T22:20:46.149Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28972026-05-04T22:20:46.722Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28982026-05-04T22:20:47.235Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28992026-05-04T22:20:48.520Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29002026-05-04T22:20:48.693Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29012026-05-04T22:20:48.971Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29022026-05-04T22:20:49.209Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29032026-05-04T22:20:49.437Z Compiling fatfs v0.3.6
29042026-05-04T22:20:49.707Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29052026-05-04T22:20:50.736Z Compiling subprocess v0.2.15
29062026-05-04T22:20:51.076Z Compiling rtoolbox v0.0.3
29072026-05-04T22:20:51.343Z Compiling seq-macro v0.3.6
29082026-05-04T22:20:51.450Z Compiling assert_matches v1.5.0
29092026-05-04T22:20:51.565Z Compiling rpassword v7.4.0
29102026-05-04T22:20:51.847Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29112026-05-04T22:20:51.941Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29122026-05-04T22:20:52.301Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29132026-05-04T22:20:52.940Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29142026-05-04T22:20:53.081Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29152026-05-04T22:20:53.436Z Compiling tui-tree-widget v0.23.1
29162026-05-04T22:20:53.737Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29172026-05-04T22:20:54.447Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29182026-05-04T22:20:54.527Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29192026-05-04T22:20:54.959Z Compiling uzers v0.12.2
29202026-05-04T22:20:55.480Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29212026-05-04T22:20:56.412Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29222026-05-04T22:20:57.236Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29232026-05-04T22:20:58.246Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29242026-05-04T22:21:00.636Z Compiling support-bundle-viewer v0.1.2
29252026-05-04T22:21:01.306Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29262026-05-04T22:21:02.577Z Compiling multimap v0.10.1
29272026-05-04T22:21:10.822Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29282026-05-04T22:21:21.893Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29292026-05-04T22:21:22.692Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29302026-05-04T22:21:23.064Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29312026-05-04T22:27:00.882Z Finished `release` profile [optimized] target(s) in 7m 53s
29322026-05-04T22:27:46.706Z
29332026-05-04T22:27:46.706Zreal 8:40.783653859
29342026-05-04T22:27:46.710Zuser 1:18:38.126978538
29352026-05-04T22:27:46.710Zsys 3:33.154104645
29362026-05-04T22:27:46.710Ztrap 1.777197506
29372026-05-04T22:27:46.710Ztflt 2.196021133
29382026-05-04T22:27:46.710Zdflt 17.116851357
29392026-05-04T22:27:46.710Zkflt 0.218030368
29402026-05-04T22:27:46.710Zlock 6:43:44.157999356
29412026-05-04T22:27:46.710Zslp 2:16:12.509295945
29422026-05-04T22:27:46.711Zlat 2:28.757129313
29432026-05-04T22:27:46.711Zstop 5:21.609748761
29442026-05-04T22:27:46.711Z+ mapfile -t packages
29452026-05-04T22:27:46.711Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29462026-05-04T22:27:47.656Z Finished `release` profile [optimized] target(s) in 0.93s
29472026-05-04T22:27:47.726Z Running `target/release/omicron-package -t test list-outputs`
29482026-05-04T22:27:47.780ZLogging to: /work/oxidecomputer/omicron/out/LOG
29492026-05-04T22:27:47.784Z+ ptime -m cargo build --locked --release -p xtask
29502026-05-04T22:27:48.307Z Compiling libc v0.2.185
29512026-05-04T22:27:48.308Z Compiling serde v1.0.228
29522026-05-04T22:27:48.314Z Compiling serde_core v1.0.228
29532026-05-04T22:27:48.314Z Compiling rustix v1.1.3
29542026-05-04T22:27:48.314Z Compiling bitflags v2.11.0
29552026-05-04T22:27:48.314Z Compiling serde_json v1.0.149
29562026-05-04T22:27:48.448Z Compiling num-traits v0.2.19
29572026-05-04T22:27:48.458Z Compiling syn v2.0.117
29582026-05-04T22:27:48.478Z Compiling smallvec v1.15.1
29592026-05-04T22:27:48.483Z Compiling indexmap v2.14.0
29602026-05-04T22:27:48.490Z Compiling usdt-impl v0.5.0
29612026-05-04T22:27:48.506Z Compiling syn v1.0.109
29622026-05-04T22:27:48.518Z Compiling log v0.4.29
29632026-05-04T22:27:48.530Z Compiling getrandom v0.4.1
29642026-05-04T22:27:48.692Z Compiling percent-encoding v2.3.2
29652026-05-04T22:27:48.844Z Compiling form_urlencoded v1.2.2
29662026-05-04T22:27:48.873Z Compiling fs-err v3.3.0
29672026-05-04T22:27:48.884Z Compiling heck v0.4.1
29682026-05-04T22:27:48.928Z Compiling once_cell v1.21.3
29692026-05-04T22:27:48.936Z Compiling anyhow v1.0.102
29702026-05-04T22:27:49.159Z Compiling thread-id v4.2.2
29712026-05-04T22:27:49.181Z Compiling errno v0.3.14
29722026-05-04T22:27:49.200Z Compiling memmap v0.7.0
29732026-05-04T22:27:49.504Z Compiling ordered-float v2.10.1
29742026-05-04T22:27:49.973Z Compiling proc-macro-error v1.0.4
29752026-05-04T22:27:50.190Z Compiling terminal_size v0.4.3
29762026-05-04T22:27:50.190Z Compiling tempfile v3.25.0
29772026-05-04T22:27:50.226Z Compiling tabled_derive v0.7.0
29782026-05-04T22:27:50.291Z Compiling clap_builder v4.5.60
29792026-05-04T22:27:50.291Z Compiling textwrap v0.16.2
29802026-05-04T22:27:50.421Z Compiling camino-tempfile v1.4.1
29812026-05-04T22:27:50.881Z Compiling tabled v0.15.0
29822026-05-04T22:27:50.962Z Compiling synstructure v0.13.2
29832026-05-04T22:27:50.962Z Compiling pest_generator v2.8.6
29842026-05-04T22:27:51.349Z Compiling serde_derive v1.0.228
29852026-05-04T22:27:51.349Z Compiling zerofrom-derive v0.1.6
29862026-05-04T22:27:51.353Z Compiling yoke-derive v0.8.1
29872026-05-04T22:27:51.353Z Compiling zerovec-derive v0.11.2
29882026-05-04T22:27:51.353Z Compiling displaydoc v0.2.5
29892026-05-04T22:27:51.353Z Compiling thiserror-impl v1.0.69
29902026-05-04T22:27:51.353Z Compiling zerocopy-derive v0.7.35
29912026-05-04T22:27:51.353Z Compiling scroll_derive v0.12.1
29922026-05-04T22:27:51.353Z Compiling thiserror-impl v2.0.18
29932026-05-04T22:27:51.353Z Compiling clap_derive v4.5.55
29942026-05-04T22:27:51.495Z Compiling pest_derive v2.8.6
29952026-05-04T22:27:52.061Z Compiling scroll v0.12.0
29962026-05-04T22:27:52.248Z Compiling zerocopy v0.7.35
29972026-05-04T22:27:52.400Z Compiling goblin v0.8.2
29982026-05-04T22:27:52.413Z Compiling zerofrom v0.1.6
29992026-05-04T22:27:52.516Z Compiling thiserror v1.0.69
30002026-05-04T22:27:52.548Z Compiling yoke v0.8.1
30012026-05-04T22:27:52.591Z Compiling thiserror v2.0.18
30022026-05-04T22:27:52.632Z Compiling dtrace-parser v0.2.0
30032026-05-04T22:27:52.727Z Compiling zerovec v0.11.5
30042026-05-04T22:27:52.768Z Compiling zerotrie v0.2.3
30052026-05-04T22:27:53.069Z Compiling clap v4.5.60
30062026-05-04T22:27:53.259Z Compiling tinystr v0.8.2
30072026-05-04T22:27:53.337Z Compiling potential_utf v0.1.4
30082026-05-04T22:27:53.500Z Compiling icu_locale_core v2.1.1
30092026-05-04T22:27:53.565Z Compiling icu_collections v2.1.1
30102026-05-04T22:27:54.310Z Compiling icu_provider v2.1.1
30112026-05-04T22:27:54.730Z Compiling toml_datetime v0.6.11
30122026-05-04T22:27:54.751Z Compiling serde_spanned v0.6.9
30132026-05-04T22:27:54.764Z Compiling icu_properties v2.1.2
30142026-05-04T22:27:54.934Z Compiling icu_normalizer v2.1.1
30152026-05-04T22:27:54.945Z Compiling toml_edit v0.22.27
30162026-05-04T22:27:54.996Z Compiling dof v0.3.0
30172026-05-04T22:27:55.089Z Compiling serde_tokenstream v0.2.3
30182026-05-04T22:27:55.416Z Compiling serde-value v0.7.0
30192026-05-04T22:27:55.477Z Compiling cargo-platform v0.2.0
30202026-05-04T22:27:55.605Z Compiling macaddr v1.0.1
30212026-05-04T22:27:55.705Z Compiling idna_adapter v1.2.1
30222026-05-04T22:27:55.871Z Compiling idna v1.1.0
30232026-05-04T22:27:55.932Z Compiling usdt-macro v0.5.0
30242026-05-04T22:27:55.961Z Compiling usdt-attr-macro v0.5.0
30252026-05-04T22:27:56.212Z Compiling url v2.5.8
30262026-05-04T22:27:56.520Z Compiling toml v0.8.23
30272026-05-04T22:27:56.637Z Compiling usdt v0.5.0
30282026-05-04T22:27:57.019Z Compiling cargo-util-schemas v0.8.2
30292026-05-04T22:27:57.061Z Compiling cargo_toml v0.21.0
30302026-05-04T22:27:58.082Z Compiling cargo_metadata v0.21.0
30312026-05-04T22:28:01.208Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30322026-05-04T22:28:04.271Z Finished `release` profile [optimized] target(s) in 16.47s
30332026-05-04T22:28:04.428Z
30342026-05-04T22:28:04.428Zreal 16.612349236
30352026-05-04T22:28:04.428Zuser 2:21.939136386
30362026-05-04T22:28:04.428Zsys 17.130031428
30372026-05-04T22:28:04.428Ztrap 0.085025543
30382026-05-04T22:28:04.428Ztflt 0.500718575
30392026-05-04T22:28:04.428Zdflt 1.308452159
30402026-05-04T22:28:04.428Zkflt 0.000033719
30412026-05-04T22:28:04.428Zlock 5:27.580621901
30422026-05-04T22:28:04.428Zslp 3:34.165483269
30432026-05-04T22:28:04.428Zlat 5.844961802
30442026-05-04T22:28:04.428Zstop 19.188435157
30452026-05-04T22:28:04.432Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30462026-05-04T22:28:04.432Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30472026-05-04T22:28:04.432Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30482026-05-04T22:28:04.432Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30492026-05-04T22:28:04.432Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30502026-05-04T22:28:05.357Z Compiling newtype-uuid-macros v0.1.0
30512026-05-04T22:28:05.361Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30522026-05-04T22:28:05.361Z Compiling regress v0.10.5
30532026-05-04T22:28:05.361Z Compiling structmeta-derive v0.3.0
30542026-05-04T22:28:05.361Z Compiling rustls v0.22.4
30552026-05-04T22:28:05.502Z Compiling rustls-webpki v0.102.8
30562026-05-04T22:28:05.506Z Compiling multer v3.1.0
30572026-05-04T22:28:05.515Z Compiling match_cfg v0.1.0
30582026-05-04T22:28:05.518Z Compiling debug-ignore v1.0.5
30592026-05-04T22:28:05.518Z Compiling compression-core v0.4.31
30602026-05-04T22:28:05.518Z Compiling slog-json v2.6.1
30612026-05-04T22:28:05.522Z Compiling async-stream-impl v0.3.6
30622026-05-04T22:28:05.522Z Compiling serde_spanned v1.0.4
30632026-05-04T22:28:05.522Z Compiling toml_datetime v1.0.0+spec-1.1.0
30642026-05-04T22:28:05.522Z Compiling dropshot v0.17.0
30652026-05-04T22:28:05.522Z Compiling toml_writer v1.0.6+spec-1.1.0
30662026-05-04T22:28:05.786Z Compiling compression-codecs v0.4.37
30672026-05-04T22:28:05.806Z Compiling hostname v0.3.1
30682026-05-04T22:28:05.824Z Compiling toml v1.0.6+spec-1.1.0
30692026-05-04T22:28:05.828Z Compiling itertools v0.14.0
30702026-05-04T22:28:05.828Z Compiling waitgroup v0.1.2
30712026-05-04T22:28:05.895Z Compiling rustls-pemfile v2.2.0
30722026-05-04T22:28:05.898Z Compiling dropshot_endpoint v0.17.0
30732026-05-04T22:28:05.931Z Compiling slog-bunyan v2.5.0
30742026-05-04T22:28:05.967Z Compiling async-compression v0.4.41
30752026-05-04T22:28:06.037Z Compiling serde_path_to_error v0.1.20
30762026-05-04T22:28:06.071Z Compiling hostname v0.4.2
30772026-05-04T22:28:06.108Z Compiling progenitor-client v0.14.0
30782026-05-04T22:28:06.126Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30792026-05-04T22:28:06.187Z Compiling macaddr v1.0.1
30802026-05-04T22:28:06.231Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30812026-05-04T22:28:06.281Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30822026-05-04T22:28:06.299Z Compiling async-stream v0.3.6
30832026-05-04T22:28:06.412Z Compiling instant v0.1.13
30842026-05-04T22:28:06.412Z Compiling progenitor-client v0.10.0
30852026-05-04T22:28:06.412Z Compiling backon v1.6.0
30862026-05-04T22:28:06.417Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30872026-05-04T22:28:06.436Z Compiling backoff v0.4.0
30882026-05-04T22:28:06.456Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30892026-05-04T22:28:06.473Z Compiling universal-hash v0.5.1
30902026-05-04T22:28:06.492Z Compiling opaque-debug v0.3.1
30912026-05-04T22:28:06.510Z Compiling half v2.7.1
30922026-05-04T22:28:06.591Z Compiling progenitor-extras v0.2.0
30932026-05-04T22:28:06.608Z Compiling crucible-workspace-hack v0.1.0
30942026-05-04T22:28:06.635Z Compiling unsafe-libyaml v0.2.11
30952026-05-04T22:28:06.673Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30962026-05-04T22:28:06.690Z Compiling ciborium-io v0.2.2
30972026-05-04T22:28:06.694Z Compiling convert_case v0.4.0
30982026-05-04T22:28:06.815Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30992026-05-04T22:28:06.836Z Compiling ciborium-ll v0.2.2
31002026-05-04T22:28:06.873Z Compiling regress v0.11.1
31012026-05-04T22:28:06.877Z Compiling aead v0.5.2
31022026-05-04T22:28:06.910Z Compiling structmeta v0.3.0
31032026-05-04T22:28:06.914Z Compiling secrecy v0.10.3
31042026-05-04T22:28:06.958Z Compiling poly1305 v0.8.0
31052026-05-04T22:28:07.021Z Compiling chacha20 v0.9.1
31062026-05-04T22:28:07.101Z Compiling ciborium v0.2.2
31072026-05-04T22:28:07.120Z Compiling derive_more v0.99.20
31082026-05-04T22:28:07.124Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31092026-05-04T22:28:07.124Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31102026-05-04T22:28:07.170Z Compiling derive-ex v0.1.8
31112026-05-04T22:28:07.174Z Compiling parse-display-derive v0.10.0
31122026-05-04T22:28:07.174Z Compiling serde_yaml v0.9.34+deprecated
31132026-05-04T22:28:07.175Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31142026-05-04T22:28:07.304Z Compiling thiserror-impl-no-std v2.0.2
31152026-05-04T22:28:07.390Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31162026-05-04T22:28:07.422Z Compiling byte-wrapper v0.1.0
31172026-05-04T22:28:07.539Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31182026-05-04T22:28:07.583Z Compiling password-hash v0.5.0
31192026-05-04T22:28:07.658Z Compiling blake2 v0.10.6
31202026-05-04T22:28:07.734Z Compiling chacha20poly1305 v0.10.1
31212026-05-04T22:28:07.750Z Compiling indent_write v2.2.0
31222026-05-04T22:28:07.766Z Compiling heapless v0.8.0
31232026-05-04T22:28:07.827Z Compiling ingot-macros v0.1.1
31242026-05-04T22:28:07.917Z Compiling tokio-rustls v0.25.0
31252026-05-04T22:28:07.921Z Compiling argon2 v0.5.3
31262026-05-04T22:28:08.048Z Compiling toml_edit v0.23.10+spec-1.0.0
31272026-05-04T22:28:08.258Z Compiling hash32 v0.3.1
31282026-05-04T22:28:08.293Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31292026-05-04T22:28:08.446Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31302026-05-04T22:28:08.542Z Compiling typify-impl v0.6.2
31312026-05-04T22:28:08.577Z Compiling thiserror-no-std v2.0.2
31322026-05-04T22:28:08.699Z Compiling vsss-rs v3.3.4
31332026-05-04T22:28:08.722Z Compiling smoltcp v0.11.0
31342026-05-04T22:28:08.756Z Compiling proc-macro-crate v3.4.0
31352026-05-04T22:28:09.001Z Compiling test-strategy v0.4.5
31362026-05-04T22:28:09.018Z Compiling parse-display v0.10.0
31372026-05-04T22:28:09.122Z Compiling tabwriter v1.4.1
31382026-05-04T22:28:09.173Z Compiling num-rational v0.4.2
31392026-05-04T22:28:09.177Z Compiling cobs v0.3.0
31402026-05-04T22:28:09.262Z Compiling num-complex v0.4.6
31412026-05-04T22:28:09.342Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31422026-05-04T22:28:09.358Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31432026-05-04T22:28:09.392Z Compiling num_enum_derive v0.7.5
31442026-05-04T22:28:09.425Z Compiling postcard v1.1.3
31452026-05-04T22:28:09.471Z Compiling proc-macro-error v1.0.4
31462026-05-04T22:28:09.605Z Compiling proc-macro-crate v1.3.1
31472026-05-04T22:28:09.683Z Compiling num v0.4.3
31482026-05-04T22:28:09.764Z Compiling foreign-types-macros v0.2.3
31492026-05-04T22:28:09.784Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31502026-05-04T22:28:09.784Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31512026-05-04T22:28:09.816Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31522026-05-04T22:28:09.816Z Compiling float-ord v0.3.2
31532026-05-04T22:28:09.851Z Compiling foreign-types-shared v0.3.1
31542026-05-04T22:28:09.975Z Compiling colored v3.1.1
31552026-05-04T22:28:09.993Z Compiling cpufeatures v0.3.0
31562026-05-04T22:28:10.044Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31572026-05-04T22:28:10.063Z Compiling rayon-core v1.13.0
31582026-05-04T22:28:10.099Z Compiling chacha20 v0.10.0
31592026-05-04T22:28:10.127Z Compiling num_enum_derive v0.5.11
31602026-05-04T22:28:10.315Z Compiling crossbeam-deque v0.8.6
31612026-05-04T22:28:10.330Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31622026-05-04T22:28:10.367Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31632026-05-04T22:28:10.371Z Compiling cstr-argument v0.1.2
31642026-05-04T22:28:10.417Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31652026-05-04T22:28:10.434Z Compiling foreign-types v0.5.0
31662026-05-04T22:28:10.463Z Compiling rand v0.10.0
31672026-05-04T22:28:10.535Z Compiling num_enum v0.7.5
31682026-05-04T22:28:10.554Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31692026-05-04T22:28:10.587Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31702026-05-04T22:28:10.587Z Compiling toml v0.8.23
31712026-05-04T22:28:10.675Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31722026-05-04T22:28:10.696Z Compiling camino-tempfile v1.4.1
31732026-05-04T22:28:10.806Z Compiling ingot-types v0.1.2
31742026-05-04T22:28:10.825Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31752026-05-04T22:28:10.845Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31762026-05-04T22:28:10.881Z Compiling zone_cfg_derive v0.3.1
31772026-05-04T22:28:10.914Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31782026-05-04T22:28:10.943Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31792026-05-04T22:28:10.976Z Compiling rayon v1.11.0
31802026-05-04T22:28:10.997Z Compiling itertools v0.12.1
31812026-05-04T22:28:11.074Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31822026-05-04T22:28:11.210Z Compiling ingot v0.1.1
31832026-05-04T22:28:11.228Z Compiling num-derive v0.4.2
31842026-05-04T22:28:11.262Z Compiling num_enum v0.5.11
31852026-05-04T22:28:11.280Z Compiling sigpipe v0.1.3
31862026-05-04T22:28:11.297Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-05-04T22:28:11.297Z Compiling glob v0.3.3
31882026-05-04T22:28:11.301Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31892026-05-04T22:28:11.395Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31902026-05-04T22:28:11.413Z Compiling smf v0.2.3
31912026-05-04T22:28:11.431Z Compiling prettyplease v0.2.37
31922026-05-04T22:28:11.552Z Compiling whoami v1.6.1
31932026-05-04T22:28:11.599Z Compiling gethostname v0.5.0
31942026-05-04T22:28:11.741Z Compiling usdt-macro v0.5.0
31952026-05-04T22:28:11.771Z Compiling usdt-attr-macro v0.5.0
31962026-05-04T22:28:11.775Z Compiling memmap v0.7.0
31972026-05-04T22:28:11.875Z Compiling atomicwrites v0.4.4
31982026-05-04T22:28:11.893Z Compiling derive-where v1.6.0
31992026-05-04T22:28:11.974Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32002026-05-04T22:28:12.004Z Compiling progenitor-client v0.13.0
32012026-05-04T22:28:12.112Z Compiling owo-colors v4.3.0
32022026-05-04T22:28:12.141Z Compiling zone v0.3.1
32032026-05-04T22:28:12.226Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
32042026-05-04T22:28:12.259Z Compiling resolv-conf v0.7.6
32052026-05-04T22:28:12.368Z Compiling cancel-safe-futures v0.1.5
32062026-05-04T22:28:12.557Z Compiling libsw-core v0.3.2
32072026-05-04T22:28:12.604Z Compiling async-recursion v1.1.1
32082026-05-04T22:28:12.647Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32092026-05-04T22:28:12.665Z Compiling usdt v0.5.0
32102026-05-04T22:28:12.778Z Compiling libsw v3.5.0
32112026-05-04T22:28:12.811Z Compiling libefi-sys v0.1.0
32122026-05-04T22:28:12.828Z Compiling linear-map v1.2.0
32132026-05-04T22:28:12.921Z Compiling console v0.15.11
32142026-05-04T22:28:12.937Z Compiling hickory-proto v0.24.4
32152026-05-04T22:28:12.979Z Compiling newline-converter v0.3.0
32162026-05-04T22:28:12.996Z Compiling bitfield-struct v0.6.2
32172026-05-04T22:28:13.031Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32182026-05-04T22:28:13.075Z Compiling semver v0.1.20
32192026-05-04T22:28:13.090Z Compiling linked-hash-map v0.5.6
32202026-05-04T22:28:13.227Z Compiling typify-macro v0.6.2
32212026-05-04T22:28:13.246Z Compiling tokio-dtrace v0.1.1
32222026-05-04T22:28:13.285Z Compiling rustc_version v0.1.7
32232026-05-04T22:28:13.315Z Compiling expectorate v1.2.0
32242026-05-04T22:28:13.319Z Compiling lru-cache v0.1.2
32252026-05-04T22:28:13.349Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32262026-05-04T22:28:13.367Z Compiling dropshot-api-manager-types v0.7.1
32272026-05-04T22:28:13.404Z Compiling pin-project-internal v1.1.11
32282026-05-04T22:28:13.489Z Compiling slog-dtrace v0.3.0
32292026-05-04T22:28:13.505Z Compiling minimal-lexical v0.2.1
32302026-05-04T22:28:13.521Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32312026-05-04T22:28:13.554Z Compiling oxide-tokio-rt v0.1.4
32322026-05-04T22:28:13.571Z Compiling newtype_derive v0.1.6
32332026-05-04T22:28:13.571Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32342026-05-04T22:28:13.634Z Compiling typify-impl v0.4.3
32352026-05-04T22:28:13.721Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32362026-05-04T22:28:13.756Z Compiling nom v7.1.3
32372026-05-04T22:28:13.788Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32382026-05-04T22:28:13.808Z Compiling snafu-derive v0.8.9
32392026-05-04T22:28:13.823Z Compiling phf_shared v0.12.1
32402026-05-04T22:28:13.826Z Compiling pem v3.0.6
32412026-05-04T22:28:13.861Z Compiling csv-core v0.1.13
32422026-05-04T22:28:13.892Z Compiling same-file v1.0.6
32432026-05-04T22:28:14.070Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32442026-05-04T22:28:14.100Z Compiling chrono-tz v0.10.4
32452026-05-04T22:28:14.162Z Compiling highway v1.3.0
32462026-05-04T22:28:14.203Z Compiling xshell-macros v0.2.7
32472026-05-04T22:28:14.240Z Compiling const_format_proc_macros v0.2.34
32482026-05-04T22:28:14.348Z Compiling csv v1.4.0
32492026-05-04T22:28:14.390Z Compiling walkdir v2.5.0
32502026-05-04T22:28:14.500Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32512026-05-04T22:28:14.574Z Compiling phf v0.12.1
32522026-05-04T22:28:14.640Z Compiling pin-project v1.1.11
32532026-05-04T22:28:14.657Z Compiling xshell v0.2.7
32542026-05-04T22:28:14.759Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32552026-05-04T22:28:14.763Z Compiling globset v0.4.18
32562026-05-04T22:28:14.796Z Compiling olpc-cjson v0.1.4
32572026-05-04T22:28:14.939Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32582026-05-04T22:28:14.993Z Compiling primeorder v0.13.6
32592026-05-04T22:28:15.045Z Compiling serde_plain v1.0.2
32602026-05-04T22:28:15.064Z Compiling typed-path v0.9.3
32612026-05-04T22:28:15.143Z Compiling hickory-resolver v0.24.4
32622026-05-04T22:28:15.162Z Compiling typify v0.6.2
32632026-05-04T22:28:15.188Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32642026-05-04T22:28:15.211Z Compiling const_format v0.2.35
32652026-05-04T22:28:15.286Z Compiling progenitor-impl v0.14.0
32662026-05-04T22:28:15.290Z Compiling progenitor-impl v0.13.0
32672026-05-04T22:28:15.407Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32682026-05-04T22:28:15.566Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32692026-05-04T22:28:15.619Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32702026-05-04T22:28:15.723Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32712026-05-04T22:28:15.875Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32722026-05-04T22:28:15.923Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32732026-05-04T22:28:16.174Z Compiling qorb v0.4.1
32742026-05-04T22:28:16.212Z Compiling snafu v0.8.9
32752026-05-04T22:28:16.237Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32762026-05-04T22:28:16.373Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32772026-05-04T22:28:16.678Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32782026-05-04T22:28:16.782Z Compiling tough v0.20.0
32792026-05-04T22:28:16.815Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32802026-05-04T22:28:16.939Z Compiling tabled_derive v0.7.0
32812026-05-04T22:28:17.045Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32822026-05-04T22:28:17.097Z Compiling bcs v0.1.6
32832026-05-04T22:28:17.443Z Compiling salty v0.3.0
32842026-05-04T22:28:17.466Z Compiling termtree v0.5.1
32852026-05-04T22:28:17.534Z Compiling textwrap v0.16.2
32862026-05-04T22:28:17.699Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32872026-05-04T22:28:17.779Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32882026-05-04T22:28:17.796Z Compiling steno v0.4.1
32892026-05-04T22:28:17.954Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32902026-05-04T22:28:18.029Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32912026-05-04T22:28:18.047Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32922026-05-04T22:28:18.066Z Compiling progenitor-macro v0.13.0
32932026-05-04T22:28:18.086Z Compiling tabled v0.15.0
32942026-05-04T22:28:18.114Z Compiling progenitor-macro v0.14.0
32952026-05-04T22:28:18.222Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32962026-05-04T22:28:18.334Z Compiling base64 v0.21.7
32972026-05-04T22:28:18.337Z Compiling typify-macro v0.4.3
32982026-05-04T22:28:18.366Z Compiling tagptr v0.2.0
32992026-05-04T22:28:18.394Z Compiling humantime v2.3.0
33002026-05-04T22:28:18.506Z Compiling radium v0.7.0
33012026-05-04T22:28:18.553Z Compiling moka v0.12.13
33022026-05-04T22:28:18.713Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33032026-05-04T22:28:18.842Z Compiling p384 v0.13.1
33042026-05-04T22:28:18.900Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33052026-05-04T22:28:19.140Z Compiling maybe-uninit v2.0.0
33062026-05-04T22:28:19.348Z Compiling tap v1.0.1
33072026-05-04T22:28:19.391Z Compiling hickory-resolver v0.25.2
33082026-05-04T22:28:19.432Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33092026-05-04T22:28:19.496Z Compiling wyz v0.5.1
33102026-05-04T22:28:19.554Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33112026-05-04T22:28:19.731Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33122026-05-04T22:28:19.768Z Compiling proc-macro-error-attr2 v2.0.0
33132026-05-04T22:28:19.793Z Compiling packed_struct v0.10.1
33142026-05-04T22:28:20.094Z Compiling utf-8 v0.7.6
33152026-05-04T22:28:20.113Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33162026-05-04T22:28:20.181Z Compiling typify v0.4.3
33172026-05-04T22:28:20.210Z Compiling funty v2.0.0
33182026-05-04T22:28:20.258Z Compiling parking_lot_core v0.8.6
33192026-05-04T22:28:20.316Z Compiling tungstenite v0.21.0
33202026-05-04T22:28:20.334Z Compiling proc-macro-error2 v2.0.1
33212026-05-04T22:28:20.420Z Compiling polyval v0.6.2
33222026-05-04T22:28:20.477Z Compiling git-stub v1.0.0
33232026-05-04T22:28:20.495Z Compiling num-derive v0.3.3
33242026-05-04T22:28:20.576Z Compiling bitvec v1.0.1
33252026-05-04T22:28:20.688Z Compiling packed_struct_codegen v0.10.1
33262026-05-04T22:28:20.705Z Compiling bitfield-macros v0.19.4
33272026-05-04T22:28:20.768Z Compiling zerocopy-derive v0.6.6
33282026-05-04T22:28:20.789Z Compiling indexmap v1.9.3
33292026-05-04T22:28:20.841Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33302026-05-04T22:28:20.858Z Compiling crc-catalog v2.4.0
33312026-05-04T22:28:20.984Z Compiling nodrop v0.1.14
33322026-05-04T22:28:21.057Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33332026-05-04T22:28:21.096Z Compiling array-init v0.0.4
33342026-05-04T22:28:21.126Z Compiling crc v3.4.0
33352026-05-04T22:28:21.221Z Compiling tokio-tungstenite v0.21.0
33362026-05-04T22:28:21.338Z Compiling tabled_derive v0.11.0
33372026-05-04T22:28:21.365Z Compiling git-stub-vcs v0.1.0
33382026-05-04T22:28:21.471Z Compiling libscf-sys v1.1.0
33392026-05-04T22:28:21.488Z Compiling ghash v0.5.1
33402026-05-04T22:28:21.503Z Compiling bitfield v0.19.4
33412026-05-04T22:28:21.652Z Compiling smallvec v0.6.14
33422026-05-04T22:28:21.692Z Compiling zerocopy v0.6.6
33432026-05-04T22:28:21.774Z Compiling progenitor-impl v0.11.2
33442026-05-04T22:28:21.846Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33452026-05-04T22:28:21.863Z Compiling papergrid v0.17.0
33462026-05-04T22:28:21.892Z Compiling testing_table v0.3.0
33472026-05-04T22:28:21.907Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33482026-05-04T22:28:21.925Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33492026-05-04T22:28:22.077Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33502026-05-04T22:28:22.094Z Compiling ctr v0.9.2
33512026-05-04T22:28:22.155Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33522026-05-04T22:28:22.387Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33532026-05-04T22:28:22.403Z Compiling corncobs v0.1.4
33542026-05-04T22:28:22.489Z Compiling hashbrown v0.12.3
33552026-05-04T22:28:22.559Z Compiling unicase v2.9.0
33562026-05-04T22:28:22.642Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33572026-05-04T22:28:22.699Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33582026-05-04T22:28:22.717Z Compiling aes-gcm v0.10.3
33592026-05-04T22:28:22.720Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33602026-05-04T22:28:22.793Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33612026-05-04T22:28:22.837Z Compiling mime_guess v2.0.5
33622026-05-04T22:28:22.894Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33632026-05-04T22:28:22.963Z Compiling tabled v0.20.0
33642026-05-04T22:28:23.042Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33652026-05-04T22:28:23.046Z Compiling serde-hex v0.1.0
33662026-05-04T22:28:23.091Z Compiling parking_lot v0.11.2
33672026-05-04T22:28:23.280Z Compiling progenitor v0.13.0
33682026-05-04T22:28:23.347Z Compiling progenitor v0.14.0
33692026-05-04T22:28:23.439Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33702026-05-04T22:28:23.460Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33712026-05-04T22:28:23.476Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33722026-05-04T22:28:23.518Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33732026-05-04T22:28:23.537Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33742026-05-04T22:28:23.537Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33752026-05-04T22:28:23.708Z Compiling progenitor-impl v0.10.0
33762026-05-04T22:28:23.798Z Compiling ron v0.8.1
33772026-05-04T22:28:23.930Z Compiling hashbrown v0.13.2
33782026-05-04T22:28:23.947Z Compiling progenitor-client v0.11.2
33792026-05-04T22:28:23.990Z Compiling ssh-encoding v0.2.0
33802026-05-04T22:28:24.087Z Compiling prefix-trie v0.7.0
33812026-05-04T22:28:24.292Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33822026-05-04T22:28:24.308Z Compiling blowfish v0.9.1
33832026-05-04T22:28:24.472Z Compiling fxhash v0.2.1
33842026-05-04T22:28:24.523Z Compiling secrecy v0.8.0
33852026-05-04T22:28:24.601Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33862026-05-04T22:28:24.626Z Compiling crc-any v2.5.0
33872026-05-04T22:28:24.652Z Compiling progenitor-macro v0.11.2
33882026-05-04T22:28:24.652Z Compiling sled v0.34.7
33892026-05-04T22:28:24.862Z Compiling bcrypt-pbkdf v0.10.0
33902026-05-04T22:28:24.885Z Compiling hickory-server v0.25.2
33912026-05-04T22:28:24.904Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33922026-05-04T22:28:25.286Z Compiling object v0.30.4
33932026-05-04T22:28:25.303Z Compiling ssh-cipher v0.2.0
33942026-05-04T22:28:25.873Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33952026-05-04T22:28:25.896Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33962026-05-04T22:28:25.953Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33972026-05-04T22:28:26.149Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33982026-05-04T22:28:26.260Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33992026-05-04T22:28:26.459Z Compiling progenitor-macro v0.10.0
34002026-05-04T22:28:26.529Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
34012026-05-04T22:28:26.635Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34022026-05-04T22:28:26.807Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34032026-05-04T22:28:26.847Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34042026-05-04T22:28:26.894Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34052026-05-04T22:28:27.333Z Compiling password-hash v0.4.2
34062026-05-04T22:28:27.701Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34072026-05-04T22:28:27.819Z Compiling http-range v0.1.5
34082026-05-04T22:28:28.047Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34092026-05-04T22:28:28.224Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34102026-05-04T22:28:28.251Z Compiling path-slash v0.1.5
34112026-05-04T22:28:28.356Z Compiling crc8 v0.1.1
34122026-05-04T22:28:28.408Z Compiling half v1.8.3
34132026-05-04T22:28:28.429Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34142026-05-04T22:28:28.448Z Compiling pbkdf2 v0.11.0
34152026-05-04T22:28:28.555Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34162026-05-04T22:28:28.598Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34172026-05-04T22:28:28.620Z Compiling serde_cbor v0.11.2
34182026-05-04T22:28:28.718Z Compiling ssh-key v0.6.7
34192026-05-04T22:28:28.979Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34202026-05-04T22:28:28.996Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34212026-05-04T22:28:29.012Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34222026-05-04T22:28:29.187Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34232026-05-04T22:28:29.258Z Compiling p521 v0.13.3
34242026-05-04T22:28:29.276Z Compiling p256 v0.13.2
34252026-05-04T22:28:29.563Z Compiling yasna v0.5.2
34262026-05-04T22:28:29.695Z Compiling kstat-rs v0.2.4
34272026-05-04T22:28:29.723Z Compiling headers-core v0.3.0
34282026-05-04T22:28:29.827Z Compiling nanorand v0.7.0
34292026-05-04T22:28:29.845Z Compiling progenitor v0.11.2
34302026-05-04T22:28:29.881Z Compiling russh-cryptovec v0.7.3
34312026-05-04T22:28:29.937Z Compiling atty v0.2.14
34322026-05-04T22:28:29.941Z Compiling md5 v0.7.0
34332026-05-04T22:28:29.970Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34342026-05-04T22:28:30.027Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34352026-05-04T22:28:30.043Z Compiling home v0.5.12
34362026-05-04T22:28:30.079Z Compiling flume v0.11.1
34372026-05-04T22:28:30.104Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34382026-05-04T22:28:30.154Z Compiling russh-keys v0.45.0
34392026-05-04T22:28:30.190Z Compiling rcgen v0.12.1
34402026-05-04T22:28:30.217Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34412026-05-04T22:28:30.268Z Compiling headers v0.4.1
34422026-05-04T22:28:30.290Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34432026-05-04T22:28:30.306Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34442026-05-04T22:28:30.429Z Compiling hyper-staticfile v0.10.1
34452026-05-04T22:28:30.459Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34462026-05-04T22:28:30.716Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34472026-05-04T22:28:30.863Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34482026-05-04T22:28:30.974Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34492026-05-04T22:28:31.022Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34502026-05-04T22:28:31.056Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34512026-05-04T22:28:31.116Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34522026-05-04T22:28:31.348Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34532026-05-04T22:28:31.366Z Compiling num-bigint v0.4.6
34542026-05-04T22:28:31.564Z Compiling progenitor v0.10.0
34552026-05-04T22:28:31.595Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34562026-05-04T22:28:31.681Z Compiling des v0.8.1
34572026-05-04T22:28:31.749Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34582026-05-04T22:28:31.768Z Compiling subprocess v0.2.15
34592026-05-04T22:28:31.772Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34602026-05-04T22:28:31.805Z Compiling display-error-chain v0.2.2
34612026-05-04T22:28:31.910Z Compiling hex-literal v0.4.1
34622026-05-04T22:28:31.968Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34632026-05-04T22:28:32.053Z Compiling colored v2.2.0
34642026-05-04T22:28:32.105Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34652026-05-04T22:28:32.188Z Compiling socket2 v0.5.10
34662026-05-04T22:28:32.240Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34672026-05-04T22:28:32.380Z Compiling internet-checksum v0.2.1
34682026-05-04T22:28:32.540Z Compiling russh v0.45.0
34692026-05-04T22:28:32.677Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34702026-05-04T22:28:32.694Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34712026-05-04T22:28:35.311Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34722026-05-04T22:28:35.992Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34732026-05-04T22:28:36.495Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34742026-05-04T22:28:37.525Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34752026-05-04T22:28:45.490Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34762026-05-04T22:28:45.490Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34772026-05-04T22:28:45.494Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34782026-05-04T22:28:45.494Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34792026-05-04T22:28:47.243Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34802026-05-04T22:28:47.308Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34812026-05-04T22:28:51.418Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34822026-05-04T22:28:52.783Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34832026-05-04T22:29:11.940Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34842026-05-04T22:29:30.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34852026-05-04T22:29:30.421Z
34862026-05-04T22:29:30.421Zreal 1:25.911817384
34872026-05-04T22:29:30.421Zuser 8:21.569109512
34882026-05-04T22:29:30.421Zsys 1:46.858027400
34892026-05-04T22:29:30.421Ztrap 0.262390642
34902026-05-04T22:29:30.421Ztflt 0.577393753
34912026-05-04T22:29:30.421Zdflt 1.936434339
34922026-05-04T22:29:30.422Zkflt 0.000420251
34932026-05-04T22:29:30.422Zlock 30:02.255151501
34942026-05-04T22:29:30.422Zslp 19:38.905356547
34952026-05-04T22:29:30.422Zlat 40.782469014
34962026-05-04T22:29:30.422Zstop 2:54.046799474
34972026-05-04T22:29:30.426Z+ mkdir tests
34982026-05-04T22:29:30.429Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34992026-05-04T22:29:30.430Z+ xargs -I '{}' -t cp '{}' tests/
35002026-05-04T22:29:30.476Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-71486683a83dbca6 tests/
35012026-05-04T22:29:30.507Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-63a2627a1d3cde60 tests/
35022026-05-04T22:29:30.539Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-70c5f4ae5fff421d tests/
35032026-05-04T22:29:30.572Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-692ddffc808bacde tests/
35042026-05-04T22:29:30.912Z+ 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/*)
35052026-05-04T22:29:30.916Z+ 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-63a2627a1d3cde60 tests/commtest-70c5f4ae5fff421d tests/dhcp_server-71486683a83dbca6 tests/end_to_end_tests-692ddffc808bacde 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
35062026-05-04T22:30:56.803ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35072026-05-04T22:30:56.803Za .github/buildomat/ci-env.sh 1K
35082026-05-04T22:30:56.803Za out/target/test 1K
35092026-05-04T22:30:56.803Za out/npuzone/npuzone 27402K
35102026-05-04T22:30:56.803Za package-manifest.toml 35K
35112026-05-04T22:30:56.803Za smf/sled-agent/non-gimlet/config.toml 6K
35122026-05-04T22:30:56.803Za target/release/omicron-package 44886K
35132026-05-04T22:30:56.803Za target/release/xtask 11449K
35142026-05-04T22:30:56.803Za target/debug/bootstrap 351665K
35152026-05-04T22:30:56.803Za tests/bootstrap-63a2627a1d3cde60 31215K
35162026-05-04T22:30:56.803Za tests/commtest-70c5f4ae5fff421d 32300K
35172026-05-04T22:30:56.803Za tests/dhcp_server-71486683a83dbca6 31215K
35182026-05-04T22:30:56.803Za tests/end_to_end_tests-692ddffc808bacde 392776K
35192026-05-04T22:30:56.803Za out/clickhouse.tar.gz 318419K
35202026-05-04T22:30:56.803Za out/clickhouse_keeper.tar.gz 303786K
35212026-05-04T22:30:56.803Za out/clickhouse_server.tar.gz 318418K
35222026-05-04T22:30:56.803Za out/cockroachdb.tar.gz 164629K
35232026-05-04T22:30:56.803Za out/crucible-pantry-zone.tar.gz 43686K
35242026-05-04T22:30:56.804Za out/crucible-utils.tar 17744K
35252026-05-04T22:30:56.804Za out/crucible-zone.tar.gz 57824K
35262026-05-04T22:30:56.804Za out/external-dns.tar.gz 49279K
35272026-05-04T22:30:56.804Za out/internal-dns.tar.gz 49279K
35282026-05-04T22:30:56.804Za out/mg-ddm-gz.tar 95141K
35292026-05-04T22:30:56.804Za out/nexus.tar.gz 220442K
35302026-05-04T22:30:56.804Za out/ntp.tar.gz 31636K
35312026-05-04T22:30:56.804Za out/omicron-gateway-softnpu.tar.gz 28505K
35322026-05-04T22:30:56.804Za out/omicron-sled-agent.tar 198768K
35332026-05-04T22:30:56.804Za out/overlay.tar.gz 3K
35342026-05-04T22:30:56.804Za out/oximeter.tar.gz 65273K
35352026-05-04T22:30:56.804Za out/oxlog.tar 3782K
35362026-05-04T22:30:56.804Za out/probe.tar.gz 3037K
35372026-05-04T22:30:56.804Za out/propolis-server.tar.gz 38727K
35382026-05-04T22:30:56.804Za out/pumpkind-gz.tar 26647K
35392026-05-04T22:30:56.804Za out/switch-softnpu.tar.gz 393076K
35402026-05-04T22:30:56.808Z
35412026-05-04T22:30:56.809Zreal 1:25.867490753
35422026-05-04T22:30:56.809Zuser 1:23.240236981
35432026-05-04T22:30:56.809Zsys 4.447044901
35442026-05-04T22:30:56.809Ztrap 0.007084464
35452026-05-04T22:30:56.809Ztflt 0.000000000
35462026-05-04T22:30:56.809Zdflt 0.000000000
35472026-05-04T22:30:56.809Zkflt 0.000000000
35482026-05-04T22:30:56.809Zlock 0.000000000
35492026-05-04T22:30:56.809Zslp 1:23.100540896
35502026-05-04T22:30:56.809Zlat 0.935787708
35512026-05-04T22:30:56.809Zstop 0.000576348
35522026-05-04T22:30:56.809Zprocess exited: duration 994464 ms, exit code 0
 
35532026-05-04T22:30:56.825Zfound 1 output files
35542026-05-04T22:30:56.825Zuploading: /work/package.tar.gz (2429496916 bytes)
35552026-05-04T22:31:24.372Zuploaded: /work/package.tar.gz