01KKCEJ8EASR7JW8J997HKN4Z1: 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: 01KKCEJXWBXM3SCBE62JFPPPFX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-10T18:02:47.435Zjob assigned to worker 01KKCEK15WKGK8MYJHE9SB83YB [factory aws, i-09a8b065b46e5dceb] (queued for 1 m 2 s)
 
22026-03-10T18:02:56.590Zstarting task 0: "setup"
32026-03-10T18:02:56.595Z++ uname -s
42026-03-10T18:02:56.601Z+ kern=SunOS
52026-03-10T18:02:56.601Z+ build_user=build
62026-03-10T18:02:56.601Z+ build_uid=12345
72026-03-10T18:02:56.601Z+ work_dir=/work
82026-03-10T18:02:56.601Z+ input_dir=/input
92026-03-10T18:02:56.601Z+ [[ 0 == 12345 ]]
102026-03-10T18:02:56.601Z+ case "$kern" in
112026-03-10T18:02:56.601Z+ groupadd -g 12345 build
122026-03-10T18:02:56.606Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-10T18:02:58.608Z+ zfs create -o mountpoint=/work rpool/work
142026-03-10T18:02:58.738Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-10T18:02:58.743Z+ home_fs=zfs
162026-03-10T18:02:58.743Z+ [[ zfs == autofs ]]
172026-03-10T18:02:58.743Z+ mkdir -p /home/build
182026-03-10T18:02:58.746Z+ chown build:build /home/build /work
192026-03-10T18:02:59.745Z+ chmod 0700 /home/build /work
202026-03-10T18:02:59.749Zprocess exited: duration 3163 ms, exit code 0
 
212026-03-10T18:02:59.754Zstarting task 1: "rust-toolchain"
222026-03-10T18:02:59.759Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-10T18:02:59.759Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-10T18:02:59.759Z * rust toolchain channel = "1.91.1"
252026-03-10T18:02:59.759Z * rust toolchain profile = "default"
262026-03-10T18:02:59.760Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-10T18:02:59.760Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-10T18:02:59.762Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-10T18:02:59.762Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-10T18:02:59.895Zinfo: downloading installer
312026-03-10T18:03:01.611Zwarn: It looks like you have an existing installation of Rust at:
322026-03-10T18:03:01.611Zwarn: /opt/ooce/bin
332026-03-10T18:03:01.611Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-10T18:03:01.611Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-10T18:03:01.611Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-10T18:03:01.611Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-10T18:03:01.611Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-10T18:03:01.611Zerror: cannot install while Rust is installed
392026-03-10T18:03:01.611Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-10T18:03:01.633Zinfo: profile set to 'default'
412026-03-10T18:03:01.633Zinfo: default host triple is x86_64-unknown-illumos
422026-03-10T18:03:01.636Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-03-10T18:03:01.818Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-03-10T18:03:01.818Zinfo: downloading component 'cargo'
452026-03-10T18:03:02.800Zinfo: downloading component 'clippy'
462026-03-10T18:03:03.177Zinfo: downloading component 'rust-docs'
472026-03-10T18:03:04.950Zinfo: downloading component 'rust-std'
482026-03-10T18:03:07.127Zinfo: downloading component 'rustc'
492026-03-10T18:03:14.324Zinfo: downloading component 'rustfmt'
502026-03-10T18:03:14.602Zinfo: installing component 'cargo'
512026-03-10T18:03:15.436Zinfo: installing component 'clippy'
522026-03-10T18:03:15.794Zinfo: installing component 'rust-docs'
532026-03-10T18:03:17.563Zinfo: installing component 'rust-std'
542026-03-10T18:03:19.072Zinfo: installing component 'rustc'
552026-03-10T18:03:24.950Zinfo: installing component 'rustfmt'
562026-03-10T18:03:25.273Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-03-10T18:03:25.273Z
582026-03-10T18:03:25.699Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-03-10T18:03:25.699Z
602026-03-10T18:03:25.702Z
612026-03-10T18:03:25.702ZRust is installed now. Great!
622026-03-10T18:03:25.702Z
632026-03-10T18:03:25.702ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-10T18:03:25.702Zenvironment variable. This has not been done automatically.
652026-03-10T18:03:25.702Z
662026-03-10T18:03:25.702ZTo configure your current shell, you need to source
672026-03-10T18:03:25.702Zthe corresponding env file under $HOME/.cargo.
682026-03-10T18:03:25.702Z
692026-03-10T18:03:25.702ZThis is usually done by running one of the following (note the leading DOT):
702026-03-10T18:03:25.702Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-10T18:03:25.702Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-10T18:03:25.702Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-10T18:03:25.847Z+ rustup --version
742026-03-10T18:03:25.855Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-10T18:03:25.857Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-10T18:03:25.936Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-03-10T18:03:25.941Z+ cargo --version
782026-03-10T18:03:25.998Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-03-10T18:03:26.001Z+ rustc --version
802026-03-10T18:03:26.072Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-03-10T18:03:26.077Zprocess exited: duration 26331 ms, exit code 0
 
822026-03-10T18:03:26.083Zstarting task 2: "authentication"
832026-03-10T18:03:26.104Zprocess exited: duration 21 ms, exit code 0
 
842026-03-10T18:03:26.110Zstarting task 3: "clone repository"
852026-03-10T18:03:26.115Z+ mkdir -p /work/oxidecomputer/omicron
862026-03-10T18:03:26.118Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-03-10T18:03:26.291ZCloning into '/work/oxidecomputer/omicron'...
882026-03-10T18:04:20.177Z+ cd /work/oxidecomputer/omicron
892026-03-10T18:04:20.177Z+ git fetch origin 1a2568e91303752c4790c8822f60be9cbe1fc605
902026-03-10T18:04:21.432ZFrom https://github.com/oxidecomputer/omicron
912026-03-10T18:04:21.432Z * branch 1a2568e91303752c4790c8822f60be9cbe1fc605 -> FETCH_HEAD
922026-03-10T18:04:21.448Z+ [[ -n ea-large-helios ]]
932026-03-10T18:04:21.452Z++ git branch --show-current
942026-03-10T18:04:21.452Z+ current=main
952026-03-10T18:04:21.452Z+ [[ main != ea-large-helios ]]
962026-03-10T18:04:21.452Z+ git branch -f ea-large-helios 1a2568e91303752c4790c8822f60be9cbe1fc605
972026-03-10T18:04:21.455Z+ git checkout -f ea-large-helios
982026-03-10T18:04:21.795ZSwitched to branch 'ea-large-helios'
992026-03-10T18:04:21.798Z+ git reset --hard 1a2568e91303752c4790c8822f60be9cbe1fc605
1002026-03-10T18:04:21.817ZHEAD is now at 1a2568e91 switch some helios jobs to larger VMs
1012026-03-10T18:04:21.820Zprocess exited: duration 55725 ms, exit code 0
 
