01KQSYPWDWHWNFZHBNDT8EW0F7: 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: 01KQSYQDQV9WK1KJ6NP3KJ71WE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-04T16:57:43.294Zjob assigned to worker 01KQSYQKB8W94Y1PXZGPQA78DE [factory aws, i-071274128262cdaf8] (queued for 58 s)
 
22026-05-04T16:57:50.886Zstarting task 0: "setup"
32026-05-04T16:57:50.892Z++ uname -s
42026-05-04T16:57:50.899Z+ kern=SunOS
52026-05-04T16:57:50.899Z+ build_user=build
62026-05-04T16:57:50.899Z+ build_uid=12345
72026-05-04T16:57:50.899Z+ work_dir=/work
82026-05-04T16:57:50.899Z+ input_dir=/input
92026-05-04T16:57:50.900Z+ [[ 0 == 12345 ]]
102026-05-04T16:57:50.900Z+ case "$kern" in
112026-05-04T16:57:50.900Z+ groupadd -g 12345 build
122026-05-04T16:57:50.900Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-04T16:57:52.907Z+ zfs create -o mountpoint=/work rpool/work
142026-05-04T16:57:52.983Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-04T16:57:52.993Z+ home_fs=zfs
162026-05-04T16:57:52.994Z+ [[ zfs == autofs ]]
172026-05-04T16:57:52.994Z+ mkdir -p /home/build
182026-05-04T16:57:52.994Z+ chown build:build /home/build /work
192026-05-04T16:57:55.204Z+ chmod 0700 /home/build /work
202026-05-04T16:57:55.242Zprocess exited: duration 4108 ms, exit code 0
 
212026-05-04T16:57:55.278Zstarting task 1: "rust-toolchain"
222026-05-04T16:57:55.284Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-04T16:57:55.284Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-04T16:57:55.284Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-04T16:57:55.284Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-04T16:57:55.284Z * rust toolchain channel = "1.94.0"
272026-05-04T16:57:55.284Z * rust toolchain profile = "default"
282026-05-04T16:57:55.297Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-04T16:57:55.297Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-04T16:57:55.396Zinfo: downloading installer
312026-05-04T16:57:56.747Zwarn: It looks like you have an existing installation of Rust at:
322026-05-04T16:57:56.754Zwarn: /opt/ooce/bin
332026-05-04T16:57:56.754Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-04T16:57:56.754Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-04T16:57:56.754Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-04T16:57:56.754Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-04T16:57:56.754Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-04T16:57:56.754Zerror: cannot install while Rust is installed
392026-05-04T16:57:56.754Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-04T16:57:56.755Zwarn: It looks like you have an existing rustup settings file at:
412026-05-04T16:57:56.755Zwarn: /home/build/.rustup/settings.toml
422026-05-04T16:57:56.755Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-04T16:57:56.755Zwarn: instead of the one inferred from the default host triple.
442026-05-04T16:57:56.760Zinfo: profile set to default
452026-05-04T16:57:56.760Zinfo: default host triple is x86_64-unknown-illumos
462026-05-04T16:57:56.764Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-04T16:57:56.894Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-04T16:57:56.899Zinfo: downloading 6 components
492026-05-04T16:58:10.860Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-04T16:58:10.860Z
512026-05-04T16:58:10.891Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-04T16:58:10.891Z
532026-05-04T16:58:10.891Z
542026-05-04T16:58:10.891ZRust is installed now. Great!
552026-05-04T16:58:10.891Z
562026-05-04T16:58:10.891ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-04T16:58:10.891Zenvironment variable. This has not been done automatically.
582026-05-04T16:58:10.891Z
592026-05-04T16:58:10.891ZTo configure your current shell, you need to source
602026-05-04T16:58:10.891Zthe corresponding env file under $HOME/.cargo.
612026-05-04T16:58:10.892Z
622026-05-04T16:58:10.892ZThis is usually done by running one of the following (note the leading DOT):
632026-05-04T16:58:10.892Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-04T16:58:10.892Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-04T16:58:10.892Zsource "~/.cargo/env.nu" # For nushell
662026-05-04T16:58:10.893Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-04T16:58:10.893Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-04T16:58:10.893Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-04T16:58:10.893Zwarn: no default linker (`cc`) was found in your PATH
702026-05-04T16:58:10.893Zwarn: many Rust crates require a system C toolchain to build
712026-05-04T16:58:10.987Z+ rustup --version
722026-05-04T16:58:10.992Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-04T16:58:10.996Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-04T16:58:11.015Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-04T16:58:11.019Z+ cargo --version
762026-05-04T16:58:11.027Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-04T16:58:11.031Z+ rustc --version
782026-05-04T16:58:11.050Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-04T16:58:11.053Zprocess exited: duration 15775 ms, exit code 0
 
802026-05-04T16:58:11.062Zstarting task 2: "authentication"
812026-05-04T16:58:11.080Zprocess exited: duration 17 ms, exit code 0
 
822026-05-04T16:58:11.086Zstarting task 3: "clone repository"
832026-05-04T16:58:11.091Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-04T16:58:11.094Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-04T16:58:11.127ZCloning into '/work/oxidecomputer/omicron'...
862026-05-04T16:58:20.534Z+ cd /work/oxidecomputer/omicron
872026-05-04T16:58:20.535Z+ git fetch origin 4113a002eae5e42a6c73f19a27a58b57517ab0a3
882026-05-04T16:58:20.836ZFrom https://github.com/oxidecomputer/omicron
892026-05-04T16:58:20.836Z * branch 4113a002eae5e42a6c73f19a27a58b57517ab0a3 -> FETCH_HEAD
902026-05-04T16:58:20.849Z+ [[ -n mergeconflict/delete-fm-created-resources ]]
912026-05-04T16:58:20.853Z++ git branch --show-current
922026-05-04T16:58:20.853Z+ current=main
932026-05-04T16:58:20.853Z+ [[ main != mergeconflict/delete-fm-created-resources ]]
942026-05-04T16:58:20.853Z+ git branch -f mergeconflict/delete-fm-created-resources 4113a002eae5e42a6c73f19a27a58b57517ab0a3
952026-05-04T16:58:20.856Z+ git checkout -f mergeconflict/delete-fm-created-resources
962026-05-04T16:58:20.891ZSwitched to branch 'mergeconflict/delete-fm-created-resources'
972026-05-04T16:58:20.894Z+ git reset --hard 4113a002eae5e42a6c73f19a27a58b57517ab0a3
982026-05-04T16:58:20.928ZHEAD is now at 4113a002e fix comment
992026-05-04T16:58:20.980Zprocess exited: duration 9841 ms, exit code 0
 
