01J898MBNZQZQVWQ456VE9K6TV: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01J898N2Z05KHV4SK8R984PTGW

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-21T03:06:15.331Zjob assigned to worker 01J898NC82K1V31Q3Z621JRW46 (queued for 52 s)
 
22024-09-21T03:06:22.811Zstarting task 0: "setup"
32024-09-21T03:06:22.819Z++ uname -s
42024-09-21T03:06:22.824Z+ kern=SunOS
52024-09-21T03:06:22.824Z+ case "$kern" in
62024-09-21T03:06:22.824Z+ groupadd -g 12345 build
72024-09-21T03:06:22.824Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-21T03:06:24.834Z+ zfs create -o mountpoint=/work rpool/work
92024-09-21T03:06:24.956Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-21T03:06:24.958Z+ home_fs=zfs
112024-09-21T03:06:24.959Z+ [[ zfs == autofs ]]
122024-09-21T03:06:24.959Z+ mkdir -p /home/build
132024-09-21T03:06:24.961Z+ chown build:build /home/build /work
142024-09-21T03:06:26.963Z+ chmod 0700 /home/build /work
152024-09-21T03:06:26.966Zprocess exited: duration 4157 ms, exit code 0
 
162024-09-21T03:06:26.971Zstarting task 1: "rust-toolchain"
172024-09-21T03:06:26.977Z+ printf ' * toolchain channel = "%s"
182024-09-21T03:06:26.977Z' 1.80.1
192024-09-21T03:06:26.979Z+ printf ' * toolchain profile = "%s"
202024-09-21T03:06:26.979Z * toolchain channel = "1.80.1"
212024-09-21T03:06:26.979Z * toolchain profile = "default"
222024-09-21T03:06:26.979Z' default
232024-09-21T03:06:26.979Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-21T03:06:26.979Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-21T03:06:27.071Zinfo: downloading installer
262024-09-21T03:06:28.442Zinfo: profile set to 'default'
272024-09-21T03:06:28.442Zinfo: default host triple is x86_64-unknown-illumos
282024-09-21T03:06:28.450Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-21T03:06:28.575Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-21T03:06:28.575Zinfo: downloading component 'cargo'
312024-09-21T03:06:29.272Zinfo: downloading component 'clippy'
322024-09-21T03:06:29.517Zinfo: downloading component 'rust-docs'
332024-09-21T03:06:30.500Zinfo: downloading component 'rust-std'
342024-09-21T03:06:31.869Zinfo: downloading component 'rustc'
352024-09-21T03:06:35.656Zinfo: downloading component 'rustfmt'
362024-09-21T03:06:35.861Zinfo: installing component 'cargo'
372024-09-21T03:06:36.685Zinfo: installing component 'clippy'
382024-09-21T03:06:37.051Zinfo: installing component 'rust-docs'
392024-09-21T03:06:38.657Zinfo: installing component 'rust-std'
402024-09-21T03:06:40.293Zinfo: installing component 'rustc'
412024-09-21T03:06:44.548Zinfo: installing component 'rustfmt'
422024-09-21T03:06:44.876Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-21T03:06:44.876Z
442024-09-21T03:06:45.129Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-21T03:06:45.129Z
462024-09-21T03:06:45.144Z
472024-09-21T03:06:45.144ZRust is installed now. Great!
482024-09-21T03:06:45.144Z
492024-09-21T03:06:45.144ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-21T03:06:45.144Zenvironment variable. This has not been done automatically.
512024-09-21T03:06:45.144Z
522024-09-21T03:06:45.144ZTo configure your current shell, you need to source
532024-09-21T03:06:45.144Zthe corresponding env file under $HOME/.cargo.
542024-09-21T03:06:45.145Z
552024-09-21T03:06:45.145ZThis is usually done by running one of the following (note the leading DOT):
562024-09-21T03:06:45.145Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-21T03:06:45.145Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-21T03:06:45.180Z+ rustc --version
592024-09-21T03:06:45.243Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-21T03:06:45.248Zprocess exited: duration 18270 ms, exit code 0
 
612024-09-21T03:06:45.255Zstarting task 2: "authentication"
622024-09-21T03:06:45.279Zprocess exited: duration 22 ms, exit code 0
 
632024-09-21T03:06:45.291Zstarting task 3: "clone repository"
642024-09-21T03:06:45.297Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-21T03:06:45.300Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-21T03:06:45.341ZCloning into '/work/oxidecomputer/omicron'...
672024-09-21T03:06:52.008Z+ cd /work/oxidecomputer/omicron
682024-09-21T03:06:52.011Z+ git fetch origin c7a9f62c4b6700da16b85afbec8a0d4b61ccbac0
692024-09-21T03:06:52.311ZFrom https://github.com/oxidecomputer/omicron
702024-09-21T03:06:52.311Z * branch c7a9f62c4b6700da16b85afbec8a0d4b61ccbac0 -> FETCH_HEAD
712024-09-21T03:06:52.322Z+ [[ -n renovate/hyper-rustls-0.x ]]
722024-09-21T03:06:52.324Z++ git branch --show-current
732024-09-21T03:06:52.327Z+ current=main
742024-09-21T03:06:52.327Z+ [[ main != renovate/hyper-rustls-0.x ]]
752024-09-21T03:06:52.327Z+ git branch -f renovate/hyper-rustls-0.x c7a9f62c4b6700da16b85afbec8a0d4b61ccbac0
762024-09-21T03:06:52.329Z+ git checkout -f renovate/hyper-rustls-0.x
772024-09-21T03:06:52.485ZSwitched to branch 'renovate/hyper-rustls-0.x'
782024-09-21T03:06:52.487Z+ git reset --hard c7a9f62c4b6700da16b85afbec8a0d4b61ccbac0
792024-09-21T03:06:52.499ZHEAD is now at c7a9f62c4 Update Rust crate hyper-rustls to 0.27.3
802024-09-21T03:06:52.502Zprocess exited: duration 7208 ms, exit code 0
 
