01JJDND5H3XFVFZYMGSHWZ0584: 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: 01JJDNDVDQ8BVY851J11G8230N

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-25T02:53:00.527Zjob assigned to worker 01JJDNZ42AKGWYHZAX6V7YHD45 [factory aws, i-07dae5a3ee63374ae] (queued for 10 m 27 s)
 
22025-01-25T02:53:09.084Zstarting task 0: "setup"
32025-01-25T02:53:09.093Z++ uname -s
42025-01-25T02:53:09.097Z+ kern=SunOS
52025-01-25T02:53:09.097Z+ case "$kern" in
62025-01-25T02:53:09.097Z+ groupadd -g 12345 build
72025-01-25T02:53:09.099Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-25T02:53:11.106Z+ zfs create -o mountpoint=/work rpool/work
92025-01-25T02:53:11.211Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-25T02:53:11.214Z+ home_fs=zfs
112025-01-25T02:53:11.214Z+ [[ zfs == autofs ]]
122025-01-25T02:53:11.214Z+ mkdir -p /home/build
132025-01-25T02:53:11.217Z+ chown build:build /home/build /work
142025-01-25T02:53:13.218Z+ chmod 0700 /home/build /work
152025-01-25T02:53:13.221Zprocess exited: duration 4138 ms, exit code 0
 
162025-01-25T02:53:13.227Zstarting task 1: "rust-toolchain"
172025-01-25T02:53:13.233Z+ printf ' * toolchain channel = "%s"
182025-01-25T02:53:13.233Z * toolchain channel = "1.84.0"
192025-01-25T02:53:13.233Z * toolchain profile = "default"
202025-01-25T02:53:13.233Z' 1.84.0
212025-01-25T02:53:13.233Z+ printf ' * toolchain profile = "%s"
222025-01-25T02:53:13.233Z' default
232025-01-25T02:53:13.235Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-25T02:53:13.235Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-25T02:53:13.355Zinfo: downloading installer
262025-01-25T02:53:14.755Zinfo: profile set to 'default'
272025-01-25T02:53:14.755Zinfo: default host triple is x86_64-unknown-illumos
282025-01-25T02:53:14.759Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-25T02:53:14.913Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-25T02:53:14.913Zinfo: downloading component 'cargo'
312025-01-25T02:53:15.794Zinfo: downloading component 'clippy'
322025-01-25T02:53:16.141Zinfo: downloading component 'rust-docs'
332025-01-25T02:53:17.363Zinfo: downloading component 'rust-std'
342025-01-25T02:53:19.157Zinfo: downloading component 'rustc'
352025-01-25T02:53:26.015Zinfo: downloading component 'rustfmt'
362025-01-25T02:53:26.273Zinfo: installing component 'cargo'
372025-01-25T02:53:27.108Zinfo: installing component 'clippy'
382025-01-25T02:53:27.486Zinfo: installing component 'rust-docs'
392025-01-25T02:53:29.165Zinfo: installing component 'rust-std'
402025-01-25T02:53:30.917Zinfo: installing component 'rustc'
412025-01-25T02:53:36.965Zinfo: installing component 'rustfmt'
422025-01-25T02:53:37.293Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-25T02:53:37.293Z
442025-01-25T02:53:37.679Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-25T02:53:37.679Z
462025-01-25T02:53:37.682Z
472025-01-25T02:53:37.682ZRust is installed now. Great!
482025-01-25T02:53:37.682Z
492025-01-25T02:53:37.682ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-25T02:53:37.682Zenvironment variable. This has not been done automatically.
512025-01-25T02:53:37.682Z
522025-01-25T02:53:37.682ZTo configure your current shell, you need to source
532025-01-25T02:53:37.682Zthe corresponding env file under $HOME/.cargo.
542025-01-25T02:53:37.682Z
552025-01-25T02:53:37.682ZThis is usually done by running one of the following (note the leading DOT):
562025-01-25T02:53:37.682Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-25T02:53:37.682Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-25T02:53:37.762Z+ rustc --version
592025-01-25T02:53:37.828Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-25T02:53:37.831Zprocess exited: duration 24600 ms, exit code 0
 
612025-01-25T02:53:37.837Zstarting task 2: "authentication"
622025-01-25T02:53:37.858Zprocess exited: duration 20 ms, exit code 0
 
632025-01-25T02:53:37.863Zstarting task 3: "clone repository"
642025-01-25T02:53:37.870Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-25T02:53:37.873Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-25T02:53:38.660ZCloning into '/work/oxidecomputer/omicron'...
672025-01-25T02:53:45.969Z+ cd /work/oxidecomputer/omicron
682025-01-25T02:53:45.969Z+ git fetch origin d4abe9a79e125ced53e6670ed395f80661ae9e20
692025-01-25T02:53:46.269ZFrom https://github.com/oxidecomputer/omicron
702025-01-25T02:53:46.269Z * branch d4abe9a79e125ced53e6670ed395f80661ae9e20 -> FETCH_HEAD
712025-01-25T02:53:46.280Z+ [[ -n new-diff-who-dis ]]
722025-01-25T02:53:46.282Z++ git branch --show-current
732025-01-25T02:53:46.285Z+ current=main
742025-01-25T02:53:46.285Z+ [[ main != new-diff-who-dis ]]
752025-01-25T02:53:46.285Z+ git branch -f new-diff-who-dis d4abe9a79e125ced53e6670ed395f80661ae9e20
762025-01-25T02:53:46.288Z+ git checkout -f new-diff-who-dis
772025-01-25T02:53:46.413ZSwitched to branch 'new-diff-who-dis'
782025-01-25T02:53:46.415Z+ git reset --hard d4abe9a79e125ced53e6670ed395f80661ae9e20
792025-01-25T02:53:46.547ZHEAD is now at d4abe9a79 New `BlueprintDiff` implementation
802025-01-25T02:53:46.550Zprocess exited: duration 8683 ms, exit code 0
 
