01KFNTNN0WQR0V40QRDQV8QYWP: 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: 01KFNTP8F85SKJ90A1E3CBKTV9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-01-23T16:24:41.777Zjob assigned to worker 01KFNTPBWRA46YKW3YSKN6X26J [factory aws, i-0c463854fb6e98ad8] (queued for 1 m 2 s)
 
22026-01-23T16:24:50.284Zstarting task 0: "setup"
32026-01-23T16:24:50.289Z++ uname -s
42026-01-23T16:24:50.292Z+ kern=SunOS
52026-01-23T16:24:50.292Z+ build_user=build
62026-01-23T16:24:50.292Z+ build_uid=12345
72026-01-23T16:24:50.292Z+ work_dir=/work
82026-01-23T16:24:50.292Z+ input_dir=/input
92026-01-23T16:24:50.292Z+ [[ 0 == 12345 ]]
102026-01-23T16:24:50.292Z+ case "$kern" in
112026-01-23T16:24:50.292Z+ groupadd -g 12345 build
122026-01-23T16:24:50.295Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-01-23T16:24:52.302Z+ zfs create -o mountpoint=/work rpool/work
142026-01-23T16:24:52.426Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-01-23T16:24:52.429Z+ home_fs=zfs
162026-01-23T16:24:52.429Z+ [[ zfs == autofs ]]
172026-01-23T16:24:52.430Z+ mkdir -p /home/build
182026-01-23T16:24:52.433Z+ chown build:build /home/build /work
192026-01-23T16:24:54.434Z+ chmod 0700 /home/build /work
202026-01-23T16:24:54.437Zprocess exited: duration 4154 ms, exit code 0
 
