01J42FBQZREHP0K5D22538CY7A: 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: 01J42FC39C7HBM2ARPDY4K04NC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-30T18:46:15.342Zjob assigned to worker 01J42FC8N1XQKCTM13DC3BKTHH (queued for 55 s)
 
22024-07-30T18:46:23.344Zstarting task 0: "setup"
32024-07-30T18:46:23.402Z++ uname -s
42024-07-30T18:46:23.405Z+ kern=SunOS
52024-07-30T18:46:23.405Z+ case "$kern" in
62024-07-30T18:46:23.405Z+ groupadd -g 12345 build
72024-07-30T18:46:23.408Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-30T18:46:25.430Z+ zfs create -o mountpoint=/work rpool/work
92024-07-30T18:46:25.545Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-30T18:46:25.548Z+ home_fs=zfs
112024-07-30T18:46:25.548Z+ [[ zfs == autofs ]]
122024-07-30T18:46:25.548Z+ mkdir -p /home/build
132024-07-30T18:46:25.551Z+ chown build:build /home/build /work
142024-07-30T18:46:27.558Z+ chmod 0700 /home/build /work
152024-07-30T18:46:27.579Zprocess exited: duration 4209 ms, exit code 0
 
162024-07-30T18:46:27.589Zstarting task 1: "rust-toolchain"
172024-07-30T18:46:27.599Z+ printf ' * toolchain channel = "%s"
182024-07-30T18:46:27.599Z' 1.78.0
192024-07-30T18:46:27.599Z+ printf ' * toolchain profile = "%s"
202024-07-30T18:46:27.599Z * toolchain channel = "1.78.0"
212024-07-30T18:46:27.599Z * toolchain profile = "default"
222024-07-30T18:46:27.599Z' default
232024-07-30T18:46:27.604Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-30T18:46:27.604Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-30T18:46:27.717Zinfo: downloading installer
262024-07-30T18:46:29.036Zinfo: profile set to 'default'
272024-07-30T18:46:29.036Zinfo: default host triple is x86_64-unknown-illumos
282024-07-30T18:46:29.036Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-30T18:46:29.204Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-30T18:46:29.204Zinfo: downloading component 'cargo'
312024-07-30T18:46:30.193Zinfo: downloading component 'clippy'
322024-07-30T18:46:30.522Zinfo: downloading component 'rust-docs'
332024-07-30T18:46:31.842Zinfo: downloading component 'rust-std'
342024-07-30T18:46:33.931Zinfo: downloading component 'rustc'
352024-07-30T18:46:39.280Zinfo: downloading component 'rustfmt'
362024-07-30T18:46:39.565Zinfo: installing component 'cargo'
372024-07-30T18:46:40.423Zinfo: installing component 'clippy'
382024-07-30T18:46:40.791Zinfo: installing component 'rust-docs'
392024-07-30T18:46:42.306Zinfo: installing component 'rust-std'
402024-07-30T18:46:44.124Zinfo: installing component 'rustc'
412024-07-30T18:46:48.355Zinfo: installing component 'rustfmt'
422024-07-30T18:46:48.729Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-30T18:46:48.729Z
442024-07-30T18:46:48.989Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-30T18:46:48.989Z
462024-07-30T18:46:48.992Z
472024-07-30T18:46:48.992ZRust is installed now. Great!
482024-07-30T18:46:48.992Z
492024-07-30T18:46:48.992ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-30T18:46:48.992Zenvironment variable. This has not been done automatically.
512024-07-30T18:46:48.992Z
522024-07-30T18:46:48.992ZTo configure your current shell, you need to source
532024-07-30T18:46:48.992Zthe corresponding env file under $HOME/.cargo.
542024-07-30T18:46:48.992Z
552024-07-30T18:46:48.992ZThis is usually done by running one of the following (note the leading DOT):
562024-07-30T18:46:48.992Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-30T18:46:48.992Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-30T18:46:49.057Z+ rustc --version
592024-07-30T18:46:49.117Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-30T18:46:49.120Zprocess exited: duration 21529 ms, exit code 0
 
612024-07-30T18:46:49.125Zstarting task 2: "authentication"
622024-07-30T18:46:49.146Zprocess exited: duration 20 ms, exit code 0
 
632024-07-30T18:46:49.154Zstarting task 3: "clone repository"
642024-07-30T18:46:49.157Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-30T18:46:49.160Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-30T18:46:49.306ZCloning into '/work/oxidecomputer/omicron'...
672024-07-30T18:46:56.314Z+ cd /work/oxidecomputer/omicron
682024-07-30T18:46:56.314Z+ git fetch origin 6b299cbdb616e57a445b25cbd5809e63ea128664
692024-07-30T18:46:56.586ZFrom https://github.com/oxidecomputer/omicron
702024-07-30T18:46:56.586Z * branch 6b299cbdb616e57a445b25cbd5809e63ea128664 -> FETCH_HEAD
712024-07-30T18:46:56.595Z+ [[ -n '' ]]
722024-07-30T18:46:56.595Z+ git reset --hard 6b299cbdb616e57a445b25cbd5809e63ea128664
732024-07-30T18:46:56.733ZHEAD is now at 6b299cbdb fix rand_seeder -> rand_core dependency
742024-07-30T18:46:56.737Zprocess exited: duration 7581 ms, exit code 0
 
