01KKC813G0NR4MG8VF6PVJ2YCQ: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KKC81XB76RDTF0HN72BG1P4N

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-10T16:08:55.023Zjob assigned to worker 01KKC81W1HJTWG0XGTJE2BZ451 [factory aws, i-0cda39aa0576acc9f] (queued for 1 m 18 s)
 
22026-03-10T16:09:03.433Zstarting task 0: "setup"
32026-03-10T16:09:03.438Z++ uname -s
42026-03-10T16:09:03.441Z+ kern=SunOS
52026-03-10T16:09:03.441Z+ build_user=build
62026-03-10T16:09:03.441Z+ build_uid=12345
72026-03-10T16:09:03.441Z+ work_dir=/work
82026-03-10T16:09:03.441Z+ input_dir=/input
92026-03-10T16:09:03.441Z+ [[ 0 == 12345 ]]
102026-03-10T16:09:03.441Z+ case "$kern" in
112026-03-10T16:09:03.441Z+ groupadd -g 12345 build
122026-03-10T16:09:03.444Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-10T16:09:05.448Z+ zfs create -o mountpoint=/work rpool/work
142026-03-10T16:09:05.560Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-10T16:09:05.563Z+ home_fs=zfs
162026-03-10T16:09:05.563Z+ [[ zfs == autofs ]]
172026-03-10T16:09:05.563Z+ mkdir -p /home/build
182026-03-10T16:09:05.563Z+ chown build:build /home/build /work
192026-03-10T16:09:06.566Z+ chmod 0700 /home/build /work
202026-03-10T16:09:06.569Zprocess exited: duration 3137 ms, exit code 0
 
212026-03-10T16:09:06.577Zstarting task 1: "rust-toolchain"
222026-03-10T16:09:06.580Z * rust toolchain channel = "1.91.1"
232026-03-10T16:09:06.580Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
242026-03-10T16:09:06.580Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-10T16:09:06.580Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-10T16:09:06.580Z * rust toolchain profile = "default"
272026-03-10T16:09:06.580Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-10T16:09:06.585Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-10T16:09:06.585Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-10T16:09:06.700Zinfo: downloading installer
312026-03-10T16:09:08.823Zwarn: It looks like you have an existing installation of Rust at:
322026-03-10T16:09:08.823Zwarn: /opt/ooce/bin
332026-03-10T16:09:08.823Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-10T16:09:08.823Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-10T16:09:08.823Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-10T16:09:08.823Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-10T16:09:08.823Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-10T16:09:08.823Zerror: cannot install while Rust is installed
392026-03-10T16:09:08.823Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-10T16:09:08.904Zinfo: profile set to 'default'
412026-03-10T16:09:08.904Zinfo: default host triple is x86_64-unknown-illumos
422026-03-10T16:09:08.907Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-03-10T16:09:09.086Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-03-10T16:09:09.086Zinfo: downloading component 'cargo'
452026-03-10T16:09:10.161Zinfo: downloading component 'clippy'
462026-03-10T16:09:10.605Zinfo: downloading component 'rust-docs'
472026-03-10T16:09:12.142Zinfo: downloading component 'rust-std'
482026-03-10T16:09:14.870Zinfo: downloading component 'rustc'
492026-03-10T16:09:25.068Zinfo: downloading component 'rustfmt'
502026-03-10T16:09:25.406Zinfo: installing component 'cargo'
512026-03-10T16:09:26.229Zinfo: installing component 'clippy'
522026-03-10T16:09:26.580Zinfo: installing component 'rust-docs'
532026-03-10T16:09:28.037Zinfo: installing component 'rust-std'
542026-03-10T16:09:29.536Zinfo: installing component 'rustc'
552026-03-10T16:09:35.350Zinfo: installing component 'rustfmt'
562026-03-10T16:09:35.659Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-03-10T16:09:35.659Z
582026-03-10T16:09:36.073Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-03-10T16:09:36.073Z
602026-03-10T16:09:36.076Z
612026-03-10T16:09:36.076ZRust is installed now. Great!
622026-03-10T16:09:36.076Z
632026-03-10T16:09:36.076ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-10T16:09:36.077Zenvironment variable. This has not been done automatically.
652026-03-10T16:09:36.077Z
662026-03-10T16:09:36.077ZTo configure your current shell, you need to source
672026-03-10T16:09:36.077Zthe corresponding env file under $HOME/.cargo.
682026-03-10T16:09:36.077Z
692026-03-10T16:09:36.077ZThis is usually done by running one of the following (note the leading DOT):
702026-03-10T16:09:36.077Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-10T16:09:36.077Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-10T16:09:36.077Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-10T16:09:36.179Z+ rustup --version
742026-03-10T16:09:36.189Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-10T16:09:36.193Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-10T16:09:36.273Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-03-10T16:09:36.277Z+ cargo --version
782026-03-10T16:09:36.345Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-03-10T16:09:36.348Z+ rustc --version
802026-03-10T16:09:36.419Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-03-10T16:09:36.422Zprocess exited: duration 29849 ms, exit code 0
 
822026-03-10T16:09:36.429Zstarting task 2: "authentication"
832026-03-10T16:09:36.448Zprocess exited: duration 19 ms, exit code 0
 
842026-03-10T16:09:36.455Zstarting task 3: "clone repository"
852026-03-10T16:09:36.458Z+ mkdir -p /work/oxidecomputer/omicron
862026-03-10T16:09:36.461Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-03-10T16:09:36.497ZCloning into '/work/oxidecomputer/omicron'...
882026-03-10T16:09:57.114Z+ cd /work/oxidecomputer/omicron
892026-03-10T16:09:57.114Z+ git fetch origin 167d377d9e1e6226d94b990e793108e074149c45
902026-03-10T16:09:57.749ZFrom https://github.com/oxidecomputer/omicron
912026-03-10T16:09:57.749Z * branch 167d377d9e1e6226d94b990e793108e074149c45 -> FETCH_HEAD
922026-03-10T16:09:57.762Z+ [[ -n '' ]]
932026-03-10T16:09:57.762Z+ git reset --hard 167d377d9e1e6226d94b990e793108e074149c45
942026-03-10T16:09:58.096ZHEAD is now at 167d377d9 remove reference to the issue
952026-03-10T16:09:58.102Zprocess exited: duration 21649 ms, exit code 0
 
