01KQDN9WYZFTT42ST39VQ5G4VR: 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: 01KQDNAAFVB59KD6NDTPZ12BZA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-29T22:22:28.439Zjob assigned to worker 01KQDNANFRP50XHJXH3VDKTH48 [factory aws, i-0184a828b32794561] (queued for 1 m 3 s)
 
22026-04-29T22:22:35.846Zstarting task 0: "setup"
32026-04-29T22:22:35.850Z++ uname -s
42026-04-29T22:22:35.853Z+ kern=SunOS
52026-04-29T22:22:35.853Z+ build_user=build
62026-04-29T22:22:35.853Z+ build_uid=12345
72026-04-29T22:22:35.853Z+ work_dir=/work
82026-04-29T22:22:35.853Z+ input_dir=/input
92026-04-29T22:22:35.853Z+ [[ 0 == 12345 ]]
102026-04-29T22:22:35.854Z+ case "$kern" in
112026-04-29T22:22:35.854Z+ groupadd -g 12345 build
122026-04-29T22:22:35.856Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-29T22:22:37.865Z+ zfs create -o mountpoint=/work rpool/work
142026-04-29T22:22:37.954Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-29T22:22:37.957Z+ home_fs=zfs
162026-04-29T22:22:37.957Z+ [[ zfs == autofs ]]
172026-04-29T22:22:37.957Z+ mkdir -p /home/build
182026-04-29T22:22:37.960Z+ chown build:build /home/build /work
192026-04-29T22:22:39.960Z+ chmod 0700 /home/build /work
202026-04-29T22:22:39.964Zprocess exited: duration 4121 ms, exit code 0
 
212026-04-29T22:22:39.972Zstarting task 1: "rust-toolchain"
222026-04-29T22:22:39.976Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-29T22:22:39.976Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-29T22:22:39.976Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-04-29T22:22:39.976Z * rust toolchain channel = "1.94.0"
262026-04-29T22:22:39.976Z * rust toolchain profile = "default"
272026-04-29T22:22:39.976Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-29T22:22:39.979Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-29T22:22:39.979Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-29T22:22:40.059Zinfo: downloading installer
312026-04-29T22:22:41.786Zwarn: It looks like you have an existing installation of Rust at:
322026-04-29T22:22:41.786Zwarn: /opt/ooce/bin
332026-04-29T22:22:41.786Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-29T22:22:41.786Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-29T22:22:41.786Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-29T22:22:41.786Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-29T22:22:41.786Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-29T22:22:41.786Zerror: cannot install while Rust is installed
392026-04-29T22:22:41.786Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-29T22:22:41.786Zwarn: It looks like you have an existing rustup settings file at:
412026-04-29T22:22:41.786Zwarn: /home/build/.rustup/settings.toml
422026-04-29T22:22:41.786Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-29T22:22:41.786Zwarn: instead of the one inferred from the default host triple.
442026-04-29T22:22:41.800Zinfo: profile set to default
452026-04-29T22:22:41.800Zinfo: default host triple is x86_64-unknown-illumos
462026-04-29T22:22:41.803Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-29T22:22:41.949Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-29T22:22:41.952Zinfo: downloading 6 components
492026-04-29T22:22:56.658Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-29T22:22:56.658Z
512026-04-29T22:22:56.697Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-29T22:22:56.698Z
532026-04-29T22:22:56.698Z
542026-04-29T22:22:56.698ZRust is installed now. Great!
552026-04-29T22:22:56.698Z
562026-04-29T22:22:56.698ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-29T22:22:56.698Zenvironment variable. This has not been done automatically.
582026-04-29T22:22:56.698Z
592026-04-29T22:22:56.698ZTo configure your current shell, you need to source
602026-04-29T22:22:56.698Zthe corresponding env file under $HOME/.cargo.
612026-04-29T22:22:56.698Z
622026-04-29T22:22:56.698ZThis is usually done by running one of the following (note the leading DOT):
632026-04-29T22:22:56.698Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-29T22:22:56.698Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-29T22:22:56.698Zsource "~/.cargo/env.nu" # For nushell
662026-04-29T22:22:56.698Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-29T22:22:56.698Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-29T22:22:56.698Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-29T22:22:56.701Zwarn: no default linker (`cc`) was found in your PATH
702026-04-29T22:22:56.701Zwarn: many Rust crates require a system C toolchain to build
712026-04-29T22:22:56.787Z+ rustup --version
722026-04-29T22:22:56.793Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-29T22:22:56.796Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-29T22:22:56.815Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-29T22:22:56.818Z+ cargo --version
762026-04-29T22:22:56.826Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-29T22:22:56.830Z+ rustc --version
782026-04-29T22:22:56.850Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-29T22:22:56.853Zprocess exited: duration 16880 ms, exit code 0
 
802026-04-29T22:22:56.859Zstarting task 2: "authentication"
812026-04-29T22:22:56.876Zprocess exited: duration 17 ms, exit code 0
 
822026-04-29T22:22:56.882Zstarting task 3: "clone repository"
832026-04-29T22:22:56.886Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-29T22:22:56.889Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-29T22:22:56.935ZCloning into '/work/oxidecomputer/omicron'...
862026-04-29T22:23:05.979Z+ cd /work/oxidecomputer/omicron
872026-04-29T22:23:05.979Z+ git fetch origin fe921f9be55472269c6f399511d99191444c1d26
882026-04-29T22:23:06.315ZFrom https://github.com/oxidecomputer/omicron
892026-04-29T22:23:06.315Z * branch fe921f9be55472269c6f399511d99191444c1d26 -> FETCH_HEAD
902026-04-29T22:23:06.330Z+ [[ -n sunshowers/spr/2n-reconfigurator-rename-create_zone_artifacts_at_version-introduce-whichversion ]]
912026-04-29T22:23:06.333Z++ git branch --show-current
922026-04-29T22:23:06.336Z+ current=main
932026-04-29T22:23:06.336Z+ [[ main != sunshowers/spr/2n-reconfigurator-rename-create_zone_artifacts_at_version-introduce-whichversion ]]
942026-04-29T22:23:06.336Z+ git branch -f sunshowers/spr/2n-reconfigurator-rename-create_zone_artifacts_at_version-introduce-whichversion fe921f9be55472269c6f399511d99191444c1d26
952026-04-29T22:23:06.339Z+ git checkout -f sunshowers/spr/2n-reconfigurator-rename-create_zone_artifacts_at_version-introduce-whichversion
962026-04-29T22:23:06.571ZSwitched to branch 'sunshowers/spr/2n-reconfigurator-rename-create_zone_artifacts_at_version-introduce-whichversion'
972026-04-29T22:23:06.574Z+ git reset --hard fe921f9be55472269c6f399511d99191444c1d26
982026-04-29T22:23:06.587ZHEAD is now at fe921f9be rebase on main, review comments
992026-04-29T22:23:06.590Zprocess exited: duration 9705 ms, exit code 0
 