752024-07-30T18:46:56.745Zstarting task 4: "build"
762024-07-30T18:46:56.750Z+ cargo --version
772024-07-30T18:46:56.802Zcargo 1.78.0 (54d8815d0 2024-03-26)
782024-07-30T18:46:56.805Z+ rustc --version
792024-07-30T18:46:56.860Zrustc 1.78.0 (9b00956e5 2024-04-29)
802024-07-30T18:46:56.863Z+ source ./env.sh
812024-07-30T18:46:56.863Z++ OLD_SHELL_OPTS=ehxB
822024-07-30T18:46:56.863Z++ set -o xtrace
832024-07-30T18:46:56.866Z++++ dirname ./env.sh
842024-07-30T18:46:56.869Z+++ readlink -f .
852024-07-30T18:46:56.895Z++ OMICRON_WS=/work/oxidecomputer/omicron
862024-07-30T18:46:56.895Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
872024-07-30T18:46:56.895Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
882024-07-30T18:46:56.899Z++ 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
892024-07-30T18:46:56.899Z++ 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
902024-07-30T18:46:56.899Z++ 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
912024-07-30T18:46:56.899Z++ 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
922024-07-30T18:46:56.899Z++ 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
932024-07-30T18:46:56.899Z++ 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
942024-07-30T18:46:56.899Z++ case $OLD_SHELL_OPTS in
952024-07-30T18:46:56.899Z++ unset OLD_SHELL_OPTS OMICRON_WS
962024-07-30T18:46:56.899Z+ 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
972024-07-30T18:46:56.899Z+ 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
982024-07-30T18:46:56.899Z+ banner prerequisites
992024-07-30T18:46:56.913Z
1002024-07-30T18:46:56.913Z ##### ##### ###### ##### ###### #### # # # #### #
1012024-07-30T18:46:56.913Z # # # # # # # # # # # # # # #
1022024-07-30T18:46:56.913Z # # # # ##### # # ##### # # # # # #### #
1032024-07-30T18:46:56.913Z ##### ##### # ##### # # # # # # # # #
1042024-07-30T18:46:56.913Z # # # # # # # # # # # # # # #
1052024-07-30T18:46:56.913Z # # # ###### # # ###### ### # #### # #### #
1062024-07-30T18:46:56.913Z
1072024-07-30T18:46:56.916Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1082024-07-30T18:47:13.855Z Startup: Refreshing catalog 'helios-dev' ... Done
1092024-07-30T18:47:16.194Z Startup: Caching catalogs ... Done
1102024-07-30T18:47:19.785ZPlanning: Solver setup ... Done (3.102s)
1112024-07-30T18:47:19.843ZPlanning: Running solver ... Done (0.058s)
1122024-07-30T18:47:19.892ZPlanning: Finding local manifests ... Done (0.004s)
1132024-07-30T18:47:19.904ZPlanning: Fetching manifests: 0/4 0% complete
1142024-07-30T18:47:20.253ZPlanning: Fetching manifests: 4/4 100% complete
1152024-07-30T18:47:20.302ZPlanning: Package planning ... Done (0.049s)
1162024-07-30T18:47:20.354ZPlanning: Merging actions ... Done (0.051s)
1172024-07-30T18:47:21.713ZPlanning: Checking for conflicting actions ... Done (1.359s)
1182024-07-30T18:47:21.724ZPlanning: Consolidating action changes ... Done (0.011s)
1192024-07-30T18:47:27.382ZPlanning: Evaluating mediators ... Done (5.657s)
1202024-07-30T18:47:27.392ZPlanning: Planning completed in 11.13 seconds
1212024-07-30T18:47:27.945Z Packages to install: 4
1222024-07-30T18:47:27.945Z Mediators to change: 2
1232024-07-30T18:47:27.945Z Services to change: 1
1242024-07-30T18:47:27.945Z Estimated space available: 155.77 GB
1252024-07-30T18:47:27.945ZEstimated space to be consumed: 1.47 GB
1262024-07-30T18:47:27.949Z Create boot environment: No
1272024-07-30T18:47:27.949ZCreate backup boot environment: No
1282024-07-30T18:47:27.949Z Rebuild boot archive: No
1292024-07-30T18:47:27.949Z
1302024-07-30T18:47:27.949ZChanged mediators:
1312024-07-30T18:47:27.949Z mediator clang:
1322024-07-30T18:47:27.949Z version: None -> 15 (system default)
1332024-07-30T18:47:27.949Z
1342024-07-30T18:47:27.949Z mediator llvm:
1352024-07-30T18:47:27.949Z version: 14 (system default) -> 15 (system default)
1362024-07-30T18:47:27.949Z
1372024-07-30T18:47:27.949ZChanged packages:
1382024-07-30T18:47:27.949Zhelios-dev
1392024-07-30T18:47:27.949Z developer/build-essential
1402024-07-30T18:47:27.949Z None -> 11-2.0
1412024-07-30T18:47:27.949Z library/libxmlsec1
1422024-07-30T18:47:27.949Z None -> 1.2.35-2.0
1432024-07-30T18:47:27.949Z ooce/developer/clang-15
1442024-07-30T18:47:27.949Z None -> 15.0.7-2.0
1452024-07-30T18:47:27.949Z ooce/developer/llvm-15
1462024-07-30T18:47:27.949Z None -> 15.0.7-2.0
1472024-07-30T18:47:27.949Z
1482024-07-30T18:47:27.950ZServices:
1492024-07-30T18:47:27.950Z restart_fmri:
1502024-07-30T18:47:27.950Z svc:/system/update-man-index:default
1512024-07-30T18:47:28.088Z
1522024-07-30T18:47:28.088ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1532024-07-30T18:47:33.091ZDownload: 354/3290 items 2.1/212.6MB 0% complete (422k/s)
1542024-07-30T18:47:38.095ZDownload: 1009/3290 items 13.0/212.6MB 6% complete (1.3M/s)
1552024-07-30T18:47:56.370ZDownload: 1196/3290 items 83.4/212.6MB 39% complete
1562024-07-30T18:48:01.371ZDownload: 1937/3290 items 118.6/212.6MB 55% complete (7.2M/s)
1572024-07-30T18:48:07.522ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (5.4M/s)
1582024-07-30T18:48:12.524ZDownload: 2791/3290 items 121.0/212.6MB 56% complete (202k/s)
1592024-07-30T18:48:16.837ZDownload: Completed 212.60 MB in 48.74 seconds (4.4M/s)
1602024-07-30T18:48:18.207Z Actions: 1/3689 actions (Installing new actions)
1612024-07-30T18:48:23.251Z Actions: 3685/3689 actions (Installing new actions)
1622024-07-30T18:48:23.301Z Actions: Completed 3689 actions in 5.09 seconds.
1632024-07-30T18:48:23.441Z Done (0.135s)
1642024-07-30T18:48:23.441Z Done (0.000s)
1652024-07-30T18:48:23.782Z Done (0.340s)
1662024-07-30T18:48:28.873Z Done (4.938s)
1672024-07-30T18:48:29.056Z Done (0.121s)
1682024-07-30T18:48:29.059Z Done (0.000s)
1692024-07-30T18:48:29.660Z Done (0.000s)
1702024-07-30T18:48:30.225ZPlanning: Evaluating mediator changes ... Done
1712024-07-30T18:48:30.390ZPlanning: Checking for conflicting actions ... Done
1722024-07-30T18:48:30.393ZPlanning: Consolidating action changes ... Done
1732024-07-30T18:48:30.654ZPlanning: Evaluating mediators ... Done
1742024-07-30T18:48:30.657ZPlanning: Planning completed in 0.43 seconds
1752024-07-30T18:48:30.687Z Mediators to change: 2
1762024-07-30T18:48:30.687Z Create boot environment: No
1772024-07-30T18:48:30.690ZCreate backup boot environment: No
1782024-07-30T18:48:30.795Z Done
1792024-07-30T18:48:30.795Z Done
1802024-07-30T18:48:31.010Z Done
1812024-07-30T18:48:34.450Z Done
1822024-07-30T18:48:34.534Z Done
1832024-07-30T18:48:34.537Z Done
1842024-07-30T18:48:34.677Z Done
1852024-07-30T18:48:35.276ZPlanning: Evaluating mediator changes ... Done
1862024-07-30T18:48:35.280ZPlanning: Merging actions ... Done
1872024-07-30T18:48:35.473ZPlanning: Checking for conflicting actions ... Done
1882024-07-30T18:48:35.476ZPlanning: Consolidating action changes ... Done
1892024-07-30T18:48:35.741ZPlanning: Evaluating mediators ... Done
1902024-07-30T18:48:35.795ZPlanning: Planning completed in 0.76 seconds
1912024-07-30T18:48:35.830Z Packages to change: 1
1922024-07-30T18:48:35.830Z Mediators to change: 1
1932024-07-30T18:48:35.830Z Services to change: 1
1942024-07-30T18:48:35.830Z Create boot environment: No
1952024-07-30T18:48:35.833ZCreate backup boot environment: Yes
1962024-07-30T18:48:37.747Z Actions: 1/6 actions (Updating modified actions)
1972024-07-30T18:48:37.789Z Actions: Completed 6 actions in 0.04 seconds.
1982024-07-30T18:48:37.792Z Done
1992024-07-30T18:48:37.792Z Done
2002024-07-30T18:48:37.861Z Done
2012024-07-30T18:48:41.453Z Done
2022024-07-30T18:48:41.540Z Done
2032024-07-30T18:48:41.543Z Done
2042024-07-30T18:48:42.048Z Done
2052024-07-30T18:48:42.575ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062024-07-30T18:48:42.575Zclang system 15 system
2072024-07-30T18:48:42.575Zcsh system system illumos
2082024-07-30T18:48:42.575Zctags system system illumos
2092024-07-30T18:48:42.576Zgcc vendor 12 vendor
2102024-07-30T18:48:42.576Zgcc system 10 system
2112024-07-30T18:48:42.576Zgcc system 7 system
2122024-07-30T18:48:42.576Zgo system 1.20 system
2132024-07-30T18:48:42.576Zgo system 1.19 system
2142024-07-30T18:48:42.576Zllvm system 15 system
2152024-07-30T18:48:42.576Zllvm system 14 system
2162024-07-30T18:48:42.576Zmariadb system 10.6 system
2172024-07-30T18:48:42.576Zmta vendor vendor dma
2182024-07-30T18:48:42.576Zopenjdk system 17 system
2192024-07-30T18:48:42.576Zopenjdk system 11 system
2202024-07-30T18:48:42.576Zopenjdk system 1.8 system
2212024-07-30T18:48:42.576Zopenssl vendor 3 vendor
2222024-07-30T18:48:42.576Zperl system 5.36 system
2232024-07-30T18:48:42.576Zpostgresql system 15 system
2242024-07-30T18:48:42.576Zpostgresql system 13 system
2252024-07-30T18:48:42.576Zpython vendor 3 vendor
2262024-07-30T18:48:42.576Zpython system 2 system
2272024-07-30T18:48:42.576Zpython3 system 3.11 system
2282024-07-30T18:48:42.576Zruby system 3.0 system
2292024-07-30T18:48:42.576Zwords vendor vendor american-english
2302024-07-30T18:48:42.576Zwords system system australian-english
2312024-07-30T18:48:42.576Zwords system system british-english
2322024-07-30T18:48:42.576Zwords system system canadian-english
2332024-07-30T18:48:42.576Zwords system system french
2342024-07-30T18:48:42.576Zwords system system italian
2352024-07-30T18:48:42.576Zwords system system ngerman
2362024-07-30T18:48:42.576Zwords system system ogerman
2372024-07-30T18:48:42.576Zwords system system spanish
2382024-07-30T18:48:42.798ZPUBLISHER TYPE STATUS P LOCATION
2392024-07-30T18:48:42.798Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402024-07-30T18:48:44.418ZFMRI IFO
2412024-07-30T18:48:44.418Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422024-07-30T18:48:44.418Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432024-07-30T18:48:44.418Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442024-07-30T18:48:44.418Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452024-07-30T18:48:44.419Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462024-07-30T18:48:44.419Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472024-07-30T18:48:44.419Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2482024-07-30T18:48:44.419Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2492024-07-30T18:48:44.419Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2502024-07-30T18:48:44.419Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2512024-07-30T18:48:44.419Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2522024-07-30T18:48:44.419Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2532024-07-30T18:48:44.942Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2542024-07-30T18:48:45.212Z Updating git repository `https://github.com/oxidecomputer/zone`
2552024-07-30T18:48:45.473Z Updating crates.io index
2562024-07-30T18:48:45.554Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2572024-07-30T18:48:46.365Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2582024-07-30T18:48:47.156Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2592024-07-30T18:48:47.458Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2602024-07-30T18:48:49.526Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2612024-07-30T18:48:50.061Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2622024-07-30T18:48:50.305Z Updating git repository `https://github.com/oxidecomputer/propolis`
2632024-07-30T18:48:51.314Z Updating git repository `https://github.com/oxidecomputer/crucible`
2642024-07-30T18:48:53.368Z Updating git repository `https://github.com/oxidecomputer/opte`
2652024-07-30T18:48:54.494Z Updating git repository `https://github.com/oxidecomputer/falcon`
2662024-07-30T18:48:55.150Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2672024-07-30T18:48:55.782Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2682024-07-30T18:48:56.089Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2692024-07-30T18:48:56.365Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2702024-07-30T18:48:56.707Z Updating git repository `https://github.com/oxidecomputer/tofino`
2712024-07-30T18:48:56.986Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2722024-07-30T18:48:57.214Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2732024-07-30T18:48:57.419Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2742024-07-30T18:48:57.774Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2752024-07-30T18:48:58.081Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762024-07-30T18:48:58.449Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2772024-07-30T18:48:58.697Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782024-07-30T18:48:59.447Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792024-07-30T18:48:59.819Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2802024-07-30T18:49:00.235Z Updating git repository `https://github.com/oxidecomputer/typify`
2812024-07-30T18:49:02.263Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822024-07-30T18:49:02.578Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832024-07-30T18:49:02.849Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842024-07-30T18:49:03.380Z Updating git repository `https://github.com/oxidecomputer/rfb`
2852024-07-30T18:49:04.546Z Downloading crates ...
2862024-07-30T18:49:04.628Z Downloaded anstyle-query v1.0.3
2872024-07-30T18:49:04.631Z Downloaded cargo-platform v0.1.8
2882024-07-30T18:49:04.631Z Downloaded bytecount v0.6.8
2892024-07-30T18:49:04.634Z Downloaded autocfg v1.3.0
2902024-07-30T18:49:04.637Z Downloaded cargo_toml v0.20.4
2912024-07-30T18:49:04.637Z Downloaded block-buffer v0.10.4
2922024-07-30T18:49:04.640Z Downloaded dtrace-parser v0.2.0
2932024-07-30T18:49:04.640Z Downloaded swrite v0.1.0
2942024-07-30T18:49:04.647Z Downloaded scroll_derive v0.12.0
2952024-07-30T18:49:04.651Z Downloaded cfg-if v1.0.0
2962024-07-30T18:49:04.655Z Downloaded bitflags v2.6.0
2972024-07-30T18:49:04.658Z Downloaded anstyle-parse v0.2.4
2982024-07-30T18:49:04.658Z Downloaded anstyle v1.0.7
2992024-07-30T18:49:04.662Z Downloaded byteorder v1.5.0
3002024-07-30T18:49:04.662Z Downloaded thiserror v1.0.63
3012024-07-30T18:49:04.665Z Downloaded tabled_derive v0.7.0
3022024-07-30T18:49:04.669Z Downloaded pretty-hex v0.4.1
3032024-07-30T18:49:04.669Z Downloaded itoa v1.0.11
3042024-07-30T18:49:04.672Z Downloaded errno v0.3.9
3052024-07-30T18:49:04.672Z Downloaded serde_tokenstream v0.2.1
3062024-07-30T18:49:04.675Z Downloaded proc-macro-error-attr v1.0.4
3072024-07-30T18:49:04.675Z Downloaded fs-err v2.11.0
3082024-07-30T18:49:04.678Z Downloaded digest v0.10.7
3092024-07-30T18:49:04.678Z Downloaded utf8parse v0.2.1
3102024-07-30T18:49:04.682Z Downloaded usdt-impl v0.5.0
3112024-07-30T18:49:04.682Z Downloaded usdt v0.5.0
3122024-07-30T18:49:04.682Z Downloaded quote v1.0.36
3132024-07-30T18:49:04.685Z Downloaded toml_datetime v0.6.6
3142024-07-30T18:49:04.685Z Downloaded thread-id v4.2.1
3152024-07-30T18:49:04.688Z Downloaded cargo_metadata v0.18.1
3162024-07-30T18:49:04.688Z Downloaded camino v1.1.7
3172024-07-30T18:49:04.691Z Downloaded anyhow v1.0.86
3182024-07-30T18:49:04.694Z Downloaded anstream v0.6.14
3192024-07-30T18:49:04.697Z Downloaded sha2 v0.10.8
3202024-07-30T18:49:04.697Z Downloaded is_terminal_polyfill v1.70.0
3212024-07-30T18:49:04.700Z Downloaded equivalent v1.0.1
3222024-07-30T18:49:04.700Z Downloaded cpufeatures v0.2.12
3232024-07-30T18:49:04.701Z Downloaded clap_lex v0.7.0
3242024-07-30T18:49:04.704Z Downloaded usdt-macro v0.5.0
3252024-07-30T18:49:04.704Z Downloaded usdt-attr-macro v0.5.0
3262024-07-30T18:49:04.708Z Downloaded plain v0.2.3
3272024-07-30T18:49:04.711Z Downloaded log v0.4.21
3282024-07-30T18:49:04.715Z Downloaded typenum v1.17.0
3292024-07-30T18:49:04.722Z Downloaded pest_derive v2.7.10
3302024-07-30T18:49:04.722Z Downloaded strsim v0.11.1
3312024-07-30T18:49:04.723Z Downloaded pest_meta v2.7.10
3322024-07-30T18:49:04.727Z Downloaded heck v0.4.1
3332024-07-30T18:49:04.727Z Downloaded colorchoice v1.0.1
3342024-07-30T18:49:04.727Z Downloaded version_check v0.9.4
3352024-07-30T18:49:04.727Z Downloaded serde_spanned v0.6.6
3362024-07-30T18:49:04.731Z Downloaded heck v0.5.0
3372024-07-30T18:49:04.734Z Downloaded ryu v1.0.18
3382024-07-30T18:49:04.741Z Downloaded terminal_size v0.3.0
3392024-07-30T18:49:04.741Z Downloaded thiserror-impl v1.0.63
3402024-07-30T18:49:04.741Z Downloaded generic-array v0.14.7
3412024-07-30T18:49:04.745Z Downloaded pest_generator v2.7.10
3422024-07-30T18:49:04.745Z Downloaded memmap v0.7.0
3432024-07-30T18:49:04.745Z Downloaded dof v0.3.0
3442024-07-30T18:49:04.745Z Downloaded crypto-common v0.1.6
3452024-07-30T18:49:04.745Z Downloaded unicode-ident v1.0.12
3462024-07-30T18:49:04.748Z Downloaded papergrid v0.11.0
3472024-07-30T18:49:04.755Z Downloaded macaddr v1.0.1
3482024-07-30T18:49:04.755Z Downloaded fnv v1.0.7
3492024-07-30T18:49:04.755Z Downloaded scroll v0.12.0
3502024-07-30T18:49:04.758Z Downloaded clap_derive v4.5.8
3512024-07-30T18:49:04.758Z Downloaded semver v1.0.23
3522024-07-30T18:49:04.761Z Downloaded proc-macro-error v1.0.4
3532024-07-30T18:49:04.764Z Downloaded zerocopy-derive v0.7.34
3542024-07-30T18:49:04.767Z Downloaded indexmap v2.2.6
3552024-07-30T18:49:04.772Z Downloaded ucd-trie v0.1.6
3562024-07-30T18:49:04.775Z Downloaded proc-macro2 v1.0.86
3572024-07-30T18:49:04.778Z Downloaded once_cell v1.19.0
3582024-07-30T18:49:04.781Z Downloaded toml v0.8.15
3592024-07-30T18:49:04.784Z Downloaded serde_derive v1.0.204
3602024-07-30T18:49:04.787Z Downloaded memchr v2.7.2
3612024-07-30T18:49:04.789Z Downloaded serde v1.0.204
3622024-07-30T18:49:04.792Z Downloaded clap v4.5.9
3632024-07-30T18:49:04.815Z Downloaded toml_edit v0.22.16
3642024-07-30T18:49:04.837Z Downloaded winnow v0.6.8
3652024-07-30T18:49:04.847Z Downloaded pest v2.7.10
3662024-07-30T18:49:04.850Z Downloaded clap_builder v4.5.9
3672024-07-30T18:49:04.857Z Downloaded serde_json v1.0.120
3682024-07-30T18:49:04.863Z Downloaded zerocopy v0.7.34
3692024-07-30T18:49:04.879Z Downloaded hashbrown v0.14.5
3702024-07-30T18:49:04.883Z Downloaded tabled v0.15.0
3712024-07-30T18:49:04.898Z Downloaded goblin v0.8.2
3722024-07-30T18:49:04.903Z Downloaded syn v2.0.72
3732024-07-30T18:49:04.914Z Downloaded syn v1.0.109
3742024-07-30T18:49:04.929Z Downloaded rustix v0.38.34
3752024-07-30T18:49:04.949Z Downloaded unicode-width v0.1.13
3762024-07-30T18:49:04.956Z Downloaded libc v0.2.155
3772024-07-30T18:49:05.242Z Compiling proc-macro2 v1.0.86
3782024-07-30T18:49:05.242Z Compiling unicode-ident v1.0.12
3792024-07-30T18:49:05.242Z Compiling version_check v0.9.4
3802024-07-30T18:49:05.246Z Compiling serde v1.0.204
3812024-07-30T18:49:05.246Z Compiling thiserror v1.0.63
3822024-07-30T18:49:05.246Z Compiling libc v0.2.155
3832024-07-30T18:49:05.246Z Compiling memchr v2.7.2
3842024-07-30T18:49:05.273Z Compiling ryu v1.0.18
3852024-07-30T18:49:05.480Z Compiling ucd-trie v0.1.6
3862024-07-30T18:49:05.726Z Compiling itoa v1.0.11
3872024-07-30T18:49:05.922Z Compiling once_cell v1.19.0
3882024-07-30T18:49:06.062Z Compiling byteorder v1.5.0
3892024-07-30T18:49:06.385Z Compiling serde_json v1.0.120
3902024-07-30T18:49:07.190Z Compiling usdt-impl v0.5.0
3912024-07-30T18:49:07.193Z Compiling proc-macro-error-attr v1.0.4
3922024-07-30T18:49:07.236Z Compiling syn v1.0.109
3932024-07-30T18:49:07.240Z Compiling rustix v0.38.34
3942024-07-30T18:49:07.315Z Compiling proc-macro-error v1.0.4
3952024-07-30T18:49:07.531Z Compiling utf8parse v0.2.1
3962024-07-30T18:49:07.576Z Compiling plain v0.2.3
3972024-07-30T18:49:07.620Z Compiling equivalent v1.0.1
3982024-07-30T18:49:07.679Z Compiling log v0.4.21
3992024-07-30T18:49:07.735Z Compiling hashbrown v0.14.5
4002024-07-30T18:49:07.760Z Compiling bitflags v2.6.0
4012024-07-30T18:49:07.921Z Compiling thread-id v4.2.1
4022024-07-30T18:49:07.988Z Compiling anstyle-parse v0.2.4
4032024-07-30T18:49:08.176Z Compiling quote v1.0.36
4042024-07-30T18:49:08.200Z Compiling winnow v0.6.8
4052024-07-30T18:49:08.203Z Compiling autocfg v1.3.0
4062024-07-30T18:49:08.297Z Compiling anstyle-query v1.0.3
4072024-07-30T18:49:08.389Z Compiling colorchoice v1.0.1
4082024-07-30T18:49:08.445Z Compiling errno v0.3.9
4092024-07-30T18:49:08.540Z Compiling syn v2.0.72
4102024-07-30T18:49:08.875Z Compiling pretty-hex v0.4.1
4112024-07-30T18:49:09.005Z Compiling indexmap v2.2.6
4122024-07-30T18:49:09.088Z Compiling semver v1.0.23
4132024-07-30T18:49:09.173Z Compiling anstyle v1.0.7
4142024-07-30T18:49:09.562Z Compiling is_terminal_polyfill v1.70.0
4152024-07-30T18:49:09.627Z Compiling camino v1.1.7
4162024-07-30T18:49:09.692Z Compiling anstream v0.6.14
4172024-07-30T18:49:10.103Z Compiling terminal_size v0.3.0
4182024-07-30T18:49:10.287Z Compiling fs-err v2.11.0
4192024-07-30T18:49:10.338Z Compiling fnv v1.0.7
4202024-07-30T18:49:10.423Z Compiling anyhow v1.0.86
4212024-07-30T18:49:10.448Z Compiling heck v0.5.0
4222024-07-30T18:49:10.478Z Compiling heck v0.4.1
4232024-07-30T18:49:10.502Z Compiling strsim v0.11.1
4242024-07-30T18:49:10.545Z Compiling bytecount v0.6.8
4252024-07-30T18:49:10.760Z Compiling clap_lex v0.7.0
4262024-07-30T18:49:10.948Z Compiling unicode-width v0.1.13
4272024-07-30T18:49:11.109Z Compiling papergrid v0.11.0
4282024-07-30T18:49:11.166Z Compiling clap_builder v4.5.9
4292024-07-30T18:49:11.187Z Compiling memmap v0.7.0
4302024-07-30T18:49:12.007Z Compiling swrite v0.1.0
4312024-07-30T18:49:13.799Z Compiling tabled_derive v0.7.0
4322024-07-30T18:49:15.451Z Compiling tabled v0.15.0
4332024-07-30T18:49:17.454Z Compiling serde_derive v1.0.204
4342024-07-30T18:49:17.454Z Compiling thiserror-impl v1.0.63
4352024-07-30T18:49:17.458Z Compiling zerocopy-derive v0.7.34
4362024-07-30T18:49:17.458Z Compiling scroll_derive v0.12.0
4372024-07-30T18:49:17.458Z Compiling clap_derive v4.5.8
4382024-07-30T18:49:18.782Z Compiling scroll v0.12.0
4392024-07-30T18:49:19.208Z Compiling goblin v0.8.2
4402024-07-30T18:49:19.241Z Compiling zerocopy v0.7.34
4412024-07-30T18:49:20.216Z Compiling pest v2.7.10
4422024-07-30T18:49:21.356Z Compiling clap v4.5.9
4432024-07-30T18:49:22.155Z Compiling pest_meta v2.7.10
4442024-07-30T18:49:23.031Z Compiling pest_generator v2.7.10
4452024-07-30T18:49:24.884Z Compiling pest_derive v2.7.10
4462024-07-30T18:49:25.555Z Compiling dtrace-parser v0.2.0
4472024-07-30T18:49:27.955Z Compiling serde_spanned v0.6.6
4482024-07-30T18:49:27.955Z Compiling toml_datetime v0.6.6
4492024-07-30T18:49:27.960Z Compiling cargo-platform v0.1.8
4502024-07-30T18:49:28.346Z Compiling serde_tokenstream v0.2.1
4512024-07-30T18:49:28.388Z Compiling toml_edit v0.22.16
4522024-07-30T18:49:28.488Z Compiling macaddr v1.0.1
4532024-07-30T18:49:29.329Z Compiling dof v0.3.0
4542024-07-30T18:49:29.329Z Compiling cargo_metadata v0.18.1
4552024-07-30T18:49:31.090Z Compiling toml v0.8.15
4562024-07-30T18:49:31.429Z Compiling usdt-macro v0.5.0
4572024-07-30T18:49:31.429Z Compiling usdt-attr-macro v0.5.0
4582024-07-30T18:49:32.036Z Compiling cargo_toml v0.20.4
4592024-07-30T18:49:32.761Z Compiling usdt v0.5.0
4602024-07-30T18:49:38.405Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4612024-07-30T18:49:40.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.48s
4622024-07-30T18:49:40.488Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4632024-07-30T18:49:40.997Z Downloading crates ...
4642024-07-30T18:49:41.118Z Downloaded atty v0.2.14
4652024-07-30T18:49:41.127Z Downloaded atomicwrites v0.4.3
4662024-07-30T18:49:41.130Z Downloaded async-stream-impl v0.3.5
4672024-07-30T18:49:41.136Z Downloaded atomic-waker v1.1.2
4682024-07-30T18:49:41.139Z Downloaded adler v1.0.2
4692024-07-30T18:49:41.142Z Downloaded ascii-canvas v3.0.0
4702024-07-30T18:49:41.142Z Downloaded array-init v0.0.4
4712024-07-30T18:49:41.144Z Downloaded aead v0.5.2
4722024-07-30T18:49:41.147Z Downloaded instant v0.1.12
4732024-07-30T18:49:41.149Z Downloaded ciborium-io v0.2.2
4742024-07-30T18:49:41.149Z Downloaded cstr-argument v0.1.2
4752024-07-30T18:49:41.152Z Downloaded bitstruct v0.1.1
4762024-07-30T18:49:41.155Z Downloaded matches v0.1.10
4772024-07-30T18:49:41.155Z Downloaded is_ci v1.2.0
4782024-07-30T18:49:41.157Z Downloaded inout v0.1.3
4792024-07-30T18:49:41.157Z Downloaded opaque-debug v0.3.1
4802024-07-30T18:49:41.160Z Downloaded new_debug_unreachable v1.0.6
4812024-07-30T18:49:41.160Z Downloaded cexpr v0.6.0
4822024-07-30T18:49:41.163Z Downloaded crunchy v0.2.2
4832024-07-30T18:49:41.163Z Downloaded is-terminal v0.4.12
4842024-07-30T18:49:41.165Z Downloaded bb8 v0.8.5
4852024-07-30T18:49:41.165Z Downloaded async-stream v0.3.5
4862024-07-30T18:49:41.168Z Downloaded assert_matches v1.5.0
4872024-07-30T18:49:41.171Z Downloaded newtype_derive v0.1.6
4882024-07-30T18:49:41.171Z Downloaded arrayvec v0.7.4
4892024-07-30T18:49:41.174Z Downloaded arrayref v0.3.7
4902024-07-30T18:49:41.174Z Downloaded openssl-macros v0.1.1
4912024-07-30T18:49:41.176Z Downloaded cipher v0.4.4
4922024-07-30T18:49:41.176Z Downloaded parse-size v1.0.0
4932024-07-30T18:49:41.179Z Downloaded async-recursion v1.1.1
4942024-07-30T18:49:41.182Z Downloaded bitstruct_derive v0.1.0
4952024-07-30T18:49:41.185Z Downloaded linear-map v1.2.0
4962024-07-30T18:49:41.185Z Downloaded md-5 v0.10.6
4972024-07-30T18:49:41.187Z Downloaded indent_write v2.2.0
4982024-07-30T18:49:41.190Z Downloaded maplit v1.0.2
4992024-07-30T18:49:41.190Z Downloaded crc-catalog v2.4.0
5002024-07-30T18:49:41.192Z Downloaded num_threads v0.1.7
5012024-07-30T18:49:41.195Z Downloaded bzip2 v0.4.4
5022024-07-30T18:49:41.195Z Downloaded nibble_vec v0.1.0
5032024-07-30T18:49:41.197Z Downloaded nanorand v0.7.0
5042024-07-30T18:49:41.200Z Downloaded lru v0.12.3
5052024-07-30T18:49:41.203Z Downloaded olpc-cjson v0.1.3
5062024-07-30T18:49:41.203Z Downloaded data-encoding v2.6.0
5072024-07-30T18:49:41.205Z Downloaded num_enum v0.5.11
5082024-07-30T18:49:41.209Z Downloaded mockall v0.12.1
5092024-07-30T18:49:41.212Z Downloaded libsw v3.3.1
5102024-07-30T18:49:41.215Z Downloaded libloading v0.8.3
5112024-07-30T18:49:41.217Z Downloaded mime v0.3.17
5122024-07-30T18:49:41.220Z Downloaded paste v1.0.15
5132024-07-30T18:49:41.222Z Downloaded parse-display v0.9.1
5142024-07-30T18:49:41.225Z Downloaded managed v0.8.0
5152024-07-30T18:49:41.225Z Downloaded signal-hook-tokio v0.3.1
5162024-07-30T18:49:41.227Z Downloaded darling_macro v0.20.9
5172024-07-30T18:49:41.227Z Downloaded stability v0.2.0
5182024-07-30T18:49:41.230Z Downloaded ciborium-ll v0.2.2
5192024-07-30T18:49:41.230Z Downloaded chacha20 v0.9.1
5202024-07-30T18:49:41.233Z Downloaded newline-converter v0.3.0
5212024-07-30T18:49:41.233Z Downloaded openssl-probe v0.1.5
5222024-07-30T18:49:41.236Z Downloaded normalize-line-endings v0.3.0
5232024-07-30T18:49:41.236Z Downloaded sync_wrapper v0.1.2
5242024-07-30T18:49:41.236Z Downloaded oso-derive v0.27.3
5252024-07-30T18:49:41.239Z Downloaded castaway v0.2.2
5262024-07-30T18:49:41.239Z Downloaded cassowary v0.3.0
5272024-07-30T18:49:41.242Z Downloaded const_format_proc_macros v0.2.32
5282024-07-30T18:49:41.244Z Downloaded num-conv v0.1.0
5292024-07-30T18:49:41.245Z Downloaded mime_guess v2.0.4
5302024-07-30T18:49:41.247Z Downloaded lazy_static v1.5.0
5312024-07-30T18:49:41.250Z Downloaded strum v0.26.3
5322024-07-30T18:49:41.250Z Downloaded nu-ansi-term v0.50.0
5332024-07-30T18:49:41.253Z Downloaded sqlparser_derive v0.2.2
5342024-07-30T18:49:41.253Z Downloaded owo-colors v4.0.0
5352024-07-30T18:49:41.256Z Downloaded camino-tempfile v1.1.1
5362024-07-30T18:49:41.259Z Downloaded csv-core v0.1.11
5372024-07-30T18:49:41.262Z Downloaded number_prefix v0.4.0
5382024-07-30T18:49:41.262Z Downloaded parking_lot_core v0.9.10
5392024-07-30T18:49:41.273Z Downloaded packed_struct_codegen v0.10.1
5402024-07-30T18:49:41.273Z Downloaded bitfield v0.14.0
5412024-07-30T18:49:41.273Z Downloaded crossbeam-deque v0.8.5
5422024-07-30T18:49:41.298Z Downloaded indicatif v0.17.8
5432024-07-30T18:49:41.298Z Downloaded block-padding v0.3.3
5442024-07-30T18:49:41.298Z Downloaded derive_builder_macro v0.20.0
5452024-07-30T18:49:41.298Z Downloaded shell-words v1.1.0
5462024-07-30T18:49:41.298Z Downloaded num v0.4.3
5472024-07-30T18:49:41.298Z Downloaded bit-set v0.5.3
5482024-07-30T18:49:41.298Z Downloaded multimap v0.10.0
5492024-07-30T18:49:41.298Z Downloaded memoffset v0.9.1
5502024-07-30T18:49:41.307Z Downloaded constant_time_eq v0.3.0
5512024-07-30T18:49:41.307Z Downloaded base64ct v1.6.0
5522024-07-30T18:49:41.307Z Downloaded foreign-types-macros v0.2.3
5532024-07-30T18:49:41.307Z Downloaded foreign-types v0.5.0
5542024-07-30T18:49:41.307Z Downloaded bitflags v1.3.2
5552024-07-30T18:49:41.307Z Downloaded phf_shared v0.10.0
5562024-07-30T18:49:41.307Z Downloaded multer v3.1.0
5572024-07-30T18:49:41.307Z Downloaded crossbeam-epoch v0.9.18
5582024-07-30T18:49:41.307Z Downloaded packed_struct v0.10.1
5592024-07-30T18:49:41.307Z Downloaded cookie v0.17.0
5602024-07-30T18:49:41.307Z Downloaded compact_str v0.7.1
5612024-07-30T18:49:41.311Z Downloaded num-traits v0.2.19
5622024-07-30T18:49:41.313Z Downloaded slab v0.4.9
5632024-07-30T18:49:41.313Z Downloaded slog-async v2.8.0
5642024-07-30T18:49:41.315Z Downloaded cookie v0.18.1
5652024-07-30T18:49:41.318Z Downloaded tokio-macros v2.3.0
5662024-07-30T18:49:41.320Z Downloaded pretty-hex v0.2.1
5672024-07-30T18:49:41.320Z Downloaded tower-service v0.3.2
5682024-07-30T18:49:41.322Z Downloaded tls_codec_derive v0.4.1
5692024-07-30T18:49:41.325Z Downloaded thiserror-no-std v2.0.2
5702024-07-30T18:49:41.327Z Downloaded der v0.7.9
5712024-07-30T18:49:41.333Z Downloaded take_mut v0.2.2
5722024-07-30T18:49:41.336Z Downloaded unicase v2.7.0
5732024-07-30T18:49:41.336Z Downloaded bcs v0.1.6
5742024-07-30T18:49:41.338Z Downloaded arc-swap v1.7.1
5752024-07-30T18:49:41.342Z Downloaded num-rational v0.4.2
5762024-07-30T18:49:41.344Z Downloaded num_enum_derive v0.5.11
5772024-07-30T18:49:41.347Z Downloaded whoami v1.5.1
5782024-07-30T18:49:41.349Z Downloaded console v0.15.8
5792024-07-30T18:49:41.352Z Downloaded hyper-tls v0.5.0
5802024-07-30T18:49:41.354Z Downloaded futures-macro v0.3.30
5812024-07-30T18:49:41.354Z Downloaded darling v0.20.9
5822024-07-30T18:49:41.358Z Downloaded base64 v0.13.1
5832024-07-30T18:49:41.362Z Downloaded phf_shared v0.11.2
5842024-07-30T18:49:41.364Z Downloaded password-hash v0.5.0
5852024-07-30T18:49:41.366Z Downloaded parking_lot_core v0.8.6
5862024-07-30T18:49:41.369Z Downloaded openssl-sys v0.9.103
5872024-07-30T18:49:41.373Z Downloaded futures-sink v0.3.30
5882024-07-30T18:49:41.376Z Downloaded omicron-zone-package v0.11.0
5892024-07-30T18:49:41.379Z Downloaded phf v0.11.2
5902024-07-30T18:49:41.381Z Downloaded fxhash v0.2.1
5912024-07-30T18:49:41.383Z Downloaded rtoolbox v0.0.2
5922024-07-30T18:49:41.383Z Downloaded rustc_version v0.1.7
5932024-07-30T18:49:41.386Z Downloaded rustc-hash v1.1.0
5942024-07-30T18:49:41.386Z Downloaded portpicker v0.1.1
5952024-07-30T18:49:41.390Z Downloaded scheduled-thread-pool v0.2.7
5962024-07-30T18:49:41.390Z Downloaded same-file v1.0.6
5972024-07-30T18:49:41.393Z Downloaded tracing-attributes v0.1.27
5982024-07-30T18:49:41.393Z Downloaded derive_builder_core v0.20.0
5992024-07-30T18:49:41.395Z Downloaded serde_repr v0.1.19
6002024-07-30T18:49:41.397Z Downloaded strum_macros v0.25.3
6012024-07-30T18:49:41.400Z Downloaded tap v1.0.1
6022024-07-30T18:49:41.403Z Downloaded crossbeam-utils v0.8.19
6032024-07-30T18:49:41.405Z Downloaded const-oid v0.9.6
6042024-07-30T18:49:41.407Z Downloaded oso v0.27.3
6052024-07-30T18:49:41.410Z Downloaded futures-task v0.3.30
6062024-07-30T18:49:41.413Z Downloaded hyper-staticfile v0.9.5
6072024-07-30T18:49:41.415Z Downloaded sigpipe v0.1.3
6082024-07-30T18:49:41.415Z Downloaded serde-big-array v0.5.1
6092024-07-30T18:49:41.418Z Downloaded bytes v1.6.0
6102024-07-30T18:49:41.421Z Downloaded fastrand v2.1.0
6112024-07-30T18:49:41.424Z Downloaded zeroize_derive v1.4.2
6122024-07-30T18:49:41.426Z Downloaded httparse v1.8.0
6132024-07-30T18:49:41.426Z Downloaded const_format v0.2.32
6142024-07-30T18:49:41.431Z Downloaded wyz v0.5.1
6152024-07-30T18:49:41.434Z Downloaded fd-lock v4.0.2
6162024-07-30T18:49:41.436Z Downloaded slog v2.7.0
6172024-07-30T18:49:41.439Z Downloaded glob v0.3.1
6182024-07-30T18:49:41.441Z Downloaded downcast v0.11.0
6192024-07-30T18:49:41.444Z Downloaded fragile v2.0.0
6202024-07-30T18:49:41.446Z Downloaded signal-hook-registry v1.4.2
6212024-07-30T18:49:41.446Z Downloaded predicates-core v1.0.6
6222024-07-30T18:49:41.449Z Downloaded radium v0.7.0
6232024-07-30T18:49:41.449Z Downloaded rustc-demangle v0.1.24
6242024-07-30T18:49:41.452Z Downloaded humantime v2.1.0
6252024-07-30T18:49:41.452Z Downloaded hostname v0.4.0
6262024-07-30T18:49:41.455Z Downloaded tokio-rustls v0.24.1
6272024-07-30T18:49:41.457Z Downloaded tempfile v3.10.1
6282024-07-30T18:49:41.460Z Downloaded peg-runtime v0.8.3
6292024-07-30T18:49:41.463Z Downloaded semver v0.1.20
6302024-07-30T18:49:41.463Z Downloaded rustfmt-wrapper v0.2.1
6312024-07-30T18:49:41.465Z Downloaded r2d2 v0.8.10
6322024-07-30T18:49:41.468Z Downloaded hyper-rustls v0.24.2
6332024-07-30T18:49:41.471Z Downloaded precomputed-hash v0.1.1
6342024-07-30T18:49:41.471Z Downloaded derive-where v1.2.7
6352024-07-30T18:49:41.474Z Downloaded secrecy v0.8.0
6362024-07-30T18:49:41.476Z Downloaded static_assertions v1.1.0
6372024-07-30T18:49:41.477Z Downloaded base64 v0.22.1
6382024-07-30T18:49:41.481Z Downloaded spin v0.5.2
6392024-07-30T18:49:41.483Z Downloaded thiserror-impl-no-std v2.0.2
6402024-07-30T18:49:41.486Z Downloaded zone_cfg_derive v0.1.2
6412024-07-30T18:49:41.486Z Downloaded structmeta v0.3.0
6422024-07-30T18:49:41.489Z Downloaded structmeta v0.2.0
6432024-07-30T18:49:41.489Z Downloaded pin-project v1.1.5
6442024-07-30T18:49:41.500Z Downloaded shlex v1.3.0
6452024-07-30T18:49:41.503Z Downloaded difflib v0.4.0
6462024-07-30T18:49:41.503Z Downloaded untrusted v0.9.0
6472024-07-30T18:49:41.507Z Downloaded universal-hash v0.5.1
6482024-07-30T18:49:41.507Z Downloaded globset v0.4.14
6492024-07-30T18:49:41.510Z Downloaded pem v3.0.4
6502024-07-30T18:49:41.510Z Downloaded unsafe-libyaml v0.2.11
6512024-07-30T18:49:41.514Z Downloaded hubpack v0.1.2
6522024-07-30T18:49:41.514Z Downloaded ppv-lite86 v0.2.17
6532024-07-30T18:49:41.517Z Downloaded tar v0.4.41
6542024-07-30T18:49:41.520Z Downloaded httpdate v1.0.3
6552024-07-30T18:49:41.520Z Downloaded rustls-pemfile v1.0.4
6562024-07-30T18:49:41.523Z Downloaded unicode-bidi v0.3.15
6572024-07-30T18:49:41.525Z Downloaded crc-any v2.5.0
6582024-07-30T18:49:41.528Z Downloaded vte_generate_state_changes v0.1.1
6592024-07-30T18:49:41.531Z Downloaded tungstenite v0.21.0
6602024-07-30T18:49:41.534Z Downloaded crypto-bigint v0.5.5
6612024-07-30T18:49:41.539Z Downloaded tinyvec_macros v0.1.1
6622024-07-30T18:49:41.542Z Downloaded slog-json v2.6.1
6632024-07-30T18:49:41.550Z Downloaded strip-ansi-escapes v0.2.0
6642024-07-30T18:49:41.553Z Downloaded headers-core v0.2.0
6652024-07-30T18:49:41.556Z Downloaded structmeta-derive v0.3.0
6662024-07-30T18:49:41.556Z Downloaded stringprep v0.1.4
6672024-07-30T18:49:41.560Z Downloaded foreign-types-shared v0.1.1
6682024-07-30T18:49:41.560Z Downloaded stable_deref_trait v1.2.0
6692024-07-30T18:49:41.560Z Downloaded half v2.4.1
6702024-07-30T18:49:41.563Z Downloaded utf-8 v0.7.6
6712024-07-30T18:49:41.566Z Downloaded try-lock v0.2.5
6722024-07-30T18:49:41.566Z Downloaded path-slash v0.1.5
6732024-07-30T18:49:41.566Z Downloaded tokio-tungstenite v0.20.1
6742024-07-30T18:49:41.568Z Downloaded tokio-stream v0.1.15
6752024-07-30T18:49:41.572Z Downloaded tokio-tungstenite v0.21.0
6762024-07-30T18:49:41.575Z Downloaded foreign-types-shared v0.3.1
6772024-07-30T18:49:41.579Z Downloaded futures-io v0.3.30
6782024-07-30T18:49:41.579Z Downloaded deranged v0.3.11
6792024-07-30T18:49:41.583Z Downloaded serde-hex v0.1.0
6802024-07-30T18:49:41.585Z Downloaded peg v0.8.4
6812024-07-30T18:49:41.589Z Downloaded home v0.5.9
6822024-07-30T18:49:41.592Z Downloaded predicates-tree v1.0.9
6832024-07-30T18:49:41.595Z Downloaded pin-project-internal v1.1.5
6842024-07-30T18:49:41.598Z Downloaded serde_arrays v0.1.0
6852024-07-30T18:49:41.601Z Downloaded wait-timeout v0.2.0
6862024-07-30T18:49:41.604Z Downloaded spki v0.7.3
6872024-07-30T18:49:41.606Z Downloaded slog-stdlog v4.1.1
6882024-07-30T18:49:41.609Z Downloaded zone v0.1.8
6892024-07-30T18:49:41.609Z Downloaded tls_codec v0.4.1
6902024-07-30T18:49:41.613Z Downloaded signal-hook v0.3.17
6912024-07-30T18:49:41.616Z Downloaded group v0.13.0
6922024-07-30T18:49:41.620Z Downloaded strum_macros v0.26.4
6932024-07-30T18:49:41.624Z Downloaded strum_macros v0.24.3
6942024-07-30T18:49:41.627Z Downloaded serde_urlencoded v0.7.1
6952024-07-30T18:49:41.627Z Downloaded der_derive v0.7.2
6962024-07-30T18:49:41.627Z Downloaded rand v0.8.5
6972024-07-30T18:49:41.631Z Downloaded ref-cast-impl v1.0.23
6982024-07-30T18:49:41.634Z Downloaded futures-channel v0.3.30
6992024-07-30T18:49:41.637Z Downloaded tui-tree-widget v0.21.0
7002024-07-30T18:49:41.637Z Downloaded subtle v2.5.0
7012024-07-30T18:49:41.639Z Downloaded sqlformat v0.2.4
7022024-07-30T18:49:41.642Z Downloaded toolchain_find v0.4.0
7032024-07-30T18:49:41.642Z Downloaded funty v2.0.0
7042024-07-30T18:49:41.642Z Downloaded structmeta-derive v0.2.0
7052024-07-30T18:49:41.645Z Downloaded num-bigint v0.4.5
7062024-07-30T18:49:41.649Z Downloaded minimal-lexical v0.2.1
7072024-07-30T18:49:41.654Z Downloaded pin-utils v0.1.0
7082024-07-30T18:49:41.657Z Downloaded proc-macro-crate v1.3.1
7092024-07-30T18:49:41.657Z Downloaded http-range v0.1.5
7102024-07-30T18:49:41.660Z Downloaded termtree v0.4.1
7112024-07-30T18:49:41.660Z Downloaded endian-type v0.1.2
7122024-07-30T18:49:41.663Z Downloaded slog-envlogger v2.2.0
7132024-07-30T18:49:41.663Z Downloaded slog-dtrace v0.3.0
7142024-07-30T18:49:41.666Z Downloaded slog-bunyan v2.5.0
7152024-07-30T18:49:41.666Z Downloaded siphasher v0.3.11
7162024-07-30T18:49:41.669Z Downloaded schemars_derive v0.8.21
7172024-07-30T18:49:41.669Z Downloaded tokio-rustls v0.25.0
7182024-07-30T18:49:41.672Z Downloaded xattr v1.3.1
7192024-07-30T18:49:41.675Z Downloaded serde_path_to_error v0.1.16
7202024-07-30T18:49:41.677Z Downloaded highway v1.1.0
7212024-07-30T18:49:41.678Z Downloaded hubpack_derive v0.1.1
7222024-07-30T18:49:41.680Z Downloaded diff v0.1.13
7232024-07-30T18:49:41.683Z Downloaded uuid v1.10.0
7242024-07-30T18:49:41.686Z Downloaded ident_case v1.0.1
7252024-07-30T18:49:41.689Z Downloaded unicode-linebreak v0.1.5
7262024-07-30T18:49:41.689Z Downloaded itertools v0.12.1
7272024-07-30T18:49:41.695Z Downloaded poly1305 v0.8.0
7282024-07-30T18:49:41.697Z Downloaded hmac v0.12.1
7292024-07-30T18:49:41.700Z Downloaded flume v0.11.0
7302024-07-30T18:49:41.703Z Downloaded pin-project-lite v0.2.14
7312024-07-30T18:49:41.710Z Downloaded waitgroup v0.1.2
7322024-07-30T18:49:41.713Z Downloaded unarray v0.1.4
7332024-07-30T18:49:41.713Z Downloaded topological-sort v0.2.2
7342024-07-30T18:49:41.713Z Downloaded toml v0.5.11
7352024-07-30T18:49:41.716Z Downloaded ron v0.8.1
7362024-07-30T18:49:41.721Z Downloaded unicode-segmentation v1.11.0
7372024-07-30T18:49:41.725Z Downloaded time-core v0.1.2
7382024-07-30T18:49:41.727Z Downloaded predicates v3.1.0
7392024-07-30T18:49:41.730Z Downloaded socket2 v0.5.7
7402024-07-30T18:49:41.733Z Downloaded futures-core v0.3.30
7412024-07-30T18:49:41.733Z Downloaded yasna v0.5.2
7422024-07-30T18:49:41.737Z Downloaded diesel_derives v2.1.4
7432024-07-30T18:49:41.740Z Downloaded scopeguard v1.2.0
7442024-07-30T18:49:41.743Z Downloaded subprocess v0.2.9
7452024-07-30T18:49:41.743Z Downloaded socket2 v0.4.10
7462024-07-30T18:49:41.746Z Downloaded rusty-fork v0.3.0
7472024-07-30T18:49:41.748Z Downloaded tokio-postgres v0.7.11
7482024-07-30T18:49:41.752Z Downloaded rustversion v1.0.17
7492024-07-30T18:49:41.754Z Downloaded http-body v0.4.6
7502024-07-30T18:49:41.757Z Downloaded num-bigint-dig v0.8.4
7512024-07-30T18:49:41.760Z Downloaded heck v0.3.3
7522024-07-30T18:49:41.763Z Downloaded filetime v0.2.23
7532024-07-30T18:49:41.763Z Downloaded flagset v0.4.5
7542024-07-30T18:49:41.767Z Downloaded fixedbitset v0.4.2
7552024-07-30T18:49:41.767Z Downloaded dirs-next v2.0.0
7562024-07-30T18:49:41.770Z Downloaded serde_with_macros v3.8.3
7572024-07-30T18:49:41.770Z Downloaded itertools v0.10.5
7582024-07-30T18:49:41.775Z Downloaded futures v0.3.30
7592024-07-30T18:49:41.780Z Downloaded rustc_version v0.4.0
7602024-07-30T18:49:41.783Z Downloaded tiny-keccak v2.0.2
7612024-07-30T18:49:41.786Z Downloaded ena v0.14.3
7622024-07-30T18:49:41.786Z Downloaded sha1 v0.10.6
7632024-07-30T18:49:41.789Z Downloaded futures-executor v0.3.30
7642024-07-30T18:49:41.789Z Downloaded tungstenite v0.20.1
7652024-07-30T18:49:41.792Z Downloaded heapless v0.7.17
7662024-07-30T18:49:41.796Z Downloaded hashbrown v0.12.3
7672024-07-30T18:49:41.800Z Downloaded tabwriter v1.4.0
7682024-07-30T18:49:41.802Z Downloaded publicsuffix v2.2.3
7692024-07-30T18:49:41.805Z Downloaded snafu-derive v0.8.2
7702024-07-30T18:49:41.808Z Downloaded want v0.3.1
7712024-07-30T18:49:41.808Z Downloaded itertools v0.13.0
7722024-07-30T18:49:41.814Z Downloaded postgres-protocol v0.6.7
7732024-07-30T18:49:41.817Z Downloaded walkdir v2.5.0
7742024-07-30T18:49:41.819Z Downloaded zip v0.6.6
7752024-07-30T18:49:41.823Z Downloaded fallible-iterator v0.2.0
7762024-07-30T18:49:41.825Z Downloaded slog-term v2.9.1
7772024-07-30T18:49:41.833Z Downloaded rustls-pemfile v2.1.2
7782024-07-30T18:49:41.837Z Downloaded pkcs8 v0.10.2
7792024-07-30T18:49:41.837Z Downloaded url v2.5.2
7802024-07-30T18:49:41.837Z Downloaded headers v0.3.9
7812024-07-30T18:49:41.842Z Downloaded blake3 v1.5.1
7822024-07-30T18:49:41.850Z Downloaded pkg-config v0.3.30
7832024-07-30T18:49:41.853Z Downloaded time-macros v0.2.18
7842024-07-30T18:49:41.855Z Downloaded postcard v1.0.8
7852024-07-30T18:49:41.858Z Downloaded tinyvec v1.6.0
7862024-07-30T18:49:41.861Z Downloaded elliptic-curve v0.13.8
7872024-07-30T18:49:41.866Z Downloaded serde_yaml v0.9.34+deprecated
7882024-07-30T18:49:41.870Z Downloaded typed-path v0.7.1
7892024-07-30T18:49:41.877Z Downloaded rcgen v0.12.1
7902024-07-30T18:49:41.880Z Downloaded smallvec v0.6.14
7912024-07-30T18:49:41.882Z Downloaded unicode-normalization v0.1.23
7922024-07-30T18:49:41.885Z Downloaded prettyplease v0.2.20
7932024-07-30T18:49:41.889Z Downloaded unicode_categories v0.1.1
7942024-07-30T18:49:41.891Z Downloaded rsa v0.9.6
7952024-07-30T18:49:41.896Z Downloaded flate2 v1.0.30
7962024-07-30T18:49:41.902Z Downloaded steno v0.4.1
7972024-07-30T18:49:41.906Z Downloaded zerocopy v0.6.6
7982024-07-30T18:49:41.909Z Downloaded tough v0.17.1
7992024-07-30T18:49:41.918Z Downloaded tokio-util v0.7.11
8002024-07-30T18:49:41.925Z Downloaded test-strategy v0.3.1
8012024-07-30T18:49:41.928Z Downloaded http v0.2.12
8022024-07-30T18:49:41.933Z Downloaded toml v0.7.8
8032024-07-30T18:49:41.936Z Downloaded samael v0.0.15
8042024-07-30T18:49:41.942Z Downloaded object v0.30.4
8052024-07-30T18:49:41.953Z Downloaded rustls-webpki v0.101.7
8062024-07-30T18:49:41.969Z Downloaded rayon-core v1.12.1
8072024-07-30T18:49:41.974Z Downloaded time v0.3.36
8082024-07-30T18:49:41.980Z Downloaded toml_edit v0.19.15
8092024-07-30T18:49:41.998Z Downloaded x509-cert v0.2.5
8102024-07-30T18:49:42.004Z Downloaded heapless v0.8.0
8112024-07-30T18:49:42.008Z Downloaded reqwest v0.11.27
8122024-07-30T18:49:42.017Z Downloaded proptest v1.4.0
8132024-07-30T18:49:42.026Z Downloaded rustls-webpki v0.102.4
8142024-07-30T18:49:42.045Z Downloaded reedline v0.31.0
8152024-07-30T18:49:42.052Z Downloaded http v1.1.0
8162024-07-30T18:49:42.056Z Downloaded nix v0.27.1
8172024-07-30T18:49:42.068Z Downloaded openapiv3 v2.0.0
8182024-07-30T18:49:42.079Z Downloaded bindgen v0.69.4
8192024-07-30T18:49:42.086Z Downloaded futures-util v0.3.30
8202024-07-30T18:49:42.097Z Downloaded regress v0.9.1
8212024-07-30T18:49:42.105Z Downloaded rustyline v14.0.0
8222024-07-30T18:49:42.109Z Downloaded chrono v0.4.38
8232024-07-30T18:49:42.116Z Downloaded object v0.32.2
8242024-07-30T18:49:42.126Z Downloaded winnow v0.5.40
8252024-07-30T18:49:42.134Z Downloaded trust-dns-client v0.22.0
8262024-07-30T18:49:42.139Z Downloaded hkdf v0.12.4
8272024-07-30T18:49:42.142Z Downloaded regex-automata v0.1.10
8282024-07-30T18:49:42.145Z Downloaded portable-atomic v1.6.0
8292024-07-30T18:49:42.150Z Downloaded sqlparser v0.45.0
8302024-07-30T18:49:42.155Z Downloaded h2 v0.3.26
8312024-07-30T18:49:42.161Z Downloaded bitvec v1.0.1
8322024-07-30T18:49:42.176Z Downloaded rayon v1.10.0
8332024-07-30T18:49:42.183Z Downloaded regex-automata v0.4.6
8342024-07-30T18:49:42.200Z Downloaded petgraph v0.6.5
8352024-07-30T18:49:42.216Z Downloaded tokio v1.38.1
8362024-07-30T18:49:42.250Z Downloaded vcpkg v0.2.15
8372024-07-30T18:49:42.285Z Downloaded nix v0.28.0
8382024-07-30T18:49:42.296Z Downloaded smoltcp v0.9.1
8392024-07-30T18:49:42.305Z Downloaded curve25519-dalek v4.1.3
8402024-07-30T18:49:42.313Z Downloaded bstr v0.2.17
8412024-07-30T18:49:42.322Z Downloaded serde_with v3.8.3
8422024-07-30T18:49:42.329Z Downloaded openssl v0.10.66
8432024-07-30T18:49:42.337Z Downloaded regex v1.10.5
8442024-07-30T18:49:42.349Z Downloaded rustls v0.21.12
8452024-07-30T18:49:42.360Z Downloaded polar-core v0.27.3
8462024-07-30T18:49:42.368Z Downloaded radix_trie v0.2.1
8472024-07-30T18:49:42.373Z Downloaded webpki-roots v0.25.4
8482024-07-30T18:49:42.377Z Downloaded smoltcp v0.11.0
8492024-07-30T18:49:42.388Z Downloaded idna v0.5.0
8502024-07-30T18:49:42.395Z Downloaded diesel v2.1.6
8512024-07-30T18:49:42.412Z Downloaded gimli v0.28.1
8522024-07-30T18:49:42.420Z Downloaded regex-syntax v0.6.29
8532024-07-30T18:49:42.427Z Downloaded rustls v0.22.4
8542024-07-30T18:49:42.439Z Downloaded trust-dns-proto v0.22.0
8552024-07-30T18:49:42.451Z Downloaded bstr v1.9.1
8562024-07-30T18:49:42.461Z Downloaded regex-syntax v0.8.3
8572024-07-30T18:49:42.469Z Downloaded idna v0.3.0
8582024-07-30T18:49:42.475Z Downloaded sled v0.34.7
8592024-07-30T18:49:42.485Z Downloaded idna v0.2.3
8602024-07-30T18:49:42.491Z Downloaded ratatui v0.27.0
8612024-07-30T18:49:42.509Z Downloaded hyper v0.14.28
8622024-07-30T18:49:42.518Z Downloaded lalrpop v0.19.12
8632024-07-30T18:49:42.528Z Downloaded quick-xml v0.31.0
8642024-07-30T18:49:42.533Z Downloaded zerocopy-derive v0.6.6
8652024-07-30T18:49:42.543Z Downloaded bzip2-sys v0.1.11+1.0.8
8662024-07-30T18:49:42.555Z Downloaded expectorate v1.1.0
8672024-07-30T18:49:42.558Z Downloaded trust-dns-server v0.22.1
8682024-07-30T18:49:42.562Z Downloaded trust-dns-resolver v0.22.0
8692024-07-30T18:49:42.565Z Downloaded aho-corasick v1.1.3
8702024-07-30T18:49:42.571Z Downloaded finl_unicode v1.2.0
8712024-07-30T18:49:42.586Z Downloaded embedded-io v0.4.0
8722024-07-30T18:49:42.589Z Downloaded pkcs1 v0.7.5
8732024-07-30T18:49:42.592Z Downloaded iana-time-zone v0.1.60
8742024-07-30T18:49:42.592Z Downloaded textwrap v0.16.1
8752024-07-30T18:49:42.596Z Downloaded libxml v0.3.3
8762024-07-30T18:49:42.603Z Downloaded csv v1.3.0
8772024-07-30T18:49:42.621Z Downloaded float-cmp v0.9.0
8782024-07-30T18:49:42.624Z Downloaded sha3 v0.10.8
8792024-07-30T18:49:42.627Z Downloaded termcolor v1.4.1
8802024-07-30T18:49:42.630Z Downloaded dirs-sys-next v0.1.2
8812024-07-30T18:49:42.630Z Downloaded serde_derive_internals v0.29.1
8822024-07-30T18:49:42.632Z Downloaded postgres-types v0.2.7
8832024-07-30T18:49:42.632Z Downloaded nom v7.1.3
8842024-07-30T18:49:42.637Z Downloaded tokio-native-tls v0.3.1
8852024-07-30T18:49:42.639Z Downloaded similar v2.5.0
8862024-07-30T18:49:42.643Z Downloaded spin v0.9.8
8872024-07-30T18:49:42.647Z Downloaded hashbrown v0.13.2
8882024-07-30T18:49:42.651Z Downloaded encoding_rs v0.8.34
8892024-07-30T18:49:42.672Z Downloaded sct v0.7.1
8902024-07-30T18:49:42.675Z Downloaded rustls-pki-types v1.7.0
8912024-07-30T18:49:42.677Z Downloaded peg-macros v0.8.4
8922024-07-30T18:49:42.680Z Downloaded tracing v0.1.40
8932024-07-30T18:49:42.683Z Downloaded libm v0.2.8
8942024-07-30T18:49:42.689Z Downloaded crossterm v0.27.0
8952024-07-30T18:49:42.695Z Downloaded tracing-core v0.1.32
8962024-07-30T18:49:42.698Z Downloaded mio v0.8.11
8972024-07-30T18:49:42.703Z Downloaded chacha20poly1305 v0.10.1
8982024-07-30T18:49:42.705Z Downloaded getrandom v0.2.14
8992024-07-30T18:49:42.708Z Downloaded ron v0.7.1
9002024-07-30T18:49:42.711Z Downloaded snafu v0.8.2
9012024-07-30T18:49:42.716Z Downloaded schemars v0.8.21
9022024-07-30T18:49:42.727Z Downloaded getopts v0.2.21
9032024-07-30T18:49:42.729Z Downloaded base64 v0.21.7
9042024-07-30T18:49:42.732Z Downloaded fatfs v0.3.6
9052024-07-30T18:49:42.734Z Downloaded unicode-xid v0.2.4
9062024-07-30T18:49:42.737Z Downloaded string_cache v0.8.7
9072024-07-30T18:49:42.737Z Downloaded slog-scope v4.4.0
9082024-07-30T18:49:42.740Z Downloaded sec1 v0.7.3
9092024-07-30T18:49:42.740Z Downloaded resolv-conf v0.7.0
9102024-07-30T18:49:42.742Z Downloaded ref-cast v1.0.23
9112024-07-30T18:49:42.745Z Downloaded powerfmt v0.2.0
9122024-07-30T18:49:42.745Z Downloaded untrusted v0.7.1
9132024-07-30T18:49:42.745Z Downloaded term v0.7.0
9142024-07-30T18:49:42.748Z Downloaded cc v1.0.97
9152024-07-30T18:49:42.750Z Downloaded backtrace v0.3.71
9162024-07-30T18:49:42.755Z Downloaded gethostname v0.4.3
9172024-07-30T18:49:42.758Z Downloaded ring v0.17.8
9182024-07-30T18:49:42.825Z Downloaded float-ord v0.3.2
9192024-07-30T18:49:42.828Z Downloaded ff v0.13.0
9202024-07-30T18:49:42.828Z Downloaded pem-rfc7468 v0.7.0
9212024-07-30T18:49:42.830Z Downloaded vte v0.11.1
9222024-07-30T18:49:42.830Z Downloaded either v1.12.0
9232024-07-30T18:49:42.833Z Downloaded rpassword v7.3.1
9242024-07-30T18:49:42.833Z Downloaded psl-types v2.0.11
9252024-07-30T18:49:42.833Z Downloaded smallvec v1.13.2
9262024-07-30T18:49:42.836Z Downloaded blake2 v0.10.6
9272024-07-30T18:49:42.839Z Downloaded env_logger v0.10.2
9282024-07-30T18:49:42.842Z Downloaded derive_more v0.99.18
9292024-07-30T18:49:42.844Z Downloaded hostname v0.3.1
9302024-07-30T18:49:42.847Z Downloaded hex v0.4.3
9312024-07-30T18:49:42.847Z Downloaded display-error-chain v0.2.0
9322024-07-30T18:49:42.847Z Downloaded diesel_table_macro_syntax v0.1.0
9332024-07-30T18:49:42.850Z Downloaded form_urlencoded v1.2.1
9342024-07-30T18:49:42.850Z Downloaded crossbeam-channel v0.5.12
9352024-07-30T18:49:42.853Z Downloaded dyn-clone v1.0.17
9362024-07-30T18:49:42.855Z Downloaded uzers v0.11.3
9372024-07-30T18:49:42.855Z Downloaded unicode-truncate v1.0.0
9382024-07-30T18:49:42.858Z Downloaded env_logger v0.9.3
9392024-07-30T18:49:42.860Z Downloaded mockall_derive v0.12.1
9402024-07-30T18:49:42.860Z Downloaded crc32fast v1.4.0
9412024-07-30T18:49:42.863Z Downloaded smf v0.2.3
9422024-07-30T18:49:42.863Z Downloaded smawk v0.3.2
9432024-07-30T18:49:42.866Z Downloaded signature v2.2.0
9442024-07-30T18:49:42.866Z Downloaded signal-hook-mio v0.2.3
9452024-07-30T18:49:42.868Z Downloaded serde_plain v1.0.2
9462024-07-30T18:49:42.868Z Downloaded clang-sys v1.7.0
9472024-07-30T18:49:42.871Z Downloaded erased-serde v0.3.31
9482024-07-30T18:49:42.874Z Downloaded ring v0.16.20
9492024-07-30T18:49:42.952Z Downloaded derive_builder v0.20.0
9502024-07-30T18:49:42.956Z Downloaded zeroize v1.7.0
9512024-07-30T18:49:42.959Z Downloaded vsss-rs v3.3.4
9522024-07-30T18:49:42.959Z Downloaded rand_xorshift v0.3.0
9532024-07-30T18:49:42.962Z Downloaded rand_seeder v0.2.3
9542024-07-30T18:49:42.962Z Downloaded rand_core v0.6.4
9552024-07-30T18:49:42.964Z Downloaded rand_chacha v0.3.1
9562024-07-30T18:49:42.964Z Downloaded quick-error v1.2.3
9572024-07-30T18:49:42.964Z Downloaded percent-encoding v2.3.1
9582024-07-30T18:49:42.967Z Downloaded darling_core v0.20.9
9592024-07-30T18:49:42.970Z Downloaded parse-display-derive v0.9.1
9602024-07-30T18:49:42.970Z Downloaded parking_lot v0.11.2
9612024-07-30T18:49:42.972Z Downloaded enum-as-inner v0.5.1
9622024-07-30T18:49:42.975Z Downloaded which v4.4.2
9632024-07-30T18:49:42.975Z Downloaded hash32 v0.3.1
9642024-07-30T18:49:42.978Z Downloaded hash32 v0.2.1
9652024-07-30T18:49:42.978Z Downloaded native-tls v0.2.11
9662024-07-30T18:49:42.981Z Downloaded kstat-rs v0.2.4
9672024-07-30T18:49:42.981Z Downloaded cookie_store v0.20.0
9682024-07-30T18:49:42.984Z Downloaded ciborium v0.2.2
9692024-07-30T18:49:42.984Z Downloaded memmap2 v0.9.4
9702024-07-30T18:49:42.987Z Downloaded thread_local v1.1.8
9712024-07-30T18:49:42.987Z Downloaded termios v0.3.3
9722024-07-30T18:49:42.987Z Downloaded supports-color v3.0.0
9732024-07-30T18:49:42.990Z Downloaded parking_lot v0.12.2
9742024-07-30T18:49:42.990Z Downloaded miniz_oxide v0.7.2
9752024-07-30T18:49:42.993Z Downloaded num_cpus v1.16.0
9762024-07-30T18:49:42.996Z Downloaded nodrop v0.1.14
9772024-07-30T18:49:42.996Z Downloaded cancel-safe-futures v0.1.5
9782024-07-30T18:49:42.998Z Downloaded defmt-parser v0.3.4
9792024-07-30T18:49:42.998Z Downloaded defmt-macros v0.3.9
9802024-07-30T18:49:43.001Z Downloaded debug-ignore v1.0.5
9812024-07-30T18:49:43.004Z Downloaded foreign-types v0.3.2
9822024-07-30T18:49:43.004Z Downloaded num-integer v0.1.46
9832024-07-30T18:49:43.004Z Downloaded newtype-uuid v1.1.0
9842024-07-30T18:49:43.007Z Downloaded colored v2.1.0
9852024-07-30T18:49:43.007Z Downloaded indexmap v1.9.3
9862024-07-30T18:49:43.009Z Downloaded base16ct v0.2.0
9872024-07-30T18:49:43.012Z Downloaded num-complex v0.4.6
9882024-07-30T18:49:43.012Z Downloaded allocator-api2 v0.2.18
9892024-07-30T18:49:43.015Z Downloaded backoff v0.4.0
9902024-07-30T18:49:43.018Z Downloaded buf-list v1.0.3
9912024-07-30T18:49:43.020Z Downloaded async-trait v0.1.81
9922024-07-30T18:49:43.023Z Downloaded cfg_aliases v0.1.1
9932024-07-30T18:49:43.023Z Downloaded ipnet v2.9.0
9942024-07-30T18:49:43.023Z Downloaded num-derive v0.4.2
9952024-07-30T18:49:43.026Z Downloaded maybe-uninit v2.0.0
9962024-07-30T18:49:43.026Z Downloaded lock_api v0.4.12
9972024-07-30T18:49:43.026Z Downloaded crucible-workspace-hack v0.1.0
9982024-07-30T18:49:43.029Z Downloaded ascii v1.1.0
9992024-07-30T18:49:43.029Z Downloaded argon2 v0.5.3
10002024-07-30T18:49:43.032Z Downloaded ahash v0.8.11
10012024-07-30T18:49:43.034Z Downloaded addr2line v0.21.0
10022024-07-30T18:49:43.035Z Downloaded num-iter v0.1.45
10032024-07-30T18:49:43.037Z Downloaded linked-hash-map v0.5.6
10042024-07-30T18:49:43.037Z Downloaded libefi-sys v0.1.0
10052024-07-30T18:49:43.037Z Downloaded curve25519-dalek-derive v0.1.1
10062024-07-30T18:49:43.040Z Downloaded ipnetwork v0.20.0
10072024-07-30T18:49:43.040Z Downloaded match_cfg v0.1.0
10082024-07-30T18:49:43.040Z Downloaded lazycell v1.3.0
10092024-07-30T18:49:43.043Z Downloaded defmt v0.3.8
10102024-07-30T18:49:43.045Z Downloaded convert_case v0.4.0
10112024-07-30T18:49:43.045Z Downloaded cobs v0.2.3
10122024-07-30T18:49:43.045Z Downloaded lru-cache v0.1.2
10132024-07-30T18:49:43.048Z Downloaded lalrpop-util v0.19.12
10142024-07-30T18:49:43.049Z Downloaded bitfield-struct v0.6.1
10152024-07-30T18:49:43.049Z Downloaded bit-vec v0.6.3
10162024-07-30T18:49:43.051Z Downloaded keccak v0.1.5
10172024-07-30T18:49:43.051Z Downloaded indoc v1.0.9
10182024-07-30T18:49:43.054Z Downloaded impl-trait-for-tuples v0.2.2
10192024-07-30T18:49:43.054Z Downloaded crc v3.2.1
10202024-07-30T18:49:43.131Z Compiling cfg-if v1.0.0
10212024-07-30T18:49:43.131Z Compiling serde v1.0.204
10222024-07-30T18:49:43.134Z Compiling lock_api v0.4.12
10232024-07-30T18:49:43.134Z Compiling scopeguard v1.2.0
10242024-07-30T18:49:43.134Z Compiling log v0.4.21
10252024-07-30T18:49:43.262Z Compiling syn v2.0.72
10262024-07-30T18:49:43.265Z Compiling cc v1.0.97
10272024-07-30T18:49:43.270Z Compiling parking_lot_core v0.9.10
10282024-07-30T18:49:43.331Z Compiling getrandom v0.2.14
10292024-07-30T18:49:43.398Z Compiling smallvec v1.13.2
10302024-07-30T18:49:43.672Z Compiling rand_core v0.6.4
10312024-07-30T18:49:43.780Z Compiling typenum v1.17.0
10322024-07-30T18:49:43.807Z Compiling generic-array v0.14.7
10332024-07-30T18:49:43.828Z Compiling pin-project-lite v0.2.14
10342024-07-30T18:49:43.948Z Compiling signal-hook-registry v1.4.2
10352024-07-30T18:49:44.087Z Compiling parking_lot v0.12.2
10362024-07-30T18:49:44.186Z Compiling spin v0.9.8
10372024-07-30T18:49:44.202Z Compiling mio v0.8.11
10382024-07-30T18:49:44.407Z Compiling libm v0.2.8
10392024-07-30T18:49:44.594Z Compiling serde_json v1.0.120
10402024-07-30T18:49:44.756Z Compiling ahash v0.8.11
10412024-07-30T18:49:44.805Z Compiling num-traits v0.2.19
10422024-07-30T18:49:44.929Z Compiling tinyvec_macros v0.1.1
10432024-07-30T18:49:45.011Z Compiling futures-core v0.3.30
10442024-07-30T18:49:45.059Z Compiling tinyvec v1.6.0
10452024-07-30T18:49:45.233Z Compiling socket2 v0.5.7
10462024-07-30T18:49:45.300Z Compiling num_cpus v1.16.0
10472024-07-30T18:49:45.419Z Compiling subtle v2.5.0
10482024-07-30T18:49:45.477Z Compiling const-oid v0.9.6
10492024-07-30T18:49:45.761Z Compiling slab v0.4.9
10502024-07-30T18:49:46.056Z Compiling unicode-bidi v0.3.15
10512024-07-30T18:49:46.463Z Compiling unicode-normalization v0.1.23
10522024-07-30T18:49:46.480Z Compiling allocator-api2 v0.2.18
10532024-07-30T18:49:46.583Z Compiling futures-sink v0.3.30
10542024-07-30T18:49:46.977Z Compiling futures-channel v0.3.30
10552024-07-30T18:49:47.297Z Compiling pin-utils v0.1.0
10562024-07-30T18:49:47.394Z Compiling pkg-config v0.3.30
10572024-07-30T18:49:47.412Z Compiling vcpkg v0.2.15
10582024-07-30T18:49:47.456Z Compiling futures-task v0.3.30
10592024-07-30T18:49:47.568Z Compiling futures-io v0.3.30
10602024-07-30T18:49:47.611Z Compiling ring v0.17.8
10612024-07-30T18:49:47.749Z Compiling ppv-lite86 v0.2.17
10622024-07-30T18:49:47.764Z Compiling percent-encoding v2.3.1
10632024-07-30T18:49:47.893Z Compiling tracing-core v0.1.32
10642024-07-30T18:49:48.155Z Compiling powerfmt v0.2.0
10652024-07-30T18:49:48.545Z Compiling rand_chacha v0.3.1
10662024-07-30T18:49:48.584Z Compiling rustix v0.38.34
10672024-07-30T18:49:48.587Z Compiling time-core v0.1.2
10682024-07-30T18:49:48.756Z Compiling syn v1.0.109
10692024-07-30T18:49:49.108Z Compiling untrusted v0.9.0
10702024-07-30T18:49:49.317Z Compiling num-conv v0.1.0
10712024-07-30T18:49:49.527Z Compiling rand v0.8.5
10722024-07-30T18:49:49.558Z Compiling deranged v0.3.11
10732024-07-30T18:49:49.574Z Compiling time-macros v0.2.18
10742024-07-30T18:49:49.593Z Compiling rustversion v1.0.17
10752024-07-30T18:49:49.841Z Compiling openssl-sys v0.9.103
10762024-07-30T18:49:50.275Z Compiling iana-time-zone v0.1.60
10772024-07-30T18:49:50.686Z Compiling foreign-types-shared v0.1.1
10782024-07-30T18:49:50.703Z Compiling openssl v0.10.66
10792024-07-30T18:49:50.777Z Compiling num_threads v0.1.7
10802024-07-30T18:49:50.889Z Compiling httparse v1.8.0
10812024-07-30T18:49:51.041Z Compiling base64ct v1.6.0
10822024-07-30T18:49:51.296Z Compiling foreign-types v0.3.2
10832024-07-30T18:49:51.392Z Compiling form_urlencoded v1.2.1
10842024-07-30T18:49:51.458Z Compiling pem-rfc7468 v0.7.0
10852024-07-30T18:49:51.553Z Compiling flagset v0.4.5
10862024-07-30T18:49:51.712Z Compiling try-lock v0.2.5
10872024-07-30T18:49:51.777Z Compiling siphasher v0.3.11
10882024-07-30T18:49:51.843Z Compiling rustls v0.21.12
10892024-07-30T18:49:52.083Z Compiling crossbeam-utils v0.8.19
10902024-07-30T18:49:52.132Z Compiling native-tls v0.2.11
10912024-07-30T18:49:52.200Z Compiling want v0.3.1
10922024-07-30T18:49:52.663Z Compiling serde_derive_internals v0.29.1
10932024-07-30T18:49:52.748Z Compiling time v0.3.36
10942024-07-30T18:49:52.881Z Compiling idna v0.5.0
10952024-07-30T18:49:53.101Z Compiling lazy_static v1.5.0
10962024-07-30T18:49:53.219Z Compiling socket2 v0.4.10
10972024-07-30T18:49:53.960Z Compiling cookie v0.17.0
10982024-07-30T18:49:54.131Z Compiling aho-corasick v1.1.3
10992024-07-30T18:49:54.206Z Compiling openssl-probe v0.1.5
11002024-07-30T18:49:54.440Z Compiling schemars v0.8.21
11012024-07-30T18:49:54.528Z Compiling adler v1.0.2
11022024-07-30T18:49:54.735Z Compiling tower-service v0.3.2
11032024-07-30T18:49:54.738Z Compiling regex-syntax v0.8.3
11042024-07-30T18:49:54.850Z Compiling httpdate v1.0.3
11052024-07-30T18:49:55.327Z Compiling slog v2.7.0
11062024-07-30T18:49:55.520Z Compiling cpufeatures v0.2.12
11072024-07-30T18:49:55.616Z Compiling signal-hook v0.3.17
11082024-07-30T18:49:55.812Z Compiling finl_unicode v1.2.0
11092024-07-30T18:49:55.975Z Compiling miniz_oxide v0.7.2
11102024-07-30T18:49:56.380Z Compiling stringprep v0.1.4
11112024-07-30T18:49:57.627Z Compiling url v2.5.2
11122024-07-30T18:49:58.181Z Compiling serde_derive v1.0.204
11132024-07-30T18:49:58.257Z Compiling zeroize_derive v1.4.2
11142024-07-30T18:49:58.939Z Compiling zerocopy-derive v0.7.34
11152024-07-30T18:49:59.536Z Compiling tokio-macros v2.3.0
11162024-07-30T18:49:59.880Z Compiling thiserror-impl v1.0.63
11172024-07-30T18:49:59.910Z Compiling zeroize v1.7.0
11182024-07-30T18:50:00.416Z Compiling futures-macro v0.3.30
11192024-07-30T18:50:01.256Z Compiling tracing-attributes v0.1.27
11202024-07-30T18:50:01.274Z Compiling zerocopy v0.7.34
11212024-07-30T18:50:01.505Z Compiling scroll_derive v0.12.0
11222024-07-30T18:50:01.779Z Compiling crypto-common v0.1.6
11232024-07-30T18:50:02.016Z Compiling block-buffer v0.10.4
11242024-07-30T18:50:02.276Z Compiling digest v0.10.7
11252024-07-30T18:50:02.593Z Compiling futures-util v0.3.30
11262024-07-30T18:50:02.769Z Compiling hmac v0.12.1
11272024-07-30T18:50:02.999Z Compiling der_derive v0.7.2
11282024-07-30T18:50:03.113Z Compiling scroll v0.12.0
11292024-07-30T18:50:03.331Z Compiling thiserror v1.0.63
11302024-07-30T18:50:03.475Z Compiling hashbrown v0.14.5
11312024-07-30T18:50:03.521Z Compiling pest v2.7.10
11322024-07-30T18:50:03.669Z Compiling goblin v0.8.2
11332024-07-30T18:50:04.858Z Compiling openssl-macros v0.1.1
11342024-07-30T18:50:05.392Z Compiling tracing v0.1.40
11352024-07-30T18:50:05.609Z Compiling rustls-webpki v0.101.7
11362024-07-30T18:50:05.625Z Compiling der v0.7.9
11372024-07-30T18:50:05.922Z Compiling pest_meta v2.7.10
11382024-07-30T18:50:06.160Z Compiling sct v0.7.1
11392024-07-30T18:50:06.459Z Compiling md-5 v0.10.6
11402024-07-30T18:50:06.721Z Compiling sha2 v0.10.8
11412024-07-30T18:50:07.639Z Compiling pest_generator v2.7.10
11422024-07-30T18:50:08.813Z Compiling spki v0.7.3
11432024-07-30T18:50:08.948Z Compiling schemars_derive v0.8.21
11442024-07-30T18:50:09.195Z Compiling regex-automata v0.4.6
11452024-07-30T18:50:09.703Z Compiling num-integer v0.1.46
11462024-07-30T18:50:10.192Z Compiling idna v0.3.0
11472024-07-30T18:50:10.477Z Compiling backtrace v0.3.71
11482024-07-30T18:50:10.904Z Compiling hash32 v0.2.1
11492024-07-30T18:50:11.299Z Compiling smoltcp v0.9.1
11502024-07-30T18:50:11.461Z Compiling pest_derive v2.7.10
11512024-07-30T18:50:11.793Z Compiling fallible-iterator v0.2.0
11522024-07-30T18:50:12.054Z Compiling stable_deref_trait v1.2.0
11532024-07-30T18:50:12.157Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
11542024-07-30T18:50:12.292Z Compiling dtrace-parser v0.2.0
11552024-07-30T18:50:12.446Z Compiling dyn-clone v1.0.17
11562024-07-30T18:50:12.515Z Compiling psl-types v2.0.11
11572024-07-30T18:50:12.663Z Compiling base64 v0.22.1
11582024-07-30T18:50:12.703Z Compiling crc32fast v1.4.0
11592024-07-30T18:50:12.950Z Compiling gimli v0.28.1
11602024-07-30T18:50:13.150Z Compiling bytes v1.6.0
11612024-07-30T18:50:13.453Z Compiling bitflags v2.6.0
11622024-07-30T18:50:13.911Z Compiling indexmap v2.2.6
11632024-07-30T18:50:14.429Z Compiling tokio v1.38.1
11642024-07-30T18:50:14.513Z Compiling http v0.2.12
11652024-07-30T18:50:14.530Z Compiling uuid v1.10.0
11662024-07-30T18:50:15.303Z Compiling semver v1.0.23
11672024-07-30T18:50:16.028Z Compiling rustc_version v0.4.0
11682024-07-30T18:50:16.101Z Compiling chrono v0.4.38
11692024-07-30T18:50:16.740Z Compiling http-body v0.4.6
11702024-07-30T18:50:16.827Z Compiling heapless v0.7.17
11712024-07-30T18:50:17.183Z Compiling dof v0.3.0
11722024-07-30T18:50:17.296Z Compiling serde_spanned v0.6.6
11732024-07-30T18:50:17.519Z Compiling toml_datetime v0.6.6
11742024-07-30T18:50:18.060Z Compiling usdt-impl v0.5.0
11752024-07-30T18:50:18.066Z Compiling serde_tokenstream v0.2.1
11762024-07-30T18:50:18.739Z Compiling terminal_size v0.3.0
11772024-07-30T18:50:19.537Z Compiling addr2line v0.21.0
11782024-07-30T18:50:19.660Z Compiling postgres-protocol v0.6.7
11792024-07-30T18:50:20.122Z Compiling publicsuffix v2.2.3
11802024-07-30T18:50:20.219Z Compiling pkcs8 v0.10.2
11812024-07-30T18:50:20.323Z Compiling hubpack_derive v0.1.1
11822024-07-30T18:50:20.384Z Compiling block-padding v0.3.3
11832024-07-30T18:50:20.632Z Compiling zerocopy-derive v0.6.6
11842024-07-30T18:50:20.760Z Compiling async-trait v0.1.81
11852024-07-30T18:50:22.174Z Compiling phf_shared v0.11.2
11862024-07-30T18:50:22.453Z Compiling tokio-util v0.7.11
11872024-07-30T18:50:22.563Z Compiling tokio-rustls v0.24.1
11882024-07-30T18:50:22.632Z Compiling diesel_table_macro_syntax v0.1.0
11892024-07-30T18:50:22.828Z Compiling ff v0.13.0
11902024-07-30T18:50:22.937Z Compiling scheduled-thread-pool v0.2.7
11912024-07-30T18:50:23.027Z Compiling object v0.32.2
11922024-07-30T18:50:23.042Z Compiling fs-err v2.11.0
11932024-07-30T18:50:23.104Z Compiling matches v0.1.10
11942024-07-30T18:50:23.198Z Compiling managed v0.8.0
11952024-07-30T18:50:23.545Z Compiling h2 v0.3.26
11962024-07-30T18:50:23.598Z Compiling tokio-native-tls v0.3.1
11972024-07-30T18:50:23.618Z Compiling base64 v0.21.7
11982024-07-30T18:50:23.814Z Compiling rustc-demangle v0.1.24
11992024-07-30T18:50:23.867Z Compiling base16ct v0.2.0
12002024-07-30T18:50:23.882Z Compiling bitflags v1.3.2
12012024-07-30T18:50:23.977Z Compiling winnow v0.5.40
12022024-07-30T18:50:24.198Z Compiling ipnet v2.9.0
12032024-07-30T18:50:24.382Z Compiling anyhow v1.0.86
12042024-07-30T18:50:24.781Z Compiling either v1.12.0
12052024-07-30T18:50:24.977Z Compiling bit-vec v0.6.3
12062024-07-30T18:50:25.201Z Compiling regex-automata v0.1.10
12072024-07-30T18:50:25.430Z Compiling clap_builder v4.5.9
12082024-07-30T18:50:25.642Z Compiling bstr v0.2.17
12092024-07-30T18:50:25.700Z Compiling rustls-pemfile v1.0.4
12102024-07-30T18:50:26.156Z Compiling sec1 v0.7.3
12112024-07-30T18:50:26.936Z Compiling idna v0.2.3
12122024-07-30T18:50:27.144Z Compiling r2d2 v0.8.10
12132024-07-30T18:50:27.513Z Compiling diesel_derives v2.1.4
12142024-07-30T18:50:28.027Z Compiling toml_edit v0.19.15
12152024-07-30T18:50:28.443Z Compiling group v0.13.0
12162024-07-30T18:50:28.533Z Compiling zerocopy v0.6.6
12172024-07-30T18:50:28.767Z Compiling signal-hook-mio v0.2.3
12182024-07-30T18:50:28.927Z Compiling phf v0.11.2
12192024-07-30T18:50:29.223Z Compiling cookie_store v0.20.0
12202024-07-30T18:50:29.403Z Compiling hubpack v0.1.2
12212024-07-30T18:50:30.043Z Compiling hyper v0.14.28
12222024-07-30T18:50:30.376Z Compiling inout v0.1.3
12232024-07-30T18:50:30.651Z Compiling ipnetwork v0.20.0
12242024-07-30T18:50:31.065Z Compiling postgres-types v0.2.7
12252024-07-30T18:50:31.945Z Compiling usdt-attr-macro v0.5.0
12262024-07-30T18:50:32.631Z Compiling usdt-macro v0.5.0
12272024-07-30T18:50:33.594Z Compiling regex v1.10.5
12282024-07-30T18:50:33.644Z Compiling serde_urlencoded v0.7.1
12292024-07-30T18:50:33.879Z Compiling num-bigint v0.4.5
12302024-07-30T18:50:34.135Z Compiling futures-executor v0.3.30
12312024-07-30T18:50:34.189Z Compiling enum-as-inner v0.5.1
12322024-07-30T18:50:34.677Z Compiling hkdf v0.12.4
12332024-07-30T18:50:34.724Z Compiling crypto-bigint v0.5.5
12342024-07-30T18:50:34.925Z Compiling strum_macros v0.25.3
12352024-07-30T18:50:35.217Z Compiling clap_derive v4.5.8
12362024-07-30T18:50:35.261Z Compiling serde_repr v0.1.19
12372024-07-30T18:50:36.302Z Compiling phf_shared v0.10.0
12382024-07-30T18:50:36.431Z Compiling float-cmp v0.9.0
12392024-07-30T18:50:36.659Z Compiling encoding_rs v0.8.34
12402024-07-30T18:50:36.716Z Compiling hyper-rustls v0.24.2
12412024-07-30T18:50:37.067Z Compiling hyper-tls v0.5.0
12422024-07-30T18:50:37.396Z Compiling precomputed-hash v0.1.1
12432024-07-30T18:50:37.509Z Compiling unicode-segmentation v1.11.0
12442024-07-30T18:50:38.342Z Compiling fixedbitset v0.4.2
12452024-07-30T18:50:38.815Z Compiling normalize-line-endings v0.3.0
12462024-07-30T18:50:38.940Z Compiling mime v0.3.17
12472024-07-30T18:50:39.383Z Compiling static_assertions v1.1.0
12482024-07-30T18:50:39.488Z Compiling data-encoding v2.6.0
12492024-07-30T18:50:39.548Z Compiling whoami v1.5.1
12502024-07-30T18:50:40.083Z Compiling difflib v0.4.0
12512024-07-30T18:50:40.208Z Compiling predicates-core v1.0.6
12522024-07-30T18:50:40.388Z Compiling new_debug_unreachable v1.0.6
12532024-07-30T18:50:40.477Z Compiling webpki-roots v0.25.4
12542024-07-30T18:50:40.585Z Compiling sync_wrapper v0.1.2
12552024-07-30T18:50:40.637Z Compiling minimal-lexical v0.2.1
12562024-07-30T18:50:40.712Z Compiling reqwest v0.11.27
12572024-07-30T18:50:40.790Z Compiling predicates v3.1.0
12582024-07-30T18:50:40.820Z Compiling diesel v2.1.6
12592024-07-30T18:50:41.142Z Compiling nom v7.1.3
12602024-07-30T18:50:41.246Z Compiling string_cache v0.8.7
12612024-07-30T18:50:41.738Z Compiling console v0.15.8
12622024-07-30T18:50:41.774Z Compiling clap v4.5.9
12632024-07-30T18:50:41.895Z Compiling trust-dns-proto v0.22.0
12642024-07-30T18:50:41.956Z Compiling tokio-postgres v0.7.11
12652024-07-30T18:50:42.635Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12662024-07-30T18:50:43.319Z Compiling toml_edit v0.22.16
12672024-07-30T18:50:44.591Z Compiling petgraph v0.6.5
12682024-07-30T18:50:44.762Z Compiling similar v2.5.0
12692024-07-30T18:50:47.417Z Compiling elliptic-curve v0.13.8
12702024-07-30T18:50:47.709Z Compiling usdt v0.5.0
12712024-07-30T18:50:48.183Z Compiling yasna v0.5.2
12722024-07-30T18:50:48.208Z Compiling futures v0.3.30
12732024-07-30T18:50:48.326Z Compiling flate2 v1.0.30
12742024-07-30T18:50:48.547Z Compiling toml v0.7.8
12752024-07-30T18:50:49.282Z Compiling cipher v0.4.4
12762024-07-30T18:50:49.806Z Compiling crossterm v0.27.0
12772024-07-30T18:50:50.055Z Compiling bit-set v0.5.3
12782024-07-30T18:50:50.248Z Compiling itertools v0.10.5
12792024-07-30T18:50:50.323Z Compiling itertools v0.12.1
12802024-07-30T18:50:50.457Z Compiling tokio-stream v0.1.15
12812024-07-30T18:50:50.816Z Compiling openapiv3 v2.0.0
12822024-07-30T18:50:51.419Z Compiling bstr v1.9.1
12832024-07-30T18:50:51.918Z Compiling hex v0.4.3
12842024-07-30T18:50:52.526Z Compiling num-iter v0.1.45
12852024-07-30T18:50:52.707Z Compiling crossbeam-epoch v0.9.18
12862024-07-30T18:50:53.071Z Compiling dirs-sys-next v0.1.2
12872024-07-30T18:50:53.312Z Compiling peg-runtime v0.8.3
12882024-07-30T18:50:53.497Z Compiling unicode-xid v0.2.4
12892024-07-30T18:50:53.511Z Compiling lalrpop-util v0.19.12
12902024-07-30T18:50:53.610Z Compiling dirs-next v2.0.0
12912024-07-30T18:50:53.664Z Compiling thread_local v1.1.8
12922024-07-30T18:50:53.722Z Compiling slog-async v2.8.0
12932024-07-30T18:50:53.789Z Compiling term v0.7.0
12942024-07-30T18:50:53.852Z Compiling xattr v1.3.1
12952024-07-30T18:50:54.028Z Compiling crossbeam-channel v0.5.12
12962024-07-30T18:50:54.121Z Compiling strum_macros v0.26.4
12972024-07-30T18:50:54.285Z Compiling filetime v0.2.23
12982024-07-30T18:50:54.287Z Compiling is-terminal v0.4.12
12992024-07-30T18:50:54.426Z Compiling take_mut v0.2.2
13002024-07-30T18:50:54.585Z Compiling tar v0.4.41
13012024-07-30T18:50:54.639Z Compiling slog-term v2.9.1
13022024-07-30T18:50:55.280Z Compiling camino v1.1.7
13032024-07-30T18:50:57.627Z Compiling strum v0.26.3
13042024-07-30T18:51:08.886Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13052024-07-30T18:51:09.100Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13062024-07-30T18:51:14.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 33s
13072024-07-30T18:51:14.263Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13082024-07-30T18:51:14.303ZJul 30 18:51:13.499 INFO Starting download, target: Clickhouse
13092024-07-30T18:51:14.303ZJul 30 18:51:13.499 INFO Starting download, target: Cockroach
13102024-07-30T18:51:14.303ZJul 30 18:51:13.499 INFO Starting download, target: DendriteOpenapi
13112024-07-30T18:51:14.306ZJul 30 18:51:13.499 INFO Starting download, target: DendriteStub
13122024-07-30T18:51:14.306ZJul 30 18:51:13.499 INFO Starting download, target: Console
13132024-07-30T18:51:14.306ZJul 30 18:51:13.499 INFO Starting download, target: MaghemiteMgd
13142024-07-30T18:51:14.306ZJul 30 18:51:13.499 INFO Starting download, target: TransceiverControl
13152024-07-30T18:51:14.306ZJul 30 18:51:13.500 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13162024-07-30T18:51:14.306ZJul 30 18:51:13.500 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi
13172024-07-30T18:51:14.306ZJul 30 18:51:13.500 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13182024-07-30T18:51:14.306ZJul 30 18:51:13.500 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13192024-07-30T18:51:14.306ZJul 30 18:51:13.500 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13202024-07-30T18:51:14.306ZJul 30 18:51:13.500 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13212024-07-30T18:51:14.306ZJul 30 18:51:13.500 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13222024-07-30T18:51:14.415ZJul 30 18:51:13.609 INFO Download complete, target: DendriteOpenapi
13232024-07-30T18:51:14.582ZJul 30 18:51:13.776 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13242024-07-30T18:51:15.012ZJul 30 18:51:14.208 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13252024-07-30T18:51:15.040ZJul 30 18:51:14.236 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13262024-07-30T18:51:15.047ZJul 30 18:51:14.243 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13272024-07-30T18:51:15.462ZJul 30 18:51:14.657 INFO Download complete, target: TransceiverControl
13282024-07-30T18:51:15.488ZJul 30 18:51:14.684 INFO Download complete, target: Console
13292024-07-30T18:51:16.454ZJul 30 18:51:15.650 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13302024-07-30T18:51:16.482ZJul 30 18:51:15.678 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13312024-07-30T18:51:16.482ZJul 30 18:51:15.678 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13322024-07-30T18:51:18.267ZJul 30 18:51:17.463 INFO Download complete, target: DendriteStub
13332024-07-30T18:51:18.529ZJul 30 18:51:17.724 INFO Download complete, target: MaghemiteMgd
13342024-07-30T18:51:25.303ZJul 30 18:51:24.497 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13352024-07-30T18:51:25.657ZJul 30 18:51:24.851 INFO Checking that binary works, target: Cockroach
13362024-07-30T18:51:25.825ZJul 30 18:51:25.020 INFO Download complete, target: Cockroach
13372024-07-30T18:51:31.274ZJul 30 18:51:30.468 INFO Checking that binary works, target: Clickhouse
13382024-07-30T18:51:31.546ZJul 30 18:51:30.740 INFO Download complete, target: Clickhouse
13392024-07-30T18:51:31.565ZAll builder prerequisites installed successfully, and PATH looks valid
13402024-07-30T18:51:31.568Z
13412024-07-30T18:51:31.569Zreal 4:34.597264895
13422024-07-30T18:51:31.569Zuser 11:49.035365169
13432024-07-30T18:51:31.569Zsys 2:34.841527582
13442024-07-30T18:51:31.569Ztrap 0.435055257
13452024-07-30T18:51:31.569Ztflt 3.784335796
13462024-07-30T18:51:31.569Zdflt 5.379503207
13472024-07-30T18:51:31.569Zkflt 0.228034607
13482024-07-30T18:51:31.569Zlock 23:34.593419817
13492024-07-30T18:51:31.569Zslp 36:03.054063280
13502024-07-30T18:51:31.569Zlat 38.483485123
13512024-07-30T18:51:31.569Zstop 1:34.657456296
13522024-07-30T18:51:31.569Z+ banner hack-check
13532024-07-30T18:51:31.569Z
13542024-07-30T18:51:31.569Z # # ## #### # # #### # # ###### #### # #
13552024-07-30T18:51:31.569Z # # # # # # # # # # # # # # # # #
13562024-07-30T18:51:31.569Z ###### # # # #### ##### # ###### ##### # ####
13572024-07-30T18:51:31.569Z # # ###### # # # # # # # # # #
13582024-07-30T18:51:31.569Z # # # # # # # # # # # # # # # # #
13592024-07-30T18:51:31.569Z # # # # #### # # #### # # ###### #### # #
13602024-07-30T18:51:31.569Z
13612024-07-30T18:51:31.569Z+ export CARGO_INCREMENTAL=0
13622024-07-30T18:51:31.569Z+ CARGO_INCREMENTAL=0
13632024-07-30T18:51:31.569Z+ ptime -m timeout 2h cargo xtask check-features --ci
13642024-07-30T18:51:32.079Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13652024-07-30T18:51:35.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s
13662024-07-30T18:51:35.957Z Running `target/debug/xtask check-features --ci`
13672024-07-30T18:51:35.976Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
13682024-07-30T18:51:35.976Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
13692024-07-30T18:51:36.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
13702024-07-30T18:51:36.432Z Running `target/debug/xtask download cargo-hack`
13712024-07-30T18:51:37.162Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13722024-07-30T18:51:37.446Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13732024-07-30T18:51:41.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
13742024-07-30T18:51:41.934Z Running `target/debug/xtask-downloader cargo-hack`
13752024-07-30T18:51:41.961ZJul 30 18:51:41.154 INFO Starting download, target: CargoHack
13762024-07-30T18:51:41.964ZJul 30 18:51:41.155 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
13772024-07-30T18:51:42.542ZJul 30 18:51:41.735 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
13782024-07-30T18:51:42.648ZJul 30 18:51:41.840 INFO Download complete, target: CargoHack
13792024-07-30T18:51:42.651Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
13802024-07-30T18:51:42.667Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
13812024-07-30T18:51:42.802Zinfo: running `cargo check --bins` on api_identity (1/142)
13822024-07-30T18:51:43.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13832024-07-30T18:51:43.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13842024-07-30T18:51:43.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13852024-07-30T18:51:43.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
13862024-07-30T18:51:43.342Z
13872024-07-30T18:51:43.342Zinfo: running `cargo check --bins` on bootstore (2/142)
13882024-07-30T18:51:43.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13892024-07-30T18:51:43.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13902024-07-30T18:51:43.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13912024-07-30T18:51:43.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
13922024-07-30T18:51:43.933Z
13932024-07-30T18:51:43.934Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/142)
13942024-07-30T18:51:44.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13952024-07-30T18:51:44.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13962024-07-30T18:51:44.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13972024-07-30T18:51:44.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
13982024-07-30T18:51:44.497Z
13992024-07-30T18:51:44.497Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/142)
14002024-07-30T18:51:45.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14012024-07-30T18:51:45.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14022024-07-30T18:51:45.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14032024-07-30T18:51:45.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
14042024-07-30T18:51:45.066Z
14052024-07-30T18:51:45.066Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/142)
14062024-07-30T18:51:45.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14072024-07-30T18:51:45.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14082024-07-30T18:51:45.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14092024-07-30T18:51:45.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
14102024-07-30T18:51:45.499Z
14112024-07-30T18:51:45.499Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/142)
14122024-07-30T18:51:45.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14132024-07-30T18:51:45.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14142024-07-30T18:51:45.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14152024-07-30T18:51:45.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14162024-07-30T18:51:45.936Z
14172024-07-30T18:51:45.936Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/142)
14182024-07-30T18:51:46.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14192024-07-30T18:51:46.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14202024-07-30T18:51:46.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14212024-07-30T18:51:46.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
14222024-07-30T18:51:46.355Z
14232024-07-30T18:51:46.355Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/142)
14242024-07-30T18:51:46.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14252024-07-30T18:51:46.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14262024-07-30T18:51:46.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14272024-07-30T18:51:46.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14282024-07-30T18:51:46.783Z
14292024-07-30T18:51:46.783Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/142)
14302024-07-30T18:51:47.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14312024-07-30T18:51:47.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14322024-07-30T18:51:47.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14332024-07-30T18:51:47.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14342024-07-30T18:51:47.213Z
14352024-07-30T18:51:47.213Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/142)
14362024-07-30T18:51:47.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14372024-07-30T18:51:47.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14382024-07-30T18:51:47.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14392024-07-30T18:51:47.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
14402024-07-30T18:51:47.635Z
14412024-07-30T18:51:47.635Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/142)
14422024-07-30T18:51:48.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14432024-07-30T18:51:48.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14442024-07-30T18:51:48.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14452024-07-30T18:51:48.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
14462024-07-30T18:51:48.059Z
14472024-07-30T18:51:48.059Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/142)
14482024-07-30T18:51:48.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14492024-07-30T18:51:48.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14502024-07-30T18:51:48.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14512024-07-30T18:51:48.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14522024-07-30T18:51:48.485Z
14532024-07-30T18:51:48.485Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/142)
14542024-07-30T18:51:48.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14552024-07-30T18:51:48.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14562024-07-30T18:51:48.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14572024-07-30T18:51:48.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14582024-07-30T18:51:48.911Z
14592024-07-30T18:51:48.911Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/142)
14602024-07-30T18:51:49.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14612024-07-30T18:51:49.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14622024-07-30T18:51:49.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14632024-07-30T18:51:49.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
14642024-07-30T18:51:49.332Z
14652024-07-30T18:51:49.332Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/142)
14662024-07-30T18:51:49.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14672024-07-30T18:51:49.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14682024-07-30T18:51:49.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14692024-07-30T18:51:49.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
14702024-07-30T18:51:49.758Z
14712024-07-30T18:51:49.758Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/142)
14722024-07-30T18:51:50.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14732024-07-30T18:51:50.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14742024-07-30T18:51:50.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14752024-07-30T18:51:50.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
14762024-07-30T18:51:50.177Z
14772024-07-30T18:51:50.178Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/142)
14782024-07-30T18:51:50.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14792024-07-30T18:51:50.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14802024-07-30T18:51:50.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14812024-07-30T18:51:50.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
14822024-07-30T18:51:50.600Z
14832024-07-30T18:51:50.600Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/142)
14842024-07-30T18:51:50.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14852024-07-30T18:51:50.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14862024-07-30T18:51:50.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14872024-07-30T18:51:51.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14882024-07-30T18:51:51.029Z
14892024-07-30T18:51:51.029Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/142)
14902024-07-30T18:51:51.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14912024-07-30T18:51:51.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14922024-07-30T18:51:51.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14932024-07-30T18:51:51.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14942024-07-30T18:51:51.464Z
14952024-07-30T18:51:51.464Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/142)
14962024-07-30T18:51:51.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14972024-07-30T18:51:51.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14982024-07-30T18:51:51.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14992024-07-30T18:51:51.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
15002024-07-30T18:51:51.898Z
15012024-07-30T18:51:51.898Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/142)
15022024-07-30T18:51:52.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15032024-07-30T18:51:52.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15042024-07-30T18:51:52.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15052024-07-30T18:51:52.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
15062024-07-30T18:51:52.332Z
15072024-07-30T18:51:52.332Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/142)
15082024-07-30T18:51:52.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15092024-07-30T18:51:52.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15102024-07-30T18:51:52.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15112024-07-30T18:51:52.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
15122024-07-30T18:51:52.763Z
15132024-07-30T18:51:52.763Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/142)
15142024-07-30T18:51:53.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15152024-07-30T18:51:53.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15162024-07-30T18:51:53.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15172024-07-30T18:51:53.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
15182024-07-30T18:51:53.200Z
15192024-07-30T18:51:53.200Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/142)
15202024-07-30T18:51:53.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15212024-07-30T18:51:53.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15222024-07-30T18:51:53.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15232024-07-30T18:51:53.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
15242024-07-30T18:51:53.621Z
15252024-07-30T18:51:53.621Zinfo: running `cargo check --bins` on sled-hardware-types (25/142)
15262024-07-30T18:51:54.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15272024-07-30T18:51:54.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15282024-07-30T18:51:54.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15292024-07-30T18:51:54.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15302024-07-30T18:51:54.204Z
15312024-07-30T18:51:54.204Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/142)
15322024-07-30T18:51:54.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15332024-07-30T18:51:54.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15342024-07-30T18:51:54.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15352024-07-30T18:51:54.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
15362024-07-30T18:51:54.776Z
15372024-07-30T18:51:54.776Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/142)
15382024-07-30T18:51:55.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15392024-07-30T18:51:55.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15402024-07-30T18:51:55.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15412024-07-30T18:51:55.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15422024-07-30T18:51:55.360Z
15432024-07-30T18:51:55.360Zinfo: running `cargo check --bins` on oxlog (28/142)
15442024-07-30T18:51:55.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15452024-07-30T18:51:55.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15462024-07-30T18:51:55.925Z Checking cfg-if v1.0.0
15472024-07-30T18:51:55.928Z Checking libc v0.2.155
15482024-07-30T18:51:56.004Z Checking scopeguard v1.2.0
15492024-07-30T18:51:56.007Z Checking serde v1.0.204
15502024-07-30T18:51:56.018Z Checking memchr v2.7.2
15512024-07-30T18:51:56.020Z Checking log v0.4.21
15522024-07-30T18:51:56.020Z Checking byteorder v1.5.0
15532024-07-30T18:51:56.045Z Checking itoa v1.0.11
15542024-07-30T18:51:56.056Z Checking zeroize v1.7.0
15552024-07-30T18:51:56.110Z Checking lock_api v0.4.12
15562024-07-30T18:51:56.224Z Checking once_cell v1.19.0
15572024-07-30T18:51:56.279Z Checking smallvec v1.13.2
15582024-07-30T18:51:56.300Z Checking pin-project-lite v0.2.14
15592024-07-30T18:51:56.414Z Checking typenum v1.17.0
15602024-07-30T18:51:56.447Z Checking zerocopy v0.7.34
15612024-07-30T18:51:56.524Z Checking tinyvec_macros v0.1.1
15622024-07-30T18:51:56.538Z Checking spin v0.9.8
15632024-07-30T18:51:56.599Z Checking futures-core v0.3.30
15642024-07-30T18:51:56.613Z Checking tinyvec v1.6.0
15652024-07-30T18:51:56.772Z Checking libm v0.2.8
15662024-07-30T18:51:56.864Z Checking ryu v1.0.18
15672024-07-30T18:51:56.879Z Checking subtle v2.5.0
15682024-07-30T18:51:57.075Z Checking getrandom v0.2.14
15692024-07-30T18:51:57.088Z Checking parking_lot_core v0.9.10
15702024-07-30T18:51:57.124Z Checking signal-hook-registry v1.4.2
15712024-07-30T18:51:57.308Z Checking rand_core v0.6.4
15722024-07-30T18:51:57.345Z Checking mio v0.8.11
15732024-07-30T18:51:57.399Z Checking parking_lot v0.12.2
15742024-07-30T18:51:57.584Z Checking num_cpus v1.16.0
15752024-07-30T18:51:57.671Z Checking socket2 v0.5.7
15762024-07-30T18:51:57.693Z Checking const-oid v0.9.6
15772024-07-30T18:51:57.717Z Checking num-traits v0.2.19
15782024-07-30T18:51:57.729Z Checking generic-array v0.14.7
15792024-07-30T18:51:57.845Z Checking unicode-normalization v0.1.23
15802024-07-30T18:51:57.895Z Checking ahash v0.8.11
15812024-07-30T18:51:57.955Z Checking unicode-bidi v0.3.15
15822024-07-30T18:51:58.118Z Checking futures-sink v0.3.30
15832024-07-30T18:51:58.262Z Checking allocator-api2 v0.2.18
15842024-07-30T18:51:58.415Z Checking equivalent v1.0.1
15852024-07-30T18:51:58.518Z Checking futures-channel v0.3.30
15862024-07-30T18:51:58.541Z Checking slab v0.4.9
15872024-07-30T18:51:58.709Z Checking futures-task v0.3.30
15882024-07-30T18:51:58.788Z Checking futures-io v0.3.30
15892024-07-30T18:51:58.850Z Checking hashbrown v0.14.5
15902024-07-30T18:51:58.880Z Checking pin-utils v0.1.0
15912024-07-30T18:51:58.934Z Checking crypto-common v0.1.6
15922024-07-30T18:51:58.948Z Checking block-buffer v0.10.4
15932024-07-30T18:51:58.962Z Checking futures-util v0.3.30
15942024-07-30T18:51:58.974Z Checking percent-encoding v2.3.1
15952024-07-30T18:51:59.107Z Checking ppv-lite86 v0.2.17
15962024-07-30T18:51:59.145Z Checking tracing-core v0.1.32
15972024-07-30T18:51:59.158Z Checking fnv v1.0.7
15982024-07-30T18:51:59.274Z Checking untrusted v0.9.0
15992024-07-30T18:51:59.423Z Checking ring v0.17.8
16002024-07-30T18:51:59.463Z Checking thiserror v1.0.63
16012024-07-30T18:51:59.476Z Checking digest v0.10.7
16022024-07-30T18:51:59.587Z Checking base64ct v1.6.0
16032024-07-30T18:51:59.768Z Checking rand_chacha v0.3.1
16042024-07-30T18:51:59.782Z Checking tracing v0.1.40
16052024-07-30T18:51:59.846Z Checking iana-time-zone v0.1.60
16062024-07-30T18:51:59.979Z Checking foreign-types-shared v0.1.1
16072024-07-30T18:52:00.041Z Checking powerfmt v0.2.0
16082024-07-30T18:52:00.060Z Checking pem-rfc7468 v0.7.0
16092024-07-30T18:52:00.072Z Checking foreign-types v0.3.2
16102024-07-30T18:52:00.099Z Checking hmac v0.12.1
16112024-07-30T18:52:00.144Z Checking form_urlencoded v1.2.1
16122024-07-30T18:52:00.148Z Checking rand v0.8.5
16132024-07-30T18:52:00.290Z Checking deranged v0.3.11
16142024-07-30T18:52:00.290Z Checking openssl-sys v0.9.103
16152024-07-30T18:52:00.314Z Checking time-core v0.1.2
16162024-07-30T18:52:00.341Z Checking try-lock v0.2.5
16172024-07-30T18:52:00.457Z Checking num-conv v0.1.0
16182024-07-30T18:52:00.470Z Checking unicode-ident v1.0.12
16192024-07-30T18:52:00.636Z Checking num_threads v0.1.7
16202024-07-30T18:52:00.708Z Checking flagset v0.4.5
16212024-07-30T18:52:00.738Z Checking siphasher v0.3.11
16222024-07-30T18:52:00.897Z Checking der v0.7.9
16232024-07-30T18:52:01.057Z Checking proc-macro2 v1.0.86
16242024-07-30T18:52:01.175Z Checking bytes v1.6.0
16252024-07-30T18:52:01.196Z Checking bitflags v2.6.0
16262024-07-30T18:52:01.411Z Checking serde_json v1.0.120
16272024-07-30T18:52:01.486Z Checking indexmap v2.2.6
16282024-07-30T18:52:01.621Z Checking uuid v1.10.0
16292024-07-30T18:52:01.702Z Checking chrono v0.4.38
16302024-07-30T18:52:01.951Z Checking tokio v1.38.1
16312024-07-30T18:52:02.163Z Checking http v0.2.12
16322024-07-30T18:52:02.206Z Checking time v0.3.36
16332024-07-30T18:52:02.656Z Checking openssl v0.10.66
16342024-07-30T18:52:02.713Z Checking rustls-webpki v0.101.7
16352024-07-30T18:52:03.078Z Checking sct v0.7.1
16362024-07-30T18:52:03.259Z Checking want v0.3.1
16372024-07-30T18:52:03.419Z Checking idna v0.5.0
16382024-07-30T18:52:03.432Z Checking httparse v1.8.0
16392024-07-30T18:52:03.500Z Checking http-body v0.4.6
16402024-07-30T18:52:03.787Z Checking errno v0.3.9
16412024-07-30T18:52:03.823Z Checking socket2 v0.4.10
16422024-07-30T18:52:03.888Z Checking lazy_static v1.5.0
16432024-07-30T18:52:03.944Z Checking aho-corasick v1.1.3
16442024-07-30T18:52:03.997Z Checking scroll v0.12.0
16452024-07-30T18:52:04.223Z Checking httpdate v1.0.3
16462024-07-30T18:52:04.226Z Checking tower-service v0.3.2
16472024-07-30T18:52:04.246Z Checking cpufeatures v0.2.12
16482024-07-30T18:52:04.329Z Checking adler v1.0.2
16492024-07-30T18:52:04.341Z Checking utf8parse v0.2.1
16502024-07-30T18:52:04.420Z Checking anstyle v1.0.7
16512024-07-30T18:52:04.433Z Checking plain v0.2.3
16522024-07-30T18:52:04.466Z Checking ucd-trie v0.1.6
16532024-07-30T18:52:04.479Z Checking finl_unicode v1.2.0
16542024-07-30T18:52:04.561Z Checking openssl-probe v0.1.5
16552024-07-30T18:52:04.616Z Checking regex-syntax v0.8.3
16562024-07-30T18:52:04.649Z Checking pest v2.7.10
16572024-07-30T18:52:04.687Z Checking goblin v0.8.2
16582024-07-30T18:52:04.765Z Checking miniz_oxide v0.7.2
16592024-07-30T18:52:05.030Z Checking stringprep v0.1.4
16602024-07-30T18:52:05.292Z Checking anstyle-parse v0.2.4
16612024-07-30T18:52:05.470Z Checking sha2 v0.10.8
16622024-07-30T18:52:05.551Z Checking url v2.5.2
16632024-07-30T18:52:05.622Z Checking rustix v0.38.34
16642024-07-30T18:52:06.009Z Checking rustls v0.21.12
16652024-07-30T18:52:06.279Z Checking spki v0.7.3
16662024-07-30T18:52:06.562Z Checking quote v1.0.36
16672024-07-30T18:52:06.922Z Checking serde_spanned v0.6.6
16682024-07-30T18:52:07.109Z Checking toml_datetime v0.6.6
16692024-07-30T18:52:07.113Z Checking md-5 v0.10.6
16702024-07-30T18:52:07.331Z Checking num-integer v0.1.46
16712024-07-30T18:52:07.359Z Checking idna v0.3.0
16722024-07-30T18:52:07.613Z Checking hash32 v0.2.1
16732024-07-30T18:52:07.768Z Checking regex-automata v0.4.6
16742024-07-30T18:52:07.784Z Checking psl-types v2.0.11
16752024-07-30T18:52:07.916Z Checking colorchoice v1.0.1
16762024-07-30T18:52:07.942Z Checking dyn-clone v1.0.17
16772024-07-30T18:52:07.984Z Checking native-tls v0.2.11
16782024-07-30T18:52:08.031Z Checking pretty-hex v0.4.1
16792024-07-30T18:52:08.062Z Checking gimli v0.28.1
16802024-07-30T18:52:08.160Z Checking is_terminal_polyfill v1.70.0
16812024-07-30T18:52:08.268Z Checking anstyle-query v1.0.3
16822024-07-30T18:52:08.271Z Checking base64 v0.22.1
16832024-07-30T18:52:08.279Z Checking fallible-iterator v0.2.0
16842024-07-30T18:52:08.309Z Checking stable_deref_trait v1.2.0
16852024-07-30T18:52:08.402Z Checking heapless v0.7.17
16862024-07-30T18:52:08.605Z Checking tokio-util v0.7.11
16872024-07-30T18:52:08.726Z Checking tokio-native-tls v0.3.1
16882024-07-30T18:52:08.849Z Checking postgres-protocol v0.6.7
16892024-07-30T18:52:08.978Z Checking anstream v0.6.14
16902024-07-30T18:52:09.142Z Checking tokio-rustls v0.24.1
16912024-07-30T18:52:09.342Z Checking publicsuffix v2.2.3
16922024-07-30T18:52:09.429Z Checking h2 v0.3.26
16932024-07-30T18:52:09.462Z Checking schemars v0.8.21
16942024-07-30T18:52:09.471Z Checking terminal_size v0.3.0
16952024-07-30T18:52:09.471Z Checking dtrace-parser v0.2.0
16962024-07-30T18:52:09.548Z Checking syn v2.0.72
16972024-07-30T18:52:09.570Z Checking dof v0.3.0
16982024-07-30T18:52:09.628Z Checking pkcs8 v0.10.2
16992024-07-30T18:52:09.873Z Checking cookie v0.17.0
17002024-07-30T18:52:09.945Z Checking phf_shared v0.11.2
17012024-07-30T18:52:10.148Z Checking signal-hook v0.3.17
17022024-07-30T18:52:10.229Z Checking block-padding v0.3.3
17032024-07-30T18:52:10.281Z Checking scheduled-thread-pool v0.2.7
17042024-07-30T18:52:10.419Z Checking ff v0.13.0
17052024-07-30T18:52:10.484Z Checking thread-id v4.2.1
17062024-07-30T18:52:10.498Z Checking object v0.32.2
17072024-07-30T18:52:10.586Z Checking ipnet v2.9.0
17082024-07-30T18:52:10.638Z Checking matches v0.1.10
17092024-07-30T18:52:10.723Z Checking strsim v0.11.1
17102024-07-30T18:52:10.980Z Checking clap_lex v0.7.0
17112024-07-30T18:52:11.003Z Checking bitflags v1.3.2
17122024-07-30T18:52:11.046Z Checking managed v0.8.0
17132024-07-30T18:52:11.092Z Checking base16ct v0.2.0
17142024-07-30T18:52:11.200Z Checking regex-automata v0.1.10
17152024-07-30T18:52:11.268Z Checking bit-vec v0.6.3
17162024-07-30T18:52:11.407Z Checking winnow v0.5.40
17172024-07-30T18:52:11.570Z Checking rustc-demangle v0.1.24
17182024-07-30T18:52:11.593Z Checking base64 v0.21.7
17192024-07-30T18:52:11.830Z Checking addr2line v0.21.0
17202024-07-30T18:52:11.985Z Checking either v1.12.0
17212024-07-30T18:52:12.033Z Checking rustls-pemfile v1.0.4
17222024-07-30T18:52:12.196Z Checking bstr v0.2.17
17232024-07-30T18:52:12.257Z Checking regex v1.10.5
17242024-07-30T18:52:12.300Z Checking smoltcp v0.9.1
17252024-07-30T18:52:12.333Z Checking sec1 v0.7.3
17262024-07-30T18:52:12.710Z Checking clap_builder v4.5.9
17272024-07-30T18:52:12.847Z Checking ipnetwork v0.20.0
17282024-07-30T18:52:13.005Z Checking idna v0.2.3
17292024-07-30T18:52:13.194Z Checking group v0.13.0
17302024-07-30T18:52:13.456Z Checking signal-hook-mio v0.2.3
17312024-07-30T18:52:13.579Z Checking r2d2 v0.8.10
17322024-07-30T18:52:13.815Z Checking inout v0.1.3
17332024-07-30T18:52:13.849Z Checking cookie_store v0.20.0
17342024-07-30T18:52:13.879Z Checking phf v0.11.2
17352024-07-30T18:52:14.027Z Checking postgres-types v0.2.7
17362024-07-30T18:52:14.150Z Checking num-bigint v0.4.5
17372024-07-30T18:52:14.454Z Checking futures-executor v0.3.30
17382024-07-30T18:52:14.514Z Checking toml_edit v0.19.15
17392024-07-30T18:52:14.684Z Checking hubpack v0.1.2
17402024-07-30T18:52:14.698Z Checking serde_urlencoded v0.7.1
17412024-07-30T18:52:14.961Z Checking phf_shared v0.10.0
17422024-07-30T18:52:15.085Z Checking hkdf v0.12.4
17432024-07-30T18:52:15.223Z Checking zerocopy v0.6.6
17442024-07-30T18:52:15.289Z Checking crossbeam-utils v0.8.19
17452024-07-30T18:52:15.427Z Checking hyper v0.14.28
17462024-07-30T18:52:15.607Z Checking crc32fast v1.4.0
17472024-07-30T18:52:15.821Z Checking float-cmp v0.9.0
17482024-07-30T18:52:15.962Z Checking usdt-impl v0.5.0
17492024-07-30T18:52:15.965Z Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17502024-07-30T18:52:15.991Z Checking crypto-bigint v0.5.5
17512024-07-30T18:52:16.019Z Checking memmap v0.7.0
17522024-07-30T18:52:16.200Z Checking encoding_rs v0.8.34
17532024-07-30T18:52:16.213Z Checking sync_wrapper v0.1.2
17542024-07-30T18:52:16.325Z Checking mime v0.3.17
17552024-07-30T18:52:16.469Z Checking unicode-width v0.1.13
17562024-07-30T18:52:16.487Z Checking backtrace v0.3.71
17572024-07-30T18:52:16.617Z Checking normalize-line-endings v0.3.0
17582024-07-30T18:52:16.630Z Checking static_assertions v1.1.0
17592024-07-30T18:52:16.643Z Checking whoami v1.5.1
17602024-07-30T18:52:16.712Z Checking minimal-lexical v0.2.1
17612024-07-30T18:52:16.726Z Checking webpki-roots v0.25.4
17622024-07-30T18:52:16.870Z Checking data-encoding v2.6.0
17632024-07-30T18:52:16.919Z Checking new_debug_unreachable v1.0.6
17642024-07-30T18:52:16.970Z Checking predicates-core v1.0.6
17652024-07-30T18:52:17.002Z Checking precomputed-hash v0.1.1
17662024-07-30T18:52:17.016Z Checking unicode-segmentation v1.11.0
17672024-07-30T18:52:17.090Z Checking fixedbitset v0.4.2
17682024-07-30T18:52:17.107Z Checking difflib v0.4.0
17692024-07-30T18:52:17.138Z Checking winnow v0.6.8
17702024-07-30T18:52:17.343Z Checking petgraph v0.6.5
17712024-07-30T18:52:17.391Z Checking trust-dns-proto v0.22.0
17722024-07-30T18:52:17.413Z Checking predicates v3.1.0
17732024-07-30T18:52:17.630Z Checking similar v2.5.0
17742024-07-30T18:52:18.039Z Checking string_cache v0.8.7
17752024-07-30T18:52:18.330Z Checking nom v7.1.3
17762024-07-30T18:52:18.426Z Checking anyhow v1.0.86
17772024-07-30T18:52:18.465Z Checking toml v0.7.8
17782024-07-30T18:52:18.790Z Checking tokio-postgres v0.7.11
17792024-07-30T18:52:18.793Z Checking elliptic-curve v0.13.8
17802024-07-30T18:52:19.192Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17812024-07-30T18:52:19.480Z Checking console v0.15.8
17822024-07-30T18:52:20.028Z Checking yasna v0.5.2
17832024-07-30T18:52:20.170Z Checking toml_edit v0.22.16
17842024-07-30T18:52:20.689Z Checking usdt v0.5.0
17852024-07-30T18:52:20.911Z Checking diesel v2.1.6
17862024-07-30T18:52:20.930Z Checking crossbeam-epoch v0.9.18
17872024-07-30T18:52:21.192Z Checking flate2 v1.0.30
17882024-07-30T18:52:21.271Z Checking clap v4.5.9
17892024-07-30T18:52:21.332Z Checking futures v0.3.30
17902024-07-30T18:52:21.350Z Checking hyper-tls v0.5.0
17912024-07-30T18:52:21.378Z Checking hyper-rustls v0.24.2
17922024-07-30T18:52:21.443Z Checking cipher v0.4.4
17932024-07-30T18:52:21.626Z Checking crossterm v0.27.0
17942024-07-30T18:52:21.673Z Checking reqwest v0.11.27
17952024-07-30T18:52:21.769Z Checking itertools v0.12.1
17962024-07-30T18:52:21.786Z Checking itertools v0.10.5
17972024-07-30T18:52:21.839Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17982024-07-30T18:52:21.861Z Checking bstr v1.9.1
17992024-07-30T18:52:22.650Z Checking bit-set v0.5.3
18002024-07-30T18:52:22.745Z Checking tokio-stream v0.1.15
18012024-07-30T18:52:22.891Z Checking fs-err v2.11.0
18022024-07-30T18:52:23.324Z Checking num-iter v0.1.45
18032024-07-30T18:52:23.398Z Checking openapiv3 v2.0.0
18042024-07-30T18:52:23.433Z Checking hex v0.4.3
18052024-07-30T18:52:23.484Z Checking semver v1.0.23
18062024-07-30T18:52:23.495Z Checking slog v2.7.0
18072024-07-30T18:52:23.896Z Checking peg-runtime v0.8.3
18082024-07-30T18:52:23.939Z Checking lalrpop-util v0.19.12
18092024-07-30T18:52:23.956Z Checking camino v1.1.7
18102024-07-30T18:52:24.039Z Checking sigpipe v0.1.3
18112024-07-30T18:52:41.014Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18122024-07-30T18:52:41.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.93s
18132024-07-30T18:52:41.412Z
18142024-07-30T18:52:41.412Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/142)
18152024-07-30T18:52:41.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162024-07-30T18:52:41.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172024-07-30T18:52:42.017Z Compiling regress v0.9.1
18182024-07-30T18:52:42.099Z Checking sha1 v0.10.6
18192024-07-30T18:52:42.108Z Checking strum v0.26.3
18202024-07-30T18:52:42.124Z Checking heck v0.5.0
18212024-07-30T18:52:42.136Z Compiling getopts v0.2.21
18222024-07-30T18:52:42.139Z Checking dirs-sys-next v0.1.2
18232024-07-30T18:52:42.157Z Compiling unsafe-libyaml v0.2.11
18242024-07-30T18:52:42.280Z Checking http v1.1.0
18252024-07-30T18:52:42.296Z Checking dirs-next v2.0.0
18262024-07-30T18:52:42.319Z Checking thread_local v1.1.8
18272024-07-30T18:52:42.412Z Checking rustls-pki-types v1.7.0
18282024-07-30T18:52:42.519Z Compiling ident_case v1.0.1
18292024-07-30T18:52:42.579Z Checking term v0.7.0
18302024-07-30T18:52:42.681Z Compiling darling_core v0.20.9
18312024-07-30T18:52:42.840Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18322024-07-30T18:52:42.983Z Checking crossbeam-channel v0.5.12
18332024-07-30T18:52:43.128Z Checking atty v0.2.14
18342024-07-30T18:52:43.167Z Checking is-terminal v0.4.12
18352024-07-30T18:52:43.243Z Checking take_mut v0.2.2
18362024-07-30T18:52:43.285Z Compiling paste v1.0.15
18372024-07-30T18:52:43.380Z Compiling rustls v0.22.4
18382024-07-30T18:52:43.619Z Compiling serde_yaml v0.9.34+deprecated
18392024-07-30T18:52:43.622Z Checking humantime v2.1.0
18402024-07-30T18:52:43.700Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18412024-07-30T18:52:43.769Z Checking termcolor v1.4.1
18422024-07-30T18:52:43.915Z Checking utf-8 v0.7.6
18432024-07-30T18:52:44.064Z Checking slog-async v2.8.0
18442024-07-30T18:52:44.114Z Checking slog-term v2.9.1
18452024-07-30T18:52:44.130Z Checking rustls-webpki v0.102.4
18462024-07-30T18:52:44.162Z Checking env_logger v0.9.3
18472024-07-30T18:52:44.332Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18482024-07-30T18:52:44.568Z Compiling proc-macro-crate v1.3.1
18492024-07-30T18:52:44.587Z Compiling bitstruct_derive v0.1.0
18502024-07-30T18:52:44.677Z Compiling structmeta-derive v0.3.0
18512024-07-30T18:52:44.893Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18522024-07-30T18:52:45.014Z Compiling multer v3.1.0
18532024-07-30T18:52:45.276Z Checking ascii v1.1.0
18542024-07-30T18:52:45.487Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18552024-07-30T18:52:45.738Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18562024-07-30T18:52:45.939Z Checking match_cfg v0.1.0
18572024-07-30T18:52:46.022Z Checking bitstruct v0.1.1
18582024-07-30T18:52:46.035Z Checking hostname v0.3.1
18592024-07-30T18:52:46.120Z Compiling num_enum_derive v0.5.11
18602024-07-30T18:52:46.155Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18612024-07-30T18:52:47.061Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18622024-07-30T18:52:47.211Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18632024-07-30T18:52:47.804Z Compiling structmeta v0.3.0
18642024-07-30T18:52:47.840Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18652024-07-30T18:52:47.999Z Checking slog-json v2.6.1
18662024-07-30T18:52:48.123Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18672024-07-30T18:52:48.243Z Checking serde_arrays v0.1.0
18682024-07-30T18:52:48.257Z Checking erased-serde v0.3.31
18692024-07-30T18:52:48.373Z Compiling async-stream-impl v0.3.5
18702024-07-30T18:52:48.387Z Compiling foreign-types-macros v0.2.3
18712024-07-30T18:52:48.668Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
18722024-07-30T18:52:48.943Z Checking arc-swap v1.7.1
18732024-07-30T18:52:48.957Z Checking foreign-types-shared v0.3.1
18742024-07-30T18:52:49.058Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18752024-07-30T18:52:49.280Z Checking atomic-waker v1.1.2
18762024-07-30T18:52:49.333Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18772024-07-30T18:52:49.369Z Checking slog-scope v4.4.0
18782024-07-30T18:52:49.398Z Checking waitgroup v0.1.2
18792024-07-30T18:52:49.570Z Checking num_enum v0.5.11
18802024-07-30T18:52:49.591Z Compiling parse-display-derive v0.9.1
18812024-07-30T18:52:49.690Z Checking foreign-types v0.5.0
18822024-07-30T18:52:49.709Z Checking slog-bunyan v2.5.0
18832024-07-30T18:52:49.743Z Checking async-stream v0.3.5
18842024-07-30T18:52:49.794Z Compiling proc-macro-error v1.0.4
18852024-07-30T18:52:50.072Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18862024-07-30T18:52:50.141Z Compiling darling_macro v0.20.9
18872024-07-30T18:52:50.176Z Checking tungstenite v0.20.1
18882024-07-30T18:52:50.253Z Checking toml v0.8.15
18892024-07-30T18:52:50.640Z Checking tokio-rustls v0.25.0
18902024-07-30T18:52:50.751Z Checking rustls-pemfile v2.1.2
18912024-07-30T18:52:50.987Z Compiling heck v0.3.3
18922024-07-30T18:52:51.023Z Checking newtype-uuid v1.1.0
18932024-07-30T18:52:51.041Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
18942024-07-30T18:52:51.077Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18952024-07-30T18:52:51.166Z Compiling darling v0.20.9
18962024-07-30T18:52:51.237Z Checking cstr-argument v0.1.2
18972024-07-30T18:52:51.277Z Compiling serde_with_macros v3.8.3
18982024-07-30T18:52:51.388Z Checking serde_path_to_error v0.1.16
18992024-07-30T18:52:51.403Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19002024-07-30T18:52:51.893Z Checking hostname v0.4.0
19012024-07-30T18:52:51.977Z Checking instant v0.1.12
19022024-07-30T18:52:52.017Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19032024-07-30T18:52:52.086Z Checking fastrand v2.1.0
19042024-07-30T18:52:52.164Z Checking debug-ignore v1.0.5
19052024-07-30T18:52:52.267Z Checking pretty-hex v0.2.1
19062024-07-30T18:52:52.321Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19072024-07-30T18:52:52.405Z Checking tempfile v3.10.1
19082024-07-30T18:52:52.418Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19092024-07-30T18:52:52.458Z Checking backoff v0.4.0
19102024-07-30T18:52:52.752Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19112024-07-30T18:52:52.754Z Compiling zone_cfg_derive v0.1.2
19122024-07-30T18:52:52.812Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19132024-07-30T18:52:53.026Z Checking tokio-tungstenite v0.20.1
19142024-07-30T18:52:53.040Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19152024-07-30T18:52:53.488Z Checking slog-stdlog v4.1.1
19162024-07-30T18:52:53.649Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19172024-07-30T18:52:53.773Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19182024-07-30T18:52:53.796Z Checking tungstenite v0.21.0
19192024-07-30T18:52:54.097Z Checking colored v2.1.0
19202024-07-30T18:52:54.284Z Checking macaddr v1.0.1
19212024-07-30T18:52:54.398Z Checking base64 v0.13.1
19222024-07-30T18:52:54.472Z Checking serde_with v3.8.3
19232024-07-30T18:52:54.629Z Checking tokio-tungstenite v0.21.0
19242024-07-30T18:52:54.661Z Checking parse-display v0.9.1
19252024-07-30T18:52:54.786Z Checking ron v0.7.1
19262024-07-30T18:52:54.883Z Checking zone v0.1.8
19272024-07-30T18:52:55.077Z Checking slog-envlogger v2.2.0
19282024-07-30T18:52:55.293Z Checking pem v3.0.4
19292024-07-30T18:52:55.566Z Checking tabwriter v1.4.0
19302024-07-30T18:52:55.599Z Checking xattr v1.3.1
19312024-07-30T18:52:55.789Z Checking portpicker v0.1.1
19322024-07-30T18:52:55.803Z Checking headers-core v0.2.0
19332024-07-30T18:52:55.924Z Checking smf v0.2.3
19342024-07-30T18:52:55.937Z Checking filetime v0.2.23
19352024-07-30T18:52:56.016Z Checking same-file v1.0.6
19362024-07-30T18:52:56.137Z Checking tar v0.4.41
19372024-07-30T18:52:56.191Z Checking walkdir v2.5.0
19382024-07-30T18:52:56.325Z Checking headers v0.3.9
19392024-07-30T18:52:56.375Z Checking rcgen v0.12.1
19402024-07-30T18:52:56.462Z Checking atomicwrites v0.4.3
19412024-07-30T18:52:56.659Z Checking camino-tempfile v1.1.1
19422024-07-30T18:52:56.882Z Checking subprocess v0.2.9
19432024-07-30T18:52:58.274Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19442024-07-30T18:52:58.523Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19452024-07-30T18:52:59.637Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19462024-07-30T18:53:01.678Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19472024-07-30T18:53:01.742Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19482024-07-30T18:53:04.928Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19492024-07-30T18:53:11.843Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19502024-07-30T18:53:11.967Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19512024-07-30T18:53:11.970Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19522024-07-30T18:53:14.338Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19532024-07-30T18:53:14.661Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19542024-07-30T18:53:19.987Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19552024-07-30T18:53:21.312Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19562024-07-30T18:53:22.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.93s
19572024-07-30T18:53:22.483Z
19582024-07-30T18:53:22.483Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/142)
19592024-07-30T18:53:23.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602024-07-30T18:53:23.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612024-07-30T18:53:23.084Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19622024-07-30T18:53:24.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
19632024-07-30T18:53:24.380Z
19642024-07-30T18:53:24.380Zinfo: running `cargo check --bins` on nexus-config (31/142)
19652024-07-30T18:53:24.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662024-07-30T18:53:24.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672024-07-30T18:53:24.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682024-07-30T18:53:24.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19692024-07-30T18:53:24.952Z
19702024-07-30T18:53:24.952Zinfo: running `cargo check --bins` on omicron-rpaths (32/142)
19712024-07-30T18:53:25.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722024-07-30T18:53:25.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732024-07-30T18:53:25.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742024-07-30T18:53:25.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19752024-07-30T18:53:25.581Z
19762024-07-30T18:53:25.581Zinfo: running `cargo check --bins` on omicron-certificates (33/142)
19772024-07-30T18:53:26.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782024-07-30T18:53:26.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792024-07-30T18:53:26.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802024-07-30T18:53:26.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19812024-07-30T18:53:26.065Z
19822024-07-30T18:53:26.065Zinfo: running `cargo check --bins` on bootstrap-agent-client (34/142)
19832024-07-30T18:53:26.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842024-07-30T18:53:26.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852024-07-30T18:53:26.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862024-07-30T18:53:26.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19872024-07-30T18:53:26.659Z
19882024-07-30T18:53:26.660Zinfo: running `cargo check --bins` on cockroach-admin-client (35/142)
19892024-07-30T18:53:27.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902024-07-30T18:53:27.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912024-07-30T18:53:27.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922024-07-30T18:53:27.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
19932024-07-30T18:53:27.212Z
19942024-07-30T18:53:27.212Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (36/142)
19952024-07-30T18:53:27.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962024-07-30T18:53:27.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972024-07-30T18:53:27.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982024-07-30T18:53:27.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19992024-07-30T18:53:27.801Z
20002024-07-30T18:53:27.801Zinfo: running `cargo check --bins` on dns-service-client (37/142)
20012024-07-30T18:53:28.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022024-07-30T18:53:28.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032024-07-30T18:53:28.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042024-07-30T18:53:28.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20052024-07-30T18:53:28.354Z
20062024-07-30T18:53:28.354Zinfo: running `cargo check --bins` on dpd-client (38/142)
20072024-07-30T18:53:28.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082024-07-30T18:53:28.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092024-07-30T18:53:28.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102024-07-30T18:53:28.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20112024-07-30T18:53:28.919Z
20122024-07-30T18:53:28.919Zinfo: running `cargo check --bins` on gateway-client (39/142)
20132024-07-30T18:53:29.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142024-07-30T18:53:29.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152024-07-30T18:53:29.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162024-07-30T18:53:29.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20172024-07-30T18:53:29.475Z
20182024-07-30T18:53:29.475Zinfo: running `cargo check --bins` on installinator-client (40/142)
20192024-07-30T18:53:30.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202024-07-30T18:53:30.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212024-07-30T18:53:30.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222024-07-30T18:53:30.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20232024-07-30T18:53:30.058Z
20242024-07-30T18:53:30.058Zinfo: running `cargo check --bins` on installinator-common (41/142)
20252024-07-30T18:53:30.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262024-07-30T18:53:30.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272024-07-30T18:53:30.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282024-07-30T18:53:30.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20292024-07-30T18:53:30.640Z
20302024-07-30T18:53:30.640Zinfo: running `cargo check --bins` on update-engine (42/142)
20312024-07-30T18:53:31.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322024-07-30T18:53:31.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332024-07-30T18:53:31.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342024-07-30T18:53:31.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20352024-07-30T18:53:31.202Z
20362024-07-30T18:53:31.202Zinfo: running `cargo check --bins` on nexus-client (43/142)
20372024-07-30T18:53:31.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382024-07-30T18:53:31.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392024-07-30T18:53:31.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402024-07-30T18:53:31.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20412024-07-30T18:53:31.797Z
20422024-07-30T18:53:31.797Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (44/142)
20432024-07-30T18:53:32.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442024-07-30T18:53:32.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452024-07-30T18:53:32.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462024-07-30T18:53:32.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20472024-07-30T18:53:32.376Z
20482024-07-30T18:53:32.376Zinfo: running `cargo check --bins` on omicron-passwords (45/142)
20492024-07-30T18:53:32.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502024-07-30T18:53:32.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512024-07-30T18:53:32.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522024-07-30T18:53:32.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20532024-07-30T18:53:32.939Z
20542024-07-30T18:53:32.939Zinfo: running `cargo check --bins` on nexus-types (46/142)
20552024-07-30T18:53:33.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562024-07-30T18:53:33.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572024-07-30T18:53:33.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582024-07-30T18:53:33.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20592024-07-30T18:53:33.536Z
20602024-07-30T18:53:33.536Zinfo: running `cargo check --bins` on oxide-client (47/142)
20612024-07-30T18:53:34.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622024-07-30T18:53:34.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632024-07-30T18:53:34.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642024-07-30T18:53:34.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20652024-07-30T18:53:34.100Z
20662024-07-30T18:53:34.100Zinfo: running `cargo check --bins` on oximeter-client (48/142)
20672024-07-30T18:53:34.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682024-07-30T18:53:34.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692024-07-30T18:53:34.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702024-07-30T18:53:34.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20712024-07-30T18:53:34.675Z
20722024-07-30T18:53:34.675Zinfo: running `cargo check --bins` on sled-agent-client (49/142)
20732024-07-30T18:53:35.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742024-07-30T18:53:35.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752024-07-30T18:53:35.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762024-07-30T18:53:35.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20772024-07-30T18:53:35.254Z
20782024-07-30T18:53:35.254Zinfo: running `cargo check --bins` on wicketd-client (50/142)
20792024-07-30T18:53:35.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802024-07-30T18:53:35.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812024-07-30T18:53:35.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822024-07-30T18:53:35.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20832024-07-30T18:53:35.845Z
20842024-07-30T18:53:35.846Zinfo: running `cargo check --bins` on wicket-common (51/142)
20852024-07-30T18:53:36.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862024-07-30T18:53:36.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872024-07-30T18:53:36.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882024-07-30T18:53:36.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20892024-07-30T18:53:36.439Z
20902024-07-30T18:53:36.439Zinfo: running `cargo check --bins` on omicron-cockroach-admin (52/142)
20912024-07-30T18:53:36.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922024-07-30T18:53:36.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932024-07-30T18:53:37.035Z Compiling heapless v0.8.0
20942024-07-30T18:53:37.038Z Checking hash32 v0.3.1
20952024-07-30T18:53:37.119Z Compiling smoltcp v0.11.0
20962024-07-30T18:53:37.127Z Checking cobs v0.2.3
20972024-07-30T18:53:37.130Z Checking embedded-io v0.4.0
20982024-07-30T18:53:37.142Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20992024-07-30T18:53:37.145Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21002024-07-30T18:53:37.167Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21012024-07-30T18:53:37.261Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
21022024-07-30T18:53:37.278Z Compiling crucible-workspace-hack v0.1.0
21032024-07-30T18:53:37.281Z Checking csv-core v0.1.11
21042024-07-30T18:53:37.303Z Checking postcard v1.0.8
21052024-07-30T18:53:37.460Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21062024-07-30T18:53:37.588Z Checking csv v1.3.0
21072024-07-30T18:53:37.637Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21082024-07-30T18:53:37.664Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
21092024-07-30T18:53:37.815Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21102024-07-30T18:53:37.982Z Compiling num-derive v0.4.2
21112024-07-30T18:53:38.014Z Compiling slog-dtrace v0.3.0
21122024-07-30T18:53:38.028Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
21132024-07-30T18:53:38.137Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
21142024-07-30T18:53:38.363Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
21152024-07-30T18:53:38.843Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
21162024-07-30T18:53:38.954Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21172024-07-30T18:53:39.587Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
21182024-07-30T18:53:40.694Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21192024-07-30T18:53:41.493Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21202024-07-30T18:53:42.478Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21212024-07-30T18:53:42.641Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21222024-07-30T18:53:45.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.59s
21232024-07-30T18:53:45.161Z
21242024-07-30T18:53:45.161Zinfo: running `cargo check --bins` on cockroach-admin-api (53/142)
21252024-07-30T18:53:45.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262024-07-30T18:53:45.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272024-07-30T18:53:45.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282024-07-30T18:53:45.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21292024-07-30T18:53:45.732Z
21302024-07-30T18:53:45.733Zinfo: running `cargo check --bins` on cockroach-admin-types (54/142)
21312024-07-30T18:53:46.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322024-07-30T18:53:46.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332024-07-30T18:53:46.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342024-07-30T18:53:46.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21352024-07-30T18:53:46.300Z
21362024-07-30T18:53:46.300Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (55/142)
21372024-07-30T18:53:46.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382024-07-30T18:53:46.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392024-07-30T18:53:46.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402024-07-30T18:53:46.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
21412024-07-30T18:53:46.975Z
21422024-07-30T18:53:46.975Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/142)
21432024-07-30T18:53:47.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442024-07-30T18:53:47.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452024-07-30T18:53:47.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462024-07-30T18:53:47.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21472024-07-30T18:53:47.640Z
21482024-07-30T18:53:47.640Zinfo: running `cargo check --bins` on dns-server (57/142)
21492024-07-30T18:53:48.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502024-07-30T18:53:48.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512024-07-30T18:53:48.217Z Compiling parking_lot_core v0.8.6
21522024-07-30T18:53:48.220Z Checking nibble_vec v0.1.0
21532024-07-30T18:53:48.220Z Checking endian-type v0.1.2
21542024-07-30T18:53:48.308Z Checking newline-converter v0.3.0
21552024-07-30T18:53:48.312Z Checking quick-error v1.2.3
21562024-07-30T18:53:48.315Z Checking linked-hash-map v0.5.6
21572024-07-30T18:53:48.324Z Checking toml v0.5.11
21582024-07-30T18:53:48.333Z Checking fxhash v0.2.1
21592024-07-30T18:53:48.430Z Checking resolv-conf v0.7.0
21602024-07-30T18:53:48.430Z Checking expectorate v1.1.0
21612024-07-30T18:53:48.453Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21622024-07-30T18:53:48.456Z Checking radix_trie v0.2.1
21632024-07-30T18:53:48.565Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21642024-07-30T18:53:48.605Z Checking lru-cache v0.1.2
21652024-07-30T18:53:48.768Z Checking trust-dns-resolver v0.22.0
21662024-07-30T18:53:48.848Z Checking trust-dns-client v0.22.0
21672024-07-30T18:53:48.970Z Checking parking_lot v0.11.2
21682024-07-30T18:53:49.208Z Checking sled v0.34.7
21692024-07-30T18:53:49.720Z Checking trust-dns-server v0.22.1
21702024-07-30T18:53:51.219Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21712024-07-30T18:53:52.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s
21722024-07-30T18:53:52.323Z
21732024-07-30T18:53:52.323Zinfo: running `cargo check --bins` on dns-server-api (58/142)
21742024-07-30T18:53:52.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752024-07-30T18:53:52.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762024-07-30T18:53:52.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772024-07-30T18:53:52.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782024-07-30T18:53:52.881Z
21792024-07-30T18:53:52.882Zinfo: running `cargo check --bins` on gateway-test-utils (59/142)
21802024-07-30T18:53:53.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812024-07-30T18:53:53.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822024-07-30T18:53:53.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832024-07-30T18:53:53.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21842024-07-30T18:53:53.490Z
21852024-07-30T18:53:53.490Zinfo: running `cargo check --bins` on gateway-types (60/142)
21862024-07-30T18:53:54.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872024-07-30T18:53:54.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882024-07-30T18:53:54.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892024-07-30T18:53:54.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21902024-07-30T18:53:54.061Z
21912024-07-30T18:53:54.061Zinfo: running `cargo check --bins` on ipcc (61/142)
21922024-07-30T18:53:54.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932024-07-30T18:53:54.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942024-07-30T18:53:54.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952024-07-30T18:53:54.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21962024-07-30T18:53:54.630Z
21972024-07-30T18:53:54.630Zinfo: running `cargo check --bins` on omicron-gateway (62/142)
21982024-07-30T18:53:55.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992024-07-30T18:53:55.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002024-07-30T18:53:55.250Z Compiling radium v0.7.0
22012024-07-30T18:53:55.330Z Compiling maybe-uninit v2.0.0
22022024-07-30T18:53:55.333Z Checking tap v1.0.1
22032024-07-30T18:53:55.345Z Compiling bzip2-sys v0.1.11+1.0.8
22042024-07-30T18:53:55.348Z Checking funty v2.0.0
22052024-07-30T18:53:55.353Z Compiling num-bigint-dig v0.8.4
22062024-07-30T18:53:55.362Z Compiling packed_struct v0.10.1
22072024-07-30T18:53:55.365Z Checking crc-catalog v2.4.0
22082024-07-30T18:53:55.464Z Checking wyz v0.5.1
22092024-07-30T18:53:55.518Z Checking crc v3.2.1
22102024-07-30T18:53:55.655Z Compiling packed_struct_codegen v0.10.1
22112024-07-30T18:53:55.830Z Checking half v2.4.1
22122024-07-30T18:53:55.845Z Compiling indexmap v1.9.3
22132024-07-30T18:53:55.911Z Checking ciborium-io v0.2.2
22142024-07-30T18:53:55.939Z Checking nodrop v0.1.14
22152024-07-30T18:53:56.029Z Checking smallvec v0.6.14
22162024-07-30T18:53:56.056Z Checking array-init v0.0.4
22172024-07-30T18:53:56.157Z Checking pkcs1 v0.7.5
22182024-07-30T18:53:56.261Z Checking ciborium-ll v0.2.2
22192024-07-30T18:53:56.274Z Checking bitvec v1.0.1
22202024-07-30T18:53:56.398Z Checking signature v2.2.0
22212024-07-30T18:53:56.518Z Compiling memoffset v0.9.1
22222024-07-30T18:53:56.541Z Checking hashbrown v0.12.3
22232024-07-30T18:53:56.580Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22242024-07-30T18:53:56.596Z Checking bitfield v0.14.0
22252024-07-30T18:53:56.783Z Checking env_logger v0.10.2
22262024-07-30T18:53:56.870Z Checking bzip2 v0.4.4
22272024-07-30T18:53:56.984Z Checking ciborium v0.2.2
22282024-07-30T18:53:57.023Z Checking serde-hex v0.1.0
22292024-07-30T18:53:57.152Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22302024-07-30T18:53:57.189Z Checking ron v0.8.1
22312024-07-30T18:53:57.387Z Checking x509-cert v0.2.5
22322024-07-30T18:53:57.998Z Checking hashbrown v0.13.2
22332024-07-30T18:53:58.225Z Checking rsa v0.9.6
22342024-07-30T18:53:58.239Z Checking crc-any v2.5.0
22352024-07-30T18:53:58.438Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22362024-07-30T18:53:58.634Z Checking zip v0.6.6
22372024-07-30T18:53:58.780Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22382024-07-30T18:53:58.977Z Checking path-slash v0.1.5
22392024-07-30T18:53:59.030Z Checking object v0.30.4
22402024-07-30T18:53:59.107Z Checking nix v0.27.1
22412024-07-30T18:53:59.120Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22422024-07-30T18:53:59.152Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22432024-07-30T18:53:59.244Z Checking serde-big-array v0.5.1
22442024-07-30T18:53:59.296Z Checking signal-hook-tokio v0.3.1
22452024-07-30T18:54:01.328Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22462024-07-30T18:54:01.671Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22472024-07-30T18:54:08.012Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22482024-07-30T18:54:09.198Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22492024-07-30T18:54:10.806Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22502024-07-30T18:54:12.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.82s
22512024-07-30T18:54:12.748Z
22522024-07-30T18:54:12.748Zinfo: running `cargo check --bins` on gateway-api (63/142)
22532024-07-30T18:54:13.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542024-07-30T18:54:13.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552024-07-30T18:54:13.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562024-07-30T18:54:13.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22572024-07-30T18:54:13.156Z
22582024-07-30T18:54:13.156Zinfo: running `cargo check --bins` on sp-sim (64/142)
22592024-07-30T18:54:13.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602024-07-30T18:54:13.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612024-07-30T18:54:13.738Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22622024-07-30T18:54:15.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
22632024-07-30T18:54:15.381Z
22642024-07-30T18:54:15.381Zinfo: running `cargo check --bins` on internal-dns (65/142)
22652024-07-30T18:54:15.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662024-07-30T18:54:15.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672024-07-30T18:54:15.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22682024-07-30T18:54:15.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22692024-07-30T18:54:15.963Z
22702024-07-30T18:54:15.963Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (66/142)
22712024-07-30T18:54:16.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722024-07-30T18:54:16.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732024-07-30T18:54:16.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22742024-07-30T18:54:16.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22752024-07-30T18:54:16.572Z
22762024-07-30T18:54:16.572Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/142)
22772024-07-30T18:54:17.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22782024-07-30T18:54:17.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22792024-07-30T18:54:17.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22802024-07-30T18:54:17.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22812024-07-30T18:54:17.201Z
22822024-07-30T18:54:17.201Zinfo: running `cargo check --bins` on db-macros (68/142)
22832024-07-30T18:54:17.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22842024-07-30T18:54:17.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22852024-07-30T18:54:17.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22862024-07-30T18:54:17.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22872024-07-30T18:54:17.748Z
22882024-07-30T18:54:17.748Zinfo: running `cargo check --bins` on nexus-macros-common (69/142)
22892024-07-30T18:54:18.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22902024-07-30T18:54:18.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22912024-07-30T18:54:18.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22922024-07-30T18:54:18.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22932024-07-30T18:54:18.302Z
22942024-07-30T18:54:18.302Zinfo: running `cargo check --bins` on nexus-auth (70/142)
22952024-07-30T18:54:18.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22962024-07-30T18:54:18.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22972024-07-30T18:54:18.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22982024-07-30T18:54:18.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22992024-07-30T18:54:18.906Z
23002024-07-30T18:54:18.906Zinfo: running `cargo check --bins` on authz-macros (71/142)
23012024-07-30T18:54:19.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23022024-07-30T18:54:19.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23032024-07-30T18:54:19.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23042024-07-30T18:54:19.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23052024-07-30T18:54:19.456Z
23062024-07-30T18:54:19.456Zinfo: running `cargo check --bins` on nexus-db-fixed-data (72/142)
23072024-07-30T18:54:19.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23082024-07-30T18:54:19.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23092024-07-30T18:54:19.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23102024-07-30T18:54:19.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23112024-07-30T18:54:20.051Z
23122024-07-30T18:54:20.051Zinfo: running `cargo check --bins` on nexus-db-model (73/142)
23132024-07-30T18:54:20.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23142024-07-30T18:54:20.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23152024-07-30T18:54:20.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23162024-07-30T18:54:20.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23172024-07-30T18:54:20.641Z
23182024-07-30T18:54:20.641Zinfo: running `cargo check --bins` on nexus-defaults (74/142)
23192024-07-30T18:54:21.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23202024-07-30T18:54:21.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23212024-07-30T18:54:21.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23222024-07-30T18:54:21.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23232024-07-30T18:54:21.217Z
23242024-07-30T18:54:21.217Zinfo: running `cargo check --bins` on oximeter (75/142)
23252024-07-30T18:54:21.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23262024-07-30T18:54:21.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23272024-07-30T18:54:21.810Z Compiling rustls-pki-types v1.7.0
23282024-07-30T18:54:21.888Z Compiling match_cfg v0.1.0
23292024-07-30T18:54:21.891Z Compiling prettyplease v0.2.20
23302024-07-30T18:54:21.899Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23312024-07-30T18:54:21.901Z Compiling slog-json v2.6.1
23322024-07-30T18:54:21.907Z Compiling http v1.1.0
23332024-07-30T18:54:21.925Z Compiling atomic-waker v1.1.2
23342024-07-30T18:54:21.937Z Compiling async-stream v0.3.5
23352024-07-30T18:54:21.954Z Compiling hostname v0.3.1
23362024-07-30T18:54:22.091Z Compiling waitgroup v0.1.2
23372024-07-30T18:54:22.137Z Compiling toml v0.8.15
23382024-07-30T18:54:22.199Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23392024-07-30T18:54:22.250Z Compiling slog-bunyan v2.5.0
23402024-07-30T18:54:22.269Z Compiling sha1 v0.10.6
23412024-07-30T18:54:22.295Z Compiling newtype-uuid v1.1.0
23422024-07-30T18:54:22.310Z Compiling rustls-webpki v0.102.4
23432024-07-30T18:54:22.396Z Compiling rustls-pemfile v2.1.2
23442024-07-30T18:54:22.443Z Compiling serde_path_to_error v0.1.16
23452024-07-30T18:54:22.588Z Compiling hostname v0.4.0
23462024-07-30T18:54:22.690Z Compiling instant v0.1.12
23472024-07-30T18:54:22.704Z Compiling debug-ignore v1.0.5
23482024-07-30T18:54:22.836Z Compiling backoff v0.4.0
23492024-07-30T18:54:22.839Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23502024-07-30T18:54:22.861Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
23512024-07-30T18:54:22.875Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23522024-07-30T18:54:23.050Z Compiling serde_with v3.8.3
23532024-07-30T18:54:23.156Z Compiling rustls v0.22.4
23542024-07-30T18:54:23.169Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23552024-07-30T18:54:23.300Z Compiling parse-display v0.9.1
23562024-07-30T18:54:23.847Z Compiling multer v3.1.0
23572024-07-30T18:54:24.004Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23582024-07-30T18:54:24.164Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
23592024-07-30T18:54:24.329Z Compiling num-rational v0.4.2
23602024-07-30T18:54:24.445Z Compiling num-complex v0.4.6
23612024-07-30T18:54:24.470Z Compiling macaddr v1.0.1
23622024-07-30T18:54:25.508Z Compiling num v0.4.3
23632024-07-30T18:54:25.605Z Compiling float-ord v0.3.2
23642024-07-30T18:54:26.564Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
23652024-07-30T18:54:26.992Z Compiling tokio-rustls v0.25.0
23662024-07-30T18:54:27.253Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
23672024-07-30T18:54:30.474Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23682024-07-30T18:54:41.742Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23692024-07-30T18:54:44.784Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23702024-07-30T18:54:45.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.15s
23712024-07-30T18:54:45.507Z
23722024-07-30T18:54:45.507Zinfo: running `cargo check --bins` on oximeter-impl (76/142)
23732024-07-30T18:54:46.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23742024-07-30T18:54:46.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23752024-07-30T18:54:46.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23762024-07-30T18:54:46.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23772024-07-30T18:54:46.107Z
23782024-07-30T18:54:46.107Zinfo: running `cargo check --bins` on oximeter-macro-impl (77/142)
23792024-07-30T18:54:46.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23802024-07-30T18:54:46.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23812024-07-30T18:54:46.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23822024-07-30T18:54:46.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23832024-07-30T18:54:46.651Z
23842024-07-30T18:54:46.651Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (78/142)
23852024-07-30T18:54:47.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862024-07-30T18:54:47.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872024-07-30T18:54:47.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23882024-07-30T18:54:47.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23892024-07-30T18:54:47.220Z
23902024-07-30T18:54:47.220Zinfo: running `cargo check --bins` on nexus-inventory (79/142)
23912024-07-30T18:54:47.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922024-07-30T18:54:47.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932024-07-30T18:54:47.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23942024-07-30T18:54:47.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23952024-07-30T18:54:47.808Z
23962024-07-30T18:54:47.808Zinfo: running `cargo check --bins` on typed-rng (80/142)
23972024-07-30T18:54:48.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982024-07-30T18:54:48.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992024-07-30T18:54:48.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24002024-07-30T18:54:48.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24012024-07-30T18:54:48.352Z
24022024-07-30T18:54:48.352Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/142)
24032024-07-30T18:54:48.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042024-07-30T18:54:48.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052024-07-30T18:54:49.028Z Checking password-hash v0.5.0
24062024-07-30T18:54:49.028Z Checking blake2 v0.10.6
24072024-07-30T18:54:49.029Z Compiling semver v0.1.20
24082024-07-30T18:54:49.031Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24092024-07-30T18:54:49.031Z Compiling convert_case v0.4.0
24102024-07-30T18:54:49.031Z Compiling rayon-core v1.12.1
24112024-07-30T18:54:49.137Z Compiling crossbeam-deque v0.8.5
24122024-07-30T18:54:49.147Z Compiling unicase v2.7.0
24132024-07-30T18:54:49.410Z Compiling rustc_version v0.1.7
24142024-07-30T18:54:49.426Z Compiling same-file v1.0.6
24152024-07-30T18:54:49.450Z Compiling fastrand v2.1.0
24162024-07-30T18:54:49.517Z Compiling libefi-sys v0.1.0
24172024-07-30T18:54:49.545Z Checking argon2 v0.5.3
24182024-07-30T18:54:49.639Z Compiling walkdir v2.5.0
24192024-07-30T18:54:49.802Z Compiling tempfile v3.10.1
24202024-07-30T18:54:49.882Z Compiling newtype_derive v0.1.6
24212024-07-30T18:54:49.936Z Compiling curve25519-dalek v4.1.3
24222024-07-30T18:54:50.042Z Compiling bitfield-struct v0.6.1
24232024-07-30T18:54:50.108Z Compiling derive_more v0.99.18
24242024-07-30T18:54:50.216Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24252024-07-30T18:54:50.231Z Compiling derive-where v1.2.7
24262024-07-30T18:54:50.407Z Compiling blake3 v1.5.1
24272024-07-30T18:54:50.498Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
24282024-07-30T18:54:50.537Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24292024-07-30T18:54:50.691Z Compiling ring v0.16.20
24302024-07-30T18:54:50.890Z Checking keccak v0.1.5
24312024-07-30T18:54:51.207Z Checking sha3 v0.10.8
24322024-07-30T18:54:51.507Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24332024-07-30T18:54:51.589Z Compiling rayon v1.10.0
24342024-07-30T18:54:51.777Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24352024-07-30T18:54:51.835Z Checking universal-hash v0.5.1
24362024-07-30T18:54:52.010Z Compiling thiserror-impl-no-std v2.0.2
24372024-07-30T18:54:52.058Z Checking secrecy v0.8.0
24382024-07-30T18:54:52.061Z Compiling curve25519-dalek-derive v0.1.1
24392024-07-30T18:54:52.085Z Compiling memmap2 v0.9.4
24402024-07-30T18:54:52.258Z Compiling constant_time_eq v0.3.0
24412024-07-30T18:54:52.439Z Compiling untrusted v0.7.1
24422024-07-30T18:54:52.532Z Compiling spin v0.5.2
24432024-07-30T18:54:52.626Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24442024-07-30T18:54:52.741Z Compiling home v0.5.9
24452024-07-30T18:54:52.764Z Compiling arrayvec v0.7.4
24462024-07-30T18:54:53.028Z Checking opaque-debug v0.3.1
24472024-07-30T18:54:53.120Z Compiling arrayref v0.3.7
24482024-07-30T18:54:53.170Z Checking poly1305 v0.8.0
24492024-07-30T18:54:53.217Z Compiling toolchain_find v0.4.0
24502024-07-30T18:54:53.670Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24512024-07-30T18:54:54.032Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24522024-07-30T18:54:54.101Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24532024-07-30T18:54:54.147Z Checking steno v0.4.1
24542024-07-30T18:54:54.263Z Compiling camino-tempfile v1.1.1
24552024-07-30T18:54:54.709Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24562024-07-30T18:54:54.775Z Checking chacha20 v0.9.1
24572024-07-30T18:54:55.142Z Checking aead v0.5.2
24582024-07-30T18:54:55.345Z Checking gethostname v0.4.3
24592024-07-30T18:54:55.384Z Checking thiserror-no-std v2.0.2
24602024-07-30T18:54:55.403Z Compiling topological-sort v0.2.2
24612024-07-30T18:54:55.505Z Compiling cancel-safe-futures v0.1.5
24622024-07-30T18:54:55.544Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24632024-07-30T18:54:55.611Z Checking vsss-rs v3.3.4
24642024-07-30T18:54:55.896Z Checking chacha20poly1305 v0.10.1
24652024-07-30T18:54:56.093Z Compiling mime_guess v2.0.4
24662024-07-30T18:54:56.627Z Compiling rustfmt-wrapper v0.2.1
24672024-07-30T18:54:56.926Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24682024-07-30T18:54:57.209Z Compiling omicron-zone-package v0.11.0
24692024-07-30T18:54:57.414Z Checking glob v0.3.1
24702024-07-30T18:54:58.003Z Checking libsw v3.3.1
24712024-07-30T18:54:58.018Z Checking linear-map v1.2.0
24722024-07-30T18:54:58.253Z Checking owo-colors v4.0.0
24732024-07-30T18:54:58.275Z Checking swrite v0.1.0
24742024-07-30T18:54:58.340Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24752024-07-30T18:54:58.386Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
24762024-07-30T18:54:58.912Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
24772024-07-30T18:54:58.927Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24782024-07-30T18:54:59.084Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24792024-07-30T18:54:59.138Z Checking kstat-rs v0.2.4
24802024-07-30T18:54:59.155Z Checking nanorand v0.7.0
24812024-07-30T18:54:59.380Z Checking http-range v0.1.5
24822024-07-30T18:54:59.483Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24832024-07-30T18:54:59.511Z Checking flume v0.11.0
24842024-07-30T18:54:59.555Z Checking hyper-staticfile v0.9.5
24852024-07-30T18:54:59.975Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
24862024-07-30T18:55:00.021Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24872024-07-30T18:55:00.042Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24882024-07-30T18:55:00.739Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
24892024-07-30T18:55:00.872Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24902024-07-30T18:55:00.890Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24912024-07-30T18:55:01.620Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24922024-07-30T18:55:03.139Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24932024-07-30T18:55:03.253Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
24942024-07-30T18:55:03.326Z Checking display-error-chain v0.2.0
24952024-07-30T18:55:04.017Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24962024-07-30T18:55:09.920Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24972024-07-30T18:55:14.994Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24982024-07-30T18:55:14.996Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24992024-07-30T18:55:15.850Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25002024-07-30T18:55:28.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.19s
25012024-07-30T18:55:28.694Z
25022024-07-30T18:55:28.695Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/142)
25032024-07-30T18:55:29.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25042024-07-30T18:55:29.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25052024-07-30T18:55:29.359Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25062024-07-30T18:55:42.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.32s
25072024-07-30T18:55:42.159Z
25082024-07-30T18:55:42.159Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/142)
25092024-07-30T18:55:42.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25102024-07-30T18:55:42.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25112024-07-30T18:55:42.823Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25122024-07-30T18:55:55.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.25s
25132024-07-30T18:55:55.560Z
25142024-07-30T18:55:55.560Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/142)
25152024-07-30T18:55:56.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25162024-07-30T18:55:56.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25172024-07-30T18:55:56.232Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25182024-07-30T18:56:08.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.35s
25192024-07-30T18:56:09.052Z
25202024-07-30T18:56:09.052Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/142)
25212024-07-30T18:56:09.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222024-07-30T18:56:09.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232024-07-30T18:56:09.722Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25242024-07-30T18:56:24.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.44s
25252024-07-30T18:56:24.504Z
25262024-07-30T18:56:24.504Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/142)
25272024-07-30T18:56:24.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282024-07-30T18:56:24.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292024-07-30T18:56:24.504Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25302024-07-30T18:56:35.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.32s
25312024-07-30T18:56:36.100Z
25322024-07-30T18:56:36.100Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/142)
25332024-07-30T18:56:36.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342024-07-30T18:56:36.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352024-07-30T18:56:36.765Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25362024-07-30T18:56:49.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.27s
25372024-07-30T18:56:49.531Z
25382024-07-30T18:56:49.531Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/142)
25392024-07-30T18:56:50.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402024-07-30T18:56:50.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412024-07-30T18:56:50.199Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25422024-07-30T18:57:03.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.56s
25432024-07-30T18:57:03.240Z
25442024-07-30T18:57:03.240Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/142)
25452024-07-30T18:57:03.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462024-07-30T18:57:03.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472024-07-30T18:57:03.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25482024-07-30T18:57:03.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25492024-07-30T18:57:03.841Z
25502024-07-30T18:57:03.841Zinfo: running `cargo check --bins` on sled-agent-types (90/142)
25512024-07-30T18:57:04.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522024-07-30T18:57:04.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532024-07-30T18:57:04.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25542024-07-30T18:57:04.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25552024-07-30T18:57:04.436Z
25562024-07-30T18:57:04.436Zinfo: running `cargo check --bins --no-default-features` on sled-storage (91/142)
25572024-07-30T18:57:04.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582024-07-30T18:57:04.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592024-07-30T18:57:04.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25602024-07-30T18:57:04.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25612024-07-30T18:57:05.025Z
25622024-07-30T18:57:05.025Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/142)
25632024-07-30T18:57:05.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642024-07-30T18:57:05.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652024-07-30T18:57:05.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25662024-07-30T18:57:05.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25672024-07-30T18:57:05.613Z
25682024-07-30T18:57:05.613Zinfo: running `cargo check --bins` on key-manager (93/142)
25692024-07-30T18:57:06.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702024-07-30T18:57:06.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712024-07-30T18:57:06.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25722024-07-30T18:57:06.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25732024-07-30T18:57:06.189Z
25742024-07-30T18:57:06.189Zinfo: running `cargo check --bins` on sled-hardware (94/142)
25752024-07-30T18:57:06.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762024-07-30T18:57:06.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772024-07-30T18:57:06.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25782024-07-30T18:57:06.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25792024-07-30T18:57:06.773Z
25802024-07-30T18:57:06.773Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (95/142)
25812024-07-30T18:57:07.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25822024-07-30T18:57:07.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25832024-07-30T18:57:07.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25842024-07-30T18:57:07.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25852024-07-30T18:57:07.327Z
25862024-07-30T18:57:07.328Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/142)
25872024-07-30T18:57:07.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25882024-07-30T18:57:07.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25892024-07-30T18:57:07.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25902024-07-30T18:57:07.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25912024-07-30T18:57:07.901Z
25922024-07-30T18:57:07.902Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/142)
25932024-07-30T18:57:08.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25942024-07-30T18:57:08.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25952024-07-30T18:57:08.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25962024-07-30T18:57:08.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25972024-07-30T18:57:08.477Z
25982024-07-30T18:57:08.477Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/142)
25992024-07-30T18:57:08.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26002024-07-30T18:57:08.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26012024-07-30T18:57:08.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26022024-07-30T18:57:08.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26032024-07-30T18:57:09.049Z
26042024-07-30T18:57:09.049Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/142)
26052024-07-30T18:57:09.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26062024-07-30T18:57:09.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26072024-07-30T18:57:09.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26082024-07-30T18:57:09.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26092024-07-30T18:57:09.622Z
26102024-07-30T18:57:09.622Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/142)
26112024-07-30T18:57:10.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26122024-07-30T18:57:10.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26132024-07-30T18:57:10.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26142024-07-30T18:57:10.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26152024-07-30T18:57:10.195Z
26162024-07-30T18:57:10.195Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/142)
26172024-07-30T18:57:10.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26182024-07-30T18:57:10.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26192024-07-30T18:57:10.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26202024-07-30T18:57:10.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26212024-07-30T18:57:10.768Z
26222024-07-30T18:57:10.768Zinfo: running `cargo check --bins` on oximeter-producer (102/142)
26232024-07-30T18:57:11.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242024-07-30T18:57:11.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252024-07-30T18:57:11.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262024-07-30T18:57:11.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26272024-07-30T18:57:11.359Z
26282024-07-30T18:57:11.359Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/142)
26292024-07-30T18:57:11.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302024-07-30T18:57:11.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312024-07-30T18:57:11.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322024-07-30T18:57:11.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26332024-07-30T18:57:11.955Z
26342024-07-30T18:57:11.955Zinfo: running `cargo check --bins` on nexus-test-interface (104/142)
26352024-07-30T18:57:12.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362024-07-30T18:57:12.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372024-07-30T18:57:12.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382024-07-30T18:57:12.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26392024-07-30T18:57:12.546Z
26402024-07-30T18:57:12.547Zinfo: running `cargo check --bins` on oximeter-collector (105/142)
26412024-07-30T18:57:13.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422024-07-30T18:57:13.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432024-07-30T18:57:13.169Z Checking bcs v0.1.6
26442024-07-30T18:57:13.169Z Compiling async-recursion v1.1.1
26452024-07-30T18:57:13.169Z Checking highway v1.1.0
26462024-07-30T18:57:13.174Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26472024-07-30T18:57:13.174Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26482024-07-30T18:57:14.162Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26492024-07-30T18:57:17.183Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26502024-07-30T18:57:18.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s
26512024-07-30T18:57:18.884Z
26522024-07-30T18:57:18.885Zinfo: running `cargo check --bins` on oximeter-api (106/142)
26532024-07-30T18:57:19.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542024-07-30T18:57:19.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552024-07-30T18:57:19.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562024-07-30T18:57:19.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26572024-07-30T18:57:19.456Z
26582024-07-30T18:57:19.456Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (107/142)
26592024-07-30T18:57:19.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602024-07-30T18:57:19.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612024-07-30T18:57:20.041Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26622024-07-30T18:57:20.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
26632024-07-30T18:57:20.706Z
26642024-07-30T18:57:20.706Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/142)
26652024-07-30T18:57:21.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662024-07-30T18:57:21.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672024-07-30T18:57:21.386Z Compiling cfg_aliases v0.1.1
26682024-07-30T18:57:21.390Z Compiling vte_generate_state_changes v0.1.1
26692024-07-30T18:57:21.390Z Checking fd-lock v4.0.2
26702024-07-30T18:57:21.390Z Checking bytecount v0.6.8
26712024-07-30T18:57:21.394Z Compiling tabled_derive v0.7.0
26722024-07-30T18:57:21.400Z Compiling peg-macros v0.8.4
26732024-07-30T18:57:21.404Z Compiling sqlparser_derive v0.2.2
26742024-07-30T18:57:21.407Z Checking unicode_categories v0.1.1
26752024-07-30T18:57:21.455Z Compiling nix v0.28.0
26762024-07-30T18:57:21.513Z Checking papergrid v0.11.0
26772024-07-30T18:57:21.553Z Checking nu-ansi-term v0.50.0
26782024-07-30T18:57:21.710Z Checking home v0.5.9
26792024-07-30T18:57:21.854Z Checking sqlformat v0.2.4
26802024-07-30T18:57:21.993Z Checking vte v0.11.1
26812024-07-30T18:57:23.233Z Checking strip-ansi-escapes v0.2.0
26822024-07-30T18:57:23.411Z Checking reedline v0.31.0
26832024-07-30T18:57:23.525Z Checking tabled v0.15.0
26842024-07-30T18:57:24.076Z Checking sqlparser v0.45.0
26852024-07-30T18:57:24.125Z Checking peg v0.8.4
26862024-07-30T18:57:24.463Z Checking rustyline v14.0.0
26872024-07-30T18:57:29.558Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26882024-07-30T18:57:34.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.22s
26892024-07-30T18:57:35.059Z
26902024-07-30T18:57:35.059Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/142)
26912024-07-30T18:57:35.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922024-07-30T18:57:35.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932024-07-30T18:57:35.673Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26942024-07-30T18:57:41.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.98s
26952024-07-30T18:57:41.168Z
26962024-07-30T18:57:41.168Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/142)
26972024-07-30T18:57:41.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982024-07-30T18:57:41.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992024-07-30T18:57:41.769Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27002024-07-30T18:57:47.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s
27012024-07-30T18:57:47.133Z
27022024-07-30T18:57:47.133Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/142)
27032024-07-30T18:57:47.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042024-07-30T18:57:47.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052024-07-30T18:57:47.740Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27062024-07-30T18:57:51.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
27072024-07-30T18:57:51.736Z
27082024-07-30T18:57:51.736Zinfo: running `cargo check --bins` on crdb-seed (112/142)
27092024-07-30T18:57:52.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27102024-07-30T18:57:52.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27112024-07-30T18:57:52.358Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
27122024-07-30T18:57:52.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
27132024-07-30T18:57:52.781Z
27142024-07-30T18:57:52.781Zinfo: running `cargo check --bins` on xtask-downloader (113/142)
27152024-07-30T18:57:53.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162024-07-30T18:57:53.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172024-07-30T18:57:53.360Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
27182024-07-30T18:57:54.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
27192024-07-30T18:57:54.235Z
27202024-07-30T18:57:54.235Zinfo: running `cargo check --bins` on omicron-omdb (114/142)
27212024-07-30T18:57:54.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222024-07-30T18:57:54.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232024-07-30T18:57:54.964Z Compiling crunchy v0.2.2
27242024-07-30T18:57:54.964Z Compiling glob v0.3.1
27252024-07-30T18:57:54.964Z Compiling tiny-keccak v2.0.2
27262024-07-30T18:57:55.066Z Compiling ascii-canvas v3.0.0
27272024-07-30T18:57:55.070Z Compiling ena v0.14.3
27282024-07-30T18:57:55.075Z Compiling libloading v0.8.3
27292024-07-30T18:57:55.078Z Compiling bindgen v0.69.4
27302024-07-30T18:57:55.107Z Compiling diff v0.1.13
27312024-07-30T18:57:55.314Z Compiling regex-syntax v0.6.29
27322024-07-30T18:57:55.466Z Compiling which v4.4.2
27332024-07-30T18:57:55.491Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27342024-07-30T18:57:55.617Z Compiling cexpr v0.6.0
27352024-07-30T18:57:55.744Z Compiling ref-cast v1.0.23
27362024-07-30T18:57:55.786Z Compiling rustc-hash v1.1.0
27372024-07-30T18:57:55.828Z Compiling shlex v1.3.0
27382024-07-30T18:57:55.945Z Compiling lazycell v1.3.0
27392024-07-30T18:57:55.988Z Compiling clang-sys v1.7.0
27402024-07-30T18:57:56.074Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27412024-07-30T18:57:56.113Z Compiling derive_builder_core v0.20.0
27422024-07-30T18:57:56.263Z Compiling libxml v0.3.3
27432024-07-30T18:57:56.328Z Compiling ref-cast-impl v1.0.23
27442024-07-30T18:57:56.333Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27452024-07-30T18:57:56.382Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27462024-07-30T18:57:56.623Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27472024-07-30T18:57:56.815Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27482024-07-30T18:57:56.884Z Compiling strum_macros v0.24.3
27492024-07-30T18:57:57.194Z Compiling cookie v0.18.1
27502024-07-30T18:57:57.439Z Compiling indoc v1.0.9
27512024-07-30T18:57:57.630Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27522024-07-30T18:57:57.898Z Compiling oso-derive v0.27.3
27532024-07-30T18:58:02.060Z Compiling lalrpop v0.19.12
27542024-07-30T18:58:02.060Z Compiling derive_builder_macro v0.20.0
27552024-07-30T18:58:02.060Z Compiling impl-trait-for-tuples v0.2.2
27562024-07-30T18:58:02.060Z Checking quick-xml v0.31.0
27572024-07-30T18:58:02.060Z Checking derive_builder v0.20.0
27582024-07-30T18:58:02.060Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
27592024-07-30T18:58:02.060Z Checking maplit v1.0.2
27602024-07-30T18:58:02.060Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27612024-07-30T18:58:02.060Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27622024-07-30T18:58:02.060Z Checking bb8 v0.8.5
27632024-07-30T18:58:02.060Z Compiling const_format_proc_macros v0.2.32
27642024-07-30T18:58:02.085Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
27652024-07-30T18:58:03.066Z Checking crossbeam-deque v0.8.5
27662024-07-30T18:58:03.097Z Compiling portable-atomic v1.6.0
27672024-07-30T18:58:03.382Z Checking rayon-core v1.12.1
27682024-07-30T18:58:04.015Z Checking const_format v0.2.32
27692024-07-30T18:58:04.072Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27702024-07-30T18:58:04.180Z Checking castaway v0.2.2
27712024-07-30T18:58:04.347Z Checking compact_str v0.7.1
27722024-07-30T18:58:04.503Z Checking rayon v1.10.0
27732024-07-30T18:58:05.129Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
27742024-07-30T18:58:05.403Z Checking unicode-truncate v1.0.0
27752024-07-30T18:58:05.420Z Checking itertools v0.13.0
27762024-07-30T18:58:05.663Z Checking lru v0.12.3
27772024-07-30T18:58:05.964Z Compiling stability v0.2.0
27782024-07-30T18:58:07.019Z Checking unicode-linebreak v0.1.5
27792024-07-30T18:58:07.422Z Checking number_prefix v0.4.0
27802024-07-30T18:58:07.617Z Checking smawk v0.3.2
27812024-07-30T18:58:07.828Z Checking cassowary v0.3.0
27822024-07-30T18:58:08.109Z Checking textwrap v0.16.1
27832024-07-30T18:58:08.236Z Checking ratatui v0.27.0
27842024-07-30T18:58:08.646Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27852024-07-30T18:58:08.646Z Checking indicatif v0.17.8
27862024-07-30T18:58:09.280Z Checking multimap v0.10.0
27872024-07-30T18:58:32.611Z Compiling samael v0.0.15
27882024-07-30T18:58:43.043Z Compiling polar-core v0.27.3
27892024-07-30T18:58:50.334Z Checking oso v0.27.3
27902024-07-30T18:59:17.210Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27912024-07-30T18:59:21.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
27922024-07-30T18:59:21.659Z
27932024-07-30T18:59:21.659Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (115/142)
27942024-07-30T18:59:22.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952024-07-30T18:59:22.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962024-07-30T18:59:22.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972024-07-30T18:59:22.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27982024-07-30T18:59:22.275Z
27992024-07-30T18:59:22.275Zinfo: running `cargo check --bins` on nexus-saga-recovery (116/142)
28002024-07-30T18:59:22.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012024-07-30T18:59:22.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022024-07-30T18:59:22.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032024-07-30T18:59:22.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28042024-07-30T18:59:22.883Z
28052024-07-30T18:59:22.883Zinfo: running `cargo check --bins` on nexus-test-utils-macros (117/142)
28062024-07-30T18:59:23.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072024-07-30T18:59:23.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082024-07-30T18:59:23.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092024-07-30T18:59:23.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28102024-07-30T18:59:23.433Z
28112024-07-30T18:59:23.433Zinfo: running `cargo check --bins` on omicron-nexus (118/142)
28122024-07-30T18:59:24.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132024-07-30T18:59:24.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142024-07-30T18:59:24.158Z Compiling pin-project-internal v1.1.5
28152024-07-30T18:59:24.161Z Compiling snafu-derive v0.8.2
28162024-07-30T18:59:24.244Z Compiling buf-list v1.0.3
28172024-07-30T18:59:24.257Z Checking globset v0.4.14
28182024-07-30T18:59:24.260Z Checking olpc-cjson v0.1.3
28192024-07-30T18:59:24.260Z Checking rand_seeder v0.2.3
28202024-07-30T18:59:24.260Z Checking serde_plain v1.0.2
28212024-07-30T18:59:24.272Z Checking typed-path v0.7.1
28222024-07-30T18:59:24.435Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28232024-07-30T18:59:24.486Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28242024-07-30T18:59:24.505Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28252024-07-30T18:59:24.668Z Checking parse-size v1.0.0
28262024-07-30T18:59:24.712Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28272024-07-30T18:59:24.726Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28282024-07-30T18:59:24.776Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28292024-07-30T18:59:24.824Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28302024-07-30T18:59:25.215Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28312024-07-30T18:59:25.618Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28322024-07-30T18:59:25.704Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28332024-07-30T18:59:25.725Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
28342024-07-30T18:59:25.923Z Checking fatfs v0.3.6
28352024-07-30T18:59:26.185Z Checking assert_matches v1.5.0
28362024-07-30T18:59:27.265Z Checking pin-project v1.1.5
28372024-07-30T18:59:28.175Z Checking snafu v0.8.2
28382024-07-30T18:59:28.457Z Checking tough v0.17.1
28392024-07-30T18:59:31.189Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28402024-07-30T18:59:32.231Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28412024-07-30T19:00:07.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.03s
28422024-07-30T19:00:07.673Z
28432024-07-30T19:00:07.673Zinfo: running `cargo check --bins` on nexus-internal-api (119/142)
28442024-07-30T19:00:08.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452024-07-30T19:00:08.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462024-07-30T19:00:08.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28472024-07-30T19:00:08.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28482024-07-30T19:00:08.219Z
28492024-07-30T19:00:08.219Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (120/142)
28502024-07-30T19:00:08.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512024-07-30T19:00:08.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522024-07-30T19:00:08.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28532024-07-30T19:00:08.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28542024-07-30T19:00:08.850Z
28552024-07-30T19:00:08.850Zinfo: running `cargo check --bins` on nexus-networking (121/142)
28562024-07-30T19:00:09.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572024-07-30T19:00:09.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582024-07-30T19:00:09.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592024-07-30T19:00:09.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28602024-07-30T19:00:09.465Z
28612024-07-30T19:00:09.465Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (122/142)
28622024-07-30T19:00:10.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632024-07-30T19:00:10.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642024-07-30T19:00:10.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652024-07-30T19:00:10.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28662024-07-30T19:00:10.088Z
28672024-07-30T19:00:10.088Zinfo: running `cargo check --bins` on update-common (123/142)
28682024-07-30T19:00:10.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692024-07-30T19:00:10.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702024-07-30T19:00:10.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712024-07-30T19:00:10.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28722024-07-30T19:00:10.696Z
28732024-07-30T19:00:10.696Zinfo: running `cargo check --bins` on tufaceous-lib (124/142)
28742024-07-30T19:00:11.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752024-07-30T19:00:11.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762024-07-30T19:00:11.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772024-07-30T19:00:11.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28782024-07-30T19:00:11.291Z
28792024-07-30T19:00:11.291Zinfo: running `cargo check --bins` on tufaceous (125/142)
28802024-07-30T19:00:11.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812024-07-30T19:00:11.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822024-07-30T19:00:11.901Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
28832024-07-30T19:00:12.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
28842024-07-30T19:00:12.879Z
28852024-07-30T19:00:12.879Zinfo: running `cargo check --bins` on omicron-dev (126/142)
28862024-07-30T19:00:13.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872024-07-30T19:00:13.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882024-07-30T19:00:13.639Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28892024-07-30T19:00:13.639Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28902024-07-30T19:00:13.639Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
28912024-07-30T19:00:14.883Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28922024-07-30T19:00:17.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
28932024-07-30T19:00:17.459Z
28942024-07-30T19:00:17.460Zinfo: running `cargo check --bins` on openapi-manager (127/142)
28952024-07-30T19:00:18.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962024-07-30T19:00:18.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972024-07-30T19:00:18.126Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28982024-07-30T19:00:18.126Z Checking heck v0.4.1
28992024-07-30T19:00:18.126Z Checking is_ci v1.2.0
29002024-07-30T19:00:18.126Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29012024-07-30T19:00:18.129Z Checking indent_write v2.2.0
29022024-07-30T19:00:18.299Z Checking supports-color v3.0.0
29032024-07-30T19:00:18.380Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
29042024-07-30T19:00:19.649Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29052024-07-30T19:00:20.432Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
29062024-07-30T19:00:21.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
29072024-07-30T19:00:21.450Z
29082024-07-30T19:00:21.450Zinfo: running `cargo check --bins` on installinator-api (128/142)
29092024-07-30T19:00:21.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102024-07-30T19:00:21.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112024-07-30T19:00:21.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122024-07-30T19:00:21.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29132024-07-30T19:00:22.050Z
29142024-07-30T19:00:22.050Zinfo: running `cargo check --bins` on wicketd-api (129/142)
29152024-07-30T19:00:22.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162024-07-30T19:00:22.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172024-07-30T19:00:22.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182024-07-30T19:00:22.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29192024-07-30T19:00:22.647Z
29202024-07-30T19:00:22.647Zinfo: running `cargo check --bins` on reconfigurator-cli (130/142)
29212024-07-30T19:00:23.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222024-07-30T19:00:23.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232024-07-30T19:00:23.314Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29242024-07-30T19:00:24.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
29252024-07-30T19:00:24.561Z
29262024-07-30T19:00:24.561Zinfo: running `cargo check --bins` on omicron-releng (131/142)
29272024-07-30T19:00:25.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282024-07-30T19:00:25.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292024-07-30T19:00:25.181Z Checking memmap2 v0.9.4
29302024-07-30T19:00:25.181Z Checking constant_time_eq v0.3.0
29312024-07-30T19:00:25.181Z Checking untrusted v0.7.1
29322024-07-30T19:00:25.181Z Checking spin v0.5.2
29332024-07-30T19:00:25.184Z Checking arrayref v0.3.7
29342024-07-30T19:00:25.184Z Checking arrayvec v0.7.4
29352024-07-30T19:00:25.184Z Checking cargo-platform v0.1.8
29362024-07-30T19:00:25.184Z Checking topological-sort v0.2.2
29372024-07-30T19:00:25.341Z Checking shell-words v1.1.0
29382024-07-30T19:00:25.442Z Checking ring v0.16.20
29392024-07-30T19:00:25.545Z Checking cargo_metadata v0.18.1
29402024-07-30T19:00:25.569Z Checking blake3 v1.5.1
29412024-07-30T19:00:26.582Z Checking omicron-zone-package v0.11.0
29422024-07-30T19:00:27.598Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29432024-07-30T19:00:28.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
29442024-07-30T19:00:28.538Z
29452024-07-30T19:00:28.538Zinfo: running `cargo check --bins` on xtask (132/142)
29462024-07-30T19:00:28.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472024-07-30T19:00:28.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482024-07-30T19:00:28.976Z Checking serde v1.0.204
29492024-07-30T19:00:28.976Z Checking thiserror v1.0.63
29502024-07-30T19:00:28.979Z Checking scroll v0.12.0
29512024-07-30T19:00:28.979Z Checking log v0.4.21
29522024-07-30T19:00:28.979Z Checking bitflags v2.6.0
29532024-07-30T19:00:28.979Z Checking hashbrown v0.14.5
29542024-07-30T19:00:29.047Z Checking zerocopy v0.7.34
29552024-07-30T19:00:29.083Z Checking syn v2.0.72
29562024-07-30T19:00:29.142Z Checking pest v2.7.10
29572024-07-30T19:00:29.289Z Checking rustix v0.38.34
29582024-07-30T19:00:29.303Z Checking fs-err v2.11.0
29592024-07-30T19:00:29.474Z Checking goblin v0.8.2
29602024-07-30T19:00:29.601Z Checking tabled v0.15.0
29612024-07-30T19:00:30.189Z Checking indexmap v2.2.6
29622024-07-30T19:00:30.323Z Checking terminal_size v0.3.0
29632024-07-30T19:00:30.451Z Checking anyhow v1.0.86
29642024-07-30T19:00:30.483Z Checking clap_builder v4.5.9
29652024-07-30T19:00:31.438Z Checking dtrace-parser v0.2.0
29662024-07-30T19:00:32.793Z Checking clap v4.5.9
29672024-07-30T19:00:33.313Z Checking serde_json v1.0.120
29682024-07-30T19:00:33.313Z Checking toml_datetime v0.6.6
29692024-07-30T19:00:33.316Z Checking serde_spanned v0.6.6
29702024-07-30T19:00:33.316Z Checking semver v1.0.23
29712024-07-30T19:00:33.316Z Checking cargo-platform v0.1.8
29722024-07-30T19:00:33.316Z Checking camino v1.1.7
29732024-07-30T19:00:33.409Z Checking macaddr v1.0.1
29742024-07-30T19:00:33.573Z Checking toml_edit v0.22.16
29752024-07-30T19:00:34.374Z Checking dof v0.3.0
29762024-07-30T19:00:34.374Z Checking cargo_metadata v0.18.1
29772024-07-30T19:00:34.760Z Checking usdt-impl v0.5.0
29782024-07-30T19:00:35.095Z Checking usdt v0.5.0
29792024-07-30T19:00:35.137Z Checking toml v0.8.15
29802024-07-30T19:00:35.583Z Checking cargo_toml v0.20.4
29812024-07-30T19:00:36.712Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29822024-07-30T19:00:37.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.69s
29832024-07-30T19:00:37.318Z
29842024-07-30T19:00:37.318Zinfo: running `cargo check --bins` on end-to-end-tests (133/142)
29852024-07-30T19:00:37.736Z Downloading crates ...
29862024-07-30T19:00:37.935Z Downloaded dhcproto-macros v0.1.0
29872024-07-30T19:00:37.940Z Downloaded blowfish v0.9.1
29882024-07-30T19:00:37.950Z Downloaded option-ext v0.2.0
29892024-07-30T19:00:37.958Z Downloaded russh-cryptovec v0.7.2
29902024-07-30T19:00:37.960Z Downloaded md5 v0.7.0
29912024-07-30T19:00:37.966Z Downloaded pbkdf2 v0.11.0
29922024-07-30T19:00:37.968Z Downloaded polyval v0.6.2
29932024-07-30T19:00:37.971Z Downloaded ghash v0.5.1
29942024-07-30T19:00:37.974Z Downloaded internet-checksum v0.2.1
29952024-07-30T19:00:37.974Z Downloaded ctr v0.9.2
29962024-07-30T19:00:37.978Z Downloaded cbc v0.1.2
29972024-07-30T19:00:37.980Z Downloaded bcrypt-pbkdf v0.10.0
29982024-07-30T19:00:37.980Z Downloaded rfc6979 v0.4.0
29992024-07-30T19:00:37.980Z Downloaded dirs v5.0.1
30002024-07-30T19:00:37.983Z Downloaded primeorder v0.13.6
30012024-07-30T19:00:37.986Z Downloaded dirs-sys v0.4.1
30022024-07-30T19:00:37.986Z Downloaded rand_chacha v0.2.2
30032024-07-30T19:00:37.986Z Downloaded pbkdf2 v0.12.2
30042024-07-30T19:00:37.988Z Downloaded hex-literal v0.4.1
30052024-07-30T19:00:37.988Z Downloaded ecdsa v0.16.9
30062024-07-30T19:00:37.993Z Downloaded ed25519 v2.2.3
30072024-07-30T19:00:37.993Z Downloaded russh-keys v0.43.0
30082024-07-30T19:00:37.996Z Downloaded password-hash v0.4.2
30092024-07-30T19:00:37.996Z Downloaded getrandom v0.1.16
30102024-07-30T19:00:37.998Z Downloaded aes-gcm v0.10.3
30112024-07-30T19:00:38.001Z Downloaded dhcproto v0.11.0
30122024-07-30T19:00:38.009Z Downloaded p256 v0.13.2
30132024-07-30T19:00:38.012Z Downloaded rand_core v0.5.1
30142024-07-30T19:00:38.014Z Downloaded ed25519-dalek v2.1.1
30152024-07-30T19:00:38.017Z Downloaded russh v0.43.0
30162024-07-30T19:00:38.022Z Downloaded rand v0.7.3
30172024-07-30T19:00:38.027Z Downloaded p521 v0.13.3
30182024-07-30T19:00:38.030Z Downloaded aes v0.8.4
30192024-07-30T19:00:38.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202024-07-30T19:00:38.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212024-07-30T19:00:38.163Z Compiling getrandom v0.1.16
30222024-07-30T19:00:38.252Z Checking rfc6979 v0.4.0
30232024-07-30T19:00:38.261Z Checking primeorder v0.13.6
30242024-07-30T19:00:38.264Z Checking option-ext v0.2.0
30252024-07-30T19:00:38.279Z Checking ed25519 v2.2.3
30262024-07-30T19:00:38.281Z Checking polyval v0.6.2
30272024-07-30T19:00:38.281Z Checking ctr v0.9.2
30282024-07-30T19:00:38.281Z Checking aes v0.8.4
30292024-07-30T19:00:38.371Z Checking dirs-sys v0.4.1
30302024-07-30T19:00:38.387Z Checking ecdsa v0.16.9
30312024-07-30T19:00:38.522Z Checking blowfish v0.9.1
30322024-07-30T19:00:38.525Z Checking password-hash v0.4.2
30332024-07-30T19:00:38.551Z Checking pbkdf2 v0.12.2
30342024-07-30T19:00:38.563Z Checking dirs v5.0.1
30352024-07-30T19:00:38.681Z Checking ghash v0.5.1
30362024-07-30T19:00:38.727Z Checking ed25519-dalek v2.1.1
30372024-07-30T19:00:38.743Z Checking cbc v0.1.2
30382024-07-30T19:00:38.756Z Checking bcrypt-pbkdf v0.10.0
30392024-07-30T19:00:38.849Z Checking russh-cryptovec v0.7.2
30402024-07-30T19:00:38.928Z Checking pbkdf2 v0.11.0
30412024-07-30T19:00:38.943Z Checking md5 v0.7.0
30422024-07-30T19:00:38.994Z Compiling dhcproto-macros v0.1.0
30432024-07-30T19:00:39.038Z Checking hex-literal v0.4.1
30442024-07-30T19:00:39.054Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30452024-07-30T19:00:39.082Z Checking p256 v0.13.2
30462024-07-30T19:00:39.156Z Checking p521 v0.13.3
30472024-07-30T19:00:39.171Z Checking aes-gcm v0.10.3
30482024-07-30T19:00:39.187Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30492024-07-30T19:00:39.212Z Checking internet-checksum v0.2.1
30502024-07-30T19:00:39.215Z Checking rand_core v0.5.1
30512024-07-30T19:00:39.517Z Checking rand_chacha v0.2.2
30522024-07-30T19:00:39.751Z Checking dhcproto v0.11.0
30532024-07-30T19:00:39.762Z Checking rand v0.7.3
30542024-07-30T19:00:40.632Z Checking russh-keys v0.43.0
30552024-07-30T19:00:41.321Z Checking russh v0.43.0
30562024-07-30T19:00:56.892Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30572024-07-30T19:00:58.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.80s
30582024-07-30T19:00:58.273Z
30592024-07-30T19:00:58.273Zinfo: running `cargo check --bins` on gateway-cli (134/142)
30602024-07-30T19:00:58.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612024-07-30T19:00:58.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622024-07-30T19:00:58.861Z Checking termios v0.3.3
30632024-07-30T19:00:59.045Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30642024-07-30T19:00:59.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
30652024-07-30T19:00:59.871Z
30662024-07-30T19:00:59.871Zinfo: running `cargo check --bins --no-default-features` on installinator (135/142)
30672024-07-30T19:01:00.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682024-07-30T19:01:00.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692024-07-30T19:01:00.518Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30702024-07-30T19:01:02.444Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30712024-07-30T19:01:04.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
30722024-07-30T19:01:04.238Z
30732024-07-30T19:01:04.238Zinfo: running `cargo check --bins` on internal-dns-cli (136/142)
30742024-07-30T19:01:04.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752024-07-30T19:01:04.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762024-07-30T19:01:04.829Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30772024-07-30T19:01:05.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
30782024-07-30T19:01:05.373Z
30792024-07-30T19:01:05.373Zinfo: running `cargo check --bins` on omicron-package (137/142)
30802024-07-30T19:01:05.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812024-07-30T19:01:05.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822024-07-30T19:01:05.983Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30832024-07-30T19:01:07.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
30842024-07-30T19:01:07.242Z
30852024-07-30T19:01:07.242Zinfo: running `cargo check --bins` on wicket-dbg (138/142)
30862024-07-30T19:01:07.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872024-07-30T19:01:07.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882024-07-30T19:01:07.878Z Checking rtoolbox v0.0.2
30892024-07-30T19:01:07.878Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30902024-07-30T19:01:07.881Z Checking tui-tree-widget v0.21.0
30912024-07-30T19:01:08.067Z Checking rpassword v7.3.1
30922024-07-30T19:01:11.808Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30932024-07-30T19:01:14.416Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30942024-07-30T19:01:15.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.19s
30952024-07-30T19:01:15.569Z
30962024-07-30T19:01:15.569Zinfo: running `cargo check --bins` on wicket (139/142)
30972024-07-30T19:01:16.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982024-07-30T19:01:16.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992024-07-30T19:01:16.209Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31002024-07-30T19:01:16.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
31012024-07-30T19:01:16.688Z
31022024-07-30T19:01:16.688Zinfo: running `cargo check --bins` on wicketd (140/142)
31032024-07-30T19:01:17.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042024-07-30T19:01:17.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052024-07-30T19:01:17.332Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31062024-07-30T19:01:20.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
31072024-07-30T19:01:20.728Z
31082024-07-30T19:01:20.728Zinfo: running `cargo check --bins` on omicron-workspace-hack (141/142)
31092024-07-30T19:01:21.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102024-07-30T19:01:21.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112024-07-30T19:01:21.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122024-07-30T19:01:21.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31132024-07-30T19:01:21.277Z
31142024-07-30T19:01:21.277Zinfo: running `cargo check --bins` on zone-setup (142/142)
31152024-07-30T19:01:21.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162024-07-30T19:01:21.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172024-07-30T19:01:21.949Z Checking uzers v0.11.3
31182024-07-30T19:01:22.217Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31192024-07-30T19:01:23.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
31202024-07-30T19:01:23.362Z
31212024-07-30T19:01:23.363Zreal 9:51.719764553
31222024-07-30T19:01:23.363Zuser 21:37.443352176
31232024-07-30T19:01:23.365Zsys 4:41.310800822
31242024-07-30T19:01:23.365Ztrap 0.475929196
31252024-07-30T19:01:23.365Ztflt 1.629352513
31262024-07-30T19:01:23.366Zdflt 2.061346524
31272024-07-30T19:01:23.366Zkflt 0.001091940
31282024-07-30T19:01:23.366Zlock 38:10.828476111
31292024-07-30T19:01:23.366Zslp 1:25:12.003100092
31302024-07-30T19:01:23.366Zlat 47.409805407
31312024-07-30T19:01:23.366Zstop 2:16.077702145
31322024-07-30T19:01:23.366Zprocess exited: duration 866512 ms, exit code 0
 
31332024-07-30T19:01:23.380Zfound 0 output files