812025-01-25T02:53:46.555Zstarting task 4: "build"
822025-01-25T02:53:46.560Z+ source .github/buildomat/ci-env.sh
832025-01-25T02:53:46.560Z++ export CARGO_TERM_COLOR=always
842025-01-25T02:53:46.560Z++ CARGO_TERM_COLOR=always
852025-01-25T02:53:46.560Z+ cargo --version
862025-01-25T02:53:46.621Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-25T02:53:46.624Z+ rustc --version
882025-01-25T02:53:46.685Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-25T02:53:46.688Z+ WORK=/work
902025-01-25T02:53:46.688Z+ pfexec mkdir -p /work
912025-01-25T02:53:46.692Z+ pfexec chown build /work
922025-01-25T02:53:46.695Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932025-01-25T02:53:50.517Zpkg list: illegal option -- F
942025-01-25T02:53:50.518ZUsage:
952025-01-25T02:53:50.520Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
962025-01-25T02:53:50.520Z [pkg_fmri_pattern ...]
972025-01-25T02:53:51.349Zpkg list: illegal option -- F
982025-01-25T02:53:51.349ZUsage:
992025-01-25T02:53:51.352Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1002025-01-25T02:53:51.352Z [pkg_fmri_pattern ...]
1012025-01-25T02:53:58.240Z Startup: Refreshing catalog 'helios-dev' ... Done
1022025-01-25T02:54:02.446Z Startup: Caching catalogs ... Done
1032025-01-25T02:54:13.667ZPlanning: Solver setup ... Done (10.406s)
1042025-01-25T02:54:13.813ZPlanning: Running solver ... Done (0.146s)
1052025-01-25T02:54:14.109ZPlanning: Finding local manifests ... Done (0.186s)
1062025-01-25T02:54:14.177ZPlanning: Fetching manifests: 0/7 0% complete
1072025-01-25T02:54:14.874ZPlanning: Fetching manifests: 7/7 100% complete
1082025-01-25T02:54:15.235ZPlanning: Package planning ... Done (0.361s)
1092025-01-25T02:54:15.293ZPlanning: Merging actions ... Done (0.058s)
1102025-01-25T02:54:16.137ZPlanning: Checking for conflicting actions ... Done (0.844s)
1112025-01-25T02:54:21.495ZPlanning: Consolidating action changes ... Done (5.356s)
1122025-01-25T02:54:21.986ZPlanning: Evaluating mediators ... Done (0.492s)
1132025-01-25T02:54:22.069ZPlanning: Planning completed in 19.52 seconds
1142025-01-25T02:54:22.085Z Packages to install: 4
1152025-01-25T02:54:22.085Z Packages to update: 3
1162025-01-25T02:54:22.085Z Mediators to change: 2
1172025-01-25T02:54:22.085Z Services to change: 1
1182025-01-25T02:54:22.085Z Estimated space available: 155.61 GB
1192025-01-25T02:54:22.089ZEstimated space to be consumed: 1.64 GB
1202025-01-25T02:54:22.089Z Create boot environment: No
1212025-01-25T02:54:22.089ZCreate backup boot environment: Yes
1222025-01-25T02:54:22.089Z Rebuild boot archive: No
1232025-01-25T02:54:22.089Z
1242025-01-25T02:54:22.089ZChanged mediators:
1252025-01-25T02:54:22.089Z mediator clang:
1262025-01-25T02:54:22.089Z version: None -> 15 (system default)
1272025-01-25T02:54:22.089Z
1282025-01-25T02:54:22.089Z mediator llvm:
1292025-01-25T02:54:22.089Z version: 14 (system default) -> 15 (system default)
1302025-01-25T02:54:22.089Z
1312025-01-25T02:54:22.089ZChanged packages:
1322025-01-25T02:54:22.089Zhelios-dev
1332025-01-25T02:54:22.090Z developer/build-essential
1342025-01-25T02:54:22.090Z None -> 11-2.0
1352025-01-25T02:54:22.090Z library/libxmlsec1
1362025-01-25T02:54:22.090Z None -> 1.2.35-2.0
1372025-01-25T02:54:22.090Z ooce/developer/clang-15
1382025-01-25T02:54:22.090Z None -> 15.0.7-2.0
1392025-01-25T02:54:22.090Z ooce/developer/llvm-15
1402025-01-25T02:54:22.090Z None -> 15.0.7-2.0
1412025-01-25T02:54:22.090Z package/pkg
1422025-01-25T02:54:22.090Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1432025-01-25T02:54:22.090Z system/library/g++-runtime
1442025-01-25T02:54:22.090Z 13-2.0 -> 14-2.0
1452025-01-25T02:54:22.090Z system/library/gcc-runtime
1462025-01-25T02:54:22.090Z 13-2.0 -> 14-2.0
1472025-01-25T02:54:22.090Z
1482025-01-25T02:54:22.090ZServices:
1492025-01-25T02:54:22.090Z restart_fmri:
1502025-01-25T02:54:22.090Z svc:/system/update-man-index:default
1512025-01-25T02:54:22.090Z
1522025-01-25T02:54:22.090ZEditable files to change:
1532025-01-25T02:54:22.090Z Update:
1542025-01-25T02:54:22.090Z usr/share/lib/pkg/web/config.shtml
1552025-01-25T02:54:22.364Z
1562025-01-25T02:54:22.364ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1572025-01-25T02:54:27.366ZDownload: 1138/4301 items 60.8/225.4MB 26% complete (12.1M/s)
1582025-01-25T02:54:32.367ZDownload: 1264/4301 items 113.5/225.4MB 50% complete (11.4M/s)
1592025-01-25T02:54:44.084ZDownload: 2221/4301 items 118.5/225.4MB 52% complete (8.4M/s)
1602025-01-25T02:54:56.743ZDownload: 2222/4301 items 118.6/225.4MB 52% complete
1612025-01-25T02:55:01.743ZDownload: 3443/4301 items 215.2/225.4MB 95% complete (19.5M/s)
1622025-01-25T02:55:04.620ZDownload: Completed 225.42 MB in 42.25 seconds (5.3M/s)
1632025-01-25T02:55:07.282Z Actions: 1/5122 actions (Removing old actions)
1642025-01-25T02:55:07.304Z Actions: 194/5122 actions (Installing new actions)
1652025-01-25T02:55:12.433Z Actions: 4248/5122 actions (Installing new actions)
1662025-01-25T02:55:12.435Z Actions: 4267/5122 actions (Updating modified actions)
1672025-01-25T02:55:12.990Z Actions: Completed 5122 actions in 5.71 seconds.
1682025-01-25T02:55:13.396Z Done (0.399s)
1692025-01-25T02:55:13.399Z Done (0.001s)
1702025-01-25T02:55:13.992Z Done (0.593s)
1712025-01-25T02:55:20.027Z Done (5.801s)
1722025-01-25T02:55:20.411Z Done (0.292s)
1732025-01-25T02:55:20.414Z Done (0.000s)
1742025-01-25T02:55:20.579Z Done (0.000s)
1752025-01-25T02:55:21.276ZPlanning: Evaluating mediator changes ... Done
1762025-01-25T02:55:21.440ZPlanning: Checking for conflicting actions ... Done
1772025-01-25T02:55:21.442ZPlanning: Consolidating action changes ... Done
1782025-01-25T02:55:21.707ZPlanning: Evaluating mediators ... Done
1792025-01-25T02:55:21.711ZPlanning: Planning completed in 0.43 seconds
1802025-01-25T02:55:21.747Z Mediators to change: 2
1812025-01-25T02:55:21.748Z Create boot environment: No
1822025-01-25T02:55:21.751ZCreate backup boot environment: No
1832025-01-25T02:55:21.847Z Done
1842025-01-25T02:55:21.847Z Done
1852025-01-25T02:55:22.218Z Done
1862025-01-25T02:55:25.862Z Done
1872025-01-25T02:55:25.952Z Done
1882025-01-25T02:55:25.955Z Done
1892025-01-25T02:55:26.088Z Done
1902025-01-25T02:55:26.700ZPlanning: Evaluating mediator changes ... Done
1912025-01-25T02:55:26.711ZPlanning: Merging actions ... Done
1922025-01-25T02:55:26.898ZPlanning: Checking for conflicting actions ... Done
1932025-01-25T02:55:26.915ZPlanning: Consolidating action changes ... Done
1942025-01-25T02:55:27.159ZPlanning: Evaluating mediators ... Done
1952025-01-25T02:55:27.216ZPlanning: Planning completed in 0.76 seconds
1962025-01-25T02:55:27.256Z Packages to change: 1
1972025-01-25T02:55:27.256Z Mediators to change: 1
1982025-01-25T02:55:27.264Z Services to change: 1
1992025-01-25T02:55:27.264Z Create boot environment: No
2002025-01-25T02:55:27.264ZCreate backup boot environment: Yes
2012025-01-25T02:55:29.444Z Actions: 1/6 actions (Updating modified actions)
2022025-01-25T02:55:29.448Z Actions: Completed 6 actions in 0.00 seconds.
2032025-01-25T02:55:29.448Z Done
2042025-01-25T02:55:29.448Z Done
2052025-01-25T02:55:29.567Z Done
2062025-01-25T02:55:33.190Z Done
2072025-01-25T02:55:33.281Z Done
2082025-01-25T02:55:33.285Z Done
2092025-01-25T02:55:33.419Z Done
2102025-01-25T02:55:33.852ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2112025-01-25T02:55:33.852Zclang system 15 system
2122025-01-25T02:55:33.852Zcsh system system illumos
2132025-01-25T02:55:33.852Zctags system system illumos
2142025-01-25T02:55:33.852Zgcc vendor 12 vendor
2152025-01-25T02:55:33.852Zgcc system 10 system
2162025-01-25T02:55:33.853Zgcc system 7 system
2172025-01-25T02:55:33.853Zgo system 1.20 system
2182025-01-25T02:55:33.853Zgo system 1.19 system
2192025-01-25T02:55:33.853Zllvm system 15 system
2202025-01-25T02:55:33.853Zllvm system 14 system
2212025-01-25T02:55:33.853Zmariadb system 10.6 system
2222025-01-25T02:55:33.853Zmta vendor vendor dma
2232025-01-25T02:55:33.853Zopenjdk system 17 system
2242025-01-25T02:55:33.853Zopenjdk system 11 system
2252025-01-25T02:55:33.853Zopenjdk system 1.8 system
2262025-01-25T02:55:33.853Zopenssl vendor 3 vendor
2272025-01-25T02:55:33.853Zperl system 5.36 system
2282025-01-25T02:55:33.853Zpostgresql system 15 system
2292025-01-25T02:55:33.853Zpostgresql system 13 system
2302025-01-25T02:55:33.853Zpython vendor 3 vendor
2312025-01-25T02:55:33.853Zpython system 2 system
2322025-01-25T02:55:33.853Zpython3 system 3.11 system
2332025-01-25T02:55:33.853Zruby system 3.0 system
2342025-01-25T02:55:33.853Zwords vendor vendor american-english
2352025-01-25T02:55:33.853Zwords system system australian-english
2362025-01-25T02:55:33.853Zwords system system british-english
2372025-01-25T02:55:33.853Zwords system system canadian-english
2382025-01-25T02:55:33.853Zwords system system french
2392025-01-25T02:55:33.853Zwords system system italian
2402025-01-25T02:55:33.853Zwords system system ngerman
2412025-01-25T02:55:33.853Zwords system system ogerman
2422025-01-25T02:55:33.853Zwords system system spanish
2432025-01-25T02:55:34.183ZPUBLISHER TYPE STATUS P LOCATION
2442025-01-25T02:55:34.183Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2452025-01-25T02:55:37.005ZFMRI IFO
2462025-01-25T02:55:37.005Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2472025-01-25T02:55:37.005Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2482025-01-25T02:55:37.005Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2492025-01-25T02:55:37.005Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2502025-01-25T02:55:37.005Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2512025-01-25T02:55:37.005Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2522025-01-25T02:55:37.005Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2532025-01-25T02:55:37.005Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2542025-01-25T02:55:37.005Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2552025-01-25T02:55:37.005Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2562025-01-25T02:55:37.005Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2572025-01-25T02:55:37.006Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2582025-01-25T02:55:37.006Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2592025-01-25T02:55:37.006Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2602025-01-25T02:55:37.006Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2612025-01-25T02:55:37.762Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2622025-01-25T02:55:38.043Z Updating crates.io index
2632025-01-25T02:55:38.046Z Updating git repository `https://github.com/oxidecomputer/diffus`
2642025-01-25T02:55:38.466Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2652025-01-25T02:55:38.986Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2662025-01-25T02:55:39.345Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2672025-01-25T02:55:39.595Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2682025-01-25T02:55:39.885Z Updating git repository `https://github.com/oxidecomputer/propolis`
2692025-01-25T02:55:40.858Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702025-01-25T02:55:42.470Z Updating git repository `https://github.com/oxidecomputer/opte`
2712025-01-25T02:55:43.119Z Updating git repository `https://github.com/oxidecomputer/falcon`
2722025-01-25T02:55:43.973Z Updating git repository `https://github.com/oxidecomputer/clickward`
2732025-01-25T02:55:44.290Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742025-01-25T02:55:44.646Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2752025-01-25T02:55:45.273Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2762025-01-25T02:55:45.608Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2772025-01-25T02:55:45.917Z Updating git repository `https://github.com/oxidecomputer/tofino`
2782025-01-25T02:55:46.218Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792025-01-25T02:55:46.428Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802025-01-25T02:55:46.680Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812025-01-25T02:55:46.984Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2822025-01-25T02:55:47.275Z Updating git repository `https://github.com/oxidecomputer/ispf`
2832025-01-25T02:55:47.696Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2842025-01-25T02:55:47.938Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2852025-01-25T02:55:48.445Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2862025-01-25T02:55:48.706Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2872025-01-25T02:55:49.130Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2882025-01-25T02:55:49.518Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2892025-01-25T02:55:49.835Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2902025-01-25T02:55:50.123Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2912025-01-25T02:55:50.406Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2922025-01-25T02:55:51.788Z Downloading crates ...
2932025-01-25T02:55:51.877Z Downloaded autocfg v1.4.0
2942025-01-25T02:55:51.891Z Downloaded bitflags v2.6.0
2952025-01-25T02:55:51.895Z Downloaded fs-err v2.11.0
2962025-01-25T02:55:51.898Z Downloaded anyhow v1.0.93
2972025-01-25T02:55:51.906Z Downloaded usdt-attr-macro v0.5.0
2982025-01-25T02:55:51.910Z Downloaded heck v0.5.0
2992025-01-25T02:55:51.910Z Downloaded anstream v0.6.15
3002025-01-25T02:55:51.913Z Downloaded proc-macro-error-attr v1.0.4
3012025-01-25T02:55:51.913Z Downloaded pretty-hex v0.4.1
3022025-01-25T02:55:51.913Z Downloaded dtrace-parser v0.2.0
3032025-01-25T02:55:51.917Z Downloaded equivalent v1.0.1
3042025-01-25T02:55:51.919Z Downloaded memmap v0.7.0
3052025-01-25T02:55:51.919Z Downloaded cfg-if v1.0.0
3062025-01-25T02:55:51.922Z Downloaded serde_spanned v0.6.8
3072025-01-25T02:55:51.924Z Downloaded block-buffer v0.10.4
3082025-01-25T02:55:51.924Z Downloaded generic-array v0.14.7
3092025-01-25T02:55:51.927Z Downloaded strsim v0.11.1
3102025-01-25T02:55:51.927Z Downloaded smawk v0.3.2
3112025-01-25T02:55:51.930Z Downloaded toml_datetime v0.6.8
3122025-01-25T02:55:51.930Z Downloaded fastrand v2.1.1
3132025-01-25T02:55:51.930Z Downloaded is_terminal_polyfill v1.70.1
3142025-01-25T02:55:51.933Z Downloaded anstyle-parse v0.2.5
3152025-01-25T02:55:51.933Z Downloaded scroll_derive v0.12.0
3162025-01-25T02:55:51.937Z Downloaded usdt v0.5.0
3172025-01-25T02:55:51.940Z Downloaded scroll v0.12.0
3182025-01-25T02:55:51.940Z Downloaded thread-id v4.2.2
3192025-01-25T02:55:51.942Z Downloaded tabled_derive v0.7.0
3202025-01-25T02:55:51.942Z Downloaded itoa v1.0.11
3212025-01-25T02:55:51.945Z Downloaded heck v0.4.1
3222025-01-25T02:55:51.945Z Downloaded crypto-common v0.1.6
3232025-01-25T02:55:51.947Z Downloaded plain v0.2.3
3242025-01-25T02:55:51.948Z Downloaded clap_lex v0.7.2
3252025-01-25T02:55:51.950Z Downloaded cargo-platform v0.1.8
3262025-01-25T02:55:51.950Z Downloaded bytecount v0.6.8
3272025-01-25T02:55:51.953Z Downloaded once_cell v1.20.2
3282025-01-25T02:55:51.955Z Downloaded digest v0.10.7
3292025-01-25T02:55:51.958Z Downloaded unicode-linebreak v0.1.5
3302025-01-25T02:55:51.961Z Downloaded pest_generator v2.7.14
3312025-01-25T02:55:51.961Z Downloaded terminal_size v0.4.0
3322025-01-25T02:55:51.963Z Downloaded thiserror v1.0.69
3332025-01-25T02:55:51.966Z Downloaded thiserror-impl v1.0.69
3342025-01-25T02:55:51.968Z Downloaded colorchoice v1.0.2
3352025-01-25T02:55:51.968Z Downloaded semver v1.0.24
3362025-01-25T02:55:51.971Z Downloaded proc-macro-error v1.0.4
3372025-01-25T02:55:51.974Z Downloaded sha2 v0.10.8
3382025-01-25T02:55:51.976Z Downloaded quote v1.0.38
3392025-01-25T02:55:51.979Z Downloaded usdt-macro v0.5.0
3402025-01-25T02:55:51.979Z Downloaded dof v0.3.0
3412025-01-25T02:55:51.979Z Downloaded clap_derive v4.5.18
3422025-01-25T02:55:51.982Z Downloaded ryu v1.0.18
3432025-01-25T02:55:51.985Z Downloaded proc-macro2 v1.0.92
3442025-01-25T02:55:51.987Z Downloaded cargo_metadata v0.18.1
3452025-01-25T02:55:51.988Z Downloaded anstyle-query v1.1.1
3462025-01-25T02:55:51.990Z Downloaded serde_tokenstream v0.2.2
3472025-01-25T02:55:51.990Z Downloaded camino-tempfile v1.1.1
3482025-01-25T02:55:51.993Z Downloaded version_check v0.9.5
3492025-01-25T02:55:51.996Z Downloaded clap v4.5.21
3502025-01-25T02:55:52.003Z Downloaded papergrid v0.11.0
3512025-01-25T02:55:52.007Z Downloaded toml v0.8.19
3522025-01-25T02:55:52.010Z Downloaded cargo_toml v0.20.5
3532025-01-25T02:55:52.013Z Downloaded macaddr v1.0.1
3542025-01-25T02:55:52.013Z Downloaded swrite v0.1.0
3552025-01-25T02:55:52.015Z Downloaded log v0.4.22
3562025-01-25T02:55:52.018Z Downloaded typenum v1.17.0
3572025-01-25T02:55:52.018Z Downloaded camino v1.1.9
3582025-01-25T02:55:52.020Z Downloaded unicode-ident v1.0.14
3592025-01-25T02:55:52.023Z Downloaded anstyle v1.0.10
3602025-01-25T02:55:52.027Z Downloaded pest_derive v2.7.14
3612025-01-25T02:55:52.029Z Downloaded zerocopy-derive v0.7.35
3622025-01-25T02:55:52.033Z Downloaded byteorder v1.5.0
3632025-01-25T02:55:52.035Z Downloaded utf8parse v0.2.2
3642025-01-25T02:55:52.037Z Downloaded serde_derive v1.0.217
3652025-01-25T02:55:52.040Z Downloaded cpufeatures v0.2.14
3662025-01-25T02:55:52.042Z Downloaded usdt-impl v0.5.0
3672025-01-25T02:55:52.045Z Downloaded textwrap v0.16.1
3682025-01-25T02:55:52.048Z Downloaded indexmap v2.7.0
3692025-01-25T02:55:52.051Z Downloaded ucd-trie v0.1.7
3702025-01-25T02:55:52.056Z Downloaded tempfile v3.13.0
3712025-01-25T02:55:52.069Z Downloaded pest_meta v2.7.14
3722025-01-25T02:55:52.072Z Downloaded fnv v1.0.7
3732025-01-25T02:55:52.084Z Downloaded errno v0.3.9
3742025-01-25T02:55:52.086Z Downloaded memchr v2.7.4
3752025-01-25T02:55:52.094Z Downloaded toml_edit v0.22.22
3762025-01-25T02:55:52.148Z Downloaded zerocopy v0.7.35
3772025-01-25T02:55:52.153Z Downloaded pest v2.7.14
3782025-01-25T02:55:52.153Z Downloaded serde v1.0.217
3792025-01-25T02:55:52.153Z Downloaded serde_json v1.0.135
3802025-01-25T02:55:52.153Z Downloaded tabled v0.15.0
3812025-01-25T02:55:52.187Z Downloaded goblin v0.8.2
3822025-01-25T02:55:52.190Z Downloaded winnow v0.6.20
3832025-01-25T02:55:52.191Z Downloaded hashbrown v0.15.1
3842025-01-25T02:55:52.191Z Downloaded syn v1.0.109
3852025-01-25T02:55:52.191Z Downloaded clap_builder v4.5.21
3862025-01-25T02:55:52.195Z Downloaded syn v2.0.96
3872025-01-25T02:55:52.205Z Downloaded unicode-width v0.1.14
3882025-01-25T02:55:52.211Z Downloaded rustix v0.38.37
3892025-01-25T02:55:52.248Z Downloaded libc v0.2.169
3902025-01-25T02:55:52.557Z Compiling proc-macro2 v1.0.92
3912025-01-25T02:55:52.557Z Compiling unicode-ident v1.0.14
3922025-01-25T02:55:52.561Z Compiling serde v1.0.217
3932025-01-25T02:55:52.561Z Compiling version_check v0.9.5
3942025-01-25T02:55:52.561Z Compiling thiserror v1.0.69
3952025-01-25T02:55:52.561Z Compiling memchr v2.7.4
3962025-01-25T02:55:52.593Z Compiling libc v0.2.169
3972025-01-25T02:55:52.596Z Compiling itoa v1.0.11
3982025-01-25T02:55:52.831Z Compiling ryu v1.0.18
3992025-01-25T02:55:52.955Z Compiling ucd-trie v0.1.7
4002025-01-25T02:55:53.192Z Compiling once_cell v1.20.2
4012025-01-25T02:55:53.375Z Compiling byteorder v1.5.0
4022025-01-25T02:55:53.511Z Compiling rustix v0.38.37
4032025-01-25T02:55:53.597Z Compiling serde_json v1.0.135
4042025-01-25T02:55:53.966Z Compiling bitflags v2.6.0
4052025-01-25T02:55:53.993Z Compiling usdt-impl v0.5.0
4062025-01-25T02:55:54.244Z Compiling proc-macro-error-attr v1.0.4
4072025-01-25T02:55:54.318Z Compiling syn v1.0.109
4082025-01-25T02:55:54.366Z Compiling proc-macro-error v1.0.4
4092025-01-25T02:55:54.369Z Compiling log v0.4.22
4102025-01-25T02:55:54.485Z Compiling quote v1.0.38
4112025-01-25T02:55:54.607Z Compiling errno v0.3.9
4122025-01-25T02:55:54.649Z Compiling plain v0.2.3
4132025-01-25T02:55:54.753Z Compiling utf8parse v0.2.2
4142025-01-25T02:55:54.778Z Compiling hashbrown v0.15.1
4152025-01-25T02:55:54.859Z Compiling syn v2.0.96
4162025-01-25T02:55:54.916Z Compiling equivalent v1.0.1
4172025-01-25T02:55:54.960Z Compiling camino v1.1.9
4182025-01-25T02:55:55.036Z Compiling thread-id v4.2.2
4192025-01-25T02:55:55.096Z Compiling anstyle-parse v0.2.5
4202025-01-25T02:55:55.453Z Compiling anstyle v1.0.10
4212025-01-25T02:55:55.619Z Compiling colorchoice v1.0.2
4222025-01-25T02:55:55.648Z Compiling autocfg v1.4.0
4232025-01-25T02:55:55.788Z Compiling indexmap v2.7.0
4242025-01-25T02:55:55.866Z Compiling pretty-hex v0.4.1
4252025-01-25T02:55:55.894Z Compiling winnow v0.6.20
4262025-01-25T02:55:55.894Z Compiling anstyle-query v1.1.1
4272025-01-25T02:55:56.090Z Compiling semver v1.0.24
4282025-01-25T02:55:56.092Z Compiling is_terminal_polyfill v1.70.1
4292025-01-25T02:55:56.261Z Compiling unicode-width v0.1.14
4302025-01-25T02:55:56.622Z Compiling fs-err v2.11.0
4312025-01-25T02:55:56.650Z Compiling anstream v0.6.15
4322025-01-25T02:55:56.823Z Compiling terminal_size v0.4.0
4332025-01-25T02:55:57.044Z Compiling strsim v0.11.1
4342025-01-25T02:55:57.144Z Compiling anyhow v1.0.93
4352025-01-25T02:55:57.284Z Compiling heck v0.4.1
4362025-01-25T02:55:57.356Z Compiling clap_lex v0.7.2
4372025-01-25T02:55:57.475Z Compiling heck v0.5.0
4382025-01-25T02:55:57.726Z Compiling fastrand v2.1.1
4392025-01-25T02:55:57.785Z Compiling fnv v1.0.7
4402025-01-25T02:55:57.813Z Compiling bytecount v0.6.8
4412025-01-25T02:55:57.943Z Compiling cfg-if v1.0.0
4422025-01-25T02:55:58.048Z Compiling papergrid v0.11.0
4432025-01-25T02:55:58.074Z Compiling clap_builder v4.5.21
4442025-01-25T02:55:58.254Z Compiling tempfile v3.13.0
4452025-01-25T02:55:58.408Z Compiling memmap v0.7.0
4462025-01-25T02:55:58.492Z Compiling smawk v0.3.2
4472025-01-25T02:55:58.737Z Compiling unicode-linebreak v0.1.5
4482025-01-25T02:55:59.176Z Compiling textwrap v0.16.1
4492025-01-25T02:55:59.246Z Compiling swrite v0.1.0
4502025-01-25T02:55:59.956Z Compiling tabled_derive v0.7.0
4512025-01-25T02:56:01.423Z Compiling tabled v0.15.0
4522025-01-25T02:56:01.774Z Compiling serde_derive v1.0.217
4532025-01-25T02:56:01.776Z Compiling thiserror-impl v1.0.69
4542025-01-25T02:56:01.776Z Compiling zerocopy-derive v0.7.35
4552025-01-25T02:56:01.776Z Compiling scroll_derive v0.12.0
4562025-01-25T02:56:02.028Z Compiling clap_derive v4.5.18
4572025-01-25T02:56:03.223Z Compiling scroll v0.12.0
4582025-01-25T02:56:03.763Z Compiling goblin v0.8.2
4592025-01-25T02:56:03.898Z Compiling zerocopy v0.7.35
4602025-01-25T02:56:04.602Z Compiling pest v2.7.14
4612025-01-25T02:56:05.367Z Compiling clap v4.5.21
4622025-01-25T02:56:06.747Z Compiling pest_meta v2.7.14
4632025-01-25T02:56:07.645Z Compiling pest_generator v2.7.14
4642025-01-25T02:56:08.990Z Compiling pest_derive v2.7.14
4652025-01-25T02:56:09.672Z Compiling dtrace-parser v0.2.0
4662025-01-25T02:56:10.577Z Compiling serde_tokenstream v0.2.2
4672025-01-25T02:56:10.621Z Compiling toml_datetime v0.6.8
4682025-01-25T02:56:10.692Z Compiling serde_spanned v0.6.8
4692025-01-25T02:56:10.814Z Compiling cargo-platform v0.1.8
4702025-01-25T02:56:10.926Z Compiling macaddr v1.0.1
4712025-01-25T02:56:11.212Z Compiling toml_edit v0.22.22
4722025-01-25T02:56:11.275Z Compiling camino-tempfile v1.1.1
4732025-01-25T02:56:11.928Z Compiling dof v0.3.0
4742025-01-25T02:56:11.995Z Compiling cargo_metadata v0.18.1
4752025-01-25T02:56:13.252Z Compiling usdt-attr-macro v0.5.0
4762025-01-25T02:56:13.255Z Compiling usdt-macro v0.5.0
4772025-01-25T02:56:13.952Z Compiling toml v0.8.19
4782025-01-25T02:56:14.375Z Compiling usdt v0.5.0
4792025-01-25T02:56:14.746Z Compiling cargo_toml v0.20.5
4802025-01-25T02:56:17.364Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4812025-01-25T02:56:20.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.94s
4822025-01-25T02:56:20.761Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4832025-01-25T02:56:21.289Z Downloading crates ...
4842025-01-25T02:56:21.430Z Downloaded arrayref v0.3.9
4852025-01-25T02:56:21.433Z Downloaded adler2 v2.0.0
4862025-01-25T02:56:21.435Z Downloaded array-init v0.0.4
4872025-01-25T02:56:21.447Z Downloaded atty v0.2.14
4882025-01-25T02:56:21.449Z Downloaded addr2line v0.24.2
4892025-01-25T02:56:21.452Z Downloaded atomicwrites v0.4.4
4902025-01-25T02:56:21.461Z Downloaded cfg_aliases v0.1.1
4912025-01-25T02:56:21.471Z Downloaded aead v0.5.2
4922025-01-25T02:56:21.489Z Downloaded cipher v0.4.4
4932025-01-25T02:56:21.491Z Downloaded bitflags v1.3.2
4942025-01-25T02:56:21.494Z Downloaded cobs v0.2.3
4952025-01-25T02:56:21.497Z Downloaded buf-list v1.0.3
4962025-01-25T02:56:21.499Z Downloaded bitfield v0.14.0
4972025-01-25T02:56:21.499Z Downloaded bit-set v0.5.3
4982025-01-25T02:56:21.502Z Downloaded cbc v0.1.2
4992025-01-25T02:56:21.502Z Downloaded blowfish v0.9.1
5002025-01-25T02:56:21.505Z Downloaded crc-catalog v2.4.0
5012025-01-25T02:56:21.505Z Downloaded crc v3.2.1
5022025-01-25T02:56:21.507Z Downloaded atomic-waker v1.1.2
5032025-01-25T02:56:21.510Z Downloaded bb8 v0.8.5
5042025-01-25T02:56:21.513Z Downloaded allocator-api2 v0.2.18
5052025-01-25T02:56:21.518Z Downloaded async-recursion v1.1.1
5062025-01-25T02:56:21.523Z Downloaded cexpr v0.6.0
5072025-01-25T02:56:21.525Z Downloaded convert_case v0.4.0
5082025-01-25T02:56:21.529Z Downloaded constant_time_eq v0.3.1
5092025-01-25T02:56:21.529Z Downloaded async-stream v0.3.6
5102025-01-25T02:56:21.531Z Downloaded colored v2.1.0
5112025-01-25T02:56:21.534Z Downloaded curve25519-dalek-derive v0.1.1
5122025-01-25T02:56:21.538Z Downloaded cmake v0.1.51
5132025-01-25T02:56:21.538Z Downloaded chacha20 v0.9.1
5142025-01-25T02:56:21.541Z Downloaded hex-literal v0.4.1
5152025-01-25T02:56:21.547Z Downloaded hex v0.4.3
5162025-01-25T02:56:21.549Z Downloaded crunchy v0.2.2
5172025-01-25T02:56:21.552Z Downloaded crucible-workspace-hack v0.1.0
5182025-01-25T02:56:21.552Z Downloaded cfg_aliases v0.2.1
5192025-01-25T02:56:21.555Z Downloaded cstr-argument v0.1.2
5202025-01-25T02:56:21.558Z Downloaded ciborium-io v0.2.2
5212025-01-25T02:56:21.558Z Downloaded hickory-resolver v0.24.1
5222025-01-25T02:56:21.567Z Downloaded httpdate v1.0.3
5232025-01-25T02:56:21.569Z Downloaded highway v1.2.0
5242025-01-25T02:56:21.569Z Downloaded async-bb8-diesel v0.2.1
5252025-01-25T02:56:21.569Z Downloaded http-body v1.0.1
5262025-01-25T02:56:21.570Z Downloaded ascii-canvas v3.0.0
5272025-01-25T02:56:21.572Z Downloaded crossbeam-deque v0.8.5
5282025-01-25T02:56:21.575Z Downloaded icu_provider_macros v1.5.0
5292025-01-25T02:56:21.575Z Downloaded hubpack v0.1.2
5302025-01-25T02:56:21.578Z Downloaded hostname v0.3.1
5312025-01-25T02:56:21.578Z Downloaded home v0.5.9
5322025-01-25T02:56:21.580Z Downloaded hubpack_derive v0.1.1
5332025-01-25T02:56:21.583Z Downloaded http-range v0.1.5
5342025-01-25T02:56:21.586Z Downloaded icu_locid_transform v1.5.0
5352025-01-25T02:56:21.588Z Downloaded hyper-tls v0.6.0
5362025-01-25T02:56:21.593Z Downloaded castaway v0.2.3
5372025-01-25T02:56:21.593Z Downloaded iana-time-zone v0.1.61
5382025-01-25T02:56:21.596Z Downloaded ident_case v1.0.1
5392025-01-25T02:56:21.596Z Downloaded const_format_proc_macros v0.2.33
5402025-01-25T02:56:21.599Z Downloaded hmac v0.12.1
5412025-01-25T02:56:21.603Z Downloaded ciborium v0.2.2
5422025-01-25T02:56:21.605Z Downloaded http-body-util v0.1.2
5432025-01-25T02:56:21.605Z Downloaded csv-core v0.1.11
5442025-01-25T02:56:21.608Z Downloaded console v0.15.8
5452025-01-25T02:56:21.611Z Downloaded hyper-staticfile v0.10.1
5462025-01-25T02:56:21.614Z Downloaded hyper-rustls v0.27.3
5472025-01-25T02:56:21.617Z Downloaded progenitor-macro v0.9.1
5482025-01-25T02:56:21.622Z Downloaded primeorder v0.13.6
5492025-01-25T02:56:21.622Z Downloaded hostname v0.4.0
5502025-01-25T02:56:21.625Z Downloaded headers-core v0.3.0
5512025-01-25T02:56:21.625Z Downloaded ctr v0.9.2
5522025-01-25T02:56:21.625Z Downloaded humantime v2.1.0
5532025-01-25T02:56:21.625Z Downloaded scrypt v0.11.0
5542025-01-25T02:56:21.628Z Downloaded block-padding v0.3.3
5552025-01-25T02:56:21.631Z Downloaded ciborium-ll v0.2.2
5562025-01-25T02:56:21.631Z Downloaded base16ct v0.2.0
5572025-01-25T02:56:21.635Z Downloaded assert_matches v1.5.0
5582025-01-25T02:56:21.635Z Downloaded httparse v1.9.5
5592025-01-25T02:56:21.637Z Downloaded idna_adapter v1.2.0
5602025-01-25T02:56:21.637Z Downloaded crc32fast v1.4.2
5612025-01-25T02:56:21.640Z Downloaded instant v0.1.13
5622025-01-25T02:56:21.643Z Downloaded blake2 v0.10.6
5632025-01-25T02:56:21.646Z Downloaded crossbeam-utils v0.8.20
5642025-01-25T02:56:21.649Z Downloaded is_ci v1.2.0
5652025-01-25T02:56:21.649Z Downloaded rand_chacha v0.3.1
5662025-01-25T02:56:21.651Z Downloaded md5 v0.7.0
5672025-01-25T02:56:21.651Z Downloaded match_cfg v0.1.0
5682025-01-25T02:56:21.654Z Downloaded matches v0.1.10
5692025-01-25T02:56:21.654Z Downloaded chrono-tz-build v0.4.0
5702025-01-25T02:56:21.654Z Downloaded bit-vec v0.6.3
5712025-01-25T02:56:21.658Z Downloaded sqlparser_derive v0.2.2
5722025-01-25T02:56:21.658Z Downloaded heck v0.3.3
5732025-01-25T02:56:21.658Z Downloaded bitfield-struct v0.6.2
5742025-01-25T02:56:21.662Z Downloaded indent_write v2.2.0
5752025-01-25T02:56:21.662Z Downloaded impl-trait-for-tuples v0.2.2
5762025-01-25T02:56:21.665Z Downloaded quinn-udp v0.5.5
5772025-01-25T02:56:21.668Z Downloaded internet-checksum v0.2.1
5782025-01-25T02:56:21.668Z Downloaded quick-error v1.2.3
5792025-01-25T02:56:21.670Z Downloaded tinyvec_macros v0.1.1
5802025-01-25T02:56:21.670Z Downloaded indexmap v1.9.3
5812025-01-25T02:56:21.673Z Downloaded ipnetwork v0.20.0
5822025-01-25T02:56:21.676Z Downloaded is-terminal v0.4.13
5832025-01-25T02:56:21.679Z Downloaded inout v0.1.3
5842025-01-25T02:56:21.679Z Downloaded indoc v1.0.9
5852025-01-25T02:56:21.685Z Downloaded libefi-sys v0.1.0
5862025-01-25T02:56:21.685Z Downloaded linear-map v1.2.0
5872025-01-25T02:56:21.687Z Downloaded argon2 v0.5.3
5882025-01-25T02:56:21.691Z Downloaded maybe-uninit v2.0.0
5892025-01-25T02:56:21.691Z Downloaded take_mut v0.2.2
5902025-01-25T02:56:21.691Z Downloaded rustc-hash v1.1.0
5912025-01-25T02:56:21.694Z Downloaded maplit v1.0.2
5922025-01-25T02:56:21.694Z Downloaded utf-8 v0.7.6
5932025-01-25T02:56:21.697Z Downloaded managed v0.8.0
5942025-01-25T02:56:21.697Z Downloaded lru-cache v0.1.2
5952025-01-25T02:56:21.697Z Downloaded mime v0.3.17
5962025-01-25T02:56:21.700Z Downloaded libsw v3.3.1
5972025-01-25T02:56:21.703Z Downloaded serde_repr v0.1.19
5982025-01-25T02:56:21.703Z Downloaded lockfree-object-pool v0.1.6
5992025-01-25T02:56:21.706Z Downloaded icu_normalizer v1.5.0
6002025-01-25T02:56:21.710Z Downloaded instability v0.3.2
6012025-01-25T02:56:21.712Z Downloaded zeroize_derive v1.4.2
6022025-01-25T02:56:21.719Z Downloaded darling v0.20.10
6032025-01-25T02:56:21.722Z Downloaded fxhash v0.2.1
6042025-01-25T02:56:21.722Z Downloaded endian-type v0.1.2
6052025-01-25T02:56:21.722Z Downloaded darling_macro v0.20.10
6062025-01-25T02:56:21.722Z Downloaded peg-runtime v0.8.3
6072025-01-25T02:56:21.722Z Downloaded opaque-debug v0.3.1
6082025-01-25T02:56:21.725Z Downloaded signal-hook-registry v1.4.2
6092025-01-25T02:56:21.725Z Downloaded libloading v0.8.5
6102025-01-25T02:56:21.729Z Downloaded slog-stdlog v4.1.1
6112025-01-25T02:56:21.731Z Downloaded supports-color v3.0.1
6122025-01-25T02:56:21.731Z Downloaded memoffset v0.9.1
6132025-01-25T02:56:21.734Z Downloaded diesel_table_macro_syntax v0.2.0
6142025-01-25T02:56:21.734Z Downloaded xz2 v0.1.7
6152025-01-25T02:56:21.737Z Downloaded xattr v1.3.1
6162025-01-25T02:56:21.739Z Downloaded foreign-types v0.3.2
6172025-01-25T02:56:21.739Z Downloaded foreign-types v0.5.0
6182025-01-25T02:56:21.742Z Downloaded memmap2 v0.9.5
6192025-01-25T02:56:21.746Z Downloaded data-encoding v2.6.0
6202025-01-25T02:56:21.746Z Downloaded mime_guess v2.0.5
6212025-01-25T02:56:21.749Z Downloaded strip-ansi-escapes v0.2.0
6222025-01-25T02:56:21.749Z Downloaded litemap v0.7.3
6232025-01-25T02:56:21.753Z Downloaded thiserror-impl-no-std v2.0.2
6242025-01-25T02:56:21.755Z Downloaded hickory-server v0.24.1
6252025-01-25T02:56:21.758Z Downloaded ena v0.14.3
6262025-01-25T02:56:21.761Z Downloaded sct v0.7.1
6272025-01-25T02:56:21.764Z Downloaded parse-display v0.10.0
6282025-01-25T02:56:21.767Z Downloaded num-conv v0.1.0
6292025-01-25T02:56:21.767Z Downloaded foreign-types-macros v0.2.3
6302025-01-25T02:56:21.767Z Downloaded enum-as-inner v0.6.1
6312025-01-25T02:56:21.770Z Downloaded enum-as-inner v0.5.1
6322025-01-25T02:56:21.773Z Downloaded tokio-stream v0.1.16
6332025-01-25T02:56:21.776Z Downloaded strum v0.26.3
6342025-01-25T02:56:21.779Z Downloaded ppv-lite86 v0.2.20
6352025-01-25T02:56:21.779Z Downloaded tokio-macros v2.5.0
6362025-01-25T02:56:21.781Z Downloaded structmeta v0.2.0
6372025-01-25T02:56:21.781Z Downloaded rusty-fork v0.3.0
6382025-01-25T02:56:21.784Z Downloaded whoami v1.5.2
6392025-01-25T02:56:21.787Z Downloaded rustc-demangle v0.1.24
6402025-01-25T02:56:21.790Z Downloaded indicatif v0.17.9
6412025-01-25T02:56:21.792Z Downloaded clang-sys v1.8.1
6422025-01-25T02:56:21.796Z Downloaded vte_generate_state_changes v0.1.2
6432025-01-25T02:56:21.798Z Downloaded shlex v1.3.0
6442025-01-25T02:56:21.798Z Downloaded zeroize v1.8.1
6452025-01-25T02:56:21.801Z Downloaded shell-words v1.1.0
6462025-01-25T02:56:21.804Z Downloaded chacha20poly1305 v0.10.1
6472025-01-25T02:56:21.804Z Downloaded slog-bunyan v2.5.0
6482025-01-25T02:56:21.807Z Downloaded cc v1.1.30
6492025-01-25T02:56:21.810Z Downloaded aes v0.8.4
6502025-01-25T02:56:21.813Z Downloaded dyn-clone v1.0.17
6512025-01-25T02:56:21.815Z Downloaded strum_macros v0.24.3
6522025-01-25T02:56:21.819Z Downloaded subtle v2.6.1
6532025-01-25T02:56:21.822Z Downloaded progenitor-macro v0.8.0
6542025-01-25T02:56:21.822Z Downloaded thiserror-impl v2.0.11
6552025-01-25T02:56:21.825Z Downloaded prettyplease v0.2.25
6562025-01-25T02:56:21.828Z Downloaded strum_macros v0.25.3
6572025-01-25T02:56:21.838Z Downloaded dhcproto-macros v0.1.0
6582025-01-25T02:56:21.841Z Downloaded olpc-cjson v0.1.4
6592025-01-25T02:56:21.841Z Downloaded foldhash v0.1.3
6602025-01-25T02:56:21.844Z Downloaded num-derive v0.4.2
6612025-01-25T02:56:21.846Z Downloaded russh-keys v0.45.0
6622025-01-25T02:56:21.848Z Downloaded wait-timeout v0.2.0
6632025-01-25T02:56:21.849Z Downloaded snafu-derive v0.8.5
6642025-01-25T02:56:21.852Z Downloaded peg-macros v0.8.4
6652025-01-25T02:56:21.854Z Downloaded peg v0.8.4
6662025-01-25T02:56:21.857Z Downloaded pbkdf2 v0.11.0
6672025-01-25T02:56:21.859Z Downloaded tokio-tungstenite v0.24.0
6682025-01-25T02:56:21.862Z Downloaded num_threads v0.1.7
6692025-01-25T02:56:21.865Z Downloaded nanorand v0.7.0
6702025-01-25T02:56:21.867Z Downloaded hash32 v0.3.1
6712025-01-25T02:56:21.870Z Downloaded path-slash v0.1.5
6722025-01-25T02:56:21.870Z Downloaded powerfmt v0.2.0
6732025-01-25T02:56:21.872Z Downloaded pbkdf2 v0.12.2
6742025-01-25T02:56:21.872Z Downloaded packed_struct v0.10.1
6752025-01-25T02:56:21.875Z Downloaded rustc-hash v2.0.0
6762025-01-25T02:56:21.878Z Downloaded derive_more v0.99.18
6772025-01-25T02:56:21.881Z Downloaded string_cache v0.8.7
6782025-01-25T02:56:21.883Z Downloaded difflib v0.4.0
6792025-01-25T02:56:21.886Z Downloaded similar v2.6.0
6802025-01-25T02:56:21.889Z Downloaded tower-service v0.3.3
6812025-01-25T02:56:21.893Z Downloaded fallible-streaming-iterator v0.1.9
6822025-01-25T02:56:21.893Z Downloaded diesel-dtrace v0.4.2
6832025-01-25T02:56:21.895Z Downloaded untrusted v0.9.0
6842025-01-25T02:56:21.898Z Downloaded multimap v0.10.0
6852025-01-25T02:56:21.898Z Downloaded globset v0.4.15
6862025-01-25T02:56:21.901Z Downloaded tungstenite v0.24.0
6872025-01-25T02:56:21.903Z Downloaded slog v2.7.0
6882025-01-25T02:56:21.906Z Downloaded num-complex v0.4.6
6892025-01-25T02:56:21.909Z Downloaded derive_builder_macro v0.20.2
6902025-01-25T02:56:21.912Z Downloaded futures-sink v0.3.31
6912025-01-25T02:56:21.912Z Downloaded futures-macro v0.3.31
6922025-01-25T02:56:21.912Z Downloaded futures-io v0.3.31
6932025-01-25T02:56:21.914Z Downloaded tinyvec v1.8.0
6942025-01-25T02:56:21.917Z Downloaded newtype_derive v0.1.6
6952025-01-25T02:56:21.920Z Downloaded foreign-types-shared v0.1.1
6962025-01-25T02:56:21.920Z Downloaded writeable v0.5.5
6972025-01-25T02:56:21.922Z Downloaded fallible-iterator v0.3.0
6982025-01-25T02:56:21.922Z Downloaded predicates-core v1.0.8
6992025-01-25T02:56:21.925Z Downloaded fallible-iterator v0.2.0
7002025-01-25T02:56:21.927Z Downloaded pkg-config v0.3.31
7012025-01-25T02:56:21.928Z Downloaded parking_lot_core v0.9.10
7022025-01-25T02:56:21.930Z Downloaded paste v1.0.15
7032025-01-25T02:56:21.933Z Downloaded base64 v0.22.1
7042025-01-25T02:56:21.937Z Downloaded phf_shared v0.10.0
7052025-01-25T02:56:21.940Z Downloaded sqlformat v0.2.6
7062025-01-25T02:56:21.942Z Downloaded progenitor-impl v0.8.0
7072025-01-25T02:56:21.945Z Downloaded yasna v0.5.2
7082025-01-25T02:56:21.945Z Downloaded structmeta-derive v0.2.0
7092025-01-25T02:56:21.948Z Downloaded hash32 v0.2.1
7102025-01-25T02:56:21.948Z Downloaded fd-lock v4.0.2
7112025-01-25T02:56:21.951Z Downloaded untrusted v0.7.1
7122025-01-25T02:56:21.953Z Downloaded universal-hash v0.5.1
7132025-01-25T02:56:21.953Z Downloaded num_enum_derive v0.5.11
7142025-01-25T02:56:21.956Z Downloaded schemars v0.8.21
7152025-01-25T02:56:21.967Z Downloaded native-tls v0.2.12
7162025-01-25T02:56:21.970Z Downloaded precomputed-hash v0.1.1
7172025-01-25T02:56:21.973Z Downloaded oso-derive v0.27.3
7182025-01-25T02:56:21.973Z Downloaded rtoolbox v0.0.2
7192025-01-25T02:56:21.975Z Downloaded rayon-core v1.12.1
7202025-01-25T02:56:21.978Z Downloaded group v0.13.0
7212025-01-25T02:56:21.980Z Downloaded salsa20 v0.10.2
7222025-01-25T02:56:21.983Z Downloaded password-hash v0.5.0
7232025-01-25T02:56:21.985Z Downloaded password-hash v0.4.2
7242025-01-25T02:56:21.985Z Downloaded multer v3.1.0
7252025-01-25T02:56:21.989Z Downloaded topological-sort v0.2.2
7262025-01-25T02:56:21.992Z Downloaded tokio-rustls v0.24.1
7272025-01-25T02:56:21.994Z Downloaded unicode-xid v0.2.6
7282025-01-25T02:56:21.994Z Downloaded unicase v2.7.0
7292025-01-25T02:56:21.997Z Downloaded structmeta-derive v0.3.0
7302025-01-25T02:56:21.999Z Downloaded structmeta v0.3.0
7312025-01-25T02:56:21.999Z Downloaded des v0.8.1
7322025-01-25T02:56:22.002Z Downloaded stringprep v0.1.5
7332025-01-25T02:56:22.004Z Downloaded tap v1.0.1
7342025-01-25T02:56:22.004Z Downloaded signal-hook-mio v0.2.4
7352025-01-25T02:56:22.007Z Downloaded radium v0.7.0
7362025-01-25T02:56:22.007Z Downloaded tungstenite v0.23.0
7372025-01-25T02:56:22.010Z Downloaded uzers v0.12.1
7382025-01-25T02:56:22.013Z Downloaded mockall_derive v0.13.0
7392025-01-25T02:56:22.016Z Downloaded stable_deref_trait v1.2.0
7402025-01-25T02:56:22.018Z Downloaded env_logger v0.10.2
7412025-01-25T02:56:22.021Z Downloaded float-ord v0.3.2
7422025-01-25T02:56:22.023Z Downloaded value-bag v1.9.0
7432025-01-25T02:56:22.027Z Downloaded openssl-probe v0.1.5
7442025-01-25T02:56:22.027Z Downloaded num-rational v0.4.2
7452025-01-25T02:56:22.030Z Downloaded tracing-core v0.1.32
7462025-01-25T02:56:22.033Z Downloaded psl-types v2.0.11
7472025-01-25T02:56:22.033Z Downloaded yoke-derive v0.7.4
7482025-01-25T02:56:22.033Z Downloaded darling_core v0.20.10
7492025-01-25T02:56:22.038Z Downloaded tokio-native-tls v0.3.1
7502025-01-25T02:56:22.041Z Downloaded predicates v3.1.2
7512025-01-25T02:56:22.044Z Downloaded rustls-pki-types v1.10.0
7522025-01-25T02:56:22.047Z Downloaded sync_wrapper v1.0.1
7532025-01-25T02:56:22.050Z Downloaded phf_codegen v0.11.2
7542025-01-25T02:56:22.050Z Downloaded omicron-zone-package v0.12.0
7552025-01-25T02:56:22.053Z Downloaded toolchain_find v0.4.0
7562025-01-25T02:56:22.056Z Downloaded pkcs8 v0.10.2
7572025-01-25T02:56:22.058Z Downloaded ghash v0.5.1
7582025-01-25T02:56:22.061Z Downloaded rustls-pemfile v2.2.0
7592025-01-25T02:56:22.064Z Downloaded pretty-hex v0.2.1
7602025-01-25T02:56:22.064Z Downloaded num-iter v0.1.45
7612025-01-25T02:56:22.067Z Downloaded uuid v1.12.0
7622025-01-25T02:56:22.069Z Downloaded spki v0.7.3
7632025-01-25T02:56:22.072Z Downloaded sha1 v0.10.6
7642025-01-25T02:56:22.075Z Downloaded vergen v8.3.2
7652025-01-25T02:56:22.077Z Downloaded half v2.4.1
7662025-01-25T02:56:22.080Z Downloaded normalize-line-endings v0.3.0
7672025-01-25T02:56:22.080Z Downloaded url v2.5.3
7682025-01-25T02:56:22.083Z Downloaded sync-ptr v0.1.1
7692025-01-25T02:56:22.086Z Downloaded rcgen v0.12.1
7702025-01-25T02:56:22.088Z Downloaded rand_core v0.6.4
7712025-01-25T02:56:22.091Z Downloaded typify v0.3.0
7722025-01-25T02:56:22.094Z Downloaded tokio-tungstenite v0.21.0
7732025-01-25T02:56:22.097Z Downloaded tokio-rustls v0.26.0
7742025-01-25T02:56:22.100Z Downloaded tokio-rustls v0.25.0
7752025-01-25T02:56:22.103Z Downloaded slab v0.4.9
7762025-01-25T02:56:22.103Z Downloaded waitgroup v0.1.2
7772025-01-25T02:56:22.105Z Downloaded serde_yaml v0.9.34+deprecated
7782025-01-25T02:56:22.108Z Downloaded termtree v0.4.1
7792025-01-25T02:56:22.110Z Downloaded synstructure v0.13.1
7802025-01-25T02:56:22.110Z Downloaded siphasher v0.3.11
7812025-01-25T02:56:22.113Z Downloaded rustls-pemfile v1.0.4
7822025-01-25T02:56:22.116Z Downloaded futures-channel v0.3.31
7832025-01-25T02:56:22.118Z Downloaded aes-gcm v0.10.3
7842025-01-25T02:56:22.121Z Downloaded downcast v0.11.0
7852025-01-25T02:56:22.123Z Downloaded getrandom v0.2.15
7862025-01-25T02:56:22.126Z Downloaded postgres-types v0.2.8
7872025-01-25T02:56:22.129Z Downloaded gethostname v0.5.0
7882025-01-25T02:56:22.131Z Downloaded unsafe-libyaml v0.2.11
7892025-01-25T02:56:22.134Z Downloaded zip v0.6.6
7902025-01-25T02:56:22.138Z Downloaded fixedbitset v0.4.2
7912025-01-25T02:56:22.141Z Downloaded r2d2 v0.8.10
7922025-01-25T02:56:22.144Z Downloaded either v1.13.0
7932025-01-25T02:56:22.144Z Downloaded crossterm v0.28.1
7942025-01-25T02:56:22.151Z Downloaded dsl_auto_type v0.1.2
7952025-01-25T02:56:22.153Z Downloaded qorb v0.2.1
7962025-01-25T02:56:22.157Z Downloaded rpassword v7.3.1
7972025-01-25T02:56:22.160Z Downloaded quinn v0.11.5
7982025-01-25T02:56:22.163Z Downloaded sigpipe v0.1.3
7992025-01-25T02:56:22.165Z Downloaded serde-big-array v0.5.1
8002025-01-25T02:56:22.165Z Downloaded zerofrom v0.1.4
8012025-01-25T02:56:22.168Z Downloaded typify-macro v0.2.0
8022025-01-25T02:56:22.168Z Downloaded rustfmt-wrapper v0.2.1
8032025-01-25T02:56:22.171Z Downloaded smallvec v0.6.14
8042025-01-25T02:56:22.174Z Downloaded zerocopy v0.6.6
8052025-01-25T02:56:22.174Z Downloaded dropshot_endpoint v0.12.0
8062025-01-25T02:56:22.177Z Downloaded zerofrom-derive v0.1.4
8072025-01-25T02:56:22.179Z Downloaded thread_local v1.1.8
8082025-01-25T02:56:22.182Z Downloaded openssl-macros v0.1.1
8092025-01-25T02:56:22.182Z Downloaded derive_builder_core v0.20.2
8102025-01-25T02:56:22.185Z Downloaded libm v0.2.8
8112025-01-25T02:56:22.192Z Downloaded defmt-parser v0.3.4
8122025-01-25T02:56:22.195Z Downloaded defmt-macros v0.3.9
8132025-01-25T02:56:22.198Z Downloaded embedded-io v0.6.1
8142025-01-25T02:56:22.202Z Downloaded try-lock v0.2.5
8152025-01-25T02:56:22.202Z Downloaded signal-hook-tokio v0.3.1
8162025-01-25T02:56:22.204Z Downloaded owo-colors v4.1.0
8172025-01-25T02:56:22.204Z Downloaded packed_struct_codegen v0.10.1
8182025-01-25T02:56:22.207Z Downloaded proc-macro-crate v1.3.1
8192025-01-25T02:56:22.207Z Downloaded nodrop v0.1.14
8202025-01-25T02:56:22.209Z Downloaded pkcs1 v0.7.5
8212025-01-25T02:56:22.212Z Downloaded nu-ansi-term v0.50.1
8222025-01-25T02:56:22.214Z Downloaded ecdsa v0.16.9
8232025-01-25T02:56:22.217Z Downloaded futures-core v0.3.31
8242025-01-25T02:56:22.217Z Downloaded number_prefix v0.4.0
8252025-01-25T02:56:22.219Z Downloaded newline-converter v0.3.0
8262025-01-25T02:56:22.219Z Downloaded ed25519 v2.2.3
8272025-01-25T02:56:22.222Z Downloaded predicates-tree v1.0.11
8282025-01-25T02:56:22.224Z Downloaded nibble_vec v0.1.0
8292025-01-25T02:56:22.224Z Downloaded tokio-tungstenite v0.23.1
8302025-01-25T02:56:22.227Z Downloaded signal-hook v0.3.17
8312025-01-25T02:56:22.230Z Downloaded newtype-uuid v1.2.1
8322025-01-25T02:56:22.232Z Downloaded percent-encoding v2.3.1
8332025-01-25T02:56:22.236Z Downloaded deranged v0.3.11
8342025-01-25T02:56:22.236Z Downloaded tinystr v0.7.6
8352025-01-25T02:56:22.240Z Downloaded dhcproto v0.12.0
8362025-01-25T02:56:22.243Z Downloaded p256 v0.13.2
8372025-01-25T02:56:22.245Z Downloaded thiserror v2.0.11
8382025-01-25T02:56:22.250Z Downloaded funty v2.0.0
8392025-01-25T02:56:22.263Z Downloaded parse-size v1.1.0
8402025-01-25T02:56:22.263Z Downloaded progenitor v0.8.0
8412025-01-25T02:56:22.263Z Downloaded polyval v0.6.2
8422025-01-25T02:56:22.263Z Downloaded oso v0.27.3
8432025-01-25T02:56:22.263Z Downloaded tui-tree-widget v0.22.0
8442025-01-25T02:56:22.263Z Downloaded signature v2.2.0
8452025-01-25T02:56:22.266Z Downloaded new_debug_unreachable v1.0.6
8462025-01-25T02:56:22.266Z Downloaded mirai-annotations v1.12.0
8472025-01-25T02:56:22.266Z Downloaded pin-project-lite v0.2.14
8482025-01-25T02:56:22.271Z Downloaded walkdir v2.5.0
8492025-01-25T02:56:22.274Z Downloaded vsss-rs v3.3.4
8502025-01-25T02:56:22.276Z Downloaded filetime v0.2.25
8512025-01-25T02:56:22.279Z Downloaded flume v0.11.1
8522025-01-25T02:56:22.282Z Downloaded foreign-types-shared v0.3.1
8532025-01-25T02:56:22.285Z Downloaded der_derive v0.7.3
8542025-01-25T02:56:22.285Z Downloaded hashbrown v0.13.2
8552025-01-25T02:56:22.290Z Downloaded which v4.4.2
8562025-01-25T02:56:22.292Z Downloaded resolv-conf v0.7.0
8572025-01-25T02:56:22.295Z Downloaded smf v0.2.3
8582025-01-25T02:56:22.295Z Downloaded postgres-protocol v0.6.7
8592025-01-25T02:56:22.298Z Downloaded hashlink v0.9.1
8602025-01-25T02:56:22.300Z Downloaded twox-hash v1.6.3
8612025-01-25T02:56:22.303Z Downloaded rand v0.8.5
8622025-01-25T02:56:22.306Z Downloaded write16 v1.0.0
8632025-01-25T02:56:22.308Z Downloaded zone_cfg_derive v0.1.2
8642025-01-25T02:56:22.308Z Downloaded futures-executor v0.3.31
8652025-01-25T02:56:22.308Z Downloaded flagset v0.4.6
8662025-01-25T02:56:22.311Z Downloaded parse-display-derive v0.10.0
8672025-01-25T02:56:22.314Z Downloaded poly1305 v0.8.0
8682025-01-25T02:56:22.314Z Downloaded tracing-attributes v0.1.27
8692025-01-25T02:56:22.317Z Downloaded num-integer v0.1.46
8702025-01-25T02:56:22.319Z Downloaded hashbrown v0.12.3
8712025-01-25T02:56:22.323Z Downloaded ssh-encoding v0.2.0
8722025-01-25T02:56:22.326Z Downloaded ssh-cipher v0.2.0
8732025-01-25T02:56:22.329Z Downloaded time-core v0.1.2
8742025-01-25T02:56:22.329Z Downloaded semver v0.1.20
8752025-01-25T02:56:22.329Z Downloaded pem v3.0.4
8762025-01-25T02:56:22.332Z Downloaded unarray v0.1.4
8772025-01-25T02:56:22.332Z Downloaded sec1 v0.7.3
8782025-01-25T02:56:22.335Z Downloaded display-error-chain v0.2.2
8792025-01-25T02:56:22.335Z Downloaded dirs-sys-next v0.1.2
8802025-01-25T02:56:22.338Z Downloaded debug-ignore v1.0.5
8812025-01-25T02:56:22.338Z Downloaded tiny-keccak v2.0.2
8822025-01-25T02:56:22.340Z Downloaded yoke v0.7.4
8832025-01-25T02:56:22.345Z Downloaded pin-utils v0.1.0
8842025-01-25T02:56:22.345Z Downloaded tracing v0.1.40
8852025-01-25T02:56:22.349Z Downloaded unicode_categories v0.1.1
8862025-01-25T02:56:22.352Z Downloaded secrecy v0.8.0
8872025-01-25T02:56:22.352Z Downloaded futures-task v0.3.31
8882025-01-25T02:56:22.355Z Downloaded time-macros v0.2.18
8892025-01-25T02:56:22.357Z Downloaded want v0.3.1
8902025-01-25T02:56:22.357Z Downloaded zip v2.1.3
8912025-01-25T02:56:22.360Z Downloaded zerovec-derive v0.10.3
8922025-01-25T02:56:22.363Z Downloaded vte v0.11.1
8932025-01-25T02:56:22.366Z Downloaded slog-envlogger v2.2.0
8942025-01-25T02:56:22.368Z Downloaded publicsuffix v2.2.3
8952025-01-25T02:56:22.371Z Downloaded progenitor-client v0.8.0
8962025-01-25T02:56:22.371Z Downloaded postcard v1.0.10
8972025-01-25T02:56:22.373Z Downloaded phf_shared v0.11.2
8982025-01-25T02:56:22.376Z Downloaded ref-cast v1.0.23
8992025-01-25T02:56:22.378Z Downloaded tabwriter v1.4.0
9002025-01-25T02:56:22.378Z Downloaded slog-term v2.9.1
9012025-01-25T02:56:22.381Z Downloaded form_urlencoded v1.2.1
9022025-01-25T02:56:22.384Z Downloaded serde-hex v0.1.0
9032025-01-25T02:56:22.384Z Downloaded fs_extra v1.3.0
9042025-01-25T02:56:22.386Z Downloaded defmt v0.3.8
9052025-01-25T02:56:22.389Z Downloaded miniz_oxide v0.8.0
9062025-01-25T02:56:22.391Z Downloaded pin-project v1.1.6
9072025-01-25T02:56:22.403Z Downloaded parking_lot_core v0.8.6
9082025-01-25T02:56:22.406Z Downloaded ron v0.8.1
9092025-01-25T02:56:22.411Z Downloaded rand_seeder v0.3.0
9102025-01-25T02:56:22.413Z Downloaded progenitor v0.9.1
9112025-01-25T02:56:22.416Z Downloaded rfc6979 v0.4.0
9122025-01-25T02:56:22.416Z Downloaded unicode-properties v0.1.3
9132025-01-25T02:56:22.419Z Downloaded futures v0.3.31
9142025-01-25T02:56:22.422Z Downloaded phf v0.11.2
9152025-01-25T02:56:22.424Z Downloaded tokio-util v0.7.12
9162025-01-25T02:56:22.430Z Downloaded mockall v0.13.0
9172025-01-25T02:56:22.433Z Downloaded icu_properties_data v1.5.0
9182025-01-25T02:56:22.443Z Downloaded pem-rfc7468 v0.7.0
9192025-01-25T02:56:22.446Z Downloaded fragile v2.0.0
9202025-01-25T02:56:22.448Z Downloaded tough v0.19.0
9212025-01-25T02:56:22.456Z Downloaded simd-adler32 v0.3.7
9222025-01-25T02:56:22.458Z Downloaded zopfli v0.8.1
9232025-01-25T02:56:22.461Z Downloaded env_logger v0.11.5
9242025-01-25T02:56:22.464Z Downloaded serde_derive_internals v0.29.1
9252025-01-25T02:56:22.466Z Downloaded displaydoc v0.2.5
9262025-01-25T02:56:22.469Z Downloaded spin v0.9.8
9272025-01-25T02:56:22.472Z Downloaded serde_with v3.11.0
9282025-01-25T02:56:22.479Z Downloaded rand_xorshift v0.3.0
9292025-01-25T02:56:22.482Z Downloaded pin-project-internal v1.1.6
9302025-01-25T02:56:22.484Z Downloaded blake3 v1.5.4
9312025-01-25T02:56:22.492Z Downloaded h2 v0.4.6
9322025-01-25T02:56:22.498Z Downloaded socket2 v0.5.7
9332025-01-25T02:56:22.501Z Downloaded flate2 v1.0.34
9342025-01-25T02:56:22.506Z Downloaded p521 v0.13.3
9352025-01-25T02:56:22.510Z Downloaded salty v0.3.0
9362025-01-25T02:56:22.517Z Downloaded tungstenite v0.21.0
9372025-01-25T02:56:22.520Z Downloaded idna v0.4.0
9382025-01-25T02:56:22.528Z Downloaded idna v0.5.0
9392025-01-25T02:56:22.535Z Downloaded idna v0.3.0
9402025-01-25T02:56:22.543Z Downloaded quick-xml v0.33.0
9412025-01-25T02:56:22.549Z Downloaded headers v0.4.0
9422025-01-25T02:56:22.555Z Downloaded chrono v0.4.38
9432025-01-25T02:56:22.563Z Downloaded tar v0.4.42
9442025-01-25T02:56:22.566Z Downloaded bitvec v1.0.1
9452025-01-25T02:56:22.582Z Downloaded term v0.7.0
9462025-01-25T02:56:22.585Z Downloaded mio v1.0.2
9472025-01-25T02:56:22.591Z Downloaded rustyline v14.0.0
9482025-01-25T02:56:22.596Z Downloaded bindgen v0.69.5
9492025-01-25T02:56:22.604Z Downloaded unicode-width v0.2.0
9502025-01-25T02:56:22.610Z Downloaded reqwest v0.12.9
9512025-01-25T02:56:22.619Z Downloaded unicode-bidi v0.3.17
9522025-01-25T02:56:22.622Z Downloaded aws-lc-rs v1.10.0
9532025-01-25T02:56:22.631Z Downloaded unicode-segmentation v1.12.0
9542025-01-25T02:56:22.635Z Downloaded elliptic-curve v0.13.8
9552025-01-25T02:56:22.639Z Downloaded rustls-webpki v0.101.7
9562025-01-25T02:56:22.654Z Downloaded nom v7.1.3
9572025-01-25T02:56:22.660Z Downloaded expectorate v1.1.0
9582025-01-25T02:56:22.662Z Downloaded proptest v1.5.0
9592025-01-25T02:56:22.672Z Downloaded zerovec v0.10.4
9602025-01-25T02:56:22.677Z Downloaded zerocopy v0.8.10
9612025-01-25T02:56:22.702Z Downloaded reedline v0.35.0
9622025-01-25T02:56:22.709Z Downloaded hickory-proto v0.24.1
9632025-01-25T02:56:22.725Z Downloaded winnow v0.5.40
9642025-01-25T02:56:22.734Z Downloaded radix_trie v0.2.1
9652025-01-25T02:56:22.739Z Downloaded sqlparser v0.45.0
9662025-01-25T02:56:22.745Z Downloaded rustls-webpki v0.102.8
9672025-01-25T02:56:22.766Z Downloaded time v0.3.36
9682025-01-25T02:56:22.771Z Downloaded quinn-proto v0.11.8
9692025-01-25T02:56:22.778Z Downloaded gimli v0.31.1
9702025-01-25T02:56:22.787Z Downloaded smoltcp v0.11.0
9712025-01-25T02:56:22.800Z Downloaded hashbrown v0.14.5
9722025-01-25T02:56:22.806Z Downloaded rustls v0.21.12
9732025-01-25T02:56:22.818Z Downloaded nix v0.29.0
9742025-01-25T02:56:22.830Z Downloaded unicode-normalization v0.1.24
9752025-01-25T02:56:22.834Z Downloaded petname v2.0.2
9762025-01-25T02:56:22.839Z Downloaded diesel v2.2.6
9772025-01-25T02:56:22.859Z Downloaded rustls v0.23.19
9782025-01-25T02:56:22.870Z Downloaded curve25519-dalek v4.1.3
9792025-01-25T02:56:22.879Z Downloaded trust-dns-proto v0.22.0
9802025-01-25T02:56:22.892Z Downloaded futures-util v0.3.31
9812025-01-25T02:56:22.905Z Downloaded rustls v0.22.4
9822025-01-25T02:56:22.919Z Downloaded object v0.36.5
9832025-01-25T02:56:22.931Z Downloaded object v0.30.4
9842025-01-25T02:56:22.942Z Downloaded webpki-roots v0.26.6
9852025-01-25T02:56:22.946Z Downloaded dropshot v0.12.0
9862025-01-25T02:56:22.968Z Downloaded openssl v0.10.66
9872025-01-25T02:56:22.978Z Downloaded nix v0.27.1
9882025-01-25T02:56:22.990Z Downloaded smoltcp v0.9.1
9892025-01-25T02:56:23.003Z Downloaded regex-syntax v0.6.29
9902025-01-25T02:56:23.010Z Downloaded typify-impl v0.2.0
9912025-01-25T02:56:23.027Z Downloaded zerocopy-derive v0.6.6
9922025-01-25T02:56:23.037Z Downloaded dropshot v0.15.1
9932025-01-25T02:56:23.060Z Downloaded sled v0.34.7
9942025-01-25T02:56:23.070Z Downloaded regress v0.9.1
9952025-01-25T02:56:23.079Z Downloaded chrono-tz v0.10.0
9962025-01-25T02:56:23.087Z Downloaded regex-syntax v0.8.5
9972025-01-25T02:56:23.096Z Downloaded openapiv3 v2.0.0
9982025-01-25T02:56:23.110Z Downloaded regress v0.10.1
9992025-01-25T02:56:23.119Z Downloaded bstr v1.10.0
10002025-01-25T02:56:23.131Z Downloaded regex v1.11.1
10012025-01-25T02:56:23.146Z Downloaded typify-impl v0.3.0
10022025-01-25T02:56:23.188Z Downloaded ratatui v0.28.1
10032025-01-25T02:56:23.191Z Downloaded lzma-sys v0.1.20
10042025-01-25T02:56:23.211Z Downloaded ssh-key v0.6.6
10052025-01-25T02:56:23.218Z Downloaded portable-atomic v1.9.0
10062025-01-25T02:56:23.225Z Downloaded bzip2-sys v0.1.11+1.0.8
10072025-01-25T02:56:23.237Z Downloaded petgraph v0.6.5
10082025-01-25T02:56:23.255Z Downloaded libz-sys v1.1.20
10092025-01-25T02:56:23.276Z Downloaded russh v0.45.0
10102025-01-25T02:56:23.281Z Downloaded git2 v0.19.0
10112025-01-25T02:56:23.289Z Downloaded regex-automata v0.4.8
10122025-01-25T02:56:23.307Z Downloaded tokio v1.43.0
10132025-01-25T02:56:23.358Z Downloaded rusqlite v0.32.1
10142025-01-25T02:56:23.367Z Downloaded nix v0.28.0
10152025-01-25T02:56:23.382Z Downloaded p384 v0.13.0
10162025-01-25T02:56:23.389Z Downloaded vcpkg v0.2.15
10172025-01-25T02:56:23.434Z Downloaded rayon v1.10.0
10182025-01-25T02:56:23.443Z Downloaded polar-core v0.27.3
10192025-01-25T02:56:23.451Z Downloaded lalrpop v0.19.12
10202025-01-25T02:56:23.464Z Downloaded sha3 v0.10.8
10212025-01-25T02:56:23.467Z Downloaded idna v0.2.3
10222025-01-25T02:56:23.474Z Downloaded csv v1.3.0
10232025-01-25T02:56:23.493Z Downloaded pkcs5 v0.7.1
10242025-01-25T02:56:23.496Z Downloaded parking_lot v0.12.3
10252025-01-25T02:56:23.499Z Downloaded parking_lot v0.11.2
10262025-01-25T02:56:23.501Z Downloaded derive-where v1.2.7
10272025-01-25T02:56:23.504Z Downloaded der v0.7.9
10282025-01-25T02:56:23.508Z Downloaded num-bigint v0.4.6
10292025-01-25T02:56:23.513Z Downloaded typed-path v0.9.3
10302025-01-25T02:56:23.519Z Downloaded steno v0.4.1
10312025-01-25T02:56:23.523Z Downloaded ff v0.13.0
10322025-01-25T02:56:23.527Z Downloaded slog-dtrace v0.3.0
10332025-01-25T02:56:23.527Z Downloaded ref-cast-impl v1.0.23
10342025-01-25T02:56:23.531Z Downloaded aho-corasick v1.1.3
10352025-01-25T02:56:23.534Z Downloaded rustversion v1.0.17
10362025-01-25T02:56:23.537Z Downloaded num-bigint-dig v0.8.4
10372025-01-25T02:56:23.540Z Downloaded smallvec v1.13.2
10382025-01-25T02:56:23.542Z Downloaded zerocopy-derive v0.8.10
10392025-01-25T02:56:23.546Z Downloaded ed25519-dalek v2.1.1
10402025-01-25T02:56:23.549Z Downloaded tokio-postgres v0.7.12
10412025-01-25T02:56:23.555Z Downloaded dropshot_endpoint v0.15.1
10422025-01-25T02:56:23.558Z Downloaded test-strategy v0.3.1
10432025-01-25T02:56:23.560Z Downloaded encoding_rs v0.8.34
10442025-01-25T02:56:23.580Z Downloaded openssl-sys v0.9.103
10452025-01-25T02:56:23.585Z Downloaded zone_cfg_derive v0.3.0
10462025-01-25T02:56:23.588Z Downloaded embedded-io v0.4.0
10472025-01-25T02:56:23.588Z Downloaded derive_builder v0.20.2
10482025-01-25T02:56:23.591Z Downloaded termios v0.3.3
10492025-01-25T02:56:23.594Z Downloaded parse-zoneinfo v0.3.1
10502025-01-25T02:56:23.596Z Downloaded itertools v0.13.0
10512025-01-25T02:56:23.602Z Downloaded thiserror-no-std v2.0.2
10522025-01-25T02:56:23.606Z Downloaded samael v0.0.17
10532025-01-25T02:56:23.612Z Downloaded num-traits v0.2.19
10542025-01-25T02:56:23.615Z Downloaded tls_codec v0.4.1
10552025-01-25T02:56:23.618Z Downloaded phf_generator v0.11.2
10562025-01-25T02:56:23.618Z Downloaded fatfs v0.3.6
10572025-01-25T02:56:23.622Z Downloaded env_filter v0.1.2
10582025-01-25T02:56:23.625Z Downloaded dirs-next v2.0.0
10592025-01-25T02:56:23.625Z Downloaded termtree v0.5.1
10602025-01-25T02:56:23.625Z Downloaded glob v0.3.1
10612025-01-25T02:56:23.628Z Downloaded itertools v0.12.1
10622025-01-25T02:56:23.632Z Downloaded serde_path_to_error v0.1.16
10632025-01-25T02:56:23.634Z Downloaded diesel_derives v2.2.3
10642025-01-25T02:56:23.638Z Downloaded rsa v0.9.6
10652025-01-25T02:56:23.643Z Downloaded typify v0.2.0
10662025-01-25T02:56:23.646Z Downloaded hkdf v0.12.4
10672025-01-25T02:56:23.651Z Downloaded tls_codec_derive v0.4.1
10682025-01-25T02:56:23.654Z Downloaded num v0.4.3
10692025-01-25T02:56:23.654Z Downloaded float-cmp v0.9.0
10702025-01-25T02:56:23.654Z Downloaded num_enum v0.5.11
10712025-01-25T02:56:23.656Z Downloaded libxml v0.3.3
10722025-01-25T02:56:23.662Z Downloaded itertools v0.10.5
10732025-01-25T02:56:23.669Z Downloaded libgit2-sys v0.17.0+1.8.1
10742025-01-25T02:56:23.725Z Downloaded serde_with_macros v3.11.0
10752025-01-25T02:56:23.728Z Downloaded serde_plain v1.0.2
10762025-01-25T02:56:23.730Z Downloaded idna v1.0.3
10772025-01-25T02:56:23.733Z Downloaded crypto-bigint v0.5.5
10782025-01-25T02:56:23.738Z Downloaded diff v0.1.13
10792025-01-25T02:56:23.741Z Downloaded crossbeam-channel v0.5.13
10802025-01-25T02:56:23.744Z Downloaded snafu v0.8.5
10812025-01-25T02:56:23.750Z Downloaded x509-cert v0.2.5
10822025-01-25T02:56:23.756Z Downloaded toml_edit v0.19.15
10832025-01-25T02:56:23.773Z Downloaded ron v0.7.1
10842025-01-25T02:56:23.777Z Downloaded progenitor-impl v0.9.1
10852025-01-25T02:56:23.780Z Downloaded serde_urlencoded v0.7.1
10862025-01-25T02:56:23.783Z Downloaded strum_macros v0.26.4
10872025-01-25T02:56:23.783Z Downloaded subprocess v0.2.9
10882025-01-25T02:56:23.788Z Downloaded minimal-lexical v0.2.1
10892025-01-25T02:56:23.792Z Downloaded backtrace v0.3.74
10902025-01-25T02:56:23.795Z Downloaded zone v0.3.0
10912025-01-25T02:56:23.798Z Downloaded zone v0.1.8
10922025-01-25T02:56:23.798Z Downloaded wyz v0.5.1
10932025-01-25T02:56:23.802Z Downloaded heapless v0.8.0
10942025-01-25T02:56:23.805Z Downloaded heapless v0.7.17
10952025-01-25T02:56:23.807Z Downloaded bumpalo v3.16.0
10962025-01-25T02:56:23.810Z Downloaded dunce v1.0.5
10972025-01-25T02:56:23.813Z Downloaded toml v0.7.8
10982025-01-25T02:56:23.816Z Downloaded const_format v0.2.33
10992025-01-25T02:56:23.818Z Downloaded compact_str v0.8.0
11002025-01-25T02:56:23.821Z Downloaded scopeguard v1.2.0
11012025-01-25T02:56:23.824Z Downloaded schemars_derive v0.8.21
11022025-01-25T02:56:23.824Z Downloaded scheduled-thread-pool v0.2.7
11032025-01-25T02:56:23.827Z Downloaded rustc_version v0.4.1
11042025-01-25T02:56:23.827Z Downloaded rustc_version v0.1.7
11052025-01-25T02:56:23.827Z Downloaded russh-cryptovec v0.7.3
11062025-01-25T02:56:23.838Z Downloaded progenitor-client v0.9.1
11072025-01-25T02:56:23.838Z Downloaded icu_collections v1.5.0
11082025-01-25T02:56:23.842Z Downloaded base64 v0.21.7
11092025-01-25T02:56:23.842Z Downloaded termcolor v1.4.1
11102025-01-25T02:56:23.842Z Downloaded const-oid v0.9.6
11112025-01-25T02:56:23.842Z Downloaded http v1.2.0
11122025-01-25T02:56:23.845Z Downloaded utf8_iter v1.0.4
11132025-01-25T02:56:23.845Z Downloaded utf16_iter v1.0.5
11142025-01-25T02:56:23.847Z Downloaded unicode-truncate v1.1.0
11152025-01-25T02:56:23.850Z Downloaded typify-macro v0.3.0
11162025-01-25T02:56:23.850Z Downloaded static_assertions v1.1.0
11172025-01-25T02:56:23.850Z Downloaded slog-scope v4.4.0
11182025-01-25T02:56:23.853Z Downloaded slog-async v2.8.0
11192025-01-25T02:56:23.853Z Downloaded crc-any v2.5.0
11202025-01-25T02:56:23.855Z Downloaded lru v0.12.5
11212025-01-25T02:56:23.858Z Downloaded lock_api v0.4.12
11222025-01-25T02:56:23.858Z Downloaded slog-json v2.6.1
11232025-01-25T02:56:23.860Z Downloaded keccak v0.1.5
11242025-01-25T02:56:23.863Z Downloaded ipnet v2.10.1
11252025-01-25T02:56:23.863Z Downloaded jobserver v0.1.32
11262025-01-25T02:56:23.866Z Downloaded cassowary v0.3.0
11272025-01-25T02:56:23.866Z Downloaded linked-hash-map v0.5.6
11282025-01-25T02:56:23.868Z Downloaded icu_properties v1.5.1
11292025-01-25T02:56:23.871Z Downloaded async-trait v0.1.83
11302025-01-25T02:56:23.873Z Downloaded bytes v1.9.0
11312025-01-25T02:56:23.876Z Downloaded ahash v0.8.11
11322025-01-25T02:56:23.878Z Downloaded icu_normalizer_data v1.5.0
11332025-01-25T02:56:23.881Z Downloaded arrayvec v0.7.6
11342025-01-25T02:56:23.883Z Downloaded icu_locid_transform_data v1.5.0
11352025-01-25T02:56:23.886Z Downloaded bzip2 v0.4.4
11362025-01-25T02:56:23.886Z Downloaded same-file v1.0.6
11372025-01-25T02:56:23.888Z Downloaded md-5 v0.10.6
11382025-01-25T02:56:23.889Z Downloaded base64 v0.13.1
11392025-01-25T02:56:23.891Z Downloaded lalrpop-util v0.19.12
11402025-01-25T02:56:23.894Z Downloaded lazy_static v1.5.0
11412025-01-25T02:56:23.894Z Downloaded kstat-rs v0.2.4
11422025-01-25T02:56:23.896Z Downloaded lazycell v1.3.0
11432025-01-25T02:56:23.897Z Downloaded hyper-util v0.1.10
11442025-01-25T02:56:23.900Z Downloaded hyper v1.5.2
11452025-01-25T02:56:23.907Z Downloaded icu_provider v1.5.0
11462025-01-25T02:56:23.910Z Downloaded cancel-safe-futures v0.1.5
11472025-01-25T02:56:23.913Z Downloaded arc-swap v1.7.1
11482025-01-25T02:56:23.916Z Downloaded crossbeam-epoch v0.9.18
11492025-01-25T02:56:23.919Z Downloaded bcrypt-pbkdf v0.10.0
11502025-01-25T02:56:23.921Z Downloaded base64ct v1.6.0
11512025-01-25T02:56:23.924Z Downloaded cookie_store v0.21.0
11522025-01-25T02:56:23.924Z Downloaded cookie v0.18.1
11532025-01-25T02:56:23.926Z Downloaded icu_locid v1.5.0
11542025-01-25T02:56:23.931Z Downloaded hickory-client v0.24.1
11552025-01-25T02:56:23.934Z Downloaded async-stream-impl v0.3.6
11562025-01-25T02:56:23.938Z Downloaded bcs v0.1.6
11572025-01-25T02:56:23.938Z Downloaded backoff v0.4.0
11582025-01-25T02:56:24.068Z Downloaded ring v0.17.8
11592025-01-25T02:56:24.167Z Downloaded libsqlite3-sys v0.30.1
11602025-01-25T02:56:24.474Z Downloaded aws-lc-sys v0.22.0
11612025-01-25T02:56:24.787Z Compiling serde v1.0.217
11622025-01-25T02:56:24.790Z Compiling lock_api v0.4.12
11632025-01-25T02:56:24.790Z Compiling scopeguard v1.2.0
11642025-01-25T02:56:24.790Z Compiling value-bag v1.9.0
11652025-01-25T02:56:24.947Z Compiling typenum v1.17.0
11662025-01-25T02:56:24.950Z Compiling generic-array v0.14.7
11672025-01-25T02:56:24.990Z Compiling syn v2.0.96
11682025-01-25T02:56:25.006Z Compiling getrandom v0.2.15
11692025-01-25T02:56:25.091Z Compiling shlex v1.3.0
11702025-01-25T02:56:25.346Z Compiling rand_core v0.6.4
11712025-01-25T02:56:25.441Z Compiling log v0.4.22
11722025-01-25T02:56:25.510Z Compiling subtle v2.6.1
11732025-01-25T02:56:25.528Z Compiling jobserver v0.1.32
11742025-01-25T02:56:25.547Z Compiling smallvec v1.13.2
11752025-01-25T02:56:25.855Z Compiling const-oid v0.9.6
11762025-01-25T02:56:25.877Z Compiling spin v0.9.8
11772025-01-25T02:56:25.877Z Compiling pin-project-lite v0.2.14
11782025-01-25T02:56:25.938Z Compiling cc v1.1.30
11792025-01-25T02:56:26.007Z Compiling rustix v0.38.37
11802025-01-25T02:56:26.228Z Compiling parking_lot_core v0.9.10
11812025-01-25T02:56:26.271Z Compiling futures-core v0.3.31
11822025-01-25T02:56:26.350Z Compiling signal-hook-registry v1.4.2
11832025-01-25T02:56:26.517Z Compiling mio v1.0.2
11842025-01-25T02:56:26.798Z Compiling aho-corasick v1.1.3
11852025-01-25T02:56:27.017Z Compiling cpufeatures v0.2.14
11862025-01-25T02:56:27.128Z Compiling parking_lot v0.12.3
11872025-01-25T02:56:27.245Z Compiling regex-syntax v0.8.5
11882025-01-25T02:56:27.265Z Compiling either v1.13.0
11892025-01-25T02:56:27.628Z Compiling lazy_static v1.5.0
11902025-01-25T02:56:27.671Z Compiling glob v0.3.1
11912025-01-25T02:56:27.765Z Compiling stable_deref_trait v1.2.0
11922025-01-25T02:56:27.890Z Compiling futures-sink v0.3.31
11932025-01-25T02:56:27.908Z Compiling socket2 v0.5.7
11942025-01-25T02:56:27.926Z Compiling slab v0.4.9
11952025-01-25T02:56:28.050Z Compiling prettyplease v0.2.25
11962025-01-25T02:56:28.484Z Compiling minimal-lexical v0.2.1
11972025-01-25T02:56:28.510Z Compiling serde_json v1.0.135
11982025-01-25T02:56:28.530Z Compiling clang-sys v1.8.1
11992025-01-25T02:56:28.901Z Compiling nom v7.1.3
12002025-01-25T02:56:28.960Z Compiling libloading v0.8.5
12012025-01-25T02:56:29.149Z Compiling bindgen v0.69.5
12022025-01-25T02:56:29.262Z Compiling home v0.5.9
12032025-01-25T02:56:29.517Z Compiling futures-channel v0.3.31
12042025-01-25T02:56:29.651Z Compiling itertools v0.12.1
12052025-01-25T02:56:29.932Z Compiling lazycell v1.3.0
12062025-01-25T02:56:30.024Z Compiling pin-utils v0.1.0
12072025-01-25T02:56:30.117Z Compiling futures-task v0.3.31
12082025-01-25T02:56:30.138Z Compiling allocator-api2 v0.2.18
12092025-01-25T02:56:30.422Z Compiling foldhash v0.1.3
12102025-01-25T02:56:30.729Z Compiling futures-io v0.3.31
12112025-01-25T02:56:30.905Z Compiling regex-automata v0.4.8
12122025-01-25T02:56:31.001Z Compiling rustc-hash v1.1.0
12132025-01-25T02:56:31.155Z Compiling libm v0.2.8
12142025-01-25T02:56:31.500Z Compiling hashbrown v0.15.1
12152025-01-25T02:56:31.523Z Compiling cmake v0.1.51
12162025-01-25T02:56:32.227Z Compiling synstructure v0.13.1
12172025-01-25T02:56:32.556Z Compiling cexpr v0.6.0
12182025-01-25T02:56:32.688Z Compiling num-traits v0.2.19
12192025-01-25T02:56:32.981Z Compiling fs_extra v1.3.0
12202025-01-25T02:56:33.522Z Compiling tinyvec_macros v0.1.1
12212025-01-25T02:56:33.580Z Compiling pkg-config v0.3.31
12222025-01-25T02:56:33.623Z Compiling dunce v1.0.5
12232025-01-25T02:56:33.643Z Compiling tinyvec v1.8.0
12242025-01-25T02:56:34.271Z Compiling ring v0.17.8
12252025-01-25T02:56:34.879Z Compiling base64ct v1.6.0
12262025-01-25T02:56:35.106Z Compiling unicode-normalization v0.1.24
12272025-01-25T02:56:35.269Z Compiling litemap v0.7.3
12282025-01-25T02:56:35.360Z Compiling unicode-bidi v0.3.17
12292025-01-25T02:56:35.450Z Compiling paste v1.0.15
12302025-01-25T02:56:35.625Z Compiling writeable v0.5.5
12312025-01-25T02:56:35.986Z Compiling pem-rfc7468 v0.7.0
12322025-01-25T02:56:36.177Z Compiling httparse v1.9.5
12332025-01-25T02:56:36.564Z Compiling regex v1.11.1
12342025-01-25T02:56:36.628Z Compiling aws-lc-rs v1.10.0
12352025-01-25T02:56:36.829Z Compiling flagset v0.4.6
12362025-01-25T02:56:37.001Z Compiling tracing-core v0.1.32
12372025-01-25T02:56:37.031Z Compiling percent-encoding v2.3.1
12382025-01-25T02:56:37.354Z Compiling icu_locid_transform_data v1.5.0
12392025-01-25T02:56:37.460Z Compiling crossbeam-utils v0.8.20
12402025-01-25T02:56:37.480Z Compiling rustls-pki-types v1.10.0
12412025-01-25T02:56:37.655Z Compiling serde_derive v1.0.217
12422025-01-25T02:56:37.886Z Compiling zeroize_derive v1.4.2
12432025-01-25T02:56:37.976Z Compiling zerocopy-derive v0.7.35
12442025-01-25T02:56:38.090Z Compiling tokio-macros v2.5.0
12452025-01-25T02:56:38.427Z Compiling zerofrom-derive v0.1.4
12462025-01-25T02:56:39.350Z Compiling zeroize v1.8.1
12472025-01-25T02:56:39.597Z Compiling thiserror-impl v1.0.69
12482025-01-25T02:56:39.819Z Compiling yoke-derive v0.7.4
12492025-01-25T02:56:39.939Z Compiling zerocopy v0.7.35
12502025-01-25T02:56:40.983Z Compiling crypto-common v0.1.6
12512025-01-25T02:56:41.232Z Compiling block-buffer v0.10.4
12522025-01-25T02:56:41.261Z Compiling zerovec-derive v0.10.3
12532025-01-25T02:56:41.494Z Compiling digest v0.10.7
12542025-01-25T02:56:41.920Z Compiling hmac v0.12.1
12552025-01-25T02:56:41.939Z Compiling futures-macro v0.3.31
12562025-01-25T02:56:41.985Z Compiling zerofrom v0.1.4
12572025-01-25T02:56:42.139Z Compiling block-padding v0.3.3
12582025-01-25T02:56:42.203Z Compiling displaydoc v0.2.5
12592025-01-25T02:56:42.378Z Compiling inout v0.1.3
12602025-01-25T02:56:42.407Z Compiling yoke v0.7.4
12612025-01-25T02:56:42.449Z Compiling sha2 v0.10.8
12622025-01-25T02:56:42.502Z Compiling thiserror v1.0.69
12632025-01-25T02:56:42.648Z Compiling cipher v0.4.4
12642025-01-25T02:56:42.669Z Compiling ppv-lite86 v0.2.20
12652025-01-25T02:56:42.751Z Compiling der_derive v0.7.3
12662025-01-25T02:56:43.183Z Compiling icu_provider_macros v1.5.0
12672025-01-25T02:56:43.474Z Compiling rand_chacha v0.3.1
12682025-01-25T02:56:43.740Z Compiling tracing-attributes v0.1.27
12692025-01-25T02:56:43.761Z Compiling futures-util v0.3.31
12702025-01-25T02:56:43.789Z Compiling zerovec v0.10.4
12712025-01-25T02:56:44.298Z Compiling rand v0.8.5
12722025-01-25T02:56:45.070Z Compiling der v0.7.9
12732025-01-25T02:56:45.770Z Compiling tinystr v0.7.6
12742025-01-25T02:56:45.831Z Compiling icu_collections v1.5.0
12752025-01-25T02:56:46.002Z Compiling salsa20 v0.10.2
12762025-01-25T02:56:46.152Z Compiling icu_locid v1.5.0
12772025-01-25T02:56:46.240Z Compiling pest v2.7.14
12782025-01-25T02:56:46.386Z Compiling pbkdf2 v0.12.2
12792025-01-25T02:56:46.980Z Compiling tracing v0.1.40
12802025-01-25T02:56:47.157Z Compiling spki v0.7.3
12812025-01-25T02:56:47.308Z Compiling icu_provider v1.5.0
12822025-01-25T02:56:47.493Z Compiling untrusted v0.7.1
12832025-01-25T02:56:47.515Z Compiling mirai-annotations v1.12.0
12842025-01-25T02:56:47.694Z Compiling num-conv v0.1.0
12852025-01-25T02:56:47.717Z Compiling powerfmt v0.2.0
12862025-01-25T02:56:47.993Z Compiling icu_locid_transform v1.5.0
12872025-01-25T02:56:48.031Z Compiling icu_properties_data v1.5.0
12882025-01-25T02:56:48.104Z Compiling untrusted v0.9.0
12892025-01-25T02:56:48.146Z Compiling time-core v0.1.2
12902025-01-25T02:56:48.256Z Compiling vcpkg v0.2.15
12912025-01-25T02:56:48.282Z Compiling deranged v0.3.11
12922025-01-25T02:56:48.324Z Compiling time-macros v0.2.18
12932025-01-25T02:56:49.041Z Compiling pest_meta v2.7.14
12942025-01-25T02:56:49.345Z Compiling icu_properties v1.5.1
12952025-01-25T02:56:50.106Z Compiling openssl-sys v0.9.103
12962025-01-25T02:56:50.401Z Compiling bitflags v2.6.0
12972025-01-25T02:56:50.643Z Compiling bytes v1.9.0
12982025-01-25T02:56:51.145Z Compiling indexmap v2.7.0
12992025-01-25T02:56:51.421Z Compiling semver v1.0.24
13002025-01-25T02:56:51.806Z Compiling tokio v1.43.0
13012025-01-25T02:56:51.857Z Compiling http v1.2.0
13022025-01-25T02:56:52.132Z Compiling rustc_version v0.4.1
13032025-01-25T02:56:52.395Z Compiling scrypt v0.11.0
13042025-01-25T02:56:52.868Z Compiling cbc v0.1.2
13052025-01-25T02:56:52.921Z Compiling aes v0.8.4
13062025-01-25T02:56:53.112Z Compiling scroll_derive v0.12.0
13072025-01-25T02:56:53.504Z Compiling utf16_iter v1.0.5
13082025-01-25T02:56:53.720Z Compiling write16 v1.0.0
13092025-01-25T02:56:53.800Z Compiling icu_normalizer_data v1.5.0
13102025-01-25T02:56:53.874Z Compiling num_threads v0.1.7
13112025-01-25T02:56:53.911Z Compiling atomic-waker v1.1.2
13122025-01-25T02:56:53.930Z Compiling utf8_iter v1.0.4
13132025-01-25T02:56:54.013Z Compiling time v0.3.36
13142025-01-25T02:56:54.099Z Compiling pkcs5 v0.7.1
13152025-01-25T02:56:54.120Z Compiling icu_normalizer v1.5.0
13162025-01-25T02:56:54.167Z Compiling http-body v1.0.1
13172025-01-25T02:56:54.417Z Compiling which v4.4.2
13182025-01-25T02:56:54.572Z Compiling scroll v0.12.0
13192025-01-25T02:56:55.185Z Compiling pest_generator v2.7.14
13202025-01-25T02:56:55.312Z Compiling form_urlencoded v1.2.1
13212025-01-25T02:56:55.560Z Compiling try-lock v0.2.5
13222025-01-25T02:56:55.623Z Compiling slog v2.7.0
13232025-01-25T02:56:55.645Z Compiling goblin v0.8.2
13242025-01-25T02:56:55.727Z Compiling want v0.3.1
13252025-01-25T02:56:55.817Z Compiling idna_adapter v1.2.0
13262025-01-25T02:56:55.994Z Compiling pkcs8 v0.10.2
13272025-01-25T02:56:56.039Z Compiling uuid v1.12.0
13282025-01-25T02:56:56.207Z Compiling iana-time-zone v0.1.61
13292025-01-25T02:56:56.620Z Compiling httpdate v1.0.3
13302025-01-25T02:56:56.664Z Compiling chrono v0.4.38
13312025-01-25T02:56:57.019Z Compiling pest_derive v2.7.14
13322025-01-25T02:56:57.547Z Compiling idna v1.0.3
13332025-01-25T02:56:57.717Z Compiling serde_spanned v0.6.8
13342025-01-25T02:56:57.793Z Compiling dtrace-parser v0.2.0
13352025-01-25T02:56:57.971Z Compiling toml_datetime v0.6.8
13362025-01-25T02:56:58.521Z Compiling serde_tokenstream v0.2.2
13372025-01-25T02:56:58.741Z Compiling openssl v0.10.66
13382025-01-25T02:56:59.109Z Compiling foreign-types-shared v0.1.1
13392025-01-25T02:56:59.158Z Compiling adler2 v2.0.0
13402025-01-25T02:56:59.191Z Compiling base64 v0.22.1
13412025-01-25T02:56:59.238Z Compiling tower-service v0.3.3
13422025-01-25T02:56:59.377Z Compiling rustversion v1.0.17
13432025-01-25T02:56:59.397Z Compiling match_cfg v0.1.0
13442025-01-25T02:56:59.499Z Compiling hostname v0.3.1
13452025-01-25T02:56:59.717Z Compiling tokio-util v0.7.12
13462025-01-25T02:56:59.738Z Compiling miniz_oxide v0.8.0
13472025-01-25T02:56:59.862Z Compiling foreign-types v0.3.2
13482025-01-25T02:56:59.986Z Compiling url v2.5.3
13492025-01-25T02:57:00.108Z Compiling openssl-macros v0.1.1
13502025-01-25T02:57:00.868Z Compiling h2 v0.4.6
13512025-01-25T02:57:00.949Z Compiling async-trait v0.1.83
13522025-01-25T02:57:01.137Z Compiling serde_derive_internals v0.29.1
13532025-01-25T02:57:01.264Z Compiling dof v0.3.0
13542025-01-25T02:57:01.779Z Compiling dirs-sys-next v0.1.2
13552025-01-25T02:57:02.343Z Compiling usdt-impl v0.5.0
13562025-01-25T02:57:03.078Z Compiling rustls v0.22.4
13572025-01-25T02:57:03.343Z Compiling siphasher v0.3.11
13582025-01-25T02:57:03.400Z Compiling syn v1.0.109
13592025-01-25T02:57:03.490Z Compiling native-tls v0.2.12
13602025-01-25T02:57:03.750Z Compiling data-encoding v2.6.0
13612025-01-25T02:57:03.788Z Compiling rustls v0.23.19
13622025-01-25T02:57:03.823Z Compiling schemars v0.8.21
13632025-01-25T02:57:04.087Z Compiling schemars_derive v0.8.21
13642025-01-25T02:57:04.143Z Compiling dirs-next v2.0.0
13652025-01-25T02:57:04.940Z Compiling http-body-util v0.1.2
13662025-01-25T02:57:05.130Z Compiling heapless v0.7.17
13672025-01-25T02:57:05.423Z Compiling crossbeam-epoch v0.9.18
13682025-01-25T02:57:05.564Z Compiling sha1 v0.10.6
13692025-01-25T02:57:05.624Z Compiling signature v2.2.0
13702025-01-25T02:57:05.763Z Compiling bzip2-sys v0.1.11+1.0.8
13712025-01-25T02:57:05.926Z Compiling thread_local v1.1.8
13722025-01-25T02:57:05.981Z Compiling encoding_rs v0.8.34
13732025-01-25T02:57:06.115Z Compiling multer v3.1.0
13742025-01-25T02:57:06.242Z Compiling cookie v0.18.1
13752025-01-25T02:57:06.402Z Compiling rayon-core v1.12.1
13762025-01-25T02:57:06.423Z Compiling dyn-clone v1.0.17
13772025-01-25T02:57:06.524Z Compiling ipnet v2.10.1
13782025-01-25T02:57:06.656Z Compiling slog-async v2.8.0
13792025-01-25T02:57:06.678Z Compiling signal-hook v0.3.17
13802025-01-25T02:57:06.967Z Compiling unicode-properties v0.1.3
13812025-01-25T02:57:07.114Z Compiling gimli v0.31.1
13822025-01-25T02:57:07.162Z Compiling openssl-probe v0.1.5
13832025-01-25T02:57:07.364Z Compiling mime v0.3.17
13842025-01-25T02:57:07.486Z Compiling stringprep v0.1.5
13852025-01-25T02:57:07.582Z Compiling toml_edit v0.22.22
13862025-01-25T02:57:07.887Z Compiling hyper v1.5.2
13872025-01-25T02:57:10.750Z Compiling hyper-util v0.1.10
13882025-01-25T02:57:11.615Z Compiling addr2line v0.24.2
13892025-01-25T02:57:11.860Z Compiling crossbeam-deque v0.8.5
13902025-01-25T02:57:11.928Z Compiling usdt-attr-macro v0.5.0
13912025-01-25T02:57:11.961Z Compiling usdt-macro v0.5.0
13922025-01-25T02:57:12.193Z Compiling term v0.7.0
13932025-01-25T02:57:12.862Z Compiling slog-json v2.6.1
13942025-01-25T02:57:13.243Z Compiling serde_urlencoded v0.7.1
13952025-01-25T02:57:13.361Z Compiling curve25519-dalek v4.1.3
13962025-01-25T02:57:13.459Z Compiling crossbeam-channel v0.5.13
13972025-01-25T02:57:13.478Z Compiling futures-executor v0.3.31
13982025-01-25T02:57:13.603Z Compiling enum-as-inner v0.6.1
13992025-01-25T02:57:13.723Z Compiling md-5 v0.10.6
14002025-01-25T02:57:13.998Z Compiling rustls-pemfile v2.2.0
14012025-01-25T02:57:14.022Z Compiling async-stream-impl v0.3.6
14022025-01-25T02:57:14.043Z Compiling num-integer v0.1.46
14032025-01-25T02:57:14.348Z Compiling idna v0.3.0
14042025-01-25T02:57:14.492Z Compiling idna v0.4.0
14052025-01-25T02:57:14.658Z Compiling hash32 v0.2.1
14062025-01-25T02:57:14.786Z Compiling ff v0.13.0
14072025-01-25T02:57:14.975Z Compiling is-terminal v0.4.13
14082025-01-25T02:57:14.997Z Compiling dropshot v0.12.0
14092025-01-25T02:57:15.021Z Compiling object v0.36.5
14102025-01-25T02:57:15.106Z Compiling utf-8 v0.7.6
14112025-01-25T02:57:15.277Z Compiling fallible-iterator v0.2.0
14122025-01-25T02:57:15.309Z Compiling num-bigint-dig v0.8.4
14132025-01-25T02:57:15.400Z Compiling linked-hash-map v0.5.6
14142025-01-25T02:57:15.603Z Compiling portable-atomic v1.9.0
14152025-01-25T02:57:15.744Z Compiling smoltcp v0.9.1
14162025-01-25T02:57:15.908Z Compiling anyhow v1.0.93
14172025-01-25T02:57:15.955Z Compiling rustc-demangle v0.1.24
14182025-01-25T02:57:15.958Z Compiling psl-types v2.0.11
14192025-01-25T02:57:16.188Z Compiling base16ct v0.2.0
14202025-01-25T02:57:16.364Z Compiling take_mut v0.2.2
14212025-01-25T02:57:16.503Z Compiling quick-error v1.2.3
14222025-01-25T02:57:16.651Z Compiling resolv-conf v0.7.0
14232025-01-25T02:57:16.671Z Compiling sec1 v0.7.3
14242025-01-25T02:57:16.929Z Compiling publicsuffix v2.2.3
14252025-01-25T02:57:16.956Z Compiling postgres-protocol v0.6.7
14262025-01-25T02:57:17.164Z Compiling lru-cache v0.1.2
14272025-01-25T02:57:17.231Z Compiling hickory-proto v0.24.1
14282025-01-25T02:57:17.357Z Compiling async-stream v0.3.6
14292025-01-25T02:57:17.361Z Compiling tungstenite v0.24.0
14302025-01-25T02:57:17.639Z Compiling slog-term v2.9.1
14312025-01-25T02:57:17.658Z Compiling usdt v0.5.0
14322025-01-25T02:57:18.146Z Compiling group v0.13.0
14332025-01-25T02:57:18.491Z Compiling num-iter v0.1.45
14342025-01-25T02:57:18.809Z Compiling futures v0.3.31
14352025-01-25T02:57:18.843Z Compiling slog-bunyan v2.5.0
14362025-01-25T02:57:20.096Z Compiling toml v0.8.19
14372025-01-25T02:57:20.250Z Compiling tokio-native-tls v0.3.1
14382025-01-25T02:57:20.383Z Compiling camino v1.1.9
14392025-01-25T02:57:20.534Z Compiling phf_shared v0.11.2
14402025-01-25T02:57:20.622Z Compiling dropshot_endpoint v0.12.0
14412025-01-25T02:57:20.896Z Compiling terminal_size v0.4.0
14422025-01-25T02:57:21.128Z Compiling waitgroup v0.1.2
14432025-01-25T02:57:21.217Z Compiling openapiv3 v2.0.0
14442025-01-25T02:57:21.352Z Compiling serde_path_to_error v0.1.16
14452025-01-25T02:57:21.607Z Compiling backtrace v0.3.74
14462025-01-25T02:57:22.020Z Compiling hkdf v0.12.4
14472025-01-25T02:57:22.098Z Compiling crypto-bigint v0.5.5
14482025-01-25T02:57:22.297Z Compiling webpki-roots v0.26.6
14492025-01-25T02:57:22.523Z Compiling zerocopy-derive v0.6.6
14502025-01-25T02:57:24.533Z Compiling curve25519-dalek-derive v0.1.1
14512025-01-25T02:57:24.735Z Compiling idna v0.5.0
14522025-01-25T02:57:24.754Z Compiling hubpack_derive v0.1.1
14532025-01-25T02:57:24.824Z Compiling hostname v0.4.0
14542025-01-25T02:57:25.048Z Compiling crc32fast v1.4.2
14552025-01-25T02:57:25.191Z Compiling ahash v0.8.11
14562025-01-25T02:57:25.360Z Compiling fs-err v2.11.0
14572025-01-25T02:57:25.531Z Compiling newtype-uuid v1.2.1
14582025-01-25T02:57:25.577Z Compiling winnow v0.5.40
14592025-01-25T02:57:25.672Z Compiling managed v0.8.0
14602025-01-25T02:57:25.824Z Compiling debug-ignore v1.0.5
14612025-01-25T02:57:25.955Z Compiling bitflags v1.3.2
14622025-01-25T02:57:26.099Z Compiling strum_macros v0.25.3
14632025-01-25T02:57:26.191Z Compiling clap_builder v4.5.21
14642025-01-25T02:57:26.507Z Compiling cookie_store v0.21.0
14652025-01-25T02:57:27.914Z Compiling hubpack v0.1.2
14662025-01-25T02:57:28.013Z Compiling console v0.15.8
14672025-01-25T02:57:28.109Z Compiling flate2 v1.0.34
14682025-01-25T02:57:28.360Z Compiling elliptic-curve v0.13.8
14692025-01-25T02:57:29.036Z Compiling toml_edit v0.19.15
14702025-01-25T02:57:29.061Z Compiling zerocopy v0.6.6
14712025-01-25T02:57:29.230Z Compiling hickory-resolver v0.24.1
14722025-01-25T02:57:29.764Z Compiling phf v0.11.2
14732025-01-25T02:57:29.767Z Compiling hyper-tls v0.6.0
14742025-01-25T02:57:30.049Z Compiling signal-hook-mio v0.2.4
14752025-01-25T02:57:30.187Z Compiling rayon v1.10.0
14762025-01-25T02:57:30.190Z Compiling bzip2 v0.4.4
14772025-01-25T02:57:30.611Z Compiling tokio-tungstenite v0.24.0
14782025-01-25T02:57:31.154Z Compiling postgres-types v0.2.8
14792025-01-25T02:57:33.719Z Compiling ed25519 v2.2.3
14802025-01-25T02:57:33.984Z Compiling phf_shared v0.10.0
14812025-01-25T02:57:34.372Z Compiling tokio-stream v0.1.16
14822025-01-25T02:57:34.466Z Compiling pkcs1 v0.7.5
14832025-01-25T02:57:34.543Z Compiling serde-big-array v0.5.1
14842025-01-25T02:57:34.778Z Compiling clap_derive v4.5.18
14852025-01-25T02:57:35.011Z Compiling rfc6979 v0.4.0
14862025-01-25T02:57:35.217Z Compiling serde_repr v0.1.19
14872025-01-25T02:57:35.288Z Compiling derive-where v1.2.7
14882025-01-25T02:57:35.412Z Compiling float-cmp v0.9.0
14892025-01-25T02:57:35.574Z Compiling bstr v1.10.0
14902025-01-25T02:57:35.643Z Compiling sync_wrapper v1.0.1
14912025-01-25T02:57:35.814Z Compiling fixedbitset v0.4.2
14922025-01-25T02:57:36.117Z Compiling precomputed-hash v0.1.1
14932025-01-25T02:57:36.240Z Compiling unicode-width v0.2.0
14942025-01-25T02:57:36.261Z Compiling normalize-line-endings v0.3.0
14952025-01-25T02:57:36.345Z Compiling number_prefix v0.4.0
14962025-01-25T02:57:36.393Z Compiling bit-vec v0.6.3
14972025-01-25T02:57:36.566Z Compiling unicode-segmentation v1.12.0
14982025-01-25T02:57:36.779Z Compiling new_debug_unreachable v1.0.6
14992025-01-25T02:57:36.805Z Compiling difflib v0.4.0
15002025-01-25T02:57:36.896Z Compiling whoami v1.5.2
15012025-01-25T02:57:37.190Z Compiling predicates-core v1.0.8
15022025-01-25T02:57:37.439Z Compiling static_assertions v1.1.0
15032025-01-25T02:57:37.460Z Compiling predicates v3.1.2
15042025-01-25T02:57:37.514Z Compiling similar v2.6.0
15052025-01-25T02:57:37.555Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15062025-01-25T02:57:38.181Z Compiling tokio-postgres v0.7.12
15072025-01-25T02:57:38.374Z Compiling string_cache v0.8.7
15082025-01-25T02:57:38.826Z Compiling indicatif v0.17.9
15092025-01-25T02:57:38.984Z Compiling bit-set v0.5.3
15102025-01-25T02:57:39.277Z Compiling petgraph v0.6.5
15112025-01-25T02:57:39.310Z Compiling clap v4.5.21
15122025-01-25T02:57:39.432Z Compiling ecdsa v0.16.9
15132025-01-25T02:57:39.719Z Compiling rsa v0.9.6
15142025-01-25T02:57:40.247Z Compiling ed25519-dalek v2.1.1
15152025-01-25T02:57:40.888Z Compiling toml v0.7.8
15162025-01-25T02:57:41.540Z Compiling zip v0.6.6
15172025-01-25T02:57:42.350Z Compiling crossterm v0.28.1
15182025-01-25T02:57:43.637Z Compiling hex v0.4.3
15192025-01-25T02:57:43.686Z Compiling x509-cert v0.2.5
15202025-01-25T02:57:43.862Z Compiling itertools v0.10.5
15212025-01-25T02:57:43.897Z Compiling unicode-xid v0.2.6
15222025-01-25T02:57:43.968Z Compiling peg-runtime v0.8.3
15232025-01-25T02:57:44.088Z Compiling lalrpop-util v0.19.12
15242025-01-25T02:57:44.214Z Compiling strum_macros v0.26.4
15252025-01-25T02:57:44.445Z Compiling xattr v1.3.1
15262025-01-25T02:57:44.554Z Compiling filetime v0.2.25
15272025-01-25T02:57:44.879Z Compiling tar v0.4.42
15282025-01-25T02:57:48.828Z Compiling strum v0.26.3
15292025-01-25T02:57:52.230Z Compiling aws-lc-sys v0.22.0
15302025-01-25T02:58:23.151Z Compiling rustls-webpki v0.102.8
15312025-01-25T02:58:26.333Z Compiling tokio-rustls v0.25.0
15322025-01-25T02:58:28.010Z Compiling tokio-rustls v0.26.0
15332025-01-25T02:58:28.321Z Compiling hyper-rustls v0.27.3
15342025-01-25T02:58:28.898Z Compiling reqwest v0.12.9
15352025-01-25T02:58:29.991Z Compiling qorb v0.2.1
15362025-01-25T02:58:33.078Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15372025-01-25T02:58:33.322Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15382025-01-25T02:58:37.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s
15392025-01-25T02:58:37.918Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15402025-01-25T02:58:37.969ZJan 25 02:58:37.086 INFO Starting download, target: Console
15412025-01-25T02:58:37.969ZJan 25 02:58:37.086 INFO Starting download, target: Cockroach
15422025-01-25T02:58:37.969ZJan 25 02:58:37.086 INFO Starting download, target: Clickhouse
15432025-01-25T02:58:37.969ZJan 25 02:58:37.086 INFO Starting download, target: DendriteOpenapi
15442025-01-25T02:58:37.971ZJan 25 02:58:37.086 INFO Starting download, target: DendriteStub
15452025-01-25T02:58:37.971ZJan 25 02:58:37.086 INFO Starting download, target: MaghemiteMgd
15462025-01-25T02:58:37.971ZJan 25 02:58:37.086 INFO Starting download, target: TransceiverControl
15472025-01-25T02:58:37.971ZJan 25 02:58:37.087 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15482025-01-25T02:58:37.971ZJan 25 02:58:37.087 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15492025-01-25T02:58:37.972ZJan 25 02:58:37.087 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15502025-01-25T02:58:37.972ZJan 25 02:58:37.087 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15512025-01-25T02:58:37.972ZJan 25 02:58:37.087 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15522025-01-25T02:58:37.972ZJan 25 02:58:37.087 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15532025-01-25T02:58:37.972ZJan 25 02:58:37.087 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15542025-01-25T02:58:38.122ZJan 25 02:58:37.239 INFO Download complete, target: DendriteOpenapi
15552025-01-25T02:58:38.509ZJan 25 02:58:37.621 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15562025-01-25T02:58:38.846ZJan 25 02:58:37.952 INFO Download complete, target: Console
15572025-01-25T02:58:39.183ZJan 25 02:58:38.300 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15582025-01-25T02:58:39.223ZJan 25 02:58:38.337 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15592025-01-25T02:58:39.240ZJan 25 02:58:38.353 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15602025-01-25T02:58:39.642ZJan 25 02:58:38.760 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15612025-01-25T02:58:39.643ZJan 25 02:58:38.760 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15622025-01-25T02:58:39.869ZJan 25 02:58:38.986 INFO Download complete, target: TransceiverControl
15632025-01-25T02:58:40.049ZJan 25 02:58:39.166 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15642025-01-25T02:58:42.021ZJan 25 02:58:41.137 INFO Download complete, target: MaghemiteMgd
15652025-01-25T02:58:42.069ZJan 25 02:58:41.186 INFO Download complete, target: DendriteStub
15662025-01-25T02:58:47.054ZJan 25 02:58:46.170 INFO Checking that binary works, target: Cockroach
15672025-01-25T02:58:47.212ZJan 25 02:58:46.328 INFO Download complete, target: Cockroach
15682025-01-25T02:58:52.414ZJan 25 02:58:51.528 INFO Checking that binary works, target: Clickhouse
15692025-01-25T02:58:52.865ZJan 25 02:58:51.980 INFO Download complete, target: Clickhouse
15702025-01-25T02:58:52.872ZAll prerequisites installed successfully
15712025-01-25T02:58:52.875Z
15722025-01-25T02:58:52.875Zreal 5:06.133260112
15732025-01-25T02:58:52.875Zuser 15:43.881351039
15742025-01-25T02:58:52.875Zsys 2:03.744948986
15752025-01-25T02:58:52.875Ztrap 0.566156446
15762025-01-25T02:58:52.875Ztflt 2.949277135
15772025-01-25T02:58:52.875Zdflt 2.804768139
15782025-01-25T02:58:52.875Zkflt 0.154737629
15792025-01-25T02:58:52.875Zlock 24:37.400956164
15802025-01-25T02:58:52.875Zslp 55:46.486704892
15812025-01-25T02:58:52.875Zlat 58.713487758
15822025-01-25T02:58:52.875Zstop 2:23.553136916
15832025-01-25T02:58:52.875Z+ ptime -m cargo xtask download softnpu
15842025-01-25T02:58:53.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
15852025-01-25T02:58:53.430Z Running `target/debug/xtask download softnpu`
15862025-01-25T02:58:54.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
15872025-01-25T02:58:54.318Z Running `target/debug/xtask-downloader softnpu`
15882025-01-25T02:58:54.357ZJan 25 02:58:53.472 INFO Starting download, target: Softnpu
15892025-01-25T02:58:54.360ZJan 25 02:58:53.473 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15902025-01-25T02:58:54.872ZJan 25 02:58:53.987 INFO Download complete, target: Softnpu
15912025-01-25T02:58:54.876Z
15922025-01-25T02:58:54.879Zreal 1.995781200
15932025-01-25T02:58:54.879Zuser 1.270727055
15942025-01-25T02:58:54.879Zsys 0.550297865
15952025-01-25T02:58:54.879Ztrap 0.000915415
15962025-01-25T02:58:54.879Ztflt 0.000028933
15972025-01-25T02:58:54.879Zdflt 0.000054972
15982025-01-25T02:58:54.879Zkflt 0.000000000
15992025-01-25T02:58:54.879Zlock 5.231130008
16002025-01-25T02:58:54.879Zslp 0.351641847
16012025-01-25T02:58:54.880Zlat 0.069582566
16022025-01-25T02:58:54.880Zstop 0.000167919
16032025-01-25T02:58:54.880Z+ export CARGO_INCREMENTAL=0
16042025-01-25T02:58:54.880Z+ CARGO_INCREMENTAL=0
16052025-01-25T02:58:54.880Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16062025-01-25T02:58:55.808Z Compiling proc-macro2 v1.0.92
16072025-01-25T02:58:55.808Z Compiling unicode-ident v1.0.14
16082025-01-25T02:58:55.811Z Compiling libc v0.2.169
16092025-01-25T02:58:55.811Z Compiling serde v1.0.217
16102025-01-25T02:58:55.811Z Compiling autocfg v1.4.0
16112025-01-25T02:58:55.811Z Compiling version_check v0.9.5
16122025-01-25T02:58:55.811Z Compiling cfg-if v1.0.0
16132025-01-25T02:58:56.100Z Compiling memchr v2.7.4
16142025-01-25T02:58:56.118Z Compiling typenum v1.17.0
16152025-01-25T02:58:56.133Z Compiling shlex v1.3.0
16162025-01-25T02:58:56.488Z Compiling value-bag v1.9.0
16172025-01-25T02:58:56.524Z Compiling scopeguard v1.2.0
16182025-01-25T02:58:56.560Z Compiling generic-array v0.14.7
16192025-01-25T02:58:56.720Z Compiling lock_api v0.4.12
16202025-01-25T02:58:57.015Z Compiling log v0.4.22
16212025-01-25T02:58:57.019Z Compiling parking_lot_core v0.9.10
16222025-01-25T02:58:57.340Z Compiling serde_json v1.0.135
16232025-01-25T02:58:57.424Z Compiling once_cell v1.20.2
16242025-01-25T02:58:57.646Z Compiling quote v1.0.38
16252025-01-25T02:58:57.663Z Compiling libm v0.2.8
16262025-01-25T02:58:57.751Z Compiling rustix v0.38.37
16272025-01-25T02:58:57.797Z Compiling aho-corasick v1.1.3
16282025-01-25T02:58:57.975Z Compiling jobserver v0.1.32
16292025-01-25T02:58:58.026Z Compiling syn v2.0.96
16302025-01-25T02:58:58.099Z Compiling getrandom v0.2.15
16312025-01-25T02:58:58.326Z Compiling num-traits v0.2.19
16322025-01-25T02:58:58.370Z Compiling cc v1.1.30
16332025-01-25T02:58:58.469Z Compiling regex-syntax v0.8.5
16342025-01-25T02:58:58.487Z Compiling thiserror v1.0.69
16352025-01-25T02:58:58.616Z Compiling either v1.13.0
16362025-01-25T02:58:58.687Z Compiling itoa v1.0.11
16372025-01-25T02:58:58.932Z Compiling spin v0.9.8
16382025-01-25T02:58:59.156Z Compiling slab v0.4.9
16392025-01-25T02:58:59.453Z Compiling errno v0.3.9
16402025-01-25T02:58:59.491Z Compiling byteorder v1.5.0
16412025-01-25T02:58:59.686Z Compiling lazy_static v1.5.0
16422025-01-25T02:58:59.832Z Compiling rand_core v0.6.4
16432025-01-25T02:59:00.226Z Compiling glob v0.3.1
16442025-01-25T02:59:00.250Z Compiling prettyplease v0.2.25
16452025-01-25T02:59:00.601Z Compiling minimal-lexical v0.2.1
16462025-01-25T02:59:00.932Z Compiling clang-sys v1.8.1
16472025-01-25T02:59:01.031Z Compiling nom v7.1.3
16482025-01-25T02:59:01.160Z Compiling libloading v0.8.5
16492025-01-25T02:59:01.467Z Compiling subtle v2.6.1
16502025-01-25T02:59:01.566Z Compiling bindgen v0.69.5
16512025-01-25T02:59:01.641Z Compiling home v0.5.9
16522025-01-25T02:59:01.781Z Compiling itertools v0.12.1
16532025-01-25T02:59:01.973Z Compiling smallvec v1.13.2
16542025-01-25T02:59:02.039Z Compiling regex-automata v0.4.8
16552025-01-25T02:59:02.087Z Compiling allocator-api2 v0.2.18
16562025-01-25T02:59:02.470Z Compiling rustc-hash v1.1.0
16572025-01-25T02:59:02.640Z Compiling lazycell v1.3.0
16582025-01-25T02:59:02.813Z Compiling cmake v0.1.51
16592025-01-25T02:59:03.033Z Compiling fs_extra v1.3.0
16602025-01-25T02:59:03.571Z Compiling semver v1.0.24
16612025-01-25T02:59:03.591Z Compiling dunce v1.0.5
16622025-01-25T02:59:04.007Z Compiling pkg-config v0.3.31
16632025-01-25T02:59:04.319Z Compiling cexpr v0.6.0
16642025-01-25T02:59:04.483Z Compiling ring v0.17.8
16652025-01-25T02:59:04.855Z Compiling pin-project-lite v0.2.14
16662025-01-25T02:59:04.875Z Compiling ryu v1.0.18
16672025-01-25T02:59:05.008Z Compiling synstructure v0.13.1
16682025-01-25T02:59:05.179Z Compiling paste v1.0.15
16692025-01-25T02:59:05.685Z Compiling schemars v0.8.21
16702025-01-25T02:59:05.704Z Compiling fnv v1.0.7
16712025-01-25T02:59:05.849Z Compiling aws-lc-rs v1.10.0
16722025-01-25T02:59:05.885Z Compiling httparse v1.9.5
16732025-01-25T02:59:06.021Z Compiling const-oid v0.9.6
16742025-01-25T02:59:06.471Z Compiling serde_derive_internals v0.29.1
16752025-01-25T02:59:06.923Z Compiling equivalent v1.0.1
16762025-01-25T02:59:07.055Z Compiling foldhash v0.1.3
16772025-01-25T02:59:07.350Z Compiling regex v1.11.1
16782025-01-25T02:59:07.603Z Compiling hashbrown v0.15.1
16792025-01-25T02:59:07.985Z Compiling signal-hook-registry v1.4.2
16802025-01-25T02:59:08.033Z Compiling heck v0.5.0
16812025-01-25T02:59:08.275Z Compiling parking_lot v0.12.3
16822025-01-25T02:59:08.447Z Compiling mio v1.0.2
16832025-01-25T02:59:09.419Z Compiling serde_derive v1.0.217
16842025-01-25T02:59:09.439Z Compiling zeroize_derive v1.4.2
16852025-01-25T02:59:10.011Z Compiling zerocopy-derive v0.7.35
16862025-01-25T02:59:10.228Z Compiling thiserror-impl v1.0.69
16872025-01-25T02:59:10.634Z Compiling tokio-macros v2.5.0
16882025-01-25T02:59:10.757Z Compiling zeroize v1.8.1
16892025-01-25T02:59:11.169Z Compiling zerofrom-derive v0.1.4
16902025-01-25T02:59:11.195Z Compiling yoke-derive v0.7.4
16912025-01-25T02:59:11.420Z Compiling futures-macro v0.3.31
16922025-01-25T02:59:11.487Z Compiling zerovec-derive v0.10.3
16932025-01-25T02:59:12.024Z Compiling zerocopy v0.7.35
16942025-01-25T02:59:12.838Z Compiling displaydoc v0.2.5
16952025-01-25T02:59:13.195Z Compiling crypto-common v0.1.6
16962025-01-25T02:59:13.398Z Compiling tracing-attributes v0.1.27
16972025-01-25T02:59:13.498Z Compiling icu_provider_macros v1.5.0
16982025-01-25T02:59:13.543Z Compiling schemars_derive v0.8.21
16992025-01-25T02:59:13.679Z Compiling block-buffer v0.10.4
17002025-01-25T02:59:13.938Z Compiling digest v0.10.7
17012025-01-25T02:59:14.364Z Compiling stable_deref_trait v1.2.0
17022025-01-25T02:59:14.457Z Compiling socket2 v0.5.7
17032025-01-25T02:59:14.482Z Compiling time-core v0.1.2
17042025-01-25T02:59:14.563Z Compiling num-conv v0.1.0
17052025-01-25T02:59:14.669Z Compiling crossbeam-utils v0.8.20
17062025-01-25T02:59:14.852Z Compiling futures-core v0.3.31
17072025-01-25T02:59:15.122Z Compiling time-macros v0.2.18
17082025-01-25T02:59:15.442Z Compiling der_derive v0.7.3
17092025-01-25T02:59:15.852Z Compiling vcpkg v0.2.15
17102025-01-25T02:59:17.297Z Compiling openssl-sys v0.9.103
17112025-01-25T02:59:17.699Z Compiling syn v1.0.109
17122025-01-25T02:59:18.113Z Compiling cpufeatures v0.2.14
17132025-01-25T02:59:18.240Z Compiling futures-sink v0.3.31
17142025-01-25T02:59:18.413Z Compiling slog v2.7.0
17152025-01-25T02:59:18.612Z Compiling ahash v0.8.11
17162025-01-25T02:59:18.890Z Compiling iana-time-zone v0.1.61
17172025-01-25T02:59:19.304Z Compiling futures-channel v0.3.31
17182025-01-25T02:59:19.360Z Compiling zerofrom v0.1.4
17192025-01-25T02:59:19.590Z Compiling scroll_derive v0.12.0
17202025-01-25T02:59:19.610Z Compiling futures-io v0.3.31
17212025-01-25T02:59:19.613Z Compiling openssl v0.10.66
17222025-01-25T02:59:19.743Z Compiling ucd-trie v0.1.7
17232025-01-25T02:59:19.964Z Compiling pin-utils v0.1.0
17242025-01-25T02:59:20.309Z Compiling futures-task v0.3.31
17252025-01-25T02:59:20.330Z Compiling pest v2.7.14
17262025-01-25T02:59:20.330Z Compiling yoke v0.7.4
17272025-01-25T02:59:20.339Z Compiling futures-util v0.3.31
17282025-01-25T02:59:20.857Z Compiling hmac v0.12.1
17292025-01-25T02:59:21.242Z Compiling zerovec v0.10.4
17302025-01-25T02:59:21.749Z Compiling bitflags v2.6.0
17312025-01-25T02:59:22.189Z Compiling bytes v1.9.0
17322025-01-25T02:59:24.278Z Compiling indexmap v2.7.0
17332025-01-25T02:59:24.842Z Compiling tokio v1.43.0
17342025-01-25T02:59:26.001Z Compiling which v4.4.2
17352025-01-25T02:59:26.373Z Compiling serde_tokenstream v0.2.2
17362025-01-25T02:59:26.602Z Compiling uuid v1.12.0
17372025-01-25T02:59:26.708Z Compiling http v1.2.0
17382025-01-25T02:59:26.906Z Compiling chrono v0.4.38
17392025-01-25T02:59:27.996Z Compiling rustc_version v0.4.1
17402025-01-25T02:59:29.543Z Compiling pest_meta v2.7.14
17412025-01-25T02:59:30.645Z Compiling block-padding v0.3.3
17422025-01-25T02:59:30.896Z Compiling openssl-macros v0.1.1
17432025-01-25T02:59:31.629Z Compiling tinyvec_macros v0.1.1
17442025-01-25T02:59:31.755Z Compiling native-tls v0.2.12
17452025-01-25T02:59:32.221Z Compiling rustls v0.23.19
17462025-01-25T02:59:32.536Z Compiling tinyvec v1.8.0
17472025-01-25T02:59:33.348Z Compiling pest_generator v2.7.14
17482025-01-25T02:59:33.817Z Compiling inout v0.1.3
17492025-01-25T02:59:34.073Z Compiling toml_datetime v0.6.8
17502025-01-25T02:59:34.149Z Compiling serde_spanned v0.6.8
17512025-01-25T02:59:34.412Z Compiling tracing-core v0.1.32
17522025-01-25T02:59:34.489Z Compiling dyn-clone v1.0.17
17532025-01-25T02:59:34.707Z Compiling strsim v0.11.1
17542025-01-25T02:59:34.901Z Compiling unicode-normalization v0.1.24
17552025-01-25T02:59:35.031Z Compiling pest_derive v2.7.14
17562025-01-25T02:59:35.349Z Compiling tracing v0.1.40
17572025-01-25T02:59:35.981Z Compiling cipher v0.4.4
17582025-01-25T02:59:36.192Z Compiling tinystr v0.7.6
17592025-01-25T02:59:36.505Z Compiling sha2 v0.10.8
17602025-01-25T02:59:36.811Z Compiling usdt-impl v0.5.0
17612025-01-25T02:59:37.169Z Compiling cookie v0.18.1
17622025-01-25T02:59:37.189Z Compiling writeable v0.5.5
17632025-01-25T02:59:37.285Z Compiling unicode-bidi v0.3.17
17642025-01-25T02:59:37.464Z Compiling litemap v0.7.3
17652025-01-25T02:59:38.367Z Compiling aws-lc-sys v0.22.0
17662025-01-25T02:59:38.712Z Compiling base64ct v1.6.0
17672025-01-25T02:59:39.205Z Compiling pem-rfc7468 v0.7.0
17682025-01-25T02:59:39.263Z Compiling icu_locid v1.5.0
17692025-01-25T02:59:39.919Z Compiling scroll v0.12.0
17702025-01-25T02:59:40.571Z Compiling ppv-lite86 v0.2.20
17712025-01-25T02:59:41.669Z Compiling async-trait v0.1.83
17722025-01-25T02:59:43.624Z Compiling rustls-pki-types v1.10.0
17732025-01-25T02:59:44.883Z Compiling percent-encoding v2.3.1
17742025-01-25T02:59:45.301Z Compiling camino v1.1.9
17752025-01-25T02:59:45.361Z Compiling flagset v0.4.6
17762025-01-25T02:59:45.571Z Compiling plain v0.2.3
17772025-01-25T02:59:45.742Z Compiling anyhow v1.0.93
17782025-01-25T02:59:45.824Z Compiling goblin v0.8.2
17792025-01-25T02:59:45.996Z Compiling der v0.7.9
17802025-01-25T02:59:47.116Z Compiling rand_chacha v0.3.1
17812025-01-25T02:59:47.510Z Compiling icu_provider v1.5.0
17822025-01-25T02:59:48.526Z Compiling tokio-util v0.7.12
17832025-01-25T02:59:49.080Z Compiling rustls v0.22.4
17842025-01-25T02:59:49.676Z Compiling icu_locid_transform_data v1.5.0
17852025-01-25T02:59:49.796Z Compiling untrusted v0.7.1
17862025-01-25T02:59:49.981Z Compiling rayon-core v1.12.1
17872025-01-25T02:59:50.116Z Compiling untrusted v0.9.0
17882025-01-25T02:59:50.266Z Compiling mirai-annotations v1.12.0
17892025-01-25T02:59:50.347Z Compiling pretty-hex v0.4.1
17902025-01-25T02:59:50.350Z Compiling powerfmt v0.2.0
17912025-01-25T02:59:50.566Z Compiling icu_locid_transform v1.5.0
17922025-01-25T02:59:50.845Z Compiling deranged v0.3.11
17932025-01-25T02:59:51.213Z Compiling dof v0.3.0
17942025-01-25T02:59:53.053Z Compiling spki v0.7.3
17952025-01-25T02:59:53.193Z Compiling rand v0.8.5
17962025-01-25T02:59:53.442Z Compiling salsa20 v0.10.2
17972025-01-25T02:59:53.549Z Compiling dtrace-parser v0.2.0
17982025-01-25T02:59:54.009Z Compiling icu_collections v1.5.0
17992025-01-25T02:59:54.859Z Compiling pbkdf2 v0.12.2
18002025-01-25T02:59:55.426Z Compiling thread-id v4.2.2
18012025-01-25T02:59:55.871Z Compiling num_threads v0.1.7
18022025-01-25T02:59:55.928Z Compiling icu_properties_data v1.5.0
18032025-01-25T02:59:56.025Z Compiling winnow v0.5.40
18042025-01-25T02:59:56.267Z Compiling atomic-waker v1.1.2
18052025-01-25T02:59:56.488Z Compiling icu_properties v1.5.1
18062025-01-25T02:59:56.544Z Compiling time v0.3.36
18072025-01-25T02:59:59.437Z Compiling toml_edit v0.19.15
18082025-01-25T03:00:00.886Z Compiling scrypt v0.11.0
18092025-01-25T03:00:01.098Z Compiling form_urlencoded v1.2.1
18102025-01-25T03:00:01.397Z Compiling aes v0.8.4
18112025-01-25T03:00:01.610Z Compiling cbc v0.1.2
18122025-01-25T03:00:01.854Z Compiling http-body v1.0.1
18132025-01-25T03:00:02.123Z Compiling multer v3.1.0
18142025-01-25T03:00:02.431Z Compiling utf8_iter v1.0.4
18152025-01-25T03:00:02.542Z Compiling utf16_iter v1.0.5
18162025-01-25T03:00:02.581Z Compiling icu_normalizer_data v1.5.0
18172025-01-25T03:00:02.708Z Compiling try-lock v0.2.5
18182025-01-25T03:00:02.753Z Compiling write16 v1.0.0
18192025-01-25T03:00:02.901Z Compiling slog-async v2.8.0
18202025-01-25T03:00:03.360Z Compiling rustversion v1.0.17
18212025-01-25T03:00:03.384Z Compiling icu_normalizer v1.5.0
18222025-01-25T03:00:04.882Z Compiling want v0.3.1
18232025-01-25T03:00:05.182Z Compiling pkcs5 v0.7.1
18242025-01-25T03:00:05.734Z Compiling h2 v0.4.6
18252025-01-25T03:00:06.453Z Compiling heapless v0.7.17
18262025-01-25T03:00:07.601Z Compiling bzip2-sys v0.1.11+1.0.8
18272025-01-25T03:00:07.932Z Compiling httpdate v1.0.3
18282025-01-25T03:00:07.975Z Compiling signal-hook v0.3.17
18292025-01-25T03:00:08.613Z Compiling pkcs8 v0.10.2
18302025-01-25T03:00:08.647Z Compiling idna_adapter v1.2.0
18312025-01-25T03:00:10.184Z Compiling usdt-macro v0.5.0
18322025-01-25T03:00:10.324Z Compiling usdt-attr-macro v0.5.0
18332025-01-25T03:00:10.473Z Compiling async-stream-impl v0.3.6
18342025-01-25T03:00:11.611Z Compiling tower-service v0.3.3
18352025-01-25T03:00:11.771Z Compiling adler2 v2.0.0
18362025-01-25T03:00:11.879Z Compiling base64 v0.22.1
18372025-01-25T03:00:12.049Z Compiling miniz_oxide v0.8.0
18382025-01-25T03:00:13.645Z Compiling hyper v1.5.2
18392025-01-25T03:00:15.174Z Compiling idna v1.0.3
18402025-01-25T03:00:16.485Z Compiling hyper-util v0.1.10
18412025-01-25T03:00:19.051Z Compiling curve25519-dalek v4.1.3
18422025-01-25T03:00:19.464Z Compiling openapiv3 v2.0.0
18432025-01-25T03:00:21.121Z Compiling enum-as-inner v0.6.1
18442025-01-25T03:00:22.107Z Compiling dropshot v0.12.0
18452025-01-25T03:00:22.296Z Compiling portable-atomic v1.9.0
18462025-01-25T03:00:22.416Z Compiling smoltcp v0.9.1
18472025-01-25T03:00:22.453Z Compiling newtype-uuid v1.2.1
18482025-01-25T03:00:22.988Z Compiling match_cfg v0.1.0
18492025-01-25T03:00:23.268Z Compiling num-bigint-dig v0.8.4
18502025-01-25T03:00:23.319Z Compiling foreign-types-shared v0.1.1
18512025-01-25T03:00:23.456Z Compiling foreign-types v0.3.2
18522025-01-25T03:00:23.556Z Compiling hostname v0.3.1
18532025-01-25T03:00:23.753Z Compiling url v2.5.3
18542025-01-25T03:00:26.559Z Compiling http-body-util v0.1.2
18552025-01-25T03:00:27.054Z Compiling dirs-sys-next v0.1.2
18562025-01-25T03:00:27.124Z Compiling encoding_rs v0.8.34
18572025-01-25T03:00:27.479Z Compiling ident_case v1.0.1
18582025-01-25T03:00:27.507Z Compiling siphasher v0.3.11
18592025-01-25T03:00:27.669Z Compiling gimli v0.31.1
18602025-01-25T03:00:27.849Z Compiling heck v0.4.1
18612025-01-25T03:00:28.241Z Compiling mime v0.3.17
18622025-01-25T03:00:29.275Z Compiling data-encoding v2.6.0
18632025-01-25T03:00:29.308Z Compiling darling_core v0.20.10
18642025-01-25T03:00:30.996Z Compiling dirs-next v2.0.0
18652025-01-25T03:00:34.361Z Compiling addr2line v0.24.2
18662025-01-25T03:00:35.565Z Compiling crossbeam-epoch v0.9.18
18672025-01-25T03:00:36.229Z Compiling serde_urlencoded v0.7.1
18682025-01-25T03:00:36.844Z Compiling rustls-pemfile v2.2.0
18692025-01-25T03:00:37.334Z Compiling hubpack_derive v0.1.1
18702025-01-25T03:00:37.713Z Compiling dropshot_endpoint v0.12.0
18712025-01-25T03:00:38.081Z Compiling sha1 v0.10.6
18722025-01-25T03:00:38.128Z Compiling signature v2.2.0
18732025-01-25T03:00:38.334Z Compiling curve25519-dalek-derive v0.1.1
18742025-01-25T03:00:38.365Z Compiling zerocopy-derive v0.6.6
18752025-01-25T03:00:39.626Z Compiling object v0.36.5
18762025-01-25T03:00:40.110Z Compiling thread_local v1.1.8
18772025-01-25T03:00:40.584Z Compiling fs-err v2.11.0
18782025-01-25T03:00:44.293Z Compiling unicode-properties v0.1.3
18792025-01-25T03:00:44.719Z Compiling openssl-probe v0.1.5
18802025-01-25T03:00:46.747Z Compiling ipnet v2.10.1
18812025-01-25T03:00:48.107Z Compiling utf8parse v0.2.2
18822025-01-25T03:00:48.292Z Compiling rustc-demangle v0.1.24
18832025-01-25T03:00:49.608Z Compiling winnow v0.6.20
18842025-01-25T03:00:50.582Z Compiling rustls-webpki v0.102.8
18852025-01-25T03:00:51.462Z Compiling anstyle v1.0.10
18862025-01-25T03:00:52.937Z Compiling toml_edit v0.22.22
18872025-01-25T03:00:53.056Z Compiling backtrace v0.3.74
18882025-01-25T03:00:53.167Z Compiling anstyle-parse v0.2.5
18892025-01-25T03:01:00.992Z Compiling stringprep v0.1.5
18902025-01-25T03:01:01.034Z Compiling crossbeam-deque v0.8.5
18912025-01-25T03:01:01.034Z Compiling darling_macro v0.20.10
18922025-01-25T03:01:01.034Z Compiling term v0.7.0
18932025-01-25T03:01:01.317Z Compiling slog-json v2.6.1
18942025-01-25T03:01:02.679Z Compiling crossbeam-channel v0.5.13
18952025-01-25T03:01:03.050Z Compiling hashbrown v0.14.5
18962025-01-25T03:01:03.546Z Compiling idna v0.3.0
18972025-01-25T03:01:03.563Z Compiling idna v0.4.0
18982025-01-25T03:01:03.873Z Compiling futures-executor v0.3.31
18992025-01-25T03:01:04.487Z Compiling num-integer v0.1.46
19002025-01-25T03:01:04.949Z Compiling md-5 v0.10.6
19012025-01-25T03:01:04.995Z Compiling ff v0.13.0
19022025-01-25T03:01:04.997Z Compiling hash32 v0.2.1
19032025-01-25T03:01:05.147Z Compiling memmap v0.7.0
19042025-01-25T03:01:05.207Z Compiling is-terminal v0.4.13
19052025-01-25T03:01:05.357Z Compiling linked-hash-map v0.5.6
19062025-01-25T03:01:05.377Z Compiling is_terminal_polyfill v1.70.1
19072025-01-25T03:01:05.463Z Compiling fallible-iterator v0.2.0
19082025-01-25T03:01:05.523Z Compiling quick-error v1.2.3
19092025-01-25T03:01:05.710Z Compiling colorchoice v1.0.2
19102025-01-25T03:01:05.887Z Compiling utf-8 v0.7.6
19112025-01-25T03:01:06.121Z Compiling anstyle-query v1.1.1
19122025-01-25T03:01:06.204Z Compiling psl-types v2.0.11
19132025-01-25T03:01:06.288Z Compiling take_mut v0.2.2
19142025-01-25T03:01:06.437Z Compiling base16ct v0.2.0
19152025-01-25T03:01:06.686Z Compiling publicsuffix v2.2.3
19162025-01-25T03:01:06.737Z Compiling sec1 v0.7.3
19172025-01-25T03:01:07.301Z Compiling anstream v0.6.15
19182025-01-25T03:01:07.321Z Compiling tungstenite v0.24.0
19192025-01-25T03:01:07.363Z Compiling postgres-protocol v0.6.7
19202025-01-25T03:01:07.905Z Compiling resolv-conf v0.7.0
19212025-01-25T03:01:07.926Z Compiling lru-cache v0.1.2
19222025-01-25T03:01:08.139Z Compiling usdt v0.5.0
19232025-01-25T03:01:08.455Z Compiling slog-term v2.9.1
19242025-01-25T03:01:08.575Z Compiling group v0.13.0
19252025-01-25T03:01:08.891Z Compiling num-iter v0.1.45
19262025-01-25T03:01:09.094Z Compiling hickory-proto v0.24.1
19272025-01-25T03:01:09.130Z Compiling futures v0.3.31
19282025-01-25T03:01:09.259Z Compiling regress v0.10.1
19292025-01-25T03:01:13.571Z Compiling slog-bunyan v2.5.0
19302025-01-25T03:01:13.800Z Compiling darling v0.20.10
19312025-01-25T03:01:13.926Z Compiling tokio-native-tls v0.3.1
19322025-01-25T03:01:14.220Z Compiling tokio-rustls v0.26.0
19332025-01-25T03:01:14.295Z Compiling toml v0.8.19
19342025-01-25T03:01:14.419Z Compiling tokio-rustls v0.25.0
19352025-01-25T03:01:14.807Z Compiling strum_macros v0.25.3
19362025-01-25T03:01:14.962Z Compiling phf_shared v0.11.2
19372025-01-25T03:01:15.656Z Compiling async-stream v0.3.6
19382025-01-25T03:01:15.656Z Compiling waitgroup v0.1.2
19392025-01-25T03:01:15.897Z Compiling webpki-roots v0.26.6
19402025-01-25T03:01:16.224Z Compiling idna v0.5.0
19412025-01-25T03:01:16.416Z Compiling terminal_size v0.4.0
19422025-01-25T03:01:16.652Z Compiling serde_path_to_error v0.1.16
19432025-01-25T03:01:17.221Z Compiling hkdf v0.12.4
19442025-01-25T03:01:17.573Z Compiling crypto-bigint v0.5.5
19452025-01-25T03:01:17.622Z Compiling clap_derive v4.5.18
19462025-01-25T03:01:17.968Z Compiling derive-where v1.2.7
19472025-01-25T03:01:18.103Z Compiling serde_repr v0.1.19
19482025-01-25T03:01:18.910Z Compiling hostname v0.4.0
19492025-01-25T03:01:19.111Z Compiling crc32fast v1.4.2
19502025-01-25T03:01:19.154Z Compiling managed v0.8.0
19512025-01-25T03:01:19.443Z Compiling unicode-width v0.1.14
19522025-01-25T03:01:19.998Z Compiling bitflags v1.3.2
19532025-01-25T03:01:20.246Z Compiling debug-ignore v1.0.5
19542025-01-25T03:01:20.551Z Compiling clap_lex v0.7.2
19552025-01-25T03:01:20.900Z Compiling clap_builder v4.5.21
19562025-01-25T03:01:22.743Z Compiling elliptic-curve v0.13.8
19572025-01-25T03:01:23.455Z Compiling console v0.15.8
19582025-01-25T03:01:23.834Z Compiling flate2 v1.0.34
19592025-01-25T03:01:24.624Z Compiling cookie_store v0.21.0
19602025-01-25T03:01:26.382Z Compiling hyper-rustls v0.27.3
19612025-01-25T03:01:28.672Z Compiling phf v0.11.2
19622025-01-25T03:01:28.968Z Compiling hyper-tls v0.6.0
19632025-01-25T03:01:29.389Z Compiling hickory-resolver v0.24.1
19642025-01-25T03:01:29.915Z Compiling signal-hook-mio v0.2.4
19652025-01-25T03:01:30.060Z Compiling rayon v1.10.0
19662025-01-25T03:01:30.098Z Compiling typify-impl v0.2.0
19672025-01-25T03:01:30.667Z Compiling bzip2 v0.4.4
19682025-01-25T03:01:31.442Z Compiling tokio-tungstenite v0.24.0
19692025-01-25T03:01:31.566Z Compiling postgres-types v0.2.8
19702025-01-25T03:01:32.949Z Compiling zerocopy v0.6.6
19712025-01-25T03:01:33.076Z Compiling ed25519 v2.2.3
19722025-01-25T03:01:33.520Z Compiling hubpack v0.1.2
19732025-01-25T03:01:33.689Z Compiling phf_shared v0.10.0
19742025-01-25T03:01:34.047Z Compiling pkcs1 v0.7.5
19752025-01-25T03:01:34.319Z Compiling tokio-stream v0.1.16
19762025-01-25T03:01:34.438Z Compiling ipnetwork v0.20.0
19772025-01-25T03:01:34.917Z Compiling serde-big-array v0.5.1
19782025-01-25T03:01:35.050Z Compiling rfc6979 v0.4.0
19792025-01-25T03:01:35.145Z Compiling float-cmp v0.9.0
19802025-01-25T03:01:35.245Z Compiling sync_wrapper v1.0.1
19812025-01-25T03:01:35.366Z Compiling bstr v1.10.0
19822025-01-25T03:01:35.466Z Compiling unicode-segmentation v1.12.0
19832025-01-25T03:01:36.338Z Compiling normalize-line-endings v0.3.0
19842025-01-25T03:01:36.460Z Compiling new_debug_unreachable v1.0.6
19852025-01-25T03:01:36.483Z Compiling precomputed-hash v0.1.1
19862025-01-25T03:01:36.570Z Compiling whoami v1.5.2
19872025-01-25T03:01:36.621Z Compiling number_prefix v0.4.0
19882025-01-25T03:01:36.796Z Compiling fixedbitset v0.4.2
19892025-01-25T03:01:36.888Z Compiling predicates-core v1.0.8
19902025-01-25T03:01:37.198Z Compiling bit-vec v0.6.3
19912025-01-25T03:01:37.220Z Compiling difflib v0.4.0
19922025-01-25T03:01:37.911Z Compiling unicode-width v0.2.0
19932025-01-25T03:01:38.331Z Compiling static_assertions v1.1.0
19942025-01-25T03:01:38.444Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19952025-01-25T03:01:38.478Z Compiling indicatif v0.17.9
19962025-01-25T03:01:38.857Z Compiling reqwest v0.12.9
19972025-01-25T03:01:40.248Z Compiling predicates v3.1.2
19982025-01-25T03:01:40.485Z Compiling bit-set v0.5.3
19992025-01-25T03:01:40.534Z Compiling typify-macro v0.2.0
20002025-01-25T03:01:40.770Z Compiling petgraph v0.6.5
20012025-01-25T03:01:41.546Z Compiling tokio-postgres v0.7.12
20022025-01-25T03:01:43.933Z Compiling string_cache v0.8.7
20032025-01-25T03:01:44.337Z Compiling similar v2.6.0
20042025-01-25T03:01:44.618Z Compiling ecdsa v0.16.9
20052025-01-25T03:01:44.661Z Compiling qorb v0.2.1
20062025-01-25T03:01:44.842Z Compiling rsa v0.9.6
20072025-01-25T03:01:46.107Z Compiling ed25519-dalek v2.1.1
20082025-01-25T03:01:46.337Z Compiling zip v0.6.6
20092025-01-25T03:01:46.643Z Compiling crossterm v0.28.1
20102025-01-25T03:01:46.914Z Compiling clap v4.5.21
20112025-01-25T03:01:48.500Z Compiling toml v0.7.8
20122025-01-25T03:01:49.612Z Compiling x509-cert v0.2.5
20132025-01-25T03:01:50.024Z Compiling hex v0.4.3
20142025-01-25T03:01:50.867Z Compiling itertools v0.10.5
20152025-01-25T03:01:51.048Z Compiling peg-runtime v0.8.3
20162025-01-25T03:01:51.292Z Compiling lalrpop-util v0.19.12
20172025-01-25T03:01:51.564Z Compiling zerocopy v0.8.10
20182025-01-25T03:01:52.308Z Compiling unicode-xid v0.2.6
20192025-01-25T03:01:53.745Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20202025-01-25T03:01:57.914Z Compiling proc-macro-crate v1.3.1
20212025-01-25T03:01:58.606Z Compiling macaddr v1.0.1
20222025-01-25T03:01:58.747Z Compiling zerocopy-derive v0.8.10
20232025-01-25T03:01:58.963Z Compiling itertools v0.13.0
20242025-01-25T03:02:01.214Z Compiling heapless v0.8.0
20252025-01-25T03:02:01.933Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20262025-01-25T03:02:06.322Z Compiling num_enum_derive v0.5.11
20272025-01-25T03:02:15.363Z Compiling hash32 v0.3.1
20282025-01-25T03:02:16.072Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20292025-01-25T03:02:16.368Z Compiling smoltcp v0.11.0
20302025-01-25T03:02:21.695Z Compiling num_enum v0.5.11
20312025-01-25T03:02:21.811Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20322025-01-25T03:02:22.081Z Compiling typify v0.2.0
20332025-01-25T03:02:22.230Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
20342025-01-25T03:02:23.057Z Compiling proc-macro-error-attr v1.0.4
20352025-01-25T03:02:23.453Z Compiling cobs v0.2.3
20362025-01-25T03:02:23.475Z Compiling thiserror v2.0.11
20372025-01-25T03:02:23.932Z Compiling unsafe-libyaml v0.2.11
20382025-01-25T03:02:24.042Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20392025-01-25T03:02:25.587Z Compiling serde_yaml v0.9.34+deprecated
20402025-01-25T03:02:26.155Z Compiling postcard v1.0.10
20412025-01-25T03:02:38.656Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20422025-01-25T03:02:41.720Z Compiling progenitor-impl v0.8.0
20432025-01-25T03:02:51.080Z Compiling strum_macros v0.26.4
20442025-01-25T03:02:52.314Z Compiling structmeta-derive v0.3.0
20452025-01-25T03:02:52.422Z Compiling thiserror-impl v2.0.11
20462025-01-25T03:02:52.883Z Compiling foreign-types-macros v0.2.3
20472025-01-25T03:02:52.999Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20482025-01-25T03:02:53.330Z Compiling proc-macro-error v1.0.4
20492025-01-25T03:02:54.667Z Compiling foreign-types-shared v0.3.1
20502025-01-25T03:02:54.795Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20512025-01-25T03:02:56.636Z Compiling strum v0.26.3
20522025-01-25T03:02:57.432Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20532025-01-25T03:02:59.923Z Compiling foreign-types v0.5.0
20542025-01-25T03:02:59.944Z Compiling structmeta v0.3.0
20552025-01-25T03:03:02.528Z Compiling progenitor-macro v0.8.0
20562025-01-25T03:03:08.005Z Compiling progenitor-client v0.8.0
20572025-01-25T03:03:08.280Z Compiling tabwriter v1.4.0
20582025-01-25T03:03:09.578Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20592025-01-25T03:03:10.804Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20602025-01-25T03:03:11.604Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20612025-01-25T03:03:12.417Z Compiling cstr-argument v0.1.2
20622025-01-25T03:03:12.441Z Compiling dropshot v0.15.1
20632025-01-25T03:03:12.716Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20642025-01-25T03:03:12.763Z Compiling crucible-workspace-hack v0.1.0
20652025-01-25T03:03:13.007Z Compiling pretty-hex v0.2.1
20662025-01-25T03:03:13.041Z Compiling fastrand v2.1.1
20672025-01-25T03:03:13.716Z Compiling tempfile v3.13.0
20682025-01-25T03:03:13.802Z Compiling progenitor v0.8.0
20692025-01-25T03:03:14.037Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20702025-01-25T03:03:14.536Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20712025-01-25T03:03:14.869Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20722025-01-25T03:03:15.084Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20732025-01-25T03:03:15.506Z Compiling parse-display-derive v0.10.0
20742025-01-25T03:03:15.731Z Compiling colored v2.1.0
20752025-01-25T03:03:15.942Z Compiling serde_with_macros v3.11.0
20762025-01-25T03:03:16.737Z Compiling dropshot_endpoint v0.15.1
20772025-01-25T03:03:16.958Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20782025-01-25T03:03:17.689Z Compiling instant v0.1.13
20792025-01-25T03:03:17.881Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20802025-01-25T03:03:18.308Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20812025-01-25T03:03:18.361Z Compiling serde_with v3.11.0
20822025-01-25T03:03:19.051Z Compiling parse-display v0.10.0
20832025-01-25T03:03:19.992Z Compiling backoff v0.4.0
20842025-01-25T03:03:20.371Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20852025-01-25T03:03:20.913Z Compiling zone_cfg_derive v0.3.0
20862025-01-25T03:03:21.063Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20872025-01-25T03:03:21.125Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20882025-01-25T03:03:21.881Z Compiling camino-tempfile v1.1.1
20892025-01-25T03:03:21.918Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20902025-01-25T03:03:22.234Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
20912025-01-25T03:03:22.257Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20922025-01-25T03:03:22.460Z Compiling regress v0.9.1
20932025-01-25T03:03:22.694Z Compiling progenitor-client v0.9.1
20942025-01-25T03:03:22.712Z Compiling num-derive v0.4.2
20952025-01-25T03:03:23.628Z Compiling sigpipe v0.1.3
20962025-01-25T03:03:23.791Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20972025-01-25T03:03:24.117Z Compiling libefi-sys v0.1.0
20982025-01-25T03:03:24.494Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20992025-01-25T03:03:24.869Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
21002025-01-25T03:03:26.443Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
21012025-01-25T03:03:27.696Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21022025-01-25T03:03:30.139Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
21032025-01-25T03:03:30.493Z Compiling zone v0.3.0
21042025-01-25T03:03:30.890Z Compiling smf v0.2.3
21052025-01-25T03:03:33.427Z Compiling bitfield-struct v0.6.2
21062025-01-25T03:03:33.827Z Compiling blake3 v1.5.4
21072025-01-25T03:03:33.997Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21082025-01-25T03:03:34.536Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21092025-01-25T03:03:34.730Z Compiling xattr v1.3.1
21102025-01-25T03:03:34.750Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21112025-01-25T03:03:35.054Z Compiling memmap2 v0.9.5
21122025-01-25T03:03:35.119Z Compiling filetime v0.2.25
21132025-01-25T03:03:35.482Z Compiling arrayref v0.3.9
21142025-01-25T03:03:35.514Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21152025-01-25T03:03:35.605Z Compiling constant_time_eq v0.3.1
21162025-01-25T03:03:35.625Z Compiling same-file v1.0.6
21172025-01-25T03:03:35.645Z Compiling arrayvec v0.7.6
21182025-01-25T03:03:35.663Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21192025-01-25T03:03:35.808Z Compiling walkdir v2.5.0
21202025-01-25T03:03:35.922Z Compiling tar v0.4.42
21212025-01-25T03:03:37.466Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21222025-01-25T03:03:37.884Z Compiling gethostname v0.5.0
21232025-01-25T03:03:38.109Z Compiling cargo-platform v0.1.8
21242025-01-25T03:03:38.308Z Compiling topological-sort v0.2.2
21252025-01-25T03:03:38.609Z Compiling omicron-zone-package v0.12.0
21262025-01-25T03:03:38.715Z Compiling cargo_metadata v0.18.1
21272025-01-25T03:03:39.184Z Compiling indent_write v2.2.0
21282025-01-25T03:03:39.447Z Compiling shell-words v1.1.0
21292025-01-25T03:03:43.439Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21302025-01-25T03:03:45.841Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21312025-01-25T03:03:49.223Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21322025-01-25T03:04:08.152Z Finished `release` profile [optimized] target(s) in 5m 13s
21332025-01-25T03:04:08.317Z Running `target/release/omicron-package -t test target create -p dev`
21342025-01-25T03:04:08.364ZLogging to: /work/oxidecomputer/omicron/out/LOG
21352025-01-25T03:04:08.370ZCreated new build target 'test' and set it as active
21362025-01-25T03:04:08.370Z
21372025-01-25T03:04:08.370Zreal 5:13.441043912
21382025-01-25T03:04:08.370Zuser 36:37.649757855
21392025-01-25T03:04:08.371Zsys 3:21.754490495
21402025-01-25T03:04:08.371Ztrap 1.133595575
21412025-01-25T03:04:08.371Ztflt 2.593797681
21422025-01-25T03:04:08.371Zdflt 0.667390280
21432025-01-25T03:04:08.372Zkflt 0.001046813
21442025-01-25T03:04:08.372Zlock 1:13:37.343609095
21452025-01-25T03:04:08.372Zslp 2:27:47.292249314
21462025-01-25T03:04:08.372Zlat 2:44.667536987
21472025-01-25T03:04:08.372Zstop 4:45.050433190
21482025-01-25T03:04:08.373Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21492025-01-25T03:04:09.311Z Finished `release` profile [optimized] target(s) in 0.89s
21502025-01-25T03:04:09.368Z Running `target/release/omicron-package -t test package`
21512025-01-25T03:04:09.414ZLogging to: /work/oxidecomputer/omicron/out/LOG
21522025-01-25T03:04:10.523Z Compiling thiserror v2.0.11
21532025-01-25T03:04:10.659Z Compiling typify-impl v0.3.0
21542025-01-25T03:04:10.661Z Compiling convert_case v0.4.0
21552025-01-25T03:04:10.661Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21562025-01-25T03:04:10.664Z Compiling newline-converter v0.3.0
21572025-01-25T03:04:10.664Z Compiling password-hash v0.5.0
21582025-01-25T03:04:10.675Z Compiling blake2 v0.10.6
21592025-01-25T03:04:10.678Z Compiling base64 v0.21.7
21602025-01-25T03:04:10.910Z Compiling expectorate v1.1.0
21612025-01-25T03:04:10.988Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21622025-01-25T03:04:11.165Z Compiling atomicwrites v0.4.4
21632025-01-25T03:04:11.478Z Compiling derive_more v0.99.18
21642025-01-25T03:04:11.684Z Compiling argon2 v0.5.3
21652025-01-25T03:04:11.733Z Compiling cancel-safe-futures v0.1.5
21662025-01-25T03:04:11.936Z Compiling owo-colors v4.1.0
21672025-01-25T03:04:12.007Z Compiling num-rational v0.4.2
21682025-01-25T03:04:12.103Z Compiling progenitor-client v0.9.1
21692025-01-25T03:04:12.278Z Compiling num-complex v0.4.6
21702025-01-25T03:04:12.630Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21712025-01-25T03:04:13.459Z Compiling num v0.4.3
21722025-01-25T03:04:13.587Z Compiling libsw v3.3.1
21732025-01-25T03:04:13.861Z Compiling float-ord v0.3.2
21742025-01-25T03:04:13.936Z Compiling swrite v0.1.0
21752025-01-25T03:04:14.034Z Compiling linear-map v1.2.0
21762025-01-25T03:04:14.079Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21772025-01-25T03:04:14.088Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21782025-01-25T03:04:14.424Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21792025-01-25T03:04:14.449Z Compiling highway v1.2.0
21802025-01-25T03:04:15.263Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21812025-01-25T03:04:15.917Z Compiling semver v0.1.20
21822025-01-25T03:04:16.459Z Compiling rustc_version v0.1.7
21832025-01-25T03:04:16.883Z Compiling newtype_derive v0.1.6
21842025-01-25T03:04:17.216Z Compiling tungstenite v0.21.0
21852025-01-25T03:04:17.382Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21862025-01-25T03:04:21.705Z Compiling typify-macro v0.3.0
21872025-01-25T03:04:21.743Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21882025-01-25T03:04:22.087Z Compiling ipnetwork v0.20.0
21892025-01-25T03:04:22.830Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
21902025-01-25T03:04:23.150Z Compiling tokio-tungstenite v0.21.0
21912025-01-25T03:04:23.472Z Compiling progenitor-client v0.8.0
21922025-01-25T03:04:23.492Z Compiling humantime v2.1.0
21932025-01-25T03:04:23.925Z Compiling progenitor v0.8.0
21942025-01-25T03:04:23.943Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
21952025-01-25T03:04:24.158Z Compiling dropshot v0.15.1
21962025-01-25T03:04:24.236Z Compiling instant v0.1.13
21972025-01-25T03:04:24.403Z Compiling backoff v0.4.0
21982025-01-25T03:04:24.767Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21992025-01-25T03:04:24.795Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22002025-01-25T03:04:25.014Z Compiling typify v0.3.0
22012025-01-25T03:04:25.184Z Compiling progenitor-impl v0.9.1
22022025-01-25T03:04:31.185Z Compiling progenitor-macro v0.9.1
22032025-01-25T03:04:31.910Z Compiling steno v0.4.1
22042025-01-25T03:04:32.476Z Compiling parse-display v0.10.0
22052025-01-25T03:04:32.496Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22062025-01-25T03:04:32.696Z Compiling strum v0.26.3
22072025-01-25T03:04:32.902Z Compiling serde_with v3.11.0
22082025-01-25T03:04:32.996Z Compiling regress v0.9.1
22092025-01-25T03:04:36.422Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22102025-01-25T03:04:37.608Z Compiling macaddr v1.0.1
22112025-01-25T03:04:37.855Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22122025-01-25T03:04:38.038Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22132025-01-25T03:04:38.099Z Compiling slog-dtrace v0.3.0
22142025-01-25T03:04:38.627Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
22152025-01-25T03:04:38.706Z Compiling prettyplease v0.2.25
22162025-01-25T03:04:40.447Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22172025-01-25T03:04:42.017Z Compiling progenitor v0.9.1
22182025-01-25T03:04:42.260Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22192025-01-25T03:04:44.322Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22202025-01-25T03:04:53.627Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22212025-01-25T03:04:55.016Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22222025-01-25T03:04:55.812Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22232025-01-25T03:04:56.813Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22242025-01-25T03:04:57.892Z Compiling half v2.4.1
22252025-01-25T03:04:58.591Z Compiling ciborium-io v0.2.2
22262025-01-25T03:04:58.754Z Compiling ciborium-ll v0.2.2
22272025-01-25T03:05:00.122Z Compiling ciborium v0.2.2
22282025-01-25T03:05:01.628Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22292025-01-25T03:05:02.124Z Compiling display-error-chain v0.2.2
22302025-01-25T03:05:02.359Z Compiling same-file v1.0.6
22312025-01-25T03:05:02.523Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22322025-01-25T03:05:02.628Z Compiling fastrand v2.1.1
22332025-01-25T03:05:02.957Z Compiling walkdir v2.5.0
22342025-01-25T03:05:03.130Z Compiling tempfile v3.13.0
22352025-01-25T03:05:03.523Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22362025-01-25T03:05:03.860Z Compiling blake3 v1.5.4
22372025-01-25T03:05:04.478Z Compiling const_format_proc_macros v0.2.33
22382025-01-25T03:05:06.219Z Compiling xattr v1.3.1
22392025-01-25T03:05:06.508Z Compiling filetime v0.2.25
22402025-01-25T03:05:06.877Z Compiling memmap2 v0.9.5
22412025-01-25T03:05:07.238Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22422025-01-25T03:05:07.295Z Compiling maplit v1.0.2
22432025-01-25T03:05:07.434Z Compiling arrayref v0.3.9
22442025-01-25T03:05:07.551Z Compiling keccak v0.1.5
22452025-01-25T03:05:07.615Z Compiling constant_time_eq v0.3.1
22462025-01-25T03:05:07.659Z Compiling arrayvec v0.7.6
22472025-01-25T03:05:07.789Z Compiling crunchy v0.2.2
22482025-01-25T03:05:08.255Z Compiling sha3 v0.10.8
22492025-01-25T03:05:08.644Z Compiling tar v0.4.42
22502025-01-25T03:05:09.021Z Compiling const_format v0.2.33
22512025-01-25T03:05:09.115Z Compiling camino-tempfile v1.1.1
22522025-01-25T03:05:09.255Z Compiling toolchain_find v0.4.0
22532025-01-25T03:05:09.512Z Compiling tiny-keccak v2.0.2
22542025-01-25T03:05:09.752Z Compiling topological-sort v0.2.2
22552025-01-25T03:05:09.821Z Compiling radium v0.7.0
22562025-01-25T03:05:09.996Z Compiling omicron-zone-package v0.12.0
22572025-01-25T03:05:10.318Z Compiling rustfmt-wrapper v0.2.1
22582025-01-25T03:05:10.480Z Compiling dsl_auto_type v0.1.2
22592025-01-25T03:05:10.701Z Compiling scheduled-thread-pool v0.2.7
22602025-01-25T03:05:10.848Z Compiling diesel_table_macro_syntax v0.2.0
22612025-01-25T03:05:11.251Z Compiling maybe-uninit v2.0.0
22622025-01-25T03:05:11.694Z Compiling tap v1.0.1
22632025-01-25T03:05:11.816Z Compiling diesel_derives v2.2.3
22642025-01-25T03:05:11.918Z Compiling wyz v0.5.1
22652025-01-25T03:05:12.162Z Compiling r2d2 v0.8.10
22662025-01-25T03:05:12.848Z Compiling phf_generator v0.11.2
22672025-01-25T03:05:13.050Z Compiling ascii-canvas v3.0.0
22682025-01-25T03:05:13.145Z Compiling secrecy v0.8.0
22692025-01-25T03:05:13.420Z Compiling async-recursion v1.1.1
22702025-01-25T03:05:13.501Z Compiling ena v0.14.3
22712025-01-25T03:05:13.932Z Compiling packed_struct v0.10.1
22722025-01-25T03:05:14.248Z Compiling diff v0.1.13
22732025-01-25T03:05:14.354Z Compiling regex-syntax v0.6.29
22742025-01-25T03:05:14.764Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22752025-01-25T03:05:14.785Z Compiling crc-catalog v2.4.0
22762025-01-25T03:05:14.965Z Compiling arc-swap v1.7.1
22772025-01-25T03:05:15.073Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22782025-01-25T03:05:15.094Z Compiling funty v2.0.0
22792025-01-25T03:05:15.395Z Compiling slog-scope v4.4.0
22802025-01-25T03:05:15.578Z Compiling crc v3.2.1
22812025-01-25T03:05:16.212Z Compiling bitvec v1.0.1
22822025-01-25T03:05:17.701Z Compiling lalrpop v0.19.12
22832025-01-25T03:05:17.897Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22842025-01-25T03:05:19.414Z Compiling phf_codegen v0.11.2
22852025-01-25T03:05:19.785Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22862025-01-25T03:05:20.705Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22872025-01-25T03:05:20.802Z Compiling universal-hash v0.5.1
22882025-01-25T03:05:20.943Z Compiling packed_struct_codegen v0.10.1
22892025-01-25T03:05:21.053Z Compiling thiserror-impl-no-std v2.0.2
22902025-01-25T03:05:22.553Z Compiling diesel v2.2.6
22912025-01-25T03:05:23.294Z Compiling parse-zoneinfo v0.3.1
22922025-01-25T03:05:23.524Z Compiling unicase v2.7.0
22932025-01-25T03:05:23.854Z Compiling indexmap v1.9.3
22942025-01-25T03:05:24.187Z Compiling nodrop v0.1.14
22952025-01-25T03:05:24.346Z Compiling ref-cast v1.0.23
22962025-01-25T03:05:24.723Z Compiling opaque-debug v0.3.1
22972025-01-25T03:05:24.874Z Compiling poly1305 v0.8.0
22982025-01-25T03:05:24.968Z Compiling array-init v0.0.4
22992025-01-25T03:05:25.908Z Compiling chrono-tz-build v0.4.0
23002025-01-25T03:05:26.164Z Compiling thiserror-no-std v2.0.2
23012025-01-25T03:05:26.974Z Compiling smallvec v0.6.14
23022025-01-25T03:05:27.477Z Compiling slog-stdlog v4.1.1
23032025-01-25T03:05:28.879Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23042025-01-25T03:05:29.191Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23052025-01-25T03:05:29.508Z Compiling derive_builder_core v0.20.2
23062025-01-25T03:05:30.292Z Compiling chacha20 v0.9.1
23072025-01-25T03:05:30.791Z Compiling headers-core v0.3.0
23082025-01-25T03:05:30.989Z Compiling aead v0.5.2
23092025-01-25T03:05:31.351Z Compiling libxml v0.3.3
23102025-01-25T03:05:31.517Z Compiling ref-cast-impl v1.0.23
23112025-01-25T03:05:31.728Z Compiling vte_generate_state_changes v0.1.2
23122025-01-25T03:05:32.351Z Compiling termcolor v1.4.1
23132025-01-25T03:05:32.649Z Compiling bitfield v0.14.0
23142025-01-25T03:05:32.975Z Compiling hashbrown v0.12.3
23152025-01-25T03:05:33.378Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23162025-01-25T03:05:35.219Z Compiling env_logger v0.10.2
23172025-01-25T03:05:38.498Z Compiling vte v0.11.1
23182025-01-25T03:05:40.113Z Compiling derive_builder_macro v0.20.2
23192025-01-25T03:05:40.389Z Compiling polar-core v0.27.3
23202025-01-25T03:05:40.907Z Compiling chacha20poly1305 v0.10.1
23212025-01-25T03:05:41.162Z Compiling headers v0.4.0
23222025-01-25T03:05:43.455Z Compiling slog-envlogger v2.2.0
23232025-01-25T03:05:44.553Z Compiling serde-hex v0.1.0
23242025-01-25T03:05:46.160Z Compiling chrono-tz v0.10.0
23252025-01-25T03:05:46.781Z Compiling vsss-rs v3.3.4
23262025-01-25T03:05:49.545Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23272025-01-25T03:05:50.761Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23282025-01-25T03:05:51.113Z Compiling ron v0.8.1
23292025-01-25T03:05:52.368Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23302025-01-25T03:05:52.695Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23312025-01-25T03:05:52.848Z Compiling hashbrown v0.13.2
23322025-01-25T03:05:54.146Z Compiling strum_macros v0.24.3
23332025-01-25T03:05:56.813Z Compiling fxhash v0.2.1
23342025-01-25T03:05:57.070Z Compiling samael v0.0.17
23352025-01-25T03:05:57.091Z Compiling crc-any v2.5.0
23362025-01-25T03:05:57.297Z Compiling simd-adler32 v0.3.7
23372025-01-25T03:05:58.039Z Compiling zip v2.1.3
23382025-01-25T03:05:58.371Z Compiling bytecount v0.6.8
23392025-01-25T03:05:58.539Z Compiling lockfree-object-pool v0.1.6
23402025-01-25T03:05:58.677Z Compiling indoc v1.0.9
23412025-01-25T03:05:58.697Z Compiling bumpalo v3.16.0
23422025-01-25T03:05:59.079Z Compiling papergrid v0.11.0
23432025-01-25T03:05:59.283Z Compiling zopfli v0.8.1
23442025-01-25T03:06:03.512Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23452025-01-25T03:06:04.815Z Compiling object v0.30.4
23462025-01-25T03:06:08.176Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23472025-01-25T03:06:12.343Z Compiling derive_builder v0.20.2
23482025-01-25T03:06:13.232Z Compiling strip-ansi-escapes v0.2.0
23492025-01-25T03:06:14.241Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23502025-01-25T03:06:14.564Z Compiling tabled_derive v0.7.0
23512025-01-25T03:06:16.597Z Compiling fd-lock v4.0.2
23522025-01-25T03:06:16.819Z Compiling peg-macros v0.8.4
23532025-01-25T03:06:16.853Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23542025-01-25T03:06:17.012Z Compiling kstat-rs v0.2.4
23552025-01-25T03:06:17.784Z Compiling oso-derive v0.27.3
23562025-01-25T03:06:17.929Z Compiling impl-trait-for-tuples v0.2.2
23572025-01-25T03:06:18.045Z Compiling quick-xml v0.33.0
23582025-01-25T03:06:18.706Z Compiling diesel-dtrace v0.4.2
23592025-01-25T03:06:19.041Z Compiling nu-ansi-term v0.50.1
23602025-01-25T03:06:20.013Z Compiling path-slash v0.1.5
23612025-01-25T03:06:20.287Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23622025-01-25T03:06:20.314Z Compiling peg v0.8.4
23632025-01-25T03:06:20.442Z Compiling reedline v0.35.0
23642025-01-25T03:06:23.860Z Compiling oso v0.27.3
23652025-01-25T03:06:25.089Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23662025-01-25T03:06:27.463Z Compiling tabled v0.15.0
23672025-01-25T03:06:41.009Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23682025-01-25T03:06:45.280Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23692025-01-25T03:06:46.982Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23702025-01-25T03:06:48.094Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23712025-01-25T03:06:48.509Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23722025-01-25T03:06:48.840Z Compiling pem v3.0.4
23732025-01-25T03:06:49.165Z Compiling bb8 v0.8.5
23742025-01-25T03:06:49.776Z Compiling bcs v0.1.6
23752025-01-25T03:06:50.298Z Compiling libz-sys v1.1.20
23762025-01-25T03:06:50.647Z Compiling termtree v0.5.1
23772025-01-25T03:06:50.951Z Compiling parking_lot_core v0.8.6
23782025-01-25T03:06:51.425Z Compiling async-bb8-diesel v0.2.1
23792025-01-25T03:06:52.232Z Compiling mime_guess v2.0.5
23802025-01-25T03:06:53.949Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23812025-01-25T03:06:57.163Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23822025-01-25T03:06:58.645Z Compiling buf-list v1.0.3
23832025-01-25T03:07:00.726Z Compiling nibble_vec v0.1.0
23842025-01-25T03:07:00.996Z Compiling libgit2-sys v0.17.0+1.8.1
23852025-01-25T03:07:01.764Z Compiling pin-project-internal v1.1.6
23862025-01-25T03:07:02.015Z Compiling atty v0.2.14
23872025-01-25T03:07:02.213Z Compiling http-range v0.1.5
23882025-01-25T03:07:02.826Z Compiling salty v0.3.0
23892025-01-25T03:07:03.255Z Compiling endian-type v0.1.2
23902025-01-25T03:07:03.526Z Compiling radix_trie v0.2.1
23912025-01-25T03:07:04.339Z Compiling pin-project v1.1.6
23922025-01-25T03:07:04.529Z Compiling parking_lot v0.11.2
23932025-01-25T03:07:09.386Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23942025-01-25T03:07:12.315Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
23952025-01-25T03:07:14.173Z Compiling snafu-derive v0.8.5
23962025-01-25T03:07:15.628Z Compiling hyper-staticfile v0.10.1
23972025-01-25T03:07:16.731Z Compiling sled v0.34.7
23982025-01-25T03:07:18.407Z Compiling snafu v0.8.5
23992025-01-25T03:07:19.659Z Compiling hickory-client v0.24.1
24002025-01-25T03:07:24.544Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24012025-01-25T03:07:25.712Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24022025-01-25T03:07:39.699Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24032025-01-25T03:07:47.941Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24042025-01-25T03:07:48.291Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24052025-01-25T03:07:50.649Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24062025-01-25T03:07:52.115Z Compiling globset v0.4.15
24072025-01-25T03:07:54.217Z Compiling hickory-server v0.24.1
24082025-01-25T03:07:54.776Z Compiling primeorder v0.13.6
24092025-01-25T03:07:55.346Z Compiling olpc-cjson v0.1.4
24102025-01-25T03:07:55.732Z Compiling castaway v0.2.3
24112025-01-25T03:07:55.948Z Compiling vergen v8.3.2
24122025-01-25T03:07:56.286Z Compiling env_filter v0.1.2
24132025-01-25T03:07:56.397Z Compiling cargo-platform v0.1.8
24142025-01-25T03:07:56.907Z Compiling serde_plain v1.0.2
24152025-01-25T03:07:57.486Z Compiling nanorand v0.7.0
24162025-01-25T03:07:57.759Z Compiling memoffset v0.9.1
24172025-01-25T03:07:58.106Z Compiling typed-path v0.9.3
24182025-01-25T03:07:58.329Z Compiling flume v0.11.1
24192025-01-25T03:07:59.069Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24202025-01-25T03:07:59.274Z Compiling cargo_metadata v0.18.1
24212025-01-25T03:07:59.392Z Compiling env_logger v0.11.5
24222025-01-25T03:08:00.794Z Compiling tough v0.19.0
24232025-01-25T03:08:02.364Z Compiling compact_str v0.8.0
24242025-01-25T03:08:04.874Z Compiling p384 v0.13.0
24252025-01-25T03:08:04.941Z Compiling git2 v0.19.0
24262025-01-25T03:08:05.717Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24272025-01-25T03:08:05.877Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24282025-01-25T03:08:10.095Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24292025-01-25T03:08:11.344Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24302025-01-25T03:08:11.801Z Compiling unicode-truncate v1.1.0
24312025-01-25T03:08:12.122Z Compiling lru v0.12.5
24322025-01-25T03:08:12.480Z Compiling rand_seeder v0.3.0
24332025-01-25T03:08:12.901Z Compiling libsqlite3-sys v0.30.1
24342025-01-25T03:08:13.037Z Compiling lzma-sys v0.1.20
24352025-01-25T03:08:13.421Z Compiling instability v0.3.2
24362025-01-25T03:08:13.705Z Compiling cassowary v0.3.0
24372025-01-25T03:08:14.380Z Compiling parse-size v1.1.0
24382025-01-25T03:08:14.729Z Compiling cfg_aliases v0.2.1
24392025-01-25T03:08:14.860Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24402025-01-25T03:08:15.210Z Compiling rustls v0.21.12
24412025-01-25T03:08:15.628Z Compiling nix v0.29.0
24422025-01-25T03:08:16.116Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24432025-01-25T03:08:16.432Z Compiling ratatui v0.28.1
24442025-01-25T03:08:17.005Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24452025-01-25T03:08:17.124Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24462025-01-25T03:08:18.324Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24472025-01-25T03:08:18.667Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24482025-01-25T03:08:19.382Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24492025-01-25T03:08:19.700Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24502025-01-25T03:08:22.159Z Compiling sct v0.7.1
24512025-01-25T03:08:22.662Z Compiling rustls-webpki v0.101.7
24522025-01-25T03:08:23.353Z Compiling heck v0.3.3
24532025-01-25T03:08:23.567Z Compiling csv-core v0.1.11
24542025-01-25T03:08:23.689Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24552025-01-25T03:08:24.026Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24562025-01-25T03:08:24.346Z Compiling glob v0.3.1
24572025-01-25T03:08:24.546Z Compiling csv v1.3.0
24582025-01-25T03:08:26.370Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24592025-01-25T03:08:26.517Z Compiling zone_cfg_derive v0.1.2
24602025-01-25T03:08:27.870Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24612025-01-25T03:08:33.204Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
24622025-01-25T03:08:34.476Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24632025-01-25T03:08:34.631Z Compiling nix v0.27.1
24642025-01-25T03:08:35.186Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24652025-01-25T03:08:38.080Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24662025-01-25T03:08:41.061Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24672025-01-25T03:08:45.689Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24682025-01-25T03:08:46.049Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24692025-01-25T03:08:46.927Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
24702025-01-25T03:08:47.251Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24712025-01-25T03:08:47.569Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24722025-01-25T03:08:47.724Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24732025-01-25T03:08:47.891Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24742025-01-25T03:08:48.599Z Compiling tungstenite v0.23.0
24752025-01-25T03:08:48.605Z Compiling hashlink v0.9.1
24762025-01-25T03:08:48.906Z Compiling fallible-iterator v0.3.0
24772025-01-25T03:08:49.347Z Compiling fallible-streaming-iterator v0.1.9
24782025-01-25T03:08:49.641Z Compiling base64 v0.13.1
24792025-01-25T03:08:49.689Z Compiling tokio-tungstenite v0.23.1
24802025-01-25T03:08:50.313Z Compiling ron v0.7.1
24812025-01-25T03:08:50.440Z Compiling rusqlite v0.32.1
24822025-01-25T03:08:51.477Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24832025-01-25T03:08:51.994Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24842025-01-25T03:08:54.807Z Compiling xz2 v0.1.7
24852025-01-25T03:08:55.379Z Compiling tokio-rustls v0.24.1
24862025-01-25T03:08:55.540Z Compiling zone v0.1.8
24872025-01-25T03:08:58.805Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24882025-01-25T03:09:00.877Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24892025-01-25T03:09:03.775Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24902025-01-25T03:09:05.195Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24912025-01-25T03:09:05.217Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
24922025-01-25T03:09:10.732Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24932025-01-25T03:09:11.871Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24942025-01-25T03:09:12.710Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24952025-01-25T03:09:15.170Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24962025-01-25T03:09:15.773Z Compiling rustls-pemfile v1.0.4
24972025-01-25T03:09:16.575Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24982025-01-25T03:09:16.911Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24992025-01-25T03:09:17.124Z Compiling signal-hook-tokio v0.3.1
25002025-01-25T03:09:17.370Z Compiling twox-hash v1.6.3
25012025-01-25T03:09:18.208Z Compiling yasna v0.5.2
25022025-01-25T03:09:18.342Z Compiling smawk v0.3.2
25032025-01-25T03:09:18.632Z Compiling is_ci v1.2.0
25042025-01-25T03:09:18.965Z Compiling unicode-linebreak v0.1.5
25052025-01-25T03:09:19.016Z Compiling supports-color v3.0.1
25062025-01-25T03:09:19.460Z Compiling textwrap v0.16.1
25072025-01-25T03:09:19.539Z Compiling rcgen v0.12.1
25082025-01-25T03:09:22.893Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25092025-01-25T03:09:23.928Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25102025-01-25T03:09:29.719Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25112025-01-25T03:09:30.570Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25122025-01-25T03:09:32.371Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25132025-01-25T03:09:45.248Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25142025-01-25T03:09:50.108Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25152025-01-25T03:09:52.676Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25162025-01-25T03:09:53.234Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25172025-01-25T03:10:05.091Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
25182025-01-25T03:10:05.995Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25192025-01-25T03:10:06.336Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25202025-01-25T03:10:09.276Z Compiling fatfs v0.3.6
25212025-01-25T03:10:12.095Z Compiling subprocess v0.2.9
25222025-01-25T03:10:12.378Z Compiling rtoolbox v0.0.2
25232025-01-25T03:10:12.815Z Compiling assert_matches v1.5.0
25242025-01-25T03:10:12.869Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25252025-01-25T03:10:16.211Z Compiling rpassword v7.3.1
25262025-01-25T03:10:16.669Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25272025-01-25T03:10:16.721Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25282025-01-25T03:10:20.204Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25292025-01-25T03:10:23.577Z Compiling tui-tree-widget v0.22.0
25302025-01-25T03:10:24.059Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25312025-01-25T03:10:30.209Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25322025-01-25T03:10:30.528Z Compiling uzers v0.12.1
25332025-01-25T03:10:33.626Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25342025-01-25T03:10:37.180Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25352025-01-25T03:10:39.087Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25362025-01-25T03:11:07.592Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25372025-01-25T03:11:07.875Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25382025-01-25T03:11:12.575Z Compiling multimap v0.10.0
25392025-01-25T03:13:37.427Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25402025-01-25T03:13:47.916Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25412025-01-25T03:20:48.857Z Finished `release` profile [optimized] target(s) in 16m 39s
25422025-01-25T03:21:52.329Z
25432025-01-25T03:21:52.329Zreal 17:43.805061159
25442025-01-25T03:21:52.329Zuser 2:03:11.042840841
25452025-01-25T03:21:52.329Zsys 3:13.815956234
25462025-01-25T03:21:52.332Ztrap 2.987176444
25472025-01-25T03:21:52.332Ztflt 2.625253837
25482025-01-25T03:21:52.332Zdflt 4.782662231
25492025-01-25T03:21:52.332Zkflt 0.037299906
25502025-01-25T03:21:52.332Zlock 7:35:17.542768956
25512025-01-25T03:21:52.332Zslp 6:18:48.544481642
25522025-01-25T03:21:52.332Zlat 3:15.251799671
25532025-01-25T03:21:52.332Zstop 2:45.064890935
25542025-01-25T03:21:52.332Z+ mapfile -t packages
25552025-01-25T03:21:52.332Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25562025-01-25T03:21:53.357Z Finished `release` profile [optimized] target(s) in 0.97s
25572025-01-25T03:21:53.421Z Running `target/release/omicron-package -t test list-outputs`
25582025-01-25T03:21:53.470ZLogging to: /work/oxidecomputer/omicron/out/LOG
25592025-01-25T03:21:53.473Z+ ptime -m cargo build --locked --release -p xtask
25602025-01-25T03:21:54.039Z Compiling serde v1.0.217
25612025-01-25T03:21:54.042Z Compiling libc v0.2.169
25622025-01-25T03:21:54.042Z Compiling rustix v0.38.37
25632025-01-25T03:21:54.042Z Compiling serde_json v1.0.135
25642025-01-25T03:21:54.042Z Compiling syn v2.0.96
25652025-01-25T03:21:54.132Z Compiling bitflags v2.6.0
25662025-01-25T03:21:54.498Z Compiling usdt-impl v0.5.0
25672025-01-25T03:21:54.535Z Compiling syn v1.0.109
25682025-01-25T03:21:54.639Z Compiling log v0.4.22
25692025-01-25T03:21:54.657Z Compiling hashbrown v0.15.1
25702025-01-25T03:21:54.877Z Compiling fs-err v2.11.0
25712025-01-25T03:21:55.058Z Compiling once_cell v1.20.2
25722025-01-25T03:21:55.190Z Compiling anyhow v1.0.93
25732025-01-25T03:21:55.458Z Compiling thread-id v4.2.2
25742025-01-25T03:21:55.835Z Compiling indexmap v2.7.0
25752025-01-25T03:21:56.924Z Compiling terminal_size v0.4.0
25762025-01-25T03:21:56.924Z Compiling tempfile v3.13.0
25772025-01-25T03:21:57.211Z Compiling clap_builder v4.5.21
25782025-01-25T03:21:57.675Z Compiling proc-macro-error v1.0.4
25792025-01-25T03:21:58.602Z Compiling tabled_derive v0.7.0
25802025-01-25T03:21:59.723Z Compiling tabled v0.15.0
25812025-01-25T03:22:00.560Z Compiling serde_derive v1.0.217
25822025-01-25T03:22:00.563Z Compiling thiserror-impl v1.0.69
25832025-01-25T03:22:00.563Z Compiling zerocopy-derive v0.7.35
25842025-01-25T03:22:00.563Z Compiling scroll_derive v0.12.0
25852025-01-25T03:22:00.563Z Compiling clap_derive v4.5.18
25862025-01-25T03:22:01.963Z Compiling scroll v0.12.0
25872025-01-25T03:22:02.412Z Compiling zerocopy v0.7.35
25882025-01-25T03:22:02.581Z Compiling goblin v0.8.2
25892025-01-25T03:22:03.219Z Compiling thiserror v1.0.69
25902025-01-25T03:22:03.382Z Compiling pest v2.7.14
25912025-01-25T03:22:06.402Z Compiling pest_meta v2.7.14
25922025-01-25T03:22:06.429Z Compiling clap v4.5.21
25932025-01-25T03:22:07.893Z Compiling pest_generator v2.7.14
25942025-01-25T03:22:10.147Z Compiling pest_derive v2.7.14
25952025-01-25T03:22:10.890Z Compiling dtrace-parser v0.2.0
25962025-01-25T03:22:15.031Z Compiling serde_tokenstream v0.2.2
25972025-01-25T03:22:15.603Z Compiling toml_datetime v0.6.8
25982025-01-25T03:22:16.300Z Compiling serde_spanned v0.6.8
25992025-01-25T03:22:16.576Z Compiling dof v0.3.0
26002025-01-25T03:22:17.430Z Compiling toml_edit v0.22.22
26012025-01-25T03:22:18.439Z Compiling camino v1.1.9
26022025-01-25T03:22:18.469Z Compiling usdt-macro v0.5.0
26032025-01-25T03:22:18.472Z Compiling usdt-attr-macro v0.5.0
26042025-01-25T03:22:19.637Z Compiling semver v1.0.24
26052025-01-25T03:22:19.700Z Compiling cargo-platform v0.1.8
26062025-01-25T03:22:19.807Z Compiling camino-tempfile v1.1.1
26072025-01-25T03:22:20.558Z Compiling cargo_metadata v0.18.1
26082025-01-25T03:22:20.767Z Compiling usdt v0.5.0
26092025-01-25T03:22:21.021Z Compiling toml v0.8.19
26102025-01-25T03:22:22.210Z Compiling cargo_toml v0.20.5
26112025-01-25T03:22:24.078Z Compiling macaddr v1.0.1
26122025-01-25T03:22:36.471Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26132025-01-25T03:22:47.174Z Finished `release` profile [optimized] target(s) in 53.63s
26142025-01-25T03:22:47.271Z
26152025-01-25T03:22:47.271Zreal 53.764051430
26162025-01-25T03:22:47.273Zuser 5:39.477052507
26172025-01-25T03:22:47.273Zsys 17.841376577
26182025-01-25T03:22:47.273Ztrap 0.157328375
26192025-01-25T03:22:47.273Ztflt 0.280731961
26202025-01-25T03:22:47.273Zdflt 0.252411864
26212025-01-25T03:22:47.274Zkflt 0.000015447
26222025-01-25T03:22:47.274Zlock 10:24.235743518
26232025-01-25T03:22:47.274Zslp 16:01.399865291
26242025-01-25T03:22:47.274Zlat 14.691266742
26252025-01-25T03:22:47.274Zstop 18.068434220
26262025-01-25T03:22:47.274Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26272025-01-25T03:22:47.274Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26282025-01-25T03:22:47.274Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26292025-01-25T03:22:47.274Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26302025-01-25T03:22:47.274Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26312025-01-25T03:22:48.138Z Compiling hashbrown v0.14.5
26322025-01-25T03:22:48.269Z Compiling thiserror v2.0.11
26332025-01-25T03:22:48.282Z Compiling thiserror-impl v2.0.11
26342025-01-25T03:22:48.284Z Compiling ident_case v1.0.1
26352025-01-25T03:22:48.306Z Compiling unsafe-libyaml v0.2.11
26362025-01-25T03:22:48.322Z Compiling ipnetwork v0.20.0
26372025-01-25T03:22:48.322Z Compiling progenitor-client v0.9.1
26382025-01-25T03:22:48.325Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26392025-01-25T03:22:48.458Z Compiling darling_core v0.20.10
26402025-01-25T03:22:48.833Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
26412025-01-25T03:22:48.854Z Compiling macaddr v1.0.1
26422025-01-25T03:22:49.104Z Compiling progenitor-client v0.8.0
26432025-01-25T03:22:49.255Z Compiling regress v0.10.1
26442025-01-25T03:22:49.274Z Compiling instant v0.1.13
26452025-01-25T03:22:49.344Z Compiling structmeta-derive v0.3.0
26462025-01-25T03:22:49.438Z Compiling dropshot v0.15.1
26472025-01-25T03:22:49.532Z Compiling serde_yaml v0.9.34+deprecated
26482025-01-25T03:22:49.591Z Compiling regress v0.9.1
26492025-01-25T03:22:49.840Z Compiling dropshot_endpoint v0.15.1
26502025-01-25T03:22:50.088Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26512025-01-25T03:22:51.362Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26522025-01-25T03:22:51.571Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26532025-01-25T03:22:51.962Z Compiling structmeta v0.3.0
26542025-01-25T03:22:52.262Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26552025-01-25T03:22:52.349Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26562025-01-25T03:22:52.431Z Compiling parse-display-derive v0.10.0
26572025-01-25T03:22:52.554Z Compiling backoff v0.4.0
26582025-01-25T03:22:52.727Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26592025-01-25T03:22:52.910Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26602025-01-25T03:22:53.096Z Compiling typify-impl v0.2.0
26612025-01-25T03:22:53.223Z Compiling tempfile v3.13.0
26622025-01-25T03:22:53.494Z Compiling proc-macro-crate v1.3.1
26632025-01-25T03:22:54.050Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26642025-01-25T03:22:54.094Z Compiling typify-impl v0.3.0
26652025-01-25T03:22:54.447Z Compiling itertools v0.13.0
26662025-01-25T03:22:54.467Z Compiling num_enum_derive v0.5.11
26672025-01-25T03:22:54.524Z Compiling zerocopy v0.8.10
26682025-01-25T03:22:54.599Z Compiling darling_macro v0.20.10
26692025-01-25T03:22:55.334Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26702025-01-25T03:22:55.543Z Compiling darling v0.20.10
26712025-01-25T03:22:55.667Z Compiling serde_with_macros v3.11.0
26722025-01-25T03:22:55.745Z Compiling foreign-types-macros v0.2.3
26732025-01-25T03:22:56.470Z Compiling parse-display v0.10.0
26742025-01-25T03:22:56.843Z Compiling num_enum v0.5.11
26752025-01-25T03:22:57.024Z Compiling zerocopy-derive v0.8.10
26762025-01-25T03:22:57.096Z Compiling foreign-types-shared v0.3.1
26772025-01-25T03:22:57.150Z Compiling crucible-workspace-hack v0.1.0
26782025-01-25T03:22:57.247Z Compiling heapless v0.8.0
26792025-01-25T03:22:57.319Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26802025-01-25T03:22:57.465Z Compiling foreign-types v0.5.0
26812025-01-25T03:22:57.600Z Compiling proc-macro-error v1.0.4
26822025-01-25T03:22:58.302Z Compiling serde_with v3.11.0
26832025-01-25T03:22:58.321Z Compiling camino-tempfile v1.1.1
26842025-01-25T03:22:58.371Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26852025-01-25T03:22:58.750Z Compiling hash32 v0.3.1
26862025-01-25T03:22:59.008Z Compiling cstr-argument v0.1.2
26872025-01-25T03:22:59.180Z Compiling smoltcp v0.11.0
26882025-01-25T03:22:59.282Z Compiling pretty-hex v0.2.1
26892025-01-25T03:22:59.495Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26902025-01-25T03:22:59.895Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26912025-01-25T03:22:59.924Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26922025-01-25T03:23:00.530Z Compiling tabwriter v1.4.0
26932025-01-25T03:23:00.990Z Compiling colored v2.1.0
26942025-01-25T03:23:01.040Z Compiling cobs v0.2.3
26952025-01-25T03:23:01.356Z Compiling postcard v1.0.10
26962025-01-25T03:23:01.761Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26972025-01-25T03:23:02.004Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26982025-01-25T03:23:02.203Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26992025-01-25T03:23:02.231Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
27002025-01-25T03:23:02.571Z Compiling smf v0.2.3
27012025-01-25T03:23:02.813Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27022025-01-25T03:23:03.185Z Compiling zone_cfg_derive v0.3.0
27032025-01-25T03:23:03.329Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27042025-01-25T03:23:03.776Z Compiling num-derive v0.4.2
27052025-01-25T03:23:03.797Z Compiling sigpipe v0.1.3
27062025-01-25T03:23:03.947Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27072025-01-25T03:23:04.093Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27082025-01-25T03:23:04.288Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27092025-01-25T03:23:04.632Z Compiling zone v0.3.0
27102025-01-25T03:23:04.825Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27112025-01-25T03:23:05.272Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27122025-01-25T03:23:05.726Z Compiling universal-hash v0.5.1
27132025-01-25T03:23:05.957Z Compiling opaque-debug v0.3.1
27142025-01-25T03:23:06.076Z Compiling tungstenite v0.21.0
27152025-01-25T03:23:06.119Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
27162025-01-25T03:23:06.138Z Compiling num-rational v0.4.2
27172025-01-25T03:23:06.221Z Compiling password-hash v0.5.0
27182025-01-25T03:23:06.933Z Compiling blake2 v0.10.6
27192025-01-25T03:23:06.961Z Compiling num-complex v0.4.6
27202025-01-25T03:23:07.149Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27212025-01-25T03:23:07.348Z Compiling aead v0.5.2
27222025-01-25T03:23:07.742Z Compiling convert_case v0.4.0
27232025-01-25T03:23:07.778Z Compiling keccak v0.1.5
27242025-01-25T03:23:07.957Z Compiling base64 v0.21.7
27252025-01-25T03:23:08.084Z Compiling sha3 v0.10.8
27262025-01-25T03:23:08.283Z Compiling num v0.4.3
27272025-01-25T03:23:08.441Z Compiling typify-macro v0.2.0
27282025-01-25T03:23:08.603Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27292025-01-25T03:23:08.650Z Compiling derive_more v0.99.18
27302025-01-25T03:23:08.670Z Compiling argon2 v0.5.3
27312025-01-25T03:23:08.918Z Compiling tokio-tungstenite v0.21.0
27322025-01-25T03:23:09.000Z Compiling poly1305 v0.8.0
27332025-01-25T03:23:09.092Z Compiling chacha20 v0.9.1
27342025-01-25T03:23:09.425Z Compiling typify-macro v0.3.0
27352025-01-25T03:23:09.482Z Compiling float-ord v0.3.2
27362025-01-25T03:23:09.565Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27372025-01-25T03:23:09.675Z Compiling semver v0.1.20
27382025-01-25T03:23:09.987Z Compiling same-file v1.0.6
27392025-01-25T03:23:10.297Z Compiling walkdir v2.5.0
27402025-01-25T03:23:10.317Z Compiling rustc_version v0.1.7
27412025-01-25T03:23:10.694Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27422025-01-25T03:23:10.735Z Compiling newline-converter v0.3.0
27432025-01-25T03:23:10.785Z Compiling primeorder v0.13.6
27442025-01-25T03:23:10.918Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27452025-01-25T03:23:10.967Z Compiling secrecy v0.8.0
27462025-01-25T03:23:11.226Z Compiling cancel-safe-futures v0.1.5
27472025-01-25T03:23:11.296Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27482025-01-25T03:23:11.446Z Compiling owo-colors v4.1.0
27492025-01-25T03:23:11.521Z Compiling expectorate v1.1.0
27502025-01-25T03:23:11.604Z Compiling newtype_derive v0.1.6
27512025-01-25T03:23:11.713Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
27522025-01-25T03:23:11.765Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27532025-01-25T03:23:11.922Z Compiling thiserror-impl-no-std v2.0.2
27542025-01-25T03:23:11.939Z Compiling blake3 v1.5.4
27552025-01-25T03:23:12.072Z Compiling unicase v2.7.0
27562025-01-25T03:23:12.103Z Compiling half v2.4.1
27572025-01-25T03:23:12.338Z Compiling typify v0.2.0
27582025-01-25T03:23:12.395Z Compiling arc-swap v1.7.1
27592025-01-25T03:23:12.486Z Compiling progenitor-impl v0.8.0
27602025-01-25T03:23:12.605Z Compiling ciborium-io v0.2.2
27612025-01-25T03:23:12.750Z Compiling ciborium-ll v0.2.2
27622025-01-25T03:23:12.977Z Compiling slog-scope v4.4.0
27632025-01-25T03:23:12.999Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27642025-01-25T03:23:13.158Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27652025-01-25T03:23:13.260Z Compiling typify v0.3.0
27662025-01-25T03:23:13.410Z Compiling progenitor-impl v0.9.1
27672025-01-25T03:23:13.476Z Compiling polyval v0.6.2
27682025-01-25T03:23:13.917Z Compiling atomicwrites v0.4.4
27692025-01-25T03:23:14.001Z Compiling libsw v3.3.1
27702025-01-25T03:23:14.285Z Compiling memmap2 v0.9.5
27712025-01-25T03:23:14.340Z Compiling linear-map v1.2.0
27722025-01-25T03:23:14.695Z Compiling libefi-sys v0.1.0
27732025-01-25T03:23:14.735Z Compiling arrayref v0.3.9
27742025-01-25T03:23:14.802Z Compiling thiserror-no-std v2.0.2
27752025-01-25T03:23:14.847Z Compiling parking_lot_core v0.8.6
27762025-01-25T03:23:14.948Z Compiling constant_time_eq v0.3.1
27772025-01-25T03:23:14.996Z Compiling arrayvec v0.7.6
27782025-01-25T03:23:15.157Z Compiling salty v0.3.0
27792025-01-25T03:23:15.278Z Compiling indent_write v2.2.0
27802025-01-25T03:23:15.374Z Compiling vsss-rs v3.3.4
27812025-01-25T03:23:15.403Z Compiling ghash v0.5.1
27822025-01-25T03:23:15.500Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27832025-01-25T03:23:15.633Z Compiling slog-stdlog v4.1.1
27842025-01-25T03:23:15.735Z Compiling ciborium v0.2.2
27852025-01-25T03:23:16.476Z Compiling p384 v0.13.0
27862025-01-25T03:23:16.697Z Compiling toolchain_find v0.4.0
27872025-01-25T03:23:17.115Z Compiling chacha20poly1305 v0.10.1
27882025-01-25T03:23:17.276Z Compiling ctr v0.9.2
27892025-01-25T03:23:17.370Z Compiling lzma-sys v0.1.20
27902025-01-25T03:23:17.391Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27912025-01-25T03:23:17.632Z Compiling bitfield-struct v0.6.2
27922025-01-25T03:23:17.801Z Compiling slog-dtrace v0.3.0
27932025-01-25T03:23:18.091Z Compiling topological-sort v0.2.2
27942025-01-25T03:23:18.134Z Compiling highway v1.2.0
27952025-01-25T03:23:18.343Z Compiling omicron-zone-package v0.12.0
27962025-01-25T03:23:18.402Z Compiling aes-gcm v0.10.3
27972025-01-25T03:23:18.701Z Compiling rustfmt-wrapper v0.2.1
27982025-01-25T03:23:18.896Z Compiling mime_guess v2.0.5
27992025-01-25T03:23:18.982Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28002025-01-25T03:23:19.273Z Compiling slog-envlogger v2.2.0
28012025-01-25T03:23:19.296Z Compiling steno v0.4.1
28022025-01-25T03:23:19.593Z Compiling progenitor-macro v0.8.0
28032025-01-25T03:23:20.057Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28042025-01-25T03:23:20.123Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28052025-01-25T03:23:20.457Z Compiling heck v0.3.3
28062025-01-25T03:23:20.478Z Compiling progenitor-macro v0.9.1
28072025-01-25T03:23:20.622Z Compiling ssh-encoding v0.2.0
28082025-01-25T03:23:20.675Z Compiling blowfish v0.9.1
28092025-01-25T03:23:20.846Z Compiling nibble_vec v0.1.0
28102025-01-25T03:23:21.075Z Compiling env_filter v0.1.2
28112025-01-25T03:23:21.113Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28122025-01-25T03:23:21.115Z Compiling endian-type v0.1.2
28132025-01-25T03:23:21.195Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28142025-01-25T03:23:21.339Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28152025-01-25T03:23:21.376Z Compiling humantime v2.1.0
28162025-01-25T03:23:21.454Z Compiling env_logger v0.11.5
28172025-01-25T03:23:21.692Z Compiling radix_trie v0.2.1
28182025-01-25T03:23:21.695Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28192025-01-25T03:23:21.866Z Compiling ssh-cipher v0.2.0
28202025-01-25T03:23:22.167Z Compiling bcrypt-pbkdf v0.10.0
28212025-01-25T03:23:22.359Z Compiling zone_cfg_derive v0.1.2
28222025-01-25T03:23:22.816Z Compiling parking_lot v0.11.2
28232025-01-25T03:23:23.058Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28242025-01-25T03:23:23.407Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28252025-01-25T03:23:23.826Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28262025-01-25T03:23:23.908Z Compiling password-hash v0.4.2
28272025-01-25T03:23:24.085Z Compiling gethostname v0.5.0
28282025-01-25T03:23:24.225Z Compiling fxhash v0.2.1
28292025-01-25T03:23:24.227Z Compiling lockfree-object-pool v0.1.6
28302025-01-25T03:23:24.281Z Compiling bumpalo v3.16.0
28312025-01-25T03:23:24.301Z Compiling simd-adler32 v0.3.7
28322025-01-25T03:23:24.454Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28332025-01-25T03:23:24.519Z Compiling base64 v0.13.1
28342025-01-25T03:23:24.763Z Compiling matches v0.1.10
28352025-01-25T03:23:24.784Z Compiling zip v2.1.3
28362025-01-25T03:23:24.784Z Compiling http-range v0.1.5
28372025-01-25T03:23:24.884Z Compiling idna v0.2.3
28382025-01-25T03:23:24.906Z Compiling zopfli v0.8.1
28392025-01-25T03:23:25.068Z Compiling ron v0.7.1
28402025-01-25T03:23:25.133Z Compiling sled v0.34.7
28412025-01-25T03:23:25.153Z Compiling pbkdf2 v0.11.0
28422025-01-25T03:23:25.543Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28432025-01-25T03:23:25.681Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28442025-01-25T03:23:26.196Z Compiling xz2 v0.1.7
28452025-01-25T03:23:26.489Z Compiling zone v0.1.8
28462025-01-25T03:23:26.657Z Compiling ssh-key v0.6.6
28472025-01-25T03:23:26.723Z Compiling hickory-client v0.24.1
28482025-01-25T03:23:27.599Z Compiling p256 v0.13.2
28492025-01-25T03:23:27.968Z Compiling p521 v0.13.3
28502025-01-25T03:23:28.106Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28512025-01-25T03:23:28.387Z Compiling hickory-server v0.24.1
28522025-01-25T03:23:29.115Z Compiling enum-as-inner v0.5.1
28532025-01-25T03:23:30.139Z Compiling pem v3.0.4
28542025-01-25T03:23:30.326Z Compiling yasna v0.5.2
28552025-01-25T03:23:30.889Z Compiling headers-core v0.3.0
28562025-01-25T03:23:30.911Z Compiling kstat-rs v0.2.4
28572025-01-25T03:23:31.069Z Compiling nanorand v0.7.0
28582025-01-25T03:23:31.355Z Compiling atty v0.2.14
28592025-01-25T03:23:31.487Z Compiling russh-cryptovec v0.7.3
28602025-01-25T03:23:31.530Z Compiling md5 v0.7.0
28612025-01-25T03:23:31.632Z Compiling flume v0.11.1
28622025-01-25T03:23:31.794Z Compiling rcgen v0.12.1
28632025-01-25T03:23:31.848Z Compiling headers v0.4.0
28642025-01-25T03:23:32.117Z Compiling russh-keys v0.45.0
28652025-01-25T03:23:32.244Z Compiling trust-dns-proto v0.22.0
28662025-01-25T03:23:32.247Z Compiling progenitor v0.8.0
28672025-01-25T03:23:32.512Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28682025-01-25T03:23:32.616Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28692025-01-25T03:23:33.074Z Compiling progenitor v0.9.1
28702025-01-25T03:23:33.321Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
28712025-01-25T03:23:33.617Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28722025-01-25T03:23:33.970Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28732025-01-25T03:23:34.022Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28742025-01-25T03:23:35.029Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
28752025-01-25T03:23:35.864Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28762025-01-25T03:23:36.635Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
28772025-01-25T03:23:38.717Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28782025-01-25T03:23:38.792Z Compiling hyper-staticfile v0.10.1
28792025-01-25T03:23:39.588Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28802025-01-25T03:23:39.854Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28812025-01-25T03:23:40.058Z Compiling num-bigint v0.4.6
28822025-01-25T03:23:40.446Z Compiling des v0.8.1
28832025-01-25T03:23:40.787Z Compiling subprocess v0.2.9
28842025-01-25T03:23:40.913Z Compiling display-error-chain v0.2.2
28852025-01-25T03:23:41.134Z Compiling hex-literal v0.4.1
28862025-01-25T03:23:41.322Z Compiling dhcproto-macros v0.1.0
28872025-01-25T03:23:41.634Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28882025-01-25T03:23:42.200Z Compiling dhcproto v0.12.0
28892025-01-25T03:23:42.416Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28902025-01-25T03:23:42.841Z Compiling russh v0.45.0
28912025-01-25T03:23:45.191Z Compiling internet-checksum v0.2.1
28922025-01-25T03:23:49.860Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28932025-01-25T03:23:49.863Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28942025-01-25T03:23:49.863Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28952025-01-25T03:23:49.863Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28962025-01-25T03:23:50.681Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28972025-01-25T03:23:52.664Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28982025-01-25T03:23:53.821Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28992025-01-25T03:23:54.081Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29002025-01-25T03:23:54.575Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29012025-01-25T03:23:54.877Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29022025-01-25T03:23:57.232Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29032025-01-25T03:23:57.478Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29042025-01-25T03:23:57.738Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29052025-01-25T03:23:58.532Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29062025-01-25T03:23:58.605Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29072025-01-25T03:23:58.801Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29082025-01-25T03:24:00.051Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29092025-01-25T03:24:00.911Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29102025-01-25T03:24:03.604Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29112025-01-25T03:24:03.675Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29122025-01-25T03:24:03.749Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29132025-01-25T03:24:04.011Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29142025-01-25T03:24:04.423Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29152025-01-25T03:24:06.877Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29162025-01-25T03:24:08.763Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29172025-01-25T03:24:08.824Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29182025-01-25T03:24:09.863Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29192025-01-25T03:24:10.610Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29202025-01-25T03:24:15.916Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29212025-01-25T03:24:24.092Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29222025-01-25T03:24:25.558Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29232025-01-25T03:24:47.444Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29242025-01-25T03:25:10.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
29252025-01-25T03:25:11.047Z
29262025-01-25T03:25:11.047Zreal 2:23.714240794
29272025-01-25T03:25:11.047Zuser 12:16.256663850
29282025-01-25T03:25:11.047Zsys 1:34.261747056
29292025-01-25T03:25:11.047Ztrap 0.368798758
29302025-01-25T03:25:11.047Ztflt 0.886338480
29312025-01-25T03:25:11.047Zdflt 0.948920525
29322025-01-25T03:25:11.047Zkflt 0.000034795
29332025-01-25T03:25:11.050Zlock 22:40.664940413
29342025-01-25T03:25:11.050Zslp 42:17.739432062
29352025-01-25T03:25:11.050Zlat 39.173939960
29362025-01-25T03:25:11.050Zstop 1:40.413154020
29372025-01-25T03:25:11.050Z+ mkdir tests
29382025-01-25T03:25:11.053Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29392025-01-25T03:25:11.053Z+ xargs -I '{}' -t cp '{}' tests/
29402025-01-25T03:25:11.096Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3c1647a15d602154 tests/
29412025-01-25T03:25:11.125Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f6c1a6af4980e51d tests/
29422025-01-25T03:25:11.150Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-fed48c1b04d74c13 tests/
29432025-01-25T03:25:11.176Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b20ef11e9b650c18 tests/
29442025-01-25T03:25:11.429Z+ 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/*)
29452025-01-25T03:25:11.432Z+ 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-f6c1a6af4980e51d tests/commtest-fed48c1b04d74c13 tests/dhcp_server-3c1647a15d602154 tests/end_to_end_tests-b20ef11e9b650c18 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
29462025-01-25T03:26:25.359ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29472025-01-25T03:26:25.359Za .github/buildomat/ci-env.sh 1K
29482025-01-25T03:26:25.359Za out/target/test 1K
29492025-01-25T03:26:25.359Za out/npuzone/npuzone 23144K
29502025-01-25T03:26:25.359Za package-manifest.toml 34K
29512025-01-25T03:26:25.359Za smf/sled-agent/non-gimlet/config.toml 4K
29522025-01-25T03:26:25.359Za target/release/omicron-package 36379K
29532025-01-25T03:26:25.359Za target/release/xtask 11911K
29542025-01-25T03:26:25.359Za target/debug/bootstrap 221460K
29552025-01-25T03:26:25.360Za tests/bootstrap-f6c1a6af4980e51d 24276K
29562025-01-25T03:26:25.360Za tests/commtest-fed48c1b04d74c13 24769K
29572025-01-25T03:26:25.360Za tests/dhcp_server-3c1647a15d602154 24276K
29582025-01-25T03:26:25.360Za tests/end_to_end_tests-b20ef11e9b650c18 282719K
29592025-01-25T03:26:25.360Za out/clickhouse.tar.gz 295205K
29602025-01-25T03:26:25.360Za out/clickhouse_keeper.tar.gz 282159K
29612025-01-25T03:26:25.360Za out/clickhouse_server.tar.gz 295194K
29622025-01-25T03:26:25.360Za out/cockroachdb.tar.gz 135128K
29632025-01-25T03:26:25.360Za out/crucible-dtrace.tar 96K
29642025-01-25T03:26:25.360Za out/crucible-pantry-zone.tar.gz 28547K
29652025-01-25T03:26:25.360Za out/crucible-zone.tar.gz 36827K
29662025-01-25T03:26:25.360Za out/external-dns.tar.gz 35770K
29672025-01-25T03:26:25.360Za out/internal-dns.tar.gz 35767K
29682025-01-25T03:26:25.360Za out/mg-ddm-gz.tar 63075K
29692025-01-25T03:26:25.360Za out/nexus.tar.gz 100263K
29702025-01-25T03:26:25.360Za out/ntp.tar.gz 10510K
29712025-01-25T03:26:25.360Za out/omicron-gateway-softnpu.tar.gz 24317K
29722025-01-25T03:26:25.360Za out/omicron-sled-agent.tar 114834K
29732025-01-25T03:26:25.360Za out/overlay.tar.gz 3K
29742025-01-25T03:26:25.360Za out/oximeter.tar.gz 48801K
29752025-01-25T03:26:25.360Za out/oxlog.tar 3154K
29762025-01-25T03:26:25.360Za out/probe.tar.gz 2764K
29772025-01-25T03:26:25.360Za out/propolis-server.tar.gz 66467K
29782025-01-25T03:26:25.360Za out/pumpkind-gz.tar 26665K
29792025-01-25T03:26:25.360Za out/switch-softnpu.tar.gz 236815K
29802025-01-25T03:26:25.363Z
29812025-01-25T03:26:25.363Zreal 1:13.917909241
29822025-01-25T03:26:25.363Zuser 1:10.559172239
29832025-01-25T03:26:25.363Zsys 4.750547247
29842025-01-25T03:26:25.363Ztrap 0.019360846
29852025-01-25T03:26:25.363Ztflt 0.000000000
29862025-01-25T03:26:25.363Zdflt 0.000000000
29872025-01-25T03:26:25.364Zkflt 0.000000000
29882025-01-25T03:26:25.364Zlock 0.000000000
29892025-01-25T03:26:25.364Zslp 1:10.338173266
29902025-01-25T03:26:25.364Zlat 2.162970612
29912025-01-25T03:26:25.364Zstop 0.000530547
29922025-01-25T03:26:25.364Zprocess exited: duration 1958538 ms, exit code 0
 
29932025-01-25T03:26:25.378Zfound 1 output files
29942025-01-25T03:26:25.378Zuploading: /work/package.tar.gz (1908860185 bytes)
29952025-01-25T03:27:02.427Zuploaded: /work/package.tar.gz