01KP61TKZVGGC33XRC4K5781PZ: 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: 01KP61V17JN11AR690GG33YKCA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-14T13:11:44.599Zjob assigned to worker 01KP61VMK1C7G1CN05SAQTQ5Y4 [factory aws, i-0ea89ffd203ad6ec6] (queued for 1 m 6 s)
 
22026-04-14T13:11:52.261Zstarting task 0: "setup"
32026-04-14T13:11:52.266Z++ uname -s
42026-04-14T13:11:52.270Z+ kern=SunOS
52026-04-14T13:11:52.270Z+ build_user=build
62026-04-14T13:11:52.271Z+ build_uid=12345
72026-04-14T13:11:52.271Z+ work_dir=/work
82026-04-14T13:11:52.271Z+ input_dir=/input
92026-04-14T13:11:52.271Z+ [[ 0 == 12345 ]]
102026-04-14T13:11:52.271Z+ case "$kern" in
112026-04-14T13:11:52.271Z+ groupadd -g 12345 build
122026-04-14T13:11:52.274Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-14T13:11:54.279Z+ zfs create -o mountpoint=/work rpool/work
142026-04-14T13:11:54.451Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-14T13:11:54.454Z+ home_fs=zfs
162026-04-14T13:11:54.454Z+ [[ zfs == autofs ]]
172026-04-14T13:11:54.454Z+ mkdir -p /home/build
182026-04-14T13:11:54.454Z+ chown build:build /home/build /work
192026-04-14T13:11:56.457Z+ chmod 0700 /home/build /work
202026-04-14T13:11:56.460Zprocess exited: duration 4202 ms, exit code 0
 
212026-04-14T13:11:56.467Zstarting task 1: "rust-toolchain"
222026-04-14T13:11:56.473Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-14T13:11:56.473Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-14T13:11:56.473Z * rust toolchain channel = "1.94.0"
252026-04-14T13:11:56.473Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-14T13:11:56.474Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-14T13:11:56.474Z * rust toolchain profile = "default"
282026-04-14T13:11:56.477Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-14T13:11:56.477Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-14T13:11:56.602Zinfo: downloading installer
312026-04-14T13:11:57.975Zwarn: It looks like you have an existing installation of Rust at:
322026-04-14T13:11:57.975Zwarn: /opt/ooce/bin
332026-04-14T13:11:57.975Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-14T13:11:57.975Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-14T13:11:57.975Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-14T13:11:57.975Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-14T13:11:57.975Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-14T13:11:57.975Zerror: cannot install while Rust is installed
392026-04-14T13:11:57.975Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-14T13:11:57.975Zwarn: It looks like you have an existing rustup settings file at:
412026-04-14T13:11:57.975Zwarn: /home/build/.rustup/settings.toml
422026-04-14T13:11:57.975Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-14T13:11:57.975Zwarn: instead of the one inferred from the default host triple.
442026-04-14T13:11:57.988Zinfo: profile set to default
452026-04-14T13:11:57.988Zinfo: default host triple is x86_64-unknown-illumos
462026-04-14T13:11:57.991Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-14T13:11:58.123Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-14T13:11:58.126Zinfo: downloading 6 components
492026-04-14T13:12:12.222Z
502026-04-14T13:12:12.222Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-04-14T13:12:12.253Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-14T13:12:12.253Z
532026-04-14T13:12:12.253Z
542026-04-14T13:12:12.253ZRust is installed now. Great!
552026-04-14T13:12:12.253Z
562026-04-14T13:12:12.253ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-14T13:12:12.253Zenvironment variable. This has not been done automatically.
582026-04-14T13:12:12.253Z
592026-04-14T13:12:12.253ZTo configure your current shell, you need to source
602026-04-14T13:12:12.253Zthe corresponding env file under $HOME/.cargo.
612026-04-14T13:12:12.253Z
622026-04-14T13:12:12.253ZThis is usually done by running one of the following (note the leading DOT):
632026-04-14T13:12:12.253Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-14T13:12:12.253Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-14T13:12:12.253Zsource "~/.cargo/env.nu" # For nushell
662026-04-14T13:12:12.256Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-14T13:12:12.257Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-14T13:12:12.257Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-14T13:12:12.257Zwarn: no default linker (`cc`) was found in your PATH
702026-04-14T13:12:12.257Zwarn: many Rust crates require a system C toolchain to build
712026-04-14T13:12:12.351Z+ rustup --version
722026-04-14T13:12:12.358Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-14T13:12:12.361Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-14T13:12:12.378Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-14T13:12:12.381Z+ cargo --version
762026-04-14T13:12:12.390Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-14T13:12:12.393Z+ rustc --version
782026-04-14T13:12:12.411Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-14T13:12:12.414Zprocess exited: duration 15946 ms, exit code 0
 
802026-04-14T13:12:12.420Zstarting task 2: "authentication"
812026-04-14T13:12:12.439Zprocess exited: duration 17 ms, exit code 0
 
822026-04-14T13:12:12.447Zstarting task 3: "clone repository"
832026-04-14T13:12:12.450Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-14T13:12:12.453Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-14T13:12:12.483ZCloning into '/work/oxidecomputer/omicron'...
862026-04-14T13:12:23.346Z+ cd /work/oxidecomputer/omicron
872026-04-14T13:12:23.346Z+ git fetch origin f24a91e95146b8ea564420cfd4736b39b8ed1423
882026-04-14T13:12:23.648ZFrom https://github.com/oxidecomputer/omicron
892026-04-14T13:12:23.648Z * branch f24a91e95146b8ea564420cfd4736b39b8ed1423 -> FETCH_HEAD
902026-04-14T13:12:23.661Z+ [[ -n bump-console-a3b47575 ]]
912026-04-14T13:12:23.664Z++ git branch --show-current
922026-04-14T13:12:23.667Z+ current=main
932026-04-14T13:12:23.667Z+ [[ main != bump-console-a3b47575 ]]
942026-04-14T13:12:23.667Z+ git branch -f bump-console-a3b47575 f24a91e95146b8ea564420cfd4736b39b8ed1423
952026-04-14T13:12:23.670Z+ git checkout -f bump-console-a3b47575
962026-04-14T13:12:23.957ZSwitched to branch 'bump-console-a3b47575'
972026-04-14T13:12:23.960Z+ git reset --hard f24a91e95146b8ea564420cfd4736b39b8ed1423
982026-04-14T13:12:23.971ZHEAD is now at f24a91e95 Bump web console (fix image upload progress bar)
992026-04-14T13:12:23.974Zprocess exited: duration 11526 ms, exit code 0
 
