01KMGCGBAYH2HHRK7B6BF4ZWZ3: 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: 01KMGCJ47J7J5YHH2PXG9347G3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T17:00:31.129Zjob assigned to worker 01KMGCJFSWP3T2QC4YJ7T3KSW0 [factory aws, i-0c70f7c5ccb73d94f] (queued for 1 m 29 s)
 
22026-03-24T17:00:39.774Zstarting task 0: "setup"
32026-03-24T17:00:39.779Z++ uname -s
42026-03-24T17:00:39.829Z+ kern=SunOS
52026-03-24T17:00:39.829Z+ build_user=build
62026-03-24T17:00:39.829Z+ build_uid=12345
72026-03-24T17:00:39.829Z+ work_dir=/work
82026-03-24T17:00:39.829Z+ input_dir=/input
92026-03-24T17:00:39.829Z+ [[ 0 == 12345 ]]
102026-03-24T17:00:39.830Z+ case "$kern" in
112026-03-24T17:00:39.830Z+ groupadd -g 12345 build
122026-03-24T17:00:39.830Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T17:00:41.793Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T17:00:41.911Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T17:00:41.915Z+ home_fs=zfs
162026-03-24T17:00:41.915Z+ [[ zfs == autofs ]]
172026-03-24T17:00:41.915Z+ mkdir -p /home/build
182026-03-24T17:00:41.915Z+ chown build:build /home/build /work
192026-03-24T17:00:43.918Z+ chmod 0700 /home/build /work
202026-03-24T17:00:43.921Zprocess exited: duration 4150 ms, exit code 0
 
212026-03-24T17:00:43.927Zstarting task 1: "rust-toolchain"
222026-03-24T17:00:43.934Z * rust toolchain channel = "1.94.0"
232026-03-24T17:00:43.934Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-03-24T17:00:43.934Z * rust toolchain profile = "default"
252026-03-24T17:00:43.934Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-24T17:00:43.934Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T17:00:43.934Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T17:00:43.937Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T17:00:43.937Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-24T17:00:44.088Zinfo: downloading installer
312026-03-24T17:00:45.803Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T17:00:45.804Zwarn: /opt/ooce/bin
332026-03-24T17:00:45.804Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T17:00:45.804Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T17:00:45.804Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T17:00:45.804Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T17:00:45.804Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T17:00:45.804Zerror: cannot install while Rust is installed
392026-03-24T17:00:45.804Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T17:00:45.804Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T17:00:45.804Zwarn: /home/build/.rustup/settings.toml
422026-03-24T17:00:45.804Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T17:00:45.804Zwarn: instead of the one inferred from the default host triple.
442026-03-24T17:00:45.816Zinfo: profile set to default
452026-03-24T17:00:45.816Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T17:00:45.820Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-24T17:00:45.979Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-24T17:00:45.983Zinfo: downloading 6 components
492026-03-24T17:01:00.806Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-24T17:01:00.806Z
512026-03-24T17:01:00.843Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-24T17:01:00.843Z
532026-03-24T17:01:00.847Z
542026-03-24T17:01:00.847ZRust is installed now. Great!
552026-03-24T17:01:00.847Z
562026-03-24T17:01:00.847ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T17:01:00.847Zenvironment variable. This has not been done automatically.
582026-03-24T17:01:00.847Z
592026-03-24T17:01:00.847ZTo configure your current shell, you need to source
602026-03-24T17:01:00.847Zthe corresponding env file under $HOME/.cargo.
612026-03-24T17:01:00.847Z
622026-03-24T17:01:00.847ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T17:01:00.847Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T17:01:00.847Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T17:01:00.847Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T17:01:00.847Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T17:01:00.847Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T17:01:00.847Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T17:01:00.847Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T17:01:00.847Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T17:01:00.949Z+ rustup --version
722026-03-24T17:01:00.957Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T17:01:00.957Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T17:01:00.983Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-24T17:01:00.987Z+ cargo --version
762026-03-24T17:01:00.997Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-24T17:01:01.005Z+ rustc --version
782026-03-24T17:01:01.029Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-24T17:01:01.032Zprocess exited: duration 17100 ms, exit code 0
 
802026-03-24T17:01:01.040Zstarting task 2: "authentication"
812026-03-24T17:01:01.063Zprocess exited: duration 22 ms, exit code 0
 
822026-03-24T17:01:01.072Zstarting task 3: "clone repository"
832026-03-24T17:01:01.104Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-24T17:01:01.113Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-24T17:01:01.119ZCloning into '/work/oxidecomputer/omicron'...
862026-03-24T17:01:12.445Z+ cd /work/oxidecomputer/omicron
872026-03-24T17:01:12.453Z+ git fetch origin c7b1ad95429789b480f9e55349bd2e4fb7f30379
882026-03-24T17:01:12.740ZFrom https://github.com/oxidecomputer/omicron
892026-03-24T17:01:12.740Z * branch c7b1ad95429789b480f9e55349bd2e4fb7f30379 -> FETCH_HEAD
902026-03-24T17:01:12.752Z+ [[ -n dap/type-safety-review ]]
912026-03-24T17:01:12.757Z++ git branch --show-current
922026-03-24T17:01:12.761Z+ current=main
932026-03-24T17:01:12.761Z+ [[ main != dap/type-safety-review ]]
942026-03-24T17:01:12.761Z+ git branch -f dap/type-safety-review c7b1ad95429789b480f9e55349bd2e4fb7f30379
952026-03-24T17:01:12.766Z+ git checkout -f dap/type-safety-review
962026-03-24T17:01:13.083ZSwitched to branch 'dap/type-safety-review'
972026-03-24T17:01:13.087Z+ git reset --hard c7b1ad95429789b480f9e55349bd2e4fb7f30379
982026-03-24T17:01:13.132ZHEAD is now at c7b1ad954 update Set skill
992026-03-24T17:01:13.135Zprocess exited: duration 12059 ms, exit code 0
 