962026-03-10T16:09:58.109Zstarting task 4: "build"
972026-03-10T16:09:58.113Z+ source .github/buildomat/ci-env.sh
982026-03-10T16:09:58.113Z++ export CARGO_TERM_COLOR=always
992026-03-10T16:09:58.114Z++ CARGO_TERM_COLOR=always
1002026-03-10T16:09:58.117Z+ cargo --version
1012026-03-10T16:09:58.171Zcargo 1.91.1 (ea2d97820 2025-10-10)
1022026-03-10T16:09:58.175Z+ rustc --version
1032026-03-10T16:09:58.245Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1042026-03-10T16:09:58.248Z+ WORK=/work
1052026-03-10T16:09:58.248Z+ pfexec mkdir -p /work
1062026-03-10T16:09:58.252Z+ pfexec chown build /work
1072026-03-10T16:09:58.255Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1082026-03-10T16:10:12.418Z Startup: Refreshing catalog 'helios-dev' ... Done
1092026-03-10T16:10:22.023Z Startup: Caching catalogs ... Done
1102026-03-10T16:10:43.687ZPlanning: Solver setup ... Done (20.096s)
1112026-03-10T16:10:43.834ZPlanning: Running solver ... Done (0.146s)
1122026-03-10T16:10:44.012ZPlanning: Finding local manifests ... Done (0.003s)
1132026-03-10T16:10:44.024ZPlanning: Fetching manifests: 0/4 0% complete
1142026-03-10T16:10:44.188ZPlanning: Fetching manifests: 4/4 100% complete
1152026-03-10T16:10:44.231ZPlanning: Package planning ... Done (0.042s)
1162026-03-10T16:10:44.270ZPlanning: Merging actions ... Done (0.038s)
1172026-03-10T16:10:44.670ZPlanning: Checking for conflicting actions ... Done (0.393s)
1182026-03-10T16:10:44.680ZPlanning: Consolidating action changes ... Done (0.010s)
1192026-03-10T16:10:48.243ZPlanning: Evaluating mediators ... Done (3.571s)
1202026-03-10T16:10:48.251ZPlanning: Planning completed in 26.09 seconds
1212026-03-10T16:10:48.264Z Packages to install: 4
1222026-03-10T16:10:48.267Z Mediators to change: 2
1232026-03-10T16:10:48.267Z Services to change: 1
1242026-03-10T16:10:48.267Z Estimated space available: 155.43 GB
1252026-03-10T16:10:48.267ZEstimated space to be consumed: 1.82 GB
1262026-03-10T16:10:48.268Z Create boot environment: No
1272026-03-10T16:10:48.268ZCreate backup boot environment: No
1282026-03-10T16:10:48.268Z Rebuild boot archive: No
1292026-03-10T16:10:48.268Z
1302026-03-10T16:10:48.268ZChanged mediators:
1312026-03-10T16:10:48.268Z mediator clang:
1322026-03-10T16:10:48.268Z version: None -> 15 (system default)
1332026-03-10T16:10:48.268Z
1342026-03-10T16:10:48.268Z mediator llvm:
1352026-03-10T16:10:48.268Z version: 14 (system default) -> 15 (system default)
1362026-03-10T16:10:48.268Z
1372026-03-10T16:10:48.268ZChanged packages:
1382026-03-10T16:10:48.268Zhelios-dev
1392026-03-10T16:10:48.268Z developer/build-essential
1402026-03-10T16:10:48.268Z None -> 11-2.0
1412026-03-10T16:10:48.268Z library/libxmlsec1
1422026-03-10T16:10:48.268Z None -> 1.2.35-2.0
1432026-03-10T16:10:48.268Z ooce/developer/clang-15
1442026-03-10T16:10:48.268Z None -> 15.0.7-2.0
1452026-03-10T16:10:48.268Z ooce/developer/llvm-15
1462026-03-10T16:10:48.268Z None -> 15.0.7-2.0
1472026-03-10T16:10:48.268Z
1482026-03-10T16:10:48.268ZServices:
1492026-03-10T16:10:48.268Z restart_fmri:
1502026-03-10T16:10:48.268Z svc:/system/update-man-index:default
1512026-03-10T16:10:48.500Z
1522026-03-10T16:10:48.500ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1532026-03-10T16:10:53.500ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (16.8M/s)
1542026-03-10T16:10:58.501ZDownload: 3103/3290 items 126.5/212.6MB 59% complete (12.6M/s)
1552026-03-10T16:11:02.118ZDownload: Completed 212.60 MB in 13.62 seconds (15.6M/s)
1562026-03-10T16:11:02.376Z Actions: 1/3689 actions (Installing new actions)
1572026-03-10T16:11:06.737Z Actions: Completed 3689 actions in 4.36 seconds.
1582026-03-10T16:11:07.482Z Done (0.740s)
1592026-03-10T16:11:07.482Z Done (0.000s)
1602026-03-10T16:11:08.480Z Done (0.998s)
1612026-03-10T16:11:13.133Z Done (4.298s)
1622026-03-10T16:11:13.217Z Done (0.017s)
1632026-03-10T16:11:13.220Z Done (0.000s)
1642026-03-10T16:11:13.359Z Done (0.000s)
1652026-03-10T16:11:14.336ZPlanning: Evaluating mediator changes ... Done
1662026-03-10T16:11:14.479ZPlanning: Checking for conflicting actions ... Done
1672026-03-10T16:11:14.483ZPlanning: Consolidating action changes ... Done
1682026-03-10T16:11:14.703ZPlanning: Evaluating mediators ... Done
1692026-03-10T16:11:14.707ZPlanning: Planning completed in 0.37 seconds
1702026-03-10T16:11:14.733Z Mediators to change: 2
1712026-03-10T16:11:14.733Z Create boot environment: No
1722026-03-10T16:11:14.736ZCreate backup boot environment: No
1732026-03-10T16:11:14.805Z Done
1742026-03-10T16:11:14.805Z Done
1752026-03-10T16:11:15.551Z Done
1762026-03-10T16:11:18.860Z Done
1772026-03-10T16:11:18.944Z Done
1782026-03-10T16:11:18.948Z Done
1792026-03-10T16:11:19.091Z Done
1802026-03-10T16:11:19.630ZPlanning: Evaluating mediator changes ... Done
1812026-03-10T16:11:19.633ZPlanning: Merging actions ... Done
1822026-03-10T16:11:19.797ZPlanning: Checking for conflicting actions ... Done
1832026-03-10T16:11:19.801ZPlanning: Consolidating action changes ... Done
1842026-03-10T16:11:20.016ZPlanning: Evaluating mediators ... Done
1852026-03-10T16:11:20.057ZPlanning: Planning completed in 0.63 seconds
1862026-03-10T16:11:20.088Z Packages to change: 1
1872026-03-10T16:11:20.088Z Mediators to change: 1
1882026-03-10T16:11:20.091Z Services to change: 1
1892026-03-10T16:11:20.091Z Create boot environment: No
1902026-03-10T16:11:20.091ZCreate backup boot environment: Yes
1912026-03-10T16:11:22.365Z Actions: 1/6 actions (Updating modified actions)
1922026-03-10T16:11:22.369Z Actions: Completed 6 actions in 0.00 seconds.
1932026-03-10T16:11:22.369Z Done
1942026-03-10T16:11:22.369Z Done
1952026-03-10T16:11:22.551Z Done
1962026-03-10T16:11:25.849Z Done
1972026-03-10T16:11:25.933Z Done
1982026-03-10T16:11:25.936Z Done
1992026-03-10T16:11:26.070Z Done
2002026-03-10T16:11:26.456ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-03-10T16:11:26.456Zclang system 15 system
2022026-03-10T16:11:26.456Zcsh system system illumos
2032026-03-10T16:11:26.456Zctags system system illumos
2042026-03-10T16:11:26.456Zfile system system illumos
2052026-03-10T16:11:26.456Zgcc vendor 12 vendor
2062026-03-10T16:11:26.456Zgcc system 10 system
2072026-03-10T16:11:26.456Zgcc system 7 system
2082026-03-10T16:11:26.456Zgo system 1.20 system
2092026-03-10T16:11:26.456Zgo system 1.19 system
2102026-03-10T16:11:26.456Zllvm system 15 system
2112026-03-10T16:11:26.456Zllvm system 14 system
2122026-03-10T16:11:26.456Zmariadb system 10.6 system
2132026-03-10T16:11:26.456Zmta vendor vendor dma
2142026-03-10T16:11:26.456Zopenjdk system 17 system
2152026-03-10T16:11:26.456Zopenjdk system 11 system
2162026-03-10T16:11:26.456Zopenjdk system 1.8 system
2172026-03-10T16:11:26.456Zopenssl vendor 3 vendor
2182026-03-10T16:11:26.456Zperl system 5.36 system
2192026-03-10T16:11:26.456Zpostgresql system 15 system
2202026-03-10T16:11:26.456Zpostgresql system 13 system
2212026-03-10T16:11:26.456Zpython vendor 3 vendor
2222026-03-10T16:11:26.456Zpython system 2 system
2232026-03-10T16:11:26.456Zpython3 system 3.11 system
2242026-03-10T16:11:26.456Zruby system 3.0 system
2252026-03-10T16:11:26.456Zwords vendor vendor american-english
2262026-03-10T16:11:26.456Zwords system system australian-english
2272026-03-10T16:11:26.456Zwords system system british-english
2282026-03-10T16:11:26.456Zwords system system canadian-english
2292026-03-10T16:11:26.456Zwords system system french
2302026-03-10T16:11:26.456Zwords system system italian
2312026-03-10T16:11:26.457Zwords system system ngerman
2322026-03-10T16:11:26.457Zwords system system ogerman
2332026-03-10T16:11:26.457Zwords system system spanish
2342026-03-10T16:11:26.755ZPUBLISHER TYPE STATUS P LOCATION
2352026-03-10T16:11:26.755Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2362026-03-10T16:11:32.680ZFMRI IFO
2372026-03-10T16:11:32.680Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2382026-03-10T16:11:32.680Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2392026-03-10T16:11:32.680Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2402026-03-10T16:11:32.680Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2412026-03-10T16:11:32.680Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2422026-03-10T16:11:32.680Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2432026-03-10T16:11:32.680Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2442026-03-10T16:11:32.680Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2452026-03-10T16:11:32.680Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2462026-03-10T16:11:32.680Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2472026-03-10T16:11:32.680Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2482026-03-10T16:11:32.680Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2492026-03-10T16:11:32.680Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2502026-03-10T16:11:32.680Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2512026-03-10T16:11:32.680Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2522026-03-10T16:11:32.680Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2532026-03-10T16:11:33.971Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2542026-03-10T16:11:34.325Z Updating crates.io index
2552026-03-10T16:11:34.362Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2562026-03-10T16:11:35.101Z Updating git repository `https://github.com/oxidecomputer/lldp`
2572026-03-10T16:11:35.657Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2582026-03-10T16:11:35.966Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2592026-03-10T16:11:36.328Z Updating git repository `https://github.com/oxidecomputer/propolis`
2602026-03-10T16:11:39.985Z Updating git repository `https://github.com/oxidecomputer/crucible`
2612026-03-10T16:11:42.238Z Updating git repository `https://github.com/oxidecomputer/opte`
2622026-03-10T16:11:43.335Z Updating git repository `https://github.com/oxidecomputer/tofino`
2632026-03-10T16:11:44.011Z Updating git repository `https://github.com/oxidecomputer/falcon`
2642026-03-10T16:11:44.881Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-03-10T16:11:45.504Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2662026-03-10T16:11:46.671Z Updating git repository `https://github.com/oxidecomputer/clickward`
2672026-03-10T16:11:47.046Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-03-10T16:11:47.830Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2692026-03-10T16:11:48.221Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2702026-03-10T16:11:49.136Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-03-10T16:11:49.909Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2722026-03-10T16:11:50.200Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2732026-03-10T16:11:50.576Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2742026-03-10T16:11:51.079Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2752026-03-10T16:11:51.514Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2762026-03-10T16:11:51.787Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2772026-03-10T16:11:52.107Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2782026-03-10T16:11:52.599Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2792026-03-10T16:11:53.157Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2802026-03-10T16:11:53.658Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2812026-03-10T16:11:53.951Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2822026-03-10T16:11:54.476Z Updating git repository `https://github.com/oxidecomputer/ispf`
2832026-03-10T16:11:55.840Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2842026-03-10T16:11:56.891Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2852026-03-10T16:11:57.184Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2862026-03-10T16:11:57.680Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2872026-03-10T16:11:58.087Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2882026-03-10T16:11:58.623Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2892026-03-10T16:11:58.913Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2902026-03-10T16:11:59.171Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2912026-03-10T16:11:59.504Z Updating git repository `https://github.com/illumos/smf-rs`
2922026-03-10T16:11:59.980Z Updating git repository `https://github.com/oxidecomputer/omicron`
2932026-03-10T16:12:19.959Z Downloading crates ...
2942026-03-10T16:12:20.011Z Downloaded crypto-common v0.1.7
2952026-03-10T16:12:20.018Z Downloaded anstyle v1.0.13
2962026-03-10T16:12:20.022Z Downloaded anyhow v1.0.102
2972026-03-10T16:12:20.022Z Downloaded anstream v0.6.21
2982026-03-10T16:12:20.027Z Downloaded clap v4.5.60
2992026-03-10T16:12:20.032Z Downloaded anstyle-query v1.1.5
3002026-03-10T16:12:20.044Z Downloaded proc-macro-error v1.0.4
3012026-03-10T16:12:20.044Z Downloaded colorchoice v1.0.4
3022026-03-10T16:12:20.044Z Downloaded clap_lex v1.0.0
3032026-03-10T16:12:20.044Z Downloaded toml_datetime v0.6.11
3042026-03-10T16:12:20.053Z Downloaded digest v0.10.7
3052026-03-10T16:12:20.053Z Downloaded fs-err v3.3.0
3062026-03-10T16:12:20.054Z Downloaded anstyle-parse v0.2.7
3072026-03-10T16:12:20.054Z Downloaded cpufeatures v0.2.17
3082026-03-10T16:12:20.054Z Downloaded clap_derive v4.5.55
3092026-03-10T16:12:20.054Z Downloaded writeable v0.6.2
3102026-03-10T16:12:20.054Z Downloaded thiserror-impl v2.0.18
3112026-03-10T16:12:20.054Z Downloaded pest_generator v2.8.6
3122026-03-10T16:12:20.054Z Downloaded thiserror-impl v1.0.69
3132026-03-10T16:12:20.064Z Downloaded unicode-xid v0.2.6
3142026-03-10T16:12:20.064Z Downloaded icu_properties v2.1.2
3152026-03-10T16:12:20.065Z Downloaded dof v0.3.0
3162026-03-10T16:12:20.065Z Downloaded form_urlencoded v1.2.2
3172026-03-10T16:12:20.065Z Downloaded toml_write v0.1.2
3182026-03-10T16:12:20.065Z Downloaded usdt-attr-macro v0.5.0
3192026-03-10T16:12:20.065Z Downloaded autocfg v1.5.0
3202026-03-10T16:12:20.065Z Downloaded usdt v0.5.0
3212026-03-10T16:12:20.066Z Downloaded yoke-derive v0.8.1
3222026-03-10T16:12:20.066Z Downloaded unicode-linebreak v0.1.5
3232026-03-10T16:12:20.066Z Downloaded displaydoc v0.2.5
3242026-03-10T16:12:20.086Z Downloaded thread-id v4.2.2
3252026-03-10T16:12:20.086Z Downloaded serde-untagged v0.1.9
3262026-03-10T16:12:20.087Z Downloaded utf8parse v0.2.2
3272026-03-10T16:12:20.087Z Downloaded erased-serde v0.4.9
3282026-03-10T16:12:20.087Z Downloaded version_check v0.9.5
3292026-03-10T16:12:20.087Z Downloaded utf8_iter v1.0.4
3302026-03-10T16:12:20.087Z Downloaded zerofrom-derive v0.1.6
3312026-03-10T16:12:20.087Z Downloaded plain v0.2.3
3322026-03-10T16:12:20.087Z Downloaded typeid v1.0.3
3332026-03-10T16:12:20.096Z Downloaded hashbrown v0.16.1
3342026-03-10T16:12:20.096Z Downloaded zerofrom v0.1.6
3352026-03-10T16:12:20.096Z Downloaded memmap v0.7.0
3362026-03-10T16:12:20.097Z Downloaded errno v0.3.14
3372026-03-10T16:12:20.097Z Downloaded ordered-float v2.10.1
3382026-03-10T16:12:20.097Z Downloaded usdt-macro v0.5.0
3392026-03-10T16:12:20.097Z Downloaded equivalent v1.0.2
3402026-03-10T16:12:20.097Z Downloaded dtrace-parser v0.2.0
3412026-03-10T16:12:20.097Z Downloaded terminal_size v0.4.3
3422026-03-10T16:12:20.097Z Downloaded proc-macro-error-attr v1.0.4
3432026-03-10T16:12:20.097Z Downloaded is_terminal_polyfill v1.70.2
3442026-03-10T16:12:20.220Z Downloaded thiserror v2.0.18
3452026-03-10T16:12:20.220Z Downloaded serde-value v0.7.0
3462026-03-10T16:12:20.220Z Downloaded pretty-hex v0.4.1
3472026-03-10T16:12:20.220Z Downloaded potential_utf v0.1.4
3482026-03-10T16:12:20.220Z Downloaded tinystr v0.8.2
3492026-03-10T16:12:20.220Z Downloaded macaddr v1.0.1
3502026-03-10T16:12:20.307Z Downloaded heck v0.5.0
3512026-03-10T16:12:20.307Z Downloaded fnv v1.0.7
3522026-03-10T16:12:20.307Z Downloaded zmij v1.0.21
3532026-03-10T16:12:20.307Z Downloaded yoke v0.8.1
3542026-03-10T16:12:20.307Z Downloaded strsim v0.11.1
3552026-03-10T16:12:20.307Z Downloaded percent-encoding v2.3.2
3562026-03-10T16:12:20.307Z Downloaded heck v0.4.1
3572026-03-10T16:12:20.307Z Downloaded zerovec-derive v0.11.2
3582026-03-10T16:12:20.307Z Downloaded toml v0.8.23
3592026-03-10T16:12:20.307Z Downloaded zerocopy-derive v0.7.35
3602026-03-10T16:12:20.307Z Downloaded ucd-trie v0.1.7
3612026-03-10T16:12:20.307Z Downloaded generic-array v0.14.7
3622026-03-10T16:12:20.307Z Downloaded stable_deref_trait v1.2.1
3632026-03-10T16:12:20.307Z Downloaded serde_spanned v0.6.9
3642026-03-10T16:12:20.307Z Downloaded cargo-platform v0.2.0
3652026-03-10T16:12:20.307Z Downloaded swrite v0.1.0
3662026-03-10T16:12:20.307Z Downloaded textwrap v0.16.2
3672026-03-10T16:12:20.308Z Downloaded itoa v1.0.17
3682026-03-10T16:12:20.308Z Downloaded idna_adapter v1.2.1
3692026-03-10T16:12:20.308Z Downloaded block-buffer v0.10.4
3702026-03-10T16:12:20.308Z Downloaded smawk v0.3.2
3712026-03-10T16:12:20.308Z Downloaded cfg-if v1.0.4
3722026-03-10T16:12:20.308Z Downloaded fastrand v2.3.0
3732026-03-10T16:12:20.308Z Downloaded scroll_derive v0.12.1
3742026-03-10T16:12:20.308Z Downloaded usdt-impl v0.5.0
3752026-03-10T16:12:20.308Z Downloaded zerotrie v0.2.3
3762026-03-10T16:12:20.308Z Downloaded sha2 v0.10.9
3772026-03-10T16:12:20.308Z Downloaded scroll v0.12.0
3782026-03-10T16:12:20.308Z Downloaded semver v1.0.27
3792026-03-10T16:12:20.308Z Downloaded unicode-ident v1.0.24
3802026-03-10T16:12:20.308Z Downloaded typenum v1.19.0
3812026-03-10T16:12:20.308Z Downloaded toml_edit v0.22.27
3822026-03-10T16:12:20.308Z Downloaded icu_normalizer v2.1.1
3832026-03-10T16:12:20.308Z Downloaded url v2.5.8
3842026-03-10T16:12:20.308Z Downloaded cargo_toml v0.21.0
3852026-03-10T16:12:20.308Z Downloaded zerovec v0.11.5
3862026-03-10T16:12:20.308Z Downloaded tabled_derive v0.7.0
3872026-03-10T16:12:20.308Z Downloaded synstructure v0.13.2
3882026-03-10T16:12:20.308Z Downloaded bytecount v0.6.9
3892026-03-10T16:12:20.308Z Downloaded camino-tempfile v1.4.1
3902026-03-10T16:12:20.308Z Downloaded thiserror v1.0.69
3912026-03-10T16:12:20.308Z Downloaded byteorder v1.5.0
3922026-03-10T16:12:20.308Z Downloaded bitflags v2.11.0
3932026-03-10T16:12:20.309Z Downloaded once_cell v1.21.3
3942026-03-10T16:12:20.309Z Downloaded zerocopy v0.7.35
3952026-03-10T16:12:20.309Z Downloaded winnow v0.7.14
3962026-03-10T16:12:20.309Z Downloaded unicode-width v0.2.0
3972026-03-10T16:12:20.309Z Downloaded tempfile v3.25.0
3982026-03-10T16:12:20.309Z Downloaded litemap v0.8.1
3992026-03-10T16:12:20.309Z Downloaded serde_tokenstream v0.2.3
4002026-03-10T16:12:20.309Z Downloaded unicode-width v0.1.14
4012026-03-10T16:12:20.309Z Downloaded cargo-util-schemas v0.8.2
4022026-03-10T16:12:20.309Z Downloaded pest_derive v2.8.6
4032026-03-10T16:12:20.309Z Downloaded cargo_metadata v0.21.0
4042026-03-10T16:12:20.309Z Downloaded serde_core v1.0.228
4052026-03-10T16:12:20.309Z Downloaded serde_derive v1.0.228
4062026-03-10T16:12:20.309Z Downloaded proc-macro2 v1.0.106
4072026-03-10T16:12:20.309Z Downloaded log v0.4.29
4082026-03-10T16:12:20.309Z Downloaded quote v1.0.44
4092026-03-10T16:12:20.309Z Downloaded getrandom v0.4.1
4102026-03-10T16:12:20.360Z Downloaded icu_provider v2.1.1
4112026-03-10T16:12:20.360Z Downloaded smallvec v1.15.1
4122026-03-10T16:12:20.361Z Downloaded pest_meta v2.8.6
4132026-03-10T16:12:20.361Z Downloaded icu_normalizer_data v2.1.1
4142026-03-10T16:12:20.361Z Downloaded icu_locale_core v2.1.1
4152026-03-10T16:12:20.361Z Downloaded papergrid v0.11.0
4162026-03-10T16:12:20.361Z Downloaded num-traits v0.2.19
4172026-03-10T16:12:20.361Z Downloaded camino v1.2.2
4182026-03-10T16:12:20.361Z Downloaded memchr v2.8.0
4192026-03-10T16:12:20.361Z Downloaded icu_collections v2.1.1
4202026-03-10T16:12:20.362Z Downloaded serde v1.0.228
4212026-03-10T16:12:20.362Z Downloaded indexmap v2.13.0
4222026-03-10T16:12:20.362Z Downloaded clap_builder v4.5.60
4232026-03-10T16:12:20.362Z Downloaded pest v2.8.6
4242026-03-10T16:12:20.362Z Downloaded serde_json v1.0.149
4252026-03-10T16:12:20.362Z Downloaded icu_properties_data v2.1.2
4262026-03-10T16:12:20.362Z Downloaded idna v1.1.0
4272026-03-10T16:12:20.362Z Downloaded goblin v0.8.2
4282026-03-10T16:12:20.363Z Downloaded tabled v0.15.0
4292026-03-10T16:12:20.363Z Downloaded syn v1.0.109
4302026-03-10T16:12:20.363Z Downloaded syn v2.0.117
4312026-03-10T16:12:20.378Z Downloaded rustix v1.1.3
4322026-03-10T16:12:20.386Z Downloaded libc v0.2.180
4332026-03-10T16:12:20.467Z Compiling proc-macro2 v1.0.106
4342026-03-10T16:12:20.481Z Compiling quote v1.0.44
4352026-03-10T16:12:20.481Z Compiling unicode-ident v1.0.24
4362026-03-10T16:12:20.481Z Compiling serde_core v1.0.228
4372026-03-10T16:12:20.481Z Compiling libc v0.2.180
4382026-03-10T16:12:20.481Z Compiling version_check v0.9.5
4392026-03-10T16:12:20.481Z Compiling memchr v2.8.0
4402026-03-10T16:12:20.482Z Compiling serde v1.0.228
4412026-03-10T16:12:20.862Z Compiling stable_deref_trait v1.2.1
4422026-03-10T16:12:20.984Z Compiling zmij v1.0.21
4432026-03-10T16:12:21.229Z Compiling ucd-trie v0.1.7
4442026-03-10T16:12:21.573Z Compiling thiserror v1.0.69
4452026-03-10T16:12:21.589Z Compiling itoa v1.0.17
4462026-03-10T16:12:21.711Z Compiling autocfg v1.5.0
4472026-03-10T16:12:21.833Z Compiling pest v2.8.6
4482026-03-10T16:12:21.996Z Compiling litemap v0.8.1
4492026-03-10T16:12:22.150Z Compiling writeable v0.6.2
4502026-03-10T16:12:22.234Z Compiling byteorder v1.5.0
4512026-03-10T16:12:22.304Z Compiling rustix v1.1.3
4522026-03-10T16:12:22.534Z Compiling icu_normalizer_data v2.1.1
4532026-03-10T16:12:22.723Z Compiling syn v2.0.117
4542026-03-10T16:12:22.787Z Compiling icu_properties_data v2.1.2
4552026-03-10T16:12:22.893Z Compiling errno v0.3.14
4562026-03-10T16:12:22.919Z Compiling serde_json v1.0.149
4572026-03-10T16:12:23.067Z Compiling bitflags v2.11.0
4582026-03-10T16:12:23.206Z Compiling num-traits v0.2.19
4592026-03-10T16:12:23.229Z Compiling smallvec v1.15.1
4602026-03-10T16:12:23.352Z Compiling pest_meta v2.8.6
4612026-03-10T16:12:23.497Z Compiling hashbrown v0.16.1
4622026-03-10T16:12:23.521Z Compiling typeid v1.0.3
4632026-03-10T16:12:23.634Z Compiling equivalent v1.0.2
4642026-03-10T16:12:23.935Z Compiling thread-id v4.2.2
4652026-03-10T16:12:23.980Z Compiling proc-macro-error-attr v1.0.4
4662026-03-10T16:12:24.039Z Compiling usdt-impl v0.5.0
4672026-03-10T16:12:24.215Z Compiling indexmap v2.13.0
4682026-03-10T16:12:24.239Z Compiling syn v1.0.109
4692026-03-10T16:12:24.308Z Compiling winnow v0.7.14
4702026-03-10T16:12:24.330Z Compiling toml_write v0.1.2
4712026-03-10T16:12:24.587Z Compiling erased-serde v0.4.9
4722026-03-10T16:12:25.101Z Compiling proc-macro-error v1.0.4
4732026-03-10T16:12:25.216Z Compiling log v0.4.29
4742026-03-10T16:12:25.356Z Compiling getrandom v0.4.1
4752026-03-10T16:12:25.450Z Compiling percent-encoding v2.3.2
4762026-03-10T16:12:25.692Z Compiling thiserror v2.0.18
4772026-03-10T16:12:25.723Z Compiling utf8_iter v1.0.4
4782026-03-10T16:12:25.821Z Compiling utf8parse v0.2.2
4792026-03-10T16:12:25.908Z Compiling camino v1.2.2
4802026-03-10T16:12:25.968Z Compiling plain v0.2.3
4812026-03-10T16:12:26.026Z Compiling anstyle-parse v0.2.7
4822026-03-10T16:12:26.147Z Compiling ordered-float v2.10.1
4832026-03-10T16:12:26.202Z Compiling form_urlencoded v1.2.2
4842026-03-10T16:12:26.442Z Compiling terminal_size v0.4.3
4852026-03-10T16:12:26.513Z Compiling is_terminal_polyfill v1.70.2
4862026-03-10T16:12:26.516Z Compiling synstructure v0.13.2
4872026-03-10T16:12:26.608Z Compiling pest_generator v2.8.6
4882026-03-10T16:12:26.657Z Compiling pretty-hex v0.4.1
4892026-03-10T16:12:26.774Z Compiling cfg-if v1.0.4
4902026-03-10T16:12:26.833Z Compiling colorchoice v1.0.4
4912026-03-10T16:12:26.869Z Compiling anstyle v1.0.13
4922026-03-10T16:12:26.979Z Compiling anstyle-query v1.1.5
4932026-03-10T16:12:26.982Z Compiling serde-untagged v0.1.9
4942026-03-10T16:12:27.118Z Compiling anstream v0.6.21
4952026-03-10T16:12:27.295Z Compiling semver v1.0.27
4962026-03-10T16:12:27.349Z Compiling fs-err v3.3.0
4972026-03-10T16:12:27.529Z Compiling fastrand v2.3.0
4982026-03-10T16:12:27.575Z Compiling fnv v1.0.7
4992026-03-10T16:12:27.603Z Compiling strsim v0.11.1
5002026-03-10T16:12:27.703Z Compiling clap_lex v1.0.0
5012026-03-10T16:12:27.748Z Compiling heck v0.5.0
5022026-03-10T16:12:27.822Z Compiling bytecount v0.6.9
5032026-03-10T16:12:27.861Z Compiling anyhow v1.0.102
5042026-03-10T16:12:27.988Z Compiling unicode-width v0.1.14
5052026-03-10T16:12:28.010Z Compiling once_cell v1.21.3
5062026-03-10T16:12:28.073Z Compiling heck v0.4.1
5072026-03-10T16:12:28.266Z Compiling unicode-xid v0.2.6
5082026-03-10T16:12:28.288Z Compiling papergrid v0.11.0
5092026-03-10T16:12:28.358Z Compiling tempfile v3.25.0
5102026-03-10T16:12:28.417Z Compiling clap_builder v4.5.60
5112026-03-10T16:12:28.566Z Compiling memmap v0.7.0
5122026-03-10T16:12:28.602Z Compiling unicode-width v0.2.0
5132026-03-10T16:12:28.796Z Compiling unicode-linebreak v0.1.5
5142026-03-10T16:12:28.849Z Compiling smawk v0.3.2
5152026-03-10T16:12:28.949Z Compiling camino-tempfile v1.4.1
5162026-03-10T16:12:29.109Z Compiling textwrap v0.16.2
5172026-03-10T16:12:29.141Z Compiling serde_derive v1.0.228
5182026-03-10T16:12:29.245Z Compiling zerofrom-derive v0.1.6
5192026-03-10T16:12:29.425Z Compiling yoke-derive v0.8.1
5202026-03-10T16:12:29.487Z Compiling zerovec-derive v0.11.2
5212026-03-10T16:12:29.722Z Compiling displaydoc v0.2.5
5222026-03-10T16:12:30.246Z Compiling thiserror-impl v1.0.69
5232026-03-10T16:12:30.708Z Compiling zerocopy-derive v0.7.35
5242026-03-10T16:12:30.982Z Compiling pest_derive v2.8.6
5252026-03-10T16:12:31.086Z Compiling scroll_derive v0.12.1
5262026-03-10T16:12:31.253Z Compiling zerofrom v0.1.6
5272026-03-10T16:12:31.423Z Compiling yoke v0.8.1
5282026-03-10T16:12:31.581Z Compiling thiserror-impl v2.0.18
5292026-03-10T16:12:31.675Z Compiling zerovec v0.11.5
5302026-03-10T16:12:31.962Z Compiling zerotrie v0.2.3
5312026-03-10T16:12:32.001Z Compiling zerocopy v0.7.35
5322026-03-10T16:12:32.166Z Compiling dtrace-parser v0.2.0
5332026-03-10T16:12:32.352Z Compiling tinystr v0.8.2
5342026-03-10T16:12:32.375Z Compiling potential_utf v0.1.4
5352026-03-10T16:12:32.583Z Compiling icu_locale_core v2.1.1
5362026-03-10T16:12:32.621Z Compiling icu_collections v2.1.1
5372026-03-10T16:12:32.780Z Compiling scroll v0.12.0
5382026-03-10T16:12:32.803Z Compiling tabled_derive v0.7.0
5392026-03-10T16:12:33.128Z Compiling goblin v0.8.2
5402026-03-10T16:12:33.151Z Compiling clap_derive v4.5.55
5412026-03-10T16:12:33.575Z Compiling icu_provider v2.1.1
5422026-03-10T16:12:33.669Z Compiling swrite v0.1.0
5432026-03-10T16:12:33.790Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5442026-03-10T16:12:33.845Z Compiling serde_spanned v0.6.9
5452026-03-10T16:12:33.910Z Compiling icu_normalizer v2.1.1
5462026-03-10T16:12:33.966Z Compiling icu_properties v2.1.2
5472026-03-10T16:12:33.970Z Compiling toml_datetime v0.6.11
5482026-03-10T16:12:34.035Z Compiling dof v0.3.0
5492026-03-10T16:12:34.059Z Compiling serde_tokenstream v0.2.3
5502026-03-10T16:12:34.112Z Compiling serde-value v0.7.0
5512026-03-10T16:12:34.324Z Compiling toml_edit v0.22.27
5522026-03-10T16:12:34.561Z Compiling cargo-platform v0.2.0
5532026-03-10T16:12:34.589Z Compiling tabled v0.15.0
5542026-03-10T16:12:34.628Z Compiling macaddr v1.0.1
5552026-03-10T16:12:35.127Z Compiling usdt-attr-macro v0.5.0
5562026-03-10T16:12:35.127Z Compiling usdt-macro v0.5.0
5572026-03-10T16:12:35.168Z Compiling idna_adapter v1.2.1
5582026-03-10T16:12:35.346Z Compiling idna v1.1.0
5592026-03-10T16:12:35.474Z Compiling clap v4.5.60
5602026-03-10T16:12:35.701Z Compiling url v2.5.8
5612026-03-10T16:12:36.267Z Compiling toml v0.8.23
5622026-03-10T16:12:36.794Z Compiling cargo-util-schemas v0.8.2
5632026-03-10T16:12:37.115Z Compiling cargo_toml v0.21.0
5642026-03-10T16:12:37.278Z Compiling usdt v0.5.0
5652026-03-10T16:12:38.039Z Compiling cargo_metadata v0.21.0
5662026-03-10T16:12:39.318Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5672026-03-10T16:12:42.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
5682026-03-10T16:12:42.487Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5692026-03-10T16:12:43.201Z Downloading crates ...
5702026-03-10T16:12:43.340Z Downloaded backon v1.6.0
5712026-03-10T16:12:43.345Z Downloaded adler2 v2.0.1
5722026-03-10T16:12:43.351Z Downloaded bcrypt-pbkdf v0.10.0
5732026-03-10T16:12:43.358Z Downloaded base16ct v1.0.0
5742026-03-10T16:12:43.361Z Downloaded aead v0.5.2
5752026-03-10T16:12:43.365Z Downloaded critical-section v1.2.0
5762026-03-10T16:12:43.368Z Downloaded bb8 v0.8.6
5772026-03-10T16:12:43.372Z Downloaded bcs v0.1.6
5782026-03-10T16:12:43.375Z Downloaded embedded-io v0.6.1
5792026-03-10T16:12:43.378Z Downloaded drift v0.1.3
5802026-03-10T16:12:43.385Z Downloaded foreign-types-shared v0.3.1
5812026-03-10T16:12:43.388Z Downloaded find-msvc-tools v0.1.9
5822026-03-10T16:12:43.392Z Downloaded derive_more v0.99.20
5832026-03-10T16:12:43.398Z Downloaded defmt v1.0.1
5842026-03-10T16:12:43.403Z Downloaded daft-derive v0.1.5
5852026-03-10T16:12:43.408Z Downloaded defmt-macros v1.0.1
5862026-03-10T16:12:43.416Z Downloaded cfg_aliases v0.2.1
5872026-03-10T16:12:43.420Z Downloaded ciborium-ll v0.2.2
5882026-03-10T16:12:43.423Z Downloaded crossbeam-deque v0.8.6
5892026-03-10T16:12:43.424Z Downloaded cpufeatures v0.3.0
5902026-03-10T16:12:43.426Z Downloaded corncobs v0.1.4
5912026-03-10T16:12:43.431Z Downloaded crossbeam-epoch v0.9.18
5922026-03-10T16:12:43.434Z Downloaded csv-core v0.1.13
5932026-03-10T16:12:43.437Z Downloaded dsl_auto_type v0.1.3
5942026-03-10T16:12:43.440Z Downloaded bit-set v0.8.0
5952026-03-10T16:12:43.444Z Downloaded float-ord v0.3.2
5962026-03-10T16:12:43.447Z Downloaded convert_case v0.4.0
5972026-03-10T16:12:43.450Z Downloaded defmt-parser v1.0.0
5982026-03-10T16:12:43.453Z Downloaded foreign-types v0.3.2
5992026-03-10T16:12:43.456Z Downloaded embedded-io v0.4.0
6002026-03-10T16:12:43.459Z Downloaded ascii-canvas v3.0.0
6012026-03-10T16:12:43.462Z Downloaded float-cmp v0.10.0
6022026-03-10T16:12:43.465Z Downloaded crc-catalog v2.4.0
6032026-03-10T16:12:43.469Z Downloaded diesel_table_macro_syntax v0.2.0
6042026-03-10T16:12:43.472Z Downloaded foreign-types-shared v0.1.1
6052026-03-10T16:12:43.475Z Downloaded cobs v0.3.0
6062026-03-10T16:12:43.478Z Downloaded ciborium-io v0.2.2
6072026-03-10T16:12:43.481Z Downloaded gethostname v0.5.0
6082026-03-10T16:12:43.484Z Downloaded endian-type v0.1.2
6092026-03-10T16:12:43.487Z Downloaded difflib v0.4.0
6102026-03-10T16:12:43.490Z Downloaded futures-macro v0.3.32
6112026-03-10T16:12:43.493Z Downloaded futures-sink v0.3.32
6122026-03-10T16:12:43.496Z Downloaded ghash v0.5.1
6132026-03-10T16:12:43.498Z Downloaded dyn-clone v1.0.20
6142026-03-10T16:12:43.502Z Downloaded curve25519-dalek-derive v0.1.1
6152026-03-10T16:12:43.505Z Downloaded futures-task v0.3.32
6162026-03-10T16:12:43.508Z Downloaded foreign-types v0.5.0
6172026-03-10T16:12:43.512Z Downloaded bit-vec v0.6.3
6182026-03-10T16:12:43.515Z Downloaded fixedbitset v0.5.7
6192026-03-10T16:12:43.518Z Downloaded dropshot-api-manager v0.5.2
6202026-03-10T16:12:43.520Z Downloaded chacha20 v0.9.1
6212026-03-10T16:12:43.523Z Downloaded hex v0.4.3
6222026-03-10T16:12:43.526Z Downloaded fs-err v2.11.0
6232026-03-10T16:12:43.530Z Downloaded git-stub v1.0.0
6242026-03-10T16:12:43.533Z Downloaded globwalk v0.9.1
6252026-03-10T16:12:43.536Z Downloaded hash32 v0.3.1
6262026-03-10T16:12:43.542Z Downloaded hex-literal v0.4.1
6272026-03-10T16:12:43.545Z Downloaded hostname v0.4.2
6282026-03-10T16:12:43.545Z Downloaded hostname v0.3.1
6292026-03-10T16:12:43.548Z Downloaded foldhash v0.1.5
6302026-03-10T16:12:43.551Z Downloaded foldhash v0.2.0
6312026-03-10T16:12:43.554Z Downloaded fs_extra v1.3.0
6322026-03-10T16:12:43.557Z Downloaded http-range v0.1.5
6332026-03-10T16:12:43.575Z Downloaded hubpack_derive v0.1.1
6342026-03-10T16:12:43.578Z Downloaded hubpack v0.1.2
6352026-03-10T16:12:43.581Z Downloaded httpdate v1.0.3
6362026-03-10T16:12:43.616Z Downloaded globset v0.4.18
6372026-03-10T16:12:43.623Z Downloaded indoc v1.0.9
6382026-03-10T16:12:43.623Z Downloaded is_ci v1.2.0
6392026-03-10T16:12:43.623Z Downloaded internet-checksum v0.2.1
6402026-03-10T16:12:43.623Z Downloaded instant v0.1.13
6412026-03-10T16:12:43.623Z Downloaded futures-channel v0.3.32
6422026-03-10T16:12:43.623Z Downloaded bitflags v1.3.2
6432026-03-10T16:12:43.623Z Downloaded kstat-rs v0.2.4
6442026-03-10T16:12:43.623Z Downloaded keccak v0.1.6
6452026-03-10T16:12:43.623Z Downloaded highway v1.3.0
6462026-03-10T16:12:43.623Z Downloaded colored v2.2.0
6472026-03-10T16:12:43.623Z Downloaded git-stub-vcs v0.1.0
6482026-03-10T16:12:43.623Z Downloaded lazy_static v1.5.0
6492026-03-10T16:12:43.626Z Downloaded libscf-sys v1.1.0
6502026-03-10T16:12:43.626Z Downloaded lru-slab v0.1.2
6512026-03-10T16:12:43.630Z Downloaded maybe-uninit v2.0.0
6522026-03-10T16:12:43.630Z Downloaded http-body-util v0.1.3
6532026-03-10T16:12:43.634Z Downloaded darling v0.23.0
6542026-03-10T16:12:43.638Z Downloaded lzss v0.8.2
6552026-03-10T16:12:43.643Z Downloaded mime v0.3.17
6562026-03-10T16:12:43.646Z Downloaded md5 v0.7.0
6572026-03-10T16:12:43.649Z Downloaded half v1.8.3
6582026-03-10T16:12:43.652Z Downloaded memoffset v0.9.1
6592026-03-10T16:12:43.656Z Downloaded hyper-staticfile v0.10.1
6602026-03-10T16:12:43.659Z Downloaded nodrop v0.1.14
6612026-03-10T16:12:43.660Z Downloaded hickory-client v0.25.2
6622026-03-10T16:12:43.662Z Downloaded multimap v0.10.1
6632026-03-10T16:12:43.666Z Downloaded newtype-uuid-macros v0.1.0
6642026-03-10T16:12:43.666Z Downloaded newtype_derive v0.1.6
6652026-03-10T16:12:43.670Z Downloaded crc-any v2.5.0
6662026-03-10T16:12:43.674Z Downloaded num-derive v0.4.2
6672026-03-10T16:12:43.677Z Downloaded num-derive v0.3.3
6682026-03-10T16:12:43.677Z Downloaded num-conv v0.2.0
6692026-03-10T16:12:43.680Z Downloaded linear-map v1.2.0
6702026-03-10T16:12:43.683Z Downloaded ipnetwork v0.21.1
6712026-03-10T16:12:43.687Z Downloaded group v0.13.0
6722026-03-10T16:12:43.692Z Downloaded getrandom v0.3.4
6732026-03-10T16:12:43.692Z Downloaded diff v0.1.13
6742026-03-10T16:12:43.695Z Downloaded num_threads v0.1.7
6752026-03-10T16:12:43.699Z Downloaded lock_api v0.4.14
6762026-03-10T16:12:43.702Z Downloaded openssl-probe v0.1.6
6772026-03-10T16:12:43.702Z Downloaded maplit v1.0.2
6782026-03-10T16:12:43.705Z Downloaded oso-derive v0.27.3
6792026-03-10T16:12:43.710Z Downloaded openssl-probe v0.2.1
6802026-03-10T16:12:43.710Z Downloaded openssl-macros v0.1.1
6812026-03-10T16:12:43.713Z Downloaded opaque-debug v0.3.1
6822026-03-10T16:12:43.713Z Downloaded native-tls v0.2.18
6832026-03-10T16:12:43.716Z Downloaded derive-where v1.6.0
6842026-03-10T16:12:43.719Z Downloaded nanorand v0.7.0
6852026-03-10T16:12:43.722Z Downloaded managed v0.8.0
6862026-03-10T16:12:43.725Z Downloaded crypto-bigint v0.5.5
6872026-03-10T16:12:43.730Z Downloaded darling_core v0.21.3
6882026-03-10T16:12:43.737Z Downloaded pbkdf2 v0.11.0
6892026-03-10T16:12:43.740Z Downloaded peg-runtime v0.8.5
6902026-03-10T16:12:43.744Z Downloaded cc v1.2.56
6912026-03-10T16:12:43.747Z Downloaded mime_guess v2.0.5
6922026-03-10T16:12:43.747Z Downloaded num-complex v0.4.6
6932026-03-10T16:12:43.750Z Downloaded num-integer v0.1.46
6942026-03-10T16:12:43.753Z Downloaded nibble_vec v0.1.0
6952026-03-10T16:12:43.756Z Downloaded parse-size v1.1.0
6962026-03-10T16:12:43.759Z Downloaded pin-utils v0.1.0
6972026-03-10T16:12:43.759Z Downloaded parse-display v0.10.0
6982026-03-10T16:12:43.762Z Downloaded bumpalo v3.20.2
6992026-03-10T16:12:43.765Z Downloaded newtype-uuid v1.3.2
7002026-03-10T16:12:43.768Z Downloaded phf_shared v0.12.1
7012026-03-10T16:12:43.768Z Downloaded num_enum v0.7.5
7022026-03-10T16:12:43.773Z Downloaded phf_shared v0.13.1
7032026-03-10T16:12:43.777Z Downloaded fatfs v0.3.6
7042026-03-10T16:12:43.779Z Downloaded powerfmt v0.2.0
7052026-03-10T16:12:43.786Z Downloaded elliptic-curve v0.13.8
7062026-03-10T16:12:43.789Z Downloaded oxnet v0.1.4
7072026-03-10T16:12:43.790Z Downloaded precomputed-hash v0.1.1
7082026-03-10T16:12:43.790Z Downloaded heapless v0.7.17
7092026-03-10T16:12:43.793Z Downloaded flume v0.11.1
7102026-03-10T16:12:43.798Z Downloaded litrs v1.0.0
7112026-03-10T16:12:43.802Z Downloaded diesel_derives v2.2.7
7122026-03-10T16:12:43.804Z Downloaded proc-macro-error-attr2 v2.0.0
7132026-03-10T16:12:43.807Z Downloaded paste v1.0.15
7142026-03-10T16:12:43.812Z Downloaded owo-colors v4.3.0
7152026-03-10T16:12:43.815Z Downloaded progenitor-client v0.11.2
7162026-03-10T16:12:43.815Z Downloaded oxide-tokio-rt v0.1.2
7172026-03-10T16:12:43.818Z Downloaded progenitor-macro v0.11.2
7182026-03-10T16:12:43.821Z Downloaded proc-macro-crate v3.4.0
7192026-03-10T16:12:43.821Z Downloaded ar_archive_writer v0.5.1
7202026-03-10T16:12:43.824Z Downloaded psl-types v2.0.11
7212026-03-10T16:12:43.827Z Downloaded proc-macro-crate v1.3.1
7222026-03-10T16:12:43.830Z Downloaded progenitor-macro v0.10.0
7232026-03-10T16:12:43.830Z Downloaded phf v0.12.1
7242026-03-10T16:12:43.834Z Downloaded progenitor-macro v0.13.0
7252026-03-10T16:12:43.837Z Downloaded indexmap v1.9.3
7262026-03-10T16:12:43.837Z Downloaded pin-project-lite v0.2.17
7272026-03-10T16:12:43.842Z Downloaded phf v0.13.1
7282026-03-10T16:12:43.845Z Downloaded pkcs8 v0.10.2
7292026-03-10T16:12:43.848Z Downloaded quick-error v1.2.3
7302026-03-10T16:12:43.851Z Downloaded polyval v0.6.2
7312026-03-10T16:12:43.854Z Downloaded rand_chacha v0.3.1
7322026-03-10T16:12:43.854Z Downloaded poly1305 v0.8.0
7332026-03-10T16:12:43.857Z Downloaded pkg-config v0.3.32
7342026-03-10T16:12:43.861Z Downloaded headers v0.4.1
7352026-03-10T16:12:43.864Z Downloaded predicates-tree v1.0.13
7362026-03-10T16:12:43.867Z Downloaded ref-cast-impl v1.0.25
7372026-03-10T16:12:43.870Z Downloaded num-rational v0.4.2
7382026-03-10T16:12:43.870Z Downloaded recursive v0.1.1
7392026-03-10T16:12:43.876Z Downloaded radium v0.7.0
7402026-03-10T16:12:43.879Z Downloaded libbz2-rs-sys v0.2.2
7412026-03-10T16:12:43.879Z Downloaded ref-cast v1.0.25
7422026-03-10T16:12:43.882Z Downloaded hickory-resolver v0.25.2
7432026-03-10T16:12:43.884Z Downloaded darling_core v0.20.11
7442026-03-10T16:12:43.888Z Downloaded recursive-proc-macro-impl v0.1.1
7452026-03-10T16:12:43.891Z Downloaded progenitor-client v0.10.0
7462026-03-10T16:12:43.891Z Downloaded bindgen v0.71.1
7472026-03-10T16:12:43.898Z Downloaded omicron-zone-package v0.12.2
7482026-03-10T16:12:43.901Z Downloaded progenitor-extras v0.1.0
7492026-03-10T16:12:43.904Z Downloaded progenitor-client v0.13.0
7502026-03-10T16:12:43.907Z Downloaded rfc6979 v0.4.0
7512026-03-10T16:12:43.907Z Downloaded ignore v0.4.25
7522026-03-10T16:12:43.910Z Downloaded primeorder v0.13.6
7532026-03-10T16:12:43.913Z Downloaded memmap2 v0.9.10
7542026-03-10T16:12:43.913Z Downloaded rustc-hash v2.1.1
7552026-03-10T16:12:43.916Z Downloaded rtoolbox v0.0.3
7562026-03-10T16:12:43.919Z Downloaded crossterm v0.28.1
7572026-03-10T16:12:43.922Z Downloaded psm v0.1.30
7582026-03-10T16:12:43.925Z Downloaded peg v0.8.5
7592026-03-10T16:12:43.929Z Downloaded rustc_version v0.1.7
7602026-03-10T16:12:43.932Z Downloaded russh-cryptovec v0.7.3
7612026-03-10T16:12:43.932Z Downloaded r2d2 v0.8.10
7622026-03-10T16:12:43.935Z Downloaded rand_seeder v0.4.0
7632026-03-10T16:12:43.944Z Downloaded rand_core v0.9.5
7642026-03-10T16:12:43.944Z Downloaded rand_chacha v0.9.0
7652026-03-10T16:12:43.947Z Downloaded postgres-types v0.2.12
7662026-03-10T16:12:43.947Z Downloaded hickory-resolver v0.24.4
7672026-03-10T16:12:43.947Z Downloaded salsa20 v0.10.2
7682026-03-10T16:12:43.950Z Downloaded scopeguard v1.2.0
7692026-03-10T16:12:43.950Z Downloaded pkcs1 v0.7.5
7702026-03-10T16:12:43.953Z Downloaded p256 v0.13.2
7712026-03-10T16:12:43.956Z Downloaded ed25519-dalek v2.2.0
7722026-03-10T16:12:43.960Z Downloaded rand_core v0.6.4
7732026-03-10T16:12:43.964Z Downloaded der v0.7.10
7742026-03-10T16:12:43.967Z Downloaded postcard v1.1.3
7752026-03-10T16:12:43.970Z Downloaded scroll_derive v0.13.1
7762026-03-10T16:12:43.970Z Downloaded seq-macro v0.3.6
7772026-03-10T16:12:43.973Z Downloaded secrecy v0.8.0
7782026-03-10T16:12:43.976Z Downloaded scrypt v0.11.0
7792026-03-10T16:12:43.976Z Downloaded scheduled-thread-pool v0.2.7
7802026-03-10T16:12:43.979Z Downloaded postgres-protocol v0.6.10
7812026-03-10T16:12:43.983Z Downloaded resolv-conf v0.7.6
7822026-03-10T16:12:43.983Z Downloaded aho-corasick v1.1.4
7832026-03-10T16:12:43.986Z Downloaded secrecy v0.10.3
7842026-03-10T16:12:43.989Z Downloaded serde-big-array v0.5.1
7852026-03-10T16:12:43.992Z Downloaded sapling-renderdag v0.1.0
7862026-03-10T16:12:43.992Z Downloaded same-file v1.0.6
7872026-03-10T16:12:43.996Z Downloaded heapless v0.8.0
7882026-03-10T16:12:44.000Z Downloaded serde_plain v1.0.2
7892026-03-10T16:12:44.000Z Downloaded pin-project v1.1.11
7902026-03-10T16:12:44.008Z Downloaded signal-hook-tokio v0.3.1
7912026-03-10T16:12:44.011Z Downloaded serde_urlencoded v0.7.1
7922026-03-10T16:12:44.014Z Downloaded signature v2.2.0
7932026-03-10T16:12:44.014Z Downloaded hashbrown v0.13.2
7942026-03-10T16:12:44.017Z Downloaded rustc_version v0.4.1
7952026-03-10T16:12:44.020Z Downloaded rand_core v0.10.0
7962026-03-10T16:12:44.023Z Downloaded minimal-lexical v0.2.1
7972026-03-10T16:12:44.026Z Downloaded signal-hook-mio v0.2.5
7982026-03-10T16:12:44.030Z Downloaded shell-words v1.1.1
7992026-03-10T16:12:44.030Z Downloaded serde_spanned v1.0.4
8002026-03-10T16:12:44.030Z Downloaded derive_more v2.1.1
8012026-03-10T16:12:44.039Z Downloaded sct v0.7.1
8022026-03-10T16:12:44.042Z Downloaded slog-bunyan v2.5.0
8032026-03-10T16:12:44.045Z Downloaded siphasher v1.0.2
8042026-03-10T16:12:44.048Z Downloaded sigpipe v0.1.3
8052026-03-10T16:12:44.048Z Downloaded progenitor-impl v0.13.0
8062026-03-10T16:12:44.051Z Downloaded rusty-fork v0.3.1
8072026-03-10T16:12:44.053Z Downloaded rustls-pemfile v2.2.0
8082026-03-10T16:12:44.054Z Downloaded expectorate v1.2.0
8092026-03-10T16:12:44.056Z Downloaded progenitor-impl v0.11.2
8102026-03-10T16:12:44.059Z Downloaded rustls-native-certs v0.8.3
8112026-03-10T16:12:44.062Z Downloaded serde_path_to_error v0.1.20
8122026-03-10T16:12:44.065Z Downloaded serde_bytes v0.11.19
8132026-03-10T16:12:44.065Z Downloaded serde-hex v0.1.0
8142026-03-10T16:12:44.068Z Downloaded prefix-trie v0.7.0
8152026-03-10T16:12:44.071Z Downloaded jiff-static v0.2.21
8162026-03-10T16:12:44.074Z Downloaded serde_repr v0.1.20
8172026-03-10T16:12:44.077Z Downloaded papergrid v0.17.0
8182026-03-10T16:12:44.079Z Downloaded schemars_derive v0.8.22
8192026-03-10T16:12:44.082Z Downloaded slog-envlogger v2.2.0
8202026-03-10T16:12:44.082Z Downloaded shlex v1.3.0
8212026-03-10T16:12:44.085Z Downloaded strip-ansi-escapes v0.2.1
8222026-03-10T16:12:44.085Z Downloaded ssh-encoding v0.2.0
8232026-03-10T16:12:44.090Z Downloaded sqlparser_derive v0.5.0
8242026-03-10T16:12:44.090Z Downloaded signal-hook-registry v1.4.8
8252026-03-10T16:12:44.093Z Downloaded rustls-pki-types v1.14.0
8262026-03-10T16:12:44.093Z Downloaded crossterm v0.29.0
8272026-03-10T16:12:44.097Z Downloaded rustversion v1.0.22
8282026-03-10T16:12:44.100Z Downloaded rcgen v0.12.1
8292026-03-10T16:12:44.103Z Downloaded miniz_oxide v0.8.9
8302026-03-10T16:12:44.106Z Downloaded strum v0.27.2
8312026-03-10T16:12:44.106Z Downloaded slog-dtrace v0.3.0
8322026-03-10T16:12:44.109Z Downloaded scroll v0.13.0
8332026-03-10T16:12:44.109Z Downloaded ssh-cipher v0.2.0
8342026-03-10T16:12:44.112Z Downloaded serde_derive_internals v0.29.1
8352026-03-10T16:12:44.115Z Downloaded structmeta v0.3.0
8362026-03-10T16:12:44.115Z Downloaded strum v0.26.3
8372026-03-10T16:12:44.115Z Downloaded slog-stdlog v4.1.1
8382026-03-10T16:12:44.118Z Downloaded supports-color v3.0.2
8392026-03-10T16:12:44.118Z Downloaded slog-scope v4.4.1
8402026-03-10T16:12:44.121Z Downloaded tabwriter v1.4.1
8412026-03-10T16:12:44.121Z Downloaded tagptr v0.2.0
8422026-03-10T16:12:44.124Z Downloaded tabled_derive v0.11.0
8432026-03-10T16:12:44.124Z Downloaded hickory-server v0.25.2
8442026-03-10T16:12:44.127Z Downloaded hashbrown v0.12.3
8452026-03-10T16:12:44.131Z Downloaded sync-ptr v0.1.4
8462026-03-10T16:12:44.134Z Downloaded subtle v2.6.1
8472026-03-10T16:12:44.134Z Downloaded slab v0.4.12
8482026-03-10T16:12:44.137Z Downloaded simd-adler32 v0.3.8
8492026-03-10T16:12:44.137Z Downloaded sync_wrapper v1.0.2
8502026-03-10T16:12:44.140Z Downloaded snafu-derive v0.8.9
8512026-03-10T16:12:44.140Z Downloaded smf v0.2.3
8522026-03-10T16:12:44.143Z Downloaded itertools v0.10.5
8532026-03-10T16:12:44.146Z Downloaded take_mut v0.2.2
8542026-03-10T16:12:44.149Z Downloaded spki v0.7.3
8552026-03-10T16:12:44.149Z Downloaded slog-async v2.8.0
8562026-03-10T16:12:44.152Z Downloaded russh-keys v0.45.0
8572026-03-10T16:12:44.156Z Downloaded prettyplease v0.2.37
8582026-03-10T16:12:44.165Z Downloaded hyper-util v0.1.20
8592026-03-10T16:12:44.165Z Downloaded testing_table v0.3.0
8602026-03-10T16:12:44.169Z Downloaded tap v1.0.1
8612026-03-10T16:12:44.169Z Downloaded serde_with_macros v3.17.0
8622026-03-10T16:12:44.169Z Downloaded rustls-platform-verifier v0.6.2
8632026-03-10T16:12:44.169Z Downloaded stringprep v0.1.5
8642026-03-10T16:12:44.172Z Downloaded string_cache v0.8.9
8652026-03-10T16:12:44.172Z Downloaded static_assertions v1.1.0
8662026-03-10T16:12:44.175Z Downloaded termtree v0.5.1
8672026-03-10T16:12:44.175Z Downloaded tinyvec_macros v0.1.1
8682026-03-10T16:12:44.178Z Downloaded time-core v0.1.8
8692026-03-10T16:12:44.178Z Downloaded nom v7.1.3
8702026-03-10T16:12:44.181Z Downloaded serde_cbor v0.11.2
8712026-03-10T16:12:44.185Z Downloaded sqlformat v0.3.5
8722026-03-10T16:12:44.188Z Downloaded smallvec v0.6.14
8732026-03-10T16:12:44.188Z Downloaded slog-term v2.9.2
8742026-03-10T16:12:44.191Z Downloaded ron v0.8.1
8752026-03-10T16:12:44.194Z Downloaded structmeta-derive v0.3.0
8762026-03-10T16:12:44.197Z Downloaded stacker v0.1.23
8772026-03-10T16:12:44.197Z Downloaded num-bigint v0.4.6
8782026-03-10T16:12:44.201Z Downloaded rayon-core v1.13.0
8792026-03-10T16:12:44.204Z Downloaded pretty_assertions v1.4.1
8802026-03-10T16:12:44.208Z Downloaded sha1 v0.10.6
8812026-03-10T16:12:44.212Z Downloaded sec1 v0.7.3
8822026-03-10T16:12:44.212Z Downloaded strum_macros v0.24.3
8832026-03-10T16:12:44.212Z Downloaded quinn-udp v0.5.14
8842026-03-10T16:12:44.215Z Downloaded rustls-pemfile v1.0.4
8852026-03-10T16:12:44.215Z Downloaded indicatif v0.18.4
8862026-03-10T16:12:44.218Z Downloaded topological-sort v0.2.2
8872026-03-10T16:12:44.222Z Downloaded support-bundle-viewer v0.1.2
8882026-03-10T16:12:44.222Z Downloaded semver v0.1.20
8892026-03-10T16:12:44.225Z Downloaded oso v0.27.3
8902026-03-10T16:12:44.225Z Downloaded serde_yaml v0.9.34+deprecated
8912026-03-10T16:12:44.228Z Downloaded try-lock v0.2.5
8922026-03-10T16:12:44.231Z Downloaded thiserror-impl-no-std v2.0.2
8932026-03-10T16:12:44.231Z Downloaded openssl-sys v0.9.111
8942026-03-10T16:12:44.234Z Downloaded tower-service v0.3.3
8952026-03-10T16:12:44.238Z Downloaded thread_local v1.1.9
8962026-03-10T16:12:44.238Z Downloaded signal-hook v0.3.18
8972026-03-10T16:12:44.242Z Downloaded trait-variant v0.1.2
8982026-03-10T16:12:44.242Z Downloaded schemars v0.8.22
8992026-03-10T16:12:44.249Z Downloaded tiny-keccak v2.0.2
9002026-03-10T16:12:44.253Z Downloaded tower-layer v0.3.3
9012026-03-10T16:12:44.256Z Downloaded itertools v0.12.1
9022026-03-10T16:12:44.259Z Downloaded unarray v0.1.4
9032026-03-10T16:12:44.263Z Downloaded typify-macro v0.6.1
9042026-03-10T16:12:44.263Z Downloaded tokio-tungstenite v0.23.1
9052026-03-10T16:12:44.263Z Downloaded tokio-tungstenite v0.21.0
9062026-03-10T16:12:44.266Z Downloaded universal-hash v0.5.1
9072026-03-10T16:12:44.266Z Downloaded usdt v0.6.0
9082026-03-10T16:12:44.268Z Downloaded untrusted v0.7.1
9092026-03-10T16:12:44.268Z Downloaded mio v1.1.1
9102026-03-10T16:12:44.272Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9112026-03-10T16:12:44.275Z Downloaded tls_codec_derive v0.4.2
9122026-03-10T16:12:44.275Z Downloaded unicode-truncate v1.1.0
9132026-03-10T16:12:44.280Z Downloaded typify-macro v0.4.3
9142026-03-10T16:12:44.280Z Downloaded publicsuffix v2.3.0
9152026-03-10T16:12:44.283Z Downloaded quinn v0.11.9
9162026-03-10T16:12:44.283Z Downloaded rand v0.8.5
9172026-03-10T16:12:44.286Z Downloaded socket2 v0.6.2
9182026-03-10T16:12:44.289Z Downloaded term v1.2.1
9192026-03-10T16:12:44.292Z Downloaded hashbrown v0.15.5
9202026-03-10T16:12:44.295Z Downloaded unit-prefix v0.5.2
9212026-03-10T16:12:44.295Z Downloaded tokio-native-tls v0.3.1
9222026-03-10T16:12:44.298Z Downloaded usdt-attr-macro v0.6.0
9232026-03-10T16:12:44.298Z Downloaded tokio-macros v2.6.0
9242026-03-10T16:12:44.298Z Downloaded socket2 v0.5.10
9252026-03-10T16:12:44.301Z Downloaded utf-8 v0.7.6
9262026-03-10T16:12:44.301Z Downloaded hyper v1.8.1
9272026-03-10T16:12:44.306Z Downloaded tokio-rustls v0.25.0
9282026-03-10T16:12:44.309Z Downloaded qorb v0.4.1
9292026-03-10T16:12:44.312Z Downloaded tui-tree-widget v0.23.1
9302026-03-10T16:12:44.315Z Downloaded tls_codec v0.4.2
9312026-03-10T16:12:44.315Z Downloaded time-macros v0.2.27
9322026-03-10T16:12:44.318Z Downloaded similar v2.7.0
9332026-03-10T16:12:44.321Z Downloaded term v0.7.0
9342026-03-10T16:12:44.324Z Downloaded slog v2.8.2
9352026-03-10T16:12:44.327Z Downloaded toml_writer v1.0.6+spec-1.1.0
9362026-03-10T16:12:44.330Z Downloaded strum_macros v0.27.2
9372026-03-10T16:12:44.330Z Downloaded termios v0.3.3
9382026-03-10T16:12:44.333Z Downloaded thread-id v5.1.0
9392026-03-10T16:12:44.333Z Downloaded thiserror-no-std v2.0.2
9402026-03-10T16:12:44.337Z Downloaded untrusted v0.9.0
9412026-03-10T16:12:44.337Z Downloaded unicase v2.9.0
9422026-03-10T16:12:44.340Z Downloaded schemars v0.9.0
9432026-03-10T16:12:44.347Z Downloaded xattr v1.6.1
9442026-03-10T16:12:44.350Z Downloaded waitgroup v0.1.2
9452026-03-10T16:12:44.350Z Downloaded num-bigint-dig v0.8.6
9462026-03-10T16:12:44.353Z Downloaded snafu v0.8.9
9472026-03-10T16:12:44.358Z Downloaded toml_parser v1.0.9+spec-1.1.0
9482026-03-10T16:12:44.362Z Downloaded tar v0.4.44
9492026-03-10T16:12:44.365Z Downloaded rsa v0.9.10
9502026-03-10T16:12:44.368Z Downloaded iddqd v0.3.17
9512026-03-10T16:12:44.371Z Downloaded xshell-macros v0.2.7
9522026-03-10T16:12:44.374Z Downloaded tracing-attributes v0.1.31
9532026-03-10T16:12:44.374Z Downloaded zone_cfg_derive v0.3.1
9542026-03-10T16:12:44.377Z Downloaded iri-string v0.7.10
9552026-03-10T16:12:44.380Z Downloaded rand v0.10.0
9562026-03-10T16:12:44.384Z Downloaded itertools v0.13.0
9572026-03-10T16:12:44.388Z Downloaded vsss-rs v3.3.4
9582026-03-10T16:12:44.391Z Downloaded vergen-gitcl v1.0.8
9592026-03-10T16:12:44.394Z Downloaded usdt-macro v0.6.0
9602026-03-10T16:12:44.394Z Downloaded usdt-impl v0.6.0
9612026-03-10T16:12:44.394Z Downloaded rand v0.9.2
9622026-03-10T16:12:44.397Z Downloaded hkdf v0.12.4
9632026-03-10T16:12:44.401Z Downloaded p521 v0.13.3
9642026-03-10T16:12:44.404Z Downloaded zone v0.3.1
9652026-03-10T16:12:44.404Z Downloaded whoami v1.6.1
9662026-03-10T16:12:44.404Z Downloaded want v0.3.1
9672026-03-10T16:12:44.407Z Downloaded walkdir v2.5.0
9682026-03-10T16:12:44.407Z Downloaded unicode-properties v0.1.4
9692026-03-10T16:12:44.411Z Downloaded libxml v0.3.3
9702026-03-10T16:12:44.414Z Downloaded wait-timeout v0.2.1
9712026-03-10T16:12:44.414Z Downloaded uzers v0.12.2
9722026-03-10T16:12:44.417Z Downloaded void v1.0.2
9732026-03-10T16:12:44.417Z Downloaded rustls-webpki v0.103.9
9742026-03-10T16:12:44.420Z Downloaded tokio-stream v0.1.18
9752026-03-10T16:12:44.423Z Downloaded russh v0.45.0
9762026-03-10T16:12:44.426Z Downloaded vergen-git2 v1.0.7
9772026-03-10T16:12:44.429Z Downloaded progenitor-impl v0.10.0
9782026-03-10T16:12:44.429Z Downloaded tokio-rustls v0.26.4
9792026-03-10T16:12:44.432Z Downloaded zeroize_derive v1.4.3
9802026-03-10T16:12:44.432Z Downloaded zeroize v1.8.2
9812026-03-10T16:12:44.435Z Downloaded vergen-lib v0.1.6
9822026-03-10T16:12:44.435Z Downloaded tinyvec v1.10.0
9832026-03-10T16:12:44.438Z Downloaded test-strategy v0.4.5
9842026-03-10T16:12:44.441Z Downloaded twox-hash v2.1.2
9852026-03-10T16:12:44.441Z Downloaded steno v0.4.1
9862026-03-10T16:12:44.444Z Downloaded tungstenite v0.23.0
9872026-03-10T16:12:44.447Z Downloaded tokio-dtrace v0.1.1
9882026-03-10T16:12:44.447Z Downloaded subprocess v0.2.15
9892026-03-10T16:12:44.451Z Downloaded samael v0.0.19
9902026-03-10T16:12:44.454Z Downloaded typify v0.4.3
9912026-03-10T16:12:44.457Z Downloaded unicode-bidi v0.3.18
9922026-03-10T16:12:44.460Z Downloaded spin v0.9.8
9932026-03-10T16:12:44.464Z Downloaded http v1.4.0
9942026-03-10T16:12:44.467Z Downloaded whoami v2.1.0
9952026-03-10T16:12:44.467Z Downloaded aws-lc-rs v1.16.0
9962026-03-10T16:12:44.473Z Downloaded wyz v0.5.1
9972026-03-10T16:12:44.476Z Downloaded toml_edit v0.23.10+spec-1.0.0
9982026-03-10T16:12:44.479Z Downloaded toml v0.9.12+spec-1.1.0
9992026-03-10T16:12:44.482Z Downloaded xshell v0.2.7
10002026-03-10T16:12:44.482Z Downloaded bitvec v1.0.1
10012026-03-10T16:12:44.492Z Downloaded zstd v0.13.3
10022026-03-10T16:12:44.495Z Downloaded xz2 v0.1.7
10032026-03-10T16:12:44.531Z Downloaded vergen v9.0.6
10042026-03-10T16:12:44.531Z Downloaded zstd-safe v7.2.4
10052026-03-10T16:12:44.531Z Downloaded tungstenite v0.21.0
10062026-03-10T16:12:44.531Z Downloaded toml v0.7.8
10072026-03-10T16:12:44.531Z Downloaded rustyline v14.0.0
10082026-03-10T16:12:44.531Z Downloaded schemars v1.2.1
10092026-03-10T16:12:44.531Z Downloaded typify v0.6.1
10102026-03-10T16:12:44.531Z Downloaded tracing-core v0.1.36
10112026-03-10T16:12:44.531Z Downloaded rpassword v7.4.0
10122026-03-10T16:12:44.531Z Downloaded tokio-postgres v0.7.16
10132026-03-10T16:12:44.535Z Downloaded futures-util v0.3.32
10142026-03-10T16:12:44.538Z Downloaded p384 v0.13.1
10152026-03-10T16:12:44.541Z Downloaded h2 v0.4.13
10162026-03-10T16:12:44.546Z Downloaded yasna v0.5.2
10172026-03-10T16:12:44.549Z Downloaded unsafe-libyaml v0.2.11
10182026-03-10T16:12:44.552Z Downloaded unicode_categories v0.1.1
10192026-03-10T16:12:44.552Z Downloaded libm v0.2.16
10202026-03-10T16:12:44.559Z Downloaded zerocopy v0.6.6
10212026-03-10T16:12:44.562Z Downloaded blake3 v1.8.3
10222026-03-10T16:12:44.567Z Downloaded uuid v1.21.0
10232026-03-10T16:12:44.570Z Downloaded tokio-rustls v0.24.1
10242026-03-10T16:12:44.573Z Downloaded zip v0.6.6
10252026-03-10T16:12:44.577Z Downloaded ron v0.12.0
10262026-03-10T16:12:44.581Z Downloaded portable-atomic v1.13.1
10272026-03-10T16:12:44.586Z Downloaded itertools v0.14.0
10282026-03-10T16:12:44.592Z Downloaded vte v0.14.1
10292026-03-10T16:12:44.595Z Downloaded chrono v0.4.44
10302026-03-10T16:12:44.599Z Downloaded ssh-key v0.6.7
10312026-03-10T16:12:44.605Z Downloaded lalrpop v0.19.12
10322026-03-10T16:12:44.612Z Downloaded zopfli v0.8.3
10332026-03-10T16:12:44.615Z Downloaded tower v0.5.3
10342026-03-10T16:12:44.621Z Downloaded typed-path v0.9.3
10352026-03-10T16:12:44.625Z Downloaded toml_edit v0.19.15
10362026-03-10T16:12:44.637Z Downloaded zerocopy-derive v0.8.40
10372026-03-10T16:12:44.644Z Downloaded x509-cert v0.2.5
10382026-03-10T16:12:44.648Z Downloaded quick-xml v0.37.5
10392026-03-10T16:12:44.653Z Downloaded salty v0.3.0
10402026-03-10T16:12:44.658Z Downloaded proptest v1.10.0
10412026-03-10T16:12:44.664Z Downloaded petname v2.0.2
10422026-03-10T16:12:44.669Z Downloaded tower-http v0.6.8
10432026-03-10T16:12:44.674Z Downloaded regex v1.12.3
10442026-03-10T16:12:44.679Z Downloaded reedline v0.40.0
10452026-03-10T16:12:44.684Z Downloaded strum_macros v0.26.4
10462026-03-10T16:12:44.687Z Downloaded unicode-normalization v0.1.25
10472026-03-10T16:12:44.690Z Downloaded slog-json v2.6.1
10482026-03-10T16:12:44.690Z Downloaded ryu v1.0.23
10492026-03-10T16:12:44.693Z Downloaded aes v0.8.4
10502026-03-10T16:12:44.696Z Downloaded reqwest v0.13.2
10512026-03-10T16:12:44.699Z Downloaded object v0.30.4
10522026-03-10T16:12:44.705Z Downloaded bstr v1.12.1
10532026-03-10T16:12:44.712Z Downloaded pkcs5 v0.7.1
10542026-03-10T16:12:44.715Z Downloaded yansi v1.0.1
10552026-03-10T16:12:44.718Z Downloaded tough v0.20.0
10562026-03-10T16:12:44.723Z Downloaded git2 v0.20.4
10572026-03-10T16:12:44.729Z Downloaded progenitor v0.13.0
10582026-03-10T16:12:44.733Z Downloaded reqwest v0.12.28
10592026-03-10T16:12:44.736Z Downloaded progenitor v0.11.2
10602026-03-10T16:12:44.736Z Downloaded progenitor v0.10.0
10612026-03-10T16:12:44.739Z Downloaded proc-macro-error2 v2.0.1
10622026-03-10T16:12:44.739Z Downloaded predicates v3.1.4
10632026-03-10T16:12:44.742Z Downloaded parking_lot_core v0.9.12
10642026-03-10T16:12:44.746Z Downloaded parking_lot_core v0.8.6
10652026-03-10T16:12:44.746Z Downloaded parking_lot v0.12.5
10662026-03-10T16:12:44.749Z Downloaded parking_lot v0.11.2
10672026-03-10T16:12:44.749Z Downloaded rand_xorshift v0.4.0
10682026-03-10T16:12:44.749Z Downloaded ppv-lite86 v0.2.21
10692026-03-10T16:12:44.752Z Downloaded aes-gcm v0.10.3
10702026-03-10T16:12:44.755Z Downloaded unicode-segmentation v1.12.0
10712026-03-10T16:12:44.755Z Downloaded pin-project-internal v1.1.11
10722026-03-10T16:12:44.758Z Downloaded pem-rfc7468 v0.7.0
10732026-03-10T16:12:44.758Z Downloaded pem v3.0.6
10742026-03-10T16:12:44.761Z Downloaded peg-macros v0.8.5
10752026-03-10T16:12:44.761Z Downloaded password-hash v0.5.0
10762026-03-10T16:12:44.761Z Downloaded password-hash v0.4.2
10772026-03-10T16:12:44.764Z Downloaded rayon v1.11.0
10782026-03-10T16:12:44.769Z Downloaded parse-display-derive v0.10.0
10792026-03-10T16:12:44.772Z Downloaded nu-ansi-term v0.50.3
10802026-03-10T16:12:44.772Z Downloaded predicates-core v1.0.10
10812026-03-10T16:12:44.775Z Downloaded flate2 v1.1.9
10822026-03-10T16:12:44.778Z Downloaded packed_struct v0.10.1
10832026-03-10T16:12:44.778Z Downloaded num_enum_derive v0.7.5
10842026-03-10T16:12:44.781Z Downloaded num_enum v0.5.11
10852026-03-10T16:12:44.784Z Downloaded moka v0.12.13
10862026-03-10T16:12:44.787Z Downloaded hmac v0.12.1
10872026-03-10T16:12:44.790Z Downloaded half v2.7.1
10882026-03-10T16:12:44.793Z Downloaded phf_shared v0.11.3
10892026-03-10T16:12:44.793Z Downloaded multer v3.1.0
10902026-03-10T16:12:44.793Z Downloaded tabled v0.20.0
10912026-03-10T16:12:44.806Z Downloaded zip v4.6.1
10922026-03-10T16:12:44.809Z Downloaded tokio-util v0.7.18
10932026-03-10T16:12:44.816Z Downloaded regex-syntax v0.6.29
10942026-03-10T16:12:44.821Z Downloaded rustls-webpki v0.101.7
10952026-03-10T16:12:44.830Z Downloaded futures v0.3.32
10962026-03-10T16:12:44.834Z Downloaded goblin v0.10.5
10972026-03-10T16:12:44.839Z Downloaded vcpkg v0.2.15
10982026-03-10T16:12:44.868Z Downloaded smoltcp v0.9.1
10992026-03-10T16:12:44.876Z Downloaded nix v0.31.1
11002026-03-10T16:12:44.885Z Downloaded serde_with v3.17.0
11012026-03-10T16:12:44.894Z Downloaded webpki-roots v1.0.6
11022026-03-10T16:12:44.898Z Downloaded hickory-proto v0.25.2
11032026-03-10T16:12:44.909Z Downloaded rustls-webpki v0.102.8
11042026-03-10T16:12:44.922Z Downloaded winnow v0.6.26
11052026-03-10T16:12:44.929Z Downloaded winnow v0.5.40
11062026-03-10T16:12:44.935Z Downloaded radix_trie v0.2.1
11072026-03-10T16:12:44.939Z Downloaded rustls v0.23.37
11082026-03-10T16:12:44.947Z Downloaded nix v0.27.1
11092026-03-10T16:12:44.955Z Downloaded openssl v0.10.75
11102026-03-10T16:12:44.962Z Downloaded smoltcp v0.11.0
11112026-03-10T16:12:44.971Z Downloaded quinn-proto v0.11.13
11122026-03-10T16:12:44.977Z Downloaded hickory-proto v0.24.4
11132026-03-10T16:12:44.989Z Downloaded curve25519-dalek v4.1.3
11142026-03-10T16:12:44.998Z Downloaded polar-core v0.27.3
11152026-03-10T16:12:45.001Z Downloaded nix v0.29.0
11162026-03-10T16:12:45.010Z Downloaded sqlparser v0.61.0
11172026-03-10T16:12:45.017Z Downloaded time v0.3.47
11182026-03-10T16:12:45.026Z Downloaded nix v0.28.0
11192026-03-10T16:12:45.034Z Downloaded zlib-rs v0.6.2
11202026-03-10T16:12:45.038Z Downloaded object v0.37.3
11212026-03-10T16:12:45.047Z Downloaded rustls v0.21.12
11222026-03-10T16:12:45.055Z Downloaded ratatui v0.29.0
11232026-03-10T16:12:45.069Z Downloaded diesel v2.2.12
11242026-03-10T16:12:45.083Z Downloaded rustls v0.22.4
11252026-03-10T16:12:45.092Z Downloaded zerocopy v0.8.40
11262026-03-10T16:12:45.099Z Downloaded regex-syntax v0.8.10
11272026-03-10T16:12:45.105Z Downloaded rustix v0.38.44
11282026-03-10T16:12:45.121Z Downloaded regex-automata v0.4.14
11292026-03-10T16:12:45.133Z Downloaded bzip2-sys v0.1.13+1.0.8
11302026-03-10T16:12:45.141Z Downloaded regress v0.10.5
11312026-03-10T16:12:45.149Z Downloaded openapiv3 v2.2.0
11322026-03-10T16:12:45.157Z Downloaded nix v0.30.1
11332026-03-10T16:12:45.168Z Downloaded zerocopy-derive v0.6.6
11342026-03-10T16:12:45.173Z Downloaded dropshot v0.16.7
11352026-03-10T16:12:45.190Z Downloaded bytes v1.11.1
11362026-03-10T16:12:45.192Z Downloaded petgraph v0.6.5
11372026-03-10T16:12:45.208Z Downloaded typify-impl v0.6.1
11382026-03-10T16:12:45.217Z Downloaded sled v0.34.7
11392026-03-10T16:12:45.225Z Downloaded tracing v0.1.44
11402026-03-10T16:12:45.241Z Downloaded typify-impl v0.4.3
11412026-03-10T16:12:45.255Z Downloaded lzma-sys v0.1.20
11422026-03-10T16:12:45.273Z Downloaded petgraph v0.8.3
11432026-03-10T16:12:45.289Z Downloaded chrono-tz v0.10.4
11442026-03-10T16:12:45.303Z Downloaded libz-sys v1.1.24
11452026-03-10T16:12:45.319Z Downloaded const_format v0.2.35
11462026-03-10T16:12:45.322Z Downloaded compact_str v0.8.1
11472026-03-10T16:12:45.325Z Downloaded pbkdf2 v0.12.2
11482026-03-10T16:12:45.327Z Downloaded path-slash v0.1.5
11492026-03-10T16:12:45.327Z Downloaded packed_struct_codegen v0.10.1
11502026-03-10T16:12:45.327Z Downloaded num v0.4.3
11512026-03-10T16:12:45.327Z Downloaded humantime v2.3.0
11522026-03-10T16:12:45.330Z Downloaded chacha20poly1305 v0.10.1
11532026-03-10T16:12:45.330Z Downloaded daft v0.1.5
11542026-03-10T16:12:45.334Z Downloaded olpc-cjson v0.1.4
11552026-03-10T16:12:45.334Z Downloaded ingot-macros v0.1.1
11562026-03-10T16:12:45.334Z Downloaded num_enum_derive v0.5.11
11572026-03-10T16:12:45.334Z Downloaded num-iter v0.1.45
11582026-03-10T16:12:45.336Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11592026-03-10T16:12:45.350Z Downloaded jiff v0.2.21
11602026-03-10T16:12:45.361Z Downloaded iana-time-zone v0.1.65
11612026-03-10T16:12:45.365Z Downloaded hyper-rustls v0.27.7
11622026-03-10T16:12:45.368Z Downloaded libloading v0.8.9
11632026-03-10T16:12:45.368Z Downloaded tokio v1.49.0
11642026-03-10T16:12:45.395Z Downloaded libefi-sys v0.1.0
11652026-03-10T16:12:45.400Z Downloaded csv v1.4.0
11662026-03-10T16:12:45.412Z Downloaded jobserver v0.1.34
11672026-03-10T16:12:45.415Z Downloaded libsw v3.5.0
11682026-03-10T16:12:45.415Z Downloaded httparse v1.10.1
11692026-03-10T16:12:45.418Z Downloaded arc-swap v1.8.2
11702026-03-10T16:12:45.421Z Downloaded derive_builder v0.20.2
11712026-03-10T16:12:45.424Z Downloaded darling v0.21.3
11722026-03-10T16:12:45.427Z Downloaded sha3 v0.10.8
11732026-03-10T16:12:45.430Z Downloaded libsw-core v0.3.2
11742026-03-10T16:12:45.433Z Downloaded normalize-line-endings v0.3.0
11752026-03-10T16:12:45.433Z Downloaded nonempty v0.12.0
11762026-03-10T16:12:45.433Z Downloaded console v0.15.11
11772026-03-10T16:12:45.436Z Downloaded newline-converter v0.3.0
11782026-03-10T16:12:45.436Z Downloaded new_debug_unreachable v1.0.6
11792026-03-10T16:12:45.436Z Downloaded ipnet v2.11.0
11802026-03-10T16:12:45.439Z Downloaded ingot-types v0.1.2
11812026-03-10T16:12:45.439Z Downloaded ingot v0.1.1
11822026-03-10T16:12:45.439Z Downloaded indoc v2.0.7
11832026-03-10T16:12:45.442Z Downloaded impl-trait-for-tuples v0.2.3
11842026-03-10T16:12:45.442Z Downloaded dropshot_endpoint v0.16.7
11852026-03-10T16:12:45.445Z Downloaded derive_more-impl v2.1.1
11862026-03-10T16:12:45.447Z Downloaded md-5 v0.10.6
11872026-03-10T16:12:45.450Z Downloaded bzip2 v0.4.4
11882026-03-10T16:12:45.451Z Downloaded linked-hash-map v0.5.6
11892026-03-10T16:12:45.451Z Downloaded darling v0.20.11
11902026-03-10T16:12:45.454Z Downloaded derive_builder_core v0.20.2
11912026-03-10T16:12:45.456Z Downloaded match_cfg v0.1.0
11922026-03-10T16:12:45.456Z Downloaded lru v0.12.5
11932026-03-10T16:12:45.456Z Downloaded lru-cache v0.1.2
11942026-03-10T16:12:45.459Z Downloaded lalrpop-util v0.19.12
11952026-03-10T16:12:45.459Z Downloaded glob v0.3.3
11962026-03-10T16:12:45.459Z Downloaded getrandom v0.2.17
11972026-03-10T16:12:45.463Z Downloaded blake2 v0.10.6
11982026-03-10T16:12:45.463Z Downloaded filetime v0.2.27
11992026-03-10T16:12:45.467Z Downloaded is-terminal v0.4.17
12002026-03-10T16:12:45.467Z Downloaded instability v0.3.11
12012026-03-10T16:12:45.467Z Downloaded inout v0.1.4
12022026-03-10T16:12:45.467Z Downloaded cookie_store v0.22.1
12032026-03-10T16:12:45.470Z Downloaded console v0.16.2
12042026-03-10T16:12:45.470Z Downloaded indent_write v2.2.0
12052026-03-10T16:12:45.470Z Downloaded ident_case v1.0.1
12062026-03-10T16:12:45.470Z Downloaded hyper-tls v0.6.0
12072026-03-10T16:12:45.473Z Downloaded ff v0.13.1
12082026-03-10T16:12:45.473Z Downloaded crossbeam-channel v0.5.15
12092026-03-10T16:12:45.476Z Downloaded cookie v0.18.1
12102026-03-10T16:12:45.476Z Downloaded home v0.5.12
12112026-03-10T16:12:45.479Z Downloaded erased-serde v0.3.31
12122026-03-10T16:12:45.479Z Downloaded either v1.15.0
12132026-03-10T16:12:45.482Z Downloaded encoding_rs v0.8.35
12142026-03-10T16:12:45.497Z Downloaded des v0.8.1
12152026-03-10T16:12:45.500Z Downloaded crc32fast v1.5.0
12162026-03-10T16:12:45.500Z Downloaded const_format_proc_macros v0.2.34
12172026-03-10T16:12:45.500Z Downloaded const-oid v0.9.6
12182026-03-10T16:12:45.503Z Downloaded chacha20 v0.10.0
12192026-03-10T16:12:45.503Z Downloaded cargo_toml v0.22.3
12202026-03-10T16:12:45.506Z Downloaded cancel-safe-futures v0.1.5
12212026-03-10T16:12:45.507Z Downloaded allocator-api2 v0.2.21
12222026-03-10T16:12:45.509Z Downloaded http-body v1.0.1
12232026-03-10T16:12:45.509Z Downloaded futures-executor v0.3.32
12242026-03-10T16:12:45.512Z Downloaded ena v0.14.4
12252026-03-10T16:12:45.512Z Downloaded ring v0.17.14
12262026-03-10T16:12:45.542Z Downloaded deranged v0.5.8
12272026-03-10T16:12:45.545Z Downloaded fallible-iterator v0.2.0
12282026-03-10T16:12:45.545Z Downloaded ed25519 v2.2.3
12292026-03-10T16:12:45.545Z Downloaded libgit2-sys v0.18.3+1.9.2
12302026-03-10T16:12:45.587Z Downloaded derive-ex v0.1.8
12312026-03-10T16:12:45.590Z Downloaded der_derive v0.7.3
12322026-03-10T16:12:45.590Z Downloaded buf-list v1.1.2
12332026-03-10T16:12:45.593Z Downloaded colored v3.1.1
12342026-03-10T16:12:45.593Z Downloaded blowfish v0.9.1
12352026-03-10T16:12:45.593Z Downloaded async-bb8-diesel v0.2.1
12362026-03-10T16:12:45.596Z Downloaded hash32 v0.2.1
12372026-03-10T16:12:45.596Z Downloaded fxhash v0.2.1
12382026-03-10T16:12:45.596Z Downloaded async-trait v0.1.89
12392026-03-10T16:12:45.600Z Downloaded convert_case v0.10.0
12402026-03-10T16:12:45.600Z Downloaded cbc v0.1.2
12412026-03-10T16:12:45.604Z Downloaded document-features v0.2.12
12422026-03-10T16:12:45.604Z Downloaded headers-core v0.3.0
12432026-03-10T16:12:45.604Z Downloaded cassowary v0.3.0
12442026-03-10T16:12:45.604Z Downloaded cipher v0.4.4
12452026-03-10T16:12:45.607Z Downloaded bzip2 v0.6.1
12462026-03-10T16:12:45.608Z Downloaded env_logger v0.11.9
12472026-03-10T16:12:45.608Z Downloaded constant_time_eq v0.4.2
12482026-03-10T16:12:45.608Z Downloaded ctr v0.9.2
12492026-03-10T16:12:45.610Z Downloaded camino-tempfile-ext v0.3.3
12502026-03-10T16:12:45.611Z Downloaded bitfield v0.19.4
12512026-03-10T16:12:45.614Z Downloaded backoff v0.4.0
12522026-03-10T16:12:45.614Z Downloaded async-stream v0.3.6
12532026-03-10T16:12:45.614Z Downloaded argon2 v0.5.3
12542026-03-10T16:12:45.617Z Downloaded dof v0.4.0
12552026-03-10T16:12:45.617Z Downloaded bit-vec v0.8.0
12562026-03-10T16:12:45.620Z Downloaded dunce v1.0.5
12572026-03-10T16:12:45.620Z Downloaded dtrace-parser v0.3.0
12582026-03-10T16:12:45.620Z Downloaded darling_macro v0.20.11
12592026-03-10T16:12:45.620Z Downloaded futures-io v0.3.32
12602026-03-10T16:12:45.623Z Downloaded futures-core v0.3.32
12612026-03-10T16:12:45.623Z Downloaded funty v2.0.0
12622026-03-10T16:12:45.624Z Downloaded fixedbitset v0.4.2
12632026-03-10T16:12:45.624Z Downloaded env_filter v1.0.0
12642026-03-10T16:12:45.624Z Downloaded enum-as-inner v0.6.1
12652026-03-10T16:12:45.627Z Downloaded dirs-next v2.0.0
12662026-03-10T16:12:45.627Z Downloaded debug-ignore v1.0.5
12672026-03-10T16:12:45.627Z Downloaded crc8 v0.1.1
12682026-03-10T16:12:45.630Z Downloaded derive_builder_macro v0.20.2
12692026-03-10T16:12:45.630Z Downloaded defmt v0.3.100
12702026-03-10T16:12:45.630Z Downloaded cexpr v0.6.0
12712026-03-10T16:12:45.630Z Downloaded cargo-platform v0.1.9
12722026-03-10T16:12:45.630Z Downloaded bitfield-macros v0.19.4
12732026-03-10T16:12:45.634Z Downloaded atty v0.2.14
12742026-03-10T16:12:45.634Z Downloaded foreign-types-macros v0.2.3
12752026-03-10T16:12:45.634Z Downloaded display-error-chain v0.2.2
12762026-03-10T16:12:45.634Z Downloaded darling_macro v0.21.3
12772026-03-10T16:12:45.634Z Downloaded bitfield-struct v0.6.2
12782026-03-10T16:12:45.634Z Downloaded darling_macro v0.23.0
12792026-03-10T16:12:45.634Z Downloaded base16ct v0.2.0
12802026-03-10T16:12:45.637Z Downloaded fd-lock v4.0.4
12812026-03-10T16:12:45.637Z Downloaded dirs-sys-next v0.1.2
12822026-03-10T16:12:45.637Z Downloaded cfg_aliases v0.1.1
12832026-03-10T16:12:45.637Z Downloaded crossbeam-utils v0.8.21
12842026-03-10T16:12:45.640Z Downloaded block-padding v0.3.3
12852026-03-10T16:12:45.640Z Downloaded cmake v0.1.57
12862026-03-10T16:12:45.640Z Downloaded clang-sys v1.8.1
12872026-03-10T16:12:45.643Z Downloaded ciborium v0.2.2
12882026-03-10T16:12:45.644Z Downloaded base64 v0.21.7
12892026-03-10T16:12:45.646Z Downloaded flagset v0.4.7
12902026-03-10T16:12:45.649Z Downloaded assert_matches v1.5.0
12912026-03-10T16:12:45.650Z Downloaded castaway v0.2.4
12922026-03-10T16:12:45.650Z Downloaded arrayvec v0.7.6
12932026-03-10T16:12:45.653Z Downloaded async-recursion v1.1.1
12942026-03-10T16:12:45.653Z Downloaded arrayref v0.3.9
12952026-03-10T16:12:45.653Z Downloaded base64 v0.22.1
12962026-03-10T16:12:45.656Z Downloaded cstr-argument v0.1.2
12972026-03-10T16:12:45.656Z Downloaded crunchy v0.2.4
12982026-03-10T16:12:45.659Z Downloaded cargo_metadata v0.19.2
12992026-03-10T16:12:45.659Z Downloaded bit-set v0.5.3
13002026-03-10T16:12:45.659Z Downloaded ecdsa v0.16.9
13012026-03-10T16:12:45.662Z Downloaded darling_core v0.23.0
13022026-03-10T16:12:45.665Z Downloaded crc v3.4.0
13032026-03-10T16:12:45.665Z Downloaded array-init v0.0.4
13042026-03-10T16:12:45.665Z Downloaded dropshot-api-manager-types v0.5.2
13052026-03-10T16:12:45.665Z Downloaded crucible-workspace-hack v0.1.0
13062026-03-10T16:12:45.668Z Downloaded atomicwrites v0.4.4
13072026-03-10T16:12:45.668Z Downloaded atomic-waker v1.1.2
13082026-03-10T16:12:45.669Z Downloaded async-stream-impl v0.3.6
13092026-03-10T16:12:45.669Z Downloaded diesel-dtrace v0.4.2
13102026-03-10T16:12:45.672Z Downloaded data-encoding v2.10.0
13112026-03-10T16:12:45.672Z Downloaded ahash v0.8.12
13122026-03-10T16:12:45.672Z Downloaded base64ct v1.8.3
13132026-03-10T16:12:46.099Z Downloaded aws-lc-sys v0.37.1
13142026-03-10T16:12:46.394Z Compiling libc v0.2.180
13152026-03-10T16:12:46.394Z Compiling serde v1.0.228
13162026-03-10T16:12:46.398Z Compiling log v0.4.29
13172026-03-10T16:12:46.398Z Compiling find-msvc-tools v0.1.9
13182026-03-10T16:12:46.565Z Compiling shlex v1.3.0
13192026-03-10T16:12:46.576Z Compiling smallvec v1.15.1
13202026-03-10T16:12:46.592Z Compiling syn v2.0.117
13212026-03-10T16:12:46.656Z Compiling typenum v1.19.0
13222026-03-10T16:12:46.814Z Compiling generic-array v0.14.7
13232026-03-10T16:12:46.837Z Compiling subtle v2.6.1
13242026-03-10T16:12:46.881Z Compiling scopeguard v1.2.0
13252026-03-10T16:12:46.925Z Compiling portable-atomic v1.13.1
13262026-03-10T16:12:47.007Z Compiling lock_api v0.4.14
13272026-03-10T16:12:47.025Z Compiling const-oid v0.9.6
13282026-03-10T16:12:47.080Z Compiling critical-section v1.2.0
13292026-03-10T16:12:47.155Z Compiling zerocopy v0.8.40
13302026-03-10T16:12:47.211Z Compiling parking_lot_core v0.9.12
13312026-03-10T16:12:47.317Z Compiling pin-project-lite v0.2.17
13322026-03-10T16:12:47.437Z Compiling serde_json v1.0.149
13332026-03-10T16:12:47.565Z Compiling pkg-config v0.3.32
13342026-03-10T16:12:47.754Z Compiling libm v0.2.16
13352026-03-10T16:12:47.901Z Compiling getrandom v0.2.17
13362026-03-10T16:12:47.961Z Compiling jobserver v0.1.34
13372026-03-10T16:12:48.165Z Compiling rand_core v0.6.4
13382026-03-10T16:12:48.183Z Compiling errno v0.3.14
13392026-03-10T16:12:48.340Z Compiling cc v1.2.56
13402026-03-10T16:12:48.368Z Compiling once_cell v1.21.3
13412026-03-10T16:12:48.387Z Compiling signal-hook-registry v1.4.8
13422026-03-10T16:12:48.478Z Compiling parking_lot v0.12.5
13432026-03-10T16:12:48.522Z Compiling mio v1.1.1
13442026-03-10T16:12:48.596Z Compiling num-traits v0.2.19
13452026-03-10T16:12:48.643Z Compiling bitflags v2.11.0
13462026-03-10T16:12:48.762Z Compiling futures-core v0.3.32
13472026-03-10T16:12:48.943Z Compiling socket2 v0.6.2
13482026-03-10T16:12:48.979Z Compiling percent-encoding v2.3.2
13492026-03-10T16:12:49.045Z Compiling allocator-api2 v0.2.21
13502026-03-10T16:12:49.198Z Compiling cpufeatures v0.2.17
13512026-03-10T16:12:49.224Z Compiling foldhash v0.2.0
13522026-03-10T16:12:49.292Z Compiling futures-sink v0.3.32
13532026-03-10T16:12:49.382Z Compiling getrandom v0.4.1
13542026-03-10T16:12:49.426Z Compiling futures-channel v0.3.32
13552026-03-10T16:12:49.496Z Compiling hashbrown v0.16.1
13562026-03-10T16:12:49.496Z Compiling slab v0.4.12
13572026-03-10T16:12:49.531Z Compiling futures-io v0.3.32
13582026-03-10T16:12:49.722Z Compiling futures-task v0.3.32
13592026-03-10T16:12:49.740Z Compiling getrandom v0.3.4
13602026-03-10T16:12:49.740Z Compiling rand_core v0.10.0
13612026-03-10T16:12:49.876Z Compiling rustversion v1.0.22
13622026-03-10T16:12:49.942Z Compiling cmake v0.1.57
13632026-03-10T16:12:50.306Z Compiling indexmap v2.13.0
13642026-03-10T16:12:50.461Z Compiling form_urlencoded v1.2.2
13652026-03-10T16:12:50.541Z Compiling dunce v1.0.5
13662026-03-10T16:12:50.606Z Compiling base64ct v1.8.3
13672026-03-10T16:12:50.655Z Compiling fs_extra v1.3.0
13682026-03-10T16:12:50.677Z Compiling ident_case v1.0.1
13692026-03-10T16:12:50.822Z Compiling synstructure v0.13.2
13702026-03-10T16:12:50.891Z Compiling flagset v0.4.7
13712026-03-10T16:12:51.037Z Compiling aws-lc-sys v0.37.1
13722026-03-10T16:12:51.056Z Compiling pem-rfc7468 v0.7.0
13732026-03-10T16:12:51.098Z Compiling rand_core v0.9.5
13742026-03-10T16:12:51.182Z Compiling rustix v1.1.3
13752026-03-10T16:12:51.208Z Compiling iana-time-zone v0.1.65
13762026-03-10T16:12:51.271Z Compiling ring v0.17.14
13772026-03-10T16:12:51.462Z Compiling uuid v1.21.0
13782026-03-10T16:12:51.480Z Compiling rustc_version v0.4.1
13792026-03-10T16:12:51.480Z Compiling aws-lc-rs v1.16.0
13802026-03-10T16:12:51.713Z Compiling regex-syntax v0.8.10
13812026-03-10T16:12:51.882Z Compiling vcpkg v0.2.15
13822026-03-10T16:12:51.908Z Compiling tracing-core v0.1.36
13832026-03-10T16:12:52.359Z Compiling crossbeam-utils v0.8.21
13842026-03-10T16:12:52.654Z Compiling pest_generator v2.8.6
13852026-03-10T16:12:52.762Z Compiling serde_derive_internals v0.29.1
13862026-03-10T16:12:52.875Z Compiling openssl-sys v0.9.111
13872026-03-10T16:12:53.449Z Compiling serde_derive v1.0.228
13882026-03-10T16:12:53.563Z Compiling zeroize_derive v1.4.3
13892026-03-10T16:12:53.566Z Compiling zerofrom-derive v0.1.6
13902026-03-10T16:12:53.606Z Compiling yoke-derive v0.8.1
13912026-03-10T16:12:54.019Z Compiling zerocopy-derive v0.8.40
13922026-03-10T16:12:54.415Z Compiling zeroize v1.8.2
13932026-03-10T16:12:54.979Z Compiling zerovec-derive v0.11.2
13942026-03-10T16:12:55.177Z Compiling displaydoc v0.2.5
13952026-03-10T16:12:55.464Z Compiling crypto-common v0.1.7
13962026-03-10T16:12:55.497Z Compiling zerofrom v0.1.6
13972026-03-10T16:12:55.634Z Compiling yoke v0.8.1
13982026-03-10T16:12:55.652Z Compiling block-buffer v0.10.4
13992026-03-10T16:12:55.849Z Compiling digest v0.10.7
14002026-03-10T16:12:55.868Z Compiling tokio-macros v2.6.0
14012026-03-10T16:12:56.177Z Compiling zerotrie v0.2.3
14022026-03-10T16:12:56.222Z Compiling hmac v0.12.1
14032026-03-10T16:12:56.413Z Compiling futures-macro v0.3.32
14042026-03-10T16:12:56.510Z Compiling zerovec v0.11.5
14052026-03-10T16:12:56.567Z Compiling block-padding v0.3.3
14062026-03-10T16:12:56.764Z Compiling inout v0.1.4
14072026-03-10T16:12:56.898Z Compiling sha2 v0.10.9
14082026-03-10T16:12:56.973Z Compiling cipher v0.4.4
14092026-03-10T16:12:57.196Z Compiling tinystr v0.8.2
14102026-03-10T16:12:57.315Z Compiling potential_utf v0.1.4
14112026-03-10T16:12:57.457Z Compiling icu_locale_core v2.1.1
14122026-03-10T16:12:57.501Z Compiling icu_collections v2.1.1
14132026-03-10T16:12:57.520Z Compiling futures-util v0.3.32
14142026-03-10T16:12:57.523Z Compiling der_derive v0.7.3
14152026-03-10T16:12:58.136Z Compiling salsa20 v0.10.2
14162026-03-10T16:12:58.250Z Compiling bytes v1.11.1
14172026-03-10T16:12:58.305Z Compiling icu_provider v2.1.1
14182026-03-10T16:12:58.647Z Compiling icu_normalizer v2.1.1
14192026-03-10T16:12:58.677Z Compiling icu_properties v2.1.2
14202026-03-10T16:12:58.697Z Compiling chrono v0.4.44
14212026-03-10T16:12:58.794Z Compiling der v0.7.10
14222026-03-10T16:12:59.066Z Compiling tokio v1.49.0
14232026-03-10T16:12:59.355Z Compiling http v1.4.0
14242026-03-10T16:13:00.195Z Compiling idna_adapter v1.2.1
14252026-03-10T16:13:00.362Z Compiling idna v1.1.0
14262026-03-10T16:13:00.431Z Compiling ppv-lite86 v0.2.21
14272026-03-10T16:13:00.571Z Compiling spki v0.7.3
14282026-03-10T16:13:00.591Z Compiling pbkdf2 v0.12.2
14292026-03-10T16:13:00.610Z Compiling thiserror-impl v2.0.18
14302026-03-10T16:13:00.632Z Compiling cbc v0.1.2
14312026-03-10T16:13:00.725Z Compiling url v2.5.8
14322026-03-10T16:13:00.812Z Compiling scrypt v0.11.0
14332026-03-10T16:13:00.829Z Compiling rand_chacha v0.9.0
14342026-03-10T16:13:00.880Z Compiling aes v0.8.4
14352026-03-10T16:13:01.155Z Compiling rustls-pki-types v1.14.0
14362026-03-10T16:13:01.270Z Compiling tracing-attributes v0.1.31
14372026-03-10T16:13:01.760Z Compiling pkcs5 v0.7.1
14382026-03-10T16:13:01.778Z Compiling rand v0.9.2
14392026-03-10T16:13:01.841Z Compiling http-body v1.0.1
14402026-03-10T16:13:02.177Z Compiling schemars v0.8.22
14412026-03-10T16:13:02.344Z Compiling syn v1.0.109
14422026-03-10T16:13:02.400Z Compiling untrusted v0.9.0
14432026-03-10T16:13:02.448Z Compiling base64 v0.22.1
14442026-03-10T16:13:02.490Z Compiling thiserror v2.0.18
14452026-03-10T16:13:02.550Z Compiling untrusted v0.7.1
14462026-03-10T16:13:02.617Z Compiling httparse v1.10.1
14472026-03-10T16:13:02.712Z Compiling openssl-probe v0.2.1
14482026-03-10T16:13:02.856Z Compiling pkcs8 v0.10.2
14492026-03-10T16:13:02.878Z Compiling schemars_derive v0.8.22
14502026-03-10T16:13:02.925Z Compiling pest_derive v2.8.6
14512026-03-10T16:13:03.118Z Compiling scroll_derive v0.13.1
14522026-03-10T16:13:03.136Z Compiling tracing v0.1.44
14532026-03-10T16:13:03.473Z Compiling darling_core v0.20.11
14542026-03-10T16:13:03.491Z Compiling tower-layer v0.3.3
14552026-03-10T16:13:03.698Z Compiling tinyvec_macros v0.1.1
14562026-03-10T16:13:03.785Z Compiling dyn-clone v1.0.20
14572026-03-10T16:13:03.897Z Compiling rustls v0.23.37
14582026-03-10T16:13:03.955Z Compiling try-lock v0.2.5
14592026-03-10T16:13:04.089Z Compiling atomic-waker v1.1.2
14602026-03-10T16:13:04.130Z Compiling tower-service v0.3.3
14612026-03-10T16:13:04.205Z Compiling tokio-util v0.7.18
14622026-03-10T16:13:04.236Z Compiling scroll v0.13.0
14632026-03-10T16:13:04.252Z Compiling want v0.3.1
14642026-03-10T16:13:04.454Z Compiling tinyvec v1.10.0
14652026-03-10T16:13:04.955Z Compiling ipnet v2.11.0
14662026-03-10T16:13:05.285Z Compiling h2 v0.4.13
14672026-03-10T16:13:05.609Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14682026-03-10T16:13:05.635Z Compiling spin v0.9.8
14692026-03-10T16:13:05.896Z Compiling aho-corasick v1.1.4
14702026-03-10T16:13:06.172Z Compiling time-core v0.1.8
14712026-03-10T16:13:06.372Z Compiling pin-utils v0.1.0
14722026-03-10T16:13:06.428Z Compiling crc32fast v1.5.0
14732026-03-10T16:13:06.462Z Compiling httpdate v1.0.3
14742026-03-10T16:13:06.751Z Compiling foreign-types-shared v0.1.1
14752026-03-10T16:13:06.769Z Compiling darling_macro v0.20.11
14762026-03-10T16:13:06.800Z Compiling powerfmt v0.2.0
14772026-03-10T16:13:06.858Z Compiling openssl v0.10.75
14782026-03-10T16:13:07.063Z Compiling num-conv v0.2.0
14792026-03-10T16:13:07.081Z Compiling regex-automata v0.4.14
14802026-03-10T16:13:07.199Z Compiling deranged v0.5.8
14812026-03-10T16:13:07.236Z Compiling time-macros v0.2.27
14822026-03-10T16:13:07.392Z Compiling darling v0.20.11
14832026-03-10T16:13:07.494Z Compiling foreign-types v0.3.2
14842026-03-10T16:13:07.650Z Compiling tempfile v3.25.0
14852026-03-10T16:13:08.349Z Compiling goblin v0.10.5
14862026-03-10T16:13:08.697Z Compiling thiserror-impl v1.0.69
14872026-03-10T16:13:09.417Z Compiling hyper v1.8.1
14882026-03-10T16:13:10.416Z Compiling openssl-macros v0.1.1
14892026-03-10T16:13:10.632Z Compiling wait-timeout v0.2.1
14902026-03-10T16:13:10.734Z Compiling siphasher v1.0.2
14912026-03-10T16:13:10.924Z Compiling bit-vec v0.8.0
14922026-03-10T16:13:10.953Z Compiling num_threads v0.1.7
14932026-03-10T16:13:11.030Z Compiling quick-error v1.2.3
14942026-03-10T16:13:11.106Z Compiling native-tls v0.2.18
14952026-03-10T16:13:11.159Z Compiling either v1.15.0
14962026-03-10T16:13:11.263Z Compiling simd-adler32 v0.3.8
14972026-03-10T16:13:11.389Z Compiling usdt-impl v0.6.0
14982026-03-10T16:13:11.469Z Compiling bit-set v0.8.0
14992026-03-10T16:13:11.580Z Compiling rusty-fork v0.3.1
15002026-03-10T16:13:11.600Z Compiling time v0.3.47
15012026-03-10T16:13:11.706Z Compiling hyper-util v0.1.20
15022026-03-10T16:13:12.009Z Compiling thiserror v1.0.69
15032026-03-10T16:13:12.358Z Compiling dof v0.4.0
15042026-03-10T16:13:12.871Z Compiling derive_builder_core v0.20.2
15052026-03-10T16:13:13.786Z Compiling unicode-normalization v0.1.25
15062026-03-10T16:13:13.980Z Compiling crossbeam-epoch v0.9.18
15072026-03-10T16:13:14.047Z Compiling dtrace-parser v0.3.0
15082026-03-10T16:13:14.083Z Compiling rustls-native-certs v0.8.3
15092026-03-10T16:13:14.391Z Compiling signature v2.2.0
15102026-03-10T16:13:14.410Z Compiling scroll_derive v0.12.1
15112026-03-10T16:13:14.450Z Compiling heapless v0.7.17
15122026-03-10T16:13:14.594Z Compiling rand_xorshift v0.4.0
15132026-03-10T16:13:14.612Z Compiling slog v2.8.2
15142026-03-10T16:13:14.773Z Compiling darling_core v0.21.3
15152026-03-10T16:13:14.793Z Compiling bzip2-sys v0.1.13+1.0.8
15162026-03-10T16:13:14.858Z Compiling sync_wrapper v1.0.2
15172026-03-10T16:13:14.987Z Compiling thread-id v5.1.0
15182026-03-10T16:13:15.072Z Compiling cookie v0.18.1
15192026-03-10T16:13:15.090Z Compiling unicode-segmentation v1.12.0
15202026-03-10T16:13:15.159Z Compiling rayon-core v1.13.0
15212026-03-10T16:13:15.299Z Compiling anyhow v1.0.102
15222026-03-10T16:13:15.320Z Compiling paste v1.0.15
15232026-03-10T16:13:15.395Z Compiling unicode-bidi v0.3.18
15242026-03-10T16:13:15.595Z Compiling zstd-safe v7.2.4
15252026-03-10T16:13:15.670Z Compiling unicode-properties v0.1.4
15262026-03-10T16:13:15.707Z Compiling unarray v0.1.4
15272026-03-10T16:13:15.840Z Compiling signal-hook v0.3.18
15282026-03-10T16:13:15.859Z Compiling adler2 v2.0.1
15292026-03-10T16:13:15.862Z Compiling proptest v1.10.0
15302026-03-10T16:13:15.930Z Compiling stringprep v0.1.5
15312026-03-10T16:13:16.054Z Compiling miniz_oxide v0.8.9
15322026-03-10T16:13:16.297Z Compiling scroll v0.12.0
15332026-03-10T16:13:16.577Z Compiling tower v0.5.3
15342026-03-10T16:13:16.888Z Compiling crossbeam-deque v0.8.6
15352026-03-10T16:13:17.123Z Compiling derive_builder_macro v0.20.2
15362026-03-10T16:13:17.140Z Compiling ipnetwork v0.21.1
15372026-03-10T16:13:17.169Z Compiling http-body-util v0.1.3
15382026-03-10T16:13:17.197Z Compiling webpki-roots v1.0.6
15392026-03-10T16:13:17.216Z Compiling rand_chacha v0.3.1
15402026-03-10T16:13:17.345Z Compiling serde_tokenstream v0.2.3
15412026-03-10T16:13:17.480Z Compiling serde_spanned v0.6.9
15422026-03-10T16:13:17.648Z Compiling erased-serde v0.3.31
15432026-03-10T16:13:17.667Z Compiling toml_datetime v0.6.11
15442026-03-10T16:13:17.712Z Compiling md-5 v0.10.6
15452026-03-10T16:13:17.745Z Compiling zerocopy-derive v0.7.35
15462026-03-10T16:13:17.915Z Compiling curve25519-dalek v4.1.3
15472026-03-10T16:13:18.003Z Compiling vergen-lib v0.1.6
15482026-03-10T16:13:18.245Z Compiling num-integer v0.1.46
15492026-03-10T16:13:18.297Z Compiling hash32 v0.2.1
15502026-03-10T16:13:18.369Z Compiling ff v0.13.1
15512026-03-10T16:13:18.373Z Compiling zlib-rs v0.6.2
15522026-03-10T16:13:18.426Z Compiling darling_macro v0.21.3
15532026-03-10T16:13:18.536Z Compiling fallible-iterator v0.2.0
15542026-03-10T16:13:18.541Z Compiling num-bigint-dig v0.8.6
15552026-03-10T16:13:18.668Z Compiling rustix v0.38.44
15562026-03-10T16:13:18.786Z Compiling litrs v1.0.0
15572026-03-10T16:13:18.923Z Compiling smoltcp v0.9.1
15582026-03-10T16:13:18.956Z Compiling psl-types v2.0.11
15592026-03-10T16:13:19.053Z Compiling ryu v1.0.23
15602026-03-10T16:13:19.108Z Compiling ref-cast v1.0.25
15612026-03-10T16:13:19.127Z Compiling iri-string v0.7.10
15622026-03-10T16:13:19.282Z Compiling base16ct v0.2.0
15632026-03-10T16:13:19.382Z Compiling newtype-uuid v1.3.2
15642026-03-10T16:13:19.472Z Compiling document-features v0.2.12
15652026-03-10T16:13:19.506Z Compiling sec1 v0.7.3
15662026-03-10T16:13:19.583Z Compiling serde_urlencoded v0.7.1
15672026-03-10T16:13:19.860Z Compiling publicsuffix v2.3.0
15682026-03-10T16:13:19.907Z Compiling darling v0.21.3
15692026-03-10T16:13:19.926Z Compiling postgres-protocol v0.6.10
15702026-03-10T16:13:20.007Z Compiling zerocopy v0.7.35
15712026-03-10T16:13:20.091Z Compiling num-iter v0.1.45
15722026-03-10T16:13:20.239Z Compiling group v0.13.0
15732026-03-10T16:13:20.643Z Compiling derive_builder v0.20.2
15742026-03-10T16:13:20.782Z Compiling tower-http v0.6.8
15752026-03-10T16:13:20.799Z Compiling rand v0.8.5
15762026-03-10T16:13:20.883Z Compiling oxnet v0.1.4
15772026-03-10T16:13:21.249Z Compiling proc-macro-error v1.0.4
15782026-03-10T16:13:21.321Z Compiling tokio-native-tls v0.3.1
15792026-03-10T16:13:21.446Z Compiling goblin v0.8.2
15802026-03-10T16:13:22.169Z Compiling heck v0.4.1
15812026-03-10T16:13:22.449Z Compiling phf_shared v0.13.1
15822026-03-10T16:13:22.499Z Compiling flate2 v1.1.9
15832026-03-10T16:13:22.519Z Compiling hubpack_derive v0.1.1
15842026-03-10T16:13:22.661Z Compiling regex v1.12.3
15852026-03-10T16:13:22.781Z Compiling lazy_static v1.5.0
15862026-03-10T16:13:22.900Z Compiling cargo-platform v0.1.9
15872026-03-10T16:13:23.022Z Compiling hkdf v0.12.4
15882026-03-10T16:13:23.053Z Compiling crypto-bigint v0.5.5
15892026-03-10T16:13:23.106Z Compiling curve25519-dalek-derive v0.1.1
15902026-03-10T16:13:23.222Z Compiling async-trait v0.1.89
15912026-03-10T16:13:23.242Z Compiling ref-cast-impl v1.0.25
15922026-03-10T16:13:23.261Z Compiling strum_macros v0.27.2
15932026-03-10T16:13:23.962Z Compiling daft-derive v0.1.5
15942026-03-10T16:13:23.981Z Compiling terminal_size v0.4.3
15952026-03-10T16:13:24.160Z Compiling vergen v9.0.6
15962026-03-10T16:13:24.409Z Compiling fs-err v3.3.0
15972026-03-10T16:13:24.669Z Compiling ahash v0.8.12
15982026-03-10T16:13:24.721Z Compiling libbz2-rs-sys v0.2.2
15992026-03-10T16:13:24.937Z Compiling bitflags v1.3.2
16002026-03-10T16:13:24.940Z Compiling managed v0.8.0
16012026-03-10T16:13:25.050Z Compiling winnow v0.5.40
16022026-03-10T16:13:25.222Z Compiling foldhash v0.1.5
16032026-03-10T16:13:25.442Z Compiling bumpalo v3.20.2
16042026-03-10T16:13:25.633Z Compiling object v0.37.3
16052026-03-10T16:13:25.786Z Compiling clap_builder v4.5.60
16062026-03-10T16:13:26.003Z Compiling strum v0.27.2
16072026-03-10T16:13:26.092Z Compiling zopfli v0.8.3
16082026-03-10T16:13:26.159Z Compiling console v0.16.2
16092026-03-10T16:13:26.323Z Compiling hashbrown v0.15.5
16102026-03-10T16:13:26.519Z Compiling bzip2 v0.6.1
16112026-03-10T16:13:26.930Z Compiling toml_edit v0.19.15
16122026-03-10T16:13:27.018Z Compiling daft v0.1.5
16132026-03-10T16:13:27.080Z Compiling elliptic-curve v0.13.8
16142026-03-10T16:13:27.242Z Compiling dof v0.3.0
16152026-03-10T16:13:27.740Z Compiling cargo_metadata v0.19.2
16162026-03-10T16:13:27.906Z Compiling hubpack v0.1.2
16172026-03-10T16:13:28.257Z Compiling phf v0.13.1
16182026-03-10T16:13:28.466Z Compiling zone_cfg_derive v0.3.1
16192026-03-10T16:13:29.318Z Compiling signal-hook-mio v0.2.5
16202026-03-10T16:13:29.465Z Compiling cookie_store v0.22.1
16212026-03-10T16:13:30.107Z Compiling rayon v1.11.0
16222026-03-10T16:13:30.191Z Compiling zstd v0.13.3
16232026-03-10T16:13:30.352Z Compiling hyper-tls v0.6.0
16242026-03-10T16:13:30.543Z Compiling bzip2 v0.4.4
16252026-03-10T16:13:30.648Z Compiling postgres-types v0.2.12
16262026-03-10T16:13:30.710Z Compiling serde_with_macros v3.17.0
16272026-03-10T16:13:30.803Z Compiling usdt-attr-macro v0.6.0
16282026-03-10T16:13:31.443Z Compiling usdt-macro v0.6.0
16292026-03-10T16:13:31.640Z Compiling ed25519 v2.2.3
16302026-03-10T16:13:31.898Z Compiling dtrace-parser v0.2.0
16312026-03-10T16:13:32.314Z Compiling itertools v0.12.1
16322026-03-10T16:13:32.395Z Compiling phf_shared v0.11.3
16332026-03-10T16:13:32.424Z Compiling bstr v1.12.1
16342026-03-10T16:13:32.595Z Compiling pkcs1 v0.7.5
16352026-03-10T16:13:32.643Z Compiling hex v0.4.3
16362026-03-10T16:13:32.850Z Compiling serde-big-array v0.5.1
16372026-03-10T16:13:32.953Z Compiling rfc6979 v0.4.0
16382026-03-10T16:13:33.010Z Compiling strum_macros v0.26.4
16392026-03-10T16:13:33.029Z Compiling serde_repr v0.1.20
16402026-03-10T16:13:33.105Z Compiling enum-as-inner v0.6.1
16412026-03-10T16:13:33.143Z Compiling clap_derive v4.5.55
16422026-03-10T16:13:33.313Z Compiling float-cmp v0.10.0
16432026-03-10T16:13:33.498Z Compiling thread-id v4.2.2
16442026-03-10T16:13:33.606Z Compiling memmap2 v0.9.10
16452026-03-10T16:13:33.736Z Compiling env_filter v1.0.0
16462026-03-10T16:13:33.776Z Compiling encoding_rs v0.8.35
16472026-03-10T16:13:33.884Z Compiling normalize-line-endings v0.3.0
16482026-03-10T16:13:34.000Z Compiling keccak v0.1.6
16492026-03-10T16:13:34.018Z Compiling whoami v2.1.0
16502026-03-10T16:13:34.136Z Compiling jiff v0.2.21
16512026-03-10T16:13:34.528Z Compiling precomputed-hash v0.1.1
16522026-03-10T16:13:34.640Z Compiling fixedbitset v0.5.7
16532026-03-10T16:13:35.051Z Compiling static_assertions v1.1.0
16542026-03-10T16:13:35.119Z Compiling data-encoding v2.10.0
16552026-03-10T16:13:35.144Z Compiling unit-prefix v0.5.2
16562026-03-10T16:13:35.325Z Compiling rustc-hash v2.1.1
16572026-03-10T16:13:35.482Z Compiling new_debug_unreachable v1.0.6
16582026-03-10T16:13:35.482Z Compiling difflib v0.4.0
16592026-03-10T16:13:35.575Z Compiling fixedbitset v0.4.2
16602026-03-10T16:13:35.607Z Compiling mime v0.3.17
16612026-03-10T16:13:35.610Z Compiling predicates-core v1.0.10
16622026-03-10T16:13:35.817Z Compiling predicates v3.1.4
16632026-03-10T16:13:35.852Z Compiling petgraph v0.6.5
16642026-03-10T16:13:35.870Z Compiling clap v4.5.60
16652026-03-10T16:13:35.940Z Compiling string_cache v0.8.9
16662026-03-10T16:13:36.017Z Compiling hickory-proto v0.25.2
16672026-03-10T16:13:36.133Z Compiling strum v0.26.3
16682026-03-10T16:13:36.251Z Compiling iddqd v0.3.17
16692026-03-10T16:13:36.289Z Compiling indicatif v0.18.4
16702026-03-10T16:13:36.329Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16712026-03-10T16:13:36.742Z Compiling petgraph v0.8.3
16722026-03-10T16:13:37.468Z Compiling toml_edit v0.22.27
16732026-03-10T16:13:37.822Z Compiling zip v4.6.1
16742026-03-10T16:13:37.958Z Compiling tokio-postgres v0.7.16
16752026-03-10T16:13:39.120Z Compiling sha3 v0.10.8
16762026-03-10T16:13:39.391Z Compiling env_logger v0.11.9
16772026-03-10T16:13:39.733Z Compiling zone v0.3.1
16782026-03-10T16:13:39.855Z Compiling usdt v0.6.0
16792026-03-10T16:13:40.105Z Compiling usdt-impl v0.5.0
16802026-03-10T16:13:40.140Z Compiling ecdsa v0.16.9
16812026-03-10T16:13:40.175Z Compiling similar v2.7.0
16822026-03-10T16:13:40.636Z Compiling serde_with v3.17.0
16832026-03-10T16:13:40.656Z Compiling rsa v0.9.10
16842026-03-10T16:13:40.872Z Compiling crossterm v0.28.1
16852026-03-10T16:13:40.892Z Compiling ed25519-dalek v2.2.0
16862026-03-10T16:13:41.308Z Compiling zip v0.6.6
16872026-03-10T16:13:41.825Z Compiling toml v0.7.8
16882026-03-10T16:13:42.489Z Compiling toml_parser v1.0.9+spec-1.1.0
16892026-03-10T16:13:42.589Z Compiling itertools v0.13.0
16902026-03-10T16:13:42.673Z Compiling tokio-stream v0.1.18
16912026-03-10T16:13:42.712Z Compiling buf-list v1.1.2
16922026-03-10T16:13:43.067Z Compiling x509-cert v0.2.5
16932026-03-10T16:13:43.086Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16942026-03-10T16:13:43.266Z Compiling openapiv3 v2.2.0
16952026-03-10T16:13:43.367Z Compiling sha1 v0.10.6
16962026-03-10T16:13:43.519Z Compiling toml_datetime v0.7.5+spec-1.1.0
16972026-03-10T16:13:43.647Z Compiling peg-runtime v0.8.5
16982026-03-10T16:13:43.903Z Compiling lalrpop-util v0.19.12
16992026-03-10T16:13:44.012Z Compiling thread_local v1.1.9
17002026-03-10T16:13:44.146Z Compiling slog-async v2.8.0
17012026-03-10T16:13:44.303Z Compiling crossbeam-channel v0.5.15
17022026-03-10T16:13:44.324Z Compiling futures-executor v0.3.32
17032026-03-10T16:13:44.569Z Compiling is-terminal v0.4.17
17042026-03-10T16:13:44.645Z Compiling filetime v0.2.27
17052026-03-10T16:13:44.692Z Compiling term v1.2.1
17062026-03-10T16:13:44.878Z Compiling xattr v1.6.1
17072026-03-10T16:13:44.917Z Compiling take_mut v0.2.2
17082026-03-10T16:13:45.056Z Compiling slog-term v2.9.2
17092026-03-10T16:13:45.087Z Compiling tar v0.4.44
17102026-03-10T16:13:45.416Z Compiling futures v0.3.32
17112026-03-10T16:13:52.298Z Compiling rustls-webpki v0.103.9
17122026-03-10T16:13:57.313Z Compiling tokio-rustls v0.26.4
17132026-03-10T16:13:57.316Z Compiling rustls-platform-verifier v0.6.2
17142026-03-10T16:13:57.316Z Compiling hyper-rustls v0.27.7
17152026-03-10T16:13:57.316Z Compiling reqwest v0.13.2
17162026-03-10T16:13:57.316Z Compiling reqwest v0.12.28
17172026-03-10T16:13:59.798Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17182026-03-10T16:14:00.096Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17192026-03-10T16:14:03.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17202026-03-10T16:14:04.102Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17212026-03-10T16:14:04.163ZMar 10 16:14:02.661 INFO Starting download, target: MaghemiteMgd
17222026-03-10T16:14:04.163ZMar 10 16:14:02.662 INFO Starting download, target: DendriteStub
17232026-03-10T16:14:04.163ZMar 10 16:14:02.662 INFO Starting download, target: Clickhouse
17242026-03-10T16:14:04.163ZMar 10 16:14:02.662 INFO Starting download, target: TransceiverControl
17252026-03-10T16:14:04.163ZMar 10 16:14:02.662 INFO Starting download, target: Console
17262026-03-10T16:14:04.163ZMar 10 16:14:02.662 INFO Starting download, target: Cockroach
17272026-03-10T16:14:04.167ZMar 10 16:14:02.662 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17282026-03-10T16:14:04.167ZMar 10 16:14:02.662 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17292026-03-10T16:14:04.167ZMar 10 16:14:02.662 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17302026-03-10T16:14:04.167ZMar 10 16:14:02.662 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17312026-03-10T16:14:04.167ZMar 10 16:14:02.662 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17322026-03-10T16:14:04.167ZMar 10 16:14:02.662 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17332026-03-10T16:14:04.790ZMar 10 16:14:03.279 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17342026-03-10T16:14:05.131ZMar 10 16:14:03.624 INFO Download complete, target: TransceiverControl
17352026-03-10T16:14:05.270ZMar 10 16:14:03.727 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17362026-03-10T16:14:05.605ZMar 10 16:14:04.090 INFO Download complete, target: Console
17372026-03-10T16:14:05.654ZMar 10 16:14:04.149 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17382026-03-10T16:14:05.687ZMar 10 16:14:04.186 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17392026-03-10T16:14:06.303ZMar 10 16:14:04.802 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17402026-03-10T16:14:06.303ZMar 10 16:14:04.802 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17412026-03-10T16:14:06.518ZMar 10 16:14:05.018 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17422026-03-10T16:14:09.084ZMar 10 16:14:07.583 INFO Download complete, target: MaghemiteMgd
17432026-03-10T16:14:09.225ZMar 10 16:14:07.724 INFO Download complete, target: DendriteStub
17442026-03-10T16:14:13.894ZMar 10 16:14:12.394 INFO Checking that binary works, target: Cockroach
17452026-03-10T16:14:14.042ZMar 10 16:14:12.542 INFO Download complete, target: Cockroach
17462026-03-10T16:14:17.495ZMar 10 16:14:15.996 INFO Checking that binary works, target: Clickhouse
17472026-03-10T16:14:17.735ZMar 10 16:14:16.236 INFO Download complete, target: Clickhouse
17482026-03-10T16:14:17.741ZAll prerequisites installed successfully
17492026-03-10T16:14:17.744Z
17502026-03-10T16:14:17.744Zreal 4:19.512643679
17512026-03-10T16:14:17.744Zuser 10:24.786212151
17522026-03-10T16:14:17.744Zsys 1:48.310383467
17532026-03-10T16:14:17.744Ztrap 0.314199432
17542026-03-10T16:14:17.744Ztflt 1.457064446
17552026-03-10T16:14:17.744Zdflt 1.954332325
17562026-03-10T16:14:17.744Zkflt 0.228974785
17572026-03-10T16:14:17.744Zlock 22:34.251964150
17582026-03-10T16:14:17.744Zslp 39:04.023794571
17592026-03-10T16:14:17.744Zlat 53.301481139
17602026-03-10T16:14:17.744Zstop 2:34.046741825
17612026-03-10T16:14:17.744Z+ ptime -m cargo xtask download softnpu
17622026-03-10T16:14:18.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17632026-03-10T16:14:18.496Z Running `target/debug/xtask download softnpu`
17642026-03-10T16:14:19.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
17652026-03-10T16:14:19.565Z Running `target/debug/xtask-downloader softnpu`
17662026-03-10T16:14:19.612ZMar 10 16:14:18.113 INFO Starting download, target: Softnpu
17672026-03-10T16:14:19.616ZMar 10 16:14:18.113 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17682026-03-10T16:14:20.246ZMar 10 16:14:18.747 INFO Download complete, target: Softnpu
17692026-03-10T16:14:20.249Z
17702026-03-10T16:14:20.253Zreal 2.502708749
17712026-03-10T16:14:20.253Zuser 1.589837043
17722026-03-10T16:14:20.253Zsys 0.685984720
17732026-03-10T16:14:20.253Ztrap 0.000855229
17742026-03-10T16:14:20.253Ztflt 0.000056104
17752026-03-10T16:14:20.253Zdflt 0.000056745
17762026-03-10T16:14:20.253Zkflt 0.000000000
17772026-03-10T16:14:20.253Zlock 6.660037398
17782026-03-10T16:14:20.253Zslp 0.487306929
17792026-03-10T16:14:20.253Zlat 0.031108024
17802026-03-10T16:14:20.254Zstop 0.000119910
17812026-03-10T16:14:20.254Z+ export CARGO_INCREMENTAL=0
17822026-03-10T16:14:20.254Z+ CARGO_INCREMENTAL=0
17832026-03-10T16:14:20.254Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17842026-03-10T16:14:21.414Z Compiling proc-macro2 v1.0.106
17852026-03-10T16:14:21.414Z Compiling quote v1.0.44
17862026-03-10T16:14:21.414Z Compiling unicode-ident v1.0.24
17872026-03-10T16:14:21.414Z Compiling libc v0.2.180
17882026-03-10T16:14:21.417Z Compiling serde_core v1.0.228
17892026-03-10T16:14:21.417Z Compiling serde v1.0.228
17902026-03-10T16:14:21.417Z Compiling cfg-if v1.0.4
17912026-03-10T16:14:21.417Z Compiling version_check v0.9.5
17922026-03-10T16:14:21.737Z Compiling shlex v1.3.0
17932026-03-10T16:14:21.804Z Compiling find-msvc-tools v0.1.9
17942026-03-10T16:14:21.924Z Compiling typenum v1.19.0
17952026-03-10T16:14:22.108Z Compiling generic-array v0.14.7
17962026-03-10T16:14:22.146Z Compiling portable-atomic v1.13.1
17972026-03-10T16:14:22.327Z Compiling memchr v2.8.0
17982026-03-10T16:14:22.363Z Compiling zmij v1.0.21
17992026-03-10T16:14:22.689Z Compiling serde_json v1.0.149
18002026-03-10T16:14:22.704Z Compiling autocfg v1.5.0
18012026-03-10T16:14:22.939Z Compiling jobserver v0.1.34
18022026-03-10T16:14:23.053Z Compiling syn v2.0.117
18032026-03-10T16:14:23.082Z Compiling zerocopy v0.8.40
18042026-03-10T16:14:23.140Z Compiling libm v0.2.16
18052026-03-10T16:14:23.160Z Compiling parking_lot_core v0.9.12
18062026-03-10T16:14:23.376Z Compiling cc v1.2.56
18072026-03-10T16:14:23.456Z Compiling num-traits v0.2.19
18082026-03-10T16:14:23.531Z Compiling smallvec v1.15.1
18092026-03-10T16:14:23.536Z Compiling icu_normalizer_data v2.1.1
18102026-03-10T16:14:23.708Z Compiling icu_properties_data v2.1.2
18112026-03-10T16:14:23.792Z Compiling getrandom v0.2.17
18122026-03-10T16:14:23.842Z Compiling itoa v1.0.17
18132026-03-10T16:14:23.965Z Compiling log v0.4.29
18142026-03-10T16:14:24.149Z Compiling getrandom v0.4.1
18152026-03-10T16:14:24.369Z Compiling pkg-config v0.3.32
18162026-03-10T16:14:24.428Z Compiling errno v0.3.14
18172026-03-10T16:14:24.449Z Compiling stable_deref_trait v1.2.1
18182026-03-10T16:14:24.622Z Compiling rand_core v0.6.4
18192026-03-10T16:14:24.825Z Compiling subtle v2.6.1
18202026-03-10T16:14:24.844Z Compiling scopeguard v1.2.0
18212026-03-10T16:14:24.946Z Compiling thiserror v2.0.18
18222026-03-10T16:14:24.982Z Compiling lock_api v0.4.14
18232026-03-10T16:14:25.000Z Compiling fnv v1.0.7
18242026-03-10T16:14:25.232Z Compiling getrandom v0.3.4
18252026-03-10T16:14:25.472Z Compiling critical-section v1.2.0
18262026-03-10T16:14:25.496Z Compiling pin-project-lite v0.2.17
18272026-03-10T16:14:25.661Z Compiling equivalent v1.0.2
18282026-03-10T16:14:25.770Z Compiling allocator-api2 v0.2.21
18292026-03-10T16:14:25.817Z Compiling rustversion v1.0.22
18302026-03-10T16:14:25.926Z Compiling once_cell v1.21.3
18312026-03-10T16:14:26.200Z Compiling bitflags v2.11.0
18322026-03-10T16:14:26.530Z Compiling foldhash v0.2.0
18332026-03-10T16:14:26.602Z Compiling ring v0.17.14
18342026-03-10T16:14:26.703Z Compiling semver v1.0.27
18352026-03-10T16:14:26.779Z Compiling hashbrown v0.16.1
18362026-03-10T16:14:27.082Z Compiling synstructure v0.13.2
18372026-03-10T16:14:27.240Z Compiling cmake v0.1.57
18382026-03-10T16:14:27.264Z Compiling litemap v0.8.1
18392026-03-10T16:14:27.567Z Compiling fs_extra v1.3.0
18402026-03-10T16:14:27.678Z Compiling dunce v1.0.5
18412026-03-10T16:14:27.700Z Compiling percent-encoding v2.3.2
18422026-03-10T16:14:27.755Z Compiling writeable v0.6.2
18432026-03-10T16:14:27.857Z Compiling const-oid v0.9.6
18442026-03-10T16:14:27.900Z Compiling aws-lc-sys v0.37.1
18452026-03-10T16:14:28.030Z Compiling indexmap v2.13.0
18462026-03-10T16:14:28.187Z Compiling rustix v1.1.3
18472026-03-10T16:14:28.716Z Compiling signal-hook-registry v1.4.8
18482026-03-10T16:14:28.867Z Compiling schemars v0.8.22
18492026-03-10T16:14:28.896Z Compiling parking_lot v0.12.5
18502026-03-10T16:14:28.915Z Compiling serde_derive_internals v0.29.1
18512026-03-10T16:14:28.918Z Compiling mio v1.1.1
18522026-03-10T16:14:28.918Z Compiling socket2 v0.6.2
18532026-03-10T16:14:28.967Z Compiling serde_derive v1.0.228
18542026-03-10T16:14:28.993Z Compiling zeroize_derive v1.4.3
18552026-03-10T16:14:29.140Z Compiling zerofrom-derive v0.1.6
18562026-03-10T16:14:29.303Z Compiling yoke-derive v0.8.1
18572026-03-10T16:14:29.786Z Compiling zerovec-derive v0.11.2
18582026-03-10T16:14:29.865Z Compiling displaydoc v0.2.5
18592026-03-10T16:14:29.891Z Compiling zerocopy-derive v0.8.40
18602026-03-10T16:14:29.973Z Compiling zeroize v1.8.2
18612026-03-10T16:14:30.299Z Compiling tokio-macros v2.6.0
18622026-03-10T16:14:30.316Z Compiling futures-macro v0.3.32
18632026-03-10T16:14:30.731Z Compiling zerofrom v0.1.6
18642026-03-10T16:14:30.790Z Compiling thiserror-impl v2.0.18
18652026-03-10T16:14:30.897Z Compiling yoke v0.8.1
18662026-03-10T16:14:31.203Z Compiling zerotrie v0.2.3
18672026-03-10T16:14:31.206Z Compiling zerovec v0.11.5
18682026-03-10T16:14:31.333Z Compiling crypto-common v0.1.7
18692026-03-10T16:14:31.512Z Compiling block-buffer v0.10.4
18702026-03-10T16:14:31.695Z Compiling tracing-attributes v0.1.31
18712026-03-10T16:14:31.776Z Compiling der_derive v0.7.3
18722026-03-10T16:14:31.952Z Compiling tinystr v0.8.2
18732026-03-10T16:14:32.001Z Compiling potential_utf v0.1.4
18742026-03-10T16:14:32.225Z Compiling icu_locale_core v2.1.1
18752026-03-10T16:14:32.243Z Compiling icu_collections v2.1.1
18762026-03-10T16:14:33.159Z Compiling rand_core v0.10.0
18772026-03-10T16:14:33.259Z Compiling bytes v1.11.1
18782026-03-10T16:14:33.372Z Compiling icu_provider v2.1.1
18792026-03-10T16:14:33.401Z Compiling digest v0.10.7
18802026-03-10T16:14:33.689Z Compiling schemars_derive v0.8.22
18812026-03-10T16:14:33.784Z Compiling icu_properties v2.1.2
18822026-03-10T16:14:33.895Z Compiling icu_normalizer v2.1.1
18832026-03-10T16:14:34.463Z Compiling strsim v0.11.1
18842026-03-10T16:14:34.479Z Compiling aws-lc-rs v1.16.0
18852026-03-10T16:14:34.844Z Compiling utf8_iter v1.0.4
18862026-03-10T16:14:35.053Z Compiling idna_adapter v1.2.1
18872026-03-10T16:14:35.194Z Compiling idna v1.1.0
18882026-03-10T16:14:35.431Z Compiling form_urlencoded v1.2.2
18892026-03-10T16:14:35.489Z Compiling ucd-trie v0.1.7
18902026-03-10T16:14:35.784Z Compiling thiserror v1.0.69
18912026-03-10T16:14:35.787Z Compiling byteorder v1.5.0
18922026-03-10T16:14:35.887Z Compiling futures-core v0.3.32
18932026-03-10T16:14:35.935Z Compiling pest v2.8.6
18942026-03-10T16:14:36.080Z Compiling tokio v1.49.0
18952026-03-10T16:14:36.304Z Compiling heck v0.5.0
18962026-03-10T16:14:36.380Z Compiling vcpkg v0.2.15
18972026-03-10T16:14:36.398Z Compiling httparse v1.10.1
18982026-03-10T16:14:36.728Z Compiling ident_case v1.0.1
18992026-03-10T16:14:36.852Z Compiling url v2.5.8
19002026-03-10T16:14:36.878Z Compiling thiserror-impl v1.0.69
19012026-03-10T16:14:37.175Z Compiling openssl-sys v0.9.111
19022026-03-10T16:14:37.428Z Compiling pest_meta v2.8.6
19032026-03-10T16:14:38.161Z Compiling syn v1.0.109
19042026-03-10T16:14:38.334Z Compiling pest_generator v2.8.6
19052026-03-10T16:14:38.372Z Compiling regex-syntax v0.8.10
19062026-03-10T16:14:38.372Z Compiling crossbeam-utils v0.8.21
19072026-03-10T16:14:39.271Z Compiling pest_derive v2.8.6
19082026-03-10T16:14:40.179Z Compiling rustc_version v0.4.1
19092026-03-10T16:14:40.291Z Compiling rustls v0.23.37
19102026-03-10T16:14:40.534Z Compiling cpufeatures v0.2.17
19112026-03-10T16:14:40.551Z Compiling futures-sink v0.3.32
19122026-03-10T16:14:40.665Z Compiling futures-channel v0.3.32
19132026-03-10T16:14:40.799Z Compiling hmac v0.12.1
19142026-03-10T16:14:40.978Z Compiling iana-time-zone v0.1.65
19152026-03-10T16:14:41.000Z Compiling plain v0.2.3
19162026-03-10T16:14:41.136Z Compiling futures-task v0.3.32
19172026-03-10T16:14:41.164Z Compiling slab v0.4.12
19182026-03-10T16:14:41.314Z Compiling futures-io v0.3.32
19192026-03-10T16:14:41.428Z Compiling chrono v0.4.44
19202026-03-10T16:14:41.497Z Compiling futures-util v0.3.32
19212026-03-10T16:14:41.818Z Compiling uuid v1.21.0
19222026-03-10T16:14:42.190Z Compiling block-padding v0.3.3
19232026-03-10T16:14:42.396Z Compiling aho-corasick v1.1.4
19242026-03-10T16:14:43.228Z Compiling inout v0.1.4
19252026-03-10T16:14:43.378Z Compiling ppv-lite86 v0.2.21
19262026-03-10T16:14:43.833Z Compiling regex-automata v0.4.14
19272026-03-10T16:14:44.286Z Compiling openssl v0.10.75
19282026-03-10T16:14:44.601Z Compiling pretty-hex v0.4.1
19292026-03-10T16:14:44.777Z Compiling num-conv v0.2.0
19302026-03-10T16:14:44.958Z Compiling time-core v0.1.8
19312026-03-10T16:14:45.153Z Compiling time-macros v0.2.27
19322026-03-10T16:14:45.398Z Compiling cipher v0.4.4
19332026-03-10T16:14:45.713Z Compiling sha2 v0.10.9
19342026-03-10T16:14:45.897Z Compiling serde_tokenstream v0.2.3
19352026-03-10T16:14:45.982Z Compiling scroll_derive v0.12.1
19362026-03-10T16:14:46.100Z Compiling scroll_derive v0.13.1
19372026-03-10T16:14:46.177Z Compiling anyhow v1.0.102
19382026-03-10T16:14:46.269Z Compiling either v1.15.0
19392026-03-10T16:14:46.540Z Compiling crc32fast v1.5.0
19402026-03-10T16:14:46.563Z Compiling base64ct v1.8.3
19412026-03-10T16:14:46.752Z Compiling darling_core v0.21.3
19422026-03-10T16:14:46.888Z Compiling pem-rfc7468 v0.7.0
19432026-03-10T16:14:46.941Z Compiling rustls-pki-types v1.14.0
19442026-03-10T16:14:47.129Z Compiling openssl-macros v0.1.1
19452026-03-10T16:14:47.589Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19462026-03-10T16:14:47.629Z Compiling flagset v0.4.7
19472026-03-10T16:14:47.797Z Compiling native-tls v0.2.18
19482026-03-10T16:14:48.012Z Compiling der v0.7.10
19492026-03-10T16:14:48.097Z Compiling regex v1.12.3
19502026-03-10T16:14:48.257Z Compiling rand_core v0.9.5
19512026-03-10T16:14:48.676Z Compiling zerocopy-derive v0.7.35
19522026-03-10T16:14:48.892Z Compiling slog v2.8.2
19532026-03-10T16:14:49.167Z Compiling dyn-clone v1.0.20
19542026-03-10T16:14:49.187Z Compiling rayon-core v1.13.0
19552026-03-10T16:14:49.567Z Compiling spki v0.7.3
19562026-03-10T16:14:49.674Z Compiling salsa20 v0.10.2
19572026-03-10T16:14:49.816Z Compiling pbkdf2 v0.12.2
19582026-03-10T16:14:49.835Z Compiling darling_macro v0.21.3
19592026-03-10T16:14:49.955Z Compiling http v1.4.0
19602026-03-10T16:14:50.455Z Compiling darling v0.21.3
19612026-03-10T16:14:50.827Z Compiling tracing-core v0.1.36
19622026-03-10T16:14:51.321Z Compiling untrusted v0.9.0
19632026-03-10T16:14:51.475Z Compiling camino v1.2.2
19642026-03-10T16:14:51.842Z Compiling tracing v0.1.44
19652026-03-10T16:14:52.486Z Compiling scrypt v0.11.0
19662026-03-10T16:14:52.514Z Compiling rand_chacha v0.9.0
19672026-03-10T16:14:52.770Z Compiling tokio-util v0.7.18
19682026-03-10T16:14:52.972Z Compiling aes v0.8.4
19692026-03-10T16:14:53.583Z Compiling cbc v0.1.2
19702026-03-10T16:14:54.273Z Compiling cookie v0.18.1
19712026-03-10T16:14:54.511Z Compiling usdt-impl v0.5.0
19722026-03-10T16:14:54.650Z Compiling base64 v0.22.1
19732026-03-10T16:14:54.719Z Compiling usdt-impl v0.6.0
19742026-03-10T16:14:54.776Z Compiling paste v1.0.15
19752026-03-10T16:14:54.980Z Compiling ref-cast v1.0.25
19762026-03-10T16:14:55.090Z Compiling winnow v0.7.14
19772026-03-10T16:14:55.343Z Compiling pkcs5 v0.7.1
19782026-03-10T16:14:55.497Z Compiling rand v0.9.2
19792026-03-10T16:14:56.207Z Compiling http-body v1.0.1
19802026-03-10T16:14:56.380Z Compiling scroll v0.13.0
19812026-03-10T16:14:56.561Z Compiling scroll v0.12.0
19822026-03-10T16:14:56.890Z Compiling heapless v0.7.17
19832026-03-10T16:14:57.195Z Compiling serde_spanned v0.6.9
19842026-03-10T16:14:57.278Z Compiling toml_datetime v0.6.11
19852026-03-10T16:14:57.361Z Compiling bzip2-sys v0.1.13+1.0.8
19862026-03-10T16:14:57.577Z Compiling openssl-probe v0.2.1
19872026-03-10T16:14:57.717Z Compiling untrusted v0.7.1
19882026-03-10T16:14:57.770Z Compiling signal-hook v0.3.18
19892026-03-10T16:14:57.860Z Compiling zstd-safe v7.2.4
19902026-03-10T16:14:58.255Z Compiling goblin v0.8.2
19912026-03-10T16:14:58.259Z Compiling toml_parser v1.0.9+spec-1.1.0
19922026-03-10T16:14:59.016Z Compiling goblin v0.10.5
19932026-03-10T16:14:59.273Z Compiling pkcs8 v0.10.2
19942026-03-10T16:14:59.839Z Compiling zerocopy v0.7.35
19952026-03-10T16:15:00.025Z Compiling darling_core v0.20.11
19962026-03-10T16:15:00.337Z Compiling ref-cast-impl v1.0.25
19972026-03-10T16:15:00.357Z Compiling toml_datetime v0.7.5+spec-1.1.0
19982026-03-10T16:15:00.813Z Compiling tower-layer v0.3.3
19992026-03-10T16:15:00.884Z Compiling tinyvec_macros v0.1.1
20002026-03-10T16:15:01.015Z Compiling tower-service v0.3.3
20012026-03-10T16:15:01.018Z Compiling atomic-waker v1.1.2
20022026-03-10T16:15:01.128Z Compiling rustix v0.38.44
20032026-03-10T16:15:01.173Z Compiling winnow v0.5.40
20042026-03-10T16:15:01.694Z Compiling try-lock v0.2.5
20052026-03-10T16:15:01.986Z Compiling want v0.3.1
20062026-03-10T16:15:02.669Z Compiling dof v0.3.0
20072026-03-10T16:15:02.818Z Compiling darling_macro v0.20.11
20082026-03-10T16:15:03.028Z Compiling dof v0.4.0
20092026-03-10T16:15:03.403Z Compiling toml_edit v0.19.15
20102026-03-10T16:15:03.477Z Compiling h2 v0.4.13
20112026-03-10T16:15:03.731Z Compiling tinyvec v1.10.0
20122026-03-10T16:15:05.344Z Compiling dtrace-parser v0.2.0
20132026-03-10T16:15:05.587Z Compiling dtrace-parser v0.3.0
20142026-03-10T16:15:06.181Z Compiling curve25519-dalek v4.1.3
20152026-03-10T16:15:06.460Z Compiling ipnet v2.11.0
20162026-03-10T16:15:06.496Z Compiling daft-derive v0.1.5
20172026-03-10T16:15:06.608Z Compiling async-trait v0.1.89
20182026-03-10T16:15:07.056Z Compiling spin v0.9.8
20192026-03-10T16:15:07.318Z Compiling thread-id v4.2.2
20202026-03-10T16:15:07.363Z Compiling thread-id v5.1.0
20212026-03-10T16:15:07.420Z Compiling proc-macro-error-attr v1.0.4
20222026-03-10T16:15:07.464Z Compiling litrs v1.0.0
20232026-03-10T16:15:07.679Z Compiling smoltcp v0.9.1
20242026-03-10T16:15:08.076Z Compiling pin-utils v0.1.0
20252026-03-10T16:15:08.167Z Compiling fastrand v2.3.0
20262026-03-10T16:15:08.230Z Compiling foreign-types-shared v0.1.1
20272026-03-10T16:15:08.305Z Compiling num-bigint-dig v0.8.6
20282026-03-10T16:15:08.439Z Compiling httpdate v1.0.3
20292026-03-10T16:15:08.462Z Compiling tempfile v3.25.0
20302026-03-10T16:15:08.547Z Compiling foreign-types v0.3.2
20312026-03-10T16:15:08.636Z Compiling hyper v1.8.1
20322026-03-10T16:15:08.693Z Compiling document-features v0.2.12
20332026-03-10T16:15:09.503Z Compiling darling v0.20.11
20342026-03-10T16:15:10.080Z Compiling ipnetwork v0.21.1
20352026-03-10T16:15:10.563Z Compiling strum_macros v0.26.4
20362026-03-10T16:15:10.621Z Compiling wait-timeout v0.2.1
20372026-03-10T16:15:10.866Z Compiling proc-macro-error v1.0.4
20382026-03-10T16:15:11.983Z Compiling quick-error v1.2.3
20392026-03-10T16:15:12.141Z Compiling siphasher v1.0.2
20402026-03-10T16:15:12.199Z Compiling unicode-segmentation v1.12.0
20412026-03-10T16:15:12.370Z Compiling anstyle v1.0.13
20422026-03-10T16:15:12.640Z Compiling powerfmt v0.2.0
20432026-03-10T16:15:12.684Z Compiling simd-adler32 v0.3.8
20442026-03-10T16:15:12.902Z Compiling utf8parse v0.2.2
20452026-03-10T16:15:12.953Z Compiling bit-vec v0.8.0
20462026-03-10T16:15:12.956Z Compiling deranged v0.5.8
20472026-03-10T16:15:13.029Z Compiling anstyle-parse v0.2.7
20482026-03-10T16:15:13.234Z Compiling bit-set v0.8.0
20492026-03-10T16:15:14.560Z Compiling rusty-fork v0.3.1
20502026-03-10T16:15:15.989Z Compiling hyper-util v0.1.20
20512026-03-10T16:15:16.029Z Compiling derive_builder_core v0.20.2
20522026-03-10T16:15:17.078Z Compiling crossbeam-epoch v0.9.18
20532026-03-10T16:15:17.952Z Compiling unicode-normalization v0.1.25
20542026-03-10T16:15:18.128Z Compiling rustls-native-certs v0.8.3
20552026-03-10T16:15:18.741Z Compiling rand_xorshift v0.4.0
20562026-03-10T16:15:18.919Z Compiling hubpack_derive v0.1.1
20572026-03-10T16:15:18.948Z Compiling sync_wrapper v1.0.2
20582026-03-10T16:15:19.078Z Compiling strum_macros v0.27.2
20592026-03-10T16:15:19.152Z Compiling signature v2.2.0
20602026-03-10T16:15:19.326Z Compiling curve25519-dalek-derive v0.1.1
20612026-03-10T16:15:19.488Z Compiling fs-err v3.3.0
20622026-03-10T16:15:19.607Z Compiling ahash v0.8.12
20632026-03-10T16:15:19.714Z Compiling unicode-properties v0.1.4
20642026-03-10T16:15:19.754Z Compiling colorchoice v1.0.4
20652026-03-10T16:15:19.881Z Compiling anstyle-query v1.1.5
20662026-03-10T16:15:19.899Z Compiling num_threads v0.1.7
20672026-03-10T16:15:19.974Z Compiling unicode-bidi v0.3.18
20682026-03-10T16:15:20.009Z Compiling adler2 v2.0.1
20692026-03-10T16:15:20.173Z Compiling is_terminal_polyfill v1.70.2
20702026-03-10T16:15:20.259Z Compiling object v0.37.3
20712026-03-10T16:15:20.323Z Compiling unarray v0.1.4
20722026-03-10T16:15:20.371Z Compiling time v0.3.47
20732026-03-10T16:15:20.459Z Compiling proptest v1.10.0
20742026-03-10T16:15:20.593Z Compiling stringprep v0.1.5
20752026-03-10T16:15:20.610Z Compiling anstream v0.6.21
20762026-03-10T16:15:21.086Z Compiling miniz_oxide v0.8.9
20772026-03-10T16:15:21.789Z Compiling tower v0.5.3
20782026-03-10T16:15:22.955Z Compiling crossbeam-deque v0.8.6
20792026-03-10T16:15:22.978Z Compiling derive_builder_macro v0.20.2
20802026-03-10T16:15:23.192Z Compiling heck v0.4.1
20812026-03-10T16:15:23.451Z Compiling usdt-attr-macro v0.6.0
20822026-03-10T16:15:23.566Z Compiling usdt-macro v0.6.0
20832026-03-10T16:15:24.469Z Compiling http-body-util v0.1.3
20842026-03-10T16:15:24.487Z Compiling webpki-roots v1.0.6
20852026-03-10T16:15:24.652Z Compiling rand_chacha v0.3.1
20862026-03-10T16:15:24.770Z Compiling num-integer v0.1.46
20872026-03-10T16:15:24.899Z Compiling hash32 v0.2.1
20882026-03-10T16:15:24.947Z Compiling md-5 v0.10.6
20892026-03-10T16:15:25.023Z Compiling erased-serde v0.3.31
20902026-03-10T16:15:25.126Z Compiling vergen-lib v0.1.6
20912026-03-10T16:15:25.161Z Compiling ff v0.13.1
20922026-03-10T16:15:25.177Z Compiling fallible-iterator v0.2.0
20932026-03-10T16:15:25.344Z Compiling iri-string v0.7.10
20942026-03-10T16:15:25.403Z Compiling psl-types v2.0.11
20952026-03-10T16:15:25.446Z Compiling base16ct v0.2.0
20962026-03-10T16:15:25.558Z Compiling ryu v1.0.23
20972026-03-10T16:15:25.656Z Compiling zlib-rs v0.6.2
20982026-03-10T16:15:25.766Z Compiling serde_urlencoded v0.7.1
20992026-03-10T16:15:25.948Z Compiling sec1 v0.7.3
21002026-03-10T16:15:26.083Z Compiling postgres-protocol v0.6.10
21012026-03-10T16:15:26.285Z Compiling publicsuffix v2.3.0
21022026-03-10T16:15:26.520Z Compiling group v0.13.0
21032026-03-10T16:15:26.722Z Compiling num-iter v0.1.45
21042026-03-10T16:15:26.876Z Compiling rand v0.8.5
21052026-03-10T16:15:26.984Z Compiling tower-http v0.6.8
21062026-03-10T16:15:27.686Z Compiling oxnet v0.1.4
21072026-03-10T16:15:27.992Z Compiling derive_builder v0.20.2
21082026-03-10T16:15:28.013Z Compiling zone_cfg_derive v0.3.1
21092026-03-10T16:15:28.042Z Compiling newtype-uuid v1.3.2
21102026-03-10T16:15:28.166Z Compiling tokio-native-tls v0.3.1
21112026-03-10T16:15:28.382Z Compiling phf_shared v0.13.1
21122026-03-10T16:15:28.444Z Compiling flate2 v1.1.9
21132026-03-10T16:15:28.843Z Compiling lazy_static v1.5.0
21142026-03-10T16:15:29.145Z Compiling terminal_size v0.4.3
21152026-03-10T16:15:29.311Z Compiling serde_with_macros v3.17.0
21162026-03-10T16:15:29.408Z Compiling hkdf v0.12.4
21172026-03-10T16:15:29.519Z Compiling clap_derive v4.5.55
21182026-03-10T16:15:29.558Z Compiling enum-as-inner v0.6.1
21192026-03-10T16:15:29.716Z Compiling cargo-platform v0.1.9
21202026-03-10T16:15:30.011Z Compiling crypto-bigint v0.5.5
21212026-03-10T16:15:30.171Z Compiling serde_repr v0.1.20
21222026-03-10T16:15:30.468Z Compiling vergen v9.0.6
21232026-03-10T16:15:30.725Z Compiling bitflags v1.3.2
21242026-03-10T16:15:30.819Z Compiling unicode-width v0.2.0
21252026-03-10T16:15:30.981Z Compiling managed v0.8.0
21262026-03-10T16:15:31.161Z Compiling foldhash v0.1.5
21272026-03-10T16:15:31.341Z Compiling libbz2-rs-sys v0.2.2
21282026-03-10T16:15:31.459Z Compiling bumpalo v3.20.2
21292026-03-10T16:15:31.560Z Compiling clap_lex v1.0.0
21302026-03-10T16:15:31.820Z Compiling clap_builder v4.5.60
21312026-03-10T16:15:31.846Z Compiling bzip2 v0.6.1
21322026-03-10T16:15:32.093Z Compiling zopfli v0.8.3
21332026-03-10T16:15:32.126Z Compiling elliptic-curve v0.13.8
21342026-03-10T16:15:32.551Z Compiling hashbrown v0.15.5
21352026-03-10T16:15:32.811Z Compiling console v0.16.2
21362026-03-10T16:15:33.282Z Compiling cargo_metadata v0.19.2
21372026-03-10T16:15:35.134Z Compiling phf v0.13.1
21382026-03-10T16:15:35.364Z Compiling hyper-tls v0.6.0
21392026-03-10T16:15:35.444Z Compiling zstd v0.13.3
21402026-03-10T16:15:35.540Z Compiling daft v0.1.5
21412026-03-10T16:15:35.765Z Compiling signal-hook-mio v0.2.5
21422026-03-10T16:15:35.877Z Compiling cookie_store v0.22.1
21432026-03-10T16:15:35.901Z Compiling rayon v1.11.0
21442026-03-10T16:15:36.012Z Compiling bzip2 v0.4.4
21452026-03-10T16:15:36.259Z Compiling postgres-types v0.2.12
21462026-03-10T16:15:36.394Z Compiling strum v0.27.2
21472026-03-10T16:15:36.660Z Compiling hubpack v0.1.2
21482026-03-10T16:15:36.749Z Compiling ed25519 v2.2.3
21492026-03-10T16:15:36.916Z Compiling phf_shared v0.11.3
21502026-03-10T16:15:37.142Z Compiling pkcs1 v0.7.5
21512026-03-10T16:15:37.809Z Compiling bstr v1.12.1
21522026-03-10T16:15:38.223Z Compiling itertools v0.12.1
21532026-03-10T16:15:38.279Z Compiling rfc6979 v0.4.0
21542026-03-10T16:15:38.430Z Compiling float-cmp v0.10.0
21552026-03-10T16:15:38.584Z Compiling hex v0.4.3
21562026-03-10T16:15:38.607Z Compiling serde-big-array v0.5.1
21572026-03-10T16:15:38.935Z Compiling env_filter v1.0.0
21582026-03-10T16:15:39.265Z Compiling memmap2 v0.9.10
21592026-03-10T16:15:39.474Z Compiling encoding_rs v0.8.35
21602026-03-10T16:15:39.519Z Compiling data-encoding v2.10.0
21612026-03-10T16:15:39.836Z Compiling fixedbitset v0.5.7
21622026-03-10T16:15:40.207Z Compiling toml_write v0.1.2
21632026-03-10T16:15:40.250Z Compiling keccak v0.1.6
21642026-03-10T16:15:40.456Z Compiling whoami v2.1.0
21652026-03-10T16:15:40.504Z Compiling precomputed-hash v0.1.1
21662026-03-10T16:15:40.613Z Compiling mime v0.3.17
21672026-03-10T16:15:40.879Z Compiling predicates-core v1.0.10
21682026-03-10T16:15:41.281Z Compiling normalize-line-endings v0.3.0
21692026-03-10T16:15:41.428Z Compiling difflib v0.4.0
21702026-03-10T16:15:41.482Z Compiling new_debug_unreachable v1.0.6
21712026-03-10T16:15:41.522Z Compiling jiff v0.2.21
21722026-03-10T16:15:41.569Z Compiling unit-prefix v0.5.2
21732026-03-10T16:15:42.021Z Compiling static_assertions v1.1.0
21742026-03-10T16:15:42.118Z Compiling fixedbitset v0.4.2
21752026-03-10T16:15:42.379Z Compiling rustc-hash v2.1.1
21762026-03-10T16:15:42.533Z Compiling iddqd v0.3.17
21772026-03-10T16:15:42.593Z Compiling petgraph v0.6.5
21782026-03-10T16:15:43.980Z Compiling rustls-webpki v0.103.9
21792026-03-10T16:15:44.395Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21802026-03-10T16:15:45.424Z Compiling zip v4.6.1
21812026-03-10T16:15:45.804Z Compiling predicates v3.1.4
21822026-03-10T16:15:46.550Z Compiling indicatif v0.18.4
21832026-03-10T16:15:46.581Z Compiling string_cache v0.8.9
21842026-03-10T16:15:46.736Z Compiling tokio-postgres v0.7.16
21852026-03-10T16:15:46.846Z Compiling sha3 v0.10.8
21862026-03-10T16:15:47.189Z Compiling toml_edit v0.22.27
21872026-03-10T16:15:48.039Z Compiling petgraph v0.8.3
21882026-03-10T16:15:49.451Z Compiling tokio-rustls v0.26.4
21892026-03-10T16:15:49.780Z Compiling hyper-rustls v0.27.7
21902026-03-10T16:15:50.169Z Compiling rustls-platform-verifier v0.6.2
21912026-03-10T16:15:50.426Z Compiling reqwest v0.13.2
21922026-03-10T16:15:50.460Z Compiling reqwest v0.12.28
21932026-03-10T16:15:50.668Z Compiling hickory-proto v0.25.2
21942026-03-10T16:15:51.585Z Compiling zone v0.3.1
21952026-03-10T16:15:52.407Z Compiling usdt v0.6.0
21962026-03-10T16:15:53.205Z Compiling env_logger v0.11.9
21972026-03-10T16:15:53.625Z Compiling serde_with v3.17.0
21982026-03-10T16:15:54.971Z Compiling ecdsa v0.16.9
21992026-03-10T16:15:55.164Z Compiling similar v2.7.0
22002026-03-10T16:15:55.811Z Compiling rsa v0.9.10
22012026-03-10T16:15:56.306Z Compiling ed25519-dalek v2.2.0
22022026-03-10T16:15:56.664Z Compiling zip v0.6.6
22032026-03-10T16:15:56.859Z Compiling crossterm v0.28.1
22042026-03-10T16:15:56.942Z Compiling clap v4.5.60
22052026-03-10T16:15:57.043Z Compiling strum v0.26.3
22062026-03-10T16:15:57.208Z Compiling toml v0.7.8
22072026-03-10T16:15:57.404Z Compiling tokio-stream v0.1.18
22082026-03-10T16:15:57.482Z Compiling x509-cert v0.2.5
22092026-03-10T16:15:58.785Z Compiling itertools v0.13.0
22102026-03-10T16:15:58.806Z Compiling buf-list v1.1.2
22112026-03-10T16:15:59.125Z Compiling sha1 v0.10.6
22122026-03-10T16:15:59.387Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22132026-03-10T16:15:59.566Z Compiling openapiv3 v2.2.0
22142026-03-10T16:16:00.445Z Compiling lalrpop-util v0.19.12
22152026-03-10T16:16:01.366Z Compiling peg-runtime v0.8.5
22162026-03-10T16:16:01.683Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22172026-03-10T16:16:15.280Z Compiling itertools v0.14.0
22182026-03-10T16:16:16.368Z Compiling macaddr v1.0.1
22192026-03-10T16:16:16.724Z Compiling structmeta-derive v0.3.0
22202026-03-10T16:16:17.295Z Compiling heapless v0.8.0
22212026-03-10T16:16:18.273Z Compiling structmeta v0.3.0
22222026-03-10T16:16:19.712Z Compiling ingot-macros v0.1.1
22232026-03-10T16:16:23.333Z Compiling toml_edit v0.23.10+spec-1.0.0
22242026-03-10T16:16:23.808Z Compiling hash32 v0.3.1
22252026-03-10T16:16:24.315Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22262026-03-10T16:16:24.601Z Compiling smoltcp v0.11.0
22272026-03-10T16:16:26.515Z Compiling proc-macro-crate v3.4.0
22282026-03-10T16:16:27.796Z Compiling ingot-types v0.1.2
22292026-03-10T16:16:35.555Z Compiling cobs v0.3.0
22302026-03-10T16:16:37.975Z Compiling rustls v0.22.4
22312026-03-10T16:16:38.502Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22322026-03-10T16:16:45.921Z Compiling postcard v1.1.3
22332026-03-10T16:16:49.989Z Compiling ingot v0.1.1
22342026-03-10T16:16:51.161Z Compiling num_enum_derive v0.7.5
22352026-03-10T16:16:52.638Z Compiling proc-macro-crate v1.3.1
22362026-03-10T16:16:53.252Z Compiling rustls-webpki v0.102.8
22372026-03-10T16:16:53.813Z Compiling futures-executor v0.3.32
22382026-03-10T16:16:54.461Z Compiling foreign-types-macros v0.2.3
22392026-03-10T16:16:54.487Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22402026-03-10T16:16:54.505Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22412026-03-10T16:16:54.778Z Compiling multer v3.1.0
22422026-03-10T16:16:54.830Z Compiling thread_local v1.1.9
22432026-03-10T16:16:55.036Z Compiling foreign-types-shared v0.3.1
22442026-03-10T16:16:55.055Z Compiling slog-async v2.8.0
22452026-03-10T16:16:55.159Z Compiling match_cfg v0.1.0
22462026-03-10T16:16:55.256Z Compiling cpufeatures v0.3.0
22472026-03-10T16:16:55.359Z Compiling chacha20 v0.10.0
22482026-03-10T16:16:55.487Z Compiling hostname v0.3.1
22492026-03-10T16:16:55.584Z Compiling foreign-types v0.5.0
22502026-03-10T16:16:55.683Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22512026-03-10T16:16:55.702Z Compiling futures v0.3.32
22522026-03-10T16:16:55.759Z Compiling num_enum_derive v0.5.11
22532026-03-10T16:16:55.763Z Compiling num_enum v0.7.5
22542026-03-10T16:16:55.966Z Compiling derive-ex v0.1.8
22552026-03-10T16:16:56.078Z Compiling tabwriter v1.4.1
22562026-03-10T16:16:56.095Z Compiling slog-json v2.6.1
22572026-03-10T16:16:56.433Z Compiling crossbeam-channel v0.5.15
22582026-03-10T16:16:56.531Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22592026-03-10T16:16:57.000Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22602026-03-10T16:16:57.077Z Compiling async-stream-impl v0.3.6
22612026-03-10T16:16:57.095Z Compiling serde_spanned v1.0.4
22622026-03-10T16:16:57.275Z Compiling cstr-argument v0.1.2
22632026-03-10T16:16:57.292Z Compiling memoffset v0.9.1
22642026-03-10T16:16:57.493Z Compiling is-terminal v0.4.17
22652026-03-10T16:16:57.569Z Compiling dropshot v0.16.7
22662026-03-10T16:16:57.587Z Compiling cfg_aliases v0.2.1
22672026-03-10T16:16:57.616Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22682026-03-10T16:16:57.681Z Compiling crucible-workspace-hack v0.1.0
22692026-03-10T16:16:57.821Z Compiling typeid v1.0.3
22702026-03-10T16:16:57.839Z Compiling toml_writer v1.0.6+spec-1.1.0
22712026-03-10T16:16:57.871Z Compiling take_mut v0.2.2
22722026-03-10T16:16:57.930Z Compiling term v1.2.1
22732026-03-10T16:16:58.051Z Compiling test-strategy v0.4.5
22742026-03-10T16:16:58.078Z Compiling async-stream v0.3.6
22752026-03-10T16:16:58.187Z Compiling toml v0.9.12+spec-1.1.0
22762026-03-10T16:16:58.220Z Compiling nix v0.30.1
22772026-03-10T16:16:58.430Z Compiling slog-term v2.9.2
22782026-03-10T16:16:58.718Z Compiling tokio-rustls v0.25.0
22792026-03-10T16:16:59.040Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22802026-03-10T16:16:59.561Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22812026-03-10T16:16:59.608Z Compiling num_enum v0.5.11
22822026-03-10T16:16:59.724Z Compiling slog-bunyan v2.5.0
22832026-03-10T16:16:59.843Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22842026-03-10T16:16:59.950Z Compiling rand v0.10.0
22852026-03-10T16:16:59.953Z Compiling parse-display-derive v0.10.0
22862026-03-10T16:17:00.062Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22872026-03-10T16:17:00.127Z Compiling waitgroup v0.1.2
22882026-03-10T16:17:00.266Z Compiling rustls-pemfile v2.2.0
22892026-03-10T16:17:00.347Z Compiling newtype-uuid-macros v0.1.0
22902026-03-10T16:17:00.394Z Compiling dropshot_endpoint v0.16.7
22912026-03-10T16:17:00.627Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22922026-03-10T16:17:01.048Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22932026-03-10T16:17:01.140Z Compiling serde_path_to_error v0.1.20
22942026-03-10T16:17:01.323Z Compiling hostname v0.4.2
22952026-03-10T16:17:01.365Z Compiling instant v0.1.13
22962026-03-10T16:17:01.416Z Compiling colored v3.1.1
22972026-03-10T16:17:01.510Z Compiling erased-serde v0.4.9
22982026-03-10T16:17:01.527Z Compiling debug-ignore v1.0.5
22992026-03-10T16:17:01.669Z Compiling backoff v0.4.0
23002026-03-10T16:17:01.939Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23012026-03-10T16:17:01.996Z Compiling parse-display v0.10.0
23022026-03-10T16:17:02.013Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23032026-03-10T16:17:02.193Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23042026-03-10T16:17:02.235Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23052026-03-10T16:17:02.749Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23062026-03-10T16:17:03.111Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23072026-03-10T16:17:03.649Z Compiling progenitor-client v0.13.0
23082026-03-10T16:17:03.667Z Compiling progenitor-client v0.10.0
23092026-03-10T16:17:03.985Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23102026-03-10T16:17:04.081Z Compiling camino-tempfile v1.4.1
23112026-03-10T16:17:04.269Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23122026-03-10T16:17:04.272Z Compiling backon v1.6.0
23132026-03-10T16:17:04.591Z Compiling regress v0.10.5
23142026-03-10T16:17:04.611Z Compiling secrecy v0.10.3
23152026-03-10T16:17:04.848Z Compiling num-derive v0.4.2
23162026-03-10T16:17:05.800Z Compiling sigpipe v0.1.3
23172026-03-10T16:17:05.922Z Compiling glob v0.3.3
23182026-03-10T16:17:06.068Z Compiling libefi-sys v0.1.0
23192026-03-10T16:17:06.333Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23202026-03-10T16:17:06.400Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23212026-03-10T16:17:06.613Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23222026-03-10T16:17:06.928Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23232026-03-10T16:17:07.116Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23242026-03-10T16:17:07.264Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23252026-03-10T16:17:07.497Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23262026-03-10T16:17:08.915Z Compiling usdt-macro v0.5.0
23272026-03-10T16:17:09.481Z Compiling usdt-attr-macro v0.5.0
23282026-03-10T16:17:09.827Z Compiling smf v0.2.3
23292026-03-10T16:17:10.463Z Compiling bitfield-struct v0.6.2
23302026-03-10T16:17:10.832Z Compiling ordered-float v2.10.1
23312026-03-10T16:17:11.076Z Compiling blake3 v1.8.3
23322026-03-10T16:17:11.222Z Compiling memmap v0.7.0
23332026-03-10T16:17:11.288Z Compiling whoami v1.6.1
23342026-03-10T16:17:11.309Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23352026-03-10T16:17:11.503Z Compiling usdt v0.5.0
23362026-03-10T16:17:11.618Z Compiling serde-value v0.7.0
23372026-03-10T16:17:11.747Z Compiling serde-untagged v0.1.9
23382026-03-10T16:17:11.856Z Compiling toml v0.8.23
23392026-03-10T16:17:12.035Z Compiling filetime v0.2.27
23402026-03-10T16:17:12.092Z Compiling arrayref v0.3.9
23412026-03-10T16:17:12.191Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23422026-03-10T16:17:12.214Z Compiling unicode-xid v0.2.6
23432026-03-10T16:17:12.290Z Compiling arrayvec v0.7.6
23442026-03-10T16:17:12.293Z Compiling xattr v1.6.1
23452026-03-10T16:17:12.325Z Compiling constant_time_eq v0.4.2
23462026-03-10T16:17:12.388Z Compiling same-file v1.0.6
23472026-03-10T16:17:12.544Z Compiling walkdir v2.5.0
23482026-03-10T16:17:12.578Z Compiling cargo-util-schemas v0.8.2
23492026-03-10T16:17:12.600Z Compiling tar v0.4.44
23502026-03-10T16:17:12.604Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-03-10T16:17:13.499Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23522026-03-10T16:17:13.510Z Compiling tokio-dtrace v0.1.1
23532026-03-10T16:17:13.745Z Compiling gethostname v0.5.0
23542026-03-10T16:17:13.915Z Compiling cargo-platform v0.2.0
23552026-03-10T16:17:13.935Z Compiling topological-sort v0.2.2
23562026-03-10T16:17:14.002Z Compiling oxide-tokio-rt v0.1.2
23572026-03-10T16:17:14.154Z Compiling omicron-zone-package v0.12.2
23582026-03-10T16:17:14.621Z Compiling cargo_metadata v0.21.0
23592026-03-10T16:17:14.948Z Compiling indent_write v2.2.0
23602026-03-10T16:17:15.142Z Compiling shell-words v1.1.1
23612026-03-10T16:17:15.483Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23622026-03-10T16:17:19.518Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23632026-03-10T16:17:21.022Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23642026-03-10T16:17:22.840Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23652026-03-10T16:17:32.816Z Finished `release` profile [optimized] target(s) in 3m 12s
23662026-03-10T16:17:32.997Z Running `target/release/omicron-package -t test target create -p dev`
23672026-03-10T16:17:33.056ZLogging to: /work/oxidecomputer/omicron/out/LOG
23682026-03-10T16:17:33.059ZCreated new build target 'test' and set it as active
23692026-03-10T16:17:33.059Z
23702026-03-10T16:17:33.059Zreal 3:12.825935265
23712026-03-10T16:17:33.059Zuser 20:24.198108927
23722026-03-10T16:17:33.059Zsys 2:34.847049122
23732026-03-10T16:17:33.059Ztrap 0.521324406
23742026-03-10T16:17:33.059Ztflt 1.723866656
23752026-03-10T16:17:33.059Zdflt 0.902349091
23762026-03-10T16:17:33.059Zkflt 0.000128070
23772026-03-10T16:17:33.059Zlock 54:59.750926600
23782026-03-10T16:17:33.059Zslp 1:20:10.430843568
23792026-03-10T16:17:33.059Zlat 1:49.298575192
23802026-03-10T16:17:33.059Zstop 4:15.729798237
23812026-03-10T16:17:33.060Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23822026-03-10T16:17:34.206Z Finished `release` profile [optimized] target(s) in 1.08s
23832026-03-10T16:17:34.267Z Running `target/release/omicron-package -t test package`
23842026-03-10T16:17:34.322ZLogging to: /work/oxidecomputer/omicron/out/LOG
23852026-03-10T16:17:36.123Z Compiling regress v0.10.5
23862026-03-10T16:17:36.126Z Compiling heck v0.5.0
23872026-03-10T16:17:36.126Z Compiling unsafe-libyaml v0.2.11
23882026-03-10T16:17:36.364Z Compiling convert_case v0.4.0
23892026-03-10T16:17:36.388Z Compiling half v2.7.1
23902026-03-10T16:17:36.393Z Compiling ciborium-io v0.2.2
23912026-03-10T16:17:36.432Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23922026-03-10T16:17:36.436Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23932026-03-10T16:17:36.534Z Compiling typify-impl v0.6.1
23942026-03-10T16:17:36.784Z Compiling derive_more v0.99.20
23952026-03-10T16:17:36.874Z Compiling ciborium-ll v0.2.2
23962026-03-10T16:17:37.078Z Compiling serde_yaml v0.9.34+deprecated
23972026-03-10T16:17:37.211Z Compiling ciborium v0.2.2
23982026-03-10T16:17:37.287Z Compiling prettyplease v0.2.37
23992026-03-10T16:17:37.542Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24002026-03-10T16:17:37.862Z Compiling universal-hash v0.5.1
24012026-03-10T16:17:38.058Z Compiling thiserror-impl-no-std v2.0.2
24022026-03-10T16:17:38.350Z Compiling opaque-debug v0.3.1
24032026-03-10T16:17:38.631Z Compiling unicode-width v0.1.14
24042026-03-10T16:17:38.900Z Compiling poly1305 v0.8.0
24052026-03-10T16:17:39.039Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24062026-03-10T16:17:39.090Z Compiling chacha20 v0.9.1
24072026-03-10T16:17:39.422Z Compiling password-hash v0.5.0
24082026-03-10T16:17:39.450Z Compiling thiserror-no-std v2.0.2
24092026-03-10T16:17:39.581Z Compiling blake2 v0.10.6
24102026-03-10T16:17:39.702Z Compiling aead v0.5.2
24112026-03-10T16:17:39.864Z Compiling is-terminal v0.4.17
24122026-03-10T16:17:39.963Z Compiling swrite v0.1.0
24132026-03-10T16:17:39.992Z Compiling chacha20poly1305 v0.10.1
24142026-03-10T16:17:40.109Z Compiling argon2 v0.5.3
24152026-03-10T16:17:40.184Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24162026-03-10T16:17:40.265Z Compiling vsss-rs v3.3.4
24172026-03-10T16:17:40.672Z Compiling typify-impl v0.4.3
24182026-03-10T16:17:40.705Z Compiling serde_spanned v1.0.4
24192026-03-10T16:17:40.904Z Compiling toml_writer v1.0.6+spec-1.1.0
24202026-03-10T16:17:41.192Z Compiling toml v0.9.12+spec-1.1.0
24212026-03-10T16:17:41.456Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24222026-03-10T16:17:41.917Z Compiling bytecount v0.6.9
24232026-03-10T16:17:42.158Z Compiling rustls v0.22.4
24242026-03-10T16:17:42.193Z Compiling rustls-webpki v0.102.8
24252026-03-10T16:17:42.547Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24262026-03-10T16:17:42.795Z Compiling derive-where v1.6.0
24272026-03-10T16:17:43.145Z Compiling thread_local v1.1.9
24282026-03-10T16:17:43.451Z Compiling match_cfg v0.1.0
24292026-03-10T16:17:43.495Z Compiling typify-macro v0.6.1
24302026-03-10T16:17:43.555Z Compiling hostname v0.3.1
24312026-03-10T16:17:45.586Z Compiling typify v0.6.1
24322026-03-10T16:17:45.719Z Compiling progenitor-impl v0.13.0
24332026-03-10T16:17:45.814Z Compiling typify-macro v0.4.3
24342026-03-10T16:17:45.840Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24352026-03-10T16:17:45.888Z Compiling multer v3.1.0
24362026-03-10T16:17:45.960Z Compiling slog-async v2.8.0
24372026-03-10T16:17:46.031Z Compiling slog-json v2.6.1
24382026-03-10T16:17:46.286Z Compiling crossbeam-channel v0.5.15
24392026-03-10T16:17:46.885Z Compiling futures-executor v0.3.32
24402026-03-10T16:17:47.193Z Compiling take_mut v0.2.2
24412026-03-10T16:17:47.348Z Compiling term v1.2.1
24422026-03-10T16:17:47.828Z Compiling typify v0.4.3
24432026-03-10T16:17:47.907Z Compiling slog-term v2.9.2
24442026-03-10T16:17:48.033Z Compiling futures v0.3.32
24452026-03-10T16:17:48.149Z Compiling tokio-rustls v0.25.0
24462026-03-10T16:17:48.452Z Compiling slog-bunyan v2.5.0
24472026-03-10T16:17:48.614Z Compiling async-stream v0.3.6
24482026-03-10T16:17:48.641Z Compiling dropshot v0.16.7
24492026-03-10T16:17:48.715Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24502026-03-10T16:17:48.766Z Compiling progenitor-macro v0.13.0
24512026-03-10T16:17:48.796Z Compiling waitgroup v0.1.2
24522026-03-10T16:17:48.948Z Compiling rustls-pemfile v2.2.0
24532026-03-10T16:17:48.975Z Compiling serde_path_to_error v0.1.20
24542026-03-10T16:17:49.051Z Compiling instant v0.1.13
24552026-03-10T16:17:49.195Z Compiling hostname v0.4.2
24562026-03-10T16:17:49.219Z Compiling debug-ignore v1.0.5
24572026-03-10T16:17:49.368Z Compiling backoff v0.4.0
24582026-03-10T16:17:49.444Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24592026-03-10T16:17:50.124Z Compiling parse-display v0.10.0
24602026-03-10T16:17:50.493Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24612026-03-10T16:17:50.674Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24622026-03-10T16:17:51.438Z Compiling progenitor-client v0.10.0
24632026-03-10T16:17:51.832Z Compiling progenitor-client v0.13.0
24642026-03-10T16:17:52.215Z Compiling backon v1.6.0
24652026-03-10T16:17:52.489Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24662026-03-10T16:17:53.574Z Compiling macaddr v1.0.1
24672026-03-10T16:17:53.869Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24682026-03-10T16:17:54.613Z Compiling progenitor v0.13.0
24692026-03-10T16:17:54.962Z Compiling console v0.15.11
24702026-03-10T16:17:55.282Z Compiling newline-converter v0.3.0
24712026-03-10T16:17:55.478Z Compiling atomicwrites v0.4.4
24722026-03-10T16:17:55.665Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24732026-03-10T16:17:55.846Z Compiling num-rational v0.4.2
24742026-03-10T16:17:57.120Z Compiling num-complex v0.4.6
24752026-03-10T16:17:57.796Z Compiling slog-dtrace v0.3.0
24762026-03-10T16:17:57.972Z Compiling num v0.4.3
24772026-03-10T16:17:58.178Z Compiling expectorate v1.2.0
24782026-03-10T16:17:58.201Z Compiling async-recursion v1.1.1
24792026-03-10T16:17:58.451Z Compiling float-ord v0.3.2
24802026-03-10T16:17:58.789Z Compiling cancel-safe-futures v0.1.5
24812026-03-10T16:17:59.031Z Compiling owo-colors v4.3.0
24822026-03-10T16:17:59.515Z Compiling libsw-core v0.3.2
24832026-03-10T16:17:59.767Z Compiling resolv-conf v0.7.6
24842026-03-10T16:18:00.030Z Compiling libsw v3.5.0
24852026-03-10T16:18:01.058Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24862026-03-10T16:18:01.269Z Compiling toml v0.8.23
24872026-03-10T16:18:01.646Z Compiling linear-map v1.2.0
24882026-03-10T16:18:01.952Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24892026-03-10T16:18:02.127Z Compiling linked-hash-map v0.5.6
24902026-03-10T16:18:02.426Z Compiling minimal-lexical v0.2.1
24912026-03-10T16:18:02.759Z Compiling nom v7.1.3
24922026-03-10T16:18:02.934Z Compiling lru-cache v0.1.2
24932026-03-10T16:18:04.596Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24942026-03-10T16:18:05.675Z Compiling unicode-xid v0.2.6
24952026-03-10T16:18:05.845Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24962026-03-10T16:18:06.086Z Compiling globset v0.4.18
24972026-03-10T16:18:06.597Z Compiling hickory-proto v0.24.4
24982026-03-10T16:18:09.682Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24992026-03-10T16:18:11.566Z Compiling hickory-resolver v0.24.4
25002026-03-10T16:18:14.475Z Compiling progenitor-impl v0.11.2
25012026-03-10T16:18:14.673Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25022026-03-10T16:18:17.269Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25032026-03-10T16:18:17.494Z Compiling convert_case v0.10.0
25042026-03-10T16:18:17.569Z Compiling progenitor-macro v0.11.2
25052026-03-10T16:18:17.867Z Compiling derive_more-impl v2.1.1
25062026-03-10T16:18:18.900Z Compiling qorb v0.4.1
25072026-03-10T16:18:21.201Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-03-10T16:18:21.502Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25092026-03-10T16:18:22.138Z Compiling progenitor-client v0.11.2
25102026-03-10T16:18:22.784Z Compiling pin-project-internal v1.1.11
25112026-03-10T16:18:23.378Z Compiling progenitor v0.11.2
25122026-03-10T16:18:23.572Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25132026-03-10T16:18:23.989Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-03-10T16:18:24.187Z Compiling pin-project v1.1.11
25152026-03-10T16:18:24.227Z Compiling derive_more v2.1.1
25162026-03-10T16:18:24.336Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25172026-03-10T16:18:24.360Z Compiling pem v3.0.6
25182026-03-10T16:18:24.634Z Compiling snafu-derive v0.8.9
25192026-03-10T16:18:24.660Z Compiling termtree v0.5.1
25202026-03-10T16:18:24.893Z Compiling crossterm v0.29.0
25212026-03-10T16:18:25.126Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25222026-03-10T16:18:25.269Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25232026-03-10T16:18:25.294Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25242026-03-10T16:18:27.026Z Compiling snafu v0.8.9
25252026-03-10T16:18:27.789Z Compiling olpc-cjson v0.1.4
25262026-03-10T16:18:28.070Z Compiling phf_shared v0.12.1
25272026-03-10T16:18:28.414Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-03-10T16:18:28.794Z Compiling vte v0.14.1
25292026-03-10T16:18:29.061Z Compiling csv-core v0.1.13
25302026-03-10T16:18:29.087Z Compiling serde_plain v1.0.2
25312026-03-10T16:18:29.110Z Compiling chrono-tz v0.10.4
25322026-03-10T16:18:29.135Z Compiling typed-path v0.9.3
25332026-03-10T16:18:29.373Z Compiling highway v1.3.0
25342026-03-10T16:18:29.490Z Compiling csv v1.4.0
25352026-03-10T16:18:29.583Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25362026-03-10T16:18:29.906Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25372026-03-10T16:18:30.252Z Compiling strip-ansi-escapes v0.2.1
25382026-03-10T16:18:30.324Z Compiling phf v0.12.1
25392026-03-10T16:18:30.655Z Compiling const_format_proc_macros v0.2.34
25402026-03-10T16:18:30.821Z Compiling tough v0.20.0
25412026-03-10T16:18:31.017Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25422026-03-10T16:18:31.634Z Compiling papergrid v0.11.0
25432026-03-10T16:18:31.695Z Compiling fd-lock v4.0.4
25442026-03-10T16:18:31.890Z Compiling peg-macros v0.8.5
25452026-03-10T16:18:33.077Z Compiling tabled_derive v0.7.0
25462026-03-10T16:18:33.612Z Compiling nu-ansi-term v0.50.3
25472026-03-10T16:18:34.283Z Compiling tabled v0.15.0
25482026-03-10T16:18:34.449Z Compiling reedline v0.40.0
25492026-03-10T16:18:34.511Z Compiling peg v0.8.5
25502026-03-10T16:18:34.622Z Compiling const_format v0.2.35
25512026-03-10T16:18:36.571Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25522026-03-10T16:18:37.896Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25532026-03-10T16:18:38.414Z Compiling bcs v0.1.6
25542026-03-10T16:18:38.942Z Compiling semver v0.1.20
25552026-03-10T16:18:39.295Z Compiling rustc_version v0.1.7
25562026-03-10T16:18:39.570Z Compiling base64 v0.21.7
25572026-03-10T16:18:40.244Z Compiling newtype_derive v0.1.6
25582026-03-10T16:18:40.529Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25592026-03-10T16:18:40.808Z Compiling smawk v0.3.2
25602026-03-10T16:18:40.839Z Compiling unicode-linebreak v0.1.5
25612026-03-10T16:18:41.034Z Compiling humantime v2.3.0
25622026-03-10T16:18:41.210Z Compiling textwrap v0.16.2
25632026-03-10T16:18:41.701Z Compiling dropshot-api-manager-types v0.5.2
25642026-03-10T16:18:42.101Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25652026-03-10T16:18:42.480Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25662026-03-10T16:18:43.235Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25672026-03-10T16:18:43.424Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25682026-03-10T16:18:43.507Z Compiling steno v0.4.1
25692026-03-10T16:18:43.601Z Compiling utf-8 v0.7.6
25702026-03-10T16:18:43.873Z Compiling progenitor-impl v0.10.0
25712026-03-10T16:18:44.692Z Compiling tagptr v0.2.0
25722026-03-10T16:18:44.921Z Compiling moka v0.12.13
25732026-03-10T16:18:46.898Z Compiling progenitor-macro v0.10.0
25742026-03-10T16:18:47.922Z Compiling hickory-resolver v0.25.2
25752026-03-10T16:18:48.348Z Compiling tungstenite v0.21.0
25762026-03-10T16:18:51.063Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25772026-03-10T16:18:52.678Z Compiling progenitor v0.10.0
25782026-03-10T16:18:52.877Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25792026-03-10T16:18:53.068Z Compiling tokio-tungstenite v0.21.0
25802026-03-10T16:18:53.527Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25812026-03-10T16:18:54.558Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25822026-03-10T16:18:55.837Z Compiling radium v0.7.0
25832026-03-10T16:18:56.230Z Compiling tap v1.0.1
25842026-03-10T16:18:56.254Z Compiling maybe-uninit v2.0.0
25852026-03-10T16:18:56.397Z Compiling wyz v0.5.1
25862026-03-10T16:18:56.715Z Compiling zerocopy-derive v0.6.6
25872026-03-10T16:18:57.035Z Compiling funty v2.0.0
25882026-03-10T16:18:57.740Z Compiling packed_struct v0.10.1
25892026-03-10T16:18:58.080Z Compiling crc-catalog v2.4.0
25902026-03-10T16:18:58.233Z Compiling display-error-chain v0.2.2
25912026-03-10T16:18:58.377Z Compiling crc v3.4.0
25922026-03-10T16:18:58.469Z Compiling zerocopy v0.6.6
25932026-03-10T16:18:58.646Z Compiling bitvec v1.0.1
25942026-03-10T16:18:58.977Z Compiling packed_struct_codegen v0.10.1
25952026-03-10T16:18:59.001Z Compiling bitfield-macros v0.19.4
25962026-03-10T16:18:59.069Z Compiling indexmap v1.9.3
25972026-03-10T16:18:59.361Z Compiling nodrop v0.1.14
25982026-03-10T16:18:59.514Z Compiling array-init v0.0.4
25992026-03-10T16:18:59.915Z Compiling bitfield v0.19.4
26002026-03-10T16:19:00.151Z Compiling smallvec v0.6.14
26012026-03-10T16:19:00.353Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26022026-03-10T16:19:00.380Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26032026-03-10T16:19:00.497Z Compiling num-derive v0.3.3
26042026-03-10T16:19:01.654Z Compiling proc-macro-error-attr2 v2.0.0
26052026-03-10T16:19:02.175Z Compiling hashbrown v0.12.3
26062026-03-10T16:19:03.330Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26072026-03-10T16:19:03.632Z Compiling proc-macro-error2 v2.0.1
26082026-03-10T16:19:04.007Z Compiling libscf-sys v1.1.0
26092026-03-10T16:19:04.031Z Compiling serde-hex v0.1.0
26102026-03-10T16:19:04.204Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26112026-03-10T16:19:04.395Z Compiling ron v0.8.1
26122026-03-10T16:19:04.480Z Compiling nix v0.31.1
26132026-03-10T16:19:05.061Z Compiling hashbrown v0.13.2
26142026-03-10T16:19:05.899Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26152026-03-10T16:19:06.299Z Compiling vergen-gitcl v1.0.8
26162026-03-10T16:19:06.590Z Compiling dirs-sys-next v0.1.2
26172026-03-10T16:19:06.927Z Compiling glob v0.3.3
26182026-03-10T16:19:06.961Z Compiling crc-any v2.5.0
26192026-03-10T16:19:07.396Z Compiling maplit v1.0.2
26202026-03-10T16:19:07.498Z Compiling crunchy v0.2.4
26212026-03-10T16:19:07.524Z Compiling clang-sys v1.8.1
26222026-03-10T16:19:07.546Z Compiling dirs-next v2.0.0
26232026-03-10T16:19:07.752Z Compiling object v0.30.4
26242026-03-10T16:19:07.892Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-03-10T16:19:08.038Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26262026-03-10T16:19:08.745Z Compiling tabled_derive v0.11.0
26272026-03-10T16:19:08.947Z Compiling papergrid v0.17.0
26282026-03-10T16:19:10.156Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26292026-03-10T16:19:14.355Z Compiling testing_table v0.3.0
26302026-03-10T16:19:14.853Z Compiling dsl_auto_type v0.1.3
26312026-03-10T16:19:15.577Z Compiling scheduled-thread-pool v0.2.7
26322026-03-10T16:19:16.311Z Compiling diesel_table_macro_syntax v0.2.0
26332026-03-10T16:19:16.399Z Compiling tiny-keccak v2.0.2
26342026-03-10T16:19:16.584Z Compiling path-slash v0.1.5
26352026-03-10T16:19:16.699Z Compiling diesel_derives v2.2.7
26362026-03-10T16:19:16.791Z Compiling r2d2 v0.8.10
26372026-03-10T16:19:17.136Z Compiling tabled v0.20.0
26382026-03-10T16:19:19.253Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26392026-03-10T16:19:20.580Z Compiling term v0.7.0
26402026-03-10T16:19:21.239Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26412026-03-10T16:19:22.148Z Compiling arc-swap v1.8.2
26422026-03-10T16:19:22.600Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26432026-03-10T16:19:22.886Z Compiling bit-vec v0.6.3
26442026-03-10T16:19:23.189Z Compiling xshell-macros v0.2.7
26452026-03-10T16:19:23.214Z Compiling bit-set v0.5.3
26462026-03-10T16:19:23.503Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26472026-03-10T16:19:23.687Z Compiling xshell v0.2.7
26482026-03-10T16:19:25.088Z Compiling slog-scope v4.4.1
26492026-03-10T16:19:25.335Z Compiling diesel v2.2.12
26502026-03-10T16:19:25.610Z Compiling ascii-canvas v3.0.0
26512026-03-10T16:19:26.225Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26522026-03-10T16:19:26.777Z Compiling itertools v0.10.5
26532026-03-10T16:19:27.190Z Compiling ena v0.14.4
26542026-03-10T16:19:27.513Z Compiling libloading v0.8.9
26552026-03-10T16:19:27.682Z Compiling unicase v2.9.0
26562026-03-10T16:19:27.766Z Compiling diff v0.1.13
26572026-03-10T16:19:27.975Z Compiling regex-syntax v0.6.29
26582026-03-10T16:19:28.046Z Compiling bindgen v0.71.1
26592026-03-10T16:19:28.250Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26602026-03-10T16:19:28.440Z Compiling slog-stdlog v4.1.1
26612026-03-10T16:19:29.261Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26622026-03-10T16:19:29.677Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26632026-03-10T16:19:30.266Z Compiling lalrpop v0.19.12
26642026-03-10T16:19:30.376Z Compiling cexpr v0.6.0
26652026-03-10T16:19:30.666Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26662026-03-10T16:19:30.902Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26672026-03-10T16:19:30.943Z Compiling crc8 v0.1.1
26682026-03-10T16:19:31.199Z Compiling slog-envlogger v2.2.0
26692026-03-10T16:19:31.227Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26702026-03-10T16:19:31.886Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26712026-03-10T16:19:32.326Z Compiling headers-core v0.3.0
26722026-03-10T16:19:32.499Z Compiling libxml v0.3.3
26732026-03-10T16:19:32.668Z Compiling headers v0.4.1
26742026-03-10T16:19:32.850Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26752026-03-10T16:19:32.892Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26762026-03-10T16:19:33.166Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26772026-03-10T16:19:33.714Z Compiling strum_macros v0.24.3
26782026-03-10T16:19:34.468Z Compiling indoc v1.0.9
26792026-03-10T16:19:35.018Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26802026-03-10T16:19:35.326Z Compiling derive_builder v0.20.2
26812026-03-10T16:19:35.423Z Compiling oso-derive v0.27.3
26822026-03-10T16:19:35.529Z Compiling quick-xml v0.37.5
26832026-03-10T16:19:36.085Z Compiling impl-trait-for-tuples v0.2.3
26842026-03-10T16:19:37.349Z Compiling half v1.8.3
26852026-03-10T16:19:37.845Z Compiling samael v0.0.19
26862026-03-10T16:19:37.884Z Compiling openssl-probe v0.1.6
26872026-03-10T16:19:37.923Z Compiling serde_cbor v0.11.2
26882026-03-10T16:19:38.281Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26892026-03-10T16:19:38.997Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26902026-03-10T16:19:39.217Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26912026-03-10T16:19:39.242Z Compiling diesel-dtrace v0.4.2
26922026-03-10T16:19:39.617Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26932026-03-10T16:19:39.802Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26942026-03-10T16:19:39.892Z Compiling bb8 v0.8.6
26952026-03-10T16:19:40.344Z Compiling trait-variant v0.1.2
26962026-03-10T16:19:41.068Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26972026-03-10T16:19:41.499Z Compiling polar-core v0.27.3
26982026-03-10T16:19:41.594Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26992026-03-10T16:19:41.830Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27002026-03-10T16:19:42.210Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27012026-03-10T16:19:43.943Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27022026-03-10T16:19:44.224Z Compiling fxhash v0.2.1
27032026-03-10T16:19:44.249Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27042026-03-10T16:19:44.451Z Compiling kstat-rs v0.2.4
27052026-03-10T16:19:44.575Z Compiling libz-sys v1.1.24
27062026-03-10T16:19:45.076Z Compiling nonempty v0.12.0
27072026-03-10T16:19:45.127Z Compiling salty v0.3.0
27082026-03-10T16:19:45.538Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27092026-03-10T16:19:45.959Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27102026-03-10T16:19:49.828Z Compiling async-bb8-diesel v0.2.1
27112026-03-10T16:19:50.394Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27122026-03-10T16:19:51.103Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27132026-03-10T16:19:53.948Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27142026-03-10T16:19:57.054Z Compiling oso v0.27.3
27152026-03-10T16:19:58.788Z Compiling darling_core v0.23.0
27162026-03-10T16:20:01.748Z Compiling nanorand v0.7.0
27172026-03-10T16:20:01.950Z Compiling fs-err v2.11.0
27182026-03-10T16:20:02.239Z Compiling parking_lot_core v0.8.6
27192026-03-10T16:20:02.473Z Compiling mime_guess v2.0.5
27202026-03-10T16:20:02.767Z Compiling flume v0.11.1
27212026-03-10T16:20:03.141Z Compiling darling_macro v0.23.0
27222026-03-10T16:20:03.261Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
27232026-03-10T16:20:03.780Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27242026-03-10T16:20:06.713Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27252026-03-10T16:20:07.451Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27262026-03-10T16:20:07.723Z Compiling git-stub v1.0.0
27272026-03-10T16:20:08.047Z Compiling libgit2-sys v0.18.3+1.9.2
27282026-03-10T16:20:08.292Z Compiling instability v0.3.11
27292026-03-10T16:20:08.631Z Compiling git-stub-vcs v0.1.0
27302026-03-10T16:20:09.069Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27312026-03-10T16:20:12.372Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27322026-03-10T16:20:17.498Z Compiling darling v0.23.0
27332026-03-10T16:20:18.822Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27342026-03-10T16:20:19.591Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27352026-03-10T16:20:23.407Z Compiling ignore v0.4.25
27362026-03-10T16:20:25.490Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27372026-03-10T16:20:26.991Z Compiling primeorder v0.13.6
27382026-03-10T16:20:27.097Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27392026-03-10T16:20:27.371Z Compiling castaway v0.2.4
27402026-03-10T16:20:27.547Z Compiling nibble_vec v0.1.0
27412026-03-10T16:20:27.753Z Compiling atty v0.2.14
27422026-03-10T16:20:27.872Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27432026-03-10T16:20:27.905Z Compiling http-range v0.1.5
27442026-03-10T16:20:28.154Z Compiling parse-size v1.1.0
27452026-03-10T16:20:28.292Z Compiling indoc v2.0.7
27462026-03-10T16:20:28.396Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27472026-03-10T16:20:28.422Z Compiling endian-type v0.1.2
27482026-03-10T16:20:28.619Z Compiling radix_trie v0.2.1
27492026-03-10T16:20:28.710Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27502026-03-10T16:20:28.916Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-03-10T16:20:29.243Z Compiling compact_str v0.8.1
27522026-03-10T16:20:29.725Z Compiling p384 v0.13.1
27532026-03-10T16:20:29.837Z Compiling globwalk v0.9.1
27542026-03-10T16:20:30.662Z Compiling parking_lot v0.11.2
27552026-03-10T16:20:31.627Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27562026-03-10T16:20:31.805Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27572026-03-10T16:20:32.368Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27582026-03-10T16:20:32.431Z Compiling predicates-tree v1.0.13
27592026-03-10T16:20:32.985Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27602026-03-10T16:20:33.305Z Compiling unicode-truncate v1.1.0
27612026-03-10T16:20:33.545Z Compiling lru v0.12.5
27622026-03-10T16:20:33.853Z Compiling prefix-trie v0.7.0
27632026-03-10T16:20:34.469Z Compiling vergen-git2 v1.0.7
27642026-03-10T16:20:34.691Z Compiling cassowary v0.3.0
27652026-03-10T16:20:34.783Z Compiling hickory-server v0.25.2
27662026-03-10T16:20:34.815Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27672026-03-10T16:20:36.669Z Compiling ratatui v0.29.0
27682026-03-10T16:20:37.011Z Compiling camino-tempfile-ext v0.3.3
27692026-03-10T16:20:38.472Z Compiling hyper-staticfile v0.10.1
27702026-03-10T16:20:39.144Z Compiling git2 v0.20.4
27712026-03-10T16:20:39.982Z Compiling sled v0.34.7
27722026-03-10T16:20:41.522Z Compiling hickory-client v0.25.2
27732026-03-10T16:20:43.064Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27742026-03-10T16:20:43.623Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27752026-03-10T16:20:43.861Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-03-10T16:20:44.715Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27772026-03-10T16:20:44.832Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27782026-03-10T16:20:45.109Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27792026-03-10T16:20:45.900Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27802026-03-10T16:20:46.582Z Compiling rand_seeder v0.4.0
27812026-03-10T16:20:46.878Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27822026-03-10T16:20:47.185Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-03-10T16:20:47.308Z Compiling lzma-sys v0.1.20
27842026-03-10T16:20:47.761Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27852026-03-10T16:20:47.824Z Compiling corncobs v0.1.4
27862026-03-10T16:20:48.050Z Compiling rustls v0.21.12
27872026-03-10T16:20:48.137Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-03-10T16:20:48.211Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27892026-03-10T16:20:48.395Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27902026-03-10T16:20:48.632Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27912026-03-10T16:20:48.974Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27922026-03-10T16:20:49.253Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-03-10T16:20:49.788Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27942026-03-10T16:20:51.360Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27952026-03-10T16:20:55.638Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27962026-03-10T16:20:56.062Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27972026-03-10T16:20:58.487Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27982026-03-10T16:20:58.771Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27992026-03-10T16:20:59.052Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28002026-03-10T16:20:59.340Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28012026-03-10T16:20:59.613Z Compiling cargo_toml v0.22.3
28022026-03-10T16:21:00.050Z Compiling nix v0.29.0
28032026-03-10T16:21:00.594Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28042026-03-10T16:21:02.921Z Compiling rustls-webpki v0.101.7
28052026-03-10T16:21:03.895Z Compiling sct v0.7.1
28062026-03-10T16:21:04.071Z Compiling secrecy v0.8.0
28072026-03-10T16:21:04.227Z Compiling void v1.0.2
28082026-03-10T16:21:04.394Z Compiling lzss v0.8.2
28092026-03-10T16:21:05.073Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28102026-03-10T16:21:06.325Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28112026-03-10T16:21:11.366Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28122026-03-10T16:21:11.392Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28132026-03-10T16:21:12.310Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28142026-03-10T16:21:12.960Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28152026-03-10T16:21:15.420Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28162026-03-10T16:21:16.366Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28172026-03-10T16:21:18.435Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28182026-03-10T16:21:18.726Z Compiling tungstenite v0.23.0
28192026-03-10T16:21:18.832Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28202026-03-10T16:21:19.120Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28212026-03-10T16:21:19.406Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28222026-03-10T16:21:19.702Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28232026-03-10T16:21:20.024Z Compiling nix v0.27.1
28242026-03-10T16:21:20.661Z Compiling serde_bytes v0.11.19
28252026-03-10T16:21:21.043Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28262026-03-10T16:21:21.722Z Compiling tokio-tungstenite v0.23.1
28272026-03-10T16:21:21.911Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28282026-03-10T16:21:22.160Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28292026-03-10T16:21:25.876Z Compiling xz2 v0.1.7
28302026-03-10T16:21:26.295Z Compiling ron v0.12.0
28312026-03-10T16:21:28.591Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28322026-03-10T16:21:28.694Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28332026-03-10T16:21:31.494Z Compiling tokio-rustls v0.24.1
28342026-03-10T16:21:32.450Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28352026-03-10T16:21:33.900Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28362026-03-10T16:21:35.527Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28372026-03-10T16:21:36.688Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28382026-03-10T16:21:39.774Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28392026-03-10T16:21:41.887Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28402026-03-10T16:21:43.015Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28412026-03-10T16:21:45.232Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28422026-03-10T16:21:48.645Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28432026-03-10T16:21:51.417Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28442026-03-10T16:21:52.976Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28452026-03-10T16:21:53.194Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28462026-03-10T16:21:59.984Z Compiling rustls-pemfile v1.0.4
28472026-03-10T16:22:00.493Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28482026-03-10T16:22:01.828Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28492026-03-10T16:22:02.123Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28502026-03-10T16:22:02.284Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28512026-03-10T16:22:03.266Z Compiling signal-hook-tokio v0.3.1
28522026-03-10T16:22:03.487Z Compiling yasna v0.5.2
28532026-03-10T16:22:05.429Z Compiling twox-hash v2.1.2
28542026-03-10T16:22:06.084Z Compiling is_ci v1.2.0
28552026-03-10T16:22:06.342Z Compiling base16ct v1.0.0
28562026-03-10T16:22:06.864Z Compiling supports-color v3.0.2
28572026-03-10T16:22:07.199Z Compiling rcgen v0.12.1
28582026-03-10T16:22:07.637Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28592026-03-10T16:22:13.463Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28602026-03-10T16:22:20.883Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28612026-03-10T16:22:27.057Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28622026-03-10T16:22:31.705Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28632026-03-10T16:22:32.945Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28642026-03-10T16:22:38.092Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28652026-03-10T16:22:47.770Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28662026-03-10T16:22:47.828Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28672026-03-10T16:22:51.002Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28682026-03-10T16:22:51.292Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28692026-03-10T16:22:51.584Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28702026-03-10T16:22:52.836Z Compiling progenitor-extras v0.1.0
28712026-03-10T16:22:53.170Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28722026-03-10T16:22:53.424Z Compiling fatfs v0.3.6
28732026-03-10T16:22:54.981Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28742026-03-10T16:22:57.998Z Compiling subprocess v0.2.15
28752026-03-10T16:23:00.005Z Compiling rtoolbox v0.0.3
28762026-03-10T16:23:00.319Z Compiling seq-macro v0.3.6
28772026-03-10T16:23:00.787Z Compiling assert_matches v1.5.0
28782026-03-10T16:23:00.883Z Compiling rpassword v7.4.0
28792026-03-10T16:23:01.218Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28802026-03-10T16:23:02.621Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28812026-03-10T16:23:07.817Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28822026-03-10T16:23:14.948Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28832026-03-10T16:23:17.603Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28842026-03-10T16:23:17.762Z Compiling tui-tree-widget v0.23.1
28852026-03-10T16:23:18.010Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28862026-03-10T16:23:18.122Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28872026-03-10T16:23:18.797Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28882026-03-10T16:23:22.113Z Compiling uzers v0.12.2
28892026-03-10T16:23:23.881Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28902026-03-10T16:23:23.958Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28912026-03-10T16:23:27.860Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28922026-03-10T16:23:41.627Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28932026-03-10T16:23:46.570Z Compiling support-bundle-viewer v0.1.2
28942026-03-10T16:23:48.998Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28952026-03-10T16:23:49.342Z Compiling multimap v0.10.1
28962026-03-10T16:25:03.952Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28972026-03-10T16:25:14.504Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28982026-03-10T16:32:14.794Z Finished `release` profile [optimized] target(s) in 14m 40s
28992026-03-10T16:33:10.287Z
29002026-03-10T16:33:10.290Zreal 15:37.303680299
29012026-03-10T16:33:10.290Zuser 1:44:53.911973184
29022026-03-10T16:33:10.290Zsys 3:35.266906309
29032026-03-10T16:33:10.290Ztrap 2.344536326
29042026-03-10T16:33:10.290Ztflt 1.867227132
29052026-03-10T16:33:10.290Zdflt 6.063093735
29062026-03-10T16:33:10.290Zkflt 0.002642917
29072026-03-10T16:33:10.290Zlock 7:11:00.804978609
29082026-03-10T16:33:10.290Zslp 5:00:58.831311158
29092026-03-10T16:33:10.290Zlat 3:51.806573036
29102026-03-10T16:33:10.290Zstop 3:45.925714007
29112026-03-10T16:33:10.290Z+ mapfile -t packages
29122026-03-10T16:33:10.290Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29132026-03-10T16:33:11.531Z Finished `release` profile [optimized] target(s) in 1.18s
29142026-03-10T16:33:11.600Z Running `target/release/omicron-package -t test list-outputs`
29152026-03-10T16:33:11.660ZLogging to: /work/oxidecomputer/omicron/out/LOG
29162026-03-10T16:33:11.664Z+ ptime -m cargo build --locked --release -p xtask
29172026-03-10T16:33:12.414Z Compiling libc v0.2.180
29182026-03-10T16:33:12.414Z Compiling serde v1.0.228
29192026-03-10T16:33:12.417Z Compiling serde_core v1.0.228
29202026-03-10T16:33:12.417Z Compiling syn v2.0.117
29212026-03-10T16:33:12.417Z Compiling rustix v1.1.3
29222026-03-10T16:33:12.570Z Compiling bitflags v2.11.0
29232026-03-10T16:33:12.573Z Compiling serde_json v1.0.149
29242026-03-10T16:33:12.885Z Compiling num-traits v0.2.19
29252026-03-10T16:33:12.959Z Compiling smallvec v1.15.1
29262026-03-10T16:33:13.085Z Compiling hashbrown v0.16.1
29272026-03-10T16:33:13.295Z Compiling usdt-impl v0.5.0
29282026-03-10T16:33:13.364Z Compiling syn v1.0.109
29292026-03-10T16:33:13.598Z Compiling errno v0.3.14
29302026-03-10T16:33:13.791Z Compiling thread-id v4.2.2
29312026-03-10T16:33:13.834Z Compiling log v0.4.29
29322026-03-10T16:33:13.910Z Compiling indexmap v2.13.0
29332026-03-10T16:33:13.989Z Compiling getrandom v0.4.1
29342026-03-10T16:33:14.152Z Compiling percent-encoding v2.3.2
29352026-03-10T16:33:14.366Z Compiling form_urlencoded v1.2.2
29362026-03-10T16:33:14.968Z Compiling ordered-float v2.10.1
29372026-03-10T16:33:15.182Z Compiling terminal_size v0.4.3
29382026-03-10T16:33:15.393Z Compiling fs-err v3.3.0
29392026-03-10T16:33:15.393Z Compiling heck v0.4.1
29402026-03-10T16:33:15.687Z Compiling once_cell v1.21.3
29412026-03-10T16:33:15.715Z Compiling anyhow v1.0.102
29422026-03-10T16:33:16.035Z Compiling tempfile v3.25.0
29432026-03-10T16:33:16.123Z Compiling proc-macro-error v1.0.4
29442026-03-10T16:33:16.493Z Compiling synstructure v0.13.2
29452026-03-10T16:33:16.590Z Compiling pest_generator v2.8.6
29462026-03-10T16:33:16.649Z Compiling clap_builder v4.5.60
29472026-03-10T16:33:17.149Z Compiling tabled_derive v0.7.0
29482026-03-10T16:33:17.164Z Compiling memmap v0.7.0
29492026-03-10T16:33:17.190Z Compiling textwrap v0.16.2
29502026-03-10T16:33:17.476Z Compiling camino-tempfile v1.4.1
29512026-03-10T16:33:18.157Z Compiling serde_derive v1.0.228
29522026-03-10T16:33:18.171Z Compiling zerofrom-derive v0.1.6
29532026-03-10T16:33:18.174Z Compiling yoke-derive v0.8.1
29542026-03-10T16:33:18.216Z Compiling zerovec-derive v0.11.2
29552026-03-10T16:33:18.278Z Compiling displaydoc v0.2.5
29562026-03-10T16:33:19.059Z Compiling thiserror-impl v1.0.69
29572026-03-10T16:33:19.238Z Compiling zerocopy-derive v0.7.35
29582026-03-10T16:33:19.548Z Compiling pest_derive v2.8.6
29592026-03-10T16:33:19.675Z Compiling scroll_derive v0.12.1
29602026-03-10T16:33:19.808Z Compiling zerofrom v0.1.6
29612026-03-10T16:33:19.996Z Compiling yoke v0.8.1
29622026-03-10T16:33:20.136Z Compiling thiserror-impl v2.0.18
29632026-03-10T16:33:20.280Z Compiling zerovec v0.11.5
29642026-03-10T16:33:20.362Z Compiling zerotrie v0.2.3
29652026-03-10T16:33:20.563Z Compiling zerocopy v0.7.35
29662026-03-10T16:33:20.637Z Compiling thiserror v1.0.69
29672026-03-10T16:33:20.784Z Compiling dtrace-parser v0.2.0
29682026-03-10T16:33:21.115Z Compiling tinystr v0.8.2
29692026-03-10T16:33:21.128Z Compiling potential_utf v0.1.4
29702026-03-10T16:33:21.383Z Compiling icu_locale_core v2.1.1
29712026-03-10T16:33:21.383Z Compiling icu_collections v2.1.1
29722026-03-10T16:33:21.425Z Compiling scroll v0.12.0
29732026-03-10T16:33:21.785Z Compiling goblin v0.8.2
29742026-03-10T16:33:21.845Z Compiling thiserror v2.0.18
29752026-03-10T16:33:22.538Z Compiling icu_provider v2.1.1
29762026-03-10T16:33:22.725Z Compiling toml_datetime v0.6.11
29772026-03-10T16:33:22.766Z Compiling serde_spanned v0.6.9
29782026-03-10T16:33:22.987Z Compiling icu_normalizer v2.1.1
29792026-03-10T16:33:23.092Z Compiling icu_properties v2.1.2
29802026-03-10T16:33:23.228Z Compiling toml_edit v0.22.27
29812026-03-10T16:33:24.586Z Compiling idna_adapter v1.2.1
29822026-03-10T16:33:24.600Z Compiling dof v0.3.0
29832026-03-10T16:33:24.786Z Compiling idna v1.1.0
29842026-03-10T16:33:25.313Z Compiling serde_tokenstream v0.2.3
29852026-03-10T16:33:25.701Z Compiling toml v0.8.23
29862026-03-10T16:33:25.884Z Compiling url v2.5.8
29872026-03-10T16:33:27.472Z Compiling serde-value v0.7.0
29882026-03-10T16:33:28.420Z Compiling cargo-util-schemas v0.8.2
29892026-03-10T16:33:28.834Z Compiling usdt-macro v0.5.0
29902026-03-10T16:33:28.960Z Compiling usdt-attr-macro v0.5.0
29912026-03-10T16:33:29.679Z Compiling cargo-platform v0.2.0
29922026-03-10T16:33:29.885Z Compiling clap_derive v4.5.55
29932026-03-10T16:33:30.168Z Compiling cargo_metadata v0.21.0
29942026-03-10T16:33:30.414Z Compiling usdt v0.5.0
29952026-03-10T16:33:31.238Z Compiling cargo_toml v0.21.0
29962026-03-10T16:33:31.565Z Compiling macaddr v1.0.1
29972026-03-10T16:33:31.957Z Compiling tabled v0.15.0
29982026-03-10T16:33:32.169Z Compiling clap v4.5.60
29992026-03-10T16:33:39.096Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30002026-03-10T16:33:43.113Z Finished `release` profile [optimized] target(s) in 31.39s
30012026-03-10T16:33:43.257Z
30022026-03-10T16:33:43.260Zreal 31.560784334
30032026-03-10T16:33:43.260Zuser 3:11.339404253
30042026-03-10T16:33:43.260Zsys 20.122379401
30052026-03-10T16:33:43.260Ztrap 0.102953684
30062026-03-10T16:33:43.260Ztflt 0.212446991
30072026-03-10T16:33:43.260Zdflt 0.222966144
30082026-03-10T16:33:43.260Zkflt 0.000014831
30092026-03-10T16:33:43.261Zlock 8:59.182144075
30102026-03-10T16:33:43.261Zslp 10:44.437249745
30112026-03-10T16:33:43.261Zlat 17.191131509
30122026-03-10T16:33:43.261Zstop 23.303262457
30132026-03-10T16:33:43.261Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30142026-03-10T16:33:43.261Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30152026-03-10T16:33:43.261Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30162026-03-10T16:33:43.261Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30172026-03-10T16:33:43.261Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30182026-03-10T16:33:44.515Z Compiling regress v0.10.5
30192026-03-10T16:33:44.667Z Compiling serde_spanned v1.0.4
30202026-03-10T16:33:44.670Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30212026-03-10T16:33:44.670Z Compiling toml_writer v1.0.6+spec-1.1.0
30222026-03-10T16:33:44.696Z Compiling structmeta-derive v0.3.0
30232026-03-10T16:33:44.699Z Compiling rustls v0.22.4
30242026-03-10T16:33:44.712Z Compiling rustls-webpki v0.102.8
30252026-03-10T16:33:44.731Z Compiling newtype-uuid-macros v0.1.0
30262026-03-10T16:33:44.862Z Compiling multer v3.1.0
30272026-03-10T16:33:44.981Z Compiling toml v0.9.12+spec-1.1.0
30282026-03-10T16:33:45.044Z Compiling match_cfg v0.1.0
30292026-03-10T16:33:45.125Z Compiling debug-ignore v1.0.5
30302026-03-10T16:33:45.145Z Compiling hostname v0.3.1
30312026-03-10T16:33:45.232Z Compiling slog-json v2.6.1
30322026-03-10T16:33:45.273Z Compiling async-stream-impl v0.3.6
30332026-03-10T16:33:45.489Z Compiling dropshot v0.16.7
30342026-03-10T16:33:45.815Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30352026-03-10T16:33:45.840Z Compiling slog-bunyan v2.5.0
30362026-03-10T16:33:46.031Z Compiling itertools v0.14.0
30372026-03-10T16:33:46.125Z Compiling async-stream v0.3.6
30382026-03-10T16:33:46.232Z Compiling structmeta v0.3.0
30392026-03-10T16:33:46.352Z Compiling waitgroup v0.1.2
30402026-03-10T16:33:46.488Z Compiling rustls-pemfile v2.2.0
30412026-03-10T16:33:46.524Z Compiling dropshot_endpoint v0.16.7
30422026-03-10T16:33:46.543Z Compiling hostname v0.4.2
30432026-03-10T16:33:46.638Z Compiling serde_path_to_error v0.1.20
30442026-03-10T16:33:46.732Z Compiling derive-ex v0.1.8
30452026-03-10T16:33:46.751Z Compiling progenitor-client v0.13.0
30462026-03-10T16:33:46.856Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30472026-03-10T16:33:47.106Z Compiling macaddr v1.0.1
30482026-03-10T16:33:47.139Z Compiling progenitor-client v0.10.0
30492026-03-10T16:33:47.142Z Compiling instant v0.1.13
30502026-03-10T16:33:47.304Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30512026-03-10T16:33:47.418Z Compiling parse-display-derive v0.10.0
30522026-03-10T16:33:47.517Z Compiling backoff v0.4.0
30532026-03-10T16:33:47.773Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30542026-03-10T16:33:47.801Z Compiling backon v1.6.0
30552026-03-10T16:33:47.861Z Compiling tokio-rustls v0.25.0
30562026-03-10T16:33:48.084Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30572026-03-10T16:33:48.169Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30582026-03-10T16:33:48.262Z Compiling crucible-workspace-hack v0.1.0
30592026-03-10T16:33:48.336Z Compiling cfg_aliases v0.2.1
30602026-03-10T16:33:48.446Z Compiling toml_edit v0.23.10+spec-1.0.0
30612026-03-10T16:33:48.660Z Compiling heapless v0.8.0
30622026-03-10T16:33:48.986Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30632026-03-10T16:33:49.186Z Compiling test-strategy v0.4.5
30642026-03-10T16:33:49.360Z Compiling proc-macro-crate v3.4.0
30652026-03-10T16:33:49.386Z Compiling ingot-macros v0.1.1
30662026-03-10T16:33:49.418Z Compiling hash32 v0.3.1
30672026-03-10T16:33:49.641Z Compiling memoffset v0.9.1
30682026-03-10T16:33:49.861Z Compiling parse-display v0.10.0
30692026-03-10T16:33:49.935Z Compiling smoltcp v0.11.0
30702026-03-10T16:33:50.023Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30712026-03-10T16:33:50.160Z Compiling num_enum_derive v0.7.5
30722026-03-10T16:33:50.321Z Compiling tabwriter v1.4.1
30732026-03-10T16:33:50.346Z Compiling cobs v0.3.0
30742026-03-10T16:33:50.453Z Compiling foreign-types-macros v0.2.3
30752026-03-10T16:33:50.609Z Compiling foreign-types-shared v0.3.1
30762026-03-10T16:33:50.634Z Compiling cpufeatures v0.3.0
30772026-03-10T16:33:50.745Z Compiling chacha20 v0.10.0
30782026-03-10T16:33:50.748Z Compiling postcard v1.1.3
30792026-03-10T16:33:51.281Z Compiling foreign-types v0.5.0
30802026-03-10T16:33:51.349Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
30812026-03-10T16:33:51.387Z Compiling proc-macro-crate v1.3.1
30822026-03-10T16:33:51.407Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30832026-03-10T16:33:51.507Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30842026-03-10T16:33:51.652Z Compiling num_enum v0.7.5
30852026-03-10T16:33:51.819Z Compiling secrecy v0.10.3
30862026-03-10T16:33:51.916Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30872026-03-10T16:33:51.967Z Compiling cstr-argument v0.1.2
30882026-03-10T16:33:52.006Z Compiling unsafe-libyaml v0.2.11
30892026-03-10T16:33:52.030Z Compiling colored v3.1.1
30902026-03-10T16:33:52.114Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30912026-03-10T16:33:52.176Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30922026-03-10T16:33:52.264Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30932026-03-10T16:33:52.418Z Compiling num_enum_derive v0.5.11
30942026-03-10T16:33:52.438Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30952026-03-10T16:33:52.514Z Compiling rand v0.10.0
30962026-03-10T16:33:52.536Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30972026-03-10T16:33:52.702Z Compiling nix v0.30.1
30982026-03-10T16:33:53.052Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30992026-03-10T16:33:53.168Z Compiling serde_yaml v0.9.34+deprecated
31002026-03-10T16:33:53.263Z Compiling camino-tempfile v1.4.1
31012026-03-10T16:33:53.358Z Compiling ingot-types v0.1.2
31022026-03-10T16:33:53.593Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31032026-03-10T16:33:53.802Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31042026-03-10T16:33:53.865Z Compiling num_enum v0.5.11
31052026-03-10T16:33:53.960Z Compiling ingot v0.1.1
31062026-03-10T16:33:53.981Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31072026-03-10T16:33:54.026Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31082026-03-10T16:33:54.146Z Compiling smf v0.2.3
31092026-03-10T16:33:54.331Z Compiling num-derive v0.4.2
31102026-03-10T16:33:54.509Z Compiling sigpipe v0.1.3
31112026-03-10T16:33:54.644Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31122026-03-10T16:33:54.903Z Compiling glob v0.3.3
31132026-03-10T16:33:55.301Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31142026-03-10T16:33:55.362Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31152026-03-10T16:33:55.650Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31162026-03-10T16:33:55.680Z Compiling whoami v1.6.1
31172026-03-10T16:33:55.700Z Compiling toml v0.8.23
31182026-03-10T16:33:56.075Z Compiling convert_case v0.4.0
31192026-03-10T16:33:56.134Z Compiling universal-hash v0.5.1
31202026-03-10T16:33:56.169Z Compiling opaque-debug v0.3.1
31212026-03-10T16:33:56.278Z Compiling half v2.7.1
31222026-03-10T16:33:56.318Z Compiling ciborium-io v0.2.2
31232026-03-10T16:33:56.463Z Compiling aead v0.5.2
31242026-03-10T16:33:56.590Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31252026-03-10T16:33:56.610Z Compiling derive_more v0.99.20
31262026-03-10T16:33:56.710Z Compiling ciborium-ll v0.2.2
31272026-03-10T16:33:56.747Z Compiling poly1305 v0.8.0
31282026-03-10T16:33:56.790Z Compiling chacha20 v0.9.1
31292026-03-10T16:33:56.841Z Compiling typify-impl v0.6.1
31302026-03-10T16:33:57.014Z Compiling ciborium v0.2.2
31312026-03-10T16:33:57.137Z Compiling typify-impl v0.4.3
31322026-03-10T16:33:57.277Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31332026-03-10T16:33:57.725Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31342026-03-10T16:33:57.935Z Compiling thiserror-impl-no-std v2.0.2
31352026-03-10T16:33:58.150Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31362026-03-10T16:33:58.170Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31372026-03-10T16:33:58.509Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31382026-03-10T16:33:59.633Z Compiling thiserror-no-std v2.0.2
31392026-03-10T16:33:59.771Z Compiling num-rational v0.4.2
31402026-03-10T16:34:00.286Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31412026-03-10T16:34:00.313Z Compiling password-hash v0.5.0
31422026-03-10T16:34:00.632Z Compiling blake2 v0.10.6
31432026-03-10T16:34:00.979Z Compiling num-complex v0.4.6
31442026-03-10T16:34:00.999Z Compiling indent_write v2.2.0
31452026-03-10T16:34:01.197Z Compiling prettyplease v0.2.37
31462026-03-10T16:34:01.387Z Compiling argon2 v0.5.3
31472026-03-10T16:34:01.533Z Compiling num v0.4.3
31482026-03-10T16:34:01.568Z Compiling vsss-rs v3.3.4
31492026-03-10T16:34:01.587Z Compiling chacha20poly1305 v0.10.1
31502026-03-10T16:34:01.647Z Compiling float-ord v0.3.2
31512026-03-10T16:34:01.821Z Compiling gethostname v0.5.0
31522026-03-10T16:34:01.998Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31532026-03-10T16:34:02.362Z Compiling usdt-attr-macro v0.5.0
31542026-03-10T16:34:02.899Z Compiling usdt-macro v0.5.0
31552026-03-10T16:34:03.036Z Compiling derive-where v1.6.0
31562026-03-10T16:34:03.387Z Compiling typify-macro v0.6.1
31572026-03-10T16:34:03.441Z Compiling memmap v0.7.0
31582026-03-10T16:34:03.461Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31592026-03-10T16:34:03.708Z Compiling typify-macro v0.4.3
31602026-03-10T16:34:03.712Z Compiling atomicwrites v0.4.4
31612026-03-10T16:34:03.900Z Compiling cancel-safe-futures v0.1.5
31622026-03-10T16:34:03.919Z Compiling usdt v0.5.0
31632026-03-10T16:34:03.994Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31642026-03-10T16:34:04.222Z Compiling owo-colors v4.3.0
31652026-03-10T16:34:04.277Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31662026-03-10T16:34:04.311Z Compiling libsw-core v0.3.2
31672026-03-10T16:34:04.557Z Compiling async-recursion v1.1.1
31682026-03-10T16:34:04.691Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31692026-03-10T16:34:04.870Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31702026-03-10T16:34:05.074Z Compiling resolv-conf v0.7.6
31712026-03-10T16:34:05.563Z Compiling libsw v3.5.0
31722026-03-10T16:34:05.910Z Compiling typify v0.6.1
31732026-03-10T16:34:06.071Z Compiling progenitor-impl v0.13.0
31742026-03-10T16:34:06.208Z Compiling typify v0.4.3
31752026-03-10T16:34:06.228Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31762026-03-10T16:34:06.363Z Compiling progenitor-impl v0.11.2
31772026-03-10T16:34:06.412Z Compiling progenitor-client v0.11.2
31782026-03-10T16:34:06.464Z Compiling linear-map v1.2.0
31792026-03-10T16:34:06.535Z Compiling libefi-sys v0.1.0
31802026-03-10T16:34:06.671Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31812026-03-10T16:34:06.726Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31822026-03-10T16:34:06.829Z Compiling hickory-proto v0.24.4
31832026-03-10T16:34:06.855Z Compiling newline-converter v0.3.0
31842026-03-10T16:34:07.030Z Compiling console v0.15.11
31852026-03-10T16:34:07.848Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31862026-03-10T16:34:07.912Z Compiling bitfield-struct v0.6.2
31872026-03-10T16:34:07.948Z Compiling linked-hash-map v0.5.6
31882026-03-10T16:34:08.215Z Compiling semver v0.1.20
31892026-03-10T16:34:08.630Z Compiling rustc_version v0.1.7
31902026-03-10T16:34:08.824Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31912026-03-10T16:34:08.962Z Compiling lru-cache v0.1.2
31922026-03-10T16:34:08.993Z Compiling expectorate v1.2.0
31932026-03-10T16:34:09.238Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31942026-03-10T16:34:09.326Z Compiling pin-project-internal v1.1.11
31952026-03-10T16:34:09.491Z Compiling slog-dtrace v0.3.0
31962026-03-10T16:34:09.794Z Compiling minimal-lexical v0.2.1
31972026-03-10T16:34:09.939Z Compiling progenitor-macro v0.13.0
31982026-03-10T16:34:10.168Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-03-10T16:34:10.232Z Compiling progenitor-macro v0.11.2
32002026-03-10T16:34:10.292Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012026-03-10T16:34:10.841Z Compiling nom v7.1.3
32022026-03-10T16:34:10.984Z Compiling pin-project v1.1.11
32032026-03-10T16:34:11.211Z Compiling hickory-resolver v0.24.4
32042026-03-10T16:34:11.294Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32052026-03-10T16:34:11.406Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32062026-03-10T16:34:11.696Z Compiling newtype_derive v0.1.6
32072026-03-10T16:34:11.988Z Compiling tokio-dtrace v0.1.1
32082026-03-10T16:34:12.361Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32092026-03-10T16:34:12.742Z Compiling phf_shared v0.12.1
32102026-03-10T16:34:13.008Z Compiling snafu-derive v0.8.9
32112026-03-10T16:34:13.136Z Compiling dropshot-api-manager-types v0.5.2
32122026-03-10T16:34:13.599Z Compiling pem v3.0.6
32132026-03-10T16:34:14.134Z Compiling csv-core v0.1.13
32142026-03-10T16:34:14.329Z Compiling same-file v1.0.6
32152026-03-10T16:34:14.532Z Compiling chrono-tz v0.10.4
32162026-03-10T16:34:14.586Z Compiling highway v1.3.0
32172026-03-10T16:34:14.813Z Compiling xshell-macros v0.2.7
32182026-03-10T16:34:15.124Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32192026-03-10T16:34:15.376Z Compiling xshell v0.2.7
32202026-03-10T16:34:15.443Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32212026-03-10T16:34:15.811Z Compiling const_format_proc_macros v0.2.34
32222026-03-10T16:34:15.831Z Compiling snafu v0.8.9
32232026-03-10T16:34:16.101Z Compiling walkdir v2.5.0
32242026-03-10T16:34:16.335Z Compiling csv v1.4.0
32252026-03-10T16:34:16.559Z Compiling phf v0.12.1
32262026-03-10T16:34:16.793Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32272026-03-10T16:34:17.020Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32282026-03-10T16:34:17.134Z Compiling qorb v0.4.1
32292026-03-10T16:34:17.199Z Compiling progenitor v0.13.0
32302026-03-10T16:34:17.395Z Compiling oxide-tokio-rt v0.1.2
32312026-03-10T16:34:17.486Z Compiling progenitor v0.11.2
32322026-03-10T16:34:17.529Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32332026-03-10T16:34:17.685Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32342026-03-10T16:34:17.732Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32352026-03-10T16:34:18.084Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32362026-03-10T16:34:18.325Z Compiling globset v0.4.18
32372026-03-10T16:34:19.071Z Compiling olpc-cjson v0.1.4
32382026-03-10T16:34:19.375Z Compiling primeorder v0.13.6
32392026-03-10T16:34:19.404Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32402026-03-10T16:34:19.758Z Compiling serde_plain v1.0.2
32412026-03-10T16:34:19.922Z Compiling typed-path v0.9.3
32422026-03-10T16:34:19.950Z Compiling base64 v0.21.7
32432026-03-10T16:34:20.016Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32442026-03-10T16:34:20.043Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32452026-03-10T16:34:20.414Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32462026-03-10T16:34:21.215Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32472026-03-10T16:34:21.246Z Compiling tough v0.20.0
32482026-03-10T16:34:21.579Z Compiling const_format v0.2.35
32492026-03-10T16:34:21.621Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32502026-03-10T16:34:21.746Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32512026-03-10T16:34:22.020Z Compiling progenitor-impl v0.10.0
32522026-03-10T16:34:22.761Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32532026-03-10T16:34:22.863Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32542026-03-10T16:34:23.645Z Compiling tabled_derive v0.7.0
32552026-03-10T16:34:24.228Z Compiling bcs v0.1.6
32562026-03-10T16:34:24.443Z Compiling radium v0.7.0
32572026-03-10T16:34:24.467Z Compiling salty v0.3.0
32582026-03-10T16:34:24.670Z Compiling termtree v0.5.1
32592026-03-10T16:34:24.816Z Compiling textwrap v0.16.2
32602026-03-10T16:34:24.886Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32612026-03-10T16:34:24.911Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32622026-03-10T16:34:25.051Z Compiling tabled v0.15.0
32632026-03-10T16:34:25.172Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32642026-03-10T16:34:25.458Z Compiling steno v0.4.1
32652026-03-10T16:34:25.478Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32662026-03-10T16:34:25.805Z Compiling progenitor-macro v0.10.0
32672026-03-10T16:34:26.760Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32682026-03-10T16:34:26.822Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32692026-03-10T16:34:27.019Z Compiling utf-8 v0.7.6
32702026-03-10T16:34:27.278Z Compiling humantime v2.3.0
32712026-03-10T16:34:27.409Z Compiling maybe-uninit v2.0.0
32722026-03-10T16:34:27.656Z Compiling tap v1.0.1
32732026-03-10T16:34:27.897Z Compiling wyz v0.5.1
32742026-03-10T16:34:28.181Z Compiling tungstenite v0.21.0
32752026-03-10T16:34:28.201Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32762026-03-10T16:34:28.968Z Compiling p384 v0.13.1
32772026-03-10T16:34:29.004Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32782026-03-10T16:34:29.310Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32792026-03-10T16:34:29.398Z Compiling arc-swap v1.8.2
32802026-03-10T16:34:29.749Z Compiling funty v2.0.0
32812026-03-10T16:34:29.809Z Compiling tagptr v0.2.0
32822026-03-10T16:34:29.829Z Compiling packed_struct v0.10.1
32832026-03-10T16:34:30.032Z Compiling moka v0.12.13
32842026-03-10T16:34:30.053Z Compiling slog-scope v4.4.1
32852026-03-10T16:34:30.235Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32862026-03-10T16:34:30.388Z Compiling bitvec v1.0.1
32872026-03-10T16:34:30.677Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32882026-03-10T16:34:31.121Z Compiling tokio-tungstenite v0.21.0
32892026-03-10T16:34:31.668Z Compiling polyval v0.6.2
32902026-03-10T16:34:31.970Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32912026-03-10T16:34:31.994Z Compiling packed_struct_codegen v0.10.1
32922026-03-10T16:34:32.384Z Compiling bitfield-macros v0.19.4
32932026-03-10T16:34:32.421Z Compiling zerocopy-derive v0.6.6
32942026-03-10T16:34:33.030Z Compiling progenitor v0.10.0
32952026-03-10T16:34:33.238Z Compiling indexmap v1.9.3
32962026-03-10T16:34:33.396Z Compiling proc-macro-error-attr2 v2.0.0
32972026-03-10T16:34:33.419Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32982026-03-10T16:34:33.532Z Compiling nodrop v0.1.14
32992026-03-10T16:34:33.552Z Compiling crc-catalog v2.4.0
33002026-03-10T16:34:33.635Z Compiling parking_lot_core v0.8.6
33012026-03-10T16:34:33.675Z Compiling crc v3.4.0
33022026-03-10T16:34:33.700Z Compiling array-init v0.0.4
33032026-03-10T16:34:33.750Z Compiling zerocopy v0.6.6
33042026-03-10T16:34:33.961Z Compiling bitfield v0.19.4
33052026-03-10T16:34:33.981Z Compiling proc-macro-error2 v2.0.1
33062026-03-10T16:34:34.032Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33072026-03-10T16:34:34.273Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33082026-03-10T16:34:34.337Z Compiling ghash v0.5.1
33092026-03-10T16:34:34.438Z Compiling smallvec v0.6.14
33102026-03-10T16:34:34.461Z Compiling hickory-resolver v0.25.2
33112026-03-10T16:34:34.525Z Compiling slog-stdlog v4.1.1
33122026-03-10T16:34:34.747Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33132026-03-10T16:34:34.828Z Compiling nix v0.31.1
33142026-03-10T16:34:35.279Z Compiling git-stub v1.0.0
33152026-03-10T16:34:35.369Z Compiling ctr v0.9.2
33162026-03-10T16:34:35.413Z Compiling num-derive v0.3.3
33172026-03-10T16:34:35.485Z Compiling lzma-sys v0.1.20
33182026-03-10T16:34:35.643Z Compiling hashbrown v0.12.3
33192026-03-10T16:34:35.664Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33202026-03-10T16:34:35.945Z Compiling unicase v2.9.0
33212026-03-10T16:34:35.995Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33222026-03-10T16:34:36.088Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33232026-03-10T16:34:36.108Z Compiling aes-gcm v0.10.3
33242026-03-10T16:34:36.227Z Compiling mime_guess v2.0.5
33252026-03-10T16:34:36.357Z Compiling git-stub-vcs v0.1.0
33262026-03-10T16:34:36.656Z Compiling libscf-sys v1.1.0
33272026-03-10T16:34:36.869Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33282026-03-10T16:34:36.873Z Compiling slog-envlogger v2.2.0
33292026-03-10T16:34:36.906Z Compiling serde-hex v0.1.0
33302026-03-10T16:34:36.991Z Compiling tabled_derive v0.11.0
33312026-03-10T16:34:37.113Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33322026-03-10T16:34:37.665Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33332026-03-10T16:34:37.762Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33342026-03-10T16:34:38.497Z Compiling ron v0.8.1
33352026-03-10T16:34:38.682Z Compiling papergrid v0.17.0
33362026-03-10T16:34:39.385Z Compiling cargo_toml v0.22.3
33372026-03-10T16:34:39.900Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33382026-03-10T16:34:40.071Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33392026-03-10T16:34:40.661Z Compiling hashbrown v0.13.2
33402026-03-10T16:34:40.720Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33412026-03-10T16:34:41.136Z Compiling testing_table v0.3.0
33422026-03-10T16:34:41.361Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33432026-03-10T16:34:41.361Z Compiling blowfish v0.9.1
33442026-03-10T16:34:41.675Z Compiling ssh-encoding v0.2.0
33452026-03-10T16:34:41.721Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33462026-03-10T16:34:42.050Z Compiling nibble_vec v0.1.0
33472026-03-10T16:34:42.089Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33482026-03-10T16:34:42.158Z Compiling corncobs v0.1.4
33492026-03-10T16:34:42.246Z Compiling endian-type v0.1.2
33502026-03-10T16:34:42.381Z Compiling crc-any v2.5.0
33512026-03-10T16:34:42.405Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33522026-03-10T16:34:42.452Z Compiling radix_trie v0.2.1
33532026-03-10T16:34:42.653Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33542026-03-10T16:34:42.740Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33552026-03-10T16:34:42.792Z Compiling ssh-cipher v0.2.0
33562026-03-10T16:34:42.877Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33572026-03-10T16:34:43.318Z Compiling bcrypt-pbkdf v0.10.0
33582026-03-10T16:34:43.375Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33592026-03-10T16:34:43.602Z Compiling object v0.30.4
33602026-03-10T16:34:43.759Z Compiling tabled v0.20.0
33612026-03-10T16:34:43.862Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33622026-03-10T16:34:44.714Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33632026-03-10T16:34:45.055Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33642026-03-10T16:34:45.075Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33652026-03-10T16:34:45.443Z Compiling parking_lot v0.11.2
33662026-03-10T16:34:45.979Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33672026-03-10T16:34:46.028Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33682026-03-10T16:34:46.591Z Compiling prefix-trie v0.7.0
33692026-03-10T16:34:46.649Z Compiling password-hash v0.4.2
33702026-03-10T16:34:46.669Z Compiling fxhash v0.2.1
33712026-03-10T16:34:46.809Z Compiling secrecy v0.8.0
33722026-03-10T16:34:46.861Z Compiling http-range v0.1.5
33732026-03-10T16:34:47.019Z Compiling path-slash v0.1.5
33742026-03-10T16:34:47.119Z Compiling half v1.8.3
33752026-03-10T16:34:47.141Z Compiling hickory-server v0.25.2
33762026-03-10T16:34:47.194Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33772026-03-10T16:34:47.214Z Compiling pbkdf2 v0.11.0
33782026-03-10T16:34:47.496Z Compiling serde_cbor v0.11.2
33792026-03-10T16:34:47.517Z Compiling sled v0.34.7
33802026-03-10T16:34:48.042Z Compiling xz2 v0.1.7
33812026-03-10T16:34:48.333Z Compiling ron v0.12.0
33822026-03-10T16:34:48.790Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33832026-03-10T16:34:49.729Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33842026-03-10T16:34:49.962Z Compiling ssh-key v0.6.7
33852026-03-10T16:34:50.078Z Compiling hickory-client v0.25.2
33862026-03-10T16:34:50.542Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33872026-03-10T16:34:50.676Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33882026-03-10T16:34:50.706Z Compiling p256 v0.13.2
33892026-03-10T16:34:51.219Z Compiling p521 v0.13.3
33902026-03-10T16:34:51.398Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
33912026-03-10T16:34:51.559Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33922026-03-10T16:34:52.309Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33932026-03-10T16:34:52.341Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33942026-03-10T16:34:52.433Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33952026-03-10T16:34:52.521Z Compiling yasna v0.5.2
33962026-03-10T16:34:52.923Z Compiling kstat-rs v0.2.4
33972026-03-10T16:34:52.960Z Compiling headers-core v0.3.0
33982026-03-10T16:34:53.135Z Compiling nanorand v0.7.0
33992026-03-10T16:34:53.334Z Compiling atty v0.2.14
34002026-03-10T16:34:53.432Z Compiling russh-cryptovec v0.7.3
34012026-03-10T16:34:53.468Z Compiling crc8 v0.1.1
34022026-03-10T16:34:53.498Z Compiling home v0.5.12
34032026-03-10T16:34:53.530Z Compiling base16ct v1.0.0
34042026-03-10T16:34:53.637Z Compiling md5 v0.7.0
34052026-03-10T16:34:53.690Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34062026-03-10T16:34:53.694Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34072026-03-10T16:34:54.013Z Compiling russh-keys v0.45.0
34082026-03-10T16:34:54.756Z Compiling flume v0.11.1
34092026-03-10T16:34:55.150Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34102026-03-10T16:34:55.193Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34112026-03-10T16:34:55.753Z Compiling rcgen v0.12.1
34122026-03-10T16:34:56.214Z Compiling headers v0.4.1
34132026-03-10T16:34:57.280Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34142026-03-10T16:34:58.561Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34152026-03-10T16:34:59.700Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34162026-03-10T16:35:00.431Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34172026-03-10T16:35:00.659Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34182026-03-10T16:35:01.826Z Compiling hyper-staticfile v0.10.1
34192026-03-10T16:35:02.357Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34202026-03-10T16:35:02.510Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34212026-03-10T16:35:02.739Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34222026-03-10T16:35:02.789Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34232026-03-10T16:35:02.825Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34242026-03-10T16:35:02.863Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34252026-03-10T16:35:03.498Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34262026-03-10T16:35:03.719Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34272026-03-10T16:35:03.808Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34282026-03-10T16:35:03.953Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34292026-03-10T16:35:04.324Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34302026-03-10T16:35:04.711Z Compiling num-bigint v0.4.6
34312026-03-10T16:35:04.766Z Compiling des v0.8.1
34322026-03-10T16:35:04.892Z Compiling subprocess v0.2.15
34332026-03-10T16:35:05.030Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34342026-03-10T16:35:05.178Z Compiling display-error-chain v0.2.2
34352026-03-10T16:35:05.299Z Compiling hex-literal v0.4.1
34362026-03-10T16:35:05.378Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34372026-03-10T16:35:05.461Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34382026-03-10T16:35:05.625Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34392026-03-10T16:35:05.954Z Compiling colored v2.2.0
34402026-03-10T16:35:06.473Z Compiling russh v0.45.0
34412026-03-10T16:35:07.352Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34422026-03-10T16:35:07.703Z Compiling socket2 v0.5.10
34432026-03-10T16:35:08.328Z Compiling internet-checksum v0.2.1
34442026-03-10T16:35:11.604Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34452026-03-10T16:35:42.570Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34462026-03-10T16:36:07.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
34472026-03-10T16:36:07.637Z
34482026-03-10T16:36:07.640Zreal 2:24.329431279
34492026-03-10T16:36:07.640Zuser 11:42.001303465
34502026-03-10T16:36:07.640Zsys 1:57.845358998
34512026-03-10T16:36:07.640Ztrap 0.323806398
34522026-03-10T16:36:07.640Ztflt 0.223980380
34532026-03-10T16:36:07.640Zdflt 0.517105079
34542026-03-10T16:36:07.640Zkflt 0.000067845
34552026-03-10T16:36:07.640Zlock 30:54.998598675
34562026-03-10T16:36:07.640Zslp 42:48.388279976
34572026-03-10T16:36:07.641Zlat 58.264062133
34582026-03-10T16:36:07.641Zstop 2:10.919550177
34592026-03-10T16:36:07.641Z+ mkdir tests
34602026-03-10T16:36:07.644Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34612026-03-10T16:36:07.644Z+ xargs -I '{}' -t cp '{}' tests/
34622026-03-10T16:36:07.711Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8c89a86352b0aa66 tests/
34632026-03-10T16:36:07.743Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-746dfaee64f5db54 tests/
34642026-03-10T16:36:07.773Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-9991f079b1063e60 tests/
34652026-03-10T16:36:07.804Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-45a8aed3b69b200f tests/
34662026-03-10T16:36:08.120Z+ 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/*)
34672026-03-10T16:36:08.123Z+ 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
34682026-03-10T16:37:48.231ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34692026-03-10T16:37:48.231Za .github/buildomat/ci-env.sh 1K
34702026-03-10T16:37:48.231Za out/target/test 1K
34712026-03-10T16:37:48.231Za out/npuzone/npuzone 27402K
34722026-03-10T16:37:48.231Za package-manifest.toml 35K
34732026-03-10T16:37:48.231Za smf/sled-agent/non-gimlet/config.toml 6K
34742026-03-10T16:37:48.231Za target/release/omicron-package 41060K
34752026-03-10T16:37:48.231Za target/release/xtask 11359K
34762026-03-10T16:37:48.231Za target/debug/bootstrap 345708K
34772026-03-10T16:37:48.231Za tests/bootstrap-746dfaee64f5db54 31480K
34782026-03-10T16:37:48.231Za tests/commtest-9991f079b1063e60 31997K
34792026-03-10T16:37:48.231Za tests/dhcp_server-8c89a86352b0aa66 31480K
34802026-03-10T16:37:48.231Za tests/end_to_end_tests-45a8aed3b69b200f 387392K
34812026-03-10T16:37:48.231Za out/clickhouse.tar.gz 302576K
34822026-03-10T16:37:48.231Za out/clickhouse_keeper.tar.gz 287870K
34832026-03-10T16:37:48.231Za out/clickhouse_server.tar.gz 302575K
34842026-03-10T16:37:48.231Za out/cockroachdb.tar.gz 156114K
34852026-03-10T16:37:48.231Za out/crucible-pantry-zone.tar.gz 38319K
34862026-03-10T16:37:48.231Za out/crucible-utils.tar 17744K
34872026-03-10T16:37:48.231Za out/crucible-zone.tar.gz 52457K
34882026-03-10T16:37:48.231Za out/external-dns.tar.gz 41550K
34892026-03-10T16:37:48.231Za out/internal-dns.tar.gz 41550K
34902026-03-10T16:37:48.231Za out/mg-ddm-gz.tar 86339K
34912026-03-10T16:37:48.231Za out/nexus.tar.gz 210797K
34922026-03-10T16:37:48.231Za out/ntp.tar.gz 22566K
34932026-03-10T16:37:48.231Za out/omicron-gateway-softnpu.tar.gz 28343K
34942026-03-10T16:37:48.231Za out/omicron-sled-agent.tar 182945K
34952026-03-10T16:37:48.231Za out/overlay.tar.gz 3K
34962026-03-10T16:37:48.231Za out/oximeter.tar.gz 56775K
34972026-03-10T16:37:48.231Za out/oxlog.tar 3895K
34982026-03-10T16:37:48.231Za out/probe.tar.gz 3037K
34992026-03-10T16:37:48.231Za out/propolis-server.tar.gz 74633K
35002026-03-10T16:37:48.231Za out/pumpkind-gz.tar 26647K
35012026-03-10T16:37:48.231Za out/switch-softnpu.tar.gz 371219K
35022026-03-10T16:37:48.235Z
35032026-03-10T16:37:48.235Zreal 1:40.120040992
35042026-03-10T16:37:48.235Zuser 1:38.118846213
35052026-03-10T16:37:48.235Zsys 4.714729928
35062026-03-10T16:37:48.235Ztrap 0.006201225
35072026-03-10T16:37:48.235Ztflt 0.000000000
35082026-03-10T16:37:48.235Zdflt 0.000000000
35092026-03-10T16:37:48.235Zkflt 0.000000000
35102026-03-10T16:37:48.235Zlock 0.000000000
35112026-03-10T16:37:48.235Zslp 1:37.053232050
35122026-03-10T16:37:48.235Zlat 0.342339463
35132026-03-10T16:37:48.235Zstop 0.000328698
35142026-03-10T16:37:48.235Zprocess exited: duration 1670307 ms, exit code 0
 
35152026-03-10T16:37:48.251Zfound 1 output files
35162026-03-10T16:37:48.251Zuploading: /work/package.tar.gz (2323782011 bytes)
35172026-03-10T16:38:23.855Zuploaded: /work/package.tar.gz