01JJKEXMXQFY4G28WZY49Z061Y: 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: 01JJKEXZ6MZCDM1GX4SHG08TGW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-27T08:45:32.856Zjob assigned to worker 01JJKEYA7JKHTDNVJMW342E493 [factory aws, i-099899362fc889480] (queued for 1 m 5 s)
 
22025-01-27T08:45:40.958Zstarting task 0: "setup"
32025-01-27T08:45:40.968Z++ uname -s
42025-01-27T08:45:40.971Z+ kern=SunOS
52025-01-27T08:45:40.971Z+ case "$kern" in
62025-01-27T08:45:40.971Z+ groupadd -g 12345 build
72025-01-27T08:45:40.974Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-27T08:45:42.982Z+ zfs create -o mountpoint=/work rpool/work
92025-01-27T08:45:43.089Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-27T08:45:43.092Z+ home_fs=zfs
112025-01-27T08:45:43.092Z+ [[ zfs == autofs ]]
122025-01-27T08:45:43.092Z+ mkdir -p /home/build
132025-01-27T08:45:43.095Z+ chown build:build /home/build /work
142025-01-27T08:45:45.096Z+ chmod 0700 /home/build /work
152025-01-27T08:45:45.100Zprocess exited: duration 4142 ms, exit code 0
 
162025-01-27T08:45:45.106Zstarting task 1: "rust-toolchain"
172025-01-27T08:45:45.112Z+ printf ' * toolchain channel = "%s"
182025-01-27T08:45:45.112Z' 1.84.0
192025-01-27T08:45:45.112Z+ printf ' * toolchain profile = "%s"
202025-01-27T08:45:45.112Z' default
212025-01-27T08:45:45.112Z * toolchain channel = "1.84.0"
222025-01-27T08:45:45.112Z * toolchain profile = "default"
232025-01-27T08:45:45.115Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-27T08:45:45.115Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-27T08:45:45.407Zinfo: downloading installer
262025-01-27T08:45:46.775Zinfo: profile set to 'default'
272025-01-27T08:45:46.775Zinfo: default host triple is x86_64-unknown-illumos
282025-01-27T08:45:46.778Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-27T08:45:46.939Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-27T08:45:46.939Zinfo: downloading component 'cargo'
312025-01-27T08:45:47.924Zinfo: downloading component 'clippy'
322025-01-27T08:45:48.300Zinfo: downloading component 'rust-docs'
332025-01-27T08:45:49.646Zinfo: downloading component 'rust-std'
342025-01-27T08:45:51.643Zinfo: downloading component 'rustc'
352025-01-27T08:45:59.302Zinfo: downloading component 'rustfmt'
362025-01-27T08:45:59.588Zinfo: installing component 'cargo'
372025-01-27T08:46:00.406Zinfo: installing component 'clippy'
382025-01-27T08:46:00.782Zinfo: installing component 'rust-docs'
392025-01-27T08:46:02.439Zinfo: installing component 'rust-std'
402025-01-27T08:46:04.148Zinfo: installing component 'rustc'
412025-01-27T08:46:10.177Zinfo: installing component 'rustfmt'
422025-01-27T08:46:10.510Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-27T08:46:10.510Z
442025-01-27T08:46:10.903Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-27T08:46:10.903Z
462025-01-27T08:46:10.906Z
472025-01-27T08:46:10.906ZRust is installed now. Great!
482025-01-27T08:46:10.906Z
492025-01-27T08:46:10.906ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-27T08:46:10.906Zenvironment variable. This has not been done automatically.
512025-01-27T08:46:10.906Z
522025-01-27T08:46:10.906ZTo configure your current shell, you need to source
532025-01-27T08:46:10.906Zthe corresponding env file under $HOME/.cargo.
542025-01-27T08:46:10.906Z
552025-01-27T08:46:10.906ZThis is usually done by running one of the following (note the leading DOT):
562025-01-27T08:46:10.906Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-27T08:46:10.906Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-27T08:46:10.981Z+ rustc --version
592025-01-27T08:46:11.048Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-27T08:46:11.051Zprocess exited: duration 25941 ms, exit code 0
 
612025-01-27T08:46:11.057Zstarting task 2: "authentication"
622025-01-27T08:46:11.077Zprocess exited: duration 20 ms, exit code 0
 
632025-01-27T08:46:11.083Zstarting task 3: "clone repository"
642025-01-27T08:46:11.089Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-27T08:46:11.092Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-27T08:46:11.135ZCloning into '/work/oxidecomputer/omicron'...
672025-01-27T08:46:19.680Z+ cd /work/oxidecomputer/omicron
682025-01-27T08:46:19.683Z+ git fetch origin e96acf6acc77c085f7070b2db01f428481c2ac9e
692025-01-27T08:46:19.989ZFrom https://github.com/oxidecomputer/omicron
702025-01-27T08:46:19.989Z * branch e96acf6acc77c085f7070b2db01f428481c2ac9e -> FETCH_HEAD
712025-01-27T08:46:20.000Z+ [[ -n renovate/lock-file-maintenance ]]
722025-01-27T08:46:20.003Z++ git branch --show-current
732025-01-27T08:46:20.003Z+ current=main
742025-01-27T08:46:20.003Z+ [[ main != renovate/lock-file-maintenance ]]
752025-01-27T08:46:20.003Z+ git branch -f renovate/lock-file-maintenance e96acf6acc77c085f7070b2db01f428481c2ac9e
762025-01-27T08:46:20.006Z+ git checkout -f renovate/lock-file-maintenance
772025-01-27T08:46:20.185ZSwitched to branch 'renovate/lock-file-maintenance'
782025-01-27T08:46:20.188Z+ git reset --hard e96acf6acc77c085f7070b2db01f428481c2ac9e
792025-01-27T08:46:20.203ZHEAD is now at e96acf6ac Lock file maintenance
802025-01-27T08:46:20.206Zprocess exited: duration 9118 ms, exit code 0
 
