01J4NSCJ46J49PGPD3YBM9615J: 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: 01J4NSCVWG49NJ51MWT40Q8GGB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-07T06:47:12.162Zjob assigned to worker 01J4NSD74EYVF4F8WPFY8JDHE1 (queued for 1 m 7 s)
 
22024-08-07T06:47:20.248Zstarting task 0: "setup"
32024-08-07T06:47:20.260Z++ uname -s
42024-08-07T06:47:20.262Z+ kern=SunOS
52024-08-07T06:47:20.262Z+ case "$kern" in
62024-08-07T06:47:20.262Z+ groupadd -g 12345 build
72024-08-07T06:47:20.265Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-07T06:47:22.277Z+ zfs create -o mountpoint=/work rpool/work
92024-08-07T06:47:22.370Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-07T06:47:22.372Z+ home_fs=zfs
112024-08-07T06:47:22.372Z+ [[ zfs == autofs ]]
122024-08-07T06:47:22.372Z+ mkdir -p /home/build
132024-08-07T06:47:22.375Z+ chown build:build /home/build /work
142024-08-07T06:47:23.376Z+ chmod 0700 /home/build /work
152024-08-07T06:47:23.378Zprocess exited: duration 3128 ms, exit code 0
 
162024-08-07T06:47:23.384Zstarting task 1: "rust-toolchain"
172024-08-07T06:47:23.389Z+ printf ' * toolchain channel = "%s"
182024-08-07T06:47:23.389Z' 1.80.0
192024-08-07T06:47:23.389Z+ printf ' * toolchain profile = "%s"
202024-08-07T06:47:23.389Z' default
212024-08-07T06:47:23.392Z * toolchain channel = "1.80.0"
222024-08-07T06:47:23.392Z * toolchain profile = "default"
232024-08-07T06:47:23.392Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-07T06:47:23.392Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default
252024-08-07T06:47:23.507Zinfo: downloading installer
262024-08-07T06:47:24.911Zinfo: profile set to 'default'
272024-08-07T06:47:24.911Zinfo: default host triple is x86_64-unknown-illumos
282024-08-07T06:47:24.914Zinfo: syncing channel updates for '1.80.0-x86_64-unknown-illumos'
292024-08-07T06:47:25.057Zinfo: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21)
302024-08-07T06:47:25.057Zinfo: downloading component 'cargo'
312024-08-07T06:47:25.870Zinfo: downloading component 'clippy'
322024-08-07T06:47:26.155Zinfo: downloading component 'rust-docs'
332024-08-07T06:47:27.272Zinfo: downloading component 'rust-std'
342024-08-07T06:47:28.855Zinfo: downloading component 'rustc'
352024-08-07T06:47:33.310Zinfo: downloading component 'rustfmt'
362024-08-07T06:47:33.546Zinfo: installing component 'cargo'
372024-08-07T06:47:34.381Zinfo: installing component 'clippy'
382024-08-07T06:47:34.752Zinfo: installing component 'rust-docs'
392024-08-07T06:47:36.381Zinfo: installing component 'rust-std'
402024-08-07T06:47:38.027Zinfo: installing component 'rustc'
412024-08-07T06:47:42.204Zinfo: installing component 'rustfmt'
422024-08-07T06:47:42.547Zinfo: default toolchain set to '1.80.0-x86_64-unknown-illumos'
432024-08-07T06:47:42.547Z
442024-08-07T06:47:42.821Z 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21)
452024-08-07T06:47:42.821Z
462024-08-07T06:47:42.824Z
472024-08-07T06:47:42.824ZRust is installed now. Great!
482024-08-07T06:47:42.824Z
492024-08-07T06:47:42.824ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-07T06:47:42.824Zenvironment variable. This has not been done automatically.
512024-08-07T06:47:42.824Z
522024-08-07T06:47:42.824ZTo configure your current shell, you need to source
532024-08-07T06:47:42.824Zthe corresponding env file under $HOME/.cargo.
542024-08-07T06:47:42.824Z
552024-08-07T06:47:42.824ZThis is usually done by running one of the following (note the leading DOT):
562024-08-07T06:47:42.824Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-07T06:47:42.824Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-07T06:47:42.877Z+ rustc --version
592024-08-07T06:47:42.940Zrustc 1.80.0 (051478957 2024-07-21)
602024-08-07T06:47:42.943Zprocess exited: duration 19552 ms, exit code 0
 
612024-08-07T06:47:42.949Zstarting task 2: "authentication"
622024-08-07T06:47:42.969Zprocess exited: duration 20 ms, exit code 0
 
632024-08-07T06:47:42.977Zstarting task 3: "clone repository"
642024-08-07T06:47:42.979Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-07T06:47:42.982Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-07T06:47:43.029ZCloning into '/work/oxidecomputer/omicron'...
672024-08-07T06:47:48.437Z+ cd /work/oxidecomputer/omicron
682024-08-07T06:47:48.437Z+ git fetch origin 2dbf463f253dd1e0c662e2563bae30c0071ee454
692024-08-07T06:47:48.703ZFrom https://github.com/oxidecomputer/omicron
702024-08-07T06:47:48.703Z * branch 2dbf463f253dd1e0c662e2563bae30c0071ee454 -> FETCH_HEAD
712024-08-07T06:47:48.712Z+ [[ -n renovate/hyper-staticfile-0.x ]]
722024-08-07T06:47:48.715Z++ git branch --show-current
732024-08-07T06:47:48.718Z+ current=main
742024-08-07T06:47:48.718Z+ [[ main != renovate/hyper-staticfile-0.x ]]
752024-08-07T06:47:48.718Z+ git branch -f renovate/hyper-staticfile-0.x 2dbf463f253dd1e0c662e2563bae30c0071ee454
762024-08-07T06:47:48.720Z+ git checkout -f renovate/hyper-staticfile-0.x
772024-08-07T06:47:48.815ZSwitched to branch 'renovate/hyper-staticfile-0.x'
782024-08-07T06:47:48.818Z+ git reset --hard 2dbf463f253dd1e0c662e2563bae30c0071ee454
792024-08-07T06:47:48.910ZHEAD is now at 2dbf463f2 Update Rust crate hyper-staticfile to 0.10.1
802024-08-07T06:47:48.913Zprocess exited: duration 5934 ms, exit code 0
 
