01KPSDH7T8NMH7VF6TG6A8VPH3: 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: 01KPSDHKTK8ZA1VDNPJSA3FETH

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-22T01:41:37.916Zjob assigned to worker 01KPSDHX1ZKZKZJTKDMTMB5F26 [factory aws, i-08a67b956bb152b95] (queued for 51 s)
 
22026-04-22T01:41:45.603Zstarting task 0: "setup"
32026-04-22T01:41:45.608Z++ uname -s
42026-04-22T01:41:45.611Z+ kern=SunOS
52026-04-22T01:41:45.611Z+ build_user=build
62026-04-22T01:41:45.611Z+ build_uid=12345
72026-04-22T01:41:45.611Z+ work_dir=/work
82026-04-22T01:41:45.611Z+ input_dir=/input
92026-04-22T01:41:45.611Z+ [[ 0 == 12345 ]]
102026-04-22T01:41:45.611Z+ case "$kern" in
112026-04-22T01:41:45.611Z+ groupadd -g 12345 build
122026-04-22T01:41:45.614Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-22T01:41:47.622Z+ zfs create -o mountpoint=/work rpool/work
142026-04-22T01:41:47.752Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-22T01:41:47.755Z+ home_fs=zfs
162026-04-22T01:41:47.755Z+ [[ zfs == autofs ]]
172026-04-22T01:41:47.755Z+ mkdir -p /home/build
182026-04-22T01:41:47.755Z+ chown build:build /home/build /work
192026-04-22T01:41:49.758Z+ chmod 0700 /home/build /work
202026-04-22T01:41:49.761Zprocess exited: duration 4160 ms, exit code 0
 
212026-04-22T01:41:49.767Zstarting task 1: "rust-toolchain"
222026-04-22T01:41:49.773Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-22T01:41:49.774Z * rust toolchain channel = "1.94.0"
242026-04-22T01:41:49.774Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-22T01:41:49.774Z * rust toolchain profile = "default"
262026-04-22T01:41:49.774Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-22T01:41:49.774Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-22T01:41:49.777Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-22T01:41:49.777Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-22T01:41:49.857Zinfo: downloading installer
312026-04-22T01:41:51.340Zwarn: It looks like you have an existing installation of Rust at:
322026-04-22T01:41:51.340Zwarn: /opt/ooce/bin
332026-04-22T01:41:51.340Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-22T01:41:51.340Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-22T01:41:51.340Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-22T01:41:51.340Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-22T01:41:51.340Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-22T01:41:51.340Zerror: cannot install while Rust is installed
392026-04-22T01:41:51.340Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-22T01:41:51.340Zwarn: It looks like you have an existing rustup settings file at:
412026-04-22T01:41:51.340Zwarn: /home/build/.rustup/settings.toml
422026-04-22T01:41:51.340Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-22T01:41:51.340Zwarn: instead of the one inferred from the default host triple.
442026-04-22T01:41:51.353Zinfo: profile set to default
452026-04-22T01:41:51.353Zinfo: default host triple is x86_64-unknown-illumos
462026-04-22T01:41:51.356Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-22T01:41:51.495Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-22T01:41:51.498Zinfo: downloading 6 components
492026-04-22T01:42:06.330Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-22T01:42:06.330Z
512026-04-22T01:42:06.359Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-22T01:42:06.359Z
532026-04-22T01:42:06.363Z
542026-04-22T01:42:06.363ZRust is installed now. Great!
552026-04-22T01:42:06.363Z
562026-04-22T01:42:06.363ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-22T01:42:06.363Zenvironment variable. This has not been done automatically.
582026-04-22T01:42:06.363Z
592026-04-22T01:42:06.364ZTo configure your current shell, you need to source
602026-04-22T01:42:06.364Zthe corresponding env file under $HOME/.cargo.
612026-04-22T01:42:06.364Z
622026-04-22T01:42:06.364ZThis is usually done by running one of the following (note the leading DOT):
632026-04-22T01:42:06.364Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-22T01:42:06.364Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-22T01:42:06.364Zsource "~/.cargo/env.nu" # For nushell
662026-04-22T01:42:06.364Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-22T01:42:06.364Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-22T01:42:06.364Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-22T01:42:06.364Zwarn: no default linker (`cc`) was found in your PATH
702026-04-22T01:42:06.364Zwarn: many Rust crates require a system C toolchain to build
712026-04-22T01:42:06.460Z+ rustup --version
722026-04-22T01:42:06.465Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-22T01:42:06.465Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-22T01:42:06.487Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-22T01:42:06.493Z+ cargo --version
762026-04-22T01:42:06.499Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-22T01:42:06.503Z+ rustc --version
782026-04-22T01:42:06.523Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-22T01:42:06.528Zprocess exited: duration 16755 ms, exit code 0
 
802026-04-22T01:42:06.535Zstarting task 2: "authentication"
812026-04-22T01:42:06.553Zprocess exited: duration 17 ms, exit code 0
 
822026-04-22T01:42:06.567Zstarting task 3: "clone repository"
832026-04-22T01:42:06.570Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-22T01:42:06.570Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-22T01:42:06.602ZCloning into '/work/oxidecomputer/omicron'...
862026-04-22T01:42:14.938Z+ cd /work/oxidecomputer/omicron
872026-04-22T01:42:14.938Z+ git fetch origin 7ed790c1a423ac2fe0e9552d0d2daaddca2773dc
882026-04-22T01:42:15.231ZFrom https://github.com/oxidecomputer/omicron
892026-04-22T01:42:15.231Z * branch 7ed790c1a423ac2fe0e9552d0d2daaddca2773dc -> FETCH_HEAD
902026-04-22T01:42:15.247Z+ [[ -n ben/fail-closed-but-not-dead ]]
912026-04-22T01:42:15.250Z++ git branch --show-current
922026-04-22T01:42:15.251Z+ current=main
932026-04-22T01:42:15.251Z+ [[ main != ben/fail-closed-but-not-dead ]]
942026-04-22T01:42:15.251Z+ git branch -f ben/fail-closed-but-not-dead 7ed790c1a423ac2fe0e9552d0d2daaddca2773dc
952026-04-22T01:42:15.254Z+ git checkout -f ben/fail-closed-but-not-dead
962026-04-22T01:42:15.496ZSwitched to branch 'ben/fail-closed-but-not-dead'
972026-04-22T01:42:15.501Z+ git reset --hard 7ed790c1a423ac2fe0e9552d0d2daaddca2773dc
982026-04-22T01:42:15.525ZHEAD is now at 7ed790c1a Don't block Nexus startup on successful IP allowlist plumbing
992026-04-22T01:42:15.529Zprocess exited: duration 8963 ms, exit code 0
 