812025-01-27T08:46:20.212Zstarting task 4: "build"
822025-01-27T08:46:20.217Z+ source .github/buildomat/ci-env.sh
832025-01-27T08:46:20.220Z++ export CARGO_TERM_COLOR=always
842025-01-27T08:46:20.220Z++ CARGO_TERM_COLOR=always
852025-01-27T08:46:20.220Z+ cargo --version
862025-01-27T08:46:20.279Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-27T08:46:20.282Z+ rustc --version
882025-01-27T08:46:20.344Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-27T08:46:20.346Z+ WORK=/work
902025-01-27T08:46:20.347Z+ pfexec mkdir -p /work
912025-01-27T08:46:20.352Z+ pfexec chown build /work
922025-01-27T08:46:20.354Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932025-01-27T08:46:22.047Zpkg list: illegal option -- F
942025-01-27T08:46:22.047ZUsage:
952025-01-27T08:46:22.050Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
962025-01-27T08:46:22.050Z [pkg_fmri_pattern ...]
972025-01-27T08:46:22.895Zpkg list: illegal option -- F
982025-01-27T08:46:22.895ZUsage:
992025-01-27T08:46:22.895Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1002025-01-27T08:46:22.895Z [pkg_fmri_pattern ...]
1012025-01-27T08:46:29.027Z Startup: Refreshing catalog 'helios-dev' ... Done
1022025-01-27T08:46:33.091Z Startup: Caching catalogs ... Done
1032025-01-27T08:46:44.395ZPlanning: Solver setup ... Done (10.491s)
1042025-01-27T08:46:44.541ZPlanning: Running solver ... Done (0.146s)
1052025-01-27T08:46:44.652ZPlanning: Finding local manifests ... Done (0.007s)
1062025-01-27T08:46:44.691ZPlanning: Fetching manifests: 0/7 0% complete
1072025-01-27T08:46:44.953ZPlanning: Fetching manifests: 7/7 100% complete
1082025-01-27T08:46:45.062ZPlanning: Package planning ... Done (0.110s)
1092025-01-27T08:46:45.119ZPlanning: Merging actions ... Done (0.056s)
1102025-01-27T08:46:45.314ZPlanning: Checking for conflicting actions ... Done (0.195s)
1112025-01-27T08:46:47.405ZPlanning: Consolidating action changes ... Done (2.090s)
1122025-01-27T08:46:47.842ZPlanning: Evaluating mediators ... Done (0.436s)
1132025-01-27T08:46:47.922ZPlanning: Planning completed in 14.73 seconds
1142025-01-27T08:46:47.938Z Packages to install: 4
1152025-01-27T08:46:47.939Z Packages to update: 3
1162025-01-27T08:46:47.939Z Mediators to change: 2
1172025-01-27T08:46:47.942Z Services to change: 1
1182025-01-27T08:46:47.942Z Estimated space available: 155.61 GB
1192025-01-27T08:46:47.942ZEstimated space to be consumed: 1.64 GB
1202025-01-27T08:46:47.942Z Create boot environment: No
1212025-01-27T08:46:47.942ZCreate backup boot environment: Yes
1222025-01-27T08:46:47.942Z Rebuild boot archive: No
1232025-01-27T08:46:47.942Z
1242025-01-27T08:46:47.942ZChanged mediators:
1252025-01-27T08:46:47.942Z mediator clang:
1262025-01-27T08:46:47.942Z version: None -> 15 (system default)
1272025-01-27T08:46:47.942Z
1282025-01-27T08:46:47.942Z mediator llvm:
1292025-01-27T08:46:47.942Z version: 14 (system default) -> 15 (system default)
1302025-01-27T08:46:47.942Z
1312025-01-27T08:46:47.942ZChanged packages:
1322025-01-27T08:46:47.942Zhelios-dev
1332025-01-27T08:46:47.942Z developer/build-essential
1342025-01-27T08:46:47.942Z None -> 11-2.0
1352025-01-27T08:46:47.942Z library/libxmlsec1
1362025-01-27T08:46:47.942Z None -> 1.2.35-2.0
1372025-01-27T08:46:47.942Z ooce/developer/clang-15
1382025-01-27T08:46:47.942Z None -> 15.0.7-2.0
1392025-01-27T08:46:47.942Z ooce/developer/llvm-15
1402025-01-27T08:46:47.942Z None -> 15.0.7-2.0
1412025-01-27T08:46:47.942Z package/pkg
1422025-01-27T08:46:47.942Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1432025-01-27T08:46:47.942Z system/library/g++-runtime
1442025-01-27T08:46:47.942Z 13-2.0 -> 14-2.0
1452025-01-27T08:46:47.942Z system/library/gcc-runtime
1462025-01-27T08:46:47.943Z 13-2.0 -> 14-2.0
1472025-01-27T08:46:47.943Z
1482025-01-27T08:46:47.943ZServices:
1492025-01-27T08:46:47.943Z restart_fmri:
1502025-01-27T08:46:47.943Z svc:/system/update-man-index:default
1512025-01-27T08:46:47.943Z
1522025-01-27T08:46:47.943ZEditable files to change:
1532025-01-27T08:46:47.943Z Update:
1542025-01-27T08:46:47.943Z usr/share/lib/pkg/web/config.shtml
1552025-01-27T08:46:48.022Z
1562025-01-27T08:46:48.022ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1572025-01-27T08:46:54.595ZDownload: 213/4301 items 1.3/225.4MB 0% complete (753k/s)
1582025-01-27T08:47:02.463ZDownload: 1195/4301 items 83.5/225.4MB 37% complete (8.3M/s)
1592025-01-27T08:47:08.870ZDownload: 1196/4301 items 83.5/225.4MB 37% complete (8.2M/s)
1602025-01-27T08:47:22.975ZDownload: 2223/4301 items 119.2/225.4MB 52% complete
1612025-01-27T08:47:27.972ZDownload: 3288/4301 items 211.7/225.4MB 93% complete (18.9M/s)
1622025-01-27T08:47:31.578ZDownload: Completed 225.42 MB in 43.55 seconds (5.2M/s)
1632025-01-27T08:47:33.728Z Actions: 1/5122 actions (Removing old actions)
1642025-01-27T08:47:33.753Z Actions: 194/5122 actions (Installing new actions)
1652025-01-27T08:47:38.494Z Actions: 4267/5122 actions (Updating modified actions)
1662025-01-27T08:47:38.867Z Actions: Completed 5122 actions in 5.12 seconds.
1672025-01-27T08:47:39.268Z Done (0.402s)
1682025-01-27T08:47:39.281Z Done (0.001s)
1692025-01-27T08:47:39.839Z Done (0.576s)
1702025-01-27T08:47:44.363Z Done (4.291s)
1712025-01-27T08:47:44.445Z Done (0.018s)
1722025-01-27T08:47:44.448Z Done (0.000s)
1732025-01-27T08:47:44.606Z Done (0.000s)
1742025-01-27T08:47:45.304ZPlanning: Evaluating mediator changes ... Done
1752025-01-27T08:47:45.467ZPlanning: Checking for conflicting actions ... Done
1762025-01-27T08:47:45.470ZPlanning: Consolidating action changes ... Done
1772025-01-27T08:47:45.737ZPlanning: Evaluating mediators ... Done
1782025-01-27T08:47:45.740ZPlanning: Planning completed in 0.43 seconds
1792025-01-27T08:47:45.777Z Mediators to change: 2
1802025-01-27T08:47:45.777Z Create boot environment: No
1812025-01-27T08:47:45.787ZCreate backup boot environment: No
1822025-01-27T08:47:45.932Z Done
1832025-01-27T08:47:45.932Z Done
1842025-01-27T08:47:46.296Z Done
1852025-01-27T08:47:49.897Z Done
1862025-01-27T08:47:49.983Z Done
1872025-01-27T08:47:49.986Z Done
1882025-01-27T08:47:50.116Z Done
1892025-01-27T08:47:50.725ZPlanning: Evaluating mediator changes ... Done
1902025-01-27T08:47:50.728ZPlanning: Merging actions ... Done
1912025-01-27T08:47:50.917ZPlanning: Checking for conflicting actions ... Done
1922025-01-27T08:47:50.920ZPlanning: Consolidating action changes ... Done
1932025-01-27T08:47:51.185ZPlanning: Evaluating mediators ... Done
1942025-01-27T08:47:51.240ZPlanning: Planning completed in 0.76 seconds
1952025-01-27T08:47:51.282Z Packages to change: 1
1962025-01-27T08:47:51.282Z Mediators to change: 1
1972025-01-27T08:47:51.285Z Services to change: 1
1982025-01-27T08:47:51.285Z Create boot environment: No
1992025-01-27T08:47:51.285ZCreate backup boot environment: Yes
2002025-01-27T08:47:53.484Z Actions: 1/6 actions (Updating modified actions)
2012025-01-27T08:47:53.487Z Actions: Completed 6 actions in 0.00 seconds.
2022025-01-27T08:47:53.487Z Done
2032025-01-27T08:47:53.487Z Done
2042025-01-27T08:47:53.601Z Done
2052025-01-27T08:47:57.176Z Done
2062025-01-27T08:47:57.264Z Done
2072025-01-27T08:47:57.267Z Done
2082025-01-27T08:47:57.418Z Done
2092025-01-27T08:47:57.850ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2102025-01-27T08:47:57.850Zclang system 15 system
2112025-01-27T08:47:57.850Zcsh system system illumos
2122025-01-27T08:47:57.851Zctags system system illumos
2132025-01-27T08:47:57.851Zgcc vendor 12 vendor
2142025-01-27T08:47:57.851Zgcc system 10 system
2152025-01-27T08:47:57.851Zgcc system 7 system
2162025-01-27T08:47:57.851Zgo system 1.20 system
2172025-01-27T08:47:57.851Zgo system 1.19 system
2182025-01-27T08:47:57.851Zllvm system 15 system
2192025-01-27T08:47:57.851Zllvm system 14 system
2202025-01-27T08:47:57.851Zmariadb system 10.6 system
2212025-01-27T08:47:57.851Zmta vendor vendor dma
2222025-01-27T08:47:57.851Zopenjdk system 17 system
2232025-01-27T08:47:57.851Zopenjdk system 11 system
2242025-01-27T08:47:57.851Zopenjdk system 1.8 system
2252025-01-27T08:47:57.851Zopenssl vendor 3 vendor
2262025-01-27T08:47:57.851Zperl system 5.36 system
2272025-01-27T08:47:57.851Zpostgresql system 15 system
2282025-01-27T08:47:57.851Zpostgresql system 13 system
2292025-01-27T08:47:57.851Zpython vendor 3 vendor
2302025-01-27T08:47:57.851Zpython system 2 system
2312025-01-27T08:47:57.851Zpython3 system 3.11 system
2322025-01-27T08:47:57.851Zruby system 3.0 system
2332025-01-27T08:47:57.851Zwords vendor vendor american-english
2342025-01-27T08:47:57.851Zwords system system australian-english
2352025-01-27T08:47:57.851Zwords system system british-english
2362025-01-27T08:47:57.851Zwords system system canadian-english
2372025-01-27T08:47:57.851Zwords system system french
2382025-01-27T08:47:57.851Zwords system system italian
2392025-01-27T08:47:57.851Zwords system system ngerman
2402025-01-27T08:47:57.851Zwords system system ogerman
2412025-01-27T08:47:57.851Zwords system system spanish
2422025-01-27T08:47:58.183ZPUBLISHER TYPE STATUS P LOCATION
2432025-01-27T08:47:58.183Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2442025-01-27T08:48:00.978ZFMRI IFO
2452025-01-27T08:48:00.978Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2462025-01-27T08:48:00.978Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2472025-01-27T08:48:00.978Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2482025-01-27T08:48:00.979Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2492025-01-27T08:48:00.979Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2502025-01-27T08:48:00.979Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2512025-01-27T08:48:00.979Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2522025-01-27T08:48:00.979Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2532025-01-27T08:48:00.979Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2542025-01-27T08:48:00.979Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2552025-01-27T08:48:00.979Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2562025-01-27T08:48:00.979Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2572025-01-27T08:48:00.979Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2582025-01-27T08:48:00.979Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2592025-01-27T08:48:00.979Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2602025-01-27T08:48:01.733Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2612025-01-27T08:48:02.051Z Updating crates.io index
2622025-01-27T08:48:02.054Z Updating git repository `https://github.com/oxidecomputer/diffus`
2632025-01-27T08:48:02.448Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2642025-01-27T08:48:03.026Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2652025-01-27T08:48:03.325Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662025-01-27T08:48:03.616Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2672025-01-27T08:48:03.892Z Updating git repository `https://github.com/oxidecomputer/propolis`
2682025-01-27T08:48:04.830Z Updating git repository `https://github.com/oxidecomputer/crucible`
2692025-01-27T08:48:06.486Z Updating git repository `https://github.com/oxidecomputer/opte`
2702025-01-27T08:48:07.193Z Updating git repository `https://github.com/oxidecomputer/falcon`
2712025-01-27T08:48:07.966Z Updating git repository `https://github.com/oxidecomputer/clickward`
2722025-01-27T08:48:08.246Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732025-01-27T08:48:08.600Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2742025-01-27T08:48:09.214Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2752025-01-27T08:48:09.571Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2762025-01-27T08:48:09.880Z Updating git repository `https://github.com/oxidecomputer/tofino`
2772025-01-27T08:48:10.181Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782025-01-27T08:48:10.405Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792025-01-27T08:48:10.656Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802025-01-27T08:48:10.959Z Updating git repository `https://github.com/oxidecomputer/lldp`
2812025-01-27T08:48:11.286Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2822025-01-27T08:48:11.689Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2832025-01-27T08:48:12.054Z Updating git repository `https://github.com/oxidecomputer/ispf`
2842025-01-27T08:48:12.496Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2852025-01-27T08:48:12.781Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2862025-01-27T08:48:13.299Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2872025-01-27T08:48:13.580Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2882025-01-27T08:48:14.035Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2892025-01-27T08:48:14.436Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2902025-01-27T08:48:14.792Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2912025-01-27T08:48:15.059Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2922025-01-27T08:48:15.337Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2932025-01-27T08:48:16.627Z Downloading crates ...
2942025-01-27T08:48:16.703Z Downloaded anstream v0.6.18
2952025-01-27T08:48:16.728Z Downloaded scroll_derive v0.12.0
2962025-01-27T08:48:16.731Z Downloaded pretty-hex v0.4.1
2972025-01-27T08:48:16.751Z Downloaded anstyle v1.0.10
2982025-01-27T08:48:16.754Z Downloaded colorchoice v1.0.3
2992025-01-27T08:48:16.754Z Downloaded swrite v0.1.0
3002025-01-27T08:48:16.761Z Downloaded usdt-macro v0.5.0
3012025-01-27T08:48:16.764Z Downloaded usdt-attr-macro v0.5.0
3022025-01-27T08:48:16.771Z Downloaded equivalent v1.0.1
3032025-01-27T08:48:16.782Z Downloaded plain v0.2.3
3042025-01-27T08:48:16.785Z Downloaded heck v0.4.1
3052025-01-27T08:48:16.785Z Downloaded errno v0.3.10
3062025-01-27T08:48:16.788Z Downloaded bytecount v0.6.8
3072025-01-27T08:48:16.788Z Downloaded pest_generator v2.7.15
3082025-01-27T08:48:16.791Z Downloaded anstyle-query v1.1.2
3092025-01-27T08:48:16.793Z Downloaded thiserror v1.0.69
3102025-01-27T08:48:16.796Z Downloaded heck v0.5.0
3112025-01-27T08:48:16.799Z Downloaded digest v0.10.7
3122025-01-27T08:48:16.801Z Downloaded block-buffer v0.10.4
3132025-01-27T08:48:16.801Z Downloaded dtrace-parser v0.2.0
3142025-01-27T08:48:16.801Z Downloaded clap_lex v0.7.4
3152025-01-27T08:48:16.804Z Downloaded toml_datetime v0.6.8
3162025-01-27T08:48:16.804Z Downloaded macaddr v1.0.1
3172025-01-27T08:48:16.804Z Downloaded autocfg v1.4.0
3182025-01-27T08:48:16.807Z Downloaded thread-id v4.2.2
3192025-01-27T08:48:16.807Z Downloaded proc-macro-error-attr v1.0.4
3202025-01-27T08:48:16.810Z Downloaded is_terminal_polyfill v1.70.1
3212025-01-27T08:48:16.813Z Downloaded memmap v0.7.0
3222025-01-27T08:48:16.815Z Downloaded thiserror-impl v1.0.69
3232025-01-27T08:48:16.815Z Downloaded tabled_derive v0.7.0
3242025-01-27T08:48:16.815Z Downloaded strsim v0.11.1
3252025-01-27T08:48:16.818Z Downloaded itoa v1.0.14
3262025-01-27T08:48:16.818Z Downloaded cargo-platform v0.1.9
3272025-01-27T08:48:16.821Z Downloaded generic-array v0.14.7
3282025-01-27T08:48:16.824Z Downloaded fastrand v2.3.0
3292025-01-27T08:48:16.824Z Downloaded terminal_size v0.4.1
3302025-01-27T08:48:16.826Z Downloaded smawk v0.3.2
3312025-01-27T08:48:16.827Z Downloaded fnv v1.0.7
3322025-01-27T08:48:16.827Z Downloaded anstyle-parse v0.2.6
3332025-01-27T08:48:16.830Z Downloaded clap_derive v4.5.24
3342025-01-27T08:48:16.832Z Downloaded utf8parse v0.2.2
3352025-01-27T08:48:16.835Z Downloaded usdt v0.5.0
3362025-01-27T08:48:16.835Z Downloaded usdt-impl v0.5.0
3372025-01-27T08:48:16.838Z Downloaded unicode-linebreak v0.1.5
3382025-01-27T08:48:16.843Z Downloaded byteorder v1.5.0
3392025-01-27T08:48:16.845Z Downloaded thiserror-impl v2.0.11
3402025-01-27T08:48:16.850Z Downloaded serde_spanned v0.6.8
3412025-01-27T08:48:16.854Z Downloaded cfg-if v1.0.0
3422025-01-27T08:48:16.854Z Downloaded fs-err v2.11.0
3432025-01-27T08:48:16.857Z Downloaded serde_tokenstream v0.2.2
3442025-01-27T08:48:16.857Z Downloaded dof v0.3.0
3452025-01-27T08:48:16.859Z Downloaded getrandom v0.2.15
3462025-01-27T08:48:16.862Z Downloaded crypto-common v0.1.6
3472025-01-27T08:48:16.864Z Downloaded cargo_metadata v0.18.1
3482025-01-27T08:48:16.864Z Downloaded scroll v0.12.0
3492025-01-27T08:48:16.872Z Downloaded tempfile v3.15.0
3502025-01-27T08:48:16.875Z Downloaded cargo_toml v0.20.5
3512025-01-27T08:48:16.878Z Downloaded proc-macro-error v1.0.4
3522025-01-27T08:48:16.880Z Downloaded quote v1.0.38
3532025-01-27T08:48:16.883Z Downloaded sha2 v0.10.8
3542025-01-27T08:48:16.886Z Downloaded zerocopy-derive v0.7.35
3552025-01-27T08:48:16.889Z Downloaded version_check v0.9.5
3562025-01-27T08:48:16.891Z Downloaded semver v1.0.25
3572025-01-27T08:48:16.894Z Downloaded once_cell v1.20.2
3582025-01-27T08:48:16.897Z Downloaded camino v1.1.9
3592025-01-27T08:48:16.897Z Downloaded camino-tempfile v1.1.1
3602025-01-27T08:48:16.902Z Downloaded cpufeatures v0.2.17
3612025-01-27T08:48:16.904Z Downloaded pest_derive v2.7.15
3622025-01-27T08:48:16.907Z Downloaded anyhow v1.0.95
3632025-01-27T08:48:16.913Z Downloaded unicode-ident v1.0.15
3642025-01-27T08:48:16.916Z Downloaded toml v0.8.19
3652025-01-27T08:48:16.919Z Downloaded thiserror v2.0.11
3662025-01-27T08:48:16.924Z Downloaded pest_meta v2.7.15
3672025-01-27T08:48:16.927Z Downloaded log v0.4.25
3682025-01-27T08:48:16.930Z Downloaded ucd-trie v0.1.7
3692025-01-27T08:48:16.930Z Downloaded typenum v1.17.0
3702025-01-27T08:48:16.933Z Downloaded proc-macro2 v1.0.93
3712025-01-27T08:48:16.936Z Downloaded clap v4.5.27
3722025-01-27T08:48:16.944Z Downloaded serde_derive v1.0.217
3732025-01-27T08:48:16.947Z Downloaded ryu v1.0.18
3742025-01-27T08:48:16.960Z Downloaded serde v1.0.217
3752025-01-27T08:48:16.963Z Downloaded bitflags v2.8.0
3762025-01-27T08:48:16.967Z Downloaded indexmap v2.7.1
3772025-01-27T08:48:16.974Z Downloaded textwrap v0.16.1
3782025-01-27T08:48:16.985Z Downloaded papergrid v0.11.0
3792025-01-27T08:48:16.999Z Downloaded toml_edit v0.22.22
3802025-01-27T08:48:17.020Z Downloaded pest v2.7.15
3812025-01-27T08:48:17.025Z Downloaded memchr v2.7.4
3822025-01-27T08:48:17.041Z Downloaded zerocopy v0.7.35
3832025-01-27T08:48:17.056Z Downloaded winnow v0.6.24
3842025-01-27T08:48:17.064Z Downloaded serde_json v1.0.137
3852025-01-27T08:48:17.070Z Downloaded hashbrown v0.15.2
3862025-01-27T08:48:17.075Z Downloaded goblin v0.8.2
3872025-01-27T08:48:17.080Z Downloaded clap_builder v4.5.27
3882025-01-27T08:48:17.087Z Downloaded tabled v0.15.0
3892025-01-27T08:48:17.111Z Downloaded syn v1.0.109
3902025-01-27T08:48:17.121Z Downloaded unicode-width v0.1.14
3912025-01-27T08:48:17.126Z Downloaded syn v2.0.96
3922025-01-27T08:48:17.138Z Downloaded rustix v0.38.44
3932025-01-27T08:48:17.179Z Downloaded libc v0.2.169
3942025-01-27T08:48:17.496Z Compiling proc-macro2 v1.0.93
3952025-01-27T08:48:17.496Z Compiling unicode-ident v1.0.15
3962025-01-27T08:48:17.499Z Compiling version_check v0.9.5
3972025-01-27T08:48:17.499Z Compiling serde v1.0.217
3982025-01-27T08:48:17.499Z Compiling memchr v2.7.4
3992025-01-27T08:48:17.499Z Compiling libc v0.2.169
4002025-01-27T08:48:17.534Z Compiling thiserror v2.0.11
4012025-01-27T08:48:17.536Z Compiling thiserror v1.0.69
4022025-01-27T08:48:17.779Z Compiling itoa v1.0.14
4032025-01-27T08:48:18.044Z Compiling ryu v1.0.18
4042025-01-27T08:48:18.289Z Compiling ucd-trie v0.1.7
4052025-01-27T08:48:18.364Z Compiling once_cell v1.20.2
4062025-01-27T08:48:18.568Z Compiling byteorder v1.5.0
4072025-01-27T08:48:18.622Z Compiling rustix v0.38.44
4082025-01-27T08:48:18.732Z Compiling serde_json v1.0.137
4092025-01-27T08:48:18.987Z Compiling bitflags v2.8.0
4102025-01-27T08:48:19.100Z Compiling proc-macro-error-attr v1.0.4
4112025-01-27T08:48:19.125Z Compiling usdt-impl v0.5.0
4122025-01-27T08:48:19.207Z Compiling syn v1.0.109
4132025-01-27T08:48:19.386Z Compiling quote v1.0.38
4142025-01-27T08:48:19.436Z Compiling proc-macro-error v1.0.4
4152025-01-27T08:48:19.461Z Compiling errno v0.3.10
4162025-01-27T08:48:19.637Z Compiling camino v1.1.9
4172025-01-27T08:48:19.706Z Compiling equivalent v1.0.1
4182025-01-27T08:48:19.731Z Compiling hashbrown v0.15.2
4192025-01-27T08:48:19.791Z Compiling syn v2.0.96
4202025-01-27T08:48:19.922Z Compiling utf8parse v0.2.2
4212025-01-27T08:48:20.004Z Compiling plain v0.2.3
4222025-01-27T08:48:20.055Z Compiling log v0.4.25
4232025-01-27T08:48:20.106Z Compiling anstyle-parse v0.2.6
4242025-01-27T08:48:20.172Z Compiling thread-id v4.2.2
4252025-01-27T08:48:20.444Z Compiling unicode-width v0.1.14
4262025-01-27T08:48:20.468Z Compiling is_terminal_polyfill v1.70.1
4272025-01-27T08:48:20.611Z Compiling semver v1.0.25
4282025-01-27T08:48:20.745Z Compiling indexmap v2.7.1
4292025-01-27T08:48:20.834Z Compiling winnow v0.6.24
4302025-01-27T08:48:20.969Z Compiling pretty-hex v0.4.1
4312025-01-27T08:48:21.016Z Compiling anstyle-query v1.1.2
4322025-01-27T08:48:21.104Z Compiling anstyle v1.0.10
4332025-01-27T08:48:21.196Z Compiling cfg-if v1.0.0
4342025-01-27T08:48:21.223Z Compiling autocfg v1.4.0
4352025-01-27T08:48:21.309Z Compiling colorchoice v1.0.3
4362025-01-27T08:48:21.489Z Compiling anstream v0.6.18
4372025-01-27T08:48:21.516Z Compiling getrandom v0.2.15
4382025-01-27T08:48:21.890Z Compiling terminal_size v0.4.1
4392025-01-27T08:48:22.155Z Compiling anyhow v1.0.95
4402025-01-27T08:48:22.205Z Compiling fs-err v2.11.0
4412025-01-27T08:48:22.248Z Compiling fnv v1.0.7
4422025-01-27T08:48:22.271Z Compiling strsim v0.11.1
4432025-01-27T08:48:22.413Z Compiling heck v0.4.1
4442025-01-27T08:48:22.557Z Compiling bytecount v0.6.8
4452025-01-27T08:48:22.787Z Compiling fastrand v2.3.0
4462025-01-27T08:48:22.813Z Compiling clap_lex v0.7.4
4472025-01-27T08:48:22.816Z Compiling heck v0.5.0
4482025-01-27T08:48:23.257Z Compiling tempfile v3.15.0
4492025-01-27T08:48:23.286Z Compiling clap_builder v4.5.27
4502025-01-27T08:48:23.313Z Compiling papergrid v0.11.0
4512025-01-27T08:48:23.511Z Compiling memmap v0.7.0
4522025-01-27T08:48:23.692Z Compiling smawk v0.3.2
4532025-01-27T08:48:23.859Z Compiling unicode-linebreak v0.1.5
4542025-01-27T08:48:24.261Z Compiling swrite v0.1.0
4552025-01-27T08:48:24.387Z Compiling textwrap v0.16.1
4562025-01-27T08:48:25.077Z Compiling tabled_derive v0.7.0
4572025-01-27T08:48:26.761Z Compiling serde_derive v1.0.217
4582025-01-27T08:48:26.761Z Compiling thiserror-impl v2.0.11
4592025-01-27T08:48:26.765Z Compiling thiserror-impl v1.0.69
4602025-01-27T08:48:26.765Z Compiling zerocopy-derive v0.7.35
4612025-01-27T08:48:26.765Z Compiling scroll_derive v0.12.0
4622025-01-27T08:48:26.765Z Compiling clap_derive v4.5.24
4632025-01-27T08:48:26.902Z Compiling tabled v0.15.0
4642025-01-27T08:48:28.169Z Compiling scroll v0.12.0
4652025-01-27T08:48:28.728Z Compiling goblin v0.8.2
4662025-01-27T08:48:28.976Z Compiling zerocopy v0.7.35
4672025-01-27T08:48:30.254Z Compiling pest v2.7.15
4682025-01-27T08:48:31.082Z Compiling clap v4.5.27
4692025-01-27T08:48:32.404Z Compiling pest_meta v2.7.15
4702025-01-27T08:48:33.331Z Compiling pest_generator v2.7.15
4712025-01-27T08:48:34.753Z Compiling pest_derive v2.7.15
4722025-01-27T08:48:35.359Z Compiling dtrace-parser v0.2.0
4732025-01-27T08:48:36.094Z Compiling serde_tokenstream v0.2.2
4742025-01-27T08:48:36.138Z Compiling toml_datetime v0.6.8
4752025-01-27T08:48:36.138Z Compiling serde_spanned v0.6.8
4762025-01-27T08:48:36.423Z Compiling cargo-platform v0.1.9
4772025-01-27T08:48:36.426Z Compiling macaddr v1.0.1
4782025-01-27T08:48:36.612Z Compiling toml_edit v0.22.22
4792025-01-27T08:48:36.787Z Compiling camino-tempfile v1.1.1
4802025-01-27T08:48:37.490Z Compiling dof v0.3.0
4812025-01-27T08:48:37.490Z Compiling cargo_metadata v0.18.1
4822025-01-27T08:48:38.912Z Compiling usdt-attr-macro v0.5.0
4832025-01-27T08:48:38.912Z Compiling usdt-macro v0.5.0
4842025-01-27T08:48:39.389Z Compiling toml v0.8.19
4852025-01-27T08:48:39.891Z Compiling usdt v0.5.0
4862025-01-27T08:48:40.195Z Compiling cargo_toml v0.20.5
4872025-01-27T08:48:42.875Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4882025-01-27T08:48:46.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.50s
4892025-01-27T08:48:46.295Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4902025-01-27T08:48:46.823Z Downloading crates ...
4912025-01-27T08:48:46.950Z Downloaded aead v0.5.2
4922025-01-27T08:48:46.953Z Downloaded adler2 v2.0.0
4932025-01-27T08:48:46.956Z Downloaded addr2line v0.24.2
4942025-01-27T08:48:46.960Z Downloaded async-stream-impl v0.3.6
4952025-01-27T08:48:46.962Z Downloaded atomicwrites v0.4.4
4962025-01-27T08:48:46.969Z Downloaded atty v0.2.14
4972025-01-27T08:48:46.972Z Downloaded heapless v0.7.17
4982025-01-27T08:48:46.978Z Downloaded cfg_aliases v0.1.1
4992025-01-27T08:48:46.980Z Downloaded ciborium-io v0.2.2
5002025-01-27T08:48:46.984Z Downloaded cfg_aliases v0.2.1
5012025-01-27T08:48:46.995Z Downloaded hickory-resolver v0.24.2
5022025-01-27T08:48:47.001Z Downloaded hyper-staticfile v0.10.1
5032025-01-27T08:48:47.004Z Downloaded http-range v0.1.5
5042025-01-27T08:48:47.007Z Downloaded cstr-argument v0.1.2
5052025-01-27T08:48:47.007Z Downloaded crunchy v0.2.3
5062025-01-27T08:48:47.007Z Downloaded crucible-workspace-hack v0.1.0
5072025-01-27T08:48:47.012Z Downloaded heck v0.3.3
5082025-01-27T08:48:47.015Z Downloaded bit-vec v0.6.3
5092025-01-27T08:48:47.018Z Downloaded bb8 v0.8.6
5102025-01-27T08:48:47.018Z Downloaded async-recursion v1.1.1
5112025-01-27T08:48:47.021Z Downloaded httparse v1.9.5
5122025-01-27T08:48:47.025Z Downloaded heapless v0.8.0
5132025-01-27T08:48:47.029Z Downloaded hubpack_derive v0.1.1
5142025-01-27T08:48:47.033Z Downloaded atomic-waker v1.1.2
5152025-01-27T08:48:47.033Z Downloaded bitfield-struct v0.6.2
5162025-01-27T08:48:47.035Z Downloaded httpdate v1.0.3
5172025-01-27T08:48:47.035Z Downloaded hickory-client v0.24.2
5182025-01-27T08:48:47.038Z Downloaded bitfield v0.14.0
5192025-01-27T08:48:47.041Z Downloaded hex v0.4.3
5202025-01-27T08:48:47.044Z Downloaded hyper-rustls v0.27.5
5212025-01-27T08:48:47.047Z Downloaded humantime v2.1.0
5222025-01-27T08:48:47.049Z Downloaded http-body-util v0.1.2
5232025-01-27T08:48:47.052Z Downloaded hubpack v0.1.2
5242025-01-27T08:48:47.052Z Downloaded curve25519-dalek v4.1.3
5252025-01-27T08:48:47.062Z Downloaded icu_provider_macros v1.5.0
5262025-01-27T08:48:47.065Z Downloaded crc v3.2.1
5272025-01-27T08:48:47.068Z Downloaded instant v0.1.13
5282025-01-27T08:48:47.070Z Downloaded crc-catalog v2.4.0
5292025-01-27T08:48:47.073Z Downloaded ctr v0.9.2
5302025-01-27T08:48:47.076Z Downloaded cobs v0.2.3
5312025-01-27T08:48:47.076Z Downloaded cassowary v0.3.0
5322025-01-27T08:48:47.079Z Downloaded http-body v1.0.1
5332025-01-27T08:48:47.081Z Downloaded bitflags v1.3.2
5342025-01-27T08:48:47.084Z Downloaded proc-macro-error-attr2 v2.0.0
5352025-01-27T08:48:47.084Z Downloaded ident_case v1.0.1
5362025-01-27T08:48:47.087Z Downloaded buf-list v1.0.3
5372025-01-27T08:48:47.090Z Downloaded hyper-tls v0.6.0
5382025-01-27T08:48:47.092Z Downloaded lazy_static v1.5.0
5392025-01-27T08:48:47.092Z Downloaded inout v0.1.3
5402025-01-27T08:48:47.095Z Downloaded lalrpop-util v0.19.12
5412025-01-27T08:48:47.095Z Downloaded bcs v0.1.6
5422025-01-27T08:48:47.098Z Downloaded hyper v1.5.2
5432025-01-27T08:48:47.105Z Downloaded is_ci v1.2.0
5442025-01-27T08:48:47.108Z Downloaded convert_case v0.4.0
5452025-01-27T08:48:47.110Z Downloaded bit-vec v0.8.0
5462025-01-27T08:48:47.110Z Downloaded async-bb8-diesel v0.2.1
5472025-01-27T08:48:47.113Z Downloaded md5 v0.7.0
5482025-01-27T08:48:47.116Z Downloaded match_cfg v0.1.0
5492025-01-27T08:48:47.116Z Downloaded csv-core v0.1.11
5502025-01-27T08:48:47.118Z Downloaded memoffset v0.9.1
5512025-01-27T08:48:47.121Z Downloaded md-5 v0.10.6
5522025-01-27T08:48:47.121Z Downloaded bzip2 v0.4.4
5532025-01-27T08:48:47.124Z Downloaded colored v2.2.0
5542025-01-27T08:48:47.127Z Downloaded libsw-core v0.3.1
5552025-01-27T08:48:47.129Z Downloaded lazycell v1.3.0
5562025-01-27T08:48:47.132Z Downloaded hostname v0.4.0
5572025-01-27T08:48:47.132Z Downloaded cookie_store v0.21.1
5582025-01-27T08:48:47.135Z Downloaded lockfree-object-pool v0.1.6
5592025-01-27T08:48:47.138Z Downloaded libefi-sys v0.1.0
5602025-01-27T08:48:47.140Z Downloaded linked-hash-map v0.5.6
5612025-01-27T08:48:47.140Z Downloaded crc32fast v1.4.2
5622025-01-27T08:48:47.143Z Downloaded strum v0.26.3
5632025-01-27T08:48:47.146Z Downloaded blake2 v0.10.6
5642025-01-27T08:48:47.149Z Downloaded radium v0.7.0
5652025-01-27T08:48:47.149Z Downloaded progenitor-macro v0.9.1
5662025-01-27T08:48:47.152Z Downloaded linear-map v1.2.0
5672025-01-27T08:48:47.152Z Downloaded tinyvec_macros v0.1.1
5682025-01-27T08:48:47.155Z Downloaded lru-cache v0.1.2
5692025-01-27T08:48:47.155Z Downloaded is-terminal v0.4.15
5702025-01-27T08:48:47.158Z Downloaded impl-trait-for-tuples v0.2.3
5712025-01-27T08:48:47.160Z Downloaded rustc_version v0.1.7
5722025-01-27T08:48:47.160Z Downloaded waitgroup v0.1.2
5732025-01-27T08:48:47.163Z Downloaded unicode-xid v0.2.6
5742025-01-27T08:48:47.166Z Downloaded maplit v1.0.2
5752025-01-27T08:48:47.166Z Downloaded ipnetwork v0.20.0
5762025-01-27T08:48:47.169Z Downloaded indoc v1.0.9
5772025-01-27T08:48:47.172Z Downloaded proc-macro-error2 v2.0.1
5782025-01-27T08:48:47.174Z Downloaded managed v0.8.0
5792025-01-27T08:48:47.177Z Downloaded maybe-uninit v2.0.0
5802025-01-27T08:48:47.177Z Downloaded downcast v0.11.0
5812025-01-27T08:48:47.181Z Downloaded rustc_version v0.4.1
5822025-01-27T08:48:47.184Z Downloaded foreign-types v0.3.2
5832025-01-27T08:48:47.184Z Downloaded lru v0.12.5
5842025-01-27T08:48:47.184Z Downloaded console v0.15.10
5852025-01-27T08:48:47.187Z Downloaded stable_deref_trait v1.2.0
5862025-01-27T08:48:47.190Z Downloaded termtree v0.5.1
5872025-01-27T08:48:47.192Z Downloaded highway v1.3.0
5882025-01-27T08:48:47.196Z Downloaded litemap v0.7.4
5892025-01-27T08:48:47.199Z Downloaded idna_adapter v1.2.0
5902025-01-27T08:48:47.199Z Downloaded tls_codec v0.4.1
5912025-01-27T08:48:47.202Z Downloaded serde_path_to_error v0.1.16
5922025-01-27T08:48:47.202Z Downloaded jobserver v0.1.32
5932025-01-27T08:48:47.204Z Downloaded strum_macros v0.24.3
5942025-01-27T08:48:47.207Z Downloaded strum_macros v0.25.3
5952025-01-27T08:48:47.210Z Downloaded structmeta-derive v0.3.0
5962025-01-27T08:48:47.213Z Downloaded icu_normalizer v1.5.0
5972025-01-27T08:48:47.216Z Downloaded phf_shared v0.10.0
5982025-01-27T08:48:47.218Z Downloaded number_prefix v0.4.0
5992025-01-27T08:48:47.218Z Downloaded num-conv v0.1.0
6002025-01-27T08:48:47.221Z Downloaded multimap v0.10.0
6012025-01-27T08:48:47.221Z Downloaded futures-task v0.3.31
6022025-01-27T08:48:47.224Z Downloaded utf8_iter v1.0.4
6032025-01-27T08:48:47.224Z Downloaded icu_locid_transform v1.5.0
6042025-01-27T08:48:47.227Z Downloaded wait-timeout v0.2.0
6052025-01-27T08:48:47.230Z Downloaded mime v0.3.17
6062025-01-27T08:48:47.232Z Downloaded slog-envlogger v2.2.0
6072025-01-27T08:48:47.235Z Downloaded deranged v0.3.11
6082025-01-27T08:48:47.235Z Downloaded zone_cfg_derive v0.1.2
6092025-01-27T08:48:47.235Z Downloaded zone v0.3.0
6102025-01-27T08:48:47.238Z Downloaded precomputed-hash v0.1.1
6112025-01-27T08:48:47.238Z Downloaded diesel-dtrace v0.4.2
6122025-01-27T08:48:47.241Z Downloaded zone v0.1.8
6132025-01-27T08:48:47.241Z Downloaded termios v0.3.3
6142025-01-27T08:48:47.244Z Downloaded litrs v0.4.1
6152025-01-27T08:48:47.246Z Downloaded ff v0.13.0
6162025-01-27T08:48:47.249Z Downloaded fd-lock v4.0.2
6172025-01-27T08:48:47.252Z Downloaded icu_locid v1.5.0
6182025-01-27T08:48:47.256Z Downloaded ena v0.14.3
6192025-01-27T08:48:47.259Z Downloaded topological-sort v0.2.2
6202025-01-27T08:48:47.262Z Downloaded icu_provider v1.5.0
6212025-01-27T08:48:47.264Z Downloaded icu_normalizer_data v1.5.0
6222025-01-27T08:48:47.269Z Downloaded futures-sink v0.3.31
6232025-01-27T08:48:47.271Z Downloaded slog-json v2.6.1
6242025-01-27T08:48:47.271Z Downloaded form_urlencoded v1.2.1
6252025-01-27T08:48:47.272Z Downloaded time-core v0.1.2
6262025-01-27T08:48:47.274Z Downloaded try-lock v0.2.5
6272025-01-27T08:48:47.274Z Downloaded serde_derive_internals v0.29.1
6282025-01-27T08:48:47.277Z Downloaded futures-io v0.3.31
6292025-01-27T08:48:47.277Z Downloaded futures-core v0.3.31
6302025-01-27T08:48:47.280Z Downloaded slog-dtrace v0.3.0
6312025-01-27T08:48:47.283Z Downloaded paste v1.0.15
6322025-01-27T08:48:47.286Z Downloaded pkg-config v0.3.31
6332025-01-27T08:48:47.288Z Downloaded memmap2 v0.9.5
6342025-01-27T08:48:47.288Z Downloaded indicatif v0.17.9
6352025-01-27T08:48:47.293Z Downloaded want v0.3.1
6362025-01-27T08:48:47.296Z Downloaded vsss-rs v3.3.4
6372025-01-27T08:48:47.299Z Downloaded tokio-tungstenite v0.24.0
6382025-01-27T08:48:47.301Z Downloaded tokio-tungstenite v0.23.1
6392025-01-27T08:48:47.304Z Downloaded predicates-tree v1.0.12
6402025-01-27T08:48:47.307Z Downloaded predicates-core v1.0.9
6412025-01-27T08:48:47.307Z Downloaded embedded-io v0.6.1
6422025-01-27T08:48:47.312Z Downloaded ref-cast-impl v1.0.23
6432025-01-27T08:48:47.312Z Downloaded ref-cast v1.0.23
6442025-01-27T08:48:47.315Z Downloaded predicates v3.1.3
6452025-01-27T08:48:47.321Z Downloaded headers-core v0.3.0
6462025-01-27T08:48:47.324Z Downloaded fallible-streaming-iterator v0.1.9
6472025-01-27T08:48:47.324Z Downloaded slog-bunyan v2.5.0
6482025-01-27T08:48:47.327Z Downloaded oso-derive v0.27.3
6492025-01-27T08:48:47.330Z Downloaded structmeta-derive v0.2.0
6502025-01-27T08:48:47.333Z Downloaded crypto-bigint v0.5.5
6512025-01-27T08:48:47.341Z Downloaded nodrop v0.1.14
6522025-01-27T08:48:47.343Z Downloaded parse-size v1.1.0
6532025-01-27T08:48:47.346Z Downloaded siphasher v1.0.1
6542025-01-27T08:48:47.346Z Downloaded siphasher v0.3.11
6552025-01-27T08:48:47.349Z Downloaded multer v3.1.0
6562025-01-27T08:48:47.352Z Downloaded pkcs8 v0.10.2
6572025-01-27T08:48:47.355Z Downloaded rayon-core v1.12.1
6582025-01-27T08:48:47.371Z Downloaded signal-hook-mio v0.2.4
6592025-01-27T08:48:47.374Z Downloaded fallible-iterator v0.3.0
6602025-01-27T08:48:47.377Z Downloaded either v1.13.0
6612025-01-27T08:48:47.377Z Downloaded display-error-chain v0.2.2
6622025-01-27T08:48:47.377Z Downloaded curve25519-dalek-derive v0.1.1
6632025-01-27T08:48:47.379Z Downloaded fallible-iterator v0.2.0
6642025-01-27T08:48:47.383Z Downloaded sqlparser_derive v0.2.2
6652025-01-27T08:48:47.383Z Downloaded hickory-proto v0.24.2
6662025-01-27T08:48:47.399Z Downloaded darling_macro v0.20.10
6672025-01-27T08:48:47.402Z Downloaded pem v3.0.4
6682025-01-27T08:48:47.402Z Downloaded packed_struct v0.10.1
6692025-01-27T08:48:47.405Z Downloaded strum_macros v0.26.4
6702025-01-27T08:48:47.407Z Downloaded parking_lot v0.11.2
6712025-01-27T08:48:47.410Z Downloaded rustls-pemfile v1.0.4
6722025-01-27T08:48:47.413Z Downloaded pin-utils v0.1.0
6732025-01-27T08:48:47.413Z Downloaded crossbeam-channel v0.5.14
6742025-01-27T08:48:47.417Z Downloaded parse-display-derive v0.10.0
6752025-01-27T08:48:47.419Z Downloaded phf_shared v0.11.3
6762025-01-27T08:48:47.422Z Downloaded slog v2.7.0
6772025-01-27T08:48:47.424Z Downloaded typify v0.2.0
6782025-01-27T08:48:47.427Z Downloaded foreign-types-shared v0.3.1
6792025-01-27T08:48:47.430Z Downloaded rand_xorshift v0.3.0
6802025-01-27T08:48:47.430Z Downloaded rand_core v0.6.4
6812025-01-27T08:48:47.433Z Downloaded progenitor-macro v0.8.0
6822025-01-27T08:48:47.433Z Downloaded whoami v1.5.2
6832025-01-27T08:48:47.435Z Downloaded ron v0.8.1
6842025-01-27T08:48:47.440Z Downloaded ssh-encoding v0.2.0
6852025-01-27T08:48:47.443Z Downloaded tiny-keccak v2.0.2
6862025-01-27T08:48:47.445Z Downloaded smf v0.2.3
6872025-01-27T08:48:47.448Z Downloaded globset v0.4.15
6882025-01-27T08:48:47.448Z Downloaded typify-macro v0.3.0
6892025-01-27T08:48:47.450Z Downloaded futures-channel v0.3.31
6902025-01-27T08:48:47.453Z Downloaded des v0.8.1
6912025-01-27T08:48:47.456Z Downloaded unarray v0.1.4
6922025-01-27T08:48:47.456Z Downloaded twox-hash v1.6.3
6932025-01-27T08:48:47.459Z Downloaded rpassword v7.3.1
6942025-01-27T08:48:47.459Z Downloaded tinystr v0.7.6
6952025-01-27T08:48:47.462Z Downloaded derive_builder_core v0.20.2
6962025-01-27T08:48:47.465Z Downloaded xz2 v0.1.7
6972025-01-27T08:48:47.468Z Downloaded utf16_iter v1.0.5
6982025-01-27T08:48:47.468Z Downloaded utf-8 v0.7.6
6992025-01-27T08:48:47.471Z Downloaded tower-layer v0.3.3
7002025-01-27T08:48:47.472Z Downloaded sync-ptr v0.1.1
7012025-01-27T08:48:47.472Z Downloaded env_filter v0.1.3
7022025-01-27T08:48:47.475Z Downloaded data-encoding v2.7.0
7032025-01-27T08:48:47.475Z Downloaded zeroize_derive v1.4.2
7042025-01-27T08:48:47.477Z Downloaded funty v2.0.0
7052025-01-27T08:48:47.477Z Downloaded subprocess v0.2.9
7062025-01-27T08:48:47.480Z Downloaded rustls-pemfile v2.2.0
7072025-01-27T08:48:47.483Z Downloaded similar v2.7.0
7082025-01-27T08:48:47.487Z Downloaded unicode-properties v0.1.3
7092025-01-27T08:48:47.489Z Downloaded endian-type v0.1.2
7102025-01-27T08:48:47.492Z Downloaded hashlink v0.9.1
7112025-01-27T08:48:47.492Z Downloaded difflib v0.4.0
7122025-01-27T08:48:47.495Z Downloaded phf_codegen v0.11.3
7132025-01-27T08:48:47.497Z Downloaded newline-converter v0.3.0
7142025-01-27T08:48:47.497Z Downloaded num_enum v0.5.11
7152025-01-27T08:48:47.501Z Downloaded num v0.4.3
7162025-01-27T08:48:47.504Z Downloaded proc-macro-crate v1.3.1
7172025-01-27T08:48:47.507Z Downloaded primeorder v0.13.6
7182025-01-27T08:48:47.507Z Downloaded tokio-rustls v0.26.1
7192025-01-27T08:48:47.510Z Downloaded tokio-stream v0.1.17
7202025-01-27T08:48:47.514Z Downloaded fatfs v0.3.6
7212025-01-27T08:48:47.518Z Downloaded psl-types v2.0.11
7222025-01-27T08:48:47.520Z Downloaded zopfli v0.8.1
7232025-01-27T08:48:47.523Z Downloaded peg-runtime v0.8.3
7242025-01-27T08:48:47.523Z Downloaded libm v0.2.11
7252025-01-27T08:48:47.533Z Downloaded write16 v1.0.0
7262025-01-27T08:48:47.536Z Downloaded signal-hook-registry v1.4.2
7272025-01-27T08:48:47.536Z Downloaded aes-gcm v0.10.3
7282025-01-27T08:48:47.540Z Downloaded fs_extra v1.3.0
7292025-01-27T08:48:47.543Z Downloaded tokio-macros v2.5.0
7302025-01-27T08:48:47.545Z Downloaded http v1.2.0
7312025-01-27T08:48:47.548Z Downloaded mio v1.0.3
7322025-01-27T08:48:47.554Z Downloaded tokio-native-tls v0.3.1
7332025-01-27T08:48:47.557Z Downloaded diesel_table_macro_syntax v0.2.0
7342025-01-27T08:48:47.560Z Downloaded ghash v0.5.1
7352025-01-27T08:48:47.560Z Downloaded filetime v0.2.25
7362025-01-27T08:48:47.563Z Downloaded zone_cfg_derive v0.3.0
7372025-01-27T08:48:47.563Z Downloaded fragile v2.0.0
7382025-01-27T08:48:47.565Z Downloaded enum-as-inner v0.6.1
7392025-01-27T08:48:47.568Z Downloaded publicsuffix v2.3.0
7402025-01-27T08:48:47.571Z Downloaded native-tls v0.2.13
7412025-01-27T08:48:47.571Z Downloaded zip v2.1.3
7422025-01-27T08:48:47.576Z Downloaded num-rational v0.4.2
7432025-01-27T08:48:47.580Z Downloaded hash32 v0.3.1
7442025-01-27T08:48:47.583Z Downloaded hash32 v0.2.1
7452025-01-27T08:48:47.583Z Downloaded pkcs1 v0.7.5
7462025-01-27T08:48:47.585Z Downloaded libxml v0.3.3
7472025-01-27T08:48:47.590Z Downloaded defmt-parser v0.4.1
7482025-01-27T08:48:47.593Z Downloaded defmt-macros v0.4.0
7492025-01-27T08:48:47.596Z Downloaded tls_codec_derive v0.4.1
7502025-01-27T08:48:47.596Z Downloaded pin-project-internal v1.1.8
7512025-01-27T08:48:47.599Z Downloaded zerofrom v0.1.5
7522025-01-27T08:48:47.602Z Downloaded synstructure v0.13.1
7532025-01-27T08:48:47.602Z Downloaded ppv-lite86 v0.2.20
7542025-01-27T08:48:47.604Z Downloaded powerfmt v0.2.0
7552025-01-27T08:48:47.604Z Downloaded same-file v1.0.6
7562025-01-27T08:48:47.607Z Downloaded salsa20 v0.10.2
7572025-01-27T08:48:47.607Z Downloaded rand_chacha v0.3.1
7582025-01-27T08:48:47.610Z Downloaded env_logger v0.11.6
7592025-01-27T08:48:47.613Z Downloaded env_logger v0.10.2
7602025-01-27T08:48:47.616Z Downloaded termcolor v1.4.1
7612025-01-27T08:48:47.618Z Downloaded darling_core v0.20.10
7622025-01-27T08:48:47.622Z Downloaded aho-corasick v1.1.3
7632025-01-27T08:48:47.628Z Downloaded path-slash v0.1.5
7642025-01-27T08:48:47.631Z Downloaded newtype_derive v0.1.6
7652025-01-27T08:48:47.631Z Downloaded foreign-types-shared v0.1.1
7662025-01-27T08:48:47.634Z Downloaded pkcs5 v0.7.1
7672025-01-27T08:48:47.637Z Downloaded glob v0.3.2
7682025-01-27T08:48:47.640Z Downloaded elliptic-curve v0.13.8
7692025-01-27T08:48:47.643Z Downloaded progenitor-client v0.9.1
7702025-01-27T08:48:47.643Z Downloaded progenitor-client v0.8.0
7712025-01-27T08:48:47.646Z Downloaded itertools v0.12.1
7722025-01-27T08:48:47.651Z Downloaded openssl-probe v0.1.6
7732025-01-27T08:48:47.654Z Downloaded foldhash v0.1.4
7742025-01-27T08:48:47.654Z Downloaded gethostname v0.5.0
7752025-01-27T08:48:47.657Z Downloaded signal-hook v0.3.17
7762025-01-27T08:48:47.659Z Downloaded itertools v0.13.0
7772025-01-27T08:48:47.665Z Downloaded peg v0.8.4
7782025-01-27T08:48:47.670Z Downloaded russh-cryptovec v0.7.3
7792025-01-27T08:48:47.673Z Downloaded yoke-derive v0.7.5
7802025-01-27T08:48:47.673Z Downloaded socket2 v0.5.8
7812025-01-27T08:48:47.676Z Downloaded snafu-derive v0.8.5
7822025-01-27T08:48:47.676Z Downloaded secrecy v0.8.0
7832025-01-27T08:48:47.678Z Downloaded nibble_vec v0.1.0
7842025-01-27T08:48:47.681Z Downloaded dsl_auto_type v0.1.2
7852025-01-27T08:48:47.681Z Downloaded smallvec v0.6.14
7862025-01-27T08:48:47.684Z Downloaded quinn v0.11.6
7872025-01-27T08:48:47.687Z Downloaded derive_builder_macro v0.20.2
7882025-01-27T08:48:47.687Z Downloaded ssh-key v0.6.7
7892025-01-27T08:48:47.696Z Downloaded fixedbitset v0.4.2
7902025-01-27T08:48:47.699Z Downloaded writeable v0.5.5
7912025-01-27T08:48:47.699Z Downloaded tokio-tungstenite v0.21.0
7922025-01-27T08:48:47.702Z Downloaded tokio-rustls v0.25.0
7932025-01-27T08:48:47.705Z Downloaded pbkdf2 v0.11.0
7942025-01-27T08:48:47.708Z Downloaded embedded-io v0.4.0
7952025-01-27T08:48:47.708Z Downloaded uzers v0.12.1
7962025-01-27T08:48:47.710Z Downloaded test-strategy v0.3.1
7972025-01-27T08:48:47.715Z Downloaded take_mut v0.2.2
7982025-01-27T08:48:47.718Z Downloaded resolv-conf v0.7.0
7992025-01-27T08:48:47.721Z Downloaded r2d2 v0.8.10
8002025-01-27T08:48:47.721Z Downloaded progenitor v0.9.1
8012025-01-27T08:48:47.723Z Downloaded sha1 v0.10.6
8022025-01-27T08:48:47.723Z Downloaded idna v1.0.3
8032025-01-27T08:48:47.727Z Downloaded zerovec-derive v0.10.3
8042025-01-27T08:48:47.730Z Downloaded newtype-uuid v1.2.1
8052025-01-27T08:48:47.733Z Downloaded debug-ignore v1.0.5
8062025-01-27T08:48:47.733Z Downloaded sct v0.7.1
8072025-01-27T08:48:47.736Z Downloaded postgres-protocol v0.6.7
8082025-01-27T08:48:47.740Z Downloaded serde-big-array v0.5.1
8092025-01-27T08:48:47.743Z Downloaded zeroize v1.8.1
8102025-01-27T08:48:47.743Z Downloaded wyz v0.5.1
8112025-01-27T08:48:47.746Z Downloaded tui-tree-widget v0.22.0
8122025-01-27T08:48:47.746Z Downloaded quick-error v1.2.3
8132025-01-27T08:48:47.749Z Downloaded peg-macros v0.8.4
8142025-01-27T08:48:47.749Z Downloaded xattr v1.4.0
8152025-01-27T08:48:47.752Z Downloaded typify-macro v0.2.0
8162025-01-27T08:48:47.752Z Downloaded rtoolbox v0.0.2
8172025-01-27T08:48:47.755Z Downloaded smallvec v1.13.2
8182025-01-27T08:48:47.757Z Downloaded tower-service v0.3.3
8192025-01-27T08:48:47.757Z Downloaded dyn-clone v1.0.17
8202025-01-27T08:48:47.761Z Downloaded tabwriter v1.4.1
8212025-01-27T08:48:47.762Z Downloaded strip-ansi-escapes v0.2.1
8222025-01-27T08:48:47.765Z Downloaded pbkdf2 v0.12.2
8232025-01-27T08:48:47.766Z Downloaded typed-path v0.9.3
8242025-01-27T08:48:47.768Z Downloaded openssl-macros v0.1.1
8252025-01-27T08:48:47.772Z Downloaded foreign-types v0.5.0
8262025-01-27T08:48:47.772Z Downloaded float-ord v0.3.2
8272025-01-27T08:48:47.772Z Downloaded itertools v0.14.0
8282025-01-27T08:48:47.778Z Downloaded value-bag v1.10.0
8292025-01-27T08:48:47.781Z Downloaded tokio-util v0.7.13
8302025-01-27T08:48:47.788Z Downloaded signal-hook-tokio v0.3.1
8312025-01-27T08:48:47.790Z Downloaded stringprep v0.1.5
8322025-01-27T08:48:47.791Z Downloaded string_cache v0.8.7
8332025-01-27T08:48:47.793Z Downloaded unicode-truncate v1.1.0
8342025-01-27T08:48:47.796Z Downloaded tracing-attributes v0.1.28
8352025-01-27T08:48:47.796Z Downloaded qorb v0.2.1
8362025-01-27T08:48:47.800Z Downloaded owo-colors v4.1.0
8372025-01-27T08:48:47.803Z Downloaded blake3 v1.5.5
8382025-01-27T08:48:47.810Z Downloaded sigpipe v0.1.3
8392025-01-27T08:48:47.813Z Downloaded yoke v0.7.5
8402025-01-27T08:48:47.813Z Downloaded zerocopy v0.6.6
8412025-01-27T08:48:47.816Z Downloaded unicode-bidi v0.3.18
8422025-01-27T08:48:47.818Z Downloaded spki v0.7.3
8432025-01-27T08:48:47.821Z Downloaded parking_lot_core v0.9.10
8442025-01-27T08:48:47.824Z Downloaded semver v0.1.20
8452025-01-27T08:48:47.824Z Downloaded polyval v0.6.2
8462025-01-27T08:48:47.827Z Downloaded rfc6979 v0.4.0
8472025-01-27T08:48:47.827Z Downloaded schemars v0.8.21
8482025-01-27T08:48:47.839Z Downloaded opaque-debug v0.3.1
8492025-01-27T08:48:47.843Z Downloaded num_threads v0.1.7
8502025-01-27T08:48:47.843Z Downloaded progenitor v0.8.0
8512025-01-27T08:48:47.846Z Downloaded samael v0.0.17
8522025-01-27T08:48:47.849Z Downloaded fxhash v0.2.1
8532025-01-27T08:48:47.851Z Downloaded foreign-types-macros v0.2.3
8542025-01-27T08:48:47.852Z Downloaded tokio-postgres v0.7.12
8552025-01-27T08:48:47.856Z Downloaded percent-encoding v2.3.1
8562025-01-27T08:48:47.858Z Downloaded oso v0.27.3
8572025-01-27T08:48:47.861Z Downloaded universal-hash v0.5.1
8582025-01-27T08:48:47.864Z Downloaded flagset v0.4.6
8592025-01-27T08:48:47.864Z Downloaded zerofrom-derive v0.1.5
8602025-01-27T08:48:47.867Z Downloaded shell-words v1.1.0
8612025-01-27T08:48:47.868Z Downloaded serde_urlencoded v0.7.1
8622025-01-27T08:48:47.870Z Downloaded postcard v1.1.1
8632025-01-27T08:48:47.873Z Downloaded rustc-demangle v0.1.24
8642025-01-27T08:48:47.873Z Downloaded tungstenite v0.23.0
8652025-01-27T08:48:47.876Z Downloaded float-cmp v0.10.0
8662025-01-27T08:48:47.879Z Downloaded serde_repr v0.1.19
8672025-01-27T08:48:47.879Z Downloaded nu-ansi-term v0.50.1
8682025-01-27T08:48:47.882Z Downloaded tungstenite v0.21.0
8692025-01-27T08:48:47.885Z Downloaded simd-adler32 v0.3.7
8702025-01-27T08:48:47.887Z Downloaded der v0.7.9
8712025-01-27T08:48:47.890Z Downloaded dunce v1.0.5
8722025-01-27T08:48:47.893Z Downloaded phf v0.11.3
8732025-01-27T08:48:47.893Z Downloaded num-bigint v0.4.6
8742025-01-27T08:48:47.898Z Downloaded sqlformat v0.2.6
8752025-01-27T08:48:47.901Z Downloaded parking_lot_core v0.8.6
8762025-01-27T08:48:47.904Z Downloaded poly1305 v0.8.0
8772025-01-27T08:48:47.907Z Downloaded reedline v0.35.0
8782025-01-27T08:48:47.913Z Downloaded tap v1.0.1
8792025-01-27T08:48:47.916Z Downloaded num_enum_derive v0.5.11
8802025-01-27T08:48:47.916Z Downloaded ecdsa v0.16.9
8812025-01-27T08:48:47.919Z Downloaded hkdf v0.12.4
8822025-01-27T08:48:47.921Z Downloaded time v0.3.37
8832025-01-27T08:48:47.928Z Downloaded derive_more v0.99.18
8842025-01-27T08:48:47.933Z Downloaded parking_lot v0.12.3
8852025-01-27T08:48:47.936Z Downloaded tower v0.5.2
8862025-01-27T08:48:47.946Z Downloaded derive_builder v0.20.2
8872025-01-27T08:48:47.951Z Downloaded spin v0.9.8
8882025-01-27T08:48:47.954Z Downloaded num-bigint-dig v0.8.4
8892025-01-27T08:48:47.959Z Downloaded rand v0.8.5
8902025-01-27T08:48:47.964Z Downloaded nom v7.1.3
8912025-01-27T08:48:47.970Z Downloaded dropshot_endpoint v0.12.0
8922025-01-27T08:48:47.973Z Downloaded p256 v0.13.2
8932025-01-27T08:48:47.976Z Downloaded diesel_derives v2.2.3
8942025-01-27T08:48:47.981Z Downloaded typify v0.3.0
8952025-01-27T08:48:47.984Z Downloaded winnow v0.5.40
8962025-01-27T08:48:47.993Z Downloaded parse-zoneinfo v0.3.1
8972025-01-27T08:48:47.996Z Downloaded bitvec v1.0.1
8982025-01-27T08:48:48.010Z Downloaded omicron-zone-package v0.12.0
8992025-01-27T08:48:48.013Z Downloaded dropshot_endpoint v0.15.1
9002025-01-27T08:48:48.016Z Downloaded russh-keys v0.45.0
9012025-01-27T08:48:48.019Z Downloaded prettyplease v0.2.29
9022025-01-27T08:48:48.023Z Downloaded unsafe-libyaml v0.2.11
9032025-01-27T08:48:48.026Z Downloaded tracing v0.1.41
9042025-01-27T08:48:48.031Z Downloaded rayon v1.10.0
9052025-01-27T08:48:48.040Z Downloaded chrono v0.4.39
9062025-01-27T08:48:48.047Z Downloaded tar v0.4.43
9072025-01-27T08:48:48.050Z Downloaded ed25519-dalek v2.1.1
9082025-01-27T08:48:48.053Z Downloaded rustyline v14.0.0
9092025-01-27T08:48:48.058Z Downloaded rustls-webpki v0.102.8
9102025-01-27T08:48:48.077Z Downloaded hashbrown v0.14.5
9112025-01-27T08:48:48.082Z Downloaded lalrpop v0.19.12
9122025-01-27T08:48:48.094Z Downloaded steno v0.4.1
9132025-01-27T08:48:48.098Z Downloaded url v2.5.4
9142025-01-27T08:48:48.101Z Downloaded sqlparser v0.45.0
9152025-01-27T08:48:48.107Z Downloaded x509-cert v0.2.5
9162025-01-27T08:48:48.113Z Downloaded unicode-segmentation v1.12.0
9172025-01-27T08:48:48.116Z Downloaded zerovec v0.10.4
9182025-01-27T08:48:48.122Z Downloaded icu_properties_data v1.5.0
9192025-01-27T08:48:48.133Z Downloaded p521 v0.13.3
9202025-01-27T08:48:48.137Z Downloaded bindgen v0.69.5
9212025-01-27T08:48:48.144Z Downloaded tough v0.19.0
9222025-01-27T08:48:48.152Z Downloaded flate2 v1.0.35
9232025-01-27T08:48:48.158Z Downloaded rustls-webpki v0.101.7
9242025-01-27T08:48:48.171Z Downloaded salty v0.3.0
9252025-01-27T08:48:48.178Z Downloaded radix_trie v0.2.1
9262025-01-27T08:48:48.183Z Downloaded rusqlite v0.32.1
9272025-01-27T08:48:48.189Z Downloaded object v0.30.4
9282025-01-27T08:48:48.200Z Downloaded regex v1.11.1
9292025-01-27T08:48:48.213Z Downloaded portable-atomic v1.10.0
9302025-01-27T08:48:48.220Z Downloaded proptest v1.6.0
9312025-01-27T08:48:48.229Z Downloaded webpki-roots v0.26.7
9322025-01-27T08:48:48.233Z Downloaded h2 v0.4.7
9332025-01-27T08:48:48.240Z Downloaded reqwest v0.12.12
9342025-01-27T08:48:48.248Z Downloaded quinn-proto v0.11.9
9352025-01-27T08:48:48.255Z Downloaded git2 v0.19.0
9362025-01-27T08:48:48.264Z Downloaded smoltcp v0.9.1
9372025-01-27T08:48:48.274Z Downloaded vcpkg v0.2.15
9382025-01-27T08:48:48.314Z Downloaded futures-util v0.3.31
9392025-01-27T08:48:48.325Z Downloaded p384 v0.13.0
9402025-01-27T08:48:48.331Z Downloaded polar-core v0.27.3
9412025-01-27T08:48:48.340Z Downloaded zerocopy v0.8.14
9422025-01-27T08:48:48.364Z Downloaded rustls v0.21.12
9432025-01-27T08:48:48.375Z Downloaded petname v2.0.2
9442025-01-27T08:48:48.380Z Downloaded gimli v0.31.1
9452025-01-27T08:48:48.389Z Downloaded nix v0.27.1
9462025-01-27T08:48:48.400Z Downloaded openssl v0.10.69
9472025-01-27T08:48:48.409Z Downloaded rustls v0.23.21
9482025-01-27T08:48:48.422Z Downloaded smoltcp v0.11.0
9492025-01-27T08:48:48.433Z Downloaded dropshot v0.15.1
9502025-01-27T08:48:48.455Z Downloaded regress v0.10.3
9512025-01-27T08:48:48.463Z Downloaded regex-syntax v0.8.5
9522025-01-27T08:48:48.472Z Downloaded unicode-width v0.2.0
9532025-01-27T08:48:48.478Z Downloaded dropshot v0.12.0
9542025-01-27T08:48:48.497Z Downloaded regress v0.9.1
9552025-01-27T08:48:48.507Z Downloaded openapiv3 v2.0.0
9562025-01-27T08:48:48.518Z Downloaded sled v0.34.7
9572025-01-27T08:48:48.528Z Downloaded zerocopy-derive v0.6.6
9582025-01-27T08:48:48.537Z Downloaded rustls v0.22.4
9592025-01-27T08:48:48.551Z Downloaded ratatui v0.28.1
9602025-01-27T08:48:48.570Z Downloaded typify-impl v0.3.0
9612025-01-27T08:48:48.585Z Downloaded typify-impl v0.2.0
9622025-01-27T08:48:48.600Z Downloaded bzip2-sys v0.1.11+1.0.8
9632025-01-27T08:48:48.612Z Downloaded regex-automata v0.4.9
9642025-01-27T08:48:48.628Z Downloaded nix v0.29.0
9652025-01-27T08:48:48.640Z Downloaded nix v0.28.0
9662025-01-27T08:48:48.650Z Downloaded diesel v2.2.6
9672025-01-27T08:48:48.668Z Downloaded chrono-tz v0.10.1
9682025-01-27T08:48:48.675Z Downloaded regex-syntax v0.6.29
9692025-01-27T08:48:48.682Z Downloaded object v0.36.7
9702025-01-27T08:48:48.694Z Downloaded bstr v1.11.3
9712025-01-27T08:48:48.703Z Downloaded uuid v1.12.1
9722025-01-27T08:48:48.705Z Downloaded term v0.7.0
9732025-01-27T08:48:48.709Z Downloaded flume v0.11.1
9742025-01-27T08:48:48.712Z Downloaded tokio v1.43.0
9752025-01-27T08:48:48.749Z Downloaded lzma-sys v0.1.20
9762025-01-27T08:48:48.777Z Downloaded expectorate v1.1.0
9772025-01-27T08:48:48.780Z Downloaded csv v1.3.1
9782025-01-27T08:48:48.798Z Downloaded serde_with v3.12.0
9792025-01-27T08:48:48.806Z Downloaded petgraph v0.6.5
9802025-01-27T08:48:48.823Z Downloaded quick-xml v0.33.0
9812025-01-27T08:48:48.829Z Downloaded aws-lc-rs v1.12.2
9822025-01-27T08:48:48.839Z Downloaded derive-where v1.2.7
9832025-01-27T08:48:48.842Z Downloaded libz-sys v1.1.21
9842025-01-27T08:48:48.862Z Downloaded hashbrown v0.13.2
9852025-01-27T08:48:48.866Z Downloaded tungstenite v0.24.0
9862025-01-27T08:48:48.869Z Downloaded openssl-sys v0.9.104
9872025-01-27T08:48:48.874Z Downloaded hashbrown v0.12.3
9882025-01-27T08:48:48.877Z Downloaded zip v0.6.6
9892025-01-27T08:48:48.882Z Downloaded rsa v0.9.7
9902025-01-27T08:48:48.886Z Downloaded progenitor-impl v0.8.0
9912025-01-27T08:48:48.888Z Downloaded der_derive v0.7.3
9922025-01-27T08:48:48.891Z Downloaded progenitor-impl v0.9.1
9932025-01-27T08:48:48.891Z Downloaded quinn-udp v0.5.9
9942025-01-27T08:48:48.894Z Downloaded parse-display v0.10.0
9952025-01-27T08:48:48.894Z Downloaded slog-term v2.9.1
9962025-01-27T08:48:48.897Z Downloaded sha3 v0.10.8
9972025-01-27T08:48:48.900Z Downloaded snafu v0.8.5
9982025-01-27T08:48:48.906Z Downloaded unicode-normalization v0.1.24
9992025-01-27T08:48:48.909Z Downloaded tracing-core v0.1.33
10002025-01-27T08:48:48.912Z Downloaded half v2.4.1
10012025-01-27T08:48:48.914Z Downloaded headers v0.4.0
10022025-01-27T08:48:48.919Z Downloaded unicase v2.8.1
10032025-01-27T08:48:48.922Z Downloaded ron v0.7.1
10042025-01-27T08:48:48.926Z Downloaded scrypt v0.11.0
10052025-01-27T08:48:48.929Z Downloaded postgres-types v0.2.8
10062025-01-27T08:48:48.929Z Downloaded pem-rfc7468 v0.7.0
10072025-01-27T08:48:48.932Z Downloaded subtle v2.6.1
10082025-01-27T08:48:48.932Z Downloaded structmeta v0.3.0
10092025-01-27T08:48:48.932Z Downloaded structmeta v0.2.0
10102025-01-27T08:48:48.935Z Downloaded defmt v0.3.10
10112025-01-27T08:48:48.937Z Downloaded tokio-rustls v0.24.1
10122025-01-27T08:48:48.940Z Downloaded num-traits v0.2.19
10132025-01-27T08:48:48.940Z Downloaded russh v0.45.0
10142025-01-27T08:48:48.945Z Downloaded displaydoc v0.2.5
10152025-01-27T08:48:48.948Z Downloaded diff v0.1.13
10162025-01-27T08:48:48.951Z Downloaded rustls-pki-types v1.10.1
10172025-01-27T08:48:48.954Z Downloaded pin-project v1.1.8
10182025-01-27T08:48:48.964Z Downloaded pin-project-lite v0.2.16
10192025-01-27T08:48:48.968Z Downloaded serde_yaml v0.9.34+deprecated
10202025-01-27T08:48:48.972Z Downloaded unicode_categories v0.1.1
10212025-01-27T08:48:48.974Z Downloaded shlex v1.3.0
10222025-01-27T08:48:48.977Z Downloaded rcgen v0.12.1
10232025-01-27T08:48:48.977Z Downloaded sync_wrapper v1.0.2
10242025-01-27T08:48:48.980Z Downloaded scopeguard v1.2.0
10252025-01-27T08:48:48.980Z Downloaded pretty-hex v0.2.1
10262025-01-27T08:48:48.980Z Downloaded supports-color v3.0.2
10272025-01-27T08:48:48.983Z Downloaded schemars_derive v0.8.21
10282025-01-27T08:48:48.983Z Downloaded scheduled-thread-pool v0.2.7
10292025-01-27T08:48:48.985Z Downloaded yasna v0.5.2
10302025-01-27T08:48:48.986Z Downloaded static_assertions v1.1.0
10312025-01-27T08:48:48.989Z Downloaded crossterm v0.28.1
10322025-01-27T08:48:48.992Z Downloaded itertools v0.10.5
10332025-01-27T08:48:48.998Z Downloaded toml_edit v0.19.15
10342025-01-27T08:48:49.013Z Downloaded encoding_rs v0.8.35
10352025-01-27T08:48:49.034Z Downloaded futures v0.3.31
10362025-01-27T08:48:49.038Z Downloaded num-iter v0.1.45
10372025-01-27T08:48:49.041Z Downloaded num-integer v0.1.46
10382025-01-27T08:48:49.041Z Downloaded num-derive v0.4.2
10392025-01-27T08:48:49.044Z Downloaded new_debug_unreachable v1.0.6
10402025-01-27T08:48:49.044Z Downloaded zerocopy-derive v0.8.14
10412025-01-27T08:48:49.048Z Downloaded minimal-lexical v0.2.1
10422025-01-27T08:48:49.053Z Downloaded cc v1.2.10
10432025-01-27T08:48:49.056Z Downloaded darling v0.20.10
10442025-01-27T08:48:49.060Z Downloaded ssh-cipher v0.2.0
10452025-01-27T08:48:49.063Z Downloaded walkdir v2.5.0
10462025-01-27T08:48:49.065Z Downloaded mockall_derive v0.13.1
10472025-01-27T08:48:49.068Z Downloaded vte v0.14.1
10482025-01-27T08:48:49.068Z Downloaded time-macros v0.2.19
10492025-01-27T08:48:49.071Z Downloaded serde_with_macros v3.12.0
10502025-01-27T08:48:49.073Z Downloaded base64 v0.22.1
10512025-01-27T08:48:49.076Z Downloaded backtrace v0.3.74
10522025-01-27T08:48:49.079Z Downloaded group v0.13.0
10532025-01-27T08:48:49.082Z Downloaded password-hash v0.4.2
10542025-01-27T08:48:49.082Z Downloaded icu_collections v1.5.0
10552025-01-27T08:48:49.088Z Downloaded dirs-sys-next v0.1.2
10562025-01-27T08:48:49.091Z Downloaded dirs-next v2.0.0
10572025-01-27T08:48:49.091Z Downloaded which v4.4.2
10582025-01-27T08:48:49.093Z Downloaded untrusted v0.9.0
10592025-01-27T08:48:49.093Z Downloaded untrusted v0.7.1
10602025-01-27T08:48:49.093Z Downloaded thiserror-no-std v2.0.2
10612025-01-27T08:48:49.097Z Downloaded thiserror-impl-no-std v2.0.2
10622025-01-27T08:48:49.100Z Downloaded num-complex v0.4.6
10632025-01-27T08:48:49.100Z Downloaded vergen v8.3.2
10642025-01-27T08:48:49.102Z Downloaded toml v0.7.8
10652025-01-27T08:48:49.105Z Downloaded tinyvec v1.8.1
10662025-01-27T08:48:49.108Z Downloaded miniz_oxide v0.8.3
10672025-01-27T08:48:49.111Z Downloaded password-hash v0.5.0
10682025-01-27T08:48:49.114Z Downloaded icu_properties v1.5.1
10692025-01-27T08:48:49.117Z Downloaded futures-executor v0.3.31
10702025-01-27T08:48:49.117Z Downloaded mockall v0.13.1
10712025-01-27T08:48:49.117Z Downloaded thread_local v1.1.8
10722025-01-27T08:48:49.119Z Downloaded aes v0.8.4
10732025-01-27T08:48:49.122Z Downloaded base64 v0.21.7
10742025-01-27T08:48:49.125Z Downloaded olpc-cjson v0.1.4
10752025-01-27T08:48:49.127Z Downloaded libgit2-sys v0.17.0+1.8.1
10762025-01-27T08:48:49.183Z Downloaded normalize-line-endings v0.3.0
10772025-01-27T08:48:49.186Z Downloaded bumpalo v3.16.0
10782025-01-27T08:48:49.186Z Downloaded slog-async v2.8.0
10792025-01-27T08:48:49.188Z Downloaded rusty-fork v0.3.0
10802025-01-27T08:48:49.188Z Downloaded rustversion v1.0.19
10812025-01-27T08:48:49.191Z Downloaded icu_locid_transform_data v1.5.0
10822025-01-27T08:48:49.191Z Downloaded hyper-util v0.1.10
10832025-01-27T08:48:49.195Z Downloaded const_format v0.2.34
10842025-01-27T08:48:49.199Z Downloaded phf_generator v0.11.3
10852025-01-27T08:48:49.202Z Downloaded packed_struct_codegen v0.10.1
10862025-01-27T08:48:49.202Z Downloaded chacha20poly1305 v0.10.1
10872025-01-27T08:48:49.205Z Downloaded nanorand v0.7.0
10882025-01-27T08:48:49.205Z Downloaded futures-macro v0.3.31
10892025-01-27T08:48:49.207Z Downloaded crossbeam-epoch v0.9.18
10902025-01-27T08:48:49.210Z Downloaded compact_str v0.8.1
10912025-01-27T08:48:49.213Z Downloaded bytes v1.9.0
10922025-01-27T08:48:49.216Z Downloaded const-oid v0.9.6
10932025-01-27T08:48:49.218Z Downloaded ed25519 v2.2.3
10942025-01-27T08:48:49.218Z Downloaded document-features v0.2.10
10952025-01-27T08:48:49.221Z Downloaded indexmap v1.9.3
10962025-01-27T08:48:49.224Z Downloaded hmac v0.12.1
10972025-01-27T08:48:49.224Z Downloaded base64 v0.13.1
10982025-01-27T08:48:49.227Z Downloaded allocator-api2 v0.2.21
10992025-01-27T08:48:49.229Z Downloaded sec1 v0.7.3
11002025-01-27T08:48:49.232Z Downloaded mime_guess v2.0.5
11012025-01-27T08:48:49.234Z Downloaded arc-swap v1.7.1
11022025-01-27T08:48:49.237Z Downloaded rustc-hash v1.1.0
11032025-01-27T08:48:49.237Z Downloaded ipnet v2.11.0
11042025-01-27T08:48:49.240Z Downloaded iana-time-zone v0.1.61
11052025-01-27T08:48:49.242Z Downloaded crossbeam-utils v0.8.21
11062025-01-27T08:48:49.245Z Downloaded crc-any v2.5.0
11072025-01-27T08:48:49.245Z Downloaded lock_api v0.4.12
11082025-01-27T08:48:49.249Z Downloaded libsw v3.4.0
11092025-01-27T08:48:49.249Z Downloaded libloading v0.8.6
11102025-01-27T08:48:49.252Z Downloaded slog-stdlog v4.1.1
11112025-01-27T08:48:49.252Z Downloaded slab v0.4.9
11122025-01-27T08:48:49.255Z Downloaded rustfmt-wrapper v0.2.1
11132025-01-27T08:48:49.255Z Downloaded instability v0.3.7
11142025-01-27T08:48:49.255Z Downloaded cookie v0.18.1
11152025-01-27T08:48:49.257Z Downloaded clang-sys v1.8.1
11162025-01-27T08:48:49.260Z Downloaded kstat-rs v0.2.4
11172025-01-27T08:48:49.260Z Downloaded hostname v0.3.1
11182025-01-27T08:48:49.263Z Downloaded ahash v0.8.11
11192025-01-27T08:48:49.265Z Downloaded toolchain_find v0.4.0
11202025-01-27T08:48:49.266Z Downloaded slog-scope v4.4.0
11212025-01-27T08:48:49.266Z Downloaded signature v2.2.0
11222025-01-27T08:48:49.268Z Downloaded serde_plain v1.0.2
11232025-01-27T08:48:49.268Z Downloaded serde-hex v0.1.0
11242025-01-27T08:48:49.271Z Downloaded rustc-hash v2.1.0
11252025-01-27T08:48:49.271Z Downloaded rand_seeder v0.3.0
11262025-01-27T08:48:49.274Z Downloaded keccak v0.1.5
11272025-01-27T08:48:49.274Z Downloaded indoc v2.0.5
11282025-01-27T08:48:49.276Z Downloaded home v0.5.11
11292025-01-27T08:48:49.277Z Downloaded ciborium v0.2.2
11302025-01-27T08:48:49.280Z Downloaded chacha20 v0.9.1
11312025-01-27T08:48:49.283Z Downloaded cancel-safe-futures v0.1.5
11322025-01-27T08:48:49.285Z Downloaded base64ct v1.6.0
11332025-01-27T08:48:49.289Z Downloaded async-trait v0.1.85
11342025-01-27T08:48:49.292Z Downloaded argon2 v0.5.3
11352025-01-27T08:48:49.292Z Downloaded internet-checksum v0.2.1
11362025-01-27T08:48:49.295Z Downloaded indent_write v2.2.0
11372025-01-27T08:48:49.295Z Downloaded base16ct v0.2.0
11382025-01-27T08:48:49.295Z Downloaded backoff v0.4.0
11392025-01-27T08:48:49.297Z Downloaded arrayvec v0.7.6
11402025-01-27T08:48:49.297Z Downloaded hickory-server v0.24.2
11412025-01-27T08:48:49.302Z Downloaded blowfish v0.9.1
11422025-01-27T08:48:49.305Z Downloaded chrono-tz-build v0.4.0
11432025-01-27T08:48:49.305Z Downloaded constant_time_eq v0.3.1
11442025-01-27T08:48:49.308Z Downloaded cexpr v0.6.0
11452025-01-27T08:48:49.308Z Downloaded block-padding v0.3.3
11462025-01-27T08:48:49.308Z Downloaded const_format_proc_macros v0.2.34
11472025-01-27T08:48:49.310Z Downloaded hex-literal v0.4.1
11482025-01-27T08:48:49.310Z Downloaded crossbeam-deque v0.8.6
11492025-01-27T08:48:49.314Z Downloaded cipher v0.4.4
11502025-01-27T08:48:49.314Z Downloaded ciborium-ll v0.2.2
11512025-01-27T08:48:49.317Z Downloaded cbc v0.1.2
11522025-01-27T08:48:49.317Z Downloaded cmake v0.1.52
11532025-01-27T08:48:49.317Z Downloaded castaway v0.2.3
11542025-01-27T08:48:49.320Z Downloaded bit-set v0.8.0
11552025-01-27T08:48:49.320Z Downloaded arrayref v0.3.9
11562025-01-27T08:48:49.320Z Downloaded bit-set v0.5.3
11572025-01-27T08:48:49.323Z Downloaded bcrypt-pbkdf v0.10.0
11582025-01-27T08:48:49.323Z Downloaded async-stream v0.3.6
11592025-01-27T08:48:49.325Z Downloaded array-init v0.0.4
11602025-01-27T08:48:49.325Z Downloaded assert_matches v1.5.0
11612025-01-27T08:48:49.325Z Downloaded ascii-canvas v3.0.0
11622025-01-27T08:48:49.517Z Downloaded ring v0.17.8
11632025-01-27T08:48:49.630Z Downloaded libsqlite3-sys v0.30.1
11642025-01-27T08:48:49.787Z Downloaded aws-lc-sys v0.25.0
11652025-01-27T08:48:50.097Z Compiling serde v1.0.217
11662025-01-27T08:48:50.100Z Compiling lock_api v0.4.12
11672025-01-27T08:48:50.100Z Compiling value-bag v1.10.0
11682025-01-27T08:48:50.100Z Compiling scopeguard v1.2.0
11692025-01-27T08:48:50.100Z Compiling typenum v1.17.0
11702025-01-27T08:48:50.100Z Compiling generic-array v0.14.7
11712025-01-27T08:48:50.298Z Compiling syn v2.0.96
11722025-01-27T08:48:50.311Z Compiling getrandom v0.2.15
11732025-01-27T08:48:50.469Z Compiling subtle v2.6.1
11742025-01-27T08:48:50.568Z Compiling rand_core v0.6.4
11752025-01-27T08:48:50.707Z Compiling log v0.4.25
11762025-01-27T08:48:50.786Z Compiling shlex v1.3.0
11772025-01-27T08:48:50.826Z Compiling jobserver v0.1.32
11782025-01-27T08:48:50.844Z Compiling smallvec v1.13.2
11792025-01-27T08:48:51.067Z Compiling const-oid v0.9.6
11802025-01-27T08:48:51.083Z Compiling pin-project-lite v0.2.16
11812025-01-27T08:48:51.170Z Compiling parking_lot_core v0.9.10
11822025-01-27T08:48:51.233Z Compiling cc v1.2.10
11832025-01-27T08:48:51.254Z Compiling rustix v0.38.44
11842025-01-27T08:48:51.520Z Compiling spin v0.9.8
11852025-01-27T08:48:51.600Z Compiling futures-core v0.3.31
11862025-01-27T08:48:51.857Z Compiling signal-hook-registry v1.4.2
11872025-01-27T08:48:51.876Z Compiling mio v1.0.3
11882025-01-27T08:48:52.065Z Compiling parking_lot v0.12.3
11892025-01-27T08:48:52.193Z Compiling aho-corasick v1.1.3
11902025-01-27T08:48:52.694Z Compiling stable_deref_trait v1.2.0
11912025-01-27T08:48:52.697Z Compiling futures-sink v0.3.31
11922025-01-27T08:48:52.820Z Compiling cpufeatures v0.2.17
11932025-01-27T08:48:52.883Z Compiling regex-syntax v0.8.5
11942025-01-27T08:48:52.933Z Compiling either v1.13.0
11952025-01-27T08:48:53.019Z Compiling socket2 v0.5.8
11962025-01-27T08:48:53.175Z Compiling slab v0.4.9
11972025-01-27T08:48:53.237Z Compiling glob v0.3.2
11982025-01-27T08:48:53.349Z Compiling prettyplease v0.2.29
11992025-01-27T08:48:53.700Z Compiling lazy_static v1.5.0
12002025-01-27T08:48:53.842Z Compiling serde_json v1.0.137
12012025-01-27T08:48:53.939Z Compiling minimal-lexical v0.2.1
12022025-01-27T08:48:53.959Z Compiling futures-channel v0.3.31
12032025-01-27T08:48:54.139Z Compiling clang-sys v1.8.1
12042025-01-27T08:48:54.192Z Compiling libloading v0.8.6
12052025-01-27T08:48:54.343Z Compiling bindgen v0.69.5
12062025-01-27T08:48:54.464Z Compiling nom v7.1.3
12072025-01-27T08:48:54.588Z Compiling home v0.5.11
12082025-01-27T08:48:54.848Z Compiling futures-io v0.3.31
12092025-01-27T08:48:54.902Z Compiling pin-utils v0.1.0
12102025-01-27T08:48:55.008Z Compiling futures-task v0.3.31
12112025-01-27T08:48:55.187Z Compiling itertools v0.12.1
12122025-01-27T08:48:55.296Z Compiling lazycell v1.3.0
12132025-01-27T08:48:55.453Z Compiling allocator-api2 v0.2.21
12142025-01-27T08:48:55.471Z Compiling rustc-hash v1.1.0
12152025-01-27T08:48:55.624Z Compiling foldhash v0.1.4
12162025-01-27T08:48:55.932Z Compiling libm v0.2.11
12172025-01-27T08:48:56.186Z Compiling hashbrown v0.15.2
12182025-01-27T08:48:56.314Z Compiling cmake v0.1.52
12192025-01-27T08:48:57.150Z Compiling regex-automata v0.4.9
12202025-01-27T08:48:57.226Z Compiling num-traits v0.2.19
12212025-01-27T08:48:57.464Z Compiling dunce v1.0.5
12222025-01-27T08:48:57.517Z Compiling pkg-config v0.3.31
12232025-01-27T08:48:57.605Z Compiling cexpr v0.6.0
12242025-01-27T08:48:57.880Z Compiling synstructure v0.13.1
12252025-01-27T08:48:58.832Z Compiling fs_extra v1.3.0
12262025-01-27T08:48:59.317Z Compiling litemap v0.7.4
12272025-01-27T08:48:59.357Z Compiling writeable v0.5.5
12282025-01-27T08:48:59.480Z Compiling ring v0.17.8
12292025-01-27T08:48:59.676Z Compiling paste v1.0.15
12302025-01-27T08:48:59.919Z Compiling base64ct v1.6.0
12312025-01-27T08:49:00.500Z Compiling pem-rfc7468 v0.7.0
12322025-01-27T08:49:00.605Z Compiling aws-lc-rs v1.12.2
12332025-01-27T08:49:01.014Z Compiling httparse v1.9.5
12342025-01-27T08:49:01.044Z Compiling icu_locid_transform_data v1.5.0
12352025-01-27T08:49:01.145Z Compiling flagset v0.4.6
12362025-01-27T08:49:01.347Z Compiling tracing-core v0.1.33
12372025-01-27T08:49:01.741Z Compiling rustls-pki-types v1.10.1
12382025-01-27T08:49:01.833Z Compiling icu_properties_data v1.5.0
12392025-01-27T08:49:02.092Z Compiling percent-encoding v2.3.1
12402025-01-27T08:49:02.222Z Compiling crossbeam-utils v0.8.21
12412025-01-27T08:49:02.469Z Compiling regex v1.11.1
12422025-01-27T08:49:02.716Z Compiling write16 v1.0.0
12432025-01-27T08:49:02.775Z Compiling utf16_iter v1.0.5
12442025-01-27T08:49:02.861Z Compiling num-conv v0.1.0
12452025-01-27T08:49:02.986Z Compiling untrusted v0.7.1
12462025-01-27T08:49:03.124Z Compiling untrusted v0.9.0
12472025-01-27T08:49:03.168Z Compiling icu_normalizer_data v1.5.0
12482025-01-27T08:49:03.187Z Compiling utf8_iter v1.0.4
12492025-01-27T08:49:03.208Z Compiling serde_derive v1.0.217
12502025-01-27T08:49:03.276Z Compiling zeroize_derive v1.4.2
12512025-01-27T08:49:03.305Z Compiling zerocopy-derive v0.7.35
12522025-01-27T08:49:03.385Z Compiling tokio-macros v2.5.0
12532025-01-27T08:49:03.434Z Compiling zerofrom-derive v0.1.5
12542025-01-27T08:49:04.635Z Compiling zeroize v1.8.1
12552025-01-27T08:49:04.849Z Compiling yoke-derive v0.7.5
12562025-01-27T08:49:05.205Z Compiling zerocopy v0.7.35
12572025-01-27T08:49:05.740Z Compiling zerovec-derive v0.10.3
12582025-01-27T08:49:06.244Z Compiling crypto-common v0.1.6
12592025-01-27T08:49:06.471Z Compiling block-buffer v0.10.4
12602025-01-27T08:49:06.492Z Compiling futures-macro v0.3.31
12612025-01-27T08:49:06.521Z Compiling displaydoc v0.2.5
12622025-01-27T08:49:06.748Z Compiling digest v0.10.7
12632025-01-27T08:49:06.915Z Compiling zerofrom v0.1.5
12642025-01-27T08:49:07.151Z Compiling hmac v0.12.1
12652025-01-27T08:49:07.209Z Compiling block-padding v0.3.3
12662025-01-27T08:49:07.435Z Compiling sha2 v0.10.8
12672025-01-27T08:49:07.498Z Compiling inout v0.1.3
12682025-01-27T08:49:07.573Z Compiling yoke v0.7.5
12692025-01-27T08:49:07.789Z Compiling cipher v0.4.4
12702025-01-27T08:49:07.947Z Compiling thiserror-impl v1.0.69
12712025-01-27T08:49:08.020Z Compiling icu_provider_macros v1.5.0
12722025-01-27T08:49:08.109Z Compiling ppv-lite86 v0.2.20
12732025-01-27T08:49:08.287Z Compiling thiserror-impl v2.0.11
12742025-01-27T08:49:08.308Z Compiling zerovec v0.10.4
12752025-01-27T08:49:08.327Z Compiling futures-util v0.3.31
12762025-01-27T08:49:08.875Z Compiling der_derive v0.7.3
12772025-01-27T08:49:09.086Z Compiling rand_chacha v0.3.1
12782025-01-27T08:49:10.318Z Compiling tinystr v0.7.6
12792025-01-27T08:49:10.725Z Compiling icu_locid v1.5.0
12802025-01-27T08:49:11.021Z Compiling thiserror v1.0.69
12812025-01-27T08:49:11.034Z Compiling icu_collections v1.5.0
12822025-01-27T08:49:11.135Z Compiling tracing-attributes v0.1.28
12832025-01-27T08:49:11.157Z Compiling der v0.7.9
12842025-01-27T08:49:11.366Z Compiling rand v0.8.5
12852025-01-27T08:49:11.507Z Compiling thiserror v2.0.11
12862025-01-27T08:49:11.671Z Compiling pest v2.7.15
12872025-01-27T08:49:12.289Z Compiling icu_provider v1.5.0
12882025-01-27T08:49:12.784Z Compiling salsa20 v0.10.2
12892025-01-27T08:49:13.009Z Compiling pbkdf2 v0.12.2
12902025-01-27T08:49:13.195Z Compiling icu_locid_transform v1.5.0
12912025-01-27T08:49:13.326Z Compiling spki v0.7.3
12922025-01-27T08:49:13.483Z Compiling vcpkg v0.2.15
12932025-01-27T08:49:13.693Z Compiling powerfmt v0.2.0
12942025-01-27T08:49:13.750Z Compiling time-core v0.1.2
12952025-01-27T08:49:13.941Z Compiling time-macros v0.2.19
12962025-01-27T08:49:14.085Z Compiling deranged v0.3.11
12972025-01-27T08:49:14.152Z Compiling scrypt v0.11.0
12982025-01-27T08:49:14.420Z Compiling tracing v0.1.41
12992025-01-27T08:49:14.653Z Compiling icu_properties v1.5.1
13002025-01-27T08:49:14.822Z Compiling pest_meta v2.7.15
13012025-01-27T08:49:14.932Z Compiling cbc v0.1.2
13022025-01-27T08:49:15.179Z Compiling aes v0.8.4
13032025-01-27T08:49:15.294Z Compiling openssl-sys v0.9.104
13042025-01-27T08:49:15.581Z Compiling scroll_derive v0.12.0
13052025-01-27T08:49:16.299Z Compiling bytes v1.9.0
13062025-01-27T08:49:16.343Z Compiling bitflags v2.8.0
13072025-01-27T08:49:16.994Z Compiling indexmap v2.7.1
13082025-01-27T08:49:17.531Z Compiling tokio v1.43.0
13092025-01-27T08:49:18.029Z Compiling http v1.2.0
13102025-01-27T08:49:18.385Z Compiling semver v1.0.25
13112025-01-27T08:49:18.972Z Compiling rustc_version v0.4.1
13122025-01-27T08:49:19.089Z Compiling icu_normalizer v1.5.0
13132025-01-27T08:49:19.226Z Compiling atomic-waker v1.1.2
13142025-01-27T08:49:19.421Z Compiling num_threads v0.1.7
13152025-01-27T08:49:19.568Z Compiling tinyvec_macros v0.1.1
13162025-01-27T08:49:19.670Z Compiling tinyvec v1.8.1
13172025-01-27T08:49:19.691Z Compiling time v0.3.37
13182025-01-27T08:49:19.867Z Compiling http-body v1.0.1
13192025-01-27T08:49:20.114Z Compiling idna_adapter v1.2.0
13202025-01-27T08:49:20.200Z Compiling scroll v0.12.0
13212025-01-27T08:49:20.379Z Compiling pest_generator v2.7.15
13222025-01-27T08:49:20.469Z Compiling pkcs5 v0.7.1
13232025-01-27T08:49:20.722Z Compiling form_urlencoded v1.2.1
13242025-01-27T08:49:20.976Z Compiling which v4.4.2
13252025-01-27T08:49:21.045Z Compiling try-lock v0.2.5
13262025-01-27T08:49:21.096Z Compiling slog v2.7.0
13272025-01-27T08:49:21.213Z Compiling goblin v0.8.2
13282025-01-27T08:49:21.583Z Compiling want v0.3.1
13292025-01-27T08:49:21.656Z Compiling pkcs8 v0.10.2
13302025-01-27T08:49:21.889Z Compiling idna v1.0.3
13312025-01-27T08:49:22.032Z Compiling uuid v1.12.1
13322025-01-27T08:49:22.205Z Compiling pest_derive v2.7.15
13332025-01-27T08:49:22.304Z Compiling httpdate v1.0.3
13342025-01-27T08:49:22.740Z Compiling tower-service v0.3.3
13352025-01-27T08:49:22.888Z Compiling iana-time-zone v0.1.61
13362025-01-27T08:49:23.018Z Compiling dtrace-parser v0.2.0
13372025-01-27T08:49:23.290Z Compiling chrono v0.4.39
13382025-01-27T08:49:23.538Z Compiling serde_spanned v0.6.8
13392025-01-27T08:49:23.787Z Compiling serde_tokenstream v0.2.2
13402025-01-27T08:49:24.232Z Compiling toml_datetime v0.6.8
13412025-01-27T08:49:24.382Z Compiling base64 v0.22.1
13422025-01-27T08:49:24.530Z Compiling foreign-types-shared v0.1.1
13432025-01-27T08:49:24.661Z Compiling rustversion v1.0.19
13442025-01-27T08:49:24.702Z Compiling adler2 v2.0.0
13452025-01-27T08:49:24.933Z Compiling match_cfg v0.1.0
13462025-01-27T08:49:24.953Z Compiling openssl v0.10.69
13472025-01-27T08:49:25.040Z Compiling hostname v0.3.1
13482025-01-27T08:49:25.081Z Compiling miniz_oxide v0.8.3
13492025-01-27T08:49:25.260Z Compiling foreign-types v0.3.2
13502025-01-27T08:49:25.364Z Compiling url v2.5.4
13512025-01-27T08:49:25.432Z Compiling tokio-util v0.7.13
13522025-01-27T08:49:26.533Z Compiling h2 v0.4.7
13532025-01-27T08:49:26.659Z Compiling async-trait v0.1.85
13542025-01-27T08:49:26.684Z Compiling openssl-macros v0.1.1
13552025-01-27T08:49:26.686Z Compiling serde_derive_internals v0.29.1
13562025-01-27T08:49:27.036Z Compiling dof v0.3.0
13572025-01-27T08:49:27.431Z Compiling dirs-sys-next v0.1.2
13582025-01-27T08:49:28.013Z Compiling usdt-impl v0.5.0
13592025-01-27T08:49:28.860Z Compiling rustls v0.22.4
13602025-01-27T08:49:29.135Z Compiling rustls v0.23.21
13612025-01-27T08:49:29.157Z Compiling schemars v0.8.21
13622025-01-27T08:49:29.254Z Compiling object v0.36.7
13632025-01-27T08:49:29.421Z Compiling syn v1.0.109
13642025-01-27T08:49:29.423Z Compiling data-encoding v2.7.0
13652025-01-27T08:49:29.491Z Compiling native-tls v0.2.13
13662025-01-27T08:49:29.839Z Compiling schemars_derive v0.8.21
13672025-01-27T08:49:29.891Z Compiling dirs-next v2.0.0
13682025-01-27T08:49:30.528Z Compiling unicode-normalization v0.1.24
13692025-01-27T08:49:30.922Z Compiling http-body-util v0.1.2
13702025-01-27T08:49:31.371Z Compiling crossbeam-epoch v0.9.18
13712025-01-27T08:49:31.392Z Compiling heapless v0.7.17
13722025-01-27T08:49:31.465Z Compiling signature v2.2.0
13732025-01-27T08:49:31.576Z Compiling sha1 v0.10.6
13742025-01-27T08:49:31.762Z Compiling bzip2-sys v0.1.11+1.0.8
13752025-01-27T08:49:31.817Z Compiling thread_local v1.1.8
13762025-01-27T08:49:31.958Z Compiling encoding_rs v0.8.35
13772025-01-27T08:49:32.037Z Compiling multer v3.1.0
13782025-01-27T08:49:32.251Z Compiling cookie v0.18.1
13792025-01-27T08:49:32.280Z Compiling rayon-core v1.12.1
13802025-01-27T08:49:32.332Z Compiling unicode-properties v0.1.3
13812025-01-27T08:49:32.557Z Compiling gimli v0.31.1
13822025-01-27T08:49:32.560Z Compiling ipnet v2.11.0
13832025-01-27T08:49:32.757Z Compiling openssl-probe v0.1.6
13842025-01-27T08:49:32.923Z Compiling slog-async v2.8.0
13852025-01-27T08:49:33.065Z Compiling mime v0.3.17
13862025-01-27T08:49:33.419Z Compiling unicode-bidi v0.3.18
13872025-01-27T08:49:33.566Z Compiling hyper v1.5.2
13882025-01-27T08:49:33.663Z Compiling dyn-clone v1.0.17
13892025-01-27T08:49:33.886Z Compiling signal-hook v0.3.17
13902025-01-27T08:49:34.186Z Compiling stringprep v0.1.5
13912025-01-27T08:49:35.548Z Compiling toml_edit v0.22.22
13922025-01-27T08:49:36.244Z Compiling hyper-util v0.1.10
13932025-01-27T08:49:37.165Z Compiling addr2line v0.24.2
13942025-01-27T08:49:37.422Z Compiling crossbeam-deque v0.8.6
13952025-01-27T08:49:37.766Z Compiling usdt-macro v0.5.0
13962025-01-27T08:49:37.856Z Compiling usdt-attr-macro v0.5.0
13972025-01-27T08:49:38.120Z Compiling term v0.7.0
13982025-01-27T08:49:39.005Z Compiling slog-json v2.6.1
13992025-01-27T08:49:39.098Z Compiling serde_urlencoded v0.7.1
14002025-01-27T08:49:39.380Z Compiling crossbeam-channel v0.5.14
14012025-01-27T08:49:39.401Z Compiling curve25519-dalek v4.1.3
14022025-01-27T08:49:39.421Z Compiling futures-executor v0.3.31
14032025-01-27T08:49:39.587Z Compiling md-5 v0.10.6
14042025-01-27T08:49:39.877Z Compiling async-stream-impl v0.3.6
14052025-01-27T08:49:39.925Z Compiling enum-as-inner v0.6.1
14062025-01-27T08:49:40.085Z Compiling rustls-pemfile v2.2.0
14072025-01-27T08:49:40.376Z Compiling num-integer v0.1.46
14082025-01-27T08:49:40.423Z Compiling hash32 v0.2.1
14092025-01-27T08:49:40.751Z Compiling ff v0.13.0
14102025-01-27T08:49:40.940Z Compiling is-terminal v0.4.15
14112025-01-27T08:49:40.962Z Compiling dropshot v0.12.0
14122025-01-27T08:49:41.082Z Compiling utf-8 v0.7.6
14132025-01-27T08:49:41.104Z Compiling portable-atomic v1.10.0
14142025-01-27T08:49:41.154Z Compiling siphasher v1.0.1
14152025-01-27T08:49:41.239Z Compiling litrs v0.4.1
14162025-01-27T08:49:41.411Z Compiling quick-error v1.2.3
14172025-01-27T08:49:41.533Z Compiling rustc-demangle v0.1.24
14182025-01-27T08:49:41.576Z Compiling smoltcp v0.9.1
14192025-01-27T08:49:42.087Z Compiling fallible-iterator v0.2.0
14202025-01-27T08:49:42.241Z Compiling psl-types v2.0.11
14212025-01-27T08:49:42.412Z Compiling take_mut v0.2.2
14222025-01-27T08:49:42.483Z Compiling linked-hash-map v0.5.6
14232025-01-27T08:49:42.510Z Compiling num-bigint-dig v0.8.4
14242025-01-27T08:49:42.578Z Compiling anyhow v1.0.95
14252025-01-27T08:49:42.799Z Compiling base16ct v0.2.0
14262025-01-27T08:49:42.820Z Compiling lru-cache v0.1.2
14272025-01-27T08:49:42.879Z Compiling postgres-protocol v0.6.7
14282025-01-27T08:49:43.012Z Compiling publicsuffix v2.3.0
14292025-01-27T08:49:43.126Z Compiling sec1 v0.7.3
14302025-01-27T08:49:43.307Z Compiling document-features v0.2.10
14312025-01-27T08:49:43.656Z Compiling resolv-conf v0.7.0
14322025-01-27T08:49:43.676Z Compiling phf_shared v0.11.3
14332025-01-27T08:49:43.949Z Compiling tungstenite v0.24.0
14342025-01-27T08:49:44.109Z Compiling async-stream v0.3.6
14352025-01-27T08:49:44.126Z Compiling slog-term v2.9.1
14362025-01-27T08:49:44.358Z Compiling usdt v0.5.0
14372025-01-27T08:49:44.408Z Compiling hickory-proto v0.24.2
14382025-01-27T08:49:44.474Z Compiling group v0.13.0
14392025-01-27T08:49:44.799Z Compiling num-iter v0.1.45
14402025-01-27T08:49:45.111Z Compiling futures v0.3.31
14412025-01-27T08:49:45.234Z Compiling slog-bunyan v2.5.0
14422025-01-27T08:49:45.410Z Compiling backtrace v0.3.74
14432025-01-27T08:49:45.444Z Compiling toml v0.8.19
14442025-01-27T08:49:45.894Z Compiling tokio-native-tls v0.3.1
14452025-01-27T08:49:46.962Z Compiling camino v1.1.9
14462025-01-27T08:49:47.193Z Compiling dropshot_endpoint v0.12.0
14472025-01-27T08:49:47.422Z Compiling terminal_size v0.4.1
14482025-01-27T08:49:47.659Z Compiling waitgroup v0.1.2
14492025-01-27T08:49:47.806Z Compiling openapiv3 v2.0.0
14502025-01-27T08:49:47.897Z Compiling serde_path_to_error v0.1.16
14512025-01-27T08:49:47.957Z Compiling hkdf v0.12.4
14522025-01-27T08:49:48.229Z Compiling crypto-bigint v0.5.5
14532025-01-27T08:49:48.499Z Compiling curve25519-dalek-derive v0.1.1
14542025-01-27T08:49:48.654Z Compiling zerocopy-derive v0.6.6
14552025-01-27T08:49:49.129Z Compiling hubpack_derive v0.1.1
14562025-01-27T08:49:49.940Z Compiling webpki-roots v0.26.7
14572025-01-27T08:49:49.987Z Compiling sync_wrapper v1.0.2
14582025-01-27T08:49:50.155Z Compiling hostname v0.4.0
14592025-01-27T08:49:50.175Z Compiling fs-err v2.11.0
14602025-01-27T08:49:50.360Z Compiling crc32fast v1.4.2
14612025-01-27T08:49:50.471Z Compiling ahash v0.8.11
14622025-01-27T08:49:50.625Z Compiling winnow v0.5.40
14632025-01-27T08:49:50.710Z Compiling newtype-uuid v1.2.1
14642025-01-27T08:49:50.813Z Compiling tower-layer v0.3.3
14652025-01-27T08:49:50.998Z Compiling bitflags v1.3.2
14662025-01-27T08:49:51.114Z Compiling siphasher v0.3.11
14672025-01-27T08:49:51.135Z Compiling unicode-width v0.2.0
14682025-01-27T08:49:51.374Z Compiling debug-ignore v1.0.5
14692025-01-27T08:49:51.514Z Compiling managed v0.8.0
14702025-01-27T08:49:51.535Z Compiling phf_shared v0.10.0
14712025-01-27T08:49:51.695Z Compiling console v0.15.10
14722025-01-27T08:49:51.742Z Compiling clap_builder v4.5.27
14732025-01-27T08:49:51.923Z Compiling tower v0.5.2
14742025-01-27T08:49:52.754Z Compiling elliptic-curve v0.13.8
14752025-01-27T08:49:53.205Z Compiling strum_macros v0.25.3
14762025-01-27T08:49:53.589Z Compiling zerocopy v0.6.6
14772025-01-27T08:49:53.656Z Compiling flate2 v1.0.35
14782025-01-27T08:49:54.000Z Compiling toml_edit v0.19.15
14792025-01-27T08:49:54.112Z Compiling hubpack v0.1.2
14802025-01-27T08:49:54.286Z Compiling hickory-resolver v0.24.2
14812025-01-27T08:49:54.519Z Compiling signal-hook-mio v0.2.4
14822025-01-27T08:49:54.562Z Compiling cookie_store v0.21.1
14832025-01-27T08:49:54.694Z Compiling rayon v1.10.0
14842025-01-27T08:49:56.830Z Compiling hyper-tls v0.6.0
14852025-01-27T08:49:56.949Z Compiling bzip2 v0.4.4
14862025-01-27T08:49:57.248Z Compiling tokio-tungstenite v0.24.0
14872025-01-27T08:49:57.821Z Compiling phf v0.11.3
14882025-01-27T08:49:58.112Z Compiling postgres-types v0.2.8
14892025-01-27T08:49:59.418Z Compiling ed25519 v2.2.3
14902025-01-27T08:49:59.963Z Compiling tokio-stream v0.1.17
14912025-01-27T08:50:00.148Z Compiling pkcs1 v0.7.5
14922025-01-27T08:50:00.340Z Compiling serde-big-array v0.5.1
14932025-01-27T08:50:00.585Z Compiling rfc6979 v0.4.0
14942025-01-27T08:50:00.790Z Compiling serde_repr v0.1.19
14952025-01-27T08:50:00.904Z Compiling clap_derive v4.5.24
14962025-01-27T08:50:01.076Z Compiling derive-where v1.2.7
14972025-01-27T08:50:01.237Z Compiling bstr v1.11.3
14982025-01-27T08:50:01.309Z Compiling float-cmp v0.10.0
14992025-01-27T08:50:01.566Z Compiling fixedbitset v0.4.2
15002025-01-27T08:50:01.897Z Compiling new_debug_unreachable v1.0.6
15012025-01-27T08:50:01.940Z Compiling static_assertions v1.1.0
15022025-01-27T08:50:01.996Z Compiling predicates-core v1.0.9
15032025-01-27T08:50:02.017Z Compiling number_prefix v0.4.0
15042025-01-27T08:50:02.048Z Compiling bit-vec v0.8.0
15052025-01-27T08:50:02.244Z Compiling precomputed-hash v0.1.1
15062025-01-27T08:50:02.327Z Compiling normalize-line-endings v0.3.0
15072025-01-27T08:50:02.396Z Compiling difflib v0.4.0
15082025-01-27T08:50:02.483Z Compiling whoami v1.5.2
15092025-01-27T08:50:02.531Z Compiling unicode-segmentation v1.12.0
15102025-01-27T08:50:02.948Z Compiling predicates v3.1.3
15112025-01-27T08:50:03.073Z Compiling tokio-postgres v0.7.12
15122025-01-27T08:50:03.418Z Compiling similar v2.7.0
15132025-01-27T08:50:03.812Z Compiling bit-set v0.8.0
15142025-01-27T08:50:04.125Z Compiling string_cache v0.8.7
15152025-01-27T08:50:04.313Z Compiling indicatif v0.17.9
15162025-01-27T08:50:05.483Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15172025-01-27T08:50:05.486Z Compiling petgraph v0.6.5
15182025-01-27T08:50:05.490Z Compiling ecdsa v0.16.9
15192025-01-27T08:50:05.512Z Compiling clap v4.5.27
15202025-01-27T08:50:05.641Z Compiling rsa v0.9.7
15212025-01-27T08:50:06.281Z Compiling ed25519-dalek v2.1.1
15222025-01-27T08:50:06.307Z Compiling zip v0.6.6
15232025-01-27T08:50:07.598Z Compiling toml v0.7.8
15242025-01-27T08:50:07.655Z Compiling crossterm v0.28.1
15252025-01-27T08:50:09.078Z Compiling hex v0.4.3
15262025-01-27T08:50:09.184Z Compiling x509-cert v0.2.5
15272025-01-27T08:50:09.292Z Compiling itertools v0.10.5
15282025-01-27T08:50:09.662Z Compiling unicode-xid v0.2.6
15292025-01-27T08:50:09.876Z Compiling peg-runtime v0.8.3
15302025-01-27T08:50:10.479Z Compiling lalrpop-util v0.19.12
15312025-01-27T08:50:10.796Z Compiling strum_macros v0.26.4
15322025-01-27T08:50:10.851Z Compiling xattr v1.4.0
15332025-01-27T08:50:11.011Z Compiling filetime v0.2.25
15342025-01-27T08:50:11.310Z Compiling tar v0.4.43
15352025-01-27T08:50:15.452Z Compiling strum v0.26.3
15362025-01-27T08:50:18.457Z Compiling aws-lc-sys v0.25.0
15372025-01-27T08:50:46.130Z Compiling rustls-webpki v0.102.8
15382025-01-27T08:50:49.306Z Compiling tokio-rustls v0.25.0
15392025-01-27T08:50:50.975Z Compiling tokio-rustls v0.26.1
15402025-01-27T08:50:51.262Z Compiling hyper-rustls v0.27.5
15412025-01-27T08:50:51.622Z Compiling reqwest v0.12.12
15422025-01-27T08:50:52.889Z Compiling qorb v0.2.1
15432025-01-27T08:50:56.024Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15442025-01-27T08:50:56.258Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15452025-01-27T08:51:00.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
15462025-01-27T08:51:00.860Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15472025-01-27T08:51:00.910ZJan 27 08:50:59.926 INFO Starting download, target: Cockroach
15482025-01-27T08:51:00.911ZJan 27 08:50:59.926 INFO Starting download, target: Console
15492025-01-27T08:51:00.911ZJan 27 08:50:59.926 INFO Starting download, target: Clickhouse
15502025-01-27T08:51:00.911ZJan 27 08:50:59.926 INFO Starting download, target: DendriteOpenapi
15512025-01-27T08:51:00.911ZJan 27 08:50:59.926 INFO Starting download, target: DendriteStub
15522025-01-27T08:51:00.911ZJan 27 08:50:59.926 INFO Starting download, target: MaghemiteMgd
15532025-01-27T08:51:00.914ZJan 27 08:50:59.926 INFO Starting download, target: TransceiverControl
15542025-01-27T08:51:00.914ZJan 27 08:50:59.927 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15552025-01-27T08:51:00.914ZJan 27 08:50:59.927 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15562025-01-27T08:51:00.914ZJan 27 08:50:59.927 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15572025-01-27T08:51:00.914ZJan 27 08:50:59.927 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15582025-01-27T08:51:00.914ZJan 27 08:50:59.927 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15592025-01-27T08:51:00.914ZJan 27 08:50:59.927 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15602025-01-27T08:51:00.914ZJan 27 08:50:59.927 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15612025-01-27T08:51:01.104ZJan 27 08:51:00.116 INFO Download complete, target: DendriteOpenapi
15622025-01-27T08:51:01.323ZJan 27 08:51:00.327 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15632025-01-27T08:51:01.553ZJan 27 08:51:00.566 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15642025-01-27T08:51:01.814ZJan 27 08:51:00.828 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15652025-01-27T08:51:01.864ZJan 27 08:51:00.875 INFO Download complete, target: Console
15662025-01-27T08:51:01.916ZJan 27 08:51:00.930 INFO Download complete, target: TransceiverControl
15672025-01-27T08:51:01.970ZJan 27 08:51:00.984 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15682025-01-27T08:51:02.413ZJan 27 08:51:01.429 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15692025-01-27T08:51:02.413ZJan 27 08:51:01.429 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15702025-01-27T08:51:02.872ZJan 27 08:51:01.887 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15712025-01-27T08:51:04.485ZJan 27 08:51:03.500 INFO Download complete, target: MaghemiteMgd
15722025-01-27T08:51:04.558ZJan 27 08:51:03.571 INFO Download complete, target: DendriteStub
15732025-01-27T08:51:09.029ZJan 27 08:51:08.043 INFO Checking that binary works, target: Cockroach
15742025-01-27T08:51:09.189ZJan 27 08:51:08.204 INFO Download complete, target: Cockroach
15752025-01-27T08:51:13.776ZJan 27 08:51:12.789 INFO Checking that binary works, target: Clickhouse
15762025-01-27T08:51:13.920ZJan 27 08:51:12.932 INFO Download complete, target: Clickhouse
15772025-01-27T08:51:13.928ZAll prerequisites installed successfully
15782025-01-27T08:51:13.931Z
15792025-01-27T08:51:13.931Zreal 4:53.534887304
15802025-01-27T08:51:13.931Zuser 15:51.495312890
15812025-01-27T08:51:13.931Zsys 2:06.811205069
15822025-01-27T08:51:13.931Ztrap 0.588532361
15832025-01-27T08:51:13.931Ztflt 1.515777429
15842025-01-27T08:51:13.931Zdflt 1.593614240
15852025-01-27T08:51:13.931Zkflt 0.027047124
15862025-01-27T08:51:13.931Zlock 24:50.701101099
15872025-01-27T08:51:13.931Zslp 56:08.916238271
15882025-01-27T08:51:13.931Zlat 1:01.728383976
15892025-01-27T08:51:13.931Zstop 2:29.426787794
15902025-01-27T08:51:13.931Z+ ptime -m cargo xtask download softnpu
15912025-01-27T08:51:14.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
15922025-01-27T08:51:14.489Z Running `target/debug/xtask download softnpu`
15932025-01-27T08:51:15.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
15942025-01-27T08:51:15.375Z Running `target/debug/xtask-downloader softnpu`
15952025-01-27T08:51:15.411ZJan 27 08:51:14.425 INFO Starting download, target: Softnpu
15962025-01-27T08:51:15.414ZJan 27 08:51:14.425 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15972025-01-27T08:51:16.077ZJan 27 08:51:15.090 INFO Download complete, target: Softnpu
15982025-01-27T08:51:16.081Z
15992025-01-27T08:51:16.084Zreal 2.145890937
16002025-01-27T08:51:16.084Zuser 1.306562720
16012025-01-27T08:51:16.084Zsys 0.547395160
16022025-01-27T08:51:16.085Ztrap 0.000742193
16032025-01-27T08:51:16.085Ztflt 0.000102994
16042025-01-27T08:51:16.085Zdflt 0.000155641
16052025-01-27T08:51:16.085Zkflt 0.000000000
16062025-01-27T08:51:16.085Zlock 6.886716745
16072025-01-27T08:51:16.085Zslp 0.480942163
16082025-01-27T08:51:16.085Zlat 0.066503753
16092025-01-27T08:51:16.085Zstop 0.000166030
16102025-01-27T08:51:16.085Z+ export CARGO_INCREMENTAL=0
16112025-01-27T08:51:16.085Z+ CARGO_INCREMENTAL=0
16122025-01-27T08:51:16.085Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16132025-01-27T08:51:17.043Z Compiling proc-macro2 v1.0.93
16142025-01-27T08:51:17.043Z Compiling unicode-ident v1.0.15
16152025-01-27T08:51:17.046Z Compiling libc v0.2.169
16162025-01-27T08:51:17.046Z Compiling serde v1.0.217
16172025-01-27T08:51:17.046Z Compiling autocfg v1.4.0
16182025-01-27T08:51:17.046Z Compiling version_check v0.9.5
16192025-01-27T08:51:17.046Z Compiling cfg-if v1.0.0
16202025-01-27T08:51:17.323Z Compiling memchr v2.7.4
16212025-01-27T08:51:17.342Z Compiling typenum v1.17.0
16222025-01-27T08:51:17.359Z Compiling shlex v1.3.0
16232025-01-27T08:51:17.712Z Compiling value-bag v1.10.0
16242025-01-27T08:51:17.740Z Compiling scopeguard v1.2.0
16252025-01-27T08:51:17.760Z Compiling generic-array v0.14.7
16262025-01-27T08:51:17.996Z Compiling lock_api v0.4.12
16272025-01-27T08:51:18.155Z Compiling log v0.4.25
16282025-01-27T08:51:18.249Z Compiling parking_lot_core v0.9.10
16292025-01-27T08:51:18.648Z Compiling serde_json v1.0.137
16302025-01-27T08:51:18.660Z Compiling rustix v0.38.44
16312025-01-27T08:51:18.876Z Compiling quote v1.0.38
16322025-01-27T08:51:18.879Z Compiling libm v0.2.11
16332025-01-27T08:51:18.967Z Compiling jobserver v0.1.32
16342025-01-27T08:51:19.090Z Compiling getrandom v0.2.15
16352025-01-27T08:51:19.282Z Compiling syn v2.0.96
16362025-01-27T08:51:19.303Z Compiling aho-corasick v1.1.3
16372025-01-27T08:51:19.425Z Compiling cc v1.2.10
16382025-01-27T08:51:19.446Z Compiling num-traits v0.2.19
16392025-01-27T08:51:19.493Z Compiling regex-syntax v0.8.5
16402025-01-27T08:51:19.561Z Compiling either v1.13.0
16412025-01-27T08:51:19.683Z Compiling thiserror v1.0.69
16422025-01-27T08:51:19.740Z Compiling itoa v1.0.14
16432025-01-27T08:51:19.932Z Compiling slab v0.4.9
16442025-01-27T08:51:19.955Z Compiling once_cell v1.20.2
16452025-01-27T08:51:20.254Z Compiling spin v0.9.8
16462025-01-27T08:51:20.710Z Compiling errno v0.3.10
16472025-01-27T08:51:20.770Z Compiling rand_core v0.6.4
16482025-01-27T08:51:21.170Z Compiling glob v0.3.2
16492025-01-27T08:51:21.236Z Compiling prettyplease v0.2.29
16502025-01-27T08:51:21.580Z Compiling lazy_static v1.5.0
16512025-01-27T08:51:21.721Z Compiling smallvec v1.13.2
16522025-01-27T08:51:21.794Z Compiling minimal-lexical v0.2.1
16532025-01-27T08:51:21.890Z Compiling clang-sys v1.8.1
16542025-01-27T08:51:22.222Z Compiling nom v7.1.3
16552025-01-27T08:51:22.361Z Compiling libloading v0.8.6
16562025-01-27T08:51:22.577Z Compiling subtle v2.6.1
16572025-01-27T08:51:22.700Z Compiling home v0.5.11
16582025-01-27T08:51:22.810Z Compiling bindgen v0.69.5
16592025-01-27T08:51:22.930Z Compiling itertools v0.12.1
16602025-01-27T08:51:23.093Z Compiling regex-automata v0.4.9
16612025-01-27T08:51:23.109Z Compiling rustc-hash v1.1.0
16622025-01-27T08:51:23.282Z Compiling lazycell v1.3.0
16632025-01-27T08:51:23.452Z Compiling cmake v0.1.52
16642025-01-27T08:51:23.770Z Compiling equivalent v1.0.1
16652025-01-27T08:51:23.895Z Compiling fs_extra v1.3.0
16662025-01-27T08:51:24.214Z Compiling allocator-api2 v0.2.21
16672025-01-27T08:51:24.437Z Compiling foldhash v0.1.4
16682025-01-27T08:51:24.740Z Compiling dunce v1.0.5
16692025-01-27T08:51:24.885Z Compiling semver v1.0.25
16702025-01-27T08:51:24.905Z Compiling hashbrown v0.15.2
16712025-01-27T08:51:25.343Z Compiling cexpr v0.6.0
16722025-01-27T08:51:25.533Z Compiling pkg-config v0.3.31
16732025-01-27T08:51:25.622Z Compiling pin-project-lite v0.2.16
16742025-01-27T08:51:25.773Z Compiling ring v0.17.8
16752025-01-27T08:51:26.023Z Compiling ryu v1.0.18
16762025-01-27T08:51:26.169Z Compiling synstructure v0.13.1
16772025-01-27T08:51:26.627Z Compiling byteorder v1.5.0
16782025-01-27T08:51:27.163Z Compiling paste v1.0.15
16792025-01-27T08:51:27.308Z Compiling schemars v0.8.21
16802025-01-27T08:51:27.424Z Compiling httparse v1.9.5
16812025-01-27T08:51:27.576Z Compiling const-oid v0.9.6
16822025-01-27T08:51:27.641Z Compiling aws-lc-rs v1.12.2
16832025-01-27T08:51:28.023Z Compiling fnv v1.0.7
16842025-01-27T08:51:28.285Z Compiling serde_derive_internals v0.29.1
16852025-01-27T08:51:28.925Z Compiling regex v1.11.1
16862025-01-27T08:51:29.030Z Compiling signal-hook-registry v1.4.2
16872025-01-27T08:51:29.078Z Compiling parking_lot v0.12.3
16882025-01-27T08:51:29.538Z Compiling mio v1.0.3
16892025-01-27T08:51:29.853Z Compiling heck v0.5.0
16902025-01-27T08:51:30.446Z Compiling stable_deref_trait v1.2.0
16912025-01-27T08:51:30.601Z Compiling serde_derive v1.0.217
16922025-01-27T08:51:30.918Z Compiling zeroize_derive v1.4.2
16932025-01-27T08:51:31.040Z Compiling tokio-macros v2.5.0
16942025-01-27T08:51:31.110Z Compiling zerocopy-derive v0.7.35
16952025-01-27T08:51:31.747Z Compiling thiserror-impl v1.0.69
16962025-01-27T08:51:32.237Z Compiling zeroize v1.8.1
16972025-01-27T08:51:32.524Z Compiling zerofrom-derive v0.1.5
16982025-01-27T08:51:32.674Z Compiling yoke-derive v0.7.5
16992025-01-27T08:51:32.692Z Compiling futures-macro v0.3.31
17002025-01-27T08:51:32.819Z Compiling zerovec-derive v0.10.3
17012025-01-27T08:51:32.912Z Compiling displaydoc v0.2.5
17022025-01-27T08:51:34.352Z Compiling crypto-common v0.1.6
17032025-01-27T08:51:34.388Z Compiling icu_provider_macros v1.5.0
17042025-01-27T08:51:34.406Z Compiling tracing-attributes v0.1.28
17052025-01-27T08:51:34.547Z Compiling schemars_derive v0.8.21
17062025-01-27T08:51:35.051Z Compiling block-buffer v0.10.4
17072025-01-27T08:51:35.295Z Compiling digest v0.10.7
17082025-01-27T08:51:35.314Z Compiling socket2 v0.5.8
17092025-01-27T08:51:35.379Z Compiling futures-core v0.3.31
17102025-01-27T08:51:35.696Z Compiling time-core v0.1.2
17112025-01-27T08:51:35.778Z Compiling crossbeam-utils v0.8.21
17122025-01-27T08:51:35.781Z Compiling num-conv v0.1.0
17132025-01-27T08:51:36.041Z Compiling time-macros v0.2.19
17142025-01-27T08:51:36.156Z Compiling zerocopy v0.7.35
17152025-01-27T08:51:36.275Z Compiling der_derive v0.7.3
17162025-01-27T08:51:36.933Z Compiling vcpkg v0.2.15
17172025-01-27T08:51:38.403Z Compiling thiserror v2.0.11
17182025-01-27T08:51:38.421Z Compiling openssl-sys v0.9.104
17192025-01-27T08:51:38.973Z Compiling futures-sink v0.3.31
17202025-01-27T08:51:39.080Z Compiling syn v1.0.109
17212025-01-27T08:51:39.287Z Compiling thiserror-impl v2.0.11
17222025-01-27T08:51:39.390Z Compiling cpufeatures v0.2.17
17232025-01-27T08:51:40.061Z Compiling slog v2.7.0
17242025-01-27T08:51:40.653Z Compiling futures-channel v0.3.31
17252025-01-27T08:51:41.113Z Compiling zerofrom v0.1.5
17262025-01-27T08:51:41.349Z Compiling iana-time-zone v0.1.61
17272025-01-27T08:51:41.468Z Compiling futures-io v0.3.31
17282025-01-27T08:51:41.622Z Compiling futures-task v0.3.31
17292025-01-27T08:51:41.849Z Compiling pin-utils v0.1.0
17302025-01-27T08:51:41.909Z Compiling yoke v0.7.5
17312025-01-27T08:51:41.949Z Compiling futures-util v0.3.31
17322025-01-27T08:51:42.217Z Compiling scroll_derive v0.12.0
17332025-01-27T08:51:42.547Z Compiling ucd-trie v0.1.7
17342025-01-27T08:51:42.575Z Compiling bitflags v2.8.0
17352025-01-27T08:51:42.578Z Compiling bytes v1.9.0
17362025-01-27T08:51:43.667Z Compiling indexmap v2.7.1
17372025-01-27T08:51:44.195Z Compiling tokio v1.43.0
17382025-01-27T08:51:45.473Z Compiling serde_tokenstream v0.2.2
17392025-01-27T08:51:45.637Z Compiling uuid v1.12.1
17402025-01-27T08:51:46.024Z Compiling http v1.2.0
17412025-01-27T08:51:46.892Z Compiling which v4.4.2
17422025-01-27T08:51:47.829Z Compiling chrono v0.4.39
17432025-01-27T08:51:47.933Z Compiling openssl v0.10.69
17442025-01-27T08:51:48.084Z Compiling rustc_version v0.4.1
17452025-01-27T08:51:48.632Z Compiling pest v2.7.15
17462025-01-27T08:51:50.079Z Compiling zerovec v0.10.4
17472025-01-27T08:51:51.645Z Compiling hmac v0.12.1
17482025-01-27T08:51:51.901Z Compiling object v0.36.7
17492025-01-27T08:51:53.083Z Compiling pest_meta v2.7.15
17502025-01-27T08:51:55.003Z Compiling block-padding v0.3.3
17512025-01-27T08:51:55.244Z Compiling openssl-macros v0.1.1
17522025-01-27T08:51:55.819Z Compiling rustls v0.23.21
17532025-01-27T08:51:55.842Z Compiling native-tls v0.2.13
17542025-01-27T08:51:55.965Z Compiling inout v0.1.3
17552025-01-27T08:51:56.124Z Compiling pest_generator v2.7.15
17562025-01-27T08:51:56.185Z Compiling tinystr v0.7.6
17572025-01-27T08:51:56.549Z Compiling toml_datetime v0.6.8
17582025-01-27T08:51:56.632Z Compiling serde_spanned v0.6.8
17592025-01-27T08:51:56.728Z Compiling tracing-core v0.1.33
17602025-01-27T08:51:56.891Z Compiling litemap v0.7.4
17612025-01-27T08:51:57.002Z Compiling strsim v0.11.1
17622025-01-27T08:51:57.152Z Compiling writeable v0.5.5
17632025-01-27T08:51:57.285Z Compiling dyn-clone v1.0.17
17642025-01-27T08:51:57.633Z Compiling icu_locid v1.5.0
17652025-01-27T08:51:57.665Z Compiling tracing v0.1.41
17662025-01-27T08:51:57.798Z Compiling pest_derive v2.7.15
17672025-01-27T08:51:58.573Z Compiling cipher v0.4.4
17682025-01-27T08:51:58.605Z Compiling sha2 v0.10.8
17692025-01-27T08:51:59.037Z Compiling usdt-impl v0.5.0
17702025-01-27T08:51:59.380Z Compiling cookie v0.18.1
17712025-01-27T08:51:59.398Z Compiling base64ct v1.6.0
17722025-01-27T08:51:59.658Z Compiling aws-lc-sys v0.25.0
17732025-01-27T08:51:59.675Z Compiling icu_provider v1.5.0
17742025-01-27T08:51:59.908Z Compiling pem-rfc7468 v0.7.0
17752025-01-27T08:52:01.388Z Compiling scroll v0.12.0
17762025-01-27T08:52:01.750Z Compiling ppv-lite86 v0.2.20
17772025-01-27T08:52:01.980Z Compiling async-trait v0.1.85
17782025-01-27T08:52:04.081Z Compiling percent-encoding v2.3.1
17792025-01-27T08:52:04.465Z Compiling camino v1.1.9
17802025-01-27T08:52:04.968Z Compiling plain v0.2.3
17812025-01-27T08:52:05.130Z Compiling rustls-pki-types v1.10.1
17822025-01-27T08:52:05.268Z Compiling icu_locid_transform_data v1.5.0
17832025-01-27T08:52:05.496Z Compiling flagset v0.4.6
17842025-01-27T08:52:05.739Z Compiling anyhow v1.0.95
17852025-01-27T08:52:06.267Z Compiling der v0.7.9
17862025-01-27T08:52:06.654Z Compiling icu_locid_transform v1.5.0
17872025-01-27T08:52:08.342Z Compiling goblin v0.8.2
17882025-01-27T08:52:08.823Z Compiling rand_chacha v0.3.1
17892025-01-27T08:52:09.639Z Compiling tokio-util v0.7.13
17902025-01-27T08:52:09.705Z Compiling icu_collections v1.5.0
17912025-01-27T08:52:11.510Z Compiling powerfmt v0.2.0
17922025-01-27T08:52:11.594Z Compiling untrusted v0.9.0
17932025-01-27T08:52:11.806Z Compiling untrusted v0.7.1
17942025-01-27T08:52:12.011Z Compiling rayon-core v1.12.1
17952025-01-27T08:52:12.031Z Compiling icu_properties_data v1.5.0
17962025-01-27T08:52:12.149Z Compiling pretty-hex v0.4.1
17972025-01-27T08:52:12.319Z Compiling rustls v0.22.4
17982025-01-27T08:52:12.626Z Compiling icu_properties v1.5.1
17992025-01-27T08:52:12.931Z Compiling deranged v0.3.11
18002025-01-27T08:52:14.402Z Compiling dof v0.3.0
18012025-01-27T08:52:14.546Z Compiling rand v0.8.5
18022025-01-27T08:52:15.929Z Compiling spki v0.7.3
18032025-01-27T08:52:16.168Z Compiling salsa20 v0.10.2
18042025-01-27T08:52:16.290Z Compiling dtrace-parser v0.2.0
18052025-01-27T08:52:16.635Z Compiling pbkdf2 v0.12.2
18062025-01-27T08:52:17.355Z Compiling thread-id v4.2.2
18072025-01-27T08:52:17.600Z Compiling utf16_iter v1.0.5
18082025-01-27T08:52:17.673Z Compiling atomic-waker v1.1.2
18092025-01-27T08:52:17.912Z Compiling litrs v0.4.1
18102025-01-27T08:52:18.057Z Compiling write16 v1.0.0
18112025-01-27T08:52:18.077Z Compiling utf8_iter v1.0.4
18122025-01-27T08:52:18.198Z Compiling icu_normalizer_data v1.5.0
18132025-01-27T08:52:18.311Z Compiling num_threads v0.1.7
18142025-01-27T08:52:18.451Z Compiling winnow v0.5.40
18152025-01-27T08:52:18.599Z Compiling icu_normalizer v1.5.0
18162025-01-27T08:52:18.749Z Compiling time v0.3.37
18172025-01-27T08:52:18.860Z Compiling document-features v0.2.10
18182025-01-27T08:52:21.814Z Compiling toml_edit v0.19.15
18192025-01-27T08:52:22.674Z Compiling scrypt v0.11.0
18202025-01-27T08:52:23.134Z Compiling form_urlencoded v1.2.1
18212025-01-27T08:52:23.209Z Compiling aes v0.8.4
18222025-01-27T08:52:23.499Z Compiling cbc v0.1.2
18232025-01-27T08:52:23.640Z Compiling http-body v1.0.1
18242025-01-27T08:52:23.912Z Compiling multer v3.1.0
18252025-01-27T08:52:24.314Z Compiling slog-async v2.8.0
18262025-01-27T08:52:24.362Z Compiling rustversion v1.0.19
18272025-01-27T08:52:24.400Z Compiling tinyvec_macros v0.1.1
18282025-01-27T08:52:24.501Z Compiling try-lock v0.2.5
18292025-01-27T08:52:24.750Z Compiling want v0.3.1
18302025-01-27T08:52:24.996Z Compiling tinyvec v1.8.1
18312025-01-27T08:52:25.038Z Compiling pkcs5 v0.7.1
18322025-01-27T08:52:26.598Z Compiling idna_adapter v1.2.0
18332025-01-27T08:52:26.901Z Compiling h2 v0.4.7
18342025-01-27T08:52:27.359Z Compiling heapless v0.7.17
18352025-01-27T08:52:28.096Z Compiling bzip2-sys v0.1.11+1.0.8
18362025-01-27T08:52:28.518Z Compiling tower-service v0.3.3
18372025-01-27T08:52:28.664Z Compiling httpdate v1.0.3
18382025-01-27T08:52:28.698Z Compiling signal-hook v0.3.17
18392025-01-27T08:52:29.421Z Compiling idna v1.0.3
18402025-01-27T08:52:30.745Z Compiling pkcs8 v0.10.2
18412025-01-27T08:52:31.357Z Compiling usdt-attr-macro v0.5.0
18422025-01-27T08:52:31.993Z Compiling usdt-macro v0.5.0
18432025-01-27T08:52:32.859Z Compiling async-stream-impl v0.3.6
18442025-01-27T08:52:33.387Z Compiling base64 v0.22.1
18452025-01-27T08:52:34.022Z Compiling adler2 v2.0.0
18462025-01-27T08:52:34.281Z Compiling miniz_oxide v0.8.3
18472025-01-27T08:52:35.143Z Compiling hyper v1.5.2
18482025-01-27T08:52:37.637Z Compiling curve25519-dalek v4.1.3
18492025-01-27T08:52:38.043Z Compiling hyper-util v0.1.10
18502025-01-27T08:52:40.593Z Compiling openapiv3 v2.0.0
18512025-01-27T08:52:41.331Z Compiling enum-as-inner v0.6.1
18522025-01-27T08:52:42.317Z Compiling ahash v0.8.11
18532025-01-27T08:52:42.353Z Compiling dropshot v0.12.0
18542025-01-27T08:52:42.654Z Compiling portable-atomic v1.10.0
18552025-01-27T08:52:42.692Z Compiling foreign-types-shared v0.1.1
18562025-01-27T08:52:42.822Z Compiling newtype-uuid v1.2.1
18572025-01-27T08:52:43.776Z Compiling num-bigint-dig v0.8.4
18582025-01-27T08:52:43.868Z Compiling smoltcp v0.9.1
18592025-01-27T08:52:44.011Z Compiling match_cfg v0.1.0
18602025-01-27T08:52:44.064Z Compiling foreign-types v0.3.2
18612025-01-27T08:52:44.112Z Compiling hostname v0.3.1
18622025-01-27T08:52:45.441Z Compiling url v2.5.4
18632025-01-27T08:52:47.714Z Compiling http-body-util v0.1.2
18642025-01-27T08:52:48.317Z Compiling dirs-sys-next v0.1.2
18652025-01-27T08:52:48.347Z Compiling encoding_rs v0.8.35
18662025-01-27T08:52:48.636Z Compiling mime v0.3.17
18672025-01-27T08:52:48.768Z Compiling ident_case v1.0.1
18682025-01-27T08:52:48.943Z Compiling heck v0.4.1
18692025-01-27T08:52:49.319Z Compiling gimli v0.31.1
18702025-01-27T08:52:49.653Z Compiling data-encoding v2.7.0
18712025-01-27T08:52:50.866Z Compiling darling_core v0.20.10
18722025-01-27T08:52:51.095Z Compiling dirs-next v2.0.0
18732025-01-27T08:52:55.918Z Compiling addr2line v0.24.2
18742025-01-27T08:52:59.969Z Compiling unicode-normalization v0.1.24
18752025-01-27T08:53:00.182Z Compiling serde_urlencoded v0.7.1
18762025-01-27T08:53:00.758Z Compiling crossbeam-epoch v0.9.18
18772025-01-27T08:53:01.110Z Compiling rustls-pemfile v2.2.0
18782025-01-27T08:53:01.207Z Compiling hubpack_derive v0.1.1
18792025-01-27T08:53:01.416Z Compiling dropshot_endpoint v0.12.0
18802025-01-27T08:53:01.585Z Compiling sha1 v0.10.6
18812025-01-27T08:53:02.028Z Compiling signature v2.2.0
18822025-01-27T08:53:02.264Z Compiling curve25519-dalek-derive v0.1.1
18832025-01-27T08:53:02.381Z Compiling zerocopy-derive v0.6.6
18842025-01-27T08:53:03.639Z Compiling thread_local v1.1.8
18852025-01-27T08:53:04.106Z Compiling fs-err v2.11.0
18862025-01-27T08:53:04.408Z Compiling utf8parse v0.2.2
18872025-01-27T08:53:04.589Z Compiling rustc-demangle v0.1.24
18882025-01-27T08:53:05.094Z Compiling openssl-probe v0.1.6
18892025-01-27T08:53:06.584Z Compiling ipnet v2.11.0
18902025-01-27T08:53:07.580Z Compiling unicode-properties v0.1.3
18912025-01-27T08:53:08.094Z Compiling winnow v0.6.24
18922025-01-27T08:53:09.854Z Compiling unicode-bidi v0.3.18
18932025-01-27T08:53:10.254Z Compiling anstyle v1.0.10
18942025-01-27T08:53:10.704Z Compiling stringprep v0.1.5
18952025-01-27T08:53:11.417Z Compiling toml_edit v0.22.22
18962025-01-27T08:53:13.872Z Compiling rustls-webpki v0.102.8
18972025-01-27T08:53:17.739Z Compiling backtrace v0.3.74
18982025-01-27T08:53:18.003Z Compiling anstyle-parse v0.2.6
18992025-01-27T08:53:19.925Z Compiling crossbeam-deque v0.8.6
19002025-01-27T08:53:24.776Z Compiling darling_macro v0.20.10
19012025-01-27T08:53:25.648Z Compiling term v0.7.0
19022025-01-27T08:53:26.530Z Compiling slog-json v2.6.1
19032025-01-27T08:53:27.467Z Compiling crossbeam-channel v0.5.14
19042025-01-27T08:53:27.956Z Compiling futures-executor v0.3.31
19052025-01-27T08:53:28.267Z Compiling num-integer v0.1.46
19062025-01-27T08:53:28.286Z Compiling md-5 v0.10.6
19072025-01-27T08:53:28.306Z Compiling hash32 v0.2.1
19082025-01-27T08:53:28.364Z Compiling ff v0.13.0
19092025-01-27T08:53:28.532Z Compiling is-terminal v0.4.15
19102025-01-27T08:53:28.608Z Compiling memmap v0.7.0
19112025-01-27T08:53:28.675Z Compiling base16ct v0.2.0
19122025-01-27T08:53:28.916Z Compiling utf-8 v0.7.6
19132025-01-27T08:53:28.936Z Compiling colorchoice v1.0.3
19142025-01-27T08:53:28.973Z Compiling anstyle-query v1.1.2
19152025-01-27T08:53:29.119Z Compiling fallible-iterator v0.2.0
19162025-01-27T08:53:29.141Z Compiling quick-error v1.2.3
19172025-01-27T08:53:29.215Z Compiling take_mut v0.2.2
19182025-01-27T08:53:29.291Z Compiling psl-types v2.0.11
19192025-01-27T08:53:29.365Z Compiling linked-hash-map v0.5.6
19202025-01-27T08:53:29.385Z Compiling is_terminal_polyfill v1.70.1
19212025-01-27T08:53:29.438Z Compiling siphasher v1.0.1
19222025-01-27T08:53:29.519Z Compiling anstream v0.6.18
19232025-01-27T08:53:29.694Z Compiling publicsuffix v2.3.0
19242025-01-27T08:53:29.714Z Compiling postgres-protocol v0.6.7
19252025-01-27T08:53:29.763Z Compiling phf_shared v0.11.3
19262025-01-27T08:53:29.817Z Compiling lru-cache v0.1.2
19272025-01-27T08:53:30.118Z Compiling resolv-conf v0.7.0
19282025-01-27T08:53:30.121Z Compiling tungstenite v0.24.0
19292025-01-27T08:53:30.730Z Compiling sec1 v0.7.3
19302025-01-27T08:53:30.777Z Compiling usdt v0.5.0
19312025-01-27T08:53:30.906Z Compiling num-iter v0.1.45
19322025-01-27T08:53:31.103Z Compiling slog-term v2.9.1
19332025-01-27T08:53:31.221Z Compiling group v0.13.0
19342025-01-27T08:53:31.705Z Compiling futures v0.3.31
19352025-01-27T08:53:33.603Z Compiling slog-bunyan v2.5.0
19362025-01-27T08:53:33.621Z Compiling darling v0.20.10
19372025-01-27T08:53:33.801Z Compiling tokio-rustls v0.26.1
19382025-01-27T08:53:33.824Z Compiling tokio-rustls v0.25.0
19392025-01-27T08:53:34.087Z Compiling tokio-native-tls v0.3.1
19402025-01-27T08:53:34.249Z Compiling toml v0.8.19
19412025-01-27T08:53:34.391Z Compiling hickory-proto v0.24.2
19422025-01-27T08:53:34.437Z Compiling strum_macros v0.25.3
19432025-01-27T08:53:34.853Z Compiling async-stream v0.3.6
19442025-01-27T08:53:35.128Z Compiling waitgroup v0.1.2
19452025-01-27T08:53:35.336Z Compiling webpki-roots v0.26.7
19462025-01-27T08:53:35.903Z Compiling hkdf v0.12.4
19472025-01-27T08:53:35.963Z Compiling terminal_size v0.4.1
19482025-01-27T08:53:36.151Z Compiling serde_path_to_error v0.1.16
19492025-01-27T08:53:36.192Z Compiling sync_wrapper v1.0.2
19502025-01-27T08:53:36.552Z Compiling crypto-bigint v0.5.5
19512025-01-27T08:53:36.679Z Compiling clap_derive v4.5.24
19522025-01-27T08:53:36.919Z Compiling serde_repr v0.1.19
19532025-01-27T08:53:37.804Z Compiling derive-where v1.2.7
19542025-01-27T08:53:37.969Z Compiling regress v0.10.3
19552025-01-27T08:53:39.791Z Compiling hostname v0.4.0
19562025-01-27T08:53:40.006Z Compiling crc32fast v1.4.2
19572025-01-27T08:53:40.693Z Compiling siphasher v0.3.11
19582025-01-27T08:53:40.869Z Compiling bitflags v1.3.2
19592025-01-27T08:53:40.996Z Compiling clap_lex v0.7.4
19602025-01-27T08:53:41.054Z Compiling managed v0.8.0
19612025-01-27T08:53:41.549Z Compiling tower-layer v0.3.3
19622025-01-27T08:53:41.950Z Compiling unicode-width v0.2.0
19632025-01-27T08:53:42.133Z Compiling debug-ignore v1.0.5
19642025-01-27T08:53:42.496Z Compiling console v0.15.10
19652025-01-27T08:53:43.572Z Compiling tower v0.5.2
19662025-01-27T08:53:44.411Z Compiling typify-impl v0.2.0
19672025-01-27T08:53:44.536Z Compiling clap_builder v4.5.27
19682025-01-27T08:53:44.555Z Compiling phf_shared v0.10.0
19692025-01-27T08:53:44.893Z Compiling flate2 v1.0.35
19702025-01-27T08:53:45.722Z Compiling hickory-resolver v0.24.2
19712025-01-27T08:53:46.313Z Compiling elliptic-curve v0.13.8
19722025-01-27T08:53:49.052Z Compiling hyper-rustls v0.27.5
19732025-01-27T08:53:50.902Z Compiling hyper-tls v0.6.0
19742025-01-27T08:53:51.830Z Compiling rayon v1.10.0
19752025-01-27T08:53:51.997Z Compiling signal-hook-mio v0.2.4
19762025-01-27T08:53:52.172Z Compiling cookie_store v0.21.1
19772025-01-27T08:53:54.495Z Compiling bzip2 v0.4.4
19782025-01-27T08:53:54.838Z Compiling tokio-tungstenite v0.24.0
19792025-01-27T08:53:54.881Z Compiling postgres-types v0.2.8
19802025-01-27T08:53:54.885Z Compiling phf v0.11.3
19812025-01-27T08:53:55.364Z Compiling zerocopy v0.6.6
19822025-01-27T08:53:55.384Z Compiling ed25519 v2.2.3
19832025-01-27T08:53:55.790Z Compiling hubpack v0.1.2
19842025-01-27T08:53:55.937Z Compiling pkcs1 v0.7.5
19852025-01-27T08:53:56.080Z Compiling tokio-stream v0.1.17
19862025-01-27T08:53:56.130Z Compiling ipnetwork v0.20.0
19872025-01-27T08:53:56.187Z Compiling rfc6979 v0.4.0
19882025-01-27T08:53:56.381Z Compiling serde-big-array v0.5.1
19892025-01-27T08:53:56.625Z Compiling float-cmp v0.10.0
19902025-01-27T08:53:56.793Z Compiling bstr v1.11.3
19912025-01-27T08:53:57.003Z Compiling number_prefix v0.4.0
19922025-01-27T08:53:57.144Z Compiling bit-vec v0.8.0
19932025-01-27T08:53:57.227Z Compiling precomputed-hash v0.1.1
19942025-01-27T08:53:57.365Z Compiling difflib v0.4.0
19952025-01-27T08:53:57.600Z Compiling new_debug_unreachable v1.0.6
19962025-01-27T08:53:57.711Z Compiling predicates-core v1.0.9
19972025-01-27T08:53:58.016Z Compiling whoami v1.5.2
19982025-01-27T08:53:58.251Z Compiling static_assertions v1.1.0
19992025-01-27T08:53:58.369Z Compiling normalize-line-endings v0.3.0
20002025-01-27T08:53:58.487Z Compiling fixedbitset v0.4.2
20012025-01-27T08:53:58.525Z Compiling unicode-segmentation v1.12.0
20022025-01-27T08:53:58.560Z Compiling predicates v3.1.3
20032025-01-27T08:53:58.868Z Compiling petgraph v0.6.5
20042025-01-27T08:53:59.372Z Compiling similar v2.7.0
20052025-01-27T08:53:59.866Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20062025-01-27T08:54:00.012Z Compiling tokio-postgres v0.7.12
20072025-01-27T08:54:01.880Z Compiling string_cache v0.8.7
20082025-01-27T08:54:02.286Z Compiling reqwest v0.12.12
20092025-01-27T08:54:02.325Z Compiling bit-set v0.8.0
20102025-01-27T08:54:02.622Z Compiling indicatif v0.17.9
20112025-01-27T08:54:03.321Z Compiling qorb v0.2.1
20122025-01-27T08:54:04.746Z Compiling rsa v0.9.7
20132025-01-27T08:54:04.762Z Compiling ecdsa v0.16.9
20142025-01-27T08:54:05.852Z Compiling ed25519-dalek v2.1.1
20152025-01-27T08:54:06.099Z Compiling typify-macro v0.2.0
20162025-01-27T08:54:06.209Z Compiling zip v0.6.6
20172025-01-27T08:54:06.591Z Compiling crossterm v0.28.1
20182025-01-27T08:54:07.423Z Compiling clap v4.5.27
20192025-01-27T08:54:08.559Z Compiling toml v0.7.8
20202025-01-27T08:54:09.443Z Compiling x509-cert v0.2.5
20212025-01-27T08:54:09.938Z Compiling hex v0.4.3
20222025-01-27T08:54:10.734Z Compiling itertools v0.10.5
20232025-01-27T08:54:11.383Z Compiling unicode-xid v0.2.6
20242025-01-27T08:54:11.489Z Compiling zerocopy v0.8.14
20252025-01-27T08:54:11.580Z Compiling peg-runtime v0.8.3
20262025-01-27T08:54:12.099Z Compiling lalrpop-util v0.19.12
20272025-01-27T08:54:15.782Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20282025-01-27T08:54:18.161Z Compiling proc-macro-crate v1.3.1
20292025-01-27T08:54:19.085Z Compiling macaddr v1.0.1
20302025-01-27T08:54:19.380Z Compiling zerocopy-derive v0.8.14
20312025-01-27T08:54:19.576Z Compiling itertools v0.13.0
20322025-01-27T08:54:20.880Z Compiling heapless v0.8.0
20332025-01-27T08:54:22.491Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20342025-01-27T08:54:28.738Z Compiling num_enum_derive v0.5.11
20352025-01-27T08:54:33.654Z Compiling hash32 v0.3.1
20362025-01-27T08:54:35.367Z Compiling smoltcp v0.11.0
20372025-01-27T08:54:36.780Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20382025-01-27T08:54:41.637Z Compiling num_enum v0.5.11
20392025-01-27T08:54:42.322Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20402025-01-27T08:54:42.487Z Compiling typify v0.2.0
20412025-01-27T08:54:42.634Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
20422025-01-27T08:54:44.558Z Compiling proc-macro-error-attr v1.0.4
20432025-01-27T08:54:44.855Z Compiling cobs v0.2.3
20442025-01-27T08:54:45.090Z Compiling unsafe-libyaml v0.2.11
20452025-01-27T08:54:46.632Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20462025-01-27T08:54:46.774Z Compiling serde_yaml v0.9.34+deprecated
20472025-01-27T08:54:47.230Z Compiling postcard v1.1.1
20482025-01-27T08:54:57.948Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20492025-01-27T08:55:01.187Z Compiling progenitor-impl v0.8.0
20502025-01-27T08:55:12.040Z Compiling strum_macros v0.26.4
20512025-01-27T08:55:12.869Z Compiling structmeta-derive v0.3.0
20522025-01-27T08:55:12.892Z Compiling foreign-types-macros v0.2.3
20532025-01-27T08:55:13.755Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20542025-01-27T08:55:14.076Z Compiling proc-macro-error v1.0.4
20552025-01-27T08:55:15.193Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20562025-01-27T08:55:15.354Z Compiling foreign-types-shared v0.3.1
20572025-01-27T08:55:16.065Z Compiling foreign-types v0.5.0
20582025-01-27T08:55:16.193Z Compiling strum v0.26.3
20592025-01-27T08:55:16.930Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20602025-01-27T08:55:19.562Z Compiling structmeta v0.3.0
20612025-01-27T08:55:24.518Z Compiling progenitor-macro v0.8.0
20622025-01-27T08:55:28.213Z Compiling progenitor-client v0.8.0
20632025-01-27T08:55:29.044Z Compiling tabwriter v1.4.1
20642025-01-27T08:55:32.509Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20652025-01-27T08:55:33.590Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20662025-01-27T08:55:33.709Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20672025-01-27T08:55:33.767Z Compiling cstr-argument v0.1.2
20682025-01-27T08:55:34.043Z Compiling dropshot v0.15.1
20692025-01-27T08:55:34.335Z Compiling fastrand v2.3.0
20702025-01-27T08:55:34.355Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20712025-01-27T08:55:34.513Z Compiling pretty-hex v0.2.1
20722025-01-27T08:55:34.671Z Compiling crucible-workspace-hack v0.1.0
20732025-01-27T08:55:35.024Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20742025-01-27T08:55:35.331Z Compiling tempfile v3.15.0
20752025-01-27T08:55:35.356Z Compiling progenitor v0.8.0
20762025-01-27T08:55:35.659Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20772025-01-27T08:55:35.678Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20782025-01-27T08:55:35.872Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20792025-01-27T08:55:36.520Z Compiling parse-display-derive v0.10.0
20802025-01-27T08:55:36.901Z Compiling hashbrown v0.14.5
20812025-01-27T08:55:36.975Z Compiling colored v2.2.0
20822025-01-27T08:55:37.634Z Compiling serde_with_macros v3.12.0
20832025-01-27T08:55:38.319Z Compiling dropshot_endpoint v0.15.1
20842025-01-27T08:55:38.388Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20852025-01-27T08:55:39.138Z Compiling instant v0.1.13
20862025-01-27T08:55:39.324Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20872025-01-27T08:55:39.733Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20882025-01-27T08:55:40.085Z Compiling serde_with v3.12.0
20892025-01-27T08:55:40.124Z Compiling parse-display v0.10.0
20902025-01-27T08:55:40.672Z Compiling backoff v0.4.0
20912025-01-27T08:55:41.037Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20922025-01-27T08:55:41.266Z Compiling regress v0.9.1
20932025-01-27T08:55:42.608Z Compiling zone_cfg_derive v0.3.0
20942025-01-27T08:55:43.047Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20952025-01-27T08:55:43.732Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20962025-01-27T08:55:43.878Z Compiling camino-tempfile v1.1.1
20972025-01-27T08:55:44.203Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20982025-01-27T08:55:44.589Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
20992025-01-27T08:55:44.682Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21002025-01-27T08:55:44.883Z Compiling progenitor-client v0.9.1
21012025-01-27T08:55:45.019Z Compiling num-derive v0.4.2
21022025-01-27T08:55:45.810Z Compiling sigpipe v0.1.3
21032025-01-27T08:55:45.957Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21042025-01-27T08:55:46.260Z Compiling libefi-sys v0.1.0
21052025-01-27T08:55:46.617Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21062025-01-27T08:55:47.270Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
21072025-01-27T08:55:48.783Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
21082025-01-27T08:55:49.344Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
21092025-01-27T08:55:49.685Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21102025-01-27T08:55:49.852Z Compiling zone v0.3.0
21112025-01-27T08:55:53.145Z Compiling smf v0.2.3
21122025-01-27T08:55:53.423Z Compiling bitfield-struct v0.6.2
21132025-01-27T08:55:53.921Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
21142025-01-27T08:55:54.350Z Compiling blake3 v1.5.5
21152025-01-27T08:55:54.767Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21162025-01-27T08:55:55.485Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21172025-01-27T08:55:55.611Z Compiling xattr v1.4.0
21182025-01-27T08:55:55.646Z Compiling filetime v0.2.25
21192025-01-27T08:55:55.702Z Compiling memmap2 v0.9.5
21202025-01-27T08:55:55.924Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21212025-01-27T08:55:56.005Z Compiling constant_time_eq v0.3.1
21222025-01-27T08:55:56.064Z Compiling arrayref v0.3.9
21232025-01-27T08:55:56.190Z Compiling arrayvec v0.7.6
21242025-01-27T08:55:56.208Z Compiling same-file v1.0.6
21252025-01-27T08:55:56.267Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21262025-01-27T08:55:56.496Z Compiling walkdir v2.5.0
21272025-01-27T08:55:56.557Z Compiling tar v0.4.43
21282025-01-27T08:55:58.115Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21292025-01-27T08:55:58.536Z Compiling gethostname v0.5.0
21302025-01-27T08:55:58.759Z Compiling cargo-platform v0.1.9
21312025-01-27T08:55:58.844Z Compiling topological-sort v0.2.2
21322025-01-27T08:55:59.140Z Compiling omicron-zone-package v0.12.0
21332025-01-27T08:55:59.259Z Compiling cargo_metadata v0.18.1
21342025-01-27T08:55:59.875Z Compiling indent_write v2.2.0
21352025-01-27T08:56:00.125Z Compiling shell-words v1.1.0
21362025-01-27T08:56:06.517Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21372025-01-27T08:56:07.394Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21382025-01-27T08:56:15.366Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21392025-01-27T08:56:29.754Z Finished `release` profile [optimized] target(s) in 5m 13s
21402025-01-27T08:56:29.922Z Running `target/release/omicron-package -t test target create -p dev`
21412025-01-27T08:56:29.972ZLogging to: /work/oxidecomputer/omicron/out/LOG
21422025-01-27T08:56:29.975ZCreated new build target 'test' and set it as active
21432025-01-27T08:56:29.975Z
21442025-01-27T08:56:29.975Zreal 5:13.849920114
21452025-01-27T08:56:29.975Zuser 36:36.325519050
21462025-01-27T08:56:29.975Zsys 3:21.573183411
21472025-01-27T08:56:29.975Ztrap 1.137715881
21482025-01-27T08:56:29.975Ztflt 2.818579437
21492025-01-27T08:56:29.975Zdflt 0.498508158
21502025-01-27T08:56:29.975Zkflt 0.017236456
21512025-01-27T08:56:29.975Zlock 1:13:15.380989029
21522025-01-27T08:56:29.975Zslp 2:27:37.056923744
21532025-01-27T08:56:29.975Zlat 2:42.799766968
21542025-01-27T08:56:29.975Zstop 4:40.864568341
21552025-01-27T08:56:29.978Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21562025-01-27T08:56:30.929Z Finished `release` profile [optimized] target(s) in 0.90s
21572025-01-27T08:56:30.988Z Running `target/release/omicron-package -t test package`
21582025-01-27T08:56:31.035ZLogging to: /work/oxidecomputer/omicron/out/LOG
21592025-01-27T08:56:32.179Z Compiling typify-impl v0.3.0
21602025-01-27T08:56:32.327Z Compiling convert_case v0.4.0
21612025-01-27T08:56:32.327Z Compiling unicode-width v0.1.14
21622025-01-27T08:56:32.330Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21632025-01-27T08:56:32.330Z Compiling newline-converter v0.3.0
21642025-01-27T08:56:32.330Z Compiling password-hash v0.5.0
21652025-01-27T08:56:32.330Z Compiling blake2 v0.10.6
21662025-01-27T08:56:32.596Z Compiling expectorate v1.1.0
21672025-01-27T08:56:32.672Z Compiling base64 v0.21.7
21682025-01-27T08:56:32.884Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21692025-01-27T08:56:33.005Z Compiling derive_more v0.99.18
21702025-01-27T08:56:33.029Z Compiling argon2 v0.5.3
21712025-01-27T08:56:33.540Z Compiling atomicwrites v0.4.4
21722025-01-27T08:56:33.574Z Compiling cancel-safe-futures v0.1.5
21732025-01-27T08:56:33.826Z Compiling owo-colors v4.1.0
21742025-01-27T08:56:33.956Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21752025-01-27T08:56:34.050Z Compiling num-rational v0.4.2
21762025-01-27T08:56:34.161Z Compiling progenitor-client v0.9.1
21772025-01-27T08:56:34.516Z Compiling libsw-core v0.3.1
21782025-01-27T08:56:34.536Z Compiling num-complex v0.4.6
21792025-01-27T08:56:34.802Z Compiling libsw v3.4.0
21802025-01-27T08:56:35.318Z Compiling linear-map v1.2.0
21812025-01-27T08:56:35.705Z Compiling num v0.4.3
21822025-01-27T08:56:35.747Z Compiling swrite v0.1.0
21832025-01-27T08:56:35.784Z Compiling float-ord v0.3.2
21842025-01-27T08:56:35.820Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21852025-01-27T08:56:35.899Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21862025-01-27T08:56:35.966Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21872025-01-27T08:56:36.436Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21882025-01-27T08:56:37.050Z Compiling highway v1.3.0
21892025-01-27T08:56:38.653Z Compiling semver v0.1.20
21902025-01-27T08:56:38.876Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21912025-01-27T08:56:39.186Z Compiling rustc_version v0.1.7
21922025-01-27T08:56:39.619Z Compiling newtype_derive v0.1.6
21932025-01-27T08:56:39.964Z Compiling tungstenite v0.21.0
21942025-01-27T08:56:42.788Z Compiling typify-macro v0.3.0
21952025-01-27T08:56:43.448Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21962025-01-27T08:56:44.180Z Compiling ipnetwork v0.20.0
21972025-01-27T08:56:44.915Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
21982025-01-27T08:56:44.935Z Compiling tokio-tungstenite v0.21.0
21992025-01-27T08:56:45.028Z Compiling progenitor-client v0.8.0
22002025-01-27T08:56:45.462Z Compiling humantime v2.1.0
22012025-01-27T08:56:45.541Z Compiling progenitor v0.8.0
22022025-01-27T08:56:45.560Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22032025-01-27T08:56:45.901Z Compiling dropshot v0.15.1
22042025-01-27T08:56:45.979Z Compiling hashbrown v0.14.5
22052025-01-27T08:56:46.184Z Compiling typify v0.3.0
22062025-01-27T08:56:46.365Z Compiling progenitor-impl v0.9.1
22072025-01-27T08:56:46.448Z Compiling instant v0.1.13
22082025-01-27T08:56:46.612Z Compiling backoff v0.4.0
22092025-01-27T08:56:46.955Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22102025-01-27T08:56:47.211Z Compiling regress v0.9.1
22112025-01-27T08:56:51.763Z Compiling steno v0.4.1
22122025-01-27T08:56:52.398Z Compiling progenitor-macro v0.9.1
22132025-01-27T08:56:53.868Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22142025-01-27T08:56:55.778Z Compiling parse-display v0.10.0
22152025-01-27T08:56:56.282Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22162025-01-27T08:56:56.489Z Compiling strum v0.26.3
22172025-01-27T08:56:56.695Z Compiling serde_with v3.12.0
22182025-01-27T08:56:57.840Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22192025-01-27T08:57:00.474Z Compiling macaddr v1.0.1
22202025-01-27T08:57:00.639Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22212025-01-27T08:57:00.880Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22222025-01-27T08:57:00.900Z Compiling slog-dtrace v0.3.0
22232025-01-27T08:57:01.264Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
22242025-01-27T08:57:01.299Z Compiling prettyplease v0.2.29
22252025-01-27T08:57:03.262Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22262025-01-27T08:57:03.417Z Compiling progenitor v0.9.1
22272025-01-27T08:57:03.644Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22282025-01-27T08:57:07.097Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22292025-01-27T08:57:13.166Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22302025-01-27T08:57:17.757Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22312025-01-27T08:57:17.924Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22322025-01-27T08:57:18.976Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22332025-01-27T08:57:20.970Z Compiling half v2.4.1
22342025-01-27T08:57:23.850Z Compiling ciborium-io v0.2.2
22352025-01-27T08:57:24.015Z Compiling ciborium-ll v0.2.2
22362025-01-27T08:57:24.095Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22372025-01-27T08:57:24.219Z Compiling display-error-chain v0.2.2
22382025-01-27T08:57:24.446Z Compiling ciborium v0.2.2
22392025-01-27T08:57:24.536Z Compiling fastrand v2.3.0
22402025-01-27T08:57:24.809Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22412025-01-27T08:57:25.011Z Compiling same-file v1.0.6
22422025-01-27T08:57:25.264Z Compiling walkdir v2.5.0
22432025-01-27T08:57:25.881Z Compiling tempfile v3.15.0
22442025-01-27T08:57:26.364Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22452025-01-27T08:57:26.635Z Compiling blake3 v1.5.5
22462025-01-27T08:57:27.170Z Compiling const_format_proc_macros v0.2.34
22472025-01-27T08:57:28.921Z Compiling xattr v1.4.0
22482025-01-27T08:57:29.211Z Compiling memmap2 v0.9.5
22492025-01-27T08:57:29.619Z Compiling filetime v0.2.25
22502025-01-27T08:57:29.741Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22512025-01-27T08:57:29.925Z Compiling constant_time_eq v0.3.1
22522025-01-27T08:57:30.025Z Compiling keccak v0.1.5
22532025-01-27T08:57:30.099Z Compiling crunchy v0.2.3
22542025-01-27T08:57:30.144Z Compiling arrayvec v0.7.6
22552025-01-27T08:57:30.522Z Compiling maplit v1.0.2
22562025-01-27T08:57:30.540Z Compiling arrayref v0.3.9
22572025-01-27T08:57:30.706Z Compiling sha3 v0.10.8
22582025-01-27T08:57:31.120Z Compiling tar v0.4.43
22592025-01-27T08:57:31.563Z Compiling const_format v0.2.34
22602025-01-27T08:57:31.653Z Compiling camino-tempfile v1.1.1
22612025-01-27T08:57:31.691Z Compiling toolchain_find v0.4.0
22622025-01-27T08:57:32.124Z Compiling tiny-keccak v2.0.2
22632025-01-27T08:57:32.273Z Compiling topological-sort v0.2.2
22642025-01-27T08:57:32.437Z Compiling radium v0.7.0
22652025-01-27T08:57:32.511Z Compiling omicron-zone-package v0.12.0
22662025-01-27T08:57:32.824Z Compiling rustfmt-wrapper v0.2.1
22672025-01-27T08:57:33.051Z Compiling dsl_auto_type v0.1.2
22682025-01-27T08:57:33.204Z Compiling scheduled-thread-pool v0.2.7
22692025-01-27T08:57:33.396Z Compiling diesel_table_macro_syntax v0.2.0
22702025-01-27T08:57:33.802Z Compiling bit-vec v0.6.3
22712025-01-27T08:57:34.223Z Compiling tap v1.0.1
22722025-01-27T08:57:34.283Z Compiling maybe-uninit v2.0.0
22732025-01-27T08:57:34.429Z Compiling wyz v0.5.1
22742025-01-27T08:57:34.607Z Compiling diesel_derives v2.2.3
22752025-01-27T08:57:34.828Z Compiling bit-set v0.5.3
22762025-01-27T08:57:34.886Z Compiling r2d2 v0.8.10
22772025-01-27T08:57:35.565Z Compiling phf_generator v0.11.3
22782025-01-27T08:57:35.855Z Compiling ascii-canvas v3.0.0
22792025-01-27T08:57:35.948Z Compiling secrecy v0.8.0
22802025-01-27T08:57:36.132Z Compiling async-recursion v1.1.1
22812025-01-27T08:57:36.221Z Compiling ena v0.14.3
22822025-01-27T08:57:36.298Z Compiling regex-syntax v0.6.29
22832025-01-27T08:57:36.628Z Compiling packed_struct v0.10.1
22842025-01-27T08:57:37.054Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22852025-01-27T08:57:37.386Z Compiling funty v2.0.0
22862025-01-27T08:57:37.479Z Compiling diff v0.1.13
22872025-01-27T08:57:37.596Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22882025-01-27T08:57:37.634Z Compiling arc-swap v1.7.1
22892025-01-27T08:57:37.942Z Compiling crc-catalog v2.4.0
22902025-01-27T08:57:38.123Z Compiling crc v3.2.1
22912025-01-27T08:57:38.254Z Compiling slog-scope v4.4.0
22922025-01-27T08:57:39.103Z Compiling bitvec v1.0.1
22932025-01-27T08:57:40.167Z Compiling lalrpop v0.19.12
22942025-01-27T08:57:40.249Z Compiling phf_codegen v0.11.3
22952025-01-27T08:57:40.608Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22962025-01-27T08:57:41.192Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22972025-01-27T08:57:42.226Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22982025-01-27T08:57:42.470Z Compiling universal-hash v0.5.1
22992025-01-27T08:57:42.735Z Compiling thiserror-impl-no-std v2.0.2
23002025-01-27T08:57:43.505Z Compiling packed_struct_codegen v0.10.1
23012025-01-27T08:57:45.201Z Compiling parse-zoneinfo v0.3.1
23022025-01-27T08:57:45.312Z Compiling diesel v2.2.6
23032025-01-27T08:57:45.705Z Compiling indexmap v1.9.3
23042025-01-27T08:57:46.015Z Compiling nodrop v0.1.14
23052025-01-27T08:57:46.178Z Compiling opaque-debug v0.3.1
23062025-01-27T08:57:46.308Z Compiling ref-cast v1.0.23
23072025-01-27T08:57:46.630Z Compiling poly1305 v0.8.0
23082025-01-27T08:57:46.868Z Compiling array-init v0.0.4
23092025-01-27T08:57:48.020Z Compiling chrono-tz-build v0.4.0
23102025-01-27T08:57:48.894Z Compiling thiserror-no-std v2.0.2
23112025-01-27T08:57:49.051Z Compiling smallvec v0.6.14
23122025-01-27T08:57:50.032Z Compiling slog-stdlog v4.1.1
23132025-01-27T08:57:50.787Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23142025-01-27T08:57:51.096Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23152025-01-27T08:57:51.411Z Compiling derive_builder_core v0.20.2
23162025-01-27T08:57:52.163Z Compiling chacha20 v0.9.1
23172025-01-27T08:57:52.687Z Compiling headers-core v0.3.0
23182025-01-27T08:57:52.891Z Compiling aead v0.5.2
23192025-01-27T08:57:53.256Z Compiling libxml v0.3.3
23202025-01-27T08:57:53.444Z Compiling ref-cast-impl v1.0.23
23212025-01-27T08:57:53.644Z Compiling hashbrown v0.12.3
23222025-01-27T08:57:54.573Z Compiling bitfield v0.14.0
23232025-01-27T08:57:54.844Z Compiling termcolor v1.4.1
23242025-01-27T08:57:54.881Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23252025-01-27T08:57:55.840Z Compiling env_logger v0.10.2
23262025-01-27T08:58:00.209Z Compiling derive_builder_macro v0.20.2
23272025-01-27T08:58:01.030Z Compiling chacha20poly1305 v0.10.1
23282025-01-27T08:58:01.292Z Compiling headers v0.4.0
23292025-01-27T08:58:03.000Z Compiling polar-core v0.27.3
23302025-01-27T08:58:04.869Z Compiling slog-envlogger v2.2.0
23312025-01-27T08:58:06.557Z Compiling serde-hex v0.1.0
23322025-01-27T08:58:07.612Z Compiling vsss-rs v3.3.4
23332025-01-27T08:58:11.423Z Compiling chrono-tz v0.10.1
23342025-01-27T08:58:11.557Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23352025-01-27T08:58:12.071Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23362025-01-27T08:58:12.418Z Compiling ron v0.8.1
23372025-01-27T08:58:14.413Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23382025-01-27T08:58:14.735Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23392025-01-27T08:58:15.866Z Compiling hashbrown v0.13.2
23402025-01-27T08:58:17.241Z Compiling strum_macros v0.24.3
23412025-01-27T08:58:17.902Z Compiling fxhash v0.2.1
23422025-01-27T08:58:18.152Z Compiling samael v0.0.17
23432025-01-27T08:58:19.188Z Compiling vte v0.14.1
23442025-01-27T08:58:19.560Z Compiling zip v2.1.3
23452025-01-27T08:58:19.756Z Compiling lockfree-object-pool v0.1.6
23462025-01-27T08:58:19.878Z Compiling crc-any v2.5.0
23472025-01-27T08:58:20.096Z Compiling indoc v1.0.9
23482025-01-27T08:58:20.267Z Compiling bumpalo v3.16.0
23492025-01-27T08:58:20.836Z Compiling simd-adler32 v0.3.7
23502025-01-27T08:58:20.885Z Compiling bytecount v0.6.8
23512025-01-27T08:58:21.232Z Compiling zopfli v0.8.1
23522025-01-27T08:58:22.129Z Compiling papergrid v0.11.0
23532025-01-27T08:58:22.150Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23542025-01-27T08:58:29.254Z Compiling strip-ansi-escapes v0.2.1
23552025-01-27T08:58:30.527Z Compiling object v0.30.4
23562025-01-27T08:58:31.081Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23572025-01-27T08:58:34.704Z Compiling derive_builder v0.20.2
23582025-01-27T08:58:35.323Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23592025-01-27T08:58:35.648Z Compiling tabled_derive v0.7.0
23602025-01-27T08:58:36.862Z Compiling fd-lock v4.0.2
23612025-01-27T08:58:37.107Z Compiling peg-macros v0.8.4
23622025-01-27T08:58:37.753Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23632025-01-27T08:58:38.646Z Compiling kstat-rs v0.2.4
23642025-01-27T08:58:39.317Z Compiling oso-derive v0.27.3
23652025-01-27T08:58:39.539Z Compiling quick-xml v0.33.0
23662025-01-27T08:58:40.263Z Compiling impl-trait-for-tuples v0.2.3
23672025-01-27T08:58:40.284Z Compiling diesel-dtrace v0.4.2
23682025-01-27T08:58:40.623Z Compiling path-slash v0.1.5
23692025-01-27T08:58:40.964Z Compiling nu-ansi-term v0.50.1
23702025-01-27T08:58:42.264Z Compiling reedline v0.35.0
23712025-01-27T08:58:42.665Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23722025-01-27T08:58:43.837Z Compiling oso v0.27.3
23732025-01-27T08:58:48.701Z Compiling peg v0.8.4
23742025-01-27T08:58:48.839Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23752025-01-27T08:58:50.202Z Compiling tabled v0.15.0
23762025-01-27T08:58:57.933Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23772025-01-27T08:59:08.954Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23782025-01-27T08:59:09.537Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23792025-01-27T08:59:09.827Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23802025-01-27T08:59:10.990Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23812025-01-27T08:59:11.316Z Compiling pem v3.0.4
23822025-01-27T08:59:12.807Z Compiling bb8 v0.8.6
23832025-01-27T08:59:13.394Z Compiling bcs v0.1.6
23842025-01-27T08:59:14.253Z Compiling libz-sys v1.1.21
23852025-01-27T08:59:14.363Z Compiling termtree v0.5.1
23862025-01-27T08:59:14.693Z Compiling parking_lot_core v0.8.6
23872025-01-27T08:59:14.942Z Compiling unicase v2.8.1
23882025-01-27T08:59:15.351Z Compiling mime_guess v2.0.5
23892025-01-27T08:59:16.387Z Compiling async-bb8-diesel v0.2.1
23902025-01-27T08:59:17.703Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23912025-01-27T08:59:20.384Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23922025-01-27T08:59:20.905Z Compiling buf-list v1.0.3
23932025-01-27T08:59:22.404Z Compiling nibble_vec v0.1.0
23942025-01-27T08:59:22.679Z Compiling libgit2-sys v0.17.0+1.8.1
23952025-01-27T08:59:23.436Z Compiling pin-project-internal v1.1.8
23962025-01-27T08:59:25.389Z Compiling atty v0.2.14
23972025-01-27T08:59:25.581Z Compiling endian-type v0.1.2
23982025-01-27T08:59:25.854Z Compiling http-range v0.1.5
23992025-01-27T08:59:26.016Z Compiling salty v0.3.0
24002025-01-27T08:59:26.482Z Compiling pin-project v1.1.8
24012025-01-27T08:59:26.660Z Compiling radix_trie v0.2.1
24022025-01-27T08:59:28.806Z Compiling parking_lot v0.11.2
24032025-01-27T08:59:31.870Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
24042025-01-27T08:59:33.791Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24052025-01-27T08:59:35.899Z Compiling snafu-derive v0.8.5
24062025-01-27T08:59:36.518Z Compiling sled v0.34.7
24072025-01-27T08:59:39.820Z Compiling hyper-staticfile v0.10.1
24082025-01-27T08:59:39.992Z Compiling snafu v0.8.5
24092025-01-27T08:59:41.053Z Compiling hickory-client v0.24.2
24102025-01-27T08:59:46.612Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24112025-01-27T08:59:47.777Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24122025-01-27T08:59:49.897Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24132025-01-27T09:00:09.135Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24142025-01-27T09:00:10.557Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24152025-01-27T09:00:11.648Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24162025-01-27T09:00:12.324Z Compiling hickory-server v0.24.2
24172025-01-27T09:00:13.084Z Compiling globset v0.4.15
24182025-01-27T09:00:16.406Z Compiling primeorder v0.13.6
24192025-01-27T09:00:16.985Z Compiling olpc-cjson v0.1.4
24202025-01-27T09:00:17.303Z Compiling vergen v8.3.2
24212025-01-27T09:00:17.637Z Compiling castaway v0.2.3
24222025-01-27T09:00:17.640Z Compiling env_filter v0.1.3
24232025-01-27T09:00:17.839Z Compiling cargo-platform v0.1.9
24242025-01-27T09:00:17.996Z Compiling serde_plain v1.0.2
24252025-01-27T09:00:18.315Z Compiling nanorand v0.7.0
24262025-01-27T09:00:18.564Z Compiling memoffset v0.9.1
24272025-01-27T09:00:18.928Z Compiling indoc v2.0.5
24282025-01-27T09:00:18.976Z Compiling typed-path v0.9.3
24292025-01-27T09:00:19.278Z Compiling flume v0.11.1
24302025-01-27T09:00:19.771Z Compiling instability v0.3.7
24312025-01-27T09:00:20.039Z Compiling cargo_metadata v0.18.1
24322025-01-27T09:00:20.424Z Compiling env_logger v0.11.6
24332025-01-27T09:00:21.164Z Compiling git2 v0.19.0
24342025-01-27T09:00:21.874Z Compiling tough v0.19.0
24352025-01-27T09:00:23.005Z Compiling compact_str v0.8.1
24362025-01-27T09:00:23.545Z Compiling p384 v0.13.0
24372025-01-27T09:00:25.593Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24382025-01-27T09:00:25.826Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24392025-01-27T09:00:29.118Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24402025-01-27T09:00:29.305Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24412025-01-27T09:00:30.509Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24422025-01-27T09:00:30.528Z Compiling unicode-truncate v1.1.0
24432025-01-27T09:00:30.846Z Compiling lru v0.12.5
24442025-01-27T09:00:31.210Z Compiling rand_seeder v0.3.0
24452025-01-27T09:00:31.638Z Compiling libsqlite3-sys v0.30.1
24462025-01-27T09:00:32.228Z Compiling lzma-sys v0.1.20
24472025-01-27T09:00:32.946Z Compiling rustls v0.21.12
24482025-01-27T09:00:33.274Z Compiling cassowary v0.3.0
24492025-01-27T09:00:34.656Z Compiling cfg_aliases v0.2.1
24502025-01-27T09:00:34.791Z Compiling parse-size v1.1.0
24512025-01-27T09:00:35.135Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24522025-01-27T09:00:35.526Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24532025-01-27T09:00:36.381Z Compiling nix v0.29.0
24542025-01-27T09:00:36.804Z Compiling ratatui v0.28.1
24552025-01-27T09:00:37.290Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24562025-01-27T09:00:37.317Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24572025-01-27T09:00:39.142Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24582025-01-27T09:00:40.237Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24592025-01-27T09:00:40.991Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24602025-01-27T09:00:41.316Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24612025-01-27T09:00:43.771Z Compiling sct v0.7.1
24622025-01-27T09:00:44.249Z Compiling rustls-webpki v0.101.7
24632025-01-27T09:00:44.857Z Compiling heck v0.3.3
24642025-01-27T09:00:45.213Z Compiling csv-core v0.1.11
24652025-01-27T09:00:46.109Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24662025-01-27T09:00:46.456Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24672025-01-27T09:00:46.786Z Compiling glob v0.3.2
24682025-01-27T09:00:48.104Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24692025-01-27T09:00:48.623Z Compiling csv v1.3.1
24702025-01-27T09:00:48.967Z Compiling zone_cfg_derive v0.1.2
24712025-01-27T09:00:50.829Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24722025-01-27T09:00:54.938Z Compiling nix v0.27.1
24732025-01-27T09:00:55.587Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
24742025-01-27T09:00:55.691Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24752025-01-27T09:00:56.848Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24762025-01-27T09:00:58.323Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24772025-01-27T09:01:02.309Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24782025-01-27T09:01:07.236Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24792025-01-27T09:01:07.599Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24802025-01-27T09:01:08.185Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24812025-01-27T09:01:08.513Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24822025-01-27T09:01:08.832Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
24832025-01-27T09:01:09.156Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24842025-01-27T09:01:09.607Z Compiling hashlink v0.9.1
24852025-01-27T09:01:10.079Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24862025-01-27T09:01:10.328Z Compiling tungstenite v0.23.0
24872025-01-27T09:01:10.435Z Compiling fallible-iterator v0.3.0
24882025-01-27T09:01:10.750Z Compiling fallible-streaming-iterator v0.1.9
24892025-01-27T09:01:11.052Z Compiling base64 v0.13.1
24902025-01-27T09:01:11.228Z Compiling rusqlite v0.32.1
24912025-01-27T09:01:11.819Z Compiling tokio-tungstenite v0.23.1
24922025-01-27T09:01:12.482Z Compiling ron v0.7.1
24932025-01-27T09:01:13.121Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24942025-01-27T09:01:13.839Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24952025-01-27T09:01:16.151Z Compiling xz2 v0.1.7
24962025-01-27T09:01:16.716Z Compiling tokio-rustls v0.24.1
24972025-01-27T09:01:17.169Z Compiling zone v0.1.8
24982025-01-27T09:01:20.299Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24992025-01-27T09:01:22.138Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25002025-01-27T09:01:23.038Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25012025-01-27T09:01:23.750Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25022025-01-27T09:01:27.354Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25032025-01-27T09:01:33.821Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25042025-01-27T09:01:35.523Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25052025-01-27T09:01:36.795Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25062025-01-27T09:01:38.784Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25072025-01-27T09:01:38.843Z Compiling rustls-pemfile v1.0.4
25082025-01-27T09:01:39.592Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25092025-01-27T09:01:39.918Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
25102025-01-27T09:01:40.114Z Compiling signal-hook-tokio v0.3.1
25112025-01-27T09:01:40.341Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25122025-01-27T09:01:41.212Z Compiling twox-hash v1.6.3
25132025-01-27T09:01:42.239Z Compiling yasna v0.5.2
25142025-01-27T09:01:43.782Z Compiling unicode-linebreak v0.1.5
25152025-01-27T09:01:44.356Z Compiling is_ci v1.2.0
25162025-01-27T09:01:44.668Z Compiling smawk v0.3.2
25172025-01-27T09:01:44.959Z Compiling textwrap v0.16.1
25182025-01-27T09:01:45.611Z Compiling supports-color v3.0.2
25192025-01-27T09:01:46.078Z Compiling rcgen v0.12.1
25202025-01-27T09:01:47.690Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25212025-01-27T09:01:49.225Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25222025-01-27T09:01:54.782Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25232025-01-27T09:01:56.238Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25242025-01-27T09:01:57.490Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25252025-01-27T09:02:00.889Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25262025-01-27T09:02:10.249Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25272025-01-27T09:02:13.720Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25282025-01-27T09:02:15.021Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25292025-01-27T09:02:26.412Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25302025-01-27T09:02:26.972Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
25312025-01-27T09:02:33.097Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25322025-01-27T09:02:33.416Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25332025-01-27T09:02:33.436Z Compiling fatfs v0.3.6
25342025-01-27T09:02:33.892Z Compiling subprocess v0.2.9
25352025-01-27T09:02:36.143Z Compiling rtoolbox v0.0.2
25362025-01-27T09:02:36.596Z Compiling assert_matches v1.5.0
25372025-01-27T09:02:38.517Z Compiling rpassword v7.3.1
25382025-01-27T09:02:38.989Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25392025-01-27T09:02:41.914Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25402025-01-27T09:02:43.437Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25412025-01-27T09:02:46.535Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25422025-01-27T09:02:50.322Z Compiling tui-tree-widget v0.22.0
25432025-01-27T09:02:50.794Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25442025-01-27T09:02:58.075Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25452025-01-27T09:02:58.417Z Compiling uzers v0.12.1
25462025-01-27T09:03:01.507Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25472025-01-27T09:03:03.917Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25482025-01-27T09:03:05.821Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25492025-01-27T09:03:35.568Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25502025-01-27T09:03:40.209Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25512025-01-27T09:03:44.862Z Compiling multimap v0.10.0
25522025-01-27T09:06:09.135Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25532025-01-27T09:06:14.530Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25542025-01-27T09:13:11.769Z Finished `release` profile [optimized] target(s) in 16m 40s
25552025-01-27T09:14:15.892Z
25562025-01-27T09:14:15.895Zreal 17:45.773782639
25572025-01-27T09:14:15.895Zuser 2:05:03.933645533
25582025-01-27T09:14:15.895Zsys 3:16.596826622
25592025-01-27T09:14:15.895Ztrap 3.136726691
25602025-01-27T09:14:15.895Ztflt 2.907257988
25612025-01-27T09:14:15.895Zdflt 4.555280917
25622025-01-27T09:14:15.895Zkflt 0.020456082
25632025-01-27T09:14:15.895Zlock 7:26:10.562468048
25642025-01-27T09:14:15.895Zslp 6:22:32.599948895
25652025-01-27T09:14:15.895Zlat 3:27.944807858
25662025-01-27T09:14:15.895Zstop 2:42.859607059
25672025-01-27T09:14:15.895Z+ mapfile -t packages
25682025-01-27T09:14:15.895Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25692025-01-27T09:14:16.886Z Finished `release` profile [optimized] target(s) in 0.94s
25702025-01-27T09:14:16.946Z Running `target/release/omicron-package -t test list-outputs`
25712025-01-27T09:14:16.993ZLogging to: /work/oxidecomputer/omicron/out/LOG
25722025-01-27T09:14:16.995Z+ ptime -m cargo build --locked --release -p xtask
25732025-01-27T09:14:17.562Z Compiling serde v1.0.217
25742025-01-27T09:14:17.565Z Compiling rustix v0.38.44
25752025-01-27T09:14:17.565Z Compiling serde_json v1.0.137
25762025-01-27T09:14:17.565Z Compiling libc v0.2.169
25772025-01-27T09:14:17.565Z Compiling syn v2.0.96
25782025-01-27T09:14:17.666Z Compiling bitflags v2.8.0
25792025-01-27T09:14:18.018Z Compiling usdt-impl v0.5.0
25802025-01-27T09:14:18.050Z Compiling syn v1.0.109
25812025-01-27T09:14:18.164Z Compiling log v0.4.25
25822025-01-27T09:14:18.180Z Compiling hashbrown v0.15.2
25832025-01-27T09:14:18.452Z Compiling fs-err v2.11.0
25842025-01-27T09:14:18.536Z Compiling getrandom v0.2.15
25852025-01-27T09:14:18.757Z Compiling anyhow v1.0.95
25862025-01-27T09:14:18.844Z Compiling once_cell v1.20.2
25872025-01-27T09:14:18.985Z Compiling thread-id v4.2.2
25882025-01-27T09:14:19.421Z Compiling indexmap v2.7.1
25892025-01-27T09:14:20.617Z Compiling terminal_size v0.4.1
25902025-01-27T09:14:20.618Z Compiling tempfile v3.15.0
25912025-01-27T09:14:20.813Z Compiling clap_builder v4.5.27
25922025-01-27T09:14:21.323Z Compiling proc-macro-error v1.0.4
25932025-01-27T09:14:22.288Z Compiling tabled_derive v0.7.0
25942025-01-27T09:14:23.458Z Compiling tabled v0.15.0
25952025-01-27T09:14:24.171Z Compiling serde_derive v1.0.217
25962025-01-27T09:14:24.171Z Compiling thiserror-impl v2.0.11
25972025-01-27T09:14:24.175Z Compiling thiserror-impl v1.0.69
25982025-01-27T09:14:24.175Z Compiling zerocopy-derive v0.7.35
25992025-01-27T09:14:24.175Z Compiling scroll_derive v0.12.0
26002025-01-27T09:14:25.550Z Compiling scroll v0.12.0
26012025-01-27T09:14:26.085Z Compiling zerocopy v0.7.35
26022025-01-27T09:14:26.782Z Compiling thiserror v1.0.69
26032025-01-27T09:14:26.960Z Compiling thiserror v2.0.11
26042025-01-27T09:14:27.124Z Compiling pest v2.7.15
26052025-01-27T09:14:27.466Z Compiling goblin v0.8.2
26062025-01-27T09:14:27.638Z Compiling clap_derive v4.5.24
26072025-01-27T09:14:30.178Z Compiling pest_meta v2.7.15
26082025-01-27T09:14:31.908Z Compiling pest_generator v2.7.15
26092025-01-27T09:14:33.896Z Compiling pest_derive v2.7.15
26102025-01-27T09:14:34.700Z Compiling dtrace-parser v0.2.0
26112025-01-27T09:14:36.354Z Compiling clap v4.5.27
26122025-01-27T09:14:40.823Z Compiling serde_tokenstream v0.2.2
26132025-01-27T09:14:41.464Z Compiling dof v0.3.0
26142025-01-27T09:14:41.693Z Compiling toml_datetime v0.6.8
26152025-01-27T09:14:42.332Z Compiling serde_spanned v0.6.8
26162025-01-27T09:14:42.599Z Compiling toml_edit v0.22.22
26172025-01-27T09:14:43.213Z Compiling camino v1.1.9
26182025-01-27T09:14:43.411Z Compiling usdt-attr-macro v0.5.0
26192025-01-27T09:14:44.496Z Compiling usdt-macro v0.5.0
26202025-01-27T09:14:44.847Z Compiling semver v1.0.25
26212025-01-27T09:14:45.668Z Compiling cargo-platform v0.1.9
26222025-01-27T09:14:46.273Z Compiling toml v0.8.19
26232025-01-27T09:14:46.736Z Compiling cargo_metadata v0.18.1
26242025-01-27T09:14:48.154Z Compiling cargo_toml v0.20.5
26252025-01-27T09:14:51.237Z Compiling usdt v0.5.0
26262025-01-27T09:14:52.397Z Compiling camino-tempfile v1.1.1
26272025-01-27T09:14:52.534Z Compiling macaddr v1.0.1
26282025-01-27T09:15:00.232Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26292025-01-27T09:15:10.806Z Finished `release` profile [optimized] target(s) in 53.75s
26302025-01-27T09:15:10.934Z
26312025-01-27T09:15:10.937Zreal 53.907011227
26322025-01-27T09:15:10.937Zuser 5:40.422158162
26332025-01-27T09:15:10.937Zsys 18.789203889
26342025-01-27T09:15:10.937Ztrap 0.157101343
26352025-01-27T09:15:10.937Ztflt 0.361466360
26362025-01-27T09:15:10.937Zdflt 0.259138465
26372025-01-27T09:15:10.937Zkflt 0.000016848
26382025-01-27T09:15:10.938Zlock 10:31.161275269
26392025-01-27T09:15:10.938Zslp 16:27.401717670
26402025-01-27T09:15:10.938Zlat 16.110033865
26412025-01-27T09:15:10.938Zstop 17.193800931
26422025-01-27T09:15:10.938Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26432025-01-27T09:15:10.938Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26442025-01-27T09:15:10.938Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26452025-01-27T09:15:10.938Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26462025-01-27T09:15:10.938Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26472025-01-27T09:15:11.799Z Compiling regress v0.10.3
26482025-01-27T09:15:11.930Z Compiling ident_case v1.0.1
26492025-01-27T09:15:11.944Z Compiling unsafe-libyaml v0.2.11
26502025-01-27T09:15:11.956Z Compiling ipnetwork v0.20.0
26512025-01-27T09:15:11.959Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26522025-01-27T09:15:11.959Z Compiling progenitor-client v0.9.1
26532025-01-27T09:15:11.959Z Compiling macaddr v1.0.1
26542025-01-27T09:15:11.959Z Compiling progenitor-client v0.8.0
26552025-01-27T09:15:12.084Z Compiling darling_core v0.20.10
26562025-01-27T09:15:12.439Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
26572025-01-27T09:15:12.442Z Compiling instant v0.1.13
26582025-01-27T09:15:12.466Z Compiling hashbrown v0.14.5
26592025-01-27T09:15:12.504Z Compiling structmeta-derive v0.3.0
26602025-01-27T09:15:12.626Z Compiling dropshot v0.15.1
26612025-01-27T09:15:12.768Z Compiling dropshot_endpoint v0.15.1
26622025-01-27T09:15:13.016Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26632025-01-27T09:15:13.146Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26642025-01-27T09:15:13.669Z Compiling serde_yaml v0.9.34+deprecated
26652025-01-27T09:15:13.838Z Compiling regress v0.9.1
26662025-01-27T09:15:13.919Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26672025-01-27T09:15:14.107Z Compiling backoff v0.4.0
26682025-01-27T09:15:14.272Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26692025-01-27T09:15:14.449Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26702025-01-27T09:15:15.125Z Compiling structmeta v0.3.0
26712025-01-27T09:15:15.204Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26722025-01-27T09:15:15.222Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26732025-01-27T09:15:15.407Z Compiling tempfile v3.15.0
26742025-01-27T09:15:15.536Z Compiling typify-impl v0.2.0
26752025-01-27T09:15:15.674Z Compiling parse-display-derive v0.10.0
26762025-01-27T09:15:16.230Z Compiling proc-macro-crate v1.3.1
26772025-01-27T09:15:16.638Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26782025-01-27T09:15:17.032Z Compiling typify-impl v0.3.0
26792025-01-27T09:15:17.196Z Compiling num_enum_derive v0.5.11
26802025-01-27T09:15:17.242Z Compiling itertools v0.13.0
26812025-01-27T09:15:18.263Z Compiling darling_macro v0.20.10
26822025-01-27T09:15:18.820Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26832025-01-27T09:15:19.106Z Compiling zerocopy v0.8.14
26842025-01-27T09:15:19.206Z Compiling darling v0.20.10
26852025-01-27T09:15:19.331Z Compiling serde_with_macros v3.12.0
26862025-01-27T09:15:19.603Z Compiling num_enum v0.5.11
26872025-01-27T09:15:19.817Z Compiling parse-display v0.10.0
26882025-01-27T09:15:19.835Z Compiling foreign-types-macros v0.2.3
26892025-01-27T09:15:20.023Z Compiling zerocopy-derive v0.8.14
26902025-01-27T09:15:20.160Z Compiling crucible-workspace-hack v0.1.0
26912025-01-27T09:15:20.434Z Compiling heapless v0.8.0
26922025-01-27T09:15:20.462Z Compiling foreign-types-shared v0.3.1
26932025-01-27T09:15:20.648Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26942025-01-27T09:15:21.073Z Compiling foreign-types v0.5.0
26952025-01-27T09:15:21.191Z Compiling proc-macro-error v1.0.4
26962025-01-27T09:15:21.661Z Compiling camino-tempfile v1.1.1
26972025-01-27T09:15:21.794Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26982025-01-27T09:15:21.877Z Compiling serde_with v3.12.0
26992025-01-27T09:15:22.105Z Compiling hash32 v0.3.1
27002025-01-27T09:15:22.425Z Compiling cstr-argument v0.1.2
27012025-01-27T09:15:22.636Z Compiling smoltcp v0.11.0
27022025-01-27T09:15:22.688Z Compiling pretty-hex v0.2.1
27032025-01-27T09:15:22.901Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27042025-01-27T09:15:23.282Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27052025-01-27T09:15:23.346Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27062025-01-27T09:15:24.020Z Compiling tabwriter v1.4.1
27072025-01-27T09:15:24.453Z Compiling colored v2.2.0
27082025-01-27T09:15:24.486Z Compiling cobs v0.2.3
27092025-01-27T09:15:24.806Z Compiling postcard v1.1.1
27102025-01-27T09:15:25.473Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27112025-01-27T09:15:25.710Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27122025-01-27T09:15:25.877Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27132025-01-27T09:15:25.899Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
27142025-01-27T09:15:26.229Z Compiling smf v0.2.3
27152025-01-27T09:15:26.249Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27162025-01-27T09:15:26.615Z Compiling zone_cfg_derive v0.3.0
27172025-01-27T09:15:26.767Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27182025-01-27T09:15:27.257Z Compiling num-derive v0.4.2
27192025-01-27T09:15:27.477Z Compiling sigpipe v0.1.3
27202025-01-27T09:15:27.498Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27212025-01-27T09:15:27.630Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27222025-01-27T09:15:27.981Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27232025-01-27T09:15:28.089Z Compiling zone v0.3.0
27242025-01-27T09:15:28.247Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27252025-01-27T09:15:28.929Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27262025-01-27T09:15:29.383Z Compiling universal-hash v0.5.1
27272025-01-27T09:15:29.579Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
27282025-01-27T09:15:29.601Z Compiling opaque-debug v0.3.1
27292025-01-27T09:15:29.604Z Compiling tungstenite v0.21.0
27302025-01-27T09:15:29.649Z Compiling num-rational v0.4.2
27312025-01-27T09:15:29.728Z Compiling password-hash v0.5.0
27322025-01-27T09:15:30.143Z Compiling blake2 v0.10.6
27332025-01-27T09:15:30.440Z Compiling aead v0.5.2
27342025-01-27T09:15:30.634Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27352025-01-27T09:15:30.815Z Compiling num-complex v0.4.6
27362025-01-27T09:15:30.863Z Compiling convert_case v0.4.0
27372025-01-27T09:15:30.930Z Compiling typify-macro v0.2.0
27382025-01-27T09:15:31.201Z Compiling base64 v0.21.7
27392025-01-27T09:15:31.473Z Compiling keccak v0.1.5
27402025-01-27T09:15:31.523Z Compiling tokio-tungstenite v0.21.0
27412025-01-27T09:15:31.713Z Compiling derive_more v0.99.18
27422025-01-27T09:15:31.819Z Compiling sha3 v0.10.8
27432025-01-27T09:15:32.098Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27442025-01-27T09:15:32.132Z Compiling num v0.4.3
27452025-01-27T09:15:32.286Z Compiling argon2 v0.5.3
27462025-01-27T09:15:32.470Z Compiling poly1305 v0.8.0
27472025-01-27T09:15:32.618Z Compiling typify-macro v0.3.0
27482025-01-27T09:15:32.661Z Compiling chacha20 v0.9.1
27492025-01-27T09:15:32.911Z Compiling float-ord v0.3.2
27502025-01-27T09:15:33.117Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27512025-01-27T09:15:33.156Z Compiling semver v0.1.20
27522025-01-27T09:15:33.545Z Compiling same-file v1.0.6
27532025-01-27T09:15:33.785Z Compiling walkdir v2.5.0
27542025-01-27T09:15:33.848Z Compiling rustc_version v0.1.7
27552025-01-27T09:15:34.184Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27562025-01-27T09:15:34.223Z Compiling newline-converter v0.3.0
27572025-01-27T09:15:34.312Z Compiling primeorder v0.13.6
27582025-01-27T09:15:34.418Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27592025-01-27T09:15:34.468Z Compiling secrecy v0.8.0
27602025-01-27T09:15:34.732Z Compiling owo-colors v4.1.0
27612025-01-27T09:15:34.819Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27622025-01-27T09:15:34.918Z Compiling typify v0.2.0
27632025-01-27T09:15:35.005Z Compiling cancel-safe-futures v0.1.5
27642025-01-27T09:15:35.061Z Compiling progenitor-impl v0.8.0
27652025-01-27T09:15:35.079Z Compiling expectorate v1.1.0
27662025-01-27T09:15:35.082Z Compiling newtype_derive v0.1.6
27672025-01-27T09:15:35.262Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
27682025-01-27T09:15:35.364Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27692025-01-27T09:15:35.409Z Compiling thiserror-impl-no-std v2.0.2
27702025-01-27T09:15:35.429Z Compiling libsw-core v0.3.1
27712025-01-27T09:15:35.605Z Compiling blake3 v1.5.5
27722025-01-27T09:15:35.636Z Compiling half v2.4.1
27732025-01-27T09:15:35.708Z Compiling arc-swap v1.7.1
27742025-01-27T09:15:36.222Z Compiling ciborium-io v0.2.2
27752025-01-27T09:15:36.327Z Compiling slog-scope v4.4.0
27762025-01-27T09:15:36.346Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27772025-01-27T09:15:36.400Z Compiling ciborium-ll v0.2.2
27782025-01-27T09:15:36.421Z Compiling typify v0.3.0
27792025-01-27T09:15:36.569Z Compiling progenitor-impl v0.9.1
27802025-01-27T09:15:36.778Z Compiling libsw v3.4.0
27812025-01-27T09:15:36.796Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27822025-01-27T09:15:37.115Z Compiling polyval v0.6.2
27832025-01-27T09:15:37.592Z Compiling atomicwrites v0.4.4
27842025-01-27T09:15:37.643Z Compiling memmap2 v0.9.5
27852025-01-27T09:15:37.948Z Compiling linear-map v1.2.0
27862025-01-27T09:15:38.089Z Compiling indent_write v2.2.0
27872025-01-27T09:15:38.203Z Compiling thiserror-no-std v2.0.2
27882025-01-27T09:15:38.318Z Compiling arrayref v0.3.9
27892025-01-27T09:15:38.321Z Compiling parking_lot_core v0.8.6
27902025-01-27T09:15:38.359Z Compiling salty v0.3.0
27912025-01-27T09:15:38.464Z Compiling arrayvec v0.7.6
27922025-01-27T09:15:38.692Z Compiling constant_time_eq v0.3.1
27932025-01-27T09:15:38.774Z Compiling libefi-sys v0.1.0
27942025-01-27T09:15:38.883Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27952025-01-27T09:15:38.904Z Compiling vsss-rs v3.3.4
27962025-01-27T09:15:39.061Z Compiling ghash v0.5.1
27972025-01-27T09:15:39.278Z Compiling ciborium v0.2.2
27982025-01-27T09:15:39.298Z Compiling slog-stdlog v4.1.1
27992025-01-27T09:15:39.967Z Compiling p384 v0.13.0
28002025-01-27T09:15:40.010Z Compiling toolchain_find v0.4.0
28012025-01-27T09:15:40.511Z Compiling chacha20poly1305 v0.10.1
28022025-01-27T09:15:40.596Z Compiling ctr v0.9.2
28032025-01-27T09:15:40.645Z Compiling lzma-sys v0.1.20
28042025-01-27T09:15:40.740Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
28052025-01-27T09:15:40.943Z Compiling bitfield-struct v0.6.2
28062025-01-27T09:15:41.159Z Compiling slog-dtrace v0.3.0
28072025-01-27T09:15:41.414Z Compiling topological-sort v0.2.2
28082025-01-27T09:15:41.491Z Compiling highway v1.3.0
28092025-01-27T09:15:41.512Z Compiling unicase v2.8.1
28102025-01-27T09:15:41.660Z Compiling omicron-zone-package v0.12.0
28112025-01-27T09:15:41.915Z Compiling mime_guess v2.0.5
28122025-01-27T09:15:42.219Z Compiling progenitor-macro v0.8.0
28132025-01-27T09:15:42.395Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28142025-01-27T09:15:42.540Z Compiling aes-gcm v0.10.3
28152025-01-27T09:15:42.590Z Compiling rustfmt-wrapper v0.2.1
28162025-01-27T09:15:42.884Z Compiling slog-envlogger v2.2.0
28172025-01-27T09:15:43.037Z Compiling steno v0.4.1
28182025-01-27T09:15:43.538Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28192025-01-27T09:15:43.576Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28202025-01-27T09:15:43.638Z Compiling progenitor-macro v0.9.1
28212025-01-27T09:15:43.734Z Compiling heck v0.3.3
28222025-01-27T09:15:44.114Z Compiling ssh-encoding v0.2.0
28232025-01-27T09:15:44.153Z Compiling blowfish v0.9.1
28242025-01-27T09:15:44.192Z Compiling nibble_vec v0.1.0
28252025-01-27T09:15:44.421Z Compiling env_filter v0.1.3
28262025-01-27T09:15:44.618Z Compiling humantime v2.1.0
28272025-01-27T09:15:44.638Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28282025-01-27T09:15:44.641Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28292025-01-27T09:15:44.780Z Compiling endian-type v0.1.2
28302025-01-27T09:15:44.968Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28312025-01-27T09:15:45.032Z Compiling radix_trie v0.2.1
28322025-01-27T09:15:45.106Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28332025-01-27T09:15:45.132Z Compiling env_logger v0.11.6
28342025-01-27T09:15:45.283Z Compiling ssh-cipher v0.2.0
28352025-01-27T09:15:45.679Z Compiling bcrypt-pbkdf v0.10.0
28362025-01-27T09:15:45.843Z Compiling zone_cfg_derive v0.1.2
28372025-01-27T09:15:46.317Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28382025-01-27T09:15:46.438Z Compiling parking_lot v0.11.2
28392025-01-27T09:15:46.726Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28402025-01-27T09:15:47.309Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28412025-01-27T09:15:47.332Z Compiling password-hash v0.4.2
28422025-01-27T09:15:47.405Z Compiling gethostname v0.5.0
28432025-01-27T09:15:47.589Z Compiling fxhash v0.2.1
28442025-01-27T09:15:47.620Z Compiling lockfree-object-pool v0.1.6
28452025-01-27T09:15:47.729Z Compiling http-range v0.1.5
28462025-01-27T09:15:47.783Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28472025-01-27T09:15:47.811Z Compiling bumpalo v3.16.0
28482025-01-27T09:15:47.880Z Compiling zip v2.1.3
28492025-01-27T09:15:48.080Z Compiling base64 v0.13.1
28502025-01-27T09:15:48.100Z Compiling simd-adler32 v0.3.7
28512025-01-27T09:15:48.220Z Compiling pbkdf2 v0.11.0
28522025-01-27T09:15:48.246Z Compiling sled v0.34.7
28532025-01-27T09:15:48.310Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28542025-01-27T09:15:48.598Z Compiling ron v0.7.1
28552025-01-27T09:15:48.629Z Compiling zopfli v0.8.1
28562025-01-27T09:15:48.656Z Compiling xz2 v0.1.7
28572025-01-27T09:15:48.992Z Compiling zone v0.1.8
28582025-01-27T09:15:49.476Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28592025-01-27T09:15:50.153Z Compiling ssh-key v0.6.7
28602025-01-27T09:15:50.225Z Compiling hickory-client v0.24.2
28612025-01-27T09:15:50.703Z Compiling p256 v0.13.2
28622025-01-27T09:15:50.922Z Compiling p521 v0.13.3
28632025-01-27T09:15:51.539Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28642025-01-27T09:15:51.612Z Compiling hickory-server v0.24.2
28652025-01-27T09:15:52.589Z Compiling pem v3.0.4
28662025-01-27T09:15:53.246Z Compiling yasna v0.5.2
28672025-01-27T09:15:53.330Z Compiling headers-core v0.3.0
28682025-01-27T09:15:53.513Z Compiling kstat-rs v0.2.4
28692025-01-27T09:15:54.131Z Compiling nanorand v0.7.0
28702025-01-27T09:15:54.388Z Compiling russh-cryptovec v0.7.3
28712025-01-27T09:15:54.408Z Compiling atty v0.2.14
28722025-01-27T09:15:54.565Z Compiling md5 v0.7.0
28732025-01-27T09:15:54.656Z Compiling flume v0.11.1
28742025-01-27T09:15:54.715Z Compiling rcgen v0.12.1
28752025-01-27T09:15:54.820Z Compiling headers v0.4.0
28762025-01-27T09:15:54.875Z Compiling progenitor v0.8.0
28772025-01-27T09:15:55.078Z Compiling russh-keys v0.45.0
28782025-01-27T09:15:55.118Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28792025-01-27T09:15:55.274Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28802025-01-27T09:15:55.910Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28812025-01-27T09:15:56.321Z Compiling progenitor v0.9.1
28822025-01-27T09:15:56.568Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
28832025-01-27T09:15:56.585Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28842025-01-27T09:15:56.727Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28852025-01-27T09:15:56.754Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
28862025-01-27T09:15:58.194Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28872025-01-27T09:15:58.897Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
28882025-01-27T09:16:00.555Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28892025-01-27T09:16:01.168Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28902025-01-27T09:16:02.152Z Compiling hyper-staticfile v0.10.1
28912025-01-27T09:16:02.804Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28922025-01-27T09:16:02.882Z Compiling num-bigint v0.4.6
28932025-01-27T09:16:03.265Z Compiling des v0.8.1
28942025-01-27T09:16:03.363Z Compiling subprocess v0.2.9
28952025-01-27T09:16:03.630Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28962025-01-27T09:16:04.526Z Compiling display-error-chain v0.2.2
28972025-01-27T09:16:04.560Z Compiling hex-literal v0.4.1
28982025-01-27T09:16:04.744Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28992025-01-27T09:16:04.765Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29002025-01-27T09:16:05.059Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29012025-01-27T09:16:05.523Z Compiling internet-checksum v0.2.1
29022025-01-27T09:16:05.767Z Compiling russh v0.45.0
29032025-01-27T09:16:11.782Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29042025-01-27T09:16:11.782Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29052025-01-27T09:16:11.784Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29062025-01-27T09:16:11.784Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29072025-01-27T09:16:12.760Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29082025-01-27T09:16:14.593Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29092025-01-27T09:16:15.704Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29102025-01-27T09:16:15.951Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29112025-01-27T09:16:16.519Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29122025-01-27T09:16:16.762Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29132025-01-27T09:16:19.201Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29142025-01-27T09:16:19.515Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29152025-01-27T09:16:19.688Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29162025-01-27T09:16:20.474Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29172025-01-27T09:16:20.563Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29182025-01-27T09:16:21.089Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29192025-01-27T09:16:22.080Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29202025-01-27T09:16:22.879Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29212025-01-27T09:16:25.700Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29222025-01-27T09:16:26.011Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29232025-01-27T09:16:26.125Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29242025-01-27T09:16:26.386Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29252025-01-27T09:16:26.465Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29262025-01-27T09:16:28.978Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29272025-01-27T09:16:31.644Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29282025-01-27T09:16:31.998Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29292025-01-27T09:16:33.341Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29302025-01-27T09:16:33.534Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29312025-01-27T09:16:37.968Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29322025-01-27T09:16:46.104Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29332025-01-27T09:16:47.689Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29342025-01-27T09:17:09.100Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29352025-01-27T09:17:31.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
29362025-01-27T09:17:31.741Z
29372025-01-27T09:17:31.741Zreal 2:20.747852020
29382025-01-27T09:17:31.741Zuser 12:13.293535373
29392025-01-27T09:17:31.741Zsys 1:33.364187946
29402025-01-27T09:17:31.741Ztrap 0.353174913
29412025-01-27T09:17:31.741Ztflt 0.888630820
29422025-01-27T09:17:31.741Zdflt 1.215380108
29432025-01-27T09:17:31.744Zkflt 0.000027734
29442025-01-27T09:17:31.744Zlock 22:09.936827923
29452025-01-27T09:17:31.744Zslp 41:43.544987452
29462025-01-27T09:17:31.744Zlat 39.084479536
29472025-01-27T09:17:31.744Zstop 1:37.177339066
29482025-01-27T09:17:31.744Z+ mkdir tests
29492025-01-27T09:17:31.747Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29502025-01-27T09:17:31.747Z+ xargs -I '{}' -t cp '{}' tests/
29512025-01-27T09:17:31.789Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-4883fb7508523a85 tests/
29522025-01-27T09:17:31.815Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-417af6178e881698 tests/
29532025-01-27T09:17:31.840Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-9b5d2e66438d9d22 tests/
29542025-01-27T09:17:31.867Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f901ea810c0f6d83 tests/
29552025-01-27T09:17:32.136Z+ 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/*)
29562025-01-27T09:17:32.139Z+ 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-417af6178e881698 tests/commtest-9b5d2e66438d9d22 tests/dhcp_server-4883fb7508523a85 tests/end_to_end_tests-f901ea810c0f6d83 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
29572025-01-27T09:18:45.856ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29582025-01-27T09:18:45.856Za .github/buildomat/ci-env.sh 1K
29592025-01-27T09:18:45.856Za out/target/test 1K
29602025-01-27T09:18:45.856Za out/npuzone/npuzone 23144K
29612025-01-27T09:18:45.856Za package-manifest.toml 34K
29622025-01-27T09:18:45.856Za smf/sled-agent/non-gimlet/config.toml 4K
29632025-01-27T09:18:45.856Za target/release/omicron-package 36143K
29642025-01-27T09:18:45.856Za target/release/xtask 11818K
29652025-01-27T09:18:45.856Za target/debug/bootstrap 219791K
29662025-01-27T09:18:45.856Za tests/bootstrap-417af6178e881698 24120K
29672025-01-27T09:18:45.856Za tests/commtest-9b5d2e66438d9d22 24870K
29682025-01-27T09:18:45.856Za tests/dhcp_server-4883fb7508523a85 24120K
29692025-01-27T09:18:45.857Za tests/end_to_end_tests-f901ea810c0f6d83 281357K
29702025-01-27T09:18:45.857Za out/clickhouse.tar.gz 294728K
29712025-01-27T09:18:45.857Za out/clickhouse_keeper.tar.gz 281790K
29722025-01-27T09:18:45.857Za out/clickhouse_server.tar.gz 294710K
29732025-01-27T09:18:45.857Za out/cockroachdb.tar.gz 135234K
29742025-01-27T09:18:45.857Za out/crucible-dtrace.tar 96K
29752025-01-27T09:18:45.857Za out/crucible-pantry-zone.tar.gz 28623K
29762025-01-27T09:18:45.857Za out/crucible-zone.tar.gz 36902K
29772025-01-27T09:18:45.857Za out/external-dns.tar.gz 35681K
29782025-01-27T09:18:45.857Za out/internal-dns.tar.gz 35682K
29792025-01-27T09:18:45.857Za out/mg-ddm-gz.tar 63075K
29802025-01-27T09:18:45.857Za out/nexus.tar.gz 100647K
29812025-01-27T09:18:45.857Za out/ntp.tar.gz 10587K
29822025-01-27T09:18:45.857Za out/omicron-gateway-softnpu.tar.gz 24178K
29832025-01-27T09:18:45.857Za out/omicron-sled-agent.tar 114299K
29842025-01-27T09:18:45.857Za out/overlay.tar.gz 3K
29852025-01-27T09:18:45.857Za out/oximeter.tar.gz 48621K
29862025-01-27T09:18:45.857Za out/oxlog.tar 3154K
29872025-01-27T09:18:45.857Za out/probe.tar.gz 2764K
29882025-01-27T09:18:45.857Za out/propolis-server.tar.gz 66467K
29892025-01-27T09:18:45.857Za out/pumpkind-gz.tar 26665K
29902025-01-27T09:18:45.857Za out/switch-softnpu.tar.gz 238082K
29912025-01-27T09:18:45.860Z
29922025-01-27T09:18:45.860Zreal 1:13.708994780
29932025-01-27T09:18:45.860Zuser 1:10.400747601
29942025-01-27T09:18:45.860Zsys 4.714225177
29952025-01-27T09:18:45.860Ztrap 0.018574992
29962025-01-27T09:18:45.860Ztflt 0.000000000
29972025-01-27T09:18:45.860Zdflt 0.000000000
29982025-01-27T09:18:45.860Zkflt 0.000000000
29992025-01-27T09:18:45.860Zlock 0.000000000
30002025-01-27T09:18:45.860Zslp 1:10.173556054
30012025-01-27T09:18:45.860Zlat 2.104512297
30022025-01-27T09:18:45.860Zstop 0.000629231
30032025-01-27T09:18:45.860Zprocess exited: duration 1945410 ms, exit code 0
 
30042025-01-27T09:18:45.875Zfound 1 output files
30052025-01-27T09:18:45.875Zuploading: /work/package.tar.gz (1907651129 bytes)
30062025-01-27T09:19:22.742Zuploaded: /work/package.tar.gz