812024-08-07T06:47:48.919Zstarting task 4: "build"
822024-08-07T06:47:48.924Z+ cargo --version
832024-08-07T06:47:48.979Zcargo 1.80.0 (376290515 2024-07-16)
842024-08-07T06:47:48.982Z+ rustc --version
852024-08-07T06:47:49.037Zrustc 1.80.0 (051478957 2024-07-21)
862024-08-07T06:47:49.040Z+ source ./env.sh
872024-08-07T06:47:49.040Z++ OLD_SHELL_OPTS=ehxB
882024-08-07T06:47:49.040Z++ set -o xtrace
892024-08-07T06:47:49.042Z++++ dirname ./env.sh
902024-08-07T06:47:49.045Z+++ readlink -f .
912024-08-07T06:47:49.048Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-07T06:47:49.051Z++ 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-07T06:47:49.051Z++ 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-07T06:47:49.051Z++ 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-07T06:47:49.051Z++ 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-07T06:47:49.051Z++ 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-07T06:47:49.051Z++ 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-07T06:47:49.051Z++ 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-07T06:47:49.051Z++ 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-07T06:47:49.051Z++ case $OLD_SHELL_OPTS in
1012024-08-07T06:47:49.051Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-07T06:47:49.051Z+ 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-07T06:47:49.051Z+ 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-07T06:47:49.051Z+ banner prerequisites
1052024-08-07T06:47:49.051Z
1062024-08-07T06:47:49.051Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-07T06:47:49.051Z # # # # # # # # # # # # # # #
1082024-08-07T06:47:49.051Z # # # # ##### # # ##### # # # # # #### #
1092024-08-07T06:47:49.051Z ##### ##### # ##### # # # # # # # # #
1102024-08-07T06:47:49.051Z # # # # # # # # # # # # # # #
1112024-08-07T06:47:49.051Z # # # ###### # # ###### ### # #### # #### #
1122024-08-07T06:47:49.051Z
1132024-08-07T06:47:49.051Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-07T06:47:54.802Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-07T06:47:56.840Z Startup: Caching catalogs ... Done
1162024-08-07T06:48:00.661ZPlanning: Solver setup ... Done (3.248s)
1172024-08-07T06:48:00.724ZPlanning: Running solver ... Done (0.062s)
1182024-08-07T06:48:00.774ZPlanning: Finding local manifests ... Done (0.004s)
1192024-08-07T06:48:00.786ZPlanning: Fetching manifests: 0/4 0% complete
1202024-08-07T06:48:00.935ZPlanning: Fetching manifests: 4/4 100% complete
1212024-08-07T06:48:00.983ZPlanning: Package planning ... Done (0.048s)
1222024-08-07T06:48:01.034ZPlanning: Merging actions ... Done (0.051s)
1232024-08-07T06:48:01.326ZPlanning: Checking for conflicting actions ... Done (0.292s)
1242024-08-07T06:48:01.337ZPlanning: Consolidating action changes ... Done (0.011s)
1252024-08-07T06:48:02.326ZPlanning: Evaluating mediators ... Done (0.989s)
1262024-08-07T06:48:02.336ZPlanning: Planning completed in 5.43 seconds
1272024-08-07T06:48:02.353Z Packages to install: 4
1282024-08-07T06:48:02.353Z Mediators to change: 2
1292024-08-07T06:48:02.356Z Services to change: 1
1302024-08-07T06:48:02.356Z Estimated space available: 155.76 GB
1312024-08-07T06:48:02.356ZEstimated space to be consumed: 1.47 GB
1322024-08-07T06:48:02.356Z Create boot environment: No
1332024-08-07T06:48:02.356ZCreate backup boot environment: No
1342024-08-07T06:48:02.356Z Rebuild boot archive: No
1352024-08-07T06:48:02.356Z
1362024-08-07T06:48:02.356ZChanged mediators:
1372024-08-07T06:48:02.356Z mediator clang:
1382024-08-07T06:48:02.356Z version: None -> 15 (system default)
1392024-08-07T06:48:02.356Z
1402024-08-07T06:48:02.356Z mediator llvm:
1412024-08-07T06:48:02.356Z version: 14 (system default) -> 15 (system default)
1422024-08-07T06:48:02.356Z
1432024-08-07T06:48:02.356ZChanged packages:
1442024-08-07T06:48:02.356Zhelios-dev
1452024-08-07T06:48:02.356Z developer/build-essential
1462024-08-07T06:48:02.356Z None -> 11-2.0
1472024-08-07T06:48:02.356Z library/libxmlsec1
1482024-08-07T06:48:02.356Z None -> 1.2.35-2.0
1492024-08-07T06:48:02.356Z ooce/developer/clang-15
1502024-08-07T06:48:02.356Z None -> 15.0.7-2.0
1512024-08-07T06:48:02.356Z ooce/developer/llvm-15
1522024-08-07T06:48:02.356Z None -> 15.0.7-2.0
1532024-08-07T06:48:02.356Z
1542024-08-07T06:48:02.356ZServices:
1552024-08-07T06:48:02.357Z restart_fmri:
1562024-08-07T06:48:02.357Z svc:/system/update-man-index:default
1572024-08-07T06:48:02.400Z
1582024-08-07T06:48:02.400ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592024-08-07T06:48:07.402ZDownload: 1378/3290 items 110.0/212.6MB 51% complete (22.0M/s)
1602024-08-07T06:48:12.404ZDownload: 3105/3290 items 131.2/212.6MB 61% complete (13.1M/s)
1612024-08-07T06:48:15.524ZDownload: Completed 212.60 MB in 13.12 seconds (16.2M/s)
1622024-08-07T06:48:15.793Z Actions: 1/3689 actions (Installing new actions)
1632024-08-07T06:48:20.330Z Actions: Completed 3689 actions in 4.53 seconds.
1642024-08-07T06:48:20.589Z Done (0.253s)
1652024-08-07T06:48:20.589Z Done (0.000s)
1662024-08-07T06:48:20.940Z Done (0.352s)
1672024-08-07T06:48:25.193Z Done (4.085s)
1682024-08-07T06:48:25.276Z Done (0.019s)
1692024-08-07T06:48:25.280Z Done (0.000s)
1702024-08-07T06:48:25.429Z Done (0.000s)
1712024-08-07T06:48:26.000ZPlanning: Evaluating mediator changes ... Done
1722024-08-07T06:48:26.169ZPlanning: Checking for conflicting actions ... Done
1732024-08-07T06:48:26.174ZPlanning: Consolidating action changes ... Done
1742024-08-07T06:48:26.422ZPlanning: Evaluating mediators ... Done
1752024-08-07T06:48:26.431ZPlanning: Planning completed in 0.43 seconds
1762024-08-07T06:48:26.458Z Mediators to change: 2
1772024-08-07T06:48:26.459Z Create boot environment: No
1782024-08-07T06:48:26.466ZCreate backup boot environment: No
1792024-08-07T06:48:26.525Z Done
1802024-08-07T06:48:26.525Z Done
1812024-08-07T06:48:26.758Z Done
1822024-08-07T06:48:30.168Z Done
1832024-08-07T06:48:30.253Z Done
1842024-08-07T06:48:30.258Z Done
1852024-08-07T06:48:30.361Z Done
1862024-08-07T06:48:30.957ZPlanning: Evaluating mediator changes ... Done
1872024-08-07T06:48:30.960ZPlanning: Merging actions ... Done
1882024-08-07T06:48:31.145ZPlanning: Checking for conflicting actions ... Done
1892024-08-07T06:48:31.148ZPlanning: Consolidating action changes ... Done
1902024-08-07T06:48:31.408ZPlanning: Evaluating mediators ... Done
1912024-08-07T06:48:31.464ZPlanning: Planning completed in 0.75 seconds
1922024-08-07T06:48:31.500Z Packages to change: 1
1932024-08-07T06:48:31.500Z Mediators to change: 1
1942024-08-07T06:48:31.503Z Services to change: 1
1952024-08-07T06:48:31.503Z Create boot environment: No
1962024-08-07T06:48:31.503ZCreate backup boot environment: Yes
1972024-08-07T06:48:33.589Z Actions: 1/6 actions (Updating modified actions)
1982024-08-07T06:48:33.592Z Actions: Completed 6 actions in 0.00 seconds.
1992024-08-07T06:48:33.592Z Done
2002024-08-07T06:48:33.592Z Done
2012024-08-07T06:48:33.664Z Done
2022024-08-07T06:48:37.202Z Done
2032024-08-07T06:48:37.283Z Done
2042024-08-07T06:48:37.286Z Done
2052024-08-07T06:48:37.428Z Done
2062024-08-07T06:48:37.856ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072024-08-07T06:48:37.856Zclang system 15 system
2082024-08-07T06:48:37.856Zcsh system system illumos
2092024-08-07T06:48:37.856Zctags system system illumos
2102024-08-07T06:48:37.856Zgcc vendor 12 vendor
2112024-08-07T06:48:37.856Zgcc system 10 system
2122024-08-07T06:48:37.857Zgcc system 7 system
2132024-08-07T06:48:37.857Zgo system 1.20 system
2142024-08-07T06:48:37.857Zgo system 1.19 system
2152024-08-07T06:48:37.857Zllvm system 15 system
2162024-08-07T06:48:37.857Zllvm system 14 system
2172024-08-07T06:48:37.857Zmariadb system 10.6 system
2182024-08-07T06:48:37.857Zmta vendor vendor dma
2192024-08-07T06:48:37.857Zopenjdk system 17 system
2202024-08-07T06:48:37.857Zopenjdk system 11 system
2212024-08-07T06:48:37.857Zopenjdk system 1.8 system
2222024-08-07T06:48:37.857Zopenssl vendor 3 vendor
2232024-08-07T06:48:37.857Zperl system 5.36 system
2242024-08-07T06:48:37.857Zpostgresql system 15 system
2252024-08-07T06:48:37.857Zpostgresql system 13 system
2262024-08-07T06:48:37.857Zpython vendor 3 vendor
2272024-08-07T06:48:37.857Zpython system 2 system
2282024-08-07T06:48:37.857Zpython3 system 3.11 system
2292024-08-07T06:48:37.857Zruby system 3.0 system
2302024-08-07T06:48:37.857Zwords vendor vendor american-english
2312024-08-07T06:48:37.857Zwords system system australian-english
2322024-08-07T06:48:37.857Zwords system system british-english
2332024-08-07T06:48:37.857Zwords system system canadian-english
2342024-08-07T06:48:37.857Zwords system system french
2352024-08-07T06:48:37.857Zwords system system italian
2362024-08-07T06:48:37.857Zwords system system ngerman
2372024-08-07T06:48:37.857Zwords system system ogerman
2382024-08-07T06:48:37.857Zwords system system spanish
2392024-08-07T06:48:38.183ZPUBLISHER TYPE STATUS P LOCATION
2402024-08-07T06:48:38.183Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412024-08-07T06:48:39.822ZFMRI IFO
2422024-08-07T06:48:39.822Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432024-08-07T06:48:39.822Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442024-08-07T06:48:39.823Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452024-08-07T06:48:39.823Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462024-08-07T06:48:39.823Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472024-08-07T06:48:39.823Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482024-08-07T06:48:39.823Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2492024-08-07T06:48:39.823Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502024-08-07T06:48:39.823Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2512024-08-07T06:48:39.823Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2522024-08-07T06:48:39.823Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2532024-08-07T06:48:39.823Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2542024-08-07T06:48:40.392Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2552024-08-07T06:48:40.670Z Updating git repository `https://github.com/oxidecomputer/zone`
2562024-08-07T06:48:40.942Z Updating crates.io index
2572024-08-07T06:48:40.945Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2582024-08-07T06:48:41.688Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2592024-08-07T06:48:42.404Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2602024-08-07T06:48:42.659Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2612024-08-07T06:48:44.170Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2622024-08-07T06:48:44.392Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2632024-08-07T06:48:44.638Z Updating git repository `https://github.com/oxidecomputer/propolis`
2642024-08-07T06:48:45.728Z Updating git repository `https://github.com/oxidecomputer/crucible`
2652024-08-07T06:48:47.739Z Updating git repository `https://github.com/oxidecomputer/opte`
2662024-08-07T06:48:48.677Z Updating git repository `https://github.com/oxidecomputer/falcon`
2672024-08-07T06:48:49.388Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2682024-08-07T06:48:49.992Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2692024-08-07T06:48:50.307Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2702024-08-07T06:48:50.602Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2712024-08-07T06:48:50.845Z Updating git repository `https://github.com/oxidecomputer/tofino`
2722024-08-07T06:48:51.149Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2732024-08-07T06:48:51.433Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2742024-08-07T06:48:51.650Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2752024-08-07T06:48:51.928Z Updating git repository `https://github.com/oxidecomputer/clickward`
2762024-08-07T06:48:52.263Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772024-08-07T06:48:52.551Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782024-08-07T06:48:52.949Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2792024-08-07T06:48:53.279Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802024-08-07T06:48:53.809Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812024-08-07T06:48:54.137Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2822024-08-07T06:48:54.582Z Updating git repository `https://github.com/oxidecomputer/typify`
2832024-08-07T06:48:56.831Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842024-08-07T06:48:57.072Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852024-08-07T06:48:57.343Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862024-08-07T06:48:57.658Z Updating git repository `https://github.com/oxidecomputer/rfb`
2872024-08-07T06:48:58.894Z Downloading crates ...
2882024-08-07T06:48:58.961Z Downloaded equivalent v1.0.1
2892024-08-07T06:48:58.979Z Downloaded is_terminal_polyfill v1.70.0
2902024-08-07T06:48:58.986Z Downloaded usdt-macro v0.5.0
2912024-08-07T06:48:58.993Z Downloaded pretty-hex v0.4.1
2922024-08-07T06:48:58.996Z Downloaded usdt-attr-macro v0.5.0
2932024-08-07T06:48:58.998Z Downloaded crypto-common v0.1.6
2942024-08-07T06:48:58.999Z Downloaded colorchoice v1.0.1
2952024-08-07T06:48:58.999Z Downloaded cargo-platform v0.1.8
2962024-08-07T06:48:59.001Z Downloaded bytecount v0.6.8
2972024-08-07T06:48:59.004Z Downloaded anstyle-parse v0.2.4
2982024-08-07T06:48:59.004Z Downloaded dtrace-parser v0.2.0
2992024-08-07T06:48:59.007Z Downloaded cpufeatures v0.2.12
3002024-08-07T06:48:59.007Z Downloaded version_check v0.9.5
3012024-08-07T06:48:59.010Z Downloaded dof v0.3.0
3022024-08-07T06:48:59.010Z Downloaded cfg-if v1.0.0
3032024-08-07T06:48:59.010Z Downloaded anstyle-query v1.0.3
3042024-08-07T06:48:59.013Z Downloaded clap_lex v0.7.0
3052024-08-07T06:48:59.013Z Downloaded anstyle v1.0.8
3062024-08-07T06:48:59.015Z Downloaded byteorder v1.5.0
3072024-08-07T06:48:59.018Z Downloaded toml_datetime v0.6.8
3082024-08-07T06:48:59.021Z Downloaded proc-macro-error-attr v1.0.4
3092024-08-07T06:48:59.021Z Downloaded heck v0.5.0
3102024-08-07T06:48:59.022Z Downloaded thiserror-impl v1.0.63
3112024-08-07T06:48:59.025Z Downloaded terminal_size v0.3.0
3122024-08-07T06:48:59.025Z Downloaded memmap v0.7.0
3132024-08-07T06:48:59.027Z Downloaded macaddr v1.0.1
3142024-08-07T06:48:59.027Z Downloaded strsim v0.11.1
3152024-08-07T06:48:59.030Z Downloaded generic-array v0.14.7
3162024-08-07T06:48:59.030Z Downloaded fnv v1.0.7
3172024-08-07T06:48:59.032Z Downloaded clap_derive v4.5.13
3182024-08-07T06:48:59.035Z Downloaded anstream v0.6.14
3192024-08-07T06:48:59.038Z Downloaded cargo_metadata v0.18.1
3202024-08-07T06:48:59.038Z Downloaded serde_spanned v0.6.7
3212024-08-07T06:48:59.043Z Downloaded scroll_derive v0.12.0
3222024-08-07T06:48:59.051Z Downloaded digest v0.10.7
3232024-08-07T06:48:59.054Z Downloaded camino v1.1.7
3242024-08-07T06:48:59.057Z Downloaded thiserror v1.0.63
3252024-08-07T06:48:59.060Z Downloaded usdt v0.5.0
3262024-08-07T06:48:59.063Z Downloaded semver v1.0.23
3272024-08-07T06:48:59.065Z Downloaded scroll v0.12.0
3282024-08-07T06:48:59.065Z Downloaded cargo_toml v0.20.4
3292024-08-07T06:48:59.069Z Downloaded anyhow v1.0.86
3302024-08-07T06:48:59.073Z Downloaded utf8parse v0.2.1
3312024-08-07T06:48:59.075Z Downloaded thread-id v4.2.1
3322024-08-07T06:48:59.075Z Downloaded serde_tokenstream v0.2.1
3332024-08-07T06:48:59.078Z Downloaded pest_derive v2.7.10
3342024-08-07T06:48:59.081Z Downloaded usdt-impl v0.5.0
3352024-08-07T06:48:59.084Z Downloaded tabled_derive v0.7.0
3362024-08-07T06:48:59.084Z Downloaded pest_generator v2.7.10
3372024-08-07T06:48:59.084Z Downloaded heck v0.4.1
3382024-08-07T06:48:59.088Z Downloaded block-buffer v0.10.4
3392024-08-07T06:48:59.088Z Downloaded autocfg v1.3.0
3402024-08-07T06:48:59.090Z Downloaded swrite v0.1.0
3412024-08-07T06:48:59.090Z Downloaded once_cell v1.19.0
3422024-08-07T06:48:59.093Z Downloaded itoa v1.0.11
3432024-08-07T06:48:59.093Z Downloaded bitflags v2.6.0
3442024-08-07T06:48:59.096Z Downloaded errno v0.3.9
3452024-08-07T06:48:59.098Z Downloaded ucd-trie v0.1.6
3462024-08-07T06:48:59.101Z Downloaded plain v0.2.3
3472024-08-07T06:48:59.101Z Downloaded fs-err v2.11.0
3482024-08-07T06:48:59.104Z Downloaded quote v1.0.36
3492024-08-07T06:48:59.106Z Downloaded proc-macro-error v1.0.4
3502024-08-07T06:48:59.109Z Downloaded pest_meta v2.7.10
3512024-08-07T06:48:59.112Z Downloaded typenum v1.17.0
3522024-08-07T06:48:59.115Z Downloaded toml v0.8.19
3532024-08-07T06:48:59.118Z Downloaded zerocopy-derive v0.7.34
3542024-08-07T06:48:59.121Z Downloaded sha2 v0.10.8
3552024-08-07T06:48:59.124Z Downloaded serde_derive v1.0.204
3562024-08-07T06:48:59.126Z Downloaded clap v4.5.13
3572024-08-07T06:48:59.134Z Downloaded papergrid v0.11.0
3582024-08-07T06:48:59.139Z Downloaded unicode-ident v1.0.12
3592024-08-07T06:48:59.141Z Downloaded ryu v1.0.18
3602024-08-07T06:48:59.144Z Downloaded proc-macro2 v1.0.86
3612024-08-07T06:48:59.147Z Downloaded log v0.4.21
3622024-08-07T06:48:59.170Z Downloaded indexmap v2.3.0
3632024-08-07T06:48:59.187Z Downloaded serde v1.0.204
3642024-08-07T06:48:59.190Z Downloaded memchr v2.7.2
3652024-08-07T06:48:59.195Z Downloaded toml_edit v0.22.20
3662024-08-07T06:48:59.217Z Downloaded clap_builder v4.5.13
3672024-08-07T06:48:59.225Z Downloaded pest v2.7.10
3682024-08-07T06:48:59.233Z Downloaded winnow v0.6.18
3692024-08-07T06:48:59.242Z Downloaded hashbrown v0.14.5
3702024-08-07T06:48:59.247Z Downloaded zerocopy v0.7.34
3712024-08-07T06:48:59.262Z Downloaded serde_json v1.0.122
3722024-08-07T06:48:59.269Z Downloaded tabled v0.15.0
3732024-08-07T06:48:59.284Z Downloaded syn v1.0.109
3742024-08-07T06:48:59.294Z Downloaded syn v2.0.72
3752024-08-07T06:48:59.305Z Downloaded goblin v0.8.2
3762024-08-07T06:48:59.311Z Downloaded rustix v0.38.34
3772024-08-07T06:48:59.333Z Downloaded unicode-width v0.1.13
3782024-08-07T06:48:59.341Z Downloaded libc v0.2.155
3792024-08-07T06:48:59.633Z Compiling proc-macro2 v1.0.86
3802024-08-07T06:48:59.633Z Compiling unicode-ident v1.0.12
3812024-08-07T06:48:59.636Z Compiling version_check v0.9.5
3822024-08-07T06:48:59.636Z Compiling serde v1.0.204
3832024-08-07T06:48:59.636Z Compiling memchr v2.7.2
3842024-08-07T06:48:59.636Z Compiling thiserror v1.0.63
3852024-08-07T06:48:59.636Z Compiling libc v0.2.155
3862024-08-07T06:48:59.666Z Compiling ryu v1.0.18
3872024-08-07T06:48:59.946Z Compiling itoa v1.0.11
3882024-08-07T06:49:00.125Z Compiling ucd-trie v0.1.6
3892024-08-07T06:49:00.163Z Compiling once_cell v1.19.0
3902024-08-07T06:49:00.491Z Compiling byteorder v1.5.0
3912024-08-07T06:49:00.581Z Compiling serde_json v1.0.122
3922024-08-07T06:49:00.970Z Compiling proc-macro-error-attr v1.0.4
3932024-08-07T06:49:00.992Z Compiling usdt-impl v0.5.0
3942024-08-07T06:49:01.020Z Compiling rustix v0.38.34
3952024-08-07T06:49:01.119Z Compiling syn v1.0.109
3962024-08-07T06:49:01.279Z Compiling quote v1.0.36
3972024-08-07T06:49:01.492Z Compiling proc-macro-error v1.0.4
3982024-08-07T06:49:01.516Z Compiling log v0.4.21
3992024-08-07T06:49:01.758Z Compiling syn v2.0.72
4002024-08-07T06:49:01.873Z Compiling errno v0.3.9
4012024-08-07T06:49:01.904Z Compiling equivalent v1.0.1
4022024-08-07T06:49:01.923Z Compiling bitflags v2.6.0
4032024-08-07T06:49:01.965Z Compiling plain v0.2.3
4042024-08-07T06:49:01.990Z Compiling thread-id v4.2.1
4052024-08-07T06:49:02.013Z Compiling utf8parse v0.2.1
4062024-08-07T06:49:02.073Z Compiling hashbrown v0.14.5
4072024-08-07T06:49:02.167Z Compiling anstyle-parse v0.2.4
4082024-08-07T06:49:02.324Z Compiling anstyle v1.0.8
4092024-08-07T06:49:02.553Z Compiling semver v1.0.23
4102024-08-07T06:49:02.577Z Compiling pretty-hex v0.4.1
4112024-08-07T06:49:02.808Z Compiling camino v1.1.7
4122024-08-07T06:49:02.869Z Compiling colorchoice v1.0.1
4132024-08-07T06:49:03.027Z Compiling is_terminal_polyfill v1.70.0
4142024-08-07T06:49:03.072Z Compiling winnow v0.6.18
4152024-08-07T06:49:03.144Z Compiling anstyle-query v1.0.3
4162024-08-07T06:49:03.169Z Compiling autocfg v1.3.0
4172024-08-07T06:49:03.295Z Compiling anstream v0.6.14
4182024-08-07T06:49:03.510Z Compiling indexmap v2.3.0
4192024-08-07T06:49:03.576Z Compiling terminal_size v0.3.0
4202024-08-07T06:49:03.991Z Compiling strsim v0.11.1
4212024-08-07T06:49:04.049Z Compiling unicode-width v0.1.13
4222024-08-07T06:49:04.052Z Compiling clap_lex v0.7.0
4232024-08-07T06:49:04.140Z Compiling fs-err v2.11.0
4242024-08-07T06:49:04.276Z Compiling anyhow v1.0.86
4252024-08-07T06:49:04.434Z Compiling heck v0.4.1
4262024-08-07T06:49:04.579Z Compiling bytecount v0.6.8
4272024-08-07T06:49:04.800Z Compiling heck v0.5.0
4282024-08-07T06:49:04.899Z Compiling fnv v1.0.7
4292024-08-07T06:49:05.032Z Compiling papergrid v0.11.0
4302024-08-07T06:49:05.084Z Compiling clap_builder v4.5.13
4312024-08-07T06:49:05.110Z Compiling memmap v0.7.0
4322024-08-07T06:49:05.652Z Compiling swrite v0.1.0
4332024-08-07T06:49:07.285Z Compiling tabled_derive v0.7.0
4342024-08-07T06:49:08.851Z Compiling tabled v0.15.0
4352024-08-07T06:49:10.179Z Compiling serde_derive v1.0.204
4362024-08-07T06:49:10.179Z Compiling thiserror-impl v1.0.63
4372024-08-07T06:49:10.182Z Compiling zerocopy-derive v0.7.34
4382024-08-07T06:49:10.182Z Compiling scroll_derive v0.12.0
4392024-08-07T06:49:10.544Z Compiling clap_derive v4.5.13
4402024-08-07T06:49:11.686Z Compiling scroll v0.12.0
4412024-08-07T06:49:12.204Z Compiling goblin v0.8.2
4422024-08-07T06:49:12.331Z Compiling zerocopy v0.7.34
4432024-08-07T06:49:13.042Z Compiling pest v2.7.10
4442024-08-07T06:49:14.402Z Compiling clap v4.5.13
4452024-08-07T06:49:15.232Z Compiling pest_meta v2.7.10
4462024-08-07T06:49:16.026Z Compiling pest_generator v2.7.10
4472024-08-07T06:49:17.725Z Compiling pest_derive v2.7.10
4482024-08-07T06:49:18.464Z Compiling dtrace-parser v0.2.0
4492024-08-07T06:49:20.478Z Compiling serde_tokenstream v0.2.1
4502024-08-07T06:49:20.496Z Compiling toml_datetime v0.6.8
4512024-08-07T06:49:20.496Z Compiling serde_spanned v0.6.7
4522024-08-07T06:49:20.824Z Compiling cargo-platform v0.1.8
4532024-08-07T06:49:20.863Z Compiling toml_edit v0.22.20
4542024-08-07T06:49:21.010Z Compiling macaddr v1.0.1
4552024-08-07T06:49:21.841Z Compiling dof v0.3.0
4562024-08-07T06:49:21.987Z Compiling cargo_metadata v0.18.1
4572024-08-07T06:49:23.513Z Compiling usdt-attr-macro v0.5.0
4582024-08-07T06:49:23.513Z Compiling usdt-macro v0.5.0
4592024-08-07T06:49:23.675Z Compiling toml v0.8.19
4602024-08-07T06:49:24.559Z Compiling cargo_toml v0.20.4
4612024-08-07T06:49:24.837Z Compiling usdt v0.5.0
4622024-08-07T06:49:28.212Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4632024-08-07T06:49:31.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.80s
4642024-08-07T06:49:32.229Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4652024-08-07T06:49:32.770Z Downloading crates ...
4662024-08-07T06:49:32.887Z Downloaded adler v1.0.2
4672024-08-07T06:49:32.892Z Downloaded aead v0.5.2
4682024-08-07T06:49:32.898Z Downloaded argon2 v0.5.3
4692024-08-07T06:49:32.901Z Downloaded addr2line v0.21.0
4702024-08-07T06:49:32.903Z Downloaded async-stream-impl v0.3.5
4712024-08-07T06:49:32.906Z Downloaded cstr-argument v0.1.2
4722024-08-07T06:49:32.906Z Downloaded crunchy v0.2.2
4732024-08-07T06:49:32.909Z Downloaded atty v0.2.14
4742024-08-07T06:49:32.909Z Downloaded cfg_aliases v0.1.1
4752024-08-07T06:49:32.913Z Downloaded ciborium-io v0.2.2
4762024-08-07T06:49:32.916Z Downloaded bitstruct_derive v0.1.0
4772024-08-07T06:49:32.919Z Downloaded darling_macro v0.20.9
4782024-08-07T06:49:32.919Z Downloaded ahash v0.8.11
4792024-08-07T06:49:32.924Z Downloaded instant v0.1.12
4802024-08-07T06:49:32.926Z Downloaded num-conv v0.1.0
4812024-08-07T06:49:32.927Z Downloaded new_debug_unreachable v1.0.6
4822024-08-07T06:49:32.929Z Downloaded constant_time_eq v0.3.0
4832024-08-07T06:49:32.933Z Downloaded async-recursion v1.1.1
4842024-08-07T06:49:32.935Z Downloaded normalize-line-endings v0.3.0
4852024-08-07T06:49:32.936Z Downloaded cobs v0.2.3
4862024-08-07T06:49:32.938Z Downloaded allocator-api2 v0.2.18
4872024-08-07T06:49:32.941Z Downloaded bitfield v0.14.0
4882024-08-07T06:49:32.944Z Downloaded parse-size v1.0.0
4892024-08-07T06:49:32.944Z Downloaded debug-ignore v1.0.5
4902024-08-07T06:49:32.946Z Downloaded crc v3.2.1
4912024-08-07T06:49:32.950Z Downloaded indexmap v1.9.3
4922024-08-07T06:49:32.952Z Downloaded number_prefix v0.4.0
4932024-08-07T06:49:32.955Z Downloaded num-integer v0.1.46
4942024-08-07T06:49:32.958Z Downloaded nanorand v0.7.0
4952024-08-07T06:49:32.961Z Downloaded linear-map v1.2.0
4962024-08-07T06:49:32.963Z Downloaded libsw v3.3.1
4972024-08-07T06:49:32.963Z Downloaded nibble_vec v0.1.0
4982024-08-07T06:49:32.966Z Downloaded newtype-uuid v1.1.0
4992024-08-07T06:49:32.969Z Downloaded mockall v0.12.1
5002024-08-07T06:49:32.972Z Downloaded maplit v1.0.2
5012024-08-07T06:49:32.972Z Downloaded defmt-macros v0.3.9
5022024-08-07T06:49:32.974Z Downloaded num_enum_derive v0.5.11
5032024-08-07T06:49:32.977Z Downloaded is-terminal v0.4.12
5042024-08-07T06:49:32.980Z Downloaded indoc v1.0.9
5052024-08-07T06:49:32.982Z Downloaded num_cpus v1.16.0
5062024-08-07T06:49:32.985Z Downloaded serde_repr v0.1.19
5072024-08-07T06:49:32.988Z Downloaded strum v0.26.3
5082024-08-07T06:49:32.988Z Downloaded cexpr v0.6.0
5092024-08-07T06:49:32.990Z Downloaded base16ct v0.2.0
5102024-08-07T06:49:32.993Z Downloaded newtype_derive v0.1.6
5112024-08-07T06:49:32.993Z Downloaded sha1 v0.10.6
5122024-08-07T06:49:32.996Z Downloaded num_threads v0.1.7
5132024-08-07T06:49:32.996Z Downloaded crossbeam-epoch v0.9.18
5142024-08-07T06:49:32.999Z Downloaded castaway v0.2.2
5152024-08-07T06:49:33.002Z Downloaded openssl-probe v0.1.5
5162024-08-07T06:49:33.004Z Downloaded opaque-debug v0.3.1
5172024-08-07T06:49:33.004Z Downloaded newline-converter v0.3.0
5182024-08-07T06:49:33.007Z Downloaded bb8 v0.8.5
5192024-08-07T06:49:33.007Z Downloaded const_format_proc_macros v0.2.32
5202024-08-07T06:49:33.010Z Downloaded time-core v0.1.2
5212024-08-07T06:49:33.012Z Downloaded signal-hook-mio v0.2.3
5222024-08-07T06:49:33.015Z Downloaded lock_api v0.4.12
5232024-08-07T06:49:33.015Z Downloaded libloading v0.8.3
5242024-08-07T06:49:33.018Z Downloaded crossbeam-deque v0.8.5
5252024-08-07T06:49:33.020Z Downloaded diesel_table_macro_syntax v0.1.0
5262024-08-07T06:49:33.020Z Downloaded lru v0.12.3
5272024-08-07T06:49:33.023Z Downloaded lalrpop-util v0.19.12
5282024-08-07T06:49:33.023Z Downloaded libefi-sys v0.1.0
5292024-08-07T06:49:33.026Z Downloaded curve25519-dalek-derive v0.1.1
5302024-08-07T06:49:33.026Z Downloaded try-lock v0.2.5
5312024-08-07T06:49:33.029Z Downloaded num-rational v0.4.2
5322024-08-07T06:49:33.031Z Downloaded parking_lot_core v0.8.6
5332024-08-07T06:49:33.031Z Downloaded parking_lot v0.11.2
5342024-08-07T06:49:33.034Z Downloaded foreign-types-shared v0.1.1
5352024-08-07T06:49:33.037Z Downloaded slog-scope v4.4.0
5362024-08-07T06:49:33.040Z Downloaded spki v0.7.3
5372024-08-07T06:49:33.040Z Downloaded foreign-types-shared v0.3.1
5382024-08-07T06:49:33.042Z Downloaded signal-hook-registry v1.4.2
5392024-08-07T06:49:33.043Z Downloaded async-trait v0.1.81
5402024-08-07T06:49:33.046Z Downloaded mime v0.3.17
5412024-08-07T06:49:33.049Z Downloaded peg-runtime v0.8.3
5422024-08-07T06:49:33.049Z Downloaded olpc-cjson v0.1.3
5432024-08-07T06:49:33.052Z Downloaded num_enum v0.5.11
5442024-08-07T06:49:33.056Z Downloaded packed_struct_codegen v0.10.1
5452024-08-07T06:49:33.058Z Downloaded fxhash v0.2.1
5462024-08-07T06:49:33.061Z Downloaded tap v1.0.1
5472024-08-07T06:49:33.061Z Downloaded crc32fast v1.4.0
5482024-08-07T06:49:33.064Z Downloaded precomputed-hash v0.1.1
5492024-08-07T06:49:33.064Z Downloaded console v0.15.8
5502024-08-07T06:49:33.066Z Downloaded cookie_store v0.20.0
5512024-08-07T06:49:33.069Z Downloaded uzers v0.11.3
5522024-08-07T06:49:33.072Z Downloaded parse-display-derive v0.9.1
5532024-08-07T06:49:33.075Z Downloaded arrayvec v0.7.4
5542024-08-07T06:49:33.077Z Downloaded ciborium v0.2.2
5552024-08-07T06:49:33.080Z Downloaded data-encoding v2.6.0
5562024-08-07T06:49:33.080Z Downloaded lazy_static v1.5.0
5572024-08-07T06:49:33.083Z Downloaded inout v0.1.3
5582024-08-07T06:49:33.085Z Downloaded enum-as-inner v0.5.1
5592024-08-07T06:49:33.085Z Downloaded static_assertions v1.1.0
5602024-08-07T06:49:33.088Z Downloaded der v0.7.9
5612024-08-07T06:49:33.093Z Downloaded tui-tree-widget v0.21.0
5622024-08-07T06:49:33.096Z Downloaded strip-ansi-escapes v0.2.0
5632024-08-07T06:49:33.098Z Downloaded erased-serde v0.3.31
5642024-08-07T06:49:33.101Z Downloaded zeroize_derive v1.4.2
5652024-08-07T06:49:33.101Z Downloaded zeroize v1.7.0
5662024-08-07T06:49:33.103Z Downloaded peg v0.8.4
5672024-08-07T06:49:33.107Z Downloaded crc-any v2.5.0
5682024-08-07T06:49:33.110Z Downloaded quick-error v1.2.3
5692024-08-07T06:49:33.113Z Downloaded which v4.4.2
5702024-08-07T06:49:33.115Z Downloaded owo-colors v4.0.0
5712024-08-07T06:49:33.118Z Downloaded clang-sys v1.7.0
5722024-08-07T06:49:33.121Z Downloaded display-error-chain v0.2.0
5732024-08-07T06:49:33.123Z Downloaded slog v2.7.0
5742024-08-07T06:49:33.126Z Downloaded downcast v0.11.0
5752024-08-07T06:49:33.126Z Downloaded want v0.3.1
5762024-08-07T06:49:33.129Z Downloaded scopeguard v1.2.0
5772024-08-07T06:49:33.129Z Downloaded stringprep v0.1.4
5782024-08-07T06:49:33.132Z Downloaded slog-dtrace v0.3.0
5792024-08-07T06:49:33.134Z Downloaded percent-encoding v2.3.1
5802024-08-07T06:49:33.134Z Downloaded ppv-lite86 v0.2.17
5812024-08-07T06:49:33.137Z Downloaded pem v3.0.4
5822024-08-07T06:49:33.140Z Downloaded path-slash v0.1.5
5832024-08-07T06:49:33.140Z Downloaded hubpack_derive v0.1.1
5842024-08-07T06:49:33.142Z Downloaded tar v0.4.41
5852024-08-07T06:49:33.145Z Downloaded const_format v0.2.32
5862024-08-07T06:49:33.150Z Downloaded tokio-native-tls v0.3.1
5872024-08-07T06:49:33.152Z Downloaded phf_shared v0.10.0
5882024-08-07T06:49:33.155Z Downloaded crossbeam-channel v0.5.12
5892024-08-07T06:49:33.158Z Downloaded tokio-macros v2.3.0
5902024-08-07T06:49:33.161Z Downloaded darling_core v0.20.9
5912024-08-07T06:49:33.164Z Downloaded sigpipe v0.1.3
5922024-08-07T06:49:33.167Z Downloaded unicode-linebreak v0.1.5
5932024-08-07T06:49:33.167Z Downloaded toolchain_find v0.4.0
5942024-08-07T06:49:33.170Z Downloaded mockall_derive v0.12.1
5952024-08-07T06:49:33.172Z Downloaded structmeta-derive v0.2.0
5962024-08-07T06:49:33.172Z Downloaded dirs-sys-next v0.1.2
5972024-08-07T06:49:33.175Z Downloaded dirs-next v2.0.0
5982024-08-07T06:49:33.175Z Downloaded structmeta v0.3.0
5992024-08-07T06:49:33.178Z Downloaded env_logger v0.9.3
6002024-08-07T06:49:33.181Z Downloaded zone_cfg_derive v0.1.2
6012024-08-07T06:49:33.181Z Downloaded crypto-bigint v0.5.5
6022024-08-07T06:49:33.187Z Downloaded bytes v1.7.1
6032024-08-07T06:49:33.192Z Downloaded rand_core v0.6.4
6042024-08-07T06:49:33.194Z Downloaded pem-rfc7468 v0.7.0
6052024-08-07T06:49:33.197Z Downloaded hyper-rustls v0.24.2
6062024-08-07T06:49:33.200Z Downloaded tempfile v3.10.1
6072024-08-07T06:49:33.204Z Downloaded cookie v0.18.1
6082024-08-07T06:49:33.206Z Downloaded ident_case v1.0.1
6092024-08-07T06:49:33.206Z Downloaded foreign-types-macros v0.2.3
6102024-08-07T06:49:33.206Z Downloaded signature v2.2.0
6112024-08-07T06:49:33.209Z Downloaded foreign-types v0.5.0
6122024-08-07T06:49:33.209Z Downloaded oso v0.27.3
6132024-08-07T06:49:33.213Z Downloaded getopts v0.2.21
6142024-08-07T06:49:33.216Z Downloaded signal-hook-tokio v0.3.1
6152024-08-07T06:49:33.216Z Downloaded phf v0.11.2
6162024-08-07T06:49:33.218Z Downloaded futures-task v0.3.30
6172024-08-07T06:49:33.221Z Downloaded stability v0.2.0
6182024-08-07T06:49:33.221Z Downloaded zone v0.1.8
6192024-08-07T06:49:33.224Z Downloaded rtoolbox v0.0.2
6202024-08-07T06:49:33.224Z Downloaded rpassword v7.3.1
6212024-08-07T06:49:33.226Z Downloaded phf_shared v0.11.2
6222024-08-07T06:49:33.226Z Downloaded topological-sort v0.2.2
6232024-08-07T06:49:33.229Z Downloaded highway v1.2.0
6242024-08-07T06:49:33.231Z Downloaded spin v0.9.8
6252024-08-07T06:49:33.234Z Downloaded paste v1.0.15
6262024-08-07T06:49:33.237Z Downloaded rand_chacha v0.3.1
6272024-08-07T06:49:33.237Z Downloaded humantime v2.1.0
6282024-08-07T06:49:33.239Z Downloaded num-traits v0.2.19
6292024-08-07T06:49:33.242Z Downloaded foreign-types v0.3.2
6302024-08-07T06:49:33.244Z Downloaded trust-dns-resolver v0.22.0
6312024-08-07T06:49:33.247Z Downloaded derive_builder_macro v0.20.0
6322024-08-07T06:49:33.250Z Downloaded waitgroup v0.1.2
6332024-08-07T06:49:33.250Z Downloaded resolv-conf v0.7.0
6342024-08-07T06:49:33.253Z Downloaded fastrand v2.1.0
6352024-08-07T06:49:33.255Z Downloaded utf-8 v0.7.6
6362024-08-07T06:49:33.255Z Downloaded proc-macro-crate v1.3.1
6372024-08-07T06:49:33.258Z Downloaded headers v0.3.9
6382024-08-07T06:49:33.262Z Downloaded elliptic-curve v0.13.8
6392024-08-07T06:49:33.266Z Downloaded rustc_version v0.4.0
6402024-08-07T06:49:33.269Z Downloaded strum_macros v0.26.4
6412024-08-07T06:49:33.272Z Downloaded serde_plain v1.0.2
6422024-08-07T06:49:33.274Z Downloaded futures-sink v0.3.30
6432024-08-07T06:49:33.274Z Downloaded structmeta-derive v0.3.0
6442024-08-07T06:49:33.277Z Downloaded sqlparser_derive v0.2.2
6452024-08-07T06:49:33.277Z Downloaded yasna v0.5.2
6462024-08-07T06:49:33.280Z Downloaded crossterm v0.27.0
6472024-08-07T06:49:33.284Z Downloaded string_cache v0.8.7
6482024-08-07T06:49:33.287Z Downloaded unicode-xid v0.2.4
6492024-08-07T06:49:33.296Z Downloaded rustversion v1.0.17
6502024-08-07T06:49:33.299Z Downloaded pin-project-internal v1.1.5
6512024-08-07T06:49:33.302Z Downloaded home v0.5.9
6522024-08-07T06:49:33.305Z Downloaded rayon-core v1.12.1
6532024-08-07T06:49:33.307Z Downloaded futures-channel v0.3.30
6542024-08-07T06:49:33.310Z Downloaded serde-big-array v0.5.1
6552024-08-07T06:49:33.313Z Downloaded rand_xorshift v0.3.0
6562024-08-07T06:49:33.313Z Downloaded aho-corasick v1.1.3
6572024-08-07T06:49:33.319Z Downloaded flagset v0.4.5
6582024-08-07T06:49:33.322Z Downloaded tinyvec_macros v0.1.1
6592024-08-07T06:49:33.324Z Downloaded rustc-hash v1.1.0
6602024-08-07T06:49:33.324Z Downloaded textwrap v0.16.1
6612024-08-07T06:49:33.327Z Downloaded test-strategy v0.3.1
6622024-08-07T06:49:33.330Z Downloaded smawk v0.3.2
6632024-08-07T06:49:33.332Z Downloaded float-ord v0.3.2
6642024-08-07T06:49:33.335Z Downloaded zerocopy v0.6.6
6652024-08-07T06:49:33.338Z Downloaded signal-hook v0.3.17
6662024-08-07T06:49:33.340Z Downloaded rand_seeder v0.3.0
6672024-08-07T06:49:33.343Z Downloaded ena v0.14.3
6682024-08-07T06:49:33.343Z Downloaded tracing-attributes v0.1.27
6692024-08-07T06:49:33.346Z Downloaded iana-time-zone v0.1.60
6702024-08-07T06:49:33.348Z Downloaded supports-color v3.0.0
6712024-08-07T06:49:33.351Z Downloaded rusty-fork v0.3.0
6722024-08-07T06:49:33.353Z Downloaded subtle v2.5.0
6732024-08-07T06:49:33.353Z Downloaded fragile v2.0.0
6742024-08-07T06:49:33.356Z Downloaded vte_generate_state_changes v0.1.1
6752024-08-07T06:49:33.356Z Downloaded group v0.13.0
6762024-08-07T06:49:33.359Z Downloaded ref-cast-impl v1.0.23
6772024-08-07T06:49:33.359Z Downloaded hostname v0.4.0
6782024-08-07T06:49:33.362Z Downloaded sync_wrapper v0.1.2
6792024-08-07T06:49:33.362Z Downloaded ron v0.7.1
6802024-08-07T06:49:33.367Z Downloaded strum_macros v0.25.3
6812024-08-07T06:49:33.370Z Downloaded portpicker v0.1.1
6822024-08-07T06:49:33.372Z Downloaded derive_builder v0.20.0
6832024-08-07T06:49:33.375Z Downloaded socket2 v0.5.7
6842024-08-07T06:49:33.378Z Downloaded either v1.13.0
6852024-08-07T06:49:33.381Z Downloaded dyn-clone v1.0.17
6862024-08-07T06:49:33.383Z Downloaded psl-types v2.0.11
6872024-08-07T06:49:33.383Z Downloaded sqlformat v0.2.4
6882024-08-07T06:49:33.386Z Downloaded subprocess v0.2.9
6892024-08-07T06:49:33.389Z Downloaded slog-envlogger v2.2.0
6902024-08-07T06:49:33.391Z Downloaded slab v0.4.9
6912024-08-07T06:49:33.391Z Downloaded toml v0.7.8
6922024-08-07T06:49:33.394Z Downloaded hashbrown v0.13.2
6932024-08-07T06:49:33.398Z Downloaded derive_builder_core v0.20.0
6942024-08-07T06:49:33.401Z Downloaded rcgen v0.12.1
6952024-08-07T06:49:33.404Z Downloaded pretty-hex v0.2.1
6962024-08-07T06:49:33.407Z Downloaded funty v2.0.0
6972024-08-07T06:49:33.407Z Downloaded rsa v0.9.6
6982024-08-07T06:49:33.411Z Downloaded pkcs1 v0.7.5
6992024-08-07T06:49:33.414Z Downloaded futures-executor v0.3.30
7002024-08-07T06:49:33.417Z Downloaded term v0.7.0
7012024-08-07T06:49:33.419Z Downloaded tough v0.17.1
7022024-08-07T06:49:33.428Z Downloaded ff v0.13.0
7032024-08-07T06:49:33.431Z Downloaded filetime v0.2.23
7042024-08-07T06:49:33.433Z Downloaded tabwriter v1.4.0
7052024-08-07T06:49:33.433Z Downloaded similar v2.5.0
7062024-08-07T06:49:33.438Z Downloaded tracing v0.1.40
7072024-08-07T06:49:33.442Z Downloaded take_mut v0.2.2
7082024-08-07T06:49:33.445Z Downloaded http-range v0.1.5
7092024-08-07T06:49:33.445Z Downloaded futures-macro v0.3.30
7102024-08-07T06:49:33.448Z Downloaded rustls-pemfile v1.0.4
7112024-08-07T06:49:33.448Z Downloaded futures-io v0.3.30
7122024-08-07T06:49:33.450Z Downloaded unarray v0.1.4
7132024-08-07T06:49:33.450Z Downloaded rustc_version v0.1.7
7142024-08-07T06:49:33.453Z Downloaded half v2.4.1
7152024-08-07T06:49:33.455Z Downloaded difflib v0.4.0
7162024-08-07T06:49:33.456Z Downloaded itertools v0.12.1
7172024-08-07T06:49:33.462Z Downloaded derive_more v0.99.18
7182024-08-07T06:49:33.467Z Downloaded termtree v0.4.1
7192024-08-07T06:49:33.470Z Downloaded http-body v1.0.0
7202024-08-07T06:49:33.470Z Downloaded trust-dns-server v0.22.1
7212024-08-07T06:49:33.475Z Downloaded libxml v0.3.3
7222024-08-07T06:49:33.481Z Downloaded libm v0.2.8
7232024-08-07T06:49:33.489Z Downloaded universal-hash v0.5.1
7242024-08-07T06:49:33.491Z Downloaded termios v0.3.3
7252024-08-07T06:49:33.494Z Downloaded ron v0.8.1
7262024-08-07T06:49:33.497Z Downloaded serde_arrays v0.1.0
7272024-08-07T06:49:33.500Z Downloaded thiserror-impl-no-std v2.0.2
7282024-08-07T06:49:33.502Z Downloaded pkg-config v0.3.30
7292024-08-07T06:49:33.503Z Downloaded rand v0.8.5
7302024-08-07T06:49:33.505Z Downloaded smallvec v0.6.14
7312024-08-07T06:49:33.508Z Downloaded glob v0.3.1
7322024-08-07T06:49:33.511Z Downloaded siphasher v0.3.11
7332024-08-07T06:49:33.511Z Downloaded untrusted v0.9.0
7342024-08-07T06:49:33.513Z Downloaded smf v0.2.3
7352024-08-07T06:49:33.513Z Downloaded thread_local v1.1.8
7362024-08-07T06:49:33.516Z Downloaded unicode-bidi v0.3.15
7372024-08-07T06:49:33.519Z Downloaded x509-cert v0.2.5
7382024-08-07T06:49:33.523Z Downloaded serde_path_to_error v0.1.16
7392024-08-07T06:49:33.526Z Downloaded deranged v0.3.11
7402024-08-07T06:49:33.528Z Downloaded unicode_categories v0.1.1
7412024-08-07T06:49:33.531Z Downloaded serde-hex v0.1.0
7422024-08-07T06:49:33.531Z Downloaded predicates v3.1.2
7432024-08-07T06:49:33.534Z Downloaded powerfmt v0.2.0
7442024-08-07T06:49:33.536Z Downloaded tokio-rustls v0.24.1
7452024-08-07T06:49:33.536Z Downloaded uuid v1.10.0
7462024-08-07T06:49:33.540Z Downloaded getrandom v0.2.14
7472024-08-07T06:49:33.543Z Downloaded prettyplease v0.2.20
7482024-08-07T06:49:33.546Z Downloaded unicode-normalization v0.1.23
7492024-08-07T06:49:33.550Z Downloaded diff v0.1.13
7502024-08-07T06:49:33.553Z Downloaded vsss-rs v3.3.4
7512024-08-07T06:49:33.556Z Downloaded unicode-segmentation v1.11.0
7522024-08-07T06:49:33.559Z Downloaded thiserror-no-std v2.0.2
7532024-08-07T06:49:33.563Z Downloaded postgres-protocol v0.6.7
7542024-08-07T06:49:33.566Z Downloaded snafu-derive v0.8.2
7552024-08-07T06:49:33.568Z Downloaded futures-util v0.3.30
7562024-08-07T06:49:33.579Z Downloaded blake3 v1.5.1
7572024-08-07T06:49:33.586Z Downloaded vte v0.11.1
7582024-08-07T06:49:33.589Z Downloaded postcard v1.0.8
7592024-08-07T06:49:33.592Z Downloaded socket2 v0.4.10
7602024-08-07T06:49:33.595Z Downloaded reedline v0.31.0
7612024-08-07T06:49:33.601Z Downloaded winnow v0.5.40
7622024-08-07T06:49:33.609Z Downloaded snafu v0.8.2
7632024-08-07T06:49:33.615Z Downloaded tokio-util v0.7.11
7642024-08-07T06:49:33.622Z Downloaded itertools v0.13.0
7652024-08-07T06:49:33.629Z Downloaded hkdf v0.12.4
7662024-08-07T06:49:33.637Z Downloaded unsafe-libyaml v0.2.11
7672024-08-07T06:49:33.637Z Downloaded http v0.2.12
7682024-08-07T06:49:33.640Z Downloaded flate2 v1.0.31
7692024-08-07T06:49:33.645Z Downloaded chrono v0.4.38
7702024-08-07T06:49:33.652Z Downloaded typed-path v0.7.1
7712024-08-07T06:49:33.658Z Downloaded tungstenite v0.20.1
7722024-08-07T06:49:33.662Z Downloaded hyper v1.3.1
7732024-08-07T06:49:33.669Z Downloaded rustyline v14.0.0
7742024-08-07T06:49:33.674Z Downloaded bindgen v0.69.4
7752024-08-07T06:49:33.681Z Downloaded quick-xml v0.31.0
7762024-08-07T06:49:33.688Z Downloaded rayon v1.10.0
7772024-08-07T06:49:33.698Z Downloaded http v1.1.0
7782024-08-07T06:49:33.701Z Downloaded portable-atomic v1.6.0
7792024-08-07T06:49:33.708Z Downloaded h2 v0.3.26
7802024-08-07T06:49:33.714Z Downloaded proptest v1.4.0
7812024-08-07T06:49:33.724Z Downloaded lalrpop v0.19.12
7822024-08-07T06:49:33.735Z Downloaded rustls-webpki v0.101.7
7832024-08-07T06:49:33.750Z Downloaded regex-automata v0.1.10
7842024-08-07T06:49:33.754Z Downloaded sqlparser v0.45.0
7852024-08-07T06:49:33.760Z Downloaded rustls-webpki v0.102.4
7862024-08-07T06:49:33.779Z Downloaded object v0.30.4
7872024-08-07T06:49:33.788Z Downloaded nix v0.27.1
7882024-08-07T06:49:33.800Z Downloaded reqwest v0.11.27
7892024-08-07T06:49:33.807Z Downloaded rustls v0.21.12
7902024-08-07T06:49:33.820Z Downloaded vcpkg v0.2.15
7912024-08-07T06:49:33.857Z Downloaded nix v0.28.0
7922024-08-07T06:49:33.868Z Downloaded radix_trie v0.2.1
7932024-08-07T06:49:33.873Z Downloaded idna v0.2.3
7942024-08-07T06:49:33.880Z Downloaded bstr v1.9.1
7952024-08-07T06:49:33.890Z Downloaded regex v1.10.6
7962024-08-07T06:49:33.904Z Downloaded polar-core v0.27.3
7972024-08-07T06:49:33.912Z Downloaded regex-syntax v0.6.29
7982024-08-07T06:49:33.919Z Downloaded smoltcp v0.11.0
7992024-08-07T06:49:33.932Z Downloaded gimli v0.28.1
8002024-08-07T06:49:33.940Z Downloaded regress v0.9.1
8012024-08-07T06:49:33.949Z Downloaded regex-syntax v0.8.3
8022024-08-07T06:49:33.956Z Downloaded diesel v2.1.6
8032024-08-07T06:49:33.975Z Downloaded regex-automata v0.4.6
8042024-08-07T06:49:33.992Z Downloaded finl_unicode v1.2.0
8052024-08-07T06:49:34.004Z Downloaded sled v0.34.7
8062024-08-07T06:49:34.014Z Downloaded ratatui v0.27.0
8072024-08-07T06:49:34.033Z Downloaded zerocopy-derive v0.6.6
8082024-08-07T06:49:34.042Z Downloaded bzip2-sys v0.1.11+1.0.8
8092024-08-07T06:49:34.055Z Downloaded rustls v0.22.4
8102024-08-07T06:49:34.069Z Downloaded openapiv3 v2.0.0
8112024-08-07T06:49:34.081Z Downloaded petgraph v0.6.5
8122024-08-07T06:49:34.100Z Downloaded smoltcp v0.9.1
8132024-08-07T06:49:34.111Z Downloaded tokio v1.38.1
8142024-08-07T06:49:34.149Z Downloaded openssl v0.10.66
8152024-08-07T06:49:34.159Z Downloaded sha3 v0.10.8
8162024-08-07T06:49:34.164Z Downloaded csv v1.3.0
8172024-08-07T06:49:34.185Z Downloaded hyper v0.14.30
8182024-08-07T06:49:34.194Z Downloaded webpki-roots v0.25.4
8192024-08-07T06:49:34.198Z Downloaded object v0.32.2
8202024-08-07T06:49:34.209Z Downloaded idna v0.5.0
8212024-08-07T06:49:34.216Z Downloaded trust-dns-proto v0.22.0
8222024-08-07T06:49:34.228Z Downloaded idna v0.3.0
8232024-08-07T06:49:34.235Z Downloaded encoding_rs v0.8.34
8242024-08-07T06:49:34.258Z Downloaded curve25519-dalek v4.1.3
8252024-08-07T06:49:34.267Z Downloaded bstr v0.2.17
8262024-08-07T06:49:34.278Z Downloaded serde_with v3.8.3
8272024-08-07T06:49:34.286Z Downloaded bitvec v1.0.1
8282024-08-07T06:49:34.301Z Downloaded steno v0.4.1
8292024-08-07T06:49:34.305Z Downloaded pkcs8 v0.10.2
8302024-08-07T06:49:34.307Z Downloaded httparse v1.8.0
8312024-08-07T06:49:34.310Z Downloaded fatfs v0.3.6
8322024-08-07T06:49:34.312Z Downloaded samael v0.0.15
8332024-08-07T06:49:34.317Z Downloaded toml_edit v0.19.15
8342024-08-07T06:49:34.333Z Downloaded sct v0.7.1
8352024-08-07T06:49:34.337Z Downloaded same-file v1.0.6
8362024-08-07T06:49:34.340Z Downloaded tinyvec v1.6.0
8372024-08-07T06:49:34.342Z Downloaded derive-where v1.2.7
8382024-08-07T06:49:34.345Z Downloaded predicates-core v1.0.6
8392024-08-07T06:49:34.348Z Downloaded http-body v0.4.6
8402024-08-07T06:49:34.348Z Downloaded fallible-iterator v0.2.0
8412024-08-07T06:49:34.351Z Downloaded rustls-pemfile v2.1.3
8422024-08-07T06:49:34.351Z Downloaded url v2.5.2
8432024-08-07T06:49:34.353Z Downloaded itertools v0.10.5
8442024-08-07T06:49:34.360Z Downloaded ring v0.16.20
8452024-08-07T06:49:34.443Z Downloaded secrecy v0.8.0
8462024-08-07T06:49:34.449Z Downloaded rustls-pki-types v1.7.0
8472024-08-07T06:49:34.449Z Downloaded tls_codec_derive v0.4.1
8482024-08-07T06:49:34.449Z Downloaded tls_codec v0.4.1
8492024-08-07T06:49:34.452Z Downloaded r2d2 v0.8.10
8502024-08-07T06:49:34.452Z Downloaded rustc-demangle v0.1.24
8512024-08-07T06:49:34.452Z Downloaded fd-lock v4.0.2
8522024-08-07T06:49:34.455Z Downloaded tracing-core v0.1.32
8532024-08-07T06:49:34.457Z Downloaded termcolor v1.4.1
8542024-08-07T06:49:34.460Z Downloaded float-cmp v0.9.0
8552024-08-07T06:49:34.460Z Downloaded tokio-rustls v0.25.0
8562024-08-07T06:49:34.462Z Downloaded globset v0.4.14
8572024-08-07T06:49:34.464Z Downloaded num-bigint-dig v0.8.4
8582024-08-07T06:49:34.467Z Downloaded mio v0.8.11
8592024-08-07T06:49:34.474Z Downloaded untrusted v0.7.1
8602024-08-07T06:49:34.476Z Downloaded flume v0.11.0
8612024-08-07T06:49:34.479Z Downloaded sec1 v0.7.3
8622024-08-07T06:49:34.481Z Downloaded slog-term v2.9.1
8632024-08-07T06:49:34.481Z Downloaded poly1305 v0.8.0
8642024-08-07T06:49:34.484Z Downloaded time v0.3.36
8652024-08-07T06:49:34.490Z Downloaded tokio-postgres v0.7.11
8662024-08-07T06:49:34.495Z Downloaded ring v0.17.8
8672024-08-07T06:49:34.565Z Downloaded expectorate v1.1.0
8682024-08-07T06:49:34.568Z Downloaded num-bigint v0.4.5
8692024-08-07T06:49:34.572Z Downloaded spin v0.5.2
8702024-08-07T06:49:34.574Z Downloaded postgres-types v0.2.7
8712024-08-07T06:49:34.576Z Downloaded unicase v2.7.0
8722024-08-07T06:49:34.576Z Downloaded radium v0.7.0
8732024-08-07T06:49:34.579Z Downloaded walkdir v2.5.0
8742024-08-07T06:49:34.579Z Downloaded pin-project v1.1.5
8752024-08-07T06:49:34.589Z Downloaded predicates-tree v1.0.9
8762024-08-07T06:49:34.592Z Downloaded nom v7.1.3
8772024-08-07T06:49:34.595Z Downloaded minimal-lexical v0.2.1
8782024-08-07T06:49:34.599Z Downloaded toml v0.5.11
8792024-08-07T06:49:34.602Z Downloaded futures v0.3.30
8802024-08-07T06:49:34.606Z Downloaded heapless v0.8.0
8812024-08-07T06:49:34.610Z Downloaded heapless v0.7.17
8822024-08-07T06:49:34.613Z Downloaded hashbrown v0.12.3
8832024-08-07T06:49:34.617Z Downloaded der_derive v0.7.2
8842024-08-07T06:49:34.620Z Downloaded smallvec v1.13.2
8852024-08-07T06:49:34.622Z Downloaded serde_yaml v0.9.34+deprecated
8862024-08-07T06:49:34.624Z Downloaded hostname v0.3.1
8872024-08-07T06:49:34.627Z Downloaded endian-type v0.1.2
8882024-08-07T06:49:34.627Z Downloaded xattr v1.3.1
8892024-08-07T06:49:34.630Z Downloaded pin-project-lite v0.2.14
8902024-08-07T06:49:34.632Z Downloaded password-hash v0.5.0
8912024-08-07T06:49:34.635Z Downloaded tokio-tungstenite v0.21.0
8922024-08-07T06:49:34.640Z Downloaded serde_urlencoded v0.7.1
8932024-08-07T06:49:34.640Z Downloaded embedded-io v0.4.0
8942024-08-07T06:49:34.640Z Downloaded hyper-tls v0.5.0
8952024-08-07T06:49:34.640Z Downloaded hyper-staticfile v0.10.1
8962024-08-07T06:49:34.652Z Downloaded tungstenite v0.21.0
8972024-08-07T06:49:34.652Z Downloaded pin-utils v0.1.0
8982024-08-07T06:49:34.652Z Downloaded hubpack v0.1.2
8992024-08-07T06:49:34.652Z Downloaded httpdate v1.0.3
9002024-08-07T06:49:34.652Z Downloaded hex v0.4.3
9012024-08-07T06:49:34.657Z Downloaded serde_derive_internals v0.29.1
9022024-08-07T06:49:34.657Z Downloaded zip v0.6.6
9032024-08-07T06:49:34.657Z Downloaded publicsuffix v2.2.3
9042024-08-07T06:49:34.661Z Downloaded trust-dns-client v0.22.0
9052024-08-07T06:49:34.664Z Downloaded ref-cast v1.0.23
9062024-08-07T06:49:34.666Z Downloaded hmac v0.12.1
9072024-08-07T06:49:34.666Z Downloaded heck v0.3.3
9082024-08-07T06:49:34.669Z Downloaded hash32 v0.3.1
9092024-08-07T06:49:34.669Z Downloaded hash32 v0.2.1
9102024-08-07T06:49:34.672Z Downloaded futures-core v0.3.30
9112024-08-07T06:49:34.672Z Downloaded diesel_derives v2.1.4
9122024-08-07T06:49:34.674Z Downloaded semver v0.1.20
9132024-08-07T06:49:34.677Z Downloaded serde_with_macros v3.8.3
9142024-08-07T06:49:34.677Z Downloaded schemars v0.8.21
9152024-08-07T06:49:34.687Z Downloaded fixedbitset v0.4.2
9162024-08-07T06:49:34.690Z Downloaded wyz v0.5.1
9172024-08-07T06:49:34.690Z Downloaded unicode-truncate v1.0.0
9182024-08-07T06:49:34.692Z Downloaded wait-timeout v0.2.0
9192024-08-07T06:49:34.692Z Downloaded base64 v0.21.7
9202024-08-07T06:49:34.696Z Downloaded parking_lot v0.12.2
9212024-08-07T06:49:34.698Z Downloaded structmeta v0.2.0
9222024-08-07T06:49:34.701Z Downloaded env_logger v0.10.2
9232024-08-07T06:49:34.703Z Downloaded whoami v1.5.1
9242024-08-07T06:49:34.703Z Downloaded shlex v1.3.0
9252024-08-07T06:49:34.705Z Downloaded shell-words v1.1.0
9262024-08-07T06:49:34.705Z Downloaded native-tls v0.2.11
9272024-08-07T06:49:34.708Z Downloaded tiny-keccak v2.0.2
9282024-08-07T06:49:34.710Z Downloaded peg-macros v0.8.4
9292024-08-07T06:49:34.713Z Downloaded openssl-sys v0.9.103
9302024-08-07T06:49:34.715Z Downloaded chacha20poly1305 v0.10.1
9312024-08-07T06:49:34.718Z Downloaded backtrace v0.3.71
9322024-08-07T06:49:34.722Z Downloaded time-macros v0.2.18
9332024-08-07T06:49:34.724Z Downloaded parking_lot_core v0.9.10
9342024-08-07T06:49:34.726Z Downloaded miniz_oxide v0.7.2
9352024-08-07T06:49:34.729Z Downloaded slog-bunyan v2.5.0
9362024-08-07T06:49:34.729Z Downloaded slog-async v2.8.0
9372024-08-07T06:49:34.731Z Downloaded cc v1.0.97
9382024-08-07T06:49:34.734Z Downloaded scheduled-thread-pool v0.2.7
9392024-08-07T06:49:34.734Z Downloaded rustfmt-wrapper v0.2.1
9402024-08-07T06:49:34.736Z Downloaded tower-service v0.3.2
9412024-08-07T06:49:34.736Z Downloaded schemars_derive v0.8.21
9422024-08-07T06:49:34.739Z Downloaded headers-core v0.2.0
9432024-08-07T06:49:34.739Z Downloaded nu-ansi-term v0.50.0
9442024-08-07T06:49:34.741Z Downloaded tokio-tungstenite v0.20.1
9452024-08-07T06:49:34.741Z Downloaded num-complex v0.4.6
9462024-08-07T06:49:34.744Z Downloaded const-oid v0.9.6
9472024-08-07T06:49:34.746Z Downloaded gethostname v0.5.0
9482024-08-07T06:49:34.746Z Downloaded form_urlencoded v1.2.1
9492024-08-07T06:49:34.749Z Downloaded tokio-stream v0.1.15
9502024-08-07T06:49:34.751Z Downloaded num-derive v0.4.2
9512024-08-07T06:49:34.754Z Downloaded ipnet v2.9.0
9522024-08-07T06:49:34.754Z Downloaded memmap2 v0.9.4
9532024-08-07T06:49:34.756Z Downloaded crossbeam-utils v0.8.19
9542024-08-07T06:49:34.758Z Downloaded indicatif v0.17.8
9552024-08-07T06:49:34.761Z Downloaded omicron-zone-package v0.11.0
9562024-08-07T06:49:34.764Z Downloaded defmt v0.3.8
9572024-08-07T06:49:34.767Z Downloaded base64 v0.22.1
9582024-08-07T06:49:34.770Z Downloaded csv-core v0.1.11
9592024-08-07T06:49:34.773Z Downloaded cancel-safe-futures v0.1.5
9602024-08-07T06:49:34.776Z Downloaded base64ct v1.6.0
9612024-08-07T06:49:34.778Z Downloaded base64 v0.13.1
9622024-08-07T06:49:34.780Z Downloaded backoff v0.4.0
9632024-08-07T06:49:34.783Z Downloaded num-iter v0.1.45
9642024-08-07T06:49:34.783Z Downloaded kstat-rs v0.2.4
9652024-08-07T06:49:34.785Z Downloaded arc-swap v1.7.1
9662024-08-07T06:49:34.788Z Downloaded strum_macros v0.24.3
9672024-08-07T06:49:34.790Z Downloaded stable_deref_trait v1.2.0
9682024-08-07T06:49:34.790Z Downloaded slog-json v2.6.1
9692024-08-07T06:49:34.793Z Downloaded nodrop v0.1.14
9702024-08-07T06:49:34.793Z Downloaded multimap v0.10.0
9712024-08-07T06:49:34.793Z Downloaded maybe-uninit v2.0.0
9722024-08-07T06:49:34.796Z Downloaded managed v0.8.0
9732024-08-07T06:49:34.796Z Downloaded slog-stdlog v4.1.1
9742024-08-07T06:49:34.796Z Downloaded bit-vec v0.6.3
9752024-08-07T06:49:34.798Z Downloaded linked-hash-map v0.5.6
9762024-08-07T06:49:34.798Z Downloaded ciborium-ll v0.2.2
9772024-08-07T06:49:34.800Z Downloaded multer v3.1.0
9782024-08-07T06:49:34.803Z Downloaded mime_guess v2.0.4
9792024-08-07T06:49:34.803Z Downloaded defmt-parser v0.3.4
9802024-08-07T06:49:34.803Z Downloaded convert_case v0.4.0
9812024-08-07T06:49:34.806Z Downloaded compact_str v0.7.1
9822024-08-07T06:49:34.809Z Downloaded colored v2.1.0
9832024-08-07T06:49:34.809Z Downloaded block-padding v0.3.3
9842024-08-07T06:49:34.811Z Downloaded blake2 v0.10.6
9852024-08-07T06:49:34.813Z Downloaded bitfield-struct v0.6.1
9862024-08-07T06:49:34.813Z Downloaded async-stream v0.3.5
9872024-08-07T06:49:34.816Z Downloaded match_cfg v0.1.0
9882024-08-07T06:49:34.816Z Downloaded assert_matches v1.5.0
9892024-08-07T06:49:34.816Z Downloaded parse-display v0.9.1
9902024-08-07T06:49:34.818Z Downloaded packed_struct v0.10.1
9912024-08-07T06:49:34.818Z Downloaded darling v0.20.9
9922024-08-07T06:49:34.824Z Downloaded ascii v1.1.0
9932024-08-07T06:49:34.827Z Downloaded array-init v0.0.4
9942024-08-07T06:49:34.827Z Downloaded md-5 v0.10.6
9952024-08-07T06:49:34.827Z Downloaded lru-cache v0.1.2
9962024-08-07T06:49:34.827Z Downloaded crucible-workspace-hack v0.1.0
9972024-08-07T06:49:34.827Z Downloaded bitstruct v0.1.1
9982024-08-07T06:49:34.830Z Downloaded atomicwrites v0.4.3
9992024-08-07T06:49:34.830Z Downloaded lazycell v1.3.0
10002024-08-07T06:49:34.832Z Downloaded keccak v0.1.5
10012024-08-07T06:49:34.832Z Downloaded cookie v0.17.0
10022024-08-07T06:49:34.835Z Downloaded bzip2 v0.4.4
10032024-08-07T06:49:34.835Z Downloaded bcs v0.1.6
10042024-08-07T06:49:34.837Z Downloaded ipnetwork v0.20.0
10052024-08-07T06:49:34.840Z Downloaded bit-set v0.5.3
10062024-08-07T06:49:34.840Z Downloaded num v0.4.3
10072024-08-07T06:49:34.840Z Downloaded chacha20 v0.9.1
10082024-08-07T06:49:34.842Z Downloaded memoffset v0.9.1
10092024-08-07T06:49:34.842Z Downloaded indent_write v2.2.0
10102024-08-07T06:49:34.845Z Downloaded impl-trait-for-tuples v0.2.2
10112024-08-07T06:49:34.847Z Downloaded camino-tempfile v1.1.1
10122024-08-07T06:49:34.847Z Downloaded oso-derive v0.27.3
10132024-08-07T06:49:34.850Z Downloaded openssl-macros v0.1.1
10142024-08-07T06:49:34.850Z Downloaded arrayref v0.3.7
10152024-08-07T06:49:34.850Z Downloaded matches v0.1.10
10162024-08-07T06:49:34.852Z Downloaded is_ci v1.2.0
10172024-08-07T06:49:34.852Z Downloaded crc-catalog v2.4.0
10182024-08-07T06:49:34.852Z Downloaded cassowary v0.3.0
10192024-08-07T06:49:34.855Z Downloaded buf-list v1.0.3
10202024-08-07T06:49:34.858Z Downloaded ascii-canvas v3.0.0
10212024-08-07T06:49:34.858Z Downloaded atomic-waker v1.1.2
10222024-08-07T06:49:34.858Z Downloaded cipher v0.4.4
10232024-08-07T06:49:34.860Z Downloaded bitflags v1.3.2
10242024-08-07T06:49:34.941Z Compiling cfg-if v1.0.0
10252024-08-07T06:49:34.941Z Compiling serde v1.0.204
10262024-08-07T06:49:34.944Z Compiling lock_api v0.4.12
10272024-08-07T06:49:34.944Z Compiling scopeguard v1.2.0
10282024-08-07T06:49:34.944Z Compiling log v0.4.21
10292024-08-07T06:49:35.108Z Compiling syn v2.0.72
10302024-08-07T06:49:35.111Z Compiling cc v1.0.97
10312024-08-07T06:49:35.135Z Compiling getrandom v0.2.14
10322024-08-07T06:49:35.151Z Compiling parking_lot_core v0.9.10
10332024-08-07T06:49:35.199Z Compiling smallvec v1.13.2
10342024-08-07T06:49:35.522Z Compiling rand_core v0.6.4
10352024-08-07T06:49:35.593Z Compiling pin-project-lite v0.2.14
10362024-08-07T06:49:35.612Z Compiling typenum v1.17.0
10372024-08-07T06:49:35.615Z Compiling generic-array v0.14.7
10382024-08-07T06:49:35.706Z Compiling signal-hook-registry v1.4.2
10392024-08-07T06:49:35.905Z Compiling mio v0.8.11
10402024-08-07T06:49:36.021Z Compiling parking_lot v0.12.2
10412024-08-07T06:49:36.042Z Compiling spin v0.9.8
10422024-08-07T06:49:36.243Z Compiling libm v0.2.8
10432024-08-07T06:49:36.430Z Compiling futures-core v0.3.30
10442024-08-07T06:49:36.492Z Compiling serde_json v1.0.122
10452024-08-07T06:49:36.630Z Compiling num_cpus v1.16.0
10462024-08-07T06:49:36.666Z Compiling socket2 v0.5.7
10472024-08-07T06:49:36.744Z Compiling ahash v0.8.11
10482024-08-07T06:49:36.857Z Compiling num-traits v0.2.19
10492024-08-07T06:49:36.944Z Compiling tinyvec_macros v0.1.1
10502024-08-07T06:49:37.033Z Compiling tinyvec v1.6.0
10512024-08-07T06:49:37.165Z Compiling slab v0.4.9
10522024-08-07T06:49:37.537Z Compiling const-oid v0.9.6
10532024-08-07T06:49:37.558Z Compiling futures-sink v0.3.30
10542024-08-07T06:49:37.718Z Compiling subtle v2.5.0
10552024-08-07T06:49:37.893Z Compiling unicode-bidi v0.3.15
10562024-08-07T06:49:38.081Z Compiling allocator-api2 v0.2.18
10572024-08-07T06:49:38.562Z Compiling unicode-normalization v0.1.23
10582024-08-07T06:49:38.741Z Compiling futures-channel v0.3.30
10592024-08-07T06:49:38.910Z Compiling futures-io v0.3.30
10602024-08-07T06:49:38.987Z Compiling futures-task v0.3.30
10612024-08-07T06:49:39.237Z Compiling pin-utils v0.1.0
10622024-08-07T06:49:39.306Z Compiling pkg-config v0.3.30
10632024-08-07T06:49:39.327Z Compiling vcpkg v0.2.15
10642024-08-07T06:49:39.342Z Compiling ring v0.17.8
10652024-08-07T06:49:39.493Z Compiling ppv-lite86 v0.2.17
10662024-08-07T06:49:39.645Z Compiling percent-encoding v2.3.1
10672024-08-07T06:49:39.799Z Compiling tracing-core v0.1.32
10682024-08-07T06:49:40.021Z Compiling untrusted v0.9.0
10692024-08-07T06:49:40.187Z Compiling time-core v0.1.2
10702024-08-07T06:49:40.314Z Compiling rand_chacha v0.3.1
10712024-08-07T06:49:40.365Z Compiling syn v1.0.109
10722024-08-07T06:49:40.622Z Compiling rustix v0.38.34
10732024-08-07T06:49:40.898Z Compiling httparse v1.8.0
10742024-08-07T06:49:41.046Z Compiling powerfmt v0.2.0
10752024-08-07T06:49:41.247Z Compiling num-conv v0.1.0
10762024-08-07T06:49:41.351Z Compiling deranged v0.3.11
10772024-08-07T06:49:41.487Z Compiling rand v0.8.5
10782024-08-07T06:49:41.520Z Compiling time-macros v0.2.18
10792024-08-07T06:49:41.557Z Compiling try-lock v0.2.5
10802024-08-07T06:49:41.610Z Compiling openssl-sys v0.9.103
10812024-08-07T06:49:41.694Z Compiling foreign-types-shared v0.1.1
10822024-08-07T06:49:41.796Z Compiling openssl v0.10.66
10832024-08-07T06:49:42.235Z Compiling base64ct v1.6.0
10842024-08-07T06:49:42.735Z Compiling num_threads v0.1.7
10852024-08-07T06:49:42.814Z Compiling iana-time-zone v0.1.60
10862024-08-07T06:49:42.854Z Compiling rustversion v1.0.17
10872024-08-07T06:49:43.270Z Compiling pem-rfc7468 v0.7.0
10882024-08-07T06:49:43.290Z Compiling foreign-types v0.3.2
10892024-08-07T06:49:43.379Z Compiling want v0.3.1
10902024-08-07T06:49:43.647Z Compiling form_urlencoded v1.2.1
10912024-08-07T06:49:43.956Z Compiling crossbeam-utils v0.8.19
10922024-08-07T06:49:43.999Z Compiling siphasher v0.3.11
10932024-08-07T06:49:44.205Z Compiling rustls v0.21.12
10942024-08-07T06:49:44.305Z Compiling flagset v0.4.5
10952024-08-07T06:49:44.376Z Compiling native-tls v0.2.11
10962024-08-07T06:49:44.511Z Compiling serde_derive_internals v0.29.1
10972024-08-07T06:49:44.586Z Compiling idna v0.5.0
10982024-08-07T06:49:44.745Z Compiling lazy_static v1.5.0
10992024-08-07T06:49:44.775Z Compiling time v0.3.36
11002024-08-07T06:49:44.863Z Compiling aho-corasick v1.1.3
11012024-08-07T06:49:45.881Z Compiling sct v0.7.1
11022024-08-07T06:49:46.178Z Compiling rustls-webpki v0.101.7
11032024-08-07T06:49:46.209Z Compiling cookie v0.17.0
11042024-08-07T06:49:46.502Z Compiling adler v1.0.2
11052024-08-07T06:49:46.731Z Compiling signal-hook v0.3.17
11062024-08-07T06:49:47.001Z Compiling finl_unicode v1.2.0
11072024-08-07T06:49:47.275Z Compiling httpdate v1.0.3
11082024-08-07T06:49:47.543Z Compiling schemars v0.8.21
11092024-08-07T06:49:47.630Z Compiling tower-service v0.3.2
11102024-08-07T06:49:47.754Z Compiling regex-syntax v0.8.3
11112024-08-07T06:49:47.784Z Compiling slog v2.7.0
11122024-08-07T06:49:47.914Z Compiling openssl-probe v0.1.5
11132024-08-07T06:49:48.108Z Compiling cpufeatures v0.2.12
11142024-08-07T06:49:48.236Z Compiling stringprep v0.1.4
11152024-08-07T06:49:48.376Z Compiling miniz_oxide v0.7.2
11162024-08-07T06:49:49.477Z Compiling url v2.5.2
11172024-08-07T06:49:49.836Z Compiling serde_derive v1.0.204
11182024-08-07T06:49:49.881Z Compiling zeroize_derive v1.4.2
11192024-08-07T06:49:50.151Z Compiling zerocopy-derive v0.7.34
11202024-08-07T06:49:50.304Z Compiling tokio-macros v2.3.0
11212024-08-07T06:49:51.320Z Compiling thiserror-impl v1.0.63
11222024-08-07T06:49:51.549Z Compiling zeroize v1.7.0
11232024-08-07T06:49:51.947Z Compiling futures-macro v0.3.30
11242024-08-07T06:49:52.459Z Compiling zerocopy v0.7.34
11252024-08-07T06:49:53.357Z Compiling crypto-common v0.1.6
11262024-08-07T06:49:53.594Z Compiling block-buffer v0.10.4
11272024-08-07T06:49:53.848Z Compiling digest v0.10.7
11282024-08-07T06:49:54.088Z Compiling futures-util v0.3.30
11292024-08-07T06:49:54.303Z Compiling scroll_derive v0.12.0
11302024-08-07T06:49:54.357Z Compiling tracing-attributes v0.1.27
11312024-08-07T06:49:54.600Z Compiling hashbrown v0.14.5
11322024-08-07T06:49:54.691Z Compiling thiserror v1.0.63
11332024-08-07T06:49:54.831Z Compiling pest v2.7.10
11342024-08-07T06:49:55.771Z Compiling scroll v0.12.0
11352024-08-07T06:49:56.006Z Compiling hmac v0.12.1
11362024-08-07T06:49:56.230Z Compiling der_derive v0.7.2
11372024-08-07T06:49:56.332Z Compiling goblin v0.8.2
11382024-08-07T06:49:57.219Z Compiling openssl-macros v0.1.1
11392024-08-07T06:49:57.697Z Compiling pest_meta v2.7.10
11402024-08-07T06:49:57.862Z Compiling md-5 v0.10.6
11412024-08-07T06:49:58.015Z Compiling sha2 v0.10.8
11422024-08-07T06:49:58.088Z Compiling regex-automata v0.4.6
11432024-08-07T06:49:58.214Z Compiling tracing v0.1.40
11442024-08-07T06:49:58.716Z Compiling schemars_derive v0.8.21
11452024-08-07T06:49:58.854Z Compiling der v0.7.9
11462024-08-07T06:50:00.194Z Compiling pest_generator v2.7.10
11472024-08-07T06:50:01.577Z Compiling spki v0.7.3
11482024-08-07T06:50:02.098Z Compiling num-integer v0.1.46
11492024-08-07T06:50:02.191Z Compiling idna v0.3.0
11502024-08-07T06:50:02.225Z Compiling backtrace v0.3.71
11512024-08-07T06:50:02.727Z Compiling hash32 v0.2.1
11522024-08-07T06:50:02.871Z Compiling pest_derive v2.7.10
11532024-08-07T06:50:02.907Z Compiling fallible-iterator v0.2.0
11542024-08-07T06:50:03.095Z Compiling psl-types v2.0.11
11552024-08-07T06:50:03.250Z Compiling stable_deref_trait v1.2.0
11562024-08-07T06:50:03.285Z Compiling dyn-clone v1.0.17
11572024-08-07T06:50:03.347Z Compiling base64 v0.22.1
11582024-08-07T06:50:03.502Z Compiling smoltcp v0.9.1
11592024-08-07T06:50:03.592Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
11602024-08-07T06:50:03.664Z Compiling dtrace-parser v0.2.0
11612024-08-07T06:50:03.802Z Compiling gimli v0.28.1
11622024-08-07T06:50:04.108Z Compiling crc32fast v1.4.0
11632024-08-07T06:50:04.233Z Compiling bytes v1.7.1
11642024-08-07T06:50:04.413Z Compiling bitflags v2.6.0
11652024-08-07T06:50:04.629Z Compiling indexmap v2.3.0
11662024-08-07T06:50:04.848Z Compiling semver v1.0.23
11672024-08-07T06:50:05.589Z Compiling tokio v1.38.1
11682024-08-07T06:50:05.619Z Compiling http v0.2.12
11692024-08-07T06:50:05.779Z Compiling uuid v1.10.0
11702024-08-07T06:50:06.102Z Compiling rustc_version v0.4.0
11712024-08-07T06:50:06.885Z Compiling chrono v0.4.38
11722024-08-07T06:50:07.194Z Compiling http-body v0.4.6
11732024-08-07T06:50:07.649Z Compiling heapless v0.7.17
11742024-08-07T06:50:07.668Z Compiling dof v0.3.0
11752024-08-07T06:50:08.208Z Compiling serde_tokenstream v0.2.1
11762024-08-07T06:50:08.757Z Compiling usdt-impl v0.5.0
11772024-08-07T06:50:08.844Z Compiling toml_datetime v0.6.8
11782024-08-07T06:50:09.353Z Compiling serde_spanned v0.6.7
11792024-08-07T06:50:09.817Z Compiling terminal_size v0.3.0
11802024-08-07T06:50:10.007Z Compiling addr2line v0.21.0
11812024-08-07T06:50:10.358Z Compiling postgres-protocol v0.6.7
11822024-08-07T06:50:10.643Z Compiling http v1.1.0
11832024-08-07T06:50:10.837Z Compiling publicsuffix v2.2.3
11842024-08-07T06:50:11.004Z Compiling pkcs8 v0.10.2
11852024-08-07T06:50:11.017Z Compiling hubpack_derive v0.1.1
11862024-08-07T06:50:11.092Z Compiling block-padding v0.3.3
11872024-08-07T06:50:11.329Z Compiling async-trait v0.1.81
11882024-08-07T06:50:11.546Z Compiling zerocopy-derive v0.6.6
11892024-08-07T06:50:12.798Z Compiling phf_shared v0.11.2
11902024-08-07T06:50:13.077Z Compiling diesel_table_macro_syntax v0.1.0
11912024-08-07T06:50:13.160Z Compiling ff v0.13.0
11922024-08-07T06:50:13.365Z Compiling scheduled-thread-pool v0.2.7
11932024-08-07T06:50:13.381Z Compiling object v0.32.2
11942024-08-07T06:50:13.460Z Compiling fs-err v2.11.0
11952024-08-07T06:50:13.724Z Compiling tokio-util v0.7.11
11962024-08-07T06:50:13.741Z Compiling tokio-rustls v0.24.1
11972024-08-07T06:50:13.761Z Compiling winnow v0.5.40
11982024-08-07T06:50:13.966Z Compiling bit-vec v0.6.3
11992024-08-07T06:50:14.157Z Compiling anyhow v1.0.86
12002024-08-07T06:50:14.456Z Compiling tokio-native-tls v0.3.1
12012024-08-07T06:50:14.722Z Compiling h2 v0.3.26
12022024-08-07T06:50:14.740Z Compiling either v1.13.0
12032024-08-07T06:50:14.794Z Compiling base64 v0.21.7
12042024-08-07T06:50:15.115Z Compiling matches v0.1.10
12052024-08-07T06:50:15.167Z Compiling bitflags v1.3.2
12062024-08-07T06:50:15.201Z Compiling ipnet v2.9.0
12072024-08-07T06:50:15.268Z Compiling rustc-demangle v0.1.24
12082024-08-07T06:50:15.555Z Compiling regex-automata v0.1.10
12092024-08-07T06:50:16.063Z Compiling base16ct v0.2.0
12102024-08-07T06:50:16.269Z Compiling managed v0.8.0
12112024-08-07T06:50:16.408Z Compiling sec1 v0.7.3
12122024-08-07T06:50:16.411Z Compiling bstr v0.2.17
12132024-08-07T06:50:16.702Z Compiling rustls-pemfile v1.0.4
12142024-08-07T06:50:16.997Z Compiling idna v0.2.3
12152024-08-07T06:50:17.132Z Compiling clap_builder v4.5.13
12162024-08-07T06:50:17.567Z Compiling toml_edit v0.19.15
12172024-08-07T06:50:18.230Z Compiling zerocopy v0.6.6
12182024-08-07T06:50:18.655Z Compiling r2d2 v0.8.10
12192024-08-07T06:50:18.811Z Compiling diesel_derives v2.1.4
12202024-08-07T06:50:19.031Z Compiling group v0.13.0
12212024-08-07T06:50:19.096Z Compiling signal-hook-mio v0.2.3
12222024-08-07T06:50:19.254Z Compiling phf v0.11.2
12232024-08-07T06:50:19.345Z Compiling cookie_store v0.20.0
12242024-08-07T06:50:19.539Z Compiling http-body v1.0.0
12252024-08-07T06:50:19.759Z Compiling hubpack v0.1.2
12262024-08-07T06:50:20.615Z Compiling ipnetwork v0.20.0
12272024-08-07T06:50:20.653Z Compiling inout v0.1.3
12282024-08-07T06:50:20.870Z Compiling postgres-types v0.2.7
12292024-08-07T06:50:21.525Z Compiling hyper v0.14.30
12302024-08-07T06:50:21.529Z Compiling usdt-attr-macro v0.5.0
12312024-08-07T06:50:22.425Z Compiling usdt-macro v0.5.0
12322024-08-07T06:50:23.230Z Compiling serde_urlencoded v0.7.1
12332024-08-07T06:50:23.700Z Compiling regex v1.10.6
12342024-08-07T06:50:23.762Z Compiling num-bigint v0.4.5
12352024-08-07T06:50:23.913Z Compiling futures-executor v0.3.30
12362024-08-07T06:50:24.474Z Compiling enum-as-inner v0.5.1
12372024-08-07T06:50:24.809Z Compiling hkdf v0.12.4
12382024-08-07T06:50:25.064Z Compiling crypto-bigint v0.5.5
12392024-08-07T06:50:25.114Z Compiling serde_repr v0.1.19
12402024-08-07T06:50:25.319Z Compiling strum_macros v0.25.3
12412024-08-07T06:50:25.515Z Compiling clap_derive v4.5.13
12422024-08-07T06:50:26.304Z Compiling phf_shared v0.10.0
12432024-08-07T06:50:26.343Z Compiling float-cmp v0.9.0
12442024-08-07T06:50:26.561Z Compiling encoding_rs v0.8.34
12452024-08-07T06:50:26.695Z Compiling unicode-segmentation v1.11.0
12462024-08-07T06:50:27.604Z Compiling predicates-core v1.0.6
12472024-08-07T06:50:27.953Z Compiling normalize-line-endings v0.3.0
12482024-08-07T06:50:28.075Z Compiling sync_wrapper v0.1.2
12492024-08-07T06:50:28.206Z Compiling static_assertions v1.1.0
12502024-08-07T06:50:28.304Z Compiling hyper-tls v0.5.0
12512024-08-07T06:50:28.665Z Compiling hyper-rustls v0.24.2
12522024-08-07T06:50:29.010Z Compiling webpki-roots v0.25.4
12532024-08-07T06:50:29.169Z Compiling data-encoding v2.6.0
12542024-08-07T06:50:29.454Z Compiling mime v0.3.17
12552024-08-07T06:50:30.083Z Compiling minimal-lexical v0.2.1
12562024-08-07T06:50:30.586Z Compiling difflib v0.4.0
12572024-08-07T06:50:30.718Z Compiling new_debug_unreachable v1.0.6
12582024-08-07T06:50:30.721Z Compiling precomputed-hash v0.1.1
12592024-08-07T06:50:30.805Z Compiling fixedbitset v0.4.2
12602024-08-07T06:50:31.027Z Compiling whoami v1.5.1
12612024-08-07T06:50:31.078Z Compiling toml_edit v0.22.20
12622024-08-07T06:50:31.276Z Compiling petgraph v0.6.5
12632024-08-07T06:50:31.318Z Compiling diesel v2.1.6
12642024-08-07T06:50:31.336Z Compiling console v0.15.8
12652024-08-07T06:50:31.591Z Compiling tokio-postgres v0.7.11
12662024-08-07T06:50:31.642Z Compiling predicates v3.1.2
12672024-08-07T06:50:32.155Z Compiling string_cache v0.8.7
12682024-08-07T06:50:32.645Z Compiling clap v4.5.13
12692024-08-07T06:50:32.771Z Compiling nom v7.1.3
12702024-08-07T06:50:32.835Z Compiling trust-dns-proto v0.22.0
12712024-08-07T06:50:33.420Z Compiling reqwest v0.11.27
12722024-08-07T06:50:34.647Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12732024-08-07T06:50:35.339Z Compiling elliptic-curve v0.13.8
12742024-08-07T06:50:36.143Z Compiling similar v2.5.0
12752024-08-07T06:50:36.415Z Compiling yasna v0.5.2
12762024-08-07T06:50:37.179Z Compiling usdt v0.5.0
12772024-08-07T06:50:37.689Z Compiling futures v0.3.30
12782024-08-07T06:50:37.805Z Compiling flate2 v1.0.31
12792024-08-07T06:50:38.708Z Compiling cipher v0.4.4
12802024-08-07T06:50:38.765Z Compiling toml v0.7.8
12812024-08-07T06:50:39.183Z Compiling hyper v1.3.1
12822024-08-07T06:50:39.198Z Compiling crossterm v0.27.0
12832024-08-07T06:50:40.107Z Compiling itertools v0.10.5
12842024-08-07T06:50:40.443Z Compiling itertools v0.12.1
12852024-08-07T06:50:40.977Z Compiling bit-set v0.5.3
12862024-08-07T06:50:41.251Z Compiling tokio-stream v0.1.15
12872024-08-07T06:50:41.269Z Compiling openapiv3 v2.0.0
12882024-08-07T06:50:41.945Z Compiling hex v0.4.3
12892024-08-07T06:50:42.198Z Compiling bstr v1.9.1
12902024-08-07T06:50:42.567Z Compiling crossbeam-epoch v0.9.18
12912024-08-07T06:50:42.892Z Compiling num-iter v0.1.45
12922024-08-07T06:50:42.916Z Compiling dirs-sys-next v0.1.2
12932024-08-07T06:50:43.084Z Compiling unicode-xid v0.2.4
12942024-08-07T06:50:43.249Z Compiling lalrpop-util v0.19.12
12952024-08-07T06:50:43.316Z Compiling peg-runtime v0.8.3
12962024-08-07T06:50:43.570Z Compiling dirs-next v2.0.0
12972024-08-07T06:50:43.586Z Compiling thread_local v1.1.8
12982024-08-07T06:50:43.589Z Compiling slog-async v2.8.0
12992024-08-07T06:50:43.755Z Compiling term v0.7.0
13002024-08-07T06:50:43.960Z Compiling xattr v1.3.1
13012024-08-07T06:50:44.006Z Compiling crossbeam-channel v0.5.12
13022024-08-07T06:50:44.123Z Compiling strum_macros v0.26.4
13032024-08-07T06:50:44.206Z Compiling filetime v0.2.23
13042024-08-07T06:50:44.230Z Compiling is-terminal v0.4.12
13052024-08-07T06:50:44.355Z Compiling take_mut v0.2.2
13062024-08-07T06:50:44.506Z Compiling tar v0.4.41
13072024-08-07T06:50:44.524Z Compiling slog-term v2.9.1
13082024-08-07T06:50:45.247Z Compiling camino v1.1.7
13092024-08-07T06:50:47.447Z Compiling strum v0.26.3
13102024-08-07T06:50:57.625Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13112024-08-07T06:50:57.863Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13122024-08-07T06:51:03.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
13132024-08-07T06:51:03.226Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13142024-08-07T06:51:03.269ZAug 07 06:51:01.870 INFO Starting download, target: Console
13152024-08-07T06:51:03.269ZAug 07 06:51:01.871 INFO Starting download, target: DendriteOpenapi
13162024-08-07T06:51:03.269ZAug 07 06:51:01.871 INFO Starting download, target: Clickhouse
13172024-08-07T06:51:03.272ZAug 07 06:51:01.871 INFO Starting download, target: Cockroach
13182024-08-07T06:51:03.272ZAug 07 06:51:01.871 INFO Starting download, target: DendriteStub
13192024-08-07T06:51:03.272ZAug 07 06:51:01.871 INFO Starting download, target: MaghemiteMgd
13202024-08-07T06:51:03.272ZAug 07 06:51:01.871 INFO Starting download, target: TransceiverControl
13212024-08-07T06:51:03.272ZAug 07 06:51:01.871 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi
13222024-08-07T06:51:03.272ZAug 07 06:51:01.871 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13232024-08-07T06:51:03.272ZAug 07 06:51:01.871 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13242024-08-07T06:51:03.272ZAug 07 06:51:01.871 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13252024-08-07T06:51:03.272ZAug 07 06:51:01.871 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13262024-08-07T06:51:03.272ZAug 07 06:51:01.872 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13272024-08-07T06:51:03.272ZAug 07 06:51:01.872 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13282024-08-07T06:51:03.422ZAug 07 06:51:02.024 INFO Download complete, target: DendriteOpenapi
13292024-08-07T06:51:03.770ZAug 07 06:51:02.369 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13302024-08-07T06:51:03.812ZAug 07 06:51:02.410 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13312024-08-07T06:51:03.916ZAug 07 06:51:02.516 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13322024-08-07T06:51:04.026ZAug 07 06:51:02.628 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13332024-08-07T06:51:04.215ZAug 07 06:51:02.816 INFO Download complete, target: Console
13342024-08-07T06:51:04.549ZAug 07 06:51:03.150 INFO Download complete, target: TransceiverControl
13352024-08-07T06:51:05.245ZAug 07 06:51:03.846 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13362024-08-07T06:51:05.245ZAug 07 06:51:03.846 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13372024-08-07T06:51:06.504ZAug 07 06:51:05.104 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13382024-08-07T06:51:07.185ZAug 07 06:51:05.786 INFO Download complete, target: DendriteStub
13392024-08-07T06:51:07.461ZAug 07 06:51:06.061 INFO Download complete, target: MaghemiteMgd
13402024-08-07T06:51:13.966ZAug 07 06:51:12.565 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13412024-08-07T06:51:14.278ZAug 07 06:51:12.876 INFO Checking that binary works, target: Cockroach
13422024-08-07T06:51:14.429ZAug 07 06:51:13.027 INFO Download complete, target: Cockroach
13432024-08-07T06:51:21.283ZAug 07 06:51:19.878 INFO Checking that binary works, target: Clickhouse
13442024-08-07T06:51:21.463ZAug 07 06:51:20.059 INFO Download complete, target: Clickhouse
13452024-08-07T06:51:21.482ZAll builder prerequisites installed successfully, and PATH looks valid
13462024-08-07T06:51:21.485Z
13472024-08-07T06:51:21.485Zreal 3:32.357171655
13482024-08-07T06:51:21.485Zuser 11:43.247826619
13492024-08-07T06:51:21.485Zsys 2:27.127001150
13502024-08-07T06:51:21.485Ztrap 0.433942035
13512024-08-07T06:51:21.485Ztflt 1.355841012
13522024-08-07T06:51:21.485Zdflt 1.483171341
13532024-08-07T06:51:21.485Zkflt 0.026458770
13542024-08-07T06:51:21.486Zlock 22:18.079025947
13552024-08-07T06:51:21.486Zslp 44:07.139308465
13562024-08-07T06:51:21.486Zlat 44.026458284
13572024-08-07T06:51:21.486Zstop 1:44.940513595
13582024-08-07T06:51:21.486Z+ banner hack-check
13592024-08-07T06:51:21.489Z
13602024-08-07T06:51:21.489Z # # ## #### # # #### # # ###### #### # #
13612024-08-07T06:51:21.489Z # # # # # # # # # # # # # # # # #
13622024-08-07T06:51:21.489Z ###### # # # #### ##### # ###### ##### # ####
13632024-08-07T06:51:21.489Z # # ###### # # # # # # # # # #
13642024-08-07T06:51:21.489Z # # # # # # # # # # # # # # # # #
13652024-08-07T06:51:21.489Z # # # # #### # # #### # # ###### #### # #
13662024-08-07T06:51:21.489Z
13672024-08-07T06:51:21.489Z+ export CARGO_INCREMENTAL=0
13682024-08-07T06:51:21.489Z+ CARGO_INCREMENTAL=0
13692024-08-07T06:51:21.489Z+ ptime -m timeout 2h cargo xtask check-features --ci
13702024-08-07T06:51:22.026Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13712024-08-07T06:51:25.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s
13722024-08-07T06:51:25.415Z Running `target/debug/xtask check-features --ci`
13732024-08-07T06:51:25.434Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
13742024-08-07T06:51:25.437Zrunning: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
13752024-08-07T06:51:25.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
13762024-08-07T06:51:25.925Z Running `target/debug/xtask download cargo-hack`
13772024-08-07T06:51:26.702Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13782024-08-07T06:51:27.047Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13792024-08-07T06:51:31.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s
13802024-08-07T06:51:31.757Z Running `target/debug/xtask-downloader cargo-hack`
13812024-08-07T06:51:31.788ZAug 07 06:51:30.380 INFO Starting download, target: CargoHack
13822024-08-07T06:51:31.791ZAug 07 06:51:30.380 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
13832024-08-07T06:51:32.359ZAug 07 06:51:30.951 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
13842024-08-07T06:51:32.464ZAug 07 06:51:31.056 INFO Download complete, target: CargoHack
13852024-08-07T06:51:32.467Zrunning: "/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"
13862024-08-07T06:51:32.483Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
13872024-08-07T06:51:32.628Zinfo: running `cargo check --bins` on api_identity (1/147)
13882024-08-07T06:51:33.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13892024-08-07T06:51:33.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13902024-08-07T06:51:33.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13912024-08-07T06:51:33.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
13922024-08-07T06:51:33.213Z
13932024-08-07T06:51:33.213Zinfo: running `cargo check --bins` on bootstore (2/147)
13942024-08-07T06:51:33.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13952024-08-07T06:51:33.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13962024-08-07T06:51:33.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13972024-08-07T06:51:33.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
13982024-08-07T06:51:33.847Z
13992024-08-07T06:51:33.847Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/147)
14002024-08-07T06:51:34.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14012024-08-07T06:51:34.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14022024-08-07T06:51:34.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14032024-08-07T06:51:34.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
14042024-08-07T06:51:34.450Z
14052024-08-07T06:51:34.450Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/147)
14062024-08-07T06:51:35.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14072024-08-07T06:51:35.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14082024-08-07T06:51:35.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14092024-08-07T06:51:35.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14102024-08-07T06:51:35.075Z
14112024-08-07T06:51:35.075Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/147)
14122024-08-07T06:51:35.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14132024-08-07T06:51:35.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14142024-08-07T06:51:35.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14152024-08-07T06:51:35.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14162024-08-07T06:51:35.518Z
14172024-08-07T06:51:35.518Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/147)
14182024-08-07T06:51:35.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14192024-08-07T06:51:35.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14202024-08-07T06:51:35.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14212024-08-07T06:51:35.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14222024-08-07T06:51:35.968Z
14232024-08-07T06:51:35.968Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/147)
14242024-08-07T06:51:36.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14252024-08-07T06:51:36.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14262024-08-07T06:51:36.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14272024-08-07T06:51:36.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14282024-08-07T06:51:36.414Z
14292024-08-07T06:51:36.414Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/147)
14302024-08-07T06:51:36.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14312024-08-07T06:51:36.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14322024-08-07T06:51:36.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14332024-08-07T06:51:36.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14342024-08-07T06:51:36.865Z
14352024-08-07T06:51:36.865Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/147)
14362024-08-07T06:51:37.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14372024-08-07T06:51:37.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14382024-08-07T06:51:37.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14392024-08-07T06:51:37.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14402024-08-07T06:51:37.317Z
14412024-08-07T06:51:37.317Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/147)
14422024-08-07T06:51:37.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14432024-08-07T06:51:37.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14442024-08-07T06:51:37.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14452024-08-07T06:51:37.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14462024-08-07T06:51:37.768Z
14472024-08-07T06:51:37.768Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/147)
14482024-08-07T06:51:38.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14492024-08-07T06:51:38.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14502024-08-07T06:51:38.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14512024-08-07T06:51:38.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14522024-08-07T06:51:38.217Z
14532024-08-07T06:51:38.217Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/147)
14542024-08-07T06:51:38.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14552024-08-07T06:51:38.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14562024-08-07T06:51:38.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14572024-08-07T06:51:38.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14582024-08-07T06:51:38.672Z
14592024-08-07T06:51:38.672Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/147)
14602024-08-07T06:51:39.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14612024-08-07T06:51:39.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14622024-08-07T06:51:39.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14632024-08-07T06:51:39.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14642024-08-07T06:51:39.127Z
14652024-08-07T06:51:39.127Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/147)
14662024-08-07T06:51:39.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14672024-08-07T06:51:39.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14682024-08-07T06:51:39.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14692024-08-07T06:51:39.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14702024-08-07T06:51:39.575Z
14712024-08-07T06:51:39.575Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/147)
14722024-08-07T06:51:39.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14732024-08-07T06:51:39.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14742024-08-07T06:51:39.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14752024-08-07T06:51:39.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14762024-08-07T06:51:40.020Z
14772024-08-07T06:51:40.020Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/147)
14782024-08-07T06:51:40.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14792024-08-07T06:51:40.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14802024-08-07T06:51:40.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14812024-08-07T06:51:40.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14822024-08-07T06:51:40.468Z
14832024-08-07T06:51:40.468Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/147)
14842024-08-07T06:51:40.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14852024-08-07T06:51:40.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14862024-08-07T06:51:40.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14872024-08-07T06:51:40.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14882024-08-07T06:51:40.920Z
14892024-08-07T06:51:40.921Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/147)
14902024-08-07T06:51:41.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14912024-08-07T06:51:41.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14922024-08-07T06:51:41.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14932024-08-07T06:51:41.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14942024-08-07T06:51:41.367Z
14952024-08-07T06:51:41.367Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/147)
14962024-08-07T06:51:41.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14972024-08-07T06:51:41.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14982024-08-07T06:51:41.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14992024-08-07T06:51:41.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15002024-08-07T06:51:41.817Z
15012024-08-07T06:51:41.817Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/147)
15022024-08-07T06:51:42.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15032024-08-07T06:51:42.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15042024-08-07T06:51:42.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15052024-08-07T06:51:42.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15062024-08-07T06:51:42.266Z
15072024-08-07T06:51:42.266Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/147)
15082024-08-07T06:51:42.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15092024-08-07T06:51:42.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15102024-08-07T06:51:42.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15112024-08-07T06:51:42.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
15122024-08-07T06:51:42.713Z
15132024-08-07T06:51:42.713Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/147)
15142024-08-07T06:51:43.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15152024-08-07T06:51:43.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15162024-08-07T06:51:43.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15172024-08-07T06:51:43.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15182024-08-07T06:51:43.171Z
15192024-08-07T06:51:43.171Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/147)
15202024-08-07T06:51:43.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15212024-08-07T06:51:43.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15222024-08-07T06:51:43.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15232024-08-07T06:51:43.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15242024-08-07T06:51:43.628Z
15252024-08-07T06:51:43.628Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/147)
15262024-08-07T06:51:44.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15272024-08-07T06:51:44.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15282024-08-07T06:51:44.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15292024-08-07T06:51:44.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
15302024-08-07T06:51:44.071Z
15312024-08-07T06:51:44.071Zinfo: running `cargo check --bins` on sled-hardware-types (25/147)
15322024-08-07T06:51:44.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15332024-08-07T06:51:44.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15342024-08-07T06:51:44.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15352024-08-07T06:51:44.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15362024-08-07T06:51:44.692Z
15372024-08-07T06:51:44.692Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/147)
15382024-08-07T06:51:45.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15392024-08-07T06:51:45.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15402024-08-07T06:51:45.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15412024-08-07T06:51:45.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15422024-08-07T06:51:45.303Z
15432024-08-07T06:51:45.303Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/147)
15442024-08-07T06:51:45.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15452024-08-07T06:51:45.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15462024-08-07T06:51:45.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15472024-08-07T06:51:45.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15482024-08-07T06:51:45.922Z
15492024-08-07T06:51:45.922Zinfo: running `cargo check --bins` on oxlog (28/147)
15502024-08-07T06:51:46.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15512024-08-07T06:51:46.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15522024-08-07T06:51:46.502Z Checking cfg-if v1.0.0
15532024-08-07T06:51:46.505Z Checking libc v0.2.155
15542024-08-07T06:51:46.585Z Checking memchr v2.7.2
15552024-08-07T06:51:46.596Z Checking scopeguard v1.2.0
15562024-08-07T06:51:46.600Z Checking serde v1.0.204
15572024-08-07T06:51:46.611Z Checking log v0.4.21
15582024-08-07T06:51:46.613Z Checking byteorder v1.5.0
15592024-08-07T06:51:46.614Z Checking itoa v1.0.11
15602024-08-07T06:51:46.642Z Checking smallvec v1.13.2
15612024-08-07T06:51:46.706Z Checking lock_api v0.4.12
15622024-08-07T06:51:46.807Z Checking zeroize v1.7.0
15632024-08-07T06:51:46.899Z Checking once_cell v1.19.0
15642024-08-07T06:51:46.979Z Checking pin-project-lite v0.2.14
15652024-08-07T06:51:47.013Z Checking typenum v1.17.0
15662024-08-07T06:51:47.077Z Checking zerocopy v0.7.34
15672024-08-07T06:51:47.114Z Checking futures-core v0.3.30
15682024-08-07T06:51:47.128Z Checking spin v0.9.8
15692024-08-07T06:51:47.166Z Checking tinyvec_macros v0.1.1
15702024-08-07T06:51:47.248Z Checking tinyvec v1.6.0
15712024-08-07T06:51:47.280Z Checking libm v0.2.8
15722024-08-07T06:51:47.434Z Checking const-oid v0.9.6
15732024-08-07T06:51:47.454Z Checking futures-sink v0.3.30
15742024-08-07T06:51:47.589Z Checking ryu v1.0.18
15752024-08-07T06:51:47.663Z Checking getrandom v0.2.14
15762024-08-07T06:51:47.816Z Checking parking_lot_core v0.9.10
15772024-08-07T06:51:47.913Z Checking rand_core v0.6.4
15782024-08-07T06:51:48.157Z Checking parking_lot v0.12.2
15792024-08-07T06:51:48.205Z Checking signal-hook-registry v1.4.2
15802024-08-07T06:51:48.218Z Checking mio v0.8.11
15812024-08-07T06:51:48.274Z Checking generic-array v0.14.7
15822024-08-07T06:51:48.436Z Checking socket2 v0.5.7
15832024-08-07T06:51:48.500Z Checking num_cpus v1.16.0
15842024-08-07T06:51:48.511Z Checking subtle v2.5.0
15852024-08-07T06:51:48.522Z Checking ahash v0.8.11
15862024-08-07T06:51:48.607Z Checking unicode-normalization v0.1.23
15872024-08-07T06:51:48.757Z Checking num-traits v0.2.19
15882024-08-07T06:51:48.808Z Checking unicode-bidi v0.3.15
15892024-08-07T06:51:48.882Z Checking allocator-api2 v0.2.18
15902024-08-07T06:51:49.035Z Checking futures-channel v0.3.30
15912024-08-07T06:51:49.220Z Checking slab v0.4.9
15922024-08-07T06:51:49.401Z Checking futures-task v0.3.30
15932024-08-07T06:51:49.432Z Checking futures-io v0.3.30
15942024-08-07T06:51:49.432Z Checking pin-utils v0.1.0
15952024-08-07T06:51:49.459Z Checking equivalent v1.0.1
15962024-08-07T06:51:49.471Z Checking hashbrown v0.14.5
15972024-08-07T06:51:49.505Z Checking crypto-common v0.1.6
15982024-08-07T06:51:49.520Z Checking fnv v1.0.7
15992024-08-07T06:51:49.555Z Checking block-buffer v0.10.4
16002024-08-07T06:51:49.589Z Checking ppv-lite86 v0.2.17
16012024-08-07T06:51:49.611Z Checking futures-util v0.3.30
16022024-08-07T06:51:49.627Z Checking percent-encoding v2.3.1
16032024-08-07T06:51:49.682Z Checking tracing-core v0.1.32
16042024-08-07T06:51:49.770Z Checking digest v0.10.7
16052024-08-07T06:51:49.839Z Checking untrusted v0.9.0
16062024-08-07T06:51:49.990Z Checking ring v0.17.8
16072024-08-07T06:51:50.134Z Checking thiserror v1.0.63
16082024-08-07T06:51:50.266Z Checking try-lock v0.2.5
16092024-08-07T06:51:50.284Z Checking rand_chacha v0.3.1
16102024-08-07T06:51:50.337Z Checking tracing v0.1.40
16112024-08-07T06:51:50.385Z Checking iana-time-zone v0.1.60
16122024-08-07T06:51:50.481Z Checking foreign-types-shared v0.1.1
16132024-08-07T06:51:50.527Z Checking powerfmt v0.2.0
16142024-08-07T06:51:50.577Z Checking base64ct v1.6.0
16152024-08-07T06:51:50.636Z Checking rand v0.8.5
16162024-08-07T06:51:50.655Z Checking foreign-types v0.3.2
16172024-08-07T06:51:50.667Z Checking want v0.3.1
16182024-08-07T06:51:50.742Z Checking hmac v0.12.1
16192024-08-07T06:51:50.771Z Checking deranged v0.3.11
16202024-08-07T06:51:50.829Z Checking form_urlencoded v1.2.1
16212024-08-07T06:51:50.938Z Checking openssl-sys v0.9.103
16222024-08-07T06:51:50.988Z Checking pem-rfc7468 v0.7.0
16232024-08-07T06:51:51.009Z Checking httparse v1.8.0
16242024-08-07T06:51:51.236Z Checking time-core v0.1.2
16252024-08-07T06:51:51.387Z Checking num_threads v0.1.7
16262024-08-07T06:51:51.424Z Checking num-conv v0.1.0
16272024-08-07T06:51:51.497Z Checking siphasher v0.3.11
16282024-08-07T06:51:51.604Z Checking bytes v1.7.1
16292024-08-07T06:51:51.643Z Checking bitflags v2.6.0
16302024-08-07T06:51:51.796Z Checking serde_json v1.0.122
16312024-08-07T06:51:51.807Z Checking indexmap v2.3.0
16322024-08-07T06:51:51.857Z Checking uuid v1.10.0
16332024-08-07T06:51:51.917Z Checking chrono v0.4.38
16342024-08-07T06:51:52.220Z Checking flagset v0.4.5
16352024-08-07T06:51:52.377Z Checking tokio v1.38.1
16362024-08-07T06:51:52.415Z Checking http v0.2.12
16372024-08-07T06:51:52.445Z Checking unicode-ident v1.0.12
16382024-08-07T06:51:52.456Z Checking time v0.3.36
16392024-08-07T06:51:52.606Z Checking proc-macro2 v1.0.86
16402024-08-07T06:51:53.063Z Checking der v0.7.9
16412024-08-07T06:51:53.267Z Checking openssl v0.10.66
16422024-08-07T06:51:53.420Z Checking sct v0.7.1
16432024-08-07T06:51:53.609Z Checking rustls-webpki v0.101.7
16442024-08-07T06:51:53.797Z Checking http-body v0.4.6
16452024-08-07T06:51:53.985Z Checking idna v0.5.0
16462024-08-07T06:51:54.187Z Checking errno v0.3.9
16472024-08-07T06:51:54.280Z Checking lazy_static v1.5.0
16482024-08-07T06:51:54.343Z Checking aho-corasick v1.1.3
16492024-08-07T06:51:54.387Z Checking scroll v0.12.0
16502024-08-07T06:51:54.615Z Checking plain v0.2.3
16512024-08-07T06:51:54.770Z Checking openssl-probe v0.1.5
16522024-08-07T06:51:54.829Z Checking regex-syntax v0.8.3
16532024-08-07T06:51:54.832Z Checking anstyle v1.0.8
16542024-08-07T06:51:54.888Z Checking ucd-trie v0.1.6
16552024-08-07T06:51:54.911Z Checking tower-service v0.3.2
16562024-08-07T06:51:54.976Z Checking cpufeatures v0.2.12
16572024-08-07T06:51:55.025Z Checking adler v1.0.2
16582024-08-07T06:51:55.061Z Checking finl_unicode v1.2.0
16592024-08-07T06:51:55.087Z Checking httpdate v1.0.3
16602024-08-07T06:51:55.162Z Checking utf8parse v0.2.1
16612024-08-07T06:51:55.176Z Checking miniz_oxide v0.7.2
16622024-08-07T06:51:55.303Z Checking anstyle-parse v0.2.4
16632024-08-07T06:51:55.303Z Checking pest v2.7.10
16642024-08-07T06:51:55.556Z Checking sha2 v0.10.8
16652024-08-07T06:51:55.640Z Checking stringprep v0.1.4
16662024-08-07T06:51:55.877Z Checking spki v0.7.3
16672024-08-07T06:51:55.907Z Checking goblin v0.8.2
16682024-08-07T06:51:55.919Z Checking url v2.5.2
16692024-08-07T06:51:56.114Z Checking rustix v0.38.34
16702024-08-07T06:51:56.144Z Checking rustls v0.21.12
16712024-08-07T06:51:56.717Z Checking quote v1.0.36
16722024-08-07T06:51:57.055Z Checking toml_datetime v0.6.8
16732024-08-07T06:51:57.331Z Checking serde_spanned v0.6.7
16742024-08-07T06:51:57.520Z Checking num-integer v0.1.46
16752024-08-07T06:51:57.805Z Checking md-5 v0.10.6
16762024-08-07T06:51:57.996Z Checking idna v0.3.0
16772024-08-07T06:51:58.010Z Checking regex-automata v0.4.6
16782024-08-07T06:51:58.024Z Checking hash32 v0.2.1
16792024-08-07T06:51:58.039Z Checking psl-types v2.0.11
16802024-08-07T06:51:58.215Z Checking base64 v0.22.1
16812024-08-07T06:51:58.305Z Checking anstyle-query v1.0.3
16822024-08-07T06:51:58.426Z Checking pretty-hex v0.4.1
16832024-08-07T06:51:58.564Z Checking native-tls v0.2.11
16842024-08-07T06:51:58.600Z Checking is_terminal_polyfill v1.70.0
16852024-08-07T06:51:58.653Z Checking stable_deref_trait v1.2.0
16862024-08-07T06:51:58.706Z Checking colorchoice v1.0.1
16872024-08-07T06:51:58.746Z Checking dyn-clone v1.0.17
16882024-08-07T06:51:58.802Z Checking fallible-iterator v0.2.0
16892024-08-07T06:51:58.825Z Checking gimli v0.28.1
16902024-08-07T06:51:58.869Z Checking anstream v0.6.14
16912024-08-07T06:51:58.884Z Checking schemars v0.8.21
16922024-08-07T06:51:59.147Z Checking tokio-util v0.7.11
16932024-08-07T06:51:59.235Z Checking tokio-native-tls v0.3.1
16942024-08-07T06:51:59.351Z Checking tokio-rustls v0.24.1
16952024-08-07T06:51:59.415Z Checking postgres-protocol v0.6.7
16962024-08-07T06:51:59.480Z Checking publicsuffix v2.2.3
16972024-08-07T06:51:59.698Z Checking heapless v0.7.17
16982024-08-07T06:51:59.719Z Checking terminal_size v0.3.0
16992024-08-07T06:51:59.887Z Checking dtrace-parser v0.2.0
17002024-08-07T06:51:59.997Z Checking h2 v0.3.26
17012024-08-07T06:52:00.075Z Checking syn v2.0.72
17022024-08-07T06:52:00.331Z Checking pkcs8 v0.10.2
17032024-08-07T06:52:00.586Z Checking cookie v0.17.0
17042024-08-07T06:52:00.596Z Checking http v1.1.0
17052024-08-07T06:52:00.709Z Checking phf_shared v0.11.2
17062024-08-07T06:52:00.941Z Checking dof v0.3.0
17072024-08-07T06:52:00.954Z Checking signal-hook v0.3.17
17082024-08-07T06:52:00.970Z Checking block-padding v0.3.3
17092024-08-07T06:52:01.164Z Checking ff v0.13.0
17102024-08-07T06:52:01.252Z Checking scheduled-thread-pool v0.2.7
17112024-08-07T06:52:01.379Z Checking thread-id v4.2.1
17122024-08-07T06:52:01.468Z Checking object v0.32.2
17132024-08-07T06:52:01.485Z Checking base16ct v0.2.0
17142024-08-07T06:52:01.520Z Checking matches v0.1.10
17152024-08-07T06:52:01.608Z Checking regex-automata v0.1.10
17162024-08-07T06:52:01.671Z Checking bitflags v1.3.2
17172024-08-07T06:52:01.768Z Checking rustc-demangle v0.1.24
17182024-08-07T06:52:01.916Z Checking either v1.13.0
17192024-08-07T06:52:01.997Z Checking bit-vec v0.6.3
17202024-08-07T06:52:02.190Z Checking clap_lex v0.7.0
17212024-08-07T06:52:02.260Z Checking base64 v0.21.7
17222024-08-07T06:52:02.322Z Checking ipnet v2.9.0
17232024-08-07T06:52:02.423Z Checking strsim v0.11.1
17242024-08-07T06:52:02.485Z Checking winnow v0.5.40
17252024-08-07T06:52:02.699Z Checking managed v0.8.0
17262024-08-07T06:52:02.702Z Checking addr2line v0.21.0
17272024-08-07T06:52:02.724Z Checking rustls-pemfile v1.0.4
17282024-08-07T06:52:02.764Z Checking clap_builder v4.5.13
17292024-08-07T06:52:02.909Z Checking regex v1.10.6
17302024-08-07T06:52:03.065Z Checking smoltcp v0.9.1
17312024-08-07T06:52:03.215Z Checking bstr v0.2.17
17322024-08-07T06:52:03.529Z Checking http-body v1.0.0
17332024-08-07T06:52:03.726Z Checking sec1 v0.7.3
17342024-08-07T06:52:04.054Z Checking idna v0.2.3
17352024-08-07T06:52:04.108Z Checking r2d2 v0.8.10
17362024-08-07T06:52:04.408Z Checking group v0.13.0
17372024-08-07T06:52:04.542Z Checking signal-hook-mio v0.2.3
17382024-08-07T06:52:04.663Z Checking inout v0.1.3
17392024-08-07T06:52:04.691Z Checking cookie_store v0.20.0
17402024-08-07T06:52:04.882Z Checking phf v0.11.2
17412024-08-07T06:52:04.926Z Checking ipnetwork v0.20.0
17422024-08-07T06:52:05.150Z Checking postgres-types v0.2.7
17432024-08-07T06:52:05.278Z Checking num-bigint v0.4.5
17442024-08-07T06:52:05.314Z Checking futures-executor v0.3.30
17452024-08-07T06:52:05.472Z Checking toml_edit v0.19.15
17462024-08-07T06:52:05.530Z Checking phf_shared v0.10.0
17472024-08-07T06:52:05.782Z Checking hubpack v0.1.2
17482024-08-07T06:52:05.796Z Checking serde_urlencoded v0.7.1
17492024-08-07T06:52:05.842Z Checking hkdf v0.12.4
17502024-08-07T06:52:06.033Z Checking float-cmp v0.9.0
17512024-08-07T06:52:06.088Z Checking zerocopy v0.6.6
17522024-08-07T06:52:06.152Z Checking hyper v0.14.30
17532024-08-07T06:52:06.171Z Checking crossbeam-utils v0.8.19
17542024-08-07T06:52:06.206Z Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17552024-08-07T06:52:06.220Z Checking usdt-impl v0.5.0
17562024-08-07T06:52:06.446Z Checking crc32fast v1.4.0
17572024-08-07T06:52:06.664Z Checking crypto-bigint v0.5.5
17582024-08-07T06:52:06.765Z Checking memmap v0.7.0
17592024-08-07T06:52:06.802Z Checking encoding_rs v0.8.34
17602024-08-07T06:52:06.838Z Checking mime v0.3.17
17612024-08-07T06:52:06.963Z Checking unicode-width v0.1.13
17622024-08-07T06:52:07.145Z Checking unicode-segmentation v1.11.0
17632024-08-07T06:52:07.145Z Checking static_assertions v1.1.0
17642024-08-07T06:52:07.236Z Checking sync_wrapper v0.1.2
17652024-08-07T06:52:07.336Z Checking backtrace v0.3.71
17662024-08-07T06:52:07.354Z Checking winnow v0.6.18
17672024-08-07T06:52:07.800Z Checking minimal-lexical v0.2.1
17682024-08-07T06:52:07.813Z Checking fixedbitset v0.4.2
17692024-08-07T06:52:07.876Z Checking whoami v1.5.1
17702024-08-07T06:52:07.902Z Checking data-encoding v2.6.0
17712024-08-07T06:52:08.048Z Checking difflib v0.4.0
17722024-08-07T06:52:08.176Z Checking new_debug_unreachable v1.0.6
17732024-08-07T06:52:08.190Z Checking normalize-line-endings v0.3.0
17742024-08-07T06:52:08.264Z Checking webpki-roots v0.25.4
17752024-08-07T06:52:08.302Z Checking precomputed-hash v0.1.1
17762024-08-07T06:52:08.343Z Checking predicates-core v1.0.6
17772024-08-07T06:52:08.408Z Checking string_cache v0.8.7
17782024-08-07T06:52:08.426Z Checking nom v7.1.3
17792024-08-07T06:52:08.517Z Checking predicates v3.1.2
17802024-08-07T06:52:08.573Z Checking trust-dns-proto v0.22.0
17812024-08-07T06:52:08.680Z Checking tokio-postgres v0.7.11
17822024-08-07T06:52:09.084Z Checking petgraph v0.6.5
17832024-08-07T06:52:09.147Z Checking toml v0.7.8
17842024-08-07T06:52:09.329Z Checking elliptic-curve v0.13.8
17852024-08-07T06:52:09.902Z Checking anyhow v1.0.86
17862024-08-07T06:52:10.020Z Checking similar v2.5.0
17872024-08-07T06:52:10.250Z Checking toml_edit v0.22.20
17882024-08-07T06:52:10.266Z Checking yasna v0.5.2
17892024-08-07T06:52:10.869Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17902024-08-07T06:52:11.159Z Checking console v0.15.8
17912024-08-07T06:52:11.322Z Checking usdt v0.5.0
17922024-08-07T06:52:11.588Z Checking crossbeam-epoch v0.9.18
17932024-08-07T06:52:11.705Z Checking flate2 v1.0.31
17942024-08-07T06:52:11.724Z Checking diesel v2.1.6
17952024-08-07T06:52:12.001Z Checking clap v4.5.13
17962024-08-07T06:52:12.110Z Checking futures v0.3.30
17972024-08-07T06:52:12.188Z Checking hyper-tls v0.5.0
17982024-08-07T06:52:12.212Z Checking hyper-rustls v0.24.2
17992024-08-07T06:52:12.325Z Checking cipher v0.4.4
18002024-08-07T06:52:12.355Z Checking crossterm v0.27.0
18012024-08-07T06:52:12.441Z Checking hyper v1.3.1
18022024-08-07T06:52:12.467Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18032024-08-07T06:52:12.487Z Checking reqwest v0.11.27
18042024-08-07T06:52:12.501Z Checking bstr v1.9.1
18052024-08-07T06:52:12.704Z Checking bit-set v0.5.3
18062024-08-07T06:52:12.864Z Checking itertools v0.12.1
18072024-08-07T06:52:12.956Z Checking itertools v0.10.5
18082024-08-07T06:52:13.413Z Checking fs-err v2.11.0
18092024-08-07T06:52:13.579Z Checking tokio-stream v0.1.15
18102024-08-07T06:52:13.929Z Checking num-iter v0.1.45
18112024-08-07T06:52:14.082Z Checking openapiv3 v2.0.0
18122024-08-07T06:52:14.104Z Checking slog v2.7.0
18132024-08-07T06:52:14.167Z Checking semver v1.0.23
18142024-08-07T06:52:14.312Z Checking hex v0.4.3
18152024-08-07T06:52:14.527Z Checking peg-runtime v0.8.3
18162024-08-07T06:52:14.568Z Checking lalrpop-util v0.19.12
18172024-08-07T06:52:14.754Z Checking camino v1.1.7
18182024-08-07T06:52:14.841Z Checking sigpipe v0.1.3
18192024-08-07T06:52:31.625Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18202024-08-07T06:52:31.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.98s
18212024-08-07T06:52:32.051Z
18222024-08-07T06:52:32.051Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/147)
18232024-08-07T06:52:32.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242024-08-07T06:52:32.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252024-08-07T06:52:32.697Z Compiling regress v0.9.1
18262024-08-07T06:52:32.789Z Checking sha1 v0.10.6
18272024-08-07T06:52:32.798Z Checking strum v0.26.3
18282024-08-07T06:52:32.814Z Checking heck v0.5.0
18292024-08-07T06:52:32.823Z Compiling getopts v0.2.21
18302024-08-07T06:52:32.826Z Checking dirs-sys-next v0.1.2
18312024-08-07T06:52:32.845Z Compiling unsafe-libyaml v0.2.11
18322024-08-07T06:52:32.975Z Checking thread_local v1.1.8
18332024-08-07T06:52:32.990Z Checking dirs-next v2.0.0
18342024-08-07T06:52:33.021Z Checking rustls-pki-types v1.7.0
18352024-08-07T06:52:33.105Z Compiling ident_case v1.0.1
18362024-08-07T06:52:33.213Z Checking term v0.7.0
18372024-08-07T06:52:33.233Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18382024-08-07T06:52:33.280Z Compiling darling_core v0.20.9
18392024-08-07T06:52:33.428Z Checking crossbeam-channel v0.5.12
18402024-08-07T06:52:33.550Z Checking atty v0.2.14
18412024-08-07T06:52:33.620Z Checking is-terminal v0.4.12
18422024-08-07T06:52:33.670Z Compiling paste v1.0.15
18432024-08-07T06:52:33.734Z Compiling rustls v0.22.4
18442024-08-07T06:52:33.748Z Checking humantime v2.1.0
18452024-08-07T06:52:34.009Z Checking take_mut v0.2.2
18462024-08-07T06:52:34.023Z Checking utf-8 v0.7.6
18472024-08-07T06:52:34.115Z Checking termcolor v1.4.1
18482024-08-07T06:52:34.144Z Compiling serde_yaml v0.9.34+deprecated
18492024-08-07T06:52:34.215Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18502024-08-07T06:52:34.294Z Checking slog-async v2.8.0
18512024-08-07T06:52:34.549Z Checking env_logger v0.9.3
18522024-08-07T06:52:34.598Z Checking slog-term v2.9.1
18532024-08-07T06:52:34.612Z Checking rustls-webpki v0.102.4
18542024-08-07T06:52:34.804Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18552024-08-07T06:52:35.004Z Compiling proc-macro-crate v1.3.1
18562024-08-07T06:52:35.130Z Compiling bitstruct_derive v0.1.0
18572024-08-07T06:52:35.155Z Compiling structmeta-derive v0.3.0
18582024-08-07T06:52:35.395Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18592024-08-07T06:52:35.521Z Compiling multer v3.1.0
18602024-08-07T06:52:35.830Z Checking ascii v1.1.0
18612024-08-07T06:52:36.091Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18622024-08-07T06:52:36.207Z Checking match_cfg v0.1.0
18632024-08-07T06:52:36.300Z Checking hostname v0.3.1
18642024-08-07T06:52:36.322Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18652024-08-07T06:52:36.452Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18662024-08-07T06:52:36.523Z Checking bitstruct v0.1.1
18672024-08-07T06:52:36.632Z Compiling num_enum_derive v0.5.11
18682024-08-07T06:52:37.435Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18692024-08-07T06:52:37.855Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18702024-08-07T06:52:38.104Z Compiling structmeta v0.3.0
18712024-08-07T06:52:38.285Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18722024-08-07T06:52:38.531Z Checking slog-json v2.6.1
18732024-08-07T06:52:38.570Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18742024-08-07T06:52:38.763Z Checking erased-serde v0.3.31
18752024-08-07T06:52:38.777Z Checking serde_arrays v0.1.0
18762024-08-07T06:52:38.816Z Compiling async-stream-impl v0.3.5
18772024-08-07T06:52:38.929Z Compiling foreign-types-macros v0.2.3
18782024-08-07T06:52:39.275Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
18792024-08-07T06:52:39.300Z Checking arc-swap v1.7.1
18802024-08-07T06:52:39.593Z Checking atomic-waker v1.1.2
18812024-08-07T06:52:39.755Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18822024-08-07T06:52:39.783Z Checking foreign-types-shared v0.3.1
18832024-08-07T06:52:39.846Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18842024-08-07T06:52:39.896Z Checking slog-scope v4.4.0
18852024-08-07T06:52:40.073Z Checking waitgroup v0.1.2
18862024-08-07T06:52:40.166Z Checking num_enum v0.5.11
18872024-08-07T06:52:40.208Z Checking slog-bunyan v2.5.0
18882024-08-07T06:52:40.223Z Compiling darling_macro v0.20.9
18892024-08-07T06:52:40.252Z Checking foreign-types v0.5.0
18902024-08-07T06:52:40.276Z Checking async-stream v0.3.5
18912024-08-07T06:52:40.312Z Compiling parse-display-derive v0.9.1
18922024-08-07T06:52:40.351Z Compiling proc-macro-error v1.0.4
18932024-08-07T06:52:40.596Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18942024-08-07T06:52:40.754Z Checking toml v0.8.19
18952024-08-07T06:52:40.879Z Checking tungstenite v0.20.1
18962024-08-07T06:52:41.001Z Checking rustls-pemfile v2.1.3
18972024-08-07T06:52:41.149Z Compiling darling v0.20.9
18982024-08-07T06:52:41.222Z Compiling heck v0.3.3
18992024-08-07T06:52:41.269Z Compiling serde_with_macros v3.8.3
19002024-08-07T06:52:41.284Z Checking tokio-rustls v0.25.0
19012024-08-07T06:52:41.498Z Checking newtype-uuid v1.1.0
19022024-08-07T06:52:41.643Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
19032024-08-07T06:52:41.663Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19042024-08-07T06:52:41.732Z Checking serde_path_to_error v0.1.16
19052024-08-07T06:52:41.776Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19062024-08-07T06:52:42.335Z Checking hostname v0.4.0
19072024-08-07T06:52:42.474Z Checking cstr-argument v0.1.2
19082024-08-07T06:52:42.488Z Checking instant v0.1.12
19092024-08-07T06:52:42.517Z Checking debug-ignore v1.0.5
19102024-08-07T06:52:42.597Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19112024-08-07T06:52:42.635Z Checking pretty-hex v0.2.1
19122024-08-07T06:52:42.649Z Checking fastrand v2.1.0
19132024-08-07T06:52:42.795Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19142024-08-07T06:52:42.911Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19152024-08-07T06:52:42.982Z Checking tempfile v3.10.1
19162024-08-07T06:52:43.058Z Checking backoff v0.4.0
19172024-08-07T06:52:43.220Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19182024-08-07T06:52:43.346Z Checking tokio-tungstenite v0.20.1
19192024-08-07T06:52:43.370Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19202024-08-07T06:52:43.493Z Compiling zone_cfg_derive v0.1.2
19212024-08-07T06:52:43.592Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19222024-08-07T06:52:43.813Z Checking slog-stdlog v4.1.1
19232024-08-07T06:52:43.967Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19242024-08-07T06:52:44.127Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19252024-08-07T06:52:44.273Z Checking serde_with v3.8.3
19262024-08-07T06:52:44.354Z Checking tungstenite v0.21.0
19272024-08-07T06:52:44.460Z Checking colored v2.1.0
19282024-08-07T06:52:44.828Z Checking macaddr v1.0.1
19292024-08-07T06:52:45.034Z Checking socket2 v0.4.10
19302024-08-07T06:52:45.168Z Checking parse-display v0.9.1
19312024-08-07T06:52:45.183Z Checking base64 v0.13.1
19322024-08-07T06:52:45.319Z Checking tokio-tungstenite v0.21.0
19332024-08-07T06:52:45.391Z Checking zone v0.1.8
19342024-08-07T06:52:45.587Z Checking ron v0.7.1
19352024-08-07T06:52:45.787Z Checking slog-envlogger v2.2.0
19362024-08-07T06:52:46.013Z Checking pem v3.0.4
19372024-08-07T06:52:46.016Z Checking tabwriter v1.4.0
19382024-08-07T06:52:46.252Z Checking xattr v1.3.1
19392024-08-07T06:52:46.285Z Checking portpicker v0.1.1
19402024-08-07T06:52:46.428Z Checking headers-core v0.2.0
19412024-08-07T06:52:46.451Z Checking smf v0.2.3
19422024-08-07T06:52:46.574Z Checking filetime v0.2.23
19432024-08-07T06:52:46.734Z Checking same-file v1.0.6
19442024-08-07T06:52:46.785Z Checking tar v0.4.41
19452024-08-07T06:52:46.904Z Checking walkdir v2.5.0
19462024-08-07T06:52:46.921Z Checking headers v0.3.9
19472024-08-07T06:52:47.178Z Checking rcgen v0.12.1
19482024-08-07T06:52:47.193Z Checking atomicwrites v0.4.3
19492024-08-07T06:52:47.386Z Checking camino-tempfile v1.1.1
19502024-08-07T06:52:47.537Z Checking subprocess v0.2.9
19512024-08-07T06:52:48.460Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19522024-08-07T06:52:48.686Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19532024-08-07T06:52:50.885Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19542024-08-07T06:52:52.913Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19552024-08-07T06:52:52.979Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19562024-08-07T06:52:56.027Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19572024-08-07T06:53:01.691Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19582024-08-07T06:53:01.817Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19592024-08-07T06:53:01.817Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19602024-08-07T06:53:04.251Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19612024-08-07T06:53:04.622Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19622024-08-07T06:53:09.999Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19632024-08-07T06:53:11.329Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19642024-08-07T06:53:12.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.35s
19652024-08-07T06:53:12.572Z
19662024-08-07T06:53:12.572Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/147)
19672024-08-07T06:53:13.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682024-08-07T06:53:13.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692024-08-07T06:53:13.211Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19702024-08-07T06:53:14.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
19712024-08-07T06:53:14.585Z
19722024-08-07T06:53:14.585Zinfo: running `cargo check --bins` on nexus-config (31/147)
19732024-08-07T06:53:15.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742024-08-07T06:53:15.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752024-08-07T06:53:15.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762024-08-07T06:53:15.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19772024-08-07T06:53:15.195Z
19782024-08-07T06:53:15.195Zinfo: running `cargo check --bins` on omicron-rpaths (32/147)
19792024-08-07T06:53:15.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802024-08-07T06:53:15.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812024-08-07T06:53:15.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822024-08-07T06:53:15.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19832024-08-07T06:53:15.780Z
19842024-08-07T06:53:15.780Zinfo: running `cargo check --bins` on omicron-certificates (33/147)
19852024-08-07T06:53:16.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862024-08-07T06:53:16.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872024-08-07T06:53:16.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882024-08-07T06:53:16.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19892024-08-07T06:53:16.388Z
19902024-08-07T06:53:16.388Zinfo: running `cargo check --bins` on bootstrap-agent-client (34/147)
19912024-08-07T06:53:16.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922024-08-07T06:53:16.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932024-08-07T06:53:16.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942024-08-07T06:53:16.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19952024-08-07T06:53:17.012Z
19962024-08-07T06:53:17.012Zinfo: running `cargo check --bins` on cockroach-admin-client (35/147)
19972024-08-07T06:53:17.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982024-08-07T06:53:17.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992024-08-07T06:53:17.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002024-08-07T06:53:17.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20012024-08-07T06:53:17.603Z
20022024-08-07T06:53:17.603Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (36/147)
20032024-08-07T06:53:18.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042024-08-07T06:53:18.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052024-08-07T06:53:18.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062024-08-07T06:53:18.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20072024-08-07T06:53:18.225Z
20082024-08-07T06:53:18.225Zinfo: running `cargo check --bins` on dns-service-client (37/147)
20092024-08-07T06:53:18.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102024-08-07T06:53:18.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112024-08-07T06:53:18.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122024-08-07T06:53:18.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20132024-08-07T06:53:18.805Z
20142024-08-07T06:53:18.806Zinfo: running `cargo check --bins` on dpd-client (38/147)
20152024-08-07T06:53:19.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162024-08-07T06:53:19.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172024-08-07T06:53:19.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182024-08-07T06:53:19.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20192024-08-07T06:53:19.397Z
20202024-08-07T06:53:19.397Zinfo: running `cargo check --bins` on gateway-client (39/147)
20212024-08-07T06:53:19.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222024-08-07T06:53:19.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232024-08-07T06:53:19.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242024-08-07T06:53:19.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20252024-08-07T06:53:19.971Z
20262024-08-07T06:53:19.971Zinfo: running `cargo check --bins` on installinator-client (40/147)
20272024-08-07T06:53:20.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282024-08-07T06:53:20.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292024-08-07T06:53:20.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302024-08-07T06:53:20.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20312024-08-07T06:53:20.582Z
20322024-08-07T06:53:20.582Zinfo: running `cargo check --bins` on installinator-common (41/147)
20332024-08-07T06:53:21.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342024-08-07T06:53:21.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352024-08-07T06:53:21.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362024-08-07T06:53:21.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20372024-08-07T06:53:21.192Z
20382024-08-07T06:53:21.192Zinfo: running `cargo check --bins` on update-engine (42/147)
20392024-08-07T06:53:21.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402024-08-07T06:53:21.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412024-08-07T06:53:21.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422024-08-07T06:53:21.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20432024-08-07T06:53:21.775Z
20442024-08-07T06:53:21.775Zinfo: running `cargo check --bins` on nexus-client (43/147)
20452024-08-07T06:53:22.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462024-08-07T06:53:22.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472024-08-07T06:53:22.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482024-08-07T06:53:22.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20492024-08-07T06:53:22.400Z
20502024-08-07T06:53:22.400Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (44/147)
20512024-08-07T06:53:22.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522024-08-07T06:53:22.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532024-08-07T06:53:22.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542024-08-07T06:53:22.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20552024-08-07T06:53:23.020Z
20562024-08-07T06:53:23.020Zinfo: running `cargo check --bins` on omicron-passwords (45/147)
20572024-08-07T06:53:23.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582024-08-07T06:53:23.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592024-08-07T06:53:23.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602024-08-07T06:53:23.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20612024-08-07T06:53:23.612Z
20622024-08-07T06:53:23.612Zinfo: running `cargo check --bins` on nexus-types (46/147)
20632024-08-07T06:53:24.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642024-08-07T06:53:24.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652024-08-07T06:53:24.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662024-08-07T06:53:24.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20672024-08-07T06:53:24.241Z
20682024-08-07T06:53:24.241Zinfo: running `cargo check --bins` on oxide-client (47/147)
20692024-08-07T06:53:24.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702024-08-07T06:53:24.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712024-08-07T06:53:24.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722024-08-07T06:53:24.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20732024-08-07T06:53:24.832Z
20742024-08-07T06:53:24.833Zinfo: running `cargo check --bins` on oximeter-client (48/147)
20752024-08-07T06:53:25.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762024-08-07T06:53:25.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772024-08-07T06:53:25.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782024-08-07T06:53:25.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20792024-08-07T06:53:25.441Z
20802024-08-07T06:53:25.441Zinfo: running `cargo check --bins` on sled-agent-client (49/147)
20812024-08-07T06:53:25.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822024-08-07T06:53:26.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832024-08-07T06:53:26.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842024-08-07T06:53:26.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20852024-08-07T06:53:26.062Z
20862024-08-07T06:53:26.062Zinfo: running `cargo check --bins` on wicketd-client (50/147)
20872024-08-07T06:53:26.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882024-08-07T06:53:26.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892024-08-07T06:53:26.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902024-08-07T06:53:26.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20912024-08-07T06:53:26.693Z
20922024-08-07T06:53:26.693Zinfo: running `cargo check --bins` on wicket-common (51/147)
20932024-08-07T06:53:27.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942024-08-07T06:53:27.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952024-08-07T06:53:27.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962024-08-07T06:53:27.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20972024-08-07T06:53:27.325Z
20982024-08-07T06:53:27.325Zinfo: running `cargo check --bins` on omicron-cockroach-admin (52/147)
20992024-08-07T06:53:27.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002024-08-07T06:53:27.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012024-08-07T06:53:27.961Z Compiling heapless v0.8.0
21022024-08-07T06:53:28.048Z Checking hash32 v0.3.1
21032024-08-07T06:53:28.055Z Compiling smoltcp v0.11.0
21042024-08-07T06:53:28.063Z Checking cobs v0.2.3
21052024-08-07T06:53:28.066Z Checking embedded-io v0.4.0
21062024-08-07T06:53:28.084Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21072024-08-07T06:53:28.087Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21082024-08-07T06:53:28.108Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21092024-08-07T06:53:28.200Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
21102024-08-07T06:53:28.214Z Compiling crucible-workspace-hack v0.1.0
21112024-08-07T06:53:28.227Z Checking csv-core v0.1.11
21122024-08-07T06:53:28.253Z Checking postcard v1.0.8
21132024-08-07T06:53:28.450Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21142024-08-07T06:53:28.525Z Checking csv v1.3.0
21152024-08-07T06:53:28.608Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21162024-08-07T06:53:28.657Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21172024-08-07T06:53:28.733Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21182024-08-07T06:53:28.892Z Compiling num-derive v0.4.2
21192024-08-07T06:53:28.961Z Compiling slog-dtrace v0.3.0
21202024-08-07T06:53:28.984Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21212024-08-07T06:53:29.040Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
21222024-08-07T06:53:29.300Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21232024-08-07T06:53:29.315Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
21242024-08-07T06:53:29.868Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
21252024-08-07T06:53:30.000Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21262024-08-07T06:53:30.540Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
21272024-08-07T06:53:31.765Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21282024-08-07T06:53:32.599Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21292024-08-07T06:53:33.628Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21302024-08-07T06:53:36.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.95s
21312024-08-07T06:53:36.425Z
21322024-08-07T06:53:36.425Zinfo: running `cargo check --bins` on cockroach-admin-api (53/147)
21332024-08-07T06:53:36.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342024-08-07T06:53:36.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352024-08-07T06:53:36.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362024-08-07T06:53:36.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21372024-08-07T06:53:37.033Z
21382024-08-07T06:53:37.033Zinfo: running `cargo check --bins` on cockroach-admin-types (54/147)
21392024-08-07T06:53:37.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402024-08-07T06:53:37.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412024-08-07T06:53:37.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422024-08-07T06:53:37.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21432024-08-07T06:53:37.642Z
21442024-08-07T06:53:37.642Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (55/147)
21452024-08-07T06:53:38.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462024-08-07T06:53:38.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472024-08-07T06:53:38.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482024-08-07T06:53:38.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
21492024-08-07T06:53:38.353Z
21502024-08-07T06:53:38.353Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/147)
21512024-08-07T06:53:38.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522024-08-07T06:53:39.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532024-08-07T06:53:39.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542024-08-07T06:53:39.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
21552024-08-07T06:53:39.077Z
21562024-08-07T06:53:39.077Zinfo: running `cargo check --bins` on dns-server (57/147)
21572024-08-07T06:53:39.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582024-08-07T06:53:39.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592024-08-07T06:53:39.698Z Compiling parking_lot_core v0.8.6
21602024-08-07T06:53:39.784Z Checking nibble_vec v0.1.0
21612024-08-07T06:53:39.786Z Checking endian-type v0.1.2
21622024-08-07T06:53:39.801Z Checking newline-converter v0.3.0
21632024-08-07T06:53:39.806Z Checking linked-hash-map v0.5.6
21642024-08-07T06:53:39.806Z Checking quick-error v1.2.3
21652024-08-07T06:53:39.811Z Checking fxhash v0.2.1
21662024-08-07T06:53:39.821Z Checking toml v0.5.11
21672024-08-07T06:53:39.927Z Checking expectorate v1.1.0
21682024-08-07T06:53:39.943Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21692024-08-07T06:53:39.955Z Checking resolv-conf v0.7.0
21702024-08-07T06:53:39.955Z Checking radix_trie v0.2.1
21712024-08-07T06:53:40.080Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21722024-08-07T06:53:40.098Z Checking lru-cache v0.1.2
21732024-08-07T06:53:40.269Z Checking trust-dns-resolver v0.22.0
21742024-08-07T06:53:40.301Z Checking trust-dns-client v0.22.0
21752024-08-07T06:53:40.486Z Checking parking_lot v0.11.2
21762024-08-07T06:53:40.812Z Checking sled v0.34.7
21772024-08-07T06:53:41.246Z Checking trust-dns-server v0.22.1
21782024-08-07T06:53:42.767Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21792024-08-07T06:53:43.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s
21802024-08-07T06:53:43.952Z
21812024-08-07T06:53:43.952Zinfo: running `cargo check --bins` on dns-server-api (58/147)
21822024-08-07T06:53:44.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832024-08-07T06:53:44.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842024-08-07T06:53:44.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852024-08-07T06:53:44.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21862024-08-07T06:53:44.558Z
21872024-08-07T06:53:44.558Zinfo: running `cargo check --bins` on gateway-test-utils (59/147)
21882024-08-07T06:53:45.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892024-08-07T06:53:45.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902024-08-07T06:53:45.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912024-08-07T06:53:45.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21922024-08-07T06:53:45.225Z
21932024-08-07T06:53:45.225Zinfo: running `cargo check --bins` on gateway-types (60/147)
21942024-08-07T06:53:45.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952024-08-07T06:53:45.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962024-08-07T06:53:45.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972024-08-07T06:53:45.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21982024-08-07T06:53:45.835Z
21992024-08-07T06:53:45.835Zinfo: running `cargo check --bins` on ipcc (61/147)
22002024-08-07T06:53:46.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012024-08-07T06:53:46.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022024-08-07T06:53:46.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032024-08-07T06:53:46.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22042024-08-07T06:53:46.444Z
22052024-08-07T06:53:46.444Zinfo: running `cargo check --bins` on omicron-gateway (62/147)
22062024-08-07T06:53:47.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072024-08-07T06:53:47.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082024-08-07T06:53:47.098Z Compiling radium v0.7.0
22092024-08-07T06:53:47.188Z Compiling maybe-uninit v2.0.0
22102024-08-07T06:53:47.191Z Checking tap v1.0.1
22112024-08-07T06:53:47.203Z Compiling bzip2-sys v0.1.11+1.0.8
22122024-08-07T06:53:47.206Z Checking funty v2.0.0
22132024-08-07T06:53:47.206Z Compiling num-bigint-dig v0.8.4
22142024-08-07T06:53:47.212Z Compiling packed_struct v0.10.1
22152024-08-07T06:53:47.215Z Checking crc-catalog v2.4.0
22162024-08-07T06:53:47.321Z Checking wyz v0.5.1
22172024-08-07T06:53:47.378Z Checking crc v3.2.1
22182024-08-07T06:53:47.550Z Compiling packed_struct_codegen v0.10.1
22192024-08-07T06:53:47.688Z Compiling indexmap v1.9.3
22202024-08-07T06:53:47.717Z Checking half v2.4.1
22212024-08-07T06:53:47.782Z Checking ciborium-io v0.2.2
22222024-08-07T06:53:47.831Z Checking nodrop v0.1.14
22232024-08-07T06:53:47.891Z Checking smallvec v0.6.14
22242024-08-07T06:53:47.950Z Checking array-init v0.0.4
22252024-08-07T06:53:48.030Z Checking pkcs1 v0.7.5
22262024-08-07T06:53:48.098Z Checking bitvec v1.0.1
22272024-08-07T06:53:48.187Z Checking ciborium-ll v0.2.2
22282024-08-07T06:53:48.264Z Checking signature v2.2.0
22292024-08-07T06:53:48.414Z Compiling memoffset v0.9.1
22302024-08-07T06:53:48.453Z Checking hashbrown v0.12.3
22312024-08-07T06:53:48.491Z Checking bitfield v0.14.0
22322024-08-07T06:53:48.513Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22332024-08-07T06:53:48.774Z Checking env_logger v0.10.2
22342024-08-07T06:53:48.830Z Checking bzip2 v0.4.4
22352024-08-07T06:53:48.860Z Checking ciborium v0.2.2
22362024-08-07T06:53:48.927Z Checking serde-hex v0.1.0
22372024-08-07T06:53:49.111Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22382024-08-07T06:53:49.185Z Checking ron v0.8.1
22392024-08-07T06:53:49.363Z Checking x509-cert v0.2.5
22402024-08-07T06:53:49.891Z Checking hashbrown v0.13.2
22412024-08-07T06:53:50.142Z Checking crc-any v2.5.0
22422024-08-07T06:53:50.158Z Checking rsa v0.9.6
22432024-08-07T06:53:50.448Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22442024-08-07T06:53:50.528Z Checking zip v0.6.6
22452024-08-07T06:53:50.817Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22462024-08-07T06:53:50.925Z Checking path-slash v0.1.5
22472024-08-07T06:53:50.942Z Checking object v0.30.4
22482024-08-07T06:53:50.955Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22492024-08-07T06:53:51.058Z Checking nix v0.27.1
22502024-08-07T06:53:51.166Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22512024-08-07T06:53:51.180Z Checking serde-big-array v0.5.1
22522024-08-07T06:53:51.191Z Checking signal-hook-tokio v0.3.1
22532024-08-07T06:53:52.912Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22542024-08-07T06:53:53.621Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22552024-08-07T06:54:00.282Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22562024-08-07T06:54:01.549Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22572024-08-07T06:54:03.326Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22582024-08-07T06:54:05.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.65s
22592024-08-07T06:54:05.266Z
22602024-08-07T06:54:05.266Zinfo: running `cargo check --bins` on gateway-api (63/147)
22612024-08-07T06:54:05.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622024-08-07T06:54:05.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632024-08-07T06:54:05.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642024-08-07T06:54:05.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22652024-08-07T06:54:05.877Z
22662024-08-07T06:54:05.877Zinfo: running `cargo check --bins` on sp-sim (64/147)
22672024-08-07T06:54:06.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682024-08-07T06:54:06.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692024-08-07T06:54:06.494Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22702024-08-07T06:54:08.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.22s
22712024-08-07T06:54:08.250Z
22722024-08-07T06:54:08.250Zinfo: running `cargo check --bins` on internal-dns (65/147)
22732024-08-07T06:54:08.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742024-08-07T06:54:08.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752024-08-07T06:54:08.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22762024-08-07T06:54:08.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22772024-08-07T06:54:08.879Z
22782024-08-07T06:54:08.879Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (66/147)
22792024-08-07T06:54:09.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22802024-08-07T06:54:09.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22812024-08-07T06:54:09.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22822024-08-07T06:54:09.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22832024-08-07T06:54:09.532Z
22842024-08-07T06:54:09.532Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/147)
22852024-08-07T06:54:10.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22862024-08-07T06:54:10.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22872024-08-07T06:54:10.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22882024-08-07T06:54:10.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22892024-08-07T06:54:10.193Z
22902024-08-07T06:54:10.193Zinfo: running `cargo check --bins` on db-macros (68/147)
22912024-08-07T06:54:10.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22922024-08-07T06:54:10.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22932024-08-07T06:54:10.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22942024-08-07T06:54:10.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22952024-08-07T06:54:10.786Z
22962024-08-07T06:54:10.786Zinfo: running `cargo check --bins` on nexus-macros-common (69/147)
22972024-08-07T06:54:11.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22982024-08-07T06:54:11.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22992024-08-07T06:54:11.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23002024-08-07T06:54:11.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23012024-08-07T06:54:11.383Z
23022024-08-07T06:54:11.383Zinfo: running `cargo check --bins` on nexus-auth (70/147)
23032024-08-07T06:54:11.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23042024-08-07T06:54:11.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23052024-08-07T06:54:11.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23062024-08-07T06:54:11.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23072024-08-07T06:54:12.045Z
23082024-08-07T06:54:12.045Zinfo: running `cargo check --bins` on authz-macros (71/147)
23092024-08-07T06:54:12.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23102024-08-07T06:54:12.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23112024-08-07T06:54:12.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23122024-08-07T06:54:12.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23132024-08-07T06:54:12.641Z
23142024-08-07T06:54:12.641Zinfo: running `cargo check --bins` on nexus-db-fixed-data (72/147)
23152024-08-07T06:54:13.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23162024-08-07T06:54:13.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23172024-08-07T06:54:13.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23182024-08-07T06:54:13.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23192024-08-07T06:54:13.288Z
23202024-08-07T06:54:13.288Zinfo: running `cargo check --bins` on nexus-db-model (73/147)
23212024-08-07T06:54:13.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23222024-08-07T06:54:13.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23232024-08-07T06:54:13.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23242024-08-07T06:54:13.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23252024-08-07T06:54:13.930Z
23262024-08-07T06:54:13.930Zinfo: running `cargo check --bins` on nexus-defaults (74/147)
23272024-08-07T06:54:14.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23282024-08-07T06:54:14.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23292024-08-07T06:54:14.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23302024-08-07T06:54:14.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23312024-08-07T06:54:14.544Z
23322024-08-07T06:54:14.544Zinfo: running `cargo check --bins` on oximeter (75/147)
23332024-08-07T06:54:15.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23342024-08-07T06:54:15.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23352024-08-07T06:54:15.179Z Compiling rustls-pki-types v1.7.0
23362024-08-07T06:54:15.266Z Compiling prettyplease v0.2.20
23372024-08-07T06:54:15.269Z Compiling match_cfg v0.1.0
23382024-08-07T06:54:15.282Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23392024-08-07T06:54:15.285Z Compiling slog-json v2.6.1
23402024-08-07T06:54:15.303Z Compiling atomic-waker v1.1.2
23412024-08-07T06:54:15.315Z Compiling async-stream v0.3.5
23422024-08-07T06:54:15.315Z Compiling multer v3.1.0
23432024-08-07T06:54:15.348Z Compiling hostname v0.3.1
23442024-08-07T06:54:15.485Z Compiling waitgroup v0.1.2
23452024-08-07T06:54:15.555Z Compiling toml v0.8.19
23462024-08-07T06:54:15.593Z Compiling slog-bunyan v2.5.0
23472024-08-07T06:54:15.608Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23482024-08-07T06:54:15.661Z Compiling rustls-webpki v0.102.4
23492024-08-07T06:54:15.688Z Compiling rustls-pemfile v2.1.3
23502024-08-07T06:54:15.696Z Compiling sha1 v0.10.6
23512024-08-07T06:54:15.805Z Compiling newtype-uuid v1.1.0
23522024-08-07T06:54:15.821Z Compiling serde_path_to_error v0.1.16
23532024-08-07T06:54:16.009Z Compiling hostname v0.4.0
23542024-08-07T06:54:16.124Z Compiling instant v0.1.12
23552024-08-07T06:54:16.153Z Compiling debug-ignore v1.0.5
23562024-08-07T06:54:16.170Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23572024-08-07T06:54:16.258Z Compiling backoff v0.4.0
23582024-08-07T06:54:16.261Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
23592024-08-07T06:54:16.306Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23602024-08-07T06:54:16.371Z Compiling parse-display v0.9.1
23612024-08-07T06:54:16.477Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23622024-08-07T06:54:16.492Z Compiling serde_with v3.8.3
23632024-08-07T06:54:16.584Z Compiling rustls v0.22.4
23642024-08-07T06:54:16.656Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23652024-08-07T06:54:16.816Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
23662024-08-07T06:54:17.031Z Compiling num-rational v0.4.2
23672024-08-07T06:54:17.308Z Compiling num-complex v0.4.6
23682024-08-07T06:54:17.589Z Compiling macaddr v1.0.1
23692024-08-07T06:54:18.394Z Compiling num v0.4.3
23702024-08-07T06:54:18.468Z Compiling float-ord v0.3.2
23712024-08-07T06:54:19.449Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
23722024-08-07T06:54:20.413Z Compiling tokio-rustls v0.25.0
23732024-08-07T06:54:20.665Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
23742024-08-07T06:54:23.993Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23752024-08-07T06:54:35.305Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23762024-08-07T06:54:38.369Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23772024-08-07T06:54:38.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.43s
23782024-08-07T06:54:39.125Z
23792024-08-07T06:54:39.125Zinfo: running `cargo check --bins` on oximeter-impl (76/147)
23802024-08-07T06:54:39.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812024-08-07T06:54:39.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822024-08-07T06:54:39.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23832024-08-07T06:54:39.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23842024-08-07T06:54:39.770Z
23852024-08-07T06:54:39.770Zinfo: running `cargo check --bins` on oximeter-macro-impl (77/147)
23862024-08-07T06:54:40.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872024-08-07T06:54:40.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882024-08-07T06:54:40.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23892024-08-07T06:54:40.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23902024-08-07T06:54:40.382Z
23912024-08-07T06:54:40.382Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (78/147)
23922024-08-07T06:54:40.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932024-08-07T06:54:40.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942024-08-07T06:54:40.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23952024-08-07T06:54:40.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23962024-08-07T06:54:41.012Z
23972024-08-07T06:54:41.012Zinfo: running `cargo check --bins` on nexus-inventory (79/147)
23982024-08-07T06:54:41.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992024-08-07T06:54:41.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002024-08-07T06:54:41.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24012024-08-07T06:54:41.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24022024-08-07T06:54:41.674Z
24032024-08-07T06:54:41.674Zinfo: running `cargo check --bins` on typed-rng (80/147)
24042024-08-07T06:54:42.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052024-08-07T06:54:42.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062024-08-07T06:54:42.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24072024-08-07T06:54:42.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24082024-08-07T06:54:42.286Z
24092024-08-07T06:54:42.286Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/147)
24102024-08-07T06:54:42.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24112024-08-07T06:54:42.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24122024-08-07T06:54:43.030Z Checking password-hash v0.5.0
24132024-08-07T06:54:43.030Z Checking blake2 v0.10.6
24142024-08-07T06:54:43.033Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24152024-08-07T06:54:43.033Z Compiling semver v0.1.20
24162024-08-07T06:54:43.033Z Compiling convert_case v0.4.0
24172024-08-07T06:54:43.125Z Compiling rayon-core v1.12.1
24182024-08-07T06:54:43.170Z Compiling crossbeam-deque v0.8.5
24192024-08-07T06:54:43.191Z Compiling unicase v2.7.0
24202024-08-07T06:54:43.481Z Compiling rustc_version v0.1.7
24212024-08-07T06:54:43.507Z Compiling same-file v1.0.6
24222024-08-07T06:54:43.511Z Compiling libefi-sys v0.1.0
24232024-08-07T06:54:43.518Z Compiling fastrand v2.1.0
24242024-08-07T06:54:43.581Z Checking argon2 v0.5.3
24252024-08-07T06:54:43.794Z Compiling walkdir v2.5.0
24262024-08-07T06:54:43.882Z Compiling tempfile v3.10.1
24272024-08-07T06:54:43.947Z Compiling newtype_derive v0.1.6
24282024-08-07T06:54:44.008Z Compiling curve25519-dalek v4.1.3
24292024-08-07T06:54:44.072Z Compiling bitfield-struct v0.6.1
24302024-08-07T06:54:44.088Z Compiling derive_more v0.99.18
24312024-08-07T06:54:44.291Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24322024-08-07T06:54:44.328Z Compiling derive-where v1.2.7
24332024-08-07T06:54:44.562Z Compiling ring v0.16.20
24342024-08-07T06:54:44.579Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
24352024-08-07T06:54:44.641Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24362024-08-07T06:54:44.710Z Compiling blake3 v1.5.1
24372024-08-07T06:54:45.064Z Checking keccak v0.1.5
24382024-08-07T06:54:45.408Z Checking sha3 v0.10.8
24392024-08-07T06:54:45.587Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24402024-08-07T06:54:45.783Z Compiling rayon v1.10.0
24412024-08-07T06:54:45.923Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24422024-08-07T06:54:45.960Z Checking universal-hash v0.5.1
24432024-08-07T06:54:46.139Z Compiling thiserror-impl-no-std v2.0.2
24442024-08-07T06:54:46.156Z Checking secrecy v0.8.0
24452024-08-07T06:54:46.217Z Compiling curve25519-dalek-derive v0.1.1
24462024-08-07T06:54:46.254Z Compiling memmap2 v0.9.4
24472024-08-07T06:54:46.369Z Checking opaque-debug v0.3.1
24482024-08-07T06:54:46.467Z Compiling untrusted v0.7.1
24492024-08-07T06:54:46.652Z Compiling constant_time_eq v0.3.0
24502024-08-07T06:54:46.731Z Compiling home v0.5.9
24512024-08-07T06:54:46.842Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24522024-08-07T06:54:46.963Z Compiling arrayref v0.3.7
24532024-08-07T06:54:47.013Z Compiling spin v0.5.2
24542024-08-07T06:54:47.075Z Compiling arrayvec v0.7.4
24552024-08-07T06:54:47.252Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24562024-08-07T06:54:47.492Z Compiling toolchain_find v0.4.0
24572024-08-07T06:54:47.714Z Checking poly1305 v0.8.0
24582024-08-07T06:54:47.977Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24592024-08-07T06:54:48.205Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24602024-08-07T06:54:48.222Z Checking steno v0.4.1
24612024-08-07T06:54:48.403Z Compiling camino-tempfile v1.1.1
24622024-08-07T06:54:48.860Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24632024-08-07T06:54:48.938Z Checking chacha20 v0.9.1
24642024-08-07T06:54:49.305Z Checking gethostname v0.5.0
24652024-08-07T06:54:49.400Z Checking thiserror-no-std v2.0.2
24662024-08-07T06:54:49.442Z Checking aead v0.5.2
24672024-08-07T06:54:49.520Z Compiling topological-sort v0.2.2
24682024-08-07T06:54:49.668Z Compiling cancel-safe-futures v0.1.5
24692024-08-07T06:54:49.782Z Checking chacha20poly1305 v0.10.1
24702024-08-07T06:54:49.830Z Checking vsss-rs v3.3.4
24712024-08-07T06:54:49.971Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24722024-08-07T06:54:50.069Z Compiling mime_guess v2.0.4
24732024-08-07T06:54:50.663Z Compiling rustfmt-wrapper v0.2.1
24742024-08-07T06:54:51.284Z Compiling omicron-zone-package v0.11.0
24752024-08-07T06:54:51.388Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24762024-08-07T06:54:51.457Z Checking glob v0.3.1
24772024-08-07T06:54:51.955Z Checking libsw v3.3.1
24782024-08-07T06:54:52.077Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24792024-08-07T06:54:52.132Z Checking owo-colors v4.0.0
24802024-08-07T06:54:52.149Z Checking swrite v0.1.0
24812024-08-07T06:54:52.204Z Checking linear-map v1.2.0
24822024-08-07T06:54:52.289Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24832024-08-07T06:54:52.523Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
24842024-08-07T06:54:52.897Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24852024-08-07T06:54:53.111Z Checking kstat-rs v0.2.4
24862024-08-07T06:54:53.159Z Checking nanorand v0.7.0
24872024-08-07T06:54:53.461Z Checking http-range v0.1.5
24882024-08-07T06:54:53.481Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24892024-08-07T06:54:53.497Z Checking flume v0.11.0
24902024-08-07T06:54:53.641Z Checking hyper-staticfile v0.10.1
24912024-08-07T06:54:53.666Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24922024-08-07T06:54:53.941Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24932024-08-07T06:54:53.971Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24942024-08-07T06:54:54.044Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24952024-08-07T06:54:54.122Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24962024-08-07T06:54:54.341Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24972024-08-07T06:54:55.431Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24982024-08-07T06:54:55.649Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24992024-08-07T06:54:56.964Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25002024-08-07T06:54:57.390Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
25012024-08-07T06:54:57.636Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25022024-08-07T06:54:57.995Z Checking display-error-chain v0.2.0
25032024-08-07T06:55:04.617Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25042024-08-07T06:55:09.691Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25052024-08-07T06:55:09.693Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25062024-08-07T06:55:10.358Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25072024-08-07T06:55:11.576Zerror[E0433]: failed to resolve: could not find `FileBytesStream` in `hyper_staticfile`
25082024-08-07T06:55:11.576Z --> sled-agent/src/http_entrypoints.rs:208:36
25092024-08-07T06:55:11.576Z |
25102024-08-07T06:55:11.576Z208 | let stream = hyper_staticfile::FileBytesStream::new(f);
25112024-08-07T06:55:11.576Z | ^^^^^^^^^^^^^^^ could not find `FileBytesStream` in `hyper_staticfile`
25122024-08-07T06:55:11.576Z |
25132024-08-07T06:55:11.576Zhelp: consider importing this struct
25142024-08-07T06:55:11.576Z |
25152024-08-07T06:55:11.576Z7 + use hyper_staticfile::util::FileBytesStream;
25162024-08-07T06:55:11.576Z |
25172024-08-07T06:55:11.576Zhelp: if you import `FileBytesStream`, refer to it directly
25182024-08-07T06:55:11.576Z |
25192024-08-07T06:55:11.576Z208 - let stream = hyper_staticfile::FileBytesStream::new(f);
25202024-08-07T06:55:11.576Z208 + let stream = FileBytesStream::new(f);
25212024-08-07T06:55:11.576Z |
25222024-08-07T06:55:11.576Z
25232024-08-07T06:55:21.545ZFor more information about this error, try `rustc --explain E0433`.
25242024-08-07T06:55:21.663Zerror: could not compile `omicron-sled-agent` (lib) due to 1 previous error
25252024-08-07T06:55:21.827Zerror: process didn't exit successfully: `/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path sled-agent/Cargo.toml --no-default-features` (exit status: 101)
25262024-08-07T06:55:21.830ZError: cargo-hack install failed: exit status: 1
25272024-08-07T06:55:21.835Z
25282024-08-07T06:55:21.835Zreal 4:00.261499092
25292024-08-07T06:55:21.835Zuser 10:27.537321845
25302024-08-07T06:55:21.835Zsys 2:47.238258823
25312024-08-07T06:55:21.835Ztrap 0.263566013
25322024-08-07T06:55:21.835Ztflt 1.453463006
25332024-08-07T06:55:21.835Zdflt 1.479540630
25342024-08-07T06:55:21.835Zkflt 0.000262563
25352024-08-07T06:55:21.835Zlock 16:16.206717228
25362024-08-07T06:55:21.835Zslp 51:14.479205854
25372024-08-07T06:55:21.835Zlat 41.221914579
25382024-08-07T06:55:21.835Zstop 1:50.995216651
25392024-08-07T06:55:21.835Zprocess exited: duration 452759 ms, exit code 1
 
25402024-08-07T06:55:21.842Zfound 0 output files