1002026-04-22T01:42:15.536Zstarting task 4: "build"
1012026-04-22T01:42:15.542Z+ source .github/buildomat/ci-env.sh
1022026-04-22T01:42:15.546Z++ export CARGO_TERM_COLOR=always
1032026-04-22T01:42:15.546Z++ CARGO_TERM_COLOR=always
1042026-04-22T01:42:15.546Z+ cargo --version
1052026-04-22T01:42:15.552Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-22T01:42:15.558Z+ rustc --version
1072026-04-22T01:42:15.577Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-22T01:42:15.581Z+ WORK=/work
1092026-04-22T01:42:15.581Z+ pfexec mkdir -p /work
1102026-04-22T01:42:15.584Z+ pfexec chown build /work
1112026-04-22T01:42:15.584Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-22T01:42:24.740Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-22T01:42:32.050Z Startup: Caching catalogs ... Done
1142026-04-22T01:42:37.845ZPlanning: Solver setup ... Done (4.540s)
1152026-04-22T01:42:37.876ZPlanning: Running solver ... Done (0.031s)
1162026-04-22T01:42:38.008ZPlanning: Finding local manifests ... Done (0.004s)
1172026-04-22T01:42:38.020ZPlanning: Fetching manifests: 0/5 0% complete
1182026-04-22T01:42:38.141ZPlanning: Fetching manifests: 5/5 100% complete
1192026-04-22T01:42:38.180ZPlanning: Package planning ... Done (0.039s)
1202026-04-22T01:42:38.217ZPlanning: Merging actions ... Done (0.037s)
1212026-04-22T01:42:38.402ZPlanning: Checking for conflicting actions ... Done (0.185s)
1222026-04-22T01:42:38.411ZPlanning: Consolidating action changes ... Done (0.009s)
1232026-04-22T01:42:39.277ZPlanning: Evaluating mediators ... Done (0.866s)
1242026-04-22T01:42:39.284ZPlanning: Planning completed in 7.07 seconds
1252026-04-22T01:42:39.296Z Packages to install: 5
1262026-04-22T01:42:39.297Z Mediators to change: 3
1272026-04-22T01:42:39.297Z Services to change: 1
1282026-04-22T01:42:39.297Z Estimated space available: 155.35 GB
1292026-04-22T01:42:39.297ZEstimated space to be consumed: 1.89 GB
1302026-04-22T01:42:39.297Z Create boot environment: No
1312026-04-22T01:42:39.300ZCreate backup boot environment: No
1322026-04-22T01:42:39.300Z Rebuild boot archive: No
1332026-04-22T01:42:39.300Z
1342026-04-22T01:42:39.300ZChanged mediators:
1352026-04-22T01:42:39.300Z mediator clang:
1362026-04-22T01:42:39.300Z version: None -> 15 (system default)
1372026-04-22T01:42:39.300Z
1382026-04-22T01:42:39.300Z mediator llvm:
1392026-04-22T01:42:39.301Z version: 14 (system default) -> 15 (system default)
1402026-04-22T01:42:39.301Z
1412026-04-22T01:42:39.301Z mediator postgresql:
1422026-04-22T01:42:39.301Z version: 15 (system default) -> 18 (system default)
1432026-04-22T01:42:39.301Z
1442026-04-22T01:42:39.301ZChanged packages:
1452026-04-22T01:42:39.301Zhelios-dev
1462026-04-22T01:42:39.301Z developer/build-essential
1472026-04-22T01:42:39.301Z None -> 11-2.0
1482026-04-22T01:42:39.301Z library/libxmlsec1
1492026-04-22T01:42:39.301Z None -> 1.2.35-2.0
1502026-04-22T01:42:39.301Z ooce/developer/clang-15
1512026-04-22T01:42:39.301Z None -> 15.0.7-2.0
1522026-04-22T01:42:39.301Z ooce/developer/llvm-15
1532026-04-22T01:42:39.301Z None -> 15.0.7-2.0
1542026-04-22T01:42:39.301Z ooce/library/postgresql-18
1552026-04-22T01:42:39.301Z None -> 18.1-2.0
1562026-04-22T01:42:39.302Z
1572026-04-22T01:42:39.302ZServices:
1582026-04-22T01:42:39.302Z restart_fmri:
1592026-04-22T01:42:39.302Z svc:/system/update-man-index:default
1602026-04-22T01:42:39.342Z
1612026-04-22T01:42:39.342ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-04-22T01:42:44.349ZDownload: 403/4272 items 16.4/219.0MB 7% complete (3.4M/s)
1632026-04-22T01:42:49.386ZDownload: 1477/4272 items 115.2/219.0MB 52% complete (11.8M/s)
1642026-04-22T01:42:54.390ZDownload: 2334/4272 items 119.7/219.0MB 54% complete (10.4M/s)
1652026-04-22T01:43:02.800ZDownload: 3245/4272 items 203.1/219.0MB 92% complete (11.8M/s)
1662026-04-22T01:43:07.878ZDownload: 3289/4272 items 212.3/219.0MB 96% complete (9.0M/s)
1672026-04-22T01:43:10.449ZDownload: Completed 218.99 MB in 31.10 seconds (7.0M/s)
1682026-04-22T01:43:10.589Z Actions: 1/4789 actions (Installing new actions)
1692026-04-22T01:43:13.995Z Actions: Completed 4789 actions in 3.40 seconds.
1702026-04-22T01:43:14.616Z Done (0.617s)
1712026-04-22T01:43:14.616Z Done (0.000s)
1722026-04-22T01:43:15.254Z Done (0.638s)
1732026-04-22T01:43:18.549Z Done (2.949s)
1742026-04-22T01:43:18.624Z Done (0.012s)
1752026-04-22T01:43:18.626Z Done (0.000s)
1762026-04-22T01:43:18.883Z Done (0.000s)
1772026-04-22T01:43:19.720ZPlanning: Evaluating mediator changes ... Done
1782026-04-22T01:43:19.826ZPlanning: Checking for conflicting actions ... Done
1792026-04-22T01:43:19.829ZPlanning: Consolidating action changes ... Done
1802026-04-22T01:43:19.983ZPlanning: Evaluating mediators ... Done
1812026-04-22T01:43:19.986ZPlanning: Planning completed in 0.26 seconds
1822026-04-22T01:43:20.012Z Mediators to change: 2
1832026-04-22T01:43:20.012Z Create boot environment: No
1842026-04-22T01:43:20.012ZCreate backup boot environment: No
1852026-04-22T01:43:20.089Z Done
1862026-04-22T01:43:20.090Z Done
1872026-04-22T01:43:20.676Z Done
1882026-04-22T01:43:23.185Z Done
1892026-04-22T01:43:23.258Z Done
1902026-04-22T01:43:23.261Z Done
1912026-04-22T01:43:23.396Z Done
1922026-04-22T01:43:23.656ZPlanning: Evaluating mediator changes ... Done
1932026-04-22T01:43:23.762ZPlanning: Checking for conflicting actions ... Done
1942026-04-22T01:43:23.765ZPlanning: Consolidating action changes ... Done
1952026-04-22T01:43:23.919ZPlanning: Evaluating mediators ... Done
1962026-04-22T01:43:23.922ZPlanning: Planning completed in 0.26 seconds
1972026-04-22T01:43:23.941Z Mediators to change: 1
1982026-04-22T01:43:23.941Z Create boot environment: No
1992026-04-22T01:43:23.941ZCreate backup boot environment: No
2002026-04-22T01:43:23.997Z Done
2012026-04-22T01:43:23.997Z Done
2022026-04-22T01:43:24.602Z Done
2032026-04-22T01:43:27.081Z Done
2042026-04-22T01:43:27.152Z Done
2052026-04-22T01:43:27.155Z Done
2062026-04-22T01:43:27.296Z Done
2072026-04-22T01:43:27.585ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2082026-04-22T01:43:27.585Zclang system 15 system
2092026-04-22T01:43:27.585Zcsh system system illumos
2102026-04-22T01:43:27.585Zctags system system illumos
2112026-04-22T01:43:27.585Zfile system system illumos
2122026-04-22T01:43:27.585Zgcc vendor 12 vendor
2132026-04-22T01:43:27.585Zgcc system 14 system
2142026-04-22T01:43:27.585Zgcc system 10 system
2152026-04-22T01:43:27.585Zgo system 1.20 system
2162026-04-22T01:43:27.585Zgo system 1.19 system
2172026-04-22T01:43:27.585Zllvm system 15 system
2182026-04-22T01:43:27.585Zllvm system 14 system
2192026-04-22T01:43:27.585Zmariadb system 10.6 system
2202026-04-22T01:43:27.585Zmta vendor vendor dma
2212026-04-22T01:43:27.585Zopenjdk system 17 system
2222026-04-22T01:43:27.585Zopenjdk system 11 system
2232026-04-22T01:43:27.585Zopenjdk system 1.8 system
2242026-04-22T01:43:27.585Zopenssl vendor 3 vendor
2252026-04-22T01:43:27.585Zperl system 5.36 system
2262026-04-22T01:43:27.585Zpostgresql system 18 system
2272026-04-22T01:43:27.585Zpostgresql system 15 system
2282026-04-22T01:43:27.585Zpostgresql system 13 system
2292026-04-22T01:43:27.585Zpython vendor 3 vendor
2302026-04-22T01:43:27.585Zpython system 2 system
2312026-04-22T01:43:27.585Zpython3 system 3.11 system
2322026-04-22T01:43:27.585Zruby system 3.0 system
2332026-04-22T01:43:27.585Zwords vendor vendor american-english
2342026-04-22T01:43:27.585Zwords system system australian-english
2352026-04-22T01:43:27.585Zwords system system british-english
2362026-04-22T01:43:27.585Zwords system system canadian-english
2372026-04-22T01:43:27.585Zwords system system french
2382026-04-22T01:43:27.585Zwords system system italian
2392026-04-22T01:43:27.585Zwords system system ngerman
2402026-04-22T01:43:27.585Zwords system system ogerman
2412026-04-22T01:43:27.585Zwords system system spanish
2422026-04-22T01:43:27.821ZPUBLISHER TYPE STATUS P LOCATION
2432026-04-22T01:43:27.821Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2442026-04-22T01:43:32.385ZFMRI IFO
2452026-04-22T01:43:32.385Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2462026-04-22T01:43:32.386Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2472026-04-22T01:43:32.386Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2482026-04-22T01:43:32.386Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2492026-04-22T01:43:32.386Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2502026-04-22T01:43:32.386Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2512026-04-22T01:43:32.386Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2522026-04-22T01:43:32.386Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2532026-04-22T01:43:32.386Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2542026-04-22T01:43:32.386Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2552026-04-22T01:43:32.386Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2562026-04-22T01:43:32.386Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2572026-04-22T01:43:32.386Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2582026-04-22T01:43:32.386Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2592026-04-22T01:43:32.386Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2602026-04-22T01:43:32.386Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2612026-04-22T01:43:32.386Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2622026-04-22T01:43:33.493Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2632026-04-22T01:43:33.756Z Updating crates.io index
2642026-04-22T01:43:33.759Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2652026-04-22T01:43:34.032Z Updating git repository `https://github.com/oxidecomputer/lldp`
2662026-04-22T01:43:34.863Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2672026-04-22T01:43:35.632Z Updating git repository `https://github.com/oxidecomputer/propolis`
2682026-04-22T01:43:36.349Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2692026-04-22T01:43:36.874Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702026-04-22T01:43:38.171Z Updating git repository `https://github.com/oxidecomputer/opte`
2712026-04-22T01:43:38.987Z Updating git repository `https://github.com/oxidecomputer/tofino`
2722026-04-22T01:43:39.238Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732026-04-22T01:43:39.968Z Updating git repository `https://github.com/oxidecomputer/clickward`
2742026-04-22T01:43:40.352Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2752026-04-22T01:43:40.767Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2762026-04-22T01:43:41.170Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2772026-04-22T01:43:42.096Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-04-22T01:43:42.609Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-04-22T01:43:42.967Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2802026-04-22T01:43:43.357Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2812026-04-22T01:43:43.775Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2822026-04-22T01:43:44.243Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2832026-04-22T01:43:44.482Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2842026-04-22T01:43:44.724Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2852026-04-22T01:43:45.108Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2862026-04-22T01:43:45.468Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2872026-04-22T01:43:46.014Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2882026-04-22T01:43:46.344Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2892026-04-22T01:43:46.643Z Updating git repository `https://github.com/oxidecomputer/ispf`
2902026-04-22T01:43:46.915Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2912026-04-22T01:43:48.338Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-04-22T01:43:48.847Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2932026-04-22T01:43:49.401Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2942026-04-22T01:43:49.652Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2952026-04-22T01:43:50.050Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2962026-04-22T01:43:50.330Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2972026-04-22T01:43:50.843Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2982026-04-22T01:43:51.062Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2992026-04-22T01:43:51.307Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3002026-04-22T01:43:51.525Z Updating git repository `https://github.com/illumos/smf-rs`
3012026-04-22T01:43:51.863Z Updating git repository `https://github.com/oxidecomputer/omicron`
3022026-04-22T01:44:03.624Z Downloading crates ...
3032026-04-22T01:44:03.687Z Downloaded memmap v0.7.0
3042026-04-22T01:44:03.698Z Downloaded fastrand v2.3.0
3052026-04-22T01:44:03.702Z Downloaded ordered-float v2.10.1
3062026-04-22T01:44:03.705Z Downloaded utf8_iter v1.0.4
3072026-04-22T01:44:03.705Z Downloaded zerofrom v0.1.6
3082026-04-22T01:44:03.708Z Downloaded serde_json v1.0.149
3092026-04-22T01:44:03.718Z Downloaded utf8parse v0.2.2
3102026-04-22T01:44:03.722Z Downloaded toml_write v0.1.2
3112026-04-22T01:44:03.722Z Downloaded usdt v0.5.0
3122026-04-22T01:44:03.722Z Downloaded typeid v1.0.3
3132026-04-22T01:44:03.726Z Downloaded textwrap v0.16.2
3142026-04-22T01:44:03.726Z Downloaded zerofrom-derive v0.1.6
3152026-04-22T01:44:03.733Z Downloaded version_check v0.9.5
3162026-04-22T01:44:03.737Z Downloaded yoke-derive v0.8.1
3172026-04-22T01:44:03.737Z Downloaded unicode-xid v0.2.6
3182026-04-22T01:44:03.744Z Downloaded unicode-linebreak v0.1.5
3192026-04-22T01:44:03.755Z Downloaded usdt-macro v0.5.0
3202026-04-22T01:44:03.759Z Downloaded thread-id v4.2.2
3212026-04-22T01:44:03.759Z Downloaded tinystr v0.8.2
3222026-04-22T01:44:03.759Z Downloaded usdt-attr-macro v0.5.0
3232026-04-22T01:44:03.759Z Downloaded thiserror-impl v1.0.69
3242026-04-22T01:44:03.759Z Downloaded typenum v1.19.0
3252026-04-22T01:44:03.759Z Downloaded zerovec-derive v0.11.2
3262026-04-22T01:44:03.759Z Downloaded cpufeatures v0.2.17
3272026-04-22T01:44:03.760Z Downloaded thiserror-impl v2.0.18
3282026-04-22T01:44:03.770Z Downloaded yoke v0.8.1
3292026-04-22T01:44:03.782Z Downloaded macaddr v1.0.1
3302026-04-22T01:44:03.782Z Downloaded zmij v1.0.21
3312026-04-22T01:44:03.782Z Downloaded serde-value v0.7.0
3322026-04-22T01:44:03.782Z Downloaded zerocopy-derive v0.7.35
3332026-04-22T01:44:03.782Z Downloaded writeable v0.6.2
3342026-04-22T01:44:03.782Z Downloaded usdt-impl v0.5.0
3352026-04-22T01:44:03.782Z Downloaded toml v0.8.23
3362026-04-22T01:44:03.782Z Downloaded heck v0.5.0
3372026-04-22T01:44:03.787Z Downloaded block-buffer v0.10.4
3382026-04-22T01:44:03.787Z Downloaded thiserror v2.0.18
3392026-04-22T01:44:03.788Z Downloaded colorchoice v1.0.4
3402026-04-22T01:44:03.788Z Downloaded cargo-platform v0.2.0
3412026-04-22T01:44:03.788Z Downloaded libc v0.2.185
3422026-04-22T01:44:03.797Z Downloaded itoa v1.0.17
3432026-04-22T01:44:03.801Z Downloaded unicode-ident v1.0.24
3442026-04-22T01:44:03.801Z Downloaded idna_adapter v1.2.1
3452026-04-22T01:44:03.802Z Downloaded generic-array v0.14.7
3462026-04-22T01:44:03.804Z Downloaded form_urlencoded v1.2.2
3472026-04-22T01:44:03.804Z Downloaded equivalent v1.0.2
3482026-04-22T01:44:03.804Z Downloaded cfg-if v1.0.4
3492026-04-22T01:44:03.804Z Downloaded ucd-trie v0.1.7
3502026-04-22T01:44:03.804Z Downloaded toml_datetime v0.6.11
3512026-04-22T01:44:03.804Z Downloaded thiserror v1.0.69
3522026-04-22T01:44:03.807Z Downloaded zerotrie v0.2.3
3532026-04-22T01:44:03.810Z Downloaded toml_edit v0.22.27
3542026-04-22T01:44:03.810Z Downloaded url v2.5.8
3552026-04-22T01:44:03.814Z Downloaded serde_tokenstream v0.2.3
3562026-04-22T01:44:03.814Z Downloaded digest v0.10.7
3572026-04-22T01:44:03.814Z Downloaded scroll v0.12.0
3582026-04-22T01:44:03.817Z Downloaded tabled_derive v0.7.0
3592026-04-22T01:44:03.817Z Downloaded swrite v0.1.0
3602026-04-22T01:44:03.817Z Downloaded is_terminal_polyfill v1.70.2
3612026-04-22T01:44:03.818Z Downloaded fnv v1.0.7
3622026-04-22T01:44:03.818Z Downloaded sha2 v0.10.9
3632026-04-22T01:44:03.820Z Downloaded quote v1.0.44
3642026-04-22T01:44:03.821Z Downloaded zerocopy v0.7.35
3652026-04-22T01:44:03.828Z Downloaded stable_deref_trait v1.2.1
3662026-04-22T01:44:03.831Z Downloaded zerovec v0.11.5
3672026-04-22T01:44:03.831Z Downloaded winnow v0.7.14
3682026-04-22T01:44:03.835Z Downloaded proc-macro-error-attr v1.0.4
3692026-04-22T01:44:03.839Z Downloaded potential_utf v0.1.4
3702026-04-22T01:44:03.839Z Downloaded heck v0.4.1
3712026-04-22T01:44:03.839Z Downloaded errno v0.3.14
3722026-04-22T01:44:03.839Z Downloaded dof v0.3.0
3732026-04-22T01:44:03.845Z Downloaded scroll_derive v0.12.1
3742026-04-22T01:44:03.845Z Downloaded unicode-width v0.2.0
3752026-04-22T01:44:03.845Z Downloaded unicode-width v0.1.14
3762026-04-22T01:44:03.848Z Downloaded smawk v0.3.2
3772026-04-22T01:44:03.848Z Downloaded terminal_size v0.4.3
3782026-04-22T01:44:03.848Z Downloaded strsim v0.11.1
3792026-04-22T01:44:03.848Z Downloaded anstyle-query v1.1.5
3802026-04-22T01:44:03.851Z Downloaded pretty-hex v0.4.1
3812026-04-22T01:44:03.852Z Downloaded clap_lex v1.0.0
3822026-04-22T01:44:03.852Z Downloaded dtrace-parser v0.2.0
3832026-04-22T01:44:03.852Z Downloaded serde_spanned v0.6.9
3842026-04-22T01:44:03.852Z Downloaded plain v0.2.3
3852026-04-22T01:44:03.852Z Downloaded percent-encoding v2.3.2
3862026-04-22T01:44:03.860Z Downloaded bytecount v0.6.9
3872026-04-22T01:44:03.864Z Downloaded fs-err v3.3.0
3882026-04-22T01:44:03.864Z Downloaded anstyle-parse v0.2.7
3892026-04-22T01:44:03.869Z Downloaded pest_generator v2.8.6
3902026-04-22T01:44:03.872Z Downloaded cargo-util-schemas v0.8.2
3912026-04-22T01:44:03.872Z Downloaded camino-tempfile v1.4.1
3922026-04-22T01:44:03.877Z Downloaded serde-untagged v0.1.9
3932026-04-22T01:44:03.881Z Downloaded synstructure v0.13.2
3942026-04-22T01:44:03.881Z Downloaded semver v1.0.27
3952026-04-22T01:44:03.881Z Downloaded cargo_toml v0.21.0
3962026-04-22T01:44:03.881Z Downloaded autocfg v1.5.0
3972026-04-22T01:44:03.881Z Downloaded anstyle v1.0.13
3982026-04-22T01:44:03.886Z Downloaded cargo_metadata v0.21.0
3992026-04-22T01:44:03.886Z Downloaded crypto-common v0.1.7
4002026-04-22T01:44:03.886Z Downloaded erased-serde v0.4.9
4012026-04-22T01:44:03.889Z Downloaded anstream v0.6.21
4022026-04-22T01:44:03.892Z Downloaded smallvec v1.15.1
4032026-04-22T01:44:03.892Z Downloaded proc-macro-error v1.0.4
4042026-04-22T01:44:03.896Z Downloaded anyhow v1.0.102
4052026-04-22T01:44:03.899Z Downloaded displaydoc v0.2.5
4062026-04-22T01:44:03.899Z Downloaded pest_derive v2.8.6
4072026-04-22T01:44:03.903Z Downloaded tempfile v3.25.0
4082026-04-22T01:44:03.909Z Downloaded serde_derive v1.0.228
4092026-04-22T01:44:03.914Z Downloaded once_cell v1.21.3
4102026-04-22T01:44:03.914Z Downloaded icu_properties v2.1.2
4112026-04-22T01:44:03.914Z Downloaded clap v4.5.60
4122026-04-22T01:44:03.917Z Downloaded byteorder v1.5.0
4132026-04-22T01:44:03.917Z Downloaded camino v1.2.2
4142026-04-22T01:44:03.917Z Downloaded bitflags v2.11.0
4152026-04-22T01:44:03.921Z Downloaded clap_derive v4.5.55
4162026-04-22T01:44:03.928Z Downloaded serde_core v1.0.228
4172026-04-22T01:44:03.931Z Downloaded papergrid v0.11.0
4182026-04-22T01:44:03.931Z Downloaded litemap v0.8.1
4192026-04-22T01:44:03.931Z Downloaded getrandom v0.4.1
4202026-04-22T01:44:03.934Z Downloaded num-traits v0.2.19
4212026-04-22T01:44:03.937Z Downloaded icu_provider v2.1.1
4222026-04-22T01:44:03.941Z Downloaded log v0.4.29
4232026-04-22T01:44:03.944Z Downloaded pest_meta v2.8.6
4242026-04-22T01:44:03.947Z Downloaded icu_locale_core v2.1.1
4252026-04-22T01:44:03.947Z Downloaded proc-macro2 v1.0.106
4262026-04-22T01:44:03.956Z Downloaded icu_normalizer v2.1.1
4272026-04-22T01:44:03.964Z Downloaded icu_normalizer_data v2.1.1
4282026-04-22T01:44:03.968Z Downloaded serde v1.0.228
4292026-04-22T01:44:03.975Z Downloaded icu_collections v2.1.1
4302026-04-22T01:44:03.982Z Downloaded memchr v2.8.0
4312026-04-22T01:44:03.988Z Downloaded indexmap v2.13.0
4322026-04-22T01:44:04.012Z Downloaded pest v2.8.6
4332026-04-22T01:44:04.019Z Downloaded idna v1.1.0
4342026-04-22T01:44:04.019Z Downloaded clap_builder v4.5.60
4352026-04-22T01:44:04.022Z Downloaded icu_properties_data v2.1.2
4362026-04-22T01:44:04.026Z Downloaded hashbrown v0.16.1
4372026-04-22T01:44:04.030Z Downloaded goblin v0.8.2
4382026-04-22T01:44:04.034Z Downloaded tabled v0.15.0
4392026-04-22T01:44:04.041Z Downloaded syn v1.0.109
4402026-04-22T01:44:04.050Z Downloaded syn v2.0.117
4412026-04-22T01:44:04.057Z Downloaded rustix v1.1.3
4422026-04-22T01:44:04.116Z Compiling proc-macro2 v1.0.106
4432026-04-22T01:44:04.121Z Compiling unicode-ident v1.0.24
4442026-04-22T01:44:04.121Z Compiling quote v1.0.44
4452026-04-22T01:44:04.121Z Compiling serde_core v1.0.228
4462026-04-22T01:44:04.121Z Compiling libc v0.2.185
4472026-04-22T01:44:04.121Z Compiling version_check v0.9.5
4482026-04-22T01:44:04.121Z Compiling stable_deref_trait v1.2.1
4492026-04-22T01:44:04.121Z Compiling memchr v2.8.0
4502026-04-22T01:44:04.121Z Compiling serde v1.0.228
4512026-04-22T01:44:04.121Z Compiling zmij v1.0.21
4522026-04-22T01:44:04.299Z Compiling itoa v1.0.17
4532026-04-22T01:44:04.302Z Compiling thiserror v1.0.69
4542026-04-22T01:44:04.302Z Compiling autocfg v1.5.0
4552026-04-22T01:44:04.302Z Compiling ucd-trie v0.1.7
4562026-04-22T01:44:04.302Z Compiling writeable v0.6.2
4572026-04-22T01:44:04.538Z Compiling litemap v0.8.1
4582026-04-22T01:44:04.599Z Compiling rustix v1.1.3
4592026-04-22T01:44:04.644Z Compiling byteorder v1.5.0
4602026-04-22T01:44:04.686Z Compiling icu_properties_data v2.1.2
4612026-04-22T01:44:04.755Z Compiling icu_normalizer_data v2.1.1
4622026-04-22T01:44:04.792Z Compiling serde_json v1.0.149
4632026-04-22T01:44:04.792Z Compiling bitflags v2.11.0
4642026-04-22T01:44:04.794Z Compiling hashbrown v0.16.1
4652026-04-22T01:44:04.918Z Compiling pest v2.8.6
4662026-04-22T01:44:04.921Z Compiling num-traits v0.2.19
4672026-04-22T01:44:05.130Z Compiling equivalent v1.0.2
4682026-04-22T01:44:05.193Z Compiling typeid v1.0.3
4692026-04-22T01:44:05.259Z Compiling smallvec v1.15.1
4702026-04-22T01:44:05.262Z Compiling usdt-impl v0.5.0
4712026-04-22T01:44:05.262Z Compiling proc-macro-error-attr v1.0.4
4722026-04-22T01:44:05.299Z Compiling toml_write v0.1.2
4732026-04-22T01:44:05.353Z Compiling errno v0.3.14
4742026-04-22T01:44:05.389Z Compiling indexmap v2.13.0
4752026-04-22T01:44:05.394Z Compiling thread-id v4.2.2
4762026-04-22T01:44:05.427Z Compiling winnow v0.7.14
4772026-04-22T01:44:05.431Z Compiling syn v1.0.109
4782026-04-22T01:44:05.467Z Compiling erased-serde v0.4.9
4792026-04-22T01:44:05.533Z Compiling proc-macro-error v1.0.4
4802026-04-22T01:44:05.535Z Compiling camino v1.2.2
4812026-04-22T01:44:05.643Z Compiling percent-encoding v2.3.2
4822026-04-22T01:44:05.756Z Compiling utf8_iter v1.0.4
4832026-04-22T01:44:05.793Z Compiling syn v2.0.117
4842026-04-22T01:44:05.796Z Compiling getrandom v0.4.1
4852026-04-22T01:44:05.844Z Compiling utf8parse v0.2.2
4862026-04-22T01:44:05.877Z Compiling plain v0.2.3
4872026-04-22T01:44:05.894Z Compiling thiserror v2.0.18
4882026-04-22T01:44:05.897Z Compiling log v0.4.29
4892026-04-22T01:44:05.989Z Compiling anstyle-parse v0.2.7
4902026-04-22T01:44:06.008Z Compiling form_urlencoded v1.2.2
4912026-04-22T01:44:06.028Z Compiling pest_meta v2.8.6
4922026-04-22T01:44:06.049Z Compiling ordered-float v2.10.1
4932026-04-22T01:44:06.200Z Compiling cfg-if v1.0.4
4942026-04-22T01:44:06.219Z Compiling colorchoice v1.0.4
4952026-04-22T01:44:06.238Z Compiling anstyle v1.0.13
4962026-04-22T01:44:06.258Z Compiling pretty-hex v0.4.1
4972026-04-22T01:44:06.300Z Compiling anstyle-query v1.1.5
4982026-04-22T01:44:06.303Z Compiling is_terminal_polyfill v1.70.2
4992026-04-22T01:44:06.361Z Compiling terminal_size v0.4.3
5002026-04-22T01:44:06.423Z Compiling anstream v0.6.21
5012026-04-22T01:44:06.442Z Compiling fs-err v3.3.0
5022026-04-22T01:44:06.446Z Compiling unicode-width v0.1.14
5032026-04-22T01:44:06.490Z Compiling clap_lex v1.0.0
5042026-04-22T01:44:06.508Z Compiling heck v0.4.1
5052026-04-22T01:44:06.525Z Compiling unicode-xid v0.2.6
5062026-04-22T01:44:06.528Z Compiling fastrand v2.3.0
5072026-04-22T01:44:06.561Z Compiling bytecount v0.6.9
5082026-04-22T01:44:06.639Z Compiling heck v0.5.0
5092026-04-22T01:44:06.656Z Compiling strsim v0.11.1
5102026-04-22T01:44:06.677Z Compiling fnv v1.0.7
5112026-04-22T01:44:06.749Z Compiling once_cell v1.21.3
5122026-04-22T01:44:06.767Z Compiling anyhow v1.0.102
5132026-04-22T01:44:06.771Z Compiling papergrid v0.11.0
5142026-04-22T01:44:06.804Z Compiling memmap v0.7.0
5152026-04-22T01:44:06.927Z Compiling semver v1.0.27
5162026-04-22T01:44:06.946Z Compiling tempfile v3.25.0
5172026-04-22T01:44:06.985Z Compiling clap_builder v4.5.60
5182026-04-22T01:44:07.003Z Compiling smawk v0.3.2
5192026-04-22T01:44:07.022Z Compiling unicode-linebreak v0.1.5
5202026-04-22T01:44:07.040Z Compiling unicode-width v0.2.0
5212026-04-22T01:44:07.291Z Compiling camino-tempfile v1.4.1
5222026-04-22T01:44:07.330Z Compiling serde-untagged v0.1.9
5232026-04-22T01:44:07.350Z Compiling textwrap v0.16.2
5242026-04-22T01:44:07.367Z Compiling swrite v0.1.0
5252026-04-22T01:44:07.403Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5262026-04-22T01:44:07.778Z Compiling tabled_derive v0.7.0
5272026-04-22T01:44:08.374Z Compiling synstructure v0.13.2
5282026-04-22T01:44:08.375Z Compiling pest_generator v2.8.6
5292026-04-22T01:44:08.468Z Compiling tabled v0.15.0
5302026-04-22T01:44:08.902Z Compiling serde_derive v1.0.228
5312026-04-22T01:44:08.902Z Compiling zerofrom-derive v0.1.6
5322026-04-22T01:44:08.905Z Compiling yoke-derive v0.8.1
5332026-04-22T01:44:08.905Z Compiling zerovec-derive v0.11.2
5342026-04-22T01:44:08.905Z Compiling displaydoc v0.2.5
5352026-04-22T01:44:08.905Z Compiling thiserror-impl v1.0.69
5362026-04-22T01:44:08.938Z Compiling zerocopy-derive v0.7.35
5372026-04-22T01:44:08.942Z Compiling scroll_derive v0.12.1
5382026-04-22T01:44:09.007Z Compiling thiserror-impl v2.0.18
5392026-04-22T01:44:09.043Z Compiling pest_derive v2.8.6
5402026-04-22T01:44:09.061Z Compiling clap_derive v4.5.55
5412026-04-22T01:44:09.631Z Compiling scroll v0.12.0
5422026-04-22T01:44:09.792Z Compiling zerocopy v0.7.35
5432026-04-22T01:44:09.854Z Compiling goblin v0.8.2
5442026-04-22T01:44:10.028Z Compiling zerofrom v0.1.6
5452026-04-22T01:44:10.095Z Compiling dtrace-parser v0.2.0
5462026-04-22T01:44:10.143Z Compiling yoke v0.8.1
5472026-04-22T01:44:10.296Z Compiling zerovec v0.11.5
5482026-04-22T01:44:10.296Z Compiling zerotrie v0.2.3
5492026-04-22T01:44:10.422Z Compiling clap v4.5.60
5502026-04-22T01:44:10.708Z Compiling tinystr v0.8.2
5512026-04-22T01:44:10.708Z Compiling potential_utf v0.1.4
5522026-04-22T01:44:10.821Z Compiling icu_collections v2.1.1
5532026-04-22T01:44:10.876Z Compiling icu_locale_core v2.1.1
5542026-04-22T01:44:11.376Z Compiling dof v0.3.0
5552026-04-22T01:44:11.376Z Compiling serde_tokenstream v0.2.3
5562026-04-22T01:44:11.393Z Compiling serde_spanned v0.6.9
5572026-04-22T01:44:11.396Z Compiling toml_datetime v0.6.11
5582026-04-22T01:44:11.410Z Compiling serde-value v0.7.0
5592026-04-22T01:44:11.413Z Compiling cargo-platform v0.2.0
5602026-04-22T01:44:11.413Z Compiling macaddr v1.0.1
5612026-04-22T01:44:11.427Z Compiling icu_provider v2.1.1
5622026-04-22T01:44:11.664Z Compiling toml_edit v0.22.27
5632026-04-22T01:44:11.727Z Compiling icu_properties v2.1.2
5642026-04-22T01:44:11.727Z Compiling icu_normalizer v2.1.1
5652026-04-22T01:44:12.068Z Compiling usdt-macro v0.5.0
5662026-04-22T01:44:12.071Z Compiling usdt-attr-macro v0.5.0
5672026-04-22T01:44:12.550Z Compiling idna_adapter v1.2.1
5682026-04-22T01:44:12.654Z Compiling idna v1.1.0
5692026-04-22T01:44:12.672Z Compiling usdt v0.5.0
5702026-04-22T01:44:12.902Z Compiling url v2.5.8
5712026-04-22T01:44:12.929Z Compiling toml v0.8.23
5722026-04-22T01:44:13.261Z Compiling cargo_toml v0.21.0
5732026-04-22T01:44:13.307Z Compiling cargo-util-schemas v0.8.2
5742026-04-22T01:44:14.079Z Compiling cargo_metadata v0.21.0
5752026-04-22T01:44:14.996Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5762026-04-22T01:44:17.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.78s
5772026-04-22T01:44:17.335Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5782026-04-22T01:44:17.895Z Downloading crates ...
5792026-04-22T01:44:17.988Z Downloaded adler2 v2.0.1
5802026-04-22T01:44:17.997Z Downloaded bit-set v0.8.0
5812026-04-22T01:44:18.004Z Downloaded array-init v0.0.4
5822026-04-22T01:44:18.010Z Downloaded cfg_aliases v0.1.1
5832026-04-22T01:44:18.012Z Downloaded bitfield-struct v0.6.2
5842026-04-22T01:44:18.012Z Downloaded crossbeam-utils v0.8.21
5852026-04-22T01:44:18.015Z Downloaded crc32fast v1.5.0
5862026-04-22T01:44:18.018Z Downloaded defmt v1.0.1
5872026-04-22T01:44:18.020Z Downloaded foldhash v0.1.5
5882026-04-22T01:44:18.021Z Downloaded display-error-chain v0.2.2
5892026-04-22T01:44:18.021Z Downloaded cbc v0.1.2
5902026-04-22T01:44:18.024Z Downloaded chacha20 v0.9.1
5912026-04-22T01:44:18.026Z Downloaded cipher v0.4.4
5922026-04-22T01:44:18.026Z Downloaded difflib v0.4.0
5932026-04-22T01:44:18.026Z Downloaded crucible-workspace-hack v0.1.0
5942026-04-22T01:44:18.029Z Downloaded corncobs v0.1.4
5952026-04-22T01:44:18.029Z Downloaded derive-ex v0.1.8
5962026-04-22T01:44:18.029Z Downloaded convert_case v0.10.0
5972026-04-22T01:44:18.032Z Downloaded bb8 v0.8.6
5982026-04-22T01:44:18.032Z Downloaded document-features v0.2.12
5992026-04-22T01:44:18.032Z Downloaded ciborium v0.2.2
6002026-04-22T01:44:18.035Z Downloaded dirs-sys-next v0.1.2
6012026-04-22T01:44:18.035Z Downloaded daft-derive v0.1.5
6022026-04-22T01:44:18.037Z Downloaded derive_more v0.99.20
6032026-04-22T01:44:18.041Z Downloaded async-bb8-diesel v0.2.1
6042026-04-22T01:44:18.043Z Downloaded ctr v0.9.2
6052026-04-22T01:44:18.044Z Downloaded dunce v1.0.5
6062026-04-22T01:44:18.046Z Downloaded dtrace-parser v0.3.0
6072026-04-22T01:44:18.046Z Downloaded debug-ignore v1.0.5
6082026-04-22T01:44:18.046Z Downloaded crypto-bigint v0.5.5
6092026-04-22T01:44:18.050Z Downloaded const_format v0.2.35
6102026-04-22T01:44:18.053Z Downloaded bumpalo v3.20.2
6112026-04-22T01:44:18.055Z Downloaded dirs-next v2.0.0
6122026-04-22T01:44:18.055Z Downloaded atomic-waker v1.1.2
6132026-04-22T01:44:18.059Z Downloaded base16ct v0.2.0
6142026-04-22T01:44:18.059Z Downloaded derive_builder_macro v0.20.2
6152026-04-22T01:44:18.059Z Downloaded bit-set v0.5.3
6162026-04-22T01:44:18.062Z Downloaded defmt v0.3.100
6172026-04-22T01:44:18.062Z Downloaded argon2 v0.5.3
6182026-04-22T01:44:18.062Z Downloaded atomicwrites v0.4.4
6192026-04-22T01:44:18.066Z Downloaded dsl_auto_type v0.2.0
6202026-04-22T01:44:18.066Z Downloaded dropshot-api-manager-types v0.6.0
6212026-04-22T01:44:18.066Z Downloaded arrayref v0.3.9
6222026-04-22T01:44:18.068Z Downloaded backoff v0.4.0
6232026-04-22T01:44:18.068Z Downloaded dyn-clone v1.0.20
6242026-04-22T01:44:18.071Z Downloaded compression-core v0.4.31
6252026-04-22T01:44:18.074Z Downloaded derive_builder_core v0.20.2
6262026-04-22T01:44:18.074Z Downloaded darling_macro v0.21.3
6272026-04-22T01:44:18.074Z Downloaded darling_macro v0.20.11
6282026-04-22T01:44:18.077Z Downloaded async-recursion v1.1.1
6292026-04-22T01:44:18.077Z Downloaded endian-type v0.1.2
6302026-04-22T01:44:18.079Z Downloaded cstr-argument v0.1.2
6312026-04-22T01:44:18.079Z Downloaded block-padding v0.3.3
6322026-04-22T01:44:18.080Z Downloaded assert_matches v1.5.0
6332026-04-22T01:44:18.080Z Downloaded daft v0.1.5
6342026-04-22T01:44:18.084Z Downloaded ff v0.13.1
6352026-04-22T01:44:18.084Z Downloaded compact_str v0.8.1
6362026-04-22T01:44:18.087Z Downloaded foreign-types-shared v0.3.1
6372026-04-22T01:44:18.087Z Downloaded cpufeatures v0.3.0
6382026-04-22T01:44:18.087Z Downloaded diff v0.1.13
6392026-04-22T01:44:18.090Z Downloaded foreign-types v0.5.0
6402026-04-22T01:44:18.090Z Downloaded env_logger v0.11.9
6412026-04-22T01:44:18.093Z Downloaded defmt-macros v1.0.1
6422026-04-22T01:44:18.093Z Downloaded crc v3.4.0
6432026-04-22T01:44:18.096Z Downloaded ciborium-ll v0.2.2
6442026-04-22T01:44:18.096Z Downloaded ciborium-io v0.2.2
6452026-04-22T01:44:18.096Z Downloaded aead v0.5.2
6462026-04-22T01:44:18.096Z Downloaded fixedbitset v0.4.2
6472026-04-22T01:44:18.099Z Downloaded embedded-io v0.6.1
6482026-04-22T01:44:18.099Z Downloaded aes v0.8.4
6492026-04-22T01:44:18.101Z Downloaded diesel_table_macro_syntax v0.3.0
6502026-04-22T01:44:18.101Z Downloaded ahash v0.8.12
6512026-04-22T01:44:18.104Z Downloaded crc8 v0.1.1
6522026-04-22T01:44:18.104Z Downloaded darling v0.21.3
6532026-04-22T01:44:18.107Z Downloaded funty v2.0.0
6542026-04-22T01:44:18.107Z Downloaded bitfield-macros v0.19.4
6552026-04-22T01:44:18.107Z Downloaded async-stream-impl v0.3.6
6562026-04-22T01:44:18.110Z Downloaded async-stream v0.3.6
6572026-04-22T01:44:18.110Z Downloaded base64ct v1.8.3
6582026-04-22T01:44:18.112Z Downloaded fatfs v0.3.6
6592026-04-22T01:44:18.112Z Downloaded embedded-io v0.4.0
6602026-04-22T01:44:18.115Z Downloaded crossbeam-epoch v0.9.18
6612026-04-22T01:44:18.115Z Downloaded cobs v0.3.0
6622026-04-22T01:44:18.118Z Downloaded ascii-canvas v3.0.0
6632026-04-22T01:44:18.118Z Downloaded darling_core v0.20.11
6642026-04-22T01:44:18.121Z Downloaded foreign-types-macros v0.2.3
6652026-04-22T01:44:18.121Z Downloaded curve25519-dalek-derive v0.1.1
6662026-04-22T01:44:18.125Z Downloaded crc-catalog v2.4.0
6672026-04-22T01:44:18.125Z Downloaded convert_case v0.4.0
6682026-04-22T01:44:18.125Z Downloaded cfg_aliases v0.2.1
6692026-04-22T01:44:18.125Z Downloaded foreign-types v0.3.2
6702026-04-22T01:44:18.128Z Downloaded flagset v0.4.7
6712026-04-22T01:44:18.128Z Downloaded cargo-platform v0.1.9
6722026-04-22T01:44:18.128Z Downloaded csv-core v0.1.13
6732026-04-22T01:44:18.128Z Downloaded defmt-parser v1.0.0
6742026-04-22T01:44:18.131Z Downloaded atty v0.2.14
6752026-04-22T01:44:18.131Z Downloaded float-ord v0.3.2
6762026-04-22T01:44:18.133Z Downloaded fd-lock v4.0.4
6772026-04-22T01:44:18.134Z Downloaded dof v0.4.0
6782026-04-22T01:44:18.136Z Downloaded gethostname v0.5.0
6792026-04-22T01:44:18.136Z Downloaded futures-sink v0.3.32
6802026-04-22T01:44:18.136Z Downloaded futures-macro v0.3.32
6812026-04-22T01:44:18.139Z Downloaded futures-io v0.3.32
6822026-04-22T01:44:18.139Z Downloaded foreign-types-shared v0.1.1
6832026-04-22T01:44:18.139Z Downloaded bit-vec v0.6.3
6842026-04-22T01:44:18.142Z Downloaded git-stub v1.0.0
6852026-04-22T01:44:18.142Z Downloaded ghash v0.5.1
6862026-04-22T01:44:18.142Z Downloaded enum-as-inner v0.6.1
6872026-04-22T01:44:18.145Z Downloaded cassowary v0.3.0
6882026-04-22T01:44:18.145Z Downloaded cargo_metadata v0.19.2
6892026-04-22T01:44:18.145Z Downloaded bcrypt-pbkdf v0.10.0
6902026-04-22T01:44:18.148Z Downloaded downcast-rs v2.0.2
6912026-04-22T01:44:18.148Z Downloaded float-cmp v0.10.0
6922026-04-22T01:44:18.148Z Downloaded crunchy v0.2.4
6932026-04-22T01:44:18.151Z Downloaded darling_macro v0.23.0
6942026-04-22T01:44:18.154Z Downloaded globwalk v0.9.1
6952026-04-22T01:44:18.154Z Downloaded hash32 v0.3.1
6962026-04-22T01:44:18.157Z Downloaded env_filter v1.0.0
6972026-04-22T01:44:18.157Z Downloaded castaway v0.2.4
6982026-04-22T01:44:18.160Z Downloaded fixedbitset v0.5.7
6992026-04-22T01:44:18.160Z Downloaded bit-vec v0.8.0
7002026-04-22T01:44:18.160Z Downloaded fs_extra v1.3.0
7012026-04-22T01:44:18.163Z Downloaded der_derive v0.7.3
7022026-04-22T01:44:18.163Z Downloaded critical-section v1.2.0
7032026-04-22T01:44:18.163Z Downloaded hash32 v0.2.1
7042026-04-22T01:44:18.167Z Downloaded diesel-dtrace v0.5.0
7052026-04-22T01:44:18.167Z Downloaded data-encoding v2.10.0
7062026-04-22T01:44:18.167Z Downloaded cancel-safe-futures v0.1.5
7072026-04-22T01:44:18.170Z Downloaded headers-core v0.3.0
7082026-04-22T01:44:18.171Z Downloaded bzip2 v0.6.1
7092026-04-22T01:44:18.171Z Downloaded byte-wrapper v0.1.0
7102026-04-22T01:44:18.173Z Downloaded hostname v0.4.2
7112026-04-22T01:44:18.174Z Downloaded constant_time_eq v0.4.2
7122026-04-22T01:44:18.176Z Downloaded futures-task v0.3.32
7132026-04-22T01:44:18.176Z Downloaded futures-core v0.3.32
7142026-04-22T01:44:18.176Z Downloaded bcs v0.1.6
7152026-04-22T01:44:18.179Z Downloaded drift v0.1.3
7162026-04-22T01:44:18.184Z Downloaded deranged v0.5.8
7172026-04-22T01:44:18.184Z Downloaded arrayvec v0.7.6
7182026-04-22T01:44:18.187Z Downloaded hex-literal v0.4.1
7192026-04-22T01:44:18.187Z Downloaded home v0.5.12
7202026-04-22T01:44:18.187Z Downloaded hex v0.4.3
7212026-04-22T01:44:18.187Z Downloaded blowfish v0.9.1
7222026-04-22T01:44:18.187Z Downloaded fxhash v0.2.1
7232026-04-22T01:44:18.190Z Downloaded const_format_proc_macros v0.2.34
7242026-04-22T01:44:18.193Z Downloaded http-body v1.0.1
7252026-04-22T01:44:18.193Z Downloaded hostname v0.3.1
7262026-04-22T01:44:18.193Z Downloaded bitfield v0.19.4
7272026-04-22T01:44:18.197Z Downloaded hubpack_derive v0.1.1
7282026-04-22T01:44:18.200Z Downloaded http-range v0.1.5
7292026-04-22T01:44:18.200Z Downloaded hubpack v0.1.2
7302026-04-22T01:44:18.200Z Downloaded httpdate v1.0.3
7312026-04-22T01:44:18.200Z Downloaded filetime v0.2.27
7322026-04-22T01:44:18.203Z Downloaded either v1.15.0
7332026-04-22T01:44:18.203Z Downloaded ed25519 v2.2.3
7342026-04-22T01:44:18.203Z Downloaded hyper-tls v0.6.0
7352026-04-22T01:44:18.206Z Downloaded ident_case v1.0.1
7362026-04-22T01:44:18.208Z Downloaded futures-executor v0.3.32
7372026-04-22T01:44:18.208Z Downloaded bitflags v1.3.2
7382026-04-22T01:44:18.212Z Downloaded console v0.15.11
7392026-04-22T01:44:18.215Z Downloaded foldhash v0.2.0
7402026-04-22T01:44:18.215Z Downloaded indent_write v2.2.0
7412026-04-22T01:44:18.215Z Downloaded compression-codecs v0.4.37
7422026-04-22T01:44:18.218Z Downloaded buf-list v1.1.2
7432026-04-22T01:44:18.220Z Downloaded git-stub-vcs v0.1.0
7442026-04-22T01:44:18.220Z Downloaded chacha20 v0.10.0
7452026-04-22T01:44:18.223Z Downloaded inout v0.1.4
7462026-04-22T01:44:18.223Z Downloaded group v0.13.0
7472026-04-22T01:44:18.223Z Downloaded darling v0.23.0
7482026-04-22T01:44:18.226Z Downloaded glob v0.3.3
7492026-04-22T01:44:18.229Z Downloaded fallible-iterator v0.2.0
7502026-04-22T01:44:18.229Z Downloaded des v0.8.1
7512026-04-22T01:44:18.229Z Downloaded darling v0.20.11
7522026-04-22T01:44:18.231Z Downloaded instant v0.1.13
7532026-04-22T01:44:18.234Z Downloaded instability v0.3.11
7542026-04-22T01:44:18.234Z Downloaded camino-tempfile-ext v0.3.3
7552026-04-22T01:44:18.237Z Downloaded is_ci v1.2.0
7562026-04-22T01:44:18.237Z Downloaded lalrpop-util v0.19.12
7572026-04-22T01:44:18.237Z Downloaded kstat-rs v0.2.4
7582026-04-22T01:44:18.240Z Downloaded lazy_static v1.5.0
7592026-04-22T01:44:18.240Z Downloaded internet-checksum v0.2.1
7602026-04-22T01:44:18.240Z Downloaded fs-err v2.11.0
7612026-04-22T01:44:18.243Z Downloaded ena v0.14.4
7622026-04-22T01:44:18.243Z Downloaded is-terminal v0.4.17
7632026-04-22T01:44:18.243Z Downloaded keccak v0.1.6
7642026-04-22T01:44:18.246Z Downloaded bzip2 v0.4.4
7652026-04-22T01:44:18.246Z Downloaded crossbeam-deque v0.8.6
7662026-04-22T01:44:18.246Z Downloaded aes-gcm v0.10.3
7672026-04-22T01:44:18.249Z Downloaded cmake v0.1.57
7682026-04-22T01:44:18.249Z Downloaded cexpr v0.6.0
7692026-04-22T01:44:18.252Z Downloaded libscf-sys v1.1.0
7702026-04-22T01:44:18.252Z Downloaded backon v1.6.0
7712026-04-22T01:44:18.261Z Downloaded linked-hash-map v0.5.6
7722026-04-22T01:44:18.261Z Downloaded clang-sys v1.8.1
7732026-04-22T01:44:18.262Z Downloaded memoffset v0.9.1
7742026-04-22T01:44:18.262Z Downloaded managed v0.8.0
7752026-04-22T01:44:18.264Z Downloaded lru v0.12.5
7762026-04-22T01:44:18.264Z Downloaded colored v3.1.1
7772026-04-22T01:44:18.264Z Downloaded console v0.16.2
7782026-04-22T01:44:18.264Z Downloaded colored v2.2.0
7792026-04-22T01:44:18.265Z Downloaded humantime v2.3.0
7802026-04-22T01:44:18.270Z Downloaded http-body-util v0.1.3
7812026-04-22T01:44:18.270Z Downloaded diesel_derives v2.3.7
7822026-04-22T01:44:18.277Z Downloaded find-msvc-tools v0.1.9
7832026-04-22T01:44:18.277Z Downloaded md-5 v0.10.6
7842026-04-22T01:44:18.277Z Downloaded lru-cache v0.1.2
7852026-04-22T01:44:18.289Z Downloaded maybe-uninit v2.0.0
7862026-04-22T01:44:18.289Z Downloaded match_cfg v0.1.0
7872026-04-22T01:44:18.289Z Downloaded lru-slab v0.1.2
7882026-04-22T01:44:18.289Z Downloaded ecdsa v0.16.9
7892026-04-22T01:44:18.289Z Downloaded derive_builder v0.20.2
7902026-04-22T01:44:18.289Z Downloaded impl-trait-for-tuples v0.2.3
7912026-04-22T01:44:18.289Z Downloaded getrandom v0.2.17
7922026-04-22T01:44:18.289Z Downloaded mime v0.3.17
7932026-04-22T01:44:18.300Z Downloaded allocator-api2 v0.2.21
7942026-04-22T01:44:18.300Z Downloaded md5 v0.7.0
7952026-04-22T01:44:18.300Z Downloaded maplit v1.0.2
7962026-04-22T01:44:18.300Z Downloaded indoc v2.0.7
7972026-04-22T01:44:18.308Z Downloaded lzss v0.8.2
7982026-04-22T01:44:18.308Z Downloaded indoc v1.0.9
7992026-04-22T01:44:18.308Z Downloaded hyper-staticfile v0.10.1
8002026-04-22T01:44:18.308Z Downloaded newtype_derive v0.1.6
8012026-04-22T01:44:18.308Z Downloaded half v1.8.3
8022026-04-22T01:44:18.308Z Downloaded multimap v0.10.1
8032026-04-22T01:44:18.308Z Downloaded newtype-uuid-macros v0.1.0
8042026-04-22T01:44:18.308Z Downloaded ingot v0.1.1
8052026-04-22T01:44:18.317Z Downloaded newline-converter v0.3.0
8062026-04-22T01:44:18.317Z Downloaded erased-serde v0.3.31
8072026-04-22T01:44:18.317Z Downloaded ipnetwork v0.21.1
8082026-04-22T01:44:18.317Z Downloaded ipnet v2.11.0
8092026-04-22T01:44:18.317Z Downloaded futures-channel v0.3.32
8102026-04-22T01:44:18.317Z Downloaded derive_more-impl v2.1.1
8112026-04-22T01:44:18.317Z Downloaded normalize-line-endings v0.3.0
8122026-04-22T01:44:18.317Z Downloaded nibble_vec v0.1.0
8132026-04-22T01:44:18.317Z Downloaded new_debug_unreachable v1.0.6
8142026-04-22T01:44:18.317Z Downloaded libefi-sys v0.1.0
8152026-04-22T01:44:18.317Z Downloaded nodrop v0.1.14
8162026-04-22T01:44:18.323Z Downloaded dropshot_endpoint v0.16.7
8172026-04-22T01:44:18.323Z Downloaded ingot-types v0.1.2
8182026-04-22T01:44:18.324Z Downloaded num-derive v0.4.2
8192026-04-22T01:44:18.324Z Downloaded num-derive v0.3.3
8202026-04-22T01:44:18.324Z Downloaded nonempty v0.12.0
8212026-04-22T01:44:18.324Z Downloaded libsw v3.5.0
8222026-04-22T01:44:18.324Z Downloaded cookie_store v0.22.1
8232026-04-22T01:44:18.324Z Downloaded cookie v0.18.1
8242026-04-22T01:44:18.329Z Downloaded olpc-cjson v0.1.4
8252026-04-22T01:44:18.329Z Downloaded num_enum_derive v0.5.11
8262026-04-22T01:44:18.329Z Downloaded num-iter v0.1.45
8272026-04-22T01:44:18.329Z Downloaded num-conv v0.2.0
8282026-04-22T01:44:18.329Z Downloaded num v0.4.3
8292026-04-22T01:44:18.329Z Downloaded jobserver v0.1.34
8302026-04-22T01:44:18.333Z Downloaded hmac v0.12.1
8312026-04-22T01:44:18.333Z Downloaded const-oid v0.9.6
8322026-04-22T01:44:18.333Z Downloaded openssl-probe v0.2.1
8332026-04-22T01:44:18.333Z Downloaded openssl-probe v0.1.6
8342026-04-22T01:44:18.333Z Downloaded openssl-macros v0.1.1
8352026-04-22T01:44:18.337Z Downloaded opaque-debug v0.3.1
8362026-04-22T01:44:18.337Z Downloaded lock_api v0.4.14
8372026-04-22T01:44:18.337Z Downloaded highway v1.3.0
8382026-04-22T01:44:18.337Z Downloaded blake2 v0.10.6
8392026-04-22T01:44:18.341Z Downloaded iana-time-zone v0.1.65
8402026-04-22T01:44:18.341Z Downloaded async-trait v0.1.89
8412026-04-22T01:44:18.344Z Downloaded dropshot_endpoint v0.17.0
8422026-04-22T01:44:18.346Z Downloaded libsw-core v0.3.2
8432026-04-22T01:44:18.346Z Downloaded num_threads v0.1.7
8442026-04-22T01:44:18.346Z Downloaded globset v0.4.18
8452026-04-22T01:44:18.349Z Downloaded bytes v1.11.1
8462026-04-22T01:44:18.352Z Downloaded futures v0.3.32
8472026-04-22T01:44:18.355Z Downloaded oso-derive v0.27.3
8482026-04-22T01:44:18.355Z Downloaded hyper-rustls v0.27.7
8492026-04-22T01:44:18.358Z Downloaded crc-any v2.5.0
8502026-04-22T01:44:18.358Z Downloaded darling_core v0.23.0
8512026-04-22T01:44:18.361Z Downloaded native-tls v0.2.18
8522026-04-22T01:44:18.361Z Downloaded nanorand v0.7.0
8532026-04-22T01:44:18.364Z Downloaded multer v3.1.0
8542026-04-22T01:44:18.364Z Downloaded ingot-macros v0.1.1
8552026-04-22T01:44:18.367Z Downloaded parse-display v0.10.0
8562026-04-22T01:44:18.367Z Downloaded derive-where v1.6.0
8572026-04-22T01:44:18.370Z Downloaded newtype-uuid v1.3.2
8582026-04-22T01:44:18.370Z Downloaded crossterm v0.28.1
8592026-04-22T01:44:18.373Z Downloaded ar_archive_writer v0.5.1
8602026-04-22T01:44:18.375Z Downloaded httparse v1.10.1
8612026-04-22T01:44:18.378Z Downloaded parse-size v1.1.0
8622026-04-22T01:44:18.378Z Downloaded elliptic-curve v0.13.8
8632026-04-22T01:44:18.381Z Downloaded pbkdf2 v0.11.0
8642026-04-22T01:44:18.384Z Downloaded nu-ansi-term v0.50.3
8652026-04-22T01:44:18.384Z Downloaded path-slash v0.1.5
8662026-04-22T01:44:18.389Z Downloaded num-integer v0.1.46
8672026-04-22T01:44:18.391Z Downloaded num-complex v0.4.6
8682026-04-22T01:44:18.391Z Downloaded libloading v0.8.9
8692026-04-22T01:44:18.391Z Downloaded phf_shared v0.13.1
8702026-04-22T01:44:18.391Z Downloaded pbkdf2 v0.12.2
8712026-04-22T01:44:18.395Z Downloaded peg-runtime v0.8.5
8722026-04-22T01:44:18.395Z Downloaded pin-utils v0.1.0
8732026-04-22T01:44:18.395Z Downloaded phf_shared v0.11.3
8742026-04-22T01:44:18.398Z Downloaded phf_shared v0.12.1
8752026-04-22T01:44:18.398Z Downloaded num_enum v0.5.11
8762026-04-22T01:44:18.402Z Downloaded num_enum v0.7.5
8772026-04-22T01:44:18.437Z Downloaded mime_guess v2.0.5
8782026-04-22T01:44:18.442Z Downloaded memmap2 v0.9.10
8792026-04-22T01:44:18.442Z Downloaded indexmap v1.9.3
8802026-04-22T01:44:18.442Z Downloaded flume v0.11.1
8812026-04-22T01:44:18.442Z Downloaded powerfmt v0.2.0
8822026-04-22T01:44:18.442Z Downloaded oxnet v0.1.4
8832026-04-22T01:44:18.442Z Downloaded predicates-core v1.0.10
8842026-04-22T01:44:18.442Z Downloaded darling_core v0.21.3
8852026-04-22T01:44:18.442Z Downloaded chacha20poly1305 v0.10.1
8862026-04-22T01:44:18.443Z Downloaded num-rational v0.4.2
8872026-04-22T01:44:18.443Z Downloaded precomputed-hash v0.1.1
8882026-04-22T01:44:18.443Z Downloaded proc-macro-error-attr2 v2.0.0
8892026-04-22T01:44:18.443Z Downloaded packed_struct_codegen v0.10.1
8902026-04-22T01:44:18.443Z Downloaded owo-colors v4.3.0
8912026-04-22T01:44:18.443Z Downloaded getrandom v0.3.4
8922026-04-22T01:44:18.443Z Downloaded packed_struct v0.10.1
8932026-04-22T01:44:18.443Z Downloaded proc-macro-crate v3.4.0
8942026-04-22T01:44:18.448Z Downloaded proc-macro-crate v1.3.1
8952026-04-22T01:44:18.448Z Downloaded predicates-tree v1.0.13
8962026-04-22T01:44:18.448Z Downloaded password-hash v0.4.2
8972026-04-22T01:44:18.448Z Downloaded progenitor-client v0.10.0
8982026-04-22T01:44:18.448Z Downloaded progenitor-macro v0.13.0
8992026-04-22T01:44:18.452Z Downloaded progenitor-macro v0.10.0
9002026-04-22T01:44:18.452Z Downloaded psl-types v2.0.11
9012026-04-22T01:44:18.453Z Downloaded progenitor-client v0.11.2
9022026-04-22T01:44:18.453Z Downloaded progenitor-macro v0.11.2
9032026-04-22T01:44:18.456Z Downloaded headers v0.4.1
9042026-04-22T01:44:18.460Z Downloaded pem-rfc7468 v0.7.0
9052026-04-22T01:44:18.460Z Downloaded peg-macros v0.8.5
9062026-04-22T01:44:18.460Z Downloaded parking_lot_core v0.8.6
9072026-04-22T01:44:18.464Z Downloaded libbz2-rs-sys v0.2.2
9082026-04-22T01:44:18.464Z Downloaded heapless v0.7.17
9092026-04-22T01:44:18.464Z Downloaded pem v3.0.6
9102026-04-22T01:44:18.467Z Downloaded peg v0.8.5
9112026-04-22T01:44:18.469Z Downloaded paste v1.0.15
9122026-04-22T01:44:18.469Z Downloaded litrs v1.0.0
9132026-04-22T01:44:18.483Z Downloaded phf v0.13.1
9142026-04-22T01:44:18.483Z Downloaded quick-error v1.2.3
9152026-04-22T01:44:18.484Z Downloaded phf v0.12.1
9162026-04-22T01:44:18.484Z Downloaded rand_chacha v0.3.1
9172026-04-22T01:44:18.484Z Downloaded num_enum_derive v0.7.5
9182026-04-22T01:44:18.490Z Downloaded linear-map v1.2.0
9192026-04-22T01:44:18.490Z Downloaded radium v0.7.0
9202026-04-22T01:44:18.490Z Downloaded omicron-zone-package v0.12.2
9212026-04-22T01:44:18.490Z Downloaded half v2.7.1
9222026-04-22T01:44:18.491Z Downloaded pin-project-lite v0.2.17
9232026-04-22T01:44:18.491Z Downloaded polyval v0.6.2
9242026-04-22T01:44:18.491Z Downloaded cc v1.2.56
9252026-04-22T01:44:18.491Z Downloaded arc-swap v1.8.2
9262026-04-22T01:44:18.495Z Downloaded derive_more v2.1.1
9272026-04-22T01:44:18.499Z Downloaded ppv-lite86 v0.2.21
9282026-04-22T01:44:18.499Z Downloaded der v0.7.10
9292026-04-22T01:44:18.502Z Downloaded ref-cast-impl v1.0.25
9302026-04-22T01:44:18.502Z Downloaded aho-corasick v1.1.4
9312026-04-22T01:44:18.505Z Downloaded recursive-proc-macro-impl v0.1.1
9322026-04-22T01:44:18.508Z Downloaded recursive v0.1.1
9332026-04-22T01:44:18.508Z Downloaded postgres-protocol v0.6.10
9342026-04-22T01:44:18.508Z Downloaded pkg-config v0.3.32
9352026-04-22T01:44:18.512Z Downloaded primeorder v0.13.6
9362026-04-22T01:44:18.512Z Downloaded password-hash v0.5.0
9372026-04-22T01:44:18.512Z Downloaded ignore v0.4.25
9382026-04-22T01:44:18.514Z Downloaded psm v0.1.30
9392026-04-22T01:44:18.514Z Downloaded ref-cast v1.0.25
9402026-04-22T01:44:18.518Z Downloaded russh-cryptovec v0.7.3
9412026-04-22T01:44:18.518Z Downloaded progenitor v0.13.0
9422026-04-22T01:44:18.518Z Downloaded progenitor v0.11.2
9432026-04-22T01:44:18.522Z Downloaded proc-macro-error2 v2.0.1
9442026-04-22T01:44:18.522Z Downloaded rfc6979 v0.4.0
9452026-04-22T01:44:18.522Z Downloaded heapless v0.8.0
9462026-04-22T01:44:18.525Z Downloaded progenitor-extras v0.1.1
9472026-04-22T01:44:18.526Z Downloaded progenitor-client v0.13.0
9482026-04-22T01:44:18.528Z Downloaded parse-display-derive v0.10.0
9492026-04-22T01:44:18.528Z Downloaded parking_lot_core v0.9.12
9502026-04-22T01:44:18.528Z Downloaded parking_lot v0.12.5
9512026-04-22T01:44:18.531Z Downloaded oxide-tokio-rt v0.1.4
9522026-04-22T01:44:18.536Z Downloaded pkcs1 v0.7.5
9532026-04-22T01:44:18.536Z Downloaded pin-project-internal v1.1.11
9542026-04-22T01:44:18.536Z Downloaded parking_lot v0.11.2
9552026-04-22T01:44:18.539Z Downloaded poly1305 v0.8.0
9562026-04-22T01:44:18.539Z Downloaded flate2 v1.1.9
9572026-04-22T01:44:18.542Z Downloaded rtoolbox v0.0.3
9582026-04-22T01:44:18.542Z Downloaded rand_core v0.9.5
9592026-04-22T01:44:18.545Z Downloaded rustc_version v0.1.7
9602026-04-22T01:44:18.545Z Downloaded rand_core v0.10.0
9612026-04-22T01:44:18.545Z Downloaded rand_core v0.6.4
9622026-04-22T01:44:18.547Z Downloaded rand_chacha v0.9.0
9632026-04-22T01:44:18.547Z Downloaded rustc_version v0.4.1
9642026-04-22T01:44:18.550Z Downloaded async-compression v0.4.41
9652026-04-22T01:44:18.553Z Downloaded hickory-resolver v0.24.4
9662026-04-22T01:44:18.555Z Downloaded rustc-hash v2.1.1
9672026-04-22T01:44:18.555Z Downloaded r2d2 v0.8.10
9682026-04-22T01:44:18.556Z Downloaded crossbeam-channel v0.5.15
9692026-04-22T01:44:18.558Z Downloaded base64 v0.22.1
9702026-04-22T01:44:18.562Z Downloaded base64 v0.21.7
9712026-04-22T01:44:18.565Z Downloaded predicates v3.1.4
9722026-04-22T01:44:18.565Z Downloaded postgres-types v0.2.12
9732026-04-22T01:44:18.568Z Downloaded pkcs8 v0.10.2
9742026-04-22T01:44:18.568Z Downloaded ed25519-dalek v2.2.0
9752026-04-22T01:44:18.571Z Downloaded same-file v1.0.6
9762026-04-22T01:44:18.571Z Downloaded salsa20 v0.10.2
9772026-04-22T01:44:18.574Z Downloaded scrypt v0.11.0
9782026-04-22T01:44:18.574Z Downloaded miniz_oxide v0.8.9
9792026-04-22T01:44:18.577Z Downloaded papergrid v0.17.0
9802026-04-22T01:44:18.579Z Downloaded p256 v0.13.2
9812026-04-22T01:44:18.579Z Downloaded indicatif v0.18.4
9822026-04-22T01:44:18.583Z Downloaded resolv-conf v0.7.6
9832026-04-22T01:44:18.586Z Downloaded scopeguard v1.2.0
9842026-04-22T01:44:18.589Z Downloaded scheduled-thread-pool v0.2.7
9852026-04-22T01:44:18.589Z Downloaded scroll_derive v0.13.1
9862026-04-22T01:44:18.592Z Downloaded semver v0.1.20
9872026-04-22T01:44:18.592Z Downloaded seq-macro v0.3.6
9882026-04-22T01:44:18.598Z Downloaded secrecy v0.10.3
9892026-04-22T01:44:18.598Z Downloaded secrecy v0.8.0
9902026-04-22T01:44:18.598Z Downloaded serde_bytes v0.11.19
9912026-04-22T01:44:18.601Z Downloaded quinn-udp v0.5.14
9922026-04-22T01:44:18.601Z Downloaded jiff-static v0.2.21
9932026-04-22T01:44:18.602Z Downloaded pkcs5 v0.7.1
9942026-04-22T01:44:18.606Z Downloaded rand_xorshift v0.4.0
9952026-04-22T01:44:18.610Z Downloaded serde_urlencoded v0.7.1
9962026-04-22T01:44:18.613Z Downloaded serde_repr v0.1.20
9972026-04-22T01:44:18.616Z Downloaded serde_plain v1.0.2
9982026-04-22T01:44:18.619Z Downloaded http v1.4.0
9992026-04-22T01:44:18.622Z Downloaded hyper-util v0.1.20
10002026-04-22T01:44:18.625Z Downloaded shell-words v1.1.1
10012026-04-22T01:44:18.625Z Downloaded rustls-native-certs v0.8.3
10022026-04-22T01:44:18.628Z Downloaded oso v0.27.3
10032026-04-22T01:44:18.628Z Downloaded signal-hook-tokio v0.3.1
10042026-04-22T01:44:18.631Z Downloaded sigpipe v0.1.3
10052026-04-22T01:44:18.631Z Downloaded signature v2.2.0
10062026-04-22T01:44:18.631Z Downloaded rand_seeder v0.4.0
10072026-04-22T01:44:18.631Z Downloaded hashbrown v0.13.2
10082026-04-22T01:44:18.634Z Downloaded signal-hook-mio v0.2.5
10092026-04-22T01:44:18.637Z Downloaded rustls-pemfile v1.0.4
10102026-04-22T01:44:18.637Z Downloaded sha1 v0.10.6
10112026-04-22T01:44:18.639Z Downloaded serde-big-array v0.5.1
10122026-04-22T01:44:18.639Z Downloaded dropshot-api-manager v0.6.0
10132026-04-22T01:44:18.643Z Downloaded hickory-server v0.25.2
10142026-04-22T01:44:18.645Z Downloaded expectorate v1.2.0
10152026-04-22T01:44:18.645Z Downloaded rustls-pemfile v2.2.0
10162026-04-22T01:44:18.648Z Downloaded hickory-resolver v0.25.2
10172026-04-22T01:44:18.649Z Downloaded rusty-fork v0.3.1
10182026-04-22T01:44:18.651Z Downloaded prefix-trie v0.7.0
10192026-04-22T01:44:18.654Z Downloaded siphasher v1.0.2
10202026-04-22T01:44:18.658Z Downloaded slog-bunyan v2.5.0
10212026-04-22T01:44:18.661Z Downloaded progenitor-impl v0.11.2
10222026-04-22T01:44:18.664Z Downloaded minimal-lexical v0.2.1
10232026-04-22T01:44:18.667Z Downloaded progenitor-impl v0.10.0
10242026-04-22T01:44:18.667Z Downloaded sec1 v0.7.3
10252026-04-22T01:44:18.670Z Downloaded progenitor v0.10.0
10262026-04-22T01:44:18.672Z Downloaded sapling-renderdag v0.1.0
10272026-04-22T01:44:18.675Z Downloaded schemars_derive v0.8.22
10282026-04-22T01:44:18.678Z Downloaded serde-hex v0.1.0
10292026-04-22T01:44:18.678Z Downloaded scroll v0.13.0
10302026-04-22T01:44:18.687Z Downloaded russh-keys v0.45.0
10312026-04-22T01:44:18.690Z Downloaded serde_derive_internals v0.29.1
10322026-04-22T01:44:18.690Z Downloaded serde_spanned v1.0.4
10332026-04-22T01:44:18.693Z Downloaded postcard v1.1.3
10342026-04-22T01:44:18.696Z Downloaded serde_path_to_error v0.1.20
10352026-04-22T01:44:18.699Z Downloaded ssh-encoding v0.2.0
10362026-04-22T01:44:18.704Z Downloaded simd-adler32 v0.3.8
10372026-04-22T01:44:18.707Z Downloaded sqlparser_derive v0.5.0
10382026-04-22T01:44:18.707Z Downloaded signal-hook-registry v1.4.8
10392026-04-22T01:44:18.710Z Downloaded strum v0.27.2
10402026-04-22T01:44:18.710Z Downloaded structmeta-derive v0.3.0
10412026-04-22T01:44:18.715Z Downloaded structmeta v0.3.0
10422026-04-22T01:44:18.721Z Downloaded strip-ansi-escapes v0.2.1
10432026-04-22T01:44:18.724Z Downloaded ssh-cipher v0.2.0
10442026-04-22T01:44:18.724Z Downloaded slog-envlogger v2.2.0
10452026-04-22T01:44:18.724Z Downloaded slog-dtrace v0.3.0
10462026-04-22T01:44:18.727Z Downloaded shlex v1.3.0
10472026-04-22T01:44:18.727Z Downloaded rustversion v1.0.22
10482026-04-22T01:44:18.730Z Downloaded strum v0.26.3
10492026-04-22T01:44:18.730Z Downloaded slog-scope v4.4.1
10502026-04-22T01:44:18.732Z Downloaded slog-async v2.8.0
10512026-04-22T01:44:18.732Z Downloaded slab v0.4.12
10522026-04-22T01:44:18.732Z Downloaded rustls-pki-types v1.14.0
10532026-04-22T01:44:18.735Z Downloaded slog-json v2.6.1
10542026-04-22T01:44:18.735Z Downloaded pretty_assertions v1.4.1
10552026-04-22T01:44:18.738Z Downloaded progenitor-impl v0.13.0
10562026-04-22T01:44:18.738Z Downloaded prettyplease v0.2.37
10572026-04-22T01:44:18.742Z Downloaded pin-project v1.1.11
10582026-04-22T01:44:18.746Z Downloaded termtree v0.5.1
10592026-04-22T01:44:18.748Z Downloaded testing_table v0.3.0
10602026-04-22T01:44:18.748Z Downloaded tabled_derive v0.11.0
10612026-04-22T01:44:18.749Z Downloaded subtle v2.6.1
10622026-04-22T01:44:18.752Z Downloaded tap v1.0.1
10632026-04-22T01:44:18.752Z Downloaded tabwriter v1.4.1
10642026-04-22T01:44:18.752Z Downloaded sync_wrapper v1.0.2
10652026-04-22T01:44:18.752Z Downloaded sync-ptr v0.1.4
10662026-04-22T01:44:18.756Z Downloaded serde_cbor v0.11.2
10672026-04-22T01:44:18.756Z Downloaded slog-stdlog v4.1.1
10682026-04-22T01:44:18.756Z Downloaded take_mut v0.2.2
10692026-04-22T01:44:18.759Z Downloaded smf v0.2.3
10702026-04-22T01:44:18.759Z Downloaded tagptr v0.2.0
10712026-04-22T01:44:18.759Z Downloaded snafu-derive v0.8.9
10722026-04-22T01:44:18.759Z Downloaded itertools v0.10.5
10732026-04-22T01:44:18.762Z Downloaded hashbrown v0.12.3
10742026-04-22T01:44:18.765Z Downloaded smallvec v0.6.14
10752026-04-22T01:44:18.768Z Downloaded sct v0.7.1
10762026-04-22T01:44:18.771Z Downloaded sqlformat v0.3.5
10772026-04-22T01:44:18.774Z Downloaded thiserror-impl-no-std v2.0.2
10782026-04-22T01:44:18.774Z Downloaded spki v0.7.3
10792026-04-22T01:44:18.774Z Downloaded slog-term v2.9.2
10802026-04-22T01:44:18.777Z Downloaded time-core v0.1.8
10812026-04-22T01:44:18.785Z Downloaded string_cache v0.8.9
10822026-04-22T01:44:18.789Z Downloaded stringprep v0.1.5
10832026-04-22T01:44:18.789Z Downloaded stacker v0.1.23
10842026-04-22T01:44:18.795Z Downloaded serde_with_macros v3.17.0
10852026-04-22T01:44:18.796Z Downloaded rustls-platform-verifier v0.6.2
10862026-04-22T01:44:18.796Z Downloaded strum_macros v0.27.2
10872026-04-22T01:44:18.796Z Downloaded strum_macros v0.26.4
10882026-04-22T01:44:18.798Z Downloaded static_assertions v1.1.0
10892026-04-22T01:44:18.798Z Downloaded tokio-macros v2.7.0
10902026-04-22T01:44:18.801Z Downloaded strum_macros v0.24.3
10912026-04-22T01:44:18.804Z Downloaded publicsuffix v2.3.0
10922026-04-22T01:44:18.807Z Downloaded ryu v1.0.23
10932026-04-22T01:44:18.811Z Downloaded rcgen v0.12.1
10942026-04-22T01:44:18.811Z Downloaded mio v1.2.0
10952026-04-22T01:44:18.814Z Downloaded openssl-sys v0.9.111
10962026-04-22T01:44:18.817Z Downloaded supports-color v3.0.2
10972026-04-22T01:44:18.820Z Downloaded termios v0.3.3
10982026-04-22T01:44:18.820Z Downloaded support-bundle-viewer v0.1.2
10992026-04-22T01:44:18.825Z Downloaded thiserror-no-std v2.0.2
11002026-04-22T01:44:18.827Z Downloaded topological-sort v0.2.2
11012026-04-22T01:44:18.831Z Downloaded time-macros v0.2.27
11022026-04-22T01:44:18.834Z Downloaded num-bigint v0.4.6
11032026-04-22T01:44:18.838Z Downloaded nom v7.1.3
11042026-04-22T01:44:18.841Z Downloaded tinyvec_macros v0.1.1
11052026-04-22T01:44:18.846Z Downloaded thread-id v5.1.0
11062026-04-22T01:44:18.846Z Downloaded rand v0.8.5
11072026-04-22T01:44:18.850Z Downloaded quinn v0.11.9
11082026-04-22T01:44:18.850Z Downloaded try-lock v0.2.5
11092026-04-22T01:44:18.850Z Downloaded trait-variant v0.1.2
11102026-04-22T01:44:18.850Z Downloaded spin v0.9.8
11112026-04-22T01:44:18.855Z Downloaded tower-layer v0.3.3
11122026-04-22T01:44:18.855Z Downloaded thread_local v1.1.9
11132026-04-22T01:44:18.855Z Downloaded qorb v0.4.1
11142026-04-22T01:44:18.855Z Downloaded tower-service v0.3.3
11152026-04-22T01:44:18.862Z Downloaded serde_yaml v0.9.34+deprecated
11162026-04-22T01:44:18.866Z Downloaded unarray v0.1.4
11172026-04-22T01:44:18.866Z Downloaded tiny-keccak v2.0.2
11182026-04-22T01:44:18.866Z Downloaded slog v2.8.2
11192026-04-22T01:44:18.869Z Downloaded schemars v0.9.0
11202026-04-22T01:44:18.874Z Downloaded tokio-dtrace v0.1.1
11212026-04-22T01:44:18.876Z Downloaded signal-hook v0.3.18
11222026-04-22T01:44:18.879Z Downloaded untrusted v0.9.0
11232026-04-22T01:44:18.879Z Downloaded unicode-truncate v1.1.0
11242026-04-22T01:44:18.879Z Downloaded typify-macro v0.6.1
11252026-04-22T01:44:18.881Z Downloaded tokio-native-tls v0.3.1
11262026-04-22T01:44:18.882Z Downloaded untrusted v0.7.1
11272026-04-22T01:44:18.882Z Downloaded universal-hash v0.5.1
11282026-04-22T01:44:18.884Z Downloaded unit-prefix v0.5.2
11292026-04-22T01:44:18.884Z Downloaded typify-macro v0.4.3
11302026-04-22T01:44:18.884Z Downloaded iddqd v0.3.17
11312026-04-22T01:44:18.888Z Downloaded usdt v0.6.0
11322026-04-22T01:44:18.890Z Downloaded tokio-tungstenite v0.23.1
11332026-04-22T01:44:18.890Z Downloaded term v0.7.0
11342026-04-22T01:44:18.893Z Downloaded schemars v0.8.22
11352026-04-22T01:44:18.899Z Downloaded usdt-macro v0.6.0
11362026-04-22T01:44:18.901Z Downloaded usdt-attr-macro v0.6.0
11372026-04-22T01:44:18.901Z Downloaded tokio-tungstenite v0.21.0
11382026-04-22T01:44:18.901Z Downloaded rayon-core v1.13.0
11392026-04-22T01:44:18.904Z Downloaded libxml v0.3.3
11402026-04-22T01:44:18.909Z Downloaded term v1.2.1
11412026-04-22T01:44:18.911Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11422026-04-22T01:44:18.911Z Downloaded num-bigint-dig v0.8.6
11432026-04-22T01:44:18.914Z Downloaded itertools v0.12.1
11442026-04-22T01:44:18.917Z Downloaded utf-8 v0.7.6
11452026-04-22T01:44:18.920Z Downloaded rand v0.9.2
11462026-04-22T01:44:18.922Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11472026-04-22T01:44:18.922Z Downloaded socket2 v0.5.10
11482026-04-22T01:44:18.922Z Downloaded ron v0.8.1
11492026-04-22T01:44:18.925Z Downloaded void v1.0.2
11502026-04-22T01:44:18.928Z Downloaded tls_codec_derive v0.4.2
11512026-04-22T01:44:18.928Z Downloaded hashbrown v0.15.5
11522026-04-22T01:44:18.931Z Downloaded tui-tree-widget v0.23.1
11532026-04-22T01:44:18.934Z Downloaded waitgroup v0.1.2
11542026-04-22T01:44:18.934Z Downloaded similar v2.7.0
11552026-04-22T01:44:18.937Z Downloaded crossterm v0.29.0
11562026-04-22T01:44:18.940Z Downloaded want v0.3.1
11572026-04-22T01:44:18.943Z Downloaded wait-timeout v0.2.1
11582026-04-22T01:44:18.946Z Downloaded unicase v2.9.0
11592026-04-22T01:44:18.946Z Downloaded rustls-webpki v0.103.9
11602026-04-22T01:44:18.946Z Downloaded tokio-rustls v0.25.0
11612026-04-22T01:44:18.948Z Downloaded tokio-rustls v0.24.1
11622026-04-22T01:44:18.951Z Downloaded tls_codec v0.4.2
11632026-04-22T01:44:18.951Z Downloaded samael v0.0.19
11642026-04-22T01:44:18.954Z Downloaded xshell-macros v0.2.7
11652026-04-22T01:44:18.961Z Downloaded test-strategy v0.4.5
11662026-04-22T01:44:18.966Z Downloaded tokio-stream v0.1.18
11672026-04-22T01:44:18.969Z Downloaded xattr v1.6.1
11682026-04-22T01:44:18.972Z Downloaded toml_parser v1.0.9+spec-1.1.0
11692026-04-22T01:44:18.972Z Downloaded toml_writer v1.0.6+spec-1.1.0
11702026-04-22T01:44:18.972Z Downloaded snafu v0.8.9
11712026-04-22T01:44:18.975Z Downloaded itertools v0.13.0
11722026-04-22T01:44:18.979Z Downloaded iri-string v0.7.10
11732026-04-22T01:44:18.983Z Downloaded rsa v0.9.10
11742026-04-22T01:44:18.986Z Downloaded tinyvec v1.10.0
11752026-04-22T01:44:18.989Z Downloaded chrono v0.4.44
11762026-04-22T01:44:18.992Z Downloaded vergen-git2 v1.0.7
11772026-04-22T01:44:18.995Z Downloaded h2 v0.4.13
11782026-04-22T01:44:18.998Z Downloaded zone_cfg_derive v0.3.1
11792026-04-22T01:44:18.998Z Downloaded libm v0.2.16
11802026-04-22T01:44:19.001Z Downloaded usdt-impl v0.6.0
11812026-04-22T01:44:19.004Z Downloaded socket2 v0.6.3
11822026-04-22T01:44:19.004Z Downloaded zone v0.3.1
11832026-04-22T01:44:19.006Z Downloaded hkdf v0.12.4
11842026-04-22T01:44:19.007Z Downloaded tokio-rustls v0.26.4
11852026-04-22T01:44:19.009Z Downloaded hyper v1.8.1
11862026-04-22T01:44:19.012Z Downloaded vergen-lib v0.1.6
11872026-04-22T01:44:19.015Z Downloaded uzers v0.12.2
11882026-04-22T01:44:19.018Z Downloaded unicode-properties v0.1.4
11892026-04-22T01:44:19.018Z Downloaded twox-hash v2.1.2
11902026-04-22T01:44:19.021Z Downloaded whoami v2.1.0
11912026-04-22T01:44:19.021Z Downloaded vergen-gitcl v1.0.8
11922026-04-22T01:44:19.025Z Downloaded vsss-rs v3.3.4
11932026-04-22T01:44:19.025Z Downloaded wyz v0.5.1
11942026-04-22T01:44:19.029Z Downloaded xshell v0.2.7
11952026-04-22T01:44:19.029Z Downloaded p521 v0.13.3
11962026-04-22T01:44:19.029Z Downloaded walkdir v2.5.0
11972026-04-22T01:44:19.034Z Downloaded schemars v1.2.1
11982026-04-22T01:44:19.045Z Downloaded zeroize_derive v1.4.3
11992026-04-22T01:44:19.048Z Downloaded toml v0.7.8
12002026-04-22T01:44:19.048Z Downloaded whoami v1.6.1
12012026-04-22T01:44:19.048Z Downloaded vergen v9.0.6
12022026-04-22T01:44:19.048Z Downloaded subprocess v0.2.15
12032026-04-22T01:44:19.048Z Downloaded tar v0.4.45
12042026-04-22T01:44:19.055Z Downloaded toml v0.9.12+spec-1.1.0
12052026-04-22T01:44:19.058Z Downloaded toml v1.0.6+spec-1.1.0
12062026-04-22T01:44:19.060Z Downloaded zeroize v1.8.2
12072026-04-22T01:44:19.060Z Downloaded rand v0.10.0
12082026-04-22T01:44:19.063Z Downloaded itertools v0.14.0
12092026-04-22T01:44:19.067Z Downloaded zstd-safe v7.2.4
12102026-04-22T01:44:19.070Z Downloaded russh v0.45.0
12112026-04-22T01:44:19.070Z Downloaded steno v0.4.1
12122026-04-22T01:44:19.076Z Downloaded zstd v0.13.3
12132026-04-22T01:44:19.079Z Downloaded tungstenite v0.23.0
12142026-04-22T01:44:19.083Z Downloaded tracing-attributes v0.1.31
12152026-04-22T01:44:19.087Z Downloaded tungstenite v0.21.0
12162026-04-22T01:44:19.090Z Downloaded typify v0.6.1
12172026-04-22T01:44:19.090Z Downloaded unicode-bidi v0.3.18
12182026-04-22T01:44:19.099Z Downloaded typify v0.4.3
12192026-04-22T01:44:19.099Z Downloaded zerocopy v0.6.6
12202026-04-22T01:44:19.099Z Downloaded futures-util v0.3.32
12212026-04-22T01:44:19.106Z Downloaded yasna v0.5.2
12222026-04-22T01:44:19.110Z Downloaded uuid v1.23.0
12232026-04-22T01:44:19.110Z Downloaded unsafe-libyaml v0.2.11
12242026-04-22T01:44:19.113Z Downloaded toml_edit v0.23.10+spec-1.0.0
12252026-04-22T01:44:19.116Z Downloaded rpassword v7.4.0
12262026-04-22T01:44:19.123Z Downloaded tracing-core v0.1.36
12272026-04-22T01:44:19.127Z Downloaded blake3 v1.8.3
12282026-04-22T01:44:19.139Z Downloaded rustyline v14.0.0
12292026-04-22T01:44:19.167Z Downloaded zopfli v0.8.3
12302026-04-22T01:44:19.170Z Downloaded toml_edit v0.19.15
12312026-04-22T01:44:19.180Z Downloaded vte v0.14.1
12322026-04-22T01:44:19.183Z Downloaded tokio-postgres v0.7.16
12332026-04-22T01:44:19.186Z Downloaded curve25519-dalek v4.1.3
12342026-04-22T01:44:19.190Z Downloaded regex v1.12.3
12352026-04-22T01:44:19.193Z Downloaded reedline v0.40.0
12362026-04-22T01:44:19.197Z Downloaded reqwest v0.13.2
12372026-04-22T01:44:19.201Z Downloaded zip v0.6.6
12382026-04-22T01:44:19.205Z Downloaded reqwest v0.12.28
12392026-04-22T01:44:19.208Z Downloaded p384 v0.13.1
12402026-04-22T01:44:19.211Z Downloaded ssh-key v0.6.7
12412026-04-22T01:44:19.214Z Downloaded git2 v0.20.4
12422026-04-22T01:44:19.220Z Downloaded rayon v1.11.0
12432026-04-22T01:44:19.225Z Downloaded yansi v1.0.1
12442026-04-22T01:44:19.228Z Downloaded aws-lc-rs v1.16.0
12452026-04-22T01:44:19.232Z Downloaded unicode_categories v0.1.1
12462026-04-22T01:44:19.235Z Downloaded unicode-segmentation v1.12.0
12472026-04-22T01:44:19.238Z Downloaded zerocopy-derive v0.8.40
12482026-04-22T01:44:19.240Z Downloaded lalrpop v0.19.12
12492026-04-22T01:44:19.246Z Downloaded tower v0.5.3
12502026-04-22T01:44:19.251Z Downloaded portable-atomic v1.13.1
12512026-04-22T01:44:19.256Z Downloaded typed-path v0.9.3
12522026-04-22T01:44:19.259Z Downloaded rustls-webpki v0.101.7
12532026-04-22T01:44:19.267Z Downloaded x509-cert v0.2.5
12542026-04-22T01:44:19.271Z Downloaded moka v0.12.13
12552026-04-22T01:44:19.277Z Downloaded goblin v0.10.5
12562026-04-22T01:44:19.283Z Downloaded bindgen v0.71.1
12572026-04-22T01:44:19.287Z Downloaded quick-xml v0.37.5
12582026-04-22T01:44:19.295Z Downloaded bitvec v1.0.1
12592026-04-22T01:44:19.298Z Downloaded unicode-normalization v0.1.25
12602026-04-22T01:44:19.300Z Downloaded salty v0.3.0
12612026-04-22T01:44:19.303Z Downloaded tokio-util v0.7.18
12622026-04-22T01:44:19.307Z Downloaded zip v4.6.1
12632026-04-22T01:44:19.310Z Downloaded petname v2.0.2
12642026-04-22T01:44:19.313Z Downloaded serde_with v3.17.0
12652026-04-22T01:44:19.319Z Downloaded rustls-webpki v0.102.8
12662026-04-22T01:44:19.330Z Downloaded proptest v1.10.0
12672026-04-22T01:44:19.335Z Downloaded tower-http v0.6.8
12682026-04-22T01:44:19.340Z Downloaded tough v0.20.0
12692026-04-22T01:44:19.355Z Downloaded quinn-proto v0.11.13
12702026-04-22T01:44:19.362Z Downloaded radix_trie v0.2.1
12712026-04-22T01:44:19.369Z Downloaded object v0.30.4
12722026-04-22T01:44:19.376Z Downloaded winnow v0.5.40
12732026-04-22T01:44:19.400Z Downloaded winnow v0.6.26
12742026-04-22T01:44:19.405Z Downloaded openssl v0.10.75
12752026-04-22T01:44:19.420Z Downloaded nix v0.29.0
12762026-04-22T01:44:19.428Z Downloaded tabled v0.20.0
12772026-04-22T01:44:19.437Z Downloaded bstr v1.12.1
12782026-04-22T01:44:19.447Z Downloaded regex-syntax v0.6.29
12792026-04-22T01:44:19.451Z Downloaded smoltcp v0.9.1
12802026-04-22T01:44:19.455Z Downloaded rustls v0.21.12
12812026-04-22T01:44:19.459Z Downloaded time v0.3.47
12822026-04-22T01:44:19.466Z Downloaded dropshot v0.16.7
12832026-04-22T01:44:19.478Z Downloaded zlib-rs v0.6.2
12842026-04-22T01:44:19.481Z Downloaded dropshot v0.17.0
12852026-04-22T01:44:19.494Z Downloaded vcpkg v0.2.15
12862026-04-22T01:44:19.518Z Downloaded webpki-roots v1.0.6
12872026-04-22T01:44:19.521Z Downloaded openapiv3 v2.2.0
12882026-04-22T01:44:19.529Z Downloaded object v0.37.3
12892026-04-22T01:44:19.533Z Downloaded rustls v0.22.4
12902026-04-22T01:44:19.543Z Downloaded rustls v0.23.37
12912026-04-22T01:44:19.548Z Downloaded zerocopy v0.8.40
12922026-04-22T01:44:19.553Z Downloaded regex-syntax v0.8.10
12932026-04-22T01:44:19.557Z Downloaded smoltcp v0.11.0
12942026-04-22T01:44:19.566Z Downloaded rustix v0.38.44
12952026-04-22T01:44:19.579Z Downloaded regress v0.10.5
12962026-04-22T01:44:19.584Z Downloaded hickory-proto v0.25.2
12972026-04-22T01:44:19.594Z Downloaded hickory-proto v0.24.4
12982026-04-22T01:44:19.604Z Downloaded diesel v2.3.7
12992026-04-22T01:44:19.617Z Downloaded nix v0.31.2
13002026-04-22T01:44:19.626Z Downloaded nix v0.27.1
13012026-04-22T01:44:19.632Z Downloaded sqlparser v0.61.0
13022026-04-22T01:44:19.640Z Downloaded polar-core v0.27.3
13032026-04-22T01:44:19.644Z Downloaded nix v0.28.0
13042026-04-22T01:44:19.651Z Downloaded typify-impl v0.6.1
13052026-04-22T01:44:19.662Z Downloaded ratatui v0.29.0
13062026-04-22T01:44:19.674Z Downloaded sled v0.34.7
13072026-04-22T01:44:19.681Z Downloaded typify-impl v0.4.3
13082026-04-22T01:44:19.691Z Downloaded tracing v0.1.44
13092026-04-22T01:44:19.705Z Downloaded regex-automata v0.4.14
13102026-04-22T01:44:19.716Z Downloaded bzip2-sys v0.1.13+1.0.8
13112026-04-22T01:44:19.736Z Downloaded jiff v0.2.21
13122026-04-22T01:44:19.750Z Downloaded zerocopy-derive v0.6.6
13132026-04-22T01:44:19.764Z Downloaded petgraph v0.6.5
13142026-04-22T01:44:19.774Z Downloaded csv v1.4.0
13152026-04-22T01:44:19.786Z Downloaded sha3 v0.10.8
13162026-04-22T01:44:19.797Z Downloaded chrono-tz v0.10.4
13172026-04-22T01:44:19.807Z Downloaded petgraph v0.8.3
13182026-04-22T01:44:19.832Z Downloaded libz-sys v1.1.24
13192026-04-22T01:44:19.844Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13202026-04-22T01:44:19.862Z Downloaded encoding_rs v0.8.35
13212026-04-22T01:44:19.878Z Downloaded tokio v1.52.1
13222026-04-22T01:44:19.915Z Downloaded libgit2-sys v0.18.3+1.9.2
13232026-04-22T01:44:19.963Z Downloaded ring v0.17.14
13242026-04-22T01:44:20.503Z Downloaded aws-lc-sys v0.37.1
13252026-04-22T01:44:20.751Z Compiling libc v0.2.185
13262026-04-22T01:44:20.751Z Compiling serde v1.0.228
13272026-04-22T01:44:20.756Z Compiling find-msvc-tools v0.1.9
13282026-04-22T01:44:20.756Z Compiling log v0.4.29
13292026-04-22T01:44:20.756Z Compiling shlex v1.3.0
13302026-04-22T01:44:20.756Z Compiling smallvec v1.15.1
13312026-04-22T01:44:20.756Z Compiling typenum v1.19.0
13322026-04-22T01:44:20.756Z Compiling subtle v2.6.1
13332026-04-22T01:44:20.932Z Compiling generic-array v0.14.7
13342026-04-22T01:44:20.936Z Compiling scopeguard v1.2.0
13352026-04-22T01:44:20.958Z Compiling const-oid v0.9.6
13362026-04-22T01:44:21.016Z Compiling portable-atomic v1.13.1
13372026-04-22T01:44:21.027Z Compiling syn v2.0.117
13382026-04-22T01:44:21.033Z Compiling zerocopy v0.8.40
13392026-04-22T01:44:21.033Z Compiling serde_json v1.0.149
13402026-04-22T01:44:21.033Z Compiling critical-section v1.2.0
13412026-04-22T01:44:21.084Z Compiling pin-project-lite v0.2.17
13422026-04-22T01:44:21.115Z Compiling lock_api v0.4.14
13432026-04-22T01:44:21.138Z Compiling parking_lot_core v0.9.12
13442026-04-22T01:44:21.160Z Compiling pkg-config v0.3.32
13452026-04-22T01:44:21.181Z Compiling bitflags v2.11.0
13462026-04-22T01:44:21.203Z Compiling libm v0.2.16
13472026-04-22T01:44:21.235Z Compiling num-traits v0.2.19
13482026-04-22T01:44:21.238Z Compiling futures-core v0.3.32
13492026-04-22T01:44:21.280Z Compiling percent-encoding v2.3.2
13502026-04-22T01:44:21.313Z Compiling allocator-api2 v0.2.21
13512026-04-22T01:44:21.373Z Compiling cpufeatures v0.2.17
13522026-04-22T01:44:21.434Z Compiling foldhash v0.2.0
13532026-04-22T01:44:21.437Z Compiling futures-sink v0.3.32
13542026-04-22T01:44:21.465Z Compiling slab v0.4.12
13552026-04-22T01:44:21.465Z Compiling futures-task v0.3.32
13562026-04-22T01:44:21.494Z Compiling futures-io v0.3.32
13572026-04-22T01:44:21.550Z Compiling futures-channel v0.3.32
13582026-04-22T01:44:21.577Z Compiling getrandom v0.4.1
13592026-04-22T01:44:21.652Z Compiling hashbrown v0.16.1
13602026-04-22T01:44:21.667Z Compiling getrandom v0.3.4
13612026-04-22T01:44:21.671Z Compiling rustversion v1.0.22
13622026-04-22T01:44:21.671Z Compiling rand_core v0.10.0
13632026-04-22T01:44:21.711Z Compiling form_urlencoded v1.2.2
13642026-04-22T01:44:21.726Z Compiling ident_case v1.0.1
13652026-04-22T01:44:21.729Z Compiling fs_extra v1.3.0
13662026-04-22T01:44:21.755Z Compiling base64ct v1.8.3
13672026-04-22T01:44:21.800Z Compiling dunce v1.0.5
13682026-04-22T01:44:21.870Z Compiling getrandom v0.2.17
13692026-04-22T01:44:21.880Z Compiling jobserver v0.1.34
13702026-04-22T01:44:21.903Z Compiling errno v0.3.14
13712026-04-22T01:44:21.938Z Compiling mio v1.2.0
13722026-04-22T01:44:21.953Z Compiling socket2 v0.6.3
13732026-04-22T01:44:22.007Z Compiling rand_core v0.6.4
13742026-04-22T01:44:22.027Z Compiling once_cell v1.21.3
13752026-04-22T01:44:22.061Z Compiling signal-hook-registry v1.4.8
13762026-04-22T01:44:22.104Z Compiling cc v1.2.56
13772026-04-22T01:44:22.122Z Compiling pem-rfc7468 v0.7.0
13782026-04-22T01:44:22.138Z Compiling parking_lot v0.12.5
13792026-04-22T01:44:22.253Z Compiling indexmap v2.13.0
13802026-04-22T01:44:22.309Z Compiling flagset v0.4.7
13812026-04-22T01:44:22.348Z Compiling iana-time-zone v0.1.65
13822026-04-22T01:44:22.629Z Compiling rustix v1.1.3
13832026-04-22T01:44:22.641Z Compiling uuid v1.23.0
13842026-04-22T01:44:22.642Z Compiling rustc_version v0.4.1
13852026-04-22T01:44:22.642Z Compiling vcpkg v0.2.15
13862026-04-22T01:44:22.642Z Compiling aws-lc-rs v1.16.0
13872026-04-22T01:44:22.642Z Compiling regex-syntax v0.8.10
13882026-04-22T01:44:22.642Z Compiling tracing-core v0.1.36
13892026-04-22T01:44:22.642Z Compiling untrusted v0.9.0
13902026-04-22T01:44:22.642Z Compiling openssl-probe v0.2.1
13912026-04-22T01:44:22.796Z Compiling rand_core v0.9.5
13922026-04-22T01:44:22.803Z Compiling untrusted v0.7.1
13932026-04-22T01:44:22.823Z Compiling httparse v1.10.1
13942026-04-22T01:44:22.838Z Compiling base64 v0.22.1
13952026-04-22T01:44:22.841Z Compiling schemars v0.8.22
13962026-04-22T01:44:22.841Z Compiling tower-layer v0.3.3
13972026-04-22T01:44:23.734Z Compiling cmake v0.1.57
13982026-04-22T01:44:23.754Z Compiling rustls v0.23.37
13992026-04-22T01:44:23.754Z Compiling atomic-waker v1.1.2
14002026-04-22T01:44:23.754Z Compiling tower-service v0.3.3
14012026-04-22T01:44:23.754Z Compiling dyn-clone v1.0.20
14022026-04-22T01:44:23.754Z Compiling try-lock v0.2.5
14032026-04-22T01:44:23.755Z Compiling tinyvec_macros v0.1.1
14042026-04-22T01:44:23.755Z Compiling spin v0.9.8
14052026-04-22T01:44:23.755Z Compiling aho-corasick v1.1.4
14062026-04-22T01:44:23.755Z Compiling foreign-types-shared v0.1.1
14072026-04-22T01:44:23.755Z Compiling crc32fast v1.5.0
14082026-04-22T01:44:23.755Z Compiling want v0.3.1
14092026-04-22T01:44:23.755Z Compiling tinyvec v1.10.0
14102026-04-22T01:44:23.755Z Compiling num-conv v0.2.0
14112026-04-22T01:44:23.755Z Compiling powerfmt v0.2.0
14122026-04-22T01:44:23.755Z Compiling pin-utils v0.1.0
14132026-04-22T01:44:23.755Z Compiling openssl v0.10.75
14142026-04-22T01:44:23.755Z Compiling time-core v0.1.8
14152026-04-22T01:44:23.755Z Compiling httpdate v1.0.3
14162026-04-22T01:44:23.755Z Compiling foreign-types v0.3.2
14172026-04-22T01:44:23.755Z Compiling wait-timeout v0.2.1
14182026-04-22T01:44:23.755Z Compiling socket2 v0.5.10
14192026-04-22T01:44:23.755Z Compiling deranged v0.5.8
14202026-04-22T01:44:23.755Z Compiling bit-vec v0.8.0
14212026-04-22T01:44:23.755Z Compiling time-macros v0.2.27
14222026-04-22T01:44:23.755Z Compiling crossbeam-utils v0.8.21
14232026-04-22T01:44:23.755Z Compiling num_threads v0.1.7
14242026-04-22T01:44:23.755Z Compiling siphasher v1.0.2
14252026-04-22T01:44:23.755Z Compiling simd-adler32 v0.3.8
14262026-04-22T01:44:23.755Z Compiling syn v1.0.109
14272026-04-22T01:44:23.755Z Compiling native-tls v0.2.18
14282026-04-22T01:44:23.755Z Compiling usdt-impl v0.6.0
14292026-04-22T01:44:23.756Z Compiling quick-error v1.2.3
14302026-04-22T01:44:23.787Z Compiling bit-set v0.8.0
14312026-04-22T01:44:24.545Z Compiling aws-lc-sys v0.37.1
14322026-04-22T01:44:24.575Z Compiling ring v0.17.14
14332026-04-22T01:44:24.575Z Compiling openssl-sys v0.9.111
14342026-04-22T01:44:24.575Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14352026-04-22T01:44:24.575Z Compiling bzip2-sys v0.1.13+1.0.8
14362026-04-22T01:44:24.575Z Compiling unicode-normalization v0.1.25
14372026-04-22T01:44:24.575Z Compiling tempfile v3.25.0
14382026-04-22T01:44:24.575Z Compiling synstructure v0.13.2
14392026-04-22T01:44:24.575Z Compiling pest_generator v2.8.6
14402026-04-22T01:44:24.575Z Compiling serde_derive_internals v0.29.1
14412026-04-22T01:44:24.575Z Compiling darling_core v0.20.11
14422026-04-22T01:44:24.575Z Compiling regex-automata v0.4.14
14432026-04-22T01:44:24.576Z Compiling rusty-fork v0.3.1
14442026-04-22T01:44:24.576Z Compiling darling_core v0.21.3
14452026-04-22T01:44:24.611Z Compiling slog v2.8.2
14462026-04-22T01:44:24.722Z Compiling rand_xorshift v0.4.0
14472026-04-22T01:44:24.730Z Compiling time v0.3.47
14482026-04-22T01:44:24.730Z Compiling heapless v0.7.17
14492026-04-22T01:44:24.749Z Compiling thread-id v5.1.0
14502026-04-22T01:44:24.776Z Compiling sync_wrapper v1.0.2
14512026-04-22T01:44:24.903Z Compiling cookie v0.18.1
14522026-04-22T01:44:24.910Z Compiling signal-hook v0.3.18
14532026-04-22T01:44:24.914Z Compiling unicode-properties v0.1.4
14542026-04-22T01:44:25.007Z Compiling adler2 v2.0.1
14552026-04-22T01:44:25.026Z Compiling paste v1.0.15
14562026-04-22T01:44:25.039Z Compiling anyhow v1.0.102
14572026-04-22T01:44:25.488Z Compiling unicode-bidi v0.3.18
14582026-04-22T01:44:25.513Z Compiling zstd-safe v7.2.4
14592026-04-22T01:44:25.513Z Compiling unarray v0.1.4
14602026-04-22T01:44:25.513Z Compiling miniz_oxide v0.8.9
14612026-04-22T01:44:25.513Z Compiling num-integer v0.1.46
14622026-04-22T01:44:25.513Z Compiling vergen-lib v0.1.6
14632026-04-22T01:44:25.575Z Compiling stringprep v0.1.5
14642026-04-22T01:44:25.676Z Compiling curve25519-dalek v4.1.3
14652026-04-22T01:44:25.676Z Compiling ff v0.13.1
14662026-04-22T01:44:25.677Z Compiling hash32 v0.2.1
14672026-04-22T01:44:25.790Z Compiling memoffset v0.9.1
14682026-04-22T01:44:25.809Z Compiling zlib-rs v0.6.2
14692026-04-22T01:44:25.812Z Compiling ref-cast v1.0.25
14702026-04-22T01:44:25.839Z Compiling serde_derive v1.0.228
14712026-04-22T01:44:25.861Z Compiling zeroize_derive v1.4.3
14722026-04-22T01:44:25.984Z Compiling zerofrom-derive v0.1.6
14732026-04-22T01:44:25.998Z Compiling yoke-derive v0.8.1
14742026-04-22T01:44:26.020Z Compiling zerocopy-derive v0.8.40
14752026-04-22T01:44:26.056Z Compiling zerovec-derive v0.11.2
14762026-04-22T01:44:26.150Z Compiling displaydoc v0.2.5
14772026-04-22T01:44:26.341Z Compiling tokio-macros v2.7.0
14782026-04-22T01:44:26.553Z Compiling zeroize v1.8.2
14792026-04-22T01:44:26.656Z Compiling futures-macro v0.3.32
14802026-04-22T01:44:26.948Z Compiling der_derive v0.7.3
14812026-04-22T01:44:27.109Z Compiling thiserror-impl v2.0.18
14822026-04-22T01:44:27.137Z Compiling rustls-pki-types v1.14.0
14832026-04-22T01:44:27.220Z Compiling tracing-attributes v0.1.31
14842026-04-22T01:44:27.244Z Compiling scroll_derive v0.13.1
14852026-04-22T01:44:27.399Z Compiling crypto-common v0.1.7
14862026-04-22T01:44:27.476Z Compiling zerofrom v0.1.6
14872026-04-22T01:44:27.542Z Compiling block-buffer v0.10.4
14882026-04-22T01:44:27.571Z Compiling futures-util v0.3.32
14892026-04-22T01:44:27.603Z Compiling yoke v0.8.1
14902026-04-22T01:44:27.641Z Compiling block-padding v0.3.3
14912026-04-22T01:44:27.729Z Compiling digest v0.10.7
14922026-04-22T01:44:27.804Z Compiling zerovec v0.11.5
14932026-04-22T01:44:27.820Z Compiling zerotrie v0.2.3
14942026-04-22T01:44:27.997Z Compiling hmac v0.12.1
14952026-04-22T01:44:28.019Z Compiling inout v0.1.4
14962026-04-22T01:44:28.079Z Compiling sha2 v0.10.9
14972026-04-22T01:44:28.133Z Compiling der v0.7.10
14982026-04-22T01:44:28.170Z Compiling cipher v0.4.4
14992026-04-22T01:44:28.210Z Compiling pbkdf2 v0.12.2
15002026-04-22T01:44:28.326Z Compiling tinystr v0.8.2
15012026-04-22T01:44:28.343Z Compiling potential_utf v0.1.4
15022026-04-22T01:44:28.410Z Compiling salsa20 v0.10.2
15032026-04-22T01:44:28.460Z Compiling aes v0.8.4
15042026-04-22T01:44:28.533Z Compiling icu_locale_core v2.1.1
15052026-04-22T01:44:28.550Z Compiling icu_collections v2.1.1
15062026-04-22T01:44:28.568Z Compiling thiserror v2.0.18
15072026-04-22T01:44:28.568Z Compiling scrypt v0.11.0
15082026-04-22T01:44:28.597Z Compiling cbc v0.1.2
15092026-04-22T01:44:28.623Z Compiling tracing v0.1.44
15102026-04-22T01:44:28.773Z Compiling schemars_derive v0.8.22
15112026-04-22T01:44:28.851Z Compiling pest_derive v2.8.6
15122026-04-22T01:44:28.905Z Compiling scroll v0.13.0
15132026-04-22T01:44:29.055Z Compiling spki v0.7.3
15142026-04-22T01:44:29.080Z Compiling darling_macro v0.20.11
15152026-04-22T01:44:29.192Z Compiling icu_provider v2.1.1
15162026-04-22T01:44:29.207Z Compiling goblin v0.10.5
15172026-04-22T01:44:29.290Z Compiling pkcs5 v0.7.1
15182026-04-22T01:44:29.313Z Compiling openssl-macros v0.1.1
15192026-04-22T01:44:29.381Z Compiling bytes v1.11.1
15202026-04-22T01:44:29.440Z Compiling chrono v0.4.44
15212026-04-22T01:44:29.451Z Compiling icu_properties v2.1.2
15222026-04-22T01:44:29.499Z Compiling icu_normalizer v2.1.1
15232026-04-22T01:44:29.522Z Compiling ipnet v2.11.0
15242026-04-22T01:44:29.568Z Compiling dtrace-parser v0.3.0
15252026-04-22T01:44:29.608Z Compiling pkcs8 v0.10.2
15262026-04-22T01:44:29.724Z Compiling darling v0.20.11
15272026-04-22T01:44:29.793Z Compiling derive_builder_core v0.20.2
15282026-04-22T01:44:29.903Z Compiling tokio v1.52.1
15292026-04-22T01:44:29.941Z Compiling http v1.4.0
15302026-04-22T01:44:30.014Z Compiling signature v2.2.0
15312026-04-22T01:44:30.049Z Compiling rustls-native-certs v0.8.3
15322026-04-22T01:44:30.069Z Compiling thiserror-impl v1.0.69
15332026-04-22T01:44:30.099Z Compiling scroll_derive v0.12.1
15342026-04-22T01:44:30.214Z Compiling erased-serde v0.3.31
15352026-04-22T01:44:30.335Z Compiling idna_adapter v1.2.1
15362026-04-22T01:44:30.364Z Compiling toml_datetime v0.6.11
15372026-04-22T01:44:30.493Z Compiling ppv-lite86 v0.2.21
15382026-04-22T01:44:30.523Z Compiling idna v1.1.0
15392026-04-22T01:44:30.578Z Compiling http-body v1.0.1
15402026-04-22T01:44:30.650Z Compiling serde_spanned v0.6.9
15412026-04-22T01:44:30.665Z Compiling serde_tokenstream v0.2.3
15422026-04-22T01:44:30.693Z Compiling derive_builder_macro v0.20.2
15432026-04-22T01:44:30.707Z Compiling http-body-util v0.1.3
15442026-04-22T01:44:30.752Z Compiling md-5 v0.10.6
15452026-04-22T01:44:30.799Z Compiling rand_chacha v0.9.0
15462026-04-22T01:44:30.813Z Compiling url v2.5.8
15472026-04-22T01:44:30.827Z Compiling scroll v0.12.0
15482026-04-22T01:44:30.855Z Compiling rand_chacha v0.3.1
15492026-04-22T01:44:30.872Z Compiling webpki-roots v1.0.6
15502026-04-22T01:44:30.935Z Compiling darling_macro v0.21.3
15512026-04-22T01:44:30.964Z Compiling zerocopy-derive v0.7.35
15522026-04-22T01:44:31.001Z Compiling rand v0.9.2
15532026-04-22T01:44:31.016Z Compiling fallible-iterator v0.2.0
15542026-04-22T01:44:31.113Z Compiling litrs v1.0.0
15552026-04-22T01:44:31.217Z Compiling psl-types v2.0.11
15562026-04-22T01:44:31.236Z Compiling cfg_aliases v0.2.1
15572026-04-22T01:44:31.342Z Compiling rustix v0.38.44
15582026-04-22T01:44:31.360Z Compiling iri-string v0.7.10
15592026-04-22T01:44:31.376Z Compiling ryu v1.0.23
15602026-04-22T01:44:31.379Z Compiling thiserror v1.0.69
15612026-04-22T01:44:31.449Z Compiling smoltcp v0.9.1
15622026-04-22T01:44:31.498Z Compiling num-bigint-dig v0.8.6
15632026-04-22T01:44:31.524Z Compiling base16ct v0.2.0
15642026-04-22T01:44:31.594Z Compiling proptest v1.10.0
15652026-04-22T01:44:31.632Z Compiling document-features v0.2.12
15662026-04-22T01:44:31.652Z Compiling postgres-protocol v0.6.10
15672026-04-22T01:44:31.695Z Compiling sec1 v0.7.3
15682026-04-22T01:44:31.744Z Compiling serde_urlencoded v0.7.1
15692026-04-22T01:44:31.764Z Compiling darling v0.21.3
15702026-04-22T01:44:31.822Z Compiling nix v0.31.2
15712026-04-22T01:44:31.825Z Compiling publicsuffix v2.3.0
15722026-04-22T01:44:31.868Z Compiling derive_builder v0.20.2
15732026-04-22T01:44:31.883Z Compiling zerocopy v0.7.35
15742026-04-22T01:44:31.991Z Compiling dof v0.4.0
15752026-04-22T01:44:32.022Z Compiling rand v0.8.5
15762026-04-22T01:44:32.025Z Compiling goblin v0.8.2
15772026-04-22T01:44:32.218Z Compiling ipnetwork v0.21.1
15782026-04-22T01:44:32.248Z Compiling cargo-platform v0.1.9
15792026-04-22T01:44:32.284Z Compiling hubpack_derive v0.1.1
15802026-04-22T01:44:32.389Z Compiling flate2 v1.1.9
15812026-04-22T01:44:32.511Z Compiling oxnet v0.1.4
15822026-04-22T01:44:32.529Z Compiling hkdf v0.12.4
15832026-04-22T01:44:32.550Z Compiling crypto-bigint v0.5.5
15842026-04-22T01:44:32.657Z Compiling regex v1.12.3
15852026-04-22T01:44:32.841Z Compiling async-trait v0.1.89
15862026-04-22T01:44:32.855Z Compiling strum_macros v0.27.2
15872026-04-22T01:44:32.876Z Compiling ref-cast-impl v1.0.25
15882026-04-22T01:44:32.947Z Compiling daft-derive v0.1.5
15892026-04-22T01:44:32.955Z Compiling curve25519-dalek-derive v0.1.1
15902026-04-22T01:44:33.113Z Compiling group v0.13.0
15912026-04-22T01:44:33.331Z Compiling num-iter v0.1.45
15922026-04-22T01:44:33.452Z Compiling terminal_size v0.4.3
15932026-04-22T01:44:33.468Z Compiling phf_shared v0.13.1
15942026-04-22T01:44:33.472Z Compiling lazy_static v1.5.0
15952026-04-22T01:44:33.545Z Compiling vergen v9.0.6
15962026-04-22T01:44:33.593Z Compiling fs-err v3.3.0
15972026-04-22T01:44:33.615Z Compiling ahash v0.8.12
15982026-04-22T01:44:33.634Z Compiling managed v0.8.0
15992026-04-22T01:44:33.653Z Compiling bumpalo v3.20.2
16002026-04-22T01:44:33.700Z Compiling tokio-util v0.7.18
16012026-04-22T01:44:33.725Z Compiling tower v0.5.3
16022026-04-22T01:44:33.738Z Compiling tokio-native-tls v0.3.1
16032026-04-22T01:44:33.755Z Compiling winnow v0.5.40
16042026-04-22T01:44:33.804Z Compiling object v0.37.3
16052026-04-22T01:44:33.844Z Compiling bitflags v1.3.2
16062026-04-22T01:44:33.872Z Compiling foldhash v0.1.5
16072026-04-22T01:44:33.941Z Compiling unicode-segmentation v1.12.0
16082026-04-22T01:44:33.944Z Compiling libbz2-rs-sys v0.2.2
16092026-04-22T01:44:33.952Z Compiling zopfli v0.8.3
16102026-04-22T01:44:33.958Z Compiling clap_builder v4.5.60
16112026-04-22T01:44:34.060Z Compiling newtype-uuid v1.3.2
16122026-04-22T01:44:34.151Z Compiling tower-http v0.6.8
16132026-04-22T01:44:34.232Z Compiling hashbrown v0.15.5
16142026-04-22T01:44:34.327Z Compiling dof v0.3.0
16152026-04-22T01:44:34.431Z Compiling h2 v0.4.13
16162026-04-22T01:44:34.591Z Compiling bzip2 v0.6.1
16172026-04-22T01:44:34.656Z Compiling daft v0.1.5
16182026-04-22T01:44:34.757Z Compiling phf v0.13.1
16192026-04-22T01:44:34.805Z Compiling signal-hook-mio v0.2.5
16202026-04-22T01:44:34.824Z Compiling usdt-attr-macro v0.6.0
16212026-04-22T01:44:34.854Z Compiling usdt-macro v0.6.0
16222026-04-22T01:44:34.887Z Compiling strum v0.27.2
16232026-04-22T01:44:34.934Z Compiling elliptic-curve v0.13.8
16242026-04-22T01:44:35.039Z Compiling toml_edit v0.19.15
16252026-04-22T01:44:35.073Z Compiling cargo_metadata v0.19.2
16262026-04-22T01:44:35.090Z Compiling cookie_store v0.22.1
16272026-04-22T01:44:35.302Z Compiling bzip2 v0.4.4
16282026-04-22T01:44:35.338Z Compiling hubpack v0.1.2
16292026-04-22T01:44:35.381Z Compiling zstd v0.13.3
16302026-04-22T01:44:35.537Z Compiling postgres-types v0.2.12
16312026-04-22T01:44:35.592Z Compiling serde_with_macros v3.17.0
16322026-04-22T01:44:35.669Z Compiling dtrace-parser v0.2.0
16332026-04-22T01:44:35.673Z Compiling ed25519 v2.2.3
16342026-04-22T01:44:35.704Z Compiling pkcs1 v0.7.5
16352026-04-22T01:44:35.736Z Compiling hex v0.4.3
16362026-04-22T01:44:35.777Z Compiling serde-big-array v0.5.1
16372026-04-22T01:44:35.927Z Compiling rfc6979 v0.4.0
16382026-04-22T01:44:36.017Z Compiling bstr v1.12.1
16392026-04-22T01:44:36.065Z Compiling strum_macros v0.26.4
16402026-04-22T01:44:36.130Z Compiling clap_derive v4.5.55
16412026-04-22T01:44:36.142Z Compiling enum-as-inner v0.6.1
16422026-04-22T01:44:36.417Z Compiling serde_repr v0.1.20
16432026-04-22T01:44:36.433Z Compiling phf_shared v0.11.3
16442026-04-22T01:44:36.598Z Compiling float-cmp v0.10.0
16452026-04-22T01:44:36.644Z Compiling memmap2 v0.9.10
16462026-04-22T01:44:36.671Z Compiling thread-id v4.2.2
16472026-04-22T01:44:36.692Z Compiling env_filter v1.0.0
16482026-04-22T01:44:36.751Z Compiling encoding_rs v0.8.35
16492026-04-22T01:44:36.769Z Compiling precomputed-hash v0.1.1
16502026-04-22T01:44:36.769Z Compiling new_debug_unreachable v1.0.6
16512026-04-22T01:44:36.800Z Compiling jiff v0.2.21
16522026-04-22T01:44:36.869Z Compiling keccak v0.1.6
16532026-04-22T01:44:36.883Z Compiling data-encoding v2.10.0
16542026-04-22T01:44:36.886Z Compiling difflib v0.4.0
16552026-04-22T01:44:36.992Z Compiling either v1.15.0
16562026-04-22T01:44:37.009Z Compiling whoami v2.1.0
16572026-04-22T01:44:37.028Z Compiling fixedbitset v0.5.7
16582026-04-22T01:44:37.276Z Compiling static_assertions v1.1.0
16592026-04-22T01:44:37.362Z Compiling fixedbitset v0.4.2
16602026-04-22T01:44:37.392Z Compiling predicates-core v1.0.10
16612026-04-22T01:44:37.437Z Compiling hyper v1.8.1
16622026-04-22T01:44:37.516Z Compiling mime v0.3.17
16632026-04-22T01:44:37.587Z Compiling normalize-line-endings v0.3.0
16642026-04-22T01:44:37.603Z Compiling rustc-hash v2.1.1
16652026-04-22T01:44:37.649Z Compiling petgraph v0.6.5
16662026-04-22T01:44:37.701Z Compiling predicates v3.1.4
16672026-04-22T01:44:37.749Z Compiling iddqd v0.3.17
16682026-04-22T01:44:37.765Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16692026-04-22T01:44:37.782Z Compiling petgraph v0.8.3
16702026-04-22T01:44:37.798Z Compiling tokio-postgres v0.7.16
16712026-04-22T01:44:37.899Z Compiling itertools v0.13.0
16722026-04-22T01:44:37.918Z Compiling strum v0.26.3
16732026-04-22T01:44:37.989Z Compiling clap v4.5.60
16742026-04-22T01:44:38.063Z Compiling hickory-proto v0.25.2
16752026-04-22T01:44:38.084Z Compiling sha3 v0.10.8
16762026-04-22T01:44:38.365Z Compiling env_logger v0.11.9
16772026-04-22T01:44:38.386Z Compiling string_cache v0.8.9
16782026-04-22T01:44:38.470Z Compiling usdt v0.6.0
16792026-04-22T01:44:38.562Z Compiling hyper-util v0.1.20
16802026-04-22T01:44:38.633Z Compiling toml_edit v0.22.27
16812026-04-22T01:44:38.747Z Compiling serde_with v3.17.0
16822026-04-22T01:44:38.762Z Compiling usdt-impl v0.5.0
16832026-04-22T01:44:38.940Z Compiling crossterm v0.28.1
16842026-04-22T01:44:39.075Z Compiling similar v2.7.0
16852026-04-22T01:44:39.172Z Compiling toml v0.7.8
16862026-04-22T01:44:39.200Z Compiling ecdsa v0.16.9
16872026-04-22T01:44:39.377Z Compiling rsa v0.9.10
16882026-04-22T01:44:39.612Z Compiling zip v4.6.1
16892026-04-22T01:44:39.798Z Compiling ed25519-dalek v2.2.0
16902026-04-22T01:44:39.965Z Compiling hyper-tls v0.6.0
16912026-04-22T01:44:40.051Z Compiling zip v0.6.6
16922026-04-22T01:44:40.333Z Compiling tokio-stream v0.1.18
16932026-04-22T01:44:40.471Z Compiling heck v0.4.1
16942026-04-22T01:44:40.493Z Compiling toml_parser v1.0.9+spec-1.1.0
16952026-04-22T01:44:40.529Z Compiling buf-list v1.1.2
16962026-04-22T01:44:40.551Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16972026-04-22T01:44:40.587Z Compiling openapiv3 v2.2.0
16982026-04-22T01:44:40.650Z Compiling x509-cert v0.2.5
16992026-04-22T01:44:40.665Z Compiling sha1 v0.10.6
17002026-04-22T01:44:40.720Z Compiling crossbeam-epoch v0.9.18
17012026-04-22T01:44:40.811Z Compiling toml_datetime v0.7.5+spec-1.1.0
17022026-04-22T01:44:40.828Z Compiling lalrpop-util v0.19.12
17032026-04-22T01:44:40.865Z Compiling peg-runtime v0.8.5
17042026-04-22T01:44:40.913Z Compiling thread_local v1.1.9
17052026-04-22T01:44:41.037Z Compiling slog-async v2.8.0
17062026-04-22T01:44:41.059Z Compiling futures-executor v0.3.32
17072026-04-22T01:44:41.079Z Compiling crossbeam-channel v0.5.15
17082026-04-22T01:44:41.118Z Compiling is-terminal v0.4.17
17092026-04-22T01:44:41.159Z Compiling filetime v0.2.27
17102026-04-22T01:44:41.178Z Compiling term v1.2.1
17112026-04-22T01:44:41.178Z Compiling xattr v1.6.1
17122026-04-22T01:44:41.227Z Compiling take_mut v0.2.2
17132026-04-22T01:44:41.349Z Compiling tar v0.4.45
17142026-04-22T01:44:41.367Z Compiling futures v0.3.32
17152026-04-22T01:44:41.460Z Compiling slog-term v2.9.2
17162026-04-22T01:44:56.695Z Compiling rustls-webpki v0.103.9
17172026-04-22T01:44:59.465Z Compiling tokio-rustls v0.26.4
17182026-04-22T01:44:59.465Z Compiling rustls-platform-verifier v0.6.2
17192026-04-22T01:44:59.662Z Compiling hyper-rustls v0.27.7
17202026-04-22T01:44:59.855Z Compiling reqwest v0.13.2
17212026-04-22T01:44:59.855Z Compiling reqwest v0.12.28
17222026-04-22T01:45:01.831Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17232026-04-22T01:45:02.066Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17242026-04-22T01:45:04.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.44s
17252026-04-22T01:45:05.003Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17262026-04-22T01:45:05.060ZApr 22 01:45:04.923 INFO Starting download, target: DendriteStub
17272026-04-22T01:45:05.060ZApr 22 01:45:04.923 INFO Starting download, target: Cockroach
17282026-04-22T01:45:05.060ZApr 22 01:45:04.923 INFO Starting download, target: Console
17292026-04-22T01:45:05.063ZApr 22 01:45:04.923 INFO Starting download, target: Clickhouse
17302026-04-22T01:45:05.063ZApr 22 01:45:04.923 INFO Starting download, target: MaghemiteMgd
17312026-04-22T01:45:05.063ZApr 22 01:45:04.924 INFO Starting download, target: TransceiverControl
17322026-04-22T01:45:05.063ZApr 22 01:45:04.924 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-04-22T01:45:05.063ZApr 22 01:45:04.924 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-04-22T01:45:05.063ZApr 22 01:45:04.924 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-04-22T01:45:05.063ZApr 22 01:45:04.924 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-04-22T01:45:05.063ZApr 22 01:45:04.924 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-04-22T01:45:05.063ZApr 22 01:45:04.924 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17382026-04-22T01:45:05.459ZApr 22 01:45:05.318 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17392026-04-22T01:45:05.699ZApr 22 01:45:05.557 INFO Download complete, target: TransceiverControl
17402026-04-22T01:45:06.001ZApr 22 01:45:05.862 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17412026-04-22T01:45:06.243ZApr 22 01:45:06.097 INFO Download complete, target: Console
17422026-04-22T01:45:06.601ZApr 22 01:45:06.463 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-04-22T01:45:06.718ZApr 22 01:45:06.581 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-04-22T01:45:06.857ZApr 22 01:45:06.716 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17452026-04-22T01:45:07.043ZApr 22 01:45:06.907 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17462026-04-22T01:45:07.043ZApr 22 01:45:06.907 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17472026-04-22T01:45:09.107ZApr 22 01:45:08.970 INFO Download complete, target: DendriteStub
17482026-04-22T01:45:09.233ZApr 22 01:45:09.096 INFO Download complete, target: MaghemiteMgd
17492026-04-22T01:45:11.740ZApr 22 01:45:11.594 INFO Checking that binary works, target: Cockroach
17502026-04-22T01:45:11.840ZApr 22 01:45:11.698 INFO Download complete, target: Cockroach
17512026-04-22T01:45:13.619ZApr 22 01:45:13.481 INFO Checking that binary works, target: Clickhouse
17522026-04-22T01:45:13.708ZApr 22 01:45:13.571 INFO Download complete, target: Clickhouse
17532026-04-22T01:45:13.715ZAll prerequisites installed successfully
17542026-04-22T01:45:13.720Z
17552026-04-22T01:45:13.720Zreal 2:58.104797827
17562026-04-22T01:45:13.720Zuser 7:15.511269519
17572026-04-22T01:45:13.720Zsys 1:41.773254898
17582026-04-22T01:45:13.720Ztrap 0.257617059
17592026-04-22T01:45:13.720Ztflt 1.071199154
17602026-04-22T01:45:13.720Zdflt 1.585521656
17612026-04-22T01:45:13.720Zkflt 0.023567183
17622026-04-22T01:45:13.720Zlock 21:53.724089667
17632026-04-22T01:45:13.720Zslp 19:40.392809294
17642026-04-22T01:45:13.720Zlat 25.362145650
17652026-04-22T01:45:13.720Zstop 2:51.643235214
17662026-04-22T01:45:13.720Z+ ptime -m cargo xtask download softnpu
17672026-04-22T01:45:14.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17682026-04-22T01:45:14.259Z Running `target/debug/xtask download softnpu`
17692026-04-22T01:45:15.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17702026-04-22T01:45:15.087Z Running `target/debug/xtask-downloader softnpu`
17712026-04-22T01:45:15.130ZApr 22 01:45:14.992 INFO Starting download, target: Softnpu
17722026-04-22T01:45:15.133ZApr 22 01:45:14.993 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17732026-04-22T01:45:15.640ZApr 22 01:45:15.495 INFO Download complete, target: Softnpu
17742026-04-22T01:45:15.643Z
17752026-04-22T01:45:15.644Zreal 1.914958090
17762026-04-22T01:45:15.644Zuser 1.316844570
17772026-04-22T01:45:15.644Zsys 0.647048725
17782026-04-22T01:45:15.644Ztrap 0.000393004
17792026-04-22T01:45:15.644Ztflt 0.000116987
17802026-04-22T01:45:15.644Zdflt 0.000430547
17812026-04-22T01:45:15.644Zkflt 0.000000000
17822026-04-22T01:45:15.644Zlock 8.950593935
17832026-04-22T01:45:15.644Zslp 0.382324398
17842026-04-22T01:45:15.644Zlat 0.077602654
17852026-04-22T01:45:15.644Zstop 0.000167783
17862026-04-22T01:45:15.644Z+ export CARGO_INCREMENTAL=0
17872026-04-22T01:45:15.644Z+ CARGO_INCREMENTAL=0
17882026-04-22T01:45:15.644Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17892026-04-22T01:45:16.530Z Compiling proc-macro2 v1.0.106
17902026-04-22T01:45:16.530Z Compiling quote v1.0.44
17912026-04-22T01:45:16.530Z Compiling unicode-ident v1.0.24
17922026-04-22T01:45:16.533Z Compiling libc v0.2.185
17932026-04-22T01:45:16.533Z Compiling serde_core v1.0.228
17942026-04-22T01:45:16.533Z Compiling serde v1.0.228
17952026-04-22T01:45:16.533Z Compiling cfg-if v1.0.4
17962026-04-22T01:45:16.533Z Compiling version_check v0.9.5
17972026-04-22T01:45:16.533Z Compiling shlex v1.3.0
17982026-04-22T01:45:16.676Z Compiling find-msvc-tools v0.1.9
17992026-04-22T01:45:16.681Z Compiling typenum v1.19.0
18002026-04-22T01:45:16.681Z Compiling autocfg v1.5.0
18012026-04-22T01:45:16.681Z Compiling zmij v1.0.21
18022026-04-22T01:45:16.681Z Compiling serde_json v1.0.149
18032026-04-22T01:45:16.681Z Compiling portable-atomic v1.13.1
18042026-04-22T01:45:16.803Z Compiling memchr v2.8.0
18052026-04-22T01:45:16.985Z Compiling zerocopy v0.8.40
18062026-04-22T01:45:17.007Z Compiling generic-array v0.14.7
18072026-04-22T01:45:17.010Z Compiling libm v0.2.16
18082026-04-22T01:45:17.041Z Compiling smallvec v1.15.1
18092026-04-22T01:45:17.062Z Compiling parking_lot_core v0.9.12
18102026-04-22T01:45:17.138Z Compiling icu_properties_data v2.1.2
18112026-04-22T01:45:17.170Z Compiling icu_normalizer_data v2.1.1
18122026-04-22T01:45:17.248Z Compiling itoa v1.0.17
18132026-04-22T01:45:17.307Z Compiling getrandom v0.4.1
18142026-04-22T01:45:17.327Z Compiling num-traits v0.2.19
18152026-04-22T01:45:17.345Z Compiling log v0.4.29
18162026-04-22T01:45:17.390Z Compiling stable_deref_trait v1.2.1
18172026-04-22T01:45:17.397Z Compiling pkg-config v0.3.32
18182026-04-22T01:45:17.397Z Compiling subtle v2.6.1
18192026-04-22T01:45:17.593Z Compiling scopeguard v1.2.0
18202026-04-22T01:45:17.639Z Compiling writeable v0.6.2
18212026-04-22T01:45:17.734Z Compiling jobserver v0.1.34
18222026-04-22T01:45:17.757Z Compiling getrandom v0.2.17
18232026-04-22T01:45:17.805Z Compiling errno v0.3.14
18242026-04-22T01:45:17.880Z Compiling lock_api v0.4.14
18252026-04-22T01:45:17.895Z Compiling rand_core v0.6.4
18262026-04-22T01:45:17.912Z Compiling percent-encoding v2.3.2
18272026-04-22T01:45:17.968Z Compiling cc v1.2.56
18282026-04-22T01:45:18.002Z Compiling litemap v0.8.1
18292026-04-22T01:45:18.035Z Compiling fnv v1.0.7
18302026-04-22T01:45:18.055Z Compiling syn v2.0.117
18312026-04-22T01:45:18.075Z Compiling thiserror v2.0.18
18322026-04-22T01:45:18.179Z Compiling pin-project-lite v0.2.17
18332026-04-22T01:45:18.179Z Compiling getrandom v0.3.4
18342026-04-22T01:45:18.243Z Compiling critical-section v1.2.0
18352026-04-22T01:45:18.302Z Compiling rustversion v1.0.22
18362026-04-22T01:45:18.330Z Compiling allocator-api2 v0.2.21
18372026-04-22T01:45:18.346Z Compiling equivalent v1.0.2
18382026-04-22T01:45:18.379Z Compiling schemars v0.8.22
18392026-04-22T01:45:18.409Z Compiling rand_core v0.10.0
18402026-04-22T01:45:18.411Z Compiling foldhash v0.2.0
18412026-04-22T01:45:18.474Z Compiling utf8_iter v1.0.4
18422026-04-22T01:45:18.593Z Compiling fs_extra v1.3.0
18432026-04-22T01:45:18.618Z Compiling dunce v1.0.5
18442026-04-22T01:45:18.659Z Compiling hashbrown v0.16.1
18452026-04-22T01:45:18.677Z Compiling form_urlencoded v1.2.2
18462026-04-22T01:45:18.720Z Compiling once_cell v1.21.3
18472026-04-22T01:45:18.741Z Compiling cmake v0.1.57
18482026-04-22T01:45:18.949Z Compiling const-oid v0.9.6
18492026-04-22T01:45:18.968Z Compiling semver v1.0.27
18502026-04-22T01:45:19.125Z Compiling bitflags v2.11.0
18512026-04-22T01:45:19.128Z Compiling signal-hook-registry v1.4.8
18522026-04-22T01:45:19.213Z Compiling indexmap v2.13.0
18532026-04-22T01:45:19.259Z Compiling rustix v1.1.3
18542026-04-22T01:45:19.275Z Compiling parking_lot v0.12.5
18552026-04-22T01:45:19.296Z Compiling mio v1.2.0
18562026-04-22T01:45:19.313Z Compiling socket2 v0.6.3
18572026-04-22T01:45:19.316Z Compiling ring v0.17.14
18582026-04-22T01:45:19.326Z Compiling aws-lc-sys v0.37.1
18592026-04-22T01:45:19.416Z Compiling aws-lc-rs v1.16.0
18602026-04-22T01:45:19.433Z Compiling futures-core v0.3.32
18612026-04-22T01:45:19.567Z Compiling thiserror v1.0.69
18622026-04-22T01:45:19.595Z Compiling strsim v0.11.1
18632026-04-22T01:45:19.632Z Compiling ucd-trie v0.1.7
18642026-04-22T01:45:19.705Z Compiling httparse v1.10.1
18652026-04-22T01:45:19.752Z Compiling byteorder v1.5.0
18662026-04-22T01:45:19.849Z Compiling pest v2.8.6
18672026-04-22T01:45:19.916Z Compiling vcpkg v0.2.15
18682026-04-22T01:45:19.941Z Compiling ident_case v1.0.1
18692026-04-22T01:45:20.005Z Compiling iana-time-zone v0.1.65
18702026-04-22T01:45:20.044Z Compiling syn v1.0.109
18712026-04-22T01:45:20.061Z Compiling heck v0.5.0
18722026-04-22T01:45:20.096Z Compiling uuid v1.23.0
18732026-04-22T01:45:20.129Z Compiling cpufeatures v0.2.17
18742026-04-22T01:45:20.368Z Compiling regex-syntax v0.8.10
18752026-04-22T01:45:20.400Z Compiling rustc_version v0.4.1
18762026-04-22T01:45:20.476Z Compiling futures-sink v0.3.32
18772026-04-22T01:45:20.479Z Compiling openssl-sys v0.9.111
18782026-04-22T01:45:20.595Z Compiling rustls v0.23.37
18792026-04-22T01:45:20.612Z Compiling futures-channel v0.3.32
18802026-04-22T01:45:20.691Z Compiling slab v0.4.12
18812026-04-22T01:45:20.705Z Compiling futures-task v0.3.32
18822026-04-22T01:45:20.725Z Compiling futures-io v0.3.32
18832026-04-22T01:45:20.813Z Compiling synstructure v0.13.2
18842026-04-22T01:45:20.849Z Compiling serde_derive_internals v0.29.1
18852026-04-22T01:45:20.946Z Compiling pest_meta v2.8.6
18862026-04-22T01:45:20.981Z Compiling plain v0.2.3
18872026-04-22T01:45:20.984Z Compiling dyn-clone v1.0.20
18882026-04-22T01:45:21.061Z Compiling aho-corasick v1.1.4
18892026-04-22T01:45:21.077Z Compiling num-conv v0.2.0
18902026-04-22T01:45:21.136Z Compiling time-core v0.1.8
18912026-04-22T01:45:21.191Z Compiling crossbeam-utils v0.8.21
18922026-04-22T01:45:21.258Z Compiling pretty-hex v0.4.1
18932026-04-22T01:45:21.306Z Compiling time-macros v0.2.27
18942026-04-22T01:45:21.351Z Compiling openssl v0.10.75
18952026-04-22T01:45:21.573Z Compiling pest_generator v2.8.6
18962026-04-22T01:45:21.590Z Compiling base64 v0.22.1
18972026-04-22T01:45:21.672Z Compiling base64ct v1.8.3
18982026-04-22T01:45:21.706Z Compiling anyhow v1.0.102
18992026-04-22T01:45:21.797Z Compiling crc32fast v1.5.0
19002026-04-22T01:45:21.819Z Compiling darling_core v0.21.3
19012026-04-22T01:45:21.847Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19022026-04-22T01:45:21.887Z Compiling native-tls v0.2.18
19032026-04-22T01:45:22.005Z Compiling regex-automata v0.4.14
19042026-04-22T01:45:22.021Z Compiling pem-rfc7468 v0.7.0
19052026-04-22T01:45:22.076Z Compiling flagset v0.4.7
19062026-04-22T01:45:22.095Z Compiling rand_core v0.9.5
19072026-04-22T01:45:22.115Z Compiling serde_derive v1.0.228
19082026-04-22T01:45:22.151Z Compiling zeroize_derive v1.4.3
19092026-04-22T01:45:22.241Z Compiling zerofrom-derive v0.1.6
19102026-04-22T01:45:22.264Z Compiling yoke-derive v0.8.1
19112026-04-22T01:45:22.270Z Compiling zerovec-derive v0.11.2
19122026-04-22T01:45:22.270Z Compiling displaydoc v0.2.5
19132026-04-22T01:45:22.309Z Compiling zerocopy-derive v0.8.40
19142026-04-22T01:45:22.325Z Compiling tokio-macros v2.7.0
19152026-04-22T01:45:22.340Z Compiling futures-macro v0.3.32
19162026-04-22T01:45:22.493Z Compiling thiserror-impl v2.0.18
19172026-04-22T01:45:22.516Z Compiling schemars_derive v0.8.22
19182026-04-22T01:45:22.748Z Compiling zeroize v1.8.2
19192026-04-22T01:45:23.038Z Compiling tracing-attributes v0.1.31
19202026-04-22T01:45:23.109Z Compiling der_derive v0.7.3
19212026-04-22T01:45:23.195Z Compiling thiserror-impl v1.0.69
19222026-04-22T01:45:23.309Z Compiling pest_derive v2.8.6
19232026-04-22T01:45:23.344Z Compiling zerofrom v0.1.6
19242026-04-22T01:45:23.491Z Compiling yoke v0.8.1
19252026-04-22T01:45:23.565Z Compiling crypto-common v0.1.7
19262026-04-22T01:45:23.681Z Compiling zerovec v0.11.5
19272026-04-22T01:45:23.709Z Compiling zerotrie v0.2.3
19282026-04-22T01:45:23.753Z Compiling block-buffer v0.10.4
19292026-04-22T01:45:23.874Z Compiling futures-util v0.3.32
19302026-04-22T01:45:23.927Z Compiling digest v0.10.7
19312026-04-22T01:45:24.112Z Compiling block-padding v0.3.3
19322026-04-22T01:45:24.148Z Compiling hmac v0.12.1
19332026-04-22T01:45:24.165Z Compiling sha2 v0.10.9
19342026-04-22T01:45:24.229Z Compiling tinystr v0.8.2
19352026-04-22T01:45:24.263Z Compiling potential_utf v0.1.4
19362026-04-22T01:45:24.279Z Compiling inout v0.1.4
19372026-04-22T01:45:24.311Z Compiling rustls-pki-types v1.14.0
19382026-04-22T01:45:24.346Z Compiling scroll_derive v0.13.1
19392026-04-22T01:45:24.363Z Compiling scroll_derive v0.12.1
19402026-04-22T01:45:24.444Z Compiling icu_locale_core v2.1.1
19412026-04-22T01:45:24.460Z Compiling icu_collections v2.1.1
19422026-04-22T01:45:24.536Z Compiling cipher v0.4.4
19432026-04-22T01:45:25.145Z Compiling icu_provider v2.1.1
19442026-04-22T01:45:25.159Z Compiling openssl-macros v0.1.1
19452026-04-22T01:45:25.196Z Compiling regex v1.12.3
19462026-04-22T01:45:25.281Z Compiling bytes v1.11.1
19472026-04-22T01:45:25.325Z Compiling chrono v0.4.44
19482026-04-22T01:45:25.456Z Compiling icu_properties v2.1.2
19492026-04-22T01:45:25.471Z Compiling icu_normalizer v2.1.1
19502026-04-22T01:45:25.560Z Compiling serde_tokenstream v0.2.3
19512026-04-22T01:45:25.575Z Compiling der v0.7.10
19522026-04-22T01:45:25.607Z Compiling darling_macro v0.21.3
19532026-04-22T01:45:25.810Z Compiling tokio v1.52.1
19542026-04-22T01:45:26.970Z Compiling http v1.4.0
19552026-04-22T01:45:26.979Z Compiling idna_adapter v1.2.1
19562026-04-22T01:45:26.979Z Compiling ppv-lite86 v0.2.21
19572026-04-22T01:45:26.979Z Compiling zerocopy-derive v0.7.35
19582026-04-22T01:45:26.979Z Compiling idna v1.1.0
19592026-04-22T01:45:26.979Z Compiling slog v2.8.2
19602026-04-22T01:45:26.979Z Compiling tracing-core v0.1.36
19612026-04-22T01:45:26.992Z Compiling untrusted v0.9.0
19622026-04-22T01:45:27.505Z Compiling spki v0.7.3
19632026-04-22T01:45:27.518Z Compiling url v2.5.8
19642026-04-22T01:45:27.518Z Compiling darling v0.21.3
19652026-04-22T01:45:27.518Z Compiling salsa20 v0.10.2
19662026-04-22T01:45:27.518Z Compiling pbkdf2 v0.12.2
19672026-04-22T01:45:27.518Z Compiling tracing v0.1.44
19682026-04-22T01:45:28.083Z Compiling cookie v0.18.1
19692026-04-22T01:45:28.097Z Compiling camino v1.2.2
19702026-04-22T01:45:28.097Z Compiling scrypt v0.11.0
19712026-04-22T01:45:28.182Z Compiling rand_chacha v0.9.0
19722026-04-22T01:45:28.221Z Compiling cbc v0.1.2
19732026-04-22T01:45:28.331Z Compiling aes v0.8.4
19742026-04-22T01:45:28.796Z Compiling usdt-impl v0.5.0
19752026-04-22T01:45:28.814Z Compiling usdt-impl v0.6.0
19762026-04-22T01:45:28.836Z Compiling ref-cast v1.0.25
19772026-04-22T01:45:28.839Z Compiling either v1.15.0
19782026-04-22T01:45:28.839Z Compiling winnow v0.7.14
19792026-04-22T01:45:29.029Z Compiling paste v1.0.15
19802026-04-22T01:45:29.159Z Compiling pkcs5 v0.7.1
19812026-04-22T01:45:29.191Z Compiling rand v0.9.2
19822026-04-22T01:45:29.278Z Compiling http-body v1.0.1
19832026-04-22T01:45:29.444Z Compiling toml_datetime v0.6.11
19842026-04-22T01:45:29.559Z Compiling serde_spanned v0.6.9
19852026-04-22T01:45:29.586Z Compiling tokio-util v0.7.18
19862026-04-22T01:45:29.631Z Compiling scroll v0.13.0
19872026-04-22T01:45:29.647Z Compiling scroll v0.12.0
19882026-04-22T01:45:29.717Z Compiling heapless v0.7.17
19892026-04-22T01:45:29.768Z Compiling bzip2-sys v0.1.13+1.0.8
19902026-04-22T01:45:29.966Z Compiling openssl-probe v0.2.1
19912026-04-22T01:45:30.021Z Compiling signal-hook v0.3.18
19922026-04-22T01:45:30.046Z Compiling zstd-safe v7.2.4
19932026-04-22T01:45:30.061Z Compiling untrusted v0.7.1
19942026-04-22T01:45:30.144Z Compiling atomic-waker v1.1.2
19952026-04-22T01:45:30.197Z Compiling toml_parser v1.0.9+spec-1.1.0
19962026-04-22T01:45:30.250Z Compiling goblin v0.8.2
19972026-04-22T01:45:30.267Z Compiling goblin v0.10.5
19982026-04-22T01:45:30.303Z Compiling pkcs8 v0.10.2
19992026-04-22T01:45:30.600Z Compiling zerocopy v0.7.35
20002026-04-22T01:45:30.757Z Compiling ref-cast-impl v1.0.25
20012026-04-22T01:45:30.773Z Compiling darling_core v0.20.11
20022026-04-22T01:45:30.924Z Compiling curve25519-dalek v4.1.3
20032026-04-22T01:45:31.011Z Compiling toml_datetime v0.7.5+spec-1.1.0
20042026-04-22T01:45:31.057Z Compiling memoffset v0.9.1
20052026-04-22T01:45:31.208Z Compiling tower-layer v0.3.3
20062026-04-22T01:45:31.314Z Compiling tower-service v0.3.3
20072026-04-22T01:45:31.432Z Compiling tinyvec_macros v0.1.1
20082026-04-22T01:45:31.561Z Compiling try-lock v0.2.5
20092026-04-22T01:45:31.593Z Compiling litrs v1.0.0
20102026-04-22T01:45:31.643Z Compiling winnow v0.5.40
20112026-04-22T01:45:31.757Z Compiling rustix v0.38.44
20122026-04-22T01:45:31.825Z Compiling fastrand v2.3.0
20132026-04-22T01:45:32.064Z Compiling document-features v0.2.12
20142026-04-22T01:45:32.082Z Compiling want v0.3.1
20152026-04-22T01:45:32.191Z Compiling tinyvec v1.10.0
20162026-04-22T01:45:32.277Z Compiling h2 v0.4.13
20172026-04-22T01:45:32.554Z Compiling dof v0.3.0
20182026-04-22T01:45:32.785Z Compiling darling_macro v0.20.11
20192026-04-22T01:45:32.945Z Compiling toml_edit v0.19.15
20202026-04-22T01:45:33.050Z Compiling dof v0.4.0
20212026-04-22T01:45:33.157Z Compiling dtrace-parser v0.2.0
20222026-04-22T01:45:33.255Z Compiling dtrace-parser v0.3.0
20232026-04-22T01:45:33.383Z Compiling ipnet v2.11.0
20242026-04-22T01:45:33.487Z Compiling daft-derive v0.1.5
20252026-04-22T01:45:33.517Z Compiling async-trait v0.1.89
20262026-04-22T01:45:33.775Z Compiling spin v0.9.8
20272026-04-22T01:45:33.845Z Compiling thread-id v5.1.0
20282026-04-22T01:45:33.860Z Compiling thread-id v4.2.2
20292026-04-22T01:45:33.947Z Compiling foreign-types-shared v0.1.1
20302026-04-22T01:45:33.965Z Compiling num-bigint-dig v0.8.6
20312026-04-22T01:45:33.999Z Compiling smoltcp v0.9.1
20322026-04-22T01:45:34.048Z Compiling cfg_aliases v0.2.1
20332026-04-22T01:45:34.064Z Compiling httpdate v1.0.3
20342026-04-22T01:45:34.098Z Compiling pin-utils v0.1.0
20352026-04-22T01:45:34.142Z Compiling powerfmt v0.2.0
20362026-04-22T01:45:34.222Z Compiling nix v0.31.2
20372026-04-22T01:45:34.289Z Compiling foreign-types v0.3.2
20382026-04-22T01:45:34.323Z Compiling deranged v0.5.8
20392026-04-22T01:45:34.379Z Compiling tempfile v3.25.0
20402026-04-22T01:45:34.584Z Compiling darling v0.20.11
20412026-04-22T01:45:34.719Z Compiling ipnetwork v0.21.1
20422026-04-22T01:45:34.910Z Compiling strum_macros v0.26.4
20432026-04-22T01:45:34.927Z Compiling curve25519-dalek-derive v0.1.1
20442026-04-22T01:45:35.200Z Compiling socket2 v0.5.10
20452026-04-22T01:45:35.235Z Compiling hyper v1.8.1
20462026-04-22T01:45:35.252Z Compiling wait-timeout v0.2.1
20472026-04-22T01:45:35.688Z Compiling anstyle v1.0.13
20482026-04-22T01:45:35.719Z Compiling simd-adler32 v0.3.8
20492026-04-22T01:45:35.824Z Compiling quick-error v1.2.3
20502026-04-22T01:45:35.940Z Compiling bit-vec v0.8.0
20512026-04-22T01:45:35.957Z Compiling num_threads v0.1.7
20522026-04-22T01:45:35.977Z Compiling siphasher v1.0.2
20532026-04-22T01:45:36.019Z Compiling utf8parse v0.2.2
20542026-04-22T01:45:36.044Z Compiling time v0.3.47
20552026-04-22T01:45:36.150Z Compiling bit-set v0.8.0
20562026-04-22T01:45:36.183Z Compiling anstyle-parse v0.2.7
20572026-04-22T01:45:36.332Z Compiling rusty-fork v0.3.1
20582026-04-22T01:45:36.358Z Compiling hyper-util v0.1.20
20592026-04-22T01:45:36.711Z Compiling derive_builder_core v0.20.2
20602026-04-22T01:45:36.743Z Compiling unicode-normalization v0.1.25
20612026-04-22T01:45:37.224Z Compiling rustls-native-certs v0.8.3
20622026-04-22T01:45:37.537Z Compiling signature v2.2.0
20632026-04-22T01:45:37.705Z Compiling hubpack_derive v0.1.1
20642026-04-22T01:45:37.750Z Compiling rand_xorshift v0.4.0
20652026-04-22T01:45:37.784Z Compiling strum_macros v0.27.2
20662026-04-22T01:45:37.915Z Compiling sync_wrapper v1.0.2
20672026-04-22T01:45:38.037Z Compiling fs-err v3.3.0
20682026-04-22T01:45:38.052Z Compiling ahash v0.8.12
20692026-04-22T01:45:38.071Z Compiling colorchoice v1.0.4
20702026-04-22T01:45:38.130Z Compiling unicode-properties v0.1.4
20712026-04-22T01:45:38.179Z Compiling object v0.37.3
20722026-04-22T01:45:38.200Z Compiling unicode-bidi v0.3.18
20732026-04-22T01:45:38.253Z Compiling anstyle-query v1.1.5
20742026-04-22T01:45:38.283Z Compiling adler2 v2.0.1
20752026-04-22T01:45:38.379Z Compiling is_terminal_polyfill v1.70.2
20762026-04-22T01:45:38.394Z Compiling unicode-segmentation v1.12.0
20772026-04-22T01:45:38.435Z Compiling unarray v0.1.4
20782026-04-22T01:45:38.452Z Compiling miniz_oxide v0.8.9
20792026-04-22T01:45:38.470Z Compiling anstream v0.6.21
20802026-04-22T01:45:38.564Z Compiling stringprep v0.1.5
20812026-04-22T01:45:38.697Z Compiling proptest v1.10.0
20822026-04-22T01:45:38.787Z Compiling tower v0.5.3
20832026-04-22T01:45:38.949Z Compiling derive_builder_macro v0.20.2
20842026-04-22T01:45:39.232Z Compiling usdt-macro v0.6.0
20852026-04-22T01:45:39.266Z Compiling usdt-attr-macro v0.6.0
20862026-04-22T01:45:39.671Z Compiling http-body-util v0.1.3
20872026-04-22T01:45:39.946Z Compiling webpki-roots v1.0.6
20882026-04-22T01:45:40.026Z Compiling rand_chacha v0.3.1
20892026-04-22T01:45:40.043Z Compiling erased-serde v0.3.31
20902026-04-22T01:45:40.043Z Compiling md-5 v0.10.6
20912026-04-22T01:45:40.112Z Compiling num-integer v0.1.46
20922026-04-22T01:45:40.140Z Compiling hash32 v0.2.1
20932026-04-22T01:45:40.209Z Compiling vergen-lib v0.1.6
20942026-04-22T01:45:40.211Z Compiling ff v0.13.1
20952026-04-22T01:45:40.294Z Compiling iri-string v0.7.10
20962026-04-22T01:45:40.309Z Compiling psl-types v2.0.11
20972026-04-22T01:45:40.324Z Compiling ryu v1.0.23
20982026-04-22T01:45:40.357Z Compiling fallible-iterator v0.2.0
20992026-04-22T01:45:40.406Z Compiling base16ct v0.2.0
21002026-04-22T01:45:40.423Z Compiling zlib-rs v0.6.2
21012026-04-22T01:45:40.459Z Compiling publicsuffix v2.3.0
21022026-04-22T01:45:40.490Z Compiling serde_urlencoded v0.7.1
21032026-04-22T01:45:40.535Z Compiling sec1 v0.7.3
21042026-04-22T01:45:40.590Z Compiling group v0.13.0
21052026-04-22T01:45:40.636Z Compiling num-iter v0.1.45
21062026-04-22T01:45:40.651Z Compiling postgres-protocol v0.6.10
21072026-04-22T01:45:40.674Z Compiling newtype-uuid v1.3.2
21082026-04-22T01:45:40.820Z Compiling rand v0.8.5
21092026-04-22T01:45:41.020Z Compiling oxnet v0.1.4
21102026-04-22T01:45:41.206Z Compiling derive_builder v0.20.2
21112026-04-22T01:45:41.223Z Compiling tokio-native-tls v0.3.1
21122026-04-22T01:45:41.279Z Compiling heck v0.4.1
21132026-04-22T01:45:41.282Z Compiling phf_shared v0.13.1
21142026-04-22T01:45:41.401Z Compiling lazy_static v1.5.0
21152026-04-22T01:45:41.435Z Compiling tower-http v0.6.8
21162026-04-22T01:45:41.501Z Compiling terminal_size v0.4.3
21172026-04-22T01:45:41.518Z Compiling serde_with_macros v3.17.0
21182026-04-22T01:45:41.534Z Compiling cargo-platform v0.1.9
21192026-04-22T01:45:41.568Z Compiling hkdf v0.12.4
21202026-04-22T01:45:41.568Z Compiling crypto-bigint v0.5.5
21212026-04-22T01:45:41.631Z Compiling enum-as-inner v0.6.1
21222026-04-22T01:45:41.658Z Compiling serde_repr v0.1.20
21232026-04-22T01:45:41.689Z Compiling clap_derive v4.5.55
21242026-04-22T01:45:41.745Z Compiling vergen v9.0.6
21252026-04-22T01:45:41.778Z Compiling foldhash v0.1.5
21262026-04-22T01:45:41.801Z Compiling bumpalo v3.20.2
21272026-04-22T01:45:41.933Z Compiling managed v0.8.0
21282026-04-22T01:45:41.965Z Compiling bitflags v1.3.2
21292026-04-22T01:45:41.968Z Compiling clap_lex v1.0.0
21302026-04-22T01:45:41.968Z Compiling libbz2-rs-sys v0.2.2
21312026-04-22T01:45:42.199Z Compiling clap_builder v4.5.60
21322026-04-22T01:45:42.248Z Compiling zopfli v0.8.3
21332026-04-22T01:45:42.408Z Compiling bzip2 v0.6.1
21342026-04-22T01:45:42.543Z Compiling flate2 v1.1.9
21352026-04-22T01:45:42.559Z Compiling elliptic-curve v0.13.8
21362026-04-22T01:45:42.626Z Compiling hashbrown v0.15.5
21372026-04-22T01:45:42.735Z Compiling cargo_metadata v0.19.2
21382026-04-22T01:45:42.916Z Compiling phf v0.13.1
21392026-04-22T01:45:42.990Z Compiling zstd v0.13.3
21402026-04-22T01:45:43.045Z Compiling hyper-tls v0.6.0
21412026-04-22T01:45:43.121Z Compiling daft v0.1.5
21422026-04-22T01:45:43.182Z Compiling signal-hook-mio v0.2.5
21432026-04-22T01:45:43.270Z Compiling cookie_store v0.22.1
21442026-04-22T01:45:43.309Z Compiling postgres-types v0.2.12
21452026-04-22T01:45:43.325Z Compiling bzip2 v0.4.4
21462026-04-22T01:45:43.405Z Compiling strum v0.27.2
21472026-04-22T01:45:43.551Z Compiling hubpack v0.1.2
21482026-04-22T01:45:43.566Z Compiling ed25519 v2.2.3
21492026-04-22T01:45:43.653Z Compiling phf_shared v0.11.3
21502026-04-22T01:45:43.821Z Compiling crossbeam-epoch v0.9.18
21512026-04-22T01:45:43.857Z Compiling pkcs1 v0.7.5
21522026-04-22T01:45:43.907Z Compiling hex v0.4.3
21532026-04-22T01:45:43.946Z Compiling serde-big-array v0.5.1
21542026-04-22T01:45:44.052Z Compiling rfc6979 v0.4.0
21552026-04-22T01:45:44.107Z Compiling bstr v1.12.1
21562026-04-22T01:45:44.194Z Compiling float-cmp v0.10.0
21572026-04-22T01:45:44.234Z Compiling memmap2 v0.9.10
21582026-04-22T01:45:44.266Z Compiling env_filter v1.0.0
21592026-04-22T01:45:44.298Z Compiling encoding_rs v0.8.35
21602026-04-22T01:45:44.302Z Compiling new_debug_unreachable v1.0.6
21612026-04-22T01:45:44.364Z Compiling difflib v0.4.0
21622026-04-22T01:45:44.399Z Compiling predicates-core v1.0.10
21632026-04-22T01:45:44.416Z Compiling jiff v0.2.21
21642026-04-22T01:45:44.433Z Compiling keccak v0.1.6
21652026-04-22T01:45:44.457Z Compiling mime v0.3.17
21662026-04-22T01:45:44.547Z Compiling fixedbitset v0.4.2
21672026-04-22T01:45:44.550Z Compiling normalize-line-endings v0.3.0
21682026-04-22T01:45:44.580Z Compiling whoami v2.1.0
21692026-04-22T01:45:44.648Z Compiling toml_write v0.1.2
21702026-04-22T01:45:44.710Z Compiling static_assertions v1.1.0
21712026-04-22T01:45:44.725Z Compiling precomputed-hash v0.1.1
21722026-04-22T01:45:44.767Z Compiling rustc-hash v2.1.1
21732026-04-22T01:45:44.798Z Compiling fixedbitset v0.5.7
21742026-04-22T01:45:44.819Z Compiling data-encoding v2.10.0
21752026-04-22T01:45:44.836Z Compiling string_cache v0.8.9
21762026-04-22T01:45:44.840Z Compiling toml_edit v0.22.27
21772026-04-22T01:45:44.869Z Compiling iddqd v0.3.17
21782026-04-22T01:45:44.905Z Compiling tokio-postgres v0.7.16
21792026-04-22T01:45:44.926Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21802026-04-22T01:45:45.086Z Compiling petgraph v0.8.3
21812026-04-22T01:45:45.148Z Compiling hickory-proto v0.25.2
21822026-04-22T01:45:45.611Z Compiling petgraph v0.6.5
21832026-04-22T01:45:45.679Z Compiling predicates v3.1.4
21842026-04-22T01:45:46.007Z Compiling sha3 v0.10.8
21852026-04-22T01:45:46.284Z Compiling similar v2.7.0
21862026-04-22T01:45:46.300Z Compiling env_logger v0.11.9
21872026-04-22T01:45:46.636Z Compiling usdt v0.6.0
21882026-04-22T01:45:47.033Z Compiling zip v4.6.1
21892026-04-22T01:45:47.107Z Compiling ecdsa v0.16.9
21902026-04-22T01:45:47.231Z Compiling serde_with v3.17.0
21912026-04-22T01:45:47.263Z Compiling rsa v0.9.10
21922026-04-22T01:45:47.521Z Compiling ed25519-dalek v2.2.0
21932026-04-22T01:45:47.671Z Compiling crossterm v0.28.1
21942026-04-22T01:45:47.820Z Compiling clap v4.5.60
21952026-04-22T01:45:48.122Z Compiling zip v0.6.6
21962026-04-22T01:45:48.317Z Compiling strum v0.26.3
21972026-04-22T01:45:48.461Z Compiling toml v0.7.8
21982026-04-22T01:45:48.612Z Compiling tokio-stream v0.1.18
21992026-04-22T01:45:48.628Z Compiling buf-list v1.1.2
22002026-04-22T01:45:48.714Z Compiling itertools v0.13.0
22012026-04-22T01:45:48.853Z Compiling x509-cert v0.2.5
22022026-04-22T01:45:48.934Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22032026-04-22T01:45:49.013Z Compiling openapiv3 v2.2.0
22042026-04-22T01:45:49.250Z Compiling sha1 v0.10.6
22052026-04-22T01:45:49.589Z Compiling lalrpop-util v0.19.12
22062026-04-22T01:45:49.672Z Compiling peg-runtime v0.8.5
22072026-04-22T01:46:03.898Z Compiling rustls-webpki v0.103.9
22082026-04-22T01:46:06.483Z Compiling macaddr v1.0.1
22092026-04-22T01:46:06.536Z Compiling structmeta-derive v0.3.0
22102026-04-22T01:46:06.552Z Compiling rayon-core v1.13.0
22112026-04-22T01:46:06.645Z Compiling crucible-workspace-hack v0.1.0
22122026-04-22T01:46:06.785Z Compiling itertools v0.14.0
22132026-04-22T01:46:06.801Z Compiling secrecy v0.10.3
22142026-04-22T01:46:06.876Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-04-22T01:46:06.988Z Compiling heapless v0.8.0
22162026-04-22T01:46:07.086Z Compiling rustls v0.22.4
22172026-04-22T01:46:07.275Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22182026-04-22T01:46:07.422Z Compiling crossbeam-deque v0.8.6
22192026-04-22T01:46:07.444Z Compiling toml_edit v0.23.10+spec-1.0.0
22202026-04-22T01:46:07.498Z Compiling tokio-rustls v0.26.4
22212026-04-22T01:46:07.539Z Compiling rustls-platform-verifier v0.6.2
22222026-04-22T01:46:07.562Z Compiling structmeta v0.3.0
22232026-04-22T01:46:07.602Z Compiling rustls-webpki v0.102.8
22242026-04-22T01:46:07.651Z Compiling futures-executor v0.3.32
22252026-04-22T01:46:07.666Z Compiling hash32 v0.3.1
22262026-04-22T01:46:07.764Z Compiling hyper-rustls v0.27.7
22272026-04-22T01:46:07.791Z Compiling multer v3.1.0
22282026-04-22T01:46:07.795Z Compiling thread_local v1.1.9
22292026-04-22T01:46:07.840Z Compiling unicode-width v0.2.0
22302026-04-22T01:46:07.931Z Compiling match_cfg v0.1.0
22312026-04-22T01:46:08.006Z Compiling reqwest v0.12.28
22322026-04-22T01:46:08.025Z Compiling reqwest v0.13.2
22332026-04-22T01:46:08.062Z Compiling ingot-macros v0.1.1
22342026-04-22T01:46:08.099Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22352026-04-22T01:46:08.140Z Compiling smoltcp v0.11.0
22362026-04-22T01:46:08.176Z Compiling slog-async v2.8.0
22372026-04-22T01:46:08.368Z Compiling hostname v0.3.1
22382026-04-22T01:46:08.385Z Compiling proc-macro-crate v3.4.0
22392026-04-22T01:46:08.408Z Compiling futures v0.3.32
22402026-04-22T01:46:08.502Z Compiling derive-ex v0.1.8
22412026-04-22T01:46:08.556Z Compiling slog-json v2.6.1
22422026-04-22T01:46:08.826Z Compiling crossbeam-channel v0.5.15
22432026-04-22T01:46:08.846Z Compiling half v2.7.1
22442026-04-22T01:46:09.020Z Compiling newtype-uuid-macros v0.1.0
22452026-04-22T01:46:09.150Z Compiling cobs v0.3.0
22462026-04-22T01:46:09.205Z Compiling thiserror-impl-no-std v2.0.2
22472026-04-22T01:46:09.425Z Compiling universal-hash v0.5.1
22482026-04-22T01:46:09.444Z Compiling async-stream-impl v0.3.6
22492026-04-22T01:46:09.535Z Compiling serde_spanned v1.0.4
22502026-04-22T01:46:09.590Z Compiling is-terminal v0.4.17
22512026-04-22T01:46:09.705Z Compiling dropshot v0.16.7
22522026-04-22T01:46:09.721Z Compiling proc-macro-error-attr v1.0.4
22532026-04-22T01:46:09.748Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22542026-04-22T01:46:09.937Z Compiling opaque-debug v0.3.1
22552026-04-22T01:46:09.955Z Compiling convert_case v0.4.0
22562026-04-22T01:46:09.971Z Compiling ciborium-io v0.2.2
22572026-04-22T01:46:10.003Z Compiling toml_writer v1.0.6+spec-1.1.0
22582026-04-22T01:46:10.024Z Compiling term v1.2.1
22592026-04-22T01:46:10.040Z Compiling take_mut v0.2.2
22602026-04-22T01:46:10.057Z Compiling ciborium-ll v0.2.2
22612026-04-22T01:46:10.086Z Compiling async-stream v0.3.6
22622026-04-22T01:46:10.234Z Compiling thiserror-no-std v2.0.2
22632026-04-22T01:46:10.286Z Compiling derive_more v0.99.20
22642026-04-22T01:46:10.289Z Compiling tokio-rustls v0.25.0
22652026-04-22T01:46:10.320Z Compiling toml v0.9.12+spec-1.1.0
22662026-04-22T01:46:10.324Z Compiling test-strategy v0.4.5
22672026-04-22T01:46:10.367Z Compiling slog-term v2.9.2
22682026-04-22T01:46:10.385Z Compiling poly1305 v0.8.0
22692026-04-22T01:46:10.628Z Compiling ingot-types v0.1.2
22702026-04-22T01:46:10.708Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22712026-04-22T01:46:11.051Z Compiling postcard v1.1.3
22722026-04-22T01:46:11.141Z Compiling ingot v0.1.1
22732026-04-22T01:46:11.384Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22742026-04-22T01:46:11.451Z Compiling num_enum_derive v0.7.5
22752026-04-22T01:46:11.633Z Compiling slog-bunyan v2.5.0
22762026-04-22T01:46:11.691Z Compiling parse-display-derive v0.10.0
22772026-04-22T01:46:11.768Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22782026-04-22T01:46:11.845Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22792026-04-22T01:46:11.860Z Compiling proc-macro-crate v1.3.1
22802026-04-22T01:46:11.985Z Compiling backon v1.6.0
22812026-04-22T01:46:12.106Z Compiling waitgroup v0.1.2
22822026-04-22T01:46:12.187Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22832026-04-22T01:46:12.224Z Compiling password-hash v0.5.0
22842026-04-22T01:46:12.262Z Compiling dropshot_endpoint v0.16.7
22852026-04-22T01:46:12.283Z Compiling chacha20 v0.9.1
22862026-04-22T01:46:12.416Z Compiling rustls-pemfile v2.2.0
22872026-04-22T01:46:12.526Z Compiling blake2 v0.10.6
22882026-04-22T01:46:12.560Z Compiling aead v0.5.2
22892026-04-22T01:46:12.604Z Compiling foreign-types-macros v0.2.3
22902026-04-22T01:46:12.721Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22912026-04-22T01:46:12.774Z Compiling serde_path_to_error v0.1.20
22922026-04-22T01:46:12.838Z Compiling hostname v0.4.2
22932026-04-22T01:46:13.024Z Compiling proc-macro-error v1.0.4
22942026-04-22T01:46:13.061Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22952026-04-22T01:46:13.157Z Compiling instant v0.1.13
22962026-04-22T01:46:13.176Z Compiling typeid v1.0.3
22972026-04-22T01:46:13.193Z Compiling debug-ignore v1.0.5
22982026-04-22T01:46:13.207Z Compiling cpufeatures v0.3.0
22992026-04-22T01:46:13.238Z Compiling foreign-types-shared v0.3.1
23002026-04-22T01:46:13.295Z Compiling chacha20 v0.10.0
23012026-04-22T01:46:13.309Z Compiling backoff v0.4.0
23022026-04-22T01:46:13.331Z Compiling foreign-types v0.5.0
23032026-04-22T01:46:13.347Z Compiling parse-display v0.10.0
23042026-04-22T01:46:13.350Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23052026-04-22T01:46:13.382Z Compiling argon2 v0.5.3
23062026-04-22T01:46:13.386Z Compiling chacha20poly1305 v0.10.1
23072026-04-22T01:46:13.415Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23082026-04-22T01:46:13.418Z Compiling num_enum v0.7.5
23092026-04-22T01:46:13.449Z Compiling num_enum_derive v0.5.11
23102026-04-22T01:46:13.531Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23112026-04-22T01:46:13.552Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23122026-04-22T01:46:13.613Z Compiling vsss-rs v3.3.4
23132026-04-22T01:46:13.687Z Compiling ciborium v0.2.2
23142026-04-22T01:46:13.854Z Compiling tabwriter v1.4.1
23152026-04-22T01:46:13.986Z Compiling byte-wrapper v0.1.0
23162026-04-22T01:46:14.233Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23172026-04-22T01:46:14.249Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23182026-04-22T01:46:14.373Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23192026-04-22T01:46:14.391Z Compiling regress v0.10.5
23202026-04-22T01:46:14.533Z Compiling cstr-argument v0.1.2
23212026-04-22T01:46:14.555Z Compiling erased-serde v0.4.9
23222026-04-22T01:46:14.570Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23232026-04-22T01:46:14.699Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23242026-04-22T01:46:14.731Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23252026-04-22T01:46:14.805Z Compiling num_enum v0.5.11
23262026-04-22T01:46:14.907Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23272026-04-22T01:46:14.945Z Compiling rand v0.10.0
23282026-04-22T01:46:15.025Z Compiling rayon v1.11.0
23292026-04-22T01:46:15.056Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23302026-04-22T01:46:15.072Z Compiling colored v3.1.1
23312026-04-22T01:46:15.110Z Compiling libefi-sys v0.1.0
23322026-04-22T01:46:15.159Z Compiling indent_write v2.2.0
23332026-04-22T01:46:15.176Z Compiling zone_cfg_derive v0.3.1
23342026-04-22T01:46:15.323Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23352026-04-22T01:46:15.377Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23362026-04-22T01:46:15.440Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23372026-04-22T01:46:15.457Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23382026-04-22T01:46:15.503Z Compiling camino-tempfile v1.4.1
23392026-04-22T01:46:15.695Z Compiling itertools v0.12.1
23402026-04-22T01:46:15.734Z Compiling usdt-attr-macro v0.5.0
23412026-04-22T01:46:15.767Z Compiling usdt-macro v0.5.0
23422026-04-22T01:46:15.799Z Compiling num-derive v0.4.2
23432026-04-22T01:46:15.814Z Compiling bitfield-struct v0.6.2
23442026-04-22T01:46:15.934Z Compiling blake3 v1.8.3
23452026-04-22T01:46:16.035Z Compiling ordered-float v2.10.1
23462026-04-22T01:46:16.303Z Compiling memmap v0.7.0
23472026-04-22T01:46:16.338Z Compiling sigpipe v0.1.3
23482026-04-22T01:46:16.452Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-04-22T01:46:16.468Z Compiling glob v0.3.3
23502026-04-22T01:46:16.494Z Compiling swrite v0.1.0
23512026-04-22T01:46:16.524Z Compiling usdt v0.5.0
23522026-04-22T01:46:16.557Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-04-22T01:46:16.684Z Compiling serde-value v0.7.0
23542026-04-22T01:46:16.723Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23552026-04-22T01:46:16.895Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23562026-04-22T01:46:17.110Z Compiling zone v0.3.1
23572026-04-22T01:46:17.205Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23582026-04-22T01:46:17.222Z Compiling serde-untagged v0.1.9
23592026-04-22T01:46:17.387Z Compiling toml v0.8.23
23602026-04-22T01:46:17.414Z Compiling smf v0.2.3
23612026-04-22T01:46:17.436Z Compiling filetime v0.2.27
23622026-04-22T01:46:17.532Z Compiling unicode-xid v0.2.6
23632026-04-22T01:46:17.548Z Compiling whoami v1.6.1
23642026-04-22T01:46:17.595Z Compiling arrayvec v0.7.6
23652026-04-22T01:46:17.627Z Compiling xattr v1.6.1
23662026-04-22T01:46:17.660Z Compiling same-file v1.0.6
23672026-04-22T01:46:17.693Z Compiling constant_time_eq v0.4.2
23682026-04-22T01:46:17.794Z Compiling arrayref v0.3.9
23692026-04-22T01:46:17.844Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-04-22T01:46:17.861Z Compiling cargo-util-schemas v0.8.2
23712026-04-22T01:46:17.893Z Compiling walkdir v2.5.0
23722026-04-22T01:46:17.910Z Compiling tar v0.4.45
23732026-04-22T01:46:17.940Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23742026-04-22T01:46:18.014Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23752026-04-22T01:46:18.259Z Compiling tokio-dtrace v0.1.1
23762026-04-22T01:46:18.564Z Compiling console v0.16.2
23772026-04-22T01:46:18.601Z Compiling gethostname v0.5.0
23782026-04-22T01:46:18.622Z Compiling cargo-platform v0.2.0
23792026-04-22T01:46:18.637Z Compiling topological-sort v0.2.2
23802026-04-22T01:46:18.681Z Compiling unit-prefix v0.5.2
23812026-04-22T01:46:18.755Z Compiling oxide-tokio-rt v0.1.4
23822026-04-22T01:46:18.831Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23832026-04-22T01:46:18.862Z Compiling shell-words v1.1.1
23842026-04-22T01:46:19.003Z Compiling indicatif v0.18.4
23852026-04-22T01:46:19.037Z Compiling cargo_metadata v0.21.0
23862026-04-22T01:46:28.278Z Compiling progenitor-client v0.13.0
23872026-04-22T01:46:28.296Z Compiling progenitor-client v0.10.0
23882026-04-22T01:46:28.300Z Compiling omicron-zone-package v0.12.2
23892026-04-22T01:46:28.393Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23902026-04-22T01:46:28.423Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23912026-04-22T01:46:28.428Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23922026-04-22T01:46:28.741Z Compiling progenitor-extras v0.1.1
23932026-04-22T01:46:28.781Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23942026-04-22T01:46:28.802Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23952026-04-22T01:46:28.999Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23962026-04-22T01:46:29.360Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23972026-04-22T01:46:29.609Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23982026-04-22T01:46:29.694Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23992026-04-22T01:46:33.857Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24002026-04-22T01:46:40.917Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24012026-04-22T01:46:43.975Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24022026-04-22T01:46:44.949Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24032026-04-22T01:46:53.889Z Finished `release` profile [optimized] target(s) in 1m 38s
24042026-04-22T01:46:54.044Z Running `target/release/omicron-package -t test target create -p dev`
24052026-04-22T01:46:54.110ZLogging to: /work/oxidecomputer/omicron/out/LOG
24062026-04-22T01:46:54.114ZCreated new build target 'test' and set it as active
24072026-04-22T01:46:54.117Z
24082026-04-22T01:46:54.117Zreal 1:38.459108947
24092026-04-22T01:46:54.117Zuser 16:20.536785506
24102026-04-22T01:46:54.117Zsys 2:29.855149108
24112026-04-22T01:46:54.117Ztrap 0.449065116
24122026-04-22T01:46:54.117Ztflt 2.623383707
24132026-04-22T01:46:54.117Zdflt 3.751370765
24142026-04-22T01:46:54.117Zkflt 0.000918472
24152026-04-22T01:46:54.117Zlock 51:34.949160546
24162026-04-22T01:46:54.117Zslp 41:36.835457197
24172026-04-22T01:46:54.117Zlat 44.378639340
24182026-04-22T01:46:54.118Zstop 5:24.756497840
24192026-04-22T01:46:54.118Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24202026-04-22T01:46:54.996Z Finished `release` profile [optimized] target(s) in 0.86s
24212026-04-22T01:46:55.069Z Running `target/release/omicron-package -t test package`
24222026-04-22T01:46:55.126ZLogging to: /work/oxidecomputer/omicron/out/LOG
24232026-04-22T01:46:56.514Z Compiling regress v0.10.5
24242026-04-22T01:46:56.514Z Compiling heck v0.5.0
24252026-04-22T01:46:56.730Z Compiling unsafe-libyaml v0.2.11
24262026-04-22T01:46:56.750Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24272026-04-22T01:46:56.775Z Compiling unicode-width v0.1.14
24282026-04-22T01:46:56.779Z Compiling is-terminal v0.4.17
24292026-04-22T01:46:56.817Z Compiling prettyplease v0.2.37
24302026-04-22T01:46:56.817Z Compiling bytecount v0.6.9
24312026-04-22T01:46:56.821Z Compiling rustls v0.22.4
24322026-04-22T01:46:56.821Z Compiling rustls-webpki v0.102.8
24332026-04-22T01:46:56.821Z Compiling derive-where v1.6.0
24342026-04-22T01:46:56.857Z Compiling thread_local v1.1.9
24352026-04-22T01:46:56.860Z Compiling match_cfg v0.1.0
24362026-04-22T01:46:56.878Z Compiling multer v3.1.0
24372026-04-22T01:46:56.898Z Compiling slog-async v2.8.0
24382026-04-22T01:46:56.920Z Compiling typify-impl v0.6.1
24392026-04-22T01:46:56.961Z Compiling crossbeam-channel v0.5.15
24402026-04-22T01:46:57.002Z Compiling hostname v0.3.1
24412026-04-22T01:46:57.024Z Compiling slog-json v2.6.1
24422026-04-22T01:46:57.046Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24432026-04-22T01:46:57.050Z Compiling futures-executor v0.3.32
24442026-04-22T01:46:57.103Z Compiling serde_spanned v1.0.4
24452026-04-22T01:46:57.123Z Compiling toml_writer v1.0.6+spec-1.1.0
24462026-04-22T01:46:57.163Z Compiling take_mut v0.2.2
24472026-04-22T01:46:57.185Z Compiling term v1.2.1
24482026-04-22T01:46:57.233Z Compiling serde_yaml v0.9.34+deprecated
24492026-04-22T01:46:57.318Z Compiling futures v0.3.32
24502026-04-22T01:46:57.322Z Compiling slog-bunyan v2.5.0
24512026-04-22T01:46:57.401Z Compiling toml v0.9.12+spec-1.1.0
24522026-04-22T01:46:57.405Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24532026-04-22T01:46:57.453Z Compiling dropshot v0.16.7
24542026-04-22T01:46:57.459Z Compiling async-stream v0.3.6
24552026-04-22T01:46:57.498Z Compiling slog-term v2.9.2
24562026-04-22T01:46:57.519Z Compiling progenitor-client v0.13.0
24572026-04-22T01:46:57.522Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24582026-04-22T01:46:57.583Z Compiling waitgroup v0.1.2
24592026-04-22T01:46:57.664Z Compiling backon v1.6.0
24602026-04-22T01:46:57.697Z Compiling rustls-pemfile v2.2.0
24612026-04-22T01:46:57.742Z Compiling serde_path_to_error v0.1.20
24622026-04-22T01:46:57.763Z Compiling hostname v0.4.2
24632026-04-22T01:46:57.766Z Compiling instant v0.1.13
24642026-04-22T01:46:57.810Z Compiling debug-ignore v1.0.5
24652026-04-22T01:46:57.845Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24662026-04-22T01:46:57.887Z Compiling backoff v0.4.0
24672026-04-22T01:46:57.913Z Compiling progenitor-extras v0.1.1
24682026-04-22T01:46:57.934Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24692026-04-22T01:46:57.937Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24702026-04-22T01:46:57.978Z Compiling parse-display v0.10.0
24712026-04-22T01:46:58.004Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24722026-04-22T01:46:58.060Z Compiling progenitor-client v0.10.0
24732026-04-22T01:46:58.084Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24742026-04-22T01:46:58.108Z Compiling macaddr v1.0.1
24752026-04-22T01:46:58.243Z Compiling num-rational v0.4.2
24762026-04-22T01:46:58.263Z Compiling num-complex v0.4.6
24772026-04-22T01:46:58.356Z Compiling console v0.15.11
24782026-04-22T01:46:58.507Z Compiling slog-dtrace v0.3.0
24792026-04-22T01:46:58.547Z Compiling float-ord v0.3.2
24802026-04-22T01:46:58.592Z Compiling newline-converter v0.3.0
24812026-04-22T01:46:58.685Z Compiling num v0.4.3
24822026-04-22T01:46:58.688Z Compiling atomicwrites v0.4.4
24832026-04-22T01:46:58.752Z Compiling async-recursion v1.1.1
24842026-04-22T01:46:58.794Z Compiling owo-colors v4.3.0
24852026-04-22T01:46:58.814Z Compiling cancel-safe-futures v0.1.5
24862026-04-22T01:46:58.908Z Compiling expectorate v1.2.0
24872026-04-22T01:46:58.929Z Compiling libsw-core v0.3.2
24882026-04-22T01:46:58.983Z Compiling resolv-conf v0.7.6
24892026-04-22T01:46:59.024Z Compiling toml v0.8.23
24902026-04-22T01:46:59.093Z Compiling tokio-rustls v0.25.0
24912026-04-22T01:46:59.154Z Compiling libsw v3.5.0
24922026-04-22T01:46:59.195Z Compiling linear-map v1.2.0
24932026-04-22T01:46:59.273Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24942026-04-22T01:46:59.373Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24952026-04-22T01:46:59.393Z Compiling linked-hash-map v0.5.6
24962026-04-22T01:46:59.448Z Compiling minimal-lexical v0.2.1
24972026-04-22T01:46:59.570Z Compiling unicode-xid v0.2.6
24982026-04-22T01:46:59.609Z Compiling lru-cache v0.1.2
24992026-04-22T01:46:59.633Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25002026-04-22T01:46:59.636Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25012026-04-22T01:46:59.636Z Compiling globset v0.4.18
25022026-04-22T01:46:59.636Z Compiling hickory-proto v0.24.4
25032026-04-22T01:46:59.723Z Compiling nom v7.1.3
25042026-04-22T01:46:59.745Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25052026-04-22T01:46:59.785Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25062026-04-22T01:47:00.159Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25072026-04-22T01:47:00.182Z Compiling convert_case v0.10.0
25082026-04-22T01:47:00.475Z Compiling derive_more-impl v2.1.1
25092026-04-22T01:47:00.883Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25102026-04-22T01:47:01.098Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25112026-04-22T01:47:01.133Z Compiling pin-project-internal v1.1.11
25122026-04-22T01:47:01.286Z Compiling derive_more v2.1.1
25132026-04-22T01:47:01.358Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25142026-04-22T01:47:01.399Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25152026-04-22T01:47:01.564Z Compiling papergrid v0.11.0
25162026-04-22T01:47:01.657Z Compiling typify-macro v0.6.1
25172026-04-22T01:47:02.179Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25182026-04-22T01:47:02.386Z Compiling hickory-resolver v0.24.4
25192026-04-22T01:47:02.499Z Compiling pin-project v1.1.11
25202026-04-22T01:47:02.634Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25212026-04-22T01:47:02.896Z Compiling tabled_derive v0.7.0
25222026-04-22T01:47:03.158Z Compiling typify v0.6.1
25232026-04-22T01:47:03.276Z Compiling progenitor-impl v0.13.0
25242026-04-22T01:47:03.437Z Compiling pem v3.0.6
25252026-04-22T01:47:03.783Z Compiling qorb v0.4.1
25262026-04-22T01:47:03.884Z Compiling snafu-derive v0.8.9
25272026-04-22T01:47:04.160Z Compiling termtree v0.5.1
25282026-04-22T01:47:04.337Z Compiling tabled v0.15.0
25292026-04-22T01:47:04.392Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25302026-04-22T01:47:05.419Z Compiling progenitor-macro v0.13.0
25312026-04-22T01:47:05.527Z Compiling snafu v0.8.9
25322026-04-22T01:47:05.551Z Compiling crossterm v0.29.0
25332026-04-22T01:47:05.649Z Compiling olpc-cjson v0.1.4
25342026-04-22T01:47:05.907Z Compiling phf_shared v0.12.1
25352026-04-22T01:47:06.132Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25362026-04-22T01:47:06.161Z Compiling serde_plain v1.0.2
25372026-04-22T01:47:06.476Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25382026-04-22T01:47:06.660Z Compiling csv-core v0.1.13
25392026-04-22T01:47:07.096Z Compiling vte v0.14.1
25402026-04-22T01:47:07.429Z Compiling highway v1.3.0
25412026-04-22T01:47:07.823Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25422026-04-22T01:47:08.164Z Compiling typed-path v0.9.3
25432026-04-22T01:47:08.287Z Compiling chrono-tz v0.10.4
25442026-04-22T01:47:08.341Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25452026-04-22T01:47:08.452Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25462026-04-22T01:47:08.501Z Compiling strip-ansi-escapes v0.2.1
25472026-04-22T01:47:08.548Z Compiling csv v1.4.0
25482026-04-22T01:47:09.450Z Compiling progenitor v0.13.0
25492026-04-22T01:47:09.528Z Compiling tough v0.20.0
25502026-04-22T01:47:09.635Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25512026-04-22T01:47:09.745Z Compiling phf v0.12.1
25522026-04-22T01:47:09.951Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25532026-04-22T01:47:09.980Z Compiling const_format_proc_macros v0.2.34
25542026-04-22T01:47:10.340Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25552026-04-22T01:47:10.434Z Compiling fd-lock v4.0.4
25562026-04-22T01:47:10.601Z Compiling peg-macros v0.8.5
25572026-04-22T01:47:10.755Z Compiling nu-ansi-term v0.50.3
25582026-04-22T01:47:11.097Z Compiling reedline v0.40.0
25592026-04-22T01:47:11.332Z Compiling const_format v0.2.35
25602026-04-22T01:47:11.869Z Compiling peg v0.8.5
25612026-04-22T01:47:11.973Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25622026-04-22T01:47:12.229Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25632026-04-22T01:47:12.332Z Compiling bcs v0.1.6
25642026-04-22T01:47:12.565Z Compiling semver v0.1.20
25652026-04-22T01:47:12.757Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25662026-04-22T01:47:12.853Z Compiling rustc_version v0.1.7
25672026-04-22T01:47:12.875Z Compiling humantime v2.3.0
25682026-04-22T01:47:13.008Z Compiling smawk v0.3.2
25692026-04-22T01:47:13.080Z Compiling newtype_derive v0.1.6
25702026-04-22T01:47:13.108Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25712026-04-22T01:47:13.196Z Compiling unicode-linebreak v0.1.5
25722026-04-22T01:47:13.335Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25732026-04-22T01:47:13.408Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25742026-04-22T01:47:13.482Z Compiling textwrap v0.16.2
25752026-04-22T01:47:13.515Z Compiling dropshot-api-manager-types v0.6.0
25762026-04-22T01:47:14.125Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25772026-04-22T01:47:14.325Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25782026-04-22T01:47:14.533Z Compiling base64 v0.21.7
25792026-04-22T01:47:14.749Z Compiling steno v0.4.1
25802026-04-22T01:47:15.074Z Compiling tagptr v0.2.0
25812026-04-22T01:47:15.095Z Compiling utf-8 v0.7.6
25822026-04-22T01:47:15.287Z Compiling moka v0.12.13
25832026-04-22T01:47:15.326Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25842026-04-22T01:47:15.358Z Compiling tungstenite v0.21.0
25852026-04-22T01:47:15.500Z Compiling radium v0.7.0
25862026-04-22T01:47:15.822Z Compiling maybe-uninit v2.0.0
25872026-04-22T01:47:16.163Z Compiling tokio-tungstenite v0.21.0
25882026-04-22T01:47:16.549Z Compiling hickory-resolver v0.25.2
25892026-04-22T01:47:16.569Z Compiling tap v1.0.1
25902026-04-22T01:47:16.697Z Compiling zerocopy-derive v0.6.6
25912026-04-22T01:47:16.741Z Compiling wyz v0.5.1
25922026-04-22T01:47:16.920Z Compiling display-error-chain v0.2.2
25932026-04-22T01:47:16.986Z Compiling crc-catalog v2.4.0
25942026-04-22T01:47:17.096Z Compiling packed_struct v0.10.1
25952026-04-22T01:47:17.118Z Compiling funty v2.0.0
25962026-04-22T01:47:17.413Z Compiling crc v3.4.0
25972026-04-22T01:47:17.471Z Compiling zerocopy v0.6.6
25982026-04-22T01:47:17.506Z Compiling bitvec v1.0.1
25992026-04-22T01:47:17.633Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26002026-04-22T01:47:17.657Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26012026-04-22T01:47:18.035Z Compiling packed_struct_codegen v0.10.1
26022026-04-22T01:47:18.072Z Compiling bitfield-macros v0.19.4
26032026-04-22T01:47:18.299Z Compiling indexmap v1.9.3
26042026-04-22T01:47:18.532Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26052026-04-22T01:47:18.760Z Compiling nodrop v0.1.14
26062026-04-22T01:47:18.890Z Compiling array-init v0.0.4
26072026-04-22T01:47:19.054Z Compiling bitfield v0.19.4
26082026-04-22T01:47:19.377Z Compiling smallvec v0.6.14
26092026-04-22T01:47:19.405Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26102026-04-22T01:47:19.644Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26112026-04-22T01:47:20.194Z Compiling num-derive v0.3.3
26122026-04-22T01:47:20.854Z Compiling proc-macro-error-attr2 v2.0.0
26132026-04-22T01:47:21.115Z Compiling hashbrown v0.12.3
26142026-04-22T01:47:21.277Z Compiling proc-macro-error2 v2.0.1
26152026-04-22T01:47:21.339Z Compiling libscf-sys v1.1.0
26162026-04-22T01:47:21.507Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26172026-04-22T01:47:21.591Z Compiling serde-hex v0.1.0
26182026-04-22T01:47:21.615Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26192026-04-22T01:47:21.857Z Compiling ron v0.8.1
26202026-04-22T01:47:22.244Z Compiling typify-impl v0.4.3
26212026-04-22T01:47:22.247Z Compiling hashbrown v0.13.2
26222026-04-22T01:47:22.328Z Compiling vergen-gitcl v1.0.8
26232026-04-22T01:47:22.547Z Compiling dirs-sys-next v0.1.2
26242026-04-22T01:47:22.801Z Compiling glob v0.3.3
26252026-04-22T01:47:22.823Z Compiling maplit v1.0.2
26262026-04-22T01:47:22.871Z Compiling crc-any v2.5.0
26272026-04-22T01:47:22.931Z Compiling diesel_derives v2.3.7
26282026-04-22T01:47:22.951Z Compiling crunchy v0.2.4
26292026-04-22T01:47:23.029Z Compiling object v0.30.4
26302026-04-22T01:47:23.168Z Compiling clang-sys v1.8.1
26312026-04-22T01:47:23.199Z Compiling dirs-next v2.0.0
26322026-04-22T01:47:23.266Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26332026-04-22T01:47:23.331Z Compiling tabled_derive v0.11.0
26342026-04-22T01:47:23.355Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26352026-04-22T01:47:23.378Z Compiling papergrid v0.17.0
26362026-04-22T01:47:23.559Z Compiling testing_table v0.3.0
26372026-04-22T01:47:23.682Z Compiling dsl_auto_type v0.2.0
26382026-04-22T01:47:23.951Z Compiling scheduled-thread-pool v0.2.7
26392026-04-22T01:47:24.018Z Compiling diesel_table_macro_syntax v0.3.0
26402026-04-22T01:47:24.062Z Compiling tiny-keccak v2.0.2
26412026-04-22T01:47:24.237Z Compiling path-slash v0.1.5
26422026-04-22T01:47:24.280Z Compiling r2d2 v0.8.10
26432026-04-22T01:47:24.361Z Compiling term v0.7.0
26442026-04-22T01:47:24.536Z Compiling tabled v0.20.0
26452026-04-22T01:47:24.557Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26462026-04-22T01:47:24.576Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26472026-04-22T01:47:24.807Z Compiling downcast-rs v2.0.2
26482026-04-22T01:47:24.864Z Compiling xshell-macros v0.2.7
26492026-04-22T01:47:24.904Z Compiling bit-vec v0.6.3
26502026-04-22T01:47:25.017Z Compiling ascii-canvas v3.0.0
26512026-04-22T01:47:25.142Z Compiling bit-set v0.5.3
26522026-04-22T01:47:25.261Z Compiling xshell v0.2.7
26532026-04-22T01:47:25.282Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26542026-04-22T01:47:25.306Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26552026-04-22T01:47:25.331Z Compiling itertools v0.10.5
26562026-04-22T01:47:25.544Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26572026-04-22T01:47:25.624Z Compiling typify-macro v0.4.3
26582026-04-22T01:47:25.786Z Compiling ena v0.14.4
26592026-04-22T01:47:26.028Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26602026-04-22T01:47:26.040Z Compiling libloading v0.8.9
26612026-04-22T01:47:26.275Z Compiling bindgen v0.71.1
26622026-04-22T01:47:26.456Z Compiling unicase v2.9.0
26632026-04-22T01:47:26.558Z Compiling diff v0.1.13
26642026-04-22T01:47:26.611Z Compiling regex-syntax v0.6.29
26652026-04-22T01:47:26.868Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26662026-04-22T01:47:27.796Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26672026-04-22T01:47:28.060Z Compiling lalrpop v0.19.12
26682026-04-22T01:47:28.523Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26692026-04-22T01:47:28.924Z Compiling diesel v2.3.7
26702026-04-22T01:47:29.036Z Compiling cexpr v0.6.0
26712026-04-22T01:47:29.124Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26722026-04-22T01:47:29.162Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26732026-04-22T01:47:29.251Z Compiling crc8 v0.1.1
26742026-04-22T01:47:29.370Z Compiling typify v0.4.3
26752026-04-22T01:47:29.391Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-04-22T01:47:29.415Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26772026-04-22T01:47:29.509Z Compiling headers-core v0.3.0
26782026-04-22T01:47:29.671Z Compiling libxml v0.3.3
26792026-04-22T01:47:29.674Z Compiling headers v0.4.1
26802026-04-22T01:47:29.931Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26812026-04-22T01:47:30.006Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26822026-04-22T01:47:30.085Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26832026-04-22T01:47:30.306Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26842026-04-22T01:47:30.778Z Compiling strum_macros v0.24.3
26852026-04-22T01:47:31.221Z Compiling indoc v1.0.9
26862026-04-22T01:47:31.722Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26872026-04-22T01:47:31.926Z Compiling derive_builder v0.20.2
26882026-04-22T01:47:31.948Z Compiling oso-derive v0.27.3
26892026-04-22T01:47:32.107Z Compiling quick-xml v0.37.5
26902026-04-22T01:47:32.128Z Compiling impl-trait-for-tuples v0.2.3
26912026-04-22T01:47:32.149Z Compiling openssl-probe v0.1.6
26922026-04-22T01:47:32.455Z Compiling half v1.8.3
26932026-04-22T01:47:32.493Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26942026-04-22T01:47:32.523Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26952026-04-22T01:47:32.902Z Compiling serde_cbor v0.11.2
26962026-04-22T01:47:33.199Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26972026-04-22T01:47:33.303Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26982026-04-22T01:47:33.385Z Compiling bb8 v0.8.6
26992026-04-22T01:47:33.545Z Compiling trait-variant v0.1.2
27002026-04-22T01:47:33.802Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27012026-04-22T01:47:33.906Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27022026-04-22T01:47:34.099Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27032026-04-22T01:47:34.174Z Compiling samael v0.0.19
27042026-04-22T01:47:34.237Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27052026-04-22T01:47:34.240Z Compiling fxhash v0.2.1
27062026-04-22T01:47:34.448Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27072026-04-22T01:47:34.494Z Compiling progenitor-impl v0.10.0
27082026-04-22T01:47:34.540Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27092026-04-22T01:47:34.569Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27102026-04-22T01:47:34.735Z Compiling kstat-rs v0.2.4
27112026-04-22T01:47:34.798Z Compiling libz-sys v1.1.24
27122026-04-22T01:47:35.202Z Compiling salty v0.3.0
27132026-04-22T01:47:35.225Z Compiling nonempty v0.12.0
27142026-04-22T01:47:35.507Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27152026-04-22T01:47:35.553Z Compiling polar-core v0.27.3
27162026-04-22T01:47:35.885Z Compiling progenitor-impl v0.11.2
27172026-04-22T01:47:35.929Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27182026-04-22T01:47:36.039Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27192026-04-22T01:47:36.651Z Compiling progenitor-macro v0.10.0
27202026-04-22T01:47:37.733Z Compiling darling_core v0.23.0
27212026-04-22T01:47:38.090Z Compiling nanorand v0.7.0
27222026-04-22T01:47:38.317Z Compiling arc-swap v1.8.2
27232026-04-22T01:47:38.465Z Compiling fs-err v2.11.0
27242026-04-22T01:47:38.692Z Compiling parking_lot_core v0.8.6
27252026-04-22T01:47:38.919Z Compiling mime_guess v2.0.5
27262026-04-22T01:47:39.157Z Compiling slog-scope v4.4.1
27272026-04-22T01:47:39.432Z Compiling flume v0.11.1
27282026-04-22T01:47:39.641Z Compiling progenitor-macro v0.11.2
27292026-04-22T01:47:39.837Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27302026-04-22T01:47:39.901Z Compiling darling_macro v0.23.0
27312026-04-22T01:47:40.285Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27322026-04-22T01:47:40.623Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27332026-04-22T01:47:40.729Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27342026-04-22T01:47:41.466Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27352026-04-22T01:47:42.260Z Compiling progenitor v0.10.0
27362026-04-22T01:47:43.691Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27372026-04-22T01:47:43.983Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-04-22T01:47:44.558Z Compiling oso v0.27.3
27392026-04-22T01:47:45.113Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27402026-04-22T01:47:45.155Z Compiling progenitor-client v0.11.2
27412026-04-22T01:47:47.986Z Compiling diesel-dtrace v0.5.0
27422026-04-22T01:47:48.304Z Compiling async-bb8-diesel v0.2.1
27432026-04-22T01:47:48.648Z Compiling git-stub v1.0.0
27442026-04-22T01:47:48.745Z Compiling libgit2-sys v0.18.3+1.9.2
27452026-04-22T01:47:48.927Z Compiling instability v0.3.11
27462026-04-22T01:47:49.086Z Compiling git-stub-vcs v0.1.0
27472026-04-22T01:47:49.224Z Compiling progenitor v0.11.2
27482026-04-22T01:47:49.413Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27492026-04-22T01:47:49.449Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27502026-04-22T01:47:49.510Z Compiling darling v0.23.0
27512026-04-22T01:47:49.661Z Compiling slog-stdlog v4.1.1
27522026-04-22T01:47:50.689Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27532026-04-22T01:47:50.712Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27542026-04-22T01:47:51.036Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27552026-04-22T01:47:51.807Z Compiling ignore v0.4.25
27562026-04-22T01:47:52.735Z Compiling primeorder v0.13.6
27572026-04-22T01:47:53.050Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-04-22T01:47:53.536Z Compiling castaway v0.2.4
27592026-04-22T01:47:53.697Z Compiling atty v0.2.14
27602026-04-22T01:47:53.849Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-04-22T01:47:53.966Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27622026-04-22T01:47:54.084Z Compiling http-range v0.1.5
27632026-04-22T01:47:54.200Z Compiling parse-size v1.1.0
27642026-04-22T01:47:54.422Z Compiling indoc v2.0.7
27652026-04-22T01:47:54.443Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27662026-04-22T01:47:54.560Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27672026-04-22T01:47:54.580Z Compiling compact_str v0.8.1
27682026-04-22T01:47:55.591Z Compiling p384 v0.13.1
27692026-04-22T01:47:55.710Z Compiling globwalk v0.9.1
27702026-04-22T01:47:56.402Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27712026-04-22T01:47:56.512Z Compiling parking_lot v0.11.2
27722026-04-22T01:47:56.776Z Compiling slog-envlogger v2.2.0
27732026-04-22T01:47:57.309Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27742026-04-22T01:47:57.432Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27752026-04-22T01:47:57.587Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27762026-04-22T01:47:57.647Z Compiling predicates-tree v1.0.13
27772026-04-22T01:47:57.737Z Compiling unicode-truncate v1.1.0
27782026-04-22T01:47:57.777Z Compiling lru v0.12.5
27792026-04-22T01:47:57.958Z Compiling rand_seeder v0.4.0
27802026-04-22T01:47:57.980Z Compiling prefix-trie v0.7.0
27812026-04-22T01:47:58.004Z Compiling vergen-git2 v1.0.7
27822026-04-22T01:47:58.026Z Compiling cassowary v0.3.0
27832026-04-22T01:47:58.104Z Compiling compression-core v0.4.31
27842026-04-22T01:47:58.214Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27852026-04-22T01:47:58.268Z Compiling compression-codecs v0.4.37
27862026-04-22T01:47:58.320Z Compiling ratatui v0.29.0
27872026-04-22T01:47:58.423Z Compiling hickory-server v0.25.2
27882026-04-22T01:47:58.680Z Compiling camino-tempfile-ext v0.3.3
27892026-04-22T01:47:58.833Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27902026-04-22T01:47:59.329Z Compiling hyper-staticfile v0.10.1
27912026-04-22T01:47:59.369Z Compiling sled v0.34.7
27922026-04-22T01:47:59.916Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27932026-04-22T01:48:00.569Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27942026-04-22T01:48:00.591Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-04-22T01:48:00.796Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27962026-04-22T01:48:01.417Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27972026-04-22T01:48:01.541Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27982026-04-22T01:48:02.069Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-04-22T01:48:02.270Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28002026-04-22T01:48:02.522Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-04-22T01:48:02.616Z Compiling toml_datetime v1.0.0+spec-1.1.0
28022026-04-22T01:48:03.007Z Compiling dropshot v0.17.0
28032026-04-22T01:48:03.080Z Compiling corncobs v0.1.4
28042026-04-22T01:48:03.246Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28052026-04-22T01:48:03.330Z Compiling rustls v0.21.12
28062026-04-22T01:48:03.510Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28072026-04-22T01:48:03.532Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28082026-04-22T01:48:03.553Z Compiling toml v1.0.6+spec-1.1.0
28092026-04-22T01:48:03.609Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28102026-04-22T01:48:03.944Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28112026-04-22T01:48:04.245Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28122026-04-22T01:48:04.494Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28132026-04-22T01:48:04.667Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28142026-04-22T01:48:04.807Z Compiling async-compression v0.4.41
28152026-04-22T01:48:05.314Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28162026-04-22T01:48:06.829Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28172026-04-22T01:48:07.308Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28182026-04-22T01:48:07.724Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28192026-04-22T01:48:07.811Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28202026-04-22T01:48:07.955Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28212026-04-22T01:48:08.039Z Compiling sct v0.7.1
28222026-04-22T01:48:08.185Z Compiling rustls-webpki v0.101.7
28232026-04-22T01:48:08.312Z Compiling nix v0.29.0
28242026-04-22T01:48:08.407Z Compiling secrecy v0.8.0
28252026-04-22T01:48:08.600Z Compiling dropshot_endpoint v0.17.0
28262026-04-22T01:48:08.708Z Compiling void v1.0.2
28272026-04-22T01:48:08.855Z Compiling lzss v0.8.2
28282026-04-22T01:48:09.525Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28292026-04-22T01:48:09.923Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28302026-04-22T01:48:10.239Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28312026-04-22T01:48:10.810Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28322026-04-22T01:48:11.163Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28332026-04-22T01:48:11.893Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28342026-04-22T01:48:12.308Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28352026-04-22T01:48:12.550Z Compiling tungstenite v0.23.0
28362026-04-22T01:48:12.748Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28372026-04-22T01:48:12.784Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28382026-04-22T01:48:12.980Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28392026-04-22T01:48:13.010Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28402026-04-22T01:48:13.212Z Compiling nix v0.27.1
28412026-04-22T01:48:13.234Z Compiling serde_bytes v0.11.19
28422026-04-22T01:48:13.287Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28432026-04-22T01:48:13.563Z Compiling tokio-tungstenite v0.23.1
28442026-04-22T01:48:13.936Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28452026-04-22T01:48:14.266Z Compiling git2 v0.20.4
28462026-04-22T01:48:14.472Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28472026-04-22T01:48:14.643Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28482026-04-22T01:48:14.874Z Compiling tokio-rustls v0.24.1
28492026-04-22T01:48:15.182Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28502026-04-22T01:48:17.159Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-04-22T01:48:17.282Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28522026-04-22T01:48:19.665Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28532026-04-22T01:48:19.956Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28542026-04-22T01:48:20.187Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28552026-04-22T01:48:20.373Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28562026-04-22T01:48:20.473Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28572026-04-22T01:48:22.310Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28582026-04-22T01:48:22.334Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28592026-04-22T01:48:22.938Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28602026-04-22T01:48:23.882Z Compiling rustls-pemfile v1.0.4
28612026-04-22T01:48:24.344Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28622026-04-22T01:48:25.039Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28632026-04-22T01:48:25.064Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28642026-04-22T01:48:25.470Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28652026-04-22T01:48:27.195Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28662026-04-22T01:48:27.218Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28672026-04-22T01:48:27.330Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28682026-04-22T01:48:27.787Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28692026-04-22T01:48:28.012Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28702026-04-22T01:48:28.173Z Compiling signal-hook-tokio v0.3.1
28712026-04-22T01:48:28.277Z Compiling twox-hash v2.1.2
28722026-04-22T01:48:28.366Z Compiling yasna v0.5.2
28732026-04-22T01:48:28.588Z Compiling is_ci v1.2.0
28742026-04-22T01:48:28.800Z Compiling supports-color v3.0.2
28752026-04-22T01:48:28.856Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28762026-04-22T01:48:28.907Z Compiling rcgen v0.12.1
28772026-04-22T01:48:29.089Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28782026-04-22T01:48:29.317Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28792026-04-22T01:48:29.889Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28802026-04-22T01:48:30.463Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28812026-04-22T01:48:31.079Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28822026-04-22T01:48:32.527Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28832026-04-22T01:48:32.683Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28842026-04-22T01:48:33.366Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28852026-04-22T01:48:33.550Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28862026-04-22T01:48:33.846Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28872026-04-22T01:48:34.080Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28882026-04-22T01:48:34.357Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28892026-04-22T01:48:34.569Z Compiling fatfs v0.3.6
28902026-04-22T01:48:34.592Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28912026-04-22T01:48:35.321Z Compiling subprocess v0.2.15
28922026-04-22T01:48:35.781Z Compiling rtoolbox v0.0.3
28932026-04-22T01:48:36.062Z Compiling assert_matches v1.5.0
28942026-04-22T01:48:36.177Z Compiling seq-macro v0.3.6
28952026-04-22T01:48:36.232Z Compiling rpassword v7.4.0
28962026-04-22T01:48:36.553Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28972026-04-22T01:48:36.735Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28982026-04-22T01:48:37.444Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28992026-04-22T01:48:37.516Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29002026-04-22T01:48:37.650Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29012026-04-22T01:48:38.214Z Compiling tui-tree-widget v0.23.1
29022026-04-22T01:48:38.510Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29032026-04-22T01:48:40.023Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29042026-04-22T01:48:40.185Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29052026-04-22T01:48:40.588Z Compiling uzers v0.12.2
29062026-04-22T01:48:40.610Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29072026-04-22T01:48:41.592Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29082026-04-22T01:48:42.610Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29092026-04-22T01:48:42.940Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29102026-04-22T01:48:45.276Z Compiling support-bundle-viewer v0.1.2
29112026-04-22T01:48:46.249Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29122026-04-22T01:48:47.162Z Compiling multimap v0.10.1
29132026-04-22T01:48:58.476Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29142026-04-22T01:49:05.940Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29152026-04-22T01:49:07.289Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29162026-04-22T01:49:08.794Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29172026-04-22T01:54:05.160Z Finished `release` profile [optimized] target(s) in 7m 09s
29182026-04-22T01:54:49.037Z
29192026-04-22T01:54:49.037Zreal 7:54.835517419
29202026-04-22T01:54:49.037Zuser 1:16:29.525219953
29212026-04-22T01:54:49.040Zsys 3:21.259886160
29222026-04-22T01:54:49.040Ztrap 1.722798053
29232026-04-22T01:54:49.040Ztflt 2.234795751
29242026-04-22T01:54:49.040Zdflt 16.811907526
29252026-04-22T01:54:49.040Zkflt 0.094413455
29262026-04-22T01:54:49.040Zlock 6:11:18.226423430
29272026-04-22T01:54:49.041Zslp 2:08:24.438240506
29282026-04-22T01:54:49.041Zlat 2:22.544831014
29292026-04-22T01:54:49.041Zstop 5:09.847454511
29302026-04-22T01:54:49.041Z+ mapfile -t packages
29312026-04-22T01:54:49.041Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29322026-04-22T01:54:49.984Z Finished `release` profile [optimized] target(s) in 0.93s
29332026-04-22T01:54:50.053Z Running `target/release/omicron-package -t test list-outputs`
29342026-04-22T01:54:50.102ZLogging to: /work/oxidecomputer/omicron/out/LOG
29352026-04-22T01:54:50.105Z+ ptime -m cargo build --locked --release -p xtask
29362026-04-22T01:54:50.630Z Compiling libc v0.2.185
29372026-04-22T01:54:50.630Z Compiling serde v1.0.228
29382026-04-22T01:54:50.633Z Compiling serde_core v1.0.228
29392026-04-22T01:54:50.633Z Compiling rustix v1.1.3
29402026-04-22T01:54:50.723Z Compiling bitflags v2.11.0
29412026-04-22T01:54:50.735Z Compiling serde_json v1.0.149
29422026-04-22T01:54:50.768Z Compiling num-traits v0.2.19
29432026-04-22T01:54:50.771Z Compiling syn v2.0.117
29442026-04-22T01:54:50.789Z Compiling hashbrown v0.16.1
29452026-04-22T01:54:50.789Z Compiling smallvec v1.15.1
29462026-04-22T01:54:50.799Z Compiling usdt-impl v0.5.0
29472026-04-22T01:54:50.827Z Compiling syn v1.0.109
29482026-04-22T01:54:50.838Z Compiling getrandom v0.4.1
29492026-04-22T01:54:50.849Z Compiling log v0.4.29
29502026-04-22T01:54:50.992Z Compiling percent-encoding v2.3.2
29512026-04-22T01:54:51.133Z Compiling form_urlencoded v1.2.2
29522026-04-22T01:54:51.150Z Compiling fs-err v3.3.0
29532026-04-22T01:54:51.205Z Compiling anyhow v1.0.102
29542026-04-22T01:54:51.227Z Compiling heck v0.4.1
29552026-04-22T01:54:51.269Z Compiling once_cell v1.21.3
29562026-04-22T01:54:51.371Z Compiling indexmap v2.13.0
29572026-04-22T01:54:51.433Z Compiling errno v0.3.14
29582026-04-22T01:54:51.466Z Compiling thread-id v4.2.2
29592026-04-22T01:54:51.487Z Compiling memmap v0.7.0
29602026-04-22T01:54:51.775Z Compiling ordered-float v2.10.1
29612026-04-22T01:54:52.358Z Compiling proc-macro-error v1.0.4
29622026-04-22T01:54:52.416Z Compiling terminal_size v0.4.3
29632026-04-22T01:54:52.416Z Compiling tempfile v3.25.0
29642026-04-22T01:54:52.516Z Compiling clap_builder v4.5.60
29652026-04-22T01:54:52.516Z Compiling textwrap v0.16.2
29662026-04-22T01:54:52.612Z Compiling tabled_derive v0.7.0
29672026-04-22T01:54:52.654Z Compiling camino-tempfile v1.4.1
29682026-04-22T01:54:53.279Z Compiling synstructure v0.13.2
29692026-04-22T01:54:53.282Z Compiling pest_generator v2.8.6
29702026-04-22T01:54:53.283Z Compiling tabled v0.15.0
29712026-04-22T01:54:53.675Z Compiling serde_derive v1.0.228
29722026-04-22T01:54:53.675Z Compiling zerofrom-derive v0.1.6
29732026-04-22T01:54:53.678Z Compiling yoke-derive v0.8.1
29742026-04-22T01:54:53.678Z Compiling zerovec-derive v0.11.2
29752026-04-22T01:54:53.678Z Compiling displaydoc v0.2.5
29762026-04-22T01:54:53.678Z Compiling thiserror-impl v1.0.69
29772026-04-22T01:54:53.678Z Compiling zerocopy-derive v0.7.35
29782026-04-22T01:54:53.678Z Compiling scroll_derive v0.12.1
29792026-04-22T01:54:53.678Z Compiling thiserror-impl v2.0.18
29802026-04-22T01:54:53.678Z Compiling clap_derive v4.5.55
29812026-04-22T01:54:53.818Z Compiling pest_derive v2.8.6
29822026-04-22T01:54:54.405Z Compiling scroll v0.12.0
29832026-04-22T01:54:54.518Z Compiling zerocopy v0.7.35
29842026-04-22T01:54:54.735Z Compiling goblin v0.8.2
29852026-04-22T01:54:54.838Z Compiling zerofrom v0.1.6
29862026-04-22T01:54:54.848Z Compiling thiserror v1.0.69
29872026-04-22T01:54:54.880Z Compiling thiserror v2.0.18
29882026-04-22T01:54:54.960Z Compiling yoke v0.8.1
29892026-04-22T01:54:54.972Z Compiling dtrace-parser v0.2.0
29902026-04-22T01:54:55.177Z Compiling zerovec v0.11.5
29912026-04-22T01:54:55.276Z Compiling zerotrie v0.2.3
29922026-04-22T01:54:55.299Z Compiling clap v4.5.60
29932026-04-22T01:54:55.728Z Compiling tinystr v0.8.2
29942026-04-22T01:54:55.787Z Compiling potential_utf v0.1.4
29952026-04-22T01:54:55.972Z Compiling icu_locale_core v2.1.1
29962026-04-22T01:54:55.995Z Compiling icu_collections v2.1.1
29972026-04-22T01:54:56.788Z Compiling icu_provider v2.1.1
29982026-04-22T01:54:56.959Z Compiling toml_datetime v0.6.11
29992026-04-22T01:54:57.126Z Compiling icu_properties v2.1.2
30002026-04-22T01:54:57.232Z Compiling icu_normalizer v2.1.1
30012026-04-22T01:54:57.353Z Compiling serde_spanned v0.6.9
30022026-04-22T01:54:57.435Z Compiling dof v0.3.0
30032026-04-22T01:54:57.447Z Compiling serde_tokenstream v0.2.3
30042026-04-22T01:54:57.530Z Compiling toml_edit v0.22.27
30052026-04-22T01:54:57.715Z Compiling serde-value v0.7.0
30062026-04-22T01:54:57.731Z Compiling cargo-platform v0.2.0
30072026-04-22T01:54:57.749Z Compiling macaddr v1.0.1
30082026-04-22T01:54:58.048Z Compiling idna_adapter v1.2.1
30092026-04-22T01:54:58.176Z Compiling idna v1.1.0
30102026-04-22T01:54:58.252Z Compiling usdt-attr-macro v0.5.0
30112026-04-22T01:54:58.275Z Compiling usdt-macro v0.5.0
30122026-04-22T01:54:58.520Z Compiling url v2.5.8
30132026-04-22T01:54:58.905Z Compiling usdt v0.5.0
30142026-04-22T01:54:59.084Z Compiling toml v0.8.23
30152026-04-22T01:54:59.523Z Compiling cargo-util-schemas v0.8.2
30162026-04-22T01:54:59.523Z Compiling cargo_toml v0.21.0
30172026-04-22T01:55:00.526Z Compiling cargo_metadata v0.21.0
30182026-04-22T01:55:03.619Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30192026-04-22T01:55:06.607Z Finished `release` profile [optimized] target(s) in 16.48s
30202026-04-22T01:55:06.760Z
30212026-04-22T01:55:06.761Zreal 16.620719731
30222026-04-22T01:55:06.761Zuser 2:22.237940503
30232026-04-22T01:55:06.761Zsys 16.482970863
30242026-04-22T01:55:06.761Ztrap 0.100691560
30252026-04-22T01:55:06.761Ztflt 0.538339251
30262026-04-22T01:55:06.761Zdflt 1.521412067
30272026-04-22T01:55:06.761Zkflt 0.000025184
30282026-04-22T01:55:06.761Zlock 5:25.613563553
30292026-04-22T01:55:06.764Zslp 3:28.692000441
30302026-04-22T01:55:06.764Zlat 5.845913661
30312026-04-22T01:55:06.764Zstop 19.357418629
30322026-04-22T01:55:06.764Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30332026-04-22T01:55:06.764Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30342026-04-22T01:55:06.764Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30352026-04-22T01:55:06.764Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30362026-04-22T01:55:06.764Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30372026-04-22T01:55:07.693Z Compiling regress v0.10.5
30382026-04-22T01:55:07.696Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30392026-04-22T01:55:07.696Z Compiling newtype-uuid-macros v0.1.0
30402026-04-22T01:55:07.696Z Compiling rustls v0.22.4
30412026-04-22T01:55:07.840Z Compiling progenitor-client v0.13.0
30422026-04-22T01:55:07.855Z Compiling rustls-webpki v0.102.8
30432026-04-22T01:55:07.858Z Compiling structmeta-derive v0.3.0
30442026-04-22T01:55:07.858Z Compiling serde_spanned v1.0.4
30452026-04-22T01:55:07.858Z Compiling multer v3.1.0
30462026-04-22T01:55:07.870Z Compiling debug-ignore v1.0.5
30472026-04-22T01:55:07.872Z Compiling match_cfg v0.1.0
30482026-04-22T01:55:07.976Z Compiling toml_writer v1.0.6+spec-1.1.0
30492026-04-22T01:55:07.992Z Compiling slog-json v2.6.1
30502026-04-22T01:55:07.995Z Compiling async-stream-impl v0.3.6
30512026-04-22T01:55:08.005Z Compiling hostname v0.3.1
30522026-04-22T01:55:08.020Z Compiling waitgroup v0.1.2
30532026-04-22T01:55:08.052Z Compiling rustls-pemfile v2.2.0
30542026-04-22T01:55:08.054Z Compiling hostname v0.4.2
30552026-04-22T01:55:08.100Z Compiling serde_path_to_error v0.1.20
30562026-04-22T01:55:08.178Z Compiling slog-bunyan v2.5.0
30572026-04-22T01:55:08.194Z Compiling itertools v0.14.0
30582026-04-22T01:55:08.210Z Compiling dropshot v0.16.7
30592026-04-22T01:55:08.229Z Compiling toml v0.9.12+spec-1.1.0
30602026-04-22T01:55:08.229Z Compiling dropshot_endpoint v0.16.7
30612026-04-22T01:55:08.232Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30622026-04-22T01:55:08.245Z Compiling macaddr v1.0.1
30632026-04-22T01:55:08.309Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30642026-04-22T01:55:08.359Z Compiling instant v0.1.13
30652026-04-22T01:55:08.506Z Compiling progenitor-client v0.10.0
30662026-04-22T01:55:08.509Z Compiling backon v1.6.0
30672026-04-22T01:55:08.539Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30682026-04-22T01:55:08.542Z Compiling backoff v0.4.0
30692026-04-22T01:55:08.557Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30702026-04-22T01:55:08.635Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30712026-04-22T01:55:08.674Z Compiling async-stream v0.3.6
30722026-04-22T01:55:08.750Z Compiling progenitor-extras v0.1.1
30732026-04-22T01:55:08.750Z Compiling universal-hash v0.5.1
30742026-04-22T01:55:08.782Z Compiling opaque-debug v0.3.1
30752026-04-22T01:55:08.797Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30762026-04-22T01:55:08.816Z Compiling half v2.7.1
30772026-04-22T01:55:08.836Z Compiling ciborium-io v0.2.2
30782026-04-22T01:55:08.871Z Compiling crucible-workspace-hack v0.1.0
30792026-04-22T01:55:08.887Z Compiling convert_case v0.4.0
30802026-04-22T01:55:08.925Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30812026-04-22T01:55:08.953Z Compiling aead v0.5.2
30822026-04-22T01:55:08.966Z Compiling secrecy v0.10.3
30832026-04-22T01:55:08.983Z Compiling unsafe-libyaml v0.2.11
30842026-04-22T01:55:09.002Z Compiling structmeta v0.3.0
30852026-04-22T01:55:09.029Z Compiling poly1305 v0.8.0
30862026-04-22T01:55:09.090Z Compiling ciborium-ll v0.2.2
30872026-04-22T01:55:09.158Z Compiling chacha20 v0.9.1
30882026-04-22T01:55:09.176Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30892026-04-22T01:55:09.208Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30902026-04-22T01:55:09.234Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30912026-04-22T01:55:09.250Z Compiling derive-ex v0.1.8
30922026-04-22T01:55:09.267Z Compiling parse-display-derive v0.10.0
30932026-04-22T01:55:09.284Z Compiling derive_more v0.99.20
30942026-04-22T01:55:09.333Z Compiling ciborium v0.2.2
30952026-04-22T01:55:09.447Z Compiling typify-impl v0.6.1
30962026-04-22T01:55:09.497Z Compiling thiserror-impl-no-std v2.0.2
30972026-04-22T01:55:09.513Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30982026-04-22T01:55:09.556Z Compiling serde_yaml v0.9.34+deprecated
30992026-04-22T01:55:09.580Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31002026-04-22T01:55:09.597Z Compiling byte-wrapper v0.1.0
31012026-04-22T01:55:09.723Z Compiling password-hash v0.5.0
31022026-04-22T01:55:09.760Z Compiling blake2 v0.10.6
31032026-04-22T01:55:09.817Z Compiling chacha20poly1305 v0.10.1
31042026-04-22T01:55:09.935Z Compiling indent_write v2.2.0
31052026-04-22T01:55:09.965Z Compiling heapless v0.8.0
31062026-04-22T01:55:09.990Z Compiling ingot-macros v0.1.1
31072026-04-22T01:55:10.080Z Compiling argon2 v0.5.3
31082026-04-22T01:55:10.097Z Compiling toml_edit v0.23.10+spec-1.0.0
31092026-04-22T01:55:10.166Z Compiling hash32 v0.3.1
31102026-04-22T01:55:10.287Z Compiling tokio-rustls v0.25.0
31112026-04-22T01:55:10.366Z Compiling smoltcp v0.11.0
31122026-04-22T01:55:10.562Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31132026-04-22T01:55:10.731Z Compiling thiserror-no-std v2.0.2
31142026-04-22T01:55:10.747Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31152026-04-22T01:55:10.844Z Compiling vsss-rs v3.3.4
31162026-04-22T01:55:10.885Z Compiling proc-macro-crate v3.4.0
31172026-04-22T01:55:11.026Z Compiling test-strategy v0.4.5
31182026-04-22T01:55:11.042Z Compiling tabwriter v1.4.1
31192026-04-22T01:55:11.066Z Compiling parse-display v0.10.0
31202026-04-22T01:55:11.082Z Compiling cobs v0.3.0
31212026-04-22T01:55:11.214Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31222026-04-22T01:55:11.305Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31232026-04-22T01:55:11.331Z Compiling postcard v1.1.3
31242026-04-22T01:55:11.331Z Compiling proc-macro-error v1.0.4
31252026-04-22T01:55:11.411Z Compiling proc-macro-crate v1.3.1
31262026-04-22T01:55:11.437Z Compiling num-rational v0.4.2
31272026-04-22T01:55:11.468Z Compiling num_enum_derive v0.7.5
31282026-04-22T01:55:11.517Z Compiling num-complex v0.4.6
31292026-04-22T01:55:11.698Z Compiling foreign-types-macros v0.2.3
31302026-04-22T01:55:11.714Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31312026-04-22T01:55:11.867Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31322026-04-22T01:55:11.885Z Compiling cpufeatures v0.3.0
31332026-04-22T01:55:11.902Z Compiling colored v3.1.1
31342026-04-22T01:55:11.946Z Compiling foreign-types-shared v0.3.1
31352026-04-22T01:55:11.949Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31362026-04-22T01:55:11.985Z Compiling rayon-core v1.13.0
31372026-04-22T01:55:12.042Z Compiling chacha20 v0.10.0
31382026-04-22T01:55:12.065Z Compiling num v0.4.3
31392026-04-22T01:55:12.068Z Compiling num_enum_derive v0.5.11
31402026-04-22T01:55:12.174Z Compiling crossbeam-deque v0.8.6
31412026-04-22T01:55:12.223Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31422026-04-22T01:55:12.290Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31432026-04-22T01:55:12.308Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31442026-04-22T01:55:12.308Z Compiling cstr-argument v0.1.2
31452026-04-22T01:55:12.348Z Compiling foreign-types v0.5.0
31462026-04-22T01:55:12.396Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31472026-04-22T01:55:12.411Z Compiling float-ord v0.3.2
31482026-04-22T01:55:12.487Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31492026-04-22T01:55:12.504Z Compiling rand v0.10.0
31502026-04-22T01:55:12.557Z Compiling toml v0.8.23
31512026-04-22T01:55:12.628Z Compiling num_enum v0.7.5
31522026-04-22T01:55:12.646Z Compiling camino-tempfile v1.4.1
31532026-04-22T01:55:12.663Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31542026-04-22T01:55:12.767Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31552026-04-22T01:55:12.784Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31562026-04-22T01:55:12.784Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31572026-04-22T01:55:12.817Z Compiling zone_cfg_derive v0.3.1
31582026-04-22T01:55:12.915Z Compiling rayon v1.11.0
31592026-04-22T01:55:12.917Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31602026-04-22T01:55:12.973Z Compiling ingot-types v0.1.2
31612026-04-22T01:55:13.019Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31622026-04-22T01:55:13.082Z Compiling itertools v0.12.1
31632026-04-22T01:55:13.167Z Compiling num-derive v0.4.2
31642026-04-22T01:55:13.184Z Compiling sigpipe v0.1.3
31652026-04-22T01:55:13.203Z Compiling num_enum v0.5.11
31662026-04-22T01:55:13.218Z Compiling glob v0.3.3
31672026-04-22T01:55:13.254Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31682026-04-22T01:55:13.270Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31692026-04-22T01:55:13.299Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31702026-04-22T01:55:13.339Z Compiling smf v0.2.3
31712026-04-22T01:55:13.377Z Compiling ingot v0.1.1
31722026-04-22T01:55:13.429Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31732026-04-22T01:55:13.458Z Compiling whoami v1.6.1
31742026-04-22T01:55:13.517Z Compiling prettyplease v0.2.37
31752026-04-22T01:55:13.546Z Compiling gethostname v0.5.0
31762026-04-22T01:55:13.640Z Compiling usdt-macro v0.5.0
31772026-04-22T01:55:13.640Z Compiling usdt-attr-macro v0.5.0
31782026-04-22T01:55:13.693Z Compiling memmap v0.7.0
31792026-04-22T01:55:13.781Z Compiling atomicwrites v0.4.4
31802026-04-22T01:55:13.795Z Compiling derive-where v1.6.0
31812026-04-22T01:55:13.895Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31822026-04-22T01:55:13.912Z Compiling owo-colors v4.3.0
31832026-04-22T01:55:14.002Z Compiling cancel-safe-futures v0.1.5
31842026-04-22T01:55:14.055Z Compiling resolv-conf v0.7.6
31852026-04-22T01:55:14.104Z Compiling typify-macro v0.6.1
31862026-04-22T01:55:14.150Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31872026-04-22T01:55:14.247Z Compiling zone v0.3.1
31882026-04-22T01:55:14.345Z Compiling libsw-core v0.3.2
31892026-04-22T01:55:14.363Z Compiling async-recursion v1.1.1
31902026-04-22T01:55:14.497Z Compiling usdt v0.5.0
31912026-04-22T01:55:14.538Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31922026-04-22T01:55:14.569Z Compiling libsw v3.5.0
31932026-04-22T01:55:14.711Z Compiling libefi-sys v0.1.0
31942026-04-22T01:55:14.730Z Compiling linear-map v1.2.0
31952026-04-22T01:55:14.762Z Compiling console v0.15.11
31962026-04-22T01:55:14.781Z Compiling hickory-proto v0.24.4
31972026-04-22T01:55:14.798Z Compiling newline-converter v0.3.0
31982026-04-22T01:55:14.946Z Compiling bitfield-struct v0.6.2
31992026-04-22T01:55:14.962Z Compiling linked-hash-map v0.5.6
32002026-04-22T01:55:14.965Z Compiling semver v0.1.20
32012026-04-22T01:55:14.965Z Compiling tokio-dtrace v0.1.1
32022026-04-22T01:55:15.073Z Compiling dropshot-api-manager-types v0.6.0
32032026-04-22T01:55:15.146Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32042026-04-22T01:55:15.179Z Compiling lru-cache v0.1.2
32052026-04-22T01:55:15.196Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32062026-04-22T01:55:15.213Z Compiling rustc_version v0.1.7
32072026-04-22T01:55:15.216Z Compiling expectorate v1.2.0
32082026-04-22T01:55:15.295Z Compiling pin-project-internal v1.1.11
32092026-04-22T01:55:15.312Z Compiling slog-dtrace v0.3.0
32102026-04-22T01:55:15.331Z Compiling minimal-lexical v0.2.1
32112026-04-22T01:55:15.348Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-04-22T01:55:15.374Z Compiling oxide-tokio-rt v0.1.4
32132026-04-22T01:55:15.416Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32142026-04-22T01:55:15.432Z Compiling typify-impl v0.4.3
32152026-04-22T01:55:15.451Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32162026-04-22T01:55:15.476Z Compiling newtype_derive v0.1.6
32172026-04-22T01:55:15.603Z Compiling nom v7.1.3
32182026-04-22T01:55:15.624Z Compiling phf_shared v0.12.1
32192026-04-22T01:55:15.653Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32202026-04-22T01:55:15.653Z Compiling pem v3.0.6
32212026-04-22T01:55:15.702Z Compiling snafu-derive v0.8.9
32222026-04-22T01:55:15.705Z Compiling csv-core v0.1.13
32232026-04-22T01:55:15.832Z Compiling same-file v1.0.6
32242026-04-22T01:55:15.941Z Compiling typify v0.6.1
32252026-04-22T01:55:15.990Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32262026-04-22T01:55:16.006Z Compiling xshell-macros v0.2.7
32272026-04-22T01:55:16.041Z Compiling progenitor-impl v0.13.0
32282026-04-22T01:55:16.044Z Compiling highway v1.3.0
32292026-04-22T01:55:16.059Z Compiling chrono-tz v0.10.4
32302026-04-22T01:55:16.092Z Compiling const_format_proc_macros v0.2.34
32312026-04-22T01:55:16.369Z Compiling walkdir v2.5.0
32322026-04-22T01:55:16.385Z Compiling csv v1.4.0
32332026-04-22T01:55:16.427Z Compiling phf v0.12.1
32342026-04-22T01:55:16.478Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32352026-04-22T01:55:16.495Z Compiling pin-project v1.1.11
32362026-04-22T01:55:16.530Z Compiling xshell v0.2.7
32372026-04-22T01:55:16.636Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32382026-04-22T01:55:16.666Z Compiling globset v0.4.18
32392026-04-22T01:55:16.725Z Compiling olpc-cjson v0.1.4
32402026-04-22T01:55:16.879Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32412026-04-22T01:55:16.925Z Compiling primeorder v0.13.6
32422026-04-22T01:55:16.962Z Compiling hickory-resolver v0.24.4
32432026-04-22T01:55:16.979Z Compiling serde_plain v1.0.2
32442026-04-22T01:55:16.996Z Compiling typed-path v0.9.3
32452026-04-22T01:55:17.047Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32462026-04-22T01:55:17.086Z Compiling const_format v0.2.35
32472026-04-22T01:55:17.214Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32482026-04-22T01:55:17.331Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32492026-04-22T01:55:17.397Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32502026-04-22T01:55:17.446Z Compiling tabled_derive v0.7.0
32512026-04-22T01:55:17.592Z Compiling bcs v0.1.6
32522026-04-22T01:55:17.761Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32532026-04-22T01:55:17.891Z Compiling snafu v0.8.9
32542026-04-22T01:55:17.943Z Compiling salty v0.3.0
32552026-04-22T01:55:17.959Z Compiling radium v0.7.0
32562026-04-22T01:55:18.081Z Compiling qorb v0.4.1
32572026-04-22T01:55:18.099Z Compiling termtree v0.5.1
32582026-04-22T01:55:18.213Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32592026-04-22T01:55:18.267Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32602026-04-22T01:55:18.283Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32612026-04-22T01:55:18.302Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32622026-04-22T01:55:18.316Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32632026-04-22T01:55:18.486Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32642026-04-22T01:55:18.629Z Compiling tough v0.20.0
32652026-04-22T01:55:18.754Z Compiling tabled v0.15.0
32662026-04-22T01:55:18.795Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32672026-04-22T01:55:18.837Z Compiling progenitor-macro v0.13.0
32682026-04-22T01:55:18.902Z Compiling textwrap v0.16.2
32692026-04-22T01:55:18.921Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32702026-04-22T01:55:18.924Z Compiling steno v0.4.1
32712026-04-22T01:55:19.166Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32722026-04-22T01:55:19.246Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32732026-04-22T01:55:19.295Z Compiling base64 v0.21.7
32742026-04-22T01:55:19.415Z Compiling tap v1.0.1
32752026-04-22T01:55:19.432Z Compiling maybe-uninit v2.0.0
32762026-04-22T01:55:19.556Z Compiling humantime v2.3.0
32772026-04-22T01:55:19.655Z Compiling tagptr v0.2.0
32782026-04-22T01:55:19.735Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32792026-04-22T01:55:19.835Z Compiling moka v0.12.13
32802026-04-22T01:55:19.921Z Compiling wyz v0.5.1
32812026-04-22T01:55:20.056Z Compiling typify-macro v0.4.3
32822026-04-22T01:55:20.208Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32832026-04-22T01:55:20.240Z Compiling p384 v0.13.1
32842026-04-22T01:55:20.280Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32852026-04-22T01:55:20.360Z Compiling packed_struct v0.10.1
32862026-04-22T01:55:20.381Z Compiling funty v2.0.0
32872026-04-22T01:55:20.439Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32882026-04-22T01:55:20.637Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32892026-04-22T01:55:20.653Z Compiling parking_lot_core v0.8.6
32902026-04-22T01:55:20.804Z Compiling bitvec v1.0.1
32912026-04-22T01:55:20.845Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32922026-04-22T01:55:20.962Z Compiling hickory-resolver v0.25.2
32932026-04-22T01:55:21.100Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32942026-04-22T01:55:21.148Z Compiling polyval v0.6.2
32952026-04-22T01:55:21.460Z Compiling git-stub v1.0.0
32962026-04-22T01:55:21.500Z Compiling packed_struct_codegen v0.10.1
32972026-04-22T01:55:21.518Z Compiling zerocopy-derive v0.6.6
32982026-04-22T01:55:21.535Z Compiling bitfield-macros v0.19.4
32992026-04-22T01:55:21.761Z Compiling proc-macro-error-attr2 v2.0.0
33002026-04-22T01:55:21.915Z Compiling typify v0.4.3
33012026-04-22T01:55:21.960Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33022026-04-22T01:55:22.060Z Compiling indexmap v1.9.3
33032026-04-22T01:55:22.076Z Compiling utf-8 v0.7.6
33042026-04-22T01:55:22.132Z Compiling crc-catalog v2.4.0
33052026-04-22T01:55:22.196Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33062026-04-22T01:55:22.260Z Compiling nodrop v0.1.14
33072026-04-22T01:55:22.294Z Compiling crc v3.4.0
33082026-04-22T01:55:22.329Z Compiling bitfield v0.19.4
33092026-04-22T01:55:22.347Z Compiling tungstenite v0.21.0
33102026-04-22T01:55:22.365Z Compiling array-init v0.0.4
33112026-04-22T01:55:22.387Z Compiling proc-macro-error2 v2.0.1
33122026-04-22T01:55:22.406Z Compiling git-stub-vcs v0.1.0
33132026-04-22T01:55:22.446Z Compiling zerocopy v0.6.6
33142026-04-22T01:55:22.466Z Compiling ghash v0.5.1
33152026-04-22T01:55:22.536Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33162026-04-22T01:55:22.632Z Compiling smallvec v0.6.14
33172026-04-22T01:55:22.680Z Compiling ctr v0.9.2
33182026-04-22T01:55:22.739Z Compiling num-derive v0.3.3
33192026-04-22T01:55:22.755Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33202026-04-22T01:55:22.805Z Compiling unicase v2.9.0
33212026-04-22T01:55:22.819Z Compiling compression-core v0.4.31
33222026-04-22T01:55:22.876Z Compiling hashbrown v0.12.3
33232026-04-22T01:55:22.908Z Compiling parking_lot v0.11.2
33242026-04-22T01:55:22.925Z Compiling tokio-tungstenite v0.21.0
33252026-04-22T01:55:23.005Z Compiling compression-codecs v0.4.37
33262026-04-22T01:55:23.022Z Compiling aes-gcm v0.10.3
33272026-04-22T01:55:23.037Z Compiling serde-hex v0.1.0
33282026-04-22T01:55:23.053Z Compiling mime_guess v2.0.5
33292026-04-22T01:55:23.243Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33302026-04-22T01:55:23.259Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33312026-04-22T01:55:23.279Z Compiling tabled_derive v0.11.0
33322026-04-22T01:55:23.382Z Compiling progenitor-impl v0.10.0
33332026-04-22T01:55:23.480Z Compiling progenitor-impl v0.11.2
33342026-04-22T01:55:23.540Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33352026-04-22T01:55:23.587Z Compiling ron v0.8.1
33362026-04-22T01:55:23.648Z Compiling papergrid v0.17.0
33372026-04-22T01:55:23.712Z Compiling libscf-sys v1.1.0
33382026-04-22T01:55:23.743Z Compiling testing_table v0.3.0
33392026-04-22T01:55:23.760Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33402026-04-22T01:55:23.881Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33412026-04-22T01:55:23.935Z Compiling hashbrown v0.13.2
33422026-04-22T01:55:23.990Z Compiling progenitor v0.13.0
33432026-04-22T01:55:24.008Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33442026-04-22T01:55:24.043Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33452026-04-22T01:55:24.101Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33462026-04-22T01:55:24.173Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33472026-04-22T01:55:24.350Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33482026-04-22T01:55:24.392Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33492026-04-22T01:55:24.475Z Compiling prefix-trie v0.7.0
33502026-04-22T01:55:24.532Z Compiling ssh-encoding v0.2.0
33512026-04-22T01:55:24.605Z Compiling blowfish v0.9.1
33522026-04-22T01:55:24.810Z Compiling fxhash v0.2.1
33532026-04-22T01:55:24.836Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33542026-04-22T01:55:24.884Z Compiling toml_datetime v1.0.0+spec-1.1.0
33552026-04-22T01:55:24.901Z Compiling dropshot v0.17.0
33562026-04-22T01:55:24.919Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33572026-04-22T01:55:24.979Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33582026-04-22T01:55:25.027Z Compiling crc-any v2.5.0
33592026-04-22T01:55:25.131Z Compiling corncobs v0.1.4
33602026-04-22T01:55:25.207Z Compiling toml v1.0.6+spec-1.1.0
33612026-04-22T01:55:25.224Z Compiling sled v0.34.7
33622026-04-22T01:55:25.256Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33632026-04-22T01:55:25.272Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33642026-04-22T01:55:25.294Z Compiling hickory-server v0.25.2
33652026-04-22T01:55:25.313Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33662026-04-22T01:55:25.331Z Compiling bcrypt-pbkdf v0.10.0
33672026-04-22T01:55:25.369Z Compiling ssh-cipher v0.2.0
33682026-04-22T01:55:25.639Z Compiling tabled v0.20.0
33692026-04-22T01:55:25.695Z Compiling object v0.30.4
33702026-04-22T01:55:25.731Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33712026-04-22T01:55:25.989Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33722026-04-22T01:55:26.066Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33732026-04-22T01:55:26.083Z Compiling progenitor-macro v0.10.0
33742026-04-22T01:55:26.187Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33752026-04-22T01:55:26.535Z Compiling progenitor-macro v0.11.2
33762026-04-22T01:55:26.672Z Compiling async-compression v0.4.41
33772026-04-22T01:55:27.025Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33782026-04-22T01:55:27.106Z Compiling progenitor-client v0.11.2
33792026-04-22T01:55:27.130Z Compiling password-hash v0.4.2
33802026-04-22T01:55:27.339Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33812026-04-22T01:55:27.398Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33822026-04-22T01:55:27.459Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33832026-04-22T01:55:27.539Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33842026-04-22T01:55:27.756Z Compiling dropshot_endpoint v0.17.0
33852026-04-22T01:55:27.804Z Compiling secrecy v0.8.0
33862026-04-22T01:55:27.987Z Compiling http-range v0.1.5
33872026-04-22T01:55:28.152Z Compiling half v1.8.3
33882026-04-22T01:55:28.213Z Compiling path-slash v0.1.5
33892026-04-22T01:55:28.385Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33902026-04-22T01:55:28.403Z Compiling serde_cbor v0.11.2
33912026-04-22T01:55:28.529Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33922026-04-22T01:55:28.839Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33932026-04-22T01:55:29.033Z Compiling pbkdf2 v0.11.0
33942026-04-22T01:55:29.511Z Compiling ssh-key v0.6.7
33952026-04-22T01:55:29.753Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33962026-04-22T01:55:29.805Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33972026-04-22T01:55:29.831Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33982026-04-22T01:55:30.068Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33992026-04-22T01:55:30.306Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34002026-04-22T01:55:30.350Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34012026-04-22T01:55:30.538Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34022026-04-22T01:55:30.642Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34032026-04-22T01:55:30.725Z Compiling p521 v0.13.3
34042026-04-22T01:55:30.818Z Compiling p256 v0.13.2
34052026-04-22T01:55:31.066Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34062026-04-22T01:55:31.094Z Compiling yasna v0.5.2
34072026-04-22T01:55:31.205Z Compiling kstat-rs v0.2.4
34082026-04-22T01:55:31.224Z Compiling headers-core v0.3.0
34092026-04-22T01:55:31.260Z Compiling progenitor v0.10.0
34102026-04-22T01:55:31.400Z Compiling nanorand v0.7.0
34112026-04-22T01:55:31.417Z Compiling russh-cryptovec v0.7.3
34122026-04-22T01:55:31.454Z Compiling atty v0.2.14
34132026-04-22T01:55:31.493Z Compiling crc8 v0.1.1
34142026-04-22T01:55:31.572Z Compiling home v0.5.12
34152026-04-22T01:55:31.594Z Compiling md5 v0.7.0
34162026-04-22T01:55:31.597Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34172026-04-22T01:55:31.626Z Compiling progenitor v0.11.2
34182026-04-22T01:55:31.641Z Compiling flume v0.11.1
34192026-04-22T01:55:31.656Z Compiling rcgen v0.12.1
34202026-04-22T01:55:31.716Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34212026-04-22T01:55:31.747Z Compiling headers v0.4.1
34222026-04-22T01:55:31.764Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34232026-04-22T01:55:31.813Z Compiling russh-keys v0.45.0
34242026-04-22T01:55:31.884Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34252026-04-22T01:55:31.904Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34262026-04-22T01:55:31.981Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34272026-04-22T01:55:32.095Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34282026-04-22T01:55:32.193Z Compiling hyper-staticfile v0.10.1
34292026-04-22T01:55:32.392Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34302026-04-22T01:55:32.396Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34312026-04-22T01:55:32.530Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34322026-04-22T01:55:32.551Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34332026-04-22T01:55:32.568Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34342026-04-22T01:55:32.628Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34352026-04-22T01:55:32.743Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34362026-04-22T01:55:32.785Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34372026-04-22T01:55:32.918Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34382026-04-22T01:55:32.936Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34392026-04-22T01:55:32.962Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34402026-04-22T01:55:33.082Z Compiling num-bigint v0.4.6
34412026-04-22T01:55:33.228Z Compiling des v0.8.1
34422026-04-22T01:55:33.344Z Compiling subprocess v0.2.15
34432026-04-22T01:55:33.425Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34442026-04-22T01:55:33.451Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34452026-04-22T01:55:33.454Z Compiling hex-literal v0.4.1
34462026-04-22T01:55:33.514Z Compiling display-error-chain v0.2.2
34472026-04-22T01:55:33.607Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34482026-04-22T01:55:33.681Z Compiling colored v2.2.0
34492026-04-22T01:55:33.716Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34502026-04-22T01:55:33.839Z Compiling internet-checksum v0.2.1
34512026-04-22T01:55:33.904Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34522026-04-22T01:55:34.236Z Compiling russh v0.45.0
34532026-04-22T01:55:34.425Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34542026-04-22T01:55:34.476Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34552026-04-22T01:55:36.976Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34562026-04-22T01:55:37.646Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34572026-04-22T01:55:38.125Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34582026-04-22T01:55:38.406Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34592026-04-22T01:55:46.358Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34602026-04-22T01:55:46.358Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34612026-04-22T01:55:46.358Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34622026-04-22T01:55:46.362Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34632026-04-22T01:55:48.016Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34642026-04-22T01:55:48.141Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34652026-04-22T01:55:52.200Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34662026-04-22T01:56:12.028Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34672026-04-22T01:56:30.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
34682026-04-22T01:56:30.955Z
34692026-04-22T01:56:30.958Zreal 1:24.121107541
34702026-04-22T01:56:30.958Zuser 8:16.663560350
34712026-04-22T01:56:30.958Zsys 1:39.549296806
34722026-04-22T01:56:30.958Ztrap 0.267263416
34732026-04-22T01:56:30.958Ztflt 0.610420536
34742026-04-22T01:56:30.958Zdflt 1.248295778
34752026-04-22T01:56:30.958Zkflt 0.000314952
34762026-04-22T01:56:30.958Zlock 29:26.745486244
34772026-04-22T01:56:30.958Zslp 19:17.062093892
34782026-04-22T01:56:30.958Zlat 38.600909307
34792026-04-22T01:56:30.958Zstop 2:41.929593006
34802026-04-22T01:56:30.958Z+ mkdir tests
34812026-04-22T01:56:30.961Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34822026-04-22T01:56:30.961Z+ xargs -I '{}' -t cp '{}' tests/
34832026-04-22T01:56:30.989Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-38a26b86c8d2fc81 tests/
34842026-04-22T01:56:31.018Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-cccd3c3c030c6ee4 tests/
34852026-04-22T01:56:31.047Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-2a8efafb8b906474 tests/
34862026-04-22T01:56:31.076Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b6a930607f290523 tests/
34872026-04-22T01:56:31.314Z+ 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/*)
34882026-04-22T01:56:31.317Z+ 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-cccd3c3c030c6ee4 tests/commtest-2a8efafb8b906474 tests/dhcp_server-38a26b86c8d2fc81 tests/end_to_end_tests-b6a930607f290523 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
34892026-04-22T01:57:55.854ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34902026-04-22T01:57:55.854Za .github/buildomat/ci-env.sh 1K
34912026-04-22T01:57:55.854Za out/target/test 1K
34922026-04-22T01:57:55.854Za out/npuzone/npuzone 27402K
34932026-04-22T01:57:55.854Za package-manifest.toml 35K
34942026-04-22T01:57:55.854Za smf/sled-agent/non-gimlet/config.toml 6K
34952026-04-22T01:57:55.854Za target/release/omicron-package 45920K
34962026-04-22T01:57:55.854Za target/release/xtask 11446K
34972026-04-22T01:57:55.854Za target/debug/bootstrap 340970K
34982026-04-22T01:57:55.854Za tests/bootstrap-cccd3c3c030c6ee4 31310K
34992026-04-22T01:57:55.854Za tests/commtest-2a8efafb8b906474 32395K
35002026-04-22T01:57:55.854Za tests/dhcp_server-38a26b86c8d2fc81 31310K
35012026-04-22T01:57:55.854Za tests/end_to_end_tests-b6a930607f290523 383353K
35022026-04-22T01:57:55.854Za out/clickhouse.tar.gz 313112K
35032026-04-22T01:57:55.854Za out/clickhouse_keeper.tar.gz 298566K
35042026-04-22T01:57:55.854Za out/clickhouse_server.tar.gz 313111K
35052026-04-22T01:57:55.854Za out/cockroachdb.tar.gz 161262K
35062026-04-22T01:57:55.854Za out/crucible-pantry-zone.tar.gz 44060K
35072026-04-22T01:57:55.854Za out/crucible-utils.tar 17744K
35082026-04-22T01:57:55.854Za out/crucible-zone.tar.gz 58198K
35092026-04-22T01:57:55.854Za out/external-dns.tar.gz 48957K
35102026-04-22T01:57:55.854Za out/internal-dns.tar.gz 48957K
35112026-04-22T01:57:55.854Za out/mg-ddm-gz.tar 95141K
35122026-04-22T01:57:55.854Za out/nexus.tar.gz 218311K
35132026-04-22T01:57:55.854Za out/ntp.tar.gz 31935K
35142026-04-22T01:57:55.854Za out/omicron-gateway-softnpu.tar.gz 28360K
35152026-04-22T01:57:55.854Za out/omicron-sled-agent.tar 200851K
35162026-04-22T01:57:55.854Za out/overlay.tar.gz 3K
35172026-04-22T01:57:55.854Za out/oximeter.tar.gz 63504K
35182026-04-22T01:57:55.854Za out/oxlog.tar 3782K
35192026-04-22T01:57:55.854Za out/probe.tar.gz 3037K
35202026-04-22T01:57:55.854Za out/propolis-server.tar.gz 38727K
35212026-04-22T01:57:55.854Za out/pumpkind-gz.tar 26647K
35222026-04-22T01:57:55.855Za out/switch-softnpu.tar.gz 390557K
35232026-04-22T01:57:55.858Z
35242026-04-22T01:57:55.858Zreal 1:24.526376850
35252026-04-22T01:57:55.858Zuser 1:21.971857156
35262026-04-22T01:57:55.859Zsys 4.277184957
35272026-04-22T01:57:55.859Ztrap 0.007118462
35282026-04-22T01:57:55.859Ztflt 0.000000000
35292026-04-22T01:57:55.859Zdflt 0.000000000
35302026-04-22T01:57:55.859Zkflt 0.000000000
35312026-04-22T01:57:55.859Zlock 0.000000000
35322026-04-22T01:57:55.859Zslp 1:21.860988083
35332026-04-22T01:57:55.859Zlat 0.930875533
35342026-04-22T01:57:55.859Zstop 0.000292229
35352026-04-22T01:57:55.859Zprocess exited: duration 940191 ms, exit code 0
 
35362026-04-22T01:57:55.872Zfound 1 output files
35372026-04-22T01:57:55.872Zuploading: /work/package.tar.gz (2400987222 bytes)
35382026-04-22T01:58:28.952Zuploaded: /work/package.tar.gz