01JJ6JHV1NDC73ZCRV9603QDCN: 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: 01JJ6JJ7RRXZNVRCHHG7JG9S45

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-22T08:38:59.221Zjob assigned to worker 01JJ6JJE3A223JTETGYAMV3NW4 [factory aws, i-0a0f30f06b737e0dc] (queued for 1 m 9 s)
 
22025-01-22T08:39:06.630Zstarting task 0: "setup"
32025-01-22T08:39:06.641Z++ uname -s
42025-01-22T08:39:06.644Z+ kern=SunOS
52025-01-22T08:39:06.644Z+ case "$kern" in
62025-01-22T08:39:06.644Z+ groupadd -g 12345 build
72025-01-22T08:39:06.647Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-22T08:39:08.700Z+ zfs create -o mountpoint=/work rpool/work
92025-01-22T08:39:08.757Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-22T08:39:08.760Z+ home_fs=zfs
112025-01-22T08:39:08.760Z+ [[ zfs == autofs ]]
122025-01-22T08:39:08.760Z+ mkdir -p /home/build
132025-01-22T08:39:08.762Z+ chown build:build /home/build /work
142025-01-22T08:39:10.766Z+ chmod 0700 /home/build /work
152025-01-22T08:39:10.768Zprocess exited: duration 4137 ms, exit code 0
 
162025-01-22T08:39:10.773Zstarting task 1: "rust-toolchain"
172025-01-22T08:39:10.778Z+ printf ' * toolchain channel = "%s"
182025-01-22T08:39:10.778Z' 1.84.0
192025-01-22T08:39:10.778Z+ printf ' * toolchain profile = "%s"
202025-01-22T08:39:10.778Z * toolchain channel = "1.84.0"
212025-01-22T08:39:10.778Z' default
222025-01-22T08:39:10.778Z * toolchain profile = "default"
232025-01-22T08:39:10.781Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-22T08:39:10.781Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-22T08:39:10.909Zinfo: downloading installer
262025-01-22T08:39:12.493Zinfo: profile set to 'default'
272025-01-22T08:39:12.494Zinfo: default host triple is x86_64-unknown-illumos
282025-01-22T08:39:12.497Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-22T08:39:12.604Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-22T08:39:12.604Zinfo: downloading component 'cargo'
312025-01-22T08:39:13.471Zinfo: downloading component 'clippy'
322025-01-22T08:39:13.802Zinfo: downloading component 'rust-docs'
332025-01-22T08:39:14.994Zinfo: downloading component 'rust-std'
342025-01-22T08:39:16.755Zinfo: downloading component 'rustc'
352025-01-22T08:39:23.535Zinfo: downloading component 'rustfmt'
362025-01-22T08:39:23.787Zinfo: installing component 'cargo'
372025-01-22T08:39:24.625Zinfo: installing component 'clippy'
382025-01-22T08:39:25.004Zinfo: installing component 'rust-docs'
392025-01-22T08:39:26.692Zinfo: installing component 'rust-std'
402025-01-22T08:39:28.417Zinfo: installing component 'rustc'
412025-01-22T08:39:34.461Zinfo: installing component 'rustfmt'
422025-01-22T08:39:34.796Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-22T08:39:34.796Z
442025-01-22T08:39:35.254Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-22T08:39:35.254Z
462025-01-22T08:39:35.261Z
472025-01-22T08:39:35.261ZRust is installed now. Great!
482025-01-22T08:39:35.261Z
492025-01-22T08:39:35.261ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-22T08:39:35.261Zenvironment variable. This has not been done automatically.
512025-01-22T08:39:35.261Z
522025-01-22T08:39:35.261ZTo configure your current shell, you need to source
532025-01-22T08:39:35.261Zthe corresponding env file under $HOME/.cargo.
542025-01-22T08:39:35.261Z
552025-01-22T08:39:35.261ZThis is usually done by running one of the following (note the leading DOT):
562025-01-22T08:39:35.261Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-22T08:39:35.261Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-22T08:39:35.270Z+ rustc --version
592025-01-22T08:39:35.336Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-22T08:39:35.340Zprocess exited: duration 24563 ms, exit code 0
 
612025-01-22T08:39:35.345Zstarting task 2: "authentication"
622025-01-22T08:39:35.367Zprocess exited: duration 21 ms, exit code 0
 
632025-01-22T08:39:35.373Zstarting task 3: "clone repository"
642025-01-22T08:39:35.379Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-22T08:39:35.382Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-22T08:39:35.422ZCloning into '/work/oxidecomputer/omicron'...
672025-01-22T08:39:43.308Z+ cd /work/oxidecomputer/omicron
682025-01-22T08:39:43.311Z+ git fetch origin c583627edbddd33f0f1d5ea04e564af5c2579cf1
692025-01-22T08:39:43.632ZFrom https://github.com/oxidecomputer/omicron
702025-01-22T08:39:43.632Z * branch c583627edbddd33f0f1d5ea04e564af5c2579cf1 -> FETCH_HEAD
712025-01-22T08:39:43.643Z+ [[ -n renovate/anyhow-1.x-lockfile ]]
722025-01-22T08:39:43.646Z++ git branch --show-current
732025-01-22T08:39:43.649Z+ current=main
742025-01-22T08:39:43.649Z+ [[ main != renovate/anyhow-1.x-lockfile ]]
752025-01-22T08:39:43.649Z+ git branch -f renovate/anyhow-1.x-lockfile c583627edbddd33f0f1d5ea04e564af5c2579cf1
762025-01-22T08:39:43.651Z+ git checkout -f renovate/anyhow-1.x-lockfile
772025-01-22T08:39:43.705ZSwitched to branch 'renovate/anyhow-1.x-lockfile'
782025-01-22T08:39:43.708Z+ git reset --hard c583627edbddd33f0f1d5ea04e564af5c2579cf1
792025-01-22T08:39:43.762ZHEAD is now at c583627ed Update Rust crate anyhow to v1.0.95
802025-01-22T08:39:43.765Zprocess exited: duration 8388 ms, exit code 0
 
