01KQ1CVRY3T3QA7MHVAJ4J8R56: 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: 01KQ1CWQ1G49S3DQVXY4AB9T5A

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-25T04:04:05.284Zjob assigned to worker 01KQ1CWWA4SD4GTHY3AVSD0B8B [factory aws, i-027ee89aaec44d8af] (queued for 48 s)
 
22026-04-25T04:04:13.350Zstarting task 0: "setup"
32026-04-25T04:04:13.355Z++ uname -s
42026-04-25T04:04:13.358Z+ kern=SunOS
52026-04-25T04:04:13.358Z+ build_user=build
62026-04-25T04:04:13.358Z+ build_uid=12345
72026-04-25T04:04:13.358Z+ work_dir=/work
82026-04-25T04:04:13.358Z+ input_dir=/input
92026-04-25T04:04:13.358Z+ [[ 0 == 12345 ]]
102026-04-25T04:04:13.358Z+ case "$kern" in
112026-04-25T04:04:13.358Z+ groupadd -g 12345 build
122026-04-25T04:04:13.361Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-25T04:04:15.368Z+ zfs create -o mountpoint=/work rpool/work
142026-04-25T04:04:15.510Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-25T04:04:15.513Z+ home_fs=zfs
162026-04-25T04:04:15.513Z+ [[ zfs == autofs ]]
172026-04-25T04:04:15.513Z+ mkdir -p /home/build
182026-04-25T04:04:15.513Z+ chown build:build /home/build /work
192026-04-25T04:04:17.516Z+ chmod 0700 /home/build /work
202026-04-25T04:04:17.522Zprocess exited: duration 4172 ms, exit code 0
 
212026-04-25T04:04:17.538Zstarting task 1: "rust-toolchain"
222026-04-25T04:04:17.558Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-25T04:04:17.558Z * rust toolchain channel = "1.94.0"
242026-04-25T04:04:17.558Z * rust toolchain profile = "default"
252026-04-25T04:04:17.558Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-25T04:04:17.558Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-25T04:04:17.558Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-25T04:04:17.559Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-25T04:04:17.559Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-25T04:04:17.651Zinfo: downloading installer
312026-04-25T04:04:19.125Zwarn: It looks like you have an existing installation of Rust at:
322026-04-25T04:04:19.125Zwarn: /opt/ooce/bin
332026-04-25T04:04:19.125Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-25T04:04:19.131Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-25T04:04:19.131Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-25T04:04:19.131Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-25T04:04:19.131Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-25T04:04:19.131Zerror: cannot install while Rust is installed
392026-04-25T04:04:19.131Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-25T04:04:19.131Zwarn: It looks like you have an existing rustup settings file at:
412026-04-25T04:04:19.131Zwarn: /home/build/.rustup/settings.toml
422026-04-25T04:04:19.131Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-25T04:04:19.131Zwarn: instead of the one inferred from the default host triple.
442026-04-25T04:04:19.180Zinfo: profile set to default
452026-04-25T04:04:19.180Zinfo: default host triple is x86_64-unknown-illumos
462026-04-25T04:04:19.181Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-25T04:04:19.271Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-25T04:04:19.331Zinfo: downloading 6 components
492026-04-25T04:04:33.230Z
502026-04-25T04:04:33.230Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-04-25T04:04:33.277Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-25T04:04:33.277Z
532026-04-25T04:04:33.277Z
542026-04-25T04:04:33.277ZRust is installed now. Great!
552026-04-25T04:04:33.277Z
562026-04-25T04:04:33.277ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-25T04:04:33.277Zenvironment variable. This has not been done automatically.
582026-04-25T04:04:33.277Z
592026-04-25T04:04:33.277ZTo configure your current shell, you need to source
602026-04-25T04:04:33.277Zthe corresponding env file under $HOME/.cargo.
612026-04-25T04:04:33.277Z
622026-04-25T04:04:33.277ZThis is usually done by running one of the following (note the leading DOT):
632026-04-25T04:04:33.277Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-25T04:04:33.277Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-25T04:04:33.277Zsource "~/.cargo/env.nu" # For nushell
662026-04-25T04:04:33.277Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-25T04:04:33.277Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-25T04:04:33.277Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-25T04:04:33.293Zwarn: no default linker (`cc`) was found in your PATH
702026-04-25T04:04:33.293Zwarn: many Rust crates require a system C toolchain to build
712026-04-25T04:04:33.365Z+ rustup --version
722026-04-25T04:04:33.372Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-25T04:04:33.372Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-25T04:04:33.395Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-25T04:04:33.398Z+ cargo --version
762026-04-25T04:04:33.407Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-25T04:04:33.411Z+ rustc --version
782026-04-25T04:04:33.430Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-25T04:04:33.436Zprocess exited: duration 15898 ms, exit code 0
 
802026-04-25T04:04:33.447Zstarting task 2: "authentication"
812026-04-25T04:04:33.467Zprocess exited: duration 18 ms, exit code 0
 
822026-04-25T04:04:33.484Zstarting task 3: "clone repository"
832026-04-25T04:04:33.489Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-25T04:04:33.489Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-25T04:04:33.521ZCloning into '/work/oxidecomputer/omicron'...
862026-04-25T04:04:42.183Z+ cd /work/oxidecomputer/omicron
872026-04-25T04:04:42.183Z+ git fetch origin 2496a22a061f0f95f0e603dd45762bb8bc04b0ce
882026-04-25T04:04:42.488ZFrom https://github.com/oxidecomputer/omicron
892026-04-25T04:04:42.488Z * branch 2496a22a061f0f95f0e603dd45762bb8bc04b0ce -> FETCH_HEAD
902026-04-25T04:04:42.504Z+ [[ -n renovate/russh-monorepo ]]
912026-04-25T04:04:42.507Z++ git branch --show-current
922026-04-25T04:04:42.507Z+ current=main
932026-04-25T04:04:42.507Z+ [[ main != renovate/russh-monorepo ]]
942026-04-25T04:04:42.508Z+ git branch -f renovate/russh-monorepo 2496a22a061f0f95f0e603dd45762bb8bc04b0ce
952026-04-25T04:04:42.511Z+ git checkout -f renovate/russh-monorepo
962026-04-25T04:04:42.756ZSwitched to branch 'renovate/russh-monorepo'
972026-04-25T04:04:42.762Z+ git reset --hard 2496a22a061f0f95f0e603dd45762bb8bc04b0ce
982026-04-25T04:04:42.999ZHEAD is now at 2496a22a0 Update Rust crate russh-keys to 0.49.2
992026-04-25T04:04:43.006Zprocess exited: duration 9515 ms, exit code 0
 