1002026-03-24T17:01:13.143Zstarting task 4: "build"
1012026-03-24T17:01:13.147Z+ source .github/buildomat/ci-env.sh
1022026-03-24T17:01:13.152Z++ export CARGO_TERM_COLOR=always
1032026-03-24T17:01:13.152Z++ CARGO_TERM_COLOR=always
1042026-03-24T17:01:13.152Z+ cargo --version
1052026-03-24T17:01:13.163Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-24T17:01:13.166Z+ rustc --version
1072026-03-24T17:01:13.189Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-24T17:01:13.193Z+ WORK=/work
1092026-03-24T17:01:13.193Z+ pfexec mkdir -p /work
1102026-03-24T17:01:13.197Z+ pfexec chown build /work
1112026-03-24T17:01:13.201Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-24T17:01:23.351Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-24T17:01:33.394Z Startup: Caching catalogs ... Done
1142026-03-24T17:01:55.871ZPlanning: Solver setup ... Done (21.044s)
1152026-03-24T17:01:56.031ZPlanning: Running solver ... Done (0.160s)
1162026-03-24T17:01:56.215ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-24T17:01:56.686ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-24T17:01:56.823ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-24T17:01:56.867ZPlanning: Package planning ... Done (0.044s)
1202026-03-24T17:01:56.909ZPlanning: Merging actions ... Done (0.043s)
1212026-03-24T17:01:57.160ZPlanning: Checking for conflicting actions ... Done (0.249s)
1222026-03-24T17:01:57.169ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-24T17:01:58.101ZPlanning: Evaluating mediators ... Done (0.932s)
1242026-03-24T17:01:58.111ZPlanning: Planning completed in 24.57 seconds
1252026-03-24T17:01:58.125Z Packages to install: 4
1262026-03-24T17:01:58.125Z Mediators to change: 2
1272026-03-24T17:01:58.126Z Services to change: 1
1282026-03-24T17:01:58.126Z Estimated space available: 155.43 GB
1292026-03-24T17:01:58.129ZEstimated space to be consumed: 1.83 GB
1302026-03-24T17:01:58.129Z Create boot environment: No
1312026-03-24T17:01:58.129ZCreate backup boot environment: No
1322026-03-24T17:01:58.129Z Rebuild boot archive: No
1332026-03-24T17:01:58.129Z
1342026-03-24T17:01:58.129ZChanged mediators:
1352026-03-24T17:01:58.129Z mediator clang:
1362026-03-24T17:01:58.129Z version: None -> 15 (system default)
1372026-03-24T17:01:58.129Z
1382026-03-24T17:01:58.129Z mediator llvm:
1392026-03-24T17:01:58.129Z version: 14 (system default) -> 15 (system default)
1402026-03-24T17:01:58.129Z
1412026-03-24T17:01:58.130ZChanged packages:
1422026-03-24T17:01:58.130Zhelios-dev
1432026-03-24T17:01:58.130Z developer/build-essential
1442026-03-24T17:01:58.130Z None -> 11-2.0
1452026-03-24T17:01:58.130Z library/libxmlsec1
1462026-03-24T17:01:58.130Z None -> 1.2.35-2.0
1472026-03-24T17:01:58.130Z ooce/developer/clang-15
1482026-03-24T17:01:58.130Z None -> 15.0.7-2.0
1492026-03-24T17:01:58.130Z ooce/developer/llvm-15
1502026-03-24T17:01:58.130Z None -> 15.0.7-2.0
1512026-03-24T17:01:58.130Z
1522026-03-24T17:01:58.130ZServices:
1532026-03-24T17:01:58.130Z restart_fmri:
1542026-03-24T17:01:58.130Z svc:/system/update-man-index:default
1552026-03-24T17:01:58.178Z
1562026-03-24T17:01:58.178ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-24T17:02:03.224ZDownload: 1197/3290 items 83.5/212.6MB 39% complete (20.5M/s)
1582026-03-24T17:02:08.767ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (12.7M/s)
1592026-03-24T17:02:12.511ZDownload: Completed 212.60 MB in 14.33 seconds (14.8M/s)
1602026-03-24T17:02:12.785Z Actions: 1/3689 actions (Installing new actions)
1612026-03-24T17:02:16.933Z Actions: Completed 3689 actions in 4.14 seconds.
1622026-03-24T17:02:17.647Z Done (0.713s)
1632026-03-24T17:02:17.647Z Done (0.000s)
1642026-03-24T17:02:18.557Z Done (0.910s)
1652026-03-24T17:02:22.409Z Done (3.492s)
1662026-03-24T17:02:22.490Z Done (0.019s)
1672026-03-24T17:02:22.494Z Done (0.000s)
1682026-03-24T17:02:22.659Z Done (0.000s)
1692026-03-24T17:02:23.619ZPlanning: Evaluating mediator changes ... Done
1702026-03-24T17:02:23.766ZPlanning: Checking for conflicting actions ... Done
1712026-03-24T17:02:23.768ZPlanning: Consolidating action changes ... Done
1722026-03-24T17:02:23.990ZPlanning: Evaluating mediators ... Done
1732026-03-24T17:02:23.994ZPlanning: Planning completed in 0.37 seconds
1742026-03-24T17:02:24.022Z Mediators to change: 2
1752026-03-24T17:02:24.022Z Create boot environment: No
1762026-03-24T17:02:24.022ZCreate backup boot environment: No
1772026-03-24T17:02:24.102Z Done
1782026-03-24T17:02:24.102Z Done
1792026-03-24T17:02:24.828Z Done
1802026-03-24T17:02:28.139Z Done
1812026-03-24T17:02:28.224Z Done
1822026-03-24T17:02:28.227Z Done
1832026-03-24T17:02:28.378Z Done
1842026-03-24T17:02:28.914ZPlanning: Evaluating mediator changes ... Done
1852026-03-24T17:02:28.917ZPlanning: Merging actions ... Done
1862026-03-24T17:02:29.079ZPlanning: Checking for conflicting actions ... Done
1872026-03-24T17:02:29.082ZPlanning: Consolidating action changes ... Done
1882026-03-24T17:02:29.301ZPlanning: Evaluating mediators ... Done
1892026-03-24T17:02:29.343ZPlanning: Planning completed in 0.63 seconds
1902026-03-24T17:02:29.375Z Packages to change: 1
1912026-03-24T17:02:29.375Z Mediators to change: 1
1922026-03-24T17:02:29.375Z Services to change: 1
1932026-03-24T17:02:29.375Z Create boot environment: No
1942026-03-24T17:02:29.380ZCreate backup boot environment: Yes
1952026-03-24T17:02:31.881Z Actions: 1/6 actions (Updating modified actions)
1962026-03-24T17:02:31.884Z Actions: Completed 6 actions in 0.00 seconds.
1972026-03-24T17:02:31.884Z Done
1982026-03-24T17:02:31.884Z Done
1992026-03-24T17:02:32.077Z Done
2002026-03-24T17:02:35.350Z Done
2012026-03-24T17:02:35.440Z Done
2022026-03-24T17:02:35.447Z Done
2032026-03-24T17:02:35.599Z Done
2042026-03-24T17:02:35.977ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-03-24T17:02:35.978Zclang system 15 system
2062026-03-24T17:02:35.978Zcsh system system illumos
2072026-03-24T17:02:35.978Zctags system system illumos
2082026-03-24T17:02:35.978Zfile system system illumos
2092026-03-24T17:02:35.978Zgcc vendor 12 vendor
2102026-03-24T17:02:35.978Zgcc system 10 system
2112026-03-24T17:02:35.978Zgcc system 7 system
2122026-03-24T17:02:35.978Zgo system 1.20 system
2132026-03-24T17:02:35.978Zgo system 1.19 system
2142026-03-24T17:02:35.978Zllvm system 15 system
2152026-03-24T17:02:35.978Zllvm system 14 system
2162026-03-24T17:02:35.978Zmariadb system 10.6 system
2172026-03-24T17:02:35.978Zmta vendor vendor dma
2182026-03-24T17:02:35.978Zopenjdk system 17 system
2192026-03-24T17:02:35.978Zopenjdk system 11 system
2202026-03-24T17:02:35.978Zopenjdk system 1.8 system
2212026-03-24T17:02:35.978Zopenssl vendor 3 vendor
2222026-03-24T17:02:35.978Zperl system 5.36 system
2232026-03-24T17:02:35.978Zpostgresql system 15 system
2242026-03-24T17:02:35.978Zpostgresql system 13 system
2252026-03-24T17:02:35.978Zpython vendor 3 vendor
2262026-03-24T17:02:35.978Zpython system 2 system
2272026-03-24T17:02:35.978Zpython3 system 3.11 system
2282026-03-24T17:02:35.978Zruby system 3.0 system
2292026-03-24T17:02:35.979Zwords vendor vendor american-english
2302026-03-24T17:02:35.979Zwords system system australian-english
2312026-03-24T17:02:35.979Zwords system system british-english
2322026-03-24T17:02:35.979Zwords system system canadian-english
2332026-03-24T17:02:35.979Zwords system system french
2342026-03-24T17:02:35.979Zwords system system italian
2352026-03-24T17:02:35.979Zwords system system ngerman
2362026-03-24T17:02:35.979Zwords system system ogerman
2372026-03-24T17:02:35.979Zwords system system spanish
2382026-03-24T17:02:36.278ZPUBLISHER TYPE STATUS P LOCATION
2392026-03-24T17:02:36.278Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-03-24T17:02:42.231ZFMRI IFO
2412026-03-24T17:02:42.231Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-03-24T17:02:42.231Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-03-24T17:02:42.231Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-03-24T17:02:42.231Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-03-24T17:02:42.231Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-03-24T17:02:42.231Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-03-24T17:02:42.231Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482026-03-24T17:02:42.231Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2492026-03-24T17:02:42.231Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2502026-03-24T17:02:42.231Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512026-03-24T17:02:42.231Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2522026-03-24T17:02:42.231Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2532026-03-24T17:02:42.231Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542026-03-24T17:02:42.231Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2552026-03-24T17:02:42.231Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2562026-03-24T17:02:42.232Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572026-03-24T17:02:43.441Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582026-03-24T17:02:43.743Z Updating crates.io index
2592026-03-24T17:02:43.779Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602026-03-24T17:02:44.543Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-03-24T17:02:45.034Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-03-24T17:02:45.754Z Updating git repository `https://github.com/oxidecomputer/falcon`
2632026-03-24T17:02:46.683Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-03-24T17:02:47.200Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-03-24T17:02:48.622Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-03-24T17:02:50.500Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-03-24T17:02:51.278Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-03-24T17:02:51.872Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-03-24T17:02:52.745Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-03-24T17:02:53.161Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-03-24T17:02:53.864Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-03-24T17:02:53.976Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-03-24T17:02:54.877Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-03-24T17:02:55.533Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-03-24T17:02:55.824Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-03-24T17:02:56.194Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-03-24T17:02:56.663Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-03-24T17:02:56.953Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-03-24T17:02:57.221Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-03-24T17:02:57.481Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-03-24T17:02:58.007Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-03-24T17:02:58.651Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-03-24T17:02:59.157Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-03-24T17:02:59.474Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-03-24T17:02:59.771Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-03-24T17:03:00.831Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-03-24T17:03:01.098Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-03-24T17:03:02.063Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-24T17:03:02.852Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-03-24T17:03:03.220Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-03-24T17:03:03.672Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2922026-03-24T17:03:04.166Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-03-24T17:03:04.834Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-03-24T17:03:05.081Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-03-24T17:03:05.394Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-03-24T17:03:05.696Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-03-24T17:03:06.130Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-03-24T17:03:20.968Z Downloading crates ...
2992026-03-24T17:03:21.039Z Downloaded block-buffer v0.10.4
3002026-03-24T17:03:21.043Z Downloaded cargo-platform v0.2.0
3012026-03-24T17:03:21.046Z Downloaded anstream v0.6.21
3022026-03-24T17:03:21.053Z Downloaded thiserror-impl v1.0.69
3032026-03-24T17:03:21.053Z Downloaded utf8parse v0.2.2
3042026-03-24T17:03:21.057Z Downloaded anstyle v1.0.13
3052026-03-24T17:03:21.057Z Downloaded icu_properties v2.1.2
3062026-03-24T17:03:21.057Z Downloaded thiserror v1.0.69
3072026-03-24T17:03:21.057Z Downloaded version_check v0.9.5
3082026-03-24T17:03:21.060Z Downloaded thread-id v4.2.2
3092026-03-24T17:03:21.060Z Downloaded heck v0.5.0
3102026-03-24T17:03:21.060Z Downloaded fastrand v2.3.0
3112026-03-24T17:03:21.065Z Downloaded fnv v1.0.7
3122026-03-24T17:03:21.065Z Downloaded equivalent v1.0.2
3132026-03-24T17:03:21.065Z Downloaded ordered-float v2.10.1
3142026-03-24T17:03:21.068Z Downloaded form_urlencoded v1.2.2
3152026-03-24T17:03:21.068Z Downloaded cargo_toml v0.21.0
3162026-03-24T17:03:21.068Z Downloaded litemap v0.8.1
3172026-03-24T17:03:21.068Z Downloaded utf8_iter v1.0.4
3182026-03-24T17:03:21.072Z Downloaded digest v0.10.7
3192026-03-24T17:03:21.072Z Downloaded unicode-xid v0.2.6
3202026-03-24T17:03:21.072Z Downloaded dof v0.3.0
3212026-03-24T17:03:21.075Z Downloaded usdt-macro v0.5.0
3222026-03-24T17:03:21.075Z Downloaded usdt v0.5.0
3232026-03-24T17:03:21.075Z Downloaded crypto-common v0.1.7
3242026-03-24T17:03:21.075Z Downloaded camino v1.2.2
3252026-03-24T17:03:21.078Z Downloaded usdt-attr-macro v0.5.0
3262026-03-24T17:03:21.078Z Downloaded unicode-linebreak v0.1.5
3272026-03-24T17:03:21.078Z Downloaded is_terminal_polyfill v1.70.2
3282026-03-24T17:03:21.081Z Downloaded typeid v1.0.3
3292026-03-24T17:03:21.081Z Downloaded yoke-derive v0.8.1
3302026-03-24T17:03:21.081Z Downloaded idna_adapter v1.2.1
3312026-03-24T17:03:21.081Z Downloaded thiserror v2.0.18
3322026-03-24T17:03:21.085Z Downloaded zerovec-derive v0.11.2
3332026-03-24T17:03:21.088Z Downloaded smawk v0.3.2
3342026-03-24T17:03:21.089Z Downloaded anstyle-query v1.1.5
3352026-03-24T17:03:21.093Z Downloaded errno v0.3.14
3362026-03-24T17:03:21.093Z Downloaded cfg-if v1.0.4
3372026-03-24T17:03:21.094Z Downloaded zerofrom v0.1.6
3382026-03-24T17:03:21.094Z Downloaded bitflags v2.11.0
3392026-03-24T17:03:21.097Z Downloaded toml_write v0.1.2
3402026-03-24T17:03:21.097Z Downloaded stable_deref_trait v1.2.1
3412026-03-24T17:03:21.100Z Downloaded itoa v1.0.17
3422026-03-24T17:03:21.100Z Downloaded toml_datetime v0.6.11
3432026-03-24T17:03:21.100Z Downloaded sha2 v0.10.9
3442026-03-24T17:03:21.103Z Downloaded zerofrom-derive v0.1.6
3452026-03-24T17:03:21.103Z Downloaded toml v0.8.23
3462026-03-24T17:03:21.108Z Downloaded colorchoice v1.0.4
3472026-03-24T17:03:21.108Z Downloaded zmij v1.0.21
3482026-03-24T17:03:21.112Z Downloaded tabled_derive v0.7.0
3492026-03-24T17:03:21.112Z Downloaded tinystr v0.8.2
3502026-03-24T17:03:21.112Z Downloaded strsim v0.11.1
3512026-03-24T17:03:21.112Z Downloaded cpufeatures v0.2.17
3522026-03-24T17:03:21.117Z Downloaded generic-array v0.14.7
3532026-03-24T17:03:21.117Z Downloaded writeable v0.6.2
3542026-03-24T17:03:21.117Z Downloaded scroll_derive v0.12.1
3552026-03-24T17:03:21.117Z Downloaded plain v0.2.3
3562026-03-24T17:03:21.120Z Downloaded percent-encoding v2.3.2
3572026-03-24T17:03:21.120Z Downloaded serde-value v0.7.0
3582026-03-24T17:03:21.120Z Downloaded macaddr v1.0.1
3592026-03-24T17:03:21.120Z Downloaded textwrap v0.16.2
3602026-03-24T17:03:21.123Z Downloaded thiserror-impl v2.0.18
3612026-03-24T17:03:21.123Z Downloaded dtrace-parser v0.2.0
3622026-03-24T17:03:21.127Z Downloaded usdt-impl v0.5.0
3632026-03-24T17:03:21.127Z Downloaded heck v0.4.1
3642026-03-24T17:03:21.130Z Downloaded pretty-hex v0.4.1
3652026-03-24T17:03:21.130Z Downloaded zerocopy-derive v0.7.35
3662026-03-24T17:03:21.133Z Downloaded yoke v0.8.1
3672026-03-24T17:03:21.133Z Downloaded typenum v1.19.0
3682026-03-24T17:03:21.136Z Downloaded unicode-width v0.1.14
3692026-03-24T17:03:21.139Z Downloaded memmap v0.7.0
3702026-03-24T17:03:21.142Z Downloaded ucd-trie v0.1.7
3712026-03-24T17:03:21.146Z Downloaded unicode-ident v1.0.24
3722026-03-24T17:03:21.149Z Downloaded zerotrie v0.2.3
3732026-03-24T17:03:21.152Z Downloaded url v2.5.8
3742026-03-24T17:03:21.156Z Downloaded toml_edit v0.22.27
3752026-03-24T17:03:21.159Z Downloaded clap_lex v1.0.0
3762026-03-24T17:03:21.163Z Downloaded erased-serde v0.4.9
3772026-03-24T17:03:21.163Z Downloaded zerovec v0.11.5
3782026-03-24T17:03:21.167Z Downloaded zerocopy v0.7.35
3792026-03-24T17:03:21.178Z Downloaded winnow v0.7.14
3802026-03-24T17:03:21.185Z Downloaded displaydoc v0.2.5
3812026-03-24T17:03:21.188Z Downloaded serde-untagged v0.1.9
3822026-03-24T17:03:21.188Z Downloaded terminal_size v0.4.3
3832026-03-24T17:03:21.191Z Downloaded potential_utf v0.1.4
3842026-03-24T17:03:21.191Z Downloaded unicode-width v0.2.0
3852026-03-24T17:03:21.195Z Downloaded fs-err v3.3.0
3862026-03-24T17:03:21.198Z Downloaded proc-macro-error v1.0.4
3872026-03-24T17:03:21.198Z Downloaded cargo_metadata v0.21.0
3882026-03-24T17:03:21.202Z Downloaded byteorder v1.5.0
3892026-03-24T17:03:21.202Z Downloaded swrite v0.1.0
3902026-03-24T17:03:21.202Z Downloaded serde_spanned v0.6.9
3912026-03-24T17:03:21.202Z Downloaded proc-macro-error-attr v1.0.4
3922026-03-24T17:03:21.205Z Downloaded once_cell v1.21.3
3932026-03-24T17:03:21.205Z Downloaded serde_tokenstream v0.2.3
3942026-03-24T17:03:21.208Z Downloaded camino-tempfile v1.4.1
3952026-03-24T17:03:21.208Z Downloaded autocfg v1.5.0
3962026-03-24T17:03:21.214Z Downloaded scroll v0.12.0
3972026-03-24T17:03:21.217Z Downloaded semver v1.0.27
3982026-03-24T17:03:21.217Z Downloaded bytecount v0.6.9
3992026-03-24T17:03:21.227Z Downloaded synstructure v0.13.2
4002026-03-24T17:03:21.237Z Downloaded clap_derive v4.5.55
4012026-03-24T17:03:21.241Z Downloaded smallvec v1.15.1
4022026-03-24T17:03:21.249Z Downloaded tempfile v3.25.0
4032026-03-24T17:03:21.255Z Downloaded anstyle-parse v0.2.7
4042026-03-24T17:03:21.259Z Downloaded icu_provider v2.1.1
4052026-03-24T17:03:21.263Z Downloaded clap v4.5.60
4062026-03-24T17:03:21.267Z Downloaded pest_generator v2.8.6
4072026-03-24T17:03:21.270Z Downloaded quote v1.0.44
4082026-03-24T17:03:21.273Z Downloaded pest_derive v2.8.6
4092026-03-24T17:03:21.274Z Downloaded getrandom v0.4.1
4102026-03-24T17:03:21.279Z Downloaded anyhow v1.0.102
4112026-03-24T17:03:21.282Z Downloaded proc-macro2 v1.0.106
4122026-03-24T17:03:21.285Z Downloaded num-traits v0.2.19
4132026-03-24T17:03:21.288Z Downloaded cargo-util-schemas v0.8.2
4142026-03-24T17:03:21.301Z Downloaded serde_core v1.0.228
4152026-03-24T17:03:21.304Z Downloaded icu_normalizer_data v2.1.1
4162026-03-24T17:03:21.307Z Downloaded serde_derive v1.0.228
4172026-03-24T17:03:21.312Z Downloaded pest_meta v2.8.6
4182026-03-24T17:03:21.315Z Downloaded icu_normalizer v2.1.1
4192026-03-24T17:03:21.319Z Downloaded log v0.4.29
4202026-03-24T17:03:21.319Z Downloaded papergrid v0.11.0
4212026-03-24T17:03:21.327Z Downloaded icu_locale_core v2.1.1
4222026-03-24T17:03:21.333Z Downloaded memchr v2.8.0
4232026-03-24T17:03:21.337Z Downloaded serde v1.0.228
4242026-03-24T17:03:21.341Z Downloaded icu_collections v2.1.1
4252026-03-24T17:03:21.357Z Downloaded indexmap v2.13.0
4262026-03-24T17:03:21.371Z Downloaded pest v2.8.6
4272026-03-24T17:03:21.377Z Downloaded hashbrown v0.16.1
4282026-03-24T17:03:21.381Z Downloaded goblin v0.8.2
4292026-03-24T17:03:21.385Z Downloaded idna v1.1.0
4302026-03-24T17:03:21.393Z Downloaded clap_builder v4.5.60
4312026-03-24T17:03:21.398Z Downloaded serde_json v1.0.149
4322026-03-24T17:03:21.412Z Downloaded icu_properties_data v2.1.2
4332026-03-24T17:03:21.419Z Downloaded tabled v0.15.0
4342026-03-24T17:03:21.442Z Downloaded syn v1.0.109
4352026-03-24T17:03:21.451Z Downloaded syn v2.0.117
4362026-03-24T17:03:21.485Z Downloaded rustix v1.1.3
4372026-03-24T17:03:21.499Z Downloaded libc v0.2.180
4382026-03-24T17:03:21.586Z Compiling proc-macro2 v1.0.106
4392026-03-24T17:03:21.589Z Compiling unicode-ident v1.0.24
4402026-03-24T17:03:21.589Z Compiling quote v1.0.44
4412026-03-24T17:03:21.589Z Compiling serde_core v1.0.228
4422026-03-24T17:03:21.589Z Compiling libc v0.2.180
4432026-03-24T17:03:21.589Z Compiling version_check v0.9.5
4442026-03-24T17:03:21.589Z Compiling serde v1.0.228
4452026-03-24T17:03:21.589Z Compiling stable_deref_trait v1.2.1
4462026-03-24T17:03:21.589Z Compiling memchr v2.8.0
4472026-03-24T17:03:21.804Z Compiling zmij v1.0.21
4482026-03-24T17:03:21.826Z Compiling thiserror v1.0.69
4492026-03-24T17:03:21.830Z Compiling autocfg v1.5.0
4502026-03-24T17:03:21.830Z Compiling itoa v1.0.17
4512026-03-24T17:03:21.830Z Compiling ucd-trie v0.1.7
4522026-03-24T17:03:21.830Z Compiling litemap v0.8.1
4532026-03-24T17:03:22.098Z Compiling writeable v0.6.2
4542026-03-24T17:03:22.210Z Compiling icu_normalizer_data v2.1.1
4552026-03-24T17:03:22.360Z Compiling rustix v1.1.3
4562026-03-24T17:03:22.363Z Compiling byteorder v1.5.0
4572026-03-24T17:03:22.416Z Compiling pest v2.8.6
4582026-03-24T17:03:22.506Z Compiling icu_properties_data v2.1.2
4592026-03-24T17:03:22.589Z Compiling serde_json v1.0.149
4602026-03-24T17:03:22.615Z Compiling bitflags v2.11.0
4612026-03-24T17:03:22.762Z Compiling num-traits v0.2.19
4622026-03-24T17:03:22.786Z Compiling hashbrown v0.16.1
4632026-03-24T17:03:22.870Z Compiling equivalent v1.0.2
4642026-03-24T17:03:22.877Z Compiling typeid v1.0.3
4652026-03-24T17:03:23.039Z Compiling smallvec v1.15.1
4662026-03-24T17:03:23.143Z Compiling usdt-impl v0.5.0
4672026-03-24T17:03:23.152Z Compiling proc-macro-error-attr v1.0.4
4682026-03-24T17:03:23.174Z Compiling erased-serde v0.4.9
4692026-03-24T17:03:23.232Z Compiling errno v0.3.14
4702026-03-24T17:03:23.374Z Compiling thread-id v4.2.2
4712026-03-24T17:03:23.404Z Compiling toml_write v0.1.2
4722026-03-24T17:03:23.408Z Compiling syn v1.0.109
4732026-03-24T17:03:23.497Z Compiling indexmap v2.13.0
4742026-03-24T17:03:23.504Z Compiling winnow v0.7.14
4752026-03-24T17:03:23.719Z Compiling proc-macro-error v1.0.4
4762026-03-24T17:03:23.775Z Compiling syn v2.0.117
4772026-03-24T17:03:23.780Z Compiling utf8_iter v1.0.4
4782026-03-24T17:03:23.780Z Compiling log v0.4.29
4792026-03-24T17:03:23.806Z Compiling camino v1.2.2
4802026-03-24T17:03:23.862Z Compiling percent-encoding v2.3.2
4812026-03-24T17:03:23.890Z Compiling thiserror v2.0.18
4822026-03-24T17:03:23.918Z Compiling utf8parse v0.2.2
4832026-03-24T17:03:23.993Z Compiling pest_meta v2.8.6
4842026-03-24T17:03:24.021Z Compiling getrandom v0.4.1
4852026-03-24T17:03:24.049Z Compiling plain v0.2.3
4862026-03-24T17:03:24.077Z Compiling form_urlencoded v1.2.2
4872026-03-24T17:03:24.123Z Compiling anstyle-parse v0.2.7
4882026-03-24T17:03:24.351Z Compiling colorchoice v1.0.4
4892026-03-24T17:03:24.379Z Compiling is_terminal_polyfill v1.70.2
4902026-03-24T17:03:24.382Z Compiling anstyle v1.0.13
4912026-03-24T17:03:24.465Z Compiling cfg-if v1.0.4
4922026-03-24T17:03:24.522Z Compiling ordered-float v2.10.1
4932026-03-24T17:03:24.553Z Compiling pretty-hex v0.4.1
4942026-03-24T17:03:24.581Z Compiling anstyle-query v1.1.5
4952026-03-24T17:03:24.717Z Compiling fs-err v3.3.0
4962026-03-24T17:03:24.745Z Compiling anstream v0.6.21
4972026-03-24T17:03:24.771Z Compiling terminal_size v0.4.3
4982026-03-24T17:03:24.798Z Compiling once_cell v1.21.3
4992026-03-24T17:03:24.798Z Compiling anyhow v1.0.102
5002026-03-24T17:03:24.801Z Compiling heck v0.4.1
5012026-03-24T17:03:24.883Z Compiling bytecount v0.6.9
5022026-03-24T17:03:24.914Z Compiling unicode-width v0.1.14
5032026-03-24T17:03:24.970Z Compiling fastrand v2.3.0
5042026-03-24T17:03:24.997Z Compiling strsim v0.11.1
5052026-03-24T17:03:25.086Z Compiling heck v0.5.0
5062026-03-24T17:03:25.108Z Compiling clap_lex v1.0.0
5072026-03-24T17:03:25.152Z Compiling fnv v1.0.7
5082026-03-24T17:03:25.186Z Compiling unicode-xid v0.2.6
5092026-03-24T17:03:25.317Z Compiling papergrid v0.11.0
5102026-03-24T17:03:25.466Z Compiling semver v1.0.27
5112026-03-24T17:03:25.470Z Compiling clap_builder v4.5.60
5122026-03-24T17:03:25.470Z Compiling tempfile v3.25.0
5132026-03-24T17:03:25.590Z Compiling memmap v0.7.0
5142026-03-24T17:03:25.593Z Compiling smawk v0.3.2
5152026-03-24T17:03:25.650Z Compiling unicode-width v0.2.0
5162026-03-24T17:03:25.694Z Compiling unicode-linebreak v0.1.5
5172026-03-24T17:03:25.883Z Compiling camino-tempfile v1.4.1
5182026-03-24T17:03:25.979Z Compiling textwrap v0.16.2
5192026-03-24T17:03:26.052Z Compiling serde-untagged v0.1.9
5202026-03-24T17:03:26.109Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5212026-03-24T17:03:26.176Z Compiling swrite v0.1.0
5222026-03-24T17:03:26.639Z Compiling tabled_derive v0.7.0
5232026-03-24T17:03:27.461Z Compiling synstructure v0.13.2
5242026-03-24T17:03:27.461Z Compiling pest_generator v2.8.6
5252026-03-24T17:03:27.515Z Compiling tabled v0.15.0
5262026-03-24T17:03:28.190Z Compiling serde_derive v1.0.228
5272026-03-24T17:03:28.190Z Compiling zerofrom-derive v0.1.6
5282026-03-24T17:03:28.193Z Compiling yoke-derive v0.8.1
5292026-03-24T17:03:28.193Z Compiling zerovec-derive v0.11.2
5302026-03-24T17:03:28.193Z Compiling displaydoc v0.2.5
5312026-03-24T17:03:28.193Z Compiling thiserror-impl v1.0.69
5322026-03-24T17:03:28.194Z Compiling zerocopy-derive v0.7.35
5332026-03-24T17:03:28.194Z Compiling scroll_derive v0.12.1
5342026-03-24T17:03:28.194Z Compiling thiserror-impl v2.0.18
5352026-03-24T17:03:28.239Z Compiling pest_derive v2.8.6
5362026-03-24T17:03:28.380Z Compiling clap_derive v4.5.55
5372026-03-24T17:03:29.115Z Compiling scroll v0.12.0
5382026-03-24T17:03:29.320Z Compiling zerocopy v0.7.35
5392026-03-24T17:03:29.407Z Compiling goblin v0.8.2
5402026-03-24T17:03:29.594Z Compiling zerofrom v0.1.6
5412026-03-24T17:03:29.736Z Compiling yoke v0.8.1
5422026-03-24T17:03:29.821Z Compiling dtrace-parser v0.2.0
5432026-03-24T17:03:29.948Z Compiling zerovec v0.11.5
5442026-03-24T17:03:29.948Z Compiling zerotrie v0.2.3
5452026-03-24T17:03:30.263Z Compiling clap v4.5.60
5462026-03-24T17:03:30.570Z Compiling tinystr v0.8.2
5472026-03-24T17:03:30.570Z Compiling potential_utf v0.1.4
5482026-03-24T17:03:30.712Z Compiling icu_collections v2.1.1
5492026-03-24T17:03:30.795Z Compiling icu_locale_core v2.1.1
5502026-03-24T17:03:31.560Z Compiling icu_provider v2.1.1
5512026-03-24T17:03:31.591Z Compiling serde_spanned v0.6.9
5522026-03-24T17:03:31.592Z Compiling toml_datetime v0.6.11
5532026-03-24T17:03:31.596Z Compiling serde-value v0.7.0
5542026-03-24T17:03:31.596Z Compiling cargo-platform v0.2.0
5552026-03-24T17:03:31.596Z Compiling macaddr v1.0.1
5562026-03-24T17:03:31.617Z Compiling dof v0.3.0
5572026-03-24T17:03:31.621Z Compiling serde_tokenstream v0.2.3
5582026-03-24T17:03:31.855Z Compiling icu_properties v2.1.2
5592026-03-24T17:03:31.855Z Compiling icu_normalizer v2.1.1
5602026-03-24T17:03:31.909Z Compiling toml_edit v0.22.27
5612026-03-24T17:03:32.645Z Compiling usdt-attr-macro v0.5.0
5622026-03-24T17:03:32.645Z Compiling usdt-macro v0.5.0
5632026-03-24T17:03:33.017Z Compiling idna_adapter v1.2.1
5642026-03-24T17:03:33.151Z Compiling idna v1.1.0
5652026-03-24T17:03:33.372Z Compiling usdt v0.5.0
5662026-03-24T17:03:33.505Z Compiling url v2.5.8
5672026-03-24T17:03:33.658Z Compiling toml v0.8.23
5682026-03-24T17:03:34.126Z Compiling cargo-util-schemas v0.8.2
5692026-03-24T17:03:34.126Z Compiling cargo_toml v0.21.0
5702026-03-24T17:03:35.272Z Compiling cargo_metadata v0.21.0
5712026-03-24T17:03:36.555Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5722026-03-24T17:03:39.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.18s
5732026-03-24T17:03:39.684Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5742026-03-24T17:03:40.413Z Downloading crates ...
5752026-03-24T17:03:40.525Z Downloaded aead v0.5.2
5762026-03-24T17:03:40.528Z Downloaded adler2 v2.0.1
5772026-03-24T17:03:40.544Z Downloaded base16ct v1.0.0
5782026-03-24T17:03:40.548Z Downloaded embedded-io v0.6.1
5792026-03-24T17:03:40.551Z Downloaded aes-gcm v0.10.3
5802026-03-24T17:03:40.554Z Downloaded env_filter v1.0.0
5812026-03-24T17:03:40.558Z Downloaded base64ct v1.8.3
5822026-03-24T17:03:40.561Z Downloaded chacha20 v0.9.1
5832026-03-24T17:03:40.564Z Downloaded float-ord v0.3.2
5842026-03-24T17:03:40.564Z Downloaded derive_builder v0.20.2
5852026-03-24T17:03:40.567Z Downloaded critical-section v1.2.0
5862026-03-24T17:03:40.570Z Downloaded fixedbitset v0.4.2
5872026-03-24T17:03:40.570Z Downloaded dunce v1.0.5
5882026-03-24T17:03:40.573Z Downloaded derive_more v0.99.20
5892026-03-24T17:03:40.577Z Downloaded filetime v0.2.27
5902026-03-24T17:03:40.577Z Downloaded bit-set v0.8.0
5912026-03-24T17:03:40.580Z Downloaded derive-ex v0.1.8
5922026-03-24T17:03:40.580Z Downloaded deranged v0.5.8
5932026-03-24T17:03:40.584Z Downloaded ecdsa v0.16.9
5942026-03-24T17:03:40.587Z Downloaded cfg_aliases v0.2.1
5952026-03-24T17:03:40.587Z Downloaded crossbeam-epoch v0.9.18
5962026-03-24T17:03:40.587Z Downloaded dsl_auto_type v0.2.0
5972026-03-24T17:03:40.590Z Downloaded crucible-workspace-hack v0.1.0
5982026-03-24T17:03:40.590Z Downloaded erased-serde v0.3.31
5992026-03-24T17:03:40.593Z Downloaded either v1.15.0
6002026-03-24T17:03:40.593Z Downloaded blowfish v0.9.1
6012026-03-24T17:03:40.597Z Downloaded constant_time_eq v0.4.2
6022026-03-24T17:03:40.597Z Downloaded defmt v0.3.100
6032026-03-24T17:03:40.597Z Downloaded bzip2 v0.4.4
6042026-03-24T17:03:40.601Z Downloaded bitfield-macros v0.19.4
6052026-03-24T17:03:40.601Z Downloaded dtrace-parser v0.3.0
6062026-03-24T17:03:40.601Z Downloaded darling_macro v0.21.3
6072026-03-24T17:03:40.604Z Downloaded crc v3.4.0
6082026-03-24T17:03:40.604Z Downloaded convert_case v0.4.0
6092026-03-24T17:03:40.604Z Downloaded curve25519-dalek-derive v0.1.1
6102026-03-24T17:03:40.607Z Downloaded difflib v0.4.0
6112026-03-24T17:03:40.607Z Downloaded async-bb8-diesel v0.2.1
6122026-03-24T17:03:40.610Z Downloaded crc8 v0.1.1
6132026-03-24T17:03:40.610Z Downloaded cfg_aliases v0.1.1
6142026-03-24T17:03:40.610Z Downloaded bit-set v0.5.3
6152026-03-24T17:03:40.613Z Downloaded defmt-macros v1.0.1
6162026-03-24T17:03:40.616Z Downloaded ghash v0.5.1
6172026-03-24T17:03:40.616Z Downloaded ciborium-io v0.2.2
6182026-03-24T17:03:40.619Z Downloaded bcrypt-pbkdf v0.10.0
6192026-03-24T17:03:40.619Z Downloaded cargo-platform v0.1.9
6202026-03-24T17:03:40.619Z Downloaded ascii-canvas v3.0.0
6212026-03-24T17:03:40.622Z Downloaded async-stream-impl v0.3.6
6222026-03-24T17:03:40.622Z Downloaded futures-sink v0.3.32
6232026-03-24T17:03:40.625Z Downloaded gethostname v0.5.0
6242026-03-24T17:03:40.625Z Downloaded document-features v0.2.12
6252026-03-24T17:03:40.625Z Downloaded crc-catalog v2.4.0
6262026-03-24T17:03:40.628Z Downloaded dirs-next v2.0.0
6272026-03-24T17:03:40.628Z Downloaded darling_macro v0.20.11
6282026-03-24T17:03:40.628Z Downloaded futures-task v0.3.32
6292026-03-24T17:03:40.631Z Downloaded dyn-clone v1.0.20
6302026-03-24T17:03:40.631Z Downloaded derive_more v2.1.1
6312026-03-24T17:03:40.640Z Downloaded fd-lock v4.0.4
6322026-03-24T17:03:40.643Z Downloaded embedded-io v0.4.0
6332026-03-24T17:03:40.647Z Downloaded float-cmp v0.10.0
6342026-03-24T17:03:40.647Z Downloaded dirs-sys-next v0.1.2
6352026-03-24T17:03:40.647Z Downloaded crunchy v0.2.4
6362026-03-24T17:03:40.650Z Downloaded der_derive v0.7.3
6372026-03-24T17:03:40.650Z Downloaded array-init v0.0.4
6382026-03-24T17:03:40.650Z Downloaded downcast-rs v2.0.2
6392026-03-24T17:03:40.653Z Downloaded darling_core v0.20.11
6402026-03-24T17:03:40.656Z Downloaded dropshot-api-manager-types v0.6.0
6412026-03-24T17:03:40.656Z Downloaded castaway v0.2.4
6422026-03-24T17:03:40.659Z Downloaded foreign-types v0.5.0
6432026-03-24T17:03:40.659Z Downloaded display-error-chain v0.2.2
6442026-03-24T17:03:40.662Z Downloaded diesel_table_macro_syntax v0.3.0
6452026-03-24T17:03:40.662Z Downloaded async-recursion v1.1.1
6462026-03-24T17:03:40.665Z Downloaded endian-type v0.1.2
6472026-03-24T17:03:40.665Z Downloaded async-stream v0.3.6
6482026-03-24T17:03:40.668Z Downloaded flagset v0.4.7
6492026-03-24T17:03:40.668Z Downloaded dof v0.4.0
6502026-03-24T17:03:40.671Z Downloaded cstr-argument v0.1.2
6512026-03-24T17:03:40.671Z Downloaded block-padding v0.3.3
6522026-03-24T17:03:40.671Z Downloaded enum-as-inner v0.6.1
6532026-03-24T17:03:40.675Z Downloaded defmt-parser v1.0.0
6542026-03-24T17:03:40.675Z Downloaded foreign-types v0.3.2
6552026-03-24T17:03:40.679Z Downloaded foreign-types-shared v0.1.1
6562026-03-24T17:03:40.679Z Downloaded cobs v0.3.0
6572026-03-24T17:03:40.679Z Downloaded atty v0.2.14
6582026-03-24T17:03:40.679Z Downloaded arrayref v0.3.9
6592026-03-24T17:03:40.683Z Downloaded fxhash v0.2.1
6602026-03-24T17:03:40.683Z Downloaded globwalk v0.9.1
6612026-03-24T17:03:40.683Z Downloaded hex-literal v0.4.1
6622026-03-24T17:03:40.683Z Downloaded ff v0.13.1
6632026-03-24T17:03:40.686Z Downloaded bitfield-struct v0.6.2
6642026-03-24T17:03:40.686Z Downloaded fixedbitset v0.5.7
6652026-03-24T17:03:40.689Z Downloaded derive_builder_core v0.20.2
6662026-03-24T17:03:40.692Z Downloaded headers-core v0.3.0
6672026-03-24T17:03:40.692Z Downloaded hash32 v0.3.1
6682026-03-24T17:03:40.692Z Downloaded hash32 v0.2.1
6692026-03-24T17:03:40.695Z Downloaded futures-io v0.3.32
6702026-03-24T17:03:40.695Z Downloaded futures-core v0.3.32
6712026-03-24T17:03:40.695Z Downloaded funty v2.0.0
6722026-03-24T17:03:40.698Z Downloaded futures-macro v0.3.32
6732026-03-24T17:03:40.698Z Downloaded foldhash v0.2.0
6742026-03-24T17:03:40.701Z Downloaded bit-vec v0.8.0
6752026-03-24T17:03:40.701Z Downloaded defmt v1.0.1
6762026-03-24T17:03:40.704Z Downloaded foldhash v0.1.5
6772026-03-24T17:03:40.708Z Downloaded find-msvc-tools v0.1.9
6782026-03-24T17:03:40.708Z Downloaded fallible-iterator v0.2.0
6792026-03-24T17:03:40.708Z Downloaded cmake v0.1.57
6802026-03-24T17:03:40.711Z Downloaded ciborium-ll v0.2.2
6812026-03-24T17:03:40.711Z Downloaded data-encoding v2.10.0
6822026-03-24T17:03:40.711Z Downloaded foreign-types-macros v0.2.3
6832026-03-24T17:03:40.716Z Downloaded bit-vec v0.6.3
6842026-03-24T17:03:40.716Z Downloaded cassowary v0.3.0
6852026-03-24T17:03:40.721Z Downloaded cargo_metadata v0.19.2
6862026-03-24T17:03:40.721Z Downloaded arrayvec v0.7.6
6872026-03-24T17:03:40.721Z Downloaded fs_extra v1.3.0
6882026-03-24T17:03:40.724Z Downloaded convert_case v0.10.0
6892026-03-24T17:03:40.724Z Downloaded base64 v0.21.7
6902026-03-24T17:03:40.729Z Downloaded ed25519 v2.2.3
6912026-03-24T17:03:40.731Z Downloaded base64 v0.22.1
6922026-03-24T17:03:40.731Z Downloaded hostname v0.3.1
6932026-03-24T17:03:40.735Z Downloaded httpdate v1.0.3
6942026-03-24T17:03:40.735Z Downloaded hubpack_derive v0.1.1
6952026-03-24T17:03:40.735Z Downloaded home v0.5.12
6962026-03-24T17:03:40.738Z Downloaded hubpack v0.1.2
6972026-03-24T17:03:40.738Z Downloaded hex v0.4.3
6982026-03-24T17:03:40.738Z Downloaded crossbeam-deque v0.8.6
6992026-03-24T17:03:40.741Z Downloaded debug-ignore v1.0.5
7002026-03-24T17:03:40.741Z Downloaded http-range v0.1.5
7012026-03-24T17:03:40.744Z Downloaded group v0.13.0
7022026-03-24T17:03:40.744Z Downloaded buf-list v1.1.2
7032026-03-24T17:03:40.747Z Downloaded async-trait v0.1.89
7042026-03-24T17:03:40.750Z Downloaded instability v0.3.11
7052026-03-24T17:03:40.750Z Downloaded ident_case v1.0.1
7062026-03-24T17:03:40.754Z Downloaded hyper-tls v0.6.0
7072026-03-24T17:03:40.754Z Downloaded git-stub-vcs v0.1.0
7082026-03-24T17:03:40.757Z Downloaded bitfield v0.19.4
7092026-03-24T17:03:40.757Z Downloaded is-terminal v0.4.17
7102026-03-24T17:03:40.757Z Downloaded instant v0.1.13
7112026-03-24T17:03:40.760Z Downloaded git-stub v1.0.0
7122026-03-24T17:03:40.777Z Downloaded http-body v1.0.1
7132026-03-24T17:03:40.780Z Downloaded crossbeam-utils v0.8.21
7142026-03-24T17:03:40.781Z Downloaded console v0.16.2
7152026-03-24T17:03:40.784Z Downloaded ciborium v0.2.2
7162026-03-24T17:03:40.784Z Downloaded darling v0.23.0
7172026-03-24T17:03:40.787Z Downloaded corncobs v0.1.4
7182026-03-24T17:03:40.790Z Downloaded cookie v0.18.1
7192026-03-24T17:03:40.794Z Downloaded is_ci v1.2.0
7202026-03-24T17:03:40.794Z Downloaded indoc v1.0.9
7212026-03-24T17:03:40.797Z Downloaded glob v0.3.3
7222026-03-24T17:03:40.797Z Downloaded des v0.8.1
7232026-03-24T17:03:40.800Z Downloaded humantime v2.3.0
7242026-03-24T17:03:40.800Z Downloaded clang-sys v1.8.1
7252026-03-24T17:03:40.804Z Downloaded darling v0.20.11
7262026-03-24T17:03:40.807Z Downloaded libscf-sys v1.1.0
7272026-03-24T17:03:40.809Z Downloaded lalrpop-util v0.19.12
7282026-03-24T17:03:40.810Z Downloaded cancel-safe-futures v0.1.5
7292026-03-24T17:03:40.813Z Downloaded keccak v0.1.6
7302026-03-24T17:03:40.813Z Downloaded managed v0.8.0
7312026-03-24T17:03:40.816Z Downloaded hickory-client v0.25.2
7322026-03-24T17:03:40.816Z Downloaded globset v0.4.18
7332026-03-24T17:03:40.819Z Downloaded lzss v0.8.2
7342026-03-24T17:03:40.819Z Downloaded kstat-rs v0.2.4
7352026-03-24T17:03:40.822Z Downloaded ingot-types v0.1.2
7362026-03-24T17:03:40.823Z Downloaded ingot v0.1.1
7372026-03-24T17:03:40.826Z Downloaded impl-trait-for-tuples v0.2.3
7382026-03-24T17:03:40.826Z Downloaded indent_write v2.2.0
7392026-03-24T17:03:40.830Z Downloaded md5 v0.7.0
7402026-03-24T17:03:40.830Z Downloaded memoffset v0.9.1
7412026-03-24T17:03:40.833Z Downloaded http-body-util v0.1.3
7422026-03-24T17:03:40.833Z Downloaded futures v0.3.32
7432026-03-24T17:03:40.836Z Downloaded ipnetwork v0.21.1
7442026-03-24T17:03:40.839Z Downloaded cookie_store v0.22.1
7452026-03-24T17:03:40.839Z Downloaded const-oid v0.9.6
7462026-03-24T17:03:40.842Z Downloaded console v0.15.11
7472026-03-24T17:03:40.845Z Downloaded colored v3.1.1
7482026-03-24T17:03:40.849Z Downloaded mime v0.3.17
7492026-03-24T17:03:40.849Z Downloaded fs-err v2.11.0
7502026-03-24T17:03:40.852Z Downloaded derive-where v1.6.0
7512026-03-24T17:03:40.856Z Downloaded newline-converter v0.3.0
7522026-03-24T17:03:40.856Z Downloaded cargo_toml v0.22.3
7532026-03-24T17:03:40.856Z Downloaded new_debug_unreachable v1.0.6
7542026-03-24T17:03:40.856Z Downloaded lazy_static v1.5.0
7552026-03-24T17:03:40.859Z Downloaded newtype_derive v0.1.6
7562026-03-24T17:03:40.859Z Downloaded newtype-uuid-macros v0.1.0
7572026-03-24T17:03:40.862Z Downloaded darling_core v0.21.3
7582026-03-24T17:03:40.865Z Downloaded nodrop v0.1.14
7592026-03-24T17:03:40.865Z Downloaded nonempty v0.12.0
7602026-03-24T17:03:40.868Z Downloaded half v1.8.3
7612026-03-24T17:03:40.871Z Downloaded nibble_vec v0.1.0
7622026-03-24T17:03:40.871Z Downloaded md-5 v0.10.6
7632026-03-24T17:03:40.874Z Downloaded libefi-sys v0.1.0
7642026-03-24T17:03:40.874Z Downloaded linked-hash-map v0.5.6
7652026-03-24T17:03:40.874Z Downloaded libsw-core v0.3.2
7662026-03-24T17:03:40.878Z Downloaded indoc v2.0.7
7672026-03-24T17:03:40.881Z Downloaded num-conv v0.2.0
7682026-03-24T17:03:40.881Z Downloaded hyper-rustls v0.27.7
7692026-03-24T17:03:40.881Z Downloaded hmac v0.12.1
7702026-03-24T17:03:40.884Z Downloaded iana-time-zone v0.1.65
7712026-03-24T17:03:40.888Z Downloaded linear-map v1.2.0
7722026-03-24T17:03:40.888Z Downloaded lock_api v0.4.14
7732026-03-24T17:03:40.891Z Downloaded multimap v0.10.1
7742026-03-24T17:03:40.891Z Downloaded num-iter v0.1.45
7752026-03-24T17:03:40.891Z Downloaded num-derive v0.3.3
7762026-03-24T17:03:40.895Z Downloaded olpc-cjson v0.1.4
7772026-03-24T17:03:40.895Z Downloaded opaque-debug v0.3.1
7782026-03-24T17:03:40.895Z Downloaded openssl-probe v0.2.1
7792026-03-24T17:03:40.899Z Downloaded num-derive v0.4.2
7802026-03-24T17:03:40.899Z Downloaded backon v1.6.0
7812026-03-24T17:03:40.902Z Downloaded half v2.7.1
7822026-03-24T17:03:40.902Z Downloaded ipnet v2.11.0
7832026-03-24T17:03:40.906Z Downloaded num_threads v0.1.7
7842026-03-24T17:03:40.906Z Downloaded multer v3.1.0
7852026-03-24T17:03:40.909Z Downloaded flume v0.11.1
7862026-03-24T17:03:40.914Z Downloaded const_format_proc_macros v0.2.34
7872026-03-24T17:03:40.914Z Downloaded crc-any v2.5.0
7882026-03-24T17:03:40.917Z Downloaded openssl-probe v0.1.6
7892026-03-24T17:03:40.917Z Downloaded normalize-line-endings v0.3.0
7902026-03-24T17:03:40.917Z Downloaded compact_str v0.8.1
7912026-03-24T17:03:40.920Z Downloaded bytes v1.11.1
7922026-03-24T17:03:40.923Z Downloaded newtype-uuid v1.3.2
7932026-03-24T17:03:40.923Z Downloaded native-tls v0.2.18
7942026-03-24T17:03:40.926Z Downloaded ed25519-dalek v2.2.0
7952026-03-24T17:03:40.929Z Downloaded packed_struct_codegen v0.10.1
7962026-03-24T17:03:40.929Z Downloaded num_enum_derive v0.5.11
7972026-03-24T17:03:40.932Z Downloaded const_format v0.2.35
7982026-03-24T17:03:40.935Z Downloaded libloading v0.8.9
7992026-03-24T17:03:40.938Z Downloaded nu-ansi-term v0.50.3
8002026-03-24T17:03:40.938Z Downloaded jobserver v0.1.34
8012026-03-24T17:03:40.941Z Downloaded nanorand v0.7.0
8022026-03-24T17:03:40.941Z Downloaded inout v0.1.4
8032026-03-24T17:03:40.944Z Downloaded ingot-macros v0.1.1
8042026-03-24T17:03:40.944Z Downloaded openssl-macros v0.1.1
8052026-03-24T17:03:40.948Z Downloaded num v0.4.3
8062026-03-24T17:03:40.948Z Downloaded libsw v3.5.0
8072026-03-24T17:03:40.948Z Downloaded num-complex v0.4.6
8082026-03-24T17:03:40.951Z Downloaded path-slash v0.1.5
8092026-03-24T17:03:40.951Z Downloaded pbkdf2 v0.12.2
8102026-03-24T17:03:40.954Z Downloaded peg-runtime v0.8.5
8112026-03-24T17:03:40.954Z Downloaded pbkdf2 v0.11.0
8122026-03-24T17:03:40.957Z Downloaded parse-display v0.10.0
8132026-03-24T17:03:40.957Z Downloaded futures-channel v0.3.32
8142026-03-24T17:03:40.957Z Downloaded headers v0.4.1
8152026-03-24T17:03:40.961Z Downloaded fatfs v0.3.6
8162026-03-24T17:03:40.965Z Downloaded num_enum_derive v0.7.5
8172026-03-24T17:03:40.968Z Downloaded httparse v1.10.1
8182026-03-24T17:03:40.971Z Downloaded pin-utils v0.1.0
8192026-03-24T17:03:40.971Z Downloaded phf_shared v0.12.1
8202026-03-24T17:03:40.971Z Downloaded dropshot_endpoint v0.16.7
8212026-03-24T17:03:40.974Z Downloaded precomputed-hash v0.1.1
8222026-03-24T17:03:40.978Z Downloaded phf_shared v0.13.1
8232026-03-24T17:03:40.978Z Downloaded phf_shared v0.11.3
8242026-03-24T17:03:40.978Z Downloaded crc32fast v1.5.0
8252026-03-24T17:03:40.981Z Downloaded colored v2.2.0
8262026-03-24T17:03:40.982Z Downloaded num_enum v0.5.11
8272026-03-24T17:03:40.985Z Downloaded memmap2 v0.9.10
8282026-03-24T17:03:40.988Z Downloaded flate2 v1.1.9
8292026-03-24T17:03:40.991Z Downloaded powerfmt v0.2.0
8302026-03-24T17:03:40.994Z Downloaded der v0.7.10
8312026-03-24T17:03:40.999Z Downloaded progenitor-client v0.10.0
8322026-03-24T17:03:40.999Z Downloaded predicates-tree v1.0.13
8332026-03-24T17:03:41.002Z Downloaded proc-macro-error-attr2 v2.0.0
8342026-03-24T17:03:41.002Z Downloaded proc-macro-crate v1.3.1
8352026-03-24T17:03:41.002Z Downloaded predicates-core v1.0.10
8362026-03-24T17:03:41.002Z Downloaded arc-swap v1.8.2
8372026-03-24T17:03:41.005Z Downloaded parse-size v1.1.0
8382026-03-24T17:03:41.008Z Downloaded oso-derive v0.27.3
8392026-03-24T17:03:41.008Z Downloaded oxnet v0.1.4
8402026-03-24T17:03:41.008Z Downloaded oxide-tokio-rt v0.1.3
8412026-03-24T17:03:41.011Z Downloaded parse-display-derive v0.10.0
8422026-03-24T17:03:41.011Z Downloaded packed_struct v0.10.1
8432026-03-24T17:03:41.014Z Downloaded quick-error v1.2.3
8442026-03-24T17:03:41.015Z Downloaded bumpalo v3.20.2
8452026-03-24T17:03:41.018Z Downloaded indexmap v1.9.3
8462026-03-24T17:03:41.021Z Downloaded ignore v0.4.25
8472026-03-24T17:03:41.021Z Downloaded num-integer v0.1.46
8482026-03-24T17:03:41.024Z Downloaded chacha20poly1305 v0.10.1
8492026-03-24T17:03:41.024Z Downloaded password-hash v0.4.2
8502026-03-24T17:03:41.027Z Downloaded libbz2-rs-sys v0.2.2
8512026-03-24T17:03:41.027Z Downloaded peg-macros v0.8.5
8522026-03-24T17:03:41.030Z Downloaded paste v1.0.15
8532026-03-24T17:03:41.033Z Downloaded phf v0.13.1
8542026-03-24T17:03:41.033Z Downloaded phf v0.12.1
8552026-03-24T17:03:41.037Z Downloaded parking_lot_core v0.8.6
8562026-03-24T17:03:41.037Z Downloaded progenitor-macro v0.11.2
8572026-03-24T17:03:41.037Z Downloaded psl-types v2.0.11
8582026-03-24T17:03:41.040Z Downloaded indicatif v0.18.4
8592026-03-24T17:03:41.045Z Downloaded radium v0.7.0
8602026-03-24T17:03:41.045Z Downloaded heapless v0.7.17
8612026-03-24T17:03:41.049Z Downloaded omicron-zone-package v0.12.2
8622026-03-24T17:03:41.049Z Downloaded polyval v0.6.2
8632026-03-24T17:03:41.052Z Downloaded pem-rfc7468 v0.7.0
8642026-03-24T17:03:41.052Z Downloaded pem v3.0.6
8652026-03-24T17:03:41.056Z Downloaded predicates v3.1.4
8662026-03-24T17:03:41.056Z Downloaded heapless v0.8.0
8672026-03-24T17:03:41.062Z Downloaded expectorate v1.2.0
8682026-03-24T17:03:41.067Z Downloaded diesel_derives v2.3.7
8692026-03-24T17:03:41.067Z Downloaded rand_chacha v0.3.1
8702026-03-24T17:03:41.071Z Downloaded ref-cast v1.0.25
8712026-03-24T17:03:41.071Z Downloaded rand_xorshift v0.4.0
8722026-03-24T17:03:41.071Z Downloaded cc v1.2.56
8732026-03-24T17:03:41.076Z Downloaded ahash v0.8.12
8742026-03-24T17:03:41.079Z Downloaded progenitor v0.10.0
8752026-03-24T17:03:41.079Z Downloaded recursive-proc-macro-impl v0.1.1
8762026-03-24T17:03:41.080Z Downloaded parking_lot v0.12.5
8772026-03-24T17:03:41.084Z Downloaded ar_archive_writer v0.5.1
8782026-03-24T17:03:41.084Z Downloaded progenitor-client v0.11.2
8792026-03-24T17:03:41.087Z Downloaded progenitor v0.13.0
8802026-03-24T17:03:41.087Z Downloaded pkg-config v0.3.32
8812026-03-24T17:03:41.092Z Downloaded pkcs8 v0.10.2
8822026-03-24T17:03:41.092Z Downloaded parking_lot v0.11.2
8832026-03-24T17:03:41.096Z Downloaded recursive v0.1.1
8842026-03-24T17:03:41.096Z Downloaded proc-macro-crate v3.4.0
8852026-03-24T17:03:41.096Z Downloaded pin-project-lite v0.2.17
8862026-03-24T17:03:41.100Z Downloaded ref-cast-impl v1.0.25
8872026-03-24T17:03:41.100Z Downloaded progenitor-macro v0.10.0
8882026-03-24T17:03:41.104Z Downloaded rfc6979 v0.4.0
8892026-03-24T17:03:41.104Z Downloaded pin-project-internal v1.1.11
8902026-03-24T17:03:41.104Z Downloaded crossbeam-channel v0.5.15
8912026-03-24T17:03:41.109Z Downloaded russh-cryptovec v0.7.3
8922026-03-24T17:03:41.109Z Downloaded r2d2 v0.8.10
8932026-03-24T17:03:41.113Z Downloaded progenitor-extras v0.1.1
8942026-03-24T17:03:41.113Z Downloaded proc-macro-error2 v2.0.1
8952026-03-24T17:03:41.113Z Downloaded litrs v1.0.0
8962026-03-24T17:03:41.117Z Downloaded rtoolbox v0.0.3
8972026-03-24T17:03:41.117Z Downloaded rand_seeder v0.4.0
8982026-03-24T17:03:41.121Z Downloaded poly1305 v0.8.0
8992026-03-24T17:03:41.121Z Downloaded progenitor-macro v0.13.0
9002026-03-24T17:03:41.121Z Downloaded rand_core v0.9.5
9012026-03-24T17:03:41.124Z Downloaded rand_core v0.6.4
9022026-03-24T17:03:41.125Z Downloaded rand_chacha v0.9.0
9032026-03-24T17:03:41.128Z Downloaded progenitor-client v0.13.0
9042026-03-24T17:03:41.128Z Downloaded postgres-types v0.2.12
9052026-03-24T17:03:41.133Z Downloaded rustc_version v0.4.1
9062026-03-24T17:03:41.133Z Downloaded rustc_version v0.1.7
9072026-03-24T17:03:41.134Z Downloaded psm v0.1.30
9082026-03-24T17:03:41.138Z Downloaded salsa20 v0.10.2
9092026-03-24T17:03:41.138Z Downloaded primeorder v0.13.6
9102026-03-24T17:03:41.138Z Downloaded crypto-bigint v0.5.5
9112026-03-24T17:03:41.141Z Downloaded hickory-resolver v0.24.4
9122026-03-24T17:03:41.145Z Downloaded papergrid v0.17.0
9132026-03-24T17:03:41.148Z Downloaded sapling-renderdag v0.1.0
9142026-03-24T17:03:41.152Z Downloaded scheduled-thread-pool v0.2.7
9152026-03-24T17:03:41.152Z Downloaded progenitor v0.11.2
9162026-03-24T17:03:41.155Z Downloaded pkcs1 v0.7.5
9172026-03-24T17:03:41.155Z Downloaded rand_core v0.10.0
9182026-03-24T17:03:41.159Z Downloaded resolv-conf v0.7.6
9192026-03-24T17:03:41.159Z Downloaded jiff-static v0.2.21
9202026-03-24T17:03:41.163Z Downloaded dropshot-api-manager v0.6.0
9212026-03-24T17:03:41.163Z Downloaded ppv-lite86 v0.2.21
9222026-03-24T17:03:41.166Z Downloaded postgres-protocol v0.6.10
9232026-03-24T17:03:41.166Z Downloaded postcard v1.1.3
9242026-03-24T17:03:41.169Z Downloaded scrypt v0.11.0
9252026-03-24T17:03:41.169Z Downloaded semver v0.1.20
9262026-03-24T17:03:41.173Z Downloaded serde-big-array v0.5.1
9272026-03-24T17:03:41.173Z Downloaded serde_bytes v0.11.19
9282026-03-24T17:03:41.176Z Downloaded seq-macro v0.3.6
9292026-03-24T17:03:41.176Z Downloaded secrecy v0.8.0
9302026-03-24T17:03:41.176Z Downloaded same-file v1.0.6
9312026-03-24T17:03:41.180Z Downloaded pkcs5 v0.7.1
9322026-03-24T17:03:41.184Z Downloaded scopeguard v1.2.0
9332026-03-24T17:03:41.184Z Downloaded openssl-sys v0.9.111
9342026-03-24T17:03:41.188Z Downloaded sha1 v0.10.6
9352026-03-24T17:03:41.188Z Downloaded serde_urlencoded v0.7.1
9362026-03-24T17:03:41.191Z Downloaded secrecy v0.10.3
9372026-03-24T17:03:41.191Z Downloaded rustc-hash v2.1.1
9382026-03-24T17:03:41.191Z Downloaded oso v0.27.3
9392026-03-24T17:03:41.195Z Downloaded scroll_derive v0.13.1
9402026-03-24T17:03:41.195Z Downloaded owo-colors v4.3.0
9412026-03-24T17:03:41.223Z Downloaded rustls-pemfile v2.2.0
9422026-03-24T17:03:41.223Z Downloaded derive_more-impl v2.1.1
9432026-03-24T17:03:41.228Z Downloaded prefix-trie v0.7.0
9442026-03-24T17:03:41.228Z Downloaded rustls-native-certs v0.8.3
9452026-03-24T17:03:41.228Z Downloaded password-hash v0.5.0
9462026-03-24T17:03:41.228Z Downloaded mime_guess v2.0.5
9472026-03-24T17:03:41.228Z Downloaded peg v0.8.5
9482026-03-24T17:03:41.228Z Downloaded signal-hook-mio v0.2.5
9492026-03-24T17:03:41.228Z Downloaded num_enum v0.7.5
9502026-03-24T17:03:41.228Z Downloaded rusty-fork v0.3.1
9512026-03-24T17:03:41.228Z Downloaded allocator-api2 v0.2.21
9522026-03-24T17:03:41.228Z Downloaded num-rational v0.4.2
9532026-03-24T17:03:41.228Z Downloaded serde_spanned v1.0.4
9542026-03-24T17:03:41.228Z Downloaded progenitor-impl v0.13.0
9552026-03-24T17:03:41.228Z Downloaded slog-bunyan v2.5.0
9562026-03-24T17:03:41.232Z Downloaded signal-hook-tokio v0.3.1
9572026-03-24T17:03:41.232Z Downloaded serde_repr v0.1.20
9582026-03-24T17:03:41.232Z Downloaded sigpipe v0.1.3
9592026-03-24T17:03:41.235Z Downloaded siphasher v1.0.2
9602026-03-24T17:03:41.235Z Downloaded signature v2.2.0
9612026-03-24T17:03:41.236Z Downloaded schemars_derive v0.8.22
9622026-03-24T17:03:41.239Z Downloaded rustls-pemfile v1.0.4
9632026-03-24T17:03:41.239Z Downloaded quinn-udp v0.5.14
9642026-03-24T17:03:41.242Z Downloaded serde_plain v1.0.2
9652026-03-24T17:03:41.243Z Downloaded cexpr v0.6.0
9662026-03-24T17:03:41.243Z Downloaded bzip2 v0.6.1
9672026-03-24T17:03:41.246Z Downloaded argon2 v0.5.3
9682026-03-24T17:03:41.246Z Downloaded getrandom v0.3.4
9692026-03-24T17:03:41.250Z Downloaded serde_derive_internals v0.29.1
9702026-03-24T17:03:41.253Z Downloaded scroll v0.13.0
9712026-03-24T17:03:41.253Z Downloaded pin-project v1.1.11
9722026-03-24T17:03:41.260Z Downloaded slog-envlogger v2.2.0
9732026-03-24T17:03:41.263Z Downloaded ssh-cipher v0.2.0
9742026-03-24T17:03:41.263Z Downloaded ssh-encoding v0.2.0
9752026-03-24T17:03:41.266Z Downloaded rustversion v1.0.22
9762026-03-24T17:03:41.266Z Downloaded rustls-pki-types v1.14.0
9772026-03-24T17:03:41.269Z Downloaded serde_path_to_error v0.1.20
9782026-03-24T17:03:41.272Z Downloaded signal-hook-registry v1.4.8
9792026-03-24T17:03:41.272Z Downloaded crossterm v0.28.1
9802026-03-24T17:03:41.276Z Downloaded russh-keys v0.45.0
9812026-03-24T17:03:41.279Z Downloaded minimal-lexical v0.2.1
9822026-03-24T17:03:41.282Z Downloaded hickory-resolver v0.25.2
9832026-03-24T17:03:41.285Z Downloaded sync_wrapper v1.0.2
9842026-03-24T17:03:41.288Z Downloaded sync-ptr v0.1.4
9852026-03-24T17:03:41.288Z Downloaded rcgen v0.12.1
9862026-03-24T17:03:41.292Z Downloaded supports-color v3.0.2
9872026-03-24T17:03:41.292Z Downloaded strum v0.27.2
9882026-03-24T17:03:41.295Z Downloaded slab v0.4.12
9892026-03-24T17:03:41.295Z Downloaded simd-adler32 v0.3.8
9902026-03-24T17:03:41.295Z Downloaded strum v0.26.3
9912026-03-24T17:03:41.299Z Downloaded serde-hex v0.1.0
9922026-03-24T17:03:41.299Z Downloaded sec1 v0.7.3
9932026-03-24T17:03:41.299Z Downloaded sct v0.7.1
9942026-03-24T17:03:41.302Z Downloaded sqlparser_derive v0.5.0
9952026-03-24T17:03:41.302Z Downloaded slog-term v2.9.2
9962026-03-24T17:03:41.305Z Downloaded tabwriter v1.4.1
9972026-03-24T17:03:41.308Z Downloaded tabled_derive v0.11.0
9982026-03-24T17:03:41.308Z Downloaded slog-stdlog v4.1.1
9992026-03-24T17:03:41.308Z Downloaded slog-json v2.6.1
10002026-03-24T17:03:41.312Z Downloaded slog-async v2.8.0
10012026-03-24T17:03:41.312Z Downloaded progenitor-impl v0.10.0
10022026-03-24T17:03:41.315Z Downloaded progenitor-impl v0.11.2
10032026-03-24T17:03:41.318Z Downloaded parking_lot_core v0.9.12
10042026-03-24T17:03:41.318Z Downloaded p256 v0.13.2
10052026-03-24T17:03:41.321Z Downloaded structmeta v0.3.0
10062026-03-24T17:03:41.321Z Downloaded miniz_oxide v0.8.9
10072026-03-24T17:03:41.324Z Downloaded snafu-derive v0.8.9
10082026-03-24T17:03:41.327Z Downloaded tagptr v0.2.0
10092026-03-24T17:03:41.327Z Downloaded strip-ansi-escapes v0.2.1
10102026-03-24T17:03:41.327Z Downloaded shlex v1.3.0
10112026-03-24T17:03:41.330Z Downloaded shell-words v1.1.1
10122026-03-24T17:03:41.330Z Downloaded hyper-util v0.1.20
10132026-03-24T17:03:41.333Z Downloaded spki v0.7.3
10142026-03-24T17:03:41.336Z Downloaded getrandom v0.2.17
10152026-03-24T17:03:41.339Z Downloaded take_mut v0.2.2
10162026-03-24T17:03:41.339Z Downloaded hashbrown v0.13.2
10172026-03-24T17:03:41.344Z Downloaded elliptic-curve v0.13.8
10182026-03-24T17:03:41.347Z Downloaded http v1.4.0
10192026-03-24T17:03:41.350Z Downloaded crossterm v0.29.0
10202026-03-24T17:03:41.353Z Downloaded subtle v2.6.1
10212026-03-24T17:03:41.356Z Downloaded slog-dtrace v0.3.0
10222026-03-24T17:03:41.356Z Downloaded static_assertions v1.1.0
10232026-03-24T17:03:41.359Z Downloaded strum_macros v0.24.3
10242026-03-24T17:03:41.359Z Downloaded structmeta-derive v0.3.0
10252026-03-24T17:03:41.360Z Downloaded stringprep v0.1.5
10262026-03-24T17:03:41.362Z Downloaded hickory-server v0.25.2
10272026-03-24T17:03:41.365Z Downloaded ryu v1.0.23
10282026-03-24T17:03:41.368Z Downloaded chacha20 v0.10.0
10292026-03-24T17:03:41.371Z Downloaded smallvec v0.6.14
10302026-03-24T17:03:41.371Z Downloaded smf v0.2.3
10312026-03-24T17:03:41.375Z Downloaded slog-scope v4.4.1
10322026-03-24T17:03:41.375Z Downloaded blake2 v0.10.6
10332026-03-24T17:03:41.379Z Downloaded maybe-uninit v2.0.0
10342026-03-24T17:03:41.379Z Downloaded match_cfg v0.1.0
10352026-03-24T17:03:41.379Z Downloaded maplit v1.0.2
10362026-03-24T17:03:41.379Z Downloaded lru-slab v0.1.2
10372026-03-24T17:03:41.383Z Downloaded termtree v0.5.1
10382026-03-24T17:03:41.383Z Downloaded lru v0.12.5
10392026-03-24T17:03:41.383Z Downloaded hyper-staticfile v0.10.1
10402026-03-24T17:03:41.386Z Downloaded thread-id v5.1.0
10412026-03-24T17:03:41.386Z Downloaded support-bundle-viewer v0.1.2
10422026-03-24T17:03:41.386Z Downloaded lru-cache v0.1.2
10432026-03-24T17:03:41.389Z Downloaded qorb v0.4.1
10442026-03-24T17:03:41.393Z Downloaded publicsuffix v2.3.0
10452026-03-24T17:03:41.393Z Downloaded thiserror-impl-no-std v2.0.2
10462026-03-24T17:03:41.395Z Downloaded serde_cbor v0.11.2
10472026-03-24T17:03:41.399Z Downloaded stacker v0.1.23
10482026-03-24T17:03:41.399Z Downloaded pretty_assertions v1.4.1
10492026-03-24T17:03:41.402Z Downloaded tinyvec_macros v0.1.1
10502026-03-24T17:03:41.402Z Downloaded time-core v0.1.8
10512026-03-24T17:03:41.402Z Downloaded testing_table v0.3.0
10522026-03-24T17:03:41.405Z Downloaded internet-checksum v0.2.1
10532026-03-24T17:03:41.405Z Downloaded sqlformat v0.3.5
10542026-03-24T17:03:41.405Z Downloaded iddqd v0.3.17
10552026-03-24T17:03:41.410Z Downloaded termios v0.3.3
10562026-03-24T17:03:41.414Z Downloaded tap v1.0.1
10572026-03-24T17:03:41.414Z Downloaded serde_yaml v0.9.34+deprecated
10582026-03-24T17:03:41.417Z Downloaded highway v1.3.0
10592026-03-24T17:03:41.420Z Downloaded tower-service v0.3.3
10602026-03-24T17:03:41.420Z Downloaded tower-layer v0.3.3
10612026-03-24T17:03:41.420Z Downloaded futures-executor v0.3.32
10622026-03-24T17:03:41.423Z Downloaded diff v0.1.13
10632026-03-24T17:03:41.423Z Downloaded serde_with_macros v3.17.0
10642026-03-24T17:03:41.426Z Downloaded thread_local v1.1.9
10652026-03-24T17:03:41.430Z Downloaded rustls-platform-verifier v0.6.2
10662026-03-24T17:03:41.430Z Downloaded strum_macros v0.27.2
10672026-03-24T17:03:41.433Z Downloaded signal-hook v0.3.18
10682026-03-24T17:03:41.437Z Downloaded similar v2.7.0
10692026-03-24T17:03:41.440Z Downloaded ron v0.8.1
10702026-03-24T17:03:41.443Z Downloaded tiny-keccak v2.0.2
10712026-03-24T17:03:41.446Z Downloaded iri-string v0.7.10
10722026-03-24T17:03:41.450Z Downloaded topological-sort v0.2.2
10732026-03-24T17:03:41.453Z Downloaded nom v7.1.3
10742026-03-24T17:03:41.456Z Downloaded strum_macros v0.26.4
10752026-03-24T17:03:41.459Z Downloaded try-lock v0.2.5
10762026-03-24T17:03:41.459Z Downloaded string_cache v0.8.9
10772026-03-24T17:03:41.462Z Downloaded tokio-macros v2.6.0
10782026-03-24T17:03:41.462Z Downloaded tokio-dtrace v0.1.1
10792026-03-24T17:03:41.462Z Downloaded futures-util v0.3.32
10802026-03-24T17:03:41.471Z Downloaded schemars v0.8.22
10812026-03-24T17:03:41.480Z Downloaded universal-hash v0.5.1
10822026-03-24T17:03:41.484Z Downloaded unit-prefix v0.5.2
10832026-03-24T17:03:41.484Z Downloaded unicode-truncate v1.1.0
10842026-03-24T17:03:41.490Z Downloaded typify-macro v0.4.3
10852026-03-24T17:03:41.490Z Downloaded tokio-rustls v0.25.0
10862026-03-24T17:03:41.490Z Downloaded rsa v0.9.10
10872026-03-24T17:03:41.495Z Downloaded tokio-tungstenite v0.23.1
10882026-03-24T17:03:41.495Z Downloaded tokio-tungstenite v0.21.0
10892026-03-24T17:03:41.499Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10902026-03-24T17:03:41.499Z Downloaded tls_codec_derive v0.4.2
10912026-03-24T17:03:41.499Z Downloaded thiserror-no-std v2.0.2
10922026-03-24T17:03:41.506Z Downloaded time-macros v0.2.27
10932026-03-24T17:03:41.509Z Downloaded typify-macro v0.6.1
10942026-03-24T17:03:41.509Z Downloaded spin v0.9.8
10952026-03-24T17:03:41.509Z Downloaded socket2 v0.5.10
10962026-03-24T17:03:41.509Z Downloaded prettyplease v0.2.37
10972026-03-24T17:03:41.512Z Downloaded quinn v0.11.9
10982026-03-24T17:03:41.519Z Downloaded usdt-attr-macro v0.6.0
10992026-03-24T17:03:41.519Z Downloaded void v1.0.2
11002026-03-24T17:03:41.523Z Downloaded rand v0.8.5
11012026-03-24T17:03:41.523Z Downloaded untrusted v0.7.1
11022026-03-24T17:03:41.523Z Downloaded tokio-native-tls v0.3.1
11032026-03-24T17:03:41.523Z Downloaded untrusted v0.9.0
11042026-03-24T17:03:41.523Z Downloaded utf-8 v0.7.6
11052026-03-24T17:03:41.526Z Downloaded usdt v0.6.0
11062026-03-24T17:03:41.526Z Downloaded mio v1.1.1
11072026-03-24T17:03:41.529Z Downloaded hashbrown v0.12.3
11082026-03-24T17:03:41.534Z Downloaded blake3 v1.8.3
11092026-03-24T17:03:41.539Z Downloaded want v0.3.1
11102026-03-24T17:03:41.543Z Downloaded waitgroup v0.1.2
11112026-03-24T17:03:41.543Z Downloaded tokio-rustls v0.24.1
11122026-03-24T17:03:41.548Z Downloaded slog v2.8.2
11132026-03-24T17:03:41.549Z Downloaded itertools v0.10.5
11142026-03-24T17:03:41.552Z Downloaded trait-variant v0.1.2
11152026-03-24T17:03:41.552Z Downloaded toml_writer v1.0.6+spec-1.1.0
11162026-03-24T17:03:41.555Z Downloaded hkdf v0.12.4
11172026-03-24T17:03:41.555Z Downloaded unicase v2.9.0
11182026-03-24T17:03:41.559Z Downloaded tokio-rustls v0.26.4
11192026-03-24T17:03:41.559Z Downloaded term v0.7.0
11202026-03-24T17:03:41.562Z Downloaded tui-tree-widget v0.23.1
11212026-03-24T17:03:41.562Z Downloaded xshell-macros v0.2.7
11222026-03-24T17:03:41.562Z Downloaded rayon-core v1.13.0
11232026-03-24T17:03:41.565Z Downloaded wait-timeout v0.2.1
11242026-03-24T17:03:41.569Z Downloaded socket2 v0.6.2
11252026-03-24T17:03:41.569Z Downloaded num-bigint v0.4.6
11262026-03-24T17:03:41.573Z Downloaded unarray v0.1.4
11272026-03-24T17:03:41.576Z Downloaded tokio-stream v0.1.18
11282026-03-24T17:03:41.580Z Downloaded itertools v0.13.0
11292026-03-24T17:03:41.583Z Downloaded itertools v0.12.1
11302026-03-24T17:03:41.587Z Downloaded darling v0.21.3
11312026-03-24T17:03:41.591Z Downloaded usdt-macro v0.6.0
11322026-03-24T17:03:41.594Z Downloaded test-strategy v0.4.5
11332026-03-24T17:03:41.597Z Downloaded cipher v0.4.4
11342026-03-24T17:03:41.597Z Downloaded zeroize_derive v1.4.3
11352026-03-24T17:03:41.600Z Downloaded tracing-attributes v0.1.31
11362026-03-24T17:03:41.600Z Downloaded schemars v1.2.1
11372026-03-24T17:03:41.611Z Downloaded uzers v0.12.2
11382026-03-24T17:03:41.614Z Downloaded tinyvec v1.10.0
11392026-03-24T17:03:41.617Z Downloaded walkdir v2.5.0
11402026-03-24T17:03:41.617Z Downloaded zone_cfg_derive v0.3.1
11412026-03-24T17:03:41.620Z Downloaded hashbrown v0.15.5
11422026-03-24T17:03:41.623Z Downloaded zone v0.3.1
11432026-03-24T17:03:41.623Z Downloaded vsss-rs v3.3.4
11442026-03-24T17:03:41.626Z Downloaded rand v0.9.2
11452026-03-24T17:03:41.630Z Downloaded twox-hash v2.1.2
11462026-03-24T17:03:41.630Z Downloaded libxml v0.3.3
11472026-03-24T17:03:41.634Z Downloaded vergen-gitcl v1.0.8
11482026-03-24T17:03:41.637Z Downloaded vergen-lib v0.1.6
11492026-03-24T17:03:41.637Z Downloaded vergen-git2 v1.0.7
11502026-03-24T17:03:41.641Z Downloaded toml_parser v1.0.9+spec-1.1.0
11512026-03-24T17:03:41.641Z Downloaded xshell v0.2.7
11522026-03-24T17:03:41.644Z Downloaded whoami v1.6.1
11532026-03-24T17:03:41.644Z Downloaded term v1.2.1
11542026-03-24T17:03:41.647Z Downloaded samael v0.0.19
11552026-03-24T17:03:41.650Z Downloaded toml v0.9.12+spec-1.1.0
11562026-03-24T17:03:41.653Z Downloaded tar v0.4.44
11572026-03-24T17:03:41.656Z Downloaded xz2 v0.1.7
11582026-03-24T17:03:41.656Z Downloaded rustls-webpki v0.103.9
11592026-03-24T17:03:41.659Z Downloaded xattr v1.6.1
11602026-03-24T17:03:41.662Z Downloaded reedline v0.40.0
11612026-03-24T17:03:41.667Z Downloaded steno v0.4.1
11622026-03-24T17:03:41.670Z Downloaded tls_codec v0.4.2
11632026-03-24T17:03:41.673Z Downloaded zeroize v1.8.2
11642026-03-24T17:03:41.673Z Downloaded aho-corasick v1.1.4
11652026-03-24T17:03:41.677Z Downloaded num-bigint-dig v0.8.6
11662026-03-24T17:03:41.681Z Downloaded usdt-impl v0.6.0
11672026-03-24T17:03:41.684Z Downloaded tungstenite v0.23.0
11682026-03-24T17:03:41.688Z Downloaded subprocess v0.2.15
11692026-03-24T17:03:41.688Z Downloaded vergen v9.0.6
11702026-03-24T17:03:41.691Z Downloaded zstd v0.13.3
11712026-03-24T17:03:41.694Z Downloaded h2 v0.4.13
11722026-03-24T17:03:41.698Z Downloaded libm v0.2.16
11732026-03-24T17:03:41.704Z Downloaded whoami v2.1.0
11742026-03-24T17:03:41.707Z Downloaded hyper v1.8.1
11752026-03-24T17:03:41.710Z Downloaded unsafe-libyaml v0.2.11
11762026-03-24T17:03:41.713Z Downloaded typify v0.6.1
11772026-03-24T17:03:41.717Z Downloaded typify v0.4.3
11782026-03-24T17:03:41.720Z Downloaded toml_edit v0.23.10+spec-1.0.0
11792026-03-24T17:03:41.723Z Downloaded toml v0.7.8
11802026-03-24T17:03:41.727Z Downloaded unicode-bidi v0.3.18
11812026-03-24T17:03:41.731Z Downloaded schemars v0.9.0
11822026-03-24T17:03:41.736Z Downloaded zerocopy v0.6.6
11832026-03-24T17:03:41.739Z Downloaded vte v0.14.1
11842026-03-24T17:03:41.742Z Downloaded rustyline v14.0.0
11852026-03-24T17:03:41.745Z Downloaded rand v0.10.0
11862026-03-24T17:03:41.749Z Downloaded zstd-safe v7.2.4
11872026-03-24T17:03:41.749Z Downloaded tungstenite v0.21.0
11882026-03-24T17:03:41.753Z Downloaded russh v0.45.0
11892026-03-24T17:03:41.756Z Downloaded uuid v1.21.0
11902026-03-24T17:03:41.761Z Downloaded tracing-core v0.1.36
11912026-03-24T17:03:41.765Z Downloaded p521 v0.13.3
11922026-03-24T17:03:41.765Z Downloaded unicode-properties v0.1.4
11932026-03-24T17:03:41.768Z Downloaded rpassword v7.4.0
11942026-03-24T17:03:41.768Z Downloaded yasna v0.5.2
11952026-03-24T17:03:41.768Z Downloaded bindgen v0.71.1
11962026-03-24T17:03:41.773Z Downloaded ssh-key v0.6.7
11972026-03-24T17:03:41.778Z Downloaded snafu v0.8.9
11982026-03-24T17:03:41.784Z Downloaded itertools v0.14.0
11992026-03-24T17:03:41.788Z Downloaded cbc v0.1.2
12002026-03-24T17:03:41.792Z Downloaded camino-tempfile-ext v0.3.3
12012026-03-24T17:03:41.792Z Downloaded byte-wrapper v0.1.0
12022026-03-24T17:03:41.794Z Downloaded bcs v0.1.6
12032026-03-24T17:03:41.795Z Downloaded backoff v0.4.0
12042026-03-24T17:03:41.798Z Downloaded hostname v0.4.2
12052026-03-24T17:03:41.798Z Downloaded env_logger v0.11.9
12062026-03-24T17:03:41.802Z Downloaded csv-core v0.1.13
12072026-03-24T17:03:41.802Z Downloaded ctr v0.9.2
12082026-03-24T17:03:41.807Z Downloaded wyz v0.5.1
12092026-03-24T17:03:41.807Z Downloaded ena v0.14.4
12102026-03-24T17:03:41.807Z Downloaded diesel-dtrace v0.5.0
12112026-03-24T17:03:41.807Z Downloaded foreign-types-shared v0.3.1
12122026-03-24T17:03:41.807Z Downloaded daft-derive v0.1.5
12132026-03-24T17:03:41.810Z Downloaded tokio-postgres v0.7.16
12142026-03-24T17:03:41.814Z Downloaded unicode_categories v0.1.1
12152026-03-24T17:03:41.817Z Downloaded toml_edit v0.19.15
12162026-03-24T17:03:41.828Z Downloaded reqwest v0.12.28
12172026-03-24T17:03:41.832Z Downloaded regex v1.12.3
12182026-03-24T17:03:41.837Z Downloaded zopfli v0.8.3
12192026-03-24T17:03:41.840Z Downloaded zip v0.6.6
12202026-03-24T17:03:41.843Z Downloaded ron v0.12.0
12212026-03-24T17:03:41.848Z Downloaded git2 v0.20.4
12222026-03-24T17:03:41.856Z Downloaded bitvec v1.0.1
12232026-03-24T17:03:41.867Z Downloaded daft v0.1.5
12242026-03-24T17:03:41.870Z Downloaded cpufeatures v0.3.0
12252026-03-24T17:03:41.870Z Downloaded aws-lc-rs v1.16.0
12262026-03-24T17:03:41.876Z Downloaded yansi v1.0.1
12272026-03-24T17:03:41.879Z Downloaded tower v0.5.3
12282026-03-24T17:03:41.885Z Downloaded goblin v0.10.5
12292026-03-24T17:03:41.891Z Downloaded x509-cert v0.2.5
12302026-03-24T17:03:41.895Z Downloaded unicode-segmentation v1.12.0
12312026-03-24T17:03:41.898Z Downloaded reqwest v0.13.2
12322026-03-24T17:03:41.903Z Downloaded darling_macro v0.23.0
12332026-03-24T17:03:41.906Z Downloaded atomic-waker v1.1.2
12342026-03-24T17:03:41.906Z Downloaded bb8 v0.8.6
12352026-03-24T17:03:41.906Z Downloaded atomicwrites v0.4.4
12362026-03-24T17:03:41.909Z Downloaded aes v0.8.4
12372026-03-24T17:03:41.909Z Downloaded portable-atomic v1.13.1
12382026-03-24T17:03:41.914Z Downloaded rayon v1.11.0
12392026-03-24T17:03:41.921Z Downloaded typed-path v0.9.3
12402026-03-24T17:03:41.926Z Downloaded tokio-util v0.7.18
12412026-03-24T17:03:41.932Z Downloaded zerocopy-derive v0.8.40
12422026-03-24T17:03:41.938Z Downloaded tower-http v0.6.8
12432026-03-24T17:03:41.944Z Downloaded lalrpop v0.19.12
12442026-03-24T17:03:41.953Z Downloaded salty v0.3.0
12452026-03-24T17:03:41.958Z Downloaded p384 v0.13.1
12462026-03-24T17:03:41.962Z Downloaded serde_with v3.17.0
12472026-03-24T17:03:41.971Z Downloaded curve25519-dalek v4.1.3
12482026-03-24T17:03:41.978Z Downloaded zip v4.6.1
12492026-03-24T17:03:41.981Z Downloaded rustls-webpki v0.101.7
12502026-03-24T17:03:41.992Z Downloaded quinn-proto v0.11.13
12512026-03-24T17:03:41.998Z Downloaded unicode-normalization v0.1.25
12522026-03-24T17:03:42.001Z Downloaded proptest v1.10.0
12532026-03-24T17:03:42.007Z Downloaded rustls-webpki v0.102.8
12542026-03-24T17:03:42.021Z Downloaded chrono v0.4.44
12552026-03-24T17:03:42.027Z Downloaded quick-xml v0.37.5
12562026-03-24T17:03:42.031Z Downloaded petname v2.0.2
12572026-03-24T17:03:42.036Z Downloaded moka v0.12.13
12582026-03-24T17:03:42.042Z Downloaded tough v0.20.0
12592026-03-24T17:03:42.048Z Downloaded winnow v0.5.40
12602026-03-24T17:03:42.055Z Downloaded polar-core v0.27.3
12612026-03-24T17:03:42.061Z Downloaded nix v0.29.0
12622026-03-24T17:03:42.070Z Downloaded nix v0.28.0
12632026-03-24T17:03:42.078Z Downloaded winnow v0.6.26
12642026-03-24T17:03:42.085Z Downloaded nix v0.27.1
12652026-03-24T17:03:42.093Z Downloaded regex-syntax v0.6.29
12662026-03-24T17:03:42.098Z Downloaded radix_trie v0.2.1
12672026-03-24T17:03:42.104Z Downloaded tabled v0.20.0
12682026-03-24T17:03:42.118Z Downloaded time v0.3.47
12692026-03-24T17:03:42.125Z Downloaded rustls v0.21.12
12702026-03-24T17:03:42.134Z Downloaded nix v0.31.1
12712026-03-24T17:03:42.143Z Downloaded smoltcp v0.9.1
12722026-03-24T17:03:42.152Z Downloaded hickory-proto v0.24.4
12732026-03-24T17:03:42.162Z Downloaded zlib-rs v0.6.2
12742026-03-24T17:03:42.166Z Downloaded openapiv3 v2.2.0
12752026-03-24T17:03:42.175Z Downloaded rustls v0.22.4
12762026-03-24T17:03:42.185Z Downloaded webpki-roots v1.0.6
12772026-03-24T17:03:42.188Z Downloaded object v0.37.3
12782026-03-24T17:03:42.196Z Downloaded regress v0.10.5
12792026-03-24T17:03:42.203Z Downloaded zerocopy v0.8.40
12802026-03-24T17:03:42.211Z Downloaded smoltcp v0.11.0
12812026-03-24T17:03:42.221Z Downloaded rustix v0.38.44
12822026-03-24T17:03:42.237Z Downloaded regex-syntax v0.8.10
12832026-03-24T17:03:42.242Z Downloaded hickory-proto v0.25.2
12842026-03-24T17:03:42.254Z Downloaded rustls v0.23.37
12852026-03-24T17:03:42.263Z Downloaded diesel v2.3.7
12862026-03-24T17:03:42.280Z Downloaded vcpkg v0.2.15
12872026-03-24T17:03:42.309Z Downloaded sled v0.34.7
12882026-03-24T17:03:42.317Z Downloaded dropshot v0.16.7
12892026-03-24T17:03:42.335Z Downloaded typify-impl v0.6.1
12902026-03-24T17:03:42.346Z Downloaded sqlparser v0.61.0
12912026-03-24T17:03:42.354Z Downloaded openssl v0.10.75
12922026-03-24T17:03:42.361Z Downloaded bstr v1.12.1
12932026-03-24T17:03:42.368Z Downloaded bzip2-sys v0.1.13+1.0.8
12942026-03-24T17:03:42.377Z Downloaded object v0.30.4
12952026-03-24T17:03:42.384Z Downloaded derive_builder_macro v0.20.2
12962026-03-24T17:03:42.387Z Downloaded drift v0.1.3
12972026-03-24T17:03:42.390Z Downloaded darling_core v0.23.0
12982026-03-24T17:03:42.393Z Downloaded bitflags v1.3.2
12992026-03-24T17:03:42.396Z Downloaded assert_matches v1.5.0
13002026-03-24T17:03:42.396Z Downloaded tracing v0.1.44
13012026-03-24T17:03:42.412Z Downloaded base16ct v0.2.0
13022026-03-24T17:03:42.415Z Downloaded ratatui v0.29.0
13032026-03-24T17:03:42.427Z Downloaded typify-impl v0.4.3
13042026-03-24T17:03:42.446Z Downloaded chrono-tz v0.10.4
13052026-03-24T17:03:42.460Z Downloaded zerocopy-derive v0.6.6
13062026-03-24T17:03:42.469Z Downloaded regex-automata v0.4.14
13072026-03-24T17:03:42.493Z Downloaded libz-sys v1.1.24
13082026-03-24T17:03:42.509Z Downloaded lzma-sys v0.1.20
13092026-03-24T17:03:42.531Z Downloaded sha3 v0.10.8
13102026-03-24T17:03:42.535Z Downloaded jiff v0.2.21
13112026-03-24T17:03:42.548Z Downloaded petgraph v0.6.5
13122026-03-24T17:03:42.575Z Downloaded petgraph v0.8.3
13132026-03-24T17:03:42.588Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13142026-03-24T17:03:42.602Z Downloaded csv v1.4.0
13152026-03-24T17:03:42.617Z Downloaded tokio v1.49.0
13162026-03-24T17:03:42.657Z Downloaded encoding_rs v0.8.35
13172026-03-24T17:03:42.715Z Downloaded ring v0.17.14
13182026-03-24T17:03:42.773Z Downloaded libgit2-sys v0.18.3+1.9.2
13192026-03-24T17:03:43.402Z Downloaded aws-lc-sys v0.37.1
13202026-03-24T17:03:43.735Z Compiling libc v0.2.180
13212026-03-24T17:03:43.738Z Compiling serde v1.0.228
13222026-03-24T17:03:43.738Z Compiling log v0.4.29
13232026-03-24T17:03:43.738Z Compiling find-msvc-tools v0.1.9
13242026-03-24T17:03:43.738Z Compiling shlex v1.3.0
13252026-03-24T17:03:43.738Z Compiling smallvec v1.15.1
13262026-03-24T17:03:43.738Z Compiling typenum v1.19.0
13272026-03-24T17:03:43.738Z Compiling subtle v2.6.1
13282026-03-24T17:03:43.948Z Compiling generic-array v0.14.7
13292026-03-24T17:03:43.951Z Compiling scopeguard v1.2.0
13302026-03-24T17:03:43.987Z Compiling portable-atomic v1.13.1
13312026-03-24T17:03:44.050Z Compiling const-oid v0.9.6
13322026-03-24T17:03:44.069Z Compiling critical-section v1.2.0
13332026-03-24T17:03:44.072Z Compiling zerocopy v0.8.40
13342026-03-24T17:03:44.092Z Compiling syn v2.0.117
13352026-03-24T17:03:44.135Z Compiling parking_lot_core v0.9.12
13362026-03-24T17:03:44.205Z Compiling lock_api v0.4.14
13372026-03-24T17:03:44.210Z Compiling pin-project-lite v0.2.17
13382026-03-24T17:03:44.254Z Compiling serde_json v1.0.149
13392026-03-24T17:03:44.258Z Compiling pkg-config v0.3.32
13402026-03-24T17:03:44.258Z Compiling bitflags v2.11.0
13412026-03-24T17:03:44.295Z Compiling libm v0.2.16
13422026-03-24T17:03:44.315Z Compiling num-traits v0.2.19
13432026-03-24T17:03:44.409Z Compiling futures-core v0.3.32
13442026-03-24T17:03:44.413Z Compiling percent-encoding v2.3.2
13452026-03-24T17:03:44.506Z Compiling allocator-api2 v0.2.21
13462026-03-24T17:03:44.601Z Compiling futures-sink v0.3.32
13472026-03-24T17:03:44.604Z Compiling foldhash v0.2.0
13482026-03-24T17:03:44.621Z Compiling cpufeatures v0.2.17
13492026-03-24T17:03:44.715Z Compiling getrandom v0.4.1
13502026-03-24T17:03:44.718Z Compiling slab v0.4.12
13512026-03-24T17:03:44.801Z Compiling futures-channel v0.3.32
13522026-03-24T17:03:44.847Z Compiling futures-task v0.3.32
13532026-03-24T17:03:44.896Z Compiling futures-io v0.3.32
13542026-03-24T17:03:44.945Z Compiling hashbrown v0.16.1
13552026-03-24T17:03:44.965Z Compiling getrandom v0.3.4
13562026-03-24T17:03:45.007Z Compiling rustversion v1.0.22
13572026-03-24T17:03:45.013Z Compiling rand_core v0.10.0
13582026-03-24T17:03:45.051Z Compiling form_urlencoded v1.2.2
13592026-03-24T17:03:45.103Z Compiling fs_extra v1.3.0
13602026-03-24T17:03:45.127Z Compiling dunce v1.0.5
13612026-03-24T17:03:45.178Z Compiling base64ct v1.8.3
13622026-03-24T17:03:45.178Z Compiling ident_case v1.0.1
13632026-03-24T17:03:45.224Z Compiling getrandom v0.2.17
13642026-03-24T17:03:45.250Z Compiling jobserver v0.1.34
13652026-03-24T17:03:45.275Z Compiling errno v0.3.14
13662026-03-24T17:03:45.320Z Compiling mio v1.1.1
13672026-03-24T17:03:45.364Z Compiling socket2 v0.6.2
13682026-03-24T17:03:45.416Z Compiling rand_core v0.6.4
13692026-03-24T17:03:45.460Z Compiling signal-hook-registry v1.4.8
13702026-03-24T17:03:45.606Z Compiling cc v1.2.56
13712026-03-24T17:03:45.629Z Compiling once_cell v1.21.3
13722026-03-24T17:03:45.652Z Compiling parking_lot v0.12.5
13732026-03-24T17:03:45.744Z Compiling indexmap v2.13.0
13742026-03-24T17:03:45.833Z Compiling pem-rfc7468 v0.7.0
13752026-03-24T17:03:45.836Z Compiling flagset v0.4.7
13762026-03-24T17:03:45.875Z Compiling rustix v1.1.3
13772026-03-24T17:03:45.921Z Compiling iana-time-zone v0.1.65
13782026-03-24T17:03:45.937Z Compiling uuid v1.21.0
13792026-03-24T17:03:45.983Z Compiling rustc_version v0.4.1
13802026-03-24T17:03:46.007Z Compiling vcpkg v0.2.15
13812026-03-24T17:03:46.080Z Compiling aws-lc-rs v1.16.0
13822026-03-24T17:03:46.190Z Compiling regex-syntax v0.8.10
13832026-03-24T17:03:46.211Z Compiling tracing-core v0.1.36
13842026-03-24T17:03:46.260Z Compiling rand_core v0.9.5
13852026-03-24T17:03:46.365Z Compiling crossbeam-utils v0.8.21
13862026-03-24T17:03:46.433Z Compiling untrusted v0.7.1
13872026-03-24T17:03:46.496Z Compiling untrusted v0.9.0
13882026-03-24T17:03:46.520Z Compiling openssl-probe v0.2.1
13892026-03-24T17:03:46.600Z Compiling httparse v1.10.1
13902026-03-24T17:03:46.626Z Compiling syn v1.0.109
13912026-03-24T17:03:46.654Z Compiling cmake v0.1.57
13922026-03-24T17:03:46.674Z Compiling base64 v0.22.1
13932026-03-24T17:03:46.678Z Compiling schemars v0.8.22
13942026-03-24T17:03:46.722Z Compiling try-lock v0.2.5
13952026-03-24T17:03:46.769Z Compiling tower-service v0.3.3
13962026-03-24T17:03:46.908Z Compiling rustls v0.23.37
13972026-03-24T17:03:46.931Z Compiling atomic-waker v1.1.2
13982026-03-24T17:03:46.936Z Compiling tinyvec_macros v0.1.1
13992026-03-24T17:03:47.013Z Compiling tower-layer v0.3.3
14002026-03-24T17:03:47.036Z Compiling dyn-clone v1.0.20
14012026-03-24T17:03:47.061Z Compiling tinyvec v1.10.0
14022026-03-24T17:03:47.086Z Compiling want v0.3.1
14032026-03-24T17:03:47.090Z Compiling spin v0.9.8
14042026-03-24T17:03:47.157Z Compiling aho-corasick v1.1.4
14052026-03-24T17:03:47.204Z Compiling pin-utils v0.1.0
14062026-03-24T17:03:47.204Z Compiling num-conv v0.2.0
14072026-03-24T17:03:47.250Z Compiling time-core v0.1.8
14082026-03-24T17:03:47.250Z Compiling httpdate v1.0.3
14092026-03-24T17:03:47.254Z Compiling crc32fast v1.5.0
14102026-03-24T17:03:47.353Z Compiling openssl v0.10.75
14112026-03-24T17:03:47.356Z Compiling foreign-types-shared v0.1.1
14122026-03-24T17:03:47.400Z Compiling powerfmt v0.2.0
14132026-03-24T17:03:47.420Z Compiling wait-timeout v0.2.1
14142026-03-24T17:03:47.498Z Compiling foreign-types v0.3.2
14152026-03-24T17:03:47.525Z Compiling time-macros v0.2.27
14162026-03-24T17:03:47.551Z Compiling simd-adler32 v0.3.8
14172026-03-24T17:03:47.573Z Compiling quick-error v1.2.3
14182026-03-24T17:03:47.606Z Compiling deranged v0.5.8
14192026-03-24T17:03:47.638Z Compiling bit-vec v0.8.0
14202026-03-24T17:03:47.664Z Compiling native-tls v0.2.18
14212026-03-24T17:03:47.708Z Compiling num_threads v0.1.7
14222026-03-24T17:03:47.713Z Compiling usdt-impl v0.6.0
14232026-03-24T17:03:47.731Z Compiling siphasher v1.0.2
14242026-03-24T17:03:47.773Z Compiling either v1.15.0
14252026-03-24T17:03:47.850Z Compiling unicode-normalization v0.1.25
14262026-03-24T17:03:47.887Z Compiling aws-lc-sys v0.37.1
14272026-03-24T17:03:47.925Z Compiling ring v0.17.14
14282026-03-24T17:03:47.968Z Compiling openssl-sys v0.9.111
14292026-03-24T17:03:47.971Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14302026-03-24T17:03:48.056Z Compiling bit-set v0.8.0
14312026-03-24T17:03:48.080Z Compiling tempfile v3.25.0
14322026-03-24T17:03:48.084Z Compiling bzip2-sys v0.1.13+1.0.8
14332026-03-24T17:03:48.084Z Compiling crossbeam-epoch v0.9.18
14342026-03-24T17:03:48.285Z Compiling synstructure v0.13.2
14352026-03-24T17:03:48.481Z Compiling pest_generator v2.8.6
14362026-03-24T17:03:48.504Z Compiling serde_derive_internals v0.29.1
14372026-03-24T17:03:48.529Z Compiling darling_core v0.20.11
14382026-03-24T17:03:48.591Z Compiling regex-automata v0.4.14
14392026-03-24T17:03:48.620Z Compiling rusty-fork v0.3.1
14402026-03-24T17:03:49.082Z Compiling darling_core v0.21.3
14412026-03-24T17:03:49.085Z Compiling time v0.3.47
14422026-03-24T17:03:49.127Z Compiling slog v2.8.2
14432026-03-24T17:03:49.154Z Compiling rand_xorshift v0.4.0
14442026-03-24T17:03:49.374Z Compiling heapless v0.7.17
14452026-03-24T17:03:49.379Z Compiling thread-id v5.1.0
14462026-03-24T17:03:49.484Z Compiling sync_wrapper v1.0.2
14472026-03-24T17:03:49.510Z Compiling cookie v0.18.1
14482026-03-24T17:03:49.550Z Compiling unicode-properties v0.1.4
14492026-03-24T17:03:49.596Z Compiling rayon-core v1.13.0
14502026-03-24T17:03:49.643Z Compiling unicode-bidi v0.3.18
14512026-03-24T17:03:49.664Z Compiling paste v1.0.15
14522026-03-24T17:03:49.710Z Compiling unicode-segmentation v1.12.0
14532026-03-24T17:03:49.770Z Compiling anyhow v1.0.102
14542026-03-24T17:03:49.817Z Compiling zstd-safe v7.2.4
14552026-03-24T17:03:49.845Z Compiling adler2 v2.0.1
14562026-03-24T17:03:49.866Z Compiling unarray v0.1.4
14572026-03-24T17:03:50.016Z Compiling signal-hook v0.3.18
14582026-03-24T17:03:50.019Z Compiling miniz_oxide v0.8.9
14592026-03-24T17:03:50.082Z Compiling stringprep v0.1.5
14602026-03-24T17:03:50.310Z Compiling crossbeam-deque v0.8.6
14612026-03-24T17:03:50.315Z Compiling num-integer v0.1.46
14622026-03-24T17:03:50.375Z Compiling vergen-lib v0.1.6
14632026-03-24T17:03:50.465Z Compiling curve25519-dalek v4.1.3
14642026-03-24T17:03:50.595Z Compiling ff v0.13.1
14652026-03-24T17:03:50.675Z Compiling hash32 v0.2.1
14662026-03-24T17:03:50.724Z Compiling memoffset v0.9.1
14672026-03-24T17:03:50.784Z Compiling base16ct v0.2.0
14682026-03-24T17:03:50.787Z Compiling rustix v0.38.44
14692026-03-24T17:03:50.920Z Compiling ref-cast v1.0.25
14702026-03-24T17:03:50.947Z Compiling litrs v1.0.0
14712026-03-24T17:03:50.951Z Compiling zlib-rs v0.6.2
14722026-03-24T17:03:50.951Z Compiling serde_derive v1.0.228
14732026-03-24T17:03:51.015Z Compiling zeroize_derive v1.4.3
14742026-03-24T17:03:51.038Z Compiling zerofrom-derive v0.1.6
14752026-03-24T17:03:51.071Z Compiling yoke-derive v0.8.1
14762026-03-24T17:03:51.282Z Compiling zerocopy-derive v0.8.40
14772026-03-24T17:03:51.334Z Compiling zerovec-derive v0.11.2
14782026-03-24T17:03:51.358Z Compiling displaydoc v0.2.5
14792026-03-24T17:03:51.665Z Compiling tokio-macros v2.6.0
14802026-03-24T17:03:51.900Z Compiling zeroize v1.8.2
14812026-03-24T17:03:51.940Z Compiling futures-macro v0.3.32
14822026-03-24T17:03:52.377Z Compiling der_derive v0.7.3
14832026-03-24T17:03:52.656Z Compiling thiserror-impl v2.0.18
14842026-03-24T17:03:52.683Z Compiling rustls-pki-types v1.14.0
14852026-03-24T17:03:52.742Z Compiling tracing-attributes v0.1.31
14862026-03-24T17:03:52.901Z Compiling schemars_derive v0.8.22
14872026-03-24T17:03:53.014Z Compiling crypto-common v0.1.7
14882026-03-24T17:03:53.036Z Compiling zerofrom v0.1.6
14892026-03-24T17:03:53.067Z Compiling block-buffer v0.10.4
14902026-03-24T17:03:53.106Z Compiling futures-util v0.3.32
14912026-03-24T17:03:53.213Z Compiling yoke v0.8.1
14922026-03-24T17:03:53.238Z Compiling block-padding v0.3.3
14932026-03-24T17:03:53.302Z Compiling digest v0.10.7
14942026-03-24T17:03:53.327Z Compiling pest_derive v2.8.6
14952026-03-24T17:03:53.456Z Compiling zerovec v0.11.5
14962026-03-24T17:03:53.477Z Compiling zerotrie v0.2.3
14972026-03-24T17:03:53.973Z Compiling hmac v0.12.1
14982026-03-24T17:03:54.007Z Compiling inout v0.1.4
14992026-03-24T17:03:54.007Z Compiling sha2 v0.10.9
15002026-03-24T17:03:54.007Z Compiling cipher v0.4.4
15012026-03-24T17:03:54.007Z Compiling der v0.7.10
15022026-03-24T17:03:54.007Z Compiling pbkdf2 v0.12.2
15032026-03-24T17:03:54.093Z Compiling tinystr v0.8.2
15042026-03-24T17:03:54.150Z Compiling potential_utf v0.1.4
15052026-03-24T17:03:54.247Z Compiling salsa20 v0.10.2
15062026-03-24T17:03:54.367Z Compiling icu_locale_core v2.1.1
15072026-03-24T17:03:54.414Z Compiling icu_collections v2.1.1
15082026-03-24T17:03:54.446Z Compiling scrypt v0.11.0
15092026-03-24T17:03:54.493Z Compiling thiserror v2.0.18
15102026-03-24T17:03:54.532Z Compiling aes v0.8.4
15112026-03-24T17:03:54.592Z Compiling cbc v0.1.2
15122026-03-24T17:03:54.637Z Compiling tracing v0.1.44
15132026-03-24T17:03:54.648Z Compiling scroll_derive v0.13.1
15142026-03-24T17:03:54.792Z Compiling darling_macro v0.20.11
15152026-03-24T17:03:54.798Z Compiling thiserror-impl v1.0.69
15162026-03-24T17:03:55.004Z Compiling openssl-macros v0.1.1
15172026-03-24T17:03:55.046Z Compiling spki v0.7.3
15182026-03-24T17:03:55.315Z Compiling icu_provider v2.1.1
15192026-03-24T17:03:55.338Z Compiling pkcs5 v0.7.1
15202026-03-24T17:03:55.430Z Compiling darling v0.20.11
15212026-03-24T17:03:55.570Z Compiling derive_builder_core v0.20.2
15222026-03-24T17:03:55.648Z Compiling dtrace-parser v0.3.0
15232026-03-24T17:03:55.649Z Compiling signature v2.2.0
15242026-03-24T17:03:55.652Z Compiling rustls-native-certs v0.8.3
15252026-03-24T17:03:55.733Z Compiling icu_properties v2.1.2
15262026-03-24T17:03:55.803Z Compiling bytes v1.11.1
15272026-03-24T17:03:55.809Z Compiling icu_normalizer v2.1.1
15282026-03-24T17:03:55.864Z Compiling chrono v0.4.44
15292026-03-24T17:03:55.927Z Compiling pkcs8 v0.10.2
15302026-03-24T17:03:55.995Z Compiling ipnet v2.11.0
15312026-03-24T17:03:56.067Z Compiling scroll v0.13.0
15322026-03-24T17:03:56.092Z Compiling scroll_derive v0.12.1
15332026-03-24T17:03:56.281Z Compiling serde_spanned v0.6.9
15342026-03-24T17:03:56.350Z Compiling serde_tokenstream v0.2.3
15352026-03-24T17:03:56.441Z Compiling goblin v0.10.5
15362026-03-24T17:03:56.491Z Compiling tokio v1.49.0
15372026-03-24T17:03:56.611Z Compiling http v1.4.0
15382026-03-24T17:03:56.627Z Compiling thiserror v1.0.69
15392026-03-24T17:03:56.667Z Compiling toml_datetime v0.6.11
15402026-03-24T17:03:56.709Z Compiling erased-serde v0.3.31
15412026-03-24T17:03:56.729Z Compiling md-5 v0.10.6
15422026-03-24T17:03:56.769Z Compiling webpki-roots v1.0.6
15432026-03-24T17:03:56.791Z Compiling darling_macro v0.21.3
15442026-03-24T17:03:56.820Z Compiling derive_builder_macro v0.20.2
15452026-03-24T17:03:56.972Z Compiling zerocopy-derive v0.7.35
15462026-03-24T17:03:56.994Z Compiling idna_adapter v1.2.1
15472026-03-24T17:03:56.998Z Compiling scroll v0.12.0
15482026-03-24T17:03:57.037Z Compiling smoltcp v0.9.1
15492026-03-24T17:03:57.127Z Compiling ryu v1.0.23
15502026-03-24T17:03:57.212Z Compiling idna v1.1.0
15512026-03-24T17:03:57.355Z Compiling cfg_aliases v0.2.1
15522026-03-24T17:03:57.381Z Compiling fallible-iterator v0.2.0
15532026-03-24T17:03:57.390Z Compiling num-bigint-dig v0.8.6
15542026-03-24T17:03:57.447Z Compiling psl-types v2.0.11
15552026-03-24T17:03:57.452Z Compiling iri-string v0.7.10
15562026-03-24T17:03:57.494Z Compiling http-body v1.0.1
15572026-03-24T17:03:57.499Z Compiling nix v0.31.1
15582026-03-24T17:03:57.570Z Compiling derive_builder v0.20.2
15592026-03-24T17:03:57.629Z Compiling ppv-lite86 v0.2.21
15602026-03-24T17:03:57.648Z Compiling url v2.5.8
15612026-03-24T17:03:57.712Z Compiling http-body-util v0.1.3
15622026-03-24T17:03:57.789Z Compiling publicsuffix v2.3.0
15632026-03-24T17:03:57.824Z Compiling darling v0.21.3
15642026-03-24T17:03:57.871Z Compiling goblin v0.8.2
15652026-03-24T17:03:57.877Z Compiling serde_urlencoded v0.7.1
15662026-03-24T17:03:58.006Z Compiling sec1 v0.7.3
15672026-03-24T17:03:58.054Z Compiling rand_chacha v0.9.0
15682026-03-24T17:03:58.060Z Compiling rand_chacha v0.3.1
15692026-03-24T17:03:58.090Z Compiling cargo-platform v0.1.9
15702026-03-24T17:03:58.119Z Compiling flate2 v1.1.9
15712026-03-24T17:03:58.166Z Compiling zerocopy v0.7.35
15722026-03-24T17:03:58.234Z Compiling hkdf v0.12.4
15732026-03-24T17:03:58.256Z Compiling hubpack_derive v0.1.1
15742026-03-24T17:03:58.373Z Compiling rand v0.9.2
15752026-03-24T17:03:58.427Z Compiling rand v0.8.5
15762026-03-24T17:03:58.458Z Compiling crypto-bigint v0.5.5
15772026-03-24T17:03:58.732Z Compiling regex v1.12.3
15782026-03-24T17:03:58.847Z Compiling document-features v0.2.12
15792026-03-24T17:03:59.124Z Compiling proptest v1.10.0
15802026-03-24T17:03:59.124Z Compiling postgres-protocol v0.6.10
15812026-03-24T17:03:59.166Z Compiling ref-cast-impl v1.0.25
15822026-03-24T17:03:59.240Z Compiling daft-derive v0.1.5
15832026-03-24T17:03:59.339Z Compiling async-trait v0.1.89
15842026-03-24T17:03:59.434Z Compiling curve25519-dalek-derive v0.1.1
15852026-03-24T17:03:59.558Z Compiling ipnetwork v0.21.1
15862026-03-24T17:03:59.647Z Compiling strum_macros v0.27.2
15872026-03-24T17:03:59.883Z Compiling oxnet v0.1.4
15882026-03-24T17:03:59.930Z Compiling group v0.13.0
15892026-03-24T17:04:00.126Z Compiling num-iter v0.1.45
15902026-03-24T17:04:00.245Z Compiling dof v0.4.0
15912026-03-24T17:04:00.299Z Compiling proc-macro-error v1.0.4
15922026-03-24T17:04:00.427Z Compiling heck v0.4.1
15932026-03-24T17:04:00.551Z Compiling terminal_size v0.4.3
15942026-03-24T17:04:00.730Z Compiling phf_shared v0.13.1
15952026-03-24T17:04:00.756Z Compiling lazy_static v1.5.0
15962026-03-24T17:04:00.756Z Compiling vergen v9.0.6
15972026-03-24T17:04:00.803Z Compiling fs-err v3.3.0
15982026-03-24T17:04:00.828Z Compiling ahash v0.8.12
15992026-03-24T17:04:00.853Z Compiling foldhash v0.1.5
16002026-03-24T17:04:00.923Z Compiling object v0.37.3
16012026-03-24T17:04:01.003Z Compiling winnow v0.5.40
16022026-03-24T17:04:01.062Z Compiling bitflags v1.3.2
16032026-03-24T17:04:01.124Z Compiling libbz2-rs-sys v0.2.2
16042026-03-24T17:04:01.135Z Compiling bumpalo v3.20.2
16052026-03-24T17:04:01.142Z Compiling managed v0.8.0
16062026-03-24T17:04:01.142Z Compiling clap_builder v4.5.60
16072026-03-24T17:04:01.258Z Compiling hashbrown v0.15.5
16082026-03-24T17:04:01.436Z Compiling zopfli v0.8.3
16092026-03-24T17:04:01.525Z Compiling phf v0.13.1
16102026-03-24T17:04:01.561Z Compiling dof v0.3.0
16112026-03-24T17:04:01.700Z Compiling tokio-util v0.7.18
16122026-03-24T17:04:01.994Z Compiling tower v0.5.3
16132026-03-24T17:04:02.026Z Compiling tokio-native-tls v0.3.1
16142026-03-24T17:04:02.045Z Compiling bzip2 v0.6.1
16152026-03-24T17:04:02.263Z Compiling console v0.16.2
16162026-03-24T17:04:02.352Z Compiling zone_cfg_derive v0.3.1
16172026-03-24T17:04:02.364Z Compiling rayon v1.11.0
16182026-03-24T17:04:02.474Z Compiling strum v0.27.2
16192026-03-24T17:04:02.546Z Compiling newtype-uuid v1.3.2
16202026-03-24T17:04:02.598Z Compiling tower-http v0.6.8
16212026-03-24T17:04:02.621Z Compiling usdt-attr-macro v0.6.0
16222026-03-24T17:04:02.655Z Compiling h2 v0.4.13
16232026-03-24T17:04:02.685Z Compiling usdt-macro v0.6.0
16242026-03-24T17:04:02.869Z Compiling daft v0.1.5
16252026-03-24T17:04:03.013Z Compiling toml_edit v0.19.15
16262026-03-24T17:04:03.045Z Compiling signal-hook-mio v0.2.5
16272026-03-24T17:04:03.158Z Compiling cargo_metadata v0.19.2
16282026-03-24T17:04:03.208Z Compiling cookie_store v0.22.1
16292026-03-24T17:04:03.215Z Compiling elliptic-curve v0.13.8
16302026-03-24T17:04:03.403Z Compiling postgres-types v0.2.12
16312026-03-24T17:04:03.687Z Compiling bzip2 v0.4.4
16322026-03-24T17:04:03.720Z Compiling hubpack v0.1.2
16332026-03-24T17:04:03.772Z Compiling zstd v0.13.3
16342026-03-24T17:04:03.993Z Compiling serde_with_macros v3.17.0
16352026-03-24T17:04:04.026Z Compiling dtrace-parser v0.2.0
16362026-03-24T17:04:04.114Z Compiling pkcs1 v0.7.5
16372026-03-24T17:04:04.140Z Compiling ed25519 v2.2.3
16382026-03-24T17:04:04.186Z Compiling hex v0.4.3
16392026-03-24T17:04:04.559Z Compiling serde-big-array v0.5.1
16402026-03-24T17:04:04.591Z Compiling rfc6979 v0.4.0
16412026-03-24T17:04:04.680Z Compiling bstr v1.12.1
16422026-03-24T17:04:04.756Z Compiling clap_derive v4.5.55
16432026-03-24T17:04:04.774Z Compiling serde_repr v0.1.20
16442026-03-24T17:04:04.876Z Compiling enum-as-inner v0.6.1
16452026-03-24T17:04:05.049Z Compiling strum_macros v0.26.4
16462026-03-24T17:04:05.099Z Compiling itertools v0.12.1
16472026-03-24T17:04:05.309Z Compiling phf_shared v0.11.3
16482026-03-24T17:04:05.345Z Compiling float-cmp v0.10.0
16492026-03-24T17:04:05.532Z Compiling memmap2 v0.9.10
16502026-03-24T17:04:05.589Z Compiling thread-id v4.2.2
16512026-03-24T17:04:05.623Z Compiling env_filter v1.0.0
16522026-03-24T17:04:05.623Z Compiling encoding_rs v0.8.35
16532026-03-24T17:04:05.644Z Compiling fixedbitset v0.5.7
16542026-03-24T17:04:05.644Z Compiling predicates-core v1.0.10
16552026-03-24T17:04:05.667Z Compiling whoami v2.1.0
16562026-03-24T17:04:05.728Z Compiling fixedbitset v0.4.2
16572026-03-24T17:04:05.840Z Compiling normalize-line-endings v0.3.0
16582026-03-24T17:04:05.886Z Compiling new_debug_unreachable v1.0.6
16592026-03-24T17:04:05.983Z Compiling unit-prefix v0.5.2
16602026-03-24T17:04:06.013Z Compiling static_assertions v1.1.0
16612026-03-24T17:04:06.026Z Compiling data-encoding v2.10.0
16622026-03-24T17:04:06.037Z Compiling keccak v0.1.6
16632026-03-24T17:04:06.092Z Compiling rustc-hash v2.1.1
16642026-03-24T17:04:06.122Z Compiling difflib v0.4.0
16652026-03-24T17:04:06.189Z Compiling mime v0.3.17
16662026-03-24T17:04:06.229Z Compiling jiff v0.2.21
16672026-03-24T17:04:06.281Z Compiling precomputed-hash v0.1.1
16682026-03-24T17:04:06.401Z Compiling toml_edit v0.22.27
16692026-03-24T17:04:06.561Z Compiling hickory-proto v0.25.2
16702026-03-24T17:04:06.884Z Compiling hyper v1.8.1
16712026-03-24T17:04:06.899Z Compiling zone v0.3.1
16722026-03-24T17:04:06.968Z Compiling predicates v3.1.4
16732026-03-24T17:04:07.026Z Compiling string_cache v0.8.9
16742026-03-24T17:04:07.176Z Compiling sha3 v0.10.8
16752026-03-24T17:04:07.204Z Compiling iddqd v0.3.17
16762026-03-24T17:04:07.325Z Compiling clap v4.5.60
16772026-03-24T17:04:07.393Z Compiling indicatif v0.18.4
16782026-03-24T17:04:07.446Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16792026-03-24T17:04:07.591Z Compiling strum v0.26.3
16802026-03-24T17:04:07.755Z Compiling tokio-postgres v0.7.16
16812026-03-24T17:04:07.786Z Compiling petgraph v0.8.3
16822026-03-24T17:04:07.807Z Compiling petgraph v0.6.5
16832026-03-24T17:04:07.857Z Compiling env_logger v0.11.9
16842026-03-24T17:04:07.872Z Compiling usdt v0.6.0
16852026-03-24T17:04:08.245Z Compiling usdt-impl v0.5.0
16862026-03-24T17:04:08.301Z Compiling serde_with v3.17.0
16872026-03-24T17:04:08.348Z Compiling hyper-util v0.1.20
16882026-03-24T17:04:08.543Z Compiling similar v2.7.0
16892026-03-24T17:04:08.792Z Compiling crossterm v0.28.1
16902026-03-24T17:04:09.053Z Compiling toml v0.7.8
16912026-03-24T17:04:09.064Z Compiling ecdsa v0.16.9
16922026-03-24T17:04:09.474Z Compiling rsa v0.9.10
16932026-03-24T17:04:09.589Z Compiling ed25519-dalek v2.2.0
16942026-03-24T17:04:09.882Z Compiling zip v4.6.1
16952026-03-24T17:04:10.310Z Compiling hyper-tls v0.6.0
16962026-03-24T17:04:10.330Z Compiling zip v0.6.6
16972026-03-24T17:04:10.542Z Compiling tokio-stream v0.1.18
16982026-03-24T17:04:10.651Z Compiling buf-list v1.1.2
16992026-03-24T17:04:10.796Z Compiling toml_parser v1.0.9+spec-1.1.0
17002026-03-24T17:04:10.839Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17012026-03-24T17:04:11.015Z Compiling openapiv3 v2.2.0
17022026-03-24T17:04:11.098Z Compiling x509-cert v0.2.5
17032026-03-24T17:04:11.131Z Compiling sha1 v0.10.6
17042026-03-24T17:04:11.158Z Compiling itertools v0.13.0
17052026-03-24T17:04:11.158Z Compiling toml_datetime v0.7.5+spec-1.1.0
17062026-03-24T17:04:11.228Z Compiling peg-runtime v0.8.5
17072026-03-24T17:04:11.263Z Compiling lalrpop-util v0.19.12
17082026-03-24T17:04:11.287Z Compiling thread_local v1.1.9
17092026-03-24T17:04:11.445Z Compiling slog-async v2.8.0
17102026-03-24T17:04:11.552Z Compiling futures-executor v0.3.32
17112026-03-24T17:04:11.591Z Compiling crossbeam-channel v0.5.15
17122026-03-24T17:04:11.648Z Compiling is-terminal v0.4.17
17132026-03-24T17:04:11.673Z Compiling filetime v0.2.27
17142026-03-24T17:04:11.724Z Compiling term v1.2.1
17152026-03-24T17:04:11.775Z Compiling take_mut v0.2.2
17162026-03-24T17:04:11.890Z Compiling xattr v1.6.1
17172026-03-24T17:04:11.935Z Compiling futures v0.3.32
17182026-03-24T17:04:12.120Z Compiling slog-term v2.9.2
17192026-03-24T17:04:12.245Z Compiling tar v0.4.44
17202026-03-24T17:04:32.652Z Compiling rustls-webpki v0.103.9
17212026-03-24T17:04:36.615Z Compiling tokio-rustls v0.26.4
17222026-03-24T17:04:36.615Z Compiling rustls-platform-verifier v0.6.2
17232026-03-24T17:04:36.896Z Compiling hyper-rustls v0.27.7
17242026-03-24T17:04:37.137Z Compiling reqwest v0.12.28
17252026-03-24T17:04:37.137Z Compiling reqwest v0.13.2
17262026-03-24T17:04:39.963Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-03-24T17:04:40.219Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-03-24T17:04:44.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17292026-03-24T17:04:44.270Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17302026-03-24T17:04:44.297ZMar 24 17:04:43.557 INFO Starting download, target: Cockroach
17312026-03-24T17:04:44.297ZMar 24 17:04:43.558 INFO Starting download, target: Console
17322026-03-24T17:04:44.297ZMar 24 17:04:43.558 INFO Starting download, target: MaghemiteMgd
17332026-03-24T17:04:44.297ZMar 24 17:04:43.558 INFO Starting download, target: TransceiverControl
17342026-03-24T17:04:44.297ZMar 24 17:04:43.558 INFO Starting download, target: Clickhouse
17352026-03-24T17:04:44.297ZMar 24 17:04:43.558 INFO Starting download, target: DendriteStub
17362026-03-24T17:04:44.297ZMar 24 17:04:43.558 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-03-24T17:04:44.297ZMar 24 17:04:43.558 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-03-24T17:04:44.297ZMar 24 17:04:43.558 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-03-24T17:04:44.297ZMar 24 17:04:43.558 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17402026-03-24T17:04:44.297ZMar 24 17:04:43.558 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17412026-03-24T17:04:44.297ZMar 24 17:04:43.558 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17422026-03-24T17:04:45.422ZMar 24 17:04:44.756 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-03-24T17:04:45.805ZMar 24 17:04:45.129 INFO Download complete, target: Console
17442026-03-24T17:04:45.888ZMar 24 17:04:45.204 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17452026-03-24T17:04:46.229ZMar 24 17:04:45.533 INFO Download complete, target: TransceiverControl
17462026-03-24T17:04:46.498ZMar 24 17:04:45.799 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-03-24T17:04:51.450ZMar 24 17:04:50.765 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17482026-03-24T17:04:52.172ZMar 24 17:04:51.488 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17492026-03-24T17:04:55.063ZMar 24 17:04:54.358 INFO Download complete, target: DendriteStub
17502026-03-24T17:04:55.800ZMar 24 17:04:55.046 INFO Download complete, target: MaghemiteMgd
17512026-03-24T17:04:56.361ZMar 24 17:04:55.670 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17522026-03-24T17:04:56.361ZMar 24 17:04:55.670 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17532026-03-24T17:04:57.682ZMar 24 17:04:56.987 INFO Checking that binary works, target: Clickhouse
17542026-03-24T17:04:57.830ZMar 24 17:04:57.120 INFO Download complete, target: Clickhouse
17552026-03-24T17:05:06.270ZMar 24 17:05:03.204 INFO Checking that binary works, target: Cockroach
17562026-03-24T17:05:06.371ZMar 24 17:05:03.327 INFO Download complete, target: Cockroach
17572026-03-24T17:05:06.371ZAll prerequisites installed successfully
17582026-03-24T17:05:06.371Z
17592026-03-24T17:05:06.371Zreal 3:50.742056450
17602026-03-24T17:05:06.371Zuser 10:23.563014496
17612026-03-24T17:05:06.371Zsys 2:05.234896953
17622026-03-24T17:05:06.372Ztrap 0.348247981
17632026-03-24T17:05:06.372Ztflt 1.208447931
17642026-03-24T17:05:06.372Zdflt 1.827226215
17652026-03-24T17:05:06.372Zkflt 0.025993666
17662026-03-24T17:05:06.372Zlock 34:39.388612010
17672026-03-24T17:05:06.372Zslp 25:30.822573189
17682026-03-24T17:05:06.372Zlat 30.779043217
17692026-03-24T17:05:06.372Zstop 4:31.565723674
17702026-03-24T17:05:06.372Z+ ptime -m cargo xtask download softnpu
17712026-03-24T17:05:06.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17722026-03-24T17:05:06.372Z Running `target/debug/xtask download softnpu`
17732026-03-24T17:05:06.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
17742026-03-24T17:05:06.372Z Running `target/debug/xtask-downloader softnpu`
17752026-03-24T17:05:06.372ZMar 24 17:05:05.247 INFO Starting download, target: Softnpu
17762026-03-24T17:05:06.372ZMar 24 17:05:05.248 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17772026-03-24T17:05:14.110ZMar 24 17:05:13.399 INFO Download complete, target: Softnpu
17782026-03-24T17:05:14.178Z
17792026-03-24T17:05:14.178Zreal 10.063048430
17802026-03-24T17:05:14.179Zuser 1.842572003
17812026-03-24T17:05:14.179Zsys 0.836908797
17822026-03-24T17:05:14.179Ztrap 0.001119056
17832026-03-24T17:05:14.180Ztflt 0.000127667
17842026-03-24T17:05:14.180Zdflt 0.000252043
17852026-03-24T17:05:14.180Zkflt 0.000000000
17862026-03-24T17:05:14.180Zlock 2:39.538563967
17872026-03-24T17:05:14.180Zslp 7.894371944
17882026-03-24T17:05:14.180Zlat 0.056435786
17892026-03-24T17:05:14.181Zstop 0.000224104
17902026-03-24T17:05:14.181Z+ export CARGO_INCREMENTAL=0
17912026-03-24T17:05:14.181Z+ CARGO_INCREMENTAL=0
17922026-03-24T17:05:14.181Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17932026-03-24T17:05:15.329Z Compiling proc-macro2 v1.0.106
17942026-03-24T17:05:15.329Z Compiling quote v1.0.44
17952026-03-24T17:05:15.375Z Compiling unicode-ident v1.0.24
17962026-03-24T17:05:15.376Z Compiling libc v0.2.180
17972026-03-24T17:05:15.376Z Compiling serde_core v1.0.228
17982026-03-24T17:05:15.376Z Compiling serde v1.0.228
17992026-03-24T17:05:15.376Z Compiling cfg-if v1.0.4
18002026-03-24T17:05:15.376Z Compiling version_check v0.9.5
18012026-03-24T17:05:15.376Z Compiling shlex v1.3.0
18022026-03-24T17:05:15.376Z Compiling find-msvc-tools v0.1.9
18032026-03-24T17:05:15.376Z Compiling typenum v1.19.0
18042026-03-24T17:05:15.515Z Compiling portable-atomic v1.13.1
18052026-03-24T17:05:15.568Z Compiling memchr v2.8.0
18062026-03-24T17:05:15.568Z Compiling autocfg v1.5.0
18072026-03-24T17:05:15.568Z Compiling zmij v1.0.21
18082026-03-24T17:05:15.783Z Compiling serde_json v1.0.149
18092026-03-24T17:05:15.938Z Compiling zerocopy v0.8.40
18102026-03-24T17:05:15.939Z Compiling parking_lot_core v0.9.12
18112026-03-24T17:05:16.159Z Compiling generic-array v0.14.7
18122026-03-24T17:05:16.232Z Compiling libm v0.2.16
18132026-03-24T17:05:16.232Z Compiling smallvec v1.15.1
18142026-03-24T17:05:16.232Z Compiling icu_normalizer_data v2.1.1
18152026-03-24T17:05:16.232Z Compiling icu_properties_data v2.1.2
18162026-03-24T17:05:16.232Z Compiling num-traits v0.2.19
18172026-03-24T17:05:16.284Z Compiling itoa v1.0.17
18182026-03-24T17:05:16.370Z Compiling log v0.4.29
18192026-03-24T17:05:16.441Z Compiling getrandom v0.4.1
18202026-03-24T17:05:16.489Z Compiling pkg-config v0.3.32
18212026-03-24T17:05:16.490Z Compiling stable_deref_trait v1.2.1
18222026-03-24T17:05:16.581Z Compiling subtle v2.6.1
18232026-03-24T17:05:16.650Z Compiling scopeguard v1.2.0
18242026-03-24T17:05:16.713Z Compiling fnv v1.0.7
18252026-03-24T17:05:16.781Z Compiling lock_api v0.4.14
18262026-03-24T17:05:17.277Z Compiling thiserror v2.0.18
18272026-03-24T17:05:17.518Z Compiling getrandom v0.3.4
18282026-03-24T17:05:17.518Z Compiling pin-project-lite v0.2.17
18292026-03-24T17:05:17.518Z Compiling jobserver v0.1.34
18302026-03-24T17:05:17.518Z Compiling getrandom v0.2.17
18312026-03-24T17:05:17.518Z Compiling errno v0.3.14
18322026-03-24T17:05:17.518Z Compiling syn v2.0.117
18332026-03-24T17:05:17.518Z Compiling cc v1.2.56
18342026-03-24T17:05:17.518Z Compiling rand_core v0.6.4
18352026-03-24T17:05:17.518Z Compiling critical-section v1.2.0
18362026-03-24T17:05:17.608Z Compiling rustversion v1.0.22
18372026-03-24T17:05:17.608Z Compiling allocator-api2 v0.2.21
18382026-03-24T17:05:17.608Z Compiling equivalent v1.0.2
18392026-03-24T17:05:17.646Z Compiling percent-encoding v2.3.2
18402026-03-24T17:05:17.647Z Compiling foldhash v0.2.0
18412026-03-24T17:05:17.647Z Compiling writeable v0.6.2
18422026-03-24T17:05:17.878Z Compiling once_cell v1.21.3
18432026-03-24T17:05:17.938Z Compiling fs_extra v1.3.0
18442026-03-24T17:05:17.938Z Compiling dunce v1.0.5
18452026-03-24T17:05:17.939Z Compiling litemap v0.8.1
18462026-03-24T17:05:18.026Z Compiling hashbrown v0.16.1
18472026-03-24T17:05:18.128Z Compiling const-oid v0.9.6
18482026-03-24T17:05:18.201Z Compiling signal-hook-registry v1.4.8
18492026-03-24T17:05:18.291Z Compiling cmake v0.1.57
18502026-03-24T17:05:18.291Z Compiling rustix v1.1.3
18512026-03-24T17:05:18.359Z Compiling socket2 v0.6.2
18522026-03-24T17:05:18.359Z Compiling mio v1.1.1
18532026-03-24T17:05:18.359Z Compiling schemars v0.8.22
18542026-03-24T17:05:18.359Z Compiling utf8_iter v1.0.4
18552026-03-24T17:05:18.622Z Compiling semver v1.0.27
18562026-03-24T17:05:18.698Z Compiling parking_lot v0.12.5
18572026-03-24T17:05:18.773Z Compiling indexmap v2.13.0
18582026-03-24T17:05:18.773Z Compiling rand_core v0.10.0
18592026-03-24T17:05:18.831Z Compiling bitflags v2.11.0
18602026-03-24T17:05:18.831Z Compiling aws-lc-rs v1.16.0
18612026-03-24T17:05:19.016Z Compiling form_urlencoded v1.2.2
18622026-03-24T17:05:19.136Z Compiling ring v0.17.14
18632026-03-24T17:05:19.136Z Compiling aws-lc-sys v0.37.1
18642026-03-24T17:05:19.233Z Compiling futures-core v0.3.32
18652026-03-24T17:05:19.293Z Compiling strsim v0.11.1
18662026-03-24T17:05:19.450Z Compiling ucd-trie v0.1.7
18672026-03-24T17:05:19.574Z Compiling httparse v1.10.1
18682026-03-24T17:05:19.628Z Compiling thiserror v1.0.69
18692026-03-24T17:05:19.781Z Compiling byteorder v1.5.0
18702026-03-24T17:05:19.889Z Compiling pest v2.8.6
18712026-03-24T17:05:19.889Z Compiling ident_case v1.0.1
18722026-03-24T17:05:19.950Z Compiling heck v0.5.0
18732026-03-24T17:05:19.950Z Compiling vcpkg v0.2.15
18742026-03-24T17:05:20.055Z Compiling crossbeam-utils v0.8.21
18752026-03-24T17:05:20.136Z Compiling syn v1.0.109
18762026-03-24T17:05:20.136Z Compiling regex-syntax v0.8.10
18772026-03-24T17:05:20.353Z Compiling rustls v0.23.37
18782026-03-24T17:05:20.468Z Compiling futures-sink v0.3.32
18792026-03-24T17:05:20.524Z Compiling rustc_version v0.4.1
18802026-03-24T17:05:20.524Z Compiling futures-channel v0.3.32
18812026-03-24T17:05:20.524Z Compiling futures-io v0.3.32
18822026-03-24T17:05:20.584Z Compiling slab v0.4.12
18832026-03-24T17:05:20.584Z Compiling futures-task v0.3.32
18842026-03-24T17:05:20.585Z Compiling cpufeatures v0.2.17
18852026-03-24T17:05:20.684Z Compiling openssl-sys v0.9.111
18862026-03-24T17:05:20.920Z Compiling plain v0.2.3
18872026-03-24T17:05:20.920Z Compiling iana-time-zone v0.1.65
18882026-03-24T17:05:20.920Z Compiling uuid v1.21.0
18892026-03-24T17:05:20.920Z Compiling aho-corasick v1.1.4
18902026-03-24T17:05:20.954Z Compiling num-conv v0.2.0
18912026-03-24T17:05:20.954Z Compiling time-core v0.1.8
18922026-03-24T17:05:21.151Z Compiling synstructure v0.13.2
18932026-03-24T17:05:21.161Z Compiling serde_derive_internals v0.29.1
18942026-03-24T17:05:21.161Z Compiling time-macros v0.2.27
18952026-03-24T17:05:21.271Z Compiling pest_meta v2.8.6
18962026-03-24T17:05:21.439Z Compiling pretty-hex v0.4.1
18972026-03-24T17:05:21.786Z Compiling openssl v0.10.75
18982026-03-24T17:05:22.119Z Compiling either v1.15.0
18992026-03-24T17:05:22.353Z Compiling pest_generator v2.8.6
19002026-03-24T17:05:22.353Z Compiling anyhow v1.0.102
19012026-03-24T17:05:22.353Z Compiling crc32fast v1.5.0
19022026-03-24T17:05:22.447Z Compiling regex-automata v0.4.14
19032026-03-24T17:05:22.447Z Compiling base64ct v1.8.3
19042026-03-24T17:05:22.448Z Compiling darling_core v0.21.3
19052026-03-24T17:05:22.448Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19062026-03-24T17:05:22.448Z Compiling native-tls v0.2.18
19072026-03-24T17:05:22.527Z Compiling flagset v0.4.7
19082026-03-24T17:05:22.527Z Compiling rand_core v0.9.5
19092026-03-24T17:05:22.615Z Compiling pem-rfc7468 v0.7.0
19102026-03-24T17:05:22.680Z Compiling slog v2.8.2
19112026-03-24T17:05:25.574Z Compiling tracing-core v0.1.36
19122026-03-24T17:05:25.812Z Compiling untrusted v0.9.0
19132026-03-24T17:05:25.812Z Compiling dyn-clone v1.0.20
19142026-03-24T17:05:25.812Z Compiling rayon-core v1.13.0
19152026-03-24T17:05:25.812Z Compiling cookie v0.18.1
19162026-03-24T17:05:25.812Z Compiling serde_derive v1.0.228
19172026-03-24T17:05:25.812Z Compiling zeroize_derive v1.4.3
19182026-03-24T17:05:25.812Z Compiling zerofrom-derive v0.1.6
19192026-03-24T17:05:25.812Z Compiling yoke-derive v0.8.1
19202026-03-24T17:05:25.812Z Compiling zerovec-derive v0.11.2
19212026-03-24T17:05:25.812Z Compiling displaydoc v0.2.5
19222026-03-24T17:05:25.812Z Compiling zerocopy-derive v0.8.40
19232026-03-24T17:05:25.813Z Compiling tokio-macros v2.6.0
19242026-03-24T17:05:25.813Z Compiling futures-macro v0.3.32
19252026-03-24T17:05:25.813Z Compiling zeroize v1.8.2
19262026-03-24T17:05:25.813Z Compiling thiserror-impl v2.0.18
19272026-03-24T17:05:25.813Z Compiling tracing-attributes v0.1.31
19282026-03-24T17:05:25.813Z Compiling der_derive v0.7.3
19292026-03-24T17:05:25.813Z Compiling schemars_derive v0.8.22
19302026-03-24T17:05:25.813Z Compiling thiserror-impl v1.0.69
19312026-03-24T17:05:25.813Z Compiling zerofrom v0.1.6
19322026-03-24T17:05:25.813Z Compiling yoke v0.8.1
19332026-03-24T17:05:26.226Z Compiling crypto-common v0.1.7
19342026-03-24T17:05:26.366Z Compiling zerovec v0.11.5
19352026-03-24T17:05:26.366Z Compiling zerotrie v0.2.3
19362026-03-24T17:05:26.366Z Compiling block-buffer v0.10.4
19372026-03-24T17:05:26.366Z Compiling pest_derive v2.8.6
19382026-03-24T17:05:26.366Z Compiling digest v0.10.7
19392026-03-24T17:05:26.366Z Compiling tinystr v0.8.2
19402026-03-24T17:05:26.366Z Compiling potential_utf v0.1.4
19412026-03-24T17:05:26.366Z Compiling futures-util v0.3.32
19422026-03-24T17:05:26.366Z Compiling hmac v0.12.1
19432026-03-24T17:05:26.366Z Compiling icu_locale_core v2.1.1
19442026-03-24T17:05:26.366Z Compiling icu_collections v2.1.1
19452026-03-24T17:05:26.366Z Compiling block-padding v0.3.3
19462026-03-24T17:05:26.366Z Compiling sha2 v0.10.9
19472026-03-24T17:05:26.367Z Compiling rustls-pki-types v1.14.0
19482026-03-24T17:05:26.509Z Compiling scroll_derive v0.12.1
19492026-03-24T17:05:27.074Z Compiling icu_provider v2.1.1
19502026-03-24T17:05:27.139Z Compiling inout v0.1.4
19512026-03-24T17:05:27.207Z Compiling scroll_derive v0.13.1
19522026-03-24T17:05:27.240Z Compiling openssl-macros v0.1.1
19532026-03-24T17:05:27.353Z Compiling bytes v1.11.1
19542026-03-24T17:05:27.388Z Compiling chrono v0.4.44
19552026-03-24T17:05:27.469Z Compiling icu_properties v2.1.2
19562026-03-24T17:05:27.614Z Compiling icu_normalizer v2.1.1
19572026-03-24T17:05:27.785Z Compiling serde_tokenstream v0.2.3
19582026-03-24T17:05:28.115Z Compiling tokio v1.49.0
19592026-03-24T17:05:29.369Z Compiling cipher v0.4.4
19602026-03-24T17:05:29.537Z Compiling idna_adapter v1.2.1
19612026-03-24T17:05:29.537Z Compiling http v1.4.0
19622026-03-24T17:05:29.537Z Compiling idna v1.1.0
19632026-03-24T17:05:29.537Z Compiling der v0.7.10
19642026-03-24T17:05:29.545Z Compiling ppv-lite86 v0.2.21
19652026-03-24T17:05:29.545Z Compiling regex v1.12.3
19662026-03-24T17:05:29.662Z Compiling url v2.5.8
19672026-03-24T17:05:29.662Z Compiling darling_macro v0.21.3
19682026-03-24T17:05:29.739Z Compiling zerocopy-derive v0.7.35
19692026-03-24T17:05:29.832Z Compiling salsa20 v0.10.2
19702026-03-24T17:05:30.170Z Compiling pbkdf2 v0.12.2
19712026-03-24T17:05:30.204Z Compiling darling v0.21.3
19722026-03-24T17:05:30.295Z Compiling tracing v0.1.44
19732026-03-24T17:05:30.614Z Compiling spki v0.7.3
19742026-03-24T17:05:30.897Z Compiling base64 v0.22.1
19752026-03-24T17:05:31.328Z Compiling camino v1.2.2
19762026-03-24T17:05:31.384Z Compiling scrypt v0.11.0
19772026-03-24T17:05:31.385Z Compiling rand_chacha v0.9.0
19782026-03-24T17:05:31.385Z Compiling aes v0.8.4
19792026-03-24T17:05:31.385Z Compiling cbc v0.1.2
19802026-03-24T17:05:32.944Z Compiling usdt-impl v0.5.0
19812026-03-24T17:05:32.976Z Compiling ref-cast v1.0.25
19822026-03-24T17:05:32.976Z Compiling winnow v0.7.14
19832026-03-24T17:05:32.976Z Compiling usdt-impl v0.6.0
19842026-03-24T17:05:32.976Z Compiling paste v1.0.15
19852026-03-24T17:05:32.976Z Compiling pkcs5 v0.7.1
19862026-03-24T17:05:32.976Z Compiling rand v0.9.2
19872026-03-24T17:05:32.976Z Compiling http-body v1.0.1
19882026-03-24T17:05:32.976Z Compiling scroll v0.13.0
19892026-03-24T17:05:32.976Z Compiling serde_spanned v0.6.9
19902026-03-24T17:05:33.010Z Compiling toml_datetime v0.6.11
19912026-03-24T17:05:33.010Z Compiling scroll v0.12.0
19922026-03-24T17:05:33.165Z Compiling heapless v0.7.17
19932026-03-24T17:05:33.256Z Compiling tokio-util v0.7.18
19942026-03-24T17:05:33.329Z Compiling bzip2-sys v0.1.13+1.0.8
19952026-03-24T17:05:33.367Z Compiling atomic-waker v1.1.2
19962026-03-24T17:05:33.491Z Compiling openssl-probe v0.2.1
19972026-03-24T17:05:33.531Z Compiling untrusted v0.7.1
19982026-03-24T17:05:33.706Z Compiling signal-hook v0.3.18
19992026-03-24T17:05:34.133Z Compiling zstd-safe v7.2.4
20002026-03-24T17:05:34.204Z Compiling toml_parser v1.0.9+spec-1.1.0
20012026-03-24T17:05:34.205Z Compiling goblin v0.8.2
20022026-03-24T17:05:34.205Z Compiling goblin v0.10.5
20032026-03-24T17:05:34.206Z Compiling pkcs8 v0.10.2
20042026-03-24T17:05:34.498Z Compiling zerocopy v0.7.35
20052026-03-24T17:05:34.524Z Compiling ref-cast-impl v1.0.25
20062026-03-24T17:05:34.564Z Compiling darling_core v0.20.11
20072026-03-24T17:05:34.772Z Compiling toml_datetime v0.7.5+spec-1.1.0
20082026-03-24T17:05:34.828Z Compiling memoffset v0.9.1
20092026-03-24T17:05:35.102Z Compiling rustix v0.38.44
20102026-03-24T17:05:35.152Z Compiling try-lock v0.2.5
20112026-03-24T17:05:35.216Z Compiling tower-layer v0.3.3
20122026-03-24T17:05:35.303Z Compiling tinyvec_macros v0.1.1
20132026-03-24T17:05:35.366Z Compiling tower-service v0.3.3
20142026-03-24T17:05:35.475Z Compiling fastrand v2.3.0
20152026-03-24T17:05:35.590Z Compiling winnow v0.5.40
20162026-03-24T17:05:35.631Z Compiling litrs v1.0.0
20172026-03-24T17:05:35.679Z Compiling want v0.3.1
20182026-03-24T17:05:35.791Z Compiling h2 v0.4.13
20192026-03-24T17:05:35.908Z Compiling tinyvec v1.10.0
20202026-03-24T17:05:36.652Z Compiling document-features v0.2.12
20212026-03-24T17:05:36.907Z Compiling dtrace-parser v0.2.0
20222026-03-24T17:05:36.979Z Compiling dof v0.3.0
20232026-03-24T17:05:37.298Z Compiling dtrace-parser v0.3.0
20242026-03-24T17:05:37.357Z Compiling toml_edit v0.19.15
20252026-03-24T17:05:37.408Z Compiling darling_macro v0.20.11
20262026-03-24T17:05:37.452Z Compiling ipnet v2.11.0
20272026-03-24T17:05:37.775Z Compiling dof v0.4.0
20282026-03-24T17:05:37.807Z Compiling async-trait v0.1.89
20292026-03-24T17:05:37.992Z Compiling daft-derive v0.1.5
20302026-03-24T17:05:38.151Z Compiling curve25519-dalek v4.1.3
20312026-03-24T17:05:38.269Z Compiling spin v0.9.8
20322026-03-24T17:05:38.428Z Compiling thread-id v5.1.0
20332026-03-24T17:05:38.446Z Compiling thread-id v4.2.2
20342026-03-24T17:05:38.513Z Compiling proc-macro-error-attr v1.0.4
20352026-03-24T17:05:38.577Z Compiling num-bigint-dig v0.8.6
20362026-03-24T17:05:38.586Z Compiling smoltcp v0.9.1
20372026-03-24T17:05:38.764Z Compiling cfg_aliases v0.2.1
20382026-03-24T17:05:38.802Z Compiling pin-utils v0.1.0
20392026-03-24T17:05:38.989Z Compiling powerfmt v0.2.0
20402026-03-24T17:05:39.005Z Compiling httpdate v1.0.3
20412026-03-24T17:05:39.005Z Compiling foreign-types-shared v0.1.1
20422026-03-24T17:05:39.221Z Compiling tempfile v3.25.0
20432026-03-24T17:05:39.295Z Compiling deranged v0.5.8
20442026-03-24T17:05:39.295Z Compiling foreign-types v0.3.2
20452026-03-24T17:05:39.413Z Compiling nix v0.31.1
20462026-03-24T17:05:39.459Z Compiling darling v0.20.11
20472026-03-24T17:05:39.716Z Compiling hyper v1.8.1
20482026-03-24T17:05:39.983Z Compiling ipnetwork v0.21.1
20492026-03-24T17:05:41.722Z Compiling strum_macros v0.26.4
20502026-03-24T17:05:41.844Z Compiling wait-timeout v0.2.1
20512026-03-24T17:05:41.844Z Compiling proc-macro-error v1.0.4
20522026-03-24T17:05:41.844Z Compiling anstyle v1.0.13
20532026-03-24T17:05:41.844Z Compiling unicode-segmentation v1.12.0
20542026-03-24T17:05:41.844Z Compiling quick-error v1.2.3
20552026-03-24T17:05:41.844Z Compiling simd-adler32 v0.3.8
20562026-03-24T17:05:41.844Z Compiling num_threads v0.1.7
20572026-03-24T17:05:41.844Z Compiling bit-vec v0.8.0
20582026-03-24T17:05:41.844Z Compiling siphasher v1.0.2
20592026-03-24T17:05:41.844Z Compiling utf8parse v0.2.2
20602026-03-24T17:05:41.845Z Compiling anstyle-parse v0.2.7
20612026-03-24T17:05:41.845Z Compiling bit-set v0.8.0
20622026-03-24T17:05:41.845Z Compiling hyper-util v0.1.20
20632026-03-24T17:05:41.845Z Compiling time v0.3.47
20642026-03-24T17:05:41.845Z Compiling rusty-fork v0.3.1
20652026-03-24T17:05:42.244Z Compiling crossbeam-epoch v0.9.18
20662026-03-24T17:05:42.258Z Compiling derive_builder_core v0.20.2
20672026-03-24T17:05:43.210Z Compiling unicode-normalization v0.1.25
20682026-03-24T17:05:43.329Z Compiling rustls-native-certs v0.8.3
20692026-03-24T17:05:43.681Z Compiling signature v2.2.0
20702026-03-24T17:05:43.736Z Compiling hubpack_derive v0.1.1
20712026-03-24T17:05:43.791Z Compiling curve25519-dalek-derive v0.1.1
20722026-03-24T17:05:43.873Z Compiling strum_macros v0.27.2
20732026-03-24T17:05:44.173Z Compiling rand_xorshift v0.4.0
20742026-03-24T17:05:44.239Z Compiling sync_wrapper v1.0.2
20752026-03-24T17:05:44.274Z Compiling fs-err v3.3.0
20762026-03-24T17:05:44.282Z Compiling ahash v0.8.12
20772026-03-24T17:05:44.353Z Compiling unicode-properties v0.1.4
20782026-03-24T17:05:44.558Z Compiling object v0.37.3
20792026-03-24T17:05:44.599Z Compiling anstyle-query v1.1.5
20802026-03-24T17:05:44.619Z Compiling colorchoice v1.0.4
20812026-03-24T17:05:44.636Z Compiling adler2 v2.0.1
20822026-03-24T17:05:44.657Z Compiling is_terminal_polyfill v1.70.2
20832026-03-24T17:05:44.690Z Compiling unicode-bidi v0.3.18
20842026-03-24T17:05:44.767Z Compiling unarray v0.1.4
20852026-03-24T17:05:44.790Z Compiling miniz_oxide v0.8.9
20862026-03-24T17:05:44.794Z Compiling anstream v0.6.21
20872026-03-24T17:05:44.922Z Compiling proptest v1.10.0
20882026-03-24T17:05:45.162Z Compiling stringprep v0.1.5
20892026-03-24T17:05:45.379Z Compiling tower v0.5.3
20902026-03-24T17:05:45.642Z Compiling derive_builder_macro v0.20.2
20912026-03-24T17:05:46.775Z Compiling crossbeam-deque v0.8.6
20922026-03-24T17:05:46.816Z Compiling heck v0.4.1
20932026-03-24T17:05:46.816Z Compiling usdt-attr-macro v0.6.0
20942026-03-24T17:05:46.816Z Compiling usdt-macro v0.6.0
20952026-03-24T17:05:46.816Z Compiling http-body-util v0.1.3
20962026-03-24T17:05:46.816Z Compiling webpki-roots v1.0.6
20972026-03-24T17:05:46.816Z Compiling rand_chacha v0.3.1
20982026-03-24T17:05:46.816Z Compiling erased-serde v0.3.31
20992026-03-24T17:05:46.816Z Compiling md-5 v0.10.6
21002026-03-24T17:05:46.837Z Compiling num-integer v0.1.46
21012026-03-24T17:05:46.946Z Compiling hash32 v0.2.1
21022026-03-24T17:05:46.984Z Compiling vergen-lib v0.1.6
21032026-03-24T17:05:47.013Z Compiling ff v0.13.1
21042026-03-24T17:05:47.051Z Compiling zlib-rs v0.6.2
21052026-03-24T17:05:47.082Z Compiling fallible-iterator v0.2.0
21062026-03-24T17:05:47.106Z Compiling ryu v1.0.23
21072026-03-24T17:05:47.154Z Compiling base16ct v0.2.0
21082026-03-24T17:05:47.242Z Compiling iri-string v0.7.10
21092026-03-24T17:05:47.382Z Compiling psl-types v2.0.11
21102026-03-24T17:05:47.403Z Compiling serde_urlencoded v0.7.1
21112026-03-24T17:05:47.403Z Compiling sec1 v0.7.3
21122026-03-24T17:05:47.403Z Compiling publicsuffix v2.3.0
21132026-03-24T17:05:47.449Z Compiling group v0.13.0
21142026-03-24T17:05:47.484Z Compiling postgres-protocol v0.6.10
21152026-03-24T17:05:47.522Z Compiling num-iter v0.1.45
21162026-03-24T17:05:47.688Z Compiling rand v0.8.5
21172026-03-24T17:05:47.785Z Compiling newtype-uuid v1.3.2
21182026-03-24T17:05:48.106Z Compiling oxnet v0.1.4
21192026-03-24T17:05:48.153Z Compiling zone_cfg_derive v0.3.1
21202026-03-24T17:05:48.200Z Compiling derive_builder v0.20.2
21212026-03-24T17:05:48.296Z Compiling tokio-native-tls v0.3.1
21222026-03-24T17:05:48.410Z Compiling phf_shared v0.13.1
21232026-03-24T17:05:48.590Z Compiling lazy_static v1.5.0
21242026-03-24T17:05:48.630Z Compiling terminal_size v0.4.3
21252026-03-24T17:05:48.720Z Compiling serde_with_macros v3.17.0
21262026-03-24T17:05:48.814Z Compiling cargo-platform v0.1.9
21272026-03-24T17:05:48.853Z Compiling tower-http v0.6.8
21282026-03-24T17:05:48.899Z Compiling hkdf v0.12.4
21292026-03-24T17:05:48.962Z Compiling crypto-bigint v0.5.5
21302026-03-24T17:05:48.989Z Compiling serde_repr v0.1.20
21312026-03-24T17:05:49.009Z Compiling enum-as-inner v0.6.1
21322026-03-24T17:05:49.028Z Compiling clap_derive v4.5.55
21332026-03-24T17:05:49.056Z Compiling vergen v9.0.6
21342026-03-24T17:05:49.141Z Compiling managed v0.8.0
21352026-03-24T17:05:49.236Z Compiling unicode-width v0.2.0
21362026-03-24T17:05:49.271Z Compiling libbz2-rs-sys v0.2.2
21372026-03-24T17:05:49.313Z Compiling foldhash v0.1.5
21382026-03-24T17:05:49.530Z Compiling bumpalo v3.20.2
21392026-03-24T17:05:49.587Z Compiling clap_lex v1.0.0
21402026-03-24T17:05:49.612Z Compiling bitflags v1.3.2
21412026-03-24T17:05:49.829Z Compiling bzip2 v0.6.1
21422026-03-24T17:05:49.858Z Compiling zopfli v0.8.3
21432026-03-24T17:05:49.879Z Compiling clap_builder v4.5.60
21442026-03-24T17:05:49.908Z Compiling flate2 v1.1.9
21452026-03-24T17:05:50.104Z Compiling console v0.16.2
21462026-03-24T17:05:50.149Z Compiling hashbrown v0.15.5
21472026-03-24T17:05:50.368Z Compiling elliptic-curve v0.13.8
21482026-03-24T17:05:50.524Z Compiling cargo_metadata v0.19.2
21492026-03-24T17:05:50.844Z Compiling phf v0.13.1
21502026-03-24T17:05:50.871Z Compiling hyper-tls v0.6.0
21512026-03-24T17:05:50.872Z Compiling signal-hook-mio v0.2.5
21522026-03-24T17:05:50.901Z Compiling daft v0.1.5
21532026-03-24T17:05:51.016Z Compiling rayon v1.11.0
21542026-03-24T17:05:51.042Z Compiling zstd v0.13.3
21552026-03-24T17:05:51.133Z Compiling cookie_store v0.22.1
21562026-03-24T17:05:51.248Z Compiling postgres-types v0.2.12
21572026-03-24T17:05:51.269Z Compiling bzip2 v0.4.4
21582026-03-24T17:05:51.326Z Compiling strum v0.27.2
21592026-03-24T17:05:51.527Z Compiling hubpack v0.1.2
21602026-03-24T17:05:51.549Z Compiling ed25519 v2.2.3
21612026-03-24T17:05:51.833Z Compiling phf_shared v0.11.3
21622026-03-24T17:05:51.984Z Compiling pkcs1 v0.7.5
21632026-03-24T17:05:52.150Z Compiling serde-big-array v0.5.1
21642026-03-24T17:05:52.177Z Compiling hex v0.4.3
21652026-03-24T17:05:52.485Z Compiling rfc6979 v0.4.0
21662026-03-24T17:05:52.511Z Compiling bstr v1.12.1
21672026-03-24T17:05:52.576Z Compiling itertools v0.12.1
21682026-03-24T17:05:52.590Z Compiling float-cmp v0.10.0
21692026-03-24T17:05:52.627Z Compiling memmap2 v0.9.10
21702026-03-24T17:05:52.645Z Compiling env_filter v1.0.0
21712026-03-24T17:05:52.818Z Compiling encoding_rs v0.8.35
21722026-03-24T17:05:52.826Z Compiling fixedbitset v0.5.7
21732026-03-24T17:05:53.106Z Compiling normalize-line-endings v0.3.0
21742026-03-24T17:05:53.217Z Compiling toml_write v0.1.2
21752026-03-24T17:05:53.217Z Compiling jiff v0.2.21
21762026-03-24T17:05:53.217Z Compiling new_debug_unreachable v1.0.6
21772026-03-24T17:05:53.217Z Compiling mime v0.3.17
21782026-03-24T17:05:53.244Z Compiling precomputed-hash v0.1.1
21792026-03-24T17:05:53.244Z Compiling data-encoding v2.10.0
21802026-03-24T17:05:53.244Z Compiling unit-prefix v0.5.2
21812026-03-24T17:05:53.244Z Compiling static_assertions v1.1.0
21822026-03-24T17:05:53.301Z Compiling keccak v0.1.6
21832026-03-24T17:05:53.359Z Compiling difflib v0.4.0
21842026-03-24T17:05:53.453Z Compiling whoami v2.1.0
21852026-03-24T17:05:53.488Z Compiling rustc-hash v2.1.1
21862026-03-24T17:05:53.667Z Compiling predicates-core v1.0.10
21872026-03-24T17:05:53.915Z Compiling fixedbitset v0.4.2
21882026-03-24T17:05:54.055Z Compiling predicates v3.1.4
21892026-03-24T17:05:54.055Z Compiling tokio-postgres v0.7.16
21902026-03-24T17:05:54.162Z Compiling iddqd v0.3.17
21912026-03-24T17:05:54.162Z Compiling hickory-proto v0.25.2
21922026-03-24T17:05:54.211Z Compiling zone v0.3.1
21932026-03-24T17:05:54.290Z Compiling petgraph v0.6.5
21942026-03-24T17:05:54.606Z Compiling sha3 v0.10.8
21952026-03-24T17:05:54.622Z Compiling indicatif v0.18.4
21962026-03-24T17:05:54.646Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21972026-03-24T17:05:55.386Z Compiling string_cache v0.8.9
21982026-03-24T17:05:55.386Z Compiling toml_edit v0.22.27
21992026-03-24T17:05:55.386Z Compiling petgraph v0.8.3
22002026-03-24T17:05:55.483Z Compiling similar v2.7.0
22012026-03-24T17:05:56.968Z Compiling env_logger v0.11.9
22022026-03-24T17:05:57.055Z Compiling usdt v0.6.0
22032026-03-24T17:05:57.055Z Compiling zip v4.6.1
22042026-03-24T17:05:57.055Z Compiling serde_with v3.17.0
22052026-03-24T17:05:57.055Z Compiling ecdsa v0.16.9
22062026-03-24T17:05:57.395Z Compiling rsa v0.9.10
22072026-03-24T17:05:58.187Z Compiling clap v4.5.60
22082026-03-24T17:05:58.272Z Compiling crossterm v0.28.1
22092026-03-24T17:05:58.282Z Compiling ed25519-dalek v2.2.0
22102026-03-24T17:05:58.571Z Compiling zip v0.6.6
22112026-03-24T17:05:58.696Z Compiling strum v0.26.3
22122026-03-24T17:05:58.840Z Compiling toml v0.7.8
22132026-03-24T17:05:58.844Z Compiling tokio-stream v0.1.18
22142026-03-24T17:05:58.884Z Compiling buf-list v1.1.2
22152026-03-24T17:05:59.272Z Compiling x509-cert v0.2.5
22162026-03-24T17:05:59.321Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22172026-03-24T17:05:59.629Z Compiling openapiv3 v2.2.0
22182026-03-24T17:05:59.637Z Compiling sha1 v0.10.6
22192026-03-24T17:05:59.829Z Compiling itertools v0.13.0
22202026-03-24T17:06:00.048Z Compiling lalrpop-util v0.19.12
22212026-03-24T17:06:00.189Z Compiling peg-runtime v0.8.5
22222026-03-24T17:06:15.483Z Compiling macaddr v1.0.1
22232026-03-24T17:06:15.724Z Compiling structmeta-derive v0.3.0
22242026-03-24T17:06:15.748Z Compiling itertools v0.14.0
22252026-03-24T17:06:17.043Z Compiling heapless v0.8.0
22262026-03-24T17:06:17.445Z Compiling ingot-macros v0.1.1
22272026-03-24T17:06:17.965Z Compiling structmeta v0.3.0
22282026-03-24T17:06:21.526Z Compiling rustls-webpki v0.103.9
22292026-03-24T17:06:22.982Z Compiling toml_edit v0.23.10+spec-1.0.0
22302026-03-24T17:06:23.843Z Compiling hash32 v0.3.1
22312026-03-24T17:06:24.089Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22322026-03-24T17:06:24.216Z Compiling smoltcp v0.11.0
22332026-03-24T17:06:24.394Z Compiling proc-macro-crate v3.4.0
22342026-03-24T17:06:24.432Z Compiling ingot-types v0.1.2
22352026-03-24T17:06:24.647Z Compiling cobs v0.3.0
22362026-03-24T17:06:24.693Z Compiling rustls v0.22.4
22372026-03-24T17:06:24.749Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22382026-03-24T17:06:24.977Z Compiling ingot v0.1.1
22392026-03-24T17:06:25.002Z Compiling num_enum_derive v0.7.5
22402026-03-24T17:06:25.046Z Compiling postcard v1.1.3
22412026-03-24T17:06:25.055Z Compiling proc-macro-crate v1.3.1
22422026-03-24T17:06:25.152Z Compiling rustls-webpki v0.102.8
22432026-03-24T17:06:25.204Z Compiling futures-executor v0.3.32
22442026-03-24T17:06:25.213Z Compiling foreign-types-macros v0.2.3
22452026-03-24T17:06:25.612Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22462026-03-24T17:06:25.630Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22472026-03-24T17:06:25.699Z Compiling multer v3.1.0
22482026-03-24T17:06:25.754Z Compiling thread_local v1.1.9
22492026-03-24T17:06:25.818Z Compiling slog-async v2.8.0
22502026-03-24T17:06:25.964Z Compiling cpufeatures v0.3.0
22512026-03-24T17:06:25.990Z Compiling typeid v1.0.3
22522026-03-24T17:06:26.084Z Compiling foreign-types-shared v0.3.1
22532026-03-24T17:06:26.106Z Compiling match_cfg v0.1.0
22542026-03-24T17:06:26.158Z Compiling chacha20 v0.10.0
22552026-03-24T17:06:26.209Z Compiling hostname v0.3.1
22562026-03-24T17:06:26.267Z Compiling foreign-types v0.5.0
22572026-03-24T17:06:26.318Z Compiling num_enum v0.7.5
22582026-03-24T17:06:26.384Z Compiling num_enum_derive v0.5.11
22592026-03-24T17:06:26.400Z Compiling futures v0.3.32
22602026-03-24T17:06:26.494Z Compiling derive-ex v0.1.8
22612026-03-24T17:06:26.530Z Compiling tokio-rustls v0.26.4
22622026-03-24T17:06:26.562Z Compiling rustls-platform-verifier v0.6.2
22632026-03-24T17:06:26.589Z Compiling tabwriter v1.4.1
22642026-03-24T17:06:26.614Z Compiling slog-json v2.6.1
22652026-03-24T17:06:26.837Z Compiling hyper-rustls v0.27.7
22662026-03-24T17:06:26.899Z Compiling crossbeam-channel v0.5.15
22672026-03-24T17:06:26.949Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22682026-03-24T17:06:27.060Z Compiling async-stream-impl v0.3.6
22692026-03-24T17:06:27.264Z Compiling reqwest v0.13.2
22702026-03-24T17:06:27.498Z Compiling reqwest v0.12.28
22712026-03-24T17:06:27.542Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22722026-03-24T17:06:27.603Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22732026-03-24T17:06:27.837Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22742026-03-24T17:06:27.866Z Compiling serde_spanned v1.0.4
22752026-03-24T17:06:28.069Z Compiling is-terminal v0.4.17
22762026-03-24T17:06:28.101Z Compiling cstr-argument v0.1.2
22772026-03-24T17:06:28.124Z Compiling dropshot v0.16.7
22782026-03-24T17:06:28.155Z Compiling take_mut v0.2.2
22792026-03-24T17:06:28.217Z Compiling erased-serde v0.4.9
22802026-03-24T17:06:28.316Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22812026-03-24T17:06:28.343Z Compiling toml_writer v1.0.6+spec-1.1.0
22822026-03-24T17:06:28.386Z Compiling crucible-workspace-hack v0.1.0
22832026-03-24T17:06:28.441Z Compiling term v1.2.1
22842026-03-24T17:06:28.570Z Compiling test-strategy v0.4.5
22852026-03-24T17:06:28.660Z Compiling toml v0.9.12+spec-1.1.0
22862026-03-24T17:06:28.727Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22872026-03-24T17:06:28.756Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22882026-03-24T17:06:28.958Z Compiling slog-term v2.9.2
22892026-03-24T17:06:29.002Z Compiling async-stream v0.3.6
22902026-03-24T17:06:29.071Z Compiling num_enum v0.5.11
22912026-03-24T17:06:29.240Z Compiling tokio-rustls v0.25.0
22922026-03-24T17:06:29.285Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22932026-03-24T17:06:29.355Z Compiling slog-bunyan v2.5.0
22942026-03-24T17:06:29.459Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22952026-03-24T17:06:29.582Z Compiling rand v0.10.0
22962026-03-24T17:06:29.786Z Compiling parse-display-derive v0.10.0
22972026-03-24T17:06:29.989Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22982026-03-24T17:06:30.243Z Compiling backon v1.6.0
22992026-03-24T17:06:30.299Z Compiling waitgroup v0.1.2
23002026-03-24T17:06:30.328Z Compiling newtype-uuid-macros v0.1.0
23012026-03-24T17:06:30.359Z Compiling dropshot_endpoint v0.16.7
23022026-03-24T17:06:30.371Z Compiling rustls-pemfile v2.2.0
23032026-03-24T17:06:30.514Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23042026-03-24T17:06:30.585Z Compiling serde_path_to_error v0.1.20
23052026-03-24T17:06:30.603Z Compiling hostname v0.4.2
23062026-03-24T17:06:30.675Z Compiling instant v0.1.13
23072026-03-24T17:06:30.748Z Compiling colored v3.1.1
23082026-03-24T17:06:30.753Z Compiling libefi-sys v0.1.0
23092026-03-24T17:06:30.834Z Compiling debug-ignore v1.0.5
23102026-03-24T17:06:30.937Z Compiling backoff v0.4.0
23112026-03-24T17:06:30.971Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23122026-03-24T17:06:31.006Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23132026-03-24T17:06:31.221Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23142026-03-24T17:06:31.320Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23152026-03-24T17:06:31.410Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23162026-03-24T17:06:31.636Z Compiling camino-tempfile v1.4.1
23172026-03-24T17:06:31.782Z Compiling parse-display v0.10.0
23182026-03-24T17:06:31.896Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23192026-03-24T17:06:31.901Z Compiling usdt-attr-macro v0.5.0
23202026-03-24T17:06:31.977Z Compiling usdt-macro v0.5.0
23212026-03-24T17:06:32.200Z Compiling secrecy v0.10.3
23222026-03-24T17:06:32.366Z Compiling bitfield-struct v0.6.2
23232026-03-24T17:06:32.395Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23242026-03-24T17:06:32.801Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23252026-03-24T17:06:32.840Z Compiling num-derive v0.4.2
23262026-03-24T17:06:32.861Z Compiling regress v0.10.5
23272026-03-24T17:06:32.890Z Compiling ordered-float v2.10.1
23282026-03-24T17:06:32.914Z Compiling blake3 v1.8.3
23292026-03-24T17:06:33.170Z Compiling sigpipe v0.1.3
23302026-03-24T17:06:33.312Z Compiling memmap v0.7.0
23312026-03-24T17:06:33.319Z Compiling glob v0.3.3
23322026-03-24T17:06:33.368Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23332026-03-24T17:06:33.644Z Compiling usdt v0.5.0
23342026-03-24T17:06:33.668Z Compiling serde-value v0.7.0
23352026-03-24T17:06:33.692Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23362026-03-24T17:06:33.698Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23372026-03-24T17:06:33.850Z Compiling serde-untagged v0.1.9
23382026-03-24T17:06:33.923Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23392026-03-24T17:06:34.021Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23402026-03-24T17:06:34.401Z Compiling toml v0.8.23
23412026-03-24T17:06:34.466Z Compiling smf v0.2.3
23422026-03-24T17:06:34.479Z Compiling filetime v0.2.27
23432026-03-24T17:06:34.480Z Compiling xattr v1.6.1
23442026-03-24T17:06:34.526Z Compiling unicode-xid v0.2.6
23452026-03-24T17:06:34.560Z Compiling whoami v1.6.1
23462026-03-24T17:06:34.727Z Compiling arrayref v0.3.9
23472026-03-24T17:06:34.751Z Compiling constant_time_eq v0.4.2
23482026-03-24T17:06:34.755Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23492026-03-24T17:06:34.775Z Compiling same-file v1.0.6
23502026-03-24T17:06:34.844Z Compiling arrayvec v0.7.6
23512026-03-24T17:06:34.897Z Compiling cargo-util-schemas v0.8.2
23522026-03-24T17:06:34.918Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-03-24T17:06:35.019Z Compiling walkdir v2.5.0
23542026-03-24T17:06:35.039Z Compiling tar v0.4.44
23552026-03-24T17:06:35.122Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23562026-03-24T17:06:35.173Z Compiling tokio-dtrace v0.1.1
23572026-03-24T17:06:35.467Z Compiling gethostname v0.5.0
23582026-03-24T17:06:35.590Z Compiling cargo-platform v0.2.0
23592026-03-24T17:06:35.620Z Compiling topological-sort v0.2.2
23602026-03-24T17:06:35.783Z Compiling oxide-tokio-rt v0.1.3
23612026-03-24T17:06:35.793Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23622026-03-24T17:06:35.839Z Compiling indent_write v2.2.0
23632026-03-24T17:06:35.864Z Compiling shell-words v1.1.1
23642026-03-24T17:06:36.578Z Compiling cargo_metadata v0.21.0
23652026-03-24T17:06:47.720Z Compiling progenitor-client v0.13.0
23662026-03-24T17:06:47.773Z Compiling progenitor-client v0.10.0
23672026-03-24T17:06:47.773Z Compiling omicron-zone-package v0.12.2
23682026-03-24T17:06:47.878Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23692026-03-24T17:06:47.895Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23702026-03-24T17:06:47.895Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23712026-03-24T17:06:47.957Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23722026-03-24T17:06:48.086Z Compiling progenitor-extras v0.1.1
23732026-03-24T17:06:48.366Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23742026-03-24T17:06:57.857Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23752026-03-24T17:06:59.114Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23762026-03-24T17:07:07.344Z Finished `release` profile [optimized] target(s) in 1m 53s
23772026-03-24T17:07:07.560Z Running `target/release/omicron-package -t test target create -p dev`
23782026-03-24T17:07:07.605ZLogging to: /work/oxidecomputer/omicron/out/LOG
23792026-03-24T17:07:07.618ZCreated new build target 'test' and set it as active
23802026-03-24T17:07:07.619Z
23812026-03-24T17:07:07.619Zreal 1:53.498718720
23822026-03-24T17:07:07.619Zuser 20:10.437411436
23832026-03-24T17:07:07.619Zsys 3:01.031867851
23842026-03-24T17:07:07.619Ztrap 0.532014236
23852026-03-24T17:07:07.619Ztflt 2.967900232
23862026-03-24T17:07:07.620Zdflt 3.796022318
23872026-03-24T17:07:07.620Zkflt 0.000463652
23882026-03-24T17:07:07.620Zlock 1:04:06.888131009
23892026-03-24T17:07:07.620Zslp 51:45.588945391
23902026-03-24T17:07:07.620Zlat 45.837105778
23912026-03-24T17:07:07.620Zstop 7:18.757514892
23922026-03-24T17:07:07.620Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23932026-03-24T17:07:08.831Z Finished `release` profile [optimized] target(s) in 1.20s
23942026-03-24T17:07:08.890Z Running `target/release/omicron-package -t test package`
23952026-03-24T17:07:08.953ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-03-24T17:07:10.896Z Compiling regress v0.10.5
23972026-03-24T17:07:10.896Z Compiling heck v0.5.0
23982026-03-24T17:07:10.901Z Compiling unsafe-libyaml v0.2.11
23992026-03-24T17:07:11.152Z Compiling convert_case v0.4.0
24002026-03-24T17:07:11.211Z Compiling half v2.7.1
24012026-03-24T17:07:11.218Z Compiling ciborium-io v0.2.2
24022026-03-24T17:07:11.268Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
24032026-03-24T17:07:11.296Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24042026-03-24T17:07:11.300Z Compiling prettyplease v0.2.37
24052026-03-24T17:07:11.356Z Compiling universal-hash v0.5.1
24062026-03-24T17:07:11.360Z Compiling thiserror-impl-no-std v2.0.2
24072026-03-24T17:07:11.360Z Compiling opaque-debug v0.3.1
24082026-03-24T17:07:11.360Z Compiling unicode-width v0.1.14
24092026-03-24T17:07:11.360Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24102026-03-24T17:07:11.418Z Compiling typify-impl v0.6.1
24112026-03-24T17:07:11.547Z Compiling byte-wrapper v0.1.0
24122026-03-24T17:07:11.552Z Compiling chacha20 v0.9.1
24132026-03-24T17:07:11.553Z Compiling poly1305 v0.8.0
24142026-03-24T17:07:11.644Z Compiling ciborium-ll v0.2.2
24152026-03-24T17:07:11.649Z Compiling derive_more v0.99.20
24162026-03-24T17:07:11.649Z Compiling password-hash v0.5.0
24172026-03-24T17:07:11.735Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24182026-03-24T17:07:11.879Z Compiling serde_yaml v0.9.34+deprecated
24192026-03-24T17:07:11.909Z Compiling ciborium v0.2.2
24202026-03-24T17:07:11.954Z Compiling blake2 v0.10.6
24212026-03-24T17:07:12.013Z Compiling aead v0.5.2
24222026-03-24T17:07:12.044Z Compiling is-terminal v0.4.17
24232026-03-24T17:07:12.199Z Compiling swrite v0.1.0
24242026-03-24T17:07:12.288Z Compiling chacha20poly1305 v0.10.1
24252026-03-24T17:07:12.355Z Compiling argon2 v0.5.3
24262026-03-24T17:07:12.436Z Compiling serde_spanned v1.0.4
24272026-03-24T17:07:12.583Z Compiling toml_writer v1.0.6+spec-1.1.0
24282026-03-24T17:07:12.742Z Compiling bytecount v0.6.9
24292026-03-24T17:07:12.780Z Compiling rustls v0.22.4
24302026-03-24T17:07:12.780Z Compiling rustls-webpki v0.102.8
24312026-03-24T17:07:12.811Z Compiling toml v0.9.12+spec-1.1.0
24322026-03-24T17:07:12.838Z Compiling derive-where v1.6.0
24332026-03-24T17:07:12.905Z Compiling thread_local v1.1.9
24342026-03-24T17:07:12.960Z Compiling thiserror-no-std v2.0.2
24352026-03-24T17:07:12.973Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24362026-03-24T17:07:13.077Z Compiling match_cfg v0.1.0
24372026-03-24T17:07:13.106Z Compiling vsss-rs v3.3.4
24382026-03-24T17:07:13.160Z Compiling hostname v0.3.1
24392026-03-24T17:07:13.176Z Compiling multer v3.1.0
24402026-03-24T17:07:13.277Z Compiling slog-async v2.8.0
24412026-03-24T17:07:13.324Z Compiling slog-json v2.6.1
24422026-03-24T17:07:13.488Z Compiling crossbeam-channel v0.5.15
24432026-03-24T17:07:13.513Z Compiling futures-executor v0.3.32
24442026-03-24T17:07:13.605Z Compiling term v1.2.1
24452026-03-24T17:07:13.679Z Compiling take_mut v0.2.2
24462026-03-24T17:07:13.721Z Compiling futures v0.3.32
24472026-03-24T17:07:13.730Z Compiling slog-bunyan v2.5.0
24482026-03-24T17:07:13.861Z Compiling dropshot v0.16.7
24492026-03-24T17:07:13.869Z Compiling async-stream v0.3.6
24502026-03-24T17:07:13.869Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24512026-03-24T17:07:13.972Z Compiling slog-term v2.9.2
24522026-03-24T17:07:14.008Z Compiling progenitor-client v0.13.0
24532026-03-24T17:07:14.117Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24542026-03-24T17:07:14.152Z Compiling waitgroup v0.1.2
24552026-03-24T17:07:14.309Z Compiling backon v1.6.0
24562026-03-24T17:07:14.321Z Compiling rustls-pemfile v2.2.0
24572026-03-24T17:07:14.366Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
24582026-03-24T17:07:14.411Z Compiling hostname v0.4.2
24592026-03-24T17:07:14.436Z Compiling serde_path_to_error v0.1.20
24602026-03-24T17:07:14.460Z Compiling instant v0.1.13
24612026-03-24T17:07:14.497Z Compiling debug-ignore v1.0.5
24622026-03-24T17:07:14.523Z Compiling progenitor-extras v0.1.1
24632026-03-24T17:07:14.529Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24642026-03-24T17:07:14.529Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24652026-03-24T17:07:14.626Z Compiling backoff v0.4.0
24662026-03-24T17:07:14.636Z Compiling parse-display v0.10.0
24672026-03-24T17:07:14.636Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24682026-03-24T17:07:14.636Z Compiling progenitor-client v0.10.0
24692026-03-24T17:07:14.780Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24702026-03-24T17:07:14.794Z Compiling macaddr v1.0.1
24712026-03-24T17:07:14.822Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24722026-03-24T17:07:14.916Z Compiling console v0.15.11
24732026-03-24T17:07:14.958Z Compiling newline-converter v0.3.0
24742026-03-24T17:07:14.958Z Compiling atomicwrites v0.4.4
24752026-03-24T17:07:14.987Z Compiling num-rational v0.4.2
24762026-03-24T17:07:15.030Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24772026-03-24T17:07:15.187Z Compiling num-complex v0.4.6
24782026-03-24T17:07:15.282Z Compiling slog-dtrace v0.3.0
24792026-03-24T17:07:15.368Z Compiling async-recursion v1.1.1
24802026-03-24T17:07:15.402Z Compiling float-ord v0.3.2
24812026-03-24T17:07:15.641Z Compiling expectorate v1.2.0
24822026-03-24T17:07:15.681Z Compiling owo-colors v4.3.0
24832026-03-24T17:07:15.724Z Compiling num v0.4.3
24842026-03-24T17:07:15.857Z Compiling cancel-safe-futures v0.1.5
24852026-03-24T17:07:15.900Z Compiling libsw-core v0.3.2
24862026-03-24T17:07:15.943Z Compiling tokio-rustls v0.25.0
24872026-03-24T17:07:15.950Z Compiling resolv-conf v0.7.6
24882026-03-24T17:07:15.950Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24892026-03-24T17:07:16.175Z Compiling libsw v3.5.0
24902026-03-24T17:07:16.315Z Compiling toml v0.8.23
24912026-03-24T17:07:16.341Z Compiling linear-map v1.2.0
24922026-03-24T17:07:16.417Z Compiling linked-hash-map v0.5.6
24932026-03-24T17:07:16.451Z Compiling minimal-lexical v0.2.1
24942026-03-24T17:07:16.661Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24952026-03-24T17:07:16.734Z Compiling nom v7.1.3
24962026-03-24T17:07:16.772Z Compiling lru-cache v0.1.2
24972026-03-24T17:07:16.782Z Compiling unicode-xid v0.2.6
24982026-03-24T17:07:16.872Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24992026-03-24T17:07:16.873Z Compiling globset v0.4.18
25002026-03-24T17:07:17.003Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25012026-03-24T17:07:17.019Z Compiling hickory-proto v0.24.4
25022026-03-24T17:07:17.132Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25032026-03-24T17:07:17.497Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25042026-03-24T17:07:17.551Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25052026-03-24T17:07:18.118Z Compiling typify-macro v0.6.1
25062026-03-24T17:07:18.697Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25072026-03-24T17:07:18.743Z Compiling convert_case v0.10.0
25082026-03-24T17:07:19.076Z Compiling derive_more-impl v2.1.1
25092026-03-24T17:07:20.112Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25102026-03-24T17:07:20.133Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25112026-03-24T17:07:20.177Z Compiling typify v0.6.1
25122026-03-24T17:07:20.322Z Compiling progenitor-impl v0.13.0
25132026-03-24T17:07:20.445Z Compiling hickory-resolver v0.24.4
25142026-03-24T17:07:20.662Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25152026-03-24T17:07:21.606Z Compiling pin-project-internal v1.1.11
25162026-03-24T17:07:22.256Z Compiling qorb v0.4.1
25172026-03-24T17:07:22.704Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25182026-03-24T17:07:22.939Z Compiling pin-project v1.1.11
25192026-03-24T17:07:25.990Z Compiling derive_more v2.1.1
25202026-03-24T17:07:25.990Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25212026-03-24T17:07:25.990Z Compiling pem v3.0.6
25222026-03-24T17:07:25.990Z Compiling snafu-derive v0.8.9
25232026-03-24T17:07:25.990Z Compiling progenitor-macro v0.13.0
25242026-03-24T17:07:25.990Z Compiling termtree v0.5.1
25252026-03-24T17:07:25.990Z Compiling crossterm v0.29.0
25262026-03-24T17:07:25.990Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25272026-03-24T17:07:25.991Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25282026-03-24T17:07:28.633Z Compiling snafu v0.8.9
25292026-03-24T17:07:28.702Z Compiling phf_shared v0.12.1
25302026-03-24T17:07:28.703Z Compiling olpc-cjson v0.1.4
25312026-03-24T17:07:28.703Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25322026-03-24T17:07:28.703Z Compiling serde_plain v1.0.2
25332026-03-24T17:07:28.703Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25342026-03-24T17:07:28.703Z Compiling csv-core v0.1.13
25352026-03-24T17:07:28.703Z Compiling vte v0.14.1
25362026-03-24T17:07:28.703Z Compiling typed-path v0.9.3
25372026-03-24T17:07:28.703Z Compiling highway v1.3.0
25382026-03-24T17:07:28.703Z Compiling chrono-tz v0.10.4
25392026-03-24T17:07:28.703Z Compiling strip-ansi-escapes v0.2.1
25402026-03-24T17:07:28.703Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25412026-03-24T17:07:28.703Z Compiling csv v1.4.0
25422026-03-24T17:07:28.937Z Compiling phf v0.12.1
25432026-03-24T17:07:28.990Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25442026-03-24T17:07:29.057Z Compiling const_format_proc_macros v0.2.34
25452026-03-24T17:07:29.144Z Compiling papergrid v0.11.0
25462026-03-24T17:07:29.200Z Compiling fd-lock v4.0.4
25472026-03-24T17:07:29.440Z Compiling tough v0.20.0
25482026-03-24T17:07:29.457Z Compiling progenitor v0.13.0
25492026-03-24T17:07:29.613Z Compiling peg-macros v0.8.5
25502026-03-24T17:07:29.675Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25512026-03-24T17:07:29.783Z Compiling tabled_derive v0.7.0
25522026-03-24T17:07:30.975Z Compiling nu-ansi-term v0.50.3
25532026-03-24T17:07:31.185Z Compiling tabled v0.15.0
25542026-03-24T17:07:31.282Z Compiling const_format v0.2.35
25552026-03-24T17:07:31.346Z Compiling peg v0.8.5
25562026-03-24T17:07:31.633Z Compiling reedline v0.40.0
25572026-03-24T17:07:31.739Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25582026-03-24T17:07:31.871Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25592026-03-24T17:07:31.929Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25602026-03-24T17:07:33.516Z Compiling bcs v0.1.6
25612026-03-24T17:07:33.813Z Compiling base64 v0.21.7
25622026-03-24T17:07:34.064Z Compiling semver v0.1.20
25632026-03-24T17:07:34.432Z Compiling rustc_version v0.1.7
25642026-03-24T17:07:34.494Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25652026-03-24T17:07:34.753Z Compiling newtype_derive v0.1.6
25662026-03-24T17:07:34.809Z Compiling unicode-linebreak v0.1.5
25672026-03-24T17:07:35.045Z Compiling humantime v2.3.0
25682026-03-24T17:07:35.239Z Compiling smawk v0.3.2
25692026-03-24T17:07:35.442Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25702026-03-24T17:07:35.501Z Compiling textwrap v0.16.2
25712026-03-24T17:07:35.810Z Compiling dropshot-api-manager-types v0.6.0
25722026-03-24T17:07:35.819Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25732026-03-24T17:07:36.037Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25742026-03-24T17:07:36.191Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25752026-03-24T17:07:36.247Z Compiling steno v0.4.1
25762026-03-24T17:07:36.561Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25772026-03-24T17:07:36.586Z Compiling utf-8 v0.7.6
25782026-03-24T17:07:36.877Z Compiling tagptr v0.2.0
25792026-03-24T17:07:37.129Z Compiling moka v0.12.13
25802026-03-24T17:07:37.397Z Compiling tungstenite v0.21.0
25812026-03-24T17:07:37.548Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25822026-03-24T17:07:37.556Z Compiling radium v0.7.0
25832026-03-24T17:07:37.752Z Compiling typify-impl v0.4.3
25842026-03-24T17:07:38.477Z Compiling tokio-tungstenite v0.21.0
25852026-03-24T17:07:38.674Z Compiling hickory-resolver v0.25.2
25862026-03-24T17:07:38.854Z Compiling maybe-uninit v2.0.0
25872026-03-24T17:07:38.959Z Compiling tap v1.0.1
25882026-03-24T17:07:39.208Z Compiling wyz v0.5.1
25892026-03-24T17:07:40.120Z Compiling zerocopy-derive v0.6.6
25902026-03-24T17:07:40.177Z Compiling crc-catalog v2.4.0
25912026-03-24T17:07:40.177Z Compiling funty v2.0.0
25922026-03-24T17:07:40.200Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25932026-03-24T17:07:40.298Z Compiling packed_struct v0.10.1
25942026-03-24T17:07:40.534Z Compiling display-error-chain v0.2.2
25952026-03-24T17:07:40.695Z Compiling zerocopy v0.6.6
25962026-03-24T17:07:40.755Z Compiling bitvec v1.0.1
25972026-03-24T17:07:41.171Z Compiling crc v3.4.0
25982026-03-24T17:07:41.372Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25992026-03-24T17:07:41.465Z Compiling packed_struct_codegen v0.10.1
26002026-03-24T17:07:41.648Z Compiling bitfield-macros v0.19.4
26012026-03-24T17:07:42.567Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26022026-03-24T17:07:42.696Z Compiling typify-macro v0.4.3
26032026-03-24T17:07:42.825Z Compiling indexmap v1.9.3
26042026-03-24T17:07:43.115Z Compiling nodrop v0.1.14
26052026-03-24T17:07:43.273Z Compiling array-init v0.0.4
26062026-03-24T17:07:43.900Z Compiling bitfield v0.19.4
26072026-03-24T17:07:44.368Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26082026-03-24T17:07:44.677Z Compiling smallvec v0.6.14
26092026-03-24T17:07:45.007Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26102026-03-24T17:07:45.039Z Compiling num-derive v0.3.3
26112026-03-24T17:07:45.493Z Compiling proc-macro-error-attr2 v2.0.0
26122026-03-24T17:07:45.541Z Compiling hashbrown v0.12.3
26132026-03-24T17:07:46.055Z Compiling proc-macro-error2 v2.0.1
26142026-03-24T17:07:46.258Z Compiling libscf-sys v1.1.0
26152026-03-24T17:07:46.490Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26162026-03-24T17:07:46.508Z Compiling serde-hex v0.1.0
26172026-03-24T17:07:46.582Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26182026-03-24T17:07:46.880Z Compiling ron v0.8.1
26192026-03-24T17:07:47.003Z Compiling hashbrown v0.13.2
26202026-03-24T17:07:47.069Z Compiling vergen-gitcl v1.0.8
26212026-03-24T17:07:47.158Z Compiling dirs-sys-next v0.1.2
26222026-03-24T17:07:47.346Z Compiling crc-any v2.5.0
26232026-03-24T17:07:47.377Z Compiling maplit v1.0.2
26242026-03-24T17:07:47.521Z Compiling crunchy v0.2.4
26252026-03-24T17:07:47.548Z Compiling glob v0.3.3
26262026-03-24T17:07:47.643Z Compiling diesel_derives v2.3.7
26272026-03-24T17:07:47.942Z Compiling object v0.30.4
26282026-03-24T17:07:47.947Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26292026-03-24T17:07:48.019Z Compiling dirs-next v2.0.0
26302026-03-24T17:07:48.103Z Compiling clang-sys v1.8.1
26312026-03-24T17:07:48.163Z Compiling tabled_derive v0.11.0
26322026-03-24T17:07:48.453Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26332026-03-24T17:07:48.701Z Compiling typify v0.4.3
26342026-03-24T17:07:48.760Z Compiling papergrid v0.17.0
26352026-03-24T17:07:48.775Z Compiling testing_table v0.3.0
26362026-03-24T17:07:48.852Z Compiling dsl_auto_type v0.2.0
26372026-03-24T17:07:49.269Z Compiling scheduled-thread-pool v0.2.7
26382026-03-24T17:07:49.438Z Compiling diesel_table_macro_syntax v0.3.0
26392026-03-24T17:07:49.448Z Compiling path-slash v0.1.5
26402026-03-24T17:07:51.025Z Compiling tiny-keccak v2.0.2
26412026-03-24T17:07:51.050Z Compiling r2d2 v0.8.10
26422026-03-24T17:07:51.050Z Compiling term v0.7.0
26432026-03-24T17:07:51.127Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26442026-03-24T17:07:51.127Z Compiling arc-swap v1.8.2
26452026-03-24T17:07:51.127Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26462026-03-24T17:07:51.127Z Compiling tabled v0.20.0
26472026-03-24T17:07:51.128Z Compiling xshell-macros v0.2.7
26482026-03-24T17:07:51.128Z Compiling downcast-rs v2.0.2
26492026-03-24T17:07:51.128Z Compiling bit-vec v0.6.3
26502026-03-24T17:07:51.128Z Compiling slog-scope v4.4.1
26512026-03-24T17:07:51.128Z Compiling ascii-canvas v3.0.0
26522026-03-24T17:07:51.128Z Compiling bit-set v0.5.3
26532026-03-24T17:07:51.128Z Compiling xshell v0.2.7
26542026-03-24T17:07:51.128Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26552026-03-24T17:07:51.153Z Compiling itertools v0.10.5
26562026-03-24T17:07:51.153Z Compiling ena v0.14.4
26572026-03-24T17:07:51.177Z Compiling libloading v0.8.9
26582026-03-24T17:07:51.443Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26592026-03-24T17:07:51.471Z Compiling unicase v2.9.0
26602026-03-24T17:07:51.743Z Compiling bindgen v0.71.1
26612026-03-24T17:07:51.870Z Compiling regex-syntax v0.6.29
26622026-03-24T17:07:51.941Z Compiling diff v0.1.13
26632026-03-24T17:07:52.048Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26642026-03-24T17:07:52.587Z Compiling slog-stdlog v4.1.1
26652026-03-24T17:07:52.657Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26662026-03-24T17:07:53.155Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26672026-03-24T17:07:54.283Z Compiling lalrpop v0.19.12
26682026-03-24T17:07:54.418Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26692026-03-24T17:07:54.572Z Compiling cexpr v0.6.0
26702026-03-24T17:07:55.251Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26712026-03-24T17:07:55.444Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26722026-03-24T17:07:55.485Z Compiling crc8 v0.1.1
26732026-03-24T17:07:55.724Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-03-24T17:07:56.080Z Compiling slog-envlogger v2.2.0
26752026-03-24T17:07:56.264Z Compiling diesel v2.3.7
26762026-03-24T17:07:56.825Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26772026-03-24T17:07:56.971Z Compiling headers-core v0.3.0
26782026-03-24T17:07:57.128Z Compiling libxml v0.3.3
26792026-03-24T17:07:57.177Z Compiling headers v0.4.1
26802026-03-24T17:07:57.518Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26812026-03-24T17:07:57.612Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26822026-03-24T17:07:57.666Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26832026-03-24T17:07:57.900Z Compiling strum_macros v0.24.3
26842026-03-24T17:07:58.246Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26852026-03-24T17:07:58.784Z Compiling indoc v1.0.9
26862026-03-24T17:07:59.945Z Compiling progenitor-impl v0.10.0
26872026-03-24T17:08:00.055Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26882026-03-24T17:08:00.055Z Compiling derive_builder v0.20.2
26892026-03-24T17:08:00.055Z Compiling oso-derive v0.27.3
26902026-03-24T17:08:00.055Z Compiling quick-xml v0.37.5
26912026-03-24T17:08:00.554Z Compiling impl-trait-for-tuples v0.2.3
26922026-03-24T17:08:02.379Z Compiling openssl-probe v0.1.6
26932026-03-24T17:08:02.379Z Compiling half v1.8.3
26942026-03-24T17:08:02.379Z Compiling serde_cbor v0.11.2
26952026-03-24T17:08:02.379Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26962026-03-24T17:08:02.379Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26972026-03-24T17:08:02.379Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26982026-03-24T17:08:02.380Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26992026-03-24T17:08:02.433Z Compiling bb8 v0.8.6
27002026-03-24T17:08:02.434Z Compiling progenitor-macro v0.10.0
27012026-03-24T17:08:02.477Z Compiling trait-variant v0.1.2
27022026-03-24T17:08:02.515Z Compiling samael v0.0.19
27032026-03-24T17:08:02.928Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27042026-03-24T17:08:03.176Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27052026-03-24T17:08:03.563Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27062026-03-24T17:08:03.625Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27072026-03-24T17:08:03.794Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27082026-03-24T17:08:03.812Z Compiling fxhash v0.2.1
27092026-03-24T17:08:04.089Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27102026-03-24T17:08:04.117Z Compiling kstat-rs v0.2.4
27112026-03-24T17:08:04.158Z Compiling libz-sys v1.1.24
27122026-03-24T17:08:04.375Z Compiling salty v0.3.0
27132026-03-24T17:08:04.683Z Compiling nonempty v0.12.0
27142026-03-24T17:08:04.799Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27152026-03-24T17:08:04.962Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27162026-03-24T17:08:05.307Z Compiling progenitor-impl v0.11.2
27172026-03-24T17:08:05.414Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27182026-03-24T17:08:05.505Z Compiling polar-core v0.27.3
27192026-03-24T17:08:05.619Z Compiling darling_core v0.23.0
27202026-03-24T17:08:07.916Z Compiling nanorand v0.7.0
27212026-03-24T17:08:08.330Z Compiling progenitor v0.10.0
27222026-03-24T17:08:08.548Z Compiling fs-err v2.11.0
27232026-03-24T17:08:10.782Z Compiling parking_lot_core v0.8.6
27242026-03-24T17:08:10.903Z Compiling mime_guess v2.0.5
27252026-03-24T17:08:10.903Z Compiling darling_macro v0.23.0
27262026-03-24T17:08:10.903Z Compiling progenitor-macro v0.11.2
27272026-03-24T17:08:10.903Z Compiling flume v0.11.1
27282026-03-24T17:08:10.903Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27292026-03-24T17:08:10.903Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27302026-03-24T17:08:11.203Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27312026-03-24T17:08:11.841Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27322026-03-24T17:08:11.917Z Compiling progenitor-client v0.11.2
27332026-03-24T17:08:12.629Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27342026-03-24T17:08:13.071Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27352026-03-24T17:08:13.977Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27362026-03-24T17:08:15.084Z Compiling git-stub v1.0.0
27372026-03-24T17:08:15.318Z Compiling libgit2-sys v0.18.3+1.9.2
27382026-03-24T17:08:15.882Z Compiling instability v0.3.11
27392026-03-24T17:08:16.020Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27402026-03-24T17:08:18.362Z Compiling oso v0.27.3
27412026-03-24T17:08:22.219Z Compiling diesel-dtrace v0.5.0
27422026-03-24T17:08:22.244Z Compiling async-bb8-diesel v0.2.1
27432026-03-24T17:08:22.603Z Compiling git-stub-vcs v0.1.0
27442026-03-24T17:08:22.841Z Compiling progenitor v0.11.2
27452026-03-24T17:08:23.097Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27462026-03-24T17:08:23.105Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27472026-03-24T17:08:23.369Z Compiling darling v0.23.0
27482026-03-24T17:08:24.034Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27492026-03-24T17:08:24.121Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27502026-03-24T17:08:24.163Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27512026-03-24T17:08:24.233Z Compiling ignore v0.4.25
27522026-03-24T17:08:25.585Z Compiling primeorder v0.13.6
27532026-03-24T17:08:26.027Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-03-24T17:08:26.578Z Compiling castaway v0.2.4
27552026-03-24T17:08:26.663Z Compiling atty v0.2.14
27562026-03-24T17:08:26.679Z Compiling nibble_vec v0.1.0
27572026-03-24T17:08:26.791Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-03-24T17:08:26.911Z Compiling endian-type v0.1.2
27592026-03-24T17:08:27.255Z Compiling http-range v0.1.5
27602026-03-24T17:08:27.271Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27612026-03-24T17:08:27.271Z Compiling indoc v2.0.7
27622026-03-24T17:08:27.427Z Compiling parse-size v1.1.0
27632026-03-24T17:08:27.593Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-03-24T17:08:27.926Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27652026-03-24T17:08:28.085Z Compiling radix_trie v0.2.1
27662026-03-24T17:08:28.213Z Compiling compact_str v0.8.1
27672026-03-24T17:08:29.990Z Compiling p384 v0.13.1
27682026-03-24T17:08:30.049Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-03-24T17:08:30.572Z Compiling globwalk v0.9.1
27702026-03-24T17:08:30.689Z Compiling parking_lot v0.11.2
27712026-03-24T17:08:31.432Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27722026-03-24T17:08:31.456Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27732026-03-24T17:08:31.904Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27742026-03-24T17:08:31.917Z Compiling predicates-tree v1.0.13
27752026-03-24T17:08:31.936Z Compiling unicode-truncate v1.1.0
27762026-03-24T17:08:32.004Z Compiling lru v0.12.5
27772026-03-24T17:08:32.217Z Compiling prefix-trie v0.7.0
27782026-03-24T17:08:32.295Z Compiling vergen-git2 v1.0.7
27792026-03-24T17:08:32.331Z Compiling cassowary v0.3.0
27802026-03-24T17:08:32.483Z Compiling camino-tempfile-ext v0.3.3
27812026-03-24T17:08:32.635Z Compiling hyper-staticfile v0.10.1
27822026-03-24T17:08:32.829Z Compiling hickory-server v0.25.2
27832026-03-24T17:08:33.232Z Compiling ratatui v0.29.0
27842026-03-24T17:08:33.315Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27852026-03-24T17:08:33.995Z Compiling sled v0.34.7
27862026-03-24T17:08:34.284Z Compiling hickory-client v0.25.2
27872026-03-24T17:08:35.720Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27882026-03-24T17:08:35.828Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27892026-03-24T17:08:35.977Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-03-24T17:08:36.539Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27912026-03-24T17:08:36.753Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27922026-03-24T17:08:36.963Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27932026-03-24T17:08:37.446Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27942026-03-24T17:08:38.061Z Compiling rand_seeder v0.4.0
27952026-03-24T17:08:38.120Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27962026-03-24T17:08:38.373Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-03-24T17:08:38.422Z Compiling lzma-sys v0.1.20
27982026-03-24T17:08:38.937Z Compiling rustls v0.21.12
27992026-03-24T17:08:38.967Z Compiling corncobs v0.1.4
28002026-03-24T17:08:39.252Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28012026-03-24T17:08:39.384Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-03-24T17:08:39.496Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28032026-03-24T17:08:39.585Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28042026-03-24T17:08:39.757Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28052026-03-24T17:08:39.877Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28062026-03-24T17:08:40.146Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28072026-03-24T17:08:40.235Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28082026-03-24T17:08:40.532Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28092026-03-24T17:08:40.632Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28102026-03-24T17:08:40.955Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28112026-03-24T17:08:44.119Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28122026-03-24T17:08:44.465Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28132026-03-24T17:08:44.526Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28142026-03-24T17:08:44.777Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28152026-03-24T17:08:44.807Z Compiling cargo_toml v0.22.3
28162026-03-24T17:08:45.027Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28172026-03-24T17:08:46.649Z Compiling sct v0.7.1
28182026-03-24T17:08:47.015Z Compiling rustls-webpki v0.101.7
28192026-03-24T17:08:47.034Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28202026-03-24T17:08:47.107Z Compiling nix v0.29.0
28212026-03-24T17:08:47.457Z Compiling secrecy v0.8.0
28222026-03-24T17:08:47.652Z Compiling void v1.0.2
28232026-03-24T17:08:47.808Z Compiling lzss v0.8.2
28242026-03-24T17:08:48.141Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28252026-03-24T17:08:48.524Z Compiling git2 v0.20.4
28262026-03-24T17:08:48.553Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28272026-03-24T17:08:48.772Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28282026-03-24T17:08:48.819Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28292026-03-24T17:08:48.858Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28302026-03-24T17:08:49.092Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28312026-03-24T17:08:49.716Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28322026-03-24T17:08:50.724Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28332026-03-24T17:08:50.785Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28342026-03-24T17:08:51.132Z Compiling tungstenite v0.23.0
28352026-03-24T17:08:51.457Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28362026-03-24T17:08:51.524Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28372026-03-24T17:08:51.612Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28382026-03-24T17:08:51.775Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28392026-03-24T17:08:51.891Z Compiling nix v0.27.1
28402026-03-24T17:08:52.091Z Compiling serde_bytes v0.11.19
28412026-03-24T17:08:52.504Z Compiling tokio-tungstenite v0.23.1
28422026-03-24T17:08:52.691Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28432026-03-24T17:08:52.976Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28442026-03-24T17:08:53.030Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28452026-03-24T17:08:53.738Z Compiling tokio-rustls v0.24.1
28462026-03-24T17:08:53.845Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28472026-03-24T17:08:54.136Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28482026-03-24T17:08:54.688Z Compiling ron v0.12.0
28492026-03-24T17:08:56.599Z Compiling xz2 v0.1.7
28502026-03-24T17:08:56.683Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28512026-03-24T17:08:57.759Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28522026-03-24T17:08:59.147Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28532026-03-24T17:08:59.874Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28542026-03-24T17:09:00.998Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28552026-03-24T17:09:01.927Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28562026-03-24T17:09:02.190Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28572026-03-24T17:09:02.360Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28582026-03-24T17:09:02.559Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28592026-03-24T17:09:03.221Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28602026-03-24T17:09:04.302Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28612026-03-24T17:09:04.407Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28622026-03-24T17:09:06.002Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28632026-03-24T17:09:06.192Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28642026-03-24T17:09:07.595Z Compiling rustls-pemfile v1.0.4
28652026-03-24T17:09:08.084Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28662026-03-24T17:09:08.492Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28672026-03-24T17:09:09.813Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28682026-03-24T17:09:10.115Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28692026-03-24T17:09:10.527Z Compiling signal-hook-tokio v0.3.1
28702026-03-24T17:09:10.670Z Compiling twox-hash v2.1.2
28712026-03-24T17:09:10.754Z Compiling yasna v0.5.2
28722026-03-24T17:09:10.907Z Compiling base16ct v1.0.0
28732026-03-24T17:09:11.117Z Compiling is_ci v1.2.0
28742026-03-24T17:09:11.261Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28752026-03-24T17:09:11.342Z Compiling supports-color v3.0.2
28762026-03-24T17:09:11.437Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28772026-03-24T17:09:11.700Z Compiling rcgen v0.12.1
28782026-03-24T17:09:12.665Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28792026-03-24T17:09:13.115Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28802026-03-24T17:09:13.237Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28812026-03-24T17:09:13.413Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28822026-03-24T17:09:17.418Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28832026-03-24T17:09:17.468Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28842026-03-24T17:09:17.468Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28852026-03-24T17:09:17.611Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28862026-03-24T17:09:18.762Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28872026-03-24T17:09:19.050Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28882026-03-24T17:09:19.750Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28892026-03-24T17:09:19.851Z Compiling fatfs v0.3.6
28902026-03-24T17:09:19.851Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28912026-03-24T17:09:21.215Z Compiling rtoolbox v0.0.3
28922026-03-24T17:09:21.668Z Compiling subprocess v0.2.15
28932026-03-24T17:09:22.232Z Compiling assert_matches v1.5.0
28942026-03-24T17:09:22.419Z Compiling seq-macro v0.3.6
28952026-03-24T17:09:22.867Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28962026-03-24T17:09:23.170Z Compiling rpassword v7.4.0
28972026-03-24T17:09:27.705Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28982026-03-24T17:09:27.961Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28992026-03-24T17:09:27.961Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29002026-03-24T17:09:28.138Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29012026-03-24T17:09:28.138Z Compiling tui-tree-widget v0.23.1
29022026-03-24T17:09:28.138Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29032026-03-24T17:09:28.138Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29042026-03-24T17:09:28.645Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29052026-03-24T17:09:28.709Z Compiling uzers v0.12.2
29062026-03-24T17:09:29.426Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29072026-03-24T17:09:30.542Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29082026-03-24T17:09:32.017Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29092026-03-24T17:09:34.984Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29102026-03-24T17:09:35.085Z Compiling support-bundle-viewer v0.1.2
29112026-03-24T17:09:37.475Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29122026-03-24T17:09:39.570Z Compiling multimap v0.10.1
29132026-03-24T17:10:00.993Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29142026-03-24T17:10:01.643Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29152026-03-24T17:10:04.244Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29162026-03-24T17:17:17.719Z Finished `release` profile [optimized] target(s) in 10m 08s
29172026-03-24T17:18:11.436Z
29182026-03-24T17:18:11.441Zreal 11:03.675863570
29192026-03-24T17:18:11.441Zuser 1:40:45.185008431
29202026-03-24T17:18:11.442Zsys 4:10.677214502
29212026-03-24T17:18:11.442Ztrap 2.341967301
29222026-03-24T17:18:11.442Ztflt 2.287471312
29232026-03-24T17:18:11.442Zdflt 18.541209344
29242026-03-24T17:18:11.442Zkflt 0.001811303
29252026-03-24T17:18:11.442Zlock 8:11:13.891817634
29262026-03-24T17:18:11.442Zslp 2:48:18.421214964
29272026-03-24T17:18:11.442Zlat 2:49.936220132
29282026-03-24T17:18:11.442Zstop 7:17.501776684
29292026-03-24T17:18:11.442Z+ mapfile -t packages
29302026-03-24T17:18:11.442Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29312026-03-24T17:18:12.756Z Finished `release` profile [optimized] target(s) in 1.30s
29322026-03-24T17:18:12.829Z Running `target/release/omicron-package -t test list-outputs`
29332026-03-24T17:18:12.897ZLogging to: /work/oxidecomputer/omicron/out/LOG
29342026-03-24T17:18:12.900Z+ ptime -m cargo build --locked --release -p xtask
29352026-03-24T17:18:13.628Z Compiling libc v0.2.180
29362026-03-24T17:18:13.629Z Compiling serde v1.0.228
29372026-03-24T17:18:13.634Z Compiling serde_core v1.0.228
29382026-03-24T17:18:13.634Z Compiling rustix v1.1.3
29392026-03-24T17:18:13.762Z Compiling bitflags v2.11.0
29402026-03-24T17:18:13.766Z Compiling serde_json v1.0.149
29412026-03-24T17:18:13.817Z Compiling num-traits v0.2.19
29422026-03-24T17:18:13.817Z Compiling smallvec v1.15.1
29432026-03-24T17:18:13.821Z Compiling syn v2.0.117
29442026-03-24T17:18:13.847Z Compiling hashbrown v0.16.1
29452026-03-24T17:18:13.895Z Compiling usdt-impl v0.5.0
29462026-03-24T17:18:13.911Z Compiling syn v1.0.109
29472026-03-24T17:18:13.929Z Compiling getrandom v0.4.1
29482026-03-24T17:18:13.937Z Compiling percent-encoding v2.3.2
29492026-03-24T17:18:14.063Z Compiling log v0.4.29
29502026-03-24T17:18:14.181Z Compiling form_urlencoded v1.2.2
29512026-03-24T17:18:14.379Z Compiling fs-err v3.3.0
29522026-03-24T17:18:14.393Z Compiling once_cell v1.21.3
29532026-03-24T17:18:14.449Z Compiling anyhow v1.0.102
29542026-03-24T17:18:14.465Z Compiling heck v0.4.1
29552026-03-24T17:18:14.656Z Compiling indexmap v2.13.0
29562026-03-24T17:18:14.764Z Compiling errno v0.3.14
29572026-03-24T17:18:14.798Z Compiling thread-id v4.2.2
29582026-03-24T17:18:14.798Z Compiling memmap v0.7.0
29592026-03-24T17:18:15.293Z Compiling ordered-float v2.10.1
29602026-03-24T17:18:15.973Z Compiling proc-macro-error v1.0.4
29612026-03-24T17:18:16.223Z Compiling terminal_size v0.4.3
29622026-03-24T17:18:16.223Z Compiling tempfile v3.25.0
29632026-03-24T17:18:16.294Z Compiling tabled_derive v0.7.0
29642026-03-24T17:18:16.357Z Compiling clap_builder v4.5.60
29652026-03-24T17:18:16.358Z Compiling textwrap v0.16.2
29662026-03-24T17:18:16.538Z Compiling camino-tempfile v1.4.1
29672026-03-24T17:18:17.170Z Compiling tabled v0.15.0
29682026-03-24T17:18:17.474Z Compiling synstructure v0.13.2
29692026-03-24T17:18:17.474Z Compiling pest_generator v2.8.6
29702026-03-24T17:18:18.023Z Compiling serde_derive v1.0.228
29712026-03-24T17:18:18.027Z Compiling zerofrom-derive v0.1.6
29722026-03-24T17:18:18.027Z Compiling yoke-derive v0.8.1
29732026-03-24T17:18:18.027Z Compiling zerovec-derive v0.11.2
29742026-03-24T17:18:18.045Z Compiling displaydoc v0.2.5
29752026-03-24T17:18:18.064Z Compiling thiserror-impl v1.0.69
29762026-03-24T17:18:18.161Z Compiling zerocopy-derive v0.7.35
29772026-03-24T17:18:18.762Z Compiling pest_derive v2.8.6
29782026-03-24T17:18:18.814Z Compiling scroll_derive v0.12.1
29792026-03-24T17:18:18.872Z Compiling thiserror-impl v2.0.18
29802026-03-24T17:18:19.021Z Compiling clap_derive v4.5.55
29812026-03-24T17:18:19.248Z Compiling zerocopy v0.7.35
29822026-03-24T17:18:19.498Z Compiling zerofrom v0.1.6
29832026-03-24T17:18:19.636Z Compiling thiserror v1.0.69
29842026-03-24T17:18:19.691Z Compiling yoke v0.8.1
29852026-03-24T17:18:19.711Z Compiling scroll v0.12.0
29862026-03-24T17:18:19.807Z Compiling dtrace-parser v0.2.0
29872026-03-24T17:18:19.980Z Compiling zerovec v0.11.5
29882026-03-24T17:18:20.101Z Compiling zerotrie v0.2.3
29892026-03-24T17:18:20.277Z Compiling goblin v0.8.2
29902026-03-24T17:18:20.503Z Compiling thiserror v2.0.18
29912026-03-24T17:18:20.835Z Compiling tinystr v0.8.2
29922026-03-24T17:18:21.135Z Compiling icu_locale_core v2.1.1
29932026-03-24T17:18:21.304Z Compiling potential_utf v0.1.4
29942026-03-24T17:18:21.561Z Compiling icu_collections v2.1.1
29952026-03-24T17:18:22.151Z Compiling icu_provider v2.1.1
29962026-03-24T17:18:22.516Z Compiling icu_normalizer v2.1.1
29972026-03-24T17:18:22.664Z Compiling toml_datetime v0.6.11
29982026-03-24T17:18:22.698Z Compiling serde_spanned v0.6.9
29992026-03-24T17:18:22.715Z Compiling icu_properties v2.1.2
30002026-03-24T17:18:22.715Z Compiling dof v0.3.0
30012026-03-24T17:18:22.759Z Compiling serde_tokenstream v0.2.3
30022026-03-24T17:18:22.807Z Compiling serde-value v0.7.0
30032026-03-24T17:18:22.929Z Compiling cargo-platform v0.2.0
30042026-03-24T17:18:23.168Z Compiling toml_edit v0.22.27
30052026-03-24T17:18:23.215Z Compiling macaddr v1.0.1
30062026-03-24T17:18:23.234Z Compiling clap v4.5.60
30072026-03-24T17:18:23.759Z Compiling usdt-attr-macro v0.5.0
30082026-03-24T17:18:23.759Z Compiling usdt-macro v0.5.0
30092026-03-24T17:18:24.008Z Compiling idna_adapter v1.2.1
30102026-03-24T17:18:24.149Z Compiling idna v1.1.0
30112026-03-24T17:18:24.753Z Compiling url v2.5.8
30122026-03-24T17:18:24.784Z Compiling usdt v0.5.0
30132026-03-24T17:18:25.300Z Compiling toml v0.8.23
30142026-03-24T17:18:25.922Z Compiling cargo-util-schemas v0.8.2
30152026-03-24T17:18:25.922Z Compiling cargo_toml v0.21.0
30162026-03-24T17:18:27.338Z Compiling cargo_metadata v0.21.0
30172026-03-24T17:18:31.520Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30182026-03-24T17:18:35.597Z Finished `release` profile [optimized] target(s) in 22.67s
30192026-03-24T17:18:35.788Z
30202026-03-24T17:18:35.792Zreal 22.842898485
30212026-03-24T17:18:35.793Zuser 3:09.592571984
30222026-03-24T17:18:35.793Zsys 20.969560837
30232026-03-24T17:18:35.793Ztrap 0.088432032
30242026-03-24T17:18:35.793Ztflt 0.680364312
30252026-03-24T17:18:35.793Zdflt 1.796078962
30262026-03-24T17:18:35.793Zkflt 0.000079649
30272026-03-24T17:18:35.793Zlock 7:09.510722018
30282026-03-24T17:18:35.793Zslp 4:25.361920752
30292026-03-24T17:18:35.793Zlat 8.128476404
30302026-03-24T17:18:35.793Zstop 28.097220953
30312026-03-24T17:18:35.793Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30322026-03-24T17:18:35.793Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30332026-03-24T17:18:35.793Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30342026-03-24T17:18:35.793Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30352026-03-24T17:18:35.793Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30362026-03-24T17:18:37.099Z Compiling regress v0.10.5
30372026-03-24T17:18:37.103Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30382026-03-24T17:18:37.293Z Compiling serde_spanned v1.0.4
30392026-03-24T17:18:37.297Z Compiling toml_writer v1.0.6+spec-1.1.0
30402026-03-24T17:18:37.297Z Compiling newtype-uuid-macros v0.1.0
30412026-03-24T17:18:37.297Z Compiling progenitor-client v0.13.0
30422026-03-24T17:18:37.318Z Compiling structmeta-derive v0.3.0
30432026-03-24T17:18:37.322Z Compiling rustls v0.22.4
30442026-03-24T17:18:37.336Z Compiling rustls-webpki v0.102.8
30452026-03-24T17:18:37.339Z Compiling multer v3.1.0
30462026-03-24T17:18:37.339Z Compiling debug-ignore v1.0.5
30472026-03-24T17:18:37.495Z Compiling match_cfg v0.1.0
30482026-03-24T17:18:37.499Z Compiling slog-json v2.6.1
30492026-03-24T17:18:37.499Z Compiling async-stream-impl v0.3.6
30502026-03-24T17:18:37.571Z Compiling dropshot v0.16.7
30512026-03-24T17:18:37.597Z Compiling toml v0.9.12+spec-1.1.0
30522026-03-24T17:18:37.604Z Compiling itertools v0.14.0
30532026-03-24T17:18:37.604Z Compiling hostname v0.3.1
30542026-03-24T17:18:37.674Z Compiling waitgroup v0.1.2
30552026-03-24T17:18:37.679Z Compiling rustls-pemfile v2.2.0
30562026-03-24T17:18:37.751Z Compiling dropshot_endpoint v0.16.7
30572026-03-24T17:18:37.829Z Compiling slog-bunyan v2.5.0
30582026-03-24T17:18:37.852Z Compiling hostname v0.4.2
30592026-03-24T17:18:37.853Z Compiling serde_path_to_error v0.1.20
30602026-03-24T17:18:37.923Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30612026-03-24T17:18:38.027Z Compiling macaddr v1.0.1
30622026-03-24T17:18:38.054Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30632026-03-24T17:18:38.088Z Compiling progenitor-client v0.10.0
30642026-03-24T17:18:38.114Z Compiling instant v0.1.13
30652026-03-24T17:18:38.184Z Compiling backon v1.6.0
30662026-03-24T17:18:38.274Z Compiling backoff v0.4.0
30672026-03-24T17:18:38.342Z Compiling async-stream v0.3.6
30682026-03-24T17:18:38.367Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30692026-03-24T17:18:38.405Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30702026-03-24T17:18:38.476Z Compiling progenitor-extras v0.1.1
30712026-03-24T17:18:38.504Z Compiling crucible-workspace-hack v0.1.0
30722026-03-24T17:18:38.507Z Compiling unsafe-libyaml v0.2.11
30732026-03-24T17:18:38.507Z Compiling toml_edit v0.23.10+spec-1.0.0
30742026-03-24T17:18:38.581Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30752026-03-24T17:18:38.609Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30762026-03-24T17:18:38.615Z Compiling secrecy v0.10.3
30772026-03-24T17:18:38.616Z Compiling heapless v0.8.0
30782026-03-24T17:18:38.798Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30792026-03-24T17:18:38.854Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30802026-03-24T17:18:38.880Z Compiling structmeta v0.3.0
30812026-03-24T17:18:38.904Z Compiling hash32 v0.3.1
30822026-03-24T17:18:38.933Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30832026-03-24T17:18:38.959Z Compiling smoltcp v0.11.0
30842026-03-24T17:18:39.138Z Compiling toml v0.8.23
30852026-03-24T17:18:39.190Z Compiling tabwriter v1.4.1
30862026-03-24T17:18:39.193Z Compiling derive-ex v0.1.8
30872026-03-24T17:18:39.238Z Compiling parse-display-derive v0.10.0
30882026-03-24T17:18:39.290Z Compiling serde_yaml v0.9.34+deprecated
30892026-03-24T17:18:39.325Z Compiling proc-macro-crate v3.4.0
30902026-03-24T17:18:39.370Z Compiling ingot-macros v0.1.1
30912026-03-24T17:18:39.425Z Compiling typify-impl v0.6.1
30922026-03-24T17:18:39.521Z Compiling cobs v0.3.0
30932026-03-24T17:18:39.549Z Compiling foreign-types-macros v0.2.3
30942026-03-24T17:18:39.603Z Compiling foreign-types-shared v0.3.1
30952026-03-24T17:18:39.661Z Compiling convert_case v0.4.0
30962026-03-24T17:18:39.749Z Compiling cpufeatures v0.3.0
30972026-03-24T17:18:39.831Z Compiling postcard v1.1.3
30982026-03-24T17:18:39.873Z Compiling chacha20 v0.10.0
30992026-03-24T17:18:40.138Z Compiling num_enum_derive v0.7.5
31002026-03-24T17:18:40.205Z Compiling derive_more v0.99.20
31012026-03-24T17:18:40.260Z Compiling proc-macro-crate v1.3.1
31022026-03-24T17:18:40.284Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31032026-03-24T17:18:40.334Z Compiling universal-hash v0.5.1
31042026-03-24T17:18:40.360Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31052026-03-24T17:18:40.364Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31062026-03-24T17:18:40.409Z Compiling foreign-types v0.5.0
31072026-03-24T17:18:40.540Z Compiling cstr-argument v0.1.2
31082026-03-24T17:18:40.565Z Compiling colored v3.1.1
31092026-03-24T17:18:40.637Z Compiling tokio-rustls v0.25.0
31102026-03-24T17:18:40.757Z Compiling opaque-debug v0.3.1
31112026-03-24T17:18:40.820Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31122026-03-24T17:18:40.864Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31132026-03-24T17:18:40.888Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31142026-03-24T17:18:40.891Z Compiling num_enum_derive v0.5.11
31152026-03-24T17:18:41.121Z Compiling rand v0.10.0
31162026-03-24T17:18:41.153Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31172026-03-24T17:18:41.157Z Compiling half v2.7.1
31182026-03-24T17:18:41.215Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31192026-03-24T17:18:41.460Z Compiling ciborium-io v0.2.2
31202026-03-24T17:18:41.607Z Compiling ciborium-ll v0.2.2
31212026-03-24T17:18:41.636Z Compiling camino-tempfile v1.4.1
31222026-03-24T17:18:41.665Z Compiling num_enum v0.7.5
31232026-03-24T17:18:41.694Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31242026-03-24T17:18:41.723Z Compiling parse-display v0.10.0
31252026-03-24T17:18:41.750Z Compiling test-strategy v0.4.5
31262026-03-24T17:18:41.776Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31272026-03-24T17:18:41.839Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31282026-03-24T17:18:41.865Z Compiling ciborium v0.2.2
31292026-03-24T17:18:41.917Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31302026-03-24T17:18:41.958Z Compiling smf v0.2.3
31312026-03-24T17:18:41.989Z Compiling aead v0.5.2
31322026-03-24T17:18:42.161Z Compiling num-derive v0.4.2
31332026-03-24T17:18:42.223Z Compiling sigpipe v0.1.3
31342026-03-24T17:18:42.255Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31352026-03-24T17:18:42.290Z Compiling glob v0.3.3
31362026-03-24T17:18:42.342Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31372026-03-24T17:18:42.369Z Compiling poly1305 v0.8.0
31382026-03-24T17:18:42.405Z Compiling num_enum v0.5.11
31392026-03-24T17:18:42.555Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31402026-03-24T17:18:42.586Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31412026-03-24T17:18:42.679Z Compiling chacha20 v0.9.1
31422026-03-24T17:18:42.709Z Compiling whoami v1.6.1
31432026-03-24T17:18:42.713Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
31442026-03-24T17:18:42.713Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31452026-03-24T17:18:42.892Z Compiling thiserror-impl-no-std v2.0.2
31462026-03-24T17:18:42.994Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31472026-03-24T17:18:43.051Z Compiling num-rational v0.4.2
31482026-03-24T17:18:43.124Z Compiling byte-wrapper v0.1.0
31492026-03-24T17:18:43.219Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31502026-03-24T17:18:43.219Z Compiling password-hash v0.5.0
31512026-03-24T17:18:43.365Z Compiling blake2 v0.10.6
31522026-03-24T17:18:43.395Z Compiling ingot-types v0.1.2
31532026-03-24T17:18:43.422Z Compiling num-complex v0.4.6
31542026-03-24T17:18:43.451Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31552026-03-24T17:18:43.454Z Compiling prettyplease v0.2.37
31562026-03-24T17:18:43.606Z Compiling indent_write v2.2.0
31572026-03-24T17:18:43.812Z Compiling argon2 v0.5.3
31582026-03-24T17:18:43.841Z Compiling chacha20poly1305 v0.10.1
31592026-03-24T17:18:43.844Z Compiling float-ord v0.3.2
31602026-03-24T17:18:43.893Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31612026-03-24T17:18:43.922Z Compiling ingot v0.1.1
31622026-03-24T17:18:43.952Z Compiling num v0.4.3
31632026-03-24T17:18:43.990Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31642026-03-24T17:18:44.044Z Compiling gethostname v0.5.0
31652026-03-24T17:18:44.052Z Compiling usdt-attr-macro v0.5.0
31662026-03-24T17:18:44.094Z Compiling usdt-macro v0.5.0
31672026-03-24T17:18:44.098Z Compiling derive-where v1.6.0
31682026-03-24T17:18:44.148Z Compiling memmap v0.7.0
31692026-03-24T17:18:44.203Z Compiling atomicwrites v0.4.4
31702026-03-24T17:18:44.229Z Compiling owo-colors v4.3.0
31712026-03-24T17:18:44.422Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-03-24T17:18:44.483Z Compiling cancel-safe-futures v0.1.5
31732026-03-24T17:18:44.571Z Compiling thiserror-no-std v2.0.2
31742026-03-24T17:18:44.676Z Compiling vsss-rs v3.3.4
31752026-03-24T17:18:44.786Z Compiling libsw-core v0.3.2
31762026-03-24T17:18:44.833Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31772026-03-24T17:18:44.885Z Compiling async-recursion v1.1.1
31782026-03-24T17:18:44.918Z Compiling resolv-conf v0.7.6
31792026-03-24T17:18:45.052Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31802026-03-24T17:18:45.187Z Compiling libsw v3.5.0
31812026-03-24T17:18:45.215Z Compiling usdt v0.5.0
31822026-03-24T17:18:45.456Z Compiling typify-impl v0.4.3
31832026-03-24T17:18:45.479Z Compiling libefi-sys v0.1.0
31842026-03-24T17:18:45.611Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31852026-03-24T17:18:45.639Z Compiling linear-map v1.2.0
31862026-03-24T17:18:45.684Z Compiling hickory-proto v0.24.4
31872026-03-24T17:18:45.739Z Compiling newline-converter v0.3.0
31882026-03-24T17:18:45.790Z Compiling console v0.15.11
31892026-03-24T17:18:45.821Z Compiling bitfield-struct v0.6.2
31902026-03-24T17:18:45.857Z Compiling linked-hash-map v0.5.6
31912026-03-24T17:18:45.922Z Compiling semver v0.1.20
31922026-03-24T17:18:46.021Z Compiling pin-project-internal v1.1.11
31932026-03-24T17:18:46.115Z Compiling lru-cache v0.1.2
31942026-03-24T17:18:46.144Z Compiling slog-dtrace v0.3.0
31952026-03-24T17:18:46.179Z Compiling typify-macro v0.6.1
31962026-03-24T17:18:46.239Z Compiling rustc_version v0.1.7
31972026-03-24T17:18:46.314Z Compiling expectorate v1.2.0
31982026-03-24T17:18:46.341Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31992026-03-24T17:18:46.426Z Compiling minimal-lexical v0.2.1
32002026-03-24T17:18:46.518Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32012026-03-24T17:18:46.552Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-03-24T17:18:46.586Z Compiling newtype_derive v0.1.6
32032026-03-24T17:18:46.686Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32042026-03-24T17:18:46.718Z Compiling nom v7.1.3
32052026-03-24T17:18:46.745Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-03-24T17:18:46.811Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32072026-03-24T17:18:46.811Z Compiling tokio-dtrace v0.1.1
32082026-03-24T17:18:46.837Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32092026-03-24T17:18:46.895Z Compiling dropshot-api-manager-types v0.6.0
32102026-03-24T17:18:46.990Z Compiling phf_shared v0.12.1
32112026-03-24T17:18:47.076Z Compiling pem v3.0.6
32122026-03-24T17:18:47.184Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32132026-03-24T17:18:47.216Z Compiling snafu-derive v0.8.9
32142026-03-24T17:18:47.251Z Compiling csv-core v0.1.13
32152026-03-24T17:18:47.374Z Compiling same-file v1.0.6
32162026-03-24T17:18:47.564Z Compiling xshell-macros v0.2.7
32172026-03-24T17:18:47.593Z Compiling highway v1.3.0
32182026-03-24T17:18:47.626Z Compiling base64 v0.21.7
32192026-03-24T17:18:47.630Z Compiling chrono-tz v0.10.4
32202026-03-24T17:18:47.677Z Compiling pin-project v1.1.11
32212026-03-24T17:18:47.830Z Compiling const_format_proc_macros v0.2.34
32222026-03-24T17:18:47.950Z Compiling walkdir v2.5.0
32232026-03-24T17:18:48.103Z Compiling csv v1.4.0
32242026-03-24T17:18:48.129Z Compiling xshell v0.2.7
32252026-03-24T17:18:48.132Z Compiling phf v0.12.1
32262026-03-24T17:18:48.178Z Compiling oxide-tokio-rt v0.1.3
32272026-03-24T17:18:48.390Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32282026-03-24T17:18:48.497Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32292026-03-24T17:18:48.601Z Compiling globset v0.4.18
32302026-03-24T17:18:48.636Z Compiling olpc-cjson v0.1.4
32312026-03-24T17:18:48.664Z Compiling hickory-resolver v0.24.4
32322026-03-24T17:18:48.695Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32332026-03-24T17:18:48.720Z Compiling typify v0.6.1
32342026-03-24T17:18:48.841Z Compiling primeorder v0.13.6
32352026-03-24T17:18:48.878Z Compiling progenitor-impl v0.13.0
32362026-03-24T17:18:48.902Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32372026-03-24T17:18:48.930Z Compiling serde_plain v1.0.2
32382026-03-24T17:18:48.934Z Compiling typed-path v0.9.3
32392026-03-24T17:18:48.994Z Compiling const_format v0.2.35
32402026-03-24T17:18:49.219Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32412026-03-24T17:18:49.426Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32422026-03-24T17:18:49.451Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32432026-03-24T17:18:49.455Z Compiling tabled_derive v0.7.0
32442026-03-24T17:18:49.582Z Compiling bcs v0.1.6
32452026-03-24T17:18:50.040Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32462026-03-24T17:18:50.069Z Compiling qorb v0.4.1
32472026-03-24T17:18:50.206Z Compiling snafu v0.8.9
32482026-03-24T17:18:50.257Z Compiling utf-8 v0.7.6
32492026-03-24T17:18:50.321Z Compiling termtree v0.5.1
32502026-03-24T17:18:50.437Z Compiling radium v0.7.0
32512026-03-24T17:18:50.524Z Compiling salty v0.3.0
32522026-03-24T17:18:50.550Z Compiling textwrap v0.16.2
32532026-03-24T17:18:50.731Z Compiling tough v0.20.0
32542026-03-24T17:18:50.811Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32552026-03-24T17:18:50.875Z Compiling tungstenite v0.21.0
32562026-03-24T17:18:50.932Z Compiling tabled v0.15.0
32572026-03-24T17:18:50.965Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32582026-03-24T17:18:51.090Z Compiling steno v0.4.1
32592026-03-24T17:18:51.236Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32602026-03-24T17:18:51.239Z Compiling maybe-uninit v2.0.0
32612026-03-24T17:18:51.286Z Compiling humantime v2.3.0
32622026-03-24T17:18:51.372Z Compiling tap v1.0.1
32632026-03-24T17:18:51.542Z Compiling wyz v0.5.1
32642026-03-24T17:18:51.654Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32652026-03-24T17:18:51.686Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32662026-03-24T17:18:51.817Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32672026-03-24T17:18:51.855Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32682026-03-24T17:18:52.076Z Compiling typify-macro v0.4.3
32692026-03-24T17:18:52.100Z Compiling tokio-tungstenite v0.21.0
32702026-03-24T17:18:52.130Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32712026-03-24T17:18:52.438Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32722026-03-24T17:18:52.540Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32732026-03-24T17:18:52.657Z Compiling progenitor-macro v0.13.0
32742026-03-24T17:18:52.797Z Compiling p384 v0.13.1
32752026-03-24T17:18:52.898Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32762026-03-24T17:18:52.965Z Compiling arc-swap v1.8.2
32772026-03-24T17:18:52.994Z Compiling funty v2.0.0
32782026-03-24T17:18:53.409Z Compiling tagptr v0.2.0
32792026-03-24T17:18:53.588Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32802026-03-24T17:18:53.641Z Compiling packed_struct v0.10.1
32812026-03-24T17:18:53.915Z Compiling moka v0.12.13
32822026-03-24T17:18:54.943Z Compiling bitvec v1.0.1
32832026-03-24T17:18:54.952Z Compiling slog-scope v4.4.1
32842026-03-24T17:18:54.952Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32852026-03-24T17:18:54.952Z Compiling polyval v0.6.2
32862026-03-24T17:18:54.952Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32872026-03-24T17:18:54.952Z Compiling typify v0.4.3
32882026-03-24T17:18:54.952Z Compiling packed_struct_codegen v0.10.1
32892026-03-24T17:18:54.952Z Compiling bitfield-macros v0.19.4
32902026-03-24T17:18:54.952Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32912026-03-24T17:18:54.952Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32922026-03-24T17:18:54.952Z Compiling progenitor-impl v0.10.0
32932026-03-24T17:18:54.952Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32942026-03-24T17:18:55.062Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32952026-03-24T17:18:55.571Z Compiling zerocopy-derive v0.6.6
32962026-03-24T17:18:55.621Z Compiling proc-macro-error-attr2 v2.0.0
32972026-03-24T17:18:55.935Z Compiling indexmap v1.9.3
32982026-03-24T17:18:56.021Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32992026-03-24T17:18:56.127Z Compiling parking_lot_core v0.8.6
33002026-03-24T17:18:56.202Z Compiling crc-catalog v2.4.0
33012026-03-24T17:18:56.229Z Compiling nodrop v0.1.14
33022026-03-24T17:18:56.299Z Compiling proc-macro-error2 v2.0.1
33032026-03-24T17:18:56.365Z Compiling array-init v0.0.4
33042026-03-24T17:18:56.392Z Compiling crc v3.4.0
33052026-03-24T17:18:56.396Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33062026-03-24T17:18:56.529Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33072026-03-24T17:18:56.704Z Compiling bitfield v0.19.4
33082026-03-24T17:18:56.763Z Compiling hickory-resolver v0.25.2
33092026-03-24T17:18:56.787Z Compiling zerocopy v0.6.6
33102026-03-24T17:18:56.815Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33112026-03-24T17:18:56.934Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33122026-03-24T17:18:57.113Z Compiling ghash v0.5.1
33132026-03-24T17:18:57.142Z Compiling smallvec v0.6.14
33142026-03-24T17:18:57.230Z Compiling slog-stdlog v4.1.1
33152026-03-24T17:18:57.288Z Compiling git-stub v1.0.0
33162026-03-24T17:18:57.327Z Compiling ctr v0.9.2
33172026-03-24T17:18:57.470Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33182026-03-24T17:18:57.556Z Compiling num-derive v0.3.3
33192026-03-24T17:18:57.590Z Compiling lzma-sys v0.1.20
33202026-03-24T17:18:57.622Z Compiling unicase v2.9.0
33212026-03-24T17:18:57.669Z Compiling hashbrown v0.12.3
33222026-03-24T17:18:57.718Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33232026-03-24T17:18:57.845Z Compiling aes-gcm v0.10.3
33242026-03-24T17:18:57.934Z Compiling mime_guess v2.0.5
33252026-03-24T17:18:58.038Z Compiling git-stub-vcs v0.1.0
33262026-03-24T17:18:58.118Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33272026-03-24T17:18:58.201Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33282026-03-24T17:18:58.236Z Compiling serde-hex v0.1.0
33292026-03-24T17:18:58.414Z Compiling slog-envlogger v2.2.0
33302026-03-24T17:18:58.501Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33312026-03-24T17:18:58.529Z Compiling progenitor-macro v0.10.0
33322026-03-24T17:18:58.562Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33332026-03-24T17:18:58.724Z Compiling tabled_derive v0.11.0
33342026-03-24T17:18:58.810Z Compiling libscf-sys v1.1.0
33352026-03-24T17:18:58.922Z Compiling progenitor-impl v0.11.2
33362026-03-24T17:18:58.946Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-03-24T17:18:59.032Z Compiling ron v0.8.1
33382026-03-24T17:18:59.146Z Compiling papergrid v0.17.0
33392026-03-24T17:18:59.217Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33402026-03-24T17:18:59.460Z Compiling cargo_toml v0.22.3
33412026-03-24T17:18:59.695Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33422026-03-24T17:18:59.962Z Compiling hashbrown v0.13.2
33432026-03-24T17:19:00.043Z Compiling progenitor v0.13.0
33442026-03-24T17:19:00.095Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33452026-03-24T17:19:00.266Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33462026-03-24T17:19:00.488Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33472026-03-24T17:19:00.491Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33482026-03-24T17:19:00.536Z Compiling testing_table v0.3.0
33492026-03-24T17:19:00.672Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33502026-03-24T17:19:00.775Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33512026-03-24T17:19:00.798Z Compiling blowfish v0.9.1
33522026-03-24T17:19:01.048Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33532026-03-24T17:19:01.077Z Compiling ssh-encoding v0.2.0
33542026-03-24T17:19:01.151Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33552026-03-24T17:19:01.178Z Compiling nibble_vec v0.1.0
33562026-03-24T17:19:01.181Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33572026-03-24T17:19:01.436Z Compiling crc-any v2.5.0
33582026-03-24T17:19:01.465Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33592026-03-24T17:19:01.496Z Compiling endian-type v0.1.2
33602026-03-24T17:19:01.524Z Compiling corncobs v0.1.4
33612026-03-24T17:19:01.683Z Compiling radix_trie v0.2.1
33622026-03-24T17:19:01.710Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33632026-03-24T17:19:01.738Z Compiling ssh-cipher v0.2.0
33642026-03-24T17:19:01.797Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33652026-03-24T17:19:01.848Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33662026-03-24T17:19:01.879Z Compiling bcrypt-pbkdf v0.10.0
33672026-03-24T17:19:02.138Z Compiling tabled v0.20.0
33682026-03-24T17:19:02.286Z Compiling object v0.30.4
33692026-03-24T17:19:02.343Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33702026-03-24T17:19:02.612Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33712026-03-24T17:19:02.728Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33722026-03-24T17:19:02.779Z Compiling parking_lot v0.11.2
33732026-03-24T17:19:02.836Z Compiling progenitor-macro v0.11.2
33742026-03-24T17:19:03.096Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33752026-03-24T17:19:03.325Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33762026-03-24T17:19:03.618Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33772026-03-24T17:19:03.903Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33782026-03-24T17:19:04.106Z Compiling progenitor-client v0.11.2
33792026-03-24T17:19:04.244Z Compiling prefix-trie v0.7.0
33802026-03-24T17:19:04.279Z Compiling password-hash v0.4.2
33812026-03-24T17:19:04.529Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33822026-03-24T17:19:04.558Z Compiling fxhash v0.2.1
33832026-03-24T17:19:04.637Z Compiling secrecy v0.8.0
33842026-03-24T17:19:04.665Z Compiling half v1.8.3
33852026-03-24T17:19:04.829Z Compiling path-slash v0.1.5
33862026-03-24T17:19:04.855Z Compiling http-range v0.1.5
33872026-03-24T17:19:04.887Z Compiling hickory-server v0.25.2
33882026-03-24T17:19:04.914Z Compiling sled v0.34.7
33892026-03-24T17:19:05.009Z Compiling pbkdf2 v0.11.0
33902026-03-24T17:19:05.036Z Compiling serde_cbor v0.11.2
33912026-03-24T17:19:05.193Z Compiling ron v0.12.0
33922026-03-24T17:19:05.313Z Compiling xz2 v0.1.7
33932026-03-24T17:19:05.620Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33942026-03-24T17:19:05.859Z Compiling progenitor v0.10.0
33952026-03-24T17:19:05.913Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33962026-03-24T17:19:06.087Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33972026-03-24T17:19:06.301Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33982026-03-24T17:19:06.458Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33992026-03-24T17:19:06.483Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34002026-03-24T17:19:06.843Z Compiling ssh-key v0.6.7
34012026-03-24T17:19:07.294Z Compiling hickory-client v0.25.2
34022026-03-24T17:19:07.514Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
34032026-03-24T17:19:07.771Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34042026-03-24T17:19:07.801Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34052026-03-24T17:19:07.824Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34062026-03-24T17:19:08.577Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34072026-03-24T17:19:08.633Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34082026-03-24T17:19:08.711Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34092026-03-24T17:19:09.023Z Compiling p521 v0.13.3
34102026-03-24T17:19:09.189Z Compiling p256 v0.13.2
34112026-03-24T17:19:09.216Z Compiling yasna v0.5.2
34122026-03-24T17:19:09.220Z Compiling kstat-rs v0.2.4
34132026-03-24T17:19:09.336Z Compiling headers-core v0.3.0
34142026-03-24T17:19:09.382Z Compiling nanorand v0.7.0
34152026-03-24T17:19:09.516Z Compiling russh-cryptovec v0.7.3
34162026-03-24T17:19:09.542Z Compiling atty v0.2.14
34172026-03-24T17:19:09.649Z Compiling crc8 v0.1.1
34182026-03-24T17:19:09.735Z Compiling md5 v0.7.0
34192026-03-24T17:19:09.735Z Compiling home v0.5.12
34202026-03-24T17:19:09.805Z Compiling base16ct v1.0.0
34212026-03-24T17:19:09.834Z Compiling flume v0.11.1
34222026-03-24T17:19:09.859Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34232026-03-24T17:19:09.888Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34242026-03-24T17:19:09.888Z Compiling headers v0.4.1
34252026-03-24T17:19:10.085Z Compiling russh-keys v0.45.0
34262026-03-24T17:19:10.108Z Compiling progenitor v0.11.2
34272026-03-24T17:19:10.135Z Compiling rcgen v0.12.1
34282026-03-24T17:19:10.298Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34292026-03-24T17:19:10.326Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34302026-03-24T17:19:10.354Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34312026-03-24T17:19:10.416Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34322026-03-24T17:19:10.907Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34332026-03-24T17:19:10.945Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34342026-03-24T17:19:11.029Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34352026-03-24T17:19:11.091Z Compiling hyper-staticfile v0.10.1
34362026-03-24T17:19:11.359Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34372026-03-24T17:19:11.416Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34382026-03-24T17:19:11.752Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34392026-03-24T17:19:11.785Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34402026-03-24T17:19:11.917Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34412026-03-24T17:19:12.041Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34422026-03-24T17:19:12.171Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34432026-03-24T17:19:12.269Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34442026-03-24T17:19:12.295Z Compiling num-bigint v0.4.6
34452026-03-24T17:19:12.416Z Compiling des v0.8.1
34462026-03-24T17:19:12.709Z Compiling subprocess v0.2.15
34472026-03-24T17:19:12.787Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34482026-03-24T17:19:12.879Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34492026-03-24T17:19:13.239Z Compiling hex-literal v0.4.1
34502026-03-24T17:19:13.264Z Compiling display-error-chain v0.2.2
34512026-03-24T17:19:13.410Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34522026-03-24T17:19:13.437Z Compiling colored v2.2.0
34532026-03-24T17:19:13.468Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34542026-03-24T17:19:13.493Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34552026-03-24T17:19:13.784Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34562026-03-24T17:19:13.835Z Compiling socket2 v0.5.10
34572026-03-24T17:19:13.860Z Compiling internet-checksum v0.2.1
34582026-03-24T17:19:13.973Z Compiling russh v0.45.0
34592026-03-24T17:19:19.963Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34602026-03-24T17:19:30.330Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34612026-03-24T17:19:30.330Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34622026-03-24T17:19:30.333Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34632026-03-24T17:19:30.333Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34642026-03-24T17:19:32.590Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34652026-03-24T17:19:32.780Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34662026-03-24T17:19:38.481Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34672026-03-24T17:20:07.960Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34682026-03-24T17:20:33.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
34692026-03-24T17:20:33.386Z
34702026-03-24T17:20:33.391Zreal 1:57.501903070
34712026-03-24T17:20:33.391Zuser 11:41.751702155
34722026-03-24T17:20:33.391Zsys 2:04.794100379
34732026-03-24T17:20:33.391Ztrap 0.359307575
34742026-03-24T17:20:33.391Ztflt 0.548792752
34752026-03-24T17:20:33.391Zdflt 1.332776065
34762026-03-24T17:20:33.391Zkflt 0.000535347
34772026-03-24T17:20:33.391Zlock 40:48.230684541
34782026-03-24T17:20:33.391Zslp 26:28.651521063
34792026-03-24T17:20:33.391Zlat 45.386153652
34802026-03-24T17:20:33.391Zstop 3:57.310457872
34812026-03-24T17:20:33.391Z+ mkdir tests
34822026-03-24T17:20:33.395Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34832026-03-24T17:20:33.395Z+ xargs -I '{}' -t cp '{}' tests/
34842026-03-24T17:20:33.429Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-86ba6e752d4dce5f tests/
34852026-03-24T17:20:33.461Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0d379787697657d9 tests/
34862026-03-24T17:20:33.526Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-dbaa59ec1e557674 tests/
34872026-03-24T17:20:33.529Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b8a7ecbb73af62b3 tests/
34882026-03-24T17:20:33.852Z+ 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/*)
34892026-03-24T17:20:33.855Z+ 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-0d379787697657d9 tests/commtest-dbaa59ec1e557674 tests/dhcp_server-86ba6e752d4dce5f tests/end_to_end_tests-b8a7ecbb73af62b3 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
34902026-03-24T17:22:12.618ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34912026-03-24T17:22:12.618Za .github/buildomat/ci-env.sh 1K
34922026-03-24T17:22:12.618Za out/target/test 1K
34932026-03-24T17:22:12.618Za out/npuzone/npuzone 27402K
34942026-03-24T17:22:12.618Za package-manifest.toml 35K
34952026-03-24T17:22:12.618Za smf/sled-agent/non-gimlet/config.toml 6K
34962026-03-24T17:22:12.618Za target/release/omicron-package 40561K
34972026-03-24T17:22:12.618Za target/release/xtask 11433K
34982026-03-24T17:22:12.619Za target/debug/bootstrap 336537K
34992026-03-24T17:22:12.619Za tests/bootstrap-0d379787697657d9 31310K
35002026-03-24T17:22:12.619Za tests/commtest-dbaa59ec1e557674 32395K
35012026-03-24T17:22:12.619Za tests/dhcp_server-86ba6e752d4dce5f 31310K
35022026-03-24T17:22:12.619Za tests/end_to_end_tests-b8a7ecbb73af62b3 378831K
35032026-03-24T17:22:12.619Za out/clickhouse.tar.gz 301694K
35042026-03-24T17:22:12.619Za out/clickhouse_keeper.tar.gz 287160K
35052026-03-24T17:22:12.619Za out/clickhouse_server.tar.gz 301693K
35062026-03-24T17:22:12.619Za out/cockroachdb.tar.gz 154183K
35072026-03-24T17:22:12.619Za out/crucible-pantry-zone.tar.gz 38991K
35082026-03-24T17:22:12.619Za out/crucible-utils.tar 17744K
35092026-03-24T17:22:12.619Za out/crucible-zone.tar.gz 53129K
35102026-03-24T17:22:12.619Za out/external-dns.tar.gz 43594K
35112026-03-24T17:22:12.619Za out/internal-dns.tar.gz 43593K
35122026-03-24T17:22:12.619Za out/mg-ddm-gz.tar 78377K
35132026-03-24T17:22:12.619Za out/nexus.tar.gz 213137K
35142026-03-24T17:22:12.619Za out/ntp.tar.gz 25418K
35152026-03-24T17:22:12.619Za out/omicron-gateway-softnpu.tar.gz 28311K
35162026-03-24T17:22:12.619Za out/omicron-sled-agent.tar 186940K
35172026-03-24T17:22:12.619Za out/overlay.tar.gz 3K
35182026-03-24T17:22:12.619Za out/oximeter.tar.gz 58020K
35192026-03-24T17:22:12.619Za out/oxlog.tar 3782K
35202026-03-24T17:22:12.619Za out/probe.tar.gz 3037K
35212026-03-24T17:22:12.619Za out/propolis-server.tar.gz 33249K
35222026-03-24T17:22:12.619Za out/pumpkind-gz.tar 26647K
35232026-03-24T17:22:12.619Za out/switch-softnpu.tar.gz 369501K
35242026-03-24T17:22:12.624Z
35252026-03-24T17:22:12.624Zreal 1:38.744153116
35262026-03-24T17:22:12.624Zuser 1:35.802846380
35272026-03-24T17:22:12.624Zsys 6.176726536
35282026-03-24T17:22:12.624Ztrap 0.006949989
35292026-03-24T17:22:12.624Ztflt 0.000000000
35302026-03-24T17:22:12.624Zdflt 0.000000000
35312026-03-24T17:22:12.625Zkflt 0.000000000
35322026-03-24T17:22:12.625Zlock 0.000000000
35332026-03-24T17:22:12.625Zslp 1:34.900582320
35342026-03-24T17:22:12.625Zlat 0.595382725
35352026-03-24T17:22:12.625Zstop 0.000675191
35362026-03-24T17:22:12.625Zprocess exited: duration 1259217 ms, exit code 0
 
35372026-03-24T17:22:12.652Zfound 1 output files
35382026-03-24T17:22:12.652Zuploading: /work/package.tar.gz (2282385833 bytes)
35392026-03-24T17:23:00.079Zuploaded: /work/package.tar.gz