01KPE5KN15E2WK2W9HG1SDW00J: 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: 01KPE5M421AQ5WEJSCZME9Z1E5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-17T16:51:51.335Zjob assigned to worker 01KPE5MCBP0Z3H7JZMHXF93F5J [factory aws, i-070396b6725abad80] (queued for 1 m 9 s)
 
22026-04-17T16:51:58.523Zstarting task 0: "setup"
32026-04-17T16:51:58.528Z++ uname -s
42026-04-17T16:51:58.531Z+ kern=SunOS
52026-04-17T16:51:58.532Z+ build_user=build
62026-04-17T16:51:58.532Z+ build_uid=12345
72026-04-17T16:51:58.532Z+ work_dir=/work
82026-04-17T16:51:58.532Z+ input_dir=/input
92026-04-17T16:51:58.532Z+ [[ 0 == 12345 ]]
102026-04-17T16:51:58.532Z+ case "$kern" in
112026-04-17T16:51:58.532Z+ groupadd -g 12345 build
122026-04-17T16:51:58.536Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-17T16:52:00.542Z+ zfs create -o mountpoint=/work rpool/work
142026-04-17T16:52:00.599Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-17T16:52:00.603Z+ home_fs=zfs
162026-04-17T16:52:00.603Z+ [[ zfs == autofs ]]
172026-04-17T16:52:00.603Z+ mkdir -p /home/build
182026-04-17T16:52:00.603Z+ chown build:build /home/build /work
192026-04-17T16:52:02.605Z+ chmod 0700 /home/build /work
202026-04-17T16:52:02.609Zprocess exited: duration 4089 ms, exit code 0
 
212026-04-17T16:52:02.637Zstarting task 1: "rust-toolchain"
222026-04-17T16:52:02.643Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-17T16:52:02.643Z * rust toolchain channel = "1.94.0"
242026-04-17T16:52:02.643Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-17T16:52:02.643Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-17T16:52:02.643Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-17T16:52:02.643Z * rust toolchain profile = "default"
282026-04-17T16:52:02.647Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-17T16:52:02.647Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-17T16:52:02.772Zinfo: downloading installer
312026-04-17T16:52:04.213Zwarn: It looks like you have an existing installation of Rust at:
322026-04-17T16:52:04.213Zwarn: /opt/ooce/bin
332026-04-17T16:52:04.213Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-17T16:52:04.213Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-17T16:52:04.213Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-17T16:52:04.213Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-17T16:52:04.213Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-17T16:52:04.214Zerror: cannot install while Rust is installed
392026-04-17T16:52:04.214Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-17T16:52:04.218Zwarn: It looks like you have an existing rustup settings file at:
412026-04-17T16:52:04.218Zwarn: /home/build/.rustup/settings.toml
422026-04-17T16:52:04.218Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-17T16:52:04.218Zwarn: instead of the one inferred from the default host triple.
442026-04-17T16:52:04.226Zinfo: profile set to default
452026-04-17T16:52:04.226Zinfo: default host triple is x86_64-unknown-illumos
462026-04-17T16:52:04.230Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-17T16:52:04.382Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-17T16:52:04.386Zinfo: downloading 6 components
492026-04-17T16:52:19.061Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-17T16:52:19.061Z
512026-04-17T16:52:19.090Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-17T16:52:19.090Z
532026-04-17T16:52:19.090Z
542026-04-17T16:52:19.094ZRust is installed now. Great!
552026-04-17T16:52:19.094Z
562026-04-17T16:52:19.094ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-17T16:52:19.094Zenvironment variable. This has not been done automatically.
582026-04-17T16:52:19.094Z
592026-04-17T16:52:19.094ZTo configure your current shell, you need to source
602026-04-17T16:52:19.094Zthe corresponding env file under $HOME/.cargo.
612026-04-17T16:52:19.094Z
622026-04-17T16:52:19.094ZThis is usually done by running one of the following (note the leading DOT):
632026-04-17T16:52:19.095Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-17T16:52:19.095Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-17T16:52:19.095Zsource "~/.cargo/env.nu" # For nushell
662026-04-17T16:52:19.095Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-17T16:52:19.095Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-17T16:52:19.095Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-17T16:52:19.095Zwarn: no default linker (`cc`) was found in your PATH
702026-04-17T16:52:19.095Zwarn: many Rust crates require a system C toolchain to build
712026-04-17T16:52:19.180Z+ rustup --version
722026-04-17T16:52:19.186Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-17T16:52:19.190Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-17T16:52:19.207Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-17T16:52:19.211Z+ cargo --version
762026-04-17T16:52:19.219Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-17T16:52:19.223Z+ rustc --version
782026-04-17T16:52:19.241Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-17T16:52:19.245Zprocess exited: duration 16604 ms, exit code 0
 
802026-04-17T16:52:19.251Zstarting task 2: "authentication"
812026-04-17T16:52:19.269Zprocess exited: duration 18 ms, exit code 0
 
822026-04-17T16:52:19.276Zstarting task 3: "clone repository"
832026-04-17T16:52:19.281Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-17T16:52:19.284Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-17T16:52:19.329ZCloning into '/work/oxidecomputer/omicron'...
862026-04-17T16:52:30.350Z+ cd /work/oxidecomputer/omicron
872026-04-17T16:52:30.350Z+ git fetch origin 524b3a3392e59262a4561575732ce94be985d01f
882026-04-17T16:52:30.652ZFrom https://github.com/oxidecomputer/omicron
892026-04-17T16:52:30.652Z * branch 524b3a3392e59262a4561575732ce94be985d01f -> FETCH_HEAD
902026-04-17T16:52:30.667Z+ [[ -n john/networking-db-cleanup ]]
912026-04-17T16:52:30.670Z++ git branch --show-current
922026-04-17T16:52:30.670Z+ current=main
932026-04-17T16:52:30.670Z+ [[ main != john/networking-db-cleanup ]]
942026-04-17T16:52:30.670Z+ git branch -f john/networking-db-cleanup 524b3a3392e59262a4561575732ce94be985d01f
952026-04-17T16:52:30.674Z+ git checkout -f john/networking-db-cleanup
962026-04-17T16:52:30.906ZSwitched to branch 'john/networking-db-cleanup'
972026-04-17T16:52:30.910Z+ git reset --hard 524b3a3392e59262a4561575732ce94be985d01f
982026-04-17T16:52:30.930ZHEAD is now at 524b3a339 cargo fmt
992026-04-17T16:52:30.933Zprocess exited: duration 11653 ms, exit code 0
 
