01JH9BFRMP6XYRE9E7QW27XNGQ: 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: 01JH9BGC2W2XZJWPNH5QB53T25

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-11T00:17:32.889Zjob assigned to worker 01JH9BGJT3N0PT8MMJWAR3Q0XY [factory aws, i-03e87c131af01fc41] (queued for 1 m 2 s)
 
22025-01-11T00:17:40.598Zstarting task 0: "setup"
32025-01-11T00:17:40.609Z++ uname -s
42025-01-11T00:17:40.613Z+ kern=SunOS
52025-01-11T00:17:40.613Z+ case "$kern" in
62025-01-11T00:17:40.613Z+ groupadd -g 12345 build
72025-01-11T00:17:40.615Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-11T00:17:42.622Z+ zfs create -o mountpoint=/work rpool/work
92025-01-11T00:17:42.728Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-11T00:17:42.730Z+ home_fs=zfs
112025-01-11T00:17:42.730Z+ [[ zfs == autofs ]]
122025-01-11T00:17:42.730Z+ mkdir -p /home/build
132025-01-11T00:17:42.734Z+ chown build:build /home/build /work
142025-01-11T00:17:44.734Z+ chmod 0700 /home/build /work
152025-01-11T00:17:44.737Zprocess exited: duration 4138 ms, exit code 0
 
162025-01-11T00:17:44.742Zstarting task 1: "rust-toolchain"
172025-01-11T00:17:44.748Z+ printf ' * toolchain channel = "%s"
182025-01-11T00:17:44.748Z * toolchain channel = "1.81.0"
192025-01-11T00:17:44.748Z * toolchain profile = "default"
202025-01-11T00:17:44.748Z' 1.81.0
212025-01-11T00:17:44.748Z+ printf ' * toolchain profile = "%s"
222025-01-11T00:17:44.748Z' default
232025-01-11T00:17:44.750Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-11T00:17:44.750Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252025-01-11T00:17:44.853Zinfo: downloading installer
262025-01-11T00:17:46.202Zinfo: profile set to 'default'
272025-01-11T00:17:46.202Zinfo: default host triple is x86_64-unknown-illumos
282025-01-11T00:17:46.205Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292025-01-11T00:17:46.341Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302025-01-11T00:17:46.341Zinfo: downloading component 'cargo'
312025-01-11T00:17:47.033Zinfo: downloading component 'clippy'
322025-01-11T00:17:47.290Zinfo: downloading component 'rust-docs'
332025-01-11T00:17:48.250Zinfo: downloading component 'rust-std'
342025-01-11T00:17:49.744Zinfo: downloading component 'rustc'
352025-01-11T00:17:55.102Zinfo: downloading component 'rustfmt'
362025-01-11T00:17:55.305Zinfo: installing component 'cargo'
372025-01-11T00:17:56.142Zinfo: installing component 'clippy'
382025-01-11T00:17:56.520Zinfo: installing component 'rust-docs'
392025-01-11T00:17:58.320Zinfo: installing component 'rust-std'
402025-01-11T00:17:59.957Zinfo: installing component 'rustc'
412025-01-11T00:18:05.866Zinfo: installing component 'rustfmt'
422025-01-11T00:18:06.191Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432025-01-11T00:18:06.191Z
442025-01-11T00:18:06.559Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452025-01-11T00:18:06.559Z
462025-01-11T00:18:06.562Z
472025-01-11T00:18:06.562ZRust is installed now. Great!
482025-01-11T00:18:06.562Z
492025-01-11T00:18:06.562ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-11T00:18:06.562Zenvironment variable. This has not been done automatically.
512025-01-11T00:18:06.562Z
522025-01-11T00:18:06.562ZTo configure your current shell, you need to source
532025-01-11T00:18:06.562Zthe corresponding env file under $HOME/.cargo.
542025-01-11T00:18:06.562Z
552025-01-11T00:18:06.562ZThis is usually done by running one of the following (note the leading DOT):
562025-01-11T00:18:06.562Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-11T00:18:06.562Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-11T00:18:06.637Z+ rustc --version
592025-01-11T00:18:06.702Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602025-01-11T00:18:06.705Zprocess exited: duration 21961 ms, exit code 0
 
612025-01-11T00:18:06.710Zstarting task 2: "authentication"
622025-01-11T00:18:06.732Zprocess exited: duration 21 ms, exit code 0
 
632025-01-11T00:18:06.737Zstarting task 3: "clone repository"
642025-01-11T00:18:06.742Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-11T00:18:06.745Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-11T00:18:06.791ZCloning into '/work/oxidecomputer/omicron'...
672025-01-11T00:18:13.816Z+ cd /work/oxidecomputer/omicron
682025-01-11T00:18:13.817Z+ git fetch origin 57f1d9ddb3b1755b611f4b5d678fc95ea3a87cb9
692025-01-11T00:18:14.163ZFrom https://github.com/oxidecomputer/omicron
702025-01-11T00:18:14.163Z * branch 57f1d9ddb3b1755b611f4b5d678fc95ea3a87cb9 -> FETCH_HEAD
712025-01-11T00:18:14.174Z+ [[ -n '' ]]
722025-01-11T00:18:14.174Z+ git reset --hard 57f1d9ddb3b1755b611f4b5d678fc95ea3a87cb9
732025-01-11T00:18:14.350ZHEAD is now at 57f1d9ddb update description
742025-01-11T00:18:14.353Zprocess exited: duration 7614 ms, exit code 0
 