212026-01-23T16:24:54.444Zstarting task 1: "rust-toolchain"
222026-01-23T16:24:54.448Z * rust toolchain channel = "1.91.1"
232026-01-23T16:24:54.448Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
242026-01-23T16:24:54.448Z * rust toolchain profile = "default"
252026-01-23T16:24:54.448Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-01-23T16:24:54.448Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-01-23T16:24:54.449Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-01-23T16:24:54.451Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-01-23T16:24:54.452Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-01-23T16:24:54.589Zinfo: downloading installer
312026-01-23T16:24:56.259Zwarn: It looks like you have an existing installation of Rust at:
322026-01-23T16:24:56.259Zwarn: /opt/ooce/bin
332026-01-23T16:24:56.259Zwarn: It is recommended that rustup be the primary Rust installation.
342026-01-23T16:24:56.259Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-01-23T16:24:56.259Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-01-23T16:24:56.259Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-01-23T16:24:56.259Zwarn: or pass `-y' to ignore all ignorable checks.
382026-01-23T16:24:56.259Zerror: cannot install while Rust is installed
392026-01-23T16:24:56.259Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-01-23T16:24:56.277Zinfo: profile set to 'default'
412026-01-23T16:24:56.277Zinfo: default host triple is x86_64-unknown-illumos
422026-01-23T16:24:56.280Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-01-23T16:24:56.469Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-01-23T16:24:56.469Zinfo: downloading component 'cargo'
452026-01-23T16:24:57.461Zinfo: downloading component 'clippy'
462026-01-23T16:24:57.849Zinfo: downloading component 'rust-docs'
472026-01-23T16:24:59.281Zinfo: downloading component 'rust-std'
482026-01-23T16:25:00.858Zinfo: downloading component 'rustc'
492026-01-23T16:25:08.010Zinfo: downloading component 'rustfmt'
502026-01-23T16:25:08.272Zinfo: installing component 'cargo'
512026-01-23T16:25:09.184Zinfo: installing component 'clippy'
522026-01-23T16:25:09.583Zinfo: installing component 'rust-docs'
532026-01-23T16:25:11.540Zinfo: installing component 'rust-std'
542026-01-23T16:25:13.368Zinfo: installing component 'rustc'
552026-01-23T16:25:20.170Zinfo: installing component 'rustfmt'
562026-01-23T16:25:20.516Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-01-23T16:25:20.516Z
582026-01-23T16:25:21.022Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-01-23T16:25:21.022Z
602026-01-23T16:25:21.025Z
612026-01-23T16:25:21.026ZRust is installed now. Great!
622026-01-23T16:25:21.026Z
632026-01-23T16:25:21.026ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-01-23T16:25:21.026Zenvironment variable. This has not been done automatically.
652026-01-23T16:25:21.026Z
662026-01-23T16:25:21.026ZTo configure your current shell, you need to source
672026-01-23T16:25:21.026Zthe corresponding env file under $HOME/.cargo.
682026-01-23T16:25:21.026Z
692026-01-23T16:25:21.026ZThis is usually done by running one of the following (note the leading DOT):
702026-01-23T16:25:21.026Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-01-23T16:25:21.026Zsource "$HOME/.cargo/env.fish" # For fish
722026-01-23T16:25:21.026Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-01-23T16:25:21.126Z+ rustup --version
742026-01-23T16:25:21.138Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-01-23T16:25:21.141Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-01-23T16:25:21.227Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-01-23T16:25:21.231Z+ cargo --version
782026-01-23T16:25:21.305Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-01-23T16:25:21.308Z+ rustc --version
802026-01-23T16:25:21.385Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-01-23T16:25:21.389Zprocess exited: duration 26942 ms, exit code 0
 
822026-01-23T16:25:21.396Zstarting task 2: "authentication"
832026-01-23T16:25:21.418Zprocess exited: duration 22 ms, exit code 0
 
842026-01-23T16:25:21.425Zstarting task 3: "clone repository"
852026-01-23T16:25:21.430Z+ mkdir -p /work/oxidecomputer/omicron
862026-01-23T16:25:21.433Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-01-23T16:25:21.469ZCloning into '/work/oxidecomputer/omicron'...
882026-01-23T16:26:06.048Z+ cd /work/oxidecomputer/omicron
892026-01-23T16:26:06.051Z+ git fetch origin cf8c300cbb019d3a4119ab99d8a7eea0db9e6626
902026-01-23T16:26:06.369ZFrom https://github.com/oxidecomputer/omicron
912026-01-23T16:26:06.369Z * branch cf8c300cbb019d3a4119ab99d8a7eea0db9e6626 -> FETCH_HEAD
922026-01-23T16:26:06.381Z+ [[ -n jmcarp/dev-configure-crdb-port ]]
932026-01-23T16:26:06.384Z++ git branch --show-current
942026-01-23T16:26:06.384Z+ current=main
952026-01-23T16:26:06.384Z+ [[ main != jmcarp/dev-configure-crdb-port ]]
962026-01-23T16:26:06.384Z+ git branch -f jmcarp/dev-configure-crdb-port cf8c300cbb019d3a4119ab99d8a7eea0db9e6626
972026-01-23T16:26:06.387Z+ git checkout -f jmcarp/dev-configure-crdb-port
982026-01-23T16:26:06.817ZSwitched to branch 'jmcarp/dev-configure-crdb-port'
992026-01-23T16:26:06.834Z+ git reset --hard cf8c300cbb019d3a4119ab99d8a7eea0db9e6626
1002026-01-23T16:26:06.873ZHEAD is now at cf8c300cb Optionally configure mgs and internal dns ports for omicron-dev.
1012026-01-23T16:26:06.879Zprocess exited: duration 45443 ms, exit code 0
 
1022026-01-23T16:26:06.885Zstarting task 4: "build"
1032026-01-23T16:26:06.891Z+ source .github/buildomat/ci-env.sh
1042026-01-23T16:26:06.894Z++ export CARGO_TERM_COLOR=always
1052026-01-23T16:26:06.894Z++ CARGO_TERM_COLOR=always
1062026-01-23T16:26:06.894Z+ cargo --version
1072026-01-23T16:26:06.954Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-01-23T16:26:06.957Z+ rustc --version
1092026-01-23T16:26:07.030Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-01-23T16:26:07.033Z+ WORK=/work
1112026-01-23T16:26:07.033Z+ pfexec mkdir -p /work
1122026-01-23T16:26:07.039Z+ pfexec chown build /work
1132026-01-23T16:26:07.042Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-01-23T16:26:17.572Z Startup: Refreshing catalog 'helios-dev' ... Done
1152026-01-23T16:26:27.444Z Startup: Caching catalogs ... Done
1162026-01-23T16:26:46.870ZPlanning: Solver setup ... Done (18.017s)
1172026-01-23T16:26:47.010ZPlanning: Running solver ... Done (0.140s)
1182026-01-23T16:26:47.163ZPlanning: Finding local manifests ... Done (0.004s)
1192026-01-23T16:26:47.175ZPlanning: Fetching manifests: 0/4 0% complete
1202026-01-23T16:26:47.314ZPlanning: Fetching manifests: 4/4 100% complete
1212026-01-23T16:26:47.363ZPlanning: Package planning ... Done (0.049s)
1222026-01-23T16:26:47.413ZPlanning: Merging actions ... Done (0.050s)
1232026-01-23T16:26:47.697ZPlanning: Checking for conflicting actions ... Done (0.284s)
1242026-01-23T16:26:47.709ZPlanning: Consolidating action changes ... Done (0.011s)
1252026-01-23T16:26:48.792ZPlanning: Evaluating mediators ... Done (1.083s)
1262026-01-23T16:26:48.803ZPlanning: Planning completed in 21.21 seconds
1272026-01-23T16:26:48.818Z Packages to install: 4
1282026-01-23T16:26:48.818Z Mediators to change: 2
1292026-01-23T16:26:48.821Z Services to change: 1
1302026-01-23T16:26:48.821Z Estimated space available: 155.44 GB
1312026-01-23T16:26:48.821ZEstimated space to be consumed: 1.79 GB
1322026-01-23T16:26:48.821Z Create boot environment: No
1332026-01-23T16:26:48.821ZCreate backup boot environment: No
1342026-01-23T16:26:48.821Z Rebuild boot archive: No
1352026-01-23T16:26:48.821Z
1362026-01-23T16:26:48.822ZChanged mediators:
1372026-01-23T16:26:48.822Z mediator clang:
1382026-01-23T16:26:48.822Z version: None -> 15 (system default)
1392026-01-23T16:26:48.822Z
1402026-01-23T16:26:48.822Z mediator llvm:
1412026-01-23T16:26:48.822Z version: 14 (system default) -> 15 (system default)
1422026-01-23T16:26:48.822Z
1432026-01-23T16:26:48.822ZChanged packages:
1442026-01-23T16:26:48.822Zhelios-dev
1452026-01-23T16:26:48.822Z developer/build-essential
1462026-01-23T16:26:48.822Z None -> 11-2.0
1472026-01-23T16:26:48.822Z library/libxmlsec1
1482026-01-23T16:26:48.822Z None -> 1.2.35-2.0
1492026-01-23T16:26:48.822Z ooce/developer/clang-15
1502026-01-23T16:26:48.822Z None -> 15.0.7-2.0
1512026-01-23T16:26:48.822Z ooce/developer/llvm-15
1522026-01-23T16:26:48.822Z None -> 15.0.7-2.0
1532026-01-23T16:26:48.822Z
1542026-01-23T16:26:48.822ZServices:
1552026-01-23T16:26:48.822Z restart_fmri:
1562026-01-23T16:26:48.822Z svc:/system/update-man-index:default
1572026-01-23T16:26:48.875Z
1582026-01-23T16:26:48.875ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592026-01-23T16:26:54.243ZDownload: 2218/3290 items 118.3/212.6MB 55% complete (25.3M/s)
1602026-01-23T16:26:59.613ZDownload: 3287/3290 items 211.7/212.6MB 99% complete (24.6M/s)
1612026-01-23T16:26:59.648ZDownload: Completed 212.60 MB in 10.77 seconds (19.7M/s)
1622026-01-23T16:26:59.882Z Actions: 1/3689 actions (Installing new actions)
1632026-01-23T16:27:04.427Z Actions: Completed 3689 actions in 4.54 seconds.
1642026-01-23T16:27:05.151Z Done (0.719s)
1652026-01-23T16:27:05.151Z Done (0.000s)
1662026-01-23T16:27:06.211Z Done (1.059s)
1672026-01-23T16:27:10.398Z Done (3.825s)
1682026-01-23T16:27:10.480Z Done (0.020s)
1692026-01-23T16:27:10.483Z Done (0.000s)
1702026-01-23T16:27:10.628Z Done (0.000s)
1712026-01-23T16:27:11.565ZPlanning: Evaluating mediator changes ... Done
1722026-01-23T16:27:11.725ZPlanning: Checking for conflicting actions ... Done
1732026-01-23T16:27:11.728ZPlanning: Consolidating action changes ... Done
1742026-01-23T16:27:11.996ZPlanning: Evaluating mediators ... Done
1752026-01-23T16:27:11.999ZPlanning: Planning completed in 0.43 seconds
1762026-01-23T16:27:12.030Z Mediators to change: 2
1772026-01-23T16:27:12.030Z Create boot environment: No
1782026-01-23T16:27:12.033ZCreate backup boot environment: No
1792026-01-23T16:27:12.109Z Done
1802026-01-23T16:27:12.109Z Done
1812026-01-23T16:27:12.857Z Done
1822026-01-23T16:27:16.387Z Done
1832026-01-23T16:27:16.473Z Done
1842026-01-23T16:27:16.476Z Done
1852026-01-23T16:27:16.634Z Done
1862026-01-23T16:27:17.248ZPlanning: Evaluating mediator changes ... Done
1872026-01-23T16:27:17.251ZPlanning: Merging actions ... Done
1882026-01-23T16:27:17.435ZPlanning: Checking for conflicting actions ... Done
1892026-01-23T16:27:17.438ZPlanning: Consolidating action changes ... Done
1902026-01-23T16:27:17.699ZPlanning: Evaluating mediators ... Done
1912026-01-23T16:27:17.752ZPlanning: Planning completed in 0.75 seconds
1922026-01-23T16:27:17.786Z Packages to change: 1
1932026-01-23T16:27:17.786Z Mediators to change: 1
1942026-01-23T16:27:17.789Z Services to change: 1
1952026-01-23T16:27:17.789Z Create boot environment: No
1962026-01-23T16:27:17.789ZCreate backup boot environment: Yes
1972026-01-23T16:27:20.256Z Actions: 1/6 actions (Updating modified actions)
1982026-01-23T16:27:20.259Z Actions: Completed 6 actions in 0.00 seconds.
1992026-01-23T16:27:20.259Z Done
2002026-01-23T16:27:20.259Z Done
2012026-01-23T16:27:20.469Z Done
2022026-01-23T16:27:24.139Z Done
2032026-01-23T16:27:24.230Z Done
2042026-01-23T16:27:24.233Z Done
2052026-01-23T16:27:24.383Z Done
2062026-01-23T16:27:24.822ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072026-01-23T16:27:24.822Zclang system 15 system
2082026-01-23T16:27:24.822Zcsh system system illumos
2092026-01-23T16:27:24.822Zctags system system illumos
2102026-01-23T16:27:24.822Zfile system system illumos
2112026-01-23T16:27:24.822Zgcc vendor 12 vendor
2122026-01-23T16:27:24.822Zgcc system 10 system
2132026-01-23T16:27:24.823Zgcc system 7 system
2142026-01-23T16:27:24.823Zgo system 1.20 system
2152026-01-23T16:27:24.823Zgo system 1.19 system
2162026-01-23T16:27:24.823Zllvm system 15 system
2172026-01-23T16:27:24.823Zllvm system 14 system
2182026-01-23T16:27:24.823Zmariadb system 10.6 system
2192026-01-23T16:27:24.823Zmta vendor vendor dma
2202026-01-23T16:27:24.823Zopenjdk system 17 system
2212026-01-23T16:27:24.823Zopenjdk system 11 system
2222026-01-23T16:27:24.823Zopenjdk system 1.8 system
2232026-01-23T16:27:24.823Zopenssl vendor 3 vendor
2242026-01-23T16:27:24.823Zperl system 5.36 system
2252026-01-23T16:27:24.823Zpostgresql system 15 system
2262026-01-23T16:27:24.823Zpostgresql system 13 system
2272026-01-23T16:27:24.823Zpython vendor 3 vendor
2282026-01-23T16:27:24.824Zpython system 2 system
2292026-01-23T16:27:24.824Zpython3 system 3.11 system
2302026-01-23T16:27:24.824Zruby system 3.0 system
2312026-01-23T16:27:24.824Zwords vendor vendor american-english
2322026-01-23T16:27:24.824Zwords system system australian-english
2332026-01-23T16:27:24.824Zwords system system british-english
2342026-01-23T16:27:24.824Zwords system system canadian-english
2352026-01-23T16:27:24.824Zwords system system french
2362026-01-23T16:27:24.824Zwords system system italian
2372026-01-23T16:27:24.824Zwords system system ngerman
2382026-01-23T16:27:24.824Zwords system system ogerman
2392026-01-23T16:27:24.824Zwords system system spanish
2402026-01-23T16:27:25.155ZPUBLISHER TYPE STATUS P LOCATION
2412026-01-23T16:27:25.155Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422026-01-23T16:27:31.363ZFMRI IFO
2432026-01-23T16:27:31.363Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442026-01-23T16:27:31.363Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452026-01-23T16:27:31.363Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462026-01-23T16:27:31.363Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472026-01-23T16:27:31.363Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482026-01-23T16:27:31.363Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2492026-01-23T16:27:31.364Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2502026-01-23T16:27:31.364Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2512026-01-23T16:27:31.364Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522026-01-23T16:27:31.364Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532026-01-23T16:27:31.364Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2542026-01-23T16:27:31.364Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552026-01-23T16:27:31.364Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562026-01-23T16:27:31.364Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2572026-01-23T16:27:31.364Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582026-01-23T16:27:31.364Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592026-01-23T16:27:32.518Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602026-01-23T16:27:32.837Z Updating crates.io index
2612026-01-23T16:27:32.841Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-01-23T16:27:33.210Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2632026-01-23T16:27:34.064Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2642026-01-23T16:27:34.390Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2652026-01-23T16:27:34.666Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2662026-01-23T16:27:35.045Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672026-01-23T16:27:38.601Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682026-01-23T16:27:40.952Z Updating git repository `https://github.com/oxidecomputer/opte`
2692026-01-23T16:27:43.124Z Updating git repository `https://github.com/oxidecomputer/tofino`
2702026-01-23T16:27:43.407Z Updating git repository `https://github.com/oxidecomputer/falcon`
2712026-01-23T16:27:44.198Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722026-01-23T16:27:44.747Z Updating git repository `https://github.com/oxidecomputer/clickward`
2732026-01-23T16:27:44.993Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2742026-01-23T16:27:45.547Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2752026-01-23T16:27:45.844Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2762026-01-23T16:27:46.878Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-01-23T16:27:47.452Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-01-23T16:27:47.799Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2792026-01-23T16:27:48.039Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2802026-01-23T16:27:48.414Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2812026-01-23T16:27:48.713Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2822026-01-23T16:27:48.946Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2832026-01-23T16:27:49.183Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2842026-01-23T16:27:49.529Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2852026-01-23T16:27:50.037Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2862026-01-23T16:27:50.310Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2872026-01-23T16:27:50.631Z Updating git repository `https://github.com/oxidecomputer/ispf`
2882026-01-23T16:27:50.926Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2892026-01-23T16:27:52.063Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2902026-01-23T16:27:52.492Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2912026-01-23T16:27:52.796Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2922026-01-23T16:27:53.129Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-01-23T16:27:53.495Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-01-23T16:27:53.837Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-01-23T16:27:54.111Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-01-23T16:27:54.395Z Updating git repository `https://github.com/oxidecomputer/omicron`
2972026-01-23T16:28:05.997Z Updating git repository `https://github.com/illumos/smf-rs`
2982026-01-23T16:28:07.660Z Downloading crates ...
2992026-01-23T16:28:07.715Z Downloaded anstyle v1.0.11
3002026-01-23T16:28:07.726Z Downloaded colorchoice v1.0.2
3012026-01-23T16:28:07.729Z Downloaded anstyle-query v1.1.1
3022026-01-23T16:28:07.729Z Downloaded cfg-if v1.0.4
3032026-01-23T16:28:07.732Z Downloaded clap_lex v0.7.4
3042026-01-23T16:28:07.732Z Downloaded block-buffer v0.10.4
3052026-01-23T16:28:07.735Z Downloaded autocfg v1.4.0
3062026-01-23T16:28:07.738Z Downloaded clap_derive v4.5.47
3072026-01-23T16:28:07.738Z Downloaded cargo_toml v0.21.0
3082026-01-23T16:28:07.741Z Downloaded anstyle-parse v0.2.5
3092026-01-23T16:28:07.741Z Downloaded tabled_derive v0.7.0
3102026-01-23T16:28:07.744Z Downloaded bitflags v2.9.4
3112026-01-23T16:28:07.747Z Downloaded terminal_size v0.4.0
3122026-01-23T16:28:07.747Z Downloaded crypto-common v0.1.6
3132026-01-23T16:28:07.750Z Downloaded anyhow v1.0.99
3142026-01-23T16:28:07.753Z Downloaded thiserror v2.0.17
3152026-01-23T16:28:07.758Z Downloaded unicode-linebreak v0.1.5
3162026-01-23T16:28:07.762Z Downloaded plain v0.2.3
3172026-01-23T16:28:07.762Z Downloaded textwrap v0.16.2
3182026-01-23T16:28:07.765Z Downloaded utf16_iter v1.0.5
3192026-01-23T16:28:07.765Z Downloaded litemap v0.7.3
3202026-01-23T16:28:07.768Z Downloaded unicode-ident v1.0.19
3212026-01-23T16:28:07.771Z Downloaded usdt-attr-macro v0.5.0
3222026-01-23T16:28:07.773Z Downloaded unicode-xid v0.2.6
3232026-01-23T16:28:07.773Z Downloaded ordered-float v2.10.1
3242026-01-23T16:28:07.777Z Downloaded scroll_derive v0.12.0
3252026-01-23T16:28:07.777Z Downloaded dof v0.3.0
3262026-01-23T16:28:07.777Z Downloaded thiserror v1.0.69
3272026-01-23T16:28:07.781Z Downloaded typeid v1.0.3
3282026-01-23T16:28:07.784Z Downloaded toml v0.8.23
3292026-01-23T16:28:07.788Z Downloaded version_check v0.9.5
3302026-01-23T16:28:07.788Z Downloaded utf8parse v0.2.2
3312026-01-23T16:28:07.790Z Downloaded zerofrom v0.1.4
3322026-01-23T16:28:07.791Z Downloaded toml_datetime v0.6.11
3332026-01-23T16:28:07.791Z Downloaded serde_spanned v0.6.9
3342026-01-23T16:28:07.794Z Downloaded smawk v0.3.2
3352026-01-23T16:28:07.794Z Downloaded zerofrom-derive v0.1.4
3362026-01-23T16:28:07.796Z Downloaded usdt v0.5.0
3372026-01-23T16:28:07.797Z Downloaded toml_write v0.1.2
3382026-01-23T16:28:07.797Z Downloaded stable_deref_trait v1.2.0
3392026-01-23T16:28:07.800Z Downloaded serde-value v0.7.0
3402026-01-23T16:28:07.800Z Downloaded percent-encoding v2.3.2
3412026-01-23T16:28:07.800Z Downloaded generic-array v0.14.7
3422026-01-23T16:28:07.804Z Downloaded proc-macro-error-attr v1.0.4
3432026-01-23T16:28:07.804Z Downloaded utf8_iter v1.0.4
3442026-01-23T16:28:07.804Z Downloaded icu_provider_macros v1.5.0
3452026-01-23T16:28:07.804Z Downloaded heck v0.5.0
3462026-01-23T16:28:07.807Z Downloaded heck v0.4.1
3472026-01-23T16:28:07.807Z Downloaded thread-id v4.2.2
3482026-01-23T16:28:07.810Z Downloaded usdt-macro v0.5.0
3492026-01-23T16:28:07.810Z Downloaded strsim v0.11.1
3502026-01-23T16:28:07.810Z Downloaded equivalent v1.0.2
3512026-01-23T16:28:07.813Z Downloaded itoa v1.0.11
3522026-01-23T16:28:07.813Z Downloaded write16 v1.0.0
3532026-01-23T16:28:07.813Z Downloaded fastrand v2.1.1
3542026-01-23T16:28:07.818Z Downloaded form_urlencoded v1.2.2
3552026-01-23T16:28:07.818Z Downloaded zmij v1.0.15
3562026-01-23T16:28:07.821Z Downloaded zerovec-derive v0.10.3
3572026-01-23T16:28:07.821Z Downloaded macaddr v1.0.1
3582026-01-23T16:28:07.821Z Downloaded swrite v0.1.0
3592026-01-23T16:28:07.821Z Downloaded yoke-derive v0.7.4
3602026-01-23T16:28:07.826Z Downloaded memmap v0.7.0
3612026-01-23T16:28:07.826Z Downloaded yoke v0.7.4
3622026-01-23T16:28:07.826Z Downloaded url v2.5.4
3632026-01-23T16:28:07.829Z Downloaded bytecount v0.6.8
3642026-01-23T16:28:07.832Z Downloaded zerocopy-derive v0.7.35
3652026-01-23T16:28:07.835Z Downloaded ucd-trie v0.1.7
3662026-01-23T16:28:07.835Z Downloaded is_terminal_polyfill v1.70.1
3672026-01-23T16:28:07.838Z Downloaded idna_adapter v1.2.0
3682026-01-23T16:28:07.838Z Downloaded typenum v1.17.0
3692026-01-23T16:28:07.841Z Downloaded icu_properties v1.5.1
3702026-01-23T16:28:07.844Z Downloaded serde-untagged v0.1.7
3712026-01-23T16:28:07.844Z Downloaded papergrid v0.11.0
3722026-01-23T16:28:07.847Z Downloaded synstructure v0.13.1
3732026-01-23T16:28:07.850Z Downloaded camino-tempfile v1.4.1
3742026-01-23T16:28:07.850Z Downloaded fnv v1.0.7
3752026-01-23T16:28:07.853Z Downloaded zerocopy v0.7.35
3762026-01-23T16:28:07.866Z Downloaded sha2 v0.10.9
3772026-01-23T16:28:07.869Z Downloaded zerovec v0.10.4
3782026-01-23T16:28:07.874Z Downloaded digest v0.10.7
3792026-01-23T16:28:07.877Z Downloaded winnow v0.7.13
3802026-01-23T16:28:07.884Z Downloaded scroll v0.12.0
3812026-01-23T16:28:07.886Z Downloaded cargo_metadata v0.21.0
3822026-01-23T16:28:07.886Z Downloaded fs-err v3.1.1
3832026-01-23T16:28:07.890Z Downloaded pest_meta v2.8.2
3842026-01-23T16:28:07.893Z Downloaded once_cell v1.21.3
3852026-01-23T16:28:07.893Z Downloaded unicode-width v0.2.0
3862026-01-23T16:28:07.897Z Downloaded log v0.4.27
3872026-01-23T16:28:07.900Z Downloaded camino v1.2.1
3882026-01-23T16:28:07.903Z Downloaded cargo-util-schemas v0.8.2
3892026-01-23T16:28:07.903Z Downloaded pest_derive v2.8.2
3902026-01-23T16:28:07.906Z Downloaded erased-serde v0.4.6
3912026-01-23T16:28:07.909Z Downloaded unicode-width v0.1.14
3922026-01-23T16:28:07.912Z Downloaded smallvec v1.15.1
3932026-01-23T16:28:07.916Z Downloaded memchr v2.7.4
3942026-01-23T16:28:07.919Z Downloaded proc-macro2 v1.0.101
3952026-01-23T16:28:07.921Z Downloaded getrandom v0.3.4
3962026-01-23T16:28:07.924Z Downloaded pest_generator v2.8.2
3972026-01-23T16:28:07.924Z Downloaded icu_normalizer_data v1.5.0
3982026-01-23T16:28:07.927Z Downloaded icu_locid v1.5.0
3992026-01-23T16:28:07.930Z Downloaded serde_derive v1.0.228
4002026-01-23T16:28:07.933Z Downloaded serde_core v1.0.228
4012026-01-23T16:28:07.936Z Downloaded num-traits v0.2.19
4022026-01-23T16:28:07.939Z Downloaded indexmap v2.12.1
4032026-01-23T16:28:07.942Z Downloaded icu_locid_transform_data v1.5.0
4042026-01-23T16:28:07.945Z Downloaded serde_tokenstream v0.2.2
4052026-01-23T16:28:07.945Z Downloaded tempfile v3.20.0
4062026-01-23T16:28:07.948Z Downloaded semver v1.0.27
4072026-01-23T16:28:07.948Z Downloaded serde v1.0.228
4082026-01-23T16:28:07.952Z Downloaded icu_collections v1.5.0
4092026-01-23T16:28:07.957Z Downloaded clap_builder v4.5.48
4102026-01-23T16:28:07.963Z Downloaded quote v1.0.40
4112026-01-23T16:28:07.966Z Downloaded proc-macro-error v1.0.4
4122026-01-23T16:28:07.969Z Downloaded icu_locid_transform v1.5.0
4132026-01-23T16:28:07.973Z Downloaded cpufeatures v0.2.14
4142026-01-23T16:28:07.973Z Downloaded icu_provider v1.5.0
4152026-01-23T16:28:07.976Z Downloaded displaydoc v0.2.5
4162026-01-23T16:28:07.979Z Downloaded icu_normalizer v1.5.0
4172026-01-23T16:28:07.982Z Downloaded byteorder v1.5.0
4182026-01-23T16:28:07.982Z Downloaded toml_edit v0.22.27
4192026-01-23T16:28:07.985Z Downloaded thiserror-impl v2.0.17
4202026-01-23T16:28:07.988Z Downloaded writeable v0.5.5
4212026-01-23T16:28:07.988Z Downloaded usdt-impl v0.5.0
4222026-01-23T16:28:07.991Z Downloaded pretty-hex v0.4.1
4232026-01-23T16:28:07.991Z Downloaded cargo-platform v0.2.0
4242026-01-23T16:28:07.994Z Downloaded tinystr v0.7.6
4252026-01-23T16:28:07.994Z Downloaded idna v1.0.3
4262026-01-23T16:28:07.997Z Downloaded thiserror-impl v1.0.69
4272026-01-23T16:28:07.997Z Downloaded errno v0.3.12
4282026-01-23T16:28:08.001Z Downloaded pest v2.8.2
4292026-01-23T16:28:08.004Z Downloaded hashbrown v0.16.1
4302026-01-23T16:28:08.008Z Downloaded serde_json v1.0.149
4312026-01-23T16:28:08.014Z Downloaded dtrace-parser v0.2.0
4322026-01-23T16:28:08.017Z Downloaded clap v4.5.48
4332026-01-23T16:28:08.023Z Downloaded anstream v0.6.18
4342026-01-23T16:28:08.026Z Downloaded goblin v0.8.2
4352026-01-23T16:28:08.042Z Downloaded tabled v0.15.0
4362026-01-23T16:28:08.057Z Downloaded syn v1.0.109
4372026-01-23T16:28:08.065Z Downloaded icu_properties_data v1.5.0
4382026-01-23T16:28:08.073Z Downloaded syn v2.0.111
4392026-01-23T16:28:08.087Z Downloaded rustix v0.38.37
4402026-01-23T16:28:08.106Z Downloaded rustix v1.0.7
4412026-01-23T16:28:08.141Z Downloaded libc v0.2.174
4422026-01-23T16:28:08.222Z Compiling proc-macro2 v1.0.101
4432026-01-23T16:28:08.227Z Compiling unicode-ident v1.0.19
4442026-01-23T16:28:08.227Z Compiling serde_core v1.0.228
4452026-01-23T16:28:08.227Z Compiling version_check v0.9.5
4462026-01-23T16:28:08.227Z Compiling serde v1.0.228
4472026-01-23T16:28:08.228Z Compiling libc v0.2.174
4482026-01-23T16:28:08.470Z Compiling memchr v2.7.4
4492026-01-23T16:28:08.473Z Compiling thiserror v2.0.17
4502026-01-23T16:28:08.698Z Compiling stable_deref_trait v1.2.0
4512026-01-23T16:28:08.827Z Compiling zmij v1.0.15
4522026-01-23T16:28:09.144Z Compiling ucd-trie v0.1.7
4532026-01-23T16:28:09.276Z Compiling litemap v0.7.3
4542026-01-23T16:28:09.711Z Compiling writeable v0.5.5
4552026-01-23T16:28:09.738Z Compiling autocfg v1.4.0
4562026-01-23T16:28:10.008Z Compiling thiserror v1.0.69
4572026-01-23T16:28:10.036Z Compiling itoa v1.0.11
4582026-01-23T16:28:10.252Z Compiling byteorder v1.5.0
4592026-01-23T16:28:10.290Z Compiling bitflags v2.9.4
4602026-01-23T16:28:10.608Z Compiling quote v1.0.40
4612026-01-23T16:28:10.704Z Compiling errno v0.3.12
4622026-01-23T16:28:10.732Z Compiling icu_locid_transform_data v1.5.0
4632026-01-23T16:28:10.857Z Compiling serde_json v1.0.149
4642026-01-23T16:28:11.012Z Compiling syn v2.0.111
4652026-01-23T16:28:11.195Z Compiling icu_properties_data v1.5.0
4662026-01-23T16:28:11.244Z Compiling num-traits v0.2.19
4672026-01-23T16:28:11.277Z Compiling hashbrown v0.16.1
4682026-01-23T16:28:11.422Z Compiling rustix v0.38.37
4692026-01-23T16:28:11.451Z Compiling utf8_iter v1.0.4
4702026-01-23T16:28:11.582Z Compiling write16 v1.0.0
4712026-01-23T16:28:11.709Z Compiling typeid v1.0.3
4722026-01-23T16:28:11.737Z Compiling equivalent v1.0.2
4732026-01-23T16:28:11.884Z Compiling utf16_iter v1.0.5
4742026-01-23T16:28:12.108Z Compiling icu_normalizer_data v1.5.0
4752026-01-23T16:28:12.134Z Compiling smallvec v1.15.1
4762026-01-23T16:28:12.336Z Compiling indexmap v2.12.1
4772026-01-23T16:28:12.425Z Compiling usdt-impl v0.5.0
4782026-01-23T16:28:12.531Z Compiling proc-macro-error-attr v1.0.4
4792026-01-23T16:28:12.605Z Compiling winnow v0.7.13
4802026-01-23T16:28:12.825Z Compiling toml_write v0.1.2
4812026-01-23T16:28:12.868Z Compiling syn v1.0.109
4822026-01-23T16:28:12.962Z Compiling thread-id v4.2.2
4832026-01-23T16:28:13.650Z Compiling proc-macro-error v1.0.4
4842026-01-23T16:28:13.678Z Compiling rustix v1.0.7
4852026-01-23T16:28:14.152Z Compiling camino v1.2.1
4862026-01-23T16:28:14.384Z Compiling percent-encoding v2.3.2
4872026-01-23T16:28:14.741Z Compiling plain v0.2.3
4882026-01-23T16:28:14.773Z Compiling log v0.4.27
4892026-01-23T16:28:14.923Z Compiling utf8parse v0.2.2
4902026-01-23T16:28:14.927Z Compiling getrandom v0.3.4
4912026-01-23T16:28:14.985Z Compiling ordered-float v2.10.1
4922026-01-23T16:28:15.120Z Compiling anstyle-parse v0.2.5
4932026-01-23T16:28:15.242Z Compiling form_urlencoded v1.2.2
4942026-01-23T16:28:15.561Z Compiling terminal_size v0.4.0
4952026-01-23T16:28:16.108Z Compiling colorchoice v1.0.2
4962026-01-23T16:28:16.191Z Compiling cfg-if v1.0.4
4972026-01-23T16:28:16.294Z Compiling anstyle-query v1.1.1
4982026-01-23T16:28:16.321Z Compiling pretty-hex v0.4.1
4992026-01-23T16:28:16.406Z Compiling is_terminal_polyfill v1.70.1
5002026-01-23T16:28:16.476Z Compiling anstyle v1.0.11
5012026-01-23T16:28:16.701Z Compiling semver v1.0.27
5022026-01-23T16:28:16.809Z Compiling anstream v0.6.18
5032026-01-23T16:28:17.161Z Compiling fs-err v3.1.1
5042026-01-23T16:28:17.400Z Compiling bytecount v0.6.8
5052026-01-23T16:28:17.449Z Compiling unicode-xid v0.2.6
5062026-01-23T16:28:17.508Z Compiling fastrand v2.1.1
5072026-01-23T16:28:17.511Z Compiling clap_lex v0.7.4
5082026-01-23T16:28:17.615Z Compiling synstructure v0.13.1
5092026-01-23T16:28:17.649Z Compiling once_cell v1.21.3
5102026-01-23T16:28:17.983Z Compiling strsim v0.11.1
5112026-01-23T16:28:18.012Z Compiling heck v0.5.0
5122026-01-23T16:28:18.053Z Compiling fnv v1.0.7
5132026-01-23T16:28:18.218Z Compiling unicode-width v0.1.14
5142026-01-23T16:28:18.676Z Compiling heck v0.4.1
5152026-01-23T16:28:18.680Z Compiling anyhow v1.0.99
5162026-01-23T16:28:18.764Z Compiling papergrid v0.11.0
5172026-01-23T16:28:19.024Z Compiling clap_builder v4.5.48
5182026-01-23T16:28:19.095Z Compiling tempfile v3.20.0
5192026-01-23T16:28:19.322Z Compiling memmap v0.7.0
5202026-01-23T16:28:19.673Z Compiling unicode-width v0.2.0
5212026-01-23T16:28:19.774Z Compiling smawk v0.3.2
5222026-01-23T16:28:19.919Z Compiling unicode-linebreak v0.1.5
5232026-01-23T16:28:20.224Z Compiling camino-tempfile v1.4.1
5242026-01-23T16:28:20.400Z Compiling textwrap v0.16.2
5252026-01-23T16:28:20.749Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5262026-01-23T16:28:20.783Z Compiling tabled_derive v0.7.0
5272026-01-23T16:28:21.217Z Compiling swrite v0.1.0
5282026-01-23T16:28:21.861Z Compiling serde_derive v1.0.228
5292026-01-23T16:28:21.861Z Compiling zerofrom-derive v0.1.4
5302026-01-23T16:28:21.864Z Compiling yoke-derive v0.7.4
5312026-01-23T16:28:21.911Z Compiling thiserror-impl v2.0.17
5322026-01-23T16:28:21.914Z Compiling zerovec-derive v0.10.3
5332026-01-23T16:28:22.341Z Compiling displaydoc v0.2.5
5342026-01-23T16:28:23.928Z Compiling thiserror-impl v1.0.69
5352026-01-23T16:28:24.378Z Compiling icu_provider_macros v1.5.0
5362026-01-23T16:28:24.617Z Compiling zerocopy-derive v0.7.35
5372026-01-23T16:28:25.200Z Compiling pest v2.8.2
5382026-01-23T16:28:25.258Z Compiling zerofrom v0.1.4
5392026-01-23T16:28:25.422Z Compiling scroll_derive v0.12.0
5402026-01-23T16:28:25.525Z Compiling yoke v0.7.4
5412026-01-23T16:28:25.920Z Compiling zerovec v0.10.4
5422026-01-23T16:28:26.412Z Compiling clap_derive v4.5.47
5432026-01-23T16:28:26.567Z Compiling zerocopy v0.7.35
5442026-01-23T16:28:26.782Z Compiling scroll v0.12.0
5452026-01-23T16:28:26.969Z Compiling tabled v0.15.0
5462026-01-23T16:28:27.327Z Compiling goblin v0.8.2
5472026-01-23T16:28:27.709Z Compiling tinystr v0.7.6
5482026-01-23T16:28:27.874Z Compiling pest_meta v2.8.2
5492026-01-23T16:28:27.959Z Compiling icu_collections v1.5.0
5502026-01-23T16:28:28.114Z Compiling icu_locid v1.5.0
5512026-01-23T16:28:29.255Z Compiling pest_generator v2.8.2
5522026-01-23T16:28:29.958Z Compiling icu_provider v1.5.0
5532026-01-23T16:28:30.105Z Compiling toml_datetime v0.6.11
5542026-01-23T16:28:30.174Z Compiling serde_spanned v0.6.9
5552026-01-23T16:28:30.275Z Compiling dof v0.3.0
5562026-01-23T16:28:30.435Z Compiling serde_tokenstream v0.2.2
5572026-01-23T16:28:30.619Z Compiling toml_edit v0.22.27
5582026-01-23T16:28:30.924Z Compiling icu_locid_transform v1.5.0
5592026-01-23T16:28:31.029Z Compiling erased-serde v0.4.6
5602026-01-23T16:28:31.032Z Compiling serde-value v0.7.0
5612026-01-23T16:28:31.167Z Compiling cargo-platform v0.2.0
5622026-01-23T16:28:31.726Z Compiling clap v4.5.48
5632026-01-23T16:28:31.835Z Compiling macaddr v1.0.1
5642026-01-23T16:28:32.213Z Compiling icu_properties v1.5.1
5652026-01-23T16:28:32.241Z Compiling pest_derive v2.8.2
5662026-01-23T16:28:32.272Z Compiling serde-untagged v0.1.7
5672026-01-23T16:28:32.948Z Compiling dtrace-parser v0.2.0
5682026-01-23T16:28:33.836Z Compiling toml v0.8.23
5692026-01-23T16:28:34.767Z Compiling cargo_toml v0.21.0
5702026-01-23T16:28:34.913Z Compiling usdt-attr-macro v0.5.0
5712026-01-23T16:28:34.959Z Compiling usdt-macro v0.5.0
5722026-01-23T16:28:35.635Z Compiling icu_normalizer v1.5.0
5732026-01-23T16:28:36.137Z Compiling usdt v0.5.0
5742026-01-23T16:28:36.263Z Compiling idna_adapter v1.2.0
5752026-01-23T16:28:36.428Z Compiling idna v1.0.3
5762026-01-23T16:28:36.817Z Compiling url v2.5.4
5772026-01-23T16:28:37.673Z Compiling cargo-util-schemas v0.8.2
5782026-01-23T16:28:39.065Z Compiling cargo_metadata v0.21.0
5792026-01-23T16:28:40.621Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5802026-01-23T16:28:44.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
5812026-01-23T16:28:44.332Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5822026-01-23T16:28:45.090Z Downloading crates ...
5832026-01-23T16:28:46.221Z Downloaded aead v0.5.2
5842026-01-23T16:28:46.225Z Downloaded base16ct v0.2.0
5852026-01-23T16:28:46.225Z Downloaded assert_matches v1.5.0
5862026-01-23T16:28:46.225Z Downloaded base64ct v1.6.0
5872026-01-23T16:28:46.225Z Downloaded bit-set v0.5.3
5882026-01-23T16:28:46.225Z Downloaded atomic-waker v1.1.2
5892026-01-23T16:28:46.225Z Downloaded crunchy v0.2.2
5902026-01-23T16:28:46.225Z Downloaded array-init v0.0.4
5912026-01-23T16:28:46.225Z Downloaded defmt-macros v0.3.9
5922026-01-23T16:28:46.225Z Downloaded data-encoding v2.9.0
5932026-01-23T16:28:46.225Z Downloaded ecdsa v0.16.9
5942026-01-23T16:28:46.225Z Downloaded async-recursion v1.1.1
5952026-01-23T16:28:46.225Z Downloaded crypto-bigint v0.5.5
5962026-01-23T16:28:46.225Z Downloaded float-cmp v0.10.0
5972026-01-23T16:28:46.226Z Downloaded fallible-iterator v0.2.0
5982026-01-23T16:28:46.226Z Downloaded ff v0.13.0
5992026-01-23T16:28:46.226Z Downloaded ciborium-ll v0.2.2
6002026-01-23T16:28:46.226Z Downloaded float-ord v0.3.2
6012026-01-23T16:28:46.226Z Downloaded cstr-argument v0.1.2
6022026-01-23T16:28:46.226Z Downloaded daft-derive v0.1.4
6032026-01-23T16:28:46.226Z Downloaded drift v0.1.2
6042026-01-23T16:28:46.226Z Downloaded futures-core v0.3.31
6052026-01-23T16:28:46.226Z Downloaded darling v0.21.0
6062026-01-23T16:28:46.226Z Downloaded foreign-types-shared v0.3.1
6072026-01-23T16:28:46.226Z Downloaded futures-macro v0.3.31
6082026-01-23T16:28:46.226Z Downloaded foreign-types-shared v0.1.1
6092026-01-23T16:28:46.226Z Downloaded funty v2.0.0
6102026-01-23T16:28:46.226Z Downloaded futures-io v0.3.31
6112026-01-23T16:28:46.226Z Downloaded crc-catalog v2.4.0
6122026-01-23T16:28:46.227Z Downloaded futures-sink v0.3.31
6132026-01-23T16:28:46.227Z Downloaded foldhash v0.2.0
6142026-01-23T16:28:46.227Z Downloaded ghash v0.5.1
6152026-01-23T16:28:46.227Z Downloaded fxhash v0.2.1
6162026-01-23T16:28:46.227Z Downloaded headers-core v0.3.0
6172026-01-23T16:28:46.227Z Downloaded bit-vec v0.8.0
6182026-01-23T16:28:46.227Z Downloaded hex v0.4.3
6192026-01-23T16:28:46.227Z Downloaded hyper-tls v0.6.0
6202026-01-23T16:28:46.227Z Downloaded buf-list v1.0.3
6212026-01-23T16:28:46.227Z Downloaded futures-executor v0.3.31
6222026-01-23T16:28:46.227Z Downloaded fs-err v2.11.0
6232026-01-23T16:28:46.227Z Downloaded instant v0.1.13
6242026-01-23T16:28:46.227Z Downloaded impl-trait-for-tuples v0.2.2
6252026-01-23T16:28:46.227Z Downloaded is_ci v1.2.0
6262026-01-23T16:28:46.227Z Downloaded corncobs v0.1.4
6272026-01-23T16:28:46.227Z Downloaded ena v0.14.3
6282026-01-23T16:28:46.227Z Downloaded hash32 v0.2.1
6292026-01-23T16:28:46.227Z Downloaded http-body-util v0.1.3
6302026-01-23T16:28:46.227Z Downloaded libscf-sys v1.1.0
6312026-01-23T16:28:46.227Z Downloaded lazycell v1.3.0
6322026-01-23T16:28:46.227Z Downloaded linked-hash-map v0.5.6
6332026-01-23T16:28:46.227Z Downloaded is-terminal v0.4.13
6342026-01-23T16:28:46.227Z Downloaded derive_builder v0.20.2
6352026-01-23T16:28:46.227Z Downloaded indent_write v2.2.0
6362026-01-23T16:28:46.227Z Downloaded lazy_static v1.5.0
6372026-01-23T16:28:46.227Z Downloaded maplit v1.0.2
6382026-01-23T16:28:46.227Z Downloaded lru-cache v0.1.2
6392026-01-23T16:28:46.228Z Downloaded memoffset v0.9.1
6402026-01-23T16:28:46.228Z Downloaded managed v0.8.0
6412026-01-23T16:28:46.228Z Downloaded newline-converter v0.3.0
6422026-01-23T16:28:46.228Z Downloaded new_debug_unreachable v1.0.6
6432026-01-23T16:28:46.228Z Downloaded newtype_derive v0.1.6
6442026-01-23T16:28:46.228Z Downloaded maybe-uninit v2.0.0
6452026-01-23T16:28:46.228Z Downloaded linear-map v1.2.0
6462026-01-23T16:28:46.228Z Downloaded crc32fast v1.4.2
6472026-01-23T16:28:46.228Z Downloaded num-derive v0.4.2
6482026-01-23T16:28:46.228Z Downloaded getrandom v0.2.15
6492026-01-23T16:28:46.228Z Downloaded iana-time-zone v0.1.63
6502026-01-23T16:28:46.228Z Downloaded opaque-debug v0.3.1
6512026-01-23T16:28:46.228Z Downloaded number_prefix v0.4.0
6522026-01-23T16:28:46.228Z Downloaded openssl-macros v0.1.1
6532026-01-23T16:28:46.228Z Downloaded indoc v1.0.9
6542026-01-23T16:28:46.228Z Downloaded openssl-probe v0.1.5
6552026-01-23T16:28:46.228Z Downloaded num v0.4.3
6562026-01-23T16:28:46.228Z Downloaded parse-display v0.10.0
6572026-01-23T16:28:46.228Z Downloaded num-iter v0.1.45
6582026-01-23T16:28:46.228Z Downloaded mime_guess v2.0.5
6592026-01-23T16:28:46.228Z Downloaded half v2.4.1
6602026-01-23T16:28:46.228Z Downloaded lock_api v0.4.12
6612026-01-23T16:28:46.228Z Downloaded multer v3.1.0
6622026-01-23T16:28:46.228Z Downloaded pbkdf2 v0.12.2
6632026-01-23T16:28:46.228Z Downloaded oso-derive v0.27.3
6642026-01-23T16:28:46.228Z Downloaded nanorand v0.7.0
6652026-01-23T16:28:46.229Z Downloaded crc-any v2.5.0
6662026-01-23T16:28:46.229Z Downloaded phf_shared v0.12.1
6672026-01-23T16:28:46.229Z Downloaded ingot-macros v0.1.1
6682026-01-23T16:28:46.229Z Downloaded phf_shared v0.11.2
6692026-01-23T16:28:46.229Z Downloaded path-slash v0.1.5
6702026-01-23T16:28:46.229Z Downloaded memmap2 v0.9.8
6712026-01-23T16:28:46.229Z Downloaded parse-size v1.1.0
6722026-01-23T16:28:46.229Z Downloaded oxnet v0.1.4
6732026-01-23T16:28:46.229Z Downloaded powerfmt v0.2.0
6742026-01-23T16:28:46.229Z Downloaded predicates-core v1.0.8
6752026-01-23T16:28:46.229Z Downloaded proc-macro-error-attr2 v2.0.0
6762026-01-23T16:28:46.229Z Downloaded proc-macro-crate v1.3.1
6772026-01-23T16:28:46.229Z Downloaded headers v0.4.1
6782026-01-23T16:28:46.229Z Downloaded parking_lot_core v0.9.10
6792026-01-23T16:28:46.229Z Downloaded progenitor-client v0.8.0
6802026-01-23T16:28:46.229Z Downloaded progenitor-macro v0.10.0
6812026-01-23T16:28:46.229Z Downloaded psl-types v2.0.11
6822026-01-23T16:28:46.229Z Downloaded progenitor-macro v0.11.2
6832026-01-23T16:28:46.229Z Downloaded phf v0.12.1
6842026-01-23T16:28:46.233Z Downloaded phf v0.11.2
6852026-01-23T16:28:46.233Z Downloaded oxide-tokio-rt v0.1.2
6862026-01-23T16:28:46.233Z Downloaded rand_chacha v0.3.1
6872026-01-23T16:28:46.233Z Downloaded progenitor v0.8.0
6882026-01-23T16:28:46.233Z Downloaded pkcs8 v0.10.2
6892026-01-23T16:28:46.233Z Downloaded const_format v0.2.34
6902026-01-23T16:28:46.233Z Downloaded rand_xorshift v0.4.0
6912026-01-23T16:28:46.233Z Downloaded miniz_oxide v0.8.5
6922026-01-23T16:28:46.233Z Downloaded parking_lot v0.11.2
6932026-01-23T16:28:46.233Z Downloaded radium v0.7.0
6942026-01-23T16:28:46.234Z Downloaded primeorder v0.13.6
6952026-01-23T16:28:46.234Z Downloaded pbkdf2 v0.11.0
6962026-01-23T16:28:46.234Z Downloaded pem-rfc7468 v0.7.0
6972026-01-23T16:28:46.234Z Downloaded pem v3.0.5
6982026-01-23T16:28:46.234Z Downloaded ref-cast v1.0.25
6992026-01-23T16:28:46.234Z Downloaded chacha20poly1305 v0.10.1
7002026-01-23T16:28:46.234Z Downloaded rustc-hash v1.1.0
7012026-01-23T16:28:46.234Z Downloaded polyval v0.6.2
7022026-01-23T16:28:46.234Z Downloaded heapless v0.8.0
7032026-01-23T16:28:46.234Z Downloaded rfc6979 v0.4.0
7042026-01-23T16:28:46.234Z Downloaded rustc_version v0.1.7
7052026-01-23T16:28:46.234Z Downloaded russh-cryptovec v0.7.3
7062026-01-23T16:28:46.234Z Downloaded poly1305 v0.8.0
7072026-01-23T16:28:46.234Z Downloaded rand_chacha v0.9.0
7082026-01-23T16:28:46.234Z Downloaded rtoolbox v0.0.2
7092026-01-23T16:28:46.234Z Downloaded salsa20 v0.10.2
7102026-01-23T16:28:46.234Z Downloaded progenitor v0.10.0
7112026-01-23T16:28:46.234Z Downloaded proc-macro-error2 v2.0.1
7122026-01-23T16:28:46.234Z Downloaded rustc_version v0.4.1
7132026-01-23T16:28:46.234Z Downloaded rand_core v0.6.4
7142026-01-23T16:28:46.234Z Downloaded postgres-types v0.2.9
7152026-01-23T16:28:46.235Z Downloaded crossbeam-channel v0.5.15
7162026-01-23T16:28:46.235Z Downloaded scroll_derive v0.13.1
7172026-01-23T16:28:46.235Z Downloaded scopeguard v1.2.0
7182026-01-23T16:28:46.235Z Downloaded scheduled-thread-pool v0.2.7
7192026-01-23T16:28:46.235Z Downloaded same-file v1.0.6
7202026-01-23T16:28:46.235Z Downloaded rand_seeder v0.4.0
7212026-01-23T16:28:46.235Z Downloaded r2d2 v0.8.10
7222026-01-23T16:28:46.235Z Downloaded quinn-udp v0.5.5
7232026-01-23T16:28:46.235Z Downloaded serde_bytes v0.11.19
7242026-01-23T16:28:46.235Z Downloaded secrecy v0.10.3
7252026-01-23T16:28:46.235Z Downloaded scrypt v0.11.0
7262026-01-23T16:28:46.235Z Downloaded rustc-demangle v0.1.24
7272026-01-23T16:28:46.235Z Downloaded ref-cast-impl v1.0.25
7282026-01-23T16:28:46.235Z Downloaded serde_urlencoded v0.7.1
7292026-01-23T16:28:46.235Z Downloaded serde_spanned v1.0.3
7302026-01-23T16:28:46.235Z Downloaded shell-words v1.1.0
7312026-01-23T16:28:46.235Z Downloaded rustls-native-certs v0.8.1
7322026-01-23T16:28:46.235Z Downloaded rustls-pemfile v2.2.0
7332026-01-23T16:28:46.235Z Downloaded siphasher v0.3.11
7342026-01-23T16:28:46.235Z Downloaded rusty-fork v0.3.0
7352026-01-23T16:28:46.235Z Downloaded hickory-resolver v0.24.4
7362026-01-23T16:28:46.235Z Downloaded serde_plain v1.0.2
7372026-01-23T16:28:46.235Z Downloaded signature v2.2.0
7382026-01-23T16:28:46.235Z Downloaded simd-adler32 v0.3.7
7392026-01-23T16:28:46.235Z Downloaded sigpipe v0.1.3
7402026-01-23T16:28:46.235Z Downloaded signal-hook-tokio v0.3.1
7412026-01-23T16:28:46.235Z Downloaded papergrid v0.14.0
7422026-01-23T16:28:46.235Z Downloaded papergrid v0.17.0
7432026-01-23T16:28:46.235Z Downloaded slog-envlogger v2.2.0
7442026-01-23T16:28:46.235Z Downloaded rand_core v0.9.3
7452026-01-23T16:28:46.235Z Downloaded slog-bunyan v2.5.0
7462026-01-23T16:28:46.236Z Downloaded http v1.4.0
7472026-01-23T16:28:46.236Z Downloaded schemars_derive v0.8.22
7482026-01-23T16:28:46.236Z Downloaded serde_derive_internals v0.29.1
7492026-01-23T16:28:46.236Z Downloaded serde-hex v0.1.0
7502026-01-23T16:28:46.236Z Downloaded hickory-server v0.25.2
7512026-01-23T16:28:46.236Z Downloaded hickory-resolver v0.25.2
7522026-01-23T16:28:46.236Z Downloaded sqlparser_derive v0.2.2
7532026-01-23T16:28:46.236Z Downloaded sct v0.7.1
7542026-01-23T16:28:46.236Z Downloaded prettyplease v0.2.36
7552026-01-23T16:28:46.236Z Downloaded serde_path_to_error v0.1.20
7562026-01-23T16:28:46.236Z Downloaded ron v0.8.1
7572026-01-23T16:28:46.236Z Downloaded structmeta v0.3.0
7582026-01-23T16:28:46.236Z Downloaded strip-ansi-escapes v0.2.0
7592026-01-23T16:28:46.236Z Downloaded ssh-cipher v0.2.0
7602026-01-23T16:28:46.236Z Downloaded slog-async v2.8.0
7612026-01-23T16:28:46.236Z Downloaded structmeta-derive v0.3.0
7622026-01-23T16:28:46.236Z Downloaded ssh-encoding v0.2.0
7632026-01-23T16:28:46.236Z Downloaded tabled_derive v0.10.0
7642026-01-23T16:28:46.236Z Downloaded tagptr v0.2.0
7652026-01-23T16:28:46.236Z Downloaded hashbrown v0.12.3
7662026-01-23T16:28:46.236Z Downloaded tap v1.0.1
7672026-01-23T16:28:46.236Z Downloaded tabwriter v1.4.0
7682026-01-23T16:28:46.236Z Downloaded take_mut v0.2.2
7692026-01-23T16:28:46.236Z Downloaded serde_with_macros v3.14.0
7702026-01-23T16:28:46.236Z Downloaded serde_cbor v0.11.2
7712026-01-23T16:28:46.236Z Downloaded sync_wrapper v1.0.1
7722026-01-23T16:28:46.236Z Downloaded thiserror-impl-no-std v2.0.2
7732026-01-23T16:28:46.236Z Downloaded testing_table v0.3.0
7742026-01-23T16:28:46.236Z Downloaded snafu-derive v0.8.5
7752026-01-23T16:28:46.236Z Downloaded supports-color v3.0.2
7762026-01-23T16:28:46.236Z Downloaded sync-ptr v0.1.4
7772026-01-23T16:28:46.236Z Downloaded tinyvec_macros v0.1.1
7782026-01-23T16:28:46.236Z Downloaded termtree v0.5.1
7792026-01-23T16:28:46.236Z Downloaded stringprep v0.1.5
7802026-01-23T16:28:46.236Z Downloaded spki v0.7.3
7812026-01-23T16:28:46.236Z Downloaded rcgen v0.12.1
7822026-01-23T16:28:46.236Z Downloaded aws-lc-rs v1.12.4
7832026-01-23T16:28:46.236Z Downloaded strum_macros v0.26.4
7842026-01-23T16:28:46.243Z Downloaded thread-id v5.0.0
7852026-01-23T16:28:46.243Z Downloaded strum_macros v0.24.3
7862026-01-23T16:28:46.243Z Downloaded thread_local v1.1.8
7872026-01-23T16:28:46.243Z Downloaded itertools v0.10.5
7882026-01-23T16:28:46.243Z Downloaded progenitor-impl v0.10.0
7892026-01-23T16:28:46.243Z Downloaded pretty_assertions v1.4.1
7902026-01-23T16:28:46.243Z Downloaded smf v0.2.3
7912026-01-23T16:28:46.243Z Downloaded schemars v0.8.22
7922026-01-23T16:28:46.243Z Downloaded time-core v0.1.6
7932026-01-23T16:28:46.243Z Downloaded string_cache v0.8.9
7942026-01-23T16:28:46.243Z Downloaded tower-service v0.3.3
7952026-01-23T16:28:46.243Z Downloaded static_assertions v1.1.0
7962026-01-23T16:28:46.243Z Downloaded ryu v1.0.18
7972026-01-23T16:28:46.243Z Downloaded support-bundle-viewer v0.1.2
7982026-01-23T16:28:46.243Z Downloaded aes-gcm v0.10.3
7992026-01-23T16:28:46.243Z Downloaded tower-layer v0.3.3
8002026-01-23T16:28:46.243Z Downloaded sqlformat v0.3.5
8012026-01-23T16:28:46.243Z Downloaded termios v0.3.3
8022026-01-23T16:28:46.243Z Downloaded slog-term v2.9.2
8032026-01-23T16:28:46.243Z Downloaded tokio-macros v2.6.0
8042026-01-23T16:28:46.243Z Downloaded tls_codec v0.4.1
8052026-01-23T16:28:46.243Z Downloaded trait-variant v0.1.2
8062026-01-23T16:28:46.244Z Downloaded topological-sort v0.2.2
8072026-01-23T16:28:46.244Z Downloaded try-lock v0.2.5
8082026-01-23T16:28:46.244Z Downloaded tokio-rustls v0.25.0
8092026-01-23T16:28:46.244Z Downloaded tokio-native-tls v0.3.1
8102026-01-23T16:28:46.244Z Downloaded tokio-dtrace v0.1.0
8112026-01-23T16:28:46.244Z Downloaded unit-prefix v0.5.1
8122026-01-23T16:28:46.244Z Downloaded rsa v0.9.8
8132026-01-23T16:28:46.244Z Downloaded slog v2.8.2
8142026-01-23T16:28:46.244Z Downloaded unarray v0.1.4
8152026-01-23T16:28:46.244Z Downloaded thiserror-no-std v2.0.2
8162026-01-23T16:28:46.244Z Downloaded tokio-tungstenite v0.21.0
8172026-01-23T16:28:46.244Z Downloaded tiny-keccak v2.0.2
8182026-01-23T16:28:46.244Z Downloaded unicode-truncate v1.1.0
8192026-01-23T16:28:46.244Z Downloaded utf-8 v0.7.6
8202026-01-23T16:28:46.244Z Downloaded usdt-attr-macro v0.6.0
8212026-01-23T16:28:46.244Z Downloaded signal-hook v0.3.18
8222026-01-23T16:28:46.244Z Downloaded typify-macro v0.4.3
8232026-01-23T16:28:46.244Z Downloaded publicsuffix v2.3.0
8242026-01-23T16:28:46.244Z Downloaded time-macros v0.2.24
8252026-01-23T16:28:46.244Z Downloaded serde_yaml v0.9.34+deprecated
8262026-01-23T16:28:46.244Z Downloaded untrusted v0.9.0
8272026-01-23T16:28:46.244Z Downloaded untrusted v0.7.1
8282026-01-23T16:28:46.244Z Downloaded universal-hash v0.5.1
8292026-01-23T16:28:46.244Z Downloaded typify-macro v0.2.0
8302026-01-23T16:28:46.244Z Downloaded spin v0.9.8
8312026-01-23T16:28:46.244Z Downloaded rand v0.9.2
8322026-01-23T16:28:46.244Z Downloaded rand v0.8.5
8332026-01-23T16:28:46.244Z Downloaded wait-timeout v0.2.0
8342026-01-23T16:28:46.244Z Downloaded usdt-macro v0.6.0
8352026-01-23T16:28:46.244Z Downloaded void v1.0.2
8362026-01-23T16:28:46.244Z Downloaded tui-tree-widget v0.23.1
8372026-01-23T16:28:46.244Z Downloaded tokio-tungstenite v0.23.1
8382026-01-23T16:28:46.244Z Downloaded typify v0.2.0
8392026-01-23T16:28:46.244Z Downloaded rayon-core v1.12.1
8402026-01-23T16:28:46.244Z Downloaded term v1.1.0
8412026-01-23T16:28:46.244Z Downloaded term v0.7.0
8422026-01-23T16:28:46.244Z Downloaded vte_generate_state_changes v0.1.2
8432026-01-23T16:28:46.245Z Downloaded tracing-attributes v0.1.27
8442026-01-23T16:28:46.245Z Downloaded toml_writer v1.0.4
8452026-01-23T16:28:46.245Z Downloaded waitgroup v0.1.2
8462026-01-23T16:28:46.245Z Downloaded toml_datetime v0.7.3
8472026-01-23T16:28:46.245Z Downloaded nom v7.1.3
8482026-01-23T16:28:46.245Z Downloaded xshell-macros v0.2.7
8492026-01-23T16:28:46.245Z Downloaded usdt-impl v0.6.0
8502026-01-23T16:28:46.245Z Downloaded socket2 v0.6.1
8512026-01-23T16:28:46.245Z Downloaded num-bigint v0.4.6
8522026-01-23T16:28:46.245Z Downloaded hyper v1.8.1
8532026-01-23T16:28:46.245Z Downloaded xattr v1.3.1
8542026-01-23T16:28:46.245Z Downloaded zeroize_derive v1.4.2
8552026-01-23T16:28:46.245Z Downloaded which v4.4.2
8562026-01-23T16:28:46.245Z Downloaded want v0.3.1
8572026-01-23T16:28:46.245Z Downloaded uzers v0.12.1
8582026-01-23T16:28:46.245Z Downloaded tinyvec v1.8.0
8592026-01-23T16:28:46.245Z Downloaded vergen-lib v0.1.6
8602026-01-23T16:28:46.245Z Downloaded vergen-gitcl v1.0.8
8612026-01-23T16:28:46.245Z Downloaded vergen-git2 v1.0.7
8622026-01-23T16:28:46.245Z Downloaded zone v0.3.1
8632026-01-23T16:28:46.245Z Downloaded itertools v0.14.0
8642026-01-23T16:28:46.245Z Downloaded twox-hash v2.1.0
8652026-01-23T16:28:46.245Z Downloaded zone_cfg_derive v0.1.2
8662026-01-23T16:28:46.245Z Downloaded wyz v0.5.1
8672026-01-23T16:28:46.245Z Downloaded unicode-properties v0.1.3
8682026-01-23T16:28:46.245Z Downloaded zone_cfg_derive v0.3.0
8692026-01-23T16:28:46.245Z Downloaded p521 v0.13.3
8702026-01-23T16:28:46.245Z Downloaded subprocess v0.2.9
8712026-01-23T16:28:46.245Z Downloaded xshell v0.2.7
8722026-01-23T16:28:46.245Z Downloaded tokio-stream v0.1.17
8732026-01-23T16:28:46.245Z Downloaded schemars v1.0.4
8742026-01-23T16:28:46.245Z Downloaded vsss-rs v3.3.4
8752026-01-23T16:28:46.245Z Downloaded test-strategy v0.4.3
8762026-01-23T16:28:46.245Z Downloaded num-bigint-dig v0.8.6
8772026-01-23T16:28:46.245Z Downloaded whoami v1.5.2
8782026-01-23T16:28:46.245Z Downloaded walkdir v2.5.0
8792026-01-23T16:28:46.245Z Downloaded tungstenite v0.21.0
8802026-01-23T16:28:46.245Z Downloaded snafu v0.8.5
8812026-01-23T16:28:46.246Z Downloaded zone v0.1.8
8822026-01-23T16:28:46.246Z Downloaded unicase v2.8.1
8832026-01-23T16:28:46.246Z Downloaded toml_parser v1.0.4
8842026-01-23T16:28:46.249Z Downloaded zeroize v1.8.1
8852026-01-23T16:28:46.249Z Downloaded xz2 v0.1.7
8862026-01-23T16:28:46.249Z Downloaded libxml v0.3.3
8872026-01-23T16:28:46.249Z Downloaded h2 v0.4.6
8882026-01-23T16:28:46.249Z Downloaded yasna v0.5.2
8892026-01-23T16:28:46.249Z Downloaded toml v0.9.8
8902026-01-23T16:28:46.249Z Downloaded vergen v9.0.6
8912026-01-23T16:28:46.249Z Downloaded toml v0.7.8
8922026-01-23T16:28:46.249Z Downloaded vte v0.11.1
8932026-01-23T16:28:46.249Z Downloaded tracing-core v0.1.32
8942026-01-23T16:28:46.249Z Downloaded blake3 v1.5.4
8952026-01-23T16:28:46.249Z Downloaded typify v0.4.3
8962026-01-23T16:28:46.249Z Downloaded tungstenite v0.23.0
8972026-01-23T16:28:46.250Z Downloaded socket2 v0.5.10
8982026-01-23T16:28:46.250Z Downloaded russh v0.45.0
8992026-01-23T16:28:46.250Z Downloaded uuid v1.19.0
9002026-01-23T16:28:46.250Z Downloaded steno v0.4.1
9012026-01-23T16:28:46.250Z Downloaded zstd v0.13.3
9022026-01-23T16:28:46.250Z Downloaded futures-util v0.3.31
9032026-01-23T16:28:46.250Z Downloaded zstd-safe v7.2.3
9042026-01-23T16:28:46.250Z Downloaded zerocopy v0.6.6
9052026-01-23T16:28:46.250Z Downloaded rustyline v14.0.0
9062026-01-23T16:28:46.250Z Downloaded hkdf v0.12.4
9072026-01-23T16:28:46.251Z Downloaded value-bag v1.9.0
9082026-01-23T16:28:46.251Z Downloaded rpassword v7.4.0
9092026-01-23T16:28:46.251Z Downloaded unicode_categories v0.1.1
9102026-01-23T16:28:46.251Z Downloaded usdt v0.6.0
9112026-01-23T16:28:46.254Z Downloaded tokio-rustls v0.26.0
9122026-01-23T16:28:46.254Z Downloaded tar v0.4.44
9132026-01-23T16:28:46.257Z Downloaded unsafe-libyaml v0.2.11
9142026-01-23T16:28:46.262Z Downloaded unicode-bidi v0.3.17
9152026-01-23T16:28:46.262Z Downloaded git2 v0.20.2
9162026-01-23T16:28:46.268Z Downloaded toml_edit v0.19.15
9172026-01-23T16:28:46.284Z Downloaded zopfli v0.8.1
9182026-01-23T16:28:46.287Z Downloaded tokio-postgres v0.7.13
9192026-01-23T16:28:46.290Z Downloaded zip v0.6.6
9202026-01-23T16:28:46.294Z Downloaded yansi v1.0.1
9212026-01-23T16:28:46.297Z Downloaded unicode-segmentation v1.12.0
9222026-01-23T16:28:46.300Z Downloaded ssh-key v0.6.6
9232026-01-23T16:28:46.305Z Downloaded lalrpop v0.19.12
9242026-01-23T16:28:46.315Z Downloaded salty v0.3.0
9252026-01-23T16:28:46.324Z Downloaded reqwest v0.12.24
9262026-01-23T16:28:46.327Z Downloaded zerocopy-derive v0.8.27
9272026-01-23T16:28:46.333Z Downloaded typed-path v0.9.3
9282026-01-23T16:28:46.338Z Downloaded tokio-util v0.7.15
9292026-01-23T16:28:46.345Z Downloaded quinn-proto v0.11.8
9302026-01-23T16:28:46.350Z Downloaded tower-http v0.6.6
9312026-01-23T16:28:46.358Z Downloaded goblin v0.10.2
9322026-01-23T16:28:46.366Z Downloaded proptest v1.7.0
9332026-01-23T16:28:46.372Z Downloaded x509-cert v0.2.5
9342026-01-23T16:28:46.380Z Downloaded zip v4.2.0
9352026-01-23T16:28:46.385Z Downloaded gimli v0.31.1
9362026-01-23T16:28:46.389Z Downloaded unicode-normalization v0.1.24
9372026-01-23T16:28:46.393Z Downloaded curve25519-dalek v4.1.3
9382026-01-23T16:28:46.400Z Downloaded object v0.30.4
9392026-01-23T16:28:46.409Z Downloaded rustls-webpki v0.102.8
9402026-01-23T16:28:46.426Z Downloaded tough v0.20.0
9412026-01-23T16:28:46.434Z Downloaded winnow v0.5.40
9422026-01-23T16:28:46.442Z Downloaded openssl v0.10.73
9432026-01-23T16:28:46.450Z Downloaded radix_trie v0.2.1
9442026-01-23T16:28:46.454Z Downloaded winnow v0.6.26
9452026-01-23T16:28:46.462Z Downloaded nix v0.27.1
9462026-01-23T16:28:46.472Z Downloaded moka v0.12.10
9472026-01-23T16:28:46.480Z Downloaded nix v0.28.0
9482026-01-23T16:28:46.490Z Downloaded zlib-rs v0.5.1
9492026-01-23T16:28:46.494Z Downloaded dropshot v0.16.6
9502026-01-23T16:28:46.517Z Downloaded tabled v0.20.0
9512026-01-23T16:28:46.532Z Downloaded tabled v0.18.0
9522026-01-23T16:28:46.546Z Downloaded vcpkg v0.2.15
9532026-01-23T16:28:46.583Z Downloaded zerocopy v0.8.27
9542026-01-23T16:28:46.603Z Downloaded webpki-roots v1.0.1
9552026-01-23T16:28:46.606Z Downloaded bstr v1.10.0
9562026-01-23T16:28:46.614Z Downloaded rustls v0.22.4
9572026-01-23T16:28:46.626Z Downloaded rustls v0.23.19
9582026-01-23T16:28:46.636Z Downloaded regex-syntax v0.8.5
9592026-01-23T16:28:46.643Z Downloaded hickory-proto v0.25.2
9602026-01-23T16:28:46.657Z Downloaded openapiv3 v2.2.0
9612026-01-23T16:28:46.668Z Downloaded smoltcp v0.11.0
9622026-01-23T16:28:46.677Z Downloaded nix v0.30.1
9632026-01-23T16:28:46.688Z Downloaded hickory-proto v0.24.4
9642026-01-23T16:28:46.703Z Downloaded regress v0.10.4
9652026-01-23T16:28:46.712Z Downloaded object v0.36.5
9662026-01-23T16:28:46.719Z Downloaded rustls v0.21.12
9672026-01-23T16:28:46.729Z Downloaded sled v0.34.7
9682026-01-23T16:28:46.739Z Downloaded diesel v2.2.12
9692026-01-23T16:28:46.754Z Downloaded typify-impl v0.4.3
9702026-01-23T16:28:46.766Z Downloaded smoltcp v0.9.1
9712026-01-23T16:28:46.775Z Downloaded ratatui v0.29.0
9722026-01-23T16:28:46.792Z Downloaded typify-impl v0.2.0
9732026-01-23T16:28:46.804Z Downloaded bzip2-sys v0.1.13+1.0.8
9742026-01-23T16:28:46.814Z Downloaded regex-syntax v0.6.29
9752026-01-23T16:28:46.825Z Downloaded polar-core v0.27.3
9762026-01-23T16:28:46.829Z Downloaded zerocopy-derive v0.6.6
9772026-01-23T16:28:46.836Z Downloaded nix v0.29.0
9782026-01-23T16:28:46.845Z Downloaded regex-automata v0.4.11
9792026-01-23T16:28:46.859Z Downloaded jiff v0.2.15
9802026-01-23T16:28:46.873Z Downloaded petgraph v0.6.5
9812026-01-23T16:28:46.888Z Downloaded petname v2.0.2
9822026-01-23T16:28:46.893Z Downloaded sqlparser v0.45.0
9832026-01-23T16:28:46.898Z Downloaded tower v0.5.2
9842026-01-23T16:28:46.905Z Downloaded time v0.3.43
9852026-01-23T16:28:46.912Z Downloaded petgraph v0.8.2
9862026-01-23T16:28:46.930Z Downloaded lzma-sys v0.1.20
9872026-01-23T16:28:46.955Z Downloaded chrono-tz v0.10.4
9882026-01-23T16:28:46.969Z Downloaded libz-sys v1.1.20
9892026-01-23T16:28:46.986Z Downloaded serde_with v3.14.0
9902026-01-23T16:28:46.997Z Downloaded regex v1.11.3
9912026-01-23T16:28:47.005Z Downloaded csv v1.3.1
9922026-01-23T16:28:47.019Z Downloaded quick-xml v0.37.2
9932026-01-23T16:28:47.025Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
9942026-01-23T16:28:47.039Z Downloaded tokio v1.48.0
9952026-01-23T16:28:47.072Z Downloaded sha3 v0.10.8
9962026-01-23T16:28:47.076Z Downloaded bindgen v0.71.1
9972026-01-23T16:28:47.082Z Downloaded chrono v0.4.42
9982026-01-23T16:28:47.089Z Downloaded rustls-webpki v0.101.7
9992026-01-23T16:28:47.100Z Downloaded portable-atomic v1.11.0
10002026-01-23T16:28:47.106Z Downloaded reedline v0.40.0
10012026-01-23T16:28:47.113Z Downloaded bitvec v1.0.1
10022026-01-23T16:28:47.125Z Downloaded tracing v0.1.40
10032026-01-23T16:28:47.129Z Downloaded rayon v1.10.0
10042026-01-23T16:28:47.136Z Downloaded p384 v0.13.1
10052026-01-23T16:28:47.140Z Downloaded bindgen v0.69.5
10062026-01-23T16:28:47.146Z Downloaded tokio-rustls v0.24.1
10072026-01-23T16:28:47.149Z Downloaded strum_macros v0.27.2
10082026-01-23T16:28:47.152Z Downloaded schemars v0.9.0
10092026-01-23T16:28:47.160Z Downloaded samael v0.0.19
10102026-01-23T16:28:47.165Z Downloaded tls_codec_derive v0.4.1
10112026-01-23T16:28:47.169Z Downloaded hashbrown v0.15.4
10122026-01-23T16:28:47.172Z Downloaded itertools v0.13.0
10132026-01-23T16:28:47.178Z Downloaded itertools v0.12.1
10142026-01-23T16:28:47.183Z Downloaded similar v2.7.0
10152026-01-23T16:28:47.186Z Downloaded minimal-lexical v0.2.1
10162026-01-23T16:28:47.190Z Downloaded iri-string v0.7.8
10172026-01-23T16:28:47.195Z Downloaded quinn v0.11.5
10182026-01-23T16:28:47.198Z Downloaded qorb v0.4.1
10192026-01-23T16:28:47.203Z Downloaded encoding_rs v0.8.34
10202026-01-23T16:28:47.220Z Downloaded cc v1.2.30
10212026-01-23T16:28:47.224Z Downloaded ron v0.7.1
10222026-01-23T16:28:47.227Z Downloaded mio v1.0.2
10232026-01-23T16:28:47.231Z Downloaded iddqd v0.3.16
10242026-01-23T16:28:47.237Z Downloaded slog-stdlog v4.1.1
10252026-01-23T16:28:47.240Z Downloaded slog-scope v4.4.0
10262026-01-23T16:28:47.240Z Downloaded slog-dtrace v0.3.0
10272026-01-23T16:28:47.243Z Downloaded rustls-pki-types v1.10.0
10282026-01-23T16:28:47.249Z Downloaded subtle v2.6.1
10292026-01-23T16:28:47.249Z Downloaded strum v0.27.2
10302026-01-23T16:28:47.249Z Downloaded strum v0.26.3
10312026-01-23T16:28:47.249Z Downloaded hashbrown v0.13.2
10322026-01-23T16:28:47.252Z Downloaded tabled_derive v0.11.0
10332026-01-23T16:28:47.252Z Downloaded smallvec v0.6.14
10342026-01-23T16:28:47.252Z Downloaded slog-json v2.6.1
10352026-01-23T16:28:47.255Z Downloaded libm v0.2.8
10362026-01-23T16:28:47.260Z Downloaded hyper-util v0.1.19
10372026-01-23T16:28:47.264Z Downloaded ring v0.17.14
10382026-01-23T16:28:47.299Z Downloaded slab v0.4.9
10392026-01-23T16:28:47.302Z Downloaded shlex v1.3.0
10402026-01-23T16:28:47.302Z Downloaded progenitor-impl v0.11.2
10412026-01-23T16:28:47.305Z Downloaded progenitor-impl v0.8.0
10422026-01-23T16:28:47.305Z Downloaded prefix-trie v0.7.0
10432026-01-23T16:28:47.308Z Downloaded openssl-sys v0.9.109
10442026-01-23T16:28:47.311Z Downloaded dropshot-api-manager v0.2.4
10452026-01-23T16:28:47.314Z Downloaded signal-hook-registry v1.4.2
10462026-01-23T16:28:47.322Z Downloaded sapling-renderdag v0.1.0
10472026-01-23T16:28:47.322Z Downloaded siphasher v1.0.1
10482026-01-23T16:28:47.322Z Downloaded secrecy v0.8.0
10492026-01-23T16:28:47.326Z Downloaded sec1 v0.7.3
10502026-01-23T16:28:47.327Z Downloaded rustversion v1.0.22
10512026-01-23T16:28:47.327Z Downloaded libgit2-sys v0.18.2+1.9.1
10522026-01-23T16:28:47.370Z Downloaded russh-keys v0.45.0
10532026-01-23T16:28:47.373Z Downloaded signal-hook-mio v0.2.4
10542026-01-23T16:28:47.373Z Downloaded sha1 v0.10.6
10552026-01-23T16:28:47.376Z Downloaded scroll v0.13.0
10562026-01-23T16:28:47.376Z Downloaded oso v0.27.3
10572026-01-23T16:28:47.429Z Downloaded rustls-pemfile v1.0.4
10582026-01-23T16:28:47.429Z Downloaded rustc-hash v2.1.1
10592026-01-23T16:28:47.429Z Downloaded pin-project-lite v0.2.14
10602026-01-23T16:28:47.429Z Downloaded pin-project v1.1.6
10612026-01-23T16:28:47.429Z Downloaded serde_repr v0.1.19
10622026-01-23T16:28:47.429Z Downloaded seq-macro v0.3.6
10632026-01-23T16:28:47.429Z Downloaded semver v0.1.20
10642026-01-23T16:28:47.429Z Downloaded resolv-conf v0.7.0
10652026-01-23T16:28:47.429Z Downloaded heapless v0.7.17
10662026-01-23T16:28:47.429Z Downloaded serde-big-array v0.5.1
10672026-01-23T16:28:47.429Z Downloaded postcard v1.0.10
10682026-01-23T16:28:47.429Z Downloaded pkcs5 v0.7.1
10692026-01-23T16:28:47.429Z Downloaded pkcs1 v0.7.5
10702026-01-23T16:28:47.429Z Downloaded jiff-static v0.2.15
10712026-01-23T16:28:47.429Z Downloaded quick-error v1.2.3
10722026-01-23T16:28:47.429Z Downloaded bytes v1.10.1
10732026-01-23T16:28:47.429Z Downloaded parking_lot v0.12.3
10742026-01-23T16:28:47.429Z Downloaded p256 v0.13.2
10752026-01-23T16:28:47.429Z Downloaded owo-colors v4.2.2
10762026-01-23T16:28:47.434Z Downloaded pin-project-internal v1.1.6
10772026-01-23T16:28:47.434Z Downloaded progenitor v0.11.2
10782026-01-23T16:28:47.434Z Downloaded peg-macros v0.8.5
10792026-01-23T16:28:47.434Z Downloaded num-rational v0.4.2
10802026-01-23T16:28:47.434Z Downloaded parse-display-derive v0.10.0
10812026-01-23T16:28:47.435Z Downloaded der v0.7.10
10822026-01-23T16:28:47.435Z Downloaded password-hash v0.5.0
10832026-01-23T16:28:47.438Z Downloaded password-hash v0.4.2
10842026-01-23T16:28:47.438Z Downloaded compact_str v0.8.0
10852026-01-23T16:28:47.444Z Downloaded predicates v3.1.3
10862026-01-23T16:28:47.444Z Downloaded ppv-lite86 v0.2.20
10872026-01-23T16:28:47.447Z Downloaded postgres-protocol v0.6.8
10882026-01-23T16:28:47.447Z Downloaded paste v1.0.15
10892026-01-23T16:28:47.447Z Downloaded allocator-api2 v0.2.21
10902026-01-23T16:28:47.452Z Downloaded pkg-config v0.3.31
10912026-01-23T16:28:47.452Z Downloaded packed_struct v0.10.1
10922026-01-23T16:28:47.452Z Downloaded indicatif v0.18.0
10932026-01-23T16:28:47.457Z Downloaded omicron-zone-package v0.12.2
10942026-01-23T16:28:47.457Z Downloaded litrs v0.4.1
10952026-01-23T16:28:47.461Z Downloaded indicatif v0.17.11
10962026-01-23T16:28:47.466Z Downloaded ignore v0.4.23
10972026-01-23T16:28:47.466Z Downloaded progenitor-macro v0.8.0
10982026-01-23T16:28:47.466Z Downloaded progenitor-client v0.11.2
10992026-01-23T16:28:47.466Z Downloaded progenitor-client v0.10.0
11002026-01-23T16:28:47.466Z Downloaded pretty-hex v0.2.1
11012026-01-23T16:28:47.472Z Downloaded predicates-tree v1.0.12
11022026-01-23T16:28:47.472Z Downloaded peg v0.8.5
11032026-01-23T16:28:47.472Z Downloaded num_enum v0.5.11
11042026-01-23T16:28:47.476Z Downloaded nu-ansi-term v0.50.1
11052026-01-23T16:28:47.476Z Downloaded pin-utils v0.1.0
11062026-01-23T16:28:47.476Z Downloaded peg-runtime v0.8.5
11072026-01-23T16:28:47.479Z Downloaded parking_lot_core v0.8.6
11082026-01-23T16:28:47.479Z Downloaded num-complex v0.4.6
11092026-01-23T16:28:47.482Z Downloaded derive_more v2.0.1
11102026-01-23T16:28:47.486Z Downloaded bumpalo v3.16.0
11112026-01-23T16:28:47.490Z Downloaded precomputed-hash v0.1.1
11122026-01-23T16:28:47.490Z Downloaded packed_struct_codegen v0.10.1
11132026-01-23T16:28:47.493Z Downloaded olpc-cjson v0.1.4
11142026-01-23T16:28:47.493Z Downloaded flume v0.11.1
11152026-01-23T16:28:47.496Z Downloaded cancel-safe-futures v0.1.5
11162026-01-23T16:28:47.499Z Downloaded aes v0.8.4
11172026-01-23T16:28:47.503Z Downloaded indexmap v1.9.3
11182026-01-23T16:28:47.503Z Downloaded num-integer v0.1.46
11192026-01-23T16:28:47.506Z Downloaded multimap v0.10.1
11202026-01-23T16:28:47.506Z Downloaded httparse v1.9.5
11212026-01-23T16:28:47.509Z Downloaded hmac v0.12.1
11222026-01-23T16:28:47.509Z Downloaded nonempty v0.12.0
11232026-01-23T16:28:47.509Z Downloaded darling_core v0.20.10
11242026-01-23T16:28:47.512Z Downloaded normalize-line-endings v0.3.0
11252026-01-23T16:28:47.515Z Downloaded nodrop v0.1.14
11262026-01-23T16:28:47.515Z Downloaded newtype-uuid v1.3.2
11272026-01-23T16:28:47.515Z Downloaded native-tls v0.2.12
11282026-01-23T16:28:47.518Z Downloaded libsw-core v0.3.1
11292026-01-23T16:28:47.518Z Downloaded libsw v3.5.0
11302026-01-23T16:28:47.521Z Downloaded hyper-rustls v0.27.7
11312026-01-23T16:28:47.521Z Downloaded console v0.16.0
11322026-01-23T16:28:47.524Z Downloaded num_threads v0.1.7
11332026-01-23T16:28:47.524Z Downloaded num_enum_derive v0.5.11
11342026-01-23T16:28:47.528Z Downloaded newtype-uuid-macros v0.1.0
11352026-01-23T16:28:47.530Z Downloaded ingot v0.1.1
11362026-01-23T16:28:47.530Z Downloaded indoc v2.0.6
11372026-01-23T16:28:47.533Z Downloaded hickory-client v0.25.2
11382026-01-23T16:28:47.533Z Downloaded diesel_derives v2.2.3
11392026-01-23T16:28:47.538Z Downloaded derive_more v0.99.20
11402026-01-23T16:28:47.542Z Downloaded futures v0.3.31
11412026-01-23T16:28:47.545Z Downloaded dropshot_endpoint v0.16.6
11422026-01-23T16:28:47.545Z Downloaded derive-where v1.5.0
11432026-01-23T16:28:47.548Z Downloaded crossbeam-utils v0.8.21
11442026-01-23T16:28:47.551Z Downloaded crossbeam-epoch v0.9.18
11452026-01-23T16:28:47.554Z Downloaded num-derive v0.3.3
11462026-01-23T16:28:47.554Z Downloaded num-conv v0.1.0
11472026-01-23T16:28:47.554Z Downloaded nibble_vec v0.1.0
11482026-01-23T16:28:47.557Z Downloaded cookie_store v0.21.1
11492026-01-23T16:28:47.557Z Downloaded console v0.15.10
11502026-01-23T16:28:47.561Z Downloaded ciborium v0.2.2
11512026-01-23T16:28:47.564Z Downloaded libz-rs-sys v0.5.1
11522026-01-23T16:28:47.564Z Downloaded libloading v0.8.5
11532026-01-23T16:28:47.564Z Downloaded libefi-sys v0.1.0
11542026-01-23T16:28:47.564Z Downloaded highway v1.3.0
11552026-01-23T16:28:47.567Z Downloaded match_cfg v0.1.0
11562026-01-23T16:28:47.567Z Downloaded jobserver v0.1.32
11572026-01-23T16:28:47.570Z Downloaded humantime v2.2.0
11582026-01-23T16:28:47.570Z Downloaded half v1.8.3
11592026-01-23T16:28:47.574Z Downloaded mime v0.3.17
11602026-01-23T16:28:47.574Z Downloaded md-5 v0.10.6
11612026-01-23T16:28:47.574Z Downloaded lzss v0.8.2
11622026-01-23T16:28:47.577Z Downloaded md5 v0.7.0
11632026-01-23T16:28:47.577Z Downloaded ipnetwork v0.21.1
11642026-01-23T16:28:47.577Z Downloaded ipnet v2.11.0
11652026-01-23T16:28:47.580Z Downloaded ingot-types v0.1.2
11662026-01-23T16:28:47.580Z Downloaded lru v0.12.5
11672026-01-23T16:28:47.580Z Downloaded lockfree-object-pool v0.1.6
11682026-01-23T16:28:47.583Z Downloaded flate2 v1.1.2
11692026-01-23T16:28:47.586Z Downloaded kstat-rs v0.2.4
11702026-01-23T16:28:47.589Z Downloaded base64 v0.13.1
11712026-01-23T16:28:47.589Z Downloaded hyper-staticfile v0.10.1
11722026-01-23T16:28:47.593Z Downloaded elliptic-curve v0.13.8
11732026-01-23T16:28:47.596Z Downloaded cookie v0.18.1
11742026-01-23T16:28:47.596Z Downloaded const-oid v0.9.6
11752026-01-23T16:28:47.599Z Downloaded colored v3.0.0
11762026-01-23T16:28:47.602Z Downloaded colored v2.2.0
11772026-01-23T16:28:47.602Z Downloaded clang-sys v1.8.1
11782026-01-23T16:28:47.605Z Downloaded bzip2 v0.5.2
11792026-01-23T16:28:47.605Z Downloaded backtrace v0.3.74
11802026-01-23T16:28:47.609Z Downloaded derive-ex v0.1.8
11812026-01-23T16:28:47.612Z Downloaded futures-channel v0.3.31
11822026-01-23T16:28:47.612Z Downloaded des v0.8.1
11832026-01-23T16:28:47.615Z Downloaded bzip2 v0.4.4
11842026-01-23T16:28:47.615Z Downloaded blake2 v0.10.6
11852026-01-23T16:28:47.619Z Downloaded base64 v0.21.7
11862026-01-23T16:28:47.622Z Downloaded lalrpop-util v0.19.12
11872026-01-23T16:28:47.622Z Downloaded keccak v0.1.5
11882026-01-23T16:28:47.622Z Downloaded group v0.13.0
11892026-01-23T16:28:47.622Z Downloaded globset v0.4.15
11902026-01-23T16:28:47.626Z Downloaded glob v0.3.2
11912026-01-23T16:28:47.626Z Downloaded futures-task v0.3.31
11922026-01-23T16:28:47.626Z Downloaded critical-section v1.1.3
11932026-01-23T16:28:47.629Z Downloaded fs_extra v1.3.0
11942026-01-23T16:28:47.629Z Downloaded cargo_metadata v0.19.2
11952026-01-23T16:28:47.632Z Downloaded either v1.15.0
11962026-01-23T16:28:47.632Z Downloaded derive_builder_core v0.20.2
11972026-01-23T16:28:47.633Z Downloaded internet-checksum v0.2.1
11982026-01-23T16:28:47.636Z Downloaded instability v0.3.2
11992026-01-23T16:28:47.636Z Downloaded inout v0.1.3
12002026-01-23T16:28:47.636Z Downloaded chacha20 v0.9.1
12012026-01-23T16:28:47.636Z Downloaded cexpr v0.6.0
12022026-01-23T16:28:47.639Z Downloaded camino-tempfile-ext v0.3.2
12032026-01-23T16:28:47.639Z Downloaded ident_case v1.0.1
12042026-01-23T16:28:47.642Z Downloaded hubpack_derive v0.1.1
12052026-01-23T16:28:47.642Z Downloaded hubpack v0.1.2
12062026-01-23T16:28:47.642Z Downloaded httpdate v1.0.3
12072026-01-23T16:28:47.642Z Downloaded http-range v0.1.5
12082026-01-23T16:28:47.645Z Downloaded hostname v0.3.1
12092026-01-23T16:28:47.645Z Downloaded home v0.5.9
12102026-01-23T16:28:47.645Z Downloaded ed25519-dalek v2.1.1
12112026-01-23T16:28:47.648Z Downloaded const_format_proc_macros v0.2.34
12122026-01-23T16:28:47.648Z Downloaded cbc v0.1.2
12132026-01-23T16:28:47.651Z Downloaded cassowary v0.3.0
12142026-01-23T16:28:47.651Z Downloaded addr2line v0.24.2
12152026-01-23T16:28:47.654Z Downloaded env_filter v0.1.2
12162026-01-23T16:28:47.654Z Downloaded diesel-dtrace v0.4.2
12172026-01-23T16:28:47.657Z Downloaded csv-core v0.1.11
12182026-01-23T16:28:47.657Z Downloaded cipher v0.4.4
12192026-01-23T16:28:47.657Z Downloaded blowfish v0.9.1
12202026-01-23T16:28:47.660Z Downloaded foldhash v0.1.5
12212026-01-23T16:28:47.661Z Downloaded derive_more-impl v2.0.1
12222026-01-23T16:28:47.664Z Downloaded darling v0.20.10
12232026-01-23T16:28:47.667Z Downloaded convert_case v0.7.1
12242026-01-23T16:28:47.670Z Downloaded bitflags v1.3.2
12252026-01-23T16:28:47.673Z Downloaded bcs v0.1.6
12262026-01-23T16:28:47.673Z Downloaded http-body v1.0.1
12272026-01-23T16:28:47.673Z Downloaded hostname v0.4.2
12282026-01-23T16:28:47.676Z Downloaded hex-literal v0.4.1
12292026-01-23T16:28:47.676Z Downloaded heck v0.3.3
12302026-01-23T16:28:47.676Z Downloaded hash32 v0.3.1
12312026-01-23T16:28:47.681Z Downloaded globwalk v0.9.1
12322026-01-23T16:28:47.681Z Downloaded bitfield v0.19.2
12332026-01-23T16:28:47.681Z Downloaded backoff v0.4.0
12342026-01-23T16:28:47.684Z Downloaded gethostname v0.5.0
12352026-01-23T16:28:47.684Z Downloaded dropshot-api-manager-types v0.2.4
12362026-01-23T16:28:47.684Z Downloaded dyn-clone v1.0.20
12372026-01-23T16:28:47.684Z Downloaded dunce v1.0.5
12382026-01-23T16:28:47.684Z Downloaded defmt-parser v0.3.4
12392026-01-23T16:28:47.687Z Downloaded darling_core v0.21.0
12402026-01-23T16:28:47.694Z Downloaded enum-as-inner v0.6.1
12412026-01-23T16:28:47.694Z Downloaded dtrace-parser v0.3.0
12422026-01-23T16:28:47.697Z Downloaded dsl_auto_type v0.1.2
12432026-01-23T16:28:47.697Z Downloaded crc8 v0.1.1
12442026-01-23T16:28:47.697Z Downloaded embedded-io v0.6.1
12452026-01-23T16:28:47.697Z Downloaded embedded-io v0.4.0
12462026-01-23T16:28:47.697Z Downloaded dirs-sys-next v0.1.2
12472026-01-23T16:28:47.697Z Downloaded foreign-types-macros v0.2.3
12482026-01-23T16:28:47.697Z Downloaded crc v3.2.1
12492026-01-23T16:28:47.700Z Downloaded dirs-next v2.0.0
12502026-01-23T16:28:47.701Z Downloaded async-bb8-diesel v0.2.1
12512026-01-23T16:28:47.701Z Downloaded display-error-chain v0.2.2
12522026-01-23T16:28:47.704Z Downloaded block-padding v0.3.3
12532026-01-23T16:28:47.704Z Downloaded bit-vec v0.6.3
12542026-01-23T16:28:47.704Z Downloaded foreign-types v0.3.2
12552026-01-23T16:28:47.704Z Downloaded flagset v0.4.6
12562026-01-23T16:28:47.708Z Downloaded expectorate v1.2.0
12572026-01-23T16:28:47.711Z Downloaded darling_macro v0.21.0
12582026-01-23T16:28:47.711Z Downloaded cfg_aliases v0.1.1
12592026-01-23T16:28:47.711Z Downloaded foreign-types v0.5.0
12602026-01-23T16:28:47.711Z Downloaded fixedbitset v0.4.2
12612026-01-23T16:28:47.714Z Downloaded filetime v0.2.26
12622026-01-23T16:28:47.714Z Downloaded derive_builder_macro v0.20.2
12632026-01-23T16:28:47.714Z Downloaded daft v0.1.4
12642026-01-23T16:28:47.720Z Downloaded curve25519-dalek-derive v0.1.1
12652026-01-23T16:28:47.720Z Downloaded ciborium-io v0.2.2
12662026-01-23T16:28:47.720Z Downloaded cfg_aliases v0.2.1
12672026-01-23T16:28:47.720Z Downloaded castaway v0.2.3
12682026-01-23T16:28:47.723Z Downloaded difflib v0.4.0
12692026-01-23T16:28:47.723Z Downloaded diff v0.1.13
12702026-01-23T16:28:47.723Z Downloaded diesel_table_macro_syntax v0.2.0
12712026-01-23T16:28:47.723Z Downloaded deranged v0.5.3
12722026-01-23T16:28:47.723Z Downloaded darling_macro v0.20.10
12732026-01-23T16:28:47.726Z Downloaded convert_case v0.4.0
12742026-01-23T16:28:47.726Z Downloaded cargo-platform v0.1.8
12752026-01-23T16:28:47.726Z Downloaded arc-swap v1.7.1
12762026-01-23T16:28:47.729Z Downloaded fixedbitset v0.5.7
12772026-01-23T16:28:47.732Z Downloaded env_logger v0.11.8
12782026-01-23T16:28:47.732Z Downloaded der_derive v0.7.3
12792026-01-23T16:28:47.736Z Downloaded cobs v0.2.3
12802026-01-23T16:28:47.736Z Downloaded cmake v0.1.51
12812026-01-23T16:28:47.736Z Downloaded bcrypt-pbkdf v0.10.0
12822026-01-23T16:28:47.740Z Downloaded atomicwrites v0.4.4
12832026-01-23T16:28:47.740Z Downloaded arrayvec v0.7.6
12842026-01-23T16:28:47.740Z Downloaded fd-lock v4.0.2
12852026-01-23T16:28:47.740Z Downloaded erased-serde v0.3.31
12862026-01-23T16:28:47.743Z Downloaded endian-type v0.1.2
12872026-01-23T16:28:47.743Z Downloaded dof v0.4.0
12882026-01-23T16:28:47.743Z Downloaded bitfield-macros v0.19.2
12892026-01-23T16:28:47.746Z Downloaded async-stream v0.3.6
12902026-01-23T16:28:47.747Z Downloaded adler2 v2.0.0
12912026-01-23T16:28:47.747Z Downloaded document-features v0.2.11
12922026-01-23T16:28:47.750Z Downloaded ctr v0.9.2
12932026-01-23T16:28:47.750Z Downloaded constant_time_eq v0.3.1
12942026-01-23T16:28:47.750Z Downloaded bb8 v0.8.5
12952026-01-23T16:28:47.754Z Downloaded async-stream-impl v0.3.6
12962026-01-23T16:28:47.754Z Downloaded fatfs v0.3.6
12972026-01-23T16:28:47.757Z Downloaded ed25519 v2.2.3
12982026-01-23T16:28:47.757Z Downloaded crossterm v0.29.0
12992026-01-23T16:28:47.760Z Downloaded crossterm v0.28.1
13002026-01-23T16:28:47.765Z Downloaded arrayref v0.3.9
13012026-01-23T16:28:47.768Z Downloaded aho-corasick v1.1.3
13022026-01-23T16:28:47.771Z Downloaded bitfield-struct v0.6.2
13032026-01-23T16:28:47.775Z Downloaded atty v0.2.14
13042026-01-23T16:28:47.776Z Downloaded defmt v0.3.8
13052026-01-23T16:28:47.779Z Downloaded crossbeam-deque v0.8.5
13062026-01-23T16:28:47.779Z Downloaded bit-set v0.8.0
13072026-01-23T16:28:47.779Z Downloaded base64 v0.22.1
13082026-01-23T16:28:47.784Z Downloaded debug-ignore v1.0.5
13092026-01-23T16:28:47.784Z Downloaded ahash v0.8.12
13102026-01-23T16:28:47.787Z Downloaded crucible-workspace-hack v0.1.0
13112026-01-23T16:28:47.787Z Downloaded async-trait v0.1.89
13122026-01-23T16:28:47.792Z Downloaded ascii-canvas v3.0.0
13132026-01-23T16:28:47.792Z Downloaded argon2 v0.5.3
13142026-01-23T16:28:48.002Z Downloaded aws-lc-sys v0.26.0
13152026-01-23T16:28:48.307Z Compiling value-bag v1.9.0
13162026-01-23T16:28:48.307Z Compiling lock_api v0.4.12
13172026-01-23T16:28:48.307Z Compiling scopeguard v1.2.0
13182026-01-23T16:28:48.311Z Compiling shlex v1.3.0
13192026-01-23T16:28:48.311Z Compiling typenum v1.17.0
13202026-01-23T16:28:48.311Z Compiling syn v2.0.111
13212026-01-23T16:28:48.472Z Compiling getrandom v0.2.15
13222026-01-23T16:28:48.475Z Compiling jobserver v0.1.32
13232026-01-23T16:28:48.621Z Compiling smallvec v1.15.1
13242026-01-23T16:28:48.847Z Compiling log v0.4.27
13252026-01-23T16:28:48.946Z Compiling cc v1.2.30
13262026-01-23T16:28:48.964Z Compiling rand_core v0.6.4
13272026-01-23T16:28:48.996Z Compiling generic-array v0.14.7
13282026-01-23T16:28:49.444Z Compiling subtle v2.6.1
13292026-01-23T16:28:49.466Z Compiling portable-atomic v1.11.0
13302026-01-23T16:28:49.612Z Compiling critical-section v1.1.3
13312026-01-23T16:28:49.649Z Compiling const-oid v0.9.6
13322026-01-23T16:28:49.675Z Compiling getrandom v0.3.4
13332026-01-23T16:28:49.787Z Compiling serde_json v1.0.149
13342026-01-23T16:28:49.849Z Compiling pkg-config v0.3.31
13352026-01-23T16:28:50.198Z Compiling spin v0.9.8
13362026-01-23T16:28:50.581Z Compiling regex-syntax v0.8.5
13372026-01-23T16:28:50.972Z Compiling parking_lot_core v0.9.10
13382026-01-23T16:28:51.150Z Compiling pin-project-lite v0.2.14
13392026-01-23T16:28:51.471Z Compiling libm v0.2.8
13402026-01-23T16:28:51.601Z Compiling rustix v0.38.37
13412026-01-23T16:28:51.724Z Compiling once_cell v1.21.3
13422026-01-23T16:28:51.889Z Compiling signal-hook-registry v1.4.2
13432026-01-23T16:28:52.145Z Compiling num-traits v0.2.19
13442026-01-23T16:28:52.384Z Compiling allocator-api2 v0.2.21
13452026-01-23T16:28:52.445Z Compiling parking_lot v0.12.3
13462026-01-23T16:28:52.754Z Compiling mio v1.0.2
13472026-01-23T16:28:53.073Z Compiling futures-core v0.3.31
13482026-01-23T16:28:53.115Z Compiling lazy_static v1.5.0
13492026-01-23T16:28:53.253Z Compiling aho-corasick v1.1.3
13502026-01-23T16:28:53.257Z Compiling percent-encoding v2.3.2
13512026-01-23T16:28:53.320Z Compiling socket2 v0.6.1
13522026-01-23T16:28:53.794Z Compiling slab v0.4.9
13532026-01-23T16:28:53.862Z Compiling cpufeatures v0.2.14
13542026-01-23T16:28:53.981Z Compiling futures-sink v0.3.31
13552026-01-23T16:28:54.121Z Compiling either v1.15.0
13562026-01-23T16:28:54.180Z Compiling glob v0.3.2
13572026-01-23T16:28:54.199Z Compiling futures-channel v0.3.31
13582026-01-23T16:28:54.566Z Compiling hashbrown v0.16.1
13592026-01-23T16:28:54.674Z Compiling rustversion v1.0.22
13602026-01-23T16:28:54.677Z Compiling futures-io v0.3.31
13612026-01-23T16:28:54.973Z Compiling pin-utils v0.1.0
13622026-01-23T16:28:55.023Z Compiling clang-sys v1.8.1
13632026-01-23T16:28:55.081Z Compiling futures-task v0.3.31
13642026-01-23T16:28:55.312Z Compiling regex-automata v0.4.11
13652026-01-23T16:28:55.363Z Compiling prettyplease v0.2.36
13662026-01-23T16:28:55.459Z Compiling minimal-lexical v0.2.1
13672026-01-23T16:28:55.714Z Compiling indexmap v2.12.1
13682026-01-23T16:28:55.786Z Compiling libloading v0.8.5
13692026-01-23T16:28:55.944Z Compiling synstructure v0.13.1
13702026-01-23T16:28:56.169Z Compiling nom v7.1.3
13712026-01-23T16:28:56.357Z Compiling base64ct v1.6.0
13722026-01-23T16:28:56.949Z Compiling bindgen v0.69.5
13732026-01-23T16:28:56.981Z Compiling home v0.5.9
13742026-01-23T16:28:57.108Z Compiling pem-rfc7468 v0.7.0
13752026-01-23T16:28:57.489Z Compiling itertools v0.12.1
13762026-01-23T16:28:57.729Z Compiling form_urlencoded v1.2.2
13772026-01-23T16:28:57.946Z Compiling lazycell v1.3.0
13782026-01-23T16:28:58.063Z Compiling flagset v0.4.6
13792026-01-23T16:28:58.138Z Compiling rustc-hash v1.1.0
13802026-01-23T16:28:58.292Z Compiling rand_core v0.9.3
13812026-01-23T16:28:58.318Z Compiling cmake v0.1.51
13822026-01-23T16:28:58.868Z Compiling dunce v1.0.5
13832026-01-23T16:28:59.013Z Compiling paste v1.0.15
13842026-01-23T16:28:59.148Z Compiling foldhash v0.1.5
13852026-01-23T16:28:59.463Z Compiling cexpr v0.6.0
13862026-01-23T16:28:59.484Z Compiling fs_extra v1.3.0
13872026-01-23T16:28:59.556Z Compiling iana-time-zone v0.1.63
13882026-01-23T16:29:00.032Z Compiling hashbrown v0.15.4
13892026-01-23T16:29:00.035Z Compiling rustc_version v0.4.1
13902026-01-23T16:29:00.105Z Compiling uuid v1.19.0
13912026-01-23T16:29:00.380Z Compiling vcpkg v0.2.15
13922026-01-23T16:29:00.674Z Compiling regex v1.11.3
13932026-01-23T16:29:00.758Z Compiling serde_derive v1.0.228
13942026-01-23T16:29:00.947Z Compiling zeroize_derive v1.4.2
13952026-01-23T16:29:01.236Z Compiling zerofrom-derive v0.1.4
13962026-01-23T16:29:01.599Z Compiling yoke-derive v0.7.4
13972026-01-23T16:29:01.655Z Compiling zerovec-derive v0.10.3
13982026-01-23T16:29:01.998Z Compiling displaydoc v0.2.5
13992026-01-23T16:29:02.318Z Compiling zeroize v1.8.1
14002026-01-23T16:29:03.542Z Compiling icu_provider_macros v1.5.0
14012026-01-23T16:29:04.060Z Compiling crypto-common v0.1.6
14022026-01-23T16:29:04.106Z Compiling block-buffer v0.10.4
14032026-01-23T16:29:04.303Z Compiling zerocopy-derive v0.7.35
14042026-01-23T16:29:04.348Z Compiling tokio-macros v2.6.0
14052026-01-23T16:29:04.432Z Compiling digest v0.10.7
14062026-01-23T16:29:04.520Z Compiling zerofrom v0.1.4
14072026-01-23T16:29:04.605Z Compiling thiserror-impl v2.0.17
14082026-01-23T16:29:04.780Z Compiling yoke v0.7.4
14092026-01-23T16:29:04.929Z Compiling hmac v0.12.1
14102026-01-23T16:29:05.177Z Compiling zerovec v0.10.4
14112026-01-23T16:29:05.218Z Compiling block-padding v0.3.3
14122026-01-23T16:29:05.487Z Compiling futures-macro v0.3.31
14132026-01-23T16:29:05.491Z Compiling inout v0.1.3
14142026-01-23T16:29:05.794Z Compiling cipher v0.4.4
14152026-01-23T16:29:05.908Z Compiling sha2 v0.10.9
14162026-01-23T16:29:06.257Z Compiling zerocopy v0.7.35
14172026-01-23T16:29:06.317Z Compiling der_derive v0.7.3
14182026-01-23T16:29:07.240Z Compiling tinystr v0.7.6
14192026-01-23T16:29:07.319Z Compiling icu_collections v1.5.0
14202026-01-23T16:29:07.384Z Compiling futures-util v0.3.31
14212026-01-23T16:29:07.622Z Compiling icu_locid v1.5.0
14222026-01-23T16:29:07.644Z Compiling ppv-lite86 v0.2.20
14232026-01-23T16:29:07.715Z Compiling thiserror v2.0.17
14242026-01-23T16:29:07.885Z Compiling pest v2.8.2
14252026-01-23T16:29:08.078Z Compiling serde v1.0.228
14262026-01-23T16:29:08.424Z Compiling salsa20 v0.10.2
14272026-01-23T16:29:08.499Z Compiling der v0.7.10
14282026-01-23T16:29:08.577Z Compiling pbkdf2 v0.12.2
14292026-01-23T16:29:08.662Z Compiling zerocopy v0.8.27
14302026-01-23T16:29:08.763Z Compiling icu_provider v1.5.0
14312026-01-23T16:29:09.256Z Compiling bitflags v2.9.4
14322026-01-23T16:29:09.417Z Compiling bytes v1.10.1
14332026-01-23T16:29:09.522Z Compiling icu_locid_transform v1.5.0
14342026-01-23T16:29:09.569Z Compiling chrono v0.4.42
14352026-01-23T16:29:09.761Z Compiling ident_case v1.0.1
14362026-01-23T16:29:09.971Z Compiling darling_core v0.20.10
14372026-01-23T16:29:10.836Z Compiling tokio v1.48.0
14382026-01-23T16:29:10.997Z Compiling icu_properties v1.5.1
14392026-01-23T16:29:11.423Z Compiling spki v0.7.3
14402026-01-23T16:29:11.813Z Compiling pest_meta v2.8.2
14412026-01-23T16:29:11.835Z Compiling http v1.4.0
14422026-01-23T16:29:12.828Z Compiling scrypt v0.11.0
14432026-01-23T16:29:12.869Z Compiling rand_chacha v0.9.0
14442026-01-23T16:29:13.348Z Compiling which v4.4.2
14452026-01-23T16:29:13.945Z Compiling aes v0.8.4
14462026-01-23T16:29:14.293Z Compiling cbc v0.1.2
14472026-01-23T16:29:14.527Z Compiling openssl-sys v0.9.109
14482026-01-23T16:29:14.586Z Compiling zerocopy-derive v0.8.27
14492026-01-23T16:29:15.571Z Compiling icu_normalizer v1.5.0
14502026-01-23T16:29:15.795Z Compiling darling_macro v0.20.10
14512026-01-23T16:29:16.502Z Compiling idna_adapter v1.2.0
14522026-01-23T16:29:16.558Z Compiling pkcs5 v0.7.1
14532026-01-23T16:29:16.701Z Compiling idna v1.0.3
14542026-01-23T16:29:16.736Z Compiling rand v0.9.2
14552026-01-23T16:29:16.757Z Compiling pest_generator v2.8.2
14562026-01-23T16:29:17.209Z Compiling tracing-attributes v0.1.27
14572026-01-23T16:29:17.625Z Compiling url v2.5.4
14582026-01-23T16:29:18.184Z Compiling serde_derive_internals v0.29.1
14592026-01-23T16:29:18.516Z Compiling ring v0.17.14
14602026-01-23T16:29:18.519Z Compiling tracing-core v0.1.32
14612026-01-23T16:29:19.371Z Compiling tokio-util v0.7.15
14622026-01-23T16:29:19.650Z Compiling adler2 v2.0.0
14632026-01-23T16:29:19.764Z Compiling aws-lc-rs v1.12.4
14642026-01-23T16:29:19.877Z Compiling rustix v1.0.7
14652026-01-23T16:29:20.242Z Compiling schemars v0.8.22
14662026-01-23T16:29:20.371Z Compiling schemars_derive v0.8.22
14672026-01-23T16:29:20.389Z Compiling tracing v0.1.40
14682026-01-23T16:29:20.651Z Compiling miniz_oxide v0.8.5
14692026-01-23T16:29:20.874Z Compiling pest_derive v2.8.2
14702026-01-23T16:29:21.463Z Compiling pkcs8 v0.10.2
14712026-01-23T16:29:21.508Z Compiling darling v0.20.10
14722026-01-23T16:29:21.628Z Compiling http-body v1.0.1
14732026-01-23T16:29:21.678Z Compiling scroll_derive v0.13.1
14742026-01-23T16:29:21.879Z Compiling dyn-clone v1.0.20
14752026-01-23T16:29:22.014Z Compiling base64 v0.22.1
14762026-01-23T16:29:22.052Z Compiling httparse v1.9.5
14772026-01-23T16:29:22.106Z Compiling tinyvec_macros v0.1.1
14782026-01-23T16:29:22.215Z Compiling rustls-pki-types v1.10.0
14792026-01-23T16:29:22.668Z Compiling tinyvec v1.8.0
14802026-01-23T16:29:23.077Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14812026-01-23T16:29:23.426Z Compiling scroll v0.13.0
14822026-01-23T16:29:23.866Z Compiling bzip2-sys v0.1.13+1.0.8
14832026-01-23T16:29:23.973Z Compiling untrusted v0.9.0
14842026-01-23T16:29:24.020Z Compiling num-conv v0.1.0
14852026-01-23T16:29:24.126Z Compiling time-core v0.1.6
14862026-01-23T16:29:24.163Z Compiling untrusted v0.7.1
14872026-01-23T16:29:24.315Z Compiling foreign-types-shared v0.1.1
14882026-01-23T16:29:24.395Z Compiling openssl-probe v0.1.5
14892026-01-23T16:29:24.398Z Compiling powerfmt v0.2.0
14902026-01-23T16:29:24.459Z Compiling tower-service v0.3.3
14912026-01-23T16:29:24.491Z Compiling atomic-waker v1.1.2
14922026-01-23T16:29:24.619Z Compiling tower-layer v0.3.3
14932026-01-23T16:29:24.696Z Compiling try-lock v0.2.5
14942026-01-23T16:29:24.732Z Compiling openssl v0.10.73
14952026-01-23T16:29:24.767Z Compiling deranged v0.5.3
14962026-01-23T16:29:24.863Z Compiling want v0.3.1
14972026-01-23T16:29:24.897Z Compiling h2 v0.4.6
14982026-01-23T16:29:25.132Z Compiling tempfile v3.20.0
14992026-01-23T16:29:25.195Z Compiling foreign-types v0.3.2
15002026-01-23T16:29:25.304Z Compiling time-macros v0.2.24
15012026-01-23T16:29:25.881Z Compiling goblin v0.10.2
15022026-01-23T16:29:27.775Z Compiling ipnet v2.11.0
15032026-01-23T16:29:27.796Z Compiling openssl-macros v0.1.1
15042026-01-23T16:29:28.343Z Compiling wait-timeout v0.2.0
15052026-01-23T16:29:28.561Z Compiling syn v1.0.109
15062026-01-23T16:29:28.871Z Compiling rustls v0.23.19
15072026-01-23T16:29:28.899Z Compiling bit-vec v0.8.0
15082026-01-23T16:29:29.145Z Compiling usdt-impl v0.6.0
15092026-01-23T16:29:29.184Z Compiling quick-error v1.2.3
15102026-01-23T16:29:29.363Z Compiling httpdate v1.0.3
15112026-01-23T16:29:29.366Z Compiling gimli v0.31.1
15122026-01-23T16:29:29.569Z Compiling crossbeam-utils v0.8.21
15132026-01-23T16:29:29.798Z Compiling native-tls v0.2.12
15142026-01-23T16:29:30.135Z Compiling num_threads v0.1.7
15152026-01-23T16:29:30.242Z Compiling time v0.3.43
15162026-01-23T16:29:30.285Z Compiling rusty-fork v0.3.0
15172026-01-23T16:29:30.311Z Compiling bit-set v0.8.0
15182026-01-23T16:29:31.068Z Compiling unicode-normalization v0.1.24
15192026-01-23T16:29:32.086Z Compiling hyper v1.8.1
15202026-01-23T16:29:33.909Z Compiling addr2line v0.24.2
15212026-01-23T16:29:33.953Z Compiling dof v0.4.0
15222026-01-23T16:29:33.983Z Compiling dtrace-parser v0.3.0
15232026-01-23T16:29:34.590Z Compiling derive_builder_core v0.20.2
15242026-01-23T16:29:35.741Z Compiling signature v2.2.0
15252026-01-23T16:29:35.815Z Compiling thiserror-impl v1.0.69
15262026-01-23T16:29:36.062Z Compiling scroll_derive v0.12.0
15272026-01-23T16:29:36.190Z Compiling heapless v0.7.17
15282026-01-23T16:29:36.517Z Compiling rand_xorshift v0.4.0
15292026-01-23T16:29:36.626Z Compiling slog v2.8.2
15302026-01-23T16:29:36.649Z Compiling thread-id v5.0.0
15312026-01-23T16:29:36.778Z Compiling cookie v0.18.1
15322026-01-23T16:29:36.800Z Compiling crc32fast v1.4.2
15332026-01-23T16:29:36.966Z Compiling object v0.36.5
15342026-01-23T16:29:37.115Z Compiling zstd-safe v7.2.3
15352026-01-23T16:29:37.141Z Compiling unarray v0.1.4
15362026-01-23T16:29:37.310Z Compiling unicode-bidi v0.3.17
15372026-01-23T16:29:37.389Z Compiling siphasher v0.3.11
15382026-01-23T16:29:37.495Z Compiling zlib-rs v0.5.1
15392026-01-23T16:29:37.762Z Compiling signal-hook v0.3.18
15402026-01-23T16:29:37.971Z Compiling rustc-demangle v0.1.24
15412026-01-23T16:29:38.075Z Compiling anyhow v1.0.99
15422026-01-23T16:29:38.379Z Compiling unicode-properties v0.1.3
15432026-01-23T16:29:38.611Z Compiling thiserror v1.0.69
15442026-01-23T16:29:38.771Z Compiling stringprep v0.1.5
15452026-01-23T16:29:38.822Z Compiling phf_shared v0.11.2
15462026-01-23T16:29:38.861Z Compiling scroll v0.12.0
15472026-01-23T16:29:39.094Z Compiling proptest v1.7.0
15482026-01-23T16:29:39.464Z Compiling derive_builder_macro v0.20.2
15492026-01-23T16:29:39.920Z Compiling hyper-util v0.1.19
15502026-01-23T16:29:40.593Z Compiling ipnetwork v0.21.1
15512026-01-23T16:29:41.425Z Compiling erased-serde v0.3.31
15522026-01-23T16:29:41.451Z Compiling serde_spanned v0.6.9
15532026-01-23T16:29:41.748Z Compiling toml_datetime v0.6.11
15542026-01-23T16:29:42.241Z Compiling serde_tokenstream v0.2.2
15552026-01-23T16:29:42.765Z Compiling rand_chacha v0.3.1
15562026-01-23T16:29:42.841Z Compiling md-5 v0.10.6
15572026-01-23T16:29:43.117Z Compiling curve25519-dalek v4.1.3
15582026-01-23T16:29:43.815Z Compiling libz-rs-sys v0.5.1
15592026-01-23T16:29:43.838Z Compiling backtrace v0.3.74
15602026-01-23T16:29:43.906Z Compiling vergen-lib v0.1.6
15612026-01-23T16:29:44.101Z Compiling num-integer v0.1.46
15622026-01-23T16:29:44.252Z Compiling sync_wrapper v1.0.1
15632026-01-23T16:29:44.465Z Compiling ff v0.13.0
15642026-01-23T16:29:44.486Z Compiling hash32 v0.2.1
15652026-01-23T16:29:44.715Z Compiling memoffset v0.9.1
15662026-01-23T16:29:44.733Z Compiling smoltcp v0.9.1
15672026-01-23T16:29:44.832Z Compiling cfg_aliases v0.2.1
15682026-01-23T16:29:44.871Z Compiling num-bigint-dig v0.8.6
15692026-01-23T16:29:44.952Z Compiling litrs v0.4.1
15702026-01-23T16:29:45.048Z Compiling psl-types v2.0.11
15712026-01-23T16:29:45.217Z Compiling fallible-iterator v0.2.0
15722026-01-23T16:29:45.279Z Compiling base16ct v0.2.0
15732026-01-23T16:29:45.375Z Compiling ref-cast v1.0.25
15742026-01-23T16:29:45.617Z Compiling sec1 v0.7.3
15752026-01-23T16:29:45.928Z Compiling postgres-protocol v0.6.8
15762026-01-23T16:29:46.022Z Compiling document-features v0.2.11
15772026-01-23T16:29:46.085Z Compiling publicsuffix v2.3.0
15782026-01-23T16:29:46.343Z Compiling newtype-uuid v1.3.2
15792026-01-23T16:29:46.403Z Compiling nix v0.29.0
15802026-01-23T16:29:47.096Z Compiling group v0.13.0
15812026-01-23T16:29:47.244Z Compiling num-iter v0.1.45
15822026-01-23T16:29:47.266Z Compiling tower v0.5.2
15832026-01-23T16:29:47.443Z Compiling flate2 v1.1.2
15842026-01-23T16:29:47.587Z Compiling rand v0.8.5
15852026-01-23T16:29:47.777Z Compiling oxnet v0.1.4
15862026-01-23T16:29:48.274Z Compiling derive_builder v0.20.2
15872026-01-23T16:29:48.375Z Compiling tokio-native-tls v0.3.1
15882026-01-23T16:29:48.487Z Compiling goblin v0.8.2
15892026-01-23T16:29:48.862Z Compiling rustls-native-certs v0.8.1
15902026-01-23T16:29:49.455Z Compiling webpki-roots v1.0.1
15912026-01-23T16:29:49.524Z Compiling http-body-util v0.1.3
15922026-01-23T16:29:49.593Z Compiling strum_macros v0.27.2
15932026-01-23T16:29:49.665Z Compiling terminal_size v0.4.0
15942026-01-23T16:29:49.823Z Compiling cargo-platform v0.1.8
15952026-01-23T16:29:49.901Z Compiling hkdf v0.12.4
15962026-01-23T16:29:50.017Z Compiling crypto-bigint v0.5.5
15972026-01-23T16:29:50.189Z Compiling ref-cast-impl v1.0.25
15982026-01-23T16:29:50.325Z Compiling async-trait v0.1.89
15992026-01-23T16:29:51.336Z Compiling curve25519-dalek-derive v0.1.1
16002026-01-23T16:29:52.053Z Compiling hubpack_derive v0.1.1
16012026-01-23T16:29:52.708Z Compiling daft-derive v0.1.4
16022026-01-23T16:29:52.808Z Compiling vergen v9.0.6
16032026-01-23T16:29:52.905Z Compiling ahash v0.8.12
16042026-01-23T16:29:53.154Z Compiling fs-err v3.1.1
16052026-01-23T16:29:53.302Z Compiling simd-adler32 v0.3.7
16062026-01-23T16:29:53.513Z Compiling unicode-segmentation v1.12.0
16072026-01-23T16:29:53.833Z Compiling ryu v1.0.18
16082026-01-23T16:29:54.196Z Compiling iri-string v0.7.8
16092026-01-23T16:29:54.261Z Compiling winnow v0.5.40
16102026-01-23T16:29:54.415Z Compiling managed v0.8.0
16112026-01-23T16:29:54.527Z Compiling bumpalo v3.16.0
16122026-01-23T16:29:54.852Z Compiling lockfree-object-pool v0.1.6
16132026-01-23T16:29:55.033Z Compiling bitflags v1.3.2
16142026-01-23T16:29:55.136Z Compiling buf-list v1.0.3
16152026-01-23T16:29:55.840Z Compiling zopfli v0.8.1
16162026-01-23T16:29:55.887Z Compiling strum v0.27.2
16172026-01-23T16:29:56.101Z Compiling clap_builder v4.5.48
16182026-01-23T16:29:57.079Z Compiling daft v0.1.4
16192026-01-23T16:29:57.396Z Compiling tower-http v0.6.6
16202026-01-23T16:29:57.419Z Compiling dof v0.3.0
16212026-01-23T16:29:57.660Z Compiling toml_edit v0.19.15
16222026-01-23T16:29:57.727Z Compiling serde_urlencoded v0.7.1
16232026-01-23T16:29:58.251Z Compiling elliptic-curve v0.13.8
16242026-01-23T16:29:58.294Z Compiling hubpack v0.1.2
16252026-01-23T16:29:58.882Z Compiling cargo_metadata v0.19.2
16262026-01-23T16:29:59.113Z Compiling hyper-tls v0.6.0
16272026-01-23T16:29:59.117Z Compiling cookie_store v0.21.1
16282026-01-23T16:29:59.549Z Compiling signal-hook-mio v0.2.4
16292026-01-23T16:30:00.683Z Compiling zstd v0.13.3
16302026-01-23T16:30:02.058Z Compiling postgres-types v0.2.9
16312026-01-23T16:30:02.460Z Compiling usdt-attr-macro v0.6.0
16322026-01-23T16:30:03.355Z Compiling usdt-macro v0.6.0
16332026-01-23T16:30:03.798Z Compiling phf v0.11.2
16342026-01-23T16:30:04.070Z Compiling dtrace-parser v0.2.0
16352026-01-23T16:30:04.108Z Compiling ed25519 v2.2.3
16362026-01-23T16:30:04.402Z Compiling bzip2 v0.5.2
16372026-01-23T16:30:04.799Z Compiling bzip2 v0.4.4
16382026-01-23T16:30:04.832Z Compiling pkcs1 v0.7.5
16392026-01-23T16:30:04.967Z Compiling serde_with_macros v3.14.0
16402026-01-23T16:30:05.201Z Compiling enum-as-inner v0.6.1
16412026-01-23T16:30:05.695Z Compiling strum_macros v0.26.4
16422026-01-23T16:30:05.996Z Compiling clap_derive v4.5.47
16432026-01-23T16:30:06.146Z Compiling hex v0.4.3
16442026-01-23T16:30:06.235Z Compiling serde-big-array v0.5.1
16452026-01-23T16:30:06.255Z Compiling rfc6979 v0.4.0
16462026-01-23T16:30:06.466Z Compiling serde_repr v0.1.19
16472026-01-23T16:30:06.487Z Compiling bstr v1.10.0
16482026-01-23T16:30:06.737Z Compiling float-cmp v0.10.0
16492026-01-23T16:30:07.009Z Compiling env_filter v0.1.2
16502026-01-23T16:30:07.501Z Compiling socket2 v0.5.10
16512026-01-23T16:30:07.553Z Compiling memmap2 v0.9.8
16522026-01-23T16:30:07.620Z Compiling encoding_rs v0.8.34
16532026-01-23T16:30:07.954Z Compiling normalize-line-endings v0.3.0
16542026-01-23T16:30:07.976Z Compiling whoami v1.5.2
16552026-01-23T16:30:08.109Z Compiling keccak v0.1.5
16562026-01-23T16:30:08.374Z Compiling fixedbitset v0.4.2
16572026-01-23T16:30:08.528Z Compiling predicates-core v1.0.8
16582026-01-23T16:30:08.806Z Compiling mime v0.3.17
16592026-01-23T16:30:08.860Z Compiling data-encoding v2.9.0
16602026-01-23T16:30:09.380Z Compiling precomputed-hash v0.1.1
16612026-01-23T16:30:09.517Z Compiling new_debug_unreachable v1.0.6
16622026-01-23T16:30:09.637Z Compiling fixedbitset v0.5.7
16632026-01-23T16:30:09.829Z Compiling rustc-hash v2.1.1
16642026-01-23T16:30:10.044Z Compiling static_assertions v1.1.0
16652026-01-23T16:30:10.169Z Compiling difflib v0.4.0
16662026-01-23T16:30:10.260Z Compiling jiff v0.2.15
16672026-01-23T16:30:10.293Z Compiling foldhash v0.2.0
16682026-01-23T16:30:10.366Z Compiling clap v4.5.48
16692026-01-23T16:30:10.500Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16702026-01-23T16:30:10.665Z Compiling predicates v3.1.3
16712026-01-23T16:30:10.687Z Compiling iddqd v0.3.16
16722026-01-23T16:30:11.249Z Compiling petgraph v0.8.2
16732026-01-23T16:30:11.449Z Compiling strum v0.26.3
16742026-01-23T16:30:11.654Z Compiling string_cache v0.8.9
16752026-01-23T16:30:12.084Z Compiling hickory-proto v0.25.2
16762026-01-23T16:30:12.134Z Compiling toml_edit v0.22.27
16772026-01-23T16:30:12.789Z Compiling petgraph v0.6.5
16782026-01-23T16:30:13.216Z Compiling sha3 v0.10.8
16792026-01-23T16:30:14.263Z Compiling tokio-postgres v0.7.13
16802026-01-23T16:30:15.762Z Compiling usdt v0.6.0
16812026-01-23T16:30:16.263Z Compiling usdt-impl v0.5.0
16822026-01-23T16:30:16.292Z Compiling serde_with v3.14.0
16832026-01-23T16:30:17.167Z Compiling similar v2.7.0
16842026-01-23T16:30:17.601Z Compiling zip v4.2.0
16852026-01-23T16:30:19.055Z Compiling env_logger v0.11.8
16862026-01-23T16:30:19.195Z Compiling ecdsa v0.16.9
16872026-01-23T16:30:19.489Z Compiling rsa v0.9.8
16882026-01-23T16:30:19.809Z Compiling zip v0.6.6
16892026-01-23T16:30:19.841Z Compiling ed25519-dalek v2.1.1
16902026-01-23T16:30:21.068Z Compiling toml v0.7.8
16912026-01-23T16:30:21.195Z Compiling crossterm v0.28.1
16922026-01-23T16:30:22.041Z Compiling heck v0.4.1
16932026-01-23T16:30:22.283Z Compiling crossbeam-epoch v0.9.18
16942026-01-23T16:30:22.489Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16952026-01-23T16:30:22.518Z Compiling tokio-stream v0.1.17
16962026-01-23T16:30:22.565Z Compiling x509-cert v0.2.5
16972026-01-23T16:30:22.915Z Compiling openapiv3 v2.2.0
16982026-01-23T16:30:22.999Z Compiling sha1 v0.10.6
16992026-01-23T16:30:23.406Z Compiling itertools v0.10.5
17002026-01-23T16:30:23.478Z Compiling itertools v0.13.0
17012026-01-23T16:30:23.601Z Compiling winnow v0.6.26
17022026-01-23T16:30:24.334Z Compiling peg-runtime v0.8.5
17032026-01-23T16:30:24.915Z Compiling lalrpop-util v0.19.12
17042026-01-23T16:30:25.292Z Compiling thread_local v1.1.8
17052026-01-23T16:30:25.754Z Compiling slog-async v2.8.0
17062026-01-23T16:30:25.964Z Compiling crossbeam-channel v0.5.15
17072026-01-23T16:30:26.360Z Compiling xattr v1.3.1
17082026-01-23T16:30:26.445Z Compiling futures-executor v0.3.31
17092026-01-23T16:30:26.641Z Compiling is-terminal v0.4.13
17102026-01-23T16:30:26.794Z Compiling filetime v0.2.26
17112026-01-23T16:30:26.854Z Compiling take_mut v0.2.2
17122026-01-23T16:30:26.874Z Compiling term v1.1.0
17132026-01-23T16:30:26.929Z Compiling futures v0.3.31
17142026-01-23T16:30:27.017Z Compiling tar v0.4.44
17152026-01-23T16:30:28.096Z Compiling slog-term v2.9.2
17162026-01-23T16:30:30.356Z Compiling aws-lc-sys v0.26.0
17172026-01-23T16:30:59.957Z Compiling rustls-webpki v0.102.8
17182026-01-23T16:31:04.487Z Compiling tokio-rustls v0.26.0
17192026-01-23T16:31:04.747Z Compiling hyper-rustls v0.27.7
17202026-01-23T16:31:05.078Z Compiling reqwest v0.12.24
17212026-01-23T16:31:08.654Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-01-23T16:31:08.951Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-01-23T16:31:13.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s
17242026-01-23T16:31:13.739Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-01-23T16:31:13.796ZJan 23 16:31:12.566 INFO Starting download, target: Cockroach
17262026-01-23T16:31:13.796ZJan 23 16:31:12.567 INFO Starting download, target: Clickhouse
17272026-01-23T16:31:13.813ZJan 23 16:31:12.567 INFO Starting download, target: MaghemiteMgd
17282026-01-23T16:31:13.813ZJan 23 16:31:12.567 INFO Starting download, target: DendriteStub
17292026-01-23T16:31:13.813ZJan 23 16:31:12.567 INFO Starting download, target: Console
17302026-01-23T16:31:13.813ZJan 23 16:31:12.567 INFO Starting download, target: TransceiverControl
17312026-01-23T16:31:13.813ZJan 23 16:31:12.567 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17322026-01-23T16:31:13.813ZJan 23 16:31:12.567 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17332026-01-23T16:31:13.813ZJan 23 16:31:12.567 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-01-23T16:31:13.813ZJan 23 16:31:12.567 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17352026-01-23T16:31:13.813ZJan 23 16:31:12.567 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-01-23T16:31:13.819ZJan 23 16:31:12.567 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-01-23T16:31:14.246ZJan 23 16:31:12.999 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-01-23T16:31:14.371ZJan 23 16:31:13.138 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17392026-01-23T16:31:14.724ZJan 23 16:31:13.479 INFO Download complete, target: TransceiverControl
17402026-01-23T16:31:14.869ZJan 23 16:31:13.634 INFO Download complete, target: Console
17412026-01-23T16:31:15.171ZJan 23 16:31:13.928 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17422026-01-23T16:31:15.657ZJan 23 16:31:14.426 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17432026-01-23T16:31:15.712ZJan 23 16:31:14.482 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17442026-01-23T16:31:19.944ZJan 23 16:31:15.438 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-01-23T16:31:19.945ZJan 23 16:31:15.438 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-01-23T16:31:19.989ZJan 23 16:31:17.785 INFO Download complete, target: DendriteStub
17472026-01-23T16:31:19.989ZJan 23 16:31:18.387 INFO Download complete, target: MaghemiteMgd
17482026-01-23T16:31:24.307ZJan 23 16:31:23.078 INFO Checking that binary works, target: Cockroach
17492026-01-23T16:31:24.437ZJan 23 16:31:23.207 INFO Download complete, target: Cockroach
17502026-01-23T16:31:26.819ZJan 23 16:31:25.589 INFO Checking that binary works, target: Clickhouse
17512026-01-23T16:31:26.950ZJan 23 16:31:25.720 INFO Download complete, target: Clickhouse
17522026-01-23T16:31:26.957ZAll prerequisites installed successfully
17532026-01-23T16:31:26.961Z
17542026-01-23T16:31:26.962Zreal 5:19.871304117
17552026-01-23T16:31:26.962Zuser 18:19.877142248
17562026-01-23T16:31:26.962Zsys 2:30.521537614
17572026-01-23T16:31:26.962Ztrap 0.676445334
17582026-01-23T16:31:26.962Ztflt 0.928723315
17592026-01-23T16:31:26.962Zdflt 1.228903408
17602026-01-23T16:31:26.962Zkflt 0.025950427
17612026-01-23T16:31:26.962Zlock 45:28.799250808
17622026-01-23T16:31:26.962Zslp 1:07:17.240914768
17632026-01-23T16:31:26.962Zlat 1:20.494474360
17642026-01-23T16:31:26.962Zstop 3:09.845756221
17652026-01-23T16:31:26.962Z+ ptime -m cargo xtask download softnpu
17662026-01-23T16:31:27.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17672026-01-23T16:31:27.761Z Running `target/debug/xtask download softnpu`
17682026-01-23T16:31:28.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
17692026-01-23T16:31:28.881Z Running `target/debug/xtask-downloader softnpu`
17702026-01-23T16:31:28.923ZJan 23 16:31:27.692 INFO Starting download, target: Softnpu
17712026-01-23T16:31:28.927ZJan 23 16:31:27.693 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17722026-01-23T16:31:29.688ZJan 23 16:31:28.451 INFO Download complete, target: Softnpu
17732026-01-23T16:31:29.693Z
17742026-01-23T16:31:29.693Zreal 2.721079982
17752026-01-23T16:31:29.693Zuser 1.675386330
17762026-01-23T16:31:29.693Zsys 0.705003952
17772026-01-23T16:31:29.693Ztrap 0.001879605
17782026-01-23T16:31:29.693Ztflt 0.000248529
17792026-01-23T16:31:29.693Zdflt 0.000114483
17802026-01-23T16:31:29.693Zkflt 0.000000000
17812026-01-23T16:31:29.694Zlock 8.250360137
17822026-01-23T16:31:29.694Zslp 0.558935164
17832026-01-23T16:31:29.694Zlat 0.088016620
17842026-01-23T16:31:29.694Zstop 0.000155737
17852026-01-23T16:31:29.694Z+ export CARGO_INCREMENTAL=0
17862026-01-23T16:31:29.694Z+ CARGO_INCREMENTAL=0
17872026-01-23T16:31:29.694Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17882026-01-23T16:31:30.936Z Compiling proc-macro2 v1.0.101
17892026-01-23T16:31:30.936Z Compiling unicode-ident v1.0.19
17902026-01-23T16:31:30.940Z Compiling libc v0.2.174
17912026-01-23T16:31:30.940Z Compiling serde_core v1.0.228
17922026-01-23T16:31:30.940Z Compiling serde v1.0.228
17932026-01-23T16:31:30.940Z Compiling autocfg v1.4.0
17942026-01-23T16:31:30.940Z Compiling cfg-if v1.0.4
17952026-01-23T16:31:31.282Z Compiling version_check v0.9.5
17962026-01-23T16:31:31.304Z Compiling memchr v2.7.4
17972026-01-23T16:31:31.362Z Compiling shlex v1.3.0
17982026-01-23T16:31:31.844Z Compiling lock_api v0.4.12
17992026-01-23T16:31:31.865Z Compiling value-bag v1.9.0
18002026-01-23T16:31:32.189Z Compiling zmij v1.0.15
18012026-01-23T16:31:32.388Z Compiling log v0.4.27
18022026-01-23T16:31:32.558Z Compiling typenum v1.17.0
18032026-01-23T16:31:32.662Z Compiling portable-atomic v1.11.0
18042026-01-23T16:31:32.948Z Compiling jobserver v0.1.32
18052026-01-23T16:31:33.053Z Compiling quote v1.0.40
18062026-01-23T16:31:33.303Z Compiling serde_json v1.0.149
18072026-01-23T16:31:33.428Z Compiling syn v2.0.111
18082026-01-23T16:31:33.458Z Compiling cc v1.2.30
18092026-01-23T16:31:33.592Z Compiling generic-array v0.14.7
18102026-01-23T16:31:33.614Z Compiling getrandom v0.3.4
18112026-01-23T16:31:33.662Z Compiling libm v0.2.8
18122026-01-23T16:31:33.930Z Compiling num-traits v0.2.19
18132026-01-23T16:31:34.199Z Compiling scopeguard v1.2.0
18142026-01-23T16:31:34.219Z Compiling parking_lot_core v0.9.10
18152026-01-23T16:31:34.275Z Compiling smallvec v1.15.1
18162026-01-23T16:31:34.632Z Compiling regex-syntax v0.8.5
18172026-01-23T16:31:34.793Z Compiling itoa v1.0.11
18182026-01-23T16:31:35.542Z Compiling getrandom v0.2.15
18192026-01-23T16:31:35.935Z Compiling thiserror v2.0.17
18202026-01-23T16:31:36.017Z Compiling pkg-config v0.3.31
18212026-01-23T16:31:36.201Z Compiling aho-corasick v1.1.3
18222026-01-23T16:31:36.429Z Compiling rustix v0.38.37
18232026-01-23T16:31:36.896Z Compiling errno v0.3.12
18242026-01-23T16:31:36.996Z Compiling stable_deref_trait v1.2.0
18252026-01-23T16:31:37.052Z Compiling either v1.15.0
18262026-01-23T16:31:37.116Z Compiling spin v0.9.8
18272026-01-23T16:31:37.206Z Compiling slab v0.4.9
18282026-01-23T16:31:37.322Z Compiling allocator-api2 v0.2.21
18292026-01-23T16:31:37.508Z Compiling equivalent v1.0.2
18302026-01-23T16:31:37.569Z Compiling semver v1.0.27
18312026-01-23T16:31:37.676Z Compiling lazy_static v1.5.0
18322026-01-23T16:31:38.144Z Compiling regex-automata v0.4.11
18332026-01-23T16:31:38.313Z Compiling schemars v0.8.22
18342026-01-23T16:31:39.699Z Compiling rand_core v0.6.4
18352026-01-23T16:31:40.342Z Compiling critical-section v1.1.3
18362026-01-23T16:31:40.361Z Compiling byteorder v1.5.0
18372026-01-23T16:31:40.517Z Compiling synstructure v0.13.1
18382026-01-23T16:31:40.891Z Compiling serde_derive_internals v0.29.1
18392026-01-23T16:31:41.339Z Compiling once_cell v1.21.3
18402026-01-23T16:31:41.737Z Compiling writeable v0.5.5
18412026-01-23T16:31:42.012Z Compiling subtle v2.6.1
18422026-01-23T16:31:42.267Z Compiling glob v0.3.2
18432026-01-23T16:31:42.371Z Compiling litemap v0.7.3
18442026-01-23T16:31:42.689Z Compiling percent-encoding v2.3.2
18452026-01-23T16:31:42.780Z Compiling prettyplease v0.2.36
18462026-01-23T16:31:42.802Z Compiling pin-project-lite v0.2.14
18472026-01-23T16:31:42.973Z Compiling clang-sys v1.8.1
18482026-01-23T16:31:43.146Z Compiling minimal-lexical v0.2.1
18492026-01-23T16:31:43.208Z Compiling icu_locid_transform_data v1.5.0
18502026-01-23T16:31:43.341Z Compiling fnv v1.0.7
18512026-01-23T16:31:43.504Z Compiling regex v1.11.3
18522026-01-23T16:31:43.598Z Compiling nom v7.1.3
18532026-01-23T16:31:43.786Z Compiling libloading v0.8.5
18542026-01-23T16:31:44.136Z Compiling serde_derive v1.0.228
18552026-01-23T16:31:44.410Z Compiling zeroize_derive v1.4.2
18562026-01-23T16:31:44.447Z Compiling zerofrom-derive v0.1.4
18572026-01-23T16:31:44.447Z Compiling yoke-derive v0.7.4
18582026-01-23T16:31:44.472Z Compiling zerovec-derive v0.10.3
18592026-01-23T16:31:44.521Z Compiling displaydoc v0.2.5
18602026-01-23T16:31:45.630Z Compiling icu_provider_macros v1.5.0
18612026-01-23T16:31:45.905Z Compiling tokio-macros v2.6.0
18622026-01-23T16:31:46.650Z Compiling zeroize v1.8.1
18632026-01-23T16:31:46.677Z Compiling zerocopy-derive v0.7.35
18642026-01-23T16:31:46.698Z Compiling thiserror-impl v2.0.17
18652026-01-23T16:31:46.895Z Compiling futures-macro v0.3.31
18662026-01-23T16:31:47.050Z Compiling zerofrom v0.1.4
18672026-01-23T16:31:47.072Z Compiling schemars_derive v0.8.22
18682026-01-23T16:31:47.265Z Compiling yoke v0.7.4
18692026-01-23T16:31:47.645Z Compiling zerovec v0.10.4
18702026-01-23T16:31:47.927Z Compiling bindgen v0.69.5
18712026-01-23T16:31:48.329Z Compiling icu_properties_data v1.5.0
18722026-01-23T16:31:48.371Z Compiling home v0.5.9
18732026-01-23T16:31:48.591Z Compiling cexpr v0.6.0
18742026-01-23T16:31:49.592Z Compiling tinystr v0.7.6
18752026-01-23T16:31:49.765Z Compiling icu_collections v1.5.0
18762026-01-23T16:31:49.989Z Compiling icu_locid v1.5.0
18772026-01-23T16:31:50.043Z Compiling itertools v0.12.1
18782026-01-23T16:31:50.306Z Compiling paste v1.0.15
18792026-01-23T16:31:50.806Z Compiling utf16_iter v1.0.5
18802026-01-23T16:31:51.061Z Compiling utf8_iter v1.0.4
18812026-01-23T16:31:51.391Z Compiling icu_provider v1.5.0
18822026-01-23T16:31:51.866Z Compiling bitflags v2.9.4
18832026-01-23T16:31:52.074Z Compiling bytes v1.10.1
18842026-01-23T16:31:52.895Z Compiling icu_locid_transform v1.5.0
18852026-01-23T16:31:53.297Z Compiling write16 v1.0.0
18862026-01-23T16:31:53.467Z Compiling rustc-hash v1.1.0
18872026-01-23T16:31:53.525Z Compiling heck v0.5.0
18882026-01-23T16:31:53.670Z Compiling icu_normalizer_data v1.5.0
18892026-01-23T16:31:53.770Z Compiling lazycell v1.3.0
18902026-01-23T16:31:53.928Z Compiling cmake v0.1.51
18912026-01-23T16:31:53.950Z Compiling signal-hook-registry v1.4.2
18922026-01-23T16:31:54.047Z Compiling dunce v1.0.5
18932026-01-23T16:31:54.202Z Compiling fs_extra v1.3.0
18942026-01-23T16:31:54.639Z Compiling icu_properties v1.5.1
18952026-01-23T16:31:54.659Z Compiling parking_lot v0.12.3
18962026-01-23T16:31:55.697Z Compiling crypto-common v0.1.6
18972026-01-23T16:31:55.717Z Compiling hashbrown v0.16.1
18982026-01-23T16:31:55.922Z Compiling mio v1.0.2
18992026-01-23T16:31:56.641Z Compiling which v4.4.2
19002026-01-23T16:31:57.484Z Compiling form_urlencoded v1.2.2
19012026-01-23T16:31:57.793Z Compiling const-oid v0.9.6
19022026-01-23T16:31:58.078Z Compiling rustversion v1.0.22
19032026-01-23T16:31:58.337Z Compiling indexmap v2.12.1
19042026-01-23T16:31:58.572Z Compiling icu_normalizer v1.5.0
19052026-01-23T16:31:58.787Z Compiling socket2 v0.6.1
19062026-01-23T16:31:59.723Z Compiling idna_adapter v1.2.0
19072026-01-23T16:31:59.946Z Compiling idna v1.0.3
19082026-01-23T16:31:59.949Z Compiling tokio v1.48.0
19092026-01-23T16:32:00.686Z Compiling url v2.5.4
19102026-01-23T16:32:01.608Z Compiling ring v0.17.14
19112026-01-23T16:32:01.836Z Compiling zerocopy v0.8.27
19122026-01-23T16:32:02.563Z Compiling block-buffer v0.10.4
19132026-01-23T16:32:02.585Z Compiling der_derive v0.7.3
19142026-01-23T16:32:02.832Z Compiling tracing-attributes v0.1.27
19152026-01-23T16:32:03.910Z Compiling vcpkg v0.2.15
19162026-01-23T16:32:05.253Z Compiling thiserror v1.0.69
19172026-01-23T16:32:05.293Z Compiling aws-lc-rs v1.12.4
19182026-01-23T16:32:05.617Z Compiling openssl-sys v0.9.109
19192026-01-23T16:32:05.743Z Compiling digest v0.10.7
19202026-01-23T16:32:05.792Z Compiling zerocopy-derive v0.8.27
19212026-01-23T16:32:06.196Z Compiling strsim v0.11.1
19222026-01-23T16:32:06.222Z Compiling futures-core v0.3.31
19232026-01-23T16:32:06.611Z Compiling zerocopy v0.7.35
19242026-01-23T16:32:06.816Z Compiling thiserror-impl v1.0.69
19252026-01-23T16:32:07.163Z Compiling ucd-trie v0.1.7
19262026-01-23T16:32:07.214Z Compiling iana-time-zone v0.1.63
19272026-01-23T16:32:07.903Z Compiling pest v2.8.2
19282026-01-23T16:32:07.956Z Compiling chrono v0.4.42
19292026-01-23T16:32:08.248Z Compiling aws-lc-sys v0.26.0
19302026-01-23T16:32:08.358Z Compiling serde_tokenstream v0.2.2
19312026-01-23T16:32:08.806Z Compiling uuid v1.19.0
19322026-01-23T16:32:08.924Z Compiling foldhash v0.1.5
19332026-01-23T16:32:09.051Z Compiling httparse v1.9.5
19342026-01-23T16:32:09.213Z Compiling ident_case v1.0.1
19352026-01-23T16:32:09.318Z Compiling hashbrown v0.15.4
19362026-01-23T16:32:10.455Z Compiling pest_meta v2.8.2
19372026-01-23T16:32:10.936Z Compiling rustix v1.0.7
19382026-01-23T16:32:11.703Z Compiling syn v1.0.109
19392026-01-23T16:32:12.025Z Compiling pest_generator v2.8.2
19402026-01-23T16:32:12.872Z Compiling num-conv v0.1.0
19412026-01-23T16:32:13.144Z Compiling futures-sink v0.3.31
19422026-01-23T16:32:13.185Z Compiling time-core v0.1.6
19432026-01-23T16:32:13.328Z Compiling futures-channel v0.3.31
19442026-01-23T16:32:13.516Z Compiling time-macros v0.2.24
19452026-01-23T16:32:13.859Z Compiling pest_derive v2.8.2
19462026-01-23T16:32:14.211Z Compiling rustc_version v0.4.1
19472026-01-23T16:32:14.758Z Compiling dyn-clone v1.0.20
19482026-01-23T16:32:14.882Z Compiling futures-task v0.3.31
19492026-01-23T16:32:15.040Z Compiling pin-utils v0.1.0
19502026-01-23T16:32:15.168Z Compiling futures-io v0.3.31
19512026-01-23T16:32:15.190Z Compiling openssl v0.10.73
19522026-01-23T16:32:15.214Z Compiling cpufeatures v0.2.14
19532026-01-23T16:32:15.547Z Compiling futures-util v0.3.31
19542026-01-23T16:32:15.630Z Compiling hmac v0.12.1
19552026-01-23T16:32:15.904Z Compiling plain v0.2.3
19562026-01-23T16:32:16.154Z Compiling block-padding v0.3.3
19572026-01-23T16:32:16.531Z Compiling openssl-macros v0.1.1
19582026-01-23T16:32:17.257Z Compiling crossbeam-utils v0.8.21
19592026-01-23T16:32:17.782Z Compiling native-tls v0.2.12
19602026-01-23T16:32:17.998Z Compiling rustls v0.23.19
19612026-01-23T16:32:18.180Z Compiling inout v0.1.3
19622026-01-23T16:32:18.342Z Compiling ppv-lite86 v0.2.20
19632026-01-23T16:32:19.320Z Compiling pretty-hex v0.4.1
19642026-01-23T16:32:19.540Z Compiling cipher v0.4.4
19652026-01-23T16:32:19.773Z Compiling sha2 v0.10.9
19662026-01-23T16:32:20.030Z Compiling http v1.4.0
19672026-01-23T16:32:20.485Z Compiling scroll_derive v0.12.0
19682026-01-23T16:32:21.748Z Compiling scroll_derive v0.13.1
19692026-01-23T16:32:21.852Z Compiling cookie v0.18.1
19702026-01-23T16:32:22.194Z Compiling base64ct v1.6.0
19712026-01-23T16:32:22.761Z Compiling anyhow v1.0.99
19722026-01-23T16:32:23.351Z Compiling pem-rfc7468 v0.7.0
19732026-01-23T16:32:23.429Z Compiling slog v2.8.2
19742026-01-23T16:32:24.203Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19752026-01-23T16:32:24.332Z Compiling bzip2-sys v0.1.13+1.0.8
19762026-01-23T16:32:24.833Z Compiling flagset v0.4.6
19772026-01-23T16:32:25.102Z Compiling der v0.7.10
19782026-01-23T16:32:25.677Z Compiling toml_datetime v0.6.11
19792026-01-23T16:32:26.142Z Compiling serde_spanned v0.6.9
19802026-01-23T16:32:26.381Z Compiling rand_core v0.9.3
19812026-01-23T16:32:26.792Z Compiling tracing-core v0.1.32
19822026-01-23T16:32:27.193Z Compiling rustls-pki-types v1.10.0
19832026-01-23T16:32:27.362Z Compiling spki v0.7.3
19842026-01-23T16:32:27.751Z Compiling tracing v0.1.40
19852026-01-23T16:32:28.065Z Compiling salsa20 v0.10.2
19862026-01-23T16:32:28.121Z Compiling pbkdf2 v0.12.2
19872026-01-23T16:32:28.309Z Compiling darling_core v0.20.10
19882026-01-23T16:32:28.828Z Compiling camino v1.2.1
19892026-01-23T16:32:28.925Z Compiling winnow v0.5.40
19902026-01-23T16:32:29.055Z Compiling litrs v0.4.1
19912026-01-23T16:32:29.358Z Compiling base64 v0.22.1
19922026-01-23T16:32:29.955Z Compiling document-features v0.2.11
19932026-01-23T16:32:31.327Z Compiling scrypt v0.11.0
19942026-01-23T16:32:31.521Z Compiling rand_chacha v0.9.0
19952026-01-23T16:32:31.793Z Compiling tokio-util v0.7.15
19962026-01-23T16:32:32.212Z Compiling toml_edit v0.19.15
19972026-01-23T16:32:32.286Z Compiling cbc v0.1.2
19982026-01-23T16:32:32.509Z Compiling aes v0.8.4
19992026-01-23T16:32:33.217Z Compiling darling_macro v0.20.10
20002026-01-23T16:32:35.486Z Compiling usdt-impl v0.5.0
20012026-01-23T16:32:35.845Z Compiling usdt-impl v0.6.0
20022026-01-23T16:32:36.017Z Compiling untrusted v0.9.0
20032026-01-23T16:32:36.221Z Compiling ref-cast v1.0.25
20042026-01-23T16:32:36.240Z Compiling powerfmt v0.2.0
20052026-01-23T16:32:36.686Z Compiling untrusted v0.7.1
20062026-01-23T16:32:36.735Z Compiling deranged v0.5.3
20072026-01-23T16:32:37.035Z Compiling darling v0.20.10
20082026-01-23T16:32:37.167Z Compiling pkcs5 v0.7.1
20092026-01-23T16:32:37.789Z Compiling rand v0.9.2
20102026-01-23T16:32:39.568Z Compiling http-body v1.0.1
20112026-01-23T16:32:39.842Z Compiling scroll v0.13.0
20122026-01-23T16:32:40.186Z Compiling scroll v0.12.0
20132026-01-23T16:32:40.380Z Compiling heapless v0.7.17
20142026-01-23T16:32:40.904Z Compiling num_threads v0.1.7
20152026-01-23T16:32:41.388Z Compiling zstd-safe v7.2.3
20162026-01-23T16:32:41.443Z Compiling adler2 v2.0.0
20172026-01-23T16:32:41.578Z Compiling atomic-waker v1.1.2
20182026-01-23T16:32:41.734Z Compiling cfg_aliases v0.2.1
20192026-01-23T16:32:41.848Z Compiling signal-hook v0.3.18
20202026-01-23T16:32:41.961Z Compiling miniz_oxide v0.8.5
20212026-01-23T16:32:42.038Z Compiling time v0.3.43
20222026-01-23T16:32:44.093Z Compiling goblin v0.8.2
20232026-01-23T16:32:44.560Z Compiling goblin v0.10.2
20242026-01-23T16:32:45.490Z Compiling pkcs8 v0.10.2
20252026-01-23T16:32:46.356Z Compiling ipnetwork v0.21.1
20262026-01-23T16:32:49.175Z Compiling ref-cast-impl v1.0.25
20272026-01-23T16:32:50.050Z Compiling memoffset v0.9.1
20282026-01-23T16:32:50.202Z Compiling try-lock v0.2.5
20292026-01-23T16:32:50.405Z Compiling tinyvec_macros v0.1.1
20302026-01-23T16:32:50.513Z Compiling tower-layer v0.3.3
20312026-01-23T16:32:50.986Z Compiling tower-service v0.3.3
20322026-01-23T16:32:51.750Z Compiling dof v0.4.0
20332026-01-23T16:32:52.000Z Compiling tinyvec v1.8.0
20342026-01-23T16:32:53.423Z Compiling want v0.3.1
20352026-01-23T16:32:53.463Z Compiling dof v0.3.0
20362026-01-23T16:32:53.741Z Compiling h2 v0.4.6
20372026-01-23T16:32:54.899Z Compiling dtrace-parser v0.2.0
20382026-01-23T16:32:55.849Z Compiling curve25519-dalek v4.1.3
20392026-01-23T16:32:56.294Z Compiling dtrace-parser v0.3.0
20402026-01-23T16:32:56.514Z Compiling ipnet v2.11.0
20412026-01-23T16:32:56.559Z Compiling daft-derive v0.1.4
20422026-01-23T16:32:57.767Z Compiling async-trait v0.1.89
20432026-01-23T16:32:57.873Z Compiling thread-id v4.2.2
20442026-01-23T16:32:57.997Z Compiling thread-id v5.0.0
20452026-01-23T16:32:58.001Z Compiling ryu v1.0.18
20462026-01-23T16:32:58.312Z Compiling openssl-probe v0.1.5
20472026-01-23T16:32:58.613Z Compiling smoltcp v0.9.1
20482026-01-23T16:32:58.745Z Compiling fastrand v2.1.1
20492026-01-23T16:32:59.402Z Compiling httpdate v1.0.3
20502026-01-23T16:32:59.617Z Compiling num-bigint-dig v0.8.6
20512026-01-23T16:32:59.672Z Compiling foreign-types-shared v0.1.1
20522026-01-23T16:32:59.942Z Compiling foreign-types v0.3.2
20532026-01-23T16:33:00.133Z Compiling tempfile v3.20.0
20542026-01-23T16:33:01.955Z Compiling hyper v1.8.1
20552026-01-23T16:33:08.941Z Compiling strum_macros v0.26.4
20562026-01-23T16:33:11.242Z Compiling wait-timeout v0.2.0
20572026-01-23T16:33:11.653Z Compiling gimli v0.31.1
20582026-01-23T16:33:12.509Z Compiling anstyle v1.0.11
20592026-01-23T16:33:12.570Z Compiling bit-vec v0.8.0
20602026-01-23T16:33:13.564Z Compiling quick-error v1.2.3
20612026-01-23T16:33:13.732Z Compiling utf8parse v0.2.2
20622026-01-23T16:33:14.103Z Compiling anstyle-parse v0.2.5
20632026-01-23T16:33:14.439Z Compiling rusty-fork v0.3.0
20642026-01-23T16:33:16.085Z Compiling addr2line v0.24.2
20652026-01-23T16:33:17.452Z Compiling bit-set v0.8.0
20662026-01-23T16:33:20.109Z Compiling hyper-util v0.1.19
20672026-01-23T16:33:20.406Z Compiling unicode-normalization v0.1.24
20682026-01-23T16:33:21.362Z Compiling nix v0.29.0
20692026-01-23T16:33:22.442Z Compiling derive_builder_core v0.20.2
20702026-01-23T16:33:23.855Z Compiling rand_xorshift v0.4.0
20712026-01-23T16:33:24.099Z Compiling hubpack_derive v0.1.1
20722026-01-23T16:33:24.379Z Compiling signature v2.2.0
20732026-01-23T16:33:24.616Z Compiling openapiv3 v2.2.0
20742026-01-23T16:33:24.921Z Compiling strum_macros v0.27.2
20752026-01-23T16:33:25.606Z Compiling erased-serde v0.3.31
20762026-01-23T16:33:26.767Z Compiling curve25519-dalek-derive v0.1.1
20772026-01-23T16:33:27.404Z Compiling object v0.36.5
20782026-01-23T16:33:29.192Z Compiling ahash v0.8.12
20792026-01-23T16:33:29.574Z Compiling fs-err v3.1.1
20802026-01-23T16:33:29.933Z Compiling crc32fast v1.4.2
20812026-01-23T16:33:30.268Z Compiling colorchoice v1.0.2
20822026-01-23T16:33:30.460Z Compiling unicode-segmentation v1.12.0
20832026-01-23T16:33:31.300Z Compiling rustc-demangle v0.1.24
20842026-01-23T16:33:32.106Z Compiling unarray v0.1.4
20852026-01-23T16:33:32.235Z Compiling unicode-bidi v0.3.17
20862026-01-23T16:33:32.294Z Compiling zlib-rs v0.5.1
20872026-01-23T16:33:33.288Z Compiling unicode-properties v0.1.3
20882026-01-23T16:33:33.701Z Compiling buf-list v1.0.3
20892026-01-23T16:33:34.277Z Compiling siphasher v0.3.11
20902026-01-23T16:33:34.653Z Compiling anstyle-query v1.1.1
20912026-01-23T16:33:35.472Z Compiling is_terminal_polyfill v1.70.1
20922026-01-23T16:33:35.641Z Compiling anstream v0.6.18
20932026-01-23T16:33:35.688Z Compiling backtrace v0.3.74
20942026-01-23T16:33:37.097Z Compiling libz-rs-sys v0.5.1
20952026-01-23T16:33:37.365Z Compiling phf_shared v0.11.2
20962026-01-23T16:33:37.477Z Compiling stringprep v0.1.5
20972026-01-23T16:33:37.730Z Compiling proptest v1.7.0
20982026-01-23T16:33:40.244Z Compiling derive_builder_macro v0.20.2
20992026-01-23T16:33:44.894Z Compiling usdt-macro v0.6.0
21002026-01-23T16:33:45.101Z Compiling usdt-attr-macro v0.6.0
21012026-01-23T16:33:45.528Z Compiling oxnet v0.1.4
21022026-01-23T16:33:46.312Z Compiling rustls-webpki v0.102.8
21032026-01-23T16:33:46.580Z Compiling http-body-util v0.1.3
21042026-01-23T16:33:47.057Z Compiling rand_chacha v0.3.1
21052026-01-23T16:33:47.130Z Compiling sync_wrapper v1.0.1
21062026-01-23T16:33:47.332Z Compiling md-5 v0.10.6
21072026-01-23T16:33:47.598Z Compiling vergen-lib v0.1.6
21082026-01-23T16:33:47.837Z Compiling num-integer v0.1.46
21092026-01-23T16:33:47.858Z Compiling ff v0.13.0
21102026-01-23T16:33:47.921Z Compiling hash32 v0.2.1
21112026-01-23T16:33:47.948Z Compiling encoding_rs v0.8.34
21122026-01-23T16:33:48.273Z Compiling fallible-iterator v0.2.0
21132026-01-23T16:33:48.456Z Compiling psl-types v2.0.11
21142026-01-23T16:33:48.722Z Compiling mime v0.3.17
21152026-01-23T16:33:48.925Z Compiling base16ct v0.2.0
21162026-01-23T16:33:48.952Z Compiling publicsuffix v2.3.0
21172026-01-23T16:33:49.108Z Compiling postgres-protocol v0.6.8
21182026-01-23T16:33:49.243Z Compiling sec1 v0.7.3
21192026-01-23T16:33:49.632Z Compiling serde_urlencoded v0.7.1
21202026-01-23T16:33:49.702Z Compiling num-iter v0.1.45
21212026-01-23T16:33:49.907Z Compiling group v0.13.0
21222026-01-23T16:33:50.203Z Compiling rand v0.8.5
21232026-01-23T16:33:50.222Z Compiling tower v0.5.2
21242026-01-23T16:33:52.705Z Compiling newtype-uuid v1.3.2
21252026-01-23T16:33:53.340Z Compiling tokio-native-tls v0.3.1
21262026-01-23T16:33:53.666Z Compiling derive_builder v0.20.2
21272026-01-23T16:33:53.669Z Compiling flate2 v1.1.2
21282026-01-23T16:33:53.894Z Compiling tokio-rustls v0.26.0
21292026-01-23T16:33:54.362Z Compiling heck v0.4.1
21302026-01-23T16:33:54.594Z Compiling rustls-native-certs v0.8.1
21312026-01-23T16:33:54.982Z Compiling webpki-roots v1.0.1
21322026-01-23T16:33:55.365Z Compiling serde_with_macros v3.14.0
21332026-01-23T16:33:55.750Z Compiling hkdf v0.12.4
21342026-01-23T16:33:55.817Z Compiling regress v0.10.4
21352026-01-23T16:33:56.002Z Compiling vergen v9.0.6
21362026-01-23T16:33:56.033Z Compiling terminal_size v0.4.0
21372026-01-23T16:33:56.295Z Compiling clap_derive v4.5.47
21382026-01-23T16:33:56.386Z Compiling enum-as-inner v0.6.1
21392026-01-23T16:33:57.676Z Compiling cargo-platform v0.1.8
21402026-01-23T16:33:58.132Z Compiling crypto-bigint v0.5.5
21412026-01-23T16:33:58.327Z Compiling serde_repr v0.1.19
21422026-01-23T16:33:58.543Z Compiling bumpalo v3.16.0
21432026-01-23T16:33:58.995Z Compiling managed v0.8.0
21442026-01-23T16:33:59.326Z Compiling simd-adler32 v0.3.7
21452026-01-23T16:33:59.349Z Compiling bitflags v1.3.2
21462026-01-23T16:33:59.480Z Compiling winnow v0.7.13
21472026-01-23T16:33:59.522Z Compiling iri-string v0.7.8
21482026-01-23T16:33:59.826Z Compiling lockfree-object-pool v0.1.6
21492026-01-23T16:34:01.072Z Compiling clap_lex v0.7.4
21502026-01-23T16:34:01.383Z Compiling clap_builder v4.5.48
21512026-01-23T16:34:02.983Z Compiling tower-http v0.6.6
21522026-01-23T16:34:03.212Z Compiling elliptic-curve v0.13.8
21532026-01-23T16:34:04.328Z Compiling zopfli v0.8.1
21542026-01-23T16:34:04.766Z Compiling typify-impl v0.4.3
21552026-01-23T16:34:05.192Z Compiling cargo_metadata v0.19.2
21562026-01-23T16:34:05.641Z Compiling hyper-tls v0.6.0
21572026-01-23T16:34:06.059Z Compiling hyper-rustls v0.27.7
21582026-01-23T16:34:07.322Z Compiling zstd v0.13.3
21592026-01-23T16:34:07.800Z Compiling daft v0.1.4
21602026-01-23T16:34:07.844Z Compiling signal-hook-mio v0.2.4
21612026-01-23T16:34:08.038Z Compiling cookie_store v0.21.1
21622026-01-23T16:34:08.357Z Compiling postgres-types v0.2.9
21632026-01-23T16:34:08.487Z Compiling phf v0.11.2
21642026-01-23T16:34:09.117Z Compiling strum v0.27.2
21652026-01-23T16:34:09.146Z Compiling hubpack v0.1.2
21662026-01-23T16:34:09.318Z Compiling ed25519 v2.2.3
21672026-01-23T16:34:09.510Z Compiling bzip2 v0.5.2
21682026-01-23T16:34:09.551Z Compiling bzip2 v0.4.4
21692026-01-23T16:34:09.575Z Compiling crossbeam-epoch v0.9.18
21702026-01-23T16:34:09.890Z Compiling pkcs1 v0.7.5
21712026-01-23T16:34:10.581Z Compiling rfc6979 v0.4.0
21722026-01-23T16:34:10.714Z Compiling darling_core v0.21.0
21732026-01-23T16:34:10.797Z Compiling float-cmp v0.10.0
21742026-01-23T16:34:11.806Z Compiling hex v0.4.3
21752026-01-23T16:34:12.406Z Compiling serde-big-array v0.5.1
21762026-01-23T16:34:12.429Z Compiling bstr v1.10.0
21772026-01-23T16:34:12.653Z Compiling env_filter v0.1.2
21782026-01-23T16:34:13.197Z Compiling memmap2 v0.9.8
21792026-01-23T16:34:13.599Z Compiling socket2 v0.5.10
21802026-01-23T16:34:14.242Z Compiling toml_write v0.1.2
21812026-01-23T16:34:14.303Z Compiling fixedbitset v0.4.2
21822026-01-23T16:34:14.413Z Compiling precomputed-hash v0.1.1
21832026-01-23T16:34:14.561Z Compiling jiff v0.2.15
21842026-01-23T16:34:14.688Z Compiling keccak v0.1.5
21852026-01-23T16:34:15.139Z Compiling difflib v0.4.0
21862026-01-23T16:34:15.415Z Compiling whoami v1.5.2
21872026-01-23T16:34:15.577Z Compiling foldhash v0.2.0
21882026-01-23T16:34:15.907Z Compiling predicates-core v1.0.8
21892026-01-23T16:34:15.976Z Compiling static_assertions v1.1.0
21902026-01-23T16:34:16.033Z Compiling rustc-hash v2.1.1
21912026-01-23T16:34:16.094Z Compiling normalize-line-endings v0.3.0
21922026-01-23T16:34:16.164Z Compiling new_debug_unreachable v1.0.6
21932026-01-23T16:34:16.229Z Compiling fixedbitset v0.5.7
21942026-01-23T16:34:16.251Z Compiling data-encoding v2.9.0
21952026-01-23T16:34:16.272Z Compiling string_cache v0.8.9
21962026-01-23T16:34:16.291Z Compiling predicates v3.1.3
21972026-01-23T16:34:16.670Z Compiling petgraph v0.8.2
21982026-01-23T16:34:16.816Z Compiling iddqd v0.3.16
21992026-01-23T16:34:16.887Z Compiling hickory-proto v0.25.2
22002026-01-23T16:34:17.552Z Compiling reqwest v0.12.24
22012026-01-23T16:34:17.578Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22022026-01-23T16:34:18.611Z Compiling toml_edit v0.22.27
22032026-01-23T16:34:19.238Z Compiling darling_macro v0.21.0
22042026-01-23T16:34:20.939Z Compiling tokio-postgres v0.7.13
22052026-01-23T16:34:24.090Z Compiling zip v4.2.0
22062026-01-23T16:34:24.112Z Compiling sha3 v0.10.8
22072026-01-23T16:34:24.655Z Compiling petgraph v0.6.5
22082026-01-23T16:34:25.851Z Compiling typify-macro v0.4.3
22092026-01-23T16:34:26.034Z Compiling usdt v0.6.0
22102026-01-23T16:34:26.471Z Compiling similar v2.7.0
22112026-01-23T16:34:26.533Z Compiling env_logger v0.11.8
22122026-01-23T16:34:27.187Z Compiling serde_with v3.14.0
22132026-01-23T16:34:28.190Z Compiling ecdsa v0.16.9
22142026-01-23T16:34:29.052Z Compiling rsa v0.9.8
22152026-01-23T16:34:29.330Z Compiling zip v0.6.6
22162026-01-23T16:34:29.861Z Compiling ed25519-dalek v2.1.1
22172026-01-23T16:34:31.314Z Compiling crossterm v0.28.1
22182026-01-23T16:34:32.072Z Compiling clap v4.5.48
22192026-01-23T16:34:32.220Z Compiling strum v0.26.3
22202026-01-23T16:34:32.368Z Compiling tokio-stream v0.1.17
22212026-01-23T16:34:32.512Z Compiling toml v0.7.8
22222026-01-23T16:34:33.330Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22232026-01-23T16:34:33.812Z Compiling x509-cert v0.2.5
22242026-01-23T16:34:35.302Z Compiling sha1 v0.10.6
22252026-01-23T16:34:35.708Z Compiling itertools v0.10.5
22262026-01-23T16:34:37.772Z Compiling itertools v0.13.0
22272026-01-23T16:34:38.218Z Compiling winnow v0.6.26
22282026-01-23T16:34:40.718Z Compiling rayon-core v1.12.1
22292026-01-23T16:34:41.109Z Compiling peg-runtime v0.8.5
22302026-01-23T16:34:41.244Z Compiling lalrpop-util v0.19.12
22312026-01-23T16:34:41.626Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22322026-01-23T16:34:45.530Z Compiling darling v0.21.0
22332026-01-23T16:34:48.172Z Compiling proc-macro-crate v1.3.1
22342026-01-23T16:34:50.883Z Compiling macaddr v1.0.1
22352026-01-23T16:34:51.074Z Compiling structmeta-derive v0.3.0
22362026-01-23T16:34:51.457Z Compiling itertools v0.14.0
22372026-01-23T16:34:54.413Z Compiling heapless v0.8.0
22382026-01-23T16:34:54.500Z Compiling ingot-macros v0.1.1
22392026-01-23T16:34:57.074Z Compiling structmeta v0.3.0
22402026-01-23T16:35:00.599Z Compiling num_enum_derive v0.5.11
22412026-01-23T16:35:03.205Z Compiling crossbeam-deque v0.8.5
22422026-01-23T16:35:05.355Z Compiling hash32 v0.3.1
22432026-01-23T16:35:08.230Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22442026-01-23T16:35:08.576Z Compiling smoltcp v0.11.0
22452026-01-23T16:35:08.637Z Compiling unicode-width v0.1.14
22462026-01-23T16:35:09.756Z Compiling tabwriter v1.4.0
22472026-01-23T16:35:14.905Z Compiling num_enum v0.5.11
22482026-01-23T16:35:14.928Z Compiling ingot-types v0.1.2
22492026-01-23T16:35:15.116Z Compiling typify v0.4.3
22502026-01-23T16:35:15.953Z Compiling proc-macro-error-attr v1.0.4
22512026-01-23T16:35:16.320Z Compiling unsafe-libyaml v0.2.11
22522026-01-23T16:35:17.767Z Compiling rustls v0.22.4
22532026-01-23T16:35:17.989Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22542026-01-23T16:35:18.101Z Compiling cobs v0.2.3
22552026-01-23T16:35:19.619Z Compiling postcard v1.0.10
22562026-01-23T16:35:20.163Z Compiling serde_yaml v0.9.34+deprecated
22572026-01-23T16:35:20.419Z Compiling ingot v0.1.1
22582026-01-23T16:35:23.390Z Compiling progenitor-impl v0.11.2
22592026-01-23T16:35:33.527Z Compiling futures-executor v0.3.31
22602026-01-23T16:35:33.832Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22612026-01-23T16:35:34.229Z Compiling foreign-types-macros v0.2.3
22622026-01-23T16:35:34.445Z Compiling thread_local v1.1.8
22632026-01-23T16:35:34.589Z Compiling multer v3.1.0
22642026-01-23T16:35:34.618Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22652026-01-23T16:35:34.766Z Compiling proc-macro-error v1.0.4
22662026-01-23T16:35:35.374Z Compiling foreign-types-shared v0.3.1
22672026-01-23T16:35:36.284Z Compiling slog-async v2.8.0
22682026-01-23T16:35:37.030Z Compiling match_cfg v0.1.0
22692026-01-23T16:35:40.553Z Compiling hostname v0.3.1
22702026-01-23T16:35:46.453Z Compiling foreign-types v0.5.0
22712026-01-23T16:35:49.085Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22722026-01-23T16:35:50.549Z Compiling futures v0.3.31
22732026-01-23T16:35:55.066Z Compiling progenitor-macro v0.11.2
22742026-01-23T16:36:00.749Z Compiling derive-ex v0.1.8
22752026-01-23T16:36:03.441Z Compiling progenitor-client v0.11.2
22762026-01-23T16:36:04.374Z Compiling toml_parser v1.0.4
22772026-01-23T16:36:06.249Z Compiling slog-json v2.6.1
22782026-01-23T16:36:07.679Z Compiling crossbeam-channel v0.5.15
22792026-01-23T16:36:08.402Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22802026-01-23T16:36:08.807Z Compiling async-stream-impl v0.3.6
22812026-01-23T16:36:09.181Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22822026-01-23T16:36:09.225Z Compiling serde_spanned v1.0.3
22832026-01-23T16:36:09.253Z Compiling toml_datetime v0.7.3
22842026-01-23T16:36:09.499Z Compiling cstr-argument v0.1.2
22852026-01-23T16:36:09.805Z Compiling is-terminal v0.4.13
22862026-01-23T16:36:09.976Z Compiling dropshot v0.16.6
22872026-01-23T16:36:10.025Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
22882026-01-23T16:36:10.122Z Compiling typeid v1.0.3
22892026-01-23T16:36:10.331Z Compiling toml_writer v1.0.4
22902026-01-23T16:36:10.599Z Compiling take_mut v0.2.2
22912026-01-23T16:36:10.799Z Compiling term v1.1.0
22922026-01-23T16:36:10.827Z Compiling crucible-workspace-hack v0.1.0
22932026-01-23T16:36:10.876Z Compiling pretty-hex v0.2.1
22942026-01-23T16:36:11.186Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22952026-01-23T16:36:11.260Z Compiling toml v0.9.8
22962026-01-23T16:36:11.685Z Compiling slog-term v2.9.2
22972026-01-23T16:36:14.059Z Compiling async-stream v0.3.6
22982026-01-23T16:36:14.396Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22992026-01-23T16:36:14.860Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23002026-01-23T16:36:14.885Z Compiling slog-bunyan v2.5.0
23012026-01-23T16:36:15.080Z Compiling progenitor v0.11.2
23022026-01-23T16:36:15.201Z Compiling tokio-rustls v0.25.0
23032026-01-23T16:36:15.249Z Compiling test-strategy v0.4.3
23042026-01-23T16:36:15.708Z Compiling rayon v1.10.0
23052026-01-23T16:36:16.009Z Compiling parse-display-derive v0.10.0
23062026-01-23T16:36:18.039Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23072026-01-23T16:36:18.160Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
23082026-01-23T16:36:18.284Z Compiling colored v2.2.0
23092026-01-23T16:36:18.287Z Compiling nix v0.30.1
23102026-01-23T16:36:19.117Z Compiling waitgroup v0.1.2
23112026-01-23T16:36:19.352Z Compiling rustls-pemfile v2.2.0
23122026-01-23T16:36:19.400Z Compiling newtype-uuid-macros v0.1.0
23132026-01-23T16:36:19.595Z Compiling dropshot_endpoint v0.16.6
23142026-01-23T16:36:19.868Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23152026-01-23T16:36:20.589Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23162026-01-23T16:36:20.630Z Compiling serde_path_to_error v0.1.20
23172026-01-23T16:36:20.721Z Compiling hostname v0.4.2
23182026-01-23T16:36:21.004Z Compiling instant v0.1.13
23192026-01-23T16:36:21.029Z Compiling colored v3.0.0
23202026-01-23T16:36:21.057Z Compiling debug-ignore v1.0.5
23212026-01-23T16:36:21.220Z Compiling backoff v0.4.0
23222026-01-23T16:36:21.242Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23232026-01-23T16:36:21.271Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23242026-01-23T16:36:21.528Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
23252026-01-23T16:36:21.609Z Compiling parse-display v0.10.0
23262026-01-23T16:36:22.329Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23272026-01-23T16:36:23.532Z Compiling zone_cfg_derive v0.3.0
23282026-01-23T16:36:24.841Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23292026-01-23T16:36:24.957Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
23302026-01-23T16:36:25.829Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23312026-01-23T16:36:25.910Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527)
23322026-01-23T16:36:26.393Z Compiling camino-tempfile v1.4.1
23332026-01-23T16:36:26.996Z Compiling progenitor-client v0.10.0
23342026-01-23T16:36:27.986Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
23352026-01-23T16:36:28.443Z Compiling num-derive v0.4.2
23362026-01-23T16:36:29.585Z Compiling sigpipe v0.1.3
23372026-01-23T16:36:29.760Z Compiling libefi-sys v0.1.0
23382026-01-23T16:36:30.125Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23392026-01-23T16:36:30.523Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23402026-01-23T16:36:30.826Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23412026-01-23T16:36:31.470Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23422026-01-23T16:36:32.112Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
23432026-01-23T16:36:32.642Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527)
23442026-01-23T16:36:33.763Z Compiling erased-serde v0.4.6
23452026-01-23T16:36:34.416Z Compiling zone v0.3.1
23462026-01-23T16:36:35.392Z Compiling usdt-attr-macro v0.5.0
23472026-01-23T16:36:36.326Z Compiling usdt-macro v0.5.0
23482026-01-23T16:36:36.833Z Compiling smf v0.2.3
23492026-01-23T16:36:37.662Z Compiling bitfield-struct v0.6.2
23502026-01-23T16:36:37.995Z Compiling ordered-float v2.10.1
23512026-01-23T16:36:38.654Z Compiling blake3 v1.5.4
23522026-01-23T16:36:38.966Z Compiling memmap v0.7.0
23532026-01-23T16:36:39.287Z Compiling usdt v0.5.0
23542026-01-23T16:36:39.406Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23552026-01-23T16:36:39.428Z Compiling serde-value v0.7.0
23562026-01-23T16:36:39.845Z Compiling serde-untagged v0.1.7
23572026-01-23T16:36:40.166Z Compiling toml v0.8.23
23582026-01-23T16:36:40.322Z Compiling xattr v1.3.1
23592026-01-23T16:36:40.632Z Compiling filetime v0.2.26
23602026-01-23T16:36:40.654Z Compiling same-file v1.0.6
23612026-01-23T16:36:40.684Z Compiling arrayref v0.3.9
23622026-01-23T16:36:40.822Z Compiling constant_time_eq v0.3.1
23632026-01-23T16:36:40.963Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-01-23T16:36:40.968Z Compiling arrayvec v0.7.6
23652026-01-23T16:36:41.007Z Compiling unicode-xid v0.2.6
23662026-01-23T16:36:41.034Z Compiling unicode-width v0.2.0
23672026-01-23T16:36:41.142Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-01-23T16:36:41.274Z Compiling cargo-util-schemas v0.8.2
23692026-01-23T16:36:41.679Z Compiling console v0.16.0
23702026-01-23T16:36:42.626Z Compiling tar v0.4.44
23712026-01-23T16:36:43.147Z Compiling walkdir v2.5.0
23722026-01-23T16:36:43.777Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23732026-01-23T16:36:44.231Z Compiling tokio-dtrace v0.1.0
23742026-01-23T16:36:44.342Z Compiling gethostname v0.5.0
23752026-01-23T16:36:44.584Z Compiling cargo-platform v0.2.0
23762026-01-23T16:36:44.823Z Compiling unit-prefix v0.5.1
23772026-01-23T16:36:44.834Z Compiling topological-sort v0.2.2
23782026-01-23T16:36:45.006Z Compiling cargo_metadata v0.21.0
23792026-01-23T16:36:45.075Z Compiling omicron-zone-package v0.12.2
23802026-01-23T16:36:45.765Z Compiling indicatif v0.18.0
23812026-01-23T16:36:46.792Z Compiling oxide-tokio-rt v0.1.2
23822026-01-23T16:36:47.433Z Compiling indent_write v2.2.0
23832026-01-23T16:36:47.717Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23842026-01-23T16:36:48.060Z Compiling shell-words v1.1.0
23852026-01-23T16:36:51.673Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23862026-01-23T16:36:53.339Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23872026-01-23T16:36:55.892Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23882026-01-23T16:37:17.304Z Finished `release` profile [optimized] target(s) in 5m 47s
23892026-01-23T16:37:17.486Z Running `target/release/omicron-package -t test target create -p dev`
23902026-01-23T16:37:17.547ZLogging to: /work/oxidecomputer/omicron/out/LOG
23912026-01-23T16:37:17.550ZCreated new build target 'test' and set it as active
23922026-01-23T16:37:17.550Z
23932026-01-23T16:37:17.553Zreal 5:47.815130631
23942026-01-23T16:37:17.553Zuser 40:09.081014826
23952026-01-23T16:37:17.553Zsys 3:56.439421746
23962026-01-23T16:37:17.553Ztrap 1.242435162
23972026-01-23T16:37:17.553Ztflt 2.127824893
23982026-01-23T16:37:17.553Zdflt 1.229701643
23992026-01-23T16:37:17.553Zkflt 0.000180445
24002026-01-23T16:37:17.553Zlock 1:53:38.639821036
24012026-01-23T16:37:17.553Zslp 2:41:53.446209089
24022026-01-23T16:37:17.553Zlat 3:20.915790599
24032026-01-23T16:37:17.553Zstop 5:51.096502445
24042026-01-23T16:37:17.553Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24052026-01-23T16:37:18.786Z Finished `release` profile [optimized] target(s) in 1.16s
24062026-01-23T16:37:18.846Z Running `target/release/omicron-package -t test package`
24072026-01-23T16:37:18.900ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-01-23T16:37:20.794Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24092026-01-23T16:37:20.797Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
24102026-01-23T16:37:21.038Z Compiling convert_case v0.4.0
24112026-01-23T16:37:21.041Z Compiling is-terminal v0.4.13
24122026-01-23T16:37:21.086Z Compiling rustls v0.22.4
24132026-01-23T16:37:21.089Z Compiling progenitor-impl v0.10.0
24142026-01-23T16:37:21.113Z Compiling thread_local v1.1.8
24152026-01-23T16:37:21.116Z Compiling match_cfg v0.1.0
24162026-01-23T16:37:21.259Z Compiling multer v3.1.0
24172026-01-23T16:37:21.291Z Compiling hostname v0.3.1
24182026-01-23T16:37:21.350Z Compiling slog-async v2.8.0
24192026-01-23T16:37:21.444Z Compiling crossbeam-channel v0.5.15
24202026-01-23T16:37:21.510Z Compiling toml_parser v1.0.4
24212026-01-23T16:37:21.599Z Compiling progenitor-client v0.11.2
24222026-01-23T16:37:21.698Z Compiling derive_more v0.99.20
24232026-01-23T16:37:21.724Z Compiling slog-json v2.6.1
24242026-01-23T16:37:22.088Z Compiling futures-executor v0.3.31
24252026-01-23T16:37:22.146Z Compiling serde_spanned v1.0.3
24262026-01-23T16:37:22.375Z Compiling toml_datetime v0.7.3
24272026-01-23T16:37:22.422Z Compiling toml_writer v1.0.4
24282026-01-23T16:37:22.511Z Compiling take_mut v0.2.2
24292026-01-23T16:37:22.713Z Compiling unicode-width v0.1.14
24302026-01-23T16:37:22.850Z Compiling term v1.1.0
24312026-01-23T16:37:22.876Z Compiling toml v0.9.8
24322026-01-23T16:37:23.291Z Compiling tabwriter v1.4.0
24332026-01-23T16:37:23.709Z Compiling slog-term v2.9.2
24342026-01-23T16:37:23.837Z Compiling futures v0.3.31
24352026-01-23T16:37:23.935Z Compiling progenitor v0.11.2
24362026-01-23T16:37:23.996Z Compiling slog-bunyan v2.5.0
24372026-01-23T16:37:24.239Z Compiling dropshot v0.16.6
24382026-01-23T16:37:24.330Z Compiling async-stream v0.3.6
24392026-01-23T16:37:24.626Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
24402026-01-23T16:37:24.869Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
24412026-01-23T16:37:24.900Z Compiling waitgroup v0.1.2
24422026-01-23T16:37:25.040Z Compiling rustls-pemfile v2.2.0
24432026-01-23T16:37:25.132Z Compiling serde_path_to_error v0.1.20
24442026-01-23T16:37:25.378Z Compiling tokio-rustls v0.25.0
24452026-01-23T16:37:25.535Z Compiling hostname v0.4.2
24462026-01-23T16:37:25.656Z Compiling instant v0.1.13
24472026-01-23T16:37:25.776Z Compiling debug-ignore v1.0.5
24482026-01-23T16:37:25.846Z Compiling colored v3.0.0
24492026-01-23T16:37:25.849Z Compiling backoff v0.4.0
24502026-01-23T16:37:25.905Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24512026-01-23T16:37:26.247Z Compiling parse-display v0.10.0
24522026-01-23T16:37:26.523Z Compiling progenitor-macro v0.10.0
24532026-01-23T16:37:26.550Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
24542026-01-23T16:37:26.751Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24552026-01-23T16:37:26.987Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24562026-01-23T16:37:27.018Z Compiling progenitor-client v0.10.0
24572026-01-23T16:37:27.057Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24582026-01-23T16:37:27.574Z Compiling macaddr v1.0.1
24592026-01-23T16:37:28.052Z Compiling num-rational v0.4.2
24602026-01-23T16:37:28.286Z Compiling secrecy v0.10.3
24612026-01-23T16:37:28.319Z Compiling num-complex v0.4.6
24622026-01-23T16:37:29.305Z Compiling num v0.4.3
24632026-01-23T16:37:29.369Z Compiling float-ord v0.3.2
24642026-01-23T16:37:29.449Z Compiling half v2.4.1
24652026-01-23T16:37:29.816Z Compiling ciborium-io v0.2.2
24662026-01-23T16:37:30.079Z Compiling ciborium-ll v0.2.2
24672026-01-23T16:37:30.148Z Compiling toml v0.8.23
24682026-01-23T16:37:30.179Z Compiling prettyplease v0.2.36
24692026-01-23T16:37:30.228Z Compiling bytecount v0.6.8
24702026-01-23T16:37:30.577Z Compiling ciborium v0.2.2
24712026-01-23T16:37:31.223Z Compiling swrite v0.1.0
24722026-01-23T16:37:31.423Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24732026-01-23T16:37:31.531Z Compiling password-hash v0.5.0
24742026-01-23T16:37:32.595Z Compiling blake2 v0.10.6
24752026-01-23T16:37:33.676Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24762026-01-23T16:37:33.796Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527)
24772026-01-23T16:37:35.458Z Compiling universal-hash v0.5.1
24782026-01-23T16:37:35.498Z Compiling thiserror-impl-no-std v2.0.2
24792026-01-23T16:37:35.748Z Compiling opaque-debug v0.3.1
24802026-01-23T16:37:35.898Z Compiling poly1305 v0.8.0
24812026-01-23T16:37:36.210Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527)
24822026-01-23T16:37:37.221Z Compiling argon2 v0.5.3
24832026-01-23T16:37:37.266Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24842026-01-23T16:37:37.296Z Compiling progenitor v0.10.0
24852026-01-23T16:37:37.564Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24862026-01-23T16:37:37.806Z Compiling thiserror-no-std v2.0.2
24872026-01-23T16:37:37.952Z Compiling console v0.15.10
24882026-01-23T16:37:37.988Z Compiling chacha20 v0.9.1
24892026-01-23T16:37:38.491Z Compiling aead v0.5.2
24902026-01-23T16:37:38.906Z Compiling derive-where v1.5.0
24912026-01-23T16:37:39.588Z Compiling chacha20poly1305 v0.10.1
24922026-01-23T16:37:39.882Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24932026-01-23T16:37:40.056Z Compiling vsss-rs v3.3.4
24942026-01-23T16:37:40.587Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24952026-01-23T16:37:40.818Z Compiling newline-converter v0.3.0
24962026-01-23T16:37:41.069Z Compiling atomicwrites v0.4.4
24972026-01-23T16:37:41.685Z Compiling slog-dtrace v0.3.0
24982026-01-23T16:37:41.786Z Compiling expectorate v1.2.0
24992026-01-23T16:37:42.205Z Compiling resolv-conf v0.7.0
25002026-01-23T16:37:43.682Z Compiling owo-colors v4.2.2
25012026-01-23T16:37:43.820Z Compiling cancel-safe-futures v0.1.5
25022026-01-23T16:37:44.307Z Compiling libsw-core v0.3.1
25032026-01-23T16:37:44.432Z Compiling async-recursion v1.1.1
25042026-01-23T16:37:44.626Z Compiling linked-hash-map v0.5.6
25052026-01-23T16:37:45.086Z Compiling lru-cache v0.1.2
25062026-01-23T16:37:45.369Z Compiling libsw v3.5.0
25072026-01-23T16:37:46.485Z Compiling linear-map v1.2.0
25082026-01-23T16:37:46.942Z Compiling unicode-xid v0.2.6
25092026-01-23T16:37:47.196Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25102026-01-23T16:37:48.391Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25112026-01-23T16:37:50.620Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25122026-01-23T16:37:50.675Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25132026-01-23T16:37:51.770Z Compiling hickory-proto v0.24.4
25142026-01-23T16:37:53.334Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25152026-01-23T16:37:54.122Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25162026-01-23T16:37:56.745Z Compiling globset v0.4.15
25172026-01-23T16:37:57.996Z Compiling hickory-resolver v0.24.4
25182026-01-23T16:37:59.705Z Compiling convert_case v0.7.1
25192026-01-23T16:38:00.459Z Compiling derive_more-impl v2.0.1
25202026-01-23T16:38:01.932Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25212026-01-23T16:38:02.210Z Compiling qorb v0.4.1
25222026-01-23T16:38:02.870Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25232026-01-23T16:38:08.355Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25242026-01-23T16:38:08.851Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25252026-01-23T16:38:08.976Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25262026-01-23T16:38:11.566Z Compiling derive_more v2.0.1
25272026-01-23T16:38:11.732Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25282026-01-23T16:38:11.984Z Compiling pin-project-internal v1.1.6
25292026-01-23T16:38:12.068Z Compiling vte_generate_state_changes v0.1.2
25302026-01-23T16:38:12.720Z Compiling termtree v0.5.1
25312026-01-23T16:38:13.069Z Compiling siphasher v1.0.1
25322026-01-23T16:38:13.540Z Compiling phf_shared v0.12.1
25332026-01-23T16:38:14.047Z Compiling vte v0.11.1
25342026-01-23T16:38:14.423Z Compiling pin-project v1.1.6
25352026-01-23T16:38:14.452Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25362026-01-23T16:38:14.616Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25372026-01-23T16:38:15.505Z Compiling crossterm v0.29.0
25382026-01-23T16:38:20.238Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25392026-01-23T16:38:22.838Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25402026-01-23T16:38:23.036Z Compiling pem v3.0.5
25412026-01-23T16:38:23.888Z Compiling csv-core v0.1.11
25422026-01-23T16:38:24.542Z Compiling snafu-derive v0.8.5
25432026-01-23T16:38:24.774Z Compiling chrono-tz v0.10.4
25442026-01-23T16:38:25.188Z Compiling csv v1.3.1
25452026-01-23T16:38:27.181Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25462026-01-23T16:38:27.372Z Compiling strip-ansi-escapes v0.2.0
25472026-01-23T16:38:27.646Z Compiling phf v0.12.1
25482026-01-23T16:38:28.015Z Compiling const_format_proc_macros v0.2.34
25492026-01-23T16:38:28.105Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25502026-01-23T16:38:28.565Z Compiling papergrid v0.11.0
25512026-01-23T16:38:28.594Z Compiling snafu v0.8.5
25522026-01-23T16:38:28.796Z Compiling tabled_derive v0.7.0
25532026-01-23T16:38:29.545Z Compiling olpc-cjson v0.1.4
25542026-01-23T16:38:29.689Z Compiling fd-lock v4.0.2
25552026-01-23T16:38:29.824Z Compiling peg-macros v0.8.5
25562026-01-23T16:38:29.946Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25572026-01-23T16:38:29.975Z Compiling serde_plain v1.0.2
25582026-01-23T16:38:30.537Z Compiling highway v1.3.0
25592026-01-23T16:38:30.755Z Compiling typed-path v0.9.3
25602026-01-23T16:38:30.891Z Compiling nu-ansi-term v0.50.1
25612026-01-23T16:38:31.378Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25622026-01-23T16:38:32.094Z Compiling reedline v0.40.0
25632026-01-23T16:38:32.175Z Compiling tabled v0.15.0
25642026-01-23T16:38:32.798Z Compiling peg v0.8.5
25652026-01-23T16:38:32.959Z Compiling const_format v0.2.34
25662026-01-23T16:38:34.079Z Compiling tough v0.20.0
25672026-01-23T16:38:37.883Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25682026-01-23T16:38:41.306Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25692026-01-23T16:38:45.746Z Compiling bcs v0.1.6
25702026-01-23T16:38:45.789Z Compiling semver v0.1.20
25712026-01-23T16:38:46.371Z Compiling base64 v0.21.7
25722026-01-23T16:38:46.600Z Compiling rustc_version v0.1.7
25732026-01-23T16:38:47.021Z Compiling newtype_derive v0.1.6
25742026-01-23T16:38:47.407Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25752026-01-23T16:38:47.480Z Compiling unicode-linebreak v0.1.5
25762026-01-23T16:38:47.812Z Compiling smawk v0.3.2
25772026-01-23T16:38:48.058Z Compiling humantime v2.2.0
25782026-01-23T16:38:48.124Z Compiling textwrap v0.16.2
25792026-01-23T16:38:50.331Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25802026-01-23T16:38:51.119Z Compiling steno v0.4.1
25812026-01-23T16:38:51.386Z Compiling dropshot-api-manager-types v0.2.4
25822026-01-23T16:38:51.805Z Compiling utf-8 v0.7.6
25832026-01-23T16:38:52.214Z Compiling moka v0.12.10
25842026-01-23T16:38:52.629Z Compiling tagptr v0.2.0
25852026-01-23T16:38:52.652Z Compiling tungstenite v0.21.0
25862026-01-23T16:38:56.266Z Compiling hickory-resolver v0.25.2
25872026-01-23T16:38:56.374Z Compiling tokio-tungstenite v0.21.0
25882026-01-23T16:38:57.057Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25892026-01-23T16:38:57.323Z Compiling radium v0.7.0
25902026-01-23T16:38:57.535Z Compiling tap v1.0.1
25912026-01-23T16:38:57.776Z Compiling maybe-uninit v2.0.0
25922026-01-23T16:38:58.386Z Compiling wyz v0.5.1
25932026-01-23T16:38:58.420Z Compiling zerocopy-derive v0.6.6
25942026-01-23T16:38:58.894Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
25952026-01-23T16:39:00.143Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25962026-01-23T16:39:02.546Z Compiling packed_struct v0.10.1
25972026-01-23T16:39:03.037Z Compiling funty v2.0.0
25982026-01-23T16:39:05.511Z Compiling crc-catalog v2.4.0
25992026-01-23T16:39:05.727Z Compiling display-error-chain v0.2.2
26002026-01-23T16:39:05.759Z Compiling crc v3.2.1
26012026-01-23T16:39:06.008Z Compiling bitvec v1.0.1
26022026-01-23T16:39:07.623Z Compiling zerocopy v0.6.6
26032026-01-23T16:39:08.659Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527)
26042026-01-23T16:39:10.425Z Compiling packed_struct_codegen v0.10.1
26052026-01-23T16:39:10.788Z Compiling bitfield-macros v0.19.2
26062026-01-23T16:39:11.765Z Compiling proc-macro-error-attr2 v2.0.0
26072026-01-23T16:39:12.312Z Compiling indexmap v1.9.3
26082026-01-23T16:39:12.567Z Compiling nodrop v0.1.14
26092026-01-23T16:39:12.757Z Compiling array-init v0.0.4
26102026-01-23T16:39:12.816Z Compiling proc-macro-error2 v2.0.1
26112026-01-23T16:39:13.109Z Compiling bitfield v0.19.2
26122026-01-23T16:39:13.377Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26132026-01-23T16:39:13.634Z Compiling smallvec v0.6.14
26142026-01-23T16:39:13.870Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26152026-01-23T16:39:14.144Z Compiling hashbrown v0.12.3
26162026-01-23T16:39:16.646Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26172026-01-23T16:39:16.867Z Compiling serde-hex v0.1.0
26182026-01-23T16:39:18.035Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26192026-01-23T16:39:18.355Z Compiling ron v0.8.1
26202026-01-23T16:39:18.424Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26212026-01-23T16:39:20.807Z Compiling hashbrown v0.13.2
26222026-01-23T16:39:21.988Z Compiling vergen-gitcl v1.0.8
26232026-01-23T16:39:22.145Z Compiling dirs-sys-next v0.1.2
26242026-01-23T16:39:22.386Z Compiling crc-any v2.5.0
26252026-01-23T16:39:22.644Z Compiling crunchy v0.2.2
26262026-01-23T16:39:23.153Z Compiling maplit v1.0.2
26272026-01-23T16:39:23.364Z Compiling dirs-next v2.0.0
26282026-01-23T16:39:23.456Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26292026-01-23T16:39:23.610Z Compiling object v0.30.4
26302026-01-23T16:39:23.772Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26312026-01-23T16:39:25.218Z Compiling scheduled-thread-pool v0.2.7
26322026-01-23T16:39:26.522Z Compiling dsl_auto_type v0.1.2
26332026-01-23T16:39:26.559Z Compiling num-derive v0.3.3
26342026-01-23T16:39:27.662Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26352026-01-23T16:39:28.511Z Compiling diesel_table_macro_syntax v0.2.0
26362026-01-23T16:39:28.878Z Compiling path-slash v0.1.5
26372026-01-23T16:39:29.165Z Compiling tiny-keccak v2.0.2
26382026-01-23T16:39:29.588Z Compiling diesel_derives v2.2.3
26392026-01-23T16:39:35.453Z Compiling libscf-sys v1.1.0
26402026-01-23T16:39:39.332Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26412026-01-23T16:39:41.241Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26422026-01-23T16:39:45.620Z Compiling r2d2 v0.8.10
26432026-01-23T16:39:45.844Z Compiling term v0.7.0
26442026-01-23T16:39:46.779Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26452026-01-23T16:39:46.964Z Compiling bit-vec v0.6.3
26462026-01-23T16:39:47.360Z Compiling arc-swap v1.7.1
26472026-01-23T16:39:47.403Z Compiling bit-set v0.5.3
26482026-01-23T16:39:47.788Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26492026-01-23T16:39:48.039Z Compiling slog-scope v4.4.0
26502026-01-23T16:39:48.159Z Compiling ascii-canvas v3.0.0
26512026-01-23T16:39:48.273Z Compiling diesel v2.2.12
26522026-01-23T16:39:48.641Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26532026-01-23T16:39:48.674Z Compiling tabled_derive v0.11.0
26542026-01-23T16:39:48.760Z Compiling papergrid v0.17.0
26552026-01-23T16:39:48.813Z Compiling testing_table v0.3.0
26562026-01-23T16:39:49.650Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26572026-01-23T16:39:50.086Z Compiling ena v0.14.3
26582026-01-23T16:39:50.534Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26592026-01-23T16:39:50.899Z Compiling regex-syntax v0.6.29
26602026-01-23T16:39:50.995Z Compiling bindgen v0.71.1
26612026-01-23T16:39:51.531Z Compiling diff v0.1.13
26622026-01-23T16:39:52.048Z Compiling unicase v2.8.1
26632026-01-23T16:39:52.646Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26642026-01-23T16:39:52.928Z Compiling tabled v0.20.0
26652026-01-23T16:39:55.688Z Compiling lalrpop v0.19.12
26662026-01-23T16:40:02.165Z Compiling slog-stdlog v4.1.1
26672026-01-23T16:40:02.979Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26682026-01-23T16:40:03.054Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26692026-01-23T16:40:04.162Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26702026-01-23T16:40:04.552Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26712026-01-23T16:40:04.835Z Compiling xshell-macros v0.2.7
26722026-01-23T16:40:05.639Z Compiling xshell v0.2.7
26732026-01-23T16:40:05.784Z Compiling slog-envlogger v2.2.0
26742026-01-23T16:40:11.270Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26752026-01-23T16:40:12.230Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-01-23T16:40:12.485Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26772026-01-23T16:40:12.652Z Compiling headers-core v0.3.0
26782026-01-23T16:40:12.883Z Compiling libxml v0.3.3
26792026-01-23T16:40:13.320Z Compiling crc8 v0.1.1
26802026-01-23T16:40:13.405Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26812026-01-23T16:40:13.690Z Compiling headers v0.4.1
26822026-01-23T16:40:14.229Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26832026-01-23T16:40:15.634Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26842026-01-23T16:40:16.020Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26852026-01-23T16:40:16.292Z Compiling polar-core v0.27.3
26862026-01-23T16:40:16.937Z Compiling strum_macros v0.24.3
26872026-01-23T16:40:17.150Z Compiling indoc v1.0.9
26882026-01-23T16:40:17.976Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26892026-01-23T16:40:18.361Z Compiling derive_builder v0.20.2
26902026-01-23T16:40:18.646Z Compiling oso-derive v0.27.3
26912026-01-23T16:40:19.595Z Compiling impl-trait-for-tuples v0.2.2
26922026-01-23T16:40:19.726Z Compiling quick-xml v0.37.2
26932026-01-23T16:40:20.459Z Compiling samael v0.0.19
26942026-01-23T16:40:21.598Z Compiling half v1.8.3
26952026-01-23T16:40:22.497Z Compiling serde_cbor v0.11.2
26962026-01-23T16:40:24.762Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26972026-01-23T16:40:25.074Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
26982026-01-23T16:40:25.215Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26992026-01-23T16:40:26.250Z Compiling diesel-dtrace v0.4.2
27002026-01-23T16:40:26.753Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27012026-01-23T16:40:27.130Z Compiling bb8 v0.8.5
27022026-01-23T16:40:27.766Z Compiling trait-variant v0.1.2
27032026-01-23T16:40:28.883Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
27042026-01-23T16:40:33.119Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27052026-01-23T16:40:33.555Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27062026-01-23T16:40:39.742Z Compiling oso v0.27.3
27072026-01-23T16:40:44.064Z Compiling async-bb8-diesel v0.2.1
27082026-01-23T16:40:45.504Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27092026-01-23T16:40:46.092Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27102026-01-23T16:40:48.027Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27112026-01-23T16:40:48.419Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27122026-01-23T16:40:49.157Z Compiling fxhash v0.2.1
27132026-01-23T16:40:50.036Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27142026-01-23T16:40:52.786Z Compiling typify-impl v0.2.0
27152026-01-23T16:40:52.964Z Compiling kstat-rs v0.2.4
27162026-01-23T16:40:53.899Z Compiling libz-sys v1.1.20
27172026-01-23T16:40:54.631Z Compiling nonempty v0.12.0
27182026-01-23T16:40:55.034Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27192026-01-23T16:40:55.114Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27202026-01-23T16:40:59.891Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27212026-01-23T16:41:01.970Z Compiling typify-macro v0.2.0
27222026-01-23T16:41:05.432Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27232026-01-23T16:41:12.957Z Compiling nanorand v0.7.0
27242026-01-23T16:41:13.666Z Compiling fs-err v2.11.0
27252026-01-23T16:41:14.099Z Compiling parking_lot_core v0.8.6
27262026-01-23T16:41:14.763Z Compiling mime_guess v2.0.5
27272026-01-23T16:41:15.768Z Compiling flume v0.11.1
27282026-01-23T16:41:15.816Z Compiling libgit2-sys v0.18.2+1.9.1
27292026-01-23T16:41:16.212Z Compiling salty v0.3.0
27302026-01-23T16:41:17.587Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27312026-01-23T16:41:17.703Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27322026-01-23T16:41:20.034Z Compiling tabled_derive v0.10.0
27332026-01-23T16:41:22.104Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27342026-01-23T16:41:22.321Z Compiling ignore v0.4.23
27352026-01-23T16:41:28.999Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27362026-01-23T16:41:31.575Z Compiling papergrid v0.14.0
27372026-01-23T16:41:31.674Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27382026-01-23T16:41:33.116Z Compiling castaway v0.2.3
27392026-01-23T16:41:33.376Z Compiling nibble_vec v0.1.0
27402026-01-23T16:41:33.659Z Compiling atty v0.2.14
27412026-01-23T16:41:33.880Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27422026-01-23T16:41:34.267Z Compiling endian-type v0.1.2
27432026-01-23T16:41:34.570Z Compiling parse-size v1.1.0
27442026-01-23T16:41:34.831Z Compiling http-range v0.1.5
27452026-01-23T16:41:34.911Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27462026-01-23T16:41:35.467Z Compiling radix_trie v0.2.1
27472026-01-23T16:41:36.470Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27482026-01-23T16:41:39.998Z Compiling tabled v0.18.0
27492026-01-23T16:41:44.100Z Compiling compact_str v0.8.0
27502026-01-23T16:41:46.502Z Compiling globwalk v0.9.1
27512026-01-23T16:41:46.543Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27522026-01-23T16:41:47.844Z Compiling parking_lot v0.11.2
27532026-01-23T16:41:53.440Z Compiling typify v0.2.0
27542026-01-23T16:41:53.622Z Compiling predicates-tree v1.0.12
27552026-01-23T16:41:53.948Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27562026-01-23T16:41:54.462Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27572026-01-23T16:41:56.651Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27582026-01-23T16:41:58.182Z Compiling unicode-truncate v1.1.0
27592026-01-23T16:41:58.735Z Compiling primeorder v0.13.6
27602026-01-23T16:41:59.370Z Compiling prefix-trie v0.7.0
27612026-01-23T16:42:00.294Z Compiling lru v0.12.5
27622026-01-23T16:42:00.705Z Compiling vergen-git2 v1.0.7
27632026-01-23T16:42:01.070Z Compiling instability v0.3.2
27642026-01-23T16:42:01.236Z Compiling indoc v2.0.6
27652026-01-23T16:42:01.672Z Compiling cassowary v0.3.0
27662026-01-23T16:42:02.095Z Compiling hickory-server v0.25.2
27672026-01-23T16:42:02.129Z Compiling p384 v0.13.1
27682026-01-23T16:42:05.369Z Compiling ratatui v0.29.0
27692026-01-23T16:42:06.886Z Compiling git2 v0.20.2
27702026-01-23T16:42:07.753Z Compiling attest-data v0.4.0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
27712026-01-23T16:42:09.325Z Compiling camino-tempfile-ext v0.3.2
27722026-01-23T16:42:10.722Z Compiling progenitor-impl v0.8.0
27732026-01-23T16:42:13.628Z Compiling hyper-staticfile v0.10.1
27742026-01-23T16:42:13.700Z Compiling sled v0.34.7
27752026-01-23T16:42:14.767Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27762026-01-23T16:42:16.357Z Compiling hickory-client v0.25.2
27772026-01-23T16:42:18.182Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27782026-01-23T16:42:18.962Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27792026-01-23T16:42:19.429Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27802026-01-23T16:42:21.974Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27812026-01-23T16:42:24.987Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
27822026-01-23T16:42:26.817Z Compiling rand_seeder v0.4.0
27832026-01-23T16:42:27.174Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=1b01d737447c6c72380a5fe51ebb1dd0f111de1f#1b01d737)
27842026-01-23T16:42:27.257Z Compiling lzma-sys v0.1.20
27852026-01-23T16:42:27.593Z Compiling rustls v0.21.12
27862026-01-23T16:42:27.963Z Compiling corncobs v0.1.4
27872026-01-23T16:42:28.165Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27882026-01-23T16:42:28.382Z Compiling dice-mfg-msgs v0.2.1 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
27892026-01-23T16:42:28.498Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27902026-01-23T16:42:29.548Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27912026-01-23T16:42:29.868Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27922026-01-23T16:42:36.646Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
27932026-01-23T16:42:43.108Z Compiling progenitor-macro v0.8.0
27942026-01-23T16:42:48.397Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27952026-01-23T16:42:48.738Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
27962026-01-23T16:42:54.451Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27972026-01-23T16:42:55.641Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
27982026-01-23T16:42:59.207Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27992026-01-23T16:42:59.596Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28002026-01-23T16:42:59.994Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28012026-01-23T16:43:00.377Z Compiling progenitor-client v0.8.0
28022026-01-23T16:43:00.746Z Compiling sct v0.7.1
28032026-01-23T16:43:01.244Z Compiling rustls-webpki v0.101.7
28042026-01-23T16:43:01.326Z Compiling heck v0.3.3
28052026-01-23T16:43:01.503Z Compiling secrecy v0.8.0
28062026-01-23T16:43:01.661Z Compiling void v1.0.2
28072026-01-23T16:43:01.843Z Compiling lzss v0.8.2
28082026-01-23T16:43:04.877Z Compiling zone_cfg_derive v0.1.2
28092026-01-23T16:43:06.194Z Compiling progenitor v0.8.0
28102026-01-23T16:43:06.643Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28112026-01-23T16:43:09.394Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28122026-01-23T16:43:09.902Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28132026-01-23T16:43:11.539Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28142026-01-23T16:43:13.742Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28152026-01-23T16:43:26.438Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28162026-01-23T16:43:26.838Z Compiling tungstenite v0.23.0
28172026-01-23T16:43:29.890Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28182026-01-23T16:43:30.288Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28192026-01-23T16:43:30.687Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28202026-01-23T16:43:31.088Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28212026-01-23T16:43:31.498Z Compiling nix v0.27.1
28222026-01-23T16:43:32.187Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28232026-01-23T16:43:32.920Z Compiling serde_bytes v0.11.19
28242026-01-23T16:43:33.494Z Compiling base64 v0.13.1
28252026-01-23T16:43:34.006Z Compiling number_prefix v0.4.0
28262026-01-23T16:43:34.115Z Compiling ron v0.7.1
28272026-01-23T16:43:34.252Z Compiling indicatif v0.17.11
28282026-01-23T16:43:34.283Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28292026-01-23T16:43:39.066Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28302026-01-23T16:43:40.021Z Compiling tokio-tungstenite v0.23.1
28312026-01-23T16:43:40.606Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28322026-01-23T16:43:40.691Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28332026-01-23T16:43:40.724Z Compiling xz2 v0.1.7
28342026-01-23T16:43:48.229Z Compiling tokio-rustls v0.24.1
28352026-01-23T16:43:48.760Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28362026-01-23T16:43:49.296Z Compiling zone v0.1.8
28372026-01-23T16:43:52.251Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28382026-01-23T16:43:52.740Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28392026-01-23T16:44:04.500Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28402026-01-23T16:44:08.101Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28412026-01-23T16:44:11.694Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527)
28422026-01-23T16:44:12.724Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28432026-01-23T16:44:21.424Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28442026-01-23T16:44:23.259Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28452026-01-23T16:44:23.789Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28462026-01-23T16:44:32.586Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28472026-01-23T16:44:33.510Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28482026-01-23T16:44:38.084Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28492026-01-23T16:44:42.058Z Compiling rustls-pemfile v1.0.4
28502026-01-23T16:44:42.865Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28512026-01-23T16:44:45.443Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28522026-01-23T16:44:45.967Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28532026-01-23T16:44:46.352Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28542026-01-23T16:44:46.568Z Compiling signal-hook-tokio v0.3.1
28552026-01-23T16:44:46.857Z Compiling twox-hash v2.1.0
28562026-01-23T16:44:47.864Z Compiling yasna v0.5.2
28572026-01-23T16:44:48.066Z Compiling is_ci v1.2.0
28582026-01-23T16:44:48.423Z Compiling supports-color v3.0.2
28592026-01-23T16:44:49.121Z Compiling rcgen v0.12.1
28602026-01-23T16:44:51.257Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28612026-01-23T16:44:59.959Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28622026-01-23T16:45:00.382Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28632026-01-23T16:45:03.905Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28642026-01-23T16:45:30.539Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
28652026-01-23T16:45:31.384Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28662026-01-23T16:45:39.334Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28672026-01-23T16:45:42.802Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28682026-01-23T16:45:59.789Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28692026-01-23T16:46:00.821Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28702026-01-23T16:46:01.921Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28712026-01-23T16:46:02.322Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28722026-01-23T16:46:02.719Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28732026-01-23T16:46:03.055Z Compiling fatfs v0.3.6
28742026-01-23T16:46:05.802Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28752026-01-23T16:46:09.972Z Compiling rtoolbox v0.0.2
28762026-01-23T16:46:10.439Z Compiling subprocess v0.2.9
28772026-01-23T16:46:14.811Z Compiling seq-macro v0.3.6
28782026-01-23T16:46:15.042Z Compiling assert_matches v1.5.0
28792026-01-23T16:46:15.208Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28802026-01-23T16:46:17.487Z Compiling rpassword v7.4.0
28812026-01-23T16:46:18.094Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28822026-01-23T16:46:26.516Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28832026-01-23T16:46:26.733Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28842026-01-23T16:46:32.203Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28852026-01-23T16:46:53.582Z Compiling tui-tree-widget v0.23.1
28862026-01-23T16:46:54.106Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28872026-01-23T16:46:54.553Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28882026-01-23T16:46:55.518Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28892026-01-23T16:47:01.436Z Compiling uzers v0.12.1
28902026-01-23T16:47:04.701Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28912026-01-23T16:47:04.734Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28922026-01-23T16:47:12.202Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28932026-01-23T16:47:19.747Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28942026-01-23T16:47:42.189Z Compiling support-bundle-viewer v0.1.2
28952026-01-23T16:47:46.334Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28962026-01-23T16:47:46.733Z Compiling multimap v0.10.1
28972026-01-23T16:49:56.710Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28982026-01-23T16:50:16.551Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28992026-01-23T17:00:09.010Z Finished `release` profile [optimized] target(s) in 22m 49s
29002026-01-23T17:01:08.595Z
29012026-01-23T17:01:08.599Zreal 23:50.838560877
29022026-01-23T17:01:08.599Zuser 2:50:32.091689318
29032026-01-23T17:01:08.599Zsys 4:40.128919339
29042026-01-23T17:01:08.599Ztrap 4.178414176
29052026-01-23T17:01:08.599Ztflt 2.305464642
29062026-01-23T17:01:08.599Zdflt 7.526768005
29072026-01-23T17:01:08.599Zkflt 0.001791691
29082026-01-23T17:01:08.599Zlock 11:32:24.511538318
29092026-01-23T17:01:08.599Zslp 8:22:18.694144905
29102026-01-23T17:01:08.599Zlat 4:37.185758087
29112026-01-23T17:01:08.599Zstop 4:19.090046801
29122026-01-23T17:01:08.599Z+ mapfile -t packages
29132026-01-23T17:01:08.599Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29142026-01-23T17:01:09.921Z Finished `release` profile [optimized] target(s) in 1.25s
29152026-01-23T17:01:09.983Z Running `target/release/omicron-package -t test list-outputs`
29162026-01-23T17:01:10.037ZLogging to: /work/oxidecomputer/omicron/out/LOG
29172026-01-23T17:01:10.040Z+ ptime -m cargo build --locked --release -p xtask
29182026-01-23T17:01:10.860Z Compiling serde_core v1.0.228
29192026-01-23T17:01:10.860Z Compiling syn v2.0.111
29202026-01-23T17:01:10.863Z Compiling serde v1.0.228
29212026-01-23T17:01:10.863Z Compiling bitflags v2.9.4
29222026-01-23T17:01:10.863Z Compiling serde_json v1.0.149
29232026-01-23T17:01:10.863Z Compiling libc v0.2.174
29242026-01-23T17:01:10.863Z Compiling num-traits v0.2.19
29252026-01-23T17:01:10.997Z Compiling rustix v0.38.37
29262026-01-23T17:01:11.320Z Compiling hashbrown v0.16.1
29272026-01-23T17:01:11.380Z Compiling smallvec v1.15.1
29282026-01-23T17:01:11.827Z Compiling usdt-impl v0.5.0
29292026-01-23T17:01:11.872Z Compiling syn v1.0.109
29302026-01-23T17:01:12.435Z Compiling thread-id v4.2.2
29312026-01-23T17:01:12.557Z Compiling percent-encoding v2.3.2
29322026-01-23T17:01:12.588Z Compiling log v0.4.27
29332026-01-23T17:01:12.718Z Compiling indexmap v2.12.1
29342026-01-23T17:01:13.077Z Compiling rustix v1.0.7
29352026-01-23T17:01:13.100Z Compiling getrandom v0.3.4
29362026-01-23T17:01:13.776Z Compiling terminal_size v0.4.0
29372026-01-23T17:01:13.956Z Compiling ordered-float v2.10.1
29382026-01-23T17:01:14.062Z Compiling form_urlencoded v1.2.2
29392026-01-23T17:01:14.696Z Compiling fs-err v3.1.1
29402026-01-23T17:01:14.901Z Compiling anyhow v1.0.99
29412026-01-23T17:01:15.066Z Compiling heck v0.4.1
29422026-01-23T17:01:15.502Z Compiling once_cell v1.21.3
29432026-01-23T17:01:15.523Z Compiling clap_builder v4.5.48
29442026-01-23T17:01:16.641Z Compiling tempfile v3.20.0
29452026-01-23T17:01:17.865Z Compiling synstructure v0.13.1
29462026-01-23T17:01:18.067Z Compiling proc-macro-error v1.0.4
29472026-01-23T17:01:18.462Z Compiling textwrap v0.16.2
29482026-01-23T17:01:18.621Z Compiling camino-tempfile v1.4.1
29492026-01-23T17:01:18.940Z Compiling tabled_derive v0.7.0
29502026-01-23T17:01:20.287Z Compiling serde_derive v1.0.228
29512026-01-23T17:01:20.287Z Compiling thiserror-impl v2.0.17
29522026-01-23T17:01:20.287Z Compiling zerofrom-derive v0.1.4
29532026-01-23T17:01:20.288Z Compiling yoke-derive v0.7.4
29542026-01-23T17:01:20.776Z Compiling zerovec-derive v0.10.3
29552026-01-23T17:01:21.760Z Compiling displaydoc v0.2.5
29562026-01-23T17:01:22.537Z Compiling thiserror-impl v1.0.69
29572026-01-23T17:01:23.042Z Compiling zerofrom v0.1.4
29582026-01-23T17:01:23.063Z Compiling thiserror v2.0.17
29592026-01-23T17:01:23.087Z Compiling icu_provider_macros v1.5.0
29602026-01-23T17:01:23.236Z Compiling pest v2.8.2
29612026-01-23T17:01:23.264Z Compiling zerocopy-derive v0.7.35
29622026-01-23T17:01:23.318Z Compiling yoke v0.7.4
29632026-01-23T17:01:23.767Z Compiling zerovec v0.10.4
29642026-01-23T17:01:24.343Z Compiling scroll_derive v0.12.0
29652026-01-23T17:01:25.016Z Compiling thiserror v1.0.69
29662026-01-23T17:01:25.035Z Compiling zerocopy v0.7.35
29672026-01-23T17:01:25.668Z Compiling scroll v0.12.0
29682026-01-23T17:01:26.227Z Compiling tinystr v0.7.6
29692026-01-23T17:01:26.328Z Compiling pest_meta v2.8.2
29702026-01-23T17:01:26.461Z Compiling icu_collections v1.5.0
29712026-01-23T17:01:26.663Z Compiling icu_locid v1.5.0
29722026-01-23T17:01:26.936Z Compiling goblin v0.8.2
29732026-01-23T17:01:28.173Z Compiling icu_provider v1.5.0
29742026-01-23T17:01:28.407Z Compiling pest_generator v2.8.2
29752026-01-23T17:01:29.127Z Compiling icu_locid_transform v1.5.0
29762026-01-23T17:01:29.852Z Compiling serde_spanned v0.6.9
29772026-01-23T17:01:30.032Z Compiling pest_derive v2.8.2
29782026-01-23T17:01:30.161Z Compiling toml_datetime v0.6.11
29792026-01-23T17:01:30.382Z Compiling dof v0.3.0
29802026-01-23T17:01:30.858Z Compiling icu_properties v1.5.1
29812026-01-23T17:01:30.978Z Compiling dtrace-parser v0.2.0
29822026-01-23T17:01:31.248Z Compiling toml_edit v0.22.27
29832026-01-23T17:01:33.857Z Compiling erased-serde v0.4.6
29842026-01-23T17:01:34.158Z Compiling serde_tokenstream v0.2.2
29852026-01-23T17:01:34.881Z Compiling icu_normalizer v1.5.0
29862026-01-23T17:01:35.383Z Compiling toml v0.8.23
29872026-01-23T17:01:37.058Z Compiling idna_adapter v1.2.0
29882026-01-23T17:01:37.345Z Compiling idna v1.0.3
29892026-01-23T17:01:38.814Z Compiling url v2.5.4
29902026-01-23T17:01:40.087Z Compiling serde-untagged v0.1.7
29912026-01-23T17:01:41.099Z Compiling serde-value v0.7.0
29922026-01-23T17:01:42.711Z Compiling cargo-util-schemas v0.8.2
29932026-01-23T17:01:44.179Z Compiling usdt-macro v0.5.0
29942026-01-23T17:01:45.416Z Compiling usdt-attr-macro v0.5.0
29952026-01-23T17:01:45.695Z Compiling cargo-platform v0.2.0
29962026-01-23T17:01:46.515Z Compiling clap_derive v4.5.47
29972026-01-23T17:01:46.788Z Compiling usdt v0.5.0
29982026-01-23T17:01:46.904Z Compiling cargo_metadata v0.21.0
29992026-01-23T17:01:48.168Z Compiling cargo_toml v0.21.0
30002026-01-23T17:01:48.216Z Compiling macaddr v1.0.1
30012026-01-23T17:01:48.817Z Compiling tabled v0.15.0
30022026-01-23T17:01:50.613Z Compiling clap v4.5.48
30032026-01-23T17:02:00.240Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30042026-01-23T17:02:06.155Z Finished `release` profile [optimized] target(s) in 56.04s
30052026-01-23T17:02:06.298Z
30062026-01-23T17:02:06.298Zreal 56.215094074
30072026-01-23T17:02:06.298Zuser 6:11.517494966
30082026-01-23T17:02:06.298Zsys 28.889743897
30092026-01-23T17:02:06.298Ztrap 0.199289962
30102026-01-23T17:02:06.298Ztflt 0.324183457
30112026-01-23T17:02:06.303Zdflt 0.438855015
30122026-01-23T17:02:06.303Zkflt 0.000004339
30132026-01-23T17:02:06.303Zlock 17:20.975416415
30142026-01-23T17:02:06.303Zslp 20:35.229726185
30152026-01-23T17:02:06.303Zlat 26.899858979
30162026-01-23T17:02:06.303Zstop 33.075099134
30172026-01-23T17:02:06.303Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30182026-01-23T17:02:06.303Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30192026-01-23T17:02:06.303Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30202026-01-23T17:02:06.303Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30212026-01-23T17:02:06.303Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30222026-01-23T17:02:07.644Z Compiling regress v0.10.4
30232026-01-23T17:02:07.647Z Compiling unsafe-libyaml v0.2.11
30242026-01-23T17:02:07.647Z Compiling match_cfg v0.1.0
30252026-01-23T17:02:07.647Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30262026-01-23T17:02:07.867Z Compiling structmeta-derive v0.3.0
30272026-01-23T17:02:07.870Z Compiling rustls v0.22.4
30282026-01-23T17:02:07.881Z Compiling newtype-uuid-macros v0.1.0
30292026-01-23T17:02:07.905Z Compiling multer v3.1.0
30302026-01-23T17:02:07.955Z Compiling hostname v0.3.1
30312026-01-23T17:02:08.204Z Compiling debug-ignore v1.0.5
30322026-01-23T17:02:08.382Z Compiling toml_parser v1.0.4
30332026-01-23T17:02:08.386Z Compiling progenitor-client v0.10.0
30342026-01-23T17:02:08.429Z Compiling slog-json v2.6.1
30352026-01-23T17:02:08.803Z Compiling async-stream-impl v0.3.6
30362026-01-23T17:02:08.952Z Compiling serde_spanned v1.0.3
30372026-01-23T17:02:09.247Z Compiling serde_yaml v0.9.34+deprecated
30382026-01-23T17:02:09.592Z Compiling toml_datetime v0.7.3
30392026-01-23T17:02:09.596Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30402026-01-23T17:02:09.834Z Compiling dropshot v0.16.6
30412026-01-23T17:02:10.118Z Compiling toml_writer v1.0.4
30422026-01-23T17:02:10.219Z Compiling async-stream v0.3.6
30432026-01-23T17:02:10.314Z Compiling structmeta v0.3.0
30442026-01-23T17:02:10.341Z Compiling slog-bunyan v2.5.0
30452026-01-23T17:02:10.532Z Compiling toml v0.9.8
30462026-01-23T17:02:10.612Z Compiling waitgroup v0.1.2
30472026-01-23T17:02:10.747Z Compiling rustls-pemfile v2.2.0
30482026-01-23T17:02:10.837Z Compiling dropshot_endpoint v0.16.6
30492026-01-23T17:02:10.939Z Compiling itertools v0.14.0
30502026-01-23T17:02:11.102Z Compiling hostname v0.4.2
30512026-01-23T17:02:11.370Z Compiling typify-impl v0.4.3
30522026-01-23T17:02:11.552Z Compiling serde_path_to_error v0.1.20
30532026-01-23T17:02:12.380Z Compiling tokio-rustls v0.25.0
30542026-01-23T17:02:12.743Z Compiling derive-ex v0.1.8
30552026-01-23T17:02:12.850Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
30562026-01-23T17:02:13.108Z Compiling macaddr v1.0.1
30572026-01-23T17:02:13.598Z Compiling tabwriter v1.4.0
30582026-01-23T17:02:13.900Z Compiling instant v0.1.13
30592026-01-23T17:02:14.028Z Compiling progenitor-client v0.11.2
30602026-01-23T17:02:14.077Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30612026-01-23T17:02:14.103Z Compiling parse-display-derive v0.10.0
30622026-01-23T17:02:14.625Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
30632026-01-23T17:02:14.887Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30642026-01-23T17:02:15.122Z Compiling colored v3.0.0
30652026-01-23T17:02:15.345Z Compiling backoff v0.4.0
30662026-01-23T17:02:15.428Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30672026-01-23T17:02:15.730Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
30682026-01-23T17:02:15.884Z Compiling darling_core v0.21.0
30692026-01-23T17:02:16.217Z Compiling proc-macro-crate v1.3.1
30702026-01-23T17:02:16.430Z Compiling crucible-workspace-hack v0.1.0
30712026-01-23T17:02:16.845Z Compiling proc-macro-error v1.0.4
30722026-01-23T17:02:16.889Z Compiling test-strategy v0.4.3
30732026-01-23T17:02:17.112Z Compiling num_enum_derive v0.5.11
30742026-01-23T17:02:17.502Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30752026-01-23T17:02:17.899Z Compiling heapless v0.8.0
30762026-01-23T17:02:17.902Z Compiling parse-display v0.10.0
30772026-01-23T17:02:18.132Z Compiling hash32 v0.3.1
30782026-01-23T17:02:18.434Z Compiling smoltcp v0.11.0
30792026-01-23T17:02:18.545Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
30802026-01-23T17:02:18.955Z Compiling foreign-types-macros v0.2.3
30812026-01-23T17:02:19.176Z Compiling foreign-types-shared v0.3.1
30822026-01-23T17:02:19.363Z Compiling cobs v0.2.3
30832026-01-23T17:02:19.438Z Compiling num_enum v0.5.11
30842026-01-23T17:02:19.656Z Compiling postcard v1.0.10
30852026-01-23T17:02:20.112Z Compiling nix v0.30.1
30862026-01-23T17:02:20.270Z Compiling foreign-types v0.5.0
30872026-01-23T17:02:20.297Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30882026-01-23T17:02:20.387Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
30892026-01-23T17:02:20.420Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
30902026-01-23T17:02:20.996Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
30912026-01-23T17:02:21.083Z Compiling cstr-argument v0.1.2
30922026-01-23T17:02:21.181Z Compiling pretty-hex v0.2.1
30932026-01-23T17:02:21.389Z Compiling rayon-core v1.12.1
30942026-01-23T17:02:21.392Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
30952026-01-23T17:02:21.523Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
30962026-01-23T17:02:21.557Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30972026-01-23T17:02:21.811Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30982026-01-23T17:02:21.873Z Compiling crossbeam-deque v0.8.5
30992026-01-23T17:02:21.902Z Compiling darling_macro v0.21.0
31002026-01-23T17:02:21.956Z Compiling colored v2.2.0
31012026-01-23T17:02:22.019Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
31022026-01-23T17:02:22.940Z Compiling darling v0.21.0
31032026-01-23T17:02:22.986Z Compiling typify-macro v0.4.3
31042026-01-23T17:02:23.040Z Compiling camino-tempfile v1.4.1
31052026-01-23T17:02:23.098Z Compiling ingot-macros v0.1.1
31062026-01-23T17:02:23.563Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31072026-01-23T17:02:23.752Z Compiling rayon v1.10.0
31082026-01-23T17:02:24.166Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31092026-01-23T17:02:24.194Z Compiling zone_cfg_derive v0.3.0
31102026-01-23T17:02:24.794Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527)
31112026-01-23T17:02:25.233Z Compiling smf v0.2.3
31122026-01-23T17:02:25.260Z Compiling num-derive v0.4.2
31132026-01-23T17:02:25.643Z Compiling sigpipe v0.1.3
31142026-01-23T17:02:25.810Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31152026-01-23T17:02:26.240Z Compiling zone v0.3.1
31162026-01-23T17:02:26.422Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527)
31172026-01-23T17:02:26.863Z Compiling toml v0.8.23
31182026-01-23T17:02:26.978Z Compiling typify v0.4.3
31192026-01-23T17:02:27.047Z Compiling convert_case v0.4.0
31202026-01-23T17:02:27.185Z Compiling progenitor-impl v0.11.2
31212026-01-23T17:02:27.468Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31222026-01-23T17:02:27.843Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31232026-01-23T17:02:27.917Z Compiling derive_more v0.99.20
31242026-01-23T17:02:27.945Z Compiling universal-hash v0.5.1
31252026-01-23T17:02:28.124Z Compiling opaque-debug v0.3.1
31262026-01-23T17:02:28.207Z Compiling secrecy v0.10.3
31272026-01-23T17:02:28.266Z Compiling aead v0.5.2
31282026-01-23T17:02:28.300Z Compiling half v2.4.1
31292026-01-23T17:02:28.365Z Compiling ciborium-io v0.2.2
31302026-01-23T17:02:28.490Z Compiling poly1305 v0.8.0
31312026-01-23T17:02:28.547Z Compiling progenitor-impl v0.10.0
31322026-01-23T17:02:28.682Z Compiling chacha20 v0.9.1
31332026-01-23T17:02:28.886Z Compiling ciborium-ll v0.2.2
31342026-01-23T17:02:29.110Z Compiling num-rational v0.4.2
31352026-01-23T17:02:29.179Z Compiling num-complex v0.4.6
31362026-01-23T17:02:29.330Z Compiling ciborium v0.2.2
31372026-01-23T17:02:29.933Z Compiling ingot-types v0.1.2
31382026-01-23T17:02:30.113Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31392026-01-23T17:02:30.184Z Compiling num v0.4.3
31402026-01-23T17:02:30.334Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31412026-01-23T17:02:30.584Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31422026-01-23T17:02:30.727Z Compiling ingot v0.1.1
31432026-01-23T17:02:30.812Z Compiling thiserror-impl-no-std v2.0.2
31442026-01-23T17:02:30.883Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527)
31452026-01-23T17:02:30.946Z Compiling float-ord v0.3.2
31462026-01-23T17:02:31.174Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31472026-01-23T17:02:31.431Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527)
31482026-01-23T17:02:31.553Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31492026-01-23T17:02:31.579Z Compiling password-hash v0.5.0
31502026-01-23T17:02:32.536Z Compiling blake2 v0.10.6
31512026-01-23T17:02:33.652Z Compiling thiserror-no-std v2.0.2
31522026-01-23T17:02:33.830Z Compiling indent_write v2.2.0
31532026-01-23T17:02:33.925Z Compiling vsss-rs v3.3.4
31542026-01-23T17:02:34.037Z Compiling progenitor-macro v0.11.2
31552026-01-23T17:02:34.098Z Compiling argon2 v0.5.3
31562026-01-23T17:02:34.629Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
31572026-01-23T17:02:34.846Z Compiling chacha20poly1305 v0.10.1
31582026-01-23T17:02:35.143Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31592026-01-23T17:02:35.340Z Compiling progenitor-macro v0.10.0
31602026-01-23T17:02:35.668Z Compiling usdt-attr-macro v0.5.0
31612026-01-23T17:02:36.590Z Compiling usdt-macro v0.5.0
31622026-01-23T17:02:36.616Z Compiling gethostname v0.5.0
31632026-01-23T17:02:37.065Z Compiling console v0.15.10
31642026-01-23T17:02:37.273Z Compiling resolv-conf v0.7.0
31652026-01-23T17:02:37.413Z Compiling derive-where v1.5.0
31662026-01-23T17:02:37.843Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
31672026-01-23T17:02:38.019Z Compiling cancel-safe-futures v0.1.5
31682026-01-23T17:02:38.096Z Compiling usdt v0.5.0
31692026-01-23T17:02:38.223Z Compiling owo-colors v4.2.2
31702026-01-23T17:02:38.395Z Compiling hickory-proto v0.24.4
31712026-01-23T17:02:38.483Z Compiling newline-converter v0.3.0
31722026-01-23T17:02:38.611Z Compiling atomicwrites v0.4.4
31732026-01-23T17:02:38.696Z Compiling libsw-core v0.3.1
31742026-01-23T17:02:38.979Z Compiling linked-hash-map v0.5.6
31752026-01-23T17:02:39.004Z Compiling semver v0.1.20
31762026-01-23T17:02:39.385Z Compiling rustc_version v0.1.7
31772026-01-23T17:02:39.596Z Compiling lru-cache v0.1.2
31782026-01-23T17:02:39.850Z Compiling libsw v3.5.0
31792026-01-23T17:02:39.876Z Compiling expectorate v1.2.0
31802026-01-23T17:02:40.206Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
31812026-01-23T17:02:40.585Z Compiling async-recursion v1.1.1
31822026-01-23T17:02:40.588Z Compiling slog-dtrace v0.3.0
31832026-01-23T17:02:40.751Z Compiling libefi-sys v0.1.0
31842026-01-23T17:02:40.968Z Compiling siphasher v1.0.1
31852026-01-23T17:02:41.110Z Compiling linear-map v1.2.0
31862026-01-23T17:02:41.300Z Compiling phf_shared v0.12.1
31872026-01-23T17:02:41.376Z Compiling newtype_derive v0.1.6
31882026-01-23T17:02:41.512Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31892026-01-23T17:02:41.677Z Compiling tokio-dtrace v0.1.0
31902026-01-23T17:02:41.757Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31912026-01-23T17:02:42.095Z Compiling bitfield-struct v0.6.2
31922026-01-23T17:02:42.123Z Compiling pin-project-internal v1.1.6
31932026-01-23T17:02:42.274Z Compiling csv-core v0.1.11
31942026-01-23T17:02:42.843Z Compiling base64 v0.21.7
31952026-01-23T17:02:42.934Z Compiling chrono-tz v0.10.4
31962026-01-23T17:02:43.355Z Compiling const_format_proc_macros v0.2.34
31972026-01-23T17:02:43.492Z Compiling hickory-resolver v0.24.4
31982026-01-23T17:02:43.522Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-01-23T17:02:44.299Z Compiling csv v1.3.1
32002026-01-23T17:02:44.921Z Compiling pin-project v1.1.6
32012026-01-23T17:02:45.118Z Compiling oxide-tokio-rt v0.1.2
32022026-01-23T17:02:45.356Z Compiling phf v0.12.1
32032026-01-23T17:02:45.478Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32042026-01-23T17:02:45.655Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32052026-01-23T17:02:45.901Z Compiling qorb v0.4.1
32062026-01-23T17:02:46.035Z Compiling pem v3.0.5
32072026-01-23T17:02:46.151Z Compiling snafu-derive v0.8.5
32082026-01-23T17:02:46.691Z Compiling highway v1.3.0
32092026-01-23T17:02:46.744Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32102026-01-23T17:02:46.772Z Compiling progenitor v0.11.2
32112026-01-23T17:02:46.920Z Compiling same-file v1.0.6
32122026-01-23T17:02:47.054Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
32132026-01-23T17:02:47.259Z Compiling walkdir v2.5.0
32142026-01-23T17:02:47.590Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32152026-01-23T17:02:48.021Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32162026-01-23T17:02:48.174Z Compiling progenitor v0.10.0
32172026-01-23T17:02:48.505Z Compiling const_format v0.2.34
32182026-01-23T17:02:48.630Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32192026-01-23T17:02:48.975Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32202026-01-23T17:02:49.217Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32212026-01-23T17:02:50.405Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32222026-01-23T17:02:50.500Z Compiling tabled_derive v0.7.0
32232026-01-23T17:02:50.529Z Compiling globset v0.4.15
32242026-01-23T17:02:50.687Z Compiling olpc-cjson v0.1.4
32252026-01-23T17:02:50.724Z Compiling dropshot-api-manager-types v0.2.4
32262026-01-23T17:02:50.795Z Compiling snafu v0.8.5
32272026-01-23T17:02:51.007Z Compiling primeorder v0.13.6
32282026-01-23T17:02:51.332Z Compiling bcs v0.1.6
32292026-01-23T17:02:51.552Z Compiling serde_plain v1.0.2
32302026-01-23T17:02:51.579Z Compiling xshell-macros v0.2.7
32312026-01-23T17:02:51.875Z Compiling typed-path v0.9.3
32322026-01-23T17:02:51.954Z Compiling utf-8 v0.7.6
32332026-01-23T17:02:51.992Z Compiling radium v0.7.0
32342026-01-23T17:02:52.068Z Compiling termtree v0.5.1
32352026-01-23T17:02:52.284Z Compiling tungstenite v0.21.0
32362026-01-23T17:02:52.392Z Compiling xshell v0.2.7
32372026-01-23T17:02:52.429Z Compiling textwrap v0.16.2
32382026-01-23T17:02:52.575Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32392026-01-23T17:02:52.751Z Compiling tabled v0.15.0
32402026-01-23T17:02:53.499Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32412026-01-23T17:02:53.525Z Compiling steno v0.4.1
32422026-01-23T17:02:53.889Z Compiling typify-impl v0.2.0
32432026-01-23T17:02:54.198Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32442026-01-23T17:02:54.873Z Compiling tough v0.20.0
32452026-01-23T17:02:56.719Z Compiling tap v1.0.1
32462026-01-23T17:02:56.962Z Compiling moka v0.12.10
32472026-01-23T17:02:57.367Z Compiling humantime v2.2.0
32482026-01-23T17:02:57.912Z Compiling maybe-uninit v2.0.0
32492026-01-23T17:02:58.619Z Compiling wyz v0.5.1
32502026-01-23T17:02:58.654Z Compiling tokio-tungstenite v0.21.0
32512026-01-23T17:02:59.304Z Compiling funty v2.0.0
32522026-01-23T17:02:59.307Z Compiling packed_struct v0.10.1
32532026-01-23T17:02:59.572Z Compiling arc-swap v1.7.1
32542026-01-23T17:02:59.613Z Compiling tagptr v0.2.0
32552026-01-23T17:02:59.824Z Compiling salty v0.3.0
32562026-01-23T17:03:00.168Z Compiling slog-scope v4.4.0
32572026-01-23T17:03:00.374Z Compiling bitvec v1.0.1
32582026-01-23T17:03:00.589Z Compiling p384 v0.13.1
32592026-01-23T17:03:00.616Z Compiling polyval v0.6.2
32602026-01-23T17:03:00.870Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32612026-01-23T17:03:01.055Z Compiling packed_struct_codegen v0.10.1
32622026-01-23T17:03:01.110Z Compiling bitfield-macros v0.19.2
32632026-01-23T17:03:01.711Z Compiling zerocopy-derive v0.6.6
32642026-01-23T17:03:01.883Z Compiling proc-macro-error-attr2 v2.0.0
32652026-01-23T17:03:02.731Z Compiling indexmap v1.9.3
32662026-01-23T17:03:02.774Z Compiling crc-catalog v2.4.0
32672026-01-23T17:03:02.987Z Compiling nodrop v0.1.14
32682026-01-23T17:03:03.143Z Compiling parking_lot_core v0.8.6
32692026-01-23T17:03:03.171Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32702026-01-23T17:03:03.590Z Compiling zerocopy v0.6.6
32712026-01-23T17:03:03.635Z Compiling array-init v0.0.4
32722026-01-23T17:03:03.686Z Compiling crc v3.2.1
32732026-01-23T17:03:03.711Z Compiling proc-macro-error2 v2.0.1
32742026-01-23T17:03:04.279Z Compiling bitfield v0.19.2
32752026-01-23T17:03:04.339Z Compiling hickory-resolver v0.25.2
32762026-01-23T17:03:04.366Z Compiling ghash v0.5.1
32772026-01-23T17:03:04.395Z Compiling smallvec v0.6.14
32782026-01-23T17:03:04.607Z Compiling slog-stdlog v4.1.1
32792026-01-23T17:03:04.785Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32802026-01-23T17:03:04.846Z Compiling ctr v0.9.2
32812026-01-23T17:03:05.006Z Compiling num-derive v0.3.3
32822026-01-23T17:03:05.264Z Compiling lzma-sys v0.1.20
32832026-01-23T17:03:05.319Z Compiling typify-macro v0.2.0
32842026-01-23T17:03:05.562Z Compiling hashbrown v0.12.3
32852026-01-23T17:03:06.076Z Compiling unicase v2.8.1
32862026-01-23T17:03:06.514Z Compiling mime_guess v2.0.5
32872026-01-23T17:03:07.162Z Compiling libscf-sys v1.1.0
32882026-01-23T17:03:07.481Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
32892026-01-23T17:03:07.484Z Compiling attest-data v0.4.0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
32902026-01-23T17:03:07.608Z Compiling aes-gcm v0.10.3
32912026-01-23T17:03:07.676Z Compiling slog-envlogger v2.2.0
32922026-01-23T17:03:08.466Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32932026-01-23T17:03:08.638Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32942026-01-23T17:03:08.847Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32952026-01-23T17:03:09.269Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32962026-01-23T17:03:09.452Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32972026-01-23T17:03:09.633Z Compiling typify v0.2.0
32982026-01-23T17:03:09.850Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
32992026-01-23T17:03:10.135Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33002026-01-23T17:03:10.637Z Compiling progenitor-impl v0.8.0
33012026-01-23T17:03:12.487Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33022026-01-23T17:03:12.970Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33032026-01-23T17:03:13.432Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33042026-01-23T17:03:13.819Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33052026-01-23T17:03:14.251Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33062026-01-23T17:03:16.317Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33072026-01-23T17:03:16.320Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33082026-01-23T17:03:16.769Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33092026-01-23T17:03:16.797Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33102026-01-23T17:03:17.207Z Compiling serde-hex v0.1.0
33112026-01-23T17:03:17.336Z Compiling progenitor-macro v0.8.0
33122026-01-23T17:03:17.846Z Compiling tabled_derive v0.11.0
33132026-01-23T17:03:18.920Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33142026-01-23T17:03:20.196Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33152026-01-23T17:03:20.299Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33162026-01-23T17:03:20.573Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33172026-01-23T17:03:20.614Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33182026-01-23T17:03:21.609Z Compiling ron v0.8.1
33192026-01-23T17:03:21.943Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33202026-01-23T17:03:22.636Z Compiling papergrid v0.17.0
33212026-01-23T17:03:22.926Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33222026-01-23T17:03:23.915Z Compiling testing_table v0.3.0
33232026-01-23T17:03:24.242Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33242026-01-23T17:03:24.914Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33252026-01-23T17:03:24.968Z Compiling hashbrown v0.13.2
33262026-01-23T17:03:25.955Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33272026-01-23T17:03:26.120Z Compiling heck v0.3.3
33282026-01-23T17:03:26.149Z Compiling progenitor-client v0.8.0
33292026-01-23T17:03:26.540Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=1b01d737447c6c72380a5fe51ebb1dd0f111de1f#1b01d737)
33302026-01-23T17:03:26.680Z Compiling ssh-encoding v0.2.0
33312026-01-23T17:03:26.838Z Compiling blowfish v0.9.1
33322026-01-23T17:03:26.970Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33332026-01-23T17:03:27.217Z Compiling nibble_vec v0.1.0
33342026-01-23T17:03:27.351Z Compiling corncobs v0.1.4
33352026-01-23T17:03:27.426Z Compiling endian-type v0.1.2
33362026-01-23T17:03:27.498Z Compiling crc-any v2.5.0
33372026-01-23T17:03:27.718Z Compiling radix_trie v0.2.1
33382026-01-23T17:03:27.721Z Compiling dice-mfg-msgs v0.2.1 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
33392026-01-23T17:03:28.044Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33402026-01-23T17:03:28.243Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33412026-01-23T17:03:28.483Z Compiling bcrypt-pbkdf v0.10.0
33422026-01-23T17:03:28.629Z Compiling ssh-cipher v0.2.0
33432026-01-23T17:03:29.215Z Compiling zone_cfg_derive v0.1.2
33442026-01-23T17:03:29.869Z Compiling progenitor v0.8.0
33452026-01-23T17:03:29.923Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33462026-01-23T17:03:30.148Z Compiling object v0.30.4
33472026-01-23T17:03:30.425Z Compiling tabled v0.20.0
33482026-01-23T17:03:30.655Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33492026-01-23T17:03:31.722Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33502026-01-23T17:03:32.424Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)
33512026-01-23T17:03:32.614Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33522026-01-23T17:03:34.628Z Compiling parking_lot v0.11.2
33532026-01-23T17:03:35.506Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33542026-01-23T17:03:36.281Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33552026-01-23T17:03:36.804Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33562026-01-23T17:03:37.641Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33572026-01-23T17:03:38.097Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33582026-01-23T17:03:38.534Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33592026-01-23T17:03:38.607Z Compiling prefix-trie v0.7.0
33602026-01-23T17:03:39.444Z Compiling password-hash v0.4.2
33612026-01-23T17:03:40.347Z Compiling fxhash v0.2.1
33622026-01-23T17:03:40.607Z Compiling secrecy v0.8.0
33632026-01-23T17:03:40.657Z Compiling path-slash v0.1.5
33642026-01-23T17:03:40.724Z Compiling number_prefix v0.4.0
33652026-01-23T17:03:40.906Z Compiling half v1.8.3
33662026-01-23T17:03:40.929Z Compiling http-range v0.1.5
33672026-01-23T17:03:41.023Z Compiling base64 v0.13.1
33682026-01-23T17:03:41.279Z Compiling indicatif v0.17.11
33692026-01-23T17:03:41.439Z Compiling ron v0.7.1
33702026-01-23T17:03:41.532Z Compiling serde_cbor v0.11.2
33712026-01-23T17:03:41.986Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33722026-01-23T17:03:42.951Z Compiling sled v0.34.7
33732026-01-23T17:03:43.260Z Compiling pbkdf2 v0.11.0
33742026-01-23T17:03:43.553Z Compiling hickory-server v0.25.2
33752026-01-23T17:03:43.667Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33762026-01-23T17:03:43.906Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33772026-01-23T17:03:44.398Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
33782026-01-23T17:03:45.547Z Compiling xz2 v0.1.7
33792026-01-23T17:03:47.180Z Compiling zone v0.1.8
33802026-01-23T17:03:48.007Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33812026-01-23T17:03:48.613Z Compiling ssh-key v0.6.6
33822026-01-23T17:03:49.227Z Compiling hickory-client v0.25.2
33832026-01-23T17:03:49.675Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33842026-01-23T17:03:49.917Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33852026-01-23T17:03:50.545Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33862026-01-23T17:03:51.014Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527)
33872026-01-23T17:03:52.161Z Compiling p256 v0.13.2
33882026-01-23T17:03:52.471Z Compiling p521 v0.13.3
33892026-01-23T17:03:52.698Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
33902026-01-23T17:03:52.984Z Compiling yasna v0.5.2
33912026-01-23T17:03:53.667Z Compiling headers-core v0.3.0
33922026-01-23T17:03:53.885Z Compiling kstat-rs v0.2.4
33932026-01-23T17:03:54.370Z Compiling nanorand v0.7.0
33942026-01-23T17:03:54.486Z Compiling russh-cryptovec v0.7.3
33952026-01-23T17:03:54.512Z Compiling atty v0.2.14
33962026-01-23T17:03:54.637Z Compiling md5 v0.7.0
33972026-01-23T17:03:54.664Z Compiling crc8 v0.1.1
33982026-01-23T17:03:54.696Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527)
33992026-01-23T17:03:54.829Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=846348bf5c92ab490cf4f69fbe1202691dae6125#846348bf)
34002026-01-23T17:03:54.870Z Compiling flume v0.11.1
34012026-01-23T17:03:54.908Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34022026-01-23T17:03:55.208Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34032026-01-23T17:03:55.533Z Compiling russh-keys v0.45.0
34042026-01-23T17:03:56.110Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34052026-01-23T17:03:57.131Z Compiling rcgen v0.12.1
34062026-01-23T17:03:57.481Z Compiling headers v0.4.1
34072026-01-23T17:03:59.177Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
34082026-01-23T17:03:59.273Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34092026-01-23T17:03:59.330Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34102026-01-23T17:04:00.532Z Compiling hyper-staticfile v0.10.1
34112026-01-23T17:04:01.581Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34122026-01-23T17:04:02.669Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34132026-01-23T17:04:03.360Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34142026-01-23T17:04:04.773Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34152026-01-23T17:04:06.729Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34162026-01-23T17:04:07.250Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34172026-01-23T17:04:07.922Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34182026-01-23T17:04:09.407Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34192026-01-23T17:04:09.431Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34202026-01-23T17:04:10.210Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34212026-01-23T17:04:11.310Z Compiling num-bigint v0.4.6
34222026-01-23T17:04:11.853Z Compiling des v0.8.1
34232026-01-23T17:04:12.196Z Compiling subprocess v0.2.9
34242026-01-23T17:04:12.224Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34252026-01-23T17:04:12.254Z Compiling display-error-chain v0.2.2
34262026-01-23T17:04:12.538Z Compiling hex-literal v0.4.1
34272026-01-23T17:04:12.751Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34282026-01-23T17:04:13.161Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34292026-01-23T17:04:13.886Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34302026-01-23T17:04:14.408Z Compiling russh v0.45.0
34312026-01-23T17:04:14.671Z Compiling internet-checksum v0.2.1
34322026-01-23T17:04:14.932Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34332026-01-23T17:04:15.690Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34342026-01-23T17:04:15.989Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34352026-01-23T17:04:19.412Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34362026-01-23T17:04:20.922Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34372026-01-23T17:04:21.304Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34382026-01-23T17:04:30.689Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34392026-01-23T17:05:02.027Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34402026-01-23T17:05:31.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 25s
34412026-01-23T17:05:32.104Z
34422026-01-23T17:05:32.107Zreal 3:25.723023173
34432026-01-23T17:05:32.107Zuser 18:54.905318371
34442026-01-23T17:05:32.107Zsys 2:32.582945082
34452026-01-23T17:05:32.107Ztrap 0.557341111
34462026-01-23T17:05:32.108Ztflt 0.408240403
34472026-01-23T17:05:32.108Zdflt 0.891196014
34482026-01-23T17:05:32.108Zkflt 0.000040912
34492026-01-23T17:05:32.108Zlock 51:43.822114631
34502026-01-23T17:05:32.108Zslp 1:08:45.143435382
34512026-01-23T17:05:32.108Zlat 1:05.433924753
34522026-01-23T17:05:32.108Zstop 2:40.145354701
34532026-01-23T17:05:32.108Z+ mkdir tests
34542026-01-23T17:05:32.111Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34552026-01-23T17:05:32.111Z+ xargs -I '{}' -t cp '{}' tests/
34562026-01-23T17:05:32.154Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e551e820fc90b545 tests/
34572026-01-23T17:05:32.189Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7b9c43f874ef0dce tests/
34582026-01-23T17:05:32.224Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-b6f351819c7f2d02 tests/
34592026-01-23T17:05:32.258Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ae3ac9803c174799 tests/
34602026-01-23T17:05:32.573Z+ 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/*)
34612026-01-23T17:05:32.576Z+ 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-7b9c43f874ef0dce tests/commtest-b6f351819c7f2d02 tests/dhcp_server-e551e820fc90b545 tests/end_to_end_tests-ae3ac9803c174799 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
34622026-01-23T17:07:20.775ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34632026-01-23T17:07:20.775Za .github/buildomat/ci-env.sh 1K
34642026-01-23T17:07:20.775Za out/target/test 1K
34652026-01-23T17:07:20.775Za out/npuzone/npuzone 27402K
34662026-01-23T17:07:20.776Za package-manifest.toml 35K
34672026-01-23T17:07:20.776Za smf/sled-agent/non-gimlet/config.toml 6K
34682026-01-23T17:07:20.776Za target/release/omicron-package 42917K
34692026-01-23T17:07:20.776Za target/release/xtask 11467K
34702026-01-23T17:07:20.776Za target/debug/bootstrap 319628K
34712026-01-23T17:07:20.776Za tests/bootstrap-7b9c43f874ef0dce 31142K
34722026-01-23T17:07:20.776Za tests/commtest-b6f351819c7f2d02 31986K
34732026-01-23T17:07:20.776Za tests/dhcp_server-e551e820fc90b545 31142K
34742026-01-23T17:07:20.776Za tests/end_to_end_tests-ae3ac9803c174799 363903K
34752026-01-23T17:07:20.776Za out/clickhouse.tar.gz 322142K
34762026-01-23T17:07:20.776Za out/clickhouse_keeper.tar.gz 305140K
34772026-01-23T17:07:20.776Za out/clickhouse_server.tar.gz 322140K
34782026-01-23T17:07:20.776Za out/cockroachdb.tar.gz 167896K
34792026-01-23T17:07:20.776Za out/crucible-pantry-zone.tar.gz 44512K
34802026-01-23T17:07:20.776Za out/crucible-utils.tar 17744K
34812026-01-23T17:07:20.776Za out/crucible-zone.tar.gz 58650K
34822026-01-23T17:07:20.776Za out/external-dns.tar.gz 53557K
34832026-01-23T17:07:20.776Za out/internal-dns.tar.gz 53556K
34842026-01-23T17:07:20.776Za out/mg-ddm-gz.tar 84156K
34852026-01-23T17:07:20.776Za out/nexus.tar.gz 210808K
34862026-01-23T17:07:20.776Za out/ntp.tar.gz 34850K
34872026-01-23T17:07:20.776Za out/omicron-gateway-softnpu.tar.gz 28302K
34882026-01-23T17:07:20.776Za out/omicron-sled-agent.tar 199180K
34892026-01-23T17:07:20.776Za out/overlay.tar.gz 3K
34902026-01-23T17:07:20.776Za out/oximeter.tar.gz 67695K
34912026-01-23T17:07:20.776Za out/oxlog.tar 3942K
34922026-01-23T17:07:20.776Za out/probe.tar.gz 3037K
34932026-01-23T17:07:20.776Za out/propolis-server.tar.gz 74624K
34942026-01-23T17:07:20.776Za out/pumpkind-gz.tar 26647K
34952026-01-23T17:07:20.776Za out/switch-softnpu.tar.gz 374301K
34962026-01-23T17:07:20.780Z
34972026-01-23T17:07:20.780Zreal 1:48.186895259
34982026-01-23T17:07:20.780Zuser 1:43.752238168
34992026-01-23T17:07:20.780Zsys 6.272406886
35002026-01-23T17:07:20.780Ztrap 0.024226475
35012026-01-23T17:07:20.780Ztflt 0.000000000
35022026-01-23T17:07:20.780Zdflt 0.000000000
35032026-01-23T17:07:20.780Zkflt 0.000000000
35042026-01-23T17:07:20.780Zlock 0.000000000
35052026-01-23T17:07:20.780Zslp 1:43.598135971
35062026-01-23T17:07:20.780Zlat 2.722364569
35072026-01-23T17:07:20.780Zstop 0.000213385
35082026-01-23T17:07:20.780Zprocess exited: duration 2473575 ms, exit code 0
 
35092026-01-23T17:07:20.797Zfound 1 output files
35102026-01-23T17:07:20.797Zuploading: /work/package.tar.gz (2448284670 bytes)
35112026-01-23T17:07:59.467Zuploaded: /work/package.tar.gz