1002026-04-25T04:04:43.030Zstarting task 4: "build"
1012026-04-25T04:04:43.035Z+ source .github/buildomat/ci-env.sh
1022026-04-25T04:04:43.035Z++ export CARGO_TERM_COLOR=always
1032026-04-25T04:04:43.036Z++ CARGO_TERM_COLOR=always
1042026-04-25T04:04:43.036Z+ cargo --version
1052026-04-25T04:04:43.047Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-25T04:04:43.050Z+ rustc --version
1072026-04-25T04:04:43.077Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-25T04:04:43.083Z+ WORK=/work
1092026-04-25T04:04:43.083Z+ pfexec mkdir -p /work
1102026-04-25T04:04:43.083Z+ pfexec chown build /work
1112026-04-25T04:04:43.083Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-25T04:05:00.321Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-25T04:05:07.817Z Startup: Caching catalogs ... Done
1142026-04-25T04:05:14.479ZPlanning: Solver setup ... Done (5.085s)
1152026-04-25T04:05:14.518ZPlanning: Running solver ... Done (0.035s)
1162026-04-25T04:05:14.646ZPlanning: Finding local manifests ... Done (0.003s)
1172026-04-25T04:05:14.668ZPlanning: Fetching manifests: 0/5 0% complete
1182026-04-25T04:05:15.265ZPlanning: Fetching manifests: 5/5 100% complete
1192026-04-25T04:05:15.295ZPlanning: Package planning ... Done (0.038s)
1202026-04-25T04:05:15.329ZPlanning: Merging actions ... Done (0.036s)
1212026-04-25T04:05:15.522ZPlanning: Checking for conflicting actions ... Done (0.192s)
1222026-04-25T04:05:15.530ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-04-25T04:05:16.367ZPlanning: Evaluating mediators ... Done (0.834s)
1242026-04-25T04:05:16.412ZPlanning: Planning completed in 8.38 seconds
1252026-04-25T04:05:16.441Z Packages to install: 5
1262026-04-25T04:05:16.441Z Mediators to change: 3
1272026-04-25T04:05:16.441Z Services to change: 1
1282026-04-25T04:05:16.441Z Estimated space available: 155.35 GB
1292026-04-25T04:05:16.441ZEstimated space to be consumed: 1.89 GB
1302026-04-25T04:05:16.442Z Create boot environment: No
1312026-04-25T04:05:16.442ZCreate backup boot environment: No
1322026-04-25T04:05:16.442Z Rebuild boot archive: No
1332026-04-25T04:05:16.442Z
1342026-04-25T04:05:16.442ZChanged mediators:
1352026-04-25T04:05:16.442Z mediator clang:
1362026-04-25T04:05:16.442Z version: None -> 15 (system default)
1372026-04-25T04:05:16.442Z
1382026-04-25T04:05:16.442Z mediator llvm:
1392026-04-25T04:05:16.442Z version: 14 (system default) -> 15 (system default)
1402026-04-25T04:05:16.442Z
1412026-04-25T04:05:16.442Z mediator postgresql:
1422026-04-25T04:05:16.442Z version: 15 (system default) -> 18 (system default)
1432026-04-25T04:05:16.443Z
1442026-04-25T04:05:16.443ZChanged packages:
1452026-04-25T04:05:16.443Zhelios-dev
1462026-04-25T04:05:16.443Z developer/build-essential
1472026-04-25T04:05:16.444Z None -> 11-2.0
1482026-04-25T04:05:16.444Z library/libxmlsec1
1492026-04-25T04:05:16.444Z None -> 1.2.35-2.0
1502026-04-25T04:05:16.444Z ooce/developer/clang-15
1512026-04-25T04:05:16.444Z None -> 15.0.7-2.0
1522026-04-25T04:05:16.444Z ooce/developer/llvm-15
1532026-04-25T04:05:16.444Z None -> 15.0.7-2.0
1542026-04-25T04:05:16.444Z ooce/library/postgresql-18
1552026-04-25T04:05:16.444Z None -> 18.1-2.0
1562026-04-25T04:05:16.444Z
1572026-04-25T04:05:16.444ZServices:
1582026-04-25T04:05:16.444Z restart_fmri:
1592026-04-25T04:05:16.444Z svc:/system/update-man-index:default
1602026-04-25T04:05:16.491Z
1612026-04-25T04:05:16.491ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-04-25T04:05:21.464ZDownload: 591/4272 items 17.6/219.0MB 8% complete (3.6M/s)
1632026-04-25T04:05:32.099ZDownload: 1197/4272 items 83.5/219.0MB 38% complete (11.1M/s)
1642026-04-25T04:05:46.485ZDownload: 1198/4272 items 83.5/219.0MB 38% complete
1652026-04-25T04:05:51.488ZDownload: 1940/4272 items 116.7/219.0MB 53% complete (6.7M/s)
1662026-04-25T04:06:00.750ZDownload: 2214/4272 items 118.2/219.0MB 53% complete (5.3M/s)
1672026-04-25T04:06:16.671ZDownload: 2216/4272 items 118.2/219.0MB 53% complete
1682026-04-25T04:06:21.677ZDownload: 2601/4272 items 120.5/219.0MB 55% complete (474k/s)
1692026-04-25T04:06:27.394ZDownload: 3287/4272 items 211.1/219.0MB 96% complete (11.0M/s)
1702026-04-25T04:06:29.756ZDownload: Completed 218.99 MB in 73.32 seconds (3.0M/s)
1712026-04-25T04:06:29.904Z Actions: 1/4789 actions (Installing new actions)
1722026-04-25T04:06:33.339Z Actions: Completed 4789 actions in 3.43 seconds.
1732026-04-25T04:06:33.620Z Done (0.281s)
1742026-04-25T04:06:33.621Z Done (0.000s)
1752026-04-25T04:06:34.245Z Done (0.623s)
1762026-04-25T04:06:37.639Z Done (2.995s)
1772026-04-25T04:06:37.669Z Done (0.013s)
1782026-04-25T04:06:38.077Z Done (0.000s)
1792026-04-25T04:06:38.080Z Done (0.000s)
1802026-04-25T04:06:38.774ZPlanning: Evaluating mediator changes ... Done
1812026-04-25T04:06:38.886ZPlanning: Checking for conflicting actions ... Done
1822026-04-25T04:06:39.297ZPlanning: Consolidating action changes ... Done
1832026-04-25T04:06:39.300ZPlanning: Evaluating mediators ... Done
1842026-04-25T04:06:39.300ZPlanning: Planning completed in 0.27 seconds
1852026-04-25T04:06:39.300Z Mediators to change: 2
1862026-04-25T04:06:39.300Z Create boot environment: No
1872026-04-25T04:06:39.300ZCreate backup boot environment: No
1882026-04-25T04:06:39.300Z Done
1892026-04-25T04:06:39.300Z Done
1902026-04-25T04:06:39.773Z Done
1912026-04-25T04:06:42.291Z Done
1922026-04-25T04:06:42.364Z Done
1932026-04-25T04:06:42.367Z Done
1942026-04-25T04:06:42.458Z Done
1952026-04-25T04:06:42.721ZPlanning: Evaluating mediator changes ... Done
1962026-04-25T04:06:42.829ZPlanning: Checking for conflicting actions ... Done
1972026-04-25T04:06:42.834ZPlanning: Consolidating action changes ... Done
1982026-04-25T04:06:42.986ZPlanning: Evaluating mediators ... Done
1992026-04-25T04:06:42.989ZPlanning: Planning completed in 0.27 seconds
2002026-04-25T04:06:43.010Z Mediators to change: 1
2012026-04-25T04:06:43.010Z Create boot environment: No
2022026-04-25T04:06:43.010ZCreate backup boot environment: No
2032026-04-25T04:06:43.049Z Done
2042026-04-25T04:06:43.049Z Done
2052026-04-25T04:06:43.682Z Done
2062026-04-25T04:06:46.223Z Done
2072026-04-25T04:06:46.708Z Done
2082026-04-25T04:06:46.711Z Done
2092026-04-25T04:06:46.711Z Done
2102026-04-25T04:06:46.714ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2112026-04-25T04:06:46.714Zclang system 15 system
2122026-04-25T04:06:46.714Zcsh system system illumos
2132026-04-25T04:06:46.714Zctags system system illumos
2142026-04-25T04:06:46.714Zfile system system illumos
2152026-04-25T04:06:46.714Zgcc vendor 12 vendor
2162026-04-25T04:06:46.714Zgcc system 14 system
2172026-04-25T04:06:46.714Zgcc system 10 system
2182026-04-25T04:06:46.714Zgo system 1.20 system
2192026-04-25T04:06:46.715Zgo system 1.19 system
2202026-04-25T04:06:46.715Zllvm system 15 system
2212026-04-25T04:06:46.715Zllvm system 14 system
2222026-04-25T04:06:46.715Zmariadb system 10.6 system
2232026-04-25T04:06:46.715Zmta vendor vendor dma
2242026-04-25T04:06:46.715Zopenjdk system 17 system
2252026-04-25T04:06:46.715Zopenjdk system 11 system
2262026-04-25T04:06:46.715Zopenjdk system 1.8 system
2272026-04-25T04:06:46.715Zopenssl vendor 3 vendor
2282026-04-25T04:06:46.715Zperl system 5.36 system
2292026-04-25T04:06:46.715Zpostgresql system 18 system
2302026-04-25T04:06:46.715Zpostgresql system 15 system
2312026-04-25T04:06:46.715Zpostgresql system 13 system
2322026-04-25T04:06:46.715Zpython vendor 3 vendor
2332026-04-25T04:06:46.715Zpython system 2 system
2342026-04-25T04:06:46.715Zpython3 system 3.11 system
2352026-04-25T04:06:46.715Zruby system 3.0 system
2362026-04-25T04:06:46.715Zwords vendor vendor american-english
2372026-04-25T04:06:46.715Zwords system system australian-english
2382026-04-25T04:06:46.715Zwords system system british-english
2392026-04-25T04:06:46.715Zwords system system canadian-english
2402026-04-25T04:06:46.715Zwords system system french
2412026-04-25T04:06:46.715Zwords system system italian
2422026-04-25T04:06:46.716Zwords system system ngerman
2432026-04-25T04:06:46.716Zwords system system ogerman
2442026-04-25T04:06:46.716Zwords system system spanish
2452026-04-25T04:06:46.945ZPUBLISHER TYPE STATUS P LOCATION
2462026-04-25T04:06:46.945Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2472026-04-25T04:06:51.531ZFMRI IFO
2482026-04-25T04:06:51.531Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2492026-04-25T04:06:51.531Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2502026-04-25T04:06:51.531Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2512026-04-25T04:06:51.531Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2522026-04-25T04:06:51.531Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2532026-04-25T04:06:51.531Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2542026-04-25T04:06:51.531Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2552026-04-25T04:06:51.531Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2562026-04-25T04:06:51.532Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2572026-04-25T04:06:51.532Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2582026-04-25T04:06:51.532Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2592026-04-25T04:06:51.532Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2602026-04-25T04:06:51.532Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2612026-04-25T04:06:51.532Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2622026-04-25T04:06:51.532Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2632026-04-25T04:06:51.532Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2642026-04-25T04:06:51.532Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2652026-04-25T04:06:52.709Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2662026-04-25T04:06:52.962Z Updating crates.io index
2672026-04-25T04:06:53.000Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2682026-04-25T04:06:53.829Z Updating git repository `https://github.com/oxidecomputer/lldp`
2692026-04-25T04:06:54.258Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2702026-04-25T04:06:54.876Z Updating git repository `https://github.com/oxidecomputer/propolis`
2712026-04-25T04:06:55.654Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722026-04-25T04:06:56.145Z Updating git repository `https://github.com/oxidecomputer/crucible`
2732026-04-25T04:06:57.485Z Updating git repository `https://github.com/oxidecomputer/opte`
2742026-04-25T04:06:58.341Z Updating git repository `https://github.com/oxidecomputer/tofino`
2752026-04-25T04:06:58.626Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2762026-04-25T04:06:59.483Z Updating git repository `https://github.com/oxidecomputer/clickward`
2772026-04-25T04:06:59.724Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2782026-04-25T04:07:00.677Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2792026-04-25T04:07:00.712Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2802026-04-25T04:07:01.587Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2812026-04-25T04:07:02.147Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-04-25T04:07:02.494Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2832026-04-25T04:07:02.745Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2842026-04-25T04:07:03.344Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2852026-04-25T04:07:03.652Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2862026-04-25T04:07:03.885Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2872026-04-25T04:07:04.115Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2882026-04-25T04:07:04.531Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2892026-04-25T04:07:05.077Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2902026-04-25T04:07:05.532Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2912026-04-25T04:07:05.939Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2922026-04-25T04:07:06.230Z Updating git repository `https://github.com/oxidecomputer/ispf`
2932026-04-25T04:07:07.490Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2942026-04-25T04:07:08.103Z Updating git repository `https://github.com/oxidecomputer/crucible`
2952026-04-25T04:07:08.609Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2962026-04-25T04:07:09.051Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2972026-04-25T04:07:09.356Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2982026-04-25T04:07:09.683Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-04-25T04:07:09.994Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3002026-04-25T04:07:10.312Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3012026-04-25T04:07:10.789Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3022026-04-25T04:07:11.042Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3032026-04-25T04:07:11.325Z Updating git repository `https://github.com/illumos/smf-rs`
3042026-04-25T04:07:11.673Z Updating git repository `https://github.com/oxidecomputer/omicron`
3052026-04-25T04:07:23.718Z Downloading crates ...
3062026-04-25T04:07:23.779Z Downloaded anstyle-query v1.1.5
3072026-04-25T04:07:23.784Z Downloaded heck v0.4.1
3082026-04-25T04:07:23.791Z Downloaded memmap v0.7.0
3092026-04-25T04:07:23.794Z Downloaded clap_lex v1.0.0
3102026-04-25T04:07:23.794Z Downloaded anstream v0.6.21
3112026-04-25T04:07:23.797Z Downloaded percent-encoding v2.3.2
3122026-04-25T04:07:23.797Z Downloaded proc-macro-error-attr v1.0.4
3132026-04-25T04:07:23.797Z Downloaded potential_utf v0.1.4
3142026-04-25T04:07:23.800Z Downloaded heck v0.5.0
3152026-04-25T04:07:23.800Z Downloaded form_urlencoded v1.2.2
3162026-04-25T04:07:23.806Z Downloaded generic-array v0.14.7
3172026-04-25T04:07:23.809Z Downloaded serde_tokenstream v0.2.3
3182026-04-25T04:07:23.809Z Downloaded zerofrom v0.1.6
3192026-04-25T04:07:23.812Z Downloaded bitflags v2.11.0
3202026-04-25T04:07:23.820Z Downloaded getrandom v0.4.1
3212026-04-25T04:07:23.827Z Downloaded equivalent v1.0.2
3222026-04-25T04:07:23.831Z Downloaded dtrace-parser v0.2.0
3232026-04-25T04:07:23.836Z Downloaded unicode-xid v0.2.6
3242026-04-25T04:07:23.839Z Downloaded icu_collections v2.1.1
3252026-04-25T04:07:23.844Z Downloaded usdt-impl v0.5.0
3262026-04-25T04:07:23.847Z Downloaded version_check v0.9.5
3272026-04-25T04:07:23.847Z Downloaded fs-err v3.3.0
3282026-04-25T04:07:23.850Z Downloaded bytecount v0.6.9
3292026-04-25T04:07:23.850Z Downloaded usdt-macro v0.5.0
3302026-04-25T04:07:23.850Z Downloaded anstyle-parse v0.2.7
3312026-04-25T04:07:23.850Z Downloaded typeid v1.0.3
3322026-04-25T04:07:23.853Z Downloaded toml_write v0.1.2
3332026-04-25T04:07:23.853Z Downloaded thread-id v4.2.2
3342026-04-25T04:07:23.856Z Downloaded zerofrom-derive v0.1.6
3352026-04-25T04:07:23.856Z Downloaded utf8_iter v1.0.4
3362026-04-25T04:07:23.858Z Downloaded toml_datetime v0.6.11
3372026-04-25T04:07:23.858Z Downloaded icu_properties_data v2.1.2
3382026-04-25T04:07:23.863Z Downloaded zerovec-derive v0.11.2
3392026-04-25T04:07:23.866Z Downloaded plain v0.2.3
3402026-04-25T04:07:23.866Z Downloaded camino v1.2.2
3412026-04-25T04:07:23.866Z Downloaded anstyle v1.0.13
3422026-04-25T04:07:23.870Z Downloaded macaddr v1.0.1
3432026-04-25T04:07:23.873Z Downloaded utf8parse v0.2.2
3442026-04-25T04:07:23.873Z Downloaded writeable v0.6.2
3452026-04-25T04:07:23.873Z Downloaded usdt-attr-macro v0.5.0
3462026-04-25T04:07:23.876Z Downloaded thiserror-impl v1.0.69
3472026-04-25T04:07:23.882Z Downloaded strsim v0.11.1
3482026-04-25T04:07:23.885Z Downloaded yoke-derive v0.8.1
3492026-04-25T04:07:23.885Z Downloaded usdt v0.5.0
3502026-04-25T04:07:23.885Z Downloaded serde_spanned v0.6.9
3512026-04-25T04:07:23.885Z Downloaded unicode-linebreak v0.1.5
3522026-04-25T04:07:23.885Z Downloaded pretty-hex v0.4.1
3532026-04-25T04:07:23.885Z Downloaded itoa v1.0.17
3542026-04-25T04:07:23.885Z Downloaded crypto-common v0.1.7
3552026-04-25T04:07:23.885Z Downloaded thiserror-impl v2.0.18
3562026-04-25T04:07:23.888Z Downloaded zmij v1.0.21
3572026-04-25T04:07:23.888Z Downloaded errno v0.3.14
3582026-04-25T04:07:23.888Z Downloaded yoke v0.8.1
3592026-04-25T04:07:23.891Z Downloaded thiserror v1.0.69
3602026-04-25T04:07:23.891Z Downloaded quote v1.0.44
3612026-04-25T04:07:23.895Z Downloaded litemap v0.8.1
3622026-04-25T04:07:23.897Z Downloaded tinystr v0.8.2
3632026-04-25T04:07:23.897Z Downloaded ordered-float v2.10.1
3642026-04-25T04:07:23.900Z Downloaded serde-value v0.7.0
3652026-04-25T04:07:23.900Z Downloaded colorchoice v1.0.4
3662026-04-25T04:07:23.909Z Downloaded unicode-ident v1.0.24
3672026-04-25T04:07:23.911Z Downloaded zerocopy-derive v0.7.35
3682026-04-25T04:07:23.914Z Downloaded ucd-trie v0.1.7
3692026-04-25T04:07:23.914Z Downloaded toml v0.8.23
3702026-04-25T04:07:23.917Z Downloaded thiserror v2.0.18
3712026-04-25T04:07:23.920Z Downloaded stable_deref_trait v1.2.1
3722026-04-25T04:07:23.920Z Downloaded dof v0.3.0
3732026-04-25T04:07:23.920Z Downloaded smawk v0.3.2
3742026-04-25T04:07:23.923Z Downloaded terminal_size v0.4.3
3752026-04-25T04:07:23.923Z Downloaded textwrap v0.16.2
3762026-04-25T04:07:23.928Z Downloaded cargo-platform v0.2.0
3772026-04-25T04:07:23.928Z Downloaded scroll_derive v0.12.1
3782026-04-25T04:07:23.928Z Downloaded fastrand v2.3.0
3792026-04-25T04:07:23.932Z Downloaded unicode-width v0.1.14
3802026-04-25T04:07:23.933Z Downloaded zerotrie v0.2.3
3812026-04-25T04:07:23.933Z Downloaded typenum v1.19.0
3822026-04-25T04:07:23.935Z Downloaded block-buffer v0.10.4
3832026-04-25T04:07:23.935Z Downloaded is_terminal_polyfill v1.70.2
3842026-04-25T04:07:23.935Z Downloaded cfg-if v1.0.4
3852026-04-25T04:07:23.940Z Downloaded url v2.5.8
3862026-04-25T04:07:23.940Z Downloaded toml_edit v0.22.27
3872026-04-25T04:07:23.945Z Downloaded swrite v0.1.0
3882026-04-25T04:07:23.945Z Downloaded zerovec v0.11.5
3892026-04-25T04:07:23.949Z Downloaded tabled_derive v0.7.0
3902026-04-25T04:07:23.953Z Downloaded displaydoc v0.2.5
3912026-04-25T04:07:23.953Z Downloaded zerocopy v0.7.35
3922026-04-25T04:07:23.960Z Downloaded scroll v0.12.0
3932026-04-25T04:07:23.965Z Downloaded winnow v0.7.14
3942026-04-25T04:07:23.968Z Downloaded digest v0.10.7
3952026-04-25T04:07:23.968Z Downloaded anyhow v1.0.102
3962026-04-25T04:07:23.971Z Downloaded idna_adapter v1.2.1
3972026-04-25T04:07:23.971Z Downloaded cargo_toml v0.21.0
3982026-04-25T04:07:23.971Z Downloaded byteorder v1.5.0
3992026-04-25T04:07:23.976Z Downloaded synstructure v0.13.2
4002026-04-25T04:07:23.976Z Downloaded unicode-width v0.2.0
4012026-04-25T04:07:23.980Z Downloaded semver v1.0.27
4022026-04-25T04:07:23.980Z Downloaded fnv v1.0.7
4032026-04-25T04:07:23.980Z Downloaded autocfg v1.5.0
4042026-04-25T04:07:23.980Z Downloaded proc-macro-error v1.0.4
4052026-04-25T04:07:23.983Z Downloaded camino-tempfile v1.4.1
4062026-04-25T04:07:23.983Z Downloaded cpufeatures v0.2.17
4072026-04-25T04:07:23.987Z Downloaded serde-untagged v0.1.9
4082026-04-25T04:07:23.990Z Downloaded cargo_metadata v0.21.0
4092026-04-25T04:07:24.000Z Downloaded erased-serde v0.4.9
4102026-04-25T04:07:24.018Z Downloaded tempfile v3.25.0
4112026-04-25T04:07:24.021Z Downloaded serde_derive v1.0.228
4122026-04-25T04:07:24.024Z Downloaded once_cell v1.21.3
4132026-04-25T04:07:24.024Z Downloaded clap_derive v4.5.55
4142026-04-25T04:07:24.031Z Downloaded smallvec v1.15.1
4152026-04-25T04:07:24.034Z Downloaded sha2 v0.10.9
4162026-04-25T04:07:24.038Z Downloaded pest_generator v2.8.6
4172026-04-25T04:07:24.044Z Downloaded pest_derive v2.8.6
4182026-04-25T04:07:24.047Z Downloaded cargo-util-schemas v0.8.2
4192026-04-25T04:07:24.051Z Downloaded clap v4.5.60
4202026-04-25T04:07:24.056Z Downloaded num-traits v0.2.19
4212026-04-25T04:07:24.062Z Downloaded icu_properties v2.1.2
4222026-04-25T04:07:24.068Z Downloaded serde_core v1.0.228
4232026-04-25T04:07:24.068Z Downloaded proc-macro2 v1.0.106
4242026-04-25T04:07:24.071Z Downloaded papergrid v0.11.0
4252026-04-25T04:07:24.079Z Downloaded icu_normalizer_data v2.1.1
4262026-04-25T04:07:24.085Z Downloaded log v0.4.29
4272026-04-25T04:07:24.089Z Downloaded icu_provider v2.1.1
4282026-04-25T04:07:24.089Z Downloaded pest_meta v2.8.6
4292026-04-25T04:07:24.093Z Downloaded icu_normalizer v2.1.1
4302026-04-25T04:07:24.106Z Downloaded hashbrown v0.16.1
4312026-04-25T04:07:24.115Z Downloaded memchr v2.8.0
4322026-04-25T04:07:24.122Z Downloaded icu_locale_core v2.1.1
4332026-04-25T04:07:24.127Z Downloaded indexmap v2.13.0
4342026-04-25T04:07:24.128Z Downloaded serde v1.0.228
4352026-04-25T04:07:24.155Z Downloaded goblin v0.8.2
4362026-04-25T04:07:24.159Z Downloaded clap_builder v4.5.60
4372026-04-25T04:07:24.163Z Downloaded pest v2.8.6
4382026-04-25T04:07:24.168Z Downloaded serde_json v1.0.149
4392026-04-25T04:07:24.170Z Downloaded idna v1.1.0
4402026-04-25T04:07:24.227Z Downloaded tabled v0.15.0
4412026-04-25T04:07:24.243Z Downloaded syn v1.0.109
4422026-04-25T04:07:24.243Z Downloaded syn v2.0.117
4432026-04-25T04:07:24.258Z Downloaded rustix v1.1.3
4442026-04-25T04:07:24.272Z Downloaded libc v0.2.185
4452026-04-25T04:07:24.336Z Compiling proc-macro2 v1.0.106
4462026-04-25T04:07:24.336Z Compiling unicode-ident v1.0.24
4472026-04-25T04:07:24.343Z Compiling quote v1.0.44
4482026-04-25T04:07:24.343Z Compiling serde_core v1.0.228
4492026-04-25T04:07:24.343Z Compiling libc v0.2.185
4502026-04-25T04:07:24.343Z Compiling version_check v0.9.5
4512026-04-25T04:07:24.343Z Compiling stable_deref_trait v1.2.1
4522026-04-25T04:07:24.344Z Compiling memchr v2.8.0
4532026-04-25T04:07:24.344Z Compiling serde v1.0.228
4542026-04-25T04:07:24.344Z Compiling zmij v1.0.21
4552026-04-25T04:07:24.344Z Compiling ucd-trie v0.1.7
4562026-04-25T04:07:24.344Z Compiling autocfg v1.5.0
4572026-04-25T04:07:24.528Z Compiling itoa v1.0.17
4582026-04-25T04:07:24.532Z Compiling thiserror v1.0.69
4592026-04-25T04:07:24.532Z Compiling litemap v0.8.1
4602026-04-25T04:07:24.764Z Compiling writeable v0.6.2
4612026-04-25T04:07:24.784Z Compiling icu_normalizer_data v2.1.1
4622026-04-25T04:07:24.799Z Compiling byteorder v1.5.0
4632026-04-25T04:07:24.873Z Compiling icu_properties_data v2.1.2
4642026-04-25T04:07:24.984Z Compiling rustix v1.1.3
4652026-04-25T04:07:25.026Z Compiling serde_json v1.0.149
4662026-04-25T04:07:25.120Z Compiling pest v2.8.6
4672026-04-25T04:07:25.214Z Compiling bitflags v2.11.0
4682026-04-25T04:07:25.244Z Compiling num-traits v0.2.19
4692026-04-25T04:07:25.293Z Compiling typeid v1.0.3
4702026-04-25T04:07:25.310Z Compiling hashbrown v0.16.1
4712026-04-25T04:07:25.435Z Compiling equivalent v1.0.2
4722026-04-25T04:07:25.490Z Compiling smallvec v1.15.1
4732026-04-25T04:07:25.493Z Compiling usdt-impl v0.5.0
4742026-04-25T04:07:25.567Z Compiling proc-macro-error-attr v1.0.4
4752026-04-25T04:07:25.588Z Compiling errno v0.3.14
4762026-04-25T04:07:25.612Z Compiling thread-id v4.2.2
4772026-04-25T04:07:25.632Z Compiling toml_write v0.1.2
4782026-04-25T04:07:25.677Z Compiling erased-serde v0.4.9
4792026-04-25T04:07:25.722Z Compiling winnow v0.7.14
4802026-04-25T04:07:25.742Z Compiling syn v1.0.109
4812026-04-25T04:07:25.767Z Compiling proc-macro-error v1.0.4
4822026-04-25T04:07:25.913Z Compiling indexmap v2.13.0
4832026-04-25T04:07:25.920Z Compiling plain v0.2.3
4842026-04-25T04:07:25.953Z Compiling thiserror v2.0.18
4852026-04-25T04:07:25.966Z Compiling utf8_iter v1.0.4
4862026-04-25T04:07:26.023Z Compiling percent-encoding v2.3.2
4872026-04-25T04:07:26.043Z Compiling getrandom v0.4.1
4882026-04-25T04:07:26.062Z Compiling utf8parse v0.2.2
4892026-04-25T04:07:26.088Z Compiling syn v2.0.117
4902026-04-25T04:07:26.109Z Compiling log v0.4.29
4912026-04-25T04:07:26.150Z Compiling camino v1.2.2
4922026-04-25T04:07:26.213Z Compiling anstyle-parse v0.2.7
4932026-04-25T04:07:26.244Z Compiling pest_meta v2.8.6
4942026-04-25T04:07:26.398Z Compiling form_urlencoded v1.2.2
4952026-04-25T04:07:26.532Z Compiling ordered-float v2.10.1
4962026-04-25T04:07:26.559Z Compiling is_terminal_polyfill v1.70.2
4972026-04-25T04:07:26.586Z Compiling anstyle-query v1.1.5
4982026-04-25T04:07:26.613Z Compiling pretty-hex v0.4.1
4992026-04-25T04:07:26.635Z Compiling colorchoice v1.0.4
5002026-04-25T04:07:26.635Z Compiling anstyle v1.0.13
5012026-04-25T04:07:26.674Z Compiling cfg-if v1.0.4
5022026-04-25T04:07:26.689Z Compiling fs-err v3.3.0
5032026-04-25T04:07:26.727Z Compiling fnv v1.0.7
5042026-04-25T04:07:26.785Z Compiling terminal_size v0.4.3
5052026-04-25T04:07:26.789Z Compiling bytecount v0.6.9
5062026-04-25T04:07:26.861Z Compiling anstream v0.6.21
5072026-04-25T04:07:26.906Z Compiling clap_lex v1.0.0
5082026-04-25T04:07:26.937Z Compiling unicode-xid v0.2.6
5092026-04-25T04:07:26.960Z Compiling strsim v0.11.1
5102026-04-25T04:07:27.038Z Compiling semver v1.0.27
5112026-04-25T04:07:27.072Z Compiling heck v0.5.0
5122026-04-25T04:07:27.437Z Compiling heck v0.4.1
5132026-04-25T04:07:27.449Z Compiling unicode-width v0.1.14
5142026-04-25T04:07:27.449Z Compiling once_cell v1.21.3
5152026-04-25T04:07:27.449Z Compiling anyhow v1.0.102
5162026-04-25T04:07:27.449Z Compiling fastrand v2.3.0
5172026-04-25T04:07:27.449Z Compiling clap_builder v4.5.60
5182026-04-25T04:07:27.450Z Compiling memmap v0.7.0
5192026-04-25T04:07:27.450Z Compiling serde-untagged v0.1.9
5202026-04-25T04:07:27.512Z Compiling papergrid v0.11.0
5212026-04-25T04:07:27.572Z Compiling unicode-linebreak v0.1.5
5222026-04-25T04:07:27.572Z Compiling unicode-width v0.2.0
5232026-04-25T04:07:27.608Z Compiling smawk v0.3.2
5242026-04-25T04:07:27.640Z Compiling tempfile v3.25.0
5252026-04-25T04:07:27.792Z Compiling swrite v0.1.0
5262026-04-25T04:07:27.817Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5272026-04-25T04:07:27.817Z Compiling textwrap v0.16.2
5282026-04-25T04:07:27.867Z Compiling camino-tempfile v1.4.1
5292026-04-25T04:07:28.118Z Compiling tabled_derive v0.7.0
5302026-04-25T04:07:28.801Z Compiling synstructure v0.13.2
5312026-04-25T04:07:28.801Z Compiling pest_generator v2.8.6
5322026-04-25T04:07:28.836Z Compiling tabled v0.15.0
5332026-04-25T04:07:29.343Z Compiling serde_derive v1.0.228
5342026-04-25T04:07:29.343Z Compiling zerofrom-derive v0.1.6
5352026-04-25T04:07:29.347Z Compiling yoke-derive v0.8.1
5362026-04-25T04:07:29.347Z Compiling zerovec-derive v0.11.2
5372026-04-25T04:07:29.347Z Compiling displaydoc v0.2.5
5382026-04-25T04:07:29.347Z Compiling thiserror-impl v1.0.69
5392026-04-25T04:07:29.347Z Compiling zerocopy-derive v0.7.35
5402026-04-25T04:07:29.347Z Compiling scroll_derive v0.12.1
5412026-04-25T04:07:29.362Z Compiling thiserror-impl v2.0.18
5422026-04-25T04:07:29.397Z Compiling clap_derive v4.5.55
5432026-04-25T04:07:29.478Z Compiling pest_derive v2.8.6
5442026-04-25T04:07:30.026Z Compiling scroll v0.12.0
5452026-04-25T04:07:30.201Z Compiling zerocopy v0.7.35
5462026-04-25T04:07:30.263Z Compiling goblin v0.8.2
5472026-04-25T04:07:30.370Z Compiling zerofrom v0.1.6
5482026-04-25T04:07:30.483Z Compiling yoke v0.8.1
5492026-04-25T04:07:30.609Z Compiling dtrace-parser v0.2.0
5502026-04-25T04:07:30.644Z Compiling zerovec v0.11.5
5512026-04-25T04:07:30.644Z Compiling zerotrie v0.2.3
5522026-04-25T04:07:30.894Z Compiling clap v4.5.60
5532026-04-25T04:07:31.164Z Compiling tinystr v0.8.2
5542026-04-25T04:07:31.164Z Compiling potential_utf v0.1.4
5552026-04-25T04:07:31.232Z Compiling icu_collections v2.1.1
5562026-04-25T04:07:31.319Z Compiling icu_locale_core v2.1.1
5572026-04-25T04:07:31.804Z Compiling icu_provider v2.1.1
5582026-04-25T04:07:31.850Z Compiling serde_spanned v0.6.9
5592026-04-25T04:07:31.850Z Compiling toml_datetime v0.6.11
5602026-04-25T04:07:31.850Z Compiling serde-value v0.7.0
5612026-04-25T04:07:31.875Z Compiling cargo-platform v0.2.0
5622026-04-25T04:07:31.875Z Compiling macaddr v1.0.1
5632026-04-25T04:07:31.875Z Compiling dof v0.3.0
5642026-04-25T04:07:31.875Z Compiling serde_tokenstream v0.2.3
5652026-04-25T04:07:32.080Z Compiling icu_normalizer v2.1.1
5662026-04-25T04:07:32.080Z Compiling icu_properties v2.1.2
5672026-04-25T04:07:32.226Z Compiling toml_edit v0.22.27
5682026-04-25T04:07:32.689Z Compiling usdt-macro v0.5.0
5692026-04-25T04:07:32.704Z Compiling usdt-attr-macro v0.5.0
5702026-04-25T04:07:32.943Z Compiling idna_adapter v1.2.1
5712026-04-25T04:07:33.071Z Compiling idna v1.1.0
5722026-04-25T04:07:33.293Z Compiling usdt v0.5.0
5732026-04-25T04:07:33.418Z Compiling url v2.5.8
5742026-04-25T04:07:33.575Z Compiling toml v0.8.23
5752026-04-25T04:07:33.841Z Compiling cargo-util-schemas v0.8.2
5762026-04-25T04:07:33.841Z Compiling cargo_toml v0.21.0
5772026-04-25T04:07:34.685Z Compiling cargo_metadata v0.21.0
5782026-04-25T04:07:35.599Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5792026-04-25T04:07:37.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.18s
5802026-04-25T04:07:37.981Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5812026-04-25T04:07:38.617Z Downloading crates ...
5822026-04-25T04:07:38.659Z Downloaded atty v0.2.14
5832026-04-25T04:07:38.687Z Downloaded castaway v0.2.4
5842026-04-25T04:07:38.687Z Downloaded blake2 v0.10.6
5852026-04-25T04:07:38.687Z Downloaded base16ct v0.2.0
5862026-04-25T04:07:38.687Z Downloaded backoff v0.4.0
5872026-04-25T04:07:38.687Z Downloaded array-init v0.0.4
5882026-04-25T04:07:38.709Z Downloaded ahash v0.8.12
5892026-04-25T04:07:38.709Z Downloaded compression-core v0.4.31
5902026-04-25T04:07:38.709Z Downloaded derive_more v0.99.20
5912026-04-25T04:07:38.709Z Downloaded bitfield-struct v0.6.2
5922026-04-25T04:07:38.709Z Downloaded adler2 v2.0.1
5932026-04-25T04:07:38.709Z Downloaded assert_matches v1.5.0
5942026-04-25T04:07:38.709Z Downloaded dropshot-api-manager-types v0.6.0
5952026-04-25T04:07:38.709Z Downloaded daft-derive v0.1.5
5962026-04-25T04:07:38.709Z Downloaded bit-set v0.5.3
5972026-04-25T04:07:38.709Z Downloaded arrayref v0.3.9
5982026-04-25T04:07:38.709Z Downloaded argon2 v0.5.3
5992026-04-25T04:07:38.710Z Downloaded darling_core v0.20.11
6002026-04-25T04:07:38.710Z Downloaded daft v0.1.5
6012026-04-25T04:07:38.710Z Downloaded csv-core v0.1.13
6022026-04-25T04:07:38.710Z Downloaded ascii-canvas v3.0.0
6032026-04-25T04:07:38.710Z Downloaded aes-gcm v0.10.3
6042026-04-25T04:07:38.710Z Downloaded ctr v0.9.2
6052026-04-25T04:07:38.742Z Downloaded foreign-types v0.5.0
6062026-04-25T04:07:38.742Z Downloaded crc32fast v1.5.0
6072026-04-25T04:07:38.742Z Downloaded darling v0.20.11
6082026-04-25T04:07:38.742Z Downloaded expectorate v1.2.0
6092026-04-25T04:07:38.743Z Downloaded embedded-io v0.6.1
6102026-04-25T04:07:38.743Z Downloaded dtrace-parser v0.3.0
6112026-04-25T04:07:38.743Z Downloaded colored v2.2.0
6122026-04-25T04:07:38.743Z Downloaded cmake v0.1.57
6132026-04-25T04:07:38.743Z Downloaded cfg_aliases v0.1.1
6142026-04-25T04:07:38.743Z Downloaded cargo-platform v0.1.9
6152026-04-25T04:07:38.743Z Downloaded diesel_table_macro_syntax v0.3.0
6162026-04-25T04:07:38.753Z Downloaded block-padding v0.3.3
6172026-04-25T04:07:38.753Z Downloaded elliptic-curve v0.13.8
6182026-04-25T04:07:38.753Z Downloaded crossbeam-deque v0.8.6
6192026-04-25T04:07:38.753Z Downloaded foreign-types-shared v0.1.1
6202026-04-25T04:07:38.753Z Downloaded ciborium-io v0.2.2
6212026-04-25T04:07:38.753Z Downloaded bitfield-macros v0.19.4
6222026-04-25T04:07:38.753Z Downloaded bit-set v0.8.0
6232026-04-25T04:07:38.753Z Downloaded curve25519-dalek-derive v0.1.1
6242026-04-25T04:07:38.760Z Downloaded dyn-clone v1.0.20
6252026-04-25T04:07:38.761Z Downloaded crc v3.4.0
6262026-04-25T04:07:38.761Z Downloaded debug-ignore v1.0.5
6272026-04-25T04:07:38.761Z Downloaded dof v0.4.0
6282026-04-25T04:07:38.761Z Downloaded endian-type v0.1.2
6292026-04-25T04:07:38.761Z Downloaded dunce v1.0.5
6302026-04-25T04:07:38.761Z Downloaded cassowary v0.3.0
6312026-04-25T04:07:38.761Z Downloaded async-stream v0.3.6
6322026-04-25T04:07:38.772Z Downloaded blowfish v0.9.1
6332026-04-25T04:07:38.772Z Downloaded bit-vec v0.6.3
6342026-04-25T04:07:38.772Z Downloaded crc8 v0.1.1
6352026-04-25T04:07:38.772Z Downloaded constant_time_eq v0.4.2
6362026-04-25T04:07:38.772Z Downloaded async-trait v0.1.89
6372026-04-25T04:07:38.816Z Downloaded display-error-chain v0.2.2
6382026-04-25T04:07:38.816Z Downloaded darling_macro v0.21.3
6392026-04-25T04:07:38.816Z Downloaded env_filter v1.0.0
6402026-04-25T04:07:38.816Z Downloaded ciborium v0.2.2
6412026-04-25T04:07:38.816Z Downloaded embedded-io v0.4.0
6422026-04-25T04:07:38.816Z Downloaded buf-list v1.1.2
6432026-04-25T04:07:38.816Z Downloaded fixedbitset v0.4.2
6442026-04-25T04:07:38.816Z Downloaded derive_builder_macro v0.20.2
6452026-04-25T04:07:38.816Z Downloaded darling_macro v0.20.11
6462026-04-25T04:07:38.816Z Downloaded crunchy v0.2.4
6472026-04-25T04:07:38.829Z Downloaded dirs-sys-next v0.1.2
6482026-04-25T04:07:38.829Z Downloaded defmt-parser v1.0.0
6492026-04-25T04:07:38.829Z Downloaded dirs-next v2.0.0
6502026-04-25T04:07:38.829Z Downloaded aead v0.5.2
6512026-04-25T04:07:38.829Z Downloaded futures-task v0.3.32
6522026-04-25T04:07:38.830Z Downloaded flume v0.11.1
6532026-04-25T04:07:38.830Z Downloaded funty v2.0.0
6542026-04-25T04:07:38.830Z Downloaded either v1.15.0
6552026-04-25T04:07:38.830Z Downloaded cfg_aliases v0.2.1
6562026-04-25T04:07:38.830Z Downloaded ed25519 v2.2.3
6572026-04-25T04:07:38.830Z Downloaded data-encoding v2.10.0
6582026-04-25T04:07:38.830Z Downloaded crucible-workspace-hack v0.1.0
6592026-04-25T04:07:38.830Z Downloaded cipher v0.4.4
6602026-04-25T04:07:38.830Z Downloaded fd-lock v4.0.4
6612026-04-25T04:07:38.830Z Downloaded enum-as-inner v0.6.1
6622026-04-25T04:07:38.830Z Downloaded convert_case v0.4.0
6632026-04-25T04:07:38.830Z Downloaded float-cmp v0.10.0
6642026-04-25T04:07:38.830Z Downloaded downcast-rs v2.0.2
6652026-04-25T04:07:38.830Z Downloaded float-ord v0.3.2
6662026-04-25T04:07:38.830Z Downloaded corncobs v0.1.4
6672026-04-25T04:07:38.830Z Downloaded bcrypt-pbkdf v0.10.0
6682026-04-25T04:07:38.830Z Downloaded atomicwrites v0.4.4
6692026-04-25T04:07:38.830Z Downloaded bzip2 v0.4.4
6702026-04-25T04:07:38.830Z Downloaded ghash v0.5.1
6712026-04-25T04:07:38.830Z Downloaded futures-sink v0.3.32
6722026-04-25T04:07:38.830Z Downloaded dsl_auto_type v0.2.0
6732026-04-25T04:07:38.830Z Downloaded darling_macro v0.23.0
6742026-04-25T04:07:38.830Z Downloaded crc-catalog v2.4.0
6752026-04-25T04:07:38.830Z Downloaded cstr-argument v0.1.2
6762026-04-25T04:07:38.830Z Downloaded flagset v0.4.7
6772026-04-25T04:07:38.852Z Downloaded async-recursion v1.1.1
6782026-04-25T04:07:38.852Z Downloaded defmt v0.3.100
6792026-04-25T04:07:38.852Z Downloaded atomic-waker v1.1.2
6802026-04-25T04:07:38.852Z Downloaded document-features v0.2.12
6812026-04-25T04:07:38.852Z Downloaded deranged v0.5.8
6822026-04-25T04:07:38.852Z Downloaded futures-executor v0.3.32
6832026-04-25T04:07:38.860Z Downloaded derive_builder_core v0.20.2
6842026-04-25T04:07:38.860Z Downloaded defmt v1.0.1
6852026-04-25T04:07:38.860Z Downloaded erased-serde v0.3.31
6862026-04-25T04:07:38.860Z Downloaded globwalk v0.9.1
6872026-04-25T04:07:38.860Z Downloaded ecdsa v0.16.9
6882026-04-25T04:07:38.860Z Downloaded hash32 v0.2.1
6892026-04-25T04:07:38.860Z Downloaded cpufeatures v0.3.0
6902026-04-25T04:07:38.860Z Downloaded futures-io v0.3.32
6912026-04-25T04:07:38.860Z Downloaded bb8 v0.8.6
6922026-04-25T04:07:38.860Z Downloaded crossbeam-epoch v0.9.18
6932026-04-25T04:07:38.860Z Downloaded cobs v0.3.0
6942026-04-25T04:07:38.860Z Downloaded drift v0.1.3
6952026-04-25T04:07:38.860Z Downloaded ff v0.13.1
6962026-04-25T04:07:38.861Z Downloaded diesel-dtrace v0.5.0
6972026-04-25T04:07:38.861Z Downloaded git-stub v1.0.0
6982026-04-25T04:07:38.861Z Downloaded const_format_proc_macros v0.2.34
6992026-04-25T04:07:38.867Z Downloaded gethostname v0.5.0
7002026-04-25T04:07:38.867Z Downloaded des v0.8.1
7012026-04-25T04:07:38.867Z Downloaded async-stream-impl v0.3.6
7022026-04-25T04:07:38.867Z Downloaded convert_case v0.10.0
7032026-04-25T04:07:38.867Z Downloaded hex-literal v0.4.1
7042026-04-25T04:07:38.868Z Downloaded hex v0.4.3
7052026-04-25T04:07:38.868Z Downloaded bit-vec v0.8.0
7062026-04-25T04:07:38.871Z Downloaded hostname v0.4.2
7072026-04-25T04:07:38.872Z Downloaded hash32 v0.3.1
7082026-04-25T04:07:38.872Z Downloaded foreign-types-macros v0.2.3
7092026-04-25T04:07:38.872Z Downloaded foreign-types v0.3.2
7102026-04-25T04:07:38.872Z Downloaded derive-ex v0.1.8
7112026-04-25T04:07:38.872Z Downloaded foldhash v0.2.0
7122026-04-25T04:07:38.872Z Downloaded difflib v0.4.0
7132026-04-25T04:07:38.872Z Downloaded cbc v0.1.2
7142026-04-25T04:07:38.872Z Downloaded find-msvc-tools v0.1.9
7152026-04-25T04:07:38.884Z Downloaded fallible-iterator v0.2.0
7162026-04-25T04:07:38.884Z Downloaded defmt-macros v1.0.1
7172026-04-25T04:07:38.884Z Downloaded filetime v0.2.27
7182026-04-25T04:07:38.889Z Downloaded ena v0.14.4
7192026-04-25T04:07:38.889Z Downloaded futures-core v0.3.32
7202026-04-25T04:07:38.889Z Downloaded cancel-safe-futures v0.1.5
7212026-04-25T04:07:38.889Z Downloaded git-stub-vcs v0.1.0
7222026-04-25T04:07:38.889Z Downloaded headers-core v0.3.0
7232026-04-25T04:07:38.889Z Downloaded der_derive v0.7.3
7242026-04-25T04:07:38.889Z Downloaded fs_extra v1.3.0
7252026-04-25T04:07:38.889Z Downloaded http-body v1.0.1
7262026-04-25T04:07:38.889Z Downloaded hubpack_derive v0.1.1
7272026-04-25T04:07:38.889Z Downloaded foreign-types-shared v0.3.1
7282026-04-25T04:07:38.889Z Downloaded httpdate v1.0.3
7292026-04-25T04:07:38.897Z Downloaded fxhash v0.2.1
7302026-04-25T04:07:38.897Z Downloaded critical-section v1.2.0
7312026-04-25T04:07:38.897Z Downloaded const-oid v0.9.6
7322026-04-25T04:07:38.897Z Downloaded chacha20 v0.10.0
7332026-04-25T04:07:38.897Z Downloaded hyper-tls v0.6.0
7342026-04-25T04:07:38.902Z Downloaded ident_case v1.0.1
7352026-04-25T04:07:38.902Z Downloaded bcs v0.1.6
7362026-04-25T04:07:38.902Z Downloaded foldhash v0.1.5
7372026-04-25T04:07:38.902Z Downloaded chacha20 v0.9.1
7382026-04-25T04:07:38.902Z Downloaded globset v0.4.18
7392026-04-25T04:07:38.902Z Downloaded futures-macro v0.3.32
7402026-04-25T04:07:38.902Z Downloaded http-range v0.1.5
7412026-04-25T04:07:38.902Z Downloaded home v0.5.12
7422026-04-25T04:07:38.905Z Downloaded fixedbitset v0.5.7
7432026-04-25T04:07:38.906Z Downloaded hostname v0.3.1
7442026-04-25T04:07:38.912Z Downloaded diff v0.1.13
7452026-04-25T04:07:38.914Z Downloaded cexpr v0.6.0
7462026-04-25T04:07:38.915Z Downloaded cargo_metadata v0.19.2
7472026-04-25T04:07:38.918Z Downloaded bitflags v1.3.2
7482026-04-25T04:07:38.918Z Downloaded dropshot_endpoint v0.17.0
7492026-04-25T04:07:38.923Z Downloaded compression-codecs v0.4.37
7502026-04-25T04:07:38.923Z Downloaded ciborium-ll v0.2.2
7512026-04-25T04:07:38.927Z Downloaded indoc v1.0.9
7522026-04-25T04:07:38.927Z Downloaded glob v0.3.3
7532026-04-25T04:07:38.927Z Downloaded indent_write v2.2.0
7542026-04-25T04:07:38.928Z Downloaded darling v0.21.3
7552026-04-25T04:07:38.933Z Downloaded arrayvec v0.7.6
7562026-04-25T04:07:38.933Z Downloaded is_ci v1.2.0
7572026-04-25T04:07:38.933Z Downloaded instability v0.3.11
7582026-04-25T04:07:38.938Z Downloaded is-terminal v0.4.17
7592026-04-25T04:07:38.938Z Downloaded byte-wrapper v0.1.0
7602026-04-25T04:07:38.938Z Downloaded inout v0.1.4
7612026-04-25T04:07:38.938Z Downloaded clang-sys v1.8.1
7622026-04-25T04:07:38.942Z Downloaded http-body-util v0.1.3
7632026-04-25T04:07:38.942Z Downloaded futures-channel v0.3.32
7642026-04-25T04:07:38.942Z Downloaded crossbeam-utils v0.8.21
7652026-04-25T04:07:38.942Z Downloaded camino-tempfile-ext v0.3.3
7662026-04-25T04:07:38.949Z Downloaded internet-checksum v0.2.1
7672026-04-25T04:07:38.949Z Downloaded instant v0.1.13
7682026-04-25T04:07:38.949Z Downloaded async-bb8-diesel v0.2.1
7692026-04-25T04:07:38.949Z Downloaded getrandom v0.2.17
7702026-04-25T04:07:38.952Z Downloaded derive_builder v0.20.2
7712026-04-25T04:07:38.952Z Downloaded hubpack v0.1.2
7722026-04-25T04:07:38.958Z Downloaded console v0.15.11
7732026-04-25T04:07:38.958Z Downloaded lalrpop-util v0.19.12
7742026-04-25T04:07:38.962Z Downloaded kstat-rs v0.2.4
7752026-04-25T04:07:38.962Z Downloaded fs-err v2.11.0
7762026-04-25T04:07:38.962Z Downloaded lazy_static v1.5.0
7772026-04-25T04:07:38.962Z Downloaded chacha20poly1305 v0.10.1
7782026-04-25T04:07:38.962Z Downloaded humantime v2.3.0
7792026-04-25T04:07:38.965Z Downloaded hyper-staticfile v0.10.1
7802026-04-25T04:07:38.965Z Downloaded bitfield v0.19.4
7812026-04-25T04:07:38.970Z Downloaded colored v3.1.1
7822026-04-25T04:07:38.970Z Downloaded base64ct v1.8.3
7832026-04-25T04:07:38.974Z Downloaded derive-where v1.6.0
7842026-04-25T04:07:38.977Z Downloaded md-5 v0.10.6
7852026-04-25T04:07:38.977Z Downloaded maplit v1.0.2
7862026-04-25T04:07:38.977Z Downloaded lru v0.12.5
7872026-04-25T04:07:38.984Z Downloaded libscf-sys v1.1.0
7882026-04-25T04:07:38.984Z Downloaded lru-slab v0.1.2
7892026-04-25T04:07:38.984Z Downloaded maybe-uninit v2.0.0
7902026-04-25T04:07:38.984Z Downloaded lru-cache v0.1.2
7912026-04-25T04:07:38.988Z Downloaded lzss v0.8.2
7922026-04-25T04:07:38.988Z Downloaded indoc v2.0.7
7932026-04-25T04:07:38.992Z Downloaded linked-hash-map v0.5.6
7942026-04-25T04:07:38.992Z Downloaded match_cfg v0.1.0
7952026-04-25T04:07:38.995Z Downloaded managed v0.8.0
7962026-04-25T04:07:38.995Z Downloaded mime v0.3.17
7972026-04-25T04:07:38.995Z Downloaded keccak v0.1.6
7982026-04-25T04:07:38.998Z Downloaded memoffset v0.9.1
7992026-04-25T04:07:38.998Z Downloaded md5 v0.7.0
8002026-04-25T04:07:38.998Z Downloaded impl-trait-for-tuples v0.2.3
8012026-04-25T04:07:39.002Z Downloaded new_debug_unreachable v1.0.6
8022026-04-25T04:07:39.002Z Downloaded multimap v0.10.1
8032026-04-25T04:07:39.002Z Downloaded half v1.8.3
8042026-04-25T04:07:39.005Z Downloaded newtype_derive v0.1.6
8052026-04-25T04:07:39.008Z Downloaded bzip2 v0.6.1
8062026-04-25T04:07:39.011Z Downloaded ingot-types v0.1.2
8072026-04-25T04:07:39.011Z Downloaded ipnet v2.11.0
8082026-04-25T04:07:39.015Z Downloaded group v0.13.0
8092026-04-25T04:07:39.015Z Downloaded cookie_store v0.22.1
8102026-04-25T04:07:39.015Z Downloaded console v0.16.2
8112026-04-25T04:07:39.019Z Downloaded nibble_vec v0.1.0
8122026-04-25T04:07:39.019Z Downloaded newtype-uuid-macros v0.1.0
8132026-04-25T04:07:39.019Z Downloaded newline-converter v0.3.0
8142026-04-25T04:07:39.019Z Downloaded futures v0.3.32
8152026-04-25T04:07:39.024Z Downloaded dropshot_endpoint v0.16.7
8162026-04-25T04:07:39.028Z Downloaded getrandom v0.3.4
8172026-04-25T04:07:39.028Z Downloaded nodrop v0.1.14
8182026-04-25T04:07:39.028Z Downloaded num-derive v0.3.3
8192026-04-25T04:07:39.031Z Downloaded num-conv v0.2.0
8202026-04-25T04:07:39.031Z Downloaded num v0.4.3
8212026-04-25T04:07:39.031Z Downloaded libloading v0.8.9
8222026-04-25T04:07:39.036Z Downloaded env_logger v0.11.9
8232026-04-25T04:07:39.036Z Downloaded num-derive v0.4.2
8242026-04-25T04:07:39.050Z Downloaded normalize-line-endings v0.3.0
8252026-04-25T04:07:39.054Z Downloaded num-iter v0.1.45
8262026-04-25T04:07:39.054Z Downloaded linear-map v1.2.0
8272026-04-25T04:07:39.054Z Downloaded openssl-probe v0.1.6
8282026-04-25T04:07:39.054Z Downloaded crossbeam-channel v0.5.15
8292026-04-25T04:07:39.057Z Downloaded num_threads v0.1.7
8302026-04-25T04:07:39.057Z Downloaded num_enum_derive v0.5.11
8312026-04-25T04:07:39.057Z Downloaded openssl-macros v0.1.1
8322026-04-25T04:07:39.060Z Downloaded libefi-sys v0.1.0
8332026-04-25T04:07:39.060Z Downloaded lock_api v0.4.14
8342026-04-25T04:07:39.060Z Downloaded crypto-bigint v0.5.5
8352026-04-25T04:07:39.064Z Downloaded async-compression v0.4.41
8362026-04-25T04:07:39.068Z Downloaded mime_guess v2.0.5
8372026-04-25T04:07:39.071Z Downloaded ingot-macros v0.1.1
8382026-04-25T04:07:39.071Z Downloaded half v2.7.1
8392026-04-25T04:07:39.074Z Downloaded ingot v0.1.1
8402026-04-25T04:07:39.074Z Downloaded jobserver v0.1.34
8412026-04-25T04:07:39.074Z Downloaded native-tls v0.2.18
8422026-04-25T04:07:39.077Z Downloaded openssl-probe v0.2.1
8432026-04-25T04:07:39.077Z Downloaded olpc-cjson v0.1.4
8442026-04-25T04:07:39.077Z Downloaded iana-time-zone v0.1.65
8452026-04-25T04:07:39.081Z Downloaded libsw-core v0.3.2
8462026-04-25T04:07:39.081Z Downloaded hyper-rustls v0.27.7
8472026-04-25T04:07:39.085Z Downloaded oso-derive v0.27.3
8482026-04-25T04:07:39.085Z Downloaded cookie v0.18.1
8492026-04-25T04:07:39.085Z Downloaded libsw v3.5.0
8502026-04-25T04:07:39.088Z Downloaded crc-any v2.5.0
8512026-04-25T04:07:39.088Z Downloaded hmac v0.12.1
8522026-04-25T04:07:39.088Z Downloaded highway v1.3.0
8532026-04-25T04:07:39.092Z Downloaded parse-size v1.1.0
8542026-04-25T04:07:39.092Z Downloaded newtype-uuid v1.3.2
8552026-04-25T04:07:39.092Z Downloaded darling_core v0.23.0
8562026-04-25T04:07:39.095Z Downloaded ipnetwork v0.21.1
8572026-04-25T04:07:39.095Z Downloaded darling_core v0.21.3
8582026-04-25T04:07:39.098Z Downloaded ar_archive_writer v0.5.1
8592026-04-25T04:07:39.103Z Downloaded bytes v1.11.1
8602026-04-25T04:07:39.106Z Downloaded allocator-api2 v0.2.21
8612026-04-25T04:07:39.106Z Downloaded backon v1.6.0
8622026-04-25T04:07:39.109Z Downloaded phf_shared v0.13.1
8632026-04-25T04:07:39.109Z Downloaded peg-runtime v0.8.5
8642026-04-25T04:07:39.109Z Downloaded pbkdf2 v0.12.2
8652026-04-25T04:07:39.112Z Downloaded pbkdf2 v0.11.0
8662026-04-25T04:07:39.112Z Downloaded flate2 v1.1.9
8672026-04-25T04:07:39.115Z Downloaded der v0.7.10
8682026-04-25T04:07:39.118Z Downloaded num-complex v0.4.6
8692026-04-25T04:07:39.118Z Downloaded num_enum v0.5.11
8702026-04-25T04:07:39.121Z Downloaded indexmap v1.9.3
8712026-04-25T04:07:39.125Z Downloaded opaque-debug v0.3.1
8722026-04-25T04:07:39.125Z Downloaded num-rational v0.4.2
8732026-04-25T04:07:39.129Z Downloaded nu-ansi-term v0.50.3
8742026-04-25T04:07:39.129Z Downloaded httparse v1.10.1
8752026-04-25T04:07:39.129Z Downloaded phf_shared v0.12.1
8762026-04-25T04:07:39.134Z Downloaded pin-utils v0.1.0
8772026-04-25T04:07:39.134Z Downloaded base64 v0.22.1
8782026-04-25T04:07:39.137Z Downloaded memmap2 v0.9.10
8792026-04-25T04:07:39.138Z Downloaded diesel_derives v2.3.7
8802026-04-25T04:07:39.138Z Downloaded num_enum v0.7.5
8812026-04-25T04:07:39.141Z Downloaded predicates-core v1.0.10
8822026-04-25T04:07:39.141Z Downloaded num_enum_derive v0.7.5
8832026-04-25T04:07:39.144Z Downloaded litrs v1.0.0
8842026-04-25T04:07:39.144Z Downloaded const_format v0.2.35
8852026-04-25T04:07:39.148Z Downloaded proc-macro-error-attr2 v2.0.0
8862026-04-25T04:07:39.148Z Downloaded owo-colors v4.3.0
8872026-04-25T04:07:39.151Z Downloaded phf_shared v0.11.3
8882026-04-25T04:07:39.151Z Downloaded nanorand v0.7.0
8892026-04-25T04:07:39.151Z Downloaded predicates-tree v1.0.13
8902026-04-25T04:07:39.155Z Downloaded powerfmt v0.2.0
8912026-04-25T04:07:39.155Z Downloaded ignore v0.4.25
8922026-04-25T04:07:39.155Z Downloaded path-slash v0.1.5
8932026-04-25T04:07:39.158Z Downloaded nonempty v0.12.0
8942026-04-25T04:07:39.158Z Downloaded compact_str v0.8.1
8952026-04-25T04:07:39.158Z Downloaded aes v0.8.4
8962026-04-25T04:07:39.161Z Downloaded packed_struct_codegen v0.10.1
8972026-04-25T04:07:39.161Z Downloaded oxide-tokio-rt v0.1.4
8982026-04-25T04:07:39.165Z Downloaded packed_struct v0.10.1
8992026-04-25T04:07:39.165Z Downloaded multer v3.1.0
9002026-04-25T04:07:39.168Z Downloaded darling v0.23.0
9012026-04-25T04:07:39.172Z Downloaded fatfs v0.3.6
9022026-04-25T04:07:39.172Z Downloaded arc-swap v1.8.2
9032026-04-25T04:07:39.175Z Downloaded oxnet v0.1.4
9042026-04-25T04:07:39.175Z Downloaded parse-display-derive v0.10.0
9052026-04-25T04:07:39.183Z Downloaded progenitor-client v0.11.2
9062026-04-25T04:07:39.190Z Downloaded heapless v0.7.17
9072026-04-25T04:07:39.193Z Downloaded phf v0.12.1
9082026-04-25T04:07:39.196Z Downloaded cc v1.2.56
9092026-04-25T04:07:39.199Z Downloaded password-hash v0.4.2
9102026-04-25T04:07:39.203Z Downloaded password-hash v0.5.0
9112026-04-25T04:07:39.203Z Downloaded num-integer v0.1.46
9122026-04-25T04:07:39.209Z Downloaded proc-macro-crate v3.4.0
9132026-04-25T04:07:39.209Z Downloaded progenitor-macro v0.10.0
9142026-04-25T04:07:39.209Z Downloaded quick-error v1.2.3
9152026-04-25T04:07:39.209Z Downloaded precomputed-hash v0.1.1
9162026-04-25T04:07:39.214Z Downloaded proc-macro-crate v1.3.1
9172026-04-25T04:07:39.214Z Downloaded pin-project-internal v1.1.11
9182026-04-25T04:07:39.214Z Downloaded peg-macros v0.8.5
9192026-04-25T04:07:39.214Z Downloaded pkcs8 v0.10.2
9202026-04-25T04:07:39.218Z Downloaded bumpalo v3.20.2
9212026-04-25T04:07:39.218Z Downloaded phf v0.13.1
9222026-04-25T04:07:39.218Z Downloaded indicatif v0.18.4
9232026-04-25T04:07:39.221Z Downloaded pem-rfc7468 v0.7.0
9242026-04-25T04:07:39.224Z Downloaded pin-project-lite v0.2.17
9252026-04-25T04:07:39.229Z Downloaded radium v0.7.0
9262026-04-25T04:07:39.229Z Downloaded predicates v3.1.4
9272026-04-25T04:07:39.229Z Downloaded ppv-lite86 v0.2.21
9282026-04-25T04:07:39.234Z Downloaded poly1305 v0.8.0
9292026-04-25T04:07:39.234Z Downloaded hickory-resolver v0.25.2
9302026-04-25T04:07:39.239Z Downloaded pem v3.0.6
9312026-04-25T04:07:39.240Z Downloaded paste v1.0.15
9322026-04-25T04:07:39.240Z Downloaded parking_lot v0.11.2
9332026-04-25T04:07:39.243Z Downloaded parking_lot_core v0.8.6
9342026-04-25T04:07:39.243Z Downloaded base64 v0.21.7
9352026-04-25T04:07:39.243Z Downloaded progenitor-macro v0.13.0
9362026-04-25T04:07:39.243Z Downloaded parse-display v0.10.0
9372026-04-25T04:07:39.246Z Downloaded rfc6979 v0.4.0
9382026-04-25T04:07:39.246Z Downloaded ref-cast v1.0.25
9392026-04-25T04:07:39.249Z Downloaded recursive-proc-macro-impl v0.1.1
9402026-04-25T04:07:39.249Z Downloaded pkg-config v0.3.32
9412026-04-25T04:07:39.252Z Downloaded peg v0.8.5
9422026-04-25T04:07:39.255Z Downloaded proc-macro-error2 v2.0.1
9432026-04-25T04:07:39.255Z Downloaded derive_more-impl v2.1.1
9442026-04-25T04:07:39.259Z Downloaded postgres-protocol v0.6.10
9452026-04-25T04:07:39.262Z Downloaded progenitor-client v0.10.0
9462026-04-25T04:07:39.262Z Downloaded parking_lot v0.12.5
9472026-04-25T04:07:39.262Z Downloaded rand_xorshift v0.4.0
9482026-04-25T04:07:39.265Z Downloaded rand_chacha v0.3.1
9492026-04-25T04:07:39.265Z Downloaded psm v0.1.30
9502026-04-25T04:07:39.265Z Downloaded progenitor-extras v0.1.1
9512026-04-25T04:07:39.269Z Downloaded primeorder v0.13.6
9522026-04-25T04:07:39.269Z Downloaded polyval v0.6.2
9532026-04-25T04:07:39.269Z Downloaded derive_more v2.1.1
9542026-04-25T04:07:39.275Z Downloaded progenitor-client v0.13.0
9552026-04-25T04:07:39.280Z Downloaded dropshot-api-manager v0.6.0
9562026-04-25T04:07:39.280Z Downloaded psl-types v2.0.11
9572026-04-25T04:07:39.285Z Downloaded progenitor-macro v0.11.2
9582026-04-25T04:07:39.285Z Downloaded parking_lot_core v0.9.12
9592026-04-25T04:07:39.285Z Downloaded headers v0.4.1
9602026-04-25T04:07:39.288Z Downloaded rtoolbox v0.0.3
9612026-04-25T04:07:39.289Z Downloaded rustc_version v0.1.7
9622026-04-25T04:07:39.289Z Downloaded ref-cast-impl v1.0.25
9632026-04-25T04:07:39.289Z Downloaded progenitor v0.11.2
9642026-04-25T04:07:39.289Z Downloaded pkcs5 v0.7.1
9652026-04-25T04:07:39.291Z Downloaded rustc_version v0.4.1
9662026-04-25T04:07:39.291Z Downloaded rustc-hash v2.1.1
9672026-04-25T04:07:39.294Z Downloaded russh-util v0.48.0
9682026-04-25T04:07:39.294Z Downloaded russh-cryptovec v0.48.0
9692026-04-25T04:07:39.295Z Downloaded r2d2 v0.8.10
9702026-04-25T04:07:39.295Z Downloaded progenitor v0.13.0
9712026-04-25T04:07:39.298Z Downloaded omicron-zone-package v0.12.2
9722026-04-25T04:07:39.298Z Downloaded libbz2-rs-sys v0.2.2
9732026-04-25T04:07:39.301Z Downloaded pkcs1 v0.7.5
9742026-04-25T04:07:39.301Z Downloaded hashbrown v0.13.2
9752026-04-25T04:07:39.304Z Downloaded oso v0.27.3
9762026-04-25T04:07:39.309Z Downloaded miniz_oxide v0.8.9
9772026-04-25T04:07:39.309Z Downloaded hashbrown v0.12.3
9782026-04-25T04:07:39.315Z Downloaded ed25519-dalek v2.2.0
9792026-04-25T04:07:39.315Z Downloaded hickory-resolver v0.24.4
9802026-04-25T04:07:39.319Z Downloaded heapless v0.8.0
9812026-04-25T04:07:39.322Z Downloaded recursive v0.1.1
9822026-04-25T04:07:39.322Z Downloaded postgres-types v0.2.12
9832026-04-25T04:07:39.322Z Downloaded jiff-static v0.2.21
9842026-04-25T04:07:39.326Z Downloaded rand_seeder v0.4.0
9852026-04-25T04:07:39.326Z Downloaded rand_chacha v0.9.0
9862026-04-25T04:07:39.329Z Downloaded papergrid v0.17.0
9872026-04-25T04:07:39.377Z Downloaded resolv-conf v0.7.6
9882026-04-25T04:07:39.383Z Downloaded rand_core v0.6.4
9892026-04-25T04:07:39.383Z Downloaded same-file v1.0.6
9902026-04-25T04:07:39.383Z Downloaded progenitor v0.10.0
9912026-04-25T04:07:39.383Z Downloaded quinn-udp v0.5.14
9922026-04-25T04:07:39.383Z Downloaded p256 v0.13.2
9932026-04-25T04:07:39.383Z Downloaded minimal-lexical v0.2.1
9942026-04-25T04:07:39.383Z Downloaded seq-macro v0.3.6
9952026-04-25T04:07:39.383Z Downloaded secrecy v0.10.3
9962026-04-25T04:07:39.383Z Downloaded scopeguard v1.2.0
9972026-04-25T04:07:39.383Z Downloaded pin-project v1.1.11
9982026-04-25T04:07:39.383Z Downloaded rustls-pemfile v1.0.4
9992026-04-25T04:07:39.383Z Downloaded openssl-sys v0.9.111
10002026-04-25T04:07:39.384Z Downloaded rand_core v0.10.0
10012026-04-25T04:07:39.390Z Downloaded scheduled-thread-pool v0.2.7
10022026-04-25T04:07:39.390Z Downloaded scrypt v0.11.0
10032026-04-25T04:07:39.394Z Downloaded rand_core v0.9.5
10042026-04-25T04:07:39.394Z Downloaded scroll_derive v0.13.1
10052026-04-25T04:07:39.394Z Downloaded siphasher v1.0.2
10062026-04-25T04:07:39.394Z Downloaded postcard v1.1.3
10072026-04-25T04:07:39.394Z Downloaded serde_repr v0.1.20
10082026-04-25T04:07:39.397Z Downloaded serde_plain v1.0.2
10092026-04-25T04:07:39.397Z Downloaded crossterm v0.28.1
10102026-04-25T04:07:39.400Z Downloaded hickory-server v0.25.2
10112026-04-25T04:07:39.405Z Downloaded serde_bytes v0.11.19
10122026-04-25T04:07:39.409Z Downloaded progenitor-impl v0.13.0
10132026-04-25T04:07:39.409Z Downloaded http v1.4.0
10142026-04-25T04:07:39.409Z Downloaded progenitor-impl v0.11.2
10152026-04-25T04:07:39.414Z Downloaded progenitor-impl v0.10.0
10162026-04-25T04:07:39.414Z Downloaded rusty-fork v0.3.1
10172026-04-25T04:07:39.414Z Downloaded rustls-pemfile v2.2.0
10182026-04-25T04:07:39.417Z Downloaded hyper-util v0.1.20
10192026-04-25T04:07:39.417Z Downloaded slog-bunyan v2.5.0
10202026-04-25T04:07:39.420Z Downloaded prefix-trie v0.7.0
10212026-04-25T04:07:39.425Z Downloaded salsa20 v0.10.2
10222026-04-25T04:07:39.425Z Downloaded russh-keys v0.45.0
10232026-04-25T04:07:39.428Z Downloaded signal-hook-mio v0.2.5
10242026-04-25T04:07:39.428Z Downloaded sha1 v0.10.6
10252026-04-25T04:07:39.428Z Downloaded shell-words v1.1.1
10262026-04-25T04:07:39.431Z Downloaded russh-cryptovec v0.7.3
10272026-04-25T04:07:39.435Z Downloaded scroll v0.13.0
10282026-04-25T04:07:39.446Z Downloaded rustls-native-certs v0.8.3
10292026-04-25T04:07:39.450Z Downloaded sapling-renderdag v0.1.0
10302026-04-25T04:07:39.453Z Downloaded russh-keys v0.49.2
10312026-04-25T04:07:39.453Z Downloaded serde_path_to_error v0.1.20
10322026-04-25T04:07:39.456Z Downloaded mio v1.2.0
10332026-04-25T04:07:39.462Z Downloaded sqlparser_derive v0.5.0
10342026-04-25T04:07:39.466Z Downloaded secrecy v0.8.0
10352026-04-25T04:07:39.466Z Downloaded ssh-cipher v0.2.0
10362026-04-25T04:07:39.476Z Downloaded serde-big-array v0.5.1
10372026-04-25T04:07:39.476Z Downloaded ron v0.8.1
10382026-04-25T04:07:39.476Z Downloaded itertools v0.10.5
10392026-04-25T04:07:39.481Z Downloaded prettyplease v0.2.37
10402026-04-25T04:07:39.481Z Downloaded pretty_assertions v1.4.1
10412026-04-25T04:07:39.488Z Downloaded structmeta v0.3.0
10422026-04-25T04:07:39.488Z Downloaded signal-hook-registry v1.4.8
10432026-04-25T04:07:39.488Z Downloaded strum v0.26.3
10442026-04-25T04:07:39.488Z Downloaded sigpipe v0.1.3
10452026-04-25T04:07:39.488Z Downloaded signature v2.2.0
10462026-04-25T04:07:39.488Z Downloaded sec1 v0.7.3
10472026-04-25T04:07:39.488Z Downloaded schemars_derive v0.8.22
10482026-04-25T04:07:39.492Z Downloaded rustversion v1.0.22
10492026-04-25T04:07:39.492Z Downloaded sct v0.7.1
10502026-04-25T04:07:39.496Z Downloaded rustls-pki-types v1.14.0
10512026-04-25T04:07:39.500Z Downloaded slog-json v2.6.1
10522026-04-25T04:07:39.500Z Downloaded slab v0.4.12
10532026-04-25T04:07:39.504Z Downloaded slog-stdlog v4.1.1
10542026-04-25T04:07:39.504Z Downloaded slog-scope v4.4.1
10552026-04-25T04:07:39.504Z Downloaded slog-async v2.8.0
10562026-04-25T04:07:39.504Z Downloaded subtle v2.6.1
10572026-04-25T04:07:39.508Z Downloaded strum v0.27.2
10582026-04-25T04:07:39.508Z Downloaded structmeta-derive v0.3.0
10592026-04-25T04:07:39.513Z Downloaded crossterm v0.29.0
10602026-04-25T04:07:39.520Z Downloaded shlex v1.3.0
10612026-04-25T04:07:39.520Z Downloaded smallvec v0.6.14
10622026-04-25T04:07:39.524Z Downloaded slog-term v2.9.2
10632026-04-25T04:07:39.524Z Downloaded sync-ptr v0.1.4
10642026-04-25T04:07:39.524Z Downloaded rustls-platform-verifier v0.6.2
10652026-04-25T04:07:39.524Z Downloaded rcgen v0.12.1
10662026-04-25T04:07:39.524Z Downloaded serde_cbor v0.11.2
10672026-04-25T04:07:39.528Z Downloaded nom v7.1.3
10682026-04-25T04:07:39.536Z Downloaded ssh-encoding v0.2.0
10692026-04-25T04:07:39.536Z Downloaded tabled_derive v0.11.0
10702026-04-25T04:07:39.536Z Downloaded tap v1.0.1
10712026-04-25T04:07:39.542Z Downloaded tabwriter v1.4.1
10722026-04-25T04:07:39.542Z Downloaded spki v0.7.3
10732026-04-25T04:07:39.542Z Downloaded sqlformat v0.3.5
10742026-04-25T04:07:39.542Z Downloaded string_cache v0.8.9
10752026-04-25T04:07:39.547Z Downloaded serde_with_macros v3.17.0
10762026-04-25T04:07:39.548Z Downloaded take_mut v0.2.2
10772026-04-25T04:07:39.552Z Downloaded testing_table v0.3.0
10782026-04-25T04:07:39.552Z Downloaded serde_spanned v1.0.4
10792026-04-25T04:07:39.552Z Downloaded supports-color v3.0.2
10802026-04-25T04:07:39.557Z Downloaded serde-hex v0.1.0
10812026-04-25T04:07:39.564Z Downloaded strum_macros v0.27.2
10822026-04-25T04:07:39.564Z Downloaded num-bigint v0.4.6
10832026-04-25T04:07:39.567Z Downloaded snafu-derive v0.8.9
10842026-04-25T04:07:39.567Z Downloaded serde_urlencoded v0.7.1
10852026-04-25T04:07:39.571Z Downloaded tagptr v0.2.0
10862026-04-25T04:07:39.576Z Downloaded thread-id v5.1.0
10872026-04-25T04:07:39.576Z Downloaded support-bundle-viewer v0.1.2
10882026-04-25T04:07:39.579Z Downloaded smf v0.2.3
10892026-04-25T04:07:39.585Z Downloaded quinn v0.11.9
10902026-04-25T04:07:39.588Z Downloaded time-core v0.1.8
10912026-04-25T04:07:39.591Z Downloaded schemars v0.8.22
10922026-04-25T04:07:39.598Z Downloaded tokio-macros v2.7.0
10932026-04-25T04:07:39.602Z Downloaded tinyvec_macros v0.1.1
10942026-04-25T04:07:39.602Z Downloaded static_assertions v1.1.0
10952026-04-25T04:07:39.602Z Downloaded iddqd v0.3.18
10962026-04-25T04:07:39.613Z Downloaded hashbrown v0.15.5
10972026-04-25T04:07:39.617Z Downloaded rand v0.8.5
10982026-04-25T04:07:39.617Z Downloaded iri-string v0.7.10
10992026-04-25T04:07:39.617Z Downloaded termios v0.3.3
11002026-04-25T04:07:39.617Z Downloaded curve25519-dalek v4.1.3
11012026-04-25T04:07:39.620Z Downloaded termtree v0.5.1
11022026-04-25T04:07:39.623Z Downloaded tower-service v0.3.3
11032026-04-25T04:07:39.623Z Downloaded stringprep v0.1.5
11042026-04-25T04:07:39.624Z Downloaded itertools v0.13.0
11052026-04-25T04:07:39.628Z Downloaded tls_codec v0.4.2
11062026-04-25T04:07:39.631Z Downloaded tiny-keccak v2.0.2
11072026-04-25T04:07:39.631Z Downloaded time-macros v0.2.27
11082026-04-25T04:07:39.639Z Downloaded thread_local v1.1.9
11092026-04-25T04:07:39.639Z Downloaded num-bigint-dig v0.8.6
11102026-04-25T04:07:39.642Z Downloaded strum_macros v0.26.4
11112026-04-25T04:07:39.642Z Downloaded slog-dtrace v0.3.0
11122026-04-25T04:07:39.642Z Downloaded rayon-core v1.13.0
11132026-04-25T04:07:39.642Z Downloaded similar v2.7.0
11142026-04-25T04:07:39.656Z Downloaded serde_yaml v0.9.34+deprecated
11152026-04-25T04:07:39.656Z Downloaded publicsuffix v2.3.0
11162026-04-25T04:07:39.662Z Downloaded hyper v1.8.1
11172026-04-25T04:07:39.662Z Downloaded trait-variant v0.1.2
11182026-04-25T04:07:39.662Z Downloaded tower-layer v0.3.3
11192026-04-25T04:07:39.662Z Downloaded topological-sort v0.2.2
11202026-04-25T04:07:39.662Z Downloaded ryu v1.0.23
11212026-04-25T04:07:39.662Z Downloaded socket2 v0.5.10
11222026-04-25T04:07:39.662Z Downloaded qorb v0.4.1
11232026-04-25T04:07:39.668Z Downloaded signal-hook-tokio v0.3.1
11242026-04-25T04:07:39.668Z Downloaded try-lock v0.2.5
11252026-04-25T04:07:39.672Z Downloaded tokio-rustls v0.25.0
11262026-04-25T04:07:39.675Z Downloaded slog-envlogger v2.2.0
11272026-04-25T04:07:39.676Z Downloaded spin v0.9.8
11282026-04-25T04:07:39.676Z Downloaded unarray v0.1.4
11292026-04-25T04:07:39.676Z Downloaded typify-macro v0.4.3
11302026-04-25T04:07:39.676Z Downloaded thiserror-no-std v2.0.2
11312026-04-25T04:07:39.679Z Downloaded typify-macro v0.6.1
11322026-04-25T04:07:39.679Z Downloaded libxml v0.3.3
11332026-04-25T04:07:39.683Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11342026-04-25T04:07:39.688Z Downloaded tls_codec_derive v0.4.2
11352026-04-25T04:07:39.688Z Downloaded unit-prefix v0.5.2
11362026-04-25T04:07:39.691Z Downloaded universal-hash v0.5.1
11372026-04-25T04:07:39.691Z Downloaded unicode-truncate v1.1.0
11382026-04-25T04:07:39.692Z Downloaded strip-ansi-escapes v0.2.1
11392026-04-25T04:07:39.695Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11402026-04-25T04:07:39.695Z Downloaded term v0.7.0
11412026-04-25T04:07:39.699Z Downloaded sync_wrapper v1.0.2
11422026-04-25T04:07:39.699Z Downloaded itertools v0.14.0
11432026-04-25T04:07:39.702Z Downloaded tokio-dtrace v0.1.1
11442026-04-25T04:07:39.706Z Downloaded tokio-tungstenite v0.21.0
11452026-04-25T04:07:39.706Z Downloaded schemars v0.9.0
11462026-04-25T04:07:39.711Z Downloaded toml_writer v1.0.6+spec-1.1.0
11472026-04-25T04:07:39.714Z Downloaded tokio-tungstenite v0.23.1
11482026-04-25T04:07:39.714Z Downloaded slog v2.8.2
11492026-04-25T04:07:39.720Z Downloaded usdt-attr-macro v0.6.0
11502026-04-25T04:07:39.720Z Downloaded untrusted v0.7.1
11512026-04-25T04:07:39.720Z Downloaded thiserror-impl-no-std v2.0.2
11522026-04-25T04:07:39.720Z Downloaded itertools v0.12.1
11532026-04-25T04:07:39.725Z Downloaded subprocess v0.2.15
11542026-04-25T04:07:39.725Z Downloaded futures-util v0.3.32
11552026-04-25T04:07:39.733Z Downloaded utf-8 v0.7.6
11562026-04-25T04:07:39.735Z Downloaded semver v0.1.20
11572026-04-25T04:07:39.735Z Downloaded usdt-macro v0.6.0
11582026-04-25T04:07:39.735Z Downloaded unicase v2.9.0
11592026-04-25T04:07:39.739Z Downloaded void v1.0.2
11602026-04-25T04:07:39.742Z Downloaded untrusted v0.9.0
11612026-04-25T04:07:39.742Z Downloaded tui-tree-widget v0.23.1
11622026-04-25T04:07:39.746Z Downloaded rustls-webpki v0.103.9
11632026-04-25T04:07:39.746Z Downloaded socket2 v0.6.3
11642026-04-25T04:07:39.749Z Downloaded tokio-native-tls v0.3.1
11652026-04-25T04:07:39.753Z Downloaded serde_derive_internals v0.29.1
11662026-04-25T04:07:39.760Z Downloaded schemars v1.2.1
11672026-04-25T04:07:39.768Z Downloaded xshell-macros v0.2.7
11682026-04-25T04:07:39.771Z Downloaded want v0.3.1
11692026-04-25T04:07:39.772Z Downloaded waitgroup v0.1.2
11702026-04-25T04:07:39.772Z Downloaded wait-timeout v0.2.1
11712026-04-25T04:07:39.772Z Downloaded xattr v1.6.1
11722026-04-25T04:07:39.777Z Downloaded rand v0.9.2
11732026-04-25T04:07:39.781Z Downloaded usdt v0.6.0
11742026-04-25T04:07:39.781Z Downloaded p521 v0.13.3
11752026-04-25T04:07:39.781Z Downloaded strum_macros v0.24.3
11762026-04-25T04:07:39.785Z Downloaded simd-adler32 v0.3.8
11772026-04-25T04:07:39.785Z Downloaded zone_cfg_derive v0.3.1
11782026-04-25T04:07:39.785Z Downloaded zeroize_derive v1.4.3
11792026-04-25T04:07:39.790Z Downloaded tokio-rustls v0.24.1
11802026-04-25T04:07:39.793Z Downloaded stacker v0.1.23
11812026-04-25T04:07:39.793Z Downloaded samael v0.0.19
11822026-04-25T04:07:39.799Z Downloaded hkdf v0.12.4
11832026-04-25T04:07:39.802Z Downloaded toml_parser v1.0.9+spec-1.1.0
11842026-04-25T04:07:39.806Z Downloaded usdt-impl v0.6.0
11852026-04-25T04:07:39.808Z Downloaded zone v0.3.1
11862026-04-25T04:07:39.808Z Downloaded twox-hash v2.1.2
11872026-04-25T04:07:39.813Z Downloaded snafu v0.8.9
11882026-04-25T04:07:39.816Z Downloaded h2 v0.4.13
11892026-04-25T04:07:39.821Z Downloaded vergen-git2 v1.0.7
11902026-04-25T04:07:39.825Z Downloaded vergen-gitcl v1.0.8
11912026-04-25T04:07:39.829Z Downloaded libm v0.2.16
11922026-04-25T04:07:39.834Z Downloaded vergen-lib v0.1.6
11932026-04-25T04:07:39.837Z Downloaded aho-corasick v1.1.4
11942026-04-25T04:07:39.843Z Downloaded xshell v0.2.7
11952026-04-25T04:07:39.843Z Downloaded wyz v0.5.1
11962026-04-25T04:07:39.843Z Downloaded tinyvec v1.10.0
11972026-04-25T04:07:39.848Z Downloaded walkdir v2.5.0
11982026-04-25T04:07:39.848Z Downloaded uzers v0.12.2
11992026-04-25T04:07:39.848Z Downloaded toml v0.9.12+spec-1.1.0
12002026-04-25T04:07:39.848Z Downloaded blake3 v1.8.3
12012026-04-25T04:07:39.851Z Downloaded tracing-attributes v0.1.31
12022026-04-25T04:07:39.856Z Downloaded whoami v2.1.0
12032026-04-25T04:07:39.856Z Downloaded whoami v1.6.1
12042026-04-25T04:07:39.859Z Downloaded tokio-rustls v0.26.4
12052026-04-25T04:07:39.859Z Downloaded term v1.2.1
12062026-04-25T04:07:39.859Z Downloaded rsa v0.9.10
12072026-04-25T04:07:39.862Z Downloaded toml v1.0.6+spec-1.1.0
12082026-04-25T04:07:39.865Z Downloaded rand v0.10.0
12092026-04-25T04:07:39.868Z Downloaded unicode-properties v0.1.4
12102026-04-25T04:07:39.868Z Downloaded toml v0.7.8
12112026-04-25T04:07:39.871Z Downloaded vsss-rs v3.3.4
12122026-04-25T04:07:39.871Z Downloaded tungstenite v0.23.0
12132026-04-25T04:07:39.876Z Downloaded test-strategy v0.4.5
12142026-04-25T04:07:39.880Z Downloaded typify v0.4.3
12152026-04-25T04:07:39.880Z Downloaded tungstenite v0.21.0
12162026-04-25T04:07:39.880Z Downloaded tar v0.4.45
12172026-04-25T04:07:39.883Z Downloaded zeroize v1.8.2
12182026-04-25T04:07:39.883Z Downloaded aws-lc-rs v1.16.0
12192026-04-25T04:07:39.896Z Downloaded signal-hook v0.3.18
12202026-04-25T04:07:39.903Z Downloaded yasna v0.5.2
12212026-04-25T04:07:39.906Z Downloaded zerocopy v0.6.6
12222026-04-25T04:07:39.906Z Downloaded zstd-safe v7.2.4
12232026-04-25T04:07:39.906Z Downloaded zstd v0.13.3
12242026-04-25T04:07:39.907Z Downloaded bitvec v1.0.1
12252026-04-25T04:07:39.912Z Downloaded unsafe-libyaml v0.2.11
12262026-04-25T04:07:39.916Z Downloaded git2 v0.20.4
12272026-04-25T04:07:39.923Z Downloaded vergen v9.0.6
12282026-04-25T04:07:39.937Z Downloaded tokio-stream v0.1.18
12292026-04-25T04:07:39.941Z Downloaded rpassword v7.4.0
12302026-04-25T04:07:39.944Z Downloaded vte v0.14.1
12312026-04-25T04:07:39.945Z Downloaded unicode-bidi v0.3.18
12322026-04-25T04:07:39.948Z Downloaded bindgen v0.71.1
12332026-04-25T04:07:39.953Z Downloaded toml_edit v0.23.10+spec-1.0.0
12342026-04-25T04:07:39.953Z Downloaded ssh-key v0.6.7
12352026-04-25T04:07:39.960Z Downloaded regex v1.12.3
12362026-04-25T04:07:39.969Z Downloaded typify v0.6.1
12372026-04-25T04:07:39.972Z Downloaded reqwest v0.12.28
12382026-04-25T04:07:39.986Z Downloaded russh v0.45.0
12392026-04-25T04:07:39.991Z Downloaded rustyline v14.0.0
12402026-04-25T04:07:39.995Z Downloaded reedline v0.40.0
12412026-04-25T04:07:39.998Z Downloaded tokio-postgres v0.7.16
12422026-04-25T04:07:40.001Z Downloaded tracing-core v0.1.36
12432026-04-25T04:07:40.005Z Downloaded chrono v0.4.44
12442026-04-25T04:07:40.022Z Downloaded p384 v0.13.1
12452026-04-25T04:07:40.027Z Downloaded uuid v1.23.0
12462026-04-25T04:07:40.032Z Downloaded reqwest v0.13.2
12472026-04-25T04:07:40.038Z Downloaded steno v0.4.1
12482026-04-25T04:07:40.047Z Downloaded toml_edit v0.19.15
12492026-04-25T04:07:40.057Z Downloaded zerocopy-derive v0.8.40
12502026-04-25T04:07:40.063Z Downloaded rayon v1.11.0
12512026-04-25T04:07:40.071Z Downloaded lalrpop v0.19.12
12522026-04-25T04:07:40.074Z Downloaded zopfli v0.8.3
12532026-04-25T04:07:40.074Z Downloaded portable-atomic v1.13.1
12542026-04-25T04:07:40.081Z Downloaded zip v0.6.6
12552026-04-25T04:07:40.084Z Downloaded unicode_categories v0.1.1
12562026-04-25T04:07:40.084Z Downloaded tower v0.5.3
12572026-04-25T04:07:40.087Z Downloaded moka v0.12.13
12582026-04-25T04:07:40.099Z Downloaded yansi v1.0.1
12592026-04-25T04:07:40.102Z Downloaded typed-path v0.9.3
12602026-04-25T04:07:40.106Z Downloaded petname v2.0.2
12612026-04-25T04:07:40.114Z Downloaded tokio-util v0.7.18
12622026-04-25T04:07:40.121Z Downloaded unicode-normalization v0.1.25
12632026-04-25T04:07:40.124Z Downloaded salty v0.3.0
12642026-04-25T04:07:40.125Z Downloaded quick-xml v0.37.5
12652026-04-25T04:07:40.128Z Downloaded proptest v1.10.0
12662026-04-25T04:07:40.132Z Downloaded x509-cert v0.2.5
12672026-04-25T04:07:40.136Z Downloaded tower-http v0.6.8
12682026-04-25T04:07:40.141Z Downloaded unicode-segmentation v1.12.0
12692026-04-25T04:07:40.149Z Downloaded goblin v0.10.5
12702026-04-25T04:07:40.155Z Downloaded rustls-webpki v0.102.8
12712026-04-25T04:07:40.167Z Downloaded rustls-webpki v0.101.7
12722026-04-25T04:07:40.173Z Downloaded object v0.30.4
12732026-04-25T04:07:40.178Z Downloaded nix v0.27.1
12742026-04-25T04:07:40.185Z Downloaded tough v0.20.0
12752026-04-25T04:07:40.285Z Downloaded quinn-proto v0.11.13
12762026-04-25T04:07:40.285Z Downloaded winnow v0.5.40
12772026-04-25T04:07:40.285Z Downloaded zip v4.6.1
12782026-04-25T04:07:40.296Z Downloaded openssl v0.10.75
12792026-04-25T04:07:40.296Z Downloaded nix v0.28.0
12802026-04-25T04:07:40.296Z Downloaded winnow v0.6.26
12812026-04-25T04:07:40.296Z Downloaded serde_with v3.17.0
12822026-04-25T04:07:40.296Z Downloaded radix_trie v0.2.1
12832026-04-25T04:07:40.296Z Downloaded dropshot v0.16.7
12842026-04-25T04:07:40.296Z Downloaded nix v0.29.0
12852026-04-25T04:07:40.296Z Downloaded dropshot v0.17.0
12862026-04-25T04:07:40.296Z Downloaded polar-core v0.27.3
12872026-04-25T04:07:40.314Z Downloaded chrono-tz v0.10.4
12882026-04-25T04:07:40.334Z Downloaded object v0.37.3
12892026-04-25T04:07:40.354Z Downloaded bstr v1.12.1
12902026-04-25T04:07:40.354Z Downloaded tabled v0.20.0
12912026-04-25T04:07:40.358Z Downloaded smoltcp v0.9.1
12922026-04-25T04:07:40.358Z Downloaded time v0.3.47
12932026-04-25T04:07:40.358Z Downloaded hickory-proto v0.24.4
12942026-04-25T04:07:40.366Z Downloaded rustls v0.22.4
12952026-04-25T04:07:40.377Z Downloaded zlib-rs v0.6.2
12962026-04-25T04:07:40.400Z Downloaded vcpkg v0.2.15
12972026-04-25T04:07:40.413Z Downloaded rustls v0.23.37
12982026-04-25T04:07:40.413Z Downloaded regress v0.10.5
12992026-04-25T04:07:40.440Z Downloaded regex-syntax v0.6.29
13002026-04-25T04:07:40.440Z Downloaded zerocopy v0.8.40
13012026-04-25T04:07:40.451Z Downloaded webpki-roots v1.0.6
13022026-04-25T04:07:40.451Z Downloaded nix v0.31.2
13032026-04-25T04:07:40.451Z Downloaded diesel v2.3.7
13042026-04-25T04:07:40.451Z Downloaded openapiv3 v2.2.0
13052026-04-25T04:07:40.520Z Downloaded regex-syntax v0.8.10
13062026-04-25T04:07:40.520Z Downloaded hickory-proto v0.25.2
13072026-04-25T04:07:40.528Z Downloaded rustix v0.38.44
13082026-04-25T04:07:40.528Z Downloaded smoltcp v0.11.0
13092026-04-25T04:07:40.528Z Downloaded rustls v0.21.12
13102026-04-25T04:07:40.528Z Downloaded sqlparser v0.61.0
13112026-04-25T04:07:40.537Z Downloaded csv v1.4.0
13122026-04-25T04:07:40.553Z Downloaded typify-impl v0.6.1
13132026-04-25T04:07:40.569Z Downloaded tracing v0.1.44
13142026-04-25T04:07:40.573Z Downloaded bzip2-sys v0.1.13+1.0.8
13152026-04-25T04:07:40.593Z Downloaded typify-impl v0.4.3
13162026-04-25T04:07:40.602Z Downloaded ratatui v0.29.0
13172026-04-25T04:07:40.602Z Downloaded sled v0.34.7
13182026-04-25T04:07:40.639Z Downloaded regex-automata v0.4.14
13192026-04-25T04:07:40.673Z Downloaded jiff v0.2.21
13202026-04-25T04:07:40.673Z Downloaded zerocopy-derive v0.6.6
13212026-04-25T04:07:40.673Z Downloaded petgraph v0.6.5
13222026-04-25T04:07:40.673Z Downloaded libz-sys v1.1.24
13232026-04-25T04:07:40.684Z Downloaded tokio v1.52.1
13242026-04-25T04:07:40.704Z Downloaded petgraph v0.8.3
13252026-04-25T04:07:40.756Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13262026-04-25T04:07:40.784Z Downloaded sha3 v0.10.8
13272026-04-25T04:07:40.900Z Downloaded encoding_rs v0.8.35
13282026-04-25T04:07:40.921Z Downloaded ring v0.17.14
13292026-04-25T04:07:40.921Z Downloaded libgit2-sys v0.18.3+1.9.2
13302026-04-25T04:07:42.531Z Downloaded aws-lc-sys v0.37.1
13312026-04-25T04:07:42.606Z Compiling libc v0.2.185
13322026-04-25T04:07:42.606Z Compiling serde v1.0.228
13332026-04-25T04:07:42.606Z Compiling shlex v1.3.0
13342026-04-25T04:07:42.606Z Compiling log v0.4.29
13352026-04-25T04:07:42.606Z Compiling find-msvc-tools v0.1.9
13362026-04-25T04:07:42.606Z Compiling smallvec v1.15.1
13372026-04-25T04:07:42.606Z Compiling typenum v1.19.0
13382026-04-25T04:07:42.606Z Compiling subtle v2.6.1
13392026-04-25T04:07:42.606Z Compiling generic-array v0.14.7
13402026-04-25T04:07:42.606Z Compiling scopeguard v1.2.0
13412026-04-25T04:07:42.606Z Compiling const-oid v0.9.6
13422026-04-25T04:07:42.606Z Compiling portable-atomic v1.13.1
13432026-04-25T04:07:42.606Z Compiling syn v2.0.117
13442026-04-25T04:07:42.606Z Compiling zerocopy v0.8.40
13452026-04-25T04:07:42.606Z Compiling critical-section v1.2.0
13462026-04-25T04:07:42.606Z Compiling serde_json v1.0.149
13472026-04-25T04:07:42.606Z Compiling lock_api v0.4.14
13482026-04-25T04:07:42.606Z Compiling parking_lot_core v0.9.12
13492026-04-25T04:07:42.606Z Compiling pin-project-lite v0.2.17
13502026-04-25T04:07:42.606Z Compiling pkg-config v0.3.32
13512026-04-25T04:07:42.606Z Compiling bitflags v2.11.0
13522026-04-25T04:07:42.606Z Compiling libm v0.2.16
13532026-04-25T04:07:42.606Z Compiling num-traits v0.2.19
13542026-04-25T04:07:42.606Z Compiling futures-core v0.3.32
13552026-04-25T04:07:42.606Z Compiling percent-encoding v2.3.2
13562026-04-25T04:07:42.606Z Compiling allocator-api2 v0.2.21
13572026-04-25T04:07:42.606Z Compiling cpufeatures v0.2.17
13582026-04-25T04:07:42.606Z Compiling foldhash v0.2.0
13592026-04-25T04:07:42.606Z Compiling futures-sink v0.3.32
13602026-04-25T04:07:42.606Z Compiling getrandom v0.4.1
13612026-04-25T04:07:42.606Z Compiling slab v0.4.12
13622026-04-25T04:07:42.606Z Compiling futures-io v0.3.32
13632026-04-25T04:07:42.606Z Compiling futures-channel v0.3.32
13642026-04-25T04:07:42.607Z Compiling futures-task v0.3.32
13652026-04-25T04:07:42.698Z Compiling hashbrown v0.16.1
13662026-04-25T04:07:42.736Z Compiling rustversion v1.0.22
13672026-04-25T04:07:42.736Z Compiling rand_core v0.10.0
13682026-04-25T04:07:42.737Z Compiling getrandom v0.3.4
13692026-04-25T04:07:42.737Z Compiling form_urlencoded v1.2.2
13702026-04-25T04:07:42.762Z Compiling base64ct v1.8.3
13712026-04-25T04:07:42.762Z Compiling dunce v1.0.5
13722026-04-25T04:07:42.792Z Compiling fs_extra v1.3.0
13732026-04-25T04:07:42.813Z Compiling getrandom v0.2.17
13742026-04-25T04:07:42.842Z Compiling jobserver v0.1.34
13752026-04-25T04:07:42.852Z Compiling errno v0.3.14
13762026-04-25T04:07:42.897Z Compiling mio v1.2.0
13772026-04-25T04:07:42.939Z Compiling socket2 v0.6.3
13782026-04-25T04:07:43.015Z Compiling rand_core v0.6.4
13792026-04-25T04:07:43.032Z Compiling signal-hook-registry v1.4.8
13802026-04-25T04:07:43.078Z Compiling cc v1.2.56
13812026-04-25T04:07:43.106Z Compiling once_cell v1.21.3
13822026-04-25T04:07:43.120Z Compiling parking_lot v0.12.5
13832026-04-25T04:07:43.195Z Compiling ident_case v1.0.1
13842026-04-25T04:07:43.241Z Compiling indexmap v2.13.0
13852026-04-25T04:07:43.311Z Compiling pem-rfc7468 v0.7.0
13862026-04-25T04:07:43.446Z Compiling flagset v0.4.7
13872026-04-25T04:07:43.482Z Compiling iana-time-zone v0.1.65
13882026-04-25T04:07:43.482Z Compiling rustix v1.1.3
13892026-04-25T04:07:43.509Z Compiling uuid v1.23.0
13902026-04-25T04:07:43.509Z Compiling rustc_version v0.4.1
13912026-04-25T04:07:43.509Z Compiling regex-syntax v0.8.10
13922026-04-25T04:07:43.531Z Compiling vcpkg v0.2.15
13932026-04-25T04:07:43.531Z Compiling aws-lc-rs v1.16.0
13942026-04-25T04:07:43.565Z Compiling tracing-core v0.1.36
13952026-04-25T04:07:43.598Z Compiling httparse v1.10.1
13962026-04-25T04:07:43.640Z Compiling untrusted v0.9.0
13972026-04-25T04:07:43.764Z Compiling rand_core v0.9.5
13982026-04-25T04:07:43.812Z Compiling schemars v0.8.22
13992026-04-25T04:07:43.829Z Compiling base64 v0.22.1
14002026-04-25T04:07:43.829Z Compiling openssl-probe v0.2.1
14012026-04-25T04:07:43.857Z Compiling cmake v0.1.57
14022026-04-25T04:07:43.913Z Compiling untrusted v0.7.1
14032026-04-25T04:07:43.948Z Compiling tower-layer v0.3.3
14042026-04-25T04:07:44.046Z Compiling dyn-clone v1.0.20
14052026-04-25T04:07:44.063Z Compiling try-lock v0.2.5
14062026-04-25T04:07:44.104Z Compiling atomic-waker v1.1.2
14072026-04-25T04:07:44.110Z Compiling tower-service v0.3.3
14082026-04-25T04:07:44.110Z Compiling rustls v0.23.37
14092026-04-25T04:07:44.130Z Compiling tinyvec_macros v0.1.1
14102026-04-25T04:07:44.185Z Compiling spin v0.9.8
14112026-04-25T04:07:44.185Z Compiling aho-corasick v1.1.4
14122026-04-25T04:07:44.257Z Compiling want v0.3.1
14132026-04-25T04:07:44.257Z Compiling foreign-types-shared v0.1.1
14142026-04-25T04:07:44.301Z Compiling openssl v0.10.75
14152026-04-25T04:07:44.301Z Compiling crc32fast v1.5.0
14162026-04-25T04:07:44.301Z Compiling tinyvec v1.10.0
14172026-04-25T04:07:44.301Z Compiling time-core v0.1.8
14182026-04-25T04:07:44.347Z Compiling num-conv v0.2.0
14192026-04-25T04:07:44.347Z Compiling pin-utils v0.1.0
14202026-04-25T04:07:44.395Z Compiling powerfmt v0.2.0
14212026-04-25T04:07:44.395Z Compiling httpdate v1.0.3
14222026-04-25T04:07:44.414Z Compiling foreign-types v0.3.2
14232026-04-25T04:07:44.414Z Compiling wait-timeout v0.2.1
14242026-04-25T04:07:44.477Z Compiling native-tls v0.2.18
14252026-04-25T04:07:44.514Z Compiling quick-error v1.2.3
14262026-04-25T04:07:44.515Z Compiling time-macros v0.2.27
14272026-04-25T04:07:44.543Z Compiling simd-adler32 v0.3.8
14282026-04-25T04:07:44.543Z Compiling usdt-impl v0.6.0
14292026-04-25T04:07:44.568Z Compiling deranged v0.5.8
14302026-04-25T04:07:44.598Z Compiling siphasher v1.0.2
14312026-04-25T04:07:44.618Z Compiling num_threads v0.1.7
14322026-04-25T04:07:44.642Z Compiling syn v1.0.109
14332026-04-25T04:07:44.672Z Compiling crossbeam-utils v0.8.21
14342026-04-25T04:07:44.694Z Compiling bit-vec v0.8.0
14352026-04-25T04:07:44.715Z Compiling unicode-normalization v0.1.25
14362026-04-25T04:07:44.740Z Compiling rand_xorshift v0.4.0
14372026-04-25T04:07:44.760Z Compiling aws-lc-sys v0.37.1
14382026-04-25T04:07:44.777Z Compiling ring v0.17.14
14392026-04-25T04:07:44.791Z Compiling openssl-sys v0.9.111
14402026-04-25T04:07:44.805Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14412026-04-25T04:07:44.939Z Compiling bit-set v0.8.0
14422026-04-25T04:07:44.977Z Compiling bzip2-sys v0.1.13+1.0.8
14432026-04-25T04:07:44.983Z Compiling synstructure v0.13.2
14442026-04-25T04:07:45.011Z Compiling pest_generator v2.8.6
14452026-04-25T04:07:45.035Z Compiling serde_derive_internals v0.29.1
14462026-04-25T04:07:45.109Z Compiling darling_core v0.20.11
14472026-04-25T04:07:45.235Z Compiling tempfile v3.25.0
14482026-04-25T04:07:45.301Z Compiling regex-automata v0.4.14
14492026-04-25T04:07:45.458Z Compiling darling_core v0.21.3
14502026-04-25T04:07:45.650Z Compiling rusty-fork v0.3.1
14512026-04-25T04:07:45.656Z Compiling slog v2.8.2
14522026-04-25T04:07:45.656Z Compiling heapless v0.7.17
14532026-04-25T04:07:45.656Z Compiling time v0.3.47
14542026-04-25T04:07:45.779Z Compiling thread-id v5.1.0
14552026-04-25T04:07:45.868Z Compiling sync_wrapper v1.0.2
14562026-04-25T04:07:45.889Z Compiling cookie v0.18.1
14572026-04-25T04:07:45.933Z Compiling paste v1.0.15
14582026-04-25T04:07:45.954Z Compiling unicode-bidi v0.3.18
14592026-04-25T04:07:45.971Z Compiling signal-hook v0.3.18
14602026-04-25T04:07:46.000Z Compiling anyhow v1.0.102
14612026-04-25T04:07:46.000Z Compiling unarray v0.1.4
14622026-04-25T04:07:46.111Z Compiling zstd-safe v7.2.4
14632026-04-25T04:07:46.172Z Compiling unicode-properties v0.1.4
14642026-04-25T04:07:46.172Z Compiling adler2 v2.0.1
14652026-04-25T04:07:46.253Z Compiling miniz_oxide v0.8.9
14662026-04-25T04:07:46.315Z Compiling stringprep v0.1.5
14672026-04-25T04:07:46.424Z Compiling num-integer v0.1.46
14682026-04-25T04:07:46.562Z Compiling vergen-lib v0.1.6
14692026-04-25T04:07:46.673Z Compiling curve25519-dalek v4.1.3
14702026-04-25T04:07:46.770Z Compiling ff v0.13.1
14712026-04-25T04:07:46.799Z Compiling hash32 v0.2.1
14722026-04-25T04:07:46.815Z Compiling memoffset v0.9.1
14732026-04-25T04:07:46.815Z Compiling cfg_aliases v0.2.1
14742026-04-25T04:07:46.825Z Compiling serde_derive v1.0.228
14752026-04-25T04:07:46.902Z Compiling zeroize_derive v1.4.3
14762026-04-25T04:07:46.919Z Compiling zerofrom-derive v0.1.6
14772026-04-25T04:07:46.953Z Compiling yoke-derive v0.8.1
14782026-04-25T04:07:46.986Z Compiling zerocopy-derive v0.8.40
14792026-04-25T04:07:47.020Z Compiling zerovec-derive v0.11.2
14802026-04-25T04:07:47.042Z Compiling displaydoc v0.2.5
14812026-04-25T04:07:47.147Z Compiling tokio-macros v2.7.0
14822026-04-25T04:07:47.354Z Compiling futures-macro v0.3.32
14832026-04-25T04:07:47.553Z Compiling der_derive v0.7.3
14842026-04-25T04:07:47.610Z Compiling zeroize v1.8.2
14852026-04-25T04:07:47.873Z Compiling thiserror-impl v2.0.18
14862026-04-25T04:07:47.955Z Compiling rustls-pki-types v1.14.0
14872026-04-25T04:07:48.191Z Compiling tracing-attributes v0.1.31
14882026-04-25T04:07:48.213Z Compiling scroll_derive v0.13.1
14892026-04-25T04:07:48.244Z Compiling pest_derive v2.8.6
14902026-04-25T04:07:48.254Z Compiling futures-util v0.3.32
14912026-04-25T04:07:48.398Z Compiling crypto-common v0.1.7
14922026-04-25T04:07:48.434Z Compiling zerofrom v0.1.6
14932026-04-25T04:07:48.453Z Compiling block-buffer v0.10.4
14942026-04-25T04:07:48.580Z Compiling yoke v0.8.1
14952026-04-25T04:07:48.609Z Compiling digest v0.10.7
14962026-04-25T04:07:48.641Z Compiling block-padding v0.3.3
14972026-04-25T04:07:48.677Z Compiling der v0.7.10
14982026-04-25T04:07:48.734Z Compiling schemars_derive v0.8.22
14992026-04-25T04:07:48.810Z Compiling zerovec v0.11.5
15002026-04-25T04:07:48.888Z Compiling zerotrie v0.2.3
15012026-04-25T04:07:48.915Z Compiling hmac v0.12.1
15022026-04-25T04:07:49.064Z Compiling inout v0.1.4
15032026-04-25T04:07:49.093Z Compiling sha2 v0.10.9
15042026-04-25T04:07:49.149Z Compiling pbkdf2 v0.12.2
15052026-04-25T04:07:49.258Z Compiling cipher v0.4.4
15062026-04-25T04:07:49.274Z Compiling tinystr v0.8.2
15072026-04-25T04:07:49.313Z Compiling potential_utf v0.1.4
15082026-04-25T04:07:49.350Z Compiling thiserror v2.0.18
15092026-04-25T04:07:49.501Z Compiling icu_locale_core v2.1.1
15102026-04-25T04:07:49.545Z Compiling icu_collections v2.1.1
15112026-04-25T04:07:49.545Z Compiling salsa20 v0.10.2
15122026-04-25T04:07:49.616Z Compiling spki v0.7.3
15132026-04-25T04:07:49.663Z Compiling cbc v0.1.2
15142026-04-25T04:07:49.704Z Compiling scrypt v0.11.0
15152026-04-25T04:07:49.747Z Compiling aes v0.8.4
15162026-04-25T04:07:49.803Z Compiling tracing v0.1.44
15172026-04-25T04:07:49.842Z Compiling scroll v0.13.0
15182026-04-25T04:07:49.925Z Compiling darling_macro v0.20.11
15192026-04-25T04:07:49.963Z Compiling openssl-macros v0.1.1
15202026-04-25T04:07:50.015Z Compiling dtrace-parser v0.3.0
15212026-04-25T04:07:50.073Z Compiling pkcs5 v0.7.1
15222026-04-25T04:07:50.104Z Compiling icu_provider v2.1.1
15232026-04-25T04:07:50.124Z Compiling goblin v0.10.5
15242026-04-25T04:07:50.323Z Compiling signature v2.2.0
15252026-04-25T04:07:50.384Z Compiling icu_normalizer v2.1.1
15262026-04-25T04:07:50.391Z Compiling icu_properties v2.1.2
15272026-04-25T04:07:50.430Z Compiling bytes v1.11.1
15282026-04-25T04:07:50.461Z Compiling chrono v0.4.44
15292026-04-25T04:07:50.521Z Compiling pkcs8 v0.10.2
15302026-04-25T04:07:50.521Z Compiling ipnet v2.11.0
15312026-04-25T04:07:50.555Z Compiling darling v0.20.11
15322026-04-25T04:07:50.648Z Compiling derive_builder_core v0.20.2
15332026-04-25T04:07:50.662Z Compiling rustls-native-certs v0.8.3
15342026-04-25T04:07:50.780Z Compiling thiserror-impl v1.0.69
15352026-04-25T04:07:50.813Z Compiling scroll_derive v0.12.1
15362026-04-25T04:07:50.892Z Compiling toml_datetime v0.6.11
15372026-04-25T04:07:50.981Z Compiling tokio v1.52.1
15382026-04-25T04:07:51.012Z Compiling http v1.4.0
15392026-04-25T04:07:51.061Z Compiling erased-serde v0.3.31
15402026-04-25T04:07:51.094Z Compiling serde_spanned v0.6.9
15412026-04-25T04:07:51.163Z Compiling serde_tokenstream v0.2.3
15422026-04-25T04:07:51.566Z Compiling md-5 v0.10.6
15432026-04-25T04:07:51.715Z Compiling webpki-roots v1.0.6
15442026-04-25T04:07:51.716Z Compiling ppv-lite86 v0.2.21
15452026-04-25T04:07:51.716Z Compiling idna_adapter v1.2.1
15462026-04-25T04:07:51.716Z Compiling darling_macro v0.21.3
15472026-04-25T04:07:51.716Z Compiling scroll v0.12.0
15482026-04-25T04:07:51.768Z Compiling derive_builder_macro v0.20.2
15492026-04-25T04:07:51.768Z Compiling idna v1.1.0
15502026-04-25T04:07:51.768Z Compiling zerocopy-derive v0.7.35
15512026-04-25T04:07:51.768Z Compiling num-bigint-dig v0.8.6
15522026-04-25T04:07:51.768Z Compiling ref-cast v1.0.25
15532026-04-25T04:07:51.848Z Compiling rand_chacha v0.9.0
15542026-04-25T04:07:51.876Z Compiling http-body v1.0.1
15552026-04-25T04:07:51.902Z Compiling rand_chacha v0.3.1
15562026-04-25T04:07:51.971Z Compiling url v2.5.8
15572026-04-25T04:07:52.098Z Compiling http-body-util v0.1.3
15582026-04-25T04:07:52.128Z Compiling rand v0.9.2
15592026-04-25T04:07:52.128Z Compiling fallible-iterator v0.2.0
15602026-04-25T04:07:52.128Z Compiling base16ct v0.2.0
15612026-04-25T04:07:52.156Z Compiling rustix v0.38.44
15622026-04-25T04:07:52.187Z Compiling thiserror v1.0.69
15632026-04-25T04:07:52.297Z Compiling zlib-rs v0.6.2
15642026-04-25T04:07:52.349Z Compiling iri-string v0.7.10
15652026-04-25T04:07:52.349Z Compiling smoltcp v0.9.1
15662026-04-25T04:07:52.349Z Compiling litrs v1.0.0
15672026-04-25T04:07:52.429Z Compiling ryu v1.0.23
15682026-04-25T04:07:52.609Z Compiling psl-types v2.0.11
15692026-04-25T04:07:52.632Z Compiling zerocopy v0.7.35
15702026-04-25T04:07:52.632Z Compiling proptest v1.10.0
15712026-04-25T04:07:52.721Z Compiling publicsuffix v2.3.0
15722026-04-25T04:07:52.725Z Compiling postgres-protocol v0.6.10
15732026-04-25T04:07:52.754Z Compiling serde_urlencoded v0.7.1
15742026-04-25T04:07:53.054Z Compiling document-features v0.2.12
15752026-04-25T04:07:53.374Z Compiling dof v0.4.0
15762026-04-25T04:07:53.374Z Compiling sec1 v0.7.3
15772026-04-25T04:07:53.374Z Compiling derive_builder v0.20.2
15782026-04-25T04:07:53.375Z Compiling rand v0.8.5
15792026-04-25T04:07:53.501Z Compiling darling v0.21.3
15802026-04-25T04:07:53.501Z Compiling goblin v0.8.2
15812026-04-25T04:07:53.501Z Compiling cargo-platform v0.1.9
15822026-04-25T04:07:53.501Z Compiling hubpack_derive v0.1.1
15832026-04-25T04:07:53.501Z Compiling ipnetwork v0.21.1
15842026-04-25T04:07:53.693Z Compiling hkdf v0.12.4
15852026-04-25T04:07:53.794Z Compiling crypto-bigint v0.5.5
15862026-04-25T04:07:53.794Z Compiling oxnet v0.1.4
15872026-04-25T04:07:53.794Z Compiling regex v1.12.3
15882026-04-25T04:07:53.910Z Compiling nix v0.31.2
15892026-04-25T04:07:53.939Z Compiling group v0.13.0
15902026-04-25T04:07:53.972Z Compiling strum_macros v0.27.2
15912026-04-25T04:07:54.147Z Compiling async-trait v0.1.89
15922026-04-25T04:07:54.380Z Compiling curve25519-dalek-derive v0.1.1
15932026-04-25T04:07:54.380Z Compiling daft-derive v0.1.5
15942026-04-25T04:07:54.456Z Compiling ref-cast-impl v1.0.25
15952026-04-25T04:07:54.456Z Compiling num-iter v0.1.45
15962026-04-25T04:07:54.524Z Compiling terminal_size v0.4.3
15972026-04-25T04:07:54.565Z Compiling phf_shared v0.13.1
15982026-04-25T04:07:54.698Z Compiling lazy_static v1.5.0
15992026-04-25T04:07:55.914Z Compiling vergen v9.0.6
16002026-04-25T04:07:56.076Z Compiling fs-err v3.3.0
16012026-04-25T04:07:56.076Z Compiling ahash v0.8.12
16022026-04-25T04:07:56.076Z Compiling bumpalo v3.20.2
16032026-04-25T04:07:56.076Z Compiling managed v0.8.0
16042026-04-25T04:07:56.076Z Compiling unicode-segmentation v1.12.0
16052026-04-25T04:07:56.076Z Compiling tokio-util v0.7.18
16062026-04-25T04:07:56.076Z Compiling tower v0.5.3
16072026-04-25T04:07:56.076Z Compiling tokio-native-tls v0.3.1
16082026-04-25T04:07:56.076Z Compiling bitflags v1.3.2
16092026-04-25T04:07:56.076Z Compiling newtype-uuid v1.3.2
16102026-04-25T04:07:56.076Z Compiling foldhash v0.1.5
16112026-04-25T04:07:56.076Z Compiling winnow v0.5.40
16122026-04-25T04:07:56.076Z Compiling libbz2-rs-sys v0.2.2
16132026-04-25T04:07:56.076Z Compiling object v0.37.3
16142026-04-25T04:07:56.076Z Compiling flate2 v1.1.9
16152026-04-25T04:07:56.077Z Compiling daft v0.1.5
16162026-04-25T04:07:56.077Z Compiling hashbrown v0.15.5
16172026-04-25T04:07:56.077Z Compiling tower-http v0.6.8
16182026-04-25T04:07:56.077Z Compiling clap_builder v4.5.60
16192026-04-25T04:07:56.077Z Compiling bzip2 v0.6.1
16202026-04-25T04:07:56.077Z Compiling dof v0.3.0
16212026-04-25T04:07:56.077Z Compiling h2 v0.4.13
16222026-04-25T04:07:56.077Z Compiling zopfli v0.8.3
16232026-04-25T04:07:56.077Z Compiling phf v0.13.1
16242026-04-25T04:07:56.142Z Compiling signal-hook-mio v0.2.5
16252026-04-25T04:07:56.143Z Compiling strum v0.27.2
16262026-04-25T04:07:56.143Z Compiling usdt-macro v0.6.0
16272026-04-25T04:07:56.196Z Compiling usdt-attr-macro v0.6.0
16282026-04-25T04:07:56.227Z Compiling elliptic-curve v0.13.8
16292026-04-25T04:07:56.304Z Compiling cargo_metadata v0.19.2
16302026-04-25T04:07:56.438Z Compiling toml_edit v0.19.15
16312026-04-25T04:07:56.498Z Compiling cookie_store v0.22.1
16322026-04-25T04:07:56.692Z Compiling bzip2 v0.4.4
16332026-04-25T04:07:56.736Z Compiling hubpack v0.1.2
16342026-04-25T04:07:56.737Z Compiling serde_with_macros v3.17.0
16352026-04-25T04:07:56.839Z Compiling postgres-types v0.2.12
16362026-04-25T04:07:56.898Z Compiling zstd v0.13.3
16372026-04-25T04:07:56.953Z Compiling dtrace-parser v0.2.0
16382026-04-25T04:07:57.026Z Compiling ed25519 v2.2.3
16392026-04-25T04:07:57.059Z Compiling pkcs1 v0.7.5
16402026-04-25T04:07:57.206Z Compiling hex v0.4.3
16412026-04-25T04:07:57.232Z Compiling serde-big-array v0.5.1
16422026-04-25T04:07:57.380Z Compiling rfc6979 v0.4.0
16432026-04-25T04:07:57.439Z Compiling bstr v1.12.1
16442026-04-25T04:07:57.509Z Compiling enum-as-inner v0.6.1
16452026-04-25T04:07:57.541Z Compiling serde_repr v0.1.20
16462026-04-25T04:07:57.563Z Compiling strum_macros v0.26.4
16472026-04-25T04:07:57.778Z Compiling clap_derive v4.5.55
16482026-04-25T04:07:57.818Z Compiling phf_shared v0.11.3
16492026-04-25T04:07:57.920Z Compiling float-cmp v0.10.0
16502026-04-25T04:07:57.992Z Compiling memmap2 v0.9.10
16512026-04-25T04:07:58.017Z Compiling thread-id v4.2.2
16522026-04-25T04:07:58.039Z Compiling env_filter v1.0.0
16532026-04-25T04:07:58.068Z Compiling encoding_rs v0.8.35
16542026-04-25T04:07:58.096Z Compiling fixedbitset v0.5.7
16552026-04-25T04:07:58.105Z Compiling predicates-core v1.0.10
16562026-04-25T04:07:58.124Z Compiling static_assertions v1.1.0
16572026-04-25T04:07:58.165Z Compiling jiff v0.2.21
16582026-04-25T04:07:58.213Z Compiling difflib v0.4.0
16592026-04-25T04:07:58.256Z Compiling normalize-line-endings v0.3.0
16602026-04-25T04:07:58.372Z Compiling whoami v2.1.0
16612026-04-25T04:07:58.426Z Compiling rustc-hash v2.1.1
16622026-04-25T04:07:58.426Z Compiling precomputed-hash v0.1.1
16632026-04-25T04:07:58.455Z Compiling keccak v0.1.6
16642026-04-25T04:07:58.521Z Compiling data-encoding v2.10.0
16652026-04-25T04:07:58.541Z Compiling mime v0.3.17
16662026-04-25T04:07:58.672Z Compiling new_debug_unreachable v1.0.6
16672026-04-25T04:07:58.725Z Compiling either v1.15.0
16682026-04-25T04:07:58.772Z Compiling fixedbitset v0.4.2
16692026-04-25T04:07:58.864Z Compiling hyper v1.8.1
16702026-04-25T04:07:58.888Z Compiling hickory-proto v0.25.2
16712026-04-25T04:07:59.012Z Compiling itertools v0.13.0
16722026-04-25T04:07:59.026Z Compiling petgraph v0.6.5
16732026-04-25T04:07:59.027Z Compiling string_cache v0.8.9
16742026-04-25T04:07:59.301Z Compiling sha3 v0.10.8
16752026-04-25T04:07:59.358Z Compiling tokio-postgres v0.7.16
16762026-04-25T04:07:59.358Z Compiling iddqd v0.3.18
16772026-04-25T04:07:59.381Z Compiling predicates v3.1.4
16782026-04-25T04:07:59.441Z Compiling strum v0.26.3
16792026-04-25T04:07:59.606Z Compiling toml_edit v0.22.27
16802026-04-25T04:07:59.644Z Compiling clap v4.5.60
16812026-04-25T04:07:59.718Z Compiling petgraph v0.8.3
16822026-04-25T04:07:59.772Z Compiling env_logger v0.11.9
16832026-04-25T04:07:59.790Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16842026-04-25T04:07:59.925Z Compiling usdt v0.6.0
16852026-04-25T04:08:00.026Z Compiling hyper-util v0.1.20
16862026-04-25T04:08:00.177Z Compiling usdt-impl v0.5.0
16872026-04-25T04:08:00.231Z Compiling serde_with v3.17.0
16882026-04-25T04:08:00.311Z Compiling similar v2.7.0
16892026-04-25T04:08:00.572Z Compiling toml v0.7.8
16902026-04-25T04:08:00.611Z Compiling crossterm v0.28.1
16912026-04-25T04:08:00.611Z Compiling ecdsa v0.16.9
16922026-04-25T04:08:00.814Z Compiling rsa v0.9.10
16932026-04-25T04:08:00.994Z Compiling zip v4.6.1
16942026-04-25T04:08:01.222Z Compiling ed25519-dalek v2.2.0
16952026-04-25T04:08:01.601Z Compiling hyper-tls v0.6.0
16962026-04-25T04:08:01.624Z Compiling zip v0.6.6
16972026-04-25T04:08:01.889Z Compiling tokio-stream v0.1.18
16982026-04-25T04:08:01.971Z Compiling heck v0.4.1
16992026-04-25T04:08:02.066Z Compiling toml_parser v1.0.9+spec-1.1.0
17002026-04-25T04:08:02.100Z Compiling buf-list v1.1.2
17012026-04-25T04:08:02.134Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17022026-04-25T04:08:02.223Z Compiling openapiv3 v2.2.0
17032026-04-25T04:08:02.270Z Compiling x509-cert v0.2.5
17042026-04-25T04:08:02.315Z Compiling sha1 v0.10.6
17052026-04-25T04:08:02.402Z Compiling crossbeam-epoch v0.9.18
17062026-04-25T04:08:02.456Z Compiling toml_datetime v0.7.5+spec-1.1.0
17072026-04-25T04:08:02.475Z Compiling lalrpop-util v0.19.12
17082026-04-25T04:08:02.475Z Compiling peg-runtime v0.8.5
17092026-04-25T04:08:02.586Z Compiling thread_local v1.1.9
17102026-04-25T04:08:02.628Z Compiling slog-async v2.8.0
17112026-04-25T04:08:02.667Z Compiling futures-executor v0.3.32
17122026-04-25T04:08:02.725Z Compiling crossbeam-channel v0.5.15
17132026-04-25T04:08:02.762Z Compiling is-terminal v0.4.17
17142026-04-25T04:08:02.795Z Compiling filetime v0.2.27
17152026-04-25T04:08:02.795Z Compiling take_mut v0.2.2
17162026-04-25T04:08:02.859Z Compiling xattr v1.6.1
17172026-04-25T04:08:02.859Z Compiling term v1.2.1
17182026-04-25T04:08:02.903Z Compiling futures v0.3.32
17192026-04-25T04:08:02.936Z Compiling tar v0.4.45
17202026-04-25T04:08:03.187Z Compiling slog-term v2.9.2
17212026-04-25T04:08:19.169Z Compiling rustls-webpki v0.103.9
17222026-04-25T04:08:22.051Z Compiling tokio-rustls v0.26.4
17232026-04-25T04:08:22.051Z Compiling rustls-platform-verifier v0.6.2
17242026-04-25T04:08:22.196Z Compiling hyper-rustls v0.27.7
17252026-04-25T04:08:22.409Z Compiling reqwest v0.13.2
17262026-04-25T04:08:22.409Z Compiling reqwest v0.12.28
17272026-04-25T04:08:25.537Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17282026-04-25T04:08:25.632Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17292026-04-25T04:08:27.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.46s
17302026-04-25T04:08:27.658Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17312026-04-25T04:08:27.716ZApr 25 04:08:26.938 INFO Starting download, target: Cockroach
17322026-04-25T04:08:27.716ZApr 25 04:08:26.939 INFO Starting download, target: Console
17332026-04-25T04:08:27.716ZApr 25 04:08:26.939 INFO Starting download, target: Clickhouse
17342026-04-25T04:08:27.716ZApr 25 04:08:26.939 INFO Starting download, target: DendriteStub
17352026-04-25T04:08:27.716ZApr 25 04:08:26.939 INFO Starting download, target: MaghemiteMgd
17362026-04-25T04:08:27.721ZApr 25 04:08:26.939 INFO Starting download, target: TransceiverControl
17372026-04-25T04:08:27.722ZApr 25 04:08:26.939 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-04-25T04:08:27.722ZApr 25 04:08:26.939 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17392026-04-25T04:08:27.722ZApr 25 04:08:26.939 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-04-25T04:08:27.722ZApr 25 04:08:26.939 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17412026-04-25T04:08:27.722ZApr 25 04:08:26.939 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17422026-04-25T04:08:27.722ZApr 25 04:08:26.939 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17432026-04-25T04:08:28.602ZApr 25 04:08:27.751 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17442026-04-25T04:08:28.657ZApr 25 04:08:27.871 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-04-25T04:08:28.752ZApr 25 04:08:27.965 INFO Download complete, target: TransceiverControl
17462026-04-25T04:08:28.974ZApr 25 04:08:28.114 INFO Download complete, target: Console
17472026-04-25T04:08:29.654ZApr 25 04:08:28.855 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-04-25T04:08:30.950ZApr 25 04:08:30.153 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17492026-04-25T04:08:31.305ZApr 25 04:08:30.509 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17502026-04-25T04:08:33.322ZApr 25 04:08:32.522 INFO Download complete, target: DendriteStub
17512026-04-25T04:08:33.708ZApr 25 04:08:32.920 INFO Download complete, target: MaghemiteMgd
17522026-04-25T04:08:34.932ZApr 25 04:08:34.158 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17532026-04-25T04:08:34.933ZApr 25 04:08:34.158 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17542026-04-25T04:08:36.571ZApr 25 04:08:35.797 INFO Checking that binary works, target: Clickhouse
17552026-04-25T04:08:36.662ZApr 25 04:08:35.888 INFO Download complete, target: Clickhouse
17562026-04-25T04:08:39.592ZApr 25 04:08:38.779 INFO Checking that binary works, target: Cockroach
17572026-04-25T04:08:39.696ZApr 25 04:08:38.888 INFO Download complete, target: Cockroach
17582026-04-25T04:08:39.764ZAll prerequisites installed successfully
17592026-04-25T04:08:39.764Z
17602026-04-25T04:08:39.764Zreal 3:56.583311302
17612026-04-25T04:08:39.764Zuser 7:25.622098712
17622026-04-25T04:08:39.764Zsys 1:47.167080400
17632026-04-25T04:08:39.764Ztrap 0.260537559
17642026-04-25T04:08:39.764Ztflt 1.141294895
17652026-04-25T04:08:39.764Zdflt 1.653698596
17662026-04-25T04:08:39.764Zkflt 0.027045417
17672026-04-25T04:08:39.764Zlock 23:49.089539901
17682026-04-25T04:08:39.764Zslp 21:51.843992671
17692026-04-25T04:08:39.764Zlat 25.776645298
17702026-04-25T04:08:39.764Zstop 3:06.057240205
17712026-04-25T04:08:39.764Z+ ptime -m cargo xtask download softnpu
17722026-04-25T04:08:40.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17732026-04-25T04:08:40.250Z Running `target/debug/xtask download softnpu`
17742026-04-25T04:08:41.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
17752026-04-25T04:08:41.136Z Running `target/debug/xtask-downloader softnpu`
17762026-04-25T04:08:41.228ZApr 25 04:08:40.357 INFO Starting download, target: Softnpu
17772026-04-25T04:08:41.228ZApr 25 04:08:40.358 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17782026-04-25T04:08:48.473ZApr 25 04:08:47.658 INFO Download complete, target: Softnpu
17792026-04-25T04:08:48.505Z
17802026-04-25T04:08:48.505Zreal 8.761328029
17812026-04-25T04:08:48.505Zuser 1.407313281
17822026-04-25T04:08:48.505Zsys 0.722995603
17832026-04-25T04:08:48.505Ztrap 0.000737690
17842026-04-25T04:08:48.505Ztflt 0.000061840
17852026-04-25T04:08:48.505Zdflt 0.000202640
17862026-04-25T04:08:48.506Zkflt 0.000000000
17872026-04-25T04:08:48.506Zlock 2:19.043394699
17882026-04-25T04:08:48.506Zslp 7.083265965
17892026-04-25T04:08:48.506Zlat 0.161050478
17902026-04-25T04:08:48.506Zstop 0.000211470
17912026-04-25T04:08:48.506Z+ export CARGO_INCREMENTAL=0
17922026-04-25T04:08:48.506Z+ CARGO_INCREMENTAL=0
17932026-04-25T04:08:48.506Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17942026-04-25T04:08:49.387Z Compiling proc-macro2 v1.0.106
17952026-04-25T04:08:49.387Z Compiling quote v1.0.44
17962026-04-25T04:08:49.387Z Compiling unicode-ident v1.0.24
17972026-04-25T04:08:49.387Z Compiling libc v0.2.185
17982026-04-25T04:08:49.387Z Compiling serde_core v1.0.228
17992026-04-25T04:08:49.554Z Compiling serde v1.0.228
18002026-04-25T04:08:49.554Z Compiling cfg-if v1.0.4
18012026-04-25T04:08:49.554Z Compiling version_check v0.9.5
18022026-04-25T04:08:49.554Z Compiling find-msvc-tools v0.1.9
18032026-04-25T04:08:49.554Z Compiling shlex v1.3.0
18042026-04-25T04:08:49.554Z Compiling typenum v1.19.0
18052026-04-25T04:08:49.554Z Compiling autocfg v1.5.0
18062026-04-25T04:08:49.554Z Compiling zmij v1.0.21
18072026-04-25T04:08:49.554Z Compiling serde_json v1.0.149
18082026-04-25T04:08:49.613Z Compiling memchr v2.8.0
18092026-04-25T04:08:49.687Z Compiling portable-atomic v1.13.1
18102026-04-25T04:08:49.932Z Compiling zerocopy v0.8.40
18112026-04-25T04:08:49.962Z Compiling libm v0.2.16
18122026-04-25T04:08:49.962Z Compiling generic-array v0.14.7
18132026-04-25T04:08:49.962Z Compiling smallvec v1.15.1
18142026-04-25T04:08:49.962Z Compiling icu_normalizer_data v2.1.1
18152026-04-25T04:08:50.060Z Compiling num-traits v0.2.19
18162026-04-25T04:08:50.086Z Compiling icu_properties_data v2.1.2
18172026-04-25T04:08:50.101Z Compiling parking_lot_core v0.9.12
18182026-04-25T04:08:50.143Z Compiling itoa v1.0.17
18192026-04-25T04:08:50.274Z Compiling getrandom v0.4.1
18202026-04-25T04:08:50.411Z Compiling log v0.4.29
18212026-04-25T04:08:50.411Z Compiling stable_deref_trait v1.2.1
18222026-04-25T04:08:50.411Z Compiling pkg-config v0.3.32
18232026-04-25T04:08:50.447Z Compiling subtle v2.6.1
18242026-04-25T04:08:50.488Z Compiling scopeguard v1.2.0
18252026-04-25T04:08:50.513Z Compiling jobserver v0.1.34
18262026-04-25T04:08:50.534Z Compiling getrandom v0.2.17
18272026-04-25T04:08:50.578Z Compiling errno v0.3.14
18282026-04-25T04:08:50.621Z Compiling lock_api v0.4.14
18292026-04-25T04:08:50.752Z Compiling rand_core v0.6.4
18302026-04-25T04:08:50.770Z Compiling cc v1.2.56
18312026-04-25T04:08:50.790Z Compiling litemap v0.8.1
18322026-04-25T04:08:50.804Z Compiling writeable v0.6.2
18332026-04-25T04:08:50.829Z Compiling percent-encoding v2.3.2
18342026-04-25T04:08:50.845Z Compiling syn v2.0.117
18352026-04-25T04:08:50.921Z Compiling fnv v1.0.7
18362026-04-25T04:08:50.948Z Compiling thiserror v2.0.18
18372026-04-25T04:08:51.017Z Compiling getrandom v0.3.4
18382026-04-25T04:08:51.046Z Compiling pin-project-lite v0.2.17
18392026-04-25T04:08:51.092Z Compiling critical-section v1.2.0
18402026-04-25T04:08:51.168Z Compiling allocator-api2 v0.2.21
18412026-04-25T04:08:51.171Z Compiling rustversion v1.0.22
18422026-04-25T04:08:51.221Z Compiling schemars v0.8.22
18432026-04-25T04:08:51.224Z Compiling equivalent v1.0.2
18442026-04-25T04:08:51.303Z Compiling dunce v1.0.5
18452026-04-25T04:08:51.320Z Compiling fs_extra v1.3.0
18462026-04-25T04:08:51.415Z Compiling utf8_iter v1.0.4
18472026-04-25T04:08:51.418Z Compiling rand_core v0.10.0
18482026-04-25T04:08:51.473Z Compiling foldhash v0.2.0
18492026-04-25T04:08:51.495Z Compiling form_urlencoded v1.2.2
18502026-04-25T04:08:51.535Z Compiling cmake v0.1.57
18512026-04-25T04:08:51.604Z Compiling once_cell v1.21.3
18522026-04-25T04:08:51.635Z Compiling hashbrown v0.16.1
18532026-04-25T04:08:51.666Z Compiling semver v1.0.27
18542026-04-25T04:08:51.758Z Compiling bitflags v2.11.0
18552026-04-25T04:08:51.922Z Compiling const-oid v0.9.6
18562026-04-25T04:08:51.954Z Compiling signal-hook-registry v1.4.8
18572026-04-25T04:08:52.050Z Compiling rustix v1.1.3
18582026-04-25T04:08:52.069Z Compiling socket2 v0.6.3
18592026-04-25T04:08:52.103Z Compiling ring v0.17.14
18602026-04-25T04:08:52.119Z Compiling aws-lc-sys v0.37.1
18612026-04-25T04:08:52.162Z Compiling mio v1.2.0
18622026-04-25T04:08:52.190Z Compiling indexmap v2.13.0
18632026-04-25T04:08:52.217Z Compiling parking_lot v0.12.5
18642026-04-25T04:08:52.270Z Compiling aws-lc-rs v1.16.0
18652026-04-25T04:08:52.325Z Compiling strsim v0.11.1
18662026-04-25T04:08:52.408Z Compiling futures-core v0.3.32
18672026-04-25T04:08:52.428Z Compiling thiserror v1.0.69
18682026-04-25T04:08:52.518Z Compiling httparse v1.10.1
18692026-04-25T04:08:52.584Z Compiling byteorder v1.5.0
18702026-04-25T04:08:52.657Z Compiling ucd-trie v0.1.7
18712026-04-25T04:08:52.853Z Compiling pest v2.8.6
18722026-04-25T04:08:52.869Z Compiling syn v1.0.109
18732026-04-25T04:08:52.869Z Compiling vcpkg v0.2.15
18742026-04-25T04:08:52.928Z Compiling iana-time-zone v0.1.65
18752026-04-25T04:08:52.945Z Compiling ident_case v1.0.1
18762026-04-25T04:08:52.948Z Compiling heck v0.5.0
18772026-04-25T04:08:52.993Z Compiling uuid v1.23.0
18782026-04-25T04:08:53.040Z Compiling cpufeatures v0.2.17
18792026-04-25T04:08:53.302Z Compiling regex-syntax v0.8.10
18802026-04-25T04:08:53.337Z Compiling rustc_version v0.4.1
18812026-04-25T04:08:53.434Z Compiling rustls v0.23.37
18822026-04-25T04:08:53.478Z Compiling openssl-sys v0.9.111
18832026-04-25T04:08:53.576Z Compiling futures-sink v0.3.32
18842026-04-25T04:08:53.624Z Compiling futures-channel v0.3.32
18852026-04-25T04:08:53.640Z Compiling slab v0.4.12
18862026-04-25T04:08:53.658Z Compiling futures-io v0.3.32
18872026-04-25T04:08:53.662Z Compiling futures-task v0.3.32
18882026-04-25T04:08:53.707Z Compiling synstructure v0.13.2
18892026-04-25T04:08:53.752Z Compiling serde_derive_internals v0.29.1
18902026-04-25T04:08:53.898Z Compiling plain v0.2.3
18912026-04-25T04:08:53.931Z Compiling dyn-clone v1.0.20
18922026-04-25T04:08:53.967Z Compiling pest_meta v2.8.6
18932026-04-25T04:08:53.971Z Compiling aho-corasick v1.1.4
18942026-04-25T04:08:53.999Z Compiling time-core v0.1.8
18952026-04-25T04:08:54.047Z Compiling crossbeam-utils v0.8.21
18962026-04-25T04:08:54.143Z Compiling num-conv v0.2.0
18972026-04-25T04:08:54.256Z Compiling base64 v0.22.1
18982026-04-25T04:08:54.292Z Compiling time-macros v0.2.27
18992026-04-25T04:08:54.334Z Compiling openssl v0.10.75
19002026-04-25T04:08:54.368Z Compiling pretty-hex v0.4.1
19012026-04-25T04:08:54.588Z Compiling pest_generator v2.8.6
19022026-04-25T04:08:54.607Z Compiling anyhow v1.0.102
19032026-04-25T04:08:54.640Z Compiling crc32fast v1.5.0
19042026-04-25T04:08:54.731Z Compiling base64ct v1.8.3
19052026-04-25T04:08:54.748Z Compiling darling_core v0.21.3
19062026-04-25T04:08:54.752Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19072026-04-25T04:08:54.785Z Compiling flagset v0.4.7
19082026-04-25T04:08:54.786Z Compiling native-tls v0.2.18
19092026-04-25T04:08:54.931Z Compiling regex-automata v0.4.14
19102026-04-25T04:08:54.948Z Compiling rand_core v0.9.5
19112026-04-25T04:08:54.981Z Compiling serde_derive v1.0.228
19122026-04-25T04:08:55.024Z Compiling zeroize_derive v1.4.3
19132026-04-25T04:08:55.046Z Compiling zerofrom-derive v0.1.6
19142026-04-25T04:08:55.063Z Compiling yoke-derive v0.8.1
19152026-04-25T04:08:55.181Z Compiling zerovec-derive v0.11.2
19162026-04-25T04:08:55.197Z Compiling displaydoc v0.2.5
19172026-04-25T04:08:55.266Z Compiling zerocopy-derive v0.8.40
19182026-04-25T04:08:55.282Z Compiling tokio-macros v2.7.0
19192026-04-25T04:08:55.287Z Compiling futures-macro v0.3.32
19202026-04-25T04:08:55.424Z Compiling thiserror-impl v2.0.18
19212026-04-25T04:08:55.465Z Compiling schemars_derive v0.8.22
19222026-04-25T04:08:55.650Z Compiling zeroize v1.8.2
19232026-04-25T04:08:55.993Z Compiling der_derive v0.7.3
19242026-04-25T04:08:56.050Z Compiling tracing-attributes v0.1.31
19252026-04-25T04:08:56.139Z Compiling thiserror-impl v1.0.69
19262026-04-25T04:08:56.215Z Compiling zerofrom v0.1.6
19272026-04-25T04:08:56.371Z Compiling yoke v0.8.1
19282026-04-25T04:08:56.497Z Compiling crypto-common v0.1.7
19292026-04-25T04:08:56.597Z Compiling zerovec v0.11.5
19302026-04-25T04:08:56.614Z Compiling zerotrie v0.2.3
19312026-04-25T04:08:56.735Z Compiling block-buffer v0.10.4
19322026-04-25T04:08:56.865Z Compiling digest v0.10.7
19332026-04-25T04:08:56.924Z Compiling pest_derive v2.8.6
19342026-04-25T04:08:56.941Z Compiling futures-util v0.3.32
19352026-04-25T04:08:57.105Z Compiling hmac v0.12.1
19362026-04-25T04:08:57.130Z Compiling block-padding v0.3.3
19372026-04-25T04:08:57.147Z Compiling tinystr v0.8.2
19382026-04-25T04:08:57.217Z Compiling potential_utf v0.1.4
19392026-04-25T04:08:57.291Z Compiling sha2 v0.10.9
19402026-04-25T04:08:57.309Z Compiling inout v0.1.4
19412026-04-25T04:08:57.420Z Compiling icu_locale_core v2.1.1
19422026-04-25T04:08:57.445Z Compiling icu_collections v2.1.1
19432026-04-25T04:08:57.487Z Compiling cipher v0.4.4
19442026-04-25T04:08:57.494Z Compiling rustls-pki-types v1.14.0
19452026-04-25T04:08:57.516Z Compiling scroll_derive v0.13.1
19462026-04-25T04:08:57.666Z Compiling scroll_derive v0.12.1
19472026-04-25T04:08:58.125Z Compiling icu_provider v2.1.1
19482026-04-25T04:08:58.208Z Compiling bytes v1.11.1
19492026-04-25T04:08:58.339Z Compiling chrono v0.4.44
19502026-04-25T04:08:58.342Z Compiling serde_tokenstream v0.2.3
19512026-04-25T04:08:58.385Z Compiling icu_properties v2.1.2
19522026-04-25T04:08:58.454Z Compiling icu_normalizer v2.1.1
19532026-04-25T04:08:58.528Z Compiling openssl-macros v0.1.1
19542026-04-25T04:08:58.554Z Compiling pem-rfc7468 v0.7.0
19552026-04-25T04:08:58.851Z Compiling tokio v1.52.1
19562026-04-25T04:08:58.959Z Compiling http v1.4.0
19572026-04-25T04:08:58.975Z Compiling der v0.7.10
19582026-04-25T04:08:59.497Z Compiling idna_adapter v1.2.1
19592026-04-25T04:08:59.567Z Compiling regex v1.12.3
19602026-04-25T04:08:59.662Z Compiling idna v1.1.0
19612026-04-25T04:08:59.767Z Compiling ppv-lite86 v0.2.21
19622026-04-25T04:08:59.995Z Compiling url v2.5.8
19632026-04-25T04:09:00.017Z Compiling darling_macro v0.21.3
19642026-04-25T04:09:00.096Z Compiling zerocopy-derive v0.7.35
19652026-04-25T04:09:00.196Z Compiling slog v2.8.2
19662026-04-25T04:09:00.220Z Compiling tracing-core v0.1.36
19672026-04-25T04:09:00.289Z Compiling untrusted v0.9.0
19682026-04-25T04:09:00.450Z Compiling spki v0.7.3
19692026-04-25T04:09:00.515Z Compiling darling v0.21.3
19702026-04-25T04:09:00.616Z Compiling tracing v0.1.44
19712026-04-25T04:09:00.670Z Compiling salsa20 v0.10.2
19722026-04-25T04:09:00.751Z Compiling pbkdf2 v0.12.2
19732026-04-25T04:09:01.048Z Compiling cookie v0.18.1
19742026-04-25T04:09:01.190Z Compiling camino v1.2.2
19752026-04-25T04:09:01.299Z Compiling scrypt v0.11.0
19762026-04-25T04:09:01.413Z Compiling rand_chacha v0.9.0
19772026-04-25T04:09:01.514Z Compiling aes v0.8.4
19782026-04-25T04:09:01.535Z Compiling cbc v0.1.2
19792026-04-25T04:09:01.994Z Compiling usdt-impl v0.5.0
19802026-04-25T04:09:02.013Z Compiling usdt-impl v0.6.0
19812026-04-25T04:09:02.037Z Compiling either v1.15.0
19822026-04-25T04:09:02.054Z Compiling ref-cast v1.0.25
19832026-04-25T04:09:02.176Z Compiling winnow v0.7.14
19842026-04-25T04:09:02.269Z Compiling paste v1.0.15
19852026-04-25T04:09:02.413Z Compiling pkcs5 v0.7.1
19862026-04-25T04:09:02.432Z Compiling rand v0.9.2
19872026-04-25T04:09:02.519Z Compiling http-body v1.0.1
19882026-04-25T04:09:02.701Z Compiling scroll v0.12.0
19892026-04-25T04:09:02.847Z Compiling tokio-util v0.7.18
19902026-04-25T04:09:02.875Z Compiling scroll v0.13.0
19912026-04-25T04:09:02.892Z Compiling toml_datetime v0.6.11
19922026-04-25T04:09:02.921Z Compiling serde_spanned v0.6.9
19932026-04-25T04:09:03.038Z Compiling heapless v0.7.17
19942026-04-25T04:09:03.091Z Compiling bzip2-sys v0.1.13+1.0.8
19952026-04-25T04:09:03.116Z Compiling signal-hook v0.3.18
19962026-04-25T04:09:03.175Z Compiling untrusted v0.7.1
19972026-04-25T04:09:03.330Z Compiling atomic-waker v1.1.2
19982026-04-25T04:09:03.368Z Compiling zstd-safe v7.2.4
19992026-04-25T04:09:03.412Z Compiling openssl-probe v0.2.1
20002026-04-25T04:09:03.597Z Compiling toml_parser v1.0.9+spec-1.1.0
20012026-04-25T04:09:03.601Z Compiling goblin v0.10.5
20022026-04-25T04:09:03.655Z Compiling goblin v0.8.2
20032026-04-25T04:09:03.746Z Compiling pkcs8 v0.10.2
20042026-04-25T04:09:04.029Z Compiling zerocopy v0.7.35
20052026-04-25T04:09:04.059Z Compiling ref-cast-impl v1.0.25
20062026-04-25T04:09:04.205Z Compiling darling_core v0.20.11
20072026-04-25T04:09:04.240Z Compiling curve25519-dalek v4.1.3
20082026-04-25T04:09:04.315Z Compiling toml_datetime v0.7.5+spec-1.1.0
20092026-04-25T04:09:04.354Z Compiling memoffset v0.9.1
20102026-04-25T04:09:04.515Z Compiling tower-service v0.3.3
20112026-04-25T04:09:04.580Z Compiling tower-layer v0.3.3
20122026-04-25T04:09:04.636Z Compiling try-lock v0.2.5
20132026-04-25T04:09:04.639Z Compiling fastrand v2.3.0
20142026-04-25T04:09:04.764Z Compiling rustix v0.38.44
20152026-04-25T04:09:04.802Z Compiling litrs v1.0.0
20162026-04-25T04:09:05.038Z Compiling winnow v0.5.40
20172026-04-25T04:09:05.297Z Compiling tinyvec_macros v0.1.1
20182026-04-25T04:09:05.356Z Compiling document-features v0.2.12
20192026-04-25T04:09:05.383Z Compiling h2 v0.4.13
20202026-04-25T04:09:05.388Z Compiling tinyvec v1.10.0
20212026-04-25T04:09:05.421Z Compiling want v0.3.1
20222026-04-25T04:09:05.898Z Compiling dof v0.3.0
20232026-04-25T04:09:06.065Z Compiling dtrace-parser v0.2.0
20242026-04-25T04:09:06.181Z Compiling darling_macro v0.20.11
20252026-04-25T04:09:06.483Z Compiling dof v0.4.0
20262026-04-25T04:09:06.484Z Compiling toml_edit v0.19.15
20272026-04-25T04:09:06.593Z Compiling dtrace-parser v0.3.0
20282026-04-25T04:09:06.711Z Compiling ipnet v2.11.0
20292026-04-25T04:09:06.834Z Compiling daft-derive v0.1.5
20302026-04-25T04:09:06.856Z Compiling async-trait v0.1.89
20312026-04-25T04:09:06.895Z Compiling spin v0.9.8
20322026-04-25T04:09:07.126Z Compiling thread-id v5.1.0
20332026-04-25T04:09:07.182Z Compiling thread-id v4.2.2
20342026-04-25T04:09:07.213Z Compiling httpdate v1.0.3
20352026-04-25T04:09:07.308Z Compiling cfg_aliases v0.2.1
20362026-04-25T04:09:07.393Z Compiling num-bigint-dig v0.8.6
20372026-04-25T04:09:07.411Z Compiling smoltcp v0.9.1
20382026-04-25T04:09:07.471Z Compiling foreign-types-shared v0.1.1
20392026-04-25T04:09:07.565Z Compiling powerfmt v0.2.0
20402026-04-25T04:09:07.602Z Compiling pin-utils v0.1.0
20412026-04-25T04:09:07.635Z Compiling foreign-types v0.3.2
20422026-04-25T04:09:07.701Z Compiling tempfile v3.25.0
20432026-04-25T04:09:07.715Z Compiling nix v0.31.2
20442026-04-25T04:09:07.763Z Compiling deranged v0.5.8
20452026-04-25T04:09:07.866Z Compiling darling v0.20.11
20462026-04-25T04:09:08.107Z Compiling ipnetwork v0.21.1
20472026-04-25T04:09:08.320Z Compiling strum_macros v0.26.4
20482026-04-25T04:09:08.463Z Compiling curve25519-dalek-derive v0.1.1
20492026-04-25T04:09:08.581Z Compiling hyper v1.8.1
20502026-04-25T04:09:08.743Z Compiling wait-timeout v0.2.1
20512026-04-25T04:09:08.895Z Compiling bit-vec v0.8.0
20522026-04-25T04:09:09.003Z Compiling anstyle v1.0.13
20532026-04-25T04:09:09.125Z Compiling utf8parse v0.2.2
20542026-04-25T04:09:09.169Z Compiling siphasher v1.0.2
20552026-04-25T04:09:09.244Z Compiling num_threads v0.1.7
20562026-04-25T04:09:09.267Z Compiling simd-adler32 v0.3.8
20572026-04-25T04:09:09.282Z Compiling quick-error v1.2.3
20582026-04-25T04:09:09.328Z Compiling time v0.3.47
20592026-04-25T04:09:09.356Z Compiling anstyle-parse v0.2.7
20602026-04-25T04:09:09.565Z Compiling rusty-fork v0.3.1
20612026-04-25T04:09:09.775Z Compiling hyper-util v0.1.20
20622026-04-25T04:09:09.863Z Compiling bit-set v0.8.0
20632026-04-25T04:09:10.080Z Compiling derive_builder_core v0.20.2
20642026-04-25T04:09:10.095Z Compiling unicode-normalization v0.1.25
20652026-04-25T04:09:10.596Z Compiling rustls-native-certs v0.8.3
20662026-04-25T04:09:10.910Z Compiling signature v2.2.0
20672026-04-25T04:09:11.085Z Compiling hubpack_derive v0.1.1
20682026-04-25T04:09:11.163Z Compiling rand_xorshift v0.4.0
20692026-04-25T04:09:11.274Z Compiling strum_macros v0.27.2
20702026-04-25T04:09:11.333Z Compiling sync_wrapper v1.0.2
20712026-04-25T04:09:11.379Z Compiling fs-err v3.3.0
20722026-04-25T04:09:11.447Z Compiling ahash v0.8.12
20732026-04-25T04:09:11.531Z Compiling unicode-segmentation v1.12.0
20742026-04-25T04:09:11.589Z Compiling adler2 v2.0.1
20752026-04-25T04:09:11.605Z Compiling is_terminal_polyfill v1.70.2
20762026-04-25T04:09:11.627Z Compiling unicode-properties v0.1.4
20772026-04-25T04:09:11.644Z Compiling colorchoice v1.0.4
20782026-04-25T04:09:11.694Z Compiling object v0.37.3
20792026-04-25T04:09:11.745Z Compiling unarray v0.1.4
20802026-04-25T04:09:11.783Z Compiling anstyle-query v1.1.5
20812026-04-25T04:09:11.850Z Compiling unicode-bidi v0.3.18
20822026-04-25T04:09:11.866Z Compiling proptest v1.10.0
20832026-04-25T04:09:11.883Z Compiling anstream v0.6.21
20842026-04-25T04:09:11.938Z Compiling miniz_oxide v0.8.9
20852026-04-25T04:09:12.303Z Compiling stringprep v0.1.5
20862026-04-25T04:09:12.388Z Compiling tower v0.5.3
20872026-04-25T04:09:12.537Z Compiling derive_builder_macro v0.20.2
20882026-04-25T04:09:12.697Z Compiling usdt-macro v0.6.0
20892026-04-25T04:09:12.829Z Compiling usdt-attr-macro v0.6.0
20902026-04-25T04:09:13.227Z Compiling http-body-util v0.1.3
20912026-04-25T04:09:13.445Z Compiling webpki-roots v1.0.6
20922026-04-25T04:09:13.574Z Compiling rand_chacha v0.3.1
20932026-04-25T04:09:13.594Z Compiling erased-serde v0.3.31
20942026-04-25T04:09:13.599Z Compiling md-5 v0.10.6
20952026-04-25T04:09:13.655Z Compiling num-integer v0.1.46
20962026-04-25T04:09:13.741Z Compiling hash32 v0.2.1
20972026-04-25T04:09:13.780Z Compiling vergen-lib v0.1.6
20982026-04-25T04:09:13.796Z Compiling ff v0.13.1
20992026-04-25T04:09:13.860Z Compiling iri-string v0.7.10
21002026-04-25T04:09:13.875Z Compiling psl-types v2.0.11
21012026-04-25T04:09:13.891Z Compiling ryu v1.0.23
21022026-04-25T04:09:13.891Z Compiling base16ct v0.2.0
21032026-04-25T04:09:13.954Z Compiling zlib-rs v0.6.2
21042026-04-25T04:09:13.970Z Compiling fallible-iterator v0.2.0
21052026-04-25T04:09:14.036Z Compiling serde_urlencoded v0.7.1
21062026-04-25T04:09:14.057Z Compiling sec1 v0.7.3
21072026-04-25T04:09:14.103Z Compiling publicsuffix v2.3.0
21082026-04-25T04:09:14.135Z Compiling newtype-uuid v1.3.2
21092026-04-25T04:09:14.140Z Compiling group v0.13.0
21102026-04-25T04:09:14.309Z Compiling postgres-protocol v0.6.10
21112026-04-25T04:09:14.325Z Compiling num-iter v0.1.45
21122026-04-25T04:09:14.474Z Compiling rand v0.8.5
21132026-04-25T04:09:14.669Z Compiling oxnet v0.1.4
21142026-04-25T04:09:14.704Z Compiling derive_builder v0.20.2
21152026-04-25T04:09:14.748Z Compiling tokio-native-tls v0.3.1
21162026-04-25T04:09:14.885Z Compiling heck v0.4.1
21172026-04-25T04:09:14.896Z Compiling phf_shared v0.13.1
21182026-04-25T04:09:14.981Z Compiling lazy_static v1.5.0
21192026-04-25T04:09:15.013Z Compiling tower-http v0.6.8
21202026-04-25T04:09:15.101Z Compiling terminal_size v0.4.3
21212026-04-25T04:09:15.116Z Compiling serde_with_macros v3.17.0
21222026-04-25T04:09:15.132Z Compiling cargo-platform v0.1.9
21232026-04-25T04:09:15.197Z Compiling hkdf v0.12.4
21242026-04-25T04:09:15.202Z Compiling crypto-bigint v0.5.5
21252026-04-25T04:09:15.202Z Compiling enum-as-inner v0.6.1
21262026-04-25T04:09:15.254Z Compiling clap_derive v4.5.55
21272026-04-25T04:09:15.259Z Compiling serde_repr v0.1.20
21282026-04-25T04:09:15.337Z Compiling vergen v9.0.6
21292026-04-25T04:09:15.393Z Compiling foldhash v0.1.5
21302026-04-25T04:09:15.396Z Compiling bitflags v1.3.2
21312026-04-25T04:09:15.459Z Compiling libbz2-rs-sys v0.2.2
21322026-04-25T04:09:15.517Z Compiling managed v0.8.0
21332026-04-25T04:09:15.560Z Compiling clap_lex v1.0.0
21342026-04-25T04:09:15.763Z Compiling bumpalo v3.20.2
21352026-04-25T04:09:15.811Z Compiling clap_builder v4.5.60
21362026-04-25T04:09:15.955Z Compiling bzip2 v0.6.1
21372026-04-25T04:09:16.031Z Compiling flate2 v1.1.9
21382026-04-25T04:09:16.062Z Compiling zopfli v0.8.3
21392026-04-25T04:09:16.104Z Compiling hashbrown v0.15.5
21402026-04-25T04:09:16.175Z Compiling elliptic-curve v0.13.8
21412026-04-25T04:09:16.314Z Compiling cargo_metadata v0.19.2
21422026-04-25T04:09:16.637Z Compiling zstd v0.13.3
21432026-04-25T04:09:16.677Z Compiling phf v0.13.1
21442026-04-25T04:09:16.708Z Compiling daft v0.1.5
21452026-04-25T04:09:16.746Z Compiling hyper-tls v0.6.0
21462026-04-25T04:09:16.861Z Compiling cookie_store v0.22.1
21472026-04-25T04:09:16.941Z Compiling signal-hook-mio v0.2.5
21482026-04-25T04:09:16.946Z Compiling postgres-types v0.2.12
21492026-04-25T04:09:17.011Z Compiling bzip2 v0.4.4
21502026-04-25T04:09:17.043Z Compiling strum v0.27.2
21512026-04-25T04:09:17.232Z Compiling hubpack v0.1.2
21522026-04-25T04:09:17.263Z Compiling ed25519 v2.2.3
21532026-04-25T04:09:17.341Z Compiling phf_shared v0.11.3
21542026-04-25T04:09:17.473Z Compiling crossbeam-epoch v0.9.18
21552026-04-25T04:09:17.522Z Compiling pkcs1 v0.7.5
21562026-04-25T04:09:17.607Z Compiling serde-big-array v0.5.1
21572026-04-25T04:09:17.637Z Compiling hex v0.4.3
21582026-04-25T04:09:17.780Z Compiling rfc6979 v0.4.0
21592026-04-25T04:09:17.820Z Compiling bstr v1.12.1
21602026-04-25T04:09:17.942Z Compiling float-cmp v0.10.0
21612026-04-25T04:09:17.945Z Compiling memmap2 v0.9.10
21622026-04-25T04:09:17.945Z Compiling env_filter v1.0.0
21632026-04-25T04:09:18.020Z Compiling encoding_rs v0.8.35
21642026-04-25T04:09:18.038Z Compiling static_assertions v1.1.0
21652026-04-25T04:09:18.070Z Compiling whoami v2.1.0
21662026-04-25T04:09:18.137Z Compiling fixedbitset v0.5.7
21672026-04-25T04:09:18.153Z Compiling difflib v0.4.0
21682026-04-25T04:09:18.187Z Compiling rustc-hash v2.1.1
21692026-04-25T04:09:18.191Z Compiling predicates-core v1.0.10
21702026-04-25T04:09:18.255Z Compiling jiff v0.2.21
21712026-04-25T04:09:18.270Z Compiling mime v0.3.17
21722026-04-25T04:09:18.355Z Compiling keccak v0.1.6
21732026-04-25T04:09:18.381Z Compiling fixedbitset v0.4.2
21742026-04-25T04:09:18.434Z Compiling data-encoding v2.10.0
21752026-04-25T04:09:18.471Z Compiling normalize-line-endings v0.3.0
21762026-04-25T04:09:18.587Z Compiling toml_write v0.1.2
21772026-04-25T04:09:18.603Z Compiling precomputed-hash v0.1.1
21782026-04-25T04:09:18.608Z Compiling new_debug_unreachable v1.0.6
21792026-04-25T04:09:18.741Z Compiling petgraph v0.6.5
21802026-04-25T04:09:18.746Z Compiling string_cache v0.8.9
21812026-04-25T04:09:18.755Z Compiling predicates v3.1.4
21822026-04-25T04:09:18.789Z Compiling toml_edit v0.22.27
21832026-04-25T04:09:18.814Z Compiling hickory-proto v0.25.2
21842026-04-25T04:09:18.972Z Compiling sha3 v0.10.8
21852026-04-25T04:09:19.128Z Compiling petgraph v0.8.3
21862026-04-25T04:09:19.268Z Compiling iddqd v0.3.18
21872026-04-25T04:09:19.347Z Compiling tokio-postgres v0.7.16
21882026-04-25T04:09:19.363Z Compiling similar v2.7.0
21892026-04-25T04:09:19.403Z Compiling env_logger v0.11.9
21902026-04-25T04:09:19.751Z Compiling usdt v0.6.0
21912026-04-25T04:09:20.056Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21922026-04-25T04:09:20.417Z Compiling ecdsa v0.16.9
21932026-04-25T04:09:20.503Z Compiling serde_with v3.17.0
21942026-04-25T04:09:20.834Z Compiling rsa v0.9.10
21952026-04-25T04:09:21.073Z Compiling zip v4.6.1
21962026-04-25T04:09:21.469Z Compiling ed25519-dalek v2.2.0
21972026-04-25T04:09:21.491Z Compiling crossterm v0.28.1
21982026-04-25T04:09:21.772Z Compiling clap v4.5.60
21992026-04-25T04:09:22.257Z Compiling zip v0.6.6
22002026-04-25T04:09:22.470Z Compiling strum v0.26.3
22012026-04-25T04:09:22.547Z Compiling toml v0.7.8
22022026-04-25T04:09:22.573Z Compiling tokio-stream v0.1.18
22032026-04-25T04:09:22.635Z Compiling buf-list v1.1.2
22042026-04-25T04:09:22.722Z Compiling itertools v0.13.0
22052026-04-25T04:09:22.841Z Compiling x509-cert v0.2.5
22062026-04-25T04:09:22.913Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22072026-04-25T04:09:23.133Z Compiling openapiv3 v2.2.0
22082026-04-25T04:09:23.206Z Compiling sha1 v0.10.6
22092026-04-25T04:09:23.470Z Compiling peg-runtime v0.8.5
22102026-04-25T04:09:23.732Z Compiling lalrpop-util v0.19.12
22112026-04-25T04:09:38.085Z Compiling rustls-webpki v0.103.9
22122026-04-25T04:09:40.849Z Compiling macaddr v1.0.1
22132026-04-25T04:09:41.009Z Compiling structmeta-derive v0.3.0
22142026-04-25T04:09:41.049Z Compiling rayon-core v1.13.0
22152026-04-25T04:09:41.053Z Compiling crucible-workspace-hack v0.1.0
22162026-04-25T04:09:41.158Z Compiling itertools v0.14.0
22172026-04-25T04:09:41.310Z Compiling secrecy v0.10.3
22182026-04-25T04:09:41.326Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22192026-04-25T04:09:41.418Z Compiling rustls v0.22.4
22202026-04-25T04:09:41.509Z Compiling heapless v0.8.0
22212026-04-25T04:09:41.743Z Compiling tokio-rustls v0.26.4
22222026-04-25T04:09:41.759Z Compiling rustls-platform-verifier v0.6.2
22232026-04-25T04:09:41.888Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22242026-04-25T04:09:41.994Z Compiling hyper-rustls v0.27.7
22252026-04-25T04:09:42.012Z Compiling crossbeam-deque v0.8.6
22262026-04-25T04:09:42.030Z Compiling structmeta v0.3.0
22272026-04-25T04:09:42.048Z Compiling toml_edit v0.23.10+spec-1.0.0
22282026-04-25T04:09:42.066Z Compiling rustls-webpki v0.102.8
22292026-04-25T04:09:42.149Z Compiling futures-executor v0.3.32
22302026-04-25T04:09:42.231Z Compiling hash32 v0.3.1
22312026-04-25T04:09:42.285Z Compiling reqwest v0.12.28
22322026-04-25T04:09:42.301Z Compiling reqwest v0.13.2
22332026-04-25T04:09:42.363Z Compiling multer v3.1.0
22342026-04-25T04:09:42.366Z Compiling thread_local v1.1.9
22352026-04-25T04:09:42.440Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22362026-04-25T04:09:42.475Z Compiling ingot-macros v0.1.1
22372026-04-25T04:09:42.529Z Compiling slog-async v2.8.0
22382026-04-25T04:09:42.591Z Compiling match_cfg v0.1.0
22392026-04-25T04:09:42.684Z Compiling smoltcp v0.11.0
22402026-04-25T04:09:42.701Z Compiling unicode-width v0.2.0
22412026-04-25T04:09:42.736Z Compiling hostname v0.3.1
22422026-04-25T04:09:42.758Z Compiling proc-macro-crate v3.4.0
22432026-04-25T04:09:43.027Z Compiling futures v0.3.32
22442026-04-25T04:09:43.062Z Compiling derive-ex v0.1.8
22452026-04-25T04:09:43.134Z Compiling slog-json v2.6.1
22462026-04-25T04:09:43.228Z Compiling crossbeam-channel v0.5.15
22472026-04-25T04:09:43.416Z Compiling half v2.7.1
22482026-04-25T04:09:43.438Z Compiling newtype-uuid-macros v0.1.0
22492026-04-25T04:09:43.469Z Compiling cobs v0.3.0
22502026-04-25T04:09:43.792Z Compiling thiserror-impl-no-std v2.0.2
22512026-04-25T04:09:43.810Z Compiling universal-hash v0.5.1
22522026-04-25T04:09:43.945Z Compiling async-stream-impl v0.3.6
22532026-04-25T04:09:43.978Z Compiling serde_spanned v1.0.4
22542026-04-25T04:09:43.993Z Compiling is-terminal v0.4.17
22552026-04-25T04:09:44.171Z Compiling dropshot v0.16.7
22562026-04-25T04:09:44.188Z Compiling proc-macro-error-attr v1.0.4
22572026-04-25T04:09:44.201Z Compiling toml_writer v1.0.6+spec-1.1.0
22582026-04-25T04:09:44.423Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22592026-04-25T04:09:44.502Z Compiling convert_case v0.4.0
22602026-04-25T04:09:44.540Z Compiling term v1.2.1
22612026-04-25T04:09:44.556Z Compiling take_mut v0.2.2
22622026-04-25T04:09:44.633Z Compiling opaque-debug v0.3.1
22632026-04-25T04:09:44.639Z Compiling ciborium-io v0.2.2
22642026-04-25T04:09:44.700Z Compiling test-strategy v0.4.5
22652026-04-25T04:09:44.714Z Compiling async-stream v0.3.6
22662026-04-25T04:09:44.743Z Compiling poly1305 v0.8.0
22672026-04-25T04:09:44.775Z Compiling ciborium-ll v0.2.2
22682026-04-25T04:09:44.835Z Compiling derive_more v0.99.20
22692026-04-25T04:09:44.878Z Compiling thiserror-no-std v2.0.2
22702026-04-25T04:09:44.938Z Compiling slog-term v2.9.2
22712026-04-25T04:09:45.112Z Compiling tokio-rustls v0.25.0
22722026-04-25T04:09:45.117Z Compiling toml v0.9.12+spec-1.1.0
22732026-04-25T04:09:45.156Z Compiling ingot-types v0.1.2
22742026-04-25T04:09:45.387Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22752026-04-25T04:09:45.403Z Compiling postcard v1.1.3
22762026-04-25T04:09:45.621Z Compiling ingot v0.1.1
22772026-04-25T04:09:45.741Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22782026-04-25T04:09:45.817Z Compiling slog-bunyan v2.5.0
22792026-04-25T04:09:45.999Z Compiling num_enum_derive v0.7.5
22802026-04-25T04:09:46.075Z Compiling parse-display-derive v0.10.0
22812026-04-25T04:09:46.099Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22822026-04-25T04:09:46.119Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22832026-04-25T04:09:46.219Z Compiling proc-macro-crate v1.3.1
22842026-04-25T04:09:46.393Z Compiling backon v1.6.0
22852026-04-25T04:09:46.409Z Compiling waitgroup v0.1.2
22862026-04-25T04:09:46.431Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22872026-04-25T04:09:46.589Z Compiling password-hash v0.5.0
22882026-04-25T04:09:46.606Z Compiling chacha20 v0.9.1
22892026-04-25T04:09:46.678Z Compiling dropshot_endpoint v0.16.7
22902026-04-25T04:09:46.886Z Compiling rustls-pemfile v2.2.0
22912026-04-25T04:09:46.972Z Compiling blake2 v0.10.6
22922026-04-25T04:09:47.057Z Compiling aead v0.5.2
22932026-04-25T04:09:47.211Z Compiling foreign-types-macros v0.2.3
22942026-04-25T04:09:47.245Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22952026-04-25T04:09:47.291Z Compiling serde_path_to_error v0.1.20
22962026-04-25T04:09:47.306Z Compiling hostname v0.4.2
22972026-04-25T04:09:47.495Z Compiling proc-macro-error v1.0.4
22982026-04-25T04:09:47.531Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22992026-04-25T04:09:47.584Z Compiling instant v0.1.13
23002026-04-25T04:09:47.588Z Compiling debug-ignore v1.0.5
23012026-04-25T04:09:47.617Z Compiling typeid v1.0.3
23022026-04-25T04:09:47.686Z Compiling foreign-types-shared v0.3.1
23032026-04-25T04:09:47.739Z Compiling cpufeatures v0.3.0
23042026-04-25T04:09:47.759Z Compiling backoff v0.4.0
23052026-04-25T04:09:47.793Z Compiling parse-display v0.10.0
23062026-04-25T04:09:47.798Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23072026-04-25T04:09:47.844Z Compiling chacha20 v0.10.0
23082026-04-25T04:09:47.844Z Compiling foreign-types v0.5.0
23092026-04-25T04:09:47.847Z Compiling argon2 v0.5.3
23102026-04-25T04:09:47.895Z Compiling chacha20poly1305 v0.10.1
23112026-04-25T04:09:47.909Z Compiling num_enum v0.7.5
23122026-04-25T04:09:47.981Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23132026-04-25T04:09:48.000Z Compiling num_enum_derive v0.5.11
23142026-04-25T04:09:48.003Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23152026-04-25T04:09:48.029Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23162026-04-25T04:09:48.086Z Compiling vsss-rs v3.3.4
23172026-04-25T04:09:48.210Z Compiling ciborium v0.2.2
23182026-04-25T04:09:48.481Z Compiling tabwriter v1.4.1
23192026-04-25T04:09:48.746Z Compiling byte-wrapper v0.1.0
23202026-04-25T04:09:48.881Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23212026-04-25T04:09:48.917Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-04-25T04:09:48.972Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23232026-04-25T04:09:49.044Z Compiling regress v0.10.5
23242026-04-25T04:09:49.083Z Compiling cstr-argument v0.1.2
23252026-04-25T04:09:49.276Z Compiling erased-serde v0.4.9
23262026-04-25T04:09:49.365Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23272026-04-25T04:09:49.419Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23282026-04-25T04:09:49.550Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23292026-04-25T04:09:49.568Z Compiling num_enum v0.5.11
23302026-04-25T04:09:49.602Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23312026-04-25T04:09:49.667Z Compiling rand v0.10.0
23322026-04-25T04:09:49.705Z Compiling rayon v1.11.0
23332026-04-25T04:09:49.721Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23342026-04-25T04:09:49.738Z Compiling libefi-sys v0.1.0
23352026-04-25T04:09:49.880Z Compiling colored v3.1.1
23362026-04-25T04:09:49.905Z Compiling indent_write v2.2.0
23372026-04-25T04:09:49.958Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23382026-04-25T04:09:49.987Z Compiling zone_cfg_derive v0.3.1
23392026-04-25T04:09:50.056Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23402026-04-25T04:09:50.087Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23412026-04-25T04:09:50.114Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23422026-04-25T04:09:50.308Z Compiling camino-tempfile v1.4.1
23432026-04-25T04:09:50.365Z Compiling itertools v0.12.1
23442026-04-25T04:09:50.466Z Compiling usdt-macro v0.5.0
23452026-04-25T04:09:50.555Z Compiling usdt-attr-macro v0.5.0
23462026-04-25T04:09:50.639Z Compiling bitfield-struct v0.6.2
23472026-04-25T04:09:50.656Z Compiling num-derive v0.4.2
23482026-04-25T04:09:50.681Z Compiling blake3 v1.8.3
23492026-04-25T04:09:50.730Z Compiling ordered-float v2.10.1
23502026-04-25T04:09:51.042Z Compiling memmap v0.7.0
23512026-04-25T04:09:51.062Z Compiling sigpipe v0.1.3
23522026-04-25T04:09:51.176Z Compiling swrite v0.1.0
23532026-04-25T04:09:51.194Z Compiling glob v0.3.3
23542026-04-25T04:09:51.458Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23552026-04-25T04:09:51.475Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23562026-04-25T04:09:51.475Z Compiling usdt v0.5.0
23572026-04-25T04:09:51.530Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23582026-04-25T04:09:51.569Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23592026-04-25T04:09:51.650Z Compiling serde-value v0.7.0
23602026-04-25T04:09:51.813Z Compiling zone v0.3.1
23612026-04-25T04:09:51.872Z Compiling serde-untagged v0.1.9
23622026-04-25T04:09:51.958Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23632026-04-25T04:09:52.130Z Compiling toml v0.8.23
23642026-04-25T04:09:52.251Z Compiling smf v0.2.3
23652026-04-25T04:09:52.290Z Compiling filetime v0.2.27
23662026-04-25T04:09:52.307Z Compiling constant_time_eq v0.4.2
23672026-04-25T04:09:52.311Z Compiling whoami v1.6.1
23682026-04-25T04:09:52.323Z Compiling unicode-xid v0.2.6
23692026-04-25T04:09:52.437Z Compiling same-file v1.0.6
23702026-04-25T04:09:52.513Z Compiling arrayvec v0.7.6
23712026-04-25T04:09:52.531Z Compiling arrayref v0.3.9
23722026-04-25T04:09:52.531Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23732026-04-25T04:09:52.563Z Compiling xattr v1.6.1
23742026-04-25T04:09:52.630Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23752026-04-25T04:09:52.646Z Compiling walkdir v2.5.0
23762026-04-25T04:09:52.664Z Compiling cargo-util-schemas v0.8.2
23772026-04-25T04:09:52.806Z Compiling tar v0.4.45
23782026-04-25T04:09:52.820Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23792026-04-25T04:09:53.090Z Compiling tokio-dtrace v0.1.1
23802026-04-25T04:09:53.462Z Compiling console v0.16.2
23812026-04-25T04:09:53.462Z Compiling gethostname v0.5.0
23822026-04-25T04:09:53.462Z Compiling cargo-platform v0.2.0
23832026-04-25T04:09:53.471Z Compiling unit-prefix v0.5.2
23842026-04-25T04:09:53.483Z Compiling topological-sort v0.2.2
23852026-04-25T04:09:53.598Z Compiling oxide-tokio-rt v0.1.4
23862026-04-25T04:09:53.659Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23872026-04-25T04:09:53.674Z Compiling shell-words v1.1.1
23882026-04-25T04:09:53.880Z Compiling cargo_metadata v0.21.0
23892026-04-25T04:09:53.912Z Compiling indicatif v0.18.4
23902026-04-25T04:10:03.314Z Compiling progenitor-client v0.13.0
23912026-04-25T04:10:03.341Z Compiling progenitor-client v0.10.0
23922026-04-25T04:10:03.341Z Compiling omicron-zone-package v0.12.2
23932026-04-25T04:10:03.439Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23942026-04-25T04:10:03.439Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23952026-04-25T04:10:03.472Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23962026-04-25T04:10:03.490Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23972026-04-25T04:10:03.788Z Compiling progenitor-extras v0.1.1
23982026-04-25T04:10:03.831Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23992026-04-25T04:10:03.850Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24002026-04-25T04:10:03.867Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24012026-04-25T04:10:04.068Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24022026-04-25T04:10:04.097Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24032026-04-25T04:10:08.788Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24042026-04-25T04:10:16.277Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24052026-04-25T04:10:19.461Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24062026-04-25T04:10:20.472Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24072026-04-25T04:10:29.748Z Finished `release` profile [optimized] target(s) in 1m 41s
24082026-04-25T04:10:29.902Z Running `target/release/omicron-package -t test target create -p dev`
24092026-04-25T04:10:29.968ZLogging to: /work/oxidecomputer/omicron/out/LOG
24102026-04-25T04:10:29.971ZCreated new build target 'test' and set it as active
24112026-04-25T04:10:29.975Z
24122026-04-25T04:10:29.975Zreal 1:41.531094694
24132026-04-25T04:10:29.975Zuser 16:47.455978395
24142026-04-25T04:10:29.975Zsys 2:38.766851346
24152026-04-25T04:10:29.975Ztrap 0.454429745
24162026-04-25T04:10:29.975Ztflt 2.918475641
24172026-04-25T04:10:29.975Zdflt 3.561058686
24182026-04-25T04:10:29.975Zkflt 0.000539620
24192026-04-25T04:10:29.975Zlock 53:08.946143527
24202026-04-25T04:10:29.975Zslp 43:00.253696689
24212026-04-25T04:10:29.975Zlat 43.117024726
24222026-04-25T04:10:29.975Zstop 5:24.870066981
24232026-04-25T04:10:29.975Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24242026-04-25T04:10:30.879Z Finished `release` profile [optimized] target(s) in 0.89s
24252026-04-25T04:10:30.954Z Running `target/release/omicron-package -t test package`
24262026-04-25T04:10:31.016ZLogging to: /work/oxidecomputer/omicron/out/LOG
24272026-04-25T04:10:32.456Z Compiling regress v0.10.5
24282026-04-25T04:10:32.456Z Compiling heck v0.5.0
24292026-04-25T04:10:32.676Z Compiling unsafe-libyaml v0.2.11
24302026-04-25T04:10:32.695Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24312026-04-25T04:10:32.722Z Compiling unicode-width v0.1.14
24322026-04-25T04:10:32.725Z Compiling is-terminal v0.4.17
24332026-04-25T04:10:32.767Z Compiling prettyplease v0.2.37
24342026-04-25T04:10:32.769Z Compiling bytecount v0.6.9
24352026-04-25T04:10:32.769Z Compiling rustls v0.22.4
24362026-04-25T04:10:32.769Z Compiling rustls-webpki v0.102.8
24372026-04-25T04:10:32.769Z Compiling derive-where v1.6.0
24382026-04-25T04:10:32.785Z Compiling thread_local v1.1.9
24392026-04-25T04:10:32.789Z Compiling match_cfg v0.1.0
24402026-04-25T04:10:32.846Z Compiling multer v3.1.0
24412026-04-25T04:10:32.849Z Compiling slog-async v2.8.0
24422026-04-25T04:10:32.912Z Compiling typify-impl v0.6.1
24432026-04-25T04:10:32.931Z Compiling hostname v0.3.1
24442026-04-25T04:10:32.999Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24452026-04-25T04:10:33.003Z Compiling crossbeam-channel v0.5.15
24462026-04-25T04:10:33.003Z Compiling slog-json v2.6.1
24472026-04-25T04:10:33.003Z Compiling futures-executor v0.3.32
24482026-04-25T04:10:33.003Z Compiling serde_spanned v1.0.4
24492026-04-25T04:10:33.071Z Compiling term v1.2.1
24502026-04-25T04:10:33.111Z Compiling toml_writer v1.0.6+spec-1.1.0
24512026-04-25T04:10:33.135Z Compiling take_mut v0.2.2
24522026-04-25T04:10:33.205Z Compiling serde_yaml v0.9.34+deprecated
24532026-04-25T04:10:33.248Z Compiling futures v0.3.32
24542026-04-25T04:10:33.271Z Compiling slog-bunyan v2.5.0
24552026-04-25T04:10:33.332Z Compiling dropshot v0.16.7
24562026-04-25T04:10:33.355Z Compiling toml v0.9.12+spec-1.1.0
24572026-04-25T04:10:33.377Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24582026-04-25T04:10:33.380Z Compiling async-stream v0.3.6
24592026-04-25T04:10:33.423Z Compiling slog-term v2.9.2
24602026-04-25T04:10:33.455Z Compiling progenitor-client v0.13.0
24612026-04-25T04:10:33.562Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24622026-04-25T04:10:33.586Z Compiling waitgroup v0.1.2
24632026-04-25T04:10:33.611Z Compiling backon v1.6.0
24642026-04-25T04:10:33.638Z Compiling rustls-pemfile v2.2.0
24652026-04-25T04:10:33.769Z Compiling hostname v0.4.2
24662026-04-25T04:10:33.774Z Compiling serde_path_to_error v0.1.20
24672026-04-25T04:10:33.790Z Compiling instant v0.1.13
24682026-04-25T04:10:33.814Z Compiling debug-ignore v1.0.5
24692026-04-25T04:10:33.848Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24702026-04-25T04:10:33.868Z Compiling progenitor-extras v0.1.1
24712026-04-25T04:10:33.911Z Compiling backoff v0.4.0
24722026-04-25T04:10:33.934Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24732026-04-25T04:10:33.956Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24742026-04-25T04:10:33.976Z Compiling parse-display v0.10.0
24752026-04-25T04:10:33.979Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24762026-04-25T04:10:34.062Z Compiling progenitor-client v0.10.0
24772026-04-25T04:10:34.102Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24782026-04-25T04:10:34.164Z Compiling macaddr v1.0.1
24792026-04-25T04:10:34.238Z Compiling num-rational v0.4.2
24802026-04-25T04:10:34.282Z Compiling num-complex v0.4.6
24812026-04-25T04:10:34.391Z Compiling console v0.15.11
24822026-04-25T04:10:34.541Z Compiling slog-dtrace v0.3.0
24832026-04-25T04:10:34.563Z Compiling float-ord v0.3.2
24842026-04-25T04:10:34.613Z Compiling newline-converter v0.3.0
24852026-04-25T04:10:34.673Z Compiling atomicwrites v0.4.4
24862026-04-25T04:10:34.706Z Compiling async-recursion v1.1.1
24872026-04-25T04:10:34.779Z Compiling num v0.4.3
24882026-04-25T04:10:34.802Z Compiling owo-colors v4.3.0
24892026-04-25T04:10:34.934Z Compiling cancel-safe-futures v0.1.5
24902026-04-25T04:10:34.989Z Compiling expectorate v1.2.0
24912026-04-25T04:10:34.989Z Compiling libsw-core v0.3.2
24922026-04-25T04:10:35.009Z Compiling resolv-conf v0.7.6
24932026-04-25T04:10:35.053Z Compiling toml v0.8.23
24942026-04-25T04:10:35.181Z Compiling tokio-rustls v0.25.0
24952026-04-25T04:10:35.261Z Compiling libsw v3.5.0
24962026-04-25T04:10:35.266Z Compiling linear-map v1.2.0
24972026-04-25T04:10:35.368Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24982026-04-25T04:10:35.371Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24992026-04-25T04:10:35.476Z Compiling linked-hash-map v0.5.6
25002026-04-25T04:10:35.534Z Compiling minimal-lexical v0.2.1
25012026-04-25T04:10:35.670Z Compiling unicode-xid v0.2.6
25022026-04-25T04:10:35.670Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25032026-04-25T04:10:35.714Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25042026-04-25T04:10:35.714Z Compiling lru-cache v0.1.2
25052026-04-25T04:10:35.757Z Compiling nom v7.1.3
25062026-04-25T04:10:35.760Z Compiling globset v0.4.18
25072026-04-25T04:10:35.816Z Compiling hickory-proto v0.24.4
25082026-04-25T04:10:35.838Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25092026-04-25T04:10:35.918Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25102026-04-25T04:10:36.318Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25112026-04-25T04:10:36.394Z Compiling convert_case v0.10.0
25122026-04-25T04:10:36.699Z Compiling derive_more-impl v2.1.1
25132026-04-25T04:10:37.073Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25142026-04-25T04:10:37.223Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25152026-04-25T04:10:37.289Z Compiling pin-project-internal v1.1.11
25162026-04-25T04:10:37.492Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25172026-04-25T04:10:37.530Z Compiling derive_more v2.1.1
25182026-04-25T04:10:37.644Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25192026-04-25T04:10:37.753Z Compiling typify-macro v0.6.1
25202026-04-25T04:10:37.809Z Compiling papergrid v0.11.0
25212026-04-25T04:10:38.434Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25222026-04-25T04:10:38.724Z Compiling hickory-resolver v0.24.4
25232026-04-25T04:10:38.734Z Compiling pin-project v1.1.11
25242026-04-25T04:10:38.859Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25252026-04-25T04:10:39.083Z Compiling tabled_derive v0.7.0
25262026-04-25T04:10:39.410Z Compiling typify v0.6.1
25272026-04-25T04:10:39.560Z Compiling progenitor-impl v0.13.0
25282026-04-25T04:10:39.745Z Compiling pem v3.0.6
25292026-04-25T04:10:40.060Z Compiling qorb v0.4.1
25302026-04-25T04:10:40.276Z Compiling snafu-derive v0.8.9
25312026-04-25T04:10:40.495Z Compiling termtree v0.5.1
25322026-04-25T04:10:40.684Z Compiling tabled v0.15.0
25332026-04-25T04:10:40.726Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25342026-04-25T04:10:41.802Z Compiling progenitor-macro v0.13.0
25352026-04-25T04:10:41.981Z Compiling crossterm v0.29.0
25362026-04-25T04:10:42.004Z Compiling snafu v0.8.9
25372026-04-25T04:10:42.042Z Compiling olpc-cjson v0.1.4
25382026-04-25T04:10:42.296Z Compiling phf_shared v0.12.1
25392026-04-25T04:10:42.552Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25402026-04-25T04:10:42.649Z Compiling serde_plain v1.0.2
25412026-04-25T04:10:43.094Z Compiling vte v0.14.1
25422026-04-25T04:10:43.321Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25432026-04-25T04:10:43.362Z Compiling csv-core v0.1.13
25442026-04-25T04:10:43.837Z Compiling chrono-tz v0.10.4
25452026-04-25T04:10:44.059Z Compiling typed-path v0.9.3
25462026-04-25T04:10:44.409Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25472026-04-25T04:10:44.443Z Compiling highway v1.3.0
25482026-04-25T04:10:44.754Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25492026-04-25T04:10:44.894Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25502026-04-25T04:10:45.052Z Compiling csv v1.4.0
25512026-04-25T04:10:45.202Z Compiling tough v0.20.0
25522026-04-25T04:10:46.040Z Compiling progenitor v0.13.0
25532026-04-25T04:10:46.088Z Compiling strip-ansi-escapes v0.2.1
25542026-04-25T04:10:46.229Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25552026-04-25T04:10:46.407Z Compiling phf v0.12.1
25562026-04-25T04:10:46.621Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25572026-04-25T04:10:46.671Z Compiling const_format_proc_macros v0.2.34
25582026-04-25T04:10:47.071Z Compiling fd-lock v4.0.4
25592026-04-25T04:10:47.110Z Compiling peg-macros v0.8.5
25602026-04-25T04:10:47.287Z Compiling nu-ansi-term v0.50.3
25612026-04-25T04:10:47.346Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25622026-04-25T04:10:47.526Z Compiling const_format v0.2.35
25632026-04-25T04:10:47.661Z Compiling reedline v0.40.0
25642026-04-25T04:10:48.450Z Compiling peg v0.8.5
25652026-04-25T04:10:48.562Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25662026-04-25T04:10:48.845Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25672026-04-25T04:10:48.866Z Compiling bcs v0.1.6
25682026-04-25T04:10:49.127Z Compiling semver v0.1.20
25692026-04-25T04:10:49.322Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25702026-04-25T04:10:49.426Z Compiling rustc_version v0.1.7
25712026-04-25T04:10:49.583Z Compiling unicode-linebreak v0.1.5
25722026-04-25T04:10:49.674Z Compiling newtype_derive v0.1.6
25732026-04-25T04:10:49.677Z Compiling humantime v2.3.0
25742026-04-25T04:10:49.913Z Compiling smawk v0.3.2
25752026-04-25T04:10:50.004Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25762026-04-25T04:10:50.121Z Compiling textwrap v0.16.2
25772026-04-25T04:10:50.276Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25782026-04-25T04:10:50.313Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25792026-04-25T04:10:50.584Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25802026-04-25T04:10:51.031Z Compiling dropshot-api-manager-types v0.6.0
25812026-04-25T04:10:51.225Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25822026-04-25T04:10:51.624Z Compiling base64 v0.21.7
25832026-04-25T04:10:51.720Z Compiling steno v0.4.1
25842026-04-25T04:10:51.817Z Compiling utf-8 v0.7.6
25852026-04-25T04:10:51.961Z Compiling tagptr v0.2.0
25862026-04-25T04:10:52.066Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25872026-04-25T04:10:52.162Z Compiling moka v0.12.13
25882026-04-25T04:10:52.204Z Compiling tungstenite v0.21.0
25892026-04-25T04:10:52.274Z Compiling radium v0.7.0
25902026-04-25T04:10:52.814Z Compiling maybe-uninit v2.0.0
25912026-04-25T04:10:53.119Z Compiling tokio-tungstenite v0.21.0
25922026-04-25T04:10:53.156Z Compiling tap v1.0.1
25932026-04-25T04:10:53.282Z Compiling wyz v0.5.1
25942026-04-25T04:10:53.312Z Compiling hickory-resolver v0.25.2
25952026-04-25T04:10:53.547Z Compiling zerocopy-derive v0.6.6
25962026-04-25T04:10:53.550Z Compiling funty v2.0.0
25972026-04-25T04:10:53.798Z Compiling crc-catalog v2.4.0
25982026-04-25T04:10:53.938Z Compiling packed_struct v0.10.1
25992026-04-25T04:10:54.234Z Compiling display-error-chain v0.2.2
26002026-04-25T04:10:54.360Z Compiling zerocopy v0.6.6
26012026-04-25T04:10:54.401Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26022026-04-25T04:10:54.457Z Compiling bitvec v1.0.1
26032026-04-25T04:10:54.538Z Compiling crc v3.4.0
26042026-04-25T04:10:54.773Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26052026-04-25T04:10:54.853Z Compiling packed_struct_codegen v0.10.1
26062026-04-25T04:10:54.958Z Compiling bitfield-macros v0.19.4
26072026-04-25T04:10:55.170Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26082026-04-25T04:10:55.710Z Compiling indexmap v1.9.3
26092026-04-25T04:10:55.867Z Compiling nodrop v0.1.14
26102026-04-25T04:10:55.985Z Compiling array-init v0.0.4
26112026-04-25T04:10:56.016Z Compiling bitfield v0.19.4
26122026-04-25T04:10:56.378Z Compiling smallvec v0.6.14
26132026-04-25T04:10:56.402Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26142026-04-25T04:10:56.655Z Compiling num-derive v0.3.3
26152026-04-25T04:10:57.195Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26162026-04-25T04:10:57.576Z Compiling proc-macro-error-attr2 v2.0.0
26172026-04-25T04:10:57.930Z Compiling hashbrown v0.12.3
26182026-04-25T04:10:58.003Z Compiling proc-macro-error2 v2.0.1
26192026-04-25T04:10:58.235Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26202026-04-25T04:10:58.330Z Compiling libscf-sys v1.1.0
26212026-04-25T04:10:58.587Z Compiling serde-hex v0.1.0
26222026-04-25T04:10:58.952Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26232026-04-25T04:10:59.064Z Compiling ron v0.8.1
26242026-04-25T04:10:59.098Z Compiling typify-impl v0.4.3
26252026-04-25T04:10:59.205Z Compiling hashbrown v0.13.2
26262026-04-25T04:10:59.384Z Compiling vergen-gitcl v1.0.8
26272026-04-25T04:10:59.430Z Compiling dirs-sys-next v0.1.2
26282026-04-25T04:10:59.617Z Compiling diesel_derives v2.3.7
26292026-04-25T04:10:59.711Z Compiling glob v0.3.3
26302026-04-25T04:10:59.735Z Compiling maplit v1.0.2
26312026-04-25T04:10:59.846Z Compiling crc-any v2.5.0
26322026-04-25T04:10:59.849Z Compiling crunchy v0.2.4
26332026-04-25T04:10:59.926Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26342026-04-25T04:11:00.052Z Compiling object v0.30.4
26352026-04-25T04:11:00.084Z Compiling clang-sys v1.8.1
26362026-04-25T04:11:00.233Z Compiling dirs-next v2.0.0
26372026-04-25T04:11:00.296Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26382026-04-25T04:11:00.387Z Compiling tabled_derive v0.11.0
26392026-04-25T04:11:00.489Z Compiling papergrid v0.17.0
26402026-04-25T04:11:00.543Z Compiling testing_table v0.3.0
26412026-04-25T04:11:00.638Z Compiling dsl_auto_type v0.2.0
26422026-04-25T04:11:00.759Z Compiling scheduled-thread-pool v0.2.7
26432026-04-25T04:11:00.992Z Compiling diesel_table_macro_syntax v0.3.0
26442026-04-25T04:11:01.022Z Compiling tiny-keccak v2.0.2
26452026-04-25T04:11:01.228Z Compiling path-slash v0.1.5
26462026-04-25T04:11:01.303Z Compiling r2d2 v0.8.10
26472026-04-25T04:11:01.405Z Compiling term v0.7.0
26482026-04-25T04:11:01.504Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26492026-04-25T04:11:01.589Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26502026-04-25T04:11:01.613Z Compiling downcast-rs v2.0.2
26512026-04-25T04:11:01.718Z Compiling tabled v0.20.0
26522026-04-25T04:11:01.763Z Compiling xshell-macros v0.2.7
26532026-04-25T04:11:01.834Z Compiling bit-vec v0.6.3
26542026-04-25T04:11:01.985Z Compiling ascii-canvas v3.0.0
26552026-04-25T04:11:02.091Z Compiling bit-set v0.5.3
26562026-04-25T04:11:02.190Z Compiling xshell v0.2.7
26572026-04-25T04:11:02.260Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26582026-04-25T04:11:02.289Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26592026-04-25T04:11:02.311Z Compiling itertools v0.10.5
26602026-04-25T04:11:02.558Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26612026-04-25T04:11:02.697Z Compiling typify-macro v0.4.3
26622026-04-25T04:11:02.778Z Compiling ena v0.14.4
26632026-04-25T04:11:03.028Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26642026-04-25T04:11:03.049Z Compiling libloading v0.8.9
26652026-04-25T04:11:03.287Z Compiling unicase v2.9.0
26662026-04-25T04:11:03.456Z Compiling regex-syntax v0.6.29
26672026-04-25T04:11:03.573Z Compiling bindgen v0.71.1
26682026-04-25T04:11:03.608Z Compiling diff v0.1.13
26692026-04-25T04:11:03.933Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26702026-04-25T04:11:05.126Z Compiling lalrpop v0.19.12
26712026-04-25T04:11:05.188Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26722026-04-25T04:11:05.428Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26732026-04-25T04:11:06.045Z Compiling cexpr v0.6.0
26742026-04-25T04:11:06.097Z Compiling diesel v2.3.7
26752026-04-25T04:11:06.441Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26762026-04-25T04:11:06.486Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26772026-04-25T04:11:06.509Z Compiling crc8 v0.1.1
26782026-04-25T04:11:06.657Z Compiling typify v0.4.3
26792026-04-25T04:11:06.679Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26802026-04-25T04:11:06.727Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26812026-04-25T04:11:06.749Z Compiling headers-core v0.3.0
26822026-04-25T04:11:06.799Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26832026-04-25T04:11:06.915Z Compiling libxml v0.3.3
26842026-04-25T04:11:07.144Z Compiling headers v0.4.1
26852026-04-25T04:11:07.242Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26862026-04-25T04:11:07.364Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26872026-04-25T04:11:07.595Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26882026-04-25T04:11:08.132Z Compiling strum_macros v0.24.3
26892026-04-25T04:11:08.526Z Compiling indoc v1.0.9
26902026-04-25T04:11:08.964Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26912026-04-25T04:11:09.036Z Compiling derive_builder v0.20.2
26922026-04-25T04:11:09.158Z Compiling oso-derive v0.27.3
26932026-04-25T04:11:09.224Z Compiling quick-xml v0.37.5
26942026-04-25T04:11:09.245Z Compiling impl-trait-for-tuples v0.2.3
26952026-04-25T04:11:09.415Z Compiling openssl-probe v0.1.6
26962026-04-25T04:11:09.727Z Compiling half v1.8.3
26972026-04-25T04:11:09.858Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26982026-04-25T04:11:09.880Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26992026-04-25T04:11:10.183Z Compiling serde_cbor v0.11.2
27002026-04-25T04:11:10.573Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27012026-04-25T04:11:10.602Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27022026-04-25T04:11:10.853Z Compiling bb8 v0.8.6
27032026-04-25T04:11:10.875Z Compiling trait-variant v0.1.2
27042026-04-25T04:11:11.251Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27052026-04-25T04:11:11.281Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27062026-04-25T04:11:11.399Z Compiling samael v0.0.19
27072026-04-25T04:11:11.464Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27082026-04-25T04:11:11.637Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27092026-04-25T04:11:11.875Z Compiling fxhash v0.2.1
27102026-04-25T04:11:11.910Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27112026-04-25T04:11:12.003Z Compiling progenitor-impl v0.10.0
27122026-04-25T04:11:12.032Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27132026-04-25T04:11:12.057Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27142026-04-25T04:11:12.224Z Compiling kstat-rs v0.2.4
27152026-04-25T04:11:12.314Z Compiling libz-sys v1.1.24
27162026-04-25T04:11:12.735Z Compiling salty v0.3.0
27172026-04-25T04:11:12.787Z Compiling nonempty v0.12.0
27182026-04-25T04:11:12.855Z Compiling polar-core v0.27.3
27192026-04-25T04:11:13.087Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27202026-04-25T04:11:13.441Z Compiling progenitor-impl v0.11.2
27212026-04-25T04:11:13.500Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27222026-04-25T04:11:13.592Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27232026-04-25T04:11:14.294Z Compiling progenitor-macro v0.10.0
27242026-04-25T04:11:15.357Z Compiling darling_core v0.23.0
27252026-04-25T04:11:15.660Z Compiling nanorand v0.7.0
27262026-04-25T04:11:15.871Z Compiling arc-swap v1.8.2
27272026-04-25T04:11:16.045Z Compiling fs-err v2.11.0
27282026-04-25T04:11:16.288Z Compiling parking_lot_core v0.8.6
27292026-04-25T04:11:17.590Z Compiling mime_guess v2.0.5
27302026-04-25T04:11:17.593Z Compiling slog-scope v4.4.1
27312026-04-25T04:11:17.593Z Compiling flume v0.11.1
27322026-04-25T04:11:17.593Z Compiling progenitor-macro v0.11.2
27332026-04-25T04:11:17.593Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27342026-04-25T04:11:17.615Z Compiling darling_macro v0.23.0
27352026-04-25T04:11:17.782Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27362026-04-25T04:11:18.208Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27372026-04-25T04:11:18.443Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27382026-04-25T04:11:18.469Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27392026-04-25T04:11:20.006Z Compiling progenitor v0.10.0
27402026-04-25T04:11:21.277Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27412026-04-25T04:11:21.502Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27422026-04-25T04:11:22.091Z Compiling oso v0.27.3
27432026-04-25T04:11:22.870Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27442026-04-25T04:11:23.132Z Compiling progenitor-client v0.11.2
27452026-04-25T04:11:25.063Z Compiling async-bb8-diesel v0.2.1
27462026-04-25T04:11:25.526Z Compiling diesel-dtrace v0.5.0
27472026-04-25T04:11:25.871Z Compiling git-stub v1.0.0
27482026-04-25T04:11:26.084Z Compiling libgit2-sys v0.18.3+1.9.2
27492026-04-25T04:11:26.161Z Compiling instability v0.3.11
27502026-04-25T04:11:26.434Z Compiling git-stub-vcs v0.1.0
27512026-04-25T04:11:26.511Z Compiling progenitor v0.11.2
27522026-04-25T04:11:26.701Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27532026-04-25T04:11:26.800Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27542026-04-25T04:11:27.409Z Compiling darling v0.23.0
27552026-04-25T04:11:27.565Z Compiling slog-stdlog v4.1.1
27562026-04-25T04:11:28.618Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27572026-04-25T04:11:28.702Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27582026-04-25T04:11:28.896Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27592026-04-25T04:11:29.217Z Compiling ignore v0.4.25
27602026-04-25T04:11:29.976Z Compiling primeorder v0.13.6
27612026-04-25T04:11:30.334Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-04-25T04:11:31.539Z Compiling castaway v0.2.4
27632026-04-25T04:11:31.700Z Compiling atty v0.2.14
27642026-04-25T04:11:31.781Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-04-25T04:11:31.852Z Compiling parse-size v1.1.0
27662026-04-25T04:11:31.935Z Compiling indoc v2.0.7
27672026-04-25T04:11:32.023Z Compiling http-range v0.1.5
27682026-04-25T04:11:32.074Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27692026-04-25T04:11:32.388Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27702026-04-25T04:11:32.436Z Compiling compact_str v0.8.1
27712026-04-25T04:11:32.554Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27722026-04-25T04:11:33.605Z Compiling p384 v0.13.1
27732026-04-25T04:11:34.184Z Compiling globwalk v0.9.1
27742026-04-25T04:11:34.409Z Compiling parking_lot v0.11.2
27752026-04-25T04:11:34.718Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27762026-04-25T04:11:34.894Z Compiling slog-envlogger v2.2.0
27772026-04-25T04:11:35.354Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27782026-04-25T04:11:35.698Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27792026-04-25T04:11:35.824Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27802026-04-25T04:11:35.846Z Compiling predicates-tree v1.0.13
27812026-04-25T04:11:36.016Z Compiling unicode-truncate v1.1.0
27822026-04-25T04:11:36.124Z Compiling lru v0.12.5
27832026-04-25T04:11:36.231Z Compiling rand_seeder v0.4.0
27842026-04-25T04:11:36.318Z Compiling prefix-trie v0.7.0
27852026-04-25T04:11:36.340Z Compiling vergen-git2 v1.0.7
27862026-04-25T04:11:36.364Z Compiling cassowary v0.3.0
27872026-04-25T04:11:36.496Z Compiling compression-core v0.4.31
27882026-04-25T04:11:36.606Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27892026-04-25T04:11:36.652Z Compiling ratatui v0.29.0
27902026-04-25T04:11:36.716Z Compiling compression-codecs v0.4.37
27912026-04-25T04:11:36.823Z Compiling hickory-server v0.25.2
27922026-04-25T04:11:36.845Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27932026-04-25T04:11:37.014Z Compiling camino-tempfile-ext v0.3.3
27942026-04-25T04:11:37.169Z Compiling hyper-staticfile v0.10.1
27952026-04-25T04:11:37.736Z Compiling sled v0.34.7
27962026-04-25T04:11:38.301Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27972026-04-25T04:11:38.434Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27982026-04-25T04:11:39.029Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27992026-04-25T04:11:39.103Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28002026-04-25T04:11:39.706Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
28012026-04-25T04:11:39.850Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28022026-04-25T04:11:40.329Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28032026-04-25T04:11:40.570Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28042026-04-25T04:11:40.841Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28052026-04-25T04:11:40.924Z Compiling toml_datetime v1.0.0+spec-1.1.0
28062026-04-25T04:11:41.319Z Compiling dropshot v0.17.0
28072026-04-25T04:11:41.408Z Compiling rustls v0.21.12
28082026-04-25T04:11:41.563Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28092026-04-25T04:11:41.647Z Compiling corncobs v0.1.4
28102026-04-25T04:11:41.839Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28112026-04-25T04:11:41.925Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28122026-04-25T04:11:41.967Z Compiling toml v1.0.6+spec-1.1.0
28132026-04-25T04:11:42.017Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28142026-04-25T04:11:42.096Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28152026-04-25T04:11:42.574Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28162026-04-25T04:11:42.716Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28172026-04-25T04:11:42.936Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28182026-04-25T04:11:43.116Z Compiling async-compression v0.4.41
28192026-04-25T04:11:43.640Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28202026-04-25T04:11:45.559Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28212026-04-25T04:11:45.614Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28222026-04-25T04:11:46.144Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28232026-04-25T04:11:46.285Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28242026-04-25T04:11:46.385Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28252026-04-25T04:11:46.522Z Compiling sct v0.7.1
28262026-04-25T04:11:46.617Z Compiling rustls-webpki v0.101.7
28272026-04-25T04:11:46.774Z Compiling nix v0.29.0
28282026-04-25T04:11:46.824Z Compiling secrecy v0.8.0
28292026-04-25T04:11:47.025Z Compiling dropshot_endpoint v0.17.0
28302026-04-25T04:11:47.181Z Compiling void v1.0.2
28312026-04-25T04:11:47.348Z Compiling lzss v0.8.2
28322026-04-25T04:11:48.215Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28332026-04-25T04:11:48.479Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28342026-04-25T04:11:48.741Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28352026-04-25T04:11:49.172Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28362026-04-25T04:11:49.613Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28372026-04-25T04:11:50.401Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28382026-04-25T04:11:50.836Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28392026-04-25T04:11:51.089Z Compiling tungstenite v0.23.0
28402026-04-25T04:11:51.414Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28412026-04-25T04:11:51.652Z Compiling git2 v0.20.4
28422026-04-25T04:11:51.655Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28432026-04-25T04:11:51.698Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28442026-04-25T04:11:51.911Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28452026-04-25T04:11:51.933Z Compiling nix v0.27.1
28462026-04-25T04:11:51.958Z Compiling serde_bytes v0.11.19
28472026-04-25T04:11:52.264Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28482026-04-25T04:11:52.307Z Compiling tokio-tungstenite v0.23.1
28492026-04-25T04:11:52.707Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28502026-04-25T04:11:53.223Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28512026-04-25T04:11:53.448Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28522026-04-25T04:11:53.520Z Compiling tokio-rustls v0.24.1
28532026-04-25T04:11:53.812Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28542026-04-25T04:11:55.426Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28552026-04-25T04:11:55.587Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28562026-04-25T04:11:58.423Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28572026-04-25T04:11:58.775Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28582026-04-25T04:11:59.246Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28592026-04-25T04:11:59.468Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28602026-04-25T04:12:01.364Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28612026-04-25T04:12:01.683Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28622026-04-25T04:12:02.132Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28632026-04-25T04:12:03.199Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28642026-04-25T04:12:03.237Z Compiling rustls-pemfile v1.0.4
28652026-04-25T04:12:03.670Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28662026-04-25T04:12:04.186Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28672026-04-25T04:12:04.399Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28682026-04-25T04:12:04.494Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28692026-04-25T04:12:05.848Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28702026-04-25T04:12:06.541Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28712026-04-25T04:12:06.976Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28722026-04-25T04:12:06.998Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28732026-04-25T04:12:07.234Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28742026-04-25T04:12:07.259Z Compiling signal-hook-tokio v0.3.1
28752026-04-25T04:12:07.346Z Compiling twox-hash v2.1.2
28762026-04-25T04:12:07.464Z Compiling yasna v0.5.2
28772026-04-25T04:12:07.944Z Compiling is_ci v1.2.0
28782026-04-25T04:12:08.038Z Compiling rcgen v0.12.1
28792026-04-25T04:12:08.103Z Compiling supports-color v3.0.2
28802026-04-25T04:12:08.176Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28812026-04-25T04:12:08.439Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28822026-04-25T04:12:08.853Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28832026-04-25T04:12:09.095Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28842026-04-25T04:12:10.155Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28852026-04-25T04:12:10.762Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28862026-04-25T04:12:11.135Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28872026-04-25T04:12:11.700Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28882026-04-25T04:12:12.003Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28892026-04-25T04:12:12.555Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28902026-04-25T04:12:12.817Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28912026-04-25T04:12:13.066Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28922026-04-25T04:12:13.092Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28932026-04-25T04:12:13.300Z Compiling fatfs v0.3.6
28942026-04-25T04:12:13.325Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28952026-04-25T04:12:14.557Z Compiling subprocess v0.2.15
28962026-04-25T04:12:15.310Z Compiling rtoolbox v0.0.3
28972026-04-25T04:12:15.600Z Compiling assert_matches v1.5.0
28982026-04-25T04:12:15.731Z Compiling seq-macro v0.3.6
28992026-04-25T04:12:16.102Z Compiling rpassword v7.4.0
29002026-04-25T04:12:16.251Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29012026-04-25T04:12:16.476Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29022026-04-25T04:12:16.565Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29032026-04-25T04:12:16.703Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29042026-04-25T04:12:16.832Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29052026-04-25T04:12:17.160Z Compiling tui-tree-widget v0.23.1
29062026-04-25T04:12:17.453Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29072026-04-25T04:12:19.153Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29082026-04-25T04:12:19.180Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29092026-04-25T04:12:19.747Z Compiling uzers v0.12.2
29102026-04-25T04:12:19.772Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29112026-04-25T04:12:21.273Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29122026-04-25T04:12:21.868Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29132026-04-25T04:12:22.082Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29142026-04-25T04:12:25.272Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29152026-04-25T04:12:25.989Z Compiling support-bundle-viewer v0.1.2
29162026-04-25T04:12:27.533Z Compiling multimap v0.10.1
29172026-04-25T04:12:35.160Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29182026-04-25T04:12:45.237Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29192026-04-25T04:12:47.445Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29202026-04-25T04:12:48.058Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29212026-04-25T04:18:33.063Z Finished `release` profile [optimized] target(s) in 8m 01s
29222026-04-25T04:19:16.657Z
29232026-04-25T04:19:16.658Zreal 8:46.661207966
29242026-04-25T04:19:16.658Zuser 1:19:33.861707133
29252026-04-25T04:19:16.658Zsys 3:33.336713611
29262026-04-25T04:19:16.662Ztrap 1.825721998
29272026-04-25T04:19:16.662Ztflt 2.056383460
29282026-04-25T04:19:16.662Zdflt 16.942489191
29292026-04-25T04:19:16.662Zkflt 0.003397538
29302026-04-25T04:19:16.662Zlock 6:45:42.739349285
29312026-04-25T04:19:16.662Zslp 2:17:30.362644159
29322026-04-25T04:19:16.662Zlat 2:33.717357210
29332026-04-25T04:19:16.662Zstop 5:15.027130706
29342026-04-25T04:19:16.662Z+ mapfile -t packages
29352026-04-25T04:19:16.662Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29362026-04-25T04:19:17.622Z Finished `release` profile [optimized] target(s) in 0.95s
29372026-04-25T04:19:17.694Z Running `target/release/omicron-package -t test list-outputs`
29382026-04-25T04:19:17.749ZLogging to: /work/oxidecomputer/omicron/out/LOG
29392026-04-25T04:19:17.752Z+ ptime -m cargo build --locked --release -p xtask
29402026-04-25T04:19:18.294Z Compiling libc v0.2.185
29412026-04-25T04:19:18.294Z Compiling serde v1.0.228
29422026-04-25T04:19:18.294Z Compiling serde_core v1.0.228
29432026-04-25T04:19:18.297Z Compiling rustix v1.1.3
29442026-04-25T04:19:18.297Z Compiling bitflags v2.11.0
29452026-04-25T04:19:18.390Z Compiling serde_json v1.0.149
29462026-04-25T04:19:18.434Z Compiling num-traits v0.2.19
29472026-04-25T04:19:18.437Z Compiling smallvec v1.15.1
29482026-04-25T04:19:18.443Z Compiling syn v2.0.117
29492026-04-25T04:19:18.454Z Compiling hashbrown v0.16.1
29502026-04-25T04:19:18.484Z Compiling usdt-impl v0.5.0
29512026-04-25T04:19:18.495Z Compiling syn v1.0.109
29522026-04-25T04:19:18.509Z Compiling log v0.4.29
29532026-04-25T04:19:18.521Z Compiling percent-encoding v2.3.2
29542026-04-25T04:19:18.665Z Compiling getrandom v0.4.1
29552026-04-25T04:19:18.718Z Compiling form_urlencoded v1.2.2
29562026-04-25T04:19:18.819Z Compiling fs-err v3.3.0
29572026-04-25T04:19:18.822Z Compiling heck v0.4.1
29582026-04-25T04:19:18.825Z Compiling anyhow v1.0.102
29592026-04-25T04:19:18.938Z Compiling once_cell v1.21.3
29602026-04-25T04:19:19.068Z Compiling indexmap v2.13.0
29612026-04-25T04:19:19.242Z Compiling thread-id v4.2.2
29622026-04-25T04:19:19.245Z Compiling errno v0.3.14
29632026-04-25T04:19:19.251Z Compiling memmap v0.7.0
29642026-04-25T04:19:19.511Z Compiling ordered-float v2.10.1
29652026-04-25T04:19:20.093Z Compiling proc-macro-error v1.0.4
29662026-04-25T04:19:20.275Z Compiling terminal_size v0.4.3
29672026-04-25T04:19:20.275Z Compiling tempfile v3.25.0
29682026-04-25T04:19:20.340Z Compiling tabled_derive v0.7.0
29692026-04-25T04:19:20.371Z Compiling clap_builder v4.5.60
29702026-04-25T04:19:20.371Z Compiling textwrap v0.16.2
29712026-04-25T04:19:20.505Z Compiling camino-tempfile v1.4.1
29722026-04-25T04:19:21.028Z Compiling tabled v0.15.0
29732026-04-25T04:19:21.040Z Compiling synstructure v0.13.2
29742026-04-25T04:19:21.042Z Compiling pest_generator v2.8.6
29752026-04-25T04:19:21.414Z Compiling serde_derive v1.0.228
29762026-04-25T04:19:21.414Z Compiling zerovec-derive v0.11.2
29772026-04-25T04:19:21.417Z Compiling displaydoc v0.2.5
29782026-04-25T04:19:21.417Z Compiling thiserror-impl v1.0.69
29792026-04-25T04:19:21.417Z Compiling zerocopy-derive v0.7.35
29802026-04-25T04:19:21.417Z Compiling scroll_derive v0.12.1
29812026-04-25T04:19:21.417Z Compiling thiserror-impl v2.0.18
29822026-04-25T04:19:21.417Z Compiling clap_derive v4.5.55
29832026-04-25T04:19:21.480Z Compiling zerofrom-derive v0.1.6
29842026-04-25T04:19:21.512Z Compiling yoke-derive v0.8.1
29852026-04-25T04:19:21.583Z Compiling pest_derive v2.8.6
29862026-04-25T04:19:22.129Z Compiling scroll v0.12.0
29872026-04-25T04:19:22.277Z Compiling zerocopy v0.7.35
29882026-04-25T04:19:22.397Z Compiling goblin v0.8.2
29892026-04-25T04:19:22.585Z Compiling thiserror v1.0.69
29902026-04-25T04:19:22.622Z Compiling zerofrom v0.1.6
29912026-04-25T04:19:22.692Z Compiling dtrace-parser v0.2.0
29922026-04-25T04:19:22.714Z Compiling thiserror v2.0.18
29932026-04-25T04:19:22.733Z Compiling yoke v0.8.1
29942026-04-25T04:19:22.957Z Compiling zerovec v0.11.5
29952026-04-25T04:19:23.117Z Compiling zerotrie v0.2.3
29962026-04-25T04:19:23.171Z Compiling clap v4.5.60
29972026-04-25T04:19:23.600Z Compiling tinystr v0.8.2
29982026-04-25T04:19:23.613Z Compiling potential_utf v0.1.4
29992026-04-25T04:19:23.813Z Compiling icu_locale_core v2.1.1
30002026-04-25T04:19:23.839Z Compiling icu_collections v2.1.1
30012026-04-25T04:19:24.629Z Compiling icu_provider v2.1.1
30022026-04-25T04:19:24.758Z Compiling serde_spanned v0.6.9
30032026-04-25T04:19:24.844Z Compiling toml_datetime v0.6.11
30042026-04-25T04:19:24.960Z Compiling icu_normalizer v2.1.1
30052026-04-25T04:19:24.973Z Compiling icu_properties v2.1.2
30062026-04-25T04:19:25.079Z Compiling toml_edit v0.22.27
30072026-04-25T04:19:25.152Z Compiling dof v0.3.0
30082026-04-25T04:19:25.252Z Compiling serde_tokenstream v0.2.3
30092026-04-25T04:19:25.566Z Compiling serde-value v0.7.0
30102026-04-25T04:19:25.595Z Compiling cargo-platform v0.2.0
30112026-04-25T04:19:25.719Z Compiling macaddr v1.0.1
30122026-04-25T04:19:25.888Z Compiling idna_adapter v1.2.1
30132026-04-25T04:19:26.021Z Compiling idna v1.1.0
30142026-04-25T04:19:26.096Z Compiling usdt-macro v0.5.0
30152026-04-25T04:19:26.124Z Compiling usdt-attr-macro v0.5.0
30162026-04-25T04:19:26.365Z Compiling url v2.5.8
30172026-04-25T04:19:26.749Z Compiling toml v0.8.23
30182026-04-25T04:19:26.789Z Compiling usdt v0.5.0
30192026-04-25T04:19:27.231Z Compiling cargo-util-schemas v0.8.2
30202026-04-25T04:19:27.254Z Compiling cargo_toml v0.21.0
30212026-04-25T04:19:28.297Z Compiling cargo_metadata v0.21.0
30222026-04-25T04:19:31.443Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30232026-04-25T04:19:34.495Z Finished `release` profile [optimized] target(s) in 16.73s
30242026-04-25T04:19:34.663Z
30252026-04-25T04:19:34.663Zreal 16.875236043
30262026-04-25T04:19:34.663Zuser 2:25.847615441
30272026-04-25T04:19:34.663Zsys 16.982865725
30282026-04-25T04:19:34.663Ztrap 0.091991476
30292026-04-25T04:19:34.666Ztflt 0.456658981
30302026-04-25T04:19:34.666Zdflt 1.283548146
30312026-04-25T04:19:34.666Zkflt 0.000087110
30322026-04-25T04:19:34.666Zlock 5:33.252677486
30332026-04-25T04:19:34.666Zslp 3:36.727009908
30342026-04-25T04:19:34.667Zlat 7.264284764
30352026-04-25T04:19:34.667Zstop 20.243162992
30362026-04-25T04:19:34.667Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30372026-04-25T04:19:34.667Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30382026-04-25T04:19:34.667Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30392026-04-25T04:19:34.667Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30402026-04-25T04:19:34.667Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30412026-04-25T04:19:35.619Z Compiling regress v0.10.5
30422026-04-25T04:19:35.622Z Compiling newtype-uuid-macros v0.1.0
30432026-04-25T04:19:35.623Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30442026-04-25T04:19:35.623Z Compiling rustls v0.22.4
30452026-04-25T04:19:35.770Z Compiling progenitor-client v0.13.0
30462026-04-25T04:19:35.780Z Compiling rustls-webpki v0.102.8
30472026-04-25T04:19:35.783Z Compiling structmeta-derive v0.3.0
30482026-04-25T04:19:35.783Z Compiling serde_spanned v1.0.4
30492026-04-25T04:19:35.797Z Compiling multer v3.1.0
30502026-04-25T04:19:35.799Z Compiling debug-ignore v1.0.5
30512026-04-25T04:19:35.799Z Compiling match_cfg v0.1.0
30522026-04-25T04:19:35.842Z Compiling toml_writer v1.0.6+spec-1.1.0
30532026-04-25T04:19:35.845Z Compiling slog-json v2.6.1
30542026-04-25T04:19:35.845Z Compiling async-stream-impl v0.3.6
30552026-04-25T04:19:35.845Z Compiling waitgroup v0.1.2
30562026-04-25T04:19:35.845Z Compiling rustls-pemfile v2.2.0
30572026-04-25T04:19:35.950Z Compiling hostname v0.3.1
30582026-04-25T04:19:35.964Z Compiling hostname v0.4.2
30592026-04-25T04:19:35.978Z Compiling serde_path_to_error v0.1.20
30602026-04-25T04:19:36.096Z Compiling itertools v0.14.0
30612026-04-25T04:19:36.115Z Compiling dropshot v0.16.7
30622026-04-25T04:19:36.151Z Compiling slog-bunyan v2.5.0
30632026-04-25T04:19:36.169Z Compiling toml v0.9.12+spec-1.1.0
30642026-04-25T04:19:36.191Z Compiling dropshot_endpoint v0.16.7
30652026-04-25T04:19:36.191Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30662026-04-25T04:19:36.244Z Compiling macaddr v1.0.1
30672026-04-25T04:19:36.310Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30682026-04-25T04:19:36.328Z Compiling instant v0.1.13
30692026-04-25T04:19:36.411Z Compiling progenitor-client v0.10.0
30702026-04-25T04:19:36.450Z Compiling backon v1.6.0
30712026-04-25T04:19:36.468Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30722026-04-25T04:19:36.471Z Compiling backoff v0.4.0
30732026-04-25T04:19:36.503Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30742026-04-25T04:19:36.576Z Compiling async-stream v0.3.6
30752026-04-25T04:19:36.580Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30762026-04-25T04:19:36.677Z Compiling progenitor-extras v0.1.1
30772026-04-25T04:19:36.710Z Compiling universal-hash v0.5.1
30782026-04-25T04:19:36.728Z Compiling opaque-debug v0.3.1
30792026-04-25T04:19:36.751Z Compiling half v2.7.1
30802026-04-25T04:19:36.770Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30812026-04-25T04:19:36.785Z Compiling ciborium-io v0.2.2
30822026-04-25T04:19:36.814Z Compiling crucible-workspace-hack v0.1.0
30832026-04-25T04:19:36.833Z Compiling aead v0.5.2
30842026-04-25T04:19:36.874Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30852026-04-25T04:19:36.904Z Compiling convert_case v0.4.0
30862026-04-25T04:19:36.921Z Compiling poly1305 v0.8.0
30872026-04-25T04:19:36.938Z Compiling chacha20 v0.9.1
30882026-04-25T04:19:36.955Z Compiling secrecy v0.10.3
30892026-04-25T04:19:37.041Z Compiling ciborium-ll v0.2.2
30902026-04-25T04:19:37.083Z Compiling unsafe-libyaml v0.2.11
30912026-04-25T04:19:37.139Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30922026-04-25T04:19:37.158Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30932026-04-25T04:19:37.158Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30942026-04-25T04:19:37.194Z Compiling structmeta v0.3.0
30952026-04-25T04:19:37.218Z Compiling ciborium v0.2.2
30962026-04-25T04:19:37.236Z Compiling thiserror-impl-no-std v2.0.2
30972026-04-25T04:19:37.282Z Compiling typify-impl v0.6.1
30982026-04-25T04:19:37.308Z Compiling derive_more v0.99.20
30992026-04-25T04:19:37.420Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31002026-04-25T04:19:37.444Z Compiling derive-ex v0.1.8
31012026-04-25T04:19:37.461Z Compiling parse-display-derive v0.10.0
31022026-04-25T04:19:37.518Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31032026-04-25T04:19:37.536Z Compiling byte-wrapper v0.1.0
31042026-04-25T04:19:37.556Z Compiling password-hash v0.5.0
31052026-04-25T04:19:37.648Z Compiling serde_yaml v0.9.34+deprecated
31062026-04-25T04:19:37.695Z Compiling blake2 v0.10.6
31072026-04-25T04:19:37.824Z Compiling chacha20poly1305 v0.10.1
31082026-04-25T04:19:37.873Z Compiling indent_write v2.2.0
31092026-04-25T04:19:37.907Z Compiling heapless v0.8.0
31102026-04-25T04:19:37.999Z Compiling argon2 v0.5.3
31112026-04-25T04:19:38.016Z Compiling ingot-macros v0.1.1
31122026-04-25T04:19:38.035Z Compiling toml_edit v0.23.10+spec-1.0.0
31132026-04-25T04:19:38.053Z Compiling hash32 v0.3.1
31142026-04-25T04:19:38.250Z Compiling smoltcp v0.11.0
31152026-04-25T04:19:38.281Z Compiling tokio-rustls v0.25.0
31162026-04-25T04:19:38.425Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31172026-04-25T04:19:38.551Z Compiling thiserror-no-std v2.0.2
31182026-04-25T04:19:38.650Z Compiling vsss-rs v3.3.4
31192026-04-25T04:19:38.666Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31202026-04-25T04:19:38.755Z Compiling proc-macro-crate v3.4.0
31212026-04-25T04:19:38.966Z Compiling tabwriter v1.4.1
31222026-04-25T04:19:39.194Z Compiling cobs v0.3.0
31232026-04-25T04:19:39.211Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31242026-04-25T04:19:39.255Z Compiling proc-macro-error v1.0.4
31252026-04-25T04:19:39.274Z Compiling test-strategy v0.4.5
31262026-04-25T04:19:39.292Z Compiling proc-macro-crate v1.3.1
31272026-04-25T04:19:39.310Z Compiling parse-display v0.10.0
31282026-04-25T04:19:39.409Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31292026-04-25T04:19:39.426Z Compiling num_enum_derive v0.7.5
31302026-04-25T04:19:39.479Z Compiling postcard v1.1.3
31312026-04-25T04:19:39.536Z Compiling num-rational v0.4.2
31322026-04-25T04:19:39.614Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31332026-04-25T04:19:39.656Z Compiling num-complex v0.4.6
31342026-04-25T04:19:39.767Z Compiling foreign-types-macros v0.2.3
31352026-04-25T04:19:39.871Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31362026-04-25T04:19:39.901Z Compiling cpufeatures v0.3.0
31372026-04-25T04:19:39.954Z Compiling colored v3.1.1
31382026-04-25T04:19:39.978Z Compiling foreign-types-shared v0.3.1
31392026-04-25T04:19:40.003Z Compiling rayon-core v1.13.0
31402026-04-25T04:19:40.025Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31412026-04-25T04:19:40.084Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31422026-04-25T04:19:40.119Z Compiling num v0.4.3
31432026-04-25T04:19:40.167Z Compiling chacha20 v0.10.0
31442026-04-25T04:19:40.188Z Compiling num_enum_derive v0.5.11
31452026-04-25T04:19:40.265Z Compiling crossbeam-deque v0.8.6
31462026-04-25T04:19:40.354Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31472026-04-25T04:19:40.373Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31482026-04-25T04:19:40.376Z Compiling cstr-argument v0.1.2
31492026-04-25T04:19:40.376Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31502026-04-25T04:19:40.440Z Compiling foreign-types v0.5.0
31512026-04-25T04:19:40.497Z Compiling float-ord v0.3.2
31522026-04-25T04:19:40.549Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31532026-04-25T04:19:40.602Z Compiling rand v0.10.0
31542026-04-25T04:19:40.620Z Compiling num_enum v0.7.5
31552026-04-25T04:19:40.655Z Compiling toml v0.8.23
31562026-04-25T04:19:40.673Z Compiling camino-tempfile v1.4.1
31572026-04-25T04:19:40.797Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31582026-04-25T04:19:40.834Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31592026-04-25T04:19:40.851Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31602026-04-25T04:19:40.895Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31612026-04-25T04:19:40.913Z Compiling zone_cfg_derive v0.3.1
31622026-04-25T04:19:40.943Z Compiling rayon v1.11.0
31632026-04-25T04:19:41.008Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31642026-04-25T04:19:41.034Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31652026-04-25T04:19:41.108Z Compiling ingot-types v0.1.2
31662026-04-25T04:19:41.164Z Compiling itertools v0.12.1
31672026-04-25T04:19:41.222Z Compiling num-derive v0.4.2
31682026-04-25T04:19:41.258Z Compiling sigpipe v0.1.3
31692026-04-25T04:19:41.275Z Compiling glob v0.3.3
31702026-04-25T04:19:41.338Z Compiling num_enum v0.5.11
31712026-04-25T04:19:41.356Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31722026-04-25T04:19:41.359Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31732026-04-25T04:19:41.387Z Compiling smf v0.2.3
31742026-04-25T04:19:41.480Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31752026-04-25T04:19:41.503Z Compiling ingot v0.1.1
31762026-04-25T04:19:41.565Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31772026-04-25T04:19:41.568Z Compiling prettyplease v0.2.37
31782026-04-25T04:19:41.619Z Compiling whoami v1.6.1
31792026-04-25T04:19:41.636Z Compiling gethostname v0.5.0
31802026-04-25T04:19:41.639Z Compiling usdt-attr-macro v0.5.0
31812026-04-25T04:19:41.707Z Compiling usdt-macro v0.5.0
31822026-04-25T04:19:41.921Z Compiling memmap v0.7.0
31832026-04-25T04:19:41.941Z Compiling atomicwrites v0.4.4
31842026-04-25T04:19:41.960Z Compiling derive-where v1.6.0
31852026-04-25T04:19:41.985Z Compiling typify-macro v0.6.1
31862026-04-25T04:19:42.077Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31872026-04-25T04:19:42.139Z Compiling resolv-conf v0.7.6
31882026-04-25T04:19:42.169Z Compiling cancel-safe-futures v0.1.5
31892026-04-25T04:19:42.221Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31902026-04-25T04:19:42.248Z Compiling owo-colors v4.3.0
31912026-04-25T04:19:42.424Z Compiling zone v0.3.1
31922026-04-25T04:19:42.469Z Compiling libsw-core v0.3.2
31932026-04-25T04:19:42.534Z Compiling async-recursion v1.1.1
31942026-04-25T04:19:42.571Z Compiling usdt v0.5.0
31952026-04-25T04:19:42.629Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31962026-04-25T04:19:42.675Z Compiling libsw v3.5.0
31972026-04-25T04:19:42.787Z Compiling linear-map v1.2.0
31982026-04-25T04:19:42.823Z Compiling libefi-sys v0.1.0
31992026-04-25T04:19:42.873Z Compiling console v0.15.11
32002026-04-25T04:19:42.892Z Compiling hickory-proto v0.24.4
32012026-04-25T04:19:42.911Z Compiling newline-converter v0.3.0
32022026-04-25T04:19:43.004Z Compiling bitfield-struct v0.6.2
32032026-04-25T04:19:43.060Z Compiling linked-hash-map v0.5.6
32042026-04-25T04:19:43.063Z Compiling semver v0.1.20
32052026-04-25T04:19:43.151Z Compiling tokio-dtrace v0.1.1
32062026-04-25T04:19:43.268Z Compiling rustc_version v0.1.7
32072026-04-25T04:19:43.286Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32082026-04-25T04:19:43.304Z Compiling lru-cache v0.1.2
32092026-04-25T04:19:43.323Z Compiling expectorate v1.2.0
32102026-04-25T04:19:43.377Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32112026-04-25T04:19:43.394Z Compiling dropshot-api-manager-types v0.6.0
32122026-04-25T04:19:43.460Z Compiling primeorder v0.13.6
32132026-04-25T04:19:43.478Z Compiling pin-project-internal v1.1.11
32142026-04-25T04:19:43.511Z Compiling slog-dtrace v0.3.0
32152026-04-25T04:19:43.514Z Compiling minimal-lexical v0.2.1
32162026-04-25T04:19:43.545Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32172026-04-25T04:19:43.548Z Compiling newtype_derive v0.1.6
32182026-04-25T04:19:43.548Z Compiling oxide-tokio-rt v0.1.4
32192026-04-25T04:19:43.655Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32202026-04-25T04:19:43.724Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32212026-04-25T04:19:43.752Z Compiling nom v7.1.3
32222026-04-25T04:19:43.756Z Compiling typify-impl v0.4.3
32232026-04-25T04:19:43.813Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32242026-04-25T04:19:43.830Z Compiling phf_shared v0.12.1
32252026-04-25T04:19:43.851Z Compiling pem v3.0.6
32262026-04-25T04:19:43.867Z Compiling typify v0.6.1
32272026-04-25T04:19:43.895Z Compiling snafu-derive v0.8.9
32282026-04-25T04:19:43.913Z Compiling csv-core v0.1.13
32292026-04-25T04:19:44.017Z Compiling progenitor-impl v0.13.0
32302026-04-25T04:19:44.037Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32312026-04-25T04:19:44.136Z Compiling same-file v1.0.6
32322026-04-25T04:19:44.154Z Compiling chrono-tz v0.10.4
32332026-04-25T04:19:44.294Z Compiling highway v1.3.0
32342026-04-25T04:19:44.343Z Compiling xshell-macros v0.2.7
32352026-04-25T04:19:44.404Z Compiling const_format_proc_macros v0.2.34
32362026-04-25T04:19:44.451Z Compiling walkdir v2.5.0
32372026-04-25T04:19:44.497Z Compiling csv v1.4.0
32382026-04-25T04:19:44.557Z Compiling phf v0.12.1
32392026-04-25T04:19:44.700Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32402026-04-25T04:19:44.757Z Compiling pin-project v1.1.11
32412026-04-25T04:19:44.784Z Compiling xshell v0.2.7
32422026-04-25T04:19:44.817Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32432026-04-25T04:19:44.863Z Compiling globset v0.4.18
32442026-04-25T04:19:44.885Z Compiling olpc-cjson v0.1.4
32452026-04-25T04:19:45.085Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32462026-04-25T04:19:45.089Z Compiling serde_plain v1.0.2
32472026-04-25T04:19:45.124Z Compiling typed-path v0.9.3
32482026-04-25T04:19:45.162Z Compiling hickory-resolver v0.24.4
32492026-04-25T04:19:45.251Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32502026-04-25T04:19:45.288Z Compiling const_format v0.2.35
32512026-04-25T04:19:45.344Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32522026-04-25T04:19:45.494Z Compiling p384 v0.13.1
32532026-04-25T04:19:45.623Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32542026-04-25T04:19:45.654Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32552026-04-25T04:19:45.818Z Compiling tabled_derive v0.7.0
32562026-04-25T04:19:45.974Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32572026-04-25T04:19:46.104Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32582026-04-25T04:19:46.154Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32592026-04-25T04:19:46.239Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32602026-04-25T04:19:46.260Z Compiling qorb v0.4.1
32612026-04-25T04:19:46.304Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32622026-04-25T04:19:46.428Z Compiling snafu v0.8.9
32632026-04-25T04:19:46.791Z Compiling progenitor-macro v0.13.0
32642026-04-25T04:19:46.810Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32652026-04-25T04:19:46.828Z Compiling tough v0.20.0
32662026-04-25T04:19:46.846Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32672026-04-25T04:19:46.880Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32682026-04-25T04:19:46.938Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32692026-04-25T04:19:47.006Z Compiling bcs v0.1.6
32702026-04-25T04:19:47.065Z Compiling termtree v0.5.1
32712026-04-25T04:19:47.134Z Compiling salty v0.3.0
32722026-04-25T04:19:47.244Z Compiling radium v0.7.0
32732026-04-25T04:19:47.263Z Compiling textwrap v0.16.2
32742026-04-25T04:19:47.362Z Compiling tabled v0.15.0
32752026-04-25T04:19:47.442Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32762026-04-25T04:19:47.504Z Compiling steno v0.4.1
32772026-04-25T04:19:47.581Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32782026-04-25T04:19:47.684Z Compiling humantime v2.3.0
32792026-04-25T04:19:47.759Z Compiling tagptr v0.2.0
32802026-04-25T04:19:47.775Z Compiling maybe-uninit v2.0.0
32812026-04-25T04:19:47.944Z Compiling base64 v0.21.7
32822026-04-25T04:19:47.988Z Compiling tap v1.0.1
32832026-04-25T04:19:48.008Z Compiling moka v0.12.13
32842026-04-25T04:19:48.133Z Compiling wyz v0.5.1
32852026-04-25T04:19:48.275Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32862026-04-25T04:19:48.305Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32872026-04-25T04:19:48.362Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32882026-04-25T04:19:48.392Z Compiling polyval v0.6.2
32892026-04-25T04:19:48.476Z Compiling typify-macro v0.4.3
32902026-04-25T04:19:48.546Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32912026-04-25T04:19:48.607Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32922026-04-25T04:19:48.651Z Compiling parking_lot_core v0.8.6
32932026-04-25T04:19:48.840Z Compiling funty v2.0.0
32942026-04-25T04:19:48.941Z Compiling packed_struct v0.10.1
32952026-04-25T04:19:48.962Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32962026-04-25T04:19:49.004Z Compiling hickory-resolver v0.25.2
32972026-04-25T04:19:49.297Z Compiling bitvec v1.0.1
32982026-04-25T04:19:49.532Z Compiling ghash v0.5.1
32992026-04-25T04:19:49.705Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33002026-04-25T04:19:49.721Z Compiling git-stub v1.0.0
33012026-04-25T04:19:49.818Z Compiling ctr v0.9.2
33022026-04-25T04:19:50.029Z Compiling packed_struct_codegen v0.10.1
33032026-04-25T04:19:50.062Z Compiling ssh-encoding v0.2.0
33042026-04-25T04:19:50.079Z Compiling bitfield-macros v0.19.4
33052026-04-25T04:19:50.124Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33062026-04-25T04:19:50.165Z Compiling zerocopy-derive v0.6.6
33072026-04-25T04:19:50.296Z Compiling proc-macro-error-attr2 v2.0.0
33082026-04-25T04:19:50.372Z Compiling indexmap v1.9.3
33092026-04-25T04:19:50.388Z Compiling utf-8 v0.7.6
33102026-04-25T04:19:50.405Z Compiling typify v0.4.3
33112026-04-25T04:19:50.432Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33122026-04-25T04:19:50.546Z Compiling crc-catalog v2.4.0
33132026-04-25T04:19:50.608Z Compiling nodrop v0.1.14
33142026-04-25T04:19:50.653Z Compiling crc v3.4.0
33152026-04-25T04:19:50.688Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33162026-04-25T04:19:50.713Z Compiling array-init v0.0.4
33172026-04-25T04:19:50.738Z Compiling tungstenite v0.21.0
33182026-04-25T04:19:50.755Z Compiling proc-macro-error2 v2.0.1
33192026-04-25T04:19:50.860Z Compiling aes-gcm v0.10.3
33202026-04-25T04:19:50.886Z Compiling bitfield v0.19.4
33212026-04-25T04:19:50.903Z Compiling git-stub-vcs v0.1.0
33222026-04-25T04:19:50.999Z Compiling smallvec v0.6.14
33232026-04-25T04:19:51.089Z Compiling num-derive v0.3.3
33242026-04-25T04:19:51.107Z Compiling blowfish v0.9.1
33252026-04-25T04:19:51.127Z Compiling compression-core v0.4.31
33262026-04-25T04:19:51.130Z Compiling zerocopy v0.6.6
33272026-04-25T04:19:51.236Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33282026-04-25T04:19:51.257Z Compiling unicase v2.9.0
33292026-04-25T04:19:51.313Z Compiling hashbrown v0.12.3
33302026-04-25T04:19:51.357Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33312026-04-25T04:19:51.391Z Compiling compression-codecs v0.4.37
33322026-04-25T04:19:51.408Z Compiling bcrypt-pbkdf v0.10.0
33332026-04-25T04:19:51.497Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33342026-04-25T04:19:51.514Z Compiling parking_lot v0.11.2
33352026-04-25T04:19:51.517Z Compiling mime_guess v2.0.5
33362026-04-25T04:19:51.639Z Compiling tokio-tungstenite v0.21.0
33372026-04-25T04:19:51.680Z Compiling serde-hex v0.1.0
33382026-04-25T04:19:51.728Z Compiling tabled_derive v0.11.0
33392026-04-25T04:19:51.796Z Compiling ssh-cipher v0.2.0
33402026-04-25T04:19:51.882Z Compiling progenitor-impl v0.10.0
33412026-04-25T04:19:51.951Z Compiling progenitor-impl v0.11.2
33422026-04-25T04:19:51.999Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33432026-04-25T04:19:52.077Z Compiling ron v0.8.1
33442026-04-25T04:19:52.080Z Compiling libscf-sys v1.1.0
33452026-04-25T04:19:52.112Z Compiling progenitor v0.13.0
33462026-04-25T04:19:52.115Z Compiling p521 v0.13.3
33472026-04-25T04:19:52.194Z Compiling p256 v0.13.2
33482026-04-25T04:19:52.230Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33492026-04-25T04:19:52.265Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33502026-04-25T04:19:52.287Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33512026-04-25T04:19:52.445Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33522026-04-25T04:19:52.580Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33532026-04-25T04:19:52.599Z Compiling papergrid v0.17.0
33542026-04-25T04:19:52.618Z Compiling testing_table v0.3.0
33552026-04-25T04:19:52.815Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33562026-04-25T04:19:52.976Z Compiling hashbrown v0.13.2
33572026-04-25T04:19:52.997Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33582026-04-25T04:19:53.109Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33592026-04-25T04:19:53.139Z Compiling prefix-trie v0.7.0
33602026-04-25T04:19:53.375Z Compiling fxhash v0.2.1
33612026-04-25T04:19:53.421Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33622026-04-25T04:19:53.439Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33632026-04-25T04:19:53.503Z Compiling toml_datetime v1.0.0+spec-1.1.0
33642026-04-25T04:19:53.521Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33652026-04-25T04:19:53.537Z Compiling dropshot v0.17.0
33662026-04-25T04:19:53.571Z Compiling corncobs v0.1.4
33672026-04-25T04:19:53.760Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33682026-04-25T04:19:53.763Z Compiling crc-any v2.5.0
33692026-04-25T04:19:53.797Z Compiling toml v1.0.6+spec-1.1.0
33702026-04-25T04:19:53.848Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33712026-04-25T04:19:53.866Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33722026-04-25T04:19:53.899Z Compiling tabled v0.20.0
33732026-04-25T04:19:54.017Z Compiling sled v0.34.7
33742026-04-25T04:19:54.035Z Compiling hickory-server v0.25.2
33752026-04-25T04:19:54.055Z Compiling object v0.30.4
33762026-04-25T04:19:54.388Z Compiling ssh-key v0.6.7
33772026-04-25T04:19:54.455Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33782026-04-25T04:19:54.680Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33792026-04-25T04:19:54.766Z Compiling progenitor-macro v0.11.2
33802026-04-25T04:19:54.797Z Compiling progenitor-macro v0.10.0
33812026-04-25T04:19:55.307Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33822026-04-25T04:19:55.357Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33832026-04-25T04:19:55.442Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33842026-04-25T04:19:55.569Z Compiling async-compression v0.4.41
33852026-04-25T04:19:55.780Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33862026-04-25T04:19:55.938Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33872026-04-25T04:19:56.051Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33882026-04-25T04:19:56.466Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33892026-04-25T04:19:56.512Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33902026-04-25T04:19:56.612Z Compiling progenitor-client v0.11.2
33912026-04-25T04:19:56.817Z Compiling dropshot_endpoint v0.17.0
33922026-04-25T04:19:56.974Z Compiling password-hash v0.4.2
33932026-04-25T04:19:57.007Z Compiling secrecy v0.8.0
33942026-04-25T04:19:57.197Z Compiling http-range v0.1.5
33952026-04-25T04:19:57.238Z Compiling md5 v0.7.0
33962026-04-25T04:19:57.330Z Compiling half v1.8.3
33972026-04-25T04:19:57.415Z Compiling path-slash v0.1.5
33982026-04-25T04:19:57.432Z Compiling home v0.5.12
33992026-04-25T04:19:57.532Z Compiling pbkdf2 v0.11.0
34002026-04-25T04:19:57.550Z Compiling serde_cbor v0.11.2
34012026-04-25T04:19:57.586Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34022026-04-25T04:19:57.665Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34032026-04-25T04:19:58.194Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34042026-04-25T04:19:58.485Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34052026-04-25T04:19:58.682Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
34062026-04-25T04:19:58.751Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34072026-04-25T04:19:58.766Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34082026-04-25T04:19:59.038Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34092026-04-25T04:19:59.095Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34102026-04-25T04:19:59.268Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34112026-04-25T04:19:59.498Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34122026-04-25T04:19:59.541Z Compiling yasna v0.5.2
34132026-04-25T04:19:59.581Z Compiling kstat-rs v0.2.4
34142026-04-25T04:19:59.691Z Compiling headers-core v0.3.0
34152026-04-25T04:19:59.708Z Compiling nanorand v0.7.0
34162026-04-25T04:19:59.850Z Compiling atty v0.2.14
34172026-04-25T04:19:59.934Z Compiling russh-cryptovec v0.7.3
34182026-04-25T04:19:59.992Z Compiling crc8 v0.1.1
34192026-04-25T04:20:00.013Z Compiling rcgen v0.12.1
34202026-04-25T04:20:00.032Z Compiling progenitor v0.11.2
34212026-04-25T04:20:00.052Z Compiling progenitor v0.10.0
34222026-04-25T04:20:00.052Z Compiling flume v0.11.1
34232026-04-25T04:20:00.094Z Compiling russh-keys v0.45.0
34242026-04-25T04:20:00.145Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34252026-04-25T04:20:00.149Z Compiling headers v0.4.1
34262026-04-25T04:20:00.181Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34272026-04-25T04:20:00.224Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34282026-04-25T04:20:00.246Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34292026-04-25T04:20:00.268Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34302026-04-25T04:20:00.423Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34312026-04-25T04:20:00.510Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34322026-04-25T04:20:00.710Z Compiling hyper-staticfile v0.10.1
34332026-04-25T04:20:00.927Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34342026-04-25T04:20:00.945Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34352026-04-25T04:20:00.967Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34362026-04-25T04:20:00.985Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34372026-04-25T04:20:01.041Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34382026-04-25T04:20:01.139Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34392026-04-25T04:20:01.273Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34402026-04-25T04:20:01.294Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34412026-04-25T04:20:01.366Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34422026-04-25T04:20:01.495Z Compiling russh-cryptovec v0.48.0
34432026-04-25T04:20:01.555Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34442026-04-25T04:20:01.576Z Compiling num-bigint v0.4.6
34452026-04-25T04:20:01.713Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34462026-04-25T04:20:01.732Z Compiling des v0.8.1
34472026-04-25T04:20:01.783Z Compiling russh-util v0.48.0
34482026-04-25T04:20:01.804Z Compiling subprocess v0.2.15
34492026-04-25T04:20:01.807Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34502026-04-25T04:20:01.912Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34512026-04-25T04:20:01.960Z Compiling display-error-chain v0.2.2
34522026-04-25T04:20:01.977Z Compiling hex-literal v0.4.1
34532026-04-25T04:20:02.124Z Compiling russh-keys v0.49.2
34542026-04-25T04:20:02.141Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34552026-04-25T04:20:02.288Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34562026-04-25T04:20:02.320Z Compiling colored v2.2.0
34572026-04-25T04:20:02.323Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34582026-04-25T04:20:02.523Z Compiling socket2 v0.5.10
34592026-04-25T04:20:02.609Z Compiling internet-checksum v0.2.1
34602026-04-25T04:20:02.771Z Compiling russh v0.45.0
34612026-04-25T04:20:02.985Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34622026-04-25T04:20:03.176Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34632026-04-25T04:20:05.724Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34642026-04-25T04:20:06.431Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34652026-04-25T04:20:06.714Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34662026-04-25T04:20:06.943Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34672026-04-25T04:20:14.903Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34682026-04-25T04:20:14.903Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34692026-04-25T04:20:14.906Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34702026-04-25T04:20:14.906Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34712026-04-25T04:20:16.647Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34722026-04-25T04:20:16.735Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34732026-04-25T04:20:20.944Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34742026-04-25T04:20:41.087Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34752026-04-25T04:20:51.974Zerror[E0432]: unresolved import `russh_keys::key::KeyPair`
34762026-04-25T04:20:51.974Z --> end-to-end-tests/src/instance_launch.rs:16:23
34772026-04-25T04:20:51.974Z |
34782026-04-25T04:20:51.974Z16 | use russh_keys::key::{KeyPair, PublicKey};
34792026-04-25T04:20:51.974Z | ^^^^^^^ no `KeyPair` in `key`
34802026-04-25T04:20:51.974Z
34812026-04-25T04:20:51.985Zerror[E0603]: struct `PublicKey` is private
34822026-04-25T04:20:51.985Z --> end-to-end-tests/src/instance_launch.rs:16:32
34832026-04-25T04:20:51.985Z |
34842026-04-25T04:20:51.985Z16 | use russh_keys::key::{KeyPair, PublicKey};
34852026-04-25T04:20:51.985Z | ^^^^^^^^^ private struct
34862026-04-25T04:20:51.985Z |
34872026-04-25T04:20:51.985Znote: the struct `PublicKey` is defined here
34882026-04-25T04:20:51.985Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-keys-0.49.2/src/key.rs:17:47
34892026-04-25T04:20:51.988Z |
34902026-04-25T04:20:51.988Z17 | use ssh_key::{Algorithm, EcdsaCurve, HashAlg, PublicKey};
34912026-04-25T04:20:51.988Z | ^^^^^^^^^
34922026-04-25T04:20:51.988Zhelp: import `PublicKey` directly
34932026-04-25T04:20:51.988Z |
34942026-04-25T04:20:51.988Z16 | use russh_keys::key::{KeyPair, ssh_key::public::PublicKey};
34952026-04-25T04:20:51.988Z | +++++++++++++++++
34962026-04-25T04:20:51.988Z
34972026-04-25T04:20:52.652ZSome errors have detailed explanations: E0432, E0603.
34982026-04-25T04:20:52.652ZFor more information about an error, try `rustc --explain E0432`.
34992026-04-25T04:20:52.765Zerror: could not compile `end-to-end-tests` (lib test) due to 2 previous errors
35002026-04-25T04:20:52.766Zwarning: build failed, waiting for other jobs to finish...
35012026-04-25T04:20:58.144Z
35022026-04-25T04:20:58.144Zreal 1:23.416234067
35032026-04-25T04:20:58.144Zuser 8:20.232469810
35042026-04-25T04:20:58.144Zsys 1:40.309556561
35052026-04-25T04:20:58.144Ztrap 0.259523447
35062026-04-25T04:20:58.144Ztflt 0.520147142
35072026-04-25T04:20:58.147Zdflt 1.439835214
35082026-04-25T04:20:58.147Zkflt 0.006016377
35092026-04-25T04:20:58.147Zlock 29:40.533639565
35102026-04-25T04:20:58.147Zslp 19:08.024336548
35112026-04-25T04:20:58.147Zlat 40.267130221
35122026-04-25T04:20:58.147Zstop 2:53.095114870
35132026-04-25T04:20:58.147Zprocess exited: duration 975109 ms, exit code 101
 
35142026-04-25T04:20:58.154Zfound 0 output files
35152026-04-25T04:20:58.154Zupload error: rule "/work/package.tar.gz" required a match, but was not used