01KNDG5HSKRNJSVDPD7ZNSYA1S: 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: 01KNDG5WYVDG3DAWRTTYY7MG1Q

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-05T00:21:04.534Zjob assigned to worker 01KNDG65HWSH49VHKTY9PFTWHP [factory aws, i-091241e66bf2ff92a] (queued for 51 s)
 
22026-04-05T00:21:12.441Zstarting task 0: "setup"
32026-04-05T00:21:12.447Z++ uname -s
42026-04-05T00:21:12.450Z+ kern=SunOS
52026-04-05T00:21:12.450Z+ build_user=build
62026-04-05T00:21:12.450Z+ build_uid=12345
72026-04-05T00:21:12.450Z+ work_dir=/work
82026-04-05T00:21:12.450Z+ input_dir=/input
92026-04-05T00:21:12.450Z+ [[ 0 == 12345 ]]
102026-04-05T00:21:12.450Z+ case "$kern" in
112026-04-05T00:21:12.450Z+ groupadd -g 12345 build
122026-04-05T00:21:12.453Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-05T00:21:14.460Z+ zfs create -o mountpoint=/work rpool/work
142026-04-05T00:21:14.585Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-05T00:21:14.588Z+ home_fs=zfs
162026-04-05T00:21:14.588Z+ [[ zfs == autofs ]]
172026-04-05T00:21:14.588Z+ mkdir -p /home/build
182026-04-05T00:21:14.593Z+ chown build:build /home/build /work
192026-04-05T00:21:16.592Z+ chmod 0700 /home/build /work
202026-04-05T00:21:16.595Zprocess exited: duration 4156 ms, exit code 0
 
212026-04-05T00:21:16.602Zstarting task 1: "rust-toolchain"
222026-04-05T00:21:16.608Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-05T00:21:16.608Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-05T00:21:16.608Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-04-05T00:21:16.608Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-05T00:21:16.608Z * rust toolchain channel = "1.94.0"
272026-04-05T00:21:16.608Z * rust toolchain profile = "default"
282026-04-05T00:21:16.611Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-05T00:21:16.611Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-05T00:21:16.693Zinfo: downloading installer
312026-04-05T00:21:18.298Zwarn: It looks like you have an existing installation of Rust at:
322026-04-05T00:21:18.298Zwarn: /opt/ooce/bin
332026-04-05T00:21:18.298Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-05T00:21:18.298Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-05T00:21:18.298Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-05T00:21:18.298Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-05T00:21:18.298Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-05T00:21:18.298Zerror: cannot install while Rust is installed
392026-04-05T00:21:18.298Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-05T00:21:18.298Zwarn: It looks like you have an existing rustup settings file at:
412026-04-05T00:21:18.298Zwarn: /home/build/.rustup/settings.toml
422026-04-05T00:21:18.298Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-05T00:21:18.298Zwarn: instead of the one inferred from the default host triple.
442026-04-05T00:21:18.312Zinfo: profile set to default
452026-04-05T00:21:18.312Zinfo: default host triple is x86_64-unknown-illumos
462026-04-05T00:21:18.315Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-05T00:21:18.468Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-05T00:21:18.471Zinfo: downloading 6 components
492026-04-05T00:21:33.249Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-05T00:21:33.249Z
512026-04-05T00:21:33.280Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-05T00:21:33.280Z
532026-04-05T00:21:33.280Z
542026-04-05T00:21:33.280ZRust is installed now. Great!
552026-04-05T00:21:33.280Z
562026-04-05T00:21:33.280ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-05T00:21:33.280Zenvironment variable. This has not been done automatically.
582026-04-05T00:21:33.280Z
592026-04-05T00:21:33.280ZTo configure your current shell, you need to source
602026-04-05T00:21:33.280Zthe corresponding env file under $HOME/.cargo.
612026-04-05T00:21:33.280Z
622026-04-05T00:21:33.280ZThis is usually done by running one of the following (note the leading DOT):
632026-04-05T00:21:33.280Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-05T00:21:33.281Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-05T00:21:33.281Zsource "~/.cargo/env.nu" # For nushell
662026-04-05T00:21:33.281Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-05T00:21:33.281Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-05T00:21:33.281Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-05T00:21:33.284Zwarn: no default linker (`cc`) was found in your PATH
702026-04-05T00:21:33.284Zwarn: many Rust crates require a system C toolchain to build
712026-04-05T00:21:33.380Z+ rustup --version
722026-04-05T00:21:33.386Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-05T00:21:33.389Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-05T00:21:33.408Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-05T00:21:33.411Z+ cargo --version
762026-04-05T00:21:33.419Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-05T00:21:33.422Z+ rustc --version
782026-04-05T00:21:33.445Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-05T00:21:33.448Zprocess exited: duration 16843 ms, exit code 0
 
802026-04-05T00:21:33.454Zstarting task 2: "authentication"
812026-04-05T00:21:33.474Zprocess exited: duration 20 ms, exit code 0
 
822026-04-05T00:21:33.480Zstarting task 3: "clone repository"
832026-04-05T00:21:33.485Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-05T00:21:33.488Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-05T00:21:33.523ZCloning into '/work/oxidecomputer/omicron'...
862026-04-05T00:21:44.643Z+ cd /work/oxidecomputer/omicron
872026-04-05T00:21:44.643Z+ git fetch origin dc3dd11e903b64e0a2fcf31186d3a5cd4e070b33
882026-04-05T00:21:44.956ZFrom https://github.com/oxidecomputer/omicron
892026-04-05T00:21:44.956Z * branch dc3dd11e903b64e0a2fcf31186d3a5cd4e070b33 -> FETCH_HEAD
902026-04-05T00:21:44.971Z+ [[ -n eliza/sitprep ]]
912026-04-05T00:21:44.974Z++ git branch --show-current
922026-04-05T00:21:44.976Z+ current=main
932026-04-05T00:21:44.977Z+ [[ main != eliza/sitprep ]]
942026-04-05T00:21:44.977Z+ git branch -f eliza/sitprep dc3dd11e903b64e0a2fcf31186d3a5cd4e070b33
952026-04-05T00:21:44.979Z+ git checkout -f eliza/sitprep
962026-04-05T00:21:45.186ZSwitched to branch 'eliza/sitprep'
972026-04-05T00:21:45.190Z+ git reset --hard dc3dd11e903b64e0a2fcf31186d3a5cd4e070b33
982026-04-05T00:21:45.394ZHEAD is now at dc3dd11e9 use the asme bullets as all the other stuff
992026-04-05T00:21:45.397Zprocess exited: duration 11913 ms, exit code 0
 