1002026-04-14T13:12:23.980Zstarting task 4: "build"
1012026-04-14T13:12:23.985Z+ source .github/buildomat/ci-env.sh
1022026-04-14T13:12:23.985Z++ export CARGO_TERM_COLOR=always
1032026-04-14T13:12:23.985Z++ CARGO_TERM_COLOR=always
1042026-04-14T13:12:23.985Z+ cargo --version
1052026-04-14T13:12:23.995Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-14T13:12:23.998Z+ rustc --version
1072026-04-14T13:12:24.020Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-14T13:12:24.023Z+ WORK=/work
1092026-04-14T13:12:24.023Z+ pfexec mkdir -p /work
1102026-04-14T13:12:24.026Z+ pfexec chown build /work
1112026-04-14T13:12:24.029Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-14T13:12:32.993Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-14T13:12:40.091Z Startup: Caching catalogs ... Done
1142026-04-14T13:12:45.231ZPlanning: Solver setup ... Done (3.799s)
1152026-04-14T13:12:45.257ZPlanning: Running solver ... Done (0.027s)
1162026-04-14T13:12:45.380ZPlanning: Finding local manifests ... Done (0.004s)
1172026-04-14T13:12:45.402ZPlanning: Fetching manifests: 0/4 0% complete
1182026-04-14T13:12:46.123ZPlanning: Fetching manifests: 4/4 100% complete
1192026-04-14T13:12:46.443ZPlanning: Package planning ... Done (0.320s)
1202026-04-14T13:12:46.472ZPlanning: Merging actions ... Done (0.028s)
1212026-04-14T13:12:46.652ZPlanning: Checking for conflicting actions ... Done (0.182s)
1222026-04-14T13:12:46.659ZPlanning: Consolidating action changes ... Done (0.007s)
1232026-04-14T13:12:47.526ZPlanning: Evaluating mediators ... Done (0.866s)
1242026-04-14T13:12:47.532ZPlanning: Planning completed in 7.28 seconds
1252026-04-14T13:12:47.545Z Packages to install: 4
1262026-04-14T13:12:47.545Z Mediators to change: 2
1272026-04-14T13:12:47.545Z Services to change: 1
1282026-04-14T13:12:47.545Z Estimated space available: 155.34 GB
1292026-04-14T13:12:47.545ZEstimated space to be consumed: 1.85 GB
1302026-04-14T13:12:47.549Z Create boot environment: No
1312026-04-14T13:12:47.549ZCreate backup boot environment: No
1322026-04-14T13:12:47.549Z Rebuild boot archive: No
1332026-04-14T13:12:47.549Z
1342026-04-14T13:12:47.549ZChanged mediators:
1352026-04-14T13:12:47.549Z mediator clang:
1362026-04-14T13:12:47.549Z version: None -> 15 (system default)
1372026-04-14T13:12:47.549Z
1382026-04-14T13:12:47.549Z mediator llvm:
1392026-04-14T13:12:47.549Z version: 14 (system default) -> 15 (system default)
1402026-04-14T13:12:47.549Z
1412026-04-14T13:12:47.550ZChanged packages:
1422026-04-14T13:12:47.550Zhelios-dev
1432026-04-14T13:12:47.550Z developer/build-essential
1442026-04-14T13:12:47.550Z None -> 11-2.0
1452026-04-14T13:12:47.550Z library/libxmlsec1
1462026-04-14T13:12:47.550Z None -> 1.2.35-2.0
1472026-04-14T13:12:47.550Z ooce/developer/clang-15
1482026-04-14T13:12:47.550Z None -> 15.0.7-2.0
1492026-04-14T13:12:47.550Z ooce/developer/llvm-15
1502026-04-14T13:12:47.550Z None -> 15.0.7-2.0
1512026-04-14T13:12:47.550Z
1522026-04-14T13:12:47.550ZServices:
1532026-04-14T13:12:47.550Z restart_fmri:
1542026-04-14T13:12:47.550Z svc:/system/update-man-index:default
1552026-04-14T13:12:47.588Z
1562026-04-14T13:12:47.588ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-04-14T13:12:52.589ZDownload: 1196/3290 items 83.3/212.6MB 39% complete (17.3M/s)
1582026-04-14T13:12:57.837ZDownload: 3242/3290 items 202.9/212.6MB 95% complete (20.4M/s)
1592026-04-14T13:12:58.671ZDownload: Completed 212.60 MB in 11.08 seconds (19.2M/s)
1602026-04-14T13:12:58.915Z Actions: 1/3689 actions (Installing new actions)
1612026-04-14T13:13:02.160Z Actions: Completed 3689 actions in 3.24 seconds.
1622026-04-14T13:13:02.435Z Done (0.271s)
1632026-04-14T13:13:02.435Z Done (0.000s)
1642026-04-14T13:13:03.057Z Done (0.621s)
1652026-04-14T13:13:06.457Z Done (3.063s)
1662026-04-14T13:13:06.534Z Done (0.013s)
1672026-04-14T13:13:06.537Z Done (0.000s)
1682026-04-14T13:13:06.770Z Done (0.000s)
1692026-04-14T13:13:07.604ZPlanning: Evaluating mediator changes ... Done
1702026-04-14T13:13:07.709ZPlanning: Checking for conflicting actions ... Done
1712026-04-14T13:13:07.712ZPlanning: Consolidating action changes ... Done
1722026-04-14T13:13:07.866ZPlanning: Evaluating mediators ... Done
1732026-04-14T13:13:07.869ZPlanning: Planning completed in 0.26 seconds
1742026-04-14T13:13:07.888Z Mediators to change: 2
1752026-04-14T13:13:07.888Z Create boot environment: No
1762026-04-14T13:13:07.888ZCreate backup boot environment: No
1772026-04-14T13:13:07.967Z Done
1782026-04-14T13:13:07.967Z Done
1792026-04-14T13:13:08.559Z Done
1802026-04-14T13:13:11.040Z Done
1812026-04-14T13:13:11.115Z Done
1822026-04-14T13:13:11.118Z Done
1832026-04-14T13:13:11.270Z Done
1842026-04-14T13:13:11.675ZPlanning: Evaluating mediator changes ... Done
1852026-04-14T13:13:11.678ZPlanning: Merging actions ... Done
1862026-04-14T13:13:11.812ZPlanning: Checking for conflicting actions ... Done
1872026-04-14T13:13:11.815ZPlanning: Consolidating action changes ... Done
1882026-04-14T13:13:11.952ZPlanning: Evaluating mediators ... Done
1892026-04-14T13:13:11.980ZPlanning: Planning completed in 0.45 seconds
1902026-04-14T13:13:12.004Z Packages to change: 1
1912026-04-14T13:13:12.004Z Mediators to change: 1
1922026-04-14T13:13:12.004Z Services to change: 1
1932026-04-14T13:13:12.004Z Create boot environment: No
1942026-04-14T13:13:12.004ZCreate backup boot environment: Yes
1952026-04-14T13:13:14.398Z Actions: 1/6 actions (Updating modified actions)
1962026-04-14T13:13:14.401Z Actions: Completed 6 actions in 0.00 seconds.
1972026-04-14T13:13:14.401Z Done
1982026-04-14T13:13:14.401Z Done
1992026-04-14T13:13:14.543Z Done
2002026-04-14T13:13:17.089Z Done
2012026-04-14T13:13:17.162Z Done
2022026-04-14T13:13:17.165Z Done
2032026-04-14T13:13:17.324Z Done
2042026-04-14T13:13:17.605ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-04-14T13:13:17.605Zclang system 15 system
2062026-04-14T13:13:17.605Zcsh system system illumos
2072026-04-14T13:13:17.605Zctags system system illumos
2082026-04-14T13:13:17.605Zfile system system illumos
2092026-04-14T13:13:17.605Zgcc vendor 12 vendor
2102026-04-14T13:13:17.605Zgcc system 14 system
2112026-04-14T13:13:17.605Zgcc system 10 system
2122026-04-14T13:13:17.605Zgo system 1.20 system
2132026-04-14T13:13:17.605Zgo system 1.19 system
2142026-04-14T13:13:17.605Zllvm system 15 system
2152026-04-14T13:13:17.605Zllvm system 14 system
2162026-04-14T13:13:17.605Zmariadb system 10.6 system
2172026-04-14T13:13:17.605Zmta vendor vendor dma
2182026-04-14T13:13:17.605Zopenjdk system 17 system
2192026-04-14T13:13:17.605Zopenjdk system 11 system
2202026-04-14T13:13:17.605Zopenjdk system 1.8 system
2212026-04-14T13:13:17.605Zopenssl vendor 3 vendor
2222026-04-14T13:13:17.605Zperl system 5.36 system
2232026-04-14T13:13:17.605Zpostgresql system 15 system
2242026-04-14T13:13:17.605Zpostgresql system 13 system
2252026-04-14T13:13:17.606Zpython vendor 3 vendor
2262026-04-14T13:13:17.606Zpython system 2 system
2272026-04-14T13:13:17.606Zpython3 system 3.11 system
2282026-04-14T13:13:17.606Zruby system 3.0 system
2292026-04-14T13:13:17.606Zwords vendor vendor american-english
2302026-04-14T13:13:17.606Zwords system system australian-english
2312026-04-14T13:13:17.606Zwords system system british-english
2322026-04-14T13:13:17.606Zwords system system canadian-english
2332026-04-14T13:13:17.606Zwords system system french
2342026-04-14T13:13:17.606Zwords system system italian
2352026-04-14T13:13:17.606Zwords system system ngerman
2362026-04-14T13:13:17.606Zwords system system ogerman
2372026-04-14T13:13:17.606Zwords system system spanish
2382026-04-14T13:13:17.834ZPUBLISHER TYPE STATUS P LOCATION
2392026-04-14T13:13:17.834Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-04-14T13:13:22.213ZFMRI IFO
2412026-04-14T13:13:22.213Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-04-14T13:13:22.213Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-04-14T13:13:22.213Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-04-14T13:13:22.213Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-04-14T13:13:22.213Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-04-14T13:13:22.213Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-04-14T13:13:22.213Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482026-04-14T13:13:22.213Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2492026-04-14T13:13:22.213Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2502026-04-14T13:13:22.213Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512026-04-14T13:13:22.213Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2522026-04-14T13:13:22.213Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2532026-04-14T13:13:22.213Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542026-04-14T13:13:22.213Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2552026-04-14T13:13:22.213Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2562026-04-14T13:13:22.213Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572026-04-14T13:13:23.310Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582026-04-14T13:13:23.598Z Updating crates.io index
2592026-04-14T13:13:23.631Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602026-04-14T13:13:24.342Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-04-14T13:13:24.727Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-04-14T13:13:25.155Z Updating git repository `https://github.com/oxidecomputer/propolis`
2632026-04-14T13:13:26.831Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-04-14T13:13:27.283Z Updating git repository `https://github.com/oxidecomputer/crucible`
2652026-04-14T13:13:28.663Z Updating git repository `https://github.com/oxidecomputer/opte`
2662026-04-14T13:13:29.354Z Updating git repository `https://github.com/oxidecomputer/tofino`
2672026-04-14T13:13:29.777Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2682026-04-14T13:13:30.382Z Updating git repository `https://github.com/oxidecomputer/clickward`
2692026-04-14T13:13:30.881Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-04-14T13:13:31.227Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2712026-04-14T13:13:31.552Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2722026-04-14T13:13:32.462Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2732026-04-14T13:13:32.963Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-04-14T13:13:33.301Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2752026-04-14T13:13:33.603Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2762026-04-14T13:13:33.858Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2772026-04-14T13:13:34.178Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2782026-04-14T13:13:34.402Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2792026-04-14T13:13:34.678Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2802026-04-14T13:13:35.076Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2812026-04-14T13:13:35.513Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2822026-04-14T13:13:35.946Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2832026-04-14T13:13:36.210Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2842026-04-14T13:13:36.512Z Updating git repository `https://github.com/oxidecomputer/ispf`
2852026-04-14T13:13:36.786Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-04-14T13:13:37.735Z Updating git repository `https://github.com/oxidecomputer/crucible`
2872026-04-14T13:13:38.621Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-04-14T13:13:39.108Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892026-04-14T13:13:39.365Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902026-04-14T13:13:39.718Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-04-14T13:13:40.041Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-04-14T13:13:40.440Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932026-04-14T13:13:40.947Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942026-04-14T13:13:41.223Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952026-04-14T13:13:41.489Z Updating git repository `https://github.com/illumos/smf-rs`
2962026-04-14T13:13:41.828Z Updating git repository `https://github.com/oxidecomputer/omicron`
2972026-04-14T13:13:53.668Z Downloading crates ...
2982026-04-14T13:13:53.713Z Downloaded anstyle-query v1.1.5
2992026-04-14T13:13:53.722Z Downloaded clap_lex v1.0.0
3002026-04-14T13:13:53.726Z Downloaded anstream v0.6.21
3012026-04-14T13:13:53.729Z Downloaded clap_derive v4.5.55
3022026-04-14T13:13:53.735Z Downloaded usdt-impl v0.5.0
3032026-04-14T13:13:53.739Z Downloaded terminal_size v0.4.3
3042026-04-14T13:13:53.739Z Downloaded errno v0.3.14
3052026-04-14T13:13:53.739Z Downloaded serde-untagged v0.1.9
3062026-04-14T13:13:53.739Z Downloaded clap_builder v4.5.60
3072026-04-14T13:13:53.743Z Downloaded unicode-ident v1.0.24
3082026-04-14T13:13:53.743Z Downloaded fnv v1.0.7
3092026-04-14T13:13:53.747Z Downloaded displaydoc v0.2.5
3102026-04-14T13:13:53.747Z Downloaded heck v0.4.1
3112026-04-14T13:13:53.747Z Downloaded usdt-macro v0.5.0
3122026-04-14T13:13:53.747Z Downloaded usdt-attr-macro v0.5.0
3132026-04-14T13:13:53.747Z Downloaded utf8parse v0.2.2
3142026-04-14T13:13:53.751Z Downloaded cpufeatures v0.2.17
3152026-04-14T13:13:53.751Z Downloaded zerofrom-derive v0.1.6
3162026-04-14T13:13:53.751Z Downloaded unicode-xid v0.2.6
3172026-04-14T13:13:53.751Z Downloaded fastrand v2.3.0
3182026-04-14T13:13:53.751Z Downloaded equivalent v1.0.2
3192026-04-14T13:13:53.751Z Downloaded crypto-common v0.1.7
3202026-04-14T13:13:53.754Z Downloaded thiserror-impl v1.0.69
3212026-04-14T13:13:53.754Z Downloaded percent-encoding v2.3.2
3222026-04-14T13:13:53.754Z Downloaded toml_write v0.1.2
3232026-04-14T13:13:53.759Z Downloaded version_check v0.9.5
3242026-04-14T13:13:53.763Z Downloaded typeid v1.0.3
3252026-04-14T13:13:53.763Z Downloaded erased-serde v0.4.9
3262026-04-14T13:13:53.763Z Downloaded usdt v0.5.0
3272026-04-14T13:13:53.767Z Downloaded serde_tokenstream v0.2.3
3282026-04-14T13:13:53.767Z Downloaded anstyle v1.0.13
3292026-04-14T13:13:53.768Z Downloaded zerofrom v0.1.6
3302026-04-14T13:13:53.768Z Downloaded yoke-derive v0.8.1
3312026-04-14T13:13:53.774Z Downloaded thread-id v4.2.2
3322026-04-14T13:13:53.774Z Downloaded utf8_iter v1.0.4
3332026-04-14T13:13:53.774Z Downloaded unicode-linebreak v0.1.5
3342026-04-14T13:13:53.774Z Downloaded toml_datetime v0.6.11
3352026-04-14T13:13:53.774Z Downloaded scroll_derive v0.12.1
3362026-04-14T13:13:53.774Z Downloaded sha2 v0.10.9
3372026-04-14T13:13:53.777Z Downloaded idna_adapter v1.2.1
3382026-04-14T13:13:53.777Z Downloaded thiserror v2.0.18
3392026-04-14T13:13:53.784Z Downloaded colorchoice v1.0.4
3402026-04-14T13:13:53.789Z Downloaded cfg-if v1.0.4
3412026-04-14T13:13:53.789Z Downloaded writeable v0.6.2
3422026-04-14T13:13:53.789Z Downloaded zmij v1.0.21
3432026-04-14T13:13:53.789Z Downloaded generic-array v0.14.7
3442026-04-14T13:13:53.789Z Downloaded thiserror v1.0.69
3452026-04-14T13:13:53.795Z Downloaded zerovec-derive v0.11.2
3462026-04-14T13:13:53.795Z Downloaded tinystr v0.8.2
3472026-04-14T13:13:53.796Z Downloaded memmap v0.7.0
3482026-04-14T13:13:53.796Z Downloaded yoke v0.8.1
3492026-04-14T13:13:53.796Z Downloaded thiserror-impl v2.0.18
3502026-04-14T13:13:53.799Z Downloaded strsim v0.11.1
3512026-04-14T13:13:53.799Z Downloaded zerocopy-derive v0.7.35
3522026-04-14T13:13:53.799Z Downloaded serde_spanned v0.6.9
3532026-04-14T13:13:53.799Z Downloaded toml v0.8.23
3542026-04-14T13:13:53.804Z Downloaded plain v0.2.3
3552026-04-14T13:13:53.804Z Downloaded heck v0.5.0
3562026-04-14T13:13:53.810Z Downloaded cargo-platform v0.2.0
3572026-04-14T13:13:53.810Z Downloaded smawk v0.3.2
3582026-04-14T13:13:53.810Z Downloaded potential_utf v0.1.4
3592026-04-14T13:13:53.815Z Downloaded itoa v1.0.17
3602026-04-14T13:13:53.815Z Downloaded textwrap v0.16.2
3612026-04-14T13:13:53.815Z Downloaded ordered-float v2.10.1
3622026-04-14T13:13:53.815Z Downloaded ucd-trie v0.1.7
3632026-04-14T13:13:53.815Z Downloaded dtrace-parser v0.2.0
3642026-04-14T13:13:53.819Z Downloaded tabled_derive v0.7.0
3652026-04-14T13:13:53.819Z Downloaded icu_provider v2.1.1
3662026-04-14T13:13:53.819Z Downloaded camino v1.2.2
3672026-04-14T13:13:53.823Z Downloaded zerotrie v0.2.3
3682026-04-14T13:13:53.823Z Downloaded typenum v1.19.0
3692026-04-14T13:13:53.829Z Downloaded stable_deref_trait v1.2.1
3702026-04-14T13:13:53.832Z Downloaded proc-macro-error-attr v1.0.4
3712026-04-14T13:13:53.832Z Downloaded url v2.5.8
3722026-04-14T13:13:53.832Z Downloaded toml_edit v0.22.27
3732026-04-14T13:13:53.840Z Downloaded is_terminal_polyfill v1.70.2
3742026-04-14T13:13:53.840Z Downloaded block-buffer v0.10.4
3752026-04-14T13:13:53.840Z Downloaded dof v0.3.0
3762026-04-14T13:13:53.840Z Downloaded form_urlencoded v1.2.2
3772026-04-14T13:13:53.843Z Downloaded pretty-hex v0.4.1
3782026-04-14T13:13:53.843Z Downloaded macaddr v1.0.1
3792026-04-14T13:13:53.848Z Downloaded swrite v0.1.0
3802026-04-14T13:13:53.848Z Downloaded zerovec v0.11.5
3812026-04-14T13:13:53.848Z Downloaded zerocopy v0.7.35
3822026-04-14T13:13:53.855Z Downloaded winnow v0.7.14
3832026-04-14T13:13:53.861Z Downloaded unicode-width v0.2.0
3842026-04-14T13:13:53.866Z Downloaded synstructure v0.13.2
3852026-04-14T13:13:53.871Z Downloaded serde-value v0.7.0
3862026-04-14T13:13:53.871Z Downloaded digest v0.10.7
3872026-04-14T13:13:53.871Z Downloaded scroll v0.12.0
3882026-04-14T13:13:53.871Z Downloaded cargo_toml v0.21.0
3892026-04-14T13:13:53.871Z Downloaded fs-err v3.3.0
3902026-04-14T13:13:53.872Z Downloaded unicode-width v0.1.14
3912026-04-14T13:13:53.872Z Downloaded proc-macro-error v1.0.4
3922026-04-14T13:13:53.875Z Downloaded num-traits v0.2.19
3932026-04-14T13:13:53.875Z Downloaded camino-tempfile v1.4.1
3942026-04-14T13:13:53.885Z Downloaded semver v1.0.27
3952026-04-14T13:13:53.888Z Downloaded autocfg v1.5.0
3962026-04-14T13:13:53.888Z Downloaded byteorder v1.5.0
3972026-04-14T13:13:53.894Z Downloaded anstyle-parse v0.2.7
3982026-04-14T13:13:53.897Z Downloaded serde_derive v1.0.228
3992026-04-14T13:13:53.903Z Downloaded icu_collections v2.1.1
4002026-04-14T13:13:53.906Z Downloaded cargo-util-schemas v0.8.2
4012026-04-14T13:13:53.910Z Downloaded quote v1.0.44
4022026-04-14T13:13:53.910Z Downloaded pest_derive v2.8.6
4032026-04-14T13:13:53.915Z Downloaded cargo_metadata v0.21.0
4042026-04-14T13:13:53.919Z Downloaded litemap v0.8.1
4052026-04-14T13:13:53.922Z Downloaded bytecount v0.6.9
4062026-04-14T13:13:53.925Z Downloaded tempfile v3.25.0
4072026-04-14T13:13:53.925Z Downloaded anyhow v1.0.102
4082026-04-14T13:13:53.928Z Downloaded pest_generator v2.8.6
4092026-04-14T13:13:53.934Z Downloaded smallvec v1.15.1
4102026-04-14T13:13:53.939Z Downloaded serde_core v1.0.228
4112026-04-14T13:13:53.942Z Downloaded getrandom v0.3.4
4122026-04-14T13:13:53.946Z Downloaded bitflags v2.11.0
4132026-04-14T13:13:53.951Z Downloaded once_cell v1.21.3
4142026-04-14T13:13:53.965Z Downloaded clap v4.5.60
4152026-04-14T13:13:53.968Z Downloaded pest_meta v2.8.6
4162026-04-14T13:13:53.972Z Downloaded papergrid v0.11.0
4172026-04-14T13:13:53.975Z Downloaded proc-macro2 v1.0.106
4182026-04-14T13:13:53.975Z Downloaded log v0.4.29
4192026-04-14T13:13:53.981Z Downloaded icu_properties v2.1.2
4202026-04-14T13:13:53.981Z Downloaded icu_normalizer_data v2.1.1
4212026-04-14T13:13:53.981Z Downloaded icu_normalizer v2.1.1
4222026-04-14T13:13:53.984Z Downloaded serde v1.0.228
4232026-04-14T13:13:53.989Z Downloaded icu_locale_core v2.1.1
4242026-04-14T13:13:53.993Z Downloaded hashbrown v0.16.1
4252026-04-14T13:13:53.996Z Downloaded memchr v2.8.0
4262026-04-14T13:13:53.999Z Downloaded indexmap v2.13.0
4272026-04-14T13:13:54.003Z Downloaded icu_properties_data v2.1.2
4282026-04-14T13:13:54.020Z Downloaded idna v1.1.0
4292026-04-14T13:13:54.034Z Downloaded serde_json v1.0.149
4302026-04-14T13:13:54.039Z Downloaded pest v2.8.6
4312026-04-14T13:13:54.048Z Downloaded goblin v0.8.2
4322026-04-14T13:13:54.064Z Downloaded tabled v0.15.0
4332026-04-14T13:13:54.073Z Downloaded syn v1.0.109
4342026-04-14T13:13:54.081Z Downloaded syn v2.0.117
4352026-04-14T13:13:54.097Z Downloaded rustix v1.1.3
4362026-04-14T13:13:54.119Z Downloaded libc v0.2.180
4372026-04-14T13:13:54.183Z Compiling proc-macro2 v1.0.106
4382026-04-14T13:13:54.183Z Compiling quote v1.0.44
4392026-04-14T13:13:54.187Z Compiling unicode-ident v1.0.24
4402026-04-14T13:13:54.187Z Compiling serde_core v1.0.228
4412026-04-14T13:13:54.187Z Compiling libc v0.2.180
4422026-04-14T13:13:54.187Z Compiling version_check v0.9.5
4432026-04-14T13:13:54.187Z Compiling serde v1.0.228
4442026-04-14T13:13:54.187Z Compiling memchr v2.8.0
4452026-04-14T13:13:54.187Z Compiling stable_deref_trait v1.2.1
4462026-04-14T13:13:54.188Z Compiling zmij v1.0.21
4472026-04-14T13:13:54.188Z Compiling autocfg v1.5.0
4482026-04-14T13:13:54.366Z Compiling ucd-trie v0.1.7
4492026-04-14T13:13:54.370Z Compiling itoa v1.0.17
4502026-04-14T13:13:54.370Z Compiling thiserror v1.0.69
4512026-04-14T13:13:54.370Z Compiling litemap v0.8.1
4522026-04-14T13:13:54.631Z Compiling writeable v0.6.2
4532026-04-14T13:13:54.651Z Compiling rustix v1.1.3
4542026-04-14T13:13:54.666Z Compiling icu_normalizer_data v2.1.1
4552026-04-14T13:13:54.778Z Compiling icu_properties_data v2.1.2
4562026-04-14T13:13:54.901Z Compiling pest v2.8.6
4572026-04-14T13:13:54.906Z Compiling byteorder v1.5.0
4582026-04-14T13:13:55.018Z Compiling bitflags v2.11.0
4592026-04-14T13:13:55.075Z Compiling serde_json v1.0.149
4602026-04-14T13:13:55.114Z Compiling num-traits v0.2.19
4612026-04-14T13:13:55.168Z Compiling smallvec v1.15.1
4622026-04-14T13:13:55.263Z Compiling equivalent v1.0.2
4632026-04-14T13:13:55.335Z Compiling typeid v1.0.3
4642026-04-14T13:13:55.340Z Compiling hashbrown v0.16.1
4652026-04-14T13:13:55.409Z Compiling usdt-impl v0.5.0
4662026-04-14T13:13:55.426Z Compiling proc-macro-error-attr v1.0.4
4672026-04-14T13:13:55.429Z Compiling erased-serde v0.4.9
4682026-04-14T13:13:55.479Z Compiling winnow v0.7.14
4692026-04-14T13:13:55.483Z Compiling toml_write v0.1.2
4702026-04-14T13:13:55.543Z Compiling syn v1.0.109
4712026-04-14T13:13:55.547Z Compiling proc-macro-error v1.0.4
4722026-04-14T13:13:55.581Z Compiling errno v0.3.14
4732026-04-14T13:13:55.665Z Compiling thread-id v4.2.2
4742026-04-14T13:13:55.776Z Compiling thiserror v2.0.18
4752026-04-14T13:13:55.792Z Compiling percent-encoding v2.3.2
4762026-04-14T13:13:55.812Z Compiling syn v2.0.117
4772026-04-14T13:13:55.832Z Compiling getrandom v0.3.4
4782026-04-14T13:13:55.877Z Compiling indexmap v2.13.0
4792026-04-14T13:13:55.916Z Compiling utf8parse v0.2.2
4802026-04-14T13:13:55.936Z Compiling plain v0.2.3
4812026-04-14T13:13:55.957Z Compiling camino v1.2.2
4822026-04-14T13:13:55.961Z Compiling log v0.4.29
4832026-04-14T13:13:55.977Z Compiling pest_meta v2.8.6
4842026-04-14T13:13:56.042Z Compiling utf8_iter v1.0.4
4852026-04-14T13:13:56.064Z Compiling anstyle-parse v0.2.7
4862026-04-14T13:13:56.082Z Compiling form_urlencoded v1.2.2
4872026-04-14T13:13:56.294Z Compiling colorchoice v1.0.4
4882026-04-14T13:13:56.361Z Compiling ordered-float v2.10.1
4892026-04-14T13:13:56.379Z Compiling anstyle v1.0.13
4902026-04-14T13:13:56.420Z Compiling pretty-hex v0.4.1
4912026-04-14T13:13:56.454Z Compiling cfg-if v1.0.4
4922026-04-14T13:13:56.460Z Compiling is_terminal_polyfill v1.70.2
4932026-04-14T13:13:56.522Z Compiling anstyle-query v1.1.5
4942026-04-14T13:13:56.583Z Compiling terminal_size v0.4.3
4952026-04-14T13:13:56.590Z Compiling fs-err v3.3.0
4962026-04-14T13:13:56.646Z Compiling anstream v0.6.21
4972026-04-14T13:13:56.649Z Compiling clap_lex v1.0.0
4982026-04-14T13:13:56.649Z Compiling unicode-xid v0.2.6
4992026-04-14T13:13:56.818Z Compiling semver v1.0.27
5002026-04-14T13:13:56.838Z Compiling heck v0.4.1
5012026-04-14T13:13:56.861Z Compiling once_cell v1.21.3
5022026-04-14T13:13:56.948Z Compiling strsim v0.11.1
5032026-04-14T13:13:56.966Z Compiling bytecount v0.6.9
5042026-04-14T13:13:56.984Z Compiling heck v0.5.0
5052026-04-14T13:13:57.002Z Compiling fnv v1.0.7
5062026-04-14T13:13:57.022Z Compiling fastrand v2.3.0
5072026-04-14T13:13:57.092Z Compiling unicode-width v0.1.14
5082026-04-14T13:13:57.110Z Compiling serde-untagged v0.1.9
5092026-04-14T13:13:57.131Z Compiling anyhow v1.0.102
5102026-04-14T13:13:57.172Z Compiling memmap v0.7.0
5112026-04-14T13:13:57.172Z Compiling unicode-linebreak v0.1.5
5122026-04-14T13:13:57.227Z Compiling clap_builder v4.5.60
5132026-04-14T13:13:57.271Z Compiling tempfile v3.25.0
5142026-04-14T13:13:57.338Z Compiling unicode-width v0.2.0
5152026-04-14T13:13:57.378Z Compiling papergrid v0.11.0
5162026-04-14T13:13:57.451Z Compiling smawk v0.3.2
5172026-04-14T13:13:57.500Z Compiling swrite v0.1.0
5182026-04-14T13:13:57.559Z Compiling camino-tempfile v1.4.1
5192026-04-14T13:13:57.635Z Compiling textwrap v0.16.2
5202026-04-14T13:13:57.680Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5212026-04-14T13:13:57.963Z Compiling tabled_derive v0.7.0
5222026-04-14T13:13:58.475Z Compiling synstructure v0.13.2
5232026-04-14T13:13:58.475Z Compiling pest_generator v2.8.6
5242026-04-14T13:13:58.654Z Compiling tabled v0.15.0
5252026-04-14T13:13:58.994Z Compiling serde_derive v1.0.228
5262026-04-14T13:13:58.997Z Compiling zerofrom-derive v0.1.6
5272026-04-14T13:13:58.997Z Compiling yoke-derive v0.8.1
5282026-04-14T13:13:58.997Z Compiling zerovec-derive v0.11.2
5292026-04-14T13:13:58.997Z Compiling displaydoc v0.2.5
5302026-04-14T13:13:59.014Z Compiling thiserror-impl v1.0.69
5312026-04-14T13:13:59.017Z Compiling zerocopy-derive v0.7.35
5322026-04-14T13:13:59.119Z Compiling scroll_derive v0.12.1
5332026-04-14T13:13:59.122Z Compiling pest_derive v2.8.6
5342026-04-14T13:13:59.185Z Compiling thiserror-impl v2.0.18
5352026-04-14T13:13:59.233Z Compiling clap_derive v4.5.55
5362026-04-14T13:13:59.785Z Compiling scroll v0.12.0
5372026-04-14T13:13:59.898Z Compiling zerocopy v0.7.35
5382026-04-14T13:14:00.014Z Compiling goblin v0.8.2
5392026-04-14T13:14:00.033Z Compiling zerofrom v0.1.6
5402026-04-14T13:14:00.142Z Compiling yoke v0.8.1
5412026-04-14T13:14:00.200Z Compiling dtrace-parser v0.2.0
5422026-04-14T13:14:00.298Z Compiling zerovec v0.11.5
5432026-04-14T13:14:00.298Z Compiling zerotrie v0.2.3
5442026-04-14T13:14:00.586Z Compiling clap v4.5.60
5452026-04-14T13:14:00.734Z Compiling tinystr v0.8.2
5462026-04-14T13:14:00.735Z Compiling potential_utf v0.1.4
5472026-04-14T13:14:00.856Z Compiling icu_collections v2.1.1
5482026-04-14T13:14:00.891Z Compiling icu_locale_core v2.1.1
5492026-04-14T13:14:01.422Z Compiling icu_provider v2.1.1
5502026-04-14T13:14:01.495Z Compiling serde_spanned v0.6.9
5512026-04-14T13:14:01.495Z Compiling toml_datetime v0.6.11
5522026-04-14T13:14:01.495Z Compiling serde-value v0.7.0
5532026-04-14T13:14:01.499Z Compiling cargo-platform v0.2.0
5542026-04-14T13:14:01.499Z Compiling macaddr v1.0.1
5552026-04-14T13:14:01.513Z Compiling dof v0.3.0
5562026-04-14T13:14:01.517Z Compiling serde_tokenstream v0.2.3
5572026-04-14T13:14:01.640Z Compiling icu_properties v2.1.2
5582026-04-14T13:14:01.640Z Compiling icu_normalizer v2.1.1
5592026-04-14T13:14:01.724Z Compiling toml_edit v0.22.27
5602026-04-14T13:14:02.336Z Compiling usdt-attr-macro v0.5.0
5612026-04-14T13:14:02.340Z Compiling usdt-macro v0.5.0
5622026-04-14T13:14:02.489Z Compiling idna_adapter v1.2.1
5632026-04-14T13:14:02.591Z Compiling idna v1.1.0
5642026-04-14T13:14:02.865Z Compiling url v2.5.8
5652026-04-14T13:14:02.936Z Compiling usdt v0.5.0
5662026-04-14T13:14:03.026Z Compiling toml v0.8.23
5672026-04-14T13:14:03.360Z Compiling cargo-util-schemas v0.8.2
5682026-04-14T13:14:03.360Z Compiling cargo_toml v0.21.0
5692026-04-14T13:14:04.153Z Compiling cargo_metadata v0.21.0
5702026-04-14T13:14:05.070Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5712026-04-14T13:14:07.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.04s
5722026-04-14T13:14:07.424Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5732026-04-14T13:14:07.976Z Downloading crates ...
5742026-04-14T13:14:08.066Z Downloaded adler2 v2.0.1
5752026-04-14T13:14:08.071Z Downloaded base16ct v0.2.0
5762026-04-14T13:14:08.083Z Downloaded blowfish v0.9.1
5772026-04-14T13:14:08.091Z Downloaded blake2 v0.10.6
5782026-04-14T13:14:08.091Z Downloaded bitfield-struct v0.6.2
5792026-04-14T13:14:08.091Z Downloaded atomic-waker v1.1.2
5802026-04-14T13:14:08.091Z Downloaded debug-ignore v1.0.5
5812026-04-14T13:14:08.091Z Downloaded bit-set v0.5.3
5822026-04-14T13:14:08.098Z Downloaded bcrypt-pbkdf v0.10.0
5832026-04-14T13:14:08.098Z Downloaded crc32fast v1.5.0
5842026-04-14T13:14:08.098Z Downloaded curve25519-dalek-derive v0.1.1
5852026-04-14T13:14:08.098Z Downloaded async-recursion v1.1.1
5862026-04-14T13:14:08.098Z Downloaded aead v0.5.2
5872026-04-14T13:14:08.106Z Downloaded darling_macro v0.23.0
5882026-04-14T13:14:08.106Z Downloaded block-padding v0.3.3
5892026-04-14T13:14:08.106Z Downloaded dunce v1.0.5
5902026-04-14T13:14:08.106Z Downloaded data-encoding v2.10.0
5912026-04-14T13:14:08.106Z Downloaded defmt v0.3.100
5922026-04-14T13:14:08.106Z Downloaded darling_macro v0.21.3
5932026-04-14T13:14:08.106Z Downloaded bitfield-macros v0.19.4
5942026-04-14T13:14:08.106Z Downloaded crunchy v0.2.4
5952026-04-14T13:14:08.113Z Downloaded daft v0.1.5
5962026-04-14T13:14:08.113Z Downloaded bb8 v0.8.6
5972026-04-14T13:14:08.113Z Downloaded crc8 v0.1.1
5982026-04-14T13:14:08.113Z Downloaded endian-type v0.1.2
5992026-04-14T13:14:08.114Z Downloaded crucible-workspace-hack v0.1.0
6002026-04-14T13:14:08.114Z Downloaded defmt v1.0.1
6012026-04-14T13:14:08.122Z Downloaded dsl_auto_type v0.2.0
6022026-04-14T13:14:08.122Z Downloaded embedded-io v0.6.1
6032026-04-14T13:14:08.122Z Downloaded ciborium-io v0.2.2
6042026-04-14T13:14:08.122Z Downloaded atty v0.2.14
6052026-04-14T13:14:08.122Z Downloaded atomicwrites v0.4.4
6062026-04-14T13:14:08.122Z Downloaded async-stream v0.3.6
6072026-04-14T13:14:08.123Z Downloaded ascii-canvas v3.0.0
6082026-04-14T13:14:08.123Z Downloaded bit-set v0.8.0
6092026-04-14T13:14:08.123Z Downloaded daft-derive v0.1.5
6102026-04-14T13:14:08.128Z Downloaded assert_matches v1.5.0
6112026-04-14T13:14:08.128Z Downloaded bit-vec v0.6.3
6122026-04-14T13:14:08.128Z Downloaded darling_macro v0.20.11
6132026-04-14T13:14:08.128Z Downloaded document-features v0.2.12
6142026-04-14T13:14:08.128Z Downloaded castaway v0.2.4
6152026-04-14T13:14:08.131Z Downloaded env_filter v1.0.0
6162026-04-14T13:14:08.131Z Downloaded cobs v0.3.0
6172026-04-14T13:14:08.131Z Downloaded cfg_aliases v0.2.1
6182026-04-14T13:14:08.131Z Downloaded arrayref v0.3.9
6192026-04-14T13:14:08.131Z Downloaded crc-catalog v2.4.0
6202026-04-14T13:14:08.134Z Downloaded dropshot_endpoint v0.16.7
6212026-04-14T13:14:08.134Z Downloaded derive_more v0.99.20
6222026-04-14T13:14:08.138Z Downloaded diesel_table_macro_syntax v0.3.0
6232026-04-14T13:14:08.141Z Downloaded argon2 v0.5.3
6242026-04-14T13:14:08.141Z Downloaded base64ct v1.8.3
6252026-04-14T13:14:08.144Z Downloaded difflib v0.4.0
6262026-04-14T13:14:08.144Z Downloaded backoff v0.4.0
6272026-04-14T13:14:08.147Z Downloaded fd-lock v4.0.4
6282026-04-14T13:14:08.147Z Downloaded enum-as-inner v0.6.1
6292026-04-14T13:14:08.151Z Downloaded dof v0.4.0
6302026-04-14T13:14:08.151Z Downloaded cargo-platform v0.1.9
6312026-04-14T13:14:08.151Z Downloaded array-init v0.0.4
6322026-04-14T13:14:08.151Z Downloaded cfg_aliases v0.1.1
6332026-04-14T13:14:08.155Z Downloaded embedded-io v0.4.0
6342026-04-14T13:14:08.155Z Downloaded defmt-parser v1.0.0
6352026-04-14T13:14:08.156Z Downloaded foldhash v0.2.0
6362026-04-14T13:14:08.168Z Downloaded cpufeatures v0.3.0
6372026-04-14T13:14:08.168Z Downloaded convert_case v0.4.0
6382026-04-14T13:14:08.168Z Downloaded defmt-macros v1.0.1
6392026-04-14T13:14:08.174Z Downloaded ar_archive_writer v0.5.1
6402026-04-14T13:14:08.174Z Downloaded compression-core v0.4.31
6412026-04-14T13:14:08.174Z Downloaded float-ord v0.3.2
6422026-04-14T13:14:08.178Z Downloaded foreign-types v0.5.0
6432026-04-14T13:14:08.178Z Downloaded float-cmp v0.10.0
6442026-04-14T13:14:08.178Z Downloaded crc v3.4.0
6452026-04-14T13:14:08.178Z Downloaded foreign-types-macros v0.2.3
6462026-04-14T13:14:08.185Z Downloaded foreign-types v0.3.2
6472026-04-14T13:14:08.185Z Downloaded flagset v0.4.7
6482026-04-14T13:14:08.185Z Downloaded async-stream-impl v0.3.6
6492026-04-14T13:14:08.185Z Downloaded foreign-types-shared v0.1.1
6502026-04-14T13:14:08.185Z Downloaded dyn-clone v1.0.20
6512026-04-14T13:14:08.192Z Downloaded dirs-next v2.0.0
6522026-04-14T13:14:08.192Z Downloaded constant_time_eq v0.4.2
6532026-04-14T13:14:08.192Z Downloaded arrayvec v0.7.6
6542026-04-14T13:14:08.192Z Downloaded cmake v0.1.57
6552026-04-14T13:14:08.192Z Downloaded dropshot-api-manager-types v0.6.0
6562026-04-14T13:14:08.192Z Downloaded bcs v0.1.6
6572026-04-14T13:14:08.202Z Downloaded fixedbitset v0.4.2
6582026-04-14T13:14:08.202Z Downloaded cipher v0.4.4
6592026-04-14T13:14:08.202Z Downloaded buf-list v1.1.2
6602026-04-14T13:14:08.202Z Downloaded display-error-chain v0.2.2
6612026-04-14T13:14:08.202Z Downloaded funty v2.0.0
6622026-04-14T13:14:08.202Z Downloaded foreign-types-shared v0.3.1
6632026-04-14T13:14:08.203Z Downloaded bitflags v1.3.2
6642026-04-14T13:14:08.203Z Downloaded backon v1.6.0
6652026-04-14T13:14:08.206Z Downloaded filetime v0.2.27
6662026-04-14T13:14:08.206Z Downloaded derive_builder_macro v0.20.2
6672026-04-14T13:14:08.206Z Downloaded futures-io v0.3.32
6682026-04-14T13:14:08.206Z Downloaded allocator-api2 v0.2.21
6692026-04-14T13:14:08.209Z Downloaded futures-task v0.3.32
6702026-04-14T13:14:08.216Z Downloaded bit-vec v0.8.0
6712026-04-14T13:14:08.216Z Downloaded ciborium-ll v0.2.2
6722026-04-14T13:14:08.228Z Downloaded dtrace-parser v0.3.0
6732026-04-14T13:14:08.228Z Downloaded futures-sink v0.3.32
6742026-04-14T13:14:08.228Z Downloaded cstr-argument v0.1.2
6752026-04-14T13:14:08.228Z Downloaded compression-codecs v0.4.37
6762026-04-14T13:14:08.228Z Downloaded fxhash v0.2.1
6772026-04-14T13:14:08.228Z Downloaded futures-macro v0.3.32
6782026-04-14T13:14:08.228Z Downloaded futures-core v0.3.32
6792026-04-14T13:14:08.234Z Downloaded hash32 v0.3.1
6802026-04-14T13:14:08.234Z Downloaded hex-literal v0.4.1
6812026-04-14T13:14:08.234Z Downloaded hex v0.4.3
6822026-04-14T13:14:08.234Z Downloaded env_logger v0.11.9
6832026-04-14T13:14:08.234Z Downloaded des v0.8.1
6842026-04-14T13:14:08.234Z Downloaded gethostname v0.5.0
6852026-04-14T13:14:08.234Z Downloaded hash32 v0.2.1
6862026-04-14T13:14:08.234Z Downloaded downcast-rs v2.0.2
6872026-04-14T13:14:08.239Z Downloaded colored v3.1.1
6882026-04-14T13:14:08.239Z Downloaded git-stub v1.0.0
6892026-04-14T13:14:08.239Z Downloaded globwalk v0.9.1
6902026-04-14T13:14:08.239Z Downloaded cargo_metadata v0.19.2
6912026-04-14T13:14:08.243Z Downloaded ghash v0.5.1
6922026-04-14T13:14:08.243Z Downloaded corncobs v0.1.4
6932026-04-14T13:14:08.243Z Downloaded cbc v0.1.2
6942026-04-14T13:14:08.243Z Downloaded headers-core v0.3.0
6952026-04-14T13:14:08.243Z Downloaded cassowary v0.3.0
6962026-04-14T13:14:08.250Z Downloaded home v0.5.12
6972026-04-14T13:14:08.250Z Downloaded bitfield v0.19.4
6982026-04-14T13:14:08.250Z Downloaded camino-tempfile-ext v0.3.3
6992026-04-14T13:14:08.250Z Downloaded deranged v0.5.8
7002026-04-14T13:14:08.254Z Downloaded convert_case v0.10.0
7012026-04-14T13:14:08.254Z Downloaded byte-wrapper v0.1.0
7022026-04-14T13:14:08.254Z Downloaded foldhash v0.1.5
7032026-04-14T13:14:08.254Z Downloaded fallible-iterator v0.2.0
7042026-04-14T13:14:08.254Z Downloaded dirs-sys-next v0.1.2
7052026-04-14T13:14:08.254Z Downloaded http-range v0.1.5
7062026-04-14T13:14:08.255Z Downloaded fs-err v2.11.0
7072026-04-14T13:14:08.261Z Downloaded find-msvc-tools v0.1.9
7082026-04-14T13:14:08.262Z Downloaded erased-serde v0.3.31
7092026-04-14T13:14:08.262Z Downloaded ena v0.14.4
7102026-04-14T13:14:08.262Z Downloaded either v1.15.0
7112026-04-14T13:14:08.268Z Downloaded fixedbitset v0.5.7
7122026-04-14T13:14:08.268Z Downloaded const_format_proc_macros v0.2.34
7132026-04-14T13:14:08.268Z Downloaded hostname v0.4.2
7142026-04-14T13:14:08.268Z Downloaded hubpack_derive v0.1.1
7152026-04-14T13:14:08.268Z Downloaded hubpack v0.1.2
7162026-04-14T13:14:08.268Z Downloaded httpdate v1.0.3
7172026-04-14T13:14:08.268Z Downloaded hyper-tls v0.6.0
7182026-04-14T13:14:08.279Z Downloaded futures-executor v0.3.32
7192026-04-14T13:14:08.280Z Downloaded darling v0.21.3
7202026-04-14T13:14:08.280Z Downloaded ff v0.13.1
7212026-04-14T13:14:08.280Z Downloaded crossbeam-epoch v0.9.18
7222026-04-14T13:14:08.280Z Downloaded ident_case v1.0.1
7232026-04-14T13:14:08.280Z Downloaded globset v0.4.18
7242026-04-14T13:14:08.280Z Downloaded cookie_store v0.22.1
7252026-04-14T13:14:08.283Z Downloaded drift v0.1.3
7262026-04-14T13:14:08.283Z Downloaded fs_extra v1.3.0
7272026-04-14T13:14:08.284Z Downloaded diesel-dtrace v0.5.0
7282026-04-14T13:14:08.288Z Downloaded indoc v1.0.9
7292026-04-14T13:14:08.288Z Downloaded cookie v0.18.1
7302026-04-14T13:14:08.288Z Downloaded crossbeam-deque v0.8.6
7312026-04-14T13:14:08.291Z Downloaded console v0.16.2
7322026-04-14T13:14:08.291Z Downloaded glob v0.3.3
7332026-04-14T13:14:08.291Z Downloaded chacha20 v0.9.1
7342026-04-14T13:14:08.295Z Downloaded inout v0.1.4
7352026-04-14T13:14:08.295Z Downloaded instability v0.3.11
7362026-04-14T13:14:08.295Z Downloaded ahash v0.8.12
7372026-04-14T13:14:08.298Z Downloaded internet-checksum v0.2.1
7382026-04-14T13:14:08.298Z Downloaded instant v0.1.13
7392026-04-14T13:14:08.298Z Downloaded git-stub-vcs v0.1.0
7402026-04-14T13:14:08.298Z Downloaded colored v2.2.0
7412026-04-14T13:14:08.304Z Downloaded critical-section v1.2.0
7422026-04-14T13:14:08.304Z Downloaded der_derive v0.7.3
7432026-04-14T13:14:08.309Z Downloaded is-terminal v0.4.17
7442026-04-14T13:14:08.309Z Downloaded console v0.15.11
7452026-04-14T13:14:08.309Z Downloaded group v0.13.0
7462026-04-14T13:14:08.309Z Downloaded cexpr v0.6.0
7472026-04-14T13:14:08.309Z Downloaded darling v0.23.0
7482026-04-14T13:14:08.316Z Downloaded highway v1.3.0
7492026-04-14T13:14:08.316Z Downloaded is_ci v1.2.0
7502026-04-14T13:14:08.316Z Downloaded bzip2 v0.6.1
7512026-04-14T13:14:08.328Z Downloaded derive_builder v0.20.2
7522026-04-14T13:14:08.328Z Downloaded lalrpop-util v0.19.12
7532026-04-14T13:14:08.328Z Downloaded darling v0.20.11
7542026-04-14T13:14:08.328Z Downloaded kstat-rs v0.2.4
7552026-04-14T13:14:08.328Z Downloaded lazy_static v1.5.0
7562026-04-14T13:14:08.328Z Downloaded keccak v0.1.6
7572026-04-14T13:14:08.333Z Downloaded http-body-util v0.1.3
7582026-04-14T13:14:08.333Z Downloaded ctr v0.9.2
7592026-04-14T13:14:08.333Z Downloaded ciborium v0.2.2
7602026-04-14T13:14:08.334Z Downloaded cancel-safe-futures v0.1.5
7612026-04-14T13:14:08.334Z Downloaded lru-cache v0.1.2
7622026-04-14T13:14:08.334Z Downloaded humantime v2.3.0
7632026-04-14T13:14:08.334Z Downloaded bzip2 v0.4.4
7642026-04-14T13:14:08.334Z Downloaded md-5 v0.10.6
7652026-04-14T13:14:08.338Z Downloaded maybe-uninit v2.0.0
7662026-04-14T13:14:08.339Z Downloaded dropshot_endpoint v0.17.0
7672026-04-14T13:14:08.339Z Downloaded lru-slab v0.1.2
7682026-04-14T13:14:08.339Z Downloaded derive_more v2.1.1
7692026-04-14T13:14:08.343Z Downloaded indent_write v2.2.0
7702026-04-14T13:14:08.347Z Downloaded lzss v0.8.2
7712026-04-14T13:14:08.347Z Downloaded linked-hash-map v0.5.6
7722026-04-14T13:14:08.353Z Downloaded md5 v0.7.0
7732026-04-14T13:14:08.353Z Downloaded match_cfg v0.1.0
7742026-04-14T13:14:08.353Z Downloaded maplit v1.0.2
7752026-04-14T13:14:08.353Z Downloaded managed v0.8.0
7762026-04-14T13:14:08.353Z Downloaded getrandom v0.2.17
7772026-04-14T13:14:08.358Z Downloaded indoc v2.0.7
7782026-04-14T13:14:08.358Z Downloaded newline-converter v0.3.0
7792026-04-14T13:14:08.358Z Downloaded multimap v0.10.1
7802026-04-14T13:14:08.358Z Downloaded memoffset v0.9.1
7812026-04-14T13:14:08.358Z Downloaded half v1.8.3
7822026-04-14T13:14:08.362Z Downloaded impl-trait-for-tuples v0.2.3
7832026-04-14T13:14:08.362Z Downloaded const-oid v0.9.6
7842026-04-14T13:14:08.362Z Downloaded futures-channel v0.3.32
7852026-04-14T13:14:08.367Z Downloaded mime v0.3.17
7862026-04-14T13:14:08.367Z Downloaded new_debug_unreachable v1.0.6
7872026-04-14T13:14:08.367Z Downloaded lru v0.12.5
7882026-04-14T13:14:08.367Z Downloaded ipnet v2.11.0
7892026-04-14T13:14:08.378Z Downloaded hyper-staticfile v0.10.1
7902026-04-14T13:14:08.378Z Downloaded clang-sys v1.8.1
7912026-04-14T13:14:08.378Z Downloaded async-bb8-diesel v0.2.1
7922026-04-14T13:14:08.378Z Downloaded nodrop v0.1.14
7932026-04-14T13:14:08.378Z Downloaded nibble_vec v0.1.0
7942026-04-14T13:14:08.378Z Downloaded base64 v0.22.1
7952026-04-14T13:14:08.389Z Downloaded crc-any v2.5.0
7962026-04-14T13:14:08.389Z Downloaded num-derive v0.3.3
7972026-04-14T13:14:08.389Z Downloaded num-conv v0.2.0
7982026-04-14T13:14:08.389Z Downloaded ipnetwork v0.21.1
7992026-04-14T13:14:08.389Z Downloaded num_threads v0.1.7
8002026-04-14T13:14:08.389Z Downloaded derive_builder_core v0.20.2
8012026-04-14T13:14:08.389Z Downloaded hostname v0.3.1
8022026-04-14T13:14:08.395Z Downloaded newtype_derive v0.1.6
8032026-04-14T13:14:08.395Z Downloaded newtype-uuid-macros v0.1.0
8042026-04-14T13:14:08.395Z Downloaded num-derive v0.4.2
8052026-04-14T13:14:08.395Z Downloaded fatfs v0.3.6
8062026-04-14T13:14:08.395Z Downloaded num v0.4.3
8072026-04-14T13:14:08.395Z Downloaded normalize-line-endings v0.3.0
8082026-04-14T13:14:08.395Z Downloaded num-iter v0.1.45
8092026-04-14T13:14:08.395Z Downloaded nonempty v0.12.0
8102026-04-14T13:14:08.395Z Downloaded num_enum_derive v0.5.11
8112026-04-14T13:14:08.395Z Downloaded diff v0.1.13
8122026-04-14T13:14:08.395Z Downloaded openssl-macros v0.1.1
8132026-04-14T13:14:08.399Z Downloaded libsw-core v0.3.2
8142026-04-14T13:14:08.399Z Downloaded libefi-sys v0.1.0
8152026-04-14T13:14:08.399Z Downloaded libsw v3.5.0
8162026-04-14T13:14:08.399Z Downloaded hmac v0.12.1
8172026-04-14T13:14:08.403Z Downloaded arc-swap v1.8.2
8182026-04-14T13:14:08.403Z Downloaded futures v0.3.32
8192026-04-14T13:14:08.408Z Downloaded opaque-debug v0.3.1
8202026-04-14T13:14:08.408Z Downloaded chacha20poly1305 v0.10.1
8212026-04-14T13:14:08.408Z Downloaded httparse v1.10.1
8222026-04-14T13:14:08.413Z Downloaded libscf-sys v1.1.0
8232026-04-14T13:14:08.413Z Downloaded darling_core v0.23.0
8242026-04-14T13:14:08.413Z Downloaded openssl-probe v0.1.6
8252026-04-14T13:14:08.418Z Downloaded openssl-probe v0.2.1
8262026-04-14T13:14:08.418Z Downloaded iana-time-zone v0.1.65
8272026-04-14T13:14:08.418Z Downloaded hyper-rustls v0.27.7
8282026-04-14T13:14:08.418Z Downloaded linear-map v1.2.0
8292026-04-14T13:14:08.423Z Downloaded lock_api v0.4.14
8302026-04-14T13:14:08.423Z Downloaded packed_struct_codegen v0.10.1
8312026-04-14T13:14:08.423Z Downloaded getrandom v0.4.1
8322026-04-14T13:14:08.428Z Downloaded oso-derive v0.27.3
8332026-04-14T13:14:08.428Z Downloaded ingot v0.1.1
8342026-04-14T13:14:08.428Z Downloaded libloading v0.8.9
8352026-04-14T13:14:08.428Z Downloaded bytes v1.11.1
8362026-04-14T13:14:08.432Z Downloaded derive-where v1.6.0
8372026-04-14T13:14:08.432Z Downloaded base64 v0.21.7
8382026-04-14T13:14:08.436Z Downloaded multer v3.1.0
8392026-04-14T13:14:08.436Z Downloaded mime_guess v2.0.5
8402026-04-14T13:14:08.437Z Downloaded ingot-types v0.1.2
8412026-04-14T13:14:08.444Z Downloaded ingot-macros v0.1.1
8422026-04-14T13:14:08.444Z Downloaded parse-display v0.10.0
8432026-04-14T13:14:08.444Z Downloaded newtype-uuid v1.3.2
8442026-04-14T13:14:08.444Z Downloaded native-tls v0.2.18
8452026-04-14T13:14:08.444Z Downloaded nanorand v0.7.0
8462026-04-14T13:14:08.464Z Downloaded jobserver v0.1.34
8472026-04-14T13:14:08.464Z Downloaded olpc-cjson v0.1.4
8482026-04-14T13:14:08.464Z Downloaded ecdsa v0.16.9
8492026-04-14T13:14:08.464Z Downloaded parse-size v1.1.0
8502026-04-14T13:14:08.464Z Downloaded chacha20 v0.10.0
8512026-04-14T13:14:08.471Z Downloaded peg-runtime v0.8.5
8522026-04-14T13:14:08.471Z Downloaded ed25519 v2.2.3
8532026-04-14T13:14:08.471Z Downloaded derive-ex v0.1.8
8542026-04-14T13:14:08.471Z Downloaded http-body v1.0.1
8552026-04-14T13:14:08.471Z Downloaded csv-core v0.1.13
8562026-04-14T13:14:08.471Z Downloaded pbkdf2 v0.12.2
8572026-04-14T13:14:08.471Z Downloaded num_enum v0.5.11
8582026-04-14T13:14:08.471Z Downloaded darling_core v0.21.3
8592026-04-14T13:14:08.471Z Downloaded flume v0.11.1
8602026-04-14T13:14:08.471Z Downloaded phf_shared v0.12.1
8612026-04-14T13:14:08.471Z Downloaded pbkdf2 v0.11.0
8622026-04-14T13:14:08.471Z Downloaded num-rational v0.4.2
8632026-04-14T13:14:08.471Z Downloaded litrs v1.0.0
8642026-04-14T13:14:08.477Z Downloaded num_enum_derive v0.7.5
8652026-04-14T13:14:08.477Z Downloaded pin-utils v0.1.0
8662026-04-14T13:14:08.477Z Downloaded phf_shared v0.13.1
8672026-04-14T13:14:08.477Z Downloaded path-slash v0.1.5
8682026-04-14T13:14:08.478Z Downloaded num_enum v0.7.5
8692026-04-14T13:14:08.478Z Downloaded crypto-bigint v0.5.5
8702026-04-14T13:14:08.485Z Downloaded compact_str v0.8.1
8712026-04-14T13:14:08.485Z Downloaded cc v1.2.56
8722026-04-14T13:14:08.490Z Downloaded darling_core v0.20.11
8732026-04-14T13:14:08.491Z Downloaded owo-colors v4.3.0
8742026-04-14T13:14:08.491Z Downloaded crossbeam-utils v0.8.21
8752026-04-14T13:14:08.491Z Downloaded half v2.7.1
8762026-04-14T13:14:08.498Z Downloaded predicates-core v1.0.10
8772026-04-14T13:14:08.499Z Downloaded proc-macro-crate v1.3.1
8782026-04-14T13:14:08.499Z Downloaded packed_struct v0.10.1
8792026-04-14T13:14:08.499Z Downloaded oxnet v0.1.4
8802026-04-14T13:14:08.499Z Downloaded oxide-tokio-rt v0.1.3
8812026-04-14T13:14:08.511Z Downloaded progenitor-client v0.11.2
8822026-04-14T13:14:08.518Z Downloaded parse-display-derive v0.10.0
8832026-04-14T13:14:08.518Z Downloaded progenitor-client v0.10.0
8842026-04-14T13:14:08.518Z Downloaded proc-macro-error-attr2 v2.0.0
8852026-04-14T13:14:08.518Z Downloaded proc-macro-crate v3.4.0
8862026-04-14T13:14:08.518Z Downloaded predicates-tree v1.0.13
8872026-04-14T13:14:08.518Z Downloaded powerfmt v0.2.0
8882026-04-14T13:14:08.518Z Downloaded memmap2 v0.9.10
8892026-04-14T13:14:08.525Z Downloaded progenitor-macro v0.11.2
8902026-04-14T13:14:08.525Z Downloaded num-complex v0.4.6
8912026-04-14T13:14:08.525Z Downloaded indexmap v1.9.3
8922026-04-14T13:14:08.525Z Downloaded ignore v0.4.25
8932026-04-14T13:14:08.533Z Downloaded bumpalo v3.20.2
8942026-04-14T13:14:08.533Z Downloaded quick-error v1.2.3
8952026-04-14T13:14:08.533Z Downloaded psl-types v2.0.11
8962026-04-14T13:14:08.533Z Downloaded progenitor-macro v0.13.0
8972026-04-14T13:14:08.534Z Downloaded progenitor-macro v0.10.0
8982026-04-14T13:14:08.534Z Downloaded pem-rfc7468 v0.7.0
8992026-04-14T13:14:08.534Z Downloaded pem v3.0.6
9002026-04-14T13:14:08.534Z Downloaded peg v0.8.5
9012026-04-14T13:14:08.538Z Downloaded pin-project-internal v1.1.11
9022026-04-14T13:14:08.538Z Downloaded num-integer v0.1.46
9032026-04-14T13:14:08.538Z Downloaded nu-ansi-term v0.50.3
9042026-04-14T13:14:08.538Z Downloaded der v0.7.10
9052026-04-14T13:14:08.547Z Downloaded phf_shared v0.11.3
9062026-04-14T13:14:08.547Z Downloaded phf v0.13.1
9072026-04-14T13:14:08.552Z Downloaded phf v0.12.1
9082026-04-14T13:14:08.552Z Downloaded peg-macros v0.8.5
9092026-04-14T13:14:08.552Z Downloaded libbz2-rs-sys v0.2.2
9102026-04-14T13:14:08.552Z Downloaded rand_chacha v0.3.1
9112026-04-14T13:14:08.552Z Downloaded radium v0.7.0
9122026-04-14T13:14:08.552Z Downloaded pkg-config v0.3.32
9132026-04-14T13:14:08.552Z Downloaded pkcs8 v0.10.2
9142026-04-14T13:14:08.552Z Downloaded derive_more-impl v2.1.1
9152026-04-14T13:14:08.557Z Downloaded rand_xorshift v0.4.0
9162026-04-14T13:14:08.557Z Downloaded ref-cast v1.0.25
9172026-04-14T13:14:08.557Z Downloaded expectorate v1.2.0
9182026-04-14T13:14:08.564Z Downloaded polyval v0.6.2
9192026-04-14T13:14:08.564Z Downloaded const_format v0.2.35
9202026-04-14T13:14:08.564Z Downloaded progenitor v0.10.0
9212026-04-14T13:14:08.570Z Downloaded ppv-lite86 v0.2.21
9222026-04-14T13:14:08.570Z Downloaded postgres-protocol v0.6.10
9232026-04-14T13:14:08.570Z Downloaded parking_lot_core v0.9.12
9242026-04-14T13:14:08.571Z Downloaded parking_lot_core v0.8.6
9252026-04-14T13:14:08.575Z Downloaded ref-cast-impl v1.0.25
9262026-04-14T13:14:08.575Z Downloaded recursive-proc-macro-impl v0.1.1
9272026-04-14T13:14:08.575Z Downloaded recursive v0.1.1
9282026-04-14T13:14:08.575Z Downloaded predicates v3.1.4
9292026-04-14T13:14:08.575Z Downloaded parking_lot v0.12.5
9302026-04-14T13:14:08.575Z Downloaded parking_lot v0.11.2
9312026-04-14T13:14:08.580Z Downloaded hickory-resolver v0.25.2
9322026-04-14T13:14:08.580Z Downloaded hickory-resolver v0.24.4
9332026-04-14T13:14:08.584Z Downloaded indicatif v0.18.4
9342026-04-14T13:14:08.584Z Downloaded async-compression v0.4.41
9352026-04-14T13:14:08.588Z Downloaded progenitor v0.11.2
9362026-04-14T13:14:08.588Z Downloaded flate2 v1.1.9
9372026-04-14T13:14:08.593Z Downloaded rustc_version v0.1.7
9382026-04-14T13:14:08.593Z Downloaded rustc-hash v2.1.1
9392026-04-14T13:14:08.598Z Downloaded progenitor-extras v0.1.1
9402026-04-14T13:14:08.598Z Downloaded rfc6979 v0.4.0
9412026-04-14T13:14:08.598Z Downloaded progenitor-client v0.13.0
9422026-04-14T13:14:08.598Z Downloaded r2d2 v0.8.10
9432026-04-14T13:14:08.598Z Downloaded russh-cryptovec v0.7.3
9442026-04-14T13:14:08.598Z Downloaded rtoolbox v0.0.3
9452026-04-14T13:14:08.604Z Downloaded crossbeam-channel v0.5.15
9462026-04-14T13:14:08.604Z Downloaded ed25519-dalek v2.2.0
9472026-04-14T13:14:08.609Z Downloaded pin-project-lite v0.2.17
9482026-04-14T13:14:08.609Z Downloaded heapless v0.8.0
9492026-04-14T13:14:08.609Z Downloaded rand_chacha v0.9.0
9502026-04-14T13:14:08.616Z Downloaded paste v1.0.15
9512026-04-14T13:14:08.616Z Downloaded rand_seeder v0.4.0
9522026-04-14T13:14:08.616Z Downloaded rand_core v0.10.0
9532026-04-14T13:14:08.616Z Downloaded rand_core v0.9.5
9542026-04-14T13:14:08.616Z Downloaded pkcs5 v0.7.1
9552026-04-14T13:14:08.622Z Downloaded psm v0.1.30
9562026-04-14T13:14:08.622Z Downloaded progenitor v0.13.0
9572026-04-14T13:14:08.622Z Downloaded primeorder v0.13.6
9582026-04-14T13:14:08.628Z Downloaded dropshot-api-manager v0.6.0
9592026-04-14T13:14:08.628Z Downloaded password-hash v0.5.0
9602026-04-14T13:14:08.628Z Downloaded salsa20 v0.10.2
9612026-04-14T13:14:08.628Z Downloaded rustc_version v0.4.1
9622026-04-14T13:14:08.628Z Downloaded pkcs1 v0.7.5
9632026-04-14T13:14:08.636Z Downloaded password-hash v0.4.2
9642026-04-14T13:14:08.636Z Downloaded sapling-renderdag v0.1.0
9652026-04-14T13:14:08.636Z Downloaded precomputed-hash v0.1.1
9662026-04-14T13:14:08.636Z Downloaded elliptic-curve v0.13.8
9672026-04-14T13:14:08.636Z Downloaded scheduled-thread-pool v0.2.7
9682026-04-14T13:14:08.636Z Downloaded rand_core v0.6.4
9692026-04-14T13:14:08.643Z Downloaded same-file v1.0.6
9702026-04-14T13:14:08.643Z Downloaded async-trait v0.1.89
9712026-04-14T13:14:08.643Z Downloaded miniz_oxide v0.8.9
9722026-04-14T13:14:08.648Z Downloaded poly1305 v0.8.0
9732026-04-14T13:14:08.648Z Downloaded postgres-types v0.2.12
9742026-04-14T13:14:08.656Z Downloaded proc-macro-error2 v2.0.1
9752026-04-14T13:14:08.656Z Downloaded postcard v1.1.3
9762026-04-14T13:14:08.656Z Downloaded serde_plain v1.0.2
9772026-04-14T13:14:08.662Z Downloaded serde-big-array v0.5.1
9782026-04-14T13:14:08.663Z Downloaded seq-macro v0.3.6
9792026-04-14T13:14:08.663Z Downloaded semver v0.1.20
9802026-04-14T13:14:08.663Z Downloaded secrecy v0.10.3
9812026-04-14T13:14:08.663Z Downloaded scrypt v0.11.0
9822026-04-14T13:14:08.663Z Downloaded scroll_derive v0.13.1
9832026-04-14T13:14:08.663Z Downloaded scopeguard v1.2.0
9842026-04-14T13:14:08.663Z Downloaded omicron-zone-package v0.12.2
9852026-04-14T13:14:08.670Z Downloaded secrecy v0.8.0
9862026-04-14T13:14:08.670Z Downloaded headers v0.4.1
9872026-04-14T13:14:08.671Z Downloaded sha1 v0.10.6
9882026-04-14T13:14:08.672Z Downloaded hashbrown v0.13.2
9892026-04-14T13:14:08.678Z Downloaded shell-words v1.1.1
9902026-04-14T13:14:08.678Z Downloaded serde_spanned v1.0.4
9912026-04-14T13:14:08.678Z Downloaded papergrid v0.17.0
9922026-04-14T13:14:08.678Z Downloaded rustls-pemfile v1.0.4
9932026-04-14T13:14:08.678Z Downloaded resolv-conf v0.7.6
9942026-04-14T13:14:08.678Z Downloaded diesel_derives v2.3.7
9952026-04-14T13:14:08.683Z Downloaded signal-hook-tokio v0.3.1
9962026-04-14T13:14:08.683Z Downloaded signature v2.2.0
9972026-04-14T13:14:08.689Z Downloaded signal-hook-mio v0.2.5
9982026-04-14T13:14:08.689Z Downloaded heapless v0.7.17
9992026-04-14T13:14:08.689Z Downloaded p256 v0.13.2
10002026-04-14T13:14:08.693Z Downloaded serde_urlencoded v0.7.1
10012026-04-14T13:14:08.693Z Downloaded serde_repr v0.1.20
10022026-04-14T13:14:08.694Z Downloaded serde_bytes v0.11.19
10032026-04-14T13:14:08.694Z Downloaded openssl-sys v0.9.111
10042026-04-14T13:14:08.698Z Downloaded quinn-udp v0.5.14
10052026-04-14T13:14:08.703Z Downloaded siphasher v1.0.2
10062026-04-14T13:14:08.703Z Downloaded rusty-fork v0.3.1
10072026-04-14T13:14:08.707Z Downloaded jiff-static v0.2.21
10082026-04-14T13:14:08.711Z Downloaded aes v0.8.4
10092026-04-14T13:14:08.719Z Downloaded sct v0.7.1
10102026-04-14T13:14:08.726Z Downloaded sigpipe v0.1.3
10112026-04-14T13:14:08.726Z Downloaded rustls-native-certs v0.8.3
10122026-04-14T13:14:08.727Z Downloaded slog-bunyan v2.5.0
10132026-04-14T13:14:08.727Z Downloaded slog-envlogger v2.2.0
10142026-04-14T13:14:08.727Z Downloaded oso v0.27.3
10152026-04-14T13:14:08.733Z Downloaded serde_path_to_error v0.1.20
10162026-04-14T13:14:08.733Z Downloaded serde-hex v0.1.0
10172026-04-14T13:14:08.733Z Downloaded sec1 v0.7.3
10182026-04-14T13:14:08.733Z Downloaded prefix-trie v0.7.0
10192026-04-14T13:14:08.739Z Downloaded scroll v0.13.0
10202026-04-14T13:14:08.739Z Downloaded http v1.4.0
10212026-04-14T13:14:08.739Z Downloaded crossterm v0.28.1
10222026-04-14T13:14:08.742Z Downloaded hashbrown v0.12.3
10232026-04-14T13:14:08.745Z Downloaded ssh-cipher v0.2.0
10242026-04-14T13:14:08.745Z Downloaded rustls-pki-types v1.14.0
10252026-04-14T13:14:08.748Z Downloaded progenitor-impl v0.11.2
10262026-04-14T13:14:08.748Z Downloaded progenitor-impl v0.10.0
10272026-04-14T13:14:08.752Z Downloaded signal-hook-registry v1.4.8
10282026-04-14T13:14:08.752Z Downloaded sqlparser_derive v0.5.0
10292026-04-14T13:14:08.752Z Downloaded shlex v1.3.0
10302026-04-14T13:14:08.756Z Downloaded ssh-encoding v0.2.0
10312026-04-14T13:14:08.756Z Downloaded structmeta v0.3.0
10322026-04-14T13:14:08.760Z Downloaded strip-ansi-escapes v0.2.1
10332026-04-14T13:14:08.767Z Downloaded rustls-pemfile v2.2.0
10342026-04-14T13:14:08.771Z Downloaded pin-project v1.1.11
10352026-04-14T13:14:08.782Z Downloaded slab v0.4.12
10362026-04-14T13:14:08.782Z Downloaded schemars_derive v0.8.22
10372026-04-14T13:14:08.782Z Downloaded slog-scope v4.4.1
10382026-04-14T13:14:08.787Z Downloaded slog-dtrace v0.3.0
10392026-04-14T13:14:08.787Z Downloaded strum v0.27.2
10402026-04-14T13:14:08.787Z Downloaded supports-color v3.0.2
10412026-04-14T13:14:08.787Z Downloaded tabwriter v1.4.1
10422026-04-14T13:14:08.787Z Downloaded sync_wrapper v1.0.2
10432026-04-14T13:14:08.787Z Downloaded strum v0.26.3
10442026-04-14T13:14:08.787Z Downloaded rustversion v1.0.22
10452026-04-14T13:14:08.787Z Downloaded slog-json v2.6.1
10462026-04-14T13:14:08.787Z Downloaded minimal-lexical v0.2.1
10472026-04-14T13:14:08.792Z Downloaded simd-adler32 v0.3.8
10482026-04-14T13:14:08.792Z Downloaded aes-gcm v0.10.3
10492026-04-14T13:14:08.792Z Downloaded ron v0.8.1
10502026-04-14T13:14:08.797Z Downloaded smf v0.2.3
10512026-04-14T13:14:08.797Z Downloaded tabled_derive v0.11.0
10522026-04-14T13:14:08.797Z Downloaded smallvec v0.6.14
10532026-04-14T13:14:08.797Z Downloaded slog-term v2.9.2
10542026-04-14T13:14:08.802Z Downloaded slog-stdlog v4.1.1
10552026-04-14T13:14:08.803Z Downloaded tap v1.0.1
10562026-04-14T13:14:08.803Z Downloaded termtree v0.5.1
10572026-04-14T13:14:08.803Z Downloaded prettyplease v0.2.37
10582026-04-14T13:14:08.817Z Downloaded pretty_assertions v1.4.1
10592026-04-14T13:14:08.818Z Downloaded russh-keys v0.45.0
10602026-04-14T13:14:08.819Z Downloaded serde_derive_internals v0.29.1
10612026-04-14T13:14:08.839Z Downloaded testing_table v0.3.0
10622026-04-14T13:14:08.839Z Downloaded spki v0.7.3
10632026-04-14T13:14:08.840Z Downloaded snafu-derive v0.8.9
10642026-04-14T13:14:08.840Z Downloaded take_mut v0.2.2
10652026-04-14T13:14:08.840Z Downloaded rcgen v0.12.1
10662026-04-14T13:14:08.840Z Downloaded hyper-util v0.1.20
10672026-04-14T13:14:08.840Z Downloaded thread-id v5.1.0
10682026-04-14T13:14:08.840Z Downloaded rustls-platform-verifier v0.6.2
10692026-04-14T13:14:08.840Z Downloaded hickory-server v0.25.2
10702026-04-14T13:14:08.840Z Downloaded thiserror-impl-no-std v2.0.2
10712026-04-14T13:14:08.840Z Downloaded string_cache v0.8.9
10722026-04-14T13:14:08.840Z Downloaded tinyvec_macros v0.1.1
10732026-04-14T13:14:08.840Z Downloaded sqlformat v0.3.5
10742026-04-14T13:14:08.840Z Downloaded serde_with_macros v3.17.0
10752026-04-14T13:14:08.840Z Downloaded time-core v0.1.8
10762026-04-14T13:14:08.840Z Downloaded structmeta-derive v0.3.0
10772026-04-14T13:14:08.840Z Downloaded stringprep v0.1.5
10782026-04-14T13:14:08.849Z Downloaded stacker v0.1.23
10792026-04-14T13:14:08.850Z Downloaded progenitor-impl v0.13.0
10802026-04-14T13:14:08.850Z Downloaded slog-async v2.8.0
10812026-04-14T13:14:08.850Z Downloaded itertools v0.10.5
10822026-04-14T13:14:08.850Z Downloaded ryu v1.0.23
10832026-04-14T13:14:08.850Z Downloaded static_assertions v1.1.0
10842026-04-14T13:14:08.850Z Downloaded subtle v2.6.1
10852026-04-14T13:14:08.850Z Downloaded strum_macros v0.26.4
10862026-04-14T13:14:08.850Z Downloaded strum_macros v0.24.3
10872026-04-14T13:14:08.859Z Downloaded strum_macros v0.27.2
10882026-04-14T13:14:08.859Z Downloaded qorb v0.4.1
10892026-04-14T13:14:08.859Z Downloaded num-bigint v0.4.6
10902026-04-14T13:14:08.864Z Downloaded sync-ptr v0.1.4
10912026-04-14T13:14:08.864Z Downloaded quinn v0.11.9
10922026-04-14T13:14:08.864Z Downloaded crossterm v0.29.0
10932026-04-14T13:14:08.869Z Downloaded tagptr v0.2.0
10942026-04-14T13:14:08.874Z Downloaded support-bundle-viewer v0.1.2
10952026-04-14T13:14:08.874Z Downloaded serde_cbor v0.11.2
10962026-04-14T13:14:08.874Z Downloaded rayon-core v1.13.0
10972026-04-14T13:14:08.874Z Downloaded libxml v0.3.3
10982026-04-14T13:14:08.878Z Downloaded termios v0.3.3
10992026-04-14T13:14:08.882Z Downloaded spin v0.9.8
11002026-04-14T13:14:08.888Z Downloaded tiny-keccak v2.0.2
11012026-04-14T13:14:08.891Z Downloaded thread_local v1.1.9
11022026-04-14T13:14:08.891Z Downloaded mio v1.1.1
11032026-04-14T13:14:08.892Z Downloaded tower-service v0.3.3
11042026-04-14T13:14:08.892Z Downloaded try-lock v0.2.5
11052026-04-14T13:14:08.895Z Downloaded trait-variant v0.1.2
11062026-04-14T13:14:08.895Z Downloaded time-macros v0.2.27
11072026-04-14T13:14:08.895Z Downloaded tower-layer v0.3.3
11082026-04-14T13:14:08.895Z Downloaded typify-macro v0.6.1
11092026-04-14T13:14:08.900Z Downloaded typify-macro v0.4.3
11102026-04-14T13:14:08.900Z Downloaded hashbrown v0.15.5
11112026-04-14T13:14:08.904Z Downloaded tls_codec_derive v0.4.2
11122026-04-14T13:14:08.904Z Downloaded signal-hook v0.3.18
11132026-04-14T13:14:08.904Z Downloaded slog v2.8.2
11142026-04-14T13:14:08.907Z Downloaded tokio-native-tls v0.3.1
11152026-04-14T13:14:08.914Z Downloaded publicsuffix v2.3.0
11162026-04-14T13:14:08.918Z Downloaded universal-hash v0.5.1
11172026-04-14T13:14:08.918Z Downloaded unarray v0.1.4
11182026-04-14T13:14:08.918Z Downloaded tls_codec v0.4.2
11192026-04-14T13:14:08.921Z Downloaded tokio-dtrace v0.1.1
11202026-04-14T13:14:08.928Z Downloaded tokio-rustls v0.25.0
11212026-04-14T13:14:08.928Z Downloaded term v0.7.0
11222026-04-14T13:14:08.932Z Downloaded unit-prefix v0.5.2
11232026-04-14T13:14:08.932Z Downloaded num-bigint-dig v0.8.6
11242026-04-14T13:14:08.932Z Downloaded untrusted v0.9.0
11252026-04-14T13:14:08.932Z Downloaded untrusted v0.7.1
11262026-04-14T13:14:08.935Z Downloaded usdt-attr-macro v0.6.0
11272026-04-14T13:14:08.935Z Downloaded usdt v0.6.0
11282026-04-14T13:14:08.940Z Downloaded term v1.2.1
11292026-04-14T13:14:08.943Z Downloaded tokio-tungstenite v0.21.0
11302026-04-14T13:14:08.947Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11312026-04-14T13:14:08.947Z Downloaded topological-sort v0.2.2
11322026-04-14T13:14:08.947Z Downloaded tokio-tungstenite v0.23.1
11332026-04-14T13:14:08.950Z Downloaded toml_writer v1.0.6+spec-1.1.0
11342026-04-14T13:14:08.950Z Downloaded serde_yaml v0.9.34+deprecated
11352026-04-14T13:14:08.950Z Downloaded utf-8 v0.7.6
11362026-04-14T13:14:08.955Z Downloaded usdt-macro v0.6.0
11372026-04-14T13:14:08.955Z Downloaded socket2 v0.6.2
11382026-04-14T13:14:08.958Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11392026-04-14T13:14:08.958Z Downloaded thiserror-no-std v2.0.2
11402026-04-14T13:14:08.962Z Downloaded wait-timeout v0.2.1
11412026-04-14T13:14:08.962Z Downloaded void v1.0.2
11422026-04-14T13:14:08.966Z Downloaded socket2 v0.5.10
11432026-04-14T13:14:08.966Z Downloaded schemars v0.9.0
11442026-04-14T13:14:08.976Z Downloaded want v0.3.1
11452026-04-14T13:14:09.020Z Downloaded waitgroup v0.1.2
11462026-04-14T13:14:09.020Z Downloaded tokio-macros v2.6.0
11472026-04-14T13:14:09.020Z Downloaded schemars v1.2.1
11482026-04-14T13:14:09.020Z Downloaded tui-tree-widget v0.23.1
11492026-04-14T13:14:09.020Z Downloaded samael v0.0.19
11502026-04-14T13:14:09.020Z Downloaded xattr v1.6.1
11512026-04-14T13:14:09.020Z Downloaded rsa v0.9.10
11522026-04-14T13:14:09.020Z Downloaded nom v7.1.3
11532026-04-14T13:14:09.020Z Downloaded itertools v0.12.1
11542026-04-14T13:14:09.020Z Downloaded tokio-stream v0.1.18
11552026-04-14T13:14:09.020Z Downloaded usdt-impl v0.6.0
11562026-04-14T13:14:09.020Z Downloaded unicode-truncate v1.1.0
11572026-04-14T13:14:09.020Z Downloaded rand v0.8.5
11582026-04-14T13:14:09.020Z Downloaded tokio-rustls v0.24.1
11592026-04-14T13:14:09.020Z Downloaded tokio-rustls v0.26.4
11602026-04-14T13:14:09.064Z Downloaded rustls-webpki v0.103.9
11612026-04-14T13:14:09.064Z Downloaded xshell-macros v0.2.7
11622026-04-14T13:14:09.064Z Downloaded rand v0.10.0
11632026-04-14T13:14:09.064Z Downloaded snafu v0.8.9
11642026-04-14T13:14:09.064Z Downloaded toml_parser v1.0.9+spec-1.1.0
11652026-04-14T13:14:09.064Z Downloaded zone v0.3.1
11662026-04-14T13:14:09.064Z Downloaded itertools v0.13.0
11672026-04-14T13:14:09.064Z Downloaded iddqd v0.3.17
11682026-04-14T13:14:09.064Z Downloaded tinyvec v1.10.0
11692026-04-14T13:14:09.070Z Downloaded subprocess v0.2.15
11702026-04-14T13:14:09.070Z Downloaded tracing-attributes v0.1.31
11712026-04-14T13:14:09.070Z Downloaded similar v2.7.0
11722026-04-14T13:14:09.070Z Downloaded hyper v1.8.1
11732026-04-14T13:14:09.070Z Downloaded zone_cfg_derive v0.3.1
11742026-04-14T13:14:09.070Z Downloaded vergen-gitcl v1.0.8
11752026-04-14T13:14:09.070Z Downloaded vergen-git2 v1.0.7
11762026-04-14T13:14:09.070Z Downloaded test-strategy v0.4.5
11772026-04-14T13:14:09.070Z Downloaded vsss-rs v3.3.4
11782026-04-14T13:14:09.070Z Downloaded schemars v0.8.22
11792026-04-14T13:14:09.070Z Downloaded walkdir v2.5.0
11802026-04-14T13:14:09.070Z Downloaded whoami v1.6.1
11812026-04-14T13:14:09.070Z Downloaded wyz v0.5.1
11822026-04-14T13:14:09.070Z Downloaded tar v0.4.45
11832026-04-14T13:14:09.070Z Downloaded aho-corasick v1.1.4
11842026-04-14T13:14:09.070Z Downloaded unicode-properties v0.1.4
11852026-04-14T13:14:09.070Z Downloaded hkdf v0.12.4
11862026-04-14T13:14:09.070Z Downloaded zeroize v1.8.2
11872026-04-14T13:14:09.070Z Downloaded itertools v0.14.0
11882026-04-14T13:14:09.076Z Downloaded h2 v0.4.13
11892026-04-14T13:14:09.076Z Downloaded toml v0.9.12+spec-1.1.0
11902026-04-14T13:14:09.095Z Downloaded unicase v2.9.0
11912026-04-14T13:14:09.095Z Downloaded toml v1.0.6+spec-1.1.0
11922026-04-14T13:14:09.095Z Downloaded zstd v0.13.3
11932026-04-14T13:14:09.109Z Downloaded zstd-safe v7.2.4
11942026-04-14T13:14:09.109Z Downloaded xshell v0.2.7
11952026-04-14T13:14:09.109Z Downloaded uzers v0.12.2
11962026-04-14T13:14:09.109Z Downloaded toml v0.7.8
11972026-04-14T13:14:09.109Z Downloaded libm v0.2.16
11982026-04-14T13:14:09.109Z Downloaded vergen v9.0.6
11992026-04-14T13:14:09.109Z Downloaded curve25519-dalek v4.1.3
12002026-04-14T13:14:09.109Z Downloaded zeroize_derive v1.4.3
12012026-04-14T13:14:09.109Z Downloaded rustyline v14.0.0
12022026-04-14T13:14:09.119Z Downloaded typify v0.4.3
12032026-04-14T13:14:09.119Z Downloaded futures-util v0.3.32
12042026-04-14T13:14:09.120Z Downloaded whoami v2.1.0
12052026-04-14T13:14:09.120Z Downloaded p521 v0.13.3
12062026-04-14T13:14:09.120Z Downloaded typify v0.6.1
12072026-04-14T13:14:09.124Z Downloaded twox-hash v2.1.2
12082026-04-14T13:14:09.124Z Downloaded yasna v0.5.2
12092026-04-14T13:14:09.124Z Downloaded tracing-core v0.1.36
12102026-04-14T13:14:09.124Z Downloaded tungstenite v0.23.0
12112026-04-14T13:14:09.124Z Downloaded tungstenite v0.21.0
12122026-04-14T13:14:09.124Z Downloaded steno v0.4.1
12132026-04-14T13:14:09.150Z Downloaded toml_edit v0.23.10+spec-1.0.0
12142026-04-14T13:14:09.151Z Downloaded rand v0.9.2
12152026-04-14T13:14:09.157Z Downloaded iri-string v0.7.10
12162026-04-14T13:14:09.157Z Downloaded vergen-lib v0.1.6
12172026-04-14T13:14:09.157Z Downloaded vte v0.14.1
12182026-04-14T13:14:09.157Z Downloaded unicode-bidi v0.3.18
12192026-04-14T13:14:09.157Z Downloaded reedline v0.40.0
12202026-04-14T13:14:09.157Z Downloaded unsafe-libyaml v0.2.11
12212026-04-14T13:14:09.163Z Downloaded rpassword v7.4.0
12222026-04-14T13:14:09.163Z Downloaded zerocopy v0.6.6
12232026-04-14T13:14:09.178Z Downloaded toml_edit v0.19.15
12242026-04-14T13:14:09.181Z Downloaded russh v0.45.0
12252026-04-14T13:14:09.181Z Downloaded regex v1.12.3
12262026-04-14T13:14:09.186Z Downloaded reqwest v0.13.2
12272026-04-14T13:14:09.189Z Downloaded bitvec v1.0.1
12282026-04-14T13:14:09.196Z Downloaded reqwest v0.12.28
12292026-04-14T13:14:09.201Z Downloaded yansi v1.0.1
12302026-04-14T13:14:09.201Z Downloaded blake3 v1.8.3
12312026-04-14T13:14:09.206Z Downloaded uuid v1.23.0
12322026-04-14T13:14:09.219Z Downloaded zopfli v0.8.3
12332026-04-14T13:14:09.231Z Downloaded unicode_categories v0.1.1
12342026-04-14T13:14:09.236Z Downloaded chrono v0.4.44
12352026-04-14T13:14:09.239Z Downloaded lalrpop v0.19.12
12362026-04-14T13:14:09.244Z Downloaded tokio-postgres v0.7.16
12372026-04-14T13:14:09.248Z Downloaded bindgen v0.71.1
12382026-04-14T13:14:09.253Z Downloaded salty v0.3.0
12392026-04-14T13:14:09.257Z Downloaded ssh-key v0.6.7
12402026-04-14T13:14:09.260Z Downloaded zip v0.6.6
12412026-04-14T13:14:09.260Z Downloaded rustls-webpki v0.101.7
12422026-04-14T13:14:09.268Z Downloaded portable-atomic v1.13.1
12432026-04-14T13:14:09.273Z Downloaded git2 v0.20.4
12442026-04-14T13:14:09.279Z Downloaded typed-path v0.9.3
12452026-04-14T13:14:09.284Z Downloaded goblin v0.10.5
12462026-04-14T13:14:09.287Z Downloaded zerocopy-derive v0.8.40
12472026-04-14T13:14:09.292Z Downloaded unicode-normalization v0.1.25
12482026-04-14T13:14:09.295Z Downloaded unicode-segmentation v1.12.0
12492026-04-14T13:14:09.301Z Downloaded serde_with v3.17.0
12502026-04-14T13:14:09.304Z Downloaded p384 v0.13.1
12512026-04-14T13:14:09.311Z Downloaded tower v0.5.3
12522026-04-14T13:14:09.316Z Downloaded petname v2.0.2
12532026-04-14T13:14:09.320Z Downloaded object v0.30.4
12542026-04-14T13:14:09.324Z Downloaded tower-http v0.6.8
12552026-04-14T13:14:09.330Z Downloaded x509-cert v0.2.5
12562026-04-14T13:14:09.336Z Downloaded nix v0.27.1
12572026-04-14T13:14:09.342Z Downloaded quick-xml v0.37.5
12582026-04-14T13:14:09.355Z Downloaded aws-lc-rs v1.16.0
12592026-04-14T13:14:09.355Z Downloaded rayon v1.11.0
12602026-04-14T13:14:09.363Z Downloaded openssl v0.10.75
12612026-04-14T13:14:09.368Z Downloaded tokio-util v0.7.18
12622026-04-14T13:14:09.374Z Downloaded winnow v0.5.40
12632026-04-14T13:14:09.379Z Downloaded zip v4.6.1
12642026-04-14T13:14:09.382Z Downloaded tough v0.20.0
12652026-04-14T13:14:09.386Z Downloaded proptest v1.10.0
12662026-04-14T13:14:09.403Z Downloaded rustls-webpki v0.102.8
12672026-04-14T13:14:09.413Z Downloaded regex-syntax v0.6.29
12682026-04-14T13:14:09.417Z Downloaded nix v0.28.0
12692026-04-14T13:14:09.425Z Downloaded nix v0.29.0
12702026-04-14T13:14:09.431Z Downloaded hickory-proto v0.24.4
12712026-04-14T13:14:09.439Z Downloaded dropshot v0.16.7
12722026-04-14T13:14:09.451Z Downloaded winnow v0.6.26
12732026-04-14T13:14:09.457Z Downloaded zlib-rs v0.6.2
12742026-04-14T13:14:09.462Z Downloaded diesel v2.3.7
12752026-04-14T13:14:09.472Z Downloaded zerocopy v0.8.40
12762026-04-14T13:14:09.477Z Downloaded bstr v1.12.1
12772026-04-14T13:14:09.483Z Downloaded radix_trie v0.2.1
12782026-04-14T13:14:09.487Z Downloaded nix v0.31.1
12792026-04-14T13:14:09.493Z Downloaded regex-syntax v0.8.10
12802026-04-14T13:14:09.497Z Downloaded dropshot v0.17.0
12812026-04-14T13:14:09.510Z Downloaded quinn-proto v0.11.13
12822026-04-14T13:14:09.513Z Downloaded object v0.37.3
12832026-04-14T13:14:09.522Z Downloaded tabled v0.20.0
12842026-04-14T13:14:09.531Z Downloaded time v0.3.47
12852026-04-14T13:14:09.539Z Downloaded polar-core v0.27.3
12862026-04-14T13:14:09.547Z Downloaded rustls v0.21.12
12872026-04-14T13:14:09.550Z Downloaded sqlparser v0.61.0
12882026-04-14T13:14:09.554Z Downloaded moka v0.12.13
12892026-04-14T13:14:09.572Z Downloaded tracing v0.1.44
12902026-04-14T13:14:09.585Z Downloaded vcpkg v0.2.15
12912026-04-14T13:14:09.608Z Downloaded typify-impl v0.4.3
12922026-04-14T13:14:09.616Z Downloaded webpki-roots v1.0.6
12932026-04-14T13:14:09.619Z Downloaded ratatui v0.29.0
12942026-04-14T13:14:09.629Z Downloaded rustls v0.22.4
12952026-04-14T13:14:09.637Z Downloaded openapiv3 v2.2.0
12962026-04-14T13:14:09.644Z Downloaded smoltcp v0.11.0
12972026-04-14T13:14:09.650Z Downloaded hickory-proto v0.25.2
12982026-04-14T13:14:09.660Z Downloaded regress v0.10.5
12992026-04-14T13:14:09.664Z Downloaded smoltcp v0.9.1
13002026-04-14T13:14:09.670Z Downloaded typify-impl v0.6.1
13012026-04-14T13:14:09.680Z Downloaded rustix v0.38.44
13022026-04-14T13:14:09.691Z Downloaded rustls v0.23.37
13032026-04-14T13:14:09.700Z Downloaded csv v1.4.0
13042026-04-14T13:14:09.712Z Downloaded sha3 v0.10.8
13052026-04-14T13:14:09.763Z Downloaded encoding_rs v0.8.35
13062026-04-14T13:14:09.778Z Downloaded sled v0.34.7
13072026-04-14T13:14:09.783Z Downloaded ring v0.17.14
13082026-04-14T13:14:09.816Z Downloaded bzip2-sys v0.1.13+1.0.8
13092026-04-14T13:14:09.850Z Downloaded zerocopy-derive v0.6.6
13102026-04-14T13:14:09.890Z Downloaded regex-automata v0.4.14
13112026-04-14T13:14:09.899Z Downloaded petgraph v0.6.5
13122026-04-14T13:14:09.911Z Downloaded jiff v0.2.21
13132026-04-14T13:14:09.927Z Downloaded chrono-tz v0.10.4
13142026-04-14T13:14:09.954Z Downloaded petgraph v0.8.3
13152026-04-14T13:14:09.965Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13162026-04-14T13:14:09.976Z Downloaded libz-sys v1.1.24
13172026-04-14T13:14:09.993Z Downloaded tokio v1.50.0
13182026-04-14T13:14:10.104Z Downloaded libgit2-sys v0.18.3+1.9.2
13192026-04-14T13:14:10.634Z Downloaded aws-lc-sys v0.37.1
13202026-04-14T13:14:10.878Z Compiling libc v0.2.180
13212026-04-14T13:14:10.878Z Compiling serde v1.0.228
13222026-04-14T13:14:10.879Z Compiling shlex v1.3.0
13232026-04-14T13:14:10.879Z Compiling find-msvc-tools v0.1.9
13242026-04-14T13:14:10.881Z Compiling log v0.4.29
13252026-04-14T13:14:10.882Z Compiling smallvec v1.15.1
13262026-04-14T13:14:10.882Z Compiling typenum v1.19.0
13272026-04-14T13:14:10.882Z Compiling subtle v2.6.1
13282026-04-14T13:14:10.882Z Compiling generic-array v0.14.7
13292026-04-14T13:14:10.882Z Compiling scopeguard v1.2.0
13302026-04-14T13:14:11.014Z Compiling const-oid v0.9.6
13312026-04-14T13:14:11.063Z Compiling portable-atomic v1.13.1
13322026-04-14T13:14:11.066Z Compiling zerocopy v0.8.40
13332026-04-14T13:14:11.109Z Compiling syn v2.0.117
13342026-04-14T13:14:11.162Z Compiling serde_json v1.0.149
13352026-04-14T13:14:11.165Z Compiling critical-section v1.2.0
13362026-04-14T13:14:11.221Z Compiling parking_lot_core v0.9.12
13372026-04-14T13:14:11.239Z Compiling lock_api v0.4.14
13382026-04-14T13:14:11.255Z Compiling pin-project-lite v0.2.17
13392026-04-14T13:14:11.270Z Compiling pkg-config v0.3.32
13402026-04-14T13:14:11.273Z Compiling bitflags v2.11.0
13412026-04-14T13:14:11.315Z Compiling libm v0.2.16
13422026-04-14T13:14:11.330Z Compiling num-traits v0.2.19
13432026-04-14T13:14:11.386Z Compiling futures-core v0.3.32
13442026-04-14T13:14:11.422Z Compiling percent-encoding v2.3.2
13452026-04-14T13:14:11.436Z Compiling allocator-api2 v0.2.21
13462026-04-14T13:14:11.500Z Compiling cpufeatures v0.2.17
13472026-04-14T13:14:11.560Z Compiling futures-sink v0.3.32
13482026-04-14T13:14:11.575Z Compiling foldhash v0.2.0
13492026-04-14T13:14:11.617Z Compiling getrandom v0.3.4
13502026-04-14T13:14:11.621Z Compiling futures-io v0.3.32
13512026-04-14T13:14:11.635Z Compiling slab v0.4.12
13522026-04-14T13:14:11.651Z Compiling futures-task v0.3.32
13532026-04-14T13:14:11.706Z Compiling futures-channel v0.3.32
13542026-04-14T13:14:11.765Z Compiling hashbrown v0.16.1
13552026-04-14T13:14:11.778Z Compiling rustversion v1.0.22
13562026-04-14T13:14:11.803Z Compiling form_urlencoded v1.2.2
13572026-04-14T13:14:11.834Z Compiling fs_extra v1.3.0
13582026-04-14T13:14:11.849Z Compiling ident_case v1.0.1
13592026-04-14T13:14:11.849Z Compiling base64ct v1.8.3
13602026-04-14T13:14:11.881Z Compiling dunce v1.0.5
13612026-04-14T13:14:11.884Z Compiling getrandom v0.4.1
13622026-04-14T13:14:11.949Z Compiling getrandom v0.2.17
13632026-04-14T13:14:11.995Z Compiling jobserver v0.1.34
13642026-04-14T13:14:11.999Z Compiling errno v0.3.14
13652026-04-14T13:14:12.025Z Compiling mio v1.1.1
13662026-04-14T13:14:12.090Z Compiling socket2 v0.6.2
13672026-04-14T13:14:12.113Z Compiling rand_core v0.6.4
13682026-04-14T13:14:12.148Z Compiling signal-hook-registry v1.4.8
13692026-04-14T13:14:12.172Z Compiling once_cell v1.21.3
13702026-04-14T13:14:12.288Z Compiling cc v1.2.56
13712026-04-14T13:14:12.309Z Compiling parking_lot v0.12.5
13722026-04-14T13:14:12.329Z Compiling indexmap v2.13.0
13732026-04-14T13:14:12.409Z Compiling pem-rfc7468 v0.7.0
13742026-04-14T13:14:12.439Z Compiling rand_core v0.10.0
13752026-04-14T13:14:12.457Z Compiling flagset v0.4.7
13762026-04-14T13:14:12.475Z Compiling iana-time-zone v0.1.65
13772026-04-14T13:14:12.491Z Compiling rustix v1.1.3
13782026-04-14T13:14:12.508Z Compiling rustc_version v0.4.1
13792026-04-14T13:14:12.602Z Compiling rand_core v0.9.5
13802026-04-14T13:14:12.634Z Compiling vcpkg v0.2.15
13812026-04-14T13:14:12.674Z Compiling aws-lc-rs v1.16.0
13822026-04-14T13:14:12.712Z Compiling regex-syntax v0.8.10
13832026-04-14T13:14:12.735Z Compiling tracing-core v0.1.36
13842026-04-14T13:14:12.743Z Compiling base64 v0.22.1
13852026-04-14T13:14:12.763Z Compiling uuid v1.23.0
13862026-04-14T13:14:12.852Z Compiling schemars v0.8.22
13872026-04-14T13:14:12.869Z Compiling openssl-probe v0.2.1
13882026-04-14T13:14:12.919Z Compiling httparse v1.10.1
13892026-04-14T13:14:12.947Z Compiling untrusted v0.9.0
13902026-04-14T13:14:12.996Z Compiling untrusted v0.7.1
13912026-04-14T13:14:13.013Z Compiling try-lock v0.2.5
13922026-04-14T13:14:13.065Z Compiling tower-service v0.3.3
13932026-04-14T13:14:13.093Z Compiling cmake v0.1.57
13942026-04-14T13:14:13.129Z Compiling dyn-clone v1.0.20
13952026-04-14T13:14:13.129Z Compiling tower-layer v0.3.3
13962026-04-14T13:14:13.157Z Compiling tinyvec_macros v0.1.1
13972026-04-14T13:14:13.161Z Compiling atomic-waker v1.1.2
13982026-04-14T13:14:13.161Z Compiling rustls v0.23.37
13992026-04-14T13:14:13.205Z Compiling want v0.3.1
14002026-04-14T13:14:13.242Z Compiling tinyvec v1.10.0
14012026-04-14T13:14:13.261Z Compiling spin v0.9.8
14022026-04-14T13:14:13.289Z Compiling aho-corasick v1.1.4
14032026-04-14T13:14:13.319Z Compiling crc32fast v1.5.0
14042026-04-14T13:14:13.351Z Compiling time-core v0.1.8
14052026-04-14T13:14:13.354Z Compiling foreign-types-shared v0.1.1
14062026-04-14T13:14:13.383Z Compiling num-conv v0.2.0
14072026-04-14T13:14:13.412Z Compiling httpdate v1.0.3
14082026-04-14T13:14:13.441Z Compiling powerfmt v0.2.0
14092026-04-14T13:14:13.453Z Compiling pin-utils v0.1.0
14102026-04-14T13:14:13.506Z Compiling openssl v0.10.75
14112026-04-14T13:14:13.536Z Compiling foreign-types v0.3.2
14122026-04-14T13:14:13.548Z Compiling socket2 v0.5.10
14132026-04-14T13:14:13.553Z Compiling time-macros v0.2.27
14142026-04-14T13:14:13.553Z Compiling wait-timeout v0.2.1
14152026-04-14T13:14:13.575Z Compiling syn v1.0.109
14162026-04-14T13:14:13.619Z Compiling deranged v0.5.8
14172026-04-14T13:14:13.634Z Compiling num_threads v0.1.7
14182026-04-14T13:14:13.662Z Compiling simd-adler32 v0.3.8
14192026-04-14T13:14:13.662Z Compiling crossbeam-utils v0.8.21
14202026-04-14T13:14:13.740Z Compiling quick-error v1.2.3
14212026-04-14T13:14:13.765Z Compiling usdt-impl v0.6.0
14222026-04-14T13:14:13.792Z Compiling bit-vec v0.8.0
14232026-04-14T13:14:13.806Z Compiling native-tls v0.2.18
14242026-04-14T13:14:13.868Z Compiling siphasher v1.0.2
14252026-04-14T13:14:13.994Z Compiling unicode-normalization v0.1.25
14262026-04-14T13:14:14.030Z Compiling bit-set v0.8.0
14272026-04-14T13:14:14.046Z Compiling slog v2.8.2
14282026-04-14T13:14:14.053Z Compiling aws-lc-sys v0.37.1
14292026-04-14T13:14:14.053Z Compiling ring v0.17.14
14302026-04-14T13:14:14.053Z Compiling openssl-sys v0.9.111
14312026-04-14T13:14:14.071Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14322026-04-14T13:14:14.119Z Compiling bzip2-sys v0.1.13+1.0.8
14332026-04-14T13:14:14.125Z Compiling heapless v0.7.17
14342026-04-14T13:14:14.162Z Compiling synstructure v0.13.2
14352026-04-14T13:14:14.214Z Compiling serde_derive_internals v0.29.1
14362026-04-14T13:14:14.261Z Compiling pest_generator v2.8.6
14372026-04-14T13:14:14.401Z Compiling darling_core v0.20.11
14382026-04-14T13:14:14.468Z Compiling regex-automata v0.4.14
14392026-04-14T13:14:14.484Z Compiling tempfile v3.25.0
14402026-04-14T13:14:14.498Z Compiling darling_core v0.21.3
14412026-04-14T13:14:14.701Z Compiling rand_xorshift v0.4.0
14422026-04-14T13:14:14.754Z Compiling time v0.3.47
14432026-04-14T13:14:14.870Z Compiling rusty-fork v0.3.1
14442026-04-14T13:14:14.888Z Compiling thread-id v5.1.0
14452026-04-14T13:14:14.905Z Compiling sync_wrapper v1.0.2
14462026-04-14T13:14:14.987Z Compiling cookie v0.18.1
14472026-04-14T13:14:15.006Z Compiling anyhow v1.0.102
14482026-04-14T13:14:15.028Z Compiling paste v1.0.15
14492026-04-14T13:14:15.130Z Compiling zstd-safe v7.2.4
14502026-04-14T13:14:15.152Z Compiling adler2 v2.0.1
14512026-04-14T13:14:15.201Z Compiling signal-hook v0.3.18
14522026-04-14T13:14:15.220Z Compiling unicode-bidi v0.3.18
14532026-04-14T13:14:15.243Z Compiling unarray v0.1.4
14542026-04-14T13:14:15.304Z Compiling unicode-properties v0.1.4
14552026-04-14T13:14:15.372Z Compiling miniz_oxide v0.8.9
14562026-04-14T13:14:15.496Z Compiling num-integer v0.1.46
14572026-04-14T13:14:15.538Z Compiling vergen-lib v0.1.6
14582026-04-14T13:14:15.591Z Compiling stringprep v0.1.5
14592026-04-14T13:14:15.736Z Compiling curve25519-dalek v4.1.3
14602026-04-14T13:14:15.786Z Compiling ff v0.13.1
14612026-04-14T13:14:15.841Z Compiling hash32 v0.2.1
14622026-04-14T13:14:15.943Z Compiling memoffset v0.9.1
14632026-04-14T13:14:15.959Z Compiling serde_derive v1.0.228
14642026-04-14T13:14:15.976Z Compiling zeroize_derive v1.4.3
14652026-04-14T13:14:16.027Z Compiling zerofrom-derive v0.1.6
14662026-04-14T13:14:16.063Z Compiling yoke-derive v0.8.1
14672026-04-14T13:14:16.077Z Compiling zerocopy-derive v0.8.40
14682026-04-14T13:14:16.112Z Compiling zerovec-derive v0.11.2
14692026-04-14T13:14:16.160Z Compiling displaydoc v0.2.5
14702026-04-14T13:14:16.175Z Compiling tokio-macros v2.6.0
14712026-04-14T13:14:16.401Z Compiling futures-macro v0.3.32
14722026-04-14T13:14:16.684Z Compiling zeroize v1.8.2
14732026-04-14T13:14:16.791Z Compiling der_derive v0.7.3
14742026-04-14T13:14:16.939Z Compiling thiserror-impl v2.0.18
14752026-04-14T13:14:16.953Z Compiling rustls-pki-types v1.14.0
14762026-04-14T13:14:17.077Z Compiling tracing-attributes v0.1.31
14772026-04-14T13:14:17.277Z Compiling futures-util v0.3.32
14782026-04-14T13:14:17.314Z Compiling schemars_derive v0.8.22
14792026-04-14T13:14:17.334Z Compiling pest_derive v2.8.6
14802026-04-14T13:14:17.501Z Compiling crypto-common v0.1.7
14812026-04-14T13:14:17.517Z Compiling zerofrom v0.1.6
14822026-04-14T13:14:17.520Z Compiling block-buffer v0.10.4
14832026-04-14T13:14:17.667Z Compiling yoke v0.8.1
14842026-04-14T13:14:17.675Z Compiling digest v0.10.7
14852026-04-14T13:14:17.726Z Compiling block-padding v0.3.3
14862026-04-14T13:14:17.792Z Compiling scroll_derive v0.13.1
14872026-04-14T13:14:17.853Z Compiling zerovec v0.11.5
14882026-04-14T13:14:17.868Z Compiling zerotrie v0.2.3
14892026-04-14T13:14:17.907Z Compiling hmac v0.12.1
14902026-04-14T13:14:17.938Z Compiling inout v0.1.4
14912026-04-14T13:14:18.082Z Compiling cipher v0.4.4
14922026-04-14T13:14:18.124Z Compiling sha2 v0.10.9
14932026-04-14T13:14:18.187Z Compiling der v0.7.10
14942026-04-14T13:14:18.369Z Compiling tinystr v0.8.2
14952026-04-14T13:14:18.388Z Compiling potential_utf v0.1.4
14962026-04-14T13:14:18.396Z Compiling salsa20 v0.10.2
14972026-04-14T13:14:18.524Z Compiling icu_collections v2.1.1
14982026-04-14T13:14:18.557Z Compiling icu_locale_core v2.1.1
14992026-04-14T13:14:18.571Z Compiling pbkdf2 v0.12.2
15002026-04-14T13:14:18.593Z Compiling thiserror v2.0.18
15012026-04-14T13:14:18.652Z Compiling cbc v0.1.2
15022026-04-14T13:14:18.659Z Compiling aes v0.8.4
15032026-04-14T13:14:18.663Z Compiling tracing v0.1.44
15042026-04-14T13:14:18.716Z Compiling scrypt v0.11.0
15052026-04-14T13:14:18.747Z Compiling scroll v0.13.0
15062026-04-14T13:14:18.809Z Compiling darling_macro v0.20.11
15072026-04-14T13:14:18.972Z Compiling openssl-macros v0.1.1
15082026-04-14T13:14:19.008Z Compiling goblin v0.10.5
15092026-04-14T13:14:19.042Z Compiling spki v0.7.3
15102026-04-14T13:14:19.046Z Compiling dtrace-parser v0.3.0
15112026-04-14T13:14:19.291Z Compiling icu_provider v2.1.1
15122026-04-14T13:14:19.322Z Compiling pkcs5 v0.7.1
15132026-04-14T13:14:19.409Z Compiling darling v0.20.11
15142026-04-14T13:14:19.461Z Compiling signature v2.2.0
15152026-04-14T13:14:19.490Z Compiling bytes v1.11.1
15162026-04-14T13:14:19.507Z Compiling chrono v0.4.44
15172026-04-14T13:14:19.549Z Compiling icu_properties v2.1.2
15182026-04-14T13:14:19.588Z Compiling icu_normalizer v2.1.1
15192026-04-14T13:14:19.621Z Compiling pkcs8 v0.10.2
15202026-04-14T13:14:19.638Z Compiling ipnet v2.11.0
15212026-04-14T13:14:19.677Z Compiling derive_builder_core v0.20.2
15222026-04-14T13:14:19.765Z Compiling rustls-native-certs v0.8.3
15232026-04-14T13:14:19.833Z Compiling thiserror-impl v1.0.69
15242026-04-14T13:14:19.875Z Compiling scroll_derive v0.12.1
15252026-04-14T13:14:19.957Z Compiling serde_tokenstream v0.2.3
15262026-04-14T13:14:20.076Z Compiling tokio v1.50.0
15272026-04-14T13:14:20.127Z Compiling http v1.4.0
15282026-04-14T13:14:20.156Z Compiling toml_datetime v0.6.11
15292026-04-14T13:14:20.173Z Compiling serde_spanned v0.6.9
15302026-04-14T13:14:20.293Z Compiling erased-serde v0.3.31
15312026-04-14T13:14:20.331Z Compiling md-5 v0.10.6
15322026-04-14T13:14:20.430Z Compiling ppv-lite86 v0.2.21
15332026-04-14T13:14:20.513Z Compiling idna_adapter v1.2.1
15342026-04-14T13:14:20.567Z Compiling derive_builder_macro v0.20.2
15352026-04-14T13:14:20.587Z Compiling scroll v0.12.0
15362026-04-14T13:14:20.604Z Compiling webpki-roots v1.0.6
15372026-04-14T13:14:20.674Z Compiling idna v1.1.0
15382026-04-14T13:14:20.689Z Compiling darling_macro v0.21.3
15392026-04-14T13:14:20.692Z Compiling zerocopy-derive v0.7.35
15402026-04-14T13:14:20.742Z Compiling rand_chacha v0.9.0
15412026-04-14T13:14:20.772Z Compiling http-body v1.0.1
15422026-04-14T13:14:20.790Z Compiling rand_chacha v0.3.1
15432026-04-14T13:14:20.875Z Compiling smoltcp v0.9.1
15442026-04-14T13:14:20.921Z Compiling http-body-util v0.1.3
15452026-04-14T13:14:20.949Z Compiling rand v0.9.2
15462026-04-14T13:14:21.053Z Compiling url v2.5.8
15472026-04-14T13:14:21.071Z Compiling zlib-rs v0.6.2
15482026-04-14T13:14:21.128Z Compiling thiserror v1.0.69
15492026-04-14T13:14:21.190Z Compiling num-bigint-dig v0.8.6
15502026-04-14T13:14:21.207Z Compiling ryu v1.0.23
15512026-04-14T13:14:21.238Z Compiling fallible-iterator v0.2.0
15522026-04-14T13:14:21.253Z Compiling psl-types v2.0.11
15532026-04-14T13:14:21.346Z Compiling iri-string v0.7.10
15542026-04-14T13:14:21.399Z Compiling cfg_aliases v0.2.1
15552026-04-14T13:14:21.411Z Compiling litrs v1.0.0
15562026-04-14T13:14:21.414Z Compiling rustix v0.38.44
15572026-04-14T13:14:21.466Z Compiling ref-cast v1.0.25
15582026-04-14T13:14:21.484Z Compiling base16ct v0.2.0
15592026-04-14T13:14:21.617Z Compiling proptest v1.10.0
15602026-04-14T13:14:21.676Z Compiling sec1 v0.7.3
15612026-04-14T13:14:21.767Z Compiling dof v0.4.0
15622026-04-14T13:14:21.862Z Compiling zerocopy v0.7.35
15632026-04-14T13:14:21.879Z Compiling postgres-protocol v0.6.10
15642026-04-14T13:14:21.895Z Compiling nix v0.31.1
15652026-04-14T13:14:21.955Z Compiling document-features v0.2.12
15662026-04-14T13:14:21.971Z Compiling publicsuffix v2.3.0
15672026-04-14T13:14:21.986Z Compiling serde_urlencoded v0.7.1
15682026-04-14T13:14:22.069Z Compiling darling v0.21.3
15692026-04-14T13:14:22.160Z Compiling derive_builder v0.20.2
15702026-04-14T13:14:22.176Z Compiling rand v0.8.5
15712026-04-14T13:14:22.278Z Compiling goblin v0.8.2
15722026-04-14T13:14:22.360Z Compiling cargo-platform v0.1.9
15732026-04-14T13:14:22.411Z Compiling ipnetwork v0.21.1
15742026-04-14T13:14:22.469Z Compiling hubpack_derive v0.1.1
15752026-04-14T13:14:22.486Z Compiling hkdf v0.12.4
15762026-04-14T13:14:22.650Z Compiling oxnet v0.1.4
15772026-04-14T13:14:22.671Z Compiling crypto-bigint v0.5.5
15782026-04-14T13:14:22.734Z Compiling regex v1.12.3
15792026-04-14T13:14:22.999Z Compiling ref-cast-impl v1.0.25
15802026-04-14T13:14:23.030Z Compiling daft-derive v0.1.5
15812026-04-14T13:14:23.045Z Compiling async-trait v0.1.89
15822026-04-14T13:14:23.071Z Compiling curve25519-dalek-derive v0.1.1
15832026-04-14T13:14:23.086Z Compiling strum_macros v0.27.2
15842026-04-14T13:14:23.194Z Compiling group v0.13.0
15852026-04-14T13:14:23.283Z Compiling num-iter v0.1.45
15862026-04-14T13:14:23.440Z Compiling terminal_size v0.4.3
15872026-04-14T13:14:23.534Z Compiling phf_shared v0.13.1
15882026-04-14T13:14:23.580Z Compiling lazy_static v1.5.0
15892026-04-14T13:14:23.599Z Compiling vergen v9.0.6
15902026-04-14T13:14:23.699Z Compiling fs-err v3.3.0
15912026-04-14T13:14:23.717Z Compiling ahash v0.8.12
15922026-04-14T13:14:23.720Z Compiling bitflags v1.3.2
15932026-04-14T13:14:23.751Z Compiling bumpalo v3.20.2
15942026-04-14T13:14:23.786Z Compiling libbz2-rs-sys v0.2.2
15952026-04-14T13:14:23.803Z Compiling tokio-util v0.7.18
15962026-04-14T13:14:23.819Z Compiling tower v0.5.3
15972026-04-14T13:14:23.842Z Compiling tokio-native-tls v0.3.1
15982026-04-14T13:14:23.923Z Compiling flate2 v1.1.9
15992026-04-14T13:14:23.950Z Compiling newtype-uuid v1.3.2
16002026-04-14T13:14:23.973Z Compiling foldhash v0.1.5
16012026-04-14T13:14:24.026Z Compiling winnow v0.5.40
16022026-04-14T13:14:24.043Z Compiling managed v0.8.0
16032026-04-14T13:14:24.117Z Compiling object v0.37.3
16042026-04-14T13:14:24.166Z Compiling unicode-segmentation v1.12.0
16052026-04-14T13:14:24.274Z Compiling tower-http v0.6.8
16062026-04-14T13:14:24.328Z Compiling bzip2 v0.6.1
16072026-04-14T13:14:24.334Z Compiling daft v0.1.5
16082026-04-14T13:14:24.361Z Compiling hashbrown v0.15.5
16092026-04-14T13:14:24.468Z Compiling zopfli v0.8.3
16102026-04-14T13:14:24.502Z Compiling h2 v0.4.13
16112026-04-14T13:14:24.564Z Compiling dof v0.3.0
16122026-04-14T13:14:24.674Z Compiling clap_builder v4.5.60
16132026-04-14T13:14:24.754Z Compiling phf v0.13.1
16142026-04-14T13:14:24.884Z Compiling elliptic-curve v0.13.8
16152026-04-14T13:14:24.934Z Compiling signal-hook-mio v0.2.5
16162026-04-14T13:14:25.127Z Compiling cargo_metadata v0.19.2
16172026-04-14T13:14:25.159Z Compiling strum v0.27.2
16182026-04-14T13:14:25.196Z Compiling usdt-attr-macro v0.6.0
16192026-04-14T13:14:25.211Z Compiling usdt-macro v0.6.0
16202026-04-14T13:14:25.312Z Compiling cookie_store v0.22.1
16212026-04-14T13:14:25.348Z Compiling bzip2 v0.4.4
16222026-04-14T13:14:25.463Z Compiling toml_edit v0.19.15
16232026-04-14T13:14:25.494Z Compiling hubpack v0.1.2
16242026-04-14T13:14:25.554Z Compiling postgres-types v0.2.12
16252026-04-14T13:14:25.575Z Compiling serde_with_macros v3.17.0
16262026-04-14T13:14:25.729Z Compiling zstd v0.13.3
16272026-04-14T13:14:25.899Z Compiling dtrace-parser v0.2.0
16282026-04-14T13:14:26.005Z Compiling ed25519 v2.2.3
16292026-04-14T13:14:26.021Z Compiling pkcs1 v0.7.5
16302026-04-14T13:14:26.025Z Compiling serde-big-array v0.5.1
16312026-04-14T13:14:26.050Z Compiling hex v0.4.3
16322026-04-14T13:14:26.133Z Compiling rfc6979 v0.4.0
16332026-04-14T13:14:26.199Z Compiling bstr v1.12.1
16342026-04-14T13:14:26.273Z Compiling enum-as-inner v0.6.1
16352026-04-14T13:14:26.338Z Compiling clap_derive v4.5.55
16362026-04-14T13:14:26.455Z Compiling strum_macros v0.26.4
16372026-04-14T13:14:26.474Z Compiling serde_repr v0.1.20
16382026-04-14T13:14:26.674Z Compiling phf_shared v0.11.3
16392026-04-14T13:14:26.753Z Compiling float-cmp v0.10.0
16402026-04-14T13:14:26.806Z Compiling memmap2 v0.9.10
16412026-04-14T13:14:26.870Z Compiling thread-id v4.2.2
16422026-04-14T13:14:26.891Z Compiling env_filter v1.0.0
16432026-04-14T13:14:26.930Z Compiling encoding_rs v0.8.35
16442026-04-14T13:14:26.934Z Compiling precomputed-hash v0.1.1
16452026-04-14T13:14:26.977Z Compiling normalize-line-endings v0.3.0
16462026-04-14T13:14:26.994Z Compiling mime v0.3.17
16472026-04-14T13:14:27.044Z Compiling predicates-core v1.0.10
16482026-04-14T13:14:27.058Z Compiling static_assertions v1.1.0
16492026-04-14T13:14:27.060Z Compiling keccak v0.1.6
16502026-04-14T13:14:27.089Z Compiling fixedbitset v0.4.2
16512026-04-14T13:14:27.144Z Compiling new_debug_unreachable v1.0.6
16522026-04-14T13:14:27.223Z Compiling whoami v2.1.0
16532026-04-14T13:14:27.275Z Compiling rustc-hash v2.1.1
16542026-04-14T13:14:27.300Z Compiling jiff v0.2.21
16552026-04-14T13:14:27.333Z Compiling difflib v0.4.0
16562026-04-14T13:14:27.355Z Compiling fixedbitset v0.5.7
16572026-04-14T13:14:27.416Z Compiling data-encoding v2.10.0
16582026-04-14T13:14:27.661Z Compiling hyper v1.8.1
16592026-04-14T13:14:27.686Z Compiling either v1.15.0
16602026-04-14T13:14:27.759Z Compiling hickory-proto v0.25.2
16612026-04-14T13:14:27.783Z Compiling predicates v3.1.4
16622026-04-14T13:14:27.917Z Compiling itertools v0.13.0
16632026-04-14T13:14:27.932Z Compiling petgraph v0.8.3
16642026-04-14T13:14:27.949Z Compiling tokio-postgres v0.7.16
16652026-04-14T13:14:28.156Z Compiling iddqd v0.3.17
16662026-04-14T13:14:28.194Z Compiling toml_edit v0.22.27
16672026-04-14T13:14:28.237Z Compiling clap v4.5.60
16682026-04-14T13:14:28.298Z Compiling strum v0.26.3
16692026-04-14T13:14:28.337Z Compiling sha3 v0.10.8
16702026-04-14T13:14:28.453Z Compiling petgraph v0.6.5
16712026-04-14T13:14:28.476Z Compiling string_cache v0.8.9
16722026-04-14T13:14:28.593Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16732026-04-14T13:14:28.607Z Compiling env_logger v0.11.9
16742026-04-14T13:14:28.733Z Compiling usdt-impl v0.5.0
16752026-04-14T13:14:28.817Z Compiling hyper-util v0.1.20
16762026-04-14T13:14:28.993Z Compiling usdt v0.6.0
16772026-04-14T13:14:29.202Z Compiling toml v0.7.8
16782026-04-14T13:14:29.290Z Compiling serde_with v3.17.0
16792026-04-14T13:14:29.336Z Compiling crossterm v0.28.1
16802026-04-14T13:14:29.352Z Compiling similar v2.7.0
16812026-04-14T13:14:29.355Z Compiling rsa v0.9.10
16822026-04-14T13:14:29.823Z Compiling ecdsa v0.16.9
16832026-04-14T13:14:29.945Z Compiling zip v4.6.1
16842026-04-14T13:14:29.974Z Compiling ed25519-dalek v2.2.0
16852026-04-14T13:14:30.204Z Compiling hyper-tls v0.6.0
16862026-04-14T13:14:30.453Z Compiling zip v0.6.6
16872026-04-14T13:14:30.660Z Compiling tokio-stream v0.1.18
16882026-04-14T13:14:30.666Z Compiling heck v0.4.1
16892026-04-14T13:14:30.856Z Compiling toml_parser v1.0.9+spec-1.1.0
16902026-04-14T13:14:30.902Z Compiling buf-list v1.1.2
16912026-04-14T13:14:30.930Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16922026-04-14T13:14:30.946Z Compiling openapiv3 v2.2.0
16932026-04-14T13:14:30.960Z Compiling x509-cert v0.2.5
16942026-04-14T13:14:31.047Z Compiling sha1 v0.10.6
16952026-04-14T13:14:31.063Z Compiling crossbeam-epoch v0.9.18
16962026-04-14T13:14:31.151Z Compiling toml_datetime v0.7.5+spec-1.1.0
16972026-04-14T13:14:31.199Z Compiling lalrpop-util v0.19.12
16982026-04-14T13:14:31.253Z Compiling peg-runtime v0.8.5
16992026-04-14T13:14:31.292Z Compiling thread_local v1.1.9
17002026-04-14T13:14:31.402Z Compiling slog-async v2.8.0
17012026-04-14T13:14:31.418Z Compiling futures-executor v0.3.32
17022026-04-14T13:14:31.422Z Compiling crossbeam-channel v0.5.15
17032026-04-14T13:14:31.470Z Compiling is-terminal v0.4.17
17042026-04-14T13:14:31.511Z Compiling filetime v0.2.27
17052026-04-14T13:14:31.543Z Compiling take_mut v0.2.2
17062026-04-14T13:14:31.563Z Compiling term v1.2.1
17072026-04-14T13:14:31.569Z Compiling xattr v1.6.1
17082026-04-14T13:14:31.594Z Compiling futures v0.3.32
17092026-04-14T13:14:31.697Z Compiling tar v0.4.45
17102026-04-14T13:14:31.938Z Compiling slog-term v2.9.2
17112026-04-14T13:14:46.868Z Compiling rustls-webpki v0.103.9
17122026-04-14T13:14:49.679Z Compiling tokio-rustls v0.26.4
17132026-04-14T13:14:49.679Z Compiling rustls-platform-verifier v0.6.2
17142026-04-14T13:14:49.879Z Compiling hyper-rustls v0.27.7
17152026-04-14T13:14:50.070Z Compiling reqwest v0.13.2
17162026-04-14T13:14:50.070Z Compiling reqwest v0.12.28
17172026-04-14T13:14:52.042Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17182026-04-14T13:14:52.276Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17192026-04-14T13:14:55.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.65s
17202026-04-14T13:14:55.295Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17212026-04-14T13:14:55.350ZApr 14 13:14:54.696 INFO Starting download, target: Console
17222026-04-14T13:14:55.350ZApr 14 13:14:54.697 INFO Starting download, target: Clickhouse
17232026-04-14T13:14:55.351ZApr 14 13:14:54.697 INFO Starting download, target: Cockroach
17242026-04-14T13:14:55.354ZApr 14 13:14:54.697 INFO Starting download, target: DendriteStub
17252026-04-14T13:14:55.354ZApr 14 13:14:54.697 INFO Starting download, target: MaghemiteMgd
17262026-04-14T13:14:55.354ZApr 14 13:14:54.697 INFO Starting download, target: TransceiverControl
17272026-04-14T13:14:55.354ZApr 14 13:14:54.697 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17282026-04-14T13:14:55.354ZApr 14 13:14:54.697 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17292026-04-14T13:14:55.354ZApr 14 13:14:54.697 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17302026-04-14T13:14:55.354ZApr 14 13:14:54.697 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17312026-04-14T13:14:55.354ZApr 14 13:14:54.697 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17322026-04-14T13:14:55.354ZApr 14 13:14:54.697 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17332026-04-14T13:14:55.680ZApr 14 13:14:55.021 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17342026-04-14T13:14:55.887ZApr 14 13:14:55.233 INFO Download complete, target: TransceiverControl
17352026-04-14T13:14:56.379ZApr 14 13:14:55.722 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17362026-04-14T13:14:56.616ZApr 14 13:14:55.961 INFO Download complete, target: Console
17372026-04-14T13:14:57.089ZApr 14 13:14:56.435 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17382026-04-14T13:14:57.181ZApr 14 13:14:56.526 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17392026-04-14T13:14:57.832ZApr 14 13:14:57.178 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17402026-04-14T13:14:57.866ZApr 14 13:14:57.212 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17412026-04-14T13:14:57.866ZApr 14 13:14:57.212 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17422026-04-14T13:14:59.692ZApr 14 13:14:59.038 INFO Download complete, target: DendriteStub
17432026-04-14T13:14:59.728ZApr 14 13:14:59.074 INFO Download complete, target: MaghemiteMgd
17442026-04-14T13:15:02.551ZApr 14 13:15:01.896 INFO Checking that binary works, target: Cockroach
17452026-04-14T13:15:02.652ZApr 14 13:15:01.998 INFO Download complete, target: Cockroach
17462026-04-14T13:15:04.619ZApr 14 13:15:03.964 INFO Checking that binary works, target: Clickhouse
17472026-04-14T13:15:04.710ZApr 14 13:15:04.055 INFO Download complete, target: Clickhouse
17482026-04-14T13:15:04.716ZAll prerequisites installed successfully
17492026-04-14T13:15:04.719Z
17502026-04-14T13:15:04.719Zreal 2:40.673760884
17512026-04-14T13:15:04.719Zuser 7:12.269088430
17522026-04-14T13:15:04.719Zsys 1:45.060318900
17532026-04-14T13:15:04.719Ztrap 0.261818732
17542026-04-14T13:15:04.719Ztflt 1.232870006
17552026-04-14T13:15:04.719Zdflt 2.008322184
17562026-04-14T13:15:04.719Zkflt 0.024403604
17572026-04-14T13:15:04.719Zlock 22:16.229055308
17582026-04-14T13:15:04.719Zslp 19:07.455965290
17592026-04-14T13:15:04.719Zlat 27.243907823
17602026-04-14T13:15:04.719Zstop 3:06.554704123
17612026-04-14T13:15:04.719Z+ ptime -m cargo xtask download softnpu
17622026-04-14T13:15:05.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17632026-04-14T13:15:05.262Z Running `target/debug/xtask download softnpu`
17642026-04-14T13:15:06.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17652026-04-14T13:15:06.105Z Running `target/debug/xtask-downloader softnpu`
17662026-04-14T13:15:06.149ZApr 14 13:15:05.494 INFO Starting download, target: Softnpu
17672026-04-14T13:15:06.152ZApr 14 13:15:05.495 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17682026-04-14T13:15:06.732ZApr 14 13:15:06.077 INFO Download complete, target: Softnpu
17692026-04-14T13:15:06.735Z
17702026-04-14T13:15:06.735Zreal 2.013225343
17712026-04-14T13:15:06.735Zuser 1.309336342
17722026-04-14T13:15:06.735Zsys 0.653236874
17732026-04-14T13:15:06.735Ztrap 0.000562684
17742026-04-14T13:15:06.735Ztflt 0.000191915
17752026-04-14T13:15:06.735Zdflt 0.000222561
17762026-04-14T13:15:06.735Zkflt 0.000000000
17772026-04-14T13:15:06.735Zlock 10.706147727
17782026-04-14T13:15:06.735Zslp 0.415321082
17792026-04-14T13:15:06.735Zlat 0.081320930
17802026-04-14T13:15:06.735Zstop 0.000174613
17812026-04-14T13:15:06.739Z+ export CARGO_INCREMENTAL=0
17822026-04-14T13:15:06.739Z+ CARGO_INCREMENTAL=0
17832026-04-14T13:15:06.739Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17842026-04-14T13:15:07.634Z Compiling proc-macro2 v1.0.106
17852026-04-14T13:15:07.635Z Compiling quote v1.0.44
17862026-04-14T13:15:07.635Z Compiling unicode-ident v1.0.24
17872026-04-14T13:15:07.635Z Compiling libc v0.2.180
17882026-04-14T13:15:07.635Z Compiling serde_core v1.0.228
17892026-04-14T13:15:07.638Z Compiling serde v1.0.228
17902026-04-14T13:15:07.638Z Compiling cfg-if v1.0.4
17912026-04-14T13:15:07.638Z Compiling version_check v0.9.5
17922026-04-14T13:15:07.780Z Compiling shlex v1.3.0
17932026-04-14T13:15:07.783Z Compiling find-msvc-tools v0.1.9
17942026-04-14T13:15:07.783Z Compiling typenum v1.19.0
17952026-04-14T13:15:07.783Z Compiling autocfg v1.5.0
17962026-04-14T13:15:07.783Z Compiling zmij v1.0.21
17972026-04-14T13:15:07.783Z Compiling serde_json v1.0.149
17982026-04-14T13:15:07.783Z Compiling memchr v2.8.0
17992026-04-14T13:15:08.037Z Compiling portable-atomic v1.13.1
18002026-04-14T13:15:08.109Z Compiling zerocopy v0.8.40
18012026-04-14T13:15:08.113Z Compiling libm v0.2.16
18022026-04-14T13:15:08.163Z Compiling smallvec v1.15.1
18032026-04-14T13:15:08.166Z Compiling icu_properties_data v2.1.2
18042026-04-14T13:15:08.200Z Compiling parking_lot_core v0.9.12
18052026-04-14T13:15:08.203Z Compiling icu_normalizer_data v2.1.1
18062026-04-14T13:15:08.238Z Compiling itoa v1.0.17
18072026-04-14T13:15:08.259Z Compiling generic-array v0.14.7
18082026-04-14T13:15:08.467Z Compiling num-traits v0.2.19
18092026-04-14T13:15:08.467Z Compiling log v0.4.29
18102026-04-14T13:15:08.499Z Compiling stable_deref_trait v1.2.1
18112026-04-14T13:15:08.532Z Compiling pkg-config v0.3.32
18122026-04-14T13:15:08.547Z Compiling subtle v2.6.1
18132026-04-14T13:15:08.551Z Compiling getrandom v0.4.1
18142026-04-14T13:15:08.695Z Compiling getrandom v0.3.4
18152026-04-14T13:15:08.757Z Compiling scopeguard v1.2.0
18162026-04-14T13:15:08.822Z Compiling jobserver v0.1.34
18172026-04-14T13:15:08.826Z Compiling getrandom v0.2.17
18182026-04-14T13:15:08.916Z Compiling errno v0.3.14
18192026-04-14T13:15:08.974Z Compiling lock_api v0.4.14
18202026-04-14T13:15:08.992Z Compiling rand_core v0.6.4
18212026-04-14T13:15:09.034Z Compiling cc v1.2.56
18222026-04-14T13:15:09.102Z Compiling writeable v0.6.2
18232026-04-14T13:15:09.128Z Compiling litemap v0.8.1
18242026-04-14T13:15:09.148Z Compiling percent-encoding v2.3.2
18252026-04-14T13:15:09.165Z Compiling syn v2.0.117
18262026-04-14T13:15:09.243Z Compiling thiserror v2.0.18
18272026-04-14T13:15:09.249Z Compiling fnv v1.0.7
18282026-04-14T13:15:09.341Z Compiling pin-project-lite v0.2.17
18292026-04-14T13:15:09.399Z Compiling critical-section v1.2.0
18302026-04-14T13:15:09.489Z Compiling allocator-api2 v0.2.21
18312026-04-14T13:15:09.505Z Compiling schemars v0.8.22
18322026-04-14T13:15:09.505Z Compiling equivalent v1.0.2
18332026-04-14T13:15:09.528Z Compiling rustversion v1.0.22
18342026-04-14T13:15:09.570Z Compiling fs_extra v1.3.0
18352026-04-14T13:15:09.622Z Compiling foldhash v0.2.0
18362026-04-14T13:15:09.643Z Compiling utf8_iter v1.0.4
18372026-04-14T13:15:09.728Z Compiling dunce v1.0.5
18382026-04-14T13:15:09.811Z Compiling cmake v0.1.57
18392026-04-14T13:15:09.832Z Compiling once_cell v1.21.3
18402026-04-14T13:15:09.871Z Compiling hashbrown v0.16.1
18412026-04-14T13:15:09.889Z Compiling form_urlencoded v1.2.2
18422026-04-14T13:15:09.959Z Compiling const-oid v0.9.6
18432026-04-14T13:15:10.124Z Compiling signal-hook-registry v1.4.8
18442026-04-14T13:15:10.182Z Compiling semver v1.0.27
18452026-04-14T13:15:10.214Z Compiling rustix v1.1.3
18462026-04-14T13:15:10.226Z Compiling mio v1.1.1
18472026-04-14T13:15:10.366Z Compiling bitflags v2.11.0
18482026-04-14T13:15:10.434Z Compiling ring v0.17.14
18492026-04-14T13:15:10.468Z Compiling aws-lc-sys v0.37.1
18502026-04-14T13:15:10.488Z Compiling indexmap v2.13.0
18512026-04-14T13:15:10.491Z Compiling parking_lot v0.12.5
18522026-04-14T13:15:10.529Z Compiling socket2 v0.6.2
18532026-04-14T13:15:10.552Z Compiling rand_core v0.10.0
18542026-04-14T13:15:10.562Z Compiling aws-lc-rs v1.16.0
18552026-04-14T13:15:10.606Z Compiling thiserror v1.0.69
18562026-04-14T13:15:10.622Z Compiling futures-core v0.3.32
18572026-04-14T13:15:10.717Z Compiling strsim v0.11.1
18582026-04-14T13:15:10.826Z Compiling httparse v1.10.1
18592026-04-14T13:15:10.908Z Compiling byteorder v1.5.0
18602026-04-14T13:15:10.922Z Compiling ucd-trie v0.1.7
18612026-04-14T13:15:11.052Z Compiling syn v1.0.109
18622026-04-14T13:15:11.155Z Compiling pest v2.8.6
18632026-04-14T13:15:11.172Z Compiling iana-time-zone v0.1.65
18642026-04-14T13:15:11.189Z Compiling vcpkg v0.2.15
18652026-04-14T13:15:11.229Z Compiling ident_case v1.0.1
18662026-04-14T13:15:11.234Z Compiling heck v0.5.0
18672026-04-14T13:15:11.260Z Compiling uuid v1.23.0
18682026-04-14T13:15:11.312Z Compiling cpufeatures v0.2.17
18692026-04-14T13:15:11.448Z Compiling regex-syntax v0.8.10
18702026-04-14T13:15:11.613Z Compiling rustc_version v0.4.1
18712026-04-14T13:15:11.752Z Compiling futures-sink v0.3.32
18722026-04-14T13:15:11.772Z Compiling rustls v0.23.37
18732026-04-14T13:15:11.787Z Compiling openssl-sys v0.9.111
18742026-04-14T13:15:11.870Z Compiling futures-channel v0.3.32
18752026-04-14T13:15:11.915Z Compiling synstructure v0.13.2
18762026-04-14T13:15:11.930Z Compiling serde_derive_internals v0.29.1
18772026-04-14T13:15:11.984Z Compiling futures-io v0.3.32
18782026-04-14T13:15:12.002Z Compiling futures-task v0.3.32
18792026-04-14T13:15:12.018Z Compiling slab v0.4.12
18802026-04-14T13:15:12.245Z Compiling dyn-clone v1.0.20
18812026-04-14T13:15:12.277Z Compiling pest_meta v2.8.6
18822026-04-14T13:15:12.293Z Compiling plain v0.2.3
18832026-04-14T13:15:12.355Z Compiling aho-corasick v1.1.4
18842026-04-14T13:15:12.438Z Compiling time-core v0.1.8
18852026-04-14T13:15:12.459Z Compiling crossbeam-utils v0.8.21
18862026-04-14T13:15:12.491Z Compiling num-conv v0.2.0
18872026-04-14T13:15:12.647Z Compiling time-macros v0.2.27
18882026-04-14T13:15:12.663Z Compiling pretty-hex v0.4.1
18892026-04-14T13:15:12.729Z Compiling openssl v0.10.75
18902026-04-14T13:15:12.761Z Compiling base64 v0.22.1
18912026-04-14T13:15:12.846Z Compiling anyhow v1.0.102
18922026-04-14T13:15:12.909Z Compiling pest_generator v2.8.6
18932026-04-14T13:15:12.925Z Compiling base64ct v1.8.3
18942026-04-14T13:15:12.948Z Compiling crc32fast v1.5.0
18952026-04-14T13:15:12.976Z Compiling darling_core v0.21.3
18962026-04-14T13:15:12.993Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18972026-04-14T13:15:13.058Z Compiling flagset v0.4.7
18982026-04-14T13:15:13.164Z Compiling pem-rfc7468 v0.7.0
18992026-04-14T13:15:13.211Z Compiling regex-automata v0.4.14
19002026-04-14T13:15:13.229Z Compiling serde_derive v1.0.228
19012026-04-14T13:15:13.232Z Compiling zeroize_derive v1.4.3
19022026-04-14T13:15:13.248Z Compiling zerofrom-derive v0.1.6
19032026-04-14T13:15:13.279Z Compiling yoke-derive v0.8.1
19042026-04-14T13:15:13.282Z Compiling zerovec-derive v0.11.2
19052026-04-14T13:15:13.384Z Compiling displaydoc v0.2.5
19062026-04-14T13:15:13.451Z Compiling zerocopy-derive v0.8.40
19072026-04-14T13:15:13.550Z Compiling tokio-macros v2.6.0
19082026-04-14T13:15:13.568Z Compiling futures-macro v0.3.32
19092026-04-14T13:15:13.601Z Compiling thiserror-impl v2.0.18
19102026-04-14T13:15:13.624Z Compiling schemars_derive v0.8.22
19112026-04-14T13:15:13.786Z Compiling der_derive v0.7.3
19122026-04-14T13:15:13.882Z Compiling zeroize v1.8.2
19132026-04-14T13:15:14.267Z Compiling tracing-attributes v0.1.31
19142026-04-14T13:15:14.295Z Compiling thiserror-impl v1.0.69
19152026-04-14T13:15:14.355Z Compiling pest_derive v2.8.6
19162026-04-14T13:15:14.370Z Compiling futures-util v0.3.32
19172026-04-14T13:15:14.393Z Compiling zerofrom v0.1.6
19182026-04-14T13:15:14.547Z Compiling yoke v0.8.1
19192026-04-14T13:15:14.704Z Compiling crypto-common v0.1.7
19202026-04-14T13:15:14.738Z Compiling zerovec v0.11.5
19212026-04-14T13:15:14.764Z Compiling zerotrie v0.2.3
19222026-04-14T13:15:14.861Z Compiling block-buffer v0.10.4
19232026-04-14T13:15:14.961Z Compiling block-padding v0.3.3
19242026-04-14T13:15:15.025Z Compiling digest v0.10.7
19252026-04-14T13:15:15.091Z Compiling inout v0.1.4
19262026-04-14T13:15:15.230Z Compiling cipher v0.4.4
19272026-04-14T13:15:15.255Z Compiling hmac v0.12.1
19282026-04-14T13:15:15.272Z Compiling sha2 v0.10.9
19292026-04-14T13:15:15.291Z Compiling tinystr v0.8.2
19302026-04-14T13:15:15.310Z Compiling potential_utf v0.1.4
19312026-04-14T13:15:15.388Z Compiling rustls-pki-types v1.14.0
19322026-04-14T13:15:15.423Z Compiling scroll_derive v0.12.1
19332026-04-14T13:15:15.456Z Compiling icu_collections v2.1.1
19342026-04-14T13:15:15.479Z Compiling scroll_derive v0.13.1
19352026-04-14T13:15:15.491Z Compiling icu_locale_core v2.1.1
19362026-04-14T13:15:15.699Z Compiling openssl-macros v0.1.1
19372026-04-14T13:15:15.729Z Compiling native-tls v0.2.18
19382026-04-14T13:15:16.255Z Compiling icu_provider v2.1.1
19392026-04-14T13:15:16.287Z Compiling regex v1.12.3
19402026-04-14T13:15:16.290Z Compiling darling_macro v0.21.3
19412026-04-14T13:15:16.404Z Compiling bytes v1.11.1
19422026-04-14T13:15:16.463Z Compiling chrono v0.4.44
19432026-04-14T13:15:16.483Z Compiling serde_tokenstream v0.2.3
19442026-04-14T13:15:16.700Z Compiling icu_properties v2.1.2
19452026-04-14T13:15:16.719Z Compiling icu_normalizer v2.1.1
19462026-04-14T13:15:16.735Z Compiling der v0.7.10
19472026-04-14T13:15:16.831Z Compiling zerocopy-derive v0.7.35
19482026-04-14T13:15:16.882Z Compiling rand_core v0.9.5
19492026-04-14T13:15:17.030Z Compiling tokio v1.50.0
19502026-04-14T13:15:17.111Z Compiling http v1.4.0
19512026-04-14T13:15:17.626Z Compiling idna_adapter v1.2.1
19522026-04-14T13:15:17.681Z Compiling ppv-lite86 v0.2.21
19532026-04-14T13:15:17.792Z Compiling idna v1.1.0
19542026-04-14T13:15:17.936Z Compiling slog v2.8.2
19552026-04-14T13:15:17.952Z Compiling tracing-core v0.1.36
19562026-04-14T13:15:18.055Z Compiling untrusted v0.9.0
19572026-04-14T13:15:18.089Z Compiling spki v0.7.3
19582026-04-14T13:15:18.155Z Compiling url v2.5.8
19592026-04-14T13:15:18.253Z Compiling darling v0.21.3
19602026-04-14T13:15:18.310Z Compiling salsa20 v0.10.2
19612026-04-14T13:15:18.407Z Compiling tracing v0.1.44
19622026-04-14T13:15:18.480Z Compiling pbkdf2 v0.12.2
19632026-04-14T13:15:18.836Z Compiling cookie v0.18.1
19642026-04-14T13:15:18.926Z Compiling camino v1.2.2
19652026-04-14T13:15:19.082Z Compiling scrypt v0.11.0
19662026-04-14T13:15:19.131Z Compiling rand_chacha v0.9.0
19672026-04-14T13:15:19.177Z Compiling cbc v0.1.2
19682026-04-14T13:15:19.237Z Compiling aes v0.8.4
19692026-04-14T13:15:19.759Z Compiling usdt-impl v0.5.0
19702026-04-14T13:15:19.803Z Compiling usdt-impl v0.6.0
19712026-04-14T13:15:19.859Z Compiling either v1.15.0
19722026-04-14T13:15:19.928Z Compiling paste v1.0.15
19732026-04-14T13:15:19.962Z Compiling ref-cast v1.0.25
19742026-04-14T13:15:20.002Z Compiling winnow v0.7.14
19752026-04-14T13:15:20.222Z Compiling pkcs5 v0.7.1
19762026-04-14T13:15:20.237Z Compiling rand v0.9.2
19772026-04-14T13:15:20.265Z Compiling http-body v1.0.1
19782026-04-14T13:15:20.347Z Compiling toml_datetime v0.6.11
19792026-04-14T13:15:20.440Z Compiling serde_spanned v0.6.9
19802026-04-14T13:15:20.489Z Compiling scroll v0.13.0
19812026-04-14T13:15:20.606Z Compiling scroll v0.12.0
19822026-04-14T13:15:20.675Z Compiling heapless v0.7.17
19832026-04-14T13:15:20.692Z Compiling tokio-util v0.7.18
19842026-04-14T13:15:20.812Z Compiling bzip2-sys v0.1.13+1.0.8
19852026-04-14T13:15:20.856Z Compiling atomic-waker v1.1.2
19862026-04-14T13:15:20.913Z Compiling openssl-probe v0.2.1
19872026-04-14T13:15:20.979Z Compiling zstd-safe v7.2.4
19882026-04-14T13:15:20.994Z Compiling untrusted v0.7.1
19892026-04-14T13:15:21.020Z Compiling signal-hook v0.3.18
19902026-04-14T13:15:21.229Z Compiling goblin v0.8.2
19912026-04-14T13:15:21.258Z Compiling goblin v0.10.5
19922026-04-14T13:15:21.320Z Compiling toml_parser v1.0.9+spec-1.1.0
19932026-04-14T13:15:21.470Z Compiling pkcs8 v0.10.2
19942026-04-14T13:15:21.719Z Compiling zerocopy v0.7.35
19952026-04-14T13:15:21.782Z Compiling ref-cast-impl v1.0.25
19962026-04-14T13:15:21.899Z Compiling curve25519-dalek v4.1.3
19972026-04-14T13:15:21.915Z Compiling darling_core v0.20.11
19982026-04-14T13:15:22.108Z Compiling toml_datetime v0.7.5+spec-1.1.0
19992026-04-14T13:15:22.189Z Compiling memoffset v0.9.1
20002026-04-14T13:15:22.211Z Compiling tower-service v0.3.3
20012026-04-14T13:15:22.329Z Compiling rustix v0.38.44
20022026-04-14T13:15:22.333Z Compiling tower-layer v0.3.3
20032026-04-14T13:15:22.417Z Compiling try-lock v0.2.5
20042026-04-14T13:15:22.572Z Compiling winnow v0.5.40
20052026-04-14T13:15:22.847Z Compiling tinyvec_macros v0.1.1
20062026-04-14T13:15:22.936Z Compiling fastrand v2.3.0
20072026-04-14T13:15:22.953Z Compiling litrs v1.0.0
20082026-04-14T13:15:22.986Z Compiling tinyvec v1.10.0
20092026-04-14T13:15:23.241Z Compiling h2 v0.4.13
20102026-04-14T13:15:23.299Z Compiling want v0.3.1
20112026-04-14T13:15:23.426Z Compiling document-features v0.2.12
20122026-04-14T13:15:23.480Z Compiling dof v0.3.0
20132026-04-14T13:15:23.863Z Compiling toml_edit v0.19.15
20142026-04-14T13:15:23.879Z Compiling darling_macro v0.20.11
20152026-04-14T13:15:23.959Z Compiling dof v0.4.0
20162026-04-14T13:15:24.167Z Compiling dtrace-parser v0.2.0
20172026-04-14T13:15:24.295Z Compiling dtrace-parser v0.3.0
20182026-04-14T13:15:24.309Z Compiling ipnet v2.11.0
20192026-04-14T13:15:24.701Z Compiling async-trait v0.1.89
20202026-04-14T13:15:24.716Z Compiling daft-derive v0.1.5
20212026-04-14T13:15:24.801Z Compiling spin v0.9.8
20222026-04-14T13:15:24.868Z Compiling thread-id v5.1.0
20232026-04-14T13:15:24.894Z Compiling thread-id v4.2.2
20242026-04-14T13:15:24.911Z Compiling pin-utils v0.1.0
20252026-04-14T13:15:24.976Z Compiling httpdate v1.0.3
20262026-04-14T13:15:24.994Z Compiling powerfmt v0.2.0
20272026-04-14T13:15:25.012Z Compiling foreign-types-shared v0.1.1
20282026-04-14T13:15:25.017Z Compiling num-bigint-dig v0.8.6
20292026-04-14T13:15:25.017Z Compiling cfg_aliases v0.2.1
20302026-04-14T13:15:25.137Z Compiling smoltcp v0.9.1
20312026-04-14T13:15:25.293Z Compiling deranged v0.5.8
20322026-04-14T13:15:25.297Z Compiling nix v0.31.1
20332026-04-14T13:15:25.371Z Compiling foreign-types v0.3.2
20342026-04-14T13:15:25.461Z Compiling tempfile v3.25.0
20352026-04-14T13:15:25.561Z Compiling darling v0.20.11
20362026-04-14T13:15:25.708Z Compiling ipnetwork v0.21.1
20372026-04-14T13:15:26.022Z Compiling strum_macros v0.26.4
20382026-04-14T13:15:26.047Z Compiling curve25519-dalek-derive v0.1.1
20392026-04-14T13:15:26.175Z Compiling socket2 v0.5.10
20402026-04-14T13:15:26.218Z Compiling wait-timeout v0.2.1
20412026-04-14T13:15:26.258Z Compiling hyper v1.8.1
20422026-04-14T13:15:26.473Z Compiling siphasher v1.0.2
20432026-04-14T13:15:26.679Z Compiling utf8parse v0.2.2
20442026-04-14T13:15:26.750Z Compiling quick-error v1.2.3
20452026-04-14T13:15:26.814Z Compiling anstyle v1.0.13
20462026-04-14T13:15:26.852Z Compiling bit-vec v0.8.0
20472026-04-14T13:15:26.880Z Compiling num_threads v0.1.7
20482026-04-14T13:15:26.989Z Compiling simd-adler32 v0.3.8
20492026-04-14T13:15:27.065Z Compiling bit-set v0.8.0
20502026-04-14T13:15:27.108Z Compiling rusty-fork v0.3.1
20512026-04-14T13:15:27.247Z Compiling time v0.3.47
20522026-04-14T13:15:27.250Z Compiling anstyle-parse v0.2.7
20532026-04-14T13:15:27.349Z Compiling hyper-util v0.1.20
20542026-04-14T13:15:27.721Z Compiling derive_builder_core v0.20.2
20552026-04-14T13:15:27.805Z Compiling unicode-normalization v0.1.25
20562026-04-14T13:15:28.285Z Compiling rustls-native-certs v0.8.3
20572026-04-14T13:15:28.552Z Compiling rand_xorshift v0.4.0
20582026-04-14T13:15:28.567Z Compiling signature v2.2.0
20592026-04-14T13:15:28.717Z Compiling hubpack_derive v0.1.1
20602026-04-14T13:15:28.739Z Compiling strum_macros v0.27.2
20612026-04-14T13:15:28.780Z Compiling sync_wrapper v1.0.2
20622026-04-14T13:15:28.858Z Compiling fs-err v3.3.0
20632026-04-14T13:15:28.883Z Compiling ahash v0.8.12
20642026-04-14T13:15:29.070Z Compiling unarray v0.1.4
20652026-04-14T13:15:29.086Z Compiling adler2 v2.0.1
20662026-04-14T13:15:29.109Z Compiling anstyle-query v1.1.5
20672026-04-14T13:15:29.130Z Compiling unicode-segmentation v1.12.0
20682026-04-14T13:15:29.182Z Compiling is_terminal_polyfill v1.70.2
20692026-04-14T13:15:29.215Z Compiling unicode-bidi v0.3.18
20702026-04-14T13:15:29.245Z Compiling unicode-properties v0.1.4
20712026-04-14T13:15:29.260Z Compiling colorchoice v1.0.4
20722026-04-14T13:15:29.317Z Compiling object v0.37.3
20732026-04-14T13:15:29.431Z Compiling anstream v0.6.21
20742026-04-14T13:15:29.473Z Compiling miniz_oxide v0.8.9
20752026-04-14T13:15:29.525Z Compiling proptest v1.10.0
20762026-04-14T13:15:29.598Z Compiling stringprep v0.1.5
20772026-04-14T13:15:29.980Z Compiling tower v0.5.3
20782026-04-14T13:15:30.035Z Compiling derive_builder_macro v0.20.2
20792026-04-14T13:15:30.131Z Compiling usdt-attr-macro v0.6.0
20802026-04-14T13:15:30.178Z Compiling usdt-macro v0.6.0
20812026-04-14T13:15:30.650Z Compiling http-body-util v0.1.3
20822026-04-14T13:15:30.898Z Compiling webpki-roots v1.0.6
20832026-04-14T13:15:30.996Z Compiling rand_chacha v0.3.1
20842026-04-14T13:15:31.000Z Compiling erased-serde v0.3.31
20852026-04-14T13:15:31.026Z Compiling md-5 v0.10.6
20862026-04-14T13:15:31.121Z Compiling num-integer v0.1.46
20872026-04-14T13:15:31.198Z Compiling hash32 v0.2.1
20882026-04-14T13:15:31.285Z Compiling vergen-lib v0.1.6
20892026-04-14T13:15:31.306Z Compiling ff v0.13.1
20902026-04-14T13:15:31.344Z Compiling ryu v1.0.23
20912026-04-14T13:15:31.382Z Compiling base16ct v0.2.0
20922026-04-14T13:15:31.412Z Compiling iri-string v0.7.10
20932026-04-14T13:15:31.445Z Compiling psl-types v2.0.11
20942026-04-14T13:15:31.471Z Compiling fallible-iterator v0.2.0
20952026-04-14T13:15:31.552Z Compiling zlib-rs v0.6.2
20962026-04-14T13:15:31.576Z Compiling publicsuffix v2.3.0
20972026-04-14T13:15:31.610Z Compiling newtype-uuid v1.3.2
20982026-04-14T13:15:31.613Z Compiling sec1 v0.7.3
20992026-04-14T13:15:31.667Z Compiling serde_urlencoded v0.7.1
21002026-04-14T13:15:31.719Z Compiling group v0.13.0
21012026-04-14T13:15:31.760Z Compiling postgres-protocol v0.6.10
21022026-04-14T13:15:31.805Z Compiling num-iter v0.1.45
21032026-04-14T13:15:31.975Z Compiling rand v0.8.5
21042026-04-14T13:15:32.079Z Compiling oxnet v0.1.4
21052026-04-14T13:15:32.277Z Compiling derive_builder v0.20.2
21062026-04-14T13:15:32.426Z Compiling tokio-native-tls v0.3.1
21072026-04-14T13:15:32.429Z Compiling heck v0.4.1
21082026-04-14T13:15:32.429Z Compiling phf_shared v0.13.1
21092026-04-14T13:15:32.545Z Compiling tower-http v0.6.8
21102026-04-14T13:15:32.561Z Compiling lazy_static v1.5.0
21112026-04-14T13:15:32.637Z Compiling terminal_size v0.4.3
21122026-04-14T13:15:32.674Z Compiling serde_with_macros v3.17.0
21132026-04-14T13:15:32.694Z Compiling cargo-platform v0.1.9
21142026-04-14T13:15:32.731Z Compiling hkdf v0.12.4
21152026-04-14T13:15:32.747Z Compiling crypto-bigint v0.5.5
21162026-04-14T13:15:32.751Z Compiling clap_derive v4.5.55
21172026-04-14T13:15:32.815Z Compiling enum-as-inner v0.6.1
21182026-04-14T13:15:32.818Z Compiling serde_repr v0.1.20
21192026-04-14T13:15:32.889Z Compiling vergen v9.0.6
21202026-04-14T13:15:32.988Z Compiling libbz2-rs-sys v0.2.2
21212026-04-14T13:15:33.087Z Compiling foldhash v0.1.5
21222026-04-14T13:15:33.104Z Compiling bumpalo v3.20.2
21232026-04-14T13:15:33.135Z Compiling clap_lex v1.0.0
21242026-04-14T13:15:33.281Z Compiling managed v0.8.0
21252026-04-14T13:15:33.317Z Compiling bitflags v1.3.2
21262026-04-14T13:15:33.420Z Compiling bzip2 v0.6.1
21272026-04-14T13:15:33.420Z Compiling zopfli v0.8.3
21282026-04-14T13:15:33.506Z Compiling clap_builder v4.5.60
21292026-04-14T13:15:33.557Z Compiling flate2 v1.1.9
21302026-04-14T13:15:33.606Z Compiling hashbrown v0.15.5
21312026-04-14T13:15:33.653Z Compiling elliptic-curve v0.13.8
21322026-04-14T13:15:33.874Z Compiling cargo_metadata v0.19.2
21332026-04-14T13:15:34.101Z Compiling phf v0.13.1
21342026-04-14T13:15:34.163Z Compiling hyper-tls v0.6.0
21352026-04-14T13:15:34.285Z Compiling zstd v0.13.3
21362026-04-14T13:15:34.373Z Compiling daft v0.1.5
21372026-04-14T13:15:34.401Z Compiling signal-hook-mio v0.2.5
21382026-04-14T13:15:34.404Z Compiling cookie_store v0.22.1
21392026-04-14T13:15:34.550Z Compiling postgres-types v0.2.12
21402026-04-14T13:15:34.567Z Compiling bzip2 v0.4.4
21412026-04-14T13:15:34.660Z Compiling strum v0.27.2
21422026-04-14T13:15:34.735Z Compiling hubpack v0.1.2
21432026-04-14T13:15:34.858Z Compiling ed25519 v2.2.3
21442026-04-14T13:15:34.936Z Compiling phf_shared v0.11.3
21452026-04-14T13:15:34.991Z Compiling crossbeam-epoch v0.9.18
21462026-04-14T13:15:35.034Z Compiling pkcs1 v0.7.5
21472026-04-14T13:15:35.098Z Compiling hex v0.4.3
21482026-04-14T13:15:35.102Z Compiling serde-big-array v0.5.1
21492026-04-14T13:15:35.254Z Compiling bstr v1.12.1
21502026-04-14T13:15:35.285Z Compiling rfc6979 v0.4.0
21512026-04-14T13:15:35.389Z Compiling float-cmp v0.10.0
21522026-04-14T13:15:35.417Z Compiling memmap2 v0.9.10
21532026-04-14T13:15:35.434Z Compiling env_filter v1.0.0
21542026-04-14T13:15:35.437Z Compiling encoding_rs v0.8.35
21552026-04-14T13:15:35.437Z Compiling jiff v0.2.21
21562026-04-14T13:15:35.499Z Compiling fixedbitset v0.4.2
21572026-04-14T13:15:35.514Z Compiling new_debug_unreachable v1.0.6
21582026-04-14T13:15:35.561Z Compiling mime v0.3.17
21592026-04-14T13:15:35.607Z Compiling predicates-core v1.0.10
21602026-04-14T13:15:35.650Z Compiling keccak v0.1.6
21612026-04-14T13:15:35.717Z Compiling normalize-line-endings v0.3.0
21622026-04-14T13:15:35.734Z Compiling fixedbitset v0.5.7
21632026-04-14T13:15:35.796Z Compiling rustc-hash v2.1.1
21642026-04-14T13:15:35.852Z Compiling precomputed-hash v0.1.1
21652026-04-14T13:15:35.876Z Compiling toml_write v0.1.2
21662026-04-14T13:15:35.879Z Compiling difflib v0.4.0
21672026-04-14T13:15:35.879Z Compiling static_assertions v1.1.0
21682026-04-14T13:15:35.927Z Compiling data-encoding v2.10.0
21692026-04-14T13:15:35.960Z Compiling whoami v2.1.0
21702026-04-14T13:15:36.005Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21712026-04-14T13:15:36.067Z Compiling toml_edit v0.22.27
21722026-04-14T13:15:36.113Z Compiling petgraph v0.8.3
21732026-04-14T13:15:36.225Z Compiling tokio-postgres v0.7.16
21742026-04-14T13:15:36.317Z Compiling hickory-proto v0.25.2
21752026-04-14T13:15:36.407Z Compiling predicates v3.1.4
21762026-04-14T13:15:36.544Z Compiling string_cache v0.8.9
21772026-04-14T13:15:36.791Z Compiling iddqd v0.3.17
21782026-04-14T13:15:36.807Z Compiling sha3 v0.10.8
21792026-04-14T13:15:36.999Z Compiling similar v2.7.0
21802026-04-14T13:15:37.095Z Compiling petgraph v0.6.5
21812026-04-14T13:15:37.736Z Compiling env_logger v0.11.9
21822026-04-14T13:15:37.879Z Compiling usdt v0.6.0
21832026-04-14T13:15:38.075Z Compiling zip v4.6.1
21842026-04-14T13:15:38.274Z Compiling ecdsa v0.16.9
21852026-04-14T13:15:38.436Z Compiling serde_with v3.17.0
21862026-04-14T13:15:38.577Z Compiling rsa v0.9.10
21872026-04-14T13:15:38.697Z Compiling ed25519-dalek v2.2.0
21882026-04-14T13:15:38.697Z Compiling clap v4.5.60
21892026-04-14T13:15:39.012Z Compiling crossterm v0.28.1
21902026-04-14T13:15:39.226Z Compiling zip v0.6.6
21912026-04-14T13:15:39.581Z Compiling strum v0.26.3
21922026-04-14T13:15:39.615Z Compiling toml v0.7.8
21932026-04-14T13:15:39.735Z Compiling tokio-stream v0.1.18
21942026-04-14T13:15:39.759Z Compiling buf-list v1.1.2
21952026-04-14T13:15:39.982Z Compiling itertools v0.13.0
21962026-04-14T13:15:40.093Z Compiling x509-cert v0.2.5
21972026-04-14T13:15:40.135Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21982026-04-14T13:15:40.204Z Compiling openapiv3 v2.2.0
21992026-04-14T13:15:40.468Z Compiling sha1 v0.10.6
22002026-04-14T13:15:40.709Z Compiling lalrpop-util v0.19.12
22012026-04-14T13:15:40.792Z Compiling peg-runtime v0.8.5
22022026-04-14T13:15:57.608Z Compiling macaddr v1.0.1
22032026-04-14T13:15:57.641Z Compiling structmeta-derive v0.3.0
22042026-04-14T13:15:57.799Z Compiling rayon-core v1.13.0
22052026-04-14T13:15:57.928Z Compiling crucible-workspace-hack v0.1.0
22062026-04-14T13:15:58.030Z Compiling itertools v0.14.0
22072026-04-14T13:15:58.154Z Compiling secrecy v0.10.3
22082026-04-14T13:15:58.174Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22092026-04-14T13:15:58.255Z Compiling rustls v0.22.4
22102026-04-14T13:15:58.345Z Compiling heapless v0.8.0
22112026-04-14T13:15:58.521Z Compiling crossbeam-deque v0.8.6
22122026-04-14T13:15:58.589Z Compiling toml_edit v0.23.10+spec-1.0.0
22132026-04-14T13:15:58.605Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22142026-04-14T13:15:58.638Z Compiling structmeta v0.3.0
22152026-04-14T13:15:58.782Z Compiling rustls-webpki v0.102.8
22162026-04-14T13:15:58.813Z Compiling futures-executor v0.3.32
22172026-04-14T13:15:58.816Z Compiling hash32 v0.3.1
22182026-04-14T13:15:58.847Z Compiling multer v3.1.0
22192026-04-14T13:15:58.865Z Compiling thread_local v1.1.9
22202026-04-14T13:15:58.881Z Compiling slog-async v2.8.0
22212026-04-14T13:15:58.983Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22222026-04-14T13:15:59.018Z Compiling smoltcp v0.11.0
22232026-04-14T13:15:59.067Z Compiling match_cfg v0.1.0
22242026-04-14T13:15:59.160Z Compiling unicode-width v0.2.0
22252026-04-14T13:15:59.178Z Compiling hostname v0.3.1
22262026-04-14T13:15:59.234Z Compiling proc-macro-crate v3.4.0
22272026-04-14T13:15:59.290Z Compiling ingot-macros v0.1.1
22282026-04-14T13:15:59.321Z Compiling futures v0.3.32
22292026-04-14T13:15:59.366Z Compiling derive-ex v0.1.8
22302026-04-14T13:15:59.425Z Compiling slog-json v2.6.1
22312026-04-14T13:15:59.493Z Compiling crossbeam-channel v0.5.15
22322026-04-14T13:15:59.529Z Compiling half v2.7.1
22332026-04-14T13:15:59.715Z Compiling rustls-webpki v0.103.9
22342026-04-14T13:15:59.740Z Compiling newtype-uuid-macros v0.1.0
22352026-04-14T13:15:59.894Z Compiling cobs v0.3.0
22362026-04-14T13:15:59.909Z Compiling thiserror-impl-no-std v2.0.2
22372026-04-14T13:16:00.047Z Compiling universal-hash v0.5.1
22382026-04-14T13:16:00.188Z Compiling async-stream-impl v0.3.6
22392026-04-14T13:16:00.191Z Compiling serde_spanned v1.0.4
22402026-04-14T13:16:00.388Z Compiling is-terminal v0.4.17
22412026-04-14T13:16:00.463Z Compiling dropshot v0.16.7
22422026-04-14T13:16:00.503Z Compiling proc-macro-error-attr v1.0.4
22432026-04-14T13:16:00.520Z Compiling convert_case v0.4.0
22442026-04-14T13:16:00.610Z Compiling opaque-debug v0.3.1
22452026-04-14T13:16:00.706Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22462026-04-14T13:16:00.722Z Compiling toml_writer v1.0.6+spec-1.1.0
22472026-04-14T13:16:00.738Z Compiling take_mut v0.2.2
22482026-04-14T13:16:00.786Z Compiling term v1.2.1
22492026-04-14T13:16:00.849Z Compiling ciborium-io v0.2.2
22502026-04-14T13:16:00.906Z Compiling derive_more v0.99.20
22512026-04-14T13:16:00.925Z Compiling toml v0.9.12+spec-1.1.0
22522026-04-14T13:16:00.941Z Compiling test-strategy v0.4.5
22532026-04-14T13:16:00.998Z Compiling thiserror-no-std v2.0.2
22542026-04-14T13:16:01.002Z Compiling ciborium-ll v0.2.2
22552026-04-14T13:16:01.077Z Compiling async-stream v0.3.6
22562026-04-14T13:16:01.116Z Compiling slog-term v2.9.2
22572026-04-14T13:16:01.370Z Compiling tokio-rustls v0.25.0
22582026-04-14T13:16:01.447Z Compiling poly1305 v0.8.0
22592026-04-14T13:16:01.621Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22602026-04-14T13:16:01.649Z Compiling postcard v1.1.3
22612026-04-14T13:16:01.880Z Compiling ingot-types v0.1.2
22622026-04-14T13:16:02.095Z Compiling num_enum_derive v0.7.5
22632026-04-14T13:16:02.253Z Compiling slog-bunyan v2.5.0
22642026-04-14T13:16:02.303Z Compiling ingot v0.1.1
22652026-04-14T13:16:02.376Z Compiling parse-display-derive v0.10.0
22662026-04-14T13:16:02.465Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22672026-04-14T13:16:02.626Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22682026-04-14T13:16:02.874Z Compiling proc-macro-crate v1.3.1
22692026-04-14T13:16:02.890Z Compiling backon v1.6.0
22702026-04-14T13:16:03.040Z Compiling waitgroup v0.1.2
22712026-04-14T13:16:03.114Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22722026-04-14T13:16:03.165Z Compiling password-hash v0.5.0
22732026-04-14T13:16:03.223Z Compiling dropshot_endpoint v0.16.7
22742026-04-14T13:16:03.238Z Compiling tokio-rustls v0.26.4
22752026-04-14T13:16:03.340Z Compiling rustls-platform-verifier v0.6.2
22762026-04-14T13:16:03.503Z Compiling hyper-rustls v0.27.7
22772026-04-14T13:16:03.521Z Compiling chacha20 v0.9.1
22782026-04-14T13:16:03.539Z Compiling rustls-pemfile v2.2.0
22792026-04-14T13:16:03.567Z Compiling blake2 v0.10.6
22802026-04-14T13:16:03.796Z Compiling reqwest v0.12.28
22812026-04-14T13:16:03.842Z Compiling reqwest v0.13.2
22822026-04-14T13:16:03.859Z Compiling aead v0.5.2
22832026-04-14T13:16:03.862Z Compiling foreign-types-macros v0.2.3
22842026-04-14T13:16:04.069Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22852026-04-14T13:16:04.073Z Compiling serde_path_to_error v0.1.20
22862026-04-14T13:16:04.103Z Compiling hostname v0.4.2
22872026-04-14T13:16:04.136Z Compiling proc-macro-error v1.0.4
22882026-04-14T13:16:04.228Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22892026-04-14T13:16:04.340Z Compiling instant v0.1.13
22902026-04-14T13:16:04.379Z Compiling typeid v1.0.3
22912026-04-14T13:16:04.453Z Compiling foreign-types-shared v0.3.1
22922026-04-14T13:16:04.478Z Compiling debug-ignore v1.0.5
22932026-04-14T13:16:04.495Z Compiling cpufeatures v0.3.0
22942026-04-14T13:16:04.546Z Compiling foreign-types v0.5.0
22952026-04-14T13:16:04.563Z Compiling backoff v0.4.0
22962026-04-14T13:16:04.582Z Compiling chacha20 v0.10.0
22972026-04-14T13:16:04.615Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22982026-04-14T13:16:04.618Z Compiling chacha20poly1305 v0.10.1
22992026-04-14T13:16:04.651Z Compiling parse-display v0.10.0
23002026-04-14T13:16:04.726Z Compiling argon2 v0.5.3
23012026-04-14T13:16:04.730Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23022026-04-14T13:16:04.774Z Compiling num_enum_derive v0.5.11
23032026-04-14T13:16:04.826Z Compiling num_enum v0.7.5
23042026-04-14T13:16:04.829Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23052026-04-14T13:16:04.932Z Compiling ciborium v0.2.2
23062026-04-14T13:16:04.982Z Compiling vsss-rs v3.3.4
23072026-04-14T13:16:05.310Z Compiling tabwriter v1.4.1
23082026-04-14T13:16:05.462Z Compiling byte-wrapper v0.1.0
23092026-04-14T13:16:05.562Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23102026-04-14T13:16:05.695Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23112026-04-14T13:16:05.717Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23122026-04-14T13:16:05.785Z Compiling regress v0.10.5
23132026-04-14T13:16:05.789Z Compiling cstr-argument v0.1.2
23142026-04-14T13:16:06.022Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23152026-04-14T13:16:06.179Z Compiling erased-serde v0.4.9
23162026-04-14T13:16:06.259Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23172026-04-14T13:16:06.329Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23182026-04-14T13:16:06.355Z Compiling num_enum v0.5.11
23192026-04-14T13:16:06.418Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23202026-04-14T13:16:06.500Z Compiling rand v0.10.0
23212026-04-14T13:16:06.548Z Compiling rayon v1.11.0
23222026-04-14T13:16:06.671Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23232026-04-14T13:16:06.688Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23242026-04-14T13:16:06.706Z Compiling indent_write v2.2.0
23252026-04-14T13:16:06.782Z Compiling colored v3.1.1
23262026-04-14T13:16:06.800Z Compiling libefi-sys v0.1.0
23272026-04-14T13:16:06.885Z Compiling zone_cfg_derive v0.3.1
23282026-04-14T13:16:07.033Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23292026-04-14T13:16:07.056Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23302026-04-14T13:16:07.079Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23312026-04-14T13:16:07.189Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23322026-04-14T13:16:07.329Z Compiling camino-tempfile v1.4.1
23332026-04-14T13:16:07.345Z Compiling itertools v0.12.1
23342026-04-14T13:16:07.499Z Compiling usdt-macro v0.5.0
23352026-04-14T13:16:07.515Z Compiling usdt-attr-macro v0.5.0
23362026-04-14T13:16:07.533Z Compiling bitfield-struct v0.6.2
23372026-04-14T13:16:07.553Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23382026-04-14T13:16:07.619Z Compiling num-derive v0.4.2
23392026-04-14T13:16:07.733Z Compiling blake3 v1.8.3
23402026-04-14T13:16:07.980Z Compiling ordered-float v2.10.1
23412026-04-14T13:16:08.112Z Compiling sigpipe v0.1.3
23422026-04-14T13:16:08.167Z Compiling memmap v0.7.0
23432026-04-14T13:16:08.203Z Compiling glob v0.3.3
23442026-04-14T13:16:08.230Z Compiling swrite v0.1.0
23452026-04-14T13:16:08.281Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23462026-04-14T13:16:08.298Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23472026-04-14T13:16:08.361Z Compiling usdt v0.5.0
23482026-04-14T13:16:08.424Z Compiling serde-value v0.7.0
23492026-04-14T13:16:08.527Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23502026-04-14T13:16:08.531Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-04-14T13:16:08.752Z Compiling zone v0.3.1
23522026-04-14T13:16:08.792Z Compiling serde-untagged v0.1.9
23532026-04-14T13:16:09.007Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23542026-04-14T13:16:09.091Z Compiling toml v0.8.23
23552026-04-14T13:16:09.139Z Compiling smf v0.2.3
23562026-04-14T13:16:09.166Z Compiling filetime v0.2.27
23572026-04-14T13:16:09.182Z Compiling xattr v1.6.1
23582026-04-14T13:16:09.241Z Compiling arrayvec v0.7.6
23592026-04-14T13:16:09.302Z Compiling arrayref v0.3.9
23602026-04-14T13:16:09.323Z Compiling constant_time_eq v0.4.2
23612026-04-14T13:16:09.388Z Compiling unicode-xid v0.2.6
23622026-04-14T13:16:09.406Z Compiling whoami v1.6.1
23632026-04-14T13:16:09.428Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-04-14T13:16:09.443Z Compiling same-file v1.0.6
23652026-04-14T13:16:09.505Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23662026-04-14T13:16:09.544Z Compiling tar v0.4.45
23672026-04-14T13:16:09.562Z Compiling cargo-util-schemas v0.8.2
23682026-04-14T13:16:09.638Z Compiling walkdir v2.5.0
23692026-04-14T13:16:09.872Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23702026-04-14T13:16:10.149Z Compiling tokio-dtrace v0.1.1
23712026-04-14T13:16:10.189Z Compiling console v0.16.2
23722026-04-14T13:16:10.295Z Compiling gethostname v0.5.0
23732026-04-14T13:16:10.312Z Compiling cargo-platform v0.2.0
23742026-04-14T13:16:10.402Z Compiling unit-prefix v0.5.2
23752026-04-14T13:16:10.458Z Compiling topological-sort v0.2.2
23762026-04-14T13:16:10.474Z Compiling oxide-tokio-rt v0.1.3
23772026-04-14T13:16:10.500Z Compiling shell-words v1.1.1
23782026-04-14T13:16:10.584Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23792026-04-14T13:16:10.654Z Compiling indicatif v0.18.4
23802026-04-14T13:16:10.770Z Compiling cargo_metadata v0.21.0
23812026-04-14T13:16:19.664Z Compiling progenitor-client v0.10.0
23822026-04-14T13:16:19.664Z Compiling omicron-zone-package v0.12.2
23832026-04-14T13:16:19.683Z Compiling progenitor-client v0.13.0
23842026-04-14T13:16:19.785Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23852026-04-14T13:16:19.814Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23862026-04-14T13:16:19.832Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23872026-04-14T13:16:20.149Z Compiling progenitor-extras v0.1.1
23882026-04-14T13:16:20.167Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23892026-04-14T13:16:20.200Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23902026-04-14T13:16:20.420Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23912026-04-14T13:16:20.728Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23922026-04-14T13:16:20.874Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23932026-04-14T13:16:21.008Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23942026-04-14T13:16:25.528Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23952026-04-14T13:16:32.358Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23962026-04-14T13:16:35.409Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23972026-04-14T13:16:36.392Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23982026-04-14T13:16:45.123Z Finished `release` profile [optimized] target(s) in 1m 38s
23992026-04-14T13:16:45.275Z Running `target/release/omicron-package -t test target create -p dev`
24002026-04-14T13:16:45.336ZLogging to: /work/oxidecomputer/omicron/out/LOG
24012026-04-14T13:16:45.339ZCreated new build target 'test' and set it as active
24022026-04-14T13:16:45.343Z
24032026-04-14T13:16:45.343Zreal 1:38.593785179
24042026-04-14T13:16:45.343Zuser 16:15.226305733
24052026-04-14T13:16:45.343Zsys 2:35.614513604
24062026-04-14T13:16:45.343Ztrap 0.438782644
24072026-04-14T13:16:45.343Ztflt 2.771354651
24082026-04-14T13:16:45.343Zdflt 4.041998793
24092026-04-14T13:16:45.343Zkflt 0.004300563
24102026-04-14T13:16:45.343Zlock 51:30.707545364
24112026-04-14T13:16:45.343Zslp 41:38.112167584
24122026-04-14T13:16:45.343Zlat 47.962318365
24132026-04-14T13:16:45.343Zstop 5:33.707535914
24142026-04-14T13:16:45.343Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24152026-04-14T13:16:46.208Z Finished `release` profile [optimized] target(s) in 0.85s
24162026-04-14T13:16:46.277Z Running `target/release/omicron-package -t test package`
24172026-04-14T13:16:46.333ZLogging to: /work/oxidecomputer/omicron/out/LOG
24182026-04-14T13:16:47.709Z Compiling regress v0.10.5
24192026-04-14T13:16:47.709Z Compiling heck v0.5.0
24202026-04-14T13:16:47.928Z Compiling unsafe-libyaml v0.2.11
24212026-04-14T13:16:47.949Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24222026-04-14T13:16:47.975Z Compiling unicode-width v0.1.14
24232026-04-14T13:16:47.978Z Compiling is-terminal v0.4.17
24242026-04-14T13:16:48.017Z Compiling prettyplease v0.2.37
24252026-04-14T13:16:48.017Z Compiling bytecount v0.6.9
24262026-04-14T13:16:48.020Z Compiling rustls v0.22.4
24272026-04-14T13:16:48.020Z Compiling rustls-webpki v0.102.8
24282026-04-14T13:16:48.020Z Compiling derive-where v1.6.0
24292026-04-14T13:16:48.020Z Compiling thread_local v1.1.9
24302026-04-14T13:16:48.035Z Compiling match_cfg v0.1.0
24312026-04-14T13:16:48.079Z Compiling multer v3.1.0
24322026-04-14T13:16:48.082Z Compiling slog-async v2.8.0
24332026-04-14T13:16:48.121Z Compiling typify-impl v0.6.1
24342026-04-14T13:16:48.161Z Compiling crossbeam-channel v0.5.15
24352026-04-14T13:16:48.204Z Compiling hostname v0.3.1
24362026-04-14T13:16:48.227Z Compiling slog-json v2.6.1
24372026-04-14T13:16:48.255Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24382026-04-14T13:16:48.267Z Compiling futures-executor v0.3.32
24392026-04-14T13:16:48.313Z Compiling serde_spanned v1.0.4
24402026-04-14T13:16:48.336Z Compiling term v1.2.1
24412026-04-14T13:16:48.339Z Compiling take_mut v0.2.2
24422026-04-14T13:16:48.403Z Compiling toml_writer v1.0.6+spec-1.1.0
24432026-04-14T13:16:48.446Z Compiling serde_yaml v0.9.34+deprecated
24442026-04-14T13:16:48.507Z Compiling futures v0.3.32
24452026-04-14T13:16:48.528Z Compiling slog-bunyan v2.5.0
24462026-04-14T13:16:48.532Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24472026-04-14T13:16:48.637Z Compiling toml v0.9.12+spec-1.1.0
24482026-04-14T13:16:48.660Z Compiling dropshot v0.16.7
24492026-04-14T13:16:48.684Z Compiling slog-term v2.9.2
24502026-04-14T13:16:48.703Z Compiling async-stream v0.3.6
24512026-04-14T13:16:48.729Z Compiling progenitor-client v0.13.0
24522026-04-14T13:16:48.748Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24532026-04-14T13:16:48.832Z Compiling waitgroup v0.1.2
24542026-04-14T13:16:48.887Z Compiling backon v1.6.0
24552026-04-14T13:16:48.909Z Compiling rustls-pemfile v2.2.0
24562026-04-14T13:16:48.952Z Compiling serde_path_to_error v0.1.20
24572026-04-14T13:16:48.973Z Compiling hostname v0.4.2
24582026-04-14T13:16:48.998Z Compiling instant v0.1.13
24592026-04-14T13:16:49.038Z Compiling debug-ignore v1.0.5
24602026-04-14T13:16:49.059Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24612026-04-14T13:16:49.110Z Compiling backoff v0.4.0
24622026-04-14T13:16:49.133Z Compiling progenitor-extras v0.1.1
24632026-04-14T13:16:49.153Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24642026-04-14T13:16:49.153Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24652026-04-14T13:16:49.198Z Compiling parse-display v0.10.0
24662026-04-14T13:16:49.219Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24672026-04-14T13:16:49.249Z Compiling progenitor-client v0.10.0
24682026-04-14T13:16:49.289Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24692026-04-14T13:16:49.322Z Compiling macaddr v1.0.1
24702026-04-14T13:16:49.461Z Compiling console v0.15.11
24712026-04-14T13:16:49.483Z Compiling num-rational v0.4.2
24722026-04-14T13:16:49.586Z Compiling num-complex v0.4.6
24732026-04-14T13:16:49.739Z Compiling slog-dtrace v0.3.0
24742026-04-14T13:16:49.771Z Compiling newline-converter v0.3.0
24752026-04-14T13:16:49.801Z Compiling atomicwrites v0.4.4
24762026-04-14T13:16:49.867Z Compiling async-recursion v1.1.1
24772026-04-14T13:16:49.939Z Compiling float-ord v0.3.2
24782026-04-14T13:16:50.033Z Compiling num v0.4.3
24792026-04-14T13:16:50.118Z Compiling owo-colors v4.3.0
24802026-04-14T13:16:50.118Z Compiling cancel-safe-futures v0.1.5
24812026-04-14T13:16:50.163Z Compiling expectorate v1.2.0
24822026-04-14T13:16:50.166Z Compiling libsw-core v0.3.2
24832026-04-14T13:16:50.226Z Compiling resolv-conf v0.7.6
24842026-04-14T13:16:50.229Z Compiling toml v0.8.23
24852026-04-14T13:16:50.401Z Compiling tokio-rustls v0.25.0
24862026-04-14T13:16:50.448Z Compiling libsw v3.5.0
24872026-04-14T13:16:50.471Z Compiling linear-map v1.2.0
24882026-04-14T13:16:50.554Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24892026-04-14T13:16:50.595Z Compiling linked-hash-map v0.5.6
24902026-04-14T13:16:50.681Z Compiling minimal-lexical v0.2.1
24912026-04-14T13:16:50.759Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24922026-04-14T13:16:50.784Z Compiling unicode-xid v0.2.6
24932026-04-14T13:16:50.846Z Compiling lru-cache v0.1.2
24942026-04-14T13:16:50.875Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24952026-04-14T13:16:50.878Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24962026-04-14T13:16:50.901Z Compiling nom v7.1.3
24972026-04-14T13:16:50.948Z Compiling globset v0.4.18
24982026-04-14T13:16:50.969Z Compiling hickory-proto v0.24.4
24992026-04-14T13:16:50.972Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25002026-04-14T13:16:51.033Z Compiling convert_case v0.10.0
25012026-04-14T13:16:51.332Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25022026-04-14T13:16:51.465Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25032026-04-14T13:16:51.557Z Compiling derive_more-impl v2.1.1
25042026-04-14T13:16:52.286Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25052026-04-14T13:16:52.358Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25062026-04-14T13:16:52.382Z Compiling pin-project-internal v1.1.11
25072026-04-14T13:16:52.386Z Compiling derive_more v2.1.1
25082026-04-14T13:16:52.494Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25092026-04-14T13:16:52.615Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25102026-04-14T13:16:52.769Z Compiling typify-macro v0.6.1
25112026-04-14T13:16:52.790Z Compiling pem v3.0.6
25122026-04-14T13:16:53.412Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25132026-04-14T13:16:53.513Z Compiling hickory-resolver v0.24.4
25142026-04-14T13:16:53.658Z Compiling pin-project v1.1.11
25152026-04-14T13:16:53.686Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25162026-04-14T13:16:53.800Z Compiling snafu-derive v0.8.9
25172026-04-14T13:16:53.904Z Compiling termtree v0.5.1
25182026-04-14T13:16:54.144Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25192026-04-14T13:16:54.323Z Compiling typify v0.6.1
25202026-04-14T13:16:54.465Z Compiling progenitor-impl v0.13.0
25212026-04-14T13:16:54.745Z Compiling qorb v0.4.1
25222026-04-14T13:16:55.172Z Compiling crossterm v0.29.0
25232026-04-14T13:16:55.456Z Compiling snafu v0.8.9
25242026-04-14T13:16:55.508Z Compiling phf_shared v0.12.1
25252026-04-14T13:16:55.778Z Compiling olpc-cjson v0.1.4
25262026-04-14T13:16:56.077Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25272026-04-14T13:16:56.099Z Compiling serde_plain v1.0.2
25282026-04-14T13:16:56.424Z Compiling vte v0.14.1
25292026-04-14T13:16:56.582Z Compiling csv-core v0.1.13
25302026-04-14T13:16:56.622Z Compiling progenitor-macro v0.13.0
25312026-04-14T13:16:56.710Z Compiling highway v1.3.0
25322026-04-14T13:16:56.746Z Compiling chrono-tz v0.10.4
25332026-04-14T13:16:56.892Z Compiling typed-path v0.9.3
25342026-04-14T13:16:57.023Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25352026-04-14T13:16:57.053Z Compiling csv v1.4.0
25362026-04-14T13:16:57.461Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25372026-04-14T13:16:58.016Z Compiling tough v0.20.0
25382026-04-14T13:16:58.121Z Compiling strip-ansi-escapes v0.2.1
25392026-04-14T13:16:58.673Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25402026-04-14T13:16:59.445Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25412026-04-14T13:16:59.689Z Compiling phf v0.12.1
25422026-04-14T13:16:59.783Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25432026-04-14T13:16:59.909Z Compiling const_format_proc_macros v0.2.34
25442026-04-14T13:16:59.931Z Compiling papergrid v0.11.0
25452026-04-14T13:17:00.139Z Compiling tabled_derive v0.7.0
25462026-04-14T13:17:00.273Z Compiling fd-lock v4.0.4
25472026-04-14T13:17:00.451Z Compiling peg-macros v0.8.5
25482026-04-14T13:17:00.641Z Compiling progenitor v0.13.0
25492026-04-14T13:17:00.683Z Compiling nu-ansi-term v0.50.3
25502026-04-14T13:17:00.819Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25512026-04-14T13:17:01.697Z Compiling peg v0.8.5
25522026-04-14T13:17:01.738Z Compiling tabled v0.15.0
25532026-04-14T13:17:01.810Z Compiling reedline v0.40.0
25542026-04-14T13:17:01.989Z Compiling const_format v0.2.35
25552026-04-14T13:17:02.545Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25562026-04-14T13:17:02.966Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25572026-04-14T13:17:03.162Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25582026-04-14T13:17:03.346Z Compiling bcs v0.1.6
25592026-04-14T13:17:03.490Z Compiling semver v0.1.20
25602026-04-14T13:17:03.776Z Compiling rustc_version v0.1.7
25612026-04-14T13:17:03.780Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25622026-04-14T13:17:04.010Z Compiling newtype_derive v0.1.6
25632026-04-14T13:17:04.049Z Compiling smawk v0.3.2
25642026-04-14T13:17:04.240Z Compiling unicode-linebreak v0.1.5
25652026-04-14T13:17:04.263Z Compiling humantime v2.3.0
25662026-04-14T13:17:04.575Z Compiling textwrap v0.16.2
25672026-04-14T13:17:04.830Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25682026-04-14T13:17:05.253Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25692026-04-14T13:17:05.363Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25702026-04-14T13:17:05.674Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25712026-04-14T13:17:06.038Z Compiling dropshot-api-manager-types v0.6.0
25722026-04-14T13:17:06.220Z Compiling base64 v0.21.7
25732026-04-14T13:17:06.269Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25742026-04-14T13:17:06.672Z Compiling steno v0.4.1
25752026-04-14T13:17:06.700Z Compiling utf-8 v0.7.6
25762026-04-14T13:17:06.768Z Compiling tagptr v0.2.0
25772026-04-14T13:17:06.972Z Compiling moka v0.12.13
25782026-04-14T13:17:07.227Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25792026-04-14T13:17:07.409Z Compiling tungstenite v0.21.0
25802026-04-14T13:17:07.452Z Compiling radium v0.7.0
25812026-04-14T13:17:07.527Z Compiling maybe-uninit v2.0.0
25822026-04-14T13:17:07.774Z Compiling tap v1.0.1
25832026-04-14T13:17:07.886Z Compiling wyz v0.5.1
25842026-04-14T13:17:08.131Z Compiling hickory-resolver v0.25.2
25852026-04-14T13:17:08.187Z Compiling tokio-tungstenite v0.21.0
25862026-04-14T13:17:08.219Z Compiling zerocopy-derive v0.6.6
25872026-04-14T13:17:08.399Z Compiling funty v2.0.0
25882026-04-14T13:17:08.565Z Compiling packed_struct v0.10.1
25892026-04-14T13:17:08.838Z Compiling display-error-chain v0.2.2
25902026-04-14T13:17:08.981Z Compiling crc-catalog v2.4.0
25912026-04-14T13:17:09.019Z Compiling zerocopy v0.6.6
25922026-04-14T13:17:09.130Z Compiling crc v3.4.0
25932026-04-14T13:17:09.328Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25942026-04-14T13:17:09.388Z Compiling bitvec v1.0.1
25952026-04-14T13:17:09.410Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25962026-04-14T13:17:09.549Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25972026-04-14T13:17:09.552Z Compiling packed_struct_codegen v0.10.1
25982026-04-14T13:17:09.710Z Compiling bitfield-macros v0.19.4
25992026-04-14T13:17:10.417Z Compiling indexmap v1.9.3
26002026-04-14T13:17:10.576Z Compiling nodrop v0.1.14
26012026-04-14T13:17:10.687Z Compiling array-init v0.0.4
26022026-04-14T13:17:10.708Z Compiling bitfield v0.19.4
26032026-04-14T13:17:11.054Z Compiling smallvec v0.6.14
26042026-04-14T13:17:11.107Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26052026-04-14T13:17:11.219Z Compiling num-derive v0.3.3
26062026-04-14T13:17:11.323Z Compiling proc-macro-error-attr2 v2.0.0
26072026-04-14T13:17:11.346Z Compiling hashbrown v0.12.3
26082026-04-14T13:17:11.729Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26092026-04-14T13:17:12.086Z Compiling proc-macro-error2 v2.0.1
26102026-04-14T13:17:12.107Z Compiling libscf-sys v1.1.0
26112026-04-14T13:17:12.283Z Compiling serde-hex v0.1.0
26122026-04-14T13:17:12.408Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26132026-04-14T13:17:12.503Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26142026-04-14T13:17:12.646Z Compiling ron v0.8.1
26152026-04-14T13:17:12.702Z Compiling typify-impl v0.4.3
26162026-04-14T13:17:13.346Z Compiling hashbrown v0.13.2
26172026-04-14T13:17:13.866Z Compiling vergen-gitcl v1.0.8
26182026-04-14T13:17:13.960Z Compiling dirs-sys-next v0.1.2
26192026-04-14T13:17:14.089Z Compiling crunchy v0.2.4
26202026-04-14T13:17:14.202Z Compiling maplit v1.0.2
26212026-04-14T13:17:14.229Z Compiling glob v0.3.3
26222026-04-14T13:17:14.326Z Compiling diesel_derives v2.3.7
26232026-04-14T13:17:14.378Z Compiling crc-any v2.5.0
26242026-04-14T13:17:14.428Z Compiling dirs-next v2.0.0
26252026-04-14T13:17:14.598Z Compiling object v0.30.4
26262026-04-14T13:17:14.601Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26272026-04-14T13:17:14.623Z Compiling clang-sys v1.8.1
26282026-04-14T13:17:14.668Z Compiling tabled_derive v0.11.0
26292026-04-14T13:17:14.668Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26302026-04-14T13:17:14.809Z Compiling papergrid v0.17.0
26312026-04-14T13:17:15.020Z Compiling testing_table v0.3.0
26322026-04-14T13:17:15.041Z Compiling dsl_auto_type v0.2.0
26332026-04-14T13:17:15.197Z Compiling scheduled-thread-pool v0.2.7
26342026-04-14T13:17:15.312Z Compiling diesel_table_macro_syntax v0.3.0
26352026-04-14T13:17:15.395Z Compiling tiny-keccak v2.0.2
26362026-04-14T13:17:15.462Z Compiling path-slash v0.1.5
26372026-04-14T13:17:15.544Z Compiling r2d2 v0.8.10
26382026-04-14T13:17:15.707Z Compiling term v0.7.0
26392026-04-14T13:17:15.803Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26402026-04-14T13:17:15.843Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26412026-04-14T13:17:15.867Z Compiling bit-vec v0.6.3
26422026-04-14T13:17:16.068Z Compiling tabled v0.20.0
26432026-04-14T13:17:16.102Z Compiling xshell-macros v0.2.7
26442026-04-14T13:17:16.122Z Compiling downcast-rs v2.0.2
26452026-04-14T13:17:16.146Z Compiling typify-macro v0.4.3
26462026-04-14T13:17:16.252Z Compiling bit-set v0.5.3
26472026-04-14T13:17:16.274Z Compiling ascii-canvas v3.0.0
26482026-04-14T13:17:16.454Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26492026-04-14T13:17:16.501Z Compiling xshell v0.2.7
26502026-04-14T13:17:16.538Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26512026-04-14T13:17:16.541Z Compiling itertools v0.10.5
26522026-04-14T13:17:17.017Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26532026-04-14T13:17:17.189Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26542026-04-14T13:17:17.253Z Compiling ena v0.14.4
26552026-04-14T13:17:17.497Z Compiling libloading v0.8.9
26562026-04-14T13:17:17.648Z Compiling bindgen v0.71.1
26572026-04-14T13:17:17.682Z Compiling diff v0.1.13
26582026-04-14T13:17:17.741Z Compiling regex-syntax v0.6.29
26592026-04-14T13:17:17.839Z Compiling unicase v2.9.0
26602026-04-14T13:17:17.991Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26612026-04-14T13:17:18.152Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26622026-04-14T13:17:19.176Z Compiling lalrpop v0.19.12
26632026-04-14T13:17:19.449Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26642026-04-14T13:17:19.662Z Compiling cexpr v0.6.0
26652026-04-14T13:17:20.055Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26662026-04-14T13:17:20.260Z Compiling diesel v2.3.7
26672026-04-14T13:17:20.292Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26682026-04-14T13:17:20.314Z Compiling crc8 v0.1.1
26692026-04-14T13:17:20.487Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26702026-04-14T13:17:20.530Z Compiling typify v0.4.3
26712026-04-14T13:17:20.533Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26722026-04-14T13:17:20.675Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26732026-04-14T13:17:21.014Z Compiling headers-core v0.3.0
26742026-04-14T13:17:21.100Z Compiling libxml v0.3.3
26752026-04-14T13:17:21.183Z Compiling headers v0.4.1
26762026-04-14T13:17:21.459Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26772026-04-14T13:17:21.490Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26782026-04-14T13:17:21.928Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26792026-04-14T13:17:22.412Z Compiling strum_macros v0.24.3
26802026-04-14T13:17:22.661Z Compiling indoc v1.0.9
26812026-04-14T13:17:22.854Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26822026-04-14T13:17:22.964Z Compiling derive_builder v0.20.2
26832026-04-14T13:17:23.082Z Compiling oso-derive v0.27.3
26842026-04-14T13:17:23.114Z Compiling quick-xml v0.37.5
26852026-04-14T13:17:23.139Z Compiling impl-trait-for-tuples v0.2.3
26862026-04-14T13:17:23.682Z Compiling openssl-probe v0.1.6
26872026-04-14T13:17:23.706Z Compiling half v1.8.3
26882026-04-14T13:17:23.757Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26892026-04-14T13:17:23.944Z Compiling serde_cbor v0.11.2
26902026-04-14T13:17:23.976Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26912026-04-14T13:17:24.154Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26922026-04-14T13:17:24.403Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26932026-04-14T13:17:24.479Z Compiling bb8 v0.8.6
26942026-04-14T13:17:24.621Z Compiling trait-variant v0.1.2
26952026-04-14T13:17:24.703Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26962026-04-14T13:17:24.853Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26972026-04-14T13:17:24.950Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26982026-04-14T13:17:25.113Z Compiling samael v0.0.19
26992026-04-14T13:17:25.161Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27002026-04-14T13:17:25.189Z Compiling fxhash v0.2.1
27012026-04-14T13:17:25.239Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27022026-04-14T13:17:25.398Z Compiling progenitor-impl v0.10.0
27032026-04-14T13:17:25.471Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27042026-04-14T13:17:25.522Z Compiling kstat-rs v0.2.4
27052026-04-14T13:17:25.781Z Compiling libz-sys v1.1.24
27062026-04-14T13:17:25.963Z Compiling salty v0.3.0
27072026-04-14T13:17:26.055Z Compiling nonempty v0.12.0
27082026-04-14T13:17:26.314Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27092026-04-14T13:17:26.607Z Compiling polar-core v0.27.3
27102026-04-14T13:17:26.653Z Compiling progenitor-impl v0.11.2
27112026-04-14T13:17:26.656Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-04-14T13:17:26.881Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27132026-04-14T13:17:26.937Z Compiling darling_core v0.23.0
27142026-04-14T13:17:27.588Z Compiling progenitor-macro v0.10.0
27152026-04-14T13:17:28.778Z Compiling nanorand v0.7.0
27162026-04-14T13:17:28.972Z Compiling arc-swap v1.8.2
27172026-04-14T13:17:29.123Z Compiling fs-err v2.11.0
27182026-04-14T13:17:29.149Z Compiling parking_lot_core v0.8.6
27192026-04-14T13:17:29.467Z Compiling slog-scope v4.4.1
27202026-04-14T13:17:29.515Z Compiling darling_macro v0.23.0
27212026-04-14T13:17:29.581Z Compiling mime_guess v2.0.5
27222026-04-14T13:17:29.910Z Compiling flume v0.11.1
27232026-04-14T13:17:30.019Z Compiling progenitor-macro v0.11.2
27242026-04-14T13:17:30.087Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27252026-04-14T13:17:30.328Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27262026-04-14T13:17:31.267Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27272026-04-14T13:17:31.637Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27282026-04-14T13:17:32.757Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27292026-04-14T13:17:33.020Z Compiling progenitor v0.10.0
27302026-04-14T13:17:33.944Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27312026-04-14T13:17:34.230Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27322026-04-14T13:17:34.808Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27332026-04-14T13:17:35.760Z Compiling oso v0.27.3
27342026-04-14T13:17:35.890Z Compiling progenitor-client v0.11.2
27352026-04-14T13:17:36.714Z Compiling git-stub v1.0.0
27362026-04-14T13:17:38.938Z Compiling diesel-dtrace v0.5.0
27372026-04-14T13:17:39.120Z Compiling async-bb8-diesel v0.2.1
27382026-04-14T13:17:39.275Z Compiling libgit2-sys v0.18.3+1.9.2
27392026-04-14T13:17:39.554Z Compiling instability v0.3.11
27402026-04-14T13:17:39.576Z Compiling git-stub-vcs v0.1.0
27412026-04-14T13:17:39.809Z Compiling progenitor v0.11.2
27422026-04-14T13:17:39.932Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27432026-04-14T13:17:39.998Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27442026-04-14T13:17:40.608Z Compiling darling v0.23.0
27452026-04-14T13:17:40.726Z Compiling slog-stdlog v4.1.1
27462026-04-14T13:17:41.479Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27472026-04-14T13:17:41.640Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27482026-04-14T13:17:42.213Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27492026-04-14T13:17:42.340Z Compiling ignore v0.4.25
27502026-04-14T13:17:43.757Z Compiling primeorder v0.13.6
27512026-04-14T13:17:44.072Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-04-14T13:17:44.270Z Compiling castaway v0.2.4
27532026-04-14T13:17:44.414Z Compiling atty v0.2.14
27542026-04-14T13:17:44.436Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-04-14T13:17:44.568Z Compiling http-range v0.1.5
27562026-04-14T13:17:44.674Z Compiling indoc v2.0.7
27572026-04-14T13:17:44.901Z Compiling parse-size v1.1.0
27582026-04-14T13:17:45.119Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27592026-04-14T13:17:45.144Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27602026-04-14T13:17:45.402Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-04-14T13:17:45.534Z Compiling compact_str v0.8.1
27622026-04-14T13:17:45.886Z Compiling p384 v0.13.1
27632026-04-14T13:17:47.310Z Compiling globwalk v0.9.1
27642026-04-14T13:17:47.476Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27652026-04-14T13:17:47.497Z Compiling parking_lot v0.11.2
27662026-04-14T13:17:47.500Z Compiling slog-envlogger v2.2.0
27672026-04-14T13:17:48.032Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-04-14T13:17:48.162Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27692026-04-14T13:17:48.446Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-04-14T13:17:48.512Z Compiling predicates-tree v1.0.13
27712026-04-14T13:17:48.669Z Compiling unicode-truncate v1.1.0
27722026-04-14T13:17:48.724Z Compiling lru v0.12.5
27732026-04-14T13:17:48.752Z Compiling rand_seeder v0.4.0
27742026-04-14T13:17:48.803Z Compiling prefix-trie v0.7.0
27752026-04-14T13:17:48.882Z Compiling vergen-git2 v1.0.7
27762026-04-14T13:17:48.948Z Compiling compression-core v0.4.31
27772026-04-14T13:17:48.970Z Compiling cassowary v0.3.0
27782026-04-14T13:17:49.006Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27792026-04-14T13:17:49.146Z Compiling compression-codecs v0.4.37
27802026-04-14T13:17:49.172Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27812026-04-14T13:17:49.216Z Compiling hickory-server v0.25.2
27822026-04-14T13:17:49.315Z Compiling ratatui v0.29.0
27832026-04-14T13:17:49.551Z Compiling camino-tempfile-ext v0.3.3
27842026-04-14T13:17:50.018Z Compiling hyper-staticfile v0.10.1
27852026-04-14T13:17:50.093Z Compiling sled v0.34.7
27862026-04-14T13:17:50.856Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27872026-04-14T13:17:51.220Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27882026-04-14T13:17:51.527Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-04-14T13:17:51.650Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27902026-04-14T13:17:51.955Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27912026-04-14T13:17:52.320Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27922026-04-14T13:17:52.745Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27932026-04-14T13:17:52.793Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27942026-04-14T13:17:53.034Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-04-14T13:17:53.276Z Compiling toml_datetime v1.0.0+spec-1.1.0
27962026-04-14T13:17:53.494Z Compiling dropshot v0.17.0
27972026-04-14T13:17:53.728Z Compiling corncobs v0.1.4
27982026-04-14T13:17:53.751Z Compiling rustls v0.21.12
27992026-04-14T13:17:53.973Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28002026-04-14T13:17:54.026Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-04-14T13:17:54.266Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28022026-04-14T13:17:54.311Z Compiling toml v1.0.6+spec-1.1.0
28032026-04-14T13:17:54.362Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28042026-04-14T13:17:54.690Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28052026-04-14T13:17:55.204Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28062026-04-14T13:17:55.226Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28072026-04-14T13:17:55.251Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28082026-04-14T13:17:55.498Z Compiling async-compression v0.4.41
28092026-04-14T13:17:56.034Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28102026-04-14T13:17:57.683Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28112026-04-14T13:17:57.709Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28122026-04-14T13:17:58.413Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28132026-04-14T13:17:58.436Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28142026-04-14T13:17:58.643Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28152026-04-14T13:17:58.665Z Compiling sct v0.7.1
28162026-04-14T13:17:58.868Z Compiling rustls-webpki v0.101.7
28172026-04-14T13:17:58.940Z Compiling nix v0.29.0
28182026-04-14T13:17:59.097Z Compiling secrecy v0.8.0
28192026-04-14T13:17:59.292Z Compiling dropshot_endpoint v0.17.0
28202026-04-14T13:17:59.333Z Compiling void v1.0.2
28212026-04-14T13:17:59.485Z Compiling lzss v0.8.2
28222026-04-14T13:18:00.311Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28232026-04-14T13:18:00.643Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28242026-04-14T13:18:01.131Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28252026-04-14T13:18:01.248Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28262026-04-14T13:18:01.592Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28272026-04-14T13:18:02.305Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28282026-04-14T13:18:03.179Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28292026-04-14T13:18:03.264Z Compiling tungstenite v0.23.0
28302026-04-14T13:18:03.432Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28312026-04-14T13:18:03.540Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28322026-04-14T13:18:03.665Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28332026-04-14T13:18:03.767Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28342026-04-14T13:18:03.788Z Compiling nix v0.27.1
28352026-04-14T13:18:03.898Z Compiling serde_bytes v0.11.19
28362026-04-14T13:18:04.027Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28372026-04-14T13:18:04.231Z Compiling tokio-tungstenite v0.23.1
28382026-04-14T13:18:04.597Z Compiling git2 v0.20.4
28392026-04-14T13:18:04.640Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28402026-04-14T13:18:05.027Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28412026-04-14T13:18:05.548Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28422026-04-14T13:18:05.637Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28432026-04-14T13:18:07.620Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28442026-04-14T13:18:07.642Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28452026-04-14T13:18:10.016Z Compiling tokio-rustls v0.24.1
28462026-04-14T13:18:10.612Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28472026-04-14T13:18:10.678Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28482026-04-14T13:18:10.751Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28492026-04-14T13:18:11.114Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28502026-04-14T13:18:11.277Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28512026-04-14T13:18:12.875Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28522026-04-14T13:18:13.127Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28532026-04-14T13:18:13.666Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28542026-04-14T13:18:14.654Z Compiling rustls-pemfile v1.0.4
28552026-04-14T13:18:15.083Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28562026-04-14T13:18:15.564Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28572026-04-14T13:18:15.654Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28582026-04-14T13:18:15.676Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28592026-04-14T13:18:17.518Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28602026-04-14T13:18:17.879Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28612026-04-14T13:18:18.436Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28622026-04-14T13:18:18.461Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28632026-04-14T13:18:18.587Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28642026-04-14T13:18:18.741Z Compiling signal-hook-tokio v0.3.1
28652026-04-14T13:18:18.830Z Compiling twox-hash v2.1.2
28662026-04-14T13:18:18.927Z Compiling yasna v0.5.2
28672026-04-14T13:18:18.954Z Compiling is_ci v1.2.0
28682026-04-14T13:18:18.977Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28692026-04-14T13:18:19.166Z Compiling supports-color v3.0.2
28702026-04-14T13:18:19.403Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28712026-04-14T13:18:19.443Z Compiling rcgen v0.12.1
28722026-04-14T13:18:19.606Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28732026-04-14T13:18:20.469Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28742026-04-14T13:18:20.951Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28752026-04-14T13:18:22.177Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28762026-04-14T13:18:23.060Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28772026-04-14T13:18:23.119Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28782026-04-14T13:18:23.874Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28792026-04-14T13:18:24.080Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28802026-04-14T13:18:24.653Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28812026-04-14T13:18:24.891Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28822026-04-14T13:18:25.132Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28832026-04-14T13:18:25.342Z Compiling fatfs v0.3.6
28842026-04-14T13:18:25.367Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28852026-04-14T13:18:25.799Z Compiling rtoolbox v0.0.3
28862026-04-14T13:18:26.138Z Compiling subprocess v0.2.15
28872026-04-14T13:18:26.602Z Compiling assert_matches v1.5.0
28882026-04-14T13:18:26.713Z Compiling seq-macro v0.3.6
28892026-04-14T13:18:27.204Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28902026-04-14T13:18:27.239Z Compiling rpassword v7.4.0
28912026-04-14T13:18:27.588Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28922026-04-14T13:18:27.900Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28932026-04-14T13:18:28.343Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28942026-04-14T13:18:28.483Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28952026-04-14T13:18:29.014Z Compiling tui-tree-widget v0.23.1
28962026-04-14T13:18:29.303Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28972026-04-14T13:18:30.299Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28982026-04-14T13:18:30.632Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28992026-04-14T13:18:30.827Z Compiling uzers v0.12.2
29002026-04-14T13:18:30.904Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29012026-04-14T13:18:32.233Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29022026-04-14T13:18:33.264Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29032026-04-14T13:18:33.729Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29042026-04-14T13:18:35.761Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29052026-04-14T13:18:36.730Z Compiling support-bundle-viewer v0.1.2
29062026-04-14T13:18:37.943Z Compiling multimap v0.10.1
29072026-04-14T13:18:48.489Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29082026-04-14T13:18:56.303Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29092026-04-14T13:18:57.739Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29102026-04-14T13:18:58.702Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29112026-04-14T13:25:35.800Z Finished `release` profile [optimized] target(s) in 8m 49s
29122026-04-14T13:26:21.199Z
29132026-04-14T13:26:21.199Zreal 9:35.804528646
29142026-04-14T13:26:21.202Zuser 1:17:53.797399321
29152026-04-14T13:26:21.203Zsys 3:25.297980736
29162026-04-14T13:26:21.203Ztrap 1.734743113
29172026-04-14T13:26:21.203Ztflt 2.402899937
29182026-04-14T13:26:21.203Zdflt 16.933468671
29192026-04-14T13:26:21.203Zkflt 0.186412317
29202026-04-14T13:26:21.203Zlock 7:11:14.883538536
29212026-04-14T13:26:21.203Zslp 2:14:58.031003382
29222026-04-14T13:26:21.203Zlat 2:28.144883930
29232026-04-14T13:26:21.203Zstop 5:10.562140134
29242026-04-14T13:26:21.203Z+ mapfile -t packages
29252026-04-14T13:26:21.203Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29262026-04-14T13:26:22.140Z Finished `release` profile [optimized] target(s) in 0.92s
29272026-04-14T13:26:22.214Z Running `target/release/omicron-package -t test list-outputs`
29282026-04-14T13:26:22.264ZLogging to: /work/oxidecomputer/omicron/out/LOG
29292026-04-14T13:26:22.267Z+ ptime -m cargo build --locked --release -p xtask
29302026-04-14T13:26:22.782Z Compiling libc v0.2.180
29312026-04-14T13:26:22.782Z Compiling serde v1.0.228
29322026-04-14T13:26:22.785Z Compiling serde_core v1.0.228
29332026-04-14T13:26:22.785Z Compiling rustix v1.1.3
29342026-04-14T13:26:22.785Z Compiling bitflags v2.11.0
29352026-04-14T13:26:22.785Z Compiling serde_json v1.0.149
29362026-04-14T13:26:22.785Z Compiling num-traits v0.2.19
29372026-04-14T13:26:22.882Z Compiling syn v2.0.117
29382026-04-14T13:26:22.908Z Compiling hashbrown v0.16.1
29392026-04-14T13:26:22.918Z Compiling smallvec v1.15.1
29402026-04-14T13:26:22.929Z Compiling usdt-impl v0.5.0
29412026-04-14T13:26:22.972Z Compiling syn v1.0.109
29422026-04-14T13:26:22.985Z Compiling getrandom v0.3.4
29432026-04-14T13:26:22.985Z Compiling log v0.4.29
29442026-04-14T13:26:23.156Z Compiling percent-encoding v2.3.2
29452026-04-14T13:26:23.270Z Compiling fs-err v3.3.0
29462026-04-14T13:26:23.307Z Compiling form_urlencoded v1.2.2
29472026-04-14T13:26:23.330Z Compiling once_cell v1.21.3
29482026-04-14T13:26:23.335Z Compiling heck v0.4.1
29492026-04-14T13:26:23.393Z Compiling anyhow v1.0.102
29502026-04-14T13:26:23.512Z Compiling indexmap v2.13.0
29512026-04-14T13:26:23.615Z Compiling thread-id v4.2.2
29522026-04-14T13:26:23.670Z Compiling errno v0.3.14
29532026-04-14T13:26:23.673Z Compiling memmap v0.7.0
29542026-04-14T13:26:23.950Z Compiling ordered-float v2.10.1
29552026-04-14T13:26:24.441Z Compiling proc-macro-error v1.0.4
29562026-04-14T13:26:24.679Z Compiling terminal_size v0.4.3
29572026-04-14T13:26:24.679Z Compiling tempfile v3.25.0
29582026-04-14T13:26:24.698Z Compiling tabled_derive v0.7.0
29592026-04-14T13:26:24.776Z Compiling clap_builder v4.5.60
29602026-04-14T13:26:24.776Z Compiling textwrap v0.16.2
29612026-04-14T13:26:24.907Z Compiling camino-tempfile v1.4.1
29622026-04-14T13:26:25.339Z Compiling tabled v0.15.0
29632026-04-14T13:26:25.420Z Compiling synstructure v0.13.2
29642026-04-14T13:26:25.421Z Compiling pest_generator v2.8.6
29652026-04-14T13:26:25.808Z Compiling serde_derive v1.0.228
29662026-04-14T13:26:25.813Z Compiling zerofrom-derive v0.1.6
29672026-04-14T13:26:25.825Z Compiling yoke-derive v0.8.1
29682026-04-14T13:26:25.863Z Compiling zerovec-derive v0.11.2
29692026-04-14T13:26:25.934Z Compiling displaydoc v0.2.5
29702026-04-14T13:26:26.166Z Compiling thiserror-impl v1.0.69
29712026-04-14T13:26:26.166Z Compiling zerocopy-derive v0.7.35
29722026-04-14T13:26:26.256Z Compiling pest_derive v2.8.6
29732026-04-14T13:26:26.302Z Compiling scroll_derive v0.12.1
29742026-04-14T13:26:26.325Z Compiling thiserror-impl v2.0.18
29752026-04-14T13:26:26.374Z Compiling clap_derive v4.5.55
29762026-04-14T13:26:26.896Z Compiling zerofrom v0.1.6
29772026-04-14T13:26:26.971Z Compiling scroll v0.12.0
29782026-04-14T13:26:26.994Z Compiling zerocopy v0.7.35
29792026-04-14T13:26:27.040Z Compiling yoke v0.8.1
29802026-04-14T13:26:27.261Z Compiling zerovec v0.11.5
29812026-04-14T13:26:27.273Z Compiling zerotrie v0.2.3
29822026-04-14T13:26:27.296Z Compiling thiserror v1.0.69
29832026-04-14T13:26:27.415Z Compiling dtrace-parser v0.2.0
29842026-04-14T13:26:27.571Z Compiling goblin v0.8.2
29852026-04-14T13:26:27.863Z Compiling tinystr v0.8.2
29862026-04-14T13:26:27.992Z Compiling potential_utf v0.1.4
29872026-04-14T13:26:28.035Z Compiling thiserror v2.0.18
29882026-04-14T13:26:28.137Z Compiling icu_locale_core v2.1.1
29892026-04-14T13:26:28.170Z Compiling icu_collections v2.1.1
29902026-04-14T13:26:28.215Z Compiling clap v4.5.60
29912026-04-14T13:26:29.010Z Compiling icu_provider v2.1.1
29922026-04-14T13:26:29.101Z Compiling toml_datetime v0.6.11
29932026-04-14T13:26:29.136Z Compiling serde_spanned v0.6.9
29942026-04-14T13:26:29.274Z Compiling icu_properties v2.1.2
29952026-04-14T13:26:29.312Z Compiling icu_normalizer v2.1.1
29962026-04-14T13:26:29.334Z Compiling toml_edit v0.22.27
29972026-04-14T13:26:29.400Z Compiling dof v0.3.0
29982026-04-14T13:26:29.442Z Compiling serde_tokenstream v0.2.3
29992026-04-14T13:26:29.497Z Compiling serde-value v0.7.0
30002026-04-14T13:26:29.508Z Compiling cargo-platform v0.2.0
30012026-04-14T13:26:29.773Z Compiling macaddr v1.0.1
30022026-04-14T13:26:30.141Z Compiling idna_adapter v1.2.1
30032026-04-14T13:26:30.199Z Compiling usdt-attr-macro v0.5.0
30042026-04-14T13:26:30.203Z Compiling usdt-macro v0.5.0
30052026-04-14T13:26:30.279Z Compiling idna v1.1.0
30062026-04-14T13:26:30.596Z Compiling url v2.5.8
30072026-04-14T13:26:30.906Z Compiling toml v0.8.23
30082026-04-14T13:26:31.077Z Compiling usdt v0.5.0
30092026-04-14T13:26:31.352Z Compiling cargo-util-schemas v0.8.2
30102026-04-14T13:26:31.363Z Compiling cargo_toml v0.21.0
30112026-04-14T13:26:32.407Z Compiling cargo_metadata v0.21.0
30122026-04-14T13:26:35.496Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30132026-04-14T13:26:38.490Z Finished `release` profile [optimized] target(s) in 16.21s
30142026-04-14T13:26:38.647Z
30152026-04-14T13:26:38.647Zreal 16.347699279
30162026-04-14T13:26:38.647Zuser 2:21.754130319
30172026-04-14T13:26:38.647Zsys 16.807746428
30182026-04-14T13:26:38.647Ztrap 0.089117756
30192026-04-14T13:26:38.647Ztflt 0.460777309
30202026-04-14T13:26:38.648Zdflt 1.458325641
30212026-04-14T13:26:38.648Zkflt 0.003563145
30222026-04-14T13:26:38.648Zlock 5:09.774888821
30232026-04-14T13:26:38.651Zslp 3:21.610388817
30242026-04-14T13:26:38.651Zlat 5.689421701
30252026-04-14T13:26:38.651Zstop 17.993001052
30262026-04-14T13:26:38.651Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30272026-04-14T13:26:38.651Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30282026-04-14T13:26:38.651Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30292026-04-14T13:26:38.651Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30302026-04-14T13:26:38.651Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30312026-04-14T13:26:39.561Z Compiling regress v0.10.5
30322026-04-14T13:26:39.564Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30332026-04-14T13:26:39.564Z Compiling newtype-uuid-macros v0.1.0
30342026-04-14T13:26:39.564Z Compiling rustls v0.22.4
30352026-04-14T13:26:39.708Z Compiling progenitor-client v0.13.0
30362026-04-14T13:26:39.722Z Compiling rustls-webpki v0.102.8
30372026-04-14T13:26:39.726Z Compiling structmeta-derive v0.3.0
30382026-04-14T13:26:39.727Z Compiling serde_spanned v1.0.4
30392026-04-14T13:26:39.727Z Compiling multer v3.1.0
30402026-04-14T13:26:39.737Z Compiling debug-ignore v1.0.5
30412026-04-14T13:26:39.740Z Compiling match_cfg v0.1.0
30422026-04-14T13:26:39.779Z Compiling toml_writer v1.0.6+spec-1.1.0
30432026-04-14T13:26:39.796Z Compiling slog-json v2.6.1
30442026-04-14T13:26:39.799Z Compiling async-stream-impl v0.3.6
30452026-04-14T13:26:39.811Z Compiling waitgroup v0.1.2
30462026-04-14T13:26:39.827Z Compiling rustls-pemfile v2.2.0
30472026-04-14T13:26:39.861Z Compiling hostname v0.3.1
30482026-04-14T13:26:39.910Z Compiling hostname v0.4.2
30492026-04-14T13:26:39.993Z Compiling serde_path_to_error v0.1.20
30502026-04-14T13:26:40.032Z Compiling itertools v0.14.0
30512026-04-14T13:26:40.032Z Compiling dropshot v0.16.7
30522026-04-14T13:26:40.067Z Compiling slog-bunyan v2.5.0
30532026-04-14T13:26:40.071Z Compiling toml v0.9.12+spec-1.1.0
30542026-04-14T13:26:40.071Z Compiling dropshot_endpoint v0.16.7
30552026-04-14T13:26:40.132Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30562026-04-14T13:26:40.210Z Compiling macaddr v1.0.1
30572026-04-14T13:26:40.247Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30582026-04-14T13:26:40.250Z Compiling instant v0.1.13
30592026-04-14T13:26:40.335Z Compiling progenitor-client v0.10.0
30602026-04-14T13:26:40.351Z Compiling backon v1.6.0
30612026-04-14T13:26:40.369Z Compiling backoff v0.4.0
30622026-04-14T13:26:40.392Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30632026-04-14T13:26:40.462Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30642026-04-14T13:26:40.498Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30652026-04-14T13:26:40.515Z Compiling async-stream v0.3.6
30662026-04-14T13:26:40.531Z Compiling universal-hash v0.5.1
30672026-04-14T13:26:40.580Z Compiling progenitor-extras v0.1.1
30682026-04-14T13:26:40.601Z Compiling opaque-debug v0.3.1
30692026-04-14T13:26:40.666Z Compiling half v2.7.1
30702026-04-14T13:26:40.684Z Compiling crucible-workspace-hack v0.1.0
30712026-04-14T13:26:40.702Z Compiling ciborium-io v0.2.2
30722026-04-14T13:26:40.706Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30732026-04-14T13:26:40.737Z Compiling convert_case v0.4.0
30742026-04-14T13:26:40.752Z Compiling aead v0.5.2
30752026-04-14T13:26:40.823Z Compiling secrecy v0.10.3
30762026-04-14T13:26:40.840Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30772026-04-14T13:26:40.859Z Compiling unsafe-libyaml v0.2.11
30782026-04-14T13:26:40.881Z Compiling poly1305 v0.8.0
30792026-04-14T13:26:40.921Z Compiling ciborium-ll v0.2.2
30802026-04-14T13:26:40.999Z Compiling chacha20 v0.9.1
30812026-04-14T13:26:41.017Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30822026-04-14T13:26:41.032Z Compiling structmeta v0.3.0
30832026-04-14T13:26:41.079Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30842026-04-14T13:26:41.119Z Compiling ciborium v0.2.2
30852026-04-14T13:26:41.136Z Compiling derive_more v0.99.20
30862026-04-14T13:26:41.156Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30872026-04-14T13:26:41.174Z Compiling thiserror-impl-no-std v2.0.2
30882026-04-14T13:26:41.274Z Compiling derive-ex v0.1.8
30892026-04-14T13:26:41.291Z Compiling parse-display-derive v0.10.0
30902026-04-14T13:26:41.307Z Compiling typify-impl v0.6.1
30912026-04-14T13:26:41.380Z Compiling serde_yaml v0.9.34+deprecated
30922026-04-14T13:26:41.407Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30932026-04-14T13:26:41.424Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30942026-04-14T13:26:41.505Z Compiling byte-wrapper v0.1.0
30952026-04-14T13:26:41.574Z Compiling password-hash v0.5.0
30962026-04-14T13:26:41.626Z Compiling blake2 v0.10.6
30972026-04-14T13:26:41.650Z Compiling chacha20poly1305 v0.10.1
30982026-04-14T13:26:41.736Z Compiling indent_write v2.2.0
30992026-04-14T13:26:41.828Z Compiling heapless v0.8.0
31002026-04-14T13:26:41.863Z Compiling ingot-macros v0.1.1
31012026-04-14T13:26:41.880Z Compiling argon2 v0.5.3
31022026-04-14T13:26:41.905Z Compiling toml_edit v0.23.10+spec-1.0.0
31032026-04-14T13:26:42.008Z Compiling tokio-rustls v0.25.0
31042026-04-14T13:26:42.264Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31052026-04-14T13:26:42.346Z Compiling hash32 v0.3.1
31062026-04-14T13:26:42.405Z Compiling thiserror-no-std v2.0.2
31072026-04-14T13:26:42.524Z Compiling vsss-rs v3.3.4
31082026-04-14T13:26:42.527Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31092026-04-14T13:26:42.557Z Compiling smoltcp v0.11.0
31102026-04-14T13:26:42.858Z Compiling proc-macro-crate v3.4.0
31112026-04-14T13:26:42.890Z Compiling tabwriter v1.4.1
31122026-04-14T13:26:42.965Z Compiling cobs v0.3.0
31132026-04-14T13:26:43.025Z Compiling test-strategy v0.4.5
31142026-04-14T13:26:43.041Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31152026-04-14T13:26:43.080Z Compiling parse-display v0.10.0
31162026-04-14T13:26:43.129Z Compiling postcard v1.1.3
31172026-04-14T13:26:43.189Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31182026-04-14T13:26:43.189Z Compiling proc-macro-error v1.0.4
31192026-04-14T13:26:43.323Z Compiling proc-macro-crate v1.3.1
31202026-04-14T13:26:43.338Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31212026-04-14T13:26:43.427Z Compiling foreign-types-macros v0.2.3
31222026-04-14T13:26:43.489Z Compiling num_enum_derive v0.7.5
31232026-04-14T13:26:43.512Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31242026-04-14T13:26:43.534Z Compiling foreign-types-shared v0.3.1
31252026-04-14T13:26:43.552Z Compiling cpufeatures v0.3.0
31262026-04-14T13:26:43.652Z Compiling rayon-core v1.13.0
31272026-04-14T13:26:43.668Z Compiling colored v3.1.1
31282026-04-14T13:26:43.671Z Compiling chacha20 v0.10.0
31292026-04-14T13:26:43.771Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31302026-04-14T13:26:43.790Z Compiling num_enum_derive v0.5.11
31312026-04-14T13:26:43.883Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31322026-04-14T13:26:43.906Z Compiling crossbeam-deque v0.8.6
31332026-04-14T13:26:43.959Z Compiling num-rational v0.4.2
31342026-04-14T13:26:44.006Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31352026-04-14T13:26:44.065Z Compiling num-complex v0.4.6
31362026-04-14T13:26:44.068Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31372026-04-14T13:26:44.099Z Compiling foreign-types v0.5.0
31382026-04-14T13:26:44.130Z Compiling cstr-argument v0.1.2
31392026-04-14T13:26:44.148Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31402026-04-14T13:26:44.311Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31412026-04-14T13:26:44.383Z Compiling rand v0.10.0
31422026-04-14T13:26:44.474Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31432026-04-14T13:26:44.492Z Compiling num v0.4.3
31442026-04-14T13:26:44.588Z Compiling toml v0.8.23
31452026-04-14T13:26:44.591Z Compiling camino-tempfile v1.4.1
31462026-04-14T13:26:44.622Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31472026-04-14T13:26:44.625Z Compiling float-ord v0.3.2
31482026-04-14T13:26:44.659Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31492026-04-14T13:26:44.659Z Compiling num_enum v0.7.5
31502026-04-14T13:26:44.662Z Compiling rayon v1.11.0
31512026-04-14T13:26:44.791Z Compiling zone_cfg_derive v0.3.1
31522026-04-14T13:26:44.841Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31532026-04-14T13:26:44.863Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31542026-04-14T13:26:44.879Z Compiling ingot-types v0.1.2
31552026-04-14T13:26:44.912Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31562026-04-14T13:26:44.929Z Compiling num_enum v0.5.11
31572026-04-14T13:26:44.966Z Compiling itertools v0.12.1
31582026-04-14T13:26:45.008Z Compiling num-derive v0.4.2
31592026-04-14T13:26:45.080Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31602026-04-14T13:26:45.097Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31612026-04-14T13:26:45.143Z Compiling sigpipe v0.1.3
31622026-04-14T13:26:45.160Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31632026-04-14T13:26:45.254Z Compiling ingot v0.1.1
31642026-04-14T13:26:45.272Z Compiling glob v0.3.3
31652026-04-14T13:26:45.318Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31662026-04-14T13:26:45.346Z Compiling smf v0.2.3
31672026-04-14T13:26:45.406Z Compiling whoami v1.6.1
31682026-04-14T13:26:45.437Z Compiling prettyplease v0.2.37
31692026-04-14T13:26:45.487Z Compiling gethostname v0.5.0
31702026-04-14T13:26:45.569Z Compiling usdt-attr-macro v0.5.0
31712026-04-14T13:26:45.585Z Compiling usdt-macro v0.5.0
31722026-04-14T13:26:45.638Z Compiling memmap v0.7.0
31732026-04-14T13:26:45.693Z Compiling atomicwrites v0.4.4
31742026-04-14T13:26:45.729Z Compiling derive-where v1.6.0
31752026-04-14T13:26:45.854Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31762026-04-14T13:26:45.897Z Compiling resolv-conf v0.7.6
31772026-04-14T13:26:45.900Z Compiling typify-macro v0.6.1
31782026-04-14T13:26:45.933Z Compiling cancel-safe-futures v0.1.5
31792026-04-14T13:26:45.989Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31802026-04-14T13:26:46.019Z Compiling owo-colors v4.3.0
31812026-04-14T13:26:46.180Z Compiling zone v0.3.1
31822026-04-14T13:26:46.256Z Compiling libsw-core v0.3.2
31832026-04-14T13:26:46.273Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31842026-04-14T13:26:46.385Z Compiling async-recursion v1.1.1
31852026-04-14T13:26:46.403Z Compiling libsw v3.5.0
31862026-04-14T13:26:46.436Z Compiling usdt v0.5.0
31872026-04-14T13:26:46.476Z Compiling libefi-sys v0.1.0
31882026-04-14T13:26:46.597Z Compiling linear-map v1.2.0
31892026-04-14T13:26:46.619Z Compiling console v0.15.11
31902026-04-14T13:26:46.719Z Compiling hickory-proto v0.24.4
31912026-04-14T13:26:46.739Z Compiling newline-converter v0.3.0
31922026-04-14T13:26:46.796Z Compiling bitfield-struct v0.6.2
31932026-04-14T13:26:46.815Z Compiling semver v0.1.20
31942026-04-14T13:26:46.887Z Compiling linked-hash-map v0.5.6
31952026-04-14T13:26:46.907Z Compiling tokio-dtrace v0.1.1
31962026-04-14T13:26:46.941Z Compiling dropshot-api-manager-types v0.6.0
31972026-04-14T13:26:47.108Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31982026-04-14T13:26:47.126Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31992026-04-14T13:26:47.126Z Compiling lru-cache v0.1.2
32002026-04-14T13:26:47.160Z Compiling rustc_version v0.1.7
32012026-04-14T13:26:47.163Z Compiling expectorate v1.2.0
32022026-04-14T13:26:47.210Z Compiling pin-project-internal v1.1.11
32032026-04-14T13:26:47.229Z Compiling slog-dtrace v0.3.0
32042026-04-14T13:26:47.244Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-04-14T13:26:47.264Z Compiling minimal-lexical v0.2.1
32062026-04-14T13:26:47.300Z Compiling oxide-tokio-rt v0.1.3
32072026-04-14T13:26:47.316Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32082026-04-14T13:26:47.352Z Compiling typify-impl v0.4.3
32092026-04-14T13:26:47.372Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32102026-04-14T13:26:47.427Z Compiling newtype_derive v0.1.6
32112026-04-14T13:26:47.500Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-04-14T13:26:47.525Z Compiling nom v7.1.3
32132026-04-14T13:26:47.556Z Compiling snafu-derive v0.8.9
32142026-04-14T13:26:47.574Z Compiling phf_shared v0.12.1
32152026-04-14T13:26:47.626Z Compiling pem v3.0.6
32162026-04-14T13:26:47.651Z Compiling csv-core v0.1.13
32172026-04-14T13:26:47.655Z Compiling same-file v1.0.6
32182026-04-14T13:26:47.732Z Compiling typify v0.6.1
32192026-04-14T13:26:47.785Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32202026-04-14T13:26:47.816Z Compiling xshell-macros v0.2.7
32212026-04-14T13:26:47.871Z Compiling progenitor-impl v0.13.0
32222026-04-14T13:26:47.887Z Compiling highway v1.3.0
32232026-04-14T13:26:47.938Z Compiling chrono-tz v0.10.4
32242026-04-14T13:26:47.956Z Compiling csv v1.4.0
32252026-04-14T13:26:48.231Z Compiling walkdir v2.5.0
32262026-04-14T13:26:48.247Z Compiling phf v0.12.1
32272026-04-14T13:26:48.274Z Compiling xshell v0.2.7
32282026-04-14T13:26:48.327Z Compiling const_format_proc_macros v0.2.34
32292026-04-14T13:26:48.417Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32302026-04-14T13:26:48.445Z Compiling pin-project v1.1.11
32312026-04-14T13:26:48.568Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32322026-04-14T13:26:48.585Z Compiling globset v0.4.18
32332026-04-14T13:26:48.603Z Compiling olpc-cjson v0.1.4
32342026-04-14T13:26:48.617Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32352026-04-14T13:26:48.781Z Compiling primeorder v0.13.6
32362026-04-14T13:26:48.799Z Compiling serde_plain v1.0.2
32372026-04-14T13:26:48.818Z Compiling typed-path v0.9.3
32382026-04-14T13:26:48.937Z Compiling hickory-resolver v0.24.4
32392026-04-14T13:26:48.985Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32402026-04-14T13:26:49.019Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32412026-04-14T13:26:49.071Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32422026-04-14T13:26:49.198Z Compiling const_format v0.2.35
32432026-04-14T13:26:49.320Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32442026-04-14T13:26:49.520Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32452026-04-14T13:26:49.569Z Compiling tabled_derive v0.7.0
32462026-04-14T13:26:49.632Z Compiling snafu v0.8.9
32472026-04-14T13:26:49.694Z Compiling bcs v0.1.6
32482026-04-14T13:26:49.727Z Compiling radium v0.7.0
32492026-04-14T13:26:49.846Z Compiling termtree v0.5.1
32502026-04-14T13:26:50.029Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32512026-04-14T13:26:50.046Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32522026-04-14T13:26:50.049Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32532026-04-14T13:26:50.080Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32542026-04-14T13:26:50.097Z Compiling qorb v0.4.1
32552026-04-14T13:26:50.100Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32562026-04-14T13:26:50.464Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32572026-04-14T13:26:50.555Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32582026-04-14T13:26:50.587Z Compiling tough v0.20.0
32592026-04-14T13:26:50.603Z Compiling salty v0.3.0
32602026-04-14T13:26:50.630Z Compiling progenitor-macro v0.13.0
32612026-04-14T13:26:50.688Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32622026-04-14T13:26:50.706Z Compiling tabled v0.15.0
32632026-04-14T13:26:50.831Z Compiling textwrap v0.16.2
32642026-04-14T13:26:50.909Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32652026-04-14T13:26:51.006Z Compiling steno v0.4.1
32662026-04-14T13:26:51.159Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32672026-04-14T13:26:51.202Z Compiling tagptr v0.2.0
32682026-04-14T13:26:51.330Z Compiling tap v1.0.1
32692026-04-14T13:26:51.354Z Compiling humantime v2.3.0
32702026-04-14T13:26:51.384Z Compiling maybe-uninit v2.0.0
32712026-04-14T13:26:51.473Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32722026-04-14T13:26:51.655Z Compiling base64 v0.21.7
32732026-04-14T13:26:51.734Z Compiling wyz v0.5.1
32742026-04-14T13:26:51.755Z Compiling moka v0.12.13
32752026-04-14T13:26:51.896Z Compiling typify-macro v0.4.3
32762026-04-14T13:26:52.013Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32772026-04-14T13:26:52.098Z Compiling p384 v0.13.1
32782026-04-14T13:26:52.194Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32792026-04-14T13:26:52.210Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32802026-04-14T13:26:52.214Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32812026-04-14T13:26:52.271Z Compiling parking_lot_core v0.8.6
32822026-04-14T13:26:52.561Z Compiling packed_struct v0.10.1
32832026-04-14T13:26:52.584Z Compiling funty v2.0.0
32842026-04-14T13:26:52.639Z Compiling hickory-resolver v0.25.2
32852026-04-14T13:26:52.671Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32862026-04-14T13:26:52.996Z Compiling bitvec v1.0.1
32872026-04-14T13:26:53.072Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32882026-04-14T13:26:53.256Z Compiling polyval v0.6.2
32892026-04-14T13:26:53.274Z Compiling git-stub v1.0.0
32902026-04-14T13:26:53.468Z Compiling packed_struct_codegen v0.10.1
32912026-04-14T13:26:53.529Z Compiling bitfield-macros v0.19.4
32922026-04-14T13:26:53.580Z Compiling zerocopy-derive v0.6.6
32932026-04-14T13:26:53.596Z Compiling proc-macro-error-attr2 v2.0.0
32942026-04-14T13:26:53.669Z Compiling indexmap v1.9.3
32952026-04-14T13:26:53.723Z Compiling typify v0.4.3
32962026-04-14T13:26:53.751Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32972026-04-14T13:26:53.866Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32982026-04-14T13:26:53.899Z Compiling nodrop v0.1.14
32992026-04-14T13:26:53.940Z Compiling crc-catalog v2.4.0
33002026-04-14T13:26:54.024Z Compiling utf-8 v0.7.6
33012026-04-14T13:26:54.040Z Compiling proc-macro-error2 v2.0.1
33022026-04-14T13:26:54.063Z Compiling crc v3.4.0
33032026-04-14T13:26:54.088Z Compiling array-init v0.0.4
33042026-04-14T13:26:54.152Z Compiling git-stub-vcs v0.1.0
33052026-04-14T13:26:54.241Z Compiling tungstenite v0.21.0
33062026-04-14T13:26:54.302Z Compiling bitfield v0.19.4
33072026-04-14T13:26:54.305Z Compiling ghash v0.5.1
33082026-04-14T13:26:54.405Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33092026-04-14T13:26:54.472Z Compiling smallvec v0.6.14
33102026-04-14T13:26:54.488Z Compiling zerocopy v0.6.6
33112026-04-14T13:26:54.527Z Compiling ctr v0.9.2
33122026-04-14T13:26:54.549Z Compiling num-derive v0.3.3
33132026-04-14T13:26:54.619Z Compiling compression-core v0.4.31
33142026-04-14T13:26:54.622Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33152026-04-14T13:26:54.654Z Compiling hashbrown v0.12.3
33162026-04-14T13:26:54.720Z Compiling unicase v2.9.0
33172026-04-14T13:26:54.755Z Compiling parking_lot v0.11.2
33182026-04-14T13:26:54.823Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33192026-04-14T13:26:54.845Z Compiling compression-codecs v0.4.37
33202026-04-14T13:26:54.865Z Compiling tokio-tungstenite v0.21.0
33212026-04-14T13:26:54.905Z Compiling aes-gcm v0.10.3
33222026-04-14T13:26:54.960Z Compiling mime_guess v2.0.5
33232026-04-14T13:26:55.046Z Compiling serde-hex v0.1.0
33242026-04-14T13:26:55.137Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33252026-04-14T13:26:55.157Z Compiling tabled_derive v0.11.0
33262026-04-14T13:26:55.178Z Compiling progenitor-impl v0.10.0
33272026-04-14T13:26:55.221Z Compiling progenitor-impl v0.11.2
33282026-04-14T13:26:55.417Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33292026-04-14T13:26:55.437Z Compiling ron v0.8.1
33302026-04-14T13:26:55.526Z Compiling libscf-sys v1.1.0
33312026-04-14T13:26:55.544Z Compiling papergrid v0.17.0
33322026-04-14T13:26:55.569Z Compiling testing_table v0.3.0
33332026-04-14T13:26:55.671Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33342026-04-14T13:26:55.705Z Compiling hashbrown v0.13.2
33352026-04-14T13:26:55.735Z Compiling progenitor v0.13.0
33362026-04-14T13:26:55.758Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33372026-04-14T13:26:55.921Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33382026-04-14T13:26:55.939Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33392026-04-14T13:26:55.985Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33402026-04-14T13:26:56.016Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33412026-04-14T13:26:56.300Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33422026-04-14T13:26:56.318Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33432026-04-14T13:26:56.458Z Compiling prefix-trie v0.7.0
33442026-04-14T13:26:56.523Z Compiling blowfish v0.9.1
33452026-04-14T13:26:56.558Z Compiling ssh-encoding v0.2.0
33462026-04-14T13:26:56.575Z Compiling fxhash v0.2.1
33472026-04-14T13:26:56.738Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33482026-04-14T13:26:56.803Z Compiling toml_datetime v1.0.0+spec-1.1.0
33492026-04-14T13:26:56.845Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33502026-04-14T13:26:56.865Z Compiling dropshot v0.17.0
33512026-04-14T13:26:56.880Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33522026-04-14T13:26:56.880Z Compiling crc-any v2.5.0
33532026-04-14T13:26:57.070Z Compiling corncobs v0.1.4
33542026-04-14T13:26:57.147Z Compiling toml v1.0.6+spec-1.1.0
33552026-04-14T13:26:57.150Z Compiling hickory-server v0.25.2
33562026-04-14T13:26:57.178Z Compiling ssh-cipher v0.2.0
33572026-04-14T13:26:57.182Z Compiling sled v0.34.7
33582026-04-14T13:26:57.182Z Compiling bcrypt-pbkdf v0.10.0
33592026-04-14T13:26:57.199Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33602026-04-14T13:26:57.250Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33612026-04-14T13:26:57.274Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33622026-04-14T13:26:57.346Z Compiling tabled v0.20.0
33632026-04-14T13:26:57.569Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33642026-04-14T13:26:57.664Z Compiling object v0.30.4
33652026-04-14T13:26:57.803Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33662026-04-14T13:26:57.871Z Compiling progenitor-macro v0.10.0
33672026-04-14T13:26:57.953Z Compiling progenitor-macro v0.11.2
33682026-04-14T13:26:58.183Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33692026-04-14T13:26:58.876Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33702026-04-14T13:26:58.969Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33712026-04-14T13:26:59.082Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33722026-04-14T13:26:59.257Z Compiling async-compression v0.4.41
33732026-04-14T13:26:59.370Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33742026-04-14T13:26:59.622Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33752026-04-14T13:26:59.683Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33762026-04-14T13:26:59.721Z Compiling progenitor-client v0.11.2
33772026-04-14T13:26:59.878Z Compiling password-hash v0.4.2
33782026-04-14T13:26:59.896Z Compiling dropshot_endpoint v0.17.0
33792026-04-14T13:26:59.913Z Compiling secrecy v0.8.0
33802026-04-14T13:27:00.083Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33812026-04-14T13:27:00.100Z Compiling half v1.8.3
33822026-04-14T13:27:00.297Z Compiling path-slash v0.1.5
33832026-04-14T13:27:00.408Z Compiling http-range v0.1.5
33842026-04-14T13:27:00.411Z Compiling serde_cbor v0.11.2
33852026-04-14T13:27:00.466Z Compiling pbkdf2 v0.11.0
33862026-04-14T13:27:00.709Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33872026-04-14T13:27:01.036Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33882026-04-14T13:27:01.061Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33892026-04-14T13:27:01.078Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33902026-04-14T13:27:01.451Z Compiling ssh-key v0.6.7
33912026-04-14T13:27:01.791Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33922026-04-14T13:27:01.997Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33932026-04-14T13:27:02.083Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33942026-04-14T13:27:02.536Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33952026-04-14T13:27:02.566Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33962026-04-14T13:27:02.637Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33972026-04-14T13:27:02.658Z Compiling p256 v0.13.2
33982026-04-14T13:27:02.676Z Compiling p521 v0.13.3
33992026-04-14T13:27:02.889Z Compiling yasna v0.5.2
34002026-04-14T13:27:02.927Z Compiling kstat-rs v0.2.4
34012026-04-14T13:27:02.996Z Compiling progenitor v0.10.0
34022026-04-14T13:27:03.016Z Compiling headers-core v0.3.0
34032026-04-14T13:27:03.054Z Compiling nanorand v0.7.0
34042026-04-14T13:27:03.131Z Compiling progenitor v0.11.2
34052026-04-14T13:27:03.215Z Compiling russh-cryptovec v0.7.3
34062026-04-14T13:27:03.232Z Compiling atty v0.2.14
34072026-04-14T13:27:03.254Z Compiling home v0.5.12
34082026-04-14T13:27:03.273Z Compiling md5 v0.7.0
34092026-04-14T13:27:03.314Z Compiling crc8 v0.1.1
34102026-04-14T13:27:03.330Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34112026-04-14T13:27:03.365Z Compiling flume v0.11.1
34122026-04-14T13:27:03.426Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34132026-04-14T13:27:03.443Z Compiling russh-keys v0.45.0
34142026-04-14T13:27:03.447Z Compiling rcgen v0.12.1
34152026-04-14T13:27:03.482Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34162026-04-14T13:27:03.529Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34172026-04-14T13:27:03.563Z Compiling headers v0.4.1
34182026-04-14T13:27:03.659Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34192026-04-14T13:27:03.698Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34202026-04-14T13:27:03.716Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34212026-04-14T13:27:04.026Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34222026-04-14T13:27:04.156Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34232026-04-14T13:27:04.302Z Compiling hyper-staticfile v0.10.1
34242026-04-14T13:27:04.342Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34252026-04-14T13:27:04.362Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34262026-04-14T13:27:04.379Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34272026-04-14T13:27:04.397Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34282026-04-14T13:27:04.585Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34292026-04-14T13:27:04.705Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34302026-04-14T13:27:04.733Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34312026-04-14T13:27:04.736Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34322026-04-14T13:27:04.870Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34332026-04-14T13:27:05.006Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34342026-04-14T13:27:05.051Z Compiling num-bigint v0.4.6
34352026-04-14T13:27:05.104Z Compiling des v0.8.1
34362026-04-14T13:27:05.187Z Compiling subprocess v0.2.15
34372026-04-14T13:27:05.190Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34382026-04-14T13:27:05.223Z Compiling hex-literal v0.4.1
34392026-04-14T13:27:05.332Z Compiling display-error-chain v0.2.2
34402026-04-14T13:27:05.366Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34412026-04-14T13:27:05.485Z Compiling colored v2.2.0
34422026-04-14T13:27:05.503Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34432026-04-14T13:27:05.611Z Compiling internet-checksum v0.2.1
34442026-04-14T13:27:05.654Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34452026-04-14T13:27:05.986Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34462026-04-14T13:27:06.050Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34472026-04-14T13:27:06.351Z Compiling russh v0.45.0
34482026-04-14T13:27:08.590Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34492026-04-14T13:27:09.273Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34502026-04-14T13:27:09.764Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34512026-04-14T13:27:09.817Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34522026-04-14T13:27:17.677Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34532026-04-14T13:27:17.677Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34542026-04-14T13:27:17.677Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34552026-04-14T13:27:17.677Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34562026-04-14T13:27:19.414Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34572026-04-14T13:27:19.428Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34582026-04-14T13:27:23.557Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34592026-04-14T13:27:43.500Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34602026-04-14T13:28:01.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
34612026-04-14T13:28:01.889Z
34622026-04-14T13:28:01.889Zreal 1:23.173671163
34632026-04-14T13:28:01.889Zuser 8:12.216502450
34642026-04-14T13:28:01.889Zsys 1:42.007639308
34652026-04-14T13:28:01.889Ztrap 0.248113393
34662026-04-14T13:28:01.889Ztflt 0.478046234
34672026-04-14T13:28:01.889Zdflt 1.539669787
34682026-04-14T13:28:01.889Zkflt 0.000151552
34692026-04-14T13:28:01.893Zlock 27:52.880413822
34702026-04-14T13:28:01.893Zslp 19:09.082710763
34712026-04-14T13:28:01.893Zlat 38.200818334
34722026-04-14T13:28:01.893Zstop 2:34.162354328
34732026-04-14T13:28:01.893Z+ mkdir tests
34742026-04-14T13:28:01.896Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34752026-04-14T13:28:01.896Z+ xargs -I '{}' -t cp '{}' tests/
34762026-04-14T13:28:01.926Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-30d343d6d0d37a37 tests/
34772026-04-14T13:28:01.955Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-29baf4703344f8fa tests/
34782026-04-14T13:28:01.983Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-3d31e87d94096730 tests/
34792026-04-14T13:28:02.012Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d7474f1923087ff5 tests/
34802026-04-14T13:28:02.253Z+ 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/*)
34812026-04-14T13:28:02.256Z+ 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-29baf4703344f8fa tests/commtest-3d31e87d94096730 tests/dhcp_server-30d343d6d0d37a37 tests/end_to_end_tests-d7474f1923087ff5 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
34822026-04-14T13:29:27.614ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34832026-04-14T13:29:27.614Za .github/buildomat/ci-env.sh 1K
34842026-04-14T13:29:27.614Za out/target/test 1K
34852026-04-14T13:29:27.614Za out/npuzone/npuzone 27402K
34862026-04-14T13:29:27.614Za package-manifest.toml 35K
34872026-04-14T13:29:27.614Za smf/sled-agent/non-gimlet/config.toml 6K
34882026-04-14T13:29:27.614Za target/release/omicron-package 45749K
34892026-04-14T13:29:27.614Za target/release/xtask 11433K
34902026-04-14T13:29:27.614Za target/debug/bootstrap 340377K
34912026-04-14T13:29:27.614Za tests/bootstrap-29baf4703344f8fa 31310K
34922026-04-14T13:29:27.614Za tests/commtest-3d31e87d94096730 32395K
34932026-04-14T13:29:27.614Za tests/dhcp_server-30d343d6d0d37a37 31310K
34942026-04-14T13:29:27.614Za tests/end_to_end_tests-d7474f1923087ff5 382805K
34952026-04-14T13:29:27.614Za out/clickhouse.tar.gz 323222K
34962026-04-14T13:29:27.614Za out/clickhouse_keeper.tar.gz 307180K
34972026-04-14T13:29:27.614Za out/clickhouse_server.tar.gz 323221K
34982026-04-14T13:29:27.614Za out/cockroachdb.tar.gz 165480K
34992026-04-14T13:29:27.614Za out/crucible-pantry-zone.tar.gz 44528K
35002026-04-14T13:29:27.614Za out/crucible-utils.tar 17744K
35012026-04-14T13:29:27.615Za out/crucible-zone.tar.gz 58667K
35022026-04-14T13:29:27.615Za out/external-dns.tar.gz 51754K
35032026-04-14T13:29:27.615Za out/internal-dns.tar.gz 51754K
35042026-04-14T13:29:27.615Za out/mg-ddm-gz.tar 78377K
35052026-04-14T13:29:27.615Za out/nexus.tar.gz 218141K
35062026-04-14T13:29:27.615Za out/ntp.tar.gz 32999K
35072026-04-14T13:29:27.615Za out/omicron-gateway-softnpu.tar.gz 29170K
35082026-04-14T13:29:27.615Za out/omicron-sled-agent.tar 206610K
35092026-04-14T13:29:27.615Za out/overlay.tar.gz 3K
35102026-04-14T13:29:27.615Za out/oximeter.tar.gz 68901K
35112026-04-14T13:29:27.615Za out/oxlog.tar 3782K
35122026-04-14T13:29:27.615Za out/probe.tar.gz 3037K
35132026-04-14T13:29:27.615Za out/propolis-server.tar.gz 38727K
35142026-04-14T13:29:27.615Za out/pumpkind-gz.tar 26647K
35152026-04-14T13:29:27.615Za out/switch-softnpu.tar.gz 385298K
35162026-04-14T13:29:27.618Z
35172026-04-14T13:29:27.618Zreal 1:25.354096349
35182026-04-14T13:29:27.619Zuser 1:22.701390626
35192026-04-14T13:29:27.619Zsys 4.369188688
35202026-04-14T13:29:27.619Ztrap 0.007213508
35212026-04-14T13:29:27.619Ztflt 0.000000000
35222026-04-14T13:29:27.619Zdflt 0.000000000
35232026-04-14T13:29:27.619Zkflt 0.000000000
35242026-04-14T13:29:27.619Zlock 0.000000000
35252026-04-14T13:29:27.619Zslp 1:22.651236203
35262026-04-14T13:29:27.619Zlat 0.975210505
35272026-04-14T13:29:27.619Zstop 0.000179768
35282026-04-14T13:29:27.619Zprocess exited: duration 1023572 ms, exit code 0
 
35292026-04-14T13:29:27.633Zfound 1 output files
35302026-04-14T13:29:27.633Zuploading: /work/package.tar.gz (2439234534 bytes)
35312026-04-14T13:29:53.987Zuploaded: /work/package.tar.gz