01J4NDCQPPJSNZ3E6QTVZWRKYB: 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: 01J4NDDB24XQR29QZCFK87N84C

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-07T03:17:27.845Zjob assigned to worker 01J4NDDKB9PC479Q5VP9D2T1R9 (queued for 50 s)
 
22024-08-07T03:17:34.856Zstarting task 0: "setup"
32024-08-07T03:17:34.869Z++ uname -s
42024-08-07T03:17:34.872Z+ kern=SunOS
52024-08-07T03:17:34.872Z+ case "$kern" in
62024-08-07T03:17:34.872Z+ groupadd -g 12345 build
72024-08-07T03:17:34.875Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-07T03:17:36.881Z+ zfs create -o mountpoint=/work rpool/work
92024-08-07T03:17:36.968Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-07T03:17:36.972Z+ home_fs=zfs
112024-08-07T03:17:36.972Z+ [[ zfs == autofs ]]
122024-08-07T03:17:36.972Z+ mkdir -p /home/build
132024-08-07T03:17:36.975Z+ chown build:build /home/build /work
142024-08-07T03:17:38.975Z+ chmod 0700 /home/build /work
152024-08-07T03:17:38.978Zprocess exited: duration 4121 ms, exit code 0
 
162024-08-07T03:17:38.983Zstarting task 1: "rust-toolchain"
172024-08-07T03:17:38.989Z+ printf ' * toolchain channel = "%s"
182024-08-07T03:17:38.989Z' 1.80.0
192024-08-07T03:17:38.992Z * toolchain channel = "1.80.0"
202024-08-07T03:17:38.992Z+ printf ' * toolchain profile = "%s"
212024-08-07T03:17:38.992Z' default
222024-08-07T03:17:38.992Z * toolchain profile = "default"
232024-08-07T03:17:38.992Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-07T03:17:38.992Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default
252024-08-07T03:17:39.127Zinfo: downloading installer
262024-08-07T03:17:40.332Zinfo: profile set to 'default'
272024-08-07T03:17:40.333Zinfo: default host triple is x86_64-unknown-illumos
282024-08-07T03:17:40.336Zinfo: syncing channel updates for '1.80.0-x86_64-unknown-illumos'
292024-08-07T03:17:40.484Zinfo: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21)
302024-08-07T03:17:40.484Zinfo: downloading component 'cargo'
312024-08-07T03:17:41.328Zinfo: downloading component 'clippy'
322024-08-07T03:17:41.627Zinfo: downloading component 'rust-docs'
332024-08-07T03:17:42.828Zinfo: downloading component 'rust-std'
342024-08-07T03:17:44.498Zinfo: downloading component 'rustc'
352024-08-07T03:17:49.147Zinfo: downloading component 'rustfmt'
362024-08-07T03:17:49.392Zinfo: installing component 'cargo'
372024-08-07T03:17:50.267Zinfo: installing component 'clippy'
382024-08-07T03:17:50.638Zinfo: installing component 'rust-docs'
392024-08-07T03:17:52.272Zinfo: installing component 'rust-std'
402024-08-07T03:17:53.943Zinfo: installing component 'rustc'
412024-08-07T03:17:58.448Zinfo: installing component 'rustfmt'
422024-08-07T03:17:58.796Zinfo: default toolchain set to '1.80.0-x86_64-unknown-illumos'
432024-08-07T03:17:58.796Z
442024-08-07T03:17:59.071Z 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21)
452024-08-07T03:17:59.071Z
462024-08-07T03:17:59.120Z
472024-08-07T03:17:59.120ZRust is installed now. Great!
482024-08-07T03:17:59.120Z
492024-08-07T03:17:59.120ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-07T03:17:59.120Zenvironment variable. This has not been done automatically.
512024-08-07T03:17:59.120Z
522024-08-07T03:17:59.121ZTo configure your current shell, you need to source
532024-08-07T03:17:59.121Zthe corresponding env file under $HOME/.cargo.
542024-08-07T03:17:59.121Z
552024-08-07T03:17:59.121ZThis is usually done by running one of the following (note the leading DOT):
562024-08-07T03:17:59.121Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-07T03:17:59.122Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-07T03:17:59.138Z+ rustc --version
592024-08-07T03:17:59.201Zrustc 1.80.0 (051478957 2024-07-21)
602024-08-07T03:17:59.212Zprocess exited: duration 20219 ms, exit code 0
 
612024-08-07T03:17:59.226Zstarting task 2: "authentication"
622024-08-07T03:17:59.266Zprocess exited: duration 28 ms, exit code 0
 
632024-08-07T03:17:59.298Zstarting task 3: "clone repository"
642024-08-07T03:17:59.307Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-07T03:17:59.308Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-07T03:17:59.357ZCloning into '/work/oxidecomputer/omicron'...
672024-08-07T03:18:04.072Z+ cd /work/oxidecomputer/omicron
682024-08-07T03:18:04.076Z+ git fetch origin d40ca80bc48745139dcc233a1cf6ca33a484d3c7
692024-08-07T03:18:04.353ZFrom https://github.com/oxidecomputer/omicron
702024-08-07T03:18:04.353Z * branch d40ca80bc48745139dcc233a1cf6ca33a484d3c7 -> FETCH_HEAD
712024-08-07T03:18:04.364Z+ [[ -n renovate/foreign-types-0.x ]]
722024-08-07T03:18:04.367Z++ git branch --show-current
732024-08-07T03:18:04.370Z+ current=main
742024-08-07T03:18:04.371Z+ [[ main != renovate/foreign-types-0.x ]]
752024-08-07T03:18:04.371Z+ git branch -f renovate/foreign-types-0.x d40ca80bc48745139dcc233a1cf6ca33a484d3c7
762024-08-07T03:18:04.374Z+ git checkout -f renovate/foreign-types-0.x
772024-08-07T03:18:04.522ZSwitched to branch 'renovate/foreign-types-0.x'
782024-08-07T03:18:04.525Z+ git reset --hard d40ca80bc48745139dcc233a1cf6ca33a484d3c7
792024-08-07T03:18:04.534ZHEAD is now at d40ca80bc Update Rust crate foreign-types to 0.5.0
802024-08-07T03:18:04.537Zprocess exited: duration 5242 ms, exit code 0
 