812025-01-22T08:39:43.775Zstarting task 4: "build"
822025-01-22T08:39:43.778Z+ source .github/buildomat/ci-env.sh
832025-01-22T08:39:43.782Z++ export CARGO_TERM_COLOR=always
842025-01-22T08:39:43.782Z++ CARGO_TERM_COLOR=always
852025-01-22T08:39:43.782Z+ cargo --version
862025-01-22T08:39:43.838Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-22T08:39:43.841Z+ rustc --version
882025-01-22T08:39:43.903Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-22T08:39:43.906Z+ WORK=/work
902025-01-22T08:39:43.906Z+ pfexec mkdir -p /work
912025-01-22T08:39:43.910Z+ pfexec chown build /work
922025-01-22T08:39:43.912Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932025-01-22T08:39:45.525Zpkg list: illegal option -- F
942025-01-22T08:39:45.525ZUsage:
952025-01-22T08:39:45.528Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
962025-01-22T08:39:45.528Z [pkg_fmri_pattern ...]
972025-01-22T08:39:46.393Zpkg list: illegal option -- F
982025-01-22T08:39:46.393ZUsage:
992025-01-22T08:39:46.396Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1002025-01-22T08:39:46.396Z [pkg_fmri_pattern ...]
1012025-01-22T08:39:52.163Z Startup: Refreshing catalog 'helios-dev' ... Done
1022025-01-22T08:39:56.349Z Startup: Caching catalogs ... Done
1032025-01-22T08:40:07.797ZPlanning: Solver setup ... Done (10.686s)
1042025-01-22T08:40:07.947ZPlanning: Running solver ... Done (0.150s)
1052025-01-22T08:40:08.060ZPlanning: Finding local manifests ... Done (0.007s)
1062025-01-22T08:40:08.529ZPlanning: Fetching manifests: 0/7 0% complete
1072025-01-22T08:40:09.349ZPlanning: Fetching manifests: 7/7 100% complete
1082025-01-22T08:40:09.459ZPlanning: Package planning ... Done (0.110s)
1092025-01-22T08:40:09.516ZPlanning: Merging actions ... Done (0.056s)
1102025-01-22T08:40:09.712ZPlanning: Checking for conflicting actions ... Done (0.196s)
1112025-01-22T08:40:11.762ZPlanning: Consolidating action changes ... Done (2.049s)
1122025-01-22T08:40:12.198ZPlanning: Evaluating mediators ... Done (0.436s)
1132025-01-22T08:40:12.280ZPlanning: Planning completed in 15.89 seconds
1142025-01-22T08:40:12.296Z Packages to install: 4
1152025-01-22T08:40:12.296Z Packages to update: 3
1162025-01-22T08:40:12.299Z Mediators to change: 2
1172025-01-22T08:40:12.299Z Services to change: 1
1182025-01-22T08:40:12.299Z Estimated space available: 155.61 GB
1192025-01-22T08:40:12.299ZEstimated space to be consumed: 1.64 GB
1202025-01-22T08:40:12.299Z Create boot environment: No
1212025-01-22T08:40:12.299ZCreate backup boot environment: Yes
1222025-01-22T08:40:12.299Z Rebuild boot archive: No
1232025-01-22T08:40:12.299Z
1242025-01-22T08:40:12.299ZChanged mediators:
1252025-01-22T08:40:12.299Z mediator clang:
1262025-01-22T08:40:12.299Z version: None -> 15 (system default)
1272025-01-22T08:40:12.299Z
1282025-01-22T08:40:12.299Z mediator llvm:
1292025-01-22T08:40:12.299Z version: 14 (system default) -> 15 (system default)
1302025-01-22T08:40:12.299Z
1312025-01-22T08:40:12.299ZChanged packages:
1322025-01-22T08:40:12.299Zhelios-dev
1332025-01-22T08:40:12.300Z developer/build-essential
1342025-01-22T08:40:12.300Z None -> 11-2.0
1352025-01-22T08:40:12.300Z library/libxmlsec1
1362025-01-22T08:40:12.300Z None -> 1.2.35-2.0
1372025-01-22T08:40:12.300Z ooce/developer/clang-15
1382025-01-22T08:40:12.300Z None -> 15.0.7-2.0
1392025-01-22T08:40:12.300Z ooce/developer/llvm-15
1402025-01-22T08:40:12.300Z None -> 15.0.7-2.0
1412025-01-22T08:40:12.300Z package/pkg
1422025-01-22T08:40:12.300Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1432025-01-22T08:40:12.300Z system/library/g++-runtime
1442025-01-22T08:40:12.301Z 13-2.0 -> 14-2.0
1452025-01-22T08:40:12.301Z system/library/gcc-runtime
1462025-01-22T08:40:12.301Z 13-2.0 -> 14-2.0
1472025-01-22T08:40:12.301Z
1482025-01-22T08:40:12.301ZServices:
1492025-01-22T08:40:12.301Z restart_fmri:
1502025-01-22T08:40:12.301Z svc:/system/update-man-index:default
1512025-01-22T08:40:12.301Z
1522025-01-22T08:40:12.301ZEditable files to change:
1532025-01-22T08:40:12.301Z Update:
1542025-01-22T08:40:12.301Z usr/share/lib/pkg/web/config.shtml
1552025-01-22T08:40:12.381Z
1562025-01-22T08:40:12.381ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1572025-01-22T08:40:17.423ZDownload: 368/4301 items 2.5/225.4MB 1% complete (490k/s)
1582025-01-22T08:40:22.410ZDownload: 1195/4301 items 83.5/225.4MB 37% complete (9.3M/s)
1592025-01-22T08:40:27.411ZDownload: 1354/4301 items 114.8/225.4MB 50% complete (11.2M/s)
1602025-01-22T08:40:32.418ZDownload: 1848/4301 items 118.5/225.4MB 52% complete (3.6M/s)
1612025-01-22T08:40:37.433ZDownload: 2225/4301 items 119.2/225.4MB 52% complete (450k/s)
1622025-01-22T08:40:42.423ZDownload: 3233/4301 items 171.4/225.4MB 76% complete (5.2M/s)
1632025-01-22T08:40:50.374ZDownload: 3247/4301 items 203.1/225.4MB 90% complete (8.4M/s)
1642025-01-22T08:40:56.710ZDownload: 3288/4301 items 212.6/225.4MB 94% complete (1.2M/s)
1652025-01-22T08:41:03.154ZDownload: 3289/4301 items 212.6/225.4MB 94% complete (1.2M/s)
1662025-01-22T08:41:08.333ZDownload: 4284/4301 items 223.2/225.4MB 99% complete (2.0M/s)
1672025-01-22T08:41:14.350ZDownload: 4295/4301 items 224.4/225.4MB 99% complete (2.1M/s)
1682025-01-22T08:41:20.756ZDownload: 4296/4301 items 224.8/225.4MB 99% complete (1.6M/s)
1692025-01-22T08:41:20.775ZDownload: Completed 225.42 MB in 68.39 seconds (3.3M/s)
1702025-01-22T08:41:22.887Z Actions: 1/5122 actions (Removing old actions)
1712025-01-22T08:41:22.911Z Actions: 194/5122 actions (Installing new actions)
1722025-01-22T08:41:27.689Z Actions: 4267/5122 actions (Updating modified actions)
1732025-01-22T08:41:28.032Z Actions: Completed 5122 actions in 5.14 seconds.
1742025-01-22T08:41:28.441Z Done (0.401s)
1752025-01-22T08:41:28.444Z Done (0.001s)
1762025-01-22T08:41:29.042Z Done (0.599s)
1772025-01-22T08:41:33.569Z Done (4.296s)
1782025-01-22T08:41:33.722Z Done (0.017s)
1792025-01-22T08:41:33.725Z Done (0.000s)
1802025-01-22T08:41:33.841Z Done (0.000s)
1812025-01-22T08:41:34.552ZPlanning: Evaluating mediator changes ... Done
1822025-01-22T08:41:34.718ZPlanning: Checking for conflicting actions ... Done
1832025-01-22T08:41:34.721ZPlanning: Consolidating action changes ... Done
1842025-01-22T08:41:34.988ZPlanning: Evaluating mediators ... Done
1852025-01-22T08:41:34.991ZPlanning: Planning completed in 0.44 seconds
1862025-01-22T08:41:35.028Z Mediators to change: 2
1872025-01-22T08:41:35.028Z Create boot environment: No
1882025-01-22T08:41:35.031ZCreate backup boot environment: No
1892025-01-22T08:41:35.126Z Done
1902025-01-22T08:41:35.126Z Done
1912025-01-22T08:41:35.492Z Done
1922025-01-22T08:41:39.140Z Done
1932025-01-22T08:41:39.235Z Done
1942025-01-22T08:41:39.238Z Done
1952025-01-22T08:41:39.382Z Done
1962025-01-22T08:41:40.000ZPlanning: Evaluating mediator changes ... Done
1972025-01-22T08:41:40.003ZPlanning: Merging actions ... Done
1982025-01-22T08:41:40.195ZPlanning: Checking for conflicting actions ... Done
1992025-01-22T08:41:40.198ZPlanning: Consolidating action changes ... Done
2002025-01-22T08:41:40.464ZPlanning: Evaluating mediators ... Done
2012025-01-22T08:41:40.520ZPlanning: Planning completed in 0.77 seconds
2022025-01-22T08:41:40.561Z Packages to change: 1
2032025-01-22T08:41:40.561Z Mediators to change: 1
2042025-01-22T08:41:40.564Z Services to change: 1
2052025-01-22T08:41:40.564Z Create boot environment: No
2062025-01-22T08:41:40.564ZCreate backup boot environment: Yes
2072025-01-22T08:41:42.828Z Actions: 1/6 actions (Updating modified actions)
2082025-01-22T08:41:42.831Z Actions: Completed 6 actions in 0.00 seconds.
2092025-01-22T08:41:42.831Z Done
2102025-01-22T08:41:42.831Z Done
2112025-01-22T08:41:42.948Z Done
2122025-01-22T08:41:46.640Z Done
2132025-01-22T08:41:46.732Z Done
2142025-01-22T08:41:46.736Z Done
2152025-01-22T08:41:46.872Z Done
2162025-01-22T08:41:47.309ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2172025-01-22T08:41:47.309Zclang system 15 system
2182025-01-22T08:41:47.309Zcsh system system illumos
2192025-01-22T08:41:47.309Zctags system system illumos
2202025-01-22T08:41:47.309Zgcc vendor 12 vendor
2212025-01-22T08:41:47.309Zgcc system 10 system
2222025-01-22T08:41:47.309Zgcc system 7 system
2232025-01-22T08:41:47.310Zgo system 1.20 system
2242025-01-22T08:41:47.310Zgo system 1.19 system
2252025-01-22T08:41:47.310Zllvm system 15 system
2262025-01-22T08:41:47.310Zllvm system 14 system
2272025-01-22T08:41:47.310Zmariadb system 10.6 system
2282025-01-22T08:41:47.310Zmta vendor vendor dma
2292025-01-22T08:41:47.310Zopenjdk system 17 system
2302025-01-22T08:41:47.310Zopenjdk system 11 system
2312025-01-22T08:41:47.310Zopenjdk system 1.8 system
2322025-01-22T08:41:47.310Zopenssl vendor 3 vendor
2332025-01-22T08:41:47.310Zperl system 5.36 system
2342025-01-22T08:41:47.310Zpostgresql system 15 system
2352025-01-22T08:41:47.310Zpostgresql system 13 system
2362025-01-22T08:41:47.310Zpython vendor 3 vendor
2372025-01-22T08:41:47.310Zpython system 2 system
2382025-01-22T08:41:47.310Zpython3 system 3.11 system
2392025-01-22T08:41:47.310Zruby system 3.0 system
2402025-01-22T08:41:47.310Zwords vendor vendor american-english
2412025-01-22T08:41:47.310Zwords system system australian-english
2422025-01-22T08:41:47.310Zwords system system british-english
2432025-01-22T08:41:47.310Zwords system system canadian-english
2442025-01-22T08:41:47.310Zwords system system french
2452025-01-22T08:41:47.310Zwords system system italian
2462025-01-22T08:41:47.310Zwords system system ngerman
2472025-01-22T08:41:47.310Zwords system system ogerman
2482025-01-22T08:41:47.310Zwords system system spanish
2492025-01-22T08:41:47.648ZPUBLISHER TYPE STATUS P LOCATION
2502025-01-22T08:41:47.648Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2512025-01-22T08:41:50.469ZFMRI IFO
2522025-01-22T08:41:50.469Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2532025-01-22T08:41:50.469Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2542025-01-22T08:41:50.469Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2552025-01-22T08:41:50.469Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2562025-01-22T08:41:50.469Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2572025-01-22T08:41:50.469Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2582025-01-22T08:41:50.469Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2592025-01-22T08:41:50.469Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2602025-01-22T08:41:50.469Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2612025-01-22T08:41:50.469Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2622025-01-22T08:41:50.469Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2632025-01-22T08:41:50.469Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2642025-01-22T08:41:50.469Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2652025-01-22T08:41:50.469Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2662025-01-22T08:41:50.469Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2672025-01-22T08:41:51.234Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2682025-01-22T08:41:51.580Z Updating crates.io index
2692025-01-22T08:41:51.682Z Updating git repository `https://github.com/oxidecomputer/diffus`
2702025-01-22T08:41:52.073Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2712025-01-22T08:41:52.575Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2722025-01-22T08:41:52.922Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2732025-01-22T08:41:53.235Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2742025-01-22T08:41:53.527Z Updating git repository `https://github.com/oxidecomputer/propolis`
2752025-01-22T08:41:54.430Z Updating git repository `https://github.com/oxidecomputer/crucible`
2762025-01-22T08:41:56.060Z Updating git repository `https://github.com/oxidecomputer/opte`
2772025-01-22T08:41:56.732Z Updating git repository `https://github.com/oxidecomputer/falcon`
2782025-01-22T08:41:57.498Z Updating git repository `https://github.com/oxidecomputer/clickward`
2792025-01-22T08:41:57.791Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2802025-01-22T08:41:58.118Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2812025-01-22T08:41:58.735Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2822025-01-22T08:41:59.110Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832025-01-22T08:41:59.463Z Updating git repository `https://github.com/oxidecomputer/tofino`
2842025-01-22T08:41:59.842Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2852025-01-22T08:42:00.066Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2862025-01-22T08:42:00.330Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2872025-01-22T08:42:00.637Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2882025-01-22T08:42:01.061Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2892025-01-22T08:42:01.419Z Updating git repository `https://github.com/oxidecomputer/ispf`
2902025-01-22T08:42:01.829Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2912025-01-22T08:42:02.107Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2922025-01-22T08:42:02.598Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2932025-01-22T08:42:02.918Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942025-01-22T08:42:03.370Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2952025-01-22T08:42:03.723Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2962025-01-22T08:42:04.033Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2972025-01-22T08:42:04.300Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2982025-01-22T08:42:04.555Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2992025-01-22T08:42:05.877Z Downloading crates ...
3002025-01-22T08:42:05.950Z Downloaded anstyle-query v1.1.1
3012025-01-22T08:42:05.959Z Downloaded anstyle v1.0.10
3022025-01-22T08:42:05.963Z Downloaded anstream v0.6.15
3032025-01-22T08:42:05.965Z Downloaded anyhow v1.0.95
3042025-01-22T08:42:05.968Z Downloaded autocfg v1.4.0
3052025-01-22T08:42:05.971Z Downloaded anstyle-parse v0.2.5
3062025-01-22T08:42:05.973Z Downloaded dtrace-parser v0.2.0
3072025-01-22T08:42:05.978Z Downloaded equivalent v1.0.1
3082025-01-22T08:42:06.009Z Downloaded usdt-macro v0.5.0
3092025-01-22T08:42:06.012Z Downloaded scroll_derive v0.12.0
3102025-01-22T08:42:06.019Z Downloaded pretty-hex v0.4.1
3112025-01-22T08:42:06.023Z Downloaded usdt-attr-macro v0.5.0
3122025-01-22T08:42:06.025Z Downloaded cargo-platform v0.1.8
3132025-01-22T08:42:06.025Z Downloaded bytecount v0.6.8
3142025-01-22T08:42:06.029Z Downloaded generic-array v0.14.7
3152025-01-22T08:42:06.032Z Downloaded fastrand v2.1.1
3162025-01-22T08:42:06.034Z Downloaded dof v0.3.0
3172025-01-22T08:42:06.034Z Downloaded heck v0.4.1
3182025-01-22T08:42:06.034Z Downloaded digest v0.10.7
3192025-01-22T08:42:06.038Z Downloaded crypto-common v0.1.6
3202025-01-22T08:42:06.038Z Downloaded fs-err v2.11.0
3212025-01-22T08:42:06.041Z Downloaded errno v0.3.9
3222025-01-22T08:42:06.041Z Downloaded clap_lex v0.7.2
3232025-01-22T08:42:06.041Z Downloaded colorchoice v1.0.2
3242025-01-22T08:42:06.044Z Downloaded camino-tempfile v1.1.1
3252025-01-22T08:42:06.044Z Downloaded plain v0.2.3
3262025-01-22T08:42:06.047Z Downloaded itoa v1.0.11
3272025-01-22T08:42:06.047Z Downloaded cfg-if v1.0.0
3282025-01-22T08:42:06.047Z Downloaded cpufeatures v0.2.14
3292025-01-22T08:42:06.049Z Downloaded swrite v0.1.0
3302025-01-22T08:42:06.052Z Downloaded proc-macro-error-attr v1.0.4
3312025-01-22T08:42:06.052Z Downloaded heck v0.5.0
3322025-01-22T08:42:06.057Z Downloaded toml_datetime v0.6.8
3332025-01-22T08:42:06.060Z Downloaded pest_generator v2.7.14
3342025-01-22T08:42:06.060Z Downloaded thiserror v1.0.69
3352025-01-22T08:42:06.066Z Downloaded smawk v0.3.2
3362025-01-22T08:42:06.069Z Downloaded scroll v0.12.0
3372025-01-22T08:42:06.069Z Downloaded is_terminal_polyfill v1.70.1
3382025-01-22T08:42:06.069Z Downloaded serde_tokenstream v0.2.2
3392025-01-22T08:42:06.069Z Downloaded version_check v0.9.5
3402025-01-22T08:42:06.074Z Downloaded thiserror-impl v1.0.69
3412025-01-22T08:42:06.077Z Downloaded macaddr v1.0.1
3422025-01-22T08:42:06.080Z Downloaded thread-id v4.2.2
3432025-01-22T08:42:06.083Z Downloaded usdt-impl v0.5.0
3442025-01-22T08:42:06.087Z Downloaded tabled_derive v0.7.0
3452025-01-22T08:42:06.087Z Downloaded memmap v0.7.0
3462025-01-22T08:42:06.090Z Downloaded utf8parse v0.2.2
3472025-01-22T08:42:06.092Z Downloaded usdt v0.5.0
3482025-01-22T08:42:06.093Z Downloaded block-buffer v0.10.4
3492025-01-22T08:42:06.095Z Downloaded unicode-linebreak v0.1.5
3502025-01-22T08:42:06.098Z Downloaded clap_derive v4.5.18
3512025-01-22T08:42:06.101Z Downloaded fnv v1.0.7
3522025-01-22T08:42:06.104Z Downloaded cargo_toml v0.20.5
3532025-01-22T08:42:06.104Z Downloaded cargo_metadata v0.18.1
3542025-01-22T08:42:06.106Z Downloaded byteorder v1.5.0
3552025-01-22T08:42:06.106Z Downloaded serde_spanned v0.6.8
3562025-01-22T08:42:06.109Z Downloaded proc-macro-error v1.0.4
3572025-01-22T08:42:06.112Z Downloaded camino v1.1.9
3582025-01-22T08:42:06.112Z Downloaded quote v1.0.38
3592025-01-22T08:42:06.131Z Downloaded sha2 v0.10.8
3602025-01-22T08:42:06.135Z Downloaded terminal_size v0.4.0
3612025-01-22T08:42:06.141Z Downloaded semver v1.0.24
3622025-01-22T08:42:06.145Z Downloaded zerocopy-derive v0.7.35
3632025-01-22T08:42:06.149Z Downloaded strsim v0.11.1
3642025-01-22T08:42:06.151Z Downloaded ryu v1.0.18
3652025-01-22T08:42:06.156Z Downloaded pest_meta v2.7.14
3662025-01-22T08:42:06.158Z Downloaded log v0.4.22
3672025-01-22T08:42:06.158Z Downloaded toml v0.8.19
3682025-01-22T08:42:06.161Z Downloaded bitflags v2.6.0
3692025-01-22T08:42:06.164Z Downloaded ucd-trie v0.1.7
3702025-01-22T08:42:06.166Z Downloaded textwrap v0.16.1
3712025-01-22T08:42:06.169Z Downloaded unicode-ident v1.0.14
3722025-01-22T08:42:06.171Z Downloaded typenum v1.17.0
3732025-01-22T08:42:06.174Z Downloaded tempfile v3.13.0
3742025-01-22T08:42:06.176Z Downloaded once_cell v1.20.2
3752025-01-22T08:42:06.179Z Downloaded pest_derive v2.7.14
3762025-01-22T08:42:06.179Z Downloaded clap v4.5.21
3772025-01-22T08:42:06.188Z Downloaded papergrid v0.11.0
3782025-01-22T08:42:06.192Z Downloaded proc-macro2 v1.0.92
3792025-01-22T08:42:06.198Z Downloaded serde_derive v1.0.217
3802025-01-22T08:42:06.206Z Downloaded serde v1.0.217
3812025-01-22T08:42:06.232Z Downloaded indexmap v2.7.0
3822025-01-22T08:42:06.237Z Downloaded memchr v2.7.4
3832025-01-22T08:42:06.243Z Downloaded toml_edit v0.22.22
3842025-01-22T08:42:06.274Z Downloaded pest v2.7.14
3852025-01-22T08:42:06.284Z Downloaded hashbrown v0.15.1
3862025-01-22T08:42:06.294Z Downloaded zerocopy v0.7.35
3872025-01-22T08:42:06.308Z Downloaded winnow v0.6.20
3882025-01-22T08:42:06.316Z Downloaded serde_json v1.0.135
3892025-01-22T08:42:06.322Z Downloaded tabled v0.15.0
3902025-01-22T08:42:06.335Z Downloaded goblin v0.8.2
3912025-01-22T08:42:06.342Z Downloaded unicode-width v0.1.14
3922025-01-22T08:42:06.346Z Downloaded clap_builder v4.5.21
3932025-01-22T08:42:06.362Z Downloaded syn v1.0.109
3942025-01-22T08:42:06.373Z Downloaded syn v2.0.96
3952025-01-22T08:42:06.384Z Downloaded rustix v0.38.37
3962025-01-22T08:42:06.486Z Downloaded libc v0.2.169
3972025-01-22T08:42:06.725Z Compiling proc-macro2 v1.0.92
3982025-01-22T08:42:06.725Z Compiling unicode-ident v1.0.14
3992025-01-22T08:42:06.725Z Compiling serde v1.0.217
4002025-01-22T08:42:06.728Z Compiling version_check v0.9.5
4012025-01-22T08:42:06.728Z Compiling memchr v2.7.4
4022025-01-22T08:42:06.728Z Compiling thiserror v1.0.69
4032025-01-22T08:42:06.761Z Compiling libc v0.2.169
4042025-01-22T08:42:06.764Z Compiling ryu v1.0.18
4052025-01-22T08:42:07.018Z Compiling ucd-trie v0.1.7
4062025-01-22T08:42:07.179Z Compiling itoa v1.0.11
4072025-01-22T08:42:07.419Z Compiling once_cell v1.20.2
4082025-01-22T08:42:07.618Z Compiling byteorder v1.5.0
4092025-01-22T08:42:07.623Z Compiling rustix v0.38.37
4102025-01-22T08:42:07.783Z Compiling serde_json v1.0.135
4112025-01-22T08:42:08.005Z Compiling bitflags v2.6.0
4122025-01-22T08:42:08.146Z Compiling usdt-impl v0.5.0
4132025-01-22T08:42:08.376Z Compiling proc-macro-error-attr v1.0.4
4142025-01-22T08:42:08.406Z Compiling syn v1.0.109
4152025-01-22T08:42:08.431Z Compiling proc-macro-error v1.0.4
4162025-01-22T08:42:08.535Z Compiling hashbrown v0.15.1
4172025-01-22T08:42:08.589Z Compiling quote v1.0.38
4182025-01-22T08:42:08.730Z Compiling camino v1.1.9
4192025-01-22T08:42:08.746Z Compiling plain v0.2.3
4202025-01-22T08:42:08.934Z Compiling errno v0.3.9
4212025-01-22T08:42:08.963Z Compiling syn v2.0.96
4222025-01-22T08:42:09.069Z Compiling log v0.4.22
4232025-01-22T08:42:09.266Z Compiling thread-id v4.2.2
4242025-01-22T08:42:09.297Z Compiling utf8parse v0.2.2
4252025-01-22T08:42:09.326Z Compiling equivalent v1.0.1
4262025-01-22T08:42:09.458Z Compiling anstyle-parse v0.2.5
4272025-01-22T08:42:09.583Z Compiling indexmap v2.7.0
4282025-01-22T08:42:09.611Z Compiling anstyle-query v1.1.1
4292025-01-22T08:42:09.838Z Compiling colorchoice v1.0.2
4302025-01-22T08:42:09.847Z Compiling winnow v0.6.20
4312025-01-22T08:42:09.847Z Compiling unicode-width v0.1.14
4322025-01-22T08:42:09.932Z Compiling anstyle v1.0.10
4332025-01-22T08:42:10.113Z Compiling semver v1.0.24
4342025-01-22T08:42:10.374Z Compiling is_terminal_polyfill v1.70.1
4352025-01-22T08:42:10.404Z Compiling pretty-hex v0.4.1
4362025-01-22T08:42:10.513Z Compiling autocfg v1.4.0
4372025-01-22T08:42:10.650Z Compiling anstream v0.6.15
4382025-01-22T08:42:10.842Z Compiling cfg-if v1.0.0
4392025-01-22T08:42:10.955Z Compiling heck v0.5.0
4402025-01-22T08:42:10.961Z Compiling strsim v0.11.1
4412025-01-22T08:42:11.324Z Compiling terminal_size v0.4.0
4422025-01-22T08:42:11.392Z Compiling anyhow v1.0.95
4432025-01-22T08:42:11.477Z Compiling fs-err v2.11.0
4442025-01-22T08:42:11.764Z Compiling bytecount v0.6.8
4452025-01-22T08:42:11.769Z Compiling fnv v1.0.7
4462025-01-22T08:42:11.841Z Compiling heck v0.4.1
4472025-01-22T08:42:11.933Z Compiling clap_lex v0.7.2
4482025-01-22T08:42:11.976Z Compiling fastrand v2.1.1
4492025-01-22T08:42:12.074Z Compiling papergrid v0.11.0
4502025-01-22T08:42:12.379Z Compiling tempfile v3.13.0
4512025-01-22T08:42:12.442Z Compiling clap_builder v4.5.21
4522025-01-22T08:42:12.672Z Compiling memmap v0.7.0
4532025-01-22T08:42:12.903Z Compiling smawk v0.3.2
4542025-01-22T08:42:13.024Z Compiling unicode-linebreak v0.1.5
4552025-01-22T08:42:13.186Z Compiling swrite v0.1.0
4562025-01-22T08:42:13.533Z Compiling textwrap v0.16.1
4572025-01-22T08:42:14.291Z Compiling tabled_derive v0.7.0
4582025-01-22T08:42:15.739Z Compiling tabled v0.15.0
4592025-01-22T08:42:15.823Z Compiling serde_derive v1.0.217
4602025-01-22T08:42:15.823Z Compiling thiserror-impl v1.0.69
4612025-01-22T08:42:15.829Z Compiling zerocopy-derive v0.7.35
4622025-01-22T08:42:15.829Z Compiling scroll_derive v0.12.0
4632025-01-22T08:42:15.829Z Compiling clap_derive v4.5.18
4642025-01-22T08:42:17.150Z Compiling scroll v0.12.0
4652025-01-22T08:42:17.706Z Compiling goblin v0.8.2
4662025-01-22T08:42:17.777Z Compiling zerocopy v0.7.35
4672025-01-22T08:42:18.722Z Compiling pest v2.7.14
4682025-01-22T08:42:19.647Z Compiling clap v4.5.21
4692025-01-22T08:42:20.954Z Compiling pest_meta v2.7.14
4702025-01-22T08:42:21.881Z Compiling pest_generator v2.7.14
4712025-01-22T08:42:23.325Z Compiling pest_derive v2.7.14
4722025-01-22T08:42:23.895Z Compiling dtrace-parser v0.2.0
4732025-01-22T08:42:24.789Z Compiling serde_spanned v0.6.8
4742025-01-22T08:42:24.792Z Compiling toml_datetime v0.6.8
4752025-01-22T08:42:24.792Z Compiling cargo-platform v0.1.8
4762025-01-22T08:42:25.147Z Compiling serde_tokenstream v0.2.2
4772025-01-22T08:42:25.212Z Compiling toml_edit v0.22.22
4782025-01-22T08:42:25.245Z Compiling macaddr v1.0.1
4792025-01-22T08:42:25.412Z Compiling camino-tempfile v1.1.1
4802025-01-22T08:42:26.302Z Compiling dof v0.3.0
4812025-01-22T08:42:26.302Z Compiling cargo_metadata v0.18.1
4822025-01-22T08:42:27.808Z Compiling usdt-macro v0.5.0
4832025-01-22T08:42:27.835Z Compiling usdt-attr-macro v0.5.0
4842025-01-22T08:42:27.910Z Compiling toml v0.8.19
4852025-01-22T08:42:28.795Z Compiling cargo_toml v0.20.5
4862025-01-22T08:42:29.120Z Compiling usdt v0.5.0
4872025-01-22T08:42:31.513Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4882025-01-22T08:42:34.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.70s
4892025-01-22T08:42:34.990Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4902025-01-22T08:42:35.514Z Downloading crates ...
4912025-01-22T08:42:35.638Z Downloaded array-init v0.0.4
4922025-01-22T08:42:35.641Z Downloaded aead v0.5.2
4932025-01-22T08:42:35.644Z Downloaded addr2line v0.24.2
4942025-01-22T08:42:35.647Z Downloaded arrayvec v0.7.6
4952025-01-22T08:42:35.650Z Downloaded assert_matches v1.5.0
4962025-01-22T08:42:35.653Z Downloaded adler2 v2.0.0
4972025-01-22T08:42:35.653Z Downloaded async-stream v0.3.6
4982025-01-22T08:42:35.655Z Downloaded hubpack_derive v0.1.1
4992025-01-22T08:42:35.658Z Downloaded async-bb8-diesel v0.2.1
5002025-01-22T08:42:35.658Z Downloaded ascii-canvas v3.0.0
5012025-01-22T08:42:35.661Z Downloaded arrayref v0.3.9
5022025-01-22T08:42:35.661Z Downloaded allocator-api2 v0.2.18
5032025-01-22T08:42:35.665Z Downloaded ahash v0.8.11
5042025-01-22T08:42:35.669Z Downloaded arc-swap v1.7.1
5052025-01-22T08:42:35.673Z Downloaded http-range v0.1.5
5062025-01-22T08:42:35.676Z Downloaded argon2 v0.5.3
5072025-01-22T08:42:35.678Z Downloaded instant v0.1.13
5082025-01-22T08:42:35.678Z Downloaded aho-corasick v1.1.3
5092025-01-22T08:42:35.683Z Downloaded aes-gcm v0.10.3
5102025-01-22T08:42:35.687Z Downloaded aes v0.8.4
5112025-01-22T08:42:35.693Z Downloaded mirai-annotations v1.12.0
5122025-01-22T08:42:35.696Z Downloaded base64ct v1.6.0
5132025-01-22T08:42:35.696Z Downloaded match_cfg v0.1.0
5142025-01-22T08:42:35.696Z Downloaded is_ci v1.2.0
5152025-01-22T08:42:35.699Z Downloaded atomicwrites v0.4.4
5162025-01-22T08:42:35.699Z Downloaded atomic-waker v1.1.2
5172025-01-22T08:42:35.702Z Downloaded icu_provider_macros v1.5.0
5182025-01-22T08:42:35.702Z Downloaded async-stream-impl v0.3.6
5192025-01-22T08:42:35.702Z Downloaded ident_case v1.0.1
5202025-01-22T08:42:35.704Z Downloaded async-recursion v1.1.1
5212025-01-22T08:42:35.707Z Downloaded heck v0.3.3
5222025-01-22T08:42:35.710Z Downloaded aws-lc-rs v1.10.0
5232025-01-22T08:42:35.718Z Downloaded atty v0.2.14
5242025-01-22T08:42:35.721Z Downloaded humantime v2.1.0
5252025-01-22T08:42:35.724Z Downloaded hubpack v0.1.2
5262025-01-22T08:42:35.724Z Downloaded hostname v0.4.0
5272025-01-22T08:42:35.726Z Downloaded http-body v1.0.1
5282025-01-22T08:42:35.726Z Downloaded hex-literal v0.4.1
5292025-01-22T08:42:35.730Z Downloaded hostname v0.3.1
5302025-01-22T08:42:35.734Z Downloaded lazy_static v1.5.0
5312025-01-22T08:42:35.734Z Downloaded indent_write v2.2.0
5322025-01-22T08:42:35.738Z Downloaded lru-cache v0.1.2
5332025-01-22T08:42:35.738Z Downloaded keccak v0.1.5
5342025-01-22T08:42:35.738Z Downloaded instability v0.3.2
5352025-01-22T08:42:35.741Z Downloaded home v0.5.9
5362025-01-22T08:42:35.741Z Downloaded inout v0.1.3
5372025-01-22T08:42:35.741Z Downloaded idna_adapter v1.2.0
5382025-01-22T08:42:35.744Z Downloaded managed v0.8.0
5392025-01-22T08:42:35.744Z Downloaded ciborium-io v0.2.2
5402025-01-22T08:42:35.747Z Downloaded lazycell v1.3.0
5412025-01-22T08:42:35.747Z Downloaded hyper-tls v0.6.0
5422025-01-22T08:42:35.751Z Downloaded cfg_aliases v0.2.1
5432025-01-22T08:42:35.751Z Downloaded cfg_aliases v0.1.1
5442025-01-22T08:42:35.751Z Downloaded impl-trait-for-tuples v0.2.2
5452025-01-22T08:42:35.759Z Downloaded md-5 v0.10.6
5462025-01-22T08:42:35.762Z Downloaded maybe-uninit v2.0.0
5472025-01-22T08:42:35.762Z Downloaded linear-map v1.2.0
5482025-01-22T08:42:35.762Z Downloaded crunchy v0.2.2
5492025-01-22T08:42:35.762Z Downloaded chrono-tz-build v0.4.0
5502025-01-22T08:42:35.762Z Downloaded http-body-util v0.1.2
5512025-01-22T08:42:35.762Z Downloaded hex v0.4.3
5522025-01-22T08:42:35.765Z Downloaded heapless v0.8.0
5532025-01-22T08:42:35.769Z Downloaded progenitor-client v0.9.1
5542025-01-22T08:42:35.771Z Downloaded mockall v0.13.0
5552025-01-22T08:42:35.772Z Downloaded memoffset v0.9.1
5562025-01-22T08:42:35.772Z Downloaded lru v0.12.5
5572025-01-22T08:42:35.774Z Downloaded md5 v0.7.0
5582025-01-22T08:42:35.774Z Downloaded bitflags v1.3.2
5592025-01-22T08:42:35.779Z Downloaded httpdate v1.0.3
5602025-01-22T08:42:35.782Z Downloaded hickory-client v0.24.2
5612025-01-22T08:42:35.786Z Downloaded libefi-sys v0.1.0
5622025-01-22T08:42:35.786Z Downloaded lalrpop-util v0.19.12
5632025-01-22T08:42:35.786Z Downloaded bit-vec v0.6.3
5642025-01-22T08:42:35.789Z Downloaded crc v3.2.1
5652025-01-22T08:42:35.792Z Downloaded cexpr v0.6.0
5662025-01-22T08:42:35.792Z Downloaded castaway v0.2.3
5672025-01-22T08:42:35.794Z Downloaded sigpipe v0.1.3
5682025-01-22T08:42:35.794Z Downloaded jobserver v0.1.32
5692025-01-22T08:42:35.799Z Downloaded icu_locid_transform v1.5.0
5702025-01-22T08:42:35.802Z Downloaded litemap v0.7.3
5712025-01-22T08:42:35.805Z Downloaded crc-catalog v2.4.0
5722025-01-22T08:42:35.805Z Downloaded mime_guess v2.0.5
5732025-01-22T08:42:35.807Z Downloaded convert_case v0.4.0
5742025-01-22T08:42:35.808Z Downloaded chacha20 v0.9.1
5752025-01-22T08:42:35.812Z Downloaded cmake v0.1.51
5762025-01-22T08:42:35.812Z Downloaded ipnet v2.10.1
5772025-01-22T08:42:35.812Z Downloaded hyper-staticfile v0.10.1
5782025-01-22T08:42:35.815Z Downloaded crossbeam-deque v0.8.5
5792025-01-22T08:42:35.818Z Downloaded const_format_proc_macros v0.2.33
5802025-01-22T08:42:35.821Z Downloaded multer v3.1.0
5812025-01-22T08:42:35.824Z Downloaded lock_api v0.4.12
5822025-01-22T08:42:35.824Z Downloaded ctr v0.9.2
5832025-01-22T08:42:35.827Z Downloaded slog-stdlog v4.1.1
5842025-01-22T08:42:35.830Z Downloaded serde_urlencoded v0.7.1
5852025-01-22T08:42:35.830Z Downloaded scopeguard v1.2.0
5862025-01-22T08:42:35.834Z Downloaded rustversion v1.0.17
5872025-01-22T08:42:35.834Z Downloaded rtoolbox v0.0.2
5882025-01-22T08:42:35.838Z Downloaded want v0.3.1
5892025-01-22T08:42:35.838Z Downloaded bzip2 v0.4.4
5902025-01-22T08:42:35.841Z Downloaded foreign-types v0.3.2
5912025-01-22T08:42:35.841Z Downloaded cipher v0.4.4
5922025-01-22T08:42:35.841Z Downloaded bcs v0.1.6
5932025-01-22T08:42:35.845Z Downloaded strip-ansi-escapes v0.2.0
5942025-01-22T08:42:35.848Z Downloaded ciborium v0.2.2
5952025-01-22T08:42:35.848Z Downloaded tap v1.0.1
5962025-01-22T08:42:35.850Z Downloaded stable_deref_trait v1.2.0
5972025-01-22T08:42:35.850Z Downloaded termios v0.3.3
5982025-01-22T08:42:35.853Z Downloaded console v0.15.8
5992025-01-22T08:42:35.856Z Downloaded icu_locid_transform_data v1.5.0
6002025-01-22T08:42:35.860Z Downloaded headers-core v0.3.0
6012025-01-22T08:42:35.860Z Downloaded float-ord v0.3.2
6022025-01-22T08:42:35.860Z Downloaded slog-json v2.6.1
6032025-01-22T08:42:35.863Z Downloaded icu_normalizer_data v1.5.0
6042025-01-22T08:42:35.866Z Downloaded icu_locid v1.5.0
6052025-01-22T08:42:35.870Z Downloaded csv-core v0.1.11
6062025-01-22T08:42:35.873Z Downloaded icu_normalizer v1.5.0
6072025-01-22T08:42:35.876Z Downloaded phf_shared v0.10.0
6082025-01-22T08:42:35.876Z Downloaded peg-runtime v0.8.3
6092025-01-22T08:42:35.878Z Downloaded precomputed-hash v0.1.1
6102025-01-22T08:42:35.878Z Downloaded num-iter v0.1.45
6112025-01-22T08:42:35.881Z Downloaded foreign-types v0.5.0
6122025-01-22T08:42:35.881Z Downloaded xz2 v0.1.7
6132025-01-22T08:42:35.885Z Downloaded xattr v1.3.1
6142025-01-22T08:42:35.885Z Downloaded semver v0.1.20
6152025-01-22T08:42:35.888Z Downloaded blake2 v0.10.6
6162025-01-22T08:42:35.888Z Downloaded topological-sort v0.2.2
6172025-01-22T08:42:35.891Z Downloaded clang-sys v1.8.1
6182025-01-22T08:42:35.894Z Downloaded tui-tree-widget v0.22.0
6192025-01-22T08:42:35.894Z Downloaded colored v2.1.0
6202025-01-22T08:42:35.898Z Downloaded tinystr v0.7.6
6212025-01-22T08:42:35.898Z Downloaded tiny-keccak v2.0.2
6222025-01-22T08:42:35.901Z Downloaded zeroize_derive v1.4.2
6232025-01-22T08:42:35.904Z Downloaded base64 v0.13.1
6242025-01-22T08:42:35.909Z Downloaded progenitor-client v0.8.0
6252025-01-22T08:42:35.909Z Downloaded deranged v0.3.11
6262025-01-22T08:42:35.913Z Downloaded const-oid v0.9.6
6272025-01-22T08:42:35.913Z Downloaded data-encoding v2.6.0
6282025-01-22T08:42:35.913Z Downloaded slog-scope v4.4.0
6292025-01-22T08:42:35.916Z Downloaded hmac v0.12.1
6302025-01-22T08:42:35.916Z Downloaded float-cmp v0.9.0
6312025-01-22T08:42:35.919Z Downloaded foreign-types-macros v0.2.3
6322025-01-22T08:42:35.919Z Downloaded foldhash v0.1.3
6332025-01-22T08:42:35.922Z Downloaded embedded-io v0.6.1
6342025-01-22T08:42:35.922Z Downloaded embedded-io v0.4.0
6352025-01-22T08:42:35.925Z Downloaded tower-service v0.3.3
6362025-01-22T08:42:35.925Z Downloaded time-core v0.1.2
6372025-01-22T08:42:35.928Z Downloaded crossbeam-utils v0.8.20
6382025-01-22T08:42:35.928Z Downloaded unarray v0.1.4
6392025-01-22T08:42:35.932Z Downloaded zone_cfg_derive v0.3.0
6402025-01-22T08:42:35.932Z Downloaded phf_codegen v0.11.2
6412025-01-22T08:42:35.935Z Downloaded phf_generator v0.11.2
6422025-01-22T08:42:35.935Z Downloaded phf v0.11.2
6432025-01-22T08:42:35.935Z Downloaded icu_provider v1.5.0
6442025-01-22T08:42:35.938Z Downloaded predicates v3.1.2
6452025-01-22T08:42:35.941Z Downloaded indexmap v1.9.3
6462025-01-22T08:42:35.944Z Downloaded endian-type v0.1.2
6472025-01-22T08:42:35.947Z Downloaded sync-ptr v0.1.1
6482025-01-22T08:42:35.947Z Downloaded bytes v1.9.0
6492025-01-22T08:42:35.950Z Downloaded yoke-derive v0.7.4
6502025-01-22T08:42:35.954Z Downloaded downcast v0.11.0
6512025-01-22T08:42:35.957Z Downloaded rfc6979 v0.4.0
6522025-01-22T08:42:35.957Z Downloaded num v0.4.3
6532025-01-22T08:42:35.957Z Downloaded rusty-fork v0.3.0
6542025-01-22T08:42:35.959Z Downloaded sha1 v0.10.6
6552025-01-22T08:42:35.959Z Downloaded schemars_derive v0.8.21
6562025-01-22T08:42:35.963Z Downloaded slog-term v2.9.1
6572025-01-22T08:42:35.966Z Downloaded base64 v0.21.7
6582025-01-22T08:42:35.968Z Downloaded num_threads v0.1.7
6592025-01-22T08:42:35.970Z Downloaded scrypt v0.11.0
6602025-01-22T08:42:35.974Z Downloaded radium v0.7.0
6612025-01-22T08:42:35.974Z Downloaded slab v0.4.9
6622025-01-22T08:42:35.977Z Downloaded string_cache v0.8.7
6632025-01-22T08:42:35.977Z Downloaded progenitor-impl v0.8.0
6642025-01-22T08:42:35.979Z Downloaded siphasher v0.3.11
6652025-01-22T08:42:35.982Z Downloaded pretty-hex v0.2.1
6662025-01-22T08:42:35.982Z Downloaded thiserror-impl-no-std v2.0.2
6672025-01-22T08:42:35.982Z Downloaded num-integer v0.1.46
6682025-01-22T08:42:35.985Z Downloaded stringprep v0.1.5
6692025-01-22T08:42:35.988Z Downloaded utf8_iter v1.0.4
6702025-01-22T08:42:35.988Z Downloaded num-rational v0.4.2
6712025-01-22T08:42:35.990Z Downloaded thiserror-no-std v2.0.2
6722025-01-22T08:42:35.993Z Downloaded hyper-util v0.1.10
6732025-01-22T08:42:35.998Z Downloaded indicatif v0.17.9
6742025-01-22T08:42:36.002Z Downloaded serde-big-array v0.5.1
6752025-01-22T08:42:36.005Z Downloaded base64 v0.22.1
6762025-01-22T08:42:36.008Z Downloaded either v1.13.0
6772025-01-22T08:42:36.010Z Downloaded supports-color v3.0.1
6782025-01-22T08:42:36.013Z Downloaded subtle v2.6.1
6792025-01-22T08:42:36.013Z Downloaded dropshot_endpoint v0.15.1
6802025-01-22T08:42:36.016Z Downloaded try-lock v0.2.5
6812025-01-22T08:42:36.019Z Downloaded termtree v0.4.1
6822025-01-22T08:42:36.019Z Downloaded untrusted v0.7.1
6832025-01-22T08:42:36.022Z Downloaded chacha20poly1305 v0.10.1
6842025-01-22T08:42:36.022Z Downloaded enum-as-inner v0.6.1
6852025-01-22T08:42:36.025Z Downloaded num_enum_derive v0.5.11
6862025-01-22T08:42:36.027Z Downloaded ghash v0.5.1
6872025-01-22T08:42:36.027Z Downloaded compact_str v0.8.0
6882025-01-22T08:42:36.030Z Downloaded wyz v0.5.1
6892025-01-22T08:42:36.033Z Downloaded poly1305 v0.8.0
6902025-01-22T08:42:36.035Z Downloaded progenitor-macro v0.9.1
6912025-01-22T08:42:36.035Z Downloaded pbkdf2 v0.12.2
6922025-01-22T08:42:36.037Z Downloaded thread_local v1.1.8
6932025-01-22T08:42:36.040Z Downloaded vte v0.11.1
6942025-01-22T08:42:36.043Z Downloaded quinn-udp v0.5.5
6952025-01-22T08:42:36.043Z Downloaded hickory-resolver v0.24.2
6962025-01-22T08:42:36.047Z Downloaded group v0.13.0
6972025-01-22T08:42:36.049Z Downloaded pem v3.0.4
6982025-01-22T08:42:36.052Z Downloaded peg v0.8.4
6992025-01-22T08:42:36.065Z Downloaded opaque-debug v0.3.1
7002025-01-22T08:42:36.068Z Downloaded minimal-lexical v0.2.1
7012025-01-22T08:42:36.072Z Downloaded hickory-server v0.24.2
7022025-01-22T08:42:36.077Z Downloaded diesel_table_macro_syntax v0.2.0
7032025-01-22T08:42:36.080Z Downloaded zone v0.3.0
7042025-01-22T08:42:36.080Z Downloaded funty v2.0.0
7052025-01-22T08:42:36.080Z Downloaded which v4.4.2
7062025-01-22T08:42:36.083Z Downloaded untrusted v0.9.0
7072025-01-22T08:42:36.085Z Downloaded half v2.4.1
7082025-01-22T08:42:36.088Z Downloaded nu-ansi-term v0.50.1
7092025-01-22T08:42:36.091Z Downloaded crypto-bigint v0.5.5
7102025-01-22T08:42:36.097Z Downloaded sqlformat v0.2.6
7112025-01-22T08:42:36.099Z Downloaded serde_path_to_error v0.1.16
7122025-01-22T08:42:36.099Z Downloaded salsa20 v0.10.2
7132025-01-22T08:42:36.102Z Downloaded nanorand v0.7.0
7142025-01-22T08:42:36.105Z Downloaded unicode-bidi v0.3.17
7152025-01-22T08:42:36.108Z Downloaded tungstenite v0.23.0
7162025-01-22T08:42:36.111Z Downloaded toolchain_find v0.4.0
7172025-01-22T08:42:36.113Z Downloaded sqlparser_derive v0.2.2
7182025-01-22T08:42:36.113Z Downloaded tungstenite v0.21.0
7192025-01-22T08:42:36.117Z Downloaded serde_derive_internals v0.29.1
7202025-01-22T08:42:36.119Z Downloaded globset v0.4.15
7212025-01-22T08:42:36.124Z Downloaded schemars v0.8.21
7222025-01-22T08:42:36.132Z Downloaded nodrop v0.1.14
7232025-01-22T08:42:36.135Z Downloaded new_debug_unreachable v1.0.6
7242025-01-22T08:42:36.135Z Downloaded serde_plain v1.0.2
7252025-01-22T08:42:36.138Z Downloaded ed25519 v2.2.3
7262025-01-22T08:42:36.138Z Downloaded tokio-rustls v0.25.0
7272025-01-22T08:42:36.141Z Downloaded tracing-attributes v0.1.27
7282025-01-22T08:42:36.144Z Downloaded tokio-tungstenite v0.21.0
7292025-01-22T08:42:36.147Z Downloaded parse-size v1.1.0
7302025-01-22T08:42:36.147Z Downloaded openssl-macros v0.1.1
7312025-01-22T08:42:36.150Z Downloaded num-conv v0.1.0
7322025-01-22T08:42:36.150Z Downloaded structmeta v0.3.0
7332025-01-22T08:42:36.153Z Downloaded structmeta v0.2.0
7342025-01-22T08:42:36.153Z Downloaded zopfli v0.8.1
7352025-01-22T08:42:36.156Z Downloaded packed_struct_codegen v0.10.1
7362025-01-22T08:42:36.156Z Downloaded synstructure v0.13.1
7372025-01-22T08:42:36.158Z Downloaded darling_core v0.20.10
7382025-01-22T08:42:36.162Z Downloaded rustc_version v0.1.7
7392025-01-22T08:42:36.165Z Downloaded spin v0.9.8
7402025-01-22T08:42:36.167Z Downloaded rustc-hash v2.0.0
7412025-01-22T08:42:36.167Z Downloaded rustc-hash v1.1.0
7422025-01-22T08:42:36.176Z Downloaded quinn v0.11.5
7432025-01-22T08:42:36.180Z Downloaded wait-timeout v0.2.0
7442025-01-22T08:42:36.181Z Downloaded num-complex v0.4.6
7452025-01-22T08:42:36.181Z Downloaded der v0.7.9
7462025-01-22T08:42:36.183Z Downloaded ssh-encoding v0.2.0
7472025-01-22T08:42:36.183Z Downloaded elliptic-curve v0.13.8
7482025-01-22T08:42:36.187Z Downloaded fragile v2.0.0
7492025-01-22T08:42:36.189Z Downloaded smallvec v1.13.2
7502025-01-22T08:42:36.192Z Downloaded http v1.2.0
7512025-01-22T08:42:36.195Z Downloaded progenitor-macro v0.8.0
7522025-01-22T08:42:36.198Z Downloaded postgres-protocol v0.6.7
7532025-01-22T08:42:36.201Z Downloaded mio v1.0.2
7542025-01-22T08:42:36.205Z Downloaded x509-cert v0.2.5
7552025-01-22T08:42:36.211Z Downloaded fd-lock v4.0.2
7562025-01-22T08:42:36.214Z Downloaded rand_chacha v0.3.1
7572025-01-22T08:42:36.217Z Downloaded zerofrom v0.1.4
7582025-01-22T08:42:36.217Z Downloaded quick-error v1.2.3
7592025-01-22T08:42:36.221Z Downloaded primeorder v0.13.6
7602025-01-22T08:42:36.221Z Downloaded progenitor v0.8.0
7612025-01-22T08:42:36.223Z Downloaded thiserror v2.0.11
7622025-01-22T08:42:36.227Z Downloaded pkg-config v0.3.31
7632025-01-22T08:42:36.230Z Downloaded ssh-cipher v0.2.0
7642025-01-22T08:42:36.233Z Downloaded parse-display-derive v0.10.0
7652025-01-22T08:42:36.233Z Downloaded parse-display v0.10.0
7662025-01-22T08:42:36.235Z Downloaded serde_with_macros v3.11.0
7672025-01-22T08:42:36.236Z Downloaded fxhash v0.2.1
7682025-01-22T08:42:36.238Z Downloaded unicode-xid v0.2.6
7692025-01-22T08:42:36.238Z Downloaded dsl_auto_type v0.1.2
7702025-01-22T08:42:36.241Z Downloaded rustc-demangle v0.1.24
7712025-01-22T08:42:36.241Z Downloaded parking_lot_core v0.9.10
7722025-01-22T08:42:36.244Z Downloaded tokio-native-tls v0.3.1
7732025-01-22T08:42:36.247Z Downloaded futures-channel v0.3.31
7742025-01-22T08:42:36.250Z Downloaded derive-where v1.2.7
7752025-01-22T08:42:36.252Z Downloaded take_mut v0.2.2
7762025-01-22T08:42:36.252Z Downloaded static_assertions v1.1.0
7772025-01-22T08:42:36.257Z Downloaded flate2 v1.0.35
7782025-01-22T08:42:36.260Z Downloaded normalize-line-endings v0.3.0
7792025-01-22T08:42:36.264Z Downloaded derive_builder_macro v0.20.2
7802025-01-22T08:42:36.264Z Downloaded zerocopy v0.6.6
7812025-01-22T08:42:36.267Z Downloaded ff v0.13.0
7822025-01-22T08:42:36.267Z Downloaded fallible-streaming-iterator v0.1.9
7832025-01-22T08:42:36.270Z Downloaded unicode-truncate v1.1.0
7842025-01-22T08:42:36.270Z Downloaded itertools v0.10.5
7852025-01-22T08:42:36.277Z Downloaded foreign-types-shared v0.1.1
7862025-01-22T08:42:36.279Z Downloaded predicates-tree v1.0.11
7872025-01-22T08:42:36.279Z Downloaded openssl-probe v0.1.5
7882025-01-22T08:42:36.282Z Downloaded zeroize v1.8.1
7892025-01-22T08:42:36.282Z Downloaded zerofrom-derive v0.1.4
7902025-01-22T08:42:36.285Z Downloaded derive_builder_core v0.20.2
7912025-01-22T08:42:36.288Z Downloaded phf_shared v0.11.2
7922025-01-22T08:42:36.288Z Downloaded waitgroup v0.1.2
7932025-01-22T08:42:36.288Z Downloaded rustfmt-wrapper v0.2.1
7942025-01-22T08:42:36.292Z Downloaded flagset v0.4.6
7952025-01-22T08:42:36.292Z Downloaded filetime v0.2.25
7962025-01-22T08:42:36.297Z Downloaded scheduled-thread-pool v0.2.7
7972025-01-22T08:42:36.297Z Downloaded universal-hash v0.5.1
7982025-01-22T08:42:36.300Z Downloaded tabwriter v1.4.0
7992025-01-22T08:42:36.300Z Downloaded parking_lot v0.12.3
8002025-01-22T08:42:36.303Z Downloaded tokio-macros v2.5.0
8012025-01-22T08:42:36.303Z Downloaded paste v1.0.15
8022025-01-22T08:42:36.306Z Downloaded termtree v0.5.1
8032025-01-22T08:42:36.309Z Downloaded rcgen v0.12.1
8042025-01-22T08:42:36.311Z Downloaded defmt v0.3.8
8052025-01-22T08:42:36.316Z Downloaded foreign-types-shared v0.3.1
8062025-01-22T08:42:36.319Z Downloaded darling_macro v0.20.10
8072025-01-22T08:42:36.319Z Downloaded zone_cfg_derive v0.1.2
8082025-01-22T08:42:36.319Z Downloaded path-slash v0.1.5
8092025-01-22T08:42:36.319Z Downloaded rayon-core v1.12.1
8102025-01-22T08:42:36.323Z Downloaded hyper v1.5.2
8112025-01-22T08:42:36.331Z Downloaded newline-converter v0.3.0
8122025-01-22T08:42:36.334Z Downloaded utf16_iter v1.0.5
8132025-01-22T08:42:36.334Z Downloaded signal-hook-mio v0.2.4
8142025-01-22T08:42:36.336Z Downloaded predicates-core v1.0.8
8152025-01-22T08:42:36.336Z Downloaded progenitor-impl v0.9.1
8162025-01-22T08:42:36.339Z Downloaded ppv-lite86 v0.2.20
8172025-01-22T08:42:36.342Z Downloaded powerfmt v0.2.0
8182025-01-22T08:42:36.342Z Downloaded fixedbitset v0.4.2
8192025-01-22T08:42:36.345Z Downloaded socket2 v0.5.7
8202025-01-22T08:42:36.348Z Downloaded smallvec v0.6.14
8212025-01-22T08:42:36.351Z Downloaded slog-dtrace v0.3.0
8222025-01-22T08:42:36.351Z Downloaded heapless v0.7.17
8232025-01-22T08:42:36.354Z Downloaded unicode-segmentation v1.12.0
8242025-01-22T08:42:36.358Z Downloaded nibble_vec v0.1.0
8252025-01-22T08:42:36.361Z Downloaded newtype_derive v0.1.6
8262025-01-22T08:42:36.361Z Downloaded num_enum v0.5.11
8272025-01-22T08:42:36.367Z Downloaded futures-macro v0.3.31
8282025-01-22T08:42:36.370Z Downloaded idna v1.0.3
8292025-01-22T08:42:36.374Z Downloaded rpassword v7.3.1
8302025-01-22T08:42:36.377Z Downloaded structmeta-derive v0.3.0
8312025-01-22T08:42:36.377Z Downloaded structmeta-derive v0.2.0
8322025-01-22T08:42:36.380Z Downloaded zip v2.1.3
8332025-01-22T08:42:36.383Z Downloaded strum v0.26.3
8342025-01-22T08:42:36.385Z Downloaded write16 v1.0.0
8352025-01-22T08:42:36.385Z Downloaded oso-derive v0.27.3
8362025-01-22T08:42:36.386Z Downloaded fatfs v0.3.6
8372025-01-22T08:42:36.389Z Downloaded utf-8 v0.7.6
8382025-01-22T08:42:36.391Z Downloaded pin-project-internal v1.1.6
8392025-01-22T08:42:36.395Z Downloaded unicase v2.7.0
8402025-01-22T08:42:36.395Z Downloaded uzers v0.12.1
8412025-01-22T08:42:36.398Z Downloaded tokio-rustls v0.24.1
8422025-01-22T08:42:36.401Z Downloaded percent-encoding v2.3.1
8432025-01-22T08:42:36.401Z Downloaded pbkdf2 v0.11.0
8442025-01-22T08:42:36.404Z Downloaded omicron-zone-package v0.12.0
8452025-01-22T08:42:36.407Z Downloaded tinyvec_macros v0.1.1
8462025-01-22T08:42:36.410Z Downloaded futures-io v0.3.31
8472025-01-22T08:42:36.410Z Downloaded futures-executor v0.3.31
8482025-01-22T08:42:36.412Z Downloaded twox-hash v1.6.3
8492025-01-22T08:42:36.412Z Downloaded rusqlite v0.32.1
8502025-01-22T08:42:36.497Z Downloaded sync_wrapper v1.0.1
8512025-01-22T08:42:36.510Z Downloaded rustc_version v0.4.1
8522025-01-22T08:42:36.510Z Downloaded unsafe-libyaml v0.2.11
8532025-01-22T08:42:36.510Z Downloaded dirs-sys-next v0.1.2
8542025-01-22T08:42:36.510Z Downloaded typify-macro v0.2.0
8552025-01-22T08:42:36.510Z Downloaded rustls-pemfile v1.0.4
8562025-01-22T08:42:36.510Z Downloaded smf v0.2.3
8572025-01-22T08:42:36.510Z Downloaded newtype-uuid v1.2.1
8582025-01-22T08:42:36.510Z Downloaded signal-hook-registry v1.4.2
8592025-01-22T08:42:36.510Z Downloaded ed25519-dalek v2.1.1
8602025-01-22T08:42:36.510Z Downloaded whoami v1.5.2
8612025-01-22T08:42:36.510Z Downloaded form_urlencoded v1.2.1
8622025-01-22T08:42:36.510Z Downloaded quick-xml v0.33.0
8632025-01-22T08:42:36.510Z Downloaded shell-words v1.1.0
8642025-01-22T08:42:36.510Z Downloaded resolv-conf v0.7.0
8652025-01-22T08:42:36.511Z Downloaded document-features v0.2.10
8662025-01-22T08:42:36.511Z Downloaded display-error-chain v0.2.2
8672025-01-22T08:42:36.511Z Downloaded hashlink v0.9.1
8682025-01-22T08:42:36.511Z Downloaded zip v0.6.6
8692025-01-22T08:42:36.511Z Downloaded tls_codec_derive v0.4.1
8702025-01-22T08:42:36.511Z Downloaded shlex v1.3.0
8712025-01-22T08:42:36.511Z Downloaded debug-ignore v1.0.5
8722025-01-22T08:42:36.511Z Downloaded tls_codec v0.4.1
8732025-01-22T08:42:36.511Z Downloaded tokio-tungstenite v0.24.0
8742025-01-22T08:42:36.511Z Downloaded zerovec v0.10.4
8752025-01-22T08:42:36.511Z Downloaded polyval v0.6.2
8762025-01-22T08:42:36.511Z Downloaded rustls-pemfile v2.2.0
8772025-01-22T08:42:36.511Z Downloaded derive_more v0.99.18
8782025-01-22T08:42:36.511Z Downloaded strum_macros v0.25.3
8792025-01-22T08:42:36.511Z Downloaded strum_macros v0.24.3
8802025-01-22T08:42:36.511Z Downloaded snafu-derive v0.8.5
8812025-01-22T08:42:36.511Z Downloaded tokio-tungstenite v0.23.1
8822025-01-22T08:42:36.511Z Downloaded des v0.8.1
8832025-01-22T08:42:36.511Z Downloaded similar v2.6.0
8842025-01-22T08:42:36.514Z Downloaded olpc-cjson v0.1.4
8852025-01-22T08:42:36.514Z Downloaded unicode_categories v0.1.1
8862025-01-22T08:42:36.514Z Downloaded tar v0.4.42
8872025-01-22T08:42:36.514Z Downloaded rustls-pki-types v1.10.0
8882025-01-22T08:42:36.514Z Downloaded displaydoc v0.2.5
8892025-01-22T08:42:36.517Z Downloaded reedline v0.35.0
8902025-01-22T08:42:36.525Z Downloaded pkcs5 v0.7.1
8912025-01-22T08:42:36.530Z Downloaded chrono v0.4.39
8922025-01-22T08:42:36.538Z Downloaded tokio-util v0.7.12
8932025-01-22T08:42:36.545Z Downloaded url v2.5.3
8942025-01-22T08:42:36.549Z Downloaded tracing v0.1.40
8952025-01-22T08:42:36.553Z Downloaded pkcs1 v0.7.5
8962025-01-22T08:42:36.556Z Downloaded p521 v0.13.3
8972025-01-22T08:42:36.561Z Downloaded oso v0.27.3
8982025-01-22T08:42:36.564Z Downloaded openssl-sys v0.9.103
8992025-01-22T08:42:36.570Z Downloaded unicode-normalization v0.1.24
9002025-01-22T08:42:36.574Z Downloaded zerocopy-derive v0.8.10
9012025-01-22T08:42:36.581Z Downloaded serde_with v3.11.0
9022025-01-22T08:42:36.591Z Downloaded subprocess v0.2.9
9032025-01-22T08:42:36.594Z Downloaded russh-keys v0.45.0
9042025-01-22T08:42:36.597Z Downloaded icu_properties_data v1.5.0
9052025-01-22T08:42:36.609Z Downloaded tokio-postgres v0.7.12
9062025-01-22T08:42:36.614Z Downloaded lalrpop v0.19.12
9072025-01-22T08:42:36.626Z Downloaded bitvec v1.0.1
9082025-01-22T08:42:36.643Z Downloaded expectorate v1.1.0
9092025-01-22T08:42:36.646Z Downloaded ssh-key v0.6.6
9102025-01-22T08:42:36.652Z Downloaded diesel_derives v2.2.3
9112025-01-22T08:42:36.656Z Downloaded futures-util v0.3.31
9122025-01-22T08:42:36.670Z Downloaded rsa v0.9.6
9132025-01-22T08:42:36.675Z Downloaded winnow v0.5.40
9142025-01-22T08:42:36.684Z Downloaded hashbrown v0.14.5
9152025-01-22T08:42:36.690Z Downloaded git2 v0.19.0
9162025-01-22T08:42:36.700Z Downloaded hashbrown v0.13.2
9172025-01-22T08:42:36.706Z Downloaded num-bigint v0.4.6
9182025-01-22T08:42:36.710Z Downloaded salty v0.3.0
9192025-01-22T08:42:36.718Z Downloaded typed-path v0.9.3
9202025-01-22T08:42:36.725Z Downloaded rustls-webpki v0.101.7
9212025-01-22T08:42:36.740Z Downloaded hashbrown v0.12.3
9222025-01-22T08:42:36.744Z Downloaded nom v7.1.3
9232025-01-22T08:42:36.750Z Downloaded p384 v0.13.0
9242025-01-22T08:42:36.757Z Downloaded rayon v1.10.0
9252025-01-22T08:42:36.767Z Downloaded num-bigint-dig v0.8.4
9262025-01-22T08:42:36.781Z Downloaded gimli v0.31.1
9272025-01-22T08:42:36.789Z Downloaded webpki-roots v0.26.6
9282025-01-22T08:42:36.794Z Downloaded bstr v1.10.0
9292025-01-22T08:42:36.809Z Downloaded nix v0.29.0
9302025-01-22T08:42:36.824Z Downloaded unicode-width v0.2.0
9312025-01-22T08:42:36.832Z Downloaded dropshot v0.15.1
9322025-01-22T08:42:36.855Z Downloaded chrono-tz v0.10.0
9332025-01-22T08:42:36.862Z Downloaded polar-core v0.27.3
9342025-01-22T08:42:36.871Z Downloaded radix_trie v0.2.1
9352025-01-22T08:42:36.877Z Downloaded zerocopy v0.8.10
9362025-01-22T08:42:36.901Z Downloaded rustls v0.23.19
9372025-01-22T08:42:36.913Z Downloaded rustls-webpki v0.102.8
9382025-01-22T08:42:36.932Z Downloaded dropshot v0.12.0
9392025-01-22T08:42:36.953Z Downloaded sqlparser v0.45.0
9402025-01-22T08:42:36.958Z Downloaded portable-atomic v1.9.0
9412025-01-22T08:42:36.965Z Downloaded vcpkg v0.2.15
9422025-01-22T08:42:37.003Z Downloaded hickory-proto v0.24.2
9432025-01-22T08:42:37.018Z Downloaded rustls v0.22.4
9442025-01-22T08:42:37.031Z Downloaded openssl v0.10.66
9452025-01-22T08:42:37.040Z Downloaded ratatui v0.28.1
9462025-01-22T08:42:37.060Z Downloaded regex v1.11.1
9472025-01-22T08:42:37.072Z Downloaded smoltcp v0.9.1
9482025-01-22T08:42:37.083Z Downloaded regress v0.10.1
9492025-01-22T08:42:37.091Z Downloaded regress v0.9.1
9502025-01-22T08:42:37.099Z Downloaded zerocopy-derive v0.6.6
9512025-01-22T08:42:37.108Z Downloaded nix v0.28.0
9522025-01-22T08:42:37.119Z Downloaded nix v0.27.1
9532025-01-22T08:42:37.130Z Downloaded bzip2-sys v0.1.11+1.0.8
9542025-01-22T08:42:37.142Z Downloaded rustls v0.21.12
9552025-01-22T08:42:37.152Z Downloaded openapiv3 v2.0.0
9562025-01-22T08:42:37.163Z Downloaded smoltcp v0.11.0
9572025-01-22T08:42:37.175Z Downloaded regex-automata v0.4.8
9582025-01-22T08:42:37.192Z Downloaded regex-syntax v0.8.5
9592025-01-22T08:42:37.200Z Downloaded object v0.36.5
9602025-01-22T08:42:37.211Z Downloaded h2 v0.4.6
9612025-01-22T08:42:37.217Z Downloaded object v0.30.4
9622025-01-22T08:42:37.227Z Downloaded diesel v2.2.6
9632025-01-22T08:42:37.244Z Downloaded sled v0.34.7
9642025-01-22T08:42:37.253Z Downloaded tokio v1.43.0
9652025-01-22T08:42:37.297Z Downloaded csv v1.3.0
9662025-01-22T08:42:37.312Z Downloaded reqwest v0.12.9
9672025-01-22T08:42:37.320Z Downloaded regex-syntax v0.6.29
9682025-01-22T08:42:37.327Z Downloaded curve25519-dalek v4.1.3
9692025-01-22T08:42:37.336Z Downloaded petname v2.0.2
9702025-01-22T08:42:37.341Z Downloaded typify-impl v0.3.0
9712025-01-22T08:42:37.356Z Downloaded typify-impl v0.2.0
9722025-01-22T08:42:37.370Z Downloaded proptest v1.5.0
9732025-01-22T08:42:37.379Z Downloaded rustyline v14.0.0
9742025-01-22T08:42:37.384Z Downloaded snafu v0.8.5
9752025-01-22T08:42:37.391Z Downloaded steno v0.4.1
9762025-01-22T08:42:37.394Z Downloaded quinn-proto v0.11.8
9772025-01-22T08:42:37.401Z Downloaded itertools v0.13.0
9782025-01-22T08:42:37.409Z Downloaded lzma-sys v0.1.20
9792025-01-22T08:42:37.440Z Downloaded bindgen v0.69.5
9802025-01-22T08:42:37.448Z Downloaded pem-rfc7468 v0.7.0
9812025-01-22T08:42:37.451Z Downloaded pin-project v1.1.6
9822025-01-22T08:42:37.462Z Downloaded difflib v0.4.0
9832025-01-22T08:42:37.465Z Downloaded writeable v0.5.5
9842025-01-22T08:42:37.465Z Downloaded hash32 v0.3.1
9852025-01-22T08:42:37.468Z Downloaded hash32 v0.2.1
9862025-01-22T08:42:37.468Z Downloaded rand v0.8.5
9872025-01-22T08:42:37.471Z Downloaded qorb v0.2.1
9882025-01-22T08:42:37.474Z Downloaded toml_edit v0.19.15
9892025-01-22T08:42:37.491Z Downloaded petgraph v0.6.5
9902025-01-22T08:42:37.509Z Downloaded libz-sys v1.1.20
9912025-01-22T08:42:37.616Z Downloaded blake3 v1.5.4
9922025-01-22T08:42:37.626Z Downloaded ref-cast-impl v1.0.23
9932025-01-22T08:42:37.626Z Downloaded ref-cast v1.0.23
9942025-01-22T08:42:37.626Z Downloaded futures-sink v0.3.31
9952025-01-22T08:42:37.626Z Downloaded uuid v1.12.0
9962025-01-22T08:42:37.626Z Downloaded typify v0.3.0
9972025-01-22T08:42:37.627Z Downloaded prettyplease v0.2.25
9982025-01-22T08:42:37.627Z Downloaded tough v0.19.0
9992025-01-22T08:42:37.627Z Downloaded time v0.3.36
10002025-01-22T08:42:37.627Z Downloaded hkdf v0.12.4
10012025-01-22T08:42:37.627Z Downloaded publicsuffix v2.3.0
10022025-01-22T08:42:37.627Z Downloaded parse-zoneinfo v0.3.1
10032025-01-22T08:42:37.627Z Downloaded itertools v0.12.1
10042025-01-22T08:42:37.627Z Downloaded password-hash v0.5.0
10052025-01-22T08:42:37.627Z Downloaded password-hash v0.4.2
10062025-01-22T08:42:37.627Z Downloaded sct v0.7.1
10072025-01-22T08:42:37.627Z Downloaded sha3 v0.10.8
10082025-01-22T08:42:37.627Z Downloaded futures v0.3.31
10092025-01-22T08:42:37.627Z Downloaded same-file v1.0.6
10102025-01-22T08:42:37.627Z Downloaded pkcs8 v0.10.2
10112025-01-22T08:42:37.627Z Downloaded value-bag v1.9.0
10122025-01-22T08:42:37.627Z Downloaded toml v0.7.8
10132025-01-22T08:42:37.627Z Downloaded tinyvec v1.8.0
10142025-01-22T08:42:37.627Z Downloaded test-strategy v0.3.1
10152025-01-22T08:42:37.627Z Downloaded getrandom v0.2.15
10162025-01-22T08:42:37.632Z Downloaded diff v0.1.13
10172025-01-22T08:42:37.632Z Downloaded fallible-iterator v0.3.0
10182025-01-22T08:42:37.632Z Downloaded fallible-iterator v0.2.0
10192025-01-22T08:42:37.633Z Downloaded crossterm v0.28.1
10202025-01-22T08:42:37.636Z Downloaded signature v2.2.0
10212025-01-22T08:42:37.636Z Downloaded signal-hook-tokio v0.3.1
10222025-01-22T08:42:37.639Z Downloaded rand_xorshift v0.3.0
10232025-01-22T08:42:37.639Z Downloaded vergen v8.3.2
10242025-01-22T08:42:37.642Z Downloaded tungstenite v0.24.0
10252025-01-22T08:42:37.645Z Downloaded tracing-core v0.1.32
10262025-01-22T08:42:37.648Z Downloaded parking_lot_core v0.8.6
10272025-01-22T08:42:37.651Z Downloaded env_logger v0.11.5
10282025-01-22T08:42:37.654Z Downloaded vsss-rs v3.3.4
10292025-01-22T08:42:37.656Z Downloaded native-tls v0.2.12
10302025-01-22T08:42:37.659Z Downloaded futures-core v0.3.31
10312025-01-22T08:42:37.659Z Downloaded parking_lot v0.11.2
10322025-01-22T08:42:37.662Z Downloaded proc-macro-crate v1.3.1
10332025-01-22T08:42:37.662Z Downloaded russh v0.45.0
10342025-01-22T08:42:37.669Z Downloaded defmt-parser v0.3.4
10352025-01-22T08:42:37.672Z Downloaded defmt-macros v0.3.9
10362025-01-22T08:42:37.672Z Downloaded zerovec-derive v0.10.3
10372025-01-22T08:42:37.674Z Downloaded env_logger v0.10.2
10382025-01-22T08:42:37.677Z Downloaded ecdsa v0.16.9
10392025-01-22T08:42:37.680Z Downloaded flume v0.11.1
10402025-01-22T08:42:37.683Z Downloaded libm v0.2.8
10412025-01-22T08:42:37.690Z Downloaded libxml v0.3.3
10422025-01-22T08:42:37.696Z Downloaded postcard v1.0.10
10432025-01-22T08:42:37.699Z Downloaded encoding_rs v0.8.34
10442025-01-22T08:42:37.722Z Downloaded pin-project-lite v0.2.14
10452025-01-22T08:42:37.726Z Downloaded yasna v0.5.2
10462025-01-22T08:42:37.729Z Downloaded p256 v0.13.2
10472025-01-22T08:42:37.732Z Downloaded num-traits v0.2.19
10482025-01-22T08:42:37.735Z Downloaded env_filter v0.1.2
10492025-01-22T08:42:37.738Z Downloaded serde_yaml v0.9.34+deprecated
10502025-01-22T08:42:37.740Z Downloaded headers v0.4.0
10512025-01-22T08:42:37.745Z Downloaded postgres-types v0.2.8
10522025-01-22T08:42:37.748Z Downloaded peg-macros v0.8.4
10532025-01-22T08:42:37.751Z Downloaded pin-utils v0.1.0
10542025-01-22T08:42:37.751Z Downloaded term v0.7.0
10552025-01-22T08:42:37.755Z Downloaded slog v2.7.0
10562025-01-22T08:42:37.757Z Downloaded ron v0.8.1
10572025-01-22T08:42:37.763Z Downloaded multimap v0.10.0
10582025-01-22T08:42:37.766Z Downloaded gethostname v0.5.0
10592025-01-22T08:42:37.766Z Downloaded dyn-clone v1.0.17
10602025-01-22T08:42:37.769Z Downloaded dunce v1.0.5
10612025-01-22T08:42:37.769Z Downloaded zone v0.1.8
10622025-01-22T08:42:37.769Z Downloaded spki v0.7.3
10632025-01-22T08:42:37.772Z Downloaded yoke v0.7.4
10642025-01-22T08:42:37.775Z Downloaded typify v0.2.0
10652025-01-22T08:42:37.777Z Downloaded psl-types v2.0.11
10662025-01-22T08:42:37.777Z Downloaded crossbeam-channel v0.5.13
10672025-01-22T08:42:37.781Z Downloaded termcolor v1.4.1
10682025-01-22T08:42:37.784Z Downloaded fs_extra v1.3.0
10692025-01-22T08:42:37.786Z Downloaded serde-hex v0.1.0
10702025-01-22T08:42:37.786Z Downloaded secrecy v0.8.0
10712025-01-22T08:42:37.789Z Downloaded sec1 v0.7.3
10722025-01-22T08:42:37.789Z Downloaded ron v0.7.1
10732025-01-22T08:42:37.793Z Downloaded samael v0.0.17
10742025-01-22T08:42:37.800Z Downloaded icu_collections v1.5.0
10752025-01-22T08:42:37.806Z Downloaded cc v1.1.30
10762025-01-22T08:42:37.810Z Downloaded bumpalo v3.16.0
10772025-01-22T08:42:37.813Z Downloaded glob v0.3.1
10782025-01-22T08:42:37.816Z Downloaded libgit2-sys v0.17.0+1.8.1
10792025-01-22T08:42:37.876Z Downloaded futures-task v0.3.31
10802025-01-22T08:42:37.879Z Downloaded derive_builder v0.20.2
10812025-01-22T08:42:37.882Z Downloaded unicode-properties v0.1.3
10822025-01-22T08:42:37.885Z Downloaded owo-colors v4.1.0
10832025-01-22T08:42:37.887Z Downloaded dropshot_endpoint v0.12.0
10842025-01-22T08:42:37.890Z Downloaded const_format v0.2.33
10852025-01-22T08:42:37.894Z Downloaded dirs-next v2.0.0
10862025-01-22T08:42:37.897Z Downloaded diesel-dtrace v0.4.2
10872025-01-22T08:42:37.899Z Downloaded backtrace v0.3.74
10882025-01-22T08:42:37.903Z Downloaded slog-bunyan v2.5.0
10892025-01-22T08:42:37.906Z Downloaded slog-async v2.8.0
10902025-01-22T08:42:37.909Z Downloaded ena v0.14.3
10912025-01-22T08:42:37.909Z Downloaded number_prefix v0.4.0
10922025-01-22T08:42:37.909Z Downloaded progenitor v0.9.1
10932025-01-22T08:42:37.911Z Downloaded der_derive v0.7.3
10942025-01-22T08:42:37.912Z Downloaded walkdir v2.5.0
10952025-01-22T08:42:37.914Z Downloaded packed_struct v0.10.1
10962025-01-22T08:42:37.917Z Downloaded tokio-stream v0.1.16
10972025-01-22T08:42:37.920Z Downloaded tokio-rustls v0.26.0
10982025-01-22T08:42:37.923Z Downloaded time-macros v0.2.18
10992025-01-22T08:42:37.926Z Downloaded signal-hook v0.3.17
11002025-01-22T08:42:37.929Z Downloaded vte_generate_state_changes v0.1.2
11012025-01-22T08:42:37.929Z Downloaded icu_properties v1.5.1
11022025-01-22T08:42:37.932Z Downloaded num-derive v0.4.2
11032025-01-22T08:42:37.932Z Downloaded typify-macro v0.3.0
11042025-01-22T08:42:37.935Z Downloaded strum_macros v0.26.4
11052025-01-22T08:42:37.938Z Downloaded thiserror-impl v2.0.11
11062025-01-22T08:42:37.938Z Downloaded maplit v1.0.2
11072025-01-22T08:42:37.938Z Downloaded crc-any v2.5.0
11082025-01-22T08:42:37.942Z Downloaded cookie_store v0.21.1
11092025-01-22T08:42:37.949Z Downloaded cookie v0.18.1
11102025-01-22T08:42:37.949Z Downloaded crossbeam-epoch v0.9.18
11112025-01-22T08:42:37.954Z Downloaded cancel-safe-futures v0.1.5
11122025-01-22T08:42:37.954Z Downloaded bit-set v0.5.3
11132025-01-22T08:42:37.954Z Downloaded mockall_derive v0.13.0
11142025-01-22T08:42:37.957Z Downloaded miniz_oxide v0.8.0
11152025-01-22T08:42:37.957Z Downloaded litrs v0.4.1
11162025-01-22T08:42:37.960Z Downloaded crc32fast v1.4.2
11172025-01-22T08:42:37.966Z Downloaded slog-envlogger v2.2.0
11182025-01-22T08:42:37.966Z Downloaded simd-adler32 v0.3.7
11192025-01-22T08:42:37.969Z Downloaded memmap2 v0.9.5
11202025-01-22T08:42:37.969Z Downloaded iana-time-zone v0.1.61
11212025-01-22T08:42:37.972Z Downloaded hyper-rustls v0.27.3
11222025-01-22T08:42:37.975Z Downloaded cassowary v0.3.0
11232025-01-22T08:42:37.975Z Downloaded rand_seeder v0.3.0
11242025-01-22T08:42:37.978Z Downloaded rand_core v0.6.4
11252025-01-22T08:42:37.980Z Downloaded r2d2 v0.8.10
11262025-01-22T08:42:37.980Z Downloaded serde_repr v0.1.19
11272025-01-22T08:42:37.983Z Downloaded mime v0.3.17
11282025-01-22T08:42:37.983Z Downloaded libloading v0.8.5
11292025-01-22T08:42:37.986Z Downloaded httparse v1.9.5
11302025-01-22T08:42:37.989Z Downloaded curve25519-dalek-derive v0.1.1
11312025-01-22T08:42:37.989Z Downloaded cobs v0.2.3
11322025-01-22T08:42:37.992Z Downloaded constant_time_eq v0.3.1
11332025-01-22T08:42:37.992Z Downloaded ciborium-ll v0.2.2
11342025-01-22T08:42:37.995Z Downloaded highway v1.2.0
11352025-01-22T08:42:37.995Z Downloaded bb8 v0.8.5
11362025-01-22T08:42:37.997Z Downloaded backoff v0.4.0
11372025-01-22T08:42:37.997Z Downloaded russh-cryptovec v0.7.3
11382025-01-22T08:42:38.000Z Downloaded blowfish v0.9.1
11392025-01-22T08:42:38.000Z Downloaded block-padding v0.3.3
11402025-01-22T08:42:38.001Z Downloaded kstat-rs v0.2.4
11412025-01-22T08:42:38.003Z Downloaded ipnetwork v0.20.0
11422025-01-22T08:42:38.004Z Downloaded internet-checksum v0.2.1
11432025-01-22T08:42:38.006Z Downloaded cbc v0.1.2
11442025-01-22T08:42:38.006Z Downloaded buf-list v1.0.3
11452025-01-22T08:42:38.009Z Downloaded bitfield-struct v0.6.2
11462025-01-22T08:42:38.009Z Downloaded bitfield v0.14.0
11472025-01-22T08:42:38.012Z Downloaded base16ct v0.2.0
11482025-01-22T08:42:38.012Z Downloaded async-trait v0.1.83
11492025-01-22T08:42:38.015Z Downloaded linked-hash-map v0.5.6
11502025-01-22T08:42:38.018Z Downloaded is-terminal v0.4.13
11512025-01-22T08:42:38.018Z Downloaded indoc v1.0.9
11522025-01-22T08:42:38.021Z Downloaded cstr-argument v0.1.2
11532025-01-22T08:42:38.024Z Downloaded crucible-workspace-hack v0.1.0
11542025-01-22T08:42:38.024Z Downloaded darling v0.20.10
11552025-01-22T08:42:38.027Z Downloaded libsw v3.3.1
11562025-01-22T08:42:38.029Z Downloaded bcrypt-pbkdf v0.10.0
11572025-01-22T08:42:38.032Z Downloaded lockfree-object-pool v0.1.6
11582025-01-22T08:42:38.212Z Downloaded ring v0.17.8
11592025-01-22T08:42:38.313Z Downloaded aws-lc-sys v0.22.0
11602025-01-22T08:42:38.526Z Downloaded libsqlite3-sys v0.30.1
11612025-01-22T08:42:38.726Z Compiling serde v1.0.217
11622025-01-22T08:42:38.732Z Compiling lock_api v0.4.12
11632025-01-22T08:42:38.732Z Compiling scopeguard v1.2.0
11642025-01-22T08:42:38.732Z Compiling value-bag v1.9.0
11652025-01-22T08:42:38.732Z Compiling typenum v1.17.0
11662025-01-22T08:42:38.859Z Compiling generic-array v0.14.7
11672025-01-22T08:42:38.903Z Compiling syn v2.0.96
11682025-01-22T08:42:38.919Z Compiling getrandom v0.2.15
11692025-01-22T08:42:39.064Z Compiling shlex v1.3.0
11702025-01-22T08:42:39.165Z Compiling rand_core v0.6.4
11712025-01-22T08:42:39.346Z Compiling log v0.4.22
11722025-01-22T08:42:39.417Z Compiling subtle v2.6.1
11732025-01-22T08:42:39.434Z Compiling jobserver v0.1.32
11742025-01-22T08:42:39.468Z Compiling smallvec v1.13.2
11752025-01-22T08:42:39.667Z Compiling const-oid v0.9.6
11762025-01-22T08:42:39.738Z Compiling spin v0.9.8
11772025-01-22T08:42:39.836Z Compiling pin-project-lite v0.2.14
11782025-01-22T08:42:39.848Z Compiling cc v1.1.30
11792025-01-22T08:42:39.882Z Compiling rustix v0.38.37
11802025-01-22T08:42:40.104Z Compiling parking_lot_core v0.9.10
11812025-01-22T08:42:40.125Z Compiling futures-core v0.3.31
11822025-01-22T08:42:40.253Z Compiling signal-hook-registry v1.4.2
11832025-01-22T08:42:40.404Z Compiling mio v1.0.2
11842025-01-22T08:42:40.698Z Compiling aho-corasick v1.1.3
11852025-01-22T08:42:40.953Z Compiling parking_lot v0.12.3
11862025-01-22T08:42:41.139Z Compiling cpufeatures v0.2.14
11872025-01-22T08:42:41.161Z Compiling stable_deref_trait v1.2.0
11882025-01-22T08:42:41.255Z Compiling either v1.13.0
11892025-01-22T08:42:41.281Z Compiling regex-syntax v0.8.5
11902025-01-22T08:42:41.477Z Compiling lazy_static v1.5.0
11912025-01-22T08:42:41.615Z Compiling glob v0.3.1
11922025-01-22T08:42:41.648Z Compiling futures-sink v0.3.31
11932025-01-22T08:42:41.725Z Compiling socket2 v0.5.7
11942025-01-22T08:42:41.742Z Compiling slab v0.4.9
11952025-01-22T08:42:41.931Z Compiling prettyplease v0.2.25
11962025-01-22T08:42:42.234Z Compiling minimal-lexical v0.2.1
11972025-01-22T08:42:42.298Z Compiling serde_json v1.0.135
11982025-01-22T08:42:42.600Z Compiling clang-sys v1.8.1
11992025-01-22T08:42:42.650Z Compiling nom v7.1.3
12002025-01-22T08:42:42.782Z Compiling libloading v0.8.5
12012025-01-22T08:42:43.065Z Compiling home v0.5.9
12022025-01-22T08:42:43.181Z Compiling bindgen v0.69.5
12032025-01-22T08:42:43.341Z Compiling futures-channel v0.3.31
12042025-01-22T08:42:43.768Z Compiling itertools v0.12.1
12052025-01-22T08:42:43.824Z Compiling futures-io v0.3.31
12062025-01-22T08:42:44.082Z Compiling foldhash v0.1.3
12072025-01-22T08:42:44.109Z Compiling pin-utils v0.1.0
12082025-01-22T08:42:44.282Z Compiling rustc-hash v1.1.0
12092025-01-22T08:42:44.391Z Compiling libm v0.2.8
12102025-01-22T08:42:44.411Z Compiling allocator-api2 v0.2.18
12112025-01-22T08:42:44.728Z Compiling lazycell v1.3.0
12122025-01-22T08:42:44.915Z Compiling futures-task v0.3.31
12132025-01-22T08:42:45.158Z Compiling regex-automata v0.4.8
12142025-01-22T08:42:45.207Z Compiling hashbrown v0.15.1
12152025-01-22T08:42:45.707Z Compiling cmake v0.1.51
12162025-01-22T08:42:46.070Z Compiling cexpr v0.6.0
12172025-01-22T08:42:46.496Z Compiling synstructure v0.13.1
12182025-01-22T08:42:46.651Z Compiling num-traits v0.2.19
12192025-01-22T08:42:46.994Z Compiling fs_extra v1.3.0
12202025-01-22T08:42:47.610Z Compiling dunce v1.0.5
12212025-01-22T08:42:47.693Z Compiling pkg-config v0.3.31
12222025-01-22T08:42:47.890Z Compiling litemap v0.7.3
12232025-01-22T08:42:47.986Z Compiling writeable v0.5.5
12242025-01-22T08:42:48.256Z Compiling ring v0.17.8
12252025-01-22T08:42:48.523Z Compiling base64ct v1.6.0
12262025-01-22T08:42:49.113Z Compiling paste v1.0.15
12272025-01-22T08:42:49.135Z Compiling pem-rfc7468 v0.7.0
12282025-01-22T08:42:49.390Z Compiling aws-lc-rs v1.10.0
12292025-01-22T08:42:49.664Z Compiling icu_locid_transform_data v1.5.0
12302025-01-22T08:42:49.823Z Compiling flagset v0.4.6
12312025-01-22T08:42:49.836Z Compiling httparse v1.9.5
12322025-01-22T08:42:49.984Z Compiling tracing-core v0.1.32
12332025-01-22T08:42:50.438Z Compiling regex v1.11.1
12342025-01-22T08:42:50.779Z Compiling percent-encoding v2.3.1
12352025-01-22T08:42:50.848Z Compiling crossbeam-utils v0.8.20
12362025-01-22T08:42:51.066Z Compiling icu_properties_data v1.5.0
12372025-01-22T08:42:51.154Z Compiling rustls-pki-types v1.10.0
12382025-01-22T08:42:51.366Z Compiling time-core v0.1.2
12392025-01-22T08:42:51.369Z Compiling mirai-annotations v1.12.0
12402025-01-22T08:42:51.538Z Compiling num-conv v0.1.0
12412025-01-22T08:42:51.559Z Compiling icu_normalizer_data v1.5.0
12422025-01-22T08:42:51.659Z Compiling untrusted v0.7.1
12432025-01-22T08:42:51.686Z Compiling serde_derive v1.0.217
12442025-01-22T08:42:51.784Z Compiling zeroize_derive v1.4.2
12452025-01-22T08:42:51.893Z Compiling zerocopy-derive v0.7.35
12462025-01-22T08:42:52.050Z Compiling tokio-macros v2.5.0
12472025-01-22T08:42:52.150Z Compiling zerofrom-derive v0.1.4
12482025-01-22T08:42:53.265Z Compiling zeroize v1.8.1
12492025-01-22T08:42:53.471Z Compiling yoke-derive v0.7.4
12502025-01-22T08:42:53.853Z Compiling zerocopy v0.7.35
12512025-01-22T08:42:53.980Z Compiling thiserror-impl v1.0.69
12522025-01-22T08:42:54.919Z Compiling crypto-common v0.1.6
12532025-01-22T08:42:55.108Z Compiling block-buffer v0.10.4
12542025-01-22T08:42:55.167Z Compiling zerovec-derive v0.10.3
12552025-01-22T08:42:55.199Z Compiling futures-macro v0.3.31
12562025-01-22T08:42:55.386Z Compiling digest v0.10.7
12572025-01-22T08:42:55.651Z Compiling zerofrom v0.1.4
12582025-01-22T08:42:55.831Z Compiling hmac v0.12.1
12592025-01-22T08:42:55.879Z Compiling displaydoc v0.2.5
12602025-01-22T08:42:56.083Z Compiling block-padding v0.3.3
12612025-01-22T08:42:56.200Z Compiling sha2 v0.10.8
12622025-01-22T08:42:56.225Z Compiling yoke v0.7.4
12632025-01-22T08:42:56.349Z Compiling inout v0.1.3
12642025-01-22T08:42:56.596Z Compiling cipher v0.4.4
12652025-01-22T08:42:56.639Z Compiling icu_provider_macros v1.5.0
12662025-01-22T08:42:56.939Z Compiling thiserror v1.0.69
12672025-01-22T08:42:57.099Z Compiling ppv-lite86 v0.2.20
12682025-01-22T08:42:57.120Z Compiling futures-util v0.3.31
12692025-01-22T08:42:57.166Z Compiling der_derive v0.7.3
12702025-01-22T08:42:57.407Z Compiling tracing-attributes v0.1.27
12712025-01-22T08:42:57.719Z Compiling zerovec v0.10.4
12722025-01-22T08:42:57.740Z Compiling salsa20 v0.10.2
12732025-01-22T08:42:57.872Z Compiling rand_chacha v0.3.1
12742025-01-22T08:42:57.957Z Compiling pest v2.7.14
12752025-01-22T08:42:59.488Z Compiling tinystr v0.7.6
12762025-01-22T08:42:59.729Z Compiling der v0.7.9
12772025-01-22T08:42:59.829Z Compiling icu_collections v1.5.0
12782025-01-22T08:42:59.874Z Compiling icu_locid v1.5.0
12792025-01-22T08:43:00.180Z Compiling rand v0.8.5
12802025-01-22T08:43:00.784Z Compiling tracing v0.1.40
12812025-01-22T08:43:00.936Z Compiling pbkdf2 v0.12.2
12822025-01-22T08:43:01.075Z Compiling icu_provider v1.5.0
12832025-01-22T08:43:01.118Z Compiling utf16_iter v1.0.5
12842025-01-22T08:43:01.324Z Compiling utf8_iter v1.0.4
12852025-01-22T08:43:01.346Z Compiling write16 v1.0.0
12862025-01-22T08:43:01.495Z Compiling untrusted v0.9.0
12872025-01-22T08:43:01.585Z Compiling vcpkg v0.2.15
12882025-01-22T08:43:01.686Z Compiling spki v0.7.3
12892025-01-22T08:43:02.060Z Compiling icu_locid_transform v1.5.0
12902025-01-22T08:43:02.083Z Compiling powerfmt v0.2.0
12912025-01-22T08:43:02.326Z Compiling scrypt v0.11.0
12922025-01-22T08:43:02.482Z Compiling deranged v0.3.11
12932025-01-22T08:43:02.506Z Compiling pest_meta v2.7.14
12942025-01-22T08:43:02.833Z Compiling cbc v0.1.2
12952025-01-22T08:43:02.836Z Compiling aes v0.8.4
12962025-01-22T08:43:03.169Z Compiling time-macros v0.2.18
12972025-01-22T08:43:03.522Z Compiling icu_properties v1.5.1
12982025-01-22T08:43:03.905Z Compiling openssl-sys v0.9.103
12992025-01-22T08:43:04.488Z Compiling bitflags v2.6.0
13002025-01-22T08:43:04.748Z Compiling bytes v1.9.0
13012025-01-22T08:43:05.593Z Compiling indexmap v2.7.0
13022025-01-22T08:43:05.650Z Compiling tokio v1.43.0
13032025-01-22T08:43:05.949Z Compiling http v1.2.0
13042025-01-22T08:43:06.201Z Compiling semver v1.0.24
13052025-01-22T08:43:06.844Z Compiling rustc_version v0.4.1
13062025-01-22T08:43:06.917Z Compiling scroll_derive v0.12.0
13072025-01-22T08:43:07.616Z Compiling icu_normalizer v1.5.0
13082025-01-22T08:43:07.934Z Compiling tinyvec_macros v0.1.1
13092025-01-22T08:43:08.030Z Compiling num_threads v0.1.7
13102025-01-22T08:43:08.111Z Compiling atomic-waker v1.1.2
13112025-01-22T08:43:08.145Z Compiling time v0.3.36
13122025-01-22T08:43:08.175Z Compiling tinyvec v1.8.0
13132025-01-22T08:43:08.222Z Compiling http-body v1.0.1
13142025-01-22T08:43:08.333Z Compiling scroll v0.12.0
13152025-01-22T08:43:08.404Z Compiling pest_generator v2.7.14
13162025-01-22T08:43:08.458Z Compiling idna_adapter v1.2.0
13172025-01-22T08:43:08.729Z Compiling which v4.4.2
13182025-01-22T08:43:08.881Z Compiling pkcs5 v0.7.1
13192025-01-22T08:43:09.358Z Compiling form_urlencoded v1.2.1
13202025-01-22T08:43:09.674Z Compiling try-lock v0.2.5
13212025-01-22T08:43:09.691Z Compiling slog v2.7.0
13222025-01-22T08:43:09.745Z Compiling goblin v0.8.2
13232025-01-22T08:43:09.862Z Compiling want v0.3.1
13242025-01-22T08:43:10.008Z Compiling pkcs8 v0.10.2
13252025-01-22T08:43:10.125Z Compiling idna v1.0.3
13262025-01-22T08:43:10.260Z Compiling pest_derive v2.7.14
13272025-01-22T08:43:10.262Z Compiling uuid v1.12.0
13282025-01-22T08:43:10.684Z Compiling iana-time-zone v0.1.61
13292025-01-22T08:43:11.031Z Compiling httpdate v1.0.3
13302025-01-22T08:43:11.096Z Compiling dtrace-parser v0.2.0
13312025-01-22T08:43:11.487Z Compiling chrono v0.4.39
13322025-01-22T08:43:11.842Z Compiling serde_spanned v0.6.8
13332025-01-22T08:43:12.100Z Compiling toml_datetime v0.6.8
13342025-01-22T08:43:12.548Z Compiling serde_tokenstream v0.2.2
13352025-01-22T08:43:12.614Z Compiling rustversion v1.0.17
13362025-01-22T08:43:12.890Z Compiling match_cfg v0.1.0
13372025-01-22T08:43:12.998Z Compiling base64 v0.22.1
13382025-01-22T08:43:13.051Z Compiling adler2 v2.0.0
13392025-01-22T08:43:13.173Z Compiling foreign-types-shared v0.1.1
13402025-01-22T08:43:13.274Z Compiling tower-service v0.3.3
13412025-01-22T08:43:13.297Z Compiling openssl v0.10.66
13422025-01-22T08:43:13.391Z Compiling foreign-types v0.3.2
13432025-01-22T08:43:13.419Z Compiling miniz_oxide v0.8.0
13442025-01-22T08:43:13.502Z Compiling hostname v0.3.1
13452025-01-22T08:43:13.691Z Compiling tokio-util v0.7.12
13462025-01-22T08:43:13.729Z Compiling url v2.5.3
13472025-01-22T08:43:14.864Z Compiling h2 v0.4.6
13482025-01-22T08:43:14.891Z Compiling openssl-macros v0.1.1
13492025-01-22T08:43:14.969Z Compiling async-trait v0.1.83
13502025-01-22T08:43:14.994Z Compiling serde_derive_internals v0.29.1
13512025-01-22T08:43:15.589Z Compiling dof v0.3.0
13522025-01-22T08:43:15.610Z Compiling dirs-sys-next v0.1.2
13532025-01-22T08:43:16.168Z Compiling rustls v0.23.19
13542025-01-22T08:43:16.502Z Compiling usdt-impl v0.5.0
13552025-01-22T08:43:17.389Z Compiling syn v1.0.109
13562025-01-22T08:43:17.413Z Compiling data-encoding v2.6.0
13572025-01-22T08:43:17.468Z Compiling schemars v0.8.21
13582025-01-22T08:43:17.805Z Compiling rustls v0.22.4
13592025-01-22T08:43:17.893Z Compiling siphasher v0.3.11
13602025-01-22T08:43:17.961Z Compiling native-tls v0.2.12
13612025-01-22T08:43:18.208Z Compiling schemars_derive v0.8.21
13622025-01-22T08:43:18.265Z Compiling dirs-next v2.0.0
13632025-01-22T08:43:19.179Z Compiling unicode-normalization v0.1.24
13642025-01-22T08:43:19.350Z Compiling http-body-util v0.1.2
13652025-01-22T08:43:19.433Z Compiling crossbeam-epoch v0.9.18
13662025-01-22T08:43:19.707Z Compiling heapless v0.7.17
13672025-01-22T08:43:19.844Z Compiling sha1 v0.10.6
13682025-01-22T08:43:20.125Z Compiling signature v2.2.0
13692025-01-22T08:43:20.145Z Compiling bzip2-sys v0.1.11+1.0.8
13702025-01-22T08:43:20.237Z Compiling thread_local v1.1.8
13712025-01-22T08:43:20.262Z Compiling cookie v0.18.1
13722025-01-22T08:43:20.425Z Compiling encoding_rs v0.8.34
13732025-01-22T08:43:20.572Z Compiling multer v3.1.0
13742025-01-22T08:43:20.621Z Compiling dyn-clone v1.0.17
13752025-01-22T08:43:20.720Z Compiling signal-hook v0.3.17
13762025-01-22T08:43:20.850Z Compiling unicode-properties v0.1.3
13772025-01-22T08:43:20.954Z Compiling mime v0.3.17
13782025-01-22T08:43:21.002Z Compiling ipnet v2.10.1
13792025-01-22T08:43:21.228Z Compiling openssl-probe v0.1.5
13802025-01-22T08:43:21.270Z Compiling unicode-bidi v0.3.17
13812025-01-22T08:43:21.374Z Compiling rayon-core v1.12.1
13822025-01-22T08:43:21.541Z Compiling gimli v0.31.1
13832025-01-22T08:43:21.654Z Compiling slog-async v2.8.0
13842025-01-22T08:43:22.112Z Compiling hyper v1.5.2
13852025-01-22T08:43:22.237Z Compiling stringprep v0.1.5
13862025-01-22T08:43:23.422Z Compiling toml_edit v0.22.22
13872025-01-22T08:43:24.654Z Compiling hyper-util v0.1.10
13882025-01-22T08:43:25.823Z Compiling addr2line v0.24.2
13892025-01-22T08:43:26.174Z Compiling crossbeam-deque v0.8.5
13902025-01-22T08:43:26.221Z Compiling usdt-macro v0.5.0
13912025-01-22T08:43:26.294Z Compiling usdt-attr-macro v0.5.0
13922025-01-22T08:43:26.509Z Compiling term v0.7.0
13932025-01-22T08:43:27.361Z Compiling slog-json v2.6.1
13942025-01-22T08:43:27.459Z Compiling serde_urlencoded v0.7.1
13952025-01-22T08:43:27.637Z Compiling crossbeam-channel v0.5.13
13962025-01-22T08:43:27.704Z Compiling curve25519-dalek v4.1.3
13972025-01-22T08:43:27.757Z Compiling futures-executor v0.3.31
13982025-01-22T08:43:27.821Z Compiling enum-as-inner v0.6.1
13992025-01-22T08:43:27.958Z Compiling md-5 v0.10.6
14002025-01-22T08:43:28.247Z Compiling rustls-pemfile v2.2.0
14012025-01-22T08:43:28.268Z Compiling async-stream-impl v0.3.6
14022025-01-22T08:43:28.382Z Compiling num-integer v0.1.46
14032025-01-22T08:43:28.583Z Compiling hash32 v0.2.1
14042025-01-22T08:43:28.642Z Compiling ff v0.13.0
14052025-01-22T08:43:28.881Z Compiling is-terminal v0.4.13
14062025-01-22T08:43:28.884Z Compiling object v0.36.5
14072025-01-22T08:43:28.957Z Compiling dropshot v0.12.0
14082025-01-22T08:43:29.025Z Compiling utf-8 v0.7.6
14092025-01-22T08:43:29.092Z Compiling rustc-demangle v0.1.24
14102025-01-22T08:43:29.249Z Compiling take_mut v0.2.2
14112025-01-22T08:43:29.326Z Compiling linked-hash-map v0.5.6
14122025-01-22T08:43:29.410Z Compiling num-bigint-dig v0.8.4
14132025-01-22T08:43:29.556Z Compiling smoltcp v0.9.1
14142025-01-22T08:43:29.658Z Compiling portable-atomic v1.9.0
14152025-01-22T08:43:29.708Z Compiling base16ct v0.2.0
14162025-01-22T08:43:30.037Z Compiling fallible-iterator v0.2.0
14172025-01-22T08:43:30.062Z Compiling psl-types v2.0.11
14182025-01-22T08:43:30.185Z Compiling litrs v0.4.1
14192025-01-22T08:43:30.277Z Compiling quick-error v1.2.3
14202025-01-22T08:43:30.444Z Compiling anyhow v1.0.95
14212025-01-22T08:43:30.693Z Compiling postgres-protocol v0.6.7
14222025-01-22T08:43:30.714Z Compiling resolv-conf v0.7.0
14232025-01-22T08:43:30.982Z Compiling publicsuffix v2.3.0
14242025-01-22T08:43:31.263Z Compiling sec1 v0.7.3
14252025-01-22T08:43:31.410Z Compiling document-features v0.2.10
14262025-01-22T08:43:31.431Z Compiling lru-cache v0.1.2
14272025-01-22T08:43:31.459Z Compiling async-stream v0.3.6
14282025-01-22T08:43:31.813Z Compiling tungstenite v0.24.0
14292025-01-22T08:43:31.856Z Compiling slog-term v2.9.1
14302025-01-22T08:43:31.952Z Compiling usdt v0.5.0
14312025-01-22T08:43:32.433Z Compiling num-iter v0.1.45
14322025-01-22T08:43:32.630Z Compiling hickory-proto v0.24.2
14332025-01-22T08:43:32.754Z Compiling group v0.13.0
14342025-01-22T08:43:33.093Z Compiling futures v0.3.31
14352025-01-22T08:43:33.204Z Compiling slog-bunyan v2.5.0
14362025-01-22T08:43:33.375Z Compiling toml v0.8.19
14372025-01-22T08:43:34.777Z Compiling camino v1.1.9
14382025-01-22T08:43:34.874Z Compiling tokio-native-tls v0.3.1
14392025-01-22T08:43:34.974Z Compiling phf_shared v0.11.2
14402025-01-22T08:43:35.154Z Compiling dropshot_endpoint v0.12.0
14412025-01-22T08:43:35.418Z Compiling terminal_size v0.4.0
14422025-01-22T08:43:35.576Z Compiling backtrace v0.3.74
14432025-01-22T08:43:35.579Z Compiling waitgroup v0.1.2
14442025-01-22T08:43:35.739Z Compiling openapiv3 v2.0.0
14452025-01-22T08:43:35.796Z Compiling serde_path_to_error v0.1.16
14462025-01-22T08:43:36.088Z Compiling hkdf v0.12.4
14472025-01-22T08:43:36.363Z Compiling crypto-bigint v0.5.5
14482025-01-22T08:43:36.568Z Compiling webpki-roots v0.26.6
14492025-01-22T08:43:36.799Z Compiling zerocopy-derive v0.6.6
14502025-01-22T08:43:38.754Z Compiling curve25519-dalek-derive v0.1.1
14512025-01-22T08:43:38.820Z Compiling hostname v0.4.0
14522025-01-22T08:43:39.052Z Compiling crc32fast v1.4.2
14532025-01-22T08:43:39.073Z Compiling hubpack_derive v0.1.1
14542025-01-22T08:43:39.407Z Compiling fs-err v2.11.0
14552025-01-22T08:43:39.410Z Compiling ahash v0.8.11
14562025-01-22T08:43:39.714Z Compiling managed v0.8.0
14572025-01-22T08:43:39.771Z Compiling debug-ignore v1.0.5
14582025-01-22T08:43:39.864Z Compiling winnow v0.5.40
14592025-01-22T08:43:39.886Z Compiling bitflags v1.3.2
14602025-01-22T08:43:39.924Z Compiling newtype-uuid v1.2.1
14612025-01-22T08:43:39.993Z Compiling hubpack v0.1.2
14622025-01-22T08:43:40.310Z Compiling clap_builder v4.5.21
14632025-01-22T08:43:40.398Z Compiling console v0.15.8
14642025-01-22T08:43:41.792Z Compiling strum_macros v0.25.3
14652025-01-22T08:43:42.102Z Compiling flate2 v1.0.35
14662025-01-22T08:43:42.130Z Compiling elliptic-curve v0.13.8
14672025-01-22T08:43:42.398Z Compiling zerocopy v0.6.6
14682025-01-22T08:43:42.954Z Compiling hickory-resolver v0.24.2
14692025-01-22T08:43:43.215Z Compiling toml_edit v0.19.15
14702025-01-22T08:43:43.309Z Compiling signal-hook-mio v0.2.4
14712025-01-22T08:43:43.483Z Compiling phf v0.11.2
14722025-01-22T08:43:43.746Z Compiling hyper-tls v0.6.0
14732025-01-22T08:43:43.776Z Compiling cookie_store v0.21.1
14742025-01-22T08:43:44.188Z Compiling rayon v1.10.0
14752025-01-22T08:43:45.238Z Compiling bzip2 v0.4.4
14762025-01-22T08:43:45.548Z Compiling tokio-tungstenite v0.24.0
14772025-01-22T08:43:46.081Z Compiling postgres-types v0.2.8
14782025-01-22T08:43:48.143Z Compiling ed25519 v2.2.3
14792025-01-22T08:43:48.529Z Compiling phf_shared v0.10.0
14802025-01-22T08:43:48.752Z Compiling tokio-stream v0.1.16
14812025-01-22T08:43:48.763Z Compiling pkcs1 v0.7.5
14822025-01-22T08:43:48.868Z Compiling serde-big-array v0.5.1
14832025-01-22T08:43:48.898Z Compiling clap_derive v4.5.18
14842025-01-22T08:43:49.106Z Compiling rfc6979 v0.4.0
14852025-01-22T08:43:49.308Z Compiling derive-where v1.2.7
14862025-01-22T08:43:49.655Z Compiling serde_repr v0.1.19
14872025-01-22T08:43:49.699Z Compiling float-cmp v0.9.0
14882025-01-22T08:43:49.928Z Compiling bstr v1.10.0
14892025-01-22T08:43:50.019Z Compiling sync_wrapper v1.0.1
14902025-01-22T08:43:50.184Z Compiling whoami v1.5.2
14912025-01-22T08:43:50.397Z Compiling static_assertions v1.1.0
14922025-01-22T08:43:50.533Z Compiling new_debug_unreachable v1.0.6
14932025-01-22T08:43:50.646Z Compiling unicode-segmentation v1.12.0
14942025-01-22T08:43:50.739Z Compiling predicates-core v1.0.8
14952025-01-22T08:43:50.760Z Compiling normalize-line-endings v0.3.0
14962025-01-22T08:43:50.965Z Compiling difflib v0.4.0
14972025-01-22T08:43:51.056Z Compiling fixedbitset v0.4.2
14982025-01-22T08:43:51.505Z Compiling number_prefix v0.4.0
14992025-01-22T08:43:51.529Z Compiling unicode-width v0.2.0
15002025-01-22T08:43:51.547Z Compiling precomputed-hash v0.1.1
15012025-01-22T08:43:51.680Z Compiling bit-vec v0.6.3
15022025-01-22T08:43:51.740Z Compiling string_cache v0.8.7
15032025-01-22T08:43:52.095Z Compiling indicatif v0.17.9
15042025-01-22T08:43:52.119Z Compiling bit-set v0.5.3
15052025-01-22T08:43:52.191Z Compiling similar v2.6.0
15062025-01-22T08:43:52.317Z Compiling predicates v3.1.2
15072025-01-22T08:43:52.373Z Compiling petgraph v0.6.5
15082025-01-22T08:43:52.583Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15092025-01-22T08:43:53.489Z Compiling clap v4.5.21
15102025-01-22T08:43:53.623Z Compiling tokio-postgres v0.7.12
15112025-01-22T08:43:53.839Z Compiling ecdsa v0.16.9
15122025-01-22T08:43:54.072Z Compiling rsa v0.9.6
15132025-01-22T08:43:54.340Z Compiling ed25519-dalek v2.1.1
15142025-01-22T08:43:54.647Z Compiling toml v0.7.8
15152025-01-22T08:43:55.665Z Compiling zip v0.6.6
15162025-01-22T08:43:55.991Z Compiling crossterm v0.28.1
15172025-01-22T08:43:57.326Z Compiling hex v0.4.3
15182025-01-22T08:43:57.496Z Compiling x509-cert v0.2.5
15192025-01-22T08:43:57.911Z Compiling itertools v0.10.5
15202025-01-22T08:43:58.907Z Compiling peg-runtime v0.8.3
15212025-01-22T08:43:59.324Z Compiling unicode-xid v0.2.6
15222025-01-22T08:43:59.348Z Compiling lalrpop-util v0.19.12
15232025-01-22T08:43:59.498Z Compiling strum_macros v0.26.4
15242025-01-22T08:43:59.524Z Compiling xattr v1.3.1
15252025-01-22T08:43:59.721Z Compiling filetime v0.2.25
15262025-01-22T08:44:00.027Z Compiling tar v0.4.42
15272025-01-22T08:44:04.205Z Compiling strum v0.26.3
15282025-01-22T08:44:07.104Z Compiling aws-lc-sys v0.22.0
15292025-01-22T08:44:34.735Z Compiling rustls-webpki v0.102.8
15302025-01-22T08:44:37.899Z Compiling tokio-rustls v0.25.0
15312025-01-22T08:44:39.601Z Compiling tokio-rustls v0.26.0
15322025-01-22T08:44:39.866Z Compiling hyper-rustls v0.27.3
15332025-01-22T08:44:40.165Z Compiling reqwest v0.12.9
15342025-01-22T08:44:41.665Z Compiling qorb v0.2.1
15352025-01-22T08:44:44.879Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15362025-01-22T08:44:45.023Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15372025-01-22T08:44:49.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
15382025-01-22T08:44:49.667Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15392025-01-22T08:44:49.720ZJan 22 08:44:48.438 INFO Starting download, target: Clickhouse
15402025-01-22T08:44:49.720ZJan 22 08:44:48.438 INFO Starting download, target: Cockroach
15412025-01-22T08:44:49.720ZJan 22 08:44:48.438 INFO Starting download, target: Console
15422025-01-22T08:44:49.724ZJan 22 08:44:48.438 INFO Starting download, target: DendriteOpenapi
15432025-01-22T08:44:49.724ZJan 22 08:44:48.438 INFO Starting download, target: DendriteStub
15442025-01-22T08:44:49.724ZJan 22 08:44:48.438 INFO Starting download, target: MaghemiteMgd
15452025-01-22T08:44:49.724ZJan 22 08:44:48.438 INFO Starting download, target: TransceiverControl
15462025-01-22T08:44:49.724ZJan 22 08:44:48.439 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15472025-01-22T08:44:49.724ZJan 22 08:44:48.439 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15482025-01-22T08:44:49.724ZJan 22 08:44:48.439 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15492025-01-22T08:44:49.724ZJan 22 08:44:48.439 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15502025-01-22T08:44:49.724ZJan 22 08:44:48.439 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15512025-01-22T08:44:49.724ZJan 22 08:44:48.439 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15522025-01-22T08:44:49.724ZJan 22 08:44:48.439 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15532025-01-22T08:44:49.910ZJan 22 08:44:48.607 INFO Download complete, target: DendriteOpenapi
15542025-01-22T08:44:50.103ZJan 22 08:44:48.816 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15552025-01-22T08:44:50.319ZJan 22 08:44:49.034 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15562025-01-22T08:44:50.655ZJan 22 08:44:49.370 INFO Download complete, target: Console
15572025-01-22T08:44:50.798ZJan 22 08:44:49.512 INFO Download complete, target: TransceiverControl
15582025-01-22T08:44:50.805ZJan 22 08:44:49.517 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15592025-01-22T08:44:50.805ZJan 22 08:44:49.520 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15602025-01-22T08:44:51.310ZJan 22 08:44:50.028 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15612025-01-22T08:44:51.310ZJan 22 08:44:50.028 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15622025-01-22T08:44:51.618ZJan 22 08:44:50.333 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15632025-01-22T08:44:53.814ZJan 22 08:44:52.508 INFO Download complete, target: MaghemiteMgd
15642025-01-22T08:44:53.831ZJan 22 08:44:52.518 INFO Download complete, target: DendriteStub
15652025-01-22T08:44:58.737ZJan 22 08:44:57.454 INFO Checking that binary works, target: Cockroach
15662025-01-22T08:44:58.897ZJan 22 08:44:57.614 INFO Download complete, target: Cockroach
15672025-01-22T08:45:04.096ZJan 22 08:45:02.811 INFO Checking that binary works, target: Clickhouse
15682025-01-22T08:45:04.241ZJan 22 08:45:02.957 INFO Download complete, target: Clickhouse
15692025-01-22T08:45:04.249ZAll prerequisites installed successfully
15702025-01-22T08:45:04.252Z
15712025-01-22T08:45:04.252Zreal 5:20.291983569
15722025-01-22T08:45:04.252Zuser 15:53.927044300
15732025-01-22T08:45:04.252Zsys 2:04.342957111
15742025-01-22T08:45:04.252Ztrap 0.571210024
15752025-01-22T08:45:04.252Ztflt 1.413439139
15762025-01-22T08:45:04.252Zdflt 1.457505334
15772025-01-22T08:45:04.252Zkflt 0.023988714
15782025-01-22T08:45:04.252Zlock 25:24.704741280
15792025-01-22T08:45:04.252Zslp 56:37.130226168
15802025-01-22T08:45:04.252Zlat 59.115594606
15812025-01-22T08:45:04.252Zstop 2:28.874062963
15822025-01-22T08:45:04.252Z+ ptime -m cargo xtask download softnpu
15832025-01-22T08:45:04.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
15842025-01-22T08:45:04.790Z Running `target/debug/xtask download softnpu`
15852025-01-22T08:45:05.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
15862025-01-22T08:45:05.646Z Running `target/debug/xtask-downloader softnpu`
15872025-01-22T08:45:05.686ZJan 22 08:45:04.397 INFO Starting download, target: Softnpu
15882025-01-22T08:45:05.702ZJan 22 08:45:04.398 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15892025-01-22T08:45:06.715ZJan 22 08:45:05.329 INFO Download complete, target: Softnpu
15902025-01-22T08:45:06.726Z
15912025-01-22T08:45:06.726Zreal 2.361679988
15922025-01-22T08:45:06.726Zuser 1.246795820
15932025-01-22T08:45:06.726Zsys 0.539675885
15942025-01-22T08:45:06.726Ztrap 0.000590294
15952025-01-22T08:45:06.726Ztflt 0.000055370
15962025-01-22T08:45:06.726Zdflt 0.000006069
15972025-01-22T08:45:06.726Zkflt 0.000000000
15982025-01-22T08:45:06.726Zlock 9.684158107
15992025-01-22T08:45:06.726Zslp 0.772564279
16002025-01-22T08:45:06.726Zlat 0.075626817
16012025-01-22T08:45:06.726Zstop 0.000162864
16022025-01-22T08:45:06.726Z+ export CARGO_INCREMENTAL=0
16032025-01-22T08:45:06.726Z+ CARGO_INCREMENTAL=0
16042025-01-22T08:45:06.726Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16052025-01-22T08:45:07.591Z Compiling proc-macro2 v1.0.92
16062025-01-22T08:45:07.591Z Compiling unicode-ident v1.0.14
16072025-01-22T08:45:07.594Z Compiling libc v0.2.169
16082025-01-22T08:45:07.594Z Compiling serde v1.0.217
16092025-01-22T08:45:07.594Z Compiling autocfg v1.4.0
16102025-01-22T08:45:07.594Z Compiling version_check v0.9.5
16112025-01-22T08:45:07.594Z Compiling cfg-if v1.0.0
16122025-01-22T08:45:07.845Z Compiling memchr v2.7.4
16132025-01-22T08:45:07.901Z Compiling typenum v1.17.0
16142025-01-22T08:45:07.996Z Compiling shlex v1.3.0
16152025-01-22T08:45:08.258Z Compiling value-bag v1.9.0
16162025-01-22T08:45:08.306Z Compiling scopeguard v1.2.0
16172025-01-22T08:45:08.339Z Compiling generic-array v0.14.7
16182025-01-22T08:45:08.523Z Compiling lock_api v0.4.12
16192025-01-22T08:45:08.724Z Compiling log v0.4.22
16202025-01-22T08:45:08.763Z Compiling parking_lot_core v0.9.10
16212025-01-22T08:45:09.110Z Compiling serde_json v1.0.135
16222025-01-22T08:45:09.160Z Compiling once_cell v1.20.2
16232025-01-22T08:45:09.398Z Compiling quote v1.0.38
16242025-01-22T08:45:09.423Z Compiling rustix v0.38.37
16252025-01-22T08:45:09.474Z Compiling libm v0.2.8
16262025-01-22T08:45:09.538Z Compiling jobserver v0.1.32
16272025-01-22T08:45:09.689Z Compiling getrandom v0.2.15
16282025-01-22T08:45:09.798Z Compiling syn v2.0.96
16292025-01-22T08:45:10.004Z Compiling cc v1.1.30
16302025-01-22T08:45:10.022Z Compiling aho-corasick v1.1.3
16312025-01-22T08:45:10.040Z Compiling num-traits v0.2.19
16322025-01-22T08:45:10.348Z Compiling regex-syntax v0.8.5
16332025-01-22T08:45:10.361Z Compiling thiserror v1.0.69
16342025-01-22T08:45:10.361Z Compiling either v1.13.0
16352025-01-22T08:45:10.362Z Compiling itoa v1.0.11
16362025-01-22T08:45:10.590Z Compiling spin v0.9.8
16372025-01-22T08:45:10.940Z Compiling slab v0.4.9
16382025-01-22T08:45:11.162Z Compiling errno v0.3.9
16392025-01-22T08:45:11.176Z Compiling byteorder v1.5.0
16402025-01-22T08:45:11.389Z Compiling lazy_static v1.5.0
16412025-01-22T08:45:11.536Z Compiling rand_core v0.6.4
16422025-01-22T08:45:11.637Z Compiling glob v0.3.1
16432025-01-22T08:45:12.044Z Compiling prettyplease v0.2.25
16442025-01-22T08:45:12.365Z Compiling clang-sys v1.8.1
16452025-01-22T08:45:12.419Z Compiling minimal-lexical v0.2.1
16462025-01-22T08:45:12.820Z Compiling nom v7.1.3
16472025-01-22T08:45:13.052Z Compiling libloading v0.8.5
16482025-01-22T08:45:13.071Z Compiling home v0.5.9
16492025-01-22T08:45:13.088Z Compiling bindgen v0.69.5
16502025-01-22T08:45:13.296Z Compiling subtle v2.6.1
16512025-01-22T08:45:13.401Z Compiling smallvec v1.13.2
16522025-01-22T08:45:13.709Z Compiling itertools v0.12.1
16532025-01-22T08:45:13.860Z Compiling regex-automata v0.4.8
16542025-01-22T08:45:14.061Z Compiling allocator-api2 v0.2.18
16552025-01-22T08:45:14.165Z Compiling lazycell v1.3.0
16562025-01-22T08:45:14.350Z Compiling rustc-hash v1.1.0
16572025-01-22T08:45:14.531Z Compiling cmake v0.1.51
16582025-01-22T08:45:14.973Z Compiling semver v1.0.24
16592025-01-22T08:45:15.347Z Compiling fs_extra v1.3.0
16602025-01-22T08:45:15.435Z Compiling dunce v1.0.5
16612025-01-22T08:45:16.850Z Compiling cexpr v0.6.0
16622025-01-22T08:45:16.852Z Compiling pkg-config v0.3.31
16632025-01-22T08:45:16.852Z Compiling ring v0.17.8
16642025-01-22T08:45:16.852Z Compiling synstructure v0.13.1
16652025-01-22T08:45:17.199Z Compiling ryu v1.0.18
16662025-01-22T08:45:17.271Z Compiling pin-project-lite v0.2.14
16672025-01-22T08:45:17.310Z Compiling paste v1.0.15
16682025-01-22T08:45:17.543Z Compiling fnv v1.0.7
16692025-01-22T08:45:17.688Z Compiling const-oid v0.9.6
16702025-01-22T08:45:17.827Z Compiling httparse v1.9.5
16712025-01-22T08:45:17.845Z Compiling schemars v0.8.21
16722025-01-22T08:45:18.189Z Compiling aws-lc-rs v1.10.0
16732025-01-22T08:45:18.594Z Compiling serde_derive_internals v0.29.1
16742025-01-22T08:45:18.772Z Compiling equivalent v1.0.1
16752025-01-22T08:45:18.908Z Compiling foldhash v0.1.3
16762025-01-22T08:45:19.287Z Compiling regex v1.11.1
16772025-01-22T08:45:19.290Z Compiling hashbrown v0.15.1
16782025-01-22T08:45:19.700Z Compiling signal-hook-registry v1.4.2
16792025-01-22T08:45:20.167Z Compiling heck v0.5.0
16802025-01-22T08:45:20.186Z Compiling parking_lot v0.12.3
16812025-01-22T08:45:20.473Z Compiling mio v1.0.2
16822025-01-22T08:45:20.625Z Compiling stable_deref_trait v1.2.0
16832025-01-22T08:45:21.256Z Compiling serde_derive v1.0.217
16842025-01-22T08:45:21.409Z Compiling zeroize_derive v1.4.2
16852025-01-22T08:45:22.109Z Compiling zerocopy-derive v0.7.35
16862025-01-22T08:45:22.264Z Compiling thiserror-impl v1.0.69
16872025-01-22T08:45:22.762Z Compiling zeroize v1.8.1
16882025-01-22T08:45:23.001Z Compiling tokio-macros v2.5.0
16892025-01-22T08:45:23.202Z Compiling zerofrom-derive v0.1.4
16902025-01-22T08:45:23.227Z Compiling yoke-derive v0.7.4
16912025-01-22T08:45:23.562Z Compiling zerovec-derive v0.10.3
16922025-01-22T08:45:23.575Z Compiling futures-macro v0.3.31
16932025-01-22T08:45:23.946Z Compiling displaydoc v0.2.5
16942025-01-22T08:45:24.906Z Compiling zerocopy v0.7.35
16952025-01-22T08:45:25.465Z Compiling crypto-common v0.1.6
16962025-01-22T08:45:25.525Z Compiling icu_provider_macros v1.5.0
16972025-01-22T08:45:25.574Z Compiling tracing-attributes v0.1.27
16982025-01-22T08:45:25.678Z Compiling schemars_derive v0.8.21
16992025-01-22T08:45:25.729Z Compiling block-buffer v0.10.4
17002025-01-22T08:45:26.033Z Compiling digest v0.10.7
17012025-01-22T08:45:26.382Z Compiling socket2 v0.5.7
17022025-01-22T08:45:26.528Z Compiling futures-core v0.3.31
17032025-01-22T08:45:26.799Z Compiling num-conv v0.1.0
17042025-01-22T08:45:26.819Z Compiling time-core v0.1.2
17052025-01-22T08:45:27.014Z Compiling crossbeam-utils v0.8.20
17062025-01-22T08:45:27.151Z Compiling time-macros v0.2.18
17072025-01-22T08:45:27.750Z Compiling der_derive v0.7.3
17082025-01-22T08:45:27.837Z Compiling vcpkg v0.2.15
17092025-01-22T08:45:29.294Z Compiling openssl-sys v0.9.103
17102025-01-22T08:45:29.901Z Compiling syn v1.0.109
17112025-01-22T08:45:30.115Z Compiling futures-sink v0.3.31
17122025-01-22T08:45:30.283Z Compiling cpufeatures v0.2.14
17132025-01-22T08:45:30.521Z Compiling slog v2.7.0
17142025-01-22T08:45:30.791Z Compiling ahash v0.8.11
17152025-01-22T08:45:30.965Z Compiling zerofrom v0.1.4
17162025-01-22T08:45:31.335Z Compiling iana-time-zone v0.1.61
17172025-01-22T08:45:31.506Z Compiling yoke v0.7.4
17182025-01-22T08:45:31.800Z Compiling futures-channel v0.3.31
17192025-01-22T08:45:31.900Z Compiling scroll_derive v0.12.0
17202025-01-22T08:45:32.041Z Compiling pin-utils v0.1.0
17212025-01-22T08:45:32.060Z Compiling openssl v0.10.66
17222025-01-22T08:45:32.155Z Compiling ucd-trie v0.1.7
17232025-01-22T08:45:32.270Z Compiling futures-task v0.3.31
17242025-01-22T08:45:32.474Z Compiling futures-io v0.3.31
17252025-01-22T08:45:32.553Z Compiling pest v2.7.14
17262025-01-22T08:45:32.625Z Compiling zerovec v0.10.4
17272025-01-22T08:45:32.817Z Compiling futures-util v0.3.31
17282025-01-22T08:45:33.707Z Compiling bitflags v2.6.0
17292025-01-22T08:45:33.945Z Compiling bytes v1.9.0
17302025-01-22T08:45:35.539Z Compiling indexmap v2.7.0
17312025-01-22T08:45:35.957Z Compiling tokio v1.43.0
17322025-01-22T08:45:36.874Z Compiling serde_tokenstream v0.2.2
17332025-01-22T08:45:37.338Z Compiling uuid v1.12.0
17342025-01-22T08:45:37.405Z Compiling http v1.2.0
17352025-01-22T08:45:38.719Z Compiling which v4.4.2
17362025-01-22T08:45:38.937Z Compiling chrono v0.4.39
17372025-01-22T08:45:38.991Z Compiling rustc_version v0.4.1
17382025-01-22T08:45:40.346Z Compiling hmac v0.12.1
17392025-01-22T08:45:41.828Z Compiling pest_meta v2.7.14
17402025-01-22T08:45:44.765Z Compiling block-padding v0.3.3
17412025-01-22T08:45:45.015Z Compiling openssl-macros v0.1.1
17422025-01-22T08:45:45.543Z Compiling rustls v0.23.19
17432025-01-22T08:45:45.758Z Compiling native-tls v0.2.12
17442025-01-22T08:45:45.856Z Compiling inout v0.1.3
17452025-01-22T08:45:45.928Z Compiling pest_generator v2.7.14
17462025-01-22T08:45:46.107Z Compiling tinystr v0.7.6
17472025-01-22T08:45:46.499Z Compiling toml_datetime v0.6.8
17482025-01-22T08:45:46.556Z Compiling serde_spanned v0.6.8
17492025-01-22T08:45:46.873Z Compiling tracing-core v0.1.32
17502025-01-22T08:45:46.913Z Compiling strsim v0.11.1
17512025-01-22T08:45:46.957Z Compiling litemap v0.7.3
17522025-01-22T08:45:47.427Z Compiling writeable v0.5.5
17532025-01-22T08:45:47.573Z Compiling dyn-clone v1.0.17
17542025-01-22T08:45:47.654Z Compiling pest_derive v2.7.14
17552025-01-22T08:45:47.828Z Compiling icu_locid v1.5.0
17562025-01-22T08:45:48.503Z Compiling tracing v0.1.40
17572025-01-22T08:45:48.997Z Compiling cipher v0.4.4
17582025-01-22T08:45:49.353Z Compiling sha2 v0.10.8
17592025-01-22T08:45:49.472Z Compiling cookie v0.18.1
17602025-01-22T08:45:49.705Z Compiling usdt-impl v0.5.0
17612025-01-22T08:45:50.018Z Compiling base64ct v1.6.0
17622025-01-22T08:45:50.151Z Compiling icu_provider v1.5.0
17632025-01-22T08:45:50.578Z Compiling pem-rfc7468 v0.7.0
17642025-01-22T08:45:51.452Z Compiling aws-lc-sys v0.22.0
17652025-01-22T08:45:52.155Z Compiling scroll v0.12.0
17662025-01-22T08:45:52.375Z Compiling ppv-lite86 v0.2.20
17672025-01-22T08:45:52.715Z Compiling async-trait v0.1.83
17682025-01-22T08:45:53.235Z Compiling flagset v0.4.6
17692025-01-22T08:45:53.468Z Compiling rustls-pki-types v1.10.0
17702025-01-22T08:45:54.903Z Compiling anyhow v1.0.95
17712025-01-22T08:45:55.174Z Compiling percent-encoding v2.3.1
17722025-01-22T08:45:55.410Z Compiling icu_locid_transform_data v1.5.0
17732025-01-22T08:45:55.529Z Compiling camino v1.1.9
17742025-01-22T08:45:55.633Z Compiling plain v0.2.3
17752025-01-22T08:45:55.933Z Compiling icu_locid_transform v1.5.0
17762025-01-22T08:45:56.067Z Compiling goblin v0.8.2
17772025-01-22T08:45:58.942Z Compiling der v0.7.9
17782025-01-22T08:46:00.893Z Compiling rand_chacha v0.3.1
17792025-01-22T08:46:01.844Z Compiling tokio-util v0.7.12
17802025-01-22T08:46:01.851Z Compiling icu_collections v1.5.0
17812025-01-22T08:46:02.586Z Compiling powerfmt v0.2.0
17822025-01-22T08:46:02.959Z Compiling untrusted v0.7.1
17832025-01-22T08:46:03.069Z Compiling rustls v0.22.4
17842025-01-22T08:46:03.095Z Compiling rayon-core v1.12.1
17852025-01-22T08:46:03.355Z Compiling mirai-annotations v1.12.0
17862025-01-22T08:46:03.393Z Compiling pretty-hex v0.4.1
17872025-01-22T08:46:03.555Z Compiling icu_properties_data v1.5.0
17882025-01-22T08:46:03.640Z Compiling untrusted v0.9.0
17892025-01-22T08:46:03.862Z Compiling icu_properties v1.5.1
17902025-01-22T08:46:04.139Z Compiling dof v0.3.0
17912025-01-22T08:46:04.805Z Compiling deranged v0.3.11
17922025-01-22T08:46:05.657Z Compiling rand v0.8.5
17932025-01-22T08:46:05.676Z Compiling spki v0.7.3
17942025-01-22T08:46:06.213Z Compiling salsa20 v0.10.2
17952025-01-22T08:46:06.463Z Compiling dtrace-parser v0.2.0
17962025-01-22T08:46:07.214Z Compiling pbkdf2 v0.12.2
17972025-01-22T08:46:08.048Z Compiling thread-id v4.2.2
17982025-01-22T08:46:08.192Z Compiling utf8_iter v1.0.4
17992025-01-22T08:46:08.235Z Compiling icu_normalizer_data v1.5.0
18002025-01-22T08:46:08.322Z Compiling write16 v1.0.0
18012025-01-22T08:46:08.532Z Compiling utf16_iter v1.0.5
18022025-01-22T08:46:08.689Z Compiling winnow v0.5.40
18032025-01-22T08:46:08.749Z Compiling num_threads v0.1.7
18042025-01-22T08:46:08.821Z Compiling litrs v0.4.1
18052025-01-22T08:46:08.887Z Compiling atomic-waker v1.1.2
18062025-01-22T08:46:09.449Z Compiling time v0.3.36
18072025-01-22T08:46:09.483Z Compiling icu_normalizer v1.5.0
18082025-01-22T08:46:09.822Z Compiling document-features v0.2.10
18092025-01-22T08:46:12.032Z Compiling toml_edit v0.19.15
18102025-01-22T08:46:14.101Z Compiling scrypt v0.11.0
18112025-01-22T08:46:14.139Z Compiling form_urlencoded v1.2.1
18122025-01-22T08:46:14.528Z Compiling cbc v0.1.2
18132025-01-22T08:46:14.578Z Compiling aes v0.8.4
18142025-01-22T08:46:14.657Z Compiling http-body v1.0.1
18152025-01-22T08:46:14.807Z Compiling multer v3.1.0
18162025-01-22T08:46:15.115Z Compiling tinyvec_macros v0.1.1
18172025-01-22T08:46:15.218Z Compiling try-lock v0.2.5
18182025-01-22T08:46:15.285Z Compiling slog-async v2.8.0
18192025-01-22T08:46:15.398Z Compiling rustversion v1.0.17
18202025-01-22T08:46:15.663Z Compiling pkcs5 v0.7.1
18212025-01-22T08:46:15.729Z Compiling want v0.3.1
18222025-01-22T08:46:16.113Z Compiling tinyvec v1.8.0
18232025-01-22T08:46:17.641Z Compiling idna_adapter v1.2.0
18242025-01-22T08:46:17.945Z Compiling h2 v0.4.6
18252025-01-22T08:46:18.299Z Compiling heapless v0.7.17
18262025-01-22T08:46:18.773Z Compiling bzip2-sys v0.1.11+1.0.8
18272025-01-22T08:46:19.048Z Compiling httpdate v1.0.3
18282025-01-22T08:46:19.183Z Compiling signal-hook v0.3.17
18292025-01-22T08:46:20.208Z Compiling idna v1.0.3
18302025-01-22T08:46:21.597Z Compiling pkcs8 v0.10.2
18312025-01-22T08:46:22.714Z Compiling usdt-attr-macro v0.5.0
18322025-01-22T08:46:22.890Z Compiling usdt-macro v0.5.0
18332025-01-22T08:46:24.173Z Compiling async-stream-impl v0.3.6
18342025-01-22T08:46:24.195Z Compiling base64 v0.22.1
18352025-01-22T08:46:24.408Z Compiling tower-service v0.3.3
18362025-01-22T08:46:25.279Z Compiling adler2 v2.0.0
18372025-01-22T08:46:25.495Z Compiling miniz_oxide v0.8.0
18382025-01-22T08:46:25.966Z Compiling hyper v1.5.2
18392025-01-22T08:46:28.248Z Compiling curve25519-dalek v4.1.3
18402025-01-22T08:46:28.668Z Compiling openapiv3 v2.0.0
18412025-01-22T08:46:28.886Z Compiling hyper-util v0.1.10
18422025-01-22T08:46:32.599Z Compiling enum-as-inner v0.6.1
18432025-01-22T08:46:33.127Z Compiling dropshot v0.12.0
18442025-01-22T08:46:33.448Z Compiling num-bigint-dig v0.8.4
18452025-01-22T08:46:33.600Z Compiling foreign-types-shared v0.1.1
18462025-01-22T08:46:33.776Z Compiling smoltcp v0.9.1
18472025-01-22T08:46:34.390Z Compiling newtype-uuid v1.2.1
18482025-01-22T08:46:34.643Z Compiling portable-atomic v1.9.0
18492025-01-22T08:46:34.696Z Compiling match_cfg v0.1.0
18502025-01-22T08:46:34.847Z Compiling hostname v0.3.1
18512025-01-22T08:46:35.038Z Compiling foreign-types v0.3.2
18522025-01-22T08:46:36.571Z Compiling url v2.5.3
18532025-01-22T08:46:38.450Z Compiling http-body-util v0.1.2
18542025-01-22T08:46:39.157Z Compiling dirs-sys-next v0.1.2
18552025-01-22T08:46:39.195Z Compiling encoding_rs v0.8.34
18562025-01-22T08:46:39.302Z Compiling gimli v0.31.1
18572025-01-22T08:46:39.625Z Compiling data-encoding v2.6.0
18582025-01-22T08:46:41.092Z Compiling siphasher v0.3.11
18592025-01-22T08:46:41.460Z Compiling ident_case v1.0.1
18602025-01-22T08:46:41.686Z Compiling heck v0.4.1
18612025-01-22T08:46:42.088Z Compiling mime v0.3.17
18622025-01-22T08:46:42.372Z Compiling darling_core v0.20.10
18632025-01-22T08:46:42.882Z Compiling dirs-next v2.0.0
18642025-01-22T08:46:43.960Z Compiling addr2line v0.24.2
18652025-01-22T08:46:46.504Z Compiling unicode-normalization v0.1.24
18662025-01-22T08:46:47.911Z Compiling serde_urlencoded v0.7.1
18672025-01-22T08:46:48.506Z Compiling crossbeam-epoch v0.9.18
18682025-01-22T08:46:49.197Z Compiling rustls-pemfile v2.2.0
18692025-01-22T08:46:49.669Z Compiling hubpack_derive v0.1.1
18702025-01-22T08:46:50.326Z Compiling dropshot_endpoint v0.12.0
18712025-01-22T08:46:50.505Z Compiling sha1 v0.10.6
18722025-01-22T08:46:50.525Z Compiling signature v2.2.0
18732025-01-22T08:46:50.556Z Compiling curve25519-dalek-derive v0.1.1
18742025-01-22T08:46:50.757Z Compiling zerocopy-derive v0.6.6
18752025-01-22T08:46:50.983Z Compiling object v0.36.5
18762025-01-22T08:46:52.518Z Compiling thread_local v1.1.8
18772025-01-22T08:46:52.966Z Compiling fs-err v2.11.0
18782025-01-22T08:46:56.671Z Compiling openssl-probe v0.1.5
18792025-01-22T08:46:57.180Z Compiling ipnet v2.10.1
18802025-01-22T08:46:58.135Z Compiling unicode-properties v0.1.3
18812025-01-22T08:46:59.494Z Compiling anstyle v1.0.10
18822025-01-22T08:46:59.680Z Compiling utf8parse v0.2.2
18832025-01-22T08:46:59.866Z Compiling winnow v0.6.20
18842025-01-22T08:46:59.926Z Compiling unicode-bidi v0.3.17
18852025-01-22T08:47:01.398Z Compiling rustc-demangle v0.1.24
18862025-01-22T08:47:03.793Z Compiling toml_edit v0.22.22
18872025-01-22T08:47:04.502Z Compiling backtrace v0.3.74
18882025-01-22T08:47:05.388Z Compiling rustls-webpki v0.102.8
18892025-01-22T08:47:07.130Z Compiling stringprep v0.1.5
18902025-01-22T08:47:08.045Z Compiling anstyle-parse v0.2.5
18912025-01-22T08:47:12.312Z Compiling crossbeam-deque v0.8.5
18922025-01-22T08:47:12.692Z Compiling darling_macro v0.20.10
18932025-01-22T08:47:13.573Z Compiling term v0.7.0
18942025-01-22T08:47:14.246Z Compiling slog-json v2.6.1
18952025-01-22T08:47:15.302Z Compiling crossbeam-channel v0.5.13
18962025-01-22T08:47:15.511Z Compiling hashbrown v0.14.5
18972025-01-22T08:47:16.190Z Compiling futures-executor v0.3.31
18982025-01-22T08:47:16.523Z Compiling num-integer v0.1.46
18992025-01-22T08:47:16.647Z Compiling md-5 v0.10.6
19002025-01-22T08:47:16.689Z Compiling ff v0.13.0
19012025-01-22T08:47:16.894Z Compiling hash32 v0.2.1
19022025-01-22T08:47:16.917Z Compiling is-terminal v0.4.13
19032025-01-22T08:47:16.937Z Compiling memmap v0.7.0
19042025-01-22T08:47:17.242Z Compiling anstyle-query v1.1.1
19052025-01-22T08:47:17.242Z Compiling base16ct v0.2.0
19062025-01-22T08:47:17.278Z Compiling psl-types v2.0.11
19072025-01-22T08:47:17.506Z Compiling fallible-iterator v0.2.0
19082025-01-22T08:47:17.540Z Compiling utf-8 v0.7.6
19092025-01-22T08:47:17.851Z Compiling take_mut v0.2.2
19102025-01-22T08:47:18.033Z Compiling colorchoice v1.0.2
19112025-01-22T08:47:18.206Z Compiling linked-hash-map v0.5.6
19122025-01-22T08:47:18.303Z Compiling is_terminal_polyfill v1.70.1
19132025-01-22T08:47:18.456Z Compiling quick-error v1.2.3
19142025-01-22T08:47:18.477Z Compiling publicsuffix v2.3.0
19152025-01-22T08:47:18.561Z Compiling lru-cache v0.1.2
19162025-01-22T08:47:18.619Z Compiling resolv-conf v0.7.0
19172025-01-22T08:47:18.653Z Compiling anstream v0.6.15
19182025-01-22T08:47:18.760Z Compiling postgres-protocol v0.6.7
19192025-01-22T08:47:19.227Z Compiling tungstenite v0.24.0
19202025-01-22T08:47:19.634Z Compiling sec1 v0.7.3
19212025-01-22T08:47:19.894Z Compiling usdt v0.5.0
19222025-01-22T08:47:20.167Z Compiling num-iter v0.1.45
19232025-01-22T08:47:20.346Z Compiling slog-term v2.9.1
19242025-01-22T08:47:20.369Z Compiling group v0.13.0
19252025-01-22T08:47:20.693Z Compiling regress v0.10.1
19262025-01-22T08:47:20.750Z Compiling futures v0.3.31
19272025-01-22T08:47:24.148Z Compiling slog-bunyan v2.5.0
19282025-01-22T08:47:24.151Z Compiling darling v0.20.10
19292025-01-22T08:47:24.282Z Compiling tokio-rustls v0.26.0
19302025-01-22T08:47:24.362Z Compiling tokio-native-tls v0.3.1
19312025-01-22T08:47:24.688Z Compiling tokio-rustls v0.25.0
19322025-01-22T08:47:24.729Z Compiling toml v0.8.19
19332025-01-22T08:47:25.296Z Compiling hickory-proto v0.24.2
19342025-01-22T08:47:25.387Z Compiling strum_macros v0.25.3
19352025-01-22T08:47:26.103Z Compiling phf_shared v0.11.2
19362025-01-22T08:47:26.483Z Compiling async-stream v0.3.6
19372025-01-22T08:47:26.578Z Compiling waitgroup v0.1.2
19382025-01-22T08:47:26.597Z Compiling webpki-roots v0.26.6
19392025-01-22T08:47:26.860Z Compiling hkdf v0.12.4
19402025-01-22T08:47:27.072Z Compiling terminal_size v0.4.0
19412025-01-22T08:47:27.109Z Compiling serde_path_to_error v0.1.16
19422025-01-22T08:47:27.456Z Compiling crypto-bigint v0.5.5
19432025-01-22T08:47:27.803Z Compiling clap_derive v4.5.18
19442025-01-22T08:47:27.856Z Compiling serde_repr v0.1.19
19452025-01-22T08:47:28.816Z Compiling derive-where v1.2.7
19462025-01-22T08:47:28.909Z Compiling hostname v0.4.0
19472025-01-22T08:47:29.130Z Compiling crc32fast v1.4.2
19482025-01-22T08:47:29.467Z Compiling bitflags v1.3.2
19492025-01-22T08:47:29.713Z Compiling debug-ignore v1.0.5
19502025-01-22T08:47:30.007Z Compiling managed v0.8.0
19512025-01-22T08:47:30.522Z Compiling clap_lex v0.7.2
19522025-01-22T08:47:31.128Z Compiling unicode-width v0.1.14
19532025-01-22T08:47:31.691Z Compiling console v0.15.8
19542025-01-22T08:47:32.903Z Compiling clap_builder v4.5.21
19552025-01-22T08:47:33.450Z Compiling hickory-resolver v0.24.2
19562025-01-22T08:47:33.932Z Compiling elliptic-curve v0.13.8
19572025-01-22T08:47:35.067Z Compiling flate2 v1.0.35
19582025-01-22T08:47:36.628Z Compiling hyper-rustls v0.27.3
19592025-01-22T08:47:38.597Z Compiling phf v0.11.2
19602025-01-22T08:47:39.528Z Compiling hyper-tls v0.6.0
19612025-01-22T08:47:39.995Z Compiling typify-impl v0.2.0
19622025-01-22T08:47:40.014Z Compiling signal-hook-mio v0.2.4
19632025-01-22T08:47:40.069Z Compiling rayon v1.10.0
19642025-01-22T08:47:40.151Z Compiling bzip2 v0.4.4
19652025-01-22T08:47:40.199Z Compiling cookie_store v0.21.1
19662025-01-22T08:47:41.526Z Compiling tokio-tungstenite v0.24.0
19672025-01-22T08:47:42.366Z Compiling postgres-types v0.2.8
19682025-01-22T08:47:44.548Z Compiling zerocopy v0.6.6
19692025-01-22T08:47:44.592Z Compiling ed25519 v2.2.3
19702025-01-22T08:47:45.042Z Compiling hubpack v0.1.2
19712025-01-22T08:47:45.213Z Compiling phf_shared v0.10.0
19722025-01-22T08:47:45.321Z Compiling pkcs1 v0.7.5
19732025-01-22T08:47:45.558Z Compiling tokio-stream v0.1.16
19742025-01-22T08:47:46.231Z Compiling ipnetwork v0.20.0
19752025-01-22T08:47:46.564Z Compiling rfc6979 v0.4.0
19762025-01-22T08:47:46.691Z Compiling serde-big-array v0.5.1
19772025-01-22T08:47:46.793Z Compiling float-cmp v0.9.0
19782025-01-22T08:47:46.944Z Compiling sync_wrapper v1.0.1
19792025-01-22T08:47:47.117Z Compiling bstr v1.10.0
19802025-01-22T08:47:48.253Z Compiling unicode-width v0.2.0
19812025-01-22T08:47:48.607Z Compiling fixedbitset v0.4.2
19822025-01-22T08:47:48.821Z Compiling whoami v1.5.2
19832025-01-22T08:47:49.313Z Compiling unicode-segmentation v1.12.0
19842025-01-22T08:47:49.670Z Compiling normalize-line-endings v0.3.0
19852025-01-22T08:47:49.825Z Compiling number_prefix v0.4.0
19862025-01-22T08:47:50.047Z Compiling bit-vec v0.6.3
19872025-01-22T08:47:50.072Z Compiling predicates-core v1.0.8
19882025-01-22T08:47:50.191Z Compiling static_assertions v1.1.0
19892025-01-22T08:47:50.319Z Compiling difflib v0.4.0
19902025-01-22T08:47:50.375Z Compiling precomputed-hash v0.1.1
19912025-01-22T08:47:50.451Z Compiling new_debug_unreachable v1.0.6
19922025-01-22T08:47:50.552Z Compiling typify-macro v0.2.0
19932025-01-22T08:47:50.571Z Compiling string_cache v0.8.7
19942025-01-22T08:47:50.823Z Compiling predicates v3.1.2
19952025-01-22T08:47:52.147Z Compiling reqwest v0.12.9
19962025-01-22T08:47:52.321Z Compiling bit-set v0.5.3
19972025-01-22T08:47:52.366Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19982025-01-22T08:47:52.614Z Compiling similar v2.6.0
19992025-01-22T08:47:52.769Z Compiling indicatif v0.17.9
20002025-01-22T08:47:53.907Z Compiling tokio-postgres v0.7.12
20012025-01-22T08:47:54.431Z Compiling petgraph v0.6.5
20022025-01-22T08:47:55.492Z Compiling ecdsa v0.16.9
20032025-01-22T08:47:56.328Z Compiling qorb v0.2.1
20042025-01-22T08:47:57.873Z Compiling rsa v0.9.6
20052025-01-22T08:47:58.394Z Compiling ed25519-dalek v2.1.1
20062025-01-22T08:47:58.931Z Compiling zip v0.6.6
20072025-01-22T08:47:59.194Z Compiling crossterm v0.28.1
20082025-01-22T08:47:59.315Z Compiling clap v4.5.21
20092025-01-22T08:48:01.661Z Compiling toml v0.7.8
20102025-01-22T08:48:01.729Z Compiling x509-cert v0.2.5
20112025-01-22T08:48:02.339Z Compiling hex v0.4.3
20122025-01-22T08:48:03.273Z Compiling itertools v0.10.5
20132025-01-22T08:48:03.823Z Compiling zerocopy v0.8.10
20142025-01-22T08:48:03.894Z Compiling lalrpop-util v0.19.12
20152025-01-22T08:48:04.149Z Compiling peg-runtime v0.8.3
20162025-01-22T08:48:04.257Z Compiling unicode-xid v0.2.6
20172025-01-22T08:48:05.823Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20182025-01-22T08:48:10.423Z Compiling proc-macro-crate v1.3.1
20192025-01-22T08:48:11.296Z Compiling macaddr v1.0.1
20202025-01-22T08:48:11.571Z Compiling zerocopy-derive v0.8.10
20212025-01-22T08:48:11.848Z Compiling itertools v0.13.0
20222025-01-22T08:48:14.099Z Compiling heapless v0.8.0
20232025-01-22T08:48:14.823Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20242025-01-22T08:48:20.114Z Compiling num_enum_derive v0.5.11
20252025-01-22T08:48:27.667Z Compiling hash32 v0.3.1
20262025-01-22T08:48:28.879Z Compiling smoltcp v0.11.0
20272025-01-22T08:48:29.545Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20282025-01-22T08:48:34.185Z Compiling num_enum v0.5.11
20292025-01-22T08:48:34.213Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20302025-01-22T08:48:34.889Z Compiling typify v0.2.0
20312025-01-22T08:48:35.048Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
20322025-01-22T08:48:36.108Z Compiling proc-macro-error-attr v1.0.4
20332025-01-22T08:48:36.171Z Compiling thiserror v2.0.11
20342025-01-22T08:48:36.436Z Compiling unsafe-libyaml v0.2.11
20352025-01-22T08:48:36.457Z Compiling cobs v0.2.3
20362025-01-22T08:48:36.756Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20372025-01-22T08:48:38.234Z Compiling serde_yaml v0.9.34+deprecated
20382025-01-22T08:48:38.827Z Compiling postcard v1.0.10
20392025-01-22T08:48:51.370Z Compiling progenitor-impl v0.8.0
20402025-01-22T08:48:54.384Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20412025-01-22T08:49:04.570Z Compiling strum_macros v0.26.4
20422025-01-22T08:49:05.415Z Compiling thiserror-impl v2.0.11
20432025-01-22T08:49:05.778Z Compiling foreign-types-macros v0.2.3
20442025-01-22T08:49:05.827Z Compiling structmeta-derive v0.3.0
20452025-01-22T08:49:06.318Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20462025-01-22T08:49:06.669Z Compiling proc-macro-error v1.0.4
20472025-01-22T08:49:07.116Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20482025-01-22T08:49:08.452Z Compiling foreign-types-shared v0.3.1
20492025-01-22T08:49:08.746Z Compiling strum v0.26.3
20502025-01-22T08:49:09.123Z Compiling foreign-types v0.5.0
20512025-01-22T08:49:10.118Z Compiling structmeta v0.3.0
20522025-01-22T08:49:14.244Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20532025-01-22T08:49:18.481Z Compiling progenitor-macro v0.8.0
20542025-01-22T08:49:21.765Z Compiling progenitor-client v0.8.0
20552025-01-22T08:49:22.637Z Compiling tabwriter v1.4.0
20562025-01-22T08:49:23.427Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20572025-01-22T08:49:24.225Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20582025-01-22T08:49:25.447Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20592025-01-22T08:49:26.241Z Compiling cstr-argument v0.1.2
20602025-01-22T08:49:26.287Z Compiling dropshot v0.15.1
20612025-01-22T08:49:26.520Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20622025-01-22T08:49:26.540Z Compiling pretty-hex v0.2.1
20632025-01-22T08:49:26.617Z Compiling crucible-workspace-hack v0.1.0
20642025-01-22T08:49:26.871Z Compiling fastrand v2.1.1
20652025-01-22T08:49:27.352Z Compiling tempfile v3.13.0
20662025-01-22T08:49:27.603Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20672025-01-22T08:49:28.093Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20682025-01-22T08:49:28.510Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20692025-01-22T08:49:28.908Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20702025-01-22T08:49:29.111Z Compiling parse-display-derive v0.10.0
20712025-01-22T08:49:29.467Z Compiling progenitor v0.8.0
20722025-01-22T08:49:29.681Z Compiling colored v2.1.0
20732025-01-22T08:49:29.710Z Compiling serde_with_macros v3.11.0
20742025-01-22T08:49:30.228Z Compiling dropshot_endpoint v0.15.1
20752025-01-22T08:49:30.936Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20762025-01-22T08:49:31.689Z Compiling instant v0.1.13
20772025-01-22T08:49:31.897Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20782025-01-22T08:49:32.112Z Compiling serde_with v3.11.0
20792025-01-22T08:49:32.294Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20802025-01-22T08:49:32.756Z Compiling parse-display v0.10.0
20812025-01-22T08:49:34.369Z Compiling backoff v0.4.0
20822025-01-22T08:49:34.647Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20832025-01-22T08:49:34.874Z Compiling zone_cfg_derive v0.3.0
20842025-01-22T08:49:35.268Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20852025-01-22T08:49:36.064Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20862025-01-22T08:49:36.203Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20872025-01-22T08:49:36.710Z Compiling camino-tempfile v1.1.1
20882025-01-22T08:49:36.901Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
20892025-01-22T08:49:36.953Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20902025-01-22T08:49:37.171Z Compiling regress v0.9.1
20912025-01-22T08:49:37.387Z Compiling progenitor-client v0.9.1
20922025-01-22T08:49:37.474Z Compiling num-derive v0.4.2
20932025-01-22T08:49:38.344Z Compiling sigpipe v0.1.3
20942025-01-22T08:49:38.500Z Compiling libefi-sys v0.1.0
20952025-01-22T08:49:38.823Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20962025-01-22T08:49:39.207Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20972025-01-22T08:49:39.638Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
20982025-01-22T08:49:41.177Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20992025-01-22T08:49:42.472Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
21002025-01-22T08:49:43.037Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
21012025-01-22T08:49:44.390Z Compiling zone v0.3.0
21022025-01-22T08:49:47.191Z Compiling smf v0.2.3
21032025-01-22T08:49:47.761Z Compiling bitfield-struct v0.6.2
21042025-01-22T08:49:48.787Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21052025-01-22T08:49:49.116Z Compiling blake3 v1.5.4
21062025-01-22T08:49:49.196Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21072025-01-22T08:49:49.780Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21082025-01-22T08:49:49.799Z Compiling xattr v1.3.1
21092025-01-22T08:49:49.911Z Compiling filetime v0.2.25
21102025-01-22T08:49:50.133Z Compiling memmap2 v0.9.5
21112025-01-22T08:49:50.280Z Compiling constant_time_eq v0.3.1
21122025-01-22T08:49:50.391Z Compiling same-file v1.0.6
21132025-01-22T08:49:50.481Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21142025-01-22T08:49:50.625Z Compiling arrayref v0.3.9
21152025-01-22T08:49:50.658Z Compiling arrayvec v0.7.6
21162025-01-22T08:49:50.687Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21172025-01-22T08:49:50.748Z Compiling walkdir v2.5.0
21182025-01-22T08:49:50.849Z Compiling tar v0.4.42
21192025-01-22T08:49:52.457Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21202025-01-22T08:49:52.882Z Compiling gethostname v0.5.0
21212025-01-22T08:49:53.111Z Compiling cargo-platform v0.1.8
21222025-01-22T08:49:53.601Z Compiling topological-sort v0.2.2
21232025-01-22T08:49:53.747Z Compiling cargo_metadata v0.18.1
21242025-01-22T08:49:53.896Z Compiling omicron-zone-package v0.12.0
21252025-01-22T08:49:54.185Z Compiling indent_write v2.2.0
21262025-01-22T08:49:54.460Z Compiling shell-words v1.1.0
21272025-01-22T08:49:56.763Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21282025-01-22T08:49:59.249Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21292025-01-22T08:50:01.064Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21302025-01-22T08:50:22.272Z Finished `release` profile [optimized] target(s) in 5m 15s
21312025-01-22T08:50:22.440Z Running `target/release/omicron-package -t test target create -p dev`
21322025-01-22T08:50:22.490ZLogging to: /work/oxidecomputer/omicron/out/LOG
21332025-01-22T08:50:22.493ZCreated new build target 'test' and set it as active
21342025-01-22T08:50:22.493Z
21352025-01-22T08:50:22.493Zreal 5:15.827968627
21362025-01-22T08:50:22.493Zuser 36:53.747607498
21372025-01-22T08:50:22.493Zsys 3:25.201116946
21382025-01-22T08:50:22.493Ztrap 1.177589368
21392025-01-22T08:50:22.493Ztflt 2.784325740
21402025-01-22T08:50:22.493Zdflt 0.542730035
21412025-01-22T08:50:22.493Zkflt 0.028556612
21422025-01-22T08:50:22.493Zlock 1:14:12.931665183
21432025-01-22T08:50:22.493Zslp 2:29:10.438709730
21442025-01-22T08:50:22.493Zlat 2:45.988517636
21452025-01-22T08:50:22.493Zstop 4:55.825179290
21462025-01-22T08:50:22.496Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21472025-01-22T08:50:23.451Z Finished `release` profile [optimized] target(s) in 0.90s
21482025-01-22T08:50:23.511Z Running `target/release/omicron-package -t test package`
21492025-01-22T08:50:23.556ZLogging to: /work/oxidecomputer/omicron/out/LOG
21502025-01-22T08:50:24.677Z Compiling thiserror v2.0.11
21512025-01-22T08:50:24.813Z Compiling typify-impl v0.3.0
21522025-01-22T08:50:24.826Z Compiling convert_case v0.4.0
21532025-01-22T08:50:24.829Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21542025-01-22T08:50:24.829Z Compiling newline-converter v0.3.0
21552025-01-22T08:50:24.838Z Compiling password-hash v0.5.0
21562025-01-22T08:50:24.841Z Compiling blake2 v0.10.6
21572025-01-22T08:50:24.843Z Compiling base64 v0.21.7
21582025-01-22T08:50:25.104Z Compiling expectorate v1.1.0
21592025-01-22T08:50:25.143Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21602025-01-22T08:50:25.357Z Compiling atomicwrites v0.4.4
21612025-01-22T08:50:25.478Z Compiling derive_more v0.99.18
21622025-01-22T08:50:25.836Z Compiling argon2 v0.5.3
21632025-01-22T08:50:25.879Z Compiling owo-colors v4.1.0
21642025-01-22T08:50:25.932Z Compiling cancel-safe-futures v0.1.5
21652025-01-22T08:50:26.140Z Compiling num-rational v0.4.2
21662025-01-22T08:50:26.239Z Compiling progenitor-client v0.9.1
21672025-01-22T08:50:26.312Z Compiling num-complex v0.4.6
21682025-01-22T08:50:26.776Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21692025-01-22T08:50:27.366Z Compiling num v0.4.3
21702025-01-22T08:50:27.518Z Compiling libsw v3.3.1
21712025-01-22T08:50:27.755Z Compiling linear-map v1.2.0
21722025-01-22T08:50:27.864Z Compiling swrite v0.1.0
21732025-01-22T08:50:28.038Z Compiling float-ord v0.3.2
21742025-01-22T08:50:28.177Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21752025-01-22T08:50:28.228Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21762025-01-22T08:50:28.244Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21772025-01-22T08:50:28.648Z Compiling highway v1.2.0
21782025-01-22T08:50:29.859Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21792025-01-22T08:50:30.139Z Compiling semver v0.1.20
21802025-01-22T08:50:30.685Z Compiling rustc_version v0.1.7
21812025-01-22T08:50:31.109Z Compiling newtype_derive v0.1.6
21822025-01-22T08:50:31.445Z Compiling tungstenite v0.21.0
21832025-01-22T08:50:31.548Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21842025-01-22T08:50:35.712Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21852025-01-22T08:50:35.961Z Compiling typify-macro v0.3.0
21862025-01-22T08:50:36.501Z Compiling ipnetwork v0.20.0
21872025-01-22T08:50:37.273Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
21882025-01-22T08:50:37.598Z Compiling tokio-tungstenite v0.21.0
21892025-01-22T08:50:37.902Z Compiling progenitor-client v0.8.0
21902025-01-22T08:50:37.924Z Compiling humantime v2.1.0
21912025-01-22T08:50:38.349Z Compiling progenitor v0.8.0
21922025-01-22T08:50:38.375Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
21932025-01-22T08:50:38.565Z Compiling dropshot v0.15.1
21942025-01-22T08:50:38.646Z Compiling instant v0.1.13
21952025-01-22T08:50:38.776Z Compiling backoff v0.4.0
21962025-01-22T08:50:39.135Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21972025-01-22T08:50:39.213Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21982025-01-22T08:50:39.383Z Compiling typify v0.3.0
21992025-01-22T08:50:39.578Z Compiling progenitor-impl v0.9.1
22002025-01-22T08:50:45.787Z Compiling progenitor-macro v0.9.1
22012025-01-22T08:50:46.356Z Compiling steno v0.4.1
22022025-01-22T08:50:46.688Z Compiling parse-display v0.10.0
22032025-01-22T08:50:47.169Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22042025-01-22T08:50:47.226Z Compiling serde_with v3.11.0
22052025-01-22T08:50:47.367Z Compiling strum v0.26.3
22062025-01-22T08:50:47.582Z Compiling regress v0.9.1
22072025-01-22T08:50:50.483Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22082025-01-22T08:50:51.684Z Compiling macaddr v1.0.1
22092025-01-22T08:50:52.134Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22102025-01-22T08:50:52.234Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22112025-01-22T08:50:52.501Z Compiling slog-dtrace v0.3.0
22122025-01-22T08:50:53.056Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
22132025-01-22T08:50:53.115Z Compiling prettyplease v0.2.25
22142025-01-22T08:50:54.971Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22152025-01-22T08:50:57.078Z Compiling progenitor v0.9.1
22162025-01-22T08:50:57.319Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22172025-01-22T08:50:58.710Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22182025-01-22T08:51:08.128Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22192025-01-22T08:51:09.926Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22202025-01-22T08:51:10.948Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22212025-01-22T08:51:12.011Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22222025-01-22T08:51:12.509Z Compiling half v2.4.1
22232025-01-22T08:51:14.896Z Compiling ciborium-io v0.2.2
22242025-01-22T08:51:15.060Z Compiling ciborium-ll v0.2.2
22252025-01-22T08:51:15.597Z Compiling ciborium v0.2.2
22262025-01-22T08:51:15.917Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22272025-01-22T08:51:16.398Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22282025-01-22T08:51:17.642Z Compiling display-error-chain v0.2.2
22292025-01-22T08:51:17.820Z Compiling same-file v1.0.6
22302025-01-22T08:51:17.870Z Compiling fastrand v2.1.1
22312025-01-22T08:51:18.090Z Compiling walkdir v2.5.0
22322025-01-22T08:51:18.352Z Compiling tempfile v3.13.0
22332025-01-22T08:51:18.700Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22342025-01-22T08:51:19.045Z Compiling blake3 v1.5.4
22352025-01-22T08:51:19.707Z Compiling const_format_proc_macros v0.2.33
22362025-01-22T08:51:21.303Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22372025-01-22T08:51:21.499Z Compiling xattr v1.3.1
22382025-01-22T08:51:21.746Z Compiling filetime v0.2.25
22392025-01-22T08:51:21.815Z Compiling memmap2 v0.9.5
22402025-01-22T08:51:22.040Z Compiling crunchy v0.2.2
22412025-01-22T08:51:22.061Z Compiling constant_time_eq v0.3.1
22422025-01-22T08:51:22.224Z Compiling keccak v0.1.5
22432025-01-22T08:51:22.248Z Compiling arrayref v0.3.9
22442025-01-22T08:51:22.372Z Compiling maplit v1.0.2
22452025-01-22T08:51:22.500Z Compiling arrayvec v0.7.6
22462025-01-22T08:51:22.522Z Compiling sha3 v0.10.8
22472025-01-22T08:51:23.375Z Compiling tar v0.4.42
22482025-01-22T08:51:23.393Z Compiling const_format v0.2.33
22492025-01-22T08:51:23.919Z Compiling camino-tempfile v1.1.1
22502025-01-22T08:51:24.194Z Compiling toolchain_find v0.4.0
22512025-01-22T08:51:24.354Z Compiling topological-sort v0.2.2
22522025-01-22T08:51:24.605Z Compiling tiny-keccak v2.0.2
22532025-01-22T08:51:24.625Z Compiling radium v0.7.0
22542025-01-22T08:51:24.730Z Compiling omicron-zone-package v0.12.0
22552025-01-22T08:51:24.950Z Compiling rustfmt-wrapper v0.2.1
22562025-01-22T08:51:25.219Z Compiling dsl_auto_type v0.1.2
22572025-01-22T08:51:25.395Z Compiling scheduled-thread-pool v0.2.7
22582025-01-22T08:51:25.531Z Compiling diesel_table_macro_syntax v0.2.0
22592025-01-22T08:51:25.928Z Compiling maybe-uninit v2.0.0
22602025-01-22T08:51:26.407Z Compiling tap v1.0.1
22612025-01-22T08:51:26.465Z Compiling diesel_derives v2.2.3
22622025-01-22T08:51:26.605Z Compiling wyz v0.5.1
22632025-01-22T08:51:26.861Z Compiling r2d2 v0.8.10
22642025-01-22T08:51:27.546Z Compiling phf_generator v0.11.2
22652025-01-22T08:51:27.761Z Compiling ascii-canvas v3.0.0
22662025-01-22T08:51:27.795Z Compiling secrecy v0.8.0
22672025-01-22T08:51:28.068Z Compiling async-recursion v1.1.1
22682025-01-22T08:51:28.218Z Compiling ena v0.14.3
22692025-01-22T08:51:28.643Z Compiling crc-catalog v2.4.0
22702025-01-22T08:51:28.823Z Compiling packed_struct v0.10.1
22712025-01-22T08:51:29.258Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22722025-01-22T08:51:29.428Z Compiling diff v0.1.13
22732025-01-22T08:51:29.494Z Compiling regex-syntax v0.6.29
22742025-01-22T08:51:29.590Z Compiling funty v2.0.0
22752025-01-22T08:51:29.754Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22762025-01-22T08:51:29.893Z Compiling arc-swap v1.7.1
22772025-01-22T08:51:30.352Z Compiling slog-scope v4.4.0
22782025-01-22T08:51:30.531Z Compiling bitvec v1.0.1
22792025-01-22T08:51:31.230Z Compiling crc v3.2.1
22802025-01-22T08:51:32.327Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22812025-01-22T08:51:33.348Z Compiling lalrpop v0.19.12
22822025-01-22T08:51:34.605Z Compiling phf_codegen v0.11.2
22832025-01-22T08:51:34.946Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22842025-01-22T08:51:34.974Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22852025-01-22T08:51:35.209Z Compiling universal-hash v0.5.1
22862025-01-22T08:51:35.462Z Compiling thiserror-impl-no-std v2.0.2
22872025-01-22T08:51:36.013Z Compiling packed_struct_codegen v0.10.1
22882025-01-22T08:51:37.336Z Compiling diesel v2.2.6
22892025-01-22T08:51:37.918Z Compiling parse-zoneinfo v0.3.1
22902025-01-22T08:51:38.342Z Compiling unicase v2.7.0
22912025-01-22T08:51:38.673Z Compiling indexmap v1.9.3
22922025-01-22T08:51:39.009Z Compiling nodrop v0.1.14
22932025-01-22T08:51:39.172Z Compiling ref-cast v1.0.23
22942025-01-22T08:51:39.325Z Compiling opaque-debug v0.3.1
22952025-01-22T08:51:39.449Z Compiling poly1305 v0.8.0
22962025-01-22T08:51:39.720Z Compiling array-init v0.0.4
22972025-01-22T08:51:40.800Z Compiling chrono-tz-build v0.4.0
22982025-01-22T08:51:41.803Z Compiling thiserror-no-std v2.0.2
22992025-01-22T08:51:41.972Z Compiling smallvec v0.6.14
23002025-01-22T08:51:43.020Z Compiling slog-stdlog v4.1.1
23012025-01-22T08:51:43.844Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23022025-01-22T08:51:44.153Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23032025-01-22T08:51:44.470Z Compiling derive_builder_core v0.20.2
23042025-01-22T08:51:44.772Z Compiling chacha20 v0.9.1
23052025-01-22T08:51:45.278Z Compiling headers-core v0.3.0
23062025-01-22T08:51:45.478Z Compiling aead v0.5.2
23072025-01-22T08:51:45.855Z Compiling libxml v0.3.3
23082025-01-22T08:51:46.239Z Compiling ref-cast-impl v1.0.23
23092025-01-22T08:51:46.566Z Compiling vte_generate_state_changes v0.1.2
23102025-01-22T08:51:47.038Z Compiling bitfield v0.14.0
23112025-01-22T08:51:47.302Z Compiling termcolor v1.4.1
23122025-01-22T08:51:47.320Z Compiling hashbrown v0.12.3
23132025-01-22T08:51:48.356Z Compiling env_logger v0.10.2
23142025-01-22T08:51:49.851Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23152025-01-22T08:51:51.404Z Compiling vte v0.11.1
23162025-01-22T08:51:52.962Z Compiling derive_builder_macro v0.20.2
23172025-01-22T08:51:53.858Z Compiling chacha20poly1305 v0.10.1
23182025-01-22T08:51:54.122Z Compiling headers v0.4.0
23192025-01-22T08:51:56.169Z Compiling polar-core v0.27.3
23202025-01-22T08:51:57.883Z Compiling slog-envlogger v2.2.0
23212025-01-22T08:51:59.548Z Compiling serde-hex v0.1.0
23222025-01-22T08:52:00.564Z Compiling vsss-rs v3.3.4
23232025-01-22T08:52:04.399Z Compiling chrono-tz v0.10.0
23242025-01-22T08:52:04.542Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23252025-01-22T08:52:05.072Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23262025-01-22T08:52:05.418Z Compiling ron v0.8.1
23272025-01-22T08:52:07.507Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23282025-01-22T08:52:07.826Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23292025-01-22T08:52:08.663Z Compiling hashbrown v0.13.2
23302025-01-22T08:52:09.934Z Compiling strum_macros v0.24.3
23312025-01-22T08:52:11.030Z Compiling fxhash v0.2.1
23322025-01-22T08:52:11.292Z Compiling samael v0.0.17
23332025-01-22T08:52:12.313Z Compiling lockfree-object-pool v0.1.6
23342025-01-22T08:52:12.635Z Compiling bumpalo v3.16.0
23352025-01-22T08:52:12.936Z Compiling indoc v1.0.9
23362025-01-22T08:52:12.939Z Compiling bytecount v0.6.8
23372025-01-22T08:52:13.218Z Compiling crc-any v2.5.0
23382025-01-22T08:52:13.294Z Compiling zip v2.1.3
23392025-01-22T08:52:13.652Z Compiling simd-adler32 v0.3.7
23402025-01-22T08:52:14.154Z Compiling zopfli v0.8.1
23412025-01-22T08:52:14.313Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23422025-01-22T08:52:14.911Z Compiling papergrid v0.11.0
23432025-01-22T08:52:23.841Z Compiling object v0.30.4
23442025-01-22T08:52:25.398Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23452025-01-22T08:52:27.997Z Compiling derive_builder v0.20.2
23462025-01-22T08:52:28.222Z Compiling strip-ansi-escapes v0.2.0
23472025-01-22T08:52:29.062Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23482025-01-22T08:52:29.208Z Compiling tabled_derive v0.7.0
23492025-01-22T08:52:29.385Z Compiling fd-lock v4.0.2
23502025-01-22T08:52:29.642Z Compiling peg-macros v0.8.4
23512025-01-22T08:52:31.222Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23522025-01-22T08:52:32.214Z Compiling kstat-rs v0.2.4
23532025-01-22T08:52:32.462Z Compiling oso-derive v0.27.3
23542025-01-22T08:52:32.917Z Compiling impl-trait-for-tuples v0.2.2
23552025-01-22T08:52:33.149Z Compiling quick-xml v0.33.0
23562025-01-22T08:52:33.372Z Compiling diesel-dtrace v0.4.2
23572025-01-22T08:52:33.726Z Compiling path-slash v0.1.5
23582025-01-22T08:52:34.004Z Compiling nu-ansi-term v0.50.1
23592025-01-22T08:52:35.299Z Compiling reedline v0.35.0
23602025-01-22T08:52:35.852Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23612025-01-22T08:52:39.041Z Compiling oso v0.27.3
23622025-01-22T08:52:43.009Z Compiling peg v0.8.4
23632025-01-22T08:52:43.144Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23642025-01-22T08:52:44.553Z Compiling tabled v0.15.0
23652025-01-22T08:52:51.419Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23662025-01-22T08:53:03.263Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23672025-01-22T08:53:03.769Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23682025-01-22T08:53:04.309Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23692025-01-22T08:53:05.248Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23702025-01-22T08:53:05.572Z Compiling pem v3.0.4
23712025-01-22T08:53:07.052Z Compiling bb8 v0.8.5
23722025-01-22T08:53:07.694Z Compiling bcs v0.1.6
23732025-01-22T08:53:08.642Z Compiling libz-sys v1.1.20
23742025-01-22T08:53:09.292Z Compiling parking_lot_core v0.8.6
23752025-01-22T08:53:09.763Z Compiling termtree v0.5.1
23762025-01-22T08:53:10.309Z Compiling async-bb8-diesel v0.2.1
23772025-01-22T08:53:11.101Z Compiling mime_guess v2.0.5
23782025-01-22T08:53:12.920Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23792025-01-22T08:53:15.034Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23802025-01-22T08:53:16.036Z Compiling buf-list v1.0.3
23812025-01-22T08:53:18.217Z Compiling nibble_vec v0.1.0
23822025-01-22T08:53:18.491Z Compiling libgit2-sys v0.17.0+1.8.1
23832025-01-22T08:53:19.268Z Compiling pin-project-internal v1.1.6
23842025-01-22T08:53:20.009Z Compiling atty v0.2.14
23852025-01-22T08:53:20.210Z Compiling salty v0.3.0
23862025-01-22T08:53:20.641Z Compiling endian-type v0.1.2
23872025-01-22T08:53:20.922Z Compiling http-range v0.1.5
23882025-01-22T08:53:21.536Z Compiling radix_trie v0.2.1
23892025-01-22T08:53:21.969Z Compiling pin-project v1.1.6
23902025-01-22T08:53:22.461Z Compiling parking_lot v0.11.2
23912025-01-22T08:53:27.393Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
23922025-01-22T08:53:28.519Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23932025-01-22T08:53:30.534Z Compiling snafu-derive v0.8.5
23942025-01-22T08:53:31.903Z Compiling hyper-staticfile v0.10.1
23952025-01-22T08:53:34.775Z Compiling sled v0.34.7
23962025-01-22T08:53:34.879Z Compiling snafu v0.8.5
23972025-01-22T08:53:36.079Z Compiling hickory-client v0.24.2
23982025-01-22T08:53:37.014Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
23992025-01-22T08:53:38.203Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24002025-01-22T08:53:41.822Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24012025-01-22T08:54:01.238Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24022025-01-22T08:54:06.136Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24032025-01-22T08:54:07.842Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24042025-01-22T08:54:09.167Z Compiling hickory-server v0.24.2
24052025-01-22T08:54:09.372Z Compiling globset v0.4.15
24062025-01-22T08:54:09.803Z Compiling olpc-cjson v0.1.4
24072025-01-22T08:54:10.173Z Compiling primeorder v0.13.6
24082025-01-22T08:54:10.768Z Compiling vergen v8.3.2
24092025-01-22T08:54:11.114Z Compiling castaway v0.2.3
24102025-01-22T08:54:11.328Z Compiling env_filter v0.1.2
24112025-01-22T08:54:12.075Z Compiling cargo-platform v0.1.8
24122025-01-22T08:54:12.561Z Compiling serde_plain v1.0.2
24132025-01-22T08:54:12.822Z Compiling nanorand v0.7.0
24142025-01-22T08:54:13.116Z Compiling memoffset v0.9.1
24152025-01-22T08:54:13.477Z Compiling typed-path v0.9.3
24162025-01-22T08:54:13.541Z Compiling git2 v0.19.0
24172025-01-22T08:54:13.658Z Compiling flume v0.11.1
24182025-01-22T08:54:14.445Z Compiling cargo_metadata v0.18.1
24192025-01-22T08:54:16.797Z Compiling tough v0.19.0
24202025-01-22T08:54:17.552Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24212025-01-22T08:54:20.379Z Compiling env_logger v0.11.5
24222025-01-22T08:54:20.628Z Compiling compact_str v0.8.0
24232025-01-22T08:54:21.825Z Compiling p384 v0.13.0
24242025-01-22T08:54:21.849Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24252025-01-22T08:54:23.225Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24262025-01-22T08:54:24.408Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24272025-01-22T08:54:25.631Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24282025-01-22T08:54:28.867Z Compiling unicode-truncate v1.1.0
24292025-01-22T08:54:29.195Z Compiling lru v0.12.5
24302025-01-22T08:54:29.550Z Compiling rand_seeder v0.3.0
24312025-01-22T08:54:29.995Z Compiling libsqlite3-sys v0.30.1
24322025-01-22T08:54:30.262Z Compiling lzma-sys v0.1.20
24332025-01-22T08:54:30.512Z Compiling instability v0.3.2
24342025-01-22T08:54:30.979Z Compiling cassowary v0.3.0
24352025-01-22T08:54:31.530Z Compiling cfg_aliases v0.2.1
24362025-01-22T08:54:31.663Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24372025-01-22T08:54:32.021Z Compiling rustls v0.21.12
24382025-01-22T08:54:32.361Z Compiling parse-size v1.1.0
24392025-01-22T08:54:32.531Z Compiling nix v0.29.0
24402025-01-22T08:54:32.553Z Compiling ratatui v0.28.1
24412025-01-22T08:54:32.720Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24422025-01-22T08:54:33.489Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24432025-01-22T08:54:33.743Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24442025-01-22T08:54:34.695Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24452025-01-22T08:54:35.960Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24462025-01-22T08:54:36.722Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24472025-01-22T08:54:37.079Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24482025-01-22T08:54:40.139Z Compiling sct v0.7.1
24492025-01-22T08:54:40.648Z Compiling rustls-webpki v0.101.7
24502025-01-22T08:54:40.737Z Compiling heck v0.3.3
24512025-01-22T08:54:41.041Z Compiling csv-core v0.1.11
24522025-01-22T08:54:41.084Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24532025-01-22T08:54:41.427Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24542025-01-22T08:54:41.769Z Compiling glob v0.3.1
24552025-01-22T08:54:43.842Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24562025-01-22T08:54:44.653Z Compiling csv v1.3.0
24572025-01-22T08:54:46.885Z Compiling zone_cfg_derive v0.1.2
24582025-01-22T08:54:48.217Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24592025-01-22T08:54:50.621Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
24602025-01-22T08:54:51.279Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24612025-01-22T08:54:51.400Z Compiling nix v0.27.1
24622025-01-22T08:54:51.889Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24632025-01-22T08:54:54.943Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24642025-01-22T08:54:57.934Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24652025-01-22T08:55:02.516Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24662025-01-22T08:55:02.879Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24672025-01-22T08:55:04.705Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24682025-01-22T08:55:05.031Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
24692025-01-22T08:55:05.229Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24702025-01-22T08:55:05.350Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24712025-01-22T08:55:05.543Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24722025-01-22T08:55:05.706Z Compiling tungstenite v0.23.0
24732025-01-22T08:55:06.205Z Compiling hashlink v0.9.1
24742025-01-22T08:55:07.009Z Compiling base64 v0.13.1
24752025-01-22T08:55:07.404Z Compiling fallible-streaming-iterator v0.1.9
24762025-01-22T08:55:07.427Z Compiling fallible-iterator v0.3.0
24772025-01-22T08:55:07.713Z Compiling ron v0.7.1
24782025-01-22T08:55:07.782Z Compiling tokio-tungstenite v0.23.1
24792025-01-22T08:55:08.208Z Compiling rusqlite v0.32.1
24802025-01-22T08:55:08.289Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24812025-01-22T08:55:08.417Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24822025-01-22T08:55:12.191Z Compiling xz2 v0.1.7
24832025-01-22T08:55:12.986Z Compiling zone v0.1.8
24842025-01-22T08:55:13.121Z Compiling tokio-rustls v0.24.1
24852025-01-22T08:55:16.178Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24862025-01-22T08:55:17.788Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24872025-01-22T08:55:18.397Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24882025-01-22T08:55:20.664Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24892025-01-22T08:55:23.004Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
24902025-01-22T08:55:27.863Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24912025-01-22T08:55:30.457Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24922025-01-22T08:55:32.858Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24932025-01-22T08:55:33.730Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24942025-01-22T08:55:34.276Z Compiling rustls-pemfile v1.0.4
24952025-01-22T08:55:35.045Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24962025-01-22T08:55:35.367Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24972025-01-22T08:55:35.568Z Compiling signal-hook-tokio v0.3.1
24982025-01-22T08:55:35.859Z Compiling twox-hash v1.6.3
24992025-01-22T08:55:36.885Z Compiling yasna v0.5.2
25002025-01-22T08:55:37.020Z Compiling is_ci v1.2.0
25012025-01-22T08:55:37.342Z Compiling smawk v0.3.2
25022025-01-22T08:55:37.638Z Compiling unicode-linebreak v0.1.5
25032025-01-22T08:55:38.213Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25042025-01-22T08:55:40.272Z Compiling textwrap v0.16.1
25052025-01-22T08:55:40.296Z Compiling rcgen v0.12.1
25062025-01-22T08:55:42.400Z Compiling supports-color v3.0.1
25072025-01-22T08:55:43.773Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25082025-01-22T08:55:50.522Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25092025-01-22T08:55:50.911Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25102025-01-22T08:55:53.633Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25112025-01-22T08:56:00.963Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25122025-01-22T08:56:05.832Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25132025-01-22T08:56:10.201Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25142025-01-22T08:56:10.762Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25152025-01-22T08:56:18.881Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
25162025-01-22T08:56:25.560Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25172025-01-22T08:56:25.867Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25182025-01-22T08:56:26.608Z Compiling fatfs v0.3.6
25192025-01-22T08:56:29.504Z Compiling rtoolbox v0.0.2
25202025-01-22T08:56:29.850Z Compiling subprocess v0.2.9
25212025-01-22T08:56:29.881Z Compiling assert_matches v1.5.0
25222025-01-22T08:56:34.573Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25232025-01-22T08:56:34.971Z Compiling rpassword v7.3.1
25242025-01-22T08:56:35.442Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25252025-01-22T08:56:35.883Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25262025-01-22T08:56:41.964Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25272025-01-22T08:56:42.948Z Compiling tui-tree-widget v0.22.0
25282025-01-22T08:56:43.430Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25292025-01-22T08:56:51.972Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25302025-01-22T08:56:52.301Z Compiling uzers v0.12.1
25312025-01-22T08:56:55.455Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25322025-01-22T08:56:56.906Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25332025-01-22T08:56:58.802Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25342025-01-22T08:57:30.522Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25352025-01-22T08:57:30.968Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25362025-01-22T08:57:35.765Z Compiling multimap v0.10.0
25372025-01-22T09:00:04.804Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25382025-01-22T09:00:13.093Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25392025-01-22T09:07:02.948Z Finished `release` profile [optimized] target(s) in 16m 39s
25402025-01-22T09:08:05.987Z
25412025-01-22T09:08:05.990Zreal 17:43.342423184
25422025-01-22T09:08:05.990Zuser 2:05:54.983019917
25432025-01-22T09:08:05.990Zsys 3:16.811334425
25442025-01-22T09:08:05.990Ztrap 3.233829567
25452025-01-22T09:08:05.990Ztflt 2.768313370
25462025-01-22T09:08:05.990Zdflt 5.016725558
25472025-01-22T09:08:05.990Zkflt 0.051233423
25482025-01-22T09:08:05.990Zlock 7:26:42.881999234
25492025-01-22T09:08:05.990Zslp 6:22:49.840838912
25502025-01-22T09:08:05.990Zlat 3:19.626723380
25512025-01-22T09:08:05.990Zstop 2:47.753903396
25522025-01-22T09:08:05.990Z+ mapfile -t packages
25532025-01-22T09:08:05.990Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25542025-01-22T09:08:06.991Z Finished `release` profile [optimized] target(s) in 0.95s
25552025-01-22T09:08:07.053Z Running `target/release/omicron-package -t test list-outputs`
25562025-01-22T09:08:07.100ZLogging to: /work/oxidecomputer/omicron/out/LOG
25572025-01-22T09:08:07.103Z+ ptime -m cargo build --locked --release -p xtask
25582025-01-22T09:08:07.664Z Compiling serde v1.0.217
25592025-01-22T09:08:07.667Z Compiling serde_json v1.0.135
25602025-01-22T09:08:07.667Z Compiling rustix v0.38.37
25612025-01-22T09:08:07.758Z Compiling libc v0.2.169
25622025-01-22T09:08:07.767Z Compiling syn v2.0.96
25632025-01-22T09:08:07.785Z Compiling bitflags v2.6.0
25642025-01-22T09:08:08.096Z Compiling usdt-impl v0.5.0
25652025-01-22T09:08:08.154Z Compiling syn v1.0.109
25662025-01-22T09:08:08.262Z Compiling log v0.4.22
25672025-01-22T09:08:08.278Z Compiling hashbrown v0.15.1
25682025-01-22T09:08:08.548Z Compiling fs-err v2.11.0
25692025-01-22T09:08:08.705Z Compiling once_cell v1.20.2
25702025-01-22T09:08:08.856Z Compiling anyhow v1.0.95
25712025-01-22T09:08:09.163Z Compiling thread-id v4.2.2
25722025-01-22T09:08:09.531Z Compiling indexmap v2.7.0
25732025-01-22T09:08:10.609Z Compiling terminal_size v0.4.0
25742025-01-22T09:08:10.609Z Compiling tempfile v3.13.0
25752025-01-22T09:08:10.865Z Compiling clap_builder v4.5.21
25762025-01-22T09:08:11.441Z Compiling proc-macro-error v1.0.4
25772025-01-22T09:08:12.302Z Compiling tabled_derive v0.7.0
25782025-01-22T09:08:13.356Z Compiling tabled v0.15.0
25792025-01-22T09:08:14.322Z Compiling serde_derive v1.0.217
25802025-01-22T09:08:14.322Z Compiling thiserror-impl v1.0.69
25812025-01-22T09:08:14.325Z Compiling zerocopy-derive v0.7.35
25822025-01-22T09:08:14.325Z Compiling scroll_derive v0.12.0
25832025-01-22T09:08:14.325Z Compiling clap_derive v4.5.18
25842025-01-22T09:08:15.685Z Compiling scroll v0.12.0
25852025-01-22T09:08:16.199Z Compiling zerocopy v0.7.35
25862025-01-22T09:08:16.326Z Compiling goblin v0.8.2
25872025-01-22T09:08:17.042Z Compiling thiserror v1.0.69
25882025-01-22T09:08:17.222Z Compiling pest v2.7.14
25892025-01-22T09:08:20.275Z Compiling pest_meta v2.7.14
25902025-01-22T09:08:20.311Z Compiling clap v4.5.21
25912025-01-22T09:08:21.758Z Compiling pest_generator v2.7.14
25922025-01-22T09:08:24.057Z Compiling pest_derive v2.7.14
25932025-01-22T09:08:24.836Z Compiling dtrace-parser v0.2.0
25942025-01-22T09:08:28.517Z Compiling toml_datetime v0.6.8
25952025-01-22T09:08:28.790Z Compiling serde_spanned v0.6.8
25962025-01-22T09:08:29.150Z Compiling serde_tokenstream v0.2.2
25972025-01-22T09:08:29.199Z Compiling toml_edit v0.22.22
25982025-01-22T09:08:29.717Z Compiling dof v0.3.0
25992025-01-22T09:08:32.427Z Compiling camino v1.1.9
26002025-01-22T09:08:33.430Z Compiling toml v0.8.19
26012025-01-22T09:08:33.656Z Compiling usdt-attr-macro v0.5.0
26022025-01-22T09:08:33.719Z Compiling usdt-macro v0.5.0
26032025-01-22T09:08:34.920Z Compiling cargo-platform v0.1.8
26042025-01-22T09:08:34.970Z Compiling semver v1.0.24
26052025-01-22T09:08:35.620Z Compiling cargo_metadata v0.18.1
26062025-01-22T09:08:35.972Z Compiling usdt v0.5.0
26072025-01-22T09:08:36.411Z Compiling cargo_toml v0.20.5
26082025-01-22T09:08:37.414Z Compiling camino-tempfile v1.1.1
26092025-01-22T09:08:38.189Z Compiling macaddr v1.0.1
26102025-01-22T09:08:50.472Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26112025-01-22T09:09:01.073Z Finished `release` profile [optimized] target(s) in 53.91s
26122025-01-22T09:09:01.187Z
26132025-01-22T09:09:01.187Zreal 54.047793911
26142025-01-22T09:09:01.187Zuser 5:43.992055590
26152025-01-22T09:09:01.187Zsys 18.102661750
26162025-01-22T09:09:01.190Ztrap 0.161078708
26172025-01-22T09:09:01.190Ztflt 0.262609897
26182025-01-22T09:09:01.190Zdflt 0.337889128
26192025-01-22T09:09:01.190Zkflt 0.012206684
26202025-01-22T09:09:01.190Zlock 11:05.438511559
26212025-01-22T09:09:01.190Zslp 16:37.560513434
26222025-01-22T09:09:01.190Zlat 16.160507258
26232025-01-22T09:09:01.190Zstop 17.290186794
26242025-01-22T09:09:01.190Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26252025-01-22T09:09:01.190Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26262025-01-22T09:09:01.190Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26272025-01-22T09:09:01.190Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26282025-01-22T09:09:01.190Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26292025-01-22T09:09:02.082Z Compiling hashbrown v0.14.5
26302025-01-22T09:09:02.216Z Compiling thiserror v2.0.11
26312025-01-22T09:09:02.230Z Compiling thiserror-impl v2.0.11
26322025-01-22T09:09:02.243Z Compiling ident_case v1.0.1
26332025-01-22T09:09:02.260Z Compiling unsafe-libyaml v0.2.11
26342025-01-22T09:09:02.276Z Compiling ipnetwork v0.20.0
26352025-01-22T09:09:02.276Z Compiling progenitor-client v0.9.1
26362025-01-22T09:09:02.279Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26372025-01-22T09:09:02.406Z Compiling darling_core v0.20.10
26382025-01-22T09:09:02.761Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
26392025-01-22T09:09:02.872Z Compiling macaddr v1.0.1
26402025-01-22T09:09:03.173Z Compiling progenitor-client v0.8.0
26412025-01-22T09:09:03.190Z Compiling instant v0.1.13
26422025-01-22T09:09:03.336Z Compiling regress v0.10.1
26432025-01-22T09:09:03.355Z Compiling structmeta-derive v0.3.0
26442025-01-22T09:09:03.375Z Compiling dropshot v0.15.1
26452025-01-22T09:09:03.470Z Compiling serde_yaml v0.9.34+deprecated
26462025-01-22T09:09:03.641Z Compiling regress v0.9.1
26472025-01-22T09:09:03.750Z Compiling dropshot_endpoint v0.15.1
26482025-01-22T09:09:04.074Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26492025-01-22T09:09:05.295Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26502025-01-22T09:09:05.610Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26512025-01-22T09:09:06.022Z Compiling structmeta v0.3.0
26522025-01-22T09:09:06.211Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26532025-01-22T09:09:06.373Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26542025-01-22T09:09:06.469Z Compiling parse-display-derive v0.10.0
26552025-01-22T09:09:06.580Z Compiling backoff v0.4.0
26562025-01-22T09:09:06.686Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26572025-01-22T09:09:06.988Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26582025-01-22T09:09:07.172Z Compiling typify-impl v0.2.0
26592025-01-22T09:09:07.221Z Compiling tempfile v3.13.0
26602025-01-22T09:09:07.489Z Compiling proc-macro-crate v1.3.1
26612025-01-22T09:09:08.069Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26622025-01-22T09:09:08.241Z Compiling typify-impl v0.3.0
26632025-01-22T09:09:08.422Z Compiling num_enum_derive v0.5.11
26642025-01-22T09:09:08.473Z Compiling itertools v0.13.0
26652025-01-22T09:09:08.580Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26662025-01-22T09:09:08.657Z Compiling darling_macro v0.20.10
26672025-01-22T09:09:08.888Z Compiling zerocopy v0.8.10
26682025-01-22T09:09:09.569Z Compiling darling v0.20.10
26692025-01-22T09:09:09.708Z Compiling serde_with_macros v3.11.0
26702025-01-22T09:09:09.838Z Compiling zerocopy-derive v0.8.10
26712025-01-22T09:09:10.611Z Compiling parse-display v0.10.0
26722025-01-22T09:09:10.725Z Compiling num_enum v0.5.11
26732025-01-22T09:09:10.916Z Compiling foreign-types-macros v0.2.3
26742025-01-22T09:09:11.219Z Compiling heapless v0.8.0
26752025-01-22T09:09:11.465Z Compiling crucible-workspace-hack v0.1.0
26762025-01-22T09:09:11.762Z Compiling foreign-types-shared v0.3.1
26772025-01-22T09:09:12.013Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26782025-01-22T09:09:12.101Z Compiling proc-macro-error v1.0.4
26792025-01-22T09:09:12.205Z Compiling foreign-types v0.5.0
26802025-01-22T09:09:12.395Z Compiling serde_with v3.11.0
26812025-01-22T09:09:12.729Z Compiling camino-tempfile v1.1.1
26822025-01-22T09:09:12.750Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26832025-01-22T09:09:13.189Z Compiling hash32 v0.3.1
26842025-01-22T09:09:13.457Z Compiling cstr-argument v0.1.2
26852025-01-22T09:09:13.626Z Compiling smoltcp v0.11.0
26862025-01-22T09:09:13.723Z Compiling pretty-hex v0.2.1
26872025-01-22T09:09:13.951Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26882025-01-22T09:09:14.341Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26892025-01-22T09:09:14.367Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26902025-01-22T09:09:14.972Z Compiling tabwriter v1.4.0
26912025-01-22T09:09:15.457Z Compiling colored v2.1.0
26922025-01-22T09:09:15.555Z Compiling cobs v0.2.3
26932025-01-22T09:09:15.884Z Compiling postcard v1.0.10
26942025-01-22T09:09:15.932Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26952025-01-22T09:09:16.122Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26962025-01-22T09:09:16.313Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26972025-01-22T09:09:16.333Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26982025-01-22T09:09:16.544Z Compiling smf v0.2.3
26992025-01-22T09:09:16.662Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27002025-01-22T09:09:17.205Z Compiling zone_cfg_derive v0.3.0
27012025-01-22T09:09:17.364Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27022025-01-22T09:09:17.832Z Compiling num-derive v0.4.2
27032025-01-22T09:09:17.849Z Compiling sigpipe v0.1.3
27042025-01-22T09:09:17.990Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27052025-01-22T09:09:18.332Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27062025-01-22T09:09:18.595Z Compiling zone v0.3.0
27072025-01-22T09:09:18.785Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27082025-01-22T09:09:19.297Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27092025-01-22T09:09:19.534Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27102025-01-22T09:09:19.760Z Compiling universal-hash v0.5.1
27112025-01-22T09:09:19.960Z Compiling opaque-debug v0.3.1
27122025-01-22T09:09:19.980Z Compiling tungstenite v0.21.0
27132025-01-22T09:09:20.070Z Compiling num-rational v0.4.2
27142025-01-22T09:09:20.090Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
27152025-01-22T09:09:20.093Z Compiling password-hash v0.5.0
27162025-01-22T09:09:20.921Z Compiling blake2 v0.10.6
27172025-01-22T09:09:20.963Z Compiling num-complex v0.4.6
27182025-01-22T09:09:21.030Z Compiling aead v0.5.2
27192025-01-22T09:09:21.428Z Compiling base64 v0.21.7
27202025-01-22T09:09:21.704Z Compiling convert_case v0.4.0
27212025-01-22T09:09:21.948Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27222025-01-22T09:09:22.024Z Compiling keccak v0.1.5
27232025-01-22T09:09:22.097Z Compiling num v0.4.3
27242025-01-22T09:09:22.157Z Compiling argon2 v0.5.3
27252025-01-22T09:09:22.244Z Compiling tokio-tungstenite v0.21.0
27262025-01-22T09:09:22.350Z Compiling poly1305 v0.8.0
27272025-01-22T09:09:22.615Z Compiling derive_more v0.99.18
27282025-01-22T09:09:22.790Z Compiling typify-macro v0.2.0
27292025-01-22T09:09:22.855Z Compiling sha3 v0.10.8
27302025-01-22T09:09:23.170Z Compiling chacha20 v0.9.1
27312025-01-22T09:09:23.774Z Compiling typify-macro v0.3.0
27322025-01-22T09:09:23.853Z Compiling float-ord v0.3.2
27332025-01-22T09:09:23.893Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27342025-01-22T09:09:23.954Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27352025-01-22T09:09:24.046Z Compiling semver v0.1.20
27362025-01-22T09:09:24.063Z Compiling same-file v1.0.6
27372025-01-22T09:09:24.303Z Compiling walkdir v2.5.0
27382025-01-22T09:09:24.361Z Compiling newline-converter v0.3.0
27392025-01-22T09:09:24.556Z Compiling rustc_version v0.1.7
27402025-01-22T09:09:24.661Z Compiling primeorder v0.13.6
27412025-01-22T09:09:24.896Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27422025-01-22T09:09:25.034Z Compiling secrecy v0.8.0
27432025-01-22T09:09:25.037Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27442025-01-22T09:09:25.172Z Compiling cancel-safe-futures v0.1.5
27452025-01-22T09:09:25.295Z Compiling owo-colors v4.1.0
27462025-01-22T09:09:25.495Z Compiling newtype_derive v0.1.6
27472025-01-22T09:09:25.552Z Compiling expectorate v1.1.0
27482025-01-22T09:09:25.627Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
27492025-01-22T09:09:25.736Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27502025-01-22T09:09:25.818Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27512025-01-22T09:09:25.880Z Compiling thiserror-impl-no-std v2.0.2
27522025-01-22T09:09:26.026Z Compiling blake3 v1.5.4
27532025-01-22T09:09:26.094Z Compiling half v2.4.1
27542025-01-22T09:09:26.653Z Compiling typify v0.2.0
27552025-01-22T09:09:26.675Z Compiling unicase v2.7.0
27562025-01-22T09:09:26.699Z Compiling arc-swap v1.7.1
27572025-01-22T09:09:26.718Z Compiling ciborium-io v0.2.2
27582025-01-22T09:09:26.797Z Compiling progenitor-impl v0.8.0
27592025-01-22T09:09:26.872Z Compiling ciborium-ll v0.2.2
27602025-01-22T09:09:27.247Z Compiling slog-scope v4.4.0
27612025-01-22T09:09:27.318Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27622025-01-22T09:09:27.321Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27632025-01-22T09:09:27.644Z Compiling typify v0.3.0
27642025-01-22T09:09:27.749Z Compiling polyval v0.6.2
27652025-01-22T09:09:27.793Z Compiling progenitor-impl v0.9.1
27662025-01-22T09:09:28.198Z Compiling atomicwrites v0.4.4
27672025-01-22T09:09:28.319Z Compiling libsw v3.3.1
27682025-01-22T09:09:28.566Z Compiling memmap2 v0.9.5
27692025-01-22T09:09:28.651Z Compiling constant_time_eq v0.3.1
27702025-01-22T09:09:28.814Z Compiling thiserror-no-std v2.0.2
27712025-01-22T09:09:28.860Z Compiling parking_lot_core v0.8.6
27722025-01-22T09:09:28.953Z Compiling linear-map v1.2.0
27732025-01-22T09:09:29.038Z Compiling arrayvec v0.7.6
27742025-01-22T09:09:29.306Z Compiling salty v0.3.0
27752025-01-22T09:09:29.325Z Compiling libefi-sys v0.1.0
27762025-01-22T09:09:29.432Z Compiling indent_write v2.2.0
27772025-01-22T09:09:29.554Z Compiling arrayref v0.3.9
27782025-01-22T09:09:29.670Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27792025-01-22T09:09:29.673Z Compiling vsss-rs v3.3.4
27802025-01-22T09:09:29.673Z Compiling ghash v0.5.1
27812025-01-22T09:09:29.894Z Compiling slog-stdlog v4.1.1
27822025-01-22T09:09:30.271Z Compiling ciborium v0.2.2
27832025-01-22T09:09:30.623Z Compiling p384 v0.13.0
27842025-01-22T09:09:30.816Z Compiling toolchain_find v0.4.0
27852025-01-22T09:09:31.450Z Compiling chacha20poly1305 v0.10.1
27862025-01-22T09:09:31.548Z Compiling ctr v0.9.2
27872025-01-22T09:09:31.638Z Compiling lzma-sys v0.1.20
27882025-01-22T09:09:31.697Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27892025-01-22T09:09:31.934Z Compiling bitfield-struct v0.6.2
27902025-01-22T09:09:32.167Z Compiling slog-dtrace v0.3.0
27912025-01-22T09:09:32.208Z Compiling topological-sort v0.2.2
27922025-01-22T09:09:32.451Z Compiling highway v1.2.0
27932025-01-22T09:09:32.522Z Compiling omicron-zone-package v0.12.0
27942025-01-22T09:09:32.708Z Compiling aes-gcm v0.10.3
27952025-01-22T09:09:33.033Z Compiling rustfmt-wrapper v0.2.1
27962025-01-22T09:09:33.214Z Compiling mime_guess v2.0.5
27972025-01-22T09:09:33.334Z Compiling slog-envlogger v2.2.0
27982025-01-22T09:09:33.353Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27992025-01-22T09:09:33.667Z Compiling steno v0.4.1
28002025-01-22T09:09:33.938Z Compiling progenitor-macro v0.8.0
28012025-01-22T09:09:34.386Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28022025-01-22T09:09:34.448Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28032025-01-22T09:09:34.726Z Compiling heck v0.3.3
28042025-01-22T09:09:34.789Z Compiling ssh-encoding v0.2.0
28052025-01-22T09:09:35.006Z Compiling blowfish v0.9.1
28062025-01-22T09:09:35.009Z Compiling progenitor-macro v0.9.1
28072025-01-22T09:09:35.122Z Compiling nibble_vec v0.1.0
28082025-01-22T09:09:35.294Z Compiling env_filter v0.1.2
28092025-01-22T09:09:35.362Z Compiling humantime v2.1.0
28102025-01-22T09:09:35.486Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28112025-01-22T09:09:35.548Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28122025-01-22T09:09:35.695Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28132025-01-22T09:09:35.799Z Compiling endian-type v0.1.2
28142025-01-22T09:09:35.901Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28152025-01-22T09:09:35.941Z Compiling env_logger v0.11.5
28162025-01-22T09:09:36.046Z Compiling radix_trie v0.2.1
28172025-01-22T09:09:36.067Z Compiling bcrypt-pbkdf v0.10.0
28182025-01-22T09:09:36.626Z Compiling ssh-cipher v0.2.0
28192025-01-22T09:09:36.686Z Compiling zone_cfg_derive v0.1.2
28202025-01-22T09:09:36.738Z Compiling parking_lot v0.11.2
28212025-01-22T09:09:37.213Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28222025-01-22T09:09:37.584Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28232025-01-22T09:09:38.182Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28242025-01-22T09:09:38.278Z Compiling password-hash v0.4.2
28252025-01-22T09:09:38.354Z Compiling gethostname v0.5.0
28262025-01-22T09:09:38.443Z Compiling fxhash v0.2.1
28272025-01-22T09:09:38.467Z Compiling http-range v0.1.5
28282025-01-22T09:09:38.567Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28292025-01-22T09:09:38.598Z Compiling bumpalo v3.16.0
28302025-01-22T09:09:38.657Z Compiling simd-adler32 v0.3.7
28312025-01-22T09:09:38.805Z Compiling zip v2.1.3
28322025-01-22T09:09:38.874Z Compiling base64 v0.13.1
28332025-01-22T09:09:39.101Z Compiling lockfree-object-pool v0.1.6
28342025-01-22T09:09:39.168Z Compiling pbkdf2 v0.11.0
28352025-01-22T09:09:39.187Z Compiling sled v0.34.7
28362025-01-22T09:09:39.228Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28372025-01-22T09:09:39.386Z Compiling zopfli v0.8.1
28382025-01-22T09:09:39.442Z Compiling ron v0.7.1
28392025-01-22T09:09:39.542Z Compiling xz2 v0.1.7
28402025-01-22T09:09:39.914Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28412025-01-22T09:09:40.010Z Compiling zone v0.1.8
28422025-01-22T09:09:41.008Z Compiling ssh-key v0.6.6
28432025-01-22T09:09:41.028Z Compiling hickory-client v0.24.2
28442025-01-22T09:09:41.565Z Compiling p256 v0.13.2
28452025-01-22T09:09:41.582Z Compiling p521 v0.13.3
28462025-01-22T09:09:42.468Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28472025-01-22T09:09:42.489Z Compiling hickory-server v0.24.2
28482025-01-22T09:09:43.509Z Compiling pem v3.0.4
28492025-01-22T09:09:43.965Z Compiling yasna v0.5.2
28502025-01-22T09:09:44.258Z Compiling headers-core v0.3.0
28512025-01-22T09:09:44.457Z Compiling kstat-rs v0.2.4
28522025-01-22T09:09:45.060Z Compiling nanorand v0.7.0
28532025-01-22T09:09:45.293Z Compiling russh-cryptovec v0.7.3
28542025-01-22T09:09:45.408Z Compiling atty v0.2.14
28552025-01-22T09:09:45.553Z Compiling md5 v0.7.0
28562025-01-22T09:09:45.572Z Compiling flume v0.11.1
28572025-01-22T09:09:45.591Z Compiling rcgen v0.12.1
28582025-01-22T09:09:45.617Z Compiling headers v0.4.0
28592025-01-22T09:09:46.072Z Compiling russh-keys v0.45.0
28602025-01-22T09:09:46.521Z Compiling progenitor v0.8.0
28612025-01-22T09:09:46.765Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28622025-01-22T09:09:46.894Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28632025-01-22T09:09:47.452Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28642025-01-22T09:09:47.826Z Compiling hyper-staticfile v0.10.1
28652025-01-22T09:09:47.963Z Compiling progenitor v0.9.1
28662025-01-22T09:09:48.212Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
28672025-01-22T09:09:48.365Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28682025-01-22T09:09:48.826Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28692025-01-22T09:09:48.908Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
28702025-01-22T09:09:49.377Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
28712025-01-22T09:09:49.950Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28722025-01-22T09:09:51.107Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28732025-01-22T09:09:51.670Z Compiling num-bigint v0.4.6
28742025-01-22T09:09:52.729Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28752025-01-22T09:09:53.692Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28762025-01-22T09:09:53.817Z Compiling des v0.8.1
28772025-01-22T09:09:54.172Z Compiling subprocess v0.2.9
28782025-01-22T09:09:54.406Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28792025-01-22T09:09:54.719Z Compiling display-error-chain v0.2.2
28802025-01-22T09:09:54.957Z Compiling hex-literal v0.4.1
28812025-01-22T09:09:55.137Z Compiling russh v0.45.0
28822025-01-22T09:09:55.307Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28832025-01-22T09:09:55.940Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28842025-01-22T09:09:58.485Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28852025-01-22T09:09:58.954Z Compiling internet-checksum v0.2.1
28862025-01-22T09:10:03.562Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28872025-01-22T09:10:03.565Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28882025-01-22T09:10:03.565Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28892025-01-22T09:10:03.565Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28902025-01-22T09:10:04.431Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28912025-01-22T09:10:06.211Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28922025-01-22T09:10:07.621Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28932025-01-22T09:10:07.764Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28942025-01-22T09:10:08.364Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28952025-01-22T09:10:08.695Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28962025-01-22T09:10:11.099Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28972025-01-22T09:10:11.307Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28982025-01-22T09:10:11.375Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28992025-01-22T09:10:12.443Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29002025-01-22T09:10:12.465Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29012025-01-22T09:10:12.499Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29022025-01-22T09:10:13.836Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29032025-01-22T09:10:14.763Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29042025-01-22T09:10:17.524Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29052025-01-22T09:10:17.976Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29062025-01-22T09:10:18.086Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29072025-01-22T09:10:18.306Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29082025-01-22T09:10:23.125Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29092025-01-22T09:10:23.586Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29102025-01-22T09:10:23.841Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29112025-01-22T09:10:25.035Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29122025-01-22T09:10:26.135Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29132025-01-22T09:10:26.315Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29142025-01-22T09:10:30.002Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29152025-01-22T09:10:38.088Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29162025-01-22T09:10:39.732Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29172025-01-22T09:11:02.003Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29182025-01-22T09:11:25.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
29192025-01-22T09:11:25.770Z
29202025-01-22T09:11:25.770Zreal 2:24.519428411
29212025-01-22T09:11:25.770Zuser 12:18.181400716
29222025-01-22T09:11:25.770Zsys 1:35.100200020
29232025-01-22T09:11:25.770Ztrap 0.373932363
29242025-01-22T09:11:25.770Ztflt 0.727957927
29252025-01-22T09:11:25.770Zdflt 1.004280596
29262025-01-22T09:11:25.770Zkflt 0.000014327
29272025-01-22T09:11:25.773Zlock 22:53.524980968
29282025-01-22T09:11:25.773Zslp 42:35.969798284
29292025-01-22T09:11:25.773Zlat 37.613271507
29302025-01-22T09:11:25.773Zstop 1:34.808473858
29312025-01-22T09:11:25.773Z+ mkdir tests
29322025-01-22T09:11:25.776Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29332025-01-22T09:11:25.776Z+ xargs -I '{}' -t cp '{}' tests/
29342025-01-22T09:11:25.816Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-4d72ac0d0a27a912 tests/
29352025-01-22T09:11:25.843Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ce0c3730dcf0497e tests/
29362025-01-22T09:11:25.869Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-abb2ebc63376bf98 tests/
29372025-01-22T09:11:25.898Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-694936f7530bbbda tests/
29382025-01-22T09:11:26.197Z+ 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/*)
29392025-01-22T09:11:26.200Z+ 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-ce0c3730dcf0497e tests/commtest-abb2ebc63376bf98 tests/dhcp_server-4d72ac0d0a27a912 tests/end_to_end_tests-694936f7530bbbda 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
29402025-01-22T09:12:39.862ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29412025-01-22T09:12:39.862Za .github/buildomat/ci-env.sh 1K
29422025-01-22T09:12:39.862Za out/target/test 1K
29432025-01-22T09:12:39.862Za out/npuzone/npuzone 23144K
29442025-01-22T09:12:39.862Za package-manifest.toml 34K
29452025-01-22T09:12:39.862Za smf/sled-agent/non-gimlet/config.toml 4K
29462025-01-22T09:12:39.862Za target/release/omicron-package 36015K
29472025-01-22T09:12:39.862Za target/release/xtask 11908K
29482025-01-22T09:12:39.862Za target/debug/bootstrap 220365K
29492025-01-22T09:12:39.862Za tests/bootstrap-ce0c3730dcf0497e 24276K
29502025-01-22T09:12:39.862Za tests/commtest-abb2ebc63376bf98 24769K
29512025-01-22T09:12:39.862Za tests/dhcp_server-4d72ac0d0a27a912 24276K
29522025-01-22T09:12:39.862Za tests/end_to_end_tests-694936f7530bbbda 282389K
29532025-01-22T09:12:39.862Za out/clickhouse.tar.gz 294277K
29542025-01-22T09:12:39.862Za out/clickhouse_keeper.tar.gz 281398K
29552025-01-22T09:12:39.862Za out/clickhouse_server.tar.gz 294252K
29562025-01-22T09:12:39.862Za out/cockroachdb.tar.gz 135001K
29572025-01-22T09:12:39.862Za out/crucible-dtrace.tar 96K
29582025-01-22T09:12:39.862Za out/crucible-pantry-zone.tar.gz 28545K
29592025-01-22T09:12:39.862Za out/crucible-zone.tar.gz 36823K
29602025-01-22T09:12:39.862Za out/external-dns.tar.gz 35465K
29612025-01-22T09:12:39.862Za out/internal-dns.tar.gz 35465K
29622025-01-22T09:12:39.862Za out/mg-ddm-gz.tar 63075K
29632025-01-22T09:12:39.863Za out/nexus.tar.gz 99867K
29642025-01-22T09:12:39.863Za out/ntp.tar.gz 10507K
29652025-01-22T09:12:39.863Za out/omicron-gateway-softnpu.tar.gz 24108K
29662025-01-22T09:12:39.863Za out/omicron-sled-agent.tar 114117K
29672025-01-22T09:12:39.863Za out/overlay.tar.gz 3K
29682025-01-22T09:12:39.863Za out/oximeter.tar.gz 48380K
29692025-01-22T09:12:39.863Za out/oxlog.tar 3153K
29702025-01-22T09:12:39.863Za out/probe.tar.gz 2764K
29712025-01-22T09:12:39.863Za out/propolis-server.tar.gz 66467K
29722025-01-22T09:12:39.863Za out/pumpkind-gz.tar 26665K
29732025-01-22T09:12:39.863Za out/switch-softnpu.tar.gz 236097K
29742025-01-22T09:12:39.866Z
29752025-01-22T09:12:39.866Zreal 1:13.652461421
29762025-01-22T09:12:39.866Zuser 1:10.250886935
29772025-01-22T09:12:39.866Zsys 4.868102855
29782025-01-22T09:12:39.866Ztrap 0.017316081
29792025-01-22T09:12:39.866Ztflt 0.000000000
29802025-01-22T09:12:39.866Zdflt 0.000000000
29812025-01-22T09:12:39.866Zkflt 0.000000000
29822025-01-22T09:12:39.866Zlock 0.000000000
29832025-01-22T09:12:39.866Zslp 1:09.996980202
29842025-01-22T09:12:39.866Zlat 2.165952642
29852025-01-22T09:12:39.866Zstop 0.000638850
29862025-01-22T09:12:39.866Zprocess exited: duration 1975834 ms, exit code 0
 
29872025-01-22T09:12:39.881Zfound 1 output files
29882025-01-22T09:12:39.881Zuploading: /work/package.tar.gz (1902541399 bytes)
29892025-01-22T09:13:19.697Zuploaded: /work/package.tar.gz