1002026-04-17T16:52:30.940Zstarting task 4: "build"
1012026-04-17T16:52:30.946Z+ source .github/buildomat/ci-env.sh
1022026-04-17T16:52:30.946Z++ export CARGO_TERM_COLOR=always
1032026-04-17T16:52:30.946Z++ CARGO_TERM_COLOR=always
1042026-04-17T16:52:30.946Z+ cargo --version
1052026-04-17T16:52:30.956Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-17T16:52:30.960Z+ rustc --version
1072026-04-17T16:52:30.980Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-17T16:52:30.983Z+ WORK=/work
1092026-04-17T16:52:30.983Z+ pfexec mkdir -p /work
1102026-04-17T16:52:30.987Z+ pfexec chown build /work
1112026-04-17T16:52:30.990Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-17T16:52:41.958Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-17T16:52:49.321Z Startup: Caching catalogs ... Done
1142026-04-17T16:52:55.127ZPlanning: Solver setup ... Done (4.542s)
1152026-04-17T16:52:55.159ZPlanning: Running solver ... Done (0.032s)
1162026-04-17T16:52:55.290ZPlanning: Finding local manifests ... Done (0.004s)
1172026-04-17T16:52:55.316ZPlanning: Fetching manifests: 0/5 0% complete
1182026-04-17T16:52:55.450ZPlanning: Fetching manifests: 5/5 100% complete
1192026-04-17T16:52:55.488ZPlanning: Package planning ... Done (0.038s)
1202026-04-17T16:52:55.525ZPlanning: Merging actions ... Done (0.036s)
1212026-04-17T16:52:55.712ZPlanning: Checking for conflicting actions ... Done (0.188s)
1222026-04-17T16:52:55.722ZPlanning: Consolidating action changes ... Done (0.009s)
1232026-04-17T16:52:56.491ZPlanning: Evaluating mediators ... Done (0.769s)
1242026-04-17T16:52:56.499ZPlanning: Planning completed in 7.01 seconds
1252026-04-17T16:52:57.060Z Packages to install: 5
1262026-04-17T16:52:57.060Z Mediators to change: 3
1272026-04-17T16:52:57.060Z Services to change: 1
1282026-04-17T16:52:57.060Z Estimated space available: 155.35 GB
1292026-04-17T16:52:57.060ZEstimated space to be consumed: 1.89 GB
1302026-04-17T16:52:57.060Z Create boot environment: No
1312026-04-17T16:52:57.060ZCreate backup boot environment: No
1322026-04-17T16:52:57.060Z Rebuild boot archive: No
1332026-04-17T16:52:57.064Z
1342026-04-17T16:52:57.064ZChanged mediators:
1352026-04-17T16:52:57.064Z mediator clang:
1362026-04-17T16:52:57.064Z version: None -> 15 (system default)
1372026-04-17T16:52:57.064Z
1382026-04-17T16:52:57.064Z mediator llvm:
1392026-04-17T16:52:57.064Z version: 14 (system default) -> 15 (system default)
1402026-04-17T16:52:57.064Z
1412026-04-17T16:52:57.064Z mediator postgresql:
1422026-04-17T16:52:57.064Z version: 15 (system default) -> 18 (system default)
1432026-04-17T16:52:57.064Z
1442026-04-17T16:52:57.064ZChanged packages:
1452026-04-17T16:52:57.064Zhelios-dev
1462026-04-17T16:52:57.064Z developer/build-essential
1472026-04-17T16:52:57.064Z None -> 11-2.0
1482026-04-17T16:52:57.064Z library/libxmlsec1
1492026-04-17T16:52:57.064Z None -> 1.2.35-2.0
1502026-04-17T16:52:57.064Z ooce/developer/clang-15
1512026-04-17T16:52:57.065Z None -> 15.0.7-2.0
1522026-04-17T16:52:57.065Z ooce/developer/llvm-15
1532026-04-17T16:52:57.065Z None -> 15.0.7-2.0
1542026-04-17T16:52:57.065Z ooce/library/postgresql-18
1552026-04-17T16:52:57.065Z None -> 18.1-2.0
1562026-04-17T16:52:57.065Z
1572026-04-17T16:52:57.065ZServices:
1582026-04-17T16:52:57.065Z restart_fmri:
1592026-04-17T16:52:57.065Z svc:/system/update-man-index:default
1602026-04-17T16:52:57.103Z
1612026-04-17T16:52:57.103ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-04-17T16:53:02.135ZDownload: 2049/4272 items 118.5/219.0MB 54% complete (24.0M/s)
1632026-04-17T16:53:07.109ZDownload: 3936/4272 items 214.4/219.0MB 97% complete (21.5M/s)
1642026-04-17T16:53:08.236ZDownload: Completed 218.99 MB in 11.13 seconds (19.7M/s)
1652026-04-17T16:53:09.091Z Actions: 1/4789 actions (Installing new actions)
1662026-04-17T16:53:12.536Z Actions: Completed 4789 actions in 3.44 seconds.
1672026-04-17T16:53:13.142Z Done (0.602s)
1682026-04-17T16:53:13.142Z Done (0.000s)
1692026-04-17T16:53:13.756Z Done (0.614s)
1702026-04-17T16:53:16.926Z Done (2.824s)
1712026-04-17T16:53:17.002Z Done (0.011s)
1722026-04-17T16:53:17.005Z Done (0.000s)
1732026-04-17T16:53:17.300Z Done (0.000s)
1742026-04-17T16:53:18.147ZPlanning: Evaluating mediator changes ... Done
1752026-04-17T16:53:18.254ZPlanning: Checking for conflicting actions ... Done
1762026-04-17T16:53:18.258ZPlanning: Consolidating action changes ... Done
1772026-04-17T16:53:18.415ZPlanning: Evaluating mediators ... Done
1782026-04-17T16:53:18.421ZPlanning: Planning completed in 0.27 seconds
1792026-04-17T16:53:18.437Z Mediators to change: 2
1802026-04-17T16:53:18.438Z Create boot environment: No
1812026-04-17T16:53:18.438ZCreate backup boot environment: No
1822026-04-17T16:53:18.516Z Done
1832026-04-17T16:53:18.516Z Done
1842026-04-17T16:53:19.149Z Done
1852026-04-17T16:53:21.634Z Done
1862026-04-17T16:53:21.709Z Done
1872026-04-17T16:53:21.712Z Done
1882026-04-17T16:53:21.866Z Done
1892026-04-17T16:53:22.125ZPlanning: Evaluating mediator changes ... Done
1902026-04-17T16:53:22.231ZPlanning: Checking for conflicting actions ... Done
1912026-04-17T16:53:22.234ZPlanning: Consolidating action changes ... Done
1922026-04-17T16:53:22.391ZPlanning: Evaluating mediators ... Done
1932026-04-17T16:53:22.395ZPlanning: Planning completed in 0.27 seconds
1942026-04-17T16:53:22.412Z Mediators to change: 1
1952026-04-17T16:53:22.412Z Create boot environment: No
1962026-04-17T16:53:22.412ZCreate backup boot environment: No
1972026-04-17T16:53:22.482Z Done
1982026-04-17T16:53:22.482Z Done
1992026-04-17T16:53:23.079Z Done
2002026-04-17T16:53:25.555Z Done
2012026-04-17T16:53:25.625Z Done
2022026-04-17T16:53:25.629Z Done
2032026-04-17T16:53:25.755Z Done
2042026-04-17T16:53:26.044ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-04-17T16:53:26.044Zclang system 15 system
2062026-04-17T16:53:26.044Zcsh system system illumos
2072026-04-17T16:53:26.044Zctags system system illumos
2082026-04-17T16:53:26.044Zfile system system illumos
2092026-04-17T16:53:26.044Zgcc vendor 12 vendor
2102026-04-17T16:53:26.044Zgcc system 14 system
2112026-04-17T16:53:26.044Zgcc system 10 system
2122026-04-17T16:53:26.044Zgo system 1.20 system
2132026-04-17T16:53:26.044Zgo system 1.19 system
2142026-04-17T16:53:26.045Zllvm system 15 system
2152026-04-17T16:53:26.045Zllvm system 14 system
2162026-04-17T16:53:26.045Zmariadb system 10.6 system
2172026-04-17T16:53:26.045Zmta vendor vendor dma
2182026-04-17T16:53:26.045Zopenjdk system 17 system
2192026-04-17T16:53:26.045Zopenjdk system 11 system
2202026-04-17T16:53:26.045Zopenjdk system 1.8 system
2212026-04-17T16:53:26.045Zopenssl vendor 3 vendor
2222026-04-17T16:53:26.045Zperl system 5.36 system
2232026-04-17T16:53:26.045Zpostgresql system 18 system
2242026-04-17T16:53:26.045Zpostgresql system 15 system
2252026-04-17T16:53:26.045Zpostgresql system 13 system
2262026-04-17T16:53:26.045Zpython vendor 3 vendor
2272026-04-17T16:53:26.045Zpython system 2 system
2282026-04-17T16:53:26.045Zpython3 system 3.11 system
2292026-04-17T16:53:26.045Zruby system 3.0 system
2302026-04-17T16:53:26.045Zwords vendor vendor american-english
2312026-04-17T16:53:26.045Zwords system system australian-english
2322026-04-17T16:53:26.045Zwords system system british-english
2332026-04-17T16:53:26.045Zwords system system canadian-english
2342026-04-17T16:53:26.045Zwords system system french
2352026-04-17T16:53:26.045Zwords system system italian
2362026-04-17T16:53:26.045Zwords system system ngerman
2372026-04-17T16:53:26.045Zwords system system ogerman
2382026-04-17T16:53:26.045Zwords system system spanish
2392026-04-17T16:53:26.272ZPUBLISHER TYPE STATUS P LOCATION
2402026-04-17T16:53:26.272Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-04-17T16:53:30.753ZFMRI IFO
2422026-04-17T16:53:30.753Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-04-17T16:53:30.753Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-04-17T16:53:30.753Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-04-17T16:53:30.753Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-04-17T16:53:30.753Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-04-17T16:53:30.753Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-04-17T16:53:30.753Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2492026-04-17T16:53:30.753Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2502026-04-17T16:53:30.753Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2512026-04-17T16:53:30.753Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522026-04-17T16:53:30.753Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532026-04-17T16:53:30.753Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2542026-04-17T16:53:30.753Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552026-04-17T16:53:30.753Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562026-04-17T16:53:30.753Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2572026-04-17T16:53:30.753Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582026-04-17T16:53:30.753Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592026-04-17T16:53:31.868Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602026-04-17T16:53:32.143Z Updating crates.io index
2612026-04-17T16:53:32.178Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2622026-04-17T16:53:32.406Z Updating git repository `https://github.com/oxidecomputer/lldp`
2632026-04-17T16:53:33.223Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2642026-04-17T16:53:33.911Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-04-17T16:53:35.330Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2662026-04-17T16:53:36.353Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-04-17T16:53:38.968Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-04-17T16:53:41.134Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-04-17T16:53:41.799Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-04-17T16:53:43.686Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-04-17T16:53:44.467Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-04-17T16:53:45.349Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732026-04-17T16:53:46.105Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-04-17T16:53:48.177Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-04-17T16:53:49.458Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-04-17T16:53:50.113Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-04-17T16:53:51.023Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-04-17T16:53:51.703Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-04-17T16:53:52.391Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-04-17T16:53:52.921Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-04-17T16:53:53.692Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-04-17T16:53:54.555Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-04-17T16:53:55.608Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-04-17T16:53:56.547Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-04-17T16:53:57.128Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-04-17T16:53:57.598Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-04-17T16:53:58.942Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882026-04-17T16:53:59.695Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-04-17T16:54:00.818Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902026-04-17T16:54:01.722Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2912026-04-17T16:54:02.076Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2922026-04-17T16:54:02.380Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2932026-04-17T16:54:03.231Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2942026-04-17T16:54:03.798Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2952026-04-17T16:54:04.057Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2962026-04-17T16:54:04.361Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2972026-04-17T16:54:04.625Z Updating git repository `https://github.com/illumos/smf-rs`
2982026-04-17T16:54:05.057Z Updating git repository `https://github.com/oxidecomputer/omicron`
2992026-04-17T16:54:22.490Z Downloading crates ...
3002026-04-17T16:54:22.538Z Downloaded anstream v0.6.21
3012026-04-17T16:54:22.544Z Downloaded stable_deref_trait v1.2.1
3022026-04-17T16:54:22.551Z Downloaded heck v0.4.1
3032026-04-17T16:54:22.558Z Downloaded thiserror v1.0.69
3042026-04-17T16:54:22.563Z Downloaded unicode-xid v0.2.6
3052026-04-17T16:54:22.566Z Downloaded percent-encoding v2.3.2
3062026-04-17T16:54:22.566Z Downloaded itoa v1.0.17
3072026-04-17T16:54:22.566Z Downloaded dof v0.3.0
3082026-04-17T16:54:22.566Z Downloaded fnv v1.0.7
3092026-04-17T16:54:22.566Z Downloaded fastrand v2.3.0
3102026-04-17T16:54:22.566Z Downloaded cargo_toml v0.21.0
3112026-04-17T16:54:22.566Z Downloaded thiserror v2.0.18
3122026-04-17T16:54:22.569Z Downloaded usdt-attr-macro v0.5.0
3132026-04-17T16:54:22.573Z Downloaded zerofrom-derive v0.1.6
3142026-04-17T16:54:22.577Z Downloaded version_check v0.9.5
3152026-04-17T16:54:22.577Z Downloaded yoke-derive v0.8.1
3162026-04-17T16:54:22.577Z Downloaded utf8parse v0.2.2
3172026-04-17T16:54:22.580Z Downloaded usdt-impl v0.5.0
3182026-04-17T16:54:22.583Z Downloaded thread-id v4.2.2
3192026-04-17T16:54:22.583Z Downloaded utf8_iter v1.0.4
3202026-04-17T16:54:22.583Z Downloaded unicode-linebreak v0.1.5
3212026-04-17T16:54:22.583Z Downloaded usdt v0.5.0
3222026-04-17T16:54:22.587Z Downloaded pest_derive v2.8.6
3232026-04-17T16:54:22.590Z Downloaded toml_write v0.1.2
3242026-04-17T16:54:22.593Z Downloaded form_urlencoded v1.2.2
3252026-04-17T16:54:22.598Z Downloaded usdt-macro v0.5.0
3262026-04-17T16:54:22.601Z Downloaded zerofrom v0.1.6
3272026-04-17T16:54:22.601Z Downloaded heck v0.5.0
3282026-04-17T16:54:22.601Z Downloaded typeid v1.0.3
3292026-04-17T16:54:22.601Z Downloaded serde_derive v1.0.228
3302026-04-17T16:54:22.604Z Downloaded zmij v1.0.21
3312026-04-17T16:54:22.604Z Downloaded quote v1.0.44
3322026-04-17T16:54:22.604Z Downloaded thiserror-impl v2.0.18
3332026-04-17T16:54:22.607Z Downloaded serde_spanned v0.6.9
3342026-04-17T16:54:22.607Z Downloaded cpufeatures v0.2.17
3352026-04-17T16:54:22.607Z Downloaded toml_datetime v0.6.11
3362026-04-17T16:54:22.611Z Downloaded byteorder v1.5.0
3372026-04-17T16:54:22.614Z Downloaded zerovec-derive v0.11.2
3382026-04-17T16:54:22.614Z Downloaded idna v1.1.0
3392026-04-17T16:54:22.617Z Downloaded erased-serde v0.4.9
3402026-04-17T16:54:22.620Z Downloaded writeable v0.6.2
3412026-04-17T16:54:22.621Z Downloaded thiserror-impl v1.0.69
3422026-04-17T16:54:22.621Z Downloaded bytecount v0.6.9
3432026-04-17T16:54:22.625Z Downloaded yoke v0.8.1
3442026-04-17T16:54:22.625Z Downloaded clap_derive v4.5.55
3452026-04-17T16:54:22.628Z Downloaded zerocopy-derive v0.7.35
3462026-04-17T16:54:22.632Z Downloaded tinystr v0.8.2
3472026-04-17T16:54:22.632Z Downloaded ordered-float v2.10.1
3482026-04-17T16:54:22.635Z Downloaded errno v0.3.14
3492026-04-17T16:54:22.635Z Downloaded equivalent v1.0.2
3502026-04-17T16:54:22.635Z Downloaded cfg-if v1.0.4
3512026-04-17T16:54:22.635Z Downloaded dtrace-parser v0.2.0
3522026-04-17T16:54:22.635Z Downloaded toml v0.8.23
3532026-04-17T16:54:22.638Z Downloaded generic-array v0.14.7
3542026-04-17T16:54:22.639Z Downloaded anstyle-query v1.1.5
3552026-04-17T16:54:22.642Z Downloaded block-buffer v0.10.4
3562026-04-17T16:54:22.645Z Downloaded textwrap v0.16.2
3572026-04-17T16:54:22.648Z Downloaded unicode-ident v1.0.24
3582026-04-17T16:54:22.651Z Downloaded ucd-trie v0.1.7
3592026-04-17T16:54:22.654Z Downloaded anyhow v1.0.102
3602026-04-17T16:54:22.654Z Downloaded toml_edit v0.22.27
3612026-04-17T16:54:22.658Z Downloaded potential_utf v0.1.4
3622026-04-17T16:54:22.661Z Downloaded plain v0.2.3
3632026-04-17T16:54:22.661Z Downloaded swrite v0.1.0
3642026-04-17T16:54:22.664Z Downloaded typenum v1.19.0
3652026-04-17T16:54:22.664Z Downloaded zerotrie v0.2.3
3662026-04-17T16:54:22.667Z Downloaded macaddr v1.0.1
3672026-04-17T16:54:22.670Z Downloaded crypto-common v0.1.7
3682026-04-17T16:54:22.671Z Downloaded url v2.5.8
3692026-04-17T16:54:22.674Z Downloaded smawk v0.3.2
3702026-04-17T16:54:22.674Z Downloaded is_terminal_polyfill v1.70.2
3712026-04-17T16:54:22.674Z Downloaded colorchoice v1.0.4
3722026-04-17T16:54:22.679Z Downloaded idna_adapter v1.2.1
3732026-04-17T16:54:22.682Z Downloaded memmap v0.7.0
3742026-04-17T16:54:22.686Z Downloaded zerovec v0.11.5
3752026-04-17T16:54:22.689Z Downloaded cargo-platform v0.2.0
3762026-04-17T16:54:22.739Z Downloaded tabled_derive v0.7.0
3772026-04-17T16:54:22.746Z Downloaded zerocopy v0.7.35
3782026-04-17T16:54:22.746Z Downloaded winnow v0.7.14
3792026-04-17T16:54:22.746Z Downloaded scroll_derive v0.12.1
3802026-04-17T16:54:22.746Z Downloaded serde-value v0.7.0
3812026-04-17T16:54:22.746Z Downloaded pretty-hex v0.4.1
3822026-04-17T16:54:22.746Z Downloaded unicode-width v0.2.0
3832026-04-17T16:54:22.746Z Downloaded bitflags v2.11.0
3842026-04-17T16:54:22.747Z Downloaded semver v1.0.27
3852026-04-17T16:54:22.747Z Downloaded unicode-width v0.1.14
3862026-04-17T16:54:22.747Z Downloaded terminal_size v0.4.3
3872026-04-17T16:54:22.747Z Downloaded proc-macro-error-attr v1.0.4
3882026-04-17T16:54:22.747Z Downloaded strsim v0.11.1
3892026-04-17T16:54:22.747Z Downloaded clap_lex v1.0.0
3902026-04-17T16:54:22.747Z Downloaded fs-err v3.3.0
3912026-04-17T16:54:22.747Z Downloaded camino-tempfile v1.4.1
3922026-04-17T16:54:22.747Z Downloaded cargo_metadata v0.21.0
3932026-04-17T16:54:22.747Z Downloaded displaydoc v0.2.5
3942026-04-17T16:54:22.747Z Downloaded sha2 v0.10.9
3952026-04-17T16:54:22.753Z Downloaded autocfg v1.5.0
3962026-04-17T16:54:22.754Z Downloaded serde-untagged v0.1.9
3972026-04-17T16:54:22.759Z Downloaded synstructure v0.13.2
3982026-04-17T16:54:22.763Z Downloaded scroll v0.12.0
3992026-04-17T16:54:22.763Z Downloaded anstyle v1.0.13
4002026-04-17T16:54:22.763Z Downloaded anstyle-parse v0.2.7
4012026-04-17T16:54:22.767Z Downloaded icu_normalizer_data v2.1.1
4022026-04-17T16:54:22.772Z Downloaded serde_tokenstream v0.2.3
4032026-04-17T16:54:22.775Z Downloaded memchr v2.8.0
4042026-04-17T16:54:22.778Z Downloaded tempfile v3.25.0
4052026-04-17T16:54:22.778Z Downloaded litemap v0.8.1
4062026-04-17T16:54:22.781Z Downloaded digest v0.10.7
4072026-04-17T16:54:22.782Z Downloaded camino v1.2.2
4082026-04-17T16:54:22.782Z Downloaded cargo-util-schemas v0.8.2
4092026-04-17T16:54:22.785Z Downloaded getrandom v0.4.1
4102026-04-17T16:54:22.785Z Downloaded icu_provider v2.1.1
4112026-04-17T16:54:22.788Z Downloaded clap v4.5.60
4122026-04-17T16:54:22.791Z Downloaded proc-macro2 v1.0.106
4132026-04-17T16:54:22.795Z Downloaded once_cell v1.21.3
4142026-04-17T16:54:22.795Z Downloaded smallvec v1.15.1
4152026-04-17T16:54:22.798Z Downloaded papergrid v0.11.0
4162026-04-17T16:54:22.801Z Downloaded proc-macro-error v1.0.4
4172026-04-17T16:54:22.811Z Downloaded pest_generator v2.8.6
4182026-04-17T16:54:22.815Z Downloaded serde_core v1.0.228
4192026-04-17T16:54:22.818Z Downloaded icu_properties v2.1.2
4202026-04-17T16:54:22.821Z Downloaded pest_meta v2.8.6
4212026-04-17T16:54:22.821Z Downloaded num-traits v0.2.19
4222026-04-17T16:54:22.828Z Downloaded icu_locale_core v2.1.1
4232026-04-17T16:54:22.828Z Downloaded log v0.4.29
4242026-04-17T16:54:22.831Z Downloaded icu_normalizer v2.1.1
4252026-04-17T16:54:22.832Z Downloaded hashbrown v0.16.1
4262026-04-17T16:54:22.835Z Downloaded serde_json v1.0.149
4272026-04-17T16:54:22.838Z Downloaded indexmap v2.13.0
4282026-04-17T16:54:22.844Z Downloaded serde v1.0.228
4292026-04-17T16:54:22.847Z Downloaded icu_collections v2.1.1
4302026-04-17T16:54:22.876Z Downloaded pest v2.8.6
4312026-04-17T16:54:22.886Z Downloaded goblin v0.8.2
4322026-04-17T16:54:22.890Z Downloaded icu_properties_data v2.1.2
4332026-04-17T16:54:22.908Z Downloaded clap_builder v4.5.60
4342026-04-17T16:54:22.916Z Downloaded syn v1.0.109
4352026-04-17T16:54:22.921Z Downloaded tabled v0.15.0
4362026-04-17T16:54:22.932Z Downloaded syn v2.0.117
4372026-04-17T16:54:22.946Z Downloaded rustix v1.1.3
4382026-04-17T16:54:22.978Z Downloaded libc v0.2.185
4392026-04-17T16:54:23.043Z Compiling proc-macro2 v1.0.106
4402026-04-17T16:54:23.043Z Compiling unicode-ident v1.0.24
4412026-04-17T16:54:23.044Z Compiling quote v1.0.44
4422026-04-17T16:54:23.047Z Compiling serde_core v1.0.228
4432026-04-17T16:54:23.047Z Compiling libc v0.2.185
4442026-04-17T16:54:23.047Z Compiling version_check v0.9.5
4452026-04-17T16:54:23.047Z Compiling memchr v2.8.0
4462026-04-17T16:54:23.047Z Compiling serde v1.0.228
4472026-04-17T16:54:23.047Z Compiling stable_deref_trait v1.2.1
4482026-04-17T16:54:23.047Z Compiling zmij v1.0.21
4492026-04-17T16:54:23.047Z Compiling ucd-trie v0.1.7
4502026-04-17T16:54:23.229Z Compiling thiserror v1.0.69
4512026-04-17T16:54:23.233Z Compiling itoa v1.0.17
4522026-04-17T16:54:23.233Z Compiling autocfg v1.5.0
4532026-04-17T16:54:23.233Z Compiling writeable v0.6.2
4542026-04-17T16:54:23.474Z Compiling litemap v0.8.1
4552026-04-17T16:54:23.477Z Compiling byteorder v1.5.0
4562026-04-17T16:54:23.657Z Compiling rustix v1.1.3
4572026-04-17T16:54:23.699Z Compiling icu_normalizer_data v2.1.1
4582026-04-17T16:54:23.738Z Compiling icu_properties_data v2.1.2
4592026-04-17T16:54:23.818Z Compiling bitflags v2.11.0
4602026-04-17T16:54:23.822Z Compiling serde_json v1.0.149
4612026-04-17T16:54:23.888Z Compiling equivalent v1.0.2
4622026-04-17T16:54:23.931Z Compiling pest v2.8.6
4632026-04-17T16:54:24.108Z Compiling num-traits v0.2.19
4642026-04-17T16:54:24.184Z Compiling typeid v1.0.3
4652026-04-17T16:54:24.203Z Compiling hashbrown v0.16.1
4662026-04-17T16:54:24.223Z Compiling smallvec v1.15.1
4672026-04-17T16:54:24.226Z Compiling usdt-impl v0.5.0
4682026-04-17T16:54:24.226Z Compiling proc-macro-error-attr v1.0.4
4692026-04-17T16:54:24.226Z Compiling toml_write v0.1.2
4702026-04-17T16:54:24.317Z Compiling erased-serde v0.4.9
4712026-04-17T16:54:24.393Z Compiling errno v0.3.14
4722026-04-17T16:54:24.396Z Compiling thread-id v4.2.2
4732026-04-17T16:54:24.456Z Compiling winnow v0.7.14
4742026-04-17T16:54:24.477Z Compiling syn v1.0.109
4752026-04-17T16:54:24.557Z Compiling proc-macro-error v1.0.4
4762026-04-17T16:54:24.594Z Compiling log v0.4.29
4772026-04-17T16:54:24.595Z Compiling thiserror v2.0.18
4782026-04-17T16:54:24.746Z Compiling syn v2.0.117
4792026-04-17T16:54:24.788Z Compiling indexmap v2.13.0
4802026-04-17T16:54:24.808Z Compiling utf8_iter v1.0.4
4812026-04-17T16:54:24.830Z Compiling percent-encoding v2.3.2
4822026-04-17T16:54:24.834Z Compiling utf8parse v0.2.2
4832026-04-17T16:54:24.867Z Compiling camino v1.2.2
4842026-04-17T16:54:24.867Z Compiling getrandom v0.4.1
4852026-04-17T16:54:24.871Z Compiling plain v0.2.3
4862026-04-17T16:54:24.993Z Compiling pest_meta v2.8.6
4872026-04-17T16:54:24.993Z Compiling form_urlencoded v1.2.2
4882026-04-17T16:54:25.053Z Compiling anstyle-parse v0.2.7
4892026-04-17T16:54:25.253Z Compiling ordered-float v2.10.1
4902026-04-17T16:54:25.290Z Compiling is_terminal_polyfill v1.70.2
4912026-04-17T16:54:25.330Z Compiling pretty-hex v0.4.1
4922026-04-17T16:54:25.349Z Compiling anstyle-query v1.1.5
4932026-04-17T16:54:25.353Z Compiling colorchoice v1.0.4
4942026-04-17T16:54:25.353Z Compiling cfg-if v1.0.4
4952026-04-17T16:54:25.410Z Compiling terminal_size v0.4.3
4962026-04-17T16:54:25.429Z Compiling anstyle v1.0.13
4972026-04-17T16:54:25.520Z Compiling fs-err v3.3.0
4982026-04-17T16:54:25.538Z Compiling heck v0.5.0
4992026-04-17T16:54:25.615Z Compiling anstream v0.6.21
5002026-04-17T16:54:25.665Z Compiling semver v1.0.27
5012026-04-17T16:54:25.729Z Compiling heck v0.4.1
5022026-04-17T16:54:25.732Z Compiling anyhow v1.0.102
5032026-04-17T16:54:25.765Z Compiling fastrand v2.3.0
5042026-04-17T16:54:25.782Z Compiling unicode-width v0.1.14
5052026-04-17T16:54:25.991Z Compiling clap_lex v1.0.0
5062026-04-17T16:54:26.010Z Compiling serde-untagged v0.1.9
5072026-04-17T16:54:26.028Z Compiling bytecount v0.6.9
5082026-04-17T16:54:26.048Z Compiling strsim v0.11.1
5092026-04-17T16:54:26.071Z Compiling fnv v1.0.7
5102026-04-17T16:54:26.093Z Compiling once_cell v1.21.3
5112026-04-17T16:54:26.097Z Compiling unicode-xid v0.2.6
5122026-04-17T16:54:26.134Z Compiling memmap v0.7.0
5132026-04-17T16:54:26.190Z Compiling smawk v0.3.2
5142026-04-17T16:54:26.252Z Compiling papergrid v0.11.0
5152026-04-17T16:54:26.281Z Compiling tempfile v3.25.0
5162026-04-17T16:54:26.302Z Compiling clap_builder v4.5.60
5172026-04-17T16:54:26.305Z Compiling unicode-width v0.2.0
5182026-04-17T16:54:26.358Z Compiling unicode-linebreak v0.1.5
5192026-04-17T16:54:26.398Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5202026-04-17T16:54:26.453Z Compiling swrite v0.1.0
5212026-04-17T16:54:26.556Z Compiling camino-tempfile v1.4.1
5222026-04-17T16:54:26.575Z Compiling textwrap v0.16.2
5232026-04-17T16:54:26.895Z Compiling tabled_derive v0.7.0
5242026-04-17T16:54:27.353Z Compiling synstructure v0.13.2
5252026-04-17T16:54:27.353Z Compiling pest_generator v2.8.6
5262026-04-17T16:54:27.574Z Compiling tabled v0.15.0
5272026-04-17T16:54:27.941Z Compiling serde_derive v1.0.228
5282026-04-17T16:54:27.945Z Compiling zerofrom-derive v0.1.6
5292026-04-17T16:54:27.945Z Compiling yoke-derive v0.8.1
5302026-04-17T16:54:27.945Z Compiling zerovec-derive v0.11.2
5312026-04-17T16:54:27.945Z Compiling displaydoc v0.2.5
5322026-04-17T16:54:27.945Z Compiling thiserror-impl v1.0.69
5332026-04-17T16:54:27.945Z Compiling zerocopy-derive v0.7.35
5342026-04-17T16:54:27.945Z Compiling scroll_derive v0.12.1
5352026-04-17T16:54:27.994Z Compiling thiserror-impl v2.0.18
5362026-04-17T16:54:28.015Z Compiling pest_derive v2.8.6
5372026-04-17T16:54:28.120Z Compiling clap_derive v4.5.55
5382026-04-17T16:54:28.706Z Compiling scroll v0.12.0
5392026-04-17T16:54:28.930Z Compiling goblin v0.8.2
5402026-04-17T16:54:28.956Z Compiling zerocopy v0.7.35
5412026-04-17T16:54:29.124Z Compiling zerofrom v0.1.6
5422026-04-17T16:54:29.190Z Compiling dtrace-parser v0.2.0
5432026-04-17T16:54:29.227Z Compiling yoke v0.8.1
5442026-04-17T16:54:29.383Z Compiling zerovec v0.11.5
5452026-04-17T16:54:29.384Z Compiling zerotrie v0.2.3
5462026-04-17T16:54:29.475Z Compiling clap v4.5.60
5472026-04-17T16:54:29.807Z Compiling tinystr v0.8.2
5482026-04-17T16:54:29.807Z Compiling potential_utf v0.1.4
5492026-04-17T16:54:29.934Z Compiling icu_collections v2.1.1
5502026-04-17T16:54:29.961Z Compiling icu_locale_core v2.1.1
5512026-04-17T16:54:30.420Z Compiling serde_spanned v0.6.9
5522026-04-17T16:54:30.420Z Compiling toml_datetime v0.6.11
5532026-04-17T16:54:30.421Z Compiling serde-value v0.7.0
5542026-04-17T16:54:30.424Z Compiling cargo-platform v0.2.0
5552026-04-17T16:54:30.424Z Compiling macaddr v1.0.1
5562026-04-17T16:54:30.458Z Compiling dof v0.3.0
5572026-04-17T16:54:30.462Z Compiling serde_tokenstream v0.2.3
5582026-04-17T16:54:30.514Z Compiling icu_provider v2.1.1
5592026-04-17T16:54:30.645Z Compiling toml_edit v0.22.27
5602026-04-17T16:54:30.793Z Compiling icu_normalizer v2.1.1
5612026-04-17T16:54:30.796Z Compiling icu_properties v2.1.2
5622026-04-17T16:54:31.292Z Compiling usdt-macro v0.5.0
5632026-04-17T16:54:31.296Z Compiling usdt-attr-macro v0.5.0
5642026-04-17T16:54:31.667Z Compiling idna_adapter v1.2.1
5652026-04-17T16:54:31.773Z Compiling idna v1.1.0
5662026-04-17T16:54:31.885Z Compiling usdt v0.5.0
5672026-04-17T16:54:31.977Z Compiling toml v0.8.23
5682026-04-17T16:54:32.032Z Compiling url v2.5.8
5692026-04-17T16:54:32.312Z Compiling cargo_toml v0.21.0
5702026-04-17T16:54:32.434Z Compiling cargo-util-schemas v0.8.2
5712026-04-17T16:54:33.204Z Compiling cargo_metadata v0.21.0
5722026-04-17T16:54:34.120Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5732026-04-17T16:54:36.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
5742026-04-17T16:54:36.435Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5752026-04-17T16:54:36.983Z Downloading crates ...
5762026-04-17T16:54:37.076Z Downloaded adler2 v2.0.1
5772026-04-17T16:54:37.084Z Downloaded argon2 v0.5.3
5782026-04-17T16:54:37.090Z Downloaded arc-swap v1.8.2
5792026-04-17T16:54:37.095Z Downloaded bit-set v0.5.3
5802026-04-17T16:54:37.098Z Downloaded dirs-sys-next v0.1.2
5812026-04-17T16:54:37.098Z Downloaded block-padding v0.3.3
5822026-04-17T16:54:37.104Z Downloaded ed25519 v2.2.3
5832026-04-17T16:54:37.107Z Downloaded dsl_auto_type v0.2.0
5842026-04-17T16:54:37.110Z Downloaded derive_builder_core v0.20.2
5852026-04-17T16:54:37.114Z Downloaded ctr v0.9.2
5862026-04-17T16:54:37.114Z Downloaded camino-tempfile-ext v0.3.3
5872026-04-17T16:54:37.114Z Downloaded darling_core v0.21.3
5882026-04-17T16:54:37.117Z Downloaded crc8 v0.1.1
5892026-04-17T16:54:37.120Z Downloaded des v0.8.1
5902026-04-17T16:54:37.120Z Downloaded colored v3.1.1
5912026-04-17T16:54:37.123Z Downloaded endian-type v0.1.2
5922026-04-17T16:54:37.123Z Downloaded crc32fast v1.5.0
5932026-04-17T16:54:37.123Z Downloaded darling_macro v0.20.11
5942026-04-17T16:54:37.123Z Downloaded darling_core v0.23.0
5952026-04-17T16:54:37.127Z Downloaded diff v0.1.13
5962026-04-17T16:54:37.130Z Downloaded cobs v0.3.0
5972026-04-17T16:54:37.130Z Downloaded derive_more v0.99.20
5982026-04-17T16:54:37.133Z Downloaded cmake v0.1.57
5992026-04-17T16:54:37.133Z Downloaded env_logger v0.11.9
6002026-04-17T16:54:37.138Z Downloaded bcrypt-pbkdf v0.10.0
6012026-04-17T16:54:37.138Z Downloaded foldhash v0.2.0
6022026-04-17T16:54:37.138Z Downloaded env_filter v1.0.0
6032026-04-17T16:54:37.141Z Downloaded aws-lc-rs v1.16.0
6042026-04-17T16:54:37.146Z Downloaded ena v0.14.4
6052026-04-17T16:54:37.146Z Downloaded debug-ignore v1.0.5
6062026-04-17T16:54:37.149Z Downloaded crossbeam-epoch v0.9.18
6072026-04-17T16:54:37.149Z Downloaded document-features v0.2.12
6082026-04-17T16:54:37.149Z Downloaded dirs-next v2.0.0
6092026-04-17T16:54:37.149Z Downloaded array-init v0.0.4
6102026-04-17T16:54:37.153Z Downloaded dof v0.4.0
6112026-04-17T16:54:37.153Z Downloaded darling_macro v0.23.0
6122026-04-17T16:54:37.153Z Downloaded derive_builder_macro v0.20.2
6132026-04-17T16:54:37.153Z Downloaded der_derive v0.7.3
6142026-04-17T16:54:37.156Z Downloaded base64 v0.22.1
6152026-04-17T16:54:37.156Z Downloaded blake2 v0.10.6
6162026-04-17T16:54:37.160Z Downloaded async-bb8-diesel v0.2.1
6172026-04-17T16:54:37.160Z Downloaded crucible-workspace-hack v0.1.0
6182026-04-17T16:54:37.163Z Downloaded bitfield-struct v0.6.2
6192026-04-17T16:54:37.163Z Downloaded atomic-waker v1.1.2
6202026-04-17T16:54:37.163Z Downloaded fixedbitset v0.4.2
6212026-04-17T16:54:37.166Z Downloaded filetime v0.2.27
6222026-04-17T16:54:37.167Z Downloaded defmt-macros v1.0.1
6232026-04-17T16:54:37.170Z Downloaded curve25519-dalek-derive v0.1.1
6242026-04-17T16:54:37.170Z Downloaded cargo-platform v0.1.9
6252026-04-17T16:54:37.173Z Downloaded async-stream v0.3.6
6262026-04-17T16:54:37.173Z Downloaded arrayref v0.3.9
6272026-04-17T16:54:37.176Z Downloaded cfg_aliases v0.2.1
6282026-04-17T16:54:37.176Z Downloaded cpufeatures v0.3.0
6292026-04-17T16:54:37.176Z Downloaded cfg_aliases v0.1.1
6302026-04-17T16:54:37.176Z Downloaded data-encoding v2.10.0
6312026-04-17T16:54:37.179Z Downloaded ciborium-io v0.2.2
6322026-04-17T16:54:37.179Z Downloaded bit-set v0.8.0
6332026-04-17T16:54:37.182Z Downloaded crunchy v0.2.4
6342026-04-17T16:54:37.186Z Downloaded castaway v0.2.4
6352026-04-17T16:54:37.186Z Downloaded base16ct v0.2.0
6362026-04-17T16:54:37.189Z Downloaded compression-core v0.4.31
6372026-04-17T16:54:37.189Z Downloaded aead v0.5.2
6382026-04-17T16:54:37.189Z Downloaded deranged v0.5.8
6392026-04-17T16:54:37.192Z Downloaded bitfield-macros v0.19.4
6402026-04-17T16:54:37.192Z Downloaded ascii-canvas v3.0.0
6412026-04-17T16:54:37.196Z Downloaded crc v3.4.0
6422026-04-17T16:54:37.199Z Downloaded atomicwrites v0.4.4
6432026-04-17T16:54:37.199Z Downloaded assert_matches v1.5.0
6442026-04-17T16:54:37.202Z Downloaded display-error-chain v0.2.2
6452026-04-17T16:54:37.202Z Downloaded darling_macro v0.21.3
6462026-04-17T16:54:37.206Z Downloaded convert_case v0.4.0
6472026-04-17T16:54:37.209Z Downloaded ciborium-ll v0.2.2
6482026-04-17T16:54:37.209Z Downloaded async-recursion v1.1.1
6492026-04-17T16:54:37.213Z Downloaded cstr-argument v0.1.2
6502026-04-17T16:54:37.213Z Downloaded atty v0.2.14
6512026-04-17T16:54:37.213Z Downloaded flagset v0.4.7
6522026-04-17T16:54:37.216Z Downloaded embedded-io v0.6.1
6532026-04-17T16:54:37.219Z Downloaded crc-catalog v2.4.0
6542026-04-17T16:54:37.219Z Downloaded dyn-clone v1.0.20
6552026-04-17T16:54:37.222Z Downloaded defmt v0.3.100
6562026-04-17T16:54:37.222Z Downloaded dropshot-api-manager-types v0.6.0
6572026-04-17T16:54:37.222Z Downloaded downcast-rs v2.0.2
6582026-04-17T16:54:37.225Z Downloaded ff v0.13.1
6592026-04-17T16:54:37.225Z Downloaded fallible-iterator v0.2.0
6602026-04-17T16:54:37.225Z Downloaded foreign-types-shared v0.1.1
6612026-04-17T16:54:37.229Z Downloaded foreign-types v0.3.2
6622026-04-17T16:54:37.229Z Downloaded chacha20 v0.9.1
6632026-04-17T16:54:37.232Z Downloaded darling v0.20.11
6642026-04-17T16:54:37.235Z Downloaded defmt-parser v1.0.0
6652026-04-17T16:54:37.235Z Downloaded bcs v0.1.6
6662026-04-17T16:54:37.235Z Downloaded bitflags v1.3.2
6672026-04-17T16:54:37.239Z Downloaded bit-vec v0.8.0
6682026-04-17T16:54:37.239Z Downloaded dunce v1.0.5
6692026-04-17T16:54:37.242Z Downloaded cexpr v0.6.0
6702026-04-17T16:54:37.242Z Downloaded blowfish v0.9.1
6712026-04-17T16:54:37.242Z Downloaded float-ord v0.3.2
6722026-04-17T16:54:37.245Z Downloaded diesel_table_macro_syntax v0.3.0
6732026-04-17T16:54:37.245Z Downloaded backoff v0.4.0
6742026-04-17T16:54:37.248Z Downloaded git-stub v1.0.0
6752026-04-17T16:54:37.248Z Downloaded futures-task v0.3.32
6762026-04-17T16:54:37.248Z Downloaded futures-sink v0.3.32
6772026-04-17T16:54:37.248Z Downloaded enum-as-inner v0.6.1
6782026-04-17T16:54:37.251Z Downloaded fd-lock v4.0.4
6792026-04-17T16:54:37.251Z Downloaded futures-io v0.3.32
6802026-04-17T16:54:37.251Z Downloaded foreign-types-shared v0.3.1
6812026-04-17T16:54:37.255Z Downloaded futures-macro v0.3.32
6822026-04-17T16:54:37.255Z Downloaded dtrace-parser v0.3.0
6832026-04-17T16:54:37.255Z Downloaded hex v0.4.3
6842026-04-17T16:54:37.258Z Downloaded cassowary v0.3.0
6852026-04-17T16:54:37.258Z Downloaded fxhash v0.2.1
6862026-04-17T16:54:37.258Z Downloaded futures-core v0.3.32
6872026-04-17T16:54:37.258Z Downloaded bb8 v0.8.6
6882026-04-17T16:54:37.262Z Downloaded async-stream-impl v0.3.6
6892026-04-17T16:54:37.262Z Downloaded ghash v0.5.1
6902026-04-17T16:54:37.266Z Downloaded hash32 v0.3.1
6912026-04-17T16:54:37.266Z Downloaded const_format_proc_macros v0.2.34
6922026-04-17T16:54:37.266Z Downloaded async-trait v0.1.89
6932026-04-17T16:54:37.269Z Downloaded cipher v0.4.4
6942026-04-17T16:54:37.269Z Downloaded hash32 v0.2.1
6952026-04-17T16:54:37.269Z Downloaded globwalk v0.9.1
6962026-04-17T16:54:37.272Z Downloaded float-cmp v0.10.0
6972026-04-17T16:54:37.272Z Downloaded difflib v0.4.0
6982026-04-17T16:54:37.272Z Downloaded foreign-types v0.5.0
6992026-04-17T16:54:37.272Z Downloaded embedded-io v0.4.0
7002026-04-17T16:54:37.275Z Downloaded byte-wrapper v0.1.0
7012026-04-17T16:54:37.275Z Downloaded buf-list v1.1.2
7022026-04-17T16:54:37.280Z Downloaded bit-vec v0.6.3
7032026-04-17T16:54:37.280Z Downloaded ecdsa v0.16.9
7042026-04-17T16:54:37.280Z Downloaded cargo_metadata v0.19.2
7052026-04-17T16:54:37.283Z Downloaded foreign-types-macros v0.2.3
7062026-04-17T16:54:37.283Z Downloaded foldhash v0.1.5
7072026-04-17T16:54:37.283Z Downloaded daft v0.1.5
7082026-04-17T16:54:37.283Z Downloaded erased-serde v0.3.31
7092026-04-17T16:54:37.287Z Downloaded either v1.15.0
7102026-04-17T16:54:37.287Z Downloaded fs-err v2.11.0
7112026-04-17T16:54:37.287Z Downloaded home v0.5.12
7122026-04-17T16:54:37.290Z Downloaded defmt v1.0.1
7132026-04-17T16:54:37.290Z Downloaded convert_case v0.10.0
7142026-04-17T16:54:37.294Z Downloaded cbc v0.1.2
7152026-04-17T16:54:37.294Z Downloaded find-msvc-tools v0.1.9
7162026-04-17T16:54:37.294Z Downloaded backon v1.6.0
7172026-04-17T16:54:37.297Z Downloaded expectorate v1.2.0
7182026-04-17T16:54:37.297Z Downloaded derive_builder v0.20.2
7192026-04-17T16:54:37.300Z Downloaded chacha20 v0.10.0
7202026-04-17T16:54:37.304Z Downloaded headers-core v0.3.0
7212026-04-17T16:54:37.304Z Downloaded http-body v1.0.1
7222026-04-17T16:54:37.304Z Downloaded gethostname v0.5.0
7232026-04-17T16:54:37.304Z Downloaded hostname v0.3.1
7242026-04-17T16:54:37.307Z Downloaded funty v2.0.0
7252026-04-17T16:54:37.307Z Downloaded http-range v0.1.5
7262026-04-17T16:54:37.307Z Downloaded hostname v0.4.2
7272026-04-17T16:54:37.307Z Downloaded hex-literal v0.4.1
7282026-04-17T16:54:37.311Z Downloaded bzip2 v0.6.1
7292026-04-17T16:54:37.311Z Downloaded aho-corasick v1.1.4
7302026-04-17T16:54:37.314Z Downloaded git-stub-vcs v0.1.0
7312026-04-17T16:54:37.314Z Downloaded futures-executor v0.3.32
7322026-04-17T16:54:37.315Z Downloaded hubpack_derive v0.1.1
7332026-04-17T16:54:37.318Z Downloaded httpdate v1.0.3
7342026-04-17T16:54:37.318Z Downloaded ident_case v1.0.1
7352026-04-17T16:54:37.318Z Downloaded glob v0.3.3
7362026-04-17T16:54:37.321Z Downloaded hyper-tls v0.6.0
7372026-04-17T16:54:37.321Z Downloaded globset v0.4.18
7382026-04-17T16:54:37.321Z Downloaded hubpack v0.1.2
7392026-04-17T16:54:37.321Z Downloaded fs_extra v1.3.0
7402026-04-17T16:54:37.324Z Downloaded fixedbitset v0.5.7
7412026-04-17T16:54:37.324Z Downloaded crossbeam-deque v0.8.6
7422026-04-17T16:54:37.325Z Downloaded internet-checksum v0.2.1
7432026-04-17T16:54:37.328Z Downloaded instant v0.1.13
7442026-04-17T16:54:37.328Z Downloaded indoc v1.0.9
7452026-04-17T16:54:37.328Z Downloaded is-terminal v0.4.17
7462026-04-17T16:54:37.332Z Downloaded group v0.13.0
7472026-04-17T16:54:37.332Z Downloaded daft-derive v0.1.5
7482026-04-17T16:54:37.335Z Downloaded derive-ex v0.1.8
7492026-04-17T16:54:37.335Z Downloaded console v0.15.11
7502026-04-17T16:54:37.335Z Downloaded crossbeam-channel v0.5.15
7512026-04-17T16:54:37.339Z Downloaded darling v0.23.0
7522026-04-17T16:54:37.342Z Downloaded cancel-safe-futures v0.1.5
7532026-04-17T16:54:37.345Z Downloaded console v0.16.2
7542026-04-17T16:54:37.345Z Downloaded inout v0.1.4
7552026-04-17T16:54:37.345Z Downloaded bzip2 v0.4.4
7562026-04-17T16:54:37.348Z Downloaded bitfield v0.19.4
7572026-04-17T16:54:37.348Z Downloaded instability v0.3.11
7582026-04-17T16:54:37.348Z Downloaded ahash v0.8.12
7592026-04-17T16:54:37.352Z Downloaded cookie v0.18.1
7602026-04-17T16:54:37.352Z Downloaded drift v0.1.3
7612026-04-17T16:54:37.355Z Downloaded lazy_static v1.5.0
7622026-04-17T16:54:37.358Z Downloaded is_ci v1.2.0
7632026-04-17T16:54:37.358Z Downloaded lalrpop-util v0.19.12
7642026-04-17T16:54:37.358Z Downloaded cookie_store v0.22.1
7652026-04-17T16:54:37.361Z Downloaded clang-sys v1.8.1
7662026-04-17T16:54:37.361Z Downloaded diesel-dtrace v0.5.0
7672026-04-17T16:54:37.365Z Downloaded highway v1.3.0
7682026-04-17T16:54:37.365Z Downloaded critical-section v1.2.0
7692026-04-17T16:54:37.365Z Downloaded corncobs v0.1.4
7702026-04-17T16:54:37.368Z Downloaded constant_time_eq v0.4.2
7712026-04-17T16:54:37.368Z Downloaded maybe-uninit v2.0.0
7722026-04-17T16:54:37.368Z Downloaded linked-hash-map v0.5.6
7732026-04-17T16:54:37.371Z Downloaded compression-codecs v0.4.37
7742026-04-17T16:54:37.371Z Downloaded base64ct v1.8.3
7752026-04-17T16:54:37.374Z Downloaded arrayvec v0.7.6
7762026-04-17T16:54:37.374Z Downloaded kstat-rs v0.2.4
7772026-04-17T16:54:37.374Z Downloaded crossbeam-utils v0.8.21
7782026-04-17T16:54:37.378Z Downloaded getrandom v0.2.17
7792026-04-17T16:54:37.378Z Downloaded futures-channel v0.3.32
7802026-04-17T16:54:37.381Z Downloaded lru-cache v0.1.2
7812026-04-17T16:54:37.381Z Downloaded lru-slab v0.1.2
7822026-04-17T16:54:37.381Z Downloaded colored v2.2.0
7832026-04-17T16:54:37.384Z Downloaded libscf-sys v1.1.0
7842026-04-17T16:54:37.384Z Downloaded http-body-util v0.1.3
7852026-04-17T16:54:37.387Z Downloaded humantime v2.3.0
7862026-04-17T16:54:37.391Z Downloaded half v1.8.3
7872026-04-17T16:54:37.391Z Downloaded md-5 v0.10.6
7882026-04-17T16:54:37.394Z Downloaded hyper-staticfile v0.10.1
7892026-04-17T16:54:37.394Z Downloaded match_cfg v0.1.0
7902026-04-17T16:54:37.394Z Downloaded indent_write v2.2.0
7912026-04-17T16:54:37.397Z Downloaded dropshot_endpoint v0.17.0
7922026-04-17T16:54:37.397Z Downloaded managed v0.8.0
7932026-04-17T16:54:37.400Z Downloaded lzss v0.8.2
7942026-04-17T16:54:37.400Z Downloaded md5 v0.7.0
7952026-04-17T16:54:37.404Z Downloaded mime v0.3.17
7962026-04-17T16:54:37.407Z Downloaded newtype-uuid-macros v0.1.0
7972026-04-17T16:54:37.407Z Downloaded csv-core v0.1.13
7982026-04-17T16:54:37.410Z Downloaded new_debug_unreachable v1.0.6
7992026-04-17T16:54:37.410Z Downloaded indoc v2.0.7
8002026-04-17T16:54:37.414Z Downloaded ipnet v2.11.0
8012026-04-17T16:54:37.414Z Downloaded ipnetwork v0.21.1
8022026-04-17T16:54:37.417Z Downloaded ingot-types v0.1.2
8032026-04-17T16:54:37.417Z Downloaded ingot v0.1.1
8042026-04-17T16:54:37.417Z Downloaded nibble_vec v0.1.0
8052026-04-17T16:54:37.417Z Downloaded newtype_derive v0.1.6
8062026-04-17T16:54:37.420Z Downloaded maplit v1.0.2
8072026-04-17T16:54:37.421Z Downloaded memoffset v0.9.1
8082026-04-17T16:54:37.421Z Downloaded nodrop v0.1.14
8092026-04-17T16:54:37.421Z Downloaded allocator-api2 v0.2.21
8102026-04-17T16:54:37.424Z Downloaded der v0.7.10
8112026-04-17T16:54:37.427Z Downloaded newline-converter v0.3.0
8122026-04-17T16:54:37.427Z Downloaded const-oid v0.9.6
8132026-04-17T16:54:37.430Z Downloaded nonempty v0.12.0
8142026-04-17T16:54:37.430Z Downloaded multimap v0.10.1
8152026-04-17T16:54:37.430Z Downloaded libefi-sys v0.1.0
8162026-04-17T16:54:37.430Z Downloaded ciborium v0.2.2
8172026-04-17T16:54:37.434Z Downloaded num v0.4.3
8182026-04-17T16:54:37.434Z Downloaded crc-any v2.5.0
8192026-04-17T16:54:37.437Z Downloaded derive_more-impl v2.1.1
8202026-04-17T16:54:37.440Z Downloaded hmac v0.12.1
8212026-04-17T16:54:37.440Z Downloaded num_enum_derive v0.5.11
8222026-04-17T16:54:37.440Z Downloaded normalize-line-endings v0.3.0
8232026-04-17T16:54:37.440Z Downloaded libloading v0.8.9
8242026-04-17T16:54:37.443Z Downloaded impl-trait-for-tuples v0.2.3
8252026-04-17T16:54:37.443Z Downloaded num_threads v0.1.7
8262026-04-17T16:54:37.446Z Downloaded num-iter v0.1.45
8272026-04-17T16:54:37.446Z Downloaded olpc-cjson v0.1.4
8282026-04-17T16:54:37.446Z Downloaded num-derive v0.3.3
8292026-04-17T16:54:37.451Z Downloaded openssl-macros v0.1.1
8302026-04-17T16:54:37.451Z Downloaded keccak v0.1.6
8312026-04-17T16:54:37.454Z Downloaded libsw-core v0.3.2
8322026-04-17T16:54:37.454Z Downloaded dropshot_endpoint v0.16.7
8332026-04-17T16:54:37.454Z Downloaded lru v0.12.5
8342026-04-17T16:54:37.457Z Downloaded libsw v3.5.0
8352026-04-17T16:54:37.460Z Downloaded openssl-probe v0.1.6
8362026-04-17T16:54:37.460Z Downloaded num-derive v0.4.2
8372026-04-17T16:54:37.465Z Downloaded opaque-debug v0.3.1
8382026-04-17T16:54:37.468Z Downloaded getrandom v0.3.4
8392026-04-17T16:54:37.468Z Downloaded packed_struct_codegen v0.10.1
8402026-04-17T16:54:37.471Z Downloaded linear-map v1.2.0
8412026-04-17T16:54:37.471Z Downloaded hyper-rustls v0.27.7
8422026-04-17T16:54:37.474Z Downloaded httparse v1.10.1
8432026-04-17T16:54:37.474Z Downloaded mime_guess v2.0.5
8442026-04-17T16:54:37.474Z Downloaded oso-derive v0.27.3
8452026-04-17T16:54:37.478Z Downloaded flume v0.11.1
8462026-04-17T16:54:37.483Z Downloaded openssl-probe v0.2.1
8472026-04-17T16:54:37.487Z Downloaded parse-size v1.1.0
8482026-04-17T16:54:37.490Z Downloaded ingot-macros v0.1.1
8492026-04-17T16:54:37.490Z Downloaded newtype-uuid v1.3.2
8502026-04-17T16:54:37.490Z Downloaded fatfs v0.3.6
8512026-04-17T16:54:37.493Z Downloaded parse-display v0.10.0
8522026-04-17T16:54:37.493Z Downloaded native-tls v0.2.18
8532026-04-17T16:54:37.496Z Downloaded nanorand v0.7.0
8542026-04-17T16:54:37.496Z Downloaded pbkdf2 v0.11.0
8552026-04-17T16:54:37.500Z Downloaded pbkdf2 v0.12.2
8562026-04-17T16:54:37.500Z Downloaded multer v3.1.0
8572026-04-17T16:54:37.500Z Downloaded compact_str v0.8.1
8582026-04-17T16:54:37.515Z Downloaded phf_shared v0.12.1
8592026-04-17T16:54:37.519Z Downloaded ar_archive_writer v0.5.1
8602026-04-17T16:54:37.522Z Downloaded num_enum v0.5.11
8612026-04-17T16:54:37.522Z Downloaded num-complex v0.4.6
8622026-04-17T16:54:37.523Z Downloaded num-integer v0.1.46
8632026-04-17T16:54:37.526Z Downloaded phf_shared v0.11.3
8642026-04-17T16:54:37.526Z Downloaded pin-utils v0.1.0
8652026-04-17T16:54:37.526Z Downloaded phf_shared v0.13.1
8662026-04-17T16:54:37.529Z Downloaded num_enum_derive v0.7.5
8672026-04-17T16:54:37.529Z Downloaded derive-where v1.6.0
8682026-04-17T16:54:37.529Z Downloaded darling v0.21.3
8692026-04-17T16:54:37.533Z Downloaded litrs v1.0.0
8702026-04-17T16:54:37.536Z Downloaded iana-time-zone v0.1.65
8712026-04-17T16:54:37.536Z Downloaded nu-ansi-term v0.50.3
8722026-04-17T16:54:37.540Z Downloaded half v2.7.1
8732026-04-17T16:54:37.540Z Downloaded predicates-tree v1.0.13
8742026-04-17T16:54:37.544Z Downloaded precomputed-hash v0.1.1
8752026-04-17T16:54:37.544Z Downloaded powerfmt v0.2.0
8762026-04-17T16:54:37.544Z Downloaded oxide-tokio-rt v0.1.4
8772026-04-17T16:54:37.544Z Downloaded predicates-core v1.0.10
8782026-04-17T16:54:37.547Z Downloaded peg-runtime v0.8.5
8792026-04-17T16:54:37.547Z Downloaded path-slash v0.1.5
8802026-04-17T16:54:37.547Z Downloaded num-conv v0.2.0
8812026-04-17T16:54:37.547Z Downloaded derive_more v2.1.1
8822026-04-17T16:54:37.552Z Downloaded packed_struct v0.10.1
8832026-04-17T16:54:37.555Z Downloaded indexmap v1.9.3
8842026-04-17T16:54:37.559Z Downloaded oxnet v0.1.4
8852026-04-17T16:54:37.559Z Downloaded owo-colors v4.3.0
8862026-04-17T16:54:37.559Z Downloaded headers v0.4.1
8872026-04-17T16:54:37.563Z Downloaded num_enum v0.7.5
8882026-04-17T16:54:37.585Z Downloaded proc-macro-error-attr2 v2.0.0
8892026-04-17T16:54:37.586Z Downloaded progenitor-client v0.11.2
8902026-04-17T16:54:37.586Z Downloaded proc-macro-crate v3.4.0
8912026-04-17T16:54:37.586Z Downloaded password-hash v0.5.0
8922026-04-17T16:54:37.586Z Downloaded cc v1.2.56
8932026-04-17T16:54:37.586Z Downloaded paste v1.0.15
8942026-04-17T16:54:37.586Z Downloaded parse-display-derive v0.10.0
8952026-04-17T16:54:37.586Z Downloaded parking_lot_core v0.8.6
8962026-04-17T16:54:37.586Z Downloaded jobserver v0.1.34
8972026-04-17T16:54:37.586Z Downloaded const_format v0.2.35
8982026-04-17T16:54:37.586Z Downloaded radium v0.7.0
8992026-04-17T16:54:37.586Z Downloaded psl-types v2.0.11
9002026-04-17T16:54:37.586Z Downloaded phf v0.13.1
9012026-04-17T16:54:37.586Z Downloaded libbz2-rs-sys v0.2.2
9022026-04-17T16:54:37.586Z Downloaded password-hash v0.4.2
9032026-04-17T16:54:37.586Z Downloaded quick-error v1.2.3
9042026-04-17T16:54:37.590Z Downloaded num-rational v0.4.2
9052026-04-17T16:54:37.590Z Downloaded pem-rfc7468 v0.7.0
9062026-04-17T16:54:37.590Z Downloaded peg-macros v0.8.5
9072026-04-17T16:54:37.590Z Downloaded futures v0.3.32
9082026-04-17T16:54:37.593Z Downloaded bumpalo v3.20.2
9092026-04-17T16:54:37.593Z Downloaded pem v3.0.6
9102026-04-17T16:54:37.596Z Downloaded elliptic-curve v0.13.8
9112026-04-17T16:54:37.596Z Downloaded heapless v0.7.17
9122026-04-17T16:54:37.600Z Downloaded memmap2 v0.9.10
9132026-04-17T16:54:37.603Z Downloaded lock_api v0.4.14
9142026-04-17T16:54:37.603Z Downloaded pin-project-internal v1.1.11
9152026-04-17T16:54:37.603Z Downloaded proc-macro-crate v1.3.1
9162026-04-17T16:54:37.606Z Downloaded polyval v0.6.2
9172026-04-17T16:54:37.606Z Downloaded ppv-lite86 v0.2.21
9182026-04-17T16:54:37.607Z Downloaded pkcs8 v0.10.2
9192026-04-17T16:54:37.610Z Downloaded progenitor-macro v0.13.0
9202026-04-17T16:54:37.610Z Downloaded progenitor-client v0.10.0
9212026-04-17T16:54:37.610Z Downloaded poly1305 v0.8.0
9222026-04-17T16:54:37.613Z Downloaded ignore v0.4.25
9232026-04-17T16:54:37.613Z Downloaded progenitor-macro v0.10.0
9242026-04-17T16:54:37.613Z Downloaded crypto-bigint v0.5.5
9252026-04-17T16:54:37.617Z Downloaded rand_xorshift v0.4.0
9262026-04-17T16:54:37.620Z Downloaded aes v0.8.4
9272026-04-17T16:54:37.620Z Downloaded omicron-zone-package v0.12.2
9282026-04-17T16:54:37.625Z Downloaded progenitor v0.11.2
9292026-04-17T16:54:37.625Z Downloaded pin-project-lite v0.2.17
9302026-04-17T16:54:37.629Z Downloaded crossterm v0.29.0
9312026-04-17T16:54:37.632Z Downloaded ref-cast-impl v1.0.25
9322026-04-17T16:54:37.632Z Downloaded ref-cast v1.0.25
9332026-04-17T16:54:37.635Z Downloaded recursive-proc-macro-impl v0.1.1
9342026-04-17T16:54:37.635Z Downloaded progenitor-macro v0.11.2
9352026-04-17T16:54:37.635Z Downloaded progenitor v0.13.0
9362026-04-17T16:54:37.635Z Downloaded rfc6979 v0.4.0
9372026-04-17T16:54:37.638Z Downloaded peg v0.8.5
9382026-04-17T16:54:37.638Z Downloaded recursive v0.1.1
9392026-04-17T16:54:37.641Z Downloaded parking_lot v0.12.5
9402026-04-17T16:54:37.642Z Downloaded indicatif v0.18.4
9412026-04-17T16:54:37.645Z Downloaded proc-macro-error2 v2.0.1
9422026-04-17T16:54:37.645Z Downloaded psm v0.1.30
9432026-04-17T16:54:37.648Z Downloaded postgres-protocol v0.6.10
9442026-04-17T16:54:37.648Z Downloaded parking_lot_core v0.9.12
9452026-04-17T16:54:37.652Z Downloaded parking_lot v0.11.2
9462026-04-17T16:54:37.652Z Downloaded russh-cryptovec v0.7.3
9472026-04-17T16:54:37.652Z Downloaded rtoolbox v0.0.3
9482026-04-17T16:54:37.655Z Downloaded r2d2 v0.8.10
9492026-04-17T16:54:37.655Z Downloaded base64 v0.21.7
9502026-04-17T16:54:37.659Z Downloaded heapless v0.8.0
9512026-04-17T16:54:37.659Z Downloaded async-compression v0.4.41
9522026-04-17T16:54:37.662Z Downloaded pkcs5 v0.7.1
9532026-04-17T16:54:37.665Z Downloaded rand_core v0.9.5
9542026-04-17T16:54:37.665Z Downloaded progenitor-client v0.13.0
9552026-04-17T16:54:37.668Z Downloaded hickory-resolver v0.25.2
9562026-04-17T16:54:37.669Z Downloaded postgres-types v0.2.12
9572026-04-17T16:54:37.672Z Downloaded postcard v1.1.3
9582026-04-17T16:54:37.672Z Downloaded rustc_version v0.4.1
9592026-04-17T16:54:37.675Z Downloaded phf v0.12.1
9602026-04-17T16:54:37.675Z Downloaded rustc_version v0.1.7
9612026-04-17T16:54:37.675Z Downloaded rand_seeder v0.4.0
9622026-04-17T16:54:37.678Z Downloaded rand_core v0.10.0
9632026-04-17T16:54:37.678Z Downloaded rand_chacha v0.9.0
9642026-04-17T16:54:37.678Z Downloaded rand_chacha v0.3.1
9652026-04-17T16:54:37.678Z Downloaded pkg-config v0.3.32
9662026-04-17T16:54:37.682Z Downloaded pkcs1 v0.7.5
9672026-04-17T16:54:37.682Z Downloaded flate2 v1.1.9
9682026-04-17T16:54:37.685Z Downloaded rand_core v0.6.4
9692026-04-17T16:54:37.685Z Downloaded progenitor-extras v0.1.1
9702026-04-17T16:54:37.688Z Downloaded ed25519-dalek v2.2.0
9712026-04-17T16:54:37.688Z Downloaded dropshot-api-manager v0.6.0
9722026-04-17T16:54:37.691Z Downloaded scheduled-thread-pool v0.2.7
9732026-04-17T16:54:37.692Z Downloaded crossterm v0.28.1
9742026-04-17T16:54:37.695Z Downloaded same-file v1.0.6
9752026-04-17T16:54:37.698Z Downloaded bytes v1.11.1
9762026-04-17T16:54:37.698Z Downloaded scroll_derive v0.13.1
9772026-04-17T16:54:37.701Z Downloaded salsa20 v0.10.2
9782026-04-17T16:54:37.701Z Downloaded chacha20poly1305 v0.10.1
9792026-04-17T16:54:37.701Z Downloaded jiff-static v0.2.21
9802026-04-17T16:54:37.704Z Downloaded darling_core v0.20.11
9812026-04-17T16:54:37.709Z Downloaded rustc-hash v2.1.1
9822026-04-17T16:54:37.713Z Downloaded seq-macro v0.3.6
9832026-04-17T16:54:37.716Z Downloaded primeorder v0.13.6
9842026-04-17T16:54:37.716Z Downloaded predicates v3.1.4
9852026-04-17T16:54:37.719Z Downloaded semver v0.1.20
9862026-04-17T16:54:37.719Z Downloaded serde-big-array v0.5.1
9872026-04-17T16:54:37.719Z Downloaded secrecy v0.10.3
9882026-04-17T16:54:37.719Z Downloaded serde_repr v0.1.20
9892026-04-17T16:54:37.724Z Downloaded hickory-resolver v0.24.4
9902026-04-17T16:54:37.724Z Downloaded sapling-renderdag v0.1.0
9912026-04-17T16:54:37.727Z Downloaded rustls-native-certs v0.8.3
9922026-04-17T16:54:37.727Z Downloaded rustls-pemfile v1.0.4
9932026-04-17T16:54:37.728Z Downloaded prefix-trie v0.7.0
9942026-04-17T16:54:37.731Z Downloaded diesel_derives v2.3.7
9952026-04-17T16:54:37.736Z Downloaded serde_urlencoded v0.7.1
9962026-04-17T16:54:37.739Z Downloaded shell-words v1.1.1
9972026-04-17T16:54:37.739Z Downloaded scrypt v0.11.0
9982026-04-17T16:54:37.740Z Downloaded scopeguard v1.2.0
9992026-04-17T16:54:37.743Z Downloaded serde_plain v1.0.2
10002026-04-17T16:54:37.743Z Downloaded serde_bytes v0.11.19
10012026-04-17T16:54:37.743Z Downloaded signal-hook-mio v0.2.5
10022026-04-17T16:54:37.743Z Downloaded secrecy v0.8.0
10032026-04-17T16:54:37.743Z Downloaded miniz_oxide v0.8.9
10042026-04-17T16:54:37.746Z Downloaded signature v2.2.0
10052026-04-17T16:54:37.747Z Downloaded signal-hook-tokio v0.3.1
10062026-04-17T16:54:37.750Z Downloaded rusty-fork v0.3.1
10072026-04-17T16:54:37.750Z Downloaded rustversion v1.0.22
10082026-04-17T16:54:37.750Z Downloaded hashbrown v0.12.3
10092026-04-17T16:54:37.753Z Downloaded hyper-util v0.1.20
10102026-04-17T16:54:37.759Z Downloaded p256 v0.13.2
10112026-04-17T16:54:37.764Z Downloaded resolv-conf v0.7.6
10122026-04-17T16:54:37.768Z Downloaded slog-bunyan v2.5.0
10132026-04-17T16:54:37.768Z Downloaded hickory-server v0.25.2
10142026-04-17T16:54:37.772Z Downloaded sec1 v0.7.3
10152026-04-17T16:54:37.776Z Downloaded pin-project v1.1.11
10162026-04-17T16:54:37.783Z Downloaded russh-keys v0.45.0
10172026-04-17T16:54:37.786Z Downloaded siphasher v1.0.2
10182026-04-17T16:54:37.786Z Downloaded sct v0.7.1
10192026-04-17T16:54:37.790Z Downloaded sigpipe v0.1.3
10202026-04-17T16:54:37.790Z Downloaded serde_spanned v1.0.4
10212026-04-17T16:54:37.790Z Downloaded serde_path_to_error v0.1.20
10222026-04-17T16:54:37.790Z Downloaded quinn-udp v0.5.14
10232026-04-17T16:54:37.797Z Downloaded ssh-cipher v0.2.0
10242026-04-17T16:54:37.800Z Downloaded openssl-sys v0.9.111
10252026-04-17T16:54:37.804Z Downloaded hashbrown v0.13.2
10262026-04-17T16:54:37.807Z Downloaded oso v0.27.3
10272026-04-17T16:54:37.812Z Downloaded slog-envlogger v2.2.0
10282026-04-17T16:54:37.815Z Downloaded schemars_derive v0.8.22
10292026-04-17T16:54:37.818Z Downloaded shlex v1.3.0
10302026-04-17T16:54:37.818Z Downloaded sha1 v0.10.6
10312026-04-17T16:54:37.821Z Downloaded papergrid v0.17.0
10322026-04-17T16:54:37.825Z Downloaded progenitor v0.10.0
10332026-04-17T16:54:37.828Z Downloaded scroll v0.13.0
10342026-04-17T16:54:37.831Z Downloaded sqlparser_derive v0.5.0
10352026-04-17T16:54:37.835Z Downloaded signal-hook-registry v1.4.8
10362026-04-17T16:54:37.836Z Downloaded progenitor-impl v0.13.0
10372026-04-17T16:54:37.839Z Downloaded strip-ansi-escapes v0.2.1
10382026-04-17T16:54:37.843Z Downloaded slab v0.4.12
10392026-04-17T16:54:37.847Z Downloaded progenitor-impl v0.10.0
10402026-04-17T16:54:37.850Z Downloaded structmeta-derive v0.3.0
10412026-04-17T16:54:37.850Z Downloaded structmeta v0.3.0
10422026-04-17T16:54:37.850Z Downloaded strum v0.27.2
10432026-04-17T16:54:37.853Z Downloaded strum v0.26.3
10442026-04-17T16:54:37.853Z Downloaded serde-hex v0.1.0
10452026-04-17T16:54:37.854Z Downloaded progenitor-impl v0.11.2
10462026-04-17T16:54:37.857Z Downloaded rustls-pemfile v2.2.0
10472026-04-17T16:54:37.857Z Downloaded tabled_derive v0.11.0
10482026-04-17T16:54:37.857Z Downloaded supports-color v3.0.2
10492026-04-17T16:54:37.861Z Downloaded sync_wrapper v1.0.2
10502026-04-17T16:54:37.861Z Downloaded slog-stdlog v4.1.1
10512026-04-17T16:54:37.861Z Downloaded slog-json v2.6.1
10522026-04-17T16:54:37.864Z Downloaded slog-async v2.8.0
10532026-04-17T16:54:37.868Z Downloaded tagptr v0.2.0
10542026-04-17T16:54:37.871Z Downloaded tap v1.0.1
10552026-04-17T16:54:37.871Z Downloaded take_mut v0.2.2
10562026-04-17T16:54:37.871Z Downloaded tabwriter v1.4.1
10572026-04-17T16:54:37.871Z Downloaded smallvec v0.6.14
10582026-04-17T16:54:37.871Z Downloaded slog-term v2.9.2
10592026-04-17T16:54:37.874Z Downloaded serde_cbor v0.11.2
10602026-04-17T16:54:37.878Z Downloaded ssh-encoding v0.2.0
10612026-04-17T16:54:37.878Z Downloaded simd-adler32 v0.3.8
10622026-04-17T16:54:37.878Z Downloaded http v1.4.0
10632026-04-17T16:54:37.881Z Downloaded termtree v0.5.1
10642026-04-17T16:54:37.881Z Downloaded spki v0.7.3
10652026-04-17T16:54:37.884Z Downloaded testing_table v0.3.0
10662026-04-17T16:54:37.884Z Downloaded sqlformat v0.3.5
10672026-04-17T16:54:37.884Z Downloaded smf v0.2.3
10682026-04-17T16:54:37.888Z Downloaded pretty_assertions v1.4.1
10692026-04-17T16:54:37.891Z Downloaded slog-dtrace v0.3.0
10702026-04-17T16:54:37.895Z Downloaded time-core v0.1.8
10712026-04-17T16:54:37.895Z Downloaded slog-scope v4.4.1
10722026-04-17T16:54:37.898Z Downloaded rustls-platform-verifier v0.6.2
10732026-04-17T16:54:37.898Z Downloaded thread-id v5.1.0
10742026-04-17T16:54:37.898Z Downloaded serde_with_macros v3.17.0
10752026-04-17T16:54:37.902Z Downloaded minimal-lexical v0.2.1
10762026-04-17T16:54:37.905Z Downloaded stringprep v0.1.5
10772026-04-17T16:54:37.905Z Downloaded prettyplease v0.2.37
10782026-04-17T16:54:37.908Z Downloaded hashbrown v0.15.5
10792026-04-17T16:54:37.912Z Downloaded static_assertions v1.1.0
10802026-04-17T16:54:37.912Z Downloaded stacker v0.1.23
10812026-04-17T16:54:37.912Z Downloaded tokio-macros v2.7.0
10822026-04-17T16:54:37.915Z Downloaded string_cache v0.8.9
10832026-04-17T16:54:37.915Z Downloaded serde_derive_internals v0.29.1
10842026-04-17T16:54:37.915Z Downloaded ron v0.8.1
10852026-04-17T16:54:37.918Z Downloaded itertools v0.10.5
10862026-04-17T16:54:37.922Z Downloaded schemars v0.8.22
10872026-04-17T16:54:37.929Z Downloaded sync-ptr v0.1.4
10882026-04-17T16:54:37.932Z Downloaded support-bundle-viewer v0.1.2
10892026-04-17T16:54:37.932Z Downloaded subtle v2.6.1
10902026-04-17T16:54:37.932Z Downloaded strum_macros v0.27.2
10912026-04-17T16:54:37.935Z Downloaded strum_macros v0.26.4
10922026-04-17T16:54:37.935Z Downloaded qorb v0.4.1
10932026-04-17T16:54:37.939Z Downloaded strum_macros v0.24.3
10942026-04-17T16:54:37.939Z Downloaded aes-gcm v0.10.3
10952026-04-17T16:54:37.942Z Downloaded num-bigint v0.4.6
10962026-04-17T16:54:37.945Z Downloaded rcgen v0.12.1
10972026-04-17T16:54:37.945Z Downloaded tinyvec_macros v0.1.1
10982026-04-17T16:54:37.948Z Downloaded termios v0.3.3
10992026-04-17T16:54:37.951Z Downloaded thiserror-no-std v2.0.2
11002026-04-17T16:54:37.951Z Downloaded topological-sort v0.2.2
11012026-04-17T16:54:37.954Z Downloaded ryu v1.0.23
11022026-04-17T16:54:37.955Z Downloaded thiserror-impl-no-std v2.0.2
11032026-04-17T16:54:37.958Z Downloaded rustls-pki-types v1.14.0
11042026-04-17T16:54:37.958Z Downloaded spin v0.9.8
11052026-04-17T16:54:37.965Z Downloaded signal-hook v0.3.18
11062026-04-17T16:54:37.968Z Downloaded thread_local v1.1.9
11072026-04-17T16:54:37.968Z Downloaded serde_yaml v0.9.34+deprecated
11082026-04-17T16:54:37.973Z Downloaded snafu-derive v0.8.9
11092026-04-17T16:54:37.977Z Downloaded tokio-native-tls v0.3.1
11102026-04-17T16:54:37.981Z Downloaded tokio-dtrace v0.1.1
11112026-04-17T16:54:37.981Z Downloaded try-lock v0.2.5
11122026-04-17T16:54:37.981Z Downloaded trait-variant v0.1.2
11132026-04-17T16:54:37.984Z Downloaded time-macros v0.2.27
11142026-04-17T16:54:37.984Z Downloaded mio v1.2.0
11152026-04-17T16:54:37.987Z Downloaded tower-layer v0.3.3
11162026-04-17T16:54:37.987Z Downloaded tiny-keccak v2.0.2
11172026-04-17T16:54:37.991Z Downloaded tower-service v0.3.3
11182026-04-17T16:54:37.991Z Downloaded tls_codec_derive v0.4.2
11192026-04-17T16:54:37.994Z Downloaded tls_codec v0.4.2
11202026-04-17T16:54:37.997Z Downloaded schemars v0.9.0
11212026-04-17T16:54:38.002Z Downloaded tokio-tungstenite v0.23.1
11222026-04-17T16:54:38.006Z Downloaded tokio-tungstenite v0.21.0
11232026-04-17T16:54:38.006Z Downloaded typify-macro v0.6.1
11242026-04-17T16:54:38.009Z Downloaded typify-macro v0.4.3
11252026-04-17T16:54:38.009Z Downloaded universal-hash v0.5.1
11262026-04-17T16:54:38.009Z Downloaded tokio-rustls v0.25.0
11272026-04-17T16:54:38.013Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11282026-04-17T16:54:38.016Z Downloaded term v0.7.0
11292026-04-17T16:54:38.016Z Downloaded unicode-truncate v1.1.0
11302026-04-17T16:54:38.019Z Downloaded rand v0.8.5
11312026-04-17T16:54:38.019Z Downloaded unit-prefix v0.5.2
11322026-04-17T16:54:38.022Z Downloaded socket2 v0.6.3
11332026-04-17T16:54:38.026Z Downloaded publicsuffix v2.3.0
11342026-04-17T16:54:38.029Z Downloaded untrusted v0.9.0
11352026-04-17T16:54:38.029Z Downloaded usdt-macro v0.6.0
11362026-04-17T16:54:38.033Z Downloaded usdt-attr-macro v0.6.0
11372026-04-17T16:54:38.033Z Downloaded quinn v0.11.9
11382026-04-17T16:54:38.033Z Downloaded utf-8 v0.7.6
11392026-04-17T16:54:38.037Z Downloaded similar v2.7.0
11402026-04-17T16:54:38.037Z Downloaded term v1.2.1
11412026-04-17T16:54:38.040Z Downloaded futures-util v0.3.32
11422026-04-17T16:54:38.045Z Downloaded untrusted v0.7.1
11432026-04-17T16:54:38.048Z Downloaded blake3 v1.8.3
11442026-04-17T16:54:38.051Z Downloaded void v1.0.2
11452026-04-17T16:54:38.056Z Downloaded socket2 v0.5.10
11462026-04-17T16:54:38.059Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11472026-04-17T16:54:38.062Z Downloaded toml_writer v1.0.6+spec-1.1.0
11482026-04-17T16:54:38.062Z Downloaded libxml v0.3.3
11492026-04-17T16:54:38.065Z Downloaded wait-timeout v0.2.1
11502026-04-17T16:54:38.068Z Downloaded tui-tree-widget v0.23.1
11512026-04-17T16:54:38.069Z Downloaded want v0.3.1
11522026-04-17T16:54:38.069Z Downloaded waitgroup v0.1.2
11532026-04-17T16:54:38.073Z Downloaded rayon-core v1.13.0
11542026-04-17T16:54:38.077Z Downloaded iddqd v0.3.17
11552026-04-17T16:54:38.080Z Downloaded tokio-rustls v0.24.1
11562026-04-17T16:54:38.080Z Downloaded slog v2.8.2
11572026-04-17T16:54:38.083Z Downloaded schemars v1.2.1
11582026-04-17T16:54:38.089Z Downloaded xshell-macros v0.2.7
11592026-04-17T16:54:38.092Z Downloaded xattr v1.6.1
11602026-04-17T16:54:38.092Z Downloaded nom v7.1.3
11612026-04-17T16:54:38.095Z Downloaded rand v0.9.2
11622026-04-17T16:54:38.099Z Downloaded snafu v0.8.9
11632026-04-17T16:54:38.102Z Downloaded test-strategy v0.4.5
11642026-04-17T16:54:38.105Z Downloaded usdt-impl v0.6.0
11652026-04-17T16:54:38.105Z Downloaded usdt v0.6.0
11662026-04-17T16:54:38.105Z Downloaded tokio-rustls v0.26.4
11672026-04-17T16:54:38.108Z Downloaded zeroize_derive v1.4.3
11682026-04-17T16:54:38.109Z Downloaded unicase v2.9.0
11692026-04-17T16:54:38.112Z Downloaded unarray v0.1.4
11702026-04-17T16:54:38.112Z Downloaded tokio-stream v0.1.18
11712026-04-17T16:54:38.115Z Downloaded hyper v1.8.1
11722026-04-17T16:54:38.119Z Downloaded itertools v0.13.0
11732026-04-17T16:54:38.123Z Downloaded uzers v0.12.2
11742026-04-17T16:54:38.126Z Downloaded samael v0.0.19
11752026-04-17T16:54:38.130Z Downloaded walkdir v2.5.0
11762026-04-17T16:54:38.133Z Downloaded zone_cfg_derive v0.3.1
11772026-04-17T16:54:38.133Z Downloaded zone v0.3.1
11782026-04-17T16:54:38.133Z Downloaded tracing-attributes v0.1.31
11792026-04-17T16:54:38.137Z Downloaded rustls-webpki v0.103.9
11802026-04-17T16:54:38.137Z Downloaded whoami v1.6.1
11812026-04-17T16:54:38.140Z Downloaded whoami v2.1.0
11822026-04-17T16:54:38.140Z Downloaded vergen-gitcl v1.0.8
11832026-04-17T16:54:38.145Z Downloaded subprocess v0.2.15
11842026-04-17T16:54:38.152Z Downloaded xshell v0.2.7
11852026-04-17T16:54:38.156Z Downloaded wyz v0.5.1
11862026-04-17T16:54:38.156Z Downloaded toml_parser v1.0.9+spec-1.1.0
11872026-04-17T16:54:38.159Z Downloaded vergen-lib v0.1.6
11882026-04-17T16:54:38.162Z Downloaded p521 v0.13.3
11892026-04-17T16:54:38.169Z Downloaded zeroize v1.8.2
11902026-04-17T16:54:38.172Z Downloaded vsss-rs v3.3.4
11912026-04-17T16:54:38.175Z Downloaded tinyvec v1.10.0
11922026-04-17T16:54:38.175Z Downloaded rsa v0.9.10
11932026-04-17T16:54:38.178Z Downloaded twox-hash v2.1.2
11942026-04-17T16:54:38.178Z Downloaded zstd-safe v7.2.4
11952026-04-17T16:54:38.182Z Downloaded itertools v0.12.1
11962026-04-17T16:54:38.186Z Downloaded iri-string v0.7.10
11972026-04-17T16:54:38.192Z Downloaded steno v0.4.1
11982026-04-17T16:54:38.196Z Downloaded tracing-core v0.1.36
11992026-04-17T16:54:38.199Z Downloaded typify v0.6.1
12002026-04-17T16:54:38.202Z Downloaded tar v0.4.45
12012026-04-17T16:54:38.206Z Downloaded toml v0.7.8
12022026-04-17T16:54:38.206Z Downloaded unicode-properties v0.1.4
12032026-04-17T16:54:38.209Z Downloaded unicode-bidi v0.3.18
12042026-04-17T16:54:38.209Z Downloaded zstd v0.13.3
12052026-04-17T16:54:38.212Z Downloaded itertools v0.14.0
12062026-04-17T16:54:38.216Z Downloaded yasna v0.5.2
12072026-04-17T16:54:38.219Z Downloaded libm v0.2.16
12082026-04-17T16:54:38.223Z Downloaded vergen-git2 v1.0.7
12092026-04-17T16:54:38.226Z Downloaded toml v0.9.12+spec-1.1.0
12102026-04-17T16:54:38.229Z Downloaded vergen v9.0.6
12112026-04-17T16:54:38.229Z Downloaded uuid v1.23.0
12122026-04-17T16:54:38.232Z Downloaded h2 v0.4.13
12132026-04-17T16:54:38.236Z Downloaded toml_edit v0.23.10+spec-1.0.0
12142026-04-17T16:54:38.247Z Downloaded typify v0.4.3
12152026-04-17T16:54:38.252Z Downloaded tungstenite v0.21.0
12162026-04-17T16:54:38.255Z Downloaded zerocopy v0.6.6
12172026-04-17T16:54:38.258Z Downloaded russh v0.45.0
12182026-04-17T16:54:38.261Z Downloaded num-bigint-dig v0.8.6
12192026-04-17T16:54:38.264Z Downloaded unsafe-libyaml v0.2.11
12202026-04-17T16:54:38.265Z Downloaded reedline v0.40.0
12212026-04-17T16:54:38.274Z Downloaded rustyline v14.0.0
12222026-04-17T16:54:38.277Z Downloaded hkdf v0.12.4
12232026-04-17T16:54:38.281Z Downloaded rand v0.10.0
12242026-04-17T16:54:38.289Z Downloaded ssh-key v0.6.7
12252026-04-17T16:54:38.294Z Downloaded vte v0.14.1
12262026-04-17T16:54:38.300Z Downloaded tokio-postgres v0.7.16
12272026-04-17T16:54:38.304Z Downloaded tungstenite v0.23.0
12282026-04-17T16:54:38.309Z Downloaded toml_edit v0.19.15
12292026-04-17T16:54:38.319Z Downloaded bitvec v1.0.1
12302026-04-17T16:54:38.327Z Downloaded zopfli v0.8.3
12312026-04-17T16:54:38.330Z Downloaded zip v0.6.6
12322026-04-17T16:54:38.333Z Downloaded toml v1.0.6+spec-1.1.0
12332026-04-17T16:54:38.337Z Downloaded p384 v0.13.1
12342026-04-17T16:54:38.351Z Downloaded yansi v1.0.1
12352026-04-17T16:54:38.356Z Downloaded rpassword v7.4.0
12362026-04-17T16:54:38.359Z Downloaded bindgen v0.71.1
12372026-04-17T16:54:38.383Z Downloaded tower v0.5.3
12382026-04-17T16:54:38.389Z Downloaded git2 v0.20.4
12392026-04-17T16:54:38.394Z Downloaded chrono v0.4.44
12402026-04-17T16:54:38.399Z Downloaded reqwest v0.13.2
12412026-04-17T16:54:38.402Z Downloaded zerocopy-derive v0.8.40
12422026-04-17T16:54:38.409Z Downloaded portable-atomic v1.13.1
12432026-04-17T16:54:38.421Z Downloaded regex v1.12.3
12442026-04-17T16:54:38.427Z Downloaded x509-cert v0.2.5
12452026-04-17T16:54:38.430Z Downloaded typed-path v0.9.3
12462026-04-17T16:54:38.434Z Downloaded rustls-webpki v0.101.7
12472026-04-17T16:54:38.442Z Downloaded unicode_categories v0.1.1
12482026-04-17T16:54:38.445Z Downloaded unicode-segmentation v1.12.0
12492026-04-17T16:54:38.448Z Downloaded quick-xml v0.37.5
12502026-04-17T16:54:38.451Z Downloaded salty v0.3.0
12512026-04-17T16:54:38.454Z Downloaded rayon v1.11.0
12522026-04-17T16:54:38.457Z Downloaded rustls-webpki v0.102.8
12532026-04-17T16:54:38.471Z Downloaded moka v0.12.13
12542026-04-17T16:54:38.474Z Downloaded petname v2.0.2
12552026-04-17T16:54:38.477Z Downloaded unicode-normalization v0.1.25
12562026-04-17T16:54:38.480Z Downloaded lalrpop v0.19.12
12572026-04-17T16:54:38.484Z Downloaded zip v4.6.1
12582026-04-17T16:54:38.487Z Downloaded goblin v0.10.5
12592026-04-17T16:54:38.491Z Downloaded tough v0.20.0
12602026-04-17T16:54:38.495Z Downloaded tokio-util v0.7.18
12612026-04-17T16:54:38.499Z Downloaded proptest v1.10.0
12622026-04-17T16:54:38.505Z Downloaded serde_with v3.17.0
12632026-04-17T16:54:38.512Z Downloaded tower-http v0.6.8
12642026-04-17T16:54:38.516Z Downloaded curve25519-dalek v4.1.3
12652026-04-17T16:54:38.521Z Downloaded reqwest v0.12.28
12662026-04-17T16:54:38.525Z Downloaded object v0.30.4
12672026-04-17T16:54:38.531Z Downloaded winnow v0.6.26
12682026-04-17T16:54:38.536Z Downloaded nix v0.27.1
12692026-04-17T16:54:38.544Z Downloaded quinn-proto v0.11.13
12702026-04-17T16:54:38.548Z Downloaded winnow v0.5.40
12712026-04-17T16:54:38.552Z Downloaded radix_trie v0.2.1
12722026-04-17T16:54:38.569Z Downloaded polar-core v0.27.3
12732026-04-17T16:54:38.584Z Downloaded openssl v0.10.75
12742026-04-17T16:54:38.606Z Downloaded nix v0.29.0
12752026-04-17T16:54:38.614Z Downloaded dropshot v0.17.0
12762026-04-17T16:54:38.655Z Downloaded time v0.3.47
12772026-04-17T16:54:38.663Z Downloaded bstr v1.12.1
12782026-04-17T16:54:38.663Z Downloaded smoltcp v0.9.1
12792026-04-17T16:54:38.663Z Downloaded vcpkg v0.2.15
12802026-04-17T16:54:38.668Z Downloaded zlib-rs v0.6.2
12812026-04-17T16:54:38.672Z Downloaded nix v0.28.0
12822026-04-17T16:54:38.677Z Downloaded rustls v0.21.12
12832026-04-17T16:54:38.684Z Downloaded zerocopy v0.8.40
12842026-04-17T16:54:38.689Z Downloaded regex-syntax v0.6.29
12852026-04-17T16:54:38.693Z Downloaded object v0.37.3
12862026-04-17T16:54:38.700Z Downloaded dropshot v0.16.7
12872026-04-17T16:54:38.711Z Downloaded rustix v0.38.44
12882026-04-17T16:54:38.724Z Downloaded rustls v0.22.4
12892026-04-17T16:54:38.732Z Downloaded smoltcp v0.11.0
12902026-04-17T16:54:38.739Z Downloaded webpki-roots v1.0.6
12912026-04-17T16:54:38.742Z Downloaded diesel v2.3.7
12922026-04-17T16:54:38.753Z Downloaded openapiv3 v2.2.0
12932026-04-17T16:54:38.760Z Downloaded rustls v0.23.37
12942026-04-17T16:54:38.767Z Downloaded regress v0.10.5
12952026-04-17T16:54:38.772Z Downloaded hickory-proto v0.25.2
12962026-04-17T16:54:38.781Z Downloaded sqlparser v0.61.0
12972026-04-17T16:54:38.787Z Downloaded regex-syntax v0.8.10
12982026-04-17T16:54:38.791Z Downloaded hickory-proto v0.24.4
12992026-04-17T16:54:38.800Z Downloaded sled v0.34.7
13002026-04-17T16:54:38.807Z Downloaded nix v0.31.2
13012026-04-17T16:54:38.819Z Downloaded ratatui v0.29.0
13022026-04-17T16:54:38.838Z Downloaded bzip2-sys v0.1.13+1.0.8
13032026-04-17T16:54:38.884Z Downloaded tabled v0.20.0
13042026-04-17T16:54:38.964Z Downloaded regex-automata v0.4.14
13052026-04-17T16:54:38.964Z Downloaded petgraph v0.6.5
13062026-04-17T16:54:38.964Z Downloaded chrono-tz v0.10.4
13072026-04-17T16:54:38.965Z Downloaded petgraph v0.8.3
13082026-04-17T16:54:38.965Z Downloaded typify-impl v0.6.1
13092026-04-17T16:54:39.014Z Downloaded tracing v0.1.44
13102026-04-17T16:54:39.014Z Downloaded typify-impl v0.4.3
13112026-04-17T16:54:39.014Z Downloaded zerocopy-derive v0.6.6
13122026-04-17T16:54:39.041Z Downloaded jiff v0.2.21
13132026-04-17T16:54:39.082Z Downloaded csv v1.4.0
13142026-04-17T16:54:39.104Z Downloaded libz-sys v1.1.24
13152026-04-17T16:54:39.120Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13162026-04-17T16:54:39.137Z Downloaded sha3 v0.10.8
13172026-04-17T16:54:39.157Z Downloaded tokio v1.52.1
13182026-04-17T16:54:39.214Z Downloaded encoding_rs v0.8.35
13192026-04-17T16:54:39.256Z Downloaded ring v0.17.14
13202026-04-17T16:54:39.284Z Downloaded libgit2-sys v0.18.3+1.9.2
13212026-04-17T16:54:39.555Z Downloaded aws-lc-sys v0.37.1
13222026-04-17T16:54:39.809Z Compiling libc v0.2.185
13232026-04-17T16:54:39.810Z Compiling serde v1.0.228
13242026-04-17T16:54:39.810Z Compiling find-msvc-tools v0.1.9
13252026-04-17T16:54:39.817Z Compiling log v0.4.29
13262026-04-17T16:54:39.818Z Compiling shlex v1.3.0
13272026-04-17T16:54:39.818Z Compiling smallvec v1.15.1
13282026-04-17T16:54:39.818Z Compiling typenum v1.19.0
13292026-04-17T16:54:39.818Z Compiling subtle v2.6.1
13302026-04-17T16:54:39.818Z Compiling generic-array v0.14.7
13312026-04-17T16:54:39.818Z Compiling scopeguard v1.2.0
13322026-04-17T16:54:39.818Z Compiling const-oid v0.9.6
13332026-04-17T16:54:40.007Z Compiling portable-atomic v1.13.1
13342026-04-17T16:54:40.022Z Compiling zerocopy v0.8.40
13352026-04-17T16:54:40.051Z Compiling syn v2.0.117
13362026-04-17T16:54:40.102Z Compiling serde_json v1.0.149
13372026-04-17T16:54:40.109Z Compiling critical-section v1.2.0
13382026-04-17T16:54:40.157Z Compiling lock_api v0.4.14
13392026-04-17T16:54:40.179Z Compiling parking_lot_core v0.9.12
13402026-04-17T16:54:40.193Z Compiling pin-project-lite v0.2.17
13412026-04-17T16:54:40.210Z Compiling pkg-config v0.3.32
13422026-04-17T16:54:40.243Z Compiling bitflags v2.11.0
13432026-04-17T16:54:40.260Z Compiling libm v0.2.16
13442026-04-17T16:54:40.263Z Compiling num-traits v0.2.19
13452026-04-17T16:54:40.290Z Compiling futures-core v0.3.32
13462026-04-17T16:54:40.323Z Compiling percent-encoding v2.3.2
13472026-04-17T16:54:40.372Z Compiling allocator-api2 v0.2.21
13482026-04-17T16:54:40.411Z Compiling foldhash v0.2.0
13492026-04-17T16:54:40.479Z Compiling futures-sink v0.3.32
13502026-04-17T16:54:40.496Z Compiling cpufeatures v0.2.17
13512026-04-17T16:54:40.541Z Compiling slab v0.4.12
13522026-04-17T16:54:40.544Z Compiling getrandom v0.4.1
13532026-04-17T16:54:40.589Z Compiling futures-channel v0.3.32
13542026-04-17T16:54:40.638Z Compiling futures-task v0.3.32
13552026-04-17T16:54:40.643Z Compiling futures-io v0.3.32
13562026-04-17T16:54:40.680Z Compiling rustversion v1.0.22
13572026-04-17T16:54:40.790Z Compiling hashbrown v0.16.1
13582026-04-17T16:54:40.805Z Compiling rand_core v0.10.0
13592026-04-17T16:54:40.823Z Compiling getrandom v0.3.4
13602026-04-17T16:54:40.839Z Compiling form_urlencoded v1.2.2
13612026-04-17T16:54:40.858Z Compiling ident_case v1.0.1
13622026-04-17T16:54:40.862Z Compiling dunce v1.0.5
13632026-04-17T16:54:40.888Z Compiling fs_extra v1.3.0
13642026-04-17T16:54:40.904Z Compiling base64ct v1.8.3
13652026-04-17T16:54:40.973Z Compiling getrandom v0.2.17
13662026-04-17T16:54:40.990Z Compiling jobserver v0.1.34
13672026-04-17T16:54:41.010Z Compiling errno v0.3.14
13682026-04-17T16:54:41.027Z Compiling mio v1.2.0
13692026-04-17T16:54:41.055Z Compiling socket2 v0.6.3
13702026-04-17T16:54:41.147Z Compiling rand_core v0.6.4
13712026-04-17T16:54:41.185Z Compiling signal-hook-registry v1.4.8
13722026-04-17T16:54:41.201Z Compiling once_cell v1.21.3
13732026-04-17T16:54:41.249Z Compiling cc v1.2.56
13742026-04-17T16:54:41.292Z Compiling parking_lot v0.12.5
13752026-04-17T16:54:41.354Z Compiling pem-rfc7468 v0.7.0
13762026-04-17T16:54:41.424Z Compiling indexmap v2.13.0
13772026-04-17T16:54:41.445Z Compiling flagset v0.4.7
13782026-04-17T16:54:41.449Z Compiling iana-time-zone v0.1.65
13792026-04-17T16:54:41.474Z Compiling rustix v1.1.3
13802026-04-17T16:54:41.478Z Compiling uuid v1.23.0
13812026-04-17T16:54:41.507Z Compiling rustc_version v0.4.1
13822026-04-17T16:54:41.510Z Compiling regex-syntax v0.8.10
13832026-04-17T16:54:41.561Z Compiling aws-lc-rs v1.16.0
13842026-04-17T16:54:41.722Z Compiling vcpkg v0.2.15
13852026-04-17T16:54:41.737Z Compiling tracing-core v0.1.36
13862026-04-17T16:54:41.741Z Compiling schemars v0.8.22
13872026-04-17T16:54:41.741Z Compiling openssl-probe v0.2.1
13882026-04-17T16:54:41.890Z Compiling rand_core v0.9.5
13892026-04-17T16:54:41.923Z Compiling httparse v1.10.1
13902026-04-17T16:54:41.941Z Compiling untrusted v0.9.0
13912026-04-17T16:54:41.970Z Compiling base64 v0.22.1
13922026-04-17T16:54:41.994Z Compiling untrusted v0.7.1
13932026-04-17T16:54:42.014Z Compiling rustls v0.23.37
13942026-04-17T16:54:42.049Z Compiling cmake v0.1.57
13952026-04-17T16:54:42.101Z Compiling atomic-waker v1.1.2
13962026-04-17T16:54:42.138Z Compiling dyn-clone v1.0.20
13972026-04-17T16:54:42.154Z Compiling try-lock v0.2.5
13982026-04-17T16:54:42.203Z Compiling tower-layer v0.3.3
13992026-04-17T16:54:42.231Z Compiling tower-service v0.3.3
14002026-04-17T16:54:42.247Z Compiling tinyvec_macros v0.1.1
14012026-04-17T16:54:42.271Z Compiling want v0.3.1
14022026-04-17T16:54:42.288Z Compiling spin v0.9.8
14032026-04-17T16:54:42.306Z Compiling aho-corasick v1.1.4
14042026-04-17T16:54:42.323Z Compiling crc32fast v1.5.0
14052026-04-17T16:54:42.354Z Compiling tinyvec v1.10.0
14062026-04-17T16:54:42.354Z Compiling num-conv v0.2.0
14072026-04-17T16:54:42.358Z Compiling foreign-types-shared v0.1.1
14082026-04-17T16:54:42.358Z Compiling pin-utils v0.1.0
14092026-04-17T16:54:42.417Z Compiling openssl v0.10.75
14102026-04-17T16:54:42.465Z Compiling httpdate v1.0.3
14112026-04-17T16:54:42.483Z Compiling time-core v0.1.8
14122026-04-17T16:54:42.492Z Compiling powerfmt v0.2.0
14132026-04-17T16:54:42.496Z Compiling foreign-types v0.3.2
14142026-04-17T16:54:42.526Z Compiling wait-timeout v0.2.1
14152026-04-17T16:54:42.529Z Compiling socket2 v0.5.10
14162026-04-17T16:54:42.555Z Compiling crossbeam-utils v0.8.21
14172026-04-17T16:54:42.596Z Compiling native-tls v0.2.18
14182026-04-17T16:54:42.664Z Compiling time-macros v0.2.27
14192026-04-17T16:54:42.703Z Compiling deranged v0.5.8
14202026-04-17T16:54:42.707Z Compiling simd-adler32 v0.3.8
14212026-04-17T16:54:42.737Z Compiling siphasher v1.0.2
14222026-04-17T16:54:42.737Z Compiling usdt-impl v0.6.0
14232026-04-17T16:54:42.768Z Compiling bit-vec v0.8.0
14242026-04-17T16:54:42.771Z Compiling quick-error v1.2.3
14252026-04-17T16:54:42.832Z Compiling syn v1.0.109
14262026-04-17T16:54:42.832Z Compiling num_threads v0.1.7
14272026-04-17T16:54:42.907Z Compiling unicode-normalization v0.1.25
14282026-04-17T16:54:42.944Z Compiling aws-lc-sys v0.37.1
14292026-04-17T16:54:42.961Z Compiling ring v0.17.14
14302026-04-17T16:54:42.976Z Compiling openssl-sys v0.9.111
14312026-04-17T16:54:42.993Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14322026-04-17T16:54:43.012Z Compiling bit-set v0.8.0
14332026-04-17T16:54:43.045Z Compiling bzip2-sys v0.1.13+1.0.8
14342026-04-17T16:54:43.060Z Compiling synstructure v0.13.2
14352026-04-17T16:54:43.138Z Compiling pest_generator v2.8.6
14362026-04-17T16:54:43.202Z Compiling serde_derive_internals v0.29.1
14372026-04-17T16:54:43.245Z Compiling darling_core v0.20.11
14382026-04-17T16:54:43.368Z Compiling regex-automata v0.4.14
14392026-04-17T16:54:43.430Z Compiling tempfile v3.25.0
14402026-04-17T16:54:43.509Z Compiling darling_core v0.21.3
14412026-04-17T16:54:43.758Z Compiling rusty-fork v0.3.1
14422026-04-17T16:54:43.796Z Compiling rand_xorshift v0.4.0
14432026-04-17T16:54:43.812Z Compiling time v0.3.47
14442026-04-17T16:54:43.837Z Compiling slog v2.8.2
14452026-04-17T16:54:43.922Z Compiling heapless v0.7.17
14462026-04-17T16:54:43.988Z Compiling thread-id v5.1.0
14472026-04-17T16:54:44.032Z Compiling sync_wrapper v1.0.2
14482026-04-17T16:54:44.050Z Compiling cookie v0.18.1
14492026-04-17T16:54:44.092Z Compiling signal-hook v0.3.18
14502026-04-17T16:54:44.108Z Compiling unicode-properties v0.1.4
14512026-04-17T16:54:44.123Z Compiling unicode-bidi v0.3.18
14522026-04-17T16:54:44.164Z Compiling paste v1.0.15
14532026-04-17T16:54:44.205Z Compiling zstd-safe v7.2.4
14542026-04-17T16:54:44.208Z Compiling adler2 v2.0.1
14552026-04-17T16:54:44.235Z Compiling anyhow v1.0.102
14562026-04-17T16:54:44.261Z Compiling unarray v0.1.4
14572026-04-17T16:54:44.344Z Compiling miniz_oxide v0.8.9
14582026-04-17T16:54:44.436Z Compiling num-integer v0.1.46
14592026-04-17T16:54:44.526Z Compiling stringprep v0.1.5
14602026-04-17T16:54:44.700Z Compiling vergen-lib v0.1.6
14612026-04-17T16:54:44.817Z Compiling curve25519-dalek v4.1.3
14622026-04-17T16:54:44.833Z Compiling ff v0.13.1
14632026-04-17T16:54:44.877Z Compiling serde_derive v1.0.228
14642026-04-17T16:54:44.904Z Compiling zeroize_derive v1.4.3
14652026-04-17T16:54:44.955Z Compiling zerofrom-derive v0.1.6
14662026-04-17T16:54:44.986Z Compiling yoke-derive v0.8.1
14672026-04-17T16:54:45.002Z Compiling zerocopy-derive v0.8.40
14682026-04-17T16:54:45.005Z Compiling zerovec-derive v0.11.2
14692026-04-17T16:54:45.177Z Compiling displaydoc v0.2.5
14702026-04-17T16:54:45.192Z Compiling tokio-macros v2.7.0
14712026-04-17T16:54:45.469Z Compiling futures-macro v0.3.32
14722026-04-17T16:54:45.573Z Compiling zeroize v1.8.2
14732026-04-17T16:54:45.645Z Compiling der_derive v0.7.3
14742026-04-17T16:54:45.979Z Compiling thiserror-impl v2.0.18
14752026-04-17T16:54:46.009Z Compiling rustls-pki-types v1.14.0
14762026-04-17T16:54:46.127Z Compiling tracing-attributes v0.1.31
14772026-04-17T16:54:46.210Z Compiling pest_derive v2.8.6
14782026-04-17T16:54:46.273Z Compiling schemars_derive v0.8.22
14792026-04-17T16:54:46.386Z Compiling crypto-common v0.1.7
14802026-04-17T16:54:46.401Z Compiling block-buffer v0.10.4
14812026-04-17T16:54:46.449Z Compiling zerofrom v0.1.6
14822026-04-17T16:54:46.500Z Compiling futures-util v0.3.32
14832026-04-17T16:54:46.559Z Compiling digest v0.10.7
14842026-04-17T16:54:46.575Z Compiling yoke v0.8.1
14852026-04-17T16:54:46.613Z Compiling block-padding v0.3.3
14862026-04-17T16:54:46.693Z Compiling scroll_derive v0.13.1
14872026-04-17T16:54:46.714Z Compiling der v0.7.10
14882026-04-17T16:54:46.778Z Compiling zerovec v0.11.5
14892026-04-17T16:54:46.796Z Compiling zerotrie v0.2.3
14902026-04-17T16:54:46.829Z Compiling hmac v0.12.1
14912026-04-17T16:54:47.078Z Compiling inout v0.1.4
14922026-04-17T16:54:47.193Z Compiling sha2 v0.10.9
14932026-04-17T16:54:47.268Z Compiling cipher v0.4.4
14942026-04-17T16:54:47.390Z Compiling tinystr v0.8.2
14952026-04-17T16:54:47.451Z Compiling potential_utf v0.1.4
14962026-04-17T16:54:47.542Z Compiling salsa20 v0.10.2
14972026-04-17T16:54:47.564Z Compiling pbkdf2 v0.12.2
14982026-04-17T16:54:47.597Z Compiling icu_locale_core v2.1.1
14992026-04-17T16:54:47.631Z Compiling icu_collections v2.1.1
15002026-04-17T16:54:47.647Z Compiling spki v0.7.3
15012026-04-17T16:54:47.665Z Compiling aes v0.8.4
15022026-04-17T16:54:47.682Z Compiling scrypt v0.11.0
15032026-04-17T16:54:47.698Z Compiling cbc v0.1.2
15042026-04-17T16:54:47.713Z Compiling thiserror v2.0.18
15052026-04-17T16:54:47.716Z Compiling tracing v0.1.44
15062026-04-17T16:54:47.873Z Compiling scroll v0.13.0
15072026-04-17T16:54:47.887Z Compiling darling_macro v0.20.11
15082026-04-17T16:54:47.968Z Compiling openssl-macros v0.1.1
15092026-04-17T16:54:48.008Z Compiling dtrace-parser v0.3.0
15102026-04-17T16:54:48.050Z Compiling signature v2.2.0
15112026-04-17T16:54:48.161Z Compiling pkcs5 v0.7.1
15122026-04-17T16:54:48.176Z Compiling goblin v0.10.5
15132026-04-17T16:54:48.247Z Compiling icu_provider v2.1.1
15142026-04-17T16:54:48.426Z Compiling darling v0.20.11
15152026-04-17T16:54:48.447Z Compiling bytes v1.11.1
15162026-04-17T16:54:48.524Z Compiling icu_properties v2.1.2
15172026-04-17T16:54:48.540Z Compiling icu_normalizer v2.1.1
15182026-04-17T16:54:48.547Z Compiling chrono v0.4.44
15192026-04-17T16:54:48.570Z Compiling pkcs8 v0.10.2
15202026-04-17T16:54:48.608Z Compiling ipnet v2.11.0
15212026-04-17T16:54:48.669Z Compiling derive_builder_core v0.20.2
15222026-04-17T16:54:48.780Z Compiling rustls-native-certs v0.8.3
15232026-04-17T16:54:48.794Z Compiling thiserror-impl v1.0.69
15242026-04-17T16:54:48.910Z Compiling scroll_derive v0.12.1
15252026-04-17T16:54:48.930Z Compiling tokio v1.52.1
15262026-04-17T16:54:49.077Z Compiling http v1.4.0
15272026-04-17T16:54:49.092Z Compiling serde_tokenstream v0.2.3
15282026-04-17T16:54:49.097Z Compiling erased-serde v0.3.31
15292026-04-17T16:54:49.128Z Compiling toml_datetime v0.6.11
15302026-04-17T16:54:49.399Z Compiling idna_adapter v1.2.1
15312026-04-17T16:54:49.437Z Compiling serde_spanned v0.6.9
15322026-04-17T16:54:49.552Z Compiling ppv-lite86 v0.2.21
15332026-04-17T16:54:49.568Z Compiling idna v1.1.0
15342026-04-17T16:54:49.591Z Compiling derive_builder_macro v0.20.2
15352026-04-17T16:54:49.607Z Compiling md-5 v0.10.6
15362026-04-17T16:54:49.623Z Compiling scroll v0.12.0
15372026-04-17T16:54:49.650Z Compiling webpki-roots v1.0.6
15382026-04-17T16:54:49.710Z Compiling http-body v1.0.1
15392026-04-17T16:54:49.726Z Compiling darling_macro v0.21.3
15402026-04-17T16:54:49.789Z Compiling zerocopy-derive v0.7.35
15412026-04-17T16:54:49.805Z Compiling hash32 v0.2.1
15422026-04-17T16:54:49.885Z Compiling url v2.5.8
15432026-04-17T16:54:49.902Z Compiling rand_chacha v0.9.0
15442026-04-17T16:54:49.919Z Compiling rand_chacha v0.3.1
15452026-04-17T16:54:49.972Z Compiling http-body-util v0.1.3
15462026-04-17T16:54:49.996Z Compiling memoffset v0.9.1
15472026-04-17T16:54:50.020Z Compiling base16ct v0.2.0
15482026-04-17T16:54:50.116Z Compiling rand v0.9.2
15492026-04-17T16:54:50.145Z Compiling thiserror v1.0.69
15502026-04-17T16:54:50.239Z Compiling num-bigint-dig v0.8.6
15512026-04-17T16:54:50.257Z Compiling litrs v1.0.0
15522026-04-17T16:54:50.261Z Compiling smoltcp v0.9.1
15532026-04-17T16:54:50.274Z Compiling zlib-rs v0.6.2
15542026-04-17T16:54:50.287Z Compiling psl-types v2.0.11
15552026-04-17T16:54:50.290Z Compiling ryu v1.0.23
15562026-04-17T16:54:50.336Z Compiling ref-cast v1.0.25
15572026-04-17T16:54:50.464Z Compiling iri-string v0.7.10
15582026-04-17T16:54:50.525Z Compiling fallible-iterator v0.2.0
15592026-04-17T16:54:50.645Z Compiling rustix v0.38.44
15602026-04-17T16:54:50.680Z Compiling cfg_aliases v0.2.1
15612026-04-17T16:54:50.750Z Compiling proptest v1.10.0
15622026-04-17T16:54:50.768Z Compiling zerocopy v0.7.35
15632026-04-17T16:54:50.824Z Compiling nix v0.31.2
15642026-04-17T16:54:50.854Z Compiling document-features v0.2.12
15652026-04-17T16:54:50.875Z Compiling postgres-protocol v0.6.10
15662026-04-17T16:54:50.943Z Compiling dof v0.4.0
15672026-04-17T16:54:50.975Z Compiling serde_urlencoded v0.7.1
15682026-04-17T16:54:50.991Z Compiling publicsuffix v2.3.0
15692026-04-17T16:54:51.186Z Compiling darling v0.21.3
15702026-04-17T16:54:51.246Z Compiling sec1 v0.7.3
15712026-04-17T16:54:51.286Z Compiling rand v0.8.5
15722026-04-17T16:54:51.334Z Compiling ipnetwork v0.21.1
15732026-04-17T16:54:51.351Z Compiling derive_builder v0.20.2
15742026-04-17T16:54:51.425Z Compiling goblin v0.8.2
15752026-04-17T16:54:51.494Z Compiling hubpack_derive v0.1.1
15762026-04-17T16:54:51.512Z Compiling cargo-platform v0.1.9
15772026-04-17T16:54:51.546Z Compiling hkdf v0.12.4
15782026-04-17T16:54:51.760Z Compiling oxnet v0.1.4
15792026-04-17T16:54:51.786Z Compiling crypto-bigint v0.5.5
15802026-04-17T16:54:51.859Z Compiling regex v1.12.3
15812026-04-17T16:54:51.998Z Compiling group v0.13.0
15822026-04-17T16:54:52.024Z Compiling curve25519-dalek-derive v0.1.1
15832026-04-17T16:54:52.084Z Compiling strum_macros v0.27.2
15842026-04-17T16:54:52.169Z Compiling ref-cast-impl v1.0.25
15852026-04-17T16:54:52.185Z Compiling async-trait v0.1.89
15862026-04-17T16:54:52.188Z Compiling daft-derive v0.1.5
15872026-04-17T16:54:52.321Z Compiling num-iter v0.1.45
15882026-04-17T16:54:52.517Z Compiling terminal_size v0.4.3
15892026-04-17T16:54:52.536Z Compiling phf_shared v0.13.1
15902026-04-17T16:54:52.591Z Compiling lazy_static v1.5.0
15912026-04-17T16:54:52.681Z Compiling vergen v9.0.6
15922026-04-17T16:54:52.706Z Compiling tokio-util v0.7.18
15932026-04-17T16:54:52.710Z Compiling tower v0.5.3
15942026-04-17T16:54:52.757Z Compiling tokio-native-tls v0.3.1
15952026-04-17T16:54:52.784Z Compiling fs-err v3.3.0
15962026-04-17T16:54:52.808Z Compiling ahash v0.8.12
15972026-04-17T16:54:52.892Z Compiling bitflags v1.3.2
15982026-04-17T16:54:52.895Z Compiling winnow v0.5.40
15992026-04-17T16:54:52.964Z Compiling object v0.37.3
16002026-04-17T16:54:52.980Z Compiling foldhash v0.1.5
16012026-04-17T16:54:52.998Z Compiling bumpalo v3.20.2
16022026-04-17T16:54:53.017Z Compiling unicode-segmentation v1.12.0
16032026-04-17T16:54:53.036Z Compiling libbz2-rs-sys v0.2.2
16042026-04-17T16:54:53.172Z Compiling flate2 v1.1.9
16052026-04-17T16:54:53.238Z Compiling tower-http v0.6.8
16062026-04-17T16:54:53.260Z Compiling newtype-uuid v1.3.2
16072026-04-17T16:54:53.276Z Compiling managed v0.8.0
16082026-04-17T16:54:53.353Z Compiling zopfli v0.8.3
16092026-04-17T16:54:53.430Z Compiling h2 v0.4.13
16102026-04-17T16:54:53.515Z Compiling daft v0.1.5
16112026-04-17T16:54:53.609Z Compiling bzip2 v0.6.1
16122026-04-17T16:54:53.630Z Compiling hashbrown v0.15.5
16132026-04-17T16:54:53.679Z Compiling dof v0.3.0
16142026-04-17T16:54:53.817Z Compiling clap_builder v4.5.60
16152026-04-17T16:54:53.867Z Compiling elliptic-curve v0.13.8
16162026-04-17T16:54:53.918Z Compiling phf v0.13.1
16172026-04-17T16:54:54.034Z Compiling signal-hook-mio v0.2.5
16182026-04-17T16:54:54.094Z Compiling usdt-attr-macro v0.6.0
16192026-04-17T16:54:54.124Z Compiling strum v0.27.2
16202026-04-17T16:54:54.171Z Compiling usdt-macro v0.6.0
16212026-04-17T16:54:54.203Z Compiling toml_edit v0.19.15
16222026-04-17T16:54:54.273Z Compiling cargo_metadata v0.19.2
16232026-04-17T16:54:54.356Z Compiling cookie_store v0.22.1
16242026-04-17T16:54:54.379Z Compiling hubpack v0.1.2
16252026-04-17T16:54:54.421Z Compiling bzip2 v0.4.4
16262026-04-17T16:54:54.652Z Compiling zstd v0.13.3
16272026-04-17T16:54:54.691Z Compiling serde_with_macros v3.17.0
16282026-04-17T16:54:54.723Z Compiling postgres-types v0.2.12
16292026-04-17T16:54:54.940Z Compiling dtrace-parser v0.2.0
16302026-04-17T16:54:54.957Z Compiling ed25519 v2.2.3
16312026-04-17T16:54:54.985Z Compiling pkcs1 v0.7.5
16322026-04-17T16:54:55.001Z Compiling serde-big-array v0.5.1
16332026-04-17T16:54:55.037Z Compiling hex v0.4.3
16342026-04-17T16:54:55.167Z Compiling rfc6979 v0.4.0
16352026-04-17T16:54:55.304Z Compiling bstr v1.12.1
16362026-04-17T16:54:55.319Z Compiling enum-as-inner v0.6.1
16372026-04-17T16:54:55.334Z Compiling clap_derive v4.5.55
16382026-04-17T16:54:55.410Z Compiling strum_macros v0.26.4
16392026-04-17T16:54:55.620Z Compiling serde_repr v0.1.20
16402026-04-17T16:54:55.765Z Compiling phf_shared v0.11.3
16412026-04-17T16:54:55.885Z Compiling float-cmp v0.10.0
16422026-04-17T16:54:55.902Z Compiling thread-id v4.2.2
16432026-04-17T16:54:55.921Z Compiling memmap2 v0.9.10
16442026-04-17T16:54:55.945Z Compiling env_filter v1.0.0
16452026-04-17T16:54:55.975Z Compiling encoding_rs v0.8.35
16462026-04-17T16:54:56.008Z Compiling difflib v0.4.0
16472026-04-17T16:54:56.033Z Compiling static_assertions v1.1.0
16482026-04-17T16:54:56.057Z Compiling whoami v2.1.0
16492026-04-17T16:54:56.120Z Compiling precomputed-hash v0.1.1
16502026-04-17T16:54:56.168Z Compiling data-encoding v2.10.0
16512026-04-17T16:54:56.234Z Compiling jiff v0.2.21
16522026-04-17T16:54:56.246Z Compiling fixedbitset v0.5.7
16532026-04-17T16:54:56.279Z Compiling fixedbitset v0.4.2
16542026-04-17T16:54:56.466Z Compiling hyper v1.8.1
16552026-04-17T16:54:56.520Z Compiling keccak v0.1.6
16562026-04-17T16:54:56.585Z Compiling predicates-core v1.0.10
16572026-04-17T16:54:56.615Z Compiling either v1.15.0
16582026-04-17T16:54:56.805Z Compiling rustc-hash v2.1.1
16592026-04-17T16:54:56.842Z Compiling normalize-line-endings v0.3.0
16602026-04-17T16:54:56.904Z Compiling new_debug_unreachable v1.0.6
16612026-04-17T16:54:56.928Z Compiling mime v0.3.17
16622026-04-17T16:54:56.952Z Compiling predicates v3.1.4
16632026-04-17T16:54:56.968Z Compiling iddqd v0.3.17
16642026-04-17T16:54:56.984Z Compiling itertools v0.13.0
16652026-04-17T16:54:57.002Z Compiling string_cache v0.8.9
16662026-04-17T16:54:57.045Z Compiling sha3 v0.10.8
16672026-04-17T16:54:57.221Z Compiling clap v4.5.60
16682026-04-17T16:54:57.237Z Compiling hickory-proto v0.25.2
16692026-04-17T16:54:57.252Z Compiling petgraph v0.8.3
16702026-04-17T16:54:57.308Z Compiling strum v0.26.3
16712026-04-17T16:54:57.323Z Compiling petgraph v0.6.5
16722026-04-17T16:54:57.364Z Compiling tokio-postgres v0.7.16
16732026-04-17T16:54:57.462Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16742026-04-17T16:54:57.505Z Compiling env_logger v0.11.9
16752026-04-17T16:54:57.528Z Compiling usdt v0.6.0
16762026-04-17T16:54:57.602Z Compiling hyper-util v0.1.20
16772026-04-17T16:54:57.641Z Compiling toml_edit v0.22.27
16782026-04-17T16:54:57.824Z Compiling usdt-impl v0.5.0
16792026-04-17T16:54:57.890Z Compiling serde_with v3.17.0
16802026-04-17T16:54:58.113Z Compiling similar v2.7.0
16812026-04-17T16:54:58.155Z Compiling crossterm v0.28.1
16822026-04-17T16:54:58.281Z Compiling toml v0.7.8
16832026-04-17T16:54:58.438Z Compiling ecdsa v0.16.9
16842026-04-17T16:54:58.829Z Compiling zip v4.6.1
16852026-04-17T16:54:58.844Z Compiling rsa v0.9.10
16862026-04-17T16:54:58.894Z Compiling ed25519-dalek v2.2.0
16872026-04-17T16:54:59.001Z Compiling hyper-tls v0.6.0
16882026-04-17T16:54:59.377Z Compiling zip v0.6.6
16892026-04-17T16:54:59.602Z Compiling tokio-stream v0.1.18
16902026-04-17T16:54:59.638Z Compiling heck v0.4.1
16912026-04-17T16:54:59.691Z Compiling toml_parser v1.0.9+spec-1.1.0
16922026-04-17T16:54:59.815Z Compiling buf-list v1.1.2
16932026-04-17T16:54:59.842Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16942026-04-17T16:54:59.882Z Compiling openapiv3 v2.2.0
16952026-04-17T16:54:59.902Z Compiling x509-cert v0.2.5
16962026-04-17T16:54:59.979Z Compiling sha1 v0.10.6
16972026-04-17T16:55:00.093Z Compiling crossbeam-epoch v0.9.18
16982026-04-17T16:55:00.114Z Compiling toml_datetime v0.7.5+spec-1.1.0
16992026-04-17T16:55:00.172Z Compiling lalrpop-util v0.19.12
17002026-04-17T16:55:00.234Z Compiling peg-runtime v0.8.5
17012026-04-17T16:55:00.270Z Compiling thread_local v1.1.9
17022026-04-17T16:55:00.346Z Compiling slog-async v2.8.0
17032026-04-17T16:55:00.390Z Compiling futures-executor v0.3.32
17042026-04-17T16:55:00.393Z Compiling crossbeam-channel v0.5.15
17052026-04-17T16:55:00.430Z Compiling filetime v0.2.27
17062026-04-17T16:55:00.446Z Compiling is-terminal v0.4.17
17072026-04-17T16:55:00.495Z Compiling term v1.2.1
17082026-04-17T16:55:00.541Z Compiling take_mut v0.2.2
17092026-04-17T16:55:00.557Z Compiling xattr v1.6.1
17102026-04-17T16:55:00.572Z Compiling futures v0.3.32
17112026-04-17T16:55:00.755Z Compiling tar v0.4.45
17122026-04-17T16:55:00.883Z Compiling slog-term v2.9.2
17132026-04-17T16:55:15.955Z Compiling rustls-webpki v0.103.9
17142026-04-17T16:55:18.727Z Compiling tokio-rustls v0.26.4
17152026-04-17T16:55:18.727Z Compiling rustls-platform-verifier v0.6.2
17162026-04-17T16:55:18.921Z Compiling hyper-rustls v0.27.7
17172026-04-17T16:55:19.122Z Compiling reqwest v0.12.28
17182026-04-17T16:55:19.122Z Compiling reqwest v0.13.2
17192026-04-17T16:55:21.143Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17202026-04-17T16:55:21.380Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17212026-04-17T16:55:24.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.70s
17222026-04-17T16:55:24.363Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17232026-04-17T16:55:24.421ZApr 17 16:55:23.612 INFO Starting download, target: Clickhouse
17242026-04-17T16:55:24.422ZApr 17 16:55:23.613 INFO Starting download, target: Cockroach
17252026-04-17T16:55:24.422ZApr 17 16:55:23.613 INFO Starting download, target: Console
17262026-04-17T16:55:24.422ZApr 17 16:55:23.613 INFO Starting download, target: DendriteStub
17272026-04-17T16:55:24.422ZApr 17 16:55:23.613 INFO Starting download, target: MaghemiteMgd
17282026-04-17T16:55:24.422ZApr 17 16:55:23.613 INFO Starting download, target: TransceiverControl
17292026-04-17T16:55:24.429ZApr 17 16:55:23.613 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17302026-04-17T16:55:24.429ZApr 17 16:55:23.613 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17312026-04-17T16:55:24.429ZApr 17 16:55:23.613 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17322026-04-17T16:55:24.429ZApr 17 16:55:23.613 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17332026-04-17T16:55:24.429ZApr 17 16:55:23.613 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17342026-04-17T16:55:24.429ZApr 17 16:55:23.613 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17352026-04-17T16:55:24.856ZApr 17 16:55:24.029 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17362026-04-17T16:55:25.108ZApr 17 16:55:24.242 INFO Download complete, target: TransceiverControl
17372026-04-17T16:55:25.381ZApr 17 16:55:24.563 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17382026-04-17T16:55:25.631ZApr 17 16:55:24.801 INFO Download complete, target: Console
17392026-04-17T16:55:26.766ZApr 17 16:55:25.954 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17402026-04-17T16:55:26.846ZApr 17 16:55:26.032 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17412026-04-17T16:55:26.866ZApr 17 16:55:26.051 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17422026-04-17T16:55:27.733ZApr 17 16:55:26.924 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17432026-04-17T16:55:27.733ZApr 17 16:55:26.924 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17442026-04-17T16:55:29.037ZApr 17 16:55:28.228 INFO Download complete, target: MaghemiteMgd
17452026-04-17T16:55:29.197ZApr 17 16:55:28.387 INFO Download complete, target: DendriteStub
17462026-04-17T16:55:32.501ZApr 17 16:55:31.692 INFO Checking that binary works, target: Cockroach
17472026-04-17T16:55:32.605ZApr 17 16:55:31.795 INFO Download complete, target: Cockroach
17482026-04-17T16:55:33.799ZApr 17 16:55:32.985 INFO Checking that binary works, target: Clickhouse
17492026-04-17T16:55:33.879ZApr 17 16:55:33.068 INFO Download complete, target: Clickhouse
17502026-04-17T16:55:33.884ZAll prerequisites installed successfully
17512026-04-17T16:55:33.887Z
17522026-04-17T16:55:33.888Zreal 3:02.869697260
17532026-04-17T16:55:33.888Zuser 7:15.893521263
17542026-04-17T16:55:33.888Zsys 1:46.049006381
17552026-04-17T16:55:33.888Ztrap 0.265075599
17562026-04-17T16:55:33.888Ztflt 1.037200780
17572026-04-17T16:55:33.888Zdflt 1.411544044
17582026-04-17T16:55:33.888Zkflt 0.017946783
17592026-04-17T16:55:33.888Zlock 22:45.192949168
17602026-04-17T16:55:33.888Zslp 19:54.589039287
17612026-04-17T16:55:33.888Zlat 27.438533419
17622026-04-17T16:55:33.888Zstop 3:05.856400139
17632026-04-17T16:55:33.888Z+ ptime -m cargo xtask download softnpu
17642026-04-17T16:55:34.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17652026-04-17T16:55:34.429Z Running `target/debug/xtask download softnpu`
17662026-04-17T16:55:35.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17672026-04-17T16:55:35.253Z Running `target/debug/xtask-downloader softnpu`
17682026-04-17T16:55:35.297ZApr 17 16:55:34.487 INFO Starting download, target: Softnpu
17692026-04-17T16:55:35.301ZApr 17 16:55:34.488 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17702026-04-17T16:55:35.899ZApr 17 16:55:35.086 INFO Download complete, target: Softnpu
17712026-04-17T16:55:35.905Z
17722026-04-17T16:55:35.905Zreal 2.008657859
17732026-04-17T16:55:35.906Zuser 1.337999795
17742026-04-17T16:55:35.906Zsys 0.656026987
17752026-04-17T16:55:35.906Ztrap 0.000473845
17762026-04-17T16:55:35.906Ztflt 0.000129759
17772026-04-17T16:55:35.906Zdflt 0.000330013
17782026-04-17T16:55:35.906Zkflt 0.000001599
17792026-04-17T16:55:35.906Zlock 10.765599896
17802026-04-17T16:55:35.906Zslp 0.434163211
17812026-04-17T16:55:35.906Zlat 0.082299111
17822026-04-17T16:55:35.906Zstop 0.000180904
17832026-04-17T16:55:35.906Z+ export CARGO_INCREMENTAL=0
17842026-04-17T16:55:35.906Z+ CARGO_INCREMENTAL=0
17852026-04-17T16:55:35.906Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17862026-04-17T16:55:36.794Z Compiling proc-macro2 v1.0.106
17872026-04-17T16:55:36.794Z Compiling quote v1.0.44
17882026-04-17T16:55:36.794Z Compiling unicode-ident v1.0.24
17892026-04-17T16:55:36.797Z Compiling libc v0.2.185
17902026-04-17T16:55:36.797Z Compiling serde_core v1.0.228
17912026-04-17T16:55:36.797Z Compiling serde v1.0.228
17922026-04-17T16:55:36.797Z Compiling cfg-if v1.0.4
17932026-04-17T16:55:36.797Z Compiling version_check v0.9.5
17942026-04-17T16:55:36.797Z Compiling find-msvc-tools v0.1.9
17952026-04-17T16:55:36.797Z Compiling shlex v1.3.0
17962026-04-17T16:55:36.939Z Compiling typenum v1.19.0
17972026-04-17T16:55:36.943Z Compiling autocfg v1.5.0
17982026-04-17T16:55:36.943Z Compiling zmij v1.0.21
17992026-04-17T16:55:36.943Z Compiling serde_json v1.0.149
18002026-04-17T16:55:36.943Z Compiling memchr v2.8.0
18012026-04-17T16:55:37.123Z Compiling portable-atomic v1.13.1
18022026-04-17T16:55:37.167Z Compiling zerocopy v0.8.40
18032026-04-17T16:55:37.366Z Compiling libm v0.2.16
18042026-04-17T16:55:37.402Z Compiling smallvec v1.15.1
18052026-04-17T16:55:37.418Z Compiling generic-array v0.14.7
18062026-04-17T16:55:37.435Z Compiling icu_properties_data v2.1.2
18072026-04-17T16:55:37.481Z Compiling num-traits v0.2.19
18082026-04-17T16:55:37.485Z Compiling parking_lot_core v0.9.12
18092026-04-17T16:55:37.485Z Compiling icu_normalizer_data v2.1.1
18102026-04-17T16:55:37.583Z Compiling itoa v1.0.17
18112026-04-17T16:55:37.597Z Compiling getrandom v0.4.1
18122026-04-17T16:55:37.613Z Compiling log v0.4.29
18132026-04-17T16:55:37.709Z Compiling stable_deref_trait v1.2.1
18142026-04-17T16:55:37.735Z Compiling pkg-config v0.3.32
18152026-04-17T16:55:37.750Z Compiling subtle v2.6.1
18162026-04-17T16:55:37.911Z Compiling scopeguard v1.2.0
18172026-04-17T16:55:37.946Z Compiling jobserver v0.1.34
18182026-04-17T16:55:37.946Z Compiling getrandom v0.2.17
18192026-04-17T16:55:38.059Z Compiling errno v0.3.14
18202026-04-17T16:55:38.143Z Compiling rand_core v0.6.4
18212026-04-17T16:55:38.159Z Compiling lock_api v0.4.14
18222026-04-17T16:55:38.196Z Compiling cc v1.2.56
18232026-04-17T16:55:38.257Z Compiling percent-encoding v2.3.2
18242026-04-17T16:55:38.288Z Compiling syn v2.0.117
18252026-04-17T16:55:38.301Z Compiling litemap v0.8.1
18262026-04-17T16:55:38.319Z Compiling writeable v0.6.2
18272026-04-17T16:55:38.366Z Compiling fnv v1.0.7
18282026-04-17T16:55:38.383Z Compiling thiserror v2.0.18
18292026-04-17T16:55:38.475Z Compiling pin-project-lite v0.2.17
18302026-04-17T16:55:38.507Z Compiling getrandom v0.3.4
18312026-04-17T16:55:38.604Z Compiling critical-section v1.2.0
18322026-04-17T16:55:38.656Z Compiling equivalent v1.0.2
18332026-04-17T16:55:38.661Z Compiling allocator-api2 v0.2.21
18342026-04-17T16:55:38.662Z Compiling schemars v0.8.22
18352026-04-17T16:55:38.683Z Compiling rustversion v1.0.22
18362026-04-17T16:55:38.731Z Compiling fs_extra v1.3.0
18372026-04-17T16:55:38.735Z Compiling dunce v1.0.5
18382026-04-17T16:55:38.868Z Compiling rand_core v0.10.0
18392026-04-17T16:55:38.914Z Compiling utf8_iter v1.0.4
18402026-04-17T16:55:38.929Z Compiling foldhash v0.2.0
18412026-04-17T16:55:38.946Z Compiling cmake v0.1.57
18422026-04-17T16:55:39.046Z Compiling once_cell v1.21.3
18432026-04-17T16:55:39.077Z Compiling form_urlencoded v1.2.2
18442026-04-17T16:55:39.130Z Compiling hashbrown v0.16.1
18452026-04-17T16:55:39.300Z Compiling bitflags v2.11.0
18462026-04-17T16:55:39.325Z Compiling semver v1.0.27
18472026-04-17T16:55:39.358Z Compiling const-oid v0.9.6
18482026-04-17T16:55:39.424Z Compiling signal-hook-registry v1.4.8
18492026-04-17T16:55:39.518Z Compiling rustix v1.1.3
18502026-04-17T16:55:39.556Z Compiling ring v0.17.14
18512026-04-17T16:55:39.572Z Compiling aws-lc-sys v0.37.1
18522026-04-17T16:55:39.644Z Compiling parking_lot v0.12.5
18532026-04-17T16:55:39.665Z Compiling mio v1.2.0
18542026-04-17T16:55:39.709Z Compiling socket2 v0.6.3
18552026-04-17T16:55:39.755Z Compiling indexmap v2.13.0
18562026-04-17T16:55:39.769Z Compiling aws-lc-rs v1.16.0
18572026-04-17T16:55:39.815Z Compiling futures-core v0.3.32
18582026-04-17T16:55:39.829Z Compiling thiserror v1.0.69
18592026-04-17T16:55:39.893Z Compiling strsim v0.11.1
18602026-04-17T16:55:40.012Z Compiling httparse v1.10.1
18612026-04-17T16:55:40.084Z Compiling ucd-trie v0.1.7
18622026-04-17T16:55:40.152Z Compiling byteorder v1.5.0
18632026-04-17T16:55:40.305Z Compiling pest v2.8.6
18642026-04-17T16:55:40.373Z Compiling syn v1.0.109
18652026-04-17T16:55:40.377Z Compiling heck v0.5.0
18662026-04-17T16:55:40.409Z Compiling vcpkg v0.2.15
18672026-04-17T16:55:40.421Z Compiling ident_case v1.0.1
18682026-04-17T16:55:40.425Z Compiling iana-time-zone v0.1.65
18692026-04-17T16:55:40.477Z Compiling uuid v1.23.0
18702026-04-17T16:55:40.481Z Compiling cpufeatures v0.2.17
18712026-04-17T16:55:40.623Z Compiling regex-syntax v0.8.10
18722026-04-17T16:55:40.817Z Compiling rustc_version v0.4.1
18732026-04-17T16:55:40.924Z Compiling rustls v0.23.37
18742026-04-17T16:55:40.941Z Compiling futures-sink v0.3.32
18752026-04-17T16:55:40.987Z Compiling openssl-sys v0.9.111
18762026-04-17T16:55:41.064Z Compiling futures-channel v0.3.32
18772026-04-17T16:55:41.124Z Compiling futures-task v0.3.32
18782026-04-17T16:55:41.127Z Compiling slab v0.4.12
18792026-04-17T16:55:41.158Z Compiling futures-io v0.3.32
18802026-04-17T16:55:41.200Z Compiling synstructure v0.13.2
18812026-04-17T16:55:41.222Z Compiling serde_derive_internals v0.29.1
18822026-04-17T16:55:41.352Z Compiling dyn-clone v1.0.20
18832026-04-17T16:55:41.403Z Compiling plain v0.2.3
18842026-04-17T16:55:41.420Z Compiling aho-corasick v1.1.4
18852026-04-17T16:55:41.430Z Compiling pest_meta v2.8.6
18862026-04-17T16:55:41.540Z Compiling time-core v0.1.8
18872026-04-17T16:55:41.544Z Compiling crossbeam-utils v0.8.21
18882026-04-17T16:55:41.596Z Compiling num-conv v0.2.0
18892026-04-17T16:55:41.743Z Compiling openssl v0.10.75
18902026-04-17T16:55:41.758Z Compiling time-macros v0.2.27
18912026-04-17T16:55:41.798Z Compiling base64 v0.22.1
18922026-04-17T16:55:41.898Z Compiling pretty-hex v0.4.1
18932026-04-17T16:55:42.015Z Compiling pest_generator v2.8.6
18942026-04-17T16:55:42.072Z Compiling base64ct v1.8.3
18952026-04-17T16:55:42.091Z Compiling anyhow v1.0.102
18962026-04-17T16:55:42.127Z Compiling crc32fast v1.5.0
18972026-04-17T16:55:42.218Z Compiling regex-automata v0.4.14
18982026-04-17T16:55:42.232Z Compiling darling_core v0.21.3
18992026-04-17T16:55:42.235Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19002026-04-17T16:55:42.324Z Compiling flagset v0.4.7
19012026-04-17T16:55:42.403Z Compiling pem-rfc7468 v0.7.0
19022026-04-17T16:55:42.407Z Compiling native-tls v0.2.18
19032026-04-17T16:55:42.436Z Compiling rand_core v0.9.5
19042026-04-17T16:55:42.458Z Compiling serde_derive v1.0.228
19052026-04-17T16:55:42.479Z Compiling zeroize_derive v1.4.3
19062026-04-17T16:55:42.497Z Compiling zerofrom-derive v0.1.6
19072026-04-17T16:55:42.647Z Compiling yoke-derive v0.8.1
19082026-04-17T16:55:42.663Z Compiling zerovec-derive v0.11.2
19092026-04-17T16:55:42.679Z Compiling displaydoc v0.2.5
19102026-04-17T16:55:42.685Z Compiling zerocopy-derive v0.8.40
19112026-04-17T16:55:42.714Z Compiling tokio-macros v2.7.0
19122026-04-17T16:55:42.732Z Compiling futures-macro v0.3.32
19132026-04-17T16:55:42.750Z Compiling thiserror-impl v2.0.18
19142026-04-17T16:55:42.754Z Compiling schemars_derive v0.8.22
19152026-04-17T16:55:42.814Z Compiling der_derive v0.7.3
19162026-04-17T16:55:43.111Z Compiling zeroize v1.8.2
19172026-04-17T16:55:43.418Z Compiling tracing-attributes v0.1.31
19182026-04-17T16:55:43.529Z Compiling thiserror-impl v1.0.69
19192026-04-17T16:55:43.629Z Compiling pest_derive v2.8.6
19202026-04-17T16:55:43.658Z Compiling zerofrom v0.1.6
19212026-04-17T16:55:43.747Z Compiling futures-util v0.3.32
19222026-04-17T16:55:43.811Z Compiling yoke v0.8.1
19232026-04-17T16:55:43.937Z Compiling crypto-common v0.1.7
19242026-04-17T16:55:43.960Z Compiling block-buffer v0.10.4
19252026-04-17T16:55:44.037Z Compiling zerovec v0.11.5
19262026-04-17T16:55:44.055Z Compiling zerotrie v0.2.3
19272026-04-17T16:55:44.137Z Compiling digest v0.10.7
19282026-04-17T16:55:44.263Z Compiling block-padding v0.3.3
19292026-04-17T16:55:44.433Z Compiling inout v0.1.4
19302026-04-17T16:55:44.492Z Compiling rustls-pki-types v1.14.0
19312026-04-17T16:55:44.508Z Compiling hmac v0.12.1
19322026-04-17T16:55:44.554Z Compiling sha2 v0.10.9
19332026-04-17T16:55:44.557Z Compiling scroll_derive v0.13.1
19342026-04-17T16:55:44.609Z Compiling tinystr v0.8.2
19352026-04-17T16:55:44.625Z Compiling potential_utf v0.1.4
19362026-04-17T16:55:44.677Z Compiling cipher v0.4.4
19372026-04-17T16:55:44.702Z Compiling scroll_derive v0.12.1
19382026-04-17T16:55:44.844Z Compiling icu_locale_core v2.1.1
19392026-04-17T16:55:44.881Z Compiling icu_collections v2.1.1
19402026-04-17T16:55:45.157Z Compiling openssl-macros v0.1.1
19412026-04-17T16:55:45.393Z Compiling regex v1.12.3
19422026-04-17T16:55:45.411Z Compiling darling_macro v0.21.3
19432026-04-17T16:55:45.554Z Compiling icu_provider v2.1.1
19442026-04-17T16:55:45.647Z Compiling bytes v1.11.1
19452026-04-17T16:55:45.706Z Compiling chrono v0.4.44
19462026-04-17T16:55:45.745Z Compiling serde_tokenstream v0.2.3
19472026-04-17T16:55:45.763Z Compiling der v0.7.10
19482026-04-17T16:55:45.779Z Compiling zerocopy-derive v0.7.35
19492026-04-17T16:55:45.838Z Compiling icu_normalizer v2.1.1
19502026-04-17T16:55:45.871Z Compiling icu_properties v2.1.2
19512026-04-17T16:55:46.281Z Compiling tokio v1.52.1
19522026-04-17T16:55:46.445Z Compiling http v1.4.0
19532026-04-17T16:55:46.619Z Compiling slog v2.8.2
19542026-04-17T16:55:46.818Z Compiling idna_adapter v1.2.1
19552026-04-17T16:55:46.900Z Compiling tracing-core v0.1.36
19562026-04-17T16:55:46.970Z Compiling idna v1.1.0
19572026-04-17T16:55:47.145Z Compiling ppv-lite86 v0.2.21
19582026-04-17T16:55:47.271Z Compiling untrusted v0.9.0
19592026-04-17T16:55:47.400Z Compiling url v2.5.8
19602026-04-17T16:55:47.499Z Compiling tracing v0.1.44
19612026-04-17T16:55:47.547Z Compiling spki v0.7.3
19622026-04-17T16:55:47.711Z Compiling darling v0.21.3
19632026-04-17T16:55:47.767Z Compiling salsa20 v0.10.2
19642026-04-17T16:55:47.782Z Compiling pbkdf2 v0.12.2
19652026-04-17T16:55:47.971Z Compiling cookie v0.18.1
19662026-04-17T16:55:48.208Z Compiling camino v1.2.2
19672026-04-17T16:55:48.366Z Compiling scrypt v0.11.0
19682026-04-17T16:55:48.440Z Compiling rand_chacha v0.9.0
19692026-04-17T16:55:48.502Z Compiling aes v0.8.4
19702026-04-17T16:55:48.521Z Compiling cbc v0.1.2
19712026-04-17T16:55:49.026Z Compiling usdt-impl v0.5.0
19722026-04-17T16:55:49.043Z Compiling ref-cast v1.0.25
19732026-04-17T16:55:49.059Z Compiling paste v1.0.15
19742026-04-17T16:55:49.121Z Compiling usdt-impl v0.6.0
19752026-04-17T16:55:49.240Z Compiling either v1.15.0
19762026-04-17T16:55:49.265Z Compiling winnow v0.7.14
19772026-04-17T16:55:49.392Z Compiling pkcs5 v0.7.1
19782026-04-17T16:55:49.469Z Compiling rand v0.9.2
19792026-04-17T16:55:49.487Z Compiling http-body v1.0.1
19802026-04-17T16:55:49.658Z Compiling toml_datetime v0.6.11
19812026-04-17T16:55:49.784Z Compiling serde_spanned v0.6.9
19822026-04-17T16:55:49.838Z Compiling scroll v0.12.0
19832026-04-17T16:55:49.877Z Compiling scroll v0.13.0
19842026-04-17T16:55:49.948Z Compiling heapless v0.7.17
19852026-04-17T16:55:49.981Z Compiling bzip2-sys v0.1.13+1.0.8
19862026-04-17T16:55:50.022Z Compiling untrusted v0.7.1
19872026-04-17T16:55:50.059Z Compiling signal-hook v0.3.18
19882026-04-17T16:55:50.154Z Compiling tokio-util v0.7.18
19892026-04-17T16:55:50.237Z Compiling zstd-safe v7.2.4
19902026-04-17T16:55:50.261Z Compiling atomic-waker v1.1.2
19912026-04-17T16:55:50.290Z Compiling openssl-probe v0.2.1
19922026-04-17T16:55:50.310Z Compiling goblin v0.10.5
19932026-04-17T16:55:50.415Z Compiling goblin v0.8.2
19942026-04-17T16:55:50.513Z Compiling pkcs8 v0.10.2
19952026-04-17T16:55:50.741Z Compiling toml_parser v1.0.9+spec-1.1.0
19962026-04-17T16:55:50.960Z Compiling zerocopy v0.7.35
19972026-04-17T16:55:51.134Z Compiling ref-cast-impl v1.0.25
19982026-04-17T16:55:51.245Z Compiling darling_core v0.20.11
19992026-04-17T16:55:51.294Z Compiling curve25519-dalek v4.1.3
20002026-04-17T16:55:51.370Z Compiling toml_datetime v0.7.5+spec-1.1.0
20012026-04-17T16:55:51.507Z Compiling memoffset v0.9.1
20022026-04-17T16:55:51.528Z Compiling tower-service v0.3.3
20032026-04-17T16:55:51.727Z Compiling tinyvec_macros v0.1.1
20042026-04-17T16:55:51.812Z Compiling try-lock v0.2.5
20052026-04-17T16:55:51.863Z Compiling winnow v0.5.40
20062026-04-17T16:55:51.907Z Compiling litrs v1.0.0
20072026-04-17T16:55:51.944Z Compiling fastrand v2.3.0
20082026-04-17T16:55:52.067Z Compiling tower-layer v0.3.3
20092026-04-17T16:55:52.289Z Compiling rustix v0.38.44
20102026-04-17T16:55:52.374Z Compiling document-features v0.2.12
20112026-04-17T16:55:52.466Z Compiling want v0.3.1
20122026-04-17T16:55:52.621Z Compiling dof v0.3.0
20132026-04-17T16:55:52.661Z Compiling tinyvec v1.10.0
20142026-04-17T16:55:52.677Z Compiling h2 v0.4.13
20152026-04-17T16:55:53.027Z Compiling dof v0.4.0
20162026-04-17T16:55:53.185Z Compiling darling_macro v0.20.11
20172026-04-17T16:55:53.203Z Compiling toml_edit v0.19.15
20182026-04-17T16:55:53.380Z Compiling dtrace-parser v0.2.0
20192026-04-17T16:55:53.531Z Compiling ipnet v2.11.0
20202026-04-17T16:55:53.790Z Compiling dtrace-parser v0.3.0
20212026-04-17T16:55:53.902Z Compiling async-trait v0.1.89
20222026-04-17T16:55:53.992Z Compiling daft-derive v0.1.5
20232026-04-17T16:55:54.026Z Compiling spin v0.9.8
20242026-04-17T16:55:54.042Z Compiling thread-id v4.2.2
20252026-04-17T16:55:54.060Z Compiling thread-id v5.1.0
20262026-04-17T16:55:54.080Z Compiling httpdate v1.0.3
20272026-04-17T16:55:54.151Z Compiling num-bigint-dig v0.8.6
20282026-04-17T16:55:54.272Z Compiling smoltcp v0.9.1
20292026-04-17T16:55:54.311Z Compiling cfg_aliases v0.2.1
20302026-04-17T16:55:54.345Z Compiling foreign-types-shared v0.1.1
20312026-04-17T16:55:54.363Z Compiling powerfmt v0.2.0
20322026-04-17T16:55:54.414Z Compiling pin-utils v0.1.0
20332026-04-17T16:55:54.505Z Compiling foreign-types v0.3.2
20342026-04-17T16:55:54.522Z Compiling deranged v0.5.8
20352026-04-17T16:55:54.584Z Compiling nix v0.31.2
20362026-04-17T16:55:54.600Z Compiling tempfile v3.25.0
20372026-04-17T16:55:54.807Z Compiling darling v0.20.11
20382026-04-17T16:55:54.983Z Compiling ipnetwork v0.21.1
20392026-04-17T16:55:55.217Z Compiling curve25519-dalek-derive v0.1.1
20402026-04-17T16:55:55.253Z Compiling strum_macros v0.26.4
20412026-04-17T16:55:55.508Z Compiling socket2 v0.5.10
20422026-04-17T16:55:55.525Z Compiling wait-timeout v0.2.1
20432026-04-17T16:55:55.667Z Compiling hyper v1.8.1
20442026-04-17T16:55:55.778Z Compiling utf8parse v0.2.2
20452026-04-17T16:55:55.933Z Compiling siphasher v1.0.2
20462026-04-17T16:55:56.128Z Compiling anstyle v1.0.13
20472026-04-17T16:55:56.179Z Compiling quick-error v1.2.3
20482026-04-17T16:55:56.309Z Compiling bit-vec v0.8.0
20492026-04-17T16:55:56.325Z Compiling num_threads v0.1.7
20502026-04-17T16:55:56.328Z Compiling simd-adler32 v0.3.8
20512026-04-17T16:55:56.361Z Compiling rusty-fork v0.3.1
20522026-04-17T16:55:56.441Z Compiling time v0.3.47
20532026-04-17T16:55:56.563Z Compiling bit-set v0.8.0
20542026-04-17T16:55:56.590Z Compiling anstyle-parse v0.2.7
20552026-04-17T16:55:56.801Z Compiling hyper-util v0.1.20
20562026-04-17T16:55:56.856Z Compiling derive_builder_core v0.20.2
20572026-04-17T16:55:57.148Z Compiling unicode-normalization v0.1.25
20582026-04-17T16:55:57.627Z Compiling rustls-native-certs v0.8.3
20592026-04-17T16:55:57.670Z Compiling signature v2.2.0
20602026-04-17T16:55:57.870Z Compiling hubpack_derive v0.1.1
20612026-04-17T16:55:57.914Z Compiling rand_xorshift v0.4.0
20622026-04-17T16:55:57.969Z Compiling strum_macros v0.27.2
20632026-04-17T16:55:58.069Z Compiling sync_wrapper v1.0.2
20642026-04-17T16:55:58.193Z Compiling fs-err v3.3.0
20652026-04-17T16:55:58.242Z Compiling ahash v0.8.12
20662026-04-17T16:55:58.398Z Compiling unicode-properties v0.1.4
20672026-04-17T16:55:58.436Z Compiling is_terminal_polyfill v1.70.2
20682026-04-17T16:55:58.495Z Compiling colorchoice v1.0.4
20692026-04-17T16:55:58.512Z Compiling adler2 v2.0.1
20702026-04-17T16:55:58.544Z Compiling anstyle-query v1.1.5
20712026-04-17T16:55:58.559Z Compiling unarray v0.1.4
20722026-04-17T16:55:58.629Z Compiling unicode-bidi v0.3.18
20732026-04-17T16:55:58.646Z Compiling unicode-segmentation v1.12.0
20742026-04-17T16:55:58.668Z Compiling object v0.37.3
20752026-04-17T16:55:58.671Z Compiling proptest v1.10.0
20762026-04-17T16:55:58.688Z Compiling anstream v0.6.21
20772026-04-17T16:55:58.703Z Compiling miniz_oxide v0.8.9
20782026-04-17T16:55:58.965Z Compiling stringprep v0.1.5
20792026-04-17T16:55:59.271Z Compiling tower v0.5.3
20802026-04-17T16:55:59.315Z Compiling derive_builder_macro v0.20.2
20812026-04-17T16:55:59.358Z Compiling usdt-macro v0.6.0
20822026-04-17T16:55:59.558Z Compiling usdt-attr-macro v0.6.0
20832026-04-17T16:56:00.067Z Compiling http-body-util v0.1.3
20842026-04-17T16:56:00.119Z Compiling webpki-roots v1.0.6
20852026-04-17T16:56:00.357Z Compiling rand_chacha v0.3.1
20862026-04-17T16:56:00.386Z Compiling erased-serde v0.3.31
20872026-04-17T16:56:00.390Z Compiling md-5 v0.10.6
20882026-04-17T16:56:00.489Z Compiling num-integer v0.1.46
20892026-04-17T16:56:00.548Z Compiling hash32 v0.2.1
20902026-04-17T16:56:00.585Z Compiling vergen-lib v0.1.6
20912026-04-17T16:56:00.603Z Compiling ff v0.13.1
20922026-04-17T16:56:00.680Z Compiling ryu v1.0.23
20932026-04-17T16:56:00.707Z Compiling iri-string v0.7.10
20942026-04-17T16:56:00.753Z Compiling zlib-rs v0.6.2
20952026-04-17T16:56:00.770Z Compiling psl-types v2.0.11
20962026-04-17T16:56:00.804Z Compiling base16ct v0.2.0
20972026-04-17T16:56:00.823Z Compiling fallible-iterator v0.2.0
20982026-04-17T16:56:00.906Z Compiling serde_urlencoded v0.7.1
20992026-04-17T16:56:00.921Z Compiling publicsuffix v2.3.0
21002026-04-17T16:56:00.962Z Compiling sec1 v0.7.3
21012026-04-17T16:56:01.009Z Compiling group v0.13.0
21022026-04-17T16:56:01.057Z Compiling num-iter v0.1.45
21032026-04-17T16:56:01.083Z Compiling newtype-uuid v1.3.2
21042026-04-17T16:56:01.116Z Compiling postgres-protocol v0.6.10
21052026-04-17T16:56:01.279Z Compiling rand v0.8.5
21062026-04-17T16:56:01.573Z Compiling oxnet v0.1.4
21072026-04-17T16:56:01.588Z Compiling derive_builder v0.20.2
21082026-04-17T16:56:01.646Z Compiling tokio-native-tls v0.3.1
21092026-04-17T16:56:01.646Z Compiling heck v0.4.1
21102026-04-17T16:56:01.708Z Compiling phf_shared v0.13.1
21112026-04-17T16:56:01.813Z Compiling lazy_static v1.5.0
21122026-04-17T16:56:01.831Z Compiling tower-http v0.6.8
21132026-04-17T16:56:01.897Z Compiling terminal_size v0.4.3
21142026-04-17T16:56:01.932Z Compiling serde_with_macros v3.17.0
21152026-04-17T16:56:01.935Z Compiling cargo-platform v0.1.9
21162026-04-17T16:56:01.966Z Compiling hkdf v0.12.4
21172026-04-17T16:56:01.970Z Compiling crypto-bigint v0.5.5
21182026-04-17T16:56:01.998Z Compiling enum-as-inner v0.6.1
21192026-04-17T16:56:02.076Z Compiling serde_repr v0.1.20
21202026-04-17T16:56:02.091Z Compiling clap_derive v4.5.55
21212026-04-17T16:56:02.202Z Compiling vergen v9.0.6
21222026-04-17T16:56:02.206Z Compiling managed v0.8.0
21232026-04-17T16:56:02.363Z Compiling bumpalo v3.20.2
21242026-04-17T16:56:02.406Z Compiling foldhash v0.1.5
21252026-04-17T16:56:02.461Z Compiling clap_lex v1.0.0
21262026-04-17T16:56:02.543Z Compiling bitflags v1.3.2
21272026-04-17T16:56:02.594Z Compiling libbz2-rs-sys v0.2.2
21282026-04-17T16:56:02.627Z Compiling clap_builder v4.5.60
21292026-04-17T16:56:02.707Z Compiling zopfli v0.8.3
21302026-04-17T16:56:02.711Z Compiling hashbrown v0.15.5
21312026-04-17T16:56:02.858Z Compiling flate2 v1.1.9
21322026-04-17T16:56:02.992Z Compiling elliptic-curve v0.13.8
21332026-04-17T16:56:03.041Z Compiling bzip2 v0.6.1
21342026-04-17T16:56:03.214Z Compiling cargo_metadata v0.19.2
21352026-04-17T16:56:03.351Z Compiling phf v0.13.1
21362026-04-17T16:56:03.441Z Compiling daft v0.1.5
21372026-04-17T16:56:03.463Z Compiling hyper-tls v0.6.0
21382026-04-17T16:56:03.531Z Compiling zstd v0.13.3
21392026-04-17T16:56:03.549Z Compiling signal-hook-mio v0.2.5
21402026-04-17T16:56:03.722Z Compiling cookie_store v0.22.1
21412026-04-17T16:56:03.722Z Compiling postgres-types v0.2.12
21422026-04-17T16:56:03.752Z Compiling bzip2 v0.4.4
21432026-04-17T16:56:03.800Z Compiling strum v0.27.2
21442026-04-17T16:56:03.972Z Compiling hubpack v0.1.2
21452026-04-17T16:56:03.997Z Compiling ed25519 v2.2.3
21462026-04-17T16:56:04.070Z Compiling phf_shared v0.11.3
21472026-04-17T16:56:04.250Z Compiling crossbeam-epoch v0.9.18
21482026-04-17T16:56:04.283Z Compiling pkcs1 v0.7.5
21492026-04-17T16:56:04.317Z Compiling serde-big-array v0.5.1
21502026-04-17T16:56:04.369Z Compiling hex v0.4.3
21512026-04-17T16:56:04.483Z Compiling rfc6979 v0.4.0
21522026-04-17T16:56:04.507Z Compiling bstr v1.12.1
21532026-04-17T16:56:04.656Z Compiling float-cmp v0.10.0
21542026-04-17T16:56:04.676Z Compiling memmap2 v0.9.10
21552026-04-17T16:56:04.692Z Compiling env_filter v1.0.0
21562026-04-17T16:56:04.717Z Compiling encoding_rs v0.8.35
21572026-04-17T16:56:04.750Z Compiling whoami v2.1.0
21582026-04-17T16:56:04.771Z Compiling static_assertions v1.1.0
21592026-04-17T16:56:04.787Z Compiling toml_write v0.1.2
21602026-04-17T16:56:04.825Z Compiling jiff v0.2.21
21612026-04-17T16:56:04.888Z Compiling data-encoding v2.10.0
21622026-04-17T16:56:04.927Z Compiling new_debug_unreachable v1.0.6
21632026-04-17T16:56:04.992Z Compiling mime v0.3.17
21642026-04-17T16:56:05.010Z Compiling normalize-line-endings v0.3.0
21652026-04-17T16:56:05.028Z Compiling difflib v0.4.0
21662026-04-17T16:56:05.034Z Compiling precomputed-hash v0.1.1
21672026-04-17T16:56:05.126Z Compiling rustc-hash v2.1.1
21682026-04-17T16:56:05.144Z Compiling predicates-core v1.0.10
21692026-04-17T16:56:05.161Z Compiling keccak v0.1.6
21702026-04-17T16:56:05.168Z Compiling fixedbitset v0.4.2
21712026-04-17T16:56:05.277Z Compiling fixedbitset v0.5.7
21722026-04-17T16:56:05.339Z Compiling sha3 v0.10.8
21732026-04-17T16:56:05.401Z Compiling petgraph v0.6.5
21742026-04-17T16:56:05.422Z Compiling predicates v3.1.4
21752026-04-17T16:56:05.440Z Compiling iddqd v0.3.17
21762026-04-17T16:56:05.496Z Compiling petgraph v0.8.3
21772026-04-17T16:56:05.581Z Compiling hickory-proto v0.25.2
21782026-04-17T16:56:05.838Z Compiling string_cache v0.8.9
21792026-04-17T16:56:06.019Z Compiling tokio-postgres v0.7.16
21802026-04-17T16:56:06.086Z Compiling similar v2.7.0
21812026-04-17T16:56:06.086Z Compiling toml_edit v0.22.27
21822026-04-17T16:56:06.248Z Compiling env_logger v0.11.9
21832026-04-17T16:56:06.567Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21842026-04-17T16:56:06.596Z Compiling usdt v0.6.0
21852026-04-17T16:56:07.129Z Compiling serde_with v3.17.0
21862026-04-17T16:56:07.223Z Compiling ecdsa v0.16.9
21872026-04-17T16:56:07.395Z Compiling rsa v0.9.10
21882026-04-17T16:56:07.625Z Compiling zip v4.6.1
21892026-04-17T16:56:08.077Z Compiling ed25519-dalek v2.2.0
21902026-04-17T16:56:08.383Z Compiling crossterm v0.28.1
21912026-04-17T16:56:08.424Z Compiling clap v4.5.60
21922026-04-17T16:56:08.863Z Compiling zip v0.6.6
21932026-04-17T16:56:08.937Z Compiling strum v0.26.3
21942026-04-17T16:56:09.091Z Compiling toml v0.7.8
21952026-04-17T16:56:09.251Z Compiling tokio-stream v0.1.18
21962026-04-17T16:56:09.282Z Compiling buf-list v1.1.2
21972026-04-17T16:56:09.326Z Compiling itertools v0.13.0
21982026-04-17T16:56:09.500Z Compiling x509-cert v0.2.5
21992026-04-17T16:56:09.557Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22002026-04-17T16:56:09.650Z Compiling openapiv3 v2.2.0
22012026-04-17T16:56:09.806Z Compiling sha1 v0.10.6
22022026-04-17T16:56:10.067Z Compiling lalrpop-util v0.19.12
22032026-04-17T16:56:10.276Z Compiling peg-runtime v0.8.5
22042026-04-17T16:56:27.030Z Compiling macaddr v1.0.1
22052026-04-17T16:56:27.052Z Compiling structmeta-derive v0.3.0
22062026-04-17T16:56:27.068Z Compiling crucible-workspace-hack v0.1.0
22072026-04-17T16:56:27.199Z Compiling rayon-core v1.13.0
22082026-04-17T16:56:27.293Z Compiling itertools v0.14.0
22092026-04-17T16:56:27.326Z Compiling secrecy v0.10.3
22102026-04-17T16:56:27.358Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22112026-04-17T16:56:27.434Z Compiling heapless v0.8.0
22122026-04-17T16:56:27.515Z Compiling rustls v0.22.4
22132026-04-17T16:56:27.763Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22142026-04-17T16:56:27.863Z Compiling crossbeam-deque v0.8.6
22152026-04-17T16:56:27.882Z Compiling toml_edit v0.23.10+spec-1.0.0
22162026-04-17T16:56:27.939Z Compiling rustls-webpki v0.102.8
22172026-04-17T16:56:27.953Z Compiling futures-executor v0.3.32
22182026-04-17T16:56:28.043Z Compiling structmeta v0.3.0
22192026-04-17T16:56:28.110Z Compiling hash32 v0.3.1
22202026-04-17T16:56:28.182Z Compiling multer v3.1.0
22212026-04-17T16:56:28.278Z Compiling thread_local v1.1.9
22222026-04-17T16:56:28.305Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22232026-04-17T16:56:28.318Z Compiling unicode-width v0.2.0
22242026-04-17T16:56:28.413Z Compiling smoltcp v0.11.0
22252026-04-17T16:56:28.433Z Compiling slog-async v2.8.0
22262026-04-17T16:56:28.451Z Compiling match_cfg v0.1.0
22272026-04-17T16:56:28.551Z Compiling hostname v0.3.1
22282026-04-17T16:56:28.569Z Compiling ingot-macros v0.1.1
22292026-04-17T16:56:28.586Z Compiling proc-macro-crate v3.4.0
22302026-04-17T16:56:28.849Z Compiling derive-ex v0.1.8
22312026-04-17T16:56:28.866Z Compiling futures v0.3.32
22322026-04-17T16:56:28.866Z Compiling slog-json v2.6.1
22332026-04-17T16:56:28.866Z Compiling crossbeam-channel v0.5.15
22342026-04-17T16:56:29.007Z Compiling half v2.7.1
22352026-04-17T16:56:29.037Z Compiling newtype-uuid-macros v0.1.0
22362026-04-17T16:56:29.373Z Compiling thiserror-impl-no-std v2.0.2
22372026-04-17T16:56:29.393Z Compiling cobs v0.3.0
22382026-04-17T16:56:29.393Z Compiling universal-hash v0.5.1
22392026-04-17T16:56:29.557Z Compiling async-stream-impl v0.3.6
22402026-04-17T16:56:29.575Z Compiling serde_spanned v1.0.4
22412026-04-17T16:56:29.590Z Compiling is-terminal v0.4.17
22422026-04-17T16:56:29.809Z Compiling proc-macro-error-attr v1.0.4
22432026-04-17T16:56:29.823Z Compiling dropshot v0.16.7
22442026-04-17T16:56:29.823Z Compiling convert_case v0.4.0
22452026-04-17T16:56:29.823Z Compiling opaque-debug v0.3.1
22462026-04-17T16:56:29.894Z Compiling rustls-webpki v0.103.9
22472026-04-17T16:56:30.048Z Compiling toml_writer v1.0.6+spec-1.1.0
22482026-04-17T16:56:30.076Z Compiling take_mut v0.2.2
22492026-04-17T16:56:30.135Z Compiling term v1.2.1
22502026-04-17T16:56:30.155Z Compiling ciborium-io v0.2.2
22512026-04-17T16:56:30.155Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22522026-04-17T16:56:30.279Z Compiling thiserror-no-std v2.0.2
22532026-04-17T16:56:30.290Z Compiling async-stream v0.3.6
22542026-04-17T16:56:30.290Z Compiling ciborium-ll v0.2.2
22552026-04-17T16:56:30.290Z Compiling test-strategy v0.4.5
22562026-04-17T16:56:30.297Z Compiling toml v0.9.12+spec-1.1.0
22572026-04-17T16:56:30.327Z Compiling derive_more v0.99.20
22582026-04-17T16:56:30.466Z Compiling slog-term v2.9.2
22592026-04-17T16:56:30.579Z Compiling poly1305 v0.8.0
22602026-04-17T16:56:30.587Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22612026-04-17T16:56:30.802Z Compiling tokio-rustls v0.25.0
22622026-04-17T16:56:31.078Z Compiling postcard v1.1.3
22632026-04-17T16:56:31.164Z Compiling ingot-types v0.1.2
22642026-04-17T16:56:31.485Z Compiling num_enum_derive v0.7.5
22652026-04-17T16:56:31.577Z Compiling ingot v0.1.1
22662026-04-17T16:56:31.628Z Compiling slog-bunyan v2.5.0
22672026-04-17T16:56:31.716Z Compiling parse-display-derive v0.10.0
22682026-04-17T16:56:31.834Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22692026-04-17T16:56:31.875Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22702026-04-17T16:56:31.973Z Compiling proc-macro-crate v1.3.1
22712026-04-17T16:56:32.127Z Compiling backon v1.6.0
22722026-04-17T16:56:32.329Z Compiling waitgroup v0.1.2
22732026-04-17T16:56:32.400Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22742026-04-17T16:56:32.420Z Compiling password-hash v0.5.0
22752026-04-17T16:56:32.511Z Compiling dropshot_endpoint v0.16.7
22762026-04-17T16:56:32.536Z Compiling chacha20 v0.9.1
22772026-04-17T16:56:32.552Z Compiling rustls-pemfile v2.2.0
22782026-04-17T16:56:32.704Z Compiling blake2 v0.10.6
22792026-04-17T16:56:32.821Z Compiling aead v0.5.2
22802026-04-17T16:56:32.851Z Compiling foreign-types-macros v0.2.3
22812026-04-17T16:56:32.869Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22822026-04-17T16:56:33.027Z Compiling serde_path_to_error v0.1.20
22832026-04-17T16:56:33.196Z Compiling hostname v0.4.2
22842026-04-17T16:56:33.226Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22852026-04-17T16:56:33.295Z Compiling proc-macro-error v1.0.4
22862026-04-17T16:56:33.392Z Compiling instant v0.1.13
22872026-04-17T16:56:33.408Z Compiling tokio-rustls v0.26.4
22882026-04-17T16:56:33.440Z Compiling rustls-platform-verifier v0.6.2
22892026-04-17T16:56:33.455Z Compiling foreign-types-shared v0.3.1
22902026-04-17T16:56:33.459Z Compiling typeid v1.0.3
22912026-04-17T16:56:33.495Z Compiling cpufeatures v0.3.0
22922026-04-17T16:56:33.518Z Compiling debug-ignore v1.0.5
22932026-04-17T16:56:33.540Z Compiling backoff v0.4.0
22942026-04-17T16:56:33.579Z Compiling foreign-types v0.5.0
22952026-04-17T16:56:33.597Z Compiling chacha20 v0.10.0
22962026-04-17T16:56:33.673Z Compiling hyper-rustls v0.27.7
22972026-04-17T16:56:33.693Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22982026-04-17T16:56:33.711Z Compiling parse-display v0.10.0
22992026-04-17T16:56:33.714Z Compiling chacha20poly1305 v0.10.1
23002026-04-17T16:56:33.747Z Compiling argon2 v0.5.3
23012026-04-17T16:56:33.790Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23022026-04-17T16:56:33.812Z Compiling num_enum v0.7.5
23032026-04-17T16:56:33.828Z Compiling num_enum_derive v0.5.11
23042026-04-17T16:56:33.906Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23052026-04-17T16:56:33.922Z Compiling reqwest v0.12.28
23062026-04-17T16:56:33.961Z Compiling reqwest v0.13.2
23072026-04-17T16:56:34.435Z Compiling ciborium v0.2.2
23082026-04-17T16:56:34.500Z Compiling vsss-rs v3.3.4
23092026-04-17T16:56:34.559Z Compiling tabwriter v1.4.1
23102026-04-17T16:56:34.677Z Compiling byte-wrapper v0.1.0
23112026-04-17T16:56:34.778Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23122026-04-17T16:56:34.795Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23132026-04-17T16:56:34.987Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23142026-04-17T16:56:35.105Z Compiling regress v0.10.5
23152026-04-17T16:56:35.273Z Compiling cstr-argument v0.1.2
23162026-04-17T16:56:35.317Z Compiling erased-serde v0.4.9
23172026-04-17T16:56:35.393Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23182026-04-17T16:56:35.438Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23192026-04-17T16:56:35.472Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23202026-04-17T16:56:35.632Z Compiling num_enum v0.5.11
23212026-04-17T16:56:35.646Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23222026-04-17T16:56:35.661Z Compiling rand v0.10.0
23232026-04-17T16:56:35.777Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23242026-04-17T16:56:35.910Z Compiling rayon v1.11.0
23252026-04-17T16:56:35.927Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23262026-04-17T16:56:35.971Z Compiling indent_write v2.2.0
23272026-04-17T16:56:36.036Z Compiling libefi-sys v0.1.0
23282026-04-17T16:56:36.057Z Compiling colored v3.1.1
23292026-04-17T16:56:36.188Z Compiling zone_cfg_derive v0.3.1
23302026-04-17T16:56:36.278Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23312026-04-17T16:56:36.311Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23322026-04-17T16:56:36.504Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23332026-04-17T16:56:36.740Z Compiling camino-tempfile v1.4.1
23342026-04-17T16:56:36.756Z Compiling itertools v0.12.1
23352026-04-17T16:56:36.786Z Compiling usdt-attr-macro v0.5.0
23362026-04-17T16:56:36.831Z Compiling usdt-macro v0.5.0
23372026-04-17T16:56:36.868Z Compiling bitfield-struct v0.6.2
23382026-04-17T16:56:37.157Z Compiling num-derive v0.4.2
23392026-04-17T16:56:37.265Z Compiling blake3 v1.8.3
23402026-04-17T16:56:37.336Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23412026-04-17T16:56:37.515Z Compiling ordered-float v2.10.1
23422026-04-17T16:56:37.532Z Compiling memmap v0.7.0
23432026-04-17T16:56:37.551Z Compiling sigpipe v0.1.3
23442026-04-17T16:56:37.638Z Compiling swrite v0.1.0
23452026-04-17T16:56:37.679Z Compiling glob v0.3.3
23462026-04-17T16:56:37.706Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23472026-04-17T16:56:37.777Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23482026-04-17T16:56:37.812Z Compiling serde-value v0.7.0
23492026-04-17T16:56:37.835Z Compiling usdt v0.5.0
23502026-04-17T16:56:38.042Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-04-17T16:56:38.080Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23522026-04-17T16:56:38.097Z Compiling zone v0.3.1
23532026-04-17T16:56:38.161Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23542026-04-17T16:56:38.231Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23552026-04-17T16:56:38.285Z Compiling serde-untagged v0.1.9
23562026-04-17T16:56:38.487Z Compiling toml v0.8.23
23572026-04-17T16:56:38.523Z Compiling smf v0.2.3
23582026-04-17T16:56:38.547Z Compiling filetime v0.2.27
23592026-04-17T16:56:38.605Z Compiling xattr v1.6.1
23602026-04-17T16:56:38.627Z Compiling same-file v1.0.6
23612026-04-17T16:56:38.670Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-04-17T16:56:38.772Z Compiling arrayvec v0.7.6
23632026-04-17T16:56:38.787Z Compiling whoami v1.6.1
23642026-04-17T16:56:38.807Z Compiling constant_time_eq v0.4.2
23652026-04-17T16:56:38.826Z Compiling arrayref v0.3.9
23662026-04-17T16:56:38.830Z Compiling unicode-xid v0.2.6
23672026-04-17T16:56:38.925Z Compiling walkdir v2.5.0
23682026-04-17T16:56:38.940Z Compiling tar v0.4.45
23692026-04-17T16:56:39.029Z Compiling cargo-util-schemas v0.8.2
23702026-04-17T16:56:39.040Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-04-17T16:56:39.267Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23722026-04-17T16:56:39.527Z Compiling tokio-dtrace v0.1.1
23732026-04-17T16:56:39.654Z Compiling console v0.16.2
23742026-04-17T16:56:39.670Z Compiling gethostname v0.5.0
23752026-04-17T16:56:39.685Z Compiling cargo-platform v0.2.0
23762026-04-17T16:56:39.724Z Compiling unit-prefix v0.5.2
23772026-04-17T16:56:39.828Z Compiling topological-sort v0.2.2
23782026-04-17T16:56:39.832Z Compiling oxide-tokio-rt v0.1.4
23792026-04-17T16:56:39.888Z Compiling shell-words v1.1.1
23802026-04-17T16:56:39.946Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23812026-04-17T16:56:40.153Z Compiling indicatif v0.18.4
23822026-04-17T16:56:40.302Z Compiling cargo_metadata v0.21.0
23832026-04-17T16:56:49.135Z Compiling progenitor-client v0.13.0
23842026-04-17T16:56:49.153Z Compiling progenitor-client v0.10.0
23852026-04-17T16:56:49.157Z Compiling omicron-zone-package v0.12.2
23862026-04-17T16:56:49.253Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23872026-04-17T16:56:49.285Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23882026-04-17T16:56:49.305Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23892026-04-17T16:56:49.608Z Compiling progenitor-extras v0.1.1
23902026-04-17T16:56:49.631Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23912026-04-17T16:56:49.647Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23922026-04-17T16:56:49.871Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23932026-04-17T16:56:50.218Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23942026-04-17T16:56:50.501Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23952026-04-17T16:56:50.548Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23962026-04-17T16:56:54.944Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23972026-04-17T16:57:01.795Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23982026-04-17T16:57:04.872Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23992026-04-17T16:57:05.838Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24002026-04-17T16:57:14.505Z Finished `release` profile [optimized] target(s) in 1m 38s
24012026-04-17T16:57:14.656Z Running `target/release/omicron-package -t test target create -p dev`
24022026-04-17T16:57:14.720ZLogging to: /work/oxidecomputer/omicron/out/LOG
24032026-04-17T16:57:14.723ZCreated new build target 'test' and set it as active
24042026-04-17T16:57:14.723Z
24052026-04-17T16:57:14.723Zreal 1:38.806375748
24062026-04-17T16:57:14.723Zuser 16:19.566657759
24072026-04-17T16:57:14.723Zsys 2:36.205521315
24082026-04-17T16:57:14.723Ztrap 0.447913185
24092026-04-17T16:57:14.723Ztflt 2.816656315
24102026-04-17T16:57:14.723Zdflt 4.029065301
24112026-04-17T16:57:14.723Zkflt 0.000499785
24122026-04-17T16:57:14.727Zlock 51:41.049276314
24132026-04-17T16:57:14.727Zslp 41:54.960429989
24142026-04-17T16:57:14.727Zlat 43.339545947
24152026-04-17T16:57:14.727Zstop 5:30.991721192
24162026-04-17T16:57:14.727Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24172026-04-17T16:57:15.603Z Finished `release` profile [optimized] target(s) in 0.86s
24182026-04-17T16:57:15.676Z Running `target/release/omicron-package -t test package`
24192026-04-17T16:57:15.734ZLogging to: /work/oxidecomputer/omicron/out/LOG
24202026-04-17T16:57:17.135Z Compiling regress v0.10.5
24212026-04-17T16:57:17.135Z Compiling heck v0.5.0
24222026-04-17T16:57:17.353Z Compiling unsafe-libyaml v0.2.11
24232026-04-17T16:57:17.376Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24242026-04-17T16:57:17.400Z Compiling unicode-width v0.1.14
24252026-04-17T16:57:17.403Z Compiling is-terminal v0.4.17
24262026-04-17T16:57:17.440Z Compiling prettyplease v0.2.37
24272026-04-17T16:57:17.444Z Compiling bytecount v0.6.9
24282026-04-17T16:57:17.444Z Compiling rustls v0.22.4
24292026-04-17T16:57:17.444Z Compiling rustls-webpki v0.102.8
24302026-04-17T16:57:17.444Z Compiling derive-where v1.6.0
24312026-04-17T16:57:17.484Z Compiling thread_local v1.1.9
24322026-04-17T16:57:17.488Z Compiling match_cfg v0.1.0
24332026-04-17T16:57:17.509Z Compiling multer v3.1.0
24342026-04-17T16:57:17.526Z Compiling slog-async v2.8.0
24352026-04-17T16:57:17.546Z Compiling typify-impl v0.6.1
24362026-04-17T16:57:17.611Z Compiling hostname v0.3.1
24372026-04-17T16:57:17.654Z Compiling crossbeam-channel v0.5.15
24382026-04-17T16:57:17.697Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24392026-04-17T16:57:17.700Z Compiling slog-json v2.6.1
24402026-04-17T16:57:17.700Z Compiling futures-executor v0.3.32
24412026-04-17T16:57:17.718Z Compiling serde_spanned v1.0.4
24422026-04-17T16:57:17.787Z Compiling take_mut v0.2.2
24432026-04-17T16:57:17.809Z Compiling term v1.2.1
24442026-04-17T16:57:17.809Z Compiling toml_writer v1.0.6+spec-1.1.0
24452026-04-17T16:57:17.887Z Compiling serde_yaml v0.9.34+deprecated
24462026-04-17T16:57:17.946Z Compiling futures v0.3.32
24472026-04-17T16:57:17.950Z Compiling slog-bunyan v2.5.0
24482026-04-17T16:57:18.010Z Compiling toml v0.9.12+spec-1.1.0
24492026-04-17T16:57:18.034Z Compiling dropshot v0.16.7
24502026-04-17T16:57:18.100Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24512026-04-17T16:57:18.123Z Compiling slog-term v2.9.2
24522026-04-17T16:57:18.148Z Compiling async-stream v0.3.6
24532026-04-17T16:57:18.152Z Compiling progenitor-client v0.13.0
24542026-04-17T16:57:18.152Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24552026-04-17T16:57:18.263Z Compiling waitgroup v0.1.2
24562026-04-17T16:57:18.348Z Compiling backon v1.6.0
24572026-04-17T16:57:18.389Z Compiling rustls-pemfile v2.2.0
24582026-04-17T16:57:18.394Z Compiling serde_path_to_error v0.1.20
24592026-04-17T16:57:18.395Z Compiling hostname v0.4.2
24602026-04-17T16:57:18.439Z Compiling instant v0.1.13
24612026-04-17T16:57:18.481Z Compiling debug-ignore v1.0.5
24622026-04-17T16:57:18.519Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24632026-04-17T16:57:18.581Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24642026-04-17T16:57:18.604Z Compiling backoff v0.4.0
24652026-04-17T16:57:18.608Z Compiling progenitor-extras v0.1.1
24662026-04-17T16:57:18.608Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24672026-04-17T16:57:18.671Z Compiling parse-display v0.10.0
24682026-04-17T16:57:18.674Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24692026-04-17T16:57:18.715Z Compiling progenitor-client v0.10.0
24702026-04-17T16:57:18.741Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24712026-04-17T16:57:18.765Z Compiling macaddr v1.0.1
24722026-04-17T16:57:18.942Z Compiling num-rational v0.4.2
24732026-04-17T16:57:18.966Z Compiling num-complex v0.4.6
24742026-04-17T16:57:19.018Z Compiling console v0.15.11
24752026-04-17T16:57:19.150Z Compiling slog-dtrace v0.3.0
24762026-04-17T16:57:19.183Z Compiling float-ord v0.3.2
24772026-04-17T16:57:19.295Z Compiling newline-converter v0.3.0
24782026-04-17T16:57:19.315Z Compiling atomicwrites v0.4.4
24792026-04-17T16:57:19.336Z Compiling async-recursion v1.1.1
24802026-04-17T16:57:19.378Z Compiling num v0.4.3
24812026-04-17T16:57:19.487Z Compiling cancel-safe-futures v0.1.5
24822026-04-17T16:57:19.510Z Compiling owo-colors v4.3.0
24832026-04-17T16:57:19.579Z Compiling expectorate v1.2.0
24842026-04-17T16:57:19.603Z Compiling libsw-core v0.3.2
24852026-04-17T16:57:19.632Z Compiling resolv-conf v0.7.6
24862026-04-17T16:57:19.683Z Compiling toml v0.8.23
24872026-04-17T16:57:19.747Z Compiling tokio-rustls v0.25.0
24882026-04-17T16:57:19.854Z Compiling libsw v3.5.0
24892026-04-17T16:57:19.950Z Compiling linear-map v1.2.0
24902026-04-17T16:57:20.018Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24912026-04-17T16:57:20.059Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24922026-04-17T16:57:20.132Z Compiling minimal-lexical v0.2.1
24932026-04-17T16:57:20.207Z Compiling linked-hash-map v0.5.6
24942026-04-17T16:57:20.277Z Compiling unicode-xid v0.2.6
24952026-04-17T16:57:20.302Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24962026-04-17T16:57:20.302Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24972026-04-17T16:57:20.306Z Compiling globset v0.4.18
24982026-04-17T16:57:20.369Z Compiling hickory-proto v0.24.4
24992026-04-17T16:57:20.423Z Compiling lru-cache v0.1.2
25002026-04-17T16:57:20.445Z Compiling nom v7.1.3
25012026-04-17T16:57:20.467Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-04-17T16:57:20.606Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25032026-04-17T16:57:20.816Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-04-17T16:57:20.897Z Compiling convert_case v0.10.0
25052026-04-17T16:57:21.200Z Compiling derive_more-impl v2.1.1
25062026-04-17T16:57:21.694Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25072026-04-17T16:57:21.872Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-04-17T16:57:21.905Z Compiling pin-project-internal v1.1.11
25092026-04-17T16:57:22.062Z Compiling derive_more v2.1.1
25102026-04-17T16:57:22.122Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25112026-04-17T16:57:22.170Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25122026-04-17T16:57:22.336Z Compiling papergrid v0.11.0
25132026-04-17T16:57:22.367Z Compiling typify-macro v0.6.1
25142026-04-17T16:57:22.916Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25152026-04-17T16:57:23.134Z Compiling hickory-resolver v0.24.4
25162026-04-17T16:57:23.174Z Compiling pin-project v1.1.11
25172026-04-17T16:57:23.311Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25182026-04-17T16:57:23.535Z Compiling tabled_derive v0.7.0
25192026-04-17T16:57:23.794Z Compiling pem v3.0.6
25202026-04-17T16:57:23.901Z Compiling typify v0.6.1
25212026-04-17T16:57:24.045Z Compiling progenitor-impl v0.13.0
25222026-04-17T16:57:24.457Z Compiling qorb v0.4.1
25232026-04-17T16:57:24.515Z Compiling snafu-derive v0.8.9
25242026-04-17T16:57:24.635Z Compiling termtree v0.5.1
25252026-04-17T16:57:24.834Z Compiling tabled v0.15.0
25262026-04-17T16:57:25.165Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25272026-04-17T16:57:26.185Z Compiling snafu v0.8.9
25282026-04-17T16:57:26.208Z Compiling progenitor-macro v0.13.0
25292026-04-17T16:57:26.314Z Compiling crossterm v0.29.0
25302026-04-17T16:57:26.402Z Compiling olpc-cjson v0.1.4
25312026-04-17T16:57:26.644Z Compiling phf_shared v0.12.1
25322026-04-17T16:57:26.793Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25332026-04-17T16:57:26.896Z Compiling serde_plain v1.0.2
25342026-04-17T16:57:27.214Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25352026-04-17T16:57:27.312Z Compiling csv-core v0.1.13
25362026-04-17T16:57:27.719Z Compiling vte v0.14.1
25372026-04-17T16:57:27.752Z Compiling chrono-tz v0.10.4
25382026-04-17T16:57:27.986Z Compiling highway v1.3.0
25392026-04-17T16:57:28.535Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25402026-04-17T16:57:28.754Z Compiling typed-path v0.9.3
25412026-04-17T16:57:30.073Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25422026-04-17T16:57:30.077Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25432026-04-17T16:57:30.077Z Compiling strip-ansi-escapes v0.2.1
25442026-04-17T16:57:30.077Z Compiling csv v1.4.0
25452026-04-17T16:57:30.115Z Compiling tough v0.20.0
25462026-04-17T16:57:30.263Z Compiling progenitor v0.13.0
25472026-04-17T16:57:30.583Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25482026-04-17T16:57:30.636Z Compiling phf v0.12.1
25492026-04-17T16:57:30.889Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25502026-04-17T16:57:30.977Z Compiling const_format_proc_macros v0.2.34
25512026-04-17T16:57:31.359Z Compiling fd-lock v4.0.4
25522026-04-17T16:57:31.381Z Compiling peg-macros v0.8.5
25532026-04-17T16:57:31.530Z Compiling nu-ansi-term v0.50.3
25542026-04-17T16:57:31.699Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25552026-04-17T16:57:31.777Z Compiling const_format v0.2.35
25562026-04-17T16:57:32.074Z Compiling reedline v0.40.0
25572026-04-17T16:57:32.657Z Compiling peg v0.8.5
25582026-04-17T16:57:32.710Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25592026-04-17T16:57:32.770Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25602026-04-17T16:57:33.092Z Compiling bcs v0.1.6
25612026-04-17T16:57:33.265Z Compiling semver v0.1.20
25622026-04-17T16:57:33.525Z Compiling rustc_version v0.1.7
25632026-04-17T16:57:33.556Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25642026-04-17T16:57:33.774Z Compiling newtype_derive v0.1.6
25652026-04-17T16:57:33.796Z Compiling smawk v0.3.2
25662026-04-17T16:57:33.820Z Compiling unicode-linebreak v0.1.5
25672026-04-17T16:57:34.003Z Compiling humantime v2.3.0
25682026-04-17T16:57:34.105Z Compiling textwrap v0.16.2
25692026-04-17T16:57:34.139Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25702026-04-17T16:57:34.512Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25712026-04-17T16:57:34.535Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25722026-04-17T16:57:34.980Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25732026-04-17T16:57:35.092Z Compiling dropshot-api-manager-types v0.6.0
25742026-04-17T16:57:35.346Z Compiling base64 v0.21.7
25752026-04-17T16:57:35.753Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25762026-04-17T16:57:35.775Z Compiling steno v0.4.1
25772026-04-17T16:57:35.908Z Compiling tagptr v0.2.0
25782026-04-17T16:57:36.128Z Compiling utf-8 v0.7.6
25792026-04-17T16:57:36.139Z Compiling moka v0.12.13
25802026-04-17T16:57:36.203Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25812026-04-17T16:57:36.344Z Compiling tungstenite v0.21.0
25822026-04-17T16:57:36.377Z Compiling radium v0.7.0
25832026-04-17T16:57:36.972Z Compiling tokio-tungstenite v0.21.0
25842026-04-17T16:57:37.183Z Compiling maybe-uninit v2.0.0
25852026-04-17T16:57:37.206Z Compiling hickory-resolver v0.25.2
25862026-04-17T16:57:37.378Z Compiling tap v1.0.1
25872026-04-17T16:57:37.528Z Compiling wyz v0.5.1
25882026-04-17T16:57:37.570Z Compiling zerocopy-derive v0.6.6
25892026-04-17T16:57:37.670Z Compiling crc-catalog v2.4.0
25902026-04-17T16:57:37.784Z Compiling funty v2.0.0
25912026-04-17T16:57:37.803Z Compiling display-error-chain v0.2.2
25922026-04-17T16:57:37.982Z Compiling packed_struct v0.10.1
25932026-04-17T16:57:38.199Z Compiling bitvec v1.0.1
25942026-04-17T16:57:38.254Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25952026-04-17T16:57:38.345Z Compiling zerocopy v0.6.6
25962026-04-17T16:57:38.592Z Compiling crc v3.4.0
25972026-04-17T16:57:38.778Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25982026-04-17T16:57:38.834Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25992026-04-17T16:57:38.960Z Compiling packed_struct_codegen v0.10.1
26002026-04-17T16:57:39.105Z Compiling bitfield-macros v0.19.4
26012026-04-17T16:57:39.810Z Compiling indexmap v1.9.3
26022026-04-17T16:57:40.042Z Compiling nodrop v0.1.14
26032026-04-17T16:57:40.115Z Compiling bitfield v0.19.4
26042026-04-17T16:57:40.209Z Compiling array-init v0.0.4
26052026-04-17T16:57:40.447Z Compiling smallvec v0.6.14
26062026-04-17T16:57:40.578Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26072026-04-17T16:57:40.723Z Compiling num-derive v0.3.3
26082026-04-17T16:57:41.055Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26092026-04-17T16:57:41.599Z Compiling proc-macro-error-attr2 v2.0.0
26102026-04-17T16:57:41.648Z Compiling hashbrown v0.12.3
26112026-04-17T16:57:42.024Z Compiling proc-macro-error2 v2.0.1
26122026-04-17T16:57:42.334Z Compiling libscf-sys v1.1.0
26132026-04-17T16:57:42.361Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26142026-04-17T16:57:42.503Z Compiling serde-hex v0.1.0
26152026-04-17T16:57:42.711Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26162026-04-17T16:57:42.803Z Compiling ron v0.8.1
26172026-04-17T16:57:42.954Z Compiling typify-impl v0.4.3
26182026-04-17T16:57:43.441Z Compiling hashbrown v0.13.2
26192026-04-17T16:57:43.512Z Compiling vergen-gitcl v1.0.8
26202026-04-17T16:57:43.542Z Compiling dirs-sys-next v0.1.2
26212026-04-17T16:57:43.652Z Compiling maplit v1.0.2
26222026-04-17T16:57:43.734Z Compiling crunchy v0.2.4
26232026-04-17T16:57:43.784Z Compiling diesel_derives v2.3.7
26242026-04-17T16:57:43.857Z Compiling crc-any v2.5.0
26252026-04-17T16:57:43.941Z Compiling glob v0.3.3
26262026-04-17T16:57:44.039Z Compiling object v0.30.4
26272026-04-17T16:57:44.088Z Compiling dirs-next v2.0.0
26282026-04-17T16:57:44.115Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26292026-04-17T16:57:44.243Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26302026-04-17T16:57:44.262Z Compiling tabled_derive v0.11.0
26312026-04-17T16:57:44.331Z Compiling clang-sys v1.8.1
26322026-04-17T16:57:44.386Z Compiling papergrid v0.17.0
26332026-04-17T16:57:44.611Z Compiling testing_table v0.3.0
26342026-04-17T16:57:44.756Z Compiling dsl_auto_type v0.2.0
26352026-04-17T16:57:44.793Z Compiling scheduled-thread-pool v0.2.7
26362026-04-17T16:57:44.953Z Compiling diesel_table_macro_syntax v0.3.0
26372026-04-17T16:57:45.067Z Compiling path-slash v0.1.5
26382026-04-17T16:57:45.183Z Compiling tiny-keccak v2.0.2
26392026-04-17T16:57:45.209Z Compiling r2d2 v0.8.10
26402026-04-17T16:57:45.287Z Compiling term v0.7.0
26412026-04-17T16:57:45.439Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26422026-04-17T16:57:45.462Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26432026-04-17T16:57:45.485Z Compiling downcast-rs v2.0.2
26442026-04-17T16:57:45.508Z Compiling bit-vec v0.6.3
26452026-04-17T16:57:45.625Z Compiling tabled v0.20.0
26462026-04-17T16:57:45.713Z Compiling xshell-macros v0.2.7
26472026-04-17T16:57:45.845Z Compiling bit-set v0.5.3
26482026-04-17T16:57:45.851Z Compiling ascii-canvas v3.0.0
26492026-04-17T16:57:46.003Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26502026-04-17T16:57:46.099Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26512026-04-17T16:57:46.118Z Compiling xshell v0.2.7
26522026-04-17T16:57:46.124Z Compiling itertools v0.10.5
26532026-04-17T16:57:46.166Z Compiling ena v0.14.4
26542026-04-17T16:57:46.405Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26552026-04-17T16:57:46.422Z Compiling typify-macro v0.4.3
26562026-04-17T16:57:46.557Z Compiling libloading v0.8.9
26572026-04-17T16:57:46.797Z Compiling regex-syntax v0.6.29
26582026-04-17T16:57:46.886Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26592026-04-17T16:57:47.236Z Compiling bindgen v0.71.1
26602026-04-17T16:57:47.453Z Compiling diff v0.1.13
26612026-04-17T16:57:47.599Z Compiling unicase v2.9.0
26622026-04-17T16:57:47.929Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26632026-04-17T16:57:48.737Z Compiling lalrpop v0.19.12
26642026-04-17T16:57:48.849Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26652026-04-17T16:57:49.137Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26662026-04-17T16:57:49.796Z Compiling cexpr v0.6.0
26672026-04-17T16:57:49.998Z Compiling diesel v2.3.7
26682026-04-17T16:57:50.105Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26692026-04-17T16:57:50.127Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26702026-04-17T16:57:50.221Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26712026-04-17T16:57:50.317Z Compiling crc8 v0.1.1
26722026-04-17T16:57:50.395Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26732026-04-17T16:57:50.415Z Compiling typify v0.4.3
26742026-04-17T16:57:50.456Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26752026-04-17T16:57:50.563Z Compiling headers-core v0.3.0
26762026-04-17T16:57:50.729Z Compiling libxml v0.3.3
26772026-04-17T16:57:50.751Z Compiling headers v0.4.1
26782026-04-17T16:57:50.975Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26792026-04-17T16:57:51.055Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26802026-04-17T16:57:51.273Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26812026-04-17T16:57:51.747Z Compiling strum_macros v0.24.3
26822026-04-17T16:57:52.177Z Compiling indoc v1.0.9
26832026-04-17T16:57:52.619Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26842026-04-17T16:57:52.779Z Compiling derive_builder v0.20.2
26852026-04-17T16:57:52.917Z Compiling oso-derive v0.27.3
26862026-04-17T16:57:52.947Z Compiling quick-xml v0.37.5
26872026-04-17T16:57:52.971Z Compiling impl-trait-for-tuples v0.2.3
26882026-04-17T16:57:53.004Z Compiling half v1.8.3
26892026-04-17T16:57:53.042Z Compiling openssl-probe v0.1.6
26902026-04-17T16:57:53.439Z Compiling serde_cbor v0.11.2
26912026-04-17T16:57:53.485Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26922026-04-17T16:57:53.503Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26932026-04-17T16:57:53.528Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26942026-04-17T16:57:54.204Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26952026-04-17T16:57:54.245Z Compiling bb8 v0.8.6
26962026-04-17T16:57:54.341Z Compiling trait-variant v0.1.2
26972026-04-17T16:57:54.430Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26982026-04-17T16:57:54.507Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26992026-04-17T16:57:54.634Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27002026-04-17T16:57:54.888Z Compiling fxhash v0.2.1
27012026-04-17T16:57:54.894Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27022026-04-17T16:57:54.999Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27032026-04-17T16:57:55.016Z Compiling progenitor-impl v0.10.0
27042026-04-17T16:57:55.032Z Compiling samael v0.0.19
27052026-04-17T16:57:55.110Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27062026-04-17T16:57:55.151Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27072026-04-17T16:57:55.457Z Compiling kstat-rs v0.2.4
27082026-04-17T16:57:55.668Z Compiling libz-sys v1.1.24
27092026-04-17T16:57:55.952Z Compiling salty v0.3.0
27102026-04-17T16:57:56.097Z Compiling nonempty v0.12.0
27112026-04-17T16:57:56.311Z Compiling polar-core v0.27.3
27122026-04-17T16:57:56.346Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27132026-04-17T16:57:56.567Z Compiling progenitor-impl v0.11.2
27142026-04-17T16:57:56.894Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27152026-04-17T16:57:56.961Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27162026-04-17T16:57:57.140Z Compiling progenitor-macro v0.10.0
27172026-04-17T16:57:58.310Z Compiling darling_core v0.23.0
27182026-04-17T16:57:58.683Z Compiling nanorand v0.7.0
27192026-04-17T16:57:58.991Z Compiling arc-swap v1.8.2
27202026-04-17T16:57:59.039Z Compiling fs-err v2.11.0
27212026-04-17T16:57:59.365Z Compiling parking_lot_core v0.8.6
27222026-04-17T16:57:59.498Z Compiling mime_guess v2.0.5
27232026-04-17T16:57:59.803Z Compiling slog-scope v4.4.1
27242026-04-17T16:58:00.234Z Compiling flume v0.11.1
27252026-04-17T16:58:00.271Z Compiling progenitor-macro v0.11.2
27262026-04-17T16:58:00.424Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27272026-04-17T16:58:00.506Z Compiling darling_macro v0.23.0
27282026-04-17T16:58:01.013Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27292026-04-17T16:58:01.097Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27302026-04-17T16:58:01.174Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27312026-04-17T16:58:02.112Z Compiling progenitor v0.10.0
27322026-04-17T16:58:02.312Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27332026-04-17T16:58:06.819Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27342026-04-17T16:58:06.880Z Compiling oso v0.27.3
27352026-04-17T16:58:06.880Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27362026-04-17T16:58:06.880Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27372026-04-17T16:58:06.880Z Compiling progenitor-client v0.11.2
27382026-04-17T16:58:07.567Z Compiling diesel-dtrace v0.5.0
27392026-04-17T16:58:07.890Z Compiling async-bb8-diesel v0.2.1
27402026-04-17T16:58:08.671Z Compiling git-stub v1.0.0
27412026-04-17T16:58:08.871Z Compiling libgit2-sys v0.18.3+1.9.2
27422026-04-17T16:58:08.953Z Compiling instability v0.3.11
27432026-04-17T16:58:09.011Z Compiling git-stub-vcs v0.1.0
27442026-04-17T16:58:09.212Z Compiling progenitor v0.11.2
27452026-04-17T16:58:09.368Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27462026-04-17T16:58:09.391Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27472026-04-17T16:58:10.611Z Compiling darling v0.23.0
27482026-04-17T16:58:10.777Z Compiling slog-stdlog v4.1.1
27492026-04-17T16:58:11.660Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27502026-04-17T16:58:11.664Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27512026-04-17T16:58:11.746Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27522026-04-17T16:58:11.925Z Compiling ignore v0.4.25
27532026-04-17T16:58:13.306Z Compiling primeorder v0.13.6
27542026-04-17T16:58:13.620Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-04-17T16:58:14.458Z Compiling castaway v0.2.4
27562026-04-17T16:58:14.614Z Compiling atty v0.2.14
27572026-04-17T16:58:14.642Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-04-17T16:58:14.757Z Compiling http-range v0.1.5
27592026-04-17T16:58:14.876Z Compiling parse-size v1.1.0
27602026-04-17T16:58:15.052Z Compiling indoc v2.0.7
27612026-04-17T16:58:15.106Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27622026-04-17T16:58:15.127Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27632026-04-17T16:58:15.405Z Compiling compact_str v0.8.1
27642026-04-17T16:58:15.440Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-04-17T16:58:16.176Z Compiling p384 v0.13.1
27662026-04-17T16:58:16.899Z Compiling globwalk v0.9.1
27672026-04-17T16:58:16.944Z Compiling parking_lot v0.11.2
27682026-04-17T16:58:17.395Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-04-17T16:58:17.576Z Compiling slog-envlogger v2.2.0
27702026-04-17T16:58:17.871Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27712026-04-17T16:58:18.306Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27722026-04-17T16:58:18.329Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27732026-04-17T16:58:18.474Z Compiling predicates-tree v1.0.13
27742026-04-17T16:58:18.640Z Compiling unicode-truncate v1.1.0
27752026-04-17T16:58:18.662Z Compiling lru v0.12.5
27762026-04-17T16:58:18.743Z Compiling rand_seeder v0.4.0
27772026-04-17T16:58:18.849Z Compiling prefix-trie v0.7.0
27782026-04-17T16:58:18.887Z Compiling vergen-git2 v1.0.7
27792026-04-17T16:58:18.934Z Compiling cassowary v0.3.0
27802026-04-17T16:58:18.997Z Compiling compression-core v0.4.31
27812026-04-17T16:58:19.102Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27822026-04-17T16:58:19.159Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27832026-04-17T16:58:19.212Z Compiling ratatui v0.29.0
27842026-04-17T16:58:19.313Z Compiling hickory-server v0.25.2
27852026-04-17T16:58:19.335Z Compiling compression-codecs v0.4.37
27862026-04-17T16:58:19.359Z Compiling camino-tempfile-ext v0.3.3
27872026-04-17T16:58:19.766Z Compiling hyper-staticfile v0.10.1
27882026-04-17T16:58:20.023Z Compiling sled v0.34.7
27892026-04-17T16:58:20.848Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27902026-04-17T16:58:21.023Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27912026-04-17T16:58:21.514Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-04-17T16:58:21.571Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27932026-04-17T16:58:21.872Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27942026-04-17T16:58:22.295Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27952026-04-17T16:58:22.686Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27962026-04-17T16:58:22.775Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27972026-04-17T16:58:23.025Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-04-17T16:58:23.215Z Compiling toml_datetime v1.0.0+spec-1.1.0
27992026-04-17T16:58:23.486Z Compiling dropshot v0.17.0
28002026-04-17T16:58:23.679Z Compiling corncobs v0.1.4
28012026-04-17T16:58:23.717Z Compiling rustls v0.21.12
28022026-04-17T16:58:23.940Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28032026-04-17T16:58:23.994Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28042026-04-17T16:58:24.208Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28052026-04-17T16:58:24.278Z Compiling toml v1.0.6+spec-1.1.0
28062026-04-17T16:58:24.354Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28072026-04-17T16:58:24.698Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28082026-04-17T16:58:25.054Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28092026-04-17T16:58:25.270Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28102026-04-17T16:58:25.293Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28112026-04-17T16:58:25.421Z Compiling async-compression v0.4.41
28122026-04-17T16:58:25.936Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28132026-04-17T16:58:27.497Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28142026-04-17T16:58:27.915Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28152026-04-17T16:58:28.396Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28162026-04-17T16:58:28.466Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28172026-04-17T16:58:28.621Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28182026-04-17T16:58:28.690Z Compiling rustls-webpki v0.101.7
28192026-04-17T16:58:28.845Z Compiling sct v0.7.1
28202026-04-17T16:58:28.975Z Compiling nix v0.29.0
28212026-04-17T16:58:29.119Z Compiling secrecy v0.8.0
28222026-04-17T16:58:29.311Z Compiling dropshot_endpoint v0.17.0
28232026-04-17T16:58:29.364Z Compiling void v1.0.2
28242026-04-17T16:58:29.512Z Compiling lzss v0.8.2
28252026-04-17T16:58:30.109Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28262026-04-17T16:58:30.449Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28272026-04-17T16:58:30.815Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28282026-04-17T16:58:31.360Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28292026-04-17T16:58:31.767Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28302026-04-17T16:58:32.467Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28312026-04-17T16:58:32.829Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28322026-04-17T16:58:33.073Z Compiling tungstenite v0.23.0
28332026-04-17T16:58:33.388Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28342026-04-17T16:58:33.614Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28352026-04-17T16:58:33.742Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28362026-04-17T16:58:33.764Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28372026-04-17T16:58:33.844Z Compiling nix v0.27.1
28382026-04-17T16:58:33.971Z Compiling serde_bytes v0.11.19
28392026-04-17T16:58:34.029Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28402026-04-17T16:58:34.354Z Compiling tokio-tungstenite v0.23.1
28412026-04-17T16:58:34.626Z Compiling git2 v0.20.4
28422026-04-17T16:58:34.765Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28432026-04-17T16:58:35.061Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28442026-04-17T16:58:35.236Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28452026-04-17T16:58:35.415Z Compiling tokio-rustls v0.24.1
28462026-04-17T16:58:35.729Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28472026-04-17T16:58:37.631Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28482026-04-17T16:58:37.656Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28492026-04-17T16:58:40.318Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28502026-04-17T16:58:40.702Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28512026-04-17T16:58:40.733Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28522026-04-17T16:58:41.144Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28532026-04-17T16:58:41.581Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28542026-04-17T16:58:42.767Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28552026-04-17T16:58:43.266Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28562026-04-17T16:58:43.291Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28572026-04-17T16:58:44.283Z Compiling rustls-pemfile v1.0.4
28582026-04-17T16:58:44.708Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28592026-04-17T16:58:45.512Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28602026-04-17T16:58:45.841Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28612026-04-17T16:58:46.352Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28622026-04-17T16:58:47.451Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28632026-04-17T16:58:48.001Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28642026-04-17T16:58:48.024Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28652026-04-17T16:58:48.271Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28662026-04-17T16:58:48.506Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28672026-04-17T16:58:48.561Z Compiling signal-hook-tokio v0.3.1
28682026-04-17T16:58:48.753Z Compiling twox-hash v2.1.2
28692026-04-17T16:58:48.915Z Compiling yasna v0.5.2
28702026-04-17T16:58:49.217Z Compiling is_ci v1.2.0
28712026-04-17T16:58:49.437Z Compiling supports-color v3.0.2
28722026-04-17T16:58:49.460Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28732026-04-17T16:58:49.723Z Compiling rcgen v0.12.1
28742026-04-17T16:58:49.756Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28752026-04-17T16:58:49.905Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28762026-04-17T16:58:50.472Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28772026-04-17T16:58:50.898Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28782026-04-17T16:58:51.847Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28792026-04-17T16:58:52.463Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28802026-04-17T16:58:53.113Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28812026-04-17T16:58:54.034Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28822026-04-17T16:58:54.169Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28832026-04-17T16:58:54.799Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28842026-04-17T16:58:55.028Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28852026-04-17T16:58:55.110Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28862026-04-17T16:58:55.273Z Compiling fatfs v0.3.6
28872026-04-17T16:58:55.335Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28882026-04-17T16:58:55.860Z Compiling rtoolbox v0.0.3
28892026-04-17T16:58:56.212Z Compiling subprocess v0.2.15
28902026-04-17T16:58:56.489Z Compiling assert_matches v1.5.0
28912026-04-17T16:58:56.600Z Compiling seq-macro v0.3.6
28922026-04-17T16:58:56.988Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28932026-04-17T16:58:57.090Z Compiling rpassword v7.4.0
28942026-04-17T16:58:57.441Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28952026-04-17T16:58:57.965Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28962026-04-17T16:58:58.409Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28972026-04-17T16:58:58.542Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28982026-04-17T16:58:59.023Z Compiling tui-tree-widget v0.23.1
28992026-04-17T16:58:59.317Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29002026-04-17T16:58:59.973Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29012026-04-17T16:59:00.414Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29022026-04-17T16:59:00.497Z Compiling uzers v0.12.2
29032026-04-17T16:59:00.947Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29042026-04-17T16:59:01.928Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29052026-04-17T16:59:02.981Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29062026-04-17T16:59:03.759Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29072026-04-17T16:59:06.140Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29082026-04-17T16:59:06.830Z Compiling support-bundle-viewer v0.1.2
29092026-04-17T16:59:08.348Z Compiling multimap v0.10.1
29102026-04-17T16:59:18.451Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29112026-04-17T16:59:26.577Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29122026-04-17T16:59:27.306Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29132026-04-17T16:59:28.985Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29142026-04-17T17:05:46.706Z Finished `release` profile [optimized] target(s) in 8m 30s
29152026-04-17T17:06:32.148Z
29162026-04-17T17:06:32.152Zreal 9:17.330962024
29172026-04-17T17:06:32.152Zuser 1:17:45.927469749
29182026-04-17T17:06:32.152Zsys 3:27.810589887
29192026-04-17T17:06:32.152Ztrap 1.718158615
29202026-04-17T17:06:32.152Ztflt 2.233119446
29212026-04-17T17:06:32.152Zdflt 18.661025180
29222026-04-17T17:06:32.152Zkflt 0.001926097
29232026-04-17T17:06:32.152Zlock 7:06:23.635169172
29242026-04-17T17:06:32.152Zslp 2:14:26.401448946
29252026-04-17T17:06:32.152Zlat 2:25.378318096
29262026-04-17T17:06:32.152Zstop 5:07.663907327
29272026-04-17T17:06:32.152Z+ mapfile -t packages
29282026-04-17T17:06:32.152Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29292026-04-17T17:06:33.093Z Finished `release` profile [optimized] target(s) in 0.93s
29302026-04-17T17:06:33.162Z Running `target/release/omicron-package -t test list-outputs`
29312026-04-17T17:06:33.213ZLogging to: /work/oxidecomputer/omicron/out/LOG
29322026-04-17T17:06:33.216Z+ ptime -m cargo build --locked --release -p xtask
29332026-04-17T17:06:33.737Z Compiling libc v0.2.185
29342026-04-17T17:06:33.737Z Compiling serde v1.0.228
29352026-04-17T17:06:33.740Z Compiling serde_core v1.0.228
29362026-04-17T17:06:33.740Z Compiling rustix v1.1.3
29372026-04-17T17:06:33.740Z Compiling bitflags v2.11.0
29382026-04-17T17:06:33.740Z Compiling serde_json v1.0.149
29392026-04-17T17:06:33.741Z Compiling num-traits v0.2.19
29402026-04-17T17:06:33.828Z Compiling smallvec v1.15.1
29412026-04-17T17:06:33.838Z Compiling syn v2.0.117
29422026-04-17T17:06:33.893Z Compiling hashbrown v0.16.1
29432026-04-17T17:06:33.902Z Compiling usdt-impl v0.5.0
29442026-04-17T17:06:33.925Z Compiling syn v1.0.109
29452026-04-17T17:06:33.934Z Compiling percent-encoding v2.3.2
29462026-04-17T17:06:33.943Z Compiling log v0.4.29
29472026-04-17T17:06:34.227Z Compiling getrandom v0.4.1
29482026-04-17T17:06:34.250Z Compiling form_urlencoded v1.2.2
29492026-04-17T17:06:34.280Z Compiling fs-err v3.3.0
29502026-04-17T17:06:34.336Z Compiling heck v0.4.1
29512026-04-17T17:06:34.405Z Compiling once_cell v1.21.3
29522026-04-17T17:06:34.408Z Compiling anyhow v1.0.102
29532026-04-17T17:06:34.529Z Compiling indexmap v2.13.0
29542026-04-17T17:06:34.739Z Compiling errno v0.3.14
29552026-04-17T17:06:34.743Z Compiling thread-id v4.2.2
29562026-04-17T17:06:34.743Z Compiling memmap v0.7.0
29572026-04-17T17:06:35.028Z Compiling ordered-float v2.10.1
29582026-04-17T17:06:35.463Z Compiling proc-macro-error v1.0.4
29592026-04-17T17:06:35.714Z Compiling tabled_derive v0.7.0
29602026-04-17T17:06:35.759Z Compiling terminal_size v0.4.3
29612026-04-17T17:06:35.759Z Compiling tempfile v3.25.0
29622026-04-17T17:06:35.860Z Compiling clap_builder v4.5.60
29632026-04-17T17:06:35.860Z Compiling textwrap v0.16.2
29642026-04-17T17:06:35.994Z Compiling camino-tempfile v1.4.1
29652026-04-17T17:06:36.378Z Compiling tabled v0.15.0
29662026-04-17T17:06:36.438Z Compiling synstructure v0.13.2
29672026-04-17T17:06:36.439Z Compiling pest_generator v2.8.6
29682026-04-17T17:06:36.849Z Compiling serde_derive v1.0.228
29692026-04-17T17:06:36.849Z Compiling zerovec-derive v0.11.2
29702026-04-17T17:06:36.853Z Compiling displaydoc v0.2.5
29712026-04-17T17:06:36.853Z Compiling thiserror-impl v1.0.69
29722026-04-17T17:06:36.889Z Compiling zerofrom-derive v0.1.6
29732026-04-17T17:06:36.905Z Compiling yoke-derive v0.8.1
29742026-04-17T17:06:36.992Z Compiling zerocopy-derive v0.7.35
29752026-04-17T17:06:37.388Z Compiling pest_derive v2.8.6
29762026-04-17T17:06:37.400Z Compiling scroll_derive v0.12.1
29772026-04-17T17:06:37.459Z Compiling thiserror-impl v2.0.18
29782026-04-17T17:06:37.538Z Compiling clap_derive v4.5.55
29792026-04-17T17:06:37.817Z Compiling zerocopy v0.7.35
29802026-04-17T17:06:37.974Z Compiling thiserror v1.0.69
29812026-04-17T17:06:37.988Z Compiling zerofrom v0.1.6
29822026-04-17T17:06:38.064Z Compiling scroll v0.12.0
29832026-04-17T17:06:38.131Z Compiling yoke v0.8.1
29842026-04-17T17:06:38.165Z Compiling dtrace-parser v0.2.0
29852026-04-17T17:06:38.363Z Compiling zerovec v0.11.5
29862026-04-17T17:06:38.413Z Compiling zerotrie v0.2.3
29872026-04-17T17:06:38.524Z Compiling goblin v0.8.2
29882026-04-17T17:06:38.655Z Compiling thiserror v2.0.18
29892026-04-17T17:06:38.902Z Compiling tinystr v0.8.2
29902026-04-17T17:06:38.983Z Compiling potential_utf v0.1.4
29912026-04-17T17:06:39.156Z Compiling icu_locale_core v2.1.1
29922026-04-17T17:06:39.172Z Compiling icu_collections v2.1.1
29932026-04-17T17:06:39.207Z Compiling clap v4.5.60
29942026-04-17T17:06:39.865Z Compiling icu_provider v2.1.1
29952026-04-17T17:06:40.002Z Compiling toml_datetime v0.6.11
29962026-04-17T17:06:40.078Z Compiling serde_spanned v0.6.9
29972026-04-17T17:06:40.122Z Compiling dof v0.3.0
29982026-04-17T17:06:40.155Z Compiling icu_normalizer v2.1.1
29992026-04-17T17:06:40.267Z Compiling icu_properties v2.1.2
30002026-04-17T17:06:40.302Z Compiling toml_edit v0.22.27
30012026-04-17T17:06:40.341Z Compiling serde_tokenstream v0.2.3
30022026-04-17T17:06:40.559Z Compiling serde-value v0.7.0
30032026-04-17T17:06:40.686Z Compiling cargo-platform v0.2.0
30042026-04-17T17:06:40.822Z Compiling macaddr v1.0.1
30052026-04-17T17:06:40.960Z Compiling usdt-macro v0.5.0
30062026-04-17T17:06:41.084Z Compiling usdt-attr-macro v0.5.0
30072026-04-17T17:06:41.146Z Compiling idna_adapter v1.2.1
30082026-04-17T17:06:41.266Z Compiling idna v1.1.0
30092026-04-17T17:06:41.595Z Compiling url v2.5.8
30102026-04-17T17:06:41.884Z Compiling toml v0.8.23
30112026-04-17T17:06:41.908Z Compiling usdt v0.5.0
30122026-04-17T17:06:42.444Z Compiling cargo-util-schemas v0.8.2
30132026-04-17T17:06:42.444Z Compiling cargo_toml v0.21.0
30142026-04-17T17:06:43.522Z Compiling cargo_metadata v0.21.0
30152026-04-17T17:06:46.607Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30162026-04-17T17:06:49.604Z Finished `release` profile [optimized] target(s) in 16.37s
30172026-04-17T17:06:49.749Z
30182026-04-17T17:06:49.749Zreal 16.499999231
30192026-04-17T17:06:49.749Zuser 2:22.168869090
30202026-04-17T17:06:49.749Zsys 18.091291929
30212026-04-17T17:06:49.749Ztrap 0.080144785
30222026-04-17T17:06:49.749Ztflt 0.724970702
30232026-04-17T17:06:49.749Zdflt 1.474850494
30242026-04-17T17:06:49.749Zkflt 0.000055909
30252026-04-17T17:06:49.749Zlock 5:05.916274494
30262026-04-17T17:06:49.749Zslp 3:31.201330792
30272026-04-17T17:06:49.749Zlat 5.879737966
30282026-04-17T17:06:49.749Zstop 18.472054561
30292026-04-17T17:06:49.755Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30302026-04-17T17:06:49.755Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30312026-04-17T17:06:49.756Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30322026-04-17T17:06:49.756Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30332026-04-17T17:06:49.756Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30342026-04-17T17:06:50.673Z Compiling regress v0.10.5
30352026-04-17T17:06:50.678Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30362026-04-17T17:06:50.678Z Compiling newtype-uuid-macros v0.1.0
30372026-04-17T17:06:50.678Z Compiling rustls v0.22.4
30382026-04-17T17:06:50.822Z Compiling progenitor-client v0.13.0
30392026-04-17T17:06:50.831Z Compiling rustls-webpki v0.102.8
30402026-04-17T17:06:50.831Z Compiling structmeta-derive v0.3.0
30412026-04-17T17:06:50.831Z Compiling serde_spanned v1.0.4
30422026-04-17T17:06:50.831Z Compiling multer v3.1.0
30432026-04-17T17:06:50.837Z Compiling toml_writer v1.0.6+spec-1.1.0
30442026-04-17T17:06:50.837Z Compiling match_cfg v0.1.0
30452026-04-17T17:06:50.837Z Compiling debug-ignore v1.0.5
30462026-04-17T17:06:50.837Z Compiling slog-json v2.6.1
30472026-04-17T17:06:50.837Z Compiling async-stream-impl v0.3.6
30482026-04-17T17:06:50.837Z Compiling waitgroup v0.1.2
30492026-04-17T17:06:50.837Z Compiling rustls-pemfile v2.2.0
30502026-04-17T17:06:51.071Z Compiling hostname v0.3.1
30512026-04-17T17:06:51.102Z Compiling hostname v0.4.2
30522026-04-17T17:06:51.122Z Compiling serde_path_to_error v0.1.20
30532026-04-17T17:06:51.141Z Compiling itertools v0.14.0
30542026-04-17T17:06:51.189Z Compiling dropshot v0.16.7
30552026-04-17T17:06:51.189Z Compiling toml v0.9.12+spec-1.1.0
30562026-04-17T17:06:51.222Z Compiling slog-bunyan v2.5.0
30572026-04-17T17:06:51.229Z Compiling dropshot_endpoint v0.16.7
30582026-04-17T17:06:51.282Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30592026-04-17T17:06:51.300Z Compiling macaddr v1.0.1
30602026-04-17T17:06:51.394Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30612026-04-17T17:06:51.413Z Compiling instant v0.1.13
30622026-04-17T17:06:51.463Z Compiling progenitor-client v0.10.0
30632026-04-17T17:06:51.486Z Compiling backon v1.6.0
30642026-04-17T17:06:51.524Z Compiling backoff v0.4.0
30652026-04-17T17:06:51.541Z Compiling async-stream v0.3.6
30662026-04-17T17:06:51.557Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30672026-04-17T17:06:51.567Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30682026-04-17T17:06:51.663Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30692026-04-17T17:06:51.708Z Compiling progenitor-extras v0.1.1
30702026-04-17T17:06:51.736Z Compiling universal-hash v0.5.1
30712026-04-17T17:06:51.753Z Compiling opaque-debug v0.3.1
30722026-04-17T17:06:51.783Z Compiling half v2.7.1
30732026-04-17T17:06:51.831Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30742026-04-17T17:06:51.847Z Compiling crucible-workspace-hack v0.1.0
30752026-04-17T17:06:51.851Z Compiling ciborium-io v0.2.2
30762026-04-17T17:06:51.881Z Compiling convert_case v0.4.0
30772026-04-17T17:06:51.899Z Compiling aead v0.5.2
30782026-04-17T17:06:51.978Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30792026-04-17T17:06:51.981Z Compiling secrecy v0.10.3
30802026-04-17T17:06:52.011Z Compiling unsafe-libyaml v0.2.11
30812026-04-17T17:06:52.032Z Compiling poly1305 v0.8.0
30822026-04-17T17:06:52.081Z Compiling ciborium-ll v0.2.2
30832026-04-17T17:06:52.126Z Compiling chacha20 v0.9.1
30842026-04-17T17:06:52.175Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30852026-04-17T17:06:52.179Z Compiling structmeta v0.3.0
30862026-04-17T17:06:52.210Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30872026-04-17T17:06:52.262Z Compiling ciborium v0.2.2
30882026-04-17T17:06:52.282Z Compiling derive_more v0.99.20
30892026-04-17T17:06:52.302Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30902026-04-17T17:06:52.320Z Compiling typify-impl v0.6.1
30912026-04-17T17:06:52.407Z Compiling thiserror-impl-no-std v2.0.2
30922026-04-17T17:06:52.436Z Compiling derive-ex v0.1.8
30932026-04-17T17:06:52.473Z Compiling parse-display-derive v0.10.0
30942026-04-17T17:06:52.490Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30952026-04-17T17:06:52.525Z Compiling byte-wrapper v0.1.0
30962026-04-17T17:06:52.566Z Compiling serde_yaml v0.9.34+deprecated
30972026-04-17T17:06:52.653Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30982026-04-17T17:06:52.706Z Compiling password-hash v0.5.0
30992026-04-17T17:06:52.777Z Compiling blake2 v0.10.6
31002026-04-17T17:06:52.802Z Compiling chacha20poly1305 v0.10.1
31012026-04-17T17:06:52.859Z Compiling indent_write v2.2.0
31022026-04-17T17:06:52.886Z Compiling heapless v0.8.0
31032026-04-17T17:06:52.973Z Compiling ingot-macros v0.1.1
31042026-04-17T17:06:53.029Z Compiling argon2 v0.5.3
31052026-04-17T17:06:53.049Z Compiling toml_edit v0.23.10+spec-1.0.0
31062026-04-17T17:06:53.150Z Compiling hash32 v0.3.1
31072026-04-17T17:06:53.332Z Compiling tokio-rustls v0.25.0
31082026-04-17T17:06:53.379Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31092026-04-17T17:06:53.423Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31102026-04-17T17:06:53.624Z Compiling smoltcp v0.11.0
31112026-04-17T17:06:53.653Z Compiling thiserror-no-std v2.0.2
31122026-04-17T17:06:53.733Z Compiling proc-macro-crate v3.4.0
31132026-04-17T17:06:53.769Z Compiling vsss-rs v3.3.4
31142026-04-17T17:06:54.031Z Compiling tabwriter v1.4.1
31152026-04-17T17:06:54.096Z Compiling cobs v0.3.0
31162026-04-17T17:06:54.182Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31172026-04-17T17:06:54.273Z Compiling test-strategy v0.4.5
31182026-04-17T17:06:54.289Z Compiling parse-display v0.10.0
31192026-04-17T17:06:54.313Z Compiling postcard v1.1.3
31202026-04-17T17:06:54.327Z Compiling num_enum_derive v0.7.5
31212026-04-17T17:06:54.338Z Compiling proc-macro-error v1.0.4
31222026-04-17T17:06:54.352Z Compiling proc-macro-crate v1.3.1
31232026-04-17T17:06:54.412Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31242026-04-17T17:06:54.534Z Compiling num-rational v0.4.2
31252026-04-17T17:06:54.617Z Compiling num-complex v0.4.6
31262026-04-17T17:06:54.668Z Compiling foreign-types-macros v0.2.3
31272026-04-17T17:06:54.672Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31282026-04-17T17:06:54.807Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31292026-04-17T17:06:54.856Z Compiling colored v3.1.1
31302026-04-17T17:06:54.912Z Compiling rayon-core v1.13.0
31312026-04-17T17:06:54.942Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31322026-04-17T17:06:54.984Z Compiling cpufeatures v0.3.0
31332026-04-17T17:06:55.017Z Compiling foreign-types-shared v0.3.1
31342026-04-17T17:06:55.083Z Compiling chacha20 v0.10.0
31352026-04-17T17:06:55.098Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31362026-04-17T17:06:55.141Z Compiling num v0.4.3
31372026-04-17T17:06:55.158Z Compiling num_enum_derive v0.5.11
31382026-04-17T17:06:55.266Z Compiling crossbeam-deque v0.8.6
31392026-04-17T17:06:55.283Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31402026-04-17T17:06:55.310Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31412026-04-17T17:06:55.327Z Compiling foreign-types v0.5.0
31422026-04-17T17:06:55.364Z Compiling cstr-argument v0.1.2
31432026-04-17T17:06:55.384Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31442026-04-17T17:06:55.426Z Compiling float-ord v0.3.2
31452026-04-17T17:06:55.472Z Compiling num_enum v0.7.5
31462026-04-17T17:06:55.490Z Compiling rand v0.10.0
31472026-04-17T17:06:55.547Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31482026-04-17T17:06:55.569Z Compiling toml v0.8.23
31492026-04-17T17:06:55.621Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31502026-04-17T17:06:55.641Z Compiling camino-tempfile v1.4.1
31512026-04-17T17:06:55.762Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31522026-04-17T17:06:55.806Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31532026-04-17T17:06:55.828Z Compiling zone_cfg_derive v0.3.1
31542026-04-17T17:06:55.845Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31552026-04-17T17:06:55.859Z Compiling rayon v1.11.0
31562026-04-17T17:06:55.904Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31572026-04-17T17:06:55.922Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31582026-04-17T17:06:55.951Z Compiling ingot-types v0.1.2
31592026-04-17T17:06:56.054Z Compiling itertools v0.12.1
31602026-04-17T17:06:56.138Z Compiling num-derive v0.4.2
31612026-04-17T17:06:56.155Z Compiling sigpipe v0.1.3
31622026-04-17T17:06:56.195Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31632026-04-17T17:06:56.234Z Compiling glob v0.3.3
31642026-04-17T17:06:56.262Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31652026-04-17T17:06:56.281Z Compiling num_enum v0.5.11
31662026-04-17T17:06:56.298Z Compiling smf v0.2.3
31672026-04-17T17:06:56.407Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31682026-04-17T17:06:56.426Z Compiling ingot v0.1.1
31692026-04-17T17:06:56.430Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31702026-04-17T17:06:56.461Z Compiling prettyplease v0.2.37
31712026-04-17T17:06:56.505Z Compiling whoami v1.6.1
31722026-04-17T17:06:56.530Z Compiling gethostname v0.5.0
31732026-04-17T17:06:56.533Z Compiling usdt-attr-macro v0.5.0
31742026-04-17T17:06:56.676Z Compiling usdt-macro v0.5.0
31752026-04-17T17:06:56.774Z Compiling memmap v0.7.0
31762026-04-17T17:06:56.816Z Compiling atomicwrites v0.4.4
31772026-04-17T17:06:56.842Z Compiling derive-where v1.6.0
31782026-04-17T17:06:56.932Z Compiling typify-macro v0.6.1
31792026-04-17T17:06:56.949Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31802026-04-17T17:06:56.986Z Compiling owo-colors v4.3.0
31812026-04-17T17:06:57.029Z Compiling cancel-safe-futures v0.1.5
31822026-04-17T17:06:57.117Z Compiling resolv-conf v0.7.6
31832026-04-17T17:06:57.134Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31842026-04-17T17:06:57.271Z Compiling zone v0.3.1
31852026-04-17T17:06:57.319Z Compiling libsw-core v0.3.2
31862026-04-17T17:06:57.416Z Compiling async-recursion v1.1.1
31872026-04-17T17:06:57.472Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31882026-04-17T17:06:57.491Z Compiling usdt v0.5.0
31892026-04-17T17:06:57.516Z Compiling libsw v3.5.0
31902026-04-17T17:06:57.659Z Compiling libefi-sys v0.1.0
31912026-04-17T17:06:57.681Z Compiling linear-map v1.2.0
31922026-04-17T17:06:57.713Z Compiling console v0.15.11
31932026-04-17T17:06:57.777Z Compiling hickory-proto v0.24.4
31942026-04-17T17:06:57.858Z Compiling newline-converter v0.3.0
31952026-04-17T17:06:57.894Z Compiling bitfield-struct v0.6.2
31962026-04-17T17:06:57.917Z Compiling linked-hash-map v0.5.6
31972026-04-17T17:06:57.933Z Compiling semver v0.1.20
31982026-04-17T17:06:58.002Z Compiling tokio-dtrace v0.1.1
31992026-04-17T17:06:58.090Z Compiling expectorate v1.2.0
32002026-04-17T17:06:58.147Z Compiling dropshot-api-manager-types v0.6.0
32012026-04-17T17:06:58.209Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32022026-04-17T17:06:58.236Z Compiling rustc_version v0.1.7
32032026-04-17T17:06:58.276Z Compiling lru-cache v0.1.2
32042026-04-17T17:06:58.293Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32052026-04-17T17:06:58.323Z Compiling pin-project-internal v1.1.11
32062026-04-17T17:06:58.339Z Compiling slog-dtrace v0.3.0
32072026-04-17T17:06:58.360Z Compiling minimal-lexical v0.2.1
32082026-04-17T17:06:58.396Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32092026-04-17T17:06:58.414Z Compiling oxide-tokio-rt v0.1.4
32102026-04-17T17:06:58.436Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32112026-04-17T17:06:58.499Z Compiling typify-impl v0.4.3
32122026-04-17T17:06:58.516Z Compiling newtype_derive v0.1.6
32132026-04-17T17:06:58.520Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32142026-04-17T17:06:58.643Z Compiling nom v7.1.3
32152026-04-17T17:06:58.653Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32162026-04-17T17:06:58.673Z Compiling phf_shared v0.12.1
32172026-04-17T17:06:58.691Z Compiling pem v3.0.6
32182026-04-17T17:06:58.743Z Compiling snafu-derive v0.8.9
32192026-04-17T17:06:58.746Z Compiling csv-core v0.1.13
32202026-04-17T17:06:58.803Z Compiling typify v0.6.1
32212026-04-17T17:06:58.877Z Compiling xshell-macros v0.2.7
32222026-04-17T17:06:58.941Z Compiling progenitor-impl v0.13.0
32232026-04-17T17:06:58.985Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32242026-04-17T17:06:59.014Z Compiling highway v1.3.0
32252026-04-17T17:06:59.043Z Compiling same-file v1.0.6
32262026-04-17T17:06:59.061Z Compiling chrono-tz v0.10.4
32272026-04-17T17:06:59.239Z Compiling const_format_proc_macros v0.2.34
32282026-04-17T17:06:59.293Z Compiling walkdir v2.5.0
32292026-04-17T17:06:59.308Z Compiling xshell v0.2.7
32302026-04-17T17:06:59.396Z Compiling csv v1.4.0
32312026-04-17T17:06:59.418Z Compiling phf v0.12.1
32322026-04-17T17:06:59.496Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32332026-04-17T17:06:59.534Z Compiling pin-project v1.1.11
32342026-04-17T17:06:59.627Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32352026-04-17T17:06:59.644Z Compiling globset v0.4.18
32362026-04-17T17:06:59.666Z Compiling olpc-cjson v0.1.4
32372026-04-17T17:06:59.856Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32382026-04-17T17:06:59.860Z Compiling primeorder v0.13.6
32392026-04-17T17:06:59.955Z Compiling hickory-resolver v0.24.4
32402026-04-17T17:06:59.974Z Compiling serde_plain v1.0.2
32412026-04-17T17:06:59.978Z Compiling typed-path v0.9.3
32422026-04-17T17:07:00.061Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32432026-04-17T17:07:00.113Z Compiling const_format v0.2.35
32442026-04-17T17:07:00.166Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32452026-04-17T17:07:00.357Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32462026-04-17T17:07:00.387Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32472026-04-17T17:07:00.462Z Compiling tabled_derive v0.7.0
32482026-04-17T17:07:00.609Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32492026-04-17T17:07:00.750Z Compiling snafu v0.8.9
32502026-04-17T17:07:00.818Z Compiling bcs v0.1.6
32512026-04-17T17:07:00.984Z Compiling qorb v0.4.1
32522026-04-17T17:07:01.015Z Compiling salty v0.3.0
32532026-04-17T17:07:01.073Z Compiling tough v0.20.0
32542026-04-17T17:07:01.151Z Compiling termtree v0.5.1
32552026-04-17T17:07:01.169Z Compiling radium v0.7.0
32562026-04-17T17:07:01.267Z Compiling textwrap v0.16.2
32572026-04-17T17:07:01.327Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32582026-04-17T17:07:01.344Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32592026-04-17T17:07:01.472Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32602026-04-17T17:07:01.491Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32612026-04-17T17:07:01.546Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32622026-04-17T17:07:01.564Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32632026-04-17T17:07:01.568Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32642026-04-17T17:07:01.645Z Compiling tabled v0.15.0
32652026-04-17T17:07:01.665Z Compiling progenitor-macro v0.13.0
32662026-04-17T17:07:01.776Z Compiling steno v0.4.1
32672026-04-17T17:07:01.899Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32682026-04-17T17:07:02.059Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32692026-04-17T17:07:02.063Z Compiling base64 v0.21.7
32702026-04-17T17:07:02.096Z Compiling tap v1.0.1
32712026-04-17T17:07:02.233Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32722026-04-17T17:07:02.249Z Compiling maybe-uninit v2.0.0
32732026-04-17T17:07:02.427Z Compiling humantime v2.3.0
32742026-04-17T17:07:02.496Z Compiling tagptr v0.2.0
32752026-04-17T17:07:02.665Z Compiling wyz v0.5.1
32762026-04-17T17:07:02.711Z Compiling moka v0.12.13
32772026-04-17T17:07:02.878Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32782026-04-17T17:07:02.994Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32792026-04-17T17:07:03.139Z Compiling typify-macro v0.4.3
32802026-04-17T17:07:03.295Z Compiling p384 v0.13.1
32812026-04-17T17:07:03.371Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32822026-04-17T17:07:03.529Z Compiling funty v2.0.0
32832026-04-17T17:07:03.569Z Compiling parking_lot_core v0.8.6
32842026-04-17T17:07:03.588Z Compiling packed_struct v0.10.1
32852026-04-17T17:07:03.668Z Compiling hickory-resolver v0.25.2
32862026-04-17T17:07:03.726Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32872026-04-17T17:07:03.857Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32882026-04-17T17:07:03.881Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32892026-04-17T17:07:03.920Z Compiling bitvec v1.0.1
32902026-04-17T17:07:04.170Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32912026-04-17T17:07:04.221Z Compiling polyval v0.6.2
32922026-04-17T17:07:04.415Z Compiling git-stub v1.0.0
32932026-04-17T17:07:04.490Z Compiling packed_struct_codegen v0.10.1
32942026-04-17T17:07:04.530Z Compiling bitfield-macros v0.19.4
32952026-04-17T17:07:04.711Z Compiling zerocopy-derive v0.6.6
32962026-04-17T17:07:04.818Z Compiling proc-macro-error-attr2 v2.0.0
32972026-04-17T17:07:04.948Z Compiling indexmap v1.9.3
32982026-04-17T17:07:04.966Z Compiling typify v0.4.3
32992026-04-17T17:07:05.109Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33002026-04-17T17:07:05.156Z Compiling utf-8 v0.7.6
33012026-04-17T17:07:05.197Z Compiling crc-catalog v2.4.0
33022026-04-17T17:07:05.242Z Compiling nodrop v0.1.14
33032026-04-17T17:07:05.269Z Compiling proc-macro-error2 v2.0.1
33042026-04-17T17:07:05.315Z Compiling bitfield v0.19.4
33052026-04-17T17:07:05.331Z Compiling tungstenite v0.21.0
33062026-04-17T17:07:05.366Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33072026-04-17T17:07:05.370Z Compiling array-init v0.0.4
33082026-04-17T17:07:05.401Z Compiling crc v3.4.0
33092026-04-17T17:07:05.421Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33102026-04-17T17:07:05.464Z Compiling git-stub-vcs v0.1.0
33112026-04-17T17:07:05.612Z Compiling ghash v0.5.1
33122026-04-17T17:07:05.630Z Compiling smallvec v0.6.14
33132026-04-17T17:07:05.634Z Compiling zerocopy v0.6.6
33142026-04-17T17:07:05.669Z Compiling ctr v0.9.2
33152026-04-17T17:07:05.722Z Compiling num-derive v0.3.3
33162026-04-17T17:07:05.755Z Compiling unicase v2.9.0
33172026-04-17T17:07:05.776Z Compiling compression-core v0.4.31
33182026-04-17T17:07:05.856Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33192026-04-17T17:07:05.874Z Compiling hashbrown v0.12.3
33202026-04-17T17:07:05.934Z Compiling compression-codecs v0.4.37
33212026-04-17T17:07:05.966Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33222026-04-17T17:07:05.987Z Compiling mime_guess v2.0.5
33232026-04-17T17:07:06.017Z Compiling parking_lot v0.11.2
33242026-04-17T17:07:06.033Z Compiling aes-gcm v0.10.3
33252026-04-17T17:07:06.110Z Compiling tokio-tungstenite v0.21.0
33262026-04-17T17:07:06.208Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33272026-04-17T17:07:06.227Z Compiling serde-hex v0.1.0
33282026-04-17T17:07:06.230Z Compiling tabled_derive v0.11.0
33292026-04-17T17:07:06.432Z Compiling progenitor-impl v0.10.0
33302026-04-17T17:07:06.453Z Compiling progenitor-impl v0.11.2
33312026-04-17T17:07:06.470Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33322026-04-17T17:07:06.496Z Compiling ron v0.8.1
33332026-04-17T17:07:06.582Z Compiling papergrid v0.17.0
33342026-04-17T17:07:06.686Z Compiling libscf-sys v1.1.0
33352026-04-17T17:07:06.714Z Compiling testing_table v0.3.0
33362026-04-17T17:07:06.795Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33372026-04-17T17:07:06.864Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33382026-04-17T17:07:06.884Z Compiling progenitor v0.13.0
33392026-04-17T17:07:06.902Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33402026-04-17T17:07:06.920Z Compiling hashbrown v0.13.2
33412026-04-17T17:07:07.027Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33422026-04-17T17:07:07.044Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33432026-04-17T17:07:07.063Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33442026-04-17T17:07:07.379Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33452026-04-17T17:07:07.446Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33462026-04-17T17:07:07.481Z Compiling prefix-trie v0.7.0
33472026-04-17T17:07:07.511Z Compiling blowfish v0.9.1
33482026-04-17T17:07:07.586Z Compiling ssh-encoding v0.2.0
33492026-04-17T17:07:07.711Z Compiling fxhash v0.2.1
33502026-04-17T17:07:07.806Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33512026-04-17T17:07:07.882Z Compiling toml_datetime v1.0.0+spec-1.1.0
33522026-04-17T17:07:07.899Z Compiling dropshot v0.17.0
33532026-04-17T17:07:07.917Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33542026-04-17T17:07:08.028Z Compiling corncobs v0.1.4
33552026-04-17T17:07:08.206Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33562026-04-17T17:07:08.223Z Compiling crc-any v2.5.0
33572026-04-17T17:07:08.290Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33582026-04-17T17:07:08.309Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33592026-04-17T17:07:08.362Z Compiling toml v1.0.6+spec-1.1.0
33602026-04-17T17:07:08.397Z Compiling hickory-server v0.25.2
33612026-04-17T17:07:08.454Z Compiling sled v0.34.7
33622026-04-17T17:07:08.476Z Compiling ssh-cipher v0.2.0
33632026-04-17T17:07:08.518Z Compiling bcrypt-pbkdf v0.10.0
33642026-04-17T17:07:08.612Z Compiling tabled v0.20.0
33652026-04-17T17:07:08.753Z Compiling object v0.30.4
33662026-04-17T17:07:08.771Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33672026-04-17T17:07:08.880Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33682026-04-17T17:07:09.102Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33692026-04-17T17:07:09.140Z Compiling progenitor-macro v0.10.0
33702026-04-17T17:07:09.188Z Compiling progenitor-macro v0.11.2
33712026-04-17T17:07:09.219Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33722026-04-17T17:07:09.742Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33732026-04-17T17:07:09.928Z Compiling async-compression v0.4.41
33742026-04-17T17:07:10.053Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33752026-04-17T17:07:10.143Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33762026-04-17T17:07:10.283Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33772026-04-17T17:07:10.301Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33782026-04-17T17:07:10.305Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33792026-04-17T17:07:10.354Z Compiling progenitor-client v0.11.2
33802026-04-17T17:07:10.713Z Compiling password-hash v0.4.2
33812026-04-17T17:07:10.927Z Compiling dropshot_endpoint v0.17.0
33822026-04-17T17:07:11.086Z Compiling secrecy v0.8.0
33832026-04-17T17:07:11.125Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33842026-04-17T17:07:11.268Z Compiling half v1.8.3
33852026-04-17T17:07:11.311Z Compiling path-slash v0.1.5
33862026-04-17T17:07:11.462Z Compiling http-range v0.1.5
33872026-04-17T17:07:11.484Z Compiling serde_cbor v0.11.2
33882026-04-17T17:07:11.563Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33892026-04-17T17:07:11.759Z Compiling pbkdf2 v0.11.0
33902026-04-17T17:07:11.993Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33912026-04-17T17:07:12.303Z Compiling ssh-key v0.6.7
33922026-04-17T17:07:12.675Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33932026-04-17T17:07:12.775Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33942026-04-17T17:07:12.848Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33952026-04-17T17:07:13.052Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33962026-04-17T17:07:13.066Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33972026-04-17T17:07:13.367Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33982026-04-17T17:07:13.799Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33992026-04-17T17:07:13.860Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34002026-04-17T17:07:13.980Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34012026-04-17T17:07:14.056Z Compiling p521 v0.13.3
34022026-04-17T17:07:14.109Z Compiling p256 v0.13.2
34032026-04-17T17:07:14.237Z Compiling yasna v0.5.2
34042026-04-17T17:07:14.317Z Compiling progenitor v0.11.2
34052026-04-17T17:07:14.350Z Compiling progenitor v0.10.0
34062026-04-17T17:07:14.380Z Compiling kstat-rs v0.2.4
34072026-04-17T17:07:14.412Z Compiling headers-core v0.3.0
34082026-04-17T17:07:14.506Z Compiling nanorand v0.7.0
34092026-04-17T17:07:14.529Z Compiling atty v0.2.14
34102026-04-17T17:07:14.546Z Compiling russh-cryptovec v0.7.3
34112026-04-17T17:07:14.563Z Compiling home v0.5.12
34122026-04-17T17:07:14.643Z Compiling md5 v0.7.0
34132026-04-17T17:07:14.666Z Compiling crc8 v0.1.1
34142026-04-17T17:07:14.684Z Compiling rcgen v0.12.1
34152026-04-17T17:07:14.706Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34162026-04-17T17:07:14.730Z Compiling flume v0.11.1
34172026-04-17T17:07:14.763Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34182026-04-17T17:07:14.809Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34192026-04-17T17:07:14.826Z Compiling russh-keys v0.45.0
34202026-04-17T17:07:14.947Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34212026-04-17T17:07:14.947Z Compiling headers v0.4.1
34222026-04-17T17:07:14.982Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34232026-04-17T17:07:15.040Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34242026-04-17T17:07:15.077Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34252026-04-17T17:07:15.199Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34262026-04-17T17:07:15.217Z Compiling hyper-staticfile v0.10.1
34272026-04-17T17:07:15.506Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34282026-04-17T17:07:15.595Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34292026-04-17T17:07:15.629Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34302026-04-17T17:07:15.755Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34312026-04-17T17:07:15.772Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34322026-04-17T17:07:15.794Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34332026-04-17T17:07:15.794Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34342026-04-17T17:07:15.906Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34352026-04-17T17:07:15.986Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34362026-04-17T17:07:16.083Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34372026-04-17T17:07:16.100Z Compiling num-bigint v0.4.6
34382026-04-17T17:07:16.441Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34392026-04-17T17:07:16.458Z Compiling des v0.8.1
34402026-04-17T17:07:16.477Z Compiling subprocess v0.2.15
34412026-04-17T17:07:16.497Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34422026-04-17T17:07:16.591Z Compiling hex-literal v0.4.1
34432026-04-17T17:07:16.678Z Compiling display-error-chain v0.2.2
34442026-04-17T17:07:16.731Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34452026-04-17T17:07:16.813Z Compiling colored v2.2.0
34462026-04-17T17:07:16.834Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34472026-04-17T17:07:16.852Z Compiling internet-checksum v0.2.1
34482026-04-17T17:07:16.950Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34492026-04-17T17:07:17.238Z Compiling russh v0.45.0
34502026-04-17T17:07:17.477Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34512026-04-17T17:07:17.557Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34522026-04-17T17:07:20.098Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34532026-04-17T17:07:20.770Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34542026-04-17T17:07:21.152Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34552026-04-17T17:07:21.288Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34562026-04-17T17:07:29.100Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34572026-04-17T17:07:29.100Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34582026-04-17T17:07:29.104Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34592026-04-17T17:07:29.104Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34602026-04-17T17:07:30.792Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34612026-04-17T17:07:30.878Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34622026-04-17T17:07:34.971Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34632026-04-17T17:07:54.799Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34642026-04-17T17:08:13.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
34652026-04-17T17:08:13.988Z
34662026-04-17T17:08:13.988Zreal 1:24.169098055
34672026-04-17T17:08:13.988Zuser 8:15.602913724
34682026-04-17T17:08:13.988Zsys 1:41.041164776
34692026-04-17T17:08:13.988Ztrap 0.270933606
34702026-04-17T17:08:13.988Ztflt 0.593811403
34712026-04-17T17:08:13.988Zdflt 1.664708057
34722026-04-17T17:08:13.988Zkflt 0.000350640
34732026-04-17T17:08:13.988Zlock 29:28.372863501
34742026-04-17T17:08:13.988Zslp 19:14.096901708
34752026-04-17T17:08:13.988Zlat 39.477798540
34762026-04-17T17:08:13.988Zstop 2:47.763976592
34772026-04-17T17:08:13.993Z+ mkdir tests
34782026-04-17T17:08:13.993Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34792026-04-17T17:08:13.996Z+ xargs -I '{}' -t cp '{}' tests/
34802026-04-17T17:08:14.018Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-99216cf92d5f7b7a tests/
34812026-04-17T17:08:14.038Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-09c91868da8b9a8c tests/
34822026-04-17T17:08:14.059Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-d8821c6681ee8f0d tests/
34832026-04-17T17:08:14.080Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-777968bbdc67dfee tests/
34842026-04-17T17:08:14.300Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
34852026-04-17T17:08:14.305Z+ 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-09c91868da8b9a8c tests/commtest-d8821c6681ee8f0d tests/dhcp_server-99216cf92d5f7b7a tests/end_to_end_tests-777968bbdc67dfee out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34862026-04-17T17:09:38.015ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34872026-04-17T17:09:38.015Za .github/buildomat/ci-env.sh 1K
34882026-04-17T17:09:38.015Za out/target/test 1K
34892026-04-17T17:09:38.015Za out/npuzone/npuzone 27402K
34902026-04-17T17:09:38.015Za package-manifest.toml 35K
34912026-04-17T17:09:38.015Za smf/sled-agent/non-gimlet/config.toml 6K
34922026-04-17T17:09:38.015Za target/release/omicron-package 45768K
34932026-04-17T17:09:38.015Za target/release/xtask 11446K
34942026-04-17T17:09:38.015Za target/debug/bootstrap 339847K
34952026-04-17T17:09:38.015Za tests/bootstrap-09c91868da8b9a8c 31310K
34962026-04-17T17:09:38.015Za tests/commtest-d8821c6681ee8f0d 32395K
34972026-04-17T17:09:38.015Za tests/dhcp_server-99216cf92d5f7b7a 31310K
34982026-04-17T17:09:38.015Za tests/end_to_end_tests-777968bbdc67dfee 382966K
34992026-04-17T17:09:38.015Za out/clickhouse.tar.gz 312935K
35002026-04-17T17:09:38.015Za out/clickhouse_keeper.tar.gz 298329K
35012026-04-17T17:09:38.015Za out/clickhouse_server.tar.gz 312934K
35022026-04-17T17:09:38.015Za out/cockroachdb.tar.gz 161177K
35032026-04-17T17:09:38.015Za out/crucible-pantry-zone.tar.gz 43989K
35042026-04-17T17:09:38.016Za out/crucible-utils.tar 17744K
35052026-04-17T17:09:38.016Za out/crucible-zone.tar.gz 58128K
35062026-04-17T17:09:38.016Za out/external-dns.tar.gz 49012K
35072026-04-17T17:09:38.016Za out/internal-dns.tar.gz 49011K
35082026-04-17T17:09:38.016Za out/mg-ddm-gz.tar 78377K
35092026-04-17T17:09:38.016Za out/nexus.tar.gz 218811K
35102026-04-17T17:09:38.016Za out/ntp.tar.gz 31929K
35112026-04-17T17:09:38.016Za out/omicron-gateway-softnpu.tar.gz 27905K
35122026-04-17T17:09:38.016Za out/omicron-sled-agent.tar 200515K
35132026-04-17T17:09:38.018Za out/overlay.tar.gz 3K
35142026-04-17T17:09:38.018Za out/oximeter.tar.gz 63389K
35152026-04-17T17:09:38.018Za out/oxlog.tar 3782K
35162026-04-17T17:09:38.018Za out/probe.tar.gz 3037K
35172026-04-17T17:09:38.018Za out/propolis-server.tar.gz 38727K
35182026-04-17T17:09:38.018Za out/pumpkind-gz.tar 26647K
35192026-04-17T17:09:38.018Za out/switch-softnpu.tar.gz 380723K
35202026-04-17T17:09:38.023Z
35212026-04-17T17:09:38.023Zreal 1:23.701048272
35222026-04-17T17:09:38.023Zuser 1:21.069303710
35232026-04-17T17:09:38.023Zsys 4.336979939
35242026-04-17T17:09:38.023Ztrap 0.007550424
35252026-04-17T17:09:38.023Ztflt 0.000000000
35262026-04-17T17:09:38.023Zdflt 0.000000000
35272026-04-17T17:09:38.023Zkflt 0.000000000
35282026-04-17T17:09:38.023Zlock 0.000000000
35292026-04-17T17:09:38.023Zslp 1:21.017679133
35302026-04-17T17:09:38.023Zlat 0.966265365
35312026-04-17T17:09:38.023Zstop 0.000173587
35322026-04-17T17:09:38.023Zprocess exited: duration 1026944 ms, exit code 0
 
35332026-04-17T17:09:38.040Zfound 1 output files
35342026-04-17T17:09:38.040Zuploading: /work/package.tar.gz (2384607751 bytes)
35352026-04-17T17:10:03.858Zuploaded: /work/package.tar.gz