812024-08-07T03:18:04.547Zstarting task 4: "build"
822024-08-07T03:18:04.551Z+ cargo --version
832024-08-07T03:18:04.610Zcargo 1.80.0 (376290515 2024-07-16)
842024-08-07T03:18:04.615Z+ rustc --version
852024-08-07T03:18:04.673Zrustc 1.80.0 (051478957 2024-07-21)
862024-08-07T03:18:04.676Z+ source ./env.sh
872024-08-07T03:18:04.679Z++ OLD_SHELL_OPTS=ehxB
882024-08-07T03:18:04.679Z++ set -o xtrace
892024-08-07T03:18:04.679Z++++ dirname ./env.sh
902024-08-07T03:18:04.682Z+++ readlink -f .
912024-08-07T03:18:04.685Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-07T03:18:04.685Z++ 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-08-07T03:18:04.685Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-08-07T03:18:04.685Z++ 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-08-07T03:18:04.685Z++ 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-08-07T03:18:04.685Z++ 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-08-07T03:18:04.685Z++ 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-08-07T03:18:04.685Z++ 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-08-07T03:18:04.685Z++ 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-08-07T03:18:04.685Z++ case $OLD_SHELL_OPTS in
1012024-08-07T03:18:04.685Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-07T03:18:04.685Z+ 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-08-07T03:18:04.685Z+ 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-08-07T03:18:04.685Z+ banner prerequisites
1052024-08-07T03:18:04.688Z
1062024-08-07T03:18:04.688Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-07T03:18:04.688Z # # # # # # # # # # # # # # #
1082024-08-07T03:18:04.688Z # # # # ##### # # ##### # # # # # #### #
1092024-08-07T03:18:04.688Z ##### ##### # ##### # # # # # # # # #
1102024-08-07T03:18:04.688Z # # # # # # # # # # # # # # #
1112024-08-07T03:18:04.688Z # # # ###### # # ###### ### # #### # #### #
1122024-08-07T03:18:04.688Z
1132024-08-07T03:18:04.688Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-07T03:18:11.408Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-07T03:18:13.427Z Startup: Caching catalogs ... Done
1162024-08-07T03:18:17.139ZPlanning: Solver setup ... Done (3.137s)
1172024-08-07T03:18:17.198ZPlanning: Running solver ... Done (0.060s)
1182024-08-07T03:18:17.249ZPlanning: Finding local manifests ... Done (0.004s)
1192024-08-07T03:18:17.276ZPlanning: Fetching manifests: 0/4 0% complete
1202024-08-07T03:18:17.952ZPlanning: Fetching manifests: 4/4 100% complete
1212024-08-07T03:18:18.001ZPlanning: Package planning ... Done (0.048s)
1222024-08-07T03:18:18.052ZPlanning: Merging actions ... Done (0.050s)
1232024-08-07T03:18:18.348ZPlanning: Checking for conflicting actions ... Done (0.295s)
1242024-08-07T03:18:18.357ZPlanning: Consolidating action changes ... Done (0.011s)
1252024-08-07T03:18:19.355ZPlanning: Evaluating mediators ... Done (0.997s)
1262024-08-07T03:18:19.365ZPlanning: Planning completed in 5.88 seconds
1272024-08-07T03:18:19.380Z Packages to install: 4
1282024-08-07T03:18:19.380Z Mediators to change: 2
1292024-08-07T03:18:19.385Z Services to change: 1
1302024-08-07T03:18:19.385Z Estimated space available: 155.75 GB
1312024-08-07T03:18:19.385ZEstimated space to be consumed: 1.47 GB
1322024-08-07T03:18:19.385Z Create boot environment: No
1332024-08-07T03:18:19.385ZCreate backup boot environment: No
1342024-08-07T03:18:19.386Z Rebuild boot archive: No
1352024-08-07T03:18:19.386Z
1362024-08-07T03:18:19.386ZChanged mediators:
1372024-08-07T03:18:19.386Z mediator clang:
1382024-08-07T03:18:19.386Z version: None -> 15 (system default)
1392024-08-07T03:18:19.386Z
1402024-08-07T03:18:19.386Z mediator llvm:
1412024-08-07T03:18:19.386Z version: 14 (system default) -> 15 (system default)
1422024-08-07T03:18:19.386Z
1432024-08-07T03:18:19.387ZChanged packages:
1442024-08-07T03:18:19.387Zhelios-dev
1452024-08-07T03:18:19.387Z developer/build-essential
1462024-08-07T03:18:19.387Z None -> 11-2.0
1472024-08-07T03:18:19.387Z library/libxmlsec1
1482024-08-07T03:18:19.387Z None -> 1.2.35-2.0
1492024-08-07T03:18:19.387Z ooce/developer/clang-15
1502024-08-07T03:18:19.387Z None -> 15.0.7-2.0
1512024-08-07T03:18:19.387Z ooce/developer/llvm-15
1522024-08-07T03:18:19.387Z None -> 15.0.7-2.0
1532024-08-07T03:18:19.387Z
1542024-08-07T03:18:19.387ZServices:
1552024-08-07T03:18:19.387Z restart_fmri:
1562024-08-07T03:18:19.387Z svc:/system/update-man-index:default
1572024-08-07T03:18:19.426Z
1582024-08-07T03:18:19.426ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592024-08-07T03:18:25.628ZDownload: 210/3290 items 1.3/212.6MB 0% complete (719k/s)
1602024-08-07T03:18:32.096ZDownload: 212/3290 items 1.3/212.6MB 0% complete
1612024-08-07T03:18:37.182ZDownload: 255/3290 items 1.5/212.6MB 0% complete (29.0k/s)
1622024-08-07T03:18:42.322ZDownload: 406/3290 items 2.5/212.6MB 1% complete (124k/s)
1632024-08-07T03:18:47.545ZDownload: 520/3290 items 2.9/212.6MB 1% complete (145k/s)
1642024-08-07T03:18:52.547ZDownload: 1123/3290 items 21.1/212.6MB 9% complete (1.8M/s)
1652024-08-07T03:18:57.950ZDownload: 1197/3290 items 75.5/212.6MB 35% complete (7.2M/s)
1662024-08-07T03:19:08.775ZDownload: 1198/3290 items 83.5/212.6MB 39% complete
1672024-08-07T03:19:13.805ZDownload: 1363/3290 items 114.0/212.6MB 53% complete (6.8M/s)
1682024-08-07T03:19:18.830ZDownload: 1539/3290 items 117.5/212.6MB 55% complete (3.8M/s)
1692024-08-07T03:19:23.843ZDownload: 1825/3290 items 118.4/212.6MB 55% complete (458k/s)
1702024-08-07T03:19:28.849ZDownload: 2012/3290 items 118.7/212.6MB 55% complete (118k/s)
1712024-08-07T03:19:34.038ZDownload: 2216/3290 items 119.2/212.6MB 56% complete (87.0k/s)
1722024-08-07T03:19:45.821ZDownload: 2224/3290 items 119.2/212.6MB 56% complete
1732024-08-07T03:19:50.826ZDownload: 2468/3290 items 120.1/212.6MB 56% complete (195k/s)
1742024-08-07T03:19:55.826ZDownload: 3206/3290 items 188.0/212.6MB 88% complete (6.8M/s)
1752024-08-07T03:20:11.302ZDownload: 3248/3290 items 203.1/212.6MB 95% complete
1762024-08-07T03:20:24.035ZDownload: 3284/3290 items 211.0/212.6MB 99% complete
1772024-08-07T03:20:36.890ZDownload: 3289/3290 items 212.6/212.6MB 100% complete
1782024-08-07T03:20:36.915ZDownload: Completed 212.60 MB in 137.48 seconds (1.6M/s)
1792024-08-07T03:20:37.076Z Actions: 1/3689 actions (Installing new actions)
1802024-08-07T03:20:41.665Z Actions: Completed 3689 actions in 4.59 seconds.
1812024-08-07T03:20:41.925Z Done (0.255s)
1822024-08-07T03:20:41.925Z Done (0.000s)
1832024-08-07T03:20:42.284Z Done (0.357s)
1842024-08-07T03:20:46.548Z Done (4.103s)
1852024-08-07T03:20:46.630Z Done (0.016s)
1862024-08-07T03:20:46.633Z Done (0.000s)
1872024-08-07T03:20:46.798Z Done (0.000s)
1882024-08-07T03:20:47.380ZPlanning: Evaluating mediator changes ... Done
1892024-08-07T03:20:47.543ZPlanning: Checking for conflicting actions ... Done
1902024-08-07T03:20:47.546ZPlanning: Consolidating action changes ... Done
1912024-08-07T03:20:47.815ZPlanning: Evaluating mediators ... Done
1922024-08-07T03:20:47.819ZPlanning: Planning completed in 0.43 seconds
1932024-08-07T03:20:47.848Z Mediators to change: 2
1942024-08-07T03:20:47.848Z Create boot environment: No
1952024-08-07T03:20:47.852ZCreate backup boot environment: No
1962024-08-07T03:20:47.918Z Done
1972024-08-07T03:20:47.918Z Done
1982024-08-07T03:20:48.137Z Done
1992024-08-07T03:20:51.590Z Done
2002024-08-07T03:20:51.675Z Done
2012024-08-07T03:20:51.679Z Done
2022024-08-07T03:20:51.793Z Done
2032024-08-07T03:20:52.398ZPlanning: Evaluating mediator changes ... Done
2042024-08-07T03:20:52.402ZPlanning: Merging actions ... Done
2052024-08-07T03:20:52.591ZPlanning: Checking for conflicting actions ... Done
2062024-08-07T03:20:52.594ZPlanning: Consolidating action changes ... Done
2072024-08-07T03:20:52.857ZPlanning: Evaluating mediators ... Done
2082024-08-07T03:20:52.913ZPlanning: Planning completed in 0.76 seconds
2092024-08-07T03:20:52.948Z Packages to change: 1
2102024-08-07T03:20:52.948Z Mediators to change: 1
2112024-08-07T03:20:52.951Z Services to change: 1
2122024-08-07T03:20:52.951Z Create boot environment: No
2132024-08-07T03:20:52.951ZCreate backup boot environment: Yes
2142024-08-07T03:20:54.643Z Actions: 1/6 actions (Updating modified actions)
2152024-08-07T03:20:54.646Z Actions: Completed 6 actions in 0.00 seconds.
2162024-08-07T03:20:54.646Z Done
2172024-08-07T03:20:54.646Z Done
2182024-08-07T03:20:54.719Z Done
2192024-08-07T03:20:58.299Z Done
2202024-08-07T03:20:58.385Z Done
2212024-08-07T03:20:58.388Z Done
2222024-08-07T03:20:58.489Z Done
2232024-08-07T03:20:58.928ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2242024-08-07T03:20:58.928Zclang system 15 system
2252024-08-07T03:20:58.928Zcsh system system illumos
2262024-08-07T03:20:58.928Zctags system system illumos
2272024-08-07T03:20:58.928Zgcc vendor 12 vendor
2282024-08-07T03:20:58.928Zgcc system 10 system
2292024-08-07T03:20:58.928Zgcc system 7 system
2302024-08-07T03:20:58.928Zgo system 1.20 system
2312024-08-07T03:20:58.928Zgo system 1.19 system
2322024-08-07T03:20:58.928Zllvm system 15 system
2332024-08-07T03:20:58.929Zllvm system 14 system
2342024-08-07T03:20:58.929Zmariadb system 10.6 system
2352024-08-07T03:20:58.929Zmta vendor vendor dma
2362024-08-07T03:20:58.929Zopenjdk system 17 system
2372024-08-07T03:20:58.929Zopenjdk system 11 system
2382024-08-07T03:20:58.929Zopenjdk system 1.8 system
2392024-08-07T03:20:58.929Zopenssl vendor 3 vendor
2402024-08-07T03:20:58.929Zperl system 5.36 system
2412024-08-07T03:20:58.929Zpostgresql system 15 system
2422024-08-07T03:20:58.929Zpostgresql system 13 system
2432024-08-07T03:20:58.929Zpython vendor 3 vendor
2442024-08-07T03:20:58.929Zpython system 2 system
2452024-08-07T03:20:58.929Zpython3 system 3.11 system
2462024-08-07T03:20:58.929Zruby system 3.0 system
2472024-08-07T03:20:58.929Zwords vendor vendor american-english
2482024-08-07T03:20:58.929Zwords system system australian-english
2492024-08-07T03:20:58.929Zwords system system british-english
2502024-08-07T03:20:58.929Zwords system system canadian-english
2512024-08-07T03:20:58.929Zwords system system french
2522024-08-07T03:20:58.929Zwords system system italian
2532024-08-07T03:20:58.929Zwords system system ngerman
2542024-08-07T03:20:58.929Zwords system system ogerman
2552024-08-07T03:20:58.929Zwords system system spanish
2562024-08-07T03:20:59.259ZPUBLISHER TYPE STATUS P LOCATION
2572024-08-07T03:20:59.259Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2582024-08-07T03:21:00.929ZFMRI IFO
2592024-08-07T03:21:00.929Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2602024-08-07T03:21:00.929Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2612024-08-07T03:21:00.929Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2622024-08-07T03:21:00.929Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2632024-08-07T03:21:00.929Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2642024-08-07T03:21:00.929Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2652024-08-07T03:21:00.929Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2662024-08-07T03:21:00.929Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2672024-08-07T03:21:00.929Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2682024-08-07T03:21:00.929Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2692024-08-07T03:21:00.929Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2702024-08-07T03:21:00.929Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2712024-08-07T03:21:01.500Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2722024-08-07T03:21:01.740Z Updating git repository `https://github.com/oxidecomputer/zone`
2732024-08-07T03:21:02.002Z Updating crates.io index
2742024-08-07T03:21:02.071Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2752024-08-07T03:21:02.776Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2762024-08-07T03:21:03.460Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2772024-08-07T03:21:03.715Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2782024-08-07T03:21:05.322Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792024-08-07T03:21:05.540Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2802024-08-07T03:21:05.762Z Updating git repository `https://github.com/oxidecomputer/propolis`
2812024-08-07T03:21:06.794Z Updating git repository `https://github.com/oxidecomputer/crucible`
2822024-08-07T03:21:08.571Z Updating git repository `https://github.com/oxidecomputer/opte`
2832024-08-07T03:21:09.552Z Updating git repository `https://github.com/oxidecomputer/falcon`
2842024-08-07T03:21:10.267Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2852024-08-07T03:21:10.811Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2862024-08-07T03:21:11.036Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2872024-08-07T03:21:11.313Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2882024-08-07T03:21:11.577Z Updating git repository `https://github.com/oxidecomputer/tofino`
2892024-08-07T03:21:11.801Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2902024-08-07T03:21:12.011Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2912024-08-07T03:21:12.220Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2922024-08-07T03:21:12.484Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932024-08-07T03:21:12.821Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2942024-08-07T03:21:13.042Z Updating git repository `https://github.com/oxidecomputer/ispf`
2952024-08-07T03:21:13.439Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2962024-08-07T03:21:13.707Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2972024-08-07T03:21:14.146Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2982024-08-07T03:21:14.467Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2992024-08-07T03:21:14.844Z Updating git repository `https://github.com/oxidecomputer/typify`
3002024-08-07T03:21:17.162Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3012024-08-07T03:21:17.364Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3022024-08-07T03:21:17.613Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3032024-08-07T03:21:17.956Z Updating git repository `https://github.com/oxidecomputer/rfb`
3042024-08-07T03:21:19.009Z Downloading crates ...
3052024-08-07T03:21:19.088Z Downloaded anstyle-parse v0.2.4
3062024-08-07T03:21:19.091Z Downloaded anyhow v1.0.86
3072024-08-07T03:21:19.096Z Downloaded dtrace-parser v0.2.0
3082024-08-07T03:21:19.100Z Downloaded colorchoice v1.0.1
3092024-08-07T03:21:19.106Z Downloaded pretty-hex v0.4.1
3102024-08-07T03:21:19.109Z Downloaded scroll_derive v0.12.0
3112024-08-07T03:21:19.109Z Downloaded usdt-attr-macro v0.5.0
3122024-08-07T03:21:19.113Z Downloaded heck v0.4.1
3132024-08-07T03:21:19.123Z Downloaded errno v0.3.9
3142024-08-07T03:21:19.126Z Downloaded digest v0.10.7
3152024-08-07T03:21:19.129Z Downloaded cargo-platform v0.1.8
3162024-08-07T03:21:19.129Z Downloaded byteorder v1.5.0
3172024-08-07T03:21:19.129Z Downloaded block-buffer v0.10.4
3182024-08-07T03:21:19.132Z Downloaded proc-macro-error-attr v1.0.4
3192024-08-07T03:21:19.136Z Downloaded itoa v1.0.11
3202024-08-07T03:21:19.139Z Downloaded version_check v0.9.5
3212024-08-07T03:21:19.139Z Downloaded utf8parse v0.2.1
3222024-08-07T03:21:19.139Z Downloaded terminal_size v0.3.0
3232024-08-07T03:21:19.143Z Downloaded serde_tokenstream v0.2.1
3242024-08-07T03:21:19.147Z Downloaded crypto-common v0.1.6
3252024-08-07T03:21:19.147Z Downloaded anstream v0.6.14
3262024-08-07T03:21:19.147Z Downloaded equivalent v1.0.1
3272024-08-07T03:21:19.150Z Downloaded autocfg v1.3.0
3282024-08-07T03:21:19.153Z Downloaded thiserror-impl v1.0.63
3292024-08-07T03:21:19.156Z Downloaded anstyle v1.0.8
3302024-08-07T03:21:19.156Z Downloaded pest_generator v2.7.10
3312024-08-07T03:21:19.159Z Downloaded anstyle-query v1.0.3
3322024-08-07T03:21:19.159Z Downloaded clap_derive v4.5.13
3332024-08-07T03:21:19.162Z Downloaded fs-err v2.11.0
3342024-08-07T03:21:19.164Z Downloaded cargo_toml v0.20.4
3352024-08-07T03:21:19.170Z Downloaded strsim v0.11.1
3362024-08-07T03:21:19.173Z Downloaded quote v1.0.36
3372024-08-07T03:21:19.177Z Downloaded is_terminal_polyfill v1.70.0
3382024-08-07T03:21:19.177Z Downloaded bitflags v2.6.0
3392024-08-07T03:21:19.180Z Downloaded swrite v0.1.0
3402024-08-07T03:21:19.185Z Downloaded cpufeatures v0.2.12
3412024-08-07T03:21:19.188Z Downloaded cfg-if v1.0.0
3422024-08-07T03:21:19.190Z Downloaded generic-array v0.14.7
3432024-08-07T03:21:19.190Z Downloaded bytecount v0.6.8
3442024-08-07T03:21:19.194Z Downloaded usdt-macro v0.5.0
3452024-08-07T03:21:19.197Z Downloaded macaddr v1.0.1
3462024-08-07T03:21:19.200Z Downloaded dof v0.3.0
3472024-08-07T03:21:19.203Z Downloaded log v0.4.21
3482024-08-07T03:21:19.207Z Downloaded once_cell v1.19.0
3492024-08-07T03:21:19.216Z Downloaded memmap v0.7.0
3502024-08-07T03:21:19.218Z Downloaded fnv v1.0.7
3512024-08-07T03:21:19.221Z Downloaded serde_spanned v0.6.7
3522024-08-07T03:21:19.224Z Downloaded plain v0.2.3
3532024-08-07T03:21:19.224Z Downloaded usdt v0.5.0
3542024-08-07T03:21:19.227Z Downloaded thread-id v4.2.1
3552024-08-07T03:21:19.227Z Downloaded scroll v0.12.0
3562024-08-07T03:21:19.231Z Downloaded usdt-impl v0.5.0
3572024-08-07T03:21:19.235Z Downloaded clap_lex v0.7.0
3582024-08-07T03:21:19.235Z Downloaded cargo_metadata v0.18.1
3592024-08-07T03:21:19.235Z Downloaded camino v1.1.7
3602024-08-07T03:21:19.239Z Downloaded toml_datetime v0.6.8
3612024-08-07T03:21:19.239Z Downloaded tabled_derive v0.7.0
3622024-08-07T03:21:19.239Z Downloaded toml v0.8.19
3632024-08-07T03:21:19.241Z Downloaded pest_meta v2.7.10
3642024-08-07T03:21:19.244Z Downloaded clap v4.5.13
3652024-08-07T03:21:19.251Z Downloaded ucd-trie v0.1.6
3662024-08-07T03:21:19.254Z Downloaded semver v1.0.23
3672024-08-07T03:21:19.254Z Downloaded proc-macro-error v1.0.4
3682024-08-07T03:21:19.257Z Downloaded pest_derive v2.7.10
3692024-08-07T03:21:19.260Z Downloaded thiserror v1.0.63
3702024-08-07T03:21:19.263Z Downloaded heck v0.5.0
3712024-08-07T03:21:19.268Z Downloaded zerocopy-derive v0.7.34
3722024-08-07T03:21:19.273Z Downloaded ryu v1.0.18
3732024-08-07T03:21:19.276Z Downloaded serde v1.0.204
3742024-08-07T03:21:19.279Z Downloaded sha2 v0.10.8
3752024-08-07T03:21:19.282Z Downloaded proc-macro2 v1.0.86
3762024-08-07T03:21:19.284Z Downloaded unicode-ident v1.0.12
3772024-08-07T03:21:19.287Z Downloaded typenum v1.17.0
3782024-08-07T03:21:19.291Z Downloaded memchr v2.7.2
3792024-08-07T03:21:19.298Z Downloaded serde_derive v1.0.204
3802024-08-07T03:21:19.301Z Downloaded papergrid v0.11.0
3812024-08-07T03:21:19.306Z Downloaded toml_edit v0.22.20
3822024-08-07T03:21:19.326Z Downloaded indexmap v2.3.0
3832024-08-07T03:21:19.343Z Downloaded pest v2.7.10
3842024-08-07T03:21:19.352Z Downloaded serde_json v1.0.122
3852024-08-07T03:21:19.360Z Downloaded hashbrown v0.14.5
3862024-08-07T03:21:19.369Z Downloaded zerocopy v0.7.34
3872024-08-07T03:21:19.384Z Downloaded goblin v0.8.2
3882024-08-07T03:21:19.390Z Downloaded clap_builder v4.5.13
3892024-08-07T03:21:19.397Z Downloaded winnow v0.6.18
3902024-08-07T03:21:19.404Z Downloaded tabled v0.15.0
3912024-08-07T03:21:19.419Z Downloaded syn v1.0.109
3922024-08-07T03:21:19.428Z Downloaded syn v2.0.72
3932024-08-07T03:21:19.438Z Downloaded rustix v0.38.34
3942024-08-07T03:21:19.459Z Downloaded unicode-width v0.1.13
3952024-08-07T03:21:19.480Z Downloaded libc v0.2.155
3962024-08-07T03:21:19.772Z Compiling proc-macro2 v1.0.86
3972024-08-07T03:21:19.772Z Compiling unicode-ident v1.0.12
3982024-08-07T03:21:19.772Z Compiling version_check v0.9.5
3992024-08-07T03:21:19.776Z Compiling serde v1.0.204
4002024-08-07T03:21:19.776Z Compiling memchr v2.7.2
4012024-08-07T03:21:19.776Z Compiling thiserror v1.0.63
4022024-08-07T03:21:19.776Z Compiling libc v0.2.155
4032024-08-07T03:21:19.776Z Compiling ucd-trie v0.1.6
4042024-08-07T03:21:20.019Z Compiling ryu v1.0.18
4052024-08-07T03:21:20.390Z Compiling itoa v1.0.11
4062024-08-07T03:21:20.484Z Compiling once_cell v1.19.0
4072024-08-07T03:21:20.615Z Compiling byteorder v1.5.0
4082024-08-07T03:21:20.634Z Compiling serde_json v1.0.122
4092024-08-07T03:21:21.030Z Compiling proc-macro-error-attr v1.0.4
4102024-08-07T03:21:21.105Z Compiling usdt-impl v0.5.0
4112024-08-07T03:21:21.151Z Compiling rustix v0.38.34
4122024-08-07T03:21:21.277Z Compiling syn v1.0.109
4132024-08-07T03:21:21.382Z Compiling proc-macro-error v1.0.4
4142024-08-07T03:21:21.502Z Compiling quote v1.0.36
4152024-08-07T03:21:21.629Z Compiling utf8parse v0.2.1
4162024-08-07T03:21:21.689Z Compiling equivalent v1.0.1
4172024-08-07T03:21:21.792Z Compiling hashbrown v0.14.5
4182024-08-07T03:21:21.816Z Compiling plain v0.2.3
4192024-08-07T03:21:21.939Z Compiling syn v2.0.72
4202024-08-07T03:21:22.064Z Compiling errno v0.3.9
4212024-08-07T03:21:22.093Z Compiling log v0.4.21
4222024-08-07T03:21:22.154Z Compiling bitflags v2.6.0
4232024-08-07T03:21:22.301Z Compiling thread-id v4.2.1
4242024-08-07T03:21:22.376Z Compiling anstyle-parse v0.2.4
4252024-08-07T03:21:22.605Z Compiling autocfg v1.3.0
4262024-08-07T03:21:22.700Z Compiling pretty-hex v0.4.1
4272024-08-07T03:21:22.921Z Compiling anstyle-query v1.0.3
4282024-08-07T03:21:22.936Z Compiling colorchoice v1.0.1
4292024-08-07T03:21:23.070Z Compiling indexmap v2.3.0
4302024-08-07T03:21:23.095Z Compiling winnow v0.6.18
4312024-08-07T03:21:23.170Z Compiling is_terminal_polyfill v1.70.0
4322024-08-07T03:21:23.310Z Compiling anstyle v1.0.8
4332024-08-07T03:21:23.335Z Compiling camino v1.1.7
4342024-08-07T03:21:23.646Z Compiling semver v1.0.23
4352024-08-07T03:21:23.878Z Compiling anstream v0.6.14
4362024-08-07T03:21:24.091Z Compiling fs-err v2.11.0
4372024-08-07T03:21:24.128Z Compiling terminal_size v0.3.0
4382024-08-07T03:21:24.413Z Compiling clap_lex v0.7.0
4392024-08-07T03:21:24.470Z Compiling anyhow v1.0.86
4402024-08-07T03:21:24.495Z Compiling fnv v1.0.7
4412024-08-07T03:21:24.555Z Compiling bytecount v0.6.8
4422024-08-07T03:21:24.624Z Compiling strsim v0.11.1
4432024-08-07T03:21:24.696Z Compiling heck v0.5.0
4442024-08-07T03:21:24.761Z Compiling heck v0.4.1
4452024-08-07T03:21:24.948Z Compiling unicode-width v0.1.13
4462024-08-07T03:21:25.204Z Compiling papergrid v0.11.0
4472024-08-07T03:21:25.250Z Compiling clap_builder v4.5.13
4482024-08-07T03:21:25.577Z Compiling memmap v0.7.0
4492024-08-07T03:21:25.951Z Compiling swrite v0.1.0
4502024-08-07T03:21:27.461Z Compiling tabled_derive v0.7.0
4512024-08-07T03:21:29.139Z Compiling tabled v0.15.0
4522024-08-07T03:21:30.688Z Compiling serde_derive v1.0.204
4532024-08-07T03:21:30.688Z Compiling thiserror-impl v1.0.63
4542024-08-07T03:21:30.691Z Compiling zerocopy-derive v0.7.34
4552024-08-07T03:21:30.786Z Compiling scroll_derive v0.12.0
4562024-08-07T03:21:30.911Z Compiling clap_derive v4.5.13
4572024-08-07T03:21:32.324Z Compiling scroll v0.12.0
4582024-08-07T03:21:32.800Z Compiling zerocopy v0.7.34
4592024-08-07T03:21:32.857Z Compiling goblin v0.8.2
4602024-08-07T03:21:33.636Z Compiling pest v2.7.10
4612024-08-07T03:21:34.705Z Compiling clap v4.5.13
4622024-08-07T03:21:35.793Z Compiling pest_meta v2.7.10
4632024-08-07T03:21:36.612Z Compiling pest_generator v2.7.10
4642024-08-07T03:21:38.469Z Compiling pest_derive v2.7.10
4652024-08-07T03:21:39.151Z Compiling dtrace-parser v0.2.0
4662024-08-07T03:21:41.393Z Compiling serde_tokenstream v0.2.1
4672024-08-07T03:21:41.429Z Compiling toml_datetime v0.6.8
4682024-08-07T03:21:41.431Z Compiling serde_spanned v0.6.7
4692024-08-07T03:21:41.431Z Compiling cargo-platform v0.1.8
4702024-08-07T03:21:41.763Z Compiling toml_edit v0.22.20
4712024-08-07T03:21:41.890Z Compiling macaddr v1.0.1
4722024-08-07T03:21:42.791Z Compiling dof v0.3.0
4732024-08-07T03:21:42.791Z Compiling cargo_metadata v0.18.1
4742024-08-07T03:21:44.522Z Compiling usdt-attr-macro v0.5.0
4752024-08-07T03:21:44.522Z Compiling usdt-macro v0.5.0
4762024-08-07T03:21:44.605Z Compiling toml v0.8.19
4772024-08-07T03:21:45.440Z Compiling cargo_toml v0.20.4
4782024-08-07T03:21:45.886Z Compiling usdt v0.5.0
4792024-08-07T03:21:49.127Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4802024-08-07T03:21:52.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.60s
4812024-08-07T03:21:53.123Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4822024-08-07T03:21:53.665Z Downloading crates ...
4832024-08-07T03:21:53.786Z Downloaded ascii-canvas v3.0.0
4842024-08-07T03:21:53.789Z Downloaded array-init v0.0.4
4852024-08-07T03:21:53.789Z Downloaded aead v0.5.2
4862024-08-07T03:21:53.791Z Downloaded arrayref v0.3.7
4872024-08-07T03:21:53.794Z Downloaded ascii v1.1.0
4882024-08-07T03:21:53.797Z Downloaded argon2 v0.5.3
4892024-08-07T03:21:53.801Z Downloaded bitstruct_derive v0.1.0
4902024-08-07T03:21:53.806Z Downloaded instant v0.1.12
4912024-08-07T03:21:53.808Z Downloaded atomicwrites v0.4.3
4922024-08-07T03:21:53.813Z Downloaded crucible-workspace-hack v0.1.0
4932024-08-07T03:21:53.813Z Downloaded async-stream-impl v0.3.5
4942024-08-07T03:21:53.816Z Downloaded darling_macro v0.20.9
4952024-08-07T03:21:53.816Z Downloaded matches v0.1.10
4962024-08-07T03:21:53.816Z Downloaded ahash v0.8.11
4972024-08-07T03:21:53.818Z Downloaded is_ci v1.2.0
4982024-08-07T03:21:53.821Z Downloaded addr2line v0.21.0
4992024-08-07T03:21:53.824Z Downloaded constant_time_eq v0.3.0
5002024-08-07T03:21:53.827Z Downloaded libsw v3.3.1
5012024-08-07T03:21:53.830Z Downloaded base16ct v0.2.0
5022024-08-07T03:21:53.830Z Downloaded openssl-probe v0.1.5
5032024-08-07T03:21:53.833Z Downloaded cipher v0.4.4
5042024-08-07T03:21:53.835Z Downloaded opaque-debug v0.3.1
5052024-08-07T03:21:53.836Z Downloaded bitfield v0.14.0
5062024-08-07T03:21:53.838Z Downloaded bit-set v0.5.3
5072024-08-07T03:21:53.838Z Downloaded normalize-line-endings v0.3.0
5082024-08-07T03:21:53.841Z Downloaded castaway v0.2.2
5092024-08-07T03:21:53.841Z Downloaded number_prefix v0.4.0
5102024-08-07T03:21:53.844Z Downloaded defmt-macros v0.3.9
5112024-08-07T03:21:53.847Z Downloaded debug-ignore v1.0.5
5122024-08-07T03:21:53.851Z Downloaded maplit v1.0.2
5132024-08-07T03:21:53.851Z Downloaded linear-map v1.2.0
5142024-08-07T03:21:53.854Z Downloaded keccak v0.1.5
5152024-08-07T03:21:53.854Z Downloaded crunchy v0.2.2
5162024-08-07T03:21:53.856Z Downloaded atty v0.2.14
5172024-08-07T03:21:53.856Z Downloaded ciborium-io v0.2.2
5182024-08-07T03:21:53.859Z Downloaded bitstruct v0.1.1
5192024-08-07T03:21:53.859Z Downloaded newtype-uuid v1.1.0
5202024-08-07T03:21:53.862Z Downloaded mockall v0.12.1
5212024-08-07T03:21:53.862Z Downloaded num-derive v0.4.2
5222024-08-07T03:21:53.865Z Downloaded cobs v0.2.3
5232024-08-07T03:21:53.868Z Downloaded camino-tempfile v1.1.1
5242024-08-07T03:21:53.871Z Downloaded olpc-cjson v0.1.3
5252024-08-07T03:21:53.871Z Downloaded num v0.4.3
5262024-08-07T03:21:53.874Z Downloaded paste v1.0.15
5272024-08-07T03:21:53.877Z Downloaded parse-display-derive v0.9.1
5282024-08-07T03:21:53.877Z Downloaded parse-size v1.0.0
5292024-08-07T03:21:53.880Z Downloaded packed_struct_codegen v0.10.1
5302024-08-07T03:21:53.880Z Downloaded num_enum_derive v0.5.11
5312024-08-07T03:21:53.886Z Downloaded darling v0.20.9
5322024-08-07T03:21:53.893Z Downloaded lock_api v0.4.12
5332024-08-07T03:21:53.897Z Downloaded nanorand v0.7.0
5342024-08-07T03:21:53.897Z Downloaded match_cfg v0.1.0
5352024-08-07T03:21:53.897Z Downloaded spin v0.5.2
5362024-08-07T03:21:53.897Z Downloaded crc-catalog v2.4.0
5372024-08-07T03:21:53.900Z Downloaded cstr-argument v0.1.2
5382024-08-07T03:21:53.900Z Downloaded parking_lot_core v0.9.10
5392024-08-07T03:21:53.903Z Downloaded impl-trait-for-tuples v0.2.2
5402024-08-07T03:21:53.906Z Downloaded crossbeam-deque v0.8.5
5412024-08-07T03:21:53.906Z Downloaded data-encoding v2.6.0
5422024-08-07T03:21:53.909Z Downloaded bitfield-struct v0.6.1
5432024-08-07T03:21:53.909Z Downloaded crc v3.2.1
5442024-08-07T03:21:53.912Z Downloaded crossbeam-epoch v0.9.18
5452024-08-07T03:21:53.915Z Downloaded newtype_derive v0.1.6
5462024-08-07T03:21:53.918Z Downloaded openssl-macros v0.1.1
5472024-08-07T03:21:53.921Z Downloaded oso-derive v0.27.3
5482024-08-07T03:21:53.921Z Downloaded newline-converter v0.3.0
5492024-08-07T03:21:53.921Z Downloaded num-conv v0.1.0
5502024-08-07T03:21:53.924Z Downloaded multer v3.1.0
5512024-08-07T03:21:53.927Z Downloaded num_threads v0.1.7
5522024-08-07T03:21:53.927Z Downloaded defmt-parser v0.3.4
5532024-08-07T03:21:53.929Z Downloaded defmt v0.3.8
5542024-08-07T03:21:53.932Z Downloaded num-traits v0.2.19
5552024-08-07T03:21:53.936Z Downloaded endian-type v0.1.2
5562024-08-07T03:21:53.939Z Downloaded slog-dtrace v0.3.0
5572024-08-07T03:21:53.939Z Downloaded tiny-keccak v2.0.2
5582024-08-07T03:21:53.942Z Downloaded supports-color v3.0.0
5592024-08-07T03:21:53.945Z Downloaded structmeta v0.2.0
5602024-08-07T03:21:53.945Z Downloaded bb8 v0.8.5
5612024-08-07T03:21:53.948Z Downloaded maybe-uninit v2.0.0
5622024-08-07T03:21:53.948Z Downloaded managed v0.8.0
5632024-08-07T03:21:53.951Z Downloaded mime v0.3.17
5642024-08-07T03:21:53.954Z Downloaded backoff v0.4.0
5652024-08-07T03:21:53.957Z Downloaded linked-hash-map v0.5.6
5662024-08-07T03:21:53.957Z Downloaded ident_case v1.0.1
5672024-08-07T03:21:53.960Z Downloaded strum_macros v0.24.3
5682024-08-07T03:21:53.960Z Downloaded parking_lot v0.12.2
5692024-08-07T03:21:53.963Z Downloaded owo-colors v4.0.0
5702024-08-07T03:21:53.966Z Downloaded num-integer v0.1.46
5712024-08-07T03:21:53.969Z Downloaded compact_str v0.7.1
5722024-08-07T03:21:53.972Z Downloaded csv-core v0.1.11
5732024-08-07T03:21:53.972Z Downloaded untrusted v0.9.0
5742024-08-07T03:21:53.975Z Downloaded parse-display v0.9.1
5752024-08-07T03:21:53.978Z Downloaded console v0.15.8
5762024-08-07T03:21:53.981Z Downloaded tabwriter v1.4.0
5772024-08-07T03:21:53.981Z Downloaded deranged v0.3.11
5782024-08-07T03:21:53.984Z Downloaded unarray v0.1.4
5792024-08-07T03:21:53.984Z Downloaded enum-as-inner v0.5.1
5802024-08-07T03:21:53.987Z Downloaded packed_struct v0.10.1
5812024-08-07T03:21:53.990Z Downloaded num_enum v0.5.11
5822024-08-07T03:21:53.993Z Downloaded serde_with_macros v3.8.3
5832024-08-07T03:21:53.996Z Downloaded group v0.13.0
5842024-08-07T03:21:53.999Z Downloaded pem-rfc7468 v0.7.0
5852024-08-07T03:21:54.002Z Downloaded const_format_proc_macros v0.2.32
5862024-08-07T03:21:54.006Z Downloaded either v1.12.0
5872024-08-07T03:21:54.009Z Downloaded ipnet v2.9.0
5882024-08-07T03:21:54.009Z Downloaded zone_cfg_derive v0.1.2
5892024-08-07T03:21:54.009Z Downloaded tokio-stream v0.1.15
5902024-08-07T03:21:54.013Z Downloaded base64 v0.21.7
5912024-08-07T03:21:54.024Z Downloaded derive_builder_macro v0.20.0
5922024-08-07T03:21:54.024Z Downloaded foreign-types-macros v0.2.3
5932024-08-07T03:21:54.024Z Downloaded semver v0.1.20
5942024-08-07T03:21:54.024Z Downloaded quick-error v1.2.3
5952024-08-07T03:21:54.027Z Downloaded psl-types v2.0.11
5962024-08-07T03:21:54.027Z Downloaded precomputed-hash v0.1.1
5972024-08-07T03:21:54.027Z Downloaded proc-macro-crate v1.3.1
5982024-08-07T03:21:54.030Z Downloaded serde_plain v1.0.2
5992024-08-07T03:21:54.030Z Downloaded pkg-config v0.3.30
6002024-08-07T03:21:54.033Z Downloaded wyz v0.5.1
6012024-08-07T03:21:54.033Z Downloaded thiserror-impl-no-std v2.0.2
6022024-08-07T03:21:54.036Z Downloaded derive_builder v0.20.0
6032024-08-07T03:21:54.040Z Downloaded env_logger v0.9.3
6042024-08-07T03:21:54.043Z Downloaded tower-service v0.3.2
6052024-08-07T03:21:54.046Z Downloaded untrusted v0.7.1
6062024-08-07T03:21:54.049Z Downloaded zone v0.1.8
6072024-08-07T03:21:54.049Z Downloaded base64 v0.13.1
6082024-08-07T03:21:54.052Z Downloaded which v4.4.2
6092024-08-07T03:21:54.055Z Downloaded clang-sys v1.7.0
6102024-08-07T03:21:54.060Z Downloaded pkcs1 v0.7.5
6112024-08-07T03:21:54.063Z Downloaded const_format v0.2.32
6122024-08-07T03:21:54.066Z Downloaded hash32 v0.3.1
6132024-08-07T03:21:54.069Z Downloaded darling_core v0.20.9
6142024-08-07T03:21:54.074Z Downloaded want v0.3.1
6152024-08-07T03:21:54.080Z Downloaded radium v0.7.0
6162024-08-07T03:21:54.080Z Downloaded hyper-staticfile v0.9.5
6172024-08-07T03:21:54.083Z Downloaded r2d2 v0.8.10
6182024-08-07T03:21:54.083Z Downloaded rustc-hash v1.1.0
6192024-08-07T03:21:54.083Z Downloaded ena v0.14.3
6202024-08-07T03:21:54.086Z Downloaded ff v0.13.0
6212024-08-07T03:21:54.086Z Downloaded base64 v0.22.1
6222024-08-07T03:21:54.091Z Downloaded pkcs8 v0.10.2
6232024-08-07T03:21:54.094Z Downloaded sqlformat v0.2.4
6242024-08-07T03:21:54.097Z Downloaded omicron-zone-package v0.11.0
6252024-08-07T03:21:54.101Z Downloaded mockall_derive v0.12.1
6262024-08-07T03:21:54.104Z Downloaded phf_shared v0.10.0
6272024-08-07T03:21:54.104Z Downloaded uuid v1.10.0
6282024-08-07T03:21:54.107Z Downloaded hyper-tls v0.5.0
6292024-08-07T03:21:54.110Z Downloaded foreign-types v0.5.0
6302024-08-07T03:21:54.110Z Downloaded home v0.5.9
6312024-08-07T03:21:54.113Z Downloaded memmap2 v0.9.4
6322024-08-07T03:21:54.113Z Downloaded tracing-attributes v0.1.27
6332024-08-07T03:21:54.116Z Downloaded toolchain_find v0.4.0
6342024-08-07T03:21:54.119Z Downloaded headers-core v0.2.0
6352024-08-07T03:21:54.119Z Downloaded display-error-chain v0.2.0
6362024-08-07T03:21:54.122Z Downloaded rustc-demangle v0.1.24
6372024-08-07T03:21:54.122Z Downloaded hyper-rustls v0.24.2
6382024-08-07T03:21:54.126Z Downloaded hubpack_derive v0.1.1
6392024-08-07T03:21:54.131Z Downloaded path-slash v0.1.5
6402024-08-07T03:21:54.131Z Downloaded rustversion v1.0.17
6412024-08-07T03:21:54.134Z Downloaded downcast v0.11.0
6422024-08-07T03:21:54.135Z Downloaded serde_path_to_error v0.1.16
6432024-08-07T03:21:54.138Z Downloaded fragile v2.0.0
6442024-08-07T03:21:54.138Z Downloaded slog-scope v4.4.0
6452024-08-07T03:21:54.141Z Downloaded crossbeam-channel v0.5.12
6462024-08-07T03:21:54.144Z Downloaded snafu-derive v0.8.2
6472024-08-07T03:21:54.149Z Downloaded funty v2.0.0
6482024-08-07T03:21:54.149Z Downloaded fastrand v2.1.0
6492024-08-07T03:21:54.153Z Downloaded fallible-iterator v0.2.0
6502024-08-07T03:21:54.153Z Downloaded termcolor v1.4.1
6512024-08-07T03:21:54.153Z Downloaded tokio-rustls v0.24.1
6522024-08-07T03:21:54.156Z Downloaded derive_builder_core v0.20.0
6532024-08-07T03:21:54.159Z Downloaded scheduled-thread-pool v0.2.7
6542024-08-07T03:21:54.159Z Downloaded float-ord v0.3.2
6552024-08-07T03:21:54.162Z Downloaded try-lock v0.2.5
6562024-08-07T03:21:54.162Z Downloaded socket2 v0.5.7
6572024-08-07T03:21:54.167Z Downloaded crossterm v0.27.0
6582024-08-07T03:21:54.171Z Downloaded time-macros v0.2.18
6592024-08-07T03:21:54.174Z Downloaded serde-big-array v0.5.1
6602024-08-07T03:21:54.178Z Downloaded unicase v2.7.0
6612024-08-07T03:21:54.181Z Downloaded dyn-clone v1.0.17
6622024-08-07T03:21:54.188Z Downloaded predicates-tree v1.0.9
6632024-08-07T03:21:54.191Z Downloaded similar v2.5.0
6642024-08-07T03:21:54.195Z Downloaded socket2 v0.4.10
6652024-08-07T03:21:54.198Z Downloaded phf_shared v0.11.2
6662024-08-07T03:21:54.201Z Downloaded hostname v0.3.1
6672024-08-07T03:21:54.201Z Downloaded structmeta-derive v0.3.0
6682024-08-07T03:21:54.204Z Downloaded secrecy v0.8.0
6692024-08-07T03:21:54.204Z Downloaded sec1 v0.7.3
6702024-08-07T03:21:54.211Z Downloaded rand_xorshift v0.3.0
6712024-08-07T03:21:54.211Z Downloaded serde_derive_internals v0.29.1
6722024-08-07T03:21:54.217Z Downloaded rustls-pki-types v1.7.0
6732024-08-07T03:21:54.217Z Downloaded form_urlencoded v1.2.1
6742024-08-07T03:21:54.217Z Downloaded peg-runtime v0.8.3
6752024-08-07T03:21:54.220Z Downloaded stringprep v0.1.4
6762024-08-07T03:21:54.220Z Downloaded string_cache v0.8.7
6772024-08-07T03:21:54.220Z Downloaded futures-core v0.3.30
6782024-08-07T03:21:54.220Z Downloaded schemars_derive v0.8.21
6792024-08-07T03:21:54.223Z Downloaded tui-tree-widget v0.21.0
6802024-08-07T03:21:54.226Z Downloaded dirs-sys-next v0.1.2
6812024-08-07T03:21:54.226Z Downloaded portpicker v0.1.1
6822024-08-07T03:21:54.230Z Downloaded termtree v0.4.1
6832024-08-07T03:21:54.230Z Downloaded peg v0.8.4
6842024-08-07T03:21:54.233Z Downloaded signal-hook-registry v1.4.2
6852024-08-07T03:21:54.236Z Downloaded http-body v0.4.6
6862024-08-07T03:21:54.236Z Downloaded rustls-pemfile v2.1.3
6872024-08-07T03:21:54.239Z Downloaded hash32 v0.2.1
6882024-08-07T03:21:54.243Z Downloaded fatfs v0.3.6
6892024-08-07T03:21:54.246Z Downloaded serde-hex v0.1.0
6902024-08-07T03:21:54.246Z Downloaded hmac v0.12.1
6912024-08-07T03:21:54.249Z Downloaded difflib v0.4.0
6922024-08-07T03:21:54.255Z Downloaded stability v0.2.0
6932024-08-07T03:21:54.256Z Downloaded serde_arrays v0.1.0
6942024-08-07T03:21:54.261Z Downloaded pin-project v1.1.5
6952024-08-07T03:21:54.265Z Downloaded pretty-hex v0.2.1
6962024-08-07T03:21:54.269Z Downloaded rustfmt-wrapper v0.2.1
6972024-08-07T03:21:54.269Z Downloaded diesel_table_macro_syntax v0.1.0
6982024-08-07T03:21:54.272Z Downloaded tap v1.0.1
6992024-08-07T03:21:54.272Z Downloaded unicode-xid v0.2.4
7002024-08-07T03:21:54.272Z Downloaded glob v0.3.1
7012024-08-07T03:21:54.275Z Downloaded fd-lock v4.0.2
7022024-08-07T03:21:54.278Z Downloaded predicates-core v1.0.6
7032024-08-07T03:21:54.278Z Downloaded http-range v0.1.5
7042024-08-07T03:21:54.281Z Downloaded erased-serde v0.3.31
7052024-08-07T03:21:54.281Z Downloaded take_mut v0.2.2
7062024-08-07T03:21:54.281Z Downloaded rusty-fork v0.3.0
7072024-08-07T03:21:54.284Z Downloaded sct v0.7.1
7082024-08-07T03:21:54.287Z Downloaded foreign-types v0.3.2
7092024-08-07T03:21:54.290Z Downloaded smawk v0.3.2
7102024-08-07T03:21:54.291Z Downloaded signal-hook-tokio v0.3.1
7112024-08-07T03:21:54.295Z Downloaded half v2.4.1
7122024-08-07T03:21:54.298Z Downloaded heapless v0.8.0
7132024-08-07T03:21:54.302Z Downloaded strum_macros v0.25.3
7142024-08-07T03:21:54.302Z Downloaded tracing v0.1.40
7152024-08-07T03:21:54.308Z Downloaded num-bigint v0.4.5
7162024-08-07T03:21:54.311Z Downloaded strip-ansi-escapes v0.2.0
7172024-08-07T03:21:54.314Z Downloaded signature v2.2.0
7182024-08-07T03:21:54.317Z Downloaded foreign-types-shared v0.1.1
7192024-08-07T03:21:54.317Z Downloaded tar v0.4.41
7202024-08-07T03:21:54.320Z Downloaded percent-encoding v2.3.1
7212024-08-07T03:21:54.320Z Downloaded shlex v1.3.0
7222024-08-07T03:21:54.323Z Downloaded vte_generate_state_changes v0.1.1
7232024-08-07T03:21:54.323Z Downloaded blake3 v1.5.1
7242024-08-07T03:21:54.330Z Downloaded signal-hook-mio v0.2.3
7252024-08-07T03:21:54.334Z Downloaded fxhash v0.2.1
7262024-08-07T03:21:54.334Z Downloaded tinyvec_macros v0.1.1
7272024-08-07T03:21:54.337Z Downloaded filetime v0.2.23
7282024-08-07T03:21:54.337Z Downloaded tokio-postgres v0.7.11
7292024-08-07T03:21:54.341Z Downloaded ref-cast v1.0.23
7302024-08-07T03:21:54.344Z Downloaded zeroize_derive v1.4.2
7312024-08-07T03:21:54.347Z Downloaded ref-cast-impl v1.0.23
7322024-08-07T03:21:54.347Z Downloaded smallvec v1.13.2
7332024-08-07T03:21:54.350Z Downloaded postgres-protocol v0.6.7
7342024-08-07T03:21:54.350Z Downloaded derive_more v0.99.18
7352024-08-07T03:21:54.356Z Downloaded tungstenite v0.20.1
7362024-08-07T03:21:54.359Z Downloaded fixedbitset v0.4.2
7372024-08-07T03:21:54.362Z Downloaded spin v0.9.8
7382024-08-07T03:21:54.365Z Downloaded mio v0.8.11
7392024-08-07T03:21:54.372Z Downloaded rustc_version v0.4.0
7402024-08-07T03:21:54.375Z Downloaded headers v0.3.9
7412024-08-07T03:21:54.380Z Downloaded rand v0.8.5
7422024-08-07T03:21:54.384Z Downloaded powerfmt v0.2.0
7432024-08-07T03:21:54.388Z Downloaded getopts v0.2.21
7442024-08-07T03:21:54.388Z Downloaded smallvec v0.6.14
7452024-08-07T03:21:54.388Z Downloaded slog-stdlog v4.1.1
7462024-08-07T03:21:54.392Z Downloaded rand_seeder v0.3.0
7472024-08-07T03:21:54.392Z Downloaded hostname v0.4.0
7482024-08-07T03:21:54.392Z Downloaded peg-macros v0.8.4
7492024-08-07T03:21:54.394Z Downloaded httparse v1.8.0
7502024-08-07T03:21:54.397Z Downloaded env_logger v0.10.2
7512024-08-07T03:21:54.400Z Downloaded same-file v1.0.6
7522024-08-07T03:21:54.400Z Downloaded unicode-bidi v0.3.15
7532024-08-07T03:21:54.404Z Downloaded httpdate v1.0.3
7542024-08-07T03:21:54.407Z Downloaded siphasher v0.3.11
7552024-08-07T03:21:54.407Z Downloaded elliptic-curve v0.13.8
7562024-08-07T03:21:54.410Z Downloaded hashbrown v0.13.2
7572024-08-07T03:21:54.416Z Downloaded ppv-lite86 v0.2.17
7582024-08-07T03:21:54.419Z Downloaded walkdir v2.5.0
7592024-08-07T03:21:54.419Z Downloaded test-strategy v0.3.1
7602024-08-07T03:21:54.423Z Downloaded schemars v0.8.21
7612024-08-07T03:21:54.435Z Downloaded phf v0.11.2
7622024-08-07T03:21:54.438Z Downloaded vsss-rs v3.3.4
7632024-08-07T03:21:54.441Z Downloaded vte v0.11.1
7642024-08-07T03:21:54.444Z Downloaded rsa v0.9.6
7652024-08-07T03:21:54.448Z Downloaded itertools v0.10.5
7662024-08-07T03:21:54.455Z Downloaded slog-bunyan v2.5.0
7672024-08-07T03:21:54.458Z Downloaded poly1305 v0.8.0
7682024-08-07T03:21:54.462Z Downloaded nom v7.1.3
7692024-08-07T03:21:54.465Z Downloaded tinyvec v1.6.0
7702024-08-07T03:21:54.468Z Downloaded zip v0.6.6
7712024-08-07T03:21:54.474Z Downloaded tokio-util v0.7.11
7722024-08-07T03:21:54.482Z Downloaded diesel_derives v2.1.4
7732024-08-07T03:21:54.485Z Downloaded flume v0.11.0
7742024-08-07T03:21:54.488Z Downloaded unicode_categories v0.1.1
7752024-08-07T03:21:54.491Z Downloaded expectorate v1.1.0
7762024-08-07T03:21:54.495Z Downloaded toml_edit v0.19.15
7772024-08-07T03:21:54.511Z Downloaded samael v0.0.15
7782024-08-07T03:21:54.517Z Downloaded rayon-core v1.12.1
7792024-08-07T03:21:54.520Z Downloaded h2 v0.3.26
7802024-08-07T03:21:54.527Z Downloaded http v1.1.0
7812024-08-07T03:21:54.534Z Downloaded reedline v0.31.0
7822024-08-07T03:21:54.540Z Downloaded trust-dns-server v0.22.1
7832024-08-07T03:21:54.544Z Downloaded quick-xml v0.31.0
7842024-08-07T03:21:54.551Z Downloaded lalrpop v0.19.12
7852024-08-07T03:21:54.563Z Downloaded regex-automata v0.1.10
7862024-08-07T03:21:54.568Z Downloaded trust-dns-client v0.22.0
7872024-08-07T03:21:54.575Z Downloaded sqlparser v0.45.0
7882024-08-07T03:21:54.581Z Downloaded winnow v0.5.40
7892024-08-07T03:21:54.590Z Downloaded hyper v0.14.30
7902024-08-07T03:21:54.598Z Downloaded rustyline v14.0.0
7912024-08-07T03:21:54.604Z Downloaded portable-atomic v1.6.0
7922024-08-07T03:21:54.611Z Downloaded rayon v1.10.0
7932024-08-07T03:21:54.620Z Downloaded reqwest v0.11.27
7942024-08-07T03:21:54.630Z Downloaded http v0.2.12
7952024-08-07T03:21:54.633Z Downloaded rustls-webpki v0.101.7
7962024-08-07T03:21:54.648Z Downloaded curve25519-dalek v4.1.3
7972024-08-07T03:21:54.658Z Downloaded proptest v1.4.0
7982024-08-07T03:21:54.667Z Downloaded openssl v0.10.66
7992024-08-07T03:21:54.676Z Downloaded regex v1.10.6
8002024-08-07T03:21:54.690Z Downloaded bstr v0.2.17
8012024-08-07T03:21:54.700Z Downloaded vcpkg v0.2.15
8022024-08-07T03:21:54.738Z Downloaded futures-util v0.3.30
8032024-08-07T03:21:54.750Z Downloaded regress v0.9.1
8042024-08-07T03:21:54.761Z Downloaded radix_trie v0.2.1
8052024-08-07T03:21:54.766Z Downloaded object v0.32.2
8062024-08-07T03:21:54.778Z Downloaded idna v0.3.0
8072024-08-07T03:21:54.784Z Downloaded idna v0.2.3
8082024-08-07T03:21:54.790Z Downloaded diesel v2.1.6
8092024-08-07T03:21:54.809Z Downloaded webpki-roots v0.25.4
8102024-08-07T03:21:54.813Z Downloaded sled v0.34.7
8112024-08-07T03:21:54.824Z Downloaded nix v0.28.0
8122024-08-07T03:21:54.835Z Downloaded rustls v0.21.12
8132024-08-07T03:21:54.848Z Downloaded ratatui v0.27.0
8142024-08-07T03:21:54.867Z Downloaded trust-dns-proto v0.22.0
8152024-08-07T03:21:54.879Z Downloaded regex-automata v0.4.6
8162024-08-07T03:21:54.897Z Downloaded rustls v0.22.4
8172024-08-07T03:21:54.909Z Downloaded finl_unicode v1.2.0
8182024-08-07T03:21:54.920Z Downloaded tokio v1.38.1
8192024-08-07T03:21:54.956Z Downloaded csv v1.3.0
8202024-08-07T03:21:54.975Z Downloaded smoltcp v0.11.0
8212024-08-07T03:21:54.987Z Downloaded zerocopy-derive v0.6.6
8222024-08-07T03:21:54.996Z Downloaded openapiv3 v2.0.0
8232024-08-07T03:21:55.008Z Downloaded bzip2-sys v0.1.11+1.0.8
8242024-08-07T03:21:55.021Z Downloaded polar-core v0.27.3
8252024-08-07T03:21:55.030Z Downloaded bstr v1.9.1
8262024-08-07T03:21:55.040Z Downloaded gimli v0.28.1
8272024-08-07T03:21:55.048Z Downloaded regex-syntax v0.8.3
8282024-08-07T03:21:55.057Z Downloaded object v0.30.4
8292024-08-07T03:21:55.067Z Downloaded petgraph v0.6.5
8302024-08-07T03:21:55.087Z Downloaded sha3 v0.10.8
8312024-08-07T03:21:55.090Z Downloaded idna v0.5.0
8322024-08-07T03:21:55.096Z Downloaded regex-syntax v0.6.29
8332024-08-07T03:21:55.104Z Downloaded rustls-webpki v0.102.4
8342024-08-07T03:21:55.122Z Downloaded nix v0.27.1
8352024-08-07T03:21:55.132Z Downloaded smoltcp v0.9.1
8362024-08-07T03:21:55.144Z Downloaded hkdf v0.12.4
8372024-08-07T03:21:55.147Z Downloaded chrono v0.4.38
8382024-08-07T03:21:55.152Z Downloaded bitvec v1.0.1
8392024-08-07T03:21:55.167Z Downloaded bindgen v0.69.4
8402024-08-07T03:21:55.175Z Downloaded unicode-normalization v0.1.23
8412024-08-07T03:21:55.178Z Downloaded itertools v0.13.0
8422024-08-07T03:21:55.185Z Downloaded unicode-segmentation v1.11.0
8432024-08-07T03:21:55.189Z Downloaded time v0.3.36
8442024-08-07T03:21:55.196Z Downloaded globset v0.4.14
8452024-08-07T03:21:55.200Z Downloaded tough v0.17.1
8462024-08-07T03:21:55.204Z Downloaded diff v0.1.13
8472024-08-07T03:21:55.209Z Downloaded encoding_rs v0.8.34
8482024-08-07T03:21:55.230Z Downloaded rcgen v0.12.1
8492024-08-07T03:21:55.233Z Downloaded textwrap v0.16.1
8502024-08-07T03:21:55.236Z Downloaded signal-hook v0.3.17
8512024-08-07T03:21:55.239Z Downloaded predicates v3.1.2
8522024-08-07T03:21:55.242Z Downloaded hashbrown v0.12.3
8532024-08-07T03:21:55.248Z Downloaded libm v0.2.8
8542024-08-07T03:21:55.253Z Downloaded postgres-types v0.2.7
8552024-08-07T03:21:55.257Z Downloaded rand_core v0.6.4
8562024-08-07T03:21:55.260Z Downloaded slog-term v2.9.1
8572024-08-07T03:21:55.260Z Downloaded postcard v1.0.8
8582024-08-07T03:21:55.263Z Downloaded aho-corasick v1.1.3
8592024-08-07T03:21:55.269Z Downloaded tls_codec v0.4.1
8602024-08-07T03:21:55.272Z Downloaded rtoolbox v0.0.2
8612024-08-07T03:21:55.272Z Downloaded gethostname v0.5.0
8622024-08-07T03:21:55.275Z Downloaded flate2 v1.0.31
8632024-08-07T03:21:55.279Z Downloaded spki v0.7.3
8642024-08-07T03:21:55.281Z Downloaded rustls-pemfile v1.0.4
8652024-08-07T03:21:55.282Z Downloaded zeroize v1.7.0
8662024-08-07T03:21:55.284Z Downloaded xattr v1.3.1
8672024-08-07T03:21:55.284Z Downloaded yasna v0.5.2
8682024-08-07T03:21:55.287Z Downloaded toml v0.7.8
8692024-08-07T03:21:55.290Z Downloaded serde_with v3.8.3
8702024-08-07T03:21:55.297Z Downloaded libxml v0.3.3
8712024-08-07T03:21:55.303Z Downloaded rustc_version v0.1.7
8722024-08-07T03:21:55.306Z Downloaded heapless v0.7.17
8732024-08-07T03:21:55.310Z Downloaded url v2.5.2
8742024-08-07T03:21:55.313Z Downloaded getrandom v0.2.14
8752024-08-07T03:21:55.316Z Downloaded foreign-types-shared v0.3.1
8762024-08-07T03:21:55.316Z Downloaded futures-channel v0.3.30
8772024-08-07T03:21:55.319Z Downloaded rand_chacha v0.3.1
8782024-08-07T03:21:55.319Z Downloaded sigpipe v0.1.3
8792024-08-07T03:21:55.319Z Downloaded time-core v0.1.2
8802024-08-07T03:21:55.323Z Downloaded strum v0.26.3
8812024-08-07T03:21:55.323Z Downloaded sqlparser_derive v0.2.2
8822024-08-07T03:21:55.323Z Downloaded unsafe-libyaml v0.2.11
8832024-08-07T03:21:55.326Z Downloaded publicsuffix v2.2.3
8842024-08-07T03:21:55.329Z Downloaded embedded-io v0.4.0
8852024-08-07T03:21:55.329Z Downloaded zerocopy v0.6.6
8862024-08-07T03:21:55.332Z Downloaded toml v0.5.11
8872024-08-07T03:21:55.336Z Downloaded minimal-lexical v0.2.1
8882024-08-07T03:21:55.339Z Downloaded topological-sort v0.2.2
8892024-08-07T03:21:55.339Z Downloaded snafu v0.8.2
8902024-08-07T03:21:55.345Z Downloaded unicode-truncate v1.0.0
8912024-08-07T03:21:55.347Z Downloaded unicode-linebreak v0.1.5
8922024-08-07T03:21:55.347Z Downloaded termios v0.3.3
8932024-08-07T03:21:55.350Z Downloaded term v0.7.0
8942024-08-07T03:21:55.353Z Downloaded tempfile v3.10.1
8952024-08-07T03:21:55.356Z Downloaded slog v2.7.0
8962024-08-07T03:21:55.359Z Downloaded pin-project-lite v0.2.14
8972024-08-07T03:21:55.362Z Downloaded pin-project-internal v1.1.5
8982024-08-07T03:21:55.365Z Downloaded itertools v0.12.1
8992024-08-07T03:21:55.370Z Downloaded num-bigint-dig v0.8.4
9002024-08-07T03:21:55.375Z Downloaded ron v0.8.1
9012024-08-07T03:21:55.381Z Downloaded x509-cert v0.2.5
9022024-08-07T03:21:55.387Z Downloaded steno v0.4.1
9032024-08-07T03:21:55.393Z Downloaded waitgroup v0.1.2
9042024-08-07T03:21:55.396Z Downloaded static_assertions v1.1.0
9052024-08-07T03:21:55.396Z Downloaded stable_deref_trait v1.2.0
9062024-08-07T03:21:55.396Z Downloaded scopeguard v1.2.0
9072024-08-07T03:21:55.396Z Downloaded rpassword v7.3.1
9082024-08-07T03:21:55.396Z Downloaded typed-path v0.7.1
9092024-08-07T03:21:55.403Z Downloaded hubpack v0.1.2
9102024-08-07T03:21:55.406Z Downloaded whoami v1.5.1
9112024-08-07T03:21:55.406Z Downloaded tracing-core v0.1.32
9122024-08-07T03:21:55.409Z Downloaded ron v0.7.1
9132024-08-07T03:21:55.413Z Downloaded dirs-next v2.0.0
9142024-08-07T03:21:55.417Z Downloaded wait-timeout v0.2.0
9152024-08-07T03:21:55.417Z Downloaded openssl-sys v0.9.103
9162024-08-07T03:21:55.420Z Downloaded slog-async v2.8.0
9172024-08-07T03:21:55.423Z Downloaded trust-dns-resolver v0.22.0
9182024-08-07T03:21:55.426Z Downloaded structmeta-derive v0.2.0
9192024-08-07T03:21:55.429Z Downloaded structmeta v0.3.0
9202024-08-07T03:21:55.429Z Downloaded slog-json v2.6.1
9212024-08-07T03:21:55.432Z Downloaded num-rational v0.4.2
9222024-08-07T03:21:55.432Z Downloaded prettyplease v0.2.20
9232024-08-07T03:21:55.436Z Downloaded tungstenite v0.21.0
9242024-08-07T03:21:55.440Z Downloaded cc v1.0.97
9252024-08-07T03:21:55.443Z Downloaded tokio-native-tls v0.3.1
9262024-08-07T03:21:55.446Z Downloaded futures v0.3.30
9272024-08-07T03:21:55.451Z Downloaded subprocess v0.2.9
9282024-08-07T03:21:55.454Z Downloaded universal-hash v0.5.1
9292024-08-07T03:21:55.457Z Downloaded tls_codec_derive v0.4.1
9302024-08-07T03:21:55.457Z Downloaded strum_macros v0.26.4
9312024-08-07T03:21:55.461Z Downloaded derive-where v1.2.7
9322024-08-07T03:21:55.464Z Downloaded humantime v2.1.0
9332024-08-07T03:21:55.464Z Downloaded tokio-macros v2.3.0
9342024-08-07T03:21:55.467Z Downloaded smf v0.2.3
9352024-08-07T03:21:55.467Z Downloaded serde_yaml v0.9.34+deprecated
9362024-08-07T03:21:55.470Z Downloaded native-tls v0.2.11
9372024-08-07T03:21:55.473Z Downloaded futures-executor v0.3.30
9382024-08-07T03:21:55.473Z Downloaded serde_urlencoded v0.7.1
9392024-08-07T03:21:55.476Z Downloaded backtrace v0.3.71
9402024-08-07T03:21:55.480Z Downloaded futures-macro v0.3.30
9412024-08-07T03:21:55.484Z Downloaded futures-io v0.3.30
9422024-08-07T03:21:55.484Z Downloaded shell-words v1.1.0
9432024-08-07T03:21:55.484Z Downloaded sha1 v0.10.6
9442024-08-07T03:21:55.487Z Downloaded serde_repr v0.1.19
9452024-08-07T03:21:55.487Z Downloaded der v0.7.9
9462024-08-07T03:21:55.490Z Downloaded uzers v0.11.3
9472024-08-07T03:21:55.493Z Downloaded resolv-conf v0.7.0
9482024-08-07T03:21:55.497Z Downloaded iana-time-zone v0.1.60
9492024-08-07T03:21:55.497Z Downloaded indexmap v1.9.3
9502024-08-07T03:21:55.500Z Downloaded thread_local v1.1.8
9512024-08-07T03:21:55.500Z Downloaded subtle v2.5.0
9522024-08-07T03:21:55.503Z Downloaded utf-8 v0.7.6
9532024-08-07T03:21:55.503Z Downloaded tokio-tungstenite v0.20.1
9542024-08-07T03:21:55.507Z Downloaded parking_lot v0.11.2
9552024-08-07T03:21:55.511Z Downloaded bytes v1.7.1
9562024-08-07T03:21:55.514Z Downloaded parking_lot_core v0.8.6
9572024-08-07T03:21:55.514Z Downloaded der_derive v0.7.2
9582024-08-07T03:21:55.520Z Downloaded nu-ansi-term v0.50.0
9592024-08-07T03:21:55.520Z Downloaded tokio-rustls v0.25.0
9602024-08-07T03:21:55.523Z Downloaded highway v1.1.0
9612024-08-07T03:21:55.523Z Downloaded hex v0.4.3
9622024-08-07T03:21:55.524Z Downloaded heck v0.3.3
9632024-08-07T03:21:55.524Z Downloaded tokio-tungstenite v0.21.0
9642024-08-07T03:21:55.527Z Downloaded crypto-bigint v0.5.5
9652024-08-07T03:21:55.534Z Downloaded chacha20poly1305 v0.10.1
9662024-08-07T03:21:55.537Z Downloaded pin-utils v0.1.0
9672024-08-07T03:21:55.537Z Downloaded float-cmp v0.9.0
9682024-08-07T03:21:55.537Z Downloaded flagset v0.4.5
9692024-08-07T03:21:55.540Z Downloaded cookie v0.18.1
9702024-08-07T03:21:55.543Z Downloaded crossbeam-utils v0.8.19
9712024-08-07T03:21:55.543Z Downloaded const-oid v0.9.6
9722024-08-07T03:21:55.547Z Downloaded blake2 v0.10.6
9732024-08-07T03:21:55.550Z Downloaded pem v3.0.4
9742024-08-07T03:21:55.550Z Downloaded futures-task v0.3.30
9752024-08-07T03:21:55.550Z Downloaded futures-sink v0.3.30
9762024-08-07T03:21:55.553Z Downloaded cancel-safe-futures v0.1.5
9772024-08-07T03:21:55.556Z Downloaded arc-swap v1.7.1
9782024-08-07T03:21:55.558Z Downloaded multimap v0.10.0
9792024-08-07T03:21:55.559Z Downloaded libefi-sys v0.1.0
9802024-08-07T03:21:55.564Z Downloaded lazy_static v1.5.0
9812024-08-07T03:21:55.564Z Downloaded async-trait v0.1.81
9822024-08-07T03:21:55.567Z Downloaded password-hash v0.5.0
9832024-08-07T03:21:55.567Z Downloaded oso v0.27.3
9842024-08-07T03:21:55.570Z Downloaded thiserror-no-std v2.0.2
9852024-08-07T03:21:55.574Z Downloaded sync_wrapper v0.1.2
9862024-08-07T03:21:55.577Z Downloaded slog-envlogger v2.2.0
9872024-08-07T03:21:55.577Z Downloaded slab v0.4.9
9882024-08-07T03:21:55.580Z Downloaded lru v0.12.3
9892024-08-07T03:21:55.580Z Downloaded kstat-rs v0.2.4
9902024-08-07T03:21:55.580Z Downloaded miniz_oxide v0.7.2
9912024-08-07T03:21:55.584Z Downloaded lalrpop-util v0.19.12
9922024-08-07T03:21:55.584Z Downloaded curve25519-dalek-derive v0.1.1
9932024-08-07T03:21:55.587Z Downloaded async-stream v0.3.5
9942024-08-07T03:21:55.587Z Downloaded colored v2.1.0
9952024-08-07T03:21:55.587Z Downloaded crc-any v2.5.0
9962024-08-07T03:21:55.590Z Downloaded cookie v0.17.0
9972024-08-07T03:21:55.593Z Downloaded convert_case v0.4.0
9982024-08-07T03:21:55.593Z Downloaded ring v0.17.8
9992024-08-07T03:21:55.664Z Downloaded chacha20 v0.9.1
10002024-08-07T03:21:55.668Z Downloaded assert_matches v1.5.0
10012024-08-07T03:21:55.668Z Downloaded cassowary v0.3.0
10022024-08-07T03:21:55.668Z Downloaded block-padding v0.3.3
10032024-08-07T03:21:55.670Z Downloaded atomic-waker v1.1.2
10042024-08-07T03:21:55.671Z Downloaded num_cpus v1.16.0
10052024-08-07T03:21:55.673Z Downloaded num-complex v0.4.6
10062024-08-07T03:21:55.674Z Downloaded mime_guess v2.0.4
10072024-08-07T03:21:55.676Z Downloaded bit-vec v0.6.3
10082024-08-07T03:21:55.677Z Downloaded is-terminal v0.4.12
10092024-08-07T03:21:55.677Z Downloaded inout v0.1.3
10102024-08-07T03:21:55.679Z Downloaded indoc v1.0.9
10112024-08-07T03:21:55.683Z Downloaded cfg_aliases v0.1.1
10122024-08-07T03:21:55.683Z Downloaded libloading v0.8.3
10132024-08-07T03:21:55.686Z Downloaded indicatif v0.17.8
10142024-08-07T03:21:55.689Z Downloaded crc32fast v1.4.0
10152024-08-07T03:21:55.689Z Downloaded cookie_store v0.20.0
10162024-08-07T03:21:55.700Z Downloaded num-iter v0.1.45
10172024-08-07T03:21:55.700Z Downloaded nodrop v0.1.14
10182024-08-07T03:21:55.700Z Downloaded nibble_vec v0.1.0
10192024-08-07T03:21:55.700Z Downloaded bzip2 v0.4.4
10202024-08-07T03:21:55.700Z Downloaded ciborium v0.2.2
10212024-08-07T03:21:55.700Z Downloaded base64ct v1.6.0
10222024-08-07T03:21:55.703Z Downloaded bcs v0.1.6
10232024-08-07T03:21:55.703Z Downloaded memoffset v0.9.1
10242024-08-07T03:21:55.703Z Downloaded md-5 v0.10.6
10252024-08-07T03:21:55.706Z Downloaded lru-cache v0.1.2
10262024-08-07T03:21:55.706Z Downloaded ipnetwork v0.20.0
10272024-08-07T03:21:55.709Z Downloaded allocator-api2 v0.2.18
10282024-08-07T03:21:55.714Z Downloaded buf-list v1.0.3
10292024-08-07T03:21:55.714Z Downloaded ring v0.16.20
10302024-08-07T03:21:55.795Z Downloaded bitflags v1.3.2
10312024-08-07T03:21:55.799Z Downloaded arrayvec v0.7.4
10322024-08-07T03:21:55.801Z Downloaded new_debug_unreachable v1.0.6
10332024-08-07T03:21:55.801Z Downloaded ciborium-ll v0.2.2
10342024-08-07T03:21:55.802Z Downloaded async-recursion v1.1.1
10352024-08-07T03:21:55.805Z Downloaded lazycell v1.3.0
10362024-08-07T03:21:55.805Z Downloaded indent_write v2.2.0
10372024-08-07T03:21:55.805Z Downloaded cexpr v0.6.0
10382024-08-07T03:21:55.808Z Downloaded adler v1.0.2
10392024-08-07T03:21:55.889Z Compiling cfg-if v1.0.0
10402024-08-07T03:21:55.889Z Compiling serde v1.0.204
10412024-08-07T03:21:55.892Z Compiling lock_api v0.4.12
10422024-08-07T03:21:55.892Z Compiling scopeguard v1.2.0
10432024-08-07T03:21:55.892Z Compiling log v0.4.21
10442024-08-07T03:21:56.032Z Compiling syn v2.0.72
10452024-08-07T03:21:56.035Z Compiling cc v1.0.97
10462024-08-07T03:21:56.066Z Compiling parking_lot_core v0.9.10
10472024-08-07T03:21:56.109Z Compiling getrandom v0.2.14
10482024-08-07T03:21:56.153Z Compiling smallvec v1.13.2
10492024-08-07T03:21:56.441Z Compiling rand_core v0.6.4
10502024-08-07T03:21:56.559Z Compiling typenum v1.17.0
10512024-08-07T03:21:56.575Z Compiling generic-array v0.14.7
10522024-08-07T03:21:56.593Z Compiling pin-project-lite v0.2.14
10532024-08-07T03:21:56.718Z Compiling signal-hook-registry v1.4.2
10542024-08-07T03:21:56.895Z Compiling parking_lot v0.12.2
10552024-08-07T03:21:56.933Z Compiling spin v0.9.8
10562024-08-07T03:21:56.955Z Compiling mio v0.8.11
10572024-08-07T03:21:57.143Z Compiling libm v0.2.8
10582024-08-07T03:21:57.305Z Compiling serde_json v1.0.122
10592024-08-07T03:21:57.501Z Compiling ahash v0.8.11
10602024-08-07T03:21:57.530Z Compiling num-traits v0.2.19
10612024-08-07T03:21:57.658Z Compiling tinyvec_macros v0.1.1
10622024-08-07T03:21:57.738Z Compiling futures-core v0.3.30
10632024-08-07T03:21:57.798Z Compiling tinyvec v1.6.0
10642024-08-07T03:21:57.964Z Compiling num_cpus v1.16.0
10652024-08-07T03:21:58.037Z Compiling socket2 v0.5.7
10662024-08-07T03:21:58.086Z Compiling const-oid v0.9.6
10672024-08-07T03:21:58.194Z Compiling subtle v2.5.0
10682024-08-07T03:21:58.599Z Compiling slab v0.4.9
10692024-08-07T03:21:59.177Z Compiling futures-sink v0.3.30
10702024-08-07T03:21:59.331Z Compiling unicode-normalization v0.1.23
10712024-08-07T03:21:59.368Z Compiling unicode-bidi v0.3.15
10722024-08-07T03:21:59.384Z Compiling allocator-api2 v0.2.18
10732024-08-07T03:21:59.637Z Compiling futures-channel v0.3.30
10742024-08-07T03:21:59.831Z Compiling pin-utils v0.1.0
10752024-08-07T03:21:59.934Z Compiling vcpkg v0.2.15
10762024-08-07T03:22:00.072Z Compiling futures-io v0.3.30
10772024-08-07T03:22:00.176Z Compiling pkg-config v0.3.30
10782024-08-07T03:22:00.226Z Compiling futures-task v0.3.30
10792024-08-07T03:22:00.410Z Compiling ring v0.17.8
10802024-08-07T03:22:00.454Z Compiling percent-encoding v2.3.1
10812024-08-07T03:22:00.524Z Compiling ppv-lite86 v0.2.17
10822024-08-07T03:22:00.823Z Compiling tracing-core v0.1.32
10832024-08-07T03:22:00.961Z Compiling num-conv v0.1.0
10842024-08-07T03:22:01.059Z Compiling rustix v0.38.34
10852024-08-07T03:22:01.250Z Compiling powerfmt v0.2.0
10862024-08-07T03:22:01.325Z Compiling rand_chacha v0.3.1
10872024-08-07T03:22:01.678Z Compiling syn v1.0.109
10882024-08-07T03:22:01.782Z Compiling time-core v0.1.2
10892024-08-07T03:22:01.855Z Compiling untrusted v0.9.0
10902024-08-07T03:22:01.939Z Compiling time-macros v0.2.18
10912024-08-07T03:22:02.131Z Compiling rand v0.8.5
10922024-08-07T03:22:02.146Z Compiling openssl-sys v0.9.103
10932024-08-07T03:22:02.252Z Compiling deranged v0.3.11
10942024-08-07T03:22:02.382Z Compiling foreign-types-shared v0.1.1
10952024-08-07T03:22:02.491Z Compiling num_threads v0.1.7
10962024-08-07T03:22:02.616Z Compiling httparse v1.8.0
10972024-08-07T03:22:03.030Z Compiling iana-time-zone v0.1.60
10982024-08-07T03:22:03.285Z Compiling base64ct v1.6.0
10992024-08-07T03:22:03.524Z Compiling openssl v0.10.66
11002024-08-07T03:22:03.660Z Compiling rustversion v1.0.17
11012024-08-07T03:22:03.929Z Compiling pem-rfc7468 v0.7.0
11022024-08-07T03:22:04.157Z Compiling foreign-types v0.3.2
11032024-08-07T03:22:04.244Z Compiling form_urlencoded v1.2.1
11042024-08-07T03:22:04.436Z Compiling siphasher v0.3.11
11052024-08-07T03:22:04.550Z Compiling try-lock v0.2.5
11062024-08-07T03:22:04.642Z Compiling rustls v0.21.12
11072024-08-07T03:22:04.693Z Compiling flagset v0.4.5
11082024-08-07T03:22:04.814Z Compiling crossbeam-utils v0.8.19
11092024-08-07T03:22:04.887Z Compiling native-tls v0.2.11
11102024-08-07T03:22:04.902Z Compiling want v0.3.1
11112024-08-07T03:22:05.223Z Compiling time v0.3.36
11122024-08-07T03:22:05.304Z Compiling serde_derive_internals v0.29.1
11132024-08-07T03:22:05.415Z Compiling idna v0.5.0
11142024-08-07T03:22:05.938Z Compiling lazy_static v1.5.0
11152024-08-07T03:22:06.061Z Compiling aho-corasick v1.1.3
11162024-08-07T03:22:06.627Z Compiling cookie v0.17.0
11172024-08-07T03:22:06.911Z Compiling adler v1.0.2
11182024-08-07T03:22:07.037Z Compiling rustls-webpki v0.101.7
11192024-08-07T03:22:07.134Z Compiling sct v0.7.1
11202024-08-07T03:22:07.448Z Compiling signal-hook v0.3.17
11212024-08-07T03:22:07.717Z Compiling cpufeatures v0.2.12
11222024-08-07T03:22:07.814Z Compiling slog v2.7.0
11232024-08-07T03:22:08.018Z Compiling openssl-probe v0.1.5
11242024-08-07T03:22:08.352Z Compiling tower-service v0.3.2
11252024-08-07T03:22:08.369Z Compiling schemars v0.8.21
11262024-08-07T03:22:08.517Z Compiling finl_unicode v1.2.0
11272024-08-07T03:22:08.750Z Compiling regex-syntax v0.8.3
11282024-08-07T03:22:08.767Z Compiling httpdate v1.0.3
11292024-08-07T03:22:09.121Z Compiling stringprep v0.1.4
11302024-08-07T03:22:09.258Z Compiling miniz_oxide v0.7.2
11312024-08-07T03:22:10.337Z Compiling url v2.5.2
11322024-08-07T03:22:10.434Z Compiling serde_derive v1.0.204
11332024-08-07T03:22:10.776Z Compiling zeroize_derive v1.4.2
11342024-08-07T03:22:11.478Z Compiling zerocopy-derive v0.7.34
11352024-08-07T03:22:11.657Z Compiling tokio-macros v2.3.0
11362024-08-07T03:22:12.204Z Compiling thiserror-impl v1.0.63
11372024-08-07T03:22:12.409Z Compiling zeroize v1.7.0
11382024-08-07T03:22:13.271Z Compiling futures-macro v0.3.30
11392024-08-07T03:22:13.758Z Compiling zerocopy v0.7.34
11402024-08-07T03:22:14.210Z Compiling crypto-common v0.1.6
11412024-08-07T03:22:14.444Z Compiling block-buffer v0.10.4
11422024-08-07T03:22:14.699Z Compiling digest v0.10.7
11432024-08-07T03:22:15.194Z Compiling scroll_derive v0.12.0
11442024-08-07T03:22:15.198Z Compiling tracing-attributes v0.1.27
11452024-08-07T03:22:15.360Z Compiling futures-util v0.3.30
11462024-08-07T03:22:15.496Z Compiling thiserror v1.0.63
11472024-08-07T03:22:15.633Z Compiling pest v2.7.10
11482024-08-07T03:22:15.908Z Compiling hashbrown v0.14.5
11492024-08-07T03:22:16.659Z Compiling scroll v0.12.0
11502024-08-07T03:22:17.201Z Compiling goblin v0.8.2
11512024-08-07T03:22:17.342Z Compiling hmac v0.12.1
11522024-08-07T03:22:17.589Z Compiling openssl-macros v0.1.1
11532024-08-07T03:22:17.801Z Compiling der_derive v0.7.2
11542024-08-07T03:22:18.110Z Compiling pest_meta v2.7.10
11552024-08-07T03:22:18.339Z Compiling md-5 v0.10.6
11562024-08-07T03:22:18.632Z Compiling sha2 v0.10.8
11572024-08-07T03:22:18.693Z Compiling regex-automata v0.4.6
11582024-08-07T03:22:19.045Z Compiling tracing v0.1.40
11592024-08-07T03:22:19.560Z Compiling pest_generator v2.7.10
11602024-08-07T03:22:20.318Z Compiling der v0.7.9
11612024-08-07T03:22:21.418Z Compiling schemars_derive v0.8.21
11622024-08-07T03:22:21.557Z Compiling num-integer v0.1.46
11632024-08-07T03:22:22.192Z Compiling idna v0.3.0
11642024-08-07T03:22:22.329Z Compiling spki v0.7.3
11652024-08-07T03:22:22.691Z Compiling backtrace v0.3.71
11662024-08-07T03:22:23.098Z Compiling pest_derive v2.7.10
11672024-08-07T03:22:23.145Z Compiling hash32 v0.2.1
11682024-08-07T03:22:23.548Z Compiling psl-types v2.0.11
11692024-08-07T03:22:23.567Z Compiling stable_deref_trait v1.2.0
11702024-08-07T03:22:23.672Z Compiling gimli v0.28.1
11712024-08-07T03:22:23.744Z Compiling fallible-iterator v0.2.0
11722024-08-07T03:22:23.793Z Compiling dyn-clone v1.0.17
11732024-08-07T03:22:23.911Z Compiling dtrace-parser v0.2.0
11742024-08-07T03:22:23.993Z Compiling base64 v0.22.1
11752024-08-07T03:22:24.453Z Compiling bytes v1.7.1
11762024-08-07T03:22:24.717Z Compiling bitflags v2.6.0
11772024-08-07T03:22:29.097Z Compiling indexmap v2.3.0
11782024-08-07T03:22:29.161Z Compiling semver v1.0.23
11792024-08-07T03:22:29.161Z Compiling tokio v1.38.1
11802024-08-07T03:22:29.161Z Compiling http v0.2.12
11812024-08-07T03:22:29.161Z Compiling uuid v1.10.0
11822024-08-07T03:22:29.161Z Compiling rustc_version v0.4.0
11832024-08-07T03:22:29.161Z Compiling chrono v0.4.38
11842024-08-07T03:22:29.161Z Compiling http-body v0.4.6
11852024-08-07T03:22:29.161Z Compiling heapless v0.7.17
11862024-08-07T03:22:29.161Z Compiling dof v0.3.0
11872024-08-07T03:22:29.161Z Compiling serde_tokenstream v0.2.1
11882024-08-07T03:22:29.161Z Compiling toml_datetime v0.6.8
11892024-08-07T03:22:29.161Z Compiling usdt-impl v0.5.0
11902024-08-07T03:22:29.226Z Compiling serde_spanned v0.6.7
11912024-08-07T03:22:29.455Z Compiling smoltcp v0.9.1
11922024-08-07T03:22:30.141Z Compiling crc32fast v1.4.0
11932024-08-07T03:22:30.237Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
11942024-08-07T03:22:30.678Z Compiling terminal_size v0.3.0
11952024-08-07T03:22:30.891Z Compiling addr2line v0.21.0
11962024-08-07T03:22:31.147Z Compiling postgres-protocol v0.6.7
11972024-08-07T03:22:31.241Z Compiling publicsuffix v2.2.3
11982024-08-07T03:22:31.529Z Compiling pkcs8 v0.10.2
11992024-08-07T03:22:31.586Z Compiling hubpack_derive v0.1.1
12002024-08-07T03:22:31.707Z Compiling block-padding v0.3.3
12012024-08-07T03:22:31.924Z Compiling zerocopy-derive v0.6.6
12022024-08-07T03:22:31.952Z Compiling async-trait v0.1.81
12032024-08-07T03:22:33.270Z Compiling phf_shared v0.11.2
12042024-08-07T03:22:33.384Z Compiling diesel_table_macro_syntax v0.1.0
12052024-08-07T03:22:33.552Z Compiling ff v0.13.0
12062024-08-07T03:22:33.673Z Compiling scheduled-thread-pool v0.2.7
12072024-08-07T03:22:33.771Z Compiling object v0.32.2
12082024-08-07T03:22:33.844Z Compiling fs-err v2.11.0
12092024-08-07T03:22:34.107Z Compiling matches v0.1.10
12102024-08-07T03:22:34.142Z Compiling bitflags v1.3.2
12112024-08-07T03:22:34.199Z Compiling tokio-util v0.7.11
12122024-08-07T03:22:34.226Z Compiling tokio-rustls v0.24.1
12132024-08-07T03:22:34.247Z Compiling ipnet v2.9.0
12142024-08-07T03:22:34.260Z Compiling regex-automata v0.1.10
12152024-08-07T03:22:34.701Z Compiling winnow v0.5.40
12162024-08-07T03:22:34.720Z Compiling rustc-demangle v0.1.24
12172024-08-07T03:22:35.254Z Compiling h2 v0.3.26
12182024-08-07T03:22:35.443Z Compiling tokio-native-tls v0.3.1
12192024-08-07T03:22:35.638Z Compiling bit-vec v0.6.3
12202024-08-07T03:22:35.727Z Compiling base64 v0.21.7
12212024-08-07T03:22:35.746Z Compiling anyhow v1.0.86
12222024-08-07T03:22:36.128Z Compiling either v1.12.0
12232024-08-07T03:22:36.371Z Compiling base16ct v0.2.0
12242024-08-07T03:22:36.500Z Compiling managed v0.8.0
12252024-08-07T03:22:36.698Z Compiling sec1 v0.7.3
12262024-08-07T03:22:36.702Z Compiling rustls-pemfile v1.0.4
12272024-08-07T03:22:37.150Z Compiling bstr v0.2.17
12282024-08-07T03:22:37.233Z Compiling clap_builder v4.5.13
12292024-08-07T03:22:37.324Z Compiling idna v0.2.3
12302024-08-07T03:22:38.736Z Compiling toml_edit v0.19.15
12312024-08-07T03:22:38.911Z Compiling zerocopy v0.6.6
12322024-08-07T03:22:39.079Z Compiling r2d2 v0.8.10
12332024-08-07T03:22:39.224Z Compiling diesel_derives v2.1.4
12342024-08-07T03:22:39.477Z Compiling group v0.13.0
12352024-08-07T03:22:39.769Z Compiling phf v0.11.2
12362024-08-07T03:22:39.797Z Compiling signal-hook-mio v0.2.3
12372024-08-07T03:22:39.956Z Compiling cookie_store v0.20.0
12382024-08-07T03:22:40.064Z Compiling hubpack v0.1.2
12392024-08-07T03:22:41.202Z Compiling ipnetwork v0.20.0
12402024-08-07T03:22:41.406Z Compiling postgres-types v0.2.7
12412024-08-07T03:22:41.439Z Compiling inout v0.1.3
12422024-08-07T03:22:42.119Z Compiling hyper v0.14.30
12432024-08-07T03:22:42.323Z Compiling usdt-attr-macro v0.5.0
12442024-08-07T03:22:42.952Z Compiling usdt-macro v0.5.0
12452024-08-07T03:22:44.070Z Compiling serde_urlencoded v0.7.1
12462024-08-07T03:22:44.100Z Compiling regex v1.10.6
12472024-08-07T03:22:44.502Z Compiling num-bigint v0.4.5
12482024-08-07T03:22:44.610Z Compiling futures-executor v0.3.30
12492024-08-07T03:22:45.197Z Compiling enum-as-inner v0.5.1
12502024-08-07T03:22:45.242Z Compiling hkdf v0.12.4
12512024-08-07T03:22:45.510Z Compiling crypto-bigint v0.5.5
12522024-08-07T03:22:45.951Z Compiling clap_derive v4.5.13
12532024-08-07T03:22:46.271Z Compiling serde_repr v0.1.19
12542024-08-07T03:22:46.783Z Compiling strum_macros v0.25.3
12552024-08-07T03:22:46.803Z Compiling phf_shared v0.10.0
12562024-08-07T03:22:47.213Z Compiling float-cmp v0.9.0
12572024-08-07T03:22:47.445Z Compiling encoding_rs v0.8.34
12582024-08-07T03:22:47.569Z Compiling precomputed-hash v0.1.1
12592024-08-07T03:22:47.709Z Compiling data-encoding v2.6.0
12602024-08-07T03:22:50.237Z Compiling hyper-rustls v0.24.2
12612024-08-07T03:22:50.619Z Compiling hyper-tls v0.5.0
12622024-08-07T03:22:50.988Z Compiling predicates-core v1.0.6
12632024-08-07T03:22:51.032Z Compiling fixedbitset v0.4.2
12642024-08-07T03:22:51.308Z Compiling sync_wrapper v0.1.2
12652024-08-07T03:22:51.349Z Compiling unicode-segmentation v1.11.0
12662024-08-07T03:22:51.446Z Compiling new_debug_unreachable v1.0.6
12672024-08-07T03:22:51.478Z Compiling webpki-roots v0.25.4
12682024-08-07T03:22:51.534Z Compiling static_assertions v1.1.0
12692024-08-07T03:22:51.636Z Compiling minimal-lexical v0.2.1
12702024-08-07T03:22:51.652Z Compiling whoami v1.5.1
12712024-08-07T03:22:51.793Z Compiling difflib v0.4.0
12722024-08-07T03:22:52.115Z Compiling normalize-line-endings v0.3.0
12732024-08-07T03:22:52.157Z Compiling mime v0.3.17
12742024-08-07T03:22:52.207Z Compiling nom v7.1.3
12752024-08-07T03:22:52.224Z Compiling diesel v2.1.6
12762024-08-07T03:22:52.241Z Compiling predicates v3.1.2
12772024-08-07T03:22:52.278Z Compiling similar v2.5.0
12782024-08-07T03:22:52.354Z Compiling tokio-postgres v0.7.11
12792024-08-07T03:22:52.771Z Compiling reqwest v0.11.27
12802024-08-07T03:22:53.378Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12812024-08-07T03:22:54.092Z Compiling string_cache v0.8.7
12822024-08-07T03:22:54.575Z Compiling toml_edit v0.22.20
12832024-08-07T03:22:54.954Z Compiling console v0.15.8
12842024-08-07T03:22:55.724Z Compiling clap v4.5.13
12852024-08-07T03:22:55.838Z Compiling petgraph v0.6.5
12862024-08-07T03:22:55.957Z Compiling elliptic-curve v0.13.8
12872024-08-07T03:22:56.450Z Compiling trust-dns-proto v0.22.0
12882024-08-07T03:22:56.809Z Compiling yasna v0.5.2
12892024-08-07T03:22:58.054Z Compiling usdt v0.5.0
12902024-08-07T03:22:58.554Z Compiling futures v0.3.30
12912024-08-07T03:22:58.679Z Compiling flate2 v1.0.31
12922024-08-07T03:22:58.741Z Compiling toml v0.7.8
12932024-08-07T03:22:59.594Z Compiling cipher v0.4.4
12942024-08-07T03:22:59.922Z Compiling crossterm v0.27.0
12952024-08-07T03:23:00.435Z Compiling itertools v0.10.5
12962024-08-07T03:23:00.698Z Compiling itertools v0.12.1
12972024-08-07T03:23:00.963Z Compiling bit-set v0.5.3
12982024-08-07T03:23:01.232Z Compiling tokio-stream v0.1.15
12992024-08-07T03:23:02.215Z Compiling openapiv3 v2.0.0
13002024-08-07T03:23:03.024Z Compiling hex v0.4.3
13012024-08-07T03:23:03.255Z Compiling bstr v1.9.1
13022024-08-07T03:23:03.599Z Compiling num-iter v0.1.45
13032024-08-07T03:23:03.616Z Compiling crossbeam-epoch v0.9.18
13042024-08-07T03:23:03.782Z Compiling dirs-sys-next v0.1.2
13052024-08-07T03:23:03.875Z Compiling lalrpop-util v0.19.12
13062024-08-07T03:23:04.230Z Compiling unicode-xid v0.2.4
13072024-08-07T03:23:04.375Z Compiling peg-runtime v0.8.3
13082024-08-07T03:23:04.402Z Compiling dirs-next v2.0.0
13092024-08-07T03:23:04.440Z Compiling thread_local v1.1.8
13102024-08-07T03:23:04.600Z Compiling slog-async v2.8.0
13112024-08-07T03:23:04.936Z Compiling term v0.7.0
13122024-08-07T03:23:04.990Z Compiling xattr v1.3.1
13132024-08-07T03:23:05.011Z Compiling crossbeam-channel v0.5.12
13142024-08-07T03:23:05.014Z Compiling strum_macros v0.26.4
13152024-08-07T03:23:05.200Z Compiling filetime v0.2.23
13162024-08-07T03:23:05.263Z Compiling is-terminal v0.4.12
13172024-08-07T03:23:05.385Z Compiling take_mut v0.2.2
13182024-08-07T03:23:05.506Z Compiling tar v0.4.41
13192024-08-07T03:23:05.532Z Compiling slog-term v2.9.1
13202024-08-07T03:23:06.439Z Compiling camino v1.1.7
13212024-08-07T03:23:08.273Z Compiling strum v0.26.3
13222024-08-07T03:23:18.559Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13232024-08-07T03:23:18.800Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13242024-08-07T03:23:23.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
13252024-08-07T03:23:23.793Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13262024-08-07T03:23:23.835ZAug 07 03:23:22.447 INFO Starting download, target: Clickhouse
13272024-08-07T03:23:23.835ZAug 07 03:23:22.448 INFO Starting download, target: Cockroach
13282024-08-07T03:23:23.835ZAug 07 03:23:22.448 INFO Starting download, target: Console
13292024-08-07T03:23:23.835ZAug 07 03:23:22.448 INFO Starting download, target: DendriteOpenapi
13302024-08-07T03:23:23.838ZAug 07 03:23:22.448 INFO Starting download, target: DendriteStub
13312024-08-07T03:23:23.838ZAug 07 03:23:22.448 INFO Starting download, target: MaghemiteMgd
13322024-08-07T03:23:23.838ZAug 07 03:23:22.448 INFO Starting download, target: TransceiverControl
13332024-08-07T03:23:23.838ZAug 07 03:23:22.448 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13342024-08-07T03:23:23.838ZAug 07 03:23:22.448 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi
13352024-08-07T03:23:23.838ZAug 07 03:23:22.449 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13362024-08-07T03:23:23.838ZAug 07 03:23:22.449 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13372024-08-07T03:23:23.839ZAug 07 03:23:22.449 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13382024-08-07T03:23:23.839ZAug 07 03:23:22.449 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13392024-08-07T03:23:23.839ZAug 07 03:23:22.449 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13402024-08-07T03:23:24.020ZAug 07 03:23:22.626 INFO Download complete, target: DendriteOpenapi
13412024-08-07T03:23:24.088ZAug 07 03:23:22.697 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13422024-08-07T03:23:24.437ZAug 07 03:23:23.050 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13432024-08-07T03:23:24.445ZAug 07 03:23:23.057 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13442024-08-07T03:23:24.447ZAug 07 03:23:23.058 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13452024-08-07T03:23:24.876ZAug 07 03:23:23.487 INFO Download complete, target: Console
13462024-08-07T03:23:24.899ZAug 07 03:23:23.512 INFO Download complete, target: TransceiverControl
13472024-08-07T03:23:25.846ZAug 07 03:23:24.458 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13482024-08-07T03:23:26.243ZAug 07 03:23:24.855 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13492024-08-07T03:23:26.243ZAug 07 03:23:24.855 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13502024-08-07T03:23:27.515ZAug 07 03:23:26.128 INFO Download complete, target: DendriteStub
13512024-08-07T03:23:27.650ZAug 07 03:23:26.263 INFO Download complete, target: MaghemiteMgd
13522024-08-07T03:23:34.553ZAug 07 03:23:33.161 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13532024-08-07T03:23:34.883ZAug 07 03:23:33.495 INFO Checking that binary works, target: Cockroach
13542024-08-07T03:23:35.032ZAug 07 03:23:33.643 INFO Download complete, target: Cockroach
13552024-08-07T03:23:40.233ZAug 07 03:23:38.844 INFO Checking that binary works, target: Clickhouse
13562024-08-07T03:23:40.395ZAug 07 03:23:39.006 INFO Download complete, target: Clickhouse
13572024-08-07T03:23:40.413ZAll builder prerequisites installed successfully, and PATH looks valid
13582024-08-07T03:23:40.416Z
13592024-08-07T03:23:40.416Zreal 5:35.710097659
13602024-08-07T03:23:40.416Zuser 11:46.380696937
13612024-08-07T03:23:40.416Zsys 2:26.594339981
13622024-08-07T03:23:40.416Ztrap 0.427279048
13632024-08-07T03:23:40.416Ztflt 1.422148848
13642024-08-07T03:23:40.416Zdflt 1.578314000
13652024-08-07T03:23:40.416Zkflt 0.022370656
13662024-08-07T03:23:40.416Zlock 23:17.157050745
13672024-08-07T03:23:40.416Zslp 48:17.827452110
13682024-08-07T03:23:40.416Zlat 44.348792536
13692024-08-07T03:23:40.416Zstop 1:44.871739186
13702024-08-07T03:23:40.416Z+ banner hack-check
13712024-08-07T03:23:40.420Z
13722024-08-07T03:23:40.420Z # # ## #### # # #### # # ###### #### # #
13732024-08-07T03:23:40.420Z # # # # # # # # # # # # # # # # #
13742024-08-07T03:23:40.420Z ###### # # # #### ##### # ###### ##### # ####
13752024-08-07T03:23:40.420Z # # ###### # # # # # # # # # #
13762024-08-07T03:23:40.420Z # # # # # # # # # # # # # # # # #
13772024-08-07T03:23:40.420Z # # # # #### # # #### # # ###### #### # #
13782024-08-07T03:23:40.420Z
13792024-08-07T03:23:40.421Z+ export CARGO_INCREMENTAL=0
13802024-08-07T03:23:40.421Z+ CARGO_INCREMENTAL=0
13812024-08-07T03:23:40.421Z+ ptime -m timeout 2h cargo xtask check-features --ci
13822024-08-07T03:23:40.958Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13832024-08-07T03:23:44.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
13842024-08-07T03:23:44.531Z Running `target/debug/xtask check-features --ci`
13852024-08-07T03:23:44.555Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
13862024-08-07T03:23:44.555Zrunning: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
13872024-08-07T03:23:45.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
13882024-08-07T03:23:45.087Z Running `target/debug/xtask download cargo-hack`
13892024-08-07T03:23:45.954Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13902024-08-07T03:23:46.312Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13912024-08-07T03:23:50.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s
13922024-08-07T03:23:50.949Z Running `target/debug/xtask-downloader cargo-hack`
13932024-08-07T03:23:50.986ZAug 07 03:23:49.598 INFO Starting download, target: CargoHack
13942024-08-07T03:23:50.989ZAug 07 03:23:49.599 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
13952024-08-07T03:23:51.569ZAug 07 03:23:50.180 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
13962024-08-07T03:23:51.674ZAug 07 03:23:50.285 INFO Download complete, target: CargoHack
13972024-08-07T03:23:51.678Zrunning: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
13982024-08-07T03:23:51.694Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
13992024-08-07T03:23:51.845Zinfo: running `cargo check --bins` on api_identity (1/142)
14002024-08-07T03:23:52.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14012024-08-07T03:23:52.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14022024-08-07T03:23:52.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14032024-08-07T03:23:52.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
14042024-08-07T03:23:52.465Z
14052024-08-07T03:23:52.465Zinfo: running `cargo check --bins` on bootstore (2/142)
14062024-08-07T03:23:53.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14072024-08-07T03:23:53.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14082024-08-07T03:23:53.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14092024-08-07T03:23:53.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
14102024-08-07T03:23:53.141Z
14112024-08-07T03:23:53.141Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/142)
14122024-08-07T03:23:53.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14132024-08-07T03:23:53.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14142024-08-07T03:23:53.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14152024-08-07T03:23:53.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14162024-08-07T03:23:53.765Z
14172024-08-07T03:23:53.765Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/142)
14182024-08-07T03:23:54.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14192024-08-07T03:23:54.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14202024-08-07T03:23:54.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14212024-08-07T03:23:54.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14222024-08-07T03:23:54.392Z
14232024-08-07T03:23:54.393Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/142)
14242024-08-07T03:23:54.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14252024-08-07T03:23:54.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14262024-08-07T03:23:54.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14272024-08-07T03:23:54.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14282024-08-07T03:23:54.852Z
14292024-08-07T03:23:54.853Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/142)
14302024-08-07T03:23:55.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14312024-08-07T03:23:55.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14322024-08-07T03:23:55.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14332024-08-07T03:23:55.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14342024-08-07T03:23:55.320Z
14352024-08-07T03:23:55.320Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/142)
14362024-08-07T03:23:55.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14372024-08-07T03:23:55.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14382024-08-07T03:23:55.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14392024-08-07T03:23:55.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
14402024-08-07T03:23:55.794Z
14412024-08-07T03:23:55.794Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/142)
14422024-08-07T03:23:56.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14432024-08-07T03:23:56.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14442024-08-07T03:23:56.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14452024-08-07T03:23:56.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14462024-08-07T03:23:56.259Z
14472024-08-07T03:23:56.259Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/142)
14482024-08-07T03:23:56.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14492024-08-07T03:23:56.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14502024-08-07T03:23:56.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14512024-08-07T03:23:56.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
14522024-08-07T03:23:56.752Z
14532024-08-07T03:23:56.752Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/142)
14542024-08-07T03:23:57.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14552024-08-07T03:23:57.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14562024-08-07T03:23:57.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14572024-08-07T03:23:57.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
14582024-08-07T03:23:57.236Z
14592024-08-07T03:23:57.236Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/142)
14602024-08-07T03:23:57.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14612024-08-07T03:23:57.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14622024-08-07T03:23:57.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14632024-08-07T03:23:57.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
14642024-08-07T03:23:57.736Z
14652024-08-07T03:23:57.736Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/142)
14662024-08-07T03:23:58.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14672024-08-07T03:23:58.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14682024-08-07T03:23:58.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14692024-08-07T03:23:58.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
14702024-08-07T03:23:58.232Z
14712024-08-07T03:23:58.232Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/142)
14722024-08-07T03:23:58.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14732024-08-07T03:23:58.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14742024-08-07T03:23:58.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14752024-08-07T03:23:58.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14762024-08-07T03:23:58.697Z
14772024-08-07T03:23:58.697Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/142)
14782024-08-07T03:23:59.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14792024-08-07T03:23:59.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14802024-08-07T03:23:59.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14812024-08-07T03:23:59.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
14822024-08-07T03:23:59.193Z
14832024-08-07T03:23:59.194Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/142)
14842024-08-07T03:23:59.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14852024-08-07T03:23:59.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14862024-08-07T03:23:59.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14872024-08-07T03:23:59.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
14882024-08-07T03:23:59.686Z
14892024-08-07T03:23:59.686Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/142)
14902024-08-07T03:24:00.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14912024-08-07T03:24:00.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14922024-08-07T03:24:00.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14932024-08-07T03:24:00.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
14942024-08-07T03:24:00.172Z
14952024-08-07T03:24:00.173Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/142)
14962024-08-07T03:24:00.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14972024-08-07T03:24:00.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14982024-08-07T03:24:00.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14992024-08-07T03:24:00.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15002024-08-07T03:24:00.660Z
15012024-08-07T03:24:00.660Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/142)
15022024-08-07T03:24:01.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15032024-08-07T03:24:01.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15042024-08-07T03:24:01.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15052024-08-07T03:24:01.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15062024-08-07T03:24:01.154Z
15072024-08-07T03:24:01.154Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/142)
15082024-08-07T03:24:01.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15092024-08-07T03:24:01.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15102024-08-07T03:24:01.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15112024-08-07T03:24:01.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15122024-08-07T03:24:01.623Z
15132024-08-07T03:24:01.623Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/142)
15142024-08-07T03:24:02.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15152024-08-07T03:24:02.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15162024-08-07T03:24:02.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15172024-08-07T03:24:02.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15182024-08-07T03:24:02.105Z
15192024-08-07T03:24:02.105Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/142)
15202024-08-07T03:24:02.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15212024-08-07T03:24:02.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15222024-08-07T03:24:02.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15232024-08-07T03:24:02.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15242024-08-07T03:24:02.584Z
15252024-08-07T03:24:02.584Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/142)
15262024-08-07T03:24:03.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15272024-08-07T03:24:03.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15282024-08-07T03:24:03.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15292024-08-07T03:24:03.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15302024-08-07T03:24:03.056Z
15312024-08-07T03:24:03.056Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/142)
15322024-08-07T03:24:03.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15332024-08-07T03:24:03.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15342024-08-07T03:24:03.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15352024-08-07T03:24:03.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15362024-08-07T03:24:03.521Z
15372024-08-07T03:24:03.521Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/142)
15382024-08-07T03:24:03.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15392024-08-07T03:24:03.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15402024-08-07T03:24:03.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15412024-08-07T03:24:03.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15422024-08-07T03:24:03.975Z
15432024-08-07T03:24:03.976Zinfo: running `cargo check --bins` on sled-hardware-types (25/142)
15442024-08-07T03:24:04.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15452024-08-07T03:24:04.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15462024-08-07T03:24:04.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15472024-08-07T03:24:04.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15482024-08-07T03:24:04.612Z
15492024-08-07T03:24:04.612Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/142)
15502024-08-07T03:24:05.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15512024-08-07T03:24:05.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15522024-08-07T03:24:05.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15532024-08-07T03:24:05.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15542024-08-07T03:24:05.246Z
15552024-08-07T03:24:05.246Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/142)
15562024-08-07T03:24:05.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15572024-08-07T03:24:05.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15582024-08-07T03:24:05.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15592024-08-07T03:24:05.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15602024-08-07T03:24:05.892Z
15612024-08-07T03:24:05.892Zinfo: running `cargo check --bins` on oxlog (28/142)
15622024-08-07T03:24:06.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15632024-08-07T03:24:06.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15642024-08-07T03:24:06.520Z Checking cfg-if v1.0.0
15652024-08-07T03:24:06.523Z Checking libc v0.2.155
15662024-08-07T03:24:06.613Z Checking memchr v2.7.2
15672024-08-07T03:24:06.623Z Checking serde v1.0.204
15682024-08-07T03:24:06.623Z Checking scopeguard v1.2.0
15692024-08-07T03:24:06.644Z Checking log v0.4.21
15702024-08-07T03:24:06.647Z Checking byteorder v1.5.0
15712024-08-07T03:24:06.669Z Checking itoa v1.0.11
15722024-08-07T03:24:06.682Z Checking zeroize v1.7.0
15732024-08-07T03:24:06.754Z Checking lock_api v0.4.12
15742024-08-07T03:24:06.859Z Checking smallvec v1.13.2
15752024-08-07T03:24:06.938Z Checking once_cell v1.19.0
15762024-08-07T03:24:06.941Z Checking pin-project-lite v0.2.14
15772024-08-07T03:24:07.023Z Checking typenum v1.17.0
15782024-08-07T03:24:07.060Z Checking zerocopy v0.7.34
15792024-08-07T03:24:07.163Z Checking spin v0.9.8
15802024-08-07T03:24:07.200Z Checking futures-core v0.3.30
15812024-08-07T03:24:07.218Z Checking tinyvec_macros v0.1.1
15822024-08-07T03:24:07.301Z Checking tinyvec v1.6.0
15832024-08-07T03:24:07.363Z Checking libm v0.2.8
15842024-08-07T03:24:07.466Z Checking subtle v2.5.0
15852024-08-07T03:24:07.509Z Checking ryu v1.0.18
15862024-08-07T03:24:07.728Z Checking const-oid v0.9.6
15872024-08-07T03:24:07.745Z Checking futures-sink v0.3.30
15882024-08-07T03:24:07.766Z Checking getrandom v0.2.14
15892024-08-07T03:24:07.868Z Checking parking_lot_core v0.9.10
15902024-08-07T03:24:08.011Z Checking rand_core v0.6.4
15912024-08-07T03:24:08.168Z Checking parking_lot v0.12.2
15922024-08-07T03:24:08.284Z Checking signal-hook-registry v1.4.2
15932024-08-07T03:24:08.286Z Checking generic-array v0.14.7
15942024-08-07T03:24:08.309Z Checking mio v0.8.11
15952024-08-07T03:24:08.477Z Checking socket2 v0.5.7
15962024-08-07T03:24:08.500Z Checking num_cpus v1.16.0
15972024-08-07T03:24:08.514Z Checking ahash v0.8.11
15982024-08-07T03:24:08.592Z Checking unicode-normalization v0.1.23
15992024-08-07T03:24:08.608Z Checking num-traits v0.2.19
16002024-08-07T03:24:08.905Z Checking unicode-bidi v0.3.15
16012024-08-07T03:24:08.946Z Checking allocator-api2 v0.2.18
16022024-08-07T03:24:08.993Z Checking equivalent v1.0.1
16032024-08-07T03:24:09.083Z Checking futures-channel v0.3.30
16042024-08-07T03:24:09.408Z Checking slab v0.4.9
16052024-08-07T03:24:09.431Z Checking crypto-common v0.1.6
16062024-08-07T03:24:09.456Z Checking pin-utils v0.1.0
16072024-08-07T03:24:09.511Z Checking futures-io v0.3.30
16082024-08-07T03:24:09.525Z Checking futures-task v0.3.30
16092024-08-07T03:24:09.538Z Checking block-buffer v0.10.4
16102024-08-07T03:24:09.573Z Checking hashbrown v0.14.5
16112024-08-07T03:24:09.604Z Checking ppv-lite86 v0.2.17
16122024-08-07T03:24:09.639Z Checking percent-encoding v2.3.1
16132024-08-07T03:24:09.677Z Checking tracing-core v0.1.32
16142024-08-07T03:24:09.726Z Checking digest v0.10.7
16152024-08-07T03:24:09.740Z Checking futures-util v0.3.30
16162024-08-07T03:24:09.830Z Checking untrusted v0.9.0
16172024-08-07T03:24:09.975Z Checking fnv v1.0.7
16182024-08-07T03:24:10.089Z Checking ring v0.17.8
16192024-08-07T03:24:10.103Z Checking thiserror v1.0.63
16202024-08-07T03:24:10.227Z Checking iana-time-zone v0.1.60
16212024-08-07T03:24:10.307Z Checking rand_chacha v0.3.1
16222024-08-07T03:24:10.320Z Checking tracing v0.1.40
16232024-08-07T03:24:10.343Z Checking foreign-types-shared v0.1.1
16242024-08-07T03:24:10.356Z Checking powerfmt v0.2.0
16252024-08-07T03:24:10.434Z Checking base64ct v1.6.0
16262024-08-07T03:24:10.625Z Checking deranged v0.3.11
16272024-08-07T03:24:10.636Z Checking foreign-types v0.3.2
16282024-08-07T03:24:10.677Z Checking rand v0.8.5
16292024-08-07T03:24:10.711Z Checking hmac v0.12.1
16302024-08-07T03:24:10.793Z Checking form_urlencoded v1.2.1
16312024-08-07T03:24:10.852Z Checking pem-rfc7468 v0.7.0
16322024-08-07T03:24:10.899Z Checking openssl-sys v0.9.103
16332024-08-07T03:24:10.977Z Checking siphasher v0.3.11
16342024-08-07T03:24:11.088Z Checking try-lock v0.2.5
16352024-08-07T03:24:11.215Z Checking num-conv v0.1.0
16362024-08-07T03:24:11.266Z Checking num_threads v0.1.7
16372024-08-07T03:24:11.373Z Checking time-core v0.1.2
16382024-08-07T03:24:11.451Z Checking unicode-ident v1.0.12
16392024-08-07T03:24:11.516Z Checking flagset v0.4.5
16402024-08-07T03:24:11.600Z Checking bytes v1.7.1
16412024-08-07T03:24:11.603Z Checking bitflags v2.6.0
16422024-08-07T03:24:11.697Z Checking serde_json v1.0.122
16432024-08-07T03:24:11.883Z Checking indexmap v2.3.0
16442024-08-07T03:24:11.895Z Checking uuid v1.10.0
16452024-08-07T03:24:11.900Z Checking chrono v0.4.38
16462024-08-07T03:24:12.165Z Checking openssl v0.10.66
16472024-08-07T03:24:12.362Z Checking time v0.3.36
16482024-08-07T03:24:12.384Z Checking tokio v1.38.1
16492024-08-07T03:24:12.465Z Checking http v0.2.12
16502024-08-07T03:24:13.076Z Checking sct v0.7.1
16512024-08-07T03:24:13.270Z Checking rustls-webpki v0.101.7
16522024-08-07T03:24:13.358Z Checking der v0.7.9
16532024-08-07T03:24:13.814Z Checking http-body v0.4.6
16542024-08-07T03:24:13.891Z Checking proc-macro2 v1.0.86
16552024-08-07T03:24:13.947Z Checking want v0.3.1
16562024-08-07T03:24:14.119Z Checking idna v0.5.0
16572024-08-07T03:24:14.178Z Checking errno v0.3.9
16582024-08-07T03:24:14.346Z Checking httparse v1.8.0
16592024-08-07T03:24:14.557Z Checking lazy_static v1.5.0
16602024-08-07T03:24:14.672Z Checking aho-corasick v1.1.3
16612024-08-07T03:24:14.753Z Checking scroll v0.12.0
16622024-08-07T03:24:14.769Z Checking httpdate v1.0.3
16632024-08-07T03:24:14.816Z Checking anstyle v1.0.8
16642024-08-07T03:24:14.955Z Checking plain v0.2.3
16652024-08-07T03:24:14.969Z Checking openssl-probe v0.1.5
16662024-08-07T03:24:15.106Z Checking finl_unicode v1.2.0
16672024-08-07T03:24:15.120Z Checking regex-syntax v0.8.3
16682024-08-07T03:24:15.147Z Checking ucd-trie v0.1.6
16692024-08-07T03:24:15.150Z Checking utf8parse v0.2.1
16702024-08-07T03:24:15.208Z Checking adler v1.0.2
16712024-08-07T03:24:15.288Z Checking tower-service v0.3.2
16722024-08-07T03:24:15.349Z Checking cpufeatures v0.2.12
16732024-08-07T03:24:15.363Z Checking miniz_oxide v0.7.2
16742024-08-07T03:24:15.402Z Checking pest v2.7.10
16752024-08-07T03:24:15.436Z Checking sha2 v0.10.8
16762024-08-07T03:24:15.677Z Checking stringprep v0.1.4
16772024-08-07T03:24:15.925Z Checking anstyle-parse v0.2.4
16782024-08-07T03:24:15.969Z Checking goblin v0.8.2
16792024-08-07T03:24:16.060Z Checking spki v0.7.3
16802024-08-07T03:24:16.179Z Checking url v2.5.2
16812024-08-07T03:24:16.322Z Checking quote v1.0.36
16822024-08-07T03:24:16.336Z Checking rustix v0.38.34
16832024-08-07T03:24:16.659Z Checking rustls v0.21.12
16842024-08-07T03:24:16.952Z Checking toml_datetime v0.6.8
16852024-08-07T03:24:17.235Z Checking serde_spanned v0.6.7
16862024-08-07T03:24:17.414Z Checking num-integer v0.1.46
16872024-08-07T03:24:17.571Z Checking native-tls v0.2.11
16882024-08-07T03:24:17.879Z Checking md-5 v0.10.6
16892024-08-07T03:24:17.891Z Checking idna v0.3.0
16902024-08-07T03:24:17.896Z Checking hash32 v0.2.1
16912024-08-07T03:24:18.084Z Checking stable_deref_trait v1.2.0
16922024-08-07T03:24:18.171Z Checking is_terminal_polyfill v1.70.0
16932024-08-07T03:24:18.216Z Checking anstyle-query v1.0.3
16942024-08-07T03:24:18.247Z Checking dyn-clone v1.0.17
16952024-08-07T03:24:18.266Z Checking regex-automata v0.4.6
16962024-08-07T03:24:18.281Z Checking gimli v0.28.1
16972024-08-07T03:24:18.330Z Checking psl-types v2.0.11
16982024-08-07T03:24:18.372Z Checking base64 v0.22.1
16992024-08-07T03:24:18.506Z Checking colorchoice v1.0.1
17002024-08-07T03:24:18.629Z Checking pretty-hex v0.4.1
17012024-08-07T03:24:18.690Z Checking fallible-iterator v0.2.0
17022024-08-07T03:24:18.783Z Checking publicsuffix v2.2.3
17032024-08-07T03:24:18.835Z Checking anstream v0.6.14
17042024-08-07T03:24:19.005Z Checking schemars v0.8.21
17052024-08-07T03:24:19.178Z Checking terminal_size v0.3.0
17062024-08-07T03:24:19.247Z Checking postgres-protocol v0.6.7
17072024-08-07T03:24:19.292Z Checking tokio-util v0.7.11
17082024-08-07T03:24:19.350Z Checking tokio-native-tls v0.3.1
17092024-08-07T03:24:19.618Z Checking heapless v0.7.17
17102024-08-07T03:24:19.715Z Checking tokio-rustls v0.24.1
17112024-08-07T03:24:19.886Z Checking dtrace-parser v0.2.0
17122024-08-07T03:24:20.055Z Checking syn v2.0.72
17132024-08-07T03:24:20.105Z Checking h2 v0.3.26
17142024-08-07T03:24:20.355Z Checking pkcs8 v0.10.2
17152024-08-07T03:24:20.601Z Checking cookie v0.17.0
17162024-08-07T03:24:20.635Z Checking phf_shared v0.11.2
17172024-08-07T03:24:20.653Z Checking signal-hook v0.3.17
17182024-08-07T03:24:20.908Z Checking block-padding v0.3.3
17192024-08-07T03:24:20.951Z Checking dof v0.3.0
17202024-08-07T03:24:20.962Z Checking scheduled-thread-pool v0.2.7
17212024-08-07T03:24:20.984Z Checking ff v0.13.0
17222024-08-07T03:24:21.101Z Checking thread-id v4.2.1
17232024-08-07T03:24:21.167Z Checking object v0.32.2
17242024-08-07T03:24:21.170Z Checking bit-vec v0.6.3
17252024-08-07T03:24:21.197Z Checking base64 v0.21.7
17262024-08-07T03:24:21.492Z Checking base16ct v0.2.0
17272024-08-07T03:24:21.510Z Checking clap_lex v0.7.0
17282024-08-07T03:24:21.654Z Checking matches v0.1.10
17292024-08-07T03:24:21.678Z Checking regex-automata v0.1.10
17302024-08-07T03:24:21.729Z Checking managed v0.8.0
17312024-08-07T03:24:21.742Z Checking strsim v0.11.1
17322024-08-07T03:24:22.024Z Checking ipnet v2.9.0
17332024-08-07T03:24:22.066Z Checking rustc-demangle v0.1.24
17342024-08-07T03:24:22.079Z Checking either v1.12.0
17352024-08-07T03:24:22.095Z Checking addr2line v0.21.0
17362024-08-07T03:24:22.436Z Checking bitflags v1.3.2
17372024-08-07T03:24:22.451Z Checking winnow v0.5.40
17382024-08-07T03:24:22.472Z Checking bstr v0.2.17
17392024-08-07T03:24:22.533Z Checking smoltcp v0.9.1
17402024-08-07T03:24:22.593Z Checking clap_builder v4.5.13
17412024-08-07T03:24:22.869Z Checking regex v1.10.6
17422024-08-07T03:24:23.244Z Checking idna v0.2.3
17432024-08-07T03:24:23.481Z Checking sec1 v0.7.3
17442024-08-07T03:24:23.864Z Checking rustls-pemfile v1.0.4
17452024-08-07T03:24:24.038Z Checking group v0.13.0
17462024-08-07T03:24:24.052Z Checking r2d2 v0.8.10
17472024-08-07T03:24:24.129Z Checking inout v0.1.3
17482024-08-07T03:24:24.279Z Checking cookie_store v0.20.0
17492024-08-07T03:24:24.352Z Checking signal-hook-mio v0.2.3
17502024-08-07T03:24:24.355Z Checking phf v0.11.2
17512024-08-07T03:24:24.490Z Checking ipnetwork v0.20.0
17522024-08-07T03:24:24.613Z Checking postgres-types v0.2.7
17532024-08-07T03:24:24.844Z Checking num-bigint v0.4.5
17542024-08-07T03:24:24.902Z Checking futures-executor v0.3.30
17552024-08-07T03:24:25.117Z Checking hubpack v0.1.2
17562024-08-07T03:24:25.317Z Checking serde_urlencoded v0.7.1
17572024-08-07T03:24:25.408Z Checking phf_shared v0.10.0
17582024-08-07T03:24:25.490Z Checking toml_edit v0.19.15
17592024-08-07T03:24:25.621Z Checking hkdf v0.12.4
17602024-08-07T03:24:25.661Z Checking float-cmp v0.9.0
17612024-08-07T03:24:25.711Z Checking zerocopy v0.6.6
17622024-08-07T03:24:25.803Z Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17632024-08-07T03:24:25.824Z Checking crc32fast v1.4.0
17642024-08-07T03:24:26.038Z Checking crossbeam-utils v0.8.19
17652024-08-07T03:24:26.052Z Checking crypto-bigint v0.5.5
17662024-08-07T03:24:26.207Z Checking hyper v0.14.30
17672024-08-07T03:24:26.282Z Checking usdt-impl v0.5.0
17682024-08-07T03:24:26.414Z Checking memmap v0.7.0
17692024-08-07T03:24:26.607Z Checking encoding_rs v0.8.34
17702024-08-07T03:24:26.698Z Checking winnow v0.6.18
17712024-08-07T03:24:26.809Z Checking mime v0.3.17
17722024-08-07T03:24:27.096Z Checking webpki-roots v0.25.4
17732024-08-07T03:24:27.122Z Checking backtrace v0.3.71
17742024-08-07T03:24:27.247Z Checking unicode-width v0.1.13
17752024-08-07T03:24:27.357Z Checking difflib v0.4.0
17762024-08-07T03:24:27.432Z Checking data-encoding v2.6.0
17772024-08-07T03:24:27.661Z Checking unicode-segmentation v1.11.0
17782024-08-07T03:24:27.675Z Checking new_debug_unreachable v1.0.6
17792024-08-07T03:24:27.753Z Checking fixedbitset v0.4.2
17802024-08-07T03:24:27.843Z Checking static_assertions v1.1.0
17812024-08-07T03:24:27.932Z Checking whoami v1.5.1
17822024-08-07T03:24:28.014Z Checking sync_wrapper v0.1.2
17832024-08-07T03:24:28.102Z Checking precomputed-hash v0.1.1
17842024-08-07T03:24:28.130Z Checking predicates-core v1.0.6
17852024-08-07T03:24:28.201Z Checking minimal-lexical v0.2.1
17862024-08-07T03:24:28.216Z Checking normalize-line-endings v0.3.0
17872024-08-07T03:24:28.297Z Checking similar v2.5.0
17882024-08-07T03:24:28.309Z Checking tokio-postgres v0.7.11
17892024-08-07T03:24:28.323Z Checking predicates v3.1.2
17902024-08-07T03:24:28.584Z Checking nom v7.1.3
17912024-08-07T03:24:28.765Z Checking elliptic-curve v0.13.8
17922024-08-07T03:24:28.970Z Checking string_cache v0.8.7
17932024-08-07T03:24:28.986Z Checking trust-dns-proto v0.22.0
17942024-08-07T03:24:29.129Z Checking petgraph v0.6.5
17952024-08-07T03:24:29.244Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17962024-08-07T03:24:29.398Z Checking toml v0.7.8
17972024-08-07T03:24:29.589Z Checking toml_edit v0.22.20
17982024-08-07T03:24:30.110Z Checking anyhow v1.0.86
17992024-08-07T03:24:30.464Z Checking console v0.15.8
18002024-08-07T03:24:30.994Z Checking yasna v0.5.2
18012024-08-07T03:24:31.155Z Checking usdt v0.5.0
18022024-08-07T03:24:31.411Z Checking crossbeam-epoch v0.9.18
18032024-08-07T03:24:31.448Z Checking diesel v2.1.6
18042024-08-07T03:24:31.823Z Checking flate2 v1.0.31
18052024-08-07T03:24:31.900Z Checking clap v4.5.13
18062024-08-07T03:24:32.007Z Checking futures v0.3.30
18072024-08-07T03:24:32.111Z Checking crossterm v0.27.0
18082024-08-07T03:24:32.265Z Checking cipher v0.4.4
18092024-08-07T03:24:32.369Z Checking hyper-rustls v0.24.2
18102024-08-07T03:24:32.416Z Checking hyper-tls v0.5.0
18112024-08-07T03:24:32.434Z Checking bstr v1.9.1
18122024-08-07T03:24:32.642Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18132024-08-07T03:24:32.657Z Checking itertools v0.12.1
18142024-08-07T03:24:32.673Z Checking itertools v0.10.5
18152024-08-07T03:24:32.703Z Checking reqwest v0.11.27
18162024-08-07T03:24:32.852Z Checking bit-set v0.5.3
18172024-08-07T03:24:33.082Z Checking tokio-stream v0.1.15
18182024-08-07T03:24:33.287Z Checking fs-err v2.11.0
18192024-08-07T03:24:33.806Z Checking num-iter v0.1.45
18202024-08-07T03:24:33.835Z Checking slog v2.7.0
18212024-08-07T03:24:33.860Z Checking openapiv3 v2.0.0
18222024-08-07T03:24:33.963Z Checking semver v1.0.23
18232024-08-07T03:24:34.170Z Checking hex v0.4.3
18242024-08-07T03:24:34.293Z Checking lalrpop-util v0.19.12
18252024-08-07T03:24:34.318Z Checking peg-runtime v0.8.3
18262024-08-07T03:24:34.331Z Checking camino v1.1.7
18272024-08-07T03:24:34.535Z Checking sigpipe v0.1.3
18282024-08-07T03:24:51.513Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18292024-08-07T03:24:51.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.90s
18302024-08-07T03:24:51.932Z
18312024-08-07T03:24:51.932Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/142)
18322024-08-07T03:24:52.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332024-08-07T03:24:52.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342024-08-07T03:24:52.559Z Compiling regress v0.9.1
18352024-08-07T03:24:52.650Z Checking sha1 v0.10.6
18362024-08-07T03:24:52.661Z Checking strum v0.26.3
18372024-08-07T03:24:52.680Z Checking heck v0.5.0
18382024-08-07T03:24:52.694Z Compiling getopts v0.2.21
18392024-08-07T03:24:52.704Z Checking dirs-sys-next v0.1.2
18402024-08-07T03:24:52.708Z Compiling unsafe-libyaml v0.2.11
18412024-08-07T03:24:52.839Z Checking http v1.1.0
18422024-08-07T03:24:52.855Z Checking dirs-next v2.0.0
18432024-08-07T03:24:52.878Z Checking thread_local v1.1.8
18442024-08-07T03:24:52.966Z Compiling ident_case v1.0.1
18452024-08-07T03:24:53.080Z Checking rustls-pki-types v1.7.0
18462024-08-07T03:24:53.126Z Compiling darling_core v0.20.9
18472024-08-07T03:24:53.139Z Checking term v0.7.0
18482024-08-07T03:24:53.516Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18492024-08-07T03:24:53.576Z Checking crossbeam-channel v0.5.12
18502024-08-07T03:24:53.585Z Checking atty v0.2.14
18512024-08-07T03:24:53.689Z Checking is-terminal v0.4.12
18522024-08-07T03:24:53.854Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18532024-08-07T03:24:53.881Z Checking take_mut v0.2.2
18542024-08-07T03:24:53.947Z Compiling paste v1.0.15
18552024-08-07T03:24:54.162Z Compiling serde_yaml v0.9.34+deprecated
18562024-08-07T03:24:54.221Z Checking utf-8 v0.7.6
18572024-08-07T03:24:54.277Z Checking termcolor v1.4.1
18582024-08-07T03:24:54.354Z Compiling rustls v0.22.4
18592024-08-07T03:24:54.447Z Checking humantime v2.1.0
18602024-08-07T03:24:54.647Z Checking slog-async v2.8.0
18612024-08-07T03:24:54.680Z Checking slog-term v2.9.1
18622024-08-07T03:24:54.698Z Checking rustls-webpki v0.102.4
18632024-08-07T03:24:54.722Z Checking env_logger v0.9.3
18642024-08-07T03:24:54.926Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18652024-08-07T03:24:55.169Z Compiling proc-macro-crate v1.3.1
18662024-08-07T03:24:55.184Z Compiling bitstruct_derive v0.1.0
18672024-08-07T03:24:55.286Z Compiling structmeta-derive v0.3.0
18682024-08-07T03:24:55.475Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18692024-08-07T03:24:55.599Z Compiling multer v3.1.0
18702024-08-07T03:24:55.917Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18712024-08-07T03:24:56.202Z Checking ascii v1.1.0
18722024-08-07T03:24:56.217Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18732024-08-07T03:24:56.273Z Checking match_cfg v0.1.0
18742024-08-07T03:24:56.585Z Checking bitstruct v0.1.1
18752024-08-07T03:24:56.619Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18762024-08-07T03:24:56.691Z Checking hostname v0.3.1
18772024-08-07T03:24:56.823Z Compiling num_enum_derive v0.5.11
18782024-08-07T03:24:57.688Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18792024-08-07T03:24:57.855Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18802024-08-07T03:24:58.368Z Compiling structmeta v0.3.0
18812024-08-07T03:24:58.372Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18822024-08-07T03:24:58.680Z Checking slog-json v2.6.1
18832024-08-07T03:24:58.742Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18842024-08-07T03:24:58.815Z Checking serde_arrays v0.1.0
18852024-08-07T03:24:58.961Z Checking erased-serde v0.3.31
18862024-08-07T03:24:59.016Z Compiling async-stream-impl v0.3.5
18872024-08-07T03:24:59.039Z Compiling foreign-types-macros v0.2.3
18882024-08-07T03:24:59.453Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
18892024-08-07T03:24:59.588Z Checking foreign-types-shared v0.3.1
18902024-08-07T03:24:59.705Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18912024-08-07T03:24:59.769Z Checking arc-swap v1.7.1
18922024-08-07T03:25:00.000Z Checking atomic-waker v1.1.2
18932024-08-07T03:25:00.016Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18942024-08-07T03:25:00.162Z Checking waitgroup v0.1.2
18952024-08-07T03:25:00.213Z Checking slog-scope v4.4.0
18962024-08-07T03:25:00.358Z Checking foreign-types v0.5.0
18972024-08-07T03:25:00.373Z Checking num_enum v0.5.11
18982024-08-07T03:25:00.375Z Compiling darling_macro v0.20.9
18992024-08-07T03:25:00.403Z Checking slog-bunyan v2.5.0
19002024-08-07T03:25:00.444Z Checking async-stream v0.3.5
19012024-08-07T03:25:00.459Z Compiling parse-display-derive v0.9.1
19022024-08-07T03:25:00.509Z Compiling proc-macro-error v1.0.4
19032024-08-07T03:25:00.784Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19042024-08-07T03:25:00.950Z Checking toml v0.8.19
19052024-08-07T03:25:01.059Z Checking tungstenite v0.20.1
19062024-08-07T03:25:01.205Z Checking rustls-pemfile v2.1.3
19072024-08-07T03:25:01.368Z Compiling darling v0.20.9
19082024-08-07T03:25:01.443Z Compiling heck v0.3.3
19092024-08-07T03:25:01.494Z Compiling serde_with_macros v3.8.3
19102024-08-07T03:25:01.656Z Checking tokio-rustls v0.25.0
19112024-08-07T03:25:01.706Z Checking newtype-uuid v1.1.0
19122024-08-07T03:25:01.869Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
19132024-08-07T03:25:01.954Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19142024-08-07T03:25:02.006Z Checking serde_path_to_error v0.1.16
19152024-08-07T03:25:02.061Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19162024-08-07T03:25:02.656Z Checking hostname v0.4.0
19172024-08-07T03:25:02.792Z Checking cstr-argument v0.1.2
19182024-08-07T03:25:02.848Z Checking instant v0.1.12
19192024-08-07T03:25:02.851Z Checking fastrand v2.1.0
19202024-08-07T03:25:02.963Z Checking pretty-hex v0.2.1
19212024-08-07T03:25:02.979Z Checking debug-ignore v1.0.5
19222024-08-07T03:25:03.117Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19232024-08-07T03:25:03.132Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19242024-08-07T03:25:03.171Z Checking tempfile v3.10.1
19252024-08-07T03:25:03.401Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19262024-08-07T03:25:03.434Z Checking backoff v0.4.0
19272024-08-07T03:25:03.496Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19282024-08-07T03:25:03.720Z Checking tokio-tungstenite v0.20.1
19292024-08-07T03:25:03.735Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19302024-08-07T03:25:03.787Z Compiling zone_cfg_derive v0.1.2
19312024-08-07T03:25:03.952Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19322024-08-07T03:25:04.178Z Checking slog-stdlog v4.1.1
19332024-08-07T03:25:04.342Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19342024-08-07T03:25:04.470Z Checking serde_with v3.8.3
19352024-08-07T03:25:04.486Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19362024-08-07T03:25:04.754Z Checking tungstenite v0.21.0
19372024-08-07T03:25:04.833Z Checking colored v2.1.0
19382024-08-07T03:25:05.211Z Checking macaddr v1.0.1
19392024-08-07T03:25:05.320Z Checking parse-display v0.9.1
19402024-08-07T03:25:05.408Z Checking socket2 v0.4.10
19412024-08-07T03:25:05.542Z Checking base64 v0.13.1
19422024-08-07T03:25:05.556Z Checking zone v0.1.8
19432024-08-07T03:25:05.678Z Checking tokio-tungstenite v0.21.0
19442024-08-07T03:25:05.947Z Checking ron v0.7.1
19452024-08-07T03:25:06.134Z Checking slog-envlogger v2.2.0
19462024-08-07T03:25:06.201Z Checking pem v3.0.4
19472024-08-07T03:25:06.360Z Checking tabwriter v1.4.0
19482024-08-07T03:25:06.461Z Checking xattr v1.3.1
19492024-08-07T03:25:06.596Z Checking portpicker v0.1.1
19502024-08-07T03:25:06.645Z Checking headers-core v0.2.0
19512024-08-07T03:25:06.735Z Checking smf v0.2.3
19522024-08-07T03:25:06.791Z Checking filetime v0.2.23
19532024-08-07T03:25:06.989Z Checking same-file v1.0.6
19542024-08-07T03:25:07.066Z Checking tar v0.4.41
19552024-08-07T03:25:07.158Z Checking walkdir v2.5.0
19562024-08-07T03:25:07.207Z Checking headers v0.3.9
19572024-08-07T03:25:07.446Z Checking rcgen v0.12.1
19582024-08-07T03:25:07.636Z Checking atomicwrites v0.4.3
19592024-08-07T03:25:07.818Z Checking camino-tempfile v1.1.1
19602024-08-07T03:25:07.839Z Checking subprocess v0.2.9
19612024-08-07T03:25:08.832Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19622024-08-07T03:25:09.042Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19632024-08-07T03:25:11.408Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19642024-08-07T03:25:13.540Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19652024-08-07T03:25:13.614Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19662024-08-07T03:25:16.876Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19672024-08-07T03:25:22.744Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19682024-08-07T03:25:22.868Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19692024-08-07T03:25:22.870Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19702024-08-07T03:25:25.367Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19712024-08-07T03:25:25.766Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19722024-08-07T03:25:31.303Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19732024-08-07T03:25:32.649Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19742024-08-07T03:25:33.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.79s
19752024-08-07T03:25:33.885Z
19762024-08-07T03:25:33.885Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/142)
19772024-08-07T03:25:34.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782024-08-07T03:25:34.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792024-08-07T03:25:34.521Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19802024-08-07T03:25:35.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
19812024-08-07T03:25:35.881Z
19822024-08-07T03:25:35.881Zinfo: running `cargo check --bins` on nexus-config (31/142)
19832024-08-07T03:25:36.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842024-08-07T03:25:36.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852024-08-07T03:25:36.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862024-08-07T03:25:36.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19872024-08-07T03:25:36.484Z
19882024-08-07T03:25:36.484Zinfo: running `cargo check --bins` on omicron-rpaths (32/142)
19892024-08-07T03:25:37.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902024-08-07T03:25:37.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912024-08-07T03:25:37.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922024-08-07T03:25:37.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19932024-08-07T03:25:37.063Z
19942024-08-07T03:25:37.063Zinfo: running `cargo check --bins` on omicron-certificates (33/142)
19952024-08-07T03:25:37.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962024-08-07T03:25:37.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972024-08-07T03:25:37.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982024-08-07T03:25:37.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19992024-08-07T03:25:37.798Z
20002024-08-07T03:25:37.798Zinfo: running `cargo check --bins` on bootstrap-agent-client (34/142)
20012024-08-07T03:25:38.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022024-08-07T03:25:38.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032024-08-07T03:25:38.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042024-08-07T03:25:38.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20052024-08-07T03:25:38.286Z
20062024-08-07T03:25:38.286Zinfo: running `cargo check --bins` on cockroach-admin-client (35/142)
20072024-08-07T03:25:38.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082024-08-07T03:25:38.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092024-08-07T03:25:38.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102024-08-07T03:25:38.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20112024-08-07T03:25:38.866Z
20122024-08-07T03:25:38.866Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (36/142)
20132024-08-07T03:25:39.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142024-08-07T03:25:39.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152024-08-07T03:25:39.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162024-08-07T03:25:39.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20172024-08-07T03:25:39.485Z
20182024-08-07T03:25:39.485Zinfo: running `cargo check --bins` on dns-service-client (37/142)
20192024-08-07T03:25:40.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202024-08-07T03:25:40.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212024-08-07T03:25:40.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222024-08-07T03:25:40.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20232024-08-07T03:25:40.063Z
20242024-08-07T03:25:40.063Zinfo: running `cargo check --bins` on dpd-client (38/142)
20252024-08-07T03:25:40.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262024-08-07T03:25:40.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272024-08-07T03:25:40.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282024-08-07T03:25:40.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20292024-08-07T03:25:40.661Z
20302024-08-07T03:25:40.661Zinfo: running `cargo check --bins` on gateway-client (39/142)
20312024-08-07T03:25:41.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322024-08-07T03:25:41.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332024-08-07T03:25:41.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342024-08-07T03:25:41.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20352024-08-07T03:25:41.235Z
20362024-08-07T03:25:41.235Zinfo: running `cargo check --bins` on installinator-client (40/142)
20372024-08-07T03:25:41.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382024-08-07T03:25:41.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392024-08-07T03:25:41.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402024-08-07T03:25:41.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20412024-08-07T03:25:41.848Z
20422024-08-07T03:25:41.848Zinfo: running `cargo check --bins` on installinator-common (41/142)
20432024-08-07T03:25:42.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442024-08-07T03:25:42.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452024-08-07T03:25:42.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462024-08-07T03:25:42.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20472024-08-07T03:25:42.467Z
20482024-08-07T03:25:42.467Zinfo: running `cargo check --bins` on update-engine (42/142)
20492024-08-07T03:25:43.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502024-08-07T03:25:43.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512024-08-07T03:25:43.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522024-08-07T03:25:43.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20532024-08-07T03:25:43.060Z
20542024-08-07T03:25:43.060Zinfo: running `cargo check --bins` on nexus-client (43/142)
20552024-08-07T03:25:43.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562024-08-07T03:25:43.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572024-08-07T03:25:43.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582024-08-07T03:25:43.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20592024-08-07T03:25:43.675Z
20602024-08-07T03:25:43.675Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (44/142)
20612024-08-07T03:25:44.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622024-08-07T03:25:44.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632024-08-07T03:25:44.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642024-08-07T03:25:44.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20652024-08-07T03:25:44.290Z
20662024-08-07T03:25:44.290Zinfo: running `cargo check --bins` on omicron-passwords (45/142)
20672024-08-07T03:25:44.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682024-08-07T03:25:44.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692024-08-07T03:25:44.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702024-08-07T03:25:44.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20712024-08-07T03:25:44.875Z
20722024-08-07T03:25:44.875Zinfo: running `cargo check --bins` on nexus-types (46/142)
20732024-08-07T03:25:45.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742024-08-07T03:25:45.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752024-08-07T03:25:45.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762024-08-07T03:25:45.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20772024-08-07T03:25:45.492Z
20782024-08-07T03:25:45.492Zinfo: running `cargo check --bins` on oxide-client (47/142)
20792024-08-07T03:25:46.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802024-08-07T03:25:46.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812024-08-07T03:25:46.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822024-08-07T03:25:46.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20832024-08-07T03:25:46.071Z
20842024-08-07T03:25:46.071Zinfo: running `cargo check --bins` on oximeter-client (48/142)
20852024-08-07T03:25:46.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862024-08-07T03:25:46.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872024-08-07T03:25:46.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882024-08-07T03:25:46.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20892024-08-07T03:25:46.672Z
20902024-08-07T03:25:46.672Zinfo: running `cargo check --bins` on sled-agent-client (49/142)
20912024-08-07T03:25:47.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922024-08-07T03:25:47.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932024-08-07T03:25:47.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942024-08-07T03:25:47.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20952024-08-07T03:25:47.283Z
20962024-08-07T03:25:47.283Zinfo: running `cargo check --bins` on wicketd-client (50/142)
20972024-08-07T03:25:47.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982024-08-07T03:25:47.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992024-08-07T03:25:47.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002024-08-07T03:25:47.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21012024-08-07T03:25:47.909Z
21022024-08-07T03:25:47.909Zinfo: running `cargo check --bins` on wicket-common (51/142)
21032024-08-07T03:25:48.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042024-08-07T03:25:48.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052024-08-07T03:25:48.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062024-08-07T03:25:48.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21072024-08-07T03:25:48.558Z
21082024-08-07T03:25:48.558Zinfo: running `cargo check --bins` on omicron-cockroach-admin (52/142)
21092024-08-07T03:25:49.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102024-08-07T03:25:49.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112024-08-07T03:25:49.197Z Compiling heapless v0.8.0
21122024-08-07T03:25:49.283Z Checking hash32 v0.3.1
21132024-08-07T03:25:49.293Z Compiling smoltcp v0.11.0
21142024-08-07T03:25:49.303Z Checking embedded-io v0.4.0
21152024-08-07T03:25:49.306Z Checking cobs v0.2.3
21162024-08-07T03:25:49.321Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21172024-08-07T03:25:49.325Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21182024-08-07T03:25:49.347Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21192024-08-07T03:25:49.428Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
21202024-08-07T03:25:49.458Z Compiling crucible-workspace-hack v0.1.0
21212024-08-07T03:25:49.473Z Checking postcard v1.0.8
21222024-08-07T03:25:49.475Z Checking csv-core v0.1.11
21232024-08-07T03:25:49.673Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21242024-08-07T03:25:49.808Z Checking csv v1.3.0
21252024-08-07T03:25:49.854Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21262024-08-07T03:25:49.884Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21272024-08-07T03:25:49.994Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21282024-08-07T03:25:50.115Z Compiling num-derive v0.4.2
21292024-08-07T03:25:50.203Z Compiling slog-dtrace v0.3.0
21302024-08-07T03:25:50.218Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21312024-08-07T03:25:50.287Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
21322024-08-07T03:25:50.533Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21332024-08-07T03:25:50.609Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
21342024-08-07T03:25:51.150Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
21352024-08-07T03:25:51.230Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21362024-08-07T03:25:51.723Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
21372024-08-07T03:25:52.978Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21382024-08-07T03:25:53.816Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21392024-08-07T03:25:54.851Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21402024-08-07T03:25:57.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.92s
21412024-08-07T03:25:57.629Z
21422024-08-07T03:25:57.629Zinfo: running `cargo check --bins` on cockroach-admin-api (53/142)
21432024-08-07T03:25:58.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442024-08-07T03:25:58.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452024-08-07T03:25:58.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462024-08-07T03:25:58.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21472024-08-07T03:25:58.235Z
21482024-08-07T03:25:58.235Zinfo: running `cargo check --bins` on cockroach-admin-types (54/142)
21492024-08-07T03:25:58.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502024-08-07T03:25:58.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512024-08-07T03:25:58.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522024-08-07T03:25:58.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21532024-08-07T03:25:58.840Z
21542024-08-07T03:25:58.840Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (55/142)
21552024-08-07T03:25:59.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562024-08-07T03:25:59.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572024-08-07T03:25:59.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582024-08-07T03:25:59.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
21592024-08-07T03:25:59.553Z
21602024-08-07T03:25:59.553Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/142)
21612024-08-07T03:26:00.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622024-08-07T03:26:00.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632024-08-07T03:26:00.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642024-08-07T03:26:00.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
21652024-08-07T03:26:00.260Z
21662024-08-07T03:26:00.260Zinfo: running `cargo check --bins` on dns-server (57/142)
21672024-08-07T03:26:00.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682024-08-07T03:26:00.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692024-08-07T03:26:00.870Z Compiling parking_lot_core v0.8.6
21702024-08-07T03:26:00.873Z Checking nibble_vec v0.1.0
21712024-08-07T03:26:00.956Z Checking endian-type v0.1.2
21722024-08-07T03:26:00.970Z Checking newline-converter v0.3.0
21732024-08-07T03:26:00.974Z Checking linked-hash-map v0.5.6
21742024-08-07T03:26:00.974Z Checking quick-error v1.2.3
21752024-08-07T03:26:00.981Z Checking fxhash v0.2.1
21762024-08-07T03:26:00.985Z Checking toml v0.5.11
21772024-08-07T03:26:01.087Z Checking resolv-conf v0.7.0
21782024-08-07T03:26:01.101Z Checking expectorate v1.1.0
21792024-08-07T03:26:01.112Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21802024-08-07T03:26:01.129Z Checking radix_trie v0.2.1
21812024-08-07T03:26:01.231Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21822024-08-07T03:26:01.267Z Checking lru-cache v0.1.2
21832024-08-07T03:26:01.432Z Checking trust-dns-resolver v0.22.0
21842024-08-07T03:26:01.513Z Checking trust-dns-client v0.22.0
21852024-08-07T03:26:01.673Z Checking parking_lot v0.11.2
21862024-08-07T03:26:01.977Z Checking sled v0.34.7
21872024-08-07T03:26:02.380Z Checking trust-dns-server v0.22.1
21882024-08-07T03:26:03.913Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21892024-08-07T03:26:04.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s
21902024-08-07T03:26:05.090Z
21912024-08-07T03:26:05.090Zinfo: running `cargo check --bins` on dns-server-api (58/142)
21922024-08-07T03:26:05.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932024-08-07T03:26:05.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942024-08-07T03:26:05.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952024-08-07T03:26:05.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21962024-08-07T03:26:05.695Z
21972024-08-07T03:26:05.695Zinfo: running `cargo check --bins` on gateway-test-utils (59/142)
21982024-08-07T03:26:06.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992024-08-07T03:26:06.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002024-08-07T03:26:06.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012024-08-07T03:26:06.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22022024-08-07T03:26:06.347Z
22032024-08-07T03:26:06.347Zinfo: running `cargo check --bins` on gateway-types (60/142)
22042024-08-07T03:26:06.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052024-08-07T03:26:06.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062024-08-07T03:26:06.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072024-08-07T03:26:06.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22082024-08-07T03:26:06.946Z
22092024-08-07T03:26:06.946Zinfo: running `cargo check --bins` on ipcc (61/142)
22102024-08-07T03:26:07.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112024-08-07T03:26:07.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122024-08-07T03:26:07.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132024-08-07T03:26:07.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22142024-08-07T03:26:07.562Z
22152024-08-07T03:26:07.562Zinfo: running `cargo check --bins` on omicron-gateway (62/142)
22162024-08-07T03:26:08.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172024-08-07T03:26:08.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182024-08-07T03:26:08.235Z Compiling radium v0.7.0
22192024-08-07T03:26:08.324Z Checking tap v1.0.1
22202024-08-07T03:26:08.324Z Compiling maybe-uninit v2.0.0
22212024-08-07T03:26:08.345Z Compiling bzip2-sys v0.1.11+1.0.8
22222024-08-07T03:26:08.348Z Checking crc-catalog v2.4.0
22232024-08-07T03:26:08.348Z Compiling num-bigint-dig v0.8.4
22242024-08-07T03:26:08.348Z Compiling packed_struct v0.10.1
22252024-08-07T03:26:08.368Z Checking funty v2.0.0
22262024-08-07T03:26:08.469Z Checking wyz v0.5.1
22272024-08-07T03:26:08.484Z Checking crc v3.2.1
22282024-08-07T03:26:08.712Z Compiling packed_struct_codegen v0.10.1
22292024-08-07T03:26:08.861Z Checking half v2.4.1
22302024-08-07T03:26:08.894Z Compiling indexmap v1.9.3
22312024-08-07T03:26:08.914Z Checking nodrop v0.1.14
22322024-08-07T03:26:09.002Z Checking ciborium-io v0.2.2
22332024-08-07T03:26:09.035Z Checking array-init v0.0.4
22342024-08-07T03:26:09.114Z Checking smallvec v0.6.14
22352024-08-07T03:26:09.235Z Checking pkcs1 v0.7.5
22362024-08-07T03:26:09.325Z Checking ciborium-ll v0.2.2
22372024-08-07T03:26:09.340Z Checking bitvec v1.0.1
22382024-08-07T03:26:09.502Z Checking signature v2.2.0
22392024-08-07T03:26:09.627Z Compiling memoffset v0.9.1
22402024-08-07T03:26:09.642Z Checking hashbrown v0.12.3
22412024-08-07T03:26:09.699Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22422024-08-07T03:26:09.715Z Checking bitfield v0.14.0
22432024-08-07T03:26:10.013Z Checking bzip2 v0.4.4
22442024-08-07T03:26:10.016Z Checking serde-hex v0.1.0
22452024-08-07T03:26:10.040Z Checking env_logger v0.10.2
22462024-08-07T03:26:10.081Z Checking ciborium v0.2.2
22472024-08-07T03:26:10.321Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22482024-08-07T03:26:10.471Z Checking ron v0.8.1
22492024-08-07T03:26:10.588Z Checking x509-cert v0.2.5
22502024-08-07T03:26:11.137Z Checking hashbrown v0.13.2
22512024-08-07T03:26:11.352Z Checking rsa v0.9.6
22522024-08-07T03:26:11.428Z Checking crc-any v2.5.0
22532024-08-07T03:26:11.736Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22542024-08-07T03:26:11.785Z Checking zip v0.6.6
22552024-08-07T03:26:12.072Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22562024-08-07T03:26:12.206Z Checking object v0.30.4
22572024-08-07T03:26:12.221Z Checking path-slash v0.1.5
22582024-08-07T03:26:12.291Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22592024-08-07T03:26:12.344Z Checking nix v0.27.1
22602024-08-07T03:26:12.360Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22612024-08-07T03:26:12.437Z Checking serde-big-array v0.5.1
22622024-08-07T03:26:12.473Z Checking signal-hook-tokio v0.3.1
22632024-08-07T03:26:14.434Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22642024-08-07T03:26:15.080Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22652024-08-07T03:26:22.139Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22662024-08-07T03:26:23.452Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22672024-08-07T03:26:25.345Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22682024-08-07T03:26:27.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.68s
22692024-08-07T03:26:27.408Z
22702024-08-07T03:26:27.408Zinfo: running `cargo check --bins` on gateway-api (63/142)
22712024-08-07T03:26:27.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722024-08-07T03:26:27.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732024-08-07T03:26:27.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22742024-08-07T03:26:28.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22752024-08-07T03:26:28.067Z
22762024-08-07T03:26:28.067Zinfo: running `cargo check --bins` on sp-sim (64/142)
22772024-08-07T03:26:28.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22782024-08-07T03:26:28.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22792024-08-07T03:26:28.725Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22802024-08-07T03:26:30.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s
22812024-08-07T03:26:30.537Z
22822024-08-07T03:26:30.537Zinfo: running `cargo check --bins` on internal-dns (65/142)
22832024-08-07T03:26:31.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22842024-08-07T03:26:31.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22852024-08-07T03:26:31.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22862024-08-07T03:26:31.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22872024-08-07T03:26:31.178Z
22882024-08-07T03:26:31.178Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (66/142)
22892024-08-07T03:26:31.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22902024-08-07T03:26:31.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22912024-08-07T03:26:31.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22922024-08-07T03:26:31.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
22932024-08-07T03:26:31.900Z
22942024-08-07T03:26:31.900Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/142)
22952024-08-07T03:26:32.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22962024-08-07T03:26:32.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22972024-08-07T03:26:32.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22982024-08-07T03:26:32.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22992024-08-07T03:26:32.574Z
23002024-08-07T03:26:32.574Zinfo: running `cargo check --bins` on db-macros (68/142)
23012024-08-07T03:26:33.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23022024-08-07T03:26:33.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23032024-08-07T03:26:33.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23042024-08-07T03:26:33.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23052024-08-07T03:26:33.194Z
23062024-08-07T03:26:33.195Zinfo: running `cargo check --bins` on nexus-macros-common (69/142)
23072024-08-07T03:26:33.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23082024-08-07T03:26:33.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23092024-08-07T03:26:33.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23102024-08-07T03:26:33.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23112024-08-07T03:26:33.792Z
23122024-08-07T03:26:33.792Zinfo: running `cargo check --bins` on nexus-auth (70/142)
23132024-08-07T03:26:34.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23142024-08-07T03:26:34.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23152024-08-07T03:26:34.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23162024-08-07T03:26:34.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23172024-08-07T03:26:34.445Z
23182024-08-07T03:26:34.445Zinfo: running `cargo check --bins` on authz-macros (71/142)
23192024-08-07T03:26:34.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23202024-08-07T03:26:34.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23212024-08-07T03:26:34.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23222024-08-07T03:26:34.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23232024-08-07T03:26:35.052Z
23242024-08-07T03:26:35.053Zinfo: running `cargo check --bins` on nexus-db-fixed-data (72/142)
23252024-08-07T03:26:35.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23262024-08-07T03:26:35.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23272024-08-07T03:26:35.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23282024-08-07T03:26:35.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23292024-08-07T03:26:35.700Z
23302024-08-07T03:26:35.700Zinfo: running `cargo check --bins` on nexus-db-model (73/142)
23312024-08-07T03:26:36.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23322024-08-07T03:26:36.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23332024-08-07T03:26:36.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23342024-08-07T03:26:36.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
23352024-08-07T03:26:36.380Z
23362024-08-07T03:26:36.380Zinfo: running `cargo check --bins` on nexus-defaults (74/142)
23372024-08-07T03:26:36.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23382024-08-07T03:26:36.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23392024-08-07T03:26:36.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23402024-08-07T03:26:36.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23412024-08-07T03:26:36.999Z
23422024-08-07T03:26:36.999Zinfo: running `cargo check --bins` on oximeter (75/142)
23432024-08-07T03:26:37.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23442024-08-07T03:26:37.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23452024-08-07T03:26:37.612Z Compiling rustls-pki-types v1.7.0
23462024-08-07T03:26:37.696Z Compiling match_cfg v0.1.0
23472024-08-07T03:26:37.700Z Compiling prettyplease v0.2.20
23482024-08-07T03:26:37.713Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23492024-08-07T03:26:37.716Z Compiling slog-json v2.6.1
23502024-08-07T03:26:37.737Z Compiling http v1.1.0
23512024-08-07T03:26:37.741Z Compiling atomic-waker v1.1.2
23522024-08-07T03:26:37.763Z Compiling async-stream v0.3.5
23532024-08-07T03:26:37.778Z Compiling hostname v0.3.1
23542024-08-07T03:26:37.918Z Compiling waitgroup v0.1.2
23552024-08-07T03:26:37.988Z Compiling toml v0.8.19
23562024-08-07T03:26:38.014Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23572024-08-07T03:26:38.038Z Compiling slog-bunyan v2.5.0
23582024-08-07T03:26:38.087Z Compiling rustls-webpki v0.102.4
23592024-08-07T03:26:38.102Z Compiling rustls-pemfile v2.1.3
23602024-08-07T03:26:38.117Z Compiling sha1 v0.10.6
23612024-08-07T03:26:38.228Z Compiling newtype-uuid v1.1.0
23622024-08-07T03:26:38.254Z Compiling serde_path_to_error v0.1.16
23632024-08-07T03:26:38.449Z Compiling hostname v0.4.0
23642024-08-07T03:26:38.521Z Compiling instant v0.1.12
23652024-08-07T03:26:38.536Z Compiling debug-ignore v1.0.5
23662024-08-07T03:26:38.591Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23672024-08-07T03:26:38.657Z Compiling backoff v0.4.0
23682024-08-07T03:26:38.660Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
23692024-08-07T03:26:38.688Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23702024-08-07T03:26:38.850Z Compiling parse-display v0.9.1
23712024-08-07T03:26:38.913Z Compiling rustls v0.22.4
23722024-08-07T03:26:38.985Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23732024-08-07T03:26:39.074Z Compiling serde_with v3.8.3
23742024-08-07T03:26:39.465Z Compiling multer v3.1.0
23752024-08-07T03:26:39.652Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23762024-08-07T03:26:39.797Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
23772024-08-07T03:26:40.128Z Compiling num-rational v0.4.2
23782024-08-07T03:26:40.149Z Compiling num-complex v0.4.6
23792024-08-07T03:26:40.164Z Compiling macaddr v1.0.1
23802024-08-07T03:26:41.194Z Compiling num v0.4.3
23812024-08-07T03:26:41.236Z Compiling float-ord v0.3.2
23822024-08-07T03:26:42.341Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
23832024-08-07T03:26:42.783Z Compiling tokio-rustls v0.25.0
23842024-08-07T03:26:43.033Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
23852024-08-07T03:26:46.271Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23862024-08-07T03:26:57.326Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23872024-08-07T03:27:00.373Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23882024-08-07T03:27:00.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.96s
23892024-08-07T03:27:01.102Z
23902024-08-07T03:27:01.102Zinfo: running `cargo check --bins` on oximeter-impl (76/142)
23912024-08-07T03:27:01.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922024-08-07T03:27:01.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932024-08-07T03:27:01.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23942024-08-07T03:27:01.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23952024-08-07T03:27:01.723Z
23962024-08-07T03:27:01.723Zinfo: running `cargo check --bins` on oximeter-macro-impl (77/142)
23972024-08-07T03:27:02.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982024-08-07T03:27:02.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992024-08-07T03:27:02.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24002024-08-07T03:27:02.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24012024-08-07T03:27:02.318Z
24022024-08-07T03:27:02.318Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (78/142)
24032024-08-07T03:27:02.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042024-08-07T03:27:02.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052024-08-07T03:27:02.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24062024-08-07T03:27:02.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24072024-08-07T03:27:02.931Z
24082024-08-07T03:27:02.931Zinfo: running `cargo check --bins` on nexus-inventory (79/142)
24092024-08-07T03:27:03.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102024-08-07T03:27:03.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112024-08-07T03:27:03.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24122024-08-07T03:27:03.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24132024-08-07T03:27:03.563Z
24142024-08-07T03:27:03.563Zinfo: running `cargo check --bins` on typed-rng (80/142)
24152024-08-07T03:27:04.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162024-08-07T03:27:04.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172024-08-07T03:27:04.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24182024-08-07T03:27:04.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24192024-08-07T03:27:04.130Z
24202024-08-07T03:27:04.130Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/142)
24212024-08-07T03:27:04.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222024-08-07T03:27:04.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232024-08-07T03:27:04.825Z Checking password-hash v0.5.0
24242024-08-07T03:27:04.825Z Checking blake2 v0.10.6
24252024-08-07T03:27:04.828Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24262024-08-07T03:27:04.828Z Compiling semver v0.1.20
24272024-08-07T03:27:04.926Z Compiling convert_case v0.4.0
24282024-08-07T03:27:04.929Z Compiling rayon-core v1.12.1
24292024-08-07T03:27:04.954Z Compiling crossbeam-deque v0.8.5
24302024-08-07T03:27:04.976Z Compiling unicase v2.7.0
24312024-08-07T03:27:05.247Z Compiling rustc_version v0.1.7
24322024-08-07T03:27:05.274Z Compiling libefi-sys v0.1.0
24332024-08-07T03:27:05.293Z Compiling same-file v1.0.6
24342024-08-07T03:27:05.313Z Compiling fastrand v2.1.0
24352024-08-07T03:27:05.354Z Checking argon2 v0.5.3
24362024-08-07T03:27:05.534Z Compiling walkdir v2.5.0
24372024-08-07T03:27:05.589Z Compiling curve25519-dalek v4.1.3
24382024-08-07T03:27:05.720Z Compiling newtype_derive v0.1.6
24392024-08-07T03:27:05.736Z Compiling tempfile v3.10.1
24402024-08-07T03:27:05.841Z Compiling derive-where v1.2.7
24412024-08-07T03:27:05.862Z Compiling derive_more v0.99.18
24422024-08-07T03:27:06.059Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24432024-08-07T03:27:06.080Z Compiling bitfield-struct v0.6.1
24442024-08-07T03:27:06.187Z Compiling ring v0.16.20
24452024-08-07T03:27:06.249Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24462024-08-07T03:27:06.338Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
24472024-08-07T03:27:06.571Z Compiling blake3 v1.5.1
24482024-08-07T03:27:06.628Z Checking keccak v0.1.5
24492024-08-07T03:27:06.950Z Checking sha3 v0.10.8
24502024-08-07T03:27:07.323Z Compiling rayon v1.10.0
24512024-08-07T03:27:07.493Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24522024-08-07T03:27:07.634Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24532024-08-07T03:27:07.650Z Checking universal-hash v0.5.1
24542024-08-07T03:27:07.835Z Compiling thiserror-impl-no-std v2.0.2
24552024-08-07T03:27:07.930Z Checking secrecy v0.8.0
24562024-08-07T03:27:07.933Z Compiling curve25519-dalek-derive v0.1.1
24572024-08-07T03:27:08.038Z Compiling memmap2 v0.9.4
24582024-08-07T03:27:08.120Z Compiling constant_time_eq v0.3.0
24592024-08-07T03:27:08.302Z Compiling arrayvec v0.7.4
24602024-08-07T03:27:08.476Z Compiling spin v0.5.2
24612024-08-07T03:27:08.704Z Compiling arrayref v0.3.7
24622024-08-07T03:27:08.719Z Compiling untrusted v0.7.1
24632024-08-07T03:27:08.800Z Compiling home v0.5.9
24642024-08-07T03:27:08.907Z Checking opaque-debug v0.3.1
24652024-08-07T03:27:08.991Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24662024-08-07T03:27:09.057Z Checking poly1305 v0.8.0
24672024-08-07T03:27:09.094Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24682024-08-07T03:27:09.295Z Compiling toolchain_find v0.4.0
24692024-08-07T03:27:09.530Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24702024-08-07T03:27:09.759Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24712024-08-07T03:27:09.775Z Checking steno v0.4.1
24722024-08-07T03:27:09.944Z Compiling camino-tempfile v1.1.1
24732024-08-07T03:27:10.434Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24742024-08-07T03:27:10.478Z Checking chacha20 v0.9.1
24752024-08-07T03:27:10.827Z Checking gethostname v0.5.0
24762024-08-07T03:27:10.949Z Checking aead v0.5.2
24772024-08-07T03:27:11.163Z Compiling topological-sort v0.2.2
24782024-08-07T03:27:11.179Z Checking thiserror-no-std v2.0.2
24792024-08-07T03:27:11.275Z Compiling cancel-safe-futures v0.1.5
24802024-08-07T03:27:11.364Z Checking chacha20poly1305 v0.10.1
24812024-08-07T03:27:11.381Z Checking vsss-rs v3.3.4
24822024-08-07T03:27:11.535Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24832024-08-07T03:27:12.158Z Compiling mime_guess v2.0.4
24842024-08-07T03:27:12.205Z Compiling omicron-zone-package v0.11.0
24852024-08-07T03:27:12.829Z Compiling rustfmt-wrapper v0.2.1
24862024-08-07T03:27:12.925Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24872024-08-07T03:27:13.385Z Checking glob v0.3.1
24882024-08-07T03:27:13.453Z Checking libsw v3.3.1
24892024-08-07T03:27:13.641Z Checking owo-colors v4.0.0
24902024-08-07T03:27:13.681Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24912024-08-07T03:27:13.706Z Checking swrite v0.1.0
24922024-08-07T03:27:13.727Z Checking linear-map v1.2.0
24932024-08-07T03:27:13.866Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24942024-08-07T03:27:14.033Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
24952024-08-07T03:27:14.448Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24962024-08-07T03:27:14.691Z Checking kstat-rs v0.2.4
24972024-08-07T03:27:14.709Z Checking nanorand v0.7.0
24982024-08-07T03:27:14.853Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24992024-08-07T03:27:14.989Z Checking http-range v0.1.5
25002024-08-07T03:27:15.074Z Checking flume v0.11.0
25012024-08-07T03:27:15.175Z Checking hyper-staticfile v0.9.5
25022024-08-07T03:27:15.198Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25032024-08-07T03:27:15.402Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25042024-08-07T03:27:15.562Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25052024-08-07T03:27:15.598Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25062024-08-07T03:27:15.664Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25072024-08-07T03:27:15.856Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25082024-08-07T03:27:16.915Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25092024-08-07T03:27:17.215Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25102024-08-07T03:27:18.234Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25112024-08-07T03:27:18.541Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25122024-08-07T03:27:18.881Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
25132024-08-07T03:27:19.383Z Checking display-error-chain v0.2.0
25142024-08-07T03:27:26.477Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25152024-08-07T03:27:31.873Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25162024-08-07T03:27:31.873Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25172024-08-07T03:27:32.535Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25182024-08-07T03:27:47.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.25s
25192024-08-07T03:27:47.547Z
25202024-08-07T03:27:47.547Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/142)
25212024-08-07T03:27:48.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222024-08-07T03:27:48.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232024-08-07T03:27:48.242Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25242024-08-07T03:28:02.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.54s
25252024-08-07T03:28:02.252Z
25262024-08-07T03:28:02.252Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/142)
25272024-08-07T03:28:02.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282024-08-07T03:28:02.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292024-08-07T03:28:02.948Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25302024-08-07T03:28:16.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s
25312024-08-07T03:28:16.893Z
25322024-08-07T03:28:16.894Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/142)
25332024-08-07T03:28:17.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342024-08-07T03:28:17.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352024-08-07T03:28:17.597Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25362024-08-07T03:28:31.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.61s
25372024-08-07T03:28:31.680Z
25382024-08-07T03:28:31.680Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/142)
25392024-08-07T03:28:32.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402024-08-07T03:28:32.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412024-08-07T03:28:32.435Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25422024-08-07T03:28:47.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.95s
25432024-08-07T03:28:47.821Z
25442024-08-07T03:28:47.821Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/142)
25452024-08-07T03:28:48.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462024-08-07T03:28:48.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472024-08-07T03:28:48.615Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25482024-08-07T03:29:02.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.15s
25492024-08-07T03:29:03.144Z
25502024-08-07T03:29:03.144Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/142)
25512024-08-07T03:29:03.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522024-08-07T03:29:03.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532024-08-07T03:29:03.837Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25542024-08-07T03:29:17.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.38s
25552024-08-07T03:29:17.701Z
25562024-08-07T03:29:17.702Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/142)
25572024-08-07T03:29:18.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582024-08-07T03:29:18.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592024-08-07T03:29:18.394Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25602024-08-07T03:29:32.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.77s
25612024-08-07T03:29:32.640Z
25622024-08-07T03:29:32.640Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/142)
25632024-08-07T03:29:33.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642024-08-07T03:29:33.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652024-08-07T03:29:33.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25662024-08-07T03:29:33.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25672024-08-07T03:29:33.273Z
25682024-08-07T03:29:33.273Zinfo: running `cargo check --bins` on sled-agent-types (90/142)
25692024-08-07T03:29:33.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702024-08-07T03:29:33.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712024-08-07T03:29:33.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25722024-08-07T03:29:33.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25732024-08-07T03:29:33.903Z
25742024-08-07T03:29:33.903Zinfo: running `cargo check --bins --no-default-features` on sled-storage (91/142)
25752024-08-07T03:29:34.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762024-08-07T03:29:34.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772024-08-07T03:29:34.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25782024-08-07T03:29:34.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25792024-08-07T03:29:34.520Z
25802024-08-07T03:29:34.520Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/142)
25812024-08-07T03:29:35.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25822024-08-07T03:29:35.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25832024-08-07T03:29:35.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25842024-08-07T03:29:35.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25852024-08-07T03:29:35.136Z
25862024-08-07T03:29:35.136Zinfo: running `cargo check --bins` on key-manager (93/142)
25872024-08-07T03:29:35.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25882024-08-07T03:29:35.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25892024-08-07T03:29:35.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25902024-08-07T03:29:35.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25912024-08-07T03:29:35.737Z
25922024-08-07T03:29:35.737Zinfo: running `cargo check --bins` on sled-hardware (94/142)
25932024-08-07T03:29:36.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25942024-08-07T03:29:36.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25952024-08-07T03:29:36.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25962024-08-07T03:29:36.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25972024-08-07T03:29:36.343Z
25982024-08-07T03:29:36.343Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (95/142)
25992024-08-07T03:29:36.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26002024-08-07T03:29:36.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26012024-08-07T03:29:36.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26022024-08-07T03:29:36.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26032024-08-07T03:29:36.918Z
26042024-08-07T03:29:36.918Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/142)
26052024-08-07T03:29:37.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26062024-08-07T03:29:37.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26072024-08-07T03:29:37.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26082024-08-07T03:29:37.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26092024-08-07T03:29:37.520Z
26102024-08-07T03:29:37.520Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/142)
26112024-08-07T03:29:38.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26122024-08-07T03:29:38.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26132024-08-07T03:29:38.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26142024-08-07T03:29:38.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26152024-08-07T03:29:38.122Z
26162024-08-07T03:29:38.122Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/142)
26172024-08-07T03:29:38.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26182024-08-07T03:29:38.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26192024-08-07T03:29:38.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26202024-08-07T03:29:38.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26212024-08-07T03:29:38.728Z
26222024-08-07T03:29:38.728Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/142)
26232024-08-07T03:29:39.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242024-08-07T03:29:39.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252024-08-07T03:29:39.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262024-08-07T03:29:39.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26272024-08-07T03:29:39.342Z
26282024-08-07T03:29:39.342Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/142)
26292024-08-07T03:29:39.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302024-08-07T03:29:39.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312024-08-07T03:29:39.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322024-08-07T03:29:39.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26332024-08-07T03:29:39.937Z
26342024-08-07T03:29:39.937Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/142)
26352024-08-07T03:29:40.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362024-08-07T03:29:40.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372024-08-07T03:29:40.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382024-08-07T03:29:40.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26392024-08-07T03:29:40.543Z
26402024-08-07T03:29:40.543Zinfo: running `cargo check --bins` on oximeter-producer (102/142)
26412024-08-07T03:29:41.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422024-08-07T03:29:41.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432024-08-07T03:29:41.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442024-08-07T03:29:41.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26452024-08-07T03:29:41.171Z
26462024-08-07T03:29:41.171Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/142)
26472024-08-07T03:29:41.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482024-08-07T03:29:41.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492024-08-07T03:29:41.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502024-08-07T03:29:41.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26512024-08-07T03:29:41.802Z
26522024-08-07T03:29:41.802Zinfo: running `cargo check --bins` on nexus-test-interface (104/142)
26532024-08-07T03:29:42.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542024-08-07T03:29:42.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552024-08-07T03:29:42.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562024-08-07T03:29:42.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26572024-08-07T03:29:42.442Z
26582024-08-07T03:29:42.442Zinfo: running `cargo check --bins` on oximeter-collector (105/142)
26592024-08-07T03:29:43.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602024-08-07T03:29:43.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612024-08-07T03:29:43.115Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26622024-08-07T03:29:43.117Z Checking bcs v0.1.6
26632024-08-07T03:29:43.117Z Compiling async-recursion v1.1.1
26642024-08-07T03:29:43.117Z Checking highway v1.1.0
26652024-08-07T03:29:43.117Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26662024-08-07T03:29:43.117Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26672024-08-07T03:29:44.233Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26682024-08-07T03:29:47.636Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26692024-08-07T03:29:49.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.89s
26702024-08-07T03:29:49.506Z
26712024-08-07T03:29:49.506Zinfo: running `cargo check --bins` on oximeter-api (106/142)
26722024-08-07T03:29:50.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732024-08-07T03:29:50.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742024-08-07T03:29:50.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752024-08-07T03:29:50.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26762024-08-07T03:29:50.180Z
26772024-08-07T03:29:50.180Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (107/142)
26782024-08-07T03:29:50.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792024-08-07T03:29:50.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802024-08-07T03:29:50.849Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26812024-08-07T03:29:51.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
26822024-08-07T03:29:51.582Z
26832024-08-07T03:29:51.582Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/142)
26842024-08-07T03:29:52.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852024-08-07T03:29:53.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862024-08-07T03:29:53.214Z Compiling cfg_aliases v0.1.1
26872024-08-07T03:29:53.214Z Compiling vte_generate_state_changes v0.1.1
26882024-08-07T03:29:53.214Z Checking fd-lock v4.0.2
26892024-08-07T03:29:53.214Z Checking bytecount v0.6.8
26902024-08-07T03:29:53.214Z Compiling tabled_derive v0.7.0
26912024-08-07T03:29:53.214Z Compiling peg-macros v0.8.4
26922024-08-07T03:29:53.214Z Compiling sqlparser_derive v0.2.2
26932024-08-07T03:29:53.214Z Checking nu-ansi-term v0.50.0
26942024-08-07T03:29:53.214Z Compiling nix v0.28.0
26952024-08-07T03:29:53.214Z Checking papergrid v0.11.0
26962024-08-07T03:29:53.214Z Checking home v0.5.9
26972024-08-07T03:29:53.214Z Checking unicode_categories v0.1.1
26982024-08-07T03:29:53.214Z Checking sqlformat v0.2.4
26992024-08-07T03:29:53.214Z Checking vte v0.11.1
27002024-08-07T03:29:53.487Z Checking sqlparser v0.45.0
27012024-08-07T03:29:54.367Z Checking strip-ansi-escapes v0.2.0
27022024-08-07T03:29:54.508Z Checking tabled v0.15.0
27032024-08-07T03:29:54.524Z Checking reedline v0.31.0
27042024-08-07T03:29:55.104Z Checking peg v0.8.4
27052024-08-07T03:29:55.813Z Checking rustyline v14.0.0
27062024-08-07T03:30:00.472Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27072024-08-07T03:30:06.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.88s
27082024-08-07T03:30:06.634Z
27092024-08-07T03:30:06.634Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/142)
27102024-08-07T03:30:07.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27112024-08-07T03:30:07.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27122024-08-07T03:30:07.291Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27132024-08-07T03:30:12.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s
27142024-08-07T03:30:13.103Z
27152024-08-07T03:30:13.103Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/142)
27162024-08-07T03:30:13.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27172024-08-07T03:30:13.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27182024-08-07T03:30:13.731Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27192024-08-07T03:30:19.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.01s
27202024-08-07T03:30:19.271Z
27212024-08-07T03:30:19.271Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/142)
27222024-08-07T03:30:19.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27232024-08-07T03:30:19.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27242024-08-07T03:30:19.897Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27252024-08-07T03:30:23.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
27262024-08-07T03:30:24.056Z
27272024-08-07T03:30:24.056Zinfo: running `cargo check --bins` on crdb-seed (112/142)
27282024-08-07T03:30:24.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27292024-08-07T03:30:24.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27302024-08-07T03:30:24.697Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
27312024-08-07T03:30:25.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
27322024-08-07T03:30:25.172Z
27332024-08-07T03:30:25.172Zinfo: running `cargo check --bins` on xtask-downloader (113/142)
27342024-08-07T03:30:25.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27352024-08-07T03:30:25.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27362024-08-07T03:30:25.771Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
27372024-08-07T03:30:26.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
27382024-08-07T03:30:26.714Z
27392024-08-07T03:30:26.714Zinfo: running `cargo check --bins` on omicron-omdb (114/142)
27402024-08-07T03:30:27.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27412024-08-07T03:30:27.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27422024-08-07T03:30:27.472Z Compiling crunchy v0.2.2
27432024-08-07T03:30:27.472Z Compiling glob v0.3.1
27442024-08-07T03:30:27.476Z Compiling tiny-keccak v2.0.2
27452024-08-07T03:30:27.584Z Compiling ascii-canvas v3.0.0
27462024-08-07T03:30:27.587Z Compiling ena v0.14.3
27472024-08-07T03:30:27.594Z Compiling libloading v0.8.3
27482024-08-07T03:30:27.596Z Compiling bindgen v0.69.4
27492024-08-07T03:30:27.615Z Compiling regex-syntax v0.6.29
27502024-08-07T03:30:27.879Z Compiling diff v0.1.13
27512024-08-07T03:30:27.962Z Compiling which v4.4.2
27522024-08-07T03:30:28.011Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27532024-08-07T03:30:28.076Z Compiling cexpr v0.6.0
27542024-08-07T03:30:28.250Z Compiling shlex v1.3.0
27552024-08-07T03:30:28.394Z Compiling ref-cast v1.0.23
27562024-08-07T03:30:28.464Z Compiling clang-sys v1.7.0
27572024-08-07T03:30:28.521Z Compiling lazycell v1.3.0
27582024-08-07T03:30:28.537Z Compiling rustc-hash v1.1.0
27592024-08-07T03:30:28.654Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27602024-08-07T03:30:28.683Z Compiling derive_builder_core v0.20.0
27612024-08-07T03:30:28.685Z Compiling libxml v0.3.3
27622024-08-07T03:30:28.861Z Compiling ref-cast-impl v1.0.23
27632024-08-07T03:30:28.941Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27642024-08-07T03:30:29.019Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27652024-08-07T03:30:29.099Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27662024-08-07T03:30:29.317Zerror[E0599]: no method named `as_ptr` found for reference `&X509Ref` in the current scope
27672024-08-07T03:30:29.317Z --> certificates/src/openssl_ext.rs:55:22
27682024-08-07T03:30:29.317Z |
27692024-08-07T03:30:29.317Z55 | self.as_ptr(),
27702024-08-07T03:30:29.317Z | ^^^^^^ method not found in `&X509Ref`
27712024-08-07T03:30:29.317Z |
27722024-08-07T03:30:29.317Z = help: items from traits can only be used if the trait is in scope
27732024-08-07T03:30:29.317Zhelp: trait `ForeignTypeRef` which provides `as_ptr` is implemented but not in scope; perhaps you want to import it
27742024-08-07T03:30:29.317Z |
27752024-08-07T03:30:29.317Z8 + use foreign_types_shared::ForeignTypeRef;
27762024-08-07T03:30:29.317Z |
27772024-08-07T03:30:29.317Z
27782024-08-07T03:30:29.337Zerror[E0599]: no method named `as_ptr` found for reference `&X509Ref` in the current scope
27792024-08-07T03:30:29.337Z --> certificates/src/openssl_ext.rs:114:65
27802024-08-07T03:30:29.337Z |
27812024-08-07T03:30:29.337Z114 | unsafe { openssl_sys::X509_get_extension_flags(self.as_ptr()) };
27822024-08-07T03:30:29.337Z | ^^^^^^ method not found in `&X509Ref`
27832024-08-07T03:30:29.337Z |
27842024-08-07T03:30:29.337Z = help: items from traits can only be used if the trait is in scope
27852024-08-07T03:30:29.337Zhelp: trait `ForeignTypeRef` which provides `as_ptr` is implemented but not in scope; perhaps you want to import it
27862024-08-07T03:30:29.337Z |
27872024-08-07T03:30:29.337Z8 + use foreign_types_shared::ForeignTypeRef;
27882024-08-07T03:30:29.337Z |
27892024-08-07T03:30:29.337Z
27902024-08-07T03:30:29.356Zerror[E0599]: no method named `as_ptr` found for reference `&X509Ref` in the current scope
27912024-08-07T03:30:29.356Z --> certificates/src/openssl_ext.rs:121:68
27922024-08-07T03:30:29.356Z |
27932024-08-07T03:30:29.356Z121 | unsafe { openssl_sys::X509_get_extended_key_usage(self.as_ptr()) };
27942024-08-07T03:30:29.356Z | ^^^^^^ method not found in `&X509Ref`
27952024-08-07T03:30:29.357Z |
27962024-08-07T03:30:29.357Z = help: items from traits can only be used if the trait is in scope
27972024-08-07T03:30:29.357Zhelp: trait `ForeignTypeRef` which provides `as_ptr` is implemented but not in scope; perhaps you want to import it
27982024-08-07T03:30:29.357Z |
27992024-08-07T03:30:29.357Z8 + use foreign_types_shared::ForeignTypeRef;
28002024-08-07T03:30:29.357Z |
28012024-08-07T03:30:29.357Z
28022024-08-07T03:30:29.360Zwarning: unused import: `foreign_types::ForeignTypeRef`
28032024-08-07T03:30:29.360Z --> certificates/src/openssl_ext.rs:8:5
28042024-08-07T03:30:29.360Z |
28052024-08-07T03:30:29.360Z8 | use foreign_types::ForeignTypeRef;
28062024-08-07T03:30:29.360Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
28072024-08-07T03:30:29.360Z |
28082024-08-07T03:30:29.360Z = note: `#[warn(unused_imports)]` on by default
28092024-08-07T03:30:29.360Z
28102024-08-07T03:30:29.430ZFor more information about this error, try `rustc --explain E0599`.
28112024-08-07T03:30:29.430Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28122024-08-07T03:30:29.460Zwarning: `omicron-certificates` (lib) generated 1 warning
28132024-08-07T03:30:29.460Zerror: could not compile `omicron-certificates` (lib) due to 3 previous errors; 1 warning emitted
28142024-08-07T03:30:29.460Zwarning: build failed, waiting for other jobs to finish...
28152024-08-07T03:30:34.993Zerror: process didn't exit successfully: `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path dev-tools/omdb/Cargo.toml` (exit status: 101)
28162024-08-07T03:30:34.995ZError: cargo-hack install failed: exit status: 1
28172024-08-07T03:30:34.998Z
28182024-08-07T03:30:34.998Zreal 6:54.560214220
28192024-08-07T03:30:34.998Zuser 13:43.458977022
28202024-08-07T03:30:34.998Zsys 3:28.028088249
28212024-08-07T03:30:34.998Ztrap 0.302263294
28222024-08-07T03:30:34.998Ztflt 1.770815905
28232024-08-07T03:30:34.998Zdflt 2.019404162
28242024-08-07T03:30:34.998Zkflt 0.000011546
28252024-08-07T03:30:34.998Zlock 24:11.709830680
28262024-08-07T03:30:34.998Zslp 1:12:58.902953853
28272024-08-07T03:30:34.998Zlat 42.674746665
28282024-08-07T03:30:34.998Zstop 2:04.321590037
28292024-08-07T03:30:35.001Zprocess exited: duration 750420 ms, exit code 1
 
28302024-08-07T03:30:35.007Zfound 0 output files