01KQ2T41C2FHBKE1X424T5JNSV: 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: 01KQ2T4F0DX1QYD6F8V8XRNB1T

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-25T17:14:46.886Zjob assigned to worker 01KQ2T4P5P0C5HC902R0MVTJ35 [factory aws, i-00bbcbe5d153e951f] (queued for 49 s)
 
22026-04-25T17:14:54.555Zstarting task 0: "setup"
32026-04-25T17:14:54.559Z++ uname -s
42026-04-25T17:14:54.562Z+ kern=SunOS
52026-04-25T17:14:54.562Z+ build_user=build
62026-04-25T17:14:54.562Z+ build_uid=12345
72026-04-25T17:14:54.562Z+ work_dir=/work
82026-04-25T17:14:54.562Z+ input_dir=/input
92026-04-25T17:14:54.562Z+ [[ 0 == 12345 ]]
102026-04-25T17:14:54.562Z+ case "$kern" in
112026-04-25T17:14:54.562Z+ groupadd -g 12345 build
122026-04-25T17:14:54.565Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-25T17:14:56.572Z+ zfs create -o mountpoint=/work rpool/work
142026-04-25T17:14:56.745Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-25T17:14:56.748Z+ home_fs=zfs
162026-04-25T17:14:56.748Z+ [[ zfs == autofs ]]
172026-04-25T17:14:56.748Z+ mkdir -p /home/build
182026-04-25T17:14:56.750Z+ chown build:build /home/build /work
192026-04-25T17:14:58.752Z+ chmod 0700 /home/build /work
202026-04-25T17:14:58.755Zprocess exited: duration 4202 ms, exit code 0
 
212026-04-25T17:14:58.761Zstarting task 1: "rust-toolchain"
222026-04-25T17:14:58.767Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-25T17:14:58.767Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-25T17:14:58.767Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-04-25T17:14:58.767Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-25T17:14:58.767Z * rust toolchain channel = "1.94.0"
272026-04-25T17:14:58.767Z * rust toolchain profile = "default"
282026-04-25T17:14:58.770Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-25T17:14:58.770Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-25T17:14:58.900Zinfo: downloading installer
312026-04-25T17:15:00.258Zwarn: It looks like you have an existing installation of Rust at:
322026-04-25T17:15:00.258Zwarn: /opt/ooce/bin
332026-04-25T17:15:00.258Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-25T17:15:00.258Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-25T17:15:00.258Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-25T17:15:00.258Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-25T17:15:00.258Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-25T17:15:00.258Zerror: cannot install while Rust is installed
392026-04-25T17:15:00.258Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-25T17:15:00.258Zwarn: It looks like you have an existing rustup settings file at:
412026-04-25T17:15:00.258Zwarn: /home/build/.rustup/settings.toml
422026-04-25T17:15:00.258Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-25T17:15:00.258Zwarn: instead of the one inferred from the default host triple.
442026-04-25T17:15:00.272Zinfo: profile set to default
452026-04-25T17:15:00.275Zinfo: default host triple is x86_64-unknown-illumos
462026-04-25T17:15:00.275Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-25T17:15:00.409Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-25T17:15:00.411Zinfo: downloading 6 components
492026-04-25T17:15:14.163Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-25T17:15:14.163Z
512026-04-25T17:15:14.194Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-25T17:15:14.194Z
532026-04-25T17:15:14.194Z
542026-04-25T17:15:14.194ZRust is installed now. Great!
552026-04-25T17:15:14.197Z
562026-04-25T17:15:14.197ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-25T17:15:14.197Zenvironment variable. This has not been done automatically.
582026-04-25T17:15:14.197Z
592026-04-25T17:15:14.197ZTo configure your current shell, you need to source
602026-04-25T17:15:14.197Zthe corresponding env file under $HOME/.cargo.
612026-04-25T17:15:14.197Z
622026-04-25T17:15:14.197ZThis is usually done by running one of the following (note the leading DOT):
632026-04-25T17:15:14.197Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-25T17:15:14.197Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-25T17:15:14.197Zsource "~/.cargo/env.nu" # For nushell
662026-04-25T17:15:14.197Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-25T17:15:14.197Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-25T17:15:14.197Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-25T17:15:14.197Zwarn: no default linker (`cc`) was found in your PATH
702026-04-25T17:15:14.197Zwarn: many Rust crates require a system C toolchain to build
712026-04-25T17:15:14.298Z+ rustup --version
722026-04-25T17:15:14.304Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-25T17:15:14.304Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-25T17:15:14.325Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-25T17:15:14.328Z+ cargo --version
762026-04-25T17:15:14.337Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-25T17:15:14.340Z+ rustc --version
782026-04-25T17:15:14.361Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-25T17:15:14.364Zprocess exited: duration 15600 ms, exit code 0
 
802026-04-25T17:15:14.369Zstarting task 2: "authentication"
812026-04-25T17:15:14.386Zprocess exited: duration 16 ms, exit code 0
 
822026-04-25T17:15:14.391Zstarting task 3: "clone repository"
832026-04-25T17:15:14.396Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-25T17:15:14.399Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-25T17:15:14.428ZCloning into '/work/oxidecomputer/omicron'...
862026-04-25T17:15:22.867Z+ cd /work/oxidecomputer/omicron
872026-04-25T17:15:22.868Z+ git fetch origin 37518ea5600441147fb98012bc8fd3cb33003b87
882026-04-25T17:15:23.168ZFrom https://github.com/oxidecomputer/omicron
892026-04-25T17:15:23.168Z * branch 37518ea5600441147fb98012bc8fd3cb33003b87 -> FETCH_HEAD
902026-04-25T17:15:23.183Z+ [[ -n '' ]]
912026-04-25T17:15:23.183Z+ git reset --hard 37518ea5600441147fb98012bc8fd3cb33003b87
922026-04-25T17:15:23.416ZHEAD is now at 37518ea56 rustfmt
932026-04-25T17:15:23.421Zprocess exited: duration 9025 ms, exit code 0
 