1002026-04-05T00:21:45.404Zstarting task 4: "build"
1012026-04-05T00:21:45.410Z+ source .github/buildomat/ci-env.sh
1022026-04-05T00:21:45.410Z++ export CARGO_TERM_COLOR=always
1032026-04-05T00:21:45.410Z++ CARGO_TERM_COLOR=always
1042026-04-05T00:21:45.413Z+ cargo --version
1052026-04-05T00:21:45.421Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-05T00:21:45.424Z+ rustc --version
1072026-04-05T00:21:45.444Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-05T00:21:45.447Z+ WORK=/work
1092026-04-05T00:21:45.447Z+ pfexec mkdir -p /work
1102026-04-05T00:21:45.450Z+ pfexec chown build /work
1112026-04-05T00:21:45.453Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-05T00:21:54.035Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-05T00:22:00.835Z Startup: Caching catalogs ... Done
1142026-04-05T00:22:05.574ZPlanning: Solver setup ... Done (3.212s)
1152026-04-05T00:22:05.595ZPlanning: Running solver ... Done (0.021s)
1162026-04-05T00:22:05.709ZPlanning: Finding local manifests ... Done (0.003s)
1172026-04-05T00:22:05.722ZPlanning: Fetching manifests: 0/4 0% complete
1182026-04-05T00:22:05.815ZPlanning: Fetching manifests: 4/4 100% complete
1192026-04-05T00:22:05.846ZPlanning: Package planning ... Done (0.032s)
1202026-04-05T00:22:05.879ZPlanning: Merging actions ... Done (0.031s)
1212026-04-05T00:22:06.062ZPlanning: Checking for conflicting actions ... Done (0.183s)
1222026-04-05T00:22:06.068ZPlanning: Consolidating action changes ... Done (0.007s)
1232026-04-05T00:22:06.932ZPlanning: Evaluating mediators ... Done (0.864s)
1242026-04-05T00:22:06.938ZPlanning: Planning completed in 5.94 seconds
1252026-04-05T00:22:06.950Z Packages to install: 4
1262026-04-05T00:22:06.950Z Mediators to change: 2
1272026-04-05T00:22:06.954Z Services to change: 1
1282026-04-05T00:22:06.954Z Estimated space available: 155.35 GB
1292026-04-05T00:22:06.954ZEstimated space to be consumed: 1.84 GB
1302026-04-05T00:22:06.954Z Create boot environment: No
1312026-04-05T00:22:06.954ZCreate backup boot environment: No
1322026-04-05T00:22:06.954Z Rebuild boot archive: No
1332026-04-05T00:22:06.954Z
1342026-04-05T00:22:06.954ZChanged mediators:
1352026-04-05T00:22:06.954Z mediator clang:
1362026-04-05T00:22:06.954Z version: None -> 15 (system default)
1372026-04-05T00:22:06.954Z
1382026-04-05T00:22:06.954Z mediator llvm:
1392026-04-05T00:22:06.954Z version: 14 (system default) -> 15 (system default)
1402026-04-05T00:22:06.954Z
1412026-04-05T00:22:06.954ZChanged packages:
1422026-04-05T00:22:06.954Zhelios-dev
1432026-04-05T00:22:06.954Z developer/build-essential
1442026-04-05T00:22:06.954Z None -> 11-2.0
1452026-04-05T00:22:06.954Z library/libxmlsec1
1462026-04-05T00:22:06.954Z None -> 1.2.35-2.0
1472026-04-05T00:22:06.954Z ooce/developer/clang-15
1482026-04-05T00:22:06.954Z None -> 15.0.7-2.0
1492026-04-05T00:22:06.955Z ooce/developer/llvm-15
1502026-04-05T00:22:06.955Z None -> 15.0.7-2.0
1512026-04-05T00:22:06.955Z
1522026-04-05T00:22:06.955ZServices:
1532026-04-05T00:22:06.955Z restart_fmri:
1542026-04-05T00:22:06.955Z svc:/system/update-man-index:default
1552026-04-05T00:22:06.994Z
1562026-04-05T00:22:06.994ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-04-05T00:22:11.995ZDownload: 1204/3290 items 84.0/212.6MB 39% complete (17.0M/s)
1582026-04-05T00:22:19.675ZDownload: 2224/3290 items 119.1/212.6MB 55% complete (14.9M/s)
1592026-04-05T00:22:25.594ZDownload: 3289/3290 items 212.5/212.6MB 99% complete (9.4M/s)
1602026-04-05T00:22:25.613ZDownload: Completed 212.60 MB in 18.61 seconds (11.4M/s)
1612026-04-05T00:22:25.750Z Actions: 1/3689 actions (Installing new actions)
1622026-04-05T00:22:28.988Z Actions: Completed 3689 actions in 3.24 seconds.
1632026-04-05T00:22:29.262Z Done (0.271s)
1642026-04-05T00:22:29.262Z Done (0.000s)
1652026-04-05T00:22:29.877Z Done (0.615s)
1662026-04-05T00:22:33.297Z Done (3.077s)
1672026-04-05T00:22:33.370Z Done (0.013s)
1682026-04-05T00:22:33.374Z Done (0.000s)
1692026-04-05T00:22:33.608Z Done (0.000s)
1702026-04-05T00:22:34.430ZPlanning: Evaluating mediator changes ... Done
1712026-04-05T00:22:34.535ZPlanning: Checking for conflicting actions ... Done
1722026-04-05T00:22:34.538ZPlanning: Consolidating action changes ... Done
1732026-04-05T00:22:34.692ZPlanning: Evaluating mediators ... Done
1742026-04-05T00:22:34.696ZPlanning: Planning completed in 0.26 seconds
1752026-04-05T00:22:34.714Z Mediators to change: 2
1762026-04-05T00:22:34.714Z Create boot environment: No
1772026-04-05T00:22:34.714ZCreate backup boot environment: No
1782026-04-05T00:22:34.788Z Done
1792026-04-05T00:22:34.788Z Done
1802026-04-05T00:22:35.376Z Done
1812026-04-05T00:22:37.862Z Done
1822026-04-05T00:22:37.933Z Done
1832026-04-05T00:22:37.936Z Done
1842026-04-05T00:22:38.081Z Done
1852026-04-05T00:22:38.485ZPlanning: Evaluating mediator changes ... Done
1862026-04-05T00:22:38.488ZPlanning: Merging actions ... Done
1872026-04-05T00:22:38.623ZPlanning: Checking for conflicting actions ... Done
1882026-04-05T00:22:38.626ZPlanning: Consolidating action changes ... Done
1892026-04-05T00:22:38.764ZPlanning: Evaluating mediators ... Done
1902026-04-05T00:22:38.793ZPlanning: Planning completed in 0.45 seconds
1912026-04-05T00:22:38.816Z Packages to change: 1
1922026-04-05T00:22:38.816Z Mediators to change: 1
1932026-04-05T00:22:38.816Z Services to change: 1
1942026-04-05T00:22:38.816Z Create boot environment: No
1952026-04-05T00:22:38.816ZCreate backup boot environment: Yes
1962026-04-05T00:22:41.206Z Actions: 1/6 actions (Updating modified actions)
1972026-04-05T00:22:41.209Z Actions: Completed 6 actions in 0.00 seconds.
1982026-04-05T00:22:41.209Z Done
1992026-04-05T00:22:41.209Z Done
2002026-04-05T00:22:41.347Z Done
2012026-04-05T00:22:43.795Z Done
2022026-04-05T00:22:43.868Z Done
2032026-04-05T00:22:43.871Z Done
2042026-04-05T00:22:44.014Z Done
2052026-04-05T00:22:44.295ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062026-04-05T00:22:44.295Zclang system 15 system
2072026-04-05T00:22:44.295Zcsh system system illumos
2082026-04-05T00:22:44.295Zctags system system illumos
2092026-04-05T00:22:44.295Zfile system system illumos
2102026-04-05T00:22:44.295Zgcc vendor 12 vendor
2112026-04-05T00:22:44.295Zgcc system 14 system
2122026-04-05T00:22:44.295Zgcc system 10 system
2132026-04-05T00:22:44.295Zgo system 1.20 system
2142026-04-05T00:22:44.295Zgo system 1.19 system
2152026-04-05T00:22:44.295Zllvm system 15 system
2162026-04-05T00:22:44.296Zllvm system 14 system
2172026-04-05T00:22:44.296Zmariadb system 10.6 system
2182026-04-05T00:22:44.296Zmta vendor vendor dma
2192026-04-05T00:22:44.296Zopenjdk system 17 system
2202026-04-05T00:22:44.296Zopenjdk system 11 system
2212026-04-05T00:22:44.296Zopenjdk system 1.8 system
2222026-04-05T00:22:44.296Zopenssl vendor 3 vendor
2232026-04-05T00:22:44.296Zperl system 5.36 system
2242026-04-05T00:22:44.296Zpostgresql system 15 system
2252026-04-05T00:22:44.296Zpostgresql system 13 system
2262026-04-05T00:22:44.296Zpython vendor 3 vendor
2272026-04-05T00:22:44.296Zpython system 2 system
2282026-04-05T00:22:44.296Zpython3 system 3.11 system
2292026-04-05T00:22:44.296Zruby system 3.0 system
2302026-04-05T00:22:44.296Zwords vendor vendor american-english
2312026-04-05T00:22:44.296Zwords system system australian-english
2322026-04-05T00:22:44.296Zwords system system british-english
2332026-04-05T00:22:44.296Zwords system system canadian-english
2342026-04-05T00:22:44.296Zwords system system french
2352026-04-05T00:22:44.296Zwords system system italian
2362026-04-05T00:22:44.296Zwords system system ngerman
2372026-04-05T00:22:44.296Zwords system system ogerman
2382026-04-05T00:22:44.296Zwords system system spanish
2392026-04-05T00:22:44.522ZPUBLISHER TYPE STATUS P LOCATION
2402026-04-05T00:22:44.522Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-04-05T00:22:48.822ZFMRI IFO
2422026-04-05T00:22:48.822Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-04-05T00:22:48.822Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-04-05T00:22:48.822Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-04-05T00:22:48.822Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-04-05T00:22:48.822Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-04-05T00:22:48.822Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-04-05T00:22:48.822Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492026-04-05T00:22:48.822Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502026-04-05T00:22:48.822Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512026-04-05T00:22:48.822Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522026-04-05T00:22:48.822Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532026-04-05T00:22:48.822Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542026-04-05T00:22:48.823Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552026-04-05T00:22:48.823Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562026-04-05T00:22:48.823Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572026-04-05T00:22:48.823Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582026-04-05T00:22:49.900Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-04-05T00:22:50.151Z Updating crates.io index
2602026-04-05T00:22:50.154Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-04-05T00:22:50.432Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-04-05T00:22:51.485Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2632026-04-05T00:22:51.983Z Updating git repository `https://github.com/oxidecomputer/falcon`
2642026-04-05T00:22:52.631Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-04-05T00:22:53.288Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-04-05T00:22:54.712Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-04-05T00:22:56.098Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-04-05T00:22:56.818Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-04-05T00:22:57.339Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-04-05T00:22:58.332Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-04-05T00:22:58.566Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-04-05T00:22:59.029Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732026-04-05T00:22:59.364Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-04-05T00:23:00.394Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-04-05T00:23:01.059Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-04-05T00:23:01.293Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-04-05T00:23:01.550Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-04-05T00:23:01.976Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-04-05T00:23:02.322Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-04-05T00:23:02.526Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-04-05T00:23:02.758Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-04-05T00:23:03.162Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-04-05T00:23:03.653Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-04-05T00:23:04.047Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-04-05T00:23:04.426Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-04-05T00:23:04.931Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-04-05T00:23:05.224Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882026-04-05T00:23:06.552Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2892026-04-05T00:23:06.937Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-04-05T00:23:07.606Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2912026-04-05T00:23:07.920Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2922026-04-05T00:23:08.200Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2932026-04-05T00:23:08.572Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2942026-04-05T00:23:09.197Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2952026-04-05T00:23:09.429Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2962026-04-05T00:23:09.705Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2972026-04-05T00:23:10.005Z Updating git repository `https://github.com/illumos/smf-rs`
2982026-04-05T00:23:10.421Z Updating git repository `https://github.com/oxidecomputer/omicron`
2992026-04-05T00:23:22.934Z Downloading crates ...
3002026-04-05T00:23:22.995Z Downloaded colorchoice v1.0.4
3012026-04-05T00:23:22.998Z Downloaded block-buffer v0.10.4
3022026-04-05T00:23:23.001Z Downloaded cfg-if v1.0.4
3032026-04-05T00:23:23.005Z Downloaded getrandom v0.4.1
3042026-04-05T00:23:23.011Z Downloaded crypto-common v0.1.7
3052026-04-05T00:23:23.014Z Downloaded toml v0.8.23
3062026-04-05T00:23:23.017Z Downloaded cpufeatures v0.2.17
3072026-04-05T00:23:23.020Z Downloaded zerovec-derive v0.11.2
3082026-04-05T00:23:23.020Z Downloaded heck v0.5.0
3092026-04-05T00:23:23.024Z Downloaded generic-array v0.14.7
3102026-04-05T00:23:23.027Z Downloaded cargo-platform v0.2.0
3112026-04-05T00:23:23.030Z Downloaded form_urlencoded v1.2.2
3122026-04-05T00:23:23.030Z Downloaded fnv v1.0.7
3132026-04-05T00:23:23.030Z Downloaded thiserror v1.0.69
3142026-04-05T00:23:23.033Z Downloaded equivalent v1.0.2
3152026-04-05T00:23:23.036Z Downloaded fastrand v2.3.0
3162026-04-05T00:23:23.036Z Downloaded dof v0.3.0
3172026-04-05T00:23:23.036Z Downloaded heck v0.4.1
3182026-04-05T00:23:23.039Z Downloaded usdt-attr-macro v0.5.0
3192026-04-05T00:23:23.039Z Downloaded toml_write v0.1.2
3202026-04-05T00:23:23.039Z Downloaded utf8_iter v1.0.4
3212026-04-05T00:23:23.039Z Downloaded thread-id v4.2.2
3222026-04-05T00:23:23.039Z Downloaded anstyle-parse v0.2.7
3232026-04-05T00:23:23.042Z Downloaded errno v0.3.14
3242026-04-05T00:23:23.042Z Downloaded clap_lex v1.0.0
3252026-04-05T00:23:23.042Z Downloaded cargo_toml v0.21.0
3262026-04-05T00:23:23.045Z Downloaded version_check v0.9.5
3272026-04-05T00:23:23.045Z Downloaded erased-serde v0.4.9
3282026-04-05T00:23:23.048Z Downloaded dtrace-parser v0.2.0
3292026-04-05T00:23:23.048Z Downloaded yoke-derive v0.8.1
3302026-04-05T00:23:23.048Z Downloaded idna_adapter v1.2.1
3312026-04-05T00:23:23.048Z Downloaded camino-tempfile v1.4.1
3322026-04-05T00:23:23.048Z Downloaded zerofrom-derive v0.1.6
3332026-04-05T00:23:23.051Z Downloaded zerofrom v0.1.6
3342026-04-05T00:23:23.051Z Downloaded tinystr v0.8.2
3352026-04-05T00:23:23.051Z Downloaded camino v1.2.2
3362026-04-05T00:23:23.054Z Downloaded bytecount v0.6.9
3372026-04-05T00:23:23.054Z Downloaded is_terminal_polyfill v1.70.2
3382026-04-05T00:23:23.054Z Downloaded fs-err v3.3.0
3392026-04-05T00:23:23.054Z Downloaded displaydoc v0.2.5
3402026-04-05T00:23:23.057Z Downloaded usdt-macro v0.5.0
3412026-04-05T00:23:23.057Z Downloaded digest v0.10.7
3422026-04-05T00:23:23.057Z Downloaded byteorder v1.5.0
3432026-04-05T00:23:23.060Z Downloaded anstyle v1.0.13
3442026-04-05T00:23:23.060Z Downloaded unicode-xid v0.2.6
3452026-04-05T00:23:23.063Z Downloaded clap_derive v4.5.55
3462026-04-05T00:23:23.063Z Downloaded anstyle-query v1.1.5
3472026-04-05T00:23:23.063Z Downloaded toml_datetime v0.6.11
3482026-04-05T00:23:23.066Z Downloaded usdt v0.5.0
3492026-04-05T00:23:23.066Z Downloaded thiserror v2.0.18
3502026-04-05T00:23:23.069Z Downloaded thiserror-impl v1.0.69
3512026-04-05T00:23:23.069Z Downloaded strsim v0.11.1
3522026-04-05T00:23:23.072Z Downloaded smawk v0.3.2
3532026-04-05T00:23:23.072Z Downloaded utf8parse v0.2.2
3542026-04-05T00:23:23.072Z Downloaded pretty-hex v0.4.1
3552026-04-05T00:23:23.072Z Downloaded macaddr v1.0.1
3562026-04-05T00:23:23.077Z Downloaded yoke v0.8.1
3572026-04-05T00:23:23.081Z Downloaded thiserror-impl v2.0.18
3582026-04-05T00:23:23.081Z Downloaded plain v0.2.3
3592026-04-05T00:23:23.084Z Downloaded writeable v0.6.2
3602026-04-05T00:23:23.084Z Downloaded serde_spanned v0.6.9
3612026-04-05T00:23:23.084Z Downloaded ordered-float v2.10.1
3622026-04-05T00:23:23.088Z Downloaded proc-macro-error v1.0.4
3632026-04-05T00:23:23.088Z Downloaded zmij v1.0.21
3642026-04-05T00:23:23.090Z Downloaded terminal_size v0.4.3
3652026-04-05T00:23:23.090Z Downloaded swrite v0.1.0
3662026-04-05T00:23:23.090Z Downloaded itoa v1.0.17
3672026-04-05T00:23:23.094Z Downloaded serde-value v0.7.0
3682026-04-05T00:23:23.097Z Downloaded stable_deref_trait v1.2.1
3692026-04-05T00:23:23.097Z Downloaded scroll_derive v0.12.1
3702026-04-05T00:23:23.097Z Downloaded cargo-util-schemas v0.8.2
3712026-04-05T00:23:23.100Z Downloaded zerocopy-derive v0.7.35
3722026-04-05T00:23:23.100Z Downloaded unicode-linebreak v0.1.5
3732026-04-05T00:23:23.103Z Downloaded ucd-trie v0.1.7
3742026-04-05T00:23:23.103Z Downloaded usdt-impl v0.5.0
3752026-04-05T00:23:23.103Z Downloaded typeid v1.0.3
3762026-04-05T00:23:23.106Z Downloaded proc-macro-error-attr v1.0.4
3772026-04-05T00:23:23.113Z Downloaded unicode-ident v1.0.24
3782026-04-05T00:23:23.116Z Downloaded textwrap v0.16.2
3792026-04-05T00:23:23.120Z Downloaded anstream v0.6.21
3802026-04-05T00:23:23.123Z Downloaded potential_utf v0.1.4
3812026-04-05T00:23:23.126Z Downloaded synstructure v0.13.2
3822026-04-05T00:23:23.130Z Downloaded zerotrie v0.2.3
3832026-04-05T00:23:23.133Z Downloaded url v2.5.8
3842026-04-05T00:23:23.136Z Downloaded toml_edit v0.22.27
3852026-04-05T00:23:23.136Z Downloaded typenum v1.19.0
3862026-04-05T00:23:23.139Z Downloaded percent-encoding v2.3.2
3872026-04-05T00:23:23.139Z Downloaded once_cell v1.21.3
3882026-04-05T00:23:23.143Z Downloaded memmap v0.7.0
3892026-04-05T00:23:23.143Z Downloaded cargo_metadata v0.21.0
3902026-04-05T00:23:23.158Z Downloaded zerovec v0.11.5
3912026-04-05T00:23:23.162Z Downloaded scroll v0.12.0
3922026-04-05T00:23:23.162Z Downloaded winnow v0.7.14
3932026-04-05T00:23:23.162Z Downloaded tabled_derive v0.7.0
3942026-04-05T00:23:23.163Z Downloaded zerocopy v0.7.35
3952026-04-05T00:23:23.166Z Downloaded quote v1.0.44
3962026-04-05T00:23:23.170Z Downloaded pest_derive v2.8.6
3972026-04-05T00:23:23.170Z Downloaded smallvec v1.15.1
3982026-04-05T00:23:23.172Z Downloaded unicode-width v0.1.14
3992026-04-05T00:23:23.175Z Downloaded sha2 v0.10.9
4002026-04-05T00:23:23.175Z Downloaded litemap v0.8.1
4012026-04-05T00:23:23.178Z Downloaded unicode-width v0.2.0
4022026-04-05T00:23:23.181Z Downloaded serde-untagged v0.1.9
4032026-04-05T00:23:23.185Z Downloaded pest_generator v2.8.6
4042026-04-05T00:23:23.189Z Downloaded autocfg v1.5.0
4052026-04-05T00:23:23.189Z Downloaded anyhow v1.0.102
4062026-04-05T00:23:23.195Z Downloaded icu_provider v2.1.1
4072026-04-05T00:23:23.198Z Downloaded tempfile v3.25.0
4082026-04-05T00:23:23.207Z Downloaded serde_core v1.0.228
4092026-04-05T00:23:23.210Z Downloaded semver v1.0.27
4102026-04-05T00:23:23.213Z Downloaded icu_properties v2.1.2
4112026-04-05T00:23:23.215Z Downloaded papergrid v0.11.0
4122026-04-05T00:23:23.215Z Downloaded clap v4.5.60
4132026-04-05T00:23:23.220Z Downloaded num-traits v0.2.19
4142026-04-05T00:23:23.228Z Downloaded icu_normalizer_data v2.1.1
4152026-04-05T00:23:23.237Z Downloaded serde_tokenstream v0.2.3
4162026-04-05T00:23:23.239Z Downloaded serde_derive v1.0.228
4172026-04-05T00:23:23.244Z Downloaded log v0.4.29
4182026-04-05T00:23:23.247Z Downloaded bitflags v2.11.0
4192026-04-05T00:23:23.255Z Downloaded proc-macro2 v1.0.106
4202026-04-05T00:23:23.259Z Downloaded icu_locale_core v2.1.1
4212026-04-05T00:23:23.264Z Downloaded pest_meta v2.8.6
4222026-04-05T00:23:23.266Z Downloaded icu_normalizer v2.1.1
4232026-04-05T00:23:23.275Z Downloaded indexmap v2.13.0
4242026-04-05T00:23:23.278Z Downloaded memchr v2.8.0
4252026-04-05T00:23:23.281Z Downloaded icu_collections v2.1.1
4262026-04-05T00:23:23.297Z Downloaded serde v1.0.228
4272026-04-05T00:23:23.309Z Downloaded hashbrown v0.16.1
4282026-04-05T00:23:23.326Z Downloaded serde_json v1.0.149
4292026-04-05T00:23:23.330Z Downloaded pest v2.8.6
4302026-04-05T00:23:23.333Z Downloaded idna v1.1.0
4312026-04-05T00:23:23.339Z Downloaded icu_properties_data v2.1.2
4322026-04-05T00:23:23.344Z Downloaded goblin v0.8.2
4332026-04-05T00:23:23.347Z Downloaded clap_builder v4.5.60
4342026-04-05T00:23:23.369Z Downloaded tabled v0.15.0
4352026-04-05T00:23:23.376Z Downloaded syn v1.0.109
4362026-04-05T00:23:23.382Z Downloaded syn v2.0.117
4372026-04-05T00:23:23.394Z Downloaded rustix v1.1.3
4382026-04-05T00:23:23.434Z Downloaded libc v0.2.180
4392026-04-05T00:23:23.503Z Compiling proc-macro2 v1.0.106
4402026-04-05T00:23:23.503Z Compiling quote v1.0.44
4412026-04-05T00:23:23.506Z Compiling unicode-ident v1.0.24
4422026-04-05T00:23:23.506Z Compiling serde_core v1.0.228
4432026-04-05T00:23:23.506Z Compiling libc v0.2.180
4442026-04-05T00:23:23.506Z Compiling version_check v0.9.5
4452026-04-05T00:23:23.506Z Compiling memchr v2.8.0
4462026-04-05T00:23:23.506Z Compiling serde v1.0.228
4472026-04-05T00:23:23.506Z Compiling stable_deref_trait v1.2.1
4482026-04-05T00:23:23.683Z Compiling zmij v1.0.21
4492026-04-05T00:23:23.699Z Compiling thiserror v1.0.69
4502026-04-05T00:23:23.702Z Compiling ucd-trie v0.1.7
4512026-04-05T00:23:23.702Z Compiling autocfg v1.5.0
4522026-04-05T00:23:23.715Z Compiling itoa v1.0.17
4532026-04-05T00:23:23.718Z Compiling writeable v0.6.2
4542026-04-05T00:23:23.834Z Compiling litemap v0.8.1
4552026-04-05T00:23:24.050Z Compiling rustix v1.1.3
4562026-04-05T00:23:24.069Z Compiling icu_normalizer_data v2.1.1
4572026-04-05T00:23:24.088Z Compiling icu_properties_data v2.1.2
4582026-04-05T00:23:24.183Z Compiling pest v2.8.6
4592026-04-05T00:23:24.186Z Compiling byteorder v1.5.0
4602026-04-05T00:23:24.186Z Compiling bitflags v2.11.0
4612026-04-05T00:23:24.356Z Compiling serde_json v1.0.149
4622026-04-05T00:23:24.389Z Compiling num-traits v0.2.19
4632026-04-05T00:23:24.462Z Compiling typeid v1.0.3
4642026-04-05T00:23:24.465Z Compiling hashbrown v0.16.1
4652026-04-05T00:23:24.500Z Compiling equivalent v1.0.2
4662026-04-05T00:23:24.536Z Compiling smallvec v1.15.1
4672026-04-05T00:23:24.554Z Compiling usdt-impl v0.5.0
4682026-04-05T00:23:24.657Z Compiling proc-macro-error-attr v1.0.4
4692026-04-05T00:23:24.676Z Compiling toml_write v0.1.2
4702026-04-05T00:23:24.709Z Compiling erased-serde v0.4.9
4712026-04-05T00:23:24.758Z Compiling syn v1.0.109
4722026-04-05T00:23:24.793Z Compiling winnow v0.7.14
4732026-04-05T00:23:24.811Z Compiling proc-macro-error v1.0.4
4742026-04-05T00:23:24.867Z Compiling log v0.4.29
4752026-04-05T00:23:24.890Z Compiling errno v0.3.14
4762026-04-05T00:23:24.908Z Compiling thread-id v4.2.2
4772026-04-05T00:23:24.985Z Compiling plain v0.2.3
4782026-04-05T00:23:25.031Z Compiling indexmap v2.13.0
4792026-04-05T00:23:25.086Z Compiling getrandom v0.4.1
4802026-04-05T00:23:25.090Z Compiling thiserror v2.0.18
4812026-04-05T00:23:25.090Z Compiling utf8parse v0.2.2
4822026-04-05T00:23:25.090Z Compiling percent-encoding v2.3.2
4832026-04-05T00:23:25.175Z Compiling camino v1.2.2
4842026-04-05T00:23:25.179Z Compiling utf8_iter v1.0.4
4852026-04-05T00:23:25.209Z Compiling syn v2.0.117
4862026-04-05T00:23:25.250Z Compiling anstyle-parse v0.2.7
4872026-04-05T00:23:25.314Z Compiling pest_meta v2.8.6
4882026-04-05T00:23:25.371Z Compiling form_urlencoded v1.2.2
4892026-04-05T00:23:25.528Z Compiling ordered-float v2.10.1
4902026-04-05T00:23:25.591Z Compiling colorchoice v1.0.4
4912026-04-05T00:23:25.612Z Compiling pretty-hex v0.4.1
4922026-04-05T00:23:25.631Z Compiling anstyle v1.0.13
4932026-04-05T00:23:25.670Z Compiling cfg-if v1.0.4
4942026-04-05T00:23:25.702Z Compiling anstyle-query v1.1.5
4952026-04-05T00:23:25.738Z Compiling is_terminal_polyfill v1.70.2
4962026-04-05T00:23:25.794Z Compiling fs-err v3.3.0
4972026-04-05T00:23:25.809Z Compiling strsim v0.11.1
4982026-04-05T00:23:25.832Z Compiling bytecount v0.6.9
4992026-04-05T00:23:25.866Z Compiling anstream v0.6.21
5002026-04-05T00:23:25.889Z Compiling fastrand v2.3.0
5012026-04-05T00:23:25.910Z Compiling anyhow v1.0.102
5022026-04-05T00:23:25.942Z Compiling terminal_size v0.4.3
5032026-04-05T00:23:25.966Z Compiling heck v0.4.1
5042026-04-05T00:23:25.982Z Compiling heck v0.5.0
5052026-04-05T00:23:26.004Z Compiling once_cell v1.21.3
5062026-04-05T00:23:26.242Z Compiling semver v1.0.27
5072026-04-05T00:23:26.295Z Compiling fnv v1.0.7
5082026-04-05T00:23:26.299Z Compiling clap_lex v1.0.0
5092026-04-05T00:23:26.299Z Compiling unicode-width v0.1.14
5102026-04-05T00:23:26.299Z Compiling unicode-xid v0.2.6
5112026-04-05T00:23:26.384Z Compiling tempfile v3.25.0
5122026-04-05T00:23:26.420Z Compiling memmap v0.7.0
5132026-04-05T00:23:26.489Z Compiling clap_builder v4.5.60
5142026-04-05T00:23:26.526Z Compiling smawk v0.3.2
5152026-04-05T00:23:26.564Z Compiling papergrid v0.11.0
5162026-04-05T00:23:26.621Z Compiling serde-untagged v0.1.9
5172026-04-05T00:23:26.638Z Compiling unicode-linebreak v0.1.5
5182026-04-05T00:23:26.641Z Compiling unicode-width v0.2.0
5192026-04-05T00:23:26.692Z Compiling camino-tempfile v1.4.1
5202026-04-05T00:23:26.782Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5212026-04-05T00:23:26.888Z Compiling textwrap v0.16.2
5222026-04-05T00:23:26.906Z Compiling swrite v0.1.0
5232026-04-05T00:23:27.243Z Compiling tabled_derive v0.7.0
5242026-04-05T00:23:27.773Z Compiling synstructure v0.13.2
5252026-04-05T00:23:27.773Z Compiling pest_generator v2.8.6
5262026-04-05T00:23:27.906Z Compiling tabled v0.15.0
5272026-04-05T00:23:28.294Z Compiling serde_derive v1.0.228
5282026-04-05T00:23:28.294Z Compiling zerofrom-derive v0.1.6
5292026-04-05T00:23:28.298Z Compiling yoke-derive v0.8.1
5302026-04-05T00:23:28.299Z Compiling zerovec-derive v0.11.2
5312026-04-05T00:23:28.299Z Compiling displaydoc v0.2.5
5322026-04-05T00:23:28.299Z Compiling thiserror-impl v1.0.69
5332026-04-05T00:23:28.299Z Compiling zerocopy-derive v0.7.35
5342026-04-05T00:23:28.299Z Compiling scroll_derive v0.12.1
5352026-04-05T00:23:28.313Z Compiling thiserror-impl v2.0.18
5362026-04-05T00:23:28.348Z Compiling clap_derive v4.5.55
5372026-04-05T00:23:28.401Z Compiling pest_derive v2.8.6
5382026-04-05T00:23:29.155Z Compiling zerocopy v0.7.35
5392026-04-05T00:23:29.175Z Compiling scroll v0.12.0
5402026-04-05T00:23:29.282Z Compiling zerofrom v0.1.6
5412026-04-05T00:23:29.392Z Compiling yoke v0.8.1
5422026-04-05T00:23:29.419Z Compiling goblin v0.8.2
5432026-04-05T00:23:29.526Z Compiling dtrace-parser v0.2.0
5442026-04-05T00:23:29.554Z Compiling zerovec v0.11.5
5452026-04-05T00:23:29.554Z Compiling zerotrie v0.2.3
5462026-04-05T00:23:29.786Z Compiling clap v4.5.60
5472026-04-05T00:23:29.984Z Compiling tinystr v0.8.2
5482026-04-05T00:23:29.984Z Compiling potential_utf v0.1.4
5492026-04-05T00:23:30.110Z Compiling icu_collections v2.1.1
5502026-04-05T00:23:30.132Z Compiling icu_locale_core v2.1.1
5512026-04-05T00:23:30.689Z Compiling icu_provider v2.1.1
5522026-04-05T00:23:30.789Z Compiling toml_datetime v0.6.11
5532026-04-05T00:23:30.789Z Compiling serde_spanned v0.6.9
5542026-04-05T00:23:30.789Z Compiling serde-value v0.7.0
5552026-04-05T00:23:30.792Z Compiling cargo-platform v0.2.0
5562026-04-05T00:23:30.792Z Compiling macaddr v1.0.1
5572026-04-05T00:23:30.807Z Compiling dof v0.3.0
5582026-04-05T00:23:30.810Z Compiling serde_tokenstream v0.2.3
5592026-04-05T00:23:30.911Z Compiling icu_properties v2.1.2
5602026-04-05T00:23:30.914Z Compiling icu_normalizer v2.1.1
5612026-04-05T00:23:30.978Z Compiling toml_edit v0.22.27
5622026-04-05T00:23:31.538Z Compiling usdt-macro v0.5.0
5632026-04-05T00:23:31.541Z Compiling usdt-attr-macro v0.5.0
5642026-04-05T00:23:31.702Z Compiling idna_adapter v1.2.1
5652026-04-05T00:23:31.809Z Compiling idna v1.1.0
5662026-04-05T00:23:32.096Z Compiling url v2.5.8
5672026-04-05T00:23:32.148Z Compiling usdt v0.5.0
5682026-04-05T00:23:32.252Z Compiling toml v0.8.23
5692026-04-05T00:23:32.575Z Compiling cargo-util-schemas v0.8.2
5702026-04-05T00:23:32.575Z Compiling cargo_toml v0.21.0
5712026-04-05T00:23:33.331Z Compiling cargo_metadata v0.21.0
5722026-04-05T00:23:34.254Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5732026-04-05T00:23:36.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.64s
5742026-04-05T00:23:36.626Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5752026-04-05T00:23:37.183Z Downloading crates ...
5762026-04-05T00:23:37.295Z Downloaded atty v0.2.14
5772026-04-05T00:23:37.300Z Downloaded adler2 v2.0.1
5782026-04-05T00:23:37.302Z Downloaded base16ct v0.2.0
5792026-04-05T00:23:37.305Z Downloaded base16ct v1.0.0
5802026-04-05T00:23:37.305Z Downloaded aead v0.5.2
5812026-04-05T00:23:37.308Z Downloaded crc8 v0.1.1
5822026-04-05T00:23:37.311Z Downloaded atomicwrites v0.4.4
5832026-04-05T00:23:37.314Z Downloaded darling_macro v0.21.3
5842026-04-05T00:23:37.314Z Downloaded backoff v0.4.0
5852026-04-05T00:23:37.317Z Downloaded async-trait v0.1.89
5862026-04-05T00:23:37.320Z Downloaded atomic-waker v1.1.2
5872026-04-05T00:23:37.320Z Downloaded bb8 v0.8.6
5882026-04-05T00:23:37.326Z Downloaded base64ct v1.8.3
5892026-04-05T00:23:37.326Z Downloaded backon v1.6.0
5902026-04-05T00:23:37.332Z Downloaded crossbeam-epoch v0.9.18
5912026-04-05T00:23:37.332Z Downloaded dtrace-parser v0.3.0
5922026-04-05T00:23:37.335Z Downloaded ahash v0.8.12
5932026-04-05T00:23:37.337Z Downloaded dropshot-api-manager-types v0.6.0
5942026-04-05T00:23:37.340Z Downloaded display-error-chain v0.2.2
5952026-04-05T00:23:37.340Z Downloaded difflib v0.4.0
5962026-04-05T00:23:37.340Z Downloaded downcast-rs v2.0.2
5972026-04-05T00:23:37.343Z Downloaded debug-ignore v1.0.5
5982026-04-05T00:23:37.343Z Downloaded ciborium-ll v0.2.2
5992026-04-05T00:23:37.346Z Downloaded ascii-canvas v3.0.0
6002026-04-05T00:23:37.349Z Downloaded foreign-types v0.5.0
6012026-04-05T00:23:37.351Z Downloaded diesel_table_macro_syntax v0.3.0
6022026-04-05T00:23:37.351Z Downloaded bit-set v0.5.3
6032026-04-05T00:23:37.354Z Downloaded assert_matches v1.5.0
6042026-04-05T00:23:37.354Z Downloaded der_derive v0.7.3
6052026-04-05T00:23:37.357Z Downloaded darling v0.21.3
6062026-04-05T00:23:37.359Z Downloaded darling_macro v0.20.11
6072026-04-05T00:23:37.359Z Downloaded csv-core v0.1.13
6082026-04-05T00:23:37.362Z Downloaded crc v3.4.0
6092026-04-05T00:23:37.362Z Downloaded array-init v0.0.4
6102026-04-05T00:23:37.365Z Downloaded critical-section v1.2.0
6112026-04-05T00:23:37.365Z Downloaded async-stream v0.3.6
6122026-04-05T00:23:37.367Z Downloaded dyn-clone v1.0.20
6132026-04-05T00:23:37.368Z Downloaded cfg_aliases v0.2.1
6142026-04-05T00:23:37.370Z Downloaded bitfield-struct v0.6.2
6152026-04-05T00:23:37.370Z Downloaded block-padding v0.3.3
6162026-04-05T00:23:37.370Z Downloaded foreign-types v0.3.2
6172026-04-05T00:23:37.373Z Downloaded cstr-argument v0.1.2
6182026-04-05T00:23:37.373Z Downloaded dunce v1.0.5
6192026-04-05T00:23:37.373Z Downloaded defmt-parser v1.0.0
6202026-04-05T00:23:37.373Z Downloaded crunchy v0.2.4
6212026-04-05T00:23:37.376Z Downloaded crucible-workspace-hack v0.1.0
6222026-04-05T00:23:37.376Z Downloaded bcrypt-pbkdf v0.10.0
6232026-04-05T00:23:37.376Z Downloaded erased-serde v0.3.31
6242026-04-05T00:23:37.379Z Downloaded defmt-macros v1.0.1
6252026-04-05T00:23:37.379Z Downloaded arrayref v0.3.9
6262026-04-05T00:23:37.382Z Downloaded crc-catalog v2.4.0
6272026-04-05T00:23:37.382Z Downloaded derive-ex v0.1.8
6282026-04-05T00:23:37.384Z Downloaded fixedbitset v0.5.7
6292026-04-05T00:23:37.384Z Downloaded filetime v0.2.27
6302026-04-05T00:23:37.384Z Downloaded darling_core v0.21.3
6312026-04-05T00:23:37.387Z Downloaded cmake v0.1.57
6322026-04-05T00:23:37.390Z Downloaded bcs v0.1.6
6332026-04-05T00:23:37.390Z Downloaded dof v0.4.0
6342026-04-05T00:23:37.393Z Downloaded defmt v0.3.100
6352026-04-05T00:23:37.393Z Downloaded embedded-io v0.6.1
6362026-04-05T00:23:37.393Z Downloaded bitfield-macros v0.19.4
6372026-04-05T00:23:37.393Z Downloaded cargo-platform v0.1.9
6382026-04-05T00:23:37.396Z Downloaded ecdsa v0.16.9
6392026-04-05T00:23:37.399Z Downloaded cpufeatures v0.3.0
6402026-04-05T00:23:37.403Z Downloaded dsl_auto_type v0.2.0
6412026-04-05T00:23:37.408Z Downloaded async-recursion v1.1.1
6422026-04-05T00:23:37.408Z Downloaded foreign-types-macros v0.2.3
6432026-04-05T00:23:37.412Z Downloaded embedded-io v0.4.0
6442026-04-05T00:23:37.412Z Downloaded document-features v0.2.12
6452026-04-05T00:23:37.412Z Downloaded dirs-sys-next v0.1.2
6462026-04-05T00:23:37.412Z Downloaded cobs v0.3.0
6472026-04-05T00:23:37.414Z Downloaded darling_macro v0.23.0
6482026-04-05T00:23:37.414Z Downloaded ff v0.13.1
6492026-04-05T00:23:37.417Z Downloaded daft-derive v0.1.5
6502026-04-05T00:23:37.420Z Downloaded foreign-types-shared v0.3.1
6512026-04-05T00:23:37.420Z Downloaded find-msvc-tools v0.1.9
6522026-04-05T00:23:37.420Z Downloaded fd-lock v4.0.4
6532026-04-05T00:23:37.423Z Downloaded env_filter v1.0.0
6542026-04-05T00:23:37.423Z Downloaded enum-as-inner v0.6.1
6552026-04-05T00:23:37.426Z Downloaded ed25519 v2.2.3
6562026-04-05T00:23:37.426Z Downloaded diesel-dtrace v0.5.0
6572026-04-05T00:23:37.426Z Downloaded flagset v0.4.7
6582026-04-05T00:23:37.429Z Downloaded foreign-types-shared v0.1.1
6592026-04-05T00:23:37.429Z Downloaded convert_case v0.4.0
6602026-04-05T00:23:37.430Z Downloaded cfg_aliases v0.1.1
6612026-04-05T00:23:37.430Z Downloaded castaway v0.2.4
6622026-04-05T00:23:37.432Z Downloaded endian-type v0.1.2
6632026-04-05T00:23:37.432Z Downloaded bit-set v0.8.0
6642026-04-05T00:23:37.432Z Downloaded derive_builder_core v0.20.2
6652026-04-05T00:23:37.435Z Downloaded float-ord v0.3.2
6662026-04-05T00:23:37.435Z Downloaded derive_builder_macro v0.20.2
6672026-04-05T00:23:37.435Z Downloaded fixedbitset v0.4.2
6682026-04-05T00:23:37.438Z Downloaded dirs-next v2.0.0
6692026-04-05T00:23:37.438Z Downloaded ciborium-io v0.2.2
6702026-04-05T00:23:37.438Z Downloaded async-stream-impl v0.3.6
6712026-04-05T00:23:37.438Z Downloaded curve25519-dalek-derive v0.1.1
6722026-04-05T00:23:37.441Z Downloaded funty v2.0.0
6732026-04-05T00:23:37.441Z Downloaded float-cmp v0.10.0
6742026-04-05T00:23:37.444Z Downloaded ena v0.14.4
6752026-04-05T00:23:37.448Z Downloaded futures-io v0.3.32
6762026-04-05T00:23:37.452Z Downloaded cassowary v0.3.0
6772026-04-05T00:23:37.455Z Downloaded gethostname v0.5.0
6782026-04-05T00:23:37.460Z Downloaded fxhash v0.2.1
6792026-04-05T00:23:37.460Z Downloaded ghash v0.5.1
6802026-04-05T00:23:37.460Z Downloaded corncobs v0.1.4
6812026-04-05T00:23:37.460Z Downloaded git-stub v1.0.0
6822026-04-05T00:23:37.460Z Downloaded bit-vec v0.6.3
6832026-04-05T00:23:37.463Z Downloaded bitflags v1.3.2
6842026-04-05T00:23:37.463Z Downloaded futures-task v0.3.32
6852026-04-05T00:23:37.466Z Downloaded futures-macro v0.3.32
6862026-04-05T00:23:37.466Z Downloaded base64 v0.21.7
6872026-04-05T00:23:37.474Z Downloaded env_logger v0.11.9
6882026-04-05T00:23:37.478Z Downloaded fallible-iterator v0.2.0
6892026-04-05T00:23:37.478Z Downloaded ciborium v0.2.2
6902026-04-05T00:23:37.478Z Downloaded cbc v0.1.2
6912026-04-05T00:23:37.478Z Downloaded argon2 v0.5.3
6922026-04-05T00:23:37.478Z Downloaded foldhash v0.1.5
6932026-04-05T00:23:37.478Z Downloaded foldhash v0.2.0
6942026-04-05T00:23:37.478Z Downloaded drift v0.1.3
6952026-04-05T00:23:37.481Z Downloaded hash32 v0.2.1
6962026-04-05T00:23:37.481Z Downloaded globwalk v0.9.1
6972026-04-05T00:23:37.481Z Downloaded ctr v0.9.2
6982026-04-05T00:23:37.482Z Downloaded cookie_store v0.22.1
6992026-04-05T00:23:37.484Z Downloaded headers-core v0.3.0
7002026-04-05T00:23:37.484Z Downloaded hash32 v0.3.1
7012026-04-05T00:23:37.484Z Downloaded futures-core v0.3.32
7022026-04-05T00:23:37.487Z Downloaded home v0.5.12
7032026-04-05T00:23:37.487Z Downloaded hex-literal v0.4.1
7042026-04-05T00:23:37.487Z Downloaded httpdate v1.0.3
7052026-04-05T00:23:37.490Z Downloaded http-body v1.0.1
7062026-04-05T00:23:37.490Z Downloaded hostname v0.3.1
7072026-04-05T00:23:37.490Z Downloaded base64 v0.22.1
7082026-04-05T00:23:37.493Z Downloaded hex v0.4.3
7092026-04-05T00:23:37.499Z Downloaded cexpr v0.6.0
7102026-04-05T00:23:37.502Z Downloaded http-range v0.1.5
7112026-04-05T00:23:37.502Z Downloaded either v1.15.0
7122026-04-05T00:23:37.502Z Downloaded daft v0.1.5
7132026-04-05T00:23:37.502Z Downloaded cipher v0.4.4
7142026-04-05T00:23:37.505Z Downloaded buf-list v1.1.2
7152026-04-05T00:23:37.508Z Downloaded constant_time_eq v0.4.2
7162026-04-05T00:23:37.511Z Downloaded cargo_metadata v0.19.2
7172026-04-05T00:23:37.511Z Downloaded bitfield v0.19.4
7182026-04-05T00:23:37.511Z Downloaded camino-tempfile-ext v0.3.3
7192026-04-05T00:23:37.515Z Downloaded blowfish v0.9.1
7202026-04-05T00:23:37.518Z Downloaded const_format_proc_macros v0.2.34
7212026-04-05T00:23:37.521Z Downloaded darling v0.20.11
7222026-04-05T00:23:37.524Z Downloaded hubpack_derive v0.1.1
7232026-04-05T00:23:37.524Z Downloaded chacha20 v0.9.1
7242026-04-05T00:23:37.524Z Downloaded ident_case v1.0.1
7252026-04-05T00:23:37.527Z Downloaded hubpack v0.1.2
7262026-04-05T00:23:37.527Z Downloaded futures-sink v0.3.32
7272026-04-05T00:23:37.530Z Downloaded futures-executor v0.3.32
7282026-04-05T00:23:37.530Z Downloaded defmt v1.0.1
7292026-04-05T00:23:37.533Z Downloaded git-stub-vcs v0.1.0
7302026-04-05T00:23:37.533Z Downloaded bit-vec v0.8.0
7312026-04-05T00:23:37.533Z Downloaded fs_extra v1.3.0
7322026-04-05T00:23:37.536Z Downloaded fs-err v2.11.0
7332026-04-05T00:23:37.539Z Downloaded hyper-tls v0.6.0
7342026-04-05T00:23:37.539Z Downloaded const-oid v0.9.6
7352026-04-05T00:23:37.542Z Downloaded indent_write v2.2.0
7362026-04-05T00:23:37.545Z Downloaded chacha20 v0.10.0
7372026-04-05T00:23:37.545Z Downloaded inout v0.1.4
7382026-04-05T00:23:37.548Z Downloaded async-bb8-diesel v0.2.1
7392026-04-05T00:23:37.548Z Downloaded is-terminal v0.4.17
7402026-04-05T00:23:37.551Z Downloaded is_ci v1.2.0
7412026-04-05T00:23:37.554Z Downloaded globset v0.4.18
7422026-04-05T00:23:37.554Z Downloaded data-encoding v2.10.0
7432026-04-05T00:23:37.554Z Downloaded crossbeam-deque v0.8.6
7442026-04-05T00:23:37.557Z Downloaded group v0.13.0
7452026-04-05T00:23:37.557Z Downloaded glob v0.3.3
7462026-04-05T00:23:37.557Z Downloaded crossbeam-utils v0.8.21
7472026-04-05T00:23:37.560Z Downloaded hostname v0.4.2
7482026-04-05T00:23:37.565Z Downloaded instant v0.1.13
7492026-04-05T00:23:37.568Z Downloaded keccak v0.1.6
7502026-04-05T00:23:37.571Z Downloaded indoc v1.0.9
7512026-04-05T00:23:37.574Z Downloaded lazy_static v1.5.0
7522026-04-05T00:23:37.574Z Downloaded internet-checksum v0.2.1
7532026-04-05T00:23:37.574Z Downloaded lalrpop-util v0.19.12
7542026-04-05T00:23:37.577Z Downloaded linked-hash-map v0.5.6
7552026-04-05T00:23:37.580Z Downloaded instability v0.3.11
7562026-04-05T00:23:37.582Z Downloaded lru-slab v0.1.2
7572026-04-05T00:23:37.583Z Downloaded kstat-rs v0.2.4
7582026-04-05T00:23:37.585Z Downloaded cargo_toml v0.22.3
7592026-04-05T00:23:37.585Z Downloaded fatfs v0.3.6
7602026-04-05T00:23:37.588Z Downloaded byte-wrapper v0.1.0
7612026-04-05T00:23:37.588Z Downloaded http-body-util v0.1.3
7622026-04-05T00:23:37.591Z Downloaded colored v2.2.0
7632026-04-05T00:23:37.594Z Downloaded console v0.16.2
7642026-04-05T00:23:37.594Z Downloaded darling v0.23.0
7652026-04-05T00:23:37.597Z Downloaded blake2 v0.10.6
7662026-04-05T00:23:37.600Z Downloaded console v0.15.11
7672026-04-05T00:23:37.600Z Downloaded deranged v0.5.8
7682026-04-05T00:23:37.602Z Downloaded crc32fast v1.5.0
7692026-04-05T00:23:37.602Z Downloaded memoffset v0.9.1
7702026-04-05T00:23:37.602Z Downloaded libscf-sys v1.1.0
7712026-04-05T00:23:37.605Z Downloaded lru-cache v0.1.2
7722026-04-05T00:23:37.605Z Downloaded elliptic-curve v0.13.8
7732026-04-05T00:23:37.608Z Downloaded futures-channel v0.3.32
7742026-04-05T00:23:37.608Z Downloaded highway v1.3.0
7752026-04-05T00:23:37.611Z Downloaded diff v0.1.13
7762026-04-05T00:23:37.611Z Downloaded cancel-safe-futures v0.1.5
7772026-04-05T00:23:37.614Z Downloaded cookie v0.18.1
7782026-04-05T00:23:37.617Z Downloaded colored v3.1.1
7792026-04-05T00:23:37.617Z Downloaded managed v0.8.0
7802026-04-05T00:23:37.620Z Downloaded lru v0.12.5
7812026-04-05T00:23:37.620Z Downloaded bzip2 v0.6.1
7822026-04-05T00:23:37.620Z Downloaded maplit v1.0.2
7832026-04-05T00:23:37.620Z Downloaded bzip2 v0.4.4
7842026-04-05T00:23:37.623Z Downloaded maybe-uninit v2.0.0
7852026-04-05T00:23:37.623Z Downloaded arrayvec v0.7.6
7862026-04-05T00:23:37.626Z Downloaded md-5 v0.10.6
7872026-04-05T00:23:37.626Z Downloaded newtype-uuid-macros v0.1.0
7882026-04-05T00:23:37.626Z Downloaded nibble_vec v0.1.0
7892026-04-05T00:23:37.629Z Downloaded newtype_derive v0.1.6
7902026-04-05T00:23:37.629Z Downloaded newline-converter v0.3.0
7912026-04-05T00:23:37.629Z Downloaded new_debug_unreachable v1.0.6
7922026-04-05T00:23:37.632Z Downloaded des v0.8.1
7932026-04-05T00:23:37.632Z Downloaded getrandom v0.2.17
7942026-04-05T00:23:37.635Z Downloaded ipnetwork v0.21.1
7952026-04-05T00:23:37.635Z Downloaded hyper-staticfile v0.10.1
7962026-04-05T00:23:37.638Z Downloaded hmac v0.12.1
7972026-04-05T00:23:37.641Z Downloaded impl-trait-for-tuples v0.2.3
7982026-04-05T00:23:37.644Z Downloaded lzss v0.8.2
7992026-04-05T00:23:37.644Z Downloaded linear-map v1.2.0
8002026-04-05T00:23:37.647Z Downloaded multimap v0.10.1
8012026-04-05T00:23:37.647Z Downloaded md5 v0.7.0
8022026-04-05T00:23:37.647Z Downloaded num v0.4.3
8032026-04-05T00:23:37.649Z Downloaded nonempty v0.12.0
8042026-04-05T00:23:37.649Z Downloaded match_cfg v0.1.0
8052026-04-05T00:23:37.649Z Downloaded libsw-core v0.3.2
8062026-04-05T00:23:37.653Z Downloaded libloading v0.8.9
8072026-04-05T00:23:37.653Z Downloaded num-derive v0.3.3
8082026-04-05T00:23:37.653Z Downloaded num-conv v0.2.0
8092026-04-05T00:23:37.656Z Downloaded indoc v2.0.7
8102026-04-05T00:23:37.656Z Downloaded lock_api v0.4.14
8112026-04-05T00:23:37.659Z Downloaded hyper-rustls v0.27.7
8122026-04-05T00:23:37.659Z Downloaded clang-sys v1.8.1
8132026-04-05T00:23:37.662Z Downloaded half v1.8.3
8142026-04-05T00:23:37.662Z Downloaded crc-any v2.5.0
8152026-04-05T00:23:37.664Z Downloaded convert_case v0.10.0
8162026-04-05T00:23:37.665Z Downloaded allocator-api2 v0.2.21
8172026-04-05T00:23:37.667Z Downloaded derive_builder v0.20.2
8182026-04-05T00:23:37.670Z Downloaded num-iter v0.1.45
8192026-04-05T00:23:37.670Z Downloaded ingot-types v0.1.2
8202026-04-05T00:23:37.670Z Downloaded hickory-client v0.25.2
8212026-04-05T00:23:37.673Z Downloaded normalize-line-endings v0.3.0
8222026-04-05T00:23:37.673Z Downloaded jobserver v0.1.34
8232026-04-05T00:23:37.673Z Downloaded ingot v0.1.1
8242026-04-05T00:23:37.676Z Downloaded num_enum_derive v0.5.11
8252026-04-05T00:23:37.676Z Downloaded opaque-debug v0.3.1
8262026-04-05T00:23:37.676Z Downloaded nodrop v0.1.14
8272026-04-05T00:23:37.684Z Downloaded openssl-probe v0.1.6
8282026-04-05T00:23:37.687Z Downloaded chacha20poly1305 v0.10.1
8292026-04-05T00:23:37.687Z Downloaded bytes v1.11.1
8302026-04-05T00:23:37.690Z Downloaded httparse v1.10.1
8312026-04-05T00:23:37.693Z Downloaded openssl-macros v0.1.1
8322026-04-05T00:23:37.693Z Downloaded mime v0.3.17
8332026-04-05T00:23:37.693Z Downloaded newtype-uuid v1.3.2
8342026-04-05T00:23:37.696Z Downloaded derive_more v0.99.20
8352026-04-05T00:23:37.711Z Downloaded parse-size v1.1.0
8362026-04-05T00:23:37.714Z Downloaded packed_struct_codegen v0.10.1
8372026-04-05T00:23:37.714Z Downloaded oso-derive v0.27.3
8382026-04-05T00:23:37.714Z Downloaded openssl-probe v0.2.1
8392026-04-05T00:23:37.717Z Downloaded dropshot_endpoint v0.16.7
8402026-04-05T00:23:37.717Z Downloaded olpc-cjson v0.1.4
8412026-04-05T00:23:37.720Z Downloaded num_threads v0.1.7
8422026-04-05T00:23:37.720Z Downloaded num-derive v0.4.2
8432026-04-05T00:23:37.720Z Downloaded libsw v3.5.0
8442026-04-05T00:23:37.723Z Downloaded futures v0.3.32
8452026-04-05T00:23:37.726Z Downloaded iana-time-zone v0.1.65
8462026-04-05T00:23:37.726Z Downloaded libefi-sys v0.1.0
8472026-04-05T00:23:37.726Z Downloaded humantime v2.3.0
8482026-04-05T00:23:37.729Z Downloaded derive_more v2.1.1
8492026-04-05T00:23:37.733Z Downloaded pbkdf2 v0.12.2
8502026-04-05T00:23:37.737Z Downloaded pbkdf2 v0.11.0
8512026-04-05T00:23:37.737Z Downloaded peg-runtime v0.8.5
8522026-04-05T00:23:37.740Z Downloaded path-slash v0.1.5
8532026-04-05T00:23:37.740Z Downloaded nu-ansi-term v0.50.3
8542026-04-05T00:23:37.740Z Downloaded num-integer v0.1.46
8552026-04-05T00:23:37.743Z Downloaded aes v0.8.4
8562026-04-05T00:23:37.743Z Downloaded nanorand v0.7.0
8572026-04-05T00:23:37.746Z Downloaded ingot-macros v0.1.1
8582026-04-05T00:23:37.746Z Downloaded crypto-bigint v0.5.5
8592026-04-05T00:23:37.749Z Downloaded phf_shared v0.13.1
8602026-04-05T00:23:37.752Z Downloaded phf_shared v0.11.3
8612026-04-05T00:23:37.752Z Downloaded num_enum_derive v0.7.5
8622026-04-05T00:23:37.752Z Downloaded num_enum v0.5.11
8632026-04-05T00:23:37.755Z Downloaded const_format v0.2.35
8642026-04-05T00:23:37.758Z Downloaded ipnet v2.11.0
8652026-04-05T00:23:37.763Z Downloaded phf_shared v0.12.1
8662026-04-05T00:23:37.767Z Downloaded memmap2 v0.9.10
8672026-04-05T00:23:37.770Z Downloaded ignore v0.4.25
8682026-04-05T00:23:37.770Z Downloaded mime_guess v2.0.5
8692026-04-05T00:23:37.773Z Downloaded derive-where v1.6.0
8702026-04-05T00:23:37.776Z Downloaded oxide-tokio-rt v0.1.3
8712026-04-05T00:23:37.776Z Downloaded darling_core v0.20.11
8722026-04-05T00:23:37.779Z Downloaded powerfmt v0.2.0
8732026-04-05T00:23:37.779Z Downloaded flume v0.11.1
8742026-04-05T00:23:37.782Z Downloaded predicates-core v1.0.10
8752026-04-05T00:23:37.782Z Downloaded precomputed-hash v0.1.1
8762026-04-05T00:23:37.785Z Downloaded pin-utils v0.1.0
8772026-04-05T00:23:37.785Z Downloaded oxnet v0.1.4
8782026-04-05T00:23:37.785Z Downloaded multer v3.1.0
8792026-04-05T00:23:37.788Z Downloaded darling_core v0.23.0
8802026-04-05T00:23:37.791Z Downloaded progenitor-macro v0.10.0
8812026-04-05T00:23:37.791Z Downloaded proc-macro-error-attr2 v2.0.0
8822026-04-05T00:23:37.791Z Downloaded proc-macro-crate v3.4.0
8832026-04-05T00:23:37.794Z Downloaded num-rational v0.4.2
8842026-04-05T00:23:37.794Z Downloaded predicates-tree v1.0.13
8852026-04-05T00:23:37.794Z Downloaded litrs v1.0.0
8862026-04-05T00:23:37.797Z Downloaded parse-display-derive v0.10.0
8872026-04-05T00:23:37.800Z Downloaded parking_lot_core v0.8.6
8882026-04-05T00:23:37.800Z Downloaded packed_struct v0.10.1
8892026-04-05T00:23:37.803Z Downloaded headers v0.4.1
8902026-04-05T00:23:37.806Z Downloaded heapless v0.8.0
8912026-04-05T00:23:37.809Z Downloaded heapless v0.7.17
8922026-04-05T00:23:37.812Z Downloaded indexmap v1.9.3
8932026-04-05T00:23:37.816Z Downloaded progenitor-client v0.11.2
8942026-04-05T00:23:37.819Z Downloaded paste v1.0.15
8952026-04-05T00:23:37.819Z Downloaded progenitor-client v0.10.0
8962026-04-05T00:23:37.822Z Downloaded num-complex v0.4.6
8972026-04-05T00:23:37.822Z Downloaded arc-swap v1.8.2
8982026-04-05T00:23:37.825Z Downloaded peg v0.8.5
8992026-04-05T00:23:37.827Z Downloaded parse-display v0.10.0
9002026-04-05T00:23:37.827Z Downloaded pem-rfc7468 v0.7.0
9012026-04-05T00:23:37.830Z Downloaded password-hash v0.5.0
9022026-04-05T00:23:37.830Z Downloaded pem v3.0.6
9032026-04-05T00:23:37.830Z Downloaded peg-macros v0.8.5
9042026-04-05T00:23:37.833Z Downloaded progenitor-macro v0.11.2
9052026-04-05T00:23:37.833Z Downloaded ed25519-dalek v2.2.0
9062026-04-05T00:23:37.836Z Downloaded psl-types v2.0.11
9072026-04-05T00:23:37.836Z Downloaded progenitor-macro v0.13.0
9082026-04-05T00:23:37.836Z Downloaded num_enum v0.7.5
9092026-04-05T00:23:37.839Z Downloaded bumpalo v3.20.2
9102026-04-05T00:23:37.843Z Downloaded der v0.7.10
9112026-04-05T00:23:37.847Z Downloaded phf v0.13.1
9122026-04-05T00:23:37.847Z Downloaded phf v0.12.1
9132026-04-05T00:23:37.847Z Downloaded half v2.7.1
9142026-04-05T00:23:37.849Z Downloaded rand_chacha v0.3.1
9152026-04-05T00:23:37.849Z Downloaded pin-project-lite v0.2.17
9162026-04-05T00:23:37.852Z Downloaded poly1305 v0.8.0
9172026-04-05T00:23:37.855Z Downloaded crossbeam-channel v0.5.15
9182026-04-05T00:23:37.858Z Downloaded cc v1.2.56
9192026-04-05T00:23:37.858Z Downloaded ar_archive_writer v0.5.1
9202026-04-05T00:23:37.861Z Downloaded compact_str v0.8.1
9212026-04-05T00:23:37.865Z Downloaded quick-error v1.2.3
9222026-04-05T00:23:37.865Z Downloaded postgres-protocol v0.6.10
9232026-04-05T00:23:37.868Z Downloaded rand_xorshift v0.4.0
9242026-04-05T00:23:37.868Z Downloaded proc-macro-crate v1.3.1
9252026-04-05T00:23:37.868Z Downloaded primeorder v0.13.6
9262026-04-05T00:23:37.868Z Downloaded ppv-lite86 v0.2.21
9272026-04-05T00:23:37.871Z Downloaded aes-gcm v0.10.3
9282026-04-05T00:23:37.871Z Downloaded recursive-proc-macro-impl v0.1.1
9292026-04-05T00:23:37.874Z Downloaded recursive v0.1.1
9302026-04-05T00:23:37.874Z Downloaded password-hash v0.4.2
9312026-04-05T00:23:37.874Z Downloaded native-tls v0.2.18
9322026-04-05T00:23:37.877Z Downloaded getrandom v0.3.4
9332026-04-05T00:23:37.880Z Downloaded progenitor-extras v0.1.1
9342026-04-05T00:23:37.880Z Downloaded parking_lot_core v0.9.12
9352026-04-05T00:23:37.895Z Downloaded polyval v0.6.2
9362026-04-05T00:23:37.898Z Downloaded pkg-config v0.3.32
9372026-04-05T00:23:37.898Z Downloaded ref-cast-impl v1.0.25
9382026-04-05T00:23:37.901Z Downloaded predicates v3.1.4
9392026-04-05T00:23:37.905Z Downloaded proc-macro-error2 v2.0.1
9402026-04-05T00:23:37.908Z Downloaded ref-cast v1.0.25
9412026-04-05T00:23:37.911Z Downloaded progenitor v0.13.0
9422026-04-05T00:23:37.911Z Downloaded rfc6979 v0.4.0
9432026-04-05T00:23:37.911Z Downloaded pin-project-internal v1.1.11
9442026-04-05T00:23:37.914Z Downloaded progenitor v0.11.2
9452026-04-05T00:23:37.914Z Downloaded progenitor-client v0.13.0
9462026-04-05T00:23:37.914Z Downloaded omicron-zone-package v0.12.2
9472026-04-05T00:23:37.918Z Downloaded psm v0.1.30
9482026-04-05T00:23:37.920Z Downloaded owo-colors v4.3.0
9492026-04-05T00:23:37.923Z Downloaded russh-cryptovec v0.7.3
9502026-04-05T00:23:37.923Z Downloaded rtoolbox v0.0.3
9512026-04-05T00:23:37.927Z Downloaded rustc_version v0.4.1
9522026-04-05T00:23:37.930Z Downloaded rustc-hash v2.1.1
9532026-04-05T00:23:37.933Z Downloaded pkcs1 v0.7.5
9542026-04-05T00:23:37.933Z Downloaded indicatif v0.18.4
9552026-04-05T00:23:37.936Z Downloaded rustc_version v0.1.7
9562026-04-05T00:23:37.936Z Downloaded aho-corasick v1.1.4
9572026-04-05T00:23:37.938Z Downloaded postgres-types v0.2.12
9582026-04-05T00:23:37.941Z Downloaded parking_lot v0.11.2
9592026-04-05T00:23:37.944Z Downloaded rand_seeder v0.4.0
9602026-04-05T00:23:37.951Z Downloaded scheduled-thread-pool v0.2.7
9612026-04-05T00:23:37.954Z Downloaded sapling-renderdag v0.1.0
9622026-04-05T00:23:37.957Z Downloaded radium v0.7.0
9632026-04-05T00:23:37.960Z Downloaded parking_lot v0.12.5
9642026-04-05T00:23:37.963Z Downloaded r2d2 v0.8.10
9652026-04-05T00:23:37.970Z Downloaded dropshot-api-manager v0.6.0
9662026-04-05T00:23:37.973Z Downloaded jiff-static v0.2.21
9672026-04-05T00:23:37.977Z Downloaded derive_more-impl v2.1.1
9682026-04-05T00:23:37.980Z Downloaded secrecy v0.8.0
9692026-04-05T00:23:37.983Z Downloaded scroll_derive v0.13.1
9702026-04-05T00:23:37.983Z Downloaded scopeguard v1.2.0
9712026-04-05T00:23:37.983Z Downloaded same-file v1.0.6
9722026-04-05T00:23:37.986Z Downloaded salsa20 v0.10.2
9732026-04-05T00:23:37.990Z Downloaded semver v0.1.20
9742026-04-05T00:23:37.993Z Downloaded libbz2-rs-sys v0.2.2
9752026-04-05T00:23:37.996Z Downloaded rand_core v0.10.0
9762026-04-05T00:23:37.996Z Downloaded rand_core v0.9.5
9772026-04-05T00:23:37.996Z Downloaded serde-big-array v0.5.1
9782026-04-05T00:23:37.999Z Downloaded rand_core v0.6.4
9792026-04-05T00:23:37.999Z Downloaded rand_chacha v0.9.0
9802026-04-05T00:23:37.999Z Downloaded serde_repr v0.1.20
9812026-04-05T00:23:38.002Z Downloaded serde_plain v1.0.2
9822026-04-05T00:23:38.002Z Downloaded serde_bytes v0.11.19
9832026-04-05T00:23:38.002Z Downloaded postcard v1.1.3
9842026-04-05T00:23:38.005Z Downloaded secrecy v0.10.3
9852026-04-05T00:23:38.005Z Downloaded resolv-conf v0.7.6
9862026-04-05T00:23:38.009Z Downloaded progenitor v0.10.0
9872026-04-05T00:23:38.009Z Downloaded oso v0.27.3
9882026-04-05T00:23:38.012Z Downloaded expectorate v1.2.0
9892026-04-05T00:23:38.012Z Downloaded crossterm v0.29.0
9902026-04-05T00:23:38.015Z Downloaded p256 v0.13.2
9912026-04-05T00:23:38.018Z Downloaded serde_spanned v1.0.4
9922026-04-05T00:23:38.018Z Downloaded seq-macro v0.3.6
9932026-04-05T00:23:38.018Z Downloaded miniz_oxide v0.8.9
9942026-04-05T00:23:38.021Z Downloaded openssl-sys v0.9.111
9952026-04-05T00:23:38.024Z Downloaded sha1 v0.10.6
9962026-04-05T00:23:38.024Z Downloaded pkcs8 v0.10.2
9972026-04-05T00:23:38.027Z Downloaded minimal-lexical v0.2.1
9982026-04-05T00:23:38.030Z Downloaded rustls-pemfile v2.2.0
9992026-04-05T00:23:38.030Z Downloaded prefix-trie v0.7.0
10002026-04-05T00:23:38.033Z Downloaded hickory-resolver v0.25.2
10012026-04-05T00:23:38.036Z Downloaded hickory-resolver v0.24.4
10022026-04-05T00:23:38.039Z Downloaded signal-hook-tokio v0.3.1
10032026-04-05T00:23:38.039Z Downloaded signature v2.2.0
10042026-04-05T00:23:38.039Z Downloaded progenitor-impl v0.11.2
10052026-04-05T00:23:38.042Z Downloaded scroll v0.13.0
10062026-04-05T00:23:38.053Z Downloaded shell-words v1.1.1
10072026-04-05T00:23:38.056Z Downloaded rustls-pemfile v1.0.4
10082026-04-05T00:23:38.056Z Downloaded signal-hook-mio v0.2.5
10092026-04-05T00:23:38.059Z Downloaded papergrid v0.17.0
10102026-04-05T00:23:38.062Z Downloaded siphasher v1.0.2
10112026-04-05T00:23:38.065Z Downloaded sigpipe v0.1.3
10122026-04-05T00:23:38.065Z Downloaded http v1.4.0
10132026-04-05T00:23:38.067Z Downloaded slog-bunyan v2.5.0
10142026-04-05T00:23:38.070Z Downloaded pin-project v1.1.11
10152026-04-05T00:23:38.076Z Downloaded slog-envlogger v2.2.0
10162026-04-05T00:23:38.078Z Downloaded sec1 v0.7.3
10172026-04-05T00:23:38.078Z Downloaded rusty-fork v0.3.1
10182026-04-05T00:23:38.081Z Downloaded rustversion v1.0.22
10192026-04-05T00:23:38.081Z Downloaded scrypt v0.11.0
10202026-04-05T00:23:38.084Z Downloaded schemars_derive v0.8.22
10212026-04-05T00:23:38.084Z Downloaded diesel_derives v2.3.7
10222026-04-05T00:23:38.098Z Downloaded serde-hex v0.1.0
10232026-04-05T00:23:38.098Z Downloaded flate2 v1.1.9
10242026-04-05T00:23:38.098Z Downloaded hyper-util v0.1.20
10252026-04-05T00:23:38.098Z Downloaded serde_path_to_error v0.1.20
10262026-04-05T00:23:38.098Z Downloaded serde_derive_internals v0.29.1
10272026-04-05T00:23:38.101Z Downloaded russh-keys v0.45.0
10282026-04-05T00:23:38.104Z Downloaded serde_urlencoded v0.7.1
10292026-04-05T00:23:38.107Z Downloaded sqlparser_derive v0.5.0
10302026-04-05T00:23:38.110Z Downloaded ssh-encoding v0.2.0
10312026-04-05T00:23:38.113Z Downloaded strum v0.27.2
10322026-04-05T00:23:38.123Z Downloaded hashbrown v0.12.3
10332026-04-05T00:23:38.126Z Downloaded hickory-server v0.25.2
10342026-04-05T00:23:38.133Z Downloaded strip-ansi-escapes v0.2.1
10352026-04-05T00:23:38.136Z Downloaded simd-adler32 v0.3.8
10362026-04-05T00:23:38.136Z Downloaded progenitor-impl v0.10.0
10372026-04-05T00:23:38.139Z Downloaded hashbrown v0.13.2
10382026-04-05T00:23:38.143Z Downloaded structmeta v0.3.0
10392026-04-05T00:23:38.146Z Downloaded signal-hook-registry v1.4.8
10402026-04-05T00:23:38.146Z Downloaded shlex v1.3.0
10412026-04-05T00:23:38.146Z Downloaded subtle v2.6.1
10422026-04-05T00:23:38.149Z Downloaded rustls-pki-types v1.14.0
10432026-04-05T00:23:38.152Z Downloaded quinn-udp v0.5.14
10442026-04-05T00:23:38.152Z Downloaded pkcs5 v0.7.1
10452026-04-05T00:23:38.155Z Downloaded strum v0.26.3
10462026-04-05T00:23:38.155Z Downloaded structmeta-derive v0.3.0
10472026-04-05T00:23:38.158Z Downloaded slab v0.4.12
10482026-04-05T00:23:38.158Z Downloaded slog-async v2.8.0
10492026-04-05T00:23:38.162Z Downloaded sync_wrapper v1.0.2
10502026-04-05T00:23:38.162Z Downloaded sync-ptr v0.1.4
10512026-04-05T00:23:38.162Z Downloaded tabled_derive v0.11.0
10522026-04-05T00:23:38.162Z Downloaded supports-color v3.0.2
10532026-04-05T00:23:38.165Z Downloaded tagptr v0.2.0
10542026-04-05T00:23:38.165Z Downloaded progenitor-impl v0.13.0
10552026-04-05T00:23:38.165Z Downloaded slog-term v2.9.2
10562026-04-05T00:23:38.168Z Downloaded slog-scope v4.4.1
10572026-04-05T00:23:38.168Z Downloaded slog-dtrace v0.3.0
10582026-04-05T00:23:38.171Z Downloaded serde_cbor v0.11.2
10592026-04-05T00:23:38.171Z Downloaded tabwriter v1.4.1
10602026-04-05T00:23:38.174Z Downloaded prettyplease v0.2.37
10612026-04-05T00:23:38.174Z Downloaded tap v1.0.1
10622026-04-05T00:23:38.177Z Downloaded take_mut v0.2.2
10632026-04-05T00:23:38.177Z Downloaded smf v0.2.3
10642026-04-05T00:23:38.177Z Downloaded termtree v0.5.1
10652026-04-05T00:23:38.177Z Downloaded mio v1.1.1
10662026-04-05T00:23:38.180Z Downloaded smallvec v0.6.14
10672026-04-05T00:23:38.183Z Downloaded slog-stdlog v4.1.1
10682026-04-05T00:23:38.183Z Downloaded sct v0.7.1
10692026-04-05T00:23:38.186Z Downloaded snafu-derive v0.8.9
10702026-04-05T00:23:38.191Z Downloaded ssh-cipher v0.2.0
10712026-04-05T00:23:38.193Z Downloaded testing_table v0.3.0
10722026-04-05T00:23:38.193Z Downloaded time-core v0.1.8
10732026-04-05T00:23:38.197Z Downloaded thiserror-impl-no-std v2.0.2
10742026-04-05T00:23:38.197Z Downloaded thread-id v5.1.0
10752026-04-05T00:23:38.197Z Downloaded stringprep v0.1.5
10762026-04-05T00:23:38.197Z Downloaded stacker v0.1.23
10772026-04-05T00:23:38.200Z Downloaded spki v0.7.3
10782026-04-05T00:23:38.200Z Downloaded rcgen v0.12.1
10792026-04-05T00:23:38.203Z Downloaded serde_with_macros v3.17.0
10802026-04-05T00:23:38.203Z Downloaded rustls-native-certs v0.8.3
10812026-04-05T00:23:38.206Z Downloaded ron v0.8.1
10822026-04-05T00:23:38.208Z Downloaded string_cache v0.8.9
10832026-04-05T00:23:38.211Z Downloaded sqlformat v0.3.5
10842026-04-05T00:23:38.211Z Downloaded num-bigint v0.4.6
10852026-04-05T00:23:38.214Z Downloaded tinyvec_macros v0.1.1
10862026-04-05T00:23:38.217Z Downloaded itertools v0.10.5
10872026-04-05T00:23:38.220Z Downloaded static_assertions v1.1.0
10882026-04-05T00:23:38.220Z Downloaded rayon-core v1.13.0
10892026-04-05T00:23:38.223Z Downloaded hashbrown v0.15.5
10902026-04-05T00:23:38.226Z Downloaded libxml v0.3.3
10912026-04-05T00:23:38.229Z Downloaded strum_macros v0.27.2
10922026-04-05T00:23:38.232Z Downloaded strum_macros v0.26.4
10932026-04-05T00:23:38.237Z Downloaded slog-json v2.6.1
10942026-04-05T00:23:38.240Z Downloaded strum_macros v0.24.3
10952026-04-05T00:23:38.240Z Downloaded nom v7.1.3
10962026-04-05T00:23:38.243Z Downloaded schemars v0.8.22
10972026-04-05T00:23:38.249Z Downloaded pretty_assertions v1.4.1
10982026-04-05T00:23:38.252Z Downloaded support-bundle-viewer v0.1.2
10992026-04-05T00:23:38.252Z Downloaded termios v0.3.3
11002026-04-05T00:23:38.255Z Downloaded ryu v1.0.23
11012026-04-05T00:23:38.255Z Downloaded publicsuffix v2.3.0
11022026-04-05T00:23:38.259Z Downloaded topological-sort v0.2.2
11032026-04-05T00:23:38.274Z Downloaded rustls-platform-verifier v0.6.2
11042026-04-05T00:23:38.276Z Downloaded thiserror-no-std v2.0.2
11052026-04-05T00:23:38.279Z Downloaded tiny-keccak v2.0.2
11062026-04-05T00:23:38.282Z Downloaded tls_codec_derive v0.4.2
11072026-04-05T00:23:38.282Z Downloaded tls_codec v0.4.2
11082026-04-05T00:23:38.285Z Downloaded time-macros v0.2.27
11092026-04-05T00:23:38.285Z Downloaded thread_local v1.1.9
11102026-04-05T00:23:38.285Z Downloaded tower-service v0.3.3
11112026-04-05T00:23:38.288Z Downloaded tower-layer v0.3.3
11122026-04-05T00:23:38.288Z Downloaded spin v0.9.8
11132026-04-05T00:23:38.291Z Downloaded typify-macro v0.4.3
11142026-04-05T00:23:38.291Z Downloaded trait-variant v0.1.2
11152026-04-05T00:23:38.294Z Downloaded try-lock v0.2.5
11162026-04-05T00:23:38.294Z Downloaded crossterm v0.28.1
11172026-04-05T00:23:38.300Z Downloaded tokio-native-tls v0.3.1
11182026-04-05T00:23:38.304Z Downloaded iri-string v0.7.10
11192026-04-05T00:23:38.308Z Downloaded signal-hook v0.3.18
11202026-04-05T00:23:38.311Z Downloaded rand v0.8.5
11212026-04-05T00:23:38.314Z Downloaded qorb v0.4.1
11222026-04-05T00:23:38.317Z Downloaded typify-macro v0.6.1
11232026-04-05T00:23:38.317Z Downloaded tokio-macros v2.6.0
11242026-04-05T00:23:38.317Z Downloaded tokio-dtrace v0.1.1
11252026-04-05T00:23:38.320Z Downloaded unit-prefix v0.5.2
11262026-04-05T00:23:38.320Z Downloaded num-bigint-dig v0.8.6
11272026-04-05T00:23:38.323Z Downloaded tokio-rustls v0.25.0
11282026-04-05T00:23:38.326Z Downloaded unicode-truncate v1.1.0
11292026-04-05T00:23:38.328Z Downloaded usdt v0.6.0
11302026-04-05T00:23:38.328Z Downloaded universal-hash v0.5.1
11312026-04-05T00:23:38.329Z Downloaded tokio-tungstenite v0.21.0
11322026-04-05T00:23:38.331Z Downloaded unarray v0.1.4
11332026-04-05T00:23:38.334Z Downloaded utf-8 v0.7.6
11342026-04-05T00:23:38.334Z Downloaded untrusted v0.9.0
11352026-04-05T00:23:38.342Z Downloaded tokio-tungstenite v0.23.1
11362026-04-05T00:23:38.347Z Downloaded usdt-macro v0.6.0
11372026-04-05T00:23:38.350Z Downloaded untrusted v0.7.1
11382026-04-05T00:23:38.350Z Downloaded void v1.0.2
11392026-04-05T00:23:38.356Z Downloaded term v1.2.1
11402026-04-05T00:23:38.358Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11412026-04-05T00:23:38.361Z Downloaded term v0.7.0
11422026-04-05T00:23:38.361Z Downloaded toml_writer v1.0.6+spec-1.1.0
11432026-04-05T00:23:38.367Z Downloaded socket2 v0.6.2
11442026-04-05T00:23:38.370Z Downloaded socket2 v0.5.10
11452026-04-05T00:23:38.370Z Downloaded iddqd v0.3.17
11462026-04-05T00:23:38.374Z Downloaded want v0.3.1
11472026-04-05T00:23:38.379Z Downloaded rsa v0.9.10
11482026-04-05T00:23:38.385Z Downloaded itertools v0.13.0
11492026-04-05T00:23:38.389Z Downloaded rustls-webpki v0.103.9
11502026-04-05T00:23:38.393Z Downloaded quinn v0.11.9
11512026-04-05T00:23:38.396Z Downloaded serde_yaml v0.9.34+deprecated
11522026-04-05T00:23:38.399Z Downloaded waitgroup v0.1.2
11532026-04-05T00:23:38.406Z Downloaded xshell-macros v0.2.7
11542026-04-05T00:23:38.409Z Downloaded schemars v0.9.0
11552026-04-05T00:23:38.413Z Downloaded rand v0.9.2
11562026-04-05T00:23:38.416Z Downloaded usdt-attr-macro v0.6.0
11572026-04-05T00:23:38.416Z Downloaded aws-lc-rs v1.16.0
11582026-04-05T00:23:38.422Z Downloaded tokio-rustls v0.24.1
11592026-04-05T00:23:38.425Z Downloaded zeroize_derive v1.4.3
11602026-04-05T00:23:38.425Z Downloaded slog v2.8.2
11612026-04-05T00:23:38.428Z Downloaded similar v2.7.0
11622026-04-05T00:23:38.431Z Downloaded zone_cfg_derive v0.3.1
11632026-04-05T00:23:38.431Z Downloaded xattr v1.6.1
11642026-04-05T00:23:38.431Z Downloaded schemars v1.2.1
11652026-04-05T00:23:38.439Z Downloaded hyper v1.8.1
11662026-04-05T00:23:38.443Z Downloaded vergen-gitcl v1.0.8
11672026-04-05T00:23:38.446Z Downloaded unicase v2.9.0
11682026-04-05T00:23:38.446Z Downloaded samael v0.0.19
11692026-04-05T00:23:38.448Z Downloaded usdt-impl v0.6.0
11702026-04-05T00:23:38.451Z Downloaded futures-util v0.3.32
11712026-04-05T00:23:38.455Z Downloaded toml_parser v1.0.9+spec-1.1.0
11722026-04-05T00:23:38.458Z Downloaded test-strategy v0.4.5
11732026-04-05T00:23:38.461Z Downloaded uzers v0.12.2
11742026-04-05T00:23:38.461Z Downloaded tui-tree-widget v0.23.1
11752026-04-05T00:23:38.464Z Downloaded vergen-git2 v1.0.7
11762026-04-05T00:23:38.464Z Downloaded tokio-stream v0.1.18
11772026-04-05T00:23:38.467Z Downloaded zone v0.3.1
11782026-04-05T00:23:38.467Z Downloaded tokio-rustls v0.26.4
11792026-04-05T00:23:38.467Z Downloaded wyz v0.5.1
11802026-04-05T00:23:38.470Z Downloaded walkdir v2.5.0
11812026-04-05T00:23:38.471Z Downloaded vergen-lib v0.1.6
11822026-04-05T00:23:38.474Z Downloaded itertools v0.14.0
11832026-04-05T00:23:38.478Z Downloaded itertools v0.12.1
11842026-04-05T00:23:38.482Z Downloaded wait-timeout v0.2.1
11852026-04-05T00:23:38.485Z Downloaded tracing-attributes v0.1.31
11862026-04-05T00:23:38.488Z Downloaded vsss-rs v3.3.4
11872026-04-05T00:23:38.488Z Downloaded whoami v2.1.0
11882026-04-05T00:23:38.491Z Downloaded whoami v1.6.1
11892026-04-05T00:23:38.491Z Downloaded libm v0.2.16
11902026-04-05T00:23:38.495Z Downloaded subprocess v0.2.15
11912026-04-05T00:23:38.498Z Downloaded rand v0.10.0
11922026-04-05T00:23:38.501Z Downloaded zeroize v1.8.2
11932026-04-05T00:23:38.501Z Downloaded tinyvec v1.10.0
11942026-04-05T00:23:38.504Z Downloaded h2 v0.4.13
11952026-04-05T00:23:38.507Z Downloaded tar v0.4.45
11962026-04-05T00:23:38.510Z Downloaded bitvec v1.0.1
11972026-04-05T00:23:38.516Z Downloaded xshell v0.2.7
11982026-04-05T00:23:38.519Z Downloaded vergen v9.0.6
11992026-04-05T00:23:38.519Z Downloaded toml v0.7.8
12002026-04-05T00:23:38.522Z Downloaded unicode-properties v0.1.4
12012026-04-05T00:23:38.525Z Downloaded p521 v0.13.3
12022026-04-05T00:23:38.528Z Downloaded snafu v0.8.9
12032026-04-05T00:23:38.531Z Downloaded xz2 v0.1.7
12042026-04-05T00:23:38.531Z Downloaded russh v0.45.0
12052026-04-05T00:23:38.534Z Downloaded zstd-safe v7.2.4
12062026-04-05T00:23:38.539Z Downloaded zstd v0.13.3
12072026-04-05T00:23:38.557Z Downloaded tracing-core v0.1.36
12082026-04-05T00:23:38.568Z Downloaded yasna v0.5.2
12092026-04-05T00:23:38.571Z Downloaded tungstenite v0.21.0
12102026-04-05T00:23:38.574Z Downloaded zerocopy v0.6.6
12112026-04-05T00:23:38.577Z Downloaded hkdf v0.12.4
12122026-04-05T00:23:38.577Z Downloaded tungstenite v0.23.0
12132026-04-05T00:23:38.580Z Downloaded typify v0.6.1
12142026-04-05T00:23:38.583Z Downloaded rustyline v14.0.0
12152026-04-05T00:23:38.585Z Downloaded toml v0.9.12+spec-1.1.0
12162026-04-05T00:23:38.590Z Downloaded unicode-bidi v0.3.18
12172026-04-05T00:23:38.593Z Downloaded blake3 v1.8.3
12182026-04-05T00:23:38.597Z Downloaded toml_edit v0.23.10+spec-1.0.0
12192026-04-05T00:23:38.601Z Downloaded uuid v1.21.0
12202026-04-05T00:23:38.604Z Downloaded rpassword v7.4.0
12212026-04-05T00:23:38.606Z Downloaded ron v0.12.0
12222026-04-05T00:23:38.612Z Downloaded vte v0.14.1
12232026-04-05T00:23:38.615Z Downloaded steno v0.4.1
12242026-04-05T00:23:38.618Z Downloaded tokio-postgres v0.7.16
12252026-04-05T00:23:38.621Z Downloaded twox-hash v2.1.2
12262026-04-05T00:23:38.624Z Downloaded reedline v0.40.0
12272026-04-05T00:23:38.627Z Downloaded typify v0.4.3
12282026-04-05T00:23:38.639Z Downloaded unsafe-libyaml v0.2.11
12292026-04-05T00:23:38.642Z Downloaded chrono v0.4.44
12302026-04-05T00:23:38.647Z Downloaded toml_edit v0.19.15
12312026-04-05T00:23:38.657Z Downloaded zopfli v0.8.3
12322026-04-05T00:23:38.660Z Downloaded bindgen v0.71.1
12332026-04-05T00:23:38.678Z Downloaded ssh-key v0.6.7
12342026-04-05T00:23:38.683Z Downloaded unicode_categories v0.1.1
12352026-04-05T00:23:38.686Z Downloaded regex v1.12.3
12362026-04-05T00:23:38.691Z Downloaded zip v0.6.6
12372026-04-05T00:23:38.694Z Downloaded p384 v0.13.1
12382026-04-05T00:23:38.708Z Downloaded rayon v1.11.0
12392026-04-05T00:23:38.716Z Downloaded tower v0.5.3
12402026-04-05T00:23:38.725Z Downloaded git2 v0.20.4
12412026-04-05T00:23:38.730Z Downloaded yansi v1.0.1
12422026-04-05T00:23:38.738Z Downloaded zerocopy-derive v0.8.40
12432026-04-05T00:23:38.744Z Downloaded rustls-webpki v0.101.7
12442026-04-05T00:23:38.752Z Downloaded typed-path v0.9.3
12452026-04-05T00:23:38.756Z Downloaded salty v0.3.0
12462026-04-05T00:23:38.761Z Downloaded reqwest v0.12.28
12472026-04-05T00:23:38.767Z Downloaded reqwest v0.13.2
12482026-04-05T00:23:38.772Z Downloaded quick-xml v0.37.5
12492026-04-05T00:23:38.777Z Downloaded moka v0.12.13
12502026-04-05T00:23:38.782Z Downloaded x509-cert v0.2.5
12512026-04-05T00:23:38.820Z Downloaded unicode-normalization v0.1.25
12522026-04-05T00:23:38.828Z Downloaded rustls-webpki v0.102.8
12532026-04-05T00:23:38.828Z Downloaded lalrpop v0.19.12
12542026-04-05T00:23:38.829Z Downloaded unicode-segmentation v1.12.0
12552026-04-05T00:23:38.832Z Downloaded zip v4.6.1
12562026-04-05T00:23:38.832Z Downloaded tokio-util v0.7.18
12572026-04-05T00:23:38.835Z Downloaded serde_with v3.17.0
12582026-04-05T00:23:38.839Z Downloaded tough v0.20.0
12592026-04-05T00:23:38.844Z Downloaded proptest v1.10.0
12602026-04-05T00:23:38.849Z Downloaded petname v2.0.2
12612026-04-05T00:23:38.852Z Downloaded nix v0.27.1
12622026-04-05T00:23:38.858Z Downloaded goblin v0.10.5
12632026-04-05T00:23:38.862Z Downloaded portable-atomic v1.13.1
12642026-04-05T00:23:38.876Z Downloaded tower-http v0.6.8
12652026-04-05T00:23:38.880Z Downloaded polar-core v0.27.3
12662026-04-05T00:23:38.918Z Downloaded object v0.30.4
12672026-04-05T00:23:38.926Z Downloaded winnow v0.5.40
12682026-04-05T00:23:38.932Z Downloaded winnow v0.6.26
12692026-04-05T00:23:38.937Z Downloaded tabled v0.20.0
12702026-04-05T00:23:38.947Z Downloaded rustls v0.21.12
12712026-04-05T00:23:38.953Z Downloaded regex-syntax v0.6.29
12722026-04-05T00:23:38.958Z Downloaded quinn-proto v0.11.13
12732026-04-05T00:23:38.963Z Downloaded object v0.37.3
12742026-04-05T00:23:38.969Z Downloaded bstr v1.12.1
12752026-04-05T00:23:38.974Z Downloaded radix_trie v0.2.1
12762026-04-05T00:23:38.978Z Downloaded curve25519-dalek v4.1.3
12772026-04-05T00:23:38.982Z Downloaded nix v0.28.0
12782026-04-05T00:23:38.997Z Downloaded openssl v0.10.75
12792026-04-05T00:23:39.020Z Downloaded time v0.3.47
12802026-04-05T00:23:39.021Z Downloaded rustls v0.22.4
12812026-04-05T00:23:39.057Z Downloaded dropshot v0.16.7
12822026-04-05T00:23:39.057Z Downloaded openapiv3 v2.2.0
12832026-04-05T00:23:39.065Z Downloaded smoltcp v0.11.0
12842026-04-05T00:23:39.065Z Downloaded nix v0.29.0
12852026-04-05T00:23:39.065Z Downloaded zlib-rs v0.6.2
12862026-04-05T00:23:39.074Z Downloaded vcpkg v0.2.15
12872026-04-05T00:23:39.097Z Downloaded rustix v0.38.44
12882026-04-05T00:23:39.103Z Downloaded nix v0.31.1
12892026-04-05T00:23:39.127Z Downloaded webpki-roots v1.0.6
12902026-04-05T00:23:39.127Z Downloaded hickory-proto v0.24.4
12912026-04-05T00:23:39.145Z Downloaded smoltcp v0.9.1
12922026-04-05T00:23:39.145Z Downloaded rustls v0.23.37
12932026-04-05T00:23:39.145Z Downloaded zerocopy v0.8.40
12942026-04-05T00:23:39.145Z Downloaded diesel v2.3.7
12952026-04-05T00:23:39.150Z Downloaded regress v0.10.5
12962026-04-05T00:23:39.156Z Downloaded hickory-proto v0.25.2
12972026-04-05T00:23:39.203Z Downloaded sqlparser v0.61.0
12982026-04-05T00:23:39.203Z Downloaded regex-syntax v0.8.10
12992026-04-05T00:23:39.203Z Downloaded tracing v0.1.44
13002026-04-05T00:23:39.210Z Downloaded typify-impl v0.4.3
13012026-04-05T00:23:39.218Z Downloaded ratatui v0.29.0
13022026-04-05T00:23:39.230Z Downloaded bzip2-sys v0.1.13+1.0.8
13032026-04-05T00:23:39.236Z Downloaded sled v0.34.7
13042026-04-05T00:23:39.277Z Downloaded regex-automata v0.4.14
13052026-04-05T00:23:39.294Z Downloaded typify-impl v0.6.1
13062026-04-05T00:23:39.301Z Downloaded jiff v0.2.21
13072026-04-05T00:23:39.318Z Downloaded chrono-tz v0.10.4
13082026-04-05T00:23:39.339Z Downloaded libz-sys v1.1.24
13092026-04-05T00:23:39.348Z Downloaded zerocopy-derive v0.6.6
13102026-04-05T00:23:39.355Z Downloaded sha3 v0.10.8
13112026-04-05T00:23:39.403Z Downloaded petgraph v0.6.5
13122026-04-05T00:23:39.414Z Downloaded lzma-sys v0.1.20
13132026-04-05T00:23:39.450Z Downloaded petgraph v0.8.3
13142026-04-05T00:23:39.462Z Downloaded csv v1.4.0
13152026-04-05T00:23:39.484Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13162026-04-05T00:23:39.494Z Downloaded tokio v1.49.0
13172026-04-05T00:23:39.588Z Downloaded encoding_rs v0.8.35
13182026-04-05T00:23:39.621Z Downloaded ring v0.17.14
13192026-04-05T00:23:39.645Z Downloaded libgit2-sys v0.18.3+1.9.2
13202026-04-05T00:23:39.984Z Downloaded aws-lc-sys v0.37.1
13212026-04-05T00:23:40.240Z Compiling libc v0.2.180
13222026-04-05T00:23:40.240Z Compiling serde v1.0.228
13232026-04-05T00:23:40.243Z Compiling log v0.4.29
13242026-04-05T00:23:40.243Z Compiling shlex v1.3.0
13252026-04-05T00:23:40.243Z Compiling find-msvc-tools v0.1.9
13262026-04-05T00:23:40.243Z Compiling smallvec v1.15.1
13272026-04-05T00:23:40.244Z Compiling typenum v1.19.0
13282026-04-05T00:23:40.244Z Compiling subtle v2.6.1
13292026-04-05T00:23:40.420Z Compiling generic-array v0.14.7
13302026-04-05T00:23:40.423Z Compiling scopeguard v1.2.0
13312026-04-05T00:23:40.424Z Compiling portable-atomic v1.13.1
13322026-04-05T00:23:40.467Z Compiling const-oid v0.9.6
13332026-04-05T00:23:40.479Z Compiling critical-section v1.2.0
13342026-04-05T00:23:40.484Z Compiling zerocopy v0.8.40
13352026-04-05T00:23:40.494Z Compiling syn v2.0.117
13362026-04-05T00:23:40.534Z Compiling parking_lot_core v0.9.12
13372026-04-05T00:23:40.589Z Compiling lock_api v0.4.14
13382026-04-05T00:23:40.602Z Compiling pin-project-lite v0.2.17
13392026-04-05T00:23:40.607Z Compiling serde_json v1.0.149
13402026-04-05T00:23:40.616Z Compiling pkg-config v0.3.32
13412026-04-05T00:23:40.663Z Compiling bitflags v2.11.0
13422026-04-05T00:23:40.677Z Compiling libm v0.2.16
13432026-04-05T00:23:40.697Z Compiling num-traits v0.2.19
13442026-04-05T00:23:40.726Z Compiling futures-core v0.3.32
13452026-04-05T00:23:40.756Z Compiling percent-encoding v2.3.2
13462026-04-05T00:23:40.800Z Compiling allocator-api2 v0.2.21
13472026-04-05T00:23:40.895Z Compiling futures-sink v0.3.32
13482026-04-05T00:23:40.895Z Compiling foldhash v0.2.0
13492026-04-05T00:23:40.943Z Compiling cpufeatures v0.2.17
13502026-04-05T00:23:40.965Z Compiling futures-task v0.3.32
13512026-04-05T00:23:41.017Z Compiling futures-channel v0.3.32
13522026-04-05T00:23:41.021Z Compiling futures-io v0.3.32
13532026-04-05T00:23:41.060Z Compiling getrandom v0.4.1
13542026-04-05T00:23:41.065Z Compiling slab v0.4.12
13552026-04-05T00:23:41.134Z Compiling getrandom v0.3.4
13562026-04-05T00:23:41.175Z Compiling hashbrown v0.16.1
13572026-04-05T00:23:41.195Z Compiling rustversion v1.0.22
13582026-04-05T00:23:41.206Z Compiling rand_core v0.10.0
13592026-04-05T00:23:41.223Z Compiling form_urlencoded v1.2.2
13602026-04-05T00:23:41.237Z Compiling base64ct v1.8.3
13612026-04-05T00:23:41.261Z Compiling dunce v1.0.5
13622026-04-05T00:23:41.283Z Compiling fs_extra v1.3.0
13632026-04-05T00:23:41.302Z Compiling ident_case v1.0.1
13642026-04-05T00:23:41.378Z Compiling flagset v0.4.7
13652026-04-05T00:23:41.400Z Compiling iana-time-zone v0.1.65
13662026-04-05T00:23:41.435Z Compiling rustix v1.1.3
13672026-04-05T00:23:41.463Z Compiling getrandom v0.2.17
13682026-04-05T00:23:41.463Z Compiling jobserver v0.1.34
13692026-04-05T00:23:41.481Z Compiling errno v0.3.14
13702026-04-05T00:23:41.551Z Compiling mio v1.1.1
13712026-04-05T00:23:41.563Z Compiling once_cell v1.21.3
13722026-04-05T00:23:41.576Z Compiling socket2 v0.6.2
13732026-04-05T00:23:41.612Z Compiling rand_core v0.6.4
13742026-04-05T00:23:41.620Z Compiling signal-hook-registry v1.4.8
13752026-04-05T00:23:41.691Z Compiling cc v1.2.56
13762026-04-05T00:23:41.707Z Compiling parking_lot v0.12.5
13772026-04-05T00:23:41.787Z Compiling indexmap v2.13.0
13782026-04-05T00:23:41.808Z Compiling pem-rfc7468 v0.7.0
13792026-04-05T00:23:41.835Z Compiling uuid v1.21.0
13802026-04-05T00:23:41.907Z Compiling rustc_version v0.4.1
13812026-04-05T00:23:41.935Z Compiling regex-syntax v0.8.10
13822026-04-05T00:23:41.991Z Compiling vcpkg v0.2.15
13832026-04-05T00:23:42.009Z Compiling aws-lc-rs v1.16.0
13842026-04-05T00:23:42.084Z Compiling rand_core v0.9.5
13852026-04-05T00:23:42.114Z Compiling tracing-core v0.1.36
13862026-04-05T00:23:42.136Z Compiling crossbeam-utils v0.8.21
13872026-04-05T00:23:42.177Z Compiling untrusted v0.7.1
13882026-04-05T00:23:42.259Z Compiling schemars v0.8.22
13892026-04-05T00:23:42.276Z Compiling openssl-probe v0.2.1
13902026-04-05T00:23:42.316Z Compiling syn v1.0.109
13912026-04-05T00:23:42.330Z Compiling httparse v1.10.1
13922026-04-05T00:23:42.384Z Compiling untrusted v0.9.0
13932026-04-05T00:23:42.407Z Compiling base64 v0.22.1
13942026-04-05T00:23:42.455Z Compiling cmake v0.1.57
13952026-04-05T00:23:42.488Z Compiling tower-service v0.3.3
13962026-04-05T00:23:42.534Z Compiling rustls v0.23.37
13972026-04-05T00:23:42.549Z Compiling try-lock v0.2.5
13982026-04-05T00:23:42.559Z Compiling dyn-clone v1.0.20
13992026-04-05T00:23:42.566Z Compiling atomic-waker v1.1.2
14002026-04-05T00:23:42.599Z Compiling tower-layer v0.3.3
14012026-04-05T00:23:42.671Z Compiling tinyvec_macros v0.1.1
14022026-04-05T00:23:42.685Z Compiling want v0.3.1
14032026-04-05T00:23:42.721Z Compiling spin v0.9.8
14042026-04-05T00:23:42.731Z Compiling aho-corasick v1.1.4
14052026-04-05T00:23:42.765Z Compiling tinyvec v1.10.0
14062026-04-05T00:23:42.769Z Compiling foreign-types-shared v0.1.1
14072026-04-05T00:23:42.769Z Compiling crc32fast v1.5.0
14082026-04-05T00:23:42.823Z Compiling powerfmt v0.2.0
14092026-04-05T00:23:42.829Z Compiling openssl v0.10.75
14102026-04-05T00:23:42.860Z Compiling num-conv v0.2.0
14112026-04-05T00:23:42.875Z Compiling pin-utils v0.1.0
14122026-04-05T00:23:42.932Z Compiling httpdate v1.0.3
14132026-04-05T00:23:42.976Z Compiling time-core v0.1.8
14142026-04-05T00:23:42.992Z Compiling deranged v0.5.8
14152026-04-05T00:23:43.020Z Compiling tempfile v3.25.0
14162026-04-05T00:23:43.044Z Compiling foreign-types v0.3.2
14172026-04-05T00:23:43.060Z Compiling wait-timeout v0.2.1
14182026-04-05T00:23:43.111Z Compiling either v1.15.0
14192026-04-05T00:23:43.121Z Compiling quick-error v1.2.3
14202026-04-05T00:23:43.152Z Compiling bit-vec v0.8.0
14212026-04-05T00:23:43.158Z Compiling time-macros v0.2.27
14222026-04-05T00:23:43.181Z Compiling usdt-impl v0.6.0
14232026-04-05T00:23:43.200Z Compiling simd-adler32 v0.3.8
14242026-04-05T00:23:43.204Z Compiling native-tls v0.2.18
14252026-04-05T00:23:43.248Z Compiling siphasher v1.0.2
14262026-04-05T00:23:43.274Z Compiling num_threads v0.1.7
14272026-04-05T00:23:43.291Z Compiling aws-lc-sys v0.37.1
14282026-04-05T00:23:43.325Z Compiling synstructure v0.13.2
14292026-04-05T00:23:43.349Z Compiling ring v0.17.14
14302026-04-05T00:23:43.395Z Compiling openssl-sys v0.9.111
14312026-04-05T00:23:43.413Z Compiling serde_derive_internals v0.29.1
14322026-04-05T00:23:43.424Z Compiling pest_generator v2.8.6
14332026-04-05T00:23:43.437Z Compiling darling_core v0.20.11
14342026-04-05T00:23:43.451Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14352026-04-05T00:23:43.482Z Compiling bit-set v0.8.0
14362026-04-05T00:23:43.503Z Compiling darling_core v0.21.3
14372026-04-05T00:23:43.659Z Compiling regex-automata v0.4.14
14382026-04-05T00:23:43.950Z Compiling bzip2-sys v0.1.13+1.0.8
14392026-04-05T00:23:44.004Z Compiling rusty-fork v0.3.1
14402026-04-05T00:23:44.281Z Compiling unicode-normalization v0.1.25
14412026-04-05T00:23:44.317Z Compiling time v0.3.47
14422026-04-05T00:23:44.337Z Compiling crossbeam-epoch v0.9.18
14432026-04-05T00:23:44.354Z Compiling slog v2.8.2
14442026-04-05T00:23:44.401Z Compiling heapless v0.7.17
14452026-04-05T00:23:44.463Z Compiling rand_xorshift v0.4.0
14462026-04-05T00:23:44.545Z Compiling thread-id v5.1.0
14472026-04-05T00:23:44.560Z Compiling sync_wrapper v1.0.2
14482026-04-05T00:23:44.642Z Compiling cookie v0.18.1
14492026-04-05T00:23:44.658Z Compiling adler2 v2.0.1
14502026-04-05T00:23:44.676Z Compiling rayon-core v1.13.0
14512026-04-05T00:23:44.691Z Compiling paste v1.0.15
14522026-04-05T00:23:44.708Z Compiling unarray v0.1.4
14532026-04-05T00:23:44.711Z Compiling unicode-segmentation v1.12.0
14542026-04-05T00:23:44.761Z Compiling anyhow v1.0.102
14552026-04-05T00:23:44.805Z Compiling unicode-bidi v0.3.18
14562026-04-05T00:23:44.830Z Compiling signal-hook v0.3.18
14572026-04-05T00:23:44.848Z Compiling zstd-safe v7.2.4
14582026-04-05T00:23:44.871Z Compiling unicode-properties v0.1.4
14592026-04-05T00:23:45.079Z Compiling miniz_oxide v0.8.9
14602026-04-05T00:23:45.113Z Compiling serde_derive v1.0.228
14612026-04-05T00:23:45.120Z Compiling zeroize_derive v1.4.3
14622026-04-05T00:23:45.120Z Compiling zerofrom-derive v0.1.6
14632026-04-05T00:23:45.155Z Compiling yoke-derive v0.8.1
14642026-04-05T00:23:45.158Z Compiling zerocopy-derive v0.8.40
14652026-04-05T00:23:45.171Z Compiling zerovec-derive v0.11.2
14662026-04-05T00:23:45.386Z Compiling displaydoc v0.2.5
14672026-04-05T00:23:45.739Z Compiling tokio-macros v2.6.0
14682026-04-05T00:23:45.826Z Compiling zeroize v1.8.2
14692026-04-05T00:23:45.866Z Compiling futures-macro v0.3.32
14702026-04-05T00:23:45.976Z Compiling der_derive v0.7.3
14712026-04-05T00:23:46.167Z Compiling thiserror-impl v2.0.18
14722026-04-05T00:23:46.206Z Compiling rustls-pki-types v1.14.0
14732026-04-05T00:23:46.391Z Compiling tracing-attributes v0.1.31
14742026-04-05T00:23:46.421Z Compiling pest_derive v2.8.6
14752026-04-05T00:23:46.511Z Compiling schemars_derive v0.8.22
14762026-04-05T00:23:46.620Z Compiling crypto-common v0.1.7
14772026-04-05T00:23:46.637Z Compiling zerofrom v0.1.6
14782026-04-05T00:23:46.678Z Compiling block-buffer v0.10.4
14792026-04-05T00:23:46.715Z Compiling futures-util v0.3.32
14802026-04-05T00:23:46.781Z Compiling yoke v0.8.1
14812026-04-05T00:23:46.796Z Compiling block-padding v0.3.3
14822026-04-05T00:23:46.824Z Compiling digest v0.10.7
14832026-04-05T00:23:46.869Z Compiling scroll_derive v0.13.1
14842026-04-05T00:23:46.889Z Compiling darling_macro v0.20.11
14852026-04-05T00:23:46.976Z Compiling zerovec v0.11.5
14862026-04-05T00:23:46.994Z Compiling zerotrie v0.2.3
14872026-04-05T00:23:47.012Z Compiling inout v0.1.4
14882026-04-05T00:23:47.104Z Compiling hmac v0.12.1
14892026-04-05T00:23:47.202Z Compiling cipher v0.4.4
14902026-04-05T00:23:47.285Z Compiling sha2 v0.10.9
14912026-04-05T00:23:47.317Z Compiling der v0.7.10
14922026-04-05T00:23:47.418Z Compiling pbkdf2 v0.12.2
14932026-04-05T00:23:47.493Z Compiling tinystr v0.8.2
14942026-04-05T00:23:47.518Z Compiling potential_utf v0.1.4
14952026-04-05T00:23:47.554Z Compiling salsa20 v0.10.2
14962026-04-05T00:23:47.568Z Compiling thiserror v2.0.18
14972026-04-05T00:23:47.692Z Compiling icu_locale_core v2.1.1
14982026-04-05T00:23:47.708Z Compiling icu_collections v2.1.1
14992026-04-05T00:23:47.724Z Compiling scrypt v0.11.0
15002026-04-05T00:23:47.724Z Compiling aes v0.8.4
15012026-04-05T00:23:47.755Z Compiling cbc v0.1.2
15022026-04-05T00:23:47.806Z Compiling tracing v0.1.44
15032026-04-05T00:23:47.847Z Compiling scroll v0.13.0
15042026-04-05T00:23:47.928Z Compiling darling v0.20.11
15052026-04-05T00:23:48.008Z Compiling openssl-macros v0.1.1
15062026-04-05T00:23:48.028Z Compiling thiserror-impl v1.0.69
15072026-04-05T00:23:48.063Z Compiling derive_builder_core v0.20.2
15082026-04-05T00:23:48.091Z Compiling goblin v0.10.5
15092026-04-05T00:23:48.129Z Compiling dtrace-parser v0.3.0
15102026-04-05T00:23:48.198Z Compiling spki v0.7.3
15112026-04-05T00:23:48.424Z Compiling icu_provider v2.1.1
15122026-04-05T00:23:48.438Z Compiling pkcs5 v0.7.1
15132026-04-05T00:23:48.584Z Compiling signature v2.2.0
15142026-04-05T00:23:48.701Z Compiling bytes v1.11.1
15152026-04-05T00:23:48.718Z Compiling icu_properties v2.1.2
15162026-04-05T00:23:48.722Z Compiling icu_normalizer v2.1.1
15172026-04-05T00:23:48.780Z Compiling chrono v0.4.44
15182026-04-05T00:23:48.818Z Compiling pkcs8 v0.10.2
15192026-04-05T00:23:48.897Z Compiling ipnet v2.11.0
15202026-04-05T00:23:48.954Z Compiling rustls-native-certs v0.8.3
15212026-04-05T00:23:48.989Z Compiling scroll_derive v0.12.1
15222026-04-05T00:23:49.080Z Compiling derive_builder_macro v0.20.2
15232026-04-05T00:23:49.194Z Compiling serde_tokenstream v0.2.3
15242026-04-05T00:23:49.287Z Compiling tokio v1.49.0
15252026-04-05T00:23:49.312Z Compiling http v1.4.0
15262026-04-05T00:23:49.330Z Compiling thiserror v1.0.69
15272026-04-05T00:23:49.378Z Compiling serde_spanned v0.6.9
15282026-04-05T00:23:49.451Z Compiling toml_datetime v0.6.11
15292026-04-05T00:23:49.470Z Compiling erased-serde v0.3.31
15302026-04-05T00:23:49.526Z Compiling md-5 v0.10.6
15312026-04-05T00:23:49.542Z Compiling webpki-roots v1.0.6
15322026-04-05T00:23:49.572Z Compiling darling_macro v0.21.3
15332026-04-05T00:23:49.681Z Compiling ppv-lite86 v0.2.21
15342026-04-05T00:23:49.697Z Compiling idna_adapter v1.2.1
15352026-04-05T00:23:49.716Z Compiling scroll v0.12.0
15362026-04-05T00:23:49.737Z Compiling stringprep v0.1.5
15372026-04-05T00:23:49.862Z Compiling idna v1.1.0
15382026-04-05T00:23:49.896Z Compiling zerocopy-derive v0.7.35
15392026-04-05T00:23:49.925Z Compiling crossbeam-deque v0.8.6
15402026-04-05T00:23:49.981Z Compiling rand_chacha v0.9.0
15412026-04-05T00:23:50.003Z Compiling http-body v1.0.1
15422026-04-05T00:23:50.020Z Compiling rand_chacha v0.3.1
15432026-04-05T00:23:50.125Z Compiling num-integer v0.1.46
15442026-04-05T00:23:50.128Z Compiling vergen-lib v0.1.6
15452026-04-05T00:23:50.175Z Compiling url v2.5.8
15462026-04-05T00:23:50.203Z Compiling rand v0.9.2
15472026-04-05T00:23:50.249Z Compiling http-body-util v0.1.3
15482026-04-05T00:23:50.271Z Compiling curve25519-dalek v4.1.3
15492026-04-05T00:23:50.339Z Compiling ff v0.13.1
15502026-04-05T00:23:50.475Z Compiling hash32 v0.2.1
15512026-04-05T00:23:50.494Z Compiling memoffset v0.9.1
15522026-04-05T00:23:50.511Z Compiling iri-string v0.7.10
15532026-04-05T00:23:50.542Z Compiling litrs v1.0.0
15542026-04-05T00:23:50.634Z Compiling fallible-iterator v0.2.0
15552026-04-05T00:23:50.712Z Compiling rustix v0.38.44
15562026-04-05T00:23:50.727Z Compiling zlib-rs v0.6.2
15572026-04-05T00:23:50.754Z Compiling smoltcp v0.9.1
15582026-04-05T00:23:50.857Z Compiling dof v0.4.0
15592026-04-05T00:23:50.875Z Compiling proptest v1.10.0
15602026-04-05T00:23:50.962Z Compiling base16ct v0.2.0
15612026-04-05T00:23:51.015Z Compiling num-bigint-dig v0.8.6
15622026-04-05T00:23:51.040Z Compiling ref-cast v1.0.25
15632026-04-05T00:23:51.080Z Compiling cfg_aliases v0.2.1
15642026-04-05T00:23:51.092Z Compiling ryu v1.0.23
15652026-04-05T00:23:51.110Z Compiling psl-types v2.0.11
15662026-04-05T00:23:51.166Z Compiling nix v0.31.1
15672026-04-05T00:23:51.172Z Compiling sec1 v0.7.3
15682026-04-05T00:23:51.196Z Compiling document-features v0.2.12
15692026-04-05T00:23:51.246Z Compiling serde_urlencoded v0.7.1
15702026-04-05T00:23:51.260Z Compiling publicsuffix v2.3.0
15712026-04-05T00:23:51.399Z Compiling postgres-protocol v0.6.10
15722026-04-05T00:23:51.452Z Compiling zerocopy v0.7.35
15732026-04-05T00:23:51.476Z Compiling ipnetwork v0.21.1
15742026-04-05T00:23:51.667Z Compiling group v0.13.0
15752026-04-05T00:23:51.748Z Compiling oxnet v0.1.4
15762026-04-05T00:23:51.810Z Compiling num-iter v0.1.45
15772026-04-05T00:23:51.887Z Compiling rand v0.8.5
15782026-04-05T00:23:51.946Z Compiling proc-macro-error v1.0.4
15792026-04-05T00:23:52.011Z Compiling darling v0.21.3
15802026-04-05T00:23:52.064Z Compiling goblin v0.8.2
15812026-04-05T00:23:52.077Z Compiling derive_builder v0.20.2
15822026-04-05T00:23:52.110Z Compiling cargo-platform v0.1.9
15832026-04-05T00:23:52.137Z Compiling hkdf v0.12.4
15842026-04-05T00:23:52.164Z Compiling hubpack_derive v0.1.1
15852026-04-05T00:23:52.195Z Compiling crypto-bigint v0.5.5
15862026-04-05T00:23:52.219Z Compiling regex v1.12.3
15872026-04-05T00:23:52.267Z Compiling daft-derive v0.1.5
15882026-04-05T00:23:52.316Z Compiling ref-cast-impl v1.0.25
15892026-04-05T00:23:52.373Z Compiling async-trait v0.1.89
15902026-04-05T00:23:52.389Z Compiling strum_macros v0.27.2
15912026-04-05T00:23:52.435Z Compiling curve25519-dalek-derive v0.1.1
15922026-04-05T00:23:52.661Z Compiling heck v0.4.1
15932026-04-05T00:23:52.734Z Compiling phf_shared v0.13.1
15942026-04-05T00:23:52.824Z Compiling terminal_size v0.4.3
15952026-04-05T00:23:52.878Z Compiling lazy_static v1.5.0
15962026-04-05T00:23:52.905Z Compiling vergen v9.0.6
15972026-04-05T00:23:52.944Z Compiling fs-err v3.3.0
15982026-04-05T00:23:52.982Z Compiling ahash v0.8.12
15992026-04-05T00:23:52.997Z Compiling tokio-util v0.7.18
16002026-04-05T00:23:53.000Z Compiling tower v0.5.3
16012026-04-05T00:23:53.030Z Compiling tokio-native-tls v0.3.1
16022026-04-05T00:23:53.109Z Compiling foldhash v0.1.5
16032026-04-05T00:23:53.124Z Compiling managed v0.8.0
16042026-04-05T00:23:53.157Z Compiling newtype-uuid v1.3.2
16052026-04-05T00:23:53.210Z Compiling libbz2-rs-sys v0.2.2
16062026-04-05T00:23:53.225Z Compiling object v0.37.3
16072026-04-05T00:23:53.239Z Compiling bumpalo v3.20.2
16082026-04-05T00:23:53.299Z Compiling bitflags v1.3.2
16092026-04-05T00:23:53.355Z Compiling winnow v0.5.40
16102026-04-05T00:23:53.385Z Compiling console v0.16.2
16112026-04-05T00:23:53.426Z Compiling tower-http v0.6.8
16122026-04-05T00:23:53.506Z Compiling zopfli v0.8.3
16132026-04-05T00:23:53.522Z Compiling daft v0.1.5
16142026-04-05T00:23:53.553Z Compiling flate2 v1.1.9
16152026-04-05T00:23:53.828Z Compiling h2 v0.4.13
16162026-04-05T00:23:53.844Z Compiling bzip2 v0.6.1
16172026-04-05T00:23:53.970Z Compiling hashbrown v0.15.5
16182026-04-05T00:23:53.975Z Compiling clap_builder v4.5.60
16192026-04-05T00:23:54.105Z Compiling elliptic-curve v0.13.8
16202026-04-05T00:23:54.168Z Compiling phf v0.13.1
16212026-04-05T00:23:54.235Z Compiling zone_cfg_derive v0.3.1
16222026-04-05T00:23:54.307Z Compiling dof v0.3.0
16232026-04-05T00:23:54.366Z Compiling signal-hook-mio v0.2.5
16242026-04-05T00:23:54.416Z Compiling strum v0.27.2
16252026-04-05T00:23:54.467Z Compiling cargo_metadata v0.19.2
16262026-04-05T00:23:54.498Z Compiling hubpack v0.1.2
16272026-04-05T00:23:54.543Z Compiling cookie_store v0.22.1
16282026-04-05T00:23:54.558Z Compiling usdt-attr-macro v0.6.0
16292026-04-05T00:23:54.573Z Compiling usdt-macro v0.6.0
16302026-04-05T00:23:54.760Z Compiling toml_edit v0.19.15
16312026-04-05T00:23:54.886Z Compiling rayon v1.11.0
16322026-04-05T00:23:55.003Z Compiling serde_with_macros v3.17.0
16332026-04-05T00:23:55.089Z Compiling postgres-types v0.2.12
16342026-04-05T00:23:55.254Z Compiling zstd v0.13.3
16352026-04-05T00:23:55.403Z Compiling bzip2 v0.4.4
16362026-04-05T00:23:55.434Z Compiling dtrace-parser v0.2.0
16372026-04-05T00:23:55.530Z Compiling ed25519 v2.2.3
16382026-04-05T00:23:55.595Z Compiling pkcs1 v0.7.5
16392026-04-05T00:23:55.635Z Compiling serde-big-array v0.5.1
16402026-04-05T00:23:55.673Z Compiling hex v0.4.3
16412026-04-05T00:23:55.800Z Compiling rfc6979 v0.4.0
16422026-04-05T00:23:55.900Z Compiling bstr v1.12.1
16432026-04-05T00:23:55.943Z Compiling clap_derive v4.5.55
16442026-04-05T00:23:55.964Z Compiling strum_macros v0.26.4
16452026-04-05T00:23:56.030Z Compiling enum-as-inner v0.6.1
16462026-04-05T00:23:56.163Z Compiling serde_repr v0.1.20
16472026-04-05T00:23:56.221Z Compiling phf_shared v0.11.3
16482026-04-05T00:23:56.429Z Compiling itertools v0.12.1
16492026-04-05T00:23:56.478Z Compiling float-cmp v0.10.0
16502026-04-05T00:23:56.550Z Compiling memmap2 v0.9.10
16512026-04-05T00:23:56.565Z Compiling thread-id v4.2.2
16522026-04-05T00:23:56.585Z Compiling env_filter v1.0.0
16532026-04-05T00:23:56.646Z Compiling encoding_rs v0.8.35
16542026-04-05T00:23:56.671Z Compiling whoami v2.1.0
16552026-04-05T00:23:56.687Z Compiling predicates-core v1.0.10
16562026-04-05T00:23:56.760Z Compiling new_debug_unreachable v1.0.6
16572026-04-05T00:23:56.782Z Compiling normalize-line-endings v0.3.0
16582026-04-05T00:23:56.843Z Compiling precomputed-hash v0.1.1
16592026-04-05T00:23:56.887Z Compiling rustc-hash v2.1.1
16602026-04-05T00:23:56.909Z Compiling hyper v1.8.1
16612026-04-05T00:23:56.928Z Compiling keccak v0.1.6
16622026-04-05T00:23:56.952Z Compiling unit-prefix v0.5.2
16632026-04-05T00:23:57.035Z Compiling fixedbitset v0.4.2
16642026-04-05T00:23:57.065Z Compiling fixedbitset v0.5.7
16652026-04-05T00:23:57.081Z Compiling data-encoding v2.10.0
16662026-04-05T00:23:57.111Z Compiling mime v0.3.17
16672026-04-05T00:23:57.137Z Compiling difflib v0.4.0
16682026-04-05T00:23:57.275Z Compiling jiff v0.2.21
16692026-04-05T00:23:57.391Z Compiling static_assertions v1.1.0
16702026-04-05T00:23:57.403Z Compiling hickory-proto v0.25.2
16712026-04-05T00:23:57.433Z Compiling predicates v3.1.4
16722026-04-05T00:23:57.471Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16732026-04-05T00:23:57.661Z Compiling zone v0.3.1
16742026-04-05T00:23:57.729Z Compiling petgraph v0.8.3
16752026-04-05T00:23:57.770Z Compiling strum v0.26.3
16762026-04-05T00:23:57.777Z Compiling petgraph v0.6.5
16772026-04-05T00:23:57.790Z Compiling clap v4.5.60
16782026-04-05T00:23:57.806Z Compiling sha3 v0.10.8
16792026-04-05T00:23:57.886Z Compiling indicatif v0.18.4
16802026-04-05T00:23:57.905Z Compiling iddqd v0.3.17
16812026-04-05T00:23:57.961Z Compiling string_cache v0.8.9
16822026-04-05T00:23:58.121Z Compiling hyper-util v0.1.20
16832026-04-05T00:23:58.183Z Compiling tokio-postgres v0.7.16
16842026-04-05T00:23:58.207Z Compiling toml_edit v0.22.27
16852026-04-05T00:23:58.279Z Compiling env_logger v0.11.9
16862026-04-05T00:23:58.373Z Compiling usdt v0.6.0
16872026-04-05T00:23:58.496Z Compiling usdt-impl v0.5.0
16882026-04-05T00:23:58.650Z Compiling similar v2.7.0
16892026-04-05T00:23:58.650Z Compiling crossterm v0.28.1
16902026-04-05T00:23:58.767Z Compiling serde_with v3.17.0
16912026-04-05T00:23:59.088Z Compiling toml v0.7.8
16922026-04-05T00:23:59.127Z Compiling ecdsa v0.16.9
16932026-04-05T00:23:59.321Z Compiling rsa v0.9.10
16942026-04-05T00:23:59.535Z Compiling hyper-tls v0.6.0
16952026-04-05T00:23:59.551Z Compiling ed25519-dalek v2.2.0
16962026-04-05T00:23:59.696Z Compiling zip v0.6.6
16972026-04-05T00:23:59.923Z Compiling zip v4.6.1
16982026-04-05T00:24:00.243Z Compiling tokio-stream v0.1.18
16992026-04-05T00:24:00.261Z Compiling toml_parser v1.0.9+spec-1.1.0
17002026-04-05T00:24:00.276Z Compiling buf-list v1.1.2
17012026-04-05T00:24:00.280Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17022026-04-05T00:24:00.308Z Compiling openapiv3 v2.2.0
17032026-04-05T00:24:00.452Z Compiling x509-cert v0.2.5
17042026-04-05T00:24:00.543Z Compiling sha1 v0.10.6
17052026-04-05T00:24:00.596Z Compiling itertools v0.13.0
17062026-04-05T00:24:00.611Z Compiling toml_datetime v0.7.5+spec-1.1.0
17072026-04-05T00:24:00.739Z Compiling lalrpop-util v0.19.12
17082026-04-05T00:24:00.795Z Compiling peg-runtime v0.8.5
17092026-04-05T00:24:00.923Z Compiling thread_local v1.1.9
17102026-04-05T00:24:00.940Z Compiling slog-async v2.8.0
17112026-04-05T00:24:00.946Z Compiling futures-executor v0.3.32
17122026-04-05T00:24:00.971Z Compiling crossbeam-channel v0.5.15
17132026-04-05T00:24:00.999Z Compiling filetime v0.2.27
17142026-04-05T00:24:01.098Z Compiling is-terminal v0.4.17
17152026-04-05T00:24:01.165Z Compiling term v1.2.1
17162026-04-05T00:24:01.203Z Compiling xattr v1.6.1
17172026-04-05T00:24:01.219Z Compiling take_mut v0.2.2
17182026-04-05T00:24:01.233Z Compiling futures v0.3.32
17192026-04-05T00:24:01.333Z Compiling tar v0.4.45
17202026-04-05T00:24:01.450Z Compiling slog-term v2.9.2
17212026-04-05T00:24:16.499Z Compiling rustls-webpki v0.103.9
17222026-04-05T00:24:19.267Z Compiling tokio-rustls v0.26.4
17232026-04-05T00:24:19.267Z Compiling rustls-platform-verifier v0.6.2
17242026-04-05T00:24:19.478Z Compiling hyper-rustls v0.27.7
17252026-04-05T00:24:19.675Z Compiling reqwest v0.13.2
17262026-04-05T00:24:19.675Z Compiling reqwest v0.12.28
17272026-04-05T00:24:21.634Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17282026-04-05T00:24:21.873Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17292026-04-05T00:24:24.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.94s
17302026-04-05T00:24:24.800Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17312026-04-05T00:24:24.859ZApr 05 00:24:24.393 INFO Starting download, target: Cockroach
17322026-04-05T00:24:24.859ZApr 05 00:24:24.394 INFO Starting download, target: Clickhouse
17332026-04-05T00:24:24.859ZApr 05 00:24:24.394 INFO Starting download, target: Console
17342026-04-05T00:24:24.859ZApr 05 00:24:24.394 INFO Starting download, target: DendriteStub
17352026-04-05T00:24:24.859ZApr 05 00:24:24.394 INFO Starting download, target: MaghemiteMgd
17362026-04-05T00:24:24.859ZApr 05 00:24:24.394 INFO Starting download, target: TransceiverControl
17372026-04-05T00:24:24.863ZApr 05 00:24:24.394 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-04-05T00:24:24.863ZApr 05 00:24:24.394 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17392026-04-05T00:24:24.863ZApr 05 00:24:24.394 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17402026-04-05T00:24:24.863ZApr 05 00:24:24.394 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17412026-04-05T00:24:24.863ZApr 05 00:24:24.394 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17422026-04-05T00:24:24.863ZApr 05 00:24:24.394 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17432026-04-05T00:24:25.287ZApr 05 00:24:24.820 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17442026-04-05T00:24:25.502ZApr 05 00:24:25.034 INFO Download complete, target: TransceiverControl
17452026-04-05T00:24:25.877ZApr 05 00:24:25.407 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17462026-04-05T00:24:26.119ZApr 05 00:24:25.639 INFO Download complete, target: Console
17472026-04-05T00:24:26.238ZApr 05 00:24:25.766 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17482026-04-05T00:24:26.760ZApr 05 00:24:26.293 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17492026-04-05T00:24:26.870ZApr 05 00:24:26.402 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17502026-04-05T00:24:27.563ZApr 05 00:24:27.097 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17512026-04-05T00:24:27.563ZApr 05 00:24:27.097 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17522026-04-05T00:24:28.455ZApr 05 00:24:27.989 INFO Download complete, target: DendriteStub
17532026-04-05T00:24:29.087ZApr 05 00:24:28.621 INFO Download complete, target: MaghemiteMgd
17542026-04-05T00:24:32.217ZApr 05 00:24:31.750 INFO Checking that binary works, target: Cockroach
17552026-04-05T00:24:32.386ZApr 05 00:24:31.918 INFO Download complete, target: Cockroach
17562026-04-05T00:24:33.634ZApr 05 00:24:33.167 INFO Checking that binary works, target: Clickhouse
17572026-04-05T00:24:33.727ZApr 05 00:24:33.260 INFO Download complete, target: Clickhouse
17582026-04-05T00:24:33.733ZAll prerequisites installed successfully
17592026-04-05T00:24:33.737Z
17602026-04-05T00:24:33.737Zreal 2:48.244873160
17612026-04-05T00:24:33.737Zuser 7:16.274720486
17622026-04-05T00:24:33.737Zsys 1:42.594318072
17632026-04-05T00:24:33.737Ztrap 0.242299470
17642026-04-05T00:24:33.737Ztflt 1.264289796
17652026-04-05T00:24:33.737Zdflt 1.554426428
17662026-04-05T00:24:33.737Zkflt 0.024470852
17672026-04-05T00:24:33.737Zlock 22:46.620022757
17682026-04-05T00:24:33.737Zslp 19:31.101290783
17692026-04-05T00:24:33.737Zlat 24.830377480
17702026-04-05T00:24:33.737Zstop 2:58.987636704
17712026-04-05T00:24:33.737Z+ ptime -m cargo xtask download softnpu
17722026-04-05T00:24:34.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17732026-04-05T00:24:34.283Z Running `target/debug/xtask download softnpu`
17742026-04-05T00:24:35.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17752026-04-05T00:24:35.123Z Running `target/debug/xtask-downloader softnpu`
17762026-04-05T00:24:35.168ZApr 05 00:24:34.700 INFO Starting download, target: Softnpu
17772026-04-05T00:24:35.180ZApr 05 00:24:34.701 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17782026-04-05T00:24:36.235ZApr 05 00:24:35.764 INFO Download complete, target: Softnpu
17792026-04-05T00:24:36.241Z
17802026-04-05T00:24:36.242Zreal 2.494483284
17812026-04-05T00:24:36.242Zuser 1.294468082
17822026-04-05T00:24:36.242Zsys 0.658016273
17832026-04-05T00:24:36.242Ztrap 0.000681917
17842026-04-05T00:24:36.242Ztflt 0.000108125
17852026-04-05T00:24:36.242Zdflt 0.000084279
17862026-04-05T00:24:36.242Zkflt 0.000000000
17872026-04-05T00:24:36.242Zlock 19.627486446
17882026-04-05T00:24:36.242Zslp 0.891057063
17892026-04-05T00:24:36.242Zlat 0.080017637
17902026-04-05T00:24:36.242Zstop 0.000195583
17912026-04-05T00:24:36.243Z+ export CARGO_INCREMENTAL=0
17922026-04-05T00:24:36.243Z+ CARGO_INCREMENTAL=0
17932026-04-05T00:24:36.243Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17942026-04-05T00:24:37.138Z Compiling proc-macro2 v1.0.106
17952026-04-05T00:24:37.138Z Compiling quote v1.0.44
17962026-04-05T00:24:37.138Z Compiling unicode-ident v1.0.24
17972026-04-05T00:24:37.142Z Compiling libc v0.2.180
17982026-04-05T00:24:37.142Z Compiling serde_core v1.0.228
17992026-04-05T00:24:37.142Z Compiling serde v1.0.228
18002026-04-05T00:24:37.142Z Compiling cfg-if v1.0.4
18012026-04-05T00:24:37.142Z Compiling version_check v0.9.5
18022026-04-05T00:24:37.142Z Compiling find-msvc-tools v0.1.9
18032026-04-05T00:24:37.292Z Compiling shlex v1.3.0
18042026-04-05T00:24:37.300Z Compiling typenum v1.19.0
18052026-04-05T00:24:37.303Z Compiling autocfg v1.5.0
18062026-04-05T00:24:37.303Z Compiling zmij v1.0.21
18072026-04-05T00:24:37.313Z Compiling portable-atomic v1.13.1
18082026-04-05T00:24:37.316Z Compiling serde_json v1.0.149
18092026-04-05T00:24:37.445Z Compiling memchr v2.8.0
18102026-04-05T00:24:37.898Z Compiling zerocopy v0.8.40
18112026-04-05T00:24:37.898Z Compiling libm v0.2.16
18122026-04-05T00:24:37.898Z Compiling smallvec v1.15.1
18132026-04-05T00:24:37.898Z Compiling parking_lot_core v0.9.12
18142026-04-05T00:24:37.898Z Compiling icu_properties_data v2.1.2
18152026-04-05T00:24:37.898Z Compiling icu_normalizer_data v2.1.1
18162026-04-05T00:24:37.898Z Compiling generic-array v0.14.7
18172026-04-05T00:24:37.898Z Compiling num-traits v0.2.19
18182026-04-05T00:24:37.955Z Compiling itoa v1.0.17
18192026-04-05T00:24:37.958Z Compiling getrandom v0.4.1
18202026-04-05T00:24:37.971Z Compiling log v0.4.29
18212026-04-05T00:24:37.986Z Compiling stable_deref_trait v1.2.1
18222026-04-05T00:24:38.033Z Compiling pkg-config v0.3.32
18232026-04-05T00:24:38.047Z Compiling subtle v2.6.1
18242026-04-05T00:24:38.167Z Compiling jobserver v0.1.34
18252026-04-05T00:24:38.183Z Compiling getrandom v0.2.17
18262026-04-05T00:24:38.245Z Compiling errno v0.3.14
18272026-04-05T00:24:38.317Z Compiling rand_core v0.6.4
18282026-04-05T00:24:38.333Z Compiling scopeguard v1.2.0
18292026-04-05T00:24:38.379Z Compiling cc v1.2.56
18302026-04-05T00:24:38.479Z Compiling lock_api v0.4.14
18312026-04-05T00:24:38.549Z Compiling litemap v0.8.1
18322026-04-05T00:24:38.568Z Compiling writeable v0.6.2
18332026-04-05T00:24:38.587Z Compiling percent-encoding v2.3.2
18342026-04-05T00:24:38.646Z Compiling syn v2.0.117
18352026-04-05T00:24:38.666Z Compiling fnv v1.0.7
18362026-04-05T00:24:38.713Z Compiling thiserror v2.0.18
18372026-04-05T00:24:38.825Z Compiling getrandom v0.3.4
18382026-04-05T00:24:38.828Z Compiling pin-project-lite v0.2.17
18392026-04-05T00:24:38.947Z Compiling critical-section v1.2.0
18402026-04-05T00:24:38.979Z Compiling allocator-api2 v0.2.21
18412026-04-05T00:24:38.983Z Compiling equivalent v1.0.2
18422026-04-05T00:24:39.056Z Compiling rustversion v1.0.22
18432026-04-05T00:24:39.059Z Compiling schemars v0.8.22
18442026-04-05T00:24:39.086Z Compiling dunce v1.0.5
18452026-04-05T00:24:39.102Z Compiling foldhash v0.2.0
18462026-04-05T00:24:39.119Z Compiling utf8_iter v1.0.4
18472026-04-05T00:24:39.165Z Compiling cmake v0.1.57
18482026-04-05T00:24:39.298Z Compiling fs_extra v1.3.0
18492026-04-05T00:24:39.314Z Compiling rand_core v0.10.0
18502026-04-05T00:24:39.328Z Compiling hashbrown v0.16.1
18512026-04-05T00:24:39.345Z Compiling once_cell v1.21.3
18522026-04-05T00:24:39.398Z Compiling form_urlencoded v1.2.2
18532026-04-05T00:24:39.565Z Compiling const-oid v0.9.6
18542026-04-05T00:24:39.584Z Compiling signal-hook-registry v1.4.8
18552026-04-05T00:24:39.646Z Compiling rustix v1.1.3
18562026-04-05T00:24:39.701Z Compiling semver v1.0.27
18572026-04-05T00:24:39.744Z Compiling ring v0.17.14
18582026-04-05T00:24:39.747Z Compiling aws-lc-sys v0.37.1
18592026-04-05T00:24:39.950Z Compiling bitflags v2.11.0
18602026-04-05T00:24:39.966Z Compiling indexmap v2.13.0
18612026-04-05T00:24:39.997Z Compiling parking_lot v0.12.5
18622026-04-05T00:24:40.014Z Compiling socket2 v0.6.2
18632026-04-05T00:24:40.033Z Compiling mio v1.1.1
18642026-04-05T00:24:40.049Z Compiling aws-lc-rs v1.16.0
18652026-04-05T00:24:40.053Z Compiling thiserror v1.0.69
18662026-04-05T00:24:40.125Z Compiling strsim v0.11.1
18672026-04-05T00:24:40.193Z Compiling futures-core v0.3.32
18682026-04-05T00:24:40.350Z Compiling ucd-trie v0.1.7
18692026-04-05T00:24:40.366Z Compiling httparse v1.10.1
18702026-04-05T00:24:40.467Z Compiling byteorder v1.5.0
18712026-04-05T00:24:40.496Z Compiling syn v1.0.109
18722026-04-05T00:24:40.516Z Compiling pest v2.8.6
18732026-04-05T00:24:40.622Z Compiling heck v0.5.0
18742026-04-05T00:24:40.638Z Compiling ident_case v1.0.1
18752026-04-05T00:24:40.726Z Compiling iana-time-zone v0.1.65
18762026-04-05T00:24:40.742Z Compiling vcpkg v0.2.15
18772026-04-05T00:24:40.758Z Compiling uuid v1.21.0
18782026-04-05T00:24:40.782Z Compiling cpufeatures v0.2.17
18792026-04-05T00:24:40.889Z Compiling regex-syntax v0.8.10
18802026-04-05T00:24:41.035Z Compiling crossbeam-utils v0.8.21
18812026-04-05T00:24:41.120Z Compiling rustc_version v0.4.1
18822026-04-05T00:24:41.214Z Compiling rustls v0.23.37
18832026-04-05T00:24:41.230Z Compiling futures-sink v0.3.32
18842026-04-05T00:24:41.321Z Compiling openssl-sys v0.9.111
18852026-04-05T00:24:41.359Z Compiling futures-channel v0.3.32
18862026-04-05T00:24:41.393Z Compiling futures-io v0.3.32
18872026-04-05T00:24:41.424Z Compiling slab v0.4.12
18882026-04-05T00:24:41.428Z Compiling futures-task v0.3.32
18892026-04-05T00:24:41.485Z Compiling synstructure v0.13.2
18902026-04-05T00:24:41.500Z Compiling serde_derive_internals v0.29.1
18912026-04-05T00:24:41.618Z Compiling pest_meta v2.8.6
18922026-04-05T00:24:41.652Z Compiling plain v0.2.3
18932026-04-05T00:24:41.655Z Compiling dyn-clone v1.0.20
18942026-04-05T00:24:41.711Z Compiling aho-corasick v1.1.4
18952026-04-05T00:24:41.732Z Compiling num-conv v0.2.0
18962026-04-05T00:24:41.767Z Compiling time-core v0.1.8
18972026-04-05T00:24:41.934Z Compiling time-macros v0.2.27
18982026-04-05T00:24:42.030Z Compiling openssl v0.10.75
18992026-04-05T00:24:42.044Z Compiling pretty-hex v0.4.1
19002026-04-05T00:24:42.210Z Compiling pest_generator v2.8.6
19012026-04-05T00:24:42.224Z Compiling base64 v0.22.1
19022026-04-05T00:24:42.319Z Compiling base64ct v1.8.3
19032026-04-05T00:24:42.332Z Compiling crc32fast v1.5.0
19042026-04-05T00:24:42.385Z Compiling anyhow v1.0.102
19052026-04-05T00:24:42.435Z Compiling either v1.15.0
19062026-04-05T00:24:42.473Z Compiling darling_core v0.21.3
19072026-04-05T00:24:42.492Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19082026-04-05T00:24:42.601Z Compiling regex-automata v0.4.14
19092026-04-05T00:24:42.626Z Compiling pem-rfc7468 v0.7.0
19102026-04-05T00:24:42.666Z Compiling flagset v0.4.7
19112026-04-05T00:24:42.684Z Compiling native-tls v0.2.18
19122026-04-05T00:24:42.701Z Compiling serde_derive v1.0.228
19132026-04-05T00:24:42.737Z Compiling zeroize_derive v1.4.3
19142026-04-05T00:24:42.750Z Compiling zerofrom-derive v0.1.6
19152026-04-05T00:24:42.812Z Compiling yoke-derive v0.8.1
19162026-04-05T00:24:42.870Z Compiling zerovec-derive v0.11.2
19172026-04-05T00:24:42.886Z Compiling displaydoc v0.2.5
19182026-04-05T00:24:42.905Z Compiling zerocopy-derive v0.8.40
19192026-04-05T00:24:42.921Z Compiling tokio-macros v2.6.0
19202026-04-05T00:24:42.938Z Compiling futures-macro v0.3.32
19212026-04-05T00:24:42.942Z Compiling thiserror-impl v2.0.18
19222026-04-05T00:24:42.982Z Compiling schemars_derive v0.8.22
19232026-04-05T00:24:43.138Z Compiling der_derive v0.7.3
19242026-04-05T00:24:43.355Z Compiling zeroize v1.8.2
19252026-04-05T00:24:43.627Z Compiling tracing-attributes v0.1.31
19262026-04-05T00:24:43.694Z Compiling thiserror-impl v1.0.69
19272026-04-05T00:24:43.833Z Compiling pest_derive v2.8.6
19282026-04-05T00:24:43.924Z Compiling zerofrom v0.1.6
19292026-04-05T00:24:44.065Z Compiling yoke v0.8.1
19302026-04-05T00:24:44.107Z Compiling futures-util v0.3.32
19312026-04-05T00:24:44.175Z Compiling crypto-common v0.1.7
19322026-04-05T00:24:44.210Z Compiling block-buffer v0.10.4
19332026-04-05T00:24:44.265Z Compiling zerovec v0.11.5
19342026-04-05T00:24:44.284Z Compiling zerotrie v0.2.3
19352026-04-05T00:24:44.375Z Compiling digest v0.10.7
19362026-04-05T00:24:44.457Z Compiling block-padding v0.3.3
19372026-04-05T00:24:44.623Z Compiling inout v0.1.4
19382026-04-05T00:24:44.715Z Compiling rustls-pki-types v1.14.0
19392026-04-05T00:24:44.744Z Compiling hmac v0.12.1
19402026-04-05T00:24:44.777Z Compiling cipher v0.4.4
19412026-04-05T00:24:44.804Z Compiling tinystr v0.8.2
19422026-04-05T00:24:44.846Z Compiling potential_utf v0.1.4
19432026-04-05T00:24:44.879Z Compiling sha2 v0.10.9
19442026-04-05T00:24:44.896Z Compiling scroll_derive v0.12.1
19452026-04-05T00:24:44.912Z Compiling scroll_derive v0.13.1
19462026-04-05T00:24:45.025Z Compiling icu_locale_core v2.1.1
19472026-04-05T00:24:45.043Z Compiling icu_collections v2.1.1
19482026-04-05T00:24:45.284Z Compiling openssl-macros v0.1.1
19492026-04-05T00:24:45.559Z Compiling regex v1.12.3
19502026-04-05T00:24:45.595Z Compiling darling_macro v0.21.3
19512026-04-05T00:24:45.687Z Compiling icu_provider v2.1.1
19522026-04-05T00:24:45.824Z Compiling der v0.7.10
19532026-04-05T00:24:45.827Z Compiling zerocopy-derive v0.7.35
19542026-04-05T00:24:45.902Z Compiling bytes v1.11.1
19552026-04-05T00:24:45.991Z Compiling chrono v0.4.44
19562026-04-05T00:24:46.007Z Compiling icu_normalizer v2.1.1
19572026-04-05T00:24:46.011Z Compiling icu_properties v2.1.2
19582026-04-05T00:24:46.210Z Compiling serde_tokenstream v0.2.3
19592026-04-05T00:24:46.519Z Compiling tokio v1.49.0
19602026-04-05T00:24:46.557Z Compiling http v1.4.0
19612026-04-05T00:24:46.625Z Compiling rand_core v0.9.5
19622026-04-05T00:24:46.857Z Compiling slog v2.8.2
19632026-04-05T00:24:47.010Z Compiling idna_adapter v1.2.1
19642026-04-05T00:24:47.078Z Compiling tracing-core v0.1.36
19652026-04-05T00:24:47.102Z Compiling ppv-lite86 v0.2.21
19662026-04-05T00:24:47.168Z Compiling idna v1.1.0
19672026-04-05T00:24:47.317Z Compiling untrusted v0.9.0
19682026-04-05T00:24:47.470Z Compiling url v2.5.8
19692026-04-05T00:24:47.561Z Compiling rayon-core v1.13.0
19702026-04-05T00:24:47.649Z Compiling tracing v0.1.44
19712026-04-05T00:24:47.718Z Compiling spki v0.7.3
19722026-04-05T00:24:47.793Z Compiling darling v0.21.3
19732026-04-05T00:24:47.889Z Compiling salsa20 v0.10.2
19742026-04-05T00:24:47.892Z Compiling pbkdf2 v0.12.2
19752026-04-05T00:24:48.256Z Compiling cookie v0.18.1
19762026-04-05T00:24:48.356Z Compiling camino v1.2.2
19772026-04-05T00:24:48.582Z Compiling scrypt v0.11.0
19782026-04-05T00:24:48.601Z Compiling rand_chacha v0.9.0
19792026-04-05T00:24:48.605Z Compiling cbc v0.1.2
19802026-04-05T00:24:48.659Z Compiling aes v0.8.4
19812026-04-05T00:24:49.208Z Compiling usdt-impl v0.5.0
19822026-04-05T00:24:49.223Z Compiling paste v1.0.15
19832026-04-05T00:24:49.246Z Compiling ref-cast v1.0.25
19842026-04-05T00:24:49.297Z Compiling winnow v0.7.14
19852026-04-05T00:24:49.425Z Compiling usdt-impl v0.6.0
19862026-04-05T00:24:49.565Z Compiling pkcs5 v0.7.1
19872026-04-05T00:24:49.580Z Compiling rand v0.9.2
19882026-04-05T00:24:49.659Z Compiling http-body v1.0.1
19892026-04-05T00:24:49.842Z Compiling serde_spanned v0.6.9
19902026-04-05T00:24:49.954Z Compiling toml_datetime v0.6.11
19912026-04-05T00:24:50.004Z Compiling scroll v0.13.0
19922026-04-05T00:24:50.020Z Compiling scroll v0.12.0
19932026-04-05T00:24:50.035Z Compiling heapless v0.7.17
19942026-04-05T00:24:50.150Z Compiling bzip2-sys v0.1.13+1.0.8
19952026-04-05T00:24:50.175Z Compiling untrusted v0.7.1
19962026-04-05T00:24:50.216Z Compiling tokio-util v0.7.18
19972026-04-05T00:24:50.320Z Compiling openssl-probe v0.2.1
19982026-04-05T00:24:50.445Z Compiling zstd-safe v7.2.4
19992026-04-05T00:24:50.461Z Compiling signal-hook v0.3.18
20002026-04-05T00:24:50.464Z Compiling atomic-waker v1.1.2
20012026-04-05T00:24:50.518Z Compiling goblin v0.8.2
20022026-04-05T00:24:50.613Z Compiling toml_parser v1.0.9+spec-1.1.0
20032026-04-05T00:24:50.671Z Compiling goblin v0.10.5
20042026-04-05T00:24:50.768Z Compiling pkcs8 v0.10.2
20052026-04-05T00:24:51.174Z Compiling zerocopy v0.7.35
20062026-04-05T00:24:51.177Z Compiling ref-cast-impl v1.0.25
20072026-04-05T00:24:51.205Z Compiling darling_core v0.20.11
20082026-04-05T00:24:51.301Z Compiling curve25519-dalek v4.1.3
20092026-04-05T00:24:51.565Z Compiling toml_datetime v0.7.5+spec-1.1.0
20102026-04-05T00:24:51.600Z Compiling memoffset v0.9.1
20112026-04-05T00:24:51.621Z Compiling tower-layer v0.3.3
20122026-04-05T00:24:51.726Z Compiling try-lock v0.2.5
20132026-04-05T00:24:51.741Z Compiling tower-service v0.3.3
20142026-04-05T00:24:51.853Z Compiling litrs v1.0.0
20152026-04-05T00:24:52.183Z Compiling fastrand v2.3.0
20162026-04-05T00:24:52.246Z Compiling rustix v0.38.44
20172026-04-05T00:24:52.287Z Compiling winnow v0.5.40
20182026-04-05T00:24:52.330Z Compiling tinyvec_macros v0.1.1
20192026-04-05T00:24:52.414Z Compiling tinyvec v1.10.0
20202026-04-05T00:24:52.475Z Compiling document-features v0.2.12
20212026-04-05T00:24:52.535Z Compiling want v0.3.1
20222026-04-05T00:24:52.577Z Compiling h2 v0.4.13
20232026-04-05T00:24:52.715Z Compiling dof v0.3.0
20242026-04-05T00:24:53.140Z Compiling darling_macro v0.20.11
20252026-04-05T00:24:53.328Z Compiling dof v0.4.0
20262026-04-05T00:24:53.547Z Compiling toml_edit v0.19.15
20272026-04-05T00:24:53.563Z Compiling dtrace-parser v0.2.0
20282026-04-05T00:24:53.577Z Compiling ipnet v2.11.0
20292026-04-05T00:24:53.695Z Compiling dtrace-parser v0.3.0
20302026-04-05T00:24:54.070Z Compiling daft-derive v0.1.5
20312026-04-05T00:24:54.086Z Compiling async-trait v0.1.89
20322026-04-05T00:24:54.146Z Compiling spin v0.9.8
20332026-04-05T00:24:54.200Z Compiling thread-id v4.2.2
20342026-04-05T00:24:54.302Z Compiling thread-id v5.1.0
20352026-04-05T00:24:54.330Z Compiling proc-macro-error-attr v1.0.4
20362026-04-05T00:24:54.398Z Compiling powerfmt v0.2.0
20372026-04-05T00:24:54.401Z Compiling foreign-types-shared v0.1.1
20382026-04-05T00:24:54.432Z Compiling pin-utils v0.1.0
20392026-04-05T00:24:54.443Z Compiling httpdate v1.0.3
20402026-04-05T00:24:54.536Z Compiling smoltcp v0.9.1
20412026-04-05T00:24:54.536Z Compiling cfg_aliases v0.2.1
20422026-04-05T00:24:54.639Z Compiling num-bigint-dig v0.8.6
20432026-04-05T00:24:54.668Z Compiling nix v0.31.1
20442026-04-05T00:24:54.745Z Compiling deranged v0.5.8
20452026-04-05T00:24:54.771Z Compiling tempfile v3.25.0
20462026-04-05T00:24:54.829Z Compiling foreign-types v0.3.2
20472026-04-05T00:24:55.015Z Compiling darling v0.20.11
20482026-04-05T00:24:55.165Z Compiling ipnetwork v0.21.1
20492026-04-05T00:24:55.434Z Compiling strum_macros v0.26.4
20502026-04-05T00:24:55.569Z Compiling hyper v1.8.1
20512026-04-05T00:24:55.652Z Compiling curve25519-dalek-derive v0.1.1
20522026-04-05T00:24:55.777Z Compiling wait-timeout v0.2.1
20532026-04-05T00:24:55.812Z Compiling proc-macro-error v1.0.4
20542026-04-05T00:24:55.889Z Compiling unicode-segmentation v1.12.0
20552026-04-05T00:24:56.024Z Compiling utf8parse v0.2.2
20562026-04-05T00:24:56.283Z Compiling bit-vec v0.8.0
20572026-04-05T00:24:56.299Z Compiling quick-error v1.2.3
20582026-04-05T00:24:56.303Z Compiling num_threads v0.1.7
20592026-04-05T00:24:56.313Z Compiling siphasher v1.0.2
20602026-04-05T00:24:56.408Z Compiling anstyle v1.0.13
20612026-04-05T00:24:56.472Z Compiling simd-adler32 v0.3.8
20622026-04-05T00:24:56.486Z Compiling bit-set v0.8.0
20632026-04-05T00:24:56.609Z Compiling time v0.3.47
20642026-04-05T00:24:56.624Z Compiling rusty-fork v0.3.1
20652026-04-05T00:24:56.652Z Compiling hyper-util v0.1.20
20662026-04-05T00:24:56.769Z Compiling anstyle-parse v0.2.7
20672026-04-05T00:24:57.051Z Compiling crossbeam-epoch v0.9.18
20682026-04-05T00:24:57.192Z Compiling derive_builder_core v0.20.2
20692026-04-05T00:24:57.522Z Compiling unicode-normalization v0.1.25
20702026-04-05T00:24:57.980Z Compiling rustls-native-certs v0.8.3
20712026-04-05T00:24:58.032Z Compiling rand_xorshift v0.4.0
20722026-04-05T00:24:58.245Z Compiling signature v2.2.0
20732026-04-05T00:24:58.307Z Compiling hubpack_derive v0.1.1
20742026-04-05T00:24:58.310Z Compiling strum_macros v0.27.2
20752026-04-05T00:24:58.338Z Compiling sync_wrapper v1.0.2
20762026-04-05T00:24:58.412Z Compiling fs-err v3.3.0
20772026-04-05T00:24:58.459Z Compiling ahash v0.8.12
20782026-04-05T00:24:58.547Z Compiling object v0.37.3
20792026-04-05T00:24:58.627Z Compiling adler2 v2.0.1
20802026-04-05T00:24:58.642Z Compiling unicode-properties v0.1.4
20812026-04-05T00:24:58.692Z Compiling colorchoice v1.0.4
20822026-04-05T00:24:58.738Z Compiling anstyle-query v1.1.5
20832026-04-05T00:24:58.786Z Compiling unarray v0.1.4
20842026-04-05T00:24:58.816Z Compiling unicode-bidi v0.3.18
20852026-04-05T00:24:58.858Z Compiling is_terminal_polyfill v1.70.2
20862026-04-05T00:24:58.884Z Compiling miniz_oxide v0.8.9
20872026-04-05T00:24:58.916Z Compiling proptest v1.10.0
20882026-04-05T00:24:59.004Z Compiling anstream v0.6.21
20892026-04-05T00:24:59.327Z Compiling stringprep v0.1.5
20902026-04-05T00:24:59.455Z Compiling tower v0.5.3
20912026-04-05T00:24:59.478Z Compiling derive_builder_macro v0.20.2
20922026-04-05T00:24:59.789Z Compiling crossbeam-deque v0.8.6
20932026-04-05T00:24:59.830Z Compiling heck v0.4.1
20942026-04-05T00:24:59.920Z Compiling usdt-macro v0.6.0
20952026-04-05T00:24:59.953Z Compiling usdt-attr-macro v0.6.0
20962026-04-05T00:25:00.167Z Compiling http-body-util v0.1.3
20972026-04-05T00:25:00.467Z Compiling webpki-roots v1.0.6
20982026-04-05T00:25:00.570Z Compiling rand_chacha v0.3.1
20992026-04-05T00:25:00.607Z Compiling erased-serde v0.3.31
21002026-04-05T00:25:00.638Z Compiling md-5 v0.10.6
21012026-04-05T00:25:00.728Z Compiling num-integer v0.1.46
21022026-04-05T00:25:00.811Z Compiling hash32 v0.2.1
21032026-04-05T00:25:00.841Z Compiling vergen-lib v0.1.6
21042026-04-05T00:25:00.857Z Compiling ff v0.13.1
21052026-04-05T00:25:00.909Z Compiling iri-string v0.7.10
21062026-04-05T00:25:00.926Z Compiling base16ct v0.2.0
21072026-04-05T00:25:00.942Z Compiling psl-types v2.0.11
21082026-04-05T00:25:00.960Z Compiling zlib-rs v0.6.2
21092026-04-05T00:25:01.013Z Compiling ryu v1.0.23
21102026-04-05T00:25:01.028Z Compiling fallible-iterator v0.2.0
21112026-04-05T00:25:01.094Z Compiling publicsuffix v2.3.0
21122026-04-05T00:25:01.108Z Compiling sec1 v0.7.3
21132026-04-05T00:25:01.141Z Compiling group v0.13.0
21142026-04-05T00:25:01.194Z Compiling serde_urlencoded v0.7.1
21152026-04-05T00:25:01.284Z Compiling num-iter v0.1.45
21162026-04-05T00:25:01.330Z Compiling postgres-protocol v0.6.10
21172026-04-05T00:25:01.377Z Compiling newtype-uuid v1.3.2
21182026-04-05T00:25:01.473Z Compiling rand v0.8.5
21192026-04-05T00:25:01.715Z Compiling oxnet v0.1.4
21202026-04-05T00:25:01.762Z Compiling zone_cfg_derive v0.3.1
21212026-04-05T00:25:01.796Z Compiling derive_builder v0.20.2
21222026-04-05T00:25:01.836Z Compiling tokio-native-tls v0.3.1
21232026-04-05T00:25:01.948Z Compiling phf_shared v0.13.1
21242026-04-05T00:25:02.026Z Compiling tower-http v0.6.8
21252026-04-05T00:25:02.114Z Compiling lazy_static v1.5.0
21262026-04-05T00:25:02.163Z Compiling terminal_size v0.4.3
21272026-04-05T00:25:02.166Z Compiling serde_with_macros v3.17.0
21282026-04-05T00:25:02.227Z Compiling cargo-platform v0.1.9
21292026-04-05T00:25:02.261Z Compiling hkdf v0.12.4
21302026-04-05T00:25:02.277Z Compiling crypto-bigint v0.5.5
21312026-04-05T00:25:02.280Z Compiling enum-as-inner v0.6.1
21322026-04-05T00:25:02.352Z Compiling clap_derive v4.5.55
21332026-04-05T00:25:02.379Z Compiling serde_repr v0.1.20
21342026-04-05T00:25:02.399Z Compiling vergen v9.0.6
21352026-04-05T00:25:02.445Z Compiling foldhash v0.1.5
21362026-04-05T00:25:02.487Z Compiling libbz2-rs-sys v0.2.2
21372026-04-05T00:25:02.550Z Compiling bumpalo v3.20.2
21382026-04-05T00:25:02.609Z Compiling managed v0.8.0
21392026-04-05T00:25:02.766Z Compiling clap_lex v1.0.0
21402026-04-05T00:25:02.814Z Compiling unicode-width v0.2.0
21412026-04-05T00:25:02.850Z Compiling bitflags v1.3.2
21422026-04-05T00:25:02.940Z Compiling clap_builder v4.5.60
21432026-04-05T00:25:02.986Z Compiling flate2 v1.1.9
21442026-04-05T00:25:03.083Z Compiling console v0.16.2
21452026-04-05T00:25:03.106Z Compiling bzip2 v0.6.1
21462026-04-05T00:25:03.109Z Compiling zopfli v0.8.3
21472026-04-05T00:25:03.234Z Compiling elliptic-curve v0.13.8
21482026-04-05T00:25:03.290Z Compiling hashbrown v0.15.5
21492026-04-05T00:25:03.379Z Compiling cargo_metadata v0.19.2
21502026-04-05T00:25:03.678Z Compiling phf v0.13.1
21512026-04-05T00:25:03.726Z Compiling zstd v0.13.3
21522026-04-05T00:25:03.864Z Compiling daft v0.1.5
21532026-04-05T00:25:03.879Z Compiling hyper-tls v0.6.0
21542026-04-05T00:25:03.983Z Compiling signal-hook-mio v0.2.5
21552026-04-05T00:25:04.004Z Compiling rayon v1.11.0
21562026-04-05T00:25:04.130Z Compiling cookie_store v0.22.1
21572026-04-05T00:25:04.133Z Compiling postgres-types v0.2.12
21582026-04-05T00:25:04.164Z Compiling bzip2 v0.4.4
21592026-04-05T00:25:04.381Z Compiling strum v0.27.2
21602026-04-05T00:25:04.464Z Compiling hubpack v0.1.2
21612026-04-05T00:25:04.557Z Compiling ed25519 v2.2.3
21622026-04-05T00:25:04.594Z Compiling phf_shared v0.11.3
21632026-04-05T00:25:04.702Z Compiling pkcs1 v0.7.5
21642026-04-05T00:25:04.777Z Compiling serde-big-array v0.5.1
21652026-04-05T00:25:04.793Z Compiling hex v0.4.3
21662026-04-05T00:25:04.902Z Compiling rfc6979 v0.4.0
21672026-04-05T00:25:04.947Z Compiling bstr v1.12.1
21682026-04-05T00:25:04.978Z Compiling itertools v0.12.1
21692026-04-05T00:25:05.093Z Compiling float-cmp v0.10.0
21702026-04-05T00:25:05.107Z Compiling memmap2 v0.9.10
21712026-04-05T00:25:05.123Z Compiling env_filter v1.0.0
21722026-04-05T00:25:05.197Z Compiling encoding_rs v0.8.35
21732026-04-05T00:25:05.197Z Compiling keccak v0.1.6
21742026-04-05T00:25:05.263Z Compiling data-encoding v2.10.0
21752026-04-05T00:25:05.309Z Compiling difflib v0.4.0
21762026-04-05T00:25:05.341Z Compiling static_assertions v1.1.0
21772026-04-05T00:25:05.417Z Compiling rustc-hash v2.1.1
21782026-04-05T00:25:05.433Z Compiling new_debug_unreachable v1.0.6
21792026-04-05T00:25:05.571Z Compiling toml_write v0.1.2
21802026-04-05T00:25:05.574Z Compiling normalize-line-endings v0.3.0
21812026-04-05T00:25:05.612Z Compiling jiff v0.2.21
21822026-04-05T00:25:05.666Z Compiling fixedbitset v0.4.2
21832026-04-05T00:25:05.688Z Compiling mime v0.3.17
21842026-04-05T00:25:05.767Z Compiling fixedbitset v0.5.7
21852026-04-05T00:25:05.784Z Compiling unit-prefix v0.5.2
21862026-04-05T00:25:05.802Z Compiling precomputed-hash v0.1.1
21872026-04-05T00:25:05.885Z Compiling predicates-core v1.0.10
21882026-04-05T00:25:05.909Z Compiling whoami v2.1.0
21892026-04-05T00:25:05.943Z Compiling indicatif v0.18.4
21902026-04-05T00:25:05.957Z Compiling string_cache v0.8.9
21912026-04-05T00:25:06.010Z Compiling predicates v3.1.4
21922026-04-05T00:25:06.054Z Compiling petgraph v0.8.3
21932026-04-05T00:25:06.069Z Compiling petgraph v0.6.5
21942026-04-05T00:25:06.192Z Compiling tokio-postgres v0.7.16
21952026-04-05T00:25:06.210Z Compiling zone v0.3.1
21962026-04-05T00:25:06.256Z Compiling toml_edit v0.22.27
21972026-04-05T00:25:06.576Z Compiling hickory-proto v0.25.2
21982026-04-05T00:25:06.686Z Compiling iddqd v0.3.17
21992026-04-05T00:25:06.690Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22002026-04-05T00:25:06.827Z Compiling similar v2.7.0
22012026-04-05T00:25:07.542Z Compiling sha3 v0.10.8
22022026-04-05T00:25:07.564Z Compiling env_logger v0.11.9
22032026-04-05T00:25:07.776Z Compiling usdt v0.6.0
22042026-04-05T00:25:08.053Z Compiling serde_with v3.17.0
22052026-04-05T00:25:08.207Z Compiling zip v4.6.1
22062026-04-05T00:25:08.223Z Compiling ecdsa v0.16.9
22072026-04-05T00:25:08.226Z Compiling rsa v0.9.10
22082026-04-05T00:25:08.798Z Compiling ed25519-dalek v2.2.0
22092026-04-05T00:25:09.256Z Compiling clap v4.5.60
22102026-04-05T00:25:09.304Z Compiling crossterm v0.28.1
22112026-04-05T00:25:09.363Z Compiling zip v0.6.6
22122026-04-05T00:25:09.396Z Compiling strum v0.26.3
22132026-04-05T00:25:09.485Z Compiling toml v0.7.8
22142026-04-05T00:25:09.544Z Compiling tokio-stream v0.1.18
22152026-04-05T00:25:09.767Z Compiling buf-list v1.1.2
22162026-04-05T00:25:09.919Z Compiling x509-cert v0.2.5
22172026-04-05T00:25:10.041Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22182026-04-05T00:25:10.058Z Compiling openapiv3 v2.2.0
22192026-04-05T00:25:10.354Z Compiling sha1 v0.10.6
22202026-04-05T00:25:10.446Z Compiling itertools v0.13.0
22212026-04-05T00:25:10.828Z Compiling peg-runtime v0.8.5
22222026-04-05T00:25:10.944Z Compiling lalrpop-util v0.19.12
22232026-04-05T00:25:28.565Z Compiling rustls-webpki v0.103.9
22242026-04-05T00:25:28.601Z Compiling macaddr v1.0.1
22252026-04-05T00:25:28.632Z Compiling structmeta-derive v0.3.0
22262026-04-05T00:25:28.820Z Compiling crucible-workspace-hack v0.1.0
22272026-04-05T00:25:28.855Z Compiling secrecy v0.10.3
22282026-04-05T00:25:28.908Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22292026-04-05T00:25:29.026Z Compiling itertools v0.14.0
22302026-04-05T00:25:29.059Z Compiling heapless v0.8.0
22312026-04-05T00:25:29.092Z Compiling rustls v0.22.4
22322026-04-05T00:25:29.337Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22332026-04-05T00:25:29.369Z Compiling toml_edit v0.23.10+spec-1.0.0
22342026-04-05T00:25:29.402Z Compiling rustls-webpki v0.102.8
22352026-04-05T00:25:29.446Z Compiling futures-executor v0.3.32
22362026-04-05T00:25:29.508Z Compiling hash32 v0.3.1
22372026-04-05T00:25:29.586Z Compiling multer v3.1.0
22382026-04-05T00:25:29.651Z Compiling structmeta v0.3.0
22392026-04-05T00:25:29.679Z Compiling thread_local v1.1.9
22402026-04-05T00:25:29.712Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22412026-04-05T00:25:29.727Z Compiling match_cfg v0.1.0
22422026-04-05T00:25:29.804Z Compiling smoltcp v0.11.0
22432026-04-05T00:25:29.820Z Compiling slog-async v2.8.0
22442026-04-05T00:25:29.880Z Compiling derive-ex v0.1.8
22452026-04-05T00:25:29.964Z Compiling proc-macro-crate v3.4.0
22462026-04-05T00:25:30.109Z Compiling hostname v0.3.1
22472026-04-05T00:25:30.167Z Compiling futures v0.3.32
22482026-04-05T00:25:30.270Z Compiling slog-json v2.6.1
22492026-04-05T00:25:30.301Z Compiling crossbeam-channel v0.5.15
22502026-04-05T00:25:30.317Z Compiling half v2.7.1
22512026-04-05T00:25:30.320Z Compiling ingot-macros v0.1.1
22522026-04-05T00:25:30.348Z Compiling newtype-uuid-macros v0.1.0
22532026-04-05T00:25:30.412Z Compiling universal-hash v0.5.1
22542026-04-05T00:25:30.540Z Compiling thiserror-impl-no-std v2.0.2
22552026-04-05T00:25:30.576Z Compiling cobs v0.3.0
22562026-04-05T00:25:30.659Z Compiling async-stream-impl v0.3.6
22572026-04-05T00:25:30.687Z Compiling serde_spanned v1.0.4
22582026-04-05T00:25:30.868Z Compiling is-terminal v0.4.17
22592026-04-05T00:25:30.883Z Compiling dropshot v0.16.7
22602026-04-05T00:25:30.981Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22612026-04-05T00:25:31.013Z Compiling take_mut v0.2.2
22622026-04-05T00:25:31.076Z Compiling ciborium-io v0.2.2
22632026-04-05T00:25:31.106Z Compiling term v1.2.1
22642026-04-05T00:25:31.195Z Compiling toml_writer v1.0.6+spec-1.1.0
22652026-04-05T00:25:31.217Z Compiling convert_case v0.4.0
22662026-04-05T00:25:31.238Z Compiling opaque-debug v0.3.1
22672026-04-05T00:25:31.254Z Compiling async-stream v0.3.6
22682026-04-05T00:25:31.292Z Compiling ciborium-ll v0.2.2
22692026-04-05T00:25:31.332Z Compiling poly1305 v0.8.0
22702026-04-05T00:25:31.474Z Compiling slog-term v2.9.2
22712026-04-05T00:25:31.489Z Compiling test-strategy v0.4.5
22722026-04-05T00:25:31.549Z Compiling derive_more v0.99.20
22732026-04-05T00:25:31.567Z Compiling toml v0.9.12+spec-1.1.0
22742026-04-05T00:25:31.583Z Compiling thiserror-no-std v2.0.2
22752026-04-05T00:25:31.759Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22762026-04-05T00:25:31.873Z Compiling postcard v1.1.3
22772026-04-05T00:25:32.270Z Compiling tokio-rustls v0.26.4
22782026-04-05T00:25:32.566Z Compiling hyper-rustls v0.27.7
22792026-04-05T00:25:32.729Z Compiling rustls-platform-verifier v0.6.2
22802026-04-05T00:25:32.815Z Compiling reqwest v0.12.28
22812026-04-05T00:25:32.861Z Compiling tokio-rustls v0.25.0
22822026-04-05T00:25:32.901Z Compiling reqwest v0.13.2
22832026-04-05T00:25:32.917Z Compiling ingot-types v0.1.2
22842026-04-05T00:25:32.934Z Compiling slog-bunyan v2.5.0
22852026-04-05T00:25:32.959Z Compiling num_enum_derive v0.7.5
22862026-04-05T00:25:33.128Z Compiling parse-display-derive v0.10.0
22872026-04-05T00:25:33.144Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
22882026-04-05T00:25:33.361Z Compiling ingot v0.1.1
22892026-04-05T00:25:33.392Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22902026-04-05T00:25:33.524Z Compiling proc-macro-crate v1.3.1
22912026-04-05T00:25:33.651Z Compiling backon v1.6.0
22922026-04-05T00:25:33.730Z Compiling waitgroup v0.1.2
22932026-04-05T00:25:33.733Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
22942026-04-05T00:25:33.919Z Compiling password-hash v0.5.0
22952026-04-05T00:25:33.922Z Compiling dropshot_endpoint v0.16.7
22962026-04-05T00:25:33.950Z Compiling chacha20 v0.9.1
22972026-04-05T00:25:33.966Z Compiling rustls-pemfile v2.2.0
22982026-04-05T00:25:34.223Z Compiling blake2 v0.10.6
22992026-04-05T00:25:34.240Z Compiling aead v0.5.2
23002026-04-05T00:25:34.272Z Compiling foreign-types-macros v0.2.3
23012026-04-05T00:25:34.458Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23022026-04-05T00:25:34.651Z Compiling serde_path_to_error v0.1.20
23032026-04-05T00:25:34.758Z Compiling hostname v0.4.2
23042026-04-05T00:25:34.775Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23052026-04-05T00:25:34.867Z Compiling instant v0.1.13
23062026-04-05T00:25:34.871Z Compiling cpufeatures v0.3.0
23072026-04-05T00:25:34.899Z Compiling debug-ignore v1.0.5
23082026-04-05T00:25:34.918Z Compiling foreign-types-shared v0.3.1
23092026-04-05T00:25:34.954Z Compiling typeid v1.0.3
23102026-04-05T00:25:34.983Z Compiling backoff v0.4.0
23112026-04-05T00:25:35.018Z Compiling foreign-types v0.5.0
23122026-04-05T00:25:35.039Z Compiling chacha20 v0.10.0
23132026-04-05T00:25:35.059Z Compiling parse-display v0.10.0
23142026-04-05T00:25:35.075Z Compiling argon2 v0.5.3
23152026-04-05T00:25:35.128Z Compiling chacha20poly1305 v0.10.1
23162026-04-05T00:25:35.131Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23172026-04-05T00:25:35.232Z Compiling num_enum v0.7.5
23182026-04-05T00:25:35.248Z Compiling num_enum_derive v0.5.11
23192026-04-05T00:25:35.301Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23202026-04-05T00:25:35.326Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23212026-04-05T00:25:35.368Z Compiling vsss-rs v3.3.4
23222026-04-05T00:25:35.385Z Compiling ciborium v0.2.2
23232026-04-05T00:25:35.675Z Compiling toml v0.8.23
23242026-04-05T00:25:35.768Z Compiling tabwriter v1.4.1
23252026-04-05T00:25:35.956Z Compiling byte-wrapper v0.1.0
23262026-04-05T00:25:36.104Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23272026-04-05T00:25:36.162Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23282026-04-05T00:25:36.179Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23292026-04-05T00:25:36.193Z Compiling regress v0.10.5
23302026-04-05T00:25:36.216Z Compiling cstr-argument v0.1.2
23312026-04-05T00:25:36.230Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23322026-04-05T00:25:36.405Z Compiling erased-serde v0.4.9
23332026-04-05T00:25:36.571Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23342026-04-05T00:25:36.613Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23352026-04-05T00:25:36.757Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23362026-04-05T00:25:36.863Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23372026-04-05T00:25:36.880Z Compiling num_enum v0.5.11
23382026-04-05T00:25:36.883Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23392026-04-05T00:25:36.913Z Compiling rand v0.10.0
23402026-04-05T00:25:36.973Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23412026-04-05T00:25:36.994Z Compiling indent_write v2.2.0
23422026-04-05T00:25:37.043Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23432026-04-05T00:25:37.063Z Compiling libefi-sys v0.1.0
23442026-04-05T00:25:37.144Z Compiling colored v3.1.1
23452026-04-05T00:25:37.185Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23462026-04-05T00:25:37.242Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23472026-04-05T00:25:37.307Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23482026-04-05T00:25:37.327Z Compiling camino-tempfile v1.4.1
23492026-04-05T00:25:37.342Z Compiling usdt-attr-macro v0.5.0
23502026-04-05T00:25:37.457Z Compiling usdt-macro v0.5.0
23512026-04-05T00:25:37.715Z Compiling bitfield-struct v0.6.2
23522026-04-05T00:25:37.739Z Compiling num-derive v0.4.2
23532026-04-05T00:25:37.753Z Compiling ordered-float v2.10.1
23542026-04-05T00:25:37.779Z Compiling blake3 v1.8.3
23552026-04-05T00:25:37.841Z Compiling sigpipe v0.1.3
23562026-04-05T00:25:37.959Z Compiling memmap v0.7.0
23572026-04-05T00:25:38.038Z Compiling swrite v0.1.0
23582026-04-05T00:25:38.058Z Compiling glob v0.3.3
23592026-04-05T00:25:38.115Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23602026-04-05T00:25:38.171Z Compiling usdt v0.5.0
23612026-04-05T00:25:38.174Z Compiling serde-value v0.7.0
23622026-04-05T00:25:38.217Z Compiling serde-untagged v0.1.9
23632026-04-05T00:25:38.349Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-04-05T00:25:38.368Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23652026-04-05T00:25:38.598Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23662026-04-05T00:25:38.629Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23672026-04-05T00:25:38.688Z Compiling smf v0.2.3
23682026-04-05T00:25:38.852Z Compiling filetime v0.2.27
23692026-04-05T00:25:38.905Z Compiling constant_time_eq v0.4.2
23702026-04-05T00:25:38.934Z Compiling xattr v1.6.1
23712026-04-05T00:25:39.016Z Compiling arrayvec v0.7.6
23722026-04-05T00:25:39.086Z Compiling whoami v1.6.1
23732026-04-05T00:25:39.123Z Compiling same-file v1.0.6
23742026-04-05T00:25:39.146Z Compiling unicode-xid v0.2.6
23752026-04-05T00:25:39.163Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-04-05T00:25:39.255Z Compiling arrayref v0.3.9
23772026-04-05T00:25:39.273Z Compiling cargo-util-schemas v0.8.2
23782026-04-05T00:25:39.277Z Compiling walkdir v2.5.0
23792026-04-05T00:25:39.306Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23802026-04-05T00:25:39.324Z Compiling tar v0.4.45
23812026-04-05T00:25:39.355Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23822026-04-05T00:25:39.390Z Compiling tokio-dtrace v0.1.1
23832026-04-05T00:25:39.559Z Compiling gethostname v0.5.0
23842026-04-05T00:25:39.615Z Compiling cargo-platform v0.2.0
23852026-04-05T00:25:39.719Z Compiling topological-sort v0.2.2
23862026-04-05T00:25:39.737Z Compiling oxide-tokio-rt v0.1.3
23872026-04-05T00:25:39.923Z Compiling shell-words v1.1.1
23882026-04-05T00:25:39.926Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23892026-04-05T00:25:40.489Z Compiling cargo_metadata v0.21.0
23902026-04-05T00:25:49.352Z Compiling progenitor-client v0.13.0
23912026-04-05T00:25:49.412Z Compiling progenitor-client v0.10.0
23922026-04-05T00:25:49.412Z Compiling omicron-zone-package v0.12.2
23932026-04-05T00:25:49.508Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23942026-04-05T00:25:49.528Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23952026-04-05T00:25:49.546Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23962026-04-05T00:25:49.852Z Compiling progenitor-extras v0.1.1
23972026-04-05T00:25:49.868Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23982026-04-05T00:25:49.924Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23992026-04-05T00:25:50.125Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24002026-04-05T00:25:50.404Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24012026-04-05T00:25:50.464Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24022026-04-05T00:25:50.499Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24032026-04-05T00:25:55.164Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24042026-04-05T00:26:01.877Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24052026-04-05T00:26:05.183Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24062026-04-05T00:26:06.165Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24072026-04-05T00:26:14.512Z Finished `release` profile [optimized] target(s) in 1m 38s
24082026-04-05T00:26:14.664Z Running `target/release/omicron-package -t test target create -p dev`
24092026-04-05T00:26:14.729ZLogging to: /work/oxidecomputer/omicron/out/LOG
24102026-04-05T00:26:14.732ZCreated new build target 'test' and set it as active
24112026-04-05T00:26:14.736Z
24122026-04-05T00:26:14.736Zreal 1:38.474013287
24132026-04-05T00:26:14.736Zuser 16:28.160098003
24142026-04-05T00:26:14.736Zsys 2:31.688022905
24152026-04-05T00:26:14.736Ztrap 0.464400297
24162026-04-05T00:26:14.736Ztflt 2.867286291
24172026-04-05T00:26:14.736Zdflt 3.643904508
24182026-04-05T00:26:14.736Zkflt 0.007088884
24192026-04-05T00:26:14.736Zlock 51:26.863368145
24202026-04-05T00:26:14.736Zslp 41:48.134310340
24212026-04-05T00:26:14.736Zlat 44.418809735
24222026-04-05T00:26:14.736Zstop 5:21.140869359
24232026-04-05T00:26:14.736Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24242026-04-05T00:26:15.607Z Finished `release` profile [optimized] target(s) in 0.86s
24252026-04-05T00:26:15.681Z Running `target/release/omicron-package -t test package`
24262026-04-05T00:26:15.739ZLogging to: /work/oxidecomputer/omicron/out/LOG
24272026-04-05T00:26:17.124Z Compiling regress v0.10.5
24282026-04-05T00:26:17.124Z Compiling heck v0.5.0
24292026-04-05T00:26:17.124Z Compiling unsafe-libyaml v0.2.11
24302026-04-05T00:26:17.358Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24312026-04-05T00:26:17.385Z Compiling prettyplease v0.2.37
24322026-04-05T00:26:17.408Z Compiling unicode-width v0.1.14
24332026-04-05T00:26:17.411Z Compiling is-terminal v0.4.17
24342026-04-05T00:26:17.411Z Compiling serde_spanned v1.0.4
24352026-04-05T00:26:17.411Z Compiling toml_writer v1.0.6+spec-1.1.0
24362026-04-05T00:26:17.425Z Compiling bytecount v0.6.9
24372026-04-05T00:26:17.481Z Compiling rustls v0.22.4
24382026-04-05T00:26:17.502Z Compiling rustls-webpki v0.102.8
24392026-04-05T00:26:17.502Z Compiling derive-where v1.6.0
24402026-04-05T00:26:17.502Z Compiling thread_local v1.1.9
24412026-04-05T00:26:17.523Z Compiling typify-impl v0.6.1
24422026-04-05T00:26:17.526Z Compiling match_cfg v0.1.0
24432026-04-05T00:26:17.566Z Compiling multer v3.1.0
24442026-04-05T00:26:17.589Z Compiling slog-async v2.8.0
24452026-04-05T00:26:17.653Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24462026-04-05T00:26:17.657Z Compiling toml v0.9.12+spec-1.1.0
24472026-04-05T00:26:17.717Z Compiling hostname v0.3.1
24482026-04-05T00:26:17.736Z Compiling slog-json v2.6.1
24492026-04-05T00:26:17.756Z Compiling crossbeam-channel v0.5.15
24502026-04-05T00:26:17.756Z Compiling futures-executor v0.3.32
24512026-04-05T00:26:17.819Z Compiling serde_yaml v0.9.34+deprecated
24522026-04-05T00:26:17.845Z Compiling take_mut v0.2.2
24532026-04-05T00:26:17.893Z Compiling term v1.2.1
24542026-04-05T00:26:17.983Z Compiling slog-bunyan v2.5.0
24552026-04-05T00:26:18.003Z Compiling futures v0.3.32
24562026-04-05T00:26:18.058Z Compiling dropshot v0.16.7
24572026-04-05T00:26:18.111Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24582026-04-05T00:26:18.132Z Compiling async-stream v0.3.6
24592026-04-05T00:26:18.150Z Compiling progenitor-client v0.13.0
24602026-04-05T00:26:18.257Z Compiling slog-term v2.9.2
24612026-04-05T00:26:18.280Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24622026-04-05T00:26:18.322Z Compiling waitgroup v0.1.2
24632026-04-05T00:26:18.341Z Compiling backon v1.6.0
24642026-04-05T00:26:18.393Z Compiling rustls-pemfile v2.2.0
24652026-04-05T00:26:18.461Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24662026-04-05T00:26:18.482Z Compiling serde_path_to_error v0.1.20
24672026-04-05T00:26:18.485Z Compiling hostname v0.4.2
24682026-04-05T00:26:18.555Z Compiling instant v0.1.13
24692026-04-05T00:26:18.605Z Compiling debug-ignore v1.0.5
24702026-04-05T00:26:18.606Z Compiling progenitor-extras v0.1.1
24712026-04-05T00:26:18.660Z Compiling backoff v0.4.0
24722026-04-05T00:26:18.694Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24732026-04-05T00:26:18.728Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24742026-04-05T00:26:18.762Z Compiling parse-display v0.10.0
24752026-04-05T00:26:18.783Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24762026-04-05T00:26:18.869Z Compiling progenitor-client v0.10.0
24772026-04-05T00:26:18.890Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24782026-04-05T00:26:18.893Z Compiling macaddr v1.0.1
24792026-04-05T00:26:18.932Z Compiling console v0.15.11
24802026-04-05T00:26:18.935Z Compiling newline-converter v0.3.0
24812026-04-05T00:26:19.018Z Compiling atomicwrites v0.4.4
24822026-04-05T00:26:19.059Z Compiling num-rational v0.4.2
24832026-04-05T00:26:19.156Z Compiling num-complex v0.4.6
24842026-04-05T00:26:19.199Z Compiling slog-dtrace v0.3.0
24852026-04-05T00:26:19.270Z Compiling async-recursion v1.1.1
24862026-04-05T00:26:19.343Z Compiling float-ord v0.3.2
24872026-04-05T00:26:19.364Z Compiling expectorate v1.2.0
24882026-04-05T00:26:19.367Z Compiling owo-colors v4.3.0
24892026-04-05T00:26:19.485Z Compiling cancel-safe-futures v0.1.5
24902026-04-05T00:26:19.593Z Compiling num v0.4.3
24912026-04-05T00:26:19.644Z Compiling libsw-core v0.3.2
24922026-04-05T00:26:19.685Z Compiling resolv-conf v0.7.6
24932026-04-05T00:26:19.706Z Compiling toml v0.8.23
24942026-04-05T00:26:19.729Z Compiling linear-map v1.2.0
24952026-04-05T00:26:19.817Z Compiling tokio-rustls v0.25.0
24962026-04-05T00:26:19.883Z Compiling libsw v3.5.0
24972026-04-05T00:26:19.905Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24982026-04-05T00:26:19.977Z Compiling minimal-lexical v0.2.1
24992026-04-05T00:26:20.085Z Compiling linked-hash-map v0.5.6
25002026-04-05T00:26:20.126Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25012026-04-05T00:26:20.236Z Compiling nom v7.1.3
25022026-04-05T00:26:20.257Z Compiling unicode-xid v0.2.6
25032026-04-05T00:26:20.278Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25042026-04-05T00:26:20.305Z Compiling lru-cache v0.1.2
25052026-04-05T00:26:20.327Z Compiling globset v0.4.18
25062026-04-05T00:26:20.330Z Compiling hickory-proto v0.24.4
25072026-04-05T00:26:20.381Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25082026-04-05T00:26:20.408Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25092026-04-05T00:26:20.477Z Compiling convert_case v0.10.0
25102026-04-05T00:26:20.778Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25112026-04-05T00:26:20.778Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25122026-04-05T00:26:20.884Z Compiling derive_more-impl v2.1.1
25132026-04-05T00:26:21.616Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25142026-04-05T00:26:21.690Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25152026-04-05T00:26:21.722Z Compiling pin-project-internal v1.1.11
25162026-04-05T00:26:21.749Z Compiling derive_more v2.1.1
25172026-04-05T00:26:21.864Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25182026-04-05T00:26:21.985Z Compiling pem v3.0.6
25192026-04-05T00:26:22.031Z Compiling snafu-derive v0.8.9
25202026-04-05T00:26:22.282Z Compiling typify-macro v0.6.1
25212026-04-05T00:26:22.714Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25222026-04-05T00:26:22.768Z Compiling pin-project v1.1.11
25232026-04-05T00:26:22.915Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25242026-04-05T00:26:22.938Z Compiling hickory-resolver v0.24.4
25252026-04-05T00:26:23.004Z Compiling termtree v0.5.1
25262026-04-05T00:26:23.171Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25272026-04-05T00:26:23.215Z Compiling crossterm v0.29.0
25282026-04-05T00:26:23.691Z Compiling snafu v0.8.9
25292026-04-05T00:26:23.866Z Compiling typify v0.6.1
25302026-04-05T00:26:24.007Z Compiling progenitor-impl v0.13.0
25312026-04-05T00:26:24.140Z Compiling qorb v0.4.1
25322026-04-05T00:26:24.331Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25332026-04-05T00:26:24.653Z Compiling phf_shared v0.12.1
25342026-04-05T00:26:24.923Z Compiling olpc-cjson v0.1.4
25352026-04-05T00:26:25.165Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25362026-04-05T00:26:25.684Z Compiling serde_plain v1.0.2
25372026-04-05T00:26:26.023Z Compiling vte v0.14.1
25382026-04-05T00:26:26.165Z Compiling progenitor-macro v0.13.0
25392026-04-05T00:26:26.187Z Compiling csv-core v0.1.13
25402026-04-05T00:26:26.229Z Compiling highway v1.3.0
25412026-04-05T00:26:26.270Z Compiling typed-path v0.9.3
25422026-04-05T00:26:26.291Z Compiling chrono-tz v0.10.4
25432026-04-05T00:26:26.542Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25442026-04-05T00:26:26.618Z Compiling csv v1.4.0
25452026-04-05T00:26:26.962Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25462026-04-05T00:26:27.318Z Compiling strip-ansi-escapes v0.2.1
25472026-04-05T00:26:27.584Z Compiling tough v0.20.0
25482026-04-05T00:26:28.445Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25492026-04-05T00:26:28.657Z Compiling phf v0.12.1
25502026-04-05T00:26:28.777Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25512026-04-05T00:26:28.868Z Compiling const_format_proc_macros v0.2.34
25522026-04-05T00:26:29.184Z Compiling papergrid v0.11.0
25532026-04-05T00:26:29.303Z Compiling fd-lock v4.0.4
25542026-04-05T00:26:29.462Z Compiling peg-macros v0.8.5
25552026-04-05T00:26:29.465Z Compiling tabled_derive v0.7.0
25562026-04-05T00:26:29.503Z Compiling nu-ansi-term v0.50.3
25572026-04-05T00:26:30.037Z Compiling reedline v0.40.0
25582026-04-05T00:26:30.214Z Compiling progenitor v0.13.0
25592026-04-05T00:26:30.403Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25602026-04-05T00:26:30.702Z Compiling peg v0.8.5
25612026-04-05T00:26:30.808Z Compiling tabled v0.15.0
25622026-04-05T00:26:30.883Z Compiling const_format v0.2.35
25632026-04-05T00:26:31.365Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25642026-04-05T00:26:31.621Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25652026-04-05T00:26:31.699Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25662026-04-05T00:26:32.527Z Compiling bcs v0.1.6
25672026-04-05T00:26:32.829Z Compiling semver v0.1.20
25682026-04-05T00:26:32.980Z Compiling base64 v0.21.7
25692026-04-05T00:26:33.131Z Compiling rustc_version v0.1.7
25702026-04-05T00:26:33.362Z Compiling newtype_derive v0.1.6
25712026-04-05T00:26:33.503Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25722026-04-05T00:26:33.591Z Compiling smawk v0.3.2
25732026-04-05T00:26:33.787Z Compiling humantime v2.3.0
25742026-04-05T00:26:33.808Z Compiling unicode-linebreak v0.1.5
25752026-04-05T00:26:34.142Z Compiling textwrap v0.16.2
25762026-04-05T00:26:34.341Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25772026-04-05T00:26:34.377Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25782026-04-05T00:26:34.536Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25792026-04-05T00:26:34.653Z Compiling dropshot-api-manager-types v0.6.0
25802026-04-05T00:26:34.690Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25812026-04-05T00:26:35.319Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25822026-04-05T00:26:35.740Z Compiling steno v0.4.1
25832026-04-05T00:26:35.763Z Compiling utf-8 v0.7.6
25842026-04-05T00:26:35.969Z Compiling tagptr v0.2.0
25852026-04-05T00:26:35.999Z Compiling tungstenite v0.21.0
25862026-04-05T00:26:36.035Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25872026-04-05T00:26:36.164Z Compiling moka v0.12.13
25882026-04-05T00:26:36.211Z Compiling radium v0.7.0
25892026-04-05T00:26:36.530Z Compiling typify-impl v0.4.3
25902026-04-05T00:26:37.020Z Compiling tokio-tungstenite v0.21.0
25912026-04-05T00:26:37.383Z Compiling hickory-resolver v0.25.2
25922026-04-05T00:26:37.407Z Compiling maybe-uninit v2.0.0
25932026-04-05T00:26:37.702Z Compiling tap v1.0.1
25942026-04-05T00:26:37.851Z Compiling wyz v0.5.1
25952026-04-05T00:26:38.160Z Compiling zerocopy-derive v0.6.6
25962026-04-05T00:26:38.388Z Compiling funty v2.0.0
25972026-04-05T00:26:38.559Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25982026-04-05T00:26:38.957Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25992026-04-05T00:26:39.029Z Compiling display-error-chain v0.2.2
26002026-04-05T00:26:39.214Z Compiling packed_struct v0.10.1
26012026-04-05T00:26:39.376Z Compiling crc-catalog v2.4.0
26022026-04-05T00:26:39.524Z Compiling crc v3.4.0
26032026-04-05T00:26:39.527Z Compiling zerocopy v0.6.6
26042026-04-05T00:26:39.781Z Compiling bitvec v1.0.1
26052026-04-05T00:26:39.917Z Compiling typify-macro v0.4.3
26062026-04-05T00:26:40.106Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26072026-04-05T00:26:40.447Z Compiling packed_struct_codegen v0.10.1
26082026-04-05T00:26:40.792Z Compiling bitfield-macros v0.19.4
26092026-04-05T00:26:40.999Z Compiling indexmap v1.9.3
26102026-04-05T00:26:41.233Z Compiling nodrop v0.1.14
26112026-04-05T00:26:41.368Z Compiling array-init v0.0.4
26122026-04-05T00:26:41.468Z Compiling smallvec v0.6.14
26132026-04-05T00:26:41.516Z Compiling bitfield v0.19.4
26142026-04-05T00:26:41.581Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26152026-04-05T00:26:41.740Z Compiling num-derive v0.3.3
26162026-04-05T00:26:41.762Z Compiling proc-macro-error-attr2 v2.0.0
26172026-04-05T00:26:41.850Z Compiling hashbrown v0.12.3
26182026-04-05T00:26:42.170Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26192026-04-05T00:26:42.611Z Compiling libscf-sys v1.1.0
26202026-04-05T00:26:42.788Z Compiling proc-macro-error2 v2.0.1
26212026-04-05T00:26:43.002Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26222026-04-05T00:26:43.025Z Compiling serde-hex v0.1.0
26232026-04-05T00:26:43.122Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26242026-04-05T00:26:43.363Z Compiling ron v0.8.1
26252026-04-05T00:26:43.454Z Compiling hashbrown v0.13.2
26262026-04-05T00:26:43.483Z Compiling vergen-gitcl v1.0.8
26272026-04-05T00:26:43.722Z Compiling dirs-sys-next v0.1.2
26282026-04-05T00:26:43.893Z Compiling glob v0.3.3
26292026-04-05T00:26:44.002Z Compiling crc-any v2.5.0
26302026-04-05T00:26:44.092Z Compiling diesel_derives v2.3.7
26312026-04-05T00:26:44.126Z Compiling crunchy v0.2.4
26322026-04-05T00:26:44.248Z Compiling maplit v1.0.2
26332026-04-05T00:26:44.270Z Compiling clang-sys v1.8.1
26342026-04-05T00:26:44.343Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26352026-04-05T00:26:44.373Z Compiling object v0.30.4
26362026-04-05T00:26:44.394Z Compiling dirs-next v2.0.0
26372026-04-05T00:26:44.474Z Compiling tabled_derive v0.11.0
26382026-04-05T00:26:44.492Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26392026-04-05T00:26:44.550Z Compiling typify v0.4.3
26402026-04-05T00:26:44.669Z Compiling papergrid v0.17.0
26412026-04-05T00:26:44.699Z Compiling testing_table v0.3.0
26422026-04-05T00:26:45.023Z Compiling dsl_auto_type v0.2.0
26432026-04-05T00:26:45.136Z Compiling scheduled-thread-pool v0.2.7
26442026-04-05T00:26:45.158Z Compiling diesel_table_macro_syntax v0.3.0
26452026-04-05T00:26:45.187Z Compiling path-slash v0.1.5
26462026-04-05T00:26:45.293Z Compiling tiny-keccak v2.0.2
26472026-04-05T00:26:45.382Z Compiling r2d2 v0.8.10
26482026-04-05T00:26:45.437Z Compiling term v0.7.0
26492026-04-05T00:26:45.694Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26502026-04-05T00:26:45.737Z Compiling arc-swap v1.8.2
26512026-04-05T00:26:45.765Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26522026-04-05T00:26:45.957Z Compiling tabled v0.20.0
26532026-04-05T00:26:45.996Z Compiling downcast-rs v2.0.2
26542026-04-05T00:26:46.016Z Compiling bit-vec v0.6.3
26552026-04-05T00:26:46.068Z Compiling xshell-macros v0.2.7
26562026-04-05T00:26:46.132Z Compiling slog-scope v4.4.1
26572026-04-05T00:26:46.177Z Compiling ascii-canvas v3.0.0
26582026-04-05T00:26:46.259Z Compiling bit-set v0.5.3
26592026-04-05T00:26:46.451Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26602026-04-05T00:26:46.454Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26612026-04-05T00:26:46.496Z Compiling xshell v0.2.7
26622026-04-05T00:26:46.580Z Compiling itertools v0.10.5
26632026-04-05T00:26:46.681Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26642026-04-05T00:26:46.986Z Compiling ena v0.14.4
26652026-04-05T00:26:47.106Z Compiling libloading v0.8.9
26662026-04-05T00:26:47.235Z Compiling regex-syntax v0.6.29
26672026-04-05T00:26:47.349Z Compiling bindgen v0.71.1
26682026-04-05T00:26:47.660Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26692026-04-05T00:26:47.682Z Compiling unicase v2.9.0
26702026-04-05T00:26:47.990Z Compiling diff v0.1.13
26712026-04-05T00:26:48.284Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26722026-04-05T00:26:49.162Z Compiling lalrpop v0.19.12
26732026-04-05T00:26:49.522Z Compiling slog-stdlog v4.1.1
26742026-04-05T00:26:50.017Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26752026-04-05T00:26:50.322Z Compiling diesel v2.3.7
26762026-04-05T00:26:50.345Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26772026-04-05T00:26:50.535Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26782026-04-05T00:26:50.575Z Compiling cexpr v0.6.0
26792026-04-05T00:26:50.950Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26802026-04-05T00:26:51.136Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26812026-04-05T00:26:51.178Z Compiling crc8 v0.1.1
26822026-04-05T00:26:51.318Z Compiling slog-envlogger v2.2.0
26832026-04-05T00:26:51.321Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26842026-04-05T00:26:51.635Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26852026-04-05T00:26:52.172Z Compiling headers-core v0.3.0
26862026-04-05T00:26:52.197Z Compiling libxml v0.3.3
26872026-04-05T00:26:52.334Z Compiling headers v0.4.1
26882026-04-05T00:26:52.524Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26892026-04-05T00:26:52.722Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26902026-04-05T00:26:52.937Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26912026-04-05T00:26:52.960Z Compiling strum_macros v0.24.3
26922026-04-05T00:26:53.414Z Compiling indoc v1.0.9
26932026-04-05T00:26:53.553Z Compiling progenitor-impl v0.10.0
26942026-04-05T00:26:53.692Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26952026-04-05T00:26:53.746Z Compiling derive_builder v0.20.2
26962026-04-05T00:26:53.877Z Compiling oso-derive v0.27.3
26972026-04-05T00:26:53.922Z Compiling quick-xml v0.37.5
26982026-04-05T00:26:53.954Z Compiling impl-trait-for-tuples v0.2.3
26992026-04-05T00:26:54.010Z Compiling openssl-probe v0.1.6
27002026-04-05T00:26:54.179Z Compiling half v1.8.3
27012026-04-05T00:26:54.341Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27022026-04-05T00:26:54.634Z Compiling serde_cbor v0.11.2
27032026-04-05T00:26:55.055Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27042026-04-05T00:26:55.251Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27052026-04-05T00:26:55.483Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27062026-04-05T00:26:55.676Z Compiling bb8 v0.8.6
27072026-04-05T00:26:55.708Z Compiling trait-variant v0.1.2
27082026-04-05T00:26:55.786Z Compiling progenitor-macro v0.10.0
27092026-04-05T00:26:55.887Z Compiling samael v0.0.19
27102026-04-05T00:26:56.081Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27112026-04-05T00:26:56.252Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27122026-04-05T00:26:56.550Z Compiling polar-core v0.27.3
27132026-04-05T00:26:56.634Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27142026-04-05T00:26:56.657Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27152026-04-05T00:26:56.973Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27162026-04-05T00:26:56.995Z Compiling fxhash v0.2.1
27172026-04-05T00:26:57.167Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27182026-04-05T00:26:57.243Z Compiling kstat-rs v0.2.4
27192026-04-05T00:26:57.461Z Compiling libz-sys v1.1.24
27202026-04-05T00:26:57.499Z Compiling salty v0.3.0
27212026-04-05T00:26:57.721Z Compiling nonempty v0.12.0
27222026-04-05T00:26:57.812Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27232026-04-05T00:26:57.952Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27242026-04-05T00:26:58.066Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27252026-04-05T00:26:58.231Z Compiling progenitor-impl v0.11.2
27262026-04-05T00:26:58.295Z Compiling darling_core v0.23.0
27272026-04-05T00:26:59.792Z Compiling progenitor v0.10.0
27282026-04-05T00:26:59.984Z Compiling nanorand v0.7.0
27292026-04-05T00:27:00.276Z Compiling fs-err v2.11.0
27302026-04-05T00:27:00.353Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27312026-04-05T00:27:00.390Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27322026-04-05T00:27:00.493Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27332026-04-05T00:27:00.513Z Compiling parking_lot_core v0.8.6
27342026-04-05T00:27:01.023Z Compiling mime_guess v2.0.5
27352026-04-05T00:27:01.702Z Compiling darling_macro v0.23.0
27362026-04-05T00:27:02.214Z Compiling progenitor-macro v0.11.2
27372026-04-05T00:27:02.488Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27382026-04-05T00:27:02.914Z Compiling flume v0.11.1
27392026-04-05T00:27:03.307Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27402026-04-05T00:27:04.059Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27412026-04-05T00:27:05.775Z Compiling oso v0.27.3
27422026-04-05T00:27:06.886Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27432026-04-05T00:27:07.467Z Compiling diesel-dtrace v0.5.0
27442026-04-05T00:27:07.655Z Compiling async-bb8-diesel v0.2.1
27452026-04-05T00:27:07.813Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27462026-04-05T00:27:07.875Z Compiling progenitor-client v0.11.2
27472026-04-05T00:27:08.265Z Compiling git-stub v1.0.0
27482026-04-05T00:27:08.317Z Compiling libgit2-sys v0.18.3+1.9.2
27492026-04-05T00:27:08.422Z Compiling instability v0.3.11
27502026-04-05T00:27:08.539Z Compiling git-stub-vcs v0.1.0
27512026-04-05T00:27:08.748Z Compiling progenitor v0.11.2
27522026-04-05T00:27:08.933Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27532026-04-05T00:27:08.955Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27542026-04-05T00:27:09.415Z Compiling darling v0.23.0
27552026-04-05T00:27:10.574Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27562026-04-05T00:27:10.731Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27572026-04-05T00:27:11.301Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27582026-04-05T00:27:11.578Z Compiling ignore v0.4.25
27592026-04-05T00:27:12.216Z Compiling primeorder v0.13.6
27602026-04-05T00:27:12.465Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-04-05T00:27:12.528Z Compiling castaway v0.2.4
27622026-04-05T00:27:12.692Z Compiling atty v0.2.14
27632026-04-05T00:27:12.843Z Compiling nibble_vec v0.1.0
27642026-04-05T00:27:13.051Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-04-05T00:27:13.297Z Compiling parse-size v1.1.0
27662026-04-05T00:27:13.518Z Compiling endian-type v0.1.2
27672026-04-05T00:27:13.689Z Compiling indoc v2.0.7
27682026-04-05T00:27:13.712Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27692026-04-05T00:27:13.735Z Compiling http-range v0.1.5
27702026-04-05T00:27:13.861Z Compiling radix_trie v0.2.1
27712026-04-05T00:27:13.977Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27722026-04-05T00:27:14.077Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27732026-04-05T00:27:14.426Z Compiling compact_str v0.8.1
27742026-04-05T00:27:15.577Z Compiling p384 v0.13.1
27752026-04-05T00:27:16.564Z Compiling globwalk v0.9.1
27762026-04-05T00:27:16.608Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27772026-04-05T00:27:17.247Z Compiling parking_lot v0.11.2
27782026-04-05T00:27:17.685Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27792026-04-05T00:27:17.832Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27802026-04-05T00:27:17.979Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27812026-04-05T00:27:18.104Z Compiling predicates-tree v1.0.13
27822026-04-05T00:27:18.158Z Compiling unicode-truncate v1.1.0
27832026-04-05T00:27:18.160Z Compiling lru v0.12.5
27842026-04-05T00:27:18.310Z Compiling rand_seeder v0.4.0
27852026-04-05T00:27:18.384Z Compiling prefix-trie v0.7.0
27862026-04-05T00:27:18.384Z Compiling vergen-git2 v1.0.7
27872026-04-05T00:27:18.555Z Compiling cassowary v0.3.0
27882026-04-05T00:27:18.576Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27892026-04-05T00:27:18.665Z Compiling camino-tempfile-ext v0.3.3
27902026-04-05T00:27:18.846Z Compiling hickory-server v0.25.2
27912026-04-05T00:27:18.878Z Compiling ratatui v0.29.0
27922026-04-05T00:27:18.930Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27932026-04-05T00:27:19.357Z Compiling hyper-staticfile v0.10.1
27942026-04-05T00:27:19.769Z Compiling sled v0.34.7
27952026-04-05T00:27:21.184Z Compiling hickory-client v0.25.2
27962026-04-05T00:27:21.395Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27972026-04-05T00:27:21.566Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27982026-04-05T00:27:21.647Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27992026-04-05T00:27:22.042Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28002026-04-05T00:27:22.063Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
28012026-04-05T00:27:22.420Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28022026-04-05T00:27:22.859Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28032026-04-05T00:27:23.038Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28042026-04-05T00:27:23.288Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28052026-04-05T00:27:23.374Z Compiling lzma-sys v0.1.20
28062026-04-05T00:27:23.414Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28072026-04-05T00:27:23.655Z Compiling rustls v0.21.12
28082026-04-05T00:27:23.747Z Compiling corncobs v0.1.4
28092026-04-05T00:27:23.841Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28102026-04-05T00:27:23.933Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28112026-04-05T00:27:23.987Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28122026-04-05T00:27:24.146Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28132026-04-05T00:27:24.550Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28142026-04-05T00:27:24.642Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28152026-04-05T00:27:24.681Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28162026-04-05T00:27:25.513Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28172026-04-05T00:27:25.627Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28182026-04-05T00:27:26.263Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28192026-04-05T00:27:27.497Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28202026-04-05T00:27:27.726Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28212026-04-05T00:27:27.789Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28222026-04-05T00:27:27.956Z Compiling cargo_toml v0.22.3
28232026-04-05T00:27:28.012Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28242026-04-05T00:27:28.538Z Compiling sct v0.7.1
28252026-04-05T00:27:28.817Z Compiling rustls-webpki v0.101.7
28262026-04-05T00:27:29.165Z Compiling nix v0.29.0
28272026-04-05T00:27:29.561Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28282026-04-05T00:27:29.625Z Compiling secrecy v0.8.0
28292026-04-05T00:27:29.826Z Compiling void v1.0.2
28302026-04-05T00:27:29.980Z Compiling lzss v0.8.2
28312026-04-05T00:27:30.142Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28322026-04-05T00:27:30.281Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28332026-04-05T00:27:30.579Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28342026-04-05T00:27:30.608Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28352026-04-05T00:27:30.701Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28362026-04-05T00:27:31.057Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28372026-04-05T00:27:31.501Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28382026-04-05T00:27:31.536Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28392026-04-05T00:27:32.210Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28402026-04-05T00:27:32.386Z Compiling tungstenite v0.23.0
28412026-04-05T00:27:32.457Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28422026-04-05T00:27:32.637Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28432026-04-05T00:27:32.683Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28442026-04-05T00:27:32.870Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28452026-04-05T00:27:32.916Z Compiling nix v0.27.1
28462026-04-05T00:27:33.093Z Compiling serde_bytes v0.11.19
28472026-04-05T00:27:33.402Z Compiling tokio-tungstenite v0.23.1
28482026-04-05T00:27:33.514Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28492026-04-05T00:27:33.846Z Compiling git2 v0.20.4
28502026-04-05T00:27:33.904Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28512026-04-05T00:27:34.062Z Compiling tokio-rustls v0.24.1
28522026-04-05T00:27:34.371Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28532026-04-05T00:27:34.716Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28542026-04-05T00:27:35.204Z Compiling xz2 v0.1.7
28552026-04-05T00:27:35.551Z Compiling ron v0.12.0
28562026-04-05T00:27:36.802Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28572026-04-05T00:27:36.889Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28582026-04-05T00:27:37.289Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28592026-04-05T00:27:38.689Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28602026-04-05T00:27:39.410Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28612026-04-05T00:27:39.431Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28622026-04-05T00:27:40.630Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28632026-04-05T00:27:40.653Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28642026-04-05T00:27:41.446Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28652026-04-05T00:27:41.845Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28662026-04-05T00:27:42.265Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28672026-04-05T00:27:43.202Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28682026-04-05T00:27:43.565Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28692026-04-05T00:27:44.438Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28702026-04-05T00:27:44.650Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28712026-04-05T00:27:45.936Z Compiling rustls-pemfile v1.0.4
28722026-04-05T00:27:46.358Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28732026-04-05T00:27:46.829Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28742026-04-05T00:27:47.404Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28752026-04-05T00:27:47.639Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28762026-04-05T00:27:47.781Z Compiling signal-hook-tokio v0.3.1
28772026-04-05T00:27:47.867Z Compiling twox-hash v2.1.2
28782026-04-05T00:27:47.966Z Compiling yasna v0.5.2
28792026-04-05T00:27:48.083Z Compiling is_ci v1.2.0
28802026-04-05T00:27:48.297Z Compiling base16ct v1.0.0
28812026-04-05T00:27:48.545Z Compiling rcgen v0.12.1
28822026-04-05T00:27:48.590Z Compiling supports-color v3.0.2
28832026-04-05T00:27:48.612Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28842026-04-05T00:27:48.915Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28852026-04-05T00:27:49.493Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28862026-04-05T00:27:49.658Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28872026-04-05T00:27:49.837Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28882026-04-05T00:27:50.513Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28892026-04-05T00:27:51.152Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28902026-04-05T00:27:52.035Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28912026-04-05T00:27:52.177Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28922026-04-05T00:27:52.965Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28932026-04-05T00:27:53.131Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28942026-04-05T00:27:54.772Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28952026-04-05T00:27:55.044Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28962026-04-05T00:27:55.267Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28972026-04-05T00:27:55.291Z Compiling fatfs v0.3.6
28982026-04-05T00:27:55.486Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28992026-04-05T00:27:56.493Z Compiling subprocess v0.2.15
29002026-04-05T00:27:56.863Z Compiling rtoolbox v0.0.3
29012026-04-05T00:27:57.141Z Compiling assert_matches v1.5.0
29022026-04-05T00:27:57.253Z Compiling seq-macro v0.3.6
29032026-04-05T00:27:57.749Z Compiling rpassword v7.4.0
29042026-04-05T00:27:58.034Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29052026-04-05T00:27:58.740Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29062026-04-05T00:27:59.105Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29072026-04-05T00:27:59.425Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29082026-04-05T00:27:59.647Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29092026-04-05T00:27:59.702Z Compiling tui-tree-widget v0.23.1
29102026-04-05T00:27:59.785Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29112026-04-05T00:27:59.988Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29122026-04-05T00:28:00.504Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29132026-04-05T00:28:01.832Z Compiling uzers v0.12.2
29142026-04-05T00:28:03.025Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29152026-04-05T00:28:03.089Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29162026-04-05T00:28:04.228Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29172026-04-05T00:28:06.902Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29182026-04-05T00:28:07.589Z Compiling support-bundle-viewer v0.1.2
29192026-04-05T00:28:09.486Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29202026-04-05T00:28:09.615Z Compiling multimap v0.10.1
29212026-04-05T00:28:12.939Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29222026-04-05T00:28:28.524Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29232026-04-05T00:28:31.017Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29242026-04-05T00:34:45.214Z Finished `release` profile [optimized] target(s) in 8m 29s
29252026-04-05T00:35:27.187Z
29262026-04-05T00:35:27.187Zreal 9:12.326524436
29272026-04-05T00:35:27.190Zuser 1:17:05.198238250
29282026-04-05T00:35:27.190Zsys 3:22.591251168
29292026-04-05T00:35:27.190Ztrap 1.725456948
29302026-04-05T00:35:27.190Ztflt 1.977632708
29312026-04-05T00:35:27.190Zdflt 15.126333078
29322026-04-05T00:35:27.190Zkflt 0.002411832
29332026-04-05T00:35:27.190Zlock 7:01:25.496677803
29342026-04-05T00:35:27.190Zslp 2:15:26.272219903
29352026-04-05T00:35:27.190Zlat 2:29.630049179
29362026-04-05T00:35:27.190Zstop 5:16.979163168
29372026-04-05T00:35:27.190Z+ mapfile -t packages
29382026-04-05T00:35:27.190Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29392026-04-05T00:35:28.129Z Finished `release` profile [optimized] target(s) in 0.93s
29402026-04-05T00:35:28.206Z Running `target/release/omicron-package -t test list-outputs`
29412026-04-05T00:35:28.263ZLogging to: /work/oxidecomputer/omicron/out/LOG
29422026-04-05T00:35:28.266Z+ ptime -m cargo build --locked --release -p xtask
29432026-04-05T00:35:28.792Z Compiling libc v0.2.180
29442026-04-05T00:35:28.792Z Compiling serde v1.0.228
29452026-04-05T00:35:28.792Z Compiling serde_core v1.0.228
29462026-04-05T00:35:28.795Z Compiling rustix v1.1.3
29472026-04-05T00:35:28.795Z Compiling serde_json v1.0.149
29482026-04-05T00:35:28.795Z Compiling bitflags v2.11.0
29492026-04-05T00:35:28.895Z Compiling num-traits v0.2.19
29502026-04-05T00:35:28.902Z Compiling smallvec v1.15.1
29512026-04-05T00:35:28.911Z Compiling syn v2.0.117
29522026-04-05T00:35:28.948Z Compiling hashbrown v0.16.1
29532026-04-05T00:35:28.988Z Compiling usdt-impl v0.5.0
29542026-04-05T00:35:28.991Z Compiling syn v1.0.109
29552026-04-05T00:35:29.008Z Compiling log v0.4.29
29562026-04-05T00:35:29.019Z Compiling getrandom v0.4.1
29572026-04-05T00:35:29.162Z Compiling percent-encoding v2.3.2
29582026-04-05T00:35:29.251Z Compiling fs-err v3.3.0
29592026-04-05T00:35:29.273Z Compiling heck v0.4.1
29602026-04-05T00:35:29.307Z Compiling form_urlencoded v1.2.2
29612026-04-05T00:35:29.395Z Compiling anyhow v1.0.102
29622026-04-05T00:35:29.395Z Compiling once_cell v1.21.3
29632026-04-05T00:35:29.553Z Compiling indexmap v2.13.0
29642026-04-05T00:35:29.679Z Compiling errno v0.3.14
29652026-04-05T00:35:29.683Z Compiling thread-id v4.2.2
29662026-04-05T00:35:29.684Z Compiling memmap v0.7.0
29672026-04-05T00:35:29.995Z Compiling ordered-float v2.10.1
29682026-04-05T00:35:30.500Z Compiling proc-macro-error v1.0.4
29692026-04-05T00:35:30.711Z Compiling terminal_size v0.4.3
29702026-04-05T00:35:30.711Z Compiling tempfile v3.25.0
29712026-04-05T00:35:30.745Z Compiling tabled_derive v0.7.0
29722026-04-05T00:35:30.812Z Compiling clap_builder v4.5.60
29732026-04-05T00:35:30.814Z Compiling textwrap v0.16.2
29742026-04-05T00:35:30.945Z Compiling camino-tempfile v1.4.1
29752026-04-05T00:35:31.387Z Compiling tabled v0.15.0
29762026-04-05T00:35:31.475Z Compiling synstructure v0.13.2
29772026-04-05T00:35:31.475Z Compiling pest_generator v2.8.6
29782026-04-05T00:35:31.863Z Compiling serde_derive v1.0.228
29792026-04-05T00:35:31.863Z Compiling zerofrom-derive v0.1.6
29802026-04-05T00:35:32.054Z Compiling yoke-derive v0.8.1
29812026-04-05T00:35:32.068Z Compiling zerovec-derive v0.11.2
29822026-04-05T00:35:32.089Z Compiling displaydoc v0.2.5
29832026-04-05T00:35:32.108Z Compiling thiserror-impl v1.0.69
29842026-04-05T00:35:32.175Z Compiling zerocopy-derive v0.7.35
29852026-04-05T00:35:32.184Z Compiling pest_derive v2.8.6
29862026-04-05T00:35:32.221Z Compiling scroll_derive v0.12.1
29872026-04-05T00:35:32.258Z Compiling thiserror-impl v2.0.18
29882026-04-05T00:35:32.298Z Compiling clap_derive v4.5.55
29892026-04-05T00:35:32.796Z Compiling zerofrom v0.1.6
29902026-04-05T00:35:32.872Z Compiling scroll v0.12.0
29912026-04-05T00:35:32.947Z Compiling yoke v0.8.1
29922026-04-05T00:35:32.978Z Compiling zerocopy v0.7.35
29932026-04-05T00:35:33.171Z Compiling zerovec v0.11.5
29942026-04-05T00:35:33.197Z Compiling zerotrie v0.2.3
29952026-04-05T00:35:33.223Z Compiling thiserror v1.0.69
29962026-04-05T00:35:33.349Z Compiling dtrace-parser v0.2.0
29972026-04-05T00:35:33.558Z Compiling goblin v0.8.2
29982026-04-05T00:35:33.657Z Compiling thiserror v2.0.18
29992026-04-05T00:35:33.734Z Compiling tinystr v0.8.2
30002026-04-05T00:35:33.784Z Compiling potential_utf v0.1.4
30012026-04-05T00:35:33.941Z Compiling icu_locale_core v2.1.1
30022026-04-05T00:35:33.965Z Compiling icu_collections v2.1.1
30032026-04-05T00:35:33.981Z Compiling clap v4.5.60
30042026-04-05T00:35:34.657Z Compiling icu_provider v2.1.1
30052026-04-05T00:35:35.109Z Compiling serde_spanned v0.6.9
30062026-04-05T00:35:35.123Z Compiling toml_datetime v0.6.11
30072026-04-05T00:35:35.143Z Compiling icu_properties v2.1.2
30082026-04-05T00:35:35.188Z Compiling icu_normalizer v2.1.1
30092026-04-05T00:35:35.293Z Compiling dof v0.3.0
30102026-04-05T00:35:35.419Z Compiling toml_edit v0.22.27
30112026-04-05T00:35:35.533Z Compiling serde_tokenstream v0.2.3
30122026-04-05T00:35:35.684Z Compiling serde-value v0.7.0
30132026-04-05T00:35:35.795Z Compiling cargo-platform v0.2.0
30142026-04-05T00:35:35.851Z Compiling macaddr v1.0.1
30152026-04-05T00:35:36.038Z Compiling idna_adapter v1.2.1
30162026-04-05T00:35:36.103Z Compiling usdt-macro v0.5.0
30172026-04-05T00:35:36.103Z Compiling usdt-attr-macro v0.5.0
30182026-04-05T00:35:36.150Z Compiling idna v1.1.0
30192026-04-05T00:35:36.471Z Compiling url v2.5.8
30202026-04-05T00:35:36.945Z Compiling usdt v0.5.0
30212026-04-05T00:35:37.049Z Compiling toml v0.8.23
30222026-04-05T00:35:37.507Z Compiling cargo-util-schemas v0.8.2
30232026-04-05T00:35:37.528Z Compiling cargo_toml v0.21.0
30242026-04-05T00:35:38.526Z Compiling cargo_metadata v0.21.0
30252026-04-05T00:35:41.613Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30262026-04-05T00:35:44.611Z Finished `release` profile [optimized] target(s) in 16.33s
30272026-04-05T00:35:44.774Z
30282026-04-05T00:35:44.774Zreal 16.468967223
30292026-04-05T00:35:44.774Zuser 2:22.044971685
30302026-04-05T00:35:44.774Zsys 16.729269891
30312026-04-05T00:35:44.774Ztrap 0.098252981
30322026-04-05T00:35:44.774Ztflt 0.647384096
30332026-04-05T00:35:44.777Zdflt 1.620787010
30342026-04-05T00:35:44.777Zkflt 0.000046736
30352026-04-05T00:35:44.777Zlock 5:14.416072961
30362026-04-05T00:35:44.777Zslp 3:21.915885173
30372026-04-05T00:35:44.777Zlat 6.614853278
30382026-04-05T00:35:44.777Zstop 18.154218044
30392026-04-05T00:35:44.777Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30402026-04-05T00:35:44.778Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30412026-04-05T00:35:44.778Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30422026-04-05T00:35:44.778Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30432026-04-05T00:35:44.778Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30442026-04-05T00:35:45.705Z Compiling regress v0.10.5
30452026-04-05T00:35:45.708Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30462026-04-05T00:35:45.708Z Compiling serde_spanned v1.0.4
30472026-04-05T00:35:45.850Z Compiling toml_writer v1.0.6+spec-1.1.0
30482026-04-05T00:35:45.853Z Compiling newtype-uuid-macros v0.1.0
30492026-04-05T00:35:45.853Z Compiling progenitor-client v0.13.0
30502026-04-05T00:35:45.853Z Compiling structmeta-derive v0.3.0
30512026-04-05T00:35:45.853Z Compiling rustls v0.22.4
30522026-04-05T00:35:45.853Z Compiling rustls-webpki v0.102.8
30532026-04-05T00:35:45.853Z Compiling multer v3.1.0
30542026-04-05T00:35:45.853Z Compiling match_cfg v0.1.0
30552026-04-05T00:35:45.870Z Compiling debug-ignore v1.0.5
30562026-04-05T00:35:45.871Z Compiling slog-json v2.6.1
30572026-04-05T00:35:45.874Z Compiling async-stream-impl v0.3.6
30582026-04-05T00:35:45.874Z Compiling dropshot v0.16.7
30592026-04-05T00:35:45.874Z Compiling itertools v0.14.0
30602026-04-05T00:35:46.098Z Compiling hostname v0.3.1
30612026-04-05T00:35:46.114Z Compiling waitgroup v0.1.2
30622026-04-05T00:35:46.116Z Compiling rustls-pemfile v2.2.0
30632026-04-05T00:35:46.162Z Compiling dropshot_endpoint v0.16.7
30642026-04-05T00:35:46.223Z Compiling slog-bunyan v2.5.0
30652026-04-05T00:35:46.252Z Compiling toml v0.9.12+spec-1.1.0
30662026-04-05T00:35:46.302Z Compiling serde_path_to_error v0.1.20
30672026-04-05T00:35:46.305Z Compiling hostname v0.4.2
30682026-04-05T00:35:46.335Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30692026-04-05T00:35:46.353Z Compiling macaddr v1.0.1
30702026-04-05T00:35:46.374Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30712026-04-05T00:35:46.390Z Compiling progenitor-client v0.10.0
30722026-04-05T00:35:46.519Z Compiling instant v0.1.13
30732026-04-05T00:35:46.540Z Compiling backon v1.6.0
30742026-04-05T00:35:46.572Z Compiling async-stream v0.3.6
30752026-04-05T00:35:46.600Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30762026-04-05T00:35:46.649Z Compiling backoff v0.4.0
30772026-04-05T00:35:46.672Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30782026-04-05T00:35:46.733Z Compiling progenitor-extras v0.1.1
30792026-04-05T00:35:46.750Z Compiling crucible-workspace-hack v0.1.0
30802026-04-05T00:35:46.767Z Compiling toml v0.8.23
30812026-04-05T00:35:46.785Z Compiling universal-hash v0.5.1
30822026-04-05T00:35:46.815Z Compiling unsafe-libyaml v0.2.11
30832026-04-05T00:35:46.831Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30842026-04-05T00:35:46.889Z Compiling opaque-debug v0.3.1
30852026-04-05T00:35:46.906Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30862026-04-05T00:35:46.939Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30872026-04-05T00:35:46.995Z Compiling half v2.7.1
30882026-04-05T00:35:46.995Z Compiling ciborium-io v0.2.2
30892026-04-05T00:35:47.027Z Compiling convert_case v0.4.0
30902026-04-05T00:35:47.049Z Compiling aead v0.5.2
30912026-04-05T00:35:47.068Z Compiling secrecy v0.10.3
30922026-04-05T00:35:47.132Z Compiling poly1305 v0.8.0
30932026-04-05T00:35:47.135Z Compiling structmeta v0.3.0
30942026-04-05T00:35:47.174Z Compiling chacha20 v0.9.1
30952026-04-05T00:35:47.222Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
30962026-04-05T00:35:47.246Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30972026-04-05T00:35:47.278Z Compiling ciborium-ll v0.2.2
30982026-04-05T00:35:47.321Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
30992026-04-05T00:35:47.393Z Compiling derive-ex v0.1.8
31002026-04-05T00:35:47.430Z Compiling parse-display-derive v0.10.0
31012026-04-05T00:35:47.447Z Compiling serde_yaml v0.9.34+deprecated
31022026-04-05T00:35:47.466Z Compiling ciborium v0.2.2
31032026-04-05T00:35:47.501Z Compiling derive_more v0.99.20
31042026-04-05T00:35:47.518Z Compiling typify-impl v0.6.1
31052026-04-05T00:35:47.577Z Compiling thiserror-impl-no-std v2.0.2
31062026-04-05T00:35:47.595Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31072026-04-05T00:35:47.614Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31082026-04-05T00:35:47.634Z Compiling byte-wrapper v0.1.0
31092026-04-05T00:35:47.678Z Compiling password-hash v0.5.0
31102026-04-05T00:35:47.726Z Compiling blake2 v0.10.6
31112026-04-05T00:35:47.920Z Compiling chacha20poly1305 v0.10.1
31122026-04-05T00:35:47.977Z Compiling indent_write v2.2.0
31132026-04-05T00:35:47.998Z Compiling argon2 v0.5.3
31142026-04-05T00:35:48.065Z Compiling toml_edit v0.23.10+spec-1.0.0
31152026-04-05T00:35:48.094Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31162026-04-05T00:35:48.115Z Compiling heapless v0.8.0
31172026-04-05T00:35:48.144Z Compiling ingot-macros v0.1.1
31182026-04-05T00:35:48.324Z Compiling tokio-rustls v0.25.0
31192026-04-05T00:35:48.362Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31202026-04-05T00:35:48.631Z Compiling proc-macro-crate v3.4.0
31212026-04-05T00:35:48.665Z Compiling tabwriter v1.4.1
31222026-04-05T00:35:48.803Z Compiling thiserror-no-std v2.0.2
31232026-04-05T00:35:48.924Z Compiling vsss-rs v3.3.4
31242026-04-05T00:35:48.941Z Compiling hash32 v0.3.1
31252026-04-05T00:35:48.957Z Compiling smoltcp v0.11.0
31262026-04-05T00:35:49.017Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31272026-04-05T00:35:49.121Z Compiling test-strategy v0.4.5
31282026-04-05T00:35:49.181Z Compiling cobs v0.3.0
31292026-04-05T00:35:49.198Z Compiling parse-display v0.10.0
31302026-04-05T00:35:49.217Z Compiling num_enum_derive v0.7.5
31312026-04-05T00:35:49.236Z Compiling foreign-types-macros v0.2.3
31322026-04-05T00:35:49.271Z Compiling cpufeatures v0.3.0
31332026-04-05T00:35:49.336Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31342026-04-05T00:35:49.399Z Compiling foreign-types-shared v0.3.1
31352026-04-05T00:35:49.415Z Compiling colored v3.1.1
31362026-04-05T00:35:49.462Z Compiling chacha20 v0.10.0
31372026-04-05T00:35:49.561Z Compiling postcard v1.1.3
31382026-04-05T00:35:49.818Z Compiling proc-macro-crate v1.3.1
31392026-04-05T00:35:49.849Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31402026-04-05T00:35:49.904Z Compiling foreign-types v0.5.0
31412026-04-05T00:35:49.923Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31422026-04-05T00:35:49.940Z Compiling cstr-argument v0.1.2
31432026-04-05T00:35:49.957Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31442026-04-05T00:35:49.995Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31452026-04-05T00:35:50.013Z Compiling rand v0.10.0
31462026-04-05T00:35:50.083Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31472026-04-05T00:35:50.122Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31482026-04-05T00:35:50.210Z Compiling num-rational v0.4.2
31492026-04-05T00:35:50.248Z Compiling num-complex v0.4.6
31502026-04-05T00:35:50.264Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31512026-04-05T00:35:50.281Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31522026-04-05T00:35:50.281Z Compiling num_enum_derive v0.5.11
31532026-04-05T00:35:50.333Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31542026-04-05T00:35:50.371Z Compiling num_enum v0.7.5
31552026-04-05T00:35:50.404Z Compiling prettyplease v0.2.37
31562026-04-05T00:35:50.484Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31572026-04-05T00:35:50.519Z Compiling camino-tempfile v1.4.1
31582026-04-05T00:35:50.555Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31592026-04-05T00:35:50.691Z Compiling num v0.4.3
31602026-04-05T00:35:50.724Z Compiling float-ord v0.3.2
31612026-04-05T00:35:50.752Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31622026-04-05T00:35:50.786Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31632026-04-05T00:35:50.815Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31642026-04-05T00:35:50.830Z Compiling smf v0.2.3
31652026-04-05T00:35:50.872Z Compiling num-derive v0.4.2
31662026-04-05T00:35:50.926Z Compiling sigpipe v0.1.3
31672026-04-05T00:35:50.943Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31682026-04-05T00:35:50.962Z Compiling glob v0.3.3
31692026-04-05T00:35:51.039Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31702026-04-05T00:35:51.056Z Compiling whoami v1.6.1
31712026-04-05T00:35:51.099Z Compiling ingot-types v0.1.2
31722026-04-05T00:35:51.186Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31732026-04-05T00:35:51.271Z Compiling gethostname v0.5.0
31742026-04-05T00:35:51.315Z Compiling usdt-macro v0.5.0
31752026-04-05T00:35:51.383Z Compiling usdt-attr-macro v0.5.0
31762026-04-05T00:35:51.399Z Compiling derive-where v1.6.0
31772026-04-05T00:35:51.402Z Compiling memmap v0.7.0
31782026-04-05T00:35:51.402Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31792026-04-05T00:35:51.450Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31802026-04-05T00:35:51.453Z Compiling num_enum v0.5.11
31812026-04-05T00:35:51.453Z Compiling atomicwrites v0.4.4
31822026-04-05T00:35:51.543Z Compiling ingot v0.1.1
31832026-04-05T00:35:51.588Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31842026-04-05T00:35:51.610Z Compiling owo-colors v4.3.0
31852026-04-05T00:35:51.634Z Compiling cancel-safe-futures v0.1.5
31862026-04-05T00:35:51.700Z Compiling libsw-core v0.3.2
31872026-04-05T00:35:51.872Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31882026-04-05T00:35:51.906Z Compiling async-recursion v1.1.1
31892026-04-05T00:35:51.929Z Compiling resolv-conf v0.7.6
31902026-04-05T00:35:51.993Z Compiling libsw v3.5.0
31912026-04-05T00:35:52.093Z Compiling typify-impl v0.4.3
31922026-04-05T00:35:52.109Z Compiling typify-macro v0.6.1
31932026-04-05T00:35:52.127Z Compiling libefi-sys v0.1.0
31942026-04-05T00:35:52.205Z Compiling linear-map v1.2.0
31952026-04-05T00:35:52.235Z Compiling usdt v0.5.0
31962026-04-05T00:35:52.263Z Compiling hickory-proto v0.24.4
31972026-04-05T00:35:52.280Z Compiling newline-converter v0.3.0
31982026-04-05T00:35:52.295Z Compiling console v0.15.11
31992026-04-05T00:35:52.312Z Compiling bitfield-struct v0.6.2
32002026-04-05T00:35:52.367Z Compiling semver v0.1.20
32012026-04-05T00:35:52.419Z Compiling linked-hash-map v0.5.6
32022026-04-05T00:35:52.539Z Compiling pin-project-internal v1.1.11
32032026-04-05T00:35:52.614Z Compiling lru-cache v0.1.2
32042026-04-05T00:35:52.635Z Compiling expectorate v1.2.0
32052026-04-05T00:35:52.652Z Compiling rustc_version v0.1.7
32062026-04-05T00:35:52.681Z Compiling slog-dtrace v0.3.0
32072026-04-05T00:35:52.763Z Compiling minimal-lexical v0.2.1
32082026-04-05T00:35:52.799Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32092026-04-05T00:35:52.815Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32102026-04-05T00:35:52.836Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32112026-04-05T00:35:52.903Z Compiling tokio-dtrace v0.1.1
32122026-04-05T00:35:52.920Z Compiling newtype_derive v0.1.6
32132026-04-05T00:35:52.923Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32142026-04-05T00:35:53.013Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32152026-04-05T00:35:53.028Z Compiling nom v7.1.3
32162026-04-05T00:35:53.053Z Compiling dropshot-api-manager-types v0.6.0
32172026-04-05T00:35:53.074Z Compiling phf_shared v0.12.1
32182026-04-05T00:35:53.141Z Compiling pem v3.0.6
32192026-04-05T00:35:53.207Z Compiling snafu-derive v0.8.9
32202026-04-05T00:35:53.277Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32212026-04-05T00:35:53.340Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32222026-04-05T00:35:53.402Z Compiling csv-core v0.1.13
32232026-04-05T00:35:53.506Z Compiling highway v1.3.0
32242026-04-05T00:35:53.523Z Compiling base64 v0.21.7
32252026-04-05T00:35:53.526Z Compiling xshell-macros v0.2.7
32262026-04-05T00:35:53.687Z Compiling chrono-tz v0.10.4
32272026-04-05T00:35:53.716Z Compiling pin-project v1.1.11
32282026-04-05T00:35:53.764Z Compiling same-file v1.0.6
32292026-04-05T00:35:53.843Z Compiling csv v1.4.0
32302026-04-05T00:35:53.873Z Compiling const_format_proc_macros v0.2.34
32312026-04-05T00:35:53.916Z Compiling walkdir v2.5.0
32322026-04-05T00:35:53.935Z Compiling typify v0.6.1
32332026-04-05T00:35:53.953Z Compiling phf v0.12.1
32342026-04-05T00:35:53.970Z Compiling xshell v0.2.7
32352026-04-05T00:35:54.033Z Compiling oxide-tokio-rt v0.1.3
32362026-04-05T00:35:54.075Z Compiling progenitor-impl v0.13.0
32372026-04-05T00:35:54.126Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32382026-04-05T00:35:54.376Z Compiling hickory-resolver v0.24.4
32392026-04-05T00:35:54.396Z Compiling globset v0.4.18
32402026-04-05T00:35:54.421Z Compiling olpc-cjson v0.1.4
32412026-04-05T00:35:54.424Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32422026-04-05T00:35:54.460Z Compiling primeorder v0.13.6
32432026-04-05T00:35:54.530Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32442026-04-05T00:35:54.560Z Compiling serde_plain v1.0.2
32452026-04-05T00:35:54.622Z Compiling typed-path v0.9.3
32462026-04-05T00:35:54.776Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32472026-04-05T00:35:54.796Z Compiling const_format v0.2.35
32482026-04-05T00:35:54.812Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32492026-04-05T00:35:55.001Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32502026-04-05T00:35:55.038Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32512026-04-05T00:35:55.152Z Compiling tabled_derive v0.7.0
32522026-04-05T00:35:55.217Z Compiling bcs v0.1.6
32532026-04-05T00:35:55.257Z Compiling snafu v0.8.9
32542026-04-05T00:35:55.538Z Compiling qorb v0.4.1
32552026-04-05T00:35:55.565Z Compiling tough v0.20.0
32562026-04-05T00:35:55.618Z Compiling radium v0.7.0
32572026-04-05T00:35:55.658Z Compiling termtree v0.5.1
32582026-04-05T00:35:55.675Z Compiling salty v0.3.0
32592026-04-05T00:35:55.847Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32602026-04-05T00:35:55.892Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32612026-04-05T00:35:55.916Z Compiling utf-8 v0.7.6
32622026-04-05T00:35:56.002Z Compiling textwrap v0.16.2
32632026-04-05T00:35:56.074Z Compiling tungstenite v0.21.0
32642026-04-05T00:35:56.103Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32652026-04-05T00:35:56.131Z Compiling steno v0.4.1
32662026-04-05T00:35:56.172Z Compiling tabled v0.15.0
32672026-04-05T00:35:56.290Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32682026-04-05T00:35:56.355Z Compiling maybe-uninit v2.0.0
32692026-04-05T00:35:56.388Z Compiling tap v1.0.1
32702026-04-05T00:35:56.465Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32712026-04-05T00:35:56.518Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32722026-04-05T00:35:56.533Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32732026-04-05T00:35:56.685Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32742026-04-05T00:35:56.702Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32752026-04-05T00:35:56.720Z Compiling typify-macro v0.4.3
32762026-04-05T00:35:56.820Z Compiling progenitor-macro v0.13.0
32772026-04-05T00:35:56.840Z Compiling humantime v2.3.0
32782026-04-05T00:35:57.029Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32792026-04-05T00:35:57.143Z Compiling tokio-tungstenite v0.21.0
32802026-04-05T00:35:57.161Z Compiling wyz v0.5.1
32812026-04-05T00:35:57.196Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32822026-04-05T00:35:57.410Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32832026-04-05T00:35:57.652Z Compiling p384 v0.13.1
32842026-04-05T00:35:57.754Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32852026-04-05T00:35:57.968Z Compiling arc-swap v1.8.2
32862026-04-05T00:35:58.020Z Compiling funty v2.0.0
32872026-04-05T00:35:58.236Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32882026-04-05T00:35:58.278Z Compiling tagptr v0.2.0
32892026-04-05T00:35:58.299Z Compiling packed_struct v0.10.1
32902026-04-05T00:35:58.458Z Compiling moka v0.12.13
32912026-04-05T00:35:58.498Z Compiling bitvec v1.0.1
32922026-04-05T00:35:58.515Z Compiling typify v0.4.3
32932026-04-05T00:35:58.581Z Compiling slog-scope v4.4.1
32942026-04-05T00:35:58.627Z Compiling progenitor-impl v0.10.0
32952026-04-05T00:35:58.660Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32962026-04-05T00:35:58.722Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32972026-04-05T00:35:58.740Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32982026-04-05T00:35:58.760Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32992026-04-05T00:35:58.777Z Compiling polyval v0.6.2
33002026-04-05T00:35:58.869Z Compiling packed_struct_codegen v0.10.1
33012026-04-05T00:35:59.046Z Compiling bitfield-macros v0.19.4
33022026-04-05T00:35:59.126Z Compiling zerocopy-derive v0.6.6
33032026-04-05T00:35:59.265Z Compiling proc-macro-error-attr2 v2.0.0
33042026-04-05T00:35:59.514Z Compiling indexmap v1.9.3
33052026-04-05T00:35:59.612Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33062026-04-05T00:35:59.633Z Compiling nodrop v0.1.14
33072026-04-05T00:35:59.748Z Compiling crc-catalog v2.4.0
33082026-04-05T00:35:59.764Z Compiling parking_lot_core v0.8.6
33092026-04-05T00:35:59.767Z Compiling proc-macro-error2 v2.0.1
33102026-04-05T00:35:59.815Z Compiling bitfield v0.19.4
33112026-04-05T00:35:59.850Z Compiling crc v3.4.0
33122026-04-05T00:35:59.870Z Compiling array-init v0.0.4
33132026-04-05T00:35:59.886Z Compiling hickory-resolver v0.25.2
33142026-04-05T00:35:59.996Z Compiling ghash v0.5.1
33152026-04-05T00:36:00.068Z Compiling zerocopy v0.6.6
33162026-04-05T00:36:00.102Z Compiling smallvec v0.6.14
33172026-04-05T00:36:00.134Z Compiling slog-stdlog v4.1.1
33182026-04-05T00:36:00.139Z Compiling git-stub v1.0.0
33192026-04-05T00:36:00.167Z Compiling num-derive v0.3.3
33202026-04-05T00:36:00.173Z Compiling ctr v0.9.2
33212026-04-05T00:36:00.251Z Compiling lzma-sys v0.1.20
33222026-04-05T00:36:00.271Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33232026-04-05T00:36:00.364Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33242026-04-05T00:36:00.396Z Compiling unicase v2.9.0
33252026-04-05T00:36:00.413Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33262026-04-05T00:36:00.434Z Compiling hashbrown v0.12.3
33272026-04-05T00:36:00.450Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33282026-04-05T00:36:00.539Z Compiling aes-gcm v0.10.3
33292026-04-05T00:36:00.634Z Compiling mime_guess v2.0.5
33302026-04-05T00:36:00.676Z Compiling serde-hex v0.1.0
33312026-04-05T00:36:00.691Z Compiling git-stub-vcs v0.1.0
33322026-04-05T00:36:00.736Z Compiling slog-envlogger v2.2.0
33332026-04-05T00:36:00.765Z Compiling tabled_derive v0.11.0
33342026-04-05T00:36:01.117Z Compiling libscf-sys v1.1.0
33352026-04-05T00:36:01.230Z Compiling progenitor-impl v0.11.2
33362026-04-05T00:36:01.299Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33372026-04-05T00:36:01.321Z Compiling progenitor-macro v0.10.0
33382026-04-05T00:36:01.377Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33392026-04-05T00:36:01.393Z Compiling ron v0.8.1
33402026-04-05T00:36:01.413Z Compiling papergrid v0.17.0
33412026-04-05T00:36:01.430Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33422026-04-05T00:36:01.474Z Compiling cargo_toml v0.22.3
33432026-04-05T00:36:01.859Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33442026-04-05T00:36:01.889Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33452026-04-05T00:36:01.944Z Compiling hashbrown v0.13.2
33462026-04-05T00:36:01.961Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33472026-04-05T00:36:01.964Z Compiling progenitor v0.13.0
33482026-04-05T00:36:01.999Z Compiling testing_table v0.3.0
33492026-04-05T00:36:02.132Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33502026-04-05T00:36:02.190Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33512026-04-05T00:36:02.374Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33522026-04-05T00:36:02.453Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33532026-04-05T00:36:02.469Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33542026-04-05T00:36:02.486Z Compiling ssh-encoding v0.2.0
33552026-04-05T00:36:02.731Z Compiling blowfish v0.9.1
33562026-04-05T00:36:02.795Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33572026-04-05T00:36:02.828Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33582026-04-05T00:36:02.881Z Compiling nibble_vec v0.1.0
33592026-04-05T00:36:03.007Z Compiling corncobs v0.1.4
33602026-04-05T00:36:03.024Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33612026-04-05T00:36:03.054Z Compiling endian-type v0.1.2
33622026-04-05T00:36:03.069Z Compiling crc-any v2.5.0
33632026-04-05T00:36:03.146Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33642026-04-05T00:36:03.192Z Compiling radix_trie v0.2.1
33652026-04-05T00:36:03.213Z Compiling bcrypt-pbkdf v0.10.0
33662026-04-05T00:36:03.229Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33672026-04-05T00:36:03.310Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33682026-04-05T00:36:03.339Z Compiling ssh-cipher v0.2.0
33692026-04-05T00:36:03.531Z Compiling object v0.30.4
33702026-04-05T00:36:03.571Z Compiling tabled v0.20.0
33712026-04-05T00:36:03.589Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33722026-04-05T00:36:03.608Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33732026-04-05T00:36:03.801Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33742026-04-05T00:36:03.925Z Compiling progenitor-macro v0.11.2
33752026-04-05T00:36:03.928Z Compiling parking_lot v0.11.2
33762026-04-05T00:36:03.968Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33772026-04-05T00:36:04.290Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33782026-04-05T00:36:04.354Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33792026-04-05T00:36:04.833Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33802026-04-05T00:36:04.878Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33812026-04-05T00:36:05.160Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33822026-04-05T00:36:05.283Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33832026-04-05T00:36:05.301Z Compiling progenitor-client v0.11.2
33842026-04-05T00:36:05.356Z Compiling prefix-trie v0.7.0
33852026-04-05T00:36:05.405Z Compiling password-hash v0.4.2
33862026-04-05T00:36:05.462Z Compiling fxhash v0.2.1
33872026-04-05T00:36:05.634Z Compiling secrecy v0.8.0
33882026-04-05T00:36:05.654Z Compiling half v1.8.3
33892026-04-05T00:36:05.780Z Compiling http-range v0.1.5
33902026-04-05T00:36:05.818Z Compiling path-slash v0.1.5
33912026-04-05T00:36:05.964Z Compiling serde_cbor v0.11.2
33922026-04-05T00:36:05.992Z Compiling hickory-server v0.25.2
33932026-04-05T00:36:06.008Z Compiling pbkdf2 v0.11.0
33942026-04-05T00:36:06.032Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33952026-04-05T00:36:06.062Z Compiling sled v0.34.7
33962026-04-05T00:36:06.256Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33972026-04-05T00:36:06.354Z Compiling progenitor v0.10.0
33982026-04-05T00:36:06.535Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33992026-04-05T00:36:06.556Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34002026-04-05T00:36:06.625Z Compiling ron v0.12.0
34012026-04-05T00:36:07.389Z Compiling xz2 v0.1.7
34022026-04-05T00:36:07.643Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34032026-04-05T00:36:07.663Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34042026-04-05T00:36:07.732Z Compiling ssh-key v0.6.7
34052026-04-05T00:36:07.757Z Compiling hickory-client v0.25.2
34062026-04-05T00:36:08.023Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34072026-04-05T00:36:08.116Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34082026-04-05T00:36:08.150Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
34092026-04-05T00:36:08.150Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34102026-04-05T00:36:08.221Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34112026-04-05T00:36:08.542Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34122026-04-05T00:36:08.704Z Compiling p256 v0.13.2
34132026-04-05T00:36:08.766Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34142026-04-05T00:36:08.786Z Compiling p521 v0.13.3
34152026-04-05T00:36:08.831Z Compiling yasna v0.5.2
34162026-04-05T00:36:08.954Z Compiling kstat-rs v0.2.4
34172026-04-05T00:36:09.115Z Compiling headers-core v0.3.0
34182026-04-05T00:36:09.135Z Compiling progenitor v0.11.2
34192026-04-05T00:36:09.269Z Compiling nanorand v0.7.0
34202026-04-05T00:36:09.287Z Compiling russh-cryptovec v0.7.3
34212026-04-05T00:36:09.287Z Compiling atty v0.2.14
34222026-04-05T00:36:09.320Z Compiling base16ct v1.0.0
34232026-04-05T00:36:09.323Z Compiling home v0.5.12
34242026-04-05T00:36:09.323Z Compiling md5 v0.7.0
34252026-04-05T00:36:09.413Z Compiling crc8 v0.1.1
34262026-04-05T00:36:09.442Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34272026-04-05T00:36:09.522Z Compiling flume v0.11.1
34282026-04-05T00:36:09.562Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34292026-04-05T00:36:09.579Z Compiling russh-keys v0.45.0
34302026-04-05T00:36:09.610Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34312026-04-05T00:36:09.628Z Compiling rcgen v0.12.1
34322026-04-05T00:36:09.646Z Compiling headers v0.4.1
34332026-04-05T00:36:09.707Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34342026-04-05T00:36:09.841Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34352026-04-05T00:36:09.879Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34362026-04-05T00:36:09.915Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34372026-04-05T00:36:09.978Z Compiling hyper-staticfile v0.10.1
34382026-04-05T00:36:10.257Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34392026-04-05T00:36:10.273Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34402026-04-05T00:36:10.429Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34412026-04-05T00:36:10.522Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34422026-04-05T00:36:10.540Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34432026-04-05T00:36:10.577Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34442026-04-05T00:36:10.828Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34452026-04-05T00:36:10.945Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34462026-04-05T00:36:11.084Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34472026-04-05T00:36:11.140Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34482026-04-05T00:36:11.220Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34492026-04-05T00:36:11.335Z Compiling num-bigint v0.4.6
34502026-04-05T00:36:11.362Z Compiling des v0.8.1
34512026-04-05T00:36:11.415Z Compiling subprocess v0.2.15
34522026-04-05T00:36:11.433Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34532026-04-05T00:36:11.597Z Compiling display-error-chain v0.2.2
34542026-04-05T00:36:11.723Z Compiling hex-literal v0.4.1
34552026-04-05T00:36:11.776Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34562026-04-05T00:36:11.867Z Compiling colored v2.2.0
34572026-04-05T00:36:11.903Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34582026-04-05T00:36:11.951Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34592026-04-05T00:36:12.006Z Compiling socket2 v0.5.10
34602026-04-05T00:36:12.215Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34612026-04-05T00:36:12.232Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34622026-04-05T00:36:12.265Z Compiling internet-checksum v0.2.1
34632026-04-05T00:36:12.969Z Compiling russh v0.45.0
34642026-04-05T00:36:14.921Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34652026-04-05T00:36:15.612Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34662026-04-05T00:36:16.055Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34672026-04-05T00:36:16.105Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34682026-04-05T00:36:23.824Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34692026-04-05T00:36:23.824Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34702026-04-05T00:36:23.824Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34712026-04-05T00:36:23.827Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34722026-04-05T00:36:25.538Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34732026-04-05T00:36:25.585Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34742026-04-05T00:36:29.626Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34752026-04-05T00:36:49.204Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34762026-04-05T00:37:07.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
34772026-04-05T00:37:07.565Z
34782026-04-05T00:37:07.565Zreal 1:22.714240975
34792026-04-05T00:37:07.565Zuser 8:13.943516818
34802026-04-05T00:37:07.565Zsys 1:38.925791269
34812026-04-05T00:37:07.565Ztrap 0.260588230
34822026-04-05T00:37:07.565Ztflt 0.534636690
34832026-04-05T00:37:07.565Zdflt 1.723978087
34842026-04-05T00:37:07.565Zkflt 0.000307318
34852026-04-05T00:37:07.568Zlock 29:30.540260006
34862026-04-05T00:37:07.568Zslp 19:19.810459566
34872026-04-05T00:37:07.568Zlat 40.906347007
34882026-04-05T00:37:07.568Zstop 2:43.646085896
34892026-04-05T00:37:07.568Z+ mkdir tests
34902026-04-05T00:37:07.571Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34912026-04-05T00:37:07.571Z+ xargs -I '{}' -t cp '{}' tests/
34922026-04-05T00:37:07.601Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2a90c53dd433ac59 tests/
34932026-04-05T00:37:07.630Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ae677418c16c6843 tests/
34942026-04-05T00:37:07.659Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-bc7afc413043124b tests/
34952026-04-05T00:37:07.688Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e50494250465b102 tests/
34962026-04-05T00:37:07.978Z+ 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/*)
34972026-04-05T00:37:07.981Z+ 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-ae677418c16c6843 tests/commtest-bc7afc413043124b tests/dhcp_server-2a90c53dd433ac59 tests/end_to_end_tests-e50494250465b102 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
34982026-04-05T00:38:30.049ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34992026-04-05T00:38:30.049Za .github/buildomat/ci-env.sh 1K
35002026-04-05T00:38:30.050Za out/target/test 1K
35012026-04-05T00:38:30.050Za out/npuzone/npuzone 27402K
35022026-04-05T00:38:30.050Za package-manifest.toml 35K
35032026-04-05T00:38:30.050Za smf/sled-agent/non-gimlet/config.toml 6K
35042026-04-05T00:38:30.050Za target/release/omicron-package 45889K
35052026-04-05T00:38:30.050Za target/release/xtask 11439K
35062026-04-05T00:38:30.050Za target/debug/bootstrap 338945K
35072026-04-05T00:38:30.050Za tests/bootstrap-ae677418c16c6843 31310K
35082026-04-05T00:38:30.050Za tests/commtest-bc7afc413043124b 32395K
35092026-04-05T00:38:30.050Za tests/dhcp_server-2a90c53dd433ac59 31310K
35102026-04-05T00:38:30.050Za tests/end_to_end_tests-e50494250465b102 381166K
35112026-04-05T00:38:30.050Za out/clickhouse.tar.gz 309555K
35122026-04-05T00:38:30.050Za out/clickhouse_keeper.tar.gz 294982K
35132026-04-05T00:38:30.050Za out/clickhouse_server.tar.gz 309553K
35142026-04-05T00:38:30.050Za out/cockroachdb.tar.gz 157698K
35152026-04-05T00:38:30.050Za out/crucible-pantry-zone.tar.gz 40487K
35162026-04-05T00:38:30.050Za out/crucible-utils.tar 17744K
35172026-04-05T00:38:30.050Za out/crucible-zone.tar.gz 54625K
35182026-04-05T00:38:30.050Za out/external-dns.tar.gz 45165K
35192026-04-05T00:38:30.050Za out/internal-dns.tar.gz 45165K
35202026-04-05T00:38:30.050Za out/mg-ddm-gz.tar 78377K
35212026-04-05T00:38:30.050Za out/nexus.tar.gz 215510K
35222026-04-05T00:38:30.050Za out/ntp.tar.gz 26953K
35232026-04-05T00:38:30.050Za out/omicron-gateway-softnpu.tar.gz 28467K
35242026-04-05T00:38:30.050Za out/omicron-sled-agent.tar 195340K
35252026-04-05T00:38:30.050Za out/overlay.tar.gz 3K
35262026-04-05T00:38:30.050Za out/oximeter.tar.gz 59800K
35272026-04-05T00:38:30.050Za out/oxlog.tar 3782K
35282026-04-05T00:38:30.050Za out/probe.tar.gz 3037K
35292026-04-05T00:38:30.050Za out/propolis-server.tar.gz 33249K
35302026-04-05T00:38:30.050Za out/pumpkind-gz.tar 26647K
35312026-04-05T00:38:30.050Za out/switch-softnpu.tar.gz 371196K
35322026-04-05T00:38:30.054Z
35332026-04-05T00:38:30.054Zreal 1:22.053708899
35342026-04-05T00:38:30.054Zuser 1:19.545552214
35352026-04-05T00:38:30.054Zsys 4.160440536
35362026-04-05T00:38:30.054Ztrap 0.006919627
35372026-04-05T00:38:30.054Ztflt 0.000000000
35382026-04-05T00:38:30.054Zdflt 0.000000000
35392026-04-05T00:38:30.054Zkflt 0.000000000
35402026-04-05T00:38:30.054Zlock 0.000000000
35412026-04-05T00:38:30.054Zslp 1:19.439069982
35422026-04-05T00:38:30.054Zlat 0.950728818
35432026-04-05T00:38:30.054Zstop 0.000551895
35442026-04-05T00:38:30.054Zprocess exited: duration 1004452 ms, exit code 0
 
35452026-04-05T00:38:30.068Zfound 1 output files
35462026-04-05T00:38:30.068Zuploading: /work/package.tar.gz (2327819541 bytes)
35472026-04-05T00:38:57.173Zuploaded: /work/package.tar.gz