1002026-04-29T22:23:06.596Zstarting task 4: "build"
1012026-04-29T22:23:06.602Z+ source .github/buildomat/ci-env.sh
1022026-04-29T22:23:06.605Z++ export CARGO_TERM_COLOR=always
1032026-04-29T22:23:06.605Z++ CARGO_TERM_COLOR=always
1042026-04-29T22:23:06.605Z+ cargo --version
1052026-04-29T22:23:06.612Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-29T22:23:06.615Z+ rustc --version
1072026-04-29T22:23:06.636Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-29T22:23:06.639Z+ WORK=/work
1092026-04-29T22:23:06.639Z+ pfexec mkdir -p /work
1102026-04-29T22:23:06.643Z+ pfexec chown build /work
1112026-04-29T22:23:06.646Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-29T22:23:16.546Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-29T22:23:23.858Z Startup: Caching catalogs ... Done
1142026-04-29T22:23:30.311ZPlanning: Solver setup ... Done (4.930s)
1152026-04-29T22:23:30.345ZPlanning: Running solver ... Done (0.034s)
1162026-04-29T22:23:30.476ZPlanning: Finding local manifests ... Done (0.003s)
1172026-04-29T22:23:30.494ZPlanning: Fetching manifests: 0/5 0% complete
1182026-04-29T22:23:30.615ZPlanning: Fetching manifests: 5/5 100% complete
1192026-04-29T22:23:30.652ZPlanning: Package planning ... Done (0.038s)
1202026-04-29T22:23:30.689ZPlanning: Merging actions ... Done (0.036s)
1212026-04-29T22:23:30.872ZPlanning: Checking for conflicting actions ... Done (0.183s)
1222026-04-29T22:23:30.881ZPlanning: Consolidating action changes ... Done (0.009s)
1232026-04-29T22:23:31.762ZPlanning: Evaluating mediators ... Done (0.881s)
1242026-04-29T22:23:31.769ZPlanning: Planning completed in 7.74 seconds
1252026-04-29T22:23:31.784Z Packages to install: 5
1262026-04-29T22:23:31.784Z Mediators to change: 3
1272026-04-29T22:23:31.784Z Services to change: 1
1282026-04-29T22:23:31.784Z Estimated space available: 155.35 GB
1292026-04-29T22:23:31.787ZEstimated space to be consumed: 1.89 GB
1302026-04-29T22:23:31.787Z Create boot environment: No
1312026-04-29T22:23:31.787ZCreate backup boot environment: No
1322026-04-29T22:23:31.787Z Rebuild boot archive: No
1332026-04-29T22:23:31.787Z
1342026-04-29T22:23:31.787ZChanged mediators:
1352026-04-29T22:23:31.787Z mediator clang:
1362026-04-29T22:23:31.787Z version: None -> 15 (system default)
1372026-04-29T22:23:31.787Z
1382026-04-29T22:23:31.787Z mediator llvm:
1392026-04-29T22:23:31.787Z version: 14 (system default) -> 15 (system default)
1402026-04-29T22:23:31.787Z
1412026-04-29T22:23:31.787Z mediator postgresql:
1422026-04-29T22:23:31.787Z version: 15 (system default) -> 18 (system default)
1432026-04-29T22:23:31.787Z
1442026-04-29T22:23:31.787ZChanged packages:
1452026-04-29T22:23:31.787Zhelios-dev
1462026-04-29T22:23:31.787Z developer/build-essential
1472026-04-29T22:23:31.788Z None -> 11-2.0
1482026-04-29T22:23:31.788Z library/libxmlsec1
1492026-04-29T22:23:31.788Z None -> 1.2.35-2.0
1502026-04-29T22:23:31.788Z ooce/developer/clang-15
1512026-04-29T22:23:31.788Z None -> 15.0.7-2.0
1522026-04-29T22:23:31.788Z ooce/developer/llvm-15
1532026-04-29T22:23:31.788Z None -> 15.0.7-2.0
1542026-04-29T22:23:31.788Z ooce/library/postgresql-18
1552026-04-29T22:23:31.788Z None -> 18.1-2.0
1562026-04-29T22:23:31.788Z
1572026-04-29T22:23:31.788ZServices:
1582026-04-29T22:23:31.788Z restart_fmri:
1592026-04-29T22:23:31.788Z svc:/system/update-man-index:default
1602026-04-29T22:23:31.831Z
1612026-04-29T22:23:31.831ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-04-29T22:23:36.836ZDownload: 1262/4272 items 114.7/219.0MB 52% complete (23.1M/s)
1632026-04-29T22:23:42.841ZDownload: 2220/4272 items 118.2/219.0MB 53% complete (13.1M/s)
1642026-04-29T22:23:49.657ZDownload: 2224/4272 items 118.6/219.0MB 54% complete (12.4M/s)
1652026-04-29T22:23:54.715ZDownload: 4245/4272 items 218.6/219.0MB 99% complete (20.6M/s)
1662026-04-29T22:23:54.879ZDownload: Completed 218.99 MB in 23.05 seconds (9.5M/s)
1672026-04-29T22:23:55.145Z Actions: 1/4789 actions (Installing new actions)
1682026-04-29T22:23:58.528Z Actions: Completed 4789 actions in 3.38 seconds.
1692026-04-29T22:23:58.814Z Done (0.281s)
1702026-04-29T22:23:58.814Z Done (0.000s)
1712026-04-29T22:23:59.441Z Done (0.627s)
1722026-04-29T22:24:02.767Z Done (2.980s)
1732026-04-29T22:24:02.845Z Done (0.013s)
1742026-04-29T22:24:02.848Z Done (0.000s)
1752026-04-29T22:24:03.115Z Done (0.000s)
1762026-04-29T22:24:03.968ZPlanning: Evaluating mediator changes ... Done
1772026-04-29T22:24:04.076ZPlanning: Checking for conflicting actions ... Done
1782026-04-29T22:24:04.078ZPlanning: Consolidating action changes ... Done
1792026-04-29T22:24:04.235ZPlanning: Evaluating mediators ... Done
1802026-04-29T22:24:04.238ZPlanning: Planning completed in 0.27 seconds
1812026-04-29T22:24:04.260Z Mediators to change: 2
1822026-04-29T22:24:04.260Z Create boot environment: No
1832026-04-29T22:24:04.263ZCreate backup boot environment: No
1842026-04-29T22:24:04.331Z Done
1852026-04-29T22:24:04.331Z Done
1862026-04-29T22:24:04.961Z Done
1872026-04-29T22:24:07.400Z Done
1882026-04-29T22:24:07.467Z Done
1892026-04-29T22:24:07.470Z Done
1902026-04-29T22:24:07.667Z Done
1912026-04-29T22:24:07.928ZPlanning: Evaluating mediator changes ... Done
1922026-04-29T22:24:08.035ZPlanning: Checking for conflicting actions ... Done
1932026-04-29T22:24:08.038ZPlanning: Consolidating action changes ... Done
1942026-04-29T22:24:08.194ZPlanning: Evaluating mediators ... Done
1952026-04-29T22:24:08.197ZPlanning: Planning completed in 0.27 seconds
1962026-04-29T22:24:08.217Z Mediators to change: 1
1972026-04-29T22:24:08.218Z Create boot environment: No
1982026-04-29T22:24:08.218ZCreate backup boot environment: No
1992026-04-29T22:24:08.264Z Done
2002026-04-29T22:24:08.264Z Done
2012026-04-29T22:24:08.856Z Done
2022026-04-29T22:24:11.315Z Done
2032026-04-29T22:24:11.390Z Done
2042026-04-29T22:24:11.393Z Done
2052026-04-29T22:24:11.594Z Done
2062026-04-29T22:24:11.880ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072026-04-29T22:24:11.880Zclang system 15 system
2082026-04-29T22:24:11.880Zcsh system system illumos
2092026-04-29T22:24:11.880Zctags system system illumos
2102026-04-29T22:24:11.880Zfile system system illumos
2112026-04-29T22:24:11.880Zgcc vendor 12 vendor
2122026-04-29T22:24:11.880Zgcc system 14 system
2132026-04-29T22:24:11.880Zgcc system 10 system
2142026-04-29T22:24:11.880Zgo system 1.20 system
2152026-04-29T22:24:11.880Zgo system 1.19 system
2162026-04-29T22:24:11.880Zllvm system 15 system
2172026-04-29T22:24:11.881Zllvm system 14 system
2182026-04-29T22:24:11.881Zmariadb system 10.6 system
2192026-04-29T22:24:11.881Zmta vendor vendor dma
2202026-04-29T22:24:11.881Zopenjdk system 17 system
2212026-04-29T22:24:11.881Zopenjdk system 11 system
2222026-04-29T22:24:11.881Zopenjdk system 1.8 system
2232026-04-29T22:24:11.881Zopenssl vendor 3 vendor
2242026-04-29T22:24:11.881Zperl system 5.36 system
2252026-04-29T22:24:11.881Zpostgresql system 18 system
2262026-04-29T22:24:11.881Zpostgresql system 15 system
2272026-04-29T22:24:11.881Zpostgresql system 13 system
2282026-04-29T22:24:11.881Zpython vendor 3 vendor
2292026-04-29T22:24:11.881Zpython system 2 system
2302026-04-29T22:24:11.881Zpython3 system 3.11 system
2312026-04-29T22:24:11.881Zruby system 3.0 system
2322026-04-29T22:24:11.881Zwords vendor vendor american-english
2332026-04-29T22:24:11.881Zwords system system australian-english
2342026-04-29T22:24:11.881Zwords system system british-english
2352026-04-29T22:24:11.881Zwords system system canadian-english
2362026-04-29T22:24:11.881Zwords system system french
2372026-04-29T22:24:11.881Zwords system system italian
2382026-04-29T22:24:11.881Zwords system system ngerman
2392026-04-29T22:24:11.881Zwords system system ogerman
2402026-04-29T22:24:11.881Zwords system system spanish
2412026-04-29T22:24:12.116ZPUBLISHER TYPE STATUS P LOCATION
2422026-04-29T22:24:12.116Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2432026-04-29T22:24:16.615ZFMRI IFO
2442026-04-29T22:24:16.615Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2452026-04-29T22:24:16.615Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2462026-04-29T22:24:16.615Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2472026-04-29T22:24:16.615Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2482026-04-29T22:24:16.615Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2492026-04-29T22:24:16.615Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2502026-04-29T22:24:16.615Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2512026-04-29T22:24:16.615Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2522026-04-29T22:24:16.615Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2532026-04-29T22:24:16.615Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2542026-04-29T22:24:16.615Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2552026-04-29T22:24:16.615Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2562026-04-29T22:24:16.615Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2572026-04-29T22:24:16.615Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2582026-04-29T22:24:16.615Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2592026-04-29T22:24:16.615Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2602026-04-29T22:24:16.615Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2612026-04-29T22:24:17.735Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2622026-04-29T22:24:17.982Z Updating crates.io index
2632026-04-29T22:24:18.021Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2642026-04-29T22:24:18.863Z Updating git repository `https://github.com/oxidecomputer/lldp`
2652026-04-29T22:24:19.374Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2662026-04-29T22:24:20.093Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672026-04-29T22:24:20.885Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2682026-04-29T22:24:21.391Z Updating git repository `https://github.com/oxidecomputer/crucible`
2692026-04-29T22:24:22.718Z Updating git repository `https://github.com/oxidecomputer/opte`
2702026-04-29T22:24:23.612Z Updating git repository `https://github.com/oxidecomputer/tofino`
2712026-04-29T22:24:23.923Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2722026-04-29T22:24:24.758Z Updating git repository `https://github.com/oxidecomputer/clickward`
2732026-04-29T22:24:25.181Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2742026-04-29T22:24:25.558Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2752026-04-29T22:24:26.066Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2762026-04-29T22:24:27.089Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-04-29T22:24:27.785Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-04-29T22:24:28.235Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2792026-04-29T22:24:28.718Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2802026-04-29T22:24:29.202Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2812026-04-29T22:24:29.568Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2822026-04-29T22:24:29.795Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2832026-04-29T22:24:30.093Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2842026-04-29T22:24:30.507Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852026-04-29T22:24:31.037Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2862026-04-29T22:24:31.469Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2872026-04-29T22:24:31.950Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2882026-04-29T22:24:32.262Z Updating git repository `https://github.com/oxidecomputer/ispf`
2892026-04-29T22:24:32.541Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2902026-04-29T22:24:34.216Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-04-29T22:24:34.735Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2922026-04-29T22:24:35.231Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2932026-04-29T22:24:35.581Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2942026-04-29T22:24:35.887Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2952026-04-29T22:24:36.227Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2962026-04-29T22:24:36.821Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2972026-04-29T22:24:37.061Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2982026-04-29T22:24:37.315Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2992026-04-29T22:24:37.600Z Updating git repository `https://github.com/illumos/smf-rs`
3002026-04-29T22:24:37.936Z Updating git repository `https://github.com/oxidecomputer/omicron`
3012026-04-29T22:24:49.927Z Downloading crates ...
3022026-04-29T22:24:49.981Z Downloaded cargo-platform v0.2.0
3032026-04-29T22:24:49.985Z Downloaded cargo_toml v0.21.0
3042026-04-29T22:24:49.988Z Downloaded clap_lex v1.0.0
3052026-04-29T22:24:49.988Z Downloaded fnv v1.0.7
3062026-04-29T22:24:49.991Z Downloaded cfg-if v1.0.4
3072026-04-29T22:24:49.997Z Downloaded thiserror-impl v2.0.18
3082026-04-29T22:24:50.000Z Downloaded camino v1.2.2
3092026-04-29T22:24:50.003Z Downloaded colorchoice v1.0.4
3102026-04-29T22:24:50.003Z Downloaded thiserror-impl v1.0.69
3112026-04-29T22:24:50.006Z Downloaded crypto-common v0.1.7
3122026-04-29T22:24:50.006Z Downloaded thiserror v2.0.18
3132026-04-29T22:24:50.011Z Downloaded utf8_iter v1.0.4
3142026-04-29T22:24:50.015Z Downloaded anstream v0.6.21
3152026-04-29T22:24:50.015Z Downloaded textwrap v0.16.2
3162026-04-29T22:24:50.019Z Downloaded version_check v0.9.5
3172026-04-29T22:24:50.019Z Downloaded cpufeatures v0.2.17
3182026-04-29T22:24:50.019Z Downloaded thread-id v4.2.2
3192026-04-29T22:24:50.020Z Downloaded byteorder v1.5.0
3202026-04-29T22:24:50.020Z Downloaded camino-tempfile v1.4.1
3212026-04-29T22:24:50.023Z Downloaded utf8parse v0.2.2
3222026-04-29T22:24:50.023Z Downloaded thiserror v1.0.69
3232026-04-29T22:24:50.025Z Downloaded zerofrom-derive v0.1.6
3242026-04-29T22:24:50.025Z Downloaded usdt-impl v0.5.0
3252026-04-29T22:24:50.025Z Downloaded typeid v1.0.3
3262026-04-29T22:24:50.025Z Downloaded cargo_metadata v0.21.0
3272026-04-29T22:24:50.029Z Downloaded unicode-xid v0.2.6
3282026-04-29T22:24:50.029Z Downloaded tempfile v3.25.0
3292026-04-29T22:24:50.029Z Downloaded toml_write v0.1.2
3302026-04-29T22:24:50.032Z Downloaded clap v4.5.60
3312026-04-29T22:24:50.035Z Downloaded zerofrom v0.1.6
3322026-04-29T22:24:50.036Z Downloaded yoke-derive v0.8.1
3332026-04-29T22:24:50.036Z Downloaded unicode-linebreak v0.1.5
3342026-04-29T22:24:50.036Z Downloaded macaddr v1.0.1
3352026-04-29T22:24:50.039Z Downloaded equivalent v1.0.2
3362026-04-29T22:24:50.039Z Downloaded writeable v0.6.2
3372026-04-29T22:24:50.039Z Downloaded quote v1.0.45
3382026-04-29T22:24:50.039Z Downloaded yoke v0.8.1
3392026-04-29T22:24:50.042Z Downloaded usdt-macro v0.5.0
3402026-04-29T22:24:50.042Z Downloaded toml_datetime v0.6.11
3412026-04-29T22:24:50.042Z Downloaded scroll v0.12.0
3422026-04-29T22:24:50.042Z Downloaded autocfg v1.5.0
3432026-04-29T22:24:50.045Z Downloaded anstyle-parse v0.2.7
3442026-04-29T22:24:50.045Z Downloaded digest v0.10.7
3452026-04-29T22:24:50.045Z Downloaded clap_derive v4.5.55
3462026-04-29T22:24:50.048Z Downloaded usdt-attr-macro v0.5.0
3472026-04-29T22:24:50.048Z Downloaded cargo-util-schemas v0.8.2
3482026-04-29T22:24:50.048Z Downloaded bytecount v0.6.9
3492026-04-29T22:24:50.048Z Downloaded usdt v0.5.0
3502026-04-29T22:24:50.051Z Downloaded pest_generator v2.8.6
3512026-04-29T22:24:50.051Z Downloaded zerovec-derive v0.11.2
3522026-04-29T22:24:50.051Z Downloaded ordered-float v2.10.1
3532026-04-29T22:24:50.051Z Downloaded tinystr v0.8.2
3542026-04-29T22:24:50.054Z Downloaded serde-value v0.7.0
3552026-04-29T22:24:50.054Z Downloaded dof v0.3.0
3562026-04-29T22:24:50.054Z Downloaded once_cell v1.21.3
3572026-04-29T22:24:50.057Z Downloaded litemap v0.8.1
3582026-04-29T22:24:50.057Z Downloaded scroll_derive v0.12.1
3592026-04-29T22:24:50.057Z Downloaded zmij v1.0.21
3602026-04-29T22:24:50.061Z Downloaded itoa v1.0.17
3612026-04-29T22:24:50.061Z Downloaded anstyle-query v1.1.5
3622026-04-29T22:24:50.061Z Downloaded anstyle v1.0.13
3632026-04-29T22:24:50.064Z Downloaded idna_adapter v1.2.1
3642026-04-29T22:24:50.068Z Downloaded zerocopy-derive v0.7.35
3652026-04-29T22:24:50.071Z Downloaded ucd-trie v0.1.7
3662026-04-29T22:24:50.071Z Downloaded toml v0.8.23
3672026-04-29T22:24:50.071Z Downloaded potential_utf v0.1.4
3682026-04-29T22:24:50.074Z Downloaded plain v0.2.3
3692026-04-29T22:24:50.074Z Downloaded is_terminal_polyfill v1.70.2
3702026-04-29T22:24:50.074Z Downloaded fastrand v2.3.0
3712026-04-29T22:24:50.074Z Downloaded errno v0.3.14
3722026-04-29T22:24:50.074Z Downloaded serde_spanned v0.6.9
3732026-04-29T22:24:50.078Z Downloaded form_urlencoded v1.2.2
3742026-04-29T22:24:50.078Z Downloaded unicode-ident v1.0.24
3752026-04-29T22:24:50.078Z Downloaded memmap v0.7.0
3762026-04-29T22:24:50.085Z Downloaded typenum v1.19.0
3772026-04-29T22:24:50.090Z Downloaded zerotrie v0.2.3
3782026-04-29T22:24:50.094Z Downloaded toml_edit v0.22.27
3792026-04-29T22:24:50.097Z Downloaded url v2.5.8
3802026-04-29T22:24:50.097Z Downloaded tabled_derive v0.7.0
3812026-04-29T22:24:50.098Z Downloaded generic-array v0.14.7
3822026-04-29T22:24:50.100Z Downloaded block-buffer v0.10.4
3832026-04-29T22:24:50.103Z Downloaded stable_deref_trait v1.2.1
3842026-04-29T22:24:50.108Z Downloaded zerovec v0.11.5
3852026-04-29T22:24:50.112Z Downloaded proc-macro-error-attr v1.0.4
3862026-04-29T22:24:50.112Z Downloaded swrite v0.1.0
3872026-04-29T22:24:50.112Z Downloaded pretty-hex v0.4.1
3882026-04-29T22:24:50.115Z Downloaded terminal_size v0.4.3
3892026-04-29T22:24:50.115Z Downloaded percent-encoding v2.3.2
3902026-04-29T22:24:50.115Z Downloaded smawk v0.3.2
3912026-04-29T22:24:50.115Z Downloaded heck v0.4.1
3922026-04-29T22:24:50.115Z Downloaded zerocopy v0.7.35
3932026-04-29T22:24:50.122Z Downloaded winnow v0.7.14
3942026-04-29T22:24:50.127Z Downloaded serde-untagged v0.1.9
3952026-04-29T22:24:50.130Z Downloaded heck v0.5.0
3962026-04-29T22:24:50.130Z Downloaded dtrace-parser v0.2.0
3972026-04-29T22:24:50.130Z Downloaded synstructure v0.13.2
3982026-04-29T22:24:50.135Z Downloaded unicode-width v0.2.0
3992026-04-29T22:24:50.138Z Downloaded unicode-width v0.1.14
4002026-04-29T22:24:50.138Z Downloaded erased-serde v0.4.9
4012026-04-29T22:24:50.144Z Downloaded fs-err v3.3.0
4022026-04-29T22:24:50.150Z Downloaded serde_tokenstream v0.2.3
4032026-04-29T22:24:50.154Z Downloaded strsim v0.11.1
4042026-04-29T22:24:50.157Z Downloaded proc-macro-error v1.0.4
4052026-04-29T22:24:50.163Z Downloaded sha2 v0.10.9
4062026-04-29T22:24:50.169Z Downloaded pest_derive v2.8.6
4072026-04-29T22:24:50.173Z Downloaded log v0.4.29
4082026-04-29T22:24:50.190Z Downloaded anyhow v1.0.102
4092026-04-29T22:24:50.197Z Downloaded bitflags v2.11.0
4102026-04-29T22:24:50.200Z Downloaded displaydoc v0.2.5
4112026-04-29T22:24:50.203Z Downloaded semver v1.0.28
4122026-04-29T22:24:50.207Z Downloaded papergrid v0.11.0
4132026-04-29T22:24:50.210Z Downloaded smallvec v1.15.1
4142026-04-29T22:24:50.210Z Downloaded serde_core v1.0.228
4152026-04-29T22:24:50.214Z Downloaded num-traits v0.2.19
4162026-04-29T22:24:50.217Z Downloaded proc-macro2 v1.0.106
4172026-04-29T22:24:50.221Z Downloaded icu_provider v2.1.1
4182026-04-29T22:24:50.227Z Downloaded getrandom v0.4.1
4192026-04-29T22:24:50.230Z Downloaded icu_normalizer_data v2.1.1
4202026-04-29T22:24:50.233Z Downloaded icu_locale_core v2.1.1
4212026-04-29T22:24:50.238Z Downloaded hashbrown v0.17.0
4222026-04-29T22:24:50.242Z Downloaded serde_derive v1.0.228
4232026-04-29T22:24:50.248Z Downloaded icu_normalizer v2.1.1
4242026-04-29T22:24:50.251Z Downloaded serde v1.0.228
4252026-04-29T22:24:50.252Z Downloaded pest_meta v2.8.6
4262026-04-29T22:24:50.255Z Downloaded icu_properties v2.1.2
4272026-04-29T22:24:50.258Z Downloaded icu_collections v2.1.1
4282026-04-29T22:24:50.265Z Downloaded indexmap v2.14.0
4292026-04-29T22:24:50.276Z Downloaded memchr v2.8.0
4302026-04-29T22:24:50.279Z Downloaded clap_builder v4.5.60
4312026-04-29T22:24:50.305Z Downloaded pest v2.8.6
4322026-04-29T22:24:50.312Z Downloaded icu_properties_data v2.1.2
4332026-04-29T22:24:50.324Z Downloaded serde_json v1.0.149
4342026-04-29T22:24:50.327Z Downloaded idna v1.1.0
4352026-04-29T22:24:50.333Z Downloaded goblin v0.8.2
4362026-04-29T22:24:50.337Z Downloaded syn v1.0.109
4372026-04-29T22:24:50.339Z Downloaded tabled v0.15.0
4382026-04-29T22:24:50.355Z Downloaded syn v2.0.117
4392026-04-29T22:24:50.384Z Downloaded rustix v1.1.3
4402026-04-29T22:24:50.409Z Downloaded libc v0.2.185
4412026-04-29T22:24:50.475Z Compiling proc-macro2 v1.0.106
4422026-04-29T22:24:50.475Z Compiling quote v1.0.45
4432026-04-29T22:24:50.475Z Compiling unicode-ident v1.0.24
4442026-04-29T22:24:50.481Z Compiling serde_core v1.0.228
4452026-04-29T22:24:50.481Z Compiling libc v0.2.185
4462026-04-29T22:24:50.481Z Compiling version_check v0.9.5
4472026-04-29T22:24:50.481Z Compiling stable_deref_trait v1.2.1
4482026-04-29T22:24:50.481Z Compiling memchr v2.8.0
4492026-04-29T22:24:50.481Z Compiling serde v1.0.228
4502026-04-29T22:24:50.482Z Compiling zmij v1.0.21
4512026-04-29T22:24:50.482Z Compiling itoa v1.0.17
4522026-04-29T22:24:50.482Z Compiling ucd-trie v0.1.7
4532026-04-29T22:24:50.659Z Compiling thiserror v1.0.69
4542026-04-29T22:24:50.662Z Compiling autocfg v1.5.0
4552026-04-29T22:24:50.676Z Compiling litemap v0.8.1
4562026-04-29T22:24:50.906Z Compiling writeable v0.6.2
4572026-04-29T22:24:50.926Z Compiling icu_normalizer_data v2.1.1
4582026-04-29T22:24:50.990Z Compiling byteorder v1.5.0
4592026-04-29T22:24:51.031Z Compiling rustix v1.1.3
4602026-04-29T22:24:51.175Z Compiling icu_properties_data v2.1.2
4612026-04-29T22:24:51.178Z Compiling serde_json v1.0.149
4622026-04-29T22:24:51.195Z Compiling pest v2.8.6
4632026-04-29T22:24:51.288Z Compiling bitflags v2.11.0
4642026-04-29T22:24:51.326Z Compiling num-traits v0.2.19
4652026-04-29T22:24:51.347Z Compiling typeid v1.0.3
4662026-04-29T22:24:51.468Z Compiling smallvec v1.15.1
4672026-04-29T22:24:51.576Z Compiling hashbrown v0.17.0
4682026-04-29T22:24:51.649Z Compiling equivalent v1.0.2
4692026-04-29T22:24:51.685Z Compiling usdt-impl v0.5.0
4702026-04-29T22:24:51.691Z Compiling proc-macro-error-attr v1.0.4
4712026-04-29T22:24:51.758Z Compiling errno v0.3.14
4722026-04-29T22:24:51.781Z Compiling thread-id v4.2.2
4732026-04-29T22:24:51.800Z Compiling winnow v0.7.14
4742026-04-29T22:24:51.820Z Compiling erased-serde v0.4.9
4752026-04-29T22:24:51.823Z Compiling toml_write v0.1.2
4762026-04-29T22:24:51.879Z Compiling syn v1.0.109
4772026-04-29T22:24:51.944Z Compiling proc-macro-error v1.0.4
4782026-04-29T22:24:52.056Z Compiling percent-encoding v2.3.2
4792026-04-29T22:24:52.077Z Compiling camino v1.2.2
4802026-04-29T22:24:52.122Z Compiling indexmap v2.14.0
4812026-04-29T22:24:52.172Z Compiling log v0.4.29
4822026-04-29T22:24:52.191Z Compiling plain v0.2.3
4832026-04-29T22:24:52.213Z Compiling getrandom v0.4.1
4842026-04-29T22:24:52.216Z Compiling utf8_iter v1.0.4
4852026-04-29T22:24:52.254Z Compiling syn v2.0.117
4862026-04-29T22:24:52.288Z Compiling utf8parse v0.2.2
4872026-04-29T22:24:52.324Z Compiling thiserror v2.0.18
4882026-04-29T22:24:52.387Z Compiling form_urlencoded v1.2.2
4892026-04-29T22:24:52.407Z Compiling pest_meta v2.8.6
4902026-04-29T22:24:52.429Z Compiling anstyle-parse v0.2.7
4912026-04-29T22:24:52.629Z Compiling ordered-float v2.10.1
4922026-04-29T22:24:52.669Z Compiling anstyle-query v1.1.5
4932026-04-29T22:24:52.672Z Compiling colorchoice v1.0.4
4942026-04-29T22:24:52.672Z Compiling is_terminal_polyfill v1.70.2
4952026-04-29T22:24:52.727Z Compiling cfg-if v1.0.4
4962026-04-29T22:24:52.775Z Compiling pretty-hex v0.4.1
4972026-04-29T22:24:52.804Z Compiling terminal_size v0.4.3
4982026-04-29T22:24:52.826Z Compiling anstyle v1.0.13
4992026-04-29T22:24:52.884Z Compiling fs-err v3.3.0
5002026-04-29T22:24:52.941Z Compiling clap_lex v1.0.0
5012026-04-29T22:24:52.960Z Compiling heck v0.4.1
5022026-04-29T22:24:52.981Z Compiling fastrand v2.3.0
5032026-04-29T22:24:53.002Z Compiling bytecount v0.6.9
5042026-04-29T22:24:53.039Z Compiling anstream v0.6.21
5052026-04-29T22:24:53.065Z Compiling anyhow v1.0.102
5062026-04-29T22:24:53.165Z Compiling semver v1.0.28
5072026-04-29T22:24:53.203Z Compiling unicode-width v0.1.14
5082026-04-29T22:24:53.256Z Compiling once_cell v1.21.3
5092026-04-29T22:24:53.274Z Compiling fnv v1.0.7
5102026-04-29T22:24:53.369Z Compiling unicode-xid v0.2.6
5112026-04-29T22:24:53.394Z Compiling heck v0.5.0
5122026-04-29T22:24:53.413Z Compiling strsim v0.11.1
5132026-04-29T22:24:53.432Z Compiling tempfile v3.25.0
5142026-04-29T22:24:53.495Z Compiling papergrid v0.11.0
5152026-04-29T22:24:53.517Z Compiling serde-untagged v0.1.9
5162026-04-29T22:24:53.579Z Compiling memmap v0.7.0
5172026-04-29T22:24:53.611Z Compiling unicode-width v0.2.0
5182026-04-29T22:24:53.662Z Compiling clap_builder v4.5.60
5192026-04-29T22:24:53.681Z Compiling smawk v0.3.2
5202026-04-29T22:24:53.701Z Compiling unicode-linebreak v0.1.5
5212026-04-29T22:24:53.832Z Compiling camino-tempfile v1.4.1
5222026-04-29T22:24:53.853Z Compiling swrite v0.1.0
5232026-04-29T22:24:53.872Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5242026-04-29T22:24:53.911Z Compiling textwrap v0.16.2
5252026-04-29T22:24:54.285Z Compiling tabled_derive v0.7.0
5262026-04-29T22:24:54.832Z Compiling synstructure v0.13.2
5272026-04-29T22:24:54.832Z Compiling pest_generator v2.8.6
5282026-04-29T22:24:54.929Z Compiling tabled v0.15.0
5292026-04-29T22:24:55.357Z Compiling serde_derive v1.0.228
5302026-04-29T22:24:55.357Z Compiling zerofrom-derive v0.1.6
5312026-04-29T22:24:55.362Z Compiling yoke-derive v0.8.1
5322026-04-29T22:24:55.362Z Compiling zerovec-derive v0.11.2
5332026-04-29T22:24:55.362Z Compiling displaydoc v0.2.5
5342026-04-29T22:24:55.362Z Compiling thiserror-impl v1.0.69
5352026-04-29T22:24:55.362Z Compiling zerocopy-derive v0.7.35
5362026-04-29T22:24:55.392Z Compiling scroll_derive v0.12.1
5372026-04-29T22:24:55.395Z Compiling thiserror-impl v2.0.18
5382026-04-29T22:24:55.448Z Compiling pest_derive v2.8.6
5392026-04-29T22:24:55.467Z Compiling clap_derive v4.5.55
5402026-04-29T22:24:56.092Z Compiling scroll v0.12.0
5412026-04-29T22:24:56.108Z Compiling zerocopy v0.7.35
5422026-04-29T22:24:56.327Z Compiling goblin v0.8.2
5432026-04-29T22:24:56.369Z Compiling zerofrom v0.1.6
5442026-04-29T22:24:56.511Z Compiling yoke v0.8.1
5452026-04-29T22:24:56.548Z Compiling dtrace-parser v0.2.0
5462026-04-29T22:24:56.666Z Compiling zerovec v0.11.5
5472026-04-29T22:24:56.666Z Compiling zerotrie v0.2.3
5482026-04-29T22:24:56.928Z Compiling clap v4.5.60
5492026-04-29T22:24:57.090Z Compiling tinystr v0.8.2
5502026-04-29T22:24:57.090Z Compiling potential_utf v0.1.4
5512026-04-29T22:24:57.207Z Compiling icu_collections v2.1.1
5522026-04-29T22:24:57.258Z Compiling icu_locale_core v2.1.1
5532026-04-29T22:24:57.817Z Compiling icu_provider v2.1.1
5542026-04-29T22:24:58.043Z Compiling icu_normalizer v2.1.1
5552026-04-29T22:24:58.043Z Compiling icu_properties v2.1.2
5562026-04-29T22:24:58.092Z Compiling toml_datetime v0.6.11
5572026-04-29T22:24:58.092Z Compiling serde_spanned v0.6.9
5582026-04-29T22:24:58.098Z Compiling serde-value v0.7.0
5592026-04-29T22:24:58.098Z Compiling cargo-platform v0.2.0
5602026-04-29T22:24:58.098Z Compiling macaddr v1.0.1
5612026-04-29T22:24:58.124Z Compiling dof v0.3.0
5622026-04-29T22:24:58.127Z Compiling serde_tokenstream v0.2.3
5632026-04-29T22:24:58.308Z Compiling toml_edit v0.22.27
5642026-04-29T22:24:58.875Z Compiling idna_adapter v1.2.1
5652026-04-29T22:24:58.900Z Compiling usdt-attr-macro v0.5.0
5662026-04-29T22:24:58.905Z Compiling usdt-macro v0.5.0
5672026-04-29T22:24:58.969Z Compiling idna v1.1.0
5682026-04-29T22:24:59.244Z Compiling url v2.5.8
5692026-04-29T22:24:59.474Z Compiling usdt v0.5.0
5702026-04-29T22:24:59.574Z Compiling toml v0.8.23
5712026-04-29T22:24:59.901Z Compiling cargo-util-schemas v0.8.2
5722026-04-29T22:24:59.901Z Compiling cargo_toml v0.21.0
5732026-04-29T22:25:00.681Z Compiling cargo_metadata v0.21.0
5742026-04-29T22:25:01.603Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5752026-04-29T22:25:03.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.15s
5762026-04-29T22:25:03.966Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5772026-04-29T22:25:04.526Z Downloading crates ...
5782026-04-29T22:25:04.620Z Downloaded aead v0.5.2
5792026-04-29T22:25:04.627Z Downloaded arrayref v0.3.9
5802026-04-29T22:25:04.631Z Downloaded base16ct v0.2.0
5812026-04-29T22:25:04.636Z Downloaded bit-vec v0.8.0
5822026-04-29T22:25:04.646Z Downloaded cfg_aliases v0.1.1
5832026-04-29T22:25:04.653Z Downloaded crossbeam-utils v0.8.21
5842026-04-29T22:25:04.657Z Downloaded crc32fast v1.5.0
5852026-04-29T22:25:04.660Z Downloaded des v0.8.1
5862026-04-29T22:25:04.660Z Downloaded dropshot-api-manager-types v0.7.1
5872026-04-29T22:25:04.664Z Downloaded cargo_metadata v0.19.2
5882026-04-29T22:25:04.675Z Downloaded fixedbitset v0.5.7
5892026-04-29T22:25:04.675Z Downloaded critical-section v1.2.0
5902026-04-29T22:25:04.675Z Downloaded crc8 v0.1.1
5912026-04-29T22:25:04.675Z Downloaded crossbeam-deque v0.8.6
5922026-04-29T22:25:04.675Z Downloaded ciborium-ll v0.2.2
5932026-04-29T22:25:04.678Z Downloaded atomic-waker v1.1.2
5942026-04-29T22:25:04.678Z Downloaded ecdsa v0.16.9
5952026-04-29T22:25:04.683Z Downloaded async-stream-impl v0.3.6
5962026-04-29T22:25:04.686Z Downloaded ciborium v0.2.2
5972026-04-29T22:25:04.690Z Downloaded dtrace-parser v0.3.0
5982026-04-29T22:25:04.690Z Downloaded buf-list v1.1.2
5992026-04-29T22:25:04.694Z Downloaded ahash v0.8.12
6002026-04-29T22:25:04.696Z Downloaded cancel-safe-futures v0.1.5
6012026-04-29T22:25:04.699Z Downloaded filetime v0.2.27
6022026-04-29T22:25:04.699Z Downloaded darling_macro v0.21.3
6032026-04-29T22:25:04.699Z Downloaded csv-core v0.1.13
6042026-04-29T22:25:04.702Z Downloaded diff v0.1.13
6052026-04-29T22:25:04.702Z Downloaded flagset v0.4.7
6062026-04-29T22:25:04.705Z Downloaded darling v0.21.3
6072026-04-29T22:25:04.708Z Downloaded ctr v0.9.2
6082026-04-29T22:25:04.708Z Downloaded cargo-platform v0.1.9
6092026-04-29T22:25:04.711Z Downloaded darling v0.20.11
6102026-04-29T22:25:04.714Z Downloaded document-features v0.2.12
6112026-04-29T22:25:04.714Z Downloaded atty v0.2.14
6122026-04-29T22:25:04.714Z Downloaded colored v3.1.1
6132026-04-29T22:25:04.717Z Downloaded chacha20 v0.10.0
6142026-04-29T22:25:04.717Z Downloaded dropshot_endpoint v0.17.0
6152026-04-29T22:25:04.726Z Downloaded enum-as-inner v0.6.1
6162026-04-29T22:25:04.741Z Downloaded embedded-io v0.4.0
6172026-04-29T22:25:04.741Z Downloaded convert_case v0.4.0
6182026-04-29T22:25:04.741Z Downloaded ascii-canvas v3.0.0
6192026-04-29T22:25:04.741Z Downloaded bitvec v1.0.1
6202026-04-29T22:25:04.741Z Downloaded fixedbitset v0.4.2
6212026-04-29T22:25:04.751Z Downloaded crossbeam-epoch v0.9.18
6222026-04-29T22:25:04.751Z Downloaded endian-type v0.1.2
6232026-04-29T22:25:04.752Z Downloaded dyn-clone v1.0.20
6242026-04-29T22:25:04.752Z Downloaded cfg_aliases v0.2.1
6252026-04-29T22:25:04.752Z Downloaded dof v0.4.0
6262026-04-29T22:25:04.752Z Downloaded foreign-types v0.3.2
6272026-04-29T22:25:04.752Z Downloaded darling_macro v0.20.11
6282026-04-29T22:25:04.752Z Downloaded block-padding v0.3.3
6292026-04-29T22:25:04.752Z Downloaded compression-core v0.4.31
6302026-04-29T22:25:04.752Z Downloaded assert_matches v1.5.0
6312026-04-29T22:25:04.753Z Downloaded bitfield-struct v0.6.2
6322026-04-29T22:25:04.753Z Downloaded float-ord v0.3.2
6332026-04-29T22:25:04.757Z Downloaded derive_builder_macro v0.20.2
6342026-04-29T22:25:04.757Z Downloaded async-recursion v1.1.1
6352026-04-29T22:25:04.757Z Downloaded defmt v1.0.1
6362026-04-29T22:25:04.757Z Downloaded crossbeam-channel v0.5.15
6372026-04-29T22:25:04.757Z Downloaded crc-catalog v2.4.0
6382026-04-29T22:25:04.757Z Downloaded bit-set v0.5.3
6392026-04-29T22:25:04.758Z Downloaded fd-lock v4.0.4
6402026-04-29T22:25:04.761Z Downloaded cobs v0.3.0
6412026-04-29T22:25:04.761Z Downloaded bcrypt-pbkdf v0.10.0
6422026-04-29T22:25:04.761Z Downloaded env_filter v1.0.0
6432026-04-29T22:25:04.764Z Downloaded curve25519-dalek-derive v0.1.1
6442026-04-29T22:25:04.764Z Downloaded dirs-next v2.0.0
6452026-04-29T22:25:04.768Z Downloaded crc v3.4.0
6462026-04-29T22:25:04.771Z Downloaded dirs-sys-next v0.1.2
6472026-04-29T22:25:04.771Z Downloaded adler2 v2.0.1
6482026-04-29T22:25:04.771Z Downloaded embedded-io v0.6.1
6492026-04-29T22:25:04.771Z Downloaded cpufeatures v0.3.0
6502026-04-29T22:25:04.775Z Downloaded async-stream v0.3.6
6512026-04-29T22:25:04.775Z Downloaded difflib v0.4.0
6522026-04-29T22:25:04.775Z Downloaded bitfield-macros v0.19.4
6532026-04-29T22:25:04.778Z Downloaded display-error-chain v0.2.2
6542026-04-29T22:25:04.781Z Downloaded float-cmp v0.10.0
6552026-04-29T22:25:04.781Z Downloaded downcast-rs v2.0.2
6562026-04-29T22:25:04.784Z Downloaded atomicwrites v0.4.4
6572026-04-29T22:25:04.784Z Downloaded castaway v0.2.4
6582026-04-29T22:25:04.786Z Downloaded dunce v1.0.5
6592026-04-29T22:25:04.786Z Downloaded cstr-argument v0.1.2
6602026-04-29T22:25:04.791Z Downloaded crunchy v0.2.4
6612026-04-29T22:25:04.791Z Downloaded foreign-types-shared v0.1.1
6622026-04-29T22:25:04.791Z Downloaded diesel_table_macro_syntax v0.3.0
6632026-04-29T22:25:04.792Z Downloaded debug-ignore v1.0.5
6642026-04-29T22:25:04.795Z Downloaded darling_macro v0.23.0
6652026-04-29T22:25:04.795Z Downloaded ciborium-io v0.2.2
6662026-04-29T22:25:04.795Z Downloaded chacha20poly1305 v0.10.1
6672026-04-29T22:25:04.795Z Downloaded cexpr v0.6.0
6682026-04-29T22:25:04.795Z Downloaded dsl_auto_type v0.2.0
6692026-04-29T22:25:04.799Z Downloaded futures-io v0.3.32
6702026-04-29T22:25:04.799Z Downloaded either v1.15.0
6712026-04-29T22:25:04.799Z Downloaded blowfish v0.9.1
6722026-04-29T22:25:04.808Z Downloaded array-init v0.0.4
6732026-04-29T22:25:04.808Z Downloaded cmake v0.1.57
6742026-04-29T22:25:04.808Z Downloaded foreign-types-macros v0.2.3
6752026-04-29T22:25:04.808Z Downloaded foreign-types v0.5.0
6762026-04-29T22:25:04.808Z Downloaded fallible-iterator v0.2.0
6772026-04-29T22:25:04.808Z Downloaded defmt-parser v1.0.0
6782026-04-29T22:25:04.808Z Downloaded cbc v0.1.2
6792026-04-29T22:25:04.808Z Downloaded derive_builder_core v0.20.2
6802026-04-29T22:25:04.813Z Downloaded bit-vec v0.6.3
6812026-04-29T22:25:04.813Z Downloaded crucible-workspace-hack v0.1.0
6822026-04-29T22:25:04.813Z Downloaded cookie v0.18.1
6832026-04-29T22:25:04.813Z Downloaded futures-task v0.3.32
6842026-04-29T22:25:04.813Z Downloaded futures-sink v0.3.32
6852026-04-29T22:25:04.813Z Downloaded foreign-types-shared v0.3.1
6862026-04-29T22:25:04.813Z Downloaded bcs v0.1.6
6872026-04-29T22:25:04.813Z Downloaded fxhash v0.2.1
6882026-04-29T22:25:04.841Z Downloaded futures-core v0.3.32
6892026-04-29T22:25:04.841Z Downloaded funty v2.0.0
6902026-04-29T22:25:04.842Z Downloaded defmt v0.3.100
6912026-04-29T22:25:04.842Z Downloaded git-stub v1.0.0
6922026-04-29T22:25:04.842Z Downloaded gethostname v0.5.0
6932026-04-29T22:25:04.842Z Downloaded futures-macro v0.3.32
6942026-04-29T22:25:04.842Z Downloaded bit-set v0.8.0
6952026-04-29T22:25:04.842Z Downloaded ghash v0.5.1
6962026-04-29T22:25:04.842Z Downloaded camino-tempfile-ext v0.3.3
6972026-04-29T22:25:04.842Z Downloaded hash32 v0.2.1
6982026-04-29T22:25:04.842Z Downloaded constant_time_eq v0.4.2
6992026-04-29T22:25:04.842Z Downloaded cipher v0.4.4
7002026-04-29T22:25:04.842Z Downloaded bitflags v1.3.2
7012026-04-29T22:25:04.842Z Downloaded convert_case v0.10.0
7022026-04-29T22:25:04.842Z Downloaded headers-core v0.3.0
7032026-04-29T22:25:04.842Z Downloaded hash32 v0.3.1
7042026-04-29T22:25:04.842Z Downloaded daft v0.1.5
7052026-04-29T22:25:04.842Z Downloaded compression-codecs v0.4.37
7062026-04-29T22:25:04.845Z Downloaded backoff v0.4.0
7072026-04-29T22:25:04.845Z Downloaded drift v0.1.3
7082026-04-29T22:25:04.848Z Downloaded foldhash v0.2.0
7092026-04-29T22:25:04.848Z Downloaded ed25519 v2.2.3
7102026-04-29T22:25:04.861Z Downloaded async-trait v0.1.89
7112026-04-29T22:25:04.861Z Downloaded defmt-macros v1.0.1
7122026-04-29T22:25:04.873Z Downloaded derive-ex v0.1.8
7132026-04-29T22:25:04.873Z Downloaded hex v0.4.3
7142026-04-29T22:25:04.873Z Downloaded env_logger v0.11.9
7152026-04-29T22:25:04.874Z Downloaded compact_str v0.8.1
7162026-04-29T22:25:04.874Z Downloaded ff v0.13.1
7172026-04-29T22:25:04.874Z Downloaded bitfield v0.19.4
7182026-04-29T22:25:04.874Z Downloaded base64ct v1.8.3
7192026-04-29T22:25:04.874Z Downloaded foldhash v0.1.5
7202026-04-29T22:25:04.874Z Downloaded ena v0.14.4
7212026-04-29T22:25:04.874Z Downloaded hex-literal v0.4.1
7222026-04-29T22:25:04.874Z Downloaded diesel-dtrace v0.5.0
7232026-04-29T22:25:04.874Z Downloaded backon v1.6.0
7242026-04-29T22:25:04.874Z Downloaded chacha20 v0.9.1
7252026-04-29T22:25:04.874Z Downloaded cassowary v0.3.0
7262026-04-29T22:25:04.875Z Downloaded home v0.5.12
7272026-04-29T22:25:04.878Z Downloaded data-encoding v2.10.0
7282026-04-29T22:25:04.878Z Downloaded const_format v0.2.35
7292026-04-29T22:25:04.879Z Downloaded const-oid v0.9.6
7302026-04-29T22:25:04.879Z Downloaded hubpack_derive v0.1.1
7312026-04-29T22:25:04.879Z Downloaded httpdate v1.0.3
7322026-04-29T22:25:04.879Z Downloaded byte-wrapper v0.1.0
7332026-04-29T22:25:04.887Z Downloaded hubpack v0.1.2
7342026-04-29T22:25:04.887Z Downloaded globwalk v0.9.1
7352026-04-29T22:25:04.887Z Downloaded http-range v0.1.5
7362026-04-29T22:25:04.887Z Downloaded http-body v1.0.1
7372026-04-29T22:25:04.887Z Downloaded hostname v0.4.2
7382026-04-29T22:25:04.892Z Downloaded hostname v0.3.1
7392026-04-29T22:25:04.892Z Downloaded expectorate v1.2.0
7402026-04-29T22:25:04.892Z Downloaded hyper-tls v0.6.0
7412026-04-29T22:25:04.892Z Downloaded find-msvc-tools v0.1.9
7422026-04-29T22:25:04.892Z Downloaded ident_case v1.0.1
7432026-04-29T22:25:04.892Z Downloaded erased-serde v0.3.31
7442026-04-29T22:25:04.892Z Downloaded async-bb8-diesel v0.2.1
7452026-04-29T22:25:04.895Z Downloaded inout v0.1.4
7462026-04-29T22:25:04.895Z Downloaded fs-err v2.11.0
7472026-04-29T22:25:04.895Z Downloaded bb8 v0.8.6
7482026-04-29T22:25:04.895Z Downloaded der_derive v0.7.3
7492026-04-29T22:25:04.898Z Downloaded globset v0.4.18
7502026-04-29T22:25:04.898Z Downloaded futures-executor v0.3.32
7512026-04-29T22:25:04.898Z Downloaded arrayvec v0.7.6
7522026-04-29T22:25:04.902Z Downloaded group v0.13.0
7532026-04-29T22:25:04.902Z Downloaded glob v0.3.3
7542026-04-29T22:25:04.902Z Downloaded corncobs v0.1.4
7552026-04-29T22:25:04.904Z Downloaded argon2 v0.5.3
7562026-04-29T22:25:04.905Z Downloaded indent_write v2.2.0
7572026-04-29T22:25:04.907Z Downloaded indoc v1.0.9
7582026-04-29T22:25:04.907Z Downloaded blake2 v0.10.6
7592026-04-29T22:25:04.911Z Downloaded internet-checksum v0.2.1
7602026-04-29T22:25:04.911Z Downloaded instability v0.3.11
7612026-04-29T22:25:04.914Z Downloaded instant v0.1.13
7622026-04-29T22:25:04.919Z Downloaded cookie_store v0.22.1
7632026-04-29T22:25:04.922Z Downloaded console v0.16.2
7642026-04-29T22:25:04.922Z Downloaded is-terminal v0.4.17
7652026-04-29T22:25:04.925Z Downloaded clang-sys v1.8.1
7662026-04-29T22:25:04.925Z Downloaded keccak v0.1.6
7672026-04-29T22:25:04.925Z Downloaded derive_builder v0.20.2
7682026-04-29T22:25:04.931Z Downloaded allocator-api2 v0.2.21
7692026-04-29T22:25:04.934Z Downloaded const_format_proc_macros v0.2.34
7702026-04-29T22:25:04.934Z Downloaded console v0.15.11
7712026-04-29T22:25:04.937Z Downloaded deranged v0.5.8
7722026-04-29T22:25:04.937Z Downloaded bzip2 v0.4.4
7732026-04-29T22:25:04.940Z Downloaded is_ci v1.2.0
7742026-04-29T22:25:04.940Z Downloaded kstat-rs v0.2.4
7752026-04-29T22:25:04.946Z Downloaded highway v1.3.0
7762026-04-29T22:25:04.949Z Downloaded daft-derive v0.1.5
7772026-04-29T22:25:04.951Z Downloaded libscf-sys v1.1.0
7782026-04-29T22:25:04.951Z Downloaded getrandom v0.2.17
7792026-04-29T22:25:04.956Z Downloaded futures-channel v0.3.32
7802026-04-29T22:25:04.956Z Downloaded lazy_static v1.5.0
7812026-04-29T22:25:04.956Z Downloaded lalrpop-util v0.19.12
7822026-04-29T22:25:04.956Z Downloaded http-body-util v0.1.3
7832026-04-29T22:25:04.960Z Downloaded linked-hash-map v0.5.6
7842026-04-29T22:25:04.961Z Downloaded impl-trait-for-tuples v0.2.3
7852026-04-29T22:25:04.964Z Downloaded hyper-staticfile v0.10.1
7862026-04-29T22:25:04.964Z Downloaded managed v0.8.0
7872026-04-29T22:25:04.964Z Downloaded lru-slab v0.1.2
7882026-04-29T22:25:04.964Z Downloaded lru v0.12.5
7892026-04-29T22:25:04.968Z Downloaded md5 v0.7.0
7902026-04-29T22:25:04.968Z Downloaded match_cfg v0.1.0
7912026-04-29T22:25:04.968Z Downloaded lzss v0.8.2
7922026-04-29T22:25:04.968Z Downloaded new_debug_unreachable v1.0.6
7932026-04-29T22:25:04.969Z Downloaded memoffset v0.9.1
7942026-04-29T22:25:04.975Z Downloaded md-5 v0.10.6
7952026-04-29T22:25:04.975Z Downloaded newline-converter v0.3.0
7962026-04-29T22:25:04.975Z Downloaded maybe-uninit v2.0.0
7972026-04-29T22:25:04.975Z Downloaded lru-cache v0.1.2
7982026-04-29T22:25:04.975Z Downloaded mime v0.3.17
7992026-04-29T22:25:04.982Z Downloaded fs_extra v1.3.0
8002026-04-29T22:25:04.982Z Downloaded nibble_vec v0.1.0
8012026-04-29T22:25:04.982Z Downloaded ipnetwork v0.21.1
8022026-04-29T22:25:04.986Z Downloaded indoc v2.0.7
8032026-04-29T22:25:04.986Z Downloaded half v1.8.3
8042026-04-29T22:25:04.986Z Downloaded git-stub-vcs v0.1.0
8052026-04-29T22:25:04.992Z Downloaded ipnet v2.11.0
8062026-04-29T22:25:04.999Z Downloaded multimap v0.10.1
8072026-04-29T22:25:04.999Z Downloaded ingot-types v0.1.2
8082026-04-29T22:25:04.999Z Downloaded newtype_derive v0.1.6
8092026-04-29T22:25:04.999Z Downloaded ingot v0.1.1
8102026-04-29T22:25:04.999Z Downloaded num v0.4.3
8112026-04-29T22:25:04.999Z Downloaded newtype-uuid-macros v0.1.0
8122026-04-29T22:25:04.999Z Downloaded elliptic-curve v0.13.8
8132026-04-29T22:25:05.008Z Downloaded fatfs v0.3.6
8142026-04-29T22:25:05.008Z Downloaded crc-any v2.5.0
8152026-04-29T22:25:05.008Z Downloaded colored v2.2.0
8162026-04-29T22:25:05.008Z Downloaded bzip2 v0.6.1
8172026-04-29T22:25:05.008Z Downloaded derive-where v1.6.0
8182026-04-29T22:25:05.017Z Downloaded normalize-line-endings v0.3.0
8192026-04-29T22:25:05.017Z Downloaded nodrop v0.1.14
8202026-04-29T22:25:05.017Z Downloaded darling v0.23.0
8212026-04-29T22:25:05.017Z Downloaded nonempty v0.12.0
8222026-04-29T22:25:05.022Z Downloaded derive_more v0.99.20
8232026-04-29T22:25:05.022Z Downloaded num-derive v0.4.2
8242026-04-29T22:25:05.022Z Downloaded num-conv v0.2.0
8252026-04-29T22:25:05.029Z Downloaded num_threads v0.1.7
8262026-04-29T22:25:05.033Z Downloaded darling_core v0.23.0
8272026-04-29T22:25:05.033Z Downloaded num-iter v0.1.45
8282026-04-29T22:25:05.036Z Downloaded num_enum_derive v0.5.11
8292026-04-29T22:25:05.036Z Downloaded num-derive v0.3.3
8302026-04-29T22:25:05.050Z Downloaded openssl-probe v0.2.1
8312026-04-29T22:25:05.053Z Downloaded hyper-rustls v0.27.7
8322026-04-29T22:25:05.053Z Downloaded openssl-probe v0.1.6
8332026-04-29T22:25:05.056Z Downloaded openssl-macros v0.1.1
8342026-04-29T22:25:05.056Z Downloaded opaque-debug v0.3.1
8352026-04-29T22:25:05.056Z Downloaded olpc-cjson v0.1.4
8362026-04-29T22:25:05.056Z Downloaded maplit v1.0.2
8372026-04-29T22:25:05.056Z Downloaded linear-map v1.2.0
8382026-04-29T22:25:05.060Z Downloaded libsw-core v0.3.2
8392026-04-29T22:25:05.060Z Downloaded libloading v0.8.9
8402026-04-29T22:25:05.060Z Downloaded packed_struct_codegen v0.10.1
8412026-04-29T22:25:05.063Z Downloaded newtype-uuid v1.3.2
8422026-04-29T22:25:05.063Z Downloaded native-tls v0.2.18
8432026-04-29T22:25:05.063Z Downloaded multer v3.1.0
8442026-04-29T22:25:05.066Z Downloaded mime_guess v2.0.5
8452026-04-29T22:25:05.066Z Downloaded ingot-macros v0.1.1
8462026-04-29T22:25:05.066Z Downloaded oso-derive v0.27.3
8472026-04-29T22:25:05.069Z Downloaded parse-display v0.10.0
8482026-04-29T22:25:05.069Z Downloaded parse-size v1.1.0
8492026-04-29T22:25:05.069Z Downloaded crossterm v0.28.1
8502026-04-29T22:25:05.072Z Downloaded libefi-sys v0.1.0
8512026-04-29T22:25:05.075Z Downloaded iana-time-zone v0.1.65
8522026-04-29T22:25:05.075Z Downloaded half v2.7.1
8532026-04-29T22:25:05.078Z Downloaded darling_core v0.20.11
8542026-04-29T22:25:05.082Z Downloaded humantime v2.3.0
8552026-04-29T22:25:05.082Z Downloaded httparse v1.10.1
8562026-04-29T22:25:05.085Z Downloaded getrandom v0.3.4
8572026-04-29T22:25:05.089Z Downloaded futures v0.3.32
8582026-04-29T22:25:05.089Z Downloaded pbkdf2 v0.12.2
8592026-04-29T22:25:05.093Z Downloaded libsw v3.5.0
8602026-04-29T22:25:05.093Z Downloaded pbkdf2 v0.11.0
8612026-04-29T22:25:05.093Z Downloaded phf_shared v0.12.1
8622026-04-29T22:25:05.096Z Downloaded phf_shared v0.11.3
8632026-04-29T22:25:05.096Z Downloaded peg-runtime v0.8.5
8642026-04-29T22:25:05.096Z Downloaded jobserver v0.1.34
8652026-04-29T22:25:05.098Z Downloaded num-rational v0.4.2
8662026-04-29T22:25:05.099Z Downloaded num-integer v0.1.46
8672026-04-29T22:25:05.102Z Downloaded arc-swap v1.8.2
8682026-04-29T22:25:05.105Z Downloaded flume v0.11.1
8692026-04-29T22:25:05.105Z Downloaded derive_more v2.1.1
8702026-04-29T22:25:05.110Z Downloaded pin-utils v0.1.0
8712026-04-29T22:25:05.113Z Downloaded num_enum_derive v0.7.5
8722026-04-29T22:25:05.113Z Downloaded num_enum v0.5.11
8732026-04-29T22:25:05.116Z Downloaded phf_shared v0.13.1
8742026-04-29T22:25:05.116Z Downloaded powerfmt v0.2.0
8752026-04-29T22:25:05.119Z Downloaded num-complex v0.4.6
8762026-04-29T22:25:05.119Z Downloaded hmac v0.12.1
8772026-04-29T22:25:05.119Z Downloaded nu-ansi-term v0.50.3
8782026-04-29T22:25:05.122Z Downloaded lock_api v0.4.14
8792026-04-29T22:25:05.122Z Downloaded num_enum v0.7.5
8802026-04-29T22:25:05.127Z Downloaded ignore v0.4.25
8812026-04-29T22:25:05.138Z Downloaded darling_core v0.21.3
8822026-04-29T22:25:05.138Z Downloaded precomputed-hash v0.1.1
8832026-04-29T22:25:05.138Z Downloaded crypto-bigint v0.5.5
8842026-04-29T22:25:05.153Z Downloaded predicates-tree v1.0.13
8852026-04-29T22:25:05.153Z Downloaded oxnet v0.1.4
8862026-04-29T22:25:05.153Z Downloaded owo-colors v4.3.0
8872026-04-29T22:25:05.153Z Downloaded litrs v1.0.0
8882026-04-29T22:25:05.154Z Downloaded indexmap v1.9.3
8892026-04-29T22:25:05.154Z Downloaded oxide-tokio-rt v0.1.4
8902026-04-29T22:25:05.154Z Downloaded proc-macro-error-attr2 v2.0.0
8912026-04-29T22:25:05.154Z Downloaded packed_struct v0.10.1
8922026-04-29T22:25:05.154Z Downloaded nanorand v0.7.0
8932026-04-29T22:25:05.154Z Downloaded parking_lot_core v0.8.6
8942026-04-29T22:25:05.154Z Downloaded memmap2 v0.9.10
8952026-04-29T22:25:05.161Z Downloaded bytes v1.11.1
8962026-04-29T22:25:05.161Z Downloaded proc-macro-crate v1.3.1
8972026-04-29T22:25:05.162Z Downloaded dropshot_endpoint v0.16.7
8982026-04-29T22:25:05.162Z Downloaded cc v1.2.56
8992026-04-29T22:25:05.162Z Downloaded base64 v0.21.7
9002026-04-29T22:25:05.165Z Downloaded pem v3.0.6
9012026-04-29T22:25:05.165Z Downloaded base64 v0.22.1
9022026-04-29T22:25:05.170Z Downloaded progenitor-client v0.11.2
9032026-04-29T22:25:05.170Z Downloaded headers v0.4.1
9042026-04-29T22:25:05.170Z Downloaded peg v0.8.5
9052026-04-29T22:25:05.173Z Downloaded phf v0.13.1
9062026-04-29T22:25:05.173Z Downloaded dropshot-api-manager v0.7.1
9072026-04-29T22:25:05.176Z Downloaded peg-macros v0.8.5
9082026-04-29T22:25:05.179Z Downloaded progenitor-client v0.10.0
9092026-04-29T22:25:05.179Z Downloaded heapless v0.8.0
9102026-04-29T22:25:05.182Z Downloaded progenitor-macro v0.14.0
9112026-04-29T22:25:05.182Z Downloaded progenitor-macro v0.10.0
9122026-04-29T22:25:05.182Z Downloaded path-slash v0.1.5
9132026-04-29T22:25:05.182Z Downloaded paste v1.0.15
9142026-04-29T22:25:05.184Z Downloaded omicron-zone-package v0.12.2
9152026-04-29T22:25:05.189Z Downloaded password-hash v0.5.0
9162026-04-29T22:25:05.189Z Downloaded password-hash v0.4.2
9172026-04-29T22:25:05.192Z Downloaded psl-types v2.0.11
9182026-04-29T22:25:05.192Z Downloaded pkg-config v0.3.32
9192026-04-29T22:25:05.192Z Downloaded progenitor-macro v0.13.0
9202026-04-29T22:25:05.192Z Downloaded bumpalo v3.20.2
9212026-04-29T22:25:05.194Z Downloaded ar_archive_writer v0.5.1
9222026-04-29T22:25:05.195Z Downloaded quick-error v1.2.3
9232026-04-29T22:25:05.197Z Downloaded progenitor-client v0.14.0
9242026-04-29T22:25:05.197Z Downloaded parse-display-derive v0.10.0
9252026-04-29T22:25:05.197Z Downloaded radium v0.7.0
9262026-04-29T22:25:05.203Z Downloaded libbz2-rs-sys v0.2.2
9272026-04-29T22:25:05.206Z Downloaded ppv-lite86 v0.2.21
9282026-04-29T22:25:05.206Z Downloaded pin-project-lite v0.2.17
9292026-04-29T22:25:05.209Z Downloaded postgres-protocol v0.6.10
9302026-04-29T22:25:05.212Z Downloaded polyval v0.6.2
9312026-04-29T22:25:05.212Z Downloaded predicates-core v1.0.10
9322026-04-29T22:25:05.215Z Downloaded pkcs8 v0.10.2
9332026-04-29T22:25:05.215Z Downloaded pin-project-internal v1.1.11
9342026-04-29T22:25:05.219Z Downloaded predicates v3.1.4
9352026-04-29T22:25:05.223Z Downloaded proc-macro-crate v3.4.0
9362026-04-29T22:25:05.226Z Downloaded indicatif v0.18.4
9372026-04-29T22:25:05.226Z Downloaded proc-macro-error2 v2.0.1
9382026-04-29T22:25:05.230Z Downloaded primeorder v0.13.6
9392026-04-29T22:25:05.230Z Downloaded parking_lot v0.12.5
9402026-04-29T22:25:05.233Z Downloaded flate2 v1.1.9
9412026-04-29T22:25:05.235Z Downloaded ed25519-dalek v2.2.0
9422026-04-29T22:25:05.238Z Downloaded diesel_derives v2.3.7
9432026-04-29T22:25:05.242Z Downloaded ref-cast-impl v1.0.25
9442026-04-29T22:25:05.242Z Downloaded ref-cast v1.0.25
9452026-04-29T22:25:05.245Z Downloaded progenitor v0.11.2
9462026-04-29T22:25:05.245Z Downloaded derive_more-impl v2.1.1
9472026-04-29T22:25:05.254Z Downloaded progenitor v0.10.0
9482026-04-29T22:25:05.254Z Downloaded recursive-proc-macro-impl v0.1.1
9492026-04-29T22:25:05.254Z Downloaded recursive v0.1.1
9502026-04-29T22:25:05.254Z Downloaded progenitor v0.14.0
9512026-04-29T22:25:05.258Z Downloaded progenitor v0.13.0
9522026-04-29T22:25:05.258Z Downloaded der v0.7.10
9532026-04-29T22:25:05.272Z Downloaded heapless v0.7.17
9542026-04-29T22:25:05.278Z Downloaded rfc6979 v0.4.0
9552026-04-29T22:25:05.278Z Downloaded progenitor-macro v0.11.2
9562026-04-29T22:25:05.278Z Downloaded poly1305 v0.8.0
9572026-04-29T22:25:05.278Z Downloaded phf v0.12.1
9582026-04-29T22:25:05.278Z Downloaded rand_chacha v0.3.1
9592026-04-29T22:25:05.278Z Downloaded r2d2 v0.8.10
9602026-04-29T22:25:05.278Z Downloaded rtoolbox v0.0.3
9612026-04-29T22:25:05.278Z Downloaded progenitor-extras v0.2.0
9622026-04-29T22:25:05.278Z Downloaded progenitor-client v0.13.0
9632026-04-29T22:25:05.283Z Downloaded psm v0.1.30
9642026-04-29T22:25:05.283Z Downloaded rustc_version v0.4.1
9652026-04-29T22:25:05.283Z Downloaded rustc_version v0.1.7
9662026-04-29T22:25:05.283Z Downloaded oso v0.27.3
9672026-04-29T22:25:05.284Z Downloaded pem-rfc7468 v0.7.0
9682026-04-29T22:25:05.288Z Downloaded rustc-hash v2.1.1
9692026-04-29T22:25:05.288Z Downloaded russh-cryptovec v0.7.3
9702026-04-29T22:25:05.296Z Downloaded postcard v1.1.3
9712026-04-29T22:25:05.300Z Downloaded pkcs5 v0.7.1
9722026-04-29T22:25:05.300Z Downloaded pkcs1 v0.7.5
9732026-04-29T22:25:05.300Z Downloaded rand_core v0.10.0
9742026-04-29T22:25:05.300Z Downloaded postgres-types v0.2.12
9752026-04-29T22:25:05.304Z Downloaded same-file v1.0.6
9762026-04-29T22:25:05.304Z Downloaded rand_core v0.6.4
9772026-04-29T22:25:05.304Z Downloaded rand_chacha v0.9.0
9782026-04-29T22:25:05.308Z Downloaded miniz_oxide v0.8.9
9792026-04-29T22:25:05.308Z Downloaded hickory-resolver v0.24.4
9802026-04-29T22:25:05.311Z Downloaded rand_core v0.9.5
9812026-04-29T22:25:05.311Z Downloaded parking_lot v0.11.2
9822026-04-29T22:25:05.314Z Downloaded papergrid v0.17.0
9832026-04-29T22:25:05.318Z Downloaded rand_seeder v0.4.0
9842026-04-29T22:25:05.318Z Downloaded p256 v0.13.2
9852026-04-29T22:25:05.318Z Downloaded salsa20 v0.10.2
9862026-04-29T22:25:05.322Z Downloaded rand_xorshift v0.4.0
9872026-04-29T22:25:05.322Z Downloaded sapling-renderdag v0.1.0
9882026-04-29T22:25:05.325Z Downloaded scopeguard v1.2.0
9892026-04-29T22:25:05.325Z Downloaded scheduled-thread-pool v0.2.7
9902026-04-29T22:25:05.327Z Downloaded async-compression v0.4.41
9912026-04-29T22:25:05.330Z Downloaded dropshot v0.16.7
9922026-04-29T22:25:05.341Z Downloaded serde_bytes v0.11.19
9932026-04-29T22:25:05.345Z Downloaded serde-big-array v0.5.1
9942026-04-29T22:25:05.345Z Downloaded semver v0.1.20
9952026-04-29T22:25:05.348Z Downloaded resolv-conf v0.7.6
9962026-04-29T22:25:05.348Z Downloaded jiff-static v0.2.21
9972026-04-29T22:25:05.348Z Downloaded secrecy v0.8.0
9982026-04-29T22:25:05.351Z Downloaded scrypt v0.11.0
9992026-04-29T22:25:05.351Z Downloaded scroll_derive v0.13.1
10002026-04-29T22:25:05.351Z Downloaded pin-project v1.1.11
10012026-04-29T22:25:05.356Z Downloaded quinn-udp v0.5.14
10022026-04-29T22:25:05.358Z Downloaded seq-macro v0.3.6
10032026-04-29T22:25:05.361Z Downloaded serde_urlencoded v0.7.1
10042026-04-29T22:25:05.361Z Downloaded serde_plain v1.0.2
10052026-04-29T22:25:05.364Z Downloaded serde_spanned v1.0.4
10062026-04-29T22:25:05.369Z Downloaded hashbrown v0.13.2
10072026-04-29T22:25:05.373Z Downloaded sha1 v0.10.6
10082026-04-29T22:25:05.377Z Downloaded prefix-trie v0.7.0
10092026-04-29T22:25:05.379Z Downloaded signal-hook-tokio v0.3.1
10102026-04-29T22:25:05.380Z Downloaded openssl-sys v0.9.111
10112026-04-29T22:25:05.382Z Downloaded rustversion v1.0.22
10122026-04-29T22:25:05.386Z Downloaded rustls-pemfile v2.2.0
10132026-04-29T22:25:05.389Z Downloaded rustls-pemfile v1.0.4
10142026-04-29T22:25:05.389Z Downloaded rustls-native-certs v0.8.3
10152026-04-29T22:25:05.394Z Downloaded siphasher v1.0.2
10162026-04-29T22:25:05.407Z Downloaded parking_lot_core v0.9.12
10172026-04-29T22:25:05.407Z Downloaded rusty-fork v0.3.1
10182026-04-29T22:25:05.407Z Downloaded hickory-resolver v0.25.2
10192026-04-29T22:25:05.407Z Downloaded schemars_derive v0.8.22
10202026-04-29T22:25:05.407Z Downloaded scroll v0.13.0
10212026-04-29T22:25:05.412Z Downloaded sigpipe v0.1.3
10222026-04-29T22:25:05.412Z Downloaded slog-envlogger v2.2.0
10232026-04-29T22:25:05.413Z Downloaded signature v2.2.0
10242026-04-29T22:25:05.413Z Downloaded shell-words v1.1.1
10252026-04-29T22:25:05.421Z Downloaded aes v0.8.4
10262026-04-29T22:25:05.421Z Downloaded sct v0.7.1
10272026-04-29T22:25:05.425Z Downloaded hickory-server v0.25.2
10282026-04-29T22:25:05.425Z Downloaded serde-hex v0.1.0
10292026-04-29T22:25:05.425Z Downloaded secrecy v0.10.3
10302026-04-29T22:25:05.428Z Downloaded sec1 v0.7.3
10312026-04-29T22:25:05.432Z Downloaded hyper-util v0.1.20
10322026-04-29T22:25:05.436Z Downloaded progenitor-impl v0.13.0
10332026-04-29T22:25:05.446Z Downloaded serde_repr v0.1.20
10342026-04-29T22:25:05.449Z Downloaded signal-hook-mio v0.2.5
10352026-04-29T22:25:05.449Z Downloaded slog-bunyan v2.5.0
10362026-04-29T22:25:05.455Z Downloaded russh-keys v0.45.0
10372026-04-29T22:25:05.457Z Downloaded structmeta-derive v0.3.0
10382026-04-29T22:25:05.457Z Downloaded serde_path_to_error v0.1.20
10392026-04-29T22:25:05.460Z Downloaded ssh-encoding v0.2.0
10402026-04-29T22:25:05.463Z Downloaded ssh-cipher v0.2.0
10412026-04-29T22:25:05.463Z Downloaded sqlparser_derive v0.5.0
10422026-04-29T22:25:05.463Z Downloaded structmeta v0.3.0
10432026-04-29T22:25:05.466Z Downloaded signal-hook-registry v1.4.8
10442026-04-29T22:25:05.472Z Downloaded rustls-pki-types v1.14.0
10452026-04-29T22:25:05.475Z Downloaded subtle v2.6.1
10462026-04-29T22:25:05.478Z Downloaded strip-ansi-escapes v0.2.1
10472026-04-29T22:25:05.481Z Downloaded shlex v1.3.0
10482026-04-29T22:25:05.481Z Downloaded supports-color v3.0.2
10492026-04-29T22:25:05.481Z Downloaded strum v0.27.2
10502026-04-29T22:25:05.484Z Downloaded minimal-lexical v0.2.1
10512026-04-29T22:25:05.487Z Downloaded slog-async v2.8.0
10522026-04-29T22:25:05.490Z Downloaded http v1.4.0
10532026-04-29T22:25:05.492Z Downloaded prettyplease v0.2.37
10542026-04-29T22:25:05.495Z Downloaded tabled_derive v0.11.0
10552026-04-29T22:25:05.495Z Downloaded sync_wrapper v1.0.2
10562026-04-29T22:25:05.495Z Downloaded sync-ptr v0.1.4
10572026-04-29T22:25:05.500Z Downloaded tagptr v0.2.0
10582026-04-29T22:25:05.500Z Downloaded slog-scope v4.4.1
10592026-04-29T22:25:05.500Z Downloaded strum v0.26.3
10602026-04-29T22:25:05.500Z Downloaded slab v0.4.12
10612026-04-29T22:25:05.503Z Downloaded take_mut v0.2.2
10622026-04-29T22:25:05.508Z Downloaded hashbrown v0.12.3
10632026-04-29T22:25:05.511Z Downloaded slog-json v2.6.1
10642026-04-29T22:25:05.514Z Downloaded aes-gcm v0.10.3
10652026-04-29T22:25:05.514Z Downloaded tap v1.0.1
10662026-04-29T22:25:05.518Z Downloaded serde_derive_internals v0.29.1
10672026-04-29T22:25:05.521Z Downloaded smf v0.2.3
10682026-04-29T22:25:05.521Z Downloaded slog-dtrace v0.3.0
10692026-04-29T22:25:05.525Z Downloaded time-core v0.1.8
10702026-04-29T22:25:05.526Z Downloaded spki v0.7.3
10712026-04-29T22:25:05.526Z Downloaded progenitor-impl v0.10.0
10722026-04-29T22:25:05.529Z Downloaded sqlformat v0.3.5
10732026-04-29T22:25:05.529Z Downloaded smallvec v0.6.14
10742026-04-29T22:25:05.530Z Downloaded stringprep v0.1.5
10752026-04-29T22:25:05.533Z Downloaded simd-adler32 v0.3.8
10762026-04-29T22:25:05.533Z Downloaded testing_table v0.3.0
10772026-04-29T22:25:05.533Z Downloaded thiserror-impl-no-std v2.0.2
10782026-04-29T22:25:05.537Z Downloaded progenitor-impl v0.11.2
10792026-04-29T22:25:05.537Z Downloaded string_cache v0.8.9
10802026-04-29T22:25:05.537Z Downloaded progenitor-impl v0.14.0
10812026-04-29T22:25:05.546Z Downloaded itertools v0.10.5
10822026-04-29T22:25:05.546Z Downloaded ron v0.8.1
10832026-04-29T22:25:05.551Z Downloaded hashbrown v0.16.1
10842026-04-29T22:25:05.551Z Downloaded tinyvec_macros v0.1.1
10852026-04-29T22:25:05.551Z Downloaded static_assertions v1.1.0
10862026-04-29T22:25:05.555Z Downloaded thread-id v5.1.0
10872026-04-29T22:25:05.556Z Downloaded snafu-derive v0.8.9
10882026-04-29T22:25:05.556Z Downloaded serde_with_macros v3.17.0
10892026-04-29T22:25:05.556Z Downloaded slog-stdlog v4.1.1
10902026-04-29T22:25:05.556Z Downloaded termtree v0.5.1
10912026-04-29T22:25:05.559Z Downloaded schemars v0.8.22
10922026-04-29T22:25:05.566Z Downloaded tokio-macros v2.7.0
10932026-04-29T22:25:05.569Z Downloaded rustls-platform-verifier v0.6.2
10942026-04-29T22:25:05.574Z Downloaded ryu v1.0.23
10952026-04-29T22:25:05.577Z Downloaded strum_macros v0.27.2
10962026-04-29T22:25:05.577Z Downloaded support-bundle-viewer v0.1.2
10972026-04-29T22:25:05.580Z Downloaded strum_macros v0.24.3
10982026-04-29T22:25:05.580Z Downloaded rcgen v0.12.1
10992026-04-29T22:25:05.583Z Downloaded tabwriter v1.4.1
11002026-04-29T22:25:05.583Z Downloaded slog-term v2.9.2
11012026-04-29T22:25:05.586Z Downloaded strum_macros v0.26.4
11022026-04-29T22:25:05.586Z Downloaded pretty_assertions v1.4.1
11032026-04-29T22:25:05.586Z Downloaded libxml v0.3.3
11042026-04-29T22:25:05.589Z Downloaded serde_cbor v0.11.2
11052026-04-29T22:25:05.592Z Downloaded rand v0.8.5
11062026-04-29T22:25:05.597Z Downloaded qorb v0.4.1
11072026-04-29T22:25:05.603Z Downloaded termios v0.3.3
11082026-04-29T22:25:05.607Z Downloaded spin v0.9.8
11092026-04-29T22:25:05.613Z Downloaded iddqd v0.3.18
11102026-04-29T22:25:05.618Z Downloaded tower-service v0.3.3
11112026-04-29T22:25:05.621Z Downloaded num-bigint v0.4.6
11122026-04-29T22:25:05.624Z Downloaded itertools v0.12.1
11132026-04-29T22:25:05.627Z Downloaded crossterm v0.29.0
11142026-04-29T22:25:05.630Z Downloaded topological-sort v0.2.2
11152026-04-29T22:25:05.633Z Downloaded nom v7.1.3
11162026-04-29T22:25:05.635Z Downloaded thread_local v1.1.9
11172026-04-29T22:25:05.635Z Downloaded thiserror-no-std v2.0.2
11182026-04-29T22:25:05.638Z Downloaded stacker v0.1.23
11192026-04-29T22:25:05.642Z Downloaded trait-variant v0.1.2
11202026-04-29T22:25:05.648Z Downloaded tls_codec_derive v0.4.2
11212026-04-29T22:25:05.651Z Downloaded try-lock v0.2.5
11222026-04-29T22:25:05.651Z Downloaded time-macros v0.2.27
11232026-04-29T22:25:05.654Z Downloaded tiny-keccak v2.0.2
11242026-04-29T22:25:05.654Z Downloaded typify-macro v0.6.2
11252026-04-29T22:25:05.657Z Downloaded schemars v0.9.0
11262026-04-29T22:25:05.663Z Downloaded tokio-dtrace v0.1.1
11272026-04-29T22:25:05.666Z Downloaded unicode-truncate v1.1.0
11282026-04-29T22:25:05.666Z Downloaded tls_codec v0.4.2
11292026-04-29T22:25:05.668Z Downloaded typify-macro v0.4.3
11302026-04-29T22:25:05.669Z Downloaded usdt v0.6.0
11312026-04-29T22:25:05.669Z Downloaded aho-corasick v1.1.4
11322026-04-29T22:25:05.671Z Downloaded tokio-native-tls v0.3.1
11332026-04-29T22:25:05.674Z Downloaded tokio-rustls v0.25.0
11342026-04-29T22:25:05.674Z Downloaded slog v2.8.2
11352026-04-29T22:25:05.678Z Downloaded universal-hash v0.5.1
11362026-04-29T22:25:05.678Z Downloaded signal-hook v0.3.18
11372026-04-29T22:25:05.688Z Downloaded publicsuffix v2.3.0
11382026-04-29T22:25:05.688Z Downloaded hyper v1.8.1
11392026-04-29T22:25:05.695Z Downloaded utf-8 v0.7.6
11402026-04-29T22:25:05.695Z Downloaded tokio-tungstenite v0.21.0
11412026-04-29T22:25:05.695Z Downloaded rand v0.9.2
11422026-04-29T22:25:05.695Z Downloaded usdt-attr-macro v0.6.0
11432026-04-29T22:25:05.695Z Downloaded iri-string v0.7.10
11442026-04-29T22:25:05.695Z Downloaded usdt-macro v0.6.0
11452026-04-29T22:25:05.695Z Downloaded untrusted v0.7.1
11462026-04-29T22:25:05.707Z Downloaded unit-prefix v0.5.2
11472026-04-29T22:25:05.707Z Downloaded socket2 v0.5.10
11482026-04-29T22:25:05.707Z Downloaded hashbrown v0.15.5
11492026-04-29T22:25:05.712Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11502026-04-29T22:25:05.712Z Downloaded toml_writer v1.0.6+spec-1.1.0
11512026-04-29T22:25:05.712Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11522026-04-29T22:25:05.712Z Downloaded tokio-tungstenite v0.23.1
11532026-04-29T22:25:05.712Z Downloaded term v0.7.0
11542026-04-29T22:25:05.712Z Downloaded rustls-webpki v0.103.9
11552026-04-29T22:25:05.712Z Downloaded num-bigint-dig v0.8.6
11562026-04-29T22:25:05.715Z Downloaded h2 v0.4.13
11572026-04-29T22:25:05.716Z Downloaded void v1.0.2
11582026-04-29T22:25:05.716Z Downloaded tower-layer v0.3.3
11592026-04-29T22:25:05.719Z Downloaded socket2 v0.6.3
11602026-04-29T22:25:05.719Z Downloaded waitgroup v0.1.2
11612026-04-29T22:25:05.719Z Downloaded wait-timeout v0.2.1
11622026-04-29T22:25:05.722Z Downloaded want v0.3.1
11632026-04-29T22:25:05.722Z Downloaded rsa v0.9.10
11642026-04-29T22:25:05.725Z Downloaded quinn v0.11.9
11652026-04-29T22:25:05.725Z Downloaded tui-tree-widget v0.23.1
11662026-04-29T22:25:05.728Z Downloaded futures-util v0.3.32
11672026-04-29T22:25:05.732Z Downloaded subprocess v0.2.15
11682026-04-29T22:25:05.736Z Downloaded similar v2.7.0
11692026-04-29T22:25:05.739Z Downloaded rayon-core v1.13.0
11702026-04-29T22:25:05.743Z Downloaded mio v1.2.0
11712026-04-29T22:25:05.746Z Downloaded unarray v0.1.4
11722026-04-29T22:25:05.749Z Downloaded samael v0.0.19
11732026-04-29T22:25:05.752Z Downloaded untrusted v0.9.0
11742026-04-29T22:25:05.755Z Downloaded tokio-stream v0.1.18
11752026-04-29T22:25:05.758Z Downloaded xshell-macros v0.2.7
11762026-04-29T22:25:05.763Z Downloaded tokio-rustls v0.26.4
11772026-04-29T22:25:05.766Z Downloaded serde_yaml v0.9.34+deprecated
11782026-04-29T22:25:05.768Z Downloaded uzers v0.12.2
11792026-04-29T22:25:05.772Z Downloaded test-strategy v0.4.5
11802026-04-29T22:25:05.775Z Downloaded snafu v0.8.9
11812026-04-29T22:25:05.778Z Downloaded zeroize_derive v1.4.3
11822026-04-29T22:25:05.781Z Downloaded usdt-impl v0.6.0
11832026-04-29T22:25:05.781Z Downloaded unicase v2.9.0
11842026-04-29T22:25:05.781Z Downloaded term v1.2.1
11852026-04-29T22:25:05.787Z Downloaded toml_parser v1.0.9+spec-1.1.0
11862026-04-29T22:25:05.790Z Downloaded libm v0.2.16
11872026-04-29T22:25:05.794Z Downloaded itertools v0.13.0
11882026-04-29T22:25:05.798Z Downloaded vsss-rs v3.3.4
11892026-04-29T22:25:05.801Z Downloaded vergen-gitcl v1.0.8
11902026-04-29T22:25:05.801Z Downloaded zone v0.3.1
11912026-04-29T22:25:05.803Z Downloaded zone_cfg_derive v0.3.1
11922026-04-29T22:25:05.803Z Downloaded schemars v1.2.1
11932026-04-29T22:25:05.811Z Downloaded wyz v0.5.1
11942026-04-29T22:25:05.814Z Downloaded whoami v1.6.1
11952026-04-29T22:25:05.814Z Downloaded tracing-attributes v0.1.31
11962026-04-29T22:25:05.820Z Downloaded hkdf v0.12.4
11972026-04-29T22:25:05.820Z Downloaded aws-lc-rs v1.16.0
11982026-04-29T22:25:05.825Z Downloaded twox-hash v2.1.2
11992026-04-29T22:25:05.830Z Downloaded unicode-properties v0.1.4
12002026-04-29T22:25:05.830Z Downloaded tokio-rustls v0.24.1
12012026-04-29T22:25:05.833Z Downloaded vergen-lib v0.1.6
12022026-04-29T22:25:05.834Z Downloaded p521 v0.13.3
12032026-04-29T22:25:05.837Z Downloaded tar v0.4.45
12042026-04-29T22:25:05.841Z Downloaded xattr v1.6.1
12052026-04-29T22:25:05.841Z Downloaded xshell v0.2.7
12062026-04-29T22:25:05.845Z Downloaded blake3 v1.8.3
12072026-04-29T22:25:05.857Z Downloaded itertools v0.14.0
12082026-04-29T22:25:05.857Z Downloaded toml v1.0.6+spec-1.1.0
12092026-04-29T22:25:05.857Z Downloaded zeroize v1.8.2
12102026-04-29T22:25:05.868Z Downloaded vergen-git2 v1.0.7
12112026-04-29T22:25:05.868Z Downloaded vergen v9.0.6
12122026-04-29T22:25:05.868Z Downloaded toml v0.7.8
12132026-04-29T22:25:05.871Z Downloaded tracing-core v0.1.36
12142026-04-29T22:25:05.874Z Downloaded zstd v0.13.3
12152026-04-29T22:25:05.877Z Downloaded tinyvec v1.10.0
12162026-04-29T22:25:05.877Z Downloaded whoami v2.1.0
12172026-04-29T22:25:05.879Z Downloaded typify v0.4.3
12182026-04-29T22:25:05.886Z Downloaded zstd-safe v7.2.4
12192026-04-29T22:25:05.886Z Downloaded rand v0.10.0
12202026-04-29T22:25:05.886Z Downloaded walkdir v2.5.0
12212026-04-29T22:25:05.889Z Downloaded tungstenite v0.21.0
12222026-04-29T22:25:05.889Z Downloaded typify v0.6.2
12232026-04-29T22:25:05.892Z Downloaded russh v0.45.0
12242026-04-29T22:25:05.896Z Downloaded tungstenite v0.23.0
12252026-04-29T22:25:05.902Z Downloaded unicode-bidi v0.3.18
12262026-04-29T22:25:05.905Z Downloaded yasna v0.5.2
12272026-04-29T22:25:05.908Z Downloaded toml v0.9.12+spec-1.1.0
12282026-04-29T22:25:05.924Z Downloaded toml_edit v0.23.10+spec-1.0.0
12292026-04-29T22:25:05.932Z Downloaded rpassword v7.4.0
12302026-04-29T22:25:05.941Z Downloaded steno v0.4.1
12312026-04-29T22:25:05.964Z Downloaded uuid v1.23.0
12322026-04-29T22:25:05.967Z Downloaded reedline v0.40.0
12332026-04-29T22:25:05.971Z Downloaded git2 v0.20.4
12342026-04-29T22:25:05.974Z Downloaded toml_edit v0.19.15
12352026-04-29T22:25:05.984Z Downloaded vte v0.14.1
12362026-04-29T22:25:05.993Z Downloaded rustyline v14.0.0
12372026-04-29T22:25:05.996Z Downloaded zopfli v0.8.3
12382026-04-29T22:25:05.996Z Downloaded ssh-key v0.6.7
12392026-04-29T22:25:05.996Z Downloaded regex v1.12.3
12402026-04-29T22:25:05.999Z Downloaded tokio-postgres v0.7.16
12412026-04-29T22:25:06.002Z Downloaded reqwest v0.12.28
12422026-04-29T22:25:06.008Z Downloaded p384 v0.13.1
12432026-04-29T22:25:06.016Z Downloaded unsafe-libyaml v0.2.11
12442026-04-29T22:25:06.019Z Downloaded bindgen v0.71.1
12452026-04-29T22:25:06.022Z Downloaded zerocopy v0.6.6
12462026-04-29T22:25:06.025Z Downloaded portable-atomic v1.13.1
12472026-04-29T22:25:06.031Z Downloaded zip v0.6.6
12482026-04-29T22:25:06.039Z Downloaded rayon v1.11.0
12492026-04-29T22:25:06.050Z Downloaded typed-path v0.9.3
12502026-04-29T22:25:06.094Z Downloaded chrono v0.4.44
12512026-04-29T22:25:06.094Z Downloaded unicode_categories v0.1.1
12522026-04-29T22:25:06.094Z Downloaded reqwest v0.13.2
12532026-04-29T22:25:06.094Z Downloaded zerocopy-derive v0.8.40
12542026-04-29T22:25:06.094Z Downloaded unicode-segmentation v1.12.0
12552026-04-29T22:25:06.094Z Downloaded goblin v0.10.5
12562026-04-29T22:25:06.102Z Downloaded tower v0.5.3
12572026-04-29T22:25:06.107Z Downloaded salty v0.3.0
12582026-04-29T22:25:06.112Z Downloaded lalrpop v0.19.12
12592026-04-29T22:25:06.119Z Downloaded quick-xml v0.37.5
12602026-04-29T22:25:06.127Z Downloaded x509-cert v0.2.5
12612026-04-29T22:25:06.135Z Downloaded rustls-webpki v0.101.7
12622026-04-29T22:25:06.140Z Downloaded yansi v1.0.1
12632026-04-29T22:25:06.140Z Downloaded moka v0.12.13
12642026-04-29T22:25:06.154Z Downloaded tower-http v0.6.8
12652026-04-29T22:25:06.161Z Downloaded zip v4.6.1
12662026-04-29T22:25:06.161Z Downloaded rustls-webpki v0.102.8
12672026-04-29T22:25:06.165Z Downloaded petname v2.0.2
12682026-04-29T22:25:06.169Z Downloaded tough v0.20.0
12692026-04-29T22:25:06.173Z Downloaded proptest v1.10.0
12702026-04-29T22:25:06.197Z Downloaded tokio-util v0.7.18
12712026-04-29T22:25:06.205Z Downloaded quinn-proto v0.11.13
12722026-04-29T22:25:06.209Z Downloaded serde_with v3.17.0
12732026-04-29T22:25:06.217Z Downloaded unicode-normalization v0.1.25
12742026-04-29T22:25:06.220Z Downloaded radix_trie v0.2.1
12752026-04-29T22:25:06.223Z Downloaded nix v0.27.1
12762026-04-29T22:25:06.231Z Downloaded openssl v0.10.75
12772026-04-29T22:25:06.237Z Downloaded object v0.30.4
12782026-04-29T22:25:06.253Z Downloaded curve25519-dalek v4.1.3
12792026-04-29T22:25:06.279Z Downloaded winnow v0.5.40
12802026-04-29T22:25:06.292Z Downloaded bstr v1.12.1
12812026-04-29T22:25:06.331Z Downloaded winnow v0.6.26
12822026-04-29T22:25:06.337Z Downloaded rustls v0.21.12
12832026-04-29T22:25:06.343Z Downloaded zlib-rs v0.6.2
12842026-04-29T22:25:06.369Z Downloaded openapiv3 v2.2.0
12852026-04-29T22:25:06.376Z Downloaded polar-core v0.27.3
12862026-04-29T22:25:06.380Z Downloaded tabled v0.20.0
12872026-04-29T22:25:06.390Z Downloaded time v0.3.47
12882026-04-29T22:25:06.397Z Downloaded regex-syntax v0.6.29
12892026-04-29T22:25:06.405Z Downloaded smoltcp v0.11.0
12902026-04-29T22:25:06.409Z Downloaded dropshot v0.17.0
12912026-04-29T22:25:06.426Z Downloaded smoltcp v0.9.1
12922026-04-29T22:25:06.434Z Downloaded object v0.37.3
12932026-04-29T22:25:06.440Z Downloaded hickory-proto v0.24.4
12942026-04-29T22:25:06.450Z Downloaded rustls v0.23.37
12952026-04-29T22:25:06.458Z Downloaded nix v0.31.2
12962026-04-29T22:25:06.466Z Downloaded webpki-roots v1.0.6
12972026-04-29T22:25:06.469Z Downloaded vcpkg v0.2.15
12982026-04-29T22:25:06.492Z Downloaded rustls v0.22.4
12992026-04-29T22:25:06.499Z Downloaded diesel v2.3.7
13002026-04-29T22:25:06.513Z Downloaded regress v0.10.5
13012026-04-29T22:25:06.516Z Downloaded regex-syntax v0.8.10
13022026-04-29T22:25:06.520Z Downloaded hickory-proto v0.25.2
13032026-04-29T22:25:06.530Z Downloaded zerocopy v0.8.40
13042026-04-29T22:25:06.535Z Downloaded regress v0.11.1
13052026-04-29T22:25:06.540Z Downloaded rustix v0.38.44
13062026-04-29T22:25:06.551Z Downloaded nix v0.29.0
13072026-04-29T22:25:06.558Z Downloaded nix v0.28.0
13082026-04-29T22:25:06.579Z Downloaded sled v0.34.7
13092026-04-29T22:25:06.602Z Downloaded typify-impl v0.6.2
13102026-04-29T22:25:06.609Z Downloaded sqlparser v0.61.0
13112026-04-29T22:25:06.615Z Downloaded bzip2-sys v0.1.13+1.0.8
13122026-04-29T22:25:06.622Z Downloaded tracing v0.1.44
13132026-04-29T22:25:06.633Z Downloaded typify-impl v0.4.3
13142026-04-29T22:25:06.639Z Downloaded ratatui v0.29.0
13152026-04-29T22:25:06.659Z Downloaded regex-automata v0.4.14
13162026-04-29T22:25:06.667Z Downloaded zerocopy-derive v0.6.6
13172026-04-29T22:25:06.690Z Downloaded csv v1.4.0
13182026-04-29T22:25:06.701Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13192026-04-29T22:25:06.723Z Downloaded petgraph v0.6.5
13202026-04-29T22:25:06.734Z Downloaded jiff v0.2.21
13212026-04-29T22:25:06.742Z Downloaded chrono-tz v0.10.4
13222026-04-29T22:25:06.752Z Downloaded encoding_rs v0.8.35
13232026-04-29T22:25:06.769Z Downloaded petgraph v0.8.3
13242026-04-29T22:25:06.809Z Downloaded libz-sys v1.1.24
13252026-04-29T22:25:06.833Z Downloaded sha3 v0.10.8
13262026-04-29T22:25:06.841Z Downloaded tokio v1.52.1
13272026-04-29T22:25:06.954Z Downloaded ring v0.17.14
13282026-04-29T22:25:07.010Z Downloaded libgit2-sys v0.18.3+1.9.2
13292026-04-29T22:25:07.680Z Downloaded aws-lc-sys v0.37.1
13302026-04-29T22:25:07.926Z Compiling libc v0.2.185
13312026-04-29T22:25:07.926Z Compiling serde v1.0.228
13322026-04-29T22:25:07.929Z Compiling shlex v1.3.0
13332026-04-29T22:25:07.929Z Compiling find-msvc-tools v0.1.9
13342026-04-29T22:25:07.929Z Compiling log v0.4.29
13352026-04-29T22:25:07.929Z Compiling smallvec v1.15.1
13362026-04-29T22:25:07.929Z Compiling typenum v1.19.0
13372026-04-29T22:25:07.929Z Compiling subtle v2.6.1
13382026-04-29T22:25:08.127Z Compiling generic-array v0.14.7
13392026-04-29T22:25:08.131Z Compiling scopeguard v1.2.0
13402026-04-29T22:25:08.143Z Compiling const-oid v0.9.6
13412026-04-29T22:25:08.203Z Compiling portable-atomic v1.13.1
13422026-04-29T22:25:08.232Z Compiling syn v2.0.117
13432026-04-29T22:25:08.232Z Compiling zerocopy v0.8.40
13442026-04-29T22:25:08.237Z Compiling serde_json v1.0.149
13452026-04-29T22:25:08.237Z Compiling critical-section v1.2.0
13462026-04-29T22:25:08.305Z Compiling lock_api v0.4.14
13472026-04-29T22:25:08.328Z Compiling pin-project-lite v0.2.17
13482026-04-29T22:25:08.347Z Compiling parking_lot_core v0.9.12
13492026-04-29T22:25:08.363Z Compiling pkg-config v0.3.32
13502026-04-29T22:25:08.381Z Compiling bitflags v2.11.0
13512026-04-29T22:25:08.384Z Compiling libm v0.2.16
13522026-04-29T22:25:08.414Z Compiling num-traits v0.2.19
13532026-04-29T22:25:08.462Z Compiling futures-core v0.3.32
13542026-04-29T22:25:08.478Z Compiling percent-encoding v2.3.2
13552026-04-29T22:25:08.531Z Compiling cpufeatures v0.2.17
13562026-04-29T22:25:08.579Z Compiling futures-sink v0.3.32
13572026-04-29T22:25:08.647Z Compiling futures-io v0.3.32
13582026-04-29T22:25:08.664Z Compiling slab v0.4.12
13592026-04-29T22:25:08.678Z Compiling futures-task v0.3.32
13602026-04-29T22:25:08.683Z Compiling getrandom v0.4.1
13612026-04-29T22:25:08.726Z Compiling futures-channel v0.3.32
13622026-04-29T22:25:08.729Z Compiling rand_core v0.10.0
13632026-04-29T22:25:08.821Z Compiling getrandom v0.3.4
13642026-04-29T22:25:08.837Z Compiling rustversion v1.0.22
13652026-04-29T22:25:08.869Z Compiling indexmap v2.14.0
13662026-04-29T22:25:08.886Z Compiling form_urlencoded v1.2.2
13672026-04-29T22:25:08.905Z Compiling ident_case v1.0.1
13682026-04-29T22:25:08.956Z Compiling base64ct v1.8.3
13692026-04-29T22:25:08.973Z Compiling dunce v1.0.5
13702026-04-29T22:25:08.991Z Compiling fs_extra v1.3.0
13712026-04-29T22:25:09.008Z Compiling flagset v0.4.7
13722026-04-29T22:25:09.054Z Compiling getrandom v0.2.17
13732026-04-29T22:25:09.067Z Compiling jobserver v0.1.34
13742026-04-29T22:25:09.084Z Compiling errno v0.3.14
13752026-04-29T22:25:09.128Z Compiling mio v1.2.0
13762026-04-29T22:25:09.154Z Compiling socket2 v0.6.3
13772026-04-29T22:25:09.212Z Compiling rand_core v0.6.4
13782026-04-29T22:25:09.229Z Compiling signal-hook-registry v1.4.8
13792026-04-29T22:25:09.296Z Compiling cc v1.2.56
13802026-04-29T22:25:09.306Z Compiling once_cell v1.21.3
13812026-04-29T22:25:09.324Z Compiling parking_lot v0.12.5
13822026-04-29T22:25:09.413Z Compiling pem-rfc7468 v0.7.0
13832026-04-29T22:25:09.464Z Compiling iana-time-zone v0.1.65
13842026-04-29T22:25:09.505Z Compiling rustix v1.1.3
13852026-04-29T22:25:09.524Z Compiling uuid v1.23.0
13862026-04-29T22:25:09.539Z Compiling rustc_version v0.4.1
13872026-04-29T22:25:09.588Z Compiling regex-syntax v0.8.10
13882026-04-29T22:25:09.604Z Compiling aws-lc-rs v1.16.0
13892026-04-29T22:25:09.620Z Compiling vcpkg v0.2.15
13902026-04-29T22:25:09.683Z Compiling tracing-core v0.1.36
13912026-04-29T22:25:09.714Z Compiling untrusted v0.9.0
13922026-04-29T22:25:09.714Z Compiling openssl-probe v0.2.1
13932026-04-29T22:25:09.783Z Compiling untrusted v0.7.1
13942026-04-29T22:25:09.858Z Compiling rand_core v0.9.5
13952026-04-29T22:25:09.876Z Compiling base64 v0.22.1
13962026-04-29T22:25:09.894Z Compiling httparse v1.10.1
13972026-04-29T22:25:09.897Z Compiling schemars v0.8.22
13982026-04-29T22:25:09.942Z Compiling atomic-waker v1.1.2
13992026-04-29T22:25:09.942Z Compiling tower-layer v0.3.3
14002026-04-29T22:25:09.945Z Compiling rustls v0.23.37
14012026-04-29T22:25:09.993Z Compiling tower-service v0.3.3
14022026-04-29T22:25:10.096Z Compiling cmake v0.1.57
14032026-04-29T22:25:10.112Z Compiling tinyvec_macros v0.1.1
14042026-04-29T22:25:10.155Z Compiling try-lock v0.2.5
14052026-04-29T22:25:10.174Z Compiling dyn-clone v1.0.20
14062026-04-29T22:25:10.190Z Compiling tinyvec v1.10.0
14072026-04-29T22:25:10.207Z Compiling spin v0.9.8
14082026-04-29T22:25:10.211Z Compiling aho-corasick v1.1.4
14092026-04-29T22:25:10.211Z Compiling httpdate v1.0.3
14102026-04-29T22:25:10.277Z Compiling want v0.3.1
14112026-04-29T22:25:10.280Z Compiling foreign-types-shared v0.1.1
14122026-04-29T22:25:10.280Z Compiling crc32fast v1.5.0
14132026-04-29T22:25:10.341Z Compiling openssl v0.10.75
14142026-04-29T22:25:10.345Z Compiling time-core v0.1.8
14152026-04-29T22:25:10.406Z Compiling pin-utils v0.1.0
14162026-04-29T22:25:10.421Z Compiling powerfmt v0.2.0
14172026-04-29T22:25:10.437Z Compiling num-conv v0.2.0
14182026-04-29T22:25:10.464Z Compiling foreign-types v0.3.2
14192026-04-29T22:25:10.498Z Compiling wait-timeout v0.2.1
14202026-04-29T22:25:10.516Z Compiling native-tls v0.2.18
14212026-04-29T22:25:10.516Z Compiling siphasher v1.0.2
14222026-04-29T22:25:10.550Z Compiling syn v1.0.109
14232026-04-29T22:25:10.568Z Compiling quick-error v1.2.3
14242026-04-29T22:25:10.571Z Compiling bit-vec v0.8.0
14252026-04-29T22:25:10.606Z Compiling time-macros v0.2.27
14262026-04-29T22:25:10.623Z Compiling deranged v0.5.8
14272026-04-29T22:25:10.655Z Compiling num_threads v0.1.7
14282026-04-29T22:25:10.693Z Compiling crossbeam-utils v0.8.21
14292026-04-29T22:25:10.709Z Compiling usdt-impl v0.6.0
14302026-04-29T22:25:10.709Z Compiling simd-adler32 v0.3.8
14312026-04-29T22:25:10.766Z Compiling unicode-normalization v0.1.25
14322026-04-29T22:25:10.779Z Compiling rand_xorshift v0.4.0
14332026-04-29T22:25:10.843Z Compiling slog v2.8.2
14342026-04-29T22:25:10.898Z Compiling bit-set v0.8.0
14352026-04-29T22:25:10.915Z Compiling aws-lc-sys v0.37.1
14362026-04-29T22:25:10.940Z Compiling ring v0.17.14
14372026-04-29T22:25:11.005Z Compiling openssl-sys v0.9.111
14382026-04-29T22:25:11.021Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14392026-04-29T22:25:11.071Z Compiling synstructure v0.13.2
14402026-04-29T22:25:11.074Z Compiling serde_derive_internals v0.29.1
14412026-04-29T22:25:11.104Z Compiling pest_generator v2.8.6
14422026-04-29T22:25:11.104Z Compiling darling_core v0.20.11
14432026-04-29T22:25:11.135Z Compiling regex-automata v0.4.14
14442026-04-29T22:25:11.306Z Compiling tempfile v3.25.0
14452026-04-29T22:25:11.506Z Compiling darling_core v0.21.3
14462026-04-29T22:25:11.741Z Compiling rusty-fork v0.3.1
14472026-04-29T22:25:11.755Z Compiling bzip2-sys v0.1.13+1.0.8
14482026-04-29T22:25:11.773Z Compiling heapless v0.7.17
14492026-04-29T22:25:11.776Z Compiling time v0.3.47
14502026-04-29T22:25:11.892Z Compiling thread-id v5.1.0
14512026-04-29T22:25:11.989Z Compiling sync_wrapper v1.0.2
14522026-04-29T22:25:12.054Z Compiling cookie v0.18.1
14532026-04-29T22:25:12.071Z Compiling paste v1.0.15
14542026-04-29T22:25:12.074Z Compiling signal-hook v0.3.18
14552026-04-29T22:25:12.094Z Compiling unicode-properties v0.1.4
14562026-04-29T22:25:12.106Z Compiling adler2 v2.0.1
14572026-04-29T22:25:12.109Z Compiling zstd-safe v7.2.4
14582026-04-29T22:25:12.151Z Compiling unarray v0.1.4
14592026-04-29T22:25:12.269Z Compiling anyhow v1.0.102
14602026-04-29T22:25:12.286Z Compiling allocator-api2 v0.2.21
14612026-04-29T22:25:12.304Z Compiling unicode-bidi v0.3.18
14622026-04-29T22:25:12.355Z Compiling miniz_oxide v0.8.9
14632026-04-29T22:25:12.483Z Compiling num-integer v0.1.46
14642026-04-29T22:25:12.638Z Compiling stringprep v0.1.5
14652026-04-29T22:25:12.809Z Compiling serde_derive v1.0.228
14662026-04-29T22:25:12.832Z Compiling zeroize_derive v1.4.3
14672026-04-29T22:25:12.851Z Compiling zerofrom-derive v0.1.6
14682026-04-29T22:25:12.868Z Compiling yoke-derive v0.8.1
14692026-04-29T22:25:13.012Z Compiling zerocopy-derive v0.8.40
14702026-04-29T22:25:13.017Z Compiling zerovec-derive v0.11.2
14712026-04-29T22:25:13.135Z Compiling displaydoc v0.2.5
14722026-04-29T22:25:13.138Z Compiling tokio-macros v2.7.0
14732026-04-29T22:25:13.464Z Compiling futures-macro v0.3.32
14742026-04-29T22:25:13.550Z Compiling zeroize v1.8.2
14752026-04-29T22:25:13.571Z Compiling der_derive v0.7.3
14762026-04-29T22:25:13.938Z Compiling thiserror-impl v2.0.18
14772026-04-29T22:25:13.954Z Compiling rustls-pki-types v1.14.0
14782026-04-29T22:25:14.127Z Compiling tracing-attributes v0.1.31
14792026-04-29T22:25:14.160Z Compiling pest_derive v2.8.6
14802026-04-29T22:25:14.218Z Compiling schemars_derive v0.8.22
14812026-04-29T22:25:14.354Z Compiling crypto-common v0.1.7
14822026-04-29T22:25:14.371Z Compiling zerofrom v0.1.6
14832026-04-29T22:25:14.388Z Compiling block-buffer v0.10.4
14842026-04-29T22:25:14.455Z Compiling futures-util v0.3.32
14852026-04-29T22:25:14.526Z Compiling yoke v0.8.1
14862026-04-29T22:25:14.541Z Compiling digest v0.10.7
14872026-04-29T22:25:14.584Z Compiling block-padding v0.3.3
14882026-04-29T22:25:14.622Z Compiling der v0.7.10
14892026-04-29T22:25:14.660Z Compiling scroll_derive v0.13.1
14902026-04-29T22:25:14.736Z Compiling zerovec v0.11.5
14912026-04-29T22:25:14.771Z Compiling zerotrie v0.2.3
14922026-04-29T22:25:14.812Z Compiling hmac v0.12.1
14932026-04-29T22:25:15.048Z Compiling inout v0.1.4
14942026-04-29T22:25:15.143Z Compiling sha2 v0.10.9
14952026-04-29T22:25:15.239Z Compiling tinystr v0.8.2
14962026-04-29T22:25:15.311Z Compiling potential_utf v0.1.4
14972026-04-29T22:25:15.432Z Compiling icu_locale_core v2.1.1
14982026-04-29T22:25:15.467Z Compiling icu_collections v2.1.1
14992026-04-29T22:25:15.499Z Compiling cipher v0.4.4
15002026-04-29T22:25:15.516Z Compiling pbkdf2 v0.12.2
15012026-04-29T22:25:15.602Z Compiling spki v0.7.3
15022026-04-29T22:25:15.619Z Compiling thiserror v2.0.18
15032026-04-29T22:25:15.638Z Compiling tracing v0.1.44
15042026-04-29T22:25:15.668Z Compiling scroll v0.13.0
15052026-04-29T22:25:15.745Z Compiling salsa20 v0.10.2
15062026-04-29T22:25:15.794Z Compiling cbc v0.1.2
15072026-04-29T22:25:15.841Z Compiling aes v0.8.4
15082026-04-29T22:25:15.911Z Compiling scrypt v0.11.0
15092026-04-29T22:25:15.945Z Compiling darling_macro v0.20.11
15102026-04-29T22:25:15.948Z Compiling goblin v0.10.5
15112026-04-29T22:25:15.980Z Compiling openssl-macros v0.1.1
15122026-04-29T22:25:15.983Z Compiling dtrace-parser v0.3.0
15132026-04-29T22:25:15.983Z Compiling signature v2.2.0
15142026-04-29T22:25:16.190Z Compiling icu_provider v2.1.1
15152026-04-29T22:25:16.218Z Compiling rustls-native-certs v0.8.3
15162026-04-29T22:25:16.352Z Compiling pkcs5 v0.7.1
15172026-04-29T22:25:16.372Z Compiling bytes v1.11.1
15182026-04-29T22:25:16.507Z Compiling icu_normalizer v2.1.1
15192026-04-29T22:25:16.510Z Compiling icu_properties v2.1.2
15202026-04-29T22:25:16.510Z Compiling chrono v0.4.44
15212026-04-29T22:25:16.557Z Compiling ipnet v2.11.0
15222026-04-29T22:25:16.560Z Compiling darling v0.20.11
15232026-04-29T22:25:16.664Z Compiling derive_builder_core v0.20.2
15242026-04-29T22:25:16.822Z Compiling pkcs8 v0.10.2
15252026-04-29T22:25:16.879Z Compiling scroll_derive v0.12.1
15262026-04-29T22:25:16.924Z Compiling tokio v1.52.1
15272026-04-29T22:25:16.940Z Compiling http v1.4.0
15282026-04-29T22:25:17.073Z Compiling thiserror-impl v1.0.69
15292026-04-29T22:25:17.095Z Compiling toml_datetime v0.6.11
15302026-04-29T22:25:17.121Z Compiling serde_spanned v0.6.9
15312026-04-29T22:25:17.159Z Compiling erased-serde v0.3.31
15322026-04-29T22:25:17.285Z Compiling serde_tokenstream v0.2.3
15332026-04-29T22:25:17.456Z Compiling md-5 v0.10.6
15342026-04-29T22:25:17.540Z Compiling ppv-lite86 v0.2.21
15352026-04-29T22:25:17.586Z Compiling idna_adapter v1.2.1
15362026-04-29T22:25:17.604Z Compiling http-body v1.0.1
15372026-04-29T22:25:17.604Z Compiling derive_builder_macro v0.20.2
15382026-04-29T22:25:17.635Z Compiling scroll v0.12.0
15392026-04-29T22:25:17.680Z Compiling webpki-roots v1.0.6
15402026-04-29T22:25:17.683Z Compiling darling_macro v0.21.3
15412026-04-29T22:25:17.711Z Compiling idna v1.1.0
15422026-04-29T22:25:17.754Z Compiling http-body-util v0.1.3
15432026-04-29T22:25:17.797Z Compiling zerocopy-derive v0.7.35
15442026-04-29T22:25:17.820Z Compiling vergen-lib v0.1.6
15452026-04-29T22:25:17.885Z Compiling rand_chacha v0.9.0
15462026-04-29T22:25:17.901Z Compiling rand_chacha v0.3.1
15472026-04-29T22:25:17.929Z Compiling curve25519-dalek v4.1.3
15482026-04-29T22:25:17.995Z Compiling ff v0.13.1
15492026-04-29T22:25:18.024Z Compiling url v2.5.8
15502026-04-29T22:25:18.040Z Compiling hash32 v0.2.1
15512026-04-29T22:25:18.118Z Compiling rand v0.9.2
15522026-04-29T22:25:18.190Z Compiling memoffset v0.9.1
15532026-04-29T22:25:18.228Z Compiling fallible-iterator v0.2.0
15542026-04-29T22:25:18.259Z Compiling iri-string v0.7.10
15552026-04-29T22:25:18.298Z Compiling smoltcp v0.9.1
15562026-04-29T22:25:18.316Z Compiling zlib-rs v0.6.2
15572026-04-29T22:25:18.420Z Compiling num-bigint-dig v0.8.6
15582026-04-29T22:25:18.423Z Compiling thiserror v1.0.69
15592026-04-29T22:25:18.452Z Compiling psl-types v2.0.11
15602026-04-29T22:25:18.565Z Compiling rustix v0.38.44
15612026-04-29T22:25:18.597Z Compiling litrs v1.0.0
15622026-04-29T22:25:18.646Z Compiling ryu v1.0.23
15632026-04-29T22:25:18.663Z Compiling ref-cast v1.0.25
15642026-04-29T22:25:18.681Z Compiling base16ct v0.2.0
15652026-04-29T22:25:18.726Z Compiling proptest v1.10.0
15662026-04-29T22:25:18.757Z Compiling dof v0.4.0
15672026-04-29T22:25:18.871Z Compiling cfg_aliases v0.2.1
15682026-04-29T22:25:18.888Z Compiling sec1 v0.7.3
15692026-04-29T22:25:18.976Z Compiling nix v0.31.2
15702026-04-29T22:25:18.979Z Compiling serde_urlencoded v0.7.1
15712026-04-29T22:25:19.068Z Compiling zerocopy v0.7.35
15722026-04-29T22:25:19.084Z Compiling postgres-protocol v0.6.10
15732026-04-29T22:25:19.140Z Compiling document-features v0.2.12
15742026-04-29T22:25:19.230Z Compiling publicsuffix v2.3.0
15752026-04-29T22:25:19.362Z Compiling ipnetwork v0.21.1
15762026-04-29T22:25:19.393Z Compiling darling v0.21.3
15772026-04-29T22:25:19.566Z Compiling rand v0.8.5
15782026-04-29T22:25:19.613Z Compiling oxnet v0.1.4
15792026-04-29T22:25:19.629Z Compiling derive_builder v0.20.2
15802026-04-29T22:25:19.655Z Compiling group v0.13.0
15812026-04-29T22:25:19.781Z Compiling goblin v0.8.2
15822026-04-29T22:25:19.797Z Compiling hubpack_derive v0.1.1
15832026-04-29T22:25:19.800Z Compiling cargo-platform v0.1.9
15842026-04-29T22:25:19.850Z Compiling hkdf v0.12.4
15852026-04-29T22:25:19.890Z Compiling crypto-bigint v0.5.5
15862026-04-29T22:25:19.905Z Compiling regex v1.12.3
15872026-04-29T22:25:20.093Z Compiling async-trait v0.1.89
15882026-04-29T22:25:20.108Z Compiling strum_macros v0.27.2
15892026-04-29T22:25:20.111Z Compiling ref-cast-impl v1.0.25
15902026-04-29T22:25:20.211Z Compiling daft-derive v0.1.5
15912026-04-29T22:25:20.325Z Compiling curve25519-dalek-derive v0.1.1
15922026-04-29T22:25:20.346Z Compiling num-iter v0.1.45
15932026-04-29T22:25:20.448Z Compiling terminal_size v0.4.3
15942026-04-29T22:25:20.494Z Compiling phf_shared v0.13.1
15952026-04-29T22:25:20.585Z Compiling lazy_static v1.5.0
15962026-04-29T22:25:20.606Z Compiling vergen v9.0.6
15972026-04-29T22:25:20.702Z Compiling tokio-util v0.7.18
15982026-04-29T22:25:20.718Z Compiling tower v0.5.3
15992026-04-29T22:25:20.743Z Compiling tokio-native-tls v0.3.1
16002026-04-29T22:25:20.761Z Compiling fs-err v3.3.0
16012026-04-29T22:25:20.814Z Compiling ahash v0.8.12
16022026-04-29T22:25:20.921Z Compiling object v0.37.3
16032026-04-29T22:25:20.950Z Compiling libbz2-rs-sys v0.2.2
16042026-04-29T22:25:20.974Z Compiling foldhash v0.1.5
16052026-04-29T22:25:20.991Z Compiling bumpalo v3.20.2
16062026-04-29T22:25:21.031Z Compiling newtype-uuid v1.3.2
16072026-04-29T22:25:21.053Z Compiling managed v0.8.0
16082026-04-29T22:25:21.155Z Compiling tower-http v0.6.8
16092026-04-29T22:25:21.174Z Compiling flate2 v1.1.9
16102026-04-29T22:25:21.215Z Compiling winnow v0.5.40
16112026-04-29T22:25:21.231Z Compiling foldhash v0.2.0
16122026-04-29T22:25:21.264Z Compiling bitflags v1.3.2
16132026-04-29T22:25:21.296Z Compiling unicode-segmentation v1.12.0
16142026-04-29T22:25:21.396Z Compiling h2 v0.4.13
16152026-04-29T22:25:21.479Z Compiling hashbrown v0.16.1
16162026-04-29T22:25:21.576Z Compiling bzip2 v0.6.1
16172026-04-29T22:25:21.642Z Compiling daft v0.1.5
16182026-04-29T22:25:21.722Z Compiling zopfli v0.8.3
16192026-04-29T22:25:21.738Z Compiling hashbrown v0.15.5
16202026-04-29T22:25:21.827Z Compiling clap_builder v4.5.60
16212026-04-29T22:25:21.949Z Compiling elliptic-curve v0.13.8
16222026-04-29T22:25:22.034Z Compiling phf v0.13.1
16232026-04-29T22:25:22.104Z Compiling dof v0.3.0
16242026-04-29T22:25:22.160Z Compiling strum v0.27.2
16252026-04-29T22:25:22.220Z Compiling signal-hook-mio v0.2.5
16262026-04-29T22:25:22.253Z Compiling cargo_metadata v0.19.2
16272026-04-29T22:25:22.315Z Compiling usdt-macro v0.6.0
16282026-04-29T22:25:22.318Z Compiling usdt-attr-macro v0.6.0
16292026-04-29T22:25:22.361Z Compiling hubpack v0.1.2
16302026-04-29T22:25:22.377Z Compiling cookie_store v0.22.1
16312026-04-29T22:25:22.665Z Compiling toml_edit v0.19.15
16322026-04-29T22:25:22.747Z Compiling bzip2 v0.4.4
16332026-04-29T22:25:22.778Z Compiling zstd v0.13.3
16342026-04-29T22:25:22.881Z Compiling serde_with_macros v3.17.0
16352026-04-29T22:25:22.920Z Compiling postgres-types v0.2.12
16362026-04-29T22:25:23.119Z Compiling dtrace-parser v0.2.0
16372026-04-29T22:25:23.135Z Compiling pkcs1 v0.7.5
16382026-04-29T22:25:23.167Z Compiling ed25519 v2.2.3
16392026-04-29T22:25:23.246Z Compiling hex v0.4.3
16402026-04-29T22:25:23.429Z Compiling serde-big-array v0.5.1
16412026-04-29T22:25:23.512Z Compiling rfc6979 v0.4.0
16422026-04-29T22:25:23.547Z Compiling bstr v1.12.1
16432026-04-29T22:25:23.574Z Compiling strum_macros v0.26.4
16442026-04-29T22:25:23.595Z Compiling serde_repr v0.1.20
16452026-04-29T22:25:23.658Z Compiling clap_derive v4.5.55
16462026-04-29T22:25:23.697Z Compiling enum-as-inner v0.6.1
16472026-04-29T22:25:23.913Z Compiling phf_shared v0.11.3
16482026-04-29T22:25:24.067Z Compiling float-cmp v0.10.0
16492026-04-29T22:25:24.112Z Compiling memmap2 v0.9.10
16502026-04-29T22:25:24.134Z Compiling thread-id v4.2.2
16512026-04-29T22:25:24.166Z Compiling env_filter v1.0.0
16522026-04-29T22:25:24.235Z Compiling encoding_rs v0.8.35
16532026-04-29T22:25:24.250Z Compiling mime v0.3.17
16542026-04-29T22:25:24.253Z Compiling static_assertions v1.1.0
16552026-04-29T22:25:24.253Z Compiling fixedbitset v0.5.7
16562026-04-29T22:25:24.267Z Compiling difflib v0.4.0
16572026-04-29T22:25:24.356Z Compiling jiff v0.2.21
16582026-04-29T22:25:24.373Z Compiling keccak v0.1.6
16592026-04-29T22:25:24.496Z Compiling new_debug_unreachable v1.0.6
16602026-04-29T22:25:24.537Z Compiling hyper v1.8.1
16612026-04-29T22:25:24.603Z Compiling whoami v2.1.0
16622026-04-29T22:25:24.620Z Compiling rustc-hash v2.1.1
16632026-04-29T22:25:24.759Z Compiling fixedbitset v0.4.2
16642026-04-29T22:25:24.884Z Compiling either v1.15.0
16652026-04-29T22:25:24.932Z Compiling data-encoding v2.10.0
16662026-04-29T22:25:24.968Z Compiling precomputed-hash v0.1.1
16672026-04-29T22:25:25.003Z Compiling predicates-core v1.0.10
16682026-04-29T22:25:25.020Z Compiling normalize-line-endings v0.3.0
16692026-04-29T22:25:25.079Z Compiling toml_edit v0.22.27
16702026-04-29T22:25:25.114Z Compiling string_cache v0.8.9
16712026-04-29T22:25:25.140Z Compiling predicates v3.1.4
16722026-04-29T22:25:25.210Z Compiling itertools v0.13.0
16732026-04-29T22:25:25.225Z Compiling hickory-proto v0.25.2
16742026-04-29T22:25:25.368Z Compiling petgraph v0.6.5
16752026-04-29T22:25:25.383Z Compiling tokio-postgres v0.7.16
16762026-04-29T22:25:25.398Z Compiling strum v0.26.3
16772026-04-29T22:25:25.508Z Compiling clap v4.5.60
16782026-04-29T22:25:25.554Z Compiling iddqd v0.3.18
16792026-04-29T22:25:25.573Z Compiling sha3 v0.10.8
16802026-04-29T22:25:25.615Z Compiling petgraph v0.8.3
16812026-04-29T22:25:25.647Z Compiling hyper-util v0.1.20
16822026-04-29T22:25:25.789Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16832026-04-29T22:25:25.826Z Compiling env_logger v0.11.9
16842026-04-29T22:25:26.046Z Compiling usdt v0.6.0
16852026-04-29T22:25:26.176Z Compiling usdt-impl v0.5.0
16862026-04-29T22:25:26.206Z Compiling serde_with v3.17.0
16872026-04-29T22:25:26.331Z Compiling toml v0.7.8
16882026-04-29T22:25:26.483Z Compiling similar v2.7.0
16892026-04-29T22:25:26.772Z Compiling crossterm v0.28.1
16902026-04-29T22:25:26.833Z Compiling ecdsa v0.16.9
16912026-04-29T22:25:26.988Z Compiling zip v4.6.1
16922026-04-29T22:25:27.008Z Compiling rsa v0.9.10
16932026-04-29T22:25:27.251Z Compiling hyper-tls v0.6.0
16942026-04-29T22:25:27.383Z Compiling ed25519-dalek v2.2.0
16952026-04-29T22:25:27.645Z Compiling zip v0.6.6
16962026-04-29T22:25:27.912Z Compiling heck v0.4.1
16972026-04-29T22:25:27.989Z Compiling tokio-stream v0.1.18
16982026-04-29T22:25:28.010Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-04-29T22:25:28.092Z Compiling buf-list v1.1.2
17002026-04-29T22:25:28.116Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17012026-04-29T22:25:28.132Z Compiling openapiv3 v2.2.0
17022026-04-29T22:25:28.139Z Compiling x509-cert v0.2.5
17032026-04-29T22:25:28.171Z Compiling sha1 v0.10.6
17042026-04-29T22:25:28.271Z Compiling crossbeam-epoch v0.9.18
17052026-04-29T22:25:28.389Z Compiling toml_datetime v0.7.5+spec-1.1.0
17062026-04-29T22:25:28.411Z Compiling lalrpop-util v0.19.12
17072026-04-29T22:25:28.453Z Compiling peg-runtime v0.8.5
17082026-04-29T22:25:28.484Z Compiling thread_local v1.1.9
17092026-04-29T22:25:28.625Z Compiling slog-async v2.8.0
17102026-04-29T22:25:28.641Z Compiling futures-executor v0.3.32
17112026-04-29T22:25:28.650Z Compiling crossbeam-channel v0.5.15
17122026-04-29T22:25:28.674Z Compiling is-terminal v0.4.17
17132026-04-29T22:25:28.697Z Compiling filetime v0.2.27
17142026-04-29T22:25:28.712Z Compiling take_mut v0.2.2
17152026-04-29T22:25:28.760Z Compiling xattr v1.6.1
17162026-04-29T22:25:28.775Z Compiling term v1.2.1
17172026-04-29T22:25:28.854Z Compiling futures v0.3.32
17182026-04-29T22:25:28.920Z Compiling tar v0.4.45
17192026-04-29T22:25:29.144Z Compiling slog-term v2.9.2
17202026-04-29T22:25:44.152Z Compiling rustls-webpki v0.103.9
17212026-04-29T22:25:46.938Z Compiling tokio-rustls v0.26.4
17222026-04-29T22:25:46.938Z Compiling rustls-platform-verifier v0.6.2
17232026-04-29T22:25:47.153Z Compiling hyper-rustls v0.27.7
17242026-04-29T22:25:47.350Z Compiling reqwest v0.13.2
17252026-04-29T22:25:47.350Z Compiling reqwest v0.12.28
17262026-04-29T22:25:49.357Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-04-29T22:25:49.601Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-04-29T22:25:52.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.36s
17292026-04-29T22:25:52.549Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17302026-04-29T22:25:52.608ZApr 29 22:25:52.294 INFO Starting download, target: Console
17312026-04-29T22:25:52.608ZApr 29 22:25:52.296 INFO Starting download, target: DendriteStub
17322026-04-29T22:25:52.608ZApr 29 22:25:52.296 INFO Starting download, target: Clickhouse
17332026-04-29T22:25:52.612ZApr 29 22:25:52.296 INFO Starting download, target: Cockroach
17342026-04-29T22:25:52.612ZApr 29 22:25:52.296 INFO Starting download, target: MaghemiteMgd
17352026-04-29T22:25:52.612ZApr 29 22:25:52.296 INFO Starting download, target: TransceiverControl
17362026-04-29T22:25:52.612ZApr 29 22:25:52.296 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-04-29T22:25:52.612ZApr 29 22:25:52.296 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-04-29T22:25:52.612ZApr 29 22:25:52.296 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17392026-04-29T22:25:52.612ZApr 29 22:25:52.296 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-04-29T22:25:52.612ZApr 29 22:25:52.296 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17412026-04-29T22:25:52.612ZApr 29 22:25:52.296 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17422026-04-29T22:25:52.890ZApr 29 22:25:52.576 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17432026-04-29T22:25:53.105ZApr 29 22:25:52.787 INFO Download complete, target: TransceiverControl
17442026-04-29T22:25:53.605ZApr 29 22:25:53.290 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-04-29T22:25:53.845ZApr 29 22:25:53.530 INFO Download complete, target: Console
17462026-04-29T22:25:54.089ZApr 29 22:25:53.776 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-04-29T22:25:54.548ZApr 29 22:25:54.231 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-04-29T22:25:54.663ZApr 29 22:25:54.350 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17492026-04-29T22:25:54.700ZApr 29 22:25:54.387 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17502026-04-29T22:25:54.700ZApr 29 22:25:54.388 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17512026-04-29T22:25:56.386ZApr 29 22:25:56.062 INFO Download complete, target: DendriteStub
17522026-04-29T22:25:56.923ZApr 29 22:25:56.609 INFO Download complete, target: MaghemiteMgd
17532026-04-29T22:25:59.429ZApr 29 22:25:59.115 INFO Checking that binary works, target: Cockroach
17542026-04-29T22:25:59.580ZApr 29 22:25:59.266 INFO Download complete, target: Cockroach
17552026-04-29T22:26:01.465ZApr 29 22:26:01.151 INFO Checking that binary works, target: Clickhouse
17562026-04-29T22:26:01.560ZApr 29 22:26:01.246 INFO Download complete, target: Clickhouse
17572026-04-29T22:26:01.566ZAll prerequisites installed successfully
17582026-04-29T22:26:01.570Z
17592026-04-29T22:26:01.570Zreal 2:54.897430208
17602026-04-29T22:26:01.570Zuser 7:14.919365188
17612026-04-29T22:26:01.570Zsys 1:47.860277325
17622026-04-29T22:26:01.570Ztrap 0.226463980
17632026-04-29T22:26:01.570Ztflt 1.200827065
17642026-04-29T22:26:01.570Zdflt 1.480012343
17652026-04-29T22:26:01.570Zkflt 0.026991703
17662026-04-29T22:26:01.570Zlock 22:11.059663182
17672026-04-29T22:26:01.570Zslp 19:29.950631999
17682026-04-29T22:26:01.570Zlat 24.759535905
17692026-04-29T22:26:01.570Zstop 3:05.752183995
17702026-04-29T22:26:01.570Z+ ptime -m cargo xtask download softnpu
17712026-04-29T22:26:02.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17722026-04-29T22:26:02.114Z Running `target/debug/xtask download softnpu`
17732026-04-29T22:26:02.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17742026-04-29T22:26:02.939Z Running `target/debug/xtask-downloader softnpu`
17752026-04-29T22:26:02.981ZApr 29 22:26:02.667 INFO Starting download, target: Softnpu
17762026-04-29T22:26:02.985ZApr 29 22:26:02.668 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17772026-04-29T22:26:03.585ZApr 29 22:26:03.271 INFO Download complete, target: Softnpu
17782026-04-29T22:26:03.588Z
17792026-04-29T22:26:03.591Zreal 2.015111424
17802026-04-29T22:26:03.591Zuser 1.328985420
17812026-04-29T22:26:03.591Zsys 0.668492679
17822026-04-29T22:26:03.591Ztrap 0.000599090
17832026-04-29T22:26:03.591Ztflt 0.000184946
17842026-04-29T22:26:03.591Zdflt 0.000528039
17852026-04-29T22:26:03.591Zkflt 0.000000000
17862026-04-29T22:26:03.591Zlock 11.204326231
17872026-04-29T22:26:03.591Zslp 0.463511291
17882026-04-29T22:26:03.592Zlat 0.095405827
17892026-04-29T22:26:03.592Zstop 0.000380355
17902026-04-29T22:26:03.592Z+ export CARGO_INCREMENTAL=0
17912026-04-29T22:26:03.592Z+ CARGO_INCREMENTAL=0
17922026-04-29T22:26:03.592Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17932026-04-29T22:26:04.473Z Compiling proc-macro2 v1.0.106
17942026-04-29T22:26:04.473Z Compiling quote v1.0.45
17952026-04-29T22:26:04.473Z Compiling unicode-ident v1.0.24
17962026-04-29T22:26:04.473Z Compiling libc v0.2.185
17972026-04-29T22:26:04.476Z Compiling serde_core v1.0.228
17982026-04-29T22:26:04.476Z Compiling serde v1.0.228
17992026-04-29T22:26:04.476Z Compiling cfg-if v1.0.4
18002026-04-29T22:26:04.476Z Compiling version_check v0.9.5
18012026-04-29T22:26:04.476Z Compiling shlex v1.3.0
18022026-04-29T22:26:04.620Z Compiling find-msvc-tools v0.1.9
18032026-04-29T22:26:04.623Z Compiling typenum v1.19.0
18042026-04-29T22:26:04.623Z Compiling autocfg v1.5.0
18052026-04-29T22:26:04.623Z Compiling zmij v1.0.21
18062026-04-29T22:26:04.623Z Compiling serde_json v1.0.149
18072026-04-29T22:26:04.623Z Compiling memchr v2.8.0
18082026-04-29T22:26:04.861Z Compiling portable-atomic v1.13.1
18092026-04-29T22:26:04.911Z Compiling zerocopy v0.8.40
18102026-04-29T22:26:04.970Z Compiling generic-array v0.14.7
18112026-04-29T22:26:05.103Z Compiling libm v0.2.16
18122026-04-29T22:26:05.119Z Compiling smallvec v1.15.1
18132026-04-29T22:26:05.133Z Compiling parking_lot_core v0.9.12
18142026-04-29T22:26:05.197Z Compiling icu_properties_data v2.1.2
18152026-04-29T22:26:05.214Z Compiling icu_normalizer_data v2.1.1
18162026-04-29T22:26:05.248Z Compiling itoa v1.0.17
18172026-04-29T22:26:05.319Z Compiling num-traits v0.2.19
18182026-04-29T22:26:05.323Z Compiling getrandom v0.4.1
18192026-04-29T22:26:05.355Z Compiling log v0.4.29
18202026-04-29T22:26:05.424Z Compiling stable_deref_trait v1.2.1
18212026-04-29T22:26:05.467Z Compiling pkg-config v0.3.32
18222026-04-29T22:26:05.475Z Compiling subtle v2.6.1
18232026-04-29T22:26:05.652Z Compiling scopeguard v1.2.0
18242026-04-29T22:26:05.687Z Compiling jobserver v0.1.34
18252026-04-29T22:26:05.687Z Compiling getrandom v0.2.17
18262026-04-29T22:26:05.751Z Compiling lock_api v0.4.14
18272026-04-29T22:26:05.770Z Compiling errno v0.3.14
18282026-04-29T22:26:05.873Z Compiling rand_core v0.6.4
18292026-04-29T22:26:05.918Z Compiling cc v1.2.56
18302026-04-29T22:26:06.018Z Compiling percent-encoding v2.3.2
18312026-04-29T22:26:06.034Z Compiling writeable v0.6.2
18322026-04-29T22:26:06.052Z Compiling litemap v0.8.1
18332026-04-29T22:26:06.085Z Compiling fnv v1.0.7
18342026-04-29T22:26:06.104Z Compiling syn v2.0.117
18352026-04-29T22:26:06.140Z Compiling pin-project-lite v0.2.17
18362026-04-29T22:26:06.175Z Compiling thiserror v2.0.18
18372026-04-29T22:26:06.267Z Compiling getrandom v0.3.4
18382026-04-29T22:26:06.342Z Compiling critical-section v1.2.0
18392026-04-29T22:26:06.427Z Compiling equivalent v1.0.2
18402026-04-29T22:26:06.430Z Compiling schemars v0.8.22
18412026-04-29T22:26:06.431Z Compiling rustversion v1.0.22
18422026-04-29T22:26:06.510Z Compiling dunce v1.0.5
18432026-04-29T22:26:06.513Z Compiling rand_core v0.10.0
18442026-04-29T22:26:06.581Z Compiling fs_extra v1.3.0
18452026-04-29T22:26:06.626Z Compiling utf8_iter v1.0.4
18462026-04-29T22:26:06.661Z Compiling cmake v0.1.57
18472026-04-29T22:26:06.694Z Compiling form_urlencoded v1.2.2
18482026-04-29T22:26:06.861Z Compiling signal-hook-registry v1.4.8
18492026-04-29T22:26:06.877Z Compiling const-oid v0.9.6
18502026-04-29T22:26:06.880Z Compiling once_cell v1.21.3
18512026-04-29T22:26:07.105Z Compiling hashbrown v0.17.0
18522026-04-29T22:26:07.123Z Compiling parking_lot v0.12.5
18532026-04-29T22:26:07.238Z Compiling bitflags v2.11.0
18542026-04-29T22:26:07.274Z Compiling semver v1.0.28
18552026-04-29T22:26:07.312Z Compiling ring v0.17.14
18562026-04-29T22:26:07.330Z Compiling aws-lc-sys v0.37.1
18572026-04-29T22:26:07.424Z Compiling socket2 v0.6.3
18582026-04-29T22:26:07.457Z Compiling mio v1.2.0
18592026-04-29T22:26:07.524Z Compiling rustix v1.1.3
18602026-04-29T22:26:07.541Z Compiling aws-lc-rs v1.16.0
18612026-04-29T22:26:07.622Z Compiling indexmap v2.14.0
18622026-04-29T22:26:07.638Z Compiling thiserror v1.0.69
18632026-04-29T22:26:07.682Z Compiling futures-core v0.3.32
18642026-04-29T22:26:07.699Z Compiling strsim v0.11.1
18652026-04-29T22:26:07.858Z Compiling byteorder v1.5.0
18662026-04-29T22:26:07.861Z Compiling httparse v1.10.1
18672026-04-29T22:26:07.895Z Compiling ucd-trie v0.1.7
18682026-04-29T22:26:08.020Z Compiling ident_case v1.0.1
18692026-04-29T22:26:08.048Z Compiling heck v0.5.0
18702026-04-29T22:26:08.083Z Compiling pest v2.8.6
18712026-04-29T22:26:08.119Z Compiling iana-time-zone v0.1.65
18722026-04-29T22:26:08.136Z Compiling vcpkg v0.2.15
18732026-04-29T22:26:08.155Z Compiling syn v1.0.109
18742026-04-29T22:26:08.172Z Compiling uuid v1.23.0
18752026-04-29T22:26:08.209Z Compiling cpufeatures v0.2.17
18762026-04-29T22:26:08.332Z Compiling regex-syntax v0.8.10
18772026-04-29T22:26:08.483Z Compiling rustc_version v0.4.1
18782026-04-29T22:26:08.521Z Compiling rustls v0.23.37
18792026-04-29T22:26:08.668Z Compiling futures-sink v0.3.32
18802026-04-29T22:26:08.705Z Compiling openssl-sys v0.9.111
18812026-04-29T22:26:08.759Z Compiling futures-io v0.3.32
18822026-04-29T22:26:08.779Z Compiling futures-channel v0.3.32
18832026-04-29T22:26:08.794Z Compiling slab v0.4.12
18842026-04-29T22:26:08.797Z Compiling futures-task v0.3.32
18852026-04-29T22:26:08.915Z Compiling synstructure v0.13.2
18862026-04-29T22:26:08.932Z Compiling serde_derive_internals v0.29.1
18872026-04-29T22:26:09.014Z Compiling plain v0.2.3
18882026-04-29T22:26:09.032Z Compiling dyn-clone v1.0.20
18892026-04-29T22:26:09.035Z Compiling crc32fast v1.5.0
18902026-04-29T22:26:09.078Z Compiling aho-corasick v1.1.4
18912026-04-29T22:26:09.148Z Compiling pest_meta v2.8.6
18922026-04-29T22:26:09.204Z Compiling time-core v0.1.8
18932026-04-29T22:26:09.229Z Compiling num-conv v0.2.0
18942026-04-29T22:26:09.353Z Compiling crossbeam-utils v0.8.21
18952026-04-29T22:26:09.405Z Compiling time-macros v0.2.27
18962026-04-29T22:26:09.440Z Compiling base64 v0.22.1
18972026-04-29T22:26:09.625Z Compiling openssl v0.10.75
18982026-04-29T22:26:09.704Z Compiling pretty-hex v0.4.1
18992026-04-29T22:26:09.731Z Compiling pest_generator v2.8.6
19002026-04-29T22:26:09.836Z Compiling anyhow v1.0.102
19012026-04-29T22:26:09.859Z Compiling base64ct v1.8.3
19022026-04-29T22:26:09.894Z Compiling regex-automata v0.4.14
19032026-04-29T22:26:09.911Z Compiling darling_core v0.21.3
19042026-04-29T22:26:09.942Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19052026-04-29T22:26:09.993Z Compiling native-tls v0.2.18
19062026-04-29T22:26:10.162Z Compiling pem-rfc7468 v0.7.0
19072026-04-29T22:26:10.165Z Compiling flagset v0.4.7
19082026-04-29T22:26:10.196Z Compiling rand_core v0.9.5
19092026-04-29T22:26:10.213Z Compiling serde_derive v1.0.228
19102026-04-29T22:26:10.216Z Compiling zeroize_derive v1.4.3
19112026-04-29T22:26:10.247Z Compiling zerofrom-derive v0.1.6
19122026-04-29T22:26:10.337Z Compiling yoke-derive v0.8.1
19132026-04-29T22:26:10.354Z Compiling zerovec-derive v0.11.2
19142026-04-29T22:26:10.385Z Compiling displaydoc v0.2.5
19152026-04-29T22:26:10.404Z Compiling zerocopy-derive v0.8.40
19162026-04-29T22:26:10.424Z Compiling tokio-macros v2.7.0
19172026-04-29T22:26:10.441Z Compiling futures-macro v0.3.32
19182026-04-29T22:26:10.491Z Compiling thiserror-impl v2.0.18
19192026-04-29T22:26:10.494Z Compiling schemars_derive v0.8.22
19202026-04-29T22:26:10.494Z Compiling der_derive v0.7.3
19212026-04-29T22:26:10.879Z Compiling zeroize v1.8.2
19222026-04-29T22:26:11.179Z Compiling tracing-attributes v0.1.31
19232026-04-29T22:26:11.266Z Compiling thiserror-impl v1.0.69
19242026-04-29T22:26:11.370Z Compiling pest_derive v2.8.6
19252026-04-29T22:26:11.424Z Compiling zerofrom v0.1.6
19262026-04-29T22:26:11.479Z Compiling futures-util v0.3.32
19272026-04-29T22:26:11.586Z Compiling yoke v0.8.1
19282026-04-29T22:26:11.691Z Compiling crypto-common v0.1.7
19292026-04-29T22:26:11.726Z Compiling block-buffer v0.10.4
19302026-04-29T22:26:11.794Z Compiling zerovec v0.11.5
19312026-04-29T22:26:11.813Z Compiling zerotrie v0.2.3
19322026-04-29T22:26:11.892Z Compiling digest v0.10.7
19332026-04-29T22:26:12.033Z Compiling block-padding v0.3.3
19342026-04-29T22:26:12.198Z Compiling inout v0.1.4
19352026-04-29T22:26:12.289Z Compiling hmac v0.12.1
19362026-04-29T22:26:12.322Z Compiling sha2 v0.10.9
19372026-04-29T22:26:12.339Z Compiling tinystr v0.8.2
19382026-04-29T22:26:12.342Z Compiling potential_utf v0.1.4
19392026-04-29T22:26:12.375Z Compiling cipher v0.4.4
19402026-04-29T22:26:12.432Z Compiling rustls-pki-types v1.14.0
19412026-04-29T22:26:12.452Z Compiling scroll_derive v0.12.1
19422026-04-29T22:26:12.455Z Compiling scroll_derive v0.13.1
19432026-04-29T22:26:12.568Z Compiling icu_locale_core v2.1.1
19442026-04-29T22:26:12.593Z Compiling icu_collections v2.1.1
19452026-04-29T22:26:12.834Z Compiling openssl-macros v0.1.1
19462026-04-29T22:26:13.094Z Compiling regex v1.12.3
19472026-04-29T22:26:13.165Z Compiling darling_macro v0.21.3
19482026-04-29T22:26:13.238Z Compiling icu_provider v2.1.1
19492026-04-29T22:26:13.332Z Compiling der v0.7.10
19502026-04-29T22:26:13.380Z Compiling zerocopy-derive v0.7.35
19512026-04-29T22:26:13.436Z Compiling bytes v1.11.1
19522026-04-29T22:26:13.544Z Compiling chrono v0.4.44
19532026-04-29T22:26:13.564Z Compiling icu_properties v2.1.2
19542026-04-29T22:26:13.593Z Compiling icu_normalizer v2.1.1
19552026-04-29T22:26:14.096Z Compiling tokio v1.52.1
19562026-04-29T22:26:14.178Z Compiling serde_tokenstream v0.2.3
19572026-04-29T22:26:14.213Z Compiling http v1.4.0
19582026-04-29T22:26:14.473Z Compiling idna_adapter v1.2.1
19592026-04-29T22:26:14.491Z Compiling slog v2.8.2
19602026-04-29T22:26:14.508Z Compiling tracing-core v0.1.36
19612026-04-29T22:26:14.632Z Compiling idna v1.1.0
19622026-04-29T22:26:14.720Z Compiling ppv-lite86 v0.2.21
19632026-04-29T22:26:15.025Z Compiling url v2.5.8
19642026-04-29T22:26:15.058Z Compiling untrusted v0.9.0
19652026-04-29T22:26:15.075Z Compiling tracing v0.1.44
19662026-04-29T22:26:15.212Z Compiling spki v0.7.3
19672026-04-29T22:26:15.317Z Compiling darling v0.21.3
19682026-04-29T22:26:15.413Z Compiling salsa20 v0.10.2
19692026-04-29T22:26:15.456Z Compiling pbkdf2 v0.12.2
19702026-04-29T22:26:15.925Z Compiling cookie v0.18.1
19712026-04-29T22:26:15.925Z Compiling camino v1.2.2
19722026-04-29T22:26:16.077Z Compiling scrypt v0.11.0
19732026-04-29T22:26:16.108Z Compiling rand_chacha v0.9.0
19742026-04-29T22:26:16.154Z Compiling cbc v0.1.2
19752026-04-29T22:26:16.237Z Compiling aes v0.8.4
19762026-04-29T22:26:16.737Z Compiling usdt-impl v0.5.0
19772026-04-29T22:26:16.753Z Compiling ref-cast v1.0.25
19782026-04-29T22:26:16.756Z Compiling winnow v0.7.14
19792026-04-29T22:26:16.785Z Compiling either v1.15.0
19802026-04-29T22:26:16.976Z Compiling usdt-impl v0.6.0
19812026-04-29T22:26:17.010Z Compiling paste v1.0.15
19822026-04-29T22:26:17.054Z Compiling pkcs5 v0.7.1
19832026-04-29T22:26:17.232Z Compiling rand v0.9.2
19842026-04-29T22:26:17.341Z Compiling http-body v1.0.1
19852026-04-29T22:26:17.518Z Compiling toml_datetime v0.6.11
19862026-04-29T22:26:17.535Z Compiling serde_spanned v0.6.9
19872026-04-29T22:26:17.557Z Compiling scroll v0.13.0
19882026-04-29T22:26:17.583Z Compiling scroll v0.12.0
19892026-04-29T22:26:17.707Z Compiling heapless v0.7.17
19902026-04-29T22:26:17.780Z Compiling bzip2-sys v0.1.13+1.0.8
19912026-04-29T22:26:17.784Z Compiling untrusted v0.7.1
19922026-04-29T22:26:17.825Z Compiling tokio-util v0.7.18
19932026-04-29T22:26:17.850Z Compiling signal-hook v0.3.18
19942026-04-29T22:26:17.873Z Compiling atomic-waker v1.1.2
19952026-04-29T22:26:17.972Z Compiling zstd-safe v7.2.4
19962026-04-29T22:26:18.060Z Compiling openssl-probe v0.2.1
19972026-04-29T22:26:18.097Z Compiling toml_parser v1.0.9+spec-1.1.0
19982026-04-29T22:26:18.209Z Compiling goblin v0.8.2
19992026-04-29T22:26:18.245Z Compiling goblin v0.10.5
20002026-04-29T22:26:18.263Z Compiling pkcs8 v0.10.2
20012026-04-29T22:26:18.678Z Compiling zerocopy v0.7.35
20022026-04-29T22:26:18.750Z Compiling ref-cast-impl v1.0.25
20032026-04-29T22:26:18.797Z Compiling darling_core v0.20.11
20042026-04-29T22:26:18.859Z Compiling curve25519-dalek v4.1.3
20052026-04-29T22:26:19.111Z Compiling toml_datetime v0.7.5+spec-1.1.0
20062026-04-29T22:26:19.159Z Compiling memoffset v0.9.1
20072026-04-29T22:26:19.181Z Compiling try-lock v0.2.5
20082026-04-29T22:26:19.379Z Compiling tower-service v0.3.3
20092026-04-29T22:26:19.403Z Compiling tower-layer v0.3.3
20102026-04-29T22:26:19.445Z Compiling winnow v0.5.40
20112026-04-29T22:26:19.512Z Compiling rustix v0.38.44
20122026-04-29T22:26:19.618Z Compiling fastrand v2.3.0
20132026-04-29T22:26:19.777Z Compiling tinyvec_macros v0.1.1
20142026-04-29T22:26:19.865Z Compiling litrs v1.0.0
20152026-04-29T22:26:19.926Z Compiling tinyvec v1.10.0
20162026-04-29T22:26:19.994Z Compiling want v0.3.1
20172026-04-29T22:26:20.213Z Compiling h2 v0.4.13
20182026-04-29T22:26:20.330Z Compiling document-features v0.2.12
20192026-04-29T22:26:20.432Z Compiling dof v0.3.0
20202026-04-29T22:26:20.759Z Compiling darling_macro v0.20.11
20212026-04-29T22:26:20.826Z Compiling toml_edit v0.19.15
20222026-04-29T22:26:21.095Z Compiling dof v0.4.0
20232026-04-29T22:26:21.144Z Compiling dtrace-parser v0.2.0
20242026-04-29T22:26:21.276Z Compiling ipnet v2.11.0
20252026-04-29T22:26:21.294Z Compiling dtrace-parser v0.3.0
20262026-04-29T22:26:21.729Z Compiling async-trait v0.1.89
20272026-04-29T22:26:21.753Z Compiling daft-derive v0.1.5
20282026-04-29T22:26:21.771Z Compiling spin v0.9.8
20292026-04-29T22:26:21.807Z Compiling thread-id v5.1.0
20302026-04-29T22:26:21.915Z Compiling thread-id v4.2.2
20312026-04-29T22:26:21.932Z Compiling httpdate v1.0.3
20322026-04-29T22:26:22.004Z Compiling pin-utils v0.1.0
20332026-04-29T22:26:22.024Z Compiling powerfmt v0.2.0
20342026-04-29T22:26:22.041Z Compiling num-bigint-dig v0.8.6
20352026-04-29T22:26:22.135Z Compiling foreign-types-shared v0.1.1
20362026-04-29T22:26:22.242Z Compiling cfg_aliases v0.2.1
20372026-04-29T22:26:22.274Z Compiling smoltcp v0.9.1
20382026-04-29T22:26:22.317Z Compiling foreign-types v0.3.2
20392026-04-29T22:26:22.336Z Compiling nix v0.31.2
20402026-04-29T22:26:22.351Z Compiling deranged v0.5.8
20412026-04-29T22:26:22.485Z Compiling tempfile v3.25.0
20422026-04-29T22:26:22.637Z Compiling darling v0.20.11
20432026-04-29T22:26:22.766Z Compiling ipnetwork v0.21.1
20442026-04-29T22:26:23.008Z Compiling strum_macros v0.26.4
20452026-04-29T22:26:23.023Z Compiling curve25519-dalek-derive v0.1.1
20462026-04-29T22:26:23.246Z Compiling hyper v1.8.1
20472026-04-29T22:26:23.282Z Compiling wait-timeout v0.2.1
20482026-04-29T22:26:23.465Z Compiling simd-adler32 v0.3.8
20492026-04-29T22:26:23.525Z Compiling quick-error v1.2.3
20502026-04-29T22:26:23.639Z Compiling num_threads v0.1.7
20512026-04-29T22:26:23.655Z Compiling siphasher v1.0.2
20522026-04-29T22:26:23.718Z Compiling anstyle v1.0.13
20532026-04-29T22:26:23.758Z Compiling bit-vec v0.8.0
20542026-04-29T22:26:23.929Z Compiling utf8parse v0.2.2
20552026-04-29T22:26:23.962Z Compiling bit-set v0.8.0
20562026-04-29T22:26:23.980Z Compiling time v0.3.47
20572026-04-29T22:26:24.063Z Compiling anstyle-parse v0.2.7
20582026-04-29T22:26:24.126Z Compiling rusty-fork v0.3.1
20592026-04-29T22:26:24.429Z Compiling hyper-util v0.1.20
20602026-04-29T22:26:24.581Z Compiling derive_builder_core v0.20.2
20612026-04-29T22:26:24.686Z Compiling unicode-normalization v0.1.25
20622026-04-29T22:26:25.172Z Compiling rustls-native-certs v0.8.3
20632026-04-29T22:26:25.402Z Compiling signature v2.2.0
20642026-04-29T22:26:25.441Z Compiling hubpack_derive v0.1.1
20652026-04-29T22:26:25.499Z Compiling rand_xorshift v0.4.0
20662026-04-29T22:26:25.600Z Compiling strum_macros v0.27.2
20672026-04-29T22:26:25.733Z Compiling sync_wrapper v1.0.2
20682026-04-29T22:26:25.866Z Compiling fs-err v3.3.0
20692026-04-29T22:26:25.952Z Compiling ahash v0.8.12
20702026-04-29T22:26:26.037Z Compiling adler2 v2.0.1
20712026-04-29T22:26:26.089Z Compiling unicode-segmentation v1.12.0
20722026-04-29T22:26:26.137Z Compiling anstyle-query v1.1.5
20732026-04-29T22:26:26.196Z Compiling unarray v0.1.4
20742026-04-29T22:26:26.334Z Compiling object v0.37.3
20752026-04-29T22:26:26.386Z Compiling unicode-properties v0.1.4
20762026-04-29T22:26:26.416Z Compiling allocator-api2 v0.2.21
20772026-04-29T22:26:26.497Z Compiling is_terminal_polyfill v1.70.2
20782026-04-29T22:26:26.532Z Compiling unicode-bidi v0.3.18
20792026-04-29T22:26:26.623Z Compiling colorchoice v1.0.4
20802026-04-29T22:26:26.637Z Compiling proptest v1.10.0
20812026-04-29T22:26:26.763Z Compiling anstream v0.6.21
20822026-04-29T22:26:26.799Z Compiling miniz_oxide v0.8.9
20832026-04-29T22:26:26.961Z Compiling stringprep v0.1.5
20842026-04-29T22:26:27.073Z Compiling tower v0.5.3
20852026-04-29T22:26:27.271Z Compiling derive_builder_macro v0.20.2
20862026-04-29T22:26:27.366Z Compiling usdt-attr-macro v0.6.0
20872026-04-29T22:26:27.384Z Compiling usdt-macro v0.6.0
20882026-04-29T22:26:27.883Z Compiling http-body-util v0.1.3
20892026-04-29T22:26:27.918Z Compiling webpki-roots v1.0.6
20902026-04-29T22:26:28.131Z Compiling rand_chacha v0.3.1
20912026-04-29T22:26:28.170Z Compiling erased-serde v0.3.31
20922026-04-29T22:26:28.173Z Compiling md-5 v0.10.6
20932026-04-29T22:26:28.201Z Compiling num-integer v0.1.46
20942026-04-29T22:26:28.342Z Compiling hash32 v0.2.1
20952026-04-29T22:26:28.441Z Compiling vergen-lib v0.1.6
20962026-04-29T22:26:28.457Z Compiling ff v0.13.1
20972026-04-29T22:26:28.506Z Compiling fallible-iterator v0.2.0
20982026-04-29T22:26:28.523Z Compiling zlib-rs v0.6.2
20992026-04-29T22:26:28.556Z Compiling psl-types v2.0.11
21002026-04-29T22:26:28.571Z Compiling iri-string v0.7.10
21012026-04-29T22:26:28.574Z Compiling ryu v1.0.23
21022026-04-29T22:26:28.608Z Compiling base16ct v0.2.0
21032026-04-29T22:26:28.704Z Compiling publicsuffix v2.3.0
21042026-04-29T22:26:28.753Z Compiling sec1 v0.7.3
21052026-04-29T22:26:28.777Z Compiling serde_urlencoded v0.7.1
21062026-04-29T22:26:28.814Z Compiling postgres-protocol v0.6.10
21072026-04-29T22:26:28.870Z Compiling newtype-uuid v1.3.2
21082026-04-29T22:26:28.890Z Compiling group v0.13.0
21092026-04-29T22:26:29.063Z Compiling num-iter v0.1.45
21102026-04-29T22:26:29.098Z Compiling rand v0.8.5
21112026-04-29T22:26:29.429Z Compiling derive_builder v0.20.2
21122026-04-29T22:26:29.448Z Compiling oxnet v0.1.4
21132026-04-29T22:26:29.528Z Compiling tokio-native-tls v0.3.1
21142026-04-29T22:26:29.585Z Compiling heck v0.4.1
21152026-04-29T22:26:29.602Z Compiling phf_shared v0.13.1
21162026-04-29T22:26:29.701Z Compiling tower-http v0.6.8
21172026-04-29T22:26:29.719Z Compiling lazy_static v1.5.0
21182026-04-29T22:26:29.812Z Compiling terminal_size v0.4.3
21192026-04-29T22:26:29.831Z Compiling serde_with_macros v3.17.0
21202026-04-29T22:26:29.850Z Compiling cargo-platform v0.1.9
21212026-04-29T22:26:29.899Z Compiling hkdf v0.12.4
21222026-04-29T22:26:29.902Z Compiling crypto-bigint v0.5.5
21232026-04-29T22:26:29.954Z Compiling serde_repr v0.1.20
21242026-04-29T22:26:29.976Z Compiling clap_derive v4.5.55
21252026-04-29T22:26:30.070Z Compiling enum-as-inner v0.6.1
21262026-04-29T22:26:30.087Z Compiling vergen v9.0.6
21272026-04-29T22:26:30.141Z Compiling bitflags v1.3.2
21282026-04-29T22:26:30.247Z Compiling libbz2-rs-sys v0.2.2
21292026-04-29T22:26:30.284Z Compiling clap_lex v1.0.0
21302026-04-29T22:26:30.320Z Compiling foldhash v0.2.0
21312026-04-29T22:26:30.336Z Compiling managed v0.8.0
21322026-04-29T22:26:30.542Z Compiling flate2 v1.1.9
21332026-04-29T22:26:30.578Z Compiling foldhash v0.1.5
21342026-04-29T22:26:30.612Z Compiling bumpalo v3.20.2
21352026-04-29T22:26:30.737Z Compiling hashbrown v0.15.5
21362026-04-29T22:26:30.773Z Compiling bzip2 v0.6.1
21372026-04-29T22:26:30.883Z Compiling zopfli v0.8.3
21382026-04-29T22:26:30.901Z Compiling elliptic-curve v0.13.8
21392026-04-29T22:26:30.904Z Compiling hashbrown v0.16.1
21402026-04-29T22:26:30.961Z Compiling clap_builder v4.5.60
21412026-04-29T22:26:31.239Z Compiling cargo_metadata v0.19.2
21422026-04-29T22:26:31.525Z Compiling phf v0.13.1
21432026-04-29T22:26:31.542Z Compiling daft v0.1.5
21442026-04-29T22:26:31.577Z Compiling hyper-tls v0.6.0
21452026-04-29T22:26:31.612Z Compiling zstd v0.13.3
21462026-04-29T22:26:31.653Z Compiling signal-hook-mio v0.2.5
21472026-04-29T22:26:31.790Z Compiling cookie_store v0.22.1
21482026-04-29T22:26:31.824Z Compiling postgres-types v0.2.12
21492026-04-29T22:26:31.861Z Compiling bzip2 v0.4.4
21502026-04-29T22:26:31.883Z Compiling strum v0.27.2
21512026-04-29T22:26:32.144Z Compiling hubpack v0.1.2
21522026-04-29T22:26:32.234Z Compiling ed25519 v2.2.3
21532026-04-29T22:26:32.709Z Compiling phf_shared v0.11.3
21542026-04-29T22:26:32.712Z Compiling crossbeam-epoch v0.9.18
21552026-04-29T22:26:32.712Z Compiling pkcs1 v0.7.5
21562026-04-29T22:26:32.712Z Compiling hex v0.4.3
21572026-04-29T22:26:32.712Z Compiling serde-big-array v0.5.1
21582026-04-29T22:26:32.833Z Compiling rfc6979 v0.4.0
21592026-04-29T22:26:32.861Z Compiling bstr v1.12.1
21602026-04-29T22:26:32.932Z Compiling float-cmp v0.10.0
21612026-04-29T22:26:32.982Z Compiling memmap2 v0.9.10
21622026-04-29T22:26:32.999Z Compiling env_filter v1.0.0
21632026-04-29T22:26:33.036Z Compiling encoding_rs v0.8.35
21642026-04-29T22:26:33.109Z Compiling static_assertions v1.1.0
21652026-04-29T22:26:33.128Z Compiling new_debug_unreachable v1.0.6
21662026-04-29T22:26:33.131Z Compiling predicates-core v1.0.10
21672026-04-29T22:26:33.201Z Compiling precomputed-hash v0.1.1
21682026-04-29T22:26:33.217Z Compiling toml_write v0.1.2
21692026-04-29T22:26:33.221Z Compiling data-encoding v2.10.0
21702026-04-29T22:26:33.251Z Compiling fixedbitset v0.5.7
21712026-04-29T22:26:33.285Z Compiling keccak v0.1.6
21722026-04-29T22:26:33.327Z Compiling difflib v0.4.0
21732026-04-29T22:26:33.344Z Compiling mime v0.3.17
21742026-04-29T22:26:33.457Z Compiling normalize-line-endings v0.3.0
21752026-04-29T22:26:33.477Z Compiling rustc-hash v2.1.1
21762026-04-29T22:26:33.507Z Compiling jiff v0.2.21
21772026-04-29T22:26:33.549Z Compiling whoami v2.1.0
21782026-04-29T22:26:33.553Z Compiling fixedbitset v0.4.2
21792026-04-29T22:26:33.585Z Compiling iddqd v0.3.18
21802026-04-29T22:26:33.600Z Compiling predicates v3.1.4
21812026-04-29T22:26:33.766Z Compiling petgraph v0.6.5
21822026-04-29T22:26:33.791Z Compiling hickory-proto v0.25.2
21832026-04-29T22:26:33.794Z Compiling tokio-postgres v0.7.16
21842026-04-29T22:26:33.906Z Compiling petgraph v0.8.3
21852026-04-29T22:26:33.933Z Compiling sha3 v0.10.8
21862026-04-29T22:26:34.225Z Compiling toml_edit v0.22.27
21872026-04-29T22:26:34.241Z Compiling similar v2.7.0
21882026-04-29T22:26:34.364Z Compiling string_cache v0.8.9
21892026-04-29T22:26:34.531Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21902026-04-29T22:26:34.697Z Compiling usdt v0.6.0
21912026-04-29T22:26:34.975Z Compiling env_logger v0.11.9
21922026-04-29T22:26:35.258Z Compiling ecdsa v0.16.9
21932026-04-29T22:26:35.690Z Compiling serde_with v3.17.0
21942026-04-29T22:26:35.730Z Compiling rsa v0.9.10
21952026-04-29T22:26:35.859Z Compiling clap v4.5.60
21962026-04-29T22:26:35.960Z Compiling ed25519-dalek v2.2.0
21972026-04-29T22:26:36.264Z Compiling zip v4.6.1
21982026-04-29T22:26:36.551Z Compiling crossterm v0.28.1
21992026-04-29T22:26:37.224Z Compiling zip v0.6.6
22002026-04-29T22:26:37.378Z Compiling strum v0.26.3
22012026-04-29T22:26:37.396Z Compiling toml v0.7.8
22022026-04-29T22:26:37.455Z Compiling tokio-stream v0.1.18
22032026-04-29T22:26:37.535Z Compiling buf-list v1.1.2
22042026-04-29T22:26:37.600Z Compiling itertools v0.13.0
22052026-04-29T22:26:37.737Z Compiling x509-cert v0.2.5
22062026-04-29T22:26:37.779Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22072026-04-29T22:26:37.942Z Compiling openapiv3 v2.2.0
22082026-04-29T22:26:38.079Z Compiling sha1 v0.10.6
22092026-04-29T22:26:38.325Z Compiling lalrpop-util v0.19.12
22102026-04-29T22:26:38.420Z Compiling peg-runtime v0.8.5
22112026-04-29T22:26:54.741Z Compiling macaddr v1.0.1
22122026-04-29T22:26:54.859Z Compiling structmeta-derive v0.3.0
22132026-04-29T22:26:54.932Z Compiling crucible-workspace-hack v0.1.0
22142026-04-29T22:26:55.040Z Compiling rayon-core v1.13.0
22152026-04-29T22:26:55.103Z Compiling itertools v0.14.0
22162026-04-29T22:26:55.162Z Compiling secrecy v0.10.3
22172026-04-29T22:26:55.307Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22182026-04-29T22:26:55.346Z Compiling heapless v0.8.0
22192026-04-29T22:26:55.362Z Compiling rustls v0.22.4
22202026-04-29T22:26:55.706Z Compiling crossbeam-deque v0.8.6
22212026-04-29T22:26:55.735Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22222026-04-29T22:26:55.868Z Compiling structmeta v0.3.0
22232026-04-29T22:26:55.912Z Compiling toml_edit v0.23.10+spec-1.0.0
22242026-04-29T22:26:55.931Z Compiling rustls-webpki v0.102.8
22252026-04-29T22:26:55.961Z Compiling futures-executor v0.3.32
22262026-04-29T22:26:55.994Z Compiling hash32 v0.3.1
22272026-04-29T22:26:56.107Z Compiling multer v3.1.0
22282026-04-29T22:26:56.194Z Compiling thread_local v1.1.9
22292026-04-29T22:26:56.222Z Compiling match_cfg v0.1.0
22302026-04-29T22:26:56.243Z Compiling slog-async v2.8.0
22312026-04-29T22:26:56.262Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22322026-04-29T22:26:56.316Z Compiling compression-core v0.4.31
22332026-04-29T22:26:56.338Z Compiling smoltcp v0.11.0
22342026-04-29T22:26:56.414Z Compiling ingot-macros v0.1.1
22352026-04-29T22:26:56.472Z Compiling unicode-width v0.2.0
22362026-04-29T22:26:56.523Z Compiling proc-macro-crate v3.4.0
22372026-04-29T22:26:56.552Z Compiling compression-codecs v0.4.37
22382026-04-29T22:26:56.659Z Compiling hostname v0.3.1
22392026-04-29T22:26:56.704Z Compiling futures v0.3.32
22402026-04-29T22:26:56.807Z Compiling rustls-webpki v0.103.9
22412026-04-29T22:26:56.849Z Compiling derive-ex v0.1.8
22422026-04-29T22:26:56.940Z Compiling slog-json v2.6.1
22432026-04-29T22:26:56.980Z Compiling crossbeam-channel v0.5.15
22442026-04-29T22:26:57.147Z Compiling half v2.7.1
22452026-04-29T22:26:57.243Z Compiling newtype-uuid-macros v0.1.0
22462026-04-29T22:26:57.431Z Compiling thiserror-impl-no-std v2.0.2
22472026-04-29T22:26:57.520Z Compiling cobs v0.3.0
22482026-04-29T22:26:57.622Z Compiling universal-hash v0.5.1
22492026-04-29T22:26:57.680Z Compiling async-stream-impl v0.3.6
22502026-04-29T22:26:57.781Z Compiling serde_spanned v1.0.4
22512026-04-29T22:26:57.797Z Compiling toml_datetime v1.0.0+spec-1.1.0
22522026-04-29T22:26:57.825Z Compiling is-terminal v0.4.17
22532026-04-29T22:26:57.947Z Compiling dropshot v0.17.0
22542026-04-29T22:26:57.972Z Compiling proc-macro-error-attr v1.0.4
22552026-04-29T22:26:57.990Z Compiling take_mut v0.2.2
22562026-04-29T22:26:58.128Z Compiling ciborium-io v0.2.2
22572026-04-29T22:26:58.168Z Compiling opaque-debug v0.3.1
22582026-04-29T22:26:58.201Z Compiling toml_writer v1.0.6+spec-1.1.0
22592026-04-29T22:26:58.245Z Compiling convert_case v0.4.0
22602026-04-29T22:26:58.248Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22612026-04-29T22:26:58.276Z Compiling term v1.2.1
22622026-04-29T22:26:58.279Z Compiling async-stream v0.3.6
22632026-04-29T22:26:58.380Z Compiling poly1305 v0.8.0
22642026-04-29T22:26:58.408Z Compiling test-strategy v0.4.5
22652026-04-29T22:26:58.497Z Compiling thiserror-no-std v2.0.2
22662026-04-29T22:26:58.500Z Compiling toml v1.0.6+spec-1.1.0
22672026-04-29T22:26:58.529Z Compiling ciborium-ll v0.2.2
22682026-04-29T22:26:58.575Z Compiling derive_more v0.99.20
22692026-04-29T22:26:58.618Z Compiling tokio-rustls v0.25.0
22702026-04-29T22:26:58.650Z Compiling slog-term v2.9.2
22712026-04-29T22:26:58.827Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22722026-04-29T22:26:59.014Z Compiling postcard v1.1.3
22732026-04-29T22:26:59.057Z Compiling ingot-types v0.1.2
22742026-04-29T22:26:59.407Z Compiling slog-bunyan v2.5.0
22752026-04-29T22:26:59.556Z Compiling ingot v0.1.1
22762026-04-29T22:26:59.615Z Compiling num_enum_derive v0.7.5
22772026-04-29T22:26:59.710Z Compiling async-compression v0.4.41
22782026-04-29T22:27:00.037Z Compiling parse-display-derive v0.10.0
22792026-04-29T22:27:00.083Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22802026-04-29T22:27:00.116Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22812026-04-29T22:27:00.192Z Compiling proc-macro-crate v1.3.1
22822026-04-29T22:27:00.375Z Compiling tokio-rustls v0.26.4
22832026-04-29T22:27:00.579Z Compiling rustls-platform-verifier v0.6.2
22842026-04-29T22:27:00.596Z Compiling backon v1.6.0
22852026-04-29T22:27:00.702Z Compiling hyper-rustls v0.27.7
22862026-04-29T22:27:00.726Z Compiling waitgroup v0.1.2
22872026-04-29T22:27:00.781Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22882026-04-29T22:27:00.815Z Compiling password-hash v0.5.0
22892026-04-29T22:27:00.878Z Compiling dropshot_endpoint v0.17.0
22902026-04-29T22:27:00.917Z Compiling chacha20 v0.9.1
22912026-04-29T22:27:01.054Z Compiling reqwest v0.12.28
22922026-04-29T22:27:01.089Z Compiling reqwest v0.13.2
22932026-04-29T22:27:01.198Z Compiling rustls-pemfile v2.2.0
22942026-04-29T22:27:01.346Z Compiling blake2 v0.10.6
22952026-04-29T22:27:01.509Z Compiling aead v0.5.2
22962026-04-29T22:27:01.550Z Compiling foreign-types-macros v0.2.3
22972026-04-29T22:27:01.738Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22982026-04-29T22:27:01.754Z Compiling serde_path_to_error v0.1.20
22992026-04-29T22:27:01.800Z Compiling hostname v0.4.2
23002026-04-29T22:27:01.903Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23012026-04-29T22:27:01.919Z Compiling proc-macro-error v1.0.4
23022026-04-29T22:27:01.934Z Compiling instant v0.1.13
23032026-04-29T22:27:01.992Z Compiling debug-ignore v1.0.5
23042026-04-29T22:27:02.050Z Compiling typeid v1.0.3
23052026-04-29T22:27:02.080Z Compiling cpufeatures v0.3.0
23062026-04-29T22:27:02.129Z Compiling foreign-types-shared v0.3.1
23072026-04-29T22:27:02.181Z Compiling chacha20 v0.10.0
23082026-04-29T22:27:02.199Z Compiling backoff v0.4.0
23092026-04-29T22:27:02.202Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23102026-04-29T22:27:02.237Z Compiling foreign-types v0.5.0
23112026-04-29T22:27:02.240Z Compiling chacha20poly1305 v0.10.1
23122026-04-29T22:27:02.274Z Compiling argon2 v0.5.3
23132026-04-29T22:27:02.293Z Compiling parse-display v0.10.0
23142026-04-29T22:27:02.309Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23152026-04-29T22:27:02.345Z Compiling num_enum v0.7.5
23162026-04-29T22:27:02.378Z Compiling num_enum_derive v0.5.11
23172026-04-29T22:27:02.423Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23182026-04-29T22:27:02.439Z Compiling ciborium v0.2.2
23192026-04-29T22:27:02.498Z Compiling vsss-rs v3.3.4
23202026-04-29T22:27:02.659Z Compiling tabwriter v1.4.1
23212026-04-29T22:27:02.834Z Compiling regress v0.10.5
23222026-04-29T22:27:03.039Z Compiling byte-wrapper v0.1.0
23232026-04-29T22:27:03.192Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23242026-04-29T22:27:03.277Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23252026-04-29T22:27:03.307Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23262026-04-29T22:27:03.321Z Compiling cstr-argument v0.1.2
23272026-04-29T22:27:03.518Z Compiling erased-serde v0.4.9
23282026-04-29T22:27:03.750Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23292026-04-29T22:27:03.882Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-04-29T22:27:03.919Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23312026-04-29T22:27:03.937Z Compiling num_enum v0.5.11
23322026-04-29T22:27:04.009Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23332026-04-29T22:27:04.044Z Compiling rand v0.10.0
23342026-04-29T22:27:04.084Z Compiling rayon v1.11.0
23352026-04-29T22:27:04.181Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23362026-04-29T22:27:04.267Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23372026-04-29T22:27:04.284Z Compiling libefi-sys v0.1.0
23382026-04-29T22:27:04.317Z Compiling colored v3.1.1
23392026-04-29T22:27:04.369Z Compiling indent_write v2.2.0
23402026-04-29T22:27:04.387Z Compiling zone_cfg_derive v0.3.1
23412026-04-29T22:27:04.419Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23422026-04-29T22:27:04.441Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23432026-04-29T22:27:04.547Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23442026-04-29T22:27:04.608Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23452026-04-29T22:27:04.787Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23462026-04-29T22:27:04.837Z Compiling camino-tempfile v1.4.1
23472026-04-29T22:27:04.856Z Compiling itertools v0.12.1
23482026-04-29T22:27:05.014Z Compiling usdt-attr-macro v0.5.0
23492026-04-29T22:27:05.017Z Compiling usdt-macro v0.5.0
23502026-04-29T22:27:05.118Z Compiling bitfield-struct v0.6.2
23512026-04-29T22:27:05.135Z Compiling num-derive v0.4.2
23522026-04-29T22:27:05.212Z Compiling blake3 v1.8.3
23532026-04-29T22:27:05.260Z Compiling ordered-float v2.10.1
23542026-04-29T22:27:05.582Z Compiling memmap v0.7.0
23552026-04-29T22:27:05.613Z Compiling sigpipe v0.1.3
23562026-04-29T22:27:05.719Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23572026-04-29T22:27:05.736Z Compiling glob v0.3.3
23582026-04-29T22:27:05.775Z Compiling swrite v0.1.0
23592026-04-29T22:27:05.827Z Compiling usdt v0.5.0
23602026-04-29T22:27:05.848Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-04-29T22:27:05.916Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23622026-04-29T22:27:06.070Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23632026-04-29T22:27:06.232Z Compiling serde-value v0.7.0
23642026-04-29T22:27:06.240Z Compiling zone v0.3.1
23652026-04-29T22:27:06.315Z Compiling serde-untagged v0.1.9
23662026-04-29T22:27:06.371Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23672026-04-29T22:27:06.665Z Compiling toml v0.8.23
23682026-04-29T22:27:06.695Z Compiling smf v0.2.3
23692026-04-29T22:27:06.699Z Compiling filetime v0.2.27
23702026-04-29T22:27:06.729Z Compiling arrayvec v0.7.6
23712026-04-29T22:27:06.732Z Compiling xattr v1.6.1
23722026-04-29T22:27:06.786Z Compiling constant_time_eq v0.4.2
23732026-04-29T22:27:06.913Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23742026-04-29T22:27:06.952Z Compiling same-file v1.0.6
23752026-04-29T22:27:06.969Z Compiling unicode-xid v0.2.6
23762026-04-29T22:27:07.005Z Compiling arrayref v0.3.9
23772026-04-29T22:27:07.021Z Compiling whoami v1.6.1
23782026-04-29T22:27:07.040Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23792026-04-29T22:27:07.042Z Compiling tar v0.4.45
23802026-04-29T22:27:07.100Z Compiling walkdir v2.5.0
23812026-04-29T22:27:07.155Z Compiling cargo-util-schemas v0.8.2
23822026-04-29T22:27:07.492Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23832026-04-29T22:27:07.584Z Compiling tokio-dtrace v0.1.1
23842026-04-29T22:27:07.709Z Compiling console v0.16.2
23852026-04-29T22:27:07.759Z Compiling gethostname v0.5.0
23862026-04-29T22:27:07.815Z Compiling cargo-platform v0.2.0
23872026-04-29T22:27:07.847Z Compiling topological-sort v0.2.2
23882026-04-29T22:27:07.881Z Compiling unit-prefix v0.5.2
23892026-04-29T22:27:07.929Z Compiling oxide-tokio-rt v0.1.4
23902026-04-29T22:27:07.945Z Compiling shell-words v1.1.1
23912026-04-29T22:27:08.045Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23922026-04-29T22:27:08.217Z Compiling indicatif v0.18.4
23932026-04-29T22:27:08.318Z Compiling cargo_metadata v0.21.0
23942026-04-29T22:27:17.405Z Compiling progenitor-client v0.14.0
23952026-04-29T22:27:17.422Z Compiling progenitor-client v0.10.0
23962026-04-29T22:27:17.422Z Compiling omicron-zone-package v0.12.2
23972026-04-29T22:27:17.509Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23982026-04-29T22:27:17.509Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23992026-04-29T22:27:17.544Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24002026-04-29T22:27:17.563Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24012026-04-29T22:27:17.834Z Compiling progenitor-extras v0.2.0
24022026-04-29T22:27:17.902Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24032026-04-29T22:27:17.918Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24042026-04-29T22:27:17.968Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24052026-04-29T22:27:18.102Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24062026-04-29T22:27:18.120Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24072026-04-29T22:27:22.723Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24082026-04-29T22:27:30.147Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24092026-04-29T22:27:33.230Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24102026-04-29T22:27:34.221Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24112026-04-29T22:27:43.452Z Finished `release` profile [optimized] target(s) in 1m 39s
24122026-04-29T22:27:43.602Z Running `target/release/omicron-package -t test target create -p dev`
24132026-04-29T22:27:43.665ZLogging to: /work/oxidecomputer/omicron/out/LOG
24142026-04-29T22:27:43.667ZCreated new build target 'test' and set it as active
24152026-04-29T22:27:43.670Z
24162026-04-29T22:27:43.670Zreal 1:40.063565041
24172026-04-29T22:27:43.670Zuser 16:21.247316700
24182026-04-29T22:27:43.670Zsys 2:40.172492476
24192026-04-29T22:27:43.670Ztrap 0.456290273
24202026-04-29T22:27:43.670Ztflt 2.735331722
24212026-04-29T22:27:43.671Zdflt 4.040380833
24222026-04-29T22:27:43.671Zkflt 0.000809217
24232026-04-29T22:27:43.671Zlock 51:45.419780884
24242026-04-29T22:27:43.671Zslp 41:49.011077538
24252026-04-29T22:27:43.671Zlat 46.914431235
24262026-04-29T22:27:43.671Zstop 5:44.225770395
24272026-04-29T22:27:43.671Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24282026-04-29T22:27:44.534Z Finished `release` profile [optimized] target(s) in 0.85s
24292026-04-29T22:27:44.604Z Running `target/release/omicron-package -t test package`
24302026-04-29T22:27:44.662ZLogging to: /work/oxidecomputer/omicron/out/LOG
24312026-04-29T22:27:46.066Z Compiling heck v0.5.0
24322026-04-29T22:27:46.067Z Compiling regress v0.11.1
24332026-04-29T22:27:46.067Z Compiling unsafe-libyaml v0.2.11
24342026-04-29T22:27:46.324Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24352026-04-29T22:27:46.345Z Compiling regress v0.10.5
24362026-04-29T22:27:46.374Z Compiling unicode-width v0.1.14
24372026-04-29T22:27:46.397Z Compiling is-terminal v0.4.17
24382026-04-29T22:27:46.417Z Compiling prettyplease v0.2.37
24392026-04-29T22:27:46.419Z Compiling bytecount v0.6.9
24402026-04-29T22:27:46.419Z Compiling rustls v0.22.4
24412026-04-29T22:27:46.419Z Compiling rustls-webpki v0.102.8
24422026-04-29T22:27:46.459Z Compiling derive-where v1.6.0
24432026-04-29T22:27:46.462Z Compiling thread_local v1.1.9
24442026-04-29T22:27:46.462Z Compiling compression-core v0.4.31
24452026-04-29T22:27:46.482Z Compiling match_cfg v0.1.0
24462026-04-29T22:27:46.595Z Compiling multer v3.1.0
24472026-04-29T22:27:46.595Z Compiling slog-async v2.8.0
24482026-04-29T22:27:46.646Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24492026-04-29T22:27:46.669Z Compiling hostname v0.3.1
24502026-04-29T22:27:46.672Z Compiling compression-codecs v0.4.37
24512026-04-29T22:27:46.692Z Compiling crossbeam-channel v0.5.15
24522026-04-29T22:27:46.695Z Compiling slog-json v2.6.1
24532026-04-29T22:27:46.762Z Compiling futures-executor v0.3.32
24542026-04-29T22:27:46.765Z Compiling serde_spanned v1.0.4
24552026-04-29T22:27:46.807Z Compiling serde_yaml v0.9.34+deprecated
24562026-04-29T22:27:46.830Z Compiling toml_datetime v1.0.0+spec-1.1.0
24572026-04-29T22:27:46.854Z Compiling term v1.2.1
24582026-04-29T22:27:46.982Z Compiling take_mut v0.2.2
24592026-04-29T22:27:46.986Z Compiling toml_writer v1.0.6+spec-1.1.0
24602026-04-29T22:27:46.986Z Compiling futures v0.3.32
24612026-04-29T22:27:47.049Z Compiling slog-bunyan v2.5.0
24622026-04-29T22:27:47.151Z Compiling slog-term v2.9.2
24632026-04-29T22:27:47.154Z Compiling async-compression v0.4.41
24642026-04-29T22:27:47.239Z Compiling toml v1.0.6+spec-1.1.0
24652026-04-29T22:27:47.264Z Compiling dropshot v0.17.0
24662026-04-29T22:27:47.267Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24672026-04-29T22:27:47.339Z Compiling async-stream v0.3.6
24682026-04-29T22:27:47.373Z Compiling num-rational v0.4.2
24692026-04-29T22:27:47.453Z Compiling progenitor-client v0.14.0
24702026-04-29T22:27:47.513Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24712026-04-29T22:27:47.539Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24722026-04-29T22:27:47.559Z Compiling waitgroup v0.1.2
24732026-04-29T22:27:47.649Z Compiling backon v1.6.0
24742026-04-29T22:27:47.672Z Compiling rustls-pemfile v2.2.0
24752026-04-29T22:27:47.700Z Compiling num-complex v0.4.6
24762026-04-29T22:27:47.726Z Compiling serde_path_to_error v0.1.20
24772026-04-29T22:27:47.751Z Compiling hostname v0.4.2
24782026-04-29T22:27:47.782Z Compiling instant v0.1.13
24792026-04-29T22:27:47.785Z Compiling debug-ignore v1.0.5
24802026-04-29T22:27:47.886Z Compiling typify-impl v0.6.2
24812026-04-29T22:27:47.911Z Compiling backoff v0.4.0
24822026-04-29T22:27:47.935Z Compiling progenitor-extras v0.2.0
24832026-04-29T22:27:47.938Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24842026-04-29T22:27:47.980Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24852026-04-29T22:27:48.130Z Compiling num v0.4.3
24862026-04-29T22:27:48.151Z Compiling parse-display v0.10.0
24872026-04-29T22:27:48.191Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24882026-04-29T22:27:48.237Z Compiling progenitor-client v0.13.0
24892026-04-29T22:27:48.261Z Compiling progenitor-client v0.10.0
24902026-04-29T22:27:48.285Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24912026-04-29T22:27:48.333Z Compiling macaddr v1.0.1
24922026-04-29T22:27:48.369Z Compiling float-ord v0.3.2
24932026-04-29T22:27:48.501Z Compiling console v0.15.11
24942026-04-29T22:27:48.523Z Compiling slog-dtrace v0.3.0
24952026-04-29T22:27:48.584Z Compiling newline-converter v0.3.0
24962026-04-29T22:27:48.732Z Compiling atomicwrites v0.4.4
24972026-04-29T22:27:48.769Z Compiling tokio-rustls v0.25.0
24982026-04-29T22:27:48.790Z Compiling async-recursion v1.1.1
24992026-04-29T22:27:48.793Z Compiling cancel-safe-futures v0.1.5
25002026-04-29T22:27:48.888Z Compiling owo-colors v4.3.0
25012026-04-29T22:27:48.957Z Compiling expectorate v1.2.0
25022026-04-29T22:27:49.056Z Compiling libsw-core v0.3.2
25032026-04-29T22:27:49.113Z Compiling resolv-conf v0.7.6
25042026-04-29T22:27:49.212Z Compiling libsw v3.5.0
25052026-04-29T22:27:49.272Z Compiling toml v0.8.23
25062026-04-29T22:27:49.434Z Compiling linear-map v1.2.0
25072026-04-29T22:27:49.437Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25082026-04-29T22:27:49.510Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25092026-04-29T22:27:49.536Z Compiling minimal-lexical v0.2.1
25102026-04-29T22:27:49.689Z Compiling linked-hash-map v0.5.6
25112026-04-29T22:27:49.736Z Compiling unicode-xid v0.2.6
25122026-04-29T22:27:49.759Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25132026-04-29T22:27:49.825Z Compiling nom v7.1.3
25142026-04-29T22:27:49.846Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25152026-04-29T22:27:49.870Z Compiling globset v0.4.18
25162026-04-29T22:27:49.873Z Compiling hickory-proto v0.24.4
25172026-04-29T22:27:49.918Z Compiling lru-cache v0.1.2
25182026-04-29T22:27:49.941Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25192026-04-29T22:27:50.119Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25202026-04-29T22:27:50.263Z Compiling convert_case v0.10.0
25212026-04-29T22:27:50.596Z Compiling derive_more-impl v2.1.1
25222026-04-29T22:27:50.704Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25232026-04-29T22:27:51.132Z Compiling pin-project-internal v1.1.11
25242026-04-29T22:27:51.262Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25252026-04-29T22:27:51.407Z Compiling derive_more v2.1.1
25262026-04-29T22:27:51.430Z Compiling typify-macro v0.6.2
25272026-04-29T22:27:51.519Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25282026-04-29T22:27:51.541Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25292026-04-29T22:27:51.797Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25302026-04-29T22:27:51.957Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25312026-04-29T22:27:52.177Z Compiling pin-project v1.1.11
25322026-04-29T22:27:52.318Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25332026-04-29T22:27:52.570Z Compiling hickory-resolver v0.24.4
25342026-04-29T22:27:52.655Z Compiling papergrid v0.11.0
25352026-04-29T22:27:52.731Z Compiling tabled_derive v0.7.0
25362026-04-29T22:27:52.984Z Compiling typify v0.6.2
25372026-04-29T22:27:53.204Z Compiling progenitor-impl v0.14.0
25382026-04-29T22:27:53.318Z Compiling progenitor-impl v0.13.0
25392026-04-29T22:27:53.753Z Compiling qorb v0.4.1
25402026-04-29T22:27:54.545Z Compiling pem v3.0.6
25412026-04-29T22:27:55.332Z Compiling snafu-derive v0.8.9
25422026-04-29T22:27:55.464Z Compiling progenitor-macro v0.14.0
25432026-04-29T22:27:55.533Z Compiling progenitor-macro v0.13.0
25442026-04-29T22:27:55.708Z Compiling termtree v0.5.1
25452026-04-29T22:27:55.860Z Compiling tabled v0.15.0
25462026-04-29T22:27:55.917Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25472026-04-29T22:27:57.035Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25482026-04-29T22:27:57.933Z Compiling snafu v0.8.9
25492026-04-29T22:27:58.108Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25502026-04-29T22:27:58.530Z Compiling crossterm v0.29.0
25512026-04-29T22:27:58.614Z Compiling olpc-cjson v0.1.4
25522026-04-29T22:27:58.666Z Compiling phf_shared v0.12.1
25532026-04-29T22:27:58.869Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25542026-04-29T22:27:58.927Z Compiling serde_plain v1.0.2
25552026-04-29T22:27:59.249Z Compiling vte v0.14.1
25562026-04-29T22:27:59.436Z Compiling csv-core v0.1.13
25572026-04-29T22:27:59.516Z Compiling typed-path v0.9.3
25582026-04-29T22:27:59.569Z Compiling progenitor v0.14.0
25592026-04-29T22:27:59.614Z Compiling progenitor v0.13.0
25602026-04-29T22:27:59.791Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25612026-04-29T22:27:59.894Z Compiling highway v1.3.0
25622026-04-29T22:28:00.382Z Compiling chrono-tz v0.10.4
25632026-04-29T22:28:00.647Z Compiling tough v0.20.0
25642026-04-29T22:28:00.674Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25652026-04-29T22:28:00.809Z Compiling csv v1.4.0
25662026-04-29T22:28:01.306Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25672026-04-29T22:28:01.427Z Compiling strip-ansi-escapes v0.2.1
25682026-04-29T22:28:01.480Z Compiling phf v0.12.1
25692026-04-29T22:28:01.680Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25702026-04-29T22:28:01.800Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25712026-04-29T22:28:01.990Z Compiling const_format_proc_macros v0.2.34
25722026-04-29T22:28:02.281Z Compiling fd-lock v4.0.4
25732026-04-29T22:28:02.444Z Compiling peg-macros v0.8.5
25742026-04-29T22:28:02.647Z Compiling nu-ansi-term v0.50.3
25752026-04-29T22:28:02.766Z Compiling const_format v0.2.35
25762026-04-29T22:28:03.192Z Compiling reedline v0.40.0
25772026-04-29T22:28:03.759Z Compiling peg v0.8.5
25782026-04-29T22:28:03.789Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25792026-04-29T22:28:03.881Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25802026-04-29T22:28:04.168Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25812026-04-29T22:28:04.468Z Compiling bcs v0.1.6
25822026-04-29T22:28:04.544Z Compiling semver v0.1.20
25832026-04-29T22:28:04.851Z Compiling rustc_version v0.1.7
25842026-04-29T22:28:04.926Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25852026-04-29T22:28:05.104Z Compiling newtype_derive v0.1.6
25862026-04-29T22:28:05.173Z Compiling smawk v0.3.2
25872026-04-29T22:28:05.332Z Compiling unicode-linebreak v0.1.5
25882026-04-29T22:28:05.369Z Compiling humantime v2.3.0
25892026-04-29T22:28:05.670Z Compiling textwrap v0.16.2
25902026-04-29T22:28:05.670Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25912026-04-29T22:28:06.034Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25922026-04-29T22:28:06.242Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25932026-04-29T22:28:06.671Z Compiling dropshot-api-manager-types v0.7.1
25942026-04-29T22:28:06.915Z Compiling base64 v0.21.7
25952026-04-29T22:28:07.126Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25962026-04-29T22:28:07.296Z Compiling steno v0.4.1
25972026-04-29T22:28:07.318Z Compiling tagptr v0.2.0
25982026-04-29T22:28:07.459Z Compiling utf-8 v0.7.6
25992026-04-29T22:28:07.538Z Compiling moka v0.12.13
26002026-04-29T22:28:07.705Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26012026-04-29T22:28:07.884Z Compiling tungstenite v0.21.0
26022026-04-29T22:28:08.062Z Compiling radium v0.7.0
26032026-04-29T22:28:08.178Z Compiling maybe-uninit v2.0.0
26042026-04-29T22:28:08.221Z Compiling tap v1.0.1
26052026-04-29T22:28:08.379Z Compiling wyz v0.5.1
26062026-04-29T22:28:08.382Z Compiling zerocopy-derive v0.6.6
26072026-04-29T22:28:08.483Z Compiling tokio-tungstenite v0.21.0
26082026-04-29T22:28:08.633Z Compiling hickory-resolver v0.25.2
26092026-04-29T22:28:08.792Z Compiling crc-catalog v2.4.0
26102026-04-29T22:28:08.814Z Compiling packed_struct v0.10.1
26112026-04-29T22:28:08.865Z Compiling display-error-chain v0.2.2
26122026-04-29T22:28:08.930Z Compiling funty v2.0.0
26132026-04-29T22:28:09.025Z Compiling crc v3.4.0
26142026-04-29T22:28:09.133Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26152026-04-29T22:28:09.221Z Compiling zerocopy v0.6.6
26162026-04-29T22:28:09.297Z Compiling packed_struct_codegen v0.10.1
26172026-04-29T22:28:09.335Z Compiling bitvec v1.0.1
26182026-04-29T22:28:09.610Z Compiling bitfield-macros v0.19.4
26192026-04-29T22:28:09.868Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26202026-04-29T22:28:10.030Z Compiling indexmap v1.9.3
26212026-04-29T22:28:10.268Z Compiling nodrop v0.1.14
26222026-04-29T22:28:10.327Z Compiling smallvec v0.6.14
26232026-04-29T22:28:10.349Z Compiling bitfield v0.19.4
26242026-04-29T22:28:10.413Z Compiling array-init v0.0.4
26252026-04-29T22:28:10.620Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26262026-04-29T22:28:10.642Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26272026-04-29T22:28:10.673Z Compiling num-derive v0.3.3
26282026-04-29T22:28:10.831Z Compiling proc-macro-error-attr2 v2.0.0
26292026-04-29T22:28:11.167Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26302026-04-29T22:28:11.575Z Compiling hashbrown v0.12.3
26312026-04-29T22:28:12.730Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26322026-04-29T22:28:12.805Z Compiling libscf-sys v1.1.0
26332026-04-29T22:28:12.980Z Compiling proc-macro-error2 v2.0.1
26342026-04-29T22:28:13.087Z Compiling serde-hex v0.1.0
26352026-04-29T22:28:13.306Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26362026-04-29T22:28:13.420Z Compiling ron v0.8.1
26372026-04-29T22:28:13.496Z Compiling typify-impl v0.4.3
26382026-04-29T22:28:13.548Z Compiling hashbrown v0.13.2
26392026-04-29T22:28:14.075Z Compiling vergen-gitcl v1.0.8
26402026-04-29T22:28:14.167Z Compiling dirs-sys-next v0.1.2
26412026-04-29T22:28:14.308Z Compiling crunchy v0.2.4
26422026-04-29T22:28:14.415Z Compiling diesel_derives v2.3.7
26432026-04-29T22:28:14.451Z Compiling crc-any v2.5.0
26442026-04-29T22:28:14.597Z Compiling glob v0.3.3
26452026-04-29T22:28:14.636Z Compiling maplit v1.0.2
26462026-04-29T22:28:14.830Z Compiling dirs-next v2.0.0
26472026-04-29T22:28:14.908Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26482026-04-29T22:28:14.976Z Compiling clang-sys v1.8.1
26492026-04-29T22:28:14.998Z Compiling object v0.30.4
26502026-04-29T22:28:15.022Z Compiling tabled_derive v0.11.0
26512026-04-29T22:28:15.090Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26522026-04-29T22:28:15.228Z Compiling papergrid v0.17.0
26532026-04-29T22:28:15.376Z Compiling testing_table v0.3.0
26542026-04-29T22:28:15.613Z Compiling dsl_auto_type v0.2.0
26552026-04-29T22:28:15.797Z Compiling scheduled-thread-pool v0.2.7
26562026-04-29T22:28:15.818Z Compiling diesel_table_macro_syntax v0.3.0
26572026-04-29T22:28:15.841Z Compiling path-slash v0.1.5
26582026-04-29T22:28:15.909Z Compiling tiny-keccak v2.0.2
26592026-04-29T22:28:16.036Z Compiling r2d2 v0.8.10
26602026-04-29T22:28:16.095Z Compiling term v0.7.0
26612026-04-29T22:28:16.287Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26622026-04-29T22:28:16.343Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26632026-04-29T22:28:16.425Z Compiling tabled v0.20.0
26642026-04-29T22:28:16.584Z Compiling xshell-macros v0.2.7
26652026-04-29T22:28:16.625Z Compiling bit-vec v0.6.3
26662026-04-29T22:28:16.646Z Compiling downcast-rs v2.0.2
26672026-04-29T22:28:16.847Z Compiling bit-set v0.5.3
26682026-04-29T22:28:16.871Z Compiling ascii-canvas v3.0.0
26692026-04-29T22:28:16.911Z Compiling typify-macro v0.4.3
26702026-04-29T22:28:16.995Z Compiling xshell v0.2.7
26712026-04-29T22:28:17.051Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26722026-04-29T22:28:17.136Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26732026-04-29T22:28:17.270Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26742026-04-29T22:28:17.625Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26752026-04-29T22:28:17.721Z Compiling itertools v0.10.5
26762026-04-29T22:28:17.803Z Compiling ena v0.14.4
26772026-04-29T22:28:18.042Z Compiling libloading v0.8.9
26782026-04-29T22:28:18.271Z Compiling regex-syntax v0.6.29
26792026-04-29T22:28:18.327Z Compiling unicase v2.9.0
26802026-04-29T22:28:18.392Z Compiling diff v0.1.13
26812026-04-29T22:28:18.636Z Compiling bindgen v0.71.1
26822026-04-29T22:28:19.003Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26832026-04-29T22:28:19.861Z Compiling lalrpop v0.19.12
26842026-04-29T22:28:20.209Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26852026-04-29T22:28:20.257Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26862026-04-29T22:28:20.897Z Compiling cexpr v0.6.0
26872026-04-29T22:28:20.941Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26882026-04-29T22:28:20.964Z Compiling diesel v2.3.7
26892026-04-29T22:28:21.177Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26902026-04-29T22:28:21.248Z Compiling crc8 v0.1.1
26912026-04-29T22:28:21.306Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26922026-04-29T22:28:21.386Z Compiling typify v0.4.3
26932026-04-29T22:28:21.536Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26942026-04-29T22:28:21.561Z Compiling headers-core v0.3.0
26952026-04-29T22:28:21.586Z Compiling libxml v0.3.3
26962026-04-29T22:28:21.672Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26972026-04-29T22:28:21.731Z Compiling headers v0.4.1
26982026-04-29T22:28:21.893Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26992026-04-29T22:28:21.913Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27002026-04-29T22:28:22.196Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27012026-04-29T22:28:22.693Z Compiling strum_macros v0.24.3
27022026-04-29T22:28:22.879Z Compiling indoc v1.0.9
27032026-04-29T22:28:23.374Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27042026-04-29T22:28:23.377Z Compiling derive_builder v0.20.2
27052026-04-29T22:28:23.558Z Compiling oso-derive v0.27.3
27062026-04-29T22:28:23.580Z Compiling quick-xml v0.37.5
27072026-04-29T22:28:23.638Z Compiling impl-trait-for-tuples v0.2.3
27082026-04-29T22:28:23.946Z Compiling half v1.8.3
27092026-04-29T22:28:24.082Z Compiling openssl-probe v0.1.6
27102026-04-29T22:28:24.329Z Compiling serde_cbor v0.11.2
27112026-04-29T22:28:24.413Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27122026-04-29T22:28:24.435Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27132026-04-29T22:28:24.911Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27142026-04-29T22:28:25.125Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27152026-04-29T22:28:25.282Z Compiling bb8 v0.8.6
27162026-04-29T22:28:25.368Z Compiling trait-variant v0.1.2
27172026-04-29T22:28:25.448Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27182026-04-29T22:28:25.484Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27192026-04-29T22:28:25.692Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27202026-04-29T22:28:25.835Z Compiling fxhash v0.2.1
27212026-04-29T22:28:25.927Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27222026-04-29T22:28:25.986Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27232026-04-29T22:28:26.010Z Compiling samael v0.0.19
27242026-04-29T22:28:26.062Z Compiling progenitor-impl v0.10.0
27252026-04-29T22:28:26.217Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27262026-04-29T22:28:26.240Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27272026-04-29T22:28:26.334Z Compiling kstat-rs v0.2.4
27282026-04-29T22:28:26.366Z Compiling libz-sys v1.1.24
27292026-04-29T22:28:26.782Z Compiling nonempty v0.12.0
27302026-04-29T22:28:26.855Z Compiling salty v0.3.0
27312026-04-29T22:28:27.106Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27322026-04-29T22:28:27.455Z Compiling polar-core v0.27.3
27332026-04-29T22:28:27.497Z Compiling progenitor-impl v0.11.2
27342026-04-29T22:28:27.662Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27352026-04-29T22:28:27.731Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27362026-04-29T22:28:28.220Z Compiling progenitor-macro v0.10.0
27372026-04-29T22:28:29.440Z Compiling darling_core v0.23.0
27382026-04-29T22:28:29.641Z Compiling nanorand v0.7.0
27392026-04-29T22:28:29.972Z Compiling arc-swap v1.8.2
27402026-04-29T22:28:30.028Z Compiling fs-err v2.11.0
27412026-04-29T22:28:30.271Z Compiling parking_lot_core v0.8.6
27422026-04-29T22:28:30.637Z Compiling mime_guess v2.0.5
27432026-04-29T22:28:30.758Z Compiling slog-scope v4.4.1
27442026-04-29T22:28:31.159Z Compiling flume v0.11.1
27452026-04-29T22:28:31.218Z Compiling progenitor-macro v0.11.2
27462026-04-29T22:28:31.574Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27472026-04-29T22:28:31.656Z Compiling darling_macro v0.23.0
27482026-04-29T22:28:31.744Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27492026-04-29T22:28:32.228Z Compiling progenitor v0.10.0
27502026-04-29T22:28:32.433Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27512026-04-29T22:28:33.014Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27522026-04-29T22:28:33.239Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27532026-04-29T22:28:33.996Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27542026-04-29T22:28:35.210Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27552026-04-29T22:28:35.474Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27562026-04-29T22:28:36.730Z Compiling oso v0.27.3
27572026-04-29T22:28:37.503Z Compiling progenitor-client v0.11.2
27582026-04-29T22:28:40.495Z Compiling diesel-dtrace v0.5.0
27592026-04-29T22:28:40.697Z Compiling async-bb8-diesel v0.2.1
27602026-04-29T22:28:41.077Z Compiling git-stub v1.0.0
27612026-04-29T22:28:41.150Z Compiling libgit2-sys v0.18.3+1.9.2
27622026-04-29T22:28:41.173Z Compiling instability v0.3.11
27632026-04-29T22:28:41.362Z Compiling git-stub-vcs v0.1.0
27642026-04-29T22:28:41.444Z Compiling progenitor v0.11.2
27652026-04-29T22:28:41.634Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27662026-04-29T22:28:41.658Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27672026-04-29T22:28:41.733Z Compiling darling v0.23.0
27682026-04-29T22:28:41.889Z Compiling slog-stdlog v4.1.1
27692026-04-29T22:28:42.737Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27702026-04-29T22:28:42.782Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27712026-04-29T22:28:43.204Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27722026-04-29T22:28:43.880Z Compiling ignore v0.4.25
27732026-04-29T22:28:44.042Z Compiling primeorder v0.13.6
27742026-04-29T22:28:44.362Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27752026-04-29T22:28:44.768Z Compiling castaway v0.2.4
27762026-04-29T22:28:44.931Z Compiling atty v0.2.14
27772026-04-29T22:28:45.082Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27782026-04-29T22:28:45.327Z Compiling http-range v0.1.5
27792026-04-29T22:28:45.557Z Compiling indoc v2.0.7
27802026-04-29T22:28:45.699Z Compiling parse-size v1.1.0
27812026-04-29T22:28:45.763Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27822026-04-29T22:28:45.931Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27832026-04-29T22:28:46.135Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27842026-04-29T22:28:46.161Z Compiling compact_str v0.8.1
27852026-04-29T22:28:46.735Z Compiling globwalk v0.9.1
27862026-04-29T22:28:47.411Z Compiling p384 v0.13.1
27872026-04-29T22:28:47.457Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27882026-04-29T22:28:47.860Z Compiling parking_lot v0.11.2
27892026-04-29T22:28:48.426Z Compiling slog-envlogger v2.2.0
27902026-04-29T22:28:48.760Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27912026-04-29T22:28:48.789Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27922026-04-29T22:28:48.864Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27932026-04-29T22:28:49.244Z Compiling predicates-tree v1.0.13
27942026-04-29T22:28:49.451Z Compiling unicode-truncate v1.1.0
27952026-04-29T22:28:49.549Z Compiling lru v0.12.5
27962026-04-29T22:28:49.613Z Compiling rand_seeder v0.4.0
27972026-04-29T22:28:49.672Z Compiling prefix-trie v0.7.0
27982026-04-29T22:28:49.698Z Compiling vergen-git2 v1.0.7
27992026-04-29T22:28:49.784Z Compiling cassowary v0.3.0
28002026-04-29T22:28:49.835Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28012026-04-29T22:28:49.867Z Compiling camino-tempfile-ext v0.3.3
28022026-04-29T22:28:50.052Z Compiling hyper-staticfile v0.10.1
28032026-04-29T22:28:50.163Z Compiling hickory-server v0.25.2
28042026-04-29T22:28:50.413Z Compiling ratatui v0.29.0
28052026-04-29T22:28:50.527Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28062026-04-29T22:28:50.758Z Compiling sled v0.34.7
28072026-04-29T22:28:51.693Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28082026-04-29T22:28:51.860Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28092026-04-29T22:28:52.059Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28102026-04-29T22:28:52.353Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28112026-04-29T22:28:52.853Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
28122026-04-29T22:28:53.318Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28132026-04-29T22:28:53.677Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28142026-04-29T22:28:53.805Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28152026-04-29T22:28:54.061Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28162026-04-29T22:28:54.228Z Compiling rustls v0.21.12
28172026-04-29T22:28:54.454Z Compiling corncobs v0.1.4
28182026-04-29T22:28:54.520Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28192026-04-29T22:28:54.706Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28202026-04-29T22:28:54.793Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28212026-04-29T22:28:55.005Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28222026-04-29T22:28:55.271Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28232026-04-29T22:28:55.433Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28242026-04-29T22:28:55.548Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28252026-04-29T22:28:55.856Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28262026-04-29T22:28:55.915Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28272026-04-29T22:28:56.485Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28282026-04-29T22:28:58.847Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28292026-04-29T22:28:58.962Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28302026-04-29T22:28:58.985Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28312026-04-29T22:28:59.201Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28322026-04-29T22:28:59.224Z Compiling sct v0.7.1
28332026-04-29T22:28:59.252Z Compiling rustls-webpki v0.101.7
28342026-04-29T22:28:59.435Z Compiling nix v0.29.0
28352026-04-29T22:28:59.504Z Compiling secrecy v0.8.0
28362026-04-29T22:28:59.700Z Compiling dropshot v0.16.7
28372026-04-29T22:28:59.845Z Compiling void v1.0.2
28382026-04-29T22:28:59.993Z Compiling lzss v0.8.2
28392026-04-29T22:29:00.574Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28402026-04-29T22:29:00.812Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28412026-04-29T22:29:00.928Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28422026-04-29T22:29:02.027Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28432026-04-29T22:29:02.428Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28442026-04-29T22:29:02.451Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28452026-04-29T22:29:02.546Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28462026-04-29T22:29:02.797Z Compiling tungstenite v0.23.0
28472026-04-29T22:29:02.997Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28482026-04-29T22:29:03.157Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28492026-04-29T22:29:03.228Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28502026-04-29T22:29:03.393Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28512026-04-29T22:29:03.460Z Compiling toml v0.9.12+spec-1.1.0
28522026-04-29T22:29:03.622Z Compiling nix v0.27.1
28532026-04-29T22:29:04.003Z Compiling dropshot_endpoint v0.16.7
28542026-04-29T22:29:04.456Z Compiling serde_bytes v0.11.19
28552026-04-29T22:29:04.749Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28562026-04-29T22:29:04.842Z Compiling tokio-tungstenite v0.23.1
28572026-04-29T22:29:05.154Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28582026-04-29T22:29:05.256Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28592026-04-29T22:29:05.619Z Compiling tokio-rustls v0.24.1
28602026-04-29T22:29:05.906Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28612026-04-29T22:29:06.690Z Compiling git2 v0.20.4
28622026-04-29T22:29:07.782Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28632026-04-29T22:29:08.053Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28642026-04-29T22:29:10.247Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28652026-04-29T22:29:10.386Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28662026-04-29T22:29:10.386Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28672026-04-29T22:29:10.826Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28682026-04-29T22:29:11.149Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28692026-04-29T22:29:12.176Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28702026-04-29T22:29:12.393Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28712026-04-29T22:29:13.662Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28722026-04-29T22:29:13.961Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28732026-04-29T22:29:14.867Z Compiling rustls-pemfile v1.0.4
28742026-04-29T22:29:15.278Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28752026-04-29T22:29:15.730Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28762026-04-29T22:29:16.353Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28772026-04-29T22:29:18.277Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28782026-04-29T22:29:18.604Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28792026-04-29T22:29:18.737Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28802026-04-29T22:29:18.999Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28812026-04-29T22:29:19.061Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28822026-04-29T22:29:19.350Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28832026-04-29T22:29:19.655Z Compiling signal-hook-tokio v0.3.1
28842026-04-29T22:29:19.769Z Compiling twox-hash v2.1.2
28852026-04-29T22:29:19.865Z Compiling yasna v0.5.2
28862026-04-29T22:29:20.215Z Compiling is_ci v1.2.0
28872026-04-29T22:29:20.313Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28882026-04-29T22:29:20.453Z Compiling rcgen v0.12.1
28892026-04-29T22:29:20.862Z Compiling supports-color v3.0.2
28902026-04-29T22:29:21.183Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28912026-04-29T22:29:21.208Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28922026-04-29T22:29:21.406Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28932026-04-29T22:29:22.372Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28942026-04-29T22:29:22.462Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28952026-04-29T22:29:22.626Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28962026-04-29T22:29:23.326Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28972026-04-29T22:29:24.798Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28982026-04-29T22:29:24.921Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28992026-04-29T22:29:24.943Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29002026-04-29T22:29:25.218Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29012026-04-29T22:29:25.460Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29022026-04-29T22:29:25.682Z Compiling fatfs v0.3.6
29032026-04-29T22:29:25.733Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29042026-04-29T22:29:26.872Z Compiling rtoolbox v0.0.3
29052026-04-29T22:29:27.154Z Compiling subprocess v0.2.15
29062026-04-29T22:29:27.301Z Compiling assert_matches v1.5.0
29072026-04-29T22:29:27.413Z Compiling seq-macro v0.3.6
29082026-04-29T22:29:27.760Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29092026-04-29T22:29:27.902Z Compiling rpassword v7.4.0
29102026-04-29T22:29:28.222Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29112026-04-29T22:29:28.797Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29122026-04-29T22:29:29.344Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29132026-04-29T22:29:29.416Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29142026-04-29T22:29:29.558Z Compiling tui-tree-widget v0.23.1
29152026-04-29T22:29:29.842Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29162026-04-29T22:29:30.701Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29172026-04-29T22:29:31.222Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29182026-04-29T22:29:31.728Z Compiling uzers v0.12.2
29192026-04-29T22:29:32.436Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29202026-04-29T22:29:32.869Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29212026-04-29T22:29:33.884Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29222026-04-29T22:29:34.336Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29232026-04-29T22:29:37.749Z Compiling support-bundle-viewer v0.1.2
29242026-04-29T22:29:39.658Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29252026-04-29T22:29:39.787Z Compiling multimap v0.10.1
29262026-04-29T22:29:47.152Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29272026-04-29T22:29:56.212Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29282026-04-29T22:29:58.356Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29292026-04-29T22:29:58.767Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29302026-04-29T22:35:54.726Z Finished `release` profile [optimized] target(s) in 8m 09s
29312026-04-29T22:36:39.258Z
29322026-04-29T22:36:39.258Zreal 8:55.506981561
29332026-04-29T22:36:39.261Zuser 1:17:51.210076072
29342026-04-29T22:36:39.261Zsys 3:32.916516295
29352026-04-29T22:36:39.261Ztrap 1.731835558
29362026-04-29T22:36:39.261Ztflt 2.016700617
29372026-04-29T22:36:39.261Zdflt 17.061318317
29382026-04-29T22:36:39.261Zkflt 0.041674188
29392026-04-29T22:36:39.261Zlock 6:49:50.041336595
29402026-04-29T22:36:39.261Zslp 2:14:32.368073665
29412026-04-29T22:36:39.261Zlat 2:28.157252556
29422026-04-29T22:36:39.261Zstop 5:19.868738313
29432026-04-29T22:36:39.261Z+ mapfile -t packages
29442026-04-29T22:36:39.261Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29452026-04-29T22:36:40.223Z Finished `release` profile [optimized] target(s) in 0.95s
29462026-04-29T22:36:40.294Z Running `target/release/omicron-package -t test list-outputs`
29472026-04-29T22:36:40.346ZLogging to: /work/oxidecomputer/omicron/out/LOG
29482026-04-29T22:36:40.350Z+ ptime -m cargo build --locked --release -p xtask
29492026-04-29T22:36:40.873Z Compiling libc v0.2.185
29502026-04-29T22:36:40.873Z Compiling serde v1.0.228
29512026-04-29T22:36:40.873Z Compiling serde_core v1.0.228
29522026-04-29T22:36:40.876Z Compiling rustix v1.1.3
29532026-04-29T22:36:40.876Z Compiling serde_json v1.0.149
29542026-04-29T22:36:40.876Z Compiling bitflags v2.11.0
29552026-04-29T22:36:40.876Z Compiling num-traits v0.2.19
29562026-04-29T22:36:40.983Z Compiling syn v2.0.117
29572026-04-29T22:36:41.036Z Compiling smallvec v1.15.1
29582026-04-29T22:36:41.039Z Compiling indexmap v2.14.0
29592026-04-29T22:36:41.055Z Compiling usdt-impl v0.5.0
29602026-04-29T22:36:41.074Z Compiling syn v1.0.109
29612026-04-29T22:36:41.088Z Compiling getrandom v0.4.1
29622026-04-29T22:36:41.088Z Compiling log v0.4.29
29632026-04-29T22:36:41.251Z Compiling percent-encoding v2.3.2
29642026-04-29T22:36:41.397Z Compiling form_urlencoded v1.2.2
29652026-04-29T22:36:41.397Z Compiling fs-err v3.3.0
29662026-04-29T22:36:41.420Z Compiling anyhow v1.0.102
29672026-04-29T22:36:41.489Z Compiling once_cell v1.21.3
29682026-04-29T22:36:41.492Z Compiling heck v0.4.1
29692026-04-29T22:36:41.764Z Compiling thread-id v4.2.2
29702026-04-29T22:36:41.780Z Compiling errno v0.3.14
29712026-04-29T22:36:41.784Z Compiling memmap v0.7.0
29722026-04-29T22:36:42.049Z Compiling ordered-float v2.10.1
29732026-04-29T22:36:42.574Z Compiling proc-macro-error v1.0.4
29742026-04-29T22:36:42.788Z Compiling terminal_size v0.4.3
29752026-04-29T22:36:42.788Z Compiling tempfile v3.25.0
29762026-04-29T22:36:42.821Z Compiling tabled_derive v0.7.0
29772026-04-29T22:36:42.895Z Compiling clap_builder v4.5.60
29782026-04-29T22:36:42.895Z Compiling textwrap v0.16.2
29792026-04-29T22:36:43.014Z Compiling camino-tempfile v1.4.1
29802026-04-29T22:36:43.477Z Compiling tabled v0.15.0
29812026-04-29T22:36:43.527Z Compiling synstructure v0.13.2
29822026-04-29T22:36:43.527Z Compiling pest_generator v2.8.6
29832026-04-29T22:36:43.916Z Compiling serde_derive v1.0.228
29842026-04-29T22:36:43.916Z Compiling zerofrom-derive v0.1.6
29852026-04-29T22:36:43.919Z Compiling yoke-derive v0.8.1
29862026-04-29T22:36:43.919Z Compiling zerovec-derive v0.11.2
29872026-04-29T22:36:43.919Z Compiling displaydoc v0.2.5
29882026-04-29T22:36:43.919Z Compiling thiserror-impl v1.0.69
29892026-04-29T22:36:43.919Z Compiling zerocopy-derive v0.7.35
29902026-04-29T22:36:44.009Z Compiling scroll_derive v0.12.1
29912026-04-29T22:36:44.074Z Compiling pest_derive v2.8.6
29922026-04-29T22:36:44.515Z Compiling thiserror-impl v2.0.18
29932026-04-29T22:36:44.670Z Compiling clap_derive v4.5.55
29942026-04-29T22:36:44.681Z Compiling scroll v0.12.0
29952026-04-29T22:36:44.742Z Compiling zerocopy v0.7.35
29962026-04-29T22:36:44.949Z Compiling goblin v0.8.2
29972026-04-29T22:36:45.060Z Compiling thiserror v1.0.69
29982026-04-29T22:36:45.117Z Compiling zerofrom v0.1.6
29992026-04-29T22:36:45.180Z Compiling dtrace-parser v0.2.0
30002026-04-29T22:36:45.262Z Compiling yoke v0.8.1
30012026-04-29T22:36:45.459Z Compiling zerovec v0.11.5
30022026-04-29T22:36:45.481Z Compiling zerotrie v0.2.3
30032026-04-29T22:36:45.716Z Compiling thiserror v2.0.18
30042026-04-29T22:36:46.072Z Compiling tinystr v0.8.2
30052026-04-29T22:36:46.301Z Compiling icu_locale_core v2.1.1
30062026-04-29T22:36:46.301Z Compiling potential_utf v0.1.4
30072026-04-29T22:36:46.513Z Compiling icu_collections v2.1.1
30082026-04-29T22:36:47.146Z Compiling icu_provider v2.1.1
30092026-04-29T22:36:47.191Z Compiling toml_datetime v0.6.11
30102026-04-29T22:36:47.262Z Compiling serde_spanned v0.6.9
30112026-04-29T22:36:47.437Z Compiling icu_normalizer v2.1.1
30122026-04-29T22:36:47.450Z Compiling icu_properties v2.1.2
30132026-04-29T22:36:47.581Z Compiling toml_edit v0.22.27
30142026-04-29T22:36:47.581Z Compiling dof v0.3.0
30152026-04-29T22:36:47.605Z Compiling serde_tokenstream v0.2.3
30162026-04-29T22:36:47.981Z Compiling serde-value v0.7.0
30172026-04-29T22:36:48.004Z Compiling cargo-platform v0.2.0
30182026-04-29T22:36:48.033Z Compiling macaddr v1.0.1
30192026-04-29T22:36:48.060Z Compiling clap v4.5.60
30202026-04-29T22:36:48.385Z Compiling idna_adapter v1.2.1
30212026-04-29T22:36:48.465Z Compiling usdt-attr-macro v0.5.0
30222026-04-29T22:36:48.496Z Compiling usdt-macro v0.5.0
30232026-04-29T22:36:48.523Z Compiling idna v1.1.0
30242026-04-29T22:36:48.877Z Compiling url v2.5.8
30252026-04-29T22:36:49.145Z Compiling usdt v0.5.0
30262026-04-29T22:36:49.214Z Compiling toml v0.8.23
30272026-04-29T22:36:49.675Z Compiling cargo-util-schemas v0.8.2
30282026-04-29T22:36:49.684Z Compiling cargo_toml v0.21.0
30292026-04-29T22:36:50.692Z Compiling cargo_metadata v0.21.0
30302026-04-29T22:36:53.785Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30312026-04-29T22:36:56.799Z Finished `release` profile [optimized] target(s) in 16.43s
30322026-04-29T22:36:56.954Z
30332026-04-29T22:36:56.954Zreal 16.572483471
30342026-04-29T22:36:56.954Zuser 2:21.823035080
30352026-04-29T22:36:56.954Zsys 16.815562956
30362026-04-29T22:36:56.954Ztrap 0.099845356
30372026-04-29T22:36:56.954Ztflt 0.603262946
30382026-04-29T22:36:56.954Zdflt 1.632299491
30392026-04-29T22:36:56.954Zkflt 0.000042154
30402026-04-29T22:36:56.954Zlock 5:18.638990805
30412026-04-29T22:36:56.957Zslp 3:28.615409446
30422026-04-29T22:36:56.957Zlat 6.589920264
30432026-04-29T22:36:56.957Zstop 18.216392858
30442026-04-29T22:36:56.957Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30452026-04-29T22:36:56.957Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30462026-04-29T22:36:56.957Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30472026-04-29T22:36:56.957Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30482026-04-29T22:36:56.958Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30492026-04-29T22:36:57.883Z Compiling newtype-uuid-macros v0.1.0
30502026-04-29T22:36:57.886Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30512026-04-29T22:36:57.886Z Compiling regress v0.10.5
30522026-04-29T22:36:57.886Z Compiling structmeta-derive v0.3.0
30532026-04-29T22:36:58.036Z Compiling rustls v0.22.4
30542026-04-29T22:36:58.079Z Compiling rustls-webpki v0.102.8
30552026-04-29T22:36:58.079Z Compiling multer v3.1.0
30562026-04-29T22:36:58.082Z Compiling debug-ignore v1.0.5
30572026-04-29T22:36:58.082Z Compiling match_cfg v0.1.0
30582026-04-29T22:36:58.082Z Compiling compression-core v0.4.31
30592026-04-29T22:36:58.082Z Compiling slog-json v2.6.1
30602026-04-29T22:36:58.156Z Compiling async-stream-impl v0.3.6
30612026-04-29T22:36:58.173Z Compiling toml_datetime v1.0.0+spec-1.1.0
30622026-04-29T22:36:58.176Z Compiling serde_spanned v1.0.4
30632026-04-29T22:36:58.176Z Compiling dropshot v0.17.0
30642026-04-29T22:36:58.176Z Compiling toml_writer v1.0.6+spec-1.1.0
30652026-04-29T22:36:58.256Z Compiling compression-codecs v0.4.37
30662026-04-29T22:36:58.293Z Compiling hostname v0.3.1
30672026-04-29T22:36:58.297Z Compiling itertools v0.14.0
30682026-04-29T22:36:58.313Z Compiling waitgroup v0.1.2
30692026-04-29T22:36:58.327Z Compiling rustls-pemfile v2.2.0
30702026-04-29T22:36:58.388Z Compiling dropshot_endpoint v0.17.0
30712026-04-29T22:36:58.452Z Compiling slog-bunyan v2.5.0
30722026-04-29T22:36:58.455Z Compiling async-compression v0.4.41
30732026-04-29T22:36:58.542Z Compiling toml v1.0.6+spec-1.1.0
30742026-04-29T22:36:58.577Z Compiling hostname v0.4.2
30752026-04-29T22:36:58.580Z Compiling serde_path_to_error v0.1.20
30762026-04-29T22:36:58.580Z Compiling progenitor-client v0.14.0
30772026-04-29T22:36:58.642Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30782026-04-29T22:36:58.662Z Compiling macaddr v1.0.1
30792026-04-29T22:36:58.743Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30802026-04-29T22:36:58.813Z Compiling async-stream v0.3.6
30812026-04-29T22:36:58.832Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30822026-04-29T22:36:58.832Z Compiling instant v0.1.13
30832026-04-29T22:36:58.868Z Compiling progenitor-client v0.10.0
30842026-04-29T22:36:58.871Z Compiling backon v1.6.0
30852026-04-29T22:36:58.906Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30862026-04-29T22:36:58.952Z Compiling backoff v0.4.0
30872026-04-29T22:36:58.974Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30882026-04-29T22:36:58.991Z Compiling universal-hash v0.5.1
30892026-04-29T22:36:59.017Z Compiling opaque-debug v0.3.1
30902026-04-29T22:36:59.039Z Compiling half v2.7.1
30912026-04-29T22:36:59.100Z Compiling progenitor-extras v0.2.0
30922026-04-29T22:36:59.117Z Compiling unsafe-libyaml v0.2.11
30932026-04-29T22:36:59.139Z Compiling structmeta v0.3.0
30942026-04-29T22:36:59.158Z Compiling crucible-workspace-hack v0.1.0
30952026-04-29T22:36:59.192Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30962026-04-29T22:36:59.209Z Compiling ciborium-io v0.2.2
30972026-04-29T22:36:59.224Z Compiling convert_case v0.4.0
30982026-04-29T22:36:59.333Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30992026-04-29T22:36:59.354Z Compiling ciborium-ll v0.2.2
31002026-04-29T22:36:59.373Z Compiling regress v0.11.1
31012026-04-29T22:36:59.407Z Compiling aead v0.5.2
31022026-04-29T22:36:59.410Z Compiling derive-ex v0.1.8
31032026-04-29T22:36:59.410Z Compiling parse-display-derive v0.10.0
31042026-04-29T22:36:59.474Z Compiling secrecy v0.10.3
31052026-04-29T22:36:59.548Z Compiling ciborium v0.2.2
31062026-04-29T22:36:59.587Z Compiling poly1305 v0.8.0
31072026-04-29T22:36:59.612Z Compiling chacha20 v0.9.1
31082026-04-29T22:36:59.631Z Compiling derive_more v0.99.20
31092026-04-29T22:36:59.648Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31102026-04-29T22:36:59.666Z Compiling serde_yaml v0.9.34+deprecated
31112026-04-29T22:36:59.724Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31122026-04-29T22:36:59.882Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31132026-04-29T22:36:59.904Z Compiling thiserror-impl-no-std v2.0.2
31142026-04-29T22:36:59.907Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31152026-04-29T22:36:59.936Z Compiling byte-wrapper v0.1.0
31162026-04-29T22:37:00.114Z Compiling blake2 v0.10.6
31172026-04-29T22:37:00.156Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31182026-04-29T22:37:00.156Z Compiling password-hash v0.5.0
31192026-04-29T22:37:00.222Z Compiling chacha20poly1305 v0.10.1
31202026-04-29T22:37:00.238Z Compiling indent_write v2.2.0
31212026-04-29T22:37:00.307Z Compiling heapless v0.8.0
31222026-04-29T22:37:00.369Z Compiling tokio-rustls v0.25.0
31232026-04-29T22:37:00.394Z Compiling ingot-macros v0.1.1
31242026-04-29T22:37:00.410Z Compiling toml_edit v0.23.10+spec-1.0.0
31252026-04-29T22:37:00.626Z Compiling argon2 v0.5.3
31262026-04-29T22:37:00.701Z Compiling hash32 v0.3.1
31272026-04-29T22:37:00.834Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31282026-04-29T22:37:00.886Z Compiling smoltcp v0.11.0
31292026-04-29T22:37:01.091Z Compiling typify-impl v0.6.2
31302026-04-29T22:37:01.171Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31312026-04-29T22:37:01.188Z Compiling thiserror-no-std v2.0.2
31322026-04-29T22:37:01.203Z Compiling test-strategy v0.4.5
31332026-04-29T22:37:01.260Z Compiling parse-display v0.10.0
31342026-04-29T22:37:01.279Z Compiling vsss-rs v3.3.4
31352026-04-29T22:37:01.310Z Compiling proc-macro-crate v3.4.0
31362026-04-29T22:37:01.462Z Compiling tabwriter v1.4.1
31372026-04-29T22:37:01.529Z Compiling num-rational v0.4.2
31382026-04-29T22:37:01.586Z Compiling cobs v0.3.0
31392026-04-29T22:37:01.728Z Compiling num-complex v0.4.6
31402026-04-29T22:37:01.815Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31412026-04-29T22:37:01.815Z Compiling postcard v1.1.3
31422026-04-29T22:37:01.867Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31432026-04-29T22:37:01.899Z Compiling num_enum_derive v0.7.5
31442026-04-29T22:37:02.000Z Compiling proc-macro-error v1.0.4
31452026-04-29T22:37:02.075Z Compiling num v0.4.3
31462026-04-29T22:37:02.145Z Compiling proc-macro-crate v1.3.1
31472026-04-29T22:37:02.164Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31482026-04-29T22:37:02.182Z Compiling foreign-types-macros v0.2.3
31492026-04-29T22:37:02.198Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31502026-04-29T22:37:02.218Z Compiling colored v3.1.1
31512026-04-29T22:37:02.276Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31522026-04-29T22:37:02.349Z Compiling rayon-core v1.13.0
31532026-04-29T22:37:02.427Z Compiling float-ord v0.3.2
31542026-04-29T22:37:02.485Z Compiling cpufeatures v0.3.0
31552026-04-29T22:37:02.563Z Compiling foreign-types-shared v0.3.1
31562026-04-29T22:37:02.631Z Compiling num_enum_derive v0.5.11
31572026-04-29T22:37:02.631Z Compiling chacha20 v0.10.0
31582026-04-29T22:37:02.680Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31592026-04-29T22:37:02.755Z Compiling crossbeam-deque v0.8.6
31602026-04-29T22:37:02.773Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31612026-04-29T22:37:02.808Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31622026-04-29T22:37:02.855Z Compiling foreign-types v0.5.0
31632026-04-29T22:37:02.872Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31642026-04-29T22:37:02.892Z Compiling cstr-argument v0.1.2
31652026-04-29T22:37:02.912Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31662026-04-29T22:37:02.986Z Compiling rand v0.10.0
31672026-04-29T22:37:03.010Z Compiling toml v0.8.23
31682026-04-29T22:37:03.033Z Compiling num_enum v0.7.5
31692026-04-29T22:37:03.080Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31702026-04-29T22:37:03.157Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31712026-04-29T22:37:03.191Z Compiling camino-tempfile v1.4.1
31722026-04-29T22:37:03.270Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31732026-04-29T22:37:03.336Z Compiling ingot-types v0.1.2
31742026-04-29T22:37:03.362Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31752026-04-29T22:37:03.381Z Compiling rayon v1.11.0
31762026-04-29T22:37:03.399Z Compiling zone_cfg_derive v0.3.1
31772026-04-29T22:37:03.417Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31782026-04-29T22:37:03.435Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31792026-04-29T22:37:03.459Z Compiling itertools v0.12.1
31802026-04-29T22:37:03.478Z Compiling num-derive v0.4.2
31812026-04-29T22:37:03.572Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31822026-04-29T22:37:03.691Z Compiling sigpipe v0.1.3
31832026-04-29T22:37:03.694Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31842026-04-29T22:37:03.733Z Compiling ingot v0.1.1
31852026-04-29T22:37:03.782Z Compiling num_enum v0.5.11
31862026-04-29T22:37:03.807Z Compiling glob v0.3.3
31872026-04-29T22:37:03.810Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31882026-04-29T22:37:03.841Z Compiling smf v0.2.3
31892026-04-29T22:37:03.931Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31902026-04-29T22:37:03.949Z Compiling prettyplease v0.2.37
31912026-04-29T22:37:03.986Z Compiling whoami v1.6.1
31922026-04-29T22:37:04.083Z Compiling gethostname v0.5.0
31932026-04-29T22:37:04.109Z Compiling usdt-macro v0.5.0
31942026-04-29T22:37:04.255Z Compiling usdt-attr-macro v0.5.0
31952026-04-29T22:37:04.293Z Compiling memmap v0.7.0
31962026-04-29T22:37:04.314Z Compiling atomicwrites v0.4.4
31972026-04-29T22:37:04.428Z Compiling derive-where v1.6.0
31982026-04-29T22:37:04.477Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31992026-04-29T22:37:04.503Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32002026-04-29T22:37:04.518Z Compiling progenitor-client v0.13.0
32012026-04-29T22:37:04.540Z Compiling owo-colors v4.3.0
32022026-04-29T22:37:04.669Z Compiling zone v0.3.1
32032026-04-29T22:37:04.752Z Compiling resolv-conf v0.7.6
32042026-04-29T22:37:04.863Z Compiling cancel-safe-futures v0.1.5
32052026-04-29T22:37:04.891Z Compiling libsw-core v0.3.2
32062026-04-29T22:37:04.940Z Compiling async-recursion v1.1.1
32072026-04-29T22:37:05.094Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32082026-04-29T22:37:05.131Z Compiling libsw v3.5.0
32092026-04-29T22:37:05.147Z Compiling usdt v0.5.0
32102026-04-29T22:37:05.230Z Compiling linear-map v1.2.0
32112026-04-29T22:37:05.257Z Compiling libefi-sys v0.1.0
32122026-04-29T22:37:05.341Z Compiling console v0.15.11
32132026-04-29T22:37:05.378Z Compiling hickory-proto v0.24.4
32142026-04-29T22:37:05.451Z Compiling newline-converter v0.3.0
32152026-04-29T22:37:05.467Z Compiling bitfield-struct v0.6.2
32162026-04-29T22:37:05.503Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32172026-04-29T22:37:05.518Z Compiling semver v0.1.20
32182026-04-29T22:37:05.538Z Compiling linked-hash-map v0.5.6
32192026-04-29T22:37:05.660Z Compiling tokio-dtrace v0.1.1
32202026-04-29T22:37:05.714Z Compiling lru-cache v0.1.2
32212026-04-29T22:37:05.743Z Compiling rustc_version v0.1.7
32222026-04-29T22:37:05.761Z Compiling expectorate v1.2.0
32232026-04-29T22:37:05.764Z Compiling dropshot-api-manager-types v0.7.1
32242026-04-29T22:37:05.795Z Compiling typify-macro v0.6.2
32252026-04-29T22:37:05.830Z Compiling pin-project-internal v1.1.11
32262026-04-29T22:37:05.847Z Compiling slog-dtrace v0.3.0
32272026-04-29T22:37:05.847Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32282026-04-29T22:37:05.878Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32292026-04-29T22:37:05.954Z Compiling minimal-lexical v0.2.1
32302026-04-29T22:37:05.972Z Compiling oxide-tokio-rt v0.1.4
32312026-04-29T22:37:05.972Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32322026-04-29T22:37:06.006Z Compiling typify-impl v0.4.3
32332026-04-29T22:37:06.021Z Compiling newtype_derive v0.1.6
32342026-04-29T22:37:06.129Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32352026-04-29T22:37:06.162Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32362026-04-29T22:37:06.179Z Compiling nom v7.1.3
32372026-04-29T22:37:06.199Z Compiling phf_shared v0.12.1
32382026-04-29T22:37:06.223Z Compiling pem v3.0.6
32392026-04-29T22:37:06.244Z Compiling snafu-derive v0.8.9
32402026-04-29T22:37:06.247Z Compiling csv-core v0.1.13
32412026-04-29T22:37:06.302Z Compiling same-file v1.0.6
32422026-04-29T22:37:06.487Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32432026-04-29T22:37:06.503Z Compiling highway v1.3.0
32442026-04-29T22:37:06.542Z Compiling xshell-macros v0.2.7
32452026-04-29T22:37:06.589Z Compiling chrono-tz v0.10.4
32462026-04-29T22:37:06.677Z Compiling csv v1.4.0
32472026-04-29T22:37:06.711Z Compiling walkdir v2.5.0
32482026-04-29T22:37:06.799Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32492026-04-29T22:37:06.920Z Compiling phf v0.12.1
32502026-04-29T22:37:06.937Z Compiling const_format_proc_macros v0.2.34
32512026-04-29T22:37:06.978Z Compiling xshell v0.2.7
32522026-04-29T22:37:07.028Z Compiling pin-project v1.1.11
32532026-04-29T22:37:07.067Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32542026-04-29T22:37:07.092Z Compiling globset v0.4.18
32552026-04-29T22:37:07.151Z Compiling olpc-cjson v0.1.4
32562026-04-29T22:37:07.247Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32572026-04-29T22:37:07.345Z Compiling primeorder v0.13.6
32582026-04-29T22:37:07.371Z Compiling serde_plain v1.0.2
32592026-04-29T22:37:07.506Z Compiling hickory-resolver v0.24.4
32602026-04-29T22:37:07.526Z Compiling typed-path v0.9.3
32612026-04-29T22:37:07.561Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32622026-04-29T22:37:07.639Z Compiling typify v0.6.2
32632026-04-29T22:37:07.675Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32642026-04-29T22:37:07.779Z Compiling progenitor-impl v0.14.0
32652026-04-29T22:37:07.808Z Compiling progenitor-impl v0.13.0
32662026-04-29T22:37:07.825Z Compiling const_format v0.2.35
32672026-04-29T22:37:07.844Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32682026-04-29T22:37:08.122Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32692026-04-29T22:37:08.170Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32702026-04-29T22:37:08.269Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32712026-04-29T22:37:08.287Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32722026-04-29T22:37:08.483Z Compiling snafu v0.8.9
32732026-04-29T22:37:08.535Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32742026-04-29T22:37:08.683Z Compiling qorb v0.4.1
32752026-04-29T22:37:08.853Z Compiling tough v0.20.0
32762026-04-29T22:37:08.916Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32772026-04-29T22:37:09.053Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32782026-04-29T22:37:09.177Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32792026-04-29T22:37:09.197Z Compiling tabled_derive v0.7.0
32802026-04-29T22:37:09.304Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32812026-04-29T22:37:09.428Z Compiling bcs v0.1.6
32822026-04-29T22:37:09.792Z Compiling termtree v0.5.1
32832026-04-29T22:37:09.833Z Compiling salty v0.3.0
32842026-04-29T22:37:09.891Z Compiling radium v0.7.0
32852026-04-29T22:37:09.987Z Compiling textwrap v0.16.2
32862026-04-29T22:37:10.141Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32872026-04-29T22:37:10.164Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32882026-04-29T22:37:10.228Z Compiling steno v0.4.1
32892026-04-29T22:37:10.246Z Compiling tabled v0.15.0
32902026-04-29T22:37:10.411Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32912026-04-29T22:37:10.429Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32922026-04-29T22:37:10.508Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32932026-04-29T22:37:10.531Z Compiling progenitor-macro v0.13.0
32942026-04-29T22:37:10.550Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32952026-04-29T22:37:10.568Z Compiling progenitor-macro v0.14.0
32962026-04-29T22:37:10.649Z Compiling typify-macro v0.4.3
32972026-04-29T22:37:10.687Z Compiling maybe-uninit v2.0.0
32982026-04-29T22:37:10.779Z Compiling tagptr v0.2.0
32992026-04-29T22:37:10.816Z Compiling humantime v2.3.0
33002026-04-29T22:37:10.960Z Compiling base64 v0.21.7
33012026-04-29T22:37:11.017Z Compiling tap v1.0.1
33022026-04-29T22:37:11.164Z Compiling wyz v0.5.1
33032026-04-29T22:37:11.186Z Compiling moka v0.12.13
33042026-04-29T22:37:11.321Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33052026-04-29T22:37:11.396Z Compiling p384 v0.13.1
33062026-04-29T22:37:11.454Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33072026-04-29T22:37:11.714Z Compiling funty v2.0.0
33082026-04-29T22:37:11.908Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33092026-04-29T22:37:11.933Z Compiling parking_lot_core v0.8.6
33102026-04-29T22:37:11.980Z Compiling packed_struct v0.10.1
33112026-04-29T22:37:12.013Z Compiling hickory-resolver v0.25.2
33122026-04-29T22:37:12.145Z Compiling bitvec v1.0.1
33132026-04-29T22:37:12.258Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33142026-04-29T22:37:12.341Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33152026-04-29T22:37:12.406Z Compiling polyval v0.6.2
33162026-04-29T22:37:12.441Z Compiling git-stub v1.0.0
33172026-04-29T22:37:12.480Z Compiling typify v0.4.3
33182026-04-29T22:37:12.626Z Compiling packed_struct_codegen v0.10.1
33192026-04-29T22:37:12.673Z Compiling zerocopy-derive v0.6.6
33202026-04-29T22:37:12.715Z Compiling bitfield-macros v0.19.4
33212026-04-29T22:37:12.732Z Compiling proc-macro-error-attr2 v2.0.0
33222026-04-29T22:37:12.786Z Compiling indexmap v1.9.3
33232026-04-29T22:37:12.841Z Compiling utf-8 v0.7.6
33242026-04-29T22:37:12.911Z Compiling nodrop v0.1.14
33252026-04-29T22:37:13.024Z Compiling crc-catalog v2.4.0
33262026-04-29T22:37:13.041Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33272026-04-29T22:37:13.089Z Compiling array-init v0.0.4
33282026-04-29T22:37:13.152Z Compiling crc v3.4.0
33292026-04-29T22:37:13.175Z Compiling proc-macro-error2 v2.0.1
33302026-04-29T22:37:13.301Z Compiling tungstenite v0.21.0
33312026-04-29T22:37:13.317Z Compiling git-stub-vcs v0.1.0
33322026-04-29T22:37:13.393Z Compiling ghash v0.5.1
33332026-04-29T22:37:13.483Z Compiling smallvec v0.6.14
33342026-04-29T22:37:13.508Z Compiling bitfield v0.19.4
33352026-04-29T22:37:13.565Z Compiling num-derive v0.3.3
33362026-04-29T22:37:13.591Z Compiling zerocopy v0.6.6
33372026-04-29T22:37:13.686Z Compiling ctr v0.9.2
33382026-04-29T22:37:13.724Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33392026-04-29T22:37:13.761Z Compiling hashbrown v0.12.3
33402026-04-29T22:37:13.854Z Compiling unicase v2.9.0
33412026-04-29T22:37:13.880Z Compiling aes-gcm v0.10.3
33422026-04-29T22:37:13.922Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33432026-04-29T22:37:13.961Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33442026-04-29T22:37:13.996Z Compiling tokio-tungstenite v0.21.0
33452026-04-29T22:37:14.021Z Compiling parking_lot v0.11.2
33462026-04-29T22:37:14.092Z Compiling mime_guess v2.0.5
33472026-04-29T22:37:14.112Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33482026-04-29T22:37:14.155Z Compiling serde-hex v0.1.0
33492026-04-29T22:37:14.202Z Compiling tabled_derive v0.11.0
33502026-04-29T22:37:14.456Z Compiling progenitor-impl v0.10.0
33512026-04-29T22:37:14.543Z Compiling libscf-sys v1.1.0
33522026-04-29T22:37:14.603Z Compiling progenitor-impl v0.11.2
33532026-04-29T22:37:14.632Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33542026-04-29T22:37:14.696Z Compiling ron v0.8.1
33552026-04-29T22:37:14.718Z Compiling papergrid v0.17.0
33562026-04-29T22:37:14.734Z Compiling testing_table v0.3.0
33572026-04-29T22:37:14.936Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33582026-04-29T22:37:15.064Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33592026-04-29T22:37:15.177Z Compiling hashbrown v0.13.2
33602026-04-29T22:37:15.193Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33612026-04-29T22:37:15.471Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33622026-04-29T22:37:15.474Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33632026-04-29T22:37:15.507Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33642026-04-29T22:37:15.545Z Compiling ssh-encoding v0.2.0
33652026-04-29T22:37:15.728Z Compiling prefix-trie v0.7.0
33662026-04-29T22:37:15.748Z Compiling blowfish v0.9.1
33672026-04-29T22:37:15.774Z Compiling progenitor v0.13.0
33682026-04-29T22:37:15.795Z Compiling fxhash v0.2.1
33692026-04-29T22:37:15.813Z Compiling progenitor v0.14.0
33702026-04-29T22:37:15.840Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33712026-04-29T22:37:15.926Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33722026-04-29T22:37:15.957Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33732026-04-29T22:37:15.976Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33742026-04-29T22:37:15.997Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33752026-04-29T22:37:16.024Z Compiling corncobs v0.1.4
33762026-04-29T22:37:16.071Z Compiling crc-any v2.5.0
33772026-04-29T22:37:16.150Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33782026-04-29T22:37:16.190Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33792026-04-29T22:37:16.209Z Compiling hickory-server v0.25.2
33802026-04-29T22:37:16.234Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33812026-04-29T22:37:16.316Z Compiling sled v0.34.7
33822026-04-29T22:37:16.337Z Compiling bcrypt-pbkdf v0.10.0
33832026-04-29T22:37:16.385Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33842026-04-29T22:37:16.440Z Compiling ssh-cipher v0.2.0
33852026-04-29T22:37:16.525Z Compiling tabled v0.20.0
33862026-04-29T22:37:16.627Z Compiling object v0.30.4
33872026-04-29T22:37:16.701Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33882026-04-29T22:37:17.032Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33892026-04-29T22:37:17.094Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33902026-04-29T22:37:17.122Z Compiling progenitor-macro v0.10.0
33912026-04-29T22:37:17.286Z Compiling progenitor-macro v0.11.2
33922026-04-29T22:37:17.760Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33932026-04-29T22:37:18.133Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33942026-04-29T22:37:18.471Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33952026-04-29T22:37:18.673Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33962026-04-29T22:37:18.792Z Compiling progenitor-client v0.11.2
33972026-04-29T22:37:18.820Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33982026-04-29T22:37:18.986Z Compiling password-hash v0.4.2
33992026-04-29T22:37:19.031Z Compiling secrecy v0.8.0
34002026-04-29T22:37:19.143Z Compiling path-slash v0.1.5
34012026-04-29T22:37:19.161Z Compiling http-range v0.1.5
34022026-04-29T22:37:19.213Z Compiling half v1.8.3
34032026-04-29T22:37:19.321Z Compiling pbkdf2 v0.11.0
34042026-04-29T22:37:19.476Z Compiling serde_cbor v0.11.2
34052026-04-29T22:37:19.514Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34062026-04-29T22:37:19.681Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34072026-04-29T22:37:20.115Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34082026-04-29T22:37:20.130Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34092026-04-29T22:37:20.263Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34102026-04-29T22:37:20.488Z Compiling ssh-key v0.6.7
34112026-04-29T22:37:20.645Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34122026-04-29T22:37:20.754Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
34132026-04-29T22:37:20.816Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34142026-04-29T22:37:20.984Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34152026-04-29T22:37:21.182Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34162026-04-29T22:37:21.243Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34172026-04-29T22:37:21.299Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34182026-04-29T22:37:21.310Z Compiling p256 v0.13.2
34192026-04-29T22:37:21.504Z Compiling p521 v0.13.3
34202026-04-29T22:37:21.570Z Compiling yasna v0.5.2
34212026-04-29T22:37:21.688Z Compiling kstat-rs v0.2.4
34222026-04-29T22:37:21.708Z Compiling headers-core v0.3.0
34232026-04-29T22:37:21.754Z Compiling nanorand v0.7.0
34242026-04-29T22:37:21.866Z Compiling atty v0.2.14
34252026-04-29T22:37:22.010Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34262026-04-29T22:37:22.014Z Compiling russh-cryptovec v0.7.3
34272026-04-29T22:37:22.028Z Compiling md5 v0.7.0
34282026-04-29T22:37:22.065Z Compiling crc8 v0.1.1
34292026-04-29T22:37:22.099Z Compiling home v0.5.12
34302026-04-29T22:37:22.191Z Compiling rcgen v0.12.1
34312026-04-29T22:37:22.209Z Compiling flume v0.11.1
34322026-04-29T22:37:22.225Z Compiling russh-keys v0.45.0
34332026-04-29T22:37:22.247Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34342026-04-29T22:37:22.270Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34352026-04-29T22:37:22.291Z Compiling headers v0.4.1
34362026-04-29T22:37:22.307Z Compiling progenitor v0.10.0
34372026-04-29T22:37:22.335Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34382026-04-29T22:37:22.458Z Compiling progenitor v0.11.2
34392026-04-29T22:37:22.499Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34402026-04-29T22:37:22.516Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34412026-04-29T22:37:22.549Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34422026-04-29T22:37:22.668Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34432026-04-29T22:37:22.754Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34442026-04-29T22:37:22.966Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34452026-04-29T22:37:23.016Z Compiling hyper-staticfile v0.10.1
34462026-04-29T22:37:23.122Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34472026-04-29T22:37:23.139Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34482026-04-29T22:37:23.144Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34492026-04-29T22:37:23.171Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34502026-04-29T22:37:23.370Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34512026-04-29T22:37:23.447Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34522026-04-29T22:37:23.450Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34532026-04-29T22:37:23.518Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34542026-04-29T22:37:23.556Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34552026-04-29T22:37:23.675Z Compiling num-bigint v0.4.6
34562026-04-29T22:37:23.874Z Compiling des v0.8.1
34572026-04-29T22:37:23.900Z Compiling subprocess v0.2.15
34582026-04-29T22:37:23.941Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34592026-04-29T22:37:23.959Z Compiling display-error-chain v0.2.2
34602026-04-29T22:37:23.959Z Compiling hex-literal v0.4.1
34612026-04-29T22:37:24.106Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34622026-04-29T22:37:24.123Z Compiling colored v2.2.0
34632026-04-29T22:37:24.140Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34642026-04-29T22:37:24.143Z Compiling socket2 v0.5.10
34652026-04-29T22:37:24.278Z Compiling internet-checksum v0.2.1
34662026-04-29T22:37:24.396Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34672026-04-29T22:37:24.588Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34682026-04-29T22:37:24.610Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34692026-04-29T22:37:24.980Z Compiling russh v0.45.0
34702026-04-29T22:37:27.228Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34712026-04-29T22:37:27.911Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34722026-04-29T22:37:28.403Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34732026-04-29T22:37:29.933Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34742026-04-29T22:37:37.907Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34752026-04-29T22:37:37.907Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34762026-04-29T22:37:37.910Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34772026-04-29T22:37:37.910Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34782026-04-29T22:37:39.623Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34792026-04-29T22:37:39.696Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34802026-04-29T22:37:43.770Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34812026-04-29T22:38:03.379Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34822026-04-29T22:38:23.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34832026-04-29T22:38:23.422Z
34842026-04-29T22:38:23.422Zreal 1:26.392887567
34852026-04-29T22:38:23.422Zuser 8:18.264393860
34862026-04-29T22:38:23.422Zsys 1:43.405888581
34872026-04-29T22:38:23.422Ztrap 0.254793988
34882026-04-29T22:38:23.423Ztflt 0.551027495
34892026-04-29T22:38:23.423Zdflt 1.571097943
34902026-04-29T22:38:23.423Zkflt 0.000277267
34912026-04-29T22:38:23.428Zlock 29:45.447234798
34922026-04-29T22:38:23.428Zslp 19:27.905048453
34932026-04-29T22:38:23.428Zlat 41.352358421
34942026-04-29T22:38:23.429Zstop 2:51.856385485
34952026-04-29T22:38:23.429Z+ mkdir tests
34962026-04-29T22:38:23.429Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34972026-04-29T22:38:23.429Z+ xargs -I '{}' -t cp '{}' tests/
34982026-04-29T22:38:23.455Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9f3bcc0090f9277b tests/
34992026-04-29T22:38:23.477Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9b0801a74f7e52f2 tests/
35002026-04-29T22:38:23.496Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-9a925402776da95c tests/
35012026-04-29T22:38:23.519Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-573fa695fe509860 tests/
35022026-04-29T22:38:23.761Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
35032026-04-29T22:38:23.767Z+ 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-9b0801a74f7e52f2 tests/commtest-9a925402776da95c tests/dhcp_server-9f3bcc0090f9277b tests/end_to_end_tests-573fa695fe509860 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
35042026-04-29T22:39:49.316ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35052026-04-29T22:39:49.317Za .github/buildomat/ci-env.sh 1K
35062026-04-29T22:39:49.317Za out/target/test 1K
35072026-04-29T22:39:49.317Za out/npuzone/npuzone 27402K
35082026-04-29T22:39:49.317Za package-manifest.toml 35K
35092026-04-29T22:39:49.317Za smf/sled-agent/non-gimlet/config.toml 6K
35102026-04-29T22:39:49.317Za target/release/omicron-package 45966K
35112026-04-29T22:39:49.317Za target/release/xtask 11449K
35122026-04-29T22:39:49.317Za target/debug/bootstrap 350932K
35132026-04-29T22:39:49.317Za tests/bootstrap-9b0801a74f7e52f2 31215K
35142026-04-29T22:39:49.317Za tests/commtest-9a925402776da95c 32300K
35152026-04-29T22:39:49.317Za tests/dhcp_server-9f3bcc0090f9277b 31215K
35162026-04-29T22:39:49.317Za tests/end_to_end_tests-573fa695fe509860 392757K
35172026-04-29T22:39:49.317Za out/clickhouse.tar.gz 318940K
35182026-04-29T22:39:49.317Za out/clickhouse_keeper.tar.gz 304309K
35192026-04-29T22:39:49.317Za out/clickhouse_server.tar.gz 318939K
35202026-04-29T22:39:49.317Za out/cockroachdb.tar.gz 165124K
35212026-04-29T22:39:49.317Za out/crucible-pantry-zone.tar.gz 44186K
35222026-04-29T22:39:49.317Za out/crucible-utils.tar 17744K
35232026-04-29T22:39:49.317Za out/crucible-zone.tar.gz 58324K
35242026-04-29T22:39:49.317Za out/external-dns.tar.gz 49769K
35252026-04-29T22:39:49.317Za out/internal-dns.tar.gz 49769K
35262026-04-29T22:39:49.317Za out/mg-ddm-gz.tar 95141K
35272026-04-29T22:39:49.317Za out/nexus.tar.gz 220370K
35282026-04-29T22:39:49.317Za out/ntp.tar.gz 32129K
35292026-04-29T22:39:49.317Za out/omicron-gateway-softnpu.tar.gz 28643K
35302026-04-29T22:39:49.317Za out/omicron-sled-agent.tar 204056K
35312026-04-29T22:39:49.317Za out/overlay.tar.gz 3K
35322026-04-29T22:39:49.317Za out/oximeter.tar.gz 65753K
35332026-04-29T22:39:49.317Za out/oxlog.tar 3782K
35342026-04-29T22:39:49.317Za out/probe.tar.gz 3037K
35352026-04-29T22:39:49.317Za out/propolis-server.tar.gz 38727K
35362026-04-29T22:39:49.317Za out/pumpkind-gz.tar 26647K
35372026-04-29T22:39:49.317Za out/switch-softnpu.tar.gz 394213K
35382026-04-29T22:39:49.323Z
35392026-04-29T22:39:49.323Zreal 1:25.545305866
35402026-04-29T22:39:49.323Zuser 1:22.886150643
35412026-04-29T22:39:49.323Zsys 4.388565170
35422026-04-29T22:39:49.323Ztrap 0.006868033
35432026-04-29T22:39:49.323Ztflt 0.000000000
35442026-04-29T22:39:49.323Zdflt 0.000000000
35452026-04-29T22:39:49.324Zkflt 0.000000000
35462026-04-29T22:39:49.324Zlock 0.000000000
35472026-04-29T22:39:49.324Zslp 1:22.843531648
35482026-04-29T22:39:49.324Zlat 0.961329222
35492026-04-29T22:39:49.324Zstop 0.000256871
35502026-04-29T22:39:49.324Zprocess exited: duration 1002608 ms, exit code 0
 
35512026-04-29T22:39:49.338Zfound 1 output files
35522026-04-29T22:39:49.356Zuploading: /work/package.tar.gz (2437416560 bytes)
35532026-04-29T22:40:15.516Zuploaded: /work/package.tar.gz