812024-09-21T03:06:52.507Zstarting task 4: "build"
822024-09-21T03:06:52.512Z+ cargo --version
832024-09-21T03:06:52.569Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-21T03:06:52.573Z+ rustc --version
852024-09-21T03:06:52.626Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-21T03:06:52.629Z+ source ./env.sh
872024-09-21T03:06:52.631Z++ OLD_SHELL_OPTS=ehxB
882024-09-21T03:06:52.631Z++ set -o xtrace
892024-09-21T03:06:52.633Z++++ dirname ./env.sh
902024-09-21T03:06:52.633Z+++ readlink -f .
912024-09-21T03:06:52.637Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-09-21T03:06:52.639Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-09-21T03:06:52.639Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-09-21T03:06:52.639Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-09-21T03:06:52.639Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-09-21T03:06:52.640Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-09-21T03:06:52.640Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-09-21T03:06:52.640Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-09-21T03:06:52.640Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-09-21T03:06:52.640Z++ case $OLD_SHELL_OPTS in
1012024-09-21T03:06:52.640Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-09-21T03:06:52.640Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1032024-09-21T03:06:52.640Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1042024-09-21T03:06:52.640Z+ banner prerequisites
1052024-09-21T03:06:52.642Z
1062024-09-21T03:06:52.642Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-09-21T03:06:52.642Z # # # # # # # # # # # # # # #
1082024-09-21T03:06:52.642Z # # # # ##### # # ##### # # # # # #### #
1092024-09-21T03:06:52.642Z ##### ##### # ##### # # # # # # # # #
1102024-09-21T03:06:52.642Z # # # # # # # # # # # # # # #
1112024-09-21T03:06:52.642Z # # # ###### # # ###### ### # #### # #### #
1122024-09-21T03:06:52.643Z
1132024-09-21T03:06:52.643Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-09-21T03:06:58.217Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-09-21T03:07:00.661Z Startup: Caching catalogs ... Done
1162024-09-21T03:07:03.731ZPlanning: Solver setup ... Done (2.453s)
1172024-09-21T03:07:03.773ZPlanning: Running solver ... Done (0.040s)
1182024-09-21T03:07:03.821ZPlanning: Finding local manifests ... Done (0.003s)
1192024-09-21T03:07:03.884ZPlanning: Fetching manifests: 0/5 0% complete
1202024-09-21T03:07:05.440ZPlanning: Fetching manifests: 5/5 100% complete
1212024-09-21T03:07:05.657ZPlanning: Package planning ... Done (0.217s)
1222024-09-21T03:07:05.714ZPlanning: Merging actions ... Done (0.057s)
1232024-09-21T03:07:05.923ZPlanning: Checking for conflicting actions ... Done (0.208s)
1242024-09-21T03:07:07.850ZPlanning: Consolidating action changes ... Done (1.925s)
1252024-09-21T03:07:08.323ZPlanning: Evaluating mediators ... Done (0.437s)
1262024-09-21T03:07:08.368ZPlanning: Planning completed in 7.64 seconds
1272024-09-21T03:07:08.384Z Packages to install: 4
1282024-09-21T03:07:08.389Z Packages to update: 1
1292024-09-21T03:07:08.390Z Mediators to change: 2
1302024-09-21T03:07:08.390Z Services to change: 1
1312024-09-21T03:07:08.390Z Estimated space available: 155.71 GB
1322024-09-21T03:07:08.390ZEstimated space to be consumed: 1.54 GB
1332024-09-21T03:07:08.390Z Create boot environment: No
1342024-09-21T03:07:08.390ZCreate backup boot environment: Yes
1352024-09-21T03:07:08.390Z Rebuild boot archive: No
1362024-09-21T03:07:08.391Z
1372024-09-21T03:07:08.391ZChanged mediators:
1382024-09-21T03:07:08.391Z mediator clang:
1392024-09-21T03:07:08.391Z version: None -> 15 (system default)
1402024-09-21T03:07:08.391Z
1412024-09-21T03:07:08.391Z mediator llvm:
1422024-09-21T03:07:08.391Z version: 14 (system default) -> 15 (system default)
1432024-09-21T03:07:08.391Z
1442024-09-21T03:07:08.391ZChanged packages:
1452024-09-21T03:07:08.392Zhelios-dev
1462024-09-21T03:07:08.392Z developer/build-essential
1472024-09-21T03:07:08.392Z None -> 11-2.0
1482024-09-21T03:07:08.392Z library/libxmlsec1
1492024-09-21T03:07:08.392Z None -> 1.2.35-2.0
1502024-09-21T03:07:08.392Z ooce/developer/clang-15
1512024-09-21T03:07:08.392Z None -> 15.0.7-2.0
1522024-09-21T03:07:08.392Z ooce/developer/llvm-15
1532024-09-21T03:07:08.392Z None -> 15.0.7-2.0
1542024-09-21T03:07:08.392Z package/pkg
1552024-09-21T03:07:08.392Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1562024-09-21T03:07:08.392Z
1572024-09-21T03:07:08.392ZServices:
1582024-09-21T03:07:08.392Z restart_fmri:
1592024-09-21T03:07:08.393Z svc:/system/update-man-index:default
1602024-09-21T03:07:08.393Z
1612024-09-21T03:07:08.393ZEditable files to change:
1622024-09-21T03:07:08.393Z Update:
1632024-09-21T03:07:08.393Z usr/share/lib/pkg/web/config.shtml
1642024-09-21T03:07:08.466Z
1652024-09-21T03:07:08.467ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1662024-09-21T03:07:16.030ZDownload: 210/4281 items 1.3/220.6MB 0% complete (471k/s)
1672024-09-21T03:07:33.744ZDownload: 213/4281 items 1.3/220.6MB 0% complete
1682024-09-21T03:07:38.762ZDownload: 362/4281 items 2.5/220.6MB 1% complete (271k/s)
1692024-09-21T03:07:43.944ZDownload: 741/4281 items 18.3/220.6MB 8% complete (1.8M/s)
1702024-09-21T03:07:48.944ZDownload: 1089/4281 items 19.8/220.6MB 8% complete (1.7M/s)
1712024-09-21T03:07:55.381ZDownload: 1195/4281 items 83.5/220.6MB 37% complete (6.6M/s)
1722024-09-21T03:08:05.176ZDownload: 1198/4281 items 83.5/220.6MB 37% complete
1732024-09-21T03:08:10.208ZDownload: 1469/4281 items 117.3/220.6MB 53% complete (7.5M/s)
1742024-09-21T03:08:15.460ZDownload: 1603/4281 items 117.8/220.6MB 53% complete (4.4M/s)
1752024-09-21T03:08:20.534ZDownload: 1761/4281 items 118.3/220.6MB 53% complete (115k/s)
1762024-09-21T03:08:25.543ZDownload: 1885/4281 items 118.6/220.6MB 53% complete (82.7k/s)
1772024-09-21T03:08:30.625ZDownload: 2207/4281 items 119.2/220.6MB 54% complete (90.8k/s)
1782024-09-21T03:08:38.595ZDownload: 2222/4281 items 119.2/220.6MB 54% complete (86.1k/s)
1792024-09-21T03:08:50.162ZDownload: 2224/4281 items 119.2/220.6MB 54% complete
1802024-09-21T03:08:55.188ZDownload: 2346/4281 items 119.9/220.6MB 54% complete (145k/s)
1812024-09-21T03:09:00.194ZDownload: 2545/4281 items 120.4/220.6MB 54% complete (119k/s)
1822024-09-21T03:09:05.214ZDownload: 2712/4281 items 120.8/220.6MB 54% complete (98.8k/s)
1832024-09-21T03:09:10.240ZDownload: 2842/4281 items 121.1/220.6MB 54% complete (75.3k/s)
1842024-09-21T03:09:15.344ZDownload: 2931/4281 items 121.2/220.6MB 54% complete (52.3k/s)
1852024-09-21T03:09:20.373ZDownload: 3027/4281 items 121.3/220.6MB 54% complete (26.0k/s)
1862024-09-21T03:09:25.392ZDownload: 3179/4281 items 184.6/220.6MB 83% complete (6.3M/s)
1872024-09-21T03:09:33.043ZDownload: 3240/4281 items 202.8/220.6MB 91% complete (8.1M/s)
1882024-09-21T03:09:38.060ZDownload: 3244/4281 items 202.9/220.6MB 91% complete (7.2M/s)
1892024-09-21T03:09:50.613ZDownload: 3245/4281 items 203.1/220.6MB 92% complete
1902024-09-21T03:10:20.962ZDownload: 3289/4281 items 210.2/220.6MB 95% complete
1912024-09-21T03:10:25.974ZDownload: 3464/4281 items 215.3/220.6MB 97% complete (1.2M/s)
1922024-09-21T03:10:31.011ZDownload: 3583/4281 items 215.9/220.6MB 97% complete (642k/s)
1932024-09-21T03:10:36.014ZDownload: 3775/4281 items 217.3/220.6MB 98% complete (206k/s)
1942024-09-21T03:10:41.028ZDownload: 3920/4281 items 218.0/220.6MB 98% complete (211k/s)
1952024-09-21T03:10:46.165ZDownload: 4110/4281 items 219.4/220.6MB 99% complete (205k/s)
1962024-09-21T03:10:52.429ZDownload: 4203/4281 items 220.5/220.6MB 99% complete (282k/s)
1972024-09-21T03:11:09.270ZDownload: 4206/4281 items 220.6/220.6MB 99% complete
1982024-09-21T03:11:14.828ZDownload: 4208/4281 items 220.6/220.6MB 99% complete
1992024-09-21T03:11:14.953ZDownload: Completed 220.60 MB in 246.43 seconds (916k/s)
2002024-09-21T03:11:16.969Z Actions: 1/5063 actions (Removing old actions)
2012024-09-21T03:11:16.987Z Actions: 194/5063 actions (Installing new actions)
2022024-09-21T03:11:21.673Z Actions: 4226/5063 actions (Updating modified actions)
2032024-09-21T03:11:21.985Z Actions: Completed 5063 actions in 5.02 seconds.
2042024-09-21T03:11:22.294Z Done (0.301s)
2052024-09-21T03:11:22.296Z Done (0.000s)
2062024-09-21T03:11:22.702Z Done (0.407s)
2072024-09-21T03:11:26.922Z Done (4.036s)
2082024-09-21T03:11:27.008Z Done (0.016s)
2092024-09-21T03:11:27.010Z Done (0.000s)
2102024-09-21T03:11:27.168Z Done (0.000s)
2112024-09-21T03:11:27.765ZPlanning: Evaluating mediator changes ... Done
2122024-09-21T03:11:27.925ZPlanning: Checking for conflicting actions ... Done
2132024-09-21T03:11:27.928ZPlanning: Consolidating action changes ... Done
2142024-09-21T03:11:28.194ZPlanning: Evaluating mediators ... Done
2152024-09-21T03:11:28.197ZPlanning: Planning completed in 0.43 seconds
2162024-09-21T03:11:28.235Z Mediators to change: 2
2172024-09-21T03:11:28.235Z Create boot environment: No
2182024-09-21T03:11:28.237ZCreate backup boot environment: No
2192024-09-21T03:11:28.320Z Done
2202024-09-21T03:11:28.320Z Done
2212024-09-21T03:11:28.567Z Done
2222024-09-21T03:11:32.079Z Done
2232024-09-21T03:11:32.166Z Done
2242024-09-21T03:11:32.169Z Done
2252024-09-21T03:11:32.278Z Done
2262024-09-21T03:11:32.884ZPlanning: Evaluating mediator changes ... Done
2272024-09-21T03:11:32.884ZPlanning: Merging actions ... Done
2282024-09-21T03:11:33.075ZPlanning: Checking for conflicting actions ... Done
2292024-09-21T03:11:33.078ZPlanning: Consolidating action changes ... Done
2302024-09-21T03:11:33.342ZPlanning: Evaluating mediators ... Done
2312024-09-21T03:11:33.396ZPlanning: Planning completed in 0.76 seconds
2322024-09-21T03:11:33.438Z Packages to change: 1
2332024-09-21T03:11:33.438Z Mediators to change: 1
2342024-09-21T03:11:33.440Z Services to change: 1
2352024-09-21T03:11:33.440Z Create boot environment: No
2362024-09-21T03:11:33.440ZCreate backup boot environment: Yes
2372024-09-21T03:11:35.506Z Actions: 1/6 actions (Updating modified actions)
2382024-09-21T03:11:35.509Z Actions: Completed 6 actions in 0.00 seconds.
2392024-09-21T03:11:35.509Z Done
2402024-09-21T03:11:35.509Z Done
2412024-09-21T03:11:35.593Z Done
2422024-09-21T03:11:39.163Z Done
2432024-09-21T03:11:39.254Z Done
2442024-09-21T03:11:39.257Z Done
2452024-09-21T03:11:39.366Z Done
2462024-09-21T03:11:39.799ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2472024-09-21T03:11:39.799Zclang system 15 system
2482024-09-21T03:11:39.799Zcsh system system illumos
2492024-09-21T03:11:39.799Zctags system system illumos
2502024-09-21T03:11:39.799Zgcc vendor 12 vendor
2512024-09-21T03:11:39.799Zgcc system 10 system
2522024-09-21T03:11:39.799Zgcc system 7 system
2532024-09-21T03:11:39.799Zgo system 1.20 system
2542024-09-21T03:11:39.799Zgo system 1.19 system
2552024-09-21T03:11:39.799Zllvm system 15 system
2562024-09-21T03:11:39.799Zllvm system 14 system
2572024-09-21T03:11:39.799Zmariadb system 10.6 system
2582024-09-21T03:11:39.799Zmta vendor vendor dma
2592024-09-21T03:11:39.799Zopenjdk system 17 system
2602024-09-21T03:11:39.799Zopenjdk system 11 system
2612024-09-21T03:11:39.799Zopenjdk system 1.8 system
2622024-09-21T03:11:39.799Zopenssl vendor 3 vendor
2632024-09-21T03:11:39.799Zperl system 5.36 system
2642024-09-21T03:11:39.799Zpostgresql system 15 system
2652024-09-21T03:11:39.799Zpostgresql system 13 system
2662024-09-21T03:11:39.799Zpython vendor 3 vendor
2672024-09-21T03:11:39.799Zpython system 2 system
2682024-09-21T03:11:39.799Zpython3 system 3.11 system
2692024-09-21T03:11:39.799Zruby system 3.0 system
2702024-09-21T03:11:39.799Zwords vendor vendor american-english
2712024-09-21T03:11:39.799Zwords system system australian-english
2722024-09-21T03:11:39.799Zwords system system british-english
2732024-09-21T03:11:39.799Zwords system system canadian-english
2742024-09-21T03:11:39.799Zwords system system french
2752024-09-21T03:11:39.799Zwords system system italian
2762024-09-21T03:11:39.799Zwords system system ngerman
2772024-09-21T03:11:39.799Zwords system system ogerman
2782024-09-21T03:11:39.799Zwords system system spanish
2792024-09-21T03:11:40.130ZPUBLISHER TYPE STATUS P LOCATION
2802024-09-21T03:11:40.130Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2812024-09-21T03:11:42.012ZFMRI IFO
2822024-09-21T03:11:42.012Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2832024-09-21T03:11:42.012Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2842024-09-21T03:11:42.012Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2852024-09-21T03:11:42.012Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2862024-09-21T03:11:42.013Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2872024-09-21T03:11:42.013Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2882024-09-21T03:11:42.013Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2892024-09-21T03:11:42.013Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2902024-09-21T03:11:42.013Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2912024-09-21T03:11:42.013Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2922024-09-21T03:11:42.013Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2932024-09-21T03:11:42.013Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2942024-09-21T03:11:42.013Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2952024-09-21T03:11:42.635Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2962024-09-21T03:11:42.926Z Updating crates.io index
2972024-09-21T03:11:42.986Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2982024-09-21T03:11:43.813Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2992024-09-21T03:11:44.650Z Updating git repository `https://github.com/oxidecomputer/oxnet`
3002024-09-21T03:11:45.016Z Updating git repository `https://github.com/oxidecomputer/progenitor`
3012024-09-21T03:11:46.460Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3022024-09-21T03:11:46.710Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3032024-09-21T03:11:46.945Z Updating git repository `https://github.com/oxidecomputer/propolis`
3042024-09-21T03:11:48.160Z Updating git repository `https://github.com/oxidecomputer/crucible`
3052024-09-21T03:11:50.283Z Updating git repository `https://github.com/oxidecomputer/opte`
3062024-09-21T03:11:51.293Z Updating git repository `https://github.com/oxidecomputer/falcon`
3072024-09-21T03:11:52.030Z Updating git repository `https://github.com/oxidecomputer/clickward`
3082024-09-21T03:11:52.289Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3092024-09-21T03:11:52.549Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3102024-09-21T03:11:53.124Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3112024-09-21T03:11:53.464Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
3122024-09-21T03:11:53.724Z Updating git repository `https://github.com/oxidecomputer/qorb`
3132024-09-21T03:11:54.077Z Updating git repository `https://github.com/oxidecomputer/propolis`
3142024-09-21T03:11:54.524Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3152024-09-21T03:11:54.800Z Updating git repository `https://github.com/oxidecomputer/tofino`
3162024-09-21T03:11:55.080Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3172024-09-21T03:11:55.337Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3182024-09-21T03:11:55.595Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3192024-09-21T03:11:55.911Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3202024-09-21T03:11:56.191Z Updating git repository `https://github.com/oxidecomputer/ispf`
3212024-09-21T03:11:56.565Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3222024-09-21T03:11:56.829Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3232024-09-21T03:11:57.254Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3242024-09-21T03:11:57.564Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3252024-09-21T03:11:57.914Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3262024-09-21T03:11:58.293Z Updating git repository `https://github.com/oxidecomputer/typify`
3272024-09-21T03:12:00.416Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3282024-09-21T03:12:00.674Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3292024-09-21T03:12:00.968Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3302024-09-21T03:12:01.341Z Updating git repository `https://github.com/oxidecomputer/rfb`
3312024-09-21T03:12:02.388Z Downloading crates ...
3322024-09-21T03:12:02.452Z Downloaded pest_generator v2.7.10
3332024-09-21T03:12:02.454Z Downloaded macaddr v1.0.1
3342024-09-21T03:12:02.458Z Downloaded anstyle-parse v0.2.4
3352024-09-21T03:12:02.461Z Downloaded anstream v0.6.14
3362024-09-21T03:12:02.463Z Downloaded anyhow v1.0.89
3372024-09-21T03:12:02.467Z Downloaded dtrace-parser v0.2.0
3382024-09-21T03:12:02.469Z Downloaded is_terminal_polyfill v1.70.0
3392024-09-21T03:12:02.479Z Downloaded usdt-macro v0.5.0
3402024-09-21T03:12:02.482Z Downloaded usdt-attr-macro v0.5.0
3412024-09-21T03:12:02.482Z Downloaded proc-macro2 v1.0.86
3422024-09-21T03:12:02.484Z Downloaded block-buffer v0.10.4
3432024-09-21T03:12:02.486Z Downloaded clap_lex v0.7.0
3442024-09-21T03:12:02.489Z Downloaded heck v0.5.0
3452024-09-21T03:12:02.489Z Downloaded generic-array v0.14.7
3462024-09-21T03:12:02.494Z Downloaded camino-tempfile v1.1.1
3472024-09-21T03:12:02.494Z Downloaded thiserror-impl v1.0.63
3482024-09-21T03:12:02.494Z Downloaded memmap v0.7.0
3492024-09-21T03:12:02.497Z Downloaded cpufeatures v0.2.12
3502024-09-21T03:12:02.497Z Downloaded cargo_metadata v0.18.1
3512024-09-21T03:12:02.500Z Downloaded plain v0.2.3
3522024-09-21T03:12:02.503Z Downloaded cfg-if v1.0.0
3532024-09-21T03:12:02.506Z Downloaded toml_datetime v0.6.8
3542024-09-21T03:12:02.508Z Downloaded serde_spanned v0.6.7
3552024-09-21T03:12:02.508Z Downloaded errno v0.3.9
3562024-09-21T03:12:02.508Z Downloaded byteorder v1.5.0
3572024-09-21T03:12:02.511Z Downloaded autocfg v1.3.0
3582024-09-21T03:12:02.514Z Downloaded anstyle-query v1.0.3
3592024-09-21T03:12:02.514Z Downloaded anstyle v1.0.8
3602024-09-21T03:12:02.517Z Downloaded proc-macro-error v1.0.4
3612024-09-21T03:12:02.519Z Downloaded fnv v1.0.7
3622024-09-21T03:12:02.519Z Downloaded bytecount v0.6.8
3632024-09-21T03:12:02.522Z Downloaded equivalent v1.0.1
3642024-09-21T03:12:02.522Z Downloaded colorchoice v1.0.1
3652024-09-21T03:12:02.527Z Downloaded pretty-hex v0.4.1
3662024-09-21T03:12:02.534Z Downloaded semver v1.0.23
3672024-09-21T03:12:02.537Z Downloaded tempfile v3.10.1
3682024-09-21T03:12:02.546Z Downloaded scroll_derive v0.12.0
3692024-09-21T03:12:02.550Z Downloaded quote v1.0.36
3702024-09-21T03:12:02.553Z Downloaded digest v0.10.7
3712024-09-21T03:12:02.557Z Downloaded camino v1.1.9
3722024-09-21T03:12:02.571Z Downloaded toml v0.8.19
3732024-09-21T03:12:02.571Z Downloaded heck v0.4.1
3742024-09-21T03:12:02.575Z Downloaded itoa v1.0.11
3752024-09-21T03:12:02.575Z Downloaded fastrand v2.1.0
3762024-09-21T03:12:02.575Z Downloaded dof v0.3.0
3772024-09-21T03:12:02.575Z Downloaded proc-macro-error-attr v1.0.4
3782024-09-21T03:12:02.575Z Downloaded fs-err v2.11.0
3792024-09-21T03:12:02.575Z Downloaded crypto-common v0.1.6
3802024-09-21T03:12:02.575Z Downloaded unicode-ident v1.0.12
3812024-09-21T03:12:02.578Z Downloaded thiserror v1.0.63
3822024-09-21T03:12:02.581Z Downloaded terminal_size v0.3.0
3832024-09-21T03:12:02.584Z Downloaded sha2 v0.10.8
3842024-09-21T03:12:02.584Z Downloaded usdt v0.5.0
3852024-09-21T03:12:02.588Z Downloaded swrite v0.1.0
3862024-09-21T03:12:02.588Z Downloaded serde_derive v1.0.208
3872024-09-21T03:12:02.591Z Downloaded utf8parse v0.2.1
3882024-09-21T03:12:02.591Z Downloaded thread-id v4.2.1
3892024-09-21T03:12:02.591Z Downloaded unicode-linebreak v0.1.5
3902024-09-21T03:12:02.591Z Downloaded typenum v1.17.0
3912024-09-21T03:12:02.594Z Downloaded serde_tokenstream v0.2.2
3922024-09-21T03:12:02.597Z Downloaded tabled_derive v0.7.0
3932024-09-21T03:12:02.597Z Downloaded papergrid v0.11.0
3942024-09-21T03:12:02.600Z Downloaded smawk v0.3.2
3952024-09-21T03:12:02.604Z Downloaded once_cell v1.19.0
3962024-09-21T03:12:02.607Z Downloaded clap_derive v4.5.13
3972024-09-21T03:12:02.607Z Downloaded cargo-platform v0.1.8
3982024-09-21T03:12:02.610Z Downloaded bitflags v2.6.0
3992024-09-21T03:12:02.615Z Downloaded textwrap v0.16.1
4002024-09-21T03:12:02.615Z Downloaded usdt-impl v0.5.0
4012024-09-21T03:12:02.618Z Downloaded zerocopy-derive v0.7.34
4022024-09-21T03:12:02.621Z Downloaded scroll v0.12.0
4032024-09-21T03:12:02.627Z Downloaded pest_meta v2.7.10
4042024-09-21T03:12:02.630Z Downloaded log v0.4.21
4052024-09-21T03:12:02.633Z Downloaded cargo_toml v0.20.4
4062024-09-21T03:12:02.633Z Downloaded ucd-trie v0.1.6
4072024-09-21T03:12:02.641Z Downloaded version_check v0.9.5
4082024-09-21T03:12:02.644Z Downloaded strsim v0.11.1
4092024-09-21T03:12:02.664Z Downloaded pest_derive v2.7.10
4102024-09-21T03:12:02.666Z Downloaded clap v4.5.16
4112024-09-21T03:12:02.673Z Downloaded indexmap v2.4.0
4122024-09-21T03:12:02.677Z Downloaded serde v1.0.208
4132024-09-21T03:12:02.681Z Downloaded ryu v1.0.18
4142024-09-21T03:12:02.689Z Downloaded memchr v2.7.2
4152024-09-21T03:12:02.698Z Downloaded toml_edit v0.22.20
4162024-09-21T03:12:02.720Z Downloaded hashbrown v0.14.5
4172024-09-21T03:12:02.726Z Downloaded clap_builder v4.5.15
4182024-09-21T03:12:02.732Z Downloaded zerocopy v0.7.34
4192024-09-21T03:12:02.748Z Downloaded pest v2.7.10
4202024-09-21T03:12:02.754Z Downloaded serde_json v1.0.125
4212024-09-21T03:12:02.764Z Downloaded winnow v0.6.18
4222024-09-21T03:12:02.769Z Downloaded tabled v0.15.0
4232024-09-21T03:12:02.784Z Downloaded syn v1.0.109
4242024-09-21T03:12:02.794Z Downloaded goblin v0.8.2
4252024-09-21T03:12:02.800Z Downloaded syn v2.0.74
4262024-09-21T03:12:02.815Z Downloaded rustix v0.38.34
4272024-09-21T03:12:02.838Z Downloaded unicode-width v0.1.13
4282024-09-21T03:12:02.850Z Downloaded libc v0.2.158
4292024-09-21T03:12:03.159Z Compiling proc-macro2 v1.0.86
4302024-09-21T03:12:03.159Z Compiling unicode-ident v1.0.12
4312024-09-21T03:12:03.163Z Compiling serde v1.0.208
4322024-09-21T03:12:03.163Z Compiling version_check v0.9.5
4332024-09-21T03:12:03.163Z Compiling thiserror v1.0.63
4342024-09-21T03:12:03.163Z Compiling memchr v2.7.2
4352024-09-21T03:12:03.192Z Compiling libc v0.2.158
4362024-09-21T03:12:03.197Z Compiling itoa v1.0.11
4372024-09-21T03:12:03.451Z Compiling ryu v1.0.18
4382024-09-21T03:12:03.453Z Compiling ucd-trie v0.1.6
4392024-09-21T03:12:03.949Z Compiling once_cell v1.19.0
4402024-09-21T03:12:04.015Z Compiling byteorder v1.5.0
4412024-09-21T03:12:04.040Z Compiling rustix v0.38.34
4422024-09-21T03:12:04.388Z Compiling serde_json v1.0.125
4432024-09-21T03:12:04.506Z Compiling bitflags v2.6.0
4442024-09-21T03:12:04.789Z Compiling usdt-impl v0.5.0
4452024-09-21T03:12:04.838Z Compiling proc-macro-error-attr v1.0.4
4462024-09-21T03:12:04.872Z Compiling quote v1.0.36
4472024-09-21T03:12:04.936Z Compiling syn v1.0.109
4482024-09-21T03:12:05.021Z Compiling proc-macro-error v1.0.4
4492024-09-21T03:12:05.243Z Compiling equivalent v1.0.1
4502024-09-21T03:12:05.363Z Compiling syn v2.0.74
4512024-09-21T03:12:05.413Z Compiling hashbrown v0.14.5
4522024-09-21T03:12:05.416Z Compiling utf8parse v0.2.1
4532024-09-21T03:12:05.631Z Compiling errno v0.3.9
4542024-09-21T03:12:05.653Z Compiling camino v1.1.9
4552024-09-21T03:12:05.721Z Compiling log v0.4.21
4562024-09-21T03:12:05.864Z Compiling thread-id v4.2.1
4572024-09-21T03:12:05.889Z Compiling plain v0.2.3
4582024-09-21T03:12:06.055Z Compiling anstyle-parse v0.2.4
4592024-09-21T03:12:06.376Z Compiling pretty-hex v0.4.1
4602024-09-21T03:12:06.405Z Compiling unicode-width v0.1.13
4612024-09-21T03:12:06.587Z Compiling indexmap v2.4.0
4622024-09-21T03:12:06.614Z Compiling autocfg v1.3.0
4632024-09-21T03:12:06.640Z Compiling is_terminal_polyfill v1.70.0
4642024-09-21T03:12:06.667Z Compiling anstyle-query v1.0.3
4652024-09-21T03:12:06.766Z Compiling winnow v0.6.18
4662024-09-21T03:12:06.770Z Compiling anstyle v1.0.8
4672024-09-21T03:12:06.817Z Compiling semver v1.0.23
4682024-09-21T03:12:07.289Z Compiling colorchoice v1.0.1
4692024-09-21T03:12:07.423Z Compiling anstream v0.6.14
4702024-09-21T03:12:07.632Z Compiling fs-err v2.11.0
4712024-09-21T03:12:07.726Z Compiling heck v0.5.0
4722024-09-21T03:12:07.937Z Compiling terminal_size v0.3.0
4732024-09-21T03:12:07.961Z Compiling bytecount v0.6.8
4742024-09-21T03:12:08.136Z Compiling fastrand v2.1.0
4752024-09-21T03:12:08.138Z Compiling strsim v0.11.1
4762024-09-21T03:12:08.186Z Compiling cfg-if v1.0.0
4772024-09-21T03:12:08.257Z Compiling heck v0.4.1
4782024-09-21T03:12:08.291Z Compiling clap_lex v0.7.0
4792024-09-21T03:12:08.646Z Compiling anyhow v1.0.89
4802024-09-21T03:12:08.698Z Compiling fnv v1.0.7
4812024-09-21T03:12:08.738Z Compiling clap_builder v4.5.15
4822024-09-21T03:12:08.841Z Compiling papergrid v0.11.0
4832024-09-21T03:12:09.062Z Compiling tempfile v3.10.1
4842024-09-21T03:12:09.537Z Compiling memmap v0.7.0
4852024-09-21T03:12:09.641Z Compiling smawk v0.3.2
4862024-09-21T03:12:09.863Z Compiling unicode-linebreak v0.1.5
4872024-09-21T03:12:10.346Z Compiling textwrap v0.16.1
4882024-09-21T03:12:10.450Z Compiling swrite v0.1.0
4892024-09-21T03:12:11.624Z Compiling tabled_derive v0.7.0
4902024-09-21T03:12:13.215Z Compiling tabled v0.15.0
4912024-09-21T03:12:14.084Z Compiling serde_derive v1.0.208
4922024-09-21T03:12:14.084Z Compiling thiserror-impl v1.0.63
4932024-09-21T03:12:14.086Z Compiling zerocopy-derive v0.7.34
4942024-09-21T03:12:14.086Z Compiling scroll_derive v0.12.0
4952024-09-21T03:12:14.452Z Compiling clap_derive v4.5.13
4962024-09-21T03:12:15.521Z Compiling scroll v0.12.0
4972024-09-21T03:12:15.972Z Compiling goblin v0.8.2
4982024-09-21T03:12:15.995Z Compiling zerocopy v0.7.34
4992024-09-21T03:12:16.768Z Compiling pest v2.7.10
5002024-09-21T03:12:18.188Z Compiling clap v4.5.16
5012024-09-21T03:12:19.010Z Compiling pest_meta v2.7.10
5022024-09-21T03:12:19.903Z Compiling pest_generator v2.7.10
5032024-09-21T03:12:21.624Z Compiling pest_derive v2.7.10
5042024-09-21T03:12:22.371Z Compiling dtrace-parser v0.2.0
5052024-09-21T03:12:24.223Z Compiling serde_tokenstream v0.2.2
5062024-09-21T03:12:24.266Z Compiling serde_spanned v0.6.7
5072024-09-21T03:12:24.269Z Compiling toml_datetime v0.6.8
5082024-09-21T03:12:24.570Z Compiling cargo-platform v0.1.8
5092024-09-21T03:12:24.595Z Compiling toml_edit v0.22.20
5102024-09-21T03:12:24.845Z Compiling macaddr v1.0.1
5112024-09-21T03:12:25.025Z Compiling camino-tempfile v1.1.1
5122024-09-21T03:12:25.675Z Compiling dof v0.3.0
5132024-09-21T03:12:25.700Z Compiling cargo_metadata v0.18.1
5142024-09-21T03:12:27.348Z Compiling usdt-macro v0.5.0
5152024-09-21T03:12:27.351Z Compiling usdt-attr-macro v0.5.0
5162024-09-21T03:12:27.411Z Compiling toml v0.8.19
5172024-09-21T03:12:28.221Z Compiling cargo_toml v0.20.4
5182024-09-21T03:12:28.775Z Compiling usdt v0.5.0
5192024-09-21T03:12:31.995Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5202024-09-21T03:12:36.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.78s
5212024-09-21T03:12:36.450Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5222024-09-21T03:12:37.058Z Downloading crates ...
5232024-09-21T03:12:37.175Z Downloaded adler v1.0.2
5242024-09-21T03:12:37.178Z Downloaded assert_matches v1.5.0
5252024-09-21T03:12:37.187Z Downloaded cfg_aliases v0.2.1
5262024-09-21T03:12:37.189Z Downloaded async-stream-impl v0.3.5
5272024-09-21T03:12:37.196Z Downloaded constant_time_eq v0.3.0
5282024-09-21T03:12:37.198Z Downloaded bitstruct v0.1.1
5292024-09-21T03:12:37.203Z Downloaded ascii v1.1.0
5302024-09-21T03:12:37.207Z Downloaded cstr-argument v0.1.2
5312024-09-21T03:12:37.207Z Downloaded home v0.5.9
5322024-09-21T03:12:37.209Z Downloaded colored v2.1.0
5332024-09-21T03:12:37.212Z Downloaded hex-literal v0.4.1
5342024-09-21T03:12:37.212Z Downloaded crc v3.2.1
5352024-09-21T03:12:37.215Z Downloaded castaway v0.2.3
5362024-09-21T03:12:37.217Z Downloaded cexpr v0.6.0
5372024-09-21T03:12:37.220Z Downloaded bit-set v0.5.3
5382024-09-21T03:12:37.224Z Downloaded match_cfg v0.1.0
5392024-09-21T03:12:37.224Z Downloaded is_ci v1.2.0
5402024-09-21T03:12:37.227Z Downloaded ciborium-ll v0.2.2
5412024-09-21T03:12:37.227Z Downloaded cobs v0.2.3
5422024-09-21T03:12:37.227Z Downloaded atomicwrites v0.4.3
5432024-09-21T03:12:37.229Z Downloaded mirai-annotations v1.12.0
5442024-09-21T03:12:37.229Z Downloaded md5 v0.7.0
5452024-09-21T03:12:37.231Z Downloaded instant v0.1.12
5462024-09-21T03:12:37.234Z Downloaded new_debug_unreachable v1.0.6
5472024-09-21T03:12:37.234Z Downloaded hubpack_derive v0.1.1
5482024-09-21T03:12:37.236Z Downloaded http-range v0.1.5
5492024-09-21T03:12:37.236Z Downloaded crc-catalog v2.4.0
5502024-09-21T03:12:37.238Z Downloaded buf-list v1.0.3
5512024-09-21T03:12:37.241Z Downloaded bzip2 v0.4.4
5522024-09-21T03:12:37.243Z Downloaded managed v0.8.0
5532024-09-21T03:12:37.246Z Downloaded linear-map v1.2.0
5542024-09-21T03:12:37.248Z Downloaded maybe-uninit v2.0.0
5552024-09-21T03:12:37.248Z Downloaded lalrpop-util v0.19.12
5562024-09-21T03:12:37.251Z Downloaded cancel-safe-futures v0.1.5
5572024-09-21T03:12:37.253Z Downloaded bcs v0.1.6
5582024-09-21T03:12:37.256Z Downloaded nanorand v0.7.0
5592024-09-21T03:12:37.258Z Downloaded memoffset v0.9.1
5602024-09-21T03:12:37.261Z Downloaded cookie v0.18.1
5612024-09-21T03:12:37.263Z Downloaded inout v0.1.3
5622024-09-21T03:12:37.275Z Downloaded lru v0.12.3
5632024-09-21T03:12:37.275Z Downloaded jobserver v0.1.32
5642024-09-21T03:12:37.275Z Downloaded const-oid v0.9.6
5652024-09-21T03:12:37.275Z Downloaded ascii-canvas v3.0.0
5662024-09-21T03:12:37.278Z Downloaded multer v3.1.0
5672024-09-21T03:12:37.278Z Downloaded tinyvec_macros v0.1.1
5682024-09-21T03:12:37.281Z Downloaded mime_guess v2.0.4
5692024-09-21T03:12:37.283Z Downloaded base64 v0.13.1
5702024-09-21T03:12:37.286Z Downloaded highway v1.2.0
5712024-09-21T03:12:37.289Z Downloaded bitstruct_derive v0.1.0
5722024-09-21T03:12:37.292Z Downloaded hickory-client v0.24.1
5732024-09-21T03:12:37.294Z Downloaded ciborium-io v0.2.2
5742024-09-21T03:12:37.296Z Downloaded cfg_aliases v0.1.1
5752024-09-21T03:12:37.297Z Downloaded crossbeam-utils v0.8.19
5762024-09-21T03:12:37.299Z Downloaded atty v0.2.14
5772024-09-21T03:12:37.302Z Downloaded hostname v0.3.1
5782024-09-21T03:12:37.304Z Downloaded indicatif v0.17.8
5792024-09-21T03:12:37.308Z Downloaded crucible-workspace-hack v0.1.0
5802024-09-21T03:12:37.311Z Downloaded vte_generate_state_changes v0.1.1
5812024-09-21T03:12:37.311Z Downloaded is-terminal v0.4.12
5822024-09-21T03:12:37.313Z Downloaded base16ct v0.2.0
5832024-09-21T03:12:37.315Z Downloaded atomic-waker v1.1.2
5842024-09-21T03:12:37.315Z Downloaded matches v0.1.10
5852024-09-21T03:12:37.318Z Downloaded http-body v1.0.0
5862024-09-21T03:12:37.318Z Downloaded arrayvec v0.7.4
5872024-09-21T03:12:37.320Z Downloaded miniz_oxide v0.7.2
5882024-09-21T03:12:37.323Z Downloaded ciborium v0.2.2
5892024-09-21T03:12:37.327Z Downloaded cbc v0.1.2
5902024-09-21T03:12:37.329Z Downloaded cipher v0.4.4
5912024-09-21T03:12:37.332Z Downloaded heapless v0.8.0
5922024-09-21T03:12:37.335Z Downloaded bit-vec v0.6.3
5932024-09-21T03:12:37.338Z Downloaded tls_codec v0.4.1
5942024-09-21T03:12:37.340Z Downloaded headers v0.3.9
5952024-09-21T03:12:37.346Z Downloaded serde_urlencoded v0.7.1
5962024-09-21T03:12:37.349Z Downloaded stringprep v0.1.4
5972024-09-21T03:12:37.352Z Downloaded foreign-types v0.3.2
5982024-09-21T03:12:37.352Z Downloaded utf-8 v0.7.6
5992024-09-21T03:12:37.354Z Downloaded instability v0.3.2
6002024-09-21T03:12:37.357Z Downloaded sqlparser_derive v0.2.2
6012024-09-21T03:12:37.357Z Downloaded diesel_table_macro_syntax v0.2.0
6022024-09-21T03:12:37.360Z Downloaded termcolor v1.4.1
6032024-09-21T03:12:37.360Z Downloaded same-file v1.0.6
6042024-09-21T03:12:37.362Z Downloaded humantime v2.1.0
6052024-09-21T03:12:37.364Z Downloaded openssl-macros v0.1.1
6062024-09-21T03:12:37.364Z Downloaded defmt-macros v0.3.9
6072024-09-21T03:12:37.367Z Downloaded crossbeam-channel v0.5.12
6082024-09-21T03:12:37.373Z Downloaded maplit v1.0.2
6092024-09-21T03:12:37.375Z Downloaded hyper-staticfile v0.9.5
6102024-09-21T03:12:37.377Z Downloaded lru-cache v0.1.2
6112024-09-21T03:12:37.379Z Downloaded path-slash v0.1.5
6122024-09-21T03:12:37.382Z Downloaded num_threads v0.1.7
6132024-09-21T03:12:37.382Z Downloaded newline-converter v0.3.0
6142024-09-21T03:12:37.384Z Downloaded number_prefix v0.4.0
6152024-09-21T03:12:37.386Z Downloaded ff v0.13.0
6162024-09-21T03:12:37.386Z Downloaded rtoolbox v0.0.2
6172024-09-21T03:12:37.389Z Downloaded multimap v0.10.0
6182024-09-21T03:12:37.391Z Downloaded smallvec v1.13.2
6192024-09-21T03:12:37.393Z Downloaded schemars v0.8.21
6202024-09-21T03:12:37.406Z Downloaded tiny-keccak v2.0.2
6212024-09-21T03:12:37.410Z Downloaded pretty-hex v0.2.1
6222024-09-21T03:12:37.412Z Downloaded futures-executor v0.3.30
6232024-09-21T03:12:37.414Z Downloaded uzers v0.11.3
6242024-09-21T03:12:37.417Z Downloaded hash32 v0.2.1
6252024-09-21T03:12:37.417Z Downloaded csv-core v0.1.11
6262024-09-21T03:12:37.419Z Downloaded getopts v0.2.21
6272024-09-21T03:12:37.422Z Downloaded tls_codec_derive v0.4.1
6282024-09-21T03:12:37.425Z Downloaded serde-big-array v0.5.1
6292024-09-21T03:12:37.425Z Downloaded hash32 v0.3.1
6302024-09-21T03:12:37.427Z Downloaded filetime v0.2.25
6312024-09-21T03:12:37.430Z Downloaded lock_api v0.4.12
6322024-09-21T03:12:37.432Z Downloaded paste v1.0.15
6332024-09-21T03:12:37.435Z Downloaded native-tls v0.2.11
6342024-09-21T03:12:37.437Z Downloaded pbkdf2 v0.11.0
6352024-09-21T03:12:37.440Z Downloaded miniz_oxide v0.8.0
6362024-09-21T03:12:37.443Z Downloaded strum v0.26.3
6372024-09-21T03:12:37.445Z Downloaded waitgroup v0.1.2
6382024-09-21T03:12:37.445Z Downloaded toolchain_find v0.4.0
6392024-09-21T03:12:37.448Z Downloaded rand_xorshift v0.3.0
6402024-09-21T03:12:37.450Z Downloaded env_logger v0.10.2
6412024-09-21T03:12:37.454Z Downloaded tinyvec v1.6.0
6422024-09-21T03:12:37.456Z Downloaded slog v2.7.0
6432024-09-21T03:12:37.459Z Downloaded serde-hex v0.1.0
6442024-09-21T03:12:37.462Z Downloaded rustversion v1.0.17
6452024-09-21T03:12:37.464Z Downloaded dhcproto-macros v0.1.0
6462024-09-21T03:12:37.467Z Downloaded siphasher v0.3.11
6472024-09-21T03:12:37.467Z Downloaded bytes v1.7.1
6482024-09-21T03:12:37.471Z Downloaded openssl-probe v0.1.5
6492024-09-21T03:12:37.474Z Downloaded slog-scope v4.4.0
6502024-09-21T03:12:37.478Z Downloaded env_logger v0.11.5
6512024-09-21T03:12:37.482Z Downloaded thread_local v1.1.8
6522024-09-21T03:12:37.482Z Downloaded hkdf v0.12.4
6532024-09-21T03:12:37.485Z Downloaded base64 v0.21.7
6542024-09-21T03:12:37.489Z Downloaded signal-hook-registry v1.4.2
6552024-09-21T03:12:37.492Z Downloaded twox-hash v1.6.3
6562024-09-21T03:12:37.497Z Downloaded compact_str v0.8.0
6572024-09-21T03:12:37.498Z Downloaded thiserror-no-std v2.0.2
6582024-09-21T03:12:37.502Z Downloaded psl-types v2.0.11
6592024-09-21T03:12:37.514Z Downloaded getrandom v0.2.14
6602024-09-21T03:12:37.517Z Downloaded diff v0.1.13
6612024-09-21T03:12:37.517Z Downloaded indexmap v1.9.3
6622024-09-21T03:12:37.526Z Downloaded derive_builder_macro v0.20.0
6632024-09-21T03:12:37.529Z Downloaded zone v0.1.8
6642024-09-21T03:12:37.529Z Downloaded tower-layer v0.3.2
6652024-09-21T03:12:37.531Z Downloaded packed_struct_codegen v0.10.1
6662024-09-21T03:12:37.531Z Downloaded packed_struct v0.10.1
6672024-09-21T03:12:37.538Z Downloaded zone_cfg_derive v0.1.2
6682024-09-21T03:12:37.542Z Downloaded quick-error v1.2.3
6692024-09-21T03:12:37.542Z Downloaded phf v0.11.2
6702024-09-21T03:12:37.542Z Downloaded num-iter v0.1.45
6712024-09-21T03:12:37.542Z Downloaded opaque-debug v0.3.1
6722024-09-21T03:12:37.544Z Downloaded normalize-line-endings v0.3.0
6732024-09-21T03:12:37.544Z Downloaded peg-runtime v0.8.3
6742024-09-21T03:12:37.544Z Downloaded itertools v0.12.1
6752024-09-21T03:12:37.551Z Downloaded crypto-bigint v0.5.5
6762024-09-21T03:12:37.559Z Downloaded ssh-cipher v0.2.0
6772024-09-21T03:12:37.561Z Downloaded russh-cryptovec v0.7.2
6782024-09-21T03:12:37.564Z Downloaded string_cache v0.8.7
6792024-09-21T03:12:37.564Z Downloaded ref-cast-impl v1.0.23
6802024-09-21T03:12:37.566Z Downloaded p256 v0.13.2
6812024-09-21T03:12:37.569Z Downloaded tokio-macros v2.4.0
6822024-09-21T03:12:37.571Z Downloaded tracing-core v0.1.32
6832024-09-21T03:12:37.574Z Downloaded ref-cast v1.0.23
6842024-09-21T03:12:37.577Z Downloaded fragile v2.0.0
6852024-09-21T03:12:37.579Z Downloaded toml v0.7.8
6862024-09-21T03:12:37.583Z Downloaded diesel_derives v2.2.2
6872024-09-21T03:12:37.589Z Downloaded darling_macro v0.20.9
6882024-09-21T03:12:37.593Z Downloaded powerfmt v0.2.0
6892024-09-21T03:12:37.593Z Downloaded funty v2.0.0
6902024-09-21T03:12:37.597Z Downloaded topological-sort v0.2.2
6912024-09-21T03:12:37.597Z Downloaded num-rational v0.4.2
6922024-09-21T03:12:37.599Z Downloaded postgres-protocol v0.6.7
6932024-09-21T03:12:37.599Z Downloaded aho-corasick v1.1.3
6942024-09-21T03:12:37.605Z Downloaded strum_macros v0.25.3
6952024-09-21T03:12:37.608Z Downloaded salsa20 v0.10.2
6962024-09-21T03:12:37.611Z Downloaded predicates-core v1.0.6
6972024-09-21T03:12:37.611Z Downloaded newtype_derive v0.1.6
6982024-09-21T03:12:37.614Z Downloaded portpicker v0.1.1
6992024-09-21T03:12:37.614Z Downloaded nodrop v0.1.14
7002024-09-21T03:12:37.616Z Downloaded phf_shared v0.10.0
7012024-09-21T03:12:37.616Z Downloaded spin v0.5.2
7022024-09-21T03:12:37.618Z Downloaded tokio-tungstenite v0.21.0
7032024-09-21T03:12:37.620Z Downloaded spki v0.7.3
7042024-09-21T03:12:37.623Z Downloaded zerocopy v0.6.6
7052024-09-21T03:12:37.626Z Downloaded nibble_vec v0.1.0
7062024-09-21T03:12:37.628Z Downloaded zeroize_derive v1.4.2
7072024-09-21T03:12:37.630Z Downloaded predicates-tree v1.0.9
7082024-09-21T03:12:37.630Z Downloaded foreign-types-shared v0.3.1
7092024-09-21T03:12:37.633Z Downloaded pem v3.0.4
7102024-09-21T03:12:37.633Z Downloaded precomputed-hash v0.1.1
7112024-09-21T03:12:37.636Z Downloaded untrusted v0.9.0
7122024-09-21T03:12:37.639Z Downloaded nu-ansi-term v0.50.0
7132024-09-21T03:12:37.641Z Downloaded fd-lock v4.0.2
7142024-09-21T03:12:37.643Z Downloaded aws-lc-rs v1.9.0
7152024-09-21T03:12:37.652Z Downloaded parking_lot v0.12.2
7162024-09-21T03:12:37.656Z Downloaded debug-ignore v1.0.5
7172024-09-21T03:12:37.660Z Downloaded rfc6979 v0.4.0
7182024-09-21T03:12:37.662Z Downloaded glob v0.3.1
7192024-09-21T03:12:37.662Z Downloaded fixedbitset v0.4.2
7202024-09-21T03:12:37.664Z Downloaded peg v0.8.4
7212024-09-21T03:12:37.667Z Downloaded pin-utils v0.1.0
7222024-09-21T03:12:37.669Z Downloaded phf_shared v0.11.2
7232024-09-21T03:12:37.673Z Downloaded pbkdf2 v0.12.2
7242024-09-21T03:12:37.673Z Downloaded predicates v3.1.2
7252024-09-21T03:12:37.677Z Downloaded spin v0.9.8
7262024-09-21T03:12:37.680Z Downloaded pem-rfc7468 v0.7.0
7272024-09-21T03:12:37.682Z Downloaded rpassword v7.3.1
7282024-09-21T03:12:37.682Z Downloaded darling_core v0.20.9
7292024-09-21T03:12:37.687Z Downloaded hashbrown v0.13.2
7302024-09-21T03:12:37.694Z Downloaded foreign-types-shared v0.1.1
7312024-09-21T03:12:37.696Z Downloaded want v0.3.1
7322024-09-21T03:12:37.696Z Downloaded unicase v2.7.0
7332024-09-21T03:12:37.699Z Downloaded unarray v0.1.4
7342024-09-21T03:12:37.699Z Downloaded sigpipe v0.1.3
7352024-09-21T03:12:37.702Z Downloaded rustls-pemfile v1.0.4
7362024-09-21T03:12:37.704Z Downloaded group v0.13.0
7372024-09-21T03:12:37.704Z Downloaded resolv-conf v0.7.0
7382024-09-21T03:12:37.707Z Downloaded time-core v0.1.2
7392024-09-21T03:12:37.709Z Downloaded derive_more v0.99.18
7402024-09-21T03:12:37.713Z Downloaded erased-serde v0.3.31
7412024-09-21T03:12:37.718Z Downloaded termtree v0.4.1
7422024-09-21T03:12:37.721Z Downloaded oso-derive v0.27.3
7432024-09-21T03:12:37.721Z Downloaded endian-type v0.1.2
7442024-09-21T03:12:37.721Z Downloaded static_assertions v1.1.0
7452024-09-21T03:12:37.724Z Downloaded slog-dtrace v0.3.0
7462024-09-21T03:12:37.724Z Downloaded signature v2.2.0
7472024-09-21T03:12:37.727Z Downloaded sec1 v0.7.3
7482024-09-21T03:12:37.727Z Downloaded peg-macros v0.8.4
7492024-09-21T03:12:37.730Z Downloaded socket2 v0.5.7
7502024-09-21T03:12:37.733Z Downloaded rcgen v0.12.1
7512024-09-21T03:12:37.735Z Downloaded olpc-cjson v0.1.3
7522024-09-21T03:12:37.738Z Downloaded foreign-types v0.5.0
7532024-09-21T03:12:37.738Z Downloaded fallible-iterator v0.3.0
7542024-09-21T03:12:37.741Z Downloaded which v4.4.2
7552024-09-21T03:12:37.741Z Downloaded parse-display-derive v0.10.0
7562024-09-21T03:12:37.744Z Downloaded whoami v1.5.1
7572024-09-21T03:12:37.747Z Downloaded foreign-types-macros v0.2.3
7582024-09-21T03:12:37.747Z Downloaded env_logger v0.9.3
7592024-09-21T03:12:37.749Z Downloaded hashbrown v0.12.3
7602024-09-21T03:12:37.753Z Downloaded futures v0.3.30
7612024-09-21T03:12:37.759Z Downloaded signal-hook-tokio v0.3.1
7622024-09-21T03:12:37.762Z Downloaded tokio-native-tls v0.3.1
7632024-09-21T03:12:37.764Z Downloaded futures-channel v0.3.30
7642024-09-21T03:12:37.768Z Downloaded futures-io v0.3.30
7652024-09-21T03:12:37.768Z Downloaded zeroize v1.8.1
7662024-09-21T03:12:37.771Z Downloaded xattr v1.3.1
7672024-09-21T03:12:37.771Z Downloaded globset v0.4.14
7682024-09-21T03:12:37.773Z Downloaded mio v0.8.11
7692024-09-21T03:12:37.779Z Downloaded deranged v0.3.11
7702024-09-21T03:12:37.781Z Downloaded take_mut v0.2.2
7712024-09-21T03:12:37.781Z Downloaded postcard v1.0.8
7722024-09-21T03:12:37.785Z Downloaded pin-project v1.1.5
7732024-09-21T03:12:37.798Z Downloaded untrusted v0.7.1
7742024-09-21T03:12:37.800Z Downloaded universal-hash v0.5.1
7752024-09-21T03:12:37.800Z Downloaded shlex v1.3.0
7762024-09-21T03:12:37.803Z Downloaded parse-size v1.0.0
7772024-09-21T03:12:37.803Z Downloaded defmt v0.3.8
7782024-09-21T03:12:37.807Z Downloaded rustc-demangle v0.1.24
7792024-09-21T03:12:37.809Z Downloaded downcast v0.11.0
7802024-09-21T03:12:37.812Z Downloaded dirs-sys-next v0.1.2
7812024-09-21T03:12:37.812Z Downloaded sha1 v0.10.6
7822024-09-21T03:12:37.815Z Downloaded time-macros v0.2.18
7832024-09-21T03:12:37.818Z Downloaded ed25519-dalek v2.1.1
7842024-09-21T03:12:37.820Z Downloaded url v2.5.2
7852024-09-21T03:12:37.823Z Downloaded try-lock v0.2.5
7862024-09-21T03:12:37.825Z Downloaded sync_wrapper v0.1.2
7872024-09-21T03:12:37.825Z Downloaded dirs-next v2.0.0
7882024-09-21T03:12:37.828Z Downloaded serde_plain v1.0.2
7892024-09-21T03:12:37.828Z Downloaded ghash v0.5.1
7902024-09-21T03:12:37.831Z Downloaded owo-colors v4.0.0
7912024-09-21T03:12:37.834Z Downloaded gethostname v0.5.0
7922024-09-21T03:12:37.834Z Downloaded futures-macro v0.3.30
7932024-09-21T03:12:37.836Z Downloaded rand v0.8.5
7942024-09-21T03:12:37.838Z Downloaded semver v0.1.20
7952024-09-21T03:12:37.840Z Downloaded time v0.3.36
7962024-09-21T03:12:37.848Z Downloaded slog-async v2.8.0
7972024-09-21T03:12:37.850Z Downloaded unicode-xid v0.2.4
7982024-09-21T03:12:37.853Z Downloaded tap v1.0.1
7992024-09-21T03:12:37.853Z Downloaded tungstenite v0.20.1
8002024-09-21T03:12:37.856Z Downloaded serde_with_macros v3.9.0
8012024-09-21T03:12:37.858Z Downloaded display-error-chain v0.2.1
8022024-09-21T03:12:37.861Z Downloaded tui-tree-widget v0.22.0
8032024-09-21T03:12:37.863Z Downloaded enum-as-inner v0.6.0
8042024-09-21T03:12:37.863Z Downloaded serde_derive_internals v0.29.1
8052024-09-21T03:12:37.867Z Downloaded flate2 v1.0.33
8062024-09-21T03:12:37.871Z Downloaded similar v2.6.0
8072024-09-21T03:12:37.877Z Downloaded shell-words v1.1.0
8082024-09-21T03:12:37.879Z Downloaded num_enum_derive v0.5.11
8092024-09-21T03:12:37.879Z Downloaded rustc_version v0.4.0
8102024-09-21T03:12:37.882Z Downloaded slab v0.4.9
8112024-09-21T03:12:37.884Z Downloaded password-hash v0.4.2
8122024-09-21T03:12:37.884Z Downloaded sqlparser v0.45.0
8132024-09-21T03:12:37.891Z Downloaded tracing-attributes v0.1.27
8142024-09-21T03:12:37.893Z Downloaded parking_lot_core v0.9.10
8152024-09-21T03:12:37.900Z Downloaded tokio-rustls v0.24.1
8162024-09-21T03:12:37.904Z Downloaded tokio-stream v0.1.15
8172024-09-21T03:12:37.908Z Downloaded num-complex v0.4.6
8182024-09-21T03:12:37.908Z Downloaded fallible-iterator v0.2.0
8192024-09-21T03:12:37.908Z Downloaded num-traits v0.2.19
8202024-09-21T03:12:37.910Z Downloaded term v0.7.0
8212024-09-21T03:12:37.913Z Downloaded tar v0.4.41
8222024-09-21T03:12:37.916Z Downloaded hyper v0.14.30
8232024-09-21T03:12:37.925Z Downloaded oso v0.27.3
8242024-09-21T03:12:37.930Z Downloaded serde_yaml v0.9.34+deprecated
8252024-09-21T03:12:37.933Z Downloaded ron v0.8.1
8262024-09-21T03:12:37.940Z Downloaded x509-cert v0.2.5
8272024-09-21T03:12:37.947Z Downloaded rustyline v14.0.0
8282024-09-21T03:12:37.952Z Downloaded reedline v0.33.0
8292024-09-21T03:12:37.961Z Downloaded tough v0.17.1
8302024-09-21T03:12:37.971Z Downloaded unicode-bidi v0.3.15
8312024-09-21T03:12:37.975Z Downloaded nom v7.1.3
8322024-09-21T03:12:37.980Z Downloaded tower v0.4.13
8332024-09-21T03:12:37.991Z Downloaded rustls-webpki v0.102.4
8342024-09-21T03:12:38.010Z Downloaded expectorate v1.1.0
8352024-09-21T03:12:38.013Z Downloaded tokio-postgres v0.7.11
8362024-09-21T03:12:38.019Z Downloaded portable-atomic v1.6.0
8372024-09-21T03:12:38.024Z Downloaded russh v0.45.0
8382024-09-21T03:12:38.031Z Downloaded rayon v1.10.0
8392024-09-21T03:12:38.041Z Downloaded proptest v1.5.0
8402024-09-21T03:12:38.051Z Downloaded idna v0.4.0
8412024-09-21T03:12:38.059Z Downloaded unicode_categories v0.1.1
8422024-09-21T03:12:38.061Z Downloaded serde_with v3.9.0
8432024-09-21T03:12:38.070Z Downloaded quick-xml v0.33.0
8442024-09-21T03:12:38.077Z Downloaded num-bigint-dig v0.8.4
8452024-09-21T03:12:38.082Z Downloaded h2 v0.3.26
8462024-09-21T03:12:38.090Z Downloaded h2 v0.4.6
8472024-09-21T03:12:38.097Z Downloaded p384 v0.13.0
8482024-09-21T03:12:38.104Z Downloaded vcpkg v0.2.15
8492024-09-21T03:12:38.145Z Downloaded idna v0.3.0
8502024-09-21T03:12:38.153Z Downloaded radix_trie v0.2.1
8512024-09-21T03:12:38.158Z Downloaded nix v0.27.1
8522024-09-21T03:12:38.170Z Downloaded futures-util v0.3.30
8532024-09-21T03:12:38.183Z Downloaded curve25519-dalek v4.1.3
8542024-09-21T03:12:38.194Z Downloaded git2 v0.19.0
8552024-09-21T03:12:38.202Z Downloaded openssl v0.10.66
8562024-09-21T03:12:38.213Z Downloaded webpki-roots v0.25.4
8572024-09-21T03:12:38.217Z Downloaded polar-core v0.27.3
8582024-09-21T03:12:38.227Z Downloaded idna v0.5.0
8592024-09-21T03:12:38.233Z Downloaded dropshot v0.10.1
8602024-09-21T03:12:38.246Z Downloaded trust-dns-proto v0.22.0
8612024-09-21T03:12:38.271Z Downloaded object v0.30.4
8622024-09-21T03:12:38.274Z Downloaded rustls v0.21.12
8632024-09-21T03:12:38.284Z Downloaded object v0.32.2
8642024-09-21T03:12:38.293Z Downloaded openapiv3 v2.0.0
8652024-09-21T03:12:38.306Z Downloaded rustls v0.22.4
8662024-09-21T03:12:38.333Z Downloaded nix v0.29.0
8672024-09-21T03:12:38.354Z Downloaded regress v0.9.1
8682024-09-21T03:12:38.368Z Downloaded gimli v0.28.1
8692024-09-21T03:12:38.368Z Downloaded regex-syntax v0.8.4
8702024-09-21T03:12:38.368Z Downloaded bzip2-sys v0.1.11+1.0.8
8712024-09-21T03:12:38.381Z Downloaded sled v0.34.7
8722024-09-21T03:12:38.403Z Downloaded finl_unicode v1.2.0
8732024-09-21T03:12:38.427Z Downloaded petgraph v0.6.5
8742024-09-21T03:12:38.452Z Downloaded csv v1.3.0
8752024-09-21T03:12:38.474Z Downloaded ratatui v0.28.0
8762024-09-21T03:12:38.489Z Downloaded smoltcp v0.11.0
8772024-09-21T03:12:38.489Z Downloaded rustls v0.23.10
8782024-09-21T03:12:38.507Z Downloaded zerocopy-derive v0.6.6
8792024-09-21T03:12:38.545Z Downloaded regex-syntax v0.6.29
8802024-09-21T03:12:38.545Z Downloaded regex-automata v0.4.6
8812024-09-21T03:12:38.571Z Downloaded smoltcp v0.9.1
8822024-09-21T03:12:38.571Z Downloaded nix v0.28.0
8832024-09-21T03:12:38.571Z Downloaded diesel v2.2.4
8842024-09-21T03:12:38.587Z Downloaded bstr v1.9.1
8852024-09-21T03:12:38.593Z Downloaded tokio v1.39.3
8862024-09-21T03:12:38.626Z Downloaded hickory-proto v0.24.1
8872024-09-21T03:12:38.647Z Downloaded p521 v0.13.3
8882024-09-21T03:12:38.648Z Downloaded winnow v0.5.40
8892024-09-21T03:12:38.655Z Downloaded salty v0.3.0
8902024-09-21T03:12:38.660Z Downloaded lalrpop v0.19.12
8912024-09-21T03:12:38.672Z Downloaded unicode-normalization v0.1.23
8922024-09-21T03:12:38.679Z Downloaded rustls-webpki v0.101.7
8932024-09-21T03:12:38.688Z Downloaded regex v1.10.6
8942024-09-21T03:12:38.701Z Downloaded ssh-key v0.6.6
8952024-09-21T03:12:38.711Z Downloaded sha3 v0.10.8
8962024-09-21T03:12:38.717Z Downloaded chrono v0.4.38
8972024-09-21T03:12:38.723Z Downloaded idna v0.2.3
8982024-09-21T03:12:38.730Z Downloaded bindgen v0.69.4
8992024-09-21T03:12:38.756Z Downloaded tokio-util v0.7.11
9002024-09-21T03:12:38.772Z Downloaded openssl-sys v0.9.103
9012024-09-21T03:12:38.772Z Downloaded tracing v0.1.40
9022024-09-21T03:12:38.772Z Downloaded num-bigint v0.4.5
9032024-09-21T03:12:38.772Z Downloaded rusqlite v0.32.1
9042024-09-21T03:12:38.783Z Downloaded tokio-rustls v0.26.0
9052024-09-21T03:12:38.783Z Downloaded derive-where v1.2.7
9062024-09-21T03:12:38.783Z Downloaded supports-color v3.0.1
9072024-09-21T03:12:38.783Z Downloaded slog-bunyan v2.5.0
9082024-09-21T03:12:38.783Z Downloaded tokio-rustls v0.25.0
9092024-09-21T03:12:38.795Z Downloaded subprocess v0.2.9
9102024-09-21T03:12:38.795Z Downloaded test-strategy v0.3.1
9112024-09-21T03:12:38.795Z Downloaded socket2 v0.4.10
9122024-09-21T03:12:38.795Z Downloaded snafu v0.8.2
9132024-09-21T03:12:38.800Z Downloaded rustfmt-wrapper v0.2.1
9142024-09-21T03:12:38.800Z Downloaded enum-as-inner v0.5.1
9152024-09-21T03:12:38.801Z Downloaded tabwriter v1.4.0
9162024-09-21T03:12:38.801Z Downloaded reqwest v0.11.27
9172024-09-21T03:12:38.806Z Downloaded derive_builder_core v0.20.0
9182024-09-21T03:12:38.811Z Downloaded fatfs v0.3.6
9192024-09-21T03:12:38.811Z Downloaded steno v0.4.1
9202024-09-21T03:12:38.816Z Downloaded itertools v0.13.0
9212024-09-21T03:12:38.820Z Downloaded futures-sink v0.3.30
9222024-09-21T03:12:38.826Z Downloaded derive_builder v0.20.0
9232024-09-21T03:12:38.831Z Downloaded der_derive v0.7.2
9242024-09-21T03:12:38.831Z Downloaded secrecy v0.8.0
9252024-09-21T03:12:38.831Z Downloaded num-derive v0.4.2
9262024-09-21T03:12:38.840Z Downloaded parking_lot_core v0.8.6
9272024-09-21T03:12:38.840Z Downloaded des v0.8.1
9282024-09-21T03:12:38.840Z Downloaded serde_path_to_error v0.1.16
9292024-09-21T03:12:38.840Z Downloaded tungstenite v0.23.0
9302024-09-21T03:12:38.843Z Downloaded yasna v0.5.2
9312024-09-21T03:12:38.843Z Downloaded dhcproto v0.12.0
9322024-09-21T03:12:38.847Z Downloaded zip v0.6.6
9332024-09-21T03:12:38.851Z Downloaded publicsuffix v2.2.3
9342024-09-21T03:12:38.854Z Downloaded pkcs5 v0.7.1
9352024-09-21T03:12:38.857Z Downloaded russh-keys v0.45.0
9362024-09-21T03:12:38.861Z Downloaded itertools v0.10.5
9372024-09-21T03:12:38.865Z Downloaded encoding_rs v0.8.34
9382024-09-21T03:12:38.891Z Downloaded tungstenite v0.21.0
9392024-09-21T03:12:38.895Z Downloaded crossterm v0.27.0
9402024-09-21T03:12:38.898Z Downloaded bitvec v1.0.1
9412024-09-21T03:12:38.913Z Downloaded aws-lc-sys v0.21.2
9422024-09-21T03:12:39.120Z Downloaded subtle v2.5.0
9432024-09-21T03:12:39.123Z Downloaded snafu-derive v0.8.2
9442024-09-21T03:12:39.123Z Downloaded password-hash v0.5.0
9452024-09-21T03:12:39.127Z Downloaded typed-path v0.7.1
9462024-09-21T03:12:39.132Z Downloaded toml_edit v0.19.15
9472024-09-21T03:12:39.148Z Downloaded flume v0.11.0
9482024-09-21T03:12:39.151Z Downloaded num-conv v0.1.0
9492024-09-21T03:12:39.154Z Downloaded sct v0.7.1
9502024-09-21T03:12:39.156Z Downloaded newtype-uuid v1.1.0
9512024-09-21T03:12:39.156Z Downloaded libgit2-sys v0.17.0+1.8.1
9522024-09-21T03:12:39.215Z Downloaded pkcs1 v0.7.5
9532024-09-21T03:12:39.218Z Downloaded pin-project-lite v0.2.14
9542024-09-21T03:12:39.222Z Downloaded percent-encoding v2.3.1
9552024-09-21T03:12:39.224Z Downloaded postgres-types v0.2.7
9562024-09-21T03:12:39.228Z Downloaded libxml v0.3.3
9572024-09-21T03:12:39.233Z Downloaded env_filter v0.1.2
9582024-09-21T03:12:39.238Z Downloaded dropshot_endpoint v0.10.1
9592024-09-21T03:12:39.238Z Downloaded wyz v0.5.1
9602024-09-21T03:12:39.238Z Downloaded omicron-zone-package v0.11.0
9612024-09-21T03:12:39.241Z Downloaded rsa v0.9.6
9622024-09-21T03:12:39.243Z Downloaded http v1.1.0
9632024-09-21T03:12:39.246Z Downloaded unsafe-libyaml v0.2.11
9642024-09-21T03:12:39.249Z Downloaded num v0.4.3
9652024-09-21T03:12:39.251Z Downloaded data-encoding v2.6.0
9662024-09-21T03:12:39.251Z Downloaded wait-timeout v0.2.0
9672024-09-21T03:12:39.254Z Downloaded sqlformat v0.2.4
9682024-09-21T03:12:39.259Z Downloaded ena v0.14.3
9692024-09-21T03:12:39.259Z Downloaded tokio-tungstenite v0.23.1
9702024-09-21T03:12:39.264Z Downloaded mio v1.0.2
9712024-09-21T03:12:39.267Z Downloaded minimal-lexical v0.2.1
9722024-09-21T03:12:39.272Z Downloaded stable_deref_trait v1.2.0
9732024-09-21T03:12:39.272Z Downloaded ssh-encoding v0.2.0
9742024-09-21T03:12:39.272Z Downloaded scrypt v0.11.0
9752024-09-21T03:12:39.275Z Downloaded scopeguard v1.2.0
9762024-09-21T03:12:39.275Z Downloaded schemars_derive v0.8.21
9772024-09-21T03:12:39.275Z Downloaded fs_extra v1.3.0
9782024-09-21T03:12:39.288Z Downloaded prettyplease v0.2.20
9792024-09-21T03:12:39.288Z Downloaded http v0.2.12
9802024-09-21T03:12:39.288Z Downloaded embedded-io v0.4.0
9812024-09-21T03:12:39.288Z Downloaded tokio-tungstenite v0.20.1
9822024-09-21T03:12:39.291Z Downloaded libm v0.2.8
9832024-09-21T03:12:39.295Z Downloaded hyper v1.4.1
9842024-09-21T03:12:39.301Z Downloaded aes v0.8.4
9852024-09-21T03:12:39.331Z Downloaded strum_macros v0.26.4
9862024-09-21T03:12:39.336Z Downloaded polyval v0.6.2
9872024-09-21T03:12:39.336Z Downloaded unicode-segmentation v1.11.0
9882024-09-21T03:12:39.336Z Downloaded zone_cfg_derive v0.3.0
9892024-09-21T03:12:39.336Z Downloaded num_enum v0.5.11
9902024-09-21T03:12:39.337Z Downloaded darling v0.20.9
9912024-09-21T03:12:39.341Z Downloaded der v0.7.9
9922024-09-21T03:12:39.345Z Downloaded blake3 v1.5.1
9932024-09-21T03:12:39.355Z Downloaded dsl_auto_type v0.1.2
9942024-09-21T03:12:39.358Z Downloaded pkg-config v0.3.30
9952024-09-21T03:12:39.361Z Downloaded pkcs8 v0.10.2
9962024-09-21T03:12:39.363Z Downloaded parking_lot v0.11.2
9972024-09-21T03:12:39.366Z Downloaded ecdsa v0.16.9
9982024-09-21T03:12:39.369Z Downloaded radium v0.7.0
9992024-09-21T03:12:39.372Z Downloaded r2d2 v0.8.10
10002024-09-21T03:12:39.372Z Downloaded proc-macro-crate v1.3.1
10012024-09-21T03:12:39.374Z Downloaded walkdir v2.5.0
10022024-09-21T03:12:39.374Z Downloaded half v2.4.1
10032024-09-21T03:12:39.378Z Downloaded zone v0.3.0
10042024-09-21T03:12:39.381Z Downloaded tower-service v0.3.2
10052024-09-21T03:12:39.381Z Downloaded num-integer v0.1.46
10062024-09-21T03:12:39.384Z Downloaded futures-task v0.3.30
10072024-09-21T03:12:39.384Z Downloaded float-ord v0.3.2
10082024-09-21T03:12:39.384Z Downloaded float-cmp v0.9.0
10092024-09-21T03:12:39.387Z Downloaded flagset v0.4.5
10102024-09-21T03:12:39.390Z Downloaded fallible-streaming-iterator v0.1.9
10112024-09-21T03:12:39.390Z Downloaded ed25519 v2.2.3
10122024-09-21T03:12:39.393Z Downloaded dyn-clone v1.0.17
10132024-09-21T03:12:39.393Z Downloaded dunce v1.0.5
10142024-09-21T03:12:39.399Z Downloaded slog-json v2.6.1
10152024-09-21T03:12:39.399Z Downloaded elliptic-curve v0.13.8
10162024-09-21T03:12:39.402Z Downloaded vte v0.11.1
10172024-09-21T03:12:39.405Z Downloaded uuid v1.10.0
10182024-09-21T03:12:39.407Z Downloaded smf v0.2.3
10192024-09-21T03:12:39.407Z Downloaded crc-any v2.5.0
10202024-09-21T03:12:39.410Z Downloaded backtrace v0.3.71
10212024-09-21T03:12:39.413Z Downloaded difflib v0.4.0
10222024-09-21T03:12:39.416Z Downloaded curve25519-dalek-derive v0.1.1
10232024-09-21T03:12:39.416Z Downloaded serde_arrays v0.1.0
10242024-09-21T03:12:39.419Z Downloaded rayon-core v1.12.1
10252024-09-21T03:12:39.422Z Downloaded crossterm v0.28.1
10262024-09-21T03:12:39.427Z Downloaded thiserror-impl-no-std v2.0.2
10272024-09-21T03:12:39.430Z Downloaded structmeta-derive v0.2.0
10282024-09-21T03:12:39.430Z Downloaded slog-term v2.9.1
10292024-09-21T03:12:39.432Z Downloaded poly1305 v0.8.0
10302024-09-21T03:12:39.435Z Downloaded samael v0.0.17
10312024-09-21T03:12:39.440Z Downloaded mockall_derive v0.13.0
10322024-09-21T03:12:39.443Z Downloaded strum_macros v0.24.3
10332024-09-21T03:12:39.445Z Downloaded structmeta-derive v0.3.0
10342024-09-21T03:12:39.445Z Downloaded slog-stdlog v4.1.1
10352024-09-21T03:12:39.447Z Downloaded pin-project-internal v1.1.5
10362024-09-21T03:12:39.448Z Downloaded ron v0.7.1
10372024-09-21T03:12:39.451Z Downloaded mime v0.3.17
10382024-09-21T03:12:39.453Z Downloaded hmac v0.12.1
10392024-09-21T03:12:39.457Z Downloaded slog-envlogger v2.2.0
10402024-09-21T03:12:39.457Z Downloaded rusty-fork v0.3.0
10412024-09-21T03:12:39.459Z Downloaded parse-display v0.10.0
10422024-09-21T03:12:39.459Z Downloaded hashlink v0.9.1
10432024-09-21T03:12:39.459Z Downloaded vsss-rs v3.3.4
10442024-09-21T03:12:39.462Z Downloaded vergen v8.3.2
10452024-09-21T03:12:39.464Z Downloaded fxhash v0.2.1
10462024-09-21T03:12:39.467Z Downloaded primeorder v0.13.6
10472024-09-21T03:12:39.467Z Downloaded crossbeam-epoch v0.9.18
10482024-09-21T03:12:39.470Z Downloaded console v0.15.8
10492024-09-21T03:12:39.472Z Downloaded rand_seeder v0.3.0
10502024-09-21T03:12:39.475Z Downloaded rand_chacha v0.3.1
10512024-09-21T03:12:39.475Z Downloaded ppv-lite86 v0.2.17
10522024-09-21T03:12:39.477Z Downloaded rustls-pemfile v2.1.3
10532024-09-21T03:12:39.477Z Downloaded memmap2 v0.9.4
10542024-09-21T03:12:39.480Z Downloaded cookie v0.17.0
10552024-09-21T03:12:39.482Z Downloaded ipnet v2.9.0
10562024-09-21T03:12:39.484Z Downloaded blake2 v0.10.6
10572024-09-21T03:12:39.487Z Downloaded defmt-parser v0.3.4
10582024-09-21T03:12:39.487Z Downloaded libloading v0.8.3
10592024-09-21T03:12:39.490Z Downloaded keccak v0.1.5
10602024-09-21T03:12:39.492Z Downloaded indoc v1.0.9
10612024-09-21T03:12:39.492Z Downloaded iana-time-zone v0.1.60
10622024-09-21T03:12:39.495Z Downloaded httparse v1.8.0
10632024-09-21T03:12:39.497Z Downloaded const_format v0.2.33
10642024-09-21T03:12:39.501Z Downloaded futures-core v0.3.30
10652024-09-21T03:12:39.504Z Downloaded form_urlencoded v1.2.1
10662024-09-21T03:12:39.504Z Downloaded either v1.13.0
10672024-09-21T03:12:39.507Z Downloaded value-bag v1.9.0
10682024-09-21T03:12:39.510Z Downloaded unicode-truncate v1.0.0
10692024-09-21T03:12:39.510Z Downloaded termios v0.3.3
10702024-09-21T03:12:39.513Z Downloaded structmeta v0.3.0
10712024-09-21T03:12:39.513Z Downloaded structmeta v0.2.0
10722024-09-21T03:12:39.515Z Downloaded strip-ansi-escapes v0.2.0
10732024-09-21T03:12:39.515Z Downloaded smallvec v0.6.14
10742024-09-21T03:12:39.519Z Downloaded signal-hook-mio v0.2.4
10752024-09-21T03:12:39.519Z Downloaded serde_repr v0.1.19
10762024-09-21T03:12:39.522Z Downloaded scheduled-thread-pool v0.2.7
10772024-09-21T03:12:39.522Z Downloaded hyper-rustls v0.24.2
10782024-09-21T03:12:39.524Z Downloaded chacha20poly1305 v0.10.1
10792024-09-21T03:12:39.526Z Downloaded allocator-api2 v0.2.18
10802024-09-21T03:12:39.529Z Downloaded rustc-hash v1.1.0
10812024-09-21T03:12:39.532Z Downloaded crc32fast v1.4.0
10822024-09-21T03:12:39.532Z Downloaded bitfield-struct v0.6.1
10832024-09-21T03:12:39.535Z Downloaded rustls-pki-types v1.7.0
10842024-09-21T03:12:39.537Z Downloaded mockall v0.13.0
10852024-09-21T03:12:39.537Z Downloaded aes-gcm v0.10.3
10862024-09-21T03:12:39.554Z Downloaded md-5 v0.10.6
10872024-09-21T03:12:39.572Z Downloaded signal-hook v0.3.17
10882024-09-21T03:12:39.572Z Downloaded rand_core v0.6.4
10892024-09-21T03:12:39.572Z Downloaded libefi-sys v0.1.0
10902024-09-21T03:12:39.572Z Downloaded base64 v0.22.1
10912024-09-21T03:12:39.572Z Downloaded backoff v0.4.0
10922024-09-21T03:12:39.572Z Downloaded lazy_static v1.5.0
10932024-09-21T03:12:39.572Z Downloaded hyper-tls v0.5.0
10942024-09-21T03:12:39.573Z Downloaded addr2line v0.21.0
10952024-09-21T03:12:39.601Z Downloaded cc v1.1.21
10962024-09-21T03:12:39.601Z Downloaded hubpack v0.1.2
10972024-09-21T03:12:39.601Z Downloaded base64ct v1.6.0
10982024-09-21T03:12:39.601Z Downloaded ahash v0.8.11
10992024-09-21T03:12:39.601Z Downloaded heapless v0.7.17
11002024-09-21T03:12:39.601Z Downloaded cookie_store v0.20.0
11012024-09-21T03:12:39.601Z Downloaded const_format_proc_macros v0.2.33
11022024-09-21T03:12:39.601Z Downloaded chacha20 v0.9.1
11032024-09-21T03:12:39.601Z Downloaded rustc_version v0.1.7
11042024-09-21T03:12:39.601Z Downloaded cmake v0.1.51
11052024-09-21T03:12:39.601Z Downloaded async-trait v0.1.82
11062024-09-21T03:12:39.601Z Downloaded crossbeam-deque v0.8.5
11072024-09-21T03:12:39.606Z Downloaded block-padding v0.3.3
11082024-09-21T03:12:39.606Z Downloaded async-bb8-diesel v0.2.1
11092024-09-21T03:12:39.606Z Downloaded bitflags v1.3.2
11102024-09-21T03:12:39.606Z Downloaded bcrypt-pbkdf v0.10.0
11112024-09-21T03:12:39.606Z Downloaded cassowary v0.3.0
11122024-09-21T03:12:39.606Z Downloaded async-stream v0.3.5
11132024-09-21T03:12:39.606Z Downloaded hyper-util v0.1.7
11142024-09-21T03:12:39.606Z Downloaded hickory-server v0.24.1
11152024-09-21T03:12:39.606Z Downloaded hickory-resolver v0.24.1
11162024-09-21T03:12:39.610Z Downloaded heck v0.3.3
11172024-09-21T03:12:39.613Z Downloaded array-init v0.0.4
11182024-09-21T03:12:39.613Z Downloaded adler2 v2.0.0
11192024-09-21T03:12:39.613Z Downloaded httpdate v1.0.3
11202024-09-21T03:12:39.613Z Downloaded clang-sys v1.7.0
11212024-09-21T03:12:39.616Z Downloaded ipnetwork v0.20.0
11222024-09-21T03:12:39.619Z Downloaded http-body v0.4.6
11232024-09-21T03:12:39.619Z Downloaded hostname v0.4.0
11242024-09-21T03:12:39.622Z Downloaded linked-hash-map v0.5.6
11252024-09-21T03:12:39.622Z Downloaded hex v0.4.3
11262024-09-21T03:12:39.624Z Downloaded libsw v3.3.1
11272024-09-21T03:12:39.624Z Downloaded lazycell v1.3.0
11282024-09-21T03:12:39.625Z Downloaded kstat-rs v0.2.4
11292024-09-21T03:12:39.628Z Downloaded internet-checksum v0.2.1
11302024-09-21T03:12:39.628Z Downloaded indent_write v2.2.0
11312024-09-21T03:12:39.628Z Downloaded impl-trait-for-tuples v0.2.2
11322024-09-21T03:12:39.630Z Downloaded ident_case v1.0.1
11332024-09-21T03:12:39.630Z Downloaded argon2 v0.5.3
11342024-09-21T03:12:39.633Z Downloaded blowfish v0.9.1
11352024-09-21T03:12:39.633Z Downloaded bb8 v0.8.5
11362024-09-21T03:12:39.635Z Downloaded bitfield v0.14.0
11372024-09-21T03:12:39.635Z Downloaded arc-swap v1.7.1
11382024-09-21T03:12:39.639Z Downloaded ctr v0.9.2
11392024-09-21T03:12:39.642Z Downloaded aead v0.5.2
11402024-09-21T03:12:39.644Z Downloaded headers-core v0.2.0
11412024-09-21T03:12:39.644Z Downloaded convert_case v0.4.0
11422024-09-21T03:12:39.644Z Downloaded async-recursion v1.1.1
11432024-09-21T03:12:39.647Z Downloaded crunchy v0.2.2
11442024-09-21T03:12:39.650Z Downloaded arrayref v0.3.7
11452024-09-21T03:12:39.673Z Downloaded libz-sys v1.1.16
11462024-09-21T03:12:39.788Z Downloaded ring v0.17.8
11472024-09-21T03:12:39.934Z Downloaded libsqlite3-sys v0.30.1
11482024-09-21T03:12:40.013Z Downloaded ring v0.16.20
11492024-09-21T03:12:40.195Z Compiling serde v1.0.208
11502024-09-21T03:12:40.198Z Compiling lock_api v0.4.12
11512024-09-21T03:12:40.198Z Compiling scopeguard v1.2.0
11522024-09-21T03:12:40.198Z Compiling value-bag v1.9.0
11532024-09-21T03:12:40.198Z Compiling shlex v1.3.0
11542024-09-21T03:12:40.198Z Compiling typenum v1.17.0
11552024-09-21T03:12:40.377Z Compiling syn v2.0.74
11562024-09-21T03:12:40.380Z Compiling getrandom v0.2.14
11572024-09-21T03:12:40.475Z Compiling jobserver v0.1.32
11582024-09-21T03:12:40.788Z Compiling rand_core v0.6.4
11592024-09-21T03:12:40.935Z Compiling log v0.4.21
11602024-09-21T03:12:40.955Z Compiling generic-array v0.14.7
11612024-09-21T03:12:41.001Z Compiling cc v1.1.21
11622024-09-21T03:12:41.328Z Compiling subtle v2.5.0
11632024-09-21T03:12:41.347Z Compiling const-oid v0.9.6
11642024-09-21T03:12:41.352Z Compiling spin v0.9.8
11652024-09-21T03:12:41.437Z Compiling pin-project-lite v0.2.14
11662024-09-21T03:12:41.625Z Compiling smallvec v1.13.2
11672024-09-21T03:12:41.685Z Compiling parking_lot_core v0.9.10
11682024-09-21T03:12:41.791Z Compiling signal-hook-registry v1.4.2
11692024-09-21T03:12:41.855Z Compiling mio v1.0.2
11702024-09-21T03:12:42.020Z Compiling socket2 v0.5.7
11712024-09-21T03:12:42.646Z Compiling parking_lot v0.12.2
11722024-09-21T03:12:42.828Z Compiling rustix v0.38.34
11732024-09-21T03:12:43.025Z Compiling ahash v0.8.11
11742024-09-21T03:12:43.045Z Compiling cpufeatures v0.2.12
11752024-09-21T03:12:43.121Z Compiling futures-core v0.3.30
11762024-09-21T03:12:43.145Z Compiling futures-sink v0.3.30
11772024-09-21T03:12:43.293Z Compiling slab v0.4.9
11782024-09-21T03:12:43.335Z Compiling aho-corasick v1.1.3
11792024-09-21T03:12:43.389Z Compiling regex-syntax v0.8.4
11802024-09-21T03:12:43.461Z Compiling allocator-api2 v0.2.18
11812024-09-21T03:12:43.556Z Compiling tinyvec_macros v0.1.1
11822024-09-21T03:12:43.643Z Compiling glob v0.3.1
11832024-09-21T03:12:43.693Z Compiling tinyvec v1.6.0
11842024-09-21T03:12:44.020Z Compiling futures-channel v0.3.30
11852024-09-21T03:12:44.207Z Compiling lazy_static v1.5.0
11862024-09-21T03:12:44.352Z Compiling libm v0.2.8
11872024-09-21T03:12:44.481Z Compiling serde_json v1.0.125
11882024-09-21T03:12:44.683Z Compiling clang-sys v1.7.0
11892024-09-21T03:12:44.721Z Compiling futures-task v0.3.30
11902024-09-21T03:12:44.831Z Compiling pin-utils v0.1.0
11912024-09-21T03:12:44.930Z Compiling either v1.13.0
11922024-09-21T03:12:45.013Z Compiling base64ct v1.6.0
11932024-09-21T03:12:45.234Z Compiling futures-io v0.3.30
11942024-09-21T03:12:45.327Z Compiling ring v0.17.8
11952024-09-21T03:12:45.358Z Compiling prettyplease v0.2.20
11962024-09-21T03:12:45.423Z Compiling unicode-normalization v0.1.23
11972024-09-21T03:12:45.560Z Compiling pem-rfc7468 v0.7.0
11982024-09-21T03:12:45.693Z Compiling num-traits v0.2.19
11992024-09-21T03:12:45.714Z Compiling unicode-bidi v0.3.15
12002024-09-21T03:12:45.992Z Compiling minimal-lexical v0.2.1
12012024-09-21T03:12:46.453Z Compiling flagset v0.4.5
12022024-09-21T03:12:46.565Z Compiling nom v7.1.3
12032024-09-21T03:12:46.797Z Compiling libloading v0.8.3
12042024-09-21T03:12:47.151Z Compiling regex-automata v0.4.6
12052024-09-21T03:12:47.206Z Compiling bindgen v0.69.4
12062024-09-21T03:12:47.952Z Compiling home v0.5.9
12072024-09-21T03:12:49.964Z Compiling cexpr v0.6.0
12082024-09-21T03:12:50.058Z Compiling itertools v0.12.1
12092024-09-21T03:12:50.147Z Compiling tracing-core v0.1.32
12102024-09-21T03:12:50.874Z Compiling rustc-hash v1.1.0
12112024-09-21T03:12:51.022Z Compiling vcpkg v0.2.15
12122024-09-21T03:12:51.451Z Compiling untrusted v0.9.0
12132024-09-21T03:12:51.607Z Compiling lazycell v1.3.0
12142024-09-21T03:12:51.685Z Compiling pkg-config v0.3.30
12152024-09-21T03:12:51.772Z Compiling cmake v0.1.51
12162024-09-21T03:12:52.652Z Compiling regex v1.10.6
12172024-09-21T03:12:53.097Z Compiling fs_extra v1.3.0
12182024-09-21T03:12:53.099Z Compiling openssl-sys v0.9.103
12192024-09-21T03:12:53.133Z Compiling dunce v1.0.5
12202024-09-21T03:12:53.264Z Compiling ppv-lite86 v0.2.17
12212024-09-21T03:12:53.698Z Compiling percent-encoding v2.3.1
12222024-09-21T03:12:53.728Z Compiling httparse v1.8.0
12232024-09-21T03:12:54.035Z Compiling rand_chacha v0.3.1
12242024-09-21T03:12:54.066Z Compiling try-lock v0.2.5
12252024-09-21T03:12:54.181Z Compiling paste v1.0.15
12262024-09-21T03:12:54.354Z Compiling want v0.3.1
12272024-09-21T03:12:54.643Z Compiling rand v0.8.5
12282024-09-21T03:12:54.720Z Compiling serde_derive v1.0.208
12292024-09-21T03:12:54.740Z Compiling zeroize_derive v1.4.2
12302024-09-21T03:12:54.905Z Compiling zerocopy-derive v0.7.34
12312024-09-21T03:12:56.359Z Compiling zeroize v1.8.1
12322024-09-21T03:12:56.405Z Compiling tokio-macros v2.4.0
12332024-09-21T03:12:56.578Z Compiling futures-macro v0.3.30
12342024-09-21T03:12:56.724Z Compiling der_derive v0.7.2
12352024-09-21T03:12:57.146Z Compiling zerocopy v0.7.34
12362024-09-21T03:12:58.010Z Compiling crypto-common v0.1.6
12372024-09-21T03:12:58.081Z Compiling block-buffer v0.10.4
12382024-09-21T03:12:58.232Z Compiling block-padding v0.3.3
12392024-09-21T03:12:58.338Z Compiling digest v0.10.7
12402024-09-21T03:12:58.481Z Compiling inout v0.1.3
12412024-09-21T03:12:58.567Z Compiling futures-util v0.3.30
12422024-09-21T03:12:58.774Z Compiling cipher v0.4.4
12432024-09-21T03:12:58.838Z Compiling hmac v0.12.1
12442024-09-21T03:12:59.090Z Compiling sha2 v0.10.8
12452024-09-21T03:12:59.286Z Compiling hashbrown v0.14.5
12462024-09-21T03:12:59.307Z Compiling thiserror-impl v1.0.63
12472024-09-21T03:12:59.374Z Compiling der v0.7.9
12482024-09-21T03:12:59.646Z Compiling salsa20 v0.10.2
12492024-09-21T03:12:59.877Z Compiling pbkdf2 v0.12.2
12502024-09-21T03:13:00.055Z Compiling tracing-attributes v0.1.27
12512024-09-21T03:13:00.711Z Compiling scrypt v0.11.0
12522024-09-21T03:13:00.964Z Compiling aes v0.8.4
12532024-09-21T03:13:01.268Z Compiling cbc v0.1.2
12542024-09-21T03:13:01.505Z Compiling spki v0.7.3
12552024-09-21T03:13:01.873Z Compiling pkcs5 v0.7.1
12562024-09-21T03:13:02.657Z Compiling thiserror v1.0.63
12572024-09-21T03:13:02.714Z Compiling pkcs8 v0.10.2
12582024-09-21T03:13:02.776Z Compiling scroll_derive v0.12.0
12592024-09-21T03:13:02.795Z Compiling pest v2.7.10
12602024-09-21T03:13:03.171Z Compiling num-conv v0.1.0
12612024-09-21T03:13:03.404Z Compiling time-core v0.1.2
12622024-09-21T03:13:03.445Z Compiling httpdate v1.0.3
12632024-09-21T03:13:03.580Z Compiling openssl v0.10.66
12642024-09-21T03:13:03.714Z Compiling aws-lc-rs v1.9.0
12652024-09-21T03:13:03.843Z Compiling tracing v0.1.40
12662024-09-21T03:13:03.886Z Compiling powerfmt v0.2.0
12672024-09-21T03:13:03.983Z Compiling rustversion v1.0.17
12682024-09-21T03:13:04.167Z Compiling tower-service v0.3.2
12692024-09-21T03:13:04.194Z Compiling scroll v0.12.0
12702024-09-21T03:13:04.261Z Compiling foreign-types-shared v0.1.1
12712024-09-21T03:13:04.286Z Compiling deranged v0.3.11
12722024-09-21T03:13:04.396Z Compiling time-macros v0.2.18
12732024-09-21T03:13:04.430Z Compiling foreign-types v0.3.2
12742024-09-21T03:13:04.640Z Compiling openssl-macros v0.1.1
12752024-09-21T03:13:04.773Z Compiling goblin v0.8.2
12762024-09-21T03:13:05.406Z Compiling pest_meta v2.7.10
12772024-09-21T03:13:05.794Z Compiling form_urlencoded v1.2.1
12782024-09-21T03:13:05.815Z Compiling rustls v0.21.12
12792024-09-21T03:13:06.093Z Compiling crossbeam-utils v0.8.19
12802024-09-21T03:13:06.111Z Compiling syn v1.0.109
12812024-09-21T03:13:06.154Z Compiling native-tls v0.2.11
12822024-09-21T03:13:06.203Z Compiling num_threads v0.1.7
12832024-09-21T03:13:06.333Z Compiling siphasher v0.3.11
12842024-09-21T03:13:06.705Z Compiling pest_generator v2.7.10
12852024-09-21T03:13:06.755Z Compiling signature v2.2.0
12862024-09-21T03:13:06.840Z Compiling rustls-webpki v0.101.7
12872024-09-21T03:13:07.034Z Compiling sct v0.7.1
12882024-09-21T03:13:07.353Z Compiling idna v0.5.0
12892024-09-21T03:13:07.646Z Compiling time v0.3.36
12902024-09-21T03:13:07.934Z Compiling cookie v0.17.0
12912024-09-21T03:13:08.230Z Compiling openssl-probe v0.1.5
12922024-09-21T03:13:08.590Z Compiling mirai-annotations v1.12.0
12932024-09-21T03:13:08.683Z Compiling slog v2.7.0
12942024-09-21T03:13:08.709Z Compiling iana-time-zone v0.1.60
12952024-09-21T03:13:08.776Z Compiling bytes v1.7.1
12962024-09-21T03:13:08.960Z Compiling bitflags v2.6.0
12972024-09-21T03:13:09.117Z Compiling indexmap v2.4.0
12982024-09-21T03:13:09.233Z Compiling semver v1.0.23
12992024-09-21T03:13:10.033Z Compiling tokio v1.39.3
13002024-09-21T03:13:10.054Z Compiling rustc_version v0.4.0
13012024-09-21T03:13:10.420Z Compiling http v0.2.12
13022024-09-21T03:13:10.589Z Compiling pest_derive v2.7.10
13032024-09-21T03:13:10.797Z Compiling heapless v0.7.17
13042024-09-21T03:13:11.247Z Compiling dof v0.3.0
13052024-09-21T03:13:11.411Z Compiling dtrace-parser v0.2.0
13062024-09-21T03:13:12.397Z Compiling http-body v0.4.6
13072024-09-21T03:13:12.848Z Compiling http v1.1.0
13082024-09-21T03:13:12.886Z Compiling uuid v1.10.0
13092024-09-21T03:13:13.437Z Compiling which v4.4.2
13102024-09-21T03:13:13.544Z Compiling finl_unicode v1.2.0
13112024-09-21T03:13:14.166Z Compiling stringprep v0.1.4
13122024-09-21T03:13:14.287Z Compiling usdt-impl v0.5.0
13132024-09-21T03:13:14.922Z Compiling curve25519-dalek v4.1.3
13142024-09-21T03:13:15.064Z Compiling chrono v0.4.38
13152024-09-21T03:13:15.344Z Compiling toml_datetime v0.6.8
13162024-09-21T03:13:15.387Z Compiling serde_spanned v0.6.7
13172024-09-21T03:13:15.567Z Compiling serde_tokenstream v0.2.2
13182024-09-21T03:13:15.624Z Compiling url v2.5.2
13192024-09-21T03:13:17.378Z Compiling md-5 v0.10.6
13202024-09-21T03:13:17.516Z Compiling pin-project-internal v1.1.5
13212024-09-21T03:13:17.641Z Compiling num-integer v0.1.46
13222024-09-21T03:13:18.415Z Compiling tokio-util v0.7.11
13232024-09-21T03:13:18.679Z Compiling idna v0.3.0
13242024-09-21T03:13:19.855Z Compiling h2 v0.3.26
13252024-09-21T03:13:20.576Z Compiling backtrace v0.3.71
13262024-09-21T03:13:20.917Z Compiling ff v0.13.0
13272024-09-21T03:13:21.040Z Compiling hash32 v0.2.1
13282024-09-21T03:13:21.137Z Compiling smoltcp v0.9.1
13292024-09-21T03:13:21.416Z Compiling base16ct v0.2.0
13302024-09-21T03:13:21.581Z Compiling rustls v0.23.10
13312024-09-21T03:13:21.729Z Compiling rustls-pki-types v1.7.0
13322024-09-21T03:13:21.862Z Compiling signal-hook v0.3.17
13332024-09-21T03:13:21.874Z Compiling fallible-iterator v0.2.0
13342024-09-21T03:13:22.130Z Compiling num-bigint-dig v0.8.4
13352024-09-21T03:13:22.441Z Compiling crc32fast v1.4.0
13362024-09-21T03:13:22.579Z Compiling atomic-waker v1.1.2
13372024-09-21T03:13:22.598Z Compiling psl-types v2.0.11
13382024-09-21T03:13:22.774Z Compiling base64 v0.22.1
13392024-09-21T03:13:22.797Z Compiling adler v1.0.2
13402024-09-21T03:13:22.967Z Compiling gimli v0.28.1
13412024-09-21T03:13:23.032Z Compiling stable_deref_trait v1.2.0
13422024-09-21T03:13:23.549Z Compiling postgres-protocol v0.6.7
13432024-09-21T03:13:24.448Z Compiling miniz_oxide v0.7.2
13442024-09-21T03:13:24.799Z Compiling publicsuffix v2.2.3
13452024-09-21T03:13:24.910Z Compiling h2 v0.4.6
13462024-09-21T03:13:25.113Z Compiling sec1 v0.7.3
13472024-09-21T03:13:25.139Z Compiling group v0.13.0
13482024-09-21T03:13:25.279Z Compiling tokio-native-tls v0.3.1
13492024-09-21T03:13:25.457Z Compiling pin-project v1.1.5
13502024-09-21T03:13:25.555Z Compiling tokio-rustls v0.24.1
13512024-09-21T03:13:25.590Z Compiling num-iter v0.1.45
13522024-09-21T03:13:25.950Z Compiling http-body v1.0.0
13532024-09-21T03:13:26.188Z Compiling terminal_size v0.3.0
13542024-09-21T03:13:26.400Z Compiling hyper v0.14.30
13552024-09-21T03:13:26.711Z Compiling phf_shared v0.11.2
13562024-09-21T03:13:26.820Z Compiling hkdf v0.12.4
13572024-09-21T03:13:27.070Z Compiling crypto-bigint v0.5.5
13582024-09-21T03:13:27.498Z Compiling async-trait v0.1.82
13592024-09-21T03:13:27.970Z Compiling addr2line v0.21.0
13602024-09-21T03:13:28.656Z Compiling curve25519-dalek-derive v0.1.1
13612024-09-21T03:13:29.923Z Compiling zerocopy-derive v0.6.6
13622024-09-21T03:13:30.043Z Compiling serde_derive_internals v0.29.1
13632024-09-21T03:13:30.063Z Compiling hubpack_derive v0.1.1
13642024-09-21T03:13:30.230Z Compiling fs-err v2.11.0
13652024-09-21T03:13:30.535Z Compiling object v0.32.2
13662024-09-21T03:13:30.988Z Compiling managed v0.8.0
13672024-09-21T03:13:31.428Z Compiling base64 v0.21.7
13682024-09-21T03:13:32.115Z Compiling tower-layer v0.3.2
13692024-09-21T03:13:32.177Z Compiling ipnet v2.9.0
13702024-09-21T03:13:32.403Z Compiling schemars v0.8.21
13712024-09-21T03:13:32.728Z Compiling adler2 v2.0.0
13722024-09-21T03:13:32.765Z Compiling bitflags v1.3.2
13732024-09-21T03:13:32.876Z Compiling anyhow v1.0.89
13742024-09-21T03:13:32.937Z Compiling rustc-demangle v0.1.24
13752024-09-21T03:13:33.222Z Compiling winnow v0.5.40
13762024-09-21T03:13:33.418Z Compiling hyper-tls v0.5.0
13772024-09-21T03:13:33.675Z Compiling hyper-rustls v0.24.2
13782024-09-21T03:13:33.760Z Compiling miniz_oxide v0.8.0
13792024-09-21T03:13:33.940Z Compiling clap_builder v4.5.15
13802024-09-21T03:13:35.401Z Compiling schemars_derive v0.8.21
13812024-09-21T03:13:35.526Z Compiling tower v0.4.13
13822024-09-21T03:13:36.222Z Compiling zerocopy v0.6.6
13832024-09-21T03:13:36.242Z Compiling rustls-pemfile v1.0.4
13842024-09-21T03:13:36.425Z Compiling hyper v1.4.1
13852024-09-21T03:13:36.668Z Compiling hubpack v0.1.2
13862024-09-21T03:13:37.045Z Compiling toml_edit v0.19.15
13872024-09-21T03:13:37.817Z Compiling elliptic-curve v0.13.8
13882024-09-21T03:13:38.657Z Compiling phf v0.11.2
13892024-09-21T03:13:38.742Z Compiling cookie_store v0.20.0
13902024-09-21T03:13:40.699Z Compiling postgres-types v0.2.7
13912024-09-21T03:13:41.008Z Compiling usdt-attr-macro v0.5.0
13922024-09-21T03:13:41.332Z Compiling usdt-macro v0.5.0
13932024-09-21T03:13:42.165Z Compiling serde-big-array v0.5.1
13942024-09-21T03:13:42.411Z Compiling serde_urlencoded v0.7.1
13952024-09-21T03:13:42.699Z Compiling strum_macros v0.25.3
13962024-09-21T03:13:42.845Z Compiling enum-as-inner v0.6.0
13972024-09-21T03:13:42.942Z Compiling clap_derive v4.5.13
13982024-09-21T03:13:43.260Z Compiling ed25519 v2.2.3
13992024-09-21T03:13:43.951Z Compiling phf_shared v0.10.0
14002024-09-21T03:13:44.347Z Compiling futures-executor v0.3.30
14012024-09-21T03:13:44.916Z Compiling pkcs1 v0.7.5
14022024-09-21T03:13:45.015Z Compiling rfc6979 v0.4.0
14032024-09-21T03:13:45.203Z Compiling serde_repr v0.1.19
14042024-09-21T03:13:45.285Z Compiling bstr v1.9.1
14052024-09-21T03:13:45.393Z Compiling float-cmp v0.9.0
14062024-09-21T03:13:45.624Z Compiling idna v0.4.0
14072024-09-21T03:13:45.982Z Compiling mio v0.8.11
14082024-09-21T03:13:46.417Z Compiling encoding_rs v0.8.34
14092024-09-21T03:13:46.895Z Compiling sync_wrapper v0.1.2
14102024-09-21T03:13:47.032Z Compiling bit-vec v0.6.3
14112024-09-21T03:13:47.051Z Compiling dyn-clone v1.0.17
14122024-09-21T03:13:47.197Z Compiling static_assertions v1.1.0
14132024-09-21T03:13:47.243Z Compiling whoami v1.5.1
14142024-09-21T03:13:47.272Z Compiling data-encoding v2.6.0
14152024-09-21T03:13:47.306Z Compiling difflib v0.4.0
14162024-09-21T03:13:47.496Z Compiling mime v0.3.17
14172024-09-21T03:13:47.882Z Compiling normalize-line-endings v0.3.0
14182024-09-21T03:13:47.976Z Compiling fixedbitset v0.4.2
14192024-09-21T03:13:48.007Z Compiling predicates-core v1.0.6
14202024-09-21T03:13:48.052Z Compiling precomputed-hash v0.1.1
14212024-09-21T03:13:48.171Z Compiling webpki-roots v0.25.4
14222024-09-21T03:13:48.338Z Compiling new_debug_unreachable v1.0.6
14232024-09-21T03:13:48.359Z Compiling unicode-segmentation v1.11.0
14242024-09-21T03:13:48.430Z Compiling string_cache v0.8.7
14252024-09-21T03:13:48.450Z Compiling petgraph v0.6.5
14262024-09-21T03:13:48.909Z Compiling reqwest v0.11.27
14272024-09-21T03:13:48.940Z Compiling toml_edit v0.22.20
14282024-09-21T03:13:49.214Z Compiling similar v2.6.0
14292024-09-21T03:13:49.676Z Compiling predicates v3.1.2
14302024-09-21T03:13:50.967Z Compiling console v0.15.8
14312024-09-21T03:13:51.399Z Compiling clap v4.5.16
14322024-09-21T03:13:51.529Z Compiling hickory-proto v0.24.1
14332024-09-21T03:13:51.751Z Compiling tokio-postgres v0.7.11
14342024-09-21T03:13:52.390Z Compiling bit-set v0.5.3
14352024-09-21T03:13:52.462Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14362024-09-21T03:13:53.509Z Compiling signal-hook-mio v0.2.4
14372024-09-21T03:13:53.701Z Compiling usdt v0.5.0
14382024-09-21T03:13:54.211Z Compiling rsa v0.9.6
14392024-09-21T03:13:56.538Z Compiling ecdsa v0.16.9
14402024-09-21T03:13:57.297Z Compiling futures v0.3.30
14412024-09-21T03:13:57.397Z Compiling ed25519-dalek v2.1.1
14422024-09-21T03:13:57.422Z Compiling flate2 v1.0.33
14432024-09-21T03:13:57.541Z Compiling toml v0.7.8
14442024-09-21T03:13:58.360Z Compiling hyper-util v0.1.7
14452024-09-21T03:13:59.376Z Compiling tokio-stream v0.1.15
14462024-09-21T03:13:59.549Z Compiling crossbeam-epoch v0.9.18
14472024-09-21T03:14:00.146Z Compiling openapiv3 v2.0.0
14482024-09-21T03:14:00.313Z Compiling hex v0.4.3
14492024-09-21T03:14:00.413Z Compiling x509-cert v0.2.5
14502024-09-21T03:14:00.918Z Compiling sha1 v0.10.6
14512024-09-21T03:14:01.357Z Compiling itertools v0.10.5
14522024-09-21T03:14:01.413Z Compiling dirs-sys-next v0.1.2
14532024-09-21T03:14:01.763Z Compiling unicode-xid v0.2.4
14542024-09-21T03:14:01.944Z Compiling peg-runtime v0.8.3
14552024-09-21T03:14:02.077Z Compiling lalrpop-util v0.19.12
14562024-09-21T03:14:02.433Z Compiling dirs-next v2.0.0
14572024-09-21T03:14:02.569Z Compiling thread_local v1.1.8
14582024-09-21T03:14:02.603Z Compiling slog-async v2.8.0
14592024-09-21T03:14:02.627Z Compiling term v0.7.0
14602024-09-21T03:14:03.115Z Compiling crossbeam-channel v0.5.12
14612024-09-21T03:14:03.231Z Compiling xattr v1.3.1
14622024-09-21T03:14:03.497Z Compiling strum_macros v0.26.4
14632024-09-21T03:14:04.044Z Compiling filetime v0.2.25
14642024-09-21T03:14:04.085Z Compiling is-terminal v0.4.12
14652024-09-21T03:14:04.186Z Compiling take_mut v0.2.2
14662024-09-21T03:14:04.212Z Compiling slog-term v2.9.1
14672024-09-21T03:14:04.246Z Compiling camino v1.1.9
14682024-09-21T03:14:04.375Z Compiling tar v0.4.41
14692024-09-21T03:14:08.727Z Compiling strum v0.26.3
14702024-09-21T03:14:11.114Z Compiling aws-lc-sys v0.21.2
14712024-09-21T03:14:24.976Z Compiling rustls-webpki v0.102.4
14722024-09-21T03:14:29.385Z Compiling tokio-rustls v0.26.0
14732024-09-21T03:14:31.891Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14742024-09-21T03:14:32.140Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14752024-09-21T03:14:37.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s
14762024-09-21T03:14:37.676Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14772024-09-21T03:14:37.724ZSep 21 03:14:37.534 INFO Starting download, target: Clickhouse
14782024-09-21T03:14:37.724ZSep 21 03:14:37.534 INFO Starting download, target: Cockroach
14792024-09-21T03:14:37.724ZSep 21 03:14:37.534 INFO Starting download, target: Console
14802024-09-21T03:14:37.724ZSep 21 03:14:37.534 INFO Starting download, target: DendriteOpenapi
14812024-09-21T03:14:37.731ZSep 21 03:14:37.534 INFO Starting download, target: DendriteStub
14822024-09-21T03:14:37.731ZSep 21 03:14:37.534 INFO Starting download, target: MaghemiteMgd
14832024-09-21T03:14:37.731ZSep 21 03:14:37.534 INFO Starting download, target: TransceiverControl
14842024-09-21T03:14:37.731ZSep 21 03:14:37.535 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14852024-09-21T03:14:37.731ZSep 21 03:14:37.535 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14862024-09-21T03:14:37.731ZSep 21 03:14:37.535 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14872024-09-21T03:14:37.731ZSep 21 03:14:37.535 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
14882024-09-21T03:14:37.732ZSep 21 03:14:37.535 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14892024-09-21T03:14:37.732ZSep 21 03:14:37.535 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14902024-09-21T03:14:37.732ZSep 21 03:14:37.535 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14912024-09-21T03:14:37.861ZSep 21 03:14:37.667 INFO Download complete, target: DendriteOpenapi
14922024-09-21T03:14:38.058ZSep 21 03:14:37.835 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14932024-09-21T03:14:38.285ZSep 21 03:14:38.073 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14942024-09-21T03:14:38.666ZSep 21 03:14:38.435 INFO Download complete, target: Console
14952024-09-21T03:14:38.756ZSep 21 03:14:38.567 INFO Download complete, target: TransceiverControl
14962024-09-21T03:14:38.919ZSep 21 03:14:38.684 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14972024-09-21T03:14:38.919ZSep 21 03:14:38.684 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14982024-09-21T03:14:39.790ZSep 21 03:14:39.402 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14992024-09-21T03:14:39.937ZSep 21 03:14:39.518 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15002024-09-21T03:14:39.938ZSep 21 03:14:39.611 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15012024-09-21T03:14:42.659ZSep 21 03:14:42.469 INFO Download complete, target: DendriteStub
15022024-09-21T03:14:42.992ZSep 21 03:14:42.797 INFO Download complete, target: MaghemiteMgd
15032024-09-21T03:14:47.009ZSep 21 03:14:46.817 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
15042024-09-21T03:14:47.365ZSep 21 03:14:47.174 INFO Checking that binary works, target: Cockroach
15052024-09-21T03:14:47.523ZSep 21 03:14:47.332 INFO Download complete, target: Cockroach
15062024-09-21T03:14:53.400ZSep 21 03:14:53.206 INFO Checking that binary works, target: Clickhouse
15072024-09-21T03:14:53.547ZSep 21 03:14:53.354 INFO Download complete, target: Clickhouse
15082024-09-21T03:14:53.566ZAll builder prerequisites installed successfully, and PATH looks valid
15092024-09-21T03:14:53.569Z
15102024-09-21T03:14:53.569Zreal 8:00.811771242
15112024-09-21T03:14:53.569Zuser 14:38.981231522
15122024-09-21T03:14:53.569Zsys 2:51.634939884
15132024-09-21T03:14:53.569Ztrap 0.490648172
15142024-09-21T03:14:53.569Ztflt 1.913686387
15152024-09-21T03:14:53.569Zdflt 1.949503610
15162024-09-21T03:14:53.569Zkflt 0.025800164
15172024-09-21T03:14:53.569Zlock 27:47.691655525
15182024-09-21T03:14:53.569Zslp 1:02:16.568578891
15192024-09-21T03:14:53.569Zlat 51.628467188
15202024-09-21T03:14:53.569Zstop 2:06.310719880
15212024-09-21T03:14:53.569Z+ banner hack-check
15222024-09-21T03:14:53.573Z
15232024-09-21T03:14:53.573Z # # ## #### # # #### # # ###### #### # #
15242024-09-21T03:14:53.573Z # # # # # # # # # # # # # # # # #
15252024-09-21T03:14:53.573Z ###### # # # #### ##### # ###### ##### # ####
15262024-09-21T03:14:53.573Z # # ###### # # # # # # # # # #
15272024-09-21T03:14:53.573Z # # # # # # # # # # # # # # # # #
15282024-09-21T03:14:53.573Z # # # # #### # # #### # # ###### #### # #
15292024-09-21T03:14:53.573Z
15302024-09-21T03:14:53.573Z+ export CARGO_INCREMENTAL=0
15312024-09-21T03:14:53.573Z+ CARGO_INCREMENTAL=0
15322024-09-21T03:14:53.573Z+ ptime -m timeout 2h cargo xtask check-features --ci
15332024-09-21T03:14:54.173Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15342024-09-21T03:14:58.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
15352024-09-21T03:14:58.104Z Running `target/debug/xtask check-features --ci`
15362024-09-21T03:14:58.124Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15372024-09-21T03:14:58.124Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15382024-09-21T03:14:58.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15392024-09-21T03:14:58.668Z Running `target/debug/xtask download cargo-hack`
15402024-09-21T03:14:59.543Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15412024-09-21T03:14:59.907Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15422024-09-21T03:15:04.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.86s
15432024-09-21T03:15:04.696Z Running `target/debug/xtask-downloader cargo-hack`
15442024-09-21T03:15:04.730ZSep 21 03:15:04.534 INFO Starting download, target: CargoHack
15452024-09-21T03:15:04.732ZSep 21 03:15:04.535 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
15462024-09-21T03:15:05.156ZSep 21 03:15:04.961 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
15472024-09-21T03:15:05.254ZSep 21 03:15:05.059 INFO Download complete, target: CargoHack
15482024-09-21T03:15:05.258Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
15492024-09-21T03:15:05.274Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15502024-09-21T03:15:05.431Zinfo: running `cargo check --bins` on api_identity (1/162)
15512024-09-21T03:15:06.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15522024-09-21T03:15:06.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15532024-09-21T03:15:06.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15542024-09-21T03:15:06.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15552024-09-21T03:15:06.094Z
15562024-09-21T03:15:06.094Zinfo: running `cargo check --bins` on bootstore (2/162)
15572024-09-21T03:15:06.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15582024-09-21T03:15:06.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15592024-09-21T03:15:06.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15602024-09-21T03:15:06.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
15612024-09-21T03:15:06.798Z
15622024-09-21T03:15:06.798Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/162)
15632024-09-21T03:15:07.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15642024-09-21T03:15:07.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15652024-09-21T03:15:07.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15662024-09-21T03:15:07.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
15672024-09-21T03:15:07.501Z
15682024-09-21T03:15:07.501Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/162)
15692024-09-21T03:15:08.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15702024-09-21T03:15:08.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15712024-09-21T03:15:08.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15722024-09-21T03:15:08.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
15732024-09-21T03:15:08.186Z
15742024-09-21T03:15:08.186Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/162)
15752024-09-21T03:15:08.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15762024-09-21T03:15:08.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15772024-09-21T03:15:08.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15782024-09-21T03:15:08.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15792024-09-21T03:15:08.691Z
15802024-09-21T03:15:08.691Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/162)
15812024-09-21T03:15:09.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15822024-09-21T03:15:09.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15832024-09-21T03:15:09.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15842024-09-21T03:15:09.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15852024-09-21T03:15:09.186Z
15862024-09-21T03:15:09.186Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/162)
15872024-09-21T03:15:09.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15882024-09-21T03:15:09.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15892024-09-21T03:15:09.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15902024-09-21T03:15:09.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15912024-09-21T03:15:09.676Z
15922024-09-21T03:15:09.676Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/162)
15932024-09-21T03:15:10.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15942024-09-21T03:15:10.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15952024-09-21T03:15:10.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15962024-09-21T03:15:10.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15972024-09-21T03:15:10.174Z
15982024-09-21T03:15:10.174Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/162)
15992024-09-21T03:15:10.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16002024-09-21T03:15:10.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16012024-09-21T03:15:10.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16022024-09-21T03:15:10.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16032024-09-21T03:15:10.677Z
16042024-09-21T03:15:10.677Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/162)
16052024-09-21T03:15:11.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16062024-09-21T03:15:11.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16072024-09-21T03:15:11.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16082024-09-21T03:15:11.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16092024-09-21T03:15:11.176Z
16102024-09-21T03:15:11.177Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/162)
16112024-09-21T03:15:11.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16122024-09-21T03:15:11.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16132024-09-21T03:15:11.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16142024-09-21T03:15:11.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16152024-09-21T03:15:11.681Z
16162024-09-21T03:15:11.681Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/162)
16172024-09-21T03:15:12.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16182024-09-21T03:15:12.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16192024-09-21T03:15:12.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16202024-09-21T03:15:12.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16212024-09-21T03:15:12.187Z
16222024-09-21T03:15:12.187Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/162)
16232024-09-21T03:15:12.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16242024-09-21T03:15:12.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16252024-09-21T03:15:12.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16262024-09-21T03:15:12.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16272024-09-21T03:15:12.694Z
16282024-09-21T03:15:12.694Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/162)
16292024-09-21T03:15:13.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16302024-09-21T03:15:13.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16312024-09-21T03:15:13.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16322024-09-21T03:15:13.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16332024-09-21T03:15:13.192Z
16342024-09-21T03:15:13.192Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/162)
16352024-09-21T03:15:13.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16362024-09-21T03:15:13.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16372024-09-21T03:15:13.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16382024-09-21T03:15:13.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16392024-09-21T03:15:13.690Z
16402024-09-21T03:15:13.690Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/162)
16412024-09-21T03:15:14.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16422024-09-21T03:15:14.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16432024-09-21T03:15:14.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16442024-09-21T03:15:14.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16452024-09-21T03:15:14.191Z
16462024-09-21T03:15:14.191Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/162)
16472024-09-21T03:15:14.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16482024-09-21T03:15:14.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16492024-09-21T03:15:14.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16502024-09-21T03:15:14.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16512024-09-21T03:15:14.689Z
16522024-09-21T03:15:14.689Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/162)
16532024-09-21T03:15:15.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16542024-09-21T03:15:15.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16552024-09-21T03:15:15.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16562024-09-21T03:15:15.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16572024-09-21T03:15:15.194Z
16582024-09-21T03:15:15.194Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/162)
16592024-09-21T03:15:15.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16602024-09-21T03:15:15.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16612024-09-21T03:15:15.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16622024-09-21T03:15:15.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16632024-09-21T03:15:15.700Z
16642024-09-21T03:15:15.700Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/162)
16652024-09-21T03:15:16.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16662024-09-21T03:15:16.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16672024-09-21T03:15:16.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16682024-09-21T03:15:16.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16692024-09-21T03:15:16.201Z
16702024-09-21T03:15:16.201Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/162)
16712024-09-21T03:15:16.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16722024-09-21T03:15:16.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16732024-09-21T03:15:16.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16742024-09-21T03:15:16.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16752024-09-21T03:15:16.706Z
16762024-09-21T03:15:16.706Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/162)
16772024-09-21T03:15:17.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16782024-09-21T03:15:17.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16792024-09-21T03:15:17.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16802024-09-21T03:15:17.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16812024-09-21T03:15:17.205Z
16822024-09-21T03:15:17.205Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/162)
16832024-09-21T03:15:17.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16842024-09-21T03:15:17.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16852024-09-21T03:15:17.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16862024-09-21T03:15:17.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16872024-09-21T03:15:17.715Z
16882024-09-21T03:15:17.715Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/162)
16892024-09-21T03:15:18.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16902024-09-21T03:15:18.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16912024-09-21T03:15:18.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16922024-09-21T03:15:18.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16932024-09-21T03:15:18.220Z
16942024-09-21T03:15:18.220Zinfo: running `cargo check --bins` on sled-hardware-types (25/162)
16952024-09-21T03:15:18.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16962024-09-21T03:15:18.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16972024-09-21T03:15:18.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16982024-09-21T03:15:18.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
16992024-09-21T03:15:18.916Z
17002024-09-21T03:15:18.916Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/162)
17012024-09-21T03:15:19.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17022024-09-21T03:15:19.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17032024-09-21T03:15:19.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17042024-09-21T03:15:19.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
17052024-09-21T03:15:19.608Z
17062024-09-21T03:15:19.608Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/162)
17072024-09-21T03:15:20.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17082024-09-21T03:15:20.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17092024-09-21T03:15:20.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17102024-09-21T03:15:20.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
17112024-09-21T03:15:20.303Z
17122024-09-21T03:15:20.303Zinfo: running `cargo check --bins` on oxlog (28/162)
17132024-09-21T03:15:20.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17142024-09-21T03:15:20.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17152024-09-21T03:15:20.963Z Checking cfg-if v1.0.0
17162024-09-21T03:15:20.967Z Checking libc v0.2.158
17172024-09-21T03:15:21.064Z Checking serde v1.0.208
17182024-09-21T03:15:21.067Z Checking zeroize v1.8.1
17192024-09-21T03:15:21.082Z Checking scopeguard v1.2.0
17202024-09-21T03:15:21.085Z Checking memchr v2.7.2
17212024-09-21T03:15:21.085Z Checking typenum v1.17.0
17222024-09-21T03:15:21.105Z Checking value-bag v1.9.0
17232024-09-21T03:15:21.129Z Checking byteorder v1.5.0
17242024-09-21T03:15:21.206Z Checking lock_api v0.4.12
17252024-09-21T03:15:21.290Z Checking subtle v2.5.0
17262024-09-21T03:15:21.505Z Checking log v0.4.21
17272024-09-21T03:15:21.522Z Checking const-oid v0.9.6
17282024-09-21T03:15:21.544Z Checking once_cell v1.19.0
17292024-09-21T03:15:21.621Z Checking itoa v1.0.11
17302024-09-21T03:15:21.832Z Checking smallvec v1.13.2
17312024-09-21T03:15:21.835Z Checking pin-project-lite v0.2.14
17322024-09-21T03:15:21.954Z Checking zerocopy v0.7.34
17332024-09-21T03:15:21.971Z Checking spin v0.9.8
17342024-09-21T03:15:22.002Z Checking futures-sink v0.3.30
17352024-09-21T03:15:22.137Z Checking futures-core v0.3.30
17362024-09-21T03:15:22.166Z Checking cpufeatures v0.2.12
17372024-09-21T03:15:22.191Z Checking getrandom v0.2.14
17382024-09-21T03:15:22.260Z Checking signal-hook-registry v1.4.2
17392024-09-21T03:15:22.314Z Checking parking_lot_core v0.9.10
17402024-09-21T03:15:22.332Z Checking mio v1.0.2
17412024-09-21T03:15:22.355Z Checking generic-array v0.14.7
17422024-09-21T03:15:22.429Z Checking rand_core v0.6.4
17432024-09-21T03:15:22.490Z Checking socket2 v0.5.7
17442024-09-21T03:15:22.638Z Checking parking_lot v0.12.2
17452024-09-21T03:15:22.728Z Checking allocator-api2 v0.2.18
17462024-09-21T03:15:22.924Z Checking slab v0.4.9
17472024-09-21T03:15:22.967Z Checking equivalent v1.0.1
17482024-09-21T03:15:22.970Z Checking tinyvec_macros v0.1.1
17492024-09-21T03:15:23.064Z Checking tinyvec v1.6.0
17502024-09-21T03:15:23.064Z Checking futures-channel v0.3.30
17512024-09-21T03:15:23.181Z Checking pin-utils v0.1.0
17522024-09-21T03:15:23.268Z Checking futures-task v0.3.30
17532024-09-21T03:15:23.346Z Checking base64ct v1.6.0
17542024-09-21T03:15:23.362Z Checking futures-io v0.3.30
17552024-09-21T03:15:23.364Z Checking ahash v0.8.11
17562024-09-21T03:15:23.403Z Checking flagset v0.4.5
17572024-09-21T03:15:23.484Z Checking unicode-bidi v0.3.15
17582024-09-21T03:15:23.518Z Checking crypto-common v0.1.6
17592024-09-21T03:15:23.531Z Checking block-buffer v0.10.4
17602024-09-21T03:15:23.590Z Checking block-padding v0.3.3
17612024-09-21T03:15:23.699Z Checking futures-util v0.3.30
17622024-09-21T03:15:23.739Z Checking digest v0.10.7
17632024-09-21T03:15:23.745Z Checking pem-rfc7468 v0.7.0
17642024-09-21T03:15:23.783Z Checking inout v0.1.3
17652024-09-21T03:15:23.867Z Checking hashbrown v0.14.5
17662024-09-21T03:15:23.977Z Checking fnv v1.0.7
17672024-09-21T03:15:23.992Z Checking cipher v0.4.4
17682024-09-21T03:15:24.091Z Checking hmac v0.12.1
17692024-09-21T03:15:24.106Z Checking sha2 v0.10.8
17702024-09-21T03:15:24.127Z Checking der v0.7.9
17712024-09-21T03:15:24.291Z Checking libm v0.2.8
17722024-09-21T03:15:24.332Z Checking unicode-normalization v0.1.23
17732024-09-21T03:15:24.367Z Checking ryu v1.0.18
17742024-09-21T03:15:24.606Z Checking salsa20 v0.10.2
17752024-09-21T03:15:24.657Z Checking pbkdf2 v0.12.2
17762024-09-21T03:15:24.805Z Checking tracing-core v0.1.32
17772024-09-21T03:15:24.817Z Checking untrusted v0.9.0
17782024-09-21T03:15:24.971Z Checking ring v0.17.8
17792024-09-21T03:15:25.035Z Checking scrypt v0.11.0
17802024-09-21T03:15:25.161Z Checking num-traits v0.2.19
17812024-09-21T03:15:25.218Z Checking cbc v0.1.2
17822024-09-21T03:15:25.245Z Checking aes v0.8.4
17832024-09-21T03:15:25.423Z Checking percent-encoding v2.3.1
17842024-09-21T03:15:25.475Z Checking tracing v0.1.40
17852024-09-21T03:15:25.610Z Checking ppv-lite86 v0.2.17
17862024-09-21T03:15:25.809Z Checking try-lock v0.2.5
17872024-09-21T03:15:25.941Z Checking bytes v1.7.1
17882024-09-21T03:15:25.944Z Checking indexmap v2.4.0
17892024-09-21T03:15:25.968Z Checking spki v0.7.3
17902024-09-21T03:15:26.128Z Checking bitflags v2.6.0
17912024-09-21T03:15:26.234Z Checking serde_json v1.0.125
17922024-09-21T03:15:26.294Z Checking pkcs5 v0.7.1
17932024-09-21T03:15:26.407Z Checking rand_chacha v0.3.1
17942024-09-21T03:15:26.730Z Checking want v0.3.1
17952024-09-21T03:15:26.746Z Checking httparse v1.8.0
17962024-09-21T03:15:26.760Z Checking tokio v1.39.3
17972024-09-21T03:15:26.786Z Checking pkcs8 v0.10.2
17982024-09-21T03:15:26.801Z Checking rand v0.8.5
17992024-09-21T03:15:26.897Z Checking http v0.2.12
18002024-09-21T03:15:27.117Z Checking thiserror v1.0.63
18012024-09-21T03:15:27.161Z Checking httpdate v1.0.3
18022024-09-21T03:15:27.211Z Checking tower-service v0.3.2
18032024-09-21T03:15:27.249Z Checking foreign-types-shared v0.1.1
18042024-09-21T03:15:27.328Z Checking form_urlencoded v1.2.1
18052024-09-21T03:15:27.348Z Checking foreign-types v0.3.2
18062024-09-21T03:15:27.386Z Checking openssl-sys v0.9.103
18072024-09-21T03:15:27.436Z Checking aho-corasick v1.1.3
18082024-09-21T03:15:27.514Z Checking unicode-ident v1.0.12
18092024-09-21T03:15:27.671Z Checking siphasher v0.3.11
18102024-09-21T03:15:27.819Z Checking regex-syntax v0.8.4
18112024-09-21T03:15:27.954Z Checking powerfmt v0.2.0
18122024-09-21T03:15:28.046Z Checking proc-macro2 v1.0.86
18132024-09-21T03:15:28.186Z Checking http-body v0.4.6
18142024-09-21T03:15:28.203Z Checking deranged v0.3.11
18152024-09-21T03:15:28.588Z Checking http v1.1.0
18162024-09-21T03:15:28.618Z Checking openssl v0.10.66
18172024-09-21T03:15:28.690Z Checking sct v0.7.1
18182024-09-21T03:15:28.709Z Checking rustls-webpki v0.101.7
18192024-09-21T03:15:28.878Z Checking uuid v1.10.0
18202024-09-21T03:15:29.011Z Checking idna v0.5.0
18212024-09-21T03:15:29.413Z Checking signature v2.2.0
18222024-09-21T03:15:29.502Z Checking aws-lc-sys v0.21.2
18232024-09-21T03:15:29.598Z Checking scroll v0.12.0
18242024-09-21T03:15:29.884Z Checking errno v0.3.9
18252024-09-21T03:15:29.900Z Checking iana-time-zone v0.1.60
18262024-09-21T03:15:29.926Z Checking utf8parse v0.2.1
18272024-09-21T03:15:30.035Z Checking ucd-trie v0.1.6
18282024-09-21T03:15:30.051Z Checking plain v0.2.3
18292024-09-21T03:15:30.051Z Checking openssl-probe v0.1.5
18302024-09-21T03:15:30.078Z Checking finl_unicode v1.2.0
18312024-09-21T03:15:30.185Z Checking anstyle v1.0.8
18322024-09-21T03:15:30.200Z Checking time-core v0.1.2
18332024-09-21T03:15:30.219Z Checking num-conv v0.1.0
18342024-09-21T03:15:30.364Z Checking num_threads v0.1.7
18352024-09-21T03:15:30.452Z Checking mirai-annotations v1.12.0
18362024-09-21T03:15:30.477Z Checking time v0.3.36
18372024-09-21T03:15:30.517Z Checking pest v2.7.10
18382024-09-21T03:15:30.632Z Checking goblin v0.8.2
18392024-09-21T03:15:30.645Z Checking stringprep v0.1.4
18402024-09-21T03:15:30.898Z Checking anstyle-parse v0.2.4
18412024-09-21T03:15:30.972Z Checking regex-automata v0.4.6
18422024-09-21T03:15:31.165Z Checking rustix v0.38.34
18432024-09-21T03:15:31.856Z Checking aws-lc-rs v1.9.0
18442024-09-21T03:15:32.969Z Checking chrono v0.4.38
18452024-09-21T03:15:33.055Z Checking url v2.5.2
18462024-09-21T03:15:33.882Z Checking rustls v0.21.12
18472024-09-21T03:15:33.911Z Checking tokio-util v0.7.11
18482024-09-21T03:15:33.911Z Checking quote v1.0.36
18492024-09-21T03:15:33.911Z Checking native-tls v0.2.11
18502024-09-21T03:15:34.191Z Checking num-integer v0.1.46
18512024-09-21T03:15:34.207Z Checking serde_spanned v0.6.7
18522024-09-21T03:15:34.386Z Checking toml_datetime v0.6.8
18532024-09-21T03:15:34.503Z Checking h2 v0.3.26
18542024-09-21T03:15:34.580Z Checking idna v0.3.0
18552024-09-21T03:15:34.645Z Checking md-5 v0.10.6
18562024-09-21T03:15:34.663Z Checking ff v0.13.0
18572024-09-21T03:15:34.859Z Checking lazy_static v1.5.0
18582024-09-21T03:15:34.875Z Checking hash32 v0.2.1
18592024-09-21T03:15:34.968Z Checking anstyle-query v1.0.3
18602024-09-21T03:15:35.018Z Checking colorchoice v1.0.1
18612024-09-21T03:15:35.098Z Checking rustls-pki-types v1.7.0
18622024-09-21T03:15:35.148Z Checking base64 v0.22.1
18632024-09-21T03:15:35.162Z Checking base16ct v0.2.0
18642024-09-21T03:15:35.346Z Checking is_terminal_polyfill v1.70.0
18652024-09-21T03:15:35.386Z Checking adler v1.0.2
18662024-09-21T03:15:35.417Z Checking stable_deref_trait v1.2.0
18672024-09-21T03:15:35.448Z Checking pretty-hex v0.4.1
18682024-09-21T03:15:35.465Z Checking atomic-waker v1.1.2
18692024-09-21T03:15:35.499Z Checking psl-types v2.0.11
18702024-09-21T03:15:35.514Z Checking gimli v0.28.1
18712024-09-21T03:15:35.528Z Checking fallible-iterator v0.2.0
18722024-09-21T03:15:35.579Z Checking h2 v0.4.6
18732024-09-21T03:15:35.595Z Checking miniz_oxide v0.7.2
18742024-09-21T03:15:35.609Z Checking dof v0.3.0
18752024-09-21T03:15:35.668Z Checking publicsuffix v2.2.3
18762024-09-21T03:15:35.879Z Checking heapless v0.7.17
18772024-09-21T03:15:35.991Z Checking rustls-webpki v0.102.4
18782024-09-21T03:15:36.131Z Checking postgres-protocol v0.6.7
18792024-09-21T03:15:36.219Z Checking anstream v0.6.14
18802024-09-21T03:15:36.591Z Checking sec1 v0.7.3
18812024-09-21T03:15:36.681Z Checking tokio-rustls v0.24.1
18822024-09-21T03:15:36.803Z Checking group v0.13.0
18832024-09-21T03:15:36.818Z Checking num-iter v0.1.45
18842024-09-21T03:15:36.835Z Checking terminal_size v0.3.0
18852024-09-21T03:15:36.953Z Checking tokio-native-tls v0.3.1
18862024-09-21T03:15:36.973Z Checking syn v2.0.74
18872024-09-21T03:15:36.987Z Checking dtrace-parser v0.2.0
18882024-09-21T03:15:37.015Z Checking cookie v0.17.0
18892024-09-21T03:15:37.052Z Checking http-body v1.0.0
18902024-09-21T03:15:37.210Z Checking phf_shared v0.11.2
18912024-09-21T03:15:37.257Z Checking pin-project v1.1.5
18922024-09-21T03:15:37.380Z Checking hkdf v0.12.4
18932024-09-21T03:15:37.431Z Checking crypto-bigint v0.5.5
18942024-09-21T03:15:37.469Z Checking thread-id v4.2.1
18952024-09-21T03:15:37.486Z Checking object v0.32.2
18962024-09-21T03:15:37.574Z Checking tower-layer v0.3.2
18972024-09-21T03:15:37.591Z Checking base64 v0.21.7
18982024-09-21T03:15:37.836Z Checking adler2 v2.0.0
18992024-09-21T03:15:37.991Z Checking winnow v0.5.40
19002024-09-21T03:15:38.055Z Checking rustc-demangle v0.1.24
19012024-09-21T03:15:38.475Z Checking strsim v0.11.1
19022024-09-21T03:15:38.748Z Checking managed v0.8.0
19032024-09-21T03:15:39.129Z Checking ipnet v2.9.0
19042024-09-21T03:15:39.393Z Checking addr2line v0.21.0
19052024-09-21T03:15:39.578Z Checking bitflags v1.3.2
19062024-09-21T03:15:39.678Z Checking either v1.13.0
19072024-09-21T03:15:39.869Z Checking clap_lex v0.7.0
19082024-09-21T03:15:40.052Z Checking smoltcp v0.9.1
19092024-09-21T03:15:40.103Z Checking clap_builder v4.5.15
19102024-09-21T03:15:40.200Z Checking elliptic-curve v0.13.8
19112024-09-21T03:15:40.494Z Checking hyper v0.14.30
19122024-09-21T03:15:40.820Z Checking rustls-pemfile v1.0.4
19132024-09-21T03:15:40.969Z Checking toml_edit v0.19.15
19142024-09-21T03:15:41.013Z Checking miniz_oxide v0.8.0
19152024-09-21T03:15:41.527Z Checking tower v0.4.13
19162024-09-21T03:15:41.626Z Checking hyper v1.4.1
19172024-09-21T03:15:41.737Z Checking phf v0.11.2
19182024-09-21T03:15:42.007Z Checking cookie_store v0.20.0
19192024-09-21T03:15:42.265Z Checking num-bigint-dig v0.8.4
19202024-09-21T03:15:42.642Z Checking rustls v0.23.10
19212024-09-21T03:15:43.068Z Checking postgres-types v0.2.7
19222024-09-21T03:15:43.213Z Checking usdt-impl v0.5.0
19232024-09-21T03:15:43.382Z Checking regex v1.10.6
19242024-09-21T03:15:43.422Z Checking backtrace v0.3.71
19252024-09-21T03:15:43.658Z Checking bstr v1.9.1
19262024-09-21T03:15:43.734Z Checking ed25519 v2.2.3
19272024-09-21T03:15:43.779Z Checking futures-executor v0.3.30
19282024-09-21T03:15:43.947Z Checking phf_shared v0.10.0
19292024-09-21T03:15:43.974Z Checking serde_urlencoded v0.7.1
19302024-09-21T03:15:43.991Z Checking curve25519-dalek v4.1.3
19312024-09-21T03:15:44.020Z Checking zerocopy v0.6.6
19322024-09-21T03:15:44.209Z Checking pkcs1 v0.7.5
19332024-09-21T03:15:44.348Z Checking hubpack v0.1.2
19342024-09-21T03:15:44.390Z Checking float-cmp v0.9.0
19352024-09-21T03:15:44.527Z Checking crc32fast v1.4.0
19362024-09-21T03:15:44.568Z Checking crossbeam-utils v0.8.19
19372024-09-21T03:15:44.612Z Checking signal-hook v0.3.17
19382024-09-21T03:15:44.642Z Checking serde-big-array v0.5.1
19392024-09-21T03:15:44.740Z Checking idna v0.4.0
19402024-09-21T03:15:44.756Z Checking rfc6979 v0.4.0
19412024-09-21T03:15:44.842Z Checking memmap v0.7.0
19422024-09-21T03:15:44.923Z Checking mio v0.8.11
19432024-09-21T03:15:44.938Z Checking encoding_rs v0.8.34
19442024-09-21T03:15:45.035Z Checking dyn-clone v1.0.17
19452024-09-21T03:15:45.176Z Checking fixedbitset v0.4.2
19462024-09-21T03:15:45.270Z Checking new_debug_unreachable v1.0.6
19472024-09-21T03:15:45.355Z Checking unicode-width v0.1.13
19482024-09-21T03:15:45.421Z Checking predicates-core v1.0.6
19492024-09-21T03:15:45.528Z Checking normalize-line-endings v0.3.0
19502024-09-21T03:15:45.530Z Checking data-encoding v2.6.0
19512024-09-21T03:15:45.558Z Checking difflib v0.4.0
19522024-09-21T03:15:45.581Z Checking static_assertions v1.1.0
19532024-09-21T03:15:45.650Z Checking webpki-roots v0.25.4
19542024-09-21T03:15:45.669Z Checking bit-vec v0.6.3
19552024-09-21T03:15:45.776Z Checking unicode-segmentation v1.11.0
19562024-09-21T03:15:45.810Z Checking whoami v1.5.1
19572024-09-21T03:15:45.853Z Checking winnow v0.6.18
19582024-09-21T03:15:45.986Z Checking precomputed-hash v0.1.1
19592024-09-21T03:15:46.089Z Checking sync_wrapper v0.1.2
19602024-09-21T03:15:46.089Z Checking minimal-lexical v0.2.1
19612024-09-21T03:15:46.169Z Checking mime v0.3.17
19622024-09-21T03:15:46.202Z Checking hickory-proto v0.24.1
19632024-09-21T03:15:46.394Z Checking similar v2.6.0
19642024-09-21T03:15:46.465Z Checking string_cache v0.8.7
19652024-09-21T03:15:46.491Z Checking nom v7.1.3
19662024-09-21T03:15:46.558Z Checking hyper-rustls v0.24.2
19672024-09-21T03:15:46.739Z Checking hyper-tls v0.5.0
19682024-09-21T03:15:46.850Z Checking tokio-postgres v0.7.11
19692024-09-21T03:15:47.004Z Checking bit-set v0.5.3
19702024-09-21T03:15:47.197Z Checking predicates v3.1.2
19712024-09-21T03:15:47.247Z Checking reqwest v0.11.27
19722024-09-21T03:15:47.262Z Checking ed25519-dalek v2.1.1
19732024-09-21T03:15:47.668Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19742024-09-21T03:15:47.830Z Checking signal-hook-mio v0.2.4
19752024-09-21T03:15:47.833Z Checking tokio-rustls v0.26.0
19762024-09-21T03:15:47.983Z Checking console v0.15.8
19772024-09-21T03:15:48.237Z Checking petgraph v0.6.5
19782024-09-21T03:15:48.569Z Checking crossbeam-epoch v0.9.18
19792024-09-21T03:15:48.777Z Checking toml_edit v0.22.20
19802024-09-21T03:15:48.882Z Checking schemars v0.8.21
19812024-09-21T03:15:48.998Z Checking usdt v0.5.0
19822024-09-21T03:15:49.240Z Checking ecdsa v0.16.9
19832024-09-21T03:15:49.282Z Checking flate2 v1.0.33
19842024-09-21T03:15:49.859Z Checking rsa v0.9.6
19852024-09-21T03:15:49.885Z Checking futures v0.3.30
19862024-09-21T03:15:49.966Z Checking anyhow v1.0.89
19872024-09-21T03:15:49.991Z Checking hyper-util v0.1.7
19882024-09-21T03:15:50.353Z Checking toml v0.7.8
19892024-09-21T03:15:50.470Z Checking clap v4.5.16
19902024-09-21T03:15:50.587Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19912024-09-21T03:15:50.612Z Checking itertools v0.10.5
19922024-09-21T03:15:50.867Z Checking itertools v0.12.1
19932024-09-21T03:15:50.909Z Checking tokio-stream v0.1.15
19942024-09-21T03:15:51.050Z Checking fs-err v2.11.0
19952024-09-21T03:15:51.329Z Checking slog v2.7.0
19962024-09-21T03:15:51.420Z Checking openapiv3 v2.0.0
19972024-09-21T03:15:51.559Z Checking x509-cert v0.2.5
19982024-09-21T03:15:51.744Z Checking semver v1.0.23
19992024-09-21T03:15:51.814Z Checking hex v0.4.3
20002024-09-21T03:15:51.912Z Checking sha1 v0.10.6
20012024-09-21T03:15:52.152Z Checking lalrpop-util v0.19.12
20022024-09-21T03:15:52.214Z Checking peg-runtime v0.8.3
20032024-09-21T03:15:52.313Z Checking camino v1.1.9
20042024-09-21T03:15:52.430Z Checking sigpipe v0.1.3
20052024-09-21T03:15:54.024Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20062024-09-21T03:15:54.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.01s
20072024-09-21T03:15:54.476Z
20082024-09-21T03:15:54.476Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/162)
20092024-09-21T03:15:55.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102024-09-21T03:15:55.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112024-09-21T03:15:55.191Z Compiling regress v0.9.1
20122024-09-21T03:15:55.292Z Checking strum v0.26.3
20132024-09-21T03:15:55.310Z Checking heck v0.5.0
20142024-09-21T03:15:55.321Z Compiling getopts v0.2.21
20152024-09-21T03:15:55.324Z Checking dirs-sys-next v0.1.2
20162024-09-21T03:15:55.344Z Compiling unsafe-libyaml v0.2.11
20172024-09-21T03:15:55.413Z Checking thread_local v1.1.8
20182024-09-21T03:15:55.473Z Compiling ident_case v1.0.1
20192024-09-21T03:15:55.489Z Checking dirs-next v2.0.0
20202024-09-21T03:15:55.612Z Checking term v0.7.0
20212024-09-21T03:15:55.636Z Compiling darling_core v0.20.9
20222024-09-21T03:15:55.652Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20232024-09-21T03:15:55.665Z Checking crossbeam-channel v0.5.12
20242024-09-21T03:15:55.973Z Checking atty v0.2.14
20252024-09-21T03:15:56.042Z Checking is-terminal v0.4.12
20262024-09-21T03:15:56.093Z Checking termcolor v1.4.1
20272024-09-21T03:15:56.166Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20282024-09-21T03:15:56.229Z Checking take_mut v0.2.2
20292024-09-21T03:15:56.367Z Checking utf-8 v0.7.6
20302024-09-21T03:15:56.429Z Compiling rustls v0.22.4
20312024-09-21T03:15:56.506Z Checking humantime v2.1.0
20322024-09-21T03:15:56.549Z Checking slog-async v2.8.0
20332024-09-21T03:15:56.560Z Checking slog-term v2.9.1
20342024-09-21T03:15:56.701Z Compiling serde_yaml v0.9.34+deprecated
20352024-09-21T03:15:56.778Z Checking env_logger v0.9.3
20362024-09-21T03:15:56.838Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20372024-09-21T03:15:57.039Z Compiling proc-macro-crate v1.3.1
20382024-09-21T03:15:57.181Z Compiling bitstruct_derive v0.1.0
20392024-09-21T03:15:57.204Z Compiling structmeta-derive v0.3.0
20402024-09-21T03:15:57.292Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20412024-09-21T03:15:57.423Z Compiling multer v3.1.0
20422024-09-21T03:15:57.725Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20432024-09-21T03:15:58.018Z Checking match_cfg v0.1.0
20442024-09-21T03:15:58.108Z Checking ascii v1.1.0
20452024-09-21T03:15:58.133Z Compiling num_enum_derive v0.5.11
20462024-09-21T03:15:58.504Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
20472024-09-21T03:15:58.574Z Checking bitstruct v0.1.1
20482024-09-21T03:15:58.687Z Checking hostname v0.3.1
20492024-09-21T03:15:58.737Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20502024-09-21T03:15:59.471Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20512024-09-21T03:15:59.630Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20522024-09-21T03:16:00.147Z Compiling structmeta v0.3.0
20532024-09-21T03:16:00.341Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20542024-09-21T03:16:00.587Z Checking slog-json v2.6.1
20552024-09-21T03:16:00.630Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20562024-09-21T03:16:00.722Z Checking erased-serde v0.3.31
20572024-09-21T03:16:00.799Z Checking serde_arrays v0.1.0
20582024-09-21T03:16:00.834Z Compiling async-stream-impl v0.3.5
20592024-09-21T03:16:00.886Z Compiling foreign-types-macros v0.2.3
20602024-09-21T03:16:00.946Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
20612024-09-21T03:16:01.167Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
20622024-09-21T03:16:01.250Z Checking foreign-types-shared v0.3.1
20632024-09-21T03:16:01.365Z Checking arc-swap v1.7.1
20642024-09-21T03:16:01.554Z Checking slog-bunyan v2.5.0
20652024-09-21T03:16:01.722Z Checking num_enum v0.5.11
20662024-09-21T03:16:01.772Z Checking slog-scope v4.4.0
20672024-09-21T03:16:01.788Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20682024-09-21T03:16:01.858Z Compiling parse-display-derive v0.10.0
20692024-09-21T03:16:01.958Z Compiling proc-macro-error v1.0.4
20702024-09-21T03:16:02.212Z Checking async-stream v0.3.5
20712024-09-21T03:16:02.226Z Checking foreign-types v0.5.0
20722024-09-21T03:16:02.481Z Compiling darling_macro v0.20.9
20732024-09-21T03:16:02.546Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20742024-09-21T03:16:02.657Z Checking toml v0.8.19
20752024-09-21T03:16:02.706Z Checking tungstenite v0.20.1
20762024-09-21T03:16:02.907Z Checking waitgroup v0.1.2
20772024-09-21T03:16:03.038Z Checking rustls-pemfile v2.1.3
20782024-09-21T03:16:03.275Z Compiling heck v0.3.3
20792024-09-21T03:16:03.437Z Compiling darling v0.20.9
20802024-09-21T03:16:03.450Z Checking newtype-uuid v1.1.0
20812024-09-21T03:16:03.471Z Checking tokio-rustls v0.25.0
20822024-09-21T03:16:03.522Z Checking ipnetwork v0.20.0
20832024-09-21T03:16:03.553Z Compiling serde_with_macros v3.9.0
20842024-09-21T03:16:03.668Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
20852024-09-21T03:16:03.693Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
20862024-09-21T03:16:03.850Z Checking serde_path_to_error v0.1.16
20872024-09-21T03:16:03.876Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20882024-09-21T03:16:04.480Z Checking cstr-argument v0.1.2
20892024-09-21T03:16:04.526Z Checking hostname v0.4.0
20902024-09-21T03:16:04.655Z Checking instant v0.1.12
20912024-09-21T03:16:04.657Z Checking debug-ignore v1.0.5
20922024-09-21T03:16:04.657Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
20932024-09-21T03:16:04.777Z Checking fastrand v2.1.0
20942024-09-21T03:16:04.821Z Checking pretty-hex v0.2.1
20952024-09-21T03:16:04.977Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20962024-09-21T03:16:04.999Z Checking backoff v0.4.0
20972024-09-21T03:16:05.085Z Checking tempfile v3.10.1
20982024-09-21T03:16:05.236Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20992024-09-21T03:16:05.287Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21002024-09-21T03:16:05.428Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
21012024-09-21T03:16:05.523Z Compiling zone_cfg_derive v0.1.2
21022024-09-21T03:16:05.592Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21032024-09-21T03:16:05.766Z Checking tokio-tungstenite v0.20.1
21042024-09-21T03:16:05.802Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21052024-09-21T03:16:06.266Z Checking slog-stdlog v4.1.1
21062024-09-21T03:16:06.409Z Checking parse-display v0.10.0
21072024-09-21T03:16:06.436Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21082024-09-21T03:16:06.506Z Checking serde_with v3.9.0
21092024-09-21T03:16:06.539Z Checking tungstenite v0.21.0
21102024-09-21T03:16:06.584Z Checking colored v2.1.0
21112024-09-21T03:16:06.645Z Checking macaddr v1.0.1
21122024-09-21T03:16:06.884Z Checking socket2 v0.4.10
21132024-09-21T03:16:06.956Z Checking base64 v0.13.1
21142024-09-21T03:16:07.042Z Checking zone v0.1.8
21152024-09-21T03:16:07.421Z Checking ron v0.7.1
21162024-09-21T03:16:07.455Z Checking tokio-tungstenite v0.21.0
21172024-09-21T03:16:07.708Z Checking slog-envlogger v2.2.0
21182024-09-21T03:16:07.929Z Checking pem v3.0.4
21192024-09-21T03:16:07.931Z Checking tabwriter v1.4.0
21202024-09-21T03:16:08.174Z Checking xattr v1.3.1
21212024-09-21T03:16:08.207Z Checking portpicker v0.1.1
21222024-09-21T03:16:08.347Z Checking yasna v0.5.2
21232024-09-21T03:16:08.367Z Checking headers-core v0.2.0
21242024-09-21T03:16:08.503Z Checking smf v0.2.3
21252024-09-21T03:16:08.519Z Checking filetime v0.2.25
21262024-09-21T03:16:08.722Z Checking same-file v1.0.6
21272024-09-21T03:16:08.894Z Checking walkdir v2.5.0
21282024-09-21T03:16:08.934Z Checking tar v0.4.41
21292024-09-21T03:16:09.109Z Checking headers v0.3.9
21302024-09-21T03:16:09.165Z Checking atomicwrites v0.4.3
21312024-09-21T03:16:09.194Z Checking rcgen v0.12.1
21322024-09-21T03:16:09.357Z Checking camino-tempfile v1.1.1
21332024-09-21T03:16:09.623Z Checking subprocess v0.2.9
21342024-09-21T03:16:10.429Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21352024-09-21T03:16:10.671Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21362024-09-21T03:16:12.684Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
21372024-09-21T03:16:14.577Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
21382024-09-21T03:16:14.645Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21392024-09-21T03:16:17.784Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21402024-09-21T03:16:23.574Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21412024-09-21T03:16:23.702Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21422024-09-21T03:16:23.705Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21432024-09-21T03:16:26.151Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
21442024-09-21T03:16:26.548Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21452024-09-21T03:16:32.627Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21462024-09-21T03:16:34.126Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21472024-09-21T03:16:35.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.84s
21482024-09-21T03:16:35.493Z
21492024-09-21T03:16:35.493Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/162)
21502024-09-21T03:16:36.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512024-09-21T03:16:36.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522024-09-21T03:16:36.201Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21532024-09-21T03:16:37.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
21542024-09-21T03:16:37.732Z
21552024-09-21T03:16:37.732Zinfo: running `cargo check --bins` on nexus-config (31/162)
21562024-09-21T03:16:38.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572024-09-21T03:16:38.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582024-09-21T03:16:38.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592024-09-21T03:16:38.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21602024-09-21T03:16:38.406Z
21612024-09-21T03:16:38.406Zinfo: running `cargo check --bins` on omicron-rpaths (32/162)
21622024-09-21T03:16:38.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632024-09-21T03:16:38.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642024-09-21T03:16:38.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652024-09-21T03:16:39.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21662024-09-21T03:16:39.061Z
21672024-09-21T03:16:39.061Zinfo: running `cargo check --bins` on omicron-certificates (33/162)
21682024-09-21T03:16:39.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692024-09-21T03:16:39.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702024-09-21T03:16:39.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712024-09-21T03:16:39.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21722024-09-21T03:16:39.739Z
21732024-09-21T03:16:39.739Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/162)
21742024-09-21T03:16:40.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752024-09-21T03:16:40.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762024-09-21T03:16:40.448Z Compiling heapless v0.8.0
21772024-09-21T03:16:40.544Z Checking hash32 v0.3.1
21782024-09-21T03:16:40.547Z Compiling smoltcp v0.11.0
21792024-09-21T03:16:40.564Z Checking cobs v0.2.3
21802024-09-21T03:16:40.567Z Checking embedded-io v0.4.0
21812024-09-21T03:16:40.587Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21822024-09-21T03:16:40.590Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21832024-09-21T03:16:40.614Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21842024-09-21T03:16:40.697Z Compiling crucible-workspace-hack v0.1.0
21852024-09-21T03:16:40.725Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
21862024-09-21T03:16:40.728Z Checking newline-converter v0.3.0
21872024-09-21T03:16:40.755Z Checking postcard v1.0.8
21882024-09-21T03:16:40.877Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21892024-09-21T03:16:40.985Z Compiling convert_case v0.4.0
21902024-09-21T03:16:41.082Z Checking expectorate v1.1.0
21912024-09-21T03:16:41.096Z Compiling zone_cfg_derive v0.3.0
21922024-09-21T03:16:41.229Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21932024-09-21T03:16:41.248Z Compiling num-derive v0.4.2
21942024-09-21T03:16:41.431Z Compiling slog-dtrace v0.3.0
21952024-09-21T03:16:41.480Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21962024-09-21T03:16:41.558Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21972024-09-21T03:16:41.925Z Compiling derive_more v0.99.18
21982024-09-21T03:16:42.439Z Checking zone v0.3.0
21992024-09-21T03:16:42.975Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245)
22002024-09-21T03:16:44.295Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
22012024-09-21T03:16:45.210Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
22022024-09-21T03:16:45.751Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22032024-09-21T03:16:46.272Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
22042024-09-21T03:16:46.670Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
22052024-09-21T03:16:48.067Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
22062024-09-21T03:16:48.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.13s
22072024-09-21T03:16:49.036Z
22082024-09-21T03:16:49.036Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/162)
22092024-09-21T03:16:49.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102024-09-21T03:16:49.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112024-09-21T03:16:49.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122024-09-21T03:16:49.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
22132024-09-21T03:16:49.732Z
22142024-09-21T03:16:49.732Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/162)
22152024-09-21T03:16:50.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162024-09-21T03:16:50.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172024-09-21T03:16:50.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182024-09-21T03:16:50.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
22192024-09-21T03:16:50.417Z
22202024-09-21T03:16:50.417Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/162)
22212024-09-21T03:16:51.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222024-09-21T03:16:51.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232024-09-21T03:16:51.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242024-09-21T03:16:51.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
22252024-09-21T03:16:51.215Z
22262024-09-21T03:16:51.215Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/162)
22272024-09-21T03:16:51.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282024-09-21T03:16:51.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292024-09-21T03:16:51.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302024-09-21T03:16:51.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
22312024-09-21T03:16:52.011Z
22322024-09-21T03:16:52.011Zinfo: running `cargo check --bins` on dns-server (39/162)
22332024-09-21T03:16:52.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342024-09-21T03:16:52.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352024-09-21T03:16:52.696Z Compiling parking_lot_core v0.8.6
22362024-09-21T03:16:52.790Z Checking nibble_vec v0.1.0
22372024-09-21T03:16:52.793Z Checking endian-type v0.1.2
22382024-09-21T03:16:52.793Z Checking linked-hash-map v0.5.6
22392024-09-21T03:16:52.793Z Checking quick-error v1.2.3
22402024-09-21T03:16:52.793Z Checking fxhash v0.2.1
22412024-09-21T03:16:52.802Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22422024-09-21T03:16:52.811Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22432024-09-21T03:16:52.952Z Checking hickory-server v0.24.1
22442024-09-21T03:16:52.955Z Checking resolv-conf v0.7.0
22452024-09-21T03:16:52.983Z Checking radix_trie v0.2.1
22462024-09-21T03:16:53.096Z Checking lru-cache v0.1.2
22472024-09-21T03:16:53.270Z Checking hickory-resolver v0.24.1
22482024-09-21T03:16:53.323Z Checking hickory-client v0.24.1
22492024-09-21T03:16:53.522Z Checking parking_lot v0.11.2
22502024-09-21T03:16:53.768Z Checking sled v0.34.7
22512024-09-21T03:16:55.494Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22522024-09-21T03:16:56.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s
22532024-09-21T03:16:56.721Z
22542024-09-21T03:16:56.721Zinfo: running `cargo check --bins` on dns-server-api (40/162)
22552024-09-21T03:16:57.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562024-09-21T03:16:57.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572024-09-21T03:16:57.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582024-09-21T03:16:57.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
22592024-09-21T03:16:57.394Z
22602024-09-21T03:16:57.394Zinfo: running `cargo check --bins` on dns-service-client (41/162)
22612024-09-21T03:16:57.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622024-09-21T03:16:57.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632024-09-21T03:16:57.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642024-09-21T03:16:57.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22652024-09-21T03:16:58.057Z
22662024-09-21T03:16:58.057Zinfo: running `cargo check --bins` on gateway-test-utils (42/162)
22672024-09-21T03:16:58.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682024-09-21T03:16:58.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692024-09-21T03:16:58.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702024-09-21T03:16:58.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
22712024-09-21T03:16:58.796Z
22722024-09-21T03:16:58.796Zinfo: running `cargo check --bins` on gateway-types (43/162)
22732024-09-21T03:16:59.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742024-09-21T03:16:59.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752024-09-21T03:16:59.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22762024-09-21T03:16:59.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
22772024-09-21T03:16:59.479Z
22782024-09-21T03:16:59.479Zinfo: running `cargo check --bins` on ipcc (44/162)
22792024-09-21T03:17:00.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22802024-09-21T03:17:00.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22812024-09-21T03:17:00.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22822024-09-21T03:17:00.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
22832024-09-21T03:17:00.161Z
22842024-09-21T03:17:00.161Zinfo: running `cargo check --bins` on omicron-gateway (45/162)
22852024-09-21T03:17:00.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22862024-09-21T03:17:00.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22872024-09-21T03:17:00.911Z Compiling match_cfg v0.1.0
22882024-09-21T03:17:00.914Z Compiling rustls v0.22.4
22892024-09-21T03:17:00.914Z Checking num-rational v0.4.2
22902024-09-21T03:17:00.914Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
22912024-09-21T03:17:01.011Z Compiling slog-json v2.6.1
22922024-09-21T03:17:01.014Z Checking num-complex v0.4.6
22932024-09-21T03:17:01.060Z Compiling hostname v0.3.1
22942024-09-21T03:17:01.062Z Compiling async-stream v0.3.5
22952024-09-21T03:17:01.085Z Compiling multer v3.1.0
22962024-09-21T03:17:01.290Z Compiling slog-bunyan v2.5.0
22972024-09-21T03:17:01.360Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
22982024-09-21T03:17:01.413Z Compiling toml v0.8.19
22992024-09-21T03:17:01.426Z Compiling rustls-pemfile v2.1.3
23002024-09-21T03:17:01.491Z Compiling waitgroup v0.1.2
23012024-09-21T03:17:01.581Z Compiling ipnetwork v0.20.0
23022024-09-21T03:17:01.691Z Compiling newtype-uuid v1.1.0
23032024-09-21T03:17:01.892Z Compiling serde_path_to_error v0.1.16
23042024-09-21T03:17:01.906Z Compiling hostname v0.4.0
23052024-09-21T03:17:01.997Z Compiling instant v0.1.12
23062024-09-21T03:17:02.101Z Compiling radium v0.7.0
23072024-09-21T03:17:02.145Z Checking float-ord v0.3.2
23082024-09-21T03:17:02.184Z Compiling semver v0.1.20
23092024-09-21T03:17:02.275Z Compiling debug-ignore v1.0.5
23102024-09-21T03:17:02.400Z Compiling backoff v0.4.0
23112024-09-21T03:17:02.430Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
23122024-09-21T03:17:02.580Z Compiling rustc_version v0.1.7
23132024-09-21T03:17:02.635Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23142024-09-21T03:17:02.722Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
23152024-09-21T03:17:02.814Z Compiling parse-display v0.10.0
23162024-09-21T03:17:02.945Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23172024-09-21T03:17:02.988Z Compiling serde_with v3.9.0
23182024-09-21T03:17:03.031Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23192024-09-21T03:17:03.176Z Compiling macaddr v1.0.1
23202024-09-21T03:17:03.482Z Checking tap v1.0.1
23212024-09-21T03:17:03.523Z Compiling maybe-uninit v2.0.0
23222024-09-21T03:17:03.640Z Checking wyz v0.5.1
23232024-09-21T03:17:04.035Z Compiling newtype_derive v0.1.6
23242024-09-21T03:17:04.158Z Compiling num v0.4.3
23252024-09-21T03:17:04.262Z Checking password-hash v0.5.0
23262024-09-21T03:17:04.307Z Checking blake2 v0.10.6
23272024-09-21T03:17:04.393Z Compiling bzip2-sys v0.1.11+1.0.8
23282024-09-21T03:17:04.696Z Compiling packed_struct v0.10.1
23292024-09-21T03:17:04.759Z Compiling cancel-safe-futures v0.1.5
23302024-09-21T03:17:04.869Z Checking funty v2.0.0
23312024-09-21T03:17:04.885Z Checking crc-catalog v2.4.0
23322024-09-21T03:17:05.005Z Compiling tokio-rustls v0.25.0
23332024-09-21T03:17:05.123Z Checking crc v3.2.1
23342024-09-21T03:17:05.389Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
23352024-09-21T03:17:05.567Z Checking argon2 v0.5.3
23362024-09-21T03:17:05.677Z Checking bitvec v1.0.1
23372024-09-21T03:17:06.236Z Compiling packed_struct_codegen v0.10.1
23382024-09-21T03:17:06.533Z Compiling cookie v0.18.1
23392024-09-21T03:17:06.573Z Compiling indexmap v1.9.3
23402024-09-21T03:17:06.841Z Checking half v2.4.1
23412024-09-21T03:17:06.857Z Checking ciborium-io v0.2.2
23422024-09-21T03:17:06.962Z Checking nodrop v0.1.14
23432024-09-21T03:17:07.047Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23442024-09-21T03:17:07.252Z Checking ciborium-ll v0.2.2
23452024-09-21T03:17:07.399Z Checking array-init v0.0.4
23462024-09-21T03:17:07.762Z Checking smallvec v0.6.14
23472024-09-21T03:17:08.440Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23482024-09-21T03:17:08.457Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23492024-09-21T03:17:08.784Z Checking prettyplease v0.2.20
23502024-09-21T03:17:08.818Z Checking libsw v3.3.1
23512024-09-21T03:17:09.032Z Compiling derive-where v1.2.7
23522024-09-21T03:17:09.073Z Compiling memoffset v0.9.1
23532024-09-21T03:17:09.347Z Checking bitfield v0.14.0
23542024-09-21T03:17:09.635Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23552024-09-21T03:17:09.747Z Checking highway v1.2.0
23562024-09-21T03:17:09.764Z Checking linear-map v1.2.0
23572024-09-21T03:17:10.093Z Checking owo-colors v4.0.0
23582024-09-21T03:17:10.152Z Checking swrite v0.1.0
23592024-09-21T03:17:10.279Z Checking hashbrown v0.12.3
23602024-09-21T03:17:10.509Z Checking indent_write v2.2.0
23612024-09-21T03:17:10.535Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23622024-09-21T03:17:10.725Z Checking env_logger v0.10.2
23632024-09-21T03:17:11.268Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23642024-09-21T03:17:11.775Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23652024-09-21T03:17:11.955Z Checking serde-hex v0.1.0
23662024-09-21T03:17:11.958Z Checking steno v0.4.1
23672024-09-21T03:17:12.536Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23682024-09-21T03:17:12.838Z Checking bzip2 v0.4.4
23692024-09-21T03:17:13.563Z Checking ciborium v0.2.2
23702024-09-21T03:17:13.889Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23712024-09-21T03:17:14.037Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23722024-09-21T03:17:14.149Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23732024-09-21T03:17:14.314Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23742024-09-21T03:17:14.545Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23752024-09-21T03:17:15.194Z Checking ron v0.8.1
23762024-09-21T03:17:15.432Z Checking hashbrown v0.13.2
23772024-09-21T03:17:15.594Z Checking crc-any v2.5.0
23782024-09-21T03:17:15.745Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23792024-09-21T03:17:15.836Z Checking zip v0.6.6
23802024-09-21T03:17:16.065Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23812024-09-21T03:17:16.346Z Checking path-slash v0.1.5
23822024-09-21T03:17:16.397Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23832024-09-21T03:17:16.429Z Checking object v0.30.4
23842024-09-21T03:17:16.446Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23852024-09-21T03:17:16.478Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23862024-09-21T03:17:16.506Z Checking nix v0.27.1
23872024-09-21T03:17:16.652Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23882024-09-21T03:17:16.904Z Checking kstat-rs v0.2.4
23892024-09-21T03:17:17.272Z Checking signal-hook-tokio v0.3.1
23902024-09-21T03:17:18.304Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23912024-09-21T03:17:18.823Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23922024-09-21T03:17:21.995Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23932024-09-21T03:17:23.348Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
23942024-09-21T03:17:25.562Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23952024-09-21T03:17:28.737Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23962024-09-21T03:17:28.937Zerror[E0463]: can't find crate for `oximeter_timeseries_macro`
23972024-09-21T03:17:28.937Z --> oximeter/oximeter/src/lib.rs:189:9
23982024-09-21T03:17:28.937Z |
23992024-09-21T03:17:28.937Z189 | pub use oximeter_timeseries_macro::use_timeseries;
24002024-09-21T03:17:28.937Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
24012024-09-21T03:17:28.937Z
24022024-09-21T03:17:28.953ZFor more information about this error, try `rustc --explain E0463`.
24032024-09-21T03:17:28.974Zerror: could not compile `oximeter` (lib) due to 1 previous error
24042024-09-21T03:17:28.974Zwarning: build failed, waiting for other jobs to finish...
24052024-09-21T03:17:29.353Zerror: process didn't exit successfully: `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path gateway/Cargo.toml` (exit status: 101)
24062024-09-21T03:17:29.358ZError: cargo-hack install failed: exit status: 1
24072024-09-21T03:17:29.358Z
24082024-09-21T03:17:29.358Zreal 2:35.748391682
24092024-09-21T03:17:29.358Zuser 8:44.705460394
24102024-09-21T03:17:29.358Zsys 2:18.196404163
24112024-09-21T03:17:29.358Ztrap 0.230532831
24122024-09-21T03:17:29.358Ztflt 1.558006035
24132024-09-21T03:17:29.358Zdflt 1.507688701
24142024-09-21T03:17:29.358Zkflt 0.000037030
24152024-09-21T03:17:29.358Zlock 11:44.001202215
24162024-09-21T03:17:29.358Zslp 40:16.491763246
24172024-09-21T03:17:29.358Zlat 29.496617615
24182024-09-21T03:17:29.358Zstop 1:46.783311869
24192024-09-21T03:17:29.361Zprocess exited: duration 636702 ms, exit code 1
 
24202024-09-21T03:17:29.367Zfound 0 output files