01JJPXCYJ12N75GYYWQV9DKQN9: 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: 01JJPXDKGHQTPM3XEYMKZ991TX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-28T16:56:21.542Zjob assigned to worker 01JJPXDSEVW6NSJHDM8SVTZAYG [factory aws, i-06962bc7da5213401] (queued for 58 s)
 
22025-01-28T16:56:29.722Zstarting task 0: "setup"
32025-01-28T16:56:29.732Z++ uname -s
42025-01-28T16:56:29.735Z+ kern=SunOS
52025-01-28T16:56:29.735Z+ case "$kern" in
62025-01-28T16:56:29.735Z+ groupadd -g 12345 build
72025-01-28T16:56:29.739Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-28T16:56:31.745Z+ zfs create -o mountpoint=/work rpool/work
92025-01-28T16:56:31.927Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-28T16:56:31.931Z+ home_fs=zfs
112025-01-28T16:56:31.931Z+ [[ zfs == autofs ]]
122025-01-28T16:56:31.931Z+ mkdir -p /home/build
132025-01-28T16:56:31.931Z+ chown build:build /home/build /work
142025-01-28T16:56:33.931Z+ chmod 0700 /home/build /work
152025-01-28T16:56:33.934Zprocess exited: duration 4213 ms, exit code 0
 
162025-01-28T16:56:33.943Zstarting task 1: "rust-toolchain"
172025-01-28T16:56:33.946Z+ printf ' * toolchain channel = "%s"
182025-01-28T16:56:33.946Z * toolchain channel = "1.84.0"
192025-01-28T16:56:33.946Z * toolchain profile = "default"
202025-01-28T16:56:33.946Z' 1.84.0
212025-01-28T16:56:33.946Z+ printf ' * toolchain profile = "%s"
222025-01-28T16:56:33.946Z' default
232025-01-28T16:56:33.948Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-28T16:56:33.948Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-28T16:56:34.038Zinfo: downloading installer
262025-01-28T16:56:35.447Zinfo: profile set to 'default'
272025-01-28T16:56:35.447Zinfo: default host triple is x86_64-unknown-illumos
282025-01-28T16:56:35.449Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-28T16:56:35.626Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-28T16:56:35.626Zinfo: downloading component 'cargo'
312025-01-28T16:56:36.650Zinfo: downloading component 'clippy'
322025-01-28T16:56:37.042Zinfo: downloading component 'rust-docs'
332025-01-28T16:56:38.454Zinfo: downloading component 'rust-std'
342025-01-28T16:56:40.549Zinfo: downloading component 'rustc'
352025-01-28T16:56:48.574Zinfo: downloading component 'rustfmt'
362025-01-28T16:56:48.878Zinfo: installing component 'cargo'
372025-01-28T16:56:49.691Zinfo: installing component 'clippy'
382025-01-28T16:56:50.066Zinfo: installing component 'rust-docs'
392025-01-28T16:56:51.737Zinfo: installing component 'rust-std'
402025-01-28T16:56:53.438Zinfo: installing component 'rustc'
412025-01-28T16:56:59.416Zinfo: installing component 'rustfmt'
422025-01-28T16:56:59.746Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-28T16:56:59.746Z
442025-01-28T16:57:00.136Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-28T16:57:00.136Z
462025-01-28T16:57:00.141Z
472025-01-28T16:57:00.141ZRust is installed now. Great!
482025-01-28T16:57:00.141Z
492025-01-28T16:57:00.141ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-28T16:57:00.141Zenvironment variable. This has not been done automatically.
512025-01-28T16:57:00.142Z
522025-01-28T16:57:00.142ZTo configure your current shell, you need to source
532025-01-28T16:57:00.142Zthe corresponding env file under $HOME/.cargo.
542025-01-28T16:57:00.142Z
552025-01-28T16:57:00.142ZThis is usually done by running one of the following (note the leading DOT):
562025-01-28T16:57:00.142Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-28T16:57:00.142Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-28T16:57:00.213Z+ rustc --version
592025-01-28T16:57:00.279Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-28T16:57:00.283Zprocess exited: duration 26339 ms, exit code 0
 
612025-01-28T16:57:00.289Zstarting task 2: "authentication"
622025-01-28T16:57:00.311Zprocess exited: duration 20 ms, exit code 0
 
632025-01-28T16:57:00.319Zstarting task 3: "clone repository"
642025-01-28T16:57:00.322Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-28T16:57:00.325Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-28T16:57:00.448ZCloning into '/work/oxidecomputer/omicron'...
672025-01-28T16:57:07.954Z+ cd /work/oxidecomputer/omicron
682025-01-28T16:57:07.955Z+ git fetch origin ad6017af3ddfa55b4d756724580bafe146b7c617
692025-01-28T16:57:08.287ZFrom https://github.com/oxidecomputer/omicron
702025-01-28T16:57:08.287Z * branch ad6017af3ddfa55b4d756724580bafe146b7c617 -> FETCH_HEAD
712025-01-28T16:57:08.296Z+ [[ -n john/crucible-dataset-rendezvous ]]
722025-01-28T16:57:08.299Z++ git branch --show-current
732025-01-28T16:57:08.302Z+ current=main
742025-01-28T16:57:08.302Z+ [[ main != john/crucible-dataset-rendezvous ]]
752025-01-28T16:57:08.302Z+ git branch -f john/crucible-dataset-rendezvous ad6017af3ddfa55b4d756724580bafe146b7c617
762025-01-28T16:57:08.306Z+ git checkout -f john/crucible-dataset-rendezvous
772025-01-28T16:57:08.481ZSwitched to branch 'john/crucible-dataset-rendezvous'
782025-01-28T16:57:08.488Z+ git reset --hard ad6017af3ddfa55b4d756724580bafe146b7c617
792025-01-28T16:57:08.498ZHEAD is now at ad6017af3 cargo fmt
802025-01-28T16:57:08.501Zprocess exited: duration 8181 ms, exit code 0
 