752025-01-11T00:18:14.358Zstarting task 4: "build"
762025-01-11T00:18:14.364Z+ source .github/buildomat/ci-env.sh
772025-01-11T00:18:14.364Z++ export CARGO_TERM_COLOR=always
782025-01-11T00:18:14.364Z++ CARGO_TERM_COLOR=always
792025-01-11T00:18:14.366Z+ cargo --version
802025-01-11T00:18:14.422Zcargo 1.81.0 (2dbb1af80 2024-08-20)
812025-01-11T00:18:14.424Z+ rustc --version
822025-01-11T00:18:14.484Zrustc 1.81.0 (eeb90cda1 2024-09-04)
832025-01-11T00:18:14.487Z+ WORK=/work
842025-01-11T00:18:14.487Z+ pfexec mkdir -p /work
852025-01-11T00:18:14.491Z+ pfexec chown build /work
862025-01-11T00:18:14.494Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872025-01-11T00:18:16.168Zpkg list: illegal option -- F
882025-01-11T00:18:16.168ZUsage:
892025-01-11T00:18:16.171Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
902025-01-11T00:18:16.171Z [pkg_fmri_pattern ...]
912025-01-11T00:18:17.022Zpkg list: illegal option -- F
922025-01-11T00:18:17.022ZUsage:
932025-01-11T00:18:17.025Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
942025-01-11T00:18:17.025Z [pkg_fmri_pattern ...]
952025-01-11T00:18:22.764Z Startup: Refreshing catalog 'helios-dev' ... Done
962025-01-11T00:18:26.889Z Startup: Caching catalogs ... Done
972025-01-11T00:18:38.327ZPlanning: Solver setup ... Done (10.619s)
982025-01-11T00:18:38.467ZPlanning: Running solver ... Done (0.141s)
992025-01-11T00:18:38.581ZPlanning: Finding local manifests ... Done (0.007s)
1002025-01-11T00:18:39.468ZPlanning: Fetching manifests: 0/7 0% complete
1012025-01-11T00:18:40.685ZPlanning: Fetching manifests: 7/7 100% complete
1022025-01-11T00:18:40.796ZPlanning: Package planning ... Done (0.111s)
1032025-01-11T00:18:40.853ZPlanning: Merging actions ... Done (0.056s)
1042025-01-11T00:18:41.051ZPlanning: Checking for conflicting actions ... Done (0.198s)
1052025-01-11T00:18:43.052ZPlanning: Consolidating action changes ... Done (2.000s)
1062025-01-11T00:18:43.485ZPlanning: Evaluating mediators ... Done (0.434s)
1072025-01-11T00:18:43.567ZPlanning: Planning completed in 16.58 seconds
1082025-01-11T00:18:43.584Z Packages to install: 4
1092025-01-11T00:18:43.584Z Packages to update: 3
1102025-01-11T00:18:43.586Z Mediators to change: 2
1112025-01-11T00:18:43.589Z Services to change: 1
1122025-01-11T00:18:43.589Z Estimated space available: 155.63 GB
1132025-01-11T00:18:43.589ZEstimated space to be consumed: 1.64 GB
1142025-01-11T00:18:43.589Z Create boot environment: No
1152025-01-11T00:18:43.589ZCreate backup boot environment: Yes
1162025-01-11T00:18:43.589Z Rebuild boot archive: No
1172025-01-11T00:18:43.589Z
1182025-01-11T00:18:43.589ZChanged mediators:
1192025-01-11T00:18:43.589Z mediator clang:
1202025-01-11T00:18:43.589Z version: None -> 15 (system default)
1212025-01-11T00:18:43.589Z
1222025-01-11T00:18:43.589Z mediator llvm:
1232025-01-11T00:18:43.589Z version: 14 (system default) -> 15 (system default)
1242025-01-11T00:18:43.589Z
1252025-01-11T00:18:43.592ZChanged packages:
1262025-01-11T00:18:43.592Zhelios-dev
1272025-01-11T00:18:43.592Z developer/build-essential
1282025-01-11T00:18:43.592Z None -> 11-2.0
1292025-01-11T00:18:43.592Z library/libxmlsec1
1302025-01-11T00:18:43.592Z None -> 1.2.35-2.0
1312025-01-11T00:18:43.592Z ooce/developer/clang-15
1322025-01-11T00:18:43.592Z None -> 15.0.7-2.0
1332025-01-11T00:18:43.592Z ooce/developer/llvm-15
1342025-01-11T00:18:43.592Z None -> 15.0.7-2.0
1352025-01-11T00:18:43.592Z package/pkg
1362025-01-11T00:18:43.592Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1372025-01-11T00:18:43.592Z system/library/g++-runtime
1382025-01-11T00:18:43.592Z 13-2.0 -> 14-2.0
1392025-01-11T00:18:43.592Z system/library/gcc-runtime
1402025-01-11T00:18:43.592Z 13-2.0 -> 14-2.0
1412025-01-11T00:18:43.592Z
1422025-01-11T00:18:43.592ZServices:
1432025-01-11T00:18:43.592Z restart_fmri:
1442025-01-11T00:18:43.592Z svc:/system/update-man-index:default
1452025-01-11T00:18:43.592Z
1462025-01-11T00:18:43.592ZEditable files to change:
1472025-01-11T00:18:43.592Z Update:
1482025-01-11T00:18:43.592Z usr/share/lib/pkg/web/config.shtml
1492025-01-11T00:18:43.665Z
1502025-01-11T00:18:43.666ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1512025-01-11T00:18:51.905ZDownload: 213/4301 items 1.3/225.4MB 0% complete (356k/s)
1522025-01-11T00:18:56.910ZDownload: 762/4301 items 18.5/225.4MB 8% complete (1.8M/s)
1532025-01-11T00:19:01.913ZDownload: 1190/4301 items 57.9/225.4MB 25% complete (5.7M/s)
1542025-01-11T00:19:06.924ZDownload: 1324/4301 items 115.3/225.4MB 51% complete (9.7M/s)
1552025-01-11T00:19:11.926ZDownload: 1773/4301 items 118.3/225.4MB 52% complete (6.2M/s)
1562025-01-11T00:19:16.982ZDownload: 2186/4301 items 119.1/225.4MB 52% complete (703k/s)
1572025-01-11T00:19:23.155ZDownload: 2220/4301 items 119.2/225.4MB 52% complete (421k/s)
1582025-01-11T00:19:28.383ZDownload: 2222/4301 items 119.2/225.4MB 52% complete (390k/s)
1592025-01-11T00:19:39.313ZDownload: 2224/4301 items 119.2/225.4MB 52% complete
1602025-01-11T00:19:44.313ZDownload: 2863/4301 items 121.1/225.4MB 53% complete (404k/s)
1612025-01-11T00:19:49.321ZDownload: 3204/4301 items 186.1/225.4MB 82% complete (6.6M/s)
1622025-01-11T00:19:54.992ZDownload: 3248/4301 items 203.1/225.4MB 90% complete (8.2M/s)
1632025-01-11T00:20:20.559ZDownload: 3276/4301 items 208.6/225.4MB 92% complete
1642025-01-11T00:20:25.713ZDownload: 3284/4301 items 210.9/225.4MB 93% complete (8.2M/s)
1652025-01-11T00:20:30.719ZDownload: 3517/4301 items 215.5/225.4MB 95% complete (763k/s)
1662025-01-11T00:20:35.877ZDownload: 3975/4301 items 218.2/225.4MB 96% complete (741k/s)
1672025-01-11T00:20:41.327ZDownload: 4204/4301 items 220.6/225.4MB 97% complete (540k/s)
1682025-01-11T00:20:51.877ZDownload: 4206/4301 items 220.6/225.4MB 97% complete
1692025-01-11T00:21:05.665ZDownload: 4208/4301 items 220.6/225.4MB 97% complete
1702025-01-11T00:21:09.100ZDownload: Completed 225.42 MB in 145.43 seconds (1.6M/s)
1712025-01-11T00:21:11.186Z Actions: 1/5122 actions (Removing old actions)
1722025-01-11T00:21:11.207Z Actions: 194/5122 actions (Installing new actions)
1732025-01-11T00:21:15.916Z Actions: 4267/5122 actions (Updating modified actions)
1742025-01-11T00:21:16.270Z Actions: Completed 5122 actions in 5.08 seconds.
1752025-01-11T00:21:16.679Z Done (0.401s)
1762025-01-11T00:21:16.682Z Done (0.001s)
1772025-01-11T00:21:17.272Z Done (0.591s)
1782025-01-11T00:21:21.799Z Done (4.293s)
1792025-01-11T00:21:21.889Z Done (0.021s)
1802025-01-11T00:21:21.892Z Done (0.000s)
1812025-01-11T00:21:22.073Z Done (0.000s)
1822025-01-11T00:21:22.777ZPlanning: Evaluating mediator changes ... Done
1832025-01-11T00:21:22.945ZPlanning: Checking for conflicting actions ... Done
1842025-01-11T00:21:22.949ZPlanning: Consolidating action changes ... Done
1852025-01-11T00:21:23.227ZPlanning: Evaluating mediators ... Done
1862025-01-11T00:21:23.229ZPlanning: Planning completed in 0.45 seconds
1872025-01-11T00:21:23.268Z Mediators to change: 2
1882025-01-11T00:21:23.268Z Create boot environment: No
1892025-01-11T00:21:23.268ZCreate backup boot environment: No
1902025-01-11T00:21:23.351Z Done
1912025-01-11T00:21:23.351Z Done
1922025-01-11T00:21:23.715Z Done
1932025-01-11T00:21:27.427Z Done
1942025-01-11T00:21:27.520Z Done
1952025-01-11T00:21:27.525Z Done
1962025-01-11T00:21:27.659Z Done
1972025-01-11T00:21:28.284ZPlanning: Evaluating mediator changes ... Done
1982025-01-11T00:21:28.288ZPlanning: Merging actions ... Done
1992025-01-11T00:21:28.468ZPlanning: Checking for conflicting actions ... Done
2002025-01-11T00:21:28.471ZPlanning: Consolidating action changes ... Done
2012025-01-11T00:21:28.741ZPlanning: Evaluating mediators ... Done
2022025-01-11T00:21:28.797ZPlanning: Planning completed in 0.77 seconds
2032025-01-11T00:21:28.839Z Packages to change: 1
2042025-01-11T00:21:28.842Z Mediators to change: 1
2052025-01-11T00:21:28.842Z Services to change: 1
2062025-01-11T00:21:28.842Z Create boot environment: No
2072025-01-11T00:21:28.842ZCreate backup boot environment: Yes
2082025-01-11T00:21:31.193Z Actions: 1/6 actions (Updating modified actions)
2092025-01-11T00:21:31.196Z Actions: Completed 6 actions in 0.00 seconds.
2102025-01-11T00:21:31.196Z Done
2112025-01-11T00:21:31.196Z Done
2122025-01-11T00:21:31.313Z Done
2132025-01-11T00:21:34.987Z Done
2142025-01-11T00:21:35.086Z Done
2152025-01-11T00:21:35.089Z Done
2162025-01-11T00:21:35.226Z Done
2172025-01-11T00:21:35.671ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2182025-01-11T00:21:35.671Zclang system 15 system
2192025-01-11T00:21:35.671Zcsh system system illumos
2202025-01-11T00:21:35.671Zctags system system illumos
2212025-01-11T00:21:35.671Zgcc vendor 12 vendor
2222025-01-11T00:21:35.671Zgcc system 10 system
2232025-01-11T00:21:35.671Zgcc system 7 system
2242025-01-11T00:21:35.671Zgo system 1.20 system
2252025-01-11T00:21:35.671Zgo system 1.19 system
2262025-01-11T00:21:35.671Zllvm system 15 system
2272025-01-11T00:21:35.672Zllvm system 14 system
2282025-01-11T00:21:35.672Zmariadb system 10.6 system
2292025-01-11T00:21:35.672Zmta vendor vendor dma
2302025-01-11T00:21:35.672Zopenjdk system 17 system
2312025-01-11T00:21:35.672Zopenjdk system 11 system
2322025-01-11T00:21:35.672Zopenjdk system 1.8 system
2332025-01-11T00:21:35.672Zopenssl vendor 3 vendor
2342025-01-11T00:21:35.672Zperl system 5.36 system
2352025-01-11T00:21:35.672Zpostgresql system 15 system
2362025-01-11T00:21:35.672Zpostgresql system 13 system
2372025-01-11T00:21:35.673Zpython vendor 3 vendor
2382025-01-11T00:21:35.673Zpython system 2 system
2392025-01-11T00:21:35.673Zpython3 system 3.11 system
2402025-01-11T00:21:35.673Zruby system 3.0 system
2412025-01-11T00:21:35.673Zwords vendor vendor american-english
2422025-01-11T00:21:35.673Zwords system system australian-english
2432025-01-11T00:21:35.673Zwords system system british-english
2442025-01-11T00:21:35.673Zwords system system canadian-english
2452025-01-11T00:21:35.673Zwords system system french
2462025-01-11T00:21:35.673Zwords system system italian
2472025-01-11T00:21:35.673Zwords system system ngerman
2482025-01-11T00:21:35.673Zwords system system ogerman
2492025-01-11T00:21:35.673Zwords system system spanish
2502025-01-11T00:21:36.005ZPUBLISHER TYPE STATUS P LOCATION
2512025-01-11T00:21:36.005Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2522025-01-11T00:21:38.838ZFMRI IFO
2532025-01-11T00:21:38.838Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2542025-01-11T00:21:38.838Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2552025-01-11T00:21:38.838Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2562025-01-11T00:21:38.838Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2572025-01-11T00:21:38.838Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2582025-01-11T00:21:38.839Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2592025-01-11T00:21:38.839Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2602025-01-11T00:21:38.839Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2612025-01-11T00:21:38.839Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2622025-01-11T00:21:38.839Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2632025-01-11T00:21:38.839Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2642025-01-11T00:21:38.839Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2652025-01-11T00:21:38.839Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2662025-01-11T00:21:38.839Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2672025-01-11T00:21:38.839Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2682025-01-11T00:21:39.618Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2692025-01-11T00:21:39.889Z Updating crates.io index
2702025-01-11T00:21:39.892Z Updating git repository `https://github.com/oxidecomputer/diffus`
2712025-01-11T00:21:40.215Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2722025-01-11T00:21:40.699Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2732025-01-11T00:21:41.001Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742025-01-11T00:21:41.252Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2752025-01-11T00:21:41.577Z Updating git repository `https://github.com/oxidecomputer/propolis`
2762025-01-11T00:21:42.538Z Updating git repository `https://github.com/oxidecomputer/crucible`
2772025-01-11T00:21:44.170Z Updating git repository `https://github.com/oxidecomputer/opte`
2782025-01-11T00:21:44.780Z Updating git repository `https://github.com/oxidecomputer/falcon`
2792025-01-11T00:21:45.544Z Updating git repository `https://github.com/oxidecomputer/clickward`
2802025-01-11T00:21:45.856Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2812025-01-11T00:21:46.154Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2822025-01-11T00:21:46.749Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2832025-01-11T00:21:47.082Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2842025-01-11T00:21:47.440Z Updating git repository `https://github.com/oxidecomputer/tofino`
2852025-01-11T00:21:47.700Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2862025-01-11T00:21:47.942Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2872025-01-11T00:21:48.195Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2882025-01-11T00:21:48.482Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2892025-01-11T00:21:48.730Z Updating git repository `https://github.com/oxidecomputer/ispf`
2902025-01-11T00:21:49.054Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2912025-01-11T00:21:49.439Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2922025-01-11T00:21:49.889Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2932025-01-11T00:21:50.201Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942025-01-11T00:21:50.630Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2952025-01-11T00:21:51.008Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2962025-01-11T00:21:51.255Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2972025-01-11T00:21:51.517Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2982025-01-11T00:21:51.804Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2992025-01-11T00:21:53.127Z Downloading crates ...
3002025-01-11T00:21:53.190Z Downloaded autocfg v1.4.0
3012025-01-11T00:21:53.197Z Downloaded bytecount v0.6.8
3022025-01-11T00:21:53.209Z Downloaded cfg-if v1.0.0
3032025-01-11T00:21:53.213Z Downloaded bitflags v2.6.0
3042025-01-11T00:21:53.213Z Downloaded equivalent v1.0.1
3052025-01-11T00:21:53.220Z Downloaded usdt-attr-macro v0.5.0
3062025-01-11T00:21:53.223Z Downloaded block-buffer v0.10.4
3072025-01-11T00:21:53.223Z Downloaded anstyle-parse v0.2.5
3082025-01-11T00:21:53.226Z Downloaded cargo-platform v0.1.8
3092025-01-11T00:21:53.226Z Downloaded clap_lex v0.7.2
3102025-01-11T00:21:53.228Z Downloaded anstyle-query v1.1.1
3112025-01-11T00:21:53.228Z Downloaded pest_generator v2.7.14
3122025-01-11T00:21:53.232Z Downloaded scroll_derive v0.12.0
3132025-01-11T00:21:53.236Z Downloaded dtrace-parser v0.2.0
3142025-01-11T00:21:53.240Z Downloaded pretty-hex v0.4.1
3152025-01-11T00:21:53.243Z Downloaded usdt-macro v0.5.0
3162025-01-11T00:21:53.246Z Downloaded plain v0.2.3
3172025-01-11T00:21:53.246Z Downloaded fnv v1.0.7
3182025-01-11T00:21:53.249Z Downloaded unicode-linebreak v0.1.5
3192025-01-11T00:21:53.253Z Downloaded strsim v0.11.1
3202025-01-11T00:21:53.253Z Downloaded utf8parse v0.2.2
3212025-01-11T00:21:53.253Z Downloaded serde_tokenstream v0.2.2
3222025-01-11T00:21:53.257Z Downloaded thread-id v4.2.2
3232025-01-11T00:21:53.257Z Downloaded anstream v0.6.15
3242025-01-11T00:21:53.257Z Downloaded memmap v0.7.0
3252025-01-11T00:21:53.263Z Downloaded anstyle v1.0.10
3262025-01-11T00:21:53.263Z Downloaded cargo_metadata v0.18.1
3272025-01-11T00:21:53.263Z Downloaded camino-tempfile v1.1.1
3282025-01-11T00:21:53.267Z Downloaded fs-err v2.11.0
3292025-01-11T00:21:53.267Z Downloaded thiserror v1.0.69
3302025-01-11T00:21:53.269Z Downloaded smawk v0.3.2
3312025-01-11T00:21:53.272Z Downloaded dof v0.3.0
3322025-01-11T00:21:53.272Z Downloaded errno v0.3.9
3332025-01-11T00:21:53.276Z Downloaded cargo_toml v0.20.5
3342025-01-11T00:21:53.276Z Downloaded heck v0.4.1
3352025-01-11T00:21:53.276Z Downloaded tabled_derive v0.7.0
3362025-01-11T00:21:53.281Z Downloaded swrite v0.1.0
3372025-01-11T00:21:53.281Z Downloaded fastrand v2.1.1
3382025-01-11T00:21:53.282Z Downloaded crypto-common v0.1.6
3392025-01-11T00:21:53.282Z Downloaded cpufeatures v0.2.14
3402025-01-11T00:21:53.282Z Downloaded toml_datetime v0.6.8
3412025-01-11T00:21:53.282Z Downloaded digest v0.10.7
3422025-01-11T00:21:53.285Z Downloaded itoa v1.0.11
3432025-01-11T00:21:53.287Z Downloaded camino v1.1.9
3442025-01-11T00:21:53.290Z Downloaded macaddr v1.0.1
3452025-01-11T00:21:53.293Z Downloaded usdt v0.5.0
3462025-01-11T00:21:53.296Z Downloaded clap v4.5.21
3472025-01-11T00:21:53.302Z Downloaded ucd-trie v0.1.7
3482025-01-11T00:21:53.305Z Downloaded serde_spanned v0.6.8
3492025-01-11T00:21:53.305Z Downloaded semver v1.0.24
3502025-01-11T00:21:53.308Z Downloaded quote v1.0.38
3512025-01-11T00:21:53.313Z Downloaded once_cell v1.20.2
3522025-01-11T00:21:53.316Z Downloaded proc-macro-error-attr v1.0.4
3532025-01-11T00:21:53.316Z Downloaded log v0.4.22
3542025-01-11T00:21:53.316Z Downloaded zerocopy-derive v0.7.35
3552025-01-11T00:21:53.319Z Downloaded sha2 v0.10.8
3562025-01-11T00:21:53.322Z Downloaded proc-macro-error v1.0.4
3572025-01-11T00:21:53.324Z Downloaded thiserror-impl v1.0.69
3582025-01-11T00:21:53.327Z Downloaded anyhow v1.0.93
3592025-01-11T00:21:53.330Z Downloaded colorchoice v1.0.2
3602025-01-11T00:21:53.333Z Downloaded toml v0.8.19
3612025-01-11T00:21:53.336Z Downloaded ryu v1.0.18
3622025-01-11T00:21:53.339Z Downloaded pest_derive v2.7.14
3632025-01-11T00:21:53.342Z Downloaded tempfile v3.13.0
3642025-01-11T00:21:53.344Z Downloaded scroll v0.12.0
3652025-01-11T00:21:53.348Z Downloaded pest_meta v2.7.14
3662025-01-11T00:21:53.350Z Downloaded usdt-impl v0.5.0
3672025-01-11T00:21:53.358Z Downloaded serde_derive v1.0.217
3682025-01-11T00:21:53.362Z Downloaded textwrap v0.16.1
3692025-01-11T00:21:53.364Z Downloaded serde v1.0.217
3702025-01-11T00:21:53.369Z Downloaded papergrid v0.11.0
3712025-01-11T00:21:53.373Z Downloaded proc-macro2 v1.0.92
3722025-01-11T00:21:53.373Z Downloaded unicode-ident v1.0.14
3732025-01-11T00:21:53.381Z Downloaded typenum v1.17.0
3742025-01-11T00:21:53.387Z Downloaded indexmap v2.7.0
3752025-01-11T00:21:53.399Z Downloaded toml_edit v0.22.22
3762025-01-11T00:21:53.419Z Downloaded memchr v2.7.4
3772025-01-11T00:21:53.435Z Downloaded clap_builder v4.5.21
3782025-01-11T00:21:53.443Z Downloaded serde_json v1.0.135
3792025-01-11T00:21:53.449Z Downloaded pest v2.7.14
3802025-01-11T00:21:53.454Z Downloaded zerocopy v0.7.35
3812025-01-11T00:21:53.468Z Downloaded version_check v0.9.5
3822025-01-11T00:21:53.470Z Downloaded is_terminal_polyfill v1.70.1
3832025-01-11T00:21:53.471Z Downloaded heck v0.5.0
3842025-01-11T00:21:53.473Z Downloaded clap_derive v4.5.18
3852025-01-11T00:21:53.474Z Downloaded terminal_size v0.4.0
3862025-01-11T00:21:53.482Z Downloaded generic-array v0.14.7
3872025-01-11T00:21:53.482Z Downloaded byteorder v1.5.0
3882025-01-11T00:21:53.482Z Downloaded hashbrown v0.15.1
3892025-01-11T00:21:53.485Z Downloaded winnow v0.6.20
3902025-01-11T00:21:53.490Z Downloaded tabled v0.15.0
3912025-01-11T00:21:53.504Z Downloaded unicode-width v0.1.14
3922025-01-11T00:21:53.509Z Downloaded syn v1.0.109
3932025-01-11T00:21:53.517Z Downloaded goblin v0.8.2
3942025-01-11T00:21:53.530Z Downloaded syn v2.0.96
3952025-01-11T00:21:53.546Z Downloaded rustix v0.38.37
3962025-01-11T00:21:53.574Z Downloaded libc v0.2.162
3972025-01-11T00:21:53.890Z Compiling proc-macro2 v1.0.92
3982025-01-11T00:21:53.890Z Compiling unicode-ident v1.0.14
3992025-01-11T00:21:53.891Z Compiling serde v1.0.217
4002025-01-11T00:21:53.894Z Compiling version_check v0.9.5
4012025-01-11T00:21:53.894Z Compiling memchr v2.7.4
4022025-01-11T00:21:53.894Z Compiling thiserror v1.0.69
4032025-01-11T00:21:53.894Z Compiling libc v0.2.162
4042025-01-11T00:21:53.963Z Compiling itoa v1.0.11
4052025-01-11T00:21:54.182Z Compiling ucd-trie v0.1.7
4062025-01-11T00:21:54.265Z Compiling ryu v1.0.18
4072025-01-11T00:21:54.680Z Compiling once_cell v1.20.2
4082025-01-11T00:21:54.776Z Compiling byteorder v1.5.0
4092025-01-11T00:21:54.816Z Compiling rustix v0.38.37
4102025-01-11T00:21:55.112Z Compiling serde_json v1.0.135
4112025-01-11T00:21:55.323Z Compiling bitflags v2.6.0
4122025-01-11T00:21:55.521Z Compiling proc-macro-error-attr v1.0.4
4132025-01-11T00:21:55.719Z Compiling usdt-impl v0.5.0
4142025-01-11T00:21:55.744Z Compiling syn v1.0.109
4152025-01-11T00:21:55.771Z Compiling proc-macro-error v1.0.4
4162025-01-11T00:21:55.774Z Compiling log v0.4.22
4172025-01-11T00:21:55.845Z Compiling quote v1.0.38
4182025-01-11T00:21:56.149Z Compiling plain v0.2.3
4192025-01-11T00:21:56.199Z Compiling equivalent v1.0.1
4202025-01-11T00:21:56.222Z Compiling camino v1.1.9
4212025-01-11T00:21:56.308Z Compiling syn v2.0.96
4222025-01-11T00:21:56.333Z Compiling errno v0.3.9
4232025-01-11T00:21:56.490Z Compiling hashbrown v0.15.1
4242025-01-11T00:21:56.596Z Compiling thread-id v4.2.2
4252025-01-11T00:21:56.610Z Compiling utf8parse v0.2.2
4262025-01-11T00:21:56.779Z Compiling anstyle-parse v0.2.5
4272025-01-11T00:21:56.964Z Compiling anstyle v1.0.10
4282025-01-11T00:21:57.114Z Compiling autocfg v1.4.0
4292025-01-11T00:21:57.174Z Compiling unicode-width v0.1.14
4302025-01-11T00:21:57.408Z Compiling colorchoice v1.0.2
4312025-01-11T00:21:57.593Z Compiling winnow v0.6.20
4322025-01-11T00:21:57.657Z Compiling is_terminal_polyfill v1.70.1
4332025-01-11T00:21:57.709Z Compiling semver v1.0.24
4342025-01-11T00:21:57.805Z Compiling indexmap v2.7.0
4352025-01-11T00:21:57.832Z Compiling anstyle-query v1.1.1
4362025-01-11T00:21:58.002Z Compiling pretty-hex v0.4.1
4372025-01-11T00:21:58.214Z Compiling anstream v0.6.15
4382025-01-11T00:21:58.277Z Compiling fs-err v2.11.0
4392025-01-11T00:21:58.571Z Compiling heck v0.5.0
4402025-01-11T00:21:58.990Z Compiling terminal_size v0.4.0
4412025-01-11T00:21:59.067Z Compiling heck v0.4.1
4422025-01-11T00:21:59.137Z Compiling fastrand v2.1.1
4432025-01-11T00:21:59.211Z Compiling strsim v0.11.1
4442025-01-11T00:21:59.291Z Compiling cfg-if v1.0.0
4452025-01-11T00:21:59.397Z Compiling bytecount v0.6.8
4462025-01-11T00:21:59.467Z Compiling clap_lex v0.7.2
4472025-01-11T00:21:59.626Z Compiling anyhow v1.0.93
4482025-01-11T00:21:59.706Z Compiling fnv v1.0.7
4492025-01-11T00:21:59.860Z Compiling papergrid v0.11.0
4502025-01-11T00:22:00.004Z Compiling clap_builder v4.5.21
4512025-01-11T00:22:00.181Z Compiling tempfile v3.13.0
4522025-01-11T00:22:00.518Z Compiling memmap v0.7.0
4532025-01-11T00:22:00.689Z Compiling smawk v0.3.2
4542025-01-11T00:22:00.901Z Compiling unicode-linebreak v0.1.5
4552025-01-11T00:22:01.417Z Compiling textwrap v0.16.1
4562025-01-11T00:22:01.545Z Compiling swrite v0.1.0
4572025-01-11T00:22:02.632Z Compiling tabled_derive v0.7.0
4582025-01-11T00:22:04.255Z Compiling tabled v0.15.0
4592025-01-11T00:22:05.644Z Compiling serde_derive v1.0.217
4602025-01-11T00:22:05.644Z Compiling thiserror-impl v1.0.69
4612025-01-11T00:22:05.647Z Compiling zerocopy-derive v0.7.35
4622025-01-11T00:22:05.647Z Compiling scroll_derive v0.12.0
4632025-01-11T00:22:05.695Z Compiling clap_derive v4.5.18
4642025-01-11T00:22:06.920Z Compiling scroll v0.12.0
4652025-01-11T00:22:07.389Z Compiling goblin v0.8.2
4662025-01-11T00:22:07.590Z Compiling zerocopy v0.7.35
4672025-01-11T00:22:08.305Z Compiling pest v2.7.14
4682025-01-11T00:22:09.373Z Compiling clap v4.5.21
4692025-01-11T00:22:10.658Z Compiling pest_meta v2.7.14
4702025-01-11T00:22:11.500Z Compiling pest_generator v2.7.14
4712025-01-11T00:22:13.442Z Compiling pest_derive v2.7.14
4722025-01-11T00:22:14.179Z Compiling dtrace-parser v0.2.0
4732025-01-11T00:22:15.811Z Compiling serde_tokenstream v0.2.2
4742025-01-11T00:22:16.003Z Compiling toml_datetime v0.6.8
4752025-01-11T00:22:16.003Z Compiling serde_spanned v0.6.8
4762025-01-11T00:22:16.089Z Compiling cargo-platform v0.1.8
4772025-01-11T00:22:16.380Z Compiling toml_edit v0.22.22
4782025-01-11T00:22:16.387Z Compiling macaddr v1.0.1
4792025-01-11T00:22:16.646Z Compiling camino-tempfile v1.1.1
4802025-01-11T00:22:17.266Z Compiling dof v0.3.0
4812025-01-11T00:22:17.621Z Compiling cargo_metadata v0.18.1
4822025-01-11T00:22:18.924Z Compiling usdt-attr-macro v0.5.0
4832025-01-11T00:22:18.924Z Compiling usdt-macro v0.5.0
4842025-01-11T00:22:19.234Z Compiling toml v0.8.19
4852025-01-11T00:22:22.804Z Compiling cargo_toml v0.20.5
4862025-01-11T00:22:22.819Z Compiling usdt v0.5.0
4872025-01-11T00:22:23.620Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4882025-01-11T00:22:27.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.45s
4892025-01-11T00:22:28.113Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4902025-01-11T00:22:28.650Z Downloading crates ...
4912025-01-11T00:22:28.776Z Downloaded async-stream-impl v0.3.6
4922025-01-11T00:22:28.791Z Downloaded arrayvec v0.7.6
4932025-01-11T00:22:28.795Z Downloaded addr2line v0.24.2
4942025-01-11T00:22:28.798Z Downloaded headers-core v0.3.0
4952025-01-11T00:22:28.801Z Downloaded heck v0.3.3
4962025-01-11T00:22:28.803Z Downloaded hex-literal v0.4.1
4972025-01-11T00:22:28.803Z Downloaded hex v0.4.3
4982025-01-11T00:22:28.806Z Downloaded darling v0.20.10
4992025-01-11T00:22:28.813Z Downloaded icu_provider_macros v1.5.0
5002025-01-11T00:22:28.817Z Downloaded cstr-argument v0.1.2
5012025-01-11T00:22:28.817Z Downloaded ident_case v1.0.1
5022025-01-11T00:22:28.817Z Downloaded hubpack_derive v0.1.1
5032025-01-11T00:22:28.820Z Downloaded http-range v0.1.5
5042025-01-11T00:22:28.822Z Downloaded md5 v0.7.0
5052025-01-11T00:22:28.822Z Downloaded matches v0.1.10
5062025-01-11T00:22:28.825Z Downloaded instant v0.1.13
5072025-01-11T00:22:28.827Z Downloaded http-body v1.0.1
5082025-01-11T00:22:28.838Z Downloaded match_cfg v0.1.0
5092025-01-11T00:22:28.846Z Downloaded hyper-tls v0.6.0
5102025-01-11T00:22:28.848Z Downloaded home v0.5.9
5112025-01-11T00:22:28.851Z Downloaded cfg_aliases v0.1.1
5122025-01-11T00:22:28.854Z Downloaded atty v0.2.14
5132025-01-11T00:22:28.856Z Downloaded indent_write v2.2.0
5142025-01-11T00:22:28.856Z Downloaded humantime v2.1.0
5152025-01-11T00:22:28.860Z Downloaded hostname v0.4.0
5162025-01-11T00:22:28.860Z Downloaded is-terminal v0.4.13
5172025-01-11T00:22:28.863Z Downloaded lru v0.12.5
5182025-01-11T00:22:28.863Z Downloaded crucible-workspace-hack v0.1.0
5192025-01-11T00:22:28.865Z Downloaded hostname v0.3.1
5202025-01-11T00:22:28.865Z Downloaded maplit v1.0.2
5212025-01-11T00:22:28.868Z Downloaded libsw v3.3.1
5222025-01-11T00:22:28.870Z Downloaded md-5 v0.10.6
5232025-01-11T00:22:28.872Z Downloaded lockfree-object-pool v0.1.6
5242025-01-11T00:22:28.875Z Downloaded mime v0.3.17
5252025-01-11T00:22:28.877Z Downloaded kstat-rs v0.2.4
5262025-01-11T00:22:28.879Z Downloaded heapless v0.8.0
5272025-01-11T00:22:28.882Z Downloaded maybe-uninit v2.0.0
5282025-01-11T00:22:28.884Z Downloaded crunchy v0.2.2
5292025-01-11T00:22:28.887Z Downloaded cfg_aliases v0.2.1
5302025-01-11T00:22:28.887Z Downloaded atomicwrites v0.4.4
5312025-01-11T00:22:28.890Z Downloaded linear-map v1.2.0
5322025-01-11T00:22:28.890Z Downloaded libefi-sys v0.1.0
5332025-01-11T00:22:28.892Z Downloaded is_ci v1.2.0
5342025-01-11T00:22:28.893Z Downloaded lazycell v1.3.0
5352025-01-11T00:22:28.895Z Downloaded heapless v0.7.17
5362025-01-11T00:22:28.898Z Downloaded ipnetwork v0.20.0
5372025-01-11T00:22:28.900Z Downloaded impl-trait-for-tuples v0.2.2
5382025-01-11T00:22:28.903Z Downloaded idna_adapter v1.2.0
5392025-01-11T00:22:28.907Z Downloaded hyper-staticfile v0.10.1
5402025-01-11T00:22:28.909Z Downloaded httparse v1.9.5
5412025-01-11T00:22:28.911Z Downloaded icu_locid_transform v1.5.0
5422025-01-11T00:22:28.914Z Downloaded memmap2 v0.9.5
5432025-01-11T00:22:28.917Z Downloaded hickory-client v0.24.1
5442025-01-11T00:22:28.920Z Downloaded curve25519-dalek-derive v0.1.1
5452025-01-11T00:22:28.922Z Downloaded ctr v0.9.2
5462025-01-11T00:22:28.924Z Downloaded castaway v0.2.3
5472025-01-11T00:22:28.928Z Downloaded memoffset v0.9.1
5482025-01-11T00:22:28.930Z Downloaded mime_guess v2.0.5
5492025-01-11T00:22:28.930Z Downloaded hyper-rustls v0.27.3
5502025-01-11T00:22:28.933Z Downloaded keccak v0.1.5
5512025-01-11T00:22:28.935Z Downloaded chrono-tz-build v0.4.0
5522025-01-11T00:22:28.937Z Downloaded managed v0.8.0
5532025-01-11T00:22:28.938Z Downloaded chacha20 v0.9.1
5542025-01-11T00:22:28.940Z Downloaded sync_wrapper v1.0.1
5552025-01-11T00:22:28.943Z Downloaded argon2 v0.5.3
5562025-01-11T00:22:28.943Z Downloaded rand_seeder v0.3.0
5572025-01-11T00:22:28.947Z Downloaded rand_core v0.6.4
5582025-01-11T00:22:28.950Z Downloaded rustc-hash v1.1.0
5592025-01-11T00:22:28.950Z Downloaded buf-list v1.0.3
5602025-01-11T00:22:28.952Z Downloaded icu_locid_transform_data v1.5.0
5612025-01-11T00:22:28.954Z Downloaded hubpack v0.1.2
5622025-01-11T00:22:28.956Z Downloaded progenitor-client v0.8.0
5632025-01-11T00:22:28.956Z Downloaded rtoolbox v0.0.2
5642025-01-11T00:22:28.959Z Downloaded jobserver v0.1.32
5652025-01-11T00:22:28.961Z Downloaded hmac v0.12.1
5662025-01-11T00:22:28.963Z Downloaded icu_normalizer_data v1.5.0
5672025-01-11T00:22:28.966Z Downloaded ipnet v2.10.1
5682025-01-11T00:22:28.968Z Downloaded crc-catalog v2.4.0
5692025-01-11T00:22:28.968Z Downloaded indexmap v1.9.3
5702025-01-11T00:22:28.975Z Downloaded libloading v0.8.5
5712025-01-11T00:22:28.977Z Downloaded icu_locid v1.5.0
5722025-01-11T00:22:28.981Z Downloaded serde-hex v0.1.0
5732025-01-11T00:22:28.984Z Downloaded serde_urlencoded v0.7.1
5742025-01-11T00:22:28.986Z Downloaded base64ct v1.6.0
5752025-01-11T00:22:28.989Z Downloaded slog-async v2.8.0
5762025-01-11T00:22:28.992Z Downloaded synstructure v0.13.1
5772025-01-11T00:22:28.995Z Downloaded ciborium v0.2.2
5782025-01-11T00:22:28.997Z Downloaded cancel-safe-futures v0.1.5
5792025-01-11T00:22:29.003Z Downloaded icu_provider v1.5.0
5802025-01-11T00:22:29.006Z Downloaded thiserror-impl v2.0.11
5812025-01-11T00:22:29.006Z Downloaded crc32fast v1.4.2
5822025-01-11T00:22:29.008Z Downloaded crc v3.2.1
5832025-01-11T00:22:29.011Z Downloaded stringprep v0.1.5
5842025-01-11T00:22:29.014Z Downloaded bb8 v0.8.5
5852025-01-11T00:22:29.014Z Downloaded string_cache v0.8.7
5862025-01-11T00:22:29.017Z Downloaded slog-bunyan v2.5.0
5872025-01-11T00:22:29.019Z Downloaded const_format_proc_macros v0.2.33
5882025-01-11T00:22:29.022Z Downloaded hyper-util v0.1.10
5892025-01-11T00:22:29.025Z Downloaded want v0.3.1
5902025-01-11T00:22:29.028Z Downloaded lock_api v0.4.12
5912025-01-11T00:22:29.030Z Downloaded cookie_store v0.21.0
5922025-01-11T00:22:29.033Z Downloaded newtype_derive v0.1.6
5932025-01-11T00:22:29.033Z Downloaded zerofrom-derive v0.1.4
5942025-01-11T00:22:29.033Z Downloaded difflib v0.4.0
5952025-01-11T00:22:29.037Z Downloaded universal-hash v0.5.1
5962025-01-11T00:22:29.040Z Downloaded csv-core v0.1.11
5972025-01-11T00:22:29.040Z Downloaded unicode-xid v0.2.6
5982025-01-11T00:22:29.040Z Downloaded bitfield-struct v0.6.2
5992025-01-11T00:22:29.042Z Downloaded thiserror-impl-no-std v2.0.2
6002025-01-11T00:22:29.045Z Downloaded quinn-udp v0.5.5
6012025-01-11T00:22:29.047Z Downloaded sqlformat v0.2.6
6022025-01-11T00:22:29.050Z Downloaded console v0.15.8
6032025-01-11T00:22:29.054Z Downloaded bzip2 v0.4.4
6042025-01-11T00:22:29.054Z Downloaded signal-hook-tokio v0.3.1
6052025-01-11T00:22:29.056Z Downloaded openssl-probe v0.1.5
6062025-01-11T00:22:29.056Z Downloaded zone v0.1.8
6072025-01-11T00:22:29.058Z Downloaded path-slash v0.1.5
6082025-01-11T00:22:29.058Z Downloaded parse-size v1.1.0
6092025-01-11T00:22:29.061Z Downloaded fd-lock v4.0.2
6102025-01-11T00:22:29.064Z Downloaded embedded-io v0.4.0
6112025-01-11T00:22:29.067Z Downloaded typify v0.2.0
6122025-01-11T00:22:29.070Z Downloaded strum_macros v0.25.3
6132025-01-11T00:22:29.072Z Downloaded icu_properties v1.5.1
6142025-01-11T00:22:29.075Z Downloaded crc-any v2.5.0
6152025-01-11T00:22:29.078Z Downloaded icu_collections v1.5.0
6162025-01-11T00:22:29.084Z Downloaded indicatif v0.17.9
6172025-01-11T00:22:29.089Z Downloaded strum v0.26.3
6182025-01-11T00:22:29.092Z Downloaded time-core v0.1.2
6192025-01-11T00:22:29.092Z Downloaded base64 v0.13.1
6202025-01-11T00:22:29.095Z Downloaded packed_struct_codegen v0.10.1
6212025-01-11T00:22:29.097Z Downloaded phf_codegen v0.11.2
6222025-01-11T00:22:29.101Z Downloaded phf v0.11.2
6232025-01-11T00:22:29.101Z Downloaded serde-big-array v0.5.1
6242025-01-11T00:22:29.104Z Downloaded icu_normalizer v1.5.0
6252025-01-11T00:22:29.107Z Downloaded thiserror v2.0.11
6262025-01-11T00:22:29.113Z Downloaded termtree v0.4.1
6272025-01-11T00:22:29.115Z Downloaded rustc_version v0.4.1
6282025-01-11T00:22:29.115Z Downloaded enum-as-inner v0.5.1
6292025-01-11T00:22:29.118Z Downloaded fallible-iterator v0.3.0
6302025-01-11T00:22:29.120Z Downloaded siphasher v0.3.11
6312025-01-11T00:22:29.124Z Downloaded fallible-streaming-iterator v0.1.9
6322025-01-11T00:22:29.124Z Downloaded typify v0.3.0
6332025-01-11T00:22:29.127Z Downloaded crossbeam-utils v0.8.20
6342025-01-11T00:22:29.130Z Downloaded hickory-server v0.24.1
6352025-01-11T00:22:29.136Z Downloaded futures-executor v0.3.31
6362025-01-11T00:22:29.139Z Downloaded waitgroup v0.1.2
6372025-01-11T00:22:29.141Z Downloaded hickory-resolver v0.24.1
6382025-01-11T00:22:29.146Z Downloaded opaque-debug v0.3.1
6392025-01-11T00:22:29.148Z Downloaded smf v0.2.3
6402025-01-11T00:22:29.148Z Downloaded tiny-keccak v2.0.2
6412025-01-11T00:22:29.151Z Downloaded nanorand v0.7.0
6422025-01-11T00:22:29.154Z Downloaded utf-8 v0.7.6
6432025-01-11T00:22:29.156Z Downloaded multimap v0.10.0
6442025-01-11T00:22:29.159Z Downloaded tokio-tungstenite v0.24.0
6452025-01-11T00:22:29.161Z Downloaded schemars v0.8.21
6462025-01-11T00:22:29.174Z Downloaded diesel_table_macro_syntax v0.2.0
6472025-01-11T00:22:29.177Z Downloaded ref-cast-impl v1.0.23
6482025-01-11T00:22:29.177Z Downloaded ref-cast v1.0.23
6492025-01-11T00:22:29.192Z Downloaded normalize-line-endings v0.3.0
6502025-01-11T00:22:29.194Z Downloaded http v1.2.0
6512025-01-11T00:22:29.198Z Downloaded structmeta-derive v0.3.0
6522025-01-11T00:22:29.202Z Downloaded russh-cryptovec v0.7.3
6532025-01-11T00:22:29.202Z Downloaded embedded-io v0.6.1
6542025-01-11T00:22:29.204Z Downloaded fixedbitset v0.4.2
6552025-01-11T00:22:29.204Z Downloaded tui-tree-widget v0.22.0
6562025-01-11T00:22:29.207Z Downloaded thread_local v1.1.8
6572025-01-11T00:22:29.209Z Downloaded sync-ptr v0.1.1
6582025-01-11T00:22:29.209Z Downloaded ena v0.14.3
6592025-01-11T00:22:29.212Z Downloaded smallvec v0.6.14
6602025-01-11T00:22:29.212Z Downloaded semver v0.1.20
6612025-01-11T00:22:29.217Z Downloaded funty v2.0.0
6622025-01-11T00:22:29.217Z Downloaded time-macros v0.2.18
6632025-01-11T00:22:29.219Z Downloaded native-tls v0.2.12
6642025-01-11T00:22:29.222Z Downloaded futures-core v0.3.31
6652025-01-11T00:22:29.225Z Downloaded unicase v2.7.0
6662025-01-11T00:22:29.225Z Downloaded cc v1.1.30
6672025-01-11T00:22:29.228Z Downloaded tokio-tungstenite v0.21.0
6682025-01-11T00:22:29.231Z Downloaded rustls-pemfile v2.2.0
6692025-01-11T00:22:29.234Z Downloaded tokio-stream v0.1.16
6702025-01-11T00:22:29.239Z Downloaded downcast v0.11.0
6712025-01-11T00:22:29.241Z Downloaded r2d2 v0.8.10
6722025-01-11T00:22:29.244Z Downloaded predicates-tree v1.0.11
6732025-01-11T00:22:29.244Z Downloaded similar v2.6.0
6742025-01-11T00:22:29.250Z Downloaded try-lock v0.2.5
6752025-01-11T00:22:29.253Z Downloaded minimal-lexical v0.2.1
6762025-01-11T00:22:29.256Z Downloaded dunce v1.0.5
6772025-01-11T00:22:29.258Z Downloaded secrecy v0.8.0
6782025-01-11T00:22:29.260Z Downloaded libm v0.2.8
6792025-01-11T00:22:29.268Z Downloaded num-conv v0.1.0
6802025-01-11T00:22:29.270Z Downloaded pem v3.0.4
6812025-01-11T00:22:29.273Z Downloaded parse-display-derive v0.10.0
6822025-01-11T00:22:29.275Z Downloaded unicode-truncate v1.1.0
6832025-01-11T00:22:29.275Z Downloaded topological-sort v0.2.2
6842025-01-11T00:22:29.277Z Downloaded supports-color v3.0.1
6852025-01-11T00:22:29.280Z Downloaded foreign-types-shared v0.1.1
6862025-01-11T00:22:29.280Z Downloaded foreign-types v0.3.2
6872025-01-11T00:22:29.283Z Downloaded thiserror-no-std v2.0.2
6882025-01-11T00:22:29.285Z Downloaded smallvec v1.13.2
6892025-01-11T00:22:29.288Z Downloaded slog-term v2.9.1
6902025-01-11T00:22:29.290Z Downloaded dropshot_endpoint v0.13.0
6912025-01-11T00:22:29.294Z Downloaded chacha20poly1305 v0.10.1
6922025-01-11T00:22:29.297Z Downloaded pem-rfc7468 v0.7.0
6932025-01-11T00:22:29.299Z Downloaded base64 v0.22.1
6942025-01-11T00:22:29.304Z Downloaded diff v0.1.13
6952025-01-11T00:22:29.307Z Downloaded samael v0.0.17
6962025-01-11T00:22:29.314Z Downloaded strum_macros v0.24.3
6972025-01-11T00:22:29.316Z Downloaded env_filter v0.1.2
6982025-01-11T00:22:29.319Z Downloaded slog-json v2.6.1
6992025-01-11T00:22:29.321Z Downloaded scrypt v0.11.0
7002025-01-11T00:22:29.324Z Downloaded scopeguard v1.2.0
7012025-01-11T00:22:29.326Z Downloaded sigpipe v0.1.3
7022025-01-11T00:22:29.326Z Downloaded sct v0.7.1
7032025-01-11T00:22:29.329Z Downloaded hashlink v0.9.1
7042025-01-11T00:22:29.333Z Downloaded utf16_iter v1.0.5
7052025-01-11T00:22:29.335Z Downloaded num-derive v0.4.2
7062025-01-11T00:22:29.335Z Downloaded subtle v2.6.1
7072025-01-11T00:22:29.337Z Downloaded des v0.8.1
7082025-01-11T00:22:29.340Z Downloaded omicron-zone-package v0.12.0
7092025-01-11T00:22:29.342Z Downloaded wait-timeout v0.2.0
7102025-01-11T00:22:29.345Z Downloaded predicates-core v1.0.8
7112025-01-11T00:22:29.348Z Downloaded sqlparser_derive v0.2.2
7122025-01-11T00:22:29.348Z Downloaded signal-hook-mio v0.2.4
7132025-01-11T00:22:29.351Z Downloaded foreign-types v0.5.0
7142025-01-11T00:22:29.351Z Downloaded defmt-macros v0.3.9
7152025-01-11T00:22:29.353Z Downloaded pkcs8 v0.10.2
7162025-01-11T00:22:29.356Z Downloaded nu-ansi-term v0.50.1
7172025-01-11T00:22:29.359Z Downloaded unicode-bidi v0.3.17
7182025-01-11T00:22:29.362Z Downloaded rand_chacha v0.3.1
7192025-01-11T00:22:29.364Z Downloaded polyval v0.6.2
7202025-01-11T00:22:29.367Z Downloaded fatfs v0.3.6
7212025-01-11T00:22:29.370Z Downloaded pretty-hex v0.2.1
7222025-01-11T00:22:29.373Z Downloaded bumpalo v3.16.0
7232025-01-11T00:22:29.376Z Downloaded pbkdf2 v0.12.2
7242025-01-11T00:22:29.378Z Downloaded serde_plain v1.0.2
7252025-01-11T00:22:29.379Z Downloaded dyn-clone v1.0.17
7262025-01-11T00:22:29.382Z Downloaded env_logger v0.10.2
7272025-01-11T00:22:29.384Z Downloaded headers v0.4.0
7282025-01-11T00:22:29.390Z Downloaded paste v1.0.15
7292025-01-11T00:22:29.393Z Downloaded socket2 v0.5.7
7302025-01-11T00:22:29.396Z Downloaded phf_shared v0.10.0
7312025-01-11T00:22:29.398Z Downloaded utf8_iter v1.0.4
7322025-01-11T00:22:29.401Z Downloaded subprocess v0.2.9
7332025-01-11T00:22:29.403Z Downloaded aes v0.8.4
7342025-01-11T00:22:29.406Z Downloaded powerfmt v0.2.0
7352025-01-11T00:22:29.408Z Downloaded walkdir v2.5.0
7362025-01-11T00:22:29.411Z Downloaded spki v0.7.3
7372025-01-11T00:22:29.413Z Downloaded tower-service v0.3.3
7382025-01-11T00:22:29.417Z Downloaded serde_repr v0.1.19
7392025-01-11T00:22:29.417Z Downloaded der v0.7.9
7402025-01-11T00:22:29.422Z Downloaded toolchain_find v0.4.0
7412025-01-11T00:22:29.424Z Downloaded tls_codec v0.4.1
7422025-01-11T00:22:29.426Z Downloaded ssh-cipher v0.2.0
7432025-01-11T00:22:29.429Z Downloaded float-ord v0.3.2
7442025-01-11T00:22:29.429Z Downloaded futures-macro v0.3.31
7452025-01-11T00:22:29.431Z Downloaded untrusted v0.9.0
7462025-01-11T00:22:29.433Z Downloaded tungstenite v0.21.0
7472025-01-11T00:22:29.436Z Downloaded progenitor v0.9.1
7482025-01-11T00:22:29.438Z Downloaded progenitor v0.8.0
7492025-01-11T00:22:29.441Z Downloaded untrusted v0.7.1
7502025-01-11T00:22:29.441Z Downloaded russh-keys v0.45.0
7512025-01-11T00:22:29.444Z Downloaded write16 v1.0.0
7522025-01-11T00:22:29.446Z Downloaded foreign-types-macros v0.2.3
7532025-01-11T00:22:29.446Z Downloaded signature v2.2.0
7542025-01-11T00:22:29.450Z Downloaded zone_cfg_derive v0.1.2
7552025-01-11T00:22:29.450Z Downloaded ed25519 v2.2.3
7562025-01-11T00:22:29.452Z Downloaded predicates v3.1.2
7572025-01-11T00:22:29.454Z Downloaded ppv-lite86 v0.2.20
7582025-01-11T00:22:29.457Z Downloaded value-bag v1.9.0
7592025-01-11T00:22:29.459Z Downloaded uzers v0.12.1
7602025-01-11T00:22:29.462Z Downloaded num-complex v0.4.6
7612025-01-11T00:22:29.464Z Downloaded password-hash v0.4.2
7622025-01-11T00:22:29.467Z Downloaded x509-cert v0.2.5
7632025-01-11T00:22:29.473Z Downloaded oso-derive v0.27.3
7642025-01-11T00:22:29.478Z Downloaded openssl-macros v0.1.1
7652025-01-11T00:22:29.478Z Downloaded derive_builder_macro v0.20.2
7662025-01-11T00:22:29.478Z Downloaded wyz v0.5.1
7672025-01-11T00:22:29.480Z Downloaded fs_extra v1.3.0
7682025-01-11T00:22:29.483Z Downloaded rfc6979 v0.4.0
7692025-01-11T00:22:29.483Z Downloaded hash32 v0.3.1
7702025-01-11T00:22:29.485Z Downloaded futures v0.3.31
7712025-01-11T00:22:29.490Z Downloaded multer v3.1.0
7722025-01-11T00:22:29.493Z Downloaded float-cmp v0.9.0
7732025-01-11T00:22:29.495Z Downloaded salsa20 v0.10.2
7742025-01-11T00:22:29.495Z Downloaded flagset v0.4.6
7752025-01-11T00:22:29.498Z Downloaded num_enum_derive v0.5.11
7762025-01-11T00:22:29.500Z Downloaded mockall v0.13.0
7772025-01-11T00:22:29.502Z Downloaded same-file v1.0.6
7782025-01-11T00:22:29.502Z Downloaded termcolor v1.4.1
7792025-01-11T00:22:29.505Z Downloaded darling_core v0.20.10
7802025-01-11T00:22:29.510Z Downloaded darling_macro v0.20.10
7812025-01-11T00:22:29.512Z Downloaded tokio-rustls v0.25.0
7822025-01-11T00:22:29.514Z Downloaded structmeta v0.2.0
7832025-01-11T00:22:29.518Z Downloaded structmeta v0.3.0
7842025-01-11T00:22:29.518Z Downloaded dhcproto v0.12.0
7852025-01-11T00:22:29.521Z Downloaded uuid v1.11.0
7862025-01-11T00:22:29.523Z Downloaded which v4.4.2
7872025-01-11T00:22:29.526Z Downloaded strip-ansi-escapes v0.2.0
7882025-01-11T00:22:29.528Z Downloaded stable_deref_trait v1.2.0
7892025-01-11T00:22:29.528Z Downloaded pin-utils v0.1.0
7902025-01-11T00:22:29.530Z Downloaded derive_more v0.99.18
7912025-01-11T00:22:29.535Z Downloaded ecdsa v0.16.9
7922025-01-11T00:22:29.538Z Downloaded ghash v0.5.1
7932025-01-11T00:22:29.541Z Downloaded writeable v0.5.5
7942025-01-11T00:22:29.543Z Downloaded tls_codec_derive v0.4.1
7952025-01-11T00:22:29.545Z Downloaded zerocopy-derive v0.8.10
7962025-01-11T00:22:29.553Z Downloaded filetime v0.2.25
7972025-01-11T00:22:29.555Z Downloaded mockall_derive v0.13.0
7982025-01-11T00:22:29.557Z Downloaded aes-gcm v0.10.3
7992025-01-11T00:22:29.561Z Downloaded zerofrom v0.1.4
8002025-01-11T00:22:29.564Z Downloaded yoke-derive v0.7.4
8012025-01-11T00:22:29.566Z Downloaded num_enum v0.5.11
8022025-01-11T00:22:29.570Z Downloaded endian-type v0.1.2
8032025-01-11T00:22:29.572Z Downloaded sha1 v0.10.6
8042025-01-11T00:22:29.575Z Downloaded data-encoding v2.6.0
8052025-01-11T00:22:29.575Z Downloaded pin-project-lite v0.2.14
8062025-01-11T00:22:29.580Z Downloaded parse-zoneinfo v0.3.1
8072025-01-11T00:22:29.583Z Downloaded parking_lot v0.11.2
8082025-01-11T00:22:29.587Z Downloaded resolv-conf v0.7.0
8092025-01-11T00:22:29.589Z Downloaded derive-where v1.2.7
8102025-01-11T00:22:29.593Z Downloaded fragile v2.0.0
8112025-01-11T00:22:29.596Z Downloaded gethostname v0.5.0
8122025-01-11T00:22:29.598Z Downloaded derive_builder_core v0.20.2
8132025-01-11T00:22:29.600Z Downloaded vsss-rs v3.3.4
8142025-01-11T00:22:29.603Z Downloaded simd-adler32 v0.3.7
8152025-01-11T00:22:29.605Z Downloaded url v2.5.3
8162025-01-11T00:22:29.609Z Downloaded tinyvec_macros v0.1.1
8172025-01-11T00:22:29.611Z Downloaded rustls-webpki v0.101.7
8182025-01-11T00:22:29.627Z Downloaded zone_cfg_derive v0.3.0
8192025-01-11T00:22:29.629Z Downloaded peg v0.8.4
8202025-01-11T00:22:29.631Z Downloaded futures-task v0.3.31
8212025-01-11T00:22:29.634Z Downloaded futures-sink v0.3.31
8222025-01-11T00:22:29.634Z Downloaded xz2 v0.1.7
8232025-01-11T00:22:29.636Z Downloaded parse-display v0.10.0
8242025-01-11T00:22:29.639Z Downloaded pin-project-internal v1.1.6
8252025-01-11T00:22:29.641Z Downloaded parking_lot v0.12.3
8262025-01-11T00:22:29.644Z Downloaded slog-scope v4.4.0
8272025-01-11T00:22:29.647Z Downloaded rustc_version v0.1.7
8282025-01-11T00:22:29.648Z Downloaded rustc-hash v2.0.0
8292025-01-11T00:22:29.650Z Downloaded num-traits v0.2.19
8302025-01-11T00:22:29.652Z Downloaded sqlparser v0.45.0
8312025-01-11T00:22:29.657Z Downloaded peg-runtime v0.8.3
8322025-01-11T00:22:29.659Z Downloaded ff v0.13.0
8332025-01-11T00:22:29.662Z Downloaded enum-as-inner v0.6.1
8342025-01-11T00:22:29.664Z Downloaded rand v0.8.5
8352025-01-11T00:22:29.666Z Downloaded tokio-macros v2.4.0
8362025-01-11T00:22:29.669Z Downloaded take_mut v0.2.2
8372025-01-11T00:22:29.669Z Downloaded diesel-dtrace v0.4.2
8382025-01-11T00:22:29.673Z Downloaded postgres-protocol v0.6.7
8392025-01-11T00:22:29.676Z Downloaded twox-hash v1.6.3
8402025-01-11T00:22:29.676Z Downloaded slog-stdlog v4.1.1
8412025-01-11T00:22:29.678Z Downloaded psl-types v2.0.11
8422025-01-11T00:22:29.678Z Downloaded icu_properties_data v1.5.0
8432025-01-11T00:22:29.691Z Downloaded typify-macro v0.3.0
8442025-01-11T00:22:29.694Z Downloaded foreign-types-shared v0.3.1
8452025-01-11T00:22:29.694Z Downloaded zone v0.3.0
8462025-01-11T00:22:29.694Z Downloaded typify-macro v0.2.0
8472025-01-11T00:22:29.696Z Downloaded postcard v1.0.10
8482025-01-11T00:22:29.699Z Downloaded whoami v1.5.2
8492025-01-11T00:22:29.701Z Downloaded rustversion v1.0.17
8502025-01-11T00:22:29.703Z Downloaded phf_shared v0.11.2
8512025-01-11T00:22:29.706Z Downloaded parking_lot_core v0.9.10
8522025-01-11T00:22:29.708Z Downloaded h2 v0.4.6
8532025-01-11T00:22:29.716Z Downloaded fxhash v0.2.1
8542025-01-11T00:22:29.718Z Downloaded slog-envlogger v2.2.0
8552025-01-11T00:22:29.718Z Downloaded xattr v1.3.1
8562025-01-11T00:22:29.721Z Downloaded packed_struct v0.10.1
8572025-01-11T00:22:29.724Z Downloaded term v0.7.0
8582025-01-11T00:22:29.729Z Downloaded tracing-attributes v0.1.27
8592025-01-11T00:22:29.731Z Downloaded slog-dtrace v0.3.0
8602025-01-11T00:22:29.734Z Downloaded number_prefix v0.4.0
8612025-01-11T00:22:29.734Z Downloaded either v1.13.0
8622025-01-11T00:22:29.734Z Downloaded dirs-sys-next v0.1.2
8632025-01-11T00:22:29.734Z Downloaded display-error-chain v0.2.2
8642025-01-11T00:22:29.737Z Downloaded parking_lot_core v0.8.6
8652025-01-11T00:22:29.739Z Downloaded rand_xorshift v0.3.0
8662025-01-11T00:22:29.739Z Downloaded yasna v0.5.2
8672025-01-11T00:22:29.741Z Downloaded spin v0.9.8
8682025-01-11T00:22:29.745Z Downloaded rusty-fork v0.3.0
8692025-01-11T00:22:29.748Z Downloaded rustls-pemfile v1.0.4
8702025-01-11T00:22:29.752Z Downloaded tinystr v0.7.6
8712025-01-11T00:22:29.754Z Downloaded termios v0.3.3
8722025-01-11T00:22:29.755Z Downloaded debug-ignore v1.0.5
8732025-01-11T00:22:29.757Z Downloaded slab v0.4.9
8742025-01-11T00:22:29.757Z Downloaded serde_with_macros v3.11.0
8752025-01-11T00:22:29.759Z Downloaded num_threads v0.1.7
8762025-01-11T00:22:29.762Z Downloaded vergen v8.3.2
8772025-01-11T00:22:29.764Z Downloaded russh v0.45.0
8782025-01-11T00:22:29.770Z Downloaded progenitor-macro v0.8.0
8792025-01-11T00:22:29.772Z Downloaded num-integer v0.1.46
8802025-01-11T00:22:29.776Z Downloaded toml v0.7.8
8812025-01-11T00:22:29.779Z Downloaded progenitor-impl v0.8.0
8822025-01-11T00:22:29.781Z Downloaded mio v1.0.2
8832025-01-11T00:22:29.786Z Downloaded serde_yaml v0.9.34+deprecated
8842025-01-11T00:22:29.790Z Downloaded pkcs5 v0.7.1
8852025-01-11T00:22:29.794Z Downloaded diesel_derives v2.2.3
8862025-01-11T00:22:29.799Z Downloaded dropshot_endpoint v0.12.0
8872025-01-11T00:22:29.802Z Downloaded pin-project v1.1.6
8882025-01-11T00:22:29.814Z Downloaded defmt v0.3.8
8892025-01-11T00:22:29.821Z Downloaded idna v0.3.0
8902025-01-11T00:22:29.825Z Downloaded zopfli v0.8.1
8912025-01-11T00:22:29.828Z Downloaded idna v0.2.3
8922025-01-11T00:22:29.835Z Downloaded progenitor-impl v0.9.1
8932025-01-11T00:22:29.837Z Downloaded snafu-derive v0.8.5
8942025-01-11T00:22:29.840Z Downloaded ron v0.8.1
8952025-01-11T00:22:29.845Z Downloaded rayon-core v1.12.1
8962025-01-11T00:22:29.849Z Downloaded tough v0.19.0
8972025-01-11T00:22:29.858Z Downloaded shell-words v1.1.0
8982025-01-11T00:22:29.861Z Downloaded rcgen v0.12.1
8992025-01-11T00:22:29.863Z Downloaded elliptic-curve v0.13.8
9002025-01-11T00:22:29.866Z Downloaded zerovec v0.10.4
9012025-01-11T00:22:29.873Z Downloaded nom v7.1.3
9022025-01-11T00:22:29.879Z Downloaded proptest v1.5.0
9032025-01-11T00:22:29.889Z Downloaded qorb v0.2.1
9042025-01-11T00:22:29.894Z Downloaded tungstenite v0.23.0
9052025-01-11T00:22:29.898Z Downloaded num-rational v0.4.2
9062025-01-11T00:22:29.901Z Downloaded pkcs1 v0.7.5
9072025-01-11T00:22:29.904Z Downloaded tar v0.4.42
9082025-01-11T00:22:29.906Z Downloaded rustls v0.21.12
9092025-01-11T00:22:29.917Z Downloaded postgres-types v0.2.8
9102025-01-11T00:22:29.921Z Downloaded radix_trie v0.2.1
9112025-01-11T00:22:29.926Z Downloaded tungstenite v0.24.0
9122025-01-11T00:22:29.929Z Downloaded regex v1.11.1
9132025-01-11T00:22:29.944Z Downloaded signal-hook v0.3.17
9142025-01-11T00:22:29.946Z Downloaded p521 v0.13.3
9152025-01-11T00:22:29.950Z Downloaded tracing v0.1.40
9162025-01-11T00:22:29.954Z Downloaded tinyvec v1.8.0
9172025-01-11T00:22:29.957Z Downloaded hashbrown v0.13.2
9182025-01-11T00:22:29.961Z Downloaded git2 v0.19.0
9192025-01-11T00:22:29.970Z Downloaded rusqlite v0.32.1
9202025-01-11T00:22:29.977Z Downloaded regress v0.10.1
9212025-01-11T00:22:29.985Z Downloaded chrono v0.4.38
9222025-01-11T00:22:29.992Z Downloaded toml_edit v0.19.15
9232025-01-11T00:22:30.007Z Downloaded regex-syntax v0.6.29
9242025-01-11T00:22:30.014Z Downloaded salty v0.3.0
9252025-01-11T00:22:30.021Z Downloaded futures-util v0.3.31
9262025-01-11T00:22:30.033Z Downloaded polar-core v0.27.3
9272025-01-11T00:22:30.041Z Downloaded rsa v0.9.6
9282025-01-11T00:22:30.046Z Downloaded dropshot v0.12.0
9292025-01-11T00:22:30.065Z Downloaded unicode-normalization v0.1.24
9302025-01-11T00:22:30.069Z Downloaded rustyline v14.0.0
9312025-01-11T00:22:30.074Z Downloaded quick-xml v0.33.0
9322025-01-11T00:22:30.080Z Downloaded num-bigint-dig v0.8.4
9332025-01-11T00:22:30.085Z Downloaded hickory-proto v0.24.1
9342025-01-11T00:22:30.099Z Downloaded vcpkg v0.2.15
9352025-01-11T00:22:30.146Z Downloaded winnow v0.5.40
9362025-01-11T00:22:30.158Z Downloaded p384 v0.13.0
9372025-01-11T00:22:30.165Z Downloaded openapiv3 v2.0.0
9382025-01-11T00:22:30.181Z Downloaded gimli v0.31.1
9392025-01-11T00:22:30.190Z Downloaded nix v0.28.0
9402025-01-11T00:22:30.201Z Downloaded zerocopy v0.8.10
9412025-01-11T00:22:30.224Z Downloaded portable-atomic v1.9.0
9422025-01-11T00:22:30.231Z Downloaded curve25519-dalek v4.1.3
9432025-01-11T00:22:30.239Z Downloaded diesel v2.2.6
9442025-01-11T00:22:30.257Z Downloaded serde_with v3.11.0
9452025-01-11T00:22:30.264Z Downloaded rayon v1.10.0
9462025-01-11T00:22:30.273Z Downloaded webpki-roots v0.26.6
9472025-01-11T00:22:30.276Z Downloaded quinn-proto v0.11.8
9482025-01-11T00:22:30.282Z Downloaded bitvec v1.0.1
9492025-01-11T00:22:30.297Z Downloaded typify-impl v0.2.0
9502025-01-11T00:22:30.312Z Downloaded zerocopy-derive v0.6.6
9512025-01-11T00:22:30.321Z Downloaded typify-impl v0.3.0
9522025-01-11T00:22:30.336Z Downloaded rustls-webpki v0.102.8
9532025-01-11T00:22:30.354Z Downloaded regress v0.9.1
9542025-01-11T00:22:30.362Z Downloaded bindgen v0.69.5
9552025-01-11T00:22:30.369Z Downloaded smoltcp v0.9.1
9562025-01-11T00:22:30.380Z Downloaded nix v0.27.1
9572025-01-11T00:22:30.390Z Downloaded chrono-tz v0.10.0
9582025-01-11T00:22:30.398Z Downloaded unicode-width v0.2.0
9592025-01-11T00:22:30.403Z Downloaded blake3 v1.5.4
9602025-01-11T00:22:30.411Z Downloaded trust-dns-proto v0.22.0
9612025-01-11T00:22:30.422Z Downloaded bstr v1.10.0
9622025-01-11T00:22:30.431Z Downloaded lzma-sys v0.1.20
9632025-01-11T00:22:30.459Z Downloaded openssl v0.10.66
9642025-01-11T00:22:30.467Z Downloaded p256 v0.13.2
9652025-01-11T00:22:30.471Z Downloaded hashbrown v0.12.3
9662025-01-11T00:22:30.474Z Downloaded nix v0.29.0
9672025-01-11T00:22:30.485Z Downloaded rustls v0.23.19
9682025-01-11T00:22:30.497Z Downloaded object v0.30.4
9692025-01-11T00:22:30.507Z Downloaded regex-syntax v0.8.5
9702025-01-11T00:22:30.515Z Downloaded sha3 v0.10.8
9712025-01-11T00:22:30.520Z Downloaded rustls v0.22.4
9722025-01-11T00:22:30.532Z Downloaded object v0.36.5
9732025-01-11T00:22:30.543Z Downloaded smoltcp v0.11.0
9742025-01-11T00:22:30.557Z Downloaded dropshot v0.13.0
9752025-01-11T00:22:30.578Z Downloaded libz-sys v1.1.20
9762025-01-11T00:22:30.599Z Downloaded reqwest v0.12.9
9772025-01-11T00:22:30.607Z Downloaded idna v0.5.0
9782025-01-11T00:22:30.616Z Downloaded aws-lc-rs v1.10.0
9792025-01-11T00:22:30.623Z Downloaded petname v2.0.2
9802025-01-11T00:22:30.631Z Downloaded tokio-postgres v0.7.12
9812025-01-11T00:22:30.634Z Downloaded idna v0.4.0
9822025-01-11T00:22:30.638Z Downloaded shlex v1.3.0
9832025-01-11T00:22:30.641Z Downloaded num-iter v0.1.45
9842025-01-11T00:22:30.641Z Downloaded progenitor-macro v0.9.1
9852025-01-11T00:22:30.645Z Downloaded env_logger v0.11.5
9862025-01-11T00:22:30.649Z Downloaded ron v0.7.1
9872025-01-11T00:22:30.652Z Downloaded reedline v0.35.0
9882025-01-11T00:22:30.658Z Downloaded peg-macros v0.8.4
9892025-01-11T00:22:30.666Z Downloaded flate2 v1.0.34
9902025-01-11T00:22:30.670Z Downloaded lalrpop v0.19.12
9912025-01-11T00:22:30.676Z Downloaded steno v0.4.1
9922025-01-11T00:22:30.680Z Downloaded aho-corasick v1.1.3
9932025-01-11T00:22:30.685Z Downloaded ratatui v0.28.1
9942025-01-11T00:22:30.705Z Downloaded sled v0.34.7
9952025-01-11T00:22:30.713Z Downloaded regex-automata v0.4.8
9962025-01-11T00:22:30.732Z Downloaded bzip2-sys v0.1.11+1.0.8
9972025-01-11T00:22:30.747Z Downloaded form_urlencoded v1.2.1
9982025-01-11T00:22:30.751Z Downloaded ssh-key v0.6.6
9992025-01-11T00:22:30.755Z Downloaded ed25519-dalek v2.1.1
10002025-01-11T00:22:30.758Z Downloaded hashbrown v0.14.5
10012025-01-11T00:22:30.761Z Downloaded time v0.3.36
10022025-01-11T00:22:30.768Z Downloaded num-bigint v0.4.6
10032025-01-11T00:22:30.774Z Downloaded unicode-segmentation v1.12.0
10042025-01-11T00:22:30.779Z Downloaded oso v0.27.3
10052025-01-11T00:22:30.783Z Downloaded getrandom v0.2.15
10062025-01-11T00:22:30.787Z Downloaded derive_builder v0.20.2
10072025-01-11T00:22:30.792Z Downloaded miniz_oxide v0.8.0
10082025-01-11T00:22:30.792Z Downloaded encoding_rs v0.8.34
10092025-01-11T00:22:30.810Z Downloaded petgraph v0.6.5
10102025-01-11T00:22:30.832Z Downloaded hkdf v0.12.4
10112025-01-11T00:22:30.836Z Downloaded rustfmt-wrapper v0.2.1
10122025-01-11T00:22:30.836Z Downloaded owo-colors v4.1.0
10132025-01-11T00:22:30.836Z Downloaded quinn v0.11.5
10142025-01-11T00:22:30.841Z Downloaded crossterm v0.28.1
10152025-01-11T00:22:30.847Z Downloaded expectorate v1.1.0
10162025-01-11T00:22:30.851Z Downloaded unicode-properties v0.1.3
10172025-01-11T00:22:30.851Z Downloaded deranged v0.3.11
10182025-01-11T00:22:30.851Z Downloaded unarray v0.1.4
10192025-01-11T00:22:30.855Z Downloaded password-hash v0.5.0
10202025-01-11T00:22:30.857Z Downloaded csv v1.3.0
10212025-01-11T00:22:30.883Z Downloaded tracing-core v0.1.32
10222025-01-11T00:22:30.892Z Downloaded tokio v1.40.0
10232025-01-11T00:22:30.918Z Downloaded publicsuffix v2.2.3
10242025-01-11T00:22:30.924Z Downloaded tabwriter v1.4.0
10252025-01-11T00:22:30.924Z Downloaded libgit2-sys v0.17.0+1.8.1
10262025-01-11T00:22:30.988Z Downloaded structmeta-derive v0.2.0
10272025-01-11T00:22:30.992Z Downloaded static_assertions v1.1.0
10282025-01-11T00:22:30.992Z Downloaded schemars_derive v0.8.21
10292025-01-11T00:22:30.992Z Downloaded tokio-rustls v0.26.0
10302025-01-11T00:22:30.992Z Downloaded tokio-rustls v0.24.1
10312025-01-11T00:22:30.992Z Downloaded hash32 v0.2.1
10322025-01-11T00:22:30.992Z Downloaded flume v0.11.1
10332025-01-11T00:22:30.996Z Downloaded phf_generator v0.11.2
10342025-01-11T00:22:30.999Z Downloaded tokio-util v0.7.12
10352025-01-11T00:22:31.004Z Downloaded unsafe-libyaml v0.2.11
10362025-01-11T00:22:31.008Z Downloaded strum_macros v0.26.4
10372025-01-11T00:22:31.012Z Downloaded zerocopy v0.6.6
10382025-01-11T00:22:31.012Z Downloaded itertools v0.13.0
10392025-01-11T00:22:31.019Z Downloaded itertools v0.12.1
10402025-01-11T00:22:31.026Z Downloaded hyper v1.5.0
10412025-01-11T00:22:31.032Z Downloaded displaydoc v0.2.5
10422025-01-11T00:22:31.036Z Downloaded rustc-demangle v0.1.24
10432025-01-11T00:22:31.040Z Downloaded rpassword v7.3.1
10442025-01-11T00:22:31.040Z Downloaded nodrop v0.1.14
10452025-01-11T00:22:31.040Z Downloaded itertools v0.10.5
10462025-01-11T00:22:31.046Z Downloaded idna v1.0.3
10472025-01-11T00:22:31.050Z Downloaded der_derive v0.7.3
10482025-01-11T00:22:31.054Z Downloaded zip v2.1.3
10492025-01-11T00:22:31.057Z Downloaded typed-path v0.9.3
10502025-01-11T00:22:31.063Z Downloaded unicode_categories v0.1.1
10512025-01-11T00:22:31.069Z Downloaded openssl-sys v0.9.103
10522025-01-11T00:22:31.073Z Downloaded libxml v0.3.3
10532025-01-11T00:22:31.078Z Downloaded crossbeam-channel v0.5.13
10542025-01-11T00:22:31.081Z Downloaded base64 v0.21.7
10552025-01-11T00:22:31.085Z Downloaded arc-swap v1.7.1
10562025-01-11T00:22:31.089Z Downloaded backtrace v0.3.74
10572025-01-11T00:22:31.093Z Downloaded serde_derive_internals v0.29.1
10582025-01-11T00:22:31.097Z Downloaded clang-sys v1.8.1
10592025-01-11T00:22:31.103Z Downloaded dhcproto-macros v0.1.0
10602025-01-11T00:22:31.103Z Downloaded num v0.4.3
10612025-01-11T00:22:31.103Z Downloaded mirai-annotations v1.12.0
10622025-01-11T00:22:31.103Z Downloaded vte_generate_state_changes v0.1.2
10632025-01-11T00:22:31.103Z Downloaded ssh-encoding v0.2.0
10642025-01-11T00:22:31.107Z Downloaded sec1 v0.7.3
10652025-01-11T00:22:31.107Z Downloaded olpc-cjson v0.1.4
10662025-01-11T00:22:31.107Z Downloaded glob v0.3.1
10672025-01-11T00:22:31.107Z Downloaded futures-io v0.3.31
10682025-01-11T00:22:31.112Z Downloaded foldhash v0.1.3
10692025-01-11T00:22:31.113Z Downloaded defmt-parser v0.3.4
10702025-01-11T00:22:31.113Z Downloaded zip v0.6.6
10712025-01-11T00:22:31.119Z Downloaded pkg-config v0.3.31
10722025-01-11T00:22:31.119Z Downloaded percent-encoding v2.3.1
10732025-01-11T00:22:31.119Z Downloaded crypto-bigint v0.5.5
10742025-01-11T00:22:31.125Z Downloaded const_format v0.2.33
10752025-01-11T00:22:31.129Z Downloaded allocator-api2 v0.2.18
10762025-01-11T00:22:31.133Z Downloaded compact_str v0.8.0
10772025-01-11T00:22:31.138Z Downloaded futures-channel v0.3.31
10782025-01-11T00:22:31.138Z Downloaded prettyplease v0.2.25
10792025-01-11T00:22:31.143Z Downloaded bytes v1.9.0
10802025-01-11T00:22:31.150Z Downloaded half v2.4.1
10812025-01-11T00:22:31.150Z Downloaded crossbeam-epoch v0.9.18
10822025-01-11T00:22:31.154Z Downloaded radium v0.7.0
10832025-01-11T00:22:31.154Z Downloaded poly1305 v0.8.0
10842025-01-11T00:22:31.154Z Downloaded vte v0.11.1
10852025-01-11T00:22:31.159Z Downloaded snafu v0.8.5
10862025-01-11T00:22:31.163Z Downloaded tokio-tungstenite v0.23.1
10872025-01-11T00:22:31.163Z Downloaded tap v1.0.1
10882025-01-11T00:22:31.167Z Downloaded globset v0.4.15
10892025-01-11T00:22:31.167Z Downloaded bcs v0.1.6
10902025-01-11T00:22:31.170Z Downloaded serde_path_to_error v0.1.16
10912025-01-11T00:22:31.170Z Downloaded test-strategy v0.3.1
10922025-01-11T00:22:31.175Z Downloaded fallible-iterator v0.2.0
10932025-01-11T00:22:31.175Z Downloaded zeroize_derive v1.4.2
10942025-01-11T00:22:31.179Z Downloaded proc-macro-crate v1.3.1
10952025-01-11T00:22:31.179Z Downloaded primeorder v0.13.6
10962025-01-11T00:22:31.179Z Downloaded pbkdf2 v0.11.0
10972025-01-11T00:22:31.183Z Downloaded zeroize v1.8.1
10982025-01-11T00:22:31.183Z Downloaded slog v2.7.0
10992025-01-11T00:22:31.188Z Downloaded yoke v0.7.4
11002025-01-11T00:22:31.188Z Downloaded const-oid v0.9.6
11012025-01-11T00:22:31.195Z Downloaded ahash v0.8.11
11022025-01-11T00:22:31.195Z Downloaded nibble_vec v0.1.0
11032025-01-11T00:22:31.195Z Downloaded newtype-uuid v1.1.3
11042025-01-11T00:22:31.199Z Downloaded group v0.13.0
11052025-01-11T00:22:31.199Z Downloaded precomputed-hash v0.1.1
11062025-01-11T00:22:31.199Z Downloaded blake2 v0.10.6
11072025-01-11T00:22:31.199Z Downloaded rustls-pki-types v1.10.0
11082025-01-11T00:22:31.203Z Downloaded litemap v0.7.3
11092025-01-11T00:22:31.203Z Downloaded cookie v0.18.1
11102025-01-11T00:22:31.207Z Downloaded dsl_auto_type v0.1.2
11112025-01-11T00:22:31.207Z Downloaded dirs-next v2.0.0
11122025-01-11T00:22:31.212Z Downloaded newline-converter v0.3.0
11132025-01-11T00:22:31.212Z Downloaded new_debug_unreachable v1.0.6
11142025-01-11T00:22:31.212Z Downloaded zerovec-derive v0.10.3
11152025-01-11T00:22:31.212Z Downloaded tokio-native-tls v0.3.1
11162025-01-11T00:22:31.218Z Downloaded signal-hook-registry v1.4.2
11172025-01-11T00:22:31.218Z Downloaded async-trait v0.1.83
11182025-01-11T00:22:31.222Z Downloaded async-bb8-diesel v0.2.1
11192025-01-11T00:22:31.222Z Downloaded scheduled-thread-pool v0.2.7
11202025-01-11T00:22:31.222Z Downloaded progenitor-client v0.9.1
11212025-01-11T00:22:31.222Z Downloaded cobs v0.2.3
11222025-01-11T00:22:31.227Z Downloaded bit-vec v0.6.3
11232025-01-11T00:22:31.227Z Downloaded iana-time-zone v0.1.61
11242025-01-11T00:22:31.231Z Downloaded cmake v0.1.51
11252025-01-11T00:22:31.231Z Downloaded bcrypt-pbkdf v0.10.0
11262025-01-11T00:22:31.231Z Downloaded assert_matches v1.5.0
11272025-01-11T00:22:31.231Z Downloaded bitfield v0.14.0
11282025-01-11T00:22:31.236Z Downloaded colored v2.1.0
11292025-01-11T00:22:31.236Z Downloaded cassowary v0.3.0
11302025-01-11T00:22:31.236Z Downloaded base16ct v0.2.0
11312025-01-11T00:22:31.240Z Downloaded backoff v0.4.0
11322025-01-11T00:22:31.240Z Downloaded quick-error v1.2.3
11332025-01-11T00:22:31.244Z Downloaded lazy_static v1.5.0
11342025-01-11T00:22:31.244Z Downloaded highway v1.2.0
11352025-01-11T00:22:31.244Z Downloaded cipher v0.4.4
11362025-01-11T00:22:31.249Z Downloaded ciborium-ll v0.2.2
11372025-01-11T00:22:31.249Z Downloaded block-padding v0.3.3
11382025-01-11T00:22:31.249Z Downloaded async-recursion v1.1.1
11392025-01-11T00:22:31.254Z Downloaded adler2 v2.0.0
11402025-01-11T00:22:31.254Z Downloaded lru-cache v0.1.2
11412025-01-11T00:22:31.254Z Downloaded lalrpop-util v0.19.12
11422025-01-11T00:22:31.258Z Downloaded indoc v1.0.9
11432025-01-11T00:22:31.258Z Downloaded convert_case v0.4.0
11442025-01-11T00:22:31.260Z Downloaded constant_time_eq v0.3.1
11452025-01-11T00:22:31.260Z Downloaded cbc v0.1.2
11462025-01-11T00:22:31.260Z Downloaded array-init v0.0.4
11472025-01-11T00:22:31.265Z Downloaded aead v0.5.2
11482025-01-11T00:22:31.265Z Downloaded blowfish v0.9.1
11492025-01-11T00:22:31.265Z Downloaded ascii-canvas v3.0.0
11502025-01-11T00:22:31.266Z Downloaded http-body-util v0.1.2
11512025-01-11T00:22:31.269Z Downloaded crossbeam-deque v0.8.5
11522025-01-11T00:22:31.269Z Downloaded cexpr v0.6.0
11532025-01-11T00:22:31.274Z Downloaded bitflags v1.3.2
11542025-01-11T00:22:31.274Z Downloaded bit-set v0.5.3
11552025-01-11T00:22:31.278Z Downloaded ciborium-io v0.2.2
11562025-01-11T00:22:31.278Z Downloaded atomic-waker v1.1.2
11572025-01-11T00:22:31.278Z Downloaded async-stream v0.3.6
11582025-01-11T00:22:31.284Z Downloaded arrayref v0.3.9
11592025-01-11T00:22:31.284Z Downloaded linked-hash-map v0.5.6
11602025-01-11T00:22:31.284Z Downloaded internet-checksum v0.2.1
11612025-01-11T00:22:31.284Z Downloaded instability v0.3.2
11622025-01-11T00:22:31.288Z Downloaded inout v0.1.3
11632025-01-11T00:22:31.288Z Downloaded httpdate v1.0.3
11642025-01-11T00:22:31.357Z Downloaded libsqlite3-sys v0.30.1
11652025-01-11T00:22:31.626Z Downloaded ring v0.17.8
11662025-01-11T00:22:31.990Z Downloaded aws-lc-sys v0.22.0
11672025-01-11T00:22:32.294Z Compiling serde v1.0.217
11682025-01-11T00:22:32.297Z Compiling lock_api v0.4.12
11692025-01-11T00:22:32.297Z Compiling scopeguard v1.2.0
11702025-01-11T00:22:32.297Z Compiling value-bag v1.9.0
11712025-01-11T00:22:32.297Z Compiling typenum v1.17.0
11722025-01-11T00:22:32.297Z Compiling generic-array v0.14.7
11732025-01-11T00:22:32.488Z Compiling syn v2.0.96
11742025-01-11T00:22:32.502Z Compiling getrandom v0.2.15
11752025-01-11T00:22:32.613Z Compiling subtle v2.6.1
11762025-01-11T00:22:32.738Z Compiling rand_core v0.6.4
11772025-01-11T00:22:32.922Z Compiling log v0.4.22
11782025-01-11T00:22:33.004Z Compiling shlex v1.3.0
11792025-01-11T00:22:33.022Z Compiling jobserver v0.1.32
11802025-01-11T00:22:33.065Z Compiling const-oid v0.9.6
11812025-01-11T00:22:33.232Z Compiling smallvec v1.13.2
11822025-01-11T00:22:33.359Z Compiling cc v1.1.30
11832025-01-11T00:22:33.424Z Compiling spin v0.9.8
11842025-01-11T00:22:33.675Z Compiling pin-project-lite v0.2.14
11852025-01-11T00:22:33.773Z Compiling rustix v0.38.37
11862025-01-11T00:22:33.804Z Compiling parking_lot_core v0.9.10
11872025-01-11T00:22:33.821Z Compiling futures-core v0.3.31
11882025-01-11T00:22:33.924Z Compiling signal-hook-registry v1.4.2
11892025-01-11T00:22:34.073Z Compiling mio v1.0.2
11902025-01-11T00:22:34.675Z Compiling parking_lot v0.12.3
11912025-01-11T00:22:34.740Z Compiling aho-corasick v1.1.3
11922025-01-11T00:22:34.888Z Compiling regex-syntax v0.8.5
11932025-01-11T00:22:35.044Z Compiling cpufeatures v0.2.14
11942025-01-11T00:22:35.116Z Compiling lazy_static v1.5.0
11952025-01-11T00:22:35.189Z Compiling stable_deref_trait v1.2.0
11962025-01-11T00:22:35.315Z Compiling either v1.13.0
11972025-01-11T00:22:35.332Z Compiling glob v0.3.1
11982025-01-11T00:22:35.393Z Compiling futures-sink v0.3.31
11992025-01-11T00:22:35.550Z Compiling socket2 v0.5.7
12002025-01-11T00:22:35.740Z Compiling slab v0.4.9
12012025-01-11T00:22:35.762Z Compiling prettyplease v0.2.25
12022025-01-11T00:22:36.112Z Compiling serde_json v1.0.135
12032025-01-11T00:22:36.203Z Compiling minimal-lexical v0.2.1
12042025-01-11T00:22:36.370Z Compiling clang-sys v1.8.1
12052025-01-11T00:22:36.563Z Compiling libloading v0.8.5
12062025-01-11T00:22:36.714Z Compiling nom v7.1.3
12072025-01-11T00:22:36.765Z Compiling bindgen v0.69.5
12082025-01-11T00:22:37.052Z Compiling home v0.5.9
12092025-01-11T00:22:37.313Z Compiling itertools v0.10.5
12102025-01-11T00:22:37.643Z Compiling futures-channel v0.3.31
12112025-01-11T00:22:37.904Z Compiling libm v0.2.8
12122025-01-11T00:22:38.064Z Compiling lazycell v1.3.0
12132025-01-11T00:22:38.244Z Compiling foldhash v0.1.3
12142025-01-11T00:22:38.264Z Compiling futures-io v0.3.31
12152025-01-11T00:22:38.549Z Compiling allocator-api2 v0.2.18
12162025-01-11T00:22:38.606Z Compiling pin-utils v0.1.0
12172025-01-11T00:22:38.699Z Compiling rustc-hash v1.1.0
12182025-01-11T00:22:38.842Z Compiling regex-automata v0.4.8
12192025-01-11T00:22:39.338Z Compiling futures-task v0.3.31
12202025-01-11T00:22:39.627Z Compiling hashbrown v0.15.1
12212025-01-11T00:22:40.151Z Compiling cexpr v0.6.0
12222025-01-11T00:22:40.578Z Compiling synstructure v0.13.1
12232025-01-11T00:22:41.025Z Compiling cmake v0.1.51
12242025-01-11T00:22:41.992Z Compiling num-traits v0.2.19
12252025-01-11T00:22:42.012Z Compiling dunce v1.0.5
12262025-01-11T00:22:42.068Z Compiling fs_extra v1.3.0
12272025-01-11T00:22:42.137Z Compiling tinyvec_macros v0.1.1
12282025-01-11T00:22:42.237Z Compiling pkg-config v0.3.31
12292025-01-11T00:22:42.271Z Compiling tinyvec v1.8.0
12302025-01-11T00:22:42.661Z Compiling ring v0.17.8
12312025-01-11T00:22:43.794Z Compiling unicode-normalization v0.1.24
12322025-01-11T00:22:43.815Z Compiling litemap v0.7.3
12332025-01-11T00:22:43.815Z Compiling writeable v0.5.5
12342025-01-11T00:22:43.931Z Compiling paste v1.0.15
12352025-01-11T00:22:44.238Z Compiling base64ct v1.6.0
12362025-01-11T00:22:44.430Z Compiling regex v1.11.1
12372025-01-11T00:22:44.450Z Compiling unicode-bidi v0.3.17
12382025-01-11T00:22:44.855Z Compiling pem-rfc7468 v0.7.0
12392025-01-11T00:22:45.555Z Compiling aws-lc-rs v1.10.0
12402025-01-11T00:22:45.590Z Compiling flagset v0.4.6
12412025-01-11T00:22:45.797Z Compiling httparse v1.9.5
12422025-01-11T00:22:45.898Z Compiling tracing-core v0.1.32
12432025-01-11T00:22:46.001Z Compiling rustls-pki-types v1.10.0
12442025-01-11T00:22:46.597Z Compiling percent-encoding v2.3.1
12452025-01-11T00:22:46.929Z Compiling crossbeam-utils v0.8.20
12462025-01-11T00:22:47.024Z Compiling icu_locid_transform_data v1.5.0
12472025-01-11T00:22:47.123Z Compiling vcpkg v0.2.15
12482025-01-11T00:22:47.228Z Compiling mirai-annotations v1.12.0
12492025-01-11T00:22:47.251Z Compiling serde_derive v1.0.217
12502025-01-11T00:22:47.421Z Compiling zeroize_derive v1.4.2
12512025-01-11T00:22:47.515Z Compiling zerocopy-derive v0.7.35
12522025-01-11T00:22:47.737Z Compiling tokio-macros v2.4.0
12532025-01-11T00:22:49.000Z Compiling zeroize v1.8.1
12542025-01-11T00:22:49.250Z Compiling zerofrom-derive v0.1.4
12552025-01-11T00:22:49.387Z Compiling thiserror-impl v1.0.69
12562025-01-11T00:22:49.460Z Compiling yoke-derive v0.7.4
12572025-01-11T00:22:49.762Z Compiling zerocopy v0.7.35
12582025-01-11T00:22:50.705Z Compiling crypto-common v0.1.6
12592025-01-11T00:22:50.948Z Compiling block-buffer v0.10.4
12602025-01-11T00:22:50.969Z Compiling futures-macro v0.3.31
12612025-01-11T00:22:51.236Z Compiling digest v0.10.7
12622025-01-11T00:22:51.443Z Compiling zerovec-derive v0.10.3
12632025-01-11T00:22:51.741Z Compiling hmac v0.12.1
12642025-01-11T00:22:51.942Z Compiling block-padding v0.3.3
12652025-01-11T00:22:51.991Z Compiling displaydoc v0.2.5
12662025-01-11T00:22:52.223Z Compiling inout v0.1.3
12672025-01-11T00:22:52.467Z Compiling cipher v0.4.4
12682025-01-11T00:22:52.541Z Compiling sha2 v0.10.8
12692025-01-11T00:22:52.821Z Compiling thiserror v1.0.69
12702025-01-11T00:22:52.967Z Compiling ppv-lite86 v0.2.20
12712025-01-11T00:22:52.989Z Compiling icu_provider_macros v1.5.0
12722025-01-11T00:22:52.992Z Compiling futures-util v0.3.31
12732025-01-11T00:22:53.473Z Compiling zerofrom v0.1.4
12742025-01-11T00:22:53.703Z Compiling yoke v0.7.4
12752025-01-11T00:22:53.733Z Compiling der_derive v0.7.3
12762025-01-11T00:22:53.843Z Compiling rand_chacha v0.3.1
12772025-01-11T00:22:54.077Z Compiling tracing-attributes v0.1.27
12782025-01-11T00:22:54.145Z Compiling pest v2.7.14
12792025-01-11T00:22:54.165Z Compiling zerovec v0.10.4
12802025-01-11T00:22:56.183Z Compiling tinystr v0.7.6
12812025-01-11T00:22:56.289Z Compiling icu_collections v1.5.0
12822025-01-11T00:22:56.384Z Compiling der v0.7.9
12832025-01-11T00:22:56.456Z Compiling rand v0.8.5
12842025-01-11T00:22:56.659Z Compiling icu_locid v1.5.0
12852025-01-11T00:22:57.293Z Compiling salsa20 v0.10.2
12862025-01-11T00:22:57.537Z Compiling pbkdf2 v0.12.2
12872025-01-11T00:22:57.752Z Compiling time-core v0.1.2
12882025-01-11T00:22:57.785Z Compiling num-conv v0.1.0
12892025-01-11T00:22:57.929Z Compiling icu_provider v1.5.0
12902025-01-11T00:22:57.966Z Compiling tracing v0.1.40
12912025-01-11T00:22:58.081Z Compiling icu_properties_data v1.5.0
12922025-01-11T00:22:58.361Z Compiling untrusted v0.9.0
12932025-01-11T00:22:58.524Z Compiling spki v0.7.3
12942025-01-11T00:22:58.550Z Compiling powerfmt v0.2.0
12952025-01-11T00:22:58.649Z Compiling icu_locid_transform v1.5.0
12962025-01-11T00:22:58.922Z Compiling untrusted v0.7.1
12972025-01-11T00:22:58.970Z Compiling deranged v0.3.11
12982025-01-11T00:22:59.082Z Compiling time-macros v0.2.18
12992025-01-11T00:22:59.381Z Compiling scrypt v0.11.0
13002025-01-11T00:22:59.951Z Compiling pest_meta v2.7.14
13012025-01-11T00:22:59.966Z Compiling icu_properties v1.5.1
13022025-01-11T00:23:00.437Z Compiling aes v0.8.4
13032025-01-11T00:23:00.994Z Compiling cbc v0.1.2
13042025-01-11T00:23:01.244Z Compiling openssl-sys v0.9.103
13052025-01-11T00:23:01.428Z Compiling scroll_derive v0.12.0
13062025-01-11T00:23:02.161Z Compiling bitflags v2.6.0
13072025-01-11T00:23:02.346Z Compiling bytes v1.9.0
13082025-01-11T00:23:02.923Z Compiling indexmap v2.7.0
13092025-01-11T00:23:02.944Z Compiling semver v1.0.24
13102025-01-11T00:23:03.335Z Compiling tokio v1.40.0
13112025-01-11T00:23:03.670Z Compiling http v1.2.0
13122025-01-11T00:23:03.691Z Compiling rustc_version v0.4.1
13132025-01-11T00:23:04.439Z Compiling icu_normalizer_data v1.5.0
13142025-01-11T00:23:04.509Z Compiling utf16_iter v1.0.5
13152025-01-11T00:23:04.544Z Compiling utf8_iter v1.0.4
13162025-01-11T00:23:04.713Z Compiling atomic-waker v1.1.2
13172025-01-11T00:23:04.798Z Compiling num_threads v0.1.7
13182025-01-11T00:23:04.903Z Compiling write16 v1.0.0
13192025-01-11T00:23:04.927Z Compiling time v0.3.36
13202025-01-11T00:23:04.993Z Compiling scroll v0.12.0
13212025-01-11T00:23:05.023Z Compiling icu_normalizer v1.5.0
13222025-01-11T00:23:05.179Z Compiling pkcs5 v0.7.1
13232025-01-11T00:23:05.602Z Compiling http-body v1.0.1
13242025-01-11T00:23:05.857Z Compiling pest_generator v2.7.14
13252025-01-11T00:23:05.959Z Compiling form_urlencoded v1.2.1
13262025-01-11T00:23:06.197Z Compiling try-lock v0.2.5
13272025-01-11T00:23:06.287Z Compiling slog v2.7.0
13282025-01-11T00:23:06.354Z Compiling which v4.4.2
13292025-01-11T00:23:06.463Z Compiling want v0.3.1
13302025-01-11T00:23:06.866Z Compiling goblin v0.8.2
13312025-01-11T00:23:06.993Z Compiling idna_adapter v1.2.0
13322025-01-11T00:23:07.115Z Compiling pkcs8 v0.10.2
13332025-01-11T00:23:07.225Z Compiling uuid v1.11.0
13342025-01-11T00:23:07.792Z Compiling iana-time-zone v0.1.61
13352025-01-11T00:23:07.851Z Compiling httpdate v1.0.3
13362025-01-11T00:23:07.883Z Compiling pest_derive v2.7.14
13372025-01-11T00:23:08.263Z Compiling chrono v0.4.38
13382025-01-11T00:23:08.347Z Compiling idna v1.0.3
13392025-01-11T00:23:08.713Z Compiling dtrace-parser v0.2.0
13402025-01-11T00:23:09.481Z Compiling serde_tokenstream v0.2.2
13412025-01-11T00:23:10.107Z Compiling toml_datetime v0.6.8
13422025-01-11T00:23:10.291Z Compiling serde_spanned v0.6.8
13432025-01-11T00:23:10.416Z Compiling adler2 v2.0.0
13442025-01-11T00:23:10.534Z Compiling tower-service v0.3.3
13452025-01-11T00:23:10.634Z Compiling openssl v0.10.66
13462025-01-11T00:23:10.634Z Compiling base64 v0.22.1
13472025-01-11T00:23:10.670Z Compiling match_cfg v0.1.0
13482025-01-11T00:23:10.774Z Compiling rustversion v1.0.17
13492025-01-11T00:23:10.937Z Compiling foreign-types-shared v0.1.1
13502025-01-11T00:23:11.063Z Compiling foreign-types v0.3.2
13512025-01-11T00:23:11.087Z Compiling hostname v0.3.1
13522025-01-11T00:23:11.155Z Compiling miniz_oxide v0.8.0
13532025-01-11T00:23:11.343Z Compiling url v2.5.3
13542025-01-11T00:23:11.561Z Compiling async-trait v0.1.83
13552025-01-11T00:23:12.081Z Compiling tokio-util v0.7.12
13562025-01-11T00:23:12.724Z Compiling dof v0.3.0
13572025-01-11T00:23:12.795Z Compiling openssl-macros v0.1.1
13582025-01-11T00:23:13.380Z Compiling h2 v0.4.6
13592025-01-11T00:23:13.527Z Compiling usdt-impl v0.5.0
13602025-01-11T00:23:13.554Z Compiling serde_derive_internals v0.29.1
13612025-01-11T00:23:14.364Z Compiling dirs-sys-next v0.1.2
13622025-01-11T00:23:14.948Z Compiling rustls v0.23.19
13632025-01-11T00:23:15.022Z Compiling native-tls v0.2.12
13642025-01-11T00:23:15.116Z Compiling schemars v0.8.21
13652025-01-11T00:23:15.255Z Compiling syn v1.0.109
13662025-01-11T00:23:15.387Z Compiling rustls v0.22.4
13672025-01-11T00:23:15.468Z Compiling data-encoding v2.6.0
13682025-01-11T00:23:15.656Z Compiling siphasher v0.3.11
13692025-01-11T00:23:16.062Z Compiling dirs-next v2.0.0
13702025-01-11T00:23:16.357Z Compiling schemars_derive v0.8.21
13712025-01-11T00:23:17.378Z Compiling http-body-util v0.1.2
13722025-01-11T00:23:17.701Z Compiling heapless v0.7.17
13732025-01-11T00:23:17.897Z Compiling crossbeam-epoch v0.9.18
13742025-01-11T00:23:17.900Z Compiling sha1 v0.10.6
13752025-01-11T00:23:18.111Z Compiling signature v2.2.0
13762025-01-11T00:23:18.331Z Compiling bzip2-sys v0.1.11+1.0.8
13772025-01-11T00:23:18.419Z Compiling thread_local v1.1.8
13782025-01-11T00:23:18.710Z Compiling multer v3.1.0
13792025-01-11T00:23:18.845Z Compiling encoding_rs v0.8.34
13802025-01-11T00:23:18.959Z Compiling cookie v0.18.1
13812025-01-11T00:23:18.980Z Compiling gimli v0.31.1
13822025-01-11T00:23:19.102Z Compiling signal-hook v0.3.17
13832025-01-11T00:23:19.241Z Compiling slog-async v2.8.0
13842025-01-11T00:23:19.374Z Compiling openssl-probe v0.1.5
13852025-01-11T00:23:19.728Z Compiling dyn-clone v1.0.17
13862025-01-11T00:23:19.732Z Compiling rayon-core v1.12.1
13872025-01-11T00:23:19.767Z Compiling unicode-properties v0.1.3
13882025-01-11T00:23:19.958Z Compiling mime v0.3.17
13892025-01-11T00:23:20.009Z Compiling ipnet v2.10.1
13902025-01-11T00:23:20.215Z Compiling stringprep v0.1.5
13912025-01-11T00:23:20.636Z Compiling hyper v1.5.0
13922025-01-11T00:23:21.653Z Compiling toml_edit v0.22.22
13932025-01-11T00:23:23.363Z Compiling hyper-util v0.1.10
13942025-01-11T00:23:24.155Z Compiling addr2line v0.24.2
13952025-01-11T00:23:24.928Z Compiling crossbeam-deque v0.8.5
13962025-01-11T00:23:24.988Z Compiling usdt-attr-macro v0.5.0
13972025-01-11T00:23:25.015Z Compiling usdt-macro v0.5.0
13982025-01-11T00:23:25.241Z Compiling term v0.7.0
13992025-01-11T00:23:26.447Z Compiling slog-json v2.6.1
14002025-01-11T00:23:26.510Z Compiling serde_urlencoded v0.7.1
14012025-01-11T00:23:26.559Z Compiling curve25519-dalek v4.1.3
14022025-01-11T00:23:26.613Z Compiling crossbeam-channel v0.5.13
14032025-01-11T00:23:26.733Z Compiling enum-as-inner v0.6.1
14042025-01-11T00:23:26.832Z Compiling futures-executor v0.3.31
14052025-01-11T00:23:27.050Z Compiling md-5 v0.10.6
14062025-01-11T00:23:27.184Z Compiling async-stream-impl v0.3.6
14072025-01-11T00:23:27.321Z Compiling rustls-pemfile v2.2.0
14082025-01-11T00:23:27.438Z Compiling num-integer v0.1.46
14092025-01-11T00:23:27.684Z Compiling idna v0.4.0
14102025-01-11T00:23:27.705Z Compiling idna v0.3.0
14112025-01-11T00:23:27.808Z Compiling hash32 v0.2.1
14122025-01-11T00:23:28.207Z Compiling ff v0.13.0
14132025-01-11T00:23:28.233Z Compiling is-terminal v0.4.13
14142025-01-11T00:23:28.359Z Compiling dropshot v0.12.0
14152025-01-11T00:23:28.418Z Compiling object v0.36.5
14162025-01-11T00:23:28.642Z Compiling quick-error v1.2.3
14172025-01-11T00:23:28.659Z Compiling take_mut v0.2.2
14182025-01-11T00:23:28.801Z Compiling rustc-demangle v0.1.24
14192025-01-11T00:23:28.821Z Compiling base16ct v0.2.0
14202025-01-11T00:23:29.131Z Compiling portable-atomic v1.9.0
14212025-01-11T00:23:29.357Z Compiling linked-hash-map v0.5.6
14222025-01-11T00:23:29.387Z Compiling utf-8 v0.7.6
14232025-01-11T00:23:29.728Z Compiling psl-types v2.0.11
14242025-01-11T00:23:29.749Z Compiling smoltcp v0.9.1
14252025-01-11T00:23:29.817Z Compiling fallible-iterator v0.2.0
14262025-01-11T00:23:29.929Z Compiling anyhow v1.0.93
14272025-01-11T00:23:30.255Z Compiling num-bigint-dig v0.8.4
14282025-01-11T00:23:30.350Z Compiling publicsuffix v2.2.3
14292025-01-11T00:23:30.567Z Compiling postgres-protocol v0.6.7
14302025-01-11T00:23:30.584Z Compiling lru-cache v0.1.2
14312025-01-11T00:23:30.604Z Compiling tungstenite v0.24.0
14322025-01-11T00:23:30.606Z Compiling sec1 v0.7.3
14332025-01-11T00:23:30.988Z Compiling resolv-conf v0.7.0
14342025-01-11T00:23:31.261Z Compiling async-stream v0.3.6
14352025-01-11T00:23:31.559Z Compiling hickory-proto v0.24.1
14362025-01-11T00:23:31.777Z Compiling group v0.13.0
14372025-01-11T00:23:31.903Z Compiling slog-term v2.9.1
14382025-01-11T00:23:31.999Z Compiling usdt v0.5.0
14392025-01-11T00:23:32.491Z Compiling num-iter v0.1.45
14402025-01-11T00:23:32.792Z Compiling futures v0.3.31
14412025-01-11T00:23:32.923Z Compiling slog-bunyan v2.5.0
14422025-01-11T00:23:33.177Z Compiling toml v0.8.19
14432025-01-11T00:23:33.325Z Compiling camino v1.1.9
14442025-01-11T00:23:34.320Z Compiling tokio-native-tls v0.3.1
14452025-01-11T00:23:34.967Z Compiling phf_shared v0.11.2
14462025-01-11T00:23:35.012Z Compiling dropshot_endpoint v0.12.0
14472025-01-11T00:23:35.389Z Compiling terminal_size v0.4.0
14482025-01-11T00:23:35.470Z Compiling waitgroup v0.1.2
14492025-01-11T00:23:35.609Z Compiling openapiv3 v2.0.0
14502025-01-11T00:23:35.655Z Compiling serde_path_to_error v0.1.16
14512025-01-11T00:23:35.701Z Compiling hkdf v0.12.4
14522025-01-11T00:23:35.962Z Compiling backtrace v0.3.74
14532025-01-11T00:23:36.524Z Compiling crypto-bigint v0.5.5
14542025-01-11T00:23:36.662Z Compiling curve25519-dalek-derive v0.1.1
14552025-01-11T00:23:38.251Z Compiling zerocopy-derive v0.6.6
14562025-01-11T00:23:39.665Z Compiling webpki-roots v0.26.6
14572025-01-11T00:23:39.723Z Compiling idna v0.5.0
14582025-01-11T00:23:39.744Z Compiling hubpack_derive v0.1.1
14592025-01-11T00:23:39.900Z Compiling hostname v0.4.0
14602025-01-11T00:23:40.173Z Compiling crc32fast v1.4.2
14612025-01-11T00:23:40.224Z Compiling fs-err v2.11.0
14622025-01-11T00:23:40.501Z Compiling ahash v0.8.11
14632025-01-11T00:23:40.531Z Compiling bitflags v1.3.2
14642025-01-11T00:23:40.550Z Compiling newtype-uuid v1.1.3
14652025-01-11T00:23:40.623Z Compiling debug-ignore v1.0.5
14662025-01-11T00:23:40.645Z Compiling managed v0.8.0
14672025-01-11T00:23:40.773Z Compiling winnow v0.5.40
14682025-01-11T00:23:40.820Z Compiling console v0.15.8
14692025-01-11T00:23:40.948Z Compiling clap_builder v4.5.21
14702025-01-11T00:23:41.437Z Compiling hubpack v0.1.2
14712025-01-11T00:23:41.930Z Compiling cookie_store v0.21.0
14722025-01-11T00:23:42.206Z Compiling zerocopy v0.6.6
14732025-01-11T00:23:42.509Z Compiling strum_macros v0.25.3
14742025-01-11T00:23:42.793Z Compiling flate2 v1.0.34
14752025-01-11T00:23:43.109Z Compiling elliptic-curve v0.13.8
14762025-01-11T00:23:43.621Z Compiling hickory-resolver v0.24.1
14772025-01-11T00:23:43.967Z Compiling phf v0.11.2
14782025-01-11T00:23:44.260Z Compiling signal-hook-mio v0.2.4
14792025-01-11T00:23:44.430Z Compiling toml_edit v0.19.15
14802025-01-11T00:23:44.691Z Compiling hyper-tls v0.6.0
14812025-01-11T00:23:44.711Z Compiling rayon v1.10.0
14822025-01-11T00:23:45.111Z Compiling bzip2 v0.4.4
14832025-01-11T00:23:46.742Z Compiling tokio-tungstenite v0.24.0
14842025-01-11T00:23:47.302Z Compiling postgres-types v0.2.8
14852025-01-11T00:23:49.587Z Compiling ed25519 v2.2.3
14862025-01-11T00:23:50.236Z Compiling phf_shared v0.10.0
14872025-01-11T00:23:50.482Z Compiling tokio-stream v0.1.16
14882025-01-11T00:23:50.565Z Compiling pkcs1 v0.7.5
14892025-01-11T00:23:50.653Z Compiling serde-big-array v0.5.1
14902025-01-11T00:23:50.904Z Compiling clap_derive v4.5.18
14912025-01-11T00:23:51.523Z Compiling rfc6979 v0.4.0
14922025-01-11T00:23:51.544Z Compiling derive-where v1.2.7
14932025-01-11T00:23:51.575Z Compiling serde_repr v0.1.19
14942025-01-11T00:23:51.578Z Compiling float-cmp v0.9.0
14952025-01-11T00:23:51.723Z Compiling bstr v1.10.0
14962025-01-11T00:23:52.707Z Compiling sync_wrapper v1.0.1
14972025-01-11T00:23:52.737Z Compiling whoami v1.5.2
14982025-01-11T00:23:52.764Z Compiling unicode-segmentation v1.12.0
14992025-01-11T00:23:52.866Z Compiling predicates-core v1.0.8
15002025-01-11T00:23:53.242Z Compiling number_prefix v0.4.0
15012025-01-11T00:23:53.404Z Compiling difflib v0.4.0
15022025-01-11T00:23:53.471Z Compiling precomputed-hash v0.1.1
15032025-01-11T00:23:53.506Z Compiling unicode-width v0.2.0
15042025-01-11T00:23:53.594Z Compiling bit-vec v0.6.3
15052025-01-11T00:23:53.680Z Compiling fixedbitset v0.4.2
15062025-01-11T00:23:54.049Z Compiling new_debug_unreachable v1.0.6
15072025-01-11T00:23:54.083Z Compiling static_assertions v1.1.0
15082025-01-11T00:23:54.157Z Compiling normalize-line-endings v0.3.0
15092025-01-11T00:23:54.179Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15102025-01-11T00:23:54.199Z Compiling string_cache v0.8.7
15112025-01-11T00:23:54.297Z Compiling predicates v3.1.2
15122025-01-11T00:23:54.700Z Compiling petgraph v0.6.5
15132025-01-11T00:23:55.083Z Compiling indicatif v0.17.9
15142025-01-11T00:23:55.246Z Compiling bit-set v0.5.3
15152025-01-11T00:23:55.563Z Compiling similar v2.6.0
15162025-01-11T00:23:55.845Z Compiling clap v4.5.21
15172025-01-11T00:23:55.977Z Compiling tokio-postgres v0.7.12
15182025-01-11T00:23:56.195Z Compiling ecdsa v0.16.9
15192025-01-11T00:23:57.120Z Compiling rsa v0.9.6
15202025-01-11T00:23:57.491Z Compiling ed25519-dalek v2.1.1
15212025-01-11T00:23:58.071Z Compiling toml v0.7.8
15222025-01-11T00:23:58.816Z Compiling zip v0.6.6
15232025-01-11T00:23:59.035Z Compiling crossterm v0.28.1
15242025-01-11T00:24:00.612Z Compiling hex v0.4.3
15252025-01-11T00:24:00.786Z Compiling x509-cert v0.2.5
15262025-01-11T00:24:01.024Z Compiling lalrpop-util v0.19.12
15272025-01-11T00:24:01.228Z Compiling unicode-xid v0.2.6
15282025-01-11T00:24:01.365Z Compiling peg-runtime v0.8.3
15292025-01-11T00:24:01.389Z Compiling strum_macros v0.26.4
15302025-01-11T00:24:01.417Z Compiling xattr v1.3.1
15312025-01-11T00:24:01.702Z Compiling filetime v0.2.25
15322025-01-11T00:24:02.028Z Compiling tar v0.4.42
15332025-01-11T00:24:06.252Z Compiling strum v0.26.3
15342025-01-11T00:24:09.569Z Compiling aws-lc-sys v0.22.0
15352025-01-11T00:24:37.792Z Compiling rustls-webpki v0.102.8
15362025-01-11T00:24:41.210Z Compiling tokio-rustls v0.25.0
15372025-01-11T00:24:42.891Z Compiling tokio-rustls v0.26.0
15382025-01-11T00:24:43.354Z Compiling hyper-rustls v0.27.3
15392025-01-11T00:24:43.670Z Compiling reqwest v0.12.9
15402025-01-11T00:24:44.675Z Compiling qorb v0.2.1
15412025-01-11T00:24:49.823Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15422025-01-11T00:24:50.065Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15432025-01-11T00:24:56.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
15442025-01-11T00:24:56.194Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15452025-01-11T00:24:56.245ZJan 11 00:24:55.218 INFO Starting download, target: Clickhouse
15462025-01-11T00:24:56.245ZJan 11 00:24:55.218 INFO Starting download, target: Cockroach
15472025-01-11T00:24:56.245ZJan 11 00:24:55.218 INFO Starting download, target: Console
15482025-01-11T00:24:56.248ZJan 11 00:24:55.218 INFO Starting download, target: DendriteOpenapi
15492025-01-11T00:24:56.248ZJan 11 00:24:55.218 INFO Starting download, target: DendriteStub
15502025-01-11T00:24:56.248ZJan 11 00:24:55.218 INFO Starting download, target: MaghemiteMgd
15512025-01-11T00:24:56.248ZJan 11 00:24:55.218 INFO Starting download, target: TransceiverControl
15522025-01-11T00:24:56.248ZJan 11 00:24:55.219 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15532025-01-11T00:24:56.248ZJan 11 00:24:55.219 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15542025-01-11T00:24:56.248ZJan 11 00:24:55.219 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15552025-01-11T00:24:56.248ZJan 11 00:24:55.219 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15562025-01-11T00:24:56.248ZJan 11 00:24:55.219 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15572025-01-11T00:24:56.248ZJan 11 00:24:55.219 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15582025-01-11T00:24:56.248ZJan 11 00:24:55.219 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15592025-01-11T00:24:56.818ZJan 11 00:24:55.710 INFO Download complete, target: DendriteOpenapi
15602025-01-11T00:24:56.920ZJan 11 00:24:55.749 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15612025-01-11T00:24:57.024ZJan 11 00:24:55.905 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15622025-01-11T00:24:57.203ZJan 11 00:24:56.033 INFO Download complete, target: Console
15632025-01-11T00:24:57.565ZJan 11 00:24:56.493 INFO Download complete, target: TransceiverControl
15642025-01-11T00:24:58.142ZJan 11 00:24:57.099 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15652025-01-11T00:24:58.172ZJan 11 00:24:57.100 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15662025-01-11T00:24:58.173ZJan 11 00:24:57.102 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15672025-01-11T00:24:58.704ZJan 11 00:24:57.677 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15682025-01-11T00:24:58.704ZJan 11 00:24:57.677 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15692025-01-11T00:25:00.910ZJan 11 00:24:59.883 INFO Download complete, target: DendriteStub
15702025-01-11T00:25:00.996ZJan 11 00:24:59.969 INFO Download complete, target: MaghemiteMgd
15712025-01-11T00:25:06.109ZJan 11 00:25:05.027 INFO Checking that binary works, target: Cockroach
15722025-01-11T00:25:06.264ZJan 11 00:25:05.185 INFO Download complete, target: Cockroach
15732025-01-11T00:25:10.511ZJan 11 00:25:09.481 INFO Checking that binary works, target: Clickhouse
15742025-01-11T00:25:10.635ZJan 11 00:25:09.600 INFO Download complete, target: Clickhouse
15752025-01-11T00:25:10.640ZAll prerequisites installed successfully
15762025-01-11T00:25:10.640Z
15772025-01-11T00:25:10.640Zreal 6:56.118326865
15782025-01-11T00:25:10.640Zuser 16:41.261130357
15792025-01-11T00:25:10.640Zsys 3:16.989226174
15802025-01-11T00:25:10.640Ztrap 0.551678836
15812025-01-11T00:25:10.640Ztflt 1.699197237
15822025-01-11T00:25:10.640Zdflt 2.384336116
15832025-01-11T00:25:10.640Zkflt 0.024909134
15842025-01-11T00:25:10.641Zlock 29:34.074880139
15852025-01-11T00:25:10.641Zslp 1:06:01.731223043
15862025-01-11T00:25:10.641Zlat 57.494840381
15872025-01-11T00:25:10.641Zstop 2:19.145511242
15882025-01-11T00:25:10.641Z+ ptime -m cargo xtask download softnpu
15892025-01-11T00:25:11.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
15902025-01-11T00:25:11.200Z Running `target/debug/xtask download softnpu`
15912025-01-11T00:25:12.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
15922025-01-11T00:25:12.108Z Running `target/debug/xtask-downloader softnpu`
15932025-01-11T00:25:12.145ZJan 11 00:25:11.118 INFO Starting download, target: Softnpu
15942025-01-11T00:25:12.148ZJan 11 00:25:11.118 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15952025-01-11T00:25:12.605ZJan 11 00:25:11.578 INFO Download complete, target: Softnpu
15962025-01-11T00:25:12.609Z
15972025-01-11T00:25:12.612Zreal 1.967638336
15982025-01-11T00:25:12.612Zuser 1.291896629
15992025-01-11T00:25:12.612Zsys 0.547485838
16002025-01-11T00:25:12.612Ztrap 0.001192251
16012025-01-11T00:25:12.612Ztflt 0.000003758
16022025-01-11T00:25:12.612Zdflt 0.000013508
16032025-01-11T00:25:12.612Zkflt 0.000000000
16042025-01-11T00:25:12.612Zlock 4.669612710
16052025-01-11T00:25:12.612Zslp 0.315990980
16062025-01-11T00:25:12.612Zlat 0.070909394
16072025-01-11T00:25:12.612Zstop 0.000166145
16082025-01-11T00:25:12.612Z+ export CARGO_INCREMENTAL=0
16092025-01-11T00:25:12.612Z+ CARGO_INCREMENTAL=0
16102025-01-11T00:25:12.612Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16112025-01-11T00:25:13.602Z Compiling proc-macro2 v1.0.92
16122025-01-11T00:25:13.602Z Compiling unicode-ident v1.0.14
16132025-01-11T00:25:13.602Z Compiling libc v0.2.162
16142025-01-11T00:25:13.605Z Compiling serde v1.0.217
16152025-01-11T00:25:13.605Z Compiling autocfg v1.4.0
16162025-01-11T00:25:13.605Z Compiling version_check v0.9.5
16172025-01-11T00:25:13.605Z Compiling cfg-if v1.0.0
16182025-01-11T00:25:13.842Z Compiling memchr v2.7.4
16192025-01-11T00:25:13.871Z Compiling typenum v1.17.0
16202025-01-11T00:25:13.889Z Compiling shlex v1.3.0
16212025-01-11T00:25:14.260Z Compiling value-bag v1.9.0
16222025-01-11T00:25:14.496Z Compiling generic-array v0.14.7
16232025-01-11T00:25:14.702Z Compiling lock_api v0.4.12
16242025-01-11T00:25:14.762Z Compiling log v0.4.22
16252025-01-11T00:25:14.817Z Compiling scopeguard v1.2.0
16262025-01-11T00:25:14.989Z Compiling parking_lot_core v0.9.10
16272025-01-11T00:25:15.272Z Compiling serde_json v1.0.135
16282025-01-11T00:25:15.406Z Compiling once_cell v1.20.2
16292025-01-11T00:25:15.578Z Compiling quote v1.0.38
16302025-01-11T00:25:15.667Z Compiling rustix v0.38.37
16312025-01-11T00:25:15.685Z Compiling jobserver v0.1.32
16322025-01-11T00:25:15.831Z Compiling getrandom v0.2.15
16332025-01-11T00:25:15.945Z Compiling syn v2.0.96
16342025-01-11T00:25:16.132Z Compiling cc v1.1.30
16352025-01-11T00:25:16.212Z Compiling libm v0.2.8
16362025-01-11T00:25:16.319Z Compiling aho-corasick v1.1.3
16372025-01-11T00:25:16.396Z Compiling num-traits v0.2.19
16382025-01-11T00:25:16.437Z Compiling thiserror v1.0.69
16392025-01-11T00:25:16.477Z Compiling regex-syntax v0.8.5
16402025-01-11T00:25:16.534Z Compiling either v1.13.0
16412025-01-11T00:25:16.695Z Compiling itoa v1.0.11
16422025-01-11T00:25:16.917Z Compiling spin v0.9.8
16432025-01-11T00:25:17.095Z Compiling slab v0.4.9
16442025-01-11T00:25:17.412Z Compiling errno v0.3.9
16452025-01-11T00:25:17.560Z Compiling byteorder v1.5.0
16462025-01-11T00:25:17.637Z Compiling lazy_static v1.5.0
16472025-01-11T00:25:17.760Z Compiling rand_core v0.6.4
16482025-01-11T00:25:18.172Z Compiling glob v0.3.1
16492025-01-11T00:25:18.248Z Compiling prettyplease v0.2.25
16502025-01-11T00:25:18.470Z Compiling minimal-lexical v0.2.1
16512025-01-11T00:25:18.947Z Compiling clang-sys v1.8.1
16522025-01-11T00:25:18.965Z Compiling nom v7.1.3
16532025-01-11T00:25:19.196Z Compiling libloading v0.8.5
16542025-01-11T00:25:19.550Z Compiling bindgen v0.69.5
16552025-01-11T00:25:19.569Z Compiling subtle v2.6.1
16562025-01-11T00:25:19.617Z Compiling home v0.5.9
16572025-01-11T00:25:19.880Z Compiling itertools v0.10.5
16582025-01-11T00:25:20.023Z Compiling allocator-api2 v0.2.18
16592025-01-11T00:25:20.542Z Compiling regex-automata v0.4.8
16602025-01-11T00:25:20.703Z Compiling smallvec v1.13.2
16612025-01-11T00:25:21.145Z Compiling lazycell v1.3.0
16622025-01-11T00:25:21.208Z Compiling rustc-hash v1.1.0
16632025-01-11T00:25:21.327Z Compiling cmake v0.1.51
16642025-01-11T00:25:21.663Z Compiling fs_extra v1.3.0
16652025-01-11T00:25:22.089Z Compiling semver v1.0.24
16662025-01-11T00:25:22.190Z Compiling dunce v1.0.5
16672025-01-11T00:25:22.324Z Compiling cexpr v0.6.0
16682025-01-11T00:25:22.584Z Compiling pkg-config v0.3.31
16692025-01-11T00:25:22.743Z Compiling ring v0.17.8
16702025-01-11T00:25:23.408Z Compiling ryu v1.0.18
16712025-01-11T00:25:23.714Z Compiling synstructure v0.13.1
16722025-01-11T00:25:23.780Z Compiling pin-project-lite v0.2.14
16732025-01-11T00:25:23.833Z Compiling paste v1.0.15
16742025-01-11T00:25:23.922Z Compiling schemars v0.8.21
16752025-01-11T00:25:23.944Z Compiling const-oid v0.9.6
16762025-01-11T00:25:24.255Z Compiling aws-lc-rs v1.10.0
16772025-01-11T00:25:24.963Z Compiling httparse v1.9.5
16782025-01-11T00:25:25.110Z Compiling fnv v1.0.7
16792025-01-11T00:25:25.256Z Compiling serde_derive_internals v0.29.1
16802025-01-11T00:25:25.741Z Compiling equivalent v1.0.1
16812025-01-11T00:25:25.859Z Compiling regex v1.11.1
16822025-01-11T00:25:25.907Z Compiling foldhash v0.1.3
16832025-01-11T00:25:26.178Z Compiling hashbrown v0.15.1
16842025-01-11T00:25:26.463Z Compiling signal-hook-registry v1.4.2
16852025-01-11T00:25:26.903Z Compiling heck v0.5.0
16862025-01-11T00:25:27.021Z Compiling parking_lot v0.12.3
16872025-01-11T00:25:27.365Z Compiling mio v1.0.2
16882025-01-11T00:25:28.147Z Compiling stable_deref_trait v1.2.0
16892025-01-11T00:25:28.408Z Compiling socket2 v0.5.7
16902025-01-11T00:25:29.058Z Compiling time-core v0.1.2
16912025-01-11T00:25:29.198Z Compiling serde_derive v1.0.217
16922025-01-11T00:25:29.240Z Compiling zeroize_derive v1.4.2
16932025-01-11T00:25:29.783Z Compiling zerocopy-derive v0.7.35
16942025-01-11T00:25:30.089Z Compiling thiserror-impl v1.0.69
16952025-01-11T00:25:30.151Z Compiling tokio-macros v2.4.0
16962025-01-11T00:25:30.292Z Compiling zerofrom-derive v0.1.4
16972025-01-11T00:25:30.754Z Compiling zeroize v1.8.1
16982025-01-11T00:25:31.359Z Compiling yoke-derive v0.7.4
16992025-01-11T00:25:31.577Z Compiling futures-macro v0.3.31
17002025-01-11T00:25:31.581Z Compiling zerovec-derive v0.10.3
17012025-01-11T00:25:31.779Z Compiling zerocopy v0.7.35
17022025-01-11T00:25:32.938Z Compiling displaydoc v0.2.5
17032025-01-11T00:25:33.395Z Compiling crypto-common v0.1.6
17042025-01-11T00:25:33.474Z Compiling tracing-attributes v0.1.27
17052025-01-11T00:25:33.603Z Compiling icu_provider_macros v1.5.0
17062025-01-11T00:25:33.733Z Compiling schemars_derive v0.8.21
17072025-01-11T00:25:33.919Z Compiling block-buffer v0.10.4
17082025-01-11T00:25:34.158Z Compiling digest v0.10.7
17092025-01-11T00:25:34.377Z Compiling futures-core v0.3.31
17102025-01-11T00:25:34.563Z Compiling num-conv v0.1.0
17112025-01-11T00:25:34.600Z Compiling crossbeam-utils v0.8.20
17122025-01-11T00:25:34.654Z Compiling der_derive v0.7.3
17132025-01-11T00:25:34.845Z Compiling time-macros v0.2.18
17142025-01-11T00:25:34.965Z Compiling vcpkg v0.2.15
17152025-01-11T00:25:36.569Z Compiling openssl-sys v0.9.103
17162025-01-11T00:25:37.518Z Compiling syn v1.0.109
17172025-01-11T00:25:37.740Z Compiling cpufeatures v0.2.14
17182025-01-11T00:25:37.834Z Compiling futures-sink v0.3.31
17192025-01-11T00:25:37.959Z Compiling slog v2.7.0
17202025-01-11T00:25:38.373Z Compiling ahash v0.8.11
17212025-01-11T00:25:38.722Z Compiling iana-time-zone v0.1.61
17222025-01-11T00:25:38.924Z Compiling futures-channel v0.3.31
17232025-01-11T00:25:39.136Z Compiling zerofrom v0.1.4
17242025-01-11T00:25:39.387Z Compiling scroll_derive v0.12.0
17252025-01-11T00:25:39.414Z Compiling ucd-trie v0.1.7
17262025-01-11T00:25:39.417Z Compiling futures-task v0.3.31
17272025-01-11T00:25:39.442Z Compiling openssl v0.10.66
17282025-01-11T00:25:39.735Z Compiling pin-utils v0.1.0
17292025-01-11T00:25:39.829Z Compiling futures-io v0.3.31
17302025-01-11T00:25:39.852Z Compiling pest v2.7.14
17312025-01-11T00:25:39.868Z Compiling yoke v0.7.4
17322025-01-11T00:25:40.198Z Compiling futures-util v0.3.31
17332025-01-11T00:25:40.748Z Compiling hmac v0.12.1
17342025-01-11T00:25:41.191Z Compiling zerovec v0.10.4
17352025-01-11T00:25:42.832Z Compiling bitflags v2.6.0
17362025-01-11T00:25:42.936Z Compiling bytes v1.9.0
17372025-01-11T00:25:45.189Z Compiling indexmap v2.7.0
17382025-01-11T00:25:45.279Z Compiling tokio v1.40.0
17392025-01-11T00:25:46.714Z Compiling serde_tokenstream v0.2.2
17402025-01-11T00:25:47.086Z Compiling uuid v1.11.0
17412025-01-11T00:25:47.275Z Compiling which v4.4.2
17422025-01-11T00:25:47.519Z Compiling http v1.2.0
17432025-01-11T00:25:48.328Z Compiling chrono v0.4.38
17442025-01-11T00:25:48.353Z Compiling rustc_version v0.4.1
17452025-01-11T00:25:51.118Z Compiling pest_meta v2.7.14
17462025-01-11T00:25:51.146Z Compiling block-padding v0.3.3
17472025-01-11T00:25:51.382Z Compiling openssl-macros v0.1.1
17482025-01-11T00:25:52.084Z Compiling tinyvec_macros v0.1.1
17492025-01-11T00:25:52.288Z Compiling native-tls v0.2.12
17502025-01-11T00:25:52.612Z Compiling rustls v0.23.19
17512025-01-11T00:25:52.911Z Compiling pest_generator v2.7.14
17522025-01-11T00:25:54.235Z Compiling tinyvec v1.8.0
17532025-01-11T00:25:55.286Z Compiling inout v0.1.3
17542025-01-11T00:25:55.333Z Compiling toml_datetime v0.6.8
17552025-01-11T00:25:55.532Z Compiling serde_spanned v0.6.8
17562025-01-11T00:25:55.770Z Compiling tracing-core v0.1.32
17572025-01-11T00:25:55.776Z Compiling strsim v0.11.1
17582025-01-11T00:25:56.031Z Compiling dyn-clone v1.0.17
17592025-01-11T00:25:56.296Z Compiling unicode-normalization v0.1.24
17602025-01-11T00:25:56.729Z Compiling tracing v0.1.40
17612025-01-11T00:26:01.474Z Compiling cipher v0.4.4
17622025-01-11T00:26:01.646Z Compiling pest_derive v2.7.14
17632025-01-11T00:26:01.646Z Compiling tinystr v0.7.6
17642025-01-11T00:26:01.646Z Compiling sha2 v0.10.8
17652025-01-11T00:26:01.646Z Compiling usdt-impl v0.5.0
17662025-01-11T00:26:01.646Z Compiling cookie v0.18.1
17672025-01-11T00:26:01.646Z Compiling writeable v0.5.5
17682025-01-11T00:26:01.646Z Compiling base64ct v1.6.0
17692025-01-11T00:26:01.646Z Compiling unicode-bidi v0.3.17
17702025-01-11T00:26:01.648Z Compiling litemap v0.7.3
17712025-01-11T00:26:01.648Z Compiling icu_locid v1.5.0
17722025-01-11T00:26:01.774Z Compiling aws-lc-sys v0.22.0
17732025-01-11T00:26:02.667Z Compiling pem-rfc7468 v0.7.0
17742025-01-11T00:26:02.725Z Compiling scroll v0.12.0
17752025-01-11T00:26:03.327Z Compiling ppv-lite86 v0.2.20
17762025-01-11T00:26:03.346Z Compiling async-trait v0.1.83
17772025-01-11T00:26:04.163Z Compiling percent-encoding v2.3.1
17782025-01-11T00:26:05.623Z Compiling rustls-pki-types v1.10.0
17792025-01-11T00:26:06.979Z Compiling flagset v0.4.6
17802025-01-11T00:26:07.176Z Compiling anyhow v1.0.93
17812025-01-11T00:26:07.193Z Compiling camino v1.1.9
17822025-01-11T00:26:07.364Z Compiling plain v0.2.3
17832025-01-11T00:26:07.514Z Compiling goblin v0.8.2
17842025-01-11T00:26:07.691Z Compiling der v0.7.9
17852025-01-11T00:26:07.712Z Compiling rand_chacha v0.3.1
17862025-01-11T00:26:09.501Z Compiling icu_provider v1.5.0
17872025-01-11T00:26:10.480Z Compiling tokio-util v0.7.12
17882025-01-11T00:26:10.825Z Compiling pretty-hex v0.4.1
17892025-01-11T00:26:11.381Z Compiling mirai-annotations v1.12.0
17902025-01-11T00:26:11.579Z Compiling rayon-core v1.12.1
17912025-01-11T00:26:11.846Z Compiling icu_locid_transform_data v1.5.0
17922025-01-11T00:26:11.957Z Compiling powerfmt v0.2.0
17932025-01-11T00:26:12.036Z Compiling untrusted v0.7.1
17942025-01-11T00:26:12.160Z Compiling rustls v0.22.4
17952025-01-11T00:26:12.226Z Compiling untrusted v0.9.0
17962025-01-11T00:26:12.246Z Compiling deranged v0.3.11
17972025-01-11T00:26:12.423Z Compiling icu_locid_transform v1.5.0
17982025-01-11T00:26:13.650Z Compiling dof v0.3.0
17992025-01-11T00:26:14.520Z Compiling spki v0.7.3
18002025-01-11T00:26:14.742Z Compiling rand v0.8.5
18012025-01-11T00:26:15.071Z Compiling dtrace-parser v0.2.0
18022025-01-11T00:26:15.410Z Compiling salsa20 v0.10.2
18032025-01-11T00:26:16.450Z Compiling icu_collections v1.5.0
18042025-01-11T00:26:16.882Z Compiling pbkdf2 v0.12.2
18052025-01-11T00:26:17.370Z Compiling thread-id v4.2.2
18062025-01-11T00:26:17.496Z Compiling icu_properties_data v1.5.0
18072025-01-11T00:26:17.891Z Compiling atomic-waker v1.1.2
18082025-01-11T00:26:17.952Z Compiling winnow v0.5.40
18092025-01-11T00:26:18.443Z Compiling num_threads v0.1.7
18102025-01-11T00:26:18.567Z Compiling time v0.3.36
18112025-01-11T00:26:18.608Z Compiling icu_properties v1.5.1
18122025-01-11T00:26:21.837Z Compiling toml_edit v0.19.15
18132025-01-11T00:26:23.205Z Compiling scrypt v0.11.0
18142025-01-11T00:26:23.225Z Compiling form_urlencoded v1.2.1
18152025-01-11T00:26:23.711Z Compiling cbc v0.1.2
18162025-01-11T00:26:23.740Z Compiling aes v0.8.4
18172025-01-11T00:26:23.942Z Compiling http-body v1.0.1
18182025-01-11T00:26:24.200Z Compiling multer v3.1.0
18192025-01-11T00:26:24.497Z Compiling try-lock v0.2.5
18202025-01-11T00:26:24.672Z Compiling utf8_iter v1.0.4
18212025-01-11T00:26:24.953Z Compiling utf16_iter v1.0.5
18222025-01-11T00:26:25.071Z Compiling write16 v1.0.0
18232025-01-11T00:26:25.221Z Compiling rustversion v1.0.17
18242025-01-11T00:26:25.531Z Compiling icu_normalizer_data v1.5.0
18252025-01-11T00:26:26.052Z Compiling slog-async v2.8.0
18262025-01-11T00:26:26.090Z Compiling icu_normalizer v1.5.0
18272025-01-11T00:26:27.142Z Compiling want v0.3.1
18282025-01-11T00:26:27.460Z Compiling pkcs5 v0.7.1
18292025-01-11T00:26:28.702Z Compiling h2 v0.4.6
18302025-01-11T00:26:29.370Z Compiling heapless v0.7.17
18312025-01-11T00:26:30.021Z Compiling bzip2-sys v0.1.11+1.0.8
18322025-01-11T00:26:30.519Z Compiling httpdate v1.0.3
18332025-01-11T00:26:30.880Z Compiling signal-hook v0.3.17
18342025-01-11T00:26:31.293Z Compiling pkcs8 v0.10.2
18352025-01-11T00:26:31.651Z Compiling idna_adapter v1.2.0
18362025-01-11T00:26:32.916Z Compiling usdt-attr-macro v0.5.0
18372025-01-11T00:26:33.182Z Compiling usdt-macro v0.5.0
18382025-01-11T00:26:33.374Z Compiling async-stream-impl v0.3.6
18392025-01-11T00:26:34.652Z Compiling adler2 v2.0.0
18402025-01-11T00:26:34.655Z Compiling tower-service v0.3.3
18412025-01-11T00:26:34.819Z Compiling base64 v0.22.1
18422025-01-11T00:26:34.941Z Compiling miniz_oxide v0.8.0
18432025-01-11T00:26:36.717Z Compiling hyper v1.5.0
18442025-01-11T00:26:38.123Z Compiling idna v1.0.3
18452025-01-11T00:26:40.310Z Compiling hyper-util v0.1.10
18462025-01-11T00:26:42.180Z Compiling curve25519-dalek v4.1.3
18472025-01-11T00:26:42.583Z Compiling openapiv3 v2.0.0
18482025-01-11T00:26:43.857Z Compiling enum-as-inner v0.6.1
18492025-01-11T00:26:45.311Z Compiling dropshot v0.12.0
18502025-01-11T00:26:45.608Z Compiling smoltcp v0.9.1
18512025-01-11T00:26:45.701Z Compiling foreign-types-shared v0.1.1
18522025-01-11T00:26:45.824Z Compiling portable-atomic v1.9.0
18532025-01-11T00:26:46.694Z Compiling match_cfg v0.1.0
18542025-01-11T00:26:46.713Z Compiling newtype-uuid v1.1.3
18552025-01-11T00:26:46.796Z Compiling num-bigint-dig v0.8.4
18562025-01-11T00:26:46.921Z Compiling hostname v0.3.1
18572025-01-11T00:26:47.074Z Compiling foreign-types v0.3.2
18582025-01-11T00:26:47.382Z Compiling url v2.5.3
18592025-01-11T00:26:50.139Z Compiling http-body-util v0.1.2
18602025-01-11T00:26:50.556Z Compiling dirs-sys-next v0.1.2
18612025-01-11T00:26:50.679Z Compiling encoding_rs v0.8.34
18622025-01-11T00:26:50.733Z Compiling mime v0.3.17
18632025-01-11T00:26:51.051Z Compiling ident_case v1.0.1
18642025-01-11T00:26:51.238Z Compiling gimli v0.31.1
18652025-01-11T00:26:51.825Z Compiling heck v0.4.1
18662025-01-11T00:26:52.269Z Compiling siphasher v0.3.11
18672025-01-11T00:26:52.653Z Compiling data-encoding v2.6.0
18682025-01-11T00:26:54.033Z Compiling darling_core v0.20.10
18692025-01-11T00:26:54.410Z Compiling dirs-next v2.0.0
18702025-01-11T00:26:58.265Z Compiling addr2line v0.24.2
18712025-01-11T00:27:00.271Z Compiling crossbeam-epoch v0.9.18
18722025-01-11T00:27:00.992Z Compiling serde_urlencoded v0.7.1
18732025-01-11T00:27:01.636Z Compiling rustls-pemfile v2.2.0
18742025-01-11T00:27:01.662Z Compiling hubpack_derive v0.1.1
18752025-01-11T00:27:02.113Z Compiling dropshot_endpoint v0.12.0
18762025-01-11T00:27:02.554Z Compiling sha1 v0.10.6
18772025-01-11T00:27:02.579Z Compiling signature v2.2.0
18782025-01-11T00:27:02.821Z Compiling curve25519-dalek-derive v0.1.1
18792025-01-11T00:27:02.964Z Compiling zerocopy-derive v0.6.6
18802025-01-11T00:27:04.233Z Compiling object v0.36.5
18812025-01-11T00:27:04.828Z Compiling thread_local v1.1.8
18822025-01-11T00:27:05.340Z Compiling fs-err v2.11.0
18832025-01-11T00:27:06.258Z Compiling openssl-probe v0.1.5
18842025-01-11T00:27:06.770Z Compiling anstyle v1.0.10
18852025-01-11T00:27:09.154Z Compiling ipnet v2.10.1
18862025-01-11T00:27:10.819Z Compiling unicode-properties v0.1.3
18872025-01-11T00:27:12.303Z Compiling rustc-demangle v0.1.24
18882025-01-11T00:27:13.603Z Compiling utf8parse v0.2.2
18892025-01-11T00:27:13.781Z Compiling winnow v0.6.20
18902025-01-11T00:27:14.224Z Compiling anstyle-parse v0.2.5
18912025-01-11T00:27:14.562Z Compiling backtrace v0.3.74
18922025-01-11T00:27:15.885Z Compiling rustls-webpki v0.102.8
18932025-01-11T00:27:17.708Z Compiling toml_edit v0.22.22
18942025-01-11T00:27:25.008Z Compiling stringprep v0.1.5
18952025-01-11T00:27:27.235Z Compiling crossbeam-deque v0.8.5
18962025-01-11T00:27:27.463Z Compiling darling_macro v0.20.10
18972025-01-11T00:27:27.597Z Compiling term v0.7.0
18982025-01-11T00:27:28.359Z Compiling slog-json v2.6.1
18992025-01-11T00:27:28.984Z Compiling crossbeam-channel v0.5.13
19002025-01-11T00:27:29.623Z Compiling hashbrown v0.14.5
19012025-01-11T00:27:30.021Z Compiling idna v0.3.0
19022025-01-11T00:27:30.051Z Compiling idna v0.4.0
19032025-01-11T00:27:31.137Z Compiling futures-executor v0.3.31
19042025-01-11T00:27:31.619Z Compiling num-integer v0.1.46
19052025-01-11T00:27:31.766Z Compiling md-5 v0.10.6
19062025-01-11T00:27:31.980Z Compiling ff v0.13.0
19072025-01-11T00:27:32.018Z Compiling hash32 v0.2.1
19082025-01-11T00:27:32.214Z Compiling is-terminal v0.4.13
19092025-01-11T00:27:32.316Z Compiling memmap v0.7.0
19102025-01-11T00:27:32.355Z Compiling is_terminal_polyfill v1.70.1
19112025-01-11T00:27:32.401Z Compiling take_mut v0.2.2
19122025-01-11T00:27:32.493Z Compiling quick-error v1.2.3
19132025-01-11T00:27:32.569Z Compiling utf-8 v0.7.6
19142025-01-11T00:27:32.619Z Compiling colorchoice v1.0.2
19152025-01-11T00:27:32.647Z Compiling psl-types v2.0.11
19162025-01-11T00:27:32.850Z Compiling linked-hash-map v0.5.6
19172025-01-11T00:27:32.891Z Compiling anstyle-query v1.1.1
19182025-01-11T00:27:33.048Z Compiling fallible-iterator v0.2.0
19192025-01-11T00:27:33.441Z Compiling base16ct v0.2.0
19202025-01-11T00:27:33.681Z Compiling sec1 v0.7.3
19212025-01-11T00:27:33.751Z Compiling postgres-protocol v0.6.7
19222025-01-11T00:27:33.770Z Compiling publicsuffix v2.2.3
19232025-01-11T00:27:33.834Z Compiling lru-cache v0.1.2
19242025-01-11T00:27:34.044Z Compiling anstream v0.6.15
19252025-01-11T00:27:34.261Z Compiling tungstenite v0.24.0
19262025-01-11T00:27:34.360Z Compiling resolv-conf v0.7.0
19272025-01-11T00:27:34.963Z Compiling usdt v0.5.0
19282025-01-11T00:27:35.421Z Compiling slog-term v2.9.1
19292025-01-11T00:27:35.769Z Compiling group v0.13.0
19302025-01-11T00:27:36.086Z Compiling num-iter v0.1.45
19312025-01-11T00:27:36.287Z Compiling futures v0.3.31
19322025-01-11T00:27:36.428Z Compiling hickory-proto v0.24.1
19332025-01-11T00:27:36.541Z Compiling regress v0.10.1
19342025-01-11T00:27:40.570Z Compiling slog-bunyan v2.5.0
19352025-01-11T00:27:41.193Z Compiling darling v0.20.10
19362025-01-11T00:27:41.318Z Compiling tokio-native-tls v0.3.1
19372025-01-11T00:27:41.601Z Compiling tokio-rustls v0.26.0
19382025-01-11T00:27:41.628Z Compiling tokio-rustls v0.25.0
19392025-01-11T00:27:42.077Z Compiling toml v0.8.19
19402025-01-11T00:27:42.372Z Compiling phf_shared v0.11.2
19412025-01-11T00:27:42.682Z Compiling strum_macros v0.25.3
19422025-01-11T00:27:43.099Z Compiling async-stream v0.3.6
19432025-01-11T00:27:43.398Z Compiling waitgroup v0.1.2
19442025-01-11T00:27:43.608Z Compiling webpki-roots v0.26.6
19452025-01-11T00:27:43.845Z Compiling idna v0.5.0
19462025-01-11T00:27:44.058Z Compiling terminal_size v0.4.0
19472025-01-11T00:27:44.280Z Compiling serde_path_to_error v0.1.16
19482025-01-11T00:27:45.129Z Compiling hkdf v0.12.4
19492025-01-11T00:27:45.638Z Compiling crypto-bigint v0.5.5
19502025-01-11T00:27:45.657Z Compiling clap_derive v4.5.18
19512025-01-11T00:27:45.984Z Compiling derive-where v1.2.7
19522025-01-11T00:27:46.315Z Compiling serde_repr v0.1.19
19532025-01-11T00:27:47.291Z Compiling hostname v0.4.0
19542025-01-11T00:27:47.402Z Compiling crc32fast v1.4.2
19552025-01-11T00:27:47.503Z Compiling unicode-width v0.1.14
19562025-01-11T00:27:47.685Z Compiling bitflags v1.3.2
19572025-01-11T00:27:47.707Z Compiling managed v0.8.0
19582025-01-11T00:27:47.805Z Compiling debug-ignore v1.0.5
19592025-01-11T00:27:48.264Z Compiling clap_lex v0.7.2
19602025-01-11T00:27:49.193Z Compiling elliptic-curve v0.13.8
19612025-01-11T00:27:49.941Z Compiling clap_builder v4.5.21
19622025-01-11T00:27:50.524Z Compiling console v0.15.8
19632025-01-11T00:27:51.875Z Compiling flate2 v1.0.34
19642025-01-11T00:27:52.849Z Compiling cookie_store v0.21.0
19652025-01-11T00:27:56.955Z Compiling hyper-rustls v0.27.3
19662025-01-11T00:27:57.681Z Compiling phf v0.11.2
19672025-01-11T00:27:58.011Z Compiling hyper-tls v0.6.0
19682025-01-11T00:27:58.422Z Compiling hickory-resolver v0.24.1
19692025-01-11T00:27:59.397Z Compiling signal-hook-mio v0.2.4
19702025-01-11T00:27:59.567Z Compiling typify-impl v0.2.0
19712025-01-11T00:27:59.824Z Compiling rayon v1.10.0
19722025-01-11T00:27:59.868Z Compiling bzip2 v0.4.4
19732025-01-11T00:28:00.093Z Compiling tokio-tungstenite v0.24.0
19742025-01-11T00:28:00.273Z Compiling postgres-types v0.2.8
19752025-01-11T00:28:00.708Z Compiling zerocopy v0.6.6
19762025-01-11T00:28:00.817Z Compiling ed25519 v2.2.3
19772025-01-11T00:28:01.264Z Compiling hubpack v0.1.2
19782025-01-11T00:28:01.629Z Compiling phf_shared v0.10.0
19792025-01-11T00:28:01.710Z Compiling pkcs1 v0.7.5
19802025-01-11T00:28:02.643Z Compiling tokio-stream v0.1.16
19812025-01-11T00:28:02.878Z Compiling ipnetwork v0.20.0
19822025-01-11T00:28:03.904Z Compiling serde-big-array v0.5.1
19832025-01-11T00:28:03.967Z Compiling rfc6979 v0.4.0
19842025-01-11T00:28:04.137Z Compiling float-cmp v0.9.0
19852025-01-11T00:28:04.161Z Compiling sync_wrapper v1.0.1
19862025-01-11T00:28:04.379Z Compiling bstr v1.10.0
19872025-01-11T00:28:05.537Z Compiling static_assertions v1.1.0
19882025-01-11T00:28:05.647Z Compiling precomputed-hash v0.1.1
19892025-01-11T00:28:05.692Z Compiling fixedbitset v0.4.2
19902025-01-11T00:28:05.776Z Compiling new_debug_unreachable v1.0.6
19912025-01-11T00:28:05.882Z Compiling unicode-segmentation v1.12.0
19922025-01-11T00:28:06.006Z Compiling normalize-line-endings v0.3.0
19932025-01-11T00:28:06.120Z Compiling difflib v0.4.0
19942025-01-11T00:28:06.139Z Compiling whoami v1.5.2
19952025-01-11T00:28:06.704Z Compiling bit-vec v0.6.3
19962025-01-11T00:28:06.720Z Compiling predicates-core v1.0.8
19972025-01-11T00:28:06.739Z Compiling number_prefix v0.4.0
19982025-01-11T00:28:06.970Z Compiling unicode-width v0.2.0
19992025-01-11T00:28:07.015Z Compiling predicates v3.1.2
20002025-01-11T00:28:07.115Z Compiling bit-set v0.5.3
20012025-01-11T00:28:07.406Z Compiling similar v2.6.0
20022025-01-11T00:28:07.408Z Compiling tokio-postgres v0.7.12
20032025-01-11T00:28:07.508Z Compiling indicatif v0.17.9
20042025-01-11T00:28:08.509Z Compiling petgraph v0.6.5
20052025-01-11T00:28:09.424Z Compiling string_cache v0.8.7
20062025-01-11T00:28:09.450Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20072025-01-11T00:28:10.172Z Compiling reqwest v0.12.9
20082025-01-11T00:28:11.637Z Compiling typify-macro v0.2.0
20092025-01-11T00:28:12.874Z Compiling ecdsa v0.16.9
20102025-01-11T00:28:13.767Z Compiling qorb v0.2.1
20112025-01-11T00:28:14.821Z Compiling rsa v0.9.6
20122025-01-11T00:28:15.734Z Compiling ed25519-dalek v2.1.1
20132025-01-11T00:28:16.255Z Compiling zip v0.6.6
20142025-01-11T00:28:16.358Z Compiling crossterm v0.28.1
20152025-01-11T00:28:16.479Z Compiling clap v4.5.21
20162025-01-11T00:28:18.449Z Compiling toml v0.7.8
20172025-01-11T00:28:19.403Z Compiling x509-cert v0.2.5
20182025-01-11T00:28:20.022Z Compiling hex v0.4.3
20192025-01-11T00:28:21.157Z Compiling unicode-xid v0.2.6
20202025-01-11T00:28:21.372Z Compiling peg-runtime v0.8.3
20212025-01-11T00:28:21.790Z Compiling zerocopy v0.8.10
20222025-01-11T00:28:21.897Z Compiling lalrpop-util v0.19.12
20232025-01-11T00:28:23.808Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20242025-01-11T00:28:27.372Z Compiling proc-macro-crate v1.3.1
20252025-01-11T00:28:28.200Z Compiling macaddr v1.0.1
20262025-01-11T00:28:28.220Z Compiling zerocopy-derive v0.8.10
20272025-01-11T00:28:28.510Z Compiling itertools v0.13.0
20282025-01-11T00:28:30.854Z Compiling heapless v0.8.0
20292025-01-11T00:28:31.890Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20302025-01-11T00:28:36.708Z Compiling num_enum_derive v0.5.11
20312025-01-11T00:28:44.678Z Compiling hash32 v0.3.1
20322025-01-11T00:28:45.788Z Compiling smoltcp v0.11.0
20332025-01-11T00:28:46.398Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20342025-01-11T00:28:51.969Z Compiling num_enum v0.5.11
20352025-01-11T00:28:52.161Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20362025-01-11T00:28:52.523Z Compiling typify v0.2.0
20372025-01-11T00:28:52.675Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20382025-01-11T00:28:53.590Z Compiling proc-macro-error-attr v1.0.4
20392025-01-11T00:28:53.900Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20402025-01-11T00:28:54.089Z Compiling cobs v0.2.3
20412025-01-11T00:28:54.556Z Compiling unsafe-libyaml v0.2.11
20422025-01-11T00:28:56.199Z Compiling serde_yaml v0.9.34+deprecated
20432025-01-11T00:28:56.417Z Compiling postcard v1.0.10
20442025-01-11T00:29:08.459Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20452025-01-11T00:29:12.362Z Compiling progenitor-impl v0.8.0
20462025-01-11T00:29:22.286Z Compiling strum_macros v0.26.4
20472025-01-11T00:29:23.590Z Compiling foreign-types-macros v0.2.3
20482025-01-11T00:29:23.613Z Compiling structmeta-derive v0.3.0
20492025-01-11T00:29:23.679Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20502025-01-11T00:29:23.983Z Compiling proc-macro-error v1.0.4
20512025-01-11T00:29:24.545Z Compiling foreign-types-shared v0.3.1
20522025-01-11T00:29:25.379Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20532025-01-11T00:29:26.201Z Compiling structmeta v0.3.0
20542025-01-11T00:29:26.720Z Compiling strum v0.26.3
20552025-01-11T00:29:29.345Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20562025-01-11T00:29:32.168Z Compiling foreign-types v0.5.0
20572025-01-11T00:29:33.885Z Compiling progenitor-macro v0.8.0
20582025-01-11T00:29:39.143Z Compiling progenitor-client v0.8.0
20592025-01-11T00:29:39.305Z Compiling tabwriter v1.4.0
20602025-01-11T00:29:40.146Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20612025-01-11T00:29:40.959Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
20622025-01-11T00:29:42.169Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20632025-01-11T00:29:43.019Z Compiling cstr-argument v0.1.2
20642025-01-11T00:29:43.301Z Compiling dropshot v0.13.0
20652025-01-11T00:29:43.613Z Compiling crucible-workspace-hack v0.1.0
20662025-01-11T00:29:45.016Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20672025-01-11T00:29:45.322Z Compiling pretty-hex v0.2.1
20682025-01-11T00:29:45.542Z Compiling fastrand v2.1.1
20692025-01-11T00:29:46.202Z Compiling thiserror v2.0.11
20702025-01-11T00:29:46.449Z Compiling tempfile v3.13.0
20712025-01-11T00:29:46.717Z Compiling progenitor v0.8.0
20722025-01-11T00:29:46.915Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20732025-01-11T00:29:47.120Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20742025-01-11T00:29:47.320Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
20752025-01-11T00:29:47.402Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20762025-01-11T00:29:48.017Z Compiling parse-display-derive v0.10.0
20772025-01-11T00:29:48.153Z Compiling colored v2.1.0
20782025-01-11T00:29:48.317Z Compiling serde_with_macros v3.11.0
20792025-01-11T00:29:49.056Z Compiling dropshot_endpoint v0.13.0
20802025-01-11T00:29:49.391Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20812025-01-11T00:29:50.174Z Compiling thiserror-impl v2.0.11
20822025-01-11T00:29:50.894Z Compiling instant v0.1.13
20832025-01-11T00:29:51.076Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20842025-01-11T00:29:51.094Z Compiling backoff v0.4.0
20852025-01-11T00:29:51.482Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20862025-01-11T00:29:51.499Z Compiling serde_with v3.11.0
20872025-01-11T00:29:51.952Z Compiling parse-display v0.10.0
20882025-01-11T00:29:53.103Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20892025-01-11T00:29:53.519Z Compiling zone_cfg_derive v0.3.0
20902025-01-11T00:29:53.966Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20912025-01-11T00:29:54.566Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20922025-01-11T00:29:54.776Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20932025-01-11T00:29:54.889Z Compiling camino-tempfile v1.1.1
20942025-01-11T00:29:55.323Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
20952025-01-11T00:29:55.717Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20962025-01-11T00:29:55.816Z Compiling regress v0.9.1
20972025-01-11T00:29:55.921Z Compiling progenitor-client v0.9.1
20982025-01-11T00:29:55.954Z Compiling num-derive v0.4.2
20992025-01-11T00:29:56.978Z Compiling sigpipe v0.1.3
21002025-01-11T00:29:57.126Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21012025-01-11T00:29:57.428Z Compiling libefi-sys v0.1.0
21022025-01-11T00:29:57.792Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21032025-01-11T00:29:58.190Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
21042025-01-11T00:29:59.861Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
21052025-01-11T00:30:01.122Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21062025-01-11T00:30:03.242Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
21072025-01-11T00:30:03.829Z Compiling zone v0.3.0
21082025-01-11T00:30:04.666Z Compiling smf v0.2.3
21092025-01-11T00:30:05.427Z Compiling bitfield-struct v0.6.2
21102025-01-11T00:30:06.811Z Compiling blake3 v1.5.4
21112025-01-11T00:30:07.267Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21122025-01-11T00:30:07.337Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21132025-01-11T00:30:07.985Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21142025-01-11T00:30:08.142Z Compiling xattr v1.3.1
21152025-01-11T00:30:08.170Z Compiling filetime v0.2.25
21162025-01-11T00:30:08.253Z Compiling memmap2 v0.9.5
21172025-01-11T00:30:08.470Z Compiling arrayvec v0.7.6
21182025-01-11T00:30:08.531Z Compiling arrayref v0.3.9
21192025-01-11T00:30:08.648Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21202025-01-11T00:30:08.789Z Compiling constant_time_eq v0.3.1
21212025-01-11T00:30:08.867Z Compiling same-file v1.0.6
21222025-01-11T00:30:08.984Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21232025-01-11T00:30:09.155Z Compiling walkdir v2.5.0
21242025-01-11T00:30:09.155Z Compiling tar v0.4.42
21252025-01-11T00:30:10.826Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21262025-01-11T00:30:11.258Z Compiling gethostname v0.5.0
21272025-01-11T00:30:11.478Z Compiling cargo-platform v0.1.8
21282025-01-11T00:30:11.674Z Compiling topological-sort v0.2.2
21292025-01-11T00:30:11.726Z Compiling shell-words v1.1.0
21302025-01-11T00:30:11.962Z Compiling omicron-zone-package v0.12.0
21312025-01-11T00:30:12.169Z Compiling cargo_metadata v0.18.1
21322025-01-11T00:30:12.546Z Compiling indent_write v2.2.0
21332025-01-11T00:30:19.516Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21342025-01-11T00:30:21.399Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21352025-01-11T00:30:25.159Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21362025-01-11T00:30:42.650Z Finished `release` profile [optimized] target(s) in 5m 29s
21372025-01-11T00:30:42.818Z Running `target/release/omicron-package -t test target create -p dev`
21382025-01-11T00:30:42.870ZLogging to: /work/oxidecomputer/omicron/out/LOG
21392025-01-11T00:30:42.872ZCreated new build target 'test' and set it as active
21402025-01-11T00:30:42.872Z
21412025-01-11T00:30:42.872Zreal 5:30.242688935
21422025-01-11T00:30:42.872Zuser 37:11.600955809
21432025-01-11T00:30:42.872Zsys 4:57.908749228
21442025-01-11T00:30:42.872Ztrap 1.128881797
21452025-01-11T00:30:42.872Ztflt 3.127171818
21462025-01-11T00:30:42.872Zdflt 0.936581363
21472025-01-11T00:30:42.872Zkflt 0.020296918
21482025-01-11T00:30:42.872Zlock 1:17:59.264149810
21492025-01-11T00:30:42.872Zslp 2:34:46.205675638
21502025-01-11T00:30:42.873Zlat 2:35.214531919
21512025-01-11T00:30:42.873Zstop 4:31.707934364
21522025-01-11T00:30:42.875Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21532025-01-11T00:30:43.843Z Finished `release` profile [optimized] target(s) in 0.92s
21542025-01-11T00:30:43.901Z Running `target/release/omicron-package -t test package`
21552025-01-11T00:30:43.946ZLogging to: /work/oxidecomputer/omicron/out/LOG
21562025-01-11T00:30:45.098Z Compiling thiserror v2.0.11
21572025-01-11T00:30:45.233Z Compiling typify-impl v0.3.0
21582025-01-11T00:30:45.237Z Compiling convert_case v0.4.0
21592025-01-11T00:30:45.239Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21602025-01-11T00:30:45.240Z Compiling newline-converter v0.3.0
21612025-01-11T00:30:45.240Z Compiling password-hash v0.5.0
21622025-01-11T00:30:45.253Z Compiling blake2 v0.10.6
21632025-01-11T00:30:45.255Z Compiling base64 v0.21.7
21642025-01-11T00:30:45.483Z Compiling expectorate v1.1.0
21652025-01-11T00:30:45.597Z Compiling atomicwrites v0.4.4
21662025-01-11T00:30:45.683Z Compiling owo-colors v4.1.0
21672025-01-11T00:30:45.991Z Compiling argon2 v0.5.3
21682025-01-11T00:30:46.114Z Compiling derive_more v0.99.18
21692025-01-11T00:30:46.116Z Compiling cancel-safe-futures v0.1.5
21702025-01-11T00:30:46.351Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21712025-01-11T00:30:46.489Z Compiling num-rational v0.4.2
21722025-01-11T00:30:46.511Z Compiling progenitor-client v0.9.1
21732025-01-11T00:30:47.060Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21742025-01-11T00:30:47.095Z Compiling num-complex v0.4.6
21752025-01-11T00:30:48.294Z Compiling num v0.4.3
21762025-01-11T00:30:48.424Z Compiling libsw v3.3.1
21772025-01-11T00:30:48.424Z Compiling swrite v0.1.0
21782025-01-11T00:30:48.461Z Compiling linear-map v1.2.0
21792025-01-11T00:30:48.585Z Compiling float-ord v0.3.2
21802025-01-11T00:30:48.762Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21812025-01-11T00:30:48.783Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21822025-01-11T00:30:48.906Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21832025-01-11T00:30:48.986Z Compiling highway v1.2.0
21842025-01-11T00:30:50.263Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21852025-01-11T00:30:50.467Z Compiling semver v0.1.20
21862025-01-11T00:30:51.038Z Compiling rustc_version v0.1.7
21872025-01-11T00:30:51.479Z Compiling newtype_derive v0.1.6
21882025-01-11T00:30:51.795Z Compiling tungstenite v0.21.0
21892025-01-11T00:30:52.770Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21902025-01-11T00:30:56.812Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21912025-01-11T00:30:56.990Z Compiling ipnetwork v0.20.0
21922025-01-11T00:30:57.803Z Compiling typify-macro v0.3.0
21932025-01-11T00:30:57.834Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21942025-01-11T00:30:58.467Z Compiling tokio-tungstenite v0.21.0
21952025-01-11T00:30:58.525Z Compiling progenitor-client v0.8.0
21962025-01-11T00:30:58.583Z Compiling humantime v2.1.0
21972025-01-11T00:30:59.017Z Compiling progenitor v0.8.0
21982025-01-11T00:30:59.287Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21992025-01-11T00:30:59.308Z Compiling dropshot v0.13.0
22002025-01-11T00:30:59.385Z Compiling instant v0.1.13
22012025-01-11T00:30:59.545Z Compiling backoff v0.4.0
22022025-01-11T00:30:59.930Z Compiling steno v0.4.1
22032025-01-11T00:31:00.253Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22042025-01-11T00:31:00.730Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22052025-01-11T00:31:01.614Z Compiling typify v0.3.0
22062025-01-11T00:31:01.776Z Compiling progenitor-impl v0.9.1
22072025-01-11T00:31:08.159Z Compiling parse-display v0.10.0
22082025-01-11T00:31:08.626Z Compiling progenitor-macro v0.9.1
22092025-01-11T00:31:08.706Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102025-01-11T00:31:08.895Z Compiling strum v0.26.3
22112025-01-11T00:31:09.030Z Compiling serde_with v3.11.0
22122025-01-11T00:31:09.094Z Compiling regress v0.9.1
22132025-01-11T00:31:12.126Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22142025-01-11T00:31:13.839Z Compiling macaddr v1.0.1
22152025-01-11T00:31:13.946Z Compiling slog-dtrace v0.3.0
22162025-01-11T00:31:14.292Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22172025-01-11T00:31:14.346Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22182025-01-11T00:31:14.567Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
22192025-01-11T00:31:15.975Z Compiling prettyplease v0.2.25
22202025-01-11T00:31:17.063Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22212025-01-11T00:31:18.974Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22222025-01-11T00:31:21.409Z Compiling progenitor v0.9.1
22232025-01-11T00:31:21.712Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22242025-01-11T00:31:21.949Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22252025-01-11T00:31:32.100Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22262025-01-11T00:31:33.772Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22272025-01-11T00:31:34.828Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22282025-01-11T00:31:35.667Z Compiling half v2.4.1
22292025-01-11T00:31:36.280Z Compiling ciborium-io v0.2.2
22302025-01-11T00:31:36.387Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22312025-01-11T00:31:36.429Z Compiling ciborium-ll v0.2.2
22322025-01-11T00:31:36.967Z Compiling ciborium v0.2.2
22332025-01-11T00:31:39.324Z Compiling fastrand v2.1.1
22342025-01-11T00:31:39.849Z Compiling same-file v1.0.6
22352025-01-11T00:31:40.113Z Compiling display-error-chain v0.2.2
22362025-01-11T00:31:40.343Z Compiling walkdir v2.5.0
22372025-01-11T00:31:41.041Z Compiling tempfile v3.13.0
22382025-01-11T00:31:41.128Z Compiling blake3 v1.5.4
22392025-01-11T00:31:41.776Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22402025-01-11T00:31:41.830Z Compiling xattr v1.3.1
22412025-01-11T00:31:42.105Z Compiling memmap2 v0.9.5
22422025-01-11T00:31:42.491Z Compiling filetime v0.2.25
22432025-01-11T00:31:42.540Z Compiling keccak v0.1.5
22442025-01-11T00:31:42.760Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22452025-01-11T00:31:42.789Z Compiling arrayref v0.3.9
22462025-01-11T00:31:42.910Z Compiling arrayvec v0.7.6
22472025-01-11T00:31:43.348Z Compiling constant_time_eq v0.3.1
22482025-01-11T00:31:43.562Z Compiling sha3 v0.10.8
22492025-01-11T00:31:44.446Z Compiling tar v0.4.42
22502025-01-11T00:31:44.650Z Compiling camino-tempfile v1.1.1
22512025-01-11T00:31:45.118Z Compiling toolchain_find v0.4.0
22522025-01-11T00:31:45.657Z Compiling const_format_proc_macros v0.2.33
22532025-01-11T00:31:46.480Z Compiling maplit v1.0.2
22542025-01-11T00:31:46.541Z Compiling radium v0.7.0
22552025-01-11T00:31:46.621Z Compiling topological-sort v0.2.2
22562025-01-11T00:31:46.852Z Compiling crunchy v0.2.2
22572025-01-11T00:31:47.022Z Compiling omicron-zone-package v0.12.0
22582025-01-11T00:31:47.331Z Compiling rustfmt-wrapper v0.2.1
22592025-01-11T00:31:47.438Z Compiling const_format v0.2.33
22602025-01-11T00:31:47.647Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22612025-01-11T00:31:48.172Z Compiling tap v1.0.1
22622025-01-11T00:31:48.192Z Compiling tiny-keccak v2.0.2
22632025-01-11T00:31:48.359Z Compiling maybe-uninit v2.0.0
22642025-01-11T00:31:48.500Z Compiling wyz v0.5.1
22652025-01-11T00:31:48.879Z Compiling dsl_auto_type v0.1.2
22662025-01-11T00:31:48.996Z Compiling phf_generator v0.11.2
22672025-01-11T00:31:49.198Z Compiling scheduled-thread-pool v0.2.7
22682025-01-11T00:31:49.323Z Compiling secrecy v0.8.0
22692025-01-11T00:31:49.613Z Compiling diesel_table_macro_syntax v0.2.0
22702025-01-11T00:31:50.058Z Compiling async-recursion v1.1.1
22712025-01-11T00:31:50.328Z Compiling funty v2.0.0
22722025-01-11T00:31:50.450Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22732025-01-11T00:31:50.766Z Compiling arc-swap v1.7.1
22742025-01-11T00:31:51.485Z Compiling packed_struct v0.10.1
22752025-01-11T00:31:51.514Z Compiling crc-catalog v2.4.0
22762025-01-11T00:31:51.681Z Compiling crc v3.2.1
22772025-01-11T00:31:51.935Z Compiling bitvec v1.0.1
22782025-01-11T00:31:52.343Z Compiling slog-scope v4.4.0
22792025-01-11T00:31:52.754Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22802025-01-11T00:31:52.793Z Compiling diesel_derives v2.2.3
22812025-01-11T00:31:52.819Z Compiling r2d2 v0.8.10
22822025-01-11T00:31:53.158Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22832025-01-11T00:31:53.296Z Compiling phf_codegen v0.11.2
22842025-01-11T00:31:53.666Z Compiling ascii-canvas v3.0.0
22852025-01-11T00:31:54.056Z Compiling universal-hash v0.5.1
22862025-01-11T00:31:54.163Z Compiling packed_struct_codegen v0.10.1
22872025-01-11T00:31:54.307Z Compiling thiserror-impl-no-std v2.0.2
22882025-01-11T00:31:56.425Z Compiling parse-zoneinfo v0.3.1
22892025-01-11T00:31:56.730Z Compiling ena v0.14.3
22902025-01-11T00:31:57.014Z Compiling indexmap v1.9.3
22912025-01-11T00:31:57.165Z Compiling diff v0.1.13
22922025-01-11T00:31:57.336Z Compiling opaque-debug v0.3.1
22932025-01-11T00:31:57.457Z Compiling nodrop v0.1.14
22942025-01-11T00:31:57.607Z Compiling regex-syntax v0.6.29
22952025-01-11T00:31:57.739Z Compiling array-init v0.0.4
22962025-01-11T00:31:58.023Z Compiling poly1305 v0.8.0
22972025-01-11T00:31:59.093Z Compiling chrono-tz-build v0.4.0
22982025-01-11T00:31:59.556Z Compiling thiserror-no-std v2.0.2
22992025-01-11T00:32:00.275Z Compiling smallvec v0.6.14
23002025-01-11T00:32:01.409Z Compiling lalrpop v0.19.12
23012025-01-11T00:32:03.013Z Compiling slog-stdlog v4.1.1
23022025-01-11T00:32:03.817Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23032025-01-11T00:32:04.176Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23042025-01-11T00:32:04.468Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23052025-01-11T00:32:04.498Z Compiling diesel v2.2.6
23062025-01-11T00:32:04.718Z Compiling chacha20 v0.9.1
23072025-01-11T00:32:04.937Z Compiling aead v0.5.2
23082025-01-11T00:32:05.300Z Compiling vte_generate_state_changes v0.1.2
23092025-01-11T00:32:05.325Z Compiling bitfield v0.14.0
23102025-01-11T00:32:05.659Z Compiling hashbrown v0.12.3
23112025-01-11T00:32:05.935Z Compiling termcolor v1.4.1
23122025-01-11T00:32:06.964Z Compiling ref-cast v1.0.23
23132025-01-11T00:32:07.532Z Compiling env_logger v0.10.2
23142025-01-11T00:32:08.128Z Compiling vte v0.11.1
23152025-01-11T00:32:09.563Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23162025-01-11T00:32:10.667Z Compiling chacha20poly1305 v0.10.1
23172025-01-11T00:32:10.947Z Compiling slog-envlogger v2.2.0
23182025-01-11T00:32:13.682Z Compiling serde-hex v0.1.0
23192025-01-11T00:32:18.975Z Compiling chrono-tz v0.10.0
23202025-01-11T00:32:19.615Z Compiling vsss-rs v3.3.4
23212025-01-11T00:32:23.303Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23222025-01-11T00:32:23.645Z Compiling ron v0.8.1
23232025-01-11T00:32:24.202Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23242025-01-11T00:32:24.530Z Compiling derive_builder_core v0.20.2
23252025-01-11T00:32:26.867Z Compiling hashbrown v0.13.2
23262025-01-11T00:32:27.629Z Compiling polar-core v0.27.3
23272025-01-11T00:32:28.277Z Compiling headers-core v0.3.0
23282025-01-11T00:32:28.461Z Compiling fxhash v0.2.1
23292025-01-11T00:32:28.713Z Compiling libxml v0.3.3
23302025-01-11T00:32:28.812Z Compiling ref-cast-impl v1.0.23
23312025-01-11T00:32:29.091Z Compiling zip v2.1.3
23322025-01-11T00:32:29.420Z Compiling simd-adler32 v0.3.7
23332025-01-11T00:32:29.715Z Compiling bumpalo v3.16.0
23342025-01-11T00:32:29.967Z Compiling crc-any v2.5.0
23352025-01-11T00:32:30.372Z Compiling bytecount v0.6.8
23362025-01-11T00:32:30.659Z Compiling lockfree-object-pool v0.1.6
23372025-01-11T00:32:30.708Z Compiling papergrid v0.11.0
23382025-01-11T00:32:30.927Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23392025-01-11T00:32:30.993Z Compiling zopfli v0.8.1
23402025-01-11T00:32:39.778Z Compiling headers v0.4.0
23412025-01-11T00:32:43.454Z Compiling object v0.30.4
23422025-01-11T00:32:43.566Z Compiling derive_builder_macro v0.20.2
23432025-01-11T00:32:43.857Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23442025-01-11T00:32:46.018Z Compiling strip-ansi-escapes v0.2.0
23452025-01-11T00:32:46.417Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23462025-01-11T00:32:46.753Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23472025-01-11T00:32:47.020Z Compiling tabled_derive v0.7.0
23482025-01-11T00:32:47.060Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23492025-01-11T00:32:48.656Z Compiling itertools v0.12.1
23502025-01-11T00:32:49.271Z Compiling fd-lock v4.0.2
23512025-01-11T00:32:49.498Z Compiling peg-macros v0.8.4
23522025-01-11T00:32:49.526Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23532025-01-11T00:32:50.584Z Compiling strum_macros v0.24.3
23542025-01-11T00:32:51.815Z Compiling kstat-rs v0.2.4
23552025-01-11T00:32:52.489Z Compiling samael v0.0.17
23562025-01-11T00:32:52.806Z Compiling unicase v2.7.0
23572025-01-11T00:32:52.925Z Compiling path-slash v0.1.5
23582025-01-11T00:32:53.144Z Compiling indoc v1.0.9
23592025-01-11T00:32:53.173Z Compiling nu-ansi-term v0.50.1
23602025-01-11T00:32:53.887Z Compiling reedline v0.35.0
23612025-01-11T00:32:54.377Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23622025-01-11T00:32:56.625Z Compiling peg v0.8.4
23632025-01-11T00:32:56.760Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23642025-01-11T00:32:57.935Z Compiling tabled v0.15.0
23652025-01-11T00:33:00.670Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23662025-01-11T00:33:10.264Z Compiling derive_builder v0.20.2
23672025-01-11T00:33:16.851Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23682025-01-11T00:33:17.949Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23692025-01-11T00:33:18.488Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23702025-01-11T00:33:18.784Z Compiling pem v3.0.4
23712025-01-11T00:33:19.363Z Compiling bcs v0.1.6
23722025-01-11T00:33:20.238Z Compiling impl-trait-for-tuples v0.2.2
23732025-01-11T00:33:20.327Z Compiling oso-derive v0.27.3
23742025-01-11T00:33:21.306Z Compiling libz-sys v1.1.20
23752025-01-11T00:33:21.952Z Compiling quick-xml v0.33.0
23762025-01-11T00:33:23.089Z Compiling diesel-dtrace v0.4.2
23772025-01-11T00:33:23.425Z Compiling parking_lot_core v0.8.6
23782025-01-11T00:33:27.185Z Compiling oso v0.27.3
23792025-01-11T00:33:28.992Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23802025-01-11T00:33:30.708Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23812025-01-11T00:33:33.964Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23822025-01-11T00:33:39.223Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23832025-01-11T00:33:39.522Z Compiling bb8 v0.8.5
23842025-01-11T00:33:40.193Z Compiling buf-list v1.0.3
23852025-01-11T00:33:40.849Z Compiling async-bb8-diesel v0.2.1
23862025-01-11T00:33:43.307Z Compiling nibble_vec v0.1.0
23872025-01-11T00:33:43.550Z Compiling libgit2-sys v0.17.0+1.8.1
23882025-01-11T00:33:44.345Z Compiling pin-project-internal v1.1.6
23892025-01-11T00:33:44.832Z Compiling atty v0.2.14
23902025-01-11T00:33:45.018Z Compiling endian-type v0.1.2
23912025-01-11T00:33:45.294Z Compiling salty v0.3.0
23922025-01-11T00:33:45.745Z Compiling radix_trie v0.2.1
23932025-01-11T00:33:47.271Z Compiling pin-project v1.1.6
23942025-01-11T00:33:47.825Z Compiling parking_lot v0.11.2
23952025-01-11T00:33:50.818Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23962025-01-11T00:33:57.412Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
23972025-01-11T00:34:02.280Z Compiling snafu-derive v0.8.5
23982025-01-11T00:34:03.426Z Compiling sled v0.34.7
23992025-01-11T00:34:07.165Z Compiling snafu v0.8.5
24002025-01-11T00:34:08.454Z Compiling mime_guess v2.0.5
24012025-01-11T00:34:09.618Z Compiling hickory-client v0.24.1
24022025-01-11T00:34:14.394Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24032025-01-11T00:34:15.006Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24042025-01-11T00:34:16.478Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24052025-01-11T00:34:18.261Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24062025-01-11T00:34:18.428Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24072025-01-11T00:34:19.992Z Compiling hickory-server v0.24.1
24082025-01-11T00:34:24.158Z Compiling globset v0.4.15
24092025-01-11T00:34:25.232Z Compiling primeorder v0.13.6
24102025-01-11T00:34:25.834Z Compiling olpc-cjson v0.1.4
24112025-01-11T00:34:26.184Z Compiling vergen v8.3.2
24122025-01-11T00:34:26.501Z Compiling castaway v0.2.3
24132025-01-11T00:34:26.711Z Compiling env_filter v0.1.2
24142025-01-11T00:34:28.214Z Compiling serde_plain v1.0.2
24152025-01-11T00:34:28.724Z Compiling cargo-platform v0.1.8
24162025-01-11T00:34:29.261Z Compiling nanorand v0.7.0
24172025-01-11T00:34:29.944Z Compiling memoffset v0.9.1
24182025-01-11T00:34:30.277Z Compiling typed-path v0.9.3
24192025-01-11T00:34:31.569Z Compiling flume v0.11.1
24202025-01-11T00:34:32.360Z Compiling cargo_metadata v0.18.1
24212025-01-11T00:34:34.534Z Compiling tough v0.19.0
24222025-01-11T00:34:35.129Z Compiling env_logger v0.11.5
24232025-01-11T00:34:35.578Z Compiling compact_str v0.8.0
24242025-01-11T00:34:36.626Z Compiling p384 v0.13.0
24252025-01-11T00:34:37.092Z Compiling git2 v0.19.0
24262025-01-11T00:34:37.413Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24272025-01-11T00:34:38.234Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24282025-01-11T00:34:38.254Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24292025-01-11T00:34:46.946Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24302025-01-11T00:34:48.189Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24312025-01-11T00:34:48.364Z Compiling unicode-truncate v1.1.0
24322025-01-11T00:34:48.668Z Compiling lru v0.12.5
24332025-01-11T00:34:49.088Z Compiling rand_seeder v0.3.0
24342025-01-11T00:34:49.513Z Compiling libsqlite3-sys v0.30.1
24352025-01-11T00:34:49.948Z Compiling lzma-sys v0.1.20
24362025-01-11T00:34:50.064Z Compiling instability v0.3.2
24372025-01-11T00:34:50.666Z Compiling parse-size v1.1.0
24382025-01-11T00:34:50.996Z Compiling cfg_aliases v0.2.1
24392025-01-11T00:34:51.102Z Compiling cassowary v0.3.0
24402025-01-11T00:34:51.129Z Compiling http-range v0.1.5
24412025-01-11T00:34:51.786Z Compiling rustls v0.21.12
24422025-01-11T00:34:52.117Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24432025-01-11T00:34:52.547Z Compiling ratatui v0.28.1
24442025-01-11T00:34:54.780Z Compiling nix v0.29.0
24452025-01-11T00:34:55.273Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24462025-01-11T00:34:55.755Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24472025-01-11T00:34:57.799Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24482025-01-11T00:35:03.038Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24492025-01-11T00:35:03.460Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24502025-01-11T00:35:03.767Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24512025-01-11T00:35:04.072Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24522025-01-11T00:35:04.321Z Compiling sct v0.7.1
24532025-01-11T00:35:04.826Z Compiling rustls-webpki v0.101.7
24542025-01-11T00:35:07.919Z Compiling heck v0.3.3
24552025-01-11T00:35:08.316Z Compiling csv-core v0.1.11
24562025-01-11T00:35:08.854Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24572025-01-11T00:35:09.199Z Compiling glob v0.3.1
24582025-01-11T00:35:09.220Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24592025-01-11T00:35:09.663Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24602025-01-11T00:35:09.827Z Compiling csv v1.3.0
24612025-01-11T00:35:11.308Z Compiling zone_cfg_derive v0.1.2
24622025-01-11T00:35:12.031Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24632025-01-11T00:35:12.758Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
24642025-01-11T00:35:14.074Z Compiling nix v0.27.1
24652025-01-11T00:35:17.268Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24662025-01-11T00:35:20.224Z Compiling hyper-staticfile v0.10.1
24672025-01-11T00:35:20.835Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24682025-01-11T00:35:24.083Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24692025-01-11T00:35:24.101Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24702025-01-11T00:35:25.377Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24712025-01-11T00:35:28.216Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24722025-01-11T00:35:28.576Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24732025-01-11T00:35:28.987Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24742025-01-11T00:35:29.298Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24752025-01-11T00:35:29.605Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24762025-01-11T00:35:31.566Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24772025-01-11T00:35:31.851Z Compiling tungstenite v0.23.0
24782025-01-11T00:35:32.190Z Compiling hashlink v0.9.1
24792025-01-11T00:35:32.939Z Compiling fallible-iterator v0.3.0
24802025-01-11T00:35:33.058Z Compiling base64 v0.13.1
24812025-01-11T00:35:33.818Z Compiling fallible-streaming-iterator v0.1.9
24822025-01-11T00:35:33.838Z Compiling ron v0.7.1
24832025-01-11T00:35:34.133Z Compiling rusqlite v0.32.1
24842025-01-11T00:35:37.033Z Compiling tokio-tungstenite v0.23.1
24852025-01-11T00:35:37.629Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24862025-01-11T00:35:37.732Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24872025-01-11T00:35:37.936Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24882025-01-11T00:35:38.307Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24892025-01-11T00:35:39.592Z Compiling xz2 v0.1.7
24902025-01-11T00:35:40.242Z Compiling tokio-rustls v0.24.1
24912025-01-11T00:35:40.722Z Compiling zone v0.1.8
24922025-01-11T00:35:43.668Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24932025-01-11T00:35:44.047Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24942025-01-11T00:35:51.831Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
24952025-01-11T00:35:57.562Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24962025-01-11T00:35:57.763Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24972025-01-11T00:35:58.422Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24982025-01-11T00:36:01.261Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24992025-01-11T00:36:02.621Z Compiling rustls-pemfile v1.0.4
25002025-01-11T00:36:03.390Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25012025-01-11T00:36:03.712Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
25022025-01-11T00:36:03.889Z Compiling signal-hook-tokio v0.3.1
25032025-01-11T00:36:04.131Z Compiling twox-hash v1.6.3
25042025-01-11T00:36:05.145Z Compiling yasna v0.5.2
25052025-01-11T00:36:05.855Z Compiling smawk v0.3.2
25062025-01-11T00:36:06.148Z Compiling is_ci v1.2.0
25072025-01-11T00:36:06.461Z Compiling unicode-linebreak v0.1.5
25082025-01-11T00:36:07.041Z Compiling textwrap v0.16.1
25092025-01-11T00:36:08.596Z Compiling rcgen v0.12.1
25102025-01-11T00:36:10.369Z Compiling supports-color v3.0.1
25112025-01-11T00:36:10.771Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25122025-01-11T00:36:16.974Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25132025-01-11T00:36:19.032Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25142025-01-11T00:36:19.299Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25152025-01-11T00:36:29.958Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25162025-01-11T00:36:38.581Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25172025-01-11T00:36:39.305Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25182025-01-11T00:36:43.527Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25192025-01-11T00:36:52.863Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25202025-01-11T00:36:53.656Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
25212025-01-11T00:36:55.137Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25222025-01-11T00:36:55.454Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25232025-01-11T00:37:00.547Z Compiling fatfs v0.3.6
25242025-01-11T00:37:02.954Z Compiling rtoolbox v0.0.2
25252025-01-11T00:37:03.412Z Compiling subprocess v0.2.9
25262025-01-11T00:37:03.466Z Compiling assert_matches v1.5.0
25272025-01-11T00:37:05.804Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25282025-01-11T00:37:08.126Z Compiling rpassword v7.3.1
25292025-01-11T00:37:08.608Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25302025-01-11T00:37:12.897Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25312025-01-11T00:37:13.576Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25322025-01-11T00:37:19.587Z Compiling tui-tree-widget v0.22.0
25332025-01-11T00:37:19.896Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25342025-01-11T00:37:20.053Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25352025-01-11T00:37:20.369Z Compiling uzers v0.12.1
25362025-01-11T00:37:23.515Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25372025-01-11T00:37:33.673Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25382025-01-11T00:37:35.459Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25392025-01-11T00:37:55.639Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25402025-01-11T00:38:03.227Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25412025-01-11T00:38:06.583Z Compiling multimap v0.10.0
25422025-01-11T00:40:28.031Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25432025-01-11T00:40:40.196Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25442025-01-11T00:47:26.624Z Finished `release` profile [optimized] target(s) in 16m 42s
25452025-01-11T00:48:30.860Z
25462025-01-11T00:48:30.865Zreal 17:47.924303997
25472025-01-11T00:48:30.865Zuser 2:00:11.904850209
25482025-01-11T00:48:30.865Zsys 6:06.187726257
25492025-01-11T00:48:30.865Ztrap 3.017216935
25502025-01-11T00:48:30.865Ztflt 2.989731442
25512025-01-11T00:48:30.865Zdflt 5.248092162
25522025-01-11T00:48:30.865Zkflt 0.000911633
25532025-01-11T00:48:30.865Zlock 7:33:23.374742293
25542025-01-11T00:48:30.865Zslp 6:31:03.891914496
25552025-01-11T00:48:30.865Zlat 2:57.067754887
25562025-01-11T00:48:30.865Zstop 2:35.529657116
25572025-01-11T00:48:30.865Z+ mapfile -t packages
25582025-01-11T00:48:30.865Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25592025-01-11T00:48:31.905Z Finished `release` profile [optimized] target(s) in 0.99s
25602025-01-11T00:48:31.973Z Running `target/release/omicron-package -t test list-outputs`
25612025-01-11T00:48:32.024ZLogging to: /work/oxidecomputer/omicron/out/LOG
25622025-01-11T00:48:32.027Z+ ptime -m cargo build --locked --release -p xtask
25632025-01-11T00:48:32.602Z Compiling serde v1.0.217
25642025-01-11T00:48:32.605Z Compiling libc v0.2.162
25652025-01-11T00:48:32.606Z Compiling rustix v0.38.37
25662025-01-11T00:48:32.606Z Compiling serde_json v1.0.135
25672025-01-11T00:48:32.706Z Compiling syn v2.0.96
25682025-01-11T00:48:32.727Z Compiling bitflags v2.6.0
25692025-01-11T00:48:33.068Z Compiling usdt-impl v0.5.0
25702025-01-11T00:48:33.117Z Compiling syn v1.0.109
25712025-01-11T00:48:33.199Z Compiling hashbrown v0.15.1
25722025-01-11T00:48:33.247Z Compiling log v0.4.22
25732025-01-11T00:48:33.306Z Compiling fs-err v2.11.0
25742025-01-11T00:48:33.616Z Compiling anyhow v1.0.93
25752025-01-11T00:48:33.720Z Compiling once_cell v1.20.2
25762025-01-11T00:48:34.185Z Compiling thread-id v4.2.2
25772025-01-11T00:48:34.485Z Compiling indexmap v2.7.0
25782025-01-11T00:48:35.568Z Compiling terminal_size v0.4.0
25792025-01-11T00:48:35.568Z Compiling tempfile v3.13.0
25802025-01-11T00:48:35.833Z Compiling clap_builder v4.5.21
25812025-01-11T00:48:36.749Z Compiling proc-macro-error v1.0.4
25822025-01-11T00:48:37.968Z Compiling tabled_derive v0.7.0
25832025-01-11T00:48:39.317Z Compiling tabled v0.15.0
25842025-01-11T00:48:40.800Z Compiling serde_derive v1.0.217
25852025-01-11T00:48:41.199Z Compiling thiserror-impl v1.0.69
25862025-01-11T00:48:41.618Z Compiling zerocopy-derive v0.7.35
25872025-01-11T00:48:43.056Z Compiling scroll_derive v0.12.0
25882025-01-11T00:48:43.133Z Compiling clap_derive v4.5.18
25892025-01-11T00:48:43.637Z Compiling zerocopy v0.7.35
25902025-01-11T00:48:44.159Z Compiling thiserror v1.0.69
25912025-01-11T00:48:44.332Z Compiling pest v2.7.14
25922025-01-11T00:48:44.694Z Compiling scroll v0.12.0
25932025-01-11T00:48:45.356Z Compiling goblin v0.8.2
25942025-01-11T00:48:47.352Z Compiling pest_meta v2.7.14
25952025-01-11T00:48:49.119Z Compiling pest_generator v2.7.14
25962025-01-11T00:48:50.958Z Compiling clap v4.5.21
25972025-01-11T00:48:51.416Z Compiling pest_derive v2.7.14
25982025-01-11T00:48:52.241Z Compiling dtrace-parser v0.2.0
25992025-01-11T00:48:56.643Z Compiling serde_tokenstream v0.2.2
26002025-01-11T00:48:57.266Z Compiling serde_spanned v0.6.8
26012025-01-11T00:48:57.541Z Compiling toml_datetime v0.6.8
26022025-01-11T00:48:58.267Z Compiling dof v0.3.0
26032025-01-11T00:48:59.641Z Compiling toml_edit v0.22.22
26042025-01-11T00:49:00.365Z Compiling camino v1.1.9
26052025-01-11T00:49:00.715Z Compiling usdt-attr-macro v0.5.0
26062025-01-11T00:49:01.772Z Compiling usdt-macro v0.5.0
26072025-01-11T00:49:02.155Z Compiling semver v1.0.24
26082025-01-11T00:49:02.956Z Compiling cargo-platform v0.1.8
26092025-01-11T00:49:03.671Z Compiling toml v0.8.19
26102025-01-11T00:49:04.078Z Compiling cargo_metadata v0.18.1
26112025-01-11T00:49:04.743Z Compiling cargo_toml v0.20.5
26122025-01-11T00:49:08.140Z Compiling usdt v0.5.0
26132025-01-11T00:49:09.658Z Compiling camino-tempfile v1.1.1
26142025-01-11T00:49:09.874Z Compiling macaddr v1.0.1
26152025-01-11T00:49:17.539Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26162025-01-11T00:49:28.896Z Finished `release` profile [optimized] target(s) in 56.81s
26172025-01-11T00:49:29.025Z
26182025-01-11T00:49:29.025Zreal 56.967783146
26192025-01-11T00:49:29.025Zuser 5:50.128427733
26202025-01-11T00:49:29.028Zsys 31.936256248
26212025-01-11T00:49:29.029Ztrap 0.157265216
26222025-01-11T00:49:29.029Ztflt 0.307986041
26232025-01-11T00:49:29.029Zdflt 0.568656695
26242025-01-11T00:49:29.029Zkflt 0.009039446
26252025-01-11T00:49:29.029Zlock 11:06.449336315
26262025-01-11T00:49:29.029Zslp 16:52.609046594
26272025-01-11T00:49:29.029Zlat 14.603442726
26282025-01-11T00:49:29.029Zstop 18.757294985
26292025-01-11T00:49:29.029Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26302025-01-11T00:49:29.029Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26312025-01-11T00:49:29.029Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26322025-01-11T00:49:29.029Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26332025-01-11T00:49:29.029Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26342025-01-11T00:49:29.937Z Compiling hashbrown v0.14.5
26352025-01-11T00:49:30.071Z Compiling ident_case v1.0.1
26362025-01-11T00:49:30.083Z Compiling unsafe-libyaml v0.2.11
26372025-01-11T00:49:30.096Z Compiling ipnetwork v0.20.0
26382025-01-11T00:49:30.096Z Compiling progenitor-client v0.9.1
26392025-01-11T00:49:30.106Z Compiling macaddr v1.0.1
26402025-01-11T00:49:30.106Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26412025-01-11T00:49:30.106Z Compiling progenitor-client v0.8.0
26422025-01-11T00:49:30.224Z Compiling darling_core v0.20.10
26432025-01-11T00:49:30.565Z Compiling instant v0.1.13
26442025-01-11T00:49:30.600Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26452025-01-11T00:49:30.656Z Compiling structmeta-derive v0.3.0
26462025-01-11T00:49:30.697Z Compiling dropshot v0.13.0
26472025-01-11T00:49:30.749Z Compiling thiserror v2.0.11
26482025-01-11T00:49:31.075Z Compiling dropshot_endpoint v0.13.0
26492025-01-11T00:49:31.184Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
26502025-01-11T00:49:31.390Z Compiling regress v0.10.1
26512025-01-11T00:49:31.413Z Compiling serde_yaml v0.9.34+deprecated
26522025-01-11T00:49:31.805Z Compiling regress v0.9.1
26532025-01-11T00:49:32.044Z Compiling thiserror-impl v2.0.11
26542025-01-11T00:49:32.433Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
26552025-01-11T00:49:33.518Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26562025-01-11T00:49:33.735Z Compiling structmeta v0.3.0
26572025-01-11T00:49:34.221Z Compiling parse-display-derive v0.10.0
26582025-01-11T00:49:34.332Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26592025-01-11T00:49:34.526Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26602025-01-11T00:49:35.026Z Compiling backoff v0.4.0
26612025-01-11T00:49:35.391Z Compiling typify-impl v0.2.0
26622025-01-11T00:49:35.702Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26632025-01-11T00:49:36.030Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26642025-01-11T00:49:36.219Z Compiling tempfile v3.13.0
26652025-01-11T00:49:36.503Z Compiling proc-macro-crate v1.3.1
26662025-01-11T00:49:36.575Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26672025-01-11T00:49:36.985Z Compiling typify-impl v0.3.0
26682025-01-11T00:49:37.075Z Compiling itertools v0.13.0
26692025-01-11T00:49:37.145Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26702025-01-11T00:49:37.445Z Compiling zerocopy v0.8.10
26712025-01-11T00:49:37.493Z Compiling darling_macro v0.20.10
26722025-01-11T00:49:37.609Z Compiling num_enum_derive v0.5.11
26732025-01-11T00:49:38.483Z Compiling darling v0.20.10
26742025-01-11T00:49:38.503Z Compiling zerocopy-derive v0.8.10
26752025-01-11T00:49:38.624Z Compiling serde_with_macros v3.11.0
26762025-01-11T00:49:38.973Z Compiling parse-display v0.10.0
26772025-01-11T00:49:39.723Z Compiling foreign-types-macros v0.2.3
26782025-01-11T00:49:40.330Z Compiling num_enum v0.5.11
26792025-01-11T00:49:40.334Z Compiling heapless v0.8.0
26802025-01-11T00:49:40.509Z Compiling crucible-workspace-hack v0.1.0
26812025-01-11T00:49:40.852Z Compiling foreign-types-shared v0.3.1
26822025-01-11T00:49:41.038Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26832025-01-11T00:49:41.093Z Compiling foreign-types v0.5.0
26842025-01-11T00:49:41.223Z Compiling proc-macro-error v1.0.4
26852025-01-11T00:49:41.579Z Compiling serde_with v3.11.0
26862025-01-11T00:49:41.726Z Compiling camino-tempfile v1.1.1
26872025-01-11T00:49:41.965Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26882025-01-11T00:49:42.227Z Compiling hash32 v0.3.1
26892025-01-11T00:49:42.504Z Compiling cstr-argument v0.1.2
26902025-01-11T00:49:42.815Z Compiling smoltcp v0.11.0
26912025-01-11T00:49:42.817Z Compiling pretty-hex v0.2.1
26922025-01-11T00:49:43.021Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26932025-01-11T00:49:43.397Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26942025-01-11T00:49:43.575Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26952025-01-11T00:49:44.369Z Compiling tabwriter v1.4.0
26962025-01-11T00:49:44.761Z Compiling colored v2.1.0
26972025-01-11T00:49:44.914Z Compiling cobs v0.2.3
26982025-01-11T00:49:45.240Z Compiling postcard v1.0.10
26992025-01-11T00:49:45.569Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27002025-01-11T00:49:45.569Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27012025-01-11T00:49:45.785Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27022025-01-11T00:49:45.810Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
27032025-01-11T00:49:45.912Z Compiling smf v0.2.3
27042025-01-11T00:49:45.994Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27052025-01-11T00:49:46.354Z Compiling zone_cfg_derive v0.3.0
27062025-01-11T00:49:46.757Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27072025-01-11T00:49:47.241Z Compiling num-derive v0.4.2
27082025-01-11T00:49:47.356Z Compiling sigpipe v0.1.3
27092025-01-11T00:49:47.489Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27102025-01-11T00:49:47.821Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27112025-01-11T00:49:47.910Z Compiling zone v0.3.0
27122025-01-11T00:49:48.444Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27132025-01-11T00:49:48.999Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27142025-01-11T00:49:49.327Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27152025-01-11T00:49:49.491Z Compiling universal-hash v0.5.1
27162025-01-11T00:49:49.534Z Compiling opaque-debug v0.3.1
27172025-01-11T00:49:49.640Z Compiling tungstenite v0.21.0
27182025-01-11T00:49:49.644Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
27192025-01-11T00:49:49.707Z Compiling num-rational v0.4.2
27202025-01-11T00:49:50.460Z Compiling password-hash v0.5.0
27212025-01-11T00:49:50.482Z Compiling num-complex v0.4.6
27222025-01-11T00:49:50.633Z Compiling blake2 v0.10.6
27232025-01-11T00:49:51.555Z Compiling aead v0.5.2
27242025-01-11T00:49:51.578Z Compiling base64 v0.21.7
27252025-01-11T00:49:51.633Z Compiling keccak v0.1.5
27262025-01-11T00:49:51.952Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27272025-01-11T00:49:51.973Z Compiling convert_case v0.4.0
27282025-01-11T00:49:52.077Z Compiling sha3 v0.10.8
27292025-01-11T00:49:52.183Z Compiling num v0.4.3
27302025-01-11T00:49:52.310Z Compiling argon2 v0.5.3
27312025-01-11T00:49:52.331Z Compiling tokio-tungstenite v0.21.0
27322025-01-11T00:49:52.649Z Compiling poly1305 v0.8.0
27332025-01-11T00:49:52.949Z Compiling chacha20 v0.9.1
27342025-01-11T00:49:53.017Z Compiling derive_more v0.99.18
27352025-01-11T00:49:53.169Z Compiling float-ord v0.3.2
27362025-01-11T00:49:53.454Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27372025-01-11T00:49:53.615Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27382025-01-11T00:49:53.905Z Compiling same-file v1.0.6
27392025-01-11T00:49:54.071Z Compiling semver v0.1.20
27402025-01-11T00:49:54.237Z Compiling walkdir v2.5.0
27412025-01-11T00:49:54.385Z Compiling newline-converter v0.3.0
27422025-01-11T00:49:54.580Z Compiling rustc_version v0.1.7
27432025-01-11T00:49:54.600Z Compiling typify-macro v0.2.0
27442025-01-11T00:49:54.774Z Compiling primeorder v0.13.6
27452025-01-11T00:49:55.074Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27462025-01-11T00:49:55.185Z Compiling secrecy v0.8.0
27472025-01-11T00:49:55.206Z Compiling cancel-safe-futures v0.1.5
27482025-01-11T00:49:55.337Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27492025-01-11T00:49:55.482Z Compiling owo-colors v4.1.0
27502025-01-11T00:49:55.606Z Compiling newtype_derive v0.1.6
27512025-01-11T00:49:55.755Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27522025-01-11T00:49:55.848Z Compiling expectorate v1.1.0
27532025-01-11T00:49:55.925Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
27542025-01-11T00:49:56.010Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27552025-01-11T00:49:56.050Z Compiling thiserror-impl-no-std v2.0.2
27562025-01-11T00:49:56.259Z Compiling blake3 v1.5.4
27572025-01-11T00:49:56.342Z Compiling half v2.4.1
27582025-01-11T00:49:56.372Z Compiling typify-macro v0.3.0
27592025-01-11T00:49:56.942Z Compiling unicase v2.7.0
27602025-01-11T00:49:56.963Z Compiling ciborium-io v0.2.2
27612025-01-11T00:49:57.111Z Compiling arc-swap v1.7.1
27622025-01-11T00:49:57.134Z Compiling ciborium-ll v0.2.2
27632025-01-11T00:49:57.582Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27642025-01-11T00:49:57.585Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27652025-01-11T00:49:57.807Z Compiling slog-scope v4.4.0
27662025-01-11T00:49:58.338Z Compiling polyval v0.6.2
27672025-01-11T00:49:58.568Z Compiling atomicwrites v0.4.4
27682025-01-11T00:49:58.821Z Compiling libsw v3.3.1
27692025-01-11T00:49:58.981Z Compiling memmap2 v0.9.5
27702025-01-11T00:49:59.077Z Compiling typify v0.2.0
27712025-01-11T00:49:59.173Z Compiling linear-map v1.2.0
27722025-01-11T00:49:59.250Z Compiling progenitor-impl v0.8.0
27732025-01-11T00:49:59.452Z Compiling thiserror-no-std v2.0.2
27742025-01-11T00:49:59.494Z Compiling arrayref v0.3.9
27752025-01-11T00:49:59.567Z Compiling constant_time_eq v0.3.1
27762025-01-11T00:49:59.597Z Compiling indent_write v2.2.0
27772025-01-11T00:49:59.618Z Compiling salty v0.3.0
27782025-01-11T00:49:59.779Z Compiling arrayvec v0.7.6
27792025-01-11T00:49:59.833Z Compiling libefi-sys v0.1.0
27802025-01-11T00:50:00.073Z Compiling parking_lot_core v0.8.6
27812025-01-11T00:50:00.228Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27822025-01-11T00:50:00.284Z Compiling vsss-rs v3.3.4
27832025-01-11T00:50:00.595Z Compiling ghash v0.5.1
27842025-01-11T00:50:00.830Z Compiling typify v0.3.0
27852025-01-11T00:50:00.865Z Compiling slog-stdlog v4.1.1
27862025-01-11T00:50:00.974Z Compiling progenitor-impl v0.9.1
27872025-01-11T00:50:01.295Z Compiling ciborium v0.2.2
27882025-01-11T00:50:01.629Z Compiling p384 v0.13.0
27892025-01-11T00:50:01.956Z Compiling toolchain_find v0.4.0
27902025-01-11T00:50:02.354Z Compiling chacha20poly1305 v0.10.1
27912025-01-11T00:50:02.612Z Compiling ctr v0.9.2
27922025-01-11T00:50:02.737Z Compiling lzma-sys v0.1.20
27932025-01-11T00:50:02.871Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27942025-01-11T00:50:03.000Z Compiling bitfield-struct v0.6.2
27952025-01-11T00:50:03.251Z Compiling slog-dtrace v0.3.0
27962025-01-11T00:50:03.290Z Compiling highway v1.2.0
27972025-01-11T00:50:03.522Z Compiling topological-sort v0.2.2
27982025-01-11T00:50:03.753Z Compiling omicron-zone-package v0.12.0
27992025-01-11T00:50:03.807Z Compiling aes-gcm v0.10.3
28002025-01-11T00:50:04.103Z Compiling rustfmt-wrapper v0.2.1
28012025-01-11T00:50:04.128Z Compiling mime_guess v2.0.5
28022025-01-11T00:50:04.486Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28032025-01-11T00:50:04.509Z Compiling steno v0.4.1
28042025-01-11T00:50:04.658Z Compiling slog-envlogger v2.2.0
28052025-01-11T00:50:05.517Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28062025-01-11T00:50:05.745Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28072025-01-11T00:50:05.993Z Compiling heck v0.3.3
28082025-01-11T00:50:06.326Z Compiling ssh-encoding v0.2.0
28092025-01-11T00:50:06.361Z Compiling blowfish v0.9.1
28102025-01-11T00:50:06.465Z Compiling nibble_vec v0.1.0
28112025-01-11T00:50:06.702Z Compiling env_filter v0.1.2
28122025-01-11T00:50:06.817Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28132025-01-11T00:50:06.906Z Compiling humantime v2.1.0
28142025-01-11T00:50:06.943Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28152025-01-11T00:50:07.120Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28162025-01-11T00:50:07.248Z Compiling endian-type v0.1.2
28172025-01-11T00:50:07.308Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28182025-01-11T00:50:07.452Z Compiling radix_trie v0.2.1
28192025-01-11T00:50:07.497Z Compiling env_logger v0.11.5
28202025-01-11T00:50:07.527Z Compiling ssh-cipher v0.2.0
28212025-01-11T00:50:07.879Z Compiling progenitor-macro v0.8.0
28222025-01-11T00:50:08.193Z Compiling bcrypt-pbkdf v0.10.0
28232025-01-11T00:50:08.288Z Compiling zone_cfg_derive v0.1.2
28242025-01-11T00:50:08.345Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28252025-01-11T00:50:08.832Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28262025-01-11T00:50:09.306Z Compiling parking_lot v0.11.2
28272025-01-11T00:50:09.579Z Compiling progenitor-macro v0.9.1
28282025-01-11T00:50:09.828Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28292025-01-11T00:50:09.893Z Compiling password-hash v0.4.2
28302025-01-11T00:50:10.163Z Compiling gethostname v0.5.0
28312025-01-11T00:50:10.256Z Compiling fxhash v0.2.1
28322025-01-11T00:50:10.278Z Compiling simd-adler32 v0.3.7
28332025-01-11T00:50:10.393Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28342025-01-11T00:50:10.491Z Compiling zip v2.1.3
28352025-01-11T00:50:10.747Z Compiling http-range v0.1.5
28362025-01-11T00:50:10.845Z Compiling bumpalo v3.16.0
28372025-01-11T00:50:10.866Z Compiling lockfree-object-pool v0.1.6
28382025-01-11T00:50:10.932Z Compiling matches v0.1.10
28392025-01-11T00:50:11.004Z Compiling base64 v0.13.1
28402025-01-11T00:50:11.057Z Compiling idna v0.2.3
28412025-01-11T00:50:11.175Z Compiling sled v0.34.7
28422025-01-11T00:50:11.205Z Compiling pbkdf2 v0.11.0
28432025-01-11T00:50:11.369Z Compiling zopfli v0.8.1
28442025-01-11T00:50:11.591Z Compiling ron v0.7.1
28452025-01-11T00:50:11.642Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28462025-01-11T00:50:12.377Z Compiling zone v0.1.8
28472025-01-11T00:50:12.399Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28482025-01-11T00:50:12.766Z Compiling xz2 v0.1.7
28492025-01-11T00:50:13.297Z Compiling ssh-key v0.6.6
28502025-01-11T00:50:13.607Z Compiling hickory-client v0.24.1
28512025-01-11T00:50:14.315Z Compiling p256 v0.13.2
28522025-01-11T00:50:14.500Z Compiling p521 v0.13.3
28532025-01-11T00:50:15.172Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28542025-01-11T00:50:15.199Z Compiling hickory-server v0.24.1
28552025-01-11T00:50:16.344Z Compiling enum-as-inner v0.5.1
28562025-01-11T00:50:16.958Z Compiling pem v3.0.4
28572025-01-11T00:50:17.439Z Compiling yasna v0.5.2
28582025-01-11T00:50:17.854Z Compiling headers-core v0.3.0
28592025-01-11T00:50:18.037Z Compiling kstat-rs v0.2.4
28602025-01-11T00:50:18.346Z Compiling nanorand v0.7.0
28612025-01-11T00:50:18.492Z Compiling russh-cryptovec v0.7.3
28622025-01-11T00:50:18.720Z Compiling atty v0.2.14
28632025-01-11T00:50:18.844Z Compiling md5 v0.7.0
28642025-01-11T00:50:18.884Z Compiling flume v0.11.1
28652025-01-11T00:50:18.930Z Compiling rcgen v0.12.1
28662025-01-11T00:50:19.245Z Compiling russh-keys v0.45.0
28672025-01-11T00:50:19.377Z Compiling headers v0.4.0
28682025-01-11T00:50:19.662Z Compiling trust-dns-proto v0.22.0
28692025-01-11T00:50:21.525Z Compiling hyper-staticfile v0.10.1
28702025-01-11T00:50:22.652Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28712025-01-11T00:50:22.731Z Compiling num-bigint v0.4.6
28722025-01-11T00:50:23.099Z Compiling des v0.8.1
28732025-01-11T00:50:23.275Z Compiling subprocess v0.2.9
28742025-01-11T00:50:23.476Z Compiling hex-literal v0.4.1
28752025-01-11T00:50:23.513Z Compiling progenitor v0.8.0
28762025-01-11T00:50:23.577Z Compiling dhcproto-macros v0.1.0
28772025-01-11T00:50:23.645Z Compiling display-error-chain v0.2.2
28782025-01-11T00:50:23.647Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28792025-01-11T00:50:23.794Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28802025-01-11T00:50:23.850Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28812025-01-11T00:50:24.163Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28822025-01-11T00:50:24.544Z Compiling dhcproto v0.12.0
28832025-01-11T00:50:25.001Z Compiling progenitor v0.9.1
28842025-01-11T00:50:25.293Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
28852025-01-11T00:50:25.315Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28862025-01-11T00:50:25.661Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28872025-01-11T00:50:28.247Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
28882025-01-11T00:50:28.268Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
28892025-01-11T00:50:30.068Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28902025-01-11T00:50:31.388Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28912025-01-11T00:50:31.588Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28922025-01-11T00:50:32.382Z Compiling russh v0.45.0
28932025-01-11T00:50:32.466Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28942025-01-11T00:50:32.502Z Compiling internet-checksum v0.2.1
28952025-01-11T00:50:41.516Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28962025-01-11T00:50:41.518Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28972025-01-11T00:50:41.518Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28982025-01-11T00:50:41.518Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28992025-01-11T00:50:42.525Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29002025-01-11T00:50:44.786Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29012025-01-11T00:50:45.921Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29022025-01-11T00:50:46.051Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29032025-01-11T00:50:47.073Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29042025-01-11T00:50:49.703Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29052025-01-11T00:50:49.740Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29062025-01-11T00:50:50.373Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29072025-01-11T00:50:50.948Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29082025-01-11T00:50:52.536Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29092025-01-11T00:50:52.735Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29102025-01-11T00:50:54.021Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29112025-01-11T00:50:54.394Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29122025-01-11T00:50:55.832Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29132025-01-11T00:50:57.482Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29142025-01-11T00:50:57.852Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29152025-01-11T00:50:58.027Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29162025-01-11T00:50:58.348Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29172025-01-11T00:50:58.620Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29182025-01-11T00:51:02.725Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29192025-01-11T00:51:04.307Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29202025-01-11T00:51:05.726Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29212025-01-11T00:51:07.288Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29222025-01-11T00:51:07.694Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29232025-01-11T00:51:12.417Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29242025-01-11T00:51:21.969Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29252025-01-11T00:51:23.395Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29262025-01-11T00:51:43.607Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29272025-01-11T00:52:23.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 54s
29282025-01-11T00:52:23.928Z
29292025-01-11T00:52:23.928Zreal 2:54.850921902
29302025-01-11T00:52:23.928Zuser 13:30.849135260
29312025-01-11T00:52:23.928Zsys 2:53.991197935
29322025-01-11T00:52:23.928Ztrap 0.364440870
29332025-01-11T00:52:23.928Ztflt 0.741967587
29342025-01-11T00:52:23.931Zdflt 2.129855476
29352025-01-11T00:52:23.931Zkflt 0.000013788
29362025-01-11T00:52:23.931Zlock 29:17.647917885
29372025-01-11T00:52:23.931Zslp 49:54.587119905
29382025-01-11T00:52:23.931Zlat 37.399887030
29392025-01-11T00:52:23.931Zstop 1:42.639676345
29402025-01-11T00:52:23.931Z+ mkdir tests
29412025-01-11T00:52:23.933Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29422025-01-11T00:52:23.934Z+ xargs -I '{}' -t cp '{}' tests/
29432025-01-11T00:52:23.974Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3f9fca5118e6e333 tests/
29442025-01-11T00:52:24.003Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7224ee50471e7445 tests/
29452025-01-11T00:52:24.029Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-98ff0fd6e9acb94a tests/
29462025-01-11T00:52:24.056Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-884a527d0aad0565 tests/
29472025-01-11T00:52:24.357Z+ 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/*)
29482025-01-11T00:52:24.357Z+ 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-7224ee50471e7445 tests/commtest-98ff0fd6e9acb94a tests/dhcp_server-3f9fca5118e6e333 tests/end_to_end_tests-884a527d0aad0565 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz 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
29492025-01-11T00:53:38.176ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29502025-01-11T00:53:38.176Za .github/buildomat/ci-env.sh 1K
29512025-01-11T00:53:38.176Za out/target/test 1K
29522025-01-11T00:53:38.176Za out/npuzone/npuzone 23144K
29532025-01-11T00:53:38.176Za package-manifest.toml 34K
29542025-01-11T00:53:38.176Za smf/sled-agent/non-gimlet/config.toml 4K
29552025-01-11T00:53:38.176Za target/release/omicron-package 36128K
29562025-01-11T00:53:38.176Za target/release/xtask 11713K
29572025-01-11T00:53:38.176Za target/debug/bootstrap 225524K
29582025-01-11T00:53:38.176Za tests/bootstrap-7224ee50471e7445 24233K
29592025-01-11T00:53:38.176Za tests/commtest-98ff0fd6e9acb94a 25009K
29602025-01-11T00:53:38.176Za tests/dhcp_server-3f9fca5118e6e333 24233K
29612025-01-11T00:53:38.176Za tests/end_to_end_tests-884a527d0aad0565 288867K
29622025-01-11T00:53:38.176Za out/clickhouse.tar.gz 293696K
29632025-01-11T00:53:38.176Za out/clickhouse_keeper.tar.gz 280764K
29642025-01-11T00:53:38.176Za out/clickhouse_server.tar.gz 293672K
29652025-01-11T00:53:38.176Za out/cockroachdb.tar.gz 134734K
29662025-01-11T00:53:38.176Za out/crucible-dtrace.tar 96K
29672025-01-11T00:53:38.176Za out/crucible-pantry-zone.tar.gz 28463K
29682025-01-11T00:53:38.176Za out/crucible-zone.tar.gz 36738K
29692025-01-11T00:53:38.176Za out/external-dns.tar.gz 35442K
29702025-01-11T00:53:38.176Za out/internal-dns.tar.gz 35442K
29712025-01-11T00:53:38.176Za out/mg-ddm-gz.tar 63075K
29722025-01-11T00:53:38.176Za out/nexus.tar.gz 98753K
29732025-01-11T00:53:38.176Za out/ntp.tar.gz 10425K
29742025-01-11T00:53:38.177Za out/omicron-gateway-softnpu.tar.gz 23994K
29752025-01-11T00:53:38.177Za out/omicron-sled-agent.tar 113749K
29762025-01-11T00:53:38.177Za out/overlay.tar.gz 3K
29772025-01-11T00:53:38.177Za out/oximeter.tar.gz 47922K
29782025-01-11T00:53:38.177Za out/oxlog.tar 3089K
29792025-01-11T00:53:38.177Za out/probe.tar.gz 2764K
29802025-01-11T00:53:38.177Za out/propolis-server.tar.gz 66467K
29812025-01-11T00:53:38.177Za out/pumpkind-gz.tar 26665K
29822025-01-11T00:53:38.177Za out/switch-softnpu.tar.gz 235615K
29832025-01-11T00:53:38.183Z
29842025-01-11T00:53:38.183Zreal 1:13.813497665
29852025-01-11T00:53:38.183Zuser 1:10.451472830
29862025-01-11T00:53:38.183Zsys 4.741701388
29872025-01-11T00:53:38.183Ztrap 0.018066058
29882025-01-11T00:53:38.184Ztflt 0.000000000
29892025-01-11T00:53:38.184Zdflt 0.000000000
29902025-01-11T00:53:38.184Zkflt 0.000000000
29912025-01-11T00:53:38.184Zlock 0.000000000
29922025-01-11T00:53:38.184Zslp 1:10.313348046
29932025-01-11T00:53:38.184Zlat 2.096703772
29942025-01-11T00:53:38.184Zstop 0.000539605
29952025-01-11T00:53:38.184Zprocess exited: duration 2123719 ms, exit code 0
 
29962025-01-11T00:53:38.200Zfound 1 output files
29972025-01-11T00:53:38.200Zuploading: /work/package.tar.gz (1899942412 bytes)
29982025-01-11T00:54:32.503Zuploaded: /work/package.tar.gz