1002026-05-04T16:58:20.993Zstarting task 4: "build"
1012026-05-04T16:58:20.996Z+ source .github/buildomat/ci-env.sh
1022026-05-04T16:58:20.997Z++ export CARGO_TERM_COLOR=always
1032026-05-04T16:58:20.997Z++ CARGO_TERM_COLOR=always
1042026-05-04T16:58:20.997Z+ cargo --version
1052026-05-04T16:58:21.004Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-04T16:58:21.008Z+ rustc --version
1072026-05-04T16:58:21.027Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-04T16:58:21.030Z+ WORK=/work
1092026-05-04T16:58:21.031Z+ pfexec mkdir -p /work
1102026-05-04T16:58:21.034Z+ pfexec chown build /work
1112026-05-04T16:58:21.037Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-05-04T16:58:31.059Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-05-04T16:58:38.487Z Startup: Caching catalogs ... Done
1142026-05-04T16:58:45.206ZPlanning: Solver setup ... Done (5.259s)
1152026-05-04T16:58:45.241ZPlanning: Running solver ... Done (0.036s)
1162026-05-04T16:58:45.375ZPlanning: Finding local manifests ... Done (0.004s)
1172026-05-04T16:58:45.386ZPlanning: Fetching manifests: 0/5 0% complete
1182026-05-04T16:58:45.500ZPlanning: Fetching manifests: 5/5 100% complete
1192026-05-04T16:58:45.536ZPlanning: Package planning ... Done (0.038s)
1202026-05-04T16:58:45.599ZPlanning: Merging actions ... Done (0.038s)
1212026-05-04T16:58:45.766ZPlanning: Checking for conflicting actions ... Done (0.188s)
1222026-05-04T16:58:45.772ZPlanning: Consolidating action changes ... Done (0.008s)
1232026-05-04T16:58:46.617ZPlanning: Evaluating mediators ... Done (0.844s)
1242026-05-04T16:58:46.623ZPlanning: Planning completed in 7.97 seconds
1252026-05-04T16:58:46.636Z Packages to install: 5
1262026-05-04T16:58:46.636Z Mediators to change: 3
1272026-05-04T16:58:46.636Z Services to change: 1
1282026-05-04T16:58:46.639Z Estimated space available: 155.34 GB
1292026-05-04T16:58:46.639ZEstimated space to be consumed: 1.90 GB
1302026-05-04T16:58:46.639Z Create boot environment: No
1312026-05-04T16:58:46.639ZCreate backup boot environment: No
1322026-05-04T16:58:46.639Z Rebuild boot archive: No
1332026-05-04T16:58:46.640Z
1342026-05-04T16:58:46.640ZChanged mediators:
1352026-05-04T16:58:46.640Z mediator clang:
1362026-05-04T16:58:46.640Z version: None -> 15 (system default)
1372026-05-04T16:58:46.640Z
1382026-05-04T16:58:46.640Z mediator llvm:
1392026-05-04T16:58:46.640Z version: 14 (system default) -> 15 (system default)
1402026-05-04T16:58:46.640Z
1412026-05-04T16:58:46.640Z mediator postgresql:
1422026-05-04T16:58:46.640Z version: 15 (system default) -> 18 (system default)
1432026-05-04T16:58:46.640Z
1442026-05-04T16:58:46.640ZChanged packages:
1452026-05-04T16:58:46.641Zhelios-dev
1462026-05-04T16:58:46.641Z developer/build-essential
1472026-05-04T16:58:46.641Z None -> 11-2.0
1482026-05-04T16:58:46.641Z library/libxmlsec1
1492026-05-04T16:58:46.641Z None -> 1.2.35-2.0
1502026-05-04T16:58:46.641Z ooce/developer/clang-15
1512026-05-04T16:58:46.641Z None -> 15.0.7-2.0
1522026-05-04T16:58:46.641Z ooce/developer/llvm-15
1532026-05-04T16:58:46.641Z None -> 15.0.7-2.0
1542026-05-04T16:58:46.641Z ooce/library/postgresql-18
1552026-05-04T16:58:46.641Z None -> 18.1-2.0
1562026-05-04T16:58:46.641Z
1572026-05-04T16:58:46.641ZServices:
1582026-05-04T16:58:46.641Z restart_fmri:
1592026-05-04T16:58:46.641Z svc:/system/update-man-index:default
1602026-05-04T16:58:46.683Z
1612026-05-04T16:58:46.683ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-05-04T16:58:51.685ZDownload: 2068/4272 items 117.8/219.0MB 53% complete (23.9M/s)
1632026-05-04T16:58:56.687ZDownload: 4223/4272 items 217.2/219.0MB 99% complete (21.8M/s)
1642026-05-04T16:58:57.411ZDownload: Completed 218.99 MB in 10.73 seconds (20.4M/s)
1652026-05-04T16:58:57.574Z Actions: 1/4789 actions (Installing new actions)
1662026-05-04T16:59:00.991Z Actions: Completed 4789 actions in 3.42 seconds.
1672026-05-04T16:59:01.628Z Done (0.633s)
1682026-05-04T16:59:01.629Z Done (0.000s)
1692026-05-04T16:59:02.280Z Done (0.651s)
1702026-05-04T16:59:05.386Z Done (2.755s)
1712026-05-04T16:59:05.463Z Done (0.013s)
1722026-05-04T16:59:05.467Z Done (0.000s)
1732026-05-04T16:59:05.792Z Done (0.000s)
1742026-05-04T16:59:06.643ZPlanning: Evaluating mediator changes ... Done
1752026-05-04T16:59:06.751ZPlanning: Checking for conflicting actions ... Done
1762026-05-04T16:59:06.755ZPlanning: Consolidating action changes ... Done
1772026-05-04T16:59:06.908ZPlanning: Evaluating mediators ... Done
1782026-05-04T16:59:06.911ZPlanning: Planning completed in 0.27 seconds
1792026-05-04T16:59:06.930Z Mediators to change: 2
1802026-05-04T16:59:06.930Z Create boot environment: No
1812026-05-04T16:59:06.930ZCreate backup boot environment: No
1822026-05-04T16:59:06.989Z Done
1832026-05-04T16:59:06.989Z Done
1842026-05-04T16:59:07.589Z Done
1852026-05-04T16:59:10.061Z Done
1862026-05-04T16:59:10.133Z Done
1872026-05-04T16:59:10.136Z Done
1882026-05-04T16:59:10.225Z Done
1892026-05-04T16:59:10.484ZPlanning: Evaluating mediator changes ... Done
1902026-05-04T16:59:10.593ZPlanning: Checking for conflicting actions ... Done
1912026-05-04T16:59:10.596ZPlanning: Consolidating action changes ... Done
1922026-05-04T16:59:10.748ZPlanning: Evaluating mediators ... Done
1932026-05-04T16:59:10.751ZPlanning: Planning completed in 0.26 seconds
1942026-05-04T16:59:10.770Z Mediators to change: 1
1952026-05-04T16:59:10.770Z Create boot environment: No
1962026-05-04T16:59:10.770ZCreate backup boot environment: No
1972026-05-04T16:59:10.814Z Done
1982026-05-04T16:59:10.814Z Done
1992026-05-04T16:59:11.420Z Done
2002026-05-04T16:59:13.841Z Done
2012026-05-04T16:59:13.905Z Done
2022026-05-04T16:59:13.908Z Done
2032026-05-04T16:59:14.049Z Done
2042026-05-04T16:59:14.340ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-05-04T16:59:14.340Zclang system 15 system
2062026-05-04T16:59:14.341Zcsh system system illumos
2072026-05-04T16:59:14.341Zctags system system illumos
2082026-05-04T16:59:14.341Zfile system system illumos
2092026-05-04T16:59:14.341Zgcc vendor 12 vendor
2102026-05-04T16:59:14.341Zgcc system 14 system
2112026-05-04T16:59:14.342Zgcc system 10 system
2122026-05-04T16:59:14.342Zgo system 1.20 system
2132026-05-04T16:59:14.342Zgo system 1.19 system
2142026-05-04T16:59:14.342Zllvm system 15 system
2152026-05-04T16:59:14.342Zllvm system 14 system
2162026-05-04T16:59:14.342Zmariadb system 10.6 system
2172026-05-04T16:59:14.342Zmta vendor vendor dma
2182026-05-04T16:59:14.342Zopenjdk system 17 system
2192026-05-04T16:59:14.342Zopenjdk system 11 system
2202026-05-04T16:59:14.342Zopenjdk system 1.8 system
2212026-05-04T16:59:14.342Zopenssl vendor 3 vendor
2222026-05-04T16:59:14.342Zperl system 5.36 system
2232026-05-04T16:59:14.342Zpostgresql system 18 system
2242026-05-04T16:59:14.342Zpostgresql system 15 system
2252026-05-04T16:59:14.342Zpostgresql system 13 system
2262026-05-04T16:59:14.342Zpython vendor 3 vendor
2272026-05-04T16:59:14.342Zpython system 2 system
2282026-05-04T16:59:14.343Zpython3 system 3.11 system
2292026-05-04T16:59:14.343Zruby system 3.0 system
2302026-05-04T16:59:14.343Zwords vendor vendor american-english
2312026-05-04T16:59:14.343Zwords system system australian-english
2322026-05-04T16:59:14.343Zwords system system british-english
2332026-05-04T16:59:14.343Zwords system system canadian-english
2342026-05-04T16:59:14.343Zwords system system french
2352026-05-04T16:59:14.343Zwords system system italian
2362026-05-04T16:59:14.343Zwords system system ngerman
2372026-05-04T16:59:14.343Zwords system system ogerman
2382026-05-04T16:59:14.343Zwords system system spanish
2392026-05-04T16:59:14.562ZPUBLISHER TYPE STATUS P LOCATION
2402026-05-04T16:59:14.564Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-05-04T16:59:19.096ZFMRI IFO
2422026-05-04T16:59:19.097Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-05-04T16:59:19.097Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-05-04T16:59:19.097Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-05-04T16:59:19.097Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-05-04T16:59:19.097Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-05-04T16:59:19.097Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-05-04T16:59:19.097Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2492026-05-04T16:59:19.097Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2502026-05-04T16:59:19.097Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2512026-05-04T16:59:19.098Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522026-05-04T16:59:19.098Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532026-05-04T16:59:19.098Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2542026-05-04T16:59:19.098Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552026-05-04T16:59:19.098Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562026-05-04T16:59:19.098Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2572026-05-04T16:59:19.098Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582026-05-04T16:59:19.098Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592026-05-04T16:59:20.214Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602026-05-04T16:59:20.456Z Updating crates.io index
2612026-05-04T16:59:20.489Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2622026-05-04T16:59:21.184Z Updating git repository `https://github.com/oxidecomputer/lldp`
2632026-05-04T16:59:21.646Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2642026-05-04T16:59:22.321Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-05-04T16:59:23.117Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2662026-05-04T16:59:23.623Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-05-04T16:59:25.454Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-05-04T16:59:26.289Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-05-04T16:59:26.635Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-05-04T16:59:27.353Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-05-04T16:59:28.004Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-05-04T16:59:28.362Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732026-05-04T16:59:28.753Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-05-04T16:59:29.857Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-05-04T16:59:30.355Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-04T16:59:30.710Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-05-04T16:59:31.092Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-05-04T16:59:31.567Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-05-04T16:59:31.824Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-05-04T16:59:32.081Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-05-04T16:59:32.366Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-05-04T16:59:32.754Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-05-04T16:59:33.327Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-05-04T16:59:33.802Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-05-04T16:59:34.076Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-05-04T16:59:34.362Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-05-04T16:59:35.301Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882026-05-04T16:59:35.839Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-05-04T16:59:36.383Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902026-05-04T16:59:36.804Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2912026-05-04T16:59:37.145Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2922026-05-04T16:59:37.482Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2932026-05-04T16:59:37.819Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2942026-05-04T16:59:38.336Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2952026-05-04T16:59:38.602Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2962026-05-04T16:59:39.049Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2972026-05-04T16:59:39.325Z Updating git repository `https://github.com/illumos/smf-rs`
2982026-05-04T16:59:39.644Z Updating git repository `https://github.com/oxidecomputer/omicron`
2992026-05-04T16:59:51.231Z Downloading crates ...
3002026-05-04T16:59:51.279Z Downloaded bytecount v0.6.9
3012026-05-04T16:59:51.283Z Downloaded anstream v0.6.21
3022026-05-04T16:59:51.286Z Downloaded camino v1.2.2
3032026-05-04T16:59:51.291Z Downloaded itoa v1.0.17
3042026-05-04T16:59:51.293Z Downloaded plain v0.2.3
3052026-05-04T16:59:51.296Z Downloaded tinystr v0.8.2
3062026-05-04T16:59:51.299Z Downloaded byteorder v1.5.0
3072026-05-04T16:59:51.303Z Downloaded strsim v0.11.1
3082026-05-04T16:59:51.303Z Downloaded equivalent v1.0.2
3092026-05-04T16:59:51.303Z Downloaded cpufeatures v0.2.17
3102026-05-04T16:59:51.303Z Downloaded thiserror-impl v1.0.69
3112026-05-04T16:59:51.306Z Downloaded unicode-linebreak v0.1.5
3122026-05-04T16:59:51.306Z Downloaded typeid v1.0.3
3132026-05-04T16:59:51.306Z Downloaded memmap v0.7.0
3142026-05-04T16:59:51.306Z Downloaded proc-macro-error v1.0.4
3152026-05-04T16:59:51.309Z Downloaded displaydoc v0.2.5
3162026-05-04T16:59:51.312Z Downloaded toml_datetime v0.6.11
3172026-05-04T16:59:51.316Z Downloaded crypto-common v0.1.7
3182026-05-04T16:59:51.316Z Downloaded version_check v0.9.5
3192026-05-04T16:59:51.316Z Downloaded usdt-attr-macro v0.5.0
3202026-05-04T16:59:51.316Z Downloaded utf8parse v0.2.2
3212026-05-04T16:59:51.316Z Downloaded thread-id v4.2.2
3222026-05-04T16:59:51.316Z Downloaded cargo-platform v0.2.0
3232026-05-04T16:59:51.316Z Downloaded tabled_derive v0.7.0
3242026-05-04T16:59:51.320Z Downloaded usdt-macro v0.5.0
3252026-05-04T16:59:51.320Z Downloaded quote v1.0.45
3262026-05-04T16:59:51.320Z Downloaded once_cell v1.21.3
3272026-05-04T16:59:51.320Z Downloaded form_urlencoded v1.2.2
3282026-05-04T16:59:51.320Z Downloaded clap_derive v4.5.55
3292026-05-04T16:59:51.323Z Downloaded zerofrom v0.1.6
3302026-05-04T16:59:51.323Z Downloaded yoke-derive v0.8.1
3312026-05-04T16:59:51.326Z Downloaded toml_write v0.1.2
3322026-05-04T16:59:51.326Z Downloaded pest_generator v2.8.6
3332026-05-04T16:59:51.326Z Downloaded getrandom v0.4.1
3342026-05-04T16:59:51.329Z Downloaded thiserror-impl v2.0.18
3352026-05-04T16:59:51.329Z Downloaded serde_tokenstream v0.2.3
3362026-05-04T16:59:51.329Z Downloaded clap v4.5.60
3372026-05-04T16:59:51.334Z Downloaded zerofrom-derive v0.1.6
3382026-05-04T16:59:51.336Z Downloaded unicode-xid v0.2.6
3392026-05-04T16:59:51.336Z Downloaded utf8_iter v1.0.4
3402026-05-04T16:59:51.336Z Downloaded smawk v0.3.2
3412026-05-04T16:59:51.336Z Downloaded heck v0.4.1
3422026-05-04T16:59:51.339Z Downloaded camino-tempfile v1.4.1
3432026-05-04T16:59:51.340Z Downloaded zmij v1.0.21
3442026-05-04T16:59:51.343Z Downloaded yoke v0.8.1
3452026-05-04T16:59:51.343Z Downloaded usdt-impl v0.5.0
3462026-05-04T16:59:51.343Z Downloaded ordered-float v2.10.1
3472026-05-04T16:59:51.343Z Downloaded toml_edit v0.22.27
3482026-05-04T16:59:51.346Z Downloaded icu_normalizer_data v2.1.1
3492026-05-04T16:59:51.346Z Downloaded macaddr v1.0.1
3502026-05-04T16:59:51.349Z Downloaded usdt v0.5.0
3512026-05-04T16:59:51.349Z Downloaded writeable v0.6.2
3522026-05-04T16:59:51.349Z Downloaded potential_utf v0.1.4
3532026-05-04T16:59:51.349Z Downloaded swrite v0.1.0
3542026-05-04T16:59:51.351Z Downloaded cfg-if v1.0.4
3552026-05-04T16:59:51.352Z Downloaded is_terminal_polyfill v1.70.2
3562026-05-04T16:59:51.352Z Downloaded generic-array v0.14.7
3572026-05-04T16:59:51.352Z Downloaded proc-macro-error-attr v1.0.4
3582026-05-04T16:59:51.355Z Downloaded block-buffer v0.10.4
3592026-05-04T16:59:51.355Z Downloaded scroll_derive v0.12.1
3602026-05-04T16:59:51.355Z Downloaded errno v0.3.14
3612026-05-04T16:59:51.355Z Downloaded percent-encoding v2.3.2
3622026-05-04T16:59:51.355Z Downloaded anstyle-query v1.1.5
3632026-05-04T16:59:51.358Z Downloaded zerovec-derive v0.11.2
3642026-05-04T16:59:51.358Z Downloaded zerocopy-derive v0.7.35
3652026-05-04T16:59:51.358Z Downloaded thiserror v1.0.69
3662026-05-04T16:59:51.362Z Downloaded log v0.4.29
3672026-05-04T16:59:51.365Z Downloaded scroll v0.12.0
3682026-05-04T16:59:51.366Z Downloaded ucd-trie v0.1.7
3692026-05-04T16:59:51.369Z Downloaded toml v0.8.23
3702026-05-04T16:59:51.369Z Downloaded idna_adapter v1.2.1
3712026-05-04T16:59:51.369Z Downloaded clap_lex v1.0.0
3722026-05-04T16:59:51.373Z Downloaded thiserror v2.0.18
3732026-05-04T16:59:51.373Z Downloaded heck v0.5.0
3742026-05-04T16:59:51.379Z Downloaded serde-value v0.7.0
3752026-05-04T16:59:51.384Z Downloaded dof v0.3.0
3762026-05-04T16:59:51.384Z Downloaded colorchoice v1.0.4
3772026-05-04T16:59:51.384Z Downloaded unicode-ident v1.0.24
3782026-05-04T16:59:51.384Z Downloaded typenum v1.19.0
3792026-05-04T16:59:51.384Z Downloaded url v2.5.8
3802026-05-04T16:59:51.387Z Downloaded textwrap v0.16.2
3812026-05-04T16:59:51.387Z Downloaded zerotrie v0.2.3
3822026-05-04T16:59:51.389Z Downloaded terminal_size v0.4.3
3832026-05-04T16:59:51.389Z Downloaded fnv v1.0.7
3842026-05-04T16:59:51.389Z Downloaded fastrand v2.3.0
3852026-05-04T16:59:51.389Z Downloaded stable_deref_trait v1.2.1
3862026-05-04T16:59:51.392Z Downloaded dtrace-parser v0.2.0
3872026-05-04T16:59:51.396Z Downloaded zerocopy v0.7.35
3882026-05-04T16:59:51.402Z Downloaded serde_spanned v0.6.9
3892026-05-04T16:59:51.405Z Downloaded zerovec v0.11.5
3902026-05-04T16:59:51.408Z Downloaded cargo_metadata v0.21.0
3912026-05-04T16:59:51.409Z Downloaded pretty-hex v0.4.1
3922026-05-04T16:59:51.412Z Downloaded serde v1.0.228
3932026-05-04T16:59:51.412Z Downloaded pest_derive v2.8.6
3942026-05-04T16:59:51.414Z Downloaded winnow v0.7.14
3952026-05-04T16:59:51.419Z Downloaded autocfg v1.5.0
3962026-05-04T16:59:51.425Z Downloaded anstyle-parse v0.2.7
3972026-05-04T16:59:51.425Z Downloaded unicode-width v0.2.0
3982026-05-04T16:59:51.429Z Downloaded unicode-width v0.1.14
3992026-05-04T16:59:51.442Z Downloaded serde-untagged v0.1.9
4002026-05-04T16:59:51.442Z Downloaded fs-err v3.3.0
4012026-05-04T16:59:51.442Z Downloaded erased-serde v0.4.9
4022026-05-04T16:59:51.442Z Downloaded sha2 v0.10.9
4032026-05-04T16:59:51.442Z Downloaded digest v0.10.7
4042026-05-04T16:59:51.442Z Downloaded synstructure v0.13.2
4052026-05-04T16:59:51.445Z Downloaded tempfile v3.25.0
4062026-05-04T16:59:51.445Z Downloaded smallvec v1.15.1
4072026-05-04T16:59:51.445Z Downloaded semver v1.0.28
4082026-05-04T16:59:51.445Z Downloaded pest_meta v2.8.6
4092026-05-04T16:59:51.448Z Downloaded bitflags v2.11.0
4102026-05-04T16:59:51.451Z Downloaded cargo_toml v0.21.0
4112026-05-04T16:59:51.460Z Downloaded cargo-util-schemas v0.8.2
4122026-05-04T16:59:51.464Z Downloaded proc-macro2 v1.0.106
4132026-05-04T16:59:51.466Z Downloaded anstyle v1.0.13
4142026-05-04T16:59:51.467Z Downloaded litemap v0.8.1
4152026-05-04T16:59:51.475Z Downloaded anyhow v1.0.102
4162026-05-04T16:59:51.479Z Downloaded serde_core v1.0.228
4172026-05-04T16:59:51.482Z Downloaded serde_derive v1.0.228
4182026-05-04T16:59:51.486Z Downloaded num-traits v0.2.19
4192026-05-04T16:59:51.489Z Downloaded icu_provider v2.1.1
4202026-05-04T16:59:51.489Z Downloaded icu_locale_core v2.1.1
4212026-05-04T16:59:51.492Z Downloaded icu_normalizer v2.1.1
4222026-05-04T16:59:51.495Z Downloaded papergrid v0.11.0
4232026-05-04T16:59:51.506Z Downloaded icu_collections v2.1.1
4242026-05-04T16:59:51.514Z Downloaded icu_properties v2.1.2
4252026-05-04T16:59:51.519Z Downloaded memchr v2.8.0
4262026-05-04T16:59:51.530Z Downloaded indexmap v2.14.0
4272026-05-04T16:59:51.539Z Downloaded hashbrown v0.17.0
4282026-05-04T16:59:51.542Z Downloaded pest v2.8.6
4292026-05-04T16:59:51.564Z Downloaded serde_json v1.0.149
4302026-05-04T16:59:51.568Z Downloaded idna v1.1.0
4312026-05-04T16:59:51.571Z Downloaded icu_properties_data v2.1.2
4322026-05-04T16:59:51.579Z Downloaded goblin v0.8.2
4332026-05-04T16:59:51.584Z Downloaded clap_builder v4.5.60
4342026-05-04T16:59:51.586Z Downloaded tabled v0.15.0
4352026-05-04T16:59:51.594Z Downloaded syn v1.0.109
4362026-05-04T16:59:51.605Z Downloaded syn v2.0.117
4372026-05-04T16:59:51.627Z Downloaded rustix v1.1.3
4382026-05-04T16:59:51.650Z Downloaded libc v0.2.185
4392026-05-04T16:59:51.718Z Compiling proc-macro2 v1.0.106
4402026-05-04T16:59:51.721Z Compiling unicode-ident v1.0.24
4412026-05-04T16:59:51.721Z Compiling quote v1.0.45
4422026-05-04T16:59:51.721Z Compiling serde_core v1.0.228
4432026-05-04T16:59:51.721Z Compiling libc v0.2.185
4442026-05-04T16:59:51.721Z Compiling version_check v0.9.5
4452026-05-04T16:59:51.721Z Compiling serde v1.0.228
4462026-05-04T16:59:51.721Z Compiling memchr v2.8.0
4472026-05-04T16:59:51.721Z Compiling stable_deref_trait v1.2.1
4482026-05-04T16:59:51.721Z Compiling zmij v1.0.21
4492026-05-04T16:59:51.721Z Compiling thiserror v1.0.69
4502026-05-04T16:59:51.903Z Compiling itoa v1.0.17
4512026-05-04T16:59:51.908Z Compiling autocfg v1.5.0
4522026-05-04T16:59:51.908Z Compiling ucd-trie v0.1.7
4532026-05-04T16:59:51.908Z Compiling writeable v0.6.2
4542026-05-04T16:59:52.170Z Compiling litemap v0.8.1
4552026-05-04T16:59:52.175Z Compiling icu_properties_data v2.1.2
4562026-05-04T16:59:52.403Z Compiling pest v2.8.6
4572026-05-04T16:59:52.422Z Compiling icu_normalizer_data v2.1.1
4582026-05-04T16:59:52.440Z Compiling byteorder v1.5.0
4592026-05-04T16:59:52.460Z Compiling rustix v1.1.3
4602026-05-04T16:59:52.492Z Compiling bitflags v2.11.0
4612026-05-04T16:59:52.532Z Compiling serde_json v1.0.149
4622026-05-04T16:59:52.563Z Compiling hashbrown v0.17.0
4632026-05-04T16:59:52.597Z Compiling num-traits v0.2.19
4642026-05-04T16:59:52.757Z Compiling equivalent v1.0.2
4652026-05-04T16:59:52.790Z Compiling typeid v1.0.3
4662026-05-04T16:59:52.862Z Compiling smallvec v1.15.1
4672026-05-04T16:59:52.900Z Compiling usdt-impl v0.5.0
4682026-05-04T16:59:52.904Z Compiling proc-macro-error-attr v1.0.4
4692026-05-04T16:59:52.941Z Compiling erased-serde v0.4.9
4702026-05-04T16:59:52.979Z Compiling toml_write v0.1.2
4712026-05-04T16:59:53.029Z Compiling errno v0.3.14
4722026-05-04T16:59:53.034Z Compiling thread-id v4.2.2
4732026-05-04T16:59:53.067Z Compiling winnow v0.7.14
4742026-05-04T16:59:53.086Z Compiling syn v1.0.109
4752026-05-04T16:59:53.143Z Compiling indexmap v2.14.0
4762026-05-04T16:59:53.218Z Compiling proc-macro-error v1.0.4
4772026-05-04T16:59:53.253Z Compiling camino v1.2.2
4782026-05-04T16:59:53.258Z Compiling percent-encoding v2.3.2
4792026-05-04T16:59:53.308Z Compiling syn v2.0.117
4802026-05-04T16:59:53.354Z Compiling thiserror v2.0.18
4812026-05-04T16:59:53.359Z Compiling plain v0.2.3
4822026-05-04T16:59:53.456Z Compiling getrandom v0.4.1
4832026-05-04T16:59:53.463Z Compiling utf8parse v0.2.2
4842026-05-04T16:59:53.492Z Compiling pest_meta v2.8.6
4852026-05-04T16:59:53.496Z Compiling log v0.4.29
4862026-05-04T16:59:53.530Z Compiling utf8_iter v1.0.4
4872026-05-04T16:59:53.602Z Compiling anstyle-parse v0.2.7
4882026-05-04T16:59:53.709Z Compiling form_urlencoded v1.2.2
4892026-05-04T16:59:53.783Z Compiling ordered-float v2.10.1
4902026-05-04T16:59:53.812Z Compiling pretty-hex v0.4.1
4912026-05-04T16:59:53.832Z Compiling colorchoice v1.0.4
4922026-05-04T16:59:53.875Z Compiling anstyle v1.0.13
4932026-05-04T16:59:53.894Z Compiling is_terminal_polyfill v1.70.2
4942026-05-04T16:59:53.913Z Compiling cfg-if v1.0.4
4952026-05-04T16:59:54.000Z Compiling anstyle-query v1.1.5
4962026-05-04T16:59:54.075Z Compiling fs-err v3.3.0
4972026-05-04T16:59:54.095Z Compiling anstream v0.6.21
4982026-05-04T16:59:54.116Z Compiling heck v0.5.0
4992026-05-04T16:59:54.140Z Compiling clap_lex v1.0.0
5002026-05-04T16:59:54.158Z Compiling strsim v0.11.1
5012026-05-04T16:59:54.180Z Compiling unicode-xid v0.2.6
5022026-05-04T16:59:54.180Z Compiling unicode-width v0.1.14
5032026-05-04T16:59:54.242Z Compiling terminal_size v0.4.3
5042026-05-04T16:59:54.301Z Compiling once_cell v1.21.3
5052026-05-04T16:59:54.326Z Compiling bytecount v0.6.9
5062026-05-04T16:59:54.495Z Compiling semver v1.0.28
5072026-05-04T16:59:54.510Z Compiling fnv v1.0.7
5082026-05-04T16:59:54.539Z Compiling anyhow v1.0.102
5092026-05-04T16:59:54.560Z Compiling fastrand v2.3.0
5102026-05-04T16:59:54.563Z Compiling heck v0.4.1
5112026-05-04T16:59:54.599Z Compiling clap_builder v4.5.60
5122026-05-04T16:59:54.642Z Compiling papergrid v0.11.0
5132026-05-04T16:59:54.650Z Compiling memmap v0.7.0
5142026-05-04T16:59:54.841Z Compiling serde-untagged v0.1.9
5152026-05-04T16:59:54.861Z Compiling tempfile v3.25.0
5162026-05-04T16:59:54.877Z Compiling smawk v0.3.2
5172026-05-04T16:59:54.882Z Compiling unicode-linebreak v0.1.5
5182026-05-04T16:59:54.882Z Compiling unicode-width v0.2.0
5192026-05-04T16:59:55.037Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5202026-05-04T16:59:55.076Z Compiling swrite v0.1.0
5212026-05-04T16:59:55.109Z Compiling camino-tempfile v1.4.1
5222026-05-04T16:59:55.181Z Compiling textwrap v0.16.2
5232026-05-04T16:59:55.445Z Compiling tabled_derive v0.7.0
5242026-05-04T16:59:55.959Z Compiling synstructure v0.13.2
5252026-05-04T16:59:55.959Z Compiling pest_generator v2.8.6
5262026-05-04T16:59:56.121Z Compiling tabled v0.15.0
5272026-05-04T16:59:56.475Z Compiling serde_derive v1.0.228
5282026-05-04T16:59:56.475Z Compiling zerofrom-derive v0.1.6
5292026-05-04T16:59:56.494Z Compiling yoke-derive v0.8.1
5302026-05-04T16:59:56.497Z Compiling zerovec-derive v0.11.2
5312026-05-04T16:59:56.497Z Compiling displaydoc v0.2.5
5322026-05-04T16:59:56.497Z Compiling thiserror-impl v1.0.69
5332026-05-04T16:59:56.497Z Compiling zerocopy-derive v0.7.35
5342026-05-04T16:59:56.513Z Compiling scroll_derive v0.12.1
5352026-05-04T16:59:56.516Z Compiling thiserror-impl v2.0.18
5362026-05-04T16:59:56.516Z Compiling clap_derive v4.5.55
5372026-05-04T16:59:56.607Z Compiling pest_derive v2.8.6
5382026-05-04T16:59:57.238Z Compiling scroll v0.12.0
5392026-05-04T16:59:57.311Z Compiling zerocopy v0.7.35
5402026-05-04T16:59:57.463Z Compiling goblin v0.8.2
5412026-05-04T16:59:57.486Z Compiling zerofrom v0.1.6
5422026-05-04T16:59:57.595Z Compiling yoke v0.8.1
5432026-05-04T16:59:57.638Z Compiling dtrace-parser v0.2.0
5442026-05-04T16:59:57.756Z Compiling zerovec v0.11.5
5452026-05-04T16:59:57.761Z Compiling zerotrie v0.2.3
5462026-05-04T16:59:57.902Z Compiling clap v4.5.60
5472026-05-04T16:59:58.166Z Compiling tinystr v0.8.2
5482026-05-04T16:59:58.166Z Compiling potential_utf v0.1.4
5492026-05-04T16:59:58.288Z Compiling icu_collections v2.1.1
5502026-05-04T16:59:58.319Z Compiling icu_locale_core v2.1.1
5512026-05-04T16:59:58.850Z Compiling icu_provider v2.1.1
5522026-05-04T16:59:58.910Z Compiling toml_datetime v0.6.11
5532026-05-04T16:59:58.911Z Compiling serde_spanned v0.6.9
5542026-05-04T16:59:58.911Z Compiling serde-value v0.7.0
5552026-05-04T16:59:58.940Z Compiling cargo-platform v0.2.0
5562026-05-04T16:59:58.941Z Compiling macaddr v1.0.1
5572026-05-04T16:59:58.941Z Compiling dof v0.3.0
5582026-05-04T16:59:58.941Z Compiling serde_tokenstream v0.2.3
5592026-05-04T16:59:59.084Z Compiling icu_properties v2.1.2
5602026-05-04T16:59:59.084Z Compiling icu_normalizer v2.1.1
5612026-05-04T16:59:59.192Z Compiling toml_edit v0.22.27
5622026-05-04T16:59:59.708Z Compiling usdt-macro v0.5.0
5632026-05-04T16:59:59.708Z Compiling usdt-attr-macro v0.5.0
5642026-05-04T16:59:59.931Z Compiling idna_adapter v1.2.1
5652026-05-04T17:00:00.039Z Compiling idna v1.1.0
5662026-05-04T17:00:00.300Z Compiling usdt v0.5.0
5672026-05-04T17:00:00.321Z Compiling url v2.5.8
5682026-05-04T17:00:00.524Z Compiling toml v0.8.23
5692026-05-04T17:00:00.850Z Compiling cargo-util-schemas v0.8.2
5702026-05-04T17:00:00.850Z Compiling cargo_toml v0.21.0
5712026-05-04T17:00:01.618Z Compiling cargo_metadata v0.21.0
5722026-05-04T17:00:02.519Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5732026-05-04T17:00:04.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.61s
5742026-05-04T17:00:04.914Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5752026-05-04T17:00:05.474Z Downloading crates ...
5762026-05-04T17:00:05.568Z Downloaded cobs v0.3.0
5772026-05-04T17:00:05.572Z Downloaded adler2 v2.0.1
5782026-05-04T17:00:05.583Z Downloaded blake2 v0.10.6
5792026-05-04T17:00:05.583Z Downloaded async-stream v0.3.6
5802026-05-04T17:00:05.594Z Downloaded async-trait v0.1.89
5812026-05-04T17:00:05.594Z Downloaded atomicwrites v0.4.4
5822026-05-04T17:00:05.594Z Downloaded async-stream-impl v0.3.6
5832026-05-04T17:00:05.594Z Downloaded async-recursion v1.1.1
5842026-05-04T17:00:05.607Z Downloaded async-bb8-diesel v0.2.1
5852026-05-04T17:00:05.607Z Downloaded dirs-next v2.0.0
5862026-05-04T17:00:05.607Z Downloaded debug-ignore v1.0.5
5872026-05-04T17:00:05.608Z Downloaded aes v0.8.4
5882026-05-04T17:00:05.608Z Downloaded aead v0.5.2
5892026-05-04T17:00:05.608Z Downloaded async-compression v0.4.41
5902026-05-04T17:00:05.617Z Downloaded diesel_table_macro_syntax v0.3.0
5912026-05-04T17:00:05.617Z Downloaded der_derive v0.7.3
5922026-05-04T17:00:05.617Z Downloaded darling_macro v0.21.3
5932026-05-04T17:00:05.617Z Downloaded crc32fast v1.5.0
5942026-05-04T17:00:05.617Z Downloaded endian-type v0.1.2
5952026-05-04T17:00:05.617Z Downloaded bit-set v0.8.0
5962026-05-04T17:00:05.618Z Downloaded drift v0.1.3
5972026-05-04T17:00:05.618Z Downloaded filetime v0.2.27
5982026-05-04T17:00:05.618Z Downloaded base16ct v0.2.0
5992026-05-04T17:00:05.623Z Downloaded bitfield-struct v0.6.2
6002026-05-04T17:00:05.623Z Downloaded bit-set v0.5.3
6012026-05-04T17:00:05.623Z Downloaded cpufeatures v0.3.0
6022026-05-04T17:00:05.623Z Downloaded const_format_proc_macros v0.2.34
6032026-05-04T17:00:05.623Z Downloaded compression-core v0.4.31
6042026-05-04T17:00:05.623Z Downloaded ciborium-io v0.2.2
6052026-05-04T17:00:05.623Z Downloaded darling_macro v0.23.0
6062026-05-04T17:00:05.623Z Downloaded curve25519-dalek v4.1.3
6072026-05-04T17:00:05.628Z Downloaded darling v0.20.11
6082026-05-04T17:00:05.631Z Downloaded fixedbitset v0.5.7
6092026-05-04T17:00:05.631Z Downloaded backon v1.6.0
6102026-05-04T17:00:05.631Z Downloaded dof v0.4.0
6112026-05-04T17:00:05.631Z Downloaded compression-codecs v0.4.37
6122026-05-04T17:00:05.634Z Downloaded ahash v0.8.12
6132026-05-04T17:00:05.637Z Downloaded cfg_aliases v0.2.1
6142026-05-04T17:00:05.637Z Downloaded cassowary v0.3.0
6152026-05-04T17:00:05.637Z Downloaded crossbeam-epoch v0.9.18
6162026-05-04T17:00:05.643Z Downloaded byte-wrapper v0.1.0
6172026-05-04T17:00:05.643Z Downloaded bitfield v0.19.4
6182026-05-04T17:00:05.643Z Downloaded daft-derive v0.1.5
6192026-05-04T17:00:05.650Z Downloaded fallible-iterator v0.2.0
6202026-05-04T17:00:05.650Z Downloaded derive_builder_core v0.20.2
6212026-05-04T17:00:05.650Z Downloaded atomic-waker v1.1.2
6222026-05-04T17:00:05.655Z Downloaded defmt-macros v1.0.1
6232026-05-04T17:00:05.655Z Downloaded fxhash v0.2.1
6242026-05-04T17:00:05.655Z Downloaded daft v0.1.5
6252026-05-04T17:00:05.655Z Downloaded embedded-io v0.4.0
6262026-05-04T17:00:05.655Z Downloaded document-features v0.2.12
6272026-05-04T17:00:05.655Z Downloaded csv-core v0.1.13
6282026-05-04T17:00:05.659Z Downloaded crc8 v0.1.1
6292026-05-04T17:00:05.659Z Downloaded foldhash v0.2.0
6302026-05-04T17:00:05.659Z Downloaded env_filter v1.0.0
6312026-05-04T17:00:05.659Z Downloaded fd-lock v4.0.4
6322026-05-04T17:00:05.659Z Downloaded dyn-clone v1.0.20
6332026-05-04T17:00:05.663Z Downloaded crc-catalog v2.4.0
6342026-05-04T17:00:05.663Z Downloaded blowfish v0.9.1
6352026-05-04T17:00:05.663Z Downloaded dunce v1.0.5
6362026-05-04T17:00:05.663Z Downloaded bb8 v0.8.6
6372026-05-04T17:00:05.666Z Downloaded data-encoding v2.10.0
6382026-05-04T17:00:05.666Z Downloaded derive-ex v0.1.8
6392026-05-04T17:00:05.666Z Downloaded cargo-platform v0.1.9
6402026-05-04T17:00:05.671Z Downloaded embedded-io v0.6.1
6412026-05-04T17:00:05.671Z Downloaded cfg_aliases v0.1.1
6422026-05-04T17:00:05.671Z Downloaded ascii-canvas v3.0.0
6432026-05-04T17:00:05.671Z Downloaded castaway v0.2.4
6442026-05-04T17:00:05.673Z Downloaded bcs v0.1.6
6452026-05-04T17:00:05.673Z Downloaded block-padding v0.3.3
6462026-05-04T17:00:05.673Z Downloaded curve25519-dalek-derive v0.1.1
6472026-05-04T17:00:05.678Z Downloaded fixedbitset v0.4.2
6482026-05-04T17:00:05.680Z Downloaded array-init v0.0.4
6492026-05-04T17:00:05.683Z Downloaded foreign-types v0.5.0
6502026-05-04T17:00:05.683Z Downloaded crc v3.4.0
6512026-05-04T17:00:05.683Z Downloaded downcast-rs v2.0.2
6522026-05-04T17:00:05.686Z Downloaded futures-io v0.3.32
6532026-05-04T17:00:05.686Z Downloaded derive_builder_macro v0.20.2
6542026-05-04T17:00:05.689Z Downloaded foreign-types-shared v0.3.1
6552026-05-04T17:00:05.689Z Downloaded cstr-argument v0.1.2
6562026-05-04T17:00:05.691Z Downloaded foreign-types-shared v0.1.1
6572026-05-04T17:00:05.691Z Downloaded float-ord v0.3.2
6582026-05-04T17:00:05.691Z Downloaded atty v0.2.14
6592026-05-04T17:00:05.694Z Downloaded flagset v0.4.7
6602026-05-04T17:00:05.694Z Downloaded futures-macro v0.3.32
6612026-05-04T17:00:05.694Z Downloaded defmt v1.0.1
6622026-05-04T17:00:05.697Z Downloaded globwalk v0.9.1
6632026-05-04T17:00:05.702Z Downloaded darling_core v0.20.11
6642026-05-04T17:00:05.705Z Downloaded float-cmp v0.10.0
6652026-05-04T17:00:05.705Z Downloaded futures-core v0.3.32
6662026-05-04T17:00:05.705Z Downloaded dropshot-api-manager-types v0.7.1
6672026-05-04T17:00:05.705Z Downloaded base64 v0.21.7
6682026-05-04T17:00:05.708Z Downloaded darling_macro v0.20.11
6692026-05-04T17:00:05.708Z Downloaded convert_case v0.4.0
6702026-05-04T17:00:05.708Z Downloaded enum-as-inner v0.6.1
6712026-05-04T17:00:05.711Z Downloaded dirs-sys-next v0.1.2
6722026-05-04T17:00:05.711Z Downloaded argon2 v0.5.3
6732026-05-04T17:00:05.711Z Downloaded crucible-workspace-hack v0.1.0
6742026-05-04T17:00:05.711Z Downloaded bitflags v1.3.2
6752026-05-04T17:00:05.716Z Downloaded bit-vec v0.6.3
6762026-05-04T17:00:05.719Z Downloaded dsl_auto_type v0.2.0
6772026-05-04T17:00:05.719Z Downloaded crunchy v0.2.4
6782026-05-04T17:00:05.722Z Downloaded gethostname v0.5.0
6792026-05-04T17:00:05.722Z Downloaded dtrace-parser v0.3.0
6802026-05-04T17:00:05.725Z Downloaded ghash v0.5.1
6812026-05-04T17:00:05.725Z Downloaded buf-list v1.1.2
6822026-05-04T17:00:05.728Z Downloaded futures-sink v0.3.32
6832026-05-04T17:00:05.728Z Downloaded difflib v0.4.0
6842026-05-04T17:00:05.728Z Downloaded cbc v0.1.2
6852026-05-04T17:00:05.728Z Downloaded hash32 v0.2.1
6862026-05-04T17:00:05.731Z Downloaded futures-task v0.3.32
6872026-05-04T17:00:05.731Z Downloaded ed25519 v2.2.3
6882026-05-04T17:00:05.734Z Downloaded git-stub v1.0.0
6892026-05-04T17:00:05.734Z Downloaded cookie v0.18.1
6902026-05-04T17:00:05.734Z Downloaded hex v0.4.3
6912026-05-04T17:00:05.736Z Downloaded headers-core v0.3.0
6922026-05-04T17:00:05.736Z Downloaded ff v0.13.1
6932026-05-04T17:00:05.739Z Downloaded ecdsa v0.16.9
6942026-05-04T17:00:05.740Z Downloaded ctr v0.9.2
6952026-05-04T17:00:05.740Z Downloaded critical-section v1.2.0
6962026-05-04T17:00:05.743Z Downloaded deranged v0.5.8
6972026-05-04T17:00:05.743Z Downloaded ciborium-ll v0.2.2
6982026-05-04T17:00:05.743Z Downloaded bcrypt-pbkdf v0.10.0
6992026-05-04T17:00:05.743Z Downloaded bzip2 v0.6.1
7002026-05-04T17:00:05.747Z Downloaded bzip2 v0.4.4
7012026-05-04T17:00:05.747Z Downloaded defmt-parser v1.0.0
7022026-05-04T17:00:05.747Z Downloaded assert_matches v1.5.0
7032026-05-04T17:00:05.750Z Downloaded arrayref v0.3.9
7042026-05-04T17:00:05.750Z Downloaded hex-literal v0.4.1
7052026-05-04T17:00:05.750Z Downloaded defmt v0.3.100
7062026-05-04T17:00:05.750Z Downloaded convert_case v0.10.0
7072026-05-04T17:00:05.754Z Downloaded cipher v0.4.4
7082026-05-04T17:00:05.754Z Downloaded arrayvec v0.7.6
7092026-05-04T17:00:05.754Z Downloaded http-range v0.1.5
7102026-05-04T17:00:05.757Z Downloaded group v0.13.0
7112026-05-04T17:00:05.757Z Downloaded http-body v1.0.1
7122026-05-04T17:00:05.760Z Downloaded hostname v0.4.2
7132026-05-04T17:00:05.760Z Downloaded home v0.5.12
7142026-05-04T17:00:05.762Z Downloaded hubpack_derive v0.1.1
7152026-05-04T17:00:05.762Z Downloaded httpdate v1.0.3
7162026-05-04T17:00:05.765Z Downloaded funty v2.0.0
7172026-05-04T17:00:05.765Z Downloaded foreign-types-macros v0.2.3
7182026-05-04T17:00:05.765Z Downloaded foreign-types v0.3.2
7192026-05-04T17:00:05.769Z Downloaded ar_archive_writer v0.5.1
7202026-05-04T17:00:05.777Z Downloaded console v0.15.11
7212026-05-04T17:00:05.781Z Downloaded fs_extra v1.3.0
7222026-05-04T17:00:05.781Z Downloaded glob v0.3.3
7232026-05-04T17:00:05.781Z Downloaded either v1.15.0
7242026-05-04T17:00:05.811Z Downloaded display-error-chain v0.2.2
7252026-05-04T17:00:05.811Z Downloaded foldhash v0.1.5
7262026-05-04T17:00:05.811Z Downloaded hyper-tls v0.6.0
7272026-05-04T17:00:05.811Z Downloaded const-oid v0.9.6
7282026-05-04T17:00:05.811Z Downloaded colored v2.2.0
7292026-05-04T17:00:05.811Z Downloaded hash32 v0.3.1
7302026-05-04T17:00:05.811Z Downloaded ena v0.14.4
7312026-05-04T17:00:05.811Z Downloaded base64ct v1.8.3
7322026-05-04T17:00:05.811Z Downloaded ident_case v1.0.1
7332026-05-04T17:00:05.811Z Downloaded hostname v0.3.1
7342026-05-04T17:00:05.811Z Downloaded indent_write v2.2.0
7352026-05-04T17:00:05.811Z Downloaded derive_builder v0.20.2
7362026-05-04T17:00:05.811Z Downloaded indoc v1.0.9
7372026-05-04T17:00:05.811Z Downloaded inout v0.1.4
7382026-05-04T17:00:05.811Z Downloaded env_logger v0.11.9
7392026-05-04T17:00:05.811Z Downloaded des v0.8.1
7402026-05-04T17:00:05.811Z Downloaded bitfield-macros v0.19.4
7412026-05-04T17:00:05.811Z Downloaded bit-vec v0.8.0
7422026-05-04T17:00:05.811Z Downloaded chacha20 v0.9.1
7432026-05-04T17:00:05.811Z Downloaded instability v0.3.11
7442026-05-04T17:00:05.814Z Downloaded is_ci v1.2.0
7452026-05-04T17:00:05.814Z Downloaded keccak v0.1.6
7462026-05-04T17:00:05.814Z Downloaded is-terminal v0.4.17
7472026-05-04T17:00:05.814Z Downloaded internet-checksum v0.2.1
7482026-05-04T17:00:05.814Z Downloaded backoff v0.4.0
7492026-05-04T17:00:05.817Z Downloaded derive_more v2.1.1
7502026-05-04T17:00:05.817Z Downloaded futures-executor v0.3.32
7512026-05-04T17:00:05.820Z Downloaded http-body-util v0.1.3
7522026-05-04T17:00:05.820Z Downloaded highway v1.3.0
7532026-05-04T17:00:05.825Z Downloaded cancel-safe-futures v0.1.5
7542026-05-04T17:00:05.826Z Downloaded cexpr v0.6.0
7552026-05-04T17:00:05.839Z Downloaded cookie_store v0.22.1
7562026-05-04T17:00:05.839Z Downloaded fs-err v2.11.0
7572026-05-04T17:00:05.839Z Downloaded lru-slab v0.1.2
7582026-05-04T17:00:05.839Z Downloaded libscf-sys v1.1.0
7592026-05-04T17:00:05.840Z Downloaded lazy_static v1.5.0
7602026-05-04T17:00:05.840Z Downloaded lalrpop-util v0.19.12
7612026-05-04T17:00:05.840Z Downloaded kstat-rs v0.2.4
7622026-05-04T17:00:05.855Z Downloaded corncobs v0.1.4
7632026-05-04T17:00:05.856Z Downloaded bindgen v0.71.1
7642026-05-04T17:00:05.856Z Downloaded maybe-uninit v2.0.0
7652026-05-04T17:00:05.856Z Downloaded maplit v1.0.2
7662026-05-04T17:00:05.856Z Downloaded lzss v0.8.2
7672026-05-04T17:00:05.856Z Downloaded linked-hash-map v0.5.6
7682026-05-04T17:00:05.856Z Downloaded globset v0.4.18
7692026-05-04T17:00:05.857Z Downloaded lru-cache v0.1.2
7702026-05-04T17:00:05.858Z Downloaded lru v0.12.5
7712026-05-04T17:00:05.858Z Downloaded impl-trait-for-tuples v0.2.3
7722026-05-04T17:00:05.861Z Downloaded hubpack v0.1.2
7732026-05-04T17:00:05.861Z Downloaded const_format v0.2.35
7742026-05-04T17:00:05.861Z Downloaded compact_str v0.8.1
7752026-05-04T17:00:05.861Z Downloaded getrandom v0.2.17
7762026-05-04T17:00:05.861Z Downloaded find-msvc-tools v0.1.9
7772026-05-04T17:00:05.861Z Downloaded diff v0.1.13
7782026-05-04T17:00:05.861Z Downloaded mime v0.3.17
7792026-05-04T17:00:05.862Z Downloaded md5 v0.7.0
7802026-05-04T17:00:05.862Z Downloaded hyper-staticfile v0.10.1
7812026-05-04T17:00:05.862Z Downloaded colored v3.1.1
7822026-05-04T17:00:05.869Z Downloaded match_cfg v0.1.0
7832026-05-04T17:00:05.869Z Downloaded elliptic-curve v0.13.8
7842026-05-04T17:00:05.870Z Downloaded clang-sys v1.8.1
7852026-05-04T17:00:05.877Z Downloaded camino-tempfile-ext v0.3.3
7862026-05-04T17:00:05.877Z Downloaded darling v0.23.0
7872026-05-04T17:00:05.877Z Downloaded newtype-uuid-macros v0.1.0
7882026-05-04T17:00:05.877Z Downloaded nibble_vec v0.1.0
7892026-05-04T17:00:05.877Z Downloaded newtype_derive v0.1.6
7902026-05-04T17:00:05.884Z Downloaded ipnet v2.11.0
7912026-05-04T17:00:05.884Z Downloaded ipnetwork v0.21.1
7922026-05-04T17:00:05.884Z Downloaded nonempty v0.12.0
7932026-05-04T17:00:05.884Z Downloaded half v1.8.3
7942026-05-04T17:00:05.884Z Downloaded futures v0.3.32
7952026-05-04T17:00:05.884Z Downloaded num-derive v0.3.3
7962026-05-04T17:00:05.889Z Downloaded num-conv v0.2.0
7972026-05-04T17:00:05.889Z Downloaded num v0.4.3
7982026-05-04T17:00:05.889Z Downloaded normalize-line-endings v0.3.0
7992026-05-04T17:00:05.889Z Downloaded futures-channel v0.3.32
8002026-05-04T17:00:05.890Z Downloaded libsw-core v0.3.2
8012026-05-04T17:00:05.890Z Downloaded console v0.16.2
8022026-05-04T17:00:05.893Z Downloaded num_enum_derive v0.5.11
8032026-05-04T17:00:05.893Z Downloaded hmac v0.12.1
8042026-05-04T17:00:05.893Z Downloaded jobserver v0.1.34
8052026-05-04T17:00:05.900Z Downloaded base64 v0.22.1
8062026-05-04T17:00:05.907Z Downloaded crc-any v2.5.0
8072026-05-04T17:00:05.907Z Downloaded managed v0.8.0
8082026-05-04T17:00:05.907Z Downloaded libefi-sys v0.1.0
8092026-05-04T17:00:05.907Z Downloaded humantime v2.3.0
8102026-05-04T17:00:05.907Z Downloaded md-5 v0.10.6
8112026-05-04T17:00:05.907Z Downloaded httparse v1.10.1
8122026-05-04T17:00:05.907Z Downloaded num-iter v0.1.45
8132026-05-04T17:00:05.907Z Downloaded openssl-probe v0.2.1
8142026-05-04T17:00:05.907Z Downloaded olpc-cjson v0.1.4
8152026-05-04T17:00:05.907Z Downloaded num_threads v0.1.7
8162026-05-04T17:00:05.913Z Downloaded opaque-debug v0.3.1
8172026-05-04T17:00:05.913Z Downloaded num-derive v0.4.2
8182026-05-04T17:00:05.913Z Downloaded hyper-rustls v0.27.7
8192026-05-04T17:00:05.913Z Downloaded linear-map v1.2.0
8202026-05-04T17:00:05.913Z Downloaded iana-time-zone v0.1.65
8212026-05-04T17:00:05.913Z Downloaded chacha20 v0.10.0
8222026-05-04T17:00:05.916Z Downloaded dropshot_endpoint v0.17.0
8232026-05-04T17:00:05.916Z Downloaded openssl-probe v0.1.6
8242026-05-04T17:00:05.920Z Downloaded derive_more v0.99.20
8252026-05-04T17:00:05.925Z Downloaded openssl-macros v0.1.1
8262026-05-04T17:00:05.925Z Downloaded getrandom v0.3.4
8272026-05-04T17:00:05.927Z Downloaded lock_api v0.4.14
8282026-05-04T17:00:05.927Z Downloaded ingot-macros v0.1.1
8292026-05-04T17:00:05.927Z Downloaded indoc v2.0.7
8302026-05-04T17:00:05.927Z Downloaded dropshot_endpoint v0.16.7
8312026-05-04T17:00:05.931Z Downloaded allocator-api2 v0.2.21
8322026-05-04T17:00:05.931Z Downloaded newline-converter v0.3.0
8332026-05-04T17:00:05.933Z Downloaded mime_guess v2.0.5
8342026-05-04T17:00:05.933Z Downloaded new_debug_unreachable v1.0.6
8352026-05-04T17:00:05.933Z Downloaded multimap v0.10.1
8362026-05-04T17:00:05.936Z Downloaded memoffset v0.9.1
8372026-05-04T17:00:05.937Z Downloaded flume v0.11.1
8382026-05-04T17:00:05.943Z Downloaded parse-display v0.10.0
8392026-05-04T17:00:05.943Z Downloaded parse-size v1.1.0
8402026-05-04T17:00:05.943Z Downloaded crossbeam-channel v0.5.15
8412026-05-04T17:00:05.943Z Downloaded multer v3.1.0
8422026-05-04T17:00:05.946Z Downloaded nodrop v0.1.14
8432026-05-04T17:00:05.946Z Downloaded nanorand v0.7.0
8442026-05-04T17:00:05.947Z Downloaded pbkdf2 v0.11.0
8452026-05-04T17:00:05.950Z Downloaded path-slash v0.1.5
8462026-05-04T17:00:05.950Z Downloaded packed_struct_codegen v0.10.1
8472026-05-04T17:00:05.950Z Downloaded oso-derive v0.27.3
8482026-05-04T17:00:05.950Z Downloaded newtype-uuid v1.3.2
8492026-05-04T17:00:05.953Z Downloaded native-tls v0.2.18
8502026-05-04T17:00:05.953Z Downloaded phf_shared v0.12.1
8512026-05-04T17:00:05.953Z Downloaded nu-ansi-term v0.50.3
8522026-05-04T17:00:05.955Z Downloaded peg-runtime v0.8.5
8532026-05-04T17:00:05.955Z Downloaded libsw v3.5.0
8542026-05-04T17:00:05.958Z Downloaded instant v0.1.13
8552026-05-04T17:00:05.958Z Downloaded ingot v0.1.1
8562026-05-04T17:00:05.958Z Downloaded derive-where v1.6.0
8572026-05-04T17:00:05.963Z Downloaded cc v1.2.56
8582026-05-04T17:00:05.967Z Downloaded cmake v0.1.57
8592026-05-04T17:00:05.967Z Downloaded cargo_metadata v0.19.2
8602026-05-04T17:00:05.967Z Downloaded constant_time_eq v0.4.2
8612026-05-04T17:00:05.967Z Downloaded crossbeam-utils v0.8.21
8622026-05-04T17:00:05.972Z Downloaded libloading v0.8.9
8632026-05-04T17:00:05.972Z Downloaded num-integer v0.1.46
8642026-05-04T17:00:05.975Z Downloaded num_enum v0.7.5
8652026-05-04T17:00:05.975Z Downloaded pin-utils v0.1.0
8662026-05-04T17:00:05.975Z Downloaded phf_shared v0.11.3
8672026-05-04T17:00:05.979Z Downloaded num_enum v0.5.11
8682026-05-04T17:00:05.982Z Downloaded num_enum_derive v0.7.5
8692026-05-04T17:00:05.982Z Downloaded crossterm v0.29.0
8702026-05-04T17:00:05.986Z Downloaded ignore v0.4.25
8712026-05-04T17:00:05.999Z Downloaded proc-macro-crate v1.3.1
8722026-05-04T17:00:06.004Z Downloaded chacha20poly1305 v0.10.1
8732026-05-04T17:00:06.004Z Downloaded indexmap v1.9.3
8742026-05-04T17:00:06.004Z Downloaded predicates-tree v1.0.13
8752026-05-04T17:00:06.005Z Downloaded precomputed-hash v0.1.1
8762026-05-04T17:00:06.015Z Downloaded powerfmt v0.2.0
8772026-05-04T17:00:06.015Z Downloaded packed_struct v0.10.1
8782026-05-04T17:00:06.015Z Downloaded proc-macro-error-attr2 v2.0.0
8792026-05-04T17:00:06.015Z Downloaded proc-macro-crate v3.4.0
8802026-05-04T17:00:06.015Z Downloaded predicates-core v1.0.10
8812026-05-04T17:00:06.015Z Downloaded oxnet v0.1.4
8822026-05-04T17:00:06.015Z Downloaded oxide-tokio-rt v0.1.4
8832026-05-04T17:00:06.015Z Downloaded fatfs v0.3.6
8842026-05-04T17:00:06.019Z Downloaded progenitor-client v0.11.2
8852026-05-04T17:00:06.019Z Downloaded password-hash v0.5.0
8862026-05-04T17:00:06.019Z Downloaded pem v3.0.6
8872026-05-04T17:00:06.019Z Downloaded pbkdf2 v0.12.2
8882026-05-04T17:00:06.019Z Downloaded paste v1.0.15
8892026-05-04T17:00:06.023Z Downloaded progenitor-client v0.10.0
8902026-05-04T17:00:06.023Z Downloaded peg-macros v0.8.5
8912026-05-04T17:00:06.023Z Downloaded password-hash v0.4.2
8922026-05-04T17:00:06.023Z Downloaded num-complex v0.4.6
8932026-05-04T17:00:06.030Z Downloaded half v2.7.1
8942026-05-04T17:00:06.030Z Downloaded parse-display-derive v0.10.0
8952026-05-04T17:00:06.030Z Downloaded progenitor-macro v0.10.0
8962026-05-04T17:00:06.030Z Downloaded pem-rfc7468 v0.7.0
8972026-05-04T17:00:06.034Z Downloaded peg v0.8.5
8982026-05-04T17:00:06.034Z Downloaded arc-swap v1.8.2
8992026-05-04T17:00:06.034Z Downloaded parking_lot_core v0.8.6
9002026-05-04T17:00:06.038Z Downloaded phf v0.12.1
9012026-05-04T17:00:06.038Z Downloaded darling_core v0.23.0
9022026-05-04T17:00:06.038Z Downloaded memmap2 v0.9.10
9032026-05-04T17:00:06.041Z Downloaded psl-types v2.0.11
9042026-05-04T17:00:06.041Z Downloaded quick-error v1.2.3
9052026-05-04T17:00:06.044Z Downloaded radium v0.7.0
9062026-05-04T17:00:06.044Z Downloaded poly1305 v0.8.0
9072026-05-04T17:00:06.044Z Downloaded phf_shared v0.13.1
9082026-05-04T17:00:06.046Z Downloaded pin-project-internal v1.1.11
9092026-05-04T17:00:06.047Z Downloaded libbz2-rs-sys v0.2.2
9102026-05-04T17:00:06.047Z Downloaded progenitor-macro v0.13.0
9112026-05-04T17:00:06.049Z Downloaded phf v0.13.1
9122026-05-04T17:00:06.049Z Downloaded omicron-zone-package v0.12.2
9132026-05-04T17:00:06.055Z Downloaded indicatif v0.18.4
9142026-05-04T17:00:06.058Z Downloaded darling_core v0.21.3
9152026-05-04T17:00:06.058Z Downloaded postgres-protocol v0.6.10
9162026-05-04T17:00:06.058Z Downloaded crypto-bigint v0.5.5
9172026-05-04T17:00:06.062Z Downloaded recursive v0.1.1
9182026-05-04T17:00:06.063Z Downloaded litrs v1.0.0
9192026-05-04T17:00:06.068Z Downloaded polyval v0.6.2
9202026-05-04T17:00:06.068Z Downloaded pkg-config v0.3.32
9212026-05-04T17:00:06.068Z Downloaded rand_xorshift v0.4.0
9222026-05-04T17:00:06.069Z Downloaded pkcs8 v0.10.2
9232026-05-04T17:00:06.072Z Downloaded owo-colors v4.3.0
9242026-05-04T17:00:06.072Z Downloaded predicates v3.1.4
9252026-05-04T17:00:06.072Z Downloaded ref-cast v1.0.25
9262026-05-04T17:00:06.078Z Downloaded primeorder v0.13.6
9272026-05-04T17:00:06.078Z Downloaded parking_lot v0.12.5
9282026-05-04T17:00:06.080Z Downloaded bytes v1.11.1
9292026-05-04T17:00:06.080Z Downloaded recursive-proc-macro-impl v0.1.1
9302026-05-04T17:00:06.080Z Downloaded bumpalo v3.20.2
9312026-05-04T17:00:06.083Z Downloaded progenitor-client v0.14.0
9322026-05-04T17:00:06.083Z Downloaded progenitor-client v0.13.0
9332026-05-04T17:00:06.083Z Downloaded progenitor v0.10.0
9342026-05-04T17:00:06.086Z Downloaded parking_lot v0.11.2
9352026-05-04T17:00:06.086Z Downloaded heapless v0.8.0
9362026-05-04T17:00:06.089Z Downloaded rfc6979 v0.4.0
9372026-05-04T17:00:06.089Z Downloaded proc-macro-error2 v2.0.1
9382026-05-04T17:00:06.093Z Downloaded parking_lot_core v0.9.12
9392026-05-04T17:00:06.093Z Downloaded progenitor v0.14.0
9402026-05-04T17:00:06.093Z Downloaded progenitor v0.13.0
9412026-05-04T17:00:06.096Z Downloaded progenitor v0.11.2
9422026-05-04T17:00:06.096Z Downloaded progenitor-macro v0.11.2
9432026-05-04T17:00:06.096Z Downloaded progenitor-extras v0.2.0
9442026-05-04T17:00:06.107Z Downloaded flate2 v1.1.9
9452026-05-04T17:00:06.107Z Downloaded rand_chacha v0.3.1
9462026-05-04T17:00:06.109Z Downloaded rustc-hash v2.1.1
9472026-05-04T17:00:06.112Z Downloaded rustc_version v0.1.7
9482026-05-04T17:00:06.112Z Downloaded headers v0.4.1
9492026-05-04T17:00:06.112Z Downloaded hickory-resolver v0.24.4
9502026-05-04T17:00:06.113Z Downloaded psm v0.1.30
9512026-05-04T17:00:06.113Z Downloaded hashbrown v0.12.3
9522026-05-04T17:00:06.116Z Downloaded russh-cryptovec v0.7.3
9532026-05-04T17:00:06.116Z Downloaded rtoolbox v0.0.3
9542026-05-04T17:00:06.116Z Downloaded ppv-lite86 v0.2.21
9552026-05-04T17:00:06.116Z Downloaded postcard v1.1.3
9562026-05-04T17:00:06.118Z Downloaded pkcs5 v0.7.1
9572026-05-04T17:00:06.122Z Downloaded pkcs1 v0.7.5
9582026-05-04T17:00:06.122Z Downloaded num-rational v0.4.2
9592026-05-04T17:00:06.125Z Downloaded r2d2 v0.8.10
9602026-05-04T17:00:06.125Z Downloaded ingot-types v0.1.2
9612026-05-04T17:00:06.125Z Downloaded darling v0.21.3
9622026-05-04T17:00:06.130Z Downloaded expectorate v1.2.0
9632026-05-04T17:00:06.130Z Downloaded ciborium v0.2.2
9642026-05-04T17:00:06.130Z Downloaded git-stub-vcs v0.1.0
9652026-05-04T17:00:06.133Z Downloaded erased-serde v0.3.31
9662026-05-04T17:00:06.133Z Downloaded jiff-static v0.2.21
9672026-05-04T17:00:06.137Z Downloaded papergrid v0.17.0
9682026-05-04T17:00:06.140Z Downloaded salsa20 v0.10.2
9692026-05-04T17:00:06.140Z Downloaded rand_chacha v0.9.0
9702026-05-04T17:00:06.141Z Downloaded diesel-dtrace v0.5.0
9712026-05-04T17:00:06.143Z Downloaded scheduled-thread-pool v0.2.7
9722026-05-04T17:00:06.144Z Downloaded crossbeam-deque v0.8.6
9732026-05-04T17:00:06.147Z Downloaded rand_seeder v0.4.0
9742026-05-04T17:00:06.147Z Downloaded rand_core v0.10.0
9752026-05-04T17:00:06.150Z Downloaded p256 v0.13.2
9762026-05-04T17:00:06.151Z Downloaded rand_core v0.9.5
9772026-05-04T17:00:06.151Z Downloaded rand_core v0.6.4
9782026-05-04T17:00:06.153Z Downloaded ref-cast-impl v1.0.25
9792026-05-04T17:00:06.156Z Downloaded resolv-conf v0.7.6
9802026-05-04T17:00:06.159Z Downloaded scrypt v0.11.0
9812026-05-04T17:00:06.159Z Downloaded scroll_derive v0.13.1
9822026-05-04T17:00:06.163Z Downloaded secrecy v0.8.0
9832026-05-04T17:00:06.163Z Downloaded same-file v1.0.6
9842026-05-04T17:00:06.168Z Downloaded secrecy v0.10.3
9852026-05-04T17:00:06.171Z Downloaded serde_bytes v0.11.19
9862026-05-04T17:00:06.171Z Downloaded semver v0.1.20
9872026-05-04T17:00:06.171Z Downloaded scopeguard v1.2.0
9882026-05-04T17:00:06.171Z Downloaded progenitor-macro v0.14.0
9892026-05-04T17:00:06.174Z Downloaded derive_more-impl v2.1.1
9902026-05-04T17:00:06.177Z Downloaded pin-project v1.1.11
9912026-05-04T17:00:06.181Z Downloaded rustc_version v0.4.1
9922026-05-04T17:00:06.184Z Downloaded quinn-udp v0.5.14
9932026-05-04T17:00:06.184Z Downloaded hickory-server v0.25.2
9942026-05-04T17:00:06.187Z Downloaded serde_plain v1.0.2
9952026-05-04T17:00:06.187Z Downloaded serde-big-array v0.5.1
9962026-05-04T17:00:06.190Z Downloaded hickory-resolver v0.25.2
9972026-05-04T17:00:06.194Z Downloaded serde_spanned v1.0.4
9982026-05-04T17:00:06.194Z Downloaded pin-project-lite v0.2.17
9992026-05-04T17:00:06.196Z Downloaded shell-words v1.1.1
10002026-05-04T17:00:06.196Z Downloaded rustls-pemfile v2.2.0
10012026-05-04T17:00:06.199Z Downloaded oso v0.27.3
10022026-05-04T17:00:06.202Z Downloaded rustls-pemfile v1.0.4
10032026-05-04T17:00:06.202Z Downloaded openssl-sys v0.9.114
10042026-05-04T17:00:06.205Z Downloaded sha1 v0.10.6
10052026-05-04T17:00:06.205Z Downloaded signature v2.2.0
10062026-05-04T17:00:06.208Z Downloaded signal-hook-tokio v0.3.1
10072026-05-04T17:00:06.208Z Downloaded serde_urlencoded v0.7.1
10082026-05-04T17:00:06.211Z Downloaded sigpipe v0.1.3
10092026-05-04T17:00:06.211Z Downloaded rusty-fork v0.3.1
10102026-05-04T17:00:06.211Z Downloaded rustversion v1.0.22
10112026-05-04T17:00:06.214Z Downloaded postgres-types v0.2.12
10122026-05-04T17:00:06.214Z Downloaded der v0.7.10
10132026-05-04T17:00:06.217Z Downloaded serde_repr v0.1.20
10142026-05-04T17:00:06.220Z Downloaded rustls-native-certs v0.8.3
10152026-05-04T17:00:06.220Z Downloaded siphasher v1.0.2
10162026-05-04T17:00:06.222Z Downloaded slog-envlogger v2.2.0
10172026-05-04T17:00:06.222Z Downloaded slog-bunyan v2.5.0
10182026-05-04T17:00:06.222Z Downloaded ed25519-dalek v2.2.0
10192026-05-04T17:00:06.225Z Downloaded miniz_oxide v0.8.9
10202026-05-04T17:00:06.228Z Downloaded diesel_derives v2.3.7
10212026-05-04T17:00:06.233Z Downloaded progenitor-impl v0.14.0
10222026-05-04T17:00:06.233Z Downloaded progenitor-impl v0.11.2
10232026-05-04T17:00:06.233Z Downloaded scroll v0.13.0
10242026-05-04T17:00:06.235Z Downloaded seq-macro v0.3.6
10252026-05-04T17:00:06.235Z Downloaded sct v0.7.1
10262026-05-04T17:00:06.240Z Downloaded schemars_derive v0.8.22
10272026-05-04T17:00:06.240Z Downloaded minimal-lexical v0.2.1
10282026-05-04T17:00:06.244Z Downloaded heapless v0.7.17
10292026-05-04T17:00:06.245Z Downloaded serde-hex v0.1.0
10302026-05-04T17:00:06.245Z Downloaded russh-keys v0.45.0
10312026-05-04T17:00:06.262Z Downloaded sapling-renderdag v0.1.0
10322026-05-04T17:00:06.262Z Downloaded aes-gcm v0.10.3
10332026-05-04T17:00:06.262Z Downloaded http v1.4.0
10342026-05-04T17:00:06.267Z Downloaded serde_path_to_error v0.1.20
10352026-05-04T17:00:06.267Z Downloaded sqlparser_derive v0.5.0
10362026-05-04T17:00:06.267Z Downloaded rustls-pki-types v1.14.0
10372026-05-04T17:00:06.267Z Downloaded serde_derive_internals v0.29.1
10382026-05-04T17:00:06.267Z Downloaded signal-hook-registry v1.4.8
10392026-05-04T17:00:06.267Z Downloaded rcgen v0.12.1
10402026-05-04T17:00:06.271Z Downloaded signal-hook-mio v0.2.5
10412026-05-04T17:00:06.271Z Downloaded hyper-util v0.1.20
10422026-05-04T17:00:06.274Z Downloaded ssh-cipher v0.2.0
10432026-05-04T17:00:06.277Z Downloaded shlex v1.3.0
10442026-05-04T17:00:06.277Z Downloaded strum v0.26.3
10452026-05-04T17:00:06.277Z Downloaded structmeta v0.3.0
10462026-05-04T17:00:06.277Z Downloaded strip-ansi-escapes v0.2.1
10472026-05-04T17:00:06.281Z Downloaded prettyplease v0.2.37
10482026-05-04T17:00:06.281Z Downloaded pretty_assertions v1.4.1
10492026-05-04T17:00:06.291Z Downloaded slog-async v2.8.0
10502026-05-04T17:00:06.291Z Downloaded simd-adler32 v0.3.8
10512026-05-04T17:00:06.291Z Downloaded prefix-trie v0.7.0
10522026-05-04T17:00:06.295Z Downloaded ssh-encoding v0.2.0
10532026-05-04T17:00:06.295Z Downloaded slab v0.4.12
10542026-05-04T17:00:06.295Z Downloaded structmeta-derive v0.3.0
10552026-05-04T17:00:06.299Z Downloaded progenitor-impl v0.13.0
10562026-05-04T17:00:06.302Z Downloaded progenitor-impl v0.10.0
10572026-05-04T17:00:06.302Z Downloaded itertools v0.10.5
10582026-05-04T17:00:06.305Z Downloaded tagptr v0.2.0
10592026-05-04T17:00:06.305Z Downloaded snafu-derive v0.8.9
10602026-05-04T17:00:06.309Z Downloaded slog-json v2.6.1
10612026-05-04T17:00:06.309Z Downloaded tabwriter v1.4.1
10622026-05-04T17:00:06.311Z Downloaded slog-dtrace v0.3.0
10632026-05-04T17:00:06.311Z Downloaded tap v1.0.1
10642026-05-04T17:00:06.311Z Downloaded subtle v2.6.1
10652026-05-04T17:00:06.311Z Downloaded slog-term v2.9.2
10662026-05-04T17:00:06.314Z Downloaded thread-id v5.1.0
10672026-05-04T17:00:06.314Z Downloaded hashbrown v0.13.2
10682026-05-04T17:00:06.318Z Downloaded take_mut v0.2.2
10692026-05-04T17:00:06.319Z Downloaded sync_wrapper v1.0.2
10702026-05-04T17:00:06.319Z Downloaded sync-ptr v0.1.4
10712026-05-04T17:00:06.319Z Downloaded supports-color v3.0.2
10722026-05-04T17:00:06.321Z Downloaded slog-stdlog v4.1.1
10732026-05-04T17:00:06.321Z Downloaded slog-scope v4.4.1
10742026-05-04T17:00:06.321Z Downloaded sec1 v0.7.3
10752026-05-04T17:00:06.324Z Downloaded smf v0.2.3
10762026-05-04T17:00:06.327Z Downloaded tabled_derive v0.11.0
10772026-05-04T17:00:06.327Z Downloaded sqlformat v0.3.5
10782026-05-04T17:00:06.333Z Downloaded spki v0.7.3
10792026-05-04T17:00:06.333Z Downloaded time-core v0.1.8
10802026-05-04T17:00:06.333Z Downloaded thiserror-impl-no-std v2.0.2
10812026-05-04T17:00:06.335Z Downloaded testing_table v0.3.0
10822026-05-04T17:00:06.336Z Downloaded serde_cbor v0.11.2
10832026-05-04T17:00:06.336Z Downloaded tinyvec_macros v0.1.1
10842026-05-04T17:00:06.336Z Downloaded serde_with_macros v3.17.0
10852026-05-04T17:00:06.338Z Downloaded dropshot-api-manager v0.7.1
10862026-05-04T17:00:06.341Z Downloaded rustls-platform-verifier v0.6.2
10872026-05-04T17:00:06.348Z Downloaded tokio-macros v2.7.0
10882026-05-04T17:00:06.350Z Downloaded mio v1.2.0
10892026-05-04T17:00:06.356Z Downloaded stringprep v0.1.5
10902026-05-04T17:00:06.359Z Downloaded static_assertions v1.1.0
10912026-05-04T17:00:06.359Z Downloaded rayon-core v1.13.0
10922026-05-04T17:00:06.362Z Downloaded ryu v1.0.23
10932026-05-04T17:00:06.362Z Downloaded string_cache v0.8.9
10942026-05-04T17:00:06.371Z Downloaded strum v0.27.2
10952026-05-04T17:00:06.371Z Downloaded stacker v0.1.23
10962026-05-04T17:00:06.371Z Downloaded smallvec v0.6.14
10972026-05-04T17:00:06.371Z Downloaded crossterm v0.28.1
10982026-05-04T17:00:06.374Z Downloaded strum_macros v0.26.4
10992026-05-04T17:00:06.378Z Downloaded strum_macros v0.24.3
11002026-05-04T17:00:06.378Z Downloaded nom v7.1.3
11012026-05-04T17:00:06.381Z Downloaded spin v0.9.8
11022026-05-04T17:00:06.381Z Downloaded termtree v0.5.1
11032026-05-04T17:00:06.384Z Downloaded support-bundle-viewer v0.1.2
11042026-05-04T17:00:06.384Z Downloaded topological-sort v0.2.2
11052026-05-04T17:00:06.384Z Downloaded schemars v0.8.22
11062026-05-04T17:00:06.392Z Downloaded termios v0.3.3
11072026-05-04T17:00:06.396Z Downloaded hashbrown v0.16.1
11082026-05-04T17:00:06.396Z Downloaded libxml v0.3.3
11092026-05-04T17:00:06.399Z Downloaded quinn v0.11.9
11102026-05-04T17:00:06.402Z Downloaded qorb v0.4.1
11112026-05-04T17:00:06.405Z Downloaded tower-service v0.3.3
11122026-05-04T17:00:06.405Z Downloaded publicsuffix v2.3.0
11132026-05-04T17:00:06.408Z Downloaded trait-variant v0.1.2
11142026-05-04T17:00:06.408Z Downloaded thiserror-no-std v2.0.2
11152026-05-04T17:00:06.413Z Downloaded num-bigint v0.4.6
11162026-05-04T17:00:06.416Z Downloaded tower-layer v0.3.3
11172026-05-04T17:00:06.416Z Downloaded hashbrown v0.15.5
11182026-05-04T17:00:06.416Z Downloaded rand v0.8.5
11192026-05-04T17:00:06.419Z Downloaded thread_local v1.1.9
11202026-05-04T17:00:06.421Z Downloaded tokio-native-tls v0.3.1
11212026-05-04T17:00:06.421Z Downloaded try-lock v0.2.5
11222026-05-04T17:00:06.421Z Downloaded time-macros v0.2.27
11232026-05-04T17:00:06.424Z Downloaded signal-hook v0.3.18
11242026-05-04T17:00:06.427Z Downloaded tls_codec_derive v0.4.2
11252026-05-04T17:00:06.427Z Downloaded tls_codec v0.4.2
11262026-05-04T17:00:06.427Z Downloaded typify-macro v0.4.3
11272026-05-04T17:00:06.434Z Downloaded schemars v0.9.0
11282026-05-04T17:00:06.437Z Downloaded tokio-rustls v0.25.0
11292026-05-04T17:00:06.438Z Downloaded untrusted v0.9.0
11302026-05-04T17:00:06.445Z Downloaded unarray v0.1.4
11312026-05-04T17:00:06.445Z Downloaded typify-macro v0.6.2
11322026-05-04T17:00:06.445Z Downloaded tokio-tungstenite v0.21.0
11332026-05-04T17:00:06.445Z Downloaded unit-prefix v0.5.2
11342026-05-04T17:00:06.445Z Downloaded strum_macros v0.27.2
11352026-05-04T17:00:06.445Z Downloaded itertools v0.12.1
11362026-05-04T17:00:06.449Z Downloaded aws-lc-rs v1.16.0
11372026-05-04T17:00:06.452Z Downloaded unicode-truncate v1.1.0
11382026-05-04T17:00:06.454Z Downloaded itertools v0.13.0
11392026-05-04T17:00:06.457Z Downloaded utf-8 v0.7.6
11402026-05-04T17:00:06.457Z Downloaded toml_writer v1.0.6+spec-1.1.0
11412026-05-04T17:00:06.460Z Downloaded usdt-attr-macro v0.6.0
11422026-05-04T17:00:06.460Z Downloaded usdt v0.6.0
11432026-05-04T17:00:06.460Z Downloaded usdt-macro v0.6.0
11442026-05-04T17:00:06.460Z Downloaded untrusted v0.7.1
11452026-05-04T17:00:06.463Z Downloaded void v1.0.2
11462026-05-04T17:00:06.463Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11472026-05-04T17:00:06.463Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11482026-05-04T17:00:06.466Z Downloaded term v1.2.1
11492026-05-04T17:00:06.466Z Downloaded h2 v0.4.13
11502026-05-04T17:00:06.475Z Downloaded rsa v0.9.10
11512026-05-04T17:00:06.487Z Downloaded rand v0.9.2
11522026-05-04T17:00:06.488Z Downloaded num-bigint-dig v0.8.6
11532026-05-04T17:00:06.488Z Downloaded waitgroup v0.1.2
11542026-05-04T17:00:06.488Z Downloaded universal-hash v0.5.1
11552026-05-04T17:00:06.488Z Downloaded ron v0.8.1
11562026-05-04T17:00:06.492Z Downloaded term v0.7.0
11572026-05-04T17:00:06.493Z Downloaded socket2 v0.5.10
11582026-05-04T17:00:06.493Z Downloaded slog v2.8.2
11592026-05-04T17:00:06.493Z Downloaded wait-timeout v0.2.1
11602026-05-04T17:00:06.493Z Downloaded tiny-keccak v2.0.2
11612026-05-04T17:00:06.493Z Downloaded hyper v1.8.1
11622026-05-04T17:00:06.498Z Downloaded tokio-dtrace v0.1.1
11632026-05-04T17:00:06.498Z Downloaded similar v2.7.0
11642026-05-04T17:00:06.501Z Downloaded want v0.3.1
11652026-05-04T17:00:06.501Z Downloaded tokio-rustls v0.24.1
11662026-05-04T17:00:06.501Z Downloaded tui-tree-widget v0.23.1
11672026-05-04T17:00:06.501Z Downloaded unicase v2.9.0
11682026-05-04T17:00:06.506Z Downloaded samael v0.0.19
11692026-05-04T17:00:06.508Z Downloaded subprocess v0.2.15
11702026-05-04T17:00:06.508Z Downloaded xshell-macros v0.2.7
11712026-05-04T17:00:06.509Z Downloaded rustls-webpki v0.103.9
11722026-05-04T17:00:06.511Z Downloaded xattr v1.6.1
11732026-05-04T17:00:06.511Z Downloaded tokio-rustls v0.26.4
11742026-05-04T17:00:06.515Z Downloaded tokio-stream v0.1.18
11752026-05-04T17:00:06.515Z Downloaded rand v0.10.0
11762026-05-04T17:00:06.517Z Downloaded tokio-tungstenite v0.23.1
11772026-05-04T17:00:06.520Z Downloaded itertools v0.14.0
11782026-05-04T17:00:06.524Z Downloaded iri-string v0.7.10
11792026-05-04T17:00:06.527Z Downloaded zeroize_derive v1.4.3
11802026-05-04T17:00:06.530Z Downloaded serde_yaml v0.9.34+deprecated
11812026-05-04T17:00:06.531Z Downloaded zone_cfg_derive v0.3.1
11822026-05-04T17:00:06.531Z Downloaded iddqd v0.3.18
11832026-05-04T17:00:06.534Z Downloaded usdt-impl v0.6.0
11842026-05-04T17:00:06.537Z Downloaded toml_parser v1.0.9+spec-1.1.0
11852026-05-04T17:00:06.537Z Downloaded zone v0.3.1
11862026-05-04T17:00:06.540Z Downloaded walkdir v2.5.0
11872026-05-04T17:00:06.540Z Downloaded hkdf v0.12.4
11882026-05-04T17:00:06.544Z Downloaded twox-hash v2.1.2
11892026-05-04T17:00:06.544Z Downloaded vsss-rs v3.3.4
11902026-05-04T17:00:06.544Z Downloaded uzers v0.12.2
11912026-05-04T17:00:06.544Z Downloaded snafu v0.8.9
11922026-05-04T17:00:06.549Z Downloaded libm v0.2.16
11932026-05-04T17:00:06.554Z Downloaded vergen-git2 v1.0.7
11942026-05-04T17:00:06.556Z Downloaded test-strategy v0.4.5
11952026-05-04T17:00:06.559Z Downloaded tracing-attributes v0.1.31
11962026-05-04T17:00:06.559Z Downloaded futures-util v0.3.32
11972026-05-04T17:00:06.566Z Downloaded unicode-properties v0.1.4
11982026-05-04T17:00:06.569Z Downloaded wyz v0.5.1
11992026-05-04T17:00:06.569Z Downloaded whoami v2.1.0
12002026-05-04T17:00:06.569Z Downloaded tinyvec v1.10.0
12012026-05-04T17:00:06.572Z Downloaded toml v0.7.8
12022026-05-04T17:00:06.572Z Downloaded schemars v1.2.1
12032026-05-04T17:00:06.582Z Downloaded xshell v0.2.7
12042026-05-04T17:00:06.585Z Downloaded aho-corasick v1.1.4
12052026-05-04T17:00:06.595Z Downloaded toml v1.0.6+spec-1.1.0
12062026-05-04T17:00:06.595Z Downloaded zeroize v1.8.2
12072026-05-04T17:00:06.595Z Downloaded toml v0.9.12+spec-1.1.0
12082026-05-04T17:00:06.598Z Downloaded socket2 v0.6.3
12092026-05-04T17:00:06.598Z Downloaded vergen v9.0.6
12102026-05-04T17:00:06.598Z Downloaded vergen-gitcl v1.0.8
12112026-05-04T17:00:06.598Z Downloaded tar v0.4.45
12122026-05-04T17:00:06.602Z Downloaded russh v0.45.0
12132026-05-04T17:00:06.605Z Downloaded typify v0.6.2
12142026-05-04T17:00:06.615Z Downloaded zstd-safe v7.2.4
12152026-05-04T17:00:06.623Z Downloaded vergen-lib v0.1.6
12162026-05-04T17:00:06.623Z Downloaded whoami v1.6.1
12172026-05-04T17:00:06.626Z Downloaded tungstenite v0.21.0
12182026-05-04T17:00:06.626Z Downloaded typify v0.4.3
12192026-05-04T17:00:06.627Z Downloaded zerocopy v0.6.6
12202026-05-04T17:00:06.627Z Downloaded steno v0.4.1
12212026-05-04T17:00:06.636Z Downloaded p521 v0.13.3
12222026-05-04T17:00:06.636Z Downloaded tracing-core v0.1.36
12232026-05-04T17:00:06.641Z Downloaded yasna v0.5.2
12242026-05-04T17:00:06.641Z Downloaded toml_edit v0.23.10+spec-1.0.0
12252026-05-04T17:00:06.644Z Downloaded zstd v0.13.3
12262026-05-04T17:00:06.660Z Downloaded vte v0.14.1
12272026-05-04T17:00:06.671Z Downloaded tokio-postgres v0.7.16
12282026-05-04T17:00:06.677Z Downloaded bitvec v1.0.1
12292026-05-04T17:00:06.681Z Downloaded zopfli v0.8.3
12302026-05-04T17:00:06.685Z Downloaded blake3 v1.8.3
12312026-05-04T17:00:06.687Z Downloaded rpassword v7.4.0
12322026-05-04T17:00:06.690Z Downloaded toml_edit v0.19.15
12332026-05-04T17:00:06.698Z Downloaded uuid v1.23.0
12342026-05-04T17:00:06.701Z Downloaded unsafe-libyaml v0.2.11
12352026-05-04T17:00:06.704Z Downloaded rustyline v14.0.0
12362026-05-04T17:00:06.709Z Downloaded tungstenite v0.23.0
12372026-05-04T17:00:06.712Z Downloaded unicode-bidi v0.3.18
12382026-05-04T17:00:06.715Z Downloaded unicode_categories v0.1.1
12392026-05-04T17:00:06.719Z Downloaded zip v0.6.6
12402026-05-04T17:00:06.722Z Downloaded yansi v1.0.1
12412026-05-04T17:00:06.722Z Downloaded chrono v0.4.44
12422026-05-04T17:00:06.726Z Downloaded reqwest v0.12.28
12432026-05-04T17:00:06.733Z Downloaded git2 v0.20.4
12442026-05-04T17:00:06.736Z Downloaded reedline v0.40.0
12452026-05-04T17:00:06.739Z Downloaded rayon v1.11.0
12462026-05-04T17:00:06.746Z Downloaded typed-path v0.9.3
12472026-05-04T17:00:06.749Z Downloaded reqwest v0.13.2
12482026-05-04T17:00:06.751Z Downloaded tower v0.5.3
12492026-05-04T17:00:06.757Z Downloaded unicode-segmentation v1.12.0
12502026-05-04T17:00:06.760Z Downloaded quick-xml v0.37.5
12512026-05-04T17:00:06.763Z Downloaded ssh-key v0.6.7
12522026-05-04T17:00:06.770Z Downloaded p384 v0.13.1
12532026-05-04T17:00:06.770Z Downloaded regex v1.12.3
12542026-05-04T17:00:06.774Z Downloaded moka v0.12.13
12552026-05-04T17:00:06.777Z Downloaded portable-atomic v1.13.1
12562026-05-04T17:00:06.782Z Downloaded lalrpop v0.19.12
12572026-05-04T17:00:06.790Z Downloaded rustls-webpki v0.101.7
12582026-05-04T17:00:06.798Z Downloaded x509-cert v0.2.5
12592026-05-04T17:00:06.802Z Downloaded salty v0.3.0
12602026-05-04T17:00:06.808Z Downloaded tokio-util v0.7.18
12612026-05-04T17:00:06.811Z Downloaded zip v4.6.1
12622026-05-04T17:00:06.820Z Downloaded tower-http v0.6.8
12632026-05-04T17:00:06.826Z Downloaded rustls-webpki v0.102.8
12642026-05-04T17:00:06.832Z Downloaded zerocopy-derive v0.8.40
12652026-05-04T17:00:06.837Z Downloaded unicode-normalization v0.1.25
12662026-05-04T17:00:06.840Z Downloaded goblin v0.10.5
12672026-05-04T17:00:06.848Z Downloaded proptest v1.10.0
12682026-05-04T17:00:06.864Z Downloaded tough v0.20.0
12692026-05-04T17:00:06.867Z Downloaded serde_with v3.17.0
12702026-05-04T17:00:06.868Z Downloaded object v0.30.4
12712026-05-04T17:00:06.868Z Downloaded petname v2.0.2
12722026-05-04T17:00:06.885Z Downloaded polar-core v0.27.3
12732026-05-04T17:00:06.925Z Downloaded winnow v0.5.40
12742026-05-04T17:00:06.925Z Downloaded winnow v0.6.26
12752026-05-04T17:00:06.929Z Downloaded quinn-proto v0.11.13
12762026-05-04T17:00:06.932Z Downloaded nix v0.29.0
12772026-05-04T17:00:06.937Z Downloaded tabled v0.20.0
12782026-05-04T17:00:06.946Z Downloaded nix v0.28.0
12792026-05-04T17:00:06.952Z Downloaded time v0.3.47
12802026-05-04T17:00:06.960Z Downloaded dropshot v0.17.0
12812026-05-04T17:00:06.973Z Downloaded vcpkg v0.2.15
12822026-05-04T17:00:06.996Z Downloaded nix v0.31.2
12832026-05-04T17:00:07.006Z Downloaded bstr v1.12.1
12842026-05-04T17:00:07.011Z Downloaded webpki-roots v1.0.6
12852026-05-04T17:00:07.018Z Downloaded hickory-proto v0.24.4
12862026-05-04T17:00:07.022Z Downloaded rustls v0.21.12
12872026-05-04T17:00:07.025Z Downloaded zlib-rs v0.6.2
12882026-05-04T17:00:07.028Z Downloaded hickory-proto v0.25.2
12892026-05-04T17:00:07.039Z Downloaded regex-syntax v0.6.29
12902026-05-04T17:00:07.046Z Downloaded object v0.37.3
12912026-05-04T17:00:07.049Z Downloaded diesel v2.3.7
12922026-05-04T17:00:07.060Z Downloaded smoltcp v0.9.1
12932026-05-04T17:00:07.065Z Downloaded dropshot v0.16.7
12942026-05-04T17:00:07.085Z Downloaded radix_trie v0.2.1
12952026-05-04T17:00:07.088Z Downloaded openssl v0.10.78
12962026-05-04T17:00:07.088Z Downloaded zerocopy v0.8.40
12972026-05-04T17:00:07.093Z Downloaded nix v0.27.1
12982026-05-04T17:00:07.099Z Downloaded smoltcp v0.11.0
12992026-05-04T17:00:07.107Z Downloaded rustls v0.22.4
13002026-05-04T17:00:07.113Z Downloaded sqlparser v0.61.0
13012026-05-04T17:00:07.119Z Downloaded rustls v0.23.37
13022026-05-04T17:00:07.126Z Downloaded openapiv3 v2.2.0
13032026-05-04T17:00:07.134Z Downloaded rustix v0.38.44
13042026-05-04T17:00:07.150Z Downloaded sled v0.34.7
13052026-05-04T17:00:07.155Z Downloaded tracing v0.1.44
13062026-05-04T17:00:07.164Z Downloaded regress v0.11.1
13072026-05-04T17:00:07.170Z Downloaded zerocopy-derive v0.6.6
13082026-05-04T17:00:07.175Z Downloaded regex-automata v0.4.14
13092026-05-04T17:00:07.184Z Downloaded regex-syntax v0.8.10
13102026-05-04T17:00:07.189Z Downloaded regress v0.10.5
13112026-05-04T17:00:07.210Z Downloaded csv v1.4.0
13122026-05-04T17:00:07.222Z Downloaded petgraph v0.8.3
13132026-05-04T17:00:07.237Z Downloaded typify-impl v0.6.2
13142026-05-04T17:00:07.244Z Downloaded typify-impl v0.4.3
13152026-05-04T17:00:07.252Z Downloaded bzip2-sys v0.1.13+1.0.8
13162026-05-04T17:00:07.260Z Downloaded ratatui v0.29.0
13172026-05-04T17:00:07.273Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13182026-05-04T17:00:07.310Z Downloaded petgraph v0.6.5
13192026-05-04T17:00:07.318Z Downloaded chrono-tz v0.10.4
13202026-05-04T17:00:07.327Z Downloaded jiff v0.2.21
13212026-05-04T17:00:07.370Z Downloaded libz-sys v1.1.24
13222026-05-04T17:00:07.374Z Downloaded encoding_rs v0.8.35
13232026-05-04T17:00:07.381Z Downloaded sha3 v0.10.8
13242026-05-04T17:00:07.384Z Downloaded tokio v1.52.1
13252026-05-04T17:00:07.408Z Downloaded libgit2-sys v0.18.3+1.9.2
13262026-05-04T17:00:07.472Z Downloaded ring v0.17.14
13272026-05-04T17:00:07.988Z Downloaded aws-lc-sys v0.37.1
13282026-05-04T17:00:08.236Z Compiling libc v0.2.185
13292026-05-04T17:00:08.237Z Compiling serde v1.0.228
13302026-05-04T17:00:08.237Z Compiling log v0.4.29
13312026-05-04T17:00:08.237Z Compiling find-msvc-tools v0.1.9
13322026-05-04T17:00:08.240Z Compiling shlex v1.3.0
13332026-05-04T17:00:08.240Z Compiling smallvec v1.15.1
13342026-05-04T17:00:08.241Z Compiling typenum v1.19.0
13352026-05-04T17:00:08.241Z Compiling subtle v2.6.1
13362026-05-04T17:00:08.241Z Compiling generic-array v0.14.7
13372026-05-04T17:00:08.241Z Compiling scopeguard v1.2.0
13382026-05-04T17:00:08.389Z Compiling const-oid v0.9.6
13392026-05-04T17:00:08.438Z Compiling portable-atomic v1.13.1
13402026-05-04T17:00:08.449Z Compiling zerocopy v0.8.40
13412026-05-04T17:00:08.462Z Compiling syn v2.0.117
13422026-05-04T17:00:08.476Z Compiling critical-section v1.2.0
13432026-05-04T17:00:08.487Z Compiling lock_api v0.4.14
13442026-05-04T17:00:08.529Z Compiling serde_json v1.0.149
13452026-05-04T17:00:08.585Z Compiling pin-project-lite v0.2.17
13462026-05-04T17:00:08.602Z Compiling parking_lot_core v0.9.12
13472026-05-04T17:00:08.650Z Compiling pkg-config v0.3.32
13482026-05-04T17:00:08.666Z Compiling bitflags v2.11.0
13492026-05-04T17:00:08.666Z Compiling libm v0.2.16
13502026-05-04T17:00:08.680Z Compiling num-traits v0.2.19
13512026-05-04T17:00:08.725Z Compiling futures-core v0.3.32
13522026-05-04T17:00:08.773Z Compiling percent-encoding v2.3.2
13532026-05-04T17:00:08.805Z Compiling cpufeatures v0.2.17
13542026-05-04T17:00:08.807Z Compiling futures-sink v0.3.32
13552026-05-04T17:00:08.909Z Compiling futures-channel v0.3.32
13562026-05-04T17:00:09.032Z Compiling futures-task v0.3.32
13572026-05-04T17:00:09.032Z Compiling futures-io v0.3.32
13582026-05-04T17:00:09.035Z Compiling slab v0.4.12
13592026-05-04T17:00:09.035Z Compiling getrandom v0.4.1
13602026-05-04T17:00:09.098Z Compiling getrandom v0.3.4
13612026-05-04T17:00:09.098Z Compiling rustversion v1.0.22
13622026-05-04T17:00:09.144Z Compiling rand_core v0.10.0
13632026-05-04T17:00:09.193Z Compiling indexmap v2.14.0
13642026-05-04T17:00:09.209Z Compiling form_urlencoded v1.2.2
13652026-05-04T17:00:09.236Z Compiling base64ct v1.8.3
13662026-05-04T17:00:09.253Z Compiling ident_case v1.0.1
13672026-05-04T17:00:09.274Z Compiling fs_extra v1.3.0
13682026-05-04T17:00:09.290Z Compiling dunce v1.0.5
13692026-05-04T17:00:09.358Z Compiling flagset v0.4.7
13702026-05-04T17:00:09.390Z Compiling getrandom v0.2.17
13712026-05-04T17:00:09.405Z Compiling jobserver v0.1.34
13722026-05-04T17:00:09.414Z Compiling errno v0.3.14
13732026-05-04T17:00:09.462Z Compiling mio v1.2.0
13742026-05-04T17:00:09.499Z Compiling socket2 v0.6.3
13752026-05-04T17:00:09.538Z Compiling rand_core v0.6.4
13762026-05-04T17:00:09.552Z Compiling signal-hook-registry v1.4.8
13772026-05-04T17:00:09.584Z Compiling once_cell v1.21.3
13782026-05-04T17:00:09.646Z Compiling cc v1.2.56
13792026-05-04T17:00:09.667Z Compiling parking_lot v0.12.5
13802026-05-04T17:00:09.752Z Compiling pem-rfc7468 v0.7.0
13812026-05-04T17:00:09.820Z Compiling rustix v1.1.3
13822026-05-04T17:00:09.837Z Compiling iana-time-zone v0.1.65
13832026-05-04T17:00:09.839Z Compiling uuid v1.23.0
13842026-05-04T17:00:09.839Z Compiling rustc_version v0.4.1
13852026-05-04T17:00:09.884Z Compiling regex-syntax v0.8.10
13862026-05-04T17:00:09.899Z Compiling aws-lc-rs v1.16.0
13872026-05-04T17:00:09.959Z Compiling vcpkg v0.2.15
13882026-05-04T17:00:10.064Z Compiling tracing-core v0.1.36
13892026-05-04T17:00:10.078Z Compiling rand_core v0.9.5
13902026-05-04T17:00:10.095Z Compiling untrusted v0.7.1
13912026-05-04T17:00:10.117Z Compiling httparse v1.10.1
13922026-05-04T17:00:10.253Z Compiling schemars v0.8.22
13932026-05-04T17:00:10.270Z Compiling untrusted v0.9.0
13942026-05-04T17:00:10.271Z Compiling openssl-probe v0.2.1
13952026-05-04T17:00:10.273Z Compiling base64 v0.22.1
13962026-05-04T17:00:10.319Z Compiling tower-layer v0.3.3
13972026-05-04T17:00:10.356Z Compiling tinyvec_macros v0.1.1
13982026-05-04T17:00:10.405Z Compiling cmake v0.1.57
13992026-05-04T17:00:10.427Z Compiling rustls v0.23.37
14002026-05-04T17:00:10.436Z Compiling try-lock v0.2.5
14012026-05-04T17:00:10.503Z Compiling atomic-waker v1.1.2
14022026-05-04T17:00:10.503Z Compiling dyn-clone v1.0.20
14032026-05-04T17:00:10.566Z Compiling tower-service v0.3.3
14042026-05-04T17:00:10.569Z Compiling want v0.3.1
14052026-05-04T17:00:10.628Z Compiling tinyvec v1.10.0
14062026-05-04T17:00:10.644Z Compiling spin v0.9.8
14072026-05-04T17:00:10.657Z Compiling aho-corasick v1.1.4
14082026-05-04T17:00:10.657Z Compiling time-core v0.1.8
14092026-05-04T17:00:10.676Z Compiling openssl v0.10.78
14102026-05-04T17:00:10.688Z Compiling foreign-types-shared v0.1.1
14112026-05-04T17:00:10.721Z Compiling pin-utils v0.1.0
14122026-05-04T17:00:10.721Z Compiling powerfmt v0.2.0
14132026-05-04T17:00:10.765Z Compiling crc32fast v1.5.0
14142026-05-04T17:00:10.780Z Compiling httpdate v1.0.3
14152026-05-04T17:00:10.798Z Compiling num-conv v0.2.0
14162026-05-04T17:00:10.798Z Compiling foreign-types v0.3.2
14172026-05-04T17:00:10.828Z Compiling wait-timeout v0.2.1
14182026-05-04T17:00:10.844Z Compiling crossbeam-utils v0.8.21
14192026-05-04T17:00:10.882Z Compiling quick-error v1.2.3
14202026-05-04T17:00:10.898Z Compiling deranged v0.5.8
14212026-05-04T17:00:10.947Z Compiling simd-adler32 v0.3.8
14222026-05-04T17:00:10.965Z Compiling syn v1.0.109
14232026-05-04T17:00:10.965Z Compiling siphasher v1.0.2
14242026-05-04T17:00:10.996Z Compiling time-macros v0.2.27
14252026-05-04T17:00:11.013Z Compiling usdt-impl v0.6.0
14262026-05-04T17:00:11.016Z Compiling bit-vec v0.8.0
14272026-05-04T17:00:11.043Z Compiling num_threads v0.1.7
14282026-05-04T17:00:11.125Z Compiling native-tls v0.2.18
14292026-05-04T17:00:11.157Z Compiling unicode-normalization v0.1.25
14302026-05-04T17:00:11.190Z Compiling slog v2.8.2
14312026-05-04T17:00:11.209Z Compiling rand_xorshift v0.4.0
14322026-05-04T17:00:11.225Z Compiling bit-set v0.8.0
14332026-05-04T17:00:11.273Z Compiling heapless v0.7.17
14342026-05-04T17:00:11.288Z Compiling aws-lc-sys v0.37.1
14352026-05-04T17:00:11.291Z Compiling ring v0.17.14
14362026-05-04T17:00:11.317Z Compiling openssl-sys v0.9.114
14372026-05-04T17:00:11.350Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14382026-05-04T17:00:11.400Z Compiling bzip2-sys v0.1.13+1.0.8
14392026-05-04T17:00:11.416Z Compiling thread-id v5.1.0
14402026-05-04T17:00:11.420Z Compiling sync_wrapper v1.0.2
14412026-05-04T17:00:11.445Z Compiling cookie v0.18.1
14422026-05-04T17:00:11.519Z Compiling synstructure v0.13.2
14432026-05-04T17:00:11.547Z Compiling serde_derive_internals v0.29.1
14442026-05-04T17:00:11.563Z Compiling pest_generator v2.8.6
14452026-05-04T17:00:11.647Z Compiling darling_core v0.20.11
14462026-05-04T17:00:11.663Z Compiling regex-automata v0.4.14
14472026-05-04T17:00:11.708Z Compiling tempfile v3.25.0
14482026-05-04T17:00:11.764Z Compiling darling_core v0.21.3
14492026-05-04T17:00:11.932Z Compiling signal-hook v0.3.18
14502026-05-04T17:00:12.135Z Compiling rusty-fork v0.3.1
14512026-05-04T17:00:12.150Z Compiling time v0.3.47
14522026-05-04T17:00:12.165Z Compiling unicode-properties v0.1.4
14532026-05-04T17:00:12.166Z Compiling zstd-safe v7.2.4
14542026-05-04T17:00:12.307Z Compiling paste v1.0.15
14552026-05-04T17:00:12.346Z Compiling adler2 v2.0.1
14562026-05-04T17:00:12.401Z Compiling unarray v0.1.4
14572026-05-04T17:00:12.414Z Compiling allocator-api2 v0.2.21
14582026-05-04T17:00:12.431Z Compiling unicode-bidi v0.3.18
14592026-05-04T17:00:12.484Z Compiling anyhow v1.0.102
14602026-05-04T17:00:12.496Z Compiling miniz_oxide v0.8.9
14612026-05-04T17:00:12.685Z Compiling num-integer v0.1.46
14622026-05-04T17:00:12.763Z Compiling stringprep v0.1.5
14632026-05-04T17:00:12.982Z Compiling vergen-lib v0.1.6
14642026-05-04T17:00:13.020Z Compiling curve25519-dalek v4.1.3
14652026-05-04T17:00:13.043Z Compiling ff v0.13.1
14662026-05-04T17:00:13.139Z Compiling hash32 v0.2.1
14672026-05-04T17:00:13.185Z Compiling memoffset v0.9.1
14682026-05-04T17:00:13.197Z Compiling ref-cast v1.0.25
14692026-05-04T17:00:13.200Z Compiling iri-string v0.7.10
14702026-05-04T17:00:13.239Z Compiling litrs v1.0.0
14712026-05-04T17:00:13.286Z Compiling serde_derive v1.0.228
14722026-05-04T17:00:13.298Z Compiling zeroize_derive v1.4.3
14732026-05-04T17:00:13.347Z Compiling zerofrom-derive v0.1.6
14742026-05-04T17:00:13.377Z Compiling yoke-derive v0.8.1
14752026-05-04T17:00:13.392Z Compiling zerocopy-derive v0.8.40
14762026-05-04T17:00:13.518Z Compiling zerovec-derive v0.11.2
14772026-05-04T17:00:13.757Z Compiling displaydoc v0.2.5
14782026-05-04T17:00:13.770Z Compiling tokio-macros v2.7.0
14792026-05-04T17:00:13.960Z Compiling zeroize v1.8.2
14802026-05-04T17:00:14.012Z Compiling futures-macro v0.3.32
14812026-05-04T17:00:14.357Z Compiling der_derive v0.7.3
14822026-05-04T17:00:14.528Z Compiling thiserror-impl v2.0.18
14832026-05-04T17:00:14.581Z Compiling rustls-pki-types v1.14.0
14842026-05-04T17:00:14.610Z Compiling tracing-attributes v0.1.31
14852026-05-04T17:00:14.678Z Compiling schemars_derive v0.8.22
14862026-05-04T17:00:14.779Z Compiling crypto-common v0.1.7
14872026-05-04T17:00:14.805Z Compiling block-buffer v0.10.4
14882026-05-04T17:00:14.848Z Compiling zerofrom v0.1.6
14892026-05-04T17:00:14.876Z Compiling futures-util v0.3.32
14902026-05-04T17:00:14.939Z Compiling block-padding v0.3.3
14912026-05-04T17:00:14.960Z Compiling yoke v0.8.1
14922026-05-04T17:00:15.003Z Compiling digest v0.10.7
14932026-05-04T17:00:15.057Z Compiling pest_derive v2.8.6
14942026-05-04T17:00:15.117Z Compiling inout v0.1.4
14952026-05-04T17:00:15.160Z Compiling zerovec v0.11.5
14962026-05-04T17:00:15.273Z Compiling zerotrie v0.2.3
14972026-05-04T17:00:15.312Z Compiling hmac v0.12.1
14982026-05-04T17:00:15.367Z Compiling cipher v0.4.4
14992026-05-04T17:00:15.483Z Compiling sha2 v0.10.9
15002026-05-04T17:00:15.512Z Compiling der v0.7.10
15012026-05-04T17:00:15.598Z Compiling pbkdf2 v0.12.2
15022026-05-04T17:00:15.652Z Compiling tinystr v0.8.2
15032026-05-04T17:00:15.678Z Compiling potential_utf v0.1.4
15042026-05-04T17:00:15.726Z Compiling salsa20 v0.10.2
15052026-05-04T17:00:15.870Z Compiling icu_locale_core v2.1.1
15062026-05-04T17:00:15.873Z Compiling icu_collections v2.1.1
15072026-05-04T17:00:15.909Z Compiling scrypt v0.11.0
15082026-05-04T17:00:15.914Z Compiling cbc v0.1.2
15092026-05-04T17:00:15.933Z Compiling aes v0.8.4
15102026-05-04T17:00:15.950Z Compiling thiserror v2.0.18
15112026-05-04T17:00:15.980Z Compiling tracing v0.1.44
15122026-05-04T17:00:16.076Z Compiling scroll_derive v0.13.1
15132026-05-04T17:00:16.091Z Compiling darling_macro v0.20.11
15142026-05-04T17:00:16.174Z Compiling openssl-macros v0.1.1
15152026-05-04T17:00:16.292Z Compiling dtrace-parser v0.3.0
15162026-05-04T17:00:16.381Z Compiling spki v0.7.3
15172026-05-04T17:00:16.514Z Compiling icu_provider v2.1.1
15182026-05-04T17:00:16.590Z Compiling pkcs5 v0.7.1
15192026-05-04T17:00:16.603Z Compiling darling v0.20.11
15202026-05-04T17:00:16.699Z Compiling derive_builder_core v0.20.2
15212026-05-04T17:00:16.751Z Compiling bytes v1.11.1
15222026-05-04T17:00:16.788Z Compiling icu_properties v2.1.2
15232026-05-04T17:00:16.834Z Compiling icu_normalizer v2.1.1
15242026-05-04T17:00:16.849Z Compiling chrono v0.4.44
15252026-05-04T17:00:16.892Z Compiling pkcs8 v0.10.2
15262026-05-04T17:00:16.920Z Compiling scroll v0.13.0
15272026-05-04T17:00:17.021Z Compiling ipnet v2.11.0
15282026-05-04T17:00:17.060Z Compiling signature v2.2.0
15292026-05-04T17:00:17.084Z Compiling rustls-native-certs v0.8.3
15302026-05-04T17:00:17.164Z Compiling goblin v0.10.5
15312026-05-04T17:00:17.204Z Compiling scroll_derive v0.12.1
15322026-05-04T17:00:17.220Z Compiling tokio v1.52.1
15332026-05-04T17:00:17.245Z Compiling http v1.4.0
15342026-05-04T17:00:17.390Z Compiling thiserror-impl v1.0.69
15352026-05-04T17:00:17.401Z Compiling serde_spanned v0.6.9
15362026-05-04T17:00:17.405Z Compiling toml_datetime v0.6.11
15372026-05-04T17:00:17.529Z Compiling serde_tokenstream v0.2.3
15382026-05-04T17:00:17.564Z Compiling erased-serde v0.3.31
15392026-05-04T17:00:17.588Z Compiling derive_builder_macro v0.20.2
15402026-05-04T17:00:17.693Z Compiling idna_adapter v1.2.1
15412026-05-04T17:00:17.799Z Compiling ppv-lite86 v0.2.21
15422026-05-04T17:00:17.854Z Compiling idna v1.1.0
15432026-05-04T17:00:17.870Z Compiling http-body v1.0.1
15442026-05-04T17:00:17.899Z Compiling scroll v0.12.0
15452026-05-04T17:00:17.899Z Compiling md-5 v0.10.6
15462026-05-04T17:00:17.999Z Compiling http-body-util v0.1.3
15472026-05-04T17:00:18.046Z Compiling webpki-roots v1.0.6
15482026-05-04T17:00:18.064Z Compiling darling_macro v0.21.3
15492026-05-04T17:00:18.087Z Compiling zerocopy-derive v0.7.35
15502026-05-04T17:00:18.101Z Compiling rand_chacha v0.9.0
15512026-05-04T17:00:18.144Z Compiling rand_chacha v0.3.1
15522026-05-04T17:00:18.161Z Compiling url v2.5.8
15532026-05-04T17:00:18.181Z Compiling zlib-rs v0.6.2
15542026-05-04T17:00:18.195Z Compiling rustix v0.38.44
15552026-05-04T17:00:18.233Z Compiling fallible-iterator v0.2.0
15562026-05-04T17:00:18.257Z Compiling base16ct v0.2.0
15572026-05-04T17:00:18.453Z Compiling rand v0.9.2
15582026-05-04T17:00:18.560Z Compiling cfg_aliases v0.2.1
15592026-05-04T17:00:18.564Z Compiling ryu v1.0.23
15602026-05-04T17:00:18.575Z Compiling num-bigint-dig v0.8.6
15612026-05-04T17:00:18.596Z Compiling psl-types v2.0.11
15622026-05-04T17:00:18.641Z Compiling smoltcp v0.9.1
15632026-05-04T17:00:18.672Z Compiling thiserror v1.0.69
15642026-05-04T17:00:18.747Z Compiling publicsuffix v2.3.0
15652026-05-04T17:00:18.774Z Compiling serde_urlencoded v0.7.1
15662026-05-04T17:00:18.792Z Compiling nix v0.31.2
15672026-05-04T17:00:19.015Z Compiling darling v0.21.3
15682026-05-04T17:00:19.031Z Compiling proptest v1.10.0
15692026-05-04T17:00:19.047Z Compiling zerocopy v0.7.35
15702026-05-04T17:00:19.076Z Compiling postgres-protocol v0.6.10
15712026-05-04T17:00:19.092Z Compiling sec1 v0.7.3
15722026-05-04T17:00:19.108Z Compiling rand v0.8.5
15732026-05-04T17:00:19.112Z Compiling goblin v0.8.2
15742026-05-04T17:00:19.139Z Compiling derive_builder v0.20.2
15752026-05-04T17:00:19.252Z Compiling cargo-platform v0.1.9
15762026-05-04T17:00:19.289Z Compiling hubpack_derive v0.1.1
15772026-05-04T17:00:19.307Z Compiling hkdf v0.12.4
15782026-05-04T17:00:19.387Z Compiling crypto-bigint v0.5.5
15792026-05-04T17:00:19.495Z Compiling ipnetwork v0.21.1
15802026-05-04T17:00:19.525Z Compiling regex v1.12.3
15812026-05-04T17:00:19.624Z Compiling document-features v0.2.12
15822026-05-04T17:00:19.760Z Compiling oxnet v0.1.4
15832026-05-04T17:00:19.893Z Compiling dof v0.4.0
15842026-05-04T17:00:19.907Z Compiling ref-cast-impl v1.0.25
15852026-05-04T17:00:19.965Z Compiling async-trait v0.1.89
15862026-05-04T17:00:19.981Z Compiling daft-derive v0.1.5
15872026-05-04T17:00:20.035Z Compiling curve25519-dalek-derive v0.1.1
15882026-05-04T17:00:20.180Z Compiling strum_macros v0.27.2
15892026-05-04T17:00:20.253Z Compiling group v0.13.0
15902026-05-04T17:00:20.274Z Compiling num-iter v0.1.45
15912026-05-04T17:00:20.467Z Compiling terminal_size v0.4.3
15922026-05-04T17:00:20.649Z Compiling phf_shared v0.13.1
15932026-05-04T17:00:20.706Z Compiling lazy_static v1.5.0
15942026-05-04T17:00:20.729Z Compiling vergen v9.0.6
15952026-05-04T17:00:20.769Z Compiling fs-err v3.3.0
15962026-05-04T17:00:20.817Z Compiling ahash v0.8.12
15972026-05-04T17:00:20.943Z Compiling bumpalo v3.20.2
15982026-05-04T17:00:20.962Z Compiling managed v0.8.0
15992026-05-04T17:00:20.981Z Compiling winnow v0.5.40
16002026-05-04T17:00:21.007Z Compiling tokio-util v0.7.18
16012026-05-04T17:00:21.045Z Compiling tower v0.5.3
16022026-05-04T17:00:21.068Z Compiling flate2 v1.1.9
16032026-05-04T17:00:21.128Z Compiling tokio-native-tls v0.3.1
16042026-05-04T17:00:21.195Z Compiling unicode-segmentation v1.12.0
16052026-05-04T17:00:21.219Z Compiling object v0.37.3
16062026-05-04T17:00:21.263Z Compiling foldhash v0.2.0
16072026-05-04T17:00:21.317Z Compiling libbz2-rs-sys v0.2.2
16082026-05-04T17:00:21.429Z Compiling newtype-uuid v1.3.2
16092026-05-04T17:00:21.461Z Compiling tower-http v0.6.8
16102026-05-04T17:00:21.495Z Compiling foldhash v0.1.5
16112026-05-04T17:00:21.510Z Compiling bitflags v1.3.2
16122026-05-04T17:00:21.559Z Compiling usdt-macro v0.6.0
16132026-05-04T17:00:21.595Z Compiling usdt-attr-macro v0.6.0
16142026-05-04T17:00:21.611Z Compiling hashbrown v0.16.1
16152026-05-04T17:00:21.611Z Compiling dof v0.3.0
16162026-05-04T17:00:21.680Z Compiling daft v0.1.5
16172026-05-04T17:00:21.793Z Compiling h2 v0.4.13
16182026-05-04T17:00:21.883Z Compiling bzip2 v0.6.1
16192026-05-04T17:00:21.988Z Compiling hashbrown v0.15.5
16202026-05-04T17:00:22.020Z Compiling clap_builder v4.5.60
16212026-05-04T17:00:22.077Z Compiling zopfli v0.8.3
16222026-05-04T17:00:22.241Z Compiling strum v0.27.2
16232026-05-04T17:00:22.261Z Compiling toml_edit v0.19.15
16242026-05-04T17:00:22.287Z Compiling phf v0.13.1
16252026-05-04T17:00:22.394Z Compiling signal-hook-mio v0.2.5
16262026-05-04T17:00:22.442Z Compiling cargo_metadata v0.19.2
16272026-05-04T17:00:22.473Z Compiling elliptic-curve v0.13.8
16282026-05-04T17:00:22.535Z Compiling cookie_store v0.22.1
16292026-05-04T17:00:22.551Z Compiling bzip2 v0.4.4
16302026-05-04T17:00:22.578Z Compiling hubpack v0.1.2
16312026-05-04T17:00:22.733Z Compiling postgres-types v0.2.12
16322026-05-04T17:00:22.781Z Compiling serde_with_macros v3.17.0
16332026-05-04T17:00:22.814Z Compiling zstd v0.13.3
16342026-05-04T17:00:22.817Z Compiling dtrace-parser v0.2.0
16352026-05-04T17:00:22.888Z Compiling ed25519 v2.2.3
16362026-05-04T17:00:23.006Z Compiling pkcs1 v0.7.5
16372026-05-04T17:00:23.096Z Compiling hex v0.4.3
16382026-05-04T17:00:23.186Z Compiling serde-big-array v0.5.1
16392026-05-04T17:00:23.295Z Compiling rfc6979 v0.4.0
16402026-05-04T17:00:23.339Z Compiling bstr v1.12.1
16412026-05-04T17:00:23.384Z Compiling serde_repr v0.1.20
16422026-05-04T17:00:23.422Z Compiling clap_derive v4.5.55
16432026-05-04T17:00:23.440Z Compiling enum-as-inner v0.6.1
16442026-05-04T17:00:23.588Z Compiling strum_macros v0.26.4
16452026-05-04T17:00:23.780Z Compiling phf_shared v0.11.3
16462026-05-04T17:00:23.806Z Compiling float-cmp v0.10.0
16472026-05-04T17:00:23.915Z Compiling memmap2 v0.9.10
16482026-05-04T17:00:23.947Z Compiling thread-id v4.2.2
16492026-05-04T17:00:23.977Z Compiling env_filter v1.0.0
16502026-05-04T17:00:24.017Z Compiling encoding_rs v0.8.35
16512026-05-04T17:00:24.032Z Compiling new_debug_unreachable v1.0.6
16522026-05-04T17:00:24.048Z Compiling difflib v0.4.0
16532026-05-04T17:00:24.065Z Compiling mime v0.3.17
16542026-05-04T17:00:24.083Z Compiling either v1.15.0
16552026-05-04T17:00:24.118Z Compiling data-encoding v2.10.0
16562026-05-04T17:00:24.193Z Compiling precomputed-hash v0.1.1
16572026-05-04T17:00:24.298Z Compiling jiff v0.2.21
16582026-05-04T17:00:24.313Z Compiling fixedbitset v0.4.2
16592026-05-04T17:00:24.329Z Compiling rustc-hash v2.1.1
16602026-05-04T17:00:24.350Z Compiling static_assertions v1.1.0
16612026-05-04T17:00:24.438Z Compiling whoami v2.1.0
16622026-05-04T17:00:24.470Z Compiling predicates-core v1.0.10
16632026-05-04T17:00:24.557Z Compiling fixedbitset v0.5.7
16642026-05-04T17:00:24.635Z Compiling keccak v0.1.6
16652026-05-04T17:00:24.672Z Compiling normalize-line-endings v0.3.0
16662026-05-04T17:00:24.785Z Compiling petgraph v0.8.3
16672026-05-04T17:00:24.839Z Compiling hyper v1.8.1
16682026-05-04T17:00:24.846Z Compiling sha3 v0.10.8
16692026-05-04T17:00:24.889Z Compiling predicates v3.1.4
16702026-05-04T17:00:24.933Z Compiling tokio-postgres v0.7.16
16712026-05-04T17:00:25.048Z Compiling toml_edit v0.22.27
16722026-05-04T17:00:25.282Z Compiling clap v4.5.60
16732026-05-04T17:00:25.333Z Compiling petgraph v0.6.5
16742026-05-04T17:00:25.378Z Compiling iddqd v0.3.18
16752026-05-04T17:00:25.425Z Compiling hickory-proto v0.25.2
16762026-05-04T17:00:25.441Z Compiling strum v0.26.3
16772026-05-04T17:00:25.487Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16782026-05-04T17:00:25.567Z Compiling itertools v0.13.0
16792026-05-04T17:00:25.599Z Compiling string_cache v0.8.9
16802026-05-04T17:00:25.616Z Compiling env_logger v0.11.9
16812026-05-04T17:00:25.849Z Compiling usdt v0.6.0
16822026-05-04T17:00:25.865Z Compiling usdt-impl v0.5.0
16832026-05-04T17:00:25.996Z Compiling hyper-util v0.1.20
16842026-05-04T17:00:26.125Z Compiling serde_with v3.17.0
16852026-05-04T17:00:26.466Z Compiling similar v2.7.0
16862026-05-04T17:00:26.486Z Compiling crossterm v0.28.1
16872026-05-04T17:00:26.538Z Compiling toml v0.7.8
16882026-05-04T17:00:26.741Z Compiling ecdsa v0.16.9
16892026-05-04T17:00:26.814Z Compiling rsa v0.9.10
16902026-05-04T17:00:27.150Z Compiling zip v4.6.1
16912026-05-04T17:00:27.164Z Compiling ed25519-dalek v2.2.0
16922026-05-04T17:00:27.263Z Compiling zip v0.6.6
16932026-05-04T17:00:27.358Z Compiling hyper-tls v0.6.0
16942026-05-04T17:00:27.823Z Compiling tokio-stream v0.1.18
16952026-05-04T17:00:27.853Z Compiling heck v0.4.1
16962026-05-04T17:00:27.856Z Compiling toml_parser v1.0.9+spec-1.1.0
16972026-05-04T17:00:27.885Z Compiling buf-list v1.1.2
16982026-05-04T17:00:27.993Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16992026-05-04T17:00:28.009Z Compiling openapiv3 v2.2.0
17002026-05-04T17:00:28.036Z Compiling x509-cert v0.2.5
17012026-05-04T17:00:28.099Z Compiling sha1 v0.10.6
17022026-05-04T17:00:28.154Z Compiling crossbeam-epoch v0.9.18
17032026-05-04T17:00:28.187Z Compiling toml_datetime v0.7.5+spec-1.1.0
17042026-05-04T17:00:28.305Z Compiling lalrpop-util v0.19.12
17052026-05-04T17:00:28.322Z Compiling peg-runtime v0.8.5
17062026-05-04T17:00:28.337Z Compiling thread_local v1.1.9
17072026-05-04T17:00:28.352Z Compiling slog-async v2.8.0
17082026-05-04T17:00:28.500Z Compiling futures-executor v0.3.32
17092026-05-04T17:00:28.506Z Compiling crossbeam-channel v0.5.15
17102026-05-04T17:00:28.520Z Compiling is-terminal v0.4.17
17112026-05-04T17:00:28.523Z Compiling filetime v0.2.27
17122026-05-04T17:00:28.570Z Compiling xattr v1.6.1
17132026-05-04T17:00:28.618Z Compiling term v1.2.1
17142026-05-04T17:00:28.631Z Compiling take_mut v0.2.2
17152026-05-04T17:00:28.648Z Compiling futures v0.3.32
17162026-05-04T17:00:28.700Z Compiling tar v0.4.45
17172026-05-04T17:00:28.921Z Compiling slog-term v2.9.2
17182026-05-04T17:00:43.991Z Compiling rustls-webpki v0.103.9
17192026-05-04T17:00:46.785Z Compiling tokio-rustls v0.26.4
17202026-05-04T17:00:46.785Z Compiling rustls-platform-verifier v0.6.2
17212026-05-04T17:00:46.984Z Compiling hyper-rustls v0.27.7
17222026-05-04T17:00:47.179Z Compiling reqwest v0.12.28
17232026-05-04T17:00:47.179Z Compiling reqwest v0.13.2
17242026-05-04T17:00:49.126Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17252026-05-04T17:00:49.382Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17262026-05-04T17:00:52.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.17s
17272026-05-04T17:00:52.305Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17282026-05-04T17:00:52.362ZMay 04 17:00:51.848 INFO Starting download, target: Clickhouse
17292026-05-04T17:00:52.362ZMay 04 17:00:51.849 INFO Starting download, target: Cockroach
17302026-05-04T17:00:52.362ZMay 04 17:00:51.849 INFO Starting download, target: Console
17312026-05-04T17:00:52.362ZMay 04 17:00:51.849 INFO Starting download, target: DendriteStub
17322026-05-04T17:00:52.365ZMay 04 17:00:51.849 INFO Starting download, target: MaghemiteMgd
17332026-05-04T17:00:52.365ZMay 04 17:00:51.849 INFO Starting download, target: TransceiverControl
17342026-05-04T17:00:52.365ZMay 04 17:00:51.849 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17352026-05-04T17:00:52.365ZMay 04 17:00:51.849 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-05-04T17:00:52.365ZMay 04 17:00:51.849 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17372026-05-04T17:00:52.365ZMay 04 17:00:51.849 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-05-04T17:00:52.365ZMay 04 17:00:51.849 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-05-04T17:00:52.365ZMay 04 17:00:51.850 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-05-04T17:00:53.045ZMay 04 17:00:52.518 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-05-04T17:00:53.319ZMay 04 17:00:52.792 INFO Download complete, target: TransceiverControl
17422026-05-04T17:00:53.395ZMay 04 17:00:52.848 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-05-04T17:00:53.605ZMay 04 17:00:53.080 INFO Download complete, target: Console
17442026-05-04T17:00:54.497ZMay 04 17:00:53.958 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17452026-05-04T17:00:54.730ZMay 04 17:00:54.202 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-05-04T17:00:55.013ZMay 04 17:00:54.484 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-05-04T17:00:55.496ZMay 04 17:00:54.982 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-05-04T17:00:55.496ZMay 04 17:00:54.982 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-05-04T17:00:57.061ZMay 04 17:00:56.547 INFO Download complete, target: DendriteStub
17502026-05-04T17:00:57.370ZMay 04 17:00:56.857 INFO Download complete, target: MaghemiteMgd
17512026-05-04T17:01:00.130ZMay 04 17:00:59.615 INFO Checking that binary works, target: Cockroach
17522026-05-04T17:01:00.231ZMay 04 17:00:59.717 INFO Download complete, target: Cockroach
17532026-05-04T17:01:01.255ZMay 04 17:01:00.741 INFO Checking that binary works, target: Clickhouse
17542026-05-04T17:01:01.339ZMay 04 17:01:00.825 INFO Download complete, target: Clickhouse
17552026-05-04T17:01:01.345ZAll prerequisites installed successfully
17562026-05-04T17:01:01.348Z
17572026-05-04T17:01:01.348Zreal 2:40.295655815
17582026-05-04T17:01:01.348Zuser 7:13.920152021
17592026-05-04T17:01:01.348Zsys 1:41.566321486
17602026-05-04T17:01:01.348Ztrap 0.257490106
17612026-05-04T17:01:01.348Ztflt 1.257418985
17622026-05-04T17:01:01.349Zdflt 1.805817188
17632026-05-04T17:01:01.349Zkflt 0.026916166
17642026-05-04T17:01:01.349Zlock 21:59.700172472
17652026-05-04T17:01:01.349Zslp 18:56.285654647
17662026-05-04T17:01:01.349Zlat 23.729507489
17672026-05-04T17:01:01.349Zstop 2:54.516937878
17682026-05-04T17:01:01.349Z+ ptime -m cargo xtask download softnpu
17692026-05-04T17:01:01.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17702026-05-04T17:01:01.894Z Running `target/debug/xtask download softnpu`
17712026-05-04T17:01:02.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
17722026-05-04T17:01:02.709Z Running `target/debug/xtask-downloader softnpu`
17732026-05-04T17:01:02.751ZMay 04 17:01:02.237 INFO Starting download, target: Softnpu
17742026-05-04T17:01:02.755ZMay 04 17:01:02.238 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17752026-05-04T17:01:03.477ZMay 04 17:01:02.963 INFO Download complete, target: Softnpu
17762026-05-04T17:01:03.481Z
17772026-05-04T17:01:03.484Zreal 2.128817068
17782026-05-04T17:01:03.484Zuser 1.305971830
17792026-05-04T17:01:03.484Zsys 0.684740956
17802026-05-04T17:01:03.484Ztrap 0.000708948
17812026-05-04T17:01:03.484Ztflt 0.000177150
17822026-05-04T17:01:03.484Zdflt 0.000138953
17832026-05-04T17:01:03.484Zkflt 0.000000000
17842026-05-04T17:01:03.486Zlock 13.465462909
17852026-05-04T17:01:03.486Zslp 0.598943752
17862026-05-04T17:01:03.486Zlat 0.133914311
17872026-05-04T17:01:03.486Zstop 0.000168132
17882026-05-04T17:01:03.486Z+ export CARGO_INCREMENTAL=0
17892026-05-04T17:01:03.486Z+ CARGO_INCREMENTAL=0
17902026-05-04T17:01:03.486Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17912026-05-04T17:01:04.369Z Compiling proc-macro2 v1.0.106
17922026-05-04T17:01:04.369Z Compiling quote v1.0.45
17932026-05-04T17:01:04.369Z Compiling unicode-ident v1.0.24
17942026-05-04T17:01:04.369Z Compiling libc v0.2.185
17952026-05-04T17:01:04.372Z Compiling serde_core v1.0.228
17962026-05-04T17:01:04.372Z Compiling serde v1.0.228
17972026-05-04T17:01:04.372Z Compiling cfg-if v1.0.4
17982026-05-04T17:01:04.372Z Compiling version_check v0.9.5
17992026-05-04T17:01:04.513Z Compiling find-msvc-tools v0.1.9
18002026-05-04T17:01:04.519Z Compiling shlex v1.3.0
18012026-05-04T17:01:04.519Z Compiling typenum v1.19.0
18022026-05-04T17:01:04.519Z Compiling autocfg v1.5.0
18032026-05-04T17:01:04.519Z Compiling zmij v1.0.21
18042026-05-04T17:01:04.519Z Compiling serde_json v1.0.149
18052026-05-04T17:01:04.519Z Compiling memchr v2.8.0
18062026-05-04T17:01:04.731Z Compiling portable-atomic v1.13.1
18072026-05-04T17:01:04.805Z Compiling zerocopy v0.8.40
18082026-05-04T17:01:04.867Z Compiling libm v0.2.16
18092026-05-04T17:01:04.921Z Compiling smallvec v1.15.1
18102026-05-04T17:01:04.947Z Compiling parking_lot_core v0.9.12
18112026-05-04T17:01:05.024Z Compiling icu_properties_data v2.1.2
18122026-05-04T17:01:05.028Z Compiling generic-array v0.14.7
18132026-05-04T17:01:05.049Z Compiling num-traits v0.2.19
18142026-05-04T17:01:05.180Z Compiling icu_normalizer_data v2.1.1
18152026-05-04T17:01:05.193Z Compiling itoa v1.0.17
18162026-05-04T17:01:05.226Z Compiling getrandom v0.4.1
18172026-05-04T17:01:05.231Z Compiling log v0.4.29
18182026-05-04T17:01:05.258Z Compiling stable_deref_trait v1.2.1
18192026-05-04T17:01:05.272Z Compiling pkg-config v0.3.32
18202026-05-04T17:01:05.300Z Compiling subtle v2.6.1
18212026-05-04T17:01:05.421Z Compiling jobserver v0.1.34
18222026-05-04T17:01:05.444Z Compiling getrandom v0.2.17
18232026-05-04T17:01:05.491Z Compiling errno v0.3.14
18242026-05-04T17:01:05.539Z Compiling scopeguard v1.2.0
18252026-05-04T17:01:05.586Z Compiling rand_core v0.6.4
18262026-05-04T17:01:05.635Z Compiling cc v1.2.56
18272026-05-04T17:01:05.692Z Compiling lock_api v0.4.14
18282026-05-04T17:01:05.755Z Compiling litemap v0.8.1
18292026-05-04T17:01:05.790Z Compiling writeable v0.6.2
18302026-05-04T17:01:05.810Z Compiling percent-encoding v2.3.2
18312026-05-04T17:01:05.824Z Compiling syn v2.0.117
18322026-05-04T17:01:05.886Z Compiling pin-project-lite v0.2.17
18332026-05-04T17:01:05.922Z Compiling thiserror v2.0.18
18342026-05-04T17:01:05.938Z Compiling fnv v1.0.7
18352026-05-04T17:01:05.995Z Compiling getrandom v0.3.4
18362026-05-04T17:01:06.100Z Compiling critical-section v1.2.0
18372026-05-04T17:01:06.137Z Compiling equivalent v1.0.2
18382026-05-04T17:01:06.164Z Compiling rustversion v1.0.22
18392026-05-04T17:01:06.177Z Compiling schemars v0.8.22
18402026-05-04T17:01:06.227Z Compiling utf8_iter v1.0.4
18412026-05-04T17:01:06.234Z Compiling fs_extra v1.3.0
18422026-05-04T17:01:06.264Z Compiling rand_core v0.10.0
18432026-05-04T17:01:06.278Z Compiling dunce v1.0.5
18442026-05-04T17:01:06.392Z Compiling cmake v0.1.57
18452026-05-04T17:01:06.408Z Compiling form_urlencoded v1.2.2
18462026-05-04T17:01:06.490Z Compiling signal-hook-registry v1.4.8
18472026-05-04T17:01:06.536Z Compiling once_cell v1.21.3
18482026-05-04T17:01:06.699Z Compiling const-oid v0.9.6
18492026-05-04T17:01:06.715Z Compiling hashbrown v0.17.0
18502026-05-04T17:01:06.750Z Compiling mio v1.2.0
18512026-05-04T17:01:06.789Z Compiling socket2 v0.6.3
18522026-05-04T17:01:06.807Z Compiling parking_lot v0.12.5
18532026-05-04T17:01:06.926Z Compiling ring v0.17.14
18542026-05-04T17:01:06.998Z Compiling bitflags v2.11.0
18552026-05-04T17:01:07.015Z Compiling semver v1.0.28
18562026-05-04T17:01:07.150Z Compiling aws-lc-sys v0.37.1
18572026-05-04T17:01:07.223Z Compiling indexmap v2.14.0
18582026-05-04T17:01:07.278Z Compiling rustix v1.1.3
18592026-05-04T17:01:07.323Z Compiling aws-lc-rs v1.16.0
18602026-05-04T17:01:07.345Z Compiling thiserror v1.0.69
18612026-05-04T17:01:07.428Z Compiling futures-core v0.3.32
18622026-05-04T17:01:07.444Z Compiling strsim v0.11.1
18632026-05-04T17:01:07.486Z Compiling ucd-trie v0.1.7
18642026-05-04T17:01:07.503Z Compiling httparse v1.10.1
18652026-05-04T17:01:07.582Z Compiling byteorder v1.5.0
18662026-05-04T17:01:07.635Z Compiling iana-time-zone v0.1.65
18672026-05-04T17:01:07.667Z Compiling pest v2.8.6
18682026-05-04T17:01:07.738Z Compiling heck v0.5.0
18692026-05-04T17:01:07.741Z Compiling ident_case v1.0.1
18702026-05-04T17:01:07.770Z Compiling vcpkg v0.2.15
18712026-05-04T17:01:07.784Z Compiling syn v1.0.109
18722026-05-04T17:01:07.853Z Compiling uuid v1.23.0
18732026-05-04T17:01:07.889Z Compiling cpufeatures v0.2.17
18742026-05-04T17:01:07.955Z Compiling regex-syntax v0.8.10
18752026-05-04T17:01:08.030Z Compiling rustc_version v0.4.1
18762026-05-04T17:01:08.216Z Compiling futures-sink v0.3.32
18772026-05-04T17:01:08.245Z Compiling rustls v0.23.37
18782026-05-04T17:01:08.317Z Compiling futures-channel v0.3.32
18792026-05-04T17:01:08.363Z Compiling openssl-sys v0.9.114
18802026-05-04T17:01:08.398Z Compiling futures-io v0.3.32
18812026-05-04T17:01:08.434Z Compiling slab v0.4.12
18822026-05-04T17:01:08.451Z Compiling futures-task v0.3.32
18832026-05-04T17:01:08.617Z Compiling synstructure v0.13.2
18842026-05-04T17:01:08.620Z Compiling serde_derive_internals v0.29.1
18852026-05-04T17:01:08.648Z Compiling plain v0.2.3
18862026-05-04T17:01:08.663Z Compiling dyn-clone v1.0.20
18872026-05-04T17:01:08.696Z Compiling crc32fast v1.5.0
18882026-05-04T17:01:08.730Z Compiling aho-corasick v1.1.4
18892026-05-04T17:01:08.752Z Compiling pest_meta v2.8.6
18902026-05-04T17:01:08.886Z Compiling crossbeam-utils v0.8.21
18912026-05-04T17:01:08.905Z Compiling num-conv v0.2.0
18922026-05-04T17:01:08.950Z Compiling time-core v0.1.8
18932026-05-04T17:01:09.046Z Compiling base64 v0.22.1
18942026-05-04T17:01:09.062Z Compiling pretty-hex v0.4.1
18952026-05-04T17:01:09.119Z Compiling time-macros v0.2.27
18962026-05-04T17:01:09.331Z Compiling openssl v0.10.78
18972026-05-04T17:01:09.359Z Compiling pest_generator v2.8.6
18982026-05-04T17:01:09.510Z Compiling anyhow v1.0.102
18992026-05-04T17:01:09.559Z Compiling base64ct v1.8.3
19002026-05-04T17:01:09.586Z Compiling regex-automata v0.4.14
19012026-05-04T17:01:09.609Z Compiling darling_core v0.21.3
19022026-05-04T17:01:09.612Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19032026-05-04T17:01:09.747Z Compiling native-tls v0.2.18
19042026-05-04T17:01:09.762Z Compiling flagset v0.4.7
19052026-05-04T17:01:09.833Z Compiling pem-rfc7468 v0.7.0
19062026-05-04T17:01:09.869Z Compiling rand_core v0.9.5
19072026-05-04T17:01:09.903Z Compiling serde_derive v1.0.228
19082026-05-04T17:01:09.918Z Compiling zeroize_derive v1.4.3
19092026-05-04T17:01:09.989Z Compiling zerofrom-derive v0.1.6
19102026-05-04T17:01:10.013Z Compiling yoke-derive v0.8.1
19112026-05-04T17:01:10.028Z Compiling zerovec-derive v0.11.2
19122026-05-04T17:01:10.050Z Compiling displaydoc v0.2.5
19132026-05-04T17:01:10.105Z Compiling zerocopy-derive v0.8.40
19142026-05-04T17:01:10.122Z Compiling tokio-macros v2.7.0
19152026-05-04T17:01:10.138Z Compiling futures-macro v0.3.32
19162026-05-04T17:01:10.141Z Compiling thiserror-impl v2.0.18
19172026-05-04T17:01:10.171Z Compiling schemars_derive v0.8.22
19182026-05-04T17:01:10.524Z Compiling zeroize v1.8.2
19192026-05-04T17:01:10.805Z Compiling der_derive v0.7.3
19202026-05-04T17:01:10.950Z Compiling tracing-attributes v0.1.31
19212026-05-04T17:01:10.966Z Compiling thiserror-impl v1.0.69
19222026-05-04T17:01:11.065Z Compiling pest_derive v2.8.6
19232026-05-04T17:01:11.105Z Compiling zerofrom v0.1.6
19242026-05-04T17:01:11.253Z Compiling yoke v0.8.1
19252026-05-04T17:01:11.302Z Compiling crypto-common v0.1.7
19262026-05-04T17:01:11.335Z Compiling block-buffer v0.10.4
19272026-05-04T17:01:11.443Z Compiling zerovec v0.11.5
19282026-05-04T17:01:11.467Z Compiling zerotrie v0.2.3
19292026-05-04T17:01:11.560Z Compiling digest v0.10.7
19302026-05-04T17:01:11.643Z Compiling futures-util v0.3.32
19312026-05-04T17:01:11.754Z Compiling block-padding v0.3.3
19322026-05-04T17:01:11.915Z Compiling hmac v0.12.1
19332026-05-04T17:01:11.915Z Compiling inout v0.1.4
19342026-05-04T17:01:11.948Z Compiling sha2 v0.10.9
19352026-05-04T17:01:11.966Z Compiling tinystr v0.8.2
19362026-05-04T17:01:12.033Z Compiling potential_utf v0.1.4
19372026-05-04T17:01:12.068Z Compiling cipher v0.4.4
19382026-05-04T17:01:12.101Z Compiling rustls-pki-types v1.14.0
19392026-05-04T17:01:12.115Z Compiling scroll_derive v0.13.1
19402026-05-04T17:01:12.187Z Compiling icu_locale_core v2.1.1
19412026-05-04T17:01:12.225Z Compiling icu_collections v2.1.1
19422026-05-04T17:01:12.302Z Compiling scroll_derive v0.12.1
19432026-05-04T17:01:12.896Z Compiling icu_provider v2.1.1
19442026-05-04T17:01:12.926Z Compiling openssl-macros v0.1.1
19452026-05-04T17:01:12.944Z Compiling bytes v1.11.1
19462026-05-04T17:01:13.013Z Compiling chrono v0.4.44
19472026-05-04T17:01:13.055Z Compiling serde_tokenstream v0.2.3
19482026-05-04T17:01:13.246Z Compiling icu_normalizer v2.1.1
19492026-05-04T17:01:13.321Z Compiling icu_properties v2.1.2
19502026-05-04T17:01:13.373Z Compiling regex v1.12.3
19512026-05-04T17:01:13.376Z Compiling darling_macro v0.21.3
19522026-05-04T17:01:13.526Z Compiling tokio v1.52.1
19532026-05-04T17:01:13.876Z Compiling http v1.4.0
19542026-05-04T17:01:13.895Z Compiling der v0.7.10
19552026-05-04T17:01:14.042Z Compiling zerocopy-derive v0.7.35
19562026-05-04T17:01:14.273Z Compiling idna_adapter v1.2.1
19572026-05-04T17:01:14.324Z Compiling ppv-lite86 v0.2.21
19582026-05-04T17:01:14.438Z Compiling idna v1.1.0
19592026-05-04T17:01:14.667Z Compiling slog v2.8.2
19602026-05-04T17:01:14.684Z Compiling tracing-core v0.1.36
19612026-05-04T17:01:14.842Z Compiling url v2.5.8
19622026-05-04T17:01:14.846Z Compiling untrusted v0.9.0
19632026-05-04T17:01:14.889Z Compiling spki v0.7.3
19642026-05-04T17:01:15.030Z Compiling darling v0.21.3
19652026-05-04T17:01:15.072Z Compiling tracing v0.1.44
19662026-05-04T17:01:15.134Z Compiling salsa20 v0.10.2
19672026-05-04T17:01:15.153Z Compiling pbkdf2 v0.12.2
19682026-05-04T17:01:15.628Z Compiling cookie v0.18.1
19692026-05-04T17:01:15.684Z Compiling camino v1.2.2
19702026-05-04T17:01:15.836Z Compiling scrypt v0.11.0
19712026-05-04T17:01:15.865Z Compiling rand_chacha v0.9.0
19722026-05-04T17:01:15.950Z Compiling cbc v0.1.2
19732026-05-04T17:01:15.986Z Compiling aes v0.8.4
19742026-05-04T17:01:16.470Z Compiling usdt-impl v0.5.0
19752026-05-04T17:01:16.488Z Compiling either v1.15.0
19762026-05-04T17:01:16.505Z Compiling ref-cast v1.0.25
19772026-05-04T17:01:16.519Z Compiling paste v1.0.15
19782026-05-04T17:01:16.534Z Compiling winnow v0.7.14
19792026-05-04T17:01:16.701Z Compiling usdt-impl v0.6.0
19802026-05-04T17:01:16.842Z Compiling pkcs5 v0.7.1
19812026-05-04T17:01:16.934Z Compiling rand v0.9.2
19822026-05-04T17:01:16.949Z Compiling http-body v1.0.1
19832026-05-04T17:01:17.121Z Compiling scroll v0.12.0
19842026-05-04T17:01:17.270Z Compiling toml_datetime v0.6.11
19852026-05-04T17:01:17.286Z Compiling serde_spanned v0.6.9
19862026-05-04T17:01:17.304Z Compiling scroll v0.13.0
19872026-05-04T17:01:17.382Z Compiling heapless v0.7.17
19882026-05-04T17:01:17.444Z Compiling bzip2-sys v0.1.13+1.0.8
19892026-05-04T17:01:17.460Z Compiling openssl-probe v0.2.1
19902026-05-04T17:01:17.497Z Compiling tokio-util v0.7.18
19912026-05-04T17:01:17.533Z Compiling atomic-waker v1.1.2
19922026-05-04T17:01:17.685Z Compiling signal-hook v0.3.18
19932026-05-04T17:01:17.739Z Compiling zstd-safe v7.2.4
19942026-05-04T17:01:17.763Z Compiling untrusted v0.7.1
19952026-05-04T17:01:17.883Z Compiling toml_parser v1.0.9+spec-1.1.0
19962026-05-04T17:01:17.907Z Compiling goblin v0.10.5
19972026-05-04T17:01:17.944Z Compiling goblin v0.8.2
19982026-05-04T17:01:17.978Z Compiling pkcs8 v0.10.2
19992026-05-04T17:01:18.443Z Compiling zerocopy v0.7.35
20002026-05-04T17:01:18.460Z Compiling ref-cast-impl v1.0.25
20012026-05-04T17:01:18.463Z Compiling darling_core v0.20.11
20022026-05-04T17:01:18.571Z Compiling curve25519-dalek v4.1.3
20032026-05-04T17:01:18.831Z Compiling toml_datetime v0.7.5+spec-1.1.0
20042026-05-04T17:01:18.867Z Compiling memoffset v0.9.1
20052026-05-04T17:01:19.007Z Compiling litrs v1.0.0
20062026-05-04T17:01:19.012Z Compiling tower-service v0.3.3
20072026-05-04T17:01:19.040Z Compiling winnow v0.5.40
20082026-05-04T17:01:19.113Z Compiling tower-layer v0.3.3
20092026-05-04T17:01:19.129Z Compiling rustix v0.38.44
20102026-05-04T17:01:19.293Z Compiling fastrand v2.3.0
20112026-05-04T17:01:19.503Z Compiling tinyvec_macros v0.1.1
20122026-05-04T17:01:19.640Z Compiling try-lock v0.2.5
20132026-05-04T17:01:19.721Z Compiling tinyvec v1.10.0
20142026-05-04T17:01:19.746Z Compiling want v0.3.1
20152026-05-04T17:01:19.770Z Compiling document-features v0.2.12
20162026-05-04T17:01:19.918Z Compiling h2 v0.4.13
20172026-05-04T17:01:20.303Z Compiling dof v0.3.0
20182026-05-04T17:01:20.331Z Compiling toml_edit v0.19.15
20192026-05-04T17:01:20.434Z Compiling darling_macro v0.20.11
20202026-05-04T17:01:20.757Z Compiling dof v0.4.0
20212026-05-04T17:01:20.865Z Compiling dtrace-parser v0.2.0
20222026-05-04T17:01:20.948Z Compiling dtrace-parser v0.3.0
20232026-05-04T17:01:21.045Z Compiling ipnet v2.11.0
20242026-05-04T17:01:21.140Z Compiling async-trait v0.1.89
20252026-05-04T17:01:21.171Z Compiling daft-derive v0.1.5
20262026-05-04T17:01:21.493Z Compiling spin v0.9.8
20272026-05-04T17:01:21.511Z Compiling thread-id v5.1.0
20282026-05-04T17:01:21.537Z Compiling thread-id v4.2.2
20292026-05-04T17:01:21.615Z Compiling pin-utils v0.1.0
20302026-05-04T17:01:21.677Z Compiling num-bigint-dig v0.8.6
20312026-05-04T17:01:21.702Z Compiling httpdate v1.0.3
20322026-05-04T17:01:21.741Z Compiling cfg_aliases v0.2.1
20332026-05-04T17:01:21.835Z Compiling smoltcp v0.9.1
20342026-05-04T17:01:21.858Z Compiling powerfmt v0.2.0
20352026-05-04T17:01:21.874Z Compiling foreign-types-shared v0.1.1
20362026-05-04T17:01:21.946Z Compiling nix v0.31.2
20372026-05-04T17:01:21.962Z Compiling foreign-types v0.3.2
20382026-05-04T17:01:22.024Z Compiling deranged v0.5.8
20392026-05-04T17:01:22.096Z Compiling tempfile v3.25.0
20402026-05-04T17:01:22.177Z Compiling darling v0.20.11
20412026-05-04T17:01:22.312Z Compiling ipnetwork v0.21.1
20422026-05-04T17:01:22.580Z Compiling strum_macros v0.26.4
20432026-05-04T17:01:22.585Z Compiling curve25519-dalek-derive v0.1.1
20442026-05-04T17:01:22.805Z Compiling wait-timeout v0.2.1
20452026-05-04T17:01:22.843Z Compiling hyper v1.8.1
20462026-05-04T17:01:22.994Z Compiling simd-adler32 v0.3.8
20472026-05-04T17:01:23.045Z Compiling anstyle v1.0.13
20482026-05-04T17:01:23.123Z Compiling utf8parse v0.2.2
20492026-05-04T17:01:23.243Z Compiling quick-error v1.2.3
20502026-05-04T17:01:23.290Z Compiling siphasher v1.0.2
20512026-05-04T17:01:23.427Z Compiling bit-vec v0.8.0
20522026-05-04T17:01:23.431Z Compiling num_threads v0.1.7
20532026-05-04T17:01:23.504Z Compiling rusty-fork v0.3.1
20542026-05-04T17:01:23.557Z Compiling time v0.3.47
20552026-05-04T17:01:23.675Z Compiling bit-set v0.8.0
20562026-05-04T17:01:23.861Z Compiling anstyle-parse v0.2.7
20572026-05-04T17:01:23.954Z Compiling hyper-util v0.1.20
20582026-05-04T17:01:24.259Z Compiling derive_builder_core v0.20.2
20592026-05-04T17:01:24.325Z Compiling unicode-normalization v0.1.25
20602026-05-04T17:01:24.838Z Compiling rustls-native-certs v0.8.3
20612026-05-04T17:01:25.113Z Compiling signature v2.2.0
20622026-05-04T17:01:25.132Z Compiling hubpack_derive v0.1.1
20632026-05-04T17:01:25.294Z Compiling rand_xorshift v0.4.0
20642026-05-04T17:01:25.368Z Compiling strum_macros v0.27.2
20652026-05-04T17:01:25.460Z Compiling sync_wrapper v1.0.2
20662026-05-04T17:01:25.526Z Compiling fs-err v3.3.0
20672026-05-04T17:01:25.583Z Compiling ahash v0.8.12
20682026-05-04T17:01:25.607Z Compiling is_terminal_polyfill v1.70.2
20692026-05-04T17:01:25.619Z Compiling allocator-api2 v0.2.21
20702026-05-04T17:01:25.661Z Compiling colorchoice v1.0.4
20712026-05-04T17:01:25.711Z Compiling adler2 v2.0.1
20722026-05-04T17:01:25.813Z Compiling unarray v0.1.4
20732026-05-04T17:01:25.841Z Compiling unicode-bidi v0.3.18
20742026-05-04T17:01:25.857Z Compiling object v0.37.3
20752026-05-04T17:01:25.950Z Compiling unicode-properties v0.1.4
20762026-05-04T17:01:26.099Z Compiling unicode-segmentation v1.12.0
20772026-05-04T17:01:26.132Z Compiling anstyle-query v1.1.5
20782026-05-04T17:01:26.195Z Compiling stringprep v0.1.5
20792026-05-04T17:01:26.258Z Compiling anstream v0.6.21
20802026-05-04T17:01:26.326Z Compiling proptest v1.10.0
20812026-05-04T17:01:26.495Z Compiling miniz_oxide v0.8.9
20822026-05-04T17:01:26.513Z Compiling tower v0.5.3
20832026-05-04T17:01:26.726Z Compiling derive_builder_macro v0.20.2
20842026-05-04T17:01:26.960Z Compiling usdt-attr-macro v0.6.0
20852026-05-04T17:01:26.985Z Compiling usdt-macro v0.6.0
20862026-05-04T17:01:27.415Z Compiling http-body-util v0.1.3
20872026-05-04T17:01:27.665Z Compiling webpki-roots v1.0.6
20882026-05-04T17:01:27.762Z Compiling rand_chacha v0.3.1
20892026-05-04T17:01:27.779Z Compiling erased-serde v0.3.31
20902026-05-04T17:01:27.793Z Compiling md-5 v0.10.6
20912026-05-04T17:01:27.838Z Compiling num-integer v0.1.46
20922026-05-04T17:01:27.900Z Compiling hash32 v0.2.1
20932026-05-04T17:01:27.972Z Compiling vergen-lib v0.1.6
20942026-05-04T17:01:27.988Z Compiling ff v0.13.1
20952026-05-04T17:01:28.005Z Compiling fallible-iterator v0.2.0
20962026-05-04T17:01:28.058Z Compiling zlib-rs v0.6.2
20972026-05-04T17:01:28.108Z Compiling psl-types v2.0.11
20982026-05-04T17:01:28.139Z Compiling base16ct v0.2.0
20992026-05-04T17:01:28.142Z Compiling ryu v1.0.23
21002026-05-04T17:01:28.188Z Compiling iri-string v0.7.10
21012026-05-04T17:01:28.245Z Compiling publicsuffix v2.3.0
21022026-05-04T17:01:28.325Z Compiling postgres-protocol v0.6.10
21032026-05-04T17:01:28.350Z Compiling serde_urlencoded v0.7.1
21042026-05-04T17:01:28.367Z Compiling newtype-uuid v1.3.2
21052026-05-04T17:01:28.372Z Compiling sec1 v0.7.3
21062026-05-04T17:01:28.438Z Compiling group v0.13.0
21072026-05-04T17:01:28.464Z Compiling num-iter v0.1.45
21082026-05-04T17:01:28.677Z Compiling rand v0.8.5
21092026-05-04T17:01:28.863Z Compiling oxnet v0.1.4
21102026-05-04T17:01:28.957Z Compiling derive_builder v0.20.2
21112026-05-04T17:01:29.106Z Compiling tokio-native-tls v0.3.1
21122026-05-04T17:01:29.147Z Compiling heck v0.4.1
21132026-05-04T17:01:29.175Z Compiling phf_shared v0.13.1
21142026-05-04T17:01:29.241Z Compiling lazy_static v1.5.0
21152026-05-04T17:01:29.327Z Compiling tower-http v0.6.8
21162026-05-04T17:01:29.375Z Compiling terminal_size v0.4.3
21172026-05-04T17:01:29.393Z Compiling serde_with_macros v3.17.0
21182026-05-04T17:01:29.442Z Compiling cargo-platform v0.1.9
21192026-05-04T17:01:29.446Z Compiling hkdf v0.12.4
21202026-05-04T17:01:29.446Z Compiling crypto-bigint v0.5.5
21212026-05-04T17:01:29.531Z Compiling enum-as-inner v0.6.1
21222026-05-04T17:01:29.576Z Compiling clap_derive v4.5.55
21232026-05-04T17:01:29.599Z Compiling serde_repr v0.1.20
21242026-05-04T17:01:29.637Z Compiling vergen v9.0.6
21252026-05-04T17:01:29.693Z Compiling foldhash v0.1.5
21262026-05-04T17:01:29.791Z Compiling clap_lex v1.0.0
21272026-05-04T17:01:29.807Z Compiling bumpalo v3.20.2
21282026-05-04T17:01:29.860Z Compiling managed v0.8.0
21292026-05-04T17:01:29.877Z Compiling libbz2-rs-sys v0.2.2
21302026-05-04T17:01:30.068Z Compiling foldhash v0.2.0
21312026-05-04T17:01:30.089Z Compiling bitflags v1.3.2
21322026-05-04T17:01:30.123Z Compiling flate2 v1.1.9
21332026-05-04T17:01:30.234Z Compiling hashbrown v0.16.1
21342026-05-04T17:01:30.295Z Compiling bzip2 v0.6.1
21352026-05-04T17:01:30.364Z Compiling elliptic-curve v0.13.8
21362026-05-04T17:01:30.468Z Compiling zopfli v0.8.3
21372026-05-04T17:01:30.484Z Compiling clap_builder v4.5.60
21382026-05-04T17:01:30.546Z Compiling hashbrown v0.15.5
21392026-05-04T17:01:30.723Z Compiling cargo_metadata v0.19.2
21402026-05-04T17:01:31.030Z Compiling phf v0.13.1
21412026-05-04T17:01:31.101Z Compiling zstd v0.13.3
21422026-05-04T17:01:31.105Z Compiling hyper-tls v0.6.0
21432026-05-04T17:01:31.175Z Compiling daft v0.1.5
21442026-05-04T17:01:31.204Z Compiling signal-hook-mio v0.2.5
21452026-05-04T17:01:31.354Z Compiling cookie_store v0.22.1
21462026-05-04T17:01:31.371Z Compiling bzip2 v0.4.4
21472026-05-04T17:01:31.458Z Compiling postgres-types v0.2.12
21482026-05-04T17:01:31.605Z Compiling strum v0.27.2
21492026-05-04T17:01:31.775Z Compiling hubpack v0.1.2
21502026-05-04T17:01:31.868Z Compiling ed25519 v2.2.3
21512026-05-04T17:01:31.908Z Compiling phf_shared v0.11.3
21522026-05-04T17:01:31.959Z Compiling crossbeam-epoch v0.9.18
21532026-05-04T17:01:31.999Z Compiling pkcs1 v0.7.5
21542026-05-04T17:01:32.050Z Compiling hex v0.4.3
21552026-05-04T17:01:32.088Z Compiling serde-big-array v0.5.1
21562026-05-04T17:01:32.194Z Compiling rfc6979 v0.4.0
21572026-05-04T17:01:32.250Z Compiling bstr v1.12.1
21582026-05-04T17:01:32.336Z Compiling float-cmp v0.10.0
21592026-05-04T17:01:32.362Z Compiling env_filter v1.0.0
21602026-05-04T17:01:32.388Z Compiling memmap2 v0.9.10
21612026-05-04T17:01:32.405Z Compiling encoding_rs v0.8.35
21622026-05-04T17:01:32.474Z Compiling mime v0.3.17
21632026-05-04T17:01:32.504Z Compiling keccak v0.1.6
21642026-05-04T17:01:32.611Z Compiling new_debug_unreachable v1.0.6
21652026-05-04T17:01:32.639Z Compiling normalize-line-endings v0.3.0
21662026-05-04T17:01:32.660Z Compiling static_assertions v1.1.0
21672026-05-04T17:01:32.681Z Compiling fixedbitset v0.5.7
21682026-05-04T17:01:32.698Z Compiling rustc-hash v2.1.1
21692026-05-04T17:01:32.739Z Compiling jiff v0.2.21
21702026-05-04T17:01:32.759Z Compiling difflib v0.4.0
21712026-05-04T17:01:32.774Z Compiling data-encoding v2.10.0
21722026-05-04T17:01:32.802Z Compiling precomputed-hash v0.1.1
21732026-05-04T17:01:32.832Z Compiling fixedbitset v0.4.2
21742026-05-04T17:01:32.853Z Compiling predicates-core v1.0.10
21752026-05-04T17:01:32.905Z Compiling toml_write v0.1.2
21762026-05-04T17:01:32.967Z Compiling whoami v2.1.0
21772026-05-04T17:01:33.035Z Compiling petgraph v0.6.5
21782026-05-04T17:01:33.054Z Compiling predicates v3.1.4
21792026-05-04T17:01:33.140Z Compiling toml_edit v0.22.27
21802026-05-04T17:01:33.213Z Compiling tokio-postgres v0.7.16
21812026-05-04T17:01:33.307Z Compiling hickory-proto v0.25.2
21822026-05-04T17:01:33.647Z Compiling petgraph v0.8.3
21832026-05-04T17:01:33.746Z Compiling string_cache v0.8.9
21842026-05-04T17:01:33.949Z Compiling iddqd v0.3.18
21852026-05-04T17:01:33.999Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21862026-05-04T17:01:34.229Z Compiling similar v2.7.0
21872026-05-04T17:01:34.543Z Compiling sha3 v0.10.8
21882026-05-04T17:01:34.990Z Compiling usdt v0.6.0
21892026-05-04T17:01:35.079Z Compiling env_logger v0.11.9
21902026-05-04T17:01:35.208Z Compiling serde_with v3.17.0
21912026-05-04T17:01:35.303Z Compiling ecdsa v0.16.9
21922026-05-04T17:01:35.411Z Compiling zip v4.6.1
21932026-05-04T17:01:35.487Z Compiling rsa v0.9.10
21942026-05-04T17:01:35.579Z Compiling ed25519-dalek v2.2.0
21952026-05-04T17:01:35.878Z Compiling clap v4.5.60
21962026-05-04T17:01:36.166Z Compiling crossterm v0.28.1
21972026-05-04T17:01:36.598Z Compiling zip v0.6.6
21982026-05-04T17:01:36.831Z Compiling strum v0.26.3
21992026-05-04T17:01:36.849Z Compiling toml v0.7.8
22002026-05-04T17:01:36.949Z Compiling tokio-stream v0.1.18
22012026-05-04T17:01:36.980Z Compiling buf-list v1.1.2
22022026-05-04T17:01:37.127Z Compiling itertools v0.13.0
22032026-05-04T17:01:37.203Z Compiling x509-cert v0.2.5
22042026-05-04T17:01:37.334Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22052026-05-04T17:01:37.402Z Compiling openapiv3 v2.2.0
22062026-05-04T17:01:37.597Z Compiling sha1 v0.10.6
22072026-05-04T17:01:37.908Z Compiling lalrpop-util v0.19.12
22082026-05-04T17:01:38.132Z Compiling peg-runtime v0.8.5
22092026-05-04T17:01:54.205Z Compiling macaddr v1.0.1
22102026-05-04T17:01:54.241Z Compiling structmeta-derive v0.3.0
22112026-05-04T17:01:54.258Z Compiling crucible-workspace-hack v0.1.0
22122026-05-04T17:01:54.297Z Compiling rayon-core v1.13.0
22132026-05-04T17:01:54.483Z Compiling itertools v0.14.0
22142026-05-04T17:01:54.498Z Compiling secrecy v0.10.3
22152026-05-04T17:01:54.539Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22162026-05-04T17:01:54.684Z Compiling heapless v0.8.0
22172026-05-04T17:01:54.725Z Compiling rustls v0.22.4
22182026-05-04T17:01:54.952Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22192026-05-04T17:01:55.076Z Compiling crossbeam-deque v0.8.6
22202026-05-04T17:01:55.120Z Compiling toml_edit v0.23.10+spec-1.0.0
22212026-05-04T17:01:55.156Z Compiling rustls-webpki v0.102.8
22222026-05-04T17:01:55.228Z Compiling structmeta v0.3.0
22232026-05-04T17:01:55.278Z Compiling futures-executor v0.3.32
22242026-05-04T17:01:55.308Z Compiling hash32 v0.3.1
22252026-05-04T17:01:55.451Z Compiling multer v3.1.0
22262026-05-04T17:01:55.467Z Compiling thread_local v1.1.9
22272026-05-04T17:01:55.490Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22282026-05-04T17:01:55.627Z Compiling unicode-width v0.2.0
22292026-05-04T17:01:55.654Z Compiling smoltcp v0.11.0
22302026-05-04T17:01:55.675Z Compiling slog-async v2.8.0
22312026-05-04T17:01:55.725Z Compiling match_cfg v0.1.0
22322026-05-04T17:01:55.746Z Compiling ingot-macros v0.1.1
22332026-05-04T17:01:55.767Z Compiling compression-core v0.4.31
22342026-05-04T17:01:55.818Z Compiling hostname v0.3.1
22352026-05-04T17:01:55.911Z Compiling compression-codecs v0.4.37
22362026-05-04T17:01:55.928Z Compiling proc-macro-crate v3.4.0
22372026-05-04T17:01:55.969Z Compiling derive-ex v0.1.8
22382026-05-04T17:01:56.003Z Compiling futures v0.3.32
22392026-05-04T17:01:56.068Z Compiling slog-json v2.6.1
22402026-05-04T17:01:56.184Z Compiling crossbeam-channel v0.5.15
22412026-05-04T17:01:56.289Z Compiling half v2.7.1
22422026-05-04T17:01:56.345Z Compiling newtype-uuid-macros v0.1.0
22432026-05-04T17:01:56.369Z Compiling cobs v0.3.0
22442026-05-04T17:01:56.542Z Compiling thiserror-impl-no-std v2.0.2
22452026-05-04T17:01:56.649Z Compiling universal-hash v0.5.1
22462026-05-04T17:01:56.669Z Compiling async-stream-impl v0.3.6
22472026-05-04T17:01:56.826Z Compiling serde_spanned v1.0.4
22482026-05-04T17:01:56.870Z Compiling toml_datetime v1.0.0+spec-1.1.0
22492026-05-04T17:01:57.002Z Compiling is-terminal v0.4.17
22502026-05-04T17:01:57.018Z Compiling dropshot v0.17.0
22512026-05-04T17:01:57.071Z Compiling rustls-webpki v0.103.9
22522026-05-04T17:01:57.121Z Compiling proc-macro-error-attr v1.0.4
22532026-05-04T17:01:57.235Z Compiling ciborium-io v0.2.2
22542026-05-04T17:01:57.260Z Compiling convert_case v0.4.0
22552026-05-04T17:01:57.308Z Compiling toml_writer v1.0.6+spec-1.1.0
22562026-05-04T17:01:57.336Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22572026-05-04T17:01:57.352Z Compiling take_mut v0.2.2
22582026-05-04T17:01:57.400Z Compiling term v1.2.1
22592026-05-04T17:01:57.488Z Compiling opaque-debug v0.3.1
22602026-05-04T17:01:57.503Z Compiling toml v1.0.6+spec-1.1.0
22612026-05-04T17:01:57.563Z Compiling thiserror-no-std v2.0.2
22622026-05-04T17:01:57.594Z Compiling poly1305 v0.8.0
22632026-05-04T17:01:57.594Z Compiling test-strategy v0.4.5
22642026-05-04T17:01:57.597Z Compiling derive_more v0.99.20
22652026-05-04T17:01:57.745Z Compiling slog-term v2.9.2
22662026-05-04T17:01:57.860Z Compiling ciborium-ll v0.2.2
22672026-05-04T17:01:57.876Z Compiling async-stream v0.3.6
22682026-05-04T17:01:58.089Z Compiling tokio-rustls v0.25.0
22692026-05-04T17:01:58.233Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22702026-05-04T17:01:58.261Z Compiling postcard v1.1.3
22712026-05-04T17:01:58.316Z Compiling ingot-types v0.1.2
22722026-05-04T17:01:58.677Z Compiling num_enum_derive v0.7.5
22732026-05-04T17:01:58.791Z Compiling ingot v0.1.1
22742026-05-04T17:01:58.904Z Compiling slog-bunyan v2.5.0
22752026-05-04T17:01:58.920Z Compiling async-compression v0.4.41
22762026-05-04T17:01:59.109Z Compiling parse-display-derive v0.10.0
22772026-05-04T17:01:59.218Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22782026-05-04T17:01:59.356Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22792026-05-04T17:01:59.410Z Compiling proc-macro-crate v1.3.1
22802026-05-04T17:01:59.614Z Compiling backon v1.6.0
22812026-05-04T17:01:59.630Z Compiling waitgroup v0.1.2
22822026-05-04T17:01:59.774Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22832026-05-04T17:01:59.815Z Compiling password-hash v0.5.0
22842026-05-04T17:01:59.830Z Compiling dropshot_endpoint v0.17.0
22852026-05-04T17:01:59.898Z Compiling chacha20 v0.9.1
22862026-05-04T17:02:00.165Z Compiling rustls-pemfile v2.2.0
22872026-05-04T17:02:00.202Z Compiling blake2 v0.10.6
22882026-05-04T17:02:00.205Z Compiling aead v0.5.2
22892026-05-04T17:02:00.435Z Compiling foreign-types-macros v0.2.3
22902026-05-04T17:02:00.478Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22912026-05-04T17:02:00.554Z Compiling serde_path_to_error v0.1.20
22922026-05-04T17:02:00.586Z Compiling tokio-rustls v0.26.4
22932026-05-04T17:02:00.717Z Compiling rustls-platform-verifier v0.6.2
22942026-05-04T17:02:00.788Z Compiling hostname v0.4.2
22952026-05-04T17:02:00.807Z Compiling proc-macro-error v1.0.4
22962026-05-04T17:02:00.880Z Compiling hyper-rustls v0.27.7
22972026-05-04T17:02:00.909Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22982026-05-04T17:02:00.924Z Compiling instant v0.1.13
22992026-05-04T17:02:00.950Z Compiling typeid v1.0.3
23002026-05-04T17:02:00.974Z Compiling foreign-types-shared v0.3.1
23012026-05-04T17:02:01.022Z Compiling cpufeatures v0.3.0
23022026-05-04T17:02:01.038Z Compiling debug-ignore v1.0.5
23032026-05-04T17:02:01.071Z Compiling foreign-types v0.5.0
23042026-05-04T17:02:01.074Z Compiling backoff v0.4.0
23052026-05-04T17:02:01.104Z Compiling chacha20 v0.10.0
23062026-05-04T17:02:01.122Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23072026-05-04T17:02:01.138Z Compiling reqwest v0.12.28
23082026-05-04T17:02:01.167Z Compiling reqwest v0.13.2
23092026-05-04T17:02:01.184Z Compiling parse-display v0.10.0
23102026-05-04T17:02:01.218Z Compiling argon2 v0.5.3
23112026-05-04T17:02:01.247Z Compiling chacha20poly1305 v0.10.1
23122026-05-04T17:02:01.288Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23132026-05-04T17:02:01.332Z Compiling num_enum_derive v0.5.11
23142026-05-04T17:02:01.420Z Compiling num_enum v0.7.5
23152026-05-04T17:02:01.458Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23162026-05-04T17:02:01.573Z Compiling ciborium v0.2.2
23172026-05-04T17:02:01.663Z Compiling vsss-rs v3.3.4
23182026-05-04T17:02:02.080Z Compiling tabwriter v1.4.1
23192026-05-04T17:02:02.188Z Compiling regress v0.10.5
23202026-05-04T17:02:02.254Z Compiling byte-wrapper v0.1.0
23212026-05-04T17:02:02.271Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23222026-05-04T17:02:02.286Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23232026-05-04T17:02:02.415Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23242026-05-04T17:02:02.461Z Compiling cstr-argument v0.1.2
23252026-05-04T17:02:02.648Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23262026-05-04T17:02:02.728Z Compiling erased-serde v0.4.9
23272026-05-04T17:02:02.801Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23282026-05-04T17:02:02.903Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23292026-05-04T17:02:02.931Z Compiling num_enum v0.5.11
23302026-05-04T17:02:02.953Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23312026-05-04T17:02:03.080Z Compiling rand v0.10.0
23322026-05-04T17:02:03.150Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23332026-05-04T17:02:03.210Z Compiling rayon v1.11.0
23342026-05-04T17:02:03.274Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23352026-05-04T17:02:03.311Z Compiling libefi-sys v0.1.0
23362026-05-04T17:02:03.339Z Compiling colored v3.1.1
23372026-05-04T17:02:03.366Z Compiling indent_write v2.2.0
23382026-05-04T17:02:03.549Z Compiling zone_cfg_derive v0.3.1
23392026-05-04T17:02:03.655Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23402026-05-04T17:02:03.760Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23412026-05-04T17:02:03.894Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23422026-05-04T17:02:04.075Z Compiling camino-tempfile v1.4.1
23432026-05-04T17:02:04.135Z Compiling itertools v0.12.1
23442026-05-04T17:02:04.186Z Compiling usdt-macro v0.5.0
23452026-05-04T17:02:04.214Z Compiling usdt-attr-macro v0.5.0
23462026-05-04T17:02:04.318Z Compiling num-derive v0.4.2
23472026-05-04T17:02:04.419Z Compiling bitfield-struct v0.6.2
23482026-05-04T17:02:04.480Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23492026-05-04T17:02:04.498Z Compiling ordered-float v2.10.1
23502026-05-04T17:02:04.800Z Compiling blake3 v1.8.3
23512026-05-04T17:02:04.824Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23522026-05-04T17:02:04.879Z Compiling memmap v0.7.0
23532026-05-04T17:02:04.971Z Compiling sigpipe v0.1.3
23542026-05-04T17:02:05.050Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23552026-05-04T17:02:05.085Z Compiling glob v0.3.3
23562026-05-04T17:02:05.153Z Compiling swrite v0.1.0
23572026-05-04T17:02:05.227Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23582026-05-04T17:02:05.247Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-05-04T17:02:05.285Z Compiling usdt v0.5.0
23602026-05-04T17:02:05.326Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23612026-05-04T17:02:05.349Z Compiling serde-value v0.7.0
23622026-05-04T17:02:05.424Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23632026-05-04T17:02:05.584Z Compiling zone v0.3.1
23642026-05-04T17:02:05.605Z Compiling serde-untagged v0.1.9
23652026-05-04T17:02:05.818Z Compiling toml v0.8.23
23662026-05-04T17:02:05.925Z Compiling smf v0.2.3
23672026-05-04T17:02:05.942Z Compiling filetime v0.2.27
23682026-05-04T17:02:05.959Z Compiling arrayref v0.3.9
23692026-05-04T17:02:05.985Z Compiling whoami v1.6.1
23702026-05-04T17:02:06.016Z Compiling unicode-xid v0.2.6
23712026-05-04T17:02:06.046Z Compiling arrayvec v0.7.6
23722026-05-04T17:02:06.061Z Compiling constant_time_eq v0.4.2
23732026-05-04T17:02:06.171Z Compiling xattr v1.6.1
23742026-05-04T17:02:06.190Z Compiling same-file v1.0.6
23752026-05-04T17:02:06.214Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-05-04T17:02:06.282Z Compiling cargo-util-schemas v0.8.2
23772026-05-04T17:02:06.302Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23782026-05-04T17:02:06.318Z Compiling walkdir v2.5.0
23792026-05-04T17:02:06.384Z Compiling tar v0.4.45
23802026-05-04T17:02:06.444Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23812026-05-04T17:02:06.696Z Compiling tokio-dtrace v0.1.1
23822026-05-04T17:02:06.939Z Compiling console v0.16.2
23832026-05-04T17:02:06.965Z Compiling gethostname v0.5.0
23842026-05-04T17:02:07.053Z Compiling cargo-platform v0.2.0
23852026-05-04T17:02:07.070Z Compiling unit-prefix v0.5.2
23862026-05-04T17:02:07.073Z Compiling topological-sort v0.2.2
23872026-05-04T17:02:07.120Z Compiling oxide-tokio-rt v0.1.4
23882026-05-04T17:02:07.140Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23892026-05-04T17:02:07.251Z Compiling shell-words v1.1.1
23902026-05-04T17:02:07.346Z Compiling indicatif v0.18.4
23912026-05-04T17:02:07.490Z Compiling cargo_metadata v0.21.0
23922026-05-04T17:02:16.212Z Compiling progenitor-client v0.14.0
23932026-05-04T17:02:16.232Z Compiling progenitor-client v0.10.0
23942026-05-04T17:02:16.232Z Compiling omicron-zone-package v0.12.2
23952026-05-04T17:02:16.313Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23962026-05-04T17:02:16.316Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23972026-05-04T17:02:16.316Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23982026-05-04T17:02:16.360Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23992026-05-04T17:02:16.389Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24002026-05-04T17:02:16.517Z Compiling progenitor-extras v0.2.0
24012026-05-04T17:02:16.652Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24022026-05-04T17:02:16.690Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24032026-05-04T17:02:16.712Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24042026-05-04T17:02:16.740Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24052026-05-04T17:02:21.357Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24062026-05-04T17:02:28.748Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24072026-05-04T17:02:31.838Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24082026-05-04T17:02:32.813Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24092026-05-04T17:02:42.037Z Finished `release` profile [optimized] target(s) in 1m 38s
24102026-05-04T17:02:42.186Z Running `target/release/omicron-package -t test target create -p dev`
24112026-05-04T17:02:42.250ZLogging to: /work/oxidecomputer/omicron/out/LOG
24122026-05-04T17:02:42.253ZCreated new build target 'test' and set it as active
24132026-05-04T17:02:42.256Z
24142026-05-04T17:02:42.256Zreal 1:38.760600393
24152026-05-04T17:02:42.256Zuser 16:18.451641455
24162026-05-04T17:02:42.256Zsys 2:32.005097602
24172026-05-04T17:02:42.257Ztrap 0.452010120
24182026-05-04T17:02:42.257Ztflt 2.809450058
24192026-05-04T17:02:42.257Zdflt 3.871859271
24202026-05-04T17:02:42.257Zkflt 0.000514279
24212026-05-04T17:02:42.257Zlock 51:29.686866019
24222026-05-04T17:02:42.257Zslp 41:47.823258612
24232026-05-04T17:02:42.257Zlat 43.094416133
24242026-05-04T17:02:42.257Zstop 5:28.718098311
24252026-05-04T17:02:42.257Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24262026-05-04T17:02:43.125Z Finished `release` profile [optimized] target(s) in 0.85s
24272026-05-04T17:02:43.195Z Running `target/release/omicron-package -t test package`
24282026-05-04T17:02:43.254ZLogging to: /work/oxidecomputer/omicron/out/LOG
24292026-05-04T17:02:44.656Z Compiling heck v0.5.0
24302026-05-04T17:02:44.658Z Compiling regress v0.11.1
24312026-05-04T17:02:44.658Z Compiling unsafe-libyaml v0.2.11
24322026-05-04T17:02:44.913Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24332026-05-04T17:02:44.937Z Compiling regress v0.10.5
24342026-05-04T17:02:44.964Z Compiling unicode-width v0.1.14
24352026-05-04T17:02:44.967Z Compiling is-terminal v0.4.17
24362026-05-04T17:02:45.006Z Compiling prettyplease v0.2.37
24372026-05-04T17:02:45.006Z Compiling bytecount v0.6.9
24382026-05-04T17:02:45.010Z Compiling rustls v0.22.4
24392026-05-04T17:02:45.010Z Compiling rustls-webpki v0.102.8
24402026-05-04T17:02:45.045Z Compiling derive-where v1.6.0
24412026-05-04T17:02:45.066Z Compiling thread_local v1.1.9
24422026-05-04T17:02:45.072Z Compiling match_cfg v0.1.0
24432026-05-04T17:02:45.072Z Compiling compression-core v0.4.31
24442026-05-04T17:02:45.153Z Compiling multer v3.1.0
24452026-05-04T17:02:45.156Z Compiling slog-async v2.8.0
24462026-05-04T17:02:45.216Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24472026-05-04T17:02:45.239Z Compiling hostname v0.3.1
24482026-05-04T17:02:45.262Z Compiling crossbeam-channel v0.5.15
24492026-05-04T17:02:45.265Z Compiling compression-codecs v0.4.37
24502026-05-04T17:02:45.304Z Compiling slog-json v2.6.1
24512026-05-04T17:02:45.307Z Compiling futures-executor v0.3.32
24522026-05-04T17:02:45.326Z Compiling serde_yaml v0.9.34+deprecated
24532026-05-04T17:02:45.366Z Compiling toml_datetime v1.0.0+spec-1.1.0
24542026-05-04T17:02:45.395Z Compiling serde_spanned v1.0.4
24552026-05-04T17:02:45.507Z Compiling toml_writer v1.0.6+spec-1.1.0
24562026-05-04T17:02:45.529Z Compiling take_mut v0.2.2
24572026-05-04T17:02:45.552Z Compiling term v1.2.1
24582026-05-04T17:02:45.572Z Compiling futures v0.3.32
24592026-05-04T17:02:45.594Z Compiling slog-bunyan v2.5.0
24602026-05-04T17:02:45.666Z Compiling async-compression v0.4.41
24612026-05-04T17:02:45.708Z Compiling toml v1.0.6+spec-1.1.0
24622026-05-04T17:02:45.777Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24632026-05-04T17:02:45.777Z Compiling dropshot v0.17.0
24642026-05-04T17:02:45.821Z Compiling async-stream v0.3.6
24652026-05-04T17:02:45.868Z Compiling slog-term v2.9.2
24662026-05-04T17:02:45.938Z Compiling num-rational v0.4.2
24672026-05-04T17:02:46.011Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24682026-05-04T17:02:46.033Z Compiling progenitor-client v0.14.0
24692026-05-04T17:02:46.063Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24702026-05-04T17:02:46.083Z Compiling waitgroup v0.1.2
24712026-05-04T17:02:46.161Z Compiling backon v1.6.0
24722026-05-04T17:02:46.233Z Compiling rustls-pemfile v2.2.0
24732026-05-04T17:02:46.255Z Compiling num-complex v0.4.6
24742026-05-04T17:02:46.278Z Compiling serde_path_to_error v0.1.20
24752026-05-04T17:02:46.357Z Compiling hostname v0.4.2
24762026-05-04T17:02:46.360Z Compiling instant v0.1.13
24772026-05-04T17:02:46.398Z Compiling typify-impl v0.6.2
24782026-05-04T17:02:46.401Z Compiling debug-ignore v1.0.5
24792026-05-04T17:02:46.447Z Compiling progenitor-extras v0.2.0
24802026-05-04T17:02:46.491Z Compiling backoff v0.4.0
24812026-05-04T17:02:46.561Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24822026-05-04T17:02:46.633Z Compiling num v0.4.3
24832026-05-04T17:02:46.655Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24842026-05-04T17:02:46.715Z Compiling parse-display v0.10.0
24852026-05-04T17:02:46.718Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24862026-05-04T17:02:46.718Z Compiling progenitor-client v0.13.0
24872026-05-04T17:02:46.779Z Compiling progenitor-client v0.10.0
24882026-05-04T17:02:46.850Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24892026-05-04T17:02:46.914Z Compiling macaddr v1.0.1
24902026-05-04T17:02:46.937Z Compiling float-ord v0.3.2
24912026-05-04T17:02:47.101Z Compiling console v0.15.11
24922026-05-04T17:02:47.121Z Compiling slog-dtrace v0.3.0
24932026-05-04T17:02:47.169Z Compiling newline-converter v0.3.0
24942026-05-04T17:02:47.283Z Compiling tokio-rustls v0.25.0
24952026-05-04T17:02:47.304Z Compiling atomicwrites v0.4.4
24962026-05-04T17:02:47.337Z Compiling async-recursion v1.1.1
24972026-05-04T17:02:47.407Z Compiling cancel-safe-futures v0.1.5
24982026-05-04T17:02:47.446Z Compiling owo-colors v4.3.0
24992026-05-04T17:02:47.530Z Compiling expectorate v1.2.0
25002026-05-04T17:02:47.610Z Compiling libsw-core v0.3.2
25012026-05-04T17:02:47.670Z Compiling resolv-conf v0.7.6
25022026-05-04T17:02:47.776Z Compiling libsw v3.5.0
25032026-05-04T17:02:47.819Z Compiling toml v0.8.23
25042026-05-04T17:02:47.951Z Compiling linear-map v1.2.0
25052026-05-04T17:02:47.972Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25062026-05-04T17:02:48.023Z Compiling minimal-lexical v0.2.1
25072026-05-04T17:02:48.105Z Compiling linked-hash-map v0.5.6
25082026-05-04T17:02:48.212Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25092026-05-04T17:02:48.301Z Compiling lru-cache v0.1.2
25102026-05-04T17:02:48.323Z Compiling nom v7.1.3
25112026-05-04T17:02:48.350Z Compiling unicode-xid v0.2.6
25122026-05-04T17:02:48.374Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25132026-05-04T17:02:48.374Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25142026-05-04T17:02:48.418Z Compiling globset v0.4.18
25152026-05-04T17:02:48.440Z Compiling hickory-proto v0.24.4
25162026-05-04T17:02:48.482Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25172026-05-04T17:02:48.518Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25182026-05-04T17:02:48.804Z Compiling convert_case v0.10.0
25192026-05-04T17:02:49.114Z Compiling derive_more-impl v2.1.1
25202026-05-04T17:02:49.294Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25212026-05-04T17:02:49.678Z Compiling pin-project-internal v1.1.11
25222026-05-04T17:02:49.726Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25232026-05-04T17:02:49.878Z Compiling typify-macro v0.6.2
25242026-05-04T17:02:49.912Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25252026-05-04T17:02:50.160Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25262026-05-04T17:02:50.406Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25272026-05-04T17:02:50.693Z Compiling pin-project v1.1.11
25282026-05-04T17:02:50.829Z Compiling hickory-resolver v0.24.4
25292026-05-04T17:02:51.126Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25302026-05-04T17:02:51.201Z Compiling derive_more v2.1.1
25312026-05-04T17:02:51.324Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25322026-05-04T17:02:51.350Z Compiling papergrid v0.11.0
25332026-05-04T17:02:51.390Z Compiling typify v0.6.2
25342026-05-04T17:02:51.540Z Compiling progenitor-impl v0.14.0
25352026-05-04T17:02:51.603Z Compiling progenitor-impl v0.13.0
25362026-05-04T17:02:52.153Z Compiling qorb v0.4.1
25372026-05-04T17:02:52.736Z Compiling tabled_derive v0.7.0
25382026-05-04T17:02:53.656Z Compiling pem v3.0.6
25392026-05-04T17:02:53.742Z Compiling progenitor-macro v0.13.0
25402026-05-04T17:02:53.813Z Compiling progenitor-macro v0.14.0
25412026-05-04T17:02:54.161Z Compiling snafu-derive v0.8.9
25422026-05-04T17:02:54.382Z Compiling termtree v0.5.1
25432026-05-04T17:02:54.457Z Compiling tabled v0.15.0
25442026-05-04T17:02:54.579Z Compiling crossterm v0.29.0
25452026-05-04T17:02:55.825Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25462026-05-04T17:02:56.580Z Compiling snafu v0.8.9
25472026-05-04T17:02:56.603Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25482026-05-04T17:02:57.026Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25492026-05-04T17:02:57.172Z Compiling olpc-cjson v0.1.4
25502026-05-04T17:02:57.206Z Compiling phf_shared v0.12.1
25512026-05-04T17:02:57.424Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25522026-05-04T17:02:57.465Z Compiling serde_plain v1.0.2
25532026-05-04T17:02:57.497Z Compiling csv-core v0.1.13
25542026-05-04T17:02:57.736Z Compiling progenitor v0.13.0
25552026-05-04T17:02:57.790Z Compiling vte v0.14.1
25562026-05-04T17:02:57.809Z Compiling progenitor v0.14.0
25572026-05-04T17:02:57.920Z Compiling typed-path v0.9.3
25582026-05-04T17:02:57.989Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25592026-05-04T17:02:58.011Z Compiling chrono-tz v0.10.4
25602026-05-04T17:02:58.048Z Compiling highway v1.3.0
25612026-05-04T17:02:58.282Z Compiling strip-ansi-escapes v0.2.1
25622026-05-04T17:02:58.819Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25632026-05-04T17:02:58.878Z Compiling csv v1.4.0
25642026-05-04T17:02:58.894Z Compiling phf v0.12.1
25652026-05-04T17:02:59.062Z Compiling tough v0.20.0
25662026-05-04T17:02:59.074Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25672026-05-04T17:02:59.520Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25682026-05-04T17:02:59.835Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25692026-05-04T17:03:00.295Z Compiling const_format_proc_macros v0.2.34
25702026-05-04T17:03:00.841Z Compiling fd-lock v4.0.4
25712026-05-04T17:03:00.863Z Compiling peg-macros v0.8.5
25722026-05-04T17:03:01.082Z Compiling nu-ansi-term v0.50.3
25732026-05-04T17:03:01.367Z Compiling reedline v0.40.0
25742026-05-04T17:03:02.071Z Compiling const_format v0.2.35
25752026-05-04T17:03:02.117Z Compiling peg v0.8.5
25762026-05-04T17:03:02.219Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25772026-05-04T17:03:02.265Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25782026-05-04T17:03:02.503Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25792026-05-04T17:03:02.565Z Compiling bcs v0.1.6
25802026-05-04T17:03:02.920Z Compiling semver v0.1.20
25812026-05-04T17:03:02.993Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25822026-05-04T17:03:03.202Z Compiling rustc_version v0.1.7
25832026-05-04T17:03:03.234Z Compiling unicode-linebreak v0.1.5
25842026-05-04T17:03:03.351Z Compiling humantime v2.3.0
25852026-05-04T17:03:03.460Z Compiling newtype_derive v0.1.6
25862026-05-04T17:03:03.562Z Compiling smawk v0.3.2
25872026-05-04T17:03:03.781Z Compiling textwrap v0.16.2
25882026-05-04T17:03:03.802Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25892026-05-04T17:03:03.945Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25902026-05-04T17:03:04.441Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25912026-05-04T17:03:04.825Z Compiling dropshot-api-manager-types v0.7.1
25922026-05-04T17:03:05.003Z Compiling base64 v0.21.7
25932026-05-04T17:03:05.400Z Compiling steno v0.4.1
25942026-05-04T17:03:05.424Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25952026-05-04T17:03:05.538Z Compiling utf-8 v0.7.6
25962026-05-04T17:03:05.610Z Compiling tagptr v0.2.0
25972026-05-04T17:03:05.772Z Compiling moka v0.12.13
25982026-05-04T17:03:05.820Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25992026-05-04T17:03:05.881Z Compiling tungstenite v0.21.0
26002026-05-04T17:03:06.007Z Compiling radium v0.7.0
26012026-05-04T17:03:06.325Z Compiling tap v1.0.1
26022026-05-04T17:03:06.466Z Compiling maybe-uninit v2.0.0
26032026-05-04T17:03:06.760Z Compiling tokio-tungstenite v0.21.0
26042026-05-04T17:03:06.830Z Compiling hickory-resolver v0.25.2
26052026-05-04T17:03:06.873Z Compiling wyz v0.5.1
26062026-05-04T17:03:07.032Z Compiling zerocopy-derive v0.6.6
26072026-05-04T17:03:07.168Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26082026-05-04T17:03:07.231Z Compiling crc-catalog v2.4.0
26092026-05-04T17:03:07.238Z Compiling funty v2.0.0
26102026-05-04T17:03:07.247Z Compiling packed_struct v0.10.1
26112026-05-04T17:03:07.319Z Compiling display-error-chain v0.2.2
26122026-05-04T17:03:07.498Z Compiling crc v3.4.0
26132026-05-04T17:03:07.660Z Compiling bitvec v1.0.1
26142026-05-04T17:03:07.808Z Compiling zerocopy v0.6.6
26152026-05-04T17:03:07.902Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26162026-05-04T17:03:08.005Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26172026-05-04T17:03:08.157Z Compiling packed_struct_codegen v0.10.1
26182026-05-04T17:03:08.191Z Compiling num-derive v0.3.3
26192026-05-04T17:03:09.088Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26202026-05-04T17:03:09.160Z Compiling bitfield-macros v0.19.4
26212026-05-04T17:03:09.367Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26222026-05-04T17:03:09.481Z Compiling proc-macro-error-attr2 v2.0.0
26232026-05-04T17:03:09.857Z Compiling indexmap v1.9.3
26242026-05-04T17:03:09.893Z Compiling nodrop v0.1.14
26252026-05-04T17:03:10.082Z Compiling array-init v0.0.4
26262026-05-04T17:03:10.155Z Compiling proc-macro-error2 v2.0.1
26272026-05-04T17:03:10.475Z Compiling bitfield v0.19.4
26282026-05-04T17:03:10.799Z Compiling libscf-sys v1.1.0
26292026-05-04T17:03:10.822Z Compiling smallvec v0.6.14
26302026-05-04T17:03:10.975Z Compiling typify-impl v0.4.3
26312026-05-04T17:03:11.097Z Compiling hashbrown v0.12.3
26322026-05-04T17:03:11.164Z Compiling serde-hex v0.1.0
26332026-05-04T17:03:11.617Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26342026-05-04T17:03:12.026Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26352026-05-04T17:03:12.231Z Compiling tabled_derive v0.11.0
26362026-05-04T17:03:12.318Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26372026-05-04T17:03:12.445Z Compiling ron v0.8.1
26382026-05-04T17:03:12.558Z Compiling papergrid v0.17.0
26392026-05-04T17:03:12.721Z Compiling testing_table v0.3.0
26402026-05-04T17:03:12.842Z Compiling hashbrown v0.13.2
26412026-05-04T17:03:13.162Z Compiling vergen-gitcl v1.0.8
26422026-05-04T17:03:13.246Z Compiling dirs-sys-next v0.1.2
26432026-05-04T17:03:13.302Z Compiling maplit v1.0.2
26442026-05-04T17:03:13.323Z Compiling crc-any v2.5.0
26452026-05-04T17:03:13.389Z Compiling glob v0.3.3
26462026-05-04T17:03:13.438Z Compiling diesel_derives v2.3.7
26472026-05-04T17:03:13.467Z Compiling crunchy v0.2.4
26482026-05-04T17:03:13.540Z Compiling dirs-next v2.0.0
26492026-05-04T17:03:13.708Z Compiling object v0.30.4
26502026-05-04T17:03:13.738Z Compiling tabled v0.20.0
26512026-05-04T17:03:13.785Z Compiling clang-sys v1.8.1
26522026-05-04T17:03:13.788Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26532026-05-04T17:03:13.831Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26542026-05-04T17:03:13.987Z Compiling dsl_auto_type v0.2.0
26552026-05-04T17:03:14.208Z Compiling scheduled-thread-pool v0.2.7
26562026-05-04T17:03:14.392Z Compiling typify-macro v0.4.3
26572026-05-04T17:03:14.480Z Compiling diesel_table_macro_syntax v0.3.0
26582026-05-04T17:03:14.553Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26592026-05-04T17:03:14.715Z Compiling path-slash v0.1.5
26602026-05-04T17:03:14.788Z Compiling tiny-keccak v2.0.2
26612026-05-04T17:03:14.791Z Compiling xshell-macros v0.2.7
26622026-05-04T17:03:14.895Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26632026-05-04T17:03:15.046Z Compiling r2d2 v0.8.10
26642026-05-04T17:03:15.209Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26652026-05-04T17:03:15.212Z Compiling xshell v0.2.7
26662026-05-04T17:03:15.368Z Compiling term v0.7.0
26672026-05-04T17:03:15.765Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26682026-05-04T17:03:15.885Z Compiling downcast-rs v2.0.2
26692026-05-04T17:03:15.911Z Compiling bit-vec v0.6.3
26702026-05-04T17:03:15.912Z Compiling ascii-canvas v3.0.0
26712026-05-04T17:03:16.159Z Compiling bit-set v0.5.3
26722026-05-04T17:03:16.247Z Compiling itertools v0.10.5
26732026-05-04T17:03:16.280Z Compiling ena v0.14.4
26742026-05-04T17:03:16.354Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26752026-05-04T17:03:16.524Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26762026-05-04T17:03:16.545Z Compiling libloading v0.8.9
26772026-05-04T17:03:16.776Z Compiling unicase v2.9.0
26782026-05-04T17:03:17.095Z Compiling crc8 v0.1.1
26792026-05-04T17:03:17.253Z Compiling regex-syntax v0.6.29
26802026-05-04T17:03:17.367Z Compiling diff v0.1.13
26812026-05-04T17:03:17.558Z Compiling bindgen v0.71.1
26822026-05-04T17:03:17.888Z Compiling typify v0.4.3
26832026-05-04T17:03:18.042Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26842026-05-04T17:03:18.259Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26852026-05-04T17:03:18.441Z Compiling cexpr v0.6.0
26862026-05-04T17:03:18.735Z Compiling lalrpop v0.19.12
26872026-05-04T17:03:18.850Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26882026-05-04T17:03:19.083Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26892026-05-04T17:03:19.131Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26902026-05-04T17:03:19.277Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26912026-05-04T17:03:19.369Z Compiling headers-core v0.3.0
26922026-05-04T17:03:19.395Z Compiling libxml v0.3.3
26932026-05-04T17:03:19.533Z Compiling headers v0.4.1
26942026-05-04T17:03:19.555Z Compiling diesel v2.3.7
26952026-05-04T17:03:19.690Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26962026-05-04T17:03:19.931Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26972026-05-04T17:03:20.159Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26982026-05-04T17:03:20.630Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26992026-05-04T17:03:20.653Z Compiling strum_macros v0.24.3
27002026-05-04T17:03:20.892Z Compiling indoc v1.0.9
27012026-05-04T17:03:21.481Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27022026-05-04T17:03:21.548Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27032026-05-04T17:03:21.708Z Compiling derive_builder v0.20.2
27042026-05-04T17:03:21.878Z Compiling oso-derive v0.27.3
27052026-05-04T17:03:21.901Z Compiling quick-xml v0.37.5
27062026-05-04T17:03:22.401Z Compiling impl-trait-for-tuples v0.2.3
27072026-05-04T17:03:22.505Z Compiling half v1.8.3
27082026-05-04T17:03:22.632Z Compiling openssl-probe v0.1.6
27092026-05-04T17:03:22.928Z Compiling serde_cbor v0.11.2
27102026-05-04T17:03:22.990Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27112026-05-04T17:03:23.096Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27122026-05-04T17:03:23.581Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27132026-05-04T17:03:23.610Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27142026-05-04T17:03:23.708Z Compiling bb8 v0.8.6
27152026-05-04T17:03:23.767Z Compiling trait-variant v0.1.2
27162026-05-04T17:03:23.807Z Compiling samael v0.0.19
27172026-05-04T17:03:23.851Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27182026-05-04T17:03:23.984Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27192026-05-04T17:03:24.074Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27202026-05-04T17:03:24.137Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27212026-05-04T17:03:24.312Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27222026-05-04T17:03:24.333Z Compiling fxhash v0.2.1
27232026-05-04T17:03:24.366Z Compiling salty v0.3.0
27242026-05-04T17:03:24.541Z Compiling progenitor-impl v0.10.0
27252026-05-04T17:03:24.632Z Compiling progenitor-impl v0.11.2
27262026-05-04T17:03:24.692Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27272026-05-04T17:03:24.847Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27282026-05-04T17:03:25.874Z Compiling kstat-rs v0.2.4
27292026-05-04T17:03:25.881Z Compiling libz-sys v1.1.24
27302026-05-04T17:03:25.881Z Compiling nonempty v0.12.0
27312026-05-04T17:03:25.881Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27322026-05-04T17:03:25.965Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27332026-05-04T17:03:26.159Z Compiling polar-core v0.27.3
27342026-05-04T17:03:26.717Z Compiling progenitor-macro v0.10.0
27352026-05-04T17:03:26.855Z Compiling progenitor-macro v0.11.2
27362026-05-04T17:03:28.030Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27372026-05-04T17:03:29.618Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-05-04T17:03:30.053Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27392026-05-04T17:03:30.217Z Compiling progenitor-client v0.11.2
27402026-05-04T17:03:30.522Z Compiling darling_core v0.23.0
27412026-05-04T17:03:30.693Z Compiling nanorand v0.7.0
27422026-05-04T17:03:30.771Z Compiling arc-swap v1.8.2
27432026-05-04T17:03:30.856Z Compiling fs-err v2.11.0
27442026-05-04T17:03:31.060Z Compiling parking_lot_core v0.8.6
27452026-05-04T17:03:31.278Z Compiling slog-scope v4.4.1
27462026-05-04T17:03:31.312Z Compiling mime_guess v2.0.5
27472026-05-04T17:03:31.374Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27482026-05-04T17:03:31.731Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27492026-05-04T17:03:31.835Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27502026-05-04T17:03:32.669Z Compiling darling_macro v0.23.0
27512026-05-04T17:03:33.168Z Compiling flume v0.11.1
27522026-05-04T17:03:33.571Z Compiling progenitor v0.11.2
27532026-05-04T17:03:33.770Z Compiling progenitor v0.10.0
27542026-05-04T17:03:33.956Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27552026-05-04T17:03:34.353Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27562026-05-04T17:03:35.420Z Compiling oso v0.27.3
27572026-05-04T17:03:35.821Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27582026-05-04T17:03:38.370Z Compiling async-bb8-diesel v0.2.1
27592026-05-04T17:03:38.824Z Compiling diesel-dtrace v0.5.0
27602026-05-04T17:03:38.947Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27612026-05-04T17:03:39.539Z Compiling primeorder v0.13.6
27622026-05-04T17:03:39.849Z Compiling git-stub v1.0.0
27632026-05-04T17:03:39.874Z Compiling libgit2-sys v0.18.3+1.9.2
27642026-05-04T17:03:39.905Z Compiling instability v0.3.11
27652026-05-04T17:03:40.125Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27662026-05-04T17:03:40.179Z Compiling git-stub-vcs v0.1.0
27672026-05-04T17:03:40.382Z Compiling p384 v0.13.1
27682026-05-04T17:03:40.751Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-05-04T17:03:41.487Z Compiling darling v0.23.0
27702026-05-04T17:03:41.640Z Compiling slog-stdlog v4.1.1
27712026-05-04T17:03:42.232Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27722026-05-04T17:03:42.254Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27732026-05-04T17:03:42.299Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27742026-05-04T17:03:42.400Z Compiling ignore v0.4.25
27752026-05-04T17:03:42.498Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27762026-05-04T17:03:42.910Z Compiling castaway v0.2.4
27772026-05-04T17:03:43.071Z Compiling atty v0.2.14
27782026-05-04T17:03:43.223Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27792026-05-04T17:03:43.408Z Compiling http-range v0.1.5
27802026-05-04T17:03:43.461Z Compiling parse-size v1.1.0
27812026-05-04T17:03:43.681Z Compiling indoc v2.0.7
27822026-05-04T17:03:43.752Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27832026-05-04T17:03:43.972Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27842026-05-04T17:03:44.821Z Compiling globwalk v0.9.1
27852026-05-04T17:03:45.027Z Compiling compact_str v0.8.1
27862026-05-04T17:03:45.492Z Compiling parking_lot v0.11.2
27872026-05-04T17:03:46.150Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27882026-05-04T17:03:46.258Z Compiling slog-envlogger v2.2.0
27892026-05-04T17:03:47.171Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27902026-05-04T17:03:47.424Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27912026-05-04T17:03:47.642Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27922026-05-04T17:03:47.678Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-05-04T17:03:48.248Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27942026-05-04T17:03:48.297Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27952026-05-04T17:03:48.540Z Compiling predicates-tree v1.0.13
27962026-05-04T17:03:48.754Z Compiling unicode-truncate v1.1.0
27972026-05-04T17:03:48.972Z Compiling lru v0.12.5
27982026-05-04T17:03:48.997Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-05-04T17:03:49.065Z Compiling rand_seeder v0.4.0
28002026-05-04T17:03:49.113Z Compiling prefix-trie v0.7.0
28012026-05-04T17:03:49.136Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28022026-05-04T17:03:49.203Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28032026-05-04T17:03:49.321Z Compiling vergen-git2 v1.0.7
28042026-05-04T17:03:49.388Z Compiling corncobs v0.1.4
28052026-05-04T17:03:49.539Z Compiling cassowary v0.3.0
28062026-05-04T17:03:49.593Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28072026-05-04T17:03:49.615Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28082026-05-04T17:03:49.619Z Compiling hickory-server v0.25.2
28092026-05-04T17:03:49.683Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28102026-05-04T17:03:49.714Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28112026-05-04T17:03:49.894Z Compiling ratatui v0.29.0
28122026-05-04T17:03:49.916Z Compiling camino-tempfile-ext v0.3.3
28132026-05-04T17:03:50.274Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28142026-05-04T17:03:50.379Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28152026-05-04T17:03:50.593Z Compiling hyper-staticfile v0.10.1
28162026-05-04T17:03:50.746Z Compiling sled v0.34.7
28172026-05-04T17:03:51.470Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28182026-05-04T17:03:51.848Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28192026-05-04T17:03:52.132Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28202026-05-04T17:03:53.605Z Compiling secrecy v0.8.0
28212026-05-04T17:03:53.820Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28222026-05-04T17:03:53.874Z Compiling rustls v0.21.12
28232026-05-04T17:03:54.475Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28242026-05-04T17:03:54.663Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28252026-05-04T17:03:55.290Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28262026-05-04T17:03:55.318Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28272026-05-04T17:03:56.383Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28282026-05-04T17:03:57.577Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28292026-05-04T17:03:57.646Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28302026-05-04T17:03:58.144Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28312026-05-04T17:03:58.389Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28322026-05-04T17:03:58.643Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28332026-05-04T17:03:58.878Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28342026-05-04T17:03:59.098Z Compiling sct v0.7.1
28352026-05-04T17:03:59.371Z Compiling rustls-webpki v0.101.7
28362026-05-04T17:03:59.465Z Compiling nix v0.29.0
28372026-05-04T17:03:59.485Z Compiling dropshot v0.16.7
28382026-05-04T17:03:59.725Z Compiling void v1.0.2
28392026-05-04T17:03:59.890Z Compiling lzss v0.8.2
28402026-05-04T17:04:00.174Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28412026-05-04T17:04:00.265Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28422026-05-04T17:04:00.785Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28432026-05-04T17:04:01.029Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28442026-05-04T17:04:01.362Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28452026-05-04T17:04:01.743Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28462026-05-04T17:04:01.994Z Compiling tungstenite v0.23.0
28472026-05-04T17:04:02.137Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28482026-05-04T17:04:02.360Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28492026-05-04T17:04:02.588Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28502026-05-04T17:04:02.813Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28512026-05-04T17:04:02.882Z Compiling toml v0.9.12+spec-1.1.0
28522026-05-04T17:04:03.035Z Compiling nix v0.27.1
28532026-05-04T17:04:03.552Z Compiling dropshot_endpoint v0.16.7
28542026-05-04T17:04:04.238Z Compiling serde_bytes v0.11.19
28552026-05-04T17:04:04.407Z Compiling tokio-tungstenite v0.23.1
28562026-05-04T17:04:04.486Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28572026-05-04T17:04:04.583Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28582026-05-04T17:04:04.774Z Compiling tokio-rustls v0.24.1
28592026-05-04T17:04:05.488Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28602026-05-04T17:04:05.564Z Compiling git2 v0.20.4
28612026-05-04T17:04:07.070Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28622026-05-04T17:04:09.081Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28632026-05-04T17:04:09.656Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28642026-05-04T17:04:10.304Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28652026-05-04T17:04:10.727Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28662026-05-04T17:04:10.948Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28672026-05-04T17:04:12.749Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28682026-05-04T17:04:12.772Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28692026-05-04T17:04:13.638Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28702026-05-04T17:04:13.772Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28712026-05-04T17:04:13.825Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28722026-05-04T17:04:14.568Z Compiling rustls-pemfile v1.0.4
28732026-05-04T17:04:14.782Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28742026-05-04T17:04:15.020Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28752026-05-04T17:04:15.514Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28762026-05-04T17:04:16.396Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28772026-05-04T17:04:17.220Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28782026-05-04T17:04:17.643Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28792026-05-04T17:04:18.058Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28802026-05-04T17:04:18.243Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28812026-05-04T17:04:18.285Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28822026-05-04T17:04:18.499Z Compiling signal-hook-tokio v0.3.1
28832026-05-04T17:04:18.702Z Compiling twox-hash v2.1.2
28842026-05-04T17:04:18.756Z Compiling yasna v0.5.2
28852026-05-04T17:04:18.917Z Compiling is_ci v1.2.0
28862026-05-04T17:04:19.146Z Compiling supports-color v3.0.2
28872026-05-04T17:04:19.228Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28882026-05-04T17:04:19.434Z Compiling rcgen v0.12.1
28892026-05-04T17:04:19.508Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28902026-05-04T17:04:20.169Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28912026-05-04T17:04:20.326Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28922026-05-04T17:04:21.004Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28932026-05-04T17:04:21.030Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28942026-05-04T17:04:21.771Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28952026-05-04T17:04:21.824Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28962026-05-04T17:04:23.498Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28972026-05-04T17:04:23.835Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28982026-05-04T17:04:23.858Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28992026-05-04T17:04:24.126Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29002026-05-04T17:04:24.371Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29012026-05-04T17:04:24.395Z Compiling fatfs v0.3.6
29022026-05-04T17:04:24.591Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29032026-05-04T17:04:25.578Z Compiling rtoolbox v0.0.3
29042026-05-04T17:04:25.859Z Compiling subprocess v0.2.15
29052026-05-04T17:04:25.881Z Compiling assert_matches v1.5.0
29062026-05-04T17:04:26.039Z Compiling seq-macro v0.3.6
29072026-05-04T17:04:26.278Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29082026-05-04T17:04:26.618Z Compiling rpassword v7.4.0
29092026-05-04T17:04:26.977Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29102026-05-04T17:04:27.656Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29112026-05-04T17:04:28.035Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29122026-05-04T17:04:28.174Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29132026-05-04T17:04:28.275Z Compiling tui-tree-widget v0.23.1
29142026-05-04T17:04:28.563Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29152026-05-04T17:04:29.001Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29162026-05-04T17:04:29.518Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29172026-05-04T17:04:30.594Z Compiling uzers v0.12.2
29182026-05-04T17:04:31.089Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29192026-05-04T17:04:31.392Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29202026-05-04T17:04:32.203Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29212026-05-04T17:04:32.978Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29222026-05-04T17:04:36.153Z Compiling support-bundle-viewer v0.1.2
29232026-05-04T17:04:36.620Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29242026-05-04T17:04:38.050Z Compiling multimap v0.10.1
29252026-05-04T17:04:45.707Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29262026-05-04T17:04:56.733Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29272026-05-04T17:04:57.547Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29282026-05-04T17:04:58.396Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29292026-05-04T17:14:24.459Z Finished `release` profile [optimized] target(s) in 11m 41s
29302026-05-04T17:15:08.474Z
29312026-05-04T17:15:08.474Zreal 12:26.143346890
29322026-05-04T17:15:08.474Zuser 1:21:42.203987635
29332026-05-04T17:15:08.478Zsys 3:27.766063829
29342026-05-04T17:15:08.478Ztrap 1.771484106
29352026-05-04T17:15:08.478Ztflt 2.141470255
29362026-05-04T17:15:08.478Zdflt 16.532929960
29372026-05-04T17:15:08.478Zkflt 0.073230736
29382026-05-04T17:15:08.478Zlock 9:17:38.135024249
29392026-05-04T17:15:08.478Zslp 2:30:29.419671176
29402026-05-04T17:15:08.478Zlat 2:34.159154160
29412026-05-04T17:15:08.478Zstop 5:08.164757236
29422026-05-04T17:15:08.478Z+ mapfile -t packages
29432026-05-04T17:15:08.478Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29442026-05-04T17:15:09.418Z Finished `release` profile [optimized] target(s) in 0.93s
29452026-05-04T17:15:09.490Z Running `target/release/omicron-package -t test list-outputs`
29462026-05-04T17:15:09.544ZLogging to: /work/oxidecomputer/omicron/out/LOG
29472026-05-04T17:15:09.547Z+ ptime -m cargo build --locked --release -p xtask
29482026-05-04T17:15:10.077Z Compiling libc v0.2.185
29492026-05-04T17:15:10.077Z Compiling serde v1.0.228
29502026-05-04T17:15:10.080Z Compiling serde_core v1.0.228
29512026-05-04T17:15:10.080Z Compiling rustix v1.1.3
29522026-05-04T17:15:10.080Z Compiling serde_json v1.0.149
29532026-05-04T17:15:10.080Z Compiling bitflags v2.11.0
29542026-05-04T17:15:10.214Z Compiling num-traits v0.2.19
29552026-05-04T17:15:10.223Z Compiling syn v2.0.117
29562026-05-04T17:15:10.242Z Compiling smallvec v1.15.1
29572026-05-04T17:15:10.252Z Compiling usdt-impl v0.5.0
29582026-05-04T17:15:10.256Z Compiling indexmap v2.14.0
29592026-05-04T17:15:10.272Z Compiling syn v1.0.109
29602026-05-04T17:15:10.283Z Compiling percent-encoding v2.3.2
29612026-05-04T17:15:10.286Z Compiling log v0.4.29
29622026-05-04T17:15:10.555Z Compiling getrandom v0.4.1
29632026-05-04T17:15:10.577Z Compiling form_urlencoded v1.2.2
29642026-05-04T17:15:10.655Z Compiling fs-err v3.3.0
29652026-05-04T17:15:10.690Z Compiling anyhow v1.0.102
29662026-05-04T17:15:10.693Z Compiling heck v0.4.1
29672026-05-04T17:15:10.721Z Compiling once_cell v1.21.3
29682026-05-04T17:15:11.054Z Compiling errno v0.3.14
29692026-05-04T17:15:11.054Z Compiling thread-id v4.2.2
29702026-05-04T17:15:11.057Z Compiling memmap v0.7.0
29712026-05-04T17:15:11.336Z Compiling ordered-float v2.10.1
29722026-05-04T17:15:11.772Z Compiling proc-macro-error v1.0.4
29732026-05-04T17:15:12.017Z Compiling tabled_derive v0.7.0
29742026-05-04T17:15:12.059Z Compiling terminal_size v0.4.3
29752026-05-04T17:15:12.059Z Compiling tempfile v3.25.0
29762026-05-04T17:15:12.160Z Compiling clap_builder v4.5.60
29772026-05-04T17:15:12.160Z Compiling textwrap v0.16.2
29782026-05-04T17:15:12.296Z Compiling camino-tempfile v1.4.1
29792026-05-04T17:15:12.671Z Compiling tabled v0.15.0
29802026-05-04T17:15:12.766Z Compiling synstructure v0.13.2
29812026-05-04T17:15:12.766Z Compiling pest_generator v2.8.6
29822026-05-04T17:15:13.152Z Compiling serde_derive v1.0.228
29832026-05-04T17:15:13.153Z Compiling zerovec-derive v0.11.2
29842026-05-04T17:15:13.157Z Compiling displaydoc v0.2.5
29852026-05-04T17:15:13.157Z Compiling thiserror-impl v1.0.69
29862026-05-04T17:15:13.158Z Compiling zerocopy-derive v0.7.35
29872026-05-04T17:15:13.158Z Compiling scroll_derive v0.12.1
29882026-05-04T17:15:13.158Z Compiling thiserror-impl v2.0.18
29892026-05-04T17:15:13.158Z Compiling clap_derive v4.5.55
29902026-05-04T17:15:13.203Z Compiling zerofrom-derive v0.1.6
29912026-05-04T17:15:13.317Z Compiling yoke-derive v0.8.1
29922026-05-04T17:15:13.819Z Compiling pest_derive v2.8.6
29932026-05-04T17:15:13.927Z Compiling scroll v0.12.0
29942026-05-04T17:15:14.009Z Compiling zerocopy v0.7.35
29952026-05-04T17:15:14.249Z Compiling goblin v0.8.2
29962026-05-04T17:15:14.371Z Compiling thiserror v1.0.69
29972026-05-04T17:15:14.407Z Compiling zerofrom v0.1.6
29982026-05-04T17:15:14.423Z Compiling thiserror v2.0.18
29992026-05-04T17:15:14.488Z Compiling dtrace-parser v0.2.0
30002026-05-04T17:15:14.530Z Compiling yoke v0.8.1
30012026-05-04T17:15:14.758Z Compiling zerovec v0.11.5
30022026-05-04T17:15:14.836Z Compiling zerotrie v0.2.3
30032026-05-04T17:15:14.916Z Compiling clap v4.5.60
30042026-05-04T17:15:15.303Z Compiling tinystr v0.8.2
30052026-05-04T17:15:15.383Z Compiling potential_utf v0.1.4
30062026-05-04T17:15:15.554Z Compiling icu_locale_core v2.1.1
30072026-05-04T17:15:15.589Z Compiling icu_collections v2.1.1
30082026-05-04T17:15:16.386Z Compiling icu_provider v2.1.1
30092026-05-04T17:15:16.425Z Compiling serde_spanned v0.6.9
30102026-05-04T17:15:16.448Z Compiling toml_datetime v0.6.11
30112026-05-04T17:15:16.520Z Compiling serde-value v0.7.0
30122026-05-04T17:15:16.537Z Compiling cargo-platform v0.2.0
30132026-05-04T17:15:16.615Z Compiling dof v0.3.0
30142026-05-04T17:15:16.677Z Compiling icu_normalizer v2.1.1
30152026-05-04T17:15:16.706Z Compiling icu_properties v2.1.2
30162026-05-04T17:15:16.826Z Compiling toml_edit v0.22.27
30172026-05-04T17:15:16.869Z Compiling serde_tokenstream v0.2.3
30182026-05-04T17:15:17.112Z Compiling macaddr v1.0.1
30192026-05-04T17:15:17.525Z Compiling usdt-macro v0.5.0
30202026-05-04T17:15:17.546Z Compiling usdt-attr-macro v0.5.0
30212026-05-04T17:15:17.608Z Compiling idna_adapter v1.2.1
30222026-05-04T17:15:17.772Z Compiling idna v1.1.0
30232026-05-04T17:15:18.119Z Compiling url v2.5.8
30242026-05-04T17:15:18.224Z Compiling usdt v0.5.0
30252026-05-04T17:15:18.408Z Compiling toml v0.8.23
30262026-05-04T17:15:18.874Z Compiling cargo-util-schemas v0.8.2
30272026-05-04T17:15:18.888Z Compiling cargo_toml v0.21.0
30282026-05-04T17:15:19.897Z Compiling cargo_metadata v0.21.0
30292026-05-04T17:15:22.995Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30302026-05-04T17:15:25.972Z Finished `release` profile [optimized] target(s) in 16.41s
30312026-05-04T17:15:26.132Z
30322026-05-04T17:15:26.132Zreal 16.550594233
30332026-05-04T17:15:26.132Zuser 2:21.525922704
30342026-05-04T17:15:26.132Zsys 17.468277231
30352026-05-04T17:15:26.132Ztrap 0.097997521
30362026-05-04T17:15:26.132Ztflt 0.754505624
30372026-05-04T17:15:26.132Zdflt 1.442118697
30382026-05-04T17:15:26.143Zkflt 0.000047683
30392026-05-04T17:15:26.143Zlock 5:24.757117201
30402026-05-04T17:15:26.144Zslp 3:35.419791236
30412026-05-04T17:15:26.144Zlat 6.060952589
30422026-05-04T17:15:26.144Zstop 17.872471070
30432026-05-04T17:15:26.144Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30442026-05-04T17:15:26.144Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30452026-05-04T17:15:26.144Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30462026-05-04T17:15:26.144Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30472026-05-04T17:15:26.144Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30482026-05-04T17:15:27.068Z Compiling newtype-uuid-macros v0.1.0
30492026-05-04T17:15:27.072Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30502026-05-04T17:15:27.072Z Compiling regress v0.10.5
30512026-05-04T17:15:27.072Z Compiling structmeta-derive v0.3.0
30522026-05-04T17:15:27.072Z Compiling rustls v0.22.4
30532026-05-04T17:15:27.213Z Compiling rustls-webpki v0.102.8
30542026-05-04T17:15:27.227Z Compiling multer v3.1.0
30552026-05-04T17:15:27.231Z Compiling match_cfg v0.1.0
30562026-05-04T17:15:27.231Z Compiling debug-ignore v1.0.5
30572026-05-04T17:15:27.231Z Compiling compression-core v0.4.31
30582026-05-04T17:15:27.231Z Compiling slog-json v2.6.1
30592026-05-04T17:15:27.247Z Compiling async-stream-impl v0.3.6
30602026-05-04T17:15:27.251Z Compiling serde_spanned v1.0.4
30612026-05-04T17:15:27.251Z Compiling toml_datetime v1.0.0+spec-1.1.0
30622026-05-04T17:15:27.252Z Compiling dropshot v0.17.0
30632026-05-04T17:15:27.252Z Compiling toml_writer v1.0.6+spec-1.1.0
30642026-05-04T17:15:27.488Z Compiling itertools v0.14.0
30652026-05-04T17:15:27.492Z Compiling waitgroup v0.1.2
30662026-05-04T17:15:27.539Z Compiling compression-codecs v0.4.37
30672026-05-04T17:15:27.542Z Compiling hostname v0.3.1
30682026-05-04T17:15:27.543Z Compiling toml v1.0.6+spec-1.1.0
30692026-05-04T17:15:27.590Z Compiling rustls-pemfile v2.2.0
30702026-05-04T17:15:27.620Z Compiling dropshot_endpoint v0.17.0
30712026-05-04T17:15:27.624Z Compiling serde_path_to_error v0.1.20
30722026-05-04T17:15:27.669Z Compiling slog-bunyan v2.5.0
30732026-05-04T17:15:27.669Z Compiling hostname v0.4.2
30742026-05-04T17:15:27.799Z Compiling async-compression v0.4.41
30752026-05-04T17:15:27.809Z Compiling progenitor-client v0.14.0
30762026-05-04T17:15:27.824Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30772026-05-04T17:15:27.839Z Compiling macaddr v1.0.1
30782026-05-04T17:15:27.860Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30792026-05-04T17:15:27.973Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30802026-05-04T17:15:27.990Z Compiling async-stream v0.3.6
30812026-05-04T17:15:28.008Z Compiling instant v0.1.13
30822026-05-04T17:15:28.023Z Compiling progenitor-client v0.10.0
30832026-05-04T17:15:28.053Z Compiling backon v1.6.0
30842026-05-04T17:15:28.082Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30852026-05-04T17:15:28.118Z Compiling backoff v0.4.0
30862026-05-04T17:15:28.135Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30872026-05-04T17:15:28.152Z Compiling universal-hash v0.5.1
30882026-05-04T17:15:28.181Z Compiling opaque-debug v0.3.1
30892026-05-04T17:15:28.217Z Compiling progenitor-extras v0.2.0
30902026-05-04T17:15:28.268Z Compiling half v2.7.1
30912026-05-04T17:15:28.286Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30922026-05-04T17:15:28.289Z Compiling unsafe-libyaml v0.2.11
30932026-05-04T17:15:28.318Z Compiling crucible-workspace-hack v0.1.0
30942026-05-04T17:15:28.340Z Compiling ciborium-io v0.2.2
30952026-05-04T17:15:28.357Z Compiling convert_case v0.4.0
30962026-05-04T17:15:28.441Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30972026-05-04T17:15:28.458Z Compiling regress v0.11.1
30982026-05-04T17:15:28.485Z Compiling aead v0.5.2
30992026-05-04T17:15:28.537Z Compiling ciborium-ll v0.2.2
31002026-05-04T17:15:28.591Z Compiling structmeta v0.3.0
31012026-05-04T17:15:28.608Z Compiling secrecy v0.10.3
31022026-05-04T17:15:28.608Z Compiling poly1305 v0.8.0
31032026-05-04T17:15:28.645Z Compiling chacha20 v0.9.1
31042026-05-04T17:15:28.706Z Compiling ciborium v0.2.2
31052026-05-04T17:15:28.723Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31062026-05-04T17:15:28.756Z Compiling derive_more v0.99.20
31072026-05-04T17:15:28.773Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31082026-05-04T17:15:28.776Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31092026-05-04T17:15:28.805Z Compiling thiserror-impl-no-std v2.0.2
31102026-05-04T17:15:28.829Z Compiling derive-ex v0.1.8
31112026-05-04T17:15:28.887Z Compiling parse-display-derive v0.10.0
31122026-05-04T17:15:28.922Z Compiling serde_yaml v0.9.34+deprecated
31132026-05-04T17:15:29.054Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31142026-05-04T17:15:29.081Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31152026-05-04T17:15:29.140Z Compiling byte-wrapper v0.1.0
31162026-05-04T17:15:29.180Z Compiling password-hash v0.5.0
31172026-05-04T17:15:29.247Z Compiling blake2 v0.10.6
31182026-05-04T17:15:29.298Z Compiling chacha20poly1305 v0.10.1
31192026-05-04T17:15:29.403Z Compiling indent_write v2.2.0
31202026-05-04T17:15:29.425Z Compiling heapless v0.8.0
31212026-05-04T17:15:29.471Z Compiling argon2 v0.5.3
31222026-05-04T17:15:29.499Z Compiling ingot-macros v0.1.1
31232026-05-04T17:15:29.563Z Compiling tokio-rustls v0.25.0
31242026-05-04T17:15:29.581Z Compiling toml_edit v0.23.10+spec-1.0.0
31252026-05-04T17:15:29.820Z Compiling hash32 v0.3.1
31262026-05-04T17:15:29.929Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31272026-05-04T17:15:30.003Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31282026-05-04T17:15:30.041Z Compiling typify-impl v0.6.2
31292026-05-04T17:15:30.218Z Compiling thiserror-no-std v2.0.2
31302026-05-04T17:15:30.234Z Compiling smoltcp v0.11.0
31312026-05-04T17:15:30.327Z Compiling vsss-rs v3.3.4
31322026-05-04T17:15:30.440Z Compiling proc-macro-crate v3.4.0
31332026-05-04T17:15:30.588Z Compiling test-strategy v0.4.5
31342026-05-04T17:15:30.625Z Compiling parse-display v0.10.0
31352026-05-04T17:15:30.641Z Compiling tabwriter v1.4.1
31362026-05-04T17:15:30.676Z Compiling num-rational v0.4.2
31372026-05-04T17:15:30.699Z Compiling cobs v0.3.0
31382026-05-04T17:15:30.911Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31392026-05-04T17:15:30.928Z Compiling num-complex v0.4.6
31402026-05-04T17:15:30.953Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31412026-05-04T17:15:31.020Z Compiling num_enum_derive v0.7.5
31422026-05-04T17:15:31.036Z Compiling postcard v1.1.3
31432026-05-04T17:15:31.107Z Compiling proc-macro-error v1.0.4
31442026-05-04T17:15:31.225Z Compiling proc-macro-crate v1.3.1
31452026-05-04T17:15:31.319Z Compiling num v0.4.3
31462026-05-04T17:15:31.388Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31472026-05-04T17:15:31.405Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31482026-05-04T17:15:31.425Z Compiling foreign-types-macros v0.2.3
31492026-05-04T17:15:31.428Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31502026-05-04T17:15:31.456Z Compiling float-ord v0.3.2
31512026-05-04T17:15:31.459Z Compiling rayon-core v1.13.0
31522026-05-04T17:15:31.600Z Compiling foreign-types-shared v0.3.1
31532026-05-04T17:15:31.648Z Compiling colored v3.1.1
31542026-05-04T17:15:31.665Z Compiling cpufeatures v0.3.0
31552026-05-04T17:15:31.683Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31562026-05-04T17:15:31.687Z Compiling num_enum_derive v0.5.11
31572026-05-04T17:15:31.761Z Compiling chacha20 v0.10.0
31582026-05-04T17:15:31.812Z Compiling crossbeam-deque v0.8.6
31592026-05-04T17:15:31.917Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31602026-05-04T17:15:31.933Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31612026-05-04T17:15:31.952Z Compiling cstr-argument v0.1.2
31622026-05-04T17:15:32.034Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31632026-05-04T17:15:32.052Z Compiling rand v0.10.0
31642026-05-04T17:15:32.094Z Compiling foreign-types v0.5.0
31652026-05-04T17:15:32.139Z Compiling toml v0.8.23
31662026-05-04T17:15:32.174Z Compiling num_enum v0.7.5
31672026-05-04T17:15:32.190Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31682026-05-04T17:15:32.204Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31692026-05-04T17:15:32.274Z Compiling camino-tempfile v1.4.1
31702026-05-04T17:15:32.314Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31712026-05-04T17:15:32.402Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31722026-05-04T17:15:32.432Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31732026-05-04T17:15:32.455Z Compiling ingot-types v0.1.2
31742026-05-04T17:15:32.477Z Compiling zone_cfg_derive v0.3.1
31752026-05-04T17:15:32.529Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31762026-05-04T17:15:32.547Z Compiling rayon v1.11.0
31772026-05-04T17:15:32.564Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31782026-05-04T17:15:32.583Z Compiling itertools v0.12.1
31792026-05-04T17:15:32.710Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31802026-05-04T17:15:32.798Z Compiling num-derive v0.4.2
31812026-05-04T17:15:32.801Z Compiling sigpipe v0.1.3
31822026-05-04T17:15:32.816Z Compiling num_enum v0.5.11
31832026-05-04T17:15:32.849Z Compiling ingot v0.1.1
31842026-05-04T17:15:32.871Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31852026-05-04T17:15:32.903Z Compiling glob v0.3.3
31862026-05-04T17:15:32.930Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31872026-05-04T17:15:32.948Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31882026-05-04T17:15:32.981Z Compiling smf v0.2.3
31892026-05-04T17:15:33.011Z Compiling whoami v1.6.1
31902026-05-04T17:15:33.107Z Compiling prettyplease v0.2.37
31912026-05-04T17:15:33.200Z Compiling gethostname v0.5.0
31922026-05-04T17:15:33.285Z Compiling usdt-attr-macro v0.5.0
31932026-05-04T17:15:33.321Z Compiling usdt-macro v0.5.0
31942026-05-04T17:15:33.337Z Compiling memmap v0.7.0
31952026-05-04T17:15:33.354Z Compiling atomicwrites v0.4.4
31962026-05-04T17:15:33.461Z Compiling derive-where v1.6.0
31972026-05-04T17:15:33.533Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31982026-05-04T17:15:33.549Z Compiling progenitor-client v0.13.0
31992026-05-04T17:15:33.570Z Compiling resolv-conf v0.7.6
32002026-05-04T17:15:33.690Z Compiling owo-colors v4.3.0
32012026-05-04T17:15:33.780Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
32022026-05-04T17:15:33.853Z Compiling zone v0.3.1
32032026-05-04T17:15:33.885Z Compiling cancel-safe-futures v0.1.5
32042026-05-04T17:15:33.937Z Compiling libsw-core v0.3.2
32052026-05-04T17:15:34.117Z Compiling async-recursion v1.1.1
32062026-05-04T17:15:34.149Z Compiling libsw v3.5.0
32072026-05-04T17:15:34.177Z Compiling usdt v0.5.0
32082026-05-04T17:15:34.212Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32092026-05-04T17:15:34.256Z Compiling libefi-sys v0.1.0
32102026-05-04T17:15:34.369Z Compiling linear-map v1.2.0
32112026-05-04T17:15:34.386Z Compiling console v0.15.11
32122026-05-04T17:15:34.482Z Compiling hickory-proto v0.24.4
32132026-05-04T17:15:34.505Z Compiling newline-converter v0.3.0
32142026-05-04T17:15:34.521Z Compiling bitfield-struct v0.6.2
32152026-05-04T17:15:34.561Z Compiling linked-hash-map v0.5.6
32162026-05-04T17:15:34.599Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32172026-05-04T17:15:34.599Z Compiling semver v0.1.20
32182026-05-04T17:15:34.698Z Compiling typify-macro v0.6.2
32192026-05-04T17:15:34.780Z Compiling lru-cache v0.1.2
32202026-05-04T17:15:34.801Z Compiling rustc_version v0.1.7
32212026-05-04T17:15:34.836Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32222026-05-04T17:15:34.853Z Compiling expectorate v1.2.0
32232026-05-04T17:15:34.857Z Compiling tokio-dtrace v0.1.1
32242026-05-04T17:15:34.883Z Compiling dropshot-api-manager-types v0.7.1
32252026-05-04T17:15:34.905Z Compiling pin-project-internal v1.1.11
32262026-05-04T17:15:34.922Z Compiling slog-dtrace v0.3.0
32272026-05-04T17:15:34.939Z Compiling minimal-lexical v0.2.1
32282026-05-04T17:15:35.000Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32292026-05-04T17:15:35.037Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32302026-05-04T17:15:35.059Z Compiling newtype_derive v0.1.6
32312026-05-04T17:15:35.103Z Compiling oxide-tokio-rt v0.1.4
32322026-05-04T17:15:35.168Z Compiling nom v7.1.3
32332026-05-04T17:15:35.202Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32342026-05-04T17:15:35.220Z Compiling typify-impl v0.4.3
32352026-05-04T17:15:35.238Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32362026-05-04T17:15:35.242Z Compiling snafu-derive v0.8.9
32372026-05-04T17:15:35.276Z Compiling phf_shared v0.12.1
32382026-05-04T17:15:35.292Z Compiling pem v3.0.6
32392026-05-04T17:15:35.414Z Compiling csv-core v0.1.13
32402026-05-04T17:15:35.428Z Compiling chrono-tz v0.10.4
32412026-05-04T17:15:35.513Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32422026-05-04T17:15:35.625Z Compiling xshell-macros v0.2.7
32432026-05-04T17:15:35.648Z Compiling same-file v1.0.6
32442026-05-04T17:15:35.694Z Compiling highway v1.3.0
32452026-05-04T17:15:35.729Z Compiling const_format_proc_macros v0.2.34
32462026-05-04T17:15:35.795Z Compiling walkdir v2.5.0
32472026-05-04T17:15:35.836Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32482026-05-04T17:15:35.946Z Compiling csv v1.4.0
32492026-05-04T17:15:35.971Z Compiling phf v0.12.1
32502026-05-04T17:15:36.054Z Compiling xshell v0.2.7
32512026-05-04T17:15:36.103Z Compiling pin-project v1.1.11
32522026-05-04T17:15:36.212Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32532026-05-04T17:15:36.215Z Compiling globset v0.4.18
32542026-05-04T17:15:36.265Z Compiling olpc-cjson v0.1.4
32552026-05-04T17:15:36.460Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32562026-05-04T17:15:36.531Z Compiling primeorder v0.13.6
32572026-05-04T17:15:36.552Z Compiling serde_plain v1.0.2
32582026-05-04T17:15:36.571Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32592026-05-04T17:15:36.592Z Compiling typed-path v0.9.3
32602026-05-04T17:15:36.606Z Compiling typify v0.6.2
32612026-05-04T17:15:36.639Z Compiling hickory-resolver v0.24.4
32622026-05-04T17:15:36.665Z Compiling const_format v0.2.35
32632026-05-04T17:15:36.743Z Compiling progenitor-impl v0.14.0
32642026-05-04T17:15:36.777Z Compiling progenitor-impl v0.13.0
32652026-05-04T17:15:36.824Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32662026-05-04T17:15:36.965Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32672026-05-04T17:15:37.013Z Compiling tabled_derive v0.7.0
32682026-05-04T17:15:37.109Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32692026-05-04T17:15:37.298Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32702026-05-04T17:15:37.340Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32712026-05-04T17:15:37.576Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32722026-05-04T17:15:37.677Z Compiling qorb v0.4.1
32732026-05-04T17:15:37.742Z Compiling snafu v0.8.9
32742026-05-04T17:15:37.856Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32752026-05-04T17:15:38.053Z Compiling tough v0.20.0
32762026-05-04T17:15:38.147Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32772026-05-04T17:15:38.163Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32782026-05-04T17:15:38.371Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32792026-05-04T17:15:38.420Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32802026-05-04T17:15:38.516Z Compiling bcs v0.1.6
32812026-05-04T17:15:38.587Z Compiling termtree v0.5.1
32822026-05-04T17:15:38.765Z Compiling salty v0.3.0
32832026-05-04T17:15:38.864Z Compiling textwrap v0.16.2
32842026-05-04T17:15:38.921Z Compiling tabled v0.15.0
32852026-05-04T17:15:39.068Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32862026-05-04T17:15:39.084Z Compiling steno v0.4.1
32872026-05-04T17:15:39.306Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32882026-05-04T17:15:39.364Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32892026-05-04T17:15:39.437Z Compiling radium v0.7.0
32902026-05-04T17:15:39.487Z Compiling progenitor-macro v0.14.0
32912026-05-04T17:15:39.507Z Compiling progenitor-macro v0.13.0
32922026-05-04T17:15:39.532Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32932026-05-04T17:15:39.559Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32942026-05-04T17:15:39.668Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32952026-05-04T17:15:39.743Z Compiling humantime v2.3.0
32962026-05-04T17:15:39.761Z Compiling base64 v0.21.7
32972026-05-04T17:15:39.870Z Compiling typify-macro v0.4.3
32982026-05-04T17:15:39.935Z Compiling tagptr v0.2.0
32992026-05-04T17:15:40.109Z Compiling moka v0.12.13
33002026-05-04T17:15:40.113Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33012026-05-04T17:15:40.144Z Compiling p384 v0.13.1
33022026-05-04T17:15:40.275Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33032026-05-04T17:15:40.498Z Compiling tap v1.0.1
33042026-05-04T17:15:40.633Z Compiling maybe-uninit v2.0.0
33052026-05-04T17:15:40.710Z Compiling wyz v0.5.1
33062026-05-04T17:15:40.734Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33072026-05-04T17:15:40.918Z Compiling hickory-resolver v0.25.2
33082026-05-04T17:15:40.997Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33092026-05-04T17:15:41.015Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33102026-05-04T17:15:41.217Z Compiling proc-macro-error-attr2 v2.0.0
33112026-05-04T17:15:41.291Z Compiling funty v2.0.0
33122026-05-04T17:15:41.323Z Compiling packed_struct v0.10.1
33132026-05-04T17:15:41.357Z Compiling utf-8 v0.7.6
33142026-05-04T17:15:41.562Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33152026-05-04T17:15:41.612Z Compiling parking_lot_core v0.8.6
33162026-05-04T17:15:41.662Z Compiling proc-macro-error2 v2.0.1
33172026-05-04T17:15:41.679Z Compiling typify v0.4.3
33182026-05-04T17:15:41.679Z Compiling bitvec v1.0.1
33192026-05-04T17:15:41.735Z Compiling tungstenite v0.21.0
33202026-05-04T17:15:41.831Z Compiling polyval v0.6.2
33212026-05-04T17:15:41.897Z Compiling git-stub v1.0.0
33222026-05-04T17:15:41.929Z Compiling num-derive v0.3.3
33232026-05-04T17:15:41.949Z Compiling packed_struct_codegen v0.10.1
33242026-05-04T17:15:42.012Z Compiling bitfield-macros v0.19.4
33252026-05-04T17:15:42.078Z Compiling zerocopy-derive v0.6.6
33262026-05-04T17:15:42.093Z Compiling indexmap v1.9.3
33272026-05-04T17:15:42.161Z Compiling crc-catalog v2.4.0
33282026-05-04T17:15:42.186Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33292026-05-04T17:15:42.279Z Compiling nodrop v0.1.14
33302026-05-04T17:15:42.355Z Compiling tokio-tungstenite v0.21.0
33312026-05-04T17:15:42.397Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33322026-05-04T17:15:42.436Z Compiling array-init v0.0.4
33332026-05-04T17:15:42.653Z Compiling crc v3.4.0
33342026-05-04T17:15:42.699Z Compiling git-stub-vcs v0.1.0
33352026-05-04T17:15:42.794Z Compiling bitfield v0.19.4
33362026-05-04T17:15:42.813Z Compiling tabled_derive v0.11.0
33372026-05-04T17:15:42.888Z Compiling libscf-sys v1.1.0
33382026-05-04T17:15:42.911Z Compiling ghash v0.5.1
33392026-05-04T17:15:42.976Z Compiling zerocopy v0.6.6
33402026-05-04T17:15:43.057Z Compiling smallvec v0.6.14
33412026-05-04T17:15:43.118Z Compiling progenitor-impl v0.11.2
33422026-05-04T17:15:43.136Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33432026-05-04T17:15:43.173Z Compiling papergrid v0.17.0
33442026-05-04T17:15:43.262Z Compiling testing_table v0.3.0
33452026-05-04T17:15:43.290Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33462026-05-04T17:15:43.307Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33472026-05-04T17:15:43.330Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33482026-05-04T17:15:43.451Z Compiling ctr v0.9.2
33492026-05-04T17:15:43.468Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33502026-05-04T17:15:43.571Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33512026-05-04T17:15:43.693Z Compiling corncobs v0.1.4
33522026-05-04T17:15:43.719Z Compiling hashbrown v0.12.3
33532026-05-04T17:15:43.821Z Compiling unicase v2.9.0
33542026-05-04T17:15:43.837Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33552026-05-04T17:15:43.930Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33562026-05-04T17:15:43.949Z Compiling aes-gcm v0.10.3
33572026-05-04T17:15:43.997Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33582026-05-04T17:15:44.059Z Compiling mime_guess v2.0.5
33592026-05-04T17:15:44.075Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33602026-05-04T17:15:44.173Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33612026-05-04T17:15:44.271Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33622026-05-04T17:15:44.288Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33632026-05-04T17:15:44.304Z Compiling tabled v0.20.0
33642026-05-04T17:15:44.326Z Compiling serde-hex v0.1.0
33652026-05-04T17:15:44.566Z Compiling parking_lot v0.11.2
33662026-05-04T17:15:44.619Z Compiling progenitor v0.14.0
33672026-05-04T17:15:44.640Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33682026-05-04T17:15:44.656Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33692026-05-04T17:15:44.656Z Compiling progenitor v0.13.0
33702026-05-04T17:15:44.790Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33712026-05-04T17:15:44.847Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33722026-05-04T17:15:44.903Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33732026-05-04T17:15:44.997Z Compiling progenitor-impl v0.10.0
33742026-05-04T17:15:45.047Z Compiling ron v0.8.1
33752026-05-04T17:15:45.117Z Compiling hashbrown v0.13.2
33762026-05-04T17:15:45.133Z Compiling progenitor-client v0.11.2
33772026-05-04T17:15:45.195Z Compiling ssh-encoding v0.2.0
33782026-05-04T17:15:45.408Z Compiling prefix-trie v0.7.0
33792026-05-04T17:15:45.478Z Compiling blowfish v0.9.1
33802026-05-04T17:15:45.495Z Compiling fxhash v0.2.1
33812026-05-04T17:15:45.621Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33822026-05-04T17:15:45.666Z Compiling secrecy v0.8.0
33832026-05-04T17:15:45.708Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33842026-05-04T17:15:45.745Z Compiling crc-any v2.5.0
33852026-05-04T17:15:45.817Z Compiling progenitor-macro v0.11.2
33862026-05-04T17:15:45.949Z Compiling hickory-server v0.25.2
33872026-05-04T17:15:46.011Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33882026-05-04T17:15:46.032Z Compiling bcrypt-pbkdf v0.10.0
33892026-05-04T17:15:46.106Z Compiling sled v0.34.7
33902026-05-04T17:15:46.428Z Compiling object v0.30.4
33912026-05-04T17:15:46.481Z Compiling ssh-cipher v0.2.0
33922026-05-04T17:15:46.954Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33932026-05-04T17:15:47.055Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33942026-05-04T17:15:47.116Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33952026-05-04T17:15:47.202Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33962026-05-04T17:15:47.403Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33972026-05-04T17:15:47.794Z Compiling progenitor-macro v0.10.0
33982026-05-04T17:15:47.821Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33992026-05-04T17:15:47.945Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
34002026-05-04T17:15:47.977Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34012026-05-04T17:15:48.025Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34022026-05-04T17:15:48.612Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34032026-05-04T17:15:48.746Z Compiling password-hash v0.4.2
34042026-05-04T17:15:49.049Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34052026-05-04T17:15:49.155Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34062026-05-04T17:15:49.341Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34072026-05-04T17:15:49.400Z Compiling crc8 v0.1.1
34082026-05-04T17:15:49.426Z Compiling path-slash v0.1.5
34092026-05-04T17:15:49.443Z Compiling half v1.8.3
34102026-05-04T17:15:49.551Z Compiling http-range v0.1.5
34112026-05-04T17:15:49.592Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34122026-05-04T17:15:49.608Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34132026-05-04T17:15:49.728Z Compiling serde_cbor v0.11.2
34142026-05-04T17:15:49.765Z Compiling pbkdf2 v0.11.0
34152026-05-04T17:15:49.781Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34162026-05-04T17:15:49.959Z Compiling ssh-key v0.6.7
34172026-05-04T17:15:50.185Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34182026-05-04T17:15:50.202Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34192026-05-04T17:15:50.240Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34202026-05-04T17:15:50.259Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34212026-05-04T17:15:50.351Z Compiling p521 v0.13.3
34222026-05-04T17:15:50.368Z Compiling p256 v0.13.2
34232026-05-04T17:15:50.762Z Compiling yasna v0.5.2
34242026-05-04T17:15:50.778Z Compiling kstat-rs v0.2.4
34252026-05-04T17:15:50.903Z Compiling headers-core v0.3.0
34262026-05-04T17:15:50.940Z Compiling progenitor v0.11.2
34272026-05-04T17:15:50.994Z Compiling nanorand v0.7.0
34282026-05-04T17:15:51.050Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34292026-05-04T17:15:51.068Z Compiling atty v0.2.14
34302026-05-04T17:15:51.071Z Compiling russh-cryptovec v0.7.3
34312026-05-04T17:15:51.101Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34322026-05-04T17:15:51.118Z Compiling md5 v0.7.0
34332026-05-04T17:15:51.140Z Compiling home v0.5.12
34342026-05-04T17:15:51.253Z Compiling rcgen v0.12.1
34352026-05-04T17:15:51.269Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34362026-05-04T17:15:51.339Z Compiling russh-keys v0.45.0
34372026-05-04T17:15:51.339Z Compiling flume v0.11.1
34382026-05-04T17:15:51.370Z Compiling headers v0.4.1
34392026-05-04T17:15:51.388Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34402026-05-04T17:15:51.411Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34412026-05-04T17:15:51.513Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34422026-05-04T17:15:51.679Z Compiling hyper-staticfile v0.10.1
34432026-05-04T17:15:51.702Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34442026-05-04T17:15:51.798Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34452026-05-04T17:15:52.128Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34462026-05-04T17:15:52.159Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34472026-05-04T17:15:52.162Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34482026-05-04T17:15:52.194Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34492026-05-04T17:15:52.238Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34502026-05-04T17:15:52.492Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34512026-05-04T17:15:52.549Z Compiling num-bigint v0.4.6
34522026-05-04T17:15:52.715Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34532026-05-04T17:15:52.859Z Compiling progenitor v0.10.0
34542026-05-04T17:15:52.878Z Compiling des v0.8.1
34552026-05-04T17:15:52.934Z Compiling subprocess v0.2.15
34562026-05-04T17:15:52.952Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34572026-05-04T17:15:52.984Z Compiling hex-literal v0.4.1
34582026-05-04T17:15:53.037Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34592026-05-04T17:15:53.099Z Compiling display-error-chain v0.2.2
34602026-05-04T17:15:53.122Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34612026-05-04T17:15:53.168Z Compiling colored v2.2.0
34622026-05-04T17:15:53.239Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34632026-05-04T17:15:53.265Z Compiling socket2 v0.5.10
34642026-05-04T17:15:53.398Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34652026-05-04T17:15:53.498Z Compiling internet-checksum v0.2.1
34662026-05-04T17:15:53.710Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34672026-05-04T17:15:53.727Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34682026-05-04T17:15:53.792Z Compiling russh v0.45.0
34692026-05-04T17:15:56.326Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34702026-05-04T17:15:56.993Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34712026-05-04T17:15:57.457Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34722026-05-04T17:15:58.763Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34732026-05-04T17:16:06.651Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34742026-05-04T17:16:06.651Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34752026-05-04T17:16:06.651Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34762026-05-04T17:16:06.654Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34772026-05-04T17:16:08.395Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34782026-05-04T17:16:08.487Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34792026-05-04T17:16:12.684Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34802026-05-04T17:16:14.034Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34812026-05-04T17:16:33.051Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34822026-05-04T17:16:51.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34832026-05-04T17:16:52.084Z
34842026-05-04T17:16:52.084Zreal 1:25.883880155
34852026-05-04T17:16:52.084Zuser 8:19.753888085
34862026-05-04T17:16:52.084Zsys 1:40.128362958
34872026-05-04T17:16:52.084Ztrap 0.256977994
34882026-05-04T17:16:52.087Ztflt 0.586033249
34892026-05-04T17:16:52.087Zdflt 1.459778277
34902026-05-04T17:16:52.087Zkflt 0.000239781
34912026-05-04T17:16:52.087Zlock 29:44.196671890
34922026-05-04T17:16:52.087Zslp 19:29.514369256
34932026-05-04T17:16:52.087Zlat 39.392514421
34942026-05-04T17:16:52.088Zstop 2:43.334284539
34952026-05-04T17:16:52.088Z+ mkdir tests
34962026-05-04T17:16:52.091Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34972026-05-04T17:16:52.091Z+ xargs -I '{}' -t cp '{}' tests/
34982026-05-04T17:16:52.117Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-71486683a83dbca6 tests/
34992026-05-04T17:16:52.138Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-63a2627a1d3cde60 tests/
35002026-05-04T17:16:52.158Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-70c5f4ae5fff421d tests/
35012026-05-04T17:16:52.180Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-692ddffc808bacde tests/
35022026-05-04T17:16:52.416Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
35032026-05-04T17:16:52.420Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-63a2627a1d3cde60 tests/commtest-70c5f4ae5fff421d tests/dhcp_server-71486683a83dbca6 tests/end_to_end_tests-692ddffc808bacde out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
35042026-05-04T17:18:18.203ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35052026-05-04T17:18:18.203Za .github/buildomat/ci-env.sh 1K
35062026-05-04T17:18:18.203Za out/target/test 1K
35072026-05-04T17:18:18.203Za out/npuzone/npuzone 27402K
35082026-05-04T17:18:18.203Za package-manifest.toml 35K
35092026-05-04T17:18:18.203Za smf/sled-agent/non-gimlet/config.toml 6K
35102026-05-04T17:18:18.203Za target/release/omicron-package 44886K
35112026-05-04T17:18:18.203Za target/release/xtask 11449K
35122026-05-04T17:18:18.203Za target/debug/bootstrap 351705K
35132026-05-04T17:18:18.203Za tests/bootstrap-63a2627a1d3cde60 31215K
35142026-05-04T17:18:18.203Za tests/commtest-70c5f4ae5fff421d 32300K
35152026-05-04T17:18:18.203Za tests/dhcp_server-71486683a83dbca6 31215K
35162026-05-04T17:18:18.203Za tests/end_to_end_tests-692ddffc808bacde 392816K
35172026-05-04T17:18:18.203Za out/clickhouse.tar.gz 318419K
35182026-05-04T17:18:18.203Za out/clickhouse_keeper.tar.gz 303786K
35192026-05-04T17:18:18.203Za out/clickhouse_server.tar.gz 318418K
35202026-05-04T17:18:18.203Za out/cockroachdb.tar.gz 164630K
35212026-05-04T17:18:18.203Za out/crucible-pantry-zone.tar.gz 43686K
35222026-05-04T17:18:18.203Za out/crucible-utils.tar 17744K
35232026-05-04T17:18:18.203Za out/crucible-zone.tar.gz 57824K
35242026-05-04T17:18:18.203Za out/external-dns.tar.gz 49279K
35252026-05-04T17:18:18.203Za out/internal-dns.tar.gz 49279K
35262026-05-04T17:18:18.203Za out/mg-ddm-gz.tar 95141K
35272026-05-04T17:18:18.203Za out/nexus.tar.gz 220107K
35282026-05-04T17:18:18.203Za out/ntp.tar.gz 31636K
35292026-05-04T17:18:18.203Za out/omicron-gateway-softnpu.tar.gz 28504K
35302026-05-04T17:18:18.203Za out/omicron-sled-agent.tar 198741K
35312026-05-04T17:18:18.203Za out/overlay.tar.gz 3K
35322026-05-04T17:18:18.204Za out/oximeter.tar.gz 65279K
35332026-05-04T17:18:18.204Za out/oxlog.tar 3782K
35342026-05-04T17:18:18.204Za out/probe.tar.gz 3037K
35352026-05-04T17:18:18.204Za out/propolis-server.tar.gz 38727K
35362026-05-04T17:18:18.204Za out/pumpkind-gz.tar 26647K
35372026-05-04T17:18:18.204Za out/switch-softnpu.tar.gz 393093K
35382026-05-04T17:18:18.209Z
35392026-05-04T17:18:18.209Zreal 1:25.777973425
35402026-05-04T17:18:18.209Zuser 1:23.109456749
35412026-05-04T17:18:18.209Zsys 4.438051896
35422026-05-04T17:18:18.209Ztrap 0.006904024
35432026-05-04T17:18:18.209Ztflt 0.000000000
35442026-05-04T17:18:18.209Zdflt 0.000000000
35452026-05-04T17:18:18.209Zkflt 0.000000000
35462026-05-04T17:18:18.209Zlock 0.000000000
35472026-05-04T17:18:18.209Zslp 1:23.016871279
35482026-05-04T17:18:18.210Zlat 0.980437411
35492026-05-04T17:18:18.210Zstop 0.000216544
35502026-05-04T17:18:18.210Zprocess exited: duration 1197128 ms, exit code 0
 
35512026-05-04T17:18:18.225Zfound 1 output files
35522026-05-04T17:18:18.240Zuploading: /work/package.tar.gz (2429192009 bytes)
35532026-05-04T17:18:45.274Zuploaded: /work/package.tar.gz