812025-01-28T16:57:08.507Zstarting task 4: "build"
822025-01-28T16:57:08.514Z+ source .github/buildomat/ci-env.sh
832025-01-28T16:57:08.514Z++ export CARGO_TERM_COLOR=always
842025-01-28T16:57:08.520Z++ CARGO_TERM_COLOR=always
852025-01-28T16:57:08.520Z+ cargo --version
862025-01-28T16:57:08.571Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-28T16:57:08.574Z+ rustc --version
882025-01-28T16:57:08.634Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-28T16:57:08.641Z+ WORK=/work
902025-01-28T16:57:08.641Z+ pfexec mkdir -p /work
912025-01-28T16:57:08.645Z+ pfexec chown build /work
922025-01-28T16:57:08.645Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932025-01-28T16:57:14.508Zpkg list: illegal option -- F
942025-01-28T16:57:14.508ZUsage:
952025-01-28T16:57:14.512Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
962025-01-28T16:57:14.513Z [pkg_fmri_pattern ...]
972025-01-28T16:57:15.333Zpkg list: illegal option -- F
982025-01-28T16:57:15.333ZUsage:
992025-01-28T16:57:15.336Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1002025-01-28T16:57:15.337Z [pkg_fmri_pattern ...]
1012025-01-28T16:57:22.167Z Startup: Refreshing catalog 'helios-dev' ... Done
1022025-01-28T16:57:26.427Z Startup: Caching catalogs ... Done
1032025-01-28T16:57:37.556ZPlanning: Solver setup ... Done (10.326s)
1042025-01-28T16:57:37.700ZPlanning: Running solver ... Done (0.145s)
1052025-01-28T16:57:38.050ZPlanning: Finding local manifests ... Done (0.248s)
1062025-01-28T16:57:38.087ZPlanning: Fetching manifests: 0/7 0% complete
1072025-01-28T16:57:38.870ZPlanning: Fetching manifests: 7/7 100% complete
1082025-01-28T16:57:39.341ZPlanning: Package planning ... Done (0.470s)
1092025-01-28T16:57:39.397ZPlanning: Merging actions ... Done (0.057s)
1102025-01-28T16:57:40.037ZPlanning: Checking for conflicting actions ... Done (0.640s)
1112025-01-28T16:57:45.461ZPlanning: Consolidating action changes ... Done (5.419s)
1122025-01-28T16:57:45.898ZPlanning: Evaluating mediators ... Done (0.441s)
1132025-01-28T16:57:46.049ZPlanning: Planning completed in 19.52 seconds
1142025-01-28T16:57:46.067Z Packages to install: 4
1152025-01-28T16:57:46.067Z Packages to update: 3
1162025-01-28T16:57:46.069Z Mediators to change: 2
1172025-01-28T16:57:46.069Z Services to change: 1
1182025-01-28T16:57:46.069Z Estimated space available: 155.61 GB
1192025-01-28T16:57:46.069ZEstimated space to be consumed: 1.64 GB
1202025-01-28T16:57:46.069Z Create boot environment: No
1212025-01-28T16:57:46.070ZCreate backup boot environment: Yes
1222025-01-28T16:57:46.070Z Rebuild boot archive: No
1232025-01-28T16:57:46.070Z
1242025-01-28T16:57:46.070ZChanged mediators:
1252025-01-28T16:57:46.070Z mediator clang:
1262025-01-28T16:57:46.070Z version: None -> 15 (system default)
1272025-01-28T16:57:46.070Z
1282025-01-28T16:57:46.070Z mediator llvm:
1292025-01-28T16:57:46.070Z version: 14 (system default) -> 15 (system default)
1302025-01-28T16:57:46.070Z
1312025-01-28T16:57:46.070ZChanged packages:
1322025-01-28T16:57:46.070Zhelios-dev
1332025-01-28T16:57:46.070Z developer/build-essential
1342025-01-28T16:57:46.070Z None -> 11-2.0
1352025-01-28T16:57:46.070Z library/libxmlsec1
1362025-01-28T16:57:46.070Z None -> 1.2.35-2.0
1372025-01-28T16:57:46.070Z ooce/developer/clang-15
1382025-01-28T16:57:46.070Z None -> 15.0.7-2.0
1392025-01-28T16:57:46.070Z ooce/developer/llvm-15
1402025-01-28T16:57:46.070Z None -> 15.0.7-2.0
1412025-01-28T16:57:46.070Z package/pkg
1422025-01-28T16:57:46.070Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1432025-01-28T16:57:46.070Z system/library/g++-runtime
1442025-01-28T16:57:46.070Z 13-2.0 -> 14-2.0
1452025-01-28T16:57:46.070Z system/library/gcc-runtime
1462025-01-28T16:57:46.070Z 13-2.0 -> 14-2.0
1472025-01-28T16:57:46.070Z
1482025-01-28T16:57:46.070ZServices:
1492025-01-28T16:57:46.070Z restart_fmri:
1502025-01-28T16:57:46.070Z svc:/system/update-man-index:default
1512025-01-28T16:57:46.070Z
1522025-01-28T16:57:46.070ZEditable files to change:
1532025-01-28T16:57:46.070Z Update:
1542025-01-28T16:57:46.070Z usr/share/lib/pkg/web/config.shtml
1552025-01-28T16:57:46.528Z
1562025-01-28T16:57:46.528ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1572025-01-28T16:57:51.543ZDownload: 717/4301 items 18.2/225.4MB 8% complete (3.8M/s)
1582025-01-28T16:57:57.012ZDownload: 1198/4301 items 83.5/225.4MB 37% complete (10.2M/s)
1592025-01-28T16:58:02.012ZDownload: 1913/4301 items 117.9/225.4MB 52% complete (9.9M/s)
1602025-01-28T16:58:07.013ZDownload: 3117/4301 items 127.5/225.4MB 56% complete (4.3M/s)
1612025-01-28T16:58:13.226ZDownload: 3280/4301 items 210.5/225.4MB 93% complete (9.2M/s)
1622025-01-28T16:58:18.228ZDownload: 4297/4301 items 225.3/225.4MB 99% complete (6.9M/s)
1632025-01-28T16:58:19.812ZDownload: Completed 225.42 MB in 33.28 seconds (6.8M/s)
1642025-01-28T16:58:21.926Z Actions: 1/5122 actions (Removing old actions)
1652025-01-28T16:58:21.951Z Actions: 194/5122 actions (Installing new actions)
1662025-01-28T16:58:27.181Z Actions: 4143/5122 actions (Installing new actions)
1672025-01-28T16:58:27.755Z Actions: 4267/5122 actions (Updating modified actions)
1682025-01-28T16:58:28.400Z Actions: Completed 5122 actions in 6.47 seconds.
1692025-01-28T16:58:28.796Z Done (0.392s)
1702025-01-28T16:58:28.802Z Done (0.002s)
1712025-01-28T16:58:29.390Z Done (0.593s)
1722025-01-28T16:58:35.355Z Done (5.722s)
1732025-01-28T16:58:35.644Z Done (0.224s)
1742025-01-28T16:58:35.647Z Done (0.000s)
1752025-01-28T16:58:35.799Z Done (0.000s)
1762025-01-28T16:58:36.510ZPlanning: Evaluating mediator changes ... Done
1772025-01-28T16:58:36.653ZPlanning: Checking for conflicting actions ... Done
1782025-01-28T16:58:36.657ZPlanning: Consolidating action changes ... Done
1792025-01-28T16:58:36.921ZPlanning: Evaluating mediators ... Done
1802025-01-28T16:58:36.925ZPlanning: Planning completed in 0.43 seconds
1812025-01-28T16:58:36.959Z Mediators to change: 2
1822025-01-28T16:58:36.959Z Create boot environment: No
1832025-01-28T16:58:36.963ZCreate backup boot environment: No
1842025-01-28T16:58:37.039Z Done
1852025-01-28T16:58:37.039Z Done
1862025-01-28T16:58:37.400Z Done
1872025-01-28T16:58:40.954Z Done
1882025-01-28T16:58:41.038Z Done
1892025-01-28T16:58:41.041Z Done
1902025-01-28T16:58:41.152Z Done
1912025-01-28T16:58:41.756ZPlanning: Evaluating mediator changes ... Done
1922025-01-28T16:58:41.759ZPlanning: Merging actions ... Done
1932025-01-28T16:58:41.946ZPlanning: Checking for conflicting actions ... Done
1942025-01-28T16:58:41.949ZPlanning: Consolidating action changes ... Done
1952025-01-28T16:58:42.215ZPlanning: Evaluating mediators ... Done
1962025-01-28T16:58:42.271ZPlanning: Planning completed in 0.76 seconds
1972025-01-28T16:58:42.313Z Packages to change: 1
1982025-01-28T16:58:42.315Z Mediators to change: 1
1992025-01-28T16:58:42.315Z Services to change: 1
2002025-01-28T16:58:42.315Z Create boot environment: No
2012025-01-28T16:58:42.315ZCreate backup boot environment: Yes
2022025-01-28T16:58:44.531Z Actions: 1/6 actions (Updating modified actions)
2032025-01-28T16:58:44.604Z Actions: Completed 6 actions in 0.08 seconds.
2042025-01-28T16:58:44.609Z Done
2052025-01-28T16:58:44.609Z Done
2062025-01-28T16:58:44.717Z Done
2072025-01-28T16:58:48.278Z Done
2082025-01-28T16:58:48.371Z Done
2092025-01-28T16:58:48.374Z Done
2102025-01-28T16:58:48.507Z Done
2112025-01-28T16:58:48.929ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2122025-01-28T16:58:48.929Zclang system 15 system
2132025-01-28T16:58:48.929Zcsh system system illumos
2142025-01-28T16:58:48.929Zctags system system illumos
2152025-01-28T16:58:48.930Zgcc vendor 12 vendor
2162025-01-28T16:58:48.930Zgcc system 10 system
2172025-01-28T16:58:48.930Zgcc system 7 system
2182025-01-28T16:58:48.930Zgo system 1.20 system
2192025-01-28T16:58:48.930Zgo system 1.19 system
2202025-01-28T16:58:48.930Zllvm system 15 system
2212025-01-28T16:58:48.930Zllvm system 14 system
2222025-01-28T16:58:48.930Zmariadb system 10.6 system
2232025-01-28T16:58:48.930Zmta vendor vendor dma
2242025-01-28T16:58:48.930Zopenjdk system 17 system
2252025-01-28T16:58:48.930Zopenjdk system 11 system
2262025-01-28T16:58:48.930Zopenjdk system 1.8 system
2272025-01-28T16:58:48.930Zopenssl vendor 3 vendor
2282025-01-28T16:58:48.930Zperl system 5.36 system
2292025-01-28T16:58:48.930Zpostgresql system 15 system
2302025-01-28T16:58:48.930Zpostgresql system 13 system
2312025-01-28T16:58:48.930Zpython vendor 3 vendor
2322025-01-28T16:58:48.930Zpython system 2 system
2332025-01-28T16:58:48.930Zpython3 system 3.11 system
2342025-01-28T16:58:48.930Zruby system 3.0 system
2352025-01-28T16:58:48.930Zwords vendor vendor american-english
2362025-01-28T16:58:48.930Zwords system system australian-english
2372025-01-28T16:58:48.930Zwords system system british-english
2382025-01-28T16:58:48.930Zwords system system canadian-english
2392025-01-28T16:58:48.930Zwords system system french
2402025-01-28T16:58:48.930Zwords system system italian
2412025-01-28T16:58:48.931Zwords system system ngerman
2422025-01-28T16:58:48.931Zwords system system ogerman
2432025-01-28T16:58:48.931Zwords system system spanish
2442025-01-28T16:58:49.254ZPUBLISHER TYPE STATUS P LOCATION
2452025-01-28T16:58:49.254Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2462025-01-28T16:58:52.007ZFMRI IFO
2472025-01-28T16:58:52.007Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2482025-01-28T16:58:52.007Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2492025-01-28T16:58:52.007Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2502025-01-28T16:58:52.007Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2512025-01-28T16:58:52.007Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2522025-01-28T16:58:52.007Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2532025-01-28T16:58:52.007Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2542025-01-28T16:58:52.007Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2552025-01-28T16:58:52.007Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2562025-01-28T16:58:52.007Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2572025-01-28T16:58:52.007Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2582025-01-28T16:58:52.008Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2592025-01-28T16:58:52.008Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2602025-01-28T16:58:52.008Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2612025-01-28T16:58:52.008Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2622025-01-28T16:58:52.751Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2632025-01-28T16:58:53.070Z Updating crates.io index
2642025-01-28T16:58:53.073Z Updating git repository `https://github.com/oxidecomputer/diffus`
2652025-01-28T16:58:53.427Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2662025-01-28T16:58:53.994Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2672025-01-28T16:58:54.327Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2682025-01-28T16:58:54.619Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2692025-01-28T16:58:54.906Z Updating git repository `https://github.com/oxidecomputer/propolis`
2702025-01-28T16:58:55.929Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712025-01-28T16:58:57.607Z Updating git repository `https://github.com/oxidecomputer/opte`
2722025-01-28T16:58:58.330Z Updating git repository `https://github.com/oxidecomputer/falcon`
2732025-01-28T16:58:59.140Z Updating git repository `https://github.com/oxidecomputer/clickward`
2742025-01-28T16:58:59.467Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2752025-01-28T16:58:59.783Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2762025-01-28T16:59:00.474Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2772025-01-28T16:59:00.816Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2782025-01-28T16:59:01.219Z Updating git repository `https://github.com/oxidecomputer/tofino`
2792025-01-28T16:59:01.511Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2802025-01-28T16:59:01.756Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2812025-01-28T16:59:02.020Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2822025-01-28T16:59:02.293Z Updating git repository `https://github.com/oxidecomputer/lldp`
2832025-01-28T16:59:02.663Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2842025-01-28T16:59:02.946Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852025-01-28T16:59:03.387Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862025-01-28T16:59:03.726Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2872025-01-28T16:59:04.171Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882025-01-28T16:59:04.673Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892025-01-28T16:59:04.987Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2902025-01-28T16:59:05.408Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912025-01-28T16:59:05.771Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2922025-01-28T16:59:06.514Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932025-01-28T16:59:06.786Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942025-01-28T16:59:07.063Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952025-01-28T16:59:08.236Z Downloading crates ...
2962025-01-28T16:59:08.351Z Downloaded scroll_derive v0.12.0
2972025-01-28T16:59:08.353Z Downloaded camino-tempfile v1.1.1
2982025-01-28T16:59:08.356Z Downloaded cargo-platform v0.1.8
2992025-01-28T16:59:08.356Z Downloaded bytecount v0.6.8
3002025-01-28T16:59:08.359Z Downloaded autocfg v1.4.0
3012025-01-28T16:59:08.361Z Downloaded anstyle-query v1.1.1
3022025-01-28T16:59:08.361Z Downloaded usdt-attr-macro v0.5.0
3032025-01-28T16:59:08.361Z Downloaded swrite v0.1.0
3042025-01-28T16:59:08.364Z Downloaded anstyle-parse v0.2.5
3052025-01-28T16:59:08.364Z Downloaded usdt-macro v0.5.0
3062025-01-28T16:59:08.366Z Downloaded byteorder v1.5.0
3072025-01-28T16:59:08.366Z Downloaded block-buffer v0.10.4
3082025-01-28T16:59:08.369Z Downloaded anstyle v1.0.10
3092025-01-28T16:59:08.369Z Downloaded dtrace-parser v0.2.0
3102025-01-28T16:59:08.375Z Downloaded version_check v0.9.5
3112025-01-28T16:59:08.378Z Downloaded unicode-linebreak v0.1.5
3122025-01-28T16:59:08.380Z Downloaded pretty-hex v0.4.1
3132025-01-28T16:59:08.384Z Downloaded tabled_derive v0.7.0
3142025-01-28T16:59:08.384Z Downloaded fnv v1.0.7
3152025-01-28T16:59:08.384Z Downloaded clap_lex v0.7.4
3162025-01-28T16:59:08.387Z Downloaded proc-macro-error-attr v1.0.4
3172025-01-28T16:59:08.387Z Downloaded terminal_size v0.4.0
3182025-01-28T16:59:08.390Z Downloaded serde_spanned v0.6.8
3192025-01-28T16:59:08.390Z Downloaded fs-err v2.11.0
3202025-01-28T16:59:08.392Z Downloaded equivalent v1.0.1
3212025-01-28T16:59:08.392Z Downloaded digest v0.10.7
3222025-01-28T16:59:08.395Z Downloaded crypto-common v0.1.6
3232025-01-28T16:59:08.395Z Downloaded colorchoice v1.0.2
3242025-01-28T16:59:08.398Z Downloaded cfg-if v1.0.0
3252025-01-28T16:59:08.401Z Downloaded pest_generator v2.7.14
3262025-01-28T16:59:08.406Z Downloaded thiserror-impl v1.0.69
3272025-01-28T16:59:08.409Z Downloaded utf8parse v0.2.2
3282025-01-28T16:59:08.412Z Downloaded macaddr v1.0.1
3292025-01-28T16:59:08.413Z Downloaded heck v0.4.1
3302025-01-28T16:59:08.416Z Downloaded toml_datetime v0.6.8
3312025-01-28T16:59:08.416Z Downloaded cargo_metadata v0.18.1
3322025-01-28T16:59:08.419Z Downloaded fastrand v2.1.1
3332025-01-28T16:59:08.419Z Downloaded is_terminal_polyfill v1.70.1
3342025-01-28T16:59:08.419Z Downloaded errno v0.3.9
3352025-01-28T16:59:08.422Z Downloaded smawk v0.3.2
3362025-01-28T16:59:08.422Z Downloaded heck v0.5.0
3372025-01-28T16:59:08.422Z Downloaded generic-array v0.14.7
3382025-01-28T16:59:08.425Z Downloaded plain v0.2.3
3392025-01-28T16:59:08.425Z Downloaded itoa v1.0.11
3402025-01-28T16:59:08.429Z Downloaded scroll v0.12.0
3412025-01-28T16:59:08.429Z Downloaded cpufeatures v0.2.14
3422025-01-28T16:59:08.433Z Downloaded memmap v0.7.0
3432025-01-28T16:59:08.433Z Downloaded strsim v0.11.1
3442025-01-28T16:59:08.433Z Downloaded thread-id v4.2.2
3452025-01-28T16:59:08.436Z Downloaded usdt v0.5.0
3462025-01-28T16:59:08.439Z Downloaded pest_derive v2.7.14
3472025-01-28T16:59:08.442Z Downloaded serde_tokenstream v0.2.2
3482025-01-28T16:59:08.444Z Downloaded proc-macro-error v1.0.4
3492025-01-28T16:59:08.447Z Downloaded quote v1.0.38
3502025-01-28T16:59:08.450Z Downloaded semver v1.0.24
3512025-01-28T16:59:08.456Z Downloaded zerocopy-derive v0.7.35
3522025-01-28T16:59:08.460Z Downloaded camino v1.1.9
3532025-01-28T16:59:08.463Z Downloaded anyhow v1.0.95
3542025-01-28T16:59:08.465Z Downloaded usdt-impl v0.5.0
3552025-01-28T16:59:08.468Z Downloaded sha2 v0.10.8
3562025-01-28T16:59:08.471Z Downloaded dof v0.3.0
3572025-01-28T16:59:08.471Z Downloaded clap_derive v4.5.24
3582025-01-28T16:59:08.473Z Downloaded cargo_toml v0.20.5
3592025-01-28T16:59:08.476Z Downloaded thiserror v1.0.69
3602025-01-28T16:59:08.479Z Downloaded ucd-trie v0.1.7
3612025-01-28T16:59:08.482Z Downloaded pest_meta v2.7.14
3622025-01-28T16:59:08.482Z Downloaded bitflags v2.6.0
3632025-01-28T16:59:08.485Z Downloaded proc-macro2 v1.0.92
3642025-01-28T16:59:08.488Z Downloaded ryu v1.0.18
3652025-01-28T16:59:08.491Z Downloaded unicode-ident v1.0.14
3662025-01-28T16:59:08.494Z Downloaded tempfile v3.13.0
3672025-01-28T16:59:08.497Z Downloaded clap v4.5.27
3682025-01-28T16:59:08.504Z Downloaded typenum v1.17.0
3692025-01-28T16:59:08.507Z Downloaded toml v0.8.19
3702025-01-28T16:59:08.510Z Downloaded textwrap v0.16.1
3712025-01-28T16:59:08.513Z Downloaded once_cell v1.20.2
3722025-01-28T16:59:08.515Z Downloaded log v0.4.22
3732025-01-28T16:59:08.518Z Downloaded papergrid v0.11.0
3742025-01-28T16:59:08.522Z Downloaded anstream v0.6.15
3752025-01-28T16:59:08.525Z Downloaded serde_derive v1.0.217
3762025-01-28T16:59:08.529Z Downloaded indexmap v2.7.0
3772025-01-28T16:59:08.534Z Downloaded serde v1.0.217
3782025-01-28T16:59:08.555Z Downloaded memchr v2.7.4
3792025-01-28T16:59:08.564Z Downloaded toml_edit v0.22.22
3802025-01-28T16:59:08.594Z Downloaded pest v2.7.14
3812025-01-28T16:59:08.603Z Downloaded hashbrown v0.15.1
3822025-01-28T16:59:08.608Z Downloaded zerocopy v0.7.35
3832025-01-28T16:59:08.622Z Downloaded serde_json v1.0.135
3842025-01-28T16:59:08.629Z Downloaded winnow v0.6.20
3852025-01-28T16:59:08.637Z Downloaded goblin v0.8.2
3862025-01-28T16:59:08.644Z Downloaded clap_builder v4.5.27
3872025-01-28T16:59:08.649Z Downloaded tabled v0.15.0
3882025-01-28T16:59:08.663Z Downloaded syn v1.0.109
3892025-01-28T16:59:08.672Z Downloaded syn v2.0.96
3902025-01-28T16:59:08.683Z Downloaded unicode-width v0.1.14
3912025-01-28T16:59:08.688Z Downloaded rustix v0.38.37
3922025-01-28T16:59:08.718Z Downloaded libc v0.2.169
3932025-01-28T16:59:09.027Z Compiling proc-macro2 v1.0.92
3942025-01-28T16:59:09.027Z Compiling unicode-ident v1.0.14
3952025-01-28T16:59:09.030Z Compiling serde v1.0.217
3962025-01-28T16:59:09.030Z Compiling version_check v0.9.5
3972025-01-28T16:59:09.030Z Compiling thiserror v1.0.69
3982025-01-28T16:59:09.030Z Compiling memchr v2.7.4
3992025-01-28T16:59:09.063Z Compiling libc v0.2.169
4002025-01-28T16:59:09.065Z Compiling itoa v1.0.11
4012025-01-28T16:59:09.285Z Compiling ryu v1.0.18
4022025-01-28T16:59:09.332Z Compiling ucd-trie v0.1.7
4032025-01-28T16:59:09.889Z Compiling once_cell v1.20.2
4042025-01-28T16:59:09.891Z Compiling byteorder v1.5.0
4052025-01-28T16:59:09.942Z Compiling serde_json v1.0.135
4062025-01-28T16:59:10.208Z Compiling rustix v0.38.37
4072025-01-28T16:59:10.296Z Compiling bitflags v2.6.0
4082025-01-28T16:59:10.345Z Compiling proc-macro-error-attr v1.0.4
4092025-01-28T16:59:10.607Z Compiling usdt-impl v0.5.0
4102025-01-28T16:59:10.659Z Compiling syn v1.0.109
4112025-01-28T16:59:10.714Z Compiling proc-macro-error v1.0.4
4122025-01-28T16:59:10.765Z Compiling camino v1.1.9
4132025-01-28T16:59:10.940Z Compiling quote v1.0.38
4142025-01-28T16:59:11.001Z Compiling errno v0.3.9
4152025-01-28T16:59:11.166Z Compiling log v0.4.22
4162025-01-28T16:59:11.247Z Compiling utf8parse v0.2.2
4172025-01-28T16:59:11.288Z Compiling syn v2.0.96
4182025-01-28T16:59:11.335Z Compiling plain v0.2.3
4192025-01-28T16:59:11.425Z Compiling equivalent v1.0.1
4202025-01-28T16:59:11.510Z Compiling thread-id v4.2.2
4212025-01-28T16:59:11.512Z Compiling hashbrown v0.15.1
4222025-01-28T16:59:11.558Z Compiling anstyle-parse v0.2.5
4232025-01-28T16:59:11.811Z Compiling pretty-hex v0.4.1
4242025-01-28T16:59:11.852Z Compiling winnow v0.6.20
4252025-01-28T16:59:12.013Z Compiling unicode-width v0.1.14
4262025-01-28T16:59:12.038Z Compiling anstyle-query v1.1.1
4272025-01-28T16:59:12.189Z Compiling autocfg v1.4.0
4282025-01-28T16:59:12.420Z Compiling anstyle v1.0.10
4292025-01-28T16:59:12.509Z Compiling indexmap v2.7.0
4302025-01-28T16:59:12.591Z Compiling is_terminal_polyfill v1.70.1
4312025-01-28T16:59:12.736Z Compiling colorchoice v1.0.2
4322025-01-28T16:59:12.865Z Compiling semver v1.0.24
4332025-01-28T16:59:12.911Z Compiling anstream v0.6.15
4342025-01-28T16:59:13.148Z Compiling fs-err v2.11.0
4352025-01-28T16:59:13.461Z Compiling terminal_size v0.4.0
4362025-01-28T16:59:13.663Z Compiling cfg-if v1.0.0
4372025-01-28T16:59:13.695Z Compiling heck v0.4.1
4382025-01-28T16:59:13.717Z Compiling fnv v1.0.7
4392025-01-28T16:59:13.741Z Compiling bytecount v0.6.8
4402025-01-28T16:59:13.774Z Compiling strsim v0.11.1
4412025-01-28T16:59:13.856Z Compiling heck v0.5.0
4422025-01-28T16:59:13.955Z Compiling clap_lex v0.7.4
4432025-01-28T16:59:14.126Z Compiling fastrand v2.1.1
4442025-01-28T16:59:14.357Z Compiling anyhow v1.0.95
4452025-01-28T16:59:14.413Z Compiling clap_builder v4.5.27
4462025-01-28T16:59:14.551Z Compiling tempfile v3.13.0
4472025-01-28T16:59:14.651Z Compiling papergrid v0.11.0
4482025-01-28T16:59:14.987Z Compiling memmap v0.7.0
4492025-01-28T16:59:15.216Z Compiling unicode-linebreak v0.1.5
4502025-01-28T16:59:15.306Z Compiling smawk v0.3.2
4512025-01-28T16:59:15.530Z Compiling swrite v0.1.0
4522025-01-28T16:59:15.672Z Compiling textwrap v0.16.1
4532025-01-28T16:59:16.398Z Compiling tabled_derive v0.7.0
4542025-01-28T16:59:17.948Z Compiling tabled v0.15.0
4552025-01-28T16:59:18.030Z Compiling serde_derive v1.0.217
4562025-01-28T16:59:18.030Z Compiling thiserror-impl v1.0.69
4572025-01-28T16:59:18.042Z Compiling zerocopy-derive v0.7.35
4582025-01-28T16:59:18.042Z Compiling scroll_derive v0.12.0
4592025-01-28T16:59:18.280Z Compiling clap_derive v4.5.24
4602025-01-28T16:59:19.519Z Compiling scroll v0.12.0
4612025-01-28T16:59:20.007Z Compiling goblin v0.8.2
4622025-01-28T16:59:20.085Z Compiling zerocopy v0.7.35
4632025-01-28T16:59:20.861Z Compiling pest v2.7.14
4642025-01-28T16:59:21.508Z Compiling clap v4.5.27
4652025-01-28T16:59:22.981Z Compiling pest_meta v2.7.14
4662025-01-28T16:59:23.967Z Compiling pest_generator v2.7.14
4672025-01-28T16:59:25.363Z Compiling pest_derive v2.7.14
4682025-01-28T16:59:25.950Z Compiling dtrace-parser v0.2.0
4692025-01-28T16:59:26.736Z Compiling serde_tokenstream v0.2.2
4702025-01-28T16:59:26.822Z Compiling serde_spanned v0.6.8
4712025-01-28T16:59:26.824Z Compiling toml_datetime v0.6.8
4722025-01-28T16:59:27.066Z Compiling cargo-platform v0.1.8
4732025-01-28T16:59:27.125Z Compiling macaddr v1.0.1
4742025-01-28T16:59:27.293Z Compiling toml_edit v0.22.22
4752025-01-28T16:59:27.457Z Compiling camino-tempfile v1.1.1
4762025-01-28T16:59:28.081Z Compiling dof v0.3.0
4772025-01-28T16:59:28.194Z Compiling cargo_metadata v0.18.1
4782025-01-28T16:59:29.435Z Compiling usdt-attr-macro v0.5.0
4792025-01-28T16:59:29.438Z Compiling usdt-macro v0.5.0
4802025-01-28T16:59:30.092Z Compiling toml v0.8.19
4812025-01-28T16:59:30.473Z Compiling usdt v0.5.0
4822025-01-28T16:59:30.839Z Compiling cargo_toml v0.20.5
4832025-01-28T16:59:33.413Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4842025-01-28T16:59:36.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.95s
4852025-01-28T16:59:36.754Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4862025-01-28T16:59:37.269Z Downloading crates ...
4872025-01-28T16:59:37.376Z Downloaded array-init v0.0.4
4882025-01-28T16:59:37.384Z Downloaded allocator-api2 v0.2.18
4892025-01-28T16:59:37.388Z Downloaded aead v0.5.2
4902025-01-28T16:59:37.391Z Downloaded ciborium-io v0.2.2
4912025-01-28T16:59:37.393Z Downloaded adler2 v2.0.0
4922025-01-28T16:59:37.396Z Downloaded atomicwrites v0.4.4
4932025-01-28T16:59:37.396Z Downloaded atty v0.2.14
4942025-01-28T16:59:37.400Z Downloaded cstr-argument v0.1.2
4952025-01-28T16:59:37.402Z Downloaded cfg_aliases v0.2.1
4962025-01-28T16:59:37.406Z Downloaded darling v0.20.10
4972025-01-28T16:59:37.411Z Downloaded crunchy v0.2.2
4982025-01-28T16:59:37.413Z Downloaded assert_matches v1.5.0
4992025-01-28T16:59:37.416Z Downloaded cfg_aliases v0.1.1
5002025-01-28T16:59:37.421Z Downloaded async-stream-impl v0.3.6
5012025-01-28T16:59:37.428Z Downloaded crucible-workspace-hack v0.1.0
5022025-01-28T16:59:37.431Z Downloaded async-stream v0.3.6
5032025-01-28T16:59:37.434Z Downloaded async-recursion v1.1.1
5042025-01-28T16:59:37.438Z Downloaded chacha20 v0.9.1
5052025-01-28T16:59:37.441Z Downloaded crc-catalog v2.4.0
5062025-01-28T16:59:37.443Z Downloaded bit-set v0.5.3
5072025-01-28T16:59:37.443Z Downloaded chrono-tz-build v0.4.0
5082025-01-28T16:59:37.446Z Downloaded block-padding v0.3.3
5092025-01-28T16:59:37.446Z Downloaded bb8 v0.8.5
5102025-01-28T16:59:37.449Z Downloaded curve25519-dalek-derive v0.1.1
5112025-01-28T16:59:37.449Z Downloaded cmake v0.1.51
5122025-01-28T16:59:37.454Z Downloaded cexpr v0.6.0
5132025-01-28T16:59:37.454Z Downloaded ctr v0.9.2
5142025-01-28T16:59:37.457Z Downloaded crc v3.2.1
5152025-01-28T16:59:37.457Z Downloaded buf-list v1.0.3
5162025-01-28T16:59:37.460Z Downloaded cobs v0.2.3
5172025-01-28T16:59:37.462Z Downloaded cbc v0.1.2
5182025-01-28T16:59:37.462Z Downloaded bitfield v0.14.0
5192025-01-28T16:59:37.465Z Downloaded bit-vec v0.6.3
5202025-01-28T16:59:37.465Z Downloaded constant_time_eq v0.3.1
5212025-01-28T16:59:37.467Z Downloaded atomic-waker v1.1.2
5222025-01-28T16:59:37.468Z Downloaded bcrypt-pbkdf v0.10.0
5232025-01-28T16:59:37.471Z Downloaded ascii-canvas v3.0.0
5242025-01-28T16:59:37.471Z Downloaded blowfish v0.9.1
5252025-01-28T16:59:37.474Z Downloaded base16ct v0.2.0
5262025-01-28T16:59:37.474Z Downloaded castaway v0.2.3
5272025-01-28T16:59:37.476Z Downloaded addr2line v0.24.2
5282025-01-28T16:59:37.479Z Downloaded http-body-util v0.1.2
5292025-01-28T16:59:37.481Z Downloaded http-range v0.1.5
5302025-01-28T16:59:37.481Z Downloaded colored v2.1.0
5312025-01-28T16:59:37.484Z Downloaded bitflags v1.3.2
5322025-01-28T16:59:37.487Z Downloaded rustc-hash v1.1.0
5332025-01-28T16:59:37.490Z Downloaded crossbeam-deque v0.8.5
5342025-01-28T16:59:37.493Z Downloaded cassowary v0.3.0
5352025-01-28T16:59:37.493Z Downloaded hubpack_derive v0.1.1
5362025-01-28T16:59:37.496Z Downloaded hostname v0.3.1
5372025-01-28T16:59:37.496Z Downloaded hubpack v0.1.2
5382025-01-28T16:59:37.499Z Downloaded backoff v0.4.0
5392025-01-28T16:59:37.504Z Downloaded iana-time-zone v0.1.61
5402025-01-28T16:59:37.507Z Downloaded ciborium v0.2.2
5412025-01-28T16:59:37.507Z Downloaded icu_locid_transform_data v1.5.0
5422025-01-28T16:59:37.509Z Downloaded humantime v2.1.0
5432025-01-28T16:59:37.509Z Downloaded async-bb8-diesel v0.2.1
5442025-01-28T16:59:37.512Z Downloaded arrayvec v0.7.6
5452025-01-28T16:59:37.514Z Downloaded hyper-tls v0.6.0
5462025-01-28T16:59:37.517Z Downloaded arrayref v0.3.9
5472025-01-28T16:59:37.520Z Downloaded httpdate v1.0.3
5482025-01-28T16:59:37.520Z Downloaded base64ct v1.6.0
5492025-01-28T16:59:37.522Z Downloaded bzip2 v0.4.4
5502025-01-28T16:59:37.525Z Downloaded sigpipe v0.1.3
5512025-01-28T16:59:37.528Z Downloaded icu_locid_transform v1.5.0
5522025-01-28T16:59:37.530Z Downloaded icu_locid v1.5.0
5532025-01-28T16:59:37.534Z Downloaded psl-types v2.0.11
5542025-01-28T16:59:37.536Z Downloaded const_format_proc_macros v0.2.34
5552025-01-28T16:59:37.539Z Downloaded rand_chacha v0.3.1
5562025-01-28T16:59:37.542Z Downloaded hyper-util v0.1.10
5572025-01-28T16:59:37.545Z Downloaded sync_wrapper v1.0.1
5582025-01-28T16:59:37.547Z Downloaded sync-ptr v0.1.1
5592025-01-28T16:59:37.547Z Downloaded hickory-resolver v0.24.2
5602025-01-28T16:59:37.553Z Downloaded rustc-hash v2.0.0
5612025-01-28T16:59:37.555Z Downloaded cancel-safe-futures v0.1.5
5622025-01-28T16:59:37.558Z Downloaded icu_provider_macros v1.5.0
5632025-01-28T16:59:37.560Z Downloaded crossbeam-utils v0.8.20
5642025-01-28T16:59:37.563Z Downloaded crossbeam-epoch v0.9.18
5652025-01-28T16:59:37.567Z Downloaded blake2 v0.10.6
5662025-01-28T16:59:37.570Z Downloaded md5 v0.7.0
5672025-01-28T16:59:37.572Z Downloaded crc32fast v1.4.2
5682025-01-28T16:59:37.575Z Downloaded zone_cfg_derive v0.1.2
5692025-01-28T16:59:37.576Z Downloaded salsa20 v0.10.2
5702025-01-28T16:59:37.579Z Downloaded match_cfg v0.1.0
5712025-01-28T16:59:37.579Z Downloaded new_debug_unreachable v1.0.6
5722025-01-28T16:59:37.579Z Downloaded http-body v1.0.1
5732025-01-28T16:59:37.582Z Downloaded serde_urlencoded v0.7.1
5742025-01-28T16:59:37.582Z Downloaded convert_case v0.4.0
5752025-01-28T16:59:37.585Z Downloaded slog-stdlog v4.1.1
5762025-01-28T16:59:37.587Z Downloaded lazy_static v1.5.0
5772025-01-28T16:59:37.587Z Downloaded keccak v0.1.5
5782025-01-28T16:59:37.590Z Downloaded lalrpop-util v0.19.12
5792025-01-28T16:59:37.590Z Downloaded linked-hash-map v0.5.6
5802025-01-28T16:59:37.592Z Downloaded libefi-sys v0.1.0
5812025-01-28T16:59:37.595Z Downloaded stable_deref_trait v1.2.0
5822025-01-28T16:59:37.595Z Downloaded termios v0.3.3
5832025-01-28T16:59:37.598Z Downloaded ssh-encoding v0.2.0
5842025-01-28T16:59:37.601Z Downloaded slog-json v2.6.1
5852025-01-28T16:59:37.601Z Downloaded managed v0.8.0
5862025-01-28T16:59:37.604Z Downloaded lazycell v1.3.0
5872025-01-28T16:59:37.604Z Downloaded thiserror-no-std v2.0.2
5882025-01-28T16:59:37.608Z Downloaded mime v0.3.17
5892025-01-28T16:59:37.610Z Downloaded md-5 v0.10.6
5902025-01-28T16:59:37.614Z Downloaded nanorand v0.7.0
5912025-01-28T16:59:37.617Z Downloaded memoffset v0.9.1
5922025-01-28T16:59:37.617Z Downloaded clang-sys v1.8.1
5932025-01-28T16:59:37.620Z Downloaded foreign-types v0.3.2
5942025-01-28T16:59:37.620Z Downloaded jobserver v0.1.32
5952025-01-28T16:59:37.623Z Downloaded num-iter v0.1.45
5962025-01-28T16:59:37.628Z Downloaded oso-derive v0.27.3
5972025-01-28T16:59:37.628Z Downloaded openssl-probe v0.1.5
5982025-01-28T16:59:37.631Z Downloaded maybe-uninit v2.0.0
5992025-01-28T16:59:37.631Z Downloaded internet-checksum v0.2.1
6002025-01-28T16:59:37.631Z Downloaded headers-core v0.3.0
6012025-01-28T16:59:37.631Z Downloaded tinyvec_macros v0.1.1
6022025-01-28T16:59:37.633Z Downloaded multimap v0.10.0
6032025-01-28T16:59:37.634Z Downloaded sct v0.7.1
6042025-01-28T16:59:37.636Z Downloaded newtype_derive v0.1.6
6052025-01-28T16:59:37.641Z Downloaded impl-trait-for-tuples v0.2.2
6062025-01-28T16:59:37.643Z Downloaded is-terminal v0.4.13
6072025-01-28T16:59:37.643Z Downloaded ipnetwork v0.20.0
6082025-01-28T16:59:37.647Z Downloaded indoc v1.0.9
6092025-01-28T16:59:37.651Z Downloaded indent_write v2.2.0
6102025-01-28T16:59:37.651Z Downloaded lock_api v0.4.12
6112025-01-28T16:59:37.653Z Downloaded thiserror-impl-no-std v2.0.2
6122025-01-28T16:59:37.653Z Downloaded progenitor-client v0.9.1
6132025-01-28T16:59:37.658Z Downloaded mime_guess v2.0.5
6142025-01-28T16:59:37.660Z Downloaded memmap2 v0.9.5
6152025-01-28T16:59:37.660Z Downloaded zone v0.3.0
6162025-01-28T16:59:37.663Z Downloaded enum-as-inner v0.6.1
6172025-01-28T16:59:37.663Z Downloaded ed25519 v2.2.3
6182025-01-28T16:59:37.666Z Downloaded defmt-parser v0.3.4
6192025-01-28T16:59:37.666Z Downloaded defmt-macros v0.3.9
6202025-01-28T16:59:37.670Z Downloaded fragile v2.0.0
6212025-01-28T16:59:37.677Z Downloaded russh-cryptovec v0.7.3
6222025-01-28T16:59:37.677Z Downloaded libloading v0.8.5
6232025-01-28T16:59:37.683Z Downloaded ghash v0.5.1
6242025-01-28T16:59:37.683Z Downloaded gethostname v0.5.0
6252025-01-28T16:59:37.683Z Downloaded xz2 v0.1.7
6262025-01-28T16:59:37.683Z Downloaded static_assertions v1.1.0
6272025-01-28T16:59:37.687Z Downloaded ipnet v2.10.1
6282025-01-28T16:59:37.687Z Downloaded compact_str v0.8.0
6292025-01-28T16:59:37.690Z Downloaded yasna v0.5.2
6302025-01-28T16:59:37.694Z Downloaded multer v3.1.0
6312025-01-28T16:59:37.698Z Downloaded serde_with_macros v3.11.0
6322025-01-28T16:59:37.701Z Downloaded const_format v0.2.34
6332025-01-28T16:59:37.705Z Downloaded pin-utils v0.1.0
6342025-01-28T16:59:37.708Z Downloaded postgres-types v0.2.8
6352025-01-28T16:59:37.708Z Downloaded zerofrom v0.1.4
6362025-01-28T16:59:37.715Z Downloaded endian-type v0.1.2
6372025-01-28T16:59:37.715Z Downloaded radium v0.7.0
6382025-01-28T16:59:37.718Z Downloaded ppv-lite86 v0.2.20
6392025-01-28T16:59:37.718Z Downloaded rusty-fork v0.3.0
6402025-01-28T16:59:37.718Z Downloaded r2d2 v0.8.10
6412025-01-28T16:59:37.718Z Downloaded displaydoc v0.2.5
6422025-01-28T16:59:37.723Z Downloaded des v0.8.1
6432025-01-28T16:59:37.726Z Downloaded base64 v0.21.7
6442025-01-28T16:59:37.729Z Downloaded newtype-uuid v1.2.1
6452025-01-28T16:59:37.732Z Downloaded crossbeam-channel v0.5.13
6462025-01-28T16:59:37.735Z Downloaded spki v0.7.3
6472025-01-28T16:59:37.737Z Downloaded parse-size v1.1.0
6482025-01-28T16:59:37.740Z Downloaded slab v0.4.9
6492025-01-28T16:59:37.740Z Downloaded pretty-hex v0.2.1
6502025-01-28T16:59:37.743Z Downloaded normalize-line-endings v0.3.0
6512025-01-28T16:59:37.743Z Downloaded siphasher v0.3.11
6522025-01-28T16:59:37.746Z Downloaded tokio-macros v2.5.0
6532025-01-28T16:59:37.746Z Downloaded supports-color v3.0.1
6542025-01-28T16:59:37.750Z Downloaded openssl-macros v0.1.1
6552025-01-28T16:59:37.750Z Downloaded tabwriter v1.4.0
6562025-01-28T16:59:37.750Z Downloaded rustls-pemfile v1.0.4
6572025-01-28T16:59:37.753Z Downloaded owo-colors v4.1.0
6582025-01-28T16:59:37.755Z Downloaded arc-swap v1.7.1
6592025-01-28T16:59:37.761Z Downloaded num-rational v0.4.2
6602025-01-28T16:59:37.764Z Downloaded zerofrom-derive v0.1.4
6612025-01-28T16:59:37.764Z Downloaded utf8_iter v1.0.4
6622025-01-28T16:59:37.768Z Downloaded utf16_iter v1.0.5
6632025-01-28T16:59:37.769Z Downloaded utf-8 v0.7.6
6642025-01-28T16:59:37.771Z Downloaded untrusted v0.9.0
6652025-01-28T16:59:37.771Z Downloaded pin-project-lite v0.2.14
6662025-01-28T16:59:37.775Z Downloaded flagset v0.4.6
6672025-01-28T16:59:37.778Z Downloaded crypto-bigint v0.5.5
6682025-01-28T16:59:37.786Z Downloaded toolchain_find v0.4.0
6692025-01-28T16:59:37.789Z Downloaded time-core v0.1.2
6702025-01-28T16:59:37.789Z Downloaded yoke-derive v0.7.4
6712025-01-28T16:59:37.792Z Downloaded glob v0.3.2
6722025-01-28T16:59:37.792Z Downloaded tungstenite v0.23.0
6732025-01-28T16:59:37.795Z Downloaded predicates-tree v1.0.11
6742025-01-28T16:59:37.798Z Downloaded pkg-config v0.3.31
6752025-01-28T16:59:37.801Z Downloaded proc-macro-crate v1.3.1
6762025-01-28T16:59:37.801Z Downloaded primeorder v0.13.6
6772025-01-28T16:59:37.805Z Downloaded diesel_table_macro_syntax v0.2.0
6782025-01-28T16:59:37.805Z Downloaded nu-ansi-term v0.50.1
6792025-01-28T16:59:37.808Z Downloaded predicates-core v1.0.8
6802025-01-28T16:59:37.808Z Downloaded tokio-tungstenite v0.24.0
6812025-01-28T16:59:37.811Z Downloaded twox-hash v2.1.0
6822025-01-28T16:59:37.814Z Downloaded nodrop v0.1.14
6832025-01-28T16:59:37.826Z Downloaded progenitor-client v0.8.0
6842025-01-28T16:59:37.829Z Downloaded number_prefix v0.4.0
6852025-01-28T16:59:37.829Z Downloaded foreign-types-shared v0.1.1
6862025-01-28T16:59:37.832Z Downloaded rustfmt-wrapper v0.2.1
6872025-01-28T16:59:37.832Z Downloaded ref-cast-impl v1.0.23
6882025-01-28T16:59:37.832Z Downloaded ref-cast v1.0.23
6892025-01-28T16:59:37.837Z Downloaded unicase v2.7.0
6902025-01-28T16:59:37.840Z Downloaded rustls-pki-types v1.10.0
6912025-01-28T16:59:37.842Z Downloaded sqlparser_derive v0.2.2
6922025-01-28T16:59:37.842Z Downloaded opaque-debug v0.3.1
6932025-01-28T16:59:37.845Z Downloaded data-encoding v2.6.0
6942025-01-28T16:59:37.845Z Downloaded der_derive v0.7.3
6952025-01-28T16:59:37.848Z Downloaded structmeta v0.2.0
6962025-01-28T16:59:37.848Z Downloaded hex-literal v0.4.1
6972025-01-28T16:59:37.851Z Downloaded tls_codec_derive v0.4.1
6982025-01-28T16:59:37.854Z Downloaded slog v2.7.0
6992025-01-28T16:59:37.857Z Downloaded try-lock v0.2.5
7002025-01-28T16:59:37.857Z Downloaded rpassword v7.3.1
7012025-01-28T16:59:37.860Z Downloaded globset v0.4.15
7022025-01-28T16:59:37.860Z Downloaded num-traits v0.2.19
7032025-01-28T16:59:37.863Z Downloaded strum v0.26.3
7042025-01-28T16:59:37.866Z Downloaded heck v0.3.3
7052025-01-28T16:59:37.866Z Downloaded aes v0.8.4
7062025-01-28T16:59:37.871Z Downloaded unicode-xid v0.2.6
7072025-01-28T16:59:37.873Z Downloaded filetime v0.2.25
7082025-01-28T16:59:37.873Z Downloaded ena v0.14.3
7092025-01-28T16:59:37.877Z Downloaded zone v0.1.8
7102025-01-28T16:59:37.880Z Downloaded password-hash v0.4.2
7112025-01-28T16:59:37.880Z Downloaded typify v0.3.0
7122025-01-28T16:59:37.883Z Downloaded debug-ignore v1.0.5
7132025-01-28T16:59:37.886Z Downloaded num_threads v0.1.7
7142025-01-28T16:59:37.889Z Downloaded foreign-types-shared v0.3.1
7152025-01-28T16:59:37.889Z Downloaded futures-task v0.3.31
7162025-01-28T16:59:37.892Z Downloaded futures-sink v0.3.31
7172025-01-28T16:59:37.892Z Downloaded sha1 v0.10.6
7182025-01-28T16:59:37.895Z Downloaded minimal-lexical v0.2.1
7192025-01-28T16:59:37.899Z Downloaded crossterm v0.28.1
7202025-01-28T16:59:37.905Z Downloaded precomputed-hash v0.1.1
7212025-01-28T16:59:37.910Z Downloaded progenitor-macro v0.9.1
7222025-01-28T16:59:37.910Z Downloaded progenitor-macro v0.8.0
7232025-01-28T16:59:37.913Z Downloaded aes-gcm v0.10.3
7242025-01-28T16:59:37.916Z Downloaded tui-tree-widget v0.22.0
7252025-01-28T16:59:37.916Z Downloaded p256 v0.13.2
7262025-01-28T16:59:37.919Z Downloaded difflib v0.4.0
7272025-01-28T16:59:37.924Z Downloaded deranged v0.3.11
7282025-01-28T16:59:37.924Z Downloaded olpc-cjson v0.1.4
7292025-01-28T16:59:37.927Z Downloaded vte_generate_state_changes v0.1.2
7302025-01-28T16:59:37.927Z Downloaded hex v0.4.3
7312025-01-28T16:59:37.929Z Downloaded structmeta-derive v0.3.0
7322025-01-28T16:59:37.929Z Downloaded structmeta v0.3.0
7332025-01-28T16:59:37.932Z Downloaded unarray v0.1.4
7342025-01-28T16:59:37.932Z Downloaded http v1.2.0
7352025-01-28T16:59:37.937Z Downloaded toml v0.7.8
7362025-01-28T16:59:37.942Z Downloaded float-ord v0.3.2
7372025-01-28T16:59:37.944Z Downloaded derive_builder_macro v0.20.2
7382025-01-28T16:59:37.945Z Downloaded universal-hash v0.5.1
7392025-01-28T16:59:37.945Z Downloaded qorb v0.2.1
7402025-01-28T16:59:37.949Z Downloaded rfc6979 v0.4.0
7412025-01-28T16:59:37.952Z Downloaded packed_struct_codegen v0.10.1
7422025-01-28T16:59:37.952Z Downloaded omicron-zone-package v0.12.0
7432025-01-28T16:59:37.957Z Downloaded serde-big-array v0.5.1
7442025-01-28T16:59:37.960Z Downloaded der v0.7.9
7452025-01-28T16:59:37.964Z Downloaded termtree v0.4.1
7462025-01-28T16:59:37.967Z Downloaded signal-hook-tokio v0.3.1
7472025-01-28T16:59:37.967Z Downloaded rand_seeder v0.3.0
7482025-01-28T16:59:37.970Z Downloaded smallvec v0.6.14
7492025-01-28T16:59:37.972Z Downloaded slog-dtrace v0.3.0
7502025-01-28T16:59:37.973Z Downloaded rtoolbox v0.0.2
7512025-01-28T16:59:37.976Z Downloaded resolv-conf v0.7.0
7522025-01-28T16:59:37.978Z Downloaded smf v0.2.3
7532025-01-28T16:59:37.978Z Downloaded mio v1.0.2
7542025-01-28T16:59:37.984Z Downloaded zeroize_derive v1.4.2
7552025-01-28T16:59:37.987Z Downloaded wait-timeout v0.2.0
7562025-01-28T16:59:37.987Z Downloaded zeroize v1.8.1
7572025-01-28T16:59:38.105Z Downloaded untrusted v0.7.1
7582025-01-28T16:59:38.112Z Downloaded phf_shared v0.10.0
7592025-01-28T16:59:38.112Z Downloaded futures-executor v0.3.31
7602025-01-28T16:59:38.112Z Downloaded hashlink v0.9.1
7612025-01-28T16:59:38.112Z Downloaded unicode-bidi v0.3.17
7622025-01-28T16:59:38.112Z Downloaded funty v2.0.0
7632025-01-28T16:59:38.112Z Downloaded foreign-types v0.5.0
7642025-01-28T16:59:38.112Z Downloaded progenitor v0.8.0
7652025-01-28T16:59:38.112Z Downloaded foldhash v0.1.3
7662025-01-28T16:59:38.112Z Downloaded float-cmp v0.9.0
7672025-01-28T16:59:38.112Z Downloaded want v0.3.1
7682025-01-28T16:59:38.112Z Downloaded peg v0.8.4
7692025-01-28T16:59:38.112Z Downloaded zerocopy-derive v0.8.10
7702025-01-28T16:59:38.112Z Downloaded serde-hex v0.1.0
7712025-01-28T16:59:38.112Z Downloaded tinystr v0.7.6
7722025-01-28T16:59:38.112Z Downloaded progenitor-impl v0.9.1
7732025-01-28T16:59:38.112Z Downloaded rand_xorshift v0.3.0
7742025-01-28T16:59:38.112Z Downloaded rand_core v0.6.4
7752025-01-28T16:59:38.112Z Downloaded heapless v0.7.17
7762025-01-28T16:59:38.112Z Downloaded hash32 v0.3.1
7772025-01-28T16:59:38.113Z Downloaded derive_builder v0.20.2
7782025-01-28T16:59:38.113Z Downloaded tokio-native-tls v0.3.1
7792025-01-28T16:59:38.113Z Downloaded path-slash v0.1.5
7802025-01-28T16:59:38.113Z Downloaded blake3 v1.5.4
7812025-01-28T16:59:38.113Z Downloaded phf_shared v0.11.2
7822025-01-28T16:59:38.113Z Downloaded pbkdf2 v0.12.2
7832025-01-28T16:59:38.113Z Downloaded zone_cfg_derive v0.3.0
7842025-01-28T16:59:38.113Z Downloaded signal-hook-registry v1.4.2
7852025-01-28T16:59:38.113Z Downloaded postgres-protocol v0.6.7
7862025-01-28T16:59:38.113Z Downloaded unicode-segmentation v1.12.0
7872025-01-28T16:59:38.113Z Downloaded parse-display-derive v0.10.0
7882025-01-28T16:59:38.113Z Downloaded serde_with v3.11.0
7892025-01-28T16:59:38.113Z Downloaded fxhash v0.2.1
7902025-01-28T16:59:38.113Z Downloaded smallvec v1.13.2
7912025-01-28T16:59:38.113Z Downloaded parking_lot v0.11.2
7922025-01-28T16:59:38.113Z Downloaded itertools v0.13.0
7932025-01-28T16:59:38.114Z Downloaded darling_macro v0.20.10
7942025-01-28T16:59:38.114Z Downloaded embedded-io v0.4.0
7952025-01-28T16:59:38.114Z Downloaded quick-error v1.2.3
7962025-01-28T16:59:38.114Z Downloaded itertools v0.12.1
7972025-01-28T16:59:38.114Z Downloaded quinn-udp v0.5.5
7982025-01-28T16:59:38.114Z Downloaded phf_generator v0.11.2
7992025-01-28T16:59:38.114Z Downloaded num-conv v0.1.0
8002025-01-28T16:59:38.114Z Downloaded either v1.13.0
8012025-01-28T16:59:38.118Z Downloaded termcolor v1.4.1
8022025-01-28T16:59:38.118Z Downloaded unicode_categories v0.1.1
8032025-01-28T16:59:38.118Z Downloaded fallible-iterator v0.3.0
8042025-01-28T16:59:38.118Z Downloaded num-derive v0.4.2
8052025-01-28T16:59:38.118Z Downloaded unsafe-libyaml v0.2.11
8062025-01-28T16:59:38.123Z Downloaded snafu v0.8.5
8072025-01-28T16:59:38.126Z Downloaded unicode-normalization v0.1.24
8082025-01-28T16:59:38.131Z Downloaded num_enum_derive v0.5.11
8092025-01-28T16:59:38.134Z Downloaded reqwest v0.12.9
8102025-01-28T16:59:38.142Z Downloaded writeable v0.5.5
8112025-01-28T16:59:38.144Z Downloaded strum_macros v0.25.3
8122025-01-28T16:59:38.147Z Downloaded schemars_derive v0.8.21
8132025-01-28T16:59:38.147Z Downloaded icu_properties_data v1.5.0
8142025-01-28T16:59:38.163Z Downloaded scopeguard v1.2.0
8152025-01-28T16:59:38.165Z Downloaded dunce v1.0.5
8162025-01-28T16:59:38.165Z Downloaded env_logger v0.10.2
8172025-01-28T16:59:38.165Z Downloaded thiserror v2.0.11
8182025-01-28T16:59:38.170Z Downloaded waitgroup v0.1.2
8192025-01-28T16:59:38.173Z Downloaded hkdf v0.12.4
8202025-01-28T16:59:38.176Z Downloaded nibble_vec v0.1.0
8212025-01-28T16:59:38.177Z Downloaded paste v1.0.15
8222025-01-28T16:59:38.180Z Downloaded headers v0.4.0
8232025-01-28T16:59:38.185Z Downloaded pem v3.0.4
8242025-01-28T16:59:38.188Z Downloaded zerovec-derive v0.10.3
8252025-01-28T16:59:38.188Z Downloaded time-macros v0.2.18
8262025-01-28T16:59:38.193Z Downloaded peg-runtime v0.8.3
8272025-01-28T16:59:38.196Z Downloaded aws-lc-rs v1.10.0
8282025-01-28T16:59:38.200Z Downloaded semver v0.1.20
8292025-01-28T16:59:38.203Z Downloaded secrecy v0.8.0
8302025-01-28T16:59:38.203Z Downloaded group v0.13.0
8312025-01-28T16:59:38.208Z Downloaded pbkdf2 v0.11.0
8322025-01-28T16:59:38.208Z Downloaded progenitor v0.9.1
8332025-01-28T16:59:38.211Z Downloaded wyz v0.5.1
8342025-01-28T16:59:38.211Z Downloaded which v4.4.2
8352025-01-28T16:59:38.215Z Downloaded polyval v0.6.2
8362025-01-28T16:59:38.215Z Downloaded term v0.7.0
8372025-01-28T16:59:38.219Z Downloaded sec1 v0.7.3
8382025-01-28T16:59:38.222Z Downloaded flume v0.11.1
8392025-01-28T16:59:38.222Z Downloaded serde_path_to_error v0.1.16
8402025-01-28T16:59:38.228Z Downloaded password-hash v0.5.0
8412025-01-28T16:59:38.233Z Downloaded proptest v1.5.0
8422025-01-28T16:59:38.236Z Downloaded tiny-keccak v2.0.2
8432025-01-28T16:59:38.239Z Downloaded signal-hook v0.3.17
8442025-01-28T16:59:38.243Z Downloaded tokio-postgres v0.7.12
8452025-01-28T16:59:38.247Z Downloaded nom v7.1.3
8462025-01-28T16:59:38.255Z Downloaded pem-rfc7468 v0.7.0
8472025-01-28T16:59:38.258Z Downloaded postcard v1.0.10
8482025-01-28T16:59:38.258Z Downloaded tracing-attributes v0.1.27
8492025-01-28T16:59:38.261Z Downloaded rusqlite v0.32.1
8502025-01-28T16:59:38.270Z Downloaded elliptic-curve v0.13.8
8512025-01-28T16:59:38.276Z Downloaded toml_edit v0.19.15
8522025-01-28T16:59:38.291Z Downloaded whoami v1.5.2
8532025-01-28T16:59:38.294Z Downloaded half v2.4.1
8542025-01-28T16:59:38.294Z Downloaded zopfli v0.8.1
8552025-01-28T16:59:38.298Z Downloaded hashbrown v0.12.3
8562025-01-28T16:59:38.303Z Downloaded flate2 v1.0.35
8572025-01-28T16:59:38.306Z Downloaded tar v0.4.42
8582025-01-28T16:59:38.309Z Downloaded darling_core v0.20.10
8592025-01-28T16:59:38.313Z Downloaded salty v0.3.0
8602025-01-28T16:59:38.320Z Downloaded zip v0.6.6
8612025-01-28T16:59:38.329Z Downloaded hashbrown v0.13.2
8622025-01-28T16:59:38.333Z Downloaded zip v2.1.3
8632025-01-28T16:59:38.336Z Downloaded rustls-webpki v0.102.8
8642025-01-28T16:59:38.354Z Downloaded expectorate v1.1.0
8652025-01-28T16:59:38.360Z Downloaded num-bigint v0.4.6
8662025-01-28T16:59:38.363Z Downloaded p521 v0.13.3
8672025-01-28T16:59:38.367Z Downloaded regex v1.11.1
8682025-01-28T16:59:38.379Z Downloaded tracing v0.1.40
8692025-01-28T16:59:38.384Z Downloaded lalrpop v0.19.12
8702025-01-28T16:59:38.395Z Downloaded hickory-proto v0.24.2
8712025-01-28T16:59:38.418Z Downloaded hashbrown v0.14.5
8722025-01-28T16:59:38.423Z Downloaded vcpkg v0.2.15
8732025-01-28T16:59:38.463Z Downloaded x509-cert v0.2.5
8742025-01-28T16:59:38.468Z Downloaded quinn v0.11.5
8752025-01-28T16:59:38.472Z Downloaded test-strategy v0.3.1
8762025-01-28T16:59:38.476Z Downloaded rand v0.8.5
8772025-01-28T16:59:38.482Z Downloaded tough v0.19.0
8782025-01-28T16:59:38.494Z Downloaded time v0.3.36
8792025-01-28T16:59:38.503Z Downloaded git2 v0.19.0
8802025-01-28T16:59:38.514Z Downloaded reedline v0.35.0
8812025-01-28T16:59:38.521Z Downloaded winnow v0.5.40
8822025-01-28T16:59:38.530Z Downloaded h2 v0.4.6
8832025-01-28T16:59:38.537Z Downloaded quick-xml v0.33.0
8842025-01-28T16:59:38.545Z Downloaded object v0.30.4
8852025-01-28T16:59:38.553Z Downloaded quinn-proto v0.11.8
8862025-01-28T16:59:38.562Z Downloaded sqlparser v0.45.0
8872025-01-28T16:59:38.567Z Downloaded portable-atomic v1.9.0
8882025-01-28T16:59:38.572Z Downloaded rayon v1.10.0
8892025-01-28T16:59:38.581Z Downloaded rustls v0.21.12
8902025-01-28T16:59:38.595Z Downloaded zerocopy v0.8.10
8912025-01-28T16:59:38.621Z Downloaded openssl v0.10.66
8922025-01-28T16:59:38.629Z Downloaded unicode-width v0.2.0
8932025-01-28T16:59:38.635Z Downloaded regress v0.9.1
8942025-01-28T16:59:38.644Z Downloaded radix_trie v0.2.1
8952025-01-28T16:59:38.649Z Downloaded object v0.36.5
8962025-01-28T16:59:38.661Z Downloaded regex-syntax v0.6.29
8972025-01-28T16:59:38.668Z Downloaded regress v0.10.1
8982025-01-28T16:59:38.675Z Downloaded rustls v0.22.4
8992025-01-28T16:59:38.690Z Downloaded webpki-roots v0.26.6
9002025-01-28T16:59:38.694Z Downloaded smoltcp v0.11.0
9012025-01-28T16:59:38.704Z Downloaded nix v0.28.0
9022025-01-28T16:59:38.717Z Downloaded openapiv3 v2.0.0
9032025-01-28T16:59:38.728Z Downloaded nix v0.29.0
9042025-01-28T16:59:38.743Z Downloaded diesel v2.2.6
9052025-01-28T16:59:38.760Z Downloaded nix v0.27.1
9062025-01-28T16:59:38.770Z Downloaded dropshot v0.15.1
9072025-01-28T16:59:38.792Z Downloaded typify-impl v0.2.0
9082025-01-28T16:59:38.809Z Downloaded rustls v0.23.19
9092025-01-28T16:59:38.817Z Downloaded sled v0.34.7
9102025-01-28T16:59:38.831Z Downloaded bzip2-sys v0.1.11+1.0.8
9112025-01-28T16:59:38.839Z Downloaded typify-impl v0.3.0
9122025-01-28T16:59:38.854Z Downloaded zerocopy-derive v0.6.6
9132025-01-28T16:59:38.862Z Downloaded regex-syntax v0.8.5
9142025-01-28T16:59:38.870Z Downloaded bstr v1.10.0
9152025-01-28T16:59:38.880Z Downloaded petgraph v0.6.5
9162025-01-28T16:59:38.896Z Downloaded ratatui v0.28.1
9172025-01-28T16:59:38.916Z Downloaded smoltcp v0.9.1
9182025-01-28T16:59:38.926Z Downloaded dropshot v0.12.0
9192025-01-28T16:59:38.943Z Downloaded chrono-tz v0.10.1
9202025-01-28T16:59:38.950Z Downloaded regex-automata v0.4.8
9212025-01-28T16:59:38.966Z Downloaded polar-core v0.27.3
9222025-01-28T16:59:38.975Z Downloaded futures-util v0.3.31
9232025-01-28T16:59:38.986Z Downloaded gimli v0.31.1
9242025-01-28T16:59:38.994Z Downloaded petname v2.0.2
9252025-01-28T16:59:39.000Z Downloaded lzma-sys v0.1.20
9262025-01-28T16:59:39.028Z Downloaded p384 v0.13.0
9272025-01-28T16:59:39.034Z Downloaded curve25519-dalek v4.1.3
9282025-01-28T16:59:39.044Z Downloaded csv v1.3.1
9292025-01-28T16:59:39.064Z Downloaded chrono v0.4.39
9302025-01-28T16:59:39.071Z Downloaded bitvec v1.0.1
9312025-01-28T16:59:39.086Z Downloaded tokio v1.43.0
9322025-01-28T16:59:39.126Z Downloaded sha3 v0.10.8
9332025-01-28T16:59:39.130Z Downloaded libz-sys v1.1.20
9342025-01-28T16:59:39.152Z Downloaded pin-project v1.1.6
9352025-01-28T16:59:39.163Z Downloaded bindgen v0.69.5
9362025-01-28T16:59:39.170Z Downloaded scrypt v0.11.0
9372025-01-28T16:59:39.173Z Downloaded env_logger v0.11.5
9382025-01-28T16:59:39.175Z Downloaded sqlformat v0.2.6
9392025-01-28T16:59:39.178Z Downloaded signal-hook-mio v0.2.4
9402025-01-28T16:59:39.178Z Downloaded rustyline v14.0.0
9412025-01-28T16:59:39.181Z Downloaded parse-display v0.10.0
9422025-01-28T16:59:39.184Z Downloaded parking_lot_core v0.9.10
9432025-01-28T16:59:39.186Z Downloaded num_enum v0.5.11
9442025-01-28T16:59:39.189Z Downloaded poly1305 v0.8.0
9452025-01-28T16:59:39.192Z Downloaded tokio-util v0.7.12
9462025-01-28T16:59:39.199Z Downloaded tower-service v0.3.3
9472025-01-28T16:59:39.202Z Downloaded num-complex v0.4.6
9482025-01-28T16:59:39.202Z Downloaded ecdsa v0.16.9
9492025-01-28T16:59:39.204Z Downloaded tokio-stream v0.1.16
9502025-01-28T16:59:39.207Z Downloaded tokio-rustls v0.26.0
9512025-01-28T16:59:39.210Z Downloaded tokio-rustls v0.25.0
9522025-01-28T16:59:39.212Z Downloaded tokio-rustls v0.24.1
9532025-01-28T16:59:39.215Z Downloaded dropshot_endpoint v0.15.1
9542025-01-28T16:59:39.218Z Downloaded typed-path v0.9.3
9552025-01-28T16:59:39.224Z Downloaded derive-where v1.2.7
9562025-01-28T16:59:39.228Z Downloaded tinyvec v1.8.0
9572025-01-28T16:59:39.231Z Downloaded socket2 v0.5.7
9582025-01-28T16:59:39.234Z Downloaded shlex v1.3.0
9592025-01-28T16:59:39.236Z Downloaded shell-words v1.1.0
9602025-01-28T16:59:39.236Z Downloaded serde_plain v1.0.2
9612025-01-28T16:59:39.236Z Downloaded fallible-streaming-iterator v0.1.9
9622025-01-28T16:59:39.239Z Downloaded fallible-iterator v0.2.0
9632025-01-28T16:59:39.239Z Downloaded xattr v1.3.1
9642025-01-28T16:59:39.244Z Downloaded num-integer v0.1.46
9652025-01-28T16:59:39.244Z Downloaded rsa v0.9.6
9662025-01-28T16:59:39.247Z Downloaded rustc-demangle v0.1.24
9672025-01-28T16:59:39.249Z Downloaded futures v0.3.31
9682025-01-28T16:59:39.253Z Downloaded parse-zoneinfo v0.3.1
9692025-01-28T16:59:39.257Z Downloaded yoke v0.7.4
9702025-01-28T16:59:39.259Z Downloaded vte v0.11.1
9712025-01-28T16:59:39.262Z Downloaded derive_builder_core v0.20.2
9722025-01-28T16:59:39.264Z Downloaded rustls-webpki v0.101.7
9732025-01-28T16:59:39.277Z Downloaded idna v1.0.3
9742025-01-28T16:59:39.282Z Downloaded encoding_rs v0.8.34
9752025-01-28T16:59:39.303Z Downloaded take_mut v0.2.2
9762025-01-28T16:59:39.306Z Downloaded walkdir v2.5.0
9772025-01-28T16:59:39.306Z Downloaded termtree v0.5.1
9782025-01-28T16:59:39.310Z Downloaded spin v0.9.8
9792025-01-28T16:59:39.312Z Downloaded russh-keys v0.45.0
9802025-01-28T16:59:39.312Z Downloaded num-bigint-dig v0.8.4
9812025-01-28T16:59:39.316Z Downloaded thread_local v1.1.8
9822025-01-28T16:59:39.319Z Downloaded thiserror-impl v2.0.11
9832025-01-28T16:59:39.322Z Downloaded tap v1.0.1
9842025-01-28T16:59:39.322Z Downloaded scheduled-thread-pool v0.2.7
9852025-01-28T16:59:39.322Z Downloaded same-file v1.0.6
9862025-01-28T16:59:39.325Z Downloaded pkcs1 v0.7.5
9872025-01-28T16:59:39.327Z Downloaded peg-macros v0.8.4
9882025-01-28T16:59:39.327Z Downloaded tracing-core v0.1.32
9892025-01-28T16:59:39.331Z Downloaded steno v0.4.1
9902025-01-28T16:59:39.334Z Downloaded zerovec v0.10.4
9912025-01-28T16:59:39.340Z Downloaded serde_yaml v0.9.34+deprecated
9922025-01-28T16:59:39.345Z Downloaded russh v0.45.0
9932025-01-28T16:59:39.351Z Downloaded dsl_auto_type v0.1.2
9942025-01-28T16:59:39.353Z Downloaded snafu-derive v0.8.5
9952025-01-28T16:59:39.353Z Downloaded diesel_derives v2.2.3
9962025-01-28T16:59:39.359Z Downloaded libgit2-sys v0.17.0+1.8.1
9972025-01-28T16:59:39.416Z Downloaded itertools v0.10.5
9982025-01-28T16:59:39.422Z Downloaded slog-term v2.9.1
9992025-01-28T16:59:39.425Z Downloaded dropshot_endpoint v0.12.0
10002025-01-28T16:59:39.430Z Downloaded diff v0.1.13
10012025-01-28T16:59:39.432Z Downloaded write16 v1.0.0
10022025-01-28T16:59:39.435Z Downloaded parking_lot_core v0.8.6
10032025-01-28T16:59:39.437Z Downloaded samael v0.0.17
10042025-01-28T16:59:39.441Z Downloaded ed25519-dalek v2.1.1
10052025-01-28T16:59:39.443Z Downloaded url v2.5.3
10062025-01-28T16:59:39.447Z Downloaded tungstenite v0.24.0
10072025-01-28T16:59:39.451Z Downloaded ron v0.7.1
10082025-01-28T16:59:39.455Z Downloaded progenitor-impl v0.8.0
10092025-01-28T16:59:39.459Z Downloaded pkcs5 v0.7.1
10102025-01-28T16:59:39.462Z Downloaded predicates v3.1.2
10112025-01-28T16:59:39.465Z Downloaded pkcs8 v0.10.2
10122025-01-28T16:59:39.467Z Downloaded libxml v0.3.3
10132025-01-28T16:59:39.473Z Downloaded libm v0.2.8
10142025-01-28T16:59:39.480Z Downloaded ssh-key v0.6.6
10152025-01-28T16:59:39.487Z Downloaded packed_struct v0.10.1
10162025-01-28T16:59:39.490Z Downloaded prettyplease v0.2.25
10172025-01-28T16:59:39.492Z Downloaded typify-macro v0.3.0
10182025-01-28T16:59:39.496Z Downloaded num v0.4.3
10192025-01-28T16:59:39.496Z Downloaded zerocopy v0.6.6
10202025-01-28T16:59:39.499Z Downloaded strum_macros v0.24.3
10212025-01-28T16:59:39.499Z Downloaded structmeta-derive v0.2.0
10222025-01-28T16:59:39.501Z Downloaded unicode-truncate v1.1.0
10232025-01-28T16:59:39.501Z Downloaded hash32 v0.2.1
10242025-01-28T16:59:39.504Z Downloaded foreign-types-macros v0.2.3
10252025-01-28T16:59:39.504Z Downloaded diesel-dtrace v0.4.2
10262025-01-28T16:59:39.507Z Downloaded slog-async v2.8.0
10272025-01-28T16:59:39.507Z Downloaded similar v2.6.0
10282025-01-28T16:59:39.510Z Downloaded rayon-core v1.12.1
10292025-01-28T16:59:39.514Z Downloaded serde_repr v0.1.19
10302025-01-28T16:59:39.517Z Downloaded parking_lot v0.12.3
10312025-01-28T16:59:39.521Z Downloaded tungstenite v0.21.0
10322025-01-28T16:59:39.524Z Downloaded aho-corasick v1.1.3
10332025-01-28T16:59:39.528Z Downloaded futures-core v0.3.31
10342025-01-28T16:59:39.530Z Downloaded topological-sort v0.2.2
10352025-01-28T16:59:39.530Z Downloaded rustc_version v0.4.1
10362025-01-28T16:59:39.534Z Downloaded slog-bunyan v2.5.0
10372025-01-28T16:59:39.534Z Downloaded futures-macro v0.3.31
10382025-01-28T16:59:39.537Z Downloaded ff v0.13.0
10392025-01-28T16:59:39.537Z Downloaded embedded-io v0.6.1
10402025-01-28T16:59:39.537Z Downloaded dyn-clone v1.0.17
10412025-01-28T16:59:39.540Z Downloaded subprocess v0.2.9
10422025-01-28T16:59:39.543Z Downloaded openssl-sys v0.9.103
10432025-01-28T16:59:39.546Z Downloaded publicsuffix v2.3.0
10442025-01-28T16:59:39.549Z Downloaded heapless v0.8.0
10452025-01-28T16:59:39.553Z Downloaded strip-ansi-escapes v0.2.0
10462025-01-28T16:59:39.555Z Downloaded ssh-cipher v0.2.0
10472025-01-28T16:59:39.556Z Downloaded futures-channel v0.3.31
10482025-01-28T16:59:39.558Z Downloaded vsss-rs v3.3.4
10492025-01-28T16:59:39.561Z Downloaded typify v0.2.0
10502025-01-28T16:59:39.564Z Downloaded futures-io v0.3.31
10512025-01-28T16:59:39.564Z Downloaded signature v2.2.0
10522025-01-28T16:59:39.566Z Downloaded rustc_version v0.1.7
10532025-01-28T16:59:39.566Z Downloaded phf_codegen v0.11.2
10542025-01-28T16:59:39.566Z Downloaded derive_more v0.99.18
10552025-01-28T16:59:39.570Z Downloaded synstructure v0.13.1
10562025-01-28T16:59:39.573Z Downloaded strum_macros v0.26.4
10572025-01-28T16:59:39.577Z Downloaded mockall_derive v0.13.0
10582025-01-28T16:59:39.577Z Downloaded phf v0.11.2
10592025-01-28T16:59:39.580Z Downloaded document-features v0.2.10
10602025-01-28T16:59:39.580Z Downloaded rustls-pemfile v2.2.0
10612025-01-28T16:59:39.584Z Downloaded oso v0.27.3
10622025-01-28T16:59:39.587Z Downloaded getrandom v0.2.15
10632025-01-28T16:59:39.587Z Downloaded fixedbitset v0.4.2
10642025-01-28T16:59:39.590Z Downloaded env_filter v0.1.2
10652025-01-28T16:59:39.590Z Downloaded dirs-next v2.0.0
10662025-01-28T16:59:39.593Z Downloaded defmt v0.3.8
10672025-01-28T16:59:39.597Z Downloaded fs_extra v1.3.0
10682025-01-28T16:59:39.597Z Downloaded fatfs v0.3.6
10692025-01-28T16:59:39.600Z Downloaded vergen v8.3.2
10702025-01-28T16:59:39.603Z Downloaded indicatif v0.17.9
10712025-01-28T16:59:39.608Z Downloaded hmac v0.12.1
10722025-01-28T16:59:39.612Z Downloaded uuid v1.12.0
10732025-01-28T16:59:39.612Z Downloaded schemars v0.8.21
10742025-01-28T16:59:39.626Z Downloaded unicode-properties v0.1.3
10752025-01-28T16:59:39.626Z Downloaded subtle v2.6.1
10762025-01-28T16:59:39.631Z Downloaded stringprep v0.1.5
10772025-01-28T16:59:39.631Z Downloaded string_cache v0.8.7
10782025-01-28T16:59:39.631Z Downloaded rustversion v1.0.17
10792025-01-28T16:59:39.634Z Downloaded percent-encoding v2.3.1
10802025-01-28T16:59:39.634Z Downloaded hickory-client v0.24.2
10812025-01-28T16:59:39.634Z Downloaded miniz_oxide v0.8.0
10822025-01-28T16:59:39.637Z Downloaded indexmap v1.9.3
10832025-01-28T16:59:39.639Z Downloaded cc v1.1.30
10842025-01-28T16:59:39.643Z Downloaded highway v1.2.0
10852025-01-28T16:59:39.645Z Downloaded powerfmt v0.2.0
10862025-01-28T16:59:39.649Z Downloaded icu_provider v1.5.0
10872025-01-28T16:59:39.651Z Downloaded downcast v0.11.0
10882025-01-28T16:59:39.651Z Downloaded pin-project-internal v1.1.6
10892025-01-28T16:59:39.654Z Downloaded value-bag v1.9.0
10902025-01-28T16:59:39.657Z Downloaded uzers v0.12.1
10912025-01-28T16:59:39.657Z Downloaded ron v0.8.1
10922025-01-28T16:59:39.665Z Downloaded rcgen v0.12.1
10932025-01-28T16:59:39.668Z Downloaded libsw v3.3.1
10942025-01-28T16:59:39.668Z Downloaded litrs v0.4.1
10952025-01-28T16:59:39.671Z Downloaded mockall v0.13.0
10962025-01-28T16:59:39.671Z Downloaded form_urlencoded v1.2.1
10972025-01-28T16:59:39.673Z Downloaded fd-lock v4.0.2
10982025-01-28T16:59:39.673Z Downloaded display-error-chain v0.2.2
10992025-01-28T16:59:39.676Z Downloaded native-tls v0.2.12
11002025-01-28T16:59:39.676Z Downloaded bytes v1.9.0
11012025-01-28T16:59:39.681Z Downloaded backtrace v0.3.74
11022025-01-28T16:59:39.686Z Downloaded typify-macro v0.2.0
11032025-01-28T16:59:39.689Z Downloaded dirs-sys-next v0.1.2
11042025-01-28T16:59:39.689Z Downloaded tokio-tungstenite v0.23.1
11052025-01-28T16:59:39.689Z Downloaded tokio-tungstenite v0.21.0
11062025-01-28T16:59:39.692Z Downloaded base64 v0.22.1
11072025-01-28T16:59:39.696Z Downloaded tls_codec v0.4.1
11082025-01-28T16:59:39.701Z Downloaded bumpalo v3.16.0
11092025-01-28T16:59:39.704Z Downloaded litemap v0.7.3
11102025-01-28T16:59:39.704Z Downloaded idna_adapter v1.2.0
11112025-01-28T16:59:39.704Z Downloaded serde_derive_internals v0.29.1
11122025-01-28T16:59:39.704Z Downloaded icu_collections v1.5.0
11132025-01-28T16:59:39.710Z Downloaded crc-any v2.5.0
11142025-01-28T16:59:39.714Z Downloaded base64 v0.13.1
11152025-01-28T16:59:39.717Z Downloaded lru v0.12.5
11162025-01-28T16:59:39.721Z Downloaded lockfree-object-pool v0.1.6
11172025-01-28T16:59:39.724Z Downloaded hostname v0.4.0
11182025-01-28T16:59:39.724Z Downloaded chacha20poly1305 v0.10.1
11192025-01-28T16:59:39.724Z Downloaded maplit v1.0.2
11202025-01-28T16:59:39.727Z Downloaded lru-cache v0.1.2
11212025-01-28T16:59:39.727Z Downloaded linear-map v1.2.0
11222025-01-28T16:59:39.727Z Downloaded cookie v0.18.1
11232025-01-28T16:59:39.733Z Downloaded newline-converter v0.3.0
11242025-01-28T16:59:39.733Z Downloaded is_ci v1.2.0
11252025-01-28T16:59:39.736Z Downloaded ident_case v1.0.1
11262025-01-28T16:59:39.736Z Downloaded kstat-rs v0.2.4
11272025-01-28T16:59:39.736Z Downloaded instability v0.3.2
11282025-01-28T16:59:39.736Z Downloaded slog-scope v4.4.0
11292025-01-28T16:59:39.736Z Downloaded slog-envlogger v2.2.0
11302025-01-28T16:59:39.739Z Downloaded simd-adler32 v0.3.7
11312025-01-28T16:59:39.739Z Downloaded mirai-annotations v1.12.0
11322025-01-28T16:59:39.745Z Downloaded instant v0.1.13
11332025-01-28T16:59:39.745Z Downloaded inout v0.1.3
11342025-01-28T16:59:39.745Z Downloaded const-oid v0.9.6
11352025-01-28T16:59:39.745Z Downloaded console v0.15.10
11362025-01-28T16:59:39.748Z Downloaded ahash v0.8.11
11372025-01-28T16:59:39.751Z Downloaded bitfield-struct v0.6.2
11382025-01-28T16:59:39.753Z Downloaded icu_normalizer_data v1.5.0
11392025-01-28T16:59:39.753Z Downloaded hyper-rustls v0.27.3
11402025-01-28T16:59:39.758Z Downloaded cookie_store v0.21.1
11412025-01-28T16:59:39.761Z Downloaded cipher v0.4.4
11422025-01-28T16:59:39.761Z Downloaded bcs v0.1.6
11432025-01-28T16:59:39.761Z Downloaded argon2 v0.5.3
11442025-01-28T16:59:39.764Z Downloaded icu_properties v1.5.1
11452025-01-28T16:59:39.767Z Downloaded ring v0.17.8
11462025-01-28T16:59:39.836Z Downloaded icu_normalizer v1.5.0
11472025-01-28T16:59:39.838Z Downloaded hyper-staticfile v0.10.1
11482025-01-28T16:59:39.841Z Downloaded csv-core v0.1.11
11492025-01-28T16:59:39.841Z Downloaded ciborium-ll v0.2.2
11502025-01-28T16:59:39.844Z Downloaded httparse v1.9.5
11512025-01-28T16:59:39.844Z Downloaded hyper v1.5.2
11522025-01-28T16:59:39.850Z Downloaded async-trait v0.1.85
11532025-01-28T16:59:39.853Z Downloaded home v0.5.9
11542025-01-28T16:59:39.856Z Downloaded hickory-server v0.24.2
11552025-01-28T16:59:39.915Z Downloaded libsqlite3-sys v0.30.1
11562025-01-28T16:59:40.127Z Downloaded aws-lc-sys v0.22.0
11572025-01-28T16:59:40.426Z Compiling serde v1.0.217
11582025-01-28T16:59:40.429Z Compiling lock_api v0.4.12
11592025-01-28T16:59:40.429Z Compiling value-bag v1.9.0
11602025-01-28T16:59:40.429Z Compiling scopeguard v1.2.0
11612025-01-28T16:59:40.429Z Compiling typenum v1.17.0
11622025-01-28T16:59:40.429Z Compiling generic-array v0.14.7
11632025-01-28T16:59:40.627Z Compiling syn v2.0.96
11642025-01-28T16:59:40.645Z Compiling getrandom v0.2.15
11652025-01-28T16:59:40.763Z Compiling subtle v2.6.1
11662025-01-28T16:59:40.886Z Compiling rand_core v0.6.4
11672025-01-28T16:59:41.047Z Compiling log v0.4.22
11682025-01-28T16:59:41.100Z Compiling shlex v1.3.0
11692025-01-28T16:59:41.126Z Compiling jobserver v0.1.32
11702025-01-28T16:59:41.148Z Compiling smallvec v1.13.2
11712025-01-28T16:59:41.396Z Compiling const-oid v0.9.6
11722025-01-28T16:59:41.454Z Compiling pin-project-lite v0.2.14
11732025-01-28T16:59:41.474Z Compiling cc v1.1.30
11742025-01-28T16:59:41.534Z Compiling rustix v0.38.37
11752025-01-28T16:59:41.600Z Compiling spin v0.9.8
11762025-01-28T16:59:41.776Z Compiling parking_lot_core v0.9.10
11772025-01-28T16:59:41.905Z Compiling futures-core v0.3.31
11782025-01-28T16:59:41.947Z Compiling signal-hook-registry v1.4.2
11792025-01-28T16:59:42.160Z Compiling mio v1.0.2
11802025-01-28T16:59:42.323Z Compiling aho-corasick v1.1.3
11812025-01-28T16:59:42.632Z Compiling parking_lot v0.12.3
11822025-01-28T16:59:42.792Z Compiling stable_deref_trait v1.2.0
11832025-01-28T16:59:42.812Z Compiling regex-syntax v0.8.5
11842025-01-28T16:59:42.918Z Compiling either v1.13.0
11852025-01-28T16:59:43.173Z Compiling cpufeatures v0.2.14
11862025-01-28T16:59:43.284Z Compiling glob v0.3.2
11872025-01-28T16:59:43.318Z Compiling futures-sink v0.3.31
11882025-01-28T16:59:43.375Z Compiling socket2 v0.5.7
11892025-01-28T16:59:43.485Z Compiling slab v0.4.9
11902025-01-28T16:59:43.580Z Compiling prettyplease v0.2.25
11912025-01-28T16:59:43.910Z Compiling lazy_static v1.5.0
11922025-01-28T16:59:44.009Z Compiling serde_json v1.0.135
11932025-01-28T16:59:44.054Z Compiling minimal-lexical v0.2.1
11942025-01-28T16:59:44.312Z Compiling clang-sys v1.8.1
11952025-01-28T16:59:44.380Z Compiling libloading v0.8.5
11962025-01-28T16:59:44.568Z Compiling nom v7.1.3
11972025-01-28T16:59:44.623Z Compiling bindgen v0.69.5
11982025-01-28T16:59:44.794Z Compiling home v0.5.9
11992025-01-28T16:59:45.074Z Compiling futures-channel v0.3.31
12002025-01-28T16:59:45.286Z Compiling itertools v0.12.1
12012025-01-28T16:59:45.465Z Compiling futures-task v0.3.31
12022025-01-28T16:59:45.468Z Compiling allocator-api2 v0.2.18
12032025-01-28T16:59:45.759Z Compiling rustc-hash v1.1.0
12042025-01-28T16:59:45.923Z Compiling foldhash v0.1.3
12052025-01-28T16:59:46.206Z Compiling lazycell v1.3.0
12062025-01-28T16:59:46.241Z Compiling futures-io v0.3.31
12072025-01-28T16:59:46.393Z Compiling libm v0.2.8
12082025-01-28T16:59:46.527Z Compiling pin-utils v0.1.0
12092025-01-28T16:59:46.638Z Compiling regex-automata v0.4.8
12102025-01-28T16:59:46.747Z Compiling hashbrown v0.15.1
12112025-01-28T16:59:47.195Z Compiling cmake v0.1.51
12122025-01-28T16:59:47.939Z Compiling synstructure v0.13.1
12132025-01-28T16:59:48.048Z Compiling cexpr v0.6.0
12142025-01-28T16:59:48.133Z Compiling num-traits v0.2.19
12152025-01-28T16:59:48.428Z Compiling dunce v1.0.5
12162025-01-28T16:59:48.580Z Compiling fs_extra v1.3.0
12172025-01-28T16:59:49.122Z Compiling pkg-config v0.3.31
12182025-01-28T16:59:49.452Z Compiling writeable v0.5.5
12192025-01-28T16:59:49.676Z Compiling litemap v0.7.3
12202025-01-28T16:59:49.992Z Compiling ring v0.17.8
12212025-01-28T16:59:50.062Z Compiling paste v1.0.15
12222025-01-28T16:59:50.550Z Compiling base64ct v1.6.0
12232025-01-28T16:59:50.738Z Compiling flagset v0.4.6
12242025-01-28T16:59:50.785Z Compiling aws-lc-rs v1.10.0
12252025-01-28T16:59:50.947Z Compiling icu_locid_transform_data v1.5.0
12262025-01-28T16:59:51.064Z Compiling pem-rfc7468 v0.7.0
12272025-01-28T16:59:51.120Z Compiling httparse v1.9.5
12282025-01-28T16:59:51.717Z Compiling tracing-core v0.1.32
12292025-01-28T16:59:51.875Z Compiling regex v1.11.1
12302025-01-28T16:59:52.080Z Compiling rustls-pki-types v1.10.0
12312025-01-28T16:59:52.212Z Compiling icu_properties_data v1.5.0
12322025-01-28T16:59:52.466Z Compiling percent-encoding v2.3.1
12332025-01-28T16:59:52.768Z Compiling crossbeam-utils v0.8.20
12342025-01-28T16:59:52.822Z Compiling icu_normalizer_data v1.5.0
12352025-01-28T16:59:52.938Z Compiling utf8_iter v1.0.4
12362025-01-28T16:59:52.993Z Compiling powerfmt v0.2.0
12372025-01-28T16:59:53.175Z Compiling vcpkg v0.2.15
12382025-01-28T16:59:53.280Z Compiling serde_derive v1.0.217
12392025-01-28T16:59:53.301Z Compiling zeroize_derive v1.4.2
12402025-01-28T16:59:53.375Z Compiling zerocopy-derive v0.7.35
12412025-01-28T16:59:53.419Z Compiling tokio-macros v2.5.0
12422025-01-28T16:59:54.735Z Compiling zeroize v1.8.1
12432025-01-28T16:59:54.870Z Compiling zerofrom-derive v0.1.4
12442025-01-28T16:59:54.966Z Compiling yoke-derive v0.7.4
12452025-01-28T16:59:55.370Z Compiling zerocopy v0.7.35
12462025-01-28T16:59:55.451Z Compiling thiserror-impl v1.0.69
12472025-01-28T16:59:56.300Z Compiling crypto-common v0.1.6
12482025-01-28T16:59:56.538Z Compiling block-buffer v0.10.4
12492025-01-28T16:59:56.574Z Compiling zerovec-derive v0.10.3
12502025-01-28T16:59:56.811Z Compiling digest v0.10.7
12512025-01-28T16:59:57.231Z Compiling hmac v0.12.1
12522025-01-28T16:59:57.264Z Compiling futures-macro v0.3.31
12532025-01-28T16:59:57.449Z Compiling displaydoc v0.2.5
12542025-01-28T16:59:57.486Z Compiling block-padding v0.3.3
12552025-01-28T16:59:57.556Z Compiling sha2 v0.10.8
12562025-01-28T16:59:57.730Z Compiling inout v0.1.3
12572025-01-28T16:59:57.979Z Compiling cipher v0.4.4
12582025-01-28T16:59:58.261Z Compiling thiserror v1.0.69
12592025-01-28T16:59:58.329Z Compiling zerofrom v0.1.4
12602025-01-28T16:59:58.411Z Compiling icu_provider_macros v1.5.0
12612025-01-28T16:59:58.515Z Compiling ppv-lite86 v0.2.20
12622025-01-28T16:59:58.622Z Compiling yoke v0.7.4
12632025-01-28T16:59:58.988Z Compiling der_derive v0.7.3
12642025-01-28T16:59:58.988Z Compiling tracing-attributes v0.1.27
12652025-01-28T16:59:59.079Z Compiling futures-util v0.3.31
12662025-01-28T16:59:59.099Z Compiling zerovec v0.10.4
12672025-01-28T16:59:59.231Z Compiling rand_chacha v0.3.1
12682025-01-28T16:59:59.486Z Compiling salsa20 v0.10.2
12692025-01-28T16:59:59.728Z Compiling rand v0.8.5
12702025-01-28T17:00:01.109Z Compiling tinystr v0.7.6
12712025-01-28T17:00:01.109Z Compiling icu_collections v1.5.0
12722025-01-28T17:00:01.308Z Compiling der v0.7.9
12732025-01-28T17:00:01.521Z Compiling icu_locid v1.5.0
12742025-01-28T17:00:01.521Z Compiling pest v2.7.14
12752025-01-28T17:00:01.673Z Compiling pbkdf2 v0.12.2
12762025-01-28T17:00:01.859Z Compiling write16 v1.0.0
12772025-01-28T17:00:02.012Z Compiling mirai-annotations v1.12.0
12782025-01-28T17:00:02.225Z Compiling untrusted v0.9.0
12792025-01-28T17:00:02.245Z Compiling tracing v0.1.40
12802025-01-28T17:00:02.407Z Compiling time-core v0.1.2
12812025-01-28T17:00:02.438Z Compiling num-conv v0.1.0
12822025-01-28T17:00:02.601Z Compiling utf16_iter v1.0.5
12832025-01-28T17:00:02.710Z Compiling icu_provider v1.5.0
12842025-01-28T17:00:02.730Z Compiling untrusted v0.7.1
12852025-01-28T17:00:02.822Z Compiling time-macros v0.2.18
12862025-01-28T17:00:03.604Z Compiling icu_locid_transform v1.5.0
12872025-01-28T17:00:03.754Z Compiling spki v0.7.3
12882025-01-28T17:00:04.151Z Compiling pest_meta v2.7.14
12892025-01-28T17:00:04.261Z Compiling scrypt v0.11.0
12902025-01-28T17:00:04.313Z Compiling cbc v0.1.2
12912025-01-28T17:00:04.552Z Compiling aes v0.8.4
12922025-01-28T17:00:04.555Z Compiling openssl-sys v0.9.103
12932025-01-28T17:00:04.774Z Compiling icu_properties v1.5.1
12942025-01-28T17:00:05.915Z Compiling bitflags v2.6.0
12952025-01-28T17:00:05.918Z Compiling bytes v1.9.0
12962025-01-28T17:00:06.368Z Compiling indexmap v2.7.0
12972025-01-28T17:00:06.698Z Compiling semver v1.0.24
12982025-01-28T17:00:07.108Z Compiling tokio v1.43.0
12992025-01-28T17:00:07.342Z Compiling http v1.2.0
13002025-01-28T17:00:07.411Z Compiling rustc_version v0.4.1
13012025-01-28T17:00:07.649Z Compiling scroll_derive v0.12.0
13022025-01-28T17:00:08.134Z Compiling deranged v0.3.11
13032025-01-28T17:00:08.467Z Compiling icu_normalizer v1.5.0
13042025-01-28T17:00:08.853Z Compiling atomic-waker v1.1.2
13052025-01-28T17:00:09.062Z Compiling tinyvec_macros v0.1.1
13062025-01-28T17:00:09.092Z Compiling num_threads v0.1.7
13072025-01-28T17:00:09.167Z Compiling tinyvec v1.8.0
13082025-01-28T17:00:09.237Z Compiling scroll v0.12.0
13092025-01-28T17:00:09.357Z Compiling idna_adapter v1.2.0
13102025-01-28T17:00:09.562Z Compiling time v0.3.36
13112025-01-28T17:00:09.595Z Compiling http-body v1.0.1
13122025-01-28T17:00:09.749Z Compiling pkcs5 v0.7.1
13132025-01-28T17:00:09.784Z Compiling pest_generator v2.7.14
13142025-01-28T17:00:09.805Z Compiling form_urlencoded v1.2.1
13152025-01-28T17:00:10.211Z Compiling which v4.4.2
13162025-01-28T17:00:10.224Z Compiling try-lock v0.2.5
13172025-01-28T17:00:10.347Z Compiling slog v2.7.0
13182025-01-28T17:00:10.657Z Compiling goblin v0.8.2
13192025-01-28T17:00:10.863Z Compiling pkcs8 v0.10.2
13202025-01-28T17:00:10.902Z Compiling want v0.3.1
13212025-01-28T17:00:10.957Z Compiling idna v1.0.3
13222025-01-28T17:00:11.196Z Compiling uuid v1.12.0
13232025-01-28T17:00:11.529Z Compiling iana-time-zone v0.1.61
13242025-01-28T17:00:11.563Z Compiling pest_derive v2.7.14
13252025-01-28T17:00:11.916Z Compiling httpdate v1.0.3
13262025-01-28T17:00:12.355Z Compiling dtrace-parser v0.2.0
13272025-01-28T17:00:12.358Z Compiling chrono v0.4.39
13282025-01-28T17:00:12.704Z Compiling toml_datetime v0.6.8
13292025-01-28T17:00:13.181Z Compiling serde_spanned v0.6.8
13302025-01-28T17:00:13.264Z Compiling serde_tokenstream v0.2.2
13312025-01-28T17:00:13.437Z Compiling tower-service v0.3.3
13322025-01-28T17:00:13.591Z Compiling openssl v0.10.66
13332025-01-28T17:00:13.839Z Compiling foreign-types-shared v0.1.1
13342025-01-28T17:00:13.967Z Compiling base64 v0.22.1
13352025-01-28T17:00:13.992Z Compiling match_cfg v0.1.0
13362025-01-28T17:00:14.114Z Compiling rustversion v1.0.17
13372025-01-28T17:00:14.185Z Compiling adler2 v2.0.0
13382025-01-28T17:00:14.278Z Compiling hostname v0.3.1
13392025-01-28T17:00:14.408Z Compiling miniz_oxide v0.8.0
13402025-01-28T17:00:14.525Z Compiling foreign-types v0.3.2
13412025-01-28T17:00:14.633Z Compiling url v2.5.3
13422025-01-28T17:00:14.833Z Compiling tokio-util v0.7.12
13432025-01-28T17:00:15.765Z Compiling h2 v0.4.6
13442025-01-28T17:00:15.823Z Compiling openssl-macros v0.1.1
13452025-01-28T17:00:15.887Z Compiling async-trait v0.1.85
13462025-01-28T17:00:16.057Z Compiling dof v0.3.0
13472025-01-28T17:00:16.323Z Compiling serde_derive_internals v0.29.1
13482025-01-28T17:00:16.547Z Compiling dirs-sys-next v0.1.2
13492025-01-28T17:00:17.112Z Compiling usdt-impl v0.5.0
13502025-01-28T17:00:17.786Z Compiling rustls v0.22.4
13512025-01-28T17:00:18.059Z Compiling siphasher v0.3.11
13522025-01-28T17:00:18.388Z Compiling schemars v0.8.21
13532025-01-28T17:00:18.445Z Compiling rustls v0.23.19
13542025-01-28T17:00:18.497Z Compiling syn v1.0.109
13552025-01-28T17:00:18.618Z Compiling data-encoding v2.6.0
13562025-01-28T17:00:18.724Z Compiling native-tls v0.2.12
13572025-01-28T17:00:18.776Z Compiling schemars_derive v0.8.21
13582025-01-28T17:00:19.120Z Compiling dirs-next v2.0.0
13592025-01-28T17:00:19.723Z Compiling unicode-normalization v0.1.24
13602025-01-28T17:00:20.404Z Compiling http-body-util v0.1.2
13612025-01-28T17:00:20.503Z Compiling heapless v0.7.17
13622025-01-28T17:00:20.624Z Compiling crossbeam-epoch v0.9.18
13632025-01-28T17:00:20.790Z Compiling signature v2.2.0
13642025-01-28T17:00:20.886Z Compiling sha1 v0.10.6
13652025-01-28T17:00:20.914Z Compiling bzip2-sys v0.1.11+1.0.8
13662025-01-28T17:00:21.080Z Compiling thread_local v1.1.8
13672025-01-28T17:00:21.291Z Compiling cookie v0.18.1
13682025-01-28T17:00:21.310Z Compiling encoding_rs v0.8.34
13692025-01-28T17:00:21.379Z Compiling multer v3.1.0
13702025-01-28T17:00:21.573Z Compiling dyn-clone v1.0.17
13712025-01-28T17:00:21.595Z Compiling ipnet v2.10.1
13722025-01-28T17:00:21.666Z Compiling unicode-properties v0.1.3
13732025-01-28T17:00:21.793Z Compiling signal-hook v0.3.17
13742025-01-28T17:00:21.814Z Compiling openssl-probe v0.1.5
13752025-01-28T17:00:22.050Z Compiling rayon-core v1.12.1
13762025-01-28T17:00:22.072Z Compiling mime v0.3.17
13772025-01-28T17:00:22.133Z Compiling gimli v0.31.1
13782025-01-28T17:00:22.320Z Compiling unicode-bidi v0.3.17
13792025-01-28T17:00:22.565Z Compiling slog-async v2.8.0
13802025-01-28T17:00:22.662Z Compiling hyper v1.5.2
13812025-01-28T17:00:23.105Z Compiling stringprep v0.1.5
13822025-01-28T17:00:24.284Z Compiling toml_edit v0.22.22
13832025-01-28T17:00:25.449Z Compiling hyper-util v0.1.10
13842025-01-28T17:00:26.237Z Compiling addr2line v0.24.2
13852025-01-28T17:00:26.828Z Compiling crossbeam-deque v0.8.5
13862025-01-28T17:00:26.933Z Compiling usdt-macro v0.5.0
13872025-01-28T17:00:26.962Z Compiling usdt-attr-macro v0.5.0
13882025-01-28T17:00:26.982Z Compiling term v0.7.0
13892025-01-28T17:00:27.831Z Compiling slog-json v2.6.1
13902025-01-28T17:00:28.177Z Compiling serde_urlencoded v0.7.1
13912025-01-28T17:00:28.205Z Compiling curve25519-dalek v4.1.3
13922025-01-28T17:00:28.225Z Compiling crossbeam-channel v0.5.13
13932025-01-28T17:00:28.259Z Compiling futures-executor v0.3.31
13942025-01-28T17:00:28.434Z Compiling enum-as-inner v0.6.1
13952025-01-28T17:00:28.700Z Compiling md-5 v0.10.6
13962025-01-28T17:00:28.842Z Compiling async-stream-impl v0.3.6
13972025-01-28T17:00:28.878Z Compiling rustls-pemfile v2.2.0
13982025-01-28T17:00:28.993Z Compiling num-integer v0.1.46
13992025-01-28T17:00:29.222Z Compiling hash32 v0.2.1
14002025-01-28T17:00:29.240Z Compiling ff v0.13.0
14012025-01-28T17:00:29.468Z Compiling is-terminal v0.4.13
14022025-01-28T17:00:29.487Z Compiling dropshot v0.12.0
14032025-01-28T17:00:29.538Z Compiling object v0.36.5
14042025-01-28T17:00:29.606Z Compiling linked-hash-map v0.5.6
14052025-01-28T17:00:29.762Z Compiling fallible-iterator v0.2.0
14062025-01-28T17:00:29.782Z Compiling utf-8 v0.7.6
14072025-01-28T17:00:29.937Z Compiling portable-atomic v1.9.0
14082025-01-28T17:00:30.093Z Compiling num-bigint-dig v0.8.4
14092025-01-28T17:00:30.096Z Compiling rustc-demangle v0.1.24
14102025-01-28T17:00:30.404Z Compiling psl-types v2.0.11
14112025-01-28T17:00:30.424Z Compiling take_mut v0.2.2
14122025-01-28T17:00:30.601Z Compiling quick-error v1.2.3
14132025-01-28T17:00:30.621Z Compiling litrs v0.4.1
14142025-01-28T17:00:30.767Z Compiling anyhow v1.0.95
14152025-01-28T17:00:30.868Z Compiling base16ct v0.2.0
14162025-01-28T17:00:31.022Z Compiling smoltcp v0.9.1
14172025-01-28T17:00:31.209Z Compiling sec1 v0.7.3
14182025-01-28T17:00:31.608Z Compiling resolv-conf v0.7.0
14192025-01-28T17:00:31.690Z Compiling publicsuffix v2.3.0
14202025-01-28T17:00:31.711Z Compiling document-features v0.2.10
14212025-01-28T17:00:31.789Z Compiling postgres-protocol v0.6.7
14222025-01-28T17:00:31.969Z Compiling async-stream v0.3.6
14232025-01-28T17:00:32.271Z Compiling tungstenite v0.24.0
14242025-01-28T17:00:32.295Z Compiling lru-cache v0.1.2
14252025-01-28T17:00:32.575Z Compiling slog-term v2.9.1
14262025-01-28T17:00:32.799Z Compiling num-iter v0.1.45
14272025-01-28T17:00:32.981Z Compiling usdt v0.5.0
14282025-01-28T17:00:33.001Z Compiling hickory-proto v0.24.2
14292025-01-28T17:00:33.485Z Compiling group v0.13.0
14302025-01-28T17:00:33.813Z Compiling futures v0.3.31
14312025-01-28T17:00:33.878Z Compiling slog-bunyan v2.5.0
14322025-01-28T17:00:33.938Z Compiling toml v0.8.19
14332025-01-28T17:00:35.147Z Compiling tokio-native-tls v0.3.1
14342025-01-28T17:00:35.414Z Compiling camino v1.1.9
14352025-01-28T17:00:35.430Z Compiling phf_shared v0.11.2
14362025-01-28T17:00:35.548Z Compiling dropshot_endpoint v0.12.0
14372025-01-28T17:00:35.759Z Compiling backtrace v0.3.74
14382025-01-28T17:00:36.180Z Compiling terminal_size v0.4.0
14392025-01-28T17:00:36.255Z Compiling waitgroup v0.1.2
14402025-01-28T17:00:36.377Z Compiling openapiv3 v2.0.0
14412025-01-28T17:00:36.410Z Compiling serde_path_to_error v0.1.16
14422025-01-28T17:00:36.488Z Compiling hkdf v0.12.4
14432025-01-28T17:00:36.767Z Compiling crypto-bigint v0.5.5
14442025-01-28T17:00:37.161Z Compiling zerocopy-derive v0.6.6
14452025-01-28T17:00:38.829Z Compiling curve25519-dalek-derive v0.1.1
14462025-01-28T17:00:39.146Z Compiling webpki-roots v0.26.6
14472025-01-28T17:00:39.360Z Compiling hostname v0.4.0
14482025-01-28T17:00:39.542Z Compiling hubpack_derive v0.1.1
14492025-01-28T17:00:39.586Z Compiling ahash v0.8.11
14502025-01-28T17:00:39.689Z Compiling crc32fast v1.4.2
14512025-01-28T17:00:39.907Z Compiling fs-err v2.11.0
14522025-01-28T17:00:40.050Z Compiling bitflags v1.3.2
14532025-01-28T17:00:40.160Z Compiling managed v0.8.0
14542025-01-28T17:00:40.195Z Compiling winnow v0.5.40
14552025-01-28T17:00:40.247Z Compiling debug-ignore v1.0.5
14562025-01-28T17:00:40.297Z Compiling unicode-width v0.2.0
14572025-01-28T17:00:40.378Z Compiling newtype-uuid v1.2.1
14582025-01-28T17:00:40.412Z Compiling strum_macros v0.25.3
14592025-01-28T17:00:40.686Z Compiling hubpack v0.1.2
14602025-01-28T17:00:40.810Z Compiling console v0.15.10
14612025-01-28T17:00:41.145Z Compiling clap_builder v4.5.27
14622025-01-28T17:00:42.287Z Compiling flate2 v1.0.35
14632025-01-28T17:00:42.470Z Compiling elliptic-curve v0.13.8
14642025-01-28T17:00:42.489Z Compiling zerocopy v0.6.6
14652025-01-28T17:00:43.187Z Compiling hickory-resolver v0.24.2
14662025-01-28T17:00:43.270Z Compiling toml_edit v0.19.15
14672025-01-28T17:00:43.601Z Compiling signal-hook-mio v0.2.4
14682025-01-28T17:00:43.778Z Compiling phf v0.11.2
14692025-01-28T17:00:44.050Z Compiling hyper-tls v0.6.0
14702025-01-28T17:00:44.066Z Compiling rayon v1.10.0
14712025-01-28T17:00:44.152Z Compiling cookie_store v0.21.1
14722025-01-28T17:00:44.451Z Compiling bzip2 v0.4.4
14732025-01-28T17:00:44.837Z Compiling tokio-tungstenite v0.24.0
14742025-01-28T17:00:45.600Z Compiling postgres-types v0.2.8
14752025-01-28T17:00:48.112Z Compiling ed25519 v2.2.3
14762025-01-28T17:00:48.230Z Compiling phf_shared v0.10.0
14772025-01-28T17:00:48.643Z Compiling tokio-stream v0.1.16
14782025-01-28T17:00:49.004Z Compiling pkcs1 v0.7.5
14792025-01-28T17:00:49.157Z Compiling serde-big-array v0.5.1
14802025-01-28T17:00:49.394Z Compiling clap_derive v4.5.24
14812025-01-28T17:00:49.583Z Compiling rfc6979 v0.4.0
14822025-01-28T17:00:49.790Z Compiling serde_repr v0.1.19
14832025-01-28T17:00:49.894Z Compiling derive-where v1.2.7
14842025-01-28T17:00:49.918Z Compiling float-cmp v0.9.0
14852025-01-28T17:00:49.961Z Compiling bstr v1.10.0
14862025-01-28T17:00:50.156Z Compiling sync_wrapper v1.0.1
14872025-01-28T17:00:50.331Z Compiling normalize-line-endings v0.3.0
14882025-01-28T17:00:50.353Z Compiling static_assertions v1.1.0
14892025-01-28T17:00:50.469Z Compiling difflib v0.4.0
14902025-01-28T17:00:50.487Z Compiling bit-vec v0.6.3
14912025-01-28T17:00:50.882Z Compiling precomputed-hash v0.1.1
14922025-01-28T17:00:50.903Z Compiling fixedbitset v0.4.2
14932025-01-28T17:00:51.018Z Compiling unicode-segmentation v1.12.0
14942025-01-28T17:00:51.343Z Compiling predicates-core v1.0.8
14952025-01-28T17:00:51.477Z Compiling whoami v1.5.2
14962025-01-28T17:00:51.666Z Compiling number_prefix v0.4.0
14972025-01-28T17:00:51.825Z Compiling new_debug_unreachable v1.0.6
14982025-01-28T17:00:51.898Z Compiling indicatif v0.17.9
14992025-01-28T17:00:51.924Z Compiling tokio-postgres v0.7.12
15002025-01-28T17:00:51.947Z Compiling string_cache v0.8.7
15012025-01-28T17:00:52.037Z Compiling similar v2.6.0
15022025-01-28T17:00:52.371Z Compiling predicates v3.1.2
15032025-01-28T17:00:53.063Z Compiling petgraph v0.6.5
15042025-01-28T17:00:53.899Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15052025-01-28T17:00:53.920Z Compiling bit-set v0.5.3
15062025-01-28T17:00:53.951Z Compiling clap v4.5.27
15072025-01-28T17:00:54.079Z Compiling ecdsa v0.16.9
15082025-01-28T17:00:54.158Z Compiling rsa v0.9.6
15092025-01-28T17:00:54.199Z Compiling ed25519-dalek v2.1.1
15102025-01-28T17:00:54.872Z Compiling toml v0.7.8
15112025-01-28T17:00:55.435Z Compiling zip v0.6.6
15122025-01-28T17:00:56.338Z Compiling crossterm v0.28.1
15132025-01-28T17:00:57.490Z Compiling hex v0.4.3
15142025-01-28T17:00:57.518Z Compiling x509-cert v0.2.5
15152025-01-28T17:00:57.521Z Compiling itertools v0.10.5
15162025-01-28T17:00:58.068Z Compiling lalrpop-util v0.19.12
15172025-01-28T17:00:58.420Z Compiling peg-runtime v0.8.3
15182025-01-28T17:00:58.863Z Compiling unicode-xid v0.2.6
15192025-01-28T17:00:59.032Z Compiling strum_macros v0.26.4
15202025-01-28T17:00:59.063Z Compiling xattr v1.3.1
15212025-01-28T17:00:59.343Z Compiling filetime v0.2.25
15222025-01-28T17:00:59.605Z Compiling tar v0.4.42
15232025-01-28T17:01:03.606Z Compiling strum v0.26.3
15242025-01-28T17:01:06.656Z Compiling aws-lc-sys v0.22.0
15252025-01-28T17:01:38.124Z Compiling rustls-webpki v0.102.8
15262025-01-28T17:01:41.235Z Compiling tokio-rustls v0.25.0
15272025-01-28T17:01:42.832Z Compiling tokio-rustls v0.26.0
15282025-01-28T17:01:43.068Z Compiling hyper-rustls v0.27.3
15292025-01-28T17:01:43.408Z Compiling reqwest v0.12.9
15302025-01-28T17:01:44.799Z Compiling qorb v0.2.1
15312025-01-28T17:01:47.794Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15322025-01-28T17:01:48.037Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15332025-01-28T17:01:52.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s
15342025-01-28T17:01:52.661Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15352025-01-28T17:01:52.709ZJan 28 17:01:51.677 INFO Starting download, target: Cockroach
15362025-01-28T17:01:52.709ZJan 28 17:01:51.677 INFO Starting download, target: Clickhouse
15372025-01-28T17:01:52.709ZJan 28 17:01:51.677 INFO Starting download, target: DendriteOpenapi
15382025-01-28T17:01:52.713ZJan 28 17:01:51.677 INFO Starting download, target: Console
15392025-01-28T17:01:52.713ZJan 28 17:01:51.677 INFO Starting download, target: DendriteStub
15402025-01-28T17:01:52.713ZJan 28 17:01:51.678 INFO Starting download, target: MaghemiteMgd
15412025-01-28T17:01:52.713ZJan 28 17:01:51.678 INFO Starting download, target: TransceiverControl
15422025-01-28T17:01:52.713ZJan 28 17:01:51.678 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15432025-01-28T17:01:52.713ZJan 28 17:01:51.678 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15442025-01-28T17:01:52.713ZJan 28 17:01:51.678 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15452025-01-28T17:01:52.713ZJan 28 17:01:51.678 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15462025-01-28T17:01:52.713ZJan 28 17:01:51.678 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15472025-01-28T17:01:52.714ZJan 28 17:01:51.679 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15482025-01-28T17:01:52.714ZJan 28 17:01:51.679 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15492025-01-28T17:01:53.024ZJan 28 17:01:51.952 INFO Download complete, target: DendriteOpenapi
15502025-01-28T17:01:53.106ZJan 28 17:01:52.066 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15512025-01-28T17:01:53.243ZJan 28 17:01:52.195 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15522025-01-28T17:01:53.599ZJan 28 17:01:52.557 INFO Download complete, target: Console
15532025-01-28T17:01:53.658ZJan 28 17:01:52.622 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15542025-01-28T17:01:53.813ZJan 28 17:01:52.758 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15552025-01-28T17:01:53.822ZJan 28 17:01:52.772 INFO Download complete, target: TransceiverControl
15562025-01-28T17:01:54.447ZJan 28 17:01:53.415 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15572025-01-28T17:01:54.447ZJan 28 17:01:53.415 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15582025-01-28T17:01:54.703ZJan 28 17:01:53.672 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15592025-01-28T17:01:56.714ZJan 28 17:01:55.683 INFO Download complete, target: MaghemiteMgd
15602025-01-28T17:01:56.714ZJan 28 17:01:55.683 INFO Download complete, target: DendriteStub
15612025-01-28T17:02:01.981ZJan 28 17:02:00.949 INFO Checking that binary works, target: Cockroach
15622025-01-28T17:02:02.142ZJan 28 17:02:01.109 INFO Download complete, target: Cockroach
15632025-01-28T17:02:07.193ZJan 28 17:02:06.161 INFO Checking that binary works, target: Clickhouse
15642025-01-28T17:02:07.889ZJan 28 17:02:06.857 INFO Download complete, target: Clickhouse
15652025-01-28T17:02:07.896ZAll prerequisites installed successfully
15662025-01-28T17:02:07.898Z
15672025-01-28T17:02:07.898Zreal 4:59.235619898
15682025-01-28T17:02:07.898Zuser 15:31.487731912
15692025-01-28T17:02:07.898Zsys 2:01.851888391
15702025-01-28T17:02:07.898Ztrap 0.559097901
15712025-01-28T17:02:07.898Ztflt 3.727721720
15722025-01-28T17:02:07.898Zdflt 3.752292477
15732025-01-28T17:02:07.899Zkflt 0.144167788
15742025-01-28T17:02:07.899Zlock 24:35.450021868
15752025-01-28T17:02:07.899Zslp 54:58.256030149
15762025-01-28T17:02:07.899Zlat 1:00.681507020
15772025-01-28T17:02:07.899Zstop 2:22.836675895
15782025-01-28T17:02:07.899Z+ ptime -m cargo xtask download softnpu
15792025-01-28T17:02:08.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
15802025-01-28T17:02:08.434Z Running `target/debug/xtask download softnpu`
15812025-01-28T17:02:09.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
15822025-01-28T17:02:09.297Z Running `target/debug/xtask-downloader softnpu`
15832025-01-28T17:02:09.332ZJan 28 17:02:08.300 INFO Starting download, target: Softnpu
15842025-01-28T17:02:09.335ZJan 28 17:02:08.301 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15852025-01-28T17:02:10.289ZJan 28 17:02:09.257 INFO Download complete, target: Softnpu
15862025-01-28T17:02:10.293Z
15872025-01-28T17:02:10.296Zreal 2.390516572
15882025-01-28T17:02:10.296Zuser 1.239832649
15892025-01-28T17:02:10.296Zsys 0.530825502
15902025-01-28T17:02:10.296Ztrap 0.000583544
15912025-01-28T17:02:10.296Ztflt 0.000064746
15922025-01-28T17:02:10.296Zdflt 0.000170822
15932025-01-28T17:02:10.296Zkflt 0.000000000
15942025-01-28T17:02:10.296Zlock 10.095196760
15952025-01-28T17:02:10.296Zslp 0.784955986
15962025-01-28T17:02:10.296Zlat 0.067177145
15972025-01-28T17:02:10.296Zstop 0.000158135
15982025-01-28T17:02:10.296Z+ export CARGO_INCREMENTAL=0
15992025-01-28T17:02:10.296Z+ CARGO_INCREMENTAL=0
16002025-01-28T17:02:10.296Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16012025-01-28T17:02:11.226Z Compiling proc-macro2 v1.0.92
16022025-01-28T17:02:11.226Z Compiling unicode-ident v1.0.14
16032025-01-28T17:02:11.229Z Compiling libc v0.2.169
16042025-01-28T17:02:11.229Z Compiling serde v1.0.217
16052025-01-28T17:02:11.229Z Compiling autocfg v1.4.0
16062025-01-28T17:02:11.229Z Compiling version_check v0.9.5
16072025-01-28T17:02:11.229Z Compiling cfg-if v1.0.0
16082025-01-28T17:02:11.504Z Compiling memchr v2.7.4
16092025-01-28T17:02:11.507Z Compiling typenum v1.17.0
16102025-01-28T17:02:11.507Z Compiling shlex v1.3.0
16112025-01-28T17:02:11.847Z Compiling value-bag v1.9.0
16122025-01-28T17:02:12.003Z Compiling generic-array v0.14.7
16132025-01-28T17:02:12.022Z Compiling scopeguard v1.2.0
16142025-01-28T17:02:12.262Z Compiling lock_api v0.4.12
16152025-01-28T17:02:12.281Z Compiling log v0.4.22
16162025-01-28T17:02:12.355Z Compiling parking_lot_core v0.9.10
16172025-01-28T17:02:12.758Z Compiling serde_json v1.0.135
16182025-01-28T17:02:12.831Z Compiling once_cell v1.20.2
16192025-01-28T17:02:12.989Z Compiling quote v1.0.38
16202025-01-28T17:02:13.064Z Compiling rustix v0.38.37
16212025-01-28T17:02:13.147Z Compiling jobserver v0.1.32
16222025-01-28T17:02:13.214Z Compiling getrandom v0.2.15
16232025-01-28T17:02:13.318Z Compiling libm v0.2.8
16242025-01-28T17:02:13.509Z Compiling syn v2.0.96
16252025-01-28T17:02:13.529Z Compiling cc v1.1.30
16262025-01-28T17:02:13.640Z Compiling aho-corasick v1.1.3
16272025-01-28T17:02:13.657Z Compiling num-traits v0.2.19
16282025-01-28T17:02:13.816Z Compiling thiserror v1.0.69
16292025-01-28T17:02:13.880Z Compiling regex-syntax v0.8.5
16302025-01-28T17:02:13.900Z Compiling either v1.13.0
16312025-01-28T17:02:13.949Z Compiling itoa v1.0.11
16322025-01-28T17:02:14.272Z Compiling spin v0.9.8
16332025-01-28T17:02:14.338Z Compiling slab v0.4.9
16342025-01-28T17:02:14.580Z Compiling errno v0.3.9
16352025-01-28T17:02:14.825Z Compiling byteorder v1.5.0
16362025-01-28T17:02:14.887Z Compiling rand_core v0.6.4
16372025-01-28T17:02:15.416Z Compiling glob v0.3.2
16382025-01-28T17:02:15.475Z Compiling prettyplease v0.2.25
16392025-01-28T17:02:15.744Z Compiling lazy_static v1.5.0
16402025-01-28T17:02:15.879Z Compiling minimal-lexical v0.2.1
16412025-01-28T17:02:16.118Z Compiling clang-sys v1.8.1
16422025-01-28T17:02:16.350Z Compiling nom v7.1.3
16432025-01-28T17:02:16.553Z Compiling libloading v0.8.5
16442025-01-28T17:02:16.601Z Compiling bindgen v0.69.5
16452025-01-28T17:02:16.813Z Compiling subtle v2.6.1
16462025-01-28T17:02:16.914Z Compiling smallvec v1.13.2
16472025-01-28T17:02:16.999Z Compiling home v0.5.9
16482025-01-28T17:02:17.236Z Compiling itertools v0.12.1
16492025-01-28T17:02:17.305Z Compiling allocator-api2 v0.2.18
16502025-01-28T17:02:17.381Z Compiling regex-automata v0.4.8
16512025-01-28T17:02:17.638Z Compiling lazycell v1.3.0
16522025-01-28T17:02:17.820Z Compiling rustc-hash v1.1.0
16532025-01-28T17:02:17.986Z Compiling cmake v0.1.51
16542025-01-28T17:02:18.196Z Compiling dunce v1.0.5
16552025-01-28T17:02:18.778Z Compiling semver v1.0.24
16562025-01-28T17:02:18.807Z Compiling fs_extra v1.3.0
16572025-01-28T17:02:19.237Z Compiling cexpr v0.6.0
16582025-01-28T17:02:19.422Z Compiling pkg-config v0.3.31
16592025-01-28T17:02:19.441Z Compiling ring v0.17.8
16602025-01-28T17:02:20.244Z Compiling pin-project-lite v0.2.14
16612025-01-28T17:02:20.351Z Compiling synstructure v0.13.1
16622025-01-28T17:02:20.479Z Compiling ryu v1.0.18
16632025-01-28T17:02:20.586Z Compiling paste v1.0.15
16642025-01-28T17:02:20.899Z Compiling schemars v0.8.21
16652025-01-28T17:02:21.106Z Compiling httparse v1.9.5
16662025-01-28T17:02:21.239Z Compiling const-oid v0.9.6
16672025-01-28T17:02:21.435Z Compiling aws-lc-rs v1.10.0
16682025-01-28T17:02:21.596Z Compiling fnv v1.0.7
16692025-01-28T17:02:21.752Z Compiling serde_derive_internals v0.29.1
16702025-01-28T17:02:21.973Z Compiling equivalent v1.0.1
16712025-01-28T17:02:22.106Z Compiling foldhash v0.1.3
16722025-01-28T17:02:22.402Z Compiling hashbrown v0.15.1
16732025-01-28T17:02:22.710Z Compiling regex v1.11.1
16742025-01-28T17:02:23.218Z Compiling signal-hook-registry v1.4.2
16752025-01-28T17:02:23.527Z Compiling heck v0.5.0
16762025-01-28T17:02:23.611Z Compiling parking_lot v0.12.3
16772025-01-28T17:02:23.650Z Compiling mio v1.0.2
16782025-01-28T17:02:23.785Z Compiling stable_deref_trait v1.2.0
16792025-01-28T17:02:24.808Z Compiling serde_derive v1.0.217
16802025-01-28T17:02:24.924Z Compiling zeroize_derive v1.4.2
16812025-01-28T17:02:25.202Z Compiling zerocopy-derive v0.7.35
16822025-01-28T17:02:25.639Z Compiling thiserror-impl v1.0.69
16832025-01-28T17:02:26.182Z Compiling tokio-macros v2.5.0
16842025-01-28T17:02:26.215Z Compiling zerofrom-derive v0.1.4
16852025-01-28T17:02:26.218Z Compiling zeroize v1.8.1
16862025-01-28T17:02:26.705Z Compiling yoke-derive v0.7.4
16872025-01-28T17:02:26.903Z Compiling zerovec-derive v0.10.3
16882025-01-28T17:02:27.023Z Compiling futures-macro v0.3.31
16892025-01-28T17:02:27.047Z Compiling displaydoc v0.2.5
16902025-01-28T17:02:28.238Z Compiling zerocopy v0.7.35
16912025-01-28T17:02:28.665Z Compiling crypto-common v0.1.6
16922025-01-28T17:02:28.870Z Compiling icu_provider_macros v1.5.0
16932025-01-28T17:02:28.872Z Compiling tracing-attributes v0.1.27
16942025-01-28T17:02:29.033Z Compiling schemars_derive v0.8.21
16952025-01-28T17:02:29.048Z Compiling block-buffer v0.10.4
16962025-01-28T17:02:29.286Z Compiling digest v0.10.7
16972025-01-28T17:02:29.696Z Compiling socket2 v0.5.7
16982025-01-28T17:02:29.830Z Compiling time-core v0.1.2
16992025-01-28T17:02:29.916Z Compiling num-conv v0.1.0
17002025-01-28T17:02:30.013Z Compiling futures-core v0.3.31
17012025-01-28T17:02:30.196Z Compiling crossbeam-utils v0.8.20
17022025-01-28T17:02:30.284Z Compiling time-macros v0.2.18
17032025-01-28T17:02:30.745Z Compiling der_derive v0.7.3
17042025-01-28T17:02:30.980Z Compiling vcpkg v0.2.15
17052025-01-28T17:02:32.404Z Compiling openssl-sys v0.9.103
17062025-01-28T17:02:33.025Z Compiling syn v1.0.109
17072025-01-28T17:02:33.450Z Compiling futures-sink v0.3.31
17082025-01-28T17:02:33.579Z Compiling cpufeatures v0.2.14
17092025-01-28T17:02:33.625Z Compiling slog v2.7.0
17102025-01-28T17:02:33.874Z Compiling ahash v0.8.11
17112025-01-28T17:02:34.132Z Compiling zerofrom v0.1.4
17122025-01-28T17:02:34.417Z Compiling iana-time-zone v0.1.61
17132025-01-28T17:02:34.496Z Compiling yoke v0.7.4
17142025-01-28T17:02:34.817Z Compiling futures-channel v0.3.31
17152025-01-28T17:02:34.856Z Compiling scroll_derive v0.12.0
17162025-01-28T17:02:34.912Z Compiling futures-io v0.3.31
17172025-01-28T17:02:35.089Z Compiling futures-task v0.3.31
17182025-01-28T17:02:35.266Z Compiling pin-utils v0.1.0
17192025-01-28T17:02:35.285Z Compiling ucd-trie v0.1.7
17202025-01-28T17:02:35.380Z Compiling openssl v0.10.66
17212025-01-28T17:02:35.399Z Compiling futures-util v0.3.31
17222025-01-28T17:02:35.740Z Compiling pest v2.7.14
17232025-01-28T17:02:35.784Z Compiling zerovec v0.10.4
17242025-01-28T17:02:36.582Z Compiling hmac v0.12.1
17252025-01-28T17:02:36.807Z Compiling bitflags v2.6.0
17262025-01-28T17:02:37.042Z Compiling bytes v1.9.0
17272025-01-28T17:02:38.722Z Compiling indexmap v2.7.0
17282025-01-28T17:02:38.794Z Compiling tokio v1.43.0
17292025-01-28T17:02:40.012Z Compiling serde_tokenstream v0.2.2
17302025-01-28T17:02:40.559Z Compiling uuid v1.12.0
17312025-01-28T17:02:40.710Z Compiling which v4.4.2
17322025-01-28T17:02:41.281Z Compiling http v1.2.0
17332025-01-28T17:02:41.619Z Compiling chrono v0.4.39
17342025-01-28T17:02:41.923Z Compiling rustc_version v0.4.1
17352025-01-28T17:02:44.793Z Compiling pest_meta v2.7.14
17362025-01-28T17:02:47.780Z Compiling block-padding v0.3.3
17372025-01-28T17:02:48.013Z Compiling openssl-macros v0.1.1
17382025-01-28T17:02:48.463Z Compiling rustls v0.23.19
17392025-01-28T17:02:48.710Z Compiling native-tls v0.2.12
17402025-01-28T17:02:48.742Z Compiling inout v0.1.3
17412025-01-28T17:02:49.001Z Compiling pest_generator v2.7.14
17422025-01-28T17:02:49.020Z Compiling tinystr v0.7.6
17432025-01-28T17:02:49.400Z Compiling serde_spanned v0.6.8
17442025-01-28T17:02:49.456Z Compiling toml_datetime v0.6.8
17452025-01-28T17:02:49.641Z Compiling tracing-core v0.1.32
17462025-01-28T17:02:49.798Z Compiling dyn-clone v1.0.17
17472025-01-28T17:02:49.853Z Compiling litemap v0.7.3
17482025-01-28T17:02:50.087Z Compiling writeable v0.5.5
17492025-01-28T17:02:50.211Z Compiling strsim v0.11.1
17502025-01-28T17:02:50.571Z Compiling icu_locid v1.5.0
17512025-01-28T17:02:50.607Z Compiling pest_derive v2.7.14
17522025-01-28T17:02:51.350Z Compiling tracing v0.1.40
17532025-01-28T17:02:51.769Z Compiling cipher v0.4.4
17542025-01-28T17:02:52.095Z Compiling sha2 v0.10.8
17552025-01-28T17:02:52.239Z Compiling cookie v0.18.1
17562025-01-28T17:02:52.424Z Compiling usdt-impl v0.5.0
17572025-01-28T17:02:52.545Z Compiling base64ct v1.6.0
17582025-01-28T17:02:52.849Z Compiling icu_provider v1.5.0
17592025-01-28T17:02:53.116Z Compiling pem-rfc7468 v0.7.0
17602025-01-28T17:02:53.169Z Compiling aws-lc-sys v0.22.0
17612025-01-28T17:02:54.604Z Compiling scroll v0.12.0
17622025-01-28T17:02:55.058Z Compiling ppv-lite86 v0.2.20
17632025-01-28T17:02:55.142Z Compiling async-trait v0.1.85
17642025-01-28T17:02:57.267Z Compiling percent-encoding v2.3.1
17652025-01-28T17:02:57.734Z Compiling icu_locid_transform_data v1.5.0
17662025-01-28T17:02:57.791Z Compiling plain v0.2.3
17672025-01-28T17:02:57.848Z Compiling flagset v0.4.6
17682025-01-28T17:02:58.051Z Compiling camino v1.1.9
17692025-01-28T17:02:58.068Z Compiling anyhow v1.0.95
17702025-01-28T17:02:58.565Z Compiling rustls-pki-types v1.10.0
17712025-01-28T17:02:58.565Z Compiling icu_locid_transform v1.5.0
17722025-01-28T17:03:00.137Z Compiling der v0.7.9
17732025-01-28T17:03:00.409Z Compiling goblin v0.8.2
17742025-01-28T17:03:02.708Z Compiling rand_chacha v0.3.1
17752025-01-28T17:03:03.330Z Compiling tokio-util v0.7.12
17762025-01-28T17:03:03.567Z Compiling icu_collections v1.5.0
17772025-01-28T17:03:05.073Z Compiling rustls v0.22.4
17782025-01-28T17:03:05.169Z Compiling icu_properties_data v1.5.0
17792025-01-28T17:03:05.354Z Compiling mirai-annotations v1.12.0
17802025-01-28T17:03:05.439Z Compiling powerfmt v0.2.0
17812025-01-28T17:03:05.546Z Compiling pretty-hex v0.4.1
17822025-01-28T17:03:05.951Z Compiling untrusted v0.7.1
17832025-01-28T17:03:05.989Z Compiling untrusted v0.9.0
17842025-01-28T17:03:06.040Z Compiling rayon-core v1.12.1
17852025-01-28T17:03:06.326Z Compiling icu_properties v1.5.1
17862025-01-28T17:03:06.350Z Compiling deranged v0.3.11
17872025-01-28T17:03:07.078Z Compiling dof v0.3.0
17882025-01-28T17:03:08.460Z Compiling rand v0.8.5
17892025-01-28T17:03:08.569Z Compiling spki v0.7.3
17902025-01-28T17:03:08.788Z Compiling salsa20 v0.10.2
17912025-01-28T17:03:08.930Z Compiling dtrace-parser v0.2.0
17922025-01-28T17:03:09.896Z Compiling pbkdf2 v0.12.2
17932025-01-28T17:03:10.414Z Compiling thread-id v4.2.2
17942025-01-28T17:03:10.540Z Compiling num_threads v0.1.7
17952025-01-28T17:03:10.858Z Compiling litrs v0.4.1
17962025-01-28T17:03:10.879Z Compiling winnow v0.5.40
17972025-01-28T17:03:10.907Z Compiling write16 v1.0.0
17982025-01-28T17:03:11.067Z Compiling icu_normalizer_data v1.5.0
17992025-01-28T17:03:11.318Z Compiling utf8_iter v1.0.4
18002025-01-28T17:03:11.557Z Compiling utf16_iter v1.0.5
18012025-01-28T17:03:12.057Z Compiling atomic-waker v1.1.2
18022025-01-28T17:03:12.408Z Compiling icu_normalizer v1.5.0
18032025-01-28T17:03:12.428Z Compiling time v0.3.36
18042025-01-28T17:03:13.702Z Compiling document-features v0.2.10
18052025-01-28T17:03:14.009Z Compiling toml_edit v0.19.15
18062025-01-28T17:03:16.142Z Compiling scrypt v0.11.0
18072025-01-28T17:03:16.563Z Compiling form_urlencoded v1.2.1
18082025-01-28T17:03:16.644Z Compiling aes v0.8.4
18092025-01-28T17:03:17.091Z Compiling cbc v0.1.2
18102025-01-28T17:03:17.094Z Compiling http-body v1.0.1
18112025-01-28T17:03:17.383Z Compiling multer v3.1.0
18122025-01-28T17:03:17.645Z Compiling try-lock v0.2.5
18132025-01-28T17:03:17.716Z Compiling slog-async v2.8.0
18142025-01-28T17:03:17.825Z Compiling rustversion v1.0.17
18152025-01-28T17:03:17.870Z Compiling tinyvec_macros v0.1.1
18162025-01-28T17:03:18.163Z Compiling tinyvec v1.8.0
18172025-01-28T17:03:18.461Z Compiling want v0.3.1
18182025-01-28T17:03:18.777Z Compiling pkcs5 v0.7.1
18192025-01-28T17:03:20.092Z Compiling idna_adapter v1.2.0
18202025-01-28T17:03:20.309Z Compiling h2 v0.4.6
18212025-01-28T17:03:20.619Z Compiling heapless v0.7.17
18222025-01-28T17:03:20.930Z Compiling bzip2-sys v0.1.11+1.0.8
18232025-01-28T17:03:21.681Z Compiling httpdate v1.0.3
18242025-01-28T17:03:21.701Z Compiling signal-hook v0.3.17
18252025-01-28T17:03:22.420Z Compiling idna v1.0.3
18262025-01-28T17:03:23.922Z Compiling pkcs8 v0.10.2
18272025-01-28T17:03:24.820Z Compiling usdt-attr-macro v0.5.0
18282025-01-28T17:03:25.225Z Compiling usdt-macro v0.5.0
18292025-01-28T17:03:26.287Z Compiling async-stream-impl v0.3.6
18302025-01-28T17:03:26.726Z Compiling base64 v0.22.1
18312025-01-28T17:03:27.222Z Compiling adler2 v2.0.0
18322025-01-28T17:03:27.438Z Compiling tower-service v0.3.3
18332025-01-28T17:03:27.512Z Compiling miniz_oxide v0.8.0
18342025-01-28T17:03:28.426Z Compiling hyper v1.5.2
18352025-01-28T17:03:30.074Z Compiling curve25519-dalek v4.1.3
18362025-01-28T17:03:30.491Z Compiling openapiv3 v2.0.0
18372025-01-28T17:03:30.890Z Compiling enum-as-inner v0.6.1
18382025-01-28T17:03:33.748Z Compiling hyper-util v0.1.10
18392025-01-28T17:03:34.512Z Compiling dropshot v0.12.0
18402025-01-28T17:03:34.819Z Compiling match_cfg v0.1.0
18412025-01-28T17:03:34.928Z Compiling foreign-types-shared v0.1.1
18422025-01-28T17:03:35.117Z Compiling smoltcp v0.9.1
18432025-01-28T17:03:35.201Z Compiling portable-atomic v1.9.0
18442025-01-28T17:03:35.367Z Compiling newtype-uuid v1.2.1
18452025-01-28T17:03:35.838Z Compiling num-bigint-dig v0.8.4
18462025-01-28T17:03:36.130Z Compiling foreign-types v0.3.2
18472025-01-28T17:03:36.353Z Compiling hostname v0.3.1
18482025-01-28T17:03:38.709Z Compiling url v2.5.3
18492025-01-28T17:03:40.529Z Compiling http-body-util v0.1.2
18502025-01-28T17:03:41.014Z Compiling dirs-sys-next v0.1.2
18512025-01-28T17:03:41.052Z Compiling encoding_rs v0.8.34
18522025-01-28T17:03:41.098Z Compiling mime v0.3.17
18532025-01-28T17:03:41.502Z Compiling siphasher v0.3.11
18542025-01-28T17:03:41.875Z Compiling heck v0.4.1
18552025-01-28T17:03:42.157Z Compiling data-encoding v2.6.0
18562025-01-28T17:03:42.226Z Compiling gimli v0.31.1
18572025-01-28T17:03:43.582Z Compiling ident_case v1.0.1
18582025-01-28T17:03:43.879Z Compiling darling_core v0.20.10
18592025-01-28T17:03:43.948Z Compiling dirs-next v2.0.0
18602025-01-28T17:03:48.663Z Compiling addr2line v0.24.2
18612025-01-28T17:03:49.803Z Compiling unicode-normalization v0.1.24
18622025-01-28T17:03:50.870Z Compiling crossbeam-epoch v0.9.18
18632025-01-28T17:03:51.527Z Compiling serde_urlencoded v0.7.1
18642025-01-28T17:03:51.585Z Compiling rustls-pemfile v2.2.0
18652025-01-28T17:03:52.052Z Compiling hubpack_derive v0.1.1
18662025-01-28T17:03:52.095Z Compiling dropshot_endpoint v0.12.0
18672025-01-28T17:03:52.173Z Compiling sha1 v0.10.6
18682025-01-28T17:03:52.194Z Compiling signature v2.2.0
18692025-01-28T17:03:52.423Z Compiling curve25519-dalek-derive v0.1.1
18702025-01-28T17:03:52.583Z Compiling zerocopy-derive v0.6.6
18712025-01-28T17:03:53.734Z Compiling object v0.36.5
18722025-01-28T17:03:54.281Z Compiling thread_local v1.1.8
18732025-01-28T17:03:54.725Z Compiling fs-err v2.11.0
18742025-01-28T17:03:58.393Z Compiling anstyle v1.0.10
18752025-01-28T17:03:58.807Z Compiling openssl-probe v0.1.5
18762025-01-28T17:03:59.300Z Compiling ipnet v2.10.1
18772025-01-28T17:03:59.689Z Compiling utf8parse v0.2.2
18782025-01-28T17:04:00.358Z Compiling winnow v0.6.20
18792025-01-28T17:04:00.443Z Compiling unicode-bidi v0.3.17
18802025-01-28T17:04:00.526Z Compiling rustc-demangle v0.1.24
18812025-01-28T17:04:02.061Z Compiling unicode-properties v0.1.3
18822025-01-28T17:04:02.898Z Compiling stringprep v0.1.5
18832025-01-28T17:04:03.765Z Compiling rustls-webpki v0.102.8
18842025-01-28T17:04:03.817Z Compiling toml_edit v0.22.22
18852025-01-28T17:04:04.564Z Compiling backtrace v0.3.74
18862025-01-28T17:04:13.135Z Compiling anstyle-parse v0.2.5
18872025-01-28T17:04:14.799Z Compiling crossbeam-deque v0.8.5
18882025-01-28T17:04:15.056Z Compiling darling_macro v0.20.10
18892025-01-28T17:04:15.153Z Compiling term v0.7.0
18902025-01-28T17:04:15.934Z Compiling slog-json v2.6.1
18912025-01-28T17:04:17.025Z Compiling crossbeam-channel v0.5.13
18922025-01-28T17:04:17.877Z Compiling hashbrown v0.14.5
18932025-01-28T17:04:18.047Z Compiling futures-executor v0.3.31
18942025-01-28T17:04:18.263Z Compiling num-integer v0.1.46
18952025-01-28T17:04:18.352Z Compiling md-5 v0.10.6
18962025-01-28T17:04:18.480Z Compiling ff v0.13.0
18972025-01-28T17:04:18.592Z Compiling hash32 v0.2.1
18982025-01-28T17:04:18.723Z Compiling is-terminal v0.4.13
18992025-01-28T17:04:18.759Z Compiling memmap v0.7.0
19002025-01-28T17:04:18.908Z Compiling fallible-iterator v0.2.0
19012025-01-28T17:04:18.948Z Compiling psl-types v2.0.11
19022025-01-28T17:04:18.979Z Compiling quick-error v1.2.3
19032025-01-28T17:04:19.050Z Compiling base16ct v0.2.0
19042025-01-28T17:04:19.138Z Compiling linked-hash-map v0.5.6
19052025-01-28T17:04:19.141Z Compiling colorchoice v1.0.2
19062025-01-28T17:04:19.340Z Compiling is_terminal_polyfill v1.70.1
19072025-01-28T17:04:19.561Z Compiling utf-8 v0.7.6
19082025-01-28T17:04:19.702Z Compiling anstyle-query v1.1.1
19092025-01-28T17:04:19.843Z Compiling take_mut v0.2.2
19102025-01-28T17:04:19.865Z Compiling anstream v0.6.15
19112025-01-28T17:04:19.934Z Compiling tungstenite v0.24.0
19122025-01-28T17:04:20.168Z Compiling publicsuffix v2.3.0
19132025-01-28T17:04:20.425Z Compiling postgres-protocol v0.6.7
19142025-01-28T17:04:20.528Z Compiling lru-cache v0.1.2
19152025-01-28T17:04:20.740Z Compiling sec1 v0.7.3
19162025-01-28T17:04:21.197Z Compiling resolv-conf v0.7.0
19172025-01-28T17:04:21.273Z Compiling usdt v0.5.0
19182025-01-28T17:04:21.735Z Compiling regress v0.10.1
19192025-01-28T17:04:21.754Z Compiling slog-term v2.9.1
19202025-01-28T17:04:21.828Z Compiling num-iter v0.1.45
19212025-01-28T17:04:22.025Z Compiling group v0.13.0
19222025-01-28T17:04:22.315Z Compiling futures v0.3.31
19232025-01-28T17:04:25.249Z Compiling slog-bunyan v2.5.0
19242025-01-28T17:04:25.500Z Compiling darling v0.20.10
19252025-01-28T17:04:25.648Z Compiling tokio-native-tls v0.3.1
19262025-01-28T17:04:25.938Z Compiling tokio-rustls v0.26.0
19272025-01-28T17:04:26.239Z Compiling tokio-rustls v0.25.0
19282025-01-28T17:04:26.258Z Compiling toml v0.8.19
19292025-01-28T17:04:26.339Z Compiling hickory-proto v0.24.2
19302025-01-28T17:04:26.652Z Compiling strum_macros v0.25.3
19312025-01-28T17:04:27.579Z Compiling phf_shared v0.11.2
19322025-01-28T17:04:27.924Z Compiling async-stream v0.3.6
19332025-01-28T17:04:27.970Z Compiling waitgroup v0.1.2
19342025-01-28T17:04:27.993Z Compiling webpki-roots v0.26.6
19352025-01-28T17:04:28.290Z Compiling terminal_size v0.4.0
19362025-01-28T17:04:28.384Z Compiling hkdf v0.12.4
19372025-01-28T17:04:28.521Z Compiling serde_path_to_error v0.1.16
19382025-01-28T17:04:28.619Z Compiling crypto-bigint v0.5.5
19392025-01-28T17:04:29.187Z Compiling serde_repr v0.1.19
19402025-01-28T17:04:29.246Z Compiling clap_derive v4.5.24
19412025-01-28T17:04:29.940Z Compiling derive-where v1.2.7
19422025-01-28T17:04:30.243Z Compiling hostname v0.4.0
19432025-01-28T17:04:30.450Z Compiling crc32fast v1.4.2
19442025-01-28T17:04:30.763Z Compiling unicode-width v0.2.0
19452025-01-28T17:04:31.285Z Compiling managed v0.8.0
19462025-01-28T17:04:32.128Z Compiling clap_lex v0.7.4
19472025-01-28T17:04:32.538Z Compiling bitflags v1.3.2
19482025-01-28T17:04:32.781Z Compiling debug-ignore v1.0.5
19492025-01-28T17:04:33.346Z Compiling clap_builder v4.5.27
19502025-01-28T17:04:35.271Z Compiling hickory-resolver v0.24.2
19512025-01-28T17:04:35.981Z Compiling elliptic-curve v0.13.8
19522025-01-28T17:04:36.718Z Compiling console v0.15.10
19532025-01-28T17:04:37.841Z Compiling flate2 v1.0.35
19542025-01-28T17:04:39.034Z Compiling hyper-rustls v0.27.3
19552025-01-28T17:04:39.616Z Compiling phf v0.11.2
19562025-01-28T17:04:40.177Z Compiling hyper-tls v0.6.0
19572025-01-28T17:04:40.549Z Compiling signal-hook-mio v0.2.4
19582025-01-28T17:04:40.718Z Compiling typify-impl v0.2.0
19592025-01-28T17:04:40.800Z Compiling rayon v1.10.0
19602025-01-28T17:04:42.723Z Compiling bzip2 v0.4.4
19612025-01-28T17:04:43.083Z Compiling cookie_store v0.21.1
19622025-01-28T17:04:44.930Z Compiling postgres-types v0.2.8
19632025-01-28T17:04:45.430Z Compiling tokio-tungstenite v0.24.0
19642025-01-28T17:04:45.744Z Compiling zerocopy v0.6.6
19652025-01-28T17:04:45.941Z Compiling hubpack v0.1.2
19662025-01-28T17:04:46.147Z Compiling ed25519 v2.2.3
19672025-01-28T17:04:46.381Z Compiling phf_shared v0.10.0
19682025-01-28T17:04:46.462Z Compiling pkcs1 v0.7.5
19692025-01-28T17:04:46.582Z Compiling tokio-stream v0.1.16
19702025-01-28T17:04:46.781Z Compiling ipnetwork v0.20.0
19712025-01-28T17:04:47.333Z Compiling rfc6979 v0.4.0
19722025-01-28T17:04:47.486Z Compiling serde-big-array v0.5.1
19732025-01-28T17:04:47.539Z Compiling float-cmp v0.9.0
19742025-01-28T17:04:47.571Z Compiling sync_wrapper v1.0.1
19752025-01-28T17:04:47.745Z Compiling bstr v1.10.0
19762025-01-28T17:04:47.888Z Compiling bit-vec v0.6.3
19772025-01-28T17:04:48.287Z Compiling new_debug_unreachable v1.0.6
19782025-01-28T17:04:48.667Z Compiling precomputed-hash v0.1.1
19792025-01-28T17:04:48.785Z Compiling whoami v1.5.2
19802025-01-28T17:04:48.805Z Compiling difflib v0.4.0
19812025-01-28T17:04:49.287Z Compiling fixedbitset v0.4.2
19822025-01-28T17:04:49.692Z Compiling normalize-line-endings v0.3.0
19832025-01-28T17:04:49.839Z Compiling static_assertions v1.1.0
19842025-01-28T17:04:49.887Z Compiling number_prefix v0.4.0
19852025-01-28T17:04:49.954Z Compiling unicode-segmentation v1.12.0
19862025-01-28T17:04:50.132Z Compiling predicates-core v1.0.8
19872025-01-28T17:04:50.420Z Compiling predicates v3.1.2
19882025-01-28T17:04:50.500Z Compiling indicatif v0.17.9
19892025-01-28T17:04:50.794Z Compiling similar v2.6.0
19902025-01-28T17:04:50.865Z Compiling typify-macro v0.2.0
19912025-01-28T17:04:50.887Z Compiling reqwest v0.12.9
19922025-01-28T17:04:51.767Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19932025-01-28T17:04:52.189Z Compiling petgraph v0.6.5
19942025-01-28T17:04:52.598Z Compiling tokio-postgres v0.7.12
19952025-01-28T17:04:52.687Z Compiling string_cache v0.8.7
19962025-01-28T17:04:54.142Z Compiling bit-set v0.5.3
19972025-01-28T17:04:55.516Z Compiling ecdsa v0.16.9
19982025-01-28T17:04:55.957Z Compiling qorb v0.2.1
19992025-01-28T17:04:56.719Z Compiling rsa v0.9.6
20002025-01-28T17:04:57.787Z Compiling ed25519-dalek v2.1.1
20012025-01-28T17:04:58.196Z Compiling zip v0.6.6
20022025-01-28T17:04:58.318Z Compiling crossterm v0.28.1
20032025-01-28T17:04:59.021Z Compiling clap v4.5.27
20042025-01-28T17:05:00.601Z Compiling toml v0.7.8
20052025-01-28T17:05:01.089Z Compiling x509-cert v0.2.5
20062025-01-28T17:05:01.942Z Compiling hex v0.4.3
20072025-01-28T17:05:02.558Z Compiling itertools v0.10.5
20082025-01-28T17:05:03.579Z Compiling peg-runtime v0.8.3
20092025-01-28T17:05:03.672Z Compiling zerocopy v0.8.10
20102025-01-28T17:05:04.064Z Compiling unicode-xid v0.2.6
20112025-01-28T17:05:04.268Z Compiling lalrpop-util v0.19.12
20122025-01-28T17:05:05.198Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20132025-01-28T17:05:09.658Z Compiling proc-macro-crate v1.3.1
20142025-01-28T17:05:09.712Z Compiling macaddr v1.0.1
20152025-01-28T17:05:10.426Z Compiling zerocopy-derive v0.8.10
20162025-01-28T17:05:10.598Z Compiling itertools v0.13.0
20172025-01-28T17:05:13.512Z Compiling heapless v0.8.0
20182025-01-28T17:05:13.677Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20192025-01-28T17:05:18.245Z Compiling num_enum_derive v0.5.11
20202025-01-28T17:05:26.264Z Compiling hash32 v0.3.1
20212025-01-28T17:05:26.737Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20222025-01-28T17:05:27.584Z Compiling smoltcp v0.11.0
20232025-01-28T17:05:32.362Z Compiling num_enum v0.5.11
20242025-01-28T17:05:32.562Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20252025-01-28T17:05:33.426Z Compiling typify v0.2.0
20262025-01-28T17:05:33.450Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
20272025-01-28T17:05:34.005Z Compiling proc-macro-error-attr v1.0.4
20282025-01-28T17:05:34.142Z Compiling thiserror v2.0.11
20292025-01-28T17:05:34.323Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20302025-01-28T17:05:34.632Z Compiling unsafe-libyaml v0.2.11
20312025-01-28T17:05:35.403Z Compiling cobs v0.2.3
20322025-01-28T17:05:36.300Z Compiling serde_yaml v0.9.34+deprecated
20332025-01-28T17:05:36.320Z Compiling postcard v1.0.10
20342025-01-28T17:05:47.886Z Compiling progenitor-impl v0.8.0
20352025-01-28T17:05:52.670Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20362025-01-28T17:06:01.980Z Compiling strum_macros v0.26.4
20372025-01-28T17:06:02.744Z Compiling thiserror-impl v2.0.11
20382025-01-28T17:06:02.763Z Compiling structmeta-derive v0.3.0
20392025-01-28T17:06:02.937Z Compiling foreign-types-macros v0.2.3
20402025-01-28T17:06:03.394Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20412025-01-28T17:06:03.706Z Compiling proc-macro-error v1.0.4
20422025-01-28T17:06:04.231Z Compiling foreign-types-shared v0.3.1
20432025-01-28T17:06:04.801Z Compiling unicode-width v0.1.14
20442025-01-28T17:06:05.118Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20452025-01-28T17:06:06.024Z Compiling strum v0.26.3
20462025-01-28T17:06:06.256Z Compiling tabwriter v1.4.0
20472025-01-28T17:06:06.590Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20482025-01-28T17:06:07.019Z Compiling structmeta v0.3.0
20492025-01-28T17:06:10.924Z Compiling foreign-types v0.5.0
20502025-01-28T17:06:16.312Z Compiling progenitor-macro v0.8.0
20512025-01-28T17:06:18.529Z Compiling progenitor-client v0.8.0
20522025-01-28T17:06:22.209Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20532025-01-28T17:06:22.848Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20542025-01-28T17:06:22.986Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20552025-01-28T17:06:23.620Z Compiling cstr-argument v0.1.2
20562025-01-28T17:06:23.805Z Compiling dropshot v0.15.1
20572025-01-28T17:06:23.917Z Compiling pretty-hex v0.2.1
20582025-01-28T17:06:23.995Z Compiling crucible-workspace-hack v0.1.0
20592025-01-28T17:06:24.146Z Compiling fastrand v2.1.1
20602025-01-28T17:06:24.284Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20612025-01-28T17:06:24.622Z Compiling tempfile v3.13.0
20622025-01-28T17:06:24.916Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20632025-01-28T17:06:25.401Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20642025-01-28T17:06:25.795Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20652025-01-28T17:06:26.523Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20662025-01-28T17:06:26.862Z Compiling parse-display-derive v0.10.0
20672025-01-28T17:06:27.035Z Compiling progenitor v0.8.0
20682025-01-28T17:06:27.059Z Compiling colored v2.1.0
20692025-01-28T17:06:27.151Z Compiling serde_with_macros v3.11.0
20702025-01-28T17:06:27.264Z Compiling dropshot_endpoint v0.15.1
20712025-01-28T17:06:28.240Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20722025-01-28T17:06:28.986Z Compiling instant v0.1.13
20732025-01-28T17:06:29.172Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20742025-01-28T17:06:29.508Z Compiling serde_with v3.11.0
20752025-01-28T17:06:29.565Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20762025-01-28T17:06:30.134Z Compiling backoff v0.4.0
20772025-01-28T17:06:30.374Z Compiling parse-display v0.10.0
20782025-01-28T17:06:30.498Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20792025-01-28T17:06:32.168Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20802025-01-28T17:06:32.404Z Compiling zone_cfg_derive v0.3.0
20812025-01-28T17:06:32.471Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20822025-01-28T17:06:33.160Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20832025-01-28T17:06:33.441Z Compiling camino-tempfile v1.1.1
20842025-01-28T17:06:33.807Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
20852025-01-28T17:06:33.855Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20862025-01-28T17:06:34.062Z Compiling regress v0.9.1
20872025-01-28T17:06:34.195Z Compiling progenitor-client v0.9.1
20882025-01-28T17:06:34.258Z Compiling num-derive v0.4.2
20892025-01-28T17:06:35.060Z Compiling sigpipe v0.1.3
20902025-01-28T17:06:35.216Z Compiling libefi-sys v0.1.0
20912025-01-28T17:06:35.521Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20922025-01-28T17:06:35.892Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20932025-01-28T17:06:36.448Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
20942025-01-28T17:06:37.961Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
20952025-01-28T17:06:38.527Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20962025-01-28T17:06:39.068Z Compiling zone v0.3.0
20972025-01-28T17:06:40.098Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20982025-01-28T17:06:42.485Z Compiling smf v0.2.3
20992025-01-28T17:06:43.781Z Compiling bitfield-struct v0.6.2
21002025-01-28T17:06:44.189Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21012025-01-28T17:06:44.600Z Compiling blake3 v1.5.4
21022025-01-28T17:06:45.092Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21032025-01-28T17:06:45.499Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21042025-01-28T17:06:45.718Z Compiling xattr v1.3.1
21052025-01-28T17:06:45.854Z Compiling filetime v0.2.25
21062025-01-28T17:06:45.873Z Compiling memmap2 v0.9.5
21072025-01-28T17:06:46.039Z Compiling same-file v1.0.6
21082025-01-28T17:06:46.223Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21092025-01-28T17:06:46.333Z Compiling arrayvec v0.7.6
21102025-01-28T17:06:46.391Z Compiling arrayref v0.3.9
21112025-01-28T17:06:46.474Z Compiling constant_time_eq v0.3.1
21122025-01-28T17:06:46.519Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21132025-01-28T17:06:46.566Z Compiling walkdir v2.5.0
21142025-01-28T17:06:46.673Z Compiling tar v0.4.42
21152025-01-28T17:06:48.185Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21162025-01-28T17:06:48.642Z Compiling gethostname v0.5.0
21172025-01-28T17:06:48.858Z Compiling cargo-platform v0.1.8
21182025-01-28T17:06:49.106Z Compiling topological-sort v0.2.2
21192025-01-28T17:06:49.359Z Compiling omicron-zone-package v0.12.0
21202025-01-28T17:06:49.392Z Compiling cargo_metadata v0.18.1
21212025-01-28T17:06:49.887Z Compiling indent_write v2.2.0
21222025-01-28T17:06:49.921Z Compiling shell-words v1.1.0
21232025-01-28T17:06:56.509Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21242025-01-28T17:06:58.933Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21252025-01-28T17:07:04.563Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21262025-01-28T17:07:18.799Z Finished `release` profile [optimized] target(s) in 5m 08s
21272025-01-28T17:07:18.961Z Running `target/release/omicron-package -t test target create -p dev`
21282025-01-28T17:07:19.008ZLogging to: /work/oxidecomputer/omicron/out/LOG
21292025-01-28T17:07:19.011ZCreated new build target 'test' and set it as active
21302025-01-28T17:07:19.011Z
21312025-01-28T17:07:19.011Zreal 5:08.697925899
21322025-01-28T17:07:19.011Zuser 35:59.155412221
21332025-01-28T17:07:19.011Zsys 3:17.380954581
21342025-01-28T17:07:19.011Ztrap 1.098379735
21352025-01-28T17:07:19.011Ztflt 2.682469392
21362025-01-28T17:07:19.011Zdflt 0.593241558
21372025-01-28T17:07:19.011Zkflt 0.010152016
21382025-01-28T17:07:19.011Zlock 1:11:46.787905752
21392025-01-28T17:07:19.011Zslp 2:24:27.725086042
21402025-01-28T17:07:19.011Zlat 2:42.677853480
21412025-01-28T17:07:19.011Zstop 4:42.631952685
21422025-01-28T17:07:19.011Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21432025-01-28T17:07:19.948Z Finished `release` profile [optimized] target(s) in 0.88s
21442025-01-28T17:07:20.006Z Running `target/release/omicron-package -t test package`
21452025-01-28T17:07:20.052ZLogging to: /work/oxidecomputer/omicron/out/LOG
21462025-01-28T17:07:21.156Z Compiling thiserror v2.0.11
21472025-01-28T17:07:21.292Z Compiling typify-impl v0.3.0
21482025-01-28T17:07:21.303Z Compiling convert_case v0.4.0
21492025-01-28T17:07:21.305Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21502025-01-28T17:07:21.305Z Compiling newline-converter v0.3.0
21512025-01-28T17:07:21.305Z Compiling password-hash v0.5.0
21522025-01-28T17:07:21.305Z Compiling blake2 v0.10.6
21532025-01-28T17:07:21.306Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21542025-01-28T17:07:21.573Z Compiling expectorate v1.1.0
21552025-01-28T17:07:21.676Z Compiling base64 v0.21.7
21562025-01-28T17:07:21.846Z Compiling atomicwrites v0.4.4
21572025-01-28T17:07:22.005Z Compiling derive_more v0.99.18
21582025-01-28T17:07:22.305Z Compiling argon2 v0.5.3
21592025-01-28T17:07:22.362Z Compiling owo-colors v4.1.0
21602025-01-28T17:07:22.506Z Compiling cancel-safe-futures v0.1.5
21612025-01-28T17:07:22.701Z Compiling num-rational v0.4.2
21622025-01-28T17:07:22.718Z Compiling progenitor-client v0.9.1
21632025-01-28T17:07:22.908Z Compiling num-complex v0.4.6
21642025-01-28T17:07:23.231Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21652025-01-28T17:07:24.052Z Compiling num v0.4.3
21662025-01-28T17:07:24.176Z Compiling libsw v3.3.1
21672025-01-28T17:07:24.215Z Compiling linear-map v1.2.0
21682025-01-28T17:07:24.518Z Compiling float-ord v0.3.2
21692025-01-28T17:07:24.628Z Compiling swrite v0.1.0
21702025-01-28T17:07:24.648Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21712025-01-28T17:07:24.707Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21722025-01-28T17:07:24.781Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21732025-01-28T17:07:25.036Z Compiling highway v1.2.0
21742025-01-28T17:07:26.215Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21752025-01-28T17:07:26.457Z Compiling semver v0.1.20
21762025-01-28T17:07:27.000Z Compiling rustc_version v0.1.7
21772025-01-28T17:07:27.406Z Compiling newtype_derive v0.1.6
21782025-01-28T17:07:27.737Z Compiling tungstenite v0.21.0
21792025-01-28T17:07:27.765Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21802025-01-28T17:07:32.244Z Compiling typify-macro v0.3.0
21812025-01-28T17:07:32.287Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21822025-01-28T17:07:32.605Z Compiling ipnetwork v0.20.0
21832025-01-28T17:07:33.336Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
21842025-01-28T17:07:33.859Z Compiling tokio-tungstenite v0.21.0
21852025-01-28T17:07:33.956Z Compiling progenitor-client v0.8.0
21862025-01-28T17:07:33.975Z Compiling humantime v2.1.0
21872025-01-28T17:07:34.413Z Compiling progenitor v0.8.0
21882025-01-28T17:07:34.626Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
21892025-01-28T17:07:34.645Z Compiling dropshot v0.15.1
21902025-01-28T17:07:34.718Z Compiling instant v0.1.13
21912025-01-28T17:07:34.895Z Compiling backoff v0.4.0
21922025-01-28T17:07:35.262Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21932025-01-28T17:07:35.453Z Compiling steno v0.4.1
21942025-01-28T17:07:35.573Z Compiling typify v0.3.0
21952025-01-28T17:07:35.707Z Compiling progenitor-impl v0.9.1
21962025-01-28T17:07:41.575Z Compiling progenitor-macro v0.9.1
21972025-01-28T17:07:42.556Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21982025-01-28T17:07:43.080Z Compiling parse-display v0.10.0
21992025-01-28T17:07:43.588Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22002025-01-28T17:07:43.786Z Compiling strum v0.26.3
22012025-01-28T17:07:43.988Z Compiling serde_with v3.11.0
22022025-01-28T17:07:46.784Z Compiling regress v0.9.1
22032025-01-28T17:07:47.386Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22042025-01-28T17:07:49.020Z Compiling macaddr v1.0.1
22052025-01-28T17:07:49.557Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
22062025-01-28T17:07:49.764Z Compiling slog-dtrace v0.3.0
22072025-01-28T17:07:50.054Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
22082025-01-28T17:07:50.164Z Compiling prettyplease v0.2.25
22092025-01-28T17:07:51.286Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22102025-01-28T17:07:52.224Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
22112025-01-28T17:07:52.408Z Compiling progenitor v0.9.1
22122025-01-28T17:07:52.641Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22132025-01-28T17:07:55.506Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
22142025-01-28T17:07:56.538Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22152025-01-28T17:08:05.989Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22162025-01-28T17:08:07.839Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22172025-01-28T17:08:08.871Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22182025-01-28T17:08:09.221Z Compiling half v2.4.1
22192025-01-28T17:08:09.907Z Compiling ciborium-io v0.2.2
22202025-01-28T17:08:10.063Z Compiling ciborium-ll v0.2.2
22212025-01-28T17:08:10.661Z Compiling ciborium v0.2.2
22222025-01-28T17:08:11.214Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22232025-01-28T17:08:12.683Z Compiling display-error-chain v0.2.2
22242025-01-28T17:08:12.867Z Compiling fastrand v2.1.1
22252025-01-28T17:08:12.909Z Compiling same-file v1.0.6
22262025-01-28T17:08:13.041Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22272025-01-28T17:08:13.166Z Compiling walkdir v2.5.0
22282025-01-28T17:08:13.344Z Compiling tempfile v3.13.0
22292025-01-28T17:08:13.672Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22302025-01-28T17:08:13.733Z Compiling blake3 v1.5.4
22312025-01-28T17:08:14.068Z Compiling const_format_proc_macros v0.2.34
22322025-01-28T17:08:14.407Z Compiling xattr v1.3.1
22332025-01-28T17:08:14.684Z Compiling memmap2 v0.9.5
22342025-01-28T17:08:15.092Z Compiling filetime v0.2.25
22352025-01-28T17:08:15.491Z Compiling crunchy v0.2.2
22362025-01-28T17:08:15.754Z Compiling keccak v0.1.5
22372025-01-28T17:08:15.917Z Compiling arrayref v0.3.9
22382025-01-28T17:08:16.037Z Compiling maplit v1.0.2
22392025-01-28T17:08:16.184Z Compiling arrayvec v0.7.6
22402025-01-28T17:08:16.664Z Compiling constant_time_eq v0.3.1
22412025-01-28T17:08:16.862Z Compiling sha3 v0.10.8
22422025-01-28T17:08:17.086Z Compiling const_format v0.2.34
22432025-01-28T17:08:17.695Z Compiling tar v0.4.42
22442025-01-28T17:08:17.812Z Compiling camino-tempfile v1.1.1
22452025-01-28T17:08:18.256Z Compiling toolchain_find v0.4.0
22462025-01-28T17:08:18.355Z Compiling tiny-keccak v2.0.2
22472025-01-28T17:08:18.412Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22482025-01-28T17:08:18.667Z Compiling topological-sort v0.2.2
22492025-01-28T17:08:18.785Z Compiling radium v0.7.0
22502025-01-28T17:08:18.851Z Compiling rustfmt-wrapper v0.2.1
22512025-01-28T17:08:18.905Z Compiling omicron-zone-package v0.12.0
22522025-01-28T17:08:19.419Z Compiling dsl_auto_type v0.1.2
22532025-01-28T17:08:19.448Z Compiling scheduled-thread-pool v0.2.7
22542025-01-28T17:08:19.627Z Compiling diesel_table_macro_syntax v0.2.0
22552025-01-28T17:08:20.019Z Compiling tap v1.0.1
22562025-01-28T17:08:20.236Z Compiling maybe-uninit v2.0.0
22572025-01-28T17:08:20.631Z Compiling diesel_derives v2.2.3
22582025-01-28T17:08:20.780Z Compiling wyz v0.5.1
22592025-01-28T17:08:20.814Z Compiling r2d2 v0.8.10
22602025-01-28T17:08:21.726Z Compiling phf_generator v0.11.2
22612025-01-28T17:08:21.797Z Compiling ascii-canvas v3.0.0
22622025-01-28T17:08:21.933Z Compiling secrecy v0.8.0
22632025-01-28T17:08:22.222Z Compiling ena v0.14.3
22642025-01-28T17:08:22.267Z Compiling async-recursion v1.1.1
22652025-01-28T17:08:22.625Z Compiling diff v0.1.13
22662025-01-28T17:08:23.115Z Compiling arc-swap v1.7.1
22672025-01-28T17:08:23.567Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22682025-01-28T17:08:23.784Z Compiling regex-syntax v0.6.29
22692025-01-28T17:08:23.887Z Compiling packed_struct v0.10.1
22702025-01-28T17:08:23.905Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22712025-01-28T17:08:24.283Z Compiling crc-catalog v2.4.0
22722025-01-28T17:08:24.454Z Compiling funty v2.0.0
22732025-01-28T17:08:25.408Z Compiling bitvec v1.0.1
22742025-01-28T17:08:26.185Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22752025-01-28T17:08:27.190Z Compiling lalrpop v0.19.12
22762025-01-28T17:08:28.711Z Compiling crc v3.2.1
22772025-01-28T17:08:29.772Z Compiling slog-scope v4.4.0
22782025-01-28T17:08:30.551Z Compiling phf_codegen v0.11.2
22792025-01-28T17:08:30.788Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22802025-01-28T17:08:30.884Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22812025-01-28T17:08:31.101Z Compiling universal-hash v0.5.1
22822025-01-28T17:08:31.131Z Compiling diesel v2.2.6
22832025-01-28T17:08:31.351Z Compiling thiserror-impl-no-std v2.0.2
22842025-01-28T17:08:31.809Z Compiling packed_struct_codegen v0.10.1
22852025-01-28T17:08:33.681Z Compiling parse-zoneinfo v0.3.1
22862025-01-28T17:08:34.158Z Compiling indexmap v1.9.3
22872025-01-28T17:08:34.532Z Compiling unicase v2.7.0
22882025-01-28T17:08:34.714Z Compiling opaque-debug v0.3.1
22892025-01-28T17:08:34.841Z Compiling nodrop v0.1.14
22902025-01-28T17:08:34.863Z Compiling ref-cast v1.0.23
22912025-01-28T17:08:34.998Z Compiling array-init v0.0.4
22922025-01-28T17:08:35.100Z Compiling poly1305 v0.8.0
22932025-01-28T17:08:35.926Z Compiling chrono-tz-build v0.4.0
22942025-01-28T17:08:36.985Z Compiling thiserror-no-std v2.0.2
22952025-01-28T17:08:37.157Z Compiling smallvec v0.6.14
22962025-01-28T17:08:37.643Z Compiling slog-stdlog v4.1.1
22972025-01-28T17:08:39.048Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22982025-01-28T17:08:39.372Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22992025-01-28T17:08:39.692Z Compiling derive_builder_core v0.20.2
23002025-01-28T17:08:40.685Z Compiling chacha20 v0.9.1
23012025-01-28T17:08:41.172Z Compiling headers-core v0.3.0
23022025-01-28T17:08:41.379Z Compiling aead v0.5.2
23032025-01-28T17:08:41.758Z Compiling libxml v0.3.3
23042025-01-28T17:08:41.794Z Compiling ref-cast-impl v1.0.23
23052025-01-28T17:08:42.133Z Compiling vte_generate_state_changes v0.1.2
23062025-01-28T17:08:42.748Z Compiling termcolor v1.4.1
23072025-01-28T17:08:42.878Z Compiling bitfield v0.14.0
23082025-01-28T17:08:43.215Z Compiling hashbrown v0.12.3
23092025-01-28T17:08:43.760Z Compiling env_logger v0.10.2
23102025-01-28T17:08:45.524Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23112025-01-28T17:08:47.089Z Compiling vte v0.11.1
23122025-01-28T17:08:48.651Z Compiling derive_builder_macro v0.20.2
23132025-01-28T17:08:49.468Z Compiling chacha20poly1305 v0.10.1
23142025-01-28T17:08:49.489Z Compiling polar-core v0.27.3
23152025-01-28T17:08:49.716Z Compiling headers v0.4.0
23162025-01-28T17:08:53.323Z Compiling slog-envlogger v2.2.0
23172025-01-28T17:08:53.344Z Compiling serde-hex v0.1.0
23182025-01-28T17:08:55.971Z Compiling vsss-rs v3.3.4
23192025-01-28T17:08:58.559Z Compiling chrono-tz v0.10.1
23202025-01-28T17:08:59.225Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23212025-01-28T17:08:59.616Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23222025-01-28T17:08:59.959Z Compiling ron v0.8.1
23232025-01-28T17:09:02.225Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23242025-01-28T17:09:02.323Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23252025-01-28T17:09:02.543Z Compiling hashbrown v0.13.2
23262025-01-28T17:09:03.826Z Compiling strum_macros v0.24.3
23272025-01-28T17:09:05.770Z Compiling fxhash v0.2.1
23282025-01-28T17:09:06.025Z Compiling samael v0.0.17
23292025-01-28T17:09:06.746Z Compiling lockfree-object-pool v0.1.6
23302025-01-28T17:09:06.946Z Compiling zip v2.1.3
23312025-01-28T17:09:07.045Z Compiling indoc v1.0.9
23322025-01-28T17:09:07.279Z Compiling bumpalo v3.16.0
23332025-01-28T17:09:07.686Z Compiling bytecount v0.6.8
23342025-01-28T17:09:07.815Z Compiling simd-adler32 v0.3.7
23352025-01-28T17:09:07.835Z Compiling crc-any v2.5.0
23362025-01-28T17:09:08.031Z Compiling papergrid v0.11.0
23372025-01-28T17:09:09.172Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23382025-01-28T17:09:09.353Z Compiling zopfli v0.8.1
23392025-01-28T17:09:17.274Z Compiling object v0.30.4
23402025-01-28T17:09:20.425Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23412025-01-28T17:09:21.718Z Compiling derive_builder v0.20.2
23422025-01-28T17:09:22.056Z Compiling strip-ansi-escapes v0.2.0
23432025-01-28T17:09:23.091Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23442025-01-28T17:09:23.411Z Compiling tabled_derive v0.7.0
23452025-01-28T17:09:23.711Z Compiling fd-lock v4.0.2
23462025-01-28T17:09:23.959Z Compiling peg-macros v0.8.4
23472025-01-28T17:09:25.437Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23482025-01-28T17:09:26.457Z Compiling kstat-rs v0.2.4
23492025-01-28T17:09:26.477Z Compiling impl-trait-for-tuples v0.2.2
23502025-01-28T17:09:27.192Z Compiling oso-derive v0.27.3
23512025-01-28T17:09:27.349Z Compiling quick-xml v0.33.0
23522025-01-28T17:09:28.138Z Compiling diesel-dtrace v0.4.2
23532025-01-28T17:09:28.536Z Compiling path-slash v0.1.5
23542025-01-28T17:09:28.811Z Compiling nu-ansi-term v0.50.1
23552025-01-28T17:09:29.291Z Compiling reedline v0.35.0
23562025-01-28T17:09:30.089Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23572025-01-28T17:09:32.562Z Compiling oso v0.27.3
23582025-01-28T17:09:36.177Z Compiling peg v0.8.4
23592025-01-28T17:09:36.315Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23602025-01-28T17:09:42.459Z Compiling tabled v0.15.0
23612025-01-28T17:09:45.739Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23622025-01-28T17:09:56.891Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23632025-01-28T17:09:57.139Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23642025-01-28T17:09:58.625Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23652025-01-28T17:10:02.224Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23662025-01-28T17:10:02.548Z Compiling pem v3.0.4
23672025-01-28T17:10:03.820Z Compiling bb8 v0.8.5
23682025-01-28T17:10:04.001Z Compiling bcs v0.1.6
23692025-01-28T17:10:04.407Z Compiling libz-sys v1.1.20
23702025-01-28T17:10:04.950Z Compiling parking_lot_core v0.8.6
23712025-01-28T17:10:05.062Z Compiling termtree v0.5.1
23722025-01-28T17:10:05.572Z Compiling async-bb8-diesel v0.2.1
23732025-01-28T17:10:06.352Z Compiling mime_guess v2.0.5
23742025-01-28T17:10:08.094Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23752025-01-28T17:10:09.231Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23762025-01-28T17:10:11.313Z Compiling buf-list v1.0.3
23772025-01-28T17:10:13.399Z Compiling nibble_vec v0.1.0
23782025-01-28T17:10:13.664Z Compiling libgit2-sys v0.17.0+1.8.1
23792025-01-28T17:10:14.168Z Compiling pin-project-internal v1.1.6
23802025-01-28T17:10:14.421Z Compiling atty v0.2.14
23812025-01-28T17:10:14.617Z Compiling salty v0.3.0
23822025-01-28T17:10:15.048Z Compiling endian-type v0.1.2
23832025-01-28T17:10:15.320Z Compiling http-range v0.1.5
23842025-01-28T17:10:15.939Z Compiling radix_trie v0.2.1
23852025-01-28T17:10:16.877Z Compiling pin-project v1.1.6
23862025-01-28T17:10:17.052Z Compiling parking_lot v0.11.2
23872025-01-28T17:10:22.295Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
23882025-01-28T17:10:22.401Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23892025-01-28T17:10:27.327Z Compiling snafu-derive v0.8.5
23902025-01-28T17:10:30.822Z Compiling hyper-staticfile v0.10.1
23912025-01-28T17:10:31.613Z Compiling snafu v0.8.5
23922025-01-28T17:10:32.918Z Compiling sled v0.34.7
23932025-01-28T17:10:47.089Z Compiling hickory-client v0.24.2
23942025-01-28T17:10:52.295Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
23952025-01-28T17:10:53.528Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23962025-01-28T17:10:55.767Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23972025-01-28T17:10:57.674Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23982025-01-28T17:11:02.147Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23992025-01-28T17:11:06.261Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24002025-01-28T17:11:07.729Z Compiling globset v0.4.15
24012025-01-28T17:11:07.928Z Compiling hickory-server v0.24.2
24022025-01-28T17:11:08.405Z Compiling olpc-cjson v0.1.4
24032025-01-28T17:11:08.616Z Compiling primeorder v0.13.6
24042025-01-28T17:11:08.770Z Compiling vergen v8.3.2
24052025-01-28T17:11:09.111Z Compiling castaway v0.2.3
24062025-01-28T17:11:09.206Z Compiling env_filter v0.1.2
24072025-01-28T17:11:09.319Z Compiling cargo-platform v0.1.8
24082025-01-28T17:11:09.804Z Compiling serde_plain v1.0.2
24092025-01-28T17:11:10.375Z Compiling nanorand v0.7.0
24102025-01-28T17:11:10.783Z Compiling memoffset v0.9.1
24112025-01-28T17:11:11.026Z Compiling typed-path v0.9.3
24122025-01-28T17:11:11.273Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24132025-01-28T17:11:14.877Z Compiling tough v0.19.0
24142025-01-28T17:11:15.134Z Compiling flume v0.11.1
24152025-01-28T17:11:15.888Z Compiling cargo_metadata v0.18.1
24162025-01-28T17:11:15.960Z Compiling env_logger v0.11.5
24172025-01-28T17:11:17.395Z Compiling compact_str v0.8.0
24182025-01-28T17:11:17.891Z Compiling p384 v0.13.0
24192025-01-28T17:11:18.914Z Compiling git2 v0.19.0
24202025-01-28T17:11:19.377Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24212025-01-28T17:11:19.873Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24222025-01-28T17:11:24.923Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24232025-01-28T17:11:26.162Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24242025-01-28T17:11:27.056Z Compiling unicode-truncate v1.1.0
24252025-01-28T17:11:27.368Z Compiling lru v0.12.5
24262025-01-28T17:11:27.737Z Compiling rand_seeder v0.3.0
24272025-01-28T17:11:28.060Z Compiling libsqlite3-sys v0.30.1
24282025-01-28T17:11:28.127Z Compiling lzma-sys v0.1.20
24292025-01-28T17:11:28.597Z Compiling instability v0.3.2
24302025-01-28T17:11:28.850Z Compiling cfg_aliases v0.2.1
24312025-01-28T17:11:28.981Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24322025-01-28T17:11:29.338Z Compiling parse-size v1.1.0
24332025-01-28T17:11:29.614Z Compiling cassowary v0.3.0
24342025-01-28T17:11:29.660Z Compiling rustls v0.21.12
24352025-01-28T17:11:29.893Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24362025-01-28T17:11:30.052Z Compiling nix v0.29.0
24372025-01-28T17:11:30.909Z Compiling ratatui v0.28.1
24382025-01-28T17:11:31.232Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24392025-01-28T17:11:31.508Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24402025-01-28T17:11:33.301Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24412025-01-28T17:11:34.377Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24422025-01-28T17:11:34.501Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24432025-01-28T17:11:34.820Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24442025-01-28T17:11:35.100Z Compiling rustls-webpki v0.101.7
24452025-01-28T17:11:37.967Z Compiling sct v0.7.1
24462025-01-28T17:11:38.423Z Compiling heck v0.3.3
24472025-01-28T17:11:38.453Z Compiling csv-core v0.1.11
24482025-01-28T17:11:38.768Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24492025-01-28T17:11:38.934Z Compiling glob v0.3.2
24502025-01-28T17:11:39.113Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24512025-01-28T17:11:39.379Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24522025-01-28T17:11:39.553Z Compiling csv v1.3.1
24532025-01-28T17:11:41.041Z Compiling zone_cfg_derive v0.1.2
24542025-01-28T17:11:42.433Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24552025-01-28T17:11:46.313Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
24562025-01-28T17:11:47.606Z Compiling nix v0.27.1
24572025-01-28T17:11:49.320Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24582025-01-28T17:11:49.888Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24592025-01-28T17:11:51.008Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
24602025-01-28T17:11:55.943Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24612025-01-28T17:12:00.270Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24622025-01-28T17:12:00.623Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24632025-01-28T17:12:01.637Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24642025-01-28T17:12:01.808Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
24652025-01-28T17:12:01.955Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24662025-01-28T17:12:02.133Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24672025-01-28T17:12:02.278Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24682025-01-28T17:12:02.976Z Compiling tungstenite v0.23.0
24692025-01-28T17:12:03.307Z Compiling hashlink v0.9.1
24702025-01-28T17:12:03.402Z Compiling base64 v0.13.1
24712025-01-28T17:12:04.061Z Compiling fallible-streaming-iterator v0.1.9
24722025-01-28T17:12:04.177Z Compiling fallible-iterator v0.3.0
24732025-01-28T17:12:04.362Z Compiling tokio-tungstenite v0.23.1
24742025-01-28T17:12:04.953Z Compiling rusqlite v0.32.1
24752025-01-28T17:12:04.976Z Compiling ron v0.7.1
24762025-01-28T17:12:06.301Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24772025-01-28T17:12:06.881Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24782025-01-28T17:12:09.310Z Compiling xz2 v0.1.7
24792025-01-28T17:12:09.867Z Compiling tokio-rustls v0.24.1
24802025-01-28T17:12:10.032Z Compiling zone v0.1.8
24812025-01-28T17:12:13.412Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24822025-01-28T17:12:15.211Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24832025-01-28T17:12:16.779Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24842025-01-28T17:12:19.628Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24852025-01-28T17:12:19.631Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
24862025-01-28T17:12:24.061Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24872025-01-28T17:12:25.512Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24882025-01-28T17:12:28.699Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24892025-01-28T17:12:28.752Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24902025-01-28T17:12:29.047Z Compiling rustls-pemfile v1.0.4
24912025-01-28T17:12:29.822Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24922025-01-28T17:12:30.166Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24932025-01-28T17:12:30.359Z Compiling signal-hook-tokio v0.3.1
24942025-01-28T17:12:30.597Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
24952025-01-28T17:12:32.826Z Compiling yasna v0.5.2
24962025-01-28T17:12:33.084Z Compiling twox-hash v2.1.0
24972025-01-28T17:12:34.071Z Compiling is_ci v1.2.0
24982025-01-28T17:12:34.394Z Compiling smawk v0.3.2
24992025-01-28T17:12:34.668Z Compiling unicode-linebreak v0.1.5
25002025-01-28T17:12:35.233Z Compiling textwrap v0.16.1
25012025-01-28T17:12:36.207Z Compiling supports-color v3.0.1
25022025-01-28T17:12:36.669Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25032025-01-28T17:12:37.636Z Compiling rcgen v0.12.1
25042025-01-28T17:12:39.553Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25052025-01-28T17:12:46.610Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25062025-01-28T17:12:46.648Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25072025-01-28T17:12:47.729Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25082025-01-28T17:12:51.335Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25092025-01-28T17:12:59.147Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25102025-01-28T17:13:03.942Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25112025-01-28T17:13:06.142Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25122025-01-28T17:13:16.617Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25132025-01-28T17:13:17.169Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
25142025-01-28T17:13:22.819Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25152025-01-28T17:13:23.143Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25162025-01-28T17:13:23.645Z Compiling fatfs v0.3.6
25172025-01-28T17:13:24.866Z Compiling rtoolbox v0.0.2
25182025-01-28T17:13:25.300Z Compiling subprocess v0.2.9
25192025-01-28T17:13:26.447Z Compiling assert_matches v1.5.0
25202025-01-28T17:13:29.938Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25212025-01-28T17:13:31.539Z Compiling rpassword v7.3.1
25222025-01-28T17:13:32.008Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25232025-01-28T17:13:33.005Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25242025-01-28T17:13:37.230Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25252025-01-28T17:13:39.958Z Compiling tui-tree-widget v0.22.0
25262025-01-28T17:13:40.421Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25272025-01-28T17:13:47.728Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25282025-01-28T17:13:48.046Z Compiling uzers v0.12.1
25292025-01-28T17:13:51.135Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25302025-01-28T17:13:53.450Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25312025-01-28T17:13:55.290Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25322025-01-28T17:14:25.740Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25332025-01-28T17:14:30.459Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25342025-01-28T17:14:35.227Z Compiling multimap v0.10.0
25352025-01-28T17:16:52.117Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25362025-01-28T17:17:04.049Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25372025-01-28T17:24:09.536Z Finished `release` profile [optimized] target(s) in 16m 49s
25382025-01-28T17:25:12.828Z
25392025-01-28T17:25:12.830Zreal 17:53.755072685
25402025-01-28T17:25:12.831Zuser 2:04:24.669332874
25412025-01-28T17:25:12.831Zsys 3:14.554443459
25422025-01-28T17:25:12.831Ztrap 3.141002862
25432025-01-28T17:25:12.831Ztflt 2.864086253
25442025-01-28T17:25:12.831Zdflt 3.762861617
25452025-01-28T17:25:12.831Zkflt 0.008840819
25462025-01-28T17:25:12.831Zlock 7:29:19.531982509
25472025-01-28T17:25:12.831Zslp 6:24:55.033049010
25482025-01-28T17:25:12.831Zlat 3:29.391097184
25492025-01-28T17:25:12.831Zstop 2:47.579560182
25502025-01-28T17:25:12.831Z+ mapfile -t packages
25512025-01-28T17:25:12.831Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25522025-01-28T17:25:13.847Z Finished `release` profile [optimized] target(s) in 0.96s
25532025-01-28T17:25:13.907Z Running `target/release/omicron-package -t test list-outputs`
25542025-01-28T17:25:13.958ZLogging to: /work/oxidecomputer/omicron/out/LOG
25552025-01-28T17:25:13.961Z+ ptime -m cargo build --locked --release -p xtask
25562025-01-28T17:25:14.518Z Compiling serde v1.0.217
25572025-01-28T17:25:14.521Z Compiling rustix v0.38.37
25582025-01-28T17:25:14.521Z Compiling serde_json v1.0.135
25592025-01-28T17:25:14.521Z Compiling libc v0.2.169
25602025-01-28T17:25:14.624Z Compiling syn v2.0.96
25612025-01-28T17:25:14.650Z Compiling bitflags v2.6.0
25622025-01-28T17:25:14.999Z Compiling usdt-impl v0.5.0
25632025-01-28T17:25:15.012Z Compiling syn v1.0.109
25642025-01-28T17:25:15.121Z Compiling hashbrown v0.15.1
25652025-01-28T17:25:15.137Z Compiling log v0.4.22
25662025-01-28T17:25:15.400Z Compiling fs-err v2.11.0
25672025-01-28T17:25:15.566Z Compiling anyhow v1.0.95
25682025-01-28T17:25:15.735Z Compiling once_cell v1.20.2
25692025-01-28T17:25:15.964Z Compiling thread-id v4.2.2
25702025-01-28T17:25:16.320Z Compiling indexmap v2.7.0
25712025-01-28T17:25:17.407Z Compiling terminal_size v0.4.0
25722025-01-28T17:25:17.407Z Compiling tempfile v3.13.0
25732025-01-28T17:25:17.665Z Compiling clap_builder v4.5.27
25742025-01-28T17:25:18.168Z Compiling proc-macro-error v1.0.4
25752025-01-28T17:25:19.125Z Compiling tabled_derive v0.7.0
25762025-01-28T17:25:20.243Z Compiling tabled v0.15.0
25772025-01-28T17:25:20.937Z Compiling serde_derive v1.0.217
25782025-01-28T17:25:20.937Z Compiling thiserror-impl v1.0.69
25792025-01-28T17:25:20.940Z Compiling zerocopy-derive v0.7.35
25802025-01-28T17:25:20.940Z Compiling scroll_derive v0.12.0
25812025-01-28T17:25:20.940Z Compiling clap_derive v4.5.24
25822025-01-28T17:25:22.310Z Compiling scroll v0.12.0
25832025-01-28T17:25:22.838Z Compiling zerocopy v0.7.35
25842025-01-28T17:25:22.961Z Compiling goblin v0.8.2
25852025-01-28T17:25:23.565Z Compiling thiserror v1.0.69
25862025-01-28T17:25:23.754Z Compiling pest v2.7.14
25872025-01-28T17:25:26.711Z Compiling pest_meta v2.7.14
25882025-01-28T17:25:26.789Z Compiling clap v4.5.27
25892025-01-28T17:25:28.363Z Compiling pest_generator v2.7.14
25902025-01-28T17:25:30.345Z Compiling pest_derive v2.7.14
25912025-01-28T17:25:31.132Z Compiling dtrace-parser v0.2.0
25922025-01-28T17:25:35.282Z Compiling serde_spanned v0.6.8
25932025-01-28T17:25:35.641Z Compiling serde_tokenstream v0.2.2
25942025-01-28T17:25:36.196Z Compiling toml_datetime v0.6.8
25952025-01-28T17:25:36.929Z Compiling toml_edit v0.22.22
25962025-01-28T17:25:38.039Z Compiling dof v0.3.0
25972025-01-28T17:25:39.627Z Compiling camino v1.1.9
25982025-01-28T17:25:40.010Z Compiling usdt-macro v0.5.0
25992025-01-28T17:25:40.913Z Compiling toml v0.8.19
26002025-01-28T17:25:40.929Z Compiling usdt-attr-macro v0.5.0
26012025-01-28T17:25:42.229Z Compiling semver v1.0.24
26022025-01-28T17:25:43.669Z Compiling cargo-platform v0.1.8
26032025-01-28T17:25:44.653Z Compiling cargo_metadata v0.18.1
26042025-01-28T17:25:44.719Z Compiling usdt v0.5.0
26052025-01-28T17:25:46.041Z Compiling cargo_toml v0.20.5
26062025-01-28T17:25:46.119Z Compiling camino-tempfile v1.1.1
26072025-01-28T17:25:46.885Z Compiling macaddr v1.0.1
26082025-01-28T17:25:57.314Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26092025-01-28T17:26:07.996Z Finished `release` profile [optimized] target(s) in 53.97s
26102025-01-28T17:26:08.105Z
26112025-01-28T17:26:08.105Zreal 54.113388766
26122025-01-28T17:26:08.105Zuser 5:37.758490873
26132025-01-28T17:26:08.105Zsys 18.175764678
26142025-01-28T17:26:08.162Ztrap 0.157426907
26152025-01-28T17:26:08.162Ztflt 0.258649165
26162025-01-28T17:26:08.162Zdflt 0.364594353
26172025-01-28T17:26:08.162Zkflt 0.000145015
26182025-01-28T17:26:08.162Zlock 10:29.647218885
26192025-01-28T17:26:08.162Zslp 15:48.963212834
26202025-01-28T17:26:08.162Zlat 13.534270430
26212025-01-28T17:26:08.162Zstop 14.927512898
26222025-01-28T17:26:08.162Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26232025-01-28T17:26:08.162Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26242025-01-28T17:26:08.163Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26252025-01-28T17:26:08.163Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26262025-01-28T17:26:08.163Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26272025-01-28T17:26:08.989Z Compiling hashbrown v0.14.5
26282025-01-28T17:26:09.122Z Compiling thiserror v2.0.11
26292025-01-28T17:26:09.135Z Compiling thiserror-impl v2.0.11
26302025-01-28T17:26:09.150Z Compiling ident_case v1.0.1
26312025-01-28T17:26:09.164Z Compiling unsafe-libyaml v0.2.11
26322025-01-28T17:26:09.182Z Compiling ipnetwork v0.20.0
26332025-01-28T17:26:09.185Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26342025-01-28T17:26:09.185Z Compiling progenitor-client v0.9.1
26352025-01-28T17:26:09.321Z Compiling darling_core v0.20.10
26362025-01-28T17:26:09.672Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
26372025-01-28T17:26:09.787Z Compiling macaddr v1.0.1
26382025-01-28T17:26:10.010Z Compiling progenitor-client v0.8.0
26392025-01-28T17:26:10.060Z Compiling instant v0.1.13
26402025-01-28T17:26:10.222Z Compiling regress v0.10.1
26412025-01-28T17:26:10.244Z Compiling structmeta-derive v0.3.0
26422025-01-28T17:26:10.244Z Compiling dropshot v0.15.1
26432025-01-28T17:26:10.318Z Compiling regress v0.9.1
26442025-01-28T17:26:10.491Z Compiling serde_yaml v0.9.34+deprecated
26452025-01-28T17:26:10.647Z Compiling dropshot_endpoint v0.15.1
26462025-01-28T17:26:10.981Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26472025-01-28T17:26:12.245Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26482025-01-28T17:26:12.507Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26492025-01-28T17:26:12.924Z Compiling structmeta v0.3.0
26502025-01-28T17:26:13.272Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26512025-01-28T17:26:13.307Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26522025-01-28T17:26:13.340Z Compiling parse-display-derive v0.10.0
26532025-01-28T17:26:13.510Z Compiling backoff v0.4.0
26542025-01-28T17:26:13.736Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26552025-01-28T17:26:13.867Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26562025-01-28T17:26:14.055Z Compiling typify-impl v0.2.0
26572025-01-28T17:26:14.143Z Compiling tempfile v3.13.0
26582025-01-28T17:26:14.499Z Compiling proc-macro-crate v1.3.1
26592025-01-28T17:26:14.974Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26602025-01-28T17:26:14.999Z Compiling typify-impl v0.3.0
26612025-01-28T17:26:15.218Z Compiling itertools v0.13.0
26622025-01-28T17:26:15.348Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26632025-01-28T17:26:15.429Z Compiling num_enum_derive v0.5.11
26642025-01-28T17:26:15.457Z Compiling darling_macro v0.20.10
26652025-01-28T17:26:15.637Z Compiling zerocopy v0.8.10
26662025-01-28T17:26:16.371Z Compiling darling v0.20.10
26672025-01-28T17:26:16.510Z Compiling serde_with_macros v3.11.0
26682025-01-28T17:26:16.579Z Compiling zerocopy-derive v0.8.10
26692025-01-28T17:26:17.373Z Compiling parse-display v0.10.0
26702025-01-28T17:26:17.760Z Compiling num_enum v0.5.11
26712025-01-28T17:26:17.954Z Compiling foreign-types-macros v0.2.3
26722025-01-28T17:26:18.024Z Compiling heapless v0.8.0
26732025-01-28T17:26:18.024Z Compiling foreign-types-shared v0.3.1
26742025-01-28T17:26:18.189Z Compiling crucible-workspace-hack v0.1.0
26752025-01-28T17:26:18.533Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26762025-01-28T17:26:18.893Z Compiling proc-macro-error v1.0.4
26772025-01-28T17:26:19.148Z Compiling serde_with v3.11.0
26782025-01-28T17:26:19.233Z Compiling foreign-types v0.5.0
26792025-01-28T17:26:19.543Z Compiling camino-tempfile v1.1.1
26802025-01-28T17:26:19.746Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26812025-01-28T17:26:19.996Z Compiling hash32 v0.3.1
26822025-01-28T17:26:20.272Z Compiling cstr-argument v0.1.2
26832025-01-28T17:26:20.526Z Compiling smoltcp v0.11.0
26842025-01-28T17:26:20.614Z Compiling pretty-hex v0.2.1
26852025-01-28T17:26:20.819Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26862025-01-28T17:26:21.198Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26872025-01-28T17:26:21.252Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26882025-01-28T17:26:21.892Z Compiling tabwriter v1.4.0
26892025-01-28T17:26:22.290Z Compiling colored v2.1.0
26902025-01-28T17:26:22.327Z Compiling cobs v0.2.3
26912025-01-28T17:26:22.548Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26922025-01-28T17:26:22.694Z Compiling postcard v1.0.10
26932025-01-28T17:26:22.878Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26942025-01-28T17:26:23.094Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26952025-01-28T17:26:23.113Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26962025-01-28T17:26:23.342Z Compiling smf v0.2.3
26972025-01-28T17:26:23.450Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26982025-01-28T17:26:23.957Z Compiling zone_cfg_derive v0.3.0
26992025-01-28T17:26:24.105Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
27002025-01-28T17:26:24.555Z Compiling num-derive v0.4.2
27012025-01-28T17:26:24.598Z Compiling sigpipe v0.1.3
27022025-01-28T17:26:24.742Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27032025-01-28T17:26:25.079Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27042025-01-28T17:26:25.228Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27052025-01-28T17:26:25.360Z Compiling zone v0.3.0
27062025-01-28T17:26:25.993Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27072025-01-28T17:26:26.016Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
27082025-01-28T17:26:26.446Z Compiling universal-hash v0.5.1
27092025-01-28T17:26:26.664Z Compiling opaque-debug v0.3.1
27102025-01-28T17:26:26.723Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
27112025-01-28T17:26:26.784Z Compiling tungstenite v0.21.0
27122025-01-28T17:26:26.806Z Compiling num-rational v0.4.2
27132025-01-28T17:26:26.825Z Compiling password-hash v0.5.0
27142025-01-28T17:26:27.587Z Compiling blake2 v0.10.6
27152025-01-28T17:26:27.609Z Compiling num-complex v0.4.6
27162025-01-28T17:26:27.803Z Compiling aead v0.5.2
27172025-01-28T17:26:28.213Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27182025-01-28T17:26:28.438Z Compiling convert_case v0.4.0
27192025-01-28T17:26:28.518Z Compiling keccak v0.1.5
27202025-01-28T17:26:28.600Z Compiling base64 v0.21.7
27212025-01-28T17:26:28.836Z Compiling sha3 v0.10.8
27222025-01-28T17:26:28.963Z Compiling num v0.4.3
27232025-01-28T17:26:29.091Z Compiling argon2 v0.5.3
27242025-01-28T17:26:29.258Z Compiling tokio-tungstenite v0.21.0
27252025-01-28T17:26:29.287Z Compiling derive_more v0.99.18
27262025-01-28T17:26:29.589Z Compiling typify-macro v0.2.0
27272025-01-28T17:26:29.801Z Compiling poly1305 v0.8.0
27282025-01-28T17:26:29.877Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27292025-01-28T17:26:29.933Z Compiling chacha20 v0.9.1
27302025-01-28T17:26:30.101Z Compiling float-ord v0.3.2
27312025-01-28T17:26:30.309Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27322025-01-28T17:26:30.417Z Compiling same-file v1.0.6
27332025-01-28T17:26:30.449Z Compiling typify-macro v0.3.0
27342025-01-28T17:26:30.744Z Compiling semver v0.1.20
27352025-01-28T17:26:30.764Z Compiling walkdir v2.5.0
27362025-01-28T17:26:31.354Z Compiling rustc_version v0.1.7
27372025-01-28T17:26:31.467Z Compiling newline-converter v0.3.0
27382025-01-28T17:26:31.521Z Compiling primeorder v0.13.6
27392025-01-28T17:26:31.665Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
27402025-01-28T17:26:31.781Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27412025-01-28T17:26:31.834Z Compiling secrecy v0.8.0
27422025-01-28T17:26:31.961Z Compiling cancel-safe-futures v0.1.5
27432025-01-28T17:26:32.042Z Compiling owo-colors v4.1.0
27442025-01-28T17:26:32.099Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27452025-01-28T17:26:32.283Z Compiling newtype_derive v0.1.6
27462025-01-28T17:26:32.339Z Compiling expectorate v1.1.0
27472025-01-28T17:26:32.383Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
27482025-01-28T17:26:32.563Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27492025-01-28T17:26:32.623Z Compiling thiserror-impl-no-std v2.0.2
27502025-01-28T17:26:32.862Z Compiling blake3 v1.5.4
27512025-01-28T17:26:32.957Z Compiling unicase v2.7.0
27522025-01-28T17:26:33.000Z Compiling half v2.4.1
27532025-01-28T17:26:33.292Z Compiling ciborium-io v0.2.2
27542025-01-28T17:26:33.403Z Compiling typify v0.2.0
27552025-01-28T17:26:33.449Z Compiling arc-swap v1.7.1
27562025-01-28T17:26:33.470Z Compiling ciborium-ll v0.2.2
27572025-01-28T17:26:33.534Z Compiling progenitor-impl v0.8.0
27582025-01-28T17:26:33.766Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
27592025-01-28T17:26:33.892Z Compiling slog-scope v4.4.0
27602025-01-28T17:26:34.017Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27612025-01-28T17:26:34.268Z Compiling typify v0.3.0
27622025-01-28T17:26:34.364Z Compiling polyval v0.6.2
27632025-01-28T17:26:34.419Z Compiling progenitor-impl v0.9.1
27642025-01-28T17:26:34.818Z Compiling atomicwrites v0.4.4
27652025-01-28T17:26:34.909Z Compiling libsw v3.3.1
27662025-01-28T17:26:35.198Z Compiling memmap2 v0.9.5
27672025-01-28T17:26:35.259Z Compiling arrayvec v0.7.6
27682025-01-28T17:26:35.379Z Compiling thiserror-no-std v2.0.2
27692025-01-28T17:26:35.530Z Compiling arrayref v0.3.9
27702025-01-28T17:26:35.646Z Compiling constant_time_eq v0.3.1
27712025-01-28T17:26:35.668Z Compiling parking_lot_core v0.8.6
27722025-01-28T17:26:35.671Z Compiling salty v0.3.0
27732025-01-28T17:26:35.851Z Compiling linear-map v1.2.0
27742025-01-28T17:26:35.965Z Compiling indent_write v2.2.0
27752025-01-28T17:26:36.108Z Compiling libefi-sys v0.1.0
27762025-01-28T17:26:36.176Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27772025-01-28T17:26:36.195Z Compiling vsss-rs v3.3.4
27782025-01-28T17:26:36.198Z Compiling ghash v0.5.1
27792025-01-28T17:26:36.468Z Compiling slog-stdlog v4.1.1
27802025-01-28T17:26:36.578Z Compiling ciborium v0.2.2
27812025-01-28T17:26:37.336Z Compiling p384 v0.13.0
27822025-01-28T17:26:37.584Z Compiling toolchain_find v0.4.0
27832025-01-28T17:26:37.883Z Compiling chacha20poly1305 v0.10.1
27842025-01-28T17:26:37.912Z Compiling ctr v0.9.2
27852025-01-28T17:26:38.154Z Compiling lzma-sys v0.1.20
27862025-01-28T17:26:38.239Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27872025-01-28T17:26:38.296Z Compiling bitfield-struct v0.6.2
27882025-01-28T17:26:38.672Z Compiling slog-dtrace v0.3.0
27892025-01-28T17:26:38.899Z Compiling topological-sort v0.2.2
27902025-01-28T17:26:38.946Z Compiling highway v1.2.0
27912025-01-28T17:26:39.131Z Compiling omicron-zone-package v0.12.0
27922025-01-28T17:26:39.274Z Compiling aes-gcm v0.10.3
27932025-01-28T17:26:39.585Z Compiling rustfmt-wrapper v0.2.1
27942025-01-28T17:26:39.679Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27952025-01-28T17:26:39.703Z Compiling mime_guess v2.0.5
27962025-01-28T17:26:39.866Z Compiling slog-envlogger v2.2.0
27972025-01-28T17:26:40.192Z Compiling steno v0.4.1
27982025-01-28T17:26:40.701Z Compiling progenitor-macro v0.8.0
27992025-01-28T17:26:40.733Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28002025-01-28T17:26:40.902Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28012025-01-28T17:26:40.926Z Compiling heck v0.3.3
28022025-01-28T17:26:41.298Z Compiling ssh-encoding v0.2.0
28032025-01-28T17:26:41.381Z Compiling blowfish v0.9.1
28042025-01-28T17:26:41.402Z Compiling progenitor-macro v0.9.1
28052025-01-28T17:26:41.540Z Compiling nibble_vec v0.1.0
28062025-01-28T17:26:41.776Z Compiling env_filter v0.1.2
28072025-01-28T17:26:41.814Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28082025-01-28T17:26:41.831Z Compiling endian-type v0.1.2
28092025-01-28T17:26:41.947Z Compiling humantime v2.1.0
28102025-01-28T17:26:42.009Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28112025-01-28T17:26:42.073Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28122025-01-28T17:26:42.371Z Compiling env_logger v0.11.5
28132025-01-28T17:26:42.420Z Compiling radix_trie v0.2.1
28142025-01-28T17:26:42.464Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28152025-01-28T17:26:42.484Z Compiling ssh-cipher v0.2.0
28162025-01-28T17:26:43.070Z Compiling bcrypt-pbkdf v0.10.0
28172025-01-28T17:26:43.096Z Compiling zone_cfg_derive v0.1.2
28182025-01-28T17:26:43.352Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28192025-01-28T17:26:43.999Z Compiling parking_lot v0.11.2
28202025-01-28T17:26:44.188Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28212025-01-28T17:26:44.494Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28222025-01-28T17:26:44.564Z Compiling password-hash v0.4.2
28232025-01-28T17:26:44.851Z Compiling gethostname v0.5.0
28242025-01-28T17:26:44.893Z Compiling fxhash v0.2.1
28252025-01-28T17:26:44.914Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28262025-01-28T17:26:45.050Z Compiling zip v2.1.3
28272025-01-28T17:26:45.071Z Compiling http-range v0.1.5
28282025-01-28T17:26:45.126Z Compiling bumpalo v3.16.0
28292025-01-28T17:26:45.239Z Compiling simd-adler32 v0.3.7
28302025-01-28T17:26:45.360Z Compiling base64 v0.13.1
28312025-01-28T17:26:45.395Z Compiling lockfree-object-pool v0.1.6
28322025-01-28T17:26:45.488Z Compiling sled v0.34.7
28332025-01-28T17:26:45.591Z Compiling pbkdf2 v0.11.0
28342025-01-28T17:26:45.692Z Compiling zopfli v0.8.1
28352025-01-28T17:26:45.806Z Compiling ron v0.7.1
28362025-01-28T17:26:45.905Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28372025-01-28T17:26:45.991Z Compiling zone v0.1.8
28382025-01-28T17:26:46.574Z Compiling xz2 v0.1.7
28392025-01-28T17:26:47.037Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28402025-01-28T17:26:47.318Z Compiling ssh-key v0.6.6
28412025-01-28T17:26:47.437Z Compiling hickory-client v0.24.2
28422025-01-28T17:26:48.169Z Compiling p521 v0.13.3
28432025-01-28T17:26:48.334Z Compiling p256 v0.13.2
28442025-01-28T17:26:48.785Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28452025-01-28T17:26:49.160Z Compiling hickory-server v0.24.2
28462025-01-28T17:26:49.834Z Compiling pem v3.0.4
28472025-01-28T17:26:50.437Z Compiling yasna v0.5.2
28482025-01-28T17:26:50.570Z Compiling headers-core v0.3.0
28492025-01-28T17:26:50.765Z Compiling kstat-rs v0.2.4
28502025-01-28T17:26:51.360Z Compiling nanorand v0.7.0
28512025-01-28T17:26:51.476Z Compiling russh-cryptovec v0.7.3
28522025-01-28T17:26:51.518Z Compiling atty v0.2.14
28532025-01-28T17:26:51.688Z Compiling md5 v0.7.0
28542025-01-28T17:26:51.798Z Compiling flume v0.11.1
28552025-01-28T17:26:51.902Z Compiling rcgen v0.12.1
28562025-01-28T17:26:52.019Z Compiling russh-keys v0.45.0
28572025-01-28T17:26:52.209Z Compiling headers v0.4.0
28582025-01-28T17:26:53.335Z Compiling progenitor v0.8.0
28592025-01-28T17:26:53.388Z Compiling hyper-staticfile v0.10.1
28602025-01-28T17:26:53.565Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28612025-01-28T17:26:53.944Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28622025-01-28T17:26:53.999Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28632025-01-28T17:26:54.120Z Compiling progenitor v0.9.1
28642025-01-28T17:26:54.372Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
28652025-01-28T17:26:54.407Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28662025-01-28T17:26:54.515Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28672025-01-28T17:26:55.425Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
28682025-01-28T17:26:55.446Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
28692025-01-28T17:26:55.756Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28702025-01-28T17:26:57.067Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28712025-01-28T17:26:57.738Z Compiling num-bigint v0.4.6
28722025-01-28T17:26:58.487Z Compiling des v0.8.1
28732025-01-28T17:26:58.861Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742025-01-28T17:26:59.880Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28752025-01-28T17:27:00.687Z Compiling subprocess v0.2.9
28762025-01-28T17:27:00.772Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28772025-01-28T17:27:01.039Z Compiling hex-literal v0.4.1
28782025-01-28T17:27:01.228Z Compiling display-error-chain v0.2.2
28792025-01-28T17:27:01.462Z Compiling russh v0.45.0
28802025-01-28T17:27:01.673Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28812025-01-28T17:27:02.411Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28822025-01-28T17:27:04.805Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28832025-01-28T17:27:05.287Z Compiling internet-checksum v0.2.1
28842025-01-28T17:27:09.574Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28852025-01-28T17:27:09.577Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28862025-01-28T17:27:09.577Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28872025-01-28T17:27:09.577Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28882025-01-28T17:27:10.384Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28892025-01-28T17:27:12.275Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28902025-01-28T17:27:13.380Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28912025-01-28T17:27:13.557Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28922025-01-28T17:27:14.373Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28932025-01-28T17:27:16.737Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28942025-01-28T17:27:16.778Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28952025-01-28T17:27:17.160Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28962025-01-28T17:27:17.259Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28972025-01-28T17:27:18.436Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28982025-01-28T17:27:18.571Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28992025-01-28T17:27:20.093Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29002025-01-28T17:27:20.132Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29012025-01-28T17:27:20.741Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29022025-01-28T17:27:23.157Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29032025-01-28T17:27:23.460Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29042025-01-28T17:27:23.740Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29052025-01-28T17:27:23.886Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29062025-01-28T17:27:24.955Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29072025-01-28T17:27:25.502Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29082025-01-28T17:27:28.011Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29092025-01-28T17:27:28.148Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29102025-01-28T17:27:29.576Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29112025-01-28T17:27:29.947Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29122025-01-28T17:27:37.270Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29132025-01-28T17:27:45.475Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29142025-01-28T17:27:46.933Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29152025-01-28T17:28:11.173Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29162025-01-28T17:28:30.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
29172025-01-28T17:28:31.198Z
29182025-01-28T17:28:31.198Zreal 2:23.044503894
29192025-01-28T17:28:31.198Zuser 12:06.961731978
29202025-01-28T17:28:31.198Zsys 1:33.958423430
29212025-01-28T17:28:31.198Ztrap 0.363622592
29222025-01-28T17:28:31.198Ztflt 0.867774384
29232025-01-28T17:28:31.198Zdflt 1.583223984
29242025-01-28T17:28:31.201Zkflt 0.000036466
29252025-01-28T17:28:31.201Zlock 22:30.866487494
29262025-01-28T17:28:31.201Zslp 41:50.858543073
29272025-01-28T17:28:31.201Zlat 39.322485155
29282025-01-28T17:28:31.201Zstop 1:39.721288126
29292025-01-28T17:28:31.201Z+ mkdir tests
29302025-01-28T17:28:31.204Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29312025-01-28T17:28:31.204Z+ xargs -I '{}' -t cp '{}' tests/
29322025-01-28T17:28:31.245Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-232abfd927f62e90 tests/
29332025-01-28T17:28:31.273Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8c87fef4421f80fa tests/
29342025-01-28T17:28:31.299Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a03d1d561c55036b tests/
29352025-01-28T17:28:31.326Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2d8f90e608d21217 tests/
29362025-01-28T17:28:31.612Z+ 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/*)
29372025-01-28T17:28:31.616Z+ 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-8c87fef4421f80fa tests/commtest-a03d1d561c55036b tests/dhcp_server-232abfd927f62e90 tests/end_to_end_tests-2d8f90e608d21217 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
29382025-01-28T17:29:45.111ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29392025-01-28T17:29:45.111Za .github/buildomat/ci-env.sh 1K
29402025-01-28T17:29:45.111Za out/target/test 1K
29412025-01-28T17:29:45.111Za out/npuzone/npuzone 23144K
29422025-01-28T17:29:45.111Za package-manifest.toml 34K
29432025-01-28T17:29:45.111Za smf/sled-agent/non-gimlet/config.toml 4K
29442025-01-28T17:29:45.111Za target/release/omicron-package 35976K
29452025-01-28T17:29:45.111Za target/release/xtask 11872K
29462025-01-28T17:29:45.111Za target/debug/bootstrap 220585K
29472025-01-28T17:29:45.111Za tests/bootstrap-8c87fef4421f80fa 24276K
29482025-01-28T17:29:45.111Za tests/commtest-a03d1d561c55036b 24769K
29492025-01-28T17:29:45.111Za tests/dhcp_server-232abfd927f62e90 24276K
29502025-01-28T17:29:45.111Za tests/end_to_end_tests-2d8f90e608d21217 282715K
29512025-01-28T17:29:45.111Za out/clickhouse.tar.gz 294224K
29522025-01-28T17:29:45.112Za out/clickhouse_keeper.tar.gz 281351K
29532025-01-28T17:29:45.112Za out/clickhouse_server.tar.gz 294195K
29542025-01-28T17:29:45.112Za out/cockroachdb.tar.gz 134959K
29552025-01-28T17:29:45.112Za out/crucible-dtrace.tar 99K
29562025-01-28T17:29:45.112Za out/crucible-pantry-zone.tar.gz 28529K
29572025-01-28T17:29:45.112Za out/crucible-zone.tar.gz 36820K
29582025-01-28T17:29:45.112Za out/external-dns.tar.gz 35429K
29592025-01-28T17:29:45.112Za out/internal-dns.tar.gz 35429K
29602025-01-28T17:29:45.112Za out/mg-ddm-gz.tar 63075K
29612025-01-28T17:29:45.112Za out/nexus.tar.gz 100243K
29622025-01-28T17:29:45.112Za out/ntp.tar.gz 10498K
29632025-01-28T17:29:45.112Za out/omicron-gateway-softnpu.tar.gz 24109K
29642025-01-28T17:29:45.112Za out/omicron-sled-agent.tar 113880K
29652025-01-28T17:29:45.112Za out/overlay.tar.gz 3K
29662025-01-28T17:29:45.112Za out/oximeter.tar.gz 48362K
29672025-01-28T17:29:45.112Za out/oxlog.tar 3135K
29682025-01-28T17:29:45.112Za out/probe.tar.gz 2764K
29692025-01-28T17:29:45.112Za out/propolis-server.tar.gz 66525K
29702025-01-28T17:29:45.112Za out/pumpkind-gz.tar 26665K
29712025-01-28T17:29:45.112Za out/switch-softnpu.tar.gz 237595K
29722025-01-28T17:29:45.115Z
29732025-01-28T17:29:45.115Zreal 1:13.493151695
29742025-01-28T17:29:45.115Zuser 1:10.181262253
29752025-01-28T17:29:45.115Zsys 4.890048704
29762025-01-28T17:29:45.115Ztrap 0.018244285
29772025-01-28T17:29:45.115Ztflt 0.000000000
29782025-01-28T17:29:45.115Zdflt 0.000000000
29792025-01-28T17:29:45.115Zkflt 0.000000000
29802025-01-28T17:29:45.115Zlock 0.000000000
29812025-01-28T17:29:45.116Zslp 1:09.761386809
29822025-01-28T17:29:45.116Zlat 2.129120685
29832025-01-28T17:29:45.116Zstop 0.000676970
29842025-01-28T17:29:45.118Zprocess exited: duration 1956516 ms, exit code 0
 
29852025-01-28T17:29:45.133Zfound 1 output files
29862025-01-28T17:29:45.133Zuploading: /work/package.tar.gz (1904237829 bytes)
29872025-01-28T17:30:20.817Zuploaded: /work/package.tar.gz