942026-04-25T17:15:23.427Zstarting task 4: "build"
952026-04-25T17:15:23.432Z+ source .github/buildomat/ci-env.sh
962026-04-25T17:15:23.432Z++ export CARGO_TERM_COLOR=always
972026-04-25T17:15:23.432Z++ CARGO_TERM_COLOR=always
982026-04-25T17:15:23.432Z+ cargo --version
992026-04-25T17:15:23.448Zcargo 1.94.0 (85eff7c80 2026-01-15)
1002026-04-25T17:15:23.451Z+ rustc --version
1012026-04-25T17:15:23.472Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1022026-04-25T17:15:23.474Z+ WORK=/work
1032026-04-25T17:15:23.474Z+ pfexec mkdir -p /work
1042026-04-25T17:15:23.477Z+ pfexec chown build /work
1052026-04-25T17:15:23.480Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-04-25T17:15:33.934Z Startup: Refreshing catalog 'helios-dev' ... Done
1072026-04-25T17:15:41.286Z Startup: Caching catalogs ... Done
1082026-04-25T17:15:47.714ZPlanning: Solver setup ... Done (4.890s)
1092026-04-25T17:15:47.748ZPlanning: Running solver ... Done (0.034s)
1102026-04-25T17:15:47.882ZPlanning: Finding local manifests ... Done (0.004s)
1112026-04-25T17:15:47.911ZPlanning: Fetching manifests: 0/5 0% complete
1122026-04-25T17:15:48.067ZPlanning: Fetching manifests: 5/5 100% complete
1132026-04-25T17:15:48.105ZPlanning: Package planning ... Done (0.038s)
1142026-04-25T17:15:48.141ZPlanning: Merging actions ... Done (0.035s)
1152026-04-25T17:15:48.328ZPlanning: Checking for conflicting actions ... Done (0.187s)
1162026-04-25T17:15:48.338ZPlanning: Consolidating action changes ... Done (0.009s)
1172026-04-25T17:15:49.209ZPlanning: Evaluating mediators ... Done (0.871s)
1182026-04-25T17:15:49.217ZPlanning: Planning completed in 7.76 seconds
1192026-04-25T17:15:49.229Z Packages to install: 5
1202026-04-25T17:15:49.229Z Mediators to change: 3
1212026-04-25T17:15:49.229Z Services to change: 1
1222026-04-25T17:15:49.229Z Estimated space available: 155.34 GB
1232026-04-25T17:15:49.229ZEstimated space to be consumed: 1.89 GB
1242026-04-25T17:15:49.232Z Create boot environment: No
1252026-04-25T17:15:49.232ZCreate backup boot environment: No
1262026-04-25T17:15:49.232Z Rebuild boot archive: No
1272026-04-25T17:15:49.232Z
1282026-04-25T17:15:49.232ZChanged mediators:
1292026-04-25T17:15:49.232Z mediator clang:
1302026-04-25T17:15:49.232Z version: None -> 15 (system default)
1312026-04-25T17:15:49.233Z
1322026-04-25T17:15:49.233Z mediator llvm:
1332026-04-25T17:15:49.233Z version: 14 (system default) -> 15 (system default)
1342026-04-25T17:15:49.233Z
1352026-04-25T17:15:49.233Z mediator postgresql:
1362026-04-25T17:15:49.233Z version: 15 (system default) -> 18 (system default)
1372026-04-25T17:15:49.233Z
1382026-04-25T17:15:49.233ZChanged packages:
1392026-04-25T17:15:49.233Zhelios-dev
1402026-04-25T17:15:49.233Z developer/build-essential
1412026-04-25T17:15:49.233Z None -> 11-2.0
1422026-04-25T17:15:49.233Z library/libxmlsec1
1432026-04-25T17:15:49.233Z None -> 1.2.35-2.0
1442026-04-25T17:15:49.233Z ooce/developer/clang-15
1452026-04-25T17:15:49.233Z None -> 15.0.7-2.0
1462026-04-25T17:15:49.233Z ooce/developer/llvm-15
1472026-04-25T17:15:49.233Z None -> 15.0.7-2.0
1482026-04-25T17:15:49.233Z ooce/library/postgresql-18
1492026-04-25T17:15:49.233Z None -> 18.1-2.0
1502026-04-25T17:15:49.233Z
1512026-04-25T17:15:49.233ZServices:
1522026-04-25T17:15:49.233Z restart_fmri:
1532026-04-25T17:15:49.233Z svc:/system/update-man-index:default
1542026-04-25T17:15:49.275Z
1552026-04-25T17:15:49.275ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1562026-04-25T17:15:54.936ZDownload: 1189/4272 items 60.7/219.0MB 27% complete (12.7M/s)
1572026-04-25T17:16:00.962ZDownload: 2222/4272 items 119.0/219.0MB 54% complete (12.4M/s)
1582026-04-25T17:16:09.026ZDownload: 3248/4272 items 203.1/219.0MB 92% complete (18.6M/s)
1592026-04-25T17:16:14.027ZDownload: 4222/4272 items 217.1/219.0MB 99% complete (1.4M/s)
1602026-04-25T17:16:16.036ZDownload: Completed 218.99 MB in 26.76 seconds (8.2M/s)
1612026-04-25T17:16:16.175Z Actions: 1/4789 actions (Installing new actions)
1622026-04-25T17:16:19.548Z Actions: Completed 4789 actions in 3.37 seconds.
1632026-04-25T17:16:19.826Z Done (0.273s)
1642026-04-25T17:16:19.826Z Done (0.000s)
1652026-04-25T17:16:20.451Z Done (0.625s)
1662026-04-25T17:16:23.713Z Done (2.914s)
1672026-04-25T17:16:23.789Z Done (0.014s)
1682026-04-25T17:16:23.793Z Done (0.000s)
1692026-04-25T17:16:24.014Z Done (0.000s)
1702026-04-25T17:16:24.863ZPlanning: Evaluating mediator changes ... Done
1712026-04-25T17:16:24.969ZPlanning: Checking for conflicting actions ... Done
1722026-04-25T17:16:24.971ZPlanning: Consolidating action changes ... Done
1732026-04-25T17:16:25.129ZPlanning: Evaluating mediators ... Done
1742026-04-25T17:16:25.132ZPlanning: Planning completed in 0.27 seconds
1752026-04-25T17:16:25.151Z Mediators to change: 2
1762026-04-25T17:16:25.151Z Create boot environment: No
1772026-04-25T17:16:25.151ZCreate backup boot environment: No
1782026-04-25T17:16:25.224Z Done
1792026-04-25T17:16:25.224Z Done
1802026-04-25T17:16:25.861Z Done
1812026-04-25T17:16:28.301Z Done
1822026-04-25T17:16:28.374Z Done
1832026-04-25T17:16:28.376Z Done
1842026-04-25T17:16:28.537Z Done
1852026-04-25T17:16:28.794ZPlanning: Evaluating mediator changes ... Done
1862026-04-25T17:16:28.902ZPlanning: Checking for conflicting actions ... Done
1872026-04-25T17:16:28.905ZPlanning: Consolidating action changes ... Done
1882026-04-25T17:16:29.060ZPlanning: Evaluating mediators ... Done
1892026-04-25T17:16:29.064ZPlanning: Planning completed in 0.27 seconds
1902026-04-25T17:16:29.083Z Mediators to change: 1
1912026-04-25T17:16:29.083Z Create boot environment: No
1922026-04-25T17:16:29.083ZCreate backup boot environment: No
1932026-04-25T17:16:29.139Z Done
1942026-04-25T17:16:29.139Z Done
1952026-04-25T17:16:29.734Z Done
1962026-04-25T17:16:32.169Z Done
1972026-04-25T17:16:32.237Z Done
1982026-04-25T17:16:32.240Z Done
1992026-04-25T17:16:32.511Z Done
2002026-04-25T17:16:32.792ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-04-25T17:16:32.793Zclang system 15 system
2022026-04-25T17:16:32.793Zcsh system system illumos
2032026-04-25T17:16:32.793Zctags system system illumos
2042026-04-25T17:16:32.793Zfile system system illumos
2052026-04-25T17:16:32.793Zgcc vendor 12 vendor
2062026-04-25T17:16:32.793Zgcc system 14 system
2072026-04-25T17:16:32.793Zgcc system 10 system
2082026-04-25T17:16:32.793Zgo system 1.20 system
2092026-04-25T17:16:32.793Zgo system 1.19 system
2102026-04-25T17:16:32.793Zllvm system 15 system
2112026-04-25T17:16:32.793Zllvm system 14 system
2122026-04-25T17:16:32.793Zmariadb system 10.6 system
2132026-04-25T17:16:32.793Zmta vendor vendor dma
2142026-04-25T17:16:32.793Zopenjdk system 17 system
2152026-04-25T17:16:32.793Zopenjdk system 11 system
2162026-04-25T17:16:32.793Zopenjdk system 1.8 system
2172026-04-25T17:16:32.793Zopenssl vendor 3 vendor
2182026-04-25T17:16:32.793Zperl system 5.36 system
2192026-04-25T17:16:32.793Zpostgresql system 18 system
2202026-04-25T17:16:32.793Zpostgresql system 15 system
2212026-04-25T17:16:32.793Zpostgresql system 13 system
2222026-04-25T17:16:32.793Zpython vendor 3 vendor
2232026-04-25T17:16:32.793Zpython system 2 system
2242026-04-25T17:16:32.793Zpython3 system 3.11 system
2252026-04-25T17:16:32.793Zruby system 3.0 system
2262026-04-25T17:16:32.794Zwords vendor vendor american-english
2272026-04-25T17:16:32.794Zwords system system australian-english
2282026-04-25T17:16:32.794Zwords system system british-english
2292026-04-25T17:16:32.794Zwords system system canadian-english
2302026-04-25T17:16:32.794Zwords system system french
2312026-04-25T17:16:32.794Zwords system system italian
2322026-04-25T17:16:32.794Zwords system system ngerman
2332026-04-25T17:16:32.794Zwords system system ogerman
2342026-04-25T17:16:32.794Zwords system system spanish
2352026-04-25T17:16:33.020ZPUBLISHER TYPE STATUS P LOCATION
2362026-04-25T17:16:33.020Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2372026-04-25T17:16:37.494ZFMRI IFO
2382026-04-25T17:16:37.494Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2392026-04-25T17:16:37.494Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2402026-04-25T17:16:37.494Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2412026-04-25T17:16:37.494Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2422026-04-25T17:16:37.494Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2432026-04-25T17:16:37.494Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2442026-04-25T17:16:37.494Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2452026-04-25T17:16:37.494Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2462026-04-25T17:16:37.494Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2472026-04-25T17:16:37.494Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2482026-04-25T17:16:37.494Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2492026-04-25T17:16:37.494Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2502026-04-25T17:16:37.494Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2512026-04-25T17:16:37.494Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2522026-04-25T17:16:37.494Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2532026-04-25T17:16:37.494Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2542026-04-25T17:16:37.494Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2552026-04-25T17:16:38.605Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2562026-04-25T17:16:38.883Z Updating crates.io index
2572026-04-25T17:16:38.886Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2582026-04-25T17:16:39.400Z Updating git repository `https://github.com/oxidecomputer/lldp`
2592026-04-25T17:16:39.804Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2602026-04-25T17:16:40.299Z Updating git repository `https://github.com/oxidecomputer/propolis`
2612026-04-25T17:16:41.103Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2622026-04-25T17:16:41.599Z Updating git repository `https://github.com/oxidecomputer/crucible`
2632026-04-25T17:16:42.937Z Updating git repository `https://github.com/oxidecomputer/opte`
2642026-04-25T17:16:44.079Z Updating git repository `https://github.com/oxidecomputer/tofino`
2652026-04-25T17:16:44.369Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2662026-04-25T17:16:45.505Z Updating git repository `https://github.com/oxidecomputer/clickward`
2672026-04-25T17:16:45.897Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-04-25T17:16:46.254Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2692026-04-25T17:16:46.529Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2702026-04-25T17:16:47.526Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-04-25T17:16:48.095Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2722026-04-25T17:16:48.424Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2732026-04-25T17:16:48.920Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2742026-04-25T17:16:49.311Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2752026-04-25T17:16:49.545Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2762026-04-25T17:16:49.785Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2772026-04-25T17:16:50.055Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2782026-04-25T17:16:50.478Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2792026-04-25T17:16:50.925Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2802026-04-25T17:16:51.380Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2812026-04-25T17:16:51.638Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2822026-04-25T17:16:51.954Z Updating git repository `https://github.com/oxidecomputer/ispf`
2832026-04-25T17:16:52.814Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-04-25T17:16:53.425Z Updating git repository `https://github.com/oxidecomputer/crucible`
2852026-04-25T17:16:54.271Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2862026-04-25T17:16:54.715Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2872026-04-25T17:16:55.006Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2882026-04-25T17:16:55.348Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2892026-04-25T17:16:55.677Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2902026-04-25T17:16:56.275Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2912026-04-25T17:16:56.530Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2922026-04-25T17:16:56.794Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2932026-04-25T17:16:57.095Z Updating git repository `https://github.com/illumos/smf-rs`
2942026-04-25T17:16:57.486Z Updating git repository `https://github.com/oxidecomputer/omicron`
2952026-04-25T17:17:09.038Z Downloading crates ...
2962026-04-25T17:17:09.087Z Downloaded anstyle v1.0.13
2972026-04-25T17:17:09.093Z Downloaded anstream v0.6.21
2982026-04-25T17:17:09.100Z Downloaded plain v0.2.3
2992026-04-25T17:17:09.102Z Downloaded is_terminal_polyfill v1.70.2
3002026-04-25T17:17:09.102Z Downloaded pest_derive v2.8.6
3012026-04-25T17:17:09.106Z Downloaded anstyle-parse v0.2.7
3022026-04-25T17:17:09.106Z Downloaded autocfg v1.5.0
3032026-04-25T17:17:09.108Z Downloaded serde-value v0.7.0
3042026-04-25T17:17:09.108Z Downloaded anyhow v1.0.102
3052026-04-25T17:17:09.112Z Downloaded thiserror v1.0.69
3062026-04-25T17:17:09.115Z Downloaded cfg-if v1.0.4
3072026-04-25T17:17:09.118Z Downloaded toml v0.8.23
3082026-04-25T17:17:09.120Z Downloaded toml_write v0.1.2
3092026-04-25T17:17:09.120Z Downloaded typeid v1.0.3
3102026-04-25T17:17:09.123Z Downloaded zerofrom-derive v0.1.6
3112026-04-25T17:17:09.123Z Downloaded pest_generator v2.8.6
3122026-04-25T17:17:09.123Z Downloaded indexmap v2.13.0
3132026-04-25T17:17:09.126Z Downloaded utf8_iter v1.0.4
3142026-04-25T17:17:09.126Z Downloaded num-traits v0.2.19
3152026-04-25T17:17:09.129Z Downloaded utf8parse v0.2.2
3162026-04-25T17:17:09.131Z Downloaded camino v1.2.2
3172026-04-25T17:17:09.131Z Downloaded colorchoice v1.0.4
3182026-04-25T17:17:09.131Z Downloaded thread-id v4.2.2
3192026-04-25T17:17:09.134Z Downloaded usdt-macro v0.5.0
3202026-04-25T17:17:09.134Z Downloaded usdt-attr-macro v0.5.0
3212026-04-25T17:17:09.134Z Downloaded potential_utf v0.1.4
3222026-04-25T17:17:09.134Z Downloaded zerofrom v0.1.6
3232026-04-25T17:17:09.134Z Downloaded crypto-common v0.1.7
3242026-04-25T17:17:09.138Z Downloaded cpufeatures v0.2.17
3252026-04-25T17:17:09.138Z Downloaded clap_lex v1.0.0
3262026-04-25T17:17:09.138Z Downloaded percent-encoding v2.3.2
3272026-04-25T17:17:09.141Z Downloaded heck v0.5.0
3282026-04-25T17:17:09.141Z Downloaded version_check v0.9.5
3292026-04-25T17:17:09.141Z Downloaded yoke-derive v0.8.1
3302026-04-25T17:17:09.141Z Downloaded serde_spanned v0.6.9
3312026-04-25T17:17:09.141Z Downloaded bitflags v2.11.0
3322026-04-25T17:17:09.143Z Downloaded unicode-xid v0.2.6
3332026-04-25T17:17:09.146Z Downloaded pretty-hex v0.4.1
3342026-04-25T17:17:09.149Z Downloaded zmij v1.0.21
3352026-04-25T17:17:09.149Z Downloaded ucd-trie v0.1.7
3362026-04-25T17:17:09.149Z Downloaded idna_adapter v1.2.1
3372026-04-25T17:17:09.153Z Downloaded generic-array v0.14.7
3382026-04-25T17:17:09.153Z Downloaded toml_datetime v0.6.11
3392026-04-25T17:17:09.153Z Downloaded thiserror-impl v1.0.69
3402026-04-25T17:17:09.153Z Downloaded macaddr v1.0.1
3412026-04-25T17:17:09.153Z Downloaded usdt-impl v0.5.0
3422026-04-25T17:17:09.156Z Downloaded usdt v0.5.0
3432026-04-25T17:17:09.156Z Downloaded unicode-linebreak v0.1.5
3442026-04-25T17:17:09.156Z Downloaded tinystr v0.8.2
3452026-04-25T17:17:09.156Z Downloaded thiserror-impl v2.0.18
3462026-04-25T17:17:09.159Z Downloaded fastrand v2.3.0
3472026-04-25T17:17:09.159Z Downloaded byteorder v1.5.0
3482026-04-25T17:17:09.159Z Downloaded itoa v1.0.17
3492026-04-25T17:17:09.164Z Downloaded proc-macro-error-attr v1.0.4
3502026-04-25T17:17:09.167Z Downloaded form_urlencoded v1.2.2
3512026-04-25T17:17:09.167Z Downloaded zerocopy-derive v0.7.35
3522026-04-25T17:17:09.170Z Downloaded stable_deref_trait v1.2.1
3532026-04-25T17:17:09.170Z Downloaded smawk v0.3.2
3542026-04-25T17:17:09.173Z Downloaded thiserror v2.0.18
3552026-04-25T17:17:09.176Z Downloaded writeable v0.6.2
3562026-04-25T17:17:09.176Z Downloaded zerovec-derive v0.11.2
3572026-04-25T17:17:09.176Z Downloaded memmap v0.7.0
3582026-04-25T17:17:09.176Z Downloaded yoke v0.8.1
3592026-04-25T17:17:09.179Z Downloaded unicode-ident v1.0.24
3602026-04-25T17:17:09.180Z Downloaded block-buffer v0.10.4
3612026-04-25T17:17:09.180Z Downloaded equivalent v1.0.2
3622026-04-25T17:17:09.183Z Downloaded zerotrie v0.2.3
3632026-04-25T17:17:09.183Z Downloaded dof v0.3.0
3642026-04-25T17:17:09.186Z Downloaded swrite v0.1.0
3652026-04-25T17:17:09.186Z Downloaded strsim v0.11.1
3662026-04-25T17:17:09.190Z Downloaded anstyle-query v1.1.5
3672026-04-25T17:17:09.190Z Downloaded toml_edit v0.22.27
3682026-04-25T17:17:09.193Z Downloaded typenum v1.19.0
3692026-04-25T17:17:09.193Z Downloaded textwrap v0.16.2
3702026-04-25T17:17:09.193Z Downloaded heck v0.4.1
3712026-04-25T17:17:09.196Z Downloaded cargo-platform v0.2.0
3722026-04-25T17:17:09.199Z Downloaded ordered-float v2.10.1
3732026-04-25T17:17:09.202Z Downloaded url v2.5.8
3742026-04-25T17:17:09.205Z Downloaded scroll_derive v0.12.1
3752026-04-25T17:17:09.205Z Downloaded sha2 v0.10.9
3762026-04-25T17:17:09.205Z Downloaded pest_meta v2.8.6
3772026-04-25T17:17:09.208Z Downloaded zerovec v0.11.5
3782026-04-25T17:17:09.212Z Downloaded once_cell v1.21.3
3792026-04-25T17:17:09.215Z Downloaded bytecount v0.6.9
3802026-04-25T17:17:09.216Z Downloaded fnv v1.0.7
3812026-04-25T17:17:09.218Z Downloaded zerocopy v0.7.35
3822026-04-25T17:17:09.225Z Downloaded terminal_size v0.4.3
3832026-04-25T17:17:09.228Z Downloaded winnow v0.7.14
3842026-04-25T17:17:09.231Z Downloaded tabled_derive v0.7.0
3852026-04-25T17:17:09.234Z Downloaded serde-untagged v0.1.9
3862026-04-25T17:17:09.234Z Downloaded displaydoc v0.2.5
3872026-04-25T17:17:09.234Z Downloaded unicode-width v0.2.0
3882026-04-25T17:17:09.237Z Downloaded unicode-width v0.1.14
3892026-04-25T17:17:09.241Z Downloaded serde_tokenstream v0.2.3
3902026-04-25T17:17:09.246Z Downloaded fs-err v3.3.0
3912026-04-25T17:17:09.246Z Downloaded cargo_metadata v0.21.0
3922026-04-25T17:17:09.246Z Downloaded dtrace-parser v0.2.0
3932026-04-25T17:17:09.246Z Downloaded semver v1.0.27
3942026-04-25T17:17:09.246Z Downloaded camino-tempfile v1.4.1
3952026-04-25T17:17:09.246Z Downloaded synstructure v0.13.2
3962026-04-25T17:17:09.250Z Downloaded scroll v0.12.0
3972026-04-25T17:17:09.250Z Downloaded errno v0.3.14
3982026-04-25T17:17:09.250Z Downloaded quote v1.0.44
3992026-04-25T17:17:09.254Z Downloaded litemap v0.8.1
4002026-04-25T17:17:09.254Z Downloaded proc-macro-error v1.0.4
4012026-04-25T17:17:09.268Z Downloaded tempfile v3.25.0
4022026-04-25T17:17:09.271Z Downloaded smallvec v1.15.1
4032026-04-25T17:17:09.271Z Downloaded cargo_toml v0.21.0
4042026-04-25T17:17:09.276Z Downloaded digest v0.10.7
4052026-04-25T17:17:09.280Z Downloaded serde_derive v1.0.228
4062026-04-25T17:17:09.280Z Downloaded clap_derive v4.5.55
4072026-04-25T17:17:09.283Z Downloaded log v0.4.29
4082026-04-25T17:17:09.283Z Downloaded clap v4.5.60
4092026-04-25T17:17:09.288Z Downloaded erased-serde v0.4.9
4102026-04-25T17:17:09.290Z Downloaded cargo-util-schemas v0.8.2
4112026-04-25T17:17:09.290Z Downloaded papergrid v0.11.0
4122026-04-25T17:17:09.293Z Downloaded serde_core v1.0.228
4132026-04-25T17:17:09.299Z Downloaded icu_provider v2.1.1
4142026-04-25T17:17:09.302Z Downloaded icu_properties v2.1.2
4152026-04-25T17:17:09.305Z Downloaded getrandom v0.4.1
4162026-04-25T17:17:09.314Z Downloaded icu_normalizer_data v2.1.1
4172026-04-25T17:17:09.317Z Downloaded icu_normalizer v2.1.1
4182026-04-25T17:17:09.324Z Downloaded proc-macro2 v1.0.106
4192026-04-25T17:17:09.328Z Downloaded icu_collections v2.1.1
4202026-04-25T17:17:09.331Z Downloaded serde v1.0.228
4212026-04-25T17:17:09.334Z Downloaded icu_locale_core v2.1.1
4222026-04-25T17:17:09.337Z Downloaded serde_json v1.0.149
4232026-04-25T17:17:09.342Z Downloaded memchr v2.8.0
4242026-04-25T17:17:09.368Z Downloaded clap_builder v4.5.60
4252026-04-25T17:17:09.371Z Downloaded idna v1.1.0
4262026-04-25T17:17:09.374Z Downloaded icu_properties_data v2.1.2
4272026-04-25T17:17:09.378Z Downloaded pest v2.8.6
4282026-04-25T17:17:09.383Z Downloaded hashbrown v0.16.1
4292026-04-25T17:17:09.402Z Downloaded goblin v0.8.2
4302026-04-25T17:17:09.405Z Downloaded tabled v0.15.0
4312026-04-25T17:17:09.412Z Downloaded syn v1.0.109
4322026-04-25T17:17:09.425Z Downloaded syn v2.0.117
4332026-04-25T17:17:09.439Z Downloaded rustix v1.1.3
4342026-04-25T17:17:09.466Z Downloaded libc v0.2.185
4352026-04-25T17:17:09.532Z Compiling proc-macro2 v1.0.106
4362026-04-25T17:17:09.532Z Compiling quote v1.0.44
4372026-04-25T17:17:09.535Z Compiling unicode-ident v1.0.24
4382026-04-25T17:17:09.535Z Compiling serde_core v1.0.228
4392026-04-25T17:17:09.535Z Compiling libc v0.2.185
4402026-04-25T17:17:09.535Z Compiling version_check v0.9.5
4412026-04-25T17:17:09.535Z Compiling serde v1.0.228
4422026-04-25T17:17:09.535Z Compiling stable_deref_trait v1.2.1
4432026-04-25T17:17:09.535Z Compiling memchr v2.8.0
4442026-04-25T17:17:09.535Z Compiling zmij v1.0.21
4452026-04-25T17:17:09.716Z Compiling ucd-trie v0.1.7
4462026-04-25T17:17:09.719Z Compiling autocfg v1.5.0
4472026-04-25T17:17:09.719Z Compiling thiserror v1.0.69
4482026-04-25T17:17:09.719Z Compiling itoa v1.0.17
4492026-04-25T17:17:09.719Z Compiling litemap v0.8.1
4502026-04-25T17:17:09.962Z Compiling writeable v0.6.2
4512026-04-25T17:17:09.979Z Compiling icu_normalizer_data v2.1.1
4522026-04-25T17:17:10.080Z Compiling rustix v1.1.3
4532026-04-25T17:17:10.131Z Compiling icu_properties_data v2.1.2
4542026-04-25T17:17:10.224Z Compiling byteorder v1.5.0
4552026-04-25T17:17:10.259Z Compiling pest v2.8.6
4562026-04-25T17:17:10.280Z Compiling bitflags v2.11.0
4572026-04-25T17:17:10.313Z Compiling serde_json v1.0.149
4582026-04-25T17:17:10.422Z Compiling num-traits v0.2.19
4592026-04-25T17:17:10.497Z Compiling typeid v1.0.3
4602026-04-25T17:17:10.499Z Compiling equivalent v1.0.2
4612026-04-25T17:17:10.517Z Compiling hashbrown v0.16.1
4622026-04-25T17:17:10.658Z Compiling smallvec v1.15.1
4632026-04-25T17:17:10.661Z Compiling proc-macro-error-attr v1.0.4
4642026-04-25T17:17:10.661Z Compiling usdt-impl v0.5.0
4652026-04-25T17:17:10.727Z Compiling winnow v0.7.14
4662026-04-25T17:17:10.734Z Compiling toml_write v0.1.2
4672026-04-25T17:17:10.784Z Compiling erased-serde v0.4.9
4682026-04-25T17:17:10.834Z Compiling syn v1.0.109
4692026-04-25T17:17:10.886Z Compiling proc-macro-error v1.0.4
4702026-04-25T17:17:10.920Z Compiling getrandom v0.4.1
4712026-04-25T17:17:10.956Z Compiling errno v0.3.14
4722026-04-25T17:17:10.998Z Compiling thread-id v4.2.2
4732026-04-25T17:17:11.114Z Compiling utf8_iter v1.0.4
4742026-04-25T17:17:11.137Z Compiling syn v2.0.117
4752026-04-25T17:17:11.156Z Compiling indexmap v2.13.0
4762026-04-25T17:17:11.161Z Compiling utf8parse v0.2.2
4772026-04-25T17:17:11.193Z Compiling log v0.4.29
4782026-04-25T17:17:11.231Z Compiling camino v1.2.2
4792026-04-25T17:17:11.250Z Compiling plain v0.2.3
4802026-04-25T17:17:11.258Z Compiling thiserror v2.0.18
4812026-04-25T17:17:11.286Z Compiling percent-encoding v2.3.2
4822026-04-25T17:17:11.322Z Compiling pest_meta v2.8.6
4832026-04-25T17:17:11.366Z Compiling anstyle-parse v0.2.7
4842026-04-25T17:17:11.505Z Compiling form_urlencoded v1.2.2
4852026-04-25T17:17:11.561Z Compiling anstyle v1.0.13
4862026-04-25T17:17:11.582Z Compiling ordered-float v2.10.1
4872026-04-25T17:17:11.656Z Compiling pretty-hex v0.4.1
4882026-04-25T17:17:11.675Z Compiling colorchoice v1.0.4
4892026-04-25T17:17:11.707Z Compiling is_terminal_polyfill v1.70.2
4902026-04-25T17:17:11.725Z Compiling anstyle-query v1.1.5
4912026-04-25T17:17:11.780Z Compiling cfg-if v1.0.4
4922026-04-25T17:17:11.821Z Compiling anstream v0.6.21
4932026-04-25T17:17:11.824Z Compiling fs-err v3.3.0
4942026-04-25T17:17:11.824Z Compiling strsim v0.11.1
4952026-04-25T17:17:11.892Z Compiling unicode-width v0.1.14
4962026-04-25T17:17:11.895Z Compiling once_cell v1.21.3
4972026-04-25T17:17:11.895Z Compiling heck v0.5.0
4982026-04-25T17:17:11.966Z Compiling terminal_size v0.4.3
4992026-04-25T17:17:12.119Z Compiling unicode-xid v0.2.6
5002026-04-25T17:17:12.137Z Compiling fastrand v2.3.0
5012026-04-25T17:17:12.156Z Compiling bytecount v0.6.9
5022026-04-25T17:17:12.176Z Compiling clap_lex v1.0.0
5032026-04-25T17:17:12.195Z Compiling fnv v1.0.7
5042026-04-25T17:17:12.215Z Compiling heck v0.4.1
5052026-04-25T17:17:12.276Z Compiling semver v1.0.27
5062026-04-25T17:17:12.354Z Compiling anyhow v1.0.102
5072026-04-25T17:17:12.357Z Compiling clap_builder v4.5.60
5082026-04-25T17:17:12.389Z Compiling tempfile v3.25.0
5092026-04-25T17:17:12.435Z Compiling papergrid v0.11.0
5102026-04-25T17:17:12.471Z Compiling memmap v0.7.0
5112026-04-25T17:17:12.579Z Compiling smawk v0.3.2
5122026-04-25T17:17:12.670Z Compiling serde-untagged v0.1.9
5132026-04-25T17:17:12.690Z Compiling unicode-linebreak v0.1.5
5142026-04-25T17:17:12.737Z Compiling unicode-width v0.2.0
5152026-04-25T17:17:12.754Z Compiling camino-tempfile v1.4.1
5162026-04-25T17:17:12.792Z Compiling swrite v0.1.0
5172026-04-25T17:17:12.829Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5182026-04-25T17:17:12.990Z Compiling textwrap v0.16.2
5192026-04-25T17:17:13.209Z Compiling tabled_derive v0.7.0
5202026-04-25T17:17:13.694Z Compiling synstructure v0.13.2
5212026-04-25T17:17:13.694Z Compiling pest_generator v2.8.6
5222026-04-25T17:17:13.917Z Compiling tabled v0.15.0
5232026-04-25T17:17:14.242Z Compiling serde_derive v1.0.228
5242026-04-25T17:17:14.242Z Compiling zerofrom-derive v0.1.6
5252026-04-25T17:17:14.246Z Compiling yoke-derive v0.8.1
5262026-04-25T17:17:14.246Z Compiling zerovec-derive v0.11.2
5272026-04-25T17:17:14.246Z Compiling displaydoc v0.2.5
5282026-04-25T17:17:14.246Z Compiling thiserror-impl v1.0.69
5292026-04-25T17:17:14.272Z Compiling zerocopy-derive v0.7.35
5302026-04-25T17:17:14.291Z Compiling scroll_derive v0.12.1
5312026-04-25T17:17:14.302Z Compiling thiserror-impl v2.0.18
5322026-04-25T17:17:14.340Z Compiling clap_derive v4.5.55
5332026-04-25T17:17:14.345Z Compiling pest_derive v2.8.6
5342026-04-25T17:17:14.999Z Compiling scroll v0.12.0
5352026-04-25T17:17:15.102Z Compiling zerocopy v0.7.35
5362026-04-25T17:17:15.221Z Compiling goblin v0.8.2
5372026-04-25T17:17:15.306Z Compiling zerofrom v0.1.6
5382026-04-25T17:17:15.415Z Compiling dtrace-parser v0.2.0
5392026-04-25T17:17:15.418Z Compiling yoke v0.8.1
5402026-04-25T17:17:15.583Z Compiling zerovec v0.11.5
5412026-04-25T17:17:15.583Z Compiling zerotrie v0.2.3
5422026-04-25T17:17:15.744Z Compiling clap v4.5.60
5432026-04-25T17:17:16.000Z Compiling tinystr v0.8.2
5442026-04-25T17:17:16.000Z Compiling potential_utf v0.1.4
5452026-04-25T17:17:16.125Z Compiling icu_collections v2.1.1
5462026-04-25T17:17:16.144Z Compiling icu_locale_core v2.1.1
5472026-04-25T17:17:16.668Z Compiling icu_provider v2.1.1
5482026-04-25T17:17:16.685Z Compiling dof v0.3.0
5492026-04-25T17:17:16.685Z Compiling serde_tokenstream v0.2.3
5502026-04-25T17:17:16.702Z Compiling serde_spanned v0.6.9
5512026-04-25T17:17:16.705Z Compiling toml_datetime v0.6.11
5522026-04-25T17:17:16.705Z Compiling serde-value v0.7.0
5532026-04-25T17:17:16.720Z Compiling cargo-platform v0.2.0
5542026-04-25T17:17:16.723Z Compiling macaddr v1.0.1
5552026-04-25T17:17:16.984Z Compiling icu_properties v2.1.2
5562026-04-25T17:17:16.985Z Compiling icu_normalizer v2.1.1
5572026-04-25T17:17:17.080Z Compiling toml_edit v0.22.27
5582026-04-25T17:17:17.479Z Compiling usdt-macro v0.5.0
5592026-04-25T17:17:17.483Z Compiling usdt-attr-macro v0.5.0
5602026-04-25T17:17:17.804Z Compiling idna_adapter v1.2.1
5612026-04-25T17:17:17.914Z Compiling idna v1.1.0
5622026-04-25T17:17:18.058Z Compiling usdt v0.5.0
5632026-04-25T17:17:18.162Z Compiling url v2.5.8
5642026-04-25T17:17:18.297Z Compiling toml v0.8.23
5652026-04-25T17:17:18.628Z Compiling cargo-util-schemas v0.8.2
5662026-04-25T17:17:18.628Z Compiling cargo_toml v0.21.0
5672026-04-25T17:17:19.407Z Compiling cargo_metadata v0.21.0
5682026-04-25T17:17:20.320Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5692026-04-25T17:17:22.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.98s
5702026-04-25T17:17:22.661Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5712026-04-25T17:17:23.208Z Downloading crates ...
5722026-04-25T17:17:23.319Z Downloaded atty v0.2.14
5732026-04-25T17:17:23.322Z Downloaded base64ct v1.8.3
5742026-04-25T17:17:23.325Z Downloaded document-features v0.2.12
5752026-04-25T17:17:23.328Z Downloaded cbc v0.1.2
5762026-04-25T17:17:23.328Z Downloaded bzip2 v0.4.4
5772026-04-25T17:17:23.331Z Downloaded compression-codecs v0.4.37
5782026-04-25T17:17:23.331Z Downloaded chacha20 v0.9.1
5792026-04-25T17:17:23.334Z Downloaded bitfield v0.19.4
5802026-04-25T17:17:23.334Z Downloaded embedded-io v0.6.1
5812026-04-25T17:17:23.334Z Downloaded defmt v0.3.100
5822026-04-25T17:17:23.336Z Downloaded crc32fast v1.5.0
5832026-04-25T17:17:23.336Z Downloaded dirs-sys-next v0.1.2
5842026-04-25T17:17:23.339Z Downloaded fixedbitset v0.4.2
5852026-04-25T17:17:23.342Z Downloaded drift v0.1.3
5862026-04-25T17:17:23.344Z Downloaded byte-wrapper v0.1.0
5872026-04-25T17:17:23.344Z Downloaded daft-derive v0.1.5
5882026-04-25T17:17:23.348Z Downloaded derive-where v1.6.0
5892026-04-25T17:17:23.351Z Downloaded crossbeam-channel v0.5.15
5902026-04-25T17:17:23.354Z Downloaded erased-serde v0.3.31
5912026-04-25T17:17:23.354Z Downloaded bumpalo v3.20.2
5922026-04-25T17:17:23.358Z Downloaded elliptic-curve v0.13.8
5932026-04-25T17:17:23.361Z Downloaded fd-lock v4.0.4
5942026-04-25T17:17:23.361Z Downloaded dof v0.4.0
5952026-04-25T17:17:23.361Z Downloaded crc8 v0.1.1
5962026-04-25T17:17:23.361Z Downloaded derive_builder v0.20.2
5972026-04-25T17:17:23.364Z Downloaded cfg_aliases v0.2.1
5982026-04-25T17:17:23.367Z Downloaded cargo-platform v0.1.9
5992026-04-25T17:17:23.367Z Downloaded chacha20 v0.10.0
6002026-04-25T17:17:23.370Z Downloaded block-padding v0.3.3
6012026-04-25T17:17:23.370Z Downloaded darling_macro v0.20.11
6022026-04-25T17:17:23.370Z Downloaded dropshot_endpoint v0.16.7
6032026-04-25T17:17:23.373Z Downloaded diesel_table_macro_syntax v0.3.0
6042026-04-25T17:17:23.373Z Downloaded darling_macro v0.23.0
6052026-04-25T17:17:23.380Z Downloaded bit-set v0.8.0
6062026-04-25T17:17:23.380Z Downloaded float-cmp v0.10.0
6072026-04-25T17:17:23.380Z Downloaded darling v0.21.3
6082026-04-25T17:17:23.393Z Downloaded des v0.8.1
6092026-04-25T17:17:23.393Z Downloaded defmt-macros v1.0.1
6102026-04-25T17:17:23.393Z Downloaded crossbeam-deque v0.8.6
6112026-04-25T17:17:23.393Z Downloaded darling_macro v0.21.3
6122026-04-25T17:17:23.393Z Downloaded compression-core v0.4.31
6132026-04-25T17:17:23.393Z Downloaded assert_matches v1.5.0
6142026-04-25T17:17:23.393Z Downloaded dtrace-parser v0.3.0
6152026-04-25T17:17:23.397Z Downloaded adler2 v2.0.1
6162026-04-25T17:17:23.397Z Downloaded defmt-parser v1.0.0
6172026-04-25T17:17:23.397Z Downloaded chacha20poly1305 v0.10.1
6182026-04-25T17:17:23.397Z Downloaded endian-type v0.1.2
6192026-04-25T17:17:23.397Z Downloaded downcast-rs v2.0.2
6202026-04-25T17:17:23.397Z Downloaded cfg_aliases v0.1.1
6212026-04-25T17:17:23.397Z Downloaded castaway v0.2.4
6222026-04-25T17:17:23.398Z Downloaded cassowary v0.3.0
6232026-04-25T17:17:23.398Z Downloaded argon2 v0.5.3
6242026-04-25T17:17:23.398Z Downloaded async-stream-impl v0.3.6
6252026-04-25T17:17:23.398Z Downloaded crunchy v0.2.4
6262026-04-25T17:17:23.398Z Downloaded enum-as-inner v0.6.1
6272026-04-25T17:17:23.403Z Downloaded crc v3.4.0
6282026-04-25T17:17:23.403Z Downloaded derive_builder_macro v0.20.2
6292026-04-25T17:17:23.403Z Downloaded bcrypt-pbkdf v0.10.0
6302026-04-25T17:17:23.403Z Downloaded const_format_proc_macros v0.2.34
6312026-04-25T17:17:23.406Z Downloaded dropshot-api-manager-types v0.6.0
6322026-04-25T17:17:23.406Z Downloaded env_filter v1.0.0
6332026-04-25T17:17:23.406Z Downloaded dsl_auto_type v0.2.0
6342026-04-25T17:17:23.406Z Downloaded funty v2.0.0
6352026-04-25T17:17:23.408Z Downloaded der_derive v0.7.3
6362026-04-25T17:17:23.408Z Downloaded atomic-waker v1.1.2
6372026-04-25T17:17:23.408Z Downloaded dirs-next v2.0.0
6382026-04-25T17:17:23.411Z Downloaded aes-gcm v0.10.3
6392026-04-25T17:17:23.411Z Downloaded derive_more v0.99.20
6402026-04-25T17:17:23.414Z Downloaded fs_extra v1.3.0
6412026-04-25T17:17:23.417Z Downloaded flagset v0.4.7
6422026-04-25T17:17:23.417Z Downloaded display-error-chain v0.2.2
6432026-04-25T17:17:23.419Z Downloaded curve25519-dalek-derive v0.1.1
6442026-04-25T17:17:23.420Z Downloaded difflib v0.4.0
6452026-04-25T17:17:23.420Z Downloaded aead v0.5.2
6462026-04-25T17:17:23.420Z Downloaded ciborium-io v0.2.2
6472026-04-25T17:17:23.422Z Downloaded buf-list v1.1.2
6482026-04-25T17:17:23.422Z Downloaded bitflags v1.3.2
6492026-04-25T17:17:23.425Z Downloaded cargo_metadata v0.19.2
6502026-04-25T17:17:23.425Z Downloaded bit-vec v0.6.3
6512026-04-25T17:17:23.432Z Downloaded crucible-workspace-hack v0.1.0
6522026-04-25T17:17:23.432Z Downloaded futures-sink v0.3.32
6532026-04-25T17:17:23.432Z Downloaded foreign-types v0.5.0
6542026-04-25T17:17:23.432Z Downloaded embedded-io v0.4.0
6552026-04-25T17:17:23.432Z Downloaded arrayvec v0.7.6
6562026-04-25T17:17:23.439Z Downloaded float-ord v0.3.2
6572026-04-25T17:17:23.439Z Downloaded deranged v0.5.8
6582026-04-25T17:17:23.439Z Downloaded foreign-types-macros v0.2.3
6592026-04-25T17:17:23.439Z Downloaded cpufeatures v0.3.0
6602026-04-25T17:17:23.439Z Downloaded ghash v0.5.1
6612026-04-25T17:17:23.439Z Downloaded foreign-types-shared v0.1.1
6622026-04-25T17:17:23.443Z Downloaded bb8 v0.8.6
6632026-04-25T17:17:23.443Z Downloaded cobs v0.3.0
6642026-04-25T17:17:23.443Z Downloaded atomicwrites v0.4.4
6652026-04-25T17:17:23.443Z Downloaded gethostname v0.5.0
6662026-04-25T17:17:23.443Z Downloaded futures-macro v0.3.32
6672026-04-25T17:17:23.443Z Downloaded futures-core v0.3.32
6682026-04-25T17:17:23.443Z Downloaded futures-io v0.3.32
6692026-04-25T17:17:23.443Z Downloaded convert_case v0.4.0
6702026-04-25T17:17:23.447Z Downloaded bit-set v0.5.3
6712026-04-25T17:17:23.447Z Downloaded async-stream v0.3.6
6722026-04-25T17:17:23.447Z Downloaded async-recursion v1.1.1
6732026-04-25T17:17:23.450Z Downloaded diesel-dtrace v0.5.0
6742026-04-25T17:17:23.450Z Downloaded ecdsa v0.16.9
6752026-04-25T17:17:23.453Z Downloaded fixedbitset v0.5.7
6762026-04-25T17:17:23.453Z Downloaded data-encoding v2.10.0
6772026-04-25T17:17:23.453Z Downloaded defmt v1.0.1
6782026-04-25T17:17:23.458Z Downloaded foreign-types-shared v0.3.1
6792026-04-25T17:17:23.458Z Downloaded foreign-types v0.3.2
6802026-04-25T17:17:23.459Z Downloaded ena v0.14.4
6812026-04-25T17:17:23.461Z Downloaded derive-ex v0.1.8
6822026-04-25T17:17:23.461Z Downloaded either v1.15.0
6832026-04-25T17:17:23.462Z Downloaded ed25519 v2.2.3
6842026-04-25T17:17:23.462Z Downloaded crc-catalog v2.4.0
6852026-04-25T17:17:23.462Z Downloaded git-stub v1.0.0
6862026-04-25T17:17:23.465Z Downloaded headers-core v0.3.0
6872026-04-25T17:17:23.465Z Downloaded hash32 v0.2.1
6882026-04-25T17:17:23.465Z Downloaded hash32 v0.3.1
6892026-04-25T17:17:23.465Z Downloaded hex v0.4.3
6902026-04-25T17:17:23.467Z Downloaded fxhash v0.2.1
6912026-04-25T17:17:23.468Z Downloaded arrayref v0.3.9
6922026-04-25T17:17:23.468Z Downloaded array-init v0.0.4
6932026-04-25T17:17:23.471Z Downloaded fs-err v2.11.0
6942026-04-25T17:17:23.471Z Downloaded camino-tempfile-ext v0.3.3
6952026-04-25T17:17:23.471Z Downloaded home v0.5.12
6962026-04-25T17:17:23.474Z Downloaded clang-sys v1.8.1
6972026-04-25T17:17:23.474Z Downloaded bitfield-struct v0.6.2
6982026-04-25T17:17:23.474Z Downloaded bcs v0.1.6
6992026-04-25T17:17:23.477Z Downloaded hostname v0.4.2
7002026-04-25T17:17:23.477Z Downloaded bitfield-macros v0.19.4
7012026-04-25T17:17:23.477Z Downloaded hubpack v0.1.2
7022026-04-25T17:17:23.482Z Downloaded fallible-iterator v0.2.0
7032026-04-25T17:17:23.482Z Downloaded cookie_store v0.22.1
7042026-04-25T17:17:23.483Z Downloaded httpdate v1.0.3
7052026-04-25T17:17:23.483Z Downloaded http-range v0.1.5
7062026-04-25T17:17:23.486Z Downloaded backoff v0.4.0
7072026-04-25T17:17:23.486Z Downloaded dunce v1.0.5
7082026-04-25T17:17:23.486Z Downloaded find-msvc-tools v0.1.9
7092026-04-25T17:17:23.486Z Downloaded http-body v1.0.1
7102026-04-25T17:17:23.486Z Downloaded base16ct v0.2.0
7112026-04-25T17:17:23.489Z Downloaded foldhash v0.1.5
7122026-04-25T17:17:23.489Z Downloaded ff v0.13.1
7132026-04-25T17:17:23.490Z Downloaded derive_builder_core v0.20.2
7142026-04-25T17:17:23.493Z Downloaded critical-section v1.2.0
7152026-04-25T17:17:23.493Z Downloaded env_logger v0.11.9
7162026-04-25T17:17:23.496Z Downloaded futures-task v0.3.32
7172026-04-25T17:17:23.496Z Downloaded daft v0.1.5
7182026-04-25T17:17:23.496Z Downloaded filetime v0.2.27
7192026-04-25T17:17:23.499Z Downloaded async-trait v0.1.89
7202026-04-25T17:17:23.499Z Downloaded futures-executor v0.3.32
7212026-04-25T17:17:23.502Z Downloaded cmake v0.1.57
7222026-04-25T17:17:23.502Z Downloaded convert_case v0.10.0
7232026-04-25T17:17:23.502Z Downloaded ident_case v1.0.1
7242026-04-25T17:17:23.504Z Downloaded hyper-tls v0.6.0
7252026-04-25T17:17:23.504Z Downloaded indoc v1.0.9
7262026-04-25T17:17:23.507Z Downloaded git-stub-vcs v0.1.0
7272026-04-25T17:17:23.507Z Downloaded indent_write v2.2.0
7282026-04-25T17:17:23.510Z Downloaded hex-literal v0.4.1
7292026-04-25T17:17:23.510Z Downloaded cipher v0.4.4
7302026-04-25T17:17:23.510Z Downloaded ctr v0.9.2
7312026-04-25T17:17:23.513Z Downloaded diff v0.1.13
7322026-04-25T17:17:23.513Z Downloaded bit-vec v0.8.0
7332026-04-25T17:17:23.515Z Downloaded ciborium-ll v0.2.2
7342026-04-25T17:17:23.515Z Downloaded ascii-canvas v3.0.0
7352026-04-25T17:17:23.515Z Downloaded cexpr v0.6.0
7362026-04-25T17:17:23.518Z Downloaded group v0.13.0
7372026-04-25T17:17:23.518Z Downloaded internet-checksum v0.2.1
7382026-04-25T17:17:23.518Z Downloaded instability v0.3.11
7392026-04-25T17:17:23.522Z Downloaded corncobs v0.1.4
7402026-04-25T17:17:23.523Z Downloaded constant_time_eq v0.4.2
7412026-04-25T17:17:23.525Z Downloaded instant v0.1.13
7422026-04-25T17:17:23.525Z Downloaded glob v0.3.3
7432026-04-25T17:17:23.525Z Downloaded cancel-safe-futures v0.1.5
7442026-04-25T17:17:23.525Z Downloaded crypto-bigint v0.5.5
7452026-04-25T17:17:23.529Z Downloaded is-terminal v0.4.17
7462026-04-25T17:17:23.532Z Downloaded inout v0.1.4
7472026-04-25T17:17:23.532Z Downloaded hostname v0.3.1
7482026-04-25T17:17:23.532Z Downloaded debug-ignore v1.0.5
7492026-04-25T17:17:23.535Z Downloaded cstr-argument v0.1.2
7502026-04-25T17:17:23.535Z Downloaded colored v2.2.0
7512026-04-25T17:17:23.537Z Downloaded hubpack_derive v0.1.1
7522026-04-25T17:17:23.537Z Downloaded blowfish v0.9.1
7532026-04-25T17:17:23.537Z Downloaded csv-core v0.1.13
7542026-04-25T17:17:23.540Z Downloaded libscf-sys v1.1.0
7552026-04-25T17:17:23.540Z Downloaded allocator-api2 v0.2.21
7562026-04-25T17:17:23.540Z Downloaded lru v0.12.5
7572026-04-25T17:17:23.543Z Downloaded lru-slab v0.1.2
7582026-04-25T17:17:23.543Z Downloaded is_ci v1.2.0
7592026-04-25T17:17:23.543Z Downloaded blake3 v1.8.3
7602026-04-25T17:17:23.548Z Downloaded highway v1.3.0
7612026-04-25T17:17:23.551Z Downloaded humantime v2.3.0
7622026-04-25T17:17:23.551Z Downloaded crossbeam-epoch v0.9.18
7632026-04-25T17:17:23.554Z Downloaded dyn-clone v1.0.20
7642026-04-25T17:17:23.554Z Downloaded darling v0.20.11
7652026-04-25T17:17:23.557Z Downloaded lazy_static v1.5.0
7662026-04-25T17:17:23.559Z Downloaded keccak v0.1.6
7672026-04-25T17:17:23.559Z Downloaded foldhash v0.2.0
7682026-04-25T17:17:23.559Z Downloaded cookie v0.18.1
7692026-04-25T17:17:23.562Z Downloaded futures-channel v0.3.32
7702026-04-25T17:17:23.562Z Downloaded lalrpop-util v0.19.12
7712026-04-25T17:17:23.562Z Downloaded linked-hash-map v0.5.6
7722026-04-25T17:17:23.564Z Downloaded maplit v1.0.2
7732026-04-25T17:17:23.565Z Downloaded md-5 v0.10.6
7742026-04-25T17:17:23.567Z Downloaded lzss v0.8.2
7752026-04-25T17:17:23.567Z Downloaded md5 v0.7.0
7762026-04-25T17:17:23.567Z Downloaded match_cfg v0.1.0
7772026-04-25T17:17:23.570Z Downloaded memoffset v0.9.1
7782026-04-25T17:17:23.570Z Downloaded maybe-uninit v2.0.0
7792026-04-25T17:17:23.570Z Downloaded backon v1.6.0
7802026-04-25T17:17:23.573Z Downloaded mime v0.3.17
7812026-04-25T17:17:23.573Z Downloaded managed v0.8.0
7822026-04-25T17:17:23.573Z Downloaded impl-trait-for-tuples v0.2.3
7832026-04-25T17:17:23.576Z Downloaded half v1.8.3
7842026-04-25T17:17:23.584Z Downloaded crossbeam-utils v0.8.21
7852026-04-25T17:17:23.584Z Downloaded multimap v0.10.1
7862026-04-25T17:17:23.590Z Downloaded crc-any v2.5.0
7872026-04-25T17:17:23.590Z Downloaded hyper-staticfile v0.10.1
7882026-04-25T17:17:23.590Z Downloaded new_debug_unreachable v1.0.6
7892026-04-25T17:17:23.590Z Downloaded nibble_vec v0.1.0
7902026-04-25T17:17:23.590Z Downloaded const-oid v0.9.6
7912026-04-25T17:17:23.590Z Downloaded http-body-util v0.1.3
7922026-04-25T17:17:23.590Z Downloaded newtype-uuid-macros v0.1.0
7932026-04-25T17:17:23.594Z Downloaded nodrop v0.1.14
7942026-04-25T17:17:23.594Z Downloaded console v0.16.2
7952026-04-25T17:17:23.594Z Downloaded ipnet v2.11.0
7962026-04-25T17:17:23.594Z Downloaded globset v0.4.18
7972026-04-25T17:17:23.594Z Downloaded blake2 v0.10.6
7982026-04-25T17:17:23.597Z Downloaded console v0.15.11
7992026-04-25T17:17:23.597Z Downloaded ciborium v0.2.2
8002026-04-25T17:17:23.597Z Downloaded async-bb8-diesel v0.2.1
8012026-04-25T17:17:23.604Z Downloaded ipnetwork v0.21.1
8022026-04-25T17:17:23.604Z Downloaded hmac v0.12.1
8032026-04-25T17:17:23.607Z Downloaded ingot v0.1.1
8042026-04-25T17:17:23.607Z Downloaded libefi-sys v0.1.0
8052026-04-25T17:17:23.607Z Downloaded indoc v2.0.7
8062026-04-25T17:17:23.607Z Downloaded normalize-line-endings v0.3.0
8072026-04-25T17:17:23.607Z Downloaded num_enum_derive v0.5.11
8082026-04-25T17:17:23.607Z Downloaded num-iter v0.1.45
8092026-04-25T17:17:23.610Z Downloaded num v0.4.3
8102026-04-25T17:17:23.610Z Downloaded colored v3.1.1
8112026-04-25T17:17:23.610Z Downloaded base64 v0.22.1
8122026-04-25T17:17:23.613Z Downloaded olpc-cjson v0.1.4
8132026-04-25T17:17:23.613Z Downloaded ar_archive_writer v0.5.1
8142026-04-25T17:17:23.616Z Downloaded num_threads v0.1.7
8152026-04-25T17:17:23.616Z Downloaded openssl-macros v0.1.1
8162026-04-25T17:17:23.619Z Downloaded num-derive v0.4.2
8172026-04-25T17:17:23.619Z Downloaded openssl-probe v0.2.1
8182026-04-25T17:17:23.619Z Downloaded openssl-probe v0.1.6
8192026-04-25T17:17:23.621Z Downloaded libsw-core v0.3.2
8202026-04-25T17:17:23.621Z Downloaded libsw v3.5.0
8212026-04-25T17:17:23.622Z Downloaded kstat-rs v0.2.4
8222026-04-25T17:17:23.624Z Downloaded opaque-debug v0.3.1
8232026-04-25T17:17:23.624Z Downloaded fatfs v0.3.6
8242026-04-25T17:17:23.627Z Downloaded num-derive v0.3.3
8252026-04-25T17:17:23.627Z Downloaded hyper-rustls v0.27.7
8262026-04-25T17:17:23.631Z Downloaded darling v0.23.0
8272026-04-25T17:17:23.636Z Downloaded bzip2 v0.6.1
8282026-04-25T17:17:23.636Z Downloaded linear-map v1.2.0
8292026-04-25T17:17:23.636Z Downloaded libloading v0.8.9
8302026-04-25T17:17:23.639Z Downloaded jobserver v0.1.34
8312026-04-25T17:17:23.639Z Downloaded oso-derive v0.27.3
8322026-04-25T17:17:23.639Z Downloaded lock_api v0.4.14
8332026-04-25T17:17:23.639Z Downloaded httparse v1.10.1
8342026-04-25T17:17:23.642Z Downloaded num-conv v0.2.0
8352026-04-25T17:17:23.642Z Downloaded native-tls v0.2.18
8362026-04-25T17:17:23.642Z Downloaded mime_guess v2.0.5
8372026-04-25T17:17:23.644Z Downloaded newtype_derive v0.1.6
8382026-04-25T17:17:23.644Z Downloaded newline-converter v0.3.0
8392026-04-25T17:17:23.645Z Downloaded ingot-types v0.1.2
8402026-04-25T17:17:23.647Z Downloaded dropshot_endpoint v0.17.0
8412026-04-25T17:17:23.647Z Downloaded nonempty v0.12.0
8422026-04-25T17:17:23.650Z Downloaded newtype-uuid v1.3.2
8432026-04-25T17:17:23.650Z Downloaded dropshot-api-manager v0.6.0
8442026-04-25T17:17:23.653Z Downloaded globwalk v0.9.1
8452026-04-25T17:17:23.653Z Downloaded getrandom v0.2.17
8462026-04-25T17:17:23.656Z Downloaded multer v3.1.0
8472026-04-25T17:17:23.656Z Downloaded compact_str v0.8.1
8482026-04-25T17:17:23.660Z Downloaded packed_struct_codegen v0.10.1
8492026-04-25T17:17:23.660Z Downloaded lru-cache v0.1.2
8502026-04-25T17:17:23.660Z Downloaded ahash v0.8.12
8512026-04-25T17:17:23.663Z Downloaded parse-display v0.10.0
8522026-04-25T17:17:23.663Z Downloaded half v2.7.1
8532026-04-25T17:17:23.666Z Downloaded parse-size v1.1.0
8542026-04-25T17:17:23.666Z Downloaded num-complex v0.4.6
8552026-04-25T17:17:23.666Z Downloaded iana-time-zone v0.1.65
8562026-04-25T17:17:23.671Z Downloaded ingot-macros v0.1.1
8572026-04-25T17:17:23.675Z Downloaded num-integer v0.1.46
8582026-04-25T17:17:23.676Z Downloaded num_enum v0.7.5
8592026-04-25T17:17:23.680Z Downloaded pbkdf2 v0.11.0
8602026-04-25T17:17:23.680Z Downloaded path-slash v0.1.5
8612026-04-25T17:17:23.685Z Downloaded peg-runtime v0.8.5
8622026-04-25T17:17:23.685Z Downloaded pbkdf2 v0.12.2
8632026-04-25T17:17:23.685Z Downloaded num_enum v0.5.11
8642026-04-25T17:17:23.725Z Downloaded phf_shared v0.13.1
8652026-04-25T17:17:23.725Z Downloaded num-rational v0.4.2
8662026-04-25T17:17:23.725Z Downloaded nu-ansi-term v0.50.3
8672026-04-25T17:17:23.725Z Downloaded phf_shared v0.12.1
8682026-04-25T17:17:23.725Z Downloaded phf_shared v0.11.3
8692026-04-25T17:17:23.725Z Downloaded pin-utils v0.1.0
8702026-04-25T17:17:23.725Z Downloaded futures v0.3.32
8712026-04-25T17:17:23.725Z Downloaded predicates-core v1.0.10
8722026-04-25T17:17:23.725Z Downloaded litrs v1.0.0
8732026-04-25T17:17:23.725Z Downloaded darling_core v0.23.0
8742026-04-25T17:17:23.725Z Downloaded oxide-tokio-rt v0.1.4
8752026-04-25T17:17:23.726Z Downloaded darling_core v0.21.3
8762026-04-25T17:17:23.726Z Downloaded owo-colors v4.3.0
8772026-04-25T17:17:23.726Z Downloaded proc-macro-crate v1.3.1
8782026-04-25T17:17:23.726Z Downloaded predicates-tree v1.0.13
8792026-04-25T17:17:23.726Z Downloaded powerfmt v0.2.0
8802026-04-25T17:17:23.726Z Downloaded flume v0.11.1
8812026-04-25T17:17:23.726Z Downloaded darling_core v0.20.11
8822026-04-25T17:17:23.726Z Downloaded ignore v0.4.25
8832026-04-25T17:17:23.726Z Downloaded der v0.7.10
8842026-04-25T17:17:23.726Z Downloaded proc-macro-crate v3.4.0
8852026-04-25T17:17:23.726Z Downloaded memmap2 v0.9.10
8862026-04-25T17:17:23.730Z Downloaded headers v0.4.1
8872026-04-25T17:17:23.730Z Downloaded nanorand v0.7.0
8882026-04-25T17:17:23.743Z Downloaded quick-error v1.2.3
8892026-04-25T17:17:23.748Z Downloaded radium v0.7.0
8902026-04-25T17:17:23.748Z Downloaded cc v1.2.56
8912026-04-25T17:17:23.748Z Downloaded psl-types v2.0.11
8922026-04-25T17:17:23.748Z Downloaded progenitor-macro v0.13.0
8932026-04-25T17:17:23.748Z Downloaded progenitor-macro v0.11.2
8942026-04-25T17:17:23.748Z Downloaded progenitor-macro v0.10.0
8952026-04-25T17:17:23.751Z Downloaded progenitor-client v0.11.2
8962026-04-25T17:17:23.751Z Downloaded pem v3.0.6
8972026-04-25T17:17:23.751Z Downloaded paste v1.0.15
8982026-04-25T17:17:23.751Z Downloaded async-compression v0.4.41
8992026-04-25T17:17:23.755Z Downloaded peg-macros v0.8.5
9002026-04-25T17:17:23.758Z Downloaded proc-macro-error-attr2 v2.0.0
9012026-04-25T17:17:23.758Z Downloaded password-hash v0.5.0
9022026-04-25T17:17:23.758Z Downloaded password-hash v0.4.2
9032026-04-25T17:17:23.762Z Downloaded parse-display-derive v0.10.0
9042026-04-25T17:17:23.762Z Downloaded parking_lot_core v0.8.6
9052026-04-25T17:17:23.762Z Downloaded packed_struct v0.10.1
9062026-04-25T17:17:23.764Z Downloaded pin-project-lite v0.2.17
9072026-04-25T17:17:23.769Z Downloaded phf v0.13.1
9082026-04-25T17:17:23.769Z Downloaded pem-rfc7468 v0.7.0
9092026-04-25T17:17:23.769Z Downloaded num_enum_derive v0.7.5
9102026-04-25T17:17:23.772Z Downloaded ppv-lite86 v0.2.21
9112026-04-25T17:17:23.772Z Downloaded poly1305 v0.8.0
9122026-04-25T17:17:23.772Z Downloaded pin-project-internal v1.1.11
9132026-04-25T17:17:23.776Z Downloaded phf v0.12.1
9142026-04-25T17:17:23.776Z Downloaded libbz2-rs-sys v0.2.2
9152026-04-25T17:17:23.776Z Downloaded oxnet v0.1.4
9162026-04-25T17:17:23.779Z Downloaded rand_chacha v0.3.1
9172026-04-25T17:17:23.779Z Downloaded postgres-protocol v0.6.10
9182026-04-25T17:17:23.779Z Downloaded polyval v0.6.2
9192026-04-25T17:17:23.782Z Downloaded omicron-zone-package v0.12.2
9202026-04-25T17:17:23.782Z Downloaded heapless v0.7.17
9212026-04-25T17:17:23.784Z Downloaded ref-cast-impl v1.0.25
9222026-04-25T17:17:23.789Z Downloaded ref-cast v1.0.25
9232026-04-25T17:17:23.789Z Downloaded recursive-proc-macro-impl v0.1.1
9242026-04-25T17:17:23.789Z Downloaded recursive v0.1.1
9252026-04-25T17:17:23.792Z Downloaded pkcs8 v0.10.2
9262026-04-25T17:17:23.792Z Downloaded derive_more-impl v2.1.1
9272026-04-25T17:17:23.795Z Downloaded primeorder v0.13.6
9282026-04-25T17:17:23.795Z Downloaded arc-swap v1.8.2
9292026-04-25T17:17:23.798Z Downloaded indicatif v0.18.4
9302026-04-25T17:17:23.801Z Downloaded progenitor-extras v0.1.1
9312026-04-25T17:17:23.801Z Downloaded progenitor-client v0.10.0
9322026-04-25T17:17:23.801Z Downloaded progenitor v0.13.0
9332026-04-25T17:17:23.805Z Downloaded progenitor v0.11.2
9342026-04-25T17:17:23.805Z Downloaded progenitor v0.10.0
9352026-04-25T17:17:23.805Z Downloaded r2d2 v0.8.10
9362026-04-25T17:17:23.808Z Downloaded psm v0.1.30
9372026-04-25T17:17:23.808Z Downloaded progenitor-client v0.13.0
9382026-04-25T17:17:23.808Z Downloaded proc-macro-error2 v2.0.1
9392026-04-25T17:17:23.812Z Downloaded parking_lot v0.11.2
9402026-04-25T17:17:23.812Z Downloaded rustc-hash v2.1.1
9412026-04-25T17:17:23.816Z Downloaded expectorate v1.2.0
9422026-04-25T17:17:23.816Z Downloaded aes v0.8.4
9432026-04-25T17:17:23.816Z Downloaded rand_chacha v0.9.0
9442026-04-25T17:17:23.819Z Downloaded diesel_derives v2.3.7
9452026-04-25T17:17:23.822Z Downloaded rustc_version v0.4.1
9462026-04-25T17:17:23.822Z Downloaded rustc_version v0.1.7
9472026-04-25T17:17:23.822Z Downloaded russh-cryptovec v0.7.3
9482026-04-25T17:17:23.824Z Downloaded peg v0.8.5
9492026-04-25T17:17:23.827Z Downloaded hickory-resolver v0.25.2
9502026-04-25T17:17:23.830Z Downloaded hickory-resolver v0.24.4
9512026-04-25T17:17:23.830Z Downloaded heapless v0.8.0
9522026-04-25T17:17:23.833Z Downloaded rand_xorshift v0.4.0
9532026-04-25T17:17:23.835Z Downloaded rand_core v0.9.5
9542026-04-25T17:17:23.835Z Downloaded pkg-config v0.3.32
9552026-04-25T17:17:23.835Z Downloaded pkcs5 v0.7.1
9562026-04-25T17:17:23.838Z Downloaded scheduled-thread-pool v0.2.7
9572026-04-25T17:17:23.845Z Downloaded same-file v1.0.6
9582026-04-25T17:17:23.845Z Downloaded base64 v0.21.7
9592026-04-25T17:17:23.845Z Downloaded rand_core v0.10.0
9602026-04-25T17:17:23.850Z Downloaded predicates v3.1.4
9612026-04-25T17:17:23.850Z Downloaded ed25519-dalek v2.2.0
9622026-04-25T17:17:23.850Z Downloaded postgres-types v0.2.12
9632026-04-25T17:17:23.854Z Downloaded rand_seeder v0.4.0
9642026-04-25T17:17:23.854Z Downloaded sapling-renderdag v0.1.0
9652026-04-25T17:17:23.854Z Downloaded postcard v1.1.3
9662026-04-25T17:17:23.854Z Downloaded pkcs1 v0.7.5
9672026-04-25T17:17:23.857Z Downloaded rand_core v0.6.4
9682026-04-25T17:17:23.857Z Downloaded scopeguard v1.2.0
9692026-04-25T17:17:23.857Z Downloaded const_format v0.2.35
9702026-04-25T17:17:23.861Z Downloaded scrypt v0.11.0
9712026-04-25T17:17:23.861Z Downloaded scroll_derive v0.13.1
9722026-04-25T17:17:23.861Z Downloaded getrandom v0.3.4
9732026-04-25T17:17:23.864Z Downloaded flate2 v1.1.9
9742026-04-25T17:17:23.868Z Downloaded parking_lot_core v0.9.12
9752026-04-25T17:17:23.868Z Downloaded parking_lot v0.12.5
9762026-04-25T17:17:23.871Z Downloaded p256 v0.13.2
9772026-04-25T17:17:23.871Z Downloaded derive_more v2.1.1
9782026-04-25T17:17:23.876Z Downloaded serde_plain v1.0.2
9792026-04-25T17:17:23.879Z Downloaded seq-macro v0.3.6
9802026-04-25T17:17:23.879Z Downloaded semver v0.1.20
9812026-04-25T17:17:23.882Z Downloaded secrecy v0.10.3
9822026-04-25T17:17:23.882Z Downloaded rtoolbox v0.0.3
9832026-04-25T17:17:23.882Z Downloaded serde_bytes v0.11.19
9842026-04-25T17:17:23.885Z Downloaded rfc6979 v0.4.0
9852026-04-25T17:17:23.885Z Downloaded resolv-conf v0.7.6
9862026-04-25T17:17:23.885Z Downloaded sha1 v0.10.6
9872026-04-25T17:17:23.888Z Downloaded rustls-native-certs v0.8.3
9882026-04-25T17:17:23.888Z Downloaded indexmap v1.9.3
9892026-04-25T17:17:23.896Z Downloaded quinn-udp v0.5.14
9902026-04-25T17:17:23.896Z Downloaded serde-big-array v0.5.1
9912026-04-25T17:17:23.896Z Downloaded hickory-server v0.25.2
9922026-04-25T17:17:23.896Z Downloaded precomputed-hash v0.1.1
9932026-04-25T17:17:23.899Z Downloaded bytes v1.11.1
9942026-04-25T17:17:23.904Z Downloaded serde_urlencoded v0.7.1
9952026-04-25T17:17:23.908Z Downloaded serde_spanned v1.0.4
9962026-04-25T17:17:23.908Z Downloaded serde_repr v0.1.20
9972026-04-25T17:17:23.908Z Downloaded shell-words v1.1.1
9982026-04-25T17:17:23.919Z Downloaded pin-project v1.1.11
9992026-04-25T17:17:23.922Z Downloaded sigpipe v0.1.3
10002026-04-25T17:17:23.922Z Downloaded signature v2.2.0
10012026-04-25T17:17:23.922Z Downloaded openssl-sys v0.9.111
10022026-04-25T17:17:23.923Z Downloaded miniz_oxide v0.8.9
10032026-04-25T17:17:23.923Z Downloaded signal-hook-mio v0.2.5
10042026-04-25T17:17:23.926Z Downloaded salsa20 v0.10.2
10052026-04-25T17:17:23.926Z Downloaded rustversion v1.0.22
10062026-04-25T17:17:23.926Z Downloaded rusty-fork v0.3.1
10072026-04-25T17:17:23.926Z Downloaded rustls-pemfile v1.0.4
10082026-04-25T17:17:23.929Z Downloaded oso v0.27.3
10092026-04-25T17:17:23.929Z Downloaded siphasher v1.0.2
10102026-04-25T17:17:23.936Z Downloaded schemars_derive v0.8.22
10112026-04-25T17:17:23.942Z Downloaded slog-bunyan v2.5.0
10122026-04-25T17:17:23.947Z Downloaded sec1 v0.7.3
10132026-04-25T17:17:23.955Z Downloaded progenitor-impl v0.10.0
10142026-04-25T17:17:23.955Z Downloaded progenitor-impl v0.13.0
10152026-04-25T17:17:23.961Z Downloaded scroll v0.13.0
10162026-04-25T17:17:23.961Z Downloaded russh-keys v0.45.0
10172026-04-25T17:17:23.961Z Downloaded sct v0.7.1
10182026-04-25T17:17:23.961Z Downloaded secrecy v0.8.0
10192026-04-25T17:17:23.966Z Downloaded ssh-cipher v0.2.0
10202026-04-25T17:17:23.969Z Downloaded serde-hex v0.1.0
10212026-04-25T17:17:23.972Z Downloaded structmeta v0.3.0
10222026-04-25T17:17:23.972Z Downloaded ssh-encoding v0.2.0
10232026-04-25T17:17:23.972Z Downloaded serde_derive_internals v0.29.1
10242026-04-25T17:17:23.975Z Downloaded sqlparser_derive v0.5.0
10252026-04-25T17:17:23.975Z Downloaded rustls-pki-types v1.14.0
10262026-04-25T17:17:23.978Z Downloaded rustls-pemfile v2.2.0
10272026-04-25T17:17:23.981Z Downloaded http v1.4.0
10282026-04-25T17:17:23.984Z Downloaded simd-adler32 v0.3.8
10292026-04-25T17:17:23.986Z Downloaded signal-hook-tokio v0.3.1
10302026-04-25T17:17:23.986Z Downloaded signal-hook-registry v1.4.8
10312026-04-25T17:17:23.989Z Downloaded tabled_derive v0.11.0
10322026-04-25T17:17:23.989Z Downloaded strum v0.27.2
10332026-04-25T17:17:23.989Z Downloaded strum v0.26.3
10342026-04-25T17:17:23.989Z Downloaded strip-ansi-escapes v0.2.1
10352026-04-25T17:17:23.992Z Downloaded structmeta-derive v0.3.0
10362026-04-25T17:17:23.992Z Downloaded shlex v1.3.0
10372026-04-25T17:17:23.992Z Downloaded pretty_assertions v1.4.1
10382026-04-25T17:17:23.998Z Downloaded minimal-lexical v0.2.1
10392026-04-25T17:17:23.998Z Downloaded prefix-trie v0.7.0
10402026-04-25T17:17:24.006Z Downloaded slab v0.4.12
10412026-04-25T17:17:24.006Z Downloaded slog-stdlog v4.1.1
10422026-04-25T17:17:24.006Z Downloaded slog-scope v4.4.1
10432026-04-25T17:17:24.006Z Downloaded subtle v2.6.1
10442026-04-25T17:17:24.006Z Downloaded slog-term v2.9.2
10452026-04-25T17:17:24.012Z Downloaded slog-json v2.6.1
10462026-04-25T17:17:24.012Z Downloaded slog-dtrace v0.3.0
10472026-04-25T17:17:24.012Z Downloaded slog-async v2.8.0
10482026-04-25T17:17:24.021Z Downloaded papergrid v0.17.0
10492026-04-25T17:17:24.021Z Downloaded sync_wrapper v1.0.2
10502026-04-25T17:17:24.021Z Downloaded smf v0.2.3
10512026-04-25T17:17:24.027Z Downloaded sync-ptr v0.1.4
10522026-04-25T17:17:24.027Z Downloaded supports-color v3.0.2
10532026-04-25T17:17:24.027Z Downloaded slog-envlogger v2.2.0
10542026-04-25T17:17:24.027Z Downloaded take_mut v0.2.2
10552026-04-25T17:17:24.027Z Downloaded tagptr v0.2.0
10562026-04-25T17:17:24.027Z Downloaded termtree v0.5.1
10572026-04-25T17:17:24.027Z Downloaded thread-id v5.1.0
10582026-04-25T17:17:24.027Z Downloaded smallvec v0.6.14
10592026-04-25T17:17:24.027Z Downloaded ron v0.8.1
10602026-04-25T17:17:24.030Z Downloaded progenitor-impl v0.11.2
10612026-04-25T17:17:24.031Z Downloaded serde_path_to_error v0.1.20
10622026-04-25T17:17:24.031Z Downloaded hyper-util v0.1.20
10632026-04-25T17:17:24.039Z Downloaded serde_with_macros v3.17.0
10642026-04-25T17:17:24.039Z Downloaded serde_cbor v0.11.2
10652026-04-25T17:17:24.044Z Downloaded static_assertions v1.1.0
10662026-04-25T17:17:24.044Z Downloaded thiserror-impl-no-std v2.0.2
10672026-04-25T17:17:24.044Z Downloaded testing_table v0.3.0
10682026-04-25T17:17:24.044Z Downloaded stacker v0.1.23
10692026-04-25T17:17:24.044Z Downloaded time-core v0.1.8
10702026-04-25T17:17:24.044Z Downloaded sqlformat v0.3.5
10712026-04-25T17:17:24.047Z Downloaded stringprep v0.1.5
10722026-04-25T17:17:24.047Z Downloaded string_cache v0.8.9
10732026-04-25T17:17:24.047Z Downloaded hashbrown v0.13.2
10742026-04-25T17:17:24.047Z Downloaded jiff-static v0.2.21
10752026-04-25T17:17:24.050Z Downloaded hashbrown v0.12.3
10762026-04-25T17:17:24.054Z Downloaded strum_macros v0.26.4
10772026-04-25T17:17:24.054Z Downloaded itertools v0.10.5
10782026-04-25T17:17:24.057Z Downloaded tinyvec_macros v0.1.1
10792026-04-25T17:17:24.062Z Downloaded rustls-platform-verifier v0.6.2
10802026-04-25T17:17:24.065Z Downloaded schemars v0.8.22
10812026-04-25T17:17:24.072Z Downloaded ryu v1.0.23
10822026-04-25T17:17:24.074Z Downloaded support-bundle-viewer v0.1.2
10832026-04-25T17:17:24.077Z Downloaded strum_macros v0.27.2
10842026-04-25T17:17:24.077Z Downloaded snafu-derive v0.8.9
10852026-04-25T17:17:24.080Z Downloaded prettyplease v0.2.37
10862026-04-25T17:17:24.080Z Downloaded tokio-macros v2.7.0
10872026-04-25T17:17:24.082Z Downloaded publicsuffix v2.3.0
10882026-04-25T17:17:24.082Z Downloaded crossterm v0.29.0
10892026-04-25T17:17:24.086Z Downloaded tap v1.0.1
10902026-04-25T17:17:24.092Z Downloaded tabwriter v1.4.1
10912026-04-25T17:17:24.098Z Downloaded qorb v0.4.1
10922026-04-25T17:17:24.098Z Downloaded termios v0.3.3
10932026-04-25T17:17:24.101Z Downloaded mio v1.2.0
10942026-04-25T17:17:24.104Z Downloaded spki v0.7.3
10952026-04-25T17:17:24.107Z Downloaded spin v0.9.8
10962026-04-25T17:17:24.107Z Downloaded thread_local v1.1.9
10972026-04-25T17:17:24.109Z Downloaded thiserror-no-std v2.0.2
10982026-04-25T17:17:24.113Z Downloaded try-lock v0.2.5
10992026-04-25T17:17:24.113Z Downloaded topological-sort v0.2.2
11002026-04-25T17:17:24.113Z Downloaded trait-variant v0.1.2
11012026-04-25T17:17:24.113Z Downloaded tiny-keccak v2.0.2
11022026-04-25T17:17:24.115Z Downloaded serde_yaml v0.9.34+deprecated
11032026-04-25T17:17:24.118Z Downloaded tower-layer v0.3.3
11042026-04-25T17:17:24.121Z Downloaded rand v0.8.5
11052026-04-25T17:17:24.124Z Downloaded num-bigint v0.4.6
11062026-04-25T17:17:24.124Z Downloaded signal-hook v0.3.18
11072026-04-25T17:17:24.127Z Downloaded bitvec v1.0.1
11082026-04-25T17:17:24.134Z Downloaded tower-service v0.3.3
11092026-04-25T17:17:24.137Z Downloaded similar v2.7.0
11102026-04-25T17:17:24.139Z Downloaded unarray v0.1.4
11112026-04-25T17:17:24.140Z Downloaded typify-macro v0.6.1
11122026-04-25T17:17:24.140Z Downloaded tls_codec_derive v0.4.2
11132026-04-25T17:17:24.142Z Downloaded strum_macros v0.24.3
11142026-04-25T17:17:24.142Z Downloaded tls_codec v0.4.2
11152026-04-25T17:17:24.142Z Downloaded rcgen v0.12.1
11162026-04-25T17:17:24.145Z Downloaded unicode-truncate v1.1.0
11172026-04-25T17:17:24.145Z Downloaded rayon-core v1.13.0
11182026-04-25T17:17:24.151Z Downloaded universal-hash v0.5.1
11192026-04-25T17:17:24.151Z Downloaded untrusted v0.7.1
11202026-04-25T17:17:24.154Z Downloaded unit-prefix v0.5.2
11212026-04-25T17:17:24.154Z Downloaded tokio-native-tls v0.3.1
11222026-04-25T17:17:24.154Z Downloaded typify-macro v0.4.3
11232026-04-25T17:17:24.154Z Downloaded libxml v0.3.3
11242026-04-25T17:17:24.163Z Downloaded tokio-dtrace v0.1.1
11252026-04-25T17:17:24.163Z Downloaded slog v2.8.2
11262026-04-25T17:17:24.163Z Downloaded crossterm v0.28.1
11272026-04-25T17:17:24.166Z Downloaded hashbrown v0.15.5
11282026-04-25T17:17:24.166Z Downloaded utf-8 v0.7.6
11292026-04-25T17:17:24.166Z Downloaded tokio-tungstenite v0.21.0
11302026-04-25T17:17:24.166Z Downloaded usdt-macro v0.6.0
11312026-04-25T17:17:24.170Z Downloaded untrusted v0.9.0
11322026-04-25T17:17:24.170Z Downloaded usdt-attr-macro v0.6.0
11332026-04-25T17:17:24.170Z Downloaded toml_writer v1.0.6+spec-1.1.0
11342026-04-25T17:17:24.170Z Downloaded socket2 v0.5.10
11352026-04-25T17:17:24.173Z Downloaded rsa v0.9.10
11362026-04-25T17:17:24.174Z Downloaded usdt v0.6.0
11372026-04-25T17:17:24.178Z Downloaded term v1.2.1
11382026-04-25T17:17:24.178Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11392026-04-25T17:17:24.178Z Downloaded term v0.7.0
11402026-04-25T17:17:24.181Z Downloaded quinn v0.11.9
11412026-04-25T17:17:24.181Z Downloaded rand v0.10.0
11422026-04-25T17:17:24.184Z Downloaded num-bigint-dig v0.8.6
11432026-04-25T17:17:24.186Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11442026-04-25T17:17:24.189Z Downloaded tokio-tungstenite v0.23.1
11452026-04-25T17:17:24.189Z Downloaded itertools v0.12.1
11462026-04-25T17:17:24.192Z Downloaded waitgroup v0.1.2
11472026-04-25T17:17:24.195Z Downloaded void v1.0.2
11482026-04-25T17:17:24.195Z Downloaded nom v7.1.3
11492026-04-25T17:17:24.198Z Downloaded wait-timeout v0.2.1
11502026-04-25T17:17:24.205Z Downloaded want v0.3.1
11512026-04-25T17:17:24.205Z Downloaded rand v0.9.2
11522026-04-25T17:17:24.210Z Downloaded unicase v2.9.0
11532026-04-25T17:17:24.210Z Downloaded hyper v1.8.1
11542026-04-25T17:17:24.210Z Downloaded tui-tree-widget v0.23.1
11552026-04-25T17:17:24.218Z Downloaded samael v0.0.19
11562026-04-25T17:17:24.218Z Downloaded subprocess v0.2.15
11572026-04-25T17:17:24.221Z Downloaded iddqd v0.3.17
11582026-04-25T17:17:24.221Z Downloaded rustls-webpki v0.103.9
11592026-04-25T17:17:24.225Z Downloaded schemars v0.9.0
11602026-04-25T17:17:24.228Z Downloaded usdt-impl v0.6.0
11612026-04-25T17:17:24.230Z Downloaded xattr v1.6.1
11622026-04-25T17:17:24.230Z Downloaded tokio-rustls v0.24.1
11632026-04-25T17:17:24.233Z Downloaded xshell-macros v0.2.7
11642026-04-25T17:17:24.233Z Downloaded p521 v0.13.3
11652026-04-25T17:17:24.237Z Downloaded tokio-rustls v0.26.4
11662026-04-25T17:17:24.240Z Downloaded uzers v0.12.2
11672026-04-25T17:17:24.242Z Downloaded zeroize_derive v1.4.3
11682026-04-25T17:17:24.246Z Downloaded zone v0.3.1
11692026-04-25T17:17:24.249Z Downloaded time-macros v0.2.27
11702026-04-25T17:17:24.249Z Downloaded vergen-lib v0.1.6
11712026-04-25T17:17:24.254Z Downloaded vergen-gitcl v1.0.8
11722026-04-25T17:17:24.254Z Downloaded zone_cfg_derive v0.3.1
11732026-04-25T17:17:24.254Z Downloaded itertools v0.14.0
11742026-04-25T17:17:24.256Z Downloaded test-strategy v0.4.5
11752026-04-25T17:17:24.260Z Downloaded twox-hash v2.1.2
11762026-04-25T17:17:24.264Z Downloaded russh v0.45.0
11772026-04-25T17:17:24.269Z Downloaded vsss-rs v3.3.4
11782026-04-25T17:17:24.269Z Downloaded snafu v0.8.9
11792026-04-25T17:17:24.272Z Downloaded iri-string v0.7.10
11802026-04-25T17:17:24.276Z Downloaded vergen-git2 v1.0.7
11812026-04-25T17:17:24.280Z Downloaded tracing-attributes v0.1.31
11822026-04-25T17:17:24.284Z Downloaded aho-corasick v1.1.4
11832026-04-25T17:17:24.290Z Downloaded whoami v2.1.0
11842026-04-25T17:17:24.290Z Downloaded wyz v0.5.1
11852026-04-25T17:17:24.290Z Downloaded schemars v1.2.1
11862026-04-25T17:17:24.296Z Downloaded xshell v0.2.7
11872026-04-25T17:17:24.304Z Downloaded walkdir v2.5.0
11882026-04-25T17:17:24.304Z Downloaded socket2 v0.6.3
11892026-04-25T17:17:24.304Z Downloaded tokio-stream v0.1.18
11902026-04-25T17:17:24.304Z Downloaded futures-util v0.3.32
11912026-04-25T17:17:24.308Z Downloaded zeroize v1.8.2
11922026-04-25T17:17:24.308Z Downloaded hkdf v0.12.4
11932026-04-25T17:17:24.311Z Downloaded libm v0.2.16
11942026-04-25T17:17:24.314Z Downloaded tokio-rustls v0.25.0
11952026-04-25T17:17:24.317Z Downloaded tinyvec v1.10.0
11962026-04-25T17:17:24.317Z Downloaded typify v0.4.3
11972026-04-25T17:17:24.320Z Downloaded tungstenite v0.23.0
11982026-04-25T17:17:24.322Z Downloaded tungstenite v0.21.0
11992026-04-25T17:17:24.322Z Downloaded unicode-properties v0.1.4
12002026-04-25T17:17:24.325Z Downloaded steno v0.4.1
12012026-04-25T17:17:24.328Z Downloaded zstd v0.13.3
12022026-04-25T17:17:24.328Z Downloaded tar v0.4.45
12032026-04-25T17:17:24.331Z Downloaded vergen v9.0.6
12042026-04-25T17:17:24.331Z Downloaded unicode-bidi v0.3.18
12052026-04-25T17:17:24.333Z Downloaded itertools v0.13.0
12062026-04-25T17:17:24.336Z Downloaded toml v1.0.6+spec-1.1.0
12072026-04-25T17:17:24.338Z Downloaded toml v0.9.12+spec-1.1.0
12082026-04-25T17:17:24.341Z Downloaded toml_parser v1.0.9+spec-1.1.0
12092026-04-25T17:17:24.344Z Downloaded toml v0.7.8
12102026-04-25T17:17:24.344Z Downloaded h2 v0.4.13
12112026-04-25T17:17:24.349Z Downloaded tracing-core v0.1.36
12122026-04-25T17:17:24.351Z Downloaded whoami v1.6.1
12132026-04-25T17:17:24.357Z Downloaded vte v0.14.1
12142026-04-25T17:17:24.360Z Downloaded typify v0.6.1
12152026-04-25T17:17:24.369Z Downloaded rustyline v14.0.0
12162026-04-25T17:17:24.378Z Downloaded zerocopy v0.6.6
12172026-04-25T17:17:24.383Z Downloaded unsafe-libyaml v0.2.11
12182026-04-25T17:17:24.383Z Downloaded reedline v0.40.0
12192026-04-25T17:17:24.389Z Downloaded aws-lc-rs v1.16.0
12202026-04-25T17:17:24.392Z Downloaded zstd-safe v7.2.4
12212026-04-25T17:17:24.392Z Downloaded yasna v0.5.2
12222026-04-25T17:17:24.395Z Downloaded rpassword v7.4.0
12232026-04-25T17:17:24.395Z Downloaded toml_edit v0.23.10+spec-1.0.0
12242026-04-25T17:17:24.397Z Downloaded ssh-key v0.6.7
12252026-04-25T17:17:24.411Z Downloaded git2 v0.20.4
12262026-04-25T17:17:24.423Z Downloaded unicode_categories v0.1.1
12272026-04-25T17:17:24.429Z Downloaded p384 v0.13.1
12282026-04-25T17:17:24.429Z Downloaded uuid v1.23.0
12292026-04-25T17:17:24.436Z Downloaded zopfli v0.8.3
12302026-04-25T17:17:24.442Z Downloaded toml_edit v0.19.15
12312026-04-25T17:17:24.451Z Downloaded unicode-segmentation v1.12.0
12322026-04-25T17:17:24.455Z Downloaded typed-path v0.9.3
12332026-04-25T17:17:24.462Z Downloaded yansi v1.0.1
12342026-04-25T17:17:24.467Z Downloaded tokio-postgres v0.7.16
12352026-04-25T17:17:24.470Z Downloaded zerocopy-derive v0.8.40
12362026-04-25T17:17:24.473Z Downloaded reqwest v0.12.28
12372026-04-25T17:17:24.476Z Downloaded zip v0.6.6
12382026-04-25T17:17:24.488Z Downloaded regex v1.12.3
12392026-04-25T17:17:24.491Z Downloaded x509-cert v0.2.5
12402026-04-25T17:17:24.508Z Downloaded bindgen v0.71.1
12412026-04-25T17:17:24.511Z Downloaded reqwest v0.13.2
12422026-04-25T17:17:24.515Z Downloaded salty v0.3.0
12432026-04-25T17:17:24.522Z Downloaded unicode-normalization v0.1.25
12442026-04-25T17:17:24.530Z Downloaded tower-http v0.6.8
12452026-04-25T17:17:24.533Z Downloaded tower v0.5.3
12462026-04-25T17:17:24.538Z Downloaded rustls-webpki v0.101.7
12472026-04-25T17:17:24.546Z Downloaded moka v0.12.13
12482026-04-25T17:17:24.552Z Downloaded rayon v1.11.0
12492026-04-25T17:17:24.556Z Downloaded quick-xml v0.37.5
12502026-04-25T17:17:24.561Z Downloaded lalrpop v0.19.12
12512026-04-25T17:17:24.573Z Downloaded goblin v0.10.5
12522026-04-25T17:17:24.577Z Downloaded portable-atomic v1.13.1
12532026-04-25T17:17:24.577Z Downloaded chrono v0.4.44
12542026-04-25T17:17:24.586Z Downloaded tough v0.20.0
12552026-04-25T17:17:24.586Z Downloaded proptest v1.10.0
12562026-04-25T17:17:24.589Z Downloaded zip v4.6.1
12572026-04-25T17:17:24.594Z Downloaded tokio-util v0.7.18
12582026-04-25T17:17:24.596Z Downloaded radix_trie v0.2.1
12592026-04-25T17:17:24.599Z Downloaded curve25519-dalek v4.1.3
12602026-04-25T17:17:24.603Z Downloaded rustls-webpki v0.102.8
12612026-04-25T17:17:24.614Z Downloaded winnow v0.6.26
12622026-04-25T17:17:24.620Z Downloaded winnow v0.5.40
12632026-04-25T17:17:24.627Z Downloaded polar-core v0.27.3
12642026-04-25T17:17:24.630Z Downloaded serde_with v3.17.0
12652026-04-25T17:17:24.635Z Downloaded openssl v0.10.75
12662026-04-25T17:17:24.640Z Downloaded nix v0.27.1
12672026-04-25T17:17:24.648Z Downloaded petname v2.0.2
12682026-04-25T17:17:24.654Z Downloaded nix v0.29.0
12692026-04-25T17:17:24.659Z Downloaded object v0.30.4
12702026-04-25T17:17:24.667Z Downloaded quinn-proto v0.11.13
12712026-04-25T17:17:24.682Z Downloaded dropshot v0.16.7
12722026-04-25T17:17:24.695Z Downloaded smoltcp v0.9.1
12732026-04-25T17:17:24.701Z Downloaded hickory-proto v0.24.4
12742026-04-25T17:17:24.709Z Downloaded dropshot v0.17.0
12752026-04-25T17:17:24.723Z Downloaded rustls v0.21.12
12762026-04-25T17:17:24.728Z Downloaded regex-syntax v0.6.29
12772026-04-25T17:17:24.733Z Downloaded object v0.37.3
12782026-04-25T17:17:24.739Z Downloaded time v0.3.47
12792026-04-25T17:17:24.746Z Downloaded bstr v1.12.1
12802026-04-25T17:17:24.751Z Downloaded tabled v0.20.0
12812026-04-25T17:17:24.761Z Downloaded rustls v0.22.4
12822026-04-25T17:17:24.769Z Downloaded vcpkg v0.2.15
12832026-04-25T17:17:24.791Z Downloaded zlib-rs v0.6.2
12842026-04-25T17:17:24.794Z Downloaded nix v0.31.2
12852026-04-25T17:17:24.801Z Downloaded webpki-roots v1.0.6
12862026-04-25T17:17:24.804Z Downloaded smoltcp v0.11.0
12872026-04-25T17:17:24.810Z Downloaded regex-syntax v0.8.10
12882026-04-25T17:17:24.814Z Downloaded zerocopy v0.8.40
12892026-04-25T17:17:24.823Z Downloaded openapiv3 v2.2.0
12902026-04-25T17:17:24.830Z Downloaded regress v0.10.5
12912026-04-25T17:17:24.833Z Downloaded diesel v2.3.7
12922026-04-25T17:17:24.843Z Downloaded nix v0.28.0
12932026-04-25T17:17:24.849Z Downloaded rustls v0.23.37
12942026-04-25T17:17:24.856Z Downloaded hickory-proto v0.25.2
12952026-04-25T17:17:24.867Z Downloaded sled v0.34.7
12962026-04-25T17:17:24.871Z Downloaded rustix v0.38.44
12972026-04-25T17:17:24.885Z Downloaded ratatui v0.29.0
12982026-04-25T17:17:24.954Z Downloaded zerocopy-derive v0.6.6
12992026-04-25T17:17:24.958Z Downloaded sqlparser v0.61.0
13002026-04-25T17:17:24.958Z Downloaded tracing v0.1.44
13012026-04-25T17:17:24.962Z Downloaded typify-impl v0.6.1
13022026-04-25T17:17:24.968Z Downloaded typify-impl v0.4.3
13032026-04-25T17:17:24.979Z Downloaded bzip2-sys v0.1.13+1.0.8
13042026-04-25T17:17:24.984Z Downloaded petgraph v0.6.5
13052026-04-25T17:17:24.996Z Downloaded regex-automata v0.4.14
13062026-04-25T17:17:25.012Z Downloaded csv v1.4.0
13072026-04-25T17:17:25.025Z Downloaded jiff v0.2.21
13082026-04-25T17:17:25.036Z Downloaded petgraph v0.8.3
13092026-04-25T17:17:25.049Z Downloaded chrono-tz v0.10.4
13102026-04-25T17:17:25.060Z Downloaded libz-sys v1.1.24
13112026-04-25T17:17:25.085Z Downloaded tokio v1.52.1
13122026-04-25T17:17:25.108Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13132026-04-25T17:17:25.119Z Downloaded sha3 v0.10.8
13142026-04-25T17:17:25.170Z Downloaded encoding_rs v0.8.35
13152026-04-25T17:17:25.200Z Downloaded ring v0.17.14
13162026-04-25T17:17:25.234Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-04-25T17:17:25.711Z Downloaded aws-lc-sys v0.37.1
13182026-04-25T17:17:25.961Z Compiling libc v0.2.185
13192026-04-25T17:17:25.961Z Compiling serde v1.0.228
13202026-04-25T17:17:25.964Z Compiling log v0.4.29
13212026-04-25T17:17:25.964Z Compiling shlex v1.3.0
13222026-04-25T17:17:25.964Z Compiling find-msvc-tools v0.1.9
13232026-04-25T17:17:25.964Z Compiling smallvec v1.15.1
13242026-04-25T17:17:25.964Z Compiling typenum v1.19.0
13252026-04-25T17:17:25.964Z Compiling subtle v2.6.1
13262026-04-25T17:17:25.964Z Compiling generic-array v0.14.7
13272026-04-25T17:17:25.964Z Compiling scopeguard v1.2.0
13282026-04-25T17:17:25.964Z Compiling const-oid v0.9.6
13292026-04-25T17:17:26.134Z Compiling portable-atomic v1.13.1
13302026-04-25T17:17:26.156Z Compiling syn v2.0.117
13312026-04-25T17:17:26.169Z Compiling zerocopy v0.8.40
13322026-04-25T17:17:26.175Z Compiling critical-section v1.2.0
13332026-04-25T17:17:26.188Z Compiling serde_json v1.0.149
13342026-04-25T17:17:26.266Z Compiling lock_api v0.4.14
13352026-04-25T17:17:26.328Z Compiling pin-project-lite v0.2.17
13362026-04-25T17:17:26.349Z Compiling parking_lot_core v0.9.12
13372026-04-25T17:17:26.365Z Compiling pkg-config v0.3.32
13382026-04-25T17:17:26.384Z Compiling bitflags v2.11.0
13392026-04-25T17:17:26.393Z Compiling libm v0.2.16
13402026-04-25T17:17:26.393Z Compiling num-traits v0.2.19
13412026-04-25T17:17:26.411Z Compiling futures-core v0.3.32
13422026-04-25T17:17:26.458Z Compiling percent-encoding v2.3.2
13432026-04-25T17:17:26.502Z Compiling allocator-api2 v0.2.21
13442026-04-25T17:17:26.545Z Compiling futures-sink v0.3.32
13452026-04-25T17:17:26.594Z Compiling foldhash v0.2.0
13462026-04-25T17:17:26.644Z Compiling cpufeatures v0.2.17
13472026-04-25T17:17:26.669Z Compiling futures-channel v0.3.32
13482026-04-25T17:17:26.675Z Compiling futures-io v0.3.32
13492026-04-25T17:17:26.685Z Compiling slab v0.4.12
13502026-04-25T17:17:26.756Z Compiling getrandom v0.4.1
13512026-04-25T17:17:26.772Z Compiling futures-task v0.3.32
13522026-04-25T17:17:26.820Z Compiling hashbrown v0.16.1
13532026-04-25T17:17:26.833Z Compiling rustversion v1.0.22
13542026-04-25T17:17:26.847Z Compiling rand_core v0.10.0
13552026-04-25T17:17:26.863Z Compiling getrandom v0.3.4
13562026-04-25T17:17:26.878Z Compiling form_urlencoded v1.2.2
13572026-04-25T17:17:26.905Z Compiling dunce v1.0.5
13582026-04-25T17:17:26.936Z Compiling ident_case v1.0.1
13592026-04-25T17:17:26.936Z Compiling fs_extra v1.3.0
13602026-04-25T17:17:26.977Z Compiling getrandom v0.2.17
13612026-04-25T17:17:27.015Z Compiling jobserver v0.1.34
13622026-04-25T17:17:27.028Z Compiling errno v0.3.14
13632026-04-25T17:17:27.067Z Compiling mio v1.2.0
13642026-04-25T17:17:27.090Z Compiling socket2 v0.6.3
13652026-04-25T17:17:27.110Z Compiling rand_core v0.6.4
13662026-04-25T17:17:27.194Z Compiling signal-hook-registry v1.4.8
13672026-04-25T17:17:27.211Z Compiling once_cell v1.21.3
13682026-04-25T17:17:27.253Z Compiling cc v1.2.56
13692026-04-25T17:17:27.256Z Compiling parking_lot v0.12.5
13702026-04-25T17:17:27.431Z Compiling base64ct v1.8.3
13712026-04-25T17:17:27.462Z Compiling indexmap v2.13.0
13722026-04-25T17:17:27.483Z Compiling flagset v0.4.7
13732026-04-25T17:17:27.497Z Compiling iana-time-zone v0.1.65
13742026-04-25T17:17:27.501Z Compiling rustix v1.1.3
13752026-04-25T17:17:27.529Z Compiling uuid v1.23.0
13762026-04-25T17:17:27.594Z Compiling rustc_version v0.4.1
13772026-04-25T17:17:27.634Z Compiling regex-syntax v0.8.10
13782026-04-25T17:17:27.659Z Compiling vcpkg v0.2.15
13792026-04-25T17:17:27.719Z Compiling pem-rfc7468 v0.7.0
13802026-04-25T17:17:27.725Z Compiling aws-lc-rs v1.16.0
13812026-04-25T17:17:27.754Z Compiling tracing-core v0.1.36
13822026-04-25T17:17:27.769Z Compiling openssl-probe v0.2.1
13832026-04-25T17:17:27.886Z Compiling rand_core v0.9.5
13842026-04-25T17:17:27.960Z Compiling schemars v0.8.22
13852026-04-25T17:17:27.986Z Compiling untrusted v0.7.1
13862026-04-25T17:17:27.996Z Compiling untrusted v0.9.0
13872026-04-25T17:17:28.036Z Compiling cmake v0.1.57
13882026-04-25T17:17:28.052Z Compiling httparse v1.10.1
13892026-04-25T17:17:28.055Z Compiling base64 v0.22.1
13902026-04-25T17:17:28.122Z Compiling tower-layer v0.3.3
13912026-04-25T17:17:28.135Z Compiling tinyvec_macros v0.1.1
13922026-04-25T17:17:28.149Z Compiling tower-service v0.3.3
13932026-04-25T17:17:28.187Z Compiling atomic-waker v1.1.2
13942026-04-25T17:17:28.217Z Compiling dyn-clone v1.0.20
13952026-04-25T17:17:28.249Z Compiling rustls v0.23.37
13962026-04-25T17:17:28.265Z Compiling try-lock v0.2.5
13972026-04-25T17:17:28.265Z Compiling tinyvec v1.10.0
13982026-04-25T17:17:28.298Z Compiling spin v0.9.8
13992026-04-25T17:17:28.302Z Compiling aho-corasick v1.1.4
14002026-04-25T17:17:28.328Z Compiling crc32fast v1.5.0
14012026-04-25T17:17:28.344Z Compiling httpdate v1.0.3
14022026-04-25T17:17:28.389Z Compiling want v0.3.1
14032026-04-25T17:17:28.405Z Compiling openssl v0.10.75
14042026-04-25T17:17:28.426Z Compiling num-conv v0.2.0
14052026-04-25T17:17:28.457Z Compiling foreign-types-shared v0.1.1
14062026-04-25T17:17:28.460Z Compiling time-core v0.1.8
14072026-04-25T17:17:28.488Z Compiling powerfmt v0.2.0
14082026-04-25T17:17:28.537Z Compiling pin-utils v0.1.0
14092026-04-25T17:17:28.563Z Compiling foreign-types v0.3.2
14102026-04-25T17:17:28.580Z Compiling socket2 v0.5.10
14112026-04-25T17:17:28.585Z Compiling wait-timeout v0.2.1
14122026-04-25T17:17:28.615Z Compiling bit-vec v0.8.0
14132026-04-25T17:17:28.631Z Compiling native-tls v0.2.18
14142026-04-25T17:17:28.655Z Compiling time-macros v0.2.27
14152026-04-25T17:17:28.658Z Compiling deranged v0.5.8
14162026-04-25T17:17:28.672Z Compiling syn v1.0.109
14172026-04-25T17:17:28.698Z Compiling siphasher v1.0.2
14182026-04-25T17:17:28.701Z Compiling crossbeam-utils v0.8.21
14192026-04-25T17:17:28.730Z Compiling num_threads v0.1.7
14202026-04-25T17:17:28.844Z Compiling quick-error v1.2.3
14212026-04-25T17:17:28.861Z Compiling usdt-impl v0.6.0
14222026-04-25T17:17:28.876Z Compiling simd-adler32 v0.3.8
14232026-04-25T17:17:28.900Z Compiling bit-set v0.8.0
14242026-04-25T17:17:28.930Z Compiling unicode-normalization v0.1.25
14252026-04-25T17:17:28.947Z Compiling aws-lc-sys v0.37.1
14262026-04-25T17:17:28.979Z Compiling ring v0.17.14
14272026-04-25T17:17:29.042Z Compiling openssl-sys v0.9.111
14282026-04-25T17:17:29.056Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14292026-04-25T17:17:29.118Z Compiling bzip2-sys v0.1.13+1.0.8
14302026-04-25T17:17:29.135Z Compiling synstructure v0.13.2
14312026-04-25T17:17:29.148Z Compiling serde_derive_internals v0.29.1
14322026-04-25T17:17:29.152Z Compiling pest_generator v2.8.6
14332026-04-25T17:17:29.177Z Compiling darling_core v0.20.11
14342026-04-25T17:17:29.431Z Compiling tempfile v3.25.0
14352026-04-25T17:17:29.447Z Compiling regex-automata v0.4.14
14362026-04-25T17:17:29.464Z Compiling darling_core v0.21.3
14372026-04-25T17:17:29.770Z Compiling rusty-fork v0.3.1
14382026-04-25T17:17:29.784Z Compiling rand_xorshift v0.4.0
14392026-04-25T17:17:29.820Z Compiling time v0.3.47
14402026-04-25T17:17:29.835Z Compiling slog v2.8.2
14412026-04-25T17:17:29.912Z Compiling heapless v0.7.17
14422026-04-25T17:17:29.977Z Compiling thread-id v5.1.0
14432026-04-25T17:17:30.047Z Compiling sync_wrapper v1.0.2
14442026-04-25T17:17:30.081Z Compiling cookie v0.18.1
14452026-04-25T17:17:30.103Z Compiling signal-hook v0.3.18
14462026-04-25T17:17:30.115Z Compiling adler2 v2.0.1
14472026-04-25T17:17:30.132Z Compiling anyhow v1.0.102
14482026-04-25T17:17:30.132Z Compiling paste v1.0.15
14492026-04-25T17:17:30.170Z Compiling unarray v0.1.4
14502026-04-25T17:17:30.186Z Compiling zstd-safe v7.2.4
14512026-04-25T17:17:30.269Z Compiling unicode-bidi v0.3.18
14522026-04-25T17:17:30.287Z Compiling unicode-properties v0.1.4
14532026-04-25T17:17:30.318Z Compiling miniz_oxide v0.8.9
14542026-04-25T17:17:30.492Z Compiling num-integer v0.1.46
14552026-04-25T17:17:30.516Z Compiling vergen-lib v0.1.6
14562026-04-25T17:17:30.716Z Compiling stringprep v0.1.5
14572026-04-25T17:17:30.730Z Compiling curve25519-dalek v4.1.3
14582026-04-25T17:17:30.835Z Compiling ff v0.13.1
14592026-04-25T17:17:30.838Z Compiling hash32 v0.2.1
14602026-04-25T17:17:30.946Z Compiling memoffset v0.9.1
14612026-04-25T17:17:30.962Z Compiling serde_derive v1.0.228
14622026-04-25T17:17:30.978Z Compiling zeroize_derive v1.4.3
14632026-04-25T17:17:30.991Z Compiling zerofrom-derive v0.1.6
14642026-04-25T17:17:31.068Z Compiling yoke-derive v0.8.1
14652026-04-25T17:17:31.100Z Compiling zerocopy-derive v0.8.40
14662026-04-25T17:17:31.147Z Compiling zerovec-derive v0.11.2
14672026-04-25T17:17:31.160Z Compiling displaydoc v0.2.5
14682026-04-25T17:17:31.190Z Compiling tokio-macros v2.7.0
14692026-04-25T17:17:31.482Z Compiling futures-macro v0.3.32
14702026-04-25T17:17:31.585Z Compiling der_derive v0.7.3
14712026-04-25T17:17:31.654Z Compiling zeroize v1.8.2
14722026-04-25T17:17:31.941Z Compiling thiserror-impl v2.0.18
14732026-04-25T17:17:31.955Z Compiling rustls-pki-types v1.14.0
14742026-04-25T17:17:32.082Z Compiling tracing-attributes v0.1.31
14752026-04-25T17:17:32.292Z Compiling schemars_derive v0.8.22
14762026-04-25T17:17:32.392Z Compiling pest_derive v2.8.6
14772026-04-25T17:17:32.415Z Compiling futures-util v0.3.32
14782026-04-25T17:17:32.493Z Compiling crypto-common v0.1.7
14792026-04-25T17:17:32.509Z Compiling zerofrom v0.1.6
14802026-04-25T17:17:32.524Z Compiling block-buffer v0.10.4
14812026-04-25T17:17:32.652Z Compiling yoke v0.8.1
14822026-04-25T17:17:32.667Z Compiling digest v0.10.7
14832026-04-25T17:17:32.667Z Compiling block-padding v0.3.3
14842026-04-25T17:17:32.716Z Compiling der v0.7.10
14852026-04-25T17:17:32.843Z Compiling zerovec v0.11.5
14862026-04-25T17:17:32.860Z Compiling zerotrie v0.2.3
14872026-04-25T17:17:32.860Z Compiling inout v0.1.4
14882026-04-25T17:17:32.957Z Compiling hmac v0.12.1
14892026-04-25T17:17:33.066Z Compiling cipher v0.4.4
14902026-04-25T17:17:33.132Z Compiling sha2 v0.10.9
14912026-04-25T17:17:33.176Z Compiling pbkdf2 v0.12.2
14922026-04-25T17:17:33.309Z Compiling tinystr v0.8.2
14932026-04-25T17:17:33.349Z Compiling potential_utf v0.1.4
14942026-04-25T17:17:33.364Z Compiling salsa20 v0.10.2
14952026-04-25T17:17:33.367Z Compiling thiserror v2.0.18
14962026-04-25T17:17:33.501Z Compiling icu_locale_core v2.1.1
14972026-04-25T17:17:33.501Z Compiling icu_collections v2.1.1
14982026-04-25T17:17:33.531Z Compiling scrypt v0.11.0
14992026-04-25T17:17:33.531Z Compiling cbc v0.1.2
15002026-04-25T17:17:33.581Z Compiling spki v0.7.3
15012026-04-25T17:17:33.591Z Compiling aes v0.8.4
15022026-04-25T17:17:33.652Z Compiling tracing v0.1.44
15032026-04-25T17:17:33.742Z Compiling scroll_derive v0.13.1
15042026-04-25T17:17:33.787Z Compiling darling_macro v0.20.11
15052026-04-25T17:17:33.821Z Compiling openssl-macros v0.1.1
15062026-04-25T17:17:33.946Z Compiling dtrace-parser v0.3.0
15072026-04-25T17:17:33.963Z Compiling signature v2.2.0
15082026-04-25T17:17:34.000Z Compiling pkcs5 v0.7.1
15092026-04-25T17:17:34.164Z Compiling icu_provider v2.1.1
15102026-04-25T17:17:34.294Z Compiling darling v0.20.11
15112026-04-25T17:17:34.361Z Compiling pkcs8 v0.10.2
15122026-04-25T17:17:34.393Z Compiling derive_builder_core v0.20.2
15132026-04-25T17:17:34.423Z Compiling icu_normalizer v2.1.1
15142026-04-25T17:17:34.486Z Compiling bytes v1.11.1
15152026-04-25T17:17:34.510Z Compiling icu_properties v2.1.2
15162026-04-25T17:17:34.557Z Compiling chrono v0.4.44
15172026-04-25T17:17:34.573Z Compiling ipnet v2.11.0
15182026-04-25T17:17:34.597Z Compiling scroll v0.13.0
15192026-04-25T17:17:34.683Z Compiling rustls-native-certs v0.8.3
15202026-04-25T17:17:34.699Z Compiling thiserror-impl v1.0.69
15212026-04-25T17:17:34.739Z Compiling scroll_derive v0.12.1
15222026-04-25T17:17:34.755Z Compiling serde_spanned v0.6.9
15232026-04-25T17:17:34.880Z Compiling goblin v0.10.5
15242026-04-25T17:17:34.914Z Compiling toml_datetime v0.6.11
15252026-04-25T17:17:34.980Z Compiling tokio v1.52.1
15262026-04-25T17:17:34.997Z Compiling http v1.4.0
15272026-04-25T17:17:35.099Z Compiling serde_tokenstream v0.2.3
15282026-04-25T17:17:35.113Z Compiling erased-serde v0.3.31
15292026-04-25T17:17:35.187Z Compiling md-5 v0.10.6
15302026-04-25T17:17:35.284Z Compiling derive_builder_macro v0.20.2
15312026-04-25T17:17:35.370Z Compiling idna_adapter v1.2.1
15322026-04-25T17:17:35.425Z Compiling webpki-roots v1.0.6
15332026-04-25T17:17:35.441Z Compiling scroll v0.12.0
15342026-04-25T17:17:35.523Z Compiling ppv-lite86 v0.2.21
15352026-04-25T17:17:35.550Z Compiling idna v1.1.0
15362026-04-25T17:17:35.565Z Compiling darling_macro v0.21.3
15372026-04-25T17:17:35.617Z Compiling http-body v1.0.1
15382026-04-25T17:17:35.634Z Compiling zerocopy-derive v0.7.35
15392026-04-25T17:17:35.743Z Compiling litrs v1.0.0
15402026-04-25T17:17:35.754Z Compiling http-body-util v0.1.3
15412026-04-25T17:17:35.772Z Compiling base16ct v0.2.0
15422026-04-25T17:17:35.788Z Compiling psl-types v2.0.11
15432026-04-25T17:17:35.859Z Compiling url v2.5.8
15442026-04-25T17:17:35.913Z Compiling rand_chacha v0.9.0
15452026-04-25T17:17:35.928Z Compiling rand_chacha v0.3.1
15462026-04-25T17:17:35.967Z Compiling cfg_aliases v0.2.1
15472026-04-25T17:17:35.982Z Compiling zlib-rs v0.6.2
15482026-04-25T17:17:36.002Z Compiling iri-string v0.7.10
15492026-04-25T17:17:36.017Z Compiling thiserror v1.0.69
15502026-04-25T17:17:36.055Z Compiling fallible-iterator v0.2.0
15512026-04-25T17:17:36.082Z Compiling rustix v0.38.44
15522026-04-25T17:17:36.134Z Compiling rand v0.9.2
15532026-04-25T17:17:36.232Z Compiling ref-cast v1.0.25
15542026-04-25T17:17:36.247Z Compiling smoltcp v0.9.1
15552026-04-25T17:17:36.303Z Compiling ryu v1.0.23
15562026-04-25T17:17:36.504Z Compiling num-bigint-dig v0.8.6
15572026-04-25T17:17:36.525Z Compiling zerocopy v0.7.35
15582026-04-25T17:17:36.634Z Compiling serde_urlencoded v0.7.1
15592026-04-25T17:17:36.678Z Compiling document-features v0.2.12
15602026-04-25T17:17:36.709Z Compiling proptest v1.10.0
15612026-04-25T17:17:36.746Z Compiling postgres-protocol v0.6.10
15622026-04-25T17:17:36.762Z Compiling rand v0.8.5
15632026-04-25T17:17:36.778Z Compiling darling v0.21.3
15642026-04-25T17:17:36.872Z Compiling nix v0.31.2
15652026-04-25T17:17:36.886Z Compiling sec1 v0.7.3
15662026-04-25T17:17:36.902Z Compiling publicsuffix v2.3.0
15672026-04-25T17:17:36.958Z Compiling derive_builder v0.20.2
15682026-04-25T17:17:37.089Z Compiling goblin v0.8.2
15692026-04-25T17:17:37.105Z Compiling cargo-platform v0.1.9
15702026-04-25T17:17:37.173Z Compiling ipnetwork v0.21.1
15712026-04-25T17:17:37.209Z Compiling hubpack_derive v0.1.1
15722026-04-25T17:17:37.259Z Compiling hkdf v0.12.4
15732026-04-25T17:17:37.335Z Compiling crypto-bigint v0.5.5
15742026-04-25T17:17:37.349Z Compiling regex v1.12.3
15752026-04-25T17:17:37.439Z Compiling oxnet v0.1.4
15762026-04-25T17:17:37.565Z Compiling dof v0.4.0
15772026-04-25T17:17:37.684Z Compiling ref-cast-impl v1.0.25
15782026-04-25T17:17:37.698Z Compiling strum_macros v0.27.2
15792026-04-25T17:17:37.702Z Compiling async-trait v0.1.89
15802026-04-25T17:17:37.748Z Compiling daft-derive v0.1.5
15812026-04-25T17:17:37.806Z Compiling curve25519-dalek-derive v0.1.1
15822026-04-25T17:17:37.851Z Compiling group v0.13.0
15832026-04-25T17:17:38.141Z Compiling num-iter v0.1.45
15842026-04-25T17:17:38.423Z Compiling terminal_size v0.4.3
15852026-04-25T17:17:38.482Z Compiling phf_shared v0.13.1
15862026-04-25T17:17:38.502Z Compiling lazy_static v1.5.0
15872026-04-25T17:17:38.566Z Compiling vergen v9.0.6
15882026-04-25T17:17:38.581Z Compiling fs-err v3.3.0
15892026-04-25T17:17:38.610Z Compiling ahash v0.8.12
15902026-04-25T17:17:38.757Z Compiling tokio-util v0.7.18
15912026-04-25T17:17:38.760Z Compiling tower v0.5.3
15922026-04-25T17:17:38.787Z Compiling tokio-native-tls v0.3.1
15932026-04-25T17:17:38.802Z Compiling bitflags v1.3.2
15942026-04-25T17:17:38.802Z Compiling object v0.37.3
15952026-04-25T17:17:38.833Z Compiling flate2 v1.1.9
15962026-04-25T17:17:38.855Z Compiling bumpalo v3.20.2
15972026-04-25T17:17:38.895Z Compiling unicode-segmentation v1.12.0
15982026-04-25T17:17:38.917Z Compiling foldhash v0.1.5
15992026-04-25T17:17:38.974Z Compiling managed v0.8.0
16002026-04-25T17:17:39.112Z Compiling newtype-uuid v1.3.2
16012026-04-25T17:17:39.127Z Compiling libbz2-rs-sys v0.2.2
16022026-04-25T17:17:39.143Z Compiling winnow v0.5.40
16032026-04-25T17:17:39.158Z Compiling usdt-macro v0.6.0
16042026-04-25T17:17:39.208Z Compiling tower-http v0.6.8
16052026-04-25T17:17:39.266Z Compiling usdt-attr-macro v0.6.0
16062026-04-25T17:17:39.302Z Compiling zopfli v0.8.3
16072026-04-25T17:17:39.336Z Compiling daft v0.1.5
16082026-04-25T17:17:39.468Z Compiling h2 v0.4.13
16092026-04-25T17:17:39.500Z Compiling dof v0.3.0
16102026-04-25T17:17:39.631Z Compiling bzip2 v0.6.1
16112026-04-25T17:17:39.647Z Compiling hashbrown v0.15.5
16122026-04-25T17:17:39.726Z Compiling strum v0.27.2
16132026-04-25T17:17:39.828Z Compiling clap_builder v4.5.60
16142026-04-25T17:17:39.898Z Compiling phf v0.13.1
16152026-04-25T17:17:39.978Z Compiling signal-hook-mio v0.2.5
16162026-04-25T17:17:39.993Z Compiling cargo_metadata v0.19.2
16172026-04-25T17:17:40.050Z Compiling elliptic-curve v0.13.8
16182026-04-25T17:17:40.117Z Compiling cookie_store v0.22.1
16192026-04-25T17:17:40.223Z Compiling hubpack v0.1.2
16202026-04-25T17:17:40.238Z Compiling bzip2 v0.4.4
16212026-04-25T17:17:40.379Z Compiling postgres-types v0.2.12
16222026-04-25T17:17:40.458Z Compiling toml_edit v0.19.15
16232026-04-25T17:17:40.474Z Compiling serde_with_macros v3.17.0
16242026-04-25T17:17:40.477Z Compiling zstd v0.13.3
16252026-04-25T17:17:40.606Z Compiling dtrace-parser v0.2.0
16262026-04-25T17:17:40.640Z Compiling ed25519 v2.2.3
16272026-04-25T17:17:40.726Z Compiling pkcs1 v0.7.5
16282026-04-25T17:17:40.781Z Compiling serde-big-array v0.5.1
16292026-04-25T17:17:40.796Z Compiling hex v0.4.3
16302026-04-25T17:17:40.937Z Compiling rfc6979 v0.4.0
16312026-04-25T17:17:40.953Z Compiling bstr v1.12.1
16322026-04-25T17:17:41.074Z Compiling enum-as-inner v0.6.1
16332026-04-25T17:17:41.077Z Compiling serde_repr v0.1.20
16342026-04-25T17:17:41.148Z Compiling strum_macros v0.26.4
16352026-04-25T17:17:41.361Z Compiling clap_derive v4.5.55
16362026-04-25T17:17:41.383Z Compiling phf_shared v0.11.3
16372026-04-25T17:17:41.564Z Compiling float-cmp v0.10.0
16382026-04-25T17:17:41.590Z Compiling thread-id v4.2.2
16392026-04-25T17:17:41.623Z Compiling memmap2 v0.9.10
16402026-04-25T17:17:41.641Z Compiling env_filter v1.0.0
16412026-04-25T17:17:41.644Z Compiling encoding_rs v0.8.35
16422026-04-25T17:17:41.674Z Compiling fixedbitset v0.4.2
16432026-04-25T17:17:41.677Z Compiling normalize-line-endings v0.3.0
16442026-04-25T17:17:41.704Z Compiling data-encoding v2.10.0
16452026-04-25T17:17:41.730Z Compiling fixedbitset v0.5.7
16462026-04-25T17:17:41.802Z Compiling rustc-hash v2.1.1
16472026-04-25T17:17:41.857Z Compiling either v1.15.0
16482026-04-25T17:17:41.916Z Compiling whoami v2.1.0
16492026-04-25T17:17:41.942Z Compiling static_assertions v1.1.0
16502026-04-25T17:17:41.964Z Compiling difflib v0.4.0
16512026-04-25T17:17:42.028Z Compiling keccak v0.1.6
16522026-04-25T17:17:42.049Z Compiling precomputed-hash v0.1.1
16532026-04-25T17:17:42.090Z Compiling predicates-core v1.0.10
16542026-04-25T17:17:42.158Z Compiling mime v0.3.17
16552026-04-25T17:17:42.290Z Compiling jiff v0.2.21
16562026-04-25T17:17:42.360Z Compiling new_debug_unreachable v1.0.6
16572026-04-25T17:17:42.436Z Compiling hyper v1.8.1
16582026-04-25T17:17:42.453Z Compiling string_cache v0.8.9
16592026-04-25T17:17:42.473Z Compiling predicates v3.1.4
16602026-04-25T17:17:42.589Z Compiling sha3 v0.10.8
16612026-04-25T17:17:42.708Z Compiling tokio-postgres v0.7.16
16622026-04-25T17:17:42.832Z Compiling itertools v0.13.0
16632026-04-25T17:17:42.889Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16642026-04-25T17:17:42.965Z Compiling strum v0.26.3
16652026-04-25T17:17:42.968Z Compiling hickory-proto v0.25.2
16662026-04-25T17:17:43.075Z Compiling petgraph v0.8.3
16672026-04-25T17:17:43.118Z Compiling iddqd v0.3.17
16682026-04-25T17:17:43.168Z Compiling petgraph v0.6.5
16692026-04-25T17:17:43.168Z Compiling env_logger v0.11.9
16702026-04-25T17:17:43.215Z Compiling clap v4.5.60
16712026-04-25T17:17:43.253Z Compiling usdt v0.6.0
16722026-04-25T17:17:43.310Z Compiling toml v0.7.8
16732026-04-25T17:17:43.458Z Compiling toml_edit v0.22.27
16742026-04-25T17:17:43.536Z Compiling hyper-util v0.1.20
16752026-04-25T17:17:43.570Z Compiling serde_with v3.17.0
16762026-04-25T17:17:43.928Z Compiling usdt-impl v0.5.0
16772026-04-25T17:17:44.062Z Compiling similar v2.7.0
16782026-04-25T17:17:44.124Z Compiling crossterm v0.28.1
16792026-04-25T17:17:44.293Z Compiling ecdsa v0.16.9
16802026-04-25T17:17:44.539Z Compiling rsa v0.9.10
16812026-04-25T17:17:44.714Z Compiling ed25519-dalek v2.2.0
16822026-04-25T17:17:44.947Z Compiling hyper-tls v0.6.0
16832026-04-25T17:17:44.969Z Compiling zip v4.6.1
16842026-04-25T17:17:45.033Z Compiling zip v0.6.6
16852026-04-25T17:17:45.303Z Compiling tokio-stream v0.1.18
16862026-04-25T17:17:45.428Z Compiling heck v0.4.1
16872026-04-25T17:17:45.525Z Compiling toml_parser v1.0.9+spec-1.1.0
16882026-04-25T17:17:45.603Z Compiling buf-list v1.1.2
16892026-04-25T17:17:45.638Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16902026-04-25T17:17:45.638Z Compiling openapiv3 v2.2.0
16912026-04-25T17:17:45.677Z Compiling x509-cert v0.2.5
16922026-04-25T17:17:45.681Z Compiling sha1 v0.10.6
16932026-04-25T17:17:45.807Z Compiling crossbeam-epoch v0.9.18
16942026-04-25T17:17:45.832Z Compiling toml_datetime v0.7.5+spec-1.1.0
16952026-04-25T17:17:45.932Z Compiling lalrpop-util v0.19.12
16962026-04-25T17:17:45.950Z Compiling peg-runtime v0.8.5
16972026-04-25T17:17:45.965Z Compiling thread_local v1.1.9
16982026-04-25T17:17:46.142Z Compiling slog-async v2.8.0
16992026-04-25T17:17:46.157Z Compiling futures-executor v0.3.32
17002026-04-25T17:17:46.160Z Compiling crossbeam-channel v0.5.15
17012026-04-25T17:17:46.189Z Compiling is-terminal v0.4.17
17022026-04-25T17:17:46.206Z Compiling filetime v0.2.27
17032026-04-25T17:17:46.232Z Compiling term v1.2.1
17042026-04-25T17:17:46.256Z Compiling take_mut v0.2.2
17052026-04-25T17:17:46.300Z Compiling xattr v1.6.1
17062026-04-25T17:17:46.384Z Compiling futures v0.3.32
17072026-04-25T17:17:46.442Z Compiling tar v0.4.45
17082026-04-25T17:17:46.584Z Compiling slog-term v2.9.2
17092026-04-25T17:18:01.641Z Compiling rustls-webpki v0.103.9
17102026-04-25T17:18:04.412Z Compiling tokio-rustls v0.26.4
17112026-04-25T17:18:04.412Z Compiling rustls-platform-verifier v0.6.2
17122026-04-25T17:18:04.606Z Compiling hyper-rustls v0.27.7
17132026-04-25T17:18:04.796Z Compiling reqwest v0.12.28
17142026-04-25T17:18:04.796Z Compiling reqwest v0.13.2
17152026-04-25T17:18:06.748Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17162026-04-25T17:18:06.987Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17172026-04-25T17:18:09.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.03s
17182026-04-25T17:18:09.917Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17192026-04-25T17:18:09.976ZApr 25 17:18:09.396 INFO Starting download, target: Cockroach
17202026-04-25T17:18:09.976ZApr 25 17:18:09.397 INFO Starting download, target: Clickhouse
17212026-04-25T17:18:09.976ZApr 25 17:18:09.397 INFO Starting download, target: Console
17222026-04-25T17:18:09.976ZApr 25 17:18:09.397 INFO Starting download, target: DendriteStub
17232026-04-25T17:18:09.976ZApr 25 17:18:09.397 INFO Starting download, target: MaghemiteMgd
17242026-04-25T17:18:09.979ZApr 25 17:18:09.397 INFO Starting download, target: TransceiverControl
17252026-04-25T17:18:09.979ZApr 25 17:18:09.397 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17262026-04-25T17:18:09.979ZApr 25 17:18:09.397 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17272026-04-25T17:18:09.979ZApr 25 17:18:09.397 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17282026-04-25T17:18:09.979ZApr 25 17:18:09.397 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17292026-04-25T17:18:09.979ZApr 25 17:18:09.398 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17302026-04-25T17:18:09.979ZApr 25 17:18:09.398 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17312026-04-25T17:18:10.316ZApr 25 17:18:09.732 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17322026-04-25T17:18:10.527ZApr 25 17:18:09.943 INFO Download complete, target: TransceiverControl
17332026-04-25T17:18:10.904ZApr 25 17:18:10.325 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17342026-04-25T17:18:11.148ZApr 25 17:18:10.566 INFO Download complete, target: Console
17352026-04-25T17:18:11.858ZApr 25 17:18:11.277 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17362026-04-25T17:18:12.160ZApr 25 17:18:11.475 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17372026-04-25T17:18:12.171ZApr 25 17:18:11.495 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17382026-04-25T17:18:12.683ZApr 25 17:18:12.104 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17392026-04-25T17:18:12.683ZApr 25 17:18:12.104 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17402026-04-25T17:18:14.613ZApr 25 17:18:14.027 INFO Download complete, target: DendriteStub
17412026-04-25T17:18:14.667ZApr 25 17:18:14.077 INFO Download complete, target: MaghemiteMgd
17422026-04-25T17:18:17.335ZApr 25 17:18:16.755 INFO Checking that binary works, target: Cockroach
17432026-04-25T17:18:17.439ZApr 25 17:18:16.858 INFO Download complete, target: Cockroach
17442026-04-25T17:18:18.617ZApr 25 17:18:18.037 INFO Checking that binary works, target: Clickhouse
17452026-04-25T17:18:18.711ZApr 25 17:18:18.131 INFO Download complete, target: Clickhouse
17462026-04-25T17:18:18.717ZAll prerequisites installed successfully
17472026-04-25T17:18:18.720Z
17482026-04-25T17:18:18.720Zreal 2:55.206846888
17492026-04-25T17:18:18.720Zuser 7:13.841280465
17502026-04-25T17:18:18.720Zsys 1:41.808268041
17512026-04-25T17:18:18.720Ztrap 0.263879403
17522026-04-25T17:18:18.720Ztflt 1.179021398
17532026-04-25T17:18:18.720Zdflt 1.543147570
17542026-04-25T17:18:18.720Zkflt 0.026018144
17552026-04-25T17:18:18.720Zlock 21:39.105374057
17562026-04-25T17:18:18.720Zslp 19:26.662378948
17572026-04-25T17:18:18.720Zlat 25.092770086
17582026-04-25T17:18:18.720Zstop 2:53.682871639
17592026-04-25T17:18:18.721Z+ ptime -m cargo xtask download softnpu
17602026-04-25T17:18:19.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17612026-04-25T17:18:19.255Z Running `target/debug/xtask download softnpu`
17622026-04-25T17:18:20.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17632026-04-25T17:18:20.077Z Running `target/debug/xtask-downloader softnpu`
17642026-04-25T17:18:20.121ZApr 25 17:18:19.540 INFO Starting download, target: Softnpu
17652026-04-25T17:18:20.125ZApr 25 17:18:19.540 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17662026-04-25T17:18:20.733ZApr 25 17:18:20.152 INFO Download complete, target: Softnpu
17672026-04-25T17:18:20.737Z
17682026-04-25T17:18:20.737Zreal 2.011566507
17692026-04-25T17:18:20.737Zuser 1.323241112
17702026-04-25T17:18:20.737Zsys 0.648586146
17712026-04-25T17:18:20.737Ztrap 0.000591040
17722026-04-25T17:18:20.737Ztflt 0.000036518
17732026-04-25T17:18:20.737Zdflt 0.000345509
17742026-04-25T17:18:20.737Zkflt 0.000000000
17752026-04-25T17:18:20.737Zlock 11.266872422
17762026-04-25T17:18:20.737Zslp 0.473057272
17772026-04-25T17:18:20.737Zlat 0.093143373
17782026-04-25T17:18:20.737Zstop 0.000169750
17792026-04-25T17:18:20.740Z+ export CARGO_INCREMENTAL=0
17802026-04-25T17:18:20.740Z+ CARGO_INCREMENTAL=0
17812026-04-25T17:18:20.740Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17822026-04-25T17:18:21.629Z Compiling proc-macro2 v1.0.106
17832026-04-25T17:18:21.629Z Compiling quote v1.0.44
17842026-04-25T17:18:21.629Z Compiling unicode-ident v1.0.24
17852026-04-25T17:18:21.634Z Compiling libc v0.2.185
17862026-04-25T17:18:21.634Z Compiling serde_core v1.0.228
17872026-04-25T17:18:21.634Z Compiling serde v1.0.228
17882026-04-25T17:18:21.634Z Compiling cfg-if v1.0.4
17892026-04-25T17:18:21.634Z Compiling version_check v0.9.5
17902026-04-25T17:18:21.634Z Compiling find-msvc-tools v0.1.9
17912026-04-25T17:18:21.634Z Compiling shlex v1.3.0
17922026-04-25T17:18:21.634Z Compiling typenum v1.19.0
17932026-04-25T17:18:21.635Z Compiling autocfg v1.5.0
17942026-04-25T17:18:21.635Z Compiling zmij v1.0.21
17952026-04-25T17:18:21.635Z Compiling serde_json v1.0.149
17962026-04-25T17:18:21.773Z Compiling portable-atomic v1.13.1
17972026-04-25T17:18:21.913Z Compiling memchr v2.8.0
17982026-04-25T17:18:21.983Z Compiling zerocopy v0.8.40
17992026-04-25T17:18:22.012Z Compiling libm v0.2.16
18002026-04-25T17:18:22.115Z Compiling smallvec v1.15.1
18012026-04-25T17:18:22.130Z Compiling icu_normalizer_data v2.1.1
18022026-04-25T17:18:22.248Z Compiling num-traits v0.2.19
18032026-04-25T17:18:22.251Z Compiling parking_lot_core v0.9.12
18042026-04-25T17:18:22.264Z Compiling icu_properties_data v2.1.2
18052026-04-25T17:18:22.330Z Compiling generic-array v0.14.7
18062026-04-25T17:18:22.360Z Compiling itoa v1.0.17
18072026-04-25T17:18:22.375Z Compiling getrandom v0.4.1
18082026-04-25T17:18:22.391Z Compiling log v0.4.29
18092026-04-25T17:18:22.394Z Compiling stable_deref_trait v1.2.1
18102026-04-25T17:18:22.507Z Compiling pkg-config v0.3.32
18112026-04-25T17:18:22.522Z Compiling subtle v2.6.1
18122026-04-25T17:18:22.701Z Compiling scopeguard v1.2.0
18132026-04-25T17:18:22.744Z Compiling litemap v0.8.1
18142026-04-25T17:18:22.791Z Compiling writeable v0.6.2
18152026-04-25T17:18:22.840Z Compiling jobserver v0.1.34
18162026-04-25T17:18:22.872Z Compiling getrandom v0.2.17
18172026-04-25T17:18:22.872Z Compiling lock_api v0.4.14
18182026-04-25T17:18:23.023Z Compiling errno v0.3.14
18192026-04-25T17:18:23.026Z Compiling rand_core v0.6.4
18202026-04-25T17:18:23.053Z Compiling percent-encoding v2.3.2
18212026-04-25T17:18:23.056Z Compiling cc v1.2.56
18222026-04-25T17:18:23.140Z Compiling syn v2.0.117
18232026-04-25T17:18:23.171Z Compiling thiserror v2.0.18
18242026-04-25T17:18:23.192Z Compiling fnv v1.0.7
18252026-04-25T17:18:23.251Z Compiling getrandom v0.3.4
18262026-04-25T17:18:23.265Z Compiling pin-project-lite v0.2.17
18272026-04-25T17:18:23.372Z Compiling critical-section v1.2.0
18282026-04-25T17:18:23.408Z Compiling equivalent v1.0.2
18292026-04-25T17:18:23.408Z Compiling allocator-api2 v0.2.21
18302026-04-25T17:18:23.414Z Compiling schemars v0.8.22
18312026-04-25T17:18:23.477Z Compiling rustversion v1.0.22
18322026-04-25T17:18:23.494Z Compiling fs_extra v1.3.0
18332026-04-25T17:18:23.497Z Compiling dunce v1.0.5
18342026-04-25T17:18:23.497Z Compiling foldhash v0.2.0
18352026-04-25T17:18:23.541Z Compiling utf8_iter v1.0.4
18362026-04-25T17:18:23.721Z Compiling rand_core v0.10.0
18372026-04-25T17:18:23.735Z Compiling hashbrown v0.16.1
18382026-04-25T17:18:23.738Z Compiling form_urlencoded v1.2.2
18392026-04-25T17:18:23.783Z Compiling once_cell v1.21.3
18402026-04-25T17:18:23.799Z Compiling cmake v0.1.57
18412026-04-25T17:18:24.023Z Compiling const-oid v0.9.6
18422026-04-25T17:18:24.056Z Compiling semver v1.0.27
18432026-04-25T17:18:24.172Z Compiling bitflags v2.11.0
18442026-04-25T17:18:24.195Z Compiling signal-hook-registry v1.4.8
18452026-04-25T17:18:24.269Z Compiling rustix v1.1.3
18462026-04-25T17:18:24.324Z Compiling indexmap v2.13.0
18472026-04-25T17:18:24.385Z Compiling parking_lot v0.12.5
18482026-04-25T17:18:24.403Z Compiling ring v0.17.14
18492026-04-25T17:18:24.406Z Compiling aws-lc-sys v0.37.1
18502026-04-25T17:18:24.406Z Compiling socket2 v0.6.3
18512026-04-25T17:18:24.445Z Compiling mio v1.2.0
18522026-04-25T17:18:24.500Z Compiling aws-lc-rs v1.16.0
18532026-04-25T17:18:24.523Z Compiling futures-core v0.3.32
18542026-04-25T17:18:24.612Z Compiling thiserror v1.0.69
18552026-04-25T17:18:24.625Z Compiling strsim v0.11.1
18562026-04-25T17:18:24.706Z Compiling byteorder v1.5.0
18572026-04-25T17:18:24.718Z Compiling ucd-trie v0.1.7
18582026-04-25T17:18:24.789Z Compiling httparse v1.10.1
18592026-04-25T17:18:24.914Z Compiling pest v2.8.6
18602026-04-25T17:18:25.017Z Compiling vcpkg v0.2.15
18612026-04-25T17:18:25.116Z Compiling ident_case v1.0.1
18622026-04-25T17:18:25.131Z Compiling heck v0.5.0
18632026-04-25T17:18:25.134Z Compiling syn v1.0.109
18642026-04-25T17:18:25.160Z Compiling iana-time-zone v0.1.65
18652026-04-25T17:18:25.217Z Compiling uuid v1.23.0
18662026-04-25T17:18:25.235Z Compiling cpufeatures v0.2.17
18672026-04-25T17:18:25.323Z Compiling regex-syntax v0.8.10
18682026-04-25T17:18:25.518Z Compiling rustc_version v0.4.1
18692026-04-25T17:18:25.586Z Compiling openssl-sys v0.9.111
18702026-04-25T17:18:25.586Z Compiling futures-sink v0.3.32
18712026-04-25T17:18:25.650Z Compiling rustls v0.23.37
18722026-04-25T17:18:25.713Z Compiling futures-channel v0.3.32
18732026-04-25T17:18:25.771Z Compiling futures-io v0.3.32
18742026-04-25T17:18:25.785Z Compiling futures-task v0.3.32
18752026-04-25T17:18:25.815Z Compiling slab v0.4.12
18762026-04-25T17:18:25.931Z Compiling synstructure v0.13.2
18772026-04-25T17:18:25.939Z Compiling serde_derive_internals v0.29.1
18782026-04-25T17:18:25.993Z Compiling pest_meta v2.8.6
18792026-04-25T17:18:26.039Z Compiling dyn-clone v1.0.20
18802026-04-25T17:18:26.056Z Compiling plain v0.2.3
18812026-04-25T17:18:26.101Z Compiling aho-corasick v1.1.4
18822026-04-25T17:18:26.131Z Compiling time-core v0.1.8
18832026-04-25T17:18:26.198Z Compiling crossbeam-utils v0.8.21
18842026-04-25T17:18:26.217Z Compiling num-conv v0.2.0
18852026-04-25T17:18:26.303Z Compiling openssl v0.10.75
18862026-04-25T17:18:26.355Z Compiling time-macros v0.2.27
18872026-04-25T17:18:26.571Z Compiling base64 v0.22.1
18882026-04-25T17:18:26.655Z Compiling pest_generator v2.8.6
18892026-04-25T17:18:26.667Z Compiling pretty-hex v0.4.1
18902026-04-25T17:18:26.758Z Compiling anyhow v1.0.102
18912026-04-25T17:18:26.770Z Compiling base64ct v1.8.3
18922026-04-25T17:18:26.819Z Compiling crc32fast v1.5.0
18932026-04-25T17:18:26.837Z Compiling darling_core v0.21.3
18942026-04-25T17:18:26.888Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18952026-04-25T17:18:26.912Z Compiling regex-automata v0.4.14
18962026-04-25T17:18:27.065Z Compiling pem-rfc7468 v0.7.0
18972026-04-25T17:18:27.089Z Compiling flagset v0.4.7
18982026-04-25T17:18:27.099Z Compiling native-tls v0.2.18
18992026-04-25T17:18:27.099Z Compiling rand_core v0.9.5
19002026-04-25T17:18:27.179Z Compiling serde_derive v1.0.228
19012026-04-25T17:18:27.232Z Compiling zeroize_derive v1.4.3
19022026-04-25T17:18:27.267Z Compiling zerofrom-derive v0.1.6
19032026-04-25T17:18:27.302Z Compiling yoke-derive v0.8.1
19042026-04-25T17:18:27.325Z Compiling zerovec-derive v0.11.2
19052026-04-25T17:18:27.345Z Compiling displaydoc v0.2.5
19062026-04-25T17:18:27.350Z Compiling zerocopy-derive v0.8.40
19072026-04-25T17:18:27.376Z Compiling tokio-macros v2.7.0
19082026-04-25T17:18:27.387Z Compiling futures-macro v0.3.32
19092026-04-25T17:18:27.458Z Compiling thiserror-impl v2.0.18
19102026-04-25T17:18:27.515Z Compiling schemars_derive v0.8.22
19112026-04-25T17:18:27.845Z Compiling zeroize v1.8.2
19122026-04-25T17:18:28.114Z Compiling tracing-attributes v0.1.31
19132026-04-25T17:18:28.170Z Compiling der_derive v0.7.3
19142026-04-25T17:18:28.250Z Compiling thiserror-impl v1.0.69
19152026-04-25T17:18:28.373Z Compiling pest_derive v2.8.6
19162026-04-25T17:18:28.396Z Compiling zerofrom v0.1.6
19172026-04-25T17:18:28.541Z Compiling yoke v0.8.1
19182026-04-25T17:18:28.609Z Compiling crypto-common v0.1.7
19192026-04-25T17:18:28.670Z Compiling block-buffer v0.10.4
19202026-04-25T17:18:28.741Z Compiling zerovec v0.11.5
19212026-04-25T17:18:28.758Z Compiling zerotrie v0.2.3
19222026-04-25T17:18:28.927Z Compiling digest v0.10.7
19232026-04-25T17:18:28.930Z Compiling futures-util v0.3.32
19242026-04-25T17:18:29.066Z Compiling block-padding v0.3.3
19252026-04-25T17:18:29.212Z Compiling hmac v0.12.1
19262026-04-25T17:18:29.228Z Compiling inout v0.1.4
19272026-04-25T17:18:29.249Z Compiling sha2 v0.10.9
19282026-04-25T17:18:29.327Z Compiling tinystr v0.8.2
19292026-04-25T17:18:29.330Z Compiling potential_utf v0.1.4
19302026-04-25T17:18:29.363Z Compiling cipher v0.4.4
19312026-04-25T17:18:29.396Z Compiling rustls-pki-types v1.14.0
19322026-04-25T17:18:29.412Z Compiling scroll_derive v0.12.1
19332026-04-25T17:18:29.433Z Compiling scroll_derive v0.13.1
19342026-04-25T17:18:29.526Z Compiling icu_locale_core v2.1.1
19352026-04-25T17:18:29.554Z Compiling icu_collections v2.1.1
19362026-04-25T17:18:30.181Z Compiling openssl-macros v0.1.1
19372026-04-25T17:18:30.211Z Compiling icu_provider v2.1.1
19382026-04-25T17:18:30.250Z Compiling bytes v1.11.1
19392026-04-25T17:18:30.317Z Compiling chrono v0.4.44
19402026-04-25T17:18:30.381Z Compiling serde_tokenstream v0.2.3
19412026-04-25T17:18:30.503Z Compiling icu_normalizer v2.1.1
19422026-04-25T17:18:30.574Z Compiling icu_properties v2.1.2
19432026-04-25T17:18:30.593Z Compiling regex v1.12.3
19442026-04-25T17:18:30.697Z Compiling der v0.7.10
19452026-04-25T17:18:30.821Z Compiling tokio v1.52.1
19462026-04-25T17:18:31.161Z Compiling http v1.4.0
19472026-04-25T17:18:31.200Z Compiling darling_macro v0.21.3
19482026-04-25T17:18:31.504Z Compiling idna_adapter v1.2.1
19492026-04-25T17:18:31.679Z Compiling idna v1.1.0
19502026-04-25T17:18:31.685Z Compiling ppv-lite86 v0.2.21
19512026-04-25T17:18:31.772Z Compiling zerocopy-derive v0.7.35
19522026-04-25T17:18:31.899Z Compiling slog v2.8.2
19532026-04-25T17:18:31.915Z Compiling tracing-core v0.1.36
19542026-04-25T17:18:31.993Z Compiling url v2.5.8
19552026-04-25T17:18:32.097Z Compiling untrusted v0.9.0
19562026-04-25T17:18:32.138Z Compiling darling v0.21.3
19572026-04-25T17:18:32.250Z Compiling spki v0.7.3
19582026-04-25T17:18:32.337Z Compiling tracing v0.1.44
19592026-04-25T17:18:32.415Z Compiling salsa20 v0.10.2
19602026-04-25T17:18:32.474Z Compiling pbkdf2 v0.12.2
19612026-04-25T17:18:32.978Z Compiling cookie v0.18.1
19622026-04-25T17:18:32.981Z Compiling camino v1.2.2
19632026-04-25T17:18:33.181Z Compiling scrypt v0.11.0
19642026-04-25T17:18:33.195Z Compiling rand_chacha v0.9.0
19652026-04-25T17:18:33.249Z Compiling cbc v0.1.2
19662026-04-25T17:18:33.322Z Compiling aes v0.8.4
19672026-04-25T17:18:33.826Z Compiling usdt-impl v0.5.0
19682026-04-25T17:18:33.829Z Compiling paste v1.0.15
19692026-04-25T17:18:33.855Z Compiling either v1.15.0
19702026-04-25T17:18:33.858Z Compiling ref-cast v1.0.25
19712026-04-25T17:18:33.884Z Compiling winnow v0.7.14
19722026-04-25T17:18:34.060Z Compiling usdt-impl v0.6.0
19732026-04-25T17:18:34.178Z Compiling pkcs5 v0.7.1
19742026-04-25T17:18:34.288Z Compiling rand v0.9.2
19752026-04-25T17:18:34.304Z Compiling http-body v1.0.1
19762026-04-25T17:18:34.471Z Compiling serde_spanned v0.6.9
19772026-04-25T17:18:34.496Z Compiling toml_datetime v0.6.11
19782026-04-25T17:18:34.618Z Compiling scroll v0.13.0
19792026-04-25T17:18:34.635Z Compiling scroll v0.12.0
19802026-04-25T17:18:34.691Z Compiling tokio-util v0.7.18
19812026-04-25T17:18:34.707Z Compiling heapless v0.7.17
19822026-04-25T17:18:34.806Z Compiling bzip2-sys v0.1.13+1.0.8
19832026-04-25T17:18:34.859Z Compiling signal-hook v0.3.18
19842026-04-25T17:18:34.962Z Compiling atomic-waker v1.1.2
19852026-04-25T17:18:35.054Z Compiling zstd-safe v7.2.4
19862026-04-25T17:18:35.100Z Compiling openssl-probe v0.2.1
19872026-04-25T17:18:35.116Z Compiling untrusted v0.7.1
19882026-04-25T17:18:35.225Z Compiling toml_parser v1.0.9+spec-1.1.0
19892026-04-25T17:18:35.258Z Compiling goblin v0.8.2
19902026-04-25T17:18:35.283Z Compiling goblin v0.10.5
19912026-04-25T17:18:35.326Z Compiling pkcs8 v0.10.2
19922026-04-25T17:18:35.651Z Compiling zerocopy v0.7.35
19932026-04-25T17:18:35.779Z Compiling ref-cast-impl v1.0.25
19942026-04-25T17:18:35.793Z Compiling darling_core v0.20.11
19952026-04-25T17:18:35.896Z Compiling curve25519-dalek v4.1.3
19962026-04-25T17:18:36.088Z Compiling toml_datetime v0.7.5+spec-1.1.0
19972026-04-25T17:18:36.123Z Compiling memoffset v0.9.1
19982026-04-25T17:18:36.155Z Compiling tower-service v0.3.3
19992026-04-25T17:18:36.315Z Compiling try-lock v0.2.5
20002026-04-25T17:18:36.352Z Compiling winnow v0.5.40
20012026-04-25T17:18:36.377Z Compiling fastrand v2.3.0
20022026-04-25T17:18:36.405Z Compiling tower-layer v0.3.3
20032026-04-25T17:18:36.474Z Compiling litrs v1.0.0
20042026-04-25T17:18:36.605Z Compiling rustix v0.38.44
20052026-04-25T17:18:36.823Z Compiling tinyvec_macros v0.1.1
20062026-04-25T17:18:36.946Z Compiling tinyvec v1.10.0
20072026-04-25T17:18:36.964Z Compiling document-features v0.2.12
20082026-04-25T17:18:37.021Z Compiling want v0.3.1
20092026-04-25T17:18:37.217Z Compiling h2 v0.4.13
20102026-04-25T17:18:37.492Z Compiling dof v0.3.0
20112026-04-25T17:18:37.665Z Compiling toml_edit v0.19.15
20122026-04-25T17:18:37.776Z Compiling darling_macro v0.20.11
20132026-04-25T17:18:37.970Z Compiling dtrace-parser v0.2.0
20142026-04-25T17:18:38.116Z Compiling dof v0.4.0
20152026-04-25T17:18:38.207Z Compiling dtrace-parser v0.3.0
20162026-04-25T17:18:38.293Z Compiling ipnet v2.11.0
20172026-04-25T17:18:38.432Z Compiling async-trait v0.1.89
20182026-04-25T17:18:38.545Z Compiling daft-derive v0.1.5
20192026-04-25T17:18:38.597Z Compiling spin v0.9.8
20202026-04-25T17:18:38.784Z Compiling thread-id v4.2.2
20212026-04-25T17:18:38.800Z Compiling thread-id v5.1.0
20222026-04-25T17:18:38.888Z Compiling foreign-types-shared v0.1.1
20232026-04-25T17:18:38.904Z Compiling pin-utils v0.1.0
20242026-04-25T17:18:38.997Z Compiling cfg_aliases v0.2.1
20252026-04-25T17:18:39.011Z Compiling powerfmt v0.2.0
20262026-04-25T17:18:39.079Z Compiling httpdate v1.0.3
20272026-04-25T17:18:39.112Z Compiling smoltcp v0.9.1
20282026-04-25T17:18:39.142Z Compiling num-bigint-dig v0.8.6
20292026-04-25T17:18:39.189Z Compiling deranged v0.5.8
20302026-04-25T17:18:39.222Z Compiling nix v0.31.2
20312026-04-25T17:18:39.293Z Compiling tempfile v3.25.0
20322026-04-25T17:18:39.308Z Compiling foreign-types v0.3.2
20332026-04-25T17:18:39.530Z Compiling darling v0.20.11
20342026-04-25T17:18:39.645Z Compiling ipnetwork v0.21.1
20352026-04-25T17:18:39.885Z Compiling curve25519-dalek-derive v0.1.1
20362026-04-25T17:18:39.898Z Compiling strum_macros v0.26.4
20372026-04-25T17:18:40.124Z Compiling socket2 v0.5.10
20382026-04-25T17:18:40.156Z Compiling hyper v1.8.1
20392026-04-25T17:18:40.296Z Compiling wait-timeout v0.2.1
20402026-04-25T17:18:40.489Z Compiling utf8parse v0.2.2
20412026-04-25T17:18:40.518Z Compiling num_threads v0.1.7
20422026-04-25T17:18:40.541Z Compiling siphasher v1.0.2
20432026-04-25T17:18:40.616Z Compiling simd-adler32 v0.3.8
20442026-04-25T17:18:40.633Z Compiling bit-vec v0.8.0
20452026-04-25T17:18:40.739Z Compiling anstyle v1.0.13
20462026-04-25T17:18:40.889Z Compiling quick-error v1.2.3
20472026-04-25T17:18:40.992Z Compiling rusty-fork v0.3.1
20482026-04-25T17:18:41.076Z Compiling time v0.3.47
20492026-04-25T17:18:41.239Z Compiling hyper-util v0.1.20
20502026-04-25T17:18:41.269Z Compiling bit-set v0.8.0
20512026-04-25T17:18:41.287Z Compiling anstyle-parse v0.2.7
20522026-04-25T17:18:41.640Z Compiling derive_builder_core v0.20.2
20532026-04-25T17:18:41.655Z Compiling unicode-normalization v0.1.25
20542026-04-25T17:18:42.124Z Compiling rustls-native-certs v0.8.3
20552026-04-25T17:18:42.506Z Compiling signature v2.2.0
20562026-04-25T17:18:42.671Z Compiling hubpack_derive v0.1.1
20572026-04-25T17:18:42.712Z Compiling rand_xorshift v0.4.0
20582026-04-25T17:18:42.837Z Compiling strum_macros v0.27.2
20592026-04-25T17:18:42.884Z Compiling sync_wrapper v1.0.2
20602026-04-25T17:18:42.884Z Compiling ahash v0.8.12
20612026-04-25T17:18:42.971Z Compiling fs-err v3.3.0
20622026-04-25T17:18:43.072Z Compiling colorchoice v1.0.4
20632026-04-25T17:18:43.087Z Compiling is_terminal_polyfill v1.70.2
20642026-04-25T17:18:43.140Z Compiling unarray v0.1.4
20652026-04-25T17:18:43.156Z Compiling unicode-properties v0.1.4
20662026-04-25T17:18:43.183Z Compiling unicode-segmentation v1.12.0
20672026-04-25T17:18:43.202Z Compiling adler2 v2.0.1
20682026-04-25T17:18:43.204Z Compiling anstyle-query v1.1.5
20692026-04-25T17:18:43.299Z Compiling unicode-bidi v0.3.18
20702026-04-25T17:18:43.363Z Compiling object v0.37.3
20712026-04-25T17:18:43.379Z Compiling anstream v0.6.21
20722026-04-25T17:18:43.573Z Compiling miniz_oxide v0.8.9
20732026-04-25T17:18:43.637Z Compiling proptest v1.10.0
20742026-04-25T17:18:43.688Z Compiling stringprep v0.1.5
20752026-04-25T17:18:44.045Z Compiling tower v0.5.3
20762026-04-25T17:18:44.061Z Compiling derive_builder_macro v0.20.2
20772026-04-25T17:18:44.117Z Compiling usdt-macro v0.6.0
20782026-04-25T17:18:44.294Z Compiling usdt-attr-macro v0.6.0
20792026-04-25T17:18:44.698Z Compiling http-body-util v0.1.3
20802026-04-25T17:18:44.899Z Compiling webpki-roots v1.0.6
20812026-04-25T17:18:45.040Z Compiling rand_chacha v0.3.1
20822026-04-25T17:18:45.055Z Compiling erased-serde v0.3.31
20832026-04-25T17:18:45.059Z Compiling md-5 v0.10.6
20842026-04-25T17:18:45.121Z Compiling num-integer v0.1.46
20852026-04-25T17:18:45.203Z Compiling hash32 v0.2.1
20862026-04-25T17:18:45.239Z Compiling vergen-lib v0.1.6
20872026-04-25T17:18:45.255Z Compiling ff v0.13.1
20882026-04-25T17:18:45.343Z Compiling psl-types v2.0.11
20892026-04-25T17:18:45.360Z Compiling ryu v1.0.23
20902026-04-25T17:18:45.363Z Compiling zlib-rs v0.6.2
20912026-04-25T17:18:45.407Z Compiling fallible-iterator v0.2.0
20922026-04-25T17:18:45.439Z Compiling base16ct v0.2.0
20932026-04-25T17:18:45.439Z Compiling iri-string v0.7.10
20942026-04-25T17:18:45.470Z Compiling publicsuffix v2.3.0
20952026-04-25T17:18:45.517Z Compiling serde_urlencoded v0.7.1
20962026-04-25T17:18:45.535Z Compiling group v0.13.0
20972026-04-25T17:18:45.568Z Compiling sec1 v0.7.3
20982026-04-25T17:18:45.612Z Compiling newtype-uuid v1.3.2
20992026-04-25T17:18:45.729Z Compiling postgres-protocol v0.6.10
21002026-04-25T17:18:45.745Z Compiling num-iter v0.1.45
21012026-04-25T17:18:45.887Z Compiling rand v0.8.5
21022026-04-25T17:18:45.957Z Compiling oxnet v0.1.4
21032026-04-25T17:18:46.123Z Compiling derive_builder v0.20.2
21042026-04-25T17:18:46.139Z Compiling tokio-native-tls v0.3.1
21052026-04-25T17:18:46.269Z Compiling heck v0.4.1
21062026-04-25T17:18:46.327Z Compiling phf_shared v0.13.1
21072026-04-25T17:18:46.376Z Compiling lazy_static v1.5.0
21082026-04-25T17:18:46.511Z Compiling terminal_size v0.4.3
21092026-04-25T17:18:46.514Z Compiling serde_with_macros v3.17.0
21102026-04-25T17:18:46.545Z Compiling cargo-platform v0.1.9
21112026-04-25T17:18:46.609Z Compiling tower-http v0.6.8
21122026-04-25T17:18:46.612Z Compiling hkdf v0.12.4
21132026-04-25T17:18:46.612Z Compiling crypto-bigint v0.5.5
21142026-04-25T17:18:46.612Z Compiling clap_derive v4.5.55
21152026-04-25T17:18:46.673Z Compiling serde_repr v0.1.20
21162026-04-25T17:18:46.719Z Compiling enum-as-inner v0.6.1
21172026-04-25T17:18:46.757Z Compiling vergen v9.0.6
21182026-04-25T17:18:46.839Z Compiling clap_lex v1.0.0
21192026-04-25T17:18:46.856Z Compiling foldhash v0.1.5
21202026-04-25T17:18:46.933Z Compiling bitflags v1.3.2
21212026-04-25T17:18:47.041Z Compiling bumpalo v3.20.2
21222026-04-25T17:18:47.059Z Compiling managed v0.8.0
21232026-04-25T17:18:47.074Z Compiling libbz2-rs-sys v0.2.2
21242026-04-25T17:18:47.265Z Compiling zopfli v0.8.3
21252026-04-25T17:18:47.316Z Compiling clap_builder v4.5.60
21262026-04-25T17:18:47.333Z Compiling hashbrown v0.15.5
21272026-04-25T17:18:47.425Z Compiling flate2 v1.1.9
21282026-04-25T17:18:47.558Z Compiling elliptic-curve v0.13.8
21292026-04-25T17:18:47.638Z Compiling bzip2 v0.6.1
21302026-04-25T17:18:47.734Z Compiling cargo_metadata v0.19.2
21312026-04-25T17:18:47.918Z Compiling phf v0.13.1
21322026-04-25T17:18:47.978Z Compiling zstd v0.13.3
21332026-04-25T17:18:48.092Z Compiling signal-hook-mio v0.2.5
21342026-04-25T17:18:48.163Z Compiling hyper-tls v0.6.0
21352026-04-25T17:18:48.222Z Compiling daft v0.1.5
21362026-04-25T17:18:48.239Z Compiling cookie_store v0.22.1
21372026-04-25T17:18:48.253Z Compiling postgres-types v0.2.12
21382026-04-25T17:18:48.284Z Compiling bzip2 v0.4.4
21392026-04-25T17:18:48.493Z Compiling strum v0.27.2
21402026-04-25T17:18:48.567Z Compiling hubpack v0.1.2
21412026-04-25T17:18:48.654Z Compiling ed25519 v2.2.3
21422026-04-25T17:18:48.696Z Compiling phf_shared v0.11.3
21432026-04-25T17:18:48.798Z Compiling crossbeam-epoch v0.9.18
21442026-04-25T17:18:48.850Z Compiling pkcs1 v0.7.5
21452026-04-25T17:18:48.901Z Compiling hex v0.4.3
21462026-04-25T17:18:48.930Z Compiling serde-big-array v0.5.1
21472026-04-25T17:18:49.047Z Compiling rfc6979 v0.4.0
21482026-04-25T17:18:49.109Z Compiling bstr v1.12.1
21492026-04-25T17:18:49.250Z Compiling float-cmp v0.10.0
21502026-04-25T17:18:49.254Z Compiling memmap2 v0.9.10
21512026-04-25T17:18:49.254Z Compiling env_filter v1.0.0
21522026-04-25T17:18:49.300Z Compiling encoding_rs v0.8.35
21532026-04-25T17:18:49.315Z Compiling data-encoding v2.10.0
21542026-04-25T17:18:49.369Z Compiling normalize-line-endings v0.3.0
21552026-04-25T17:18:49.403Z Compiling keccak v0.1.6
21562026-04-25T17:18:49.418Z Compiling difflib v0.4.0
21572026-04-25T17:18:49.447Z Compiling precomputed-hash v0.1.1
21582026-04-25T17:18:49.485Z Compiling rustc-hash v2.1.1
21592026-04-25T17:18:49.501Z Compiling mime v0.3.17
21602026-04-25T17:18:49.517Z Compiling toml_write v0.1.2
21612026-04-25T17:18:49.550Z Compiling new_debug_unreachable v1.0.6
21622026-04-25T17:18:49.628Z Compiling predicates-core v1.0.10
21632026-04-25T17:18:49.645Z Compiling jiff v0.2.21
21642026-04-25T17:18:49.645Z Compiling fixedbitset v0.4.2
21652026-04-25T17:18:49.702Z Compiling whoami v2.1.0
21662026-04-25T17:18:49.752Z Compiling static_assertions v1.1.0
21672026-04-25T17:18:49.841Z Compiling fixedbitset v0.5.7
21682026-04-25T17:18:49.857Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21692026-04-25T17:18:49.876Z Compiling petgraph v0.6.5
21702026-04-25T17:18:49.876Z Compiling predicates v3.1.4
21712026-04-25T17:18:49.946Z Compiling tokio-postgres v0.7.16
21722026-04-25T17:18:50.041Z Compiling toml_edit v0.22.27
21732026-04-25T17:18:50.130Z Compiling petgraph v0.8.3
21742026-04-25T17:18:50.466Z Compiling string_cache v0.8.9
21752026-04-25T17:18:50.614Z Compiling hickory-proto v0.25.2
21762026-04-25T17:18:50.699Z Compiling iddqd v0.3.17
21772026-04-25T17:18:50.923Z Compiling sha3 v0.10.8
21782026-04-25T17:18:51.245Z Compiling similar v2.7.0
21792026-04-25T17:18:51.330Z Compiling env_logger v0.11.9
21802026-04-25T17:18:51.661Z Compiling usdt v0.6.0
21812026-04-25T17:18:52.004Z Compiling serde_with v3.17.0
21822026-04-25T17:18:52.058Z Compiling ecdsa v0.16.9
21832026-04-25T17:18:52.191Z Compiling rsa v0.9.10
21842026-04-25T17:18:52.206Z Compiling zip v4.6.1
21852026-04-25T17:18:52.471Z Compiling ed25519-dalek v2.2.0
21862026-04-25T17:18:52.548Z Compiling clap v4.5.60
21872026-04-25T17:18:52.777Z Compiling crossterm v0.28.1
21882026-04-25T17:18:53.239Z Compiling zip v0.6.6
21892026-04-25T17:18:53.478Z Compiling strum v0.26.3
21902026-04-25T17:18:53.629Z Compiling toml v0.7.8
21912026-04-25T17:18:53.652Z Compiling tokio-stream v0.1.18
21922026-04-25T17:18:53.678Z Compiling buf-list v1.1.2
21932026-04-25T17:18:53.766Z Compiling itertools v0.13.0
21942026-04-25T17:18:53.852Z Compiling x509-cert v0.2.5
21952026-04-25T17:18:53.950Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21962026-04-25T17:18:54.127Z Compiling openapiv3 v2.2.0
21972026-04-25T17:18:54.268Z Compiling sha1 v0.10.6
21982026-04-25T17:18:54.615Z Compiling lalrpop-util v0.19.12
21992026-04-25T17:18:54.706Z Compiling peg-runtime v0.8.5
22002026-04-25T17:19:09.467Z Compiling rustls-webpki v0.103.9
22012026-04-25T17:19:11.598Z Compiling macaddr v1.0.1
22022026-04-25T17:19:11.640Z Compiling structmeta-derive v0.3.0
22032026-04-25T17:19:11.764Z Compiling rayon-core v1.13.0
22042026-04-25T17:19:11.780Z Compiling crucible-workspace-hack v0.1.0
22052026-04-25T17:19:11.905Z Compiling itertools v0.14.0
22062026-04-25T17:19:11.972Z Compiling secrecy v0.10.3
22072026-04-25T17:19:12.017Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22082026-04-25T17:19:12.036Z Compiling rustls v0.22.4
22092026-04-25T17:19:12.189Z Compiling heapless v0.8.0
22102026-04-25T17:19:12.354Z Compiling crossbeam-deque v0.8.6
22112026-04-25T17:19:12.440Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22122026-04-25T17:19:12.457Z Compiling toml_edit v0.23.10+spec-1.0.0
22132026-04-25T17:19:12.600Z Compiling rustls-webpki v0.102.8
22142026-04-25T17:19:12.621Z Compiling futures-executor v0.3.32
22152026-04-25T17:19:12.672Z Compiling structmeta v0.3.0
22162026-04-25T17:19:12.685Z Compiling hash32 v0.3.1
22172026-04-25T17:19:12.688Z Compiling multer v3.1.0
22182026-04-25T17:19:12.782Z Compiling thread_local v1.1.9
22192026-04-25T17:19:12.896Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22202026-04-25T17:19:12.917Z Compiling smoltcp v0.11.0
22212026-04-25T17:19:12.919Z Compiling match_cfg v0.1.0
22222026-04-25T17:19:12.952Z Compiling slog-async v2.8.0
22232026-04-25T17:19:12.955Z Compiling unicode-width v0.2.0
22242026-04-25T17:19:13.027Z Compiling tokio-rustls v0.26.4
22252026-04-25T17:19:13.110Z Compiling rustls-platform-verifier v0.6.2
22262026-04-25T17:19:13.170Z Compiling hostname v0.3.1
22272026-04-25T17:19:13.185Z Compiling ingot-macros v0.1.1
22282026-04-25T17:19:13.251Z Compiling hyper-rustls v0.27.7
22292026-04-25T17:19:13.308Z Compiling proc-macro-crate v3.4.0
22302026-04-25T17:19:13.342Z Compiling derive-ex v0.1.8
22312026-04-25T17:19:13.374Z Compiling futures v0.3.32
22322026-04-25T17:19:13.390Z Compiling slog-json v2.6.1
22332026-04-25T17:19:13.473Z Compiling crossbeam-channel v0.5.15
22342026-04-25T17:19:13.612Z Compiling reqwest v0.13.2
22352026-04-25T17:19:13.676Z Compiling reqwest v0.12.28
22362026-04-25T17:19:13.761Z Compiling half v2.7.1
22372026-04-25T17:19:13.858Z Compiling newtype-uuid-macros v0.1.0
22382026-04-25T17:19:14.119Z Compiling cobs v0.3.0
22392026-04-25T17:19:14.201Z Compiling thiserror-impl-no-std v2.0.2
22402026-04-25T17:19:14.418Z Compiling universal-hash v0.5.1
22412026-04-25T17:19:14.445Z Compiling async-stream-impl v0.3.6
22422026-04-25T17:19:14.583Z Compiling serde_spanned v1.0.4
22432026-04-25T17:19:14.583Z Compiling is-terminal v0.4.17
22442026-04-25T17:19:14.673Z Compiling dropshot v0.16.7
22452026-04-25T17:19:14.706Z Compiling proc-macro-error-attr v1.0.4
22462026-04-25T17:19:14.785Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22472026-04-25T17:19:14.891Z Compiling toml_writer v1.0.6+spec-1.1.0
22482026-04-25T17:19:14.906Z Compiling opaque-debug v0.3.1
22492026-04-25T17:19:14.924Z Compiling ciborium-io v0.2.2
22502026-04-25T17:19:14.977Z Compiling take_mut v0.2.2
22512026-04-25T17:19:14.997Z Compiling convert_case v0.4.0
22522026-04-25T17:19:15.013Z Compiling term v1.2.1
22532026-04-25T17:19:15.026Z Compiling async-stream v0.3.6
22542026-04-25T17:19:15.042Z Compiling ciborium-ll v0.2.2
22552026-04-25T17:19:15.111Z Compiling toml v0.9.12+spec-1.1.0
22562026-04-25T17:19:15.187Z Compiling tokio-rustls v0.25.0
22572026-04-25T17:19:15.235Z Compiling thiserror-no-std v2.0.2
22582026-04-25T17:19:15.271Z Compiling poly1305 v0.8.0
22592026-04-25T17:19:15.323Z Compiling derive_more v0.99.20
22602026-04-25T17:19:15.323Z Compiling slog-term v2.9.2
22612026-04-25T17:19:15.450Z Compiling test-strategy v0.4.5
22622026-04-25T17:19:15.479Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22632026-04-25T17:19:15.746Z Compiling ingot-types v0.1.2
22642026-04-25T17:19:15.914Z Compiling postcard v1.1.3
22652026-04-25T17:19:16.136Z Compiling ingot v0.1.1
22662026-04-25T17:19:16.313Z Compiling num_enum_derive v0.7.5
22672026-04-25T17:19:16.421Z Compiling slog-bunyan v2.5.0
22682026-04-25T17:19:16.637Z Compiling parse-display-derive v0.10.0
22692026-04-25T17:19:16.764Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22702026-04-25T17:19:16.805Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22712026-04-25T17:19:16.829Z Compiling proc-macro-crate v1.3.1
22722026-04-25T17:19:16.884Z Compiling backon v1.6.0
22732026-04-25T17:19:17.037Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22742026-04-25T17:19:17.067Z Compiling waitgroup v0.1.2
22752026-04-25T17:19:17.158Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22762026-04-25T17:19:17.195Z Compiling password-hash v0.5.0
22772026-04-25T17:19:17.245Z Compiling dropshot_endpoint v0.16.7
22782026-04-25T17:19:17.279Z Compiling chacha20 v0.9.1
22792026-04-25T17:19:17.394Z Compiling rustls-pemfile v2.2.0
22802026-04-25T17:19:17.412Z Compiling blake2 v0.10.6
22812026-04-25T17:19:17.523Z Compiling aead v0.5.2
22822026-04-25T17:19:17.556Z Compiling foreign-types-macros v0.2.3
22832026-04-25T17:19:17.697Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22842026-04-25T17:19:17.740Z Compiling serde_path_to_error v0.1.20
22852026-04-25T17:19:17.774Z Compiling hostname v0.4.2
22862026-04-25T17:19:17.938Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22872026-04-25T17:19:17.972Z Compiling proc-macro-error v1.0.4
22882026-04-25T17:19:18.111Z Compiling instant v0.1.13
22892026-04-25T17:19:18.126Z Compiling debug-ignore v1.0.5
22902026-04-25T17:19:18.145Z Compiling foreign-types-shared v0.3.1
22912026-04-25T17:19:18.164Z Compiling typeid v1.0.3
22922026-04-25T17:19:18.164Z Compiling cpufeatures v0.3.0
22932026-04-25T17:19:18.206Z Compiling backoff v0.4.0
22942026-04-25T17:19:18.254Z Compiling chacha20 v0.10.0
22952026-04-25T17:19:18.324Z Compiling foreign-types v0.5.0
22962026-04-25T17:19:18.328Z Compiling parse-display v0.10.0
22972026-04-25T17:19:18.328Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22982026-04-25T17:19:18.347Z Compiling chacha20poly1305 v0.10.1
22992026-04-25T17:19:18.363Z Compiling argon2 v0.5.3
23002026-04-25T17:19:18.379Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23012026-04-25T17:19:18.396Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23022026-04-25T17:19:18.431Z Compiling num_enum v0.7.5
23032026-04-25T17:19:18.461Z Compiling num_enum_derive v0.5.11
23042026-04-25T17:19:18.501Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23052026-04-25T17:19:18.568Z Compiling vsss-rs v3.3.4
23062026-04-25T17:19:18.673Z Compiling ciborium v0.2.2
23072026-04-25T17:19:18.720Z Compiling tabwriter v1.4.1
23082026-04-25T17:19:18.957Z Compiling byte-wrapper v0.1.0
23092026-04-25T17:19:19.105Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23102026-04-25T17:19:19.179Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23112026-04-25T17:19:19.295Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23122026-04-25T17:19:19.378Z Compiling regress v0.10.5
23132026-04-25T17:19:19.400Z Compiling cstr-argument v0.1.2
23142026-04-25T17:19:19.515Z Compiling erased-serde v0.4.9
23152026-04-25T17:19:19.518Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23162026-04-25T17:19:19.591Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23172026-04-25T17:19:19.615Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23182026-04-25T17:19:19.774Z Compiling num_enum v0.5.11
23192026-04-25T17:19:19.854Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23202026-04-25T17:19:19.923Z Compiling rand v0.10.0
23212026-04-25T17:19:19.991Z Compiling rayon v1.11.0
23222026-04-25T17:19:20.010Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23232026-04-25T17:19:20.026Z Compiling indent_write v2.2.0
23242026-04-25T17:19:20.029Z Compiling libefi-sys v0.1.0
23252026-04-25T17:19:20.077Z Compiling colored v3.1.1
23262026-04-25T17:19:20.094Z Compiling zone_cfg_derive v0.3.1
23272026-04-25T17:19:20.111Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23282026-04-25T17:19:20.272Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23292026-04-25T17:19:20.375Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23302026-04-25T17:19:20.409Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23312026-04-25T17:19:20.585Z Compiling camino-tempfile v1.4.1
23322026-04-25T17:19:20.656Z Compiling itertools v0.12.1
23332026-04-25T17:19:20.704Z Compiling usdt-attr-macro v0.5.0
23342026-04-25T17:19:20.707Z Compiling usdt-macro v0.5.0
23352026-04-25T17:19:20.760Z Compiling num-derive v0.4.2
23362026-04-25T17:19:20.794Z Compiling bitfield-struct v0.6.2
23372026-04-25T17:19:20.817Z Compiling blake3 v1.8.3
23382026-04-25T17:19:21.010Z Compiling ordered-float v2.10.1
23392026-04-25T17:19:21.186Z Compiling sigpipe v0.1.3
23402026-04-25T17:19:21.297Z Compiling memmap v0.7.0
23412026-04-25T17:19:21.313Z Compiling swrite v0.1.0
23422026-04-25T17:19:21.415Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23432026-04-25T17:19:21.431Z Compiling glob v0.3.3
23442026-04-25T17:19:21.448Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-04-25T17:19:21.464Z Compiling usdt v0.5.0
23462026-04-25T17:19:21.591Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23472026-04-25T17:19:21.679Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23482026-04-25T17:19:21.699Z Compiling serde-value v0.7.0
23492026-04-25T17:19:22.138Z Compiling zone v0.3.1
23502026-04-25T17:19:22.154Z Compiling serde-untagged v0.1.9
23512026-04-25T17:19:22.173Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23522026-04-25T17:19:22.307Z Compiling toml v0.8.23
23532026-04-25T17:19:22.373Z Compiling smf v0.2.3
23542026-04-25T17:19:22.388Z Compiling filetime v0.2.27
23552026-04-25T17:19:22.416Z Compiling xattr v1.6.1
23562026-04-25T17:19:22.493Z Compiling whoami v1.6.1
23572026-04-25T17:19:22.515Z Compiling arrayref v0.3.9
23582026-04-25T17:19:22.540Z Compiling unicode-xid v0.2.6
23592026-04-25T17:19:22.610Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23602026-04-25T17:19:22.625Z Compiling same-file v1.0.6
23612026-04-25T17:19:22.639Z Compiling arrayvec v0.7.6
23622026-04-25T17:19:22.702Z Compiling constant_time_eq v0.4.2
23632026-04-25T17:19:22.717Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-04-25T17:19:22.768Z Compiling walkdir v2.5.0
23652026-04-25T17:19:22.819Z Compiling cargo-util-schemas v0.8.2
23662026-04-25T17:19:22.933Z Compiling tar v0.4.45
23672026-04-25T17:19:22.970Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23682026-04-25T17:19:23.228Z Compiling tokio-dtrace v0.1.1
23692026-04-25T17:19:23.404Z Compiling console v0.16.2
23702026-04-25T17:19:23.519Z Compiling gethostname v0.5.0
23712026-04-25T17:19:23.540Z Compiling cargo-platform v0.2.0
23722026-04-25T17:19:23.610Z Compiling unit-prefix v0.5.2
23732026-04-25T17:19:23.676Z Compiling topological-sort v0.2.2
23742026-04-25T17:19:23.712Z Compiling oxide-tokio-rt v0.1.4
23752026-04-25T17:19:23.740Z Compiling shell-words v1.1.1
23762026-04-25T17:19:23.863Z Compiling indicatif v0.18.4
23772026-04-25T17:19:24.009Z Compiling cargo_metadata v0.21.0
23782026-04-25T17:19:24.081Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23792026-04-25T17:19:33.250Z Compiling progenitor-client v0.10.0
23802026-04-25T17:19:33.250Z Compiling omicron-zone-package v0.12.2
23812026-04-25T17:19:33.253Z Compiling progenitor-client v0.13.0
23822026-04-25T17:19:33.363Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23832026-04-25T17:19:33.393Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23842026-04-25T17:19:33.416Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23852026-04-25T17:19:33.710Z Compiling progenitor-extras v0.1.1
23862026-04-25T17:19:33.733Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23872026-04-25T17:19:33.784Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23882026-04-25T17:19:33.975Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23892026-04-25T17:19:34.318Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23902026-04-25T17:19:34.373Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23912026-04-25T17:19:34.627Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23922026-04-25T17:19:38.587Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23932026-04-25T17:19:45.813Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23942026-04-25T17:19:48.875Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23952026-04-25T17:19:49.853Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23962026-04-25T17:19:58.887Z Finished `release` profile [optimized] target(s) in 1m 38s
23972026-04-25T17:19:59.037Z Running `target/release/omicron-package -t test target create -p dev`
23982026-04-25T17:19:59.101ZLogging to: /work/oxidecomputer/omicron/out/LOG
23992026-04-25T17:19:59.103ZCreated new build target 'test' and set it as active
24002026-04-25T17:19:59.106Z
24012026-04-25T17:19:59.106Zreal 1:38.348225126
24022026-04-25T17:19:59.106Zuser 16:17.110032532
24032026-04-25T17:19:59.106Zsys 2:28.529389000
24042026-04-25T17:19:59.106Ztrap 0.460841128
24052026-04-25T17:19:59.106Ztflt 2.691656857
24062026-04-25T17:19:59.106Zdflt 3.777621649
24072026-04-25T17:19:59.106Zkflt 0.000474676
24082026-04-25T17:19:59.106Zlock 51:25.373360224
24092026-04-25T17:19:59.106Zslp 41:43.837037575
24102026-04-25T17:19:59.106Zlat 40.701314565
24112026-04-25T17:19:59.106Zstop 5:12.323890929
24122026-04-25T17:19:59.106Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24132026-04-25T17:19:59.972Z Finished `release` profile [optimized] target(s) in 0.85s
24142026-04-25T17:20:00.083Z Running `target/release/omicron-package -t test package`
24152026-04-25T17:20:00.102ZLogging to: /work/oxidecomputer/omicron/out/LOG
24162026-04-25T17:20:01.485Z Compiling regress v0.10.5
24172026-04-25T17:20:01.485Z Compiling heck v0.5.0
24182026-04-25T17:20:01.702Z Compiling unsafe-libyaml v0.2.11
24192026-04-25T17:20:01.720Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24202026-04-25T17:20:01.746Z Compiling unicode-width v0.1.14
24212026-04-25T17:20:01.749Z Compiling is-terminal v0.4.17
24222026-04-25T17:20:01.786Z Compiling prettyplease v0.2.37
24232026-04-25T17:20:01.789Z Compiling bytecount v0.6.9
24242026-04-25T17:20:01.789Z Compiling rustls v0.22.4
24252026-04-25T17:20:01.789Z Compiling rustls-webpki v0.102.8
24262026-04-25T17:20:01.789Z Compiling derive-where v1.6.0
24272026-04-25T17:20:01.825Z Compiling thread_local v1.1.9
24282026-04-25T17:20:01.828Z Compiling match_cfg v0.1.0
24292026-04-25T17:20:01.844Z Compiling multer v3.1.0
24302026-04-25T17:20:01.847Z Compiling slog-async v2.8.0
24312026-04-25T17:20:01.904Z Compiling typify-impl v0.6.1
24322026-04-25T17:20:01.923Z Compiling crossbeam-channel v0.5.15
24332026-04-25T17:20:01.946Z Compiling slog-json v2.6.1
24342026-04-25T17:20:01.983Z Compiling hostname v0.3.1
24352026-04-25T17:20:02.004Z Compiling futures-executor v0.3.32
24362026-04-25T17:20:02.007Z Compiling serde_spanned v1.0.4
24372026-04-25T17:20:02.025Z Compiling term v1.2.1
24382026-04-25T17:20:02.110Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24392026-04-25T17:20:02.113Z Compiling take_mut v0.2.2
24402026-04-25T17:20:02.155Z Compiling toml_writer v1.0.6+spec-1.1.0
24412026-04-25T17:20:02.175Z Compiling slog-bunyan v2.5.0
24422026-04-25T17:20:02.198Z Compiling futures v0.3.32
24432026-04-25T17:20:02.244Z Compiling serde_yaml v0.9.34+deprecated
24442026-04-25T17:20:02.309Z Compiling dropshot v0.16.7
24452026-04-25T17:20:02.312Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24462026-04-25T17:20:02.330Z Compiling async-stream v0.3.6
24472026-04-25T17:20:02.395Z Compiling slog-term v2.9.2
24482026-04-25T17:20:02.398Z Compiling toml v0.9.12+spec-1.1.0
24492026-04-25T17:20:02.484Z Compiling progenitor-client v0.13.0
24502026-04-25T17:20:02.525Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24512026-04-25T17:20:02.546Z Compiling waitgroup v0.1.2
24522026-04-25T17:20:02.568Z Compiling backon v1.6.0
24532026-04-25T17:20:02.598Z Compiling rustls-pemfile v2.2.0
24542026-04-25T17:20:02.701Z Compiling hostname v0.4.2
24552026-04-25T17:20:02.723Z Compiling serde_path_to_error v0.1.20
24562026-04-25T17:20:02.745Z Compiling instant v0.1.13
24572026-04-25T17:20:02.790Z Compiling debug-ignore v1.0.5
24582026-04-25T17:20:02.811Z Compiling progenitor-extras v0.1.1
24592026-04-25T17:20:02.814Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24602026-04-25T17:20:02.864Z Compiling backoff v0.4.0
24612026-04-25T17:20:02.865Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24622026-04-25T17:20:02.904Z Compiling parse-display v0.10.0
24632026-04-25T17:20:02.908Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24642026-04-25T17:20:02.943Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24652026-04-25T17:20:02.993Z Compiling progenitor-client v0.10.0
24662026-04-25T17:20:03.044Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24672026-04-25T17:20:03.085Z Compiling macaddr v1.0.1
24682026-04-25T17:20:03.124Z Compiling num-rational v0.4.2
24692026-04-25T17:20:03.204Z Compiling num-complex v0.4.6
24702026-04-25T17:20:03.309Z Compiling console v0.15.11
24712026-04-25T17:20:03.480Z Compiling slog-dtrace v0.3.0
24722026-04-25T17:20:03.522Z Compiling float-ord v0.3.2
24732026-04-25T17:20:03.546Z Compiling newline-converter v0.3.0
24742026-04-25T17:20:03.670Z Compiling num v0.4.3
24752026-04-25T17:20:03.674Z Compiling atomicwrites v0.4.4
24762026-04-25T17:20:03.710Z Compiling async-recursion v1.1.1
24772026-04-25T17:20:03.775Z Compiling owo-colors v4.3.0
24782026-04-25T17:20:03.824Z Compiling cancel-safe-futures v0.1.5
24792026-04-25T17:20:03.867Z Compiling expectorate v1.2.0
24802026-04-25T17:20:03.905Z Compiling libsw-core v0.3.2
24812026-04-25T17:20:03.943Z Compiling resolv-conf v0.7.6
24822026-04-25T17:20:04.002Z Compiling toml v0.8.23
24832026-04-25T17:20:04.100Z Compiling libsw v3.5.0
24842026-04-25T17:20:04.142Z Compiling tokio-rustls v0.25.0
24852026-04-25T17:20:04.145Z Compiling linear-map v1.2.0
24862026-04-25T17:20:04.247Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24872026-04-25T17:20:04.310Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24882026-04-25T17:20:04.337Z Compiling linked-hash-map v0.5.6
24892026-04-25T17:20:04.457Z Compiling minimal-lexical v0.2.1
24902026-04-25T17:20:04.583Z Compiling lru-cache v0.1.2
24912026-04-25T17:20:04.585Z Compiling unicode-xid v0.2.6
24922026-04-25T17:20:04.626Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24932026-04-25T17:20:04.629Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-04-25T17:20:04.629Z Compiling globset v0.4.18
24952026-04-25T17:20:04.629Z Compiling hickory-proto v0.24.4
24962026-04-25T17:20:04.720Z Compiling nom v7.1.3
24972026-04-25T17:20:04.754Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24982026-04-25T17:20:04.775Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24992026-04-25T17:20:05.197Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25002026-04-25T17:20:05.220Z Compiling convert_case v0.10.0
25012026-04-25T17:20:05.522Z Compiling derive_more-impl v2.1.1
25022026-04-25T17:20:05.837Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25032026-04-25T17:20:06.102Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25042026-04-25T17:20:06.182Z Compiling pin-project-internal v1.1.11
25052026-04-25T17:20:06.313Z Compiling derive_more v2.1.1
25062026-04-25T17:20:06.352Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25072026-04-25T17:20:06.421Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25082026-04-25T17:20:06.525Z Compiling typify-macro v0.6.1
25092026-04-25T17:20:06.604Z Compiling papergrid v0.11.0
25102026-04-25T17:20:07.236Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25112026-04-25T17:20:07.334Z Compiling hickory-resolver v0.24.4
25122026-04-25T17:20:07.400Z Compiling pin-project v1.1.11
25132026-04-25T17:20:07.534Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-04-25T17:20:07.746Z Compiling tabled_derive v0.7.0
25152026-04-25T17:20:08.073Z Compiling typify v0.6.1
25162026-04-25T17:20:08.209Z Compiling progenitor-impl v0.13.0
25172026-04-25T17:20:08.399Z Compiling pem v3.0.6
25182026-04-25T17:20:08.663Z Compiling qorb v0.4.1
25192026-04-25T17:20:08.920Z Compiling snafu-derive v0.8.9
25202026-04-25T17:20:09.118Z Compiling termtree v0.5.1
25212026-04-25T17:20:09.328Z Compiling tabled v0.15.0
25222026-04-25T17:20:09.399Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25232026-04-25T17:20:10.369Z Compiling progenitor-macro v0.13.0
25242026-04-25T17:20:10.580Z Compiling crossterm v0.29.0
25252026-04-25T17:20:10.601Z Compiling snafu v0.8.9
25262026-04-25T17:20:10.700Z Compiling phf_shared v0.12.1
25272026-04-25T17:20:10.948Z Compiling olpc-cjson v0.1.4
25282026-04-25T17:20:11.195Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25292026-04-25T17:20:11.218Z Compiling serde_plain v1.0.2
25302026-04-25T17:20:11.743Z Compiling vte v0.14.1
25312026-04-25T17:20:11.873Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-04-25T17:20:12.122Z Compiling csv-core v0.1.13
25332026-04-25T17:20:12.566Z Compiling typed-path v0.9.3
25342026-04-25T17:20:12.913Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25352026-04-25T17:20:12.967Z Compiling highway v1.3.0
25362026-04-25T17:20:13.177Z Compiling chrono-tz v0.10.4
25372026-04-25T17:20:13.421Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25382026-04-25T17:20:13.457Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25392026-04-25T17:20:13.498Z Compiling csv v1.4.0
25402026-04-25T17:20:14.420Z Compiling progenitor v0.13.0
25412026-04-25T17:20:14.442Z Compiling tough v0.20.0
25422026-04-25T17:20:14.480Z Compiling strip-ansi-escapes v0.2.1
25432026-04-25T17:20:14.609Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25442026-04-25T17:20:14.870Z Compiling phf v0.12.1
25452026-04-25T17:20:14.953Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25462026-04-25T17:20:15.038Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25472026-04-25T17:20:15.067Z Compiling const_format_proc_macros v0.2.34
25482026-04-25T17:20:15.436Z Compiling fd-lock v4.0.4
25492026-04-25T17:20:15.515Z Compiling peg-macros v0.8.5
25502026-04-25T17:20:15.563Z Compiling nu-ansi-term v0.50.3
25512026-04-25T17:20:15.830Z Compiling const_format v0.2.35
25522026-04-25T17:20:16.100Z Compiling reedline v0.40.0
25532026-04-25T17:20:16.808Z Compiling peg v0.8.5
25542026-04-25T17:20:16.935Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25552026-04-25T17:20:17.203Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25562026-04-25T17:20:17.331Z Compiling bcs v0.1.6
25572026-04-25T17:20:17.477Z Compiling semver v0.1.20
25582026-04-25T17:20:17.702Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25592026-04-25T17:20:17.757Z Compiling rustc_version v0.1.7
25602026-04-25T17:20:17.781Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25612026-04-25T17:20:17.802Z Compiling smawk v0.3.2
25622026-04-25T17:20:17.995Z Compiling unicode-linebreak v0.1.5
25632026-04-25T17:20:17.998Z Compiling humantime v2.3.0
25642026-04-25T17:20:18.039Z Compiling newtype_derive v0.1.6
25652026-04-25T17:20:18.061Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25662026-04-25T17:20:18.330Z Compiling textwrap v0.16.2
25672026-04-25T17:20:18.473Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25682026-04-25T17:20:18.500Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25692026-04-25T17:20:19.242Z Compiling dropshot-api-manager-types v0.6.0
25702026-04-25T17:20:19.428Z Compiling base64 v0.21.7
25712026-04-25T17:20:19.852Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25722026-04-25T17:20:19.913Z Compiling steno v0.4.1
25732026-04-25T17:20:19.960Z Compiling utf-8 v0.7.6
25742026-04-25T17:20:20.202Z Compiling tagptr v0.2.0
25752026-04-25T17:20:20.262Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25762026-04-25T17:20:20.284Z Compiling tungstenite v0.21.0
25772026-04-25T17:20:20.401Z Compiling moka v0.12.13
25782026-04-25T17:20:20.434Z Compiling radium v0.7.0
25792026-04-25T17:20:20.952Z Compiling tokio-tungstenite v0.21.0
25802026-04-25T17:20:21.177Z Compiling maybe-uninit v2.0.0
25812026-04-25T17:20:21.362Z Compiling tap v1.0.1
25822026-04-25T17:20:21.499Z Compiling wyz v0.5.1
25832026-04-25T17:20:21.525Z Compiling hickory-resolver v0.25.2
25842026-04-25T17:20:21.682Z Compiling zerocopy-derive v0.6.6
25852026-04-25T17:20:21.752Z Compiling display-error-chain v0.2.2
25862026-04-25T17:20:21.864Z Compiling funty v2.0.0
25872026-04-25T17:20:21.931Z Compiling crc-catalog v2.4.0
25882026-04-25T17:20:22.058Z Compiling packed_struct v0.10.1
25892026-04-25T17:20:22.374Z Compiling bitvec v1.0.1
25902026-04-25T17:20:22.464Z Compiling zerocopy v0.6.6
25912026-04-25T17:20:22.489Z Compiling crc v3.4.0
25922026-04-25T17:20:22.720Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25932026-04-25T17:20:22.823Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25942026-04-25T17:20:22.895Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25952026-04-25T17:20:23.135Z Compiling packed_struct_codegen v0.10.1
25962026-04-25T17:20:23.379Z Compiling bitfield-macros v0.19.4
25972026-04-25T17:20:24.084Z Compiling indexmap v1.9.3
25982026-04-25T17:20:24.151Z Compiling nodrop v0.1.14
25992026-04-25T17:20:24.279Z Compiling array-init v0.0.4
26002026-04-25T17:20:24.341Z Compiling bitfield v0.19.4
26012026-04-25T17:20:24.663Z Compiling smallvec v0.6.14
26022026-04-25T17:20:24.692Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26032026-04-25T17:20:24.973Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26042026-04-25T17:20:25.296Z Compiling num-derive v0.3.3
26052026-04-25T17:20:25.676Z Compiling proc-macro-error-attr2 v2.0.0
26062026-04-25T17:20:26.080Z Compiling hashbrown v0.12.3
26072026-04-25T17:20:26.208Z Compiling libscf-sys v1.1.0
26082026-04-25T17:20:26.351Z Compiling proc-macro-error2 v2.0.1
26092026-04-25T17:20:26.385Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26102026-04-25T17:20:26.689Z Compiling serde-hex v0.1.0
26112026-04-25T17:20:26.786Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26122026-04-25T17:20:27.029Z Compiling ron v0.8.1
26132026-04-25T17:20:27.227Z Compiling typify-impl v0.4.3
26142026-04-25T17:20:27.414Z Compiling hashbrown v0.13.2
26152026-04-25T17:20:27.544Z Compiling vergen-gitcl v1.0.8
26162026-04-25T17:20:27.675Z Compiling dirs-sys-next v0.1.2
26172026-04-25T17:20:27.775Z Compiling crc-any v2.5.0
26182026-04-25T17:20:27.824Z Compiling glob v0.3.3
26192026-04-25T17:20:27.949Z Compiling diesel_derives v2.3.7
26202026-04-25T17:20:28.017Z Compiling maplit v1.0.2
26212026-04-25T17:20:28.074Z Compiling crunchy v0.2.4
26222026-04-25T17:20:28.136Z Compiling object v0.30.4
26232026-04-25T17:20:28.192Z Compiling clang-sys v1.8.1
26242026-04-25T17:20:28.216Z Compiling dirs-next v2.0.0
26252026-04-25T17:20:28.269Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26262026-04-25T17:20:28.376Z Compiling tabled_derive v0.11.0
26272026-04-25T17:20:28.402Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26282026-04-25T17:20:28.492Z Compiling papergrid v0.17.0
26292026-04-25T17:20:28.573Z Compiling testing_table v0.3.0
26302026-04-25T17:20:28.799Z Compiling dsl_auto_type v0.2.0
26312026-04-25T17:20:28.940Z Compiling scheduled-thread-pool v0.2.7
26322026-04-25T17:20:29.006Z Compiling diesel_table_macro_syntax v0.3.0
26332026-04-25T17:20:29.094Z Compiling tiny-keccak v2.0.2
26342026-04-25T17:20:29.115Z Compiling path-slash v0.1.5
26352026-04-25T17:20:29.232Z Compiling r2d2 v0.8.10
26362026-04-25T17:20:29.372Z Compiling term v0.7.0
26372026-04-25T17:20:29.443Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26382026-04-25T17:20:29.463Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26392026-04-25T17:20:29.518Z Compiling xshell-macros v0.2.7
26402026-04-25T17:20:29.542Z Compiling downcast-rs v2.0.2
26412026-04-25T17:20:29.680Z Compiling tabled v0.20.0
26422026-04-25T17:20:29.701Z Compiling bit-vec v0.6.3
26432026-04-25T17:20:29.918Z Compiling xshell v0.2.7
26442026-04-25T17:20:29.944Z Compiling bit-set v0.5.3
26452026-04-25T17:20:29.947Z Compiling ascii-canvas v3.0.0
26462026-04-25T17:20:30.155Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26472026-04-25T17:20:30.206Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26482026-04-25T17:20:30.234Z Compiling itertools v0.10.5
26492026-04-25T17:20:30.643Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26502026-04-25T17:20:30.666Z Compiling typify-macro v0.4.3
26512026-04-25T17:20:30.689Z Compiling ena v0.14.4
26522026-04-25T17:20:30.867Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26532026-04-25T17:20:30.961Z Compiling libloading v0.8.9
26542026-04-25T17:20:31.162Z Compiling diff v0.1.13
26552026-04-25T17:20:31.216Z Compiling unicase v2.9.0
26562026-04-25T17:20:31.296Z Compiling bindgen v0.71.1
26572026-04-25T17:20:31.422Z Compiling regex-syntax v0.6.29
26582026-04-25T17:20:31.542Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26592026-04-25T17:20:32.785Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26602026-04-25T17:20:32.924Z Compiling lalrpop v0.19.12
26612026-04-25T17:20:33.365Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26622026-04-25T17:20:33.960Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26632026-04-25T17:20:33.991Z Compiling diesel v2.3.7
26642026-04-25T17:20:34.072Z Compiling cexpr v0.6.0
26652026-04-25T17:20:34.190Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26662026-04-25T17:20:34.236Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26672026-04-25T17:20:34.410Z Compiling crc8 v0.1.1
26682026-04-25T17:20:34.553Z Compiling typify v0.4.3
26692026-04-25T17:20:34.697Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26702026-04-25T17:20:34.718Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26712026-04-25T17:20:34.742Z Compiling headers-core v0.3.0
26722026-04-25T17:20:34.745Z Compiling libxml v0.3.3
26732026-04-25T17:20:34.901Z Compiling headers v0.4.1
26742026-04-25T17:20:34.989Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26752026-04-25T17:20:35.057Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26762026-04-25T17:20:35.474Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26772026-04-25T17:20:35.956Z Compiling strum_macros v0.24.3
26782026-04-25T17:20:36.169Z Compiling indoc v1.0.9
26792026-04-25T17:20:36.618Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26802026-04-25T17:20:36.741Z Compiling derive_builder v0.20.2
26812026-04-25T17:20:36.848Z Compiling oso-derive v0.27.3
26822026-04-25T17:20:36.870Z Compiling quick-xml v0.37.5
26832026-04-25T17:20:36.916Z Compiling impl-trait-for-tuples v0.2.3
26842026-04-25T17:20:37.215Z Compiling openssl-probe v0.1.6
26852026-04-25T17:20:37.354Z Compiling half v1.8.3
26862026-04-25T17:20:37.553Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26872026-04-25T17:20:37.636Z Compiling serde_cbor v0.11.2
26882026-04-25T17:20:37.794Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26892026-04-25T17:20:38.193Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26902026-04-25T17:20:38.267Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26912026-04-25T17:20:38.448Z Compiling bb8 v0.8.6
26922026-04-25T17:20:38.492Z Compiling trait-variant v0.1.2
26932026-04-25T17:20:38.668Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26942026-04-25T17:20:38.825Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26952026-04-25T17:20:39.049Z Compiling samael v0.0.19
26962026-04-25T17:20:39.087Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26972026-04-25T17:20:39.157Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26982026-04-25T17:20:39.385Z Compiling fxhash v0.2.1
26992026-04-25T17:20:39.544Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27002026-04-25T17:20:39.595Z Compiling progenitor-impl v0.10.0
27012026-04-25T17:20:39.618Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27022026-04-25T17:20:39.744Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27032026-04-25T17:20:39.813Z Compiling kstat-rs v0.2.4
27042026-04-25T17:20:40.206Z Compiling libz-sys v1.1.24
27052026-04-25T17:20:40.296Z Compiling polar-core v0.27.3
27062026-04-25T17:20:40.299Z Compiling nonempty v0.12.0
27072026-04-25T17:20:40.556Z Compiling salty v0.3.0
27082026-04-25T17:20:40.679Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27092026-04-25T17:20:40.904Z Compiling progenitor-impl v0.11.2
27102026-04-25T17:20:40.977Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27112026-04-25T17:20:41.068Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27122026-04-25T17:20:41.688Z Compiling progenitor-macro v0.10.0
27132026-04-25T17:20:42.907Z Compiling darling_core v0.23.0
27142026-04-25T17:20:43.087Z Compiling nanorand v0.7.0
27152026-04-25T17:20:43.285Z Compiling arc-swap v1.8.2
27162026-04-25T17:20:43.451Z Compiling fs-err v2.11.0
27172026-04-25T17:20:43.660Z Compiling parking_lot_core v0.8.6
27182026-04-25T17:20:43.916Z Compiling mime_guess v2.0.5
27192026-04-25T17:20:44.123Z Compiling slog-scope v4.4.1
27202026-04-25T17:20:44.437Z Compiling flume v0.11.1
27212026-04-25T17:20:44.577Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27222026-04-25T17:20:44.847Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27232026-04-25T17:20:45.050Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27242026-04-25T17:20:45.258Z Compiling darling_macro v0.23.0
27252026-04-25T17:20:45.439Z Compiling progenitor-macro v0.11.2
27262026-04-25T17:20:45.692Z Compiling progenitor v0.10.0
27272026-04-25T17:20:45.783Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27282026-04-25T17:20:45.879Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27292026-04-25T17:20:47.269Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27302026-04-25T17:20:49.483Z Compiling oso v0.27.3
27312026-04-25T17:20:50.027Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27322026-04-25T17:20:50.272Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27332026-04-25T17:20:50.611Z Compiling progenitor-client v0.11.2
27342026-04-25T17:20:51.434Z Compiling diesel-dtrace v0.5.0
27352026-04-25T17:20:51.771Z Compiling async-bb8-diesel v0.2.1
27362026-04-25T17:20:52.436Z Compiling git-stub v1.0.0
27372026-04-25T17:20:52.710Z Compiling libgit2-sys v0.18.3+1.9.2
27382026-04-25T17:20:52.732Z Compiling instability v0.3.11
27392026-04-25T17:20:52.820Z Compiling git-stub-vcs v0.1.0
27402026-04-25T17:20:52.983Z Compiling progenitor v0.11.2
27412026-04-25T17:20:53.168Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27422026-04-25T17:20:53.192Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27432026-04-25T17:20:54.425Z Compiling darling v0.23.0
27442026-04-25T17:20:54.581Z Compiling slog-stdlog v4.1.1
27452026-04-25T17:20:55.521Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27462026-04-25T17:20:55.590Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27472026-04-25T17:20:55.803Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27482026-04-25T17:20:55.935Z Compiling ignore v0.4.25
27492026-04-25T17:20:57.117Z Compiling primeorder v0.13.6
27502026-04-25T17:20:57.426Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-04-25T17:20:58.383Z Compiling castaway v0.2.4
27522026-04-25T17:20:58.543Z Compiling atty v0.2.14
27532026-04-25T17:20:58.691Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-04-25T17:20:58.728Z Compiling parse-size v1.1.0
27552026-04-25T17:20:58.787Z Compiling http-range v0.1.5
27562026-04-25T17:20:58.922Z Compiling indoc v2.0.7
27572026-04-25T17:20:58.962Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27582026-04-25T17:20:59.178Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27592026-04-25T17:20:59.231Z Compiling compact_str v0.8.1
27602026-04-25T17:20:59.708Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-04-25T17:21:00.035Z Compiling p384 v0.13.1
27622026-04-25T17:21:00.889Z Compiling globwalk v0.9.1
27632026-04-25T17:21:01.206Z Compiling parking_lot v0.11.2
27642026-04-25T17:21:01.474Z Compiling slog-envlogger v2.2.0
27652026-04-25T17:21:01.532Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27662026-04-25T17:21:02.160Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27672026-04-25T17:21:02.182Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27682026-04-25T17:21:02.332Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27692026-04-25T17:21:02.607Z Compiling predicates-tree v1.0.13
27702026-04-25T17:21:02.662Z Compiling unicode-truncate v1.1.0
27712026-04-25T17:21:02.781Z Compiling lru v0.12.5
27722026-04-25T17:21:02.875Z Compiling rand_seeder v0.4.0
27732026-04-25T17:21:03.012Z Compiling prefix-trie v0.7.0
27742026-04-25T17:21:03.062Z Compiling vergen-git2 v1.0.7
27752026-04-25T17:21:03.129Z Compiling cassowary v0.3.0
27762026-04-25T17:21:03.208Z Compiling compression-core v0.4.31
27772026-04-25T17:21:03.322Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27782026-04-25T17:21:03.420Z Compiling hickory-server v0.25.2
27792026-04-25T17:21:03.502Z Compiling ratatui v0.29.0
27802026-04-25T17:21:03.527Z Compiling compression-codecs v0.4.37
27812026-04-25T17:21:03.900Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27822026-04-25T17:21:03.922Z Compiling camino-tempfile-ext v0.3.3
27832026-04-25T17:21:04.094Z Compiling hyper-staticfile v0.10.1
27842026-04-25T17:21:04.323Z Compiling sled v0.34.7
27852026-04-25T17:21:05.003Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27862026-04-25T17:21:05.286Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27872026-04-25T17:21:05.538Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-04-25T17:21:05.671Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27892026-04-25T17:21:06.398Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27902026-04-25T17:21:06.573Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27912026-04-25T17:21:07.039Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27922026-04-25T17:21:07.183Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27932026-04-25T17:21:07.434Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27942026-04-25T17:21:07.576Z Compiling toml_datetime v1.0.0+spec-1.1.0
27952026-04-25T17:21:07.891Z Compiling dropshot v0.17.0
27962026-04-25T17:21:08.039Z Compiling rustls v0.21.12
27972026-04-25T17:21:08.137Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27982026-04-25T17:21:08.258Z Compiling corncobs v0.1.4
27992026-04-25T17:21:08.367Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28002026-04-25T17:21:08.421Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-04-25T17:21:08.520Z Compiling toml v1.0.6+spec-1.1.0
28022026-04-25T17:21:08.567Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28032026-04-25T17:21:08.910Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28042026-04-25T17:21:09.121Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28052026-04-25T17:21:09.453Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28062026-04-25T17:21:09.477Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28072026-04-25T17:21:09.736Z Compiling async-compression v0.4.41
28082026-04-25T17:21:10.227Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28092026-04-25T17:21:10.682Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28102026-04-25T17:21:11.711Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28112026-04-25T17:21:12.620Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28122026-04-25T17:21:12.644Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28132026-04-25T17:21:12.849Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28142026-04-25T17:21:12.873Z Compiling sct v0.7.1
28152026-04-25T17:21:13.071Z Compiling rustls-webpki v0.101.7
28162026-04-25T17:21:13.142Z Compiling nix v0.29.0
28172026-04-25T17:21:13.290Z Compiling secrecy v0.8.0
28182026-04-25T17:21:13.497Z Compiling dropshot_endpoint v0.17.0
28192026-04-25T17:21:13.533Z Compiling void v1.0.2
28202026-04-25T17:21:13.674Z Compiling lzss v0.8.2
28212026-04-25T17:21:14.422Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28222026-04-25T17:21:14.737Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28232026-04-25T17:21:14.769Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28242026-04-25T17:21:15.246Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28252026-04-25T17:21:15.717Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28262026-04-25T17:21:16.417Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28272026-04-25T17:21:16.548Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28282026-04-25T17:21:16.791Z Compiling tungstenite v0.23.0
28292026-04-25T17:21:16.812Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28302026-04-25T17:21:17.037Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28312026-04-25T17:21:17.257Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28322026-04-25T17:21:17.477Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28332026-04-25T17:21:17.652Z Compiling nix v0.27.1
28342026-04-25T17:21:17.700Z Compiling serde_bytes v0.11.19
28352026-04-25T17:21:17.829Z Compiling git2 v0.20.4
28362026-04-25T17:21:18.048Z Compiling tokio-tungstenite v0.23.1
28372026-04-25T17:21:18.129Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28382026-04-25T17:21:18.417Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28392026-04-25T17:21:18.835Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28402026-04-25T17:21:19.118Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28412026-04-25T17:21:19.454Z Compiling tokio-rustls v0.24.1
28422026-04-25T17:21:19.758Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28432026-04-25T17:21:21.362Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28442026-04-25T17:21:21.417Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28452026-04-25T17:21:24.217Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28462026-04-25T17:21:24.358Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28472026-04-25T17:21:24.783Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28482026-04-25T17:21:25.433Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28492026-04-25T17:21:26.851Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28502026-04-25T17:21:27.348Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28512026-04-25T17:21:27.951Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28522026-04-25T17:21:28.630Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28532026-04-25T17:21:29.498Z Compiling rustls-pemfile v1.0.4
28542026-04-25T17:21:29.584Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28552026-04-25T17:21:29.909Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28562026-04-25T17:21:30.079Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28572026-04-25T17:21:30.235Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28582026-04-25T17:21:31.786Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28592026-04-25T17:21:32.125Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28602026-04-25T17:21:32.465Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28612026-04-25T17:21:32.514Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28622026-04-25T17:21:32.762Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28632026-04-25T17:21:32.785Z Compiling signal-hook-tokio v0.3.1
28642026-04-25T17:21:32.978Z Compiling twox-hash v2.1.2
28652026-04-25T17:21:33.096Z Compiling yasna v0.5.2
28662026-04-25T17:21:33.216Z Compiling is_ci v1.2.0
28672026-04-25T17:21:33.539Z Compiling supports-color v3.0.2
28682026-04-25T17:21:33.605Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28692026-04-25T17:21:33.810Z Compiling rcgen v0.12.1
28702026-04-25T17:21:33.980Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28712026-04-25T17:21:34.493Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28722026-04-25T17:21:34.586Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28732026-04-25T17:21:35.633Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28742026-04-25T17:21:36.181Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28752026-04-25T17:21:36.256Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28762026-04-25T17:21:36.871Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28772026-04-25T17:21:36.931Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28782026-04-25T17:21:38.072Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28792026-04-25T17:21:38.216Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28802026-04-25T17:21:38.442Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28812026-04-25T17:21:38.677Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28822026-04-25T17:21:38.730Z Compiling fatfs v0.3.6
28832026-04-25T17:21:38.941Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28842026-04-25T17:21:39.974Z Compiling subprocess v0.2.15
28852026-04-25T17:21:40.524Z Compiling rtoolbox v0.0.3
28862026-04-25T17:21:40.800Z Compiling seq-macro v0.3.6
28872026-04-25T17:21:41.293Z Compiling assert_matches v1.5.0
28882026-04-25T17:21:41.316Z Compiling rpassword v7.4.0
28892026-04-25T17:21:41.401Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28902026-04-25T17:21:41.629Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28912026-04-25T17:21:41.933Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28922026-04-25T17:21:42.148Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28932026-04-25T17:21:42.286Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28942026-04-25T17:21:42.657Z Compiling tui-tree-widget v0.23.1
28952026-04-25T17:21:42.955Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28962026-04-25T17:21:44.022Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28972026-04-25T17:21:44.476Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28982026-04-25T17:21:44.530Z Compiling uzers v0.12.2
28992026-04-25T17:21:44.678Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29002026-04-25T17:21:45.990Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29012026-04-25T17:21:47.043Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29022026-04-25T17:21:47.230Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29032026-04-25T17:21:50.094Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29042026-04-25T17:21:50.715Z Compiling support-bundle-viewer v0.1.2
29052026-04-25T17:21:52.198Z Compiling multimap v0.10.1
29062026-04-25T17:22:02.765Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29072026-04-25T17:22:10.765Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29082026-04-25T17:22:12.286Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29092026-04-25T17:22:13.158Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29102026-04-25T17:27:59.244Z Finished `release` profile [optimized] target(s) in 7m 58s
29112026-04-25T17:28:43.043Z
29122026-04-25T17:28:43.043Zreal 8:43.833332001
29132026-04-25T17:28:43.046Zuser 1:17:24.107646814
29142026-04-25T17:28:43.046Zsys 3:20.800506821
29152026-04-25T17:28:43.046Ztrap 1.707058185
29162026-04-25T17:28:43.046Ztflt 2.113271097
29172026-04-25T17:28:43.046Zdflt 15.376908119
29182026-04-25T17:28:43.046Zkflt 0.001873300
29192026-04-25T17:28:43.046Zlock 6:39:11.993065076
29202026-04-25T17:28:43.046Zslp 2:12:31.757148395
29212026-04-25T17:28:43.046Zlat 2:25.349339479
29222026-04-25T17:28:43.046Zstop 5:08.370128415
29232026-04-25T17:28:43.046Z+ mapfile -t packages
29242026-04-25T17:28:43.046Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29252026-04-25T17:28:43.985Z Finished `release` profile [optimized] target(s) in 0.93s
29262026-04-25T17:28:44.061Z Running `target/release/omicron-package -t test list-outputs`
29272026-04-25T17:28:44.116ZLogging to: /work/oxidecomputer/omicron/out/LOG
29282026-04-25T17:28:44.119Z+ ptime -m cargo build --locked --release -p xtask
29292026-04-25T17:28:44.643Z Compiling libc v0.2.185
29302026-04-25T17:28:44.643Z Compiling serde v1.0.228
29312026-04-25T17:28:44.646Z Compiling serde_core v1.0.228
29322026-04-25T17:28:44.646Z Compiling rustix v1.1.3
29332026-04-25T17:28:44.736Z Compiling bitflags v2.11.0
29342026-04-25T17:28:44.743Z Compiling serde_json v1.0.149
29352026-04-25T17:28:44.776Z Compiling num-traits v0.2.19
29362026-04-25T17:28:44.776Z Compiling hashbrown v0.16.1
29372026-04-25T17:28:44.779Z Compiling syn v2.0.117
29382026-04-25T17:28:44.806Z Compiling smallvec v1.15.1
29392026-04-25T17:28:44.816Z Compiling usdt-impl v0.5.0
29402026-04-25T17:28:44.825Z Compiling syn v1.0.109
29412026-04-25T17:28:44.836Z Compiling getrandom v0.4.1
29422026-04-25T17:28:44.840Z Compiling log v0.4.29
29432026-04-25T17:28:45.133Z Compiling percent-encoding v2.3.2
29442026-04-25T17:28:45.255Z Compiling fs-err v3.3.0
29452026-04-25T17:28:45.258Z Compiling once_cell v1.21.3
29462026-04-25T17:28:45.258Z Compiling heck v0.4.1
29472026-04-25T17:28:45.262Z Compiling anyhow v1.0.102
29482026-04-25T17:28:45.288Z Compiling form_urlencoded v1.2.2
29492026-04-25T17:28:45.427Z Compiling indexmap v2.13.0
29502026-04-25T17:28:45.642Z Compiling thread-id v4.2.2
29512026-04-25T17:28:45.662Z Compiling errno v0.3.14
29522026-04-25T17:28:45.665Z Compiling memmap v0.7.0
29532026-04-25T17:28:45.951Z Compiling ordered-float v2.10.1
29542026-04-25T17:28:46.312Z Compiling proc-macro-error v1.0.4
29552026-04-25T17:28:46.567Z Compiling tabled_derive v0.7.0
29562026-04-25T17:28:46.667Z Compiling terminal_size v0.4.3
29572026-04-25T17:28:46.669Z Compiling tempfile v3.25.0
29582026-04-25T17:28:46.768Z Compiling clap_builder v4.5.60
29592026-04-25T17:28:46.768Z Compiling textwrap v0.16.2
29602026-04-25T17:28:46.900Z Compiling camino-tempfile v1.4.1
29612026-04-25T17:28:47.218Z Compiling tabled v0.15.0
29622026-04-25T17:28:47.324Z Compiling synstructure v0.13.2
29632026-04-25T17:28:47.324Z Compiling pest_generator v2.8.6
29642026-04-25T17:28:47.703Z Compiling serde_derive v1.0.228
29652026-04-25T17:28:47.706Z Compiling zerovec-derive v0.11.2
29662026-04-25T17:28:47.706Z Compiling displaydoc v0.2.5
29672026-04-25T17:28:47.706Z Compiling thiserror-impl v1.0.69
29682026-04-25T17:28:47.706Z Compiling zerocopy-derive v0.7.35
29692026-04-25T17:28:47.706Z Compiling scroll_derive v0.12.1
29702026-04-25T17:28:47.706Z Compiling thiserror-impl v2.0.18
29712026-04-25T17:28:47.706Z Compiling clap_derive v4.5.55
29722026-04-25T17:28:47.769Z Compiling zerofrom-derive v0.1.6
29732026-04-25T17:28:47.772Z Compiling yoke-derive v0.8.1
29742026-04-25T17:28:47.855Z Compiling pest_derive v2.8.6
29752026-04-25T17:28:48.429Z Compiling scroll v0.12.0
29762026-04-25T17:28:48.557Z Compiling zerocopy v0.7.35
29772026-04-25T17:28:48.751Z Compiling goblin v0.8.2
29782026-04-25T17:28:48.894Z Compiling thiserror v1.0.69
29792026-04-25T17:28:48.945Z Compiling zerofrom v0.1.6
29802026-04-25T17:28:48.956Z Compiling thiserror v2.0.18
29812026-04-25T17:28:49.015Z Compiling dtrace-parser v0.2.0
29822026-04-25T17:28:49.087Z Compiling yoke v0.8.1
29832026-04-25T17:28:49.298Z Compiling zerovec v0.11.5
29842026-04-25T17:28:49.310Z Compiling zerotrie v0.2.3
29852026-04-25T17:28:49.412Z Compiling clap v4.5.60
29862026-04-25T17:28:49.914Z Compiling tinystr v0.8.2
29872026-04-25T17:28:50.151Z Compiling icu_locale_core v2.1.1
29882026-04-25T17:28:50.936Z Compiling potential_utf v0.1.4
29892026-04-25T17:28:51.025Z Compiling icu_provider v2.1.1
29902026-04-25T17:28:51.158Z Compiling icu_collections v2.1.1
29912026-04-25T17:28:51.232Z Compiling toml_datetime v0.6.11
29922026-04-25T17:28:51.317Z Compiling serde_spanned v0.6.9
29932026-04-25T17:28:51.351Z Compiling dof v0.3.0
29942026-04-25T17:28:51.469Z Compiling toml_edit v0.22.27
29952026-04-25T17:28:51.501Z Compiling serde-value v0.7.0
29962026-04-25T17:28:51.538Z Compiling icu_normalizer v2.1.1
29972026-04-25T17:28:51.608Z Compiling icu_properties v2.1.2
29982026-04-25T17:28:51.640Z Compiling serde_tokenstream v0.2.3
29992026-04-25T17:28:51.682Z Compiling cargo-platform v0.2.0
30002026-04-25T17:28:51.698Z Compiling macaddr v1.0.1
30012026-04-25T17:28:52.429Z Compiling usdt-attr-macro v0.5.0
30022026-04-25T17:28:52.515Z Compiling idna_adapter v1.2.1
30032026-04-25T17:28:52.565Z Compiling usdt-macro v0.5.0
30042026-04-25T17:28:52.679Z Compiling idna v1.1.0
30052026-04-25T17:28:53.007Z Compiling url v2.5.8
30062026-04-25T17:28:53.019Z Compiling toml v0.8.23
30072026-04-25T17:28:53.134Z Compiling usdt v0.5.0
30082026-04-25T17:28:53.458Z Compiling cargo_toml v0.21.0
30092026-04-25T17:28:53.523Z Compiling cargo-util-schemas v0.8.2
30102026-04-25T17:28:54.549Z Compiling cargo_metadata v0.21.0
30112026-04-25T17:28:57.546Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30122026-04-25T17:29:00.518Z Finished `release` profile [optimized] target(s) in 16.38s
30132026-04-25T17:29:00.635Z
30142026-04-25T17:29:00.636Zreal 16.484726091
30152026-04-25T17:29:00.636Zuser 2:21.589522230
30162026-04-25T17:29:00.636Zsys 17.472670366
30172026-04-25T17:29:00.636Ztrap 0.093540448
30182026-04-25T17:29:00.639Ztflt 0.954553976
30192026-04-25T17:29:00.639Zdflt 1.485665645
30202026-04-25T17:29:00.639Zkflt 0.000035812
30212026-04-25T17:29:00.639Zlock 5:16.631712807
30222026-04-25T17:29:00.639Zslp 3:26.543970657
30232026-04-25T17:29:00.639Zlat 7.538965114
30242026-04-25T17:29:00.639Zstop 19.228080902
30252026-04-25T17:29:00.639Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30262026-04-25T17:29:00.639Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30272026-04-25T17:29:00.639Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30282026-04-25T17:29:00.639Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30292026-04-25T17:29:00.639Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30302026-04-25T17:29:01.559Z Compiling regress v0.10.5
30312026-04-25T17:29:01.562Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30322026-04-25T17:29:01.562Z Compiling newtype-uuid-macros v0.1.0
30332026-04-25T17:29:01.562Z Compiling rustls v0.22.4
30342026-04-25T17:29:01.723Z Compiling progenitor-client v0.13.0
30352026-04-25T17:29:01.733Z Compiling rustls-webpki v0.102.8
30362026-04-25T17:29:01.736Z Compiling structmeta-derive v0.3.0
30372026-04-25T17:29:01.736Z Compiling serde_spanned v1.0.4
30382026-04-25T17:29:01.736Z Compiling multer v3.1.0
30392026-04-25T17:29:01.736Z Compiling match_cfg v0.1.0
30402026-04-25T17:29:01.736Z Compiling debug-ignore v1.0.5
30412026-04-25T17:29:01.739Z Compiling toml_writer v1.0.6+spec-1.1.0
30422026-04-25T17:29:01.739Z Compiling slog-json v2.6.1
30432026-04-25T17:29:01.739Z Compiling async-stream-impl v0.3.6
30442026-04-25T17:29:01.740Z Compiling waitgroup v0.1.2
30452026-04-25T17:29:01.740Z Compiling rustls-pemfile v2.2.0
30462026-04-25T17:29:01.973Z Compiling hostname v0.4.2
30472026-04-25T17:29:02.006Z Compiling serde_path_to_error v0.1.20
30482026-04-25T17:29:02.009Z Compiling itertools v0.14.0
30492026-04-25T17:29:02.037Z Compiling hostname v0.3.1
30502026-04-25T17:29:02.054Z Compiling dropshot v0.16.7
30512026-04-25T17:29:02.058Z Compiling toml v0.9.12+spec-1.1.0
30522026-04-25T17:29:02.071Z Compiling dropshot_endpoint v0.16.7
30532026-04-25T17:29:02.107Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30542026-04-25T17:29:02.110Z Compiling macaddr v1.0.1
30552026-04-25T17:29:02.159Z Compiling slog-bunyan v2.5.0
30562026-04-25T17:29:02.212Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30572026-04-25T17:29:02.308Z Compiling instant v0.1.13
30582026-04-25T17:29:02.343Z Compiling progenitor-client v0.10.0
30592026-04-25T17:29:02.363Z Compiling backon v1.6.0
30602026-04-25T17:29:02.380Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30612026-04-25T17:29:02.397Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30622026-04-25T17:29:02.430Z Compiling async-stream v0.3.6
30632026-04-25T17:29:02.430Z Compiling backoff v0.4.0
30642026-04-25T17:29:02.473Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30652026-04-25T17:29:02.580Z Compiling progenitor-extras v0.1.1
30662026-04-25T17:29:02.628Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30672026-04-25T17:29:02.645Z Compiling universal-hash v0.5.1
30682026-04-25T17:29:02.663Z Compiling opaque-debug v0.3.1
30692026-04-25T17:29:02.666Z Compiling half v2.7.1
30702026-04-25T17:29:02.697Z Compiling ciborium-io v0.2.2
30712026-04-25T17:29:02.700Z Compiling crucible-workspace-hack v0.1.0
30722026-04-25T17:29:02.752Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30732026-04-25T17:29:02.779Z Compiling convert_case v0.4.0
30742026-04-25T17:29:02.795Z Compiling aead v0.5.2
30752026-04-25T17:29:02.812Z Compiling secrecy v0.10.3
30762026-04-25T17:29:02.830Z Compiling unsafe-libyaml v0.2.11
30772026-04-25T17:29:02.848Z Compiling poly1305 v0.8.0
30782026-04-25T17:29:02.932Z Compiling ciborium-ll v0.2.2
30792026-04-25T17:29:03.000Z Compiling chacha20 v0.9.1
30802026-04-25T17:29:03.023Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30812026-04-25T17:29:03.043Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30822026-04-25T17:29:03.070Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30832026-04-25T17:29:03.086Z Compiling structmeta v0.3.0
30842026-04-25T17:29:03.103Z Compiling ciborium v0.2.2
30852026-04-25T17:29:03.163Z Compiling thiserror-impl-no-std v2.0.2
30862026-04-25T17:29:03.179Z Compiling derive_more v0.99.20
30872026-04-25T17:29:03.276Z Compiling typify-impl v0.6.1
30882026-04-25T17:29:03.292Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30892026-04-25T17:29:03.316Z Compiling byte-wrapper v0.1.0
30902026-04-25T17:29:03.332Z Compiling derive-ex v0.1.8
30912026-04-25T17:29:03.371Z Compiling parse-display-derive v0.10.0
30922026-04-25T17:29:03.391Z Compiling serde_yaml v0.9.34+deprecated
30932026-04-25T17:29:03.406Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30942026-04-25T17:29:03.560Z Compiling password-hash v0.5.0
30952026-04-25T17:29:03.600Z Compiling blake2 v0.10.6
30962026-04-25T17:29:03.616Z Compiling chacha20poly1305 v0.10.1
30972026-04-25T17:29:03.676Z Compiling indent_write v2.2.0
30982026-04-25T17:29:03.696Z Compiling heapless v0.8.0
30992026-04-25T17:29:03.781Z Compiling ingot-macros v0.1.1
31002026-04-25T17:29:03.830Z Compiling toml_edit v0.23.10+spec-1.0.0
31012026-04-25T17:29:03.871Z Compiling argon2 v0.5.3
31022026-04-25T17:29:03.985Z Compiling hash32 v0.3.1
31032026-04-25T17:29:04.162Z Compiling tokio-rustls v0.25.0
31042026-04-25T17:29:04.184Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31052026-04-25T17:29:04.200Z Compiling smoltcp v0.11.0
31062026-04-25T17:29:04.417Z Compiling thiserror-no-std v2.0.2
31072026-04-25T17:29:04.420Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31082026-04-25T17:29:04.529Z Compiling vsss-rs v3.3.4
31092026-04-25T17:29:04.625Z Compiling proc-macro-crate v3.4.0
31102026-04-25T17:29:04.852Z Compiling tabwriter v1.4.1
31112026-04-25T17:29:04.871Z Compiling cobs v0.3.0
31122026-04-25T17:29:04.928Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31132026-04-25T17:29:05.081Z Compiling test-strategy v0.4.5
31142026-04-25T17:29:05.098Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31152026-04-25T17:29:05.098Z Compiling postcard v1.1.3
31162026-04-25T17:29:05.132Z Compiling parse-display v0.10.0
31172026-04-25T17:29:05.184Z Compiling proc-macro-error v1.0.4
31182026-04-25T17:29:05.198Z Compiling proc-macro-crate v1.3.1
31192026-04-25T17:29:05.198Z Compiling num_enum_derive v0.7.5
31202026-04-25T17:29:05.231Z Compiling num-rational v0.4.2
31212026-04-25T17:29:05.457Z Compiling num-complex v0.4.6
31222026-04-25T17:29:05.474Z Compiling foreign-types-macros v0.2.3
31232026-04-25T17:29:05.515Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31242026-04-25T17:29:05.592Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31252026-04-25T17:29:05.630Z Compiling foreign-types-shared v0.3.1
31262026-04-25T17:29:05.695Z Compiling colored v3.1.1
31272026-04-25T17:29:05.748Z Compiling cpufeatures v0.3.0
31282026-04-25T17:29:05.803Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31292026-04-25T17:29:05.821Z Compiling rayon-core v1.13.0
31302026-04-25T17:29:05.843Z Compiling num v0.4.3
31312026-04-25T17:29:05.886Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31322026-04-25T17:29:05.912Z Compiling chacha20 v0.10.0
31332026-04-25T17:29:05.928Z Compiling num_enum_derive v0.5.11
31342026-04-25T17:29:06.052Z Compiling crossbeam-deque v0.8.6
31352026-04-25T17:29:06.080Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31362026-04-25T17:29:06.098Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31372026-04-25T17:29:06.134Z Compiling cstr-argument v0.1.2
31382026-04-25T17:29:06.151Z Compiling foreign-types v0.5.0
31392026-04-25T17:29:06.154Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31402026-04-25T17:29:06.252Z Compiling float-ord v0.3.2
31412026-04-25T17:29:06.267Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31422026-04-25T17:29:06.303Z Compiling num_enum v0.7.5
31432026-04-25T17:29:06.319Z Compiling rand v0.10.0
31442026-04-25T17:29:06.393Z Compiling toml v0.8.23
31452026-04-25T17:29:06.414Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31462026-04-25T17:29:06.447Z Compiling camino-tempfile v1.4.1
31472026-04-25T17:29:06.535Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31482026-04-25T17:29:06.552Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31492026-04-25T17:29:06.587Z Compiling zone_cfg_derive v0.3.1
31502026-04-25T17:29:06.635Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31512026-04-25T17:29:06.638Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31522026-04-25T17:29:06.680Z Compiling ingot-types v0.1.2
31532026-04-25T17:29:06.697Z Compiling rayon v1.11.0
31542026-04-25T17:29:06.715Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31552026-04-25T17:29:06.791Z Compiling itertools v0.12.1
31562026-04-25T17:29:06.891Z Compiling num-derive v0.4.2
31572026-04-25T17:29:06.961Z Compiling sigpipe v0.1.3
31582026-04-25T17:29:06.977Z Compiling glob v0.3.3
31592026-04-25T17:29:07.024Z Compiling num_enum v0.5.11
31602026-04-25T17:29:07.041Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31612026-04-25T17:29:07.061Z Compiling ingot v0.1.1
31622026-04-25T17:29:07.078Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31632026-04-25T17:29:07.126Z Compiling smf v0.2.3
31642026-04-25T17:29:07.163Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31652026-04-25T17:29:07.233Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31662026-04-25T17:29:07.281Z Compiling whoami v1.6.1
31672026-04-25T17:29:07.296Z Compiling prettyplease v0.2.37
31682026-04-25T17:29:07.299Z Compiling gethostname v0.5.0
31692026-04-25T17:29:07.334Z Compiling usdt-macro v0.5.0
31702026-04-25T17:29:07.457Z Compiling usdt-attr-macro v0.5.0
31712026-04-25T17:29:07.494Z Compiling memmap v0.7.0
31722026-04-25T17:29:07.592Z Compiling atomicwrites v0.4.4
31732026-04-25T17:29:07.688Z Compiling derive-where v1.6.0
31742026-04-25T17:29:07.705Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31752026-04-25T17:29:07.708Z Compiling resolv-conf v0.7.6
31762026-04-25T17:29:07.815Z Compiling owo-colors v4.3.0
31772026-04-25T17:29:07.841Z Compiling typify-macro v0.6.1
31782026-04-25T17:29:07.858Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31792026-04-25T17:29:07.876Z Compiling cancel-safe-futures v0.1.5
31802026-04-25T17:29:08.052Z Compiling zone v0.3.1
31812026-04-25T17:29:08.089Z Compiling libsw-core v0.3.2
31822026-04-25T17:29:08.132Z Compiling async-recursion v1.1.1
31832026-04-25T17:29:08.265Z Compiling libsw v3.5.0
31842026-04-25T17:29:08.283Z Compiling linear-map v1.2.0
31852026-04-25T17:29:08.298Z Compiling usdt v0.5.0
31862026-04-25T17:29:08.465Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872026-04-25T17:29:08.484Z Compiling libefi-sys v0.1.0
31882026-04-25T17:29:08.501Z Compiling console v0.15.11
31892026-04-25T17:29:08.520Z Compiling hickory-proto v0.24.4
31902026-04-25T17:29:08.537Z Compiling newline-converter v0.3.0
31912026-04-25T17:29:08.578Z Compiling bitfield-struct v0.6.2
31922026-04-25T17:29:08.680Z Compiling semver v0.1.20
31932026-04-25T17:29:08.717Z Compiling linked-hash-map v0.5.6
31942026-04-25T17:29:08.761Z Compiling tokio-dtrace v0.1.1
31952026-04-25T17:29:08.832Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31962026-04-25T17:29:08.930Z Compiling lru-cache v0.1.2
31972026-04-25T17:29:08.978Z Compiling rustc_version v0.1.7
31982026-04-25T17:29:08.994Z Compiling expectorate v1.2.0
31992026-04-25T17:29:09.011Z Compiling dropshot-api-manager-types v0.6.0
32002026-04-25T17:29:09.031Z Compiling pin-project-internal v1.1.11
32012026-04-25T17:29:09.059Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32022026-04-25T17:29:09.077Z Compiling slog-dtrace v0.3.0
32032026-04-25T17:29:09.080Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-04-25T17:29:09.111Z Compiling minimal-lexical v0.2.1
32052026-04-25T17:29:09.115Z Compiling oxide-tokio-rt v0.1.4
32062026-04-25T17:29:09.178Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32072026-04-25T17:29:09.195Z Compiling typify-impl v0.4.3
32082026-04-25T17:29:09.231Z Compiling newtype_derive v0.1.6
32092026-04-25T17:29:09.263Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32102026-04-25T17:29:09.359Z Compiling nom v7.1.3
32112026-04-25T17:29:09.374Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32122026-04-25T17:29:09.401Z Compiling phf_shared v0.12.1
32132026-04-25T17:29:09.416Z Compiling pem v3.0.6
32142026-04-25T17:29:09.435Z Compiling snafu-derive v0.8.9
32152026-04-25T17:29:09.461Z Compiling csv-core v0.1.13
32162026-04-25T17:29:09.574Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32172026-04-25T17:29:09.599Z Compiling highway v1.3.0
32182026-04-25T17:29:09.668Z Compiling typify v0.6.1
32192026-04-25T17:29:09.775Z Compiling progenitor-impl v0.13.0
32202026-04-25T17:29:09.799Z Compiling same-file v1.0.6
32212026-04-25T17:29:09.816Z Compiling xshell-macros v0.2.7
32222026-04-25T17:29:09.933Z Compiling chrono-tz v0.10.4
32232026-04-25T17:29:09.969Z Compiling walkdir v2.5.0
32242026-04-25T17:29:09.992Z Compiling csv v1.4.0
32252026-04-25T17:29:10.007Z Compiling const_format_proc_macros v0.2.34
32262026-04-25T17:29:10.011Z Compiling phf v0.12.1
32272026-04-25T17:29:10.143Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32282026-04-25T17:29:10.194Z Compiling pin-project v1.1.11
32292026-04-25T17:29:10.229Z Compiling xshell v0.2.7
32302026-04-25T17:29:10.309Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32312026-04-25T17:29:10.325Z Compiling globset v0.4.18
32322026-04-25T17:29:10.328Z Compiling olpc-cjson v0.1.4
32332026-04-25T17:29:10.529Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32342026-04-25T17:29:10.546Z Compiling primeorder v0.13.6
32352026-04-25T17:29:10.601Z Compiling serde_plain v1.0.2
32362026-04-25T17:29:10.686Z Compiling hickory-resolver v0.24.4
32372026-04-25T17:29:10.733Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32382026-04-25T17:29:10.764Z Compiling typed-path v0.9.3
32392026-04-25T17:29:10.864Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32402026-04-25T17:29:10.914Z Compiling const_format v0.2.35
32412026-04-25T17:29:11.006Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32422026-04-25T17:29:11.051Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32432026-04-25T17:29:11.260Z Compiling tabled_derive v0.7.0
32442026-04-25T17:29:11.344Z Compiling bcs v0.1.6
32452026-04-25T17:29:11.446Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32462026-04-25T17:29:11.605Z Compiling snafu v0.8.9
32472026-04-25T17:29:11.622Z Compiling radium v0.7.0
32482026-04-25T17:29:11.691Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32492026-04-25T17:29:11.725Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32502026-04-25T17:29:11.795Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32512026-04-25T17:29:11.916Z Compiling qorb v0.4.1
32522026-04-25T17:29:12.005Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32532026-04-25T17:29:12.092Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32542026-04-25T17:29:12.270Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32552026-04-25T17:29:12.273Z Compiling tough v0.20.0
32562026-04-25T17:29:12.315Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32572026-04-25T17:29:12.348Z Compiling salty v0.3.0
32582026-04-25T17:29:12.451Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32592026-04-25T17:29:12.503Z Compiling progenitor-macro v0.13.0
32602026-04-25T17:29:12.506Z Compiling termtree v0.5.1
32612026-04-25T17:29:12.634Z Compiling textwrap v0.16.2
32622026-04-25T17:29:12.654Z Compiling tabled v0.15.0
32632026-04-25T17:29:12.722Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32642026-04-25T17:29:12.765Z Compiling steno v0.4.1
32652026-04-25T17:29:12.969Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32662026-04-25T17:29:12.994Z Compiling base64 v0.21.7
32672026-04-25T17:29:13.144Z Compiling maybe-uninit v2.0.0
32682026-04-25T17:29:13.144Z Compiling tagptr v0.2.0
32692026-04-25T17:29:13.343Z Compiling tap v1.0.1
32702026-04-25T17:29:13.359Z Compiling humantime v2.3.0
32712026-04-25T17:29:13.487Z Compiling wyz v0.5.1
32722026-04-25T17:29:13.520Z Compiling moka v0.12.13
32732026-04-25T17:29:13.651Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32742026-04-25T17:29:13.708Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32752026-04-25T17:29:13.767Z Compiling p384 v0.13.1
32762026-04-25T17:29:13.795Z Compiling typify-macro v0.4.3
32772026-04-25T17:29:13.897Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32782026-04-25T17:29:13.980Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32792026-04-25T17:29:14.012Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32802026-04-25T17:29:14.301Z Compiling parking_lot_core v0.8.6
32812026-04-25T17:29:14.320Z Compiling packed_struct v0.10.1
32822026-04-25T17:29:14.336Z Compiling funty v2.0.0
32832026-04-25T17:29:14.353Z Compiling hickory-resolver v0.25.2
32842026-04-25T17:29:14.606Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32852026-04-25T17:29:14.736Z Compiling bitvec v1.0.1
32862026-04-25T17:29:14.953Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32872026-04-25T17:29:15.007Z Compiling polyval v0.6.2
32882026-04-25T17:29:15.035Z Compiling git-stub v1.0.0
32892026-04-25T17:29:15.266Z Compiling packed_struct_codegen v0.10.1
32902026-04-25T17:29:15.313Z Compiling bitfield-macros v0.19.4
32912026-04-25T17:29:15.330Z Compiling zerocopy-derive v0.6.6
32922026-04-25T17:29:15.343Z Compiling proc-macro-error-attr2 v2.0.0
32932026-04-25T17:29:15.454Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32942026-04-25T17:29:15.583Z Compiling typify v0.4.3
32952026-04-25T17:29:15.668Z Compiling indexmap v1.9.3
32962026-04-25T17:29:15.715Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32972026-04-25T17:29:15.732Z Compiling crc-catalog v2.4.0
32982026-04-25T17:29:15.732Z Compiling utf-8 v0.7.6
32992026-04-25T17:29:15.810Z Compiling nodrop v0.1.14
33002026-04-25T17:29:15.895Z Compiling crc v3.4.0
33012026-04-25T17:29:15.931Z Compiling array-init v0.0.4
33022026-04-25T17:29:15.947Z Compiling tungstenite v0.21.0
33032026-04-25T17:29:15.993Z Compiling proc-macro-error2 v2.0.1
33042026-04-25T17:29:16.009Z Compiling git-stub-vcs v0.1.0
33052026-04-25T17:29:16.075Z Compiling bitfield v0.19.4
33062026-04-25T17:29:16.119Z Compiling ghash v0.5.1
33072026-04-25T17:29:16.217Z Compiling smallvec v0.6.14
33082026-04-25T17:29:16.258Z Compiling zerocopy v0.6.6
33092026-04-25T17:29:16.275Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33102026-04-25T17:29:16.310Z Compiling num-derive v0.3.3
33112026-04-25T17:29:16.328Z Compiling ctr v0.9.2
33122026-04-25T17:29:16.352Z Compiling compression-core v0.4.31
33132026-04-25T17:29:16.396Z Compiling hashbrown v0.12.3
33142026-04-25T17:29:16.413Z Compiling unicase v2.9.0
33152026-04-25T17:29:16.451Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33162026-04-25T17:29:16.537Z Compiling aes-gcm v0.10.3
33172026-04-25T17:29:16.554Z Compiling parking_lot v0.11.2
33182026-04-25T17:29:16.620Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33192026-04-25T17:29:16.623Z Compiling compression-codecs v0.4.37
33202026-04-25T17:29:16.653Z Compiling mime_guess v2.0.5
33212026-04-25T17:29:16.697Z Compiling tokio-tungstenite v0.21.0
33222026-04-25T17:29:16.754Z Compiling serde-hex v0.1.0
33232026-04-25T17:29:16.823Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33242026-04-25T17:29:16.900Z Compiling tabled_derive v0.11.0
33252026-04-25T17:29:16.963Z Compiling progenitor-impl v0.10.0
33262026-04-25T17:29:17.051Z Compiling progenitor-impl v0.11.2
33272026-04-25T17:29:17.152Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-04-25T17:29:17.247Z Compiling ron v0.8.1
33292026-04-25T17:29:17.262Z Compiling papergrid v0.17.0
33302026-04-25T17:29:17.281Z Compiling libscf-sys v1.1.0
33312026-04-25T17:29:17.322Z Compiling testing_table v0.3.0
33322026-04-25T17:29:17.342Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33332026-04-25T17:29:17.451Z Compiling hashbrown v0.13.2
33342026-04-25T17:29:17.510Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33352026-04-25T17:29:17.644Z Compiling progenitor v0.13.0
33362026-04-25T17:29:17.711Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33372026-04-25T17:29:17.782Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33382026-04-25T17:29:17.804Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33392026-04-25T17:29:17.820Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33402026-04-25T17:29:17.926Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33412026-04-25T17:29:17.975Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33422026-04-25T17:29:18.142Z Compiling prefix-trie v0.7.0
33432026-04-25T17:29:18.211Z Compiling ssh-encoding v0.2.0
33442026-04-25T17:29:18.281Z Compiling blowfish v0.9.1
33452026-04-25T17:29:18.309Z Compiling fxhash v0.2.1
33462026-04-25T17:29:18.481Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33472026-04-25T17:29:18.508Z Compiling toml_datetime v1.0.0+spec-1.1.0
33482026-04-25T17:29:18.541Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33492026-04-25T17:29:18.558Z Compiling dropshot v0.17.0
33502026-04-25T17:29:18.576Z Compiling corncobs v0.1.4
33512026-04-25T17:29:18.576Z Compiling crc-any v2.5.0
33522026-04-25T17:29:18.689Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33532026-04-25T17:29:18.765Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33542026-04-25T17:29:18.815Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33552026-04-25T17:29:18.833Z Compiling toml v1.0.6+spec-1.1.0
33562026-04-25T17:29:18.848Z Compiling hickory-server v0.25.2
33572026-04-25T17:29:18.866Z Compiling sled v0.34.7
33582026-04-25T17:29:18.869Z Compiling bcrypt-pbkdf v0.10.0
33592026-04-25T17:29:19.014Z Compiling ssh-cipher v0.2.0
33602026-04-25T17:29:19.035Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33612026-04-25T17:29:19.233Z Compiling tabled v0.20.0
33622026-04-25T17:29:19.275Z Compiling object v0.30.4
33632026-04-25T17:29:19.336Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33642026-04-25T17:29:19.628Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33652026-04-25T17:29:19.631Z Compiling progenitor-macro v0.10.0
33662026-04-25T17:29:19.661Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33672026-04-25T17:29:19.712Z Compiling progenitor-macro v0.11.2
33682026-04-25T17:29:20.044Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33692026-04-25T17:29:20.239Z Compiling async-compression v0.4.41
33702026-04-25T17:29:20.613Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33712026-04-25T17:29:20.667Z Compiling progenitor-client v0.11.2
33722026-04-25T17:29:20.701Z Compiling password-hash v0.4.2
33732026-04-25T17:29:20.736Z Compiling dropshot_endpoint v0.17.0
33742026-04-25T17:29:20.785Z Compiling secrecy v0.8.0
33752026-04-25T17:29:20.966Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33762026-04-25T17:29:21.022Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33772026-04-25T17:29:21.141Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33782026-04-25T17:29:21.270Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33792026-04-25T17:29:21.468Z Compiling half v1.8.3
33802026-04-25T17:29:21.715Z Compiling http-range v0.1.5
33812026-04-25T17:29:21.762Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33822026-04-25T17:29:21.934Z Compiling path-slash v0.1.5
33832026-04-25T17:29:22.093Z Compiling serde_cbor v0.11.2
33842026-04-25T17:29:22.136Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33852026-04-25T17:29:22.302Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33862026-04-25T17:29:22.454Z Compiling pbkdf2 v0.11.0
33872026-04-25T17:29:22.969Z Compiling ssh-key v0.6.7
33882026-04-25T17:29:23.449Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33892026-04-25T17:29:23.780Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33902026-04-25T17:29:23.798Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33912026-04-25T17:29:23.819Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33922026-04-25T17:29:23.837Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33932026-04-25T17:29:23.945Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33942026-04-25T17:29:24.085Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33952026-04-25T17:29:24.346Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33962026-04-25T17:29:24.460Z Compiling p256 v0.13.2
33972026-04-25T17:29:24.605Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33982026-04-25T17:29:24.666Z Compiling p521 v0.13.3
33992026-04-25T17:29:24.718Z Compiling yasna v0.5.2
34002026-04-25T17:29:24.770Z Compiling progenitor v0.10.0
34012026-04-25T17:29:24.804Z Compiling kstat-rs v0.2.4
34022026-04-25T17:29:24.834Z Compiling progenitor v0.11.2
34032026-04-25T17:29:24.860Z Compiling headers-core v0.3.0
34042026-04-25T17:29:24.950Z Compiling nanorand v0.7.0
34052026-04-25T17:29:25.010Z Compiling atty v0.2.14
34062026-04-25T17:29:25.025Z Compiling russh-cryptovec v0.7.3
34072026-04-25T17:29:25.120Z Compiling md5 v0.7.0
34082026-04-25T17:29:25.137Z Compiling home v0.5.12
34092026-04-25T17:29:25.155Z Compiling crc8 v0.1.1
34102026-04-25T17:29:25.158Z Compiling rcgen v0.12.1
34112026-04-25T17:29:25.234Z Compiling flume v0.11.1
34122026-04-25T17:29:25.266Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34132026-04-25T17:29:25.293Z Compiling headers v0.4.1
34142026-04-25T17:29:25.309Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34152026-04-25T17:29:25.324Z Compiling russh-keys v0.45.0
34162026-04-25T17:29:25.412Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34172026-04-25T17:29:25.429Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34182026-04-25T17:29:25.559Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34192026-04-25T17:29:25.575Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34202026-04-25T17:29:25.643Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34212026-04-25T17:29:25.695Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34222026-04-25T17:29:26.064Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34232026-04-25T17:29:26.099Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34242026-04-25T17:29:26.116Z Compiling hyper-staticfile v0.10.1
34252026-04-25T17:29:26.131Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34262026-04-25T17:29:26.147Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34272026-04-25T17:29:26.269Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34282026-04-25T17:29:26.335Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34292026-04-25T17:29:26.485Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34302026-04-25T17:29:26.514Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34312026-04-25T17:29:26.641Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34322026-04-25T17:29:26.664Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34332026-04-25T17:29:26.778Z Compiling num-bigint v0.4.6
34342026-04-25T17:29:26.927Z Compiling des v0.8.1
34352026-04-25T17:29:26.956Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34362026-04-25T17:29:27.047Z Compiling subprocess v0.2.15
34372026-04-25T17:29:27.051Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34382026-04-25T17:29:27.107Z Compiling display-error-chain v0.2.2
34392026-04-25T17:29:27.152Z Compiling hex-literal v0.4.1
34402026-04-25T17:29:27.272Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34412026-04-25T17:29:27.291Z Compiling colored v2.2.0
34422026-04-25T17:29:27.398Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34432026-04-25T17:29:27.429Z Compiling internet-checksum v0.2.1
34442026-04-25T17:29:27.497Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34452026-04-25T17:29:28.014Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34462026-04-25T17:29:28.032Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34472026-04-25T17:29:28.064Z Compiling russh v0.45.0
34482026-04-25T17:29:30.545Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34492026-04-25T17:29:31.230Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34502026-04-25T17:29:31.703Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34512026-04-25T17:29:31.723Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34522026-04-25T17:29:39.666Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34532026-04-25T17:29:39.666Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34542026-04-25T17:29:39.666Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34552026-04-25T17:29:39.669Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34562026-04-25T17:29:41.372Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34572026-04-25T17:29:41.421Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34582026-04-25T17:29:45.464Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34592026-04-25T17:30:05.209Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34602026-04-25T17:30:28.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
34612026-04-25T17:30:28.155Z
34622026-04-25T17:30:28.155Zreal 1:23.414400926
34632026-04-25T17:30:28.155Zuser 8:12.887425465
34642026-04-25T17:30:28.155Zsys 1:36.918181768
34652026-04-25T17:30:28.155Ztrap 0.264920122
34662026-04-25T17:30:28.155Ztflt 0.563870140
34672026-04-25T17:30:28.155Zdflt 1.367574343
34682026-04-25T17:30:28.155Zkflt 0.000196562
34692026-04-25T17:30:28.155Zlock 29:09.536704730
34702026-04-25T17:30:28.156Zslp 19:06.323476994
34712026-04-25T17:30:28.156Zlat 38.243874321
34722026-04-25T17:30:28.156Zstop 2:37.634908130
34732026-04-25T17:30:28.156Z+ mkdir tests
34742026-04-25T17:30:28.156Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34752026-04-25T17:30:28.156Z+ xargs -I '{}' -t cp '{}' tests/
34762026-04-25T17:30:28.156Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b1bc68e80128657d tests/
34772026-04-25T17:30:28.156Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2591d64deb37c086 tests/
34782026-04-25T17:30:28.156Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-4942e29ae4ca8837 tests/
34792026-04-25T17:30:28.156Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ec2fae9151184196 tests/
34802026-04-25T17:30:28.156Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
34812026-04-25T17:30:28.156Z+ 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-2591d64deb37c086 tests/commtest-4942e29ae4ca8837 tests/dhcp_server-b1bc68e80128657d tests/end_to_end_tests-ec2fae9151184196 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34822026-04-25T17:31:48.881ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34832026-04-25T17:31:48.881Za .github/buildomat/ci-env.sh 1K
34842026-04-25T17:31:48.882Za out/target/test 1K
34852026-04-25T17:31:48.882Za out/npuzone/npuzone 27402K
34862026-04-25T17:31:48.882Za package-manifest.toml 35K
34872026-04-25T17:31:48.882Za smf/sled-agent/non-gimlet/config.toml 6K
34882026-04-25T17:31:48.882Za target/release/omicron-package 45907K
34892026-04-25T17:31:48.882Za target/release/xtask 11446K
34902026-04-25T17:31:48.882Za target/debug/bootstrap 341045K
34912026-04-25T17:31:48.882Za tests/bootstrap-2591d64deb37c086 31310K
34922026-04-25T17:31:48.882Za tests/commtest-4942e29ae4ca8837 32395K
34932026-04-25T17:31:48.882Za tests/dhcp_server-b1bc68e80128657d 31310K
34942026-04-25T17:31:48.882Za tests/end_to_end_tests-ec2fae9151184196 383427K
34952026-04-25T17:31:48.882Za out/clickhouse.tar.gz 313014K
34962026-04-25T17:31:48.882Za out/clickhouse_keeper.tar.gz 298507K
34972026-04-25T17:31:48.882Za out/clickhouse_server.tar.gz 313013K
34982026-04-25T17:31:48.882Za out/cockroachdb.tar.gz 161211K
34992026-04-25T17:31:48.882Za out/crucible-pantry-zone.tar.gz 44055K
35002026-04-25T17:31:48.882Za out/crucible-utils.tar 17744K
35012026-04-25T17:31:48.882Za out/crucible-zone.tar.gz 58193K
35022026-04-25T17:31:48.882Za out/external-dns.tar.gz 48883K
35032026-04-25T17:31:48.882Za out/internal-dns.tar.gz 48882K
35042026-04-25T17:31:48.882Za out/mg-ddm-gz.tar 95141K
35052026-04-25T17:31:48.882Za out/nexus.tar.gz 219221K
35062026-04-25T17:31:48.882Za out/ntp.tar.gz 31899K
35072026-04-25T17:31:48.882Za out/omicron-gateway-softnpu.tar.gz 28355K
35082026-04-25T17:31:48.882Za out/omicron-sled-agent.tar 200689K
35092026-04-25T17:31:48.882Za out/overlay.tar.gz 3K
35102026-04-25T17:31:48.882Za out/oximeter.tar.gz 63455K
35112026-04-25T17:31:48.882Za out/oxlog.tar 3782K
35122026-04-25T17:31:48.882Za out/probe.tar.gz 3037K
35132026-04-25T17:31:48.882Za out/propolis-server.tar.gz 38727K
35142026-04-25T17:31:48.882Za out/pumpkind-gz.tar 26647K
35152026-04-25T17:31:48.882Za out/switch-softnpu.tar.gz 390899K
35162026-04-25T17:31:48.886Z
35172026-04-25T17:31:48.886Zreal 1:24.311028700
35182026-04-25T17:31:48.886Zuser 1:21.770567680
35192026-04-25T17:31:48.886Zsys 4.266620275
35202026-04-25T17:31:48.886Ztrap 0.007556238
35212026-04-25T17:31:48.886Ztflt 0.000000000
35222026-04-25T17:31:48.886Zdflt 0.000000000
35232026-04-25T17:31:48.886Zkflt 0.000000000
35242026-04-25T17:31:48.886Zlock 0.000000000
35252026-04-25T17:31:48.886Zslp 1:21.615672353
35262026-04-25T17:31:48.886Zlat 0.957598544
35272026-04-25T17:31:48.886Zstop 0.000453717
35282026-04-25T17:31:48.886Zprocess exited: duration 985298 ms, exit code 0
 
35292026-04-25T17:31:48.894Zfound 1 output files
35302026-04-25T17:31:48.904Zuploading: /work/package.tar.gz (2401654208 bytes)
35312026-04-25T17:32:14.528Zuploaded: /work/package.tar.gz