1022026-03-10T18:04:21.827Zstarting task 4: "build"
1032026-03-10T18:04:21.833Z+ source .github/buildomat/ci-env.sh
1042026-03-10T18:04:21.836Z++ export CARGO_TERM_COLOR=always
1052026-03-10T18:04:21.836Z++ CARGO_TERM_COLOR=always
1062026-03-10T18:04:21.836Z+ cargo --version
1072026-03-10T18:04:21.891Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-03-10T18:04:21.894Z+ rustc --version
1092026-03-10T18:04:21.970Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-03-10T18:04:21.974Z+ WORK=/work
1112026-03-10T18:04:21.974Z+ pfexec mkdir -p /work
1122026-03-10T18:04:21.978Z+ pfexec chown build /work
1132026-03-10T18:04:21.981Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-03-10T18:04:34.153Z Startup: Refreshing catalog 'helios-dev' ... Done
1152026-03-10T18:04:44.080Z Startup: Caching catalogs ... Done
1162026-03-10T18:05:06.460ZPlanning: Solver setup ... Done (20.665s)
1172026-03-10T18:05:06.609ZPlanning: Running solver ... Done (0.149s)
1182026-03-10T18:05:06.812ZPlanning: Finding local manifests ... Done (0.002s)
1192026-03-10T18:05:06.838ZPlanning: Fetching manifests: 0/4 0% complete
1202026-03-10T18:05:07.021ZPlanning: Fetching manifests: 4/4 100% complete
1212026-03-10T18:05:07.065ZPlanning: Package planning ... Done (0.045s)
1222026-03-10T18:05:07.106ZPlanning: Merging actions ... Done (0.041s)
1232026-03-10T18:05:07.509ZPlanning: Checking for conflicting actions ... Done (0.402s)
1242026-03-10T18:05:07.519ZPlanning: Consolidating action changes ... Done (0.010s)
1252026-03-10T18:05:09.629ZPlanning: Evaluating mediators ... Done (2.111s)
1262026-03-10T18:05:09.637ZPlanning: Planning completed in 25.41 seconds
1272026-03-10T18:05:09.935Z Packages to install: 4
1282026-03-10T18:05:09.936Z Mediators to change: 2
1292026-03-10T18:05:09.936Z Services to change: 1
1302026-03-10T18:05:09.936Z Estimated space available: 155.43 GB
1312026-03-10T18:05:09.939ZEstimated space to be consumed: 1.82 GB
1322026-03-10T18:05:09.939Z Create boot environment: No
1332026-03-10T18:05:09.939ZCreate backup boot environment: No
1342026-03-10T18:05:09.939Z Rebuild boot archive: No
1352026-03-10T18:05:09.939Z
1362026-03-10T18:05:09.939ZChanged mediators:
1372026-03-10T18:05:09.939Z mediator clang:
1382026-03-10T18:05:09.939Z version: None -> 15 (system default)
1392026-03-10T18:05:09.939Z
1402026-03-10T18:05:09.939Z mediator llvm:
1412026-03-10T18:05:09.939Z version: 14 (system default) -> 15 (system default)
1422026-03-10T18:05:09.939Z
1432026-03-10T18:05:09.939ZChanged packages:
1442026-03-10T18:05:09.939Zhelios-dev
1452026-03-10T18:05:09.939Z developer/build-essential
1462026-03-10T18:05:09.939Z None -> 11-2.0
1472026-03-10T18:05:09.939Z library/libxmlsec1
1482026-03-10T18:05:09.939Z None -> 1.2.35-2.0
1492026-03-10T18:05:09.939Z ooce/developer/clang-15
1502026-03-10T18:05:09.939Z None -> 15.0.7-2.0
1512026-03-10T18:05:09.939Z ooce/developer/llvm-15
1522026-03-10T18:05:09.939Z None -> 15.0.7-2.0
1532026-03-10T18:05:09.939Z
1542026-03-10T18:05:09.939ZServices:
1552026-03-10T18:05:09.940Z restart_fmri:
1562026-03-10T18:05:09.940Z svc:/system/update-man-index:default
1572026-03-10T18:05:10.076Z
1582026-03-10T18:05:10.076ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592026-03-10T18:05:15.078ZDownload: 2029/3290 items 118.7/212.6MB 55% complete (24.1M/s)
1602026-03-10T18:05:20.074ZDownload: 2857/3290 items 121.1/212.6MB 56% complete (12.2M/s)
1612026-03-10T18:05:26.189ZDownload: 3286/3290 items 211.9/212.6MB 99% complete (9.3M/s)
1622026-03-10T18:05:26.222ZDownload: Completed 212.60 MB in 16.15 seconds (13.2M/s)
1632026-03-10T18:05:26.440Z Actions: 1/3689 actions (Installing new actions)
1642026-03-10T18:05:31.006Z Actions: Completed 3689 actions in 4.57 seconds.
1652026-03-10T18:05:31.799Z Done (0.787s)
1662026-03-10T18:05:31.799Z Done (0.000s)
1672026-03-10T18:05:32.705Z Done (0.907s)
1682026-03-10T18:05:37.761Z Done (4.648s)
1692026-03-10T18:05:37.872Z Done (0.017s)
1702026-03-10T18:05:37.875Z Done (0.000s)
1712026-03-10T18:05:38.017Z Done (0.000s)
1722026-03-10T18:05:39.018ZPlanning: Evaluating mediator changes ... Done
1732026-03-10T18:05:39.164ZPlanning: Checking for conflicting actions ... Done
1742026-03-10T18:05:39.167ZPlanning: Consolidating action changes ... Done
1752026-03-10T18:05:39.391ZPlanning: Evaluating mediators ... Done
1762026-03-10T18:05:39.394ZPlanning: Planning completed in 0.37 seconds
1772026-03-10T18:05:39.420Z Mediators to change: 2
1782026-03-10T18:05:39.420Z Create boot environment: No
1792026-03-10T18:05:39.423ZCreate backup boot environment: No
1802026-03-10T18:05:39.464Z Done
1812026-03-10T18:05:39.464Z Done
1822026-03-10T18:05:40.259Z Done
1832026-03-10T18:05:43.637Z Done
1842026-03-10T18:05:43.723Z Done
1852026-03-10T18:05:43.726Z Done
1862026-03-10T18:05:43.905Z Done
1872026-03-10T18:05:44.459ZPlanning: Evaluating mediator changes ... Done
1882026-03-10T18:05:44.462ZPlanning: Merging actions ... Done
1892026-03-10T18:05:44.629ZPlanning: Checking for conflicting actions ... Done
1902026-03-10T18:05:44.632ZPlanning: Consolidating action changes ... Done
1912026-03-10T18:05:44.851ZPlanning: Evaluating mediators ... Done
1922026-03-10T18:05:44.891ZPlanning: Planning completed in 0.64 seconds
1932026-03-10T18:05:44.921Z Packages to change: 1
1942026-03-10T18:05:44.921Z Mediators to change: 1
1952026-03-10T18:05:44.925Z Services to change: 1
1962026-03-10T18:05:44.925Z Create boot environment: No
1972026-03-10T18:05:44.925ZCreate backup boot environment: Yes
1982026-03-10T18:05:46.874Z Actions: 1/6 actions (Updating modified actions)
1992026-03-10T18:05:46.879Z Actions: Completed 6 actions in 0.00 seconds.
2002026-03-10T18:05:46.879Z Done
2012026-03-10T18:05:46.879Z Done
2022026-03-10T18:05:47.071Z Done
2032026-03-10T18:05:50.567Z Done
2042026-03-10T18:05:50.652Z Done
2052026-03-10T18:05:50.655Z Done
2062026-03-10T18:05:50.792Z Done
2072026-03-10T18:05:51.173ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2082026-03-10T18:05:51.173Zclang system 15 system
2092026-03-10T18:05:51.173Zcsh system system illumos
2102026-03-10T18:05:51.173Zctags system system illumos
2112026-03-10T18:05:51.173Zfile system system illumos
2122026-03-10T18:05:51.173Zgcc vendor 12 vendor
2132026-03-10T18:05:51.173Zgcc system 10 system
2142026-03-10T18:05:51.173Zgcc system 7 system
2152026-03-10T18:05:51.173Zgo system 1.20 system
2162026-03-10T18:05:51.173Zgo system 1.19 system
2172026-03-10T18:05:51.173Zllvm system 15 system
2182026-03-10T18:05:51.173Zllvm system 14 system
2192026-03-10T18:05:51.173Zmariadb system 10.6 system
2202026-03-10T18:05:51.173Zmta vendor vendor dma
2212026-03-10T18:05:51.173Zopenjdk system 17 system
2222026-03-10T18:05:51.173Zopenjdk system 11 system
2232026-03-10T18:05:51.173Zopenjdk system 1.8 system
2242026-03-10T18:05:51.173Zopenssl vendor 3 vendor
2252026-03-10T18:05:51.173Zperl system 5.36 system
2262026-03-10T18:05:51.173Zpostgresql system 15 system
2272026-03-10T18:05:51.173Zpostgresql system 13 system
2282026-03-10T18:05:51.174Zpython vendor 3 vendor
2292026-03-10T18:05:51.174Zpython system 2 system
2302026-03-10T18:05:51.174Zpython3 system 3.11 system
2312026-03-10T18:05:51.174Zruby system 3.0 system
2322026-03-10T18:05:51.174Zwords vendor vendor american-english
2332026-03-10T18:05:51.174Zwords system system australian-english
2342026-03-10T18:05:51.174Zwords system system british-english
2352026-03-10T18:05:51.174Zwords system system canadian-english
2362026-03-10T18:05:51.174Zwords system system french
2372026-03-10T18:05:51.174Zwords system system italian
2382026-03-10T18:05:51.174Zwords system system ngerman
2392026-03-10T18:05:51.174Zwords system system ogerman
2402026-03-10T18:05:51.174Zwords system system spanish
2412026-03-10T18:05:51.481ZPUBLISHER TYPE STATUS P LOCATION
2422026-03-10T18:05:51.481Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2432026-03-10T18:05:57.718ZFMRI IFO
2442026-03-10T18:05:57.718Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2452026-03-10T18:05:57.718Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2462026-03-10T18:05:57.718Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2472026-03-10T18:05:57.718Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2482026-03-10T18:05:57.718Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2492026-03-10T18:05:57.719Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2502026-03-10T18:05:57.719Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2512026-03-10T18:05:57.719Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2522026-03-10T18:05:57.719Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2532026-03-10T18:05:57.719Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2542026-03-10T18:05:57.719Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2552026-03-10T18:05:57.719Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2562026-03-10T18:05:57.719Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2572026-03-10T18:05:57.719Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2582026-03-10T18:05:57.719Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2592026-03-10T18:05:57.719Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2602026-03-10T18:05:59.200Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2612026-03-10T18:05:59.513Z Updating crates.io index
2622026-03-10T18:05:59.517Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2632026-03-10T18:05:59.822Z Updating git repository `https://github.com/oxidecomputer/lldp`
2642026-03-10T18:06:00.964Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2652026-03-10T18:06:01.241Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2662026-03-10T18:06:01.767Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672026-03-10T18:06:04.230Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682026-03-10T18:06:09.838Z Updating git repository `https://github.com/oxidecomputer/opte`
2692026-03-10T18:06:12.306Z Updating git repository `https://github.com/oxidecomputer/tofino`
2702026-03-10T18:06:12.609Z Updating git repository `https://github.com/oxidecomputer/falcon`
2712026-03-10T18:06:15.192Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722026-03-10T18:06:16.995Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732026-03-10T18:06:19.108Z Updating git repository `https://github.com/oxidecomputer/clickward`
2742026-03-10T18:06:19.613Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2752026-03-10T18:06:20.580Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2762026-03-10T18:06:20.980Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2772026-03-10T18:06:23.078Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-03-10T18:06:23.763Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-03-10T18:06:24.077Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2802026-03-10T18:06:24.646Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2812026-03-10T18:06:25.436Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2822026-03-10T18:06:25.748Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2832026-03-10T18:06:26.043Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2842026-03-10T18:06:26.303Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2852026-03-10T18:06:26.822Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2862026-03-10T18:06:27.635Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2872026-03-10T18:06:28.316Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2882026-03-10T18:06:28.778Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2892026-03-10T18:06:29.346Z Updating git repository `https://github.com/oxidecomputer/ispf`
2902026-03-10T18:06:29.662Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2912026-03-10T18:06:31.602Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2922026-03-10T18:06:31.928Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2932026-03-10T18:06:32.283Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2942026-03-10T18:06:32.638Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2952026-03-10T18:06:32.995Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2962026-03-10T18:06:33.487Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2972026-03-10T18:06:33.989Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2982026-03-10T18:06:34.304Z Updating git repository `https://github.com/illumos/smf-rs`
2992026-03-10T18:06:34.745Z Updating git repository `https://github.com/oxidecomputer/omicron`
3002026-03-10T18:07:44.648Z Downloading crates ...
3012026-03-10T18:07:44.708Z Downloaded colorchoice v1.0.4
3022026-03-10T18:07:44.712Z Downloaded heck v0.5.0
3032026-03-10T18:07:44.716Z Downloaded autocfg v1.5.0
3042026-03-10T18:07:44.719Z Downloaded plain v0.2.3
3052026-03-10T18:07:44.719Z Downloaded scroll_derive v0.12.1
3062026-03-10T18:07:44.724Z Downloaded anstyle-query v1.1.5
3072026-03-10T18:07:44.728Z Downloaded idna v1.1.0
3082026-03-10T18:07:44.730Z Downloaded dof v0.3.0
3092026-03-10T18:07:44.733Z Downloaded erased-serde v0.4.9
3102026-03-10T18:07:44.736Z Downloaded equivalent v1.0.2
3112026-03-10T18:07:44.739Z Downloaded crypto-common v0.1.7
3122026-03-10T18:07:44.739Z Downloaded serde_derive v1.0.228
3132026-03-10T18:07:44.743Z Downloaded block-buffer v0.10.4
3142026-03-10T18:07:44.743Z Downloaded textwrap v0.16.2
3152026-03-10T18:07:44.746Z Downloaded utf8parse v0.2.2
3162026-03-10T18:07:44.746Z Downloaded thread-id v4.2.2
3172026-03-10T18:07:44.746Z Downloaded semver v1.0.27
3182026-03-10T18:07:44.748Z Downloaded cargo_metadata v0.21.0
3192026-03-10T18:07:44.753Z Downloaded terminal_size v0.4.3
3202026-03-10T18:07:44.753Z Downloaded usdt-macro v0.5.0
3212026-03-10T18:07:44.756Z Downloaded litemap v0.8.1
3222026-03-10T18:07:44.756Z Downloaded fastrand v2.3.0
3232026-03-10T18:07:44.759Z Downloaded zerofrom-derive v0.1.6
3242026-03-10T18:07:44.759Z Downloaded unicode-ident v1.0.24
3252026-03-10T18:07:44.761Z Downloaded toml_write v0.1.2
3262026-03-10T18:07:44.764Z Downloaded idna_adapter v1.2.1
3272026-03-10T18:07:44.764Z Downloaded serde-value v0.7.0
3282026-03-10T18:07:44.764Z Downloaded clap v4.5.60
3292026-03-10T18:07:44.770Z Downloaded zerofrom v0.1.6
3302026-03-10T18:07:44.775Z Downloaded utf8_iter v1.0.4
3312026-03-10T18:07:44.775Z Downloaded usdt v0.5.0
3322026-03-10T18:07:44.775Z Downloaded serde_spanned v0.6.9
3332026-03-10T18:07:44.780Z Downloaded version_check v0.9.5
3342026-03-10T18:07:44.780Z Downloaded num-traits v0.2.19
3352026-03-10T18:07:44.780Z Downloaded writeable v0.6.2
3362026-03-10T18:07:44.783Z Downloaded usdt-impl v0.5.0
3372026-03-10T18:07:44.783Z Downloaded usdt-attr-macro v0.5.0
3382026-03-10T18:07:44.783Z Downloaded digest v0.10.7
3392026-03-10T18:07:44.783Z Downloaded anstyle-parse v0.2.7
3402026-03-10T18:07:44.786Z Downloaded hashbrown v0.16.1
3412026-03-10T18:07:44.789Z Downloaded yoke-derive v0.8.1
3422026-03-10T18:07:44.794Z Downloaded ordered-float v2.10.1
3432026-03-10T18:07:44.794Z Downloaded unicode-xid v0.2.6
3442026-03-10T18:07:44.794Z Downloaded strsim v0.11.1
3452026-03-10T18:07:44.799Z Downloaded toml_datetime v0.6.11
3462026-03-10T18:07:44.800Z Downloaded clap_lex v1.0.0
3472026-03-10T18:07:44.800Z Downloaded yoke v0.8.1
3482026-03-10T18:07:44.800Z Downloaded thiserror v2.0.18
3492026-03-10T18:07:44.803Z Downloaded zerovec-derive v0.11.2
3502026-03-10T18:07:44.803Z Downloaded thiserror v1.0.69
3512026-03-10T18:07:44.806Z Downloaded form_urlencoded v1.2.2
3522026-03-10T18:07:44.806Z Downloaded cpufeatures v0.2.17
3532026-03-10T18:07:44.810Z Downloaded unicode-linebreak v0.1.5
3542026-03-10T18:07:44.810Z Downloaded typeid v1.0.3
3552026-03-10T18:07:44.810Z Downloaded toml v0.8.23
3562026-03-10T18:07:44.813Z Downloaded potential_utf v0.1.4
3572026-03-10T18:07:44.813Z Downloaded dtrace-parser v0.2.0
3582026-03-10T18:07:44.813Z Downloaded cargo-platform v0.2.0
3592026-03-10T18:07:44.816Z Downloaded fnv v1.0.7
3602026-03-10T18:07:44.816Z Downloaded typenum v1.19.0
3612026-03-10T18:07:44.819Z Downloaded ucd-trie v0.1.7
3622026-03-10T18:07:44.819Z Downloaded thiserror-impl v2.0.18
3632026-03-10T18:07:44.819Z Downloaded heck v0.4.1
3642026-03-10T18:07:44.819Z Downloaded thiserror-impl v1.0.69
3652026-03-10T18:07:44.822Z Downloaded generic-array v0.14.7
3662026-03-10T18:07:44.822Z Downloaded percent-encoding v2.3.2
3672026-03-10T18:07:44.825Z Downloaded zmij v1.0.21
3682026-03-10T18:07:44.825Z Downloaded tinystr v0.8.2
3692026-03-10T18:07:44.828Z Downloaded proc-macro-error-attr v1.0.4
3702026-03-10T18:07:44.828Z Downloaded pretty-hex v0.4.1
3712026-03-10T18:07:44.828Z Downloaded macaddr v1.0.1
3722026-03-10T18:07:44.831Z Downloaded errno v0.3.14
3732026-03-10T18:07:44.835Z Downloaded smawk v0.3.2
3742026-03-10T18:07:44.838Z Downloaded zerocopy-derive v0.7.35
3752026-03-10T18:07:44.839Z Downloaded itoa v1.0.17
3762026-03-10T18:07:44.842Z Downloaded is_terminal_polyfill v1.70.2
3772026-03-10T18:07:44.842Z Downloaded toml_edit v0.22.27
3782026-03-10T18:07:44.845Z Downloaded tabled_derive v0.7.0
3792026-03-10T18:07:44.851Z Downloaded zerotrie v0.2.3
3802026-03-10T18:07:44.854Z Downloaded memmap v0.7.0
3812026-03-10T18:07:44.857Z Downloaded url v2.5.8
3822026-03-10T18:07:44.857Z Downloaded stable_deref_trait v1.2.1
3832026-03-10T18:07:44.860Z Downloaded swrite v0.1.0
3842026-03-10T18:07:44.860Z Downloaded zerovec v0.11.5
3852026-03-10T18:07:44.863Z Downloaded camino-tempfile v1.4.1
3862026-03-10T18:07:44.869Z Downloaded zerocopy v0.7.35
3872026-03-10T18:07:44.880Z Downloaded winnow v0.7.14
3882026-03-10T18:07:44.887Z Downloaded sha2 v0.10.9
3892026-03-10T18:07:44.890Z Downloaded scroll v0.12.0
3902026-03-10T18:07:44.890Z Downloaded synstructure v0.13.2
3912026-03-10T18:07:44.892Z Downloaded displaydoc v0.2.5
3922026-03-10T18:07:44.895Z Downloaded unicode-width v0.2.0
3932026-03-10T18:07:44.898Z Downloaded unicode-width v0.1.14
3942026-03-10T18:07:44.900Z Downloaded proc-macro-error v1.0.4
3952026-03-10T18:07:44.903Z Downloaded anstyle v1.0.13
3962026-03-10T18:07:44.910Z Downloaded bytecount v0.6.9
3972026-03-10T18:07:44.913Z Downloaded anstream v0.6.21
3982026-03-10T18:07:44.913Z Downloaded bitflags v2.11.0
3992026-03-10T18:07:44.918Z Downloaded serde_tokenstream v0.2.3
4002026-03-10T18:07:44.921Z Downloaded byteorder v1.5.0
4012026-03-10T18:07:44.921Z Downloaded serde-untagged v0.1.9
4022026-03-10T18:07:44.926Z Downloaded quote v1.0.44
4032026-03-10T18:07:44.929Z Downloaded cargo_toml v0.21.0
4042026-03-10T18:07:44.932Z Downloaded cargo-util-schemas v0.8.2
4052026-03-10T18:07:44.935Z Downloaded cfg-if v1.0.4
4062026-03-10T18:07:44.938Z Downloaded anyhow v1.0.102
4072026-03-10T18:07:44.941Z Downloaded tempfile v3.25.0
4082026-03-10T18:07:44.944Z Downloaded once_cell v1.21.3
4092026-03-10T18:07:44.947Z Downloaded clap_derive v4.5.55
4102026-03-10T18:07:44.950Z Downloaded smallvec v1.15.1
4112026-03-10T18:07:44.950Z Downloaded camino v1.2.2
4122026-03-10T18:07:44.953Z Downloaded fs-err v3.3.0
4132026-03-10T18:07:44.956Z Downloaded icu_properties v2.1.2
4142026-03-10T18:07:44.958Z Downloaded pest_derive v2.8.6
4152026-03-10T18:07:44.972Z Downloaded icu_provider v2.1.1
4162026-03-10T18:07:44.975Z Downloaded getrandom v0.4.1
4172026-03-10T18:07:44.978Z Downloaded proc-macro2 v1.0.106
4182026-03-10T18:07:44.981Z Downloaded pest_generator v2.8.6
4192026-03-10T18:07:44.981Z Downloaded papergrid v0.11.0
4202026-03-10T18:07:44.983Z Downloaded pest_meta v2.8.6
4212026-03-10T18:07:44.987Z Downloaded icu_locale_core v2.1.1
4222026-03-10T18:07:44.992Z Downloaded log v0.4.29
4232026-03-10T18:07:44.997Z Downloaded serde_core v1.0.228
4242026-03-10T18:07:45.001Z Downloaded icu_normalizer v2.1.1
4252026-03-10T18:07:45.004Z Downloaded icu_normalizer_data v2.1.1
4262026-03-10T18:07:45.012Z Downloaded icu_collections v2.1.1
4272026-03-10T18:07:45.015Z Downloaded serde v1.0.228
4282026-03-10T18:07:45.029Z Downloaded memchr v2.8.0
4292026-03-10T18:07:45.048Z Downloaded indexmap v2.13.0
4302026-03-10T18:07:45.056Z Downloaded icu_properties_data v2.1.2
4312026-03-10T18:07:45.065Z Downloaded goblin v0.8.2
4322026-03-10T18:07:45.072Z Downloaded pest v2.8.6
4332026-03-10T18:07:45.077Z Downloaded clap_builder v4.5.60
4342026-03-10T18:07:45.097Z Downloaded serde_json v1.0.149
4352026-03-10T18:07:45.102Z Downloaded tabled v0.15.0
4362026-03-10T18:07:45.117Z Downloaded syn v1.0.109
4372026-03-10T18:07:45.129Z Downloaded syn v2.0.117
4382026-03-10T18:07:45.137Z Downloaded rustix v1.1.3
4392026-03-10T18:07:45.175Z Downloaded libc v0.2.180
4402026-03-10T18:07:45.258Z Compiling proc-macro2 v1.0.106
4412026-03-10T18:07:45.261Z Compiling unicode-ident v1.0.24
4422026-03-10T18:07:45.261Z Compiling quote v1.0.44
4432026-03-10T18:07:45.261Z Compiling serde_core v1.0.228
4442026-03-10T18:07:45.261Z Compiling libc v0.2.180
4452026-03-10T18:07:45.261Z Compiling version_check v0.9.5
4462026-03-10T18:07:45.261Z Compiling stable_deref_trait v1.2.1
4472026-03-10T18:07:45.261Z Compiling memchr v2.8.0
4482026-03-10T18:07:45.261Z Compiling serde v1.0.228
4492026-03-10T18:07:45.261Z Compiling zmij v1.0.21
4502026-03-10T18:07:45.474Z Compiling itoa v1.0.17
4512026-03-10T18:07:45.497Z Compiling ucd-trie v0.1.7
4522026-03-10T18:07:45.500Z Compiling autocfg v1.5.0
4532026-03-10T18:07:45.500Z Compiling thiserror v1.0.69
4542026-03-10T18:07:45.517Z Compiling litemap v0.8.1
4552026-03-10T18:07:45.781Z Compiling writeable v0.6.2
4562026-03-10T18:07:45.806Z Compiling byteorder v1.5.0
4572026-03-10T18:07:45.831Z Compiling icu_normalizer_data v2.1.1
4582026-03-10T18:07:45.971Z Compiling rustix v1.1.3
4592026-03-10T18:07:46.001Z Compiling icu_properties_data v2.1.2
4602026-03-10T18:07:46.250Z Compiling pest v2.8.6
4612026-03-10T18:07:46.282Z Compiling serde_json v1.0.149
4622026-03-10T18:07:46.308Z Compiling bitflags v2.11.0
4632026-03-10T18:07:46.637Z Compiling num-traits v0.2.19
4642026-03-10T18:07:46.715Z Compiling typeid v1.0.3
4652026-03-10T18:07:46.900Z Compiling smallvec v1.15.1
4662026-03-10T18:07:47.114Z Compiling hashbrown v0.16.1
4672026-03-10T18:07:47.119Z Compiling equivalent v1.0.2
4682026-03-10T18:07:47.148Z Compiling proc-macro-error-attr v1.0.4
4692026-03-10T18:07:47.175Z Compiling usdt-impl v0.5.0
4702026-03-10T18:07:47.178Z Compiling winnow v0.7.14
4712026-03-10T18:07:47.236Z Compiling syn v1.0.109
4722026-03-10T18:07:47.359Z Compiling erased-serde v0.4.9
4732026-03-10T18:07:47.363Z Compiling toml_write v0.1.2
4742026-03-10T18:07:47.605Z Compiling errno v0.3.14
4752026-03-10T18:07:47.632Z Compiling thread-id v4.2.2
4762026-03-10T18:07:47.695Z Compiling proc-macro-error v1.0.4
4772026-03-10T18:07:47.764Z Compiling getrandom v0.4.1
4782026-03-10T18:07:47.863Z Compiling indexmap v2.13.0
4792026-03-10T18:07:47.866Z Compiling pest_meta v2.8.6
4802026-03-10T18:07:47.928Z Compiling log v0.4.29
4812026-03-10T18:07:47.957Z Compiling thiserror v2.0.18
4822026-03-10T18:07:48.024Z Compiling camino v1.2.2
4832026-03-10T18:07:48.082Z Compiling syn v2.0.117
4842026-03-10T18:07:48.110Z Compiling utf8_iter v1.0.4
4852026-03-10T18:07:48.154Z Compiling plain v0.2.3
4862026-03-10T18:07:48.157Z Compiling percent-encoding v2.3.2
4872026-03-10T18:07:48.215Z Compiling utf8parse v0.2.2
4882026-03-10T18:07:48.385Z Compiling form_urlencoded v1.2.2
4892026-03-10T18:07:48.441Z Compiling anstyle-parse v0.2.7
4902026-03-10T18:07:48.525Z Compiling colorchoice v1.0.4
4912026-03-10T18:07:48.605Z Compiling ordered-float v2.10.1
4922026-03-10T18:07:48.638Z Compiling cfg-if v1.0.4
4932026-03-10T18:07:48.696Z Compiling anstyle-query v1.1.5
4942026-03-10T18:07:48.725Z Compiling pretty-hex v0.4.1
4952026-03-10T18:07:48.754Z Compiling anstyle v1.0.13
4962026-03-10T18:07:48.757Z Compiling is_terminal_polyfill v1.70.2
4972026-03-10T18:07:48.873Z Compiling fs-err v3.3.0
4982026-03-10T18:07:48.938Z Compiling fastrand v2.3.0
4992026-03-10T18:07:48.942Z Compiling once_cell v1.21.3
5002026-03-10T18:07:48.942Z Compiling heck v0.4.1
5012026-03-10T18:07:49.021Z Compiling unicode-width v0.1.14
5022026-03-10T18:07:49.050Z Compiling anstream v0.6.21
5032026-03-10T18:07:49.078Z Compiling anyhow v1.0.102
5042026-03-10T18:07:49.108Z Compiling terminal_size v0.4.3
5052026-03-10T18:07:49.197Z Compiling clap_lex v1.0.0
5062026-03-10T18:07:49.317Z Compiling heck v0.5.0
5072026-03-10T18:07:49.320Z Compiling bytecount v0.6.9
5082026-03-10T18:07:49.320Z Compiling unicode-xid v0.2.6
5092026-03-10T18:07:49.426Z Compiling fnv v1.0.7
5102026-03-10T18:07:49.494Z Compiling strsim v0.11.1
5112026-03-10T18:07:49.527Z Compiling tempfile v3.25.0
5122026-03-10T18:07:49.559Z Compiling papergrid v0.11.0
5132026-03-10T18:07:49.562Z Compiling memmap v0.7.0
5142026-03-10T18:07:49.562Z Compiling smawk v0.3.2
5152026-03-10T18:07:49.653Z Compiling unicode-width v0.2.0
5162026-03-10T18:07:49.656Z Compiling unicode-linebreak v0.1.5
5172026-03-10T18:07:49.736Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5182026-03-10T18:07:50.022Z Compiling semver v1.0.27
5192026-03-10T18:07:50.088Z Compiling clap_builder v4.5.60
5202026-03-10T18:07:50.092Z Compiling textwrap v0.16.2
5212026-03-10T18:07:50.179Z Compiling swrite v0.1.0
5222026-03-10T18:07:50.469Z Compiling camino-tempfile v1.4.1
5232026-03-10T18:07:50.501Z Compiling serde-untagged v0.1.9
5242026-03-10T18:07:50.846Z Compiling tabled_derive v0.7.0
5252026-03-10T18:07:51.771Z Compiling tabled v0.15.0
5262026-03-10T18:07:51.971Z Compiling synstructure v0.13.2
5272026-03-10T18:07:51.971Z Compiling pest_generator v2.8.6
5282026-03-10T18:07:52.678Z Compiling serde_derive v1.0.228
5292026-03-10T18:07:52.678Z Compiling zerofrom-derive v0.1.6
5302026-03-10T18:07:52.678Z Compiling yoke-derive v0.8.1
5312026-03-10T18:07:52.681Z Compiling zerovec-derive v0.11.2
5322026-03-10T18:07:52.681Z Compiling displaydoc v0.2.5
5332026-03-10T18:07:52.706Z Compiling thiserror-impl v1.0.69
5342026-03-10T18:07:52.734Z Compiling zerocopy-derive v0.7.35
5352026-03-10T18:07:52.760Z Compiling scroll_derive v0.12.1
5362026-03-10T18:07:52.763Z Compiling pest_derive v2.8.6
5372026-03-10T18:07:52.882Z Compiling thiserror-impl v2.0.18
5382026-03-10T18:07:52.910Z Compiling clap_derive v4.5.55
5392026-03-10T18:07:53.816Z Compiling scroll v0.12.0
5402026-03-10T18:07:54.080Z Compiling zerocopy v0.7.35
5412026-03-10T18:07:54.150Z Compiling goblin v0.8.2
5422026-03-10T18:07:54.248Z Compiling zerofrom v0.1.6
5432026-03-10T18:07:54.380Z Compiling dtrace-parser v0.2.0
5442026-03-10T18:07:54.402Z Compiling yoke v0.8.1
5452026-03-10T18:07:54.607Z Compiling zerovec v0.11.5
5462026-03-10T18:07:54.607Z Compiling zerotrie v0.2.3
5472026-03-10T18:07:54.910Z Compiling clap v4.5.60
5482026-03-10T18:07:55.223Z Compiling tinystr v0.8.2
5492026-03-10T18:07:55.223Z Compiling potential_utf v0.1.4
5502026-03-10T18:07:55.382Z Compiling icu_collections v2.1.1
5512026-03-10T18:07:55.427Z Compiling icu_locale_core v2.1.1
5522026-03-10T18:07:56.208Z Compiling serde_spanned v0.6.9
5532026-03-10T18:07:56.208Z Compiling toml_datetime v0.6.11
5542026-03-10T18:07:56.212Z Compiling serde-value v0.7.0
5552026-03-10T18:07:56.212Z Compiling cargo-platform v0.2.0
5562026-03-10T18:07:56.212Z Compiling macaddr v1.0.1
5572026-03-10T18:07:56.260Z Compiling icu_provider v2.1.1
5582026-03-10T18:07:56.289Z Compiling dof v0.3.0
5592026-03-10T18:07:56.292Z Compiling serde_tokenstream v0.2.3
5602026-03-10T18:07:56.544Z Compiling toml_edit v0.22.27
5612026-03-10T18:07:56.696Z Compiling icu_normalizer v2.1.1
5622026-03-10T18:07:56.696Z Compiling icu_properties v2.1.2
5632026-03-10T18:07:57.338Z Compiling usdt-attr-macro v0.5.0
5642026-03-10T18:07:57.340Z Compiling usdt-macro v0.5.0
5652026-03-10T18:07:57.903Z Compiling idna_adapter v1.2.1
5662026-03-10T18:07:58.056Z Compiling idna v1.1.0
5672026-03-10T18:07:58.181Z Compiling usdt v0.5.0
5682026-03-10T18:07:58.408Z Compiling toml v0.8.23
5692026-03-10T18:07:58.432Z Compiling url v2.5.8
5702026-03-10T18:07:58.898Z Compiling cargo_toml v0.21.0
5712026-03-10T18:07:58.974Z Compiling cargo-util-schemas v0.8.2
5722026-03-10T18:08:00.176Z Compiling cargo_metadata v0.21.0
5732026-03-10T18:08:01.507Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5742026-03-10T18:08:04.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
5752026-03-10T18:08:04.890Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5762026-03-10T18:08:05.639Z Downloading crates ...
5772026-03-10T18:08:05.772Z Downloaded ahash v0.8.12
5782026-03-10T18:08:05.775Z Downloaded crc-catalog v2.4.0
5792026-03-10T18:08:05.780Z Downloaded bitflags v1.3.2
5802026-03-10T18:08:05.784Z Downloaded aes v0.8.4
5812026-03-10T18:08:05.790Z Downloaded cbc v0.1.2
5822026-03-10T18:08:05.794Z Downloaded env_logger v0.11.9
5832026-03-10T18:08:05.799Z Downloaded bzip2 v0.6.1
5842026-03-10T18:08:05.804Z Downloaded cargo_metadata v0.19.2
5852026-03-10T18:08:05.811Z Downloaded curve25519-dalek-derive v0.1.1
5862026-03-10T18:08:05.814Z Downloaded fd-lock v4.0.4
5872026-03-10T18:08:05.814Z Downloaded darling_macro v0.21.3
5882026-03-10T18:08:05.817Z Downloaded darling_core v0.21.3
5892026-03-10T18:08:05.821Z Downloaded derive-ex v0.1.8
5902026-03-10T18:08:05.825Z Downloaded derive_builder v0.20.2
5912026-03-10T18:08:05.830Z Downloaded cookie v0.18.1
5922026-03-10T18:08:05.834Z Downloaded data-encoding v2.10.0
5932026-03-10T18:08:05.839Z Downloaded crc v3.4.0
5942026-03-10T18:08:05.843Z Downloaded debug-ignore v1.0.5
5952026-03-10T18:08:05.845Z Downloaded block-padding v0.3.3
5962026-03-10T18:08:05.850Z Downloaded ciborium-io v0.2.2
5972026-03-10T18:08:05.855Z Downloaded difflib v0.4.0
5982026-03-10T18:08:05.858Z Downloaded defmt v1.0.1
5992026-03-10T18:08:05.861Z Downloaded const_format_proc_macros v0.2.34
6002026-03-10T18:08:05.864Z Downloaded crossbeam-epoch v0.9.18
6012026-03-10T18:08:05.868Z Downloaded enum-as-inner v0.6.1
6022026-03-10T18:08:05.872Z Downloaded ciborium-ll v0.2.2
6032026-03-10T18:08:05.875Z Downloaded embedded-io v0.6.1
6042026-03-10T18:08:05.878Z Downloaded foreign-types-shared v0.3.1
6052026-03-10T18:08:05.881Z Downloaded foreign-types-macros v0.2.3
6062026-03-10T18:08:05.886Z Downloaded bit-set v0.5.3
6072026-03-10T18:08:05.890Z Downloaded fixedbitset v0.4.2
6082026-03-10T18:08:05.893Z Downloaded cstr-argument v0.1.2
6092026-03-10T18:08:05.896Z Downloaded defmt v0.3.100
6102026-03-10T18:08:05.896Z Downloaded dirs-sys-next v0.1.2
6112026-03-10T18:08:05.899Z Downloaded funty v2.0.0
6122026-03-10T18:08:05.902Z Downloaded embedded-io v0.4.0
6132026-03-10T18:08:05.907Z Downloaded dtrace-parser v0.3.0
6142026-03-10T18:08:05.911Z Downloaded flagset v0.4.7
6152026-03-10T18:08:05.917Z Downloaded gethostname v0.5.0
6162026-03-10T18:08:05.917Z Downloaded git-stub v1.0.0
6172026-03-10T18:08:05.923Z Downloaded futures-sink v0.3.32
6182026-03-10T18:08:05.923Z Downloaded globwalk v0.9.1
6192026-03-10T18:08:05.928Z Downloaded ghash v0.5.1
6202026-03-10T18:08:05.928Z Downloaded hex-literal v0.4.1
6212026-03-10T18:08:05.934Z Downloaded http-range v0.1.5
6222026-03-10T18:08:05.939Z Downloaded foreign-types v0.5.0
6232026-03-10T18:08:05.939Z Downloaded foreign-types v0.3.2
6242026-03-10T18:08:05.942Z Downloaded derive_builder_core v0.20.2
6252026-03-10T18:08:05.942Z Downloaded crossbeam-deque v0.8.6
6262026-03-10T18:08:05.945Z Downloaded fallible-iterator v0.2.0
6272026-03-10T18:08:05.950Z Downloaded hash32 v0.3.1
6282026-03-10T18:08:05.952Z Downloaded fxhash v0.2.1
6292026-03-10T18:08:05.953Z Downloaded chacha20 v0.9.1
6302026-03-10T18:08:05.956Z Downloaded headers-core v0.3.0
6312026-03-10T18:08:05.960Z Downloaded fs-err v2.11.0
6322026-03-10T18:08:05.963Z Downloaded hostname v0.4.2
6332026-03-10T18:08:05.966Z Downloaded http-body v1.0.1
6342026-03-10T18:08:05.970Z Downloaded hostname v0.3.1
6352026-03-10T18:08:05.974Z Downloaded either v1.15.0
6362026-03-10T18:08:05.991Z Downloaded hubpack_derive v0.1.1
6372026-03-10T18:08:05.994Z Downloaded indoc v1.0.9
6382026-03-10T18:08:05.997Z Downloaded indent_write v2.2.0
6392026-03-10T18:08:06.001Z Downloaded internet-checksum v0.2.1
6402026-03-10T18:08:06.003Z Downloaded instability v0.3.11
6412026-03-10T18:08:06.008Z Downloaded foldhash v0.2.0
6422026-03-10T18:08:06.011Z Downloaded group v0.13.0
6432026-03-10T18:08:06.014Z Downloaded const-oid v0.9.6
6442026-03-10T18:08:06.014Z Downloaded corncobs v0.1.4
6452026-03-10T18:08:06.017Z Downloaded is_ci v1.2.0
6462026-03-10T18:08:06.021Z Downloaded is-terminal v0.4.17
6472026-03-10T18:08:06.023Z Downloaded inout v0.1.4
6482026-03-10T18:08:06.029Z Downloaded hyper-staticfile v0.10.1
6492026-03-10T18:08:06.035Z Downloaded http-body-util v0.1.3
6502026-03-10T18:08:06.043Z Downloaded kstat-rs v0.2.4
6512026-03-10T18:08:06.043Z Downloaded lazy_static v1.5.0
6522026-03-10T18:08:06.043Z Downloaded lalrpop-util v0.19.12
6532026-03-10T18:08:06.048Z Downloaded lzss v0.8.2
6542026-03-10T18:08:06.048Z Downloaded md-5 v0.10.6
6552026-03-10T18:08:06.048Z Downloaded libscf-sys v1.1.0
6562026-03-10T18:08:06.050Z Downloaded linked-hash-map v0.5.6
6572026-03-10T18:08:06.053Z Downloaded maplit v1.0.2
6582026-03-10T18:08:06.058Z Downloaded memoffset v0.9.1
6592026-03-10T18:08:06.058Z Downloaded nibble_vec v0.1.0
6602026-03-10T18:08:06.062Z Downloaded newtype_derive v0.1.6
6612026-03-10T18:08:06.066Z Downloaded getrandom v0.2.17
6622026-03-10T18:08:06.070Z Downloaded crossbeam-utils v0.8.21
6632026-03-10T18:08:06.070Z Downloaded match_cfg v0.1.0
6642026-03-10T18:08:06.074Z Downloaded newline-converter v0.3.0
6652026-03-10T18:08:06.083Z Downloaded jobserver v0.1.34
6662026-03-10T18:08:06.088Z Downloaded normalize-line-endings v0.3.0
6672026-03-10T18:08:06.088Z Downloaded nonempty v0.12.0
6682026-03-10T18:08:06.088Z Downloaded multimap v0.10.1
6692026-03-10T18:08:06.088Z Downloaded libefi-sys v0.1.0
6702026-03-10T18:08:06.092Z Downloaded ipnet v2.11.0
6712026-03-10T18:08:06.096Z Downloaded newtype-uuid-macros v0.1.0
6722026-03-10T18:08:06.096Z Downloaded num v0.4.3
6732026-03-10T18:08:06.099Z Downloaded half v1.8.3
6742026-03-10T18:08:06.102Z Downloaded nodrop v0.1.14
6752026-03-10T18:08:06.105Z Downloaded ingot-types v0.1.2
6762026-03-10T18:08:06.108Z Downloaded instant v0.1.13
6772026-03-10T18:08:06.108Z Downloaded num-derive v0.4.2
6782026-03-10T18:08:06.111Z Downloaded num-derive v0.3.3
6792026-03-10T18:08:06.121Z Downloaded linear-map v1.2.0
6802026-03-10T18:08:06.126Z Downloaded libsw v3.5.0
6812026-03-10T18:08:06.126Z Downloaded opaque-debug v0.3.1
6822026-03-10T18:08:06.126Z Downloaded olpc-cjson v0.1.4
6832026-03-10T18:08:06.126Z Downloaded num_enum_derive v0.5.11
6842026-03-10T18:08:06.174Z Downloaded oso-derive v0.27.3
6852026-03-10T18:08:06.174Z Downloaded iana-time-zone v0.1.65
6862026-03-10T18:08:06.181Z Downloaded futures-channel v0.3.32
6872026-03-10T18:08:06.181Z Downloaded highway v1.3.0
6882026-03-10T18:08:06.181Z Downloaded find-msvc-tools v0.1.9
6892026-03-10T18:08:06.181Z Downloaded dropshot_endpoint v0.16.7
6902026-03-10T18:08:06.181Z Downloaded derive_more v0.99.20
6912026-03-10T18:08:06.181Z Downloaded packed_struct_codegen v0.10.1
6922026-03-10T18:08:06.181Z Downloaded mime_guess v2.0.5
6932026-03-10T18:08:06.181Z Downloaded elliptic-curve v0.13.8
6942026-03-10T18:08:06.181Z Downloaded nanorand v0.7.0
6952026-03-10T18:08:06.181Z Downloaded native-tls v0.2.18
6962026-03-10T18:08:06.181Z Downloaded parse-size v1.1.0
6972026-03-10T18:08:06.181Z Downloaded parse-display v0.10.0
6982026-03-10T18:08:06.181Z Downloaded base64 v0.21.7
6992026-03-10T18:08:06.181Z Downloaded pbkdf2 v0.12.2
7002026-03-10T18:08:06.186Z Downloaded phf_shared v0.11.3
7012026-03-10T18:08:06.186Z Downloaded path-slash v0.1.5
7022026-03-10T18:08:06.186Z Downloaded phf_shared v0.12.1
7032026-03-10T18:08:06.190Z Downloaded peg-runtime v0.8.5
7042026-03-10T18:08:06.190Z Downloaded half v2.7.1
7052026-03-10T18:08:06.193Z Downloaded num_enum v0.5.11
7062026-03-10T18:08:06.196Z Downloaded num-integer v0.1.46
7072026-03-10T18:08:06.199Z Downloaded phf_shared v0.13.1
7082026-03-10T18:08:06.202Z Downloaded num-rational v0.4.2
7092026-03-10T18:08:06.202Z Downloaded httparse v1.10.1
7102026-03-10T18:08:06.205Z Downloaded predicates-core v1.0.10
7112026-03-10T18:08:06.210Z Downloaded precomputed-hash v0.1.1
7122026-03-10T18:08:06.213Z Downloaded owo-colors v4.3.0
7132026-03-10T18:08:06.213Z Downloaded heapless v0.8.0
7142026-03-10T18:08:06.216Z Downloaded pin-utils v0.1.0
7152026-03-10T18:08:06.219Z Downloaded num_enum_derive v0.7.5
7162026-03-10T18:08:06.222Z Downloaded predicates-tree v1.0.13
7172026-03-10T18:08:06.225Z Downloaded oxide-tokio-rt v0.1.2
7182026-03-10T18:08:06.225Z Downloaded cc v1.2.56
7192026-03-10T18:08:06.229Z Downloaded proc-macro-crate v3.4.0
7202026-03-10T18:08:06.233Z Downloaded base64 v0.22.1
7212026-03-10T18:08:06.236Z Downloaded compact_str v0.8.1
7222026-03-10T18:08:06.240Z Downloaded progenitor-client v0.11.2
7232026-03-10T18:08:06.242Z Downloaded progenitor-client v0.10.0
7242026-03-10T18:08:06.245Z Downloaded progenitor-macro v0.13.0
7252026-03-10T18:08:06.249Z Downloaded fatfs v0.3.6
7262026-03-10T18:08:06.252Z Downloaded proc-macro-error-attr2 v2.0.0
7272026-03-10T18:08:06.252Z Downloaded password-hash v0.4.2
7282026-03-10T18:08:06.256Z Downloaded progenitor-macro v0.11.2
7292026-03-10T18:08:06.261Z Downloaded progenitor-macro v0.10.0
7302026-03-10T18:08:06.262Z Downloaded phf v0.13.1
7312026-03-10T18:08:06.266Z Downloaded pem v3.0.6
7322026-03-10T18:08:06.266Z Downloaded parking_lot_core v0.8.6
7332026-03-10T18:08:06.266Z Downloaded peg-macros v0.8.5
7342026-03-10T18:08:06.268Z Downloaded pin-project-internal v1.1.11
7352026-03-10T18:08:06.271Z Downloaded quick-error v1.2.3
7362026-03-10T18:08:06.274Z Downloaded pkcs8 v0.10.2
7372026-03-10T18:08:06.278Z Downloaded ppv-lite86 v0.2.21
7382026-03-10T18:08:06.282Z Downloaded pin-project-lite v0.2.17
7392026-03-10T18:08:06.285Z Downloaded headers v0.4.1
7402026-03-10T18:08:06.289Z Downloaded rand_chacha v0.3.1
7412026-03-10T18:08:06.292Z Downloaded postgres-protocol v0.6.10
7422026-03-10T18:08:06.297Z Downloaded indicatif v0.18.4
7432026-03-10T18:08:06.299Z Downloaded parking_lot v0.11.2
7442026-03-10T18:08:06.302Z Downloaded ignore v0.4.25
7452026-03-10T18:08:06.305Z Downloaded ref-cast-impl v1.0.25
7462026-03-10T18:08:06.308Z Downloaded ref-cast v1.0.25
7472026-03-10T18:08:06.310Z Downloaded polyval v0.6.2
7482026-03-10T18:08:06.314Z Downloaded psm v0.1.30
7492026-03-10T18:08:06.318Z Downloaded recursive v0.1.1
7502026-03-10T18:08:06.318Z Downloaded radium v0.7.0
7512026-03-10T18:08:06.321Z Downloaded rand_xorshift v0.4.0
7522026-03-10T18:08:06.321Z Downloaded phf v0.12.1
7532026-03-10T18:08:06.324Z Downloaded miniz_oxide v0.8.9
7542026-03-10T18:08:06.327Z Downloaded primeorder v0.13.6
7552026-03-10T18:08:06.330Z Downloaded postcard v1.1.3
7562026-03-10T18:08:06.333Z Downloaded rtoolbox v0.0.3
7572026-03-10T18:08:06.333Z Downloaded rfc6979 v0.4.0
7582026-03-10T18:08:06.338Z Downloaded crossterm v0.28.1
7592026-03-10T18:08:06.343Z Downloaded postgres-types v0.2.12
7602026-03-10T18:08:06.354Z Downloaded oxnet v0.1.4
7612026-03-10T18:08:06.359Z Downloaded rustc-hash v2.1.1
7622026-03-10T18:08:06.359Z Downloaded parking_lot_core v0.9.12
7632026-03-10T18:08:06.359Z Downloaded parking_lot v0.12.5
7642026-03-10T18:08:06.359Z Downloaded predicates v3.1.4
7652026-03-10T18:08:06.359Z Downloaded progenitor-client v0.13.0
7662026-03-10T18:08:06.362Z Downloaded rand_seeder v0.4.0
7672026-03-10T18:08:06.362Z Downloaded rand_core v0.6.4
7682026-03-10T18:08:06.364Z Downloaded rand_chacha v0.9.0
7692026-03-10T18:08:06.364Z Downloaded rustc_version v0.1.7
7702026-03-10T18:08:06.367Z Downloaded rustc_version v0.4.1
7712026-03-10T18:08:06.367Z Downloaded aho-corasick v1.1.4
7722026-03-10T18:08:06.373Z Downloaded salsa20 v0.10.2
7732026-03-10T18:08:06.377Z Downloaded russh-cryptovec v0.7.3
7742026-03-10T18:08:06.377Z Downloaded progenitor v0.10.0
7752026-03-10T18:08:06.380Z Downloaded scheduled-thread-pool v0.2.7
7762026-03-10T18:08:06.380Z Downloaded papergrid v0.17.0
7772026-03-10T18:08:06.384Z Downloaded scrypt v0.11.0
7782026-03-10T18:08:06.388Z Downloaded sapling-renderdag v0.1.0
7792026-03-10T18:08:06.391Z Downloaded same-file v1.0.6
7802026-03-10T18:08:06.392Z Downloaded hickory-resolver v0.25.2
7812026-03-10T18:08:06.394Z Downloaded hickory-resolver v0.24.4
7822026-03-10T18:08:06.398Z Downloaded serde-big-array v0.5.1
7832026-03-10T18:08:06.401Z Downloaded seq-macro v0.3.6
7842026-03-10T18:08:06.404Z Downloaded hashbrown v0.13.2
7852026-03-10T18:08:06.408Z Downloaded scopeguard v1.2.0
7862026-03-10T18:08:06.411Z Downloaded der v0.7.10
7872026-03-10T18:08:06.415Z Downloaded rand_core v0.10.0
7882026-03-10T18:08:06.417Z Downloaded oso v0.27.3
7892026-03-10T18:08:06.420Z Downloaded rustls-native-certs v0.8.3
7902026-03-10T18:08:06.423Z Downloaded secrecy v0.8.0
7912026-03-10T18:08:06.423Z Downloaded secrecy v0.10.3
7922026-03-10T18:08:06.426Z Downloaded p256 v0.13.2
7932026-03-10T18:08:06.429Z Downloaded serde_urlencoded v0.7.1
7942026-03-10T18:08:06.433Z Downloaded serde_bytes v0.11.19
7952026-03-10T18:08:06.433Z Downloaded rustversion v1.0.22
7962026-03-10T18:08:06.435Z Downloaded pin-project v1.1.11
7972026-03-10T18:08:06.444Z Downloaded sigpipe v0.1.3
7982026-03-10T18:08:06.447Z Downloaded rustls-pemfile v2.2.0
7992026-03-10T18:08:06.450Z Downloaded rustls-pemfile v1.0.4
8002026-03-10T18:08:06.453Z Downloaded signal-hook-mio v0.2.5
8012026-03-10T18:08:06.453Z Downloaded serde_plain v1.0.2
8022026-03-10T18:08:06.456Z Downloaded slog-envlogger v2.2.0
8032026-03-10T18:08:06.456Z Downloaded signal-hook-tokio v0.3.1
8042026-03-10T18:08:06.459Z Downloaded shell-words v1.1.1
8052026-03-10T18:08:06.459Z Downloaded progenitor-impl v0.11.2
8062026-03-10T18:08:06.463Z Downloaded siphasher v1.0.2
8072026-03-10T18:08:06.466Z Downloaded signature v2.2.0
8082026-03-10T18:08:06.466Z Downloaded slog-bunyan v2.5.0
8092026-03-10T18:08:06.469Z Downloaded derive_more-impl v2.1.1
8102026-03-10T18:08:06.472Z Downloaded quinn-udp v0.5.14
8112026-03-10T18:08:06.475Z Downloaded sha1 v0.10.6
8122026-03-10T18:08:06.478Z Downloaded sec1 v0.7.3
8132026-03-10T18:08:06.481Z Downloaded rusty-fork v0.3.1
8142026-03-10T18:08:06.481Z Downloaded hyper-util v0.1.20
8152026-03-10T18:08:06.486Z Downloaded omicron-zone-package v0.12.2
8162026-03-10T18:08:06.489Z Downloaded serde_path_to_error v0.1.20
8172026-03-10T18:08:06.495Z Downloaded paste v1.0.15
8182026-03-10T18:08:06.495Z Downloaded scroll v0.13.0
8192026-03-10T18:08:06.499Z Downloaded russh-keys v0.45.0
8202026-03-10T18:08:06.502Z Downloaded schemars_derive v0.8.22
8212026-03-10T18:08:06.502Z Downloaded rustls-pki-types v1.14.0
8222026-03-10T18:08:06.505Z Downloaded serde_spanned v1.0.4
8232026-03-10T18:08:06.508Z Downloaded ssh-cipher v0.2.0
8242026-03-10T18:08:06.508Z Downloaded sct v0.7.1
8252026-03-10T18:08:06.511Z Downloaded serde_repr v0.1.20
8262026-03-10T18:08:06.514Z Downloaded minimal-lexical v0.2.1
8272026-03-10T18:08:06.517Z Downloaded sqlparser_derive v0.5.0
8282026-03-10T18:08:06.520Z Downloaded serde_derive_internals v0.29.1
8292026-03-10T18:08:06.522Z Downloaded ssh-encoding v0.2.0
8302026-03-10T18:08:06.522Z Downloaded strum v0.26.3
8312026-03-10T18:08:06.525Z Downloaded rcgen v0.12.1
8322026-03-10T18:08:06.525Z Downloaded serde-hex v0.1.0
8332026-03-10T18:08:06.528Z Downloaded semver v0.1.20
8342026-03-10T18:08:06.531Z Downloaded simd-adler32 v0.3.8
8352026-03-10T18:08:06.531Z Downloaded signal-hook-registry v1.4.8
8362026-03-10T18:08:06.534Z Downloaded strum v0.27.2
8372026-03-10T18:08:06.534Z Downloaded ed25519-dalek v2.2.0
8382026-03-10T18:08:06.538Z Downloaded strip-ansi-escapes v0.2.1
8392026-03-10T18:08:06.540Z Downloaded slog-async v2.8.0
8402026-03-10T18:08:06.540Z Downloaded resolv-conf v0.7.6
8412026-03-10T18:08:06.544Z Downloaded rand_core v0.9.5
8422026-03-10T18:08:06.546Z Downloaded scroll_derive v0.13.1
8432026-03-10T18:08:06.546Z Downloaded smallvec v0.6.14
8442026-03-10T18:08:06.549Z Downloaded sync-ptr v0.1.4
8452026-03-10T18:08:06.549Z Downloaded structmeta v0.3.0
8462026-03-10T18:08:06.552Z Downloaded take_mut v0.2.2
8472026-03-10T18:08:06.552Z Downloaded tagptr v0.2.0
8482026-03-10T18:08:06.555Z Downloaded thiserror-impl-no-std v2.0.2
8492026-03-10T18:08:06.555Z Downloaded testing_table v0.3.0
8502026-03-10T18:08:06.558Z Downloaded tabled_derive v0.11.0
8512026-03-10T18:08:06.558Z Downloaded tap v1.0.1
8522026-03-10T18:08:06.562Z Downloaded spki v0.7.3
8532026-03-10T18:08:06.562Z Downloaded snafu-derive v0.8.9
8542026-03-10T18:08:06.568Z Downloaded slab v0.4.12
8552026-03-10T18:08:06.568Z Downloaded sync_wrapper v1.0.2
8562026-03-10T18:08:06.571Z Downloaded supports-color v3.0.2
8572026-03-10T18:08:06.571Z Downloaded http v1.4.0
8582026-03-10T18:08:06.571Z Downloaded nom v7.1.3
8592026-03-10T18:08:06.575Z Downloaded serde_cbor v0.11.2
8602026-03-10T18:08:06.578Z Downloaded thread-id v5.1.0
8612026-03-10T18:08:06.580Z Downloaded slog-scope v4.4.1
8622026-03-10T18:08:06.580Z Downloaded termtree v0.5.1
8632026-03-10T18:08:06.583Z Downloaded tabwriter v1.4.1
8642026-03-10T18:08:06.583Z Downloaded subtle v2.6.1
8652026-03-10T18:08:06.587Z Downloaded slog-term v2.9.2
8662026-03-10T18:08:06.587Z Downloaded smf v0.2.3
8672026-03-10T18:08:06.590Z Downloaded prettyplease v0.2.37
8682026-03-10T18:08:06.593Z Downloaded stacker v0.1.23
8692026-03-10T18:08:06.597Z Downloaded prefix-trie v0.7.0
8702026-03-10T18:08:06.600Z Downloaded time-core v0.1.8
8712026-03-10T18:08:06.600Z Downloaded slog-stdlog v4.1.1
8722026-03-10T18:08:06.600Z Downloaded publicsuffix v2.3.0
8732026-03-10T18:08:06.603Z Downloaded static_assertions v1.1.0
8742026-03-10T18:08:06.605Z Downloaded slog-json v2.6.1
8752026-03-10T18:08:06.605Z Downloaded tinyvec_macros v0.1.1
8762026-03-10T18:08:06.608Z Downloaded slog-dtrace v0.3.0
8772026-03-10T18:08:06.608Z Downloaded r2d2 v0.8.10
8782026-03-10T18:08:06.611Z Downloaded pkcs5 v0.7.1
8792026-03-10T18:08:06.614Z Downloaded pkcs1 v0.7.5
8802026-03-10T18:08:06.617Z Downloaded strum_macros v0.24.3
8812026-03-10T18:08:06.617Z Downloaded stringprep v0.1.5
8822026-03-10T18:08:06.621Z Downloaded schemars v0.8.22
8832026-03-10T18:08:06.627Z Downloaded rustls-platform-verifier v0.6.2
8842026-03-10T18:08:06.631Z Downloaded structmeta-derive v0.3.0
8852026-03-10T18:08:06.633Z Downloaded spin v0.9.8
8862026-03-10T18:08:06.636Z Downloaded strum_macros v0.26.4
8872026-03-10T18:08:06.636Z Downloaded shlex v1.3.0
8882026-03-10T18:08:06.639Z Downloaded ron v0.8.1
8892026-03-10T18:08:06.642Z Downloaded quinn v0.11.9
8902026-03-10T18:08:06.645Z Downloaded support-bundle-viewer v0.1.2
8912026-03-10T18:08:06.648Z Downloaded sqlformat v0.3.5
8922026-03-10T18:08:06.651Z Downloaded serde_with_macros v3.17.0
8932026-03-10T18:08:06.651Z Downloaded hickory-server v0.25.2
8942026-03-10T18:08:06.654Z Downloaded itertools v0.10.5
8952026-03-10T18:08:06.659Z Downloaded strum_macros v0.27.2
8962026-03-10T18:08:06.662Z Downloaded serde_yaml v0.9.34+deprecated
8972026-03-10T18:08:06.665Z Downloaded ryu v1.0.23
8982026-03-10T18:08:06.668Z Downloaded tiny-keccak v2.0.2
8992026-03-10T18:08:06.671Z Downloaded topological-sort v0.2.2
9002026-03-10T18:08:06.671Z Downloaded time-macros v0.2.27
9012026-03-10T18:08:06.674Z Downloaded tower-layer v0.3.3
9022026-03-10T18:08:06.674Z Downloaded trait-variant v0.1.2
9032026-03-10T18:08:06.677Z Downloaded tower-service v0.3.3
9042026-03-10T18:08:06.677Z Downloaded openssl-sys v0.9.111
9052026-03-10T18:08:06.681Z Downloaded rayon-core v1.13.0
9062026-03-10T18:08:06.684Z Downloaded thread_local v1.1.9
9072026-03-10T18:08:06.687Z Downloaded tokio-dtrace v0.1.1
9082026-03-10T18:08:06.687Z Downloaded try-lock v0.2.5
9092026-03-10T18:08:06.687Z Downloaded tls_codec_derive v0.4.2
9102026-03-10T18:08:06.690Z Downloaded slog v2.8.2
9112026-03-10T18:08:06.695Z Downloaded typify-macro v0.6.1
9122026-03-10T18:08:06.695Z Downloaded typify-macro v0.4.3
9132026-03-10T18:08:06.698Z Downloaded futures-util v0.3.32
9142026-03-10T18:08:06.702Z Downloaded unarray v0.1.4
9152026-03-10T18:08:06.705Z Downloaded tokio-tungstenite v0.21.0
9162026-03-10T18:08:06.709Z Downloaded unicode-truncate v1.1.0
9172026-03-10T18:08:06.709Z Downloaded tokio-rustls v0.25.0
9182026-03-10T18:08:06.709Z Downloaded untrusted v0.7.1
9192026-03-10T18:08:06.712Z Downloaded thiserror-no-std v2.0.2
9202026-03-10T18:08:06.715Z Downloaded iri-string v0.7.10
9212026-03-10T18:08:06.718Z Downloaded tokio-tungstenite v0.23.1
9222026-03-10T18:08:06.721Z Downloaded rsa v0.9.10
9232026-03-10T18:08:06.724Z Downloaded universal-hash v0.5.1
9242026-03-10T18:08:06.727Z Downloaded usdt-attr-macro v0.6.0
9252026-03-10T18:08:06.727Z Downloaded utf-8 v0.7.6
9262026-03-10T18:08:06.728Z Downloaded usdt v0.6.0
9272026-03-10T18:08:06.731Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9282026-03-10T18:08:06.731Z Downloaded similar v2.7.0
9292026-03-10T18:08:06.733Z Downloaded toml_writer v1.0.6+spec-1.1.0
9302026-03-10T18:08:06.737Z Downloaded untrusted v0.9.0
9312026-03-10T18:08:06.737Z Downloaded unit-prefix v0.5.2
9322026-03-10T18:08:06.740Z Downloaded itertools v0.12.1
9332026-03-10T18:08:06.742Z Downloaded socket2 v0.5.10
9342026-03-10T18:08:06.745Z Downloaded usdt-macro v0.6.0
9352026-03-10T18:08:06.745Z Downloaded tokio-native-tls v0.3.1
9362026-03-10T18:08:06.748Z Downloaded tokio-macros v2.6.0
9372026-03-10T18:08:06.748Z Downloaded progenitor-impl v0.13.0
9382026-03-10T18:08:06.751Z Downloaded qorb v0.4.1
9392026-03-10T18:08:06.753Z Downloaded rustls-webpki v0.103.9
9402026-03-10T18:08:06.756Z Downloaded term v1.2.1
9412026-03-10T18:08:06.760Z Downloaded tui-tree-widget v0.23.1
9422026-03-10T18:08:06.763Z Downloaded term v0.7.0
9432026-03-10T18:08:06.763Z Downloaded pretty_assertions v1.4.1
9442026-03-10T18:08:06.766Z Downloaded want v0.3.1
9452026-03-10T18:08:06.766Z Downloaded num-bigint-dig v0.8.6
9462026-03-10T18:08:06.769Z Downloaded wait-timeout v0.2.1
9472026-03-10T18:08:06.771Z Downloaded tls_codec v0.4.2
9482026-03-10T18:08:06.771Z Downloaded tokio-rustls v0.26.4
9492026-03-10T18:08:06.774Z Downloaded tar v0.4.44
9502026-03-10T18:08:06.777Z Downloaded snafu v0.8.9
9512026-03-10T18:08:06.780Z Downloaded xshell-macros v0.2.7
9522026-03-10T18:08:06.785Z Downloaded unicase v2.9.0
9532026-03-10T18:08:06.785Z Downloaded hkdf v0.12.4
9542026-03-10T18:08:06.785Z Downloaded void v1.0.2
9552026-03-10T18:08:06.790Z Downloaded waitgroup v0.1.2
9562026-03-10T18:08:06.790Z Downloaded num-bigint v0.4.6
9572026-03-10T18:08:06.793Z Downloaded mio v1.1.1
9582026-03-10T18:08:06.796Z Downloaded hyper v1.8.1
9592026-03-10T18:08:06.798Z Downloaded xattr v1.6.1
9602026-03-10T18:08:06.801Z Downloaded rand v0.8.5
9612026-03-10T18:08:06.804Z Downloaded termios v0.3.3
9622026-03-10T18:08:06.804Z Downloaded signal-hook v0.3.18
9632026-03-10T18:08:06.807Z Downloaded tokio-stream v0.1.18
9642026-03-10T18:08:06.809Z Downloaded tinyvec v1.10.0
9652026-03-10T18:08:06.812Z Downloaded tokio-rustls v0.24.1
9662026-03-10T18:08:06.815Z Downloaded zone v0.3.1
9672026-03-10T18:08:06.815Z Downloaded blake3 v1.8.3
9682026-03-10T18:08:06.820Z Downloaded zeroize_derive v1.4.3
9692026-03-10T18:08:06.823Z Downloaded toml_parser v1.0.9+spec-1.1.0
9702026-03-10T18:08:06.826Z Downloaded schemars v0.9.0
9712026-03-10T18:08:06.833Z Downloaded vergen-git2 v1.0.7
9722026-03-10T18:08:06.837Z Downloaded schemars v1.2.1
9732026-03-10T18:08:06.846Z Downloaded zone_cfg_derive v0.3.1
9742026-03-10T18:08:06.849Z Downloaded usdt-impl v0.6.0
9752026-03-10T18:08:06.849Z Downloaded unicode-properties v0.1.4
9762026-03-10T18:08:06.852Z Downloaded tracing-attributes v0.1.31
9772026-03-10T18:08:06.852Z Downloaded rand v0.9.2
9782026-03-10T18:08:06.855Z Downloaded uzers v0.12.2
9792026-03-10T18:08:06.858Z Downloaded socket2 v0.6.2
9802026-03-10T18:08:06.858Z Downloaded iddqd v0.3.17
9812026-03-10T18:08:06.864Z Downloaded vsss-rs v3.3.4
9822026-03-10T18:08:06.867Z Downloaded vergen-lib v0.1.6
9832026-03-10T18:08:06.867Z Downloaded wyz v0.5.1
9842026-03-10T18:08:06.870Z Downloaded whoami v1.6.1
9852026-03-10T18:08:06.870Z Downloaded xz2 v0.1.7
9862026-03-10T18:08:06.874Z Downloaded whoami v2.1.0
9872026-03-10T18:08:06.874Z Downloaded vergen-gitcl v1.0.8
9882026-03-10T18:08:06.877Z Downloaded twox-hash v2.1.2
9892026-03-10T18:08:06.877Z Downloaded toml v0.7.8
9902026-03-10T18:08:06.881Z Downloaded samael v0.0.19
9912026-03-10T18:08:06.884Z Downloaded zeroize v1.8.2
9922026-03-10T18:08:06.887Z Downloaded test-strategy v0.4.5
9932026-03-10T18:08:06.890Z Downloaded tungstenite v0.21.0
9942026-03-10T18:08:06.890Z Downloaded tracing-core v0.1.36
9952026-03-10T18:08:06.893Z Downloaded xshell v0.2.7
9962026-03-10T18:08:06.896Z Downloaded typify v0.4.3
9972026-03-10T18:08:06.899Z Downloaded zstd-safe v7.2.4
9982026-03-10T18:08:06.899Z Downloaded vergen v9.0.6
9992026-03-10T18:08:06.901Z Downloaded itertools v0.13.0
10002026-03-10T18:08:06.906Z Downloaded itertools v0.14.0
10012026-03-10T18:08:06.914Z Downloaded hashbrown v0.15.5
10022026-03-10T18:08:06.917Z Downloaded rand v0.10.0
10032026-03-10T18:08:06.920Z Downloaded tungstenite v0.23.0
10042026-03-10T18:08:06.923Z Downloaded toml v0.9.12+spec-1.1.0
10052026-03-10T18:08:06.928Z Downloaded subprocess v0.2.15
10062026-03-10T18:08:06.933Z Downloaded libxml v0.3.3
10072026-03-10T18:08:06.940Z Downloaded zerocopy v0.6.6
10082026-03-10T18:08:06.940Z Downloaded walkdir v2.5.0
10092026-03-10T18:08:06.940Z Downloaded typify v0.6.1
10102026-03-10T18:08:06.947Z Downloaded steno v0.4.1
10112026-03-10T18:08:06.947Z Downloaded uuid v1.21.0
10122026-03-10T18:08:06.956Z Downloaded p521 v0.13.3
10132026-03-10T18:08:06.956Z Downloaded bitvec v1.0.1
10142026-03-10T18:08:06.960Z Downloaded zstd v0.13.3
10152026-03-10T18:08:06.963Z Downloaded aws-lc-rs v1.16.0
10162026-03-10T18:08:06.971Z Downloaded libm v0.2.16
10172026-03-10T18:08:06.979Z Downloaded toml_edit v0.19.15
10182026-03-10T18:08:06.992Z Downloaded yasna v0.5.2
10192026-03-10T18:08:06.995Z Downloaded vte v0.14.1
10202026-03-10T18:08:06.997Z Downloaded unicode-bidi v0.3.18
10212026-03-10T18:08:07.001Z Downloaded regex v1.12.3
10222026-03-10T18:08:07.004Z Downloaded portable-atomic v1.13.1
10232026-03-10T18:08:07.009Z Downloaded unsafe-libyaml v0.2.11
10242026-03-10T18:08:07.011Z Downloaded rpassword v7.4.0
10252026-03-10T18:08:07.058Z Downloaded rayon v1.11.0
10262026-03-10T18:08:07.058Z Downloaded reedline v0.40.0
10272026-03-10T18:08:07.058Z Downloaded chrono v0.4.44
10282026-03-10T18:08:07.058Z Downloaded ssh-key v0.6.7
10292026-03-10T18:08:07.058Z Downloaded zopfli v0.8.3
10302026-03-10T18:08:07.058Z Downloaded reqwest v0.12.28
10312026-03-10T18:08:07.064Z Downloaded goblin v0.10.5
10322026-03-10T18:08:07.064Z Downloaded tokio-postgres v0.7.16
10332026-03-10T18:08:07.064Z Downloaded rustyline v14.0.0
10342026-03-10T18:08:07.072Z Downloaded tower v0.5.3
10352026-03-10T18:08:07.075Z Downloaded zerocopy-derive v0.8.40
10362026-03-10T18:08:07.078Z Downloaded zip v0.6.6
10372026-03-10T18:08:07.081Z Downloaded unicode-segmentation v1.12.0
10382026-03-10T18:08:07.081Z Downloaded salty v0.3.0
10392026-03-10T18:08:07.087Z Downloaded x509-cert v0.2.5
10402026-03-10T18:08:07.092Z Downloaded p384 v0.13.1
10412026-03-10T18:08:07.095Z Downloaded yansi v1.0.1
10422026-03-10T18:08:07.098Z Downloaded typed-path v0.9.3
10432026-03-10T18:08:07.102Z Downloaded ron v0.12.0
10442026-03-10T18:08:07.109Z Downloaded unicode_categories v0.1.1
10452026-03-10T18:08:07.112Z Downloaded reqwest v0.13.2
10462026-03-10T18:08:07.115Z Downloaded rustls-webpki v0.101.7
10472026-03-10T18:08:07.126Z Downloaded tower-http v0.6.8
10482026-03-10T18:08:07.132Z Downloaded unicode-normalization v0.1.25
10492026-03-10T18:08:07.135Z Downloaded serde_with v3.17.0
10502026-03-10T18:08:07.144Z Downloaded curve25519-dalek v4.1.3
10512026-03-10T18:08:07.150Z Downloaded nix v0.27.1
10522026-03-10T18:08:07.159Z Downloaded bstr v1.12.1
10532026-03-10T18:08:07.166Z Downloaded tough v0.20.0
10542026-03-10T18:08:07.172Z Downloaded petname v2.0.2
10552026-03-10T18:08:07.177Z Downloaded winnow v0.5.40
10562026-03-10T18:08:07.186Z Downloaded bindgen v0.71.1
10572026-03-10T18:08:07.191Z Downloaded h2 v0.4.13
10582026-03-10T18:08:07.196Z Downloaded git2 v0.20.4
10592026-03-10T18:08:07.203Z Downloaded tokio-util v0.7.18
10602026-03-10T18:08:07.209Z Downloaded lalrpop v0.19.12
10612026-03-10T18:08:07.220Z Downloaded nix v0.29.0
10622026-03-10T18:08:07.226Z Downloaded quick-xml v0.37.5
10632026-03-10T18:08:07.230Z Downloaded moka v0.12.13
10642026-03-10T18:08:07.236Z Downloaded nix v0.30.1
10652026-03-10T18:08:07.246Z Downloaded zlib-rs v0.6.2
10662026-03-10T18:08:07.251Z Downloaded toml_edit v0.23.10+spec-1.0.0
10672026-03-10T18:08:07.254Z Downloaded regex-syntax v0.6.29
10682026-03-10T18:08:07.260Z Downloaded vcpkg v0.2.15
10692026-03-10T18:08:07.292Z Downloaded zip v4.6.1
10702026-03-10T18:08:07.296Z Downloaded proptest v1.10.0
10712026-03-10T18:08:07.304Z Downloaded rustls-webpki v0.102.8
10722026-03-10T18:08:07.319Z Downloaded webpki-roots v1.0.6
10732026-03-10T18:08:07.322Z Downloaded zerocopy v0.8.40
10742026-03-10T18:08:07.329Z Downloaded rustls v0.23.37
10752026-03-10T18:08:07.339Z Downloaded quinn-proto v0.11.13
10762026-03-10T18:08:07.344Z Downloaded regex-syntax v0.8.10
10772026-03-10T18:08:07.351Z Downloaded object v0.30.4
10782026-03-10T18:08:07.358Z Downloaded winnow v0.6.26
10792026-03-10T18:08:07.365Z Downloaded regress v0.10.5
10802026-03-10T18:08:07.372Z Downloaded russh v0.45.0
10812026-03-10T18:08:07.376Z Downloaded string_cache v0.8.9
10822026-03-10T18:08:07.378Z Downloaded progenitor-impl v0.10.0
10832026-03-10T18:08:07.379Z Downloaded jiff-static v0.2.21
10842026-03-10T18:08:07.382Z Downloaded hashbrown v0.12.3
10852026-03-10T18:08:07.386Z Downloaded polar-core v0.27.3
10862026-03-10T18:08:07.390Z Downloaded openssl v0.10.75
10872026-03-10T18:08:07.397Z Downloaded flate2 v1.1.9
10882026-03-10T18:08:07.401Z Downloaded crossterm v0.29.0
10892026-03-10T18:08:07.407Z Downloaded crossbeam-channel v0.5.15
10902026-03-10T18:08:07.410Z Downloaded poly1305 v0.8.0
10912026-03-10T18:08:07.413Z Downloaded ratatui v0.29.0
10922026-03-10T18:08:07.426Z Downloaded radix_trie v0.2.1
10932026-03-10T18:08:07.430Z Downloaded tracing v0.1.44
10942026-03-10T18:08:07.450Z Downloaded time v0.3.47
10952026-03-10T18:08:07.456Z Downloaded bzip2-sys v0.1.13+1.0.8
10962026-03-10T18:08:07.466Z Downloaded tabled v0.20.0
10972026-03-10T18:08:07.480Z Downloaded rustls v0.21.12
10982026-03-10T18:08:07.488Z Downloaded dropshot v0.16.7
10992026-03-10T18:08:07.507Z Downloaded diesel v2.2.12
11002026-03-10T18:08:07.521Z Downloaded smoltcp v0.9.1
11012026-03-10T18:08:07.529Z Downloaded chrono-tz v0.10.4
11022026-03-10T18:08:07.544Z Downloaded jiff v0.2.21
11032026-03-10T18:08:07.557Z Downloaded hickory-proto v0.24.4
11042026-03-10T18:08:07.569Z Downloaded openapiv3 v2.2.0
11052026-03-10T18:08:07.577Z Downloaded object v0.37.3
11062026-03-10T18:08:07.587Z Downloaded nix v0.31.1
11072026-03-10T18:08:07.595Z Downloaded nix v0.28.0
11082026-03-10T18:08:07.603Z Downloaded hickory-proto v0.25.2
11092026-03-10T18:08:07.616Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11102026-03-10T18:08:07.629Z Downloaded rustix v0.38.44
11112026-03-10T18:08:07.646Z Downloaded smoltcp v0.11.0
11122026-03-10T18:08:07.656Z Downloaded rustls v0.22.4
11132026-03-10T18:08:07.666Z Downloaded pkg-config v0.3.32
11142026-03-10T18:08:07.668Z Downloaded recursive-proc-macro-impl v0.1.1
11152026-03-10T18:08:07.668Z Downloaded psl-types v2.0.11
11162026-03-10T18:08:07.668Z Downloaded progenitor-extras v0.1.0
11172026-03-10T18:08:07.671Z Downloaded progenitor v0.13.0
11182026-03-10T18:08:07.671Z Downloaded progenitor v0.11.2
11192026-03-10T18:08:07.671Z Downloaded proc-macro-error2 v2.0.1
11202026-03-10T18:08:07.675Z Downloaded powerfmt v0.2.0
11212026-03-10T18:08:07.676Z Downloaded ar_archive_writer v0.5.1
11222026-03-10T18:08:07.678Z Downloaded pem-rfc7468 v0.7.0
11232026-03-10T18:08:07.678Z Downloaded peg v0.8.5
11242026-03-10T18:08:07.681Z Downloaded password-hash v0.5.0
11252026-03-10T18:08:07.684Z Downloaded newtype-uuid v1.3.2
11262026-03-10T18:08:07.684Z Downloaded libsw-core v0.3.2
11272026-03-10T18:08:07.687Z Downloaded derive_more v2.1.1
11282026-03-10T18:08:07.693Z Downloaded parse-display-derive v0.10.0
11292026-03-10T18:08:07.696Z Downloaded libbz2-rs-sys v0.2.2
11302026-03-10T18:08:07.696Z Downloaded dropshot-api-manager v0.5.2
11312026-03-10T18:08:07.698Z Downloaded darling_core v0.23.0
11322026-03-10T18:08:07.702Z Downloaded flume v0.11.1
11332026-03-10T18:08:07.705Z Downloaded bumpalo v3.20.2
11342026-03-10T18:08:07.708Z Downloaded proc-macro-crate v1.3.1
11352026-03-10T18:08:07.711Z Downloaded packed_struct v0.10.1
11362026-03-10T18:08:07.711Z Downloaded hyper-rustls v0.27.7
11372026-03-10T18:08:07.713Z Downloaded diesel_derives v2.2.7
11382026-03-10T18:08:07.716Z Downloaded const_format v0.2.35
11392026-03-10T18:08:07.719Z Downloaded arc-swap v1.8.2
11402026-03-10T18:08:07.722Z Downloaded nu-ansi-term v0.50.3
11412026-03-10T18:08:07.725Z Downloaded libloading v0.8.9
11422026-03-10T18:08:07.725Z Downloaded heapless v0.7.17
11432026-03-10T18:08:07.728Z Downloaded getrandom v0.3.4
11442026-03-10T18:08:07.731Z Downloaded num_enum v0.7.5
11452026-03-10T18:08:07.741Z Downloaded litrs v1.0.0
11462026-03-10T18:08:07.747Z Downloaded num-complex v0.4.6
11472026-03-10T18:08:07.747Z Downloaded memmap2 v0.9.10
11482026-03-10T18:08:07.747Z Downloaded indexmap v1.9.3
11492026-03-10T18:08:07.747Z Downloaded sled v0.34.7
11502026-03-10T18:08:07.750Z Downloaded sqlparser v0.61.0
11512026-03-10T18:08:07.755Z Downloaded pbkdf2 v0.11.0
11522026-03-10T18:08:07.758Z Downloaded crypto-bigint v0.5.5
11532026-03-10T18:08:07.762Z Downloaded typify-impl v0.6.1
11542026-03-10T18:08:07.773Z Downloaded allocator-api2 v0.2.21
11552026-03-10T18:08:07.776Z Downloaded multer v3.1.0
11562026-03-10T18:08:07.778Z Downloaded ingot-macros v0.1.1
11572026-03-10T18:08:07.778Z Downloaded openssl-probe v0.2.1
11582026-03-10T18:08:07.781Z Downloaded openssl-probe v0.1.6
11592026-03-10T18:08:07.781Z Downloaded openssl-macros v0.1.1
11602026-03-10T18:08:07.781Z Downloaded num_threads v0.1.7
11612026-03-10T18:08:07.781Z Downloaded num-iter v0.1.45
11622026-03-10T18:08:07.784Z Downloaded lock_api v0.4.14
11632026-03-10T18:08:07.784Z Downloaded num-conv v0.2.0
11642026-03-10T18:08:07.784Z Downloaded futures v0.3.32
11652026-03-10T18:08:07.787Z Downloaded typify-impl v0.4.3
11662026-03-10T18:08:07.798Z Downloaded crc-any v2.5.0
11672026-03-10T18:08:07.801Z Downloaded colored v3.1.1
11682026-03-10T18:08:07.804Z Downloaded cancel-safe-futures v0.1.5
11692026-03-10T18:08:07.804Z Downloaded hmac v0.12.1
11702026-03-10T18:08:07.807Z Downloaded ring v0.17.14
11712026-03-10T18:08:07.838Z Downloaded async-bb8-diesel v0.2.1
11722026-03-10T18:08:07.841Z Downloaded ipnetwork v0.21.1
11732026-03-10T18:08:07.841Z Downloaded ingot v0.1.1
11742026-03-10T18:08:07.844Z Downloaded foldhash v0.1.5
11752026-03-10T18:08:07.844Z Downloaded expectorate v1.2.0
11762026-03-10T18:08:07.847Z Downloaded new_debug_unreachable v1.0.6
11772026-03-10T18:08:07.847Z Downloaded mime v0.3.17
11782026-03-10T18:08:07.847Z Downloaded hickory-client v0.25.2
11792026-03-10T18:08:07.850Z Downloaded indoc v2.0.7
11802026-03-10T18:08:07.853Z Downloaded md5 v0.7.0
11812026-03-10T18:08:07.853Z Downloaded managed v0.8.0
11822026-03-10T18:08:07.853Z Downloaded impl-trait-for-tuples v0.2.3
11832026-03-10T18:08:07.856Z Downloaded diff v0.1.13
11842026-03-10T18:08:07.859Z Downloaded des v0.8.1
11852026-03-10T18:08:07.859Z Downloaded maybe-uninit v2.0.0
11862026-03-10T18:08:07.859Z Downloaded lru-slab v0.1.2
11872026-03-10T18:08:07.862Z Downloaded lru-cache v0.1.2
11882026-03-10T18:08:07.862Z Downloaded humantime v2.3.0
11892026-03-10T18:08:07.862Z Downloaded httpdate v1.0.3
11902026-03-10T18:08:07.864Z Downloaded bytes v1.11.1
11912026-03-10T18:08:07.867Z Downloaded libgit2-sys v0.18.3+1.9.2
11922026-03-10T18:08:07.909Z Downloaded zerocopy-derive v0.6.6
11932026-03-10T18:08:07.917Z Downloaded regex-automata v0.4.14
11942026-03-10T18:08:07.930Z Downloaded lru v0.12.5
11952026-03-10T18:08:07.933Z Downloaded keccak v0.1.6
11962026-03-10T18:08:07.933Z Downloaded cookie_store v0.22.1
11972026-03-10T18:08:07.933Z Downloaded clang-sys v1.8.1
11982026-03-10T18:08:07.936Z Downloaded bzip2 v0.4.4
11992026-03-10T18:08:07.939Z Downloaded erased-serde v0.3.31
12002026-03-10T18:08:07.939Z Downloaded ciborium v0.2.2
12012026-03-10T18:08:07.942Z Downloaded argon2 v0.5.3
12022026-03-10T18:08:07.942Z Downloaded petgraph v0.6.5
12032026-03-10T18:08:07.956Z Downloaded ident_case v1.0.1
12042026-03-10T18:08:07.959Z Downloaded lzma-sys v0.1.20
12052026-03-10T18:08:07.979Z Downloaded hyper-tls v0.6.0
12062026-03-10T18:08:07.982Z Downloaded globset v0.4.18
12072026-03-10T18:08:07.982Z Downloaded glob v0.3.3
12082026-03-10T18:08:07.985Z Downloaded git-stub-vcs v0.1.0
12092026-03-10T18:08:07.985Z Downloaded fixedbitset v0.5.7
12102026-03-10T18:08:07.988Z Downloaded filetime v0.2.27
12112026-03-10T18:08:07.988Z Downloaded ff v0.13.1
12122026-03-10T18:08:07.988Z Downloaded ena v0.14.4
12132026-03-10T18:08:07.991Z Downloaded ecdsa v0.16.9
12142026-03-10T18:08:07.991Z Downloaded drift v0.1.3
12152026-03-10T18:08:07.994Z Downloaded diesel-dtrace v0.4.2
12162026-03-10T18:08:07.997Z Downloaded hubpack v0.1.2
12172026-03-10T18:08:07.997Z Downloaded futures-executor v0.3.32
12182026-03-10T18:08:07.997Z Downloaded colored v2.2.0
12192026-03-10T18:08:08.000Z Downloaded petgraph v0.8.3
12202026-03-10T18:08:08.016Z Downloaded libz-sys v1.1.24
12212026-03-10T18:08:08.033Z Downloaded csv v1.4.0
12222026-03-10T18:08:08.049Z Downloaded sha3 v0.10.8
12232026-03-10T18:08:08.057Z Downloaded defmt-macros v1.0.1
12242026-03-10T18:08:08.061Z Downloaded fs_extra v1.3.0
12252026-03-10T18:08:08.061Z Downloaded backon v1.6.0
12262026-03-10T18:08:08.061Z Downloaded bitfield v0.19.4
12272026-03-10T18:08:08.061Z Downloaded buf-list v1.1.2
12282026-03-10T18:08:08.064Z Downloaded bcs v0.1.6
12292026-03-10T18:08:08.064Z Downloaded ed25519 v2.2.3
12302026-03-10T18:08:08.064Z Downloaded der_derive v0.7.3
12312026-03-10T18:08:08.067Z Downloaded darling_core v0.20.11
12322026-03-10T18:08:08.073Z Downloaded tokio v1.49.0
12332026-03-10T18:08:08.098Z Downloaded ctr v0.9.2
12342026-03-10T18:08:08.103Z Downloaded csv-core v0.1.13
12352026-03-10T18:08:08.103Z Downloaded convert_case v0.10.0
12362026-03-10T18:08:08.106Z Downloaded async-trait v0.1.89
12372026-03-10T18:08:08.106Z Downloaded home v0.5.12
12382026-03-10T18:08:08.106Z Downloaded hex v0.4.3
12392026-03-10T18:08:08.106Z Downloaded dropshot-api-manager-types v0.5.2
12402026-03-10T18:08:08.110Z Downloaded hash32 v0.2.1
12412026-03-10T18:08:08.110Z Downloaded foreign-types-shared v0.1.1
12422026-03-10T18:08:08.110Z Downloaded endian-type v0.1.2
12432026-03-10T18:08:08.110Z Downloaded dyn-clone v1.0.20
12442026-03-10T18:08:08.110Z Downloaded float-ord v0.3.2
12452026-03-10T18:08:08.110Z Downloaded float-cmp v0.10.0
12462026-03-10T18:08:08.113Z Downloaded diesel_table_macro_syntax v0.2.0
12472026-03-10T18:08:08.113Z Downloaded futures-macro v0.3.32
12482026-03-10T18:08:08.113Z Downloaded dsl_auto_type v0.1.3
12492026-03-10T18:08:08.113Z Downloaded futures-task v0.3.32
12502026-03-10T18:08:08.116Z Downloaded futures-io v0.3.32
12512026-03-10T18:08:08.116Z Downloaded futures-core v0.3.32
12522026-03-10T18:08:08.116Z Downloaded dirs-next v2.0.0
12532026-03-10T18:08:08.116Z Downloaded dunce v1.0.5
12542026-03-10T18:08:08.119Z Downloaded constant_time_eq v0.4.2
12552026-03-10T18:08:08.119Z Downloaded chacha20poly1305 v0.10.1
12562026-03-10T18:08:08.119Z Downloaded cargo_toml v0.22.3
12572026-03-10T18:08:08.122Z Downloaded document-features v0.2.12
12582026-03-10T18:08:08.122Z Downloaded crucible-workspace-hack v0.1.0
12592026-03-10T18:08:08.122Z Downloaded async-recursion v1.1.1
12602026-03-10T18:08:08.126Z Downloaded bit-vec v0.6.3
12612026-03-10T18:08:08.126Z Downloaded base64ct v1.8.3
12622026-03-10T18:08:08.129Z Downloaded encoding_rs v0.8.35
12632026-03-10T18:08:08.143Z Downloaded backoff v0.4.0
12642026-03-10T18:08:08.146Z Downloaded env_filter v1.0.0
12652026-03-10T18:08:08.146Z Downloaded display-error-chain v0.2.2
12662026-03-10T18:08:08.149Z Downloaded darling_macro v0.20.11
12672026-03-10T18:08:08.149Z Downloaded crunchy v0.2.4
12682026-03-10T18:08:08.149Z Downloaded bitfield-struct v0.6.2
12692026-03-10T18:08:08.149Z Downloaded dof v0.4.0
12702026-03-10T18:08:08.153Z Downloaded derive_builder_macro v0.20.2
12712026-03-10T18:08:08.153Z Downloaded crc8 v0.1.1
12722026-03-10T18:08:08.153Z Downloaded base16ct v1.0.0
12732026-03-10T18:08:08.153Z Downloaded adler2 v2.0.1
12742026-03-10T18:08:08.153Z Downloaded critical-section v1.2.0
12752026-03-10T18:08:08.156Z Downloaded convert_case v0.4.0
12762026-03-10T18:08:08.156Z Downloaded cobs v0.3.0
12772026-03-10T18:08:08.156Z Downloaded aead v0.5.2
12782026-03-10T18:08:08.156Z Downloaded defmt-parser v1.0.0
12792026-03-10T18:08:08.161Z Downloaded async-stream v0.3.6
12802026-03-10T18:08:08.161Z Downloaded cargo-platform v0.1.9
12812026-03-10T18:08:08.161Z Downloaded bit-set v0.8.0
12822026-03-10T18:08:08.165Z Downloaded bit-vec v0.8.0
12832026-03-10T18:08:08.165Z Downloaded atty v0.2.14
12842026-03-10T18:08:08.165Z Downloaded darling_macro v0.23.0
12852026-03-10T18:08:08.165Z Downloaded cfg_aliases v0.1.1
12862026-03-10T18:08:08.165Z Downloaded ascii-canvas v3.0.0
12872026-03-10T18:08:08.165Z Downloaded arrayref v0.3.9
12882026-03-10T18:08:08.165Z Downloaded array-init v0.0.4
12892026-03-10T18:08:08.165Z Downloaded derive-where v1.6.0
12902026-03-10T18:08:08.168Z Downloaded darling v0.23.0
12912026-03-10T18:08:08.173Z Downloaded darling v0.20.11
12922026-03-10T18:08:08.176Z Downloaded daft v0.1.5
12932026-03-10T18:08:08.176Z Downloaded crc32fast v1.5.0
12942026-03-10T18:08:08.180Z Downloaded cpufeatures v0.3.0
12952026-03-10T18:08:08.180Z Downloaded console v0.16.2
12962026-03-10T18:08:08.183Z Downloaded atomic-waker v1.1.2
12972026-03-10T18:08:08.183Z Downloaded async-stream-impl v0.3.6
12982026-03-10T18:08:08.183Z Downloaded deranged v0.5.8
12992026-03-10T18:08:08.186Z Downloaded daft-derive v0.1.5
13002026-03-10T18:08:08.189Z Downloaded cexpr v0.6.0
13012026-03-10T18:08:08.189Z Downloaded bb8 v0.8.6
13022026-03-10T18:08:08.189Z Downloaded chacha20 v0.10.0
13032026-03-10T18:08:08.192Z Downloaded darling v0.21.3
13042026-03-10T18:08:08.195Z Downloaded console v0.15.11
13052026-03-10T18:08:08.198Z Downloaded cmake v0.1.57
13062026-03-10T18:08:08.198Z Downloaded cfg_aliases v0.2.1
13072026-03-10T18:08:08.202Z Downloaded bitfield-macros v0.19.4
13082026-03-10T18:08:08.202Z Downloaded camino-tempfile-ext v0.3.3
13092026-03-10T18:08:08.202Z Downloaded atomicwrites v0.4.4
13102026-03-10T18:08:08.202Z Downloaded assert_matches v1.5.0
13112026-03-10T18:08:08.205Z Downloaded arrayvec v0.7.6
13122026-03-10T18:08:08.205Z Downloaded base16ct v0.2.0
13132026-03-10T18:08:08.205Z Downloaded cipher v0.4.4
13142026-03-10T18:08:08.205Z Downloaded castaway v0.2.4
13152026-03-10T18:08:08.208Z Downloaded blake2 v0.10.6
13162026-03-10T18:08:08.208Z Downloaded bcrypt-pbkdf v0.10.0
13172026-03-10T18:08:08.208Z Downloaded cassowary v0.3.0
13182026-03-10T18:08:08.211Z Downloaded aes-gcm v0.10.3
13192026-03-10T18:08:08.213Z Downloaded blowfish v0.9.1
13202026-03-10T18:08:08.618Z Downloaded aws-lc-sys v0.37.1
13212026-03-10T18:08:08.946Z Compiling libc v0.2.180
13222026-03-10T18:08:08.946Z Compiling serde v1.0.228
13232026-03-10T18:08:08.949Z Compiling log v0.4.29
13242026-03-10T18:08:08.949Z Compiling find-msvc-tools v0.1.9
13252026-03-10T18:08:08.949Z Compiling shlex v1.3.0
13262026-03-10T18:08:08.949Z Compiling smallvec v1.15.1
13272026-03-10T18:08:08.949Z Compiling typenum v1.19.0
13282026-03-10T18:08:09.105Z Compiling subtle v2.6.1
13292026-03-10T18:08:09.142Z Compiling generic-array v0.14.7
13302026-03-10T18:08:09.146Z Compiling scopeguard v1.2.0
13312026-03-10T18:08:09.156Z Compiling portable-atomic v1.13.1
13322026-03-10T18:08:09.160Z Compiling const-oid v0.9.6
13332026-03-10T18:08:09.240Z Compiling critical-section v1.2.0
13342026-03-10T18:08:09.280Z Compiling syn v2.0.117
13352026-03-10T18:08:09.283Z Compiling zerocopy v0.8.40
13362026-03-10T18:08:09.303Z Compiling parking_lot_core v0.9.12
13372026-03-10T18:08:09.416Z Compiling lock_api v0.4.14
13382026-03-10T18:08:09.440Z Compiling serde_json v1.0.149
13392026-03-10T18:08:09.442Z Compiling pin-project-lite v0.2.17
13402026-03-10T18:08:09.484Z Compiling pkg-config v0.3.32
13412026-03-10T18:08:09.531Z Compiling libm v0.2.16
13422026-03-10T18:08:09.531Z Compiling num-traits v0.2.19
13432026-03-10T18:08:09.582Z Compiling bitflags v2.11.0
13442026-03-10T18:08:09.585Z Compiling futures-core v0.3.32
13452026-03-10T18:08:09.648Z Compiling percent-encoding v2.3.2
13462026-03-10T18:08:09.697Z Compiling allocator-api2 v0.2.21
13472026-03-10T18:08:09.794Z Compiling futures-sink v0.3.32
13482026-03-10T18:08:09.865Z Compiling cpufeatures v0.2.17
13492026-03-10T18:08:09.890Z Compiling foldhash v0.2.0
13502026-03-10T18:08:09.966Z Compiling futures-channel v0.3.32
13512026-03-10T18:08:09.992Z Compiling futures-task v0.3.32
13522026-03-10T18:08:10.015Z Compiling getrandom v0.4.1
13532026-03-10T18:08:10.082Z Compiling slab v0.4.12
13542026-03-10T18:08:10.126Z Compiling futures-io v0.3.32
13552026-03-10T18:08:10.169Z Compiling hashbrown v0.16.1
13562026-03-10T18:08:10.215Z Compiling getrandom v0.3.4
13572026-03-10T18:08:10.237Z Compiling rustversion v1.0.22
13582026-03-10T18:08:10.259Z Compiling rand_core v0.10.0
13592026-03-10T18:08:10.303Z Compiling form_urlencoded v1.2.2
13602026-03-10T18:08:10.307Z Compiling dunce v1.0.5
13612026-03-10T18:08:10.372Z Compiling base64ct v1.8.3
13622026-03-10T18:08:10.373Z Compiling fs_extra v1.3.0
13632026-03-10T18:08:10.460Z Compiling ident_case v1.0.1
13642026-03-10T18:08:10.482Z Compiling flagset v0.4.7
13652026-03-10T18:08:10.536Z Compiling getrandom v0.2.17
13662026-03-10T18:08:10.560Z Compiling jobserver v0.1.34
13672026-03-10T18:08:10.583Z Compiling errno v0.3.14
13682026-03-10T18:08:10.635Z Compiling mio v1.1.1
13692026-03-10T18:08:10.744Z Compiling socket2 v0.6.2
13702026-03-10T18:08:10.831Z Compiling rand_core v0.6.4
13712026-03-10T18:08:10.875Z Compiling once_cell v1.21.3
13722026-03-10T18:08:10.882Z Compiling signal-hook-registry v1.4.8
13732026-03-10T18:08:10.939Z Compiling cc v1.2.56
13742026-03-10T18:08:10.964Z Compiling parking_lot v0.12.5
13752026-03-10T18:08:11.119Z Compiling indexmap v2.13.0
13762026-03-10T18:08:11.142Z Compiling pem-rfc7468 v0.7.0
13772026-03-10T18:08:11.177Z Compiling iana-time-zone v0.1.65
13782026-03-10T18:08:11.204Z Compiling rustix v1.1.3
13792026-03-10T18:08:11.226Z Compiling uuid v1.21.0
13802026-03-10T18:08:11.266Z Compiling rustc_version v0.4.1
13812026-03-10T18:08:11.393Z Compiling vcpkg v0.2.15
13822026-03-10T18:08:11.402Z Compiling regex-syntax v0.8.10
13832026-03-10T18:08:11.527Z Compiling aws-lc-rs v1.16.0
13842026-03-10T18:08:11.581Z Compiling rand_core v0.9.5
13852026-03-10T18:08:11.638Z Compiling tracing-core v0.1.36
13862026-03-10T18:08:11.671Z Compiling crossbeam-utils v0.8.21
13872026-03-10T18:08:11.694Z Compiling openssl-probe v0.2.1
13882026-03-10T18:08:11.788Z Compiling base64 v0.22.1
13892026-03-10T18:08:11.999Z Compiling syn v1.0.109
13902026-03-10T18:08:12.031Z Compiling untrusted v0.7.1
13912026-03-10T18:08:12.056Z Compiling untrusted v0.9.0
13922026-03-10T18:08:12.091Z Compiling schemars v0.8.22
13932026-03-10T18:08:12.107Z Compiling httparse v1.10.1
13942026-03-10T18:08:12.173Z Compiling cmake v0.1.57
13952026-03-10T18:08:12.243Z Compiling tower-layer v0.3.3
13962026-03-10T18:08:12.247Z Compiling atomic-waker v1.1.2
13972026-03-10T18:08:12.336Z Compiling rustls v0.23.37
13982026-03-10T18:08:12.341Z Compiling try-lock v0.2.5
13992026-03-10T18:08:12.429Z Compiling dyn-clone v1.0.20
14002026-03-10T18:08:12.449Z Compiling tinyvec_macros v0.1.1
14012026-03-10T18:08:12.472Z Compiling tower-service v0.3.3
14022026-03-10T18:08:12.523Z Compiling want v0.3.1
14032026-03-10T18:08:12.548Z Compiling spin v0.9.8
14042026-03-10T18:08:12.552Z Compiling aho-corasick v1.1.4
14052026-03-10T18:08:12.603Z Compiling tinyvec v1.10.0
14062026-03-10T18:08:12.607Z Compiling pin-utils v0.1.0
14072026-03-10T18:08:12.652Z Compiling num-conv v0.2.0
14082026-03-10T18:08:12.655Z Compiling foreign-types-shared v0.1.1
14092026-03-10T18:08:12.656Z Compiling openssl v0.10.75
14102026-03-10T18:08:12.765Z Compiling httpdate v1.0.3
14112026-03-10T18:08:12.769Z Compiling time-core v0.1.8
14122026-03-10T18:08:12.818Z Compiling crc32fast v1.5.0
14132026-03-10T18:08:12.821Z Compiling powerfmt v0.2.0
14142026-03-10T18:08:12.886Z Compiling foreign-types v0.3.2
14152026-03-10T18:08:12.912Z Compiling wait-timeout v0.2.1
14162026-03-10T18:08:12.992Z Compiling quick-error v1.2.3
14172026-03-10T18:08:13.022Z Compiling time-macros v0.2.27
14182026-03-10T18:08:13.045Z Compiling siphasher v1.0.2
14192026-03-10T18:08:13.125Z Compiling deranged v0.5.8
14202026-03-10T18:08:13.141Z Compiling bit-vec v0.8.0
14212026-03-10T18:08:13.164Z Compiling num_threads v0.1.7
14222026-03-10T18:08:13.182Z Compiling either v1.15.0
14232026-03-10T18:08:13.182Z Compiling native-tls v0.2.18
14242026-03-10T18:08:13.256Z Compiling usdt-impl v0.6.0
14252026-03-10T18:08:13.304Z Compiling simd-adler32 v0.3.8
14262026-03-10T18:08:13.328Z Compiling unicode-normalization v0.1.25
14272026-03-10T18:08:13.353Z Compiling crossbeam-epoch v0.9.18
14282026-03-10T18:08:13.411Z Compiling aws-lc-sys v0.37.1
14292026-03-10T18:08:13.486Z Compiling ring v0.17.14
14302026-03-10T18:08:13.510Z Compiling openssl-sys v0.9.111
14312026-03-10T18:08:13.577Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14322026-03-10T18:08:13.644Z Compiling tempfile v3.25.0
14332026-03-10T18:08:13.664Z Compiling bzip2-sys v0.1.13+1.0.8
14342026-03-10T18:08:13.708Z Compiling bit-set v0.8.0
14352026-03-10T18:08:13.883Z Compiling regex-automata v0.4.14
14362026-03-10T18:08:13.989Z Compiling synstructure v0.13.2
14372026-03-10T18:08:14.061Z Compiling pest_generator v2.8.6
14382026-03-10T18:08:14.065Z Compiling serde_derive_internals v0.29.1
14392026-03-10T18:08:14.115Z Compiling darling_core v0.20.11
14402026-03-10T18:08:14.220Z Compiling rusty-fork v0.3.1
14412026-03-10T18:08:14.680Z Compiling time v0.3.47
14422026-03-10T18:08:14.683Z Compiling darling_core v0.21.3
14432026-03-10T18:08:14.747Z Compiling slog v2.8.2
14442026-03-10T18:08:14.869Z Compiling rand_xorshift v0.4.0
14452026-03-10T18:08:15.047Z Compiling heapless v0.7.17
14462026-03-10T18:08:15.121Z Compiling thread-id v5.1.0
14472026-03-10T18:08:15.141Z Compiling sync_wrapper v1.0.2
14482026-03-10T18:08:15.166Z Compiling cookie v0.18.1
14492026-03-10T18:08:15.273Z Compiling zstd-safe v7.2.4
14502026-03-10T18:08:15.298Z Compiling adler2 v2.0.1
14512026-03-10T18:08:15.322Z Compiling anyhow v1.0.102
14522026-03-10T18:08:15.428Z Compiling unicode-segmentation v1.12.0
14532026-03-10T18:08:15.476Z Compiling unicode-bidi v0.3.18
14542026-03-10T18:08:15.504Z Compiling unarray v0.1.4
14552026-03-10T18:08:15.530Z Compiling rayon-core v1.13.0
14562026-03-10T18:08:15.599Z Compiling unicode-properties v0.1.4
14572026-03-10T18:08:15.709Z Compiling paste v1.0.15
14582026-03-10T18:08:15.814Z Compiling signal-hook v0.3.18
14592026-03-10T18:08:16.004Z Compiling stringprep v0.1.5
14602026-03-10T18:08:16.026Z Compiling miniz_oxide v0.8.9
14612026-03-10T18:08:16.261Z Compiling crossbeam-deque v0.8.6
14622026-03-10T18:08:16.268Z Compiling num-integer v0.1.46
14632026-03-10T18:08:16.272Z Compiling vergen-lib v0.1.6
14642026-03-10T18:08:16.298Z Compiling curve25519-dalek v4.1.3
14652026-03-10T18:08:16.489Z Compiling ff v0.13.1
14662026-03-10T18:08:16.533Z Compiling hash32 v0.2.1
14672026-03-10T18:08:16.710Z Compiling base16ct v0.2.0
14682026-03-10T18:08:16.735Z Compiling fallible-iterator v0.2.0
14692026-03-10T18:08:16.758Z Compiling zlib-rs v0.6.2
14702026-03-10T18:08:16.798Z Compiling serde_derive v1.0.228
14712026-03-10T18:08:16.828Z Compiling zeroize_derive v1.4.3
14722026-03-10T18:08:16.846Z Compiling zerofrom-derive v0.1.6
14732026-03-10T18:08:16.958Z Compiling yoke-derive v0.8.1
14742026-03-10T18:08:16.961Z Compiling zerocopy-derive v0.8.40
14752026-03-10T18:08:17.149Z Compiling zerovec-derive v0.11.2
14762026-03-10T18:08:17.184Z Compiling displaydoc v0.2.5
14772026-03-10T18:08:17.215Z Compiling tokio-macros v2.6.0
14782026-03-10T18:08:17.661Z Compiling futures-macro v0.3.32
14792026-03-10T18:08:17.752Z Compiling zeroize v1.8.2
14802026-03-10T18:08:18.275Z Compiling der_derive v0.7.3
14812026-03-10T18:08:18.304Z Compiling thiserror-impl v2.0.18
14822026-03-10T18:08:18.610Z Compiling rustls-pki-types v1.14.0
14832026-03-10T18:08:18.723Z Compiling tracing-attributes v0.1.31
14842026-03-10T18:08:18.810Z Compiling pest_derive v2.8.6
14852026-03-10T18:08:18.834Z Compiling scroll_derive v0.13.1
14862026-03-10T18:08:18.884Z Compiling futures-util v0.3.32
14872026-03-10T18:08:18.958Z Compiling crypto-common v0.1.7
14882026-03-10T18:08:18.985Z Compiling zerofrom v0.1.6
14892026-03-10T18:08:19.179Z Compiling yoke v0.8.1
14902026-03-10T18:08:19.181Z Compiling block-buffer v0.10.4
14912026-03-10T18:08:19.306Z Compiling block-padding v0.3.3
14922026-03-10T18:08:19.430Z Compiling digest v0.10.7
14932026-03-10T18:08:19.451Z Compiling zerovec v0.11.5
14942026-03-10T18:08:19.471Z Compiling zerotrie v0.2.3
14952026-03-10T18:08:19.530Z Compiling inout v0.1.4
14962026-03-10T18:08:19.756Z Compiling cipher v0.4.4
14972026-03-10T18:08:19.802Z Compiling hmac v0.12.1
14982026-03-10T18:08:19.844Z Compiling sha2 v0.10.9
14992026-03-10T18:08:19.949Z Compiling der v0.7.10
15002026-03-10T18:08:20.044Z Compiling pbkdf2 v0.12.2
15012026-03-10T18:08:20.104Z Compiling schemars_derive v0.8.22
15022026-03-10T18:08:20.180Z Compiling tinystr v0.8.2
15032026-03-10T18:08:20.200Z Compiling potential_utf v0.1.4
15042026-03-10T18:08:20.225Z Compiling salsa20 v0.10.2
15052026-03-10T18:08:20.253Z Compiling cbc v0.1.2
15062026-03-10T18:08:20.346Z Compiling thiserror v2.0.18
15072026-03-10T18:08:20.422Z Compiling icu_locale_core v2.1.1
15082026-03-10T18:08:20.449Z Compiling icu_collections v2.1.1
15092026-03-10T18:08:20.476Z Compiling scrypt v0.11.0
15102026-03-10T18:08:20.479Z Compiling aes v0.8.4
15112026-03-10T18:08:20.521Z Compiling scroll v0.13.0
15122026-03-10T18:08:20.791Z Compiling tracing v0.1.44
15132026-03-10T18:08:20.930Z Compiling darling_macro v0.20.11
15142026-03-10T18:08:20.977Z Compiling goblin v0.10.5
15152026-03-10T18:08:21.174Z Compiling openssl-macros v0.1.1
15162026-03-10T18:08:21.225Z Compiling spki v0.7.3
15172026-03-10T18:08:21.514Z Compiling icu_provider v2.1.1
15182026-03-10T18:08:21.602Z Compiling pkcs5 v0.7.1
15192026-03-10T18:08:21.624Z Compiling darling v0.20.11
15202026-03-10T18:08:21.755Z Compiling thiserror-impl v1.0.69
15212026-03-10T18:08:21.804Z Compiling derive_builder_core v0.20.2
15222026-03-10T18:08:21.827Z Compiling bytes v1.11.1
15232026-03-10T18:08:21.831Z Compiling chrono v0.4.44
15242026-03-10T18:08:21.936Z Compiling icu_normalizer v2.1.1
15252026-03-10T18:08:21.968Z Compiling icu_properties v2.1.2
15262026-03-10T18:08:21.993Z Compiling ipnet v2.11.0
15272026-03-10T18:08:22.048Z Compiling pkcs8 v0.10.2
15282026-03-10T18:08:22.328Z Compiling dtrace-parser v0.3.0
15292026-03-10T18:08:22.351Z Compiling signature v2.2.0
15302026-03-10T18:08:22.450Z Compiling rustls-native-certs v0.8.3
15312026-03-10T18:08:22.505Z Compiling scroll_derive v0.12.1
15322026-03-10T18:08:22.922Z Compiling tokio v1.49.0
15332026-03-10T18:08:22.922Z Compiling http v1.4.0
15342026-03-10T18:08:22.922Z Compiling erased-serde v0.3.31
15352026-03-10T18:08:22.922Z Compiling serde_spanned v0.6.9
15362026-03-10T18:08:22.941Z Compiling serde_tokenstream v0.2.3
15372026-03-10T18:08:22.992Z Compiling toml_datetime v0.6.11
15382026-03-10T18:08:23.110Z Compiling derive_builder_macro v0.20.2
15392026-03-10T18:08:23.331Z Compiling idna_adapter v1.2.1
15402026-03-10T18:08:23.373Z Compiling md-5 v0.10.6
15412026-03-10T18:08:23.471Z Compiling webpki-roots v1.0.6
15422026-03-10T18:08:23.494Z Compiling idna v1.1.0
15432026-03-10T18:08:23.533Z Compiling scroll v0.12.0
15442026-03-10T18:08:23.555Z Compiling darling_macro v0.21.3
15452026-03-10T18:08:23.603Z Compiling zerocopy-derive v0.7.35
15462026-03-10T18:08:23.636Z Compiling thiserror v1.0.69
15472026-03-10T18:08:23.657Z Compiling http-body v1.0.1
15482026-03-10T18:08:23.660Z Compiling ryu v1.0.23
15492026-03-10T18:08:23.784Z Compiling litrs v1.0.0
15502026-03-10T18:08:23.806Z Compiling iri-string v0.7.10
15512026-03-10T18:08:23.877Z Compiling http-body-util v0.1.3
15522026-03-10T18:08:23.917Z Compiling ppv-lite86 v0.2.21
15532026-03-10T18:08:23.940Z Compiling url v2.5.8
15542026-03-10T18:08:23.944Z Compiling ref-cast v1.0.25
15552026-03-10T18:08:24.087Z Compiling num-bigint-dig v0.8.6
15562026-03-10T18:08:24.222Z Compiling psl-types v2.0.11
15572026-03-10T18:08:24.271Z Compiling rustix v0.38.44
15582026-03-10T18:08:24.298Z Compiling smoltcp v0.9.1
15592026-03-10T18:08:24.403Z Compiling rand_chacha v0.9.0
15602026-03-10T18:08:24.426Z Compiling rand_chacha v0.3.1
15612026-03-10T18:08:24.475Z Compiling publicsuffix v2.3.0
15622026-03-10T18:08:24.528Z Compiling darling v0.21.3
15632026-03-10T18:08:24.553Z Compiling serde_urlencoded v0.7.1
15642026-03-10T18:08:24.579Z Compiling document-features v0.2.12
15652026-03-10T18:08:24.718Z Compiling rand v0.9.2
15662026-03-10T18:08:24.861Z Compiling rand v0.8.5
15672026-03-10T18:08:24.961Z Compiling goblin v0.8.2
15682026-03-10T18:08:24.966Z Compiling zerocopy v0.7.35
15692026-03-10T18:08:24.966Z Compiling derive_builder v0.20.2
15702026-03-10T18:08:25.232Z Compiling dof v0.4.0
15712026-03-10T18:08:25.381Z Compiling sec1 v0.7.3
15722026-03-10T18:08:25.470Z Compiling cargo-platform v0.1.9
15732026-03-10T18:08:25.560Z Compiling proptest v1.10.0
15742026-03-10T18:08:25.581Z Compiling postgres-protocol v0.6.10
15752026-03-10T18:08:25.739Z Compiling flate2 v1.1.9
15762026-03-10T18:08:25.801Z Compiling hkdf v0.12.4
15772026-03-10T18:08:25.854Z Compiling ipnetwork v0.21.1
15782026-03-10T18:08:25.876Z Compiling crypto-bigint v0.5.5
15792026-03-10T18:08:25.879Z Compiling hubpack_derive v0.1.1
15802026-03-10T18:08:26.075Z Compiling regex v1.12.3
15812026-03-10T18:08:26.192Z Compiling oxnet v0.1.4
15822026-03-10T18:08:26.260Z Compiling curve25519-dalek-derive v0.1.1
15832026-03-10T18:08:26.294Z Compiling strum_macros v0.27.2
15842026-03-10T18:08:26.367Z Compiling daft-derive v0.1.5
15852026-03-10T18:08:26.447Z Compiling async-trait v0.1.89
15862026-03-10T18:08:26.580Z Compiling ref-cast-impl v1.0.25
15872026-03-10T18:08:26.778Z Compiling group v0.13.0
15882026-03-10T18:08:26.806Z Compiling num-iter v0.1.45
15892026-03-10T18:08:27.235Z Compiling proc-macro-error v1.0.4
15902026-03-10T18:08:27.447Z Compiling heck v0.4.1
15912026-03-10T18:08:27.516Z Compiling terminal_size v0.4.3
15922026-03-10T18:08:27.690Z Compiling phf_shared v0.13.1
15932026-03-10T18:08:27.711Z Compiling lazy_static v1.5.0
15942026-03-10T18:08:27.736Z Compiling vergen v9.0.6
15952026-03-10T18:08:27.765Z Compiling fs-err v3.3.0
15962026-03-10T18:08:27.789Z Compiling ahash v0.8.12
15972026-03-10T18:08:27.847Z Compiling bumpalo v3.20.2
15982026-03-10T18:08:27.867Z Compiling winnow v0.5.40
15992026-03-10T18:08:27.891Z Compiling object v0.37.3
16002026-03-10T18:08:28.020Z Compiling tokio-util v0.7.18
16012026-03-10T18:08:28.047Z Compiling tower v0.5.3
16022026-03-10T18:08:28.075Z Compiling tokio-native-tls v0.3.1
16032026-03-10T18:08:28.078Z Compiling managed v0.8.0
16042026-03-10T18:08:28.078Z Compiling foldhash v0.1.5
16052026-03-10T18:08:28.148Z Compiling bitflags v1.3.2
16062026-03-10T18:08:28.151Z Compiling libbz2-rs-sys v0.2.2
16072026-03-10T18:08:28.271Z Compiling console v0.16.2
16082026-03-10T18:08:28.297Z Compiling zopfli v0.8.3
16092026-03-10T18:08:28.388Z Compiling hashbrown v0.15.5
16102026-03-10T18:08:28.415Z Compiling dof v0.3.0
16112026-03-10T18:08:28.621Z Compiling phf v0.13.1
16122026-03-10T18:08:28.755Z Compiling tower-http v0.6.8
16132026-03-10T18:08:28.857Z Compiling bzip2 v0.6.1
16142026-03-10T18:08:29.117Z Compiling h2 v0.4.13
16152026-03-10T18:08:29.165Z Compiling clap_builder v4.5.60
16162026-03-10T18:08:29.217Z Compiling zone_cfg_derive v0.3.1
16172026-03-10T18:08:29.305Z Compiling newtype-uuid v1.3.2
16182026-03-10T18:08:29.328Z Compiling strum v0.27.2
16192026-03-10T18:08:29.368Z Compiling usdt-attr-macro v0.6.0
16202026-03-10T18:08:29.391Z Compiling usdt-macro v0.6.0
16212026-03-10T18:08:29.506Z Compiling signal-hook-mio v0.2.5
16222026-03-10T18:08:29.547Z Compiling elliptic-curve v0.13.8
16232026-03-10T18:08:29.600Z Compiling daft v0.1.5
16242026-03-10T18:08:29.667Z Compiling rayon v1.11.0
16252026-03-10T18:08:29.786Z Compiling toml_edit v0.19.15
16262026-03-10T18:08:29.988Z Compiling cargo_metadata v0.19.2
16272026-03-10T18:08:30.093Z Compiling cookie_store v0.22.1
16282026-03-10T18:08:30.151Z Compiling hubpack v0.1.2
16292026-03-10T18:08:30.174Z Compiling bzip2 v0.4.4
16302026-03-10T18:08:30.388Z Compiling postgres-types v0.2.12
16312026-03-10T18:08:30.455Z Compiling zstd v0.13.3
16322026-03-10T18:08:30.458Z Compiling serde_with_macros v3.17.0
16332026-03-10T18:08:30.517Z Compiling dtrace-parser v0.2.0
16342026-03-10T18:08:30.856Z Compiling ed25519 v2.2.3
16352026-03-10T18:08:31.058Z Compiling pkcs1 v0.7.5
16362026-03-10T18:08:31.081Z Compiling hex v0.4.3
16372026-03-10T18:08:31.225Z Compiling serde-big-array v0.5.1
16382026-03-10T18:08:31.437Z Compiling rfc6979 v0.4.0
16392026-03-10T18:08:31.505Z Compiling bstr v1.12.1
16402026-03-10T18:08:31.619Z Compiling enum-as-inner v0.6.1
16412026-03-10T18:08:31.641Z Compiling clap_derive v4.5.55
16422026-03-10T18:08:31.671Z Compiling strum_macros v0.26.4
16432026-03-10T18:08:31.952Z Compiling serde_repr v0.1.20
16442026-03-10T18:08:32.159Z Compiling itertools v0.12.1
16452026-03-10T18:08:32.208Z Compiling phf_shared v0.11.3
16462026-03-10T18:08:32.278Z Compiling float-cmp v0.10.0
16472026-03-10T18:08:32.324Z Compiling thread-id v4.2.2
16482026-03-10T18:08:32.429Z Compiling memmap2 v0.9.10
16492026-03-10T18:08:32.488Z Compiling env_filter v1.0.0
16502026-03-10T18:08:32.516Z Compiling encoding_rs v0.8.35
16512026-03-10T18:08:32.520Z Compiling unit-prefix v0.5.2
16522026-03-10T18:08:32.560Z Compiling difflib v0.4.0
16532026-03-10T18:08:32.733Z Compiling fixedbitset v0.5.7
16542026-03-10T18:08:32.763Z Compiling normalize-line-endings v0.3.0
16552026-03-10T18:08:32.820Z Compiling mime v0.3.17
16562026-03-10T18:08:32.911Z Compiling data-encoding v2.10.0
16572026-03-10T18:08:32.943Z Compiling jiff v0.2.21
16582026-03-10T18:08:33.188Z Compiling static_assertions v1.1.0
16592026-03-10T18:08:33.210Z Compiling rustc-hash v2.1.1
16602026-03-10T18:08:33.303Z Compiling precomputed-hash v0.1.1
16612026-03-10T18:08:33.403Z Compiling fixedbitset v0.4.2
16622026-03-10T18:08:33.403Z Compiling new_debug_unreachable v1.0.6
16632026-03-10T18:08:33.452Z Compiling predicates-core v1.0.10
16642026-03-10T18:08:33.525Z Compiling hyper v1.8.1
16652026-03-10T18:08:33.718Z Compiling whoami v2.1.0
16662026-03-10T18:08:33.758Z Compiling keccak v0.1.6
16672026-03-10T18:08:33.820Z Compiling toml_edit v0.22.27
16682026-03-10T18:08:33.850Z Compiling petgraph v0.6.5
16692026-03-10T18:08:33.950Z Compiling zone v0.3.1
16702026-03-10T18:08:34.020Z Compiling tokio-postgres v0.7.16
16712026-03-10T18:08:34.278Z Compiling sha3 v0.10.8
16722026-03-10T18:08:34.405Z Compiling clap v4.5.60
16732026-03-10T18:08:34.423Z Compiling strum v0.26.3
16742026-03-10T18:08:34.527Z Compiling predicates v3.1.4
16752026-03-10T18:08:34.591Z Compiling string_cache v0.8.9
16762026-03-10T18:08:34.617Z Compiling iddqd v0.3.17
16772026-03-10T18:08:34.781Z Compiling hickory-proto v0.25.2
16782026-03-10T18:08:34.941Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16792026-03-10T18:08:34.965Z Compiling petgraph v0.8.3
16802026-03-10T18:08:34.991Z Compiling env_logger v0.11.9
16812026-03-10T18:08:35.018Z Compiling indicatif v0.18.4
16822026-03-10T18:08:35.072Z Compiling hyper-util v0.1.20
16832026-03-10T18:08:35.527Z Compiling usdt v0.6.0
16842026-03-10T18:08:35.551Z Compiling usdt-impl v0.5.0
16852026-03-10T18:08:35.892Z Compiling serde_with v3.17.0
16862026-03-10T18:08:35.934Z Compiling similar v2.7.0
16872026-03-10T18:08:36.205Z Compiling crossterm v0.28.1
16882026-03-10T18:08:36.335Z Compiling toml v0.7.8
16892026-03-10T18:08:36.385Z Compiling ecdsa v0.16.9
16902026-03-10T18:08:36.472Z Compiling rsa v0.9.10
16912026-03-10T18:08:36.976Z Compiling ed25519-dalek v2.2.0
16922026-03-10T18:08:37.001Z Compiling zip v4.6.1
16932026-03-10T18:08:37.241Z Compiling hyper-tls v0.6.0
16942026-03-10T18:08:37.288Z Compiling zip v0.6.6
16952026-03-10T18:08:37.567Z Compiling tokio-stream v0.1.18
16962026-03-10T18:08:38.032Z Compiling toml_parser v1.0.9+spec-1.1.0
16972026-03-10T18:08:38.070Z Compiling buf-list v1.1.2
16982026-03-10T18:08:38.162Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16992026-03-10T18:08:38.174Z Compiling openapiv3 v2.2.0
17002026-03-10T18:08:38.270Z Compiling x509-cert v0.2.5
17012026-03-10T18:08:38.291Z Compiling sha1 v0.10.6
17022026-03-10T18:08:38.329Z Compiling itertools v0.13.0
17032026-03-10T18:08:38.400Z Compiling toml_datetime v0.7.5+spec-1.1.0
17042026-03-10T18:08:38.494Z Compiling lalrpop-util v0.19.12
17052026-03-10T18:08:38.586Z Compiling peg-runtime v0.8.5
17062026-03-10T18:08:38.607Z Compiling thread_local v1.1.9
17072026-03-10T18:08:38.637Z Compiling slog-async v2.8.0
17082026-03-10T18:08:38.801Z Compiling futures-executor v0.3.32
17092026-03-10T18:08:38.866Z Compiling crossbeam-channel v0.5.15
17102026-03-10T18:08:38.982Z Compiling filetime v0.2.27
17112026-03-10T18:08:39.024Z Compiling is-terminal v0.4.17
17122026-03-10T18:08:39.102Z Compiling term v1.2.1
17132026-03-10T18:08:39.130Z Compiling xattr v1.6.1
17142026-03-10T18:08:39.159Z Compiling take_mut v0.2.2
17152026-03-10T18:08:39.202Z Compiling futures v0.3.32
17162026-03-10T18:08:39.341Z Compiling tar v0.4.44
17172026-03-10T18:08:39.476Z Compiling slog-term v2.9.2
17182026-03-10T18:09:00.342Z Compiling rustls-webpki v0.103.9
17192026-03-10T18:09:04.541Z Compiling tokio-rustls v0.26.4
17202026-03-10T18:09:04.560Z Compiling rustls-platform-verifier v0.6.2
17212026-03-10T18:09:04.799Z Compiling hyper-rustls v0.27.7
17222026-03-10T18:09:05.043Z Compiling reqwest v0.12.28
17232026-03-10T18:09:05.043Z Compiling reqwest v0.13.2
17242026-03-10T18:09:07.925Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17252026-03-10T18:09:08.250Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17262026-03-10T18:09:12.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17272026-03-10T18:09:12.387Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17282026-03-10T18:09:12.447ZMar 10 18:09:11.843 INFO Starting download, target: DendriteStub
17292026-03-10T18:09:12.447ZMar 10 18:09:11.844 INFO Starting download, target: TransceiverControl
17302026-03-10T18:09:12.450ZMar 10 18:09:11.844 INFO Starting download, target: Cockroach
17312026-03-10T18:09:12.450ZMar 10 18:09:11.844 INFO Starting download, target: MaghemiteMgd
17322026-03-10T18:09:12.450ZMar 10 18:09:11.844 INFO Starting download, target: Console
17332026-03-10T18:09:12.450ZMar 10 18:09:11.844 INFO Starting download, target: Clickhouse
17342026-03-10T18:09:12.450ZMar 10 18:09:11.844 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17352026-03-10T18:09:12.450ZMar 10 18:09:11.844 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-03-10T18:09:12.450ZMar 10 18:09:11.844 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-03-10T18:09:12.450ZMar 10 18:09:11.844 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17382026-03-10T18:09:12.450ZMar 10 18:09:11.844 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-03-10T18:09:12.450ZMar 10 18:09:11.844 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-03-10T18:09:12.985ZMar 10 18:09:12.360 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-03-10T18:09:13.316ZMar 10 18:09:12.704 INFO Download complete, target: TransceiverControl
17422026-03-10T18:09:13.463ZMar 10 18:09:12.854 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-03-10T18:09:13.843ZMar 10 18:09:13.237 INFO Download complete, target: Console
17442026-03-10T18:09:14.376ZMar 10 18:09:13.771 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17452026-03-10T18:09:14.718ZMar 10 18:09:14.115 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-03-10T18:09:14.874ZMar 10 18:09:14.271 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17472026-03-10T18:09:14.874ZMar 10 18:09:14.272 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17482026-03-10T18:09:14.879ZMar 10 18:09:14.274 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17492026-03-10T18:09:17.974ZMar 10 18:09:17.371 INFO Download complete, target: MaghemiteMgd
17502026-03-10T18:09:18.436ZMar 10 18:09:17.835 INFO Download complete, target: DendriteStub
17512026-03-10T18:09:22.803ZMar 10 18:09:22.203 INFO Checking that binary works, target: Cockroach
17522026-03-10T18:09:22.968ZMar 10 18:09:22.368 INFO Download complete, target: Cockroach
17532026-03-10T18:09:26.191ZMar 10 18:09:25.591 INFO Checking that binary works, target: Clickhouse
17542026-03-10T18:09:26.351ZMar 10 18:09:25.752 INFO Download complete, target: Clickhouse
17552026-03-10T18:09:26.357ZAll prerequisites installed successfully
17562026-03-10T18:09:26.362Z
17572026-03-10T18:09:26.362Zreal 5:04.470089366
17582026-03-10T18:09:26.362Zuser 10:58.458178143
17592026-03-10T18:09:26.362Zsys 2:14.729907761
17602026-03-10T18:09:26.362Ztrap 0.362430626
17612026-03-10T18:09:26.362Ztflt 2.766939853
17622026-03-10T18:09:26.362Zdflt 4.215209762
17632026-03-10T18:09:26.362Zkflt 0.130114277
17642026-03-10T18:09:26.362Zlock 24:48.771217434
17652026-03-10T18:09:26.362Zslp 39:02.578410399
17662026-03-10T18:09:26.362Zlat 31.658569635
17672026-03-10T18:09:26.362Zstop 4:36.090656222
17682026-03-10T18:09:26.362Z+ ptime -m cargo xtask download softnpu
17692026-03-10T18:09:27.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17702026-03-10T18:09:27.122Z Running `target/debug/xtask download softnpu`
17712026-03-10T18:09:28.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
17722026-03-10T18:09:28.192Z Running `target/debug/xtask-downloader softnpu`
17732026-03-10T18:09:28.238ZMar 10 18:09:27.639 INFO Starting download, target: Softnpu
17742026-03-10T18:09:28.241ZMar 10 18:09:27.640 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17752026-03-10T18:09:28.948ZMar 10 18:09:28.350 INFO Download complete, target: Softnpu
17762026-03-10T18:09:28.952Z
17772026-03-10T18:09:28.955Zreal 2.587971327
17782026-03-10T18:09:28.955Zuser 1.662334483
17792026-03-10T18:09:28.955Zsys 0.738214449
17802026-03-10T18:09:28.955Ztrap 0.000520697
17812026-03-10T18:09:28.955Ztflt 0.000102810
17822026-03-10T18:09:28.955Zdflt 0.000217083
17832026-03-10T18:09:28.955Zkflt 0.000000000
17842026-03-10T18:09:28.955Zlock 13.742064373
17852026-03-10T18:09:28.955Zslp 0.519530438
17862026-03-10T18:09:28.955Zlat 0.031736105
17872026-03-10T18:09:28.955Zstop 0.000195934
17882026-03-10T18:09:28.955Z+ export CARGO_INCREMENTAL=0
17892026-03-10T18:09:28.955Z+ CARGO_INCREMENTAL=0
17902026-03-10T18:09:28.955Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17912026-03-10T18:09:30.204Z Compiling proc-macro2 v1.0.106
17922026-03-10T18:09:30.204Z Compiling quote v1.0.44
17932026-03-10T18:09:30.208Z Compiling unicode-ident v1.0.24
17942026-03-10T18:09:30.208Z Compiling libc v0.2.180
17952026-03-10T18:09:30.208Z Compiling serde_core v1.0.228
17962026-03-10T18:09:30.208Z Compiling serde v1.0.228
17972026-03-10T18:09:30.208Z Compiling cfg-if v1.0.4
17982026-03-10T18:09:30.208Z Compiling version_check v0.9.5
17992026-03-10T18:09:30.208Z Compiling shlex v1.3.0
18002026-03-10T18:09:30.208Z Compiling find-msvc-tools v0.1.9
18012026-03-10T18:09:30.208Z Compiling typenum v1.19.0
18022026-03-10T18:09:30.209Z Compiling portable-atomic v1.13.1
18032026-03-10T18:09:30.350Z Compiling memchr v2.8.0
18042026-03-10T18:09:30.355Z Compiling zmij v1.0.21
18052026-03-10T18:09:30.355Z Compiling serde_json v1.0.149
18062026-03-10T18:09:30.514Z Compiling autocfg v1.5.0
18072026-03-10T18:09:30.658Z Compiling zerocopy v0.8.40
18082026-03-10T18:09:30.702Z Compiling libm v0.2.16
18092026-03-10T18:09:30.819Z Compiling parking_lot_core v0.9.12
18102026-03-10T18:09:31.061Z Compiling generic-array v0.14.7
18112026-03-10T18:09:31.085Z Compiling smallvec v1.15.1
18122026-03-10T18:09:31.088Z Compiling num-traits v0.2.19
18132026-03-10T18:09:31.088Z Compiling icu_properties_data v2.1.2
18142026-03-10T18:09:31.180Z Compiling icu_normalizer_data v2.1.1
18152026-03-10T18:09:31.183Z Compiling itoa v1.0.17
18162026-03-10T18:09:31.183Z Compiling log v0.4.29
18172026-03-10T18:09:31.252Z Compiling getrandom v0.4.1
18182026-03-10T18:09:31.363Z Compiling pkg-config v0.3.32
18192026-03-10T18:09:31.467Z Compiling stable_deref_trait v1.2.1
18202026-03-10T18:09:31.562Z Compiling subtle v2.6.1
18212026-03-10T18:09:31.565Z Compiling scopeguard v1.2.0
18222026-03-10T18:09:31.625Z Compiling thiserror v2.0.18
18232026-03-10T18:09:31.628Z Compiling fnv v1.0.7
18242026-03-10T18:09:31.721Z Compiling lock_api v0.4.14
18252026-03-10T18:09:31.748Z Compiling jobserver v0.1.34
18262026-03-10T18:09:31.774Z Compiling getrandom v0.2.17
18272026-03-10T18:09:31.794Z Compiling errno v0.3.14
18282026-03-10T18:09:31.955Z Compiling rand_core v0.6.4
18292026-03-10T18:09:32.016Z Compiling cc v1.2.56
18302026-03-10T18:09:32.112Z Compiling syn v2.0.117
18312026-03-10T18:09:32.135Z Compiling getrandom v0.3.4
18322026-03-10T18:09:32.278Z Compiling critical-section v1.2.0
18332026-03-10T18:09:32.298Z Compiling pin-project-lite v0.2.17
18342026-03-10T18:09:32.366Z Compiling rustversion v1.0.22
18352026-03-10T18:09:32.414Z Compiling equivalent v1.0.2
18362026-03-10T18:09:32.464Z Compiling allocator-api2 v0.2.21
18372026-03-10T18:09:32.633Z Compiling foldhash v0.2.0
18382026-03-10T18:09:32.636Z Compiling dunce v1.0.5
18392026-03-10T18:09:32.677Z Compiling fs_extra v1.3.0
18402026-03-10T18:09:32.727Z Compiling litemap v0.8.1
18412026-03-10T18:09:32.794Z Compiling percent-encoding v2.3.2
18422026-03-10T18:09:32.819Z Compiling writeable v0.6.2
18432026-03-10T18:09:32.861Z Compiling once_cell v1.21.3
18442026-03-10T18:09:32.953Z Compiling hashbrown v0.16.1
18452026-03-10T18:09:33.052Z Compiling const-oid v0.9.6
18462026-03-10T18:09:33.073Z Compiling cmake v0.1.57
18472026-03-10T18:09:33.174Z Compiling rustix v1.1.3
18482026-03-10T18:09:33.280Z Compiling signal-hook-registry v1.4.8
18492026-03-10T18:09:33.321Z Compiling schemars v0.8.22
18502026-03-10T18:09:33.468Z Compiling socket2 v0.6.2
18512026-03-10T18:09:33.489Z Compiling mio v1.1.1
18522026-03-10T18:09:33.510Z Compiling rand_core v0.10.0
18532026-03-10T18:09:33.653Z Compiling semver v1.0.27
18542026-03-10T18:09:33.723Z Compiling parking_lot v0.12.5
18552026-03-10T18:09:33.751Z Compiling indexmap v2.13.0
18562026-03-10T18:09:33.807Z Compiling bitflags v2.11.0
18572026-03-10T18:09:33.970Z Compiling ring v0.17.14
18582026-03-10T18:09:33.995Z Compiling aws-lc-sys v0.37.1
18592026-03-10T18:09:34.020Z Compiling strsim v0.11.1
18602026-03-10T18:09:34.097Z Compiling utf8_iter v1.0.4
18612026-03-10T18:09:34.190Z Compiling aws-lc-rs v1.16.0
18622026-03-10T18:09:34.442Z Compiling form_urlencoded v1.2.2
18632026-03-10T18:09:34.570Z Compiling byteorder v1.5.0
18642026-03-10T18:09:34.613Z Compiling futures-core v0.3.32
18652026-03-10T18:09:34.643Z Compiling thiserror v1.0.69
18662026-03-10T18:09:34.679Z Compiling ucd-trie v0.1.7
18672026-03-10T18:09:34.839Z Compiling vcpkg v0.2.15
18682026-03-10T18:09:34.842Z Compiling heck v0.5.0
18692026-03-10T18:09:34.908Z Compiling pest v2.8.6
18702026-03-10T18:09:35.022Z Compiling ident_case v1.0.1
18712026-03-10T18:09:35.046Z Compiling httparse v1.10.1
18722026-03-10T18:09:35.165Z Compiling crossbeam-utils v0.8.21
18732026-03-10T18:09:35.230Z Compiling syn v1.0.109
18742026-03-10T18:09:35.349Z Compiling regex-syntax v0.8.10
18752026-03-10T18:09:35.491Z Compiling rustc_version v0.4.1
18762026-03-10T18:09:35.561Z Compiling futures-sink v0.3.32
18772026-03-10T18:09:35.629Z Compiling cpufeatures v0.2.17
18782026-03-10T18:09:35.632Z Compiling rustls v0.23.37
18792026-03-10T18:09:35.676Z Compiling openssl-sys v0.9.111
18802026-03-10T18:09:35.773Z Compiling futures-channel v0.3.32
18812026-03-10T18:09:35.776Z Compiling futures-task v0.3.32
18822026-03-10T18:09:35.776Z Compiling plain v0.2.3
18832026-03-10T18:09:35.870Z Compiling slab v0.4.12
18842026-03-10T18:09:35.937Z Compiling futures-io v0.3.32
18852026-03-10T18:09:35.962Z Compiling iana-time-zone v0.1.65
18862026-03-10T18:09:35.987Z Compiling uuid v1.21.0
18872026-03-10T18:09:36.045Z Compiling aho-corasick v1.1.4
18882026-03-10T18:09:36.311Z Compiling time-core v0.1.8
18892026-03-10T18:09:36.420Z Compiling synstructure v0.13.2
18902026-03-10T18:09:36.443Z Compiling serde_derive_internals v0.29.1
18912026-03-10T18:09:36.469Z Compiling pest_meta v2.8.6
18922026-03-10T18:09:36.770Z Compiling num-conv v0.2.0
18932026-03-10T18:09:36.809Z Compiling pretty-hex v0.4.1
18942026-03-10T18:09:36.848Z Compiling openssl v0.10.75
18952026-03-10T18:09:36.964Z Compiling time-macros v0.2.27
18962026-03-10T18:09:37.100Z Compiling crc32fast v1.5.0
18972026-03-10T18:09:37.125Z Compiling either v1.15.0
18982026-03-10T18:09:37.190Z Compiling anyhow v1.0.102
18992026-03-10T18:09:37.245Z Compiling base64ct v1.8.3
19002026-03-10T18:09:37.267Z Compiling darling_core v0.21.3
19012026-03-10T18:09:37.318Z Compiling pest_generator v2.8.6
19022026-03-10T18:09:37.472Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19032026-03-10T18:09:37.589Z Compiling regex-automata v0.4.14
19042026-03-10T18:09:37.642Z Compiling pem-rfc7468 v0.7.0
19052026-03-10T18:09:37.666Z Compiling native-tls v0.2.18
19062026-03-10T18:09:37.690Z Compiling flagset v0.4.7
19072026-03-10T18:09:37.735Z Compiling rand_core v0.9.5
19082026-03-10T18:09:37.882Z Compiling slog v2.8.2
19092026-03-10T18:09:38.051Z Compiling dyn-clone v1.0.20
19102026-03-10T18:09:38.054Z Compiling rayon-core v1.13.0
19112026-03-10T18:09:38.314Z Compiling tracing-core v0.1.36
19122026-03-10T18:09:38.428Z Compiling untrusted v0.9.0
19132026-03-10T18:09:38.452Z Compiling camino v1.2.2
19142026-03-10T18:09:38.499Z Compiling serde_derive v1.0.228
19152026-03-10T18:09:38.527Z Compiling zeroize_derive v1.4.3
19162026-03-10T18:09:38.593Z Compiling zerofrom-derive v0.1.6
19172026-03-10T18:09:38.616Z Compiling yoke-derive v0.8.1
19182026-03-10T18:09:38.640Z Compiling zerovec-derive v0.11.2
19192026-03-10T18:09:38.665Z Compiling displaydoc v0.2.5
19202026-03-10T18:09:38.665Z Compiling zerocopy-derive v0.8.40
19212026-03-10T18:09:38.888Z Compiling tokio-macros v2.6.0
19222026-03-10T18:09:39.420Z Compiling zeroize v1.8.2
19232026-03-10T18:09:39.764Z Compiling futures-macro v0.3.32
19242026-03-10T18:09:39.787Z Compiling thiserror-impl v2.0.18
19252026-03-10T18:09:40.096Z Compiling tracing-attributes v0.1.31
19262026-03-10T18:09:40.168Z Compiling der_derive v0.7.3
19272026-03-10T18:09:40.311Z Compiling zerofrom v0.1.6
19282026-03-10T18:09:40.490Z Compiling yoke v0.8.1
19292026-03-10T18:09:40.625Z Compiling crypto-common v0.1.7
19302026-03-10T18:09:40.756Z Compiling zerovec v0.11.5
19312026-03-10T18:09:40.793Z Compiling zerotrie v0.2.3
19322026-03-10T18:09:41.021Z Compiling block-buffer v0.10.4
19332026-03-10T18:09:41.220Z Compiling digest v0.10.7
19342026-03-10T18:09:41.252Z Compiling schemars_derive v0.8.22
19352026-03-10T18:09:41.421Z Compiling thiserror-impl v1.0.69
19362026-03-10T18:09:41.531Z Compiling tinystr v0.8.2
19372026-03-10T18:09:41.585Z Compiling potential_utf v0.1.4
19382026-03-10T18:09:41.720Z Compiling pest_derive v2.8.6
19392026-03-10T18:09:41.838Z Compiling icu_locale_core v2.1.1
19402026-03-10T18:09:41.861Z Compiling icu_collections v2.1.1
19412026-03-10T18:09:41.897Z Compiling hmac v0.12.1
19422026-03-10T18:09:42.354Z Compiling futures-util v0.3.32
19432026-03-10T18:09:42.458Z Compiling block-padding v0.3.3
19442026-03-10T18:09:42.670Z Compiling inout v0.1.4
19452026-03-10T18:09:42.878Z Compiling cipher v0.4.4
19462026-03-10T18:09:42.902Z Compiling sha2 v0.10.9
19472026-03-10T18:09:42.972Z Compiling icu_provider v2.1.1
19482026-03-10T18:09:42.995Z Compiling scroll_derive v0.12.1
19492026-03-10T18:09:43.110Z Compiling bytes v1.11.1
19502026-03-10T18:09:43.216Z Compiling chrono v0.4.44
19512026-03-10T18:09:43.388Z Compiling icu_normalizer v2.1.1
19522026-03-10T18:09:43.553Z Compiling icu_properties v2.1.2
19532026-03-10T18:09:43.574Z Compiling serde_tokenstream v0.2.3
19542026-03-10T18:09:43.904Z Compiling tokio v1.49.0
19552026-03-10T18:09:44.419Z Compiling scroll_derive v0.13.1
19562026-03-10T18:09:44.660Z Compiling rustls-pki-types v1.14.0
19572026-03-10T18:09:45.024Z Compiling idna_adapter v1.2.1
19582026-03-10T18:09:45.234Z Compiling idna v1.1.0
19592026-03-10T18:09:45.290Z Compiling openssl-macros v0.1.1
19602026-03-10T18:09:45.450Z Compiling ppv-lite86 v0.2.21
19612026-03-10T18:09:45.771Z Compiling url v2.5.8
19622026-03-10T18:09:45.864Z Compiling der v0.7.10
19632026-03-10T18:09:45.987Z Compiling regex v1.12.3
19642026-03-10T18:09:46.058Z Compiling darling_macro v0.21.3
19652026-03-10T18:09:46.189Z Compiling zerocopy-derive v0.7.35
19662026-03-10T18:09:46.255Z Compiling http v1.4.0
19672026-03-10T18:09:46.324Z Compiling salsa20 v0.10.2
19682026-03-10T18:09:46.528Z Compiling pbkdf2 v0.12.2
19692026-03-10T18:09:46.705Z Compiling scrypt v0.11.0
19702026-03-10T18:09:46.736Z Compiling darling v0.21.3
19712026-03-10T18:09:46.998Z Compiling rand_chacha v0.9.0
19722026-03-10T18:09:47.050Z Compiling cbc v0.1.2
19732026-03-10T18:09:47.057Z Compiling aes v0.8.4
19742026-03-10T18:09:47.333Z Compiling spki v0.7.3
19752026-03-10T18:09:47.587Z Compiling tracing v0.1.44
19762026-03-10T18:09:48.077Z Compiling usdt-impl v0.5.0
19772026-03-10T18:09:48.147Z Compiling cookie v0.18.1
19782026-03-10T18:09:48.167Z Compiling ref-cast v1.0.25
19792026-03-10T18:09:48.246Z Compiling usdt-impl v0.6.0
19802026-03-10T18:09:48.408Z Compiling paste v1.0.15
19812026-03-10T18:09:48.447Z Compiling base64 v0.22.1
19822026-03-10T18:09:48.578Z Compiling winnow v0.7.14
19832026-03-10T18:09:48.821Z Compiling pkcs5 v0.7.1
19842026-03-10T18:09:48.929Z Compiling rand v0.9.2
19852026-03-10T18:09:49.003Z Compiling http-body v1.0.1
19862026-03-10T18:09:49.215Z Compiling scroll v0.13.0
19872026-03-10T18:09:49.237Z Compiling scroll v0.12.0
19882026-03-10T18:09:49.240Z Compiling serde_spanned v0.6.9
19892026-03-10T18:09:49.354Z Compiling tokio-util v0.7.18
19902026-03-10T18:09:49.438Z Compiling toml_datetime v0.6.11
19912026-03-10T18:09:49.533Z Compiling heapless v0.7.17
19922026-03-10T18:09:49.598Z Compiling bzip2-sys v0.1.13+1.0.8
19932026-03-10T18:09:49.733Z Compiling untrusted v0.7.1
19942026-03-10T18:09:49.803Z Compiling signal-hook v0.3.18
19952026-03-10T18:09:49.849Z Compiling zstd-safe v7.2.4
19962026-03-10T18:09:49.900Z Compiling openssl-probe v0.2.1
19972026-03-10T18:09:50.117Z Compiling goblin v0.8.2
19982026-03-10T18:09:50.148Z Compiling goblin v0.10.5
19992026-03-10T18:09:50.220Z Compiling pkcs8 v0.10.2
20002026-03-10T18:09:50.664Z Compiling toml_parser v1.0.9+spec-1.1.0
20012026-03-10T18:09:50.742Z Compiling zerocopy v0.7.35
20022026-03-10T18:09:50.997Z Compiling ref-cast-impl v1.0.25
20032026-03-10T18:09:51.059Z Compiling darling_core v0.20.11
20042026-03-10T18:09:51.426Z Compiling toml_datetime v0.7.5+spec-1.1.0
20052026-03-10T18:09:51.464Z Compiling tower-layer v0.3.3
20062026-03-10T18:09:51.495Z Compiling atomic-waker v1.1.2
20072026-03-10T18:09:51.607Z Compiling tower-service v0.3.3
20082026-03-10T18:09:51.700Z Compiling winnow v0.5.40
20092026-03-10T18:09:51.763Z Compiling rustix v0.38.44
20102026-03-10T18:09:51.822Z Compiling try-lock v0.2.5
20112026-03-10T18:09:51.954Z Compiling tinyvec_macros v0.1.1
20122026-03-10T18:09:51.974Z Compiling want v0.3.1
20132026-03-10T18:09:52.060Z Compiling tinyvec v1.10.0
20142026-03-10T18:09:52.096Z Compiling h2 v0.4.13
20152026-03-10T18:09:52.837Z Compiling dtrace-parser v0.2.0
20162026-03-10T18:09:52.973Z Compiling dtrace-parser v0.3.0
20172026-03-10T18:09:53.031Z Compiling ipnet v2.11.0
20182026-03-10T18:09:53.054Z Compiling async-trait v0.1.89
20192026-03-10T18:09:53.382Z Compiling daft-derive v0.1.5
20202026-03-10T18:09:53.722Z Compiling toml_edit v0.19.15
20212026-03-10T18:09:53.772Z Compiling dof v0.3.0
20222026-03-10T18:09:53.800Z Compiling curve25519-dalek v4.1.3
20232026-03-10T18:09:53.949Z Compiling spin v0.9.8
20242026-03-10T18:09:53.978Z Compiling thread-id v4.2.2
20252026-03-10T18:09:54.093Z Compiling thread-id v5.1.0
20262026-03-10T18:09:54.118Z Compiling darling_macro v0.20.11
20272026-03-10T18:09:54.145Z Compiling proc-macro-error-attr v1.0.4
20282026-03-10T18:09:54.213Z Compiling pin-utils v0.1.0
20292026-03-10T18:09:54.236Z Compiling fastrand v2.3.0
20302026-03-10T18:09:54.326Z Compiling dof v0.4.0
20312026-03-10T18:09:54.670Z Compiling httpdate v1.0.3
20322026-03-10T18:09:54.807Z Compiling foreign-types-shared v0.1.1
20332026-03-10T18:09:54.813Z Compiling smoltcp v0.9.1
20342026-03-10T18:09:54.855Z Compiling litrs v1.0.0
20352026-03-10T18:09:54.942Z Compiling num-bigint-dig v0.8.6
20362026-03-10T18:09:54.945Z Compiling foreign-types v0.3.2
20372026-03-10T18:09:54.988Z Compiling darling v0.20.11
20382026-03-10T18:09:55.097Z Compiling tempfile v3.25.0
20392026-03-10T18:09:55.554Z Compiling document-features v0.2.12
20402026-03-10T18:09:55.990Z Compiling ipnetwork v0.21.1
20412026-03-10T18:09:56.211Z Compiling strum_macros v0.26.4
20422026-03-10T18:09:56.367Z Compiling wait-timeout v0.2.1
20432026-03-10T18:09:56.397Z Compiling proc-macro-error v1.0.4
20442026-03-10T18:09:56.425Z Compiling quick-error v1.2.3
20452026-03-10T18:09:56.591Z Compiling hyper v1.8.1
20462026-03-10T18:09:56.713Z Compiling unicode-segmentation v1.12.0
20472026-03-10T18:09:56.856Z Compiling powerfmt v0.2.0
20482026-03-10T18:09:56.982Z Compiling utf8parse v0.2.2
20492026-03-10T18:09:57.181Z Compiling siphasher v1.0.2
20502026-03-10T18:09:57.206Z Compiling simd-adler32 v0.3.8
20512026-03-10T18:09:57.449Z Compiling bit-vec v0.8.0
20522026-03-10T18:09:57.529Z Compiling anstyle v1.0.13
20532026-03-10T18:09:57.576Z Compiling deranged v0.5.8
20542026-03-10T18:09:57.621Z Compiling anstyle-parse v0.2.7
20552026-03-10T18:09:57.801Z Compiling bit-set v0.8.0
20562026-03-10T18:09:58.052Z Compiling rusty-fork v0.3.1
20572026-03-10T18:09:58.256Z Compiling hyper-util v0.1.20
20582026-03-10T18:09:58.470Z Compiling crossbeam-epoch v0.9.18
20592026-03-10T18:09:58.770Z Compiling derive_builder_core v0.20.2
20602026-03-10T18:09:58.906Z Compiling unicode-normalization v0.1.25
20612026-03-10T18:09:59.141Z Compiling rustls-native-certs v0.8.3
20622026-03-10T18:09:59.594Z Compiling signature v2.2.0
20632026-03-10T18:09:59.613Z Compiling hubpack_derive v0.1.1
20642026-03-10T18:09:59.723Z Compiling strum_macros v0.27.2
20652026-03-10T18:09:59.787Z Compiling curve25519-dalek-derive v0.1.1
20662026-03-10T18:09:59.926Z Compiling rand_xorshift v0.4.0
20672026-03-10T18:10:00.050Z Compiling sync_wrapper v1.0.2
20682026-03-10T18:10:00.150Z Compiling fs-err v3.3.0
20692026-03-10T18:10:00.253Z Compiling ahash v0.8.12
20702026-03-10T18:10:00.311Z Compiling is_terminal_polyfill v1.70.2
20712026-03-10T18:10:00.334Z Compiling object v0.37.3
20722026-03-10T18:10:00.387Z Compiling adler2 v2.0.1
20732026-03-10T18:10:00.453Z Compiling unicode-properties v0.1.4
20742026-03-10T18:10:00.456Z Compiling unarray v0.1.4
20752026-03-10T18:10:00.553Z Compiling num_threads v0.1.7
20762026-03-10T18:10:00.631Z Compiling anstyle-query v1.1.5
20772026-03-10T18:10:00.653Z Compiling colorchoice v1.0.4
20782026-03-10T18:10:00.680Z Compiling unicode-bidi v0.3.18
20792026-03-10T18:10:00.726Z Compiling time v0.3.47
20802026-03-10T18:10:00.773Z Compiling proptest v1.10.0
20812026-03-10T18:10:00.820Z Compiling anstream v0.6.21
20822026-03-10T18:10:00.841Z Compiling miniz_oxide v0.8.9
20832026-03-10T18:10:01.135Z Compiling stringprep v0.1.5
20842026-03-10T18:10:01.240Z Compiling tower v0.5.3
20852026-03-10T18:10:01.631Z Compiling derive_builder_macro v0.20.2
20862026-03-10T18:10:01.919Z Compiling crossbeam-deque v0.8.6
20872026-03-10T18:10:02.108Z Compiling heck v0.4.1
20882026-03-10T18:10:02.222Z Compiling usdt-macro v0.6.0
20892026-03-10T18:10:02.245Z Compiling usdt-attr-macro v0.6.0
20902026-03-10T18:10:02.434Z Compiling http-body-util v0.1.3
20912026-03-10T18:10:02.549Z Compiling webpki-roots v1.0.6
20922026-03-10T18:10:02.792Z Compiling rand_chacha v0.3.1
20932026-03-10T18:10:02.814Z Compiling erased-serde v0.3.31
20942026-03-10T18:10:03.065Z Compiling md-5 v0.10.6
20952026-03-10T18:10:03.360Z Compiling num-integer v0.1.46
20962026-03-10T18:10:03.416Z Compiling hash32 v0.2.1
20972026-03-10T18:10:03.420Z Compiling vergen-lib v0.1.6
20982026-03-10T18:10:03.458Z Compiling ff v0.13.1
20992026-03-10T18:10:03.683Z Compiling ryu v1.0.23
21002026-03-10T18:10:03.684Z Compiling zlib-rs v0.6.2
21012026-03-10T18:10:03.730Z Compiling base16ct v0.2.0
21022026-03-10T18:10:03.733Z Compiling iri-string v0.7.10
21032026-03-10T18:10:03.775Z Compiling fallible-iterator v0.2.0
21042026-03-10T18:10:03.808Z Compiling psl-types v2.0.11
21052026-03-10T18:10:03.977Z Compiling publicsuffix v2.3.0
21062026-03-10T18:10:04.000Z Compiling newtype-uuid v1.3.2
21072026-03-10T18:10:04.003Z Compiling sec1 v0.7.3
21082026-03-10T18:10:04.003Z Compiling serde_urlencoded v0.7.1
21092026-03-10T18:10:04.243Z Compiling postgres-protocol v0.6.10
21102026-03-10T18:10:04.265Z Compiling num-iter v0.1.45
21112026-03-10T18:10:04.466Z Compiling group v0.13.0
21122026-03-10T18:10:04.963Z Compiling rand v0.8.5
21132026-03-10T18:10:05.103Z Compiling oxnet v0.1.4
21142026-03-10T18:10:05.128Z Compiling zone_cfg_derive v0.3.1
21152026-03-10T18:10:05.283Z Compiling derive_builder v0.20.2
21162026-03-10T18:10:05.350Z Compiling tokio-native-tls v0.3.1
21172026-03-10T18:10:05.449Z Compiling tower-http v0.6.8
21182026-03-10T18:10:05.578Z Compiling phf_shared v0.13.1
21192026-03-10T18:10:05.733Z Compiling lazy_static v1.5.0
21202026-03-10T18:10:05.899Z Compiling terminal_size v0.4.3
21212026-03-10T18:10:05.959Z Compiling serde_with_macros v3.17.0
21222026-03-10T18:10:06.035Z Compiling cargo-platform v0.1.9
21232026-03-10T18:10:06.092Z Compiling hkdf v0.12.4
21242026-03-10T18:10:06.235Z Compiling crypto-bigint v0.5.5
21252026-03-10T18:10:06.276Z Compiling serde_repr v0.1.20
21262026-03-10T18:10:06.322Z Compiling clap_derive v4.5.55
21272026-03-10T18:10:06.388Z Compiling enum-as-inner v0.6.1
21282026-03-10T18:10:06.502Z Compiling vergen v9.0.6
21292026-03-10T18:10:06.536Z Compiling flate2 v1.1.9
21302026-03-10T18:10:06.632Z Compiling clap_lex v1.0.0
21312026-03-10T18:10:06.789Z Compiling bumpalo v3.20.2
21322026-03-10T18:10:06.808Z Compiling managed v0.8.0
21332026-03-10T18:10:06.902Z Compiling bitflags v1.3.2
21342026-03-10T18:10:07.013Z Compiling unicode-width v0.2.0
21352026-03-10T18:10:07.093Z Compiling libbz2-rs-sys v0.2.2
21362026-03-10T18:10:07.117Z Compiling foldhash v0.1.5
21372026-03-10T18:10:07.184Z Compiling zopfli v0.8.3
21382026-03-10T18:10:07.283Z Compiling clap_builder v4.5.60
21392026-03-10T18:10:07.424Z Compiling hashbrown v0.15.5
21402026-03-10T18:10:07.427Z Compiling console v0.16.2
21412026-03-10T18:10:07.704Z Compiling bzip2 v0.6.1
21422026-03-10T18:10:07.889Z Compiling cargo_metadata v0.19.2
21432026-03-10T18:10:07.963Z Compiling elliptic-curve v0.13.8
21442026-03-10T18:10:08.216Z Compiling phf v0.13.1
21452026-03-10T18:10:08.273Z Compiling hyper-tls v0.6.0
21462026-03-10T18:10:08.393Z Compiling signal-hook-mio v0.2.5
21472026-03-10T18:10:08.416Z Compiling daft v0.1.5
21482026-03-10T18:10:08.459Z Compiling cookie_store v0.22.1
21492026-03-10T18:10:08.551Z Compiling rayon v1.11.0
21502026-03-10T18:10:08.586Z Compiling zstd v0.13.3
21512026-03-10T18:10:08.662Z Compiling postgres-types v0.2.12
21522026-03-10T18:10:08.796Z Compiling bzip2 v0.4.4
21532026-03-10T18:10:08.816Z Compiling strum v0.27.2
21542026-03-10T18:10:09.003Z Compiling hubpack v0.1.2
21552026-03-10T18:10:09.029Z Compiling ed25519 v2.2.3
21562026-03-10T18:10:09.068Z Compiling phf_shared v0.11.3
21572026-03-10T18:10:09.312Z Compiling pkcs1 v0.7.5
21582026-03-10T18:10:09.541Z Compiling serde-big-array v0.5.1
21592026-03-10T18:10:09.581Z Compiling hex v0.4.3
21602026-03-10T18:10:09.635Z Compiling rfc6979 v0.4.0
21612026-03-10T18:10:09.682Z Compiling bstr v1.12.1
21622026-03-10T18:10:09.811Z Compiling float-cmp v0.10.0
21632026-03-10T18:10:09.832Z Compiling itertools v0.12.1
21642026-03-10T18:10:09.835Z Compiling memmap2 v0.9.10
21652026-03-10T18:10:09.875Z Compiling env_filter v1.0.0
21662026-03-10T18:10:09.947Z Compiling encoding_rs v0.8.35
21672026-03-10T18:10:09.981Z Compiling unit-prefix v0.5.2
21682026-03-10T18:10:10.014Z Compiling whoami v2.1.0
21692026-03-10T18:10:10.182Z Compiling toml_write v0.1.2
21702026-03-10T18:10:10.206Z Compiling rustc-hash v2.1.1
21712026-03-10T18:10:10.307Z Compiling data-encoding v2.10.0
21722026-03-10T18:10:10.328Z Compiling jiff v0.2.21
21732026-03-10T18:10:10.468Z Compiling difflib v0.4.0
21742026-03-10T18:10:10.527Z Compiling predicates-core v1.0.10
21752026-03-10T18:10:10.764Z Compiling static_assertions v1.1.0
21762026-03-10T18:10:10.862Z Compiling fixedbitset v0.4.2
21772026-03-10T18:10:10.927Z Compiling precomputed-hash v0.1.1
21782026-03-10T18:10:11.036Z Compiling normalize-line-endings v0.3.0
21792026-03-10T18:10:11.059Z Compiling mime v0.3.17
21802026-03-10T18:10:11.079Z Compiling fixedbitset v0.5.7
21812026-03-10T18:10:11.101Z Compiling new_debug_unreachable v1.0.6
21822026-03-10T18:10:11.170Z Compiling keccak v0.1.6
21832026-03-10T18:10:11.207Z Compiling string_cache v0.8.9
21842026-03-10T18:10:11.376Z Compiling sha3 v0.10.8
21852026-03-10T18:10:11.442Z Compiling zone v0.3.1
21862026-03-10T18:10:11.464Z Compiling petgraph v0.8.3
21872026-03-10T18:10:11.507Z Compiling predicates v3.1.4
21882026-03-10T18:10:11.558Z Compiling petgraph v0.6.5
21892026-03-10T18:10:11.618Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21902026-03-10T18:10:11.741Z Compiling indicatif v0.18.4
21912026-03-10T18:10:11.762Z Compiling hickory-proto v0.25.2
21922026-03-10T18:10:12.365Z Compiling toml_edit v0.22.27
21932026-03-10T18:10:12.435Z Compiling iddqd v0.3.17
21942026-03-10T18:10:13.862Z Compiling tokio-postgres v0.7.16
21952026-03-10T18:10:14.101Z Compiling similar v2.7.0
21962026-03-10T18:10:14.307Z Compiling zip v4.6.1
21972026-03-10T18:10:14.496Z Compiling env_logger v0.11.9
21982026-03-10T18:10:14.923Z Compiling usdt v0.6.0
21992026-03-10T18:10:15.245Z Compiling serde_with v3.17.0
22002026-03-10T18:10:15.311Z Compiling ecdsa v0.16.9
22012026-03-10T18:10:15.801Z Compiling rsa v0.9.10
22022026-03-10T18:10:15.863Z Compiling clap v4.5.60
22032026-03-10T18:10:15.903Z Compiling crossterm v0.28.1
22042026-03-10T18:10:15.979Z Compiling ed25519-dalek v2.2.0
22052026-03-10T18:10:16.363Z Compiling zip v0.6.6
22062026-03-10T18:10:16.562Z Compiling strum v0.26.3
22072026-03-10T18:10:16.663Z Compiling toml v0.7.8
22082026-03-10T18:10:16.686Z Compiling tokio-stream v0.1.18
22092026-03-10T18:10:16.749Z Compiling buf-list v1.1.2
22102026-03-10T18:10:16.874Z Compiling x509-cert v0.2.5
22112026-03-10T18:10:17.288Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22122026-03-10T18:10:17.372Z Compiling openapiv3 v2.2.0
22132026-03-10T18:10:17.528Z Compiling sha1 v0.10.6
22142026-03-10T18:10:17.745Z Compiling itertools v0.13.0
22152026-03-10T18:10:17.869Z Compiling lalrpop-util v0.19.12
22162026-03-10T18:10:18.143Z Compiling peg-runtime v0.8.5
22172026-03-10T18:10:24.197Z Compiling macaddr v1.0.1
22182026-03-10T18:10:24.783Z Compiling structmeta-derive v0.3.0
22192026-03-10T18:10:24.916Z Compiling itertools v0.14.0
22202026-03-10T18:10:26.439Z Compiling heapless v0.8.0
22212026-03-10T18:10:27.083Z Compiling ingot-macros v0.1.1
22222026-03-10T18:10:27.461Z Compiling structmeta v0.3.0
22232026-03-10T18:10:29.062Z Compiling toml_edit v0.23.10+spec-1.0.0
22242026-03-10T18:10:29.917Z Compiling hash32 v0.3.1
22252026-03-10T18:10:30.389Z Compiling smoltcp v0.11.0
22262026-03-10T18:10:30.855Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22272026-03-10T18:10:30.858Z Compiling ingot-types v0.1.2
22282026-03-10T18:10:32.212Z Compiling proc-macro-crate v3.4.0
22292026-03-10T18:10:35.155Z Compiling cobs v0.3.0
22302026-03-10T18:10:36.378Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22312026-03-10T18:10:36.627Z Compiling rustls v0.22.4
22322026-03-10T18:10:38.716Z Compiling rustls-webpki v0.103.9
22332026-03-10T18:10:40.387Z Compiling postcard v1.1.3
22342026-03-10T18:10:41.950Z Compiling num_enum_derive v0.7.5
22352026-03-10T18:10:42.185Z Compiling ingot v0.1.1
22362026-03-10T18:10:43.476Z Compiling proc-macro-crate v1.3.1
22372026-03-10T18:10:44.692Z Compiling tokio-rustls v0.26.4
22382026-03-10T18:10:44.974Z Compiling rustls-platform-verifier v0.6.2
22392026-03-10T18:10:45.086Z Compiling hyper-rustls v0.27.7
22402026-03-10T18:10:45.250Z Compiling rustls-webpki v0.102.8
22412026-03-10T18:10:45.526Z Compiling reqwest v0.12.28
22422026-03-10T18:10:45.553Z Compiling reqwest v0.13.2
22432026-03-10T18:10:45.581Z Compiling futures-executor v0.3.32
22442026-03-10T18:10:45.714Z Compiling foreign-types-macros v0.2.3
22452026-03-10T18:10:45.743Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22462026-03-10T18:10:45.983Z Compiling multer v3.1.0
22472026-03-10T18:10:46.242Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22482026-03-10T18:10:46.277Z Compiling thread_local v1.1.9
22492026-03-10T18:10:46.299Z Compiling foreign-types-shared v0.3.1
22502026-03-10T18:10:46.370Z Compiling match_cfg v0.1.0
22512026-03-10T18:10:46.494Z Compiling slog-async v2.8.0
22522026-03-10T18:10:46.575Z Compiling cpufeatures v0.3.0
22532026-03-10T18:10:46.597Z Compiling foreign-types v0.5.0
22542026-03-10T18:10:46.688Z Compiling chacha20 v0.10.0
22552026-03-10T18:10:46.736Z Compiling hostname v0.3.1
22562026-03-10T18:10:46.786Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22572026-03-10T18:10:46.808Z Compiling futures v0.3.32
22582026-03-10T18:10:46.853Z Compiling num_enum_derive v0.5.11
22592026-03-10T18:10:46.966Z Compiling num_enum v0.7.5
22602026-03-10T18:10:47.040Z Compiling derive-ex v0.1.8
22612026-03-10T18:10:47.122Z Compiling tabwriter v1.4.1
22622026-03-10T18:10:47.168Z Compiling slog-json v2.6.1
22632026-03-10T18:10:47.189Z Compiling crossbeam-channel v0.5.15
22642026-03-10T18:10:47.212Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22652026-03-10T18:10:47.428Z Compiling async-stream-impl v0.3.6
22662026-03-10T18:10:47.520Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22672026-03-10T18:10:47.631Z Compiling serde_spanned v1.0.4
22682026-03-10T18:10:47.761Z Compiling is-terminal v0.4.17
22692026-03-10T18:10:47.856Z Compiling cstr-argument v0.1.2
22702026-03-10T18:10:47.881Z Compiling memoffset v0.9.1
22712026-03-10T18:10:47.944Z Compiling dropshot v0.16.7
22722026-03-10T18:10:48.123Z Compiling crucible-workspace-hack v0.1.0
22732026-03-10T18:10:48.176Z Compiling typeid v1.0.3
22742026-03-10T18:10:48.199Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22752026-03-10T18:10:48.219Z Compiling toml_writer v1.0.6+spec-1.1.0
22762026-03-10T18:10:48.242Z Compiling take_mut v0.2.2
22772026-03-10T18:10:48.267Z Compiling cfg_aliases v0.2.1
22782026-03-10T18:10:48.269Z Compiling term v1.2.1
22792026-03-10T18:10:48.391Z Compiling nix v0.30.1
22802026-03-10T18:10:48.542Z Compiling toml v0.9.12+spec-1.1.0
22812026-03-10T18:10:48.564Z Compiling async-stream v0.3.6
22822026-03-10T18:10:48.628Z Compiling num_enum v0.5.11
22832026-03-10T18:10:48.819Z Compiling slog-term v2.9.2
22842026-03-10T18:10:48.845Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22852026-03-10T18:10:48.961Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22862026-03-10T18:10:49.161Z Compiling slog-bunyan v2.5.0
22872026-03-10T18:10:49.269Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22882026-03-10T18:10:49.371Z Compiling test-strategy v0.4.5
22892026-03-10T18:10:49.456Z Compiling rand v0.10.0
22902026-03-10T18:10:49.602Z Compiling parse-display-derive v0.10.0
22912026-03-10T18:10:50.053Z Compiling tokio-rustls v0.25.0
22922026-03-10T18:10:50.209Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22932026-03-10T18:10:50.403Z Compiling waitgroup v0.1.2
22942026-03-10T18:10:50.535Z Compiling rustls-pemfile v2.2.0
22952026-03-10T18:10:50.577Z Compiling dropshot_endpoint v0.16.7
22962026-03-10T18:10:50.603Z Compiling newtype-uuid-macros v0.1.0
22972026-03-10T18:10:50.606Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22982026-03-10T18:10:50.648Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22992026-03-10T18:10:50.702Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23002026-03-10T18:10:50.727Z Compiling serde_path_to_error v0.1.20
23012026-03-10T18:10:50.842Z Compiling hostname v0.4.2
23022026-03-10T18:10:50.965Z Compiling instant v0.1.13
23032026-03-10T18:10:51.067Z Compiling erased-serde v0.4.9
23042026-03-10T18:10:51.099Z Compiling debug-ignore v1.0.5
23052026-03-10T18:10:51.102Z Compiling colored v3.1.1
23062026-03-10T18:10:51.171Z Compiling backoff v0.4.0
23072026-03-10T18:10:51.267Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23082026-03-10T18:10:51.318Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23092026-03-10T18:10:51.371Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23102026-03-10T18:10:51.405Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23112026-03-10T18:10:51.535Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23122026-03-10T18:10:51.765Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23132026-03-10T18:10:51.793Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23142026-03-10T18:10:51.827Z Compiling camino-tempfile v1.4.1
23152026-03-10T18:10:51.876Z Compiling parse-display v0.10.0
23162026-03-10T18:10:52.093Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23172026-03-10T18:10:52.120Z Compiling backon v1.6.0
23182026-03-10T18:10:52.123Z Compiling secrecy v0.10.3
23192026-03-10T18:10:52.365Z Compiling num-derive v0.4.2
23202026-03-10T18:10:52.414Z Compiling regress v0.10.5
23212026-03-10T18:10:52.439Z Compiling sigpipe v0.1.3
23222026-03-10T18:10:52.498Z Compiling libefi-sys v0.1.0
23232026-03-10T18:10:52.597Z Compiling glob v0.3.3
23242026-03-10T18:10:52.830Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23252026-03-10T18:10:53.220Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23262026-03-10T18:10:53.521Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23272026-03-10T18:10:53.754Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23282026-03-10T18:10:53.947Z Compiling usdt-attr-macro v0.5.0
23292026-03-10T18:10:53.976Z Compiling usdt-macro v0.5.0
23302026-03-10T18:10:54.064Z Compiling smf v0.2.3
23312026-03-10T18:10:54.234Z Compiling bitfield-struct v0.6.2
23322026-03-10T18:10:54.314Z Compiling ordered-float v2.10.1
23332026-03-10T18:10:54.354Z Compiling blake3 v1.8.3
23342026-03-10T18:10:54.548Z Compiling memmap v0.7.0
23352026-03-10T18:10:54.695Z Compiling whoami v1.6.1
23362026-03-10T18:10:54.736Z Compiling serde-value v0.7.0
23372026-03-10T18:10:54.865Z Compiling serde-untagged v0.1.9
23382026-03-10T18:10:55.029Z Compiling usdt v0.5.0
23392026-03-10T18:10:55.154Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23402026-03-10T18:10:55.247Z Compiling toml v0.8.23
23412026-03-10T18:10:55.301Z Compiling filetime v0.2.27
23422026-03-10T18:10:55.389Z Compiling arrayref v0.3.9
23432026-03-10T18:10:55.433Z Compiling xattr v1.6.1
23442026-03-10T18:10:55.523Z Compiling same-file v1.0.6
23452026-03-10T18:10:55.606Z Compiling unicode-xid v0.2.6
23462026-03-10T18:10:55.608Z Compiling arrayvec v0.7.6
23472026-03-10T18:10:55.652Z Compiling constant_time_eq v0.4.2
23482026-03-10T18:10:55.719Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23492026-03-10T18:10:55.745Z Compiling walkdir v2.5.0
23502026-03-10T18:10:55.779Z Compiling tar v0.4.44
23512026-03-10T18:10:55.832Z Compiling tokio-dtrace v0.1.1
23522026-03-10T18:10:55.860Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-03-10T18:10:55.884Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23542026-03-10T18:10:55.938Z Compiling gethostname v0.5.0
23552026-03-10T18:10:56.147Z Compiling cargo-util-schemas v0.8.2
23562026-03-10T18:10:56.230Z Compiling cargo-platform v0.2.0
23572026-03-10T18:10:56.383Z Compiling topological-sort v0.2.2
23582026-03-10T18:10:56.455Z Compiling oxide-tokio-rt v0.1.2
23592026-03-10T18:10:56.627Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23602026-03-10T18:10:56.783Z Compiling shell-words v1.1.1
23612026-03-10T18:10:56.808Z Compiling indent_write v2.2.0
23622026-03-10T18:10:57.939Z Compiling cargo_metadata v0.21.0
23632026-03-10T18:11:09.043Z Compiling progenitor-client v0.10.0
23642026-03-10T18:11:09.043Z Compiling omicron-zone-package v0.12.2
23652026-03-10T18:11:09.063Z Compiling progenitor-client v0.13.0
23662026-03-10T18:11:09.195Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23672026-03-10T18:11:09.198Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23682026-03-10T18:11:09.672Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23692026-03-10T18:11:19.781Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23702026-03-10T18:11:20.414Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23712026-03-10T18:11:21.675Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23722026-03-10T18:11:30.486Z Finished `release` profile [optimized] target(s) in 2m 01s
23732026-03-10T18:11:30.672Z Running `target/release/omicron-package -t test target create -p dev`
23742026-03-10T18:11:30.739ZLogging to: /work/oxidecomputer/omicron/out/LOG
23752026-03-10T18:11:30.743ZCreated new build target 'test' and set it as active
23762026-03-10T18:11:30.746Z
23772026-03-10T18:11:30.746Zreal 2:01.823669494
23782026-03-10T18:11:30.746Zuser 21:42.226802863
23792026-03-10T18:11:30.746Zsys 3:12.536281202
23802026-03-10T18:11:30.746Ztrap 0.591172925
23812026-03-10T18:11:30.746Ztflt 3.349625275
23822026-03-10T18:11:30.747Zdflt 4.115168680
23832026-03-10T18:11:30.747Zkflt 0.000268575
23842026-03-10T18:11:30.747Zlock 50:30.450807713
23852026-03-10T18:11:30.747Zslp 1:15:12.555248984
23862026-03-10T18:11:30.747Zlat 51.335947244
23872026-03-10T18:11:30.747Zstop 7:25.828248379
23882026-03-10T18:11:30.747Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23892026-03-10T18:11:31.971Z Finished `release` profile [optimized] target(s) in 1.16s
23902026-03-10T18:11:32.043Z Running `target/release/omicron-package -t test package`
23912026-03-10T18:11:32.108ZLogging to: /work/oxidecomputer/omicron/out/LOG
23922026-03-10T18:11:33.987Z Compiling regress v0.10.5
23932026-03-10T18:11:33.988Z Compiling heck v0.5.0
23942026-03-10T18:11:33.991Z Compiling unsafe-libyaml v0.2.11
23952026-03-10T18:11:34.237Z Compiling convert_case v0.4.0
23962026-03-10T18:11:34.262Z Compiling half v2.7.1
23972026-03-10T18:11:34.264Z Compiling ciborium-io v0.2.2
23982026-03-10T18:11:34.264Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23992026-03-10T18:11:34.318Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24002026-03-10T18:11:34.322Z Compiling prettyplease v0.2.37
24012026-03-10T18:11:34.323Z Compiling universal-hash v0.5.1
24022026-03-10T18:11:34.323Z Compiling thiserror-impl-no-std v2.0.2
24032026-03-10T18:11:34.323Z Compiling opaque-debug v0.3.1
24042026-03-10T18:11:34.346Z Compiling unicode-width v0.1.14
24052026-03-10T18:11:34.348Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24062026-03-10T18:11:34.373Z Compiling chacha20 v0.9.1
24072026-03-10T18:11:34.405Z Compiling typify-impl v0.6.1
24082026-03-10T18:11:34.514Z Compiling password-hash v0.5.0
24092026-03-10T18:11:34.632Z Compiling blake2 v0.10.6
24102026-03-10T18:11:34.692Z Compiling poly1305 v0.8.0
24112026-03-10T18:11:34.705Z Compiling derive_more v0.99.20
24122026-03-10T18:11:34.797Z Compiling ciborium-ll v0.2.2
24132026-03-10T18:11:34.854Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24142026-03-10T18:11:34.889Z Compiling aead v0.5.2
24152026-03-10T18:11:34.917Z Compiling is-terminal v0.4.17
24162026-03-10T18:11:34.988Z Compiling serde_yaml v0.9.34+deprecated
24172026-03-10T18:11:35.077Z Compiling ciborium v0.2.2
24182026-03-10T18:11:35.178Z Compiling swrite v0.1.0
24192026-03-10T18:11:35.209Z Compiling chacha20poly1305 v0.10.1
24202026-03-10T18:11:35.212Z Compiling argon2 v0.5.3
24212026-03-10T18:11:35.350Z Compiling serde_spanned v1.0.4
24222026-03-10T18:11:35.383Z Compiling toml_writer v1.0.6+spec-1.1.0
24232026-03-10T18:11:35.496Z Compiling bytecount v0.6.9
24242026-03-10T18:11:35.568Z Compiling rustls v0.22.4
24252026-03-10T18:11:35.607Z Compiling rustls-webpki v0.102.8
24262026-03-10T18:11:35.651Z Compiling derive-where v1.6.0
24272026-03-10T18:11:35.728Z Compiling toml v0.9.12+spec-1.1.0
24282026-03-10T18:11:35.780Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24292026-03-10T18:11:35.825Z Compiling thread_local v1.1.9
24302026-03-10T18:11:35.950Z Compiling match_cfg v0.1.0
24312026-03-10T18:11:36.018Z Compiling thiserror-no-std v2.0.2
24322026-03-10T18:11:36.070Z Compiling hostname v0.3.1
24332026-03-10T18:11:36.164Z Compiling vsss-rs v3.3.4
24342026-03-10T18:11:36.196Z Compiling multer v3.1.0
24352026-03-10T18:11:36.254Z Compiling slog-async v2.8.0
24362026-03-10T18:11:36.324Z Compiling slog-json v2.6.1
24372026-03-10T18:11:36.356Z Compiling crossbeam-channel v0.5.15
24382026-03-10T18:11:36.359Z Compiling futures-executor v0.3.32
24392026-03-10T18:11:36.636Z Compiling typify-impl v0.4.3
24402026-03-10T18:11:36.695Z Compiling take_mut v0.2.2
24412026-03-10T18:11:36.697Z Compiling term v1.2.1
24422026-03-10T18:11:36.746Z Compiling futures v0.3.32
24432026-03-10T18:11:36.871Z Compiling slog-bunyan v2.5.0
24442026-03-10T18:11:37.013Z Compiling dropshot v0.16.7
24452026-03-10T18:11:37.077Z Compiling slog-term v2.9.2
24462026-03-10T18:11:37.108Z Compiling async-stream v0.3.6
24472026-03-10T18:11:37.203Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24482026-03-10T18:11:37.388Z Compiling waitgroup v0.1.2
24492026-03-10T18:11:37.449Z Compiling rustls-pemfile v2.2.0
24502026-03-10T18:11:37.493Z Compiling hostname v0.4.2
24512026-03-10T18:11:37.496Z Compiling serde_path_to_error v0.1.20
24522026-03-10T18:11:37.559Z Compiling instant v0.1.13
24532026-03-10T18:11:37.562Z Compiling debug-ignore v1.0.5
24542026-03-10T18:11:37.623Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24552026-03-10T18:11:37.710Z Compiling backoff v0.4.0
24562026-03-10T18:11:37.747Z Compiling parse-display v0.10.0
24572026-03-10T18:11:37.750Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24582026-03-10T18:11:37.801Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24592026-03-10T18:11:37.806Z Compiling progenitor-client v0.10.0
24602026-03-10T18:11:37.869Z Compiling progenitor-client v0.13.0
24612026-03-10T18:11:38.003Z Compiling backon v1.6.0
24622026-03-10T18:11:38.030Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24632026-03-10T18:11:38.057Z Compiling macaddr v1.0.1
24642026-03-10T18:11:38.104Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24652026-03-10T18:11:38.130Z Compiling console v0.15.11
24662026-03-10T18:11:38.249Z Compiling newline-converter v0.3.0
24672026-03-10T18:11:38.298Z Compiling atomicwrites v0.4.4
24682026-03-10T18:11:38.331Z Compiling num-rational v0.4.2
24692026-03-10T18:11:38.402Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24702026-03-10T18:11:38.480Z Compiling num-complex v0.4.6
24712026-03-10T18:11:38.651Z Compiling slog-dtrace v0.3.0
24722026-03-10T18:11:38.704Z Compiling expectorate v1.2.0
24732026-03-10T18:11:39.001Z Compiling tokio-rustls v0.25.0
24742026-03-10T18:11:39.132Z Compiling num v0.4.3
24752026-03-10T18:11:39.277Z Compiling async-recursion v1.1.1
24762026-03-10T18:11:39.277Z Compiling owo-colors v4.3.0
24772026-03-10T18:11:39.367Z Compiling float-ord v0.3.2
24782026-03-10T18:11:39.367Z Compiling cancel-safe-futures v0.1.5
24792026-03-10T18:11:39.634Z Compiling libsw-core v0.3.2
24802026-03-10T18:11:39.757Z Compiling resolv-conf v0.7.6
24812026-03-10T18:11:39.898Z Compiling libsw v3.5.0
24822026-03-10T18:11:39.935Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24832026-03-10T18:11:40.181Z Compiling toml v0.8.23
24842026-03-10T18:11:40.212Z Compiling linear-map v1.2.0
24852026-03-10T18:11:40.282Z Compiling minimal-lexical v0.2.1
24862026-03-10T18:11:40.389Z Compiling linked-hash-map v0.5.6
24872026-03-10T18:11:40.580Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24882026-03-10T18:11:40.686Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24892026-03-10T18:11:40.717Z Compiling lru-cache v0.1.2
24902026-03-10T18:11:40.749Z Compiling nom v7.1.3
24912026-03-10T18:11:40.752Z Compiling unicode-xid v0.2.6
24922026-03-10T18:11:40.932Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24932026-03-10T18:11:40.960Z Compiling globset v0.4.18
24942026-03-10T18:11:41.089Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24952026-03-10T18:11:41.349Z Compiling hickory-proto v0.24.4
24962026-03-10T18:11:42.146Z Compiling typify-macro v0.4.3
24972026-03-10T18:11:42.190Z Compiling typify-macro v0.6.1
24982026-03-10T18:11:42.692Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24992026-03-10T18:11:42.860Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25002026-03-10T18:11:43.782Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25012026-03-10T18:11:44.076Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-03-10T18:11:44.417Z Compiling typify v0.4.3
25032026-03-10T18:11:44.454Z Compiling typify v0.6.1
25042026-03-10T18:11:44.596Z Compiling progenitor-impl v0.13.0
25052026-03-10T18:11:44.919Z Compiling hickory-resolver v0.24.4
25062026-03-10T18:11:45.534Z Compiling progenitor-impl v0.11.2
25072026-03-10T18:11:46.241Z Compiling convert_case v0.10.0
25082026-03-10T18:11:46.664Z Compiling qorb v0.4.1
25092026-03-10T18:11:46.688Z Compiling derive_more-impl v2.1.1
25102026-03-10T18:11:47.973Z Compiling progenitor-macro v0.13.0
25112026-03-10T18:11:49.041Z Compiling progenitor-macro v0.11.2
25122026-03-10T18:11:49.572Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25132026-03-10T18:11:49.897Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25142026-03-10T18:11:51.879Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25152026-03-10T18:11:52.587Z Compiling progenitor-client v0.11.2
25162026-03-10T18:11:52.810Z Compiling pin-project-internal v1.1.11
25172026-03-10T18:11:53.189Z Compiling derive_more v2.1.1
25182026-03-10T18:11:53.281Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25192026-03-10T18:11:53.366Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25202026-03-10T18:11:53.499Z Compiling pem v3.0.6
25212026-03-10T18:11:53.559Z Compiling snafu-derive v0.8.9
25222026-03-10T18:11:53.711Z Compiling termtree v0.5.1
25232026-03-10T18:11:53.988Z Compiling crossterm v0.29.0
25242026-03-10T18:11:54.211Z Compiling progenitor v0.13.0
25252026-03-10T18:11:54.378Z Compiling pin-project v1.1.11
25262026-03-10T18:11:54.428Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25272026-03-10T18:11:54.496Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25282026-03-10T18:11:54.546Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25292026-03-10T18:11:54.897Z Compiling olpc-cjson v0.1.4
25302026-03-10T18:11:55.158Z Compiling progenitor v0.11.2
25312026-03-10T18:11:55.214Z Compiling phf_shared v0.12.1
25322026-03-10T18:11:55.410Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25332026-03-10T18:11:56.086Z Compiling snafu v0.8.9
25342026-03-10T18:11:56.142Z Compiling serde_plain v1.0.2
25352026-03-10T18:11:56.234Z Compiling vte v0.14.1
25362026-03-10T18:11:56.572Z Compiling csv-core v0.1.13
25372026-03-10T18:11:56.613Z Compiling typed-path v0.9.3
25382026-03-10T18:11:56.673Z Compiling highway v1.3.0
25392026-03-10T18:11:56.895Z Compiling chrono-tz v0.10.4
25402026-03-10T18:11:57.161Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25412026-03-10T18:11:57.275Z Compiling csv v1.4.0
25422026-03-10T18:11:57.506Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25432026-03-10T18:11:57.720Z Compiling strip-ansi-escapes v0.2.1
25442026-03-10T18:11:58.145Z Compiling phf v0.12.1
25452026-03-10T18:11:58.433Z Compiling tough v0.20.0
25462026-03-10T18:11:58.525Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25472026-03-10T18:11:58.563Z Compiling const_format_proc_macros v0.2.34
25482026-03-10T18:11:58.686Z Compiling papergrid v0.11.0
25492026-03-10T18:11:58.716Z Compiling fd-lock v4.0.4
25502026-03-10T18:11:58.935Z Compiling peg-macros v0.8.5
25512026-03-10T18:11:59.213Z Compiling tabled_derive v0.7.0
25522026-03-10T18:12:00.195Z Compiling nu-ansi-term v0.50.3
25532026-03-10T18:12:00.542Z Compiling tabled v0.15.0
25542026-03-10T18:12:00.742Z Compiling reedline v0.40.0
25552026-03-10T18:12:00.782Z Compiling peg v0.8.5
25562026-03-10T18:12:01.002Z Compiling const_format v0.2.35
25572026-03-10T18:12:01.712Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25582026-03-10T18:12:02.126Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25592026-03-10T18:12:02.185Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25602026-03-10T18:12:03.372Z Compiling bcs v0.1.6
25612026-03-10T18:12:03.850Z Compiling semver v0.1.20
25622026-03-10T18:12:03.969Z Compiling base64 v0.21.7
25632026-03-10T18:12:04.259Z Compiling rustc_version v0.1.7
25642026-03-10T18:12:04.595Z Compiling newtype_derive v0.1.6
25652026-03-10T18:12:04.719Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25662026-03-10T18:12:04.913Z Compiling unicode-linebreak v0.1.5
25672026-03-10T18:12:05.042Z Compiling smawk v0.3.2
25682026-03-10T18:12:05.308Z Compiling humantime v2.3.0
25692026-03-10T18:12:05.327Z Compiling textwrap v0.16.2
25702026-03-10T18:12:05.605Z Compiling dropshot-api-manager-types v0.5.2
25712026-03-10T18:12:05.671Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25722026-03-10T18:12:05.896Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25732026-03-10T18:12:06.061Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25742026-03-10T18:12:06.452Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25752026-03-10T18:12:06.588Z Compiling steno v0.4.1
25762026-03-10T18:12:06.673Z Compiling utf-8 v0.7.6
25772026-03-10T18:12:06.960Z Compiling progenitor-impl v0.10.0
25782026-03-10T18:12:07.254Z Compiling tagptr v0.2.0
25792026-03-10T18:12:07.534Z Compiling moka v0.12.13
25802026-03-10T18:12:08.190Z Compiling tungstenite v0.21.0
25812026-03-10T18:12:09.113Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25822026-03-10T18:12:09.318Z Compiling hickory-resolver v0.25.2
25832026-03-10T18:12:09.525Z Compiling tokio-tungstenite v0.21.0
25842026-03-10T18:12:10.006Z Compiling radium v0.7.0
25852026-03-10T18:12:10.282Z Compiling progenitor-macro v0.10.0
25862026-03-10T18:12:10.455Z Compiling maybe-uninit v2.0.0
25872026-03-10T18:12:10.859Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25882026-03-10T18:12:11.019Z Compiling tap v1.0.1
25892026-03-10T18:12:11.208Z Compiling wyz v0.5.1
25902026-03-10T18:12:11.386Z Compiling zerocopy-derive v0.6.6
25912026-03-10T18:12:11.519Z Compiling packed_struct v0.10.1
25922026-03-10T18:12:11.552Z Compiling display-error-chain v0.2.2
25932026-03-10T18:12:11.819Z Compiling funty v2.0.0
25942026-03-10T18:12:11.921Z Compiling crc-catalog v2.4.0
25952026-03-10T18:12:12.114Z Compiling crc v3.4.0
25962026-03-10T18:12:12.480Z Compiling bitvec v1.0.1
25972026-03-10T18:12:12.572Z Compiling zerocopy v0.6.6
25982026-03-10T18:12:13.142Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25992026-03-10T18:12:13.650Z Compiling packed_struct_codegen v0.10.1
26002026-03-10T18:12:14.200Z Compiling bitfield-macros v0.19.4
26012026-03-10T18:12:14.765Z Compiling indexmap v1.9.3
26022026-03-10T18:12:14.988Z Compiling nodrop v0.1.14
26032026-03-10T18:12:15.168Z Compiling array-init v0.0.4
26042026-03-10T18:12:15.201Z Compiling smallvec v0.6.14
26052026-03-10T18:12:15.238Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26062026-03-10T18:12:15.296Z Compiling bitfield v0.19.4
26072026-03-10T18:12:15.578Z Compiling num-derive v0.3.3
26082026-03-10T18:12:15.788Z Compiling proc-macro-error-attr2 v2.0.0
26092026-03-10T18:12:15.817Z Compiling hashbrown v0.12.3
26102026-03-10T18:12:16.387Z Compiling proc-macro-error2 v2.0.1
26112026-03-10T18:12:16.582Z Compiling progenitor v0.10.0
26122026-03-10T18:12:16.732Z Compiling serde-hex v0.1.0
26132026-03-10T18:12:16.798Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26142026-03-10T18:12:16.828Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26152026-03-10T18:12:16.902Z Compiling libscf-sys v1.1.0
26162026-03-10T18:12:17.129Z Compiling ron v0.8.1
26172026-03-10T18:12:17.184Z Compiling nix v0.31.1
26182026-03-10T18:12:17.503Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26192026-03-10T18:12:17.698Z Compiling hashbrown v0.13.2
26202026-03-10T18:12:17.821Z Compiling vergen-gitcl v1.0.8
26212026-03-10T18:12:18.157Z Compiling dirs-sys-next v0.1.2
26222026-03-10T18:12:18.188Z Compiling maplit v1.0.2
26232026-03-10T18:12:18.218Z Compiling crunchy v0.2.4
26242026-03-10T18:12:18.366Z Compiling crc-any v2.5.0
26252026-03-10T18:12:18.514Z Compiling glob v0.3.3
26262026-03-10T18:12:18.595Z Compiling object v0.30.4
26272026-03-10T18:12:18.677Z Compiling dirs-next v2.0.0
26282026-03-10T18:12:18.892Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26292026-03-10T18:12:19.052Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26302026-03-10T18:12:19.086Z Compiling clang-sys v1.8.1
26312026-03-10T18:12:19.207Z Compiling tabled_derive v0.11.0
26322026-03-10T18:12:19.250Z Compiling papergrid v0.17.0
26332026-03-10T18:12:19.633Z Compiling testing_table v0.3.0
26342026-03-10T18:12:19.833Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26352026-03-10T18:12:20.048Z Compiling dsl_auto_type v0.1.3
26362026-03-10T18:12:20.100Z Compiling scheduled-thread-pool v0.2.7
26372026-03-10T18:12:20.204Z Compiling diesel_table_macro_syntax v0.2.0
26382026-03-10T18:12:20.507Z Compiling tiny-keccak v2.0.2
26392026-03-10T18:12:20.567Z Compiling path-slash v0.1.5
26402026-03-10T18:12:20.774Z Compiling r2d2 v0.8.10
26412026-03-10T18:12:20.850Z Compiling diesel_derives v2.2.7
26422026-03-10T18:12:20.980Z Compiling tabled v0.20.0
26432026-03-10T18:12:21.176Z Compiling term v0.7.0
26442026-03-10T18:12:21.644Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26452026-03-10T18:12:21.738Z Compiling arc-swap v1.8.2
26462026-03-10T18:12:21.964Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26472026-03-10T18:12:22.257Z Compiling xshell-macros v0.2.7
26482026-03-10T18:12:22.302Z Compiling bit-vec v0.6.3
26492026-03-10T18:12:22.608Z Compiling bit-set v0.5.3
26502026-03-10T18:12:22.633Z Compiling slog-scope v4.4.1
26512026-03-10T18:12:22.822Z Compiling xshell v0.2.7
26522026-03-10T18:12:22.859Z Compiling ascii-canvas v3.0.0
26532026-03-10T18:12:23.138Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26542026-03-10T18:12:23.200Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26552026-03-10T18:12:23.233Z Compiling itertools v0.10.5
26562026-03-10T18:12:23.322Z Compiling ena v0.14.4
26572026-03-10T18:12:23.706Z Compiling libloading v0.8.9
26582026-03-10T18:12:23.735Z Compiling bindgen v0.71.1
26592026-03-10T18:12:23.840Z Compiling unicase v2.9.0
26602026-03-10T18:12:24.101Z Compiling regex-syntax v0.6.29
26612026-03-10T18:12:24.236Z Compiling diff v0.1.13
26622026-03-10T18:12:24.467Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26632026-03-10T18:12:24.615Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26642026-03-10T18:12:24.647Z Compiling slog-stdlog v4.1.1
26652026-03-10T18:12:25.217Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26662026-03-10T18:12:25.867Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26672026-03-10T18:12:26.205Z Compiling lalrpop v0.19.12
26682026-03-10T18:12:26.796Z Compiling cexpr v0.6.0
26692026-03-10T18:12:26.886Z Compiling diesel v2.2.12
26702026-03-10T18:12:26.993Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26712026-03-10T18:12:27.034Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26722026-03-10T18:12:27.081Z Compiling crc8 v0.1.1
26732026-03-10T18:12:27.361Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-03-10T18:12:27.391Z Compiling slog-envlogger v2.2.0
26752026-03-10T18:12:27.716Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26762026-03-10T18:12:28.017Z Compiling headers-core v0.3.0
26772026-03-10T18:12:28.195Z Compiling libxml v0.3.3
26782026-03-10T18:12:28.360Z Compiling headers v0.4.1
26792026-03-10T18:12:28.527Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26802026-03-10T18:12:28.615Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26812026-03-10T18:12:28.932Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26822026-03-10T18:12:29.095Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26832026-03-10T18:12:29.247Z Compiling strum_macros v0.24.3
26842026-03-10T18:12:29.409Z Compiling indoc v1.0.9
26852026-03-10T18:12:30.042Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26862026-03-10T18:12:30.296Z Compiling derive_builder v0.20.2
26872026-03-10T18:12:30.415Z Compiling oso-derive v0.27.3
26882026-03-10T18:12:30.525Z Compiling quick-xml v0.37.5
26892026-03-10T18:12:30.629Z Compiling impl-trait-for-tuples v0.2.3
26902026-03-10T18:12:31.125Z Compiling openssl-probe v0.1.6
26912026-03-10T18:12:31.171Z Compiling half v1.8.3
26922026-03-10T18:12:31.514Z Compiling serde_cbor v0.11.2
26932026-03-10T18:12:31.787Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26942026-03-10T18:12:31.821Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26952026-03-10T18:12:32.313Z Compiling diesel-dtrace v0.4.2
26962026-03-10T18:12:32.523Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26972026-03-10T18:12:32.546Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26982026-03-10T18:12:32.745Z Compiling bb8 v0.8.6
26992026-03-10T18:12:32.836Z Compiling trait-variant v0.1.2
27002026-03-10T18:12:32.931Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27012026-03-10T18:12:32.978Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27022026-03-10T18:12:37.287Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27032026-03-10T18:12:37.370Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27042026-03-10T18:12:37.370Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27052026-03-10T18:12:37.371Z Compiling fxhash v0.2.1
27062026-03-10T18:12:37.371Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27072026-03-10T18:12:37.371Z Compiling kstat-rs v0.2.4
27082026-03-10T18:12:37.371Z Compiling libz-sys v1.1.24
27092026-03-10T18:12:37.371Z Compiling salty v0.3.0
27102026-03-10T18:12:37.371Z Compiling nonempty v0.12.0
27112026-03-10T18:12:37.371Z Compiling samael v0.0.19
27122026-03-10T18:12:37.371Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27132026-03-10T18:12:37.371Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27142026-03-10T18:12:37.371Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27152026-03-10T18:12:37.371Z Compiling darling_core v0.23.0
27162026-03-10T18:12:37.371Z Compiling nanorand v0.7.0
27172026-03-10T18:12:37.371Z Compiling fs-err v2.11.0
27182026-03-10T18:12:37.371Z Compiling parking_lot_core v0.8.6
27192026-03-10T18:12:37.371Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27202026-03-10T18:12:37.371Z Compiling mime_guess v2.0.5
27212026-03-10T18:12:37.371Z Compiling flume v0.11.1
27222026-03-10T18:12:37.384Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27232026-03-10T18:12:37.384Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27242026-03-10T18:12:37.403Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27252026-03-10T18:12:37.708Z Compiling git-stub v1.0.0
27262026-03-10T18:12:37.952Z Compiling libgit2-sys v0.18.3+1.9.2
27272026-03-10T18:12:37.983Z Compiling polar-core v0.27.3
27282026-03-10T18:12:38.105Z Compiling instability v0.3.11
27292026-03-10T18:12:38.518Z Compiling git-stub-vcs v0.1.0
27302026-03-10T18:12:38.555Z Compiling darling_macro v0.23.0
27312026-03-10T18:12:39.051Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27322026-03-10T18:12:39.342Z Compiling darling v0.23.0
27332026-03-10T18:12:39.492Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27342026-03-10T18:12:41.961Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27352026-03-10T18:12:42.063Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27362026-03-10T18:12:42.655Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27372026-03-10T18:12:43.243Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27382026-03-10T18:12:44.245Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27392026-03-10T18:12:46.130Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27402026-03-10T18:12:46.557Z Compiling ignore v0.4.25
27412026-03-10T18:12:49.058Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27422026-03-10T18:12:49.935Z Compiling async-bb8-diesel v0.2.1
27432026-03-10T18:12:50.532Z Compiling primeorder v0.13.6
27442026-03-10T18:12:50.997Z Compiling oso v0.27.3
27452026-03-10T18:12:52.253Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27462026-03-10T18:12:53.308Z Compiling castaway v0.2.4
27472026-03-10T18:12:53.335Z Compiling nibble_vec v0.1.0
27482026-03-10T18:12:53.532Z Compiling atty v0.2.14
27492026-03-10T18:12:53.586Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-03-10T18:12:53.732Z Compiling indoc v2.0.7
27512026-03-10T18:12:53.950Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27522026-03-10T18:12:53.977Z Compiling parse-size v1.1.0
27532026-03-10T18:12:54.174Z Compiling endian-type v0.1.2
27542026-03-10T18:12:54.262Z Compiling http-range v0.1.5
27552026-03-10T18:12:54.341Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27562026-03-10T18:12:54.421Z Compiling radix_trie v0.2.1
27572026-03-10T18:12:54.545Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-03-10T18:12:54.703Z Compiling compact_str v0.8.1
27592026-03-10T18:12:55.099Z Compiling p384 v0.13.1
27602026-03-10T18:12:55.178Z Compiling globwalk v0.9.1
27612026-03-10T18:12:55.435Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27622026-03-10T18:12:56.049Z Compiling parking_lot v0.11.2
27632026-03-10T18:12:57.190Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27642026-03-10T18:12:57.277Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27652026-03-10T18:12:57.306Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27662026-03-10T18:12:57.337Z Compiling predicates-tree v1.0.13
27672026-03-10T18:12:57.819Z Compiling unicode-truncate v1.1.0
27682026-03-10T18:12:57.954Z Compiling lru v0.12.5
27692026-03-10T18:12:57.999Z Compiling prefix-trie v0.7.0
27702026-03-10T18:12:58.099Z Compiling vergen-git2 v1.0.7
27712026-03-10T18:12:58.260Z Compiling cassowary v0.3.0
27722026-03-10T18:12:58.676Z Compiling ratatui v0.29.0
27732026-03-10T18:13:00.027Z Compiling hickory-server v0.25.2
27742026-03-10T18:13:00.066Z Compiling camino-tempfile-ext v0.3.3
27752026-03-10T18:13:00.453Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27762026-03-10T18:13:00.755Z Compiling hyper-staticfile v0.10.1
27772026-03-10T18:13:01.024Z Compiling sled v0.34.7
27782026-03-10T18:13:02.369Z Compiling hickory-client v0.25.2
27792026-03-10T18:13:02.870Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27802026-03-10T18:13:03.780Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27812026-03-10T18:13:04.055Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-03-10T18:13:04.517Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27832026-03-10T18:13:05.096Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27842026-03-10T18:13:05.264Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27852026-03-10T18:13:05.641Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27862026-03-10T18:13:06.274Z Compiling rand_seeder v0.4.0
27872026-03-10T18:13:06.316Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-03-10T18:13:06.458Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27892026-03-10T18:13:06.618Z Compiling lzma-sys v0.1.20
27902026-03-10T18:13:06.812Z Compiling rustls v0.21.12
27912026-03-10T18:13:06.950Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27922026-03-10T18:13:07.105Z Compiling corncobs v0.1.4
27932026-03-10T18:13:07.278Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27942026-03-10T18:13:07.306Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27952026-03-10T18:13:07.371Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27962026-03-10T18:13:07.458Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27972026-03-10T18:13:07.607Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-03-10T18:13:07.731Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27992026-03-10T18:13:08.152Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28002026-03-10T18:13:08.341Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28012026-03-10T18:13:08.387Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28022026-03-10T18:13:09.821Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28032026-03-10T18:13:10.128Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28042026-03-10T18:13:11.924Z Compiling git2 v0.20.4
28052026-03-10T18:13:12.612Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28062026-03-10T18:13:12.693Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28072026-03-10T18:13:12.915Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28082026-03-10T18:13:13.012Z Compiling cargo_toml v0.22.3
28092026-03-10T18:13:13.230Z Compiling nix v0.29.0
28102026-03-10T18:13:13.786Z Compiling sct v0.7.1
28112026-03-10T18:13:14.140Z Compiling rustls-webpki v0.101.7
28122026-03-10T18:13:14.362Z Compiling secrecy v0.8.0
28132026-03-10T18:13:14.642Z Compiling void v1.0.2
28142026-03-10T18:13:14.851Z Compiling lzss v0.8.2
28152026-03-10T18:13:16.570Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28162026-03-10T18:13:16.598Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28172026-03-10T18:13:16.601Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28182026-03-10T18:13:16.685Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28192026-03-10T18:13:17.591Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28202026-03-10T18:13:17.618Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28212026-03-10T18:13:18.102Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28222026-03-10T18:13:18.234Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28232026-03-10T18:13:18.618Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28242026-03-10T18:13:18.952Z Compiling tungstenite v0.23.0
28252026-03-10T18:13:19.310Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28262026-03-10T18:13:19.367Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28272026-03-10T18:13:19.633Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28282026-03-10T18:13:19.683Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28292026-03-10T18:13:20.006Z Compiling nix v0.27.1
28302026-03-10T18:13:20.789Z Compiling serde_bytes v0.11.19
28312026-03-10T18:13:21.232Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28322026-03-10T18:13:21.388Z Compiling tokio-tungstenite v0.23.1
28332026-03-10T18:13:21.892Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28342026-03-10T18:13:21.922Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28352026-03-10T18:13:21.996Z Compiling xz2 v0.1.7
28362026-03-10T18:13:22.359Z Compiling ron v0.12.0
28372026-03-10T18:13:22.534Z Compiling tokio-rustls v0.24.1
28382026-03-10T18:13:23.326Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28392026-03-10T18:13:26.440Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28402026-03-10T18:13:27.820Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28412026-03-10T18:13:28.188Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28422026-03-10T18:13:28.856Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28432026-03-10T18:13:29.608Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28442026-03-10T18:13:30.879Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28452026-03-10T18:13:31.394Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28462026-03-10T18:13:32.106Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28472026-03-10T18:13:32.261Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28482026-03-10T18:13:33.318Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28492026-03-10T18:13:33.682Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28502026-03-10T18:13:36.097Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28512026-03-10T18:13:36.370Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28522026-03-10T18:13:36.938Z Compiling rustls-pemfile v1.0.4
28532026-03-10T18:13:37.436Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28542026-03-10T18:13:38.507Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28552026-03-10T18:13:38.997Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28562026-03-10T18:13:39.339Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28572026-03-10T18:13:39.370Z Compiling signal-hook-tokio v0.3.1
28582026-03-10T18:13:39.603Z Compiling yasna v0.5.2
28592026-03-10T18:13:40.050Z Compiling twox-hash v2.1.2
28602026-03-10T18:13:40.425Z Compiling base16ct v1.0.0
28612026-03-10T18:13:40.695Z Compiling is_ci v1.2.0
28622026-03-10T18:13:40.792Z Compiling rcgen v0.12.1
28632026-03-10T18:13:41.025Z Compiling supports-color v3.0.2
28642026-03-10T18:13:41.377Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28652026-03-10T18:13:41.621Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28662026-03-10T18:13:41.714Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28672026-03-10T18:13:41.793Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28682026-03-10T18:13:42.461Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28692026-03-10T18:13:43.553Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28702026-03-10T18:13:47.137Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28712026-03-10T18:13:47.194Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28722026-03-10T18:13:47.325Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28732026-03-10T18:13:48.065Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28742026-03-10T18:13:49.286Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28752026-03-10T18:13:49.621Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28762026-03-10T18:13:49.946Z Compiling progenitor-extras v0.1.0
28772026-03-10T18:13:50.335Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28782026-03-10T18:13:50.604Z Compiling fatfs v0.3.6
28792026-03-10T18:13:52.300Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28802026-03-10T18:13:52.564Z Compiling rtoolbox v0.0.3
28812026-03-10T18:13:52.913Z Compiling subprocess v0.2.15
28822026-03-10T18:13:55.236Z Compiling assert_matches v1.5.0
28832026-03-10T18:13:55.367Z Compiling seq-macro v0.3.6
28842026-03-10T18:13:55.785Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28852026-03-10T18:13:56.034Z Compiling rpassword v7.4.0
28862026-03-10T18:13:56.385Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28872026-03-10T18:13:57.436Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28882026-03-10T18:13:57.483Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28892026-03-10T18:13:57.820Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28902026-03-10T18:13:59.512Z Compiling tui-tree-widget v0.23.1
28912026-03-10T18:13:59.887Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28922026-03-10T18:14:00.675Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28932026-03-10T18:14:01.489Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28942026-03-10T18:14:02.685Z Compiling uzers v0.12.2
28952026-03-10T18:14:04.583Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28962026-03-10T18:14:04.983Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28972026-03-10T18:14:06.107Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28982026-03-10T18:14:07.561Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28992026-03-10T18:14:09.488Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29002026-03-10T18:14:12.226Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29012026-03-10T18:14:13.253Z Compiling support-bundle-viewer v0.1.2
29022026-03-10T18:14:13.710Z Compiling multimap v0.10.1
29032026-03-10T18:14:35.258Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29042026-03-10T18:14:36.519Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29052026-03-10T18:21:54.415Z Finished `release` profile [optimized] target(s) in 10m 22s
29062026-03-10T18:22:48.157Z
29072026-03-10T18:22:48.160Zreal 11:17.594773431
29082026-03-10T18:22:48.160Zuser 1:49:00.831558397
29092026-03-10T18:22:48.160Zsys 4:23.802589722
29102026-03-10T18:22:48.160Ztrap 2.508130922
29112026-03-10T18:22:48.160Ztflt 2.941777849
29122026-03-10T18:22:48.160Zdflt 16.383855285
29132026-03-10T18:22:48.160Zkflt 0.087361592
29142026-03-10T18:22:48.160Zlock 7:33:33.685917692
29152026-03-10T18:22:48.160Zslp 4:07:21.395920824
29162026-03-10T18:22:48.160Zlat 2:58.052528673
29172026-03-10T18:22:48.160Zstop 7:01.116256742
29182026-03-10T18:22:48.160Z+ mapfile -t packages
29192026-03-10T18:22:48.160Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29202026-03-10T18:22:49.462Z Finished `release` profile [optimized] target(s) in 1.23s
29212026-03-10T18:22:49.538Z Running `target/release/omicron-package -t test list-outputs`
29222026-03-10T18:22:49.607ZLogging to: /work/oxidecomputer/omicron/out/LOG
29232026-03-10T18:22:49.610Z+ ptime -m cargo build --locked --release -p xtask
29242026-03-10T18:22:50.377Z Compiling libc v0.2.180
29252026-03-10T18:22:50.377Z Compiling serde v1.0.228
29262026-03-10T18:22:50.382Z Compiling serde_core v1.0.228
29272026-03-10T18:22:50.382Z Compiling rustix v1.1.3
29282026-03-10T18:22:50.493Z Compiling serde_json v1.0.149
29292026-03-10T18:22:50.496Z Compiling bitflags v2.11.0
29302026-03-10T18:22:50.534Z Compiling num-traits v0.2.19
29312026-03-10T18:22:50.560Z Compiling syn v2.0.117
29322026-03-10T18:22:50.563Z Compiling smallvec v1.15.1
29332026-03-10T18:22:50.564Z Compiling hashbrown v0.16.1
29342026-03-10T18:22:50.607Z Compiling usdt-impl v0.5.0
29352026-03-10T18:22:50.623Z Compiling syn v1.0.109
29362026-03-10T18:22:50.674Z Compiling log v0.4.29
29372026-03-10T18:22:50.677Z Compiling percent-encoding v2.3.2
29382026-03-10T18:22:50.927Z Compiling getrandom v0.4.1
29392026-03-10T18:22:51.065Z Compiling form_urlencoded v1.2.2
29402026-03-10T18:22:51.141Z Compiling fs-err v3.3.0
29412026-03-10T18:22:51.156Z Compiling heck v0.4.1
29422026-03-10T18:22:51.159Z Compiling once_cell v1.21.3
29432026-03-10T18:22:51.223Z Compiling anyhow v1.0.102
29442026-03-10T18:22:51.478Z Compiling indexmap v2.13.0
29452026-03-10T18:22:51.756Z Compiling errno v0.3.14
29462026-03-10T18:22:51.759Z Compiling thread-id v4.2.2
29472026-03-10T18:22:51.759Z Compiling memmap v0.7.0
29482026-03-10T18:22:52.190Z Compiling ordered-float v2.10.1
29492026-03-10T18:22:52.845Z Compiling proc-macro-error v1.0.4
29502026-03-10T18:22:53.169Z Compiling tabled_derive v0.7.0
29512026-03-10T18:22:53.243Z Compiling terminal_size v0.4.3
29522026-03-10T18:22:53.243Z Compiling tempfile v3.25.0
29532026-03-10T18:22:53.365Z Compiling clap_builder v4.5.60
29542026-03-10T18:22:53.365Z Compiling textwrap v0.16.2
29552026-03-10T18:22:53.571Z Compiling camino-tempfile v1.4.1
29562026-03-10T18:22:54.115Z Compiling tabled v0.15.0
29572026-03-10T18:22:54.416Z Compiling synstructure v0.13.2
29582026-03-10T18:22:54.416Z Compiling pest_generator v2.8.6
29592026-03-10T18:22:55.007Z Compiling serde_derive v1.0.228
29602026-03-10T18:22:55.007Z Compiling zerofrom-derive v0.1.6
29612026-03-10T18:22:55.012Z Compiling yoke-derive v0.8.1
29622026-03-10T18:22:55.012Z Compiling zerovec-derive v0.11.2
29632026-03-10T18:22:55.012Z Compiling displaydoc v0.2.5
29642026-03-10T18:22:55.012Z Compiling thiserror-impl v1.0.69
29652026-03-10T18:22:55.012Z Compiling zerocopy-derive v0.7.35
29662026-03-10T18:22:55.022Z Compiling scroll_derive v0.12.1
29672026-03-10T18:22:55.037Z Compiling thiserror-impl v2.0.18
29682026-03-10T18:22:55.050Z Compiling clap_derive v4.5.55
29692026-03-10T18:22:55.172Z Compiling pest_derive v2.8.6
29702026-03-10T18:22:56.038Z Compiling scroll v0.12.0
29712026-03-10T18:22:56.189Z Compiling zerocopy v0.7.35
29722026-03-10T18:22:56.508Z Compiling goblin v0.8.2
29732026-03-10T18:22:56.697Z Compiling thiserror v1.0.69
29742026-03-10T18:22:56.730Z Compiling zerofrom v0.1.6
29752026-03-10T18:22:56.864Z Compiling dtrace-parser v0.2.0
29762026-03-10T18:22:56.908Z Compiling yoke v0.8.1
29772026-03-10T18:22:56.935Z Compiling thiserror v2.0.18
29782026-03-10T18:22:57.214Z Compiling zerovec v0.11.5
29792026-03-10T18:22:57.473Z Compiling zerotrie v0.2.3
29802026-03-10T18:22:57.633Z Compiling clap v4.5.60
29812026-03-10T18:22:58.041Z Compiling tinystr v0.8.2
29822026-03-10T18:22:58.146Z Compiling potential_utf v0.1.4
29832026-03-10T18:22:58.414Z Compiling icu_locale_core v2.1.1
29842026-03-10T18:22:58.442Z Compiling icu_collections v2.1.1
29852026-03-10T18:22:59.840Z Compiling icu_provider v2.1.1
29862026-03-10T18:22:59.863Z Compiling toml_datetime v0.6.11
29872026-03-10T18:23:00.013Z Compiling serde_spanned v0.6.9
29882026-03-10T18:23:00.150Z Compiling dof v0.3.0
29892026-03-10T18:23:00.204Z Compiling toml_edit v0.22.27
29902026-03-10T18:23:00.221Z Compiling icu_properties v2.1.2
29912026-03-10T18:23:00.261Z Compiling icu_normalizer v2.1.1
29922026-03-10T18:23:00.386Z Compiling serde_tokenstream v0.2.3
29932026-03-10T18:23:00.446Z Compiling serde-value v0.7.0
29942026-03-10T18:23:00.510Z Compiling cargo-platform v0.2.0
29952026-03-10T18:23:00.728Z Compiling macaddr v1.0.1
29962026-03-10T18:23:01.357Z Compiling usdt-macro v0.5.0
29972026-03-10T18:23:01.357Z Compiling usdt-attr-macro v0.5.0
29982026-03-10T18:23:01.709Z Compiling idna_adapter v1.2.1
29992026-03-10T18:23:01.883Z Compiling idna v1.1.0
30002026-03-10T18:23:02.311Z Compiling usdt v0.5.0
30012026-03-10T18:23:02.330Z Compiling url v2.5.8
30022026-03-10T18:23:02.589Z Compiling toml v0.8.23
30032026-03-10T18:23:03.197Z Compiling cargo-util-schemas v0.8.2
30042026-03-10T18:23:03.197Z Compiling cargo_toml v0.21.0
30052026-03-10T18:23:04.597Z Compiling cargo_metadata v0.21.0
30062026-03-10T18:23:09.574Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30072026-03-10T18:23:13.717Z Finished `release` profile [optimized] target(s) in 24.05s
30082026-03-10T18:23:13.875Z
30092026-03-10T18:23:13.878Zreal 24.230530523
30102026-03-10T18:23:13.878Zuser 3:20.873422692
30112026-03-10T18:23:13.878Zsys 22.838482885
30122026-03-10T18:23:13.878Ztrap 0.093093434
30132026-03-10T18:23:13.878Ztflt 0.745563178
30142026-03-10T18:23:13.878Zdflt 2.061406131
30152026-03-10T18:23:13.878Zkflt 0.000019384
30162026-03-10T18:23:13.878Zlock 5:50.483625965
30172026-03-10T18:23:13.878Zslp 6:54.709245437
30182026-03-10T18:23:13.878Zlat 8.873904669
30192026-03-10T18:23:13.878Zstop 30.383156719
30202026-03-10T18:23:13.878Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30212026-03-10T18:23:13.878Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30222026-03-10T18:23:13.878Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30232026-03-10T18:23:13.878Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30242026-03-10T18:23:13.878Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30252026-03-10T18:23:15.194Z Compiling regress v0.10.5
30262026-03-10T18:23:15.349Z Compiling serde_spanned v1.0.4
30272026-03-10T18:23:15.353Z Compiling toml_writer v1.0.6+spec-1.1.0
30282026-03-10T18:23:15.353Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30292026-03-10T18:23:15.390Z Compiling structmeta-derive v0.3.0
30302026-03-10T18:23:15.393Z Compiling rustls v0.22.4
30312026-03-10T18:23:15.393Z Compiling rustls-webpki v0.102.8
30322026-03-10T18:23:15.393Z Compiling newtype-uuid-macros v0.1.0
30332026-03-10T18:23:15.393Z Compiling multer v3.1.0
30342026-03-10T18:23:15.393Z Compiling debug-ignore v1.0.5
30352026-03-10T18:23:15.406Z Compiling match_cfg v0.1.0
30362026-03-10T18:23:15.411Z Compiling slog-json v2.6.1
30372026-03-10T18:23:15.411Z Compiling async-stream-impl v0.3.6
30382026-03-10T18:23:15.444Z Compiling dropshot v0.16.7
30392026-03-10T18:23:15.486Z Compiling itertools v0.14.0
30402026-03-10T18:23:15.489Z Compiling waitgroup v0.1.2
30412026-03-10T18:23:15.584Z Compiling hostname v0.3.1
30422026-03-10T18:23:15.632Z Compiling toml v0.9.12+spec-1.1.0
30432026-03-10T18:23:15.705Z Compiling rustls-pemfile v2.2.0
30442026-03-10T18:23:15.796Z Compiling dropshot_endpoint v0.16.7
30452026-03-10T18:23:15.822Z Compiling hostname v0.4.2
30462026-03-10T18:23:15.847Z Compiling slog-bunyan v2.5.0
30472026-03-10T18:23:15.850Z Compiling serde_path_to_error v0.1.20
30482026-03-10T18:23:16.006Z Compiling progenitor-client v0.13.0
30492026-03-10T18:23:16.030Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30502026-03-10T18:23:16.033Z Compiling macaddr v1.0.1
30512026-03-10T18:23:16.097Z Compiling progenitor-client v0.10.0
30522026-03-10T18:23:16.123Z Compiling instant v0.1.13
30532026-03-10T18:23:16.296Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30542026-03-10T18:23:16.333Z Compiling backoff v0.4.0
30552026-03-10T18:23:16.403Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30562026-03-10T18:23:16.430Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30572026-03-10T18:23:16.468Z Compiling backon v1.6.0
30582026-03-10T18:23:16.495Z Compiling async-stream v0.3.6
30592026-03-10T18:23:16.521Z Compiling crucible-workspace-hack v0.1.0
30602026-03-10T18:23:16.550Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30612026-03-10T18:23:16.574Z Compiling cfg_aliases v0.2.1
30622026-03-10T18:23:16.641Z Compiling toml_edit v0.23.10+spec-1.0.0
30632026-03-10T18:23:16.691Z Compiling heapless v0.8.0
30642026-03-10T18:23:16.717Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30652026-03-10T18:23:16.748Z Compiling hash32 v0.3.1
30662026-03-10T18:23:16.786Z Compiling memoffset v0.9.1
30672026-03-10T18:23:16.899Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30682026-03-10T18:23:16.966Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30692026-03-10T18:23:16.989Z Compiling smoltcp v0.11.0
30702026-03-10T18:23:17.027Z Compiling tabwriter v1.4.1
30712026-03-10T18:23:17.085Z Compiling structmeta v0.3.0
30722026-03-10T18:23:17.110Z Compiling cobs v0.3.0
30732026-03-10T18:23:17.156Z Compiling foreign-types-macros v0.2.3
30742026-03-10T18:23:17.277Z Compiling foreign-types-shared v0.3.1
30752026-03-10T18:23:17.332Z Compiling cpufeatures v0.3.0
30762026-03-10T18:23:17.368Z Compiling postcard v1.1.3
30772026-03-10T18:23:17.420Z Compiling derive-ex v0.1.8
30782026-03-10T18:23:17.423Z Compiling parse-display-derive v0.10.0
30792026-03-10T18:23:17.495Z Compiling proc-macro-crate v3.4.0
30802026-03-10T18:23:17.498Z Compiling chacha20 v0.10.0
30812026-03-10T18:23:17.576Z Compiling ingot-macros v0.1.1
30822026-03-10T18:23:17.763Z Compiling proc-macro-crate v1.3.1
30832026-03-10T18:23:17.789Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30842026-03-10T18:23:17.789Z Compiling secrecy v0.10.3
30852026-03-10T18:23:17.849Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30862026-03-10T18:23:17.906Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30872026-03-10T18:23:18.031Z Compiling cstr-argument v0.1.2
30882026-03-10T18:23:18.054Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30892026-03-10T18:23:18.092Z Compiling foreign-types v0.5.0
30902026-03-10T18:23:18.237Z Compiling unsafe-libyaml v0.2.11
30912026-03-10T18:23:18.240Z Compiling colored v3.1.1
30922026-03-10T18:23:18.307Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30932026-03-10T18:23:18.332Z Compiling rand v0.10.0
30942026-03-10T18:23:18.360Z Compiling num_enum_derive v0.7.5
30952026-03-10T18:23:18.413Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30962026-03-10T18:23:18.416Z Compiling num_enum_derive v0.5.11
30972026-03-10T18:23:18.464Z Compiling nix v0.30.1
30982026-03-10T18:23:18.467Z Compiling camino-tempfile v1.4.1
30992026-03-10T18:23:18.510Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31002026-03-10T18:23:18.696Z Compiling tokio-rustls v0.25.0
31012026-03-10T18:23:18.718Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31022026-03-10T18:23:18.822Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31032026-03-10T18:23:18.850Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31042026-03-10T18:23:19.046Z Compiling serde_yaml v0.9.34+deprecated
31052026-03-10T18:23:19.113Z Compiling smf v0.2.3
31062026-03-10T18:23:19.184Z Compiling num-derive v0.4.2
31072026-03-10T18:23:19.207Z Compiling sigpipe v0.1.3
31082026-03-10T18:23:19.276Z Compiling glob v0.3.3
31092026-03-10T18:23:19.342Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31102026-03-10T18:23:19.683Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31112026-03-10T18:23:19.706Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31122026-03-10T18:23:19.878Z Compiling whoami v1.6.1
31132026-03-10T18:23:19.902Z Compiling toml v0.8.23
31142026-03-10T18:23:20.003Z Compiling num_enum v0.7.5
31152026-03-10T18:23:20.047Z Compiling num_enum v0.5.11
31162026-03-10T18:23:20.074Z Compiling parse-display v0.10.0
31172026-03-10T18:23:20.077Z Compiling convert_case v0.4.0
31182026-03-10T18:23:20.077Z Compiling universal-hash v0.5.1
31192026-03-10T18:23:20.143Z Compiling test-strategy v0.4.5
31202026-03-10T18:23:20.195Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31212026-03-10T18:23:20.233Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31222026-03-10T18:23:20.317Z Compiling opaque-debug v0.3.1
31232026-03-10T18:23:20.342Z Compiling half v2.7.1
31242026-03-10T18:23:20.546Z Compiling ciborium-io v0.2.2
31252026-03-10T18:23:20.585Z Compiling aead v0.5.2
31262026-03-10T18:23:20.620Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31272026-03-10T18:23:20.677Z Compiling derive_more v0.99.20
31282026-03-10T18:23:20.708Z Compiling poly1305 v0.8.0
31292026-03-10T18:23:20.740Z Compiling ciborium-ll v0.2.2
31302026-03-10T18:23:20.832Z Compiling chacha20 v0.9.1
31312026-03-10T18:23:20.896Z Compiling typify-impl v0.6.1
31322026-03-10T18:23:20.919Z Compiling typify-impl v0.4.3
31332026-03-10T18:23:20.923Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31342026-03-10T18:23:20.969Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31352026-03-10T18:23:21.086Z Compiling ciborium v0.2.2
31362026-03-10T18:23:21.163Z Compiling thiserror-impl-no-std v2.0.2
31372026-03-10T18:23:21.190Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31382026-03-10T18:23:21.228Z Compiling num-rational v0.4.2
31392026-03-10T18:23:21.277Z Compiling password-hash v0.5.0
31402026-03-10T18:23:21.338Z Compiling blake2 v0.10.6
31412026-03-10T18:23:21.455Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31422026-03-10T18:23:21.699Z Compiling num-complex v0.4.6
31432026-03-10T18:23:21.782Z Compiling prettyplease v0.2.37
31442026-03-10T18:23:21.925Z Compiling indent_write v2.2.0
31452026-03-10T18:23:21.946Z Compiling ingot-types v0.1.2
31462026-03-10T18:23:22.032Z Compiling argon2 v0.5.3
31472026-03-10T18:23:22.139Z Compiling chacha20poly1305 v0.10.1
31482026-03-10T18:23:22.142Z Compiling float-ord v0.3.2
31492026-03-10T18:23:22.186Z Compiling gethostname v0.5.0
31502026-03-10T18:23:22.334Z Compiling num v0.4.3
31512026-03-10T18:23:22.364Z Compiling usdt-macro v0.5.0
31522026-03-10T18:23:22.387Z Compiling usdt-attr-macro v0.5.0
31532026-03-10T18:23:22.412Z Compiling derive-where v1.6.0
31542026-03-10T18:23:22.468Z Compiling memmap v0.7.0
31552026-03-10T18:23:22.500Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31562026-03-10T18:23:22.588Z Compiling ingot v0.1.1
31572026-03-10T18:23:22.777Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31582026-03-10T18:23:22.864Z Compiling atomicwrites v0.4.4
31592026-03-10T18:23:23.049Z Compiling thiserror-no-std v2.0.2
31602026-03-10T18:23:23.171Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31612026-03-10T18:23:23.196Z Compiling vsss-rs v3.3.4
31622026-03-10T18:23:23.199Z Compiling cancel-safe-futures v0.1.5
31632026-03-10T18:23:23.370Z Compiling owo-colors v4.3.0
31642026-03-10T18:23:23.564Z Compiling libsw-core v0.3.2
31652026-03-10T18:23:23.634Z Compiling async-recursion v1.1.1
31662026-03-10T18:23:23.665Z Compiling usdt v0.5.0
31672026-03-10T18:23:23.820Z Compiling resolv-conf v0.7.6
31682026-03-10T18:23:23.843Z Compiling libsw v3.5.0
31692026-03-10T18:23:24.077Z Compiling progenitor-client v0.11.2
31702026-03-10T18:23:24.121Z Compiling linear-map v1.2.0
31712026-03-10T18:23:24.189Z Compiling libefi-sys v0.1.0
31722026-03-10T18:23:24.346Z Compiling hickory-proto v0.24.4
31732026-03-10T18:23:24.416Z Compiling newline-converter v0.3.0
31742026-03-10T18:23:24.441Z Compiling console v0.15.11
31752026-03-10T18:23:24.478Z Compiling bitfield-struct v0.6.2
31762026-03-10T18:23:24.536Z Compiling semver v0.1.20
31772026-03-10T18:23:24.539Z Compiling linked-hash-map v0.5.6
31782026-03-10T18:23:24.607Z Compiling pin-project-internal v1.1.11
31792026-03-10T18:23:24.692Z Compiling slog-dtrace v0.3.0
31802026-03-10T18:23:24.733Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31812026-03-10T18:23:24.866Z Compiling lru-cache v0.1.2
31822026-03-10T18:23:24.889Z Compiling rustc_version v0.1.7
31832026-03-10T18:23:24.916Z Compiling minimal-lexical v0.2.1
31842026-03-10T18:23:24.971Z Compiling expectorate v1.2.0
31852026-03-10T18:23:25.087Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31862026-03-10T18:23:25.125Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31872026-03-10T18:23:25.245Z Compiling nom v7.1.3
31882026-03-10T18:23:25.272Z Compiling tokio-dtrace v0.1.1
31892026-03-10T18:23:25.275Z Compiling newtype_derive v0.1.6
31902026-03-10T18:23:25.335Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31912026-03-10T18:23:25.370Z Compiling dropshot-api-manager-types v0.5.2
31922026-03-10T18:23:25.483Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31932026-03-10T18:23:25.544Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31942026-03-10T18:23:25.651Z Compiling phf_shared v0.12.1
31952026-03-10T18:23:25.685Z Compiling snafu-derive v0.8.9
31962026-03-10T18:23:25.769Z Compiling pem v3.0.6
31972026-03-10T18:23:25.804Z Compiling csv-core v0.1.13
31982026-03-10T18:23:25.916Z Compiling chrono-tz v0.10.4
31992026-03-10T18:23:25.950Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32002026-03-10T18:23:26.049Z Compiling highway v1.3.0
32012026-03-10T18:23:26.225Z Compiling xshell-macros v0.2.7
32022026-03-10T18:23:26.228Z Compiling same-file v1.0.6
32032026-03-10T18:23:26.347Z Compiling csv v1.4.0
32042026-03-10T18:23:26.371Z Compiling const_format_proc_macros v0.2.34
32052026-03-10T18:23:26.498Z Compiling pin-project v1.1.11
32062026-03-10T18:23:26.541Z Compiling walkdir v2.5.0
32072026-03-10T18:23:26.601Z Compiling phf v0.12.1
32082026-03-10T18:23:26.679Z Compiling oxide-tokio-rt v0.1.2
32092026-03-10T18:23:26.820Z Compiling xshell v0.2.7
32102026-03-10T18:23:26.860Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32112026-03-10T18:23:27.045Z Compiling globset v0.4.18
32122026-03-10T18:23:27.177Z Compiling olpc-cjson v0.1.4
32132026-03-10T18:23:27.250Z Compiling primeorder v0.13.6
32142026-03-10T18:23:27.294Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32152026-03-10T18:23:27.321Z Compiling serde_plain v1.0.2
32162026-03-10T18:23:27.386Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32172026-03-10T18:23:27.456Z Compiling base64 v0.21.7
32182026-03-10T18:23:27.629Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32192026-03-10T18:23:27.657Z Compiling hickory-resolver v0.24.4
32202026-03-10T18:23:27.682Z Compiling typed-path v0.9.3
32212026-03-10T18:23:27.685Z Compiling const_format v0.2.35
32222026-03-10T18:23:27.727Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32232026-03-10T18:23:27.957Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32242026-03-10T18:23:27.993Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32252026-03-10T18:23:28.124Z Compiling tabled_derive v0.7.0
32262026-03-10T18:23:28.161Z Compiling typify-macro v0.6.1
32272026-03-10T18:23:28.189Z Compiling bcs v0.1.6
32282026-03-10T18:23:28.320Z Compiling salty v0.3.0
32292026-03-10T18:23:28.327Z Compiling typify-macro v0.4.3
32302026-03-10T18:23:28.667Z Compiling termtree v0.5.1
32312026-03-10T18:23:28.679Z Compiling radium v0.7.0
32322026-03-10T18:23:28.778Z Compiling snafu v0.8.9
32332026-03-10T18:23:28.854Z Compiling textwrap v0.16.2
32342026-03-10T18:23:28.938Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32352026-03-10T18:23:28.973Z Compiling steno v0.4.1
32362026-03-10T18:23:29.116Z Compiling qorb v0.4.1
32372026-03-10T18:23:29.240Z Compiling tough v0.20.0
32382026-03-10T18:23:29.297Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32392026-03-10T18:23:29.319Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32402026-03-10T18:23:29.523Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32412026-03-10T18:23:29.557Z Compiling tap v1.0.1
32422026-03-10T18:23:29.583Z Compiling humantime v2.3.0
32432026-03-10T18:23:29.613Z Compiling tabled v0.15.0
32442026-03-10T18:23:29.617Z Compiling utf-8 v0.7.6
32452026-03-10T18:23:29.747Z Compiling maybe-uninit v2.0.0
32462026-03-10T18:23:29.789Z Compiling wyz v0.5.1
32472026-03-10T18:23:29.815Z Compiling tungstenite v0.21.0
32482026-03-10T18:23:30.106Z Compiling p384 v0.13.1
32492026-03-10T18:23:30.134Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32502026-03-10T18:23:30.253Z Compiling arc-swap v1.8.2
32512026-03-10T18:23:30.295Z Compiling packed_struct v0.10.1
32522026-03-10T18:23:30.702Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32532026-03-10T18:23:30.727Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32542026-03-10T18:23:30.750Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32552026-03-10T18:23:30.907Z Compiling typify v0.6.1
32562026-03-10T18:23:30.934Z Compiling typify v0.4.3
32572026-03-10T18:23:30.964Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32582026-03-10T18:23:30.969Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32592026-03-10T18:23:31.059Z Compiling progenitor-impl v0.13.0
32602026-03-10T18:23:31.123Z Compiling progenitor-impl v0.11.2
32612026-03-10T18:23:31.147Z Compiling progenitor-impl v0.10.0
32622026-03-10T18:23:31.460Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32632026-03-10T18:23:31.550Z Compiling tagptr v0.2.0
32642026-03-10T18:23:31.804Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32652026-03-10T18:23:31.871Z Compiling funty v2.0.0
32662026-03-10T18:23:32.093Z Compiling moka v0.12.13
32672026-03-10T18:23:32.136Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32682026-03-10T18:23:32.832Z Compiling bitvec v1.0.1
32692026-03-10T18:23:32.892Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32702026-03-10T18:23:33.000Z Compiling slog-scope v4.4.1
32712026-03-10T18:23:33.191Z Compiling tokio-tungstenite v0.21.0
32722026-03-10T18:23:33.278Z Compiling polyval v0.6.2
32732026-03-10T18:23:33.308Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32742026-03-10T18:23:33.335Z Compiling packed_struct_codegen v0.10.1
32752026-03-10T18:23:33.357Z Compiling bitfield-macros v0.19.4
32762026-03-10T18:23:33.623Z Compiling zerocopy-derive v0.6.6
32772026-03-10T18:23:33.648Z Compiling proc-macro-error-attr2 v2.0.0
32782026-03-10T18:23:33.806Z Compiling indexmap v1.9.3
32792026-03-10T18:23:33.857Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32802026-03-10T18:23:33.933Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32812026-03-10T18:23:34.133Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32822026-03-10T18:23:34.286Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32832026-03-10T18:23:34.464Z Compiling nodrop v0.1.14
32842026-03-10T18:23:34.610Z Compiling crc-catalog v2.4.0
32852026-03-10T18:23:34.638Z Compiling parking_lot_core v0.8.6
32862026-03-10T18:23:34.800Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32872026-03-10T18:23:34.872Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32882026-03-10T18:23:34.940Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32892026-03-10T18:23:34.972Z Compiling zerocopy v0.6.6
32902026-03-10T18:23:34.999Z Compiling crc v3.4.0
32912026-03-10T18:23:35.164Z Compiling array-init v0.0.4
32922026-03-10T18:23:35.219Z Compiling progenitor-macro v0.11.2
32932026-03-10T18:23:35.244Z Compiling progenitor-macro v0.13.0
32942026-03-10T18:23:35.269Z Compiling progenitor-macro v0.10.0
32952026-03-10T18:23:35.272Z Compiling bitfield v0.19.4
32962026-03-10T18:23:35.316Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32972026-03-10T18:23:35.472Z Compiling proc-macro-error2 v2.0.1
32982026-03-10T18:23:35.557Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32992026-03-10T18:23:35.758Z Compiling ghash v0.5.1
33002026-03-10T18:23:35.779Z Compiling smallvec v0.6.14
33012026-03-10T18:23:35.933Z Compiling slog-stdlog v4.1.1
33022026-03-10T18:23:35.954Z Compiling hickory-resolver v0.25.2
33032026-03-10T18:23:36.080Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33042026-03-10T18:23:36.084Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33052026-03-10T18:23:36.128Z Compiling nix v0.31.1
33062026-03-10T18:23:36.270Z Compiling git-stub v1.0.0
33072026-03-10T18:23:36.506Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33082026-03-10T18:23:36.536Z Compiling ctr v0.9.2
33092026-03-10T18:23:36.687Z Compiling num-derive v0.3.3
33102026-03-10T18:23:36.713Z Compiling lzma-sys v0.1.20
33112026-03-10T18:23:36.748Z Compiling unicase v2.9.0
33122026-03-10T18:23:36.815Z Compiling hashbrown v0.12.3
33132026-03-10T18:23:36.869Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33142026-03-10T18:23:36.942Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33152026-03-10T18:23:37.081Z Compiling mime_guess v2.0.5
33162026-03-10T18:23:37.259Z Compiling aes-gcm v0.10.3
33172026-03-10T18:23:37.293Z Compiling git-stub-vcs v0.1.0
33182026-03-10T18:23:37.375Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33192026-03-10T18:23:37.495Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33202026-03-10T18:23:37.605Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33212026-03-10T18:23:37.635Z Compiling slog-envlogger v2.2.0
33222026-03-10T18:23:37.856Z Compiling serde-hex v0.1.0
33232026-03-10T18:23:37.879Z Compiling tabled_derive v0.11.0
33242026-03-10T18:23:37.923Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33252026-03-10T18:23:38.091Z Compiling libscf-sys v1.1.0
33262026-03-10T18:23:38.218Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-03-10T18:23:38.310Z Compiling ron v0.8.1
33282026-03-10T18:23:38.473Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33292026-03-10T18:23:38.604Z Compiling papergrid v0.17.0
33302026-03-10T18:23:38.853Z Compiling cargo_toml v0.22.3
33312026-03-10T18:23:39.009Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33322026-03-10T18:23:39.042Z Compiling hashbrown v0.13.2
33332026-03-10T18:23:39.674Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33342026-03-10T18:23:39.782Z Compiling testing_table v0.3.0
33352026-03-10T18:23:39.817Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33362026-03-10T18:23:39.880Z Compiling ssh-encoding v0.2.0
33372026-03-10T18:23:40.022Z Compiling blowfish v0.9.1
33382026-03-10T18:23:40.220Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33392026-03-10T18:23:40.293Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33402026-03-10T18:23:40.420Z Compiling nibble_vec v0.1.0
33412026-03-10T18:23:40.554Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33422026-03-10T18:23:40.616Z Compiling corncobs v0.1.4
33432026-03-10T18:23:40.640Z Compiling crc-any v2.5.0
33442026-03-10T18:23:40.663Z Compiling endian-type v0.1.2
33452026-03-10T18:23:40.826Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33462026-03-10T18:23:40.906Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33472026-03-10T18:23:40.906Z Compiling radix_trie v0.2.1
33482026-03-10T18:23:40.956Z Compiling bcrypt-pbkdf v0.10.0
33492026-03-10T18:23:41.029Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33502026-03-10T18:23:41.082Z Compiling ssh-cipher v0.2.0
33512026-03-10T18:23:41.130Z Compiling tabled v0.20.0
33522026-03-10T18:23:41.251Z Compiling object v0.30.4
33532026-03-10T18:23:41.478Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33542026-03-10T18:23:41.505Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33552026-03-10T18:23:41.531Z Compiling parking_lot v0.11.2
33562026-03-10T18:23:41.914Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33572026-03-10T18:23:41.964Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33582026-03-10T18:23:42.056Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33592026-03-10T18:23:42.182Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33602026-03-10T18:23:42.964Z Compiling prefix-trie v0.7.0
33612026-03-10T18:23:42.992Z Compiling password-hash v0.4.2
33622026-03-10T18:23:43.140Z Compiling fxhash v0.2.1
33632026-03-10T18:23:43.177Z Compiling progenitor v0.11.2
33642026-03-10T18:23:43.272Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33652026-03-10T18:23:43.273Z Compiling progenitor v0.13.0
33662026-03-10T18:23:43.332Z Compiling progenitor v0.10.0
33672026-03-10T18:23:43.354Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
33682026-03-10T18:23:43.377Z Compiling secrecy v0.8.0
33692026-03-10T18:23:43.402Z Compiling path-slash v0.1.5
33702026-03-10T18:23:43.518Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33712026-03-10T18:23:43.560Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33722026-03-10T18:23:43.586Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33732026-03-10T18:23:43.609Z Compiling http-range v0.1.5
33742026-03-10T18:23:43.640Z Compiling half v1.8.3
33752026-03-10T18:23:43.887Z Compiling hickory-server v0.25.2
33762026-03-10T18:23:44.063Z Compiling serde_cbor v0.11.2
33772026-03-10T18:23:44.293Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33782026-03-10T18:23:44.307Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
33792026-03-10T18:23:44.685Z Compiling pbkdf2 v0.11.0
33802026-03-10T18:23:44.972Z Compiling sled v0.34.7
33812026-03-10T18:23:45.069Z Compiling ron v0.12.0
33822026-03-10T18:23:45.123Z Compiling xz2 v0.1.7
33832026-03-10T18:23:45.203Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33842026-03-10T18:23:45.449Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33852026-03-10T18:23:45.476Z Compiling ssh-key v0.6.7
33862026-03-10T18:23:45.521Z Compiling hickory-client v0.25.2
33872026-03-10T18:23:46.157Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33882026-03-10T18:23:46.184Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33892026-03-10T18:23:46.436Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33902026-03-10T18:23:46.655Z Compiling p256 v0.13.2
33912026-03-10T18:23:46.858Z Compiling p521 v0.13.3
33922026-03-10T18:23:47.218Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33932026-03-10T18:23:47.246Z Compiling yasna v0.5.2
33942026-03-10T18:23:47.280Z Compiling kstat-rs v0.2.4
33952026-03-10T18:23:47.333Z Compiling headers-core v0.3.0
33962026-03-10T18:23:47.511Z Compiling nanorand v0.7.0
33972026-03-10T18:23:47.533Z Compiling russh-cryptovec v0.7.3
33982026-03-10T18:23:47.715Z Compiling atty v0.2.14
33992026-03-10T18:23:47.822Z Compiling crc8 v0.1.1
34002026-03-10T18:23:47.887Z Compiling home v0.5.12
34012026-03-10T18:23:47.927Z Compiling md5 v0.7.0
34022026-03-10T18:23:47.964Z Compiling base16ct v1.0.0
34032026-03-10T18:23:48.013Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34042026-03-10T18:23:48.066Z Compiling rcgen v0.12.1
34052026-03-10T18:23:48.123Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34062026-03-10T18:23:48.283Z Compiling russh-keys v0.45.0
34072026-03-10T18:23:48.283Z Compiling flume v0.11.1
34082026-03-10T18:23:48.348Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34092026-03-10T18:23:48.411Z Compiling headers v0.4.1
34102026-03-10T18:23:48.851Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34112026-03-10T18:23:49.404Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34122026-03-10T18:23:49.574Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34132026-03-10T18:23:49.744Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34142026-03-10T18:23:50.359Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34152026-03-10T18:23:50.642Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34162026-03-10T18:23:50.897Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34172026-03-10T18:23:51.307Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34182026-03-10T18:23:51.635Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34192026-03-10T18:23:52.015Z Compiling hyper-staticfile v0.10.1
34202026-03-10T18:23:52.220Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34212026-03-10T18:23:52.295Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34222026-03-10T18:23:52.394Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34232026-03-10T18:23:52.696Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34242026-03-10T18:23:52.814Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34252026-03-10T18:23:52.839Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34262026-03-10T18:23:52.868Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34272026-03-10T18:23:53.090Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34282026-03-10T18:23:53.278Z Compiling num-bigint v0.4.6
34292026-03-10T18:23:53.509Z Compiling des v0.8.1
34302026-03-10T18:23:53.533Z Compiling subprocess v0.2.15
34312026-03-10T18:23:53.560Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34322026-03-10T18:23:53.697Z Compiling display-error-chain v0.2.2
34332026-03-10T18:23:53.791Z Compiling hex-literal v0.4.1
34342026-03-10T18:23:53.833Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34352026-03-10T18:23:53.915Z Compiling colored v2.2.0
34362026-03-10T18:23:53.991Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34372026-03-10T18:23:54.101Z Compiling socket2 v0.5.10
34382026-03-10T18:23:54.123Z Compiling internet-checksum v0.2.1
34392026-03-10T18:23:54.187Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34402026-03-10T18:23:54.963Z Compiling russh v0.45.0
34412026-03-10T18:23:55.402Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34422026-03-10T18:23:56.385Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34432026-03-10T18:23:57.120Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34442026-03-10T18:24:02.832Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34452026-03-10T18:24:13.103Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34462026-03-10T18:24:13.104Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34472026-03-10T18:24:13.107Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34482026-03-10T18:24:13.107Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34492026-03-10T18:24:15.418Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34502026-03-10T18:24:15.610Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34512026-03-10T18:24:21.584Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34522026-03-10T18:24:51.923Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34532026-03-10T18:25:17.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s
34542026-03-10T18:25:17.344Z
34552026-03-10T18:25:17.348Zreal 2:03.444103786
34562026-03-10T18:25:17.348Zuser 12:17.548626232
34572026-03-10T18:25:17.348Zsys 2:12.750316583
34582026-03-10T18:25:17.348Ztrap 0.385620109
34592026-03-10T18:25:17.348Ztflt 0.588765501
34602026-03-10T18:25:17.348Zdflt 1.883604574
34612026-03-10T18:25:17.348Zkflt 0.000336870
34622026-03-10T18:25:17.348Zlock 30:44.597627746
34632026-03-10T18:25:17.348Zslp 40:46.240283195
34642026-03-10T18:25:17.348Zlat 48.508142567
34652026-03-10T18:25:17.348Zstop 3:50.466200264
34662026-03-10T18:25:17.348Z+ mkdir tests
34672026-03-10T18:25:17.351Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34682026-03-10T18:25:17.351Z+ xargs -I '{}' -t cp '{}' tests/
34692026-03-10T18:25:17.386Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8c89a86352b0aa66 tests/
34702026-03-10T18:25:17.411Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-746dfaee64f5db54 tests/
34712026-03-10T18:25:17.438Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-9991f079b1063e60 tests/
34722026-03-10T18:25:17.461Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-45a8aed3b69b200f tests/
34732026-03-10T18:25:17.708Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
34742026-03-10T18:25:17.711Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-746dfaee64f5db54 tests/commtest-9991f079b1063e60 tests/dhcp_server-8c89a86352b0aa66 tests/end_to_end_tests-45a8aed3b69b200f out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34752026-03-10T18:26:59.542ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34762026-03-10T18:26:59.542Za .github/buildomat/ci-env.sh 1K
34772026-03-10T18:26:59.542Za out/target/test 1K
34782026-03-10T18:26:59.542Za out/npuzone/npuzone 27402K
34792026-03-10T18:26:59.542Za package-manifest.toml 35K
34802026-03-10T18:26:59.542Za smf/sled-agent/non-gimlet/config.toml 6K
34812026-03-10T18:26:59.542Za target/release/omicron-package 41060K
34822026-03-10T18:26:59.542Za target/release/xtask 11359K
34832026-03-10T18:26:59.542Za target/debug/bootstrap 345728K
34842026-03-10T18:26:59.542Za tests/bootstrap-746dfaee64f5db54 31480K
34852026-03-10T18:26:59.542Za tests/commtest-9991f079b1063e60 31997K
34862026-03-10T18:26:59.542Za tests/dhcp_server-8c89a86352b0aa66 31480K
34872026-03-10T18:26:59.542Za tests/end_to_end_tests-45a8aed3b69b200f 387413K
34882026-03-10T18:26:59.542Za out/clickhouse.tar.gz 302576K
34892026-03-10T18:26:59.542Za out/clickhouse_keeper.tar.gz 287870K
34902026-03-10T18:26:59.542Za out/clickhouse_server.tar.gz 302575K
34912026-03-10T18:26:59.542Za out/cockroachdb.tar.gz 156115K
34922026-03-10T18:26:59.542Za out/crucible-pantry-zone.tar.gz 38319K
34932026-03-10T18:26:59.542Za out/crucible-utils.tar 17744K
34942026-03-10T18:26:59.543Za out/crucible-zone.tar.gz 52457K
34952026-03-10T18:26:59.543Za out/external-dns.tar.gz 41550K
34962026-03-10T18:26:59.543Za out/internal-dns.tar.gz 41550K
34972026-03-10T18:26:59.543Za out/mg-ddm-gz.tar 86339K
34982026-03-10T18:26:59.543Za out/nexus.tar.gz 210794K
34992026-03-10T18:26:59.543Za out/ntp.tar.gz 22566K
35002026-03-10T18:26:59.543Za out/omicron-gateway-softnpu.tar.gz 28332K
35012026-03-10T18:26:59.543Za out/omicron-sled-agent.tar 182951K
35022026-03-10T18:26:59.543Za out/overlay.tar.gz 3K
35032026-03-10T18:26:59.543Za out/oximeter.tar.gz 56776K
35042026-03-10T18:26:59.543Za out/oxlog.tar 3895K
35052026-03-10T18:26:59.543Za out/probe.tar.gz 3037K
35062026-03-10T18:26:59.543Za out/propolis-server.tar.gz 74633K
35072026-03-10T18:26:59.543Za out/pumpkind-gz.tar 26647K
35082026-03-10T18:26:59.543Za out/switch-softnpu.tar.gz 371167K
35092026-03-10T18:26:59.546Z
35102026-03-10T18:26:59.546Zreal 1:41.864333677
35112026-03-10T18:26:59.546Zuser 1:38.622600048
35122026-03-10T18:26:59.546Zsys 6.632669730
35132026-03-10T18:26:59.546Ztrap 0.007396882
35142026-03-10T18:26:59.546Ztflt 0.000000000
35152026-03-10T18:26:59.546Zdflt 0.000000000
35162026-03-10T18:26:59.547Zkflt 0.000000000
35172026-03-10T18:26:59.547Zlock 0.000000000
35182026-03-10T18:26:59.547Zslp 1:37.804048443
35192026-03-10T18:26:59.547Zlat 0.657093426
35202026-03-10T18:26:59.547Zstop 0.000205326
35212026-03-10T18:26:59.547Zprocess exited: duration 1358151 ms, exit code 0
 
35222026-03-10T18:26:59.570Zfound 1 output files
35232026-03-10T18:26:59.570Zuploading: /work/package.tar.gz (2323762699 bytes)
35242026-03-10T18:27:41.684Zuploaded: /work/package.tar.gz