01J503P5YZ2N3B1X8QC6FVM0ZW: 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: 01J503Q56734AACG33FD85DSAQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-11T07:03:42.326Zjob assigned to worker 01J503YF9GBKDR6AGXSJ8BKZ7B (queued for 4 m 50 s)
 
22024-08-11T07:03:49.695Zstarting task 0: "setup"
32024-08-11T07:03:49.747Z++ uname -s
42024-08-11T07:03:49.750Z+ kern=SunOS
52024-08-11T07:03:49.750Z+ case "$kern" in
62024-08-11T07:03:49.750Z+ groupadd -g 12345 build
72024-08-11T07:03:49.753Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-11T07:03:51.769Z+ zfs create -o mountpoint=/work rpool/work
92024-08-11T07:03:51.861Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-11T07:03:51.869Z+ home_fs=zfs
112024-08-11T07:03:51.869Z+ [[ zfs == autofs ]]
122024-08-11T07:03:51.869Z+ mkdir -p /home/build
132024-08-11T07:03:51.870Z+ chown build:build /home/build /work
142024-08-11T07:03:53.866Z+ chmod 0700 /home/build /work
152024-08-11T07:03:53.870Zprocess exited: duration 4172 ms, exit code 0
 
162024-08-11T07:03:53.876Zstarting task 1: "rust-toolchain"
172024-08-11T07:03:53.883Z+ printf ' * toolchain channel = "%s"
182024-08-11T07:03:53.883Z' 1.80.1
192024-08-11T07:03:53.883Z+ printf ' * toolchain profile = "%s"
202024-08-11T07:03:53.883Z' default
212024-08-11T07:03:53.886Z * toolchain channel = "1.80.1"
222024-08-11T07:03:53.886Z * toolchain profile = "default"
232024-08-11T07:03:53.886Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-11T07:03:53.886Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-11T07:03:54.020Zinfo: downloading installer
262024-08-11T07:03:55.313Zinfo: profile set to 'default'
272024-08-11T07:03:55.313Zinfo: default host triple is x86_64-unknown-illumos
282024-08-11T07:03:55.316Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-11T07:03:55.468Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-11T07:03:55.468Zinfo: downloading component 'cargo'
312024-08-11T07:03:56.333Zinfo: downloading component 'clippy'
322024-08-11T07:03:56.638Zinfo: downloading component 'rust-docs'
332024-08-11T07:03:57.840Zinfo: downloading component 'rust-std'
342024-08-11T07:03:59.532Zinfo: downloading component 'rustc'
352024-08-11T07:04:04.340Zinfo: downloading component 'rustfmt'
362024-08-11T07:04:04.596Zinfo: installing component 'cargo'
372024-08-11T07:04:05.441Zinfo: installing component 'clippy'
382024-08-11T07:04:05.809Zinfo: installing component 'rust-docs'
392024-08-11T07:04:07.437Zinfo: installing component 'rust-std'
402024-08-11T07:04:09.035Zinfo: installing component 'rustc'
412024-08-11T07:04:13.237Zinfo: installing component 'rustfmt'
422024-08-11T07:04:13.571Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-11T07:04:13.571Z
442024-08-11T07:04:13.822Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-11T07:04:13.822Z
462024-08-11T07:04:13.824Z
472024-08-11T07:04:13.824ZRust is installed now. Great!
482024-08-11T07:04:13.824Z
492024-08-11T07:04:13.824ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-11T07:04:13.825Zenvironment variable. This has not been done automatically.
512024-08-11T07:04:13.825Z
522024-08-11T07:04:13.825ZTo configure your current shell, you need to source
532024-08-11T07:04:13.825Zthe corresponding env file under $HOME/.cargo.
542024-08-11T07:04:13.825Z
552024-08-11T07:04:13.825ZThis is usually done by running one of the following (note the leading DOT):
562024-08-11T07:04:13.825Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-11T07:04:13.825Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-11T07:04:13.883Z+ rustc --version
592024-08-11T07:04:13.945Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-11T07:04:13.948Zprocess exited: duration 20069 ms, exit code 0
 
612024-08-11T07:04:13.954Zstarting task 2: "authentication"
622024-08-11T07:04:13.974Zprocess exited: duration 19 ms, exit code 0
 
632024-08-11T07:04:13.980Zstarting task 3: "clone repository"
642024-08-11T07:04:13.984Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-11T07:04:13.987Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-11T07:04:14.113ZCloning into '/work/oxidecomputer/omicron'...
672024-08-11T07:04:20.190Z+ cd /work/oxidecomputer/omicron
682024-08-11T07:04:20.190Z+ git fetch origin 8007a148b7673d2bc6e9fb80d61224e57c3396d0
692024-08-11T07:04:20.484ZFrom https://github.com/oxidecomputer/omicron
702024-08-11T07:04:20.484Z * branch 8007a148b7673d2bc6e9fb80d61224e57c3396d0 -> FETCH_HEAD
712024-08-11T07:04:20.493Z+ [[ -n renovate/reedline-0.x ]]
722024-08-11T07:04:20.496Z++ git branch --show-current
732024-08-11T07:04:20.499Z+ current=main
742024-08-11T07:04:20.499Z+ [[ main != renovate/reedline-0.x ]]
752024-08-11T07:04:20.499Z+ git branch -f renovate/reedline-0.x 8007a148b7673d2bc6e9fb80d61224e57c3396d0
762024-08-11T07:04:20.501Z+ git checkout -f renovate/reedline-0.x
772024-08-11T07:04:20.521ZSwitched to branch 'renovate/reedline-0.x'
782024-08-11T07:04:20.523Z+ git reset --hard 8007a148b7673d2bc6e9fb80d61224e57c3396d0
792024-08-11T07:04:20.542ZHEAD is now at 8007a148b Update Rust crate reedline to 0.33.0
802024-08-11T07:04:20.545Zprocess exited: duration 6562 ms, exit code 0
 
812024-08-11T07:04:20.551Zstarting task 4: "build"
822024-08-11T07:04:20.555Z+ cargo --version
832024-08-11T07:04:20.607Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-11T07:04:20.612Z+ rustc --version
852024-08-11T07:04:20.665Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-11T07:04:20.667Z+ source ./env.sh
872024-08-11T07:04:20.667Z++ OLD_SHELL_OPTS=ehxB
882024-08-11T07:04:20.667Z++ set -o xtrace
892024-08-11T07:04:20.670Z++++ dirname ./env.sh
902024-08-11T07:04:20.673Z+++ readlink -f .
912024-08-11T07:04:20.688Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-11T07:04:20.691Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-08-11T07:04:20.691Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-08-11T07:04:20.691Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-08-11T07:04:20.691Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-08-11T07:04:20.691Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-08-11T07:04:20.691Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-08-11T07:04:20.691Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-08-11T07:04:20.691Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-08-11T07:04:20.691Z++ case $OLD_SHELL_OPTS in
1012024-08-11T07:04:20.691Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-11T07:04:20.691Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1032024-08-11T07:04:20.691Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1042024-08-11T07:04:20.691Z+ banner prerequisites
1052024-08-11T07:04:20.706Z
1062024-08-11T07:04:20.706Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-11T07:04:20.706Z # # # # # # # # # # # # # # #
1082024-08-11T07:04:20.706Z # # # # ##### # # ##### # # # # # #### #
1092024-08-11T07:04:20.706Z ##### ##### # ##### # # # # # # # # #
1102024-08-11T07:04:20.706Z # # # # # # # # # # # # # # #
1112024-08-11T07:04:20.706Z # # # ###### # # ###### ### # #### # #### #
1122024-08-11T07:04:20.706Z
1132024-08-11T07:04:20.709Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-11T07:04:28.598Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-11T07:04:30.834Z Startup: Caching catalogs ... Done
1162024-08-11T07:04:34.693ZPlanning: Solver setup ... Done (3.287s)
1172024-08-11T07:04:34.755ZPlanning: Running solver ... Done (0.062s)
1182024-08-11T07:04:34.804ZPlanning: Finding local manifests ... Done (0.003s)
1192024-08-11T07:04:34.817ZPlanning: Fetching manifests: 0/4 0% complete
1202024-08-11T07:04:35.114ZPlanning: Fetching manifests: 4/4 100% complete
1212024-08-11T07:04:35.162ZPlanning: Package planning ... Done (0.049s)
1222024-08-11T07:04:35.215ZPlanning: Merging actions ... Done (0.052s)
1232024-08-11T07:04:36.394ZPlanning: Checking for conflicting actions ... Done (1.179s)
1242024-08-11T07:04:36.405ZPlanning: Consolidating action changes ... Done (0.011s)
1252024-08-11T07:04:42.712ZPlanning: Evaluating mediators ... Done (6.307s)
1262024-08-11T07:04:42.722ZPlanning: Planning completed in 11.82 seconds
1272024-08-11T07:04:43.680Z Packages to install: 4
1282024-08-11T07:04:43.680Z Mediators to change: 2
1292024-08-11T07:04:43.680Z Services to change: 1
1302024-08-11T07:04:43.680Z Estimated space available: 155.75 GB
1312024-08-11T07:04:43.683ZEstimated space to be consumed: 1.47 GB
1322024-08-11T07:04:43.683Z Create boot environment: No
1332024-08-11T07:04:43.683ZCreate backup boot environment: No
1342024-08-11T07:04:43.684Z Rebuild boot archive: No
1352024-08-11T07:04:43.684Z
1362024-08-11T07:04:43.684ZChanged mediators:
1372024-08-11T07:04:43.684Z mediator clang:
1382024-08-11T07:04:43.684Z version: None -> 15 (system default)
1392024-08-11T07:04:43.684Z
1402024-08-11T07:04:43.684Z mediator llvm:
1412024-08-11T07:04:43.684Z version: 14 (system default) -> 15 (system default)
1422024-08-11T07:04:43.684Z
1432024-08-11T07:04:43.684ZChanged packages:
1442024-08-11T07:04:43.684Zhelios-dev
1452024-08-11T07:04:43.684Z developer/build-essential
1462024-08-11T07:04:43.684Z None -> 11-2.0
1472024-08-11T07:04:43.684Z library/libxmlsec1
1482024-08-11T07:04:43.684Z None -> 1.2.35-2.0
1492024-08-11T07:04:43.684Z ooce/developer/clang-15
1502024-08-11T07:04:43.684Z None -> 15.0.7-2.0
1512024-08-11T07:04:43.684Z ooce/developer/llvm-15
1522024-08-11T07:04:43.684Z None -> 15.0.7-2.0
1532024-08-11T07:04:43.684Z
1542024-08-11T07:04:43.684ZServices:
1552024-08-11T07:04:43.684Z restart_fmri:
1562024-08-11T07:04:43.684Z svc:/system/update-man-index:default
1572024-08-11T07:04:43.924Z
1582024-08-11T07:04:43.924ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592024-08-11T07:04:48.923ZDownload: 1287/3290 items 103.6/212.6MB 48% complete (20.7M/s)
1602024-08-11T07:04:53.929ZDownload: 2943/3290 items 121.2/212.6MB 57% complete (12.2M/s)
1612024-08-11T07:04:57.743ZDownload: Completed 212.60 MB in 13.82 seconds (15.4M/s)
1622024-08-11T07:04:58.312Z Actions: 1/3689 actions (Installing new actions)
1632024-08-11T07:05:03.329Z Actions: 3567/3689 actions (Installing new actions)
1642024-08-11T07:05:03.760Z Actions: Completed 3689 actions in 5.45 seconds.
1652024-08-11T07:05:03.905Z Done (0.141s)
1662024-08-11T07:05:03.905Z Done (0.000s)
1672024-08-11T07:05:04.260Z Done (0.355s)
1682024-08-11T07:05:10.069Z Done (5.650s)
1692024-08-11T07:05:10.271Z Done (0.138s)
1702024-08-11T07:05:10.275Z Done (0.000s)
1712024-08-11T07:05:10.430Z Done (0.000s)
1722024-08-11T07:05:10.997ZPlanning: Evaluating mediator changes ... Done
1732024-08-11T07:05:11.156ZPlanning: Checking for conflicting actions ... Done
1742024-08-11T07:05:11.159ZPlanning: Consolidating action changes ... Done
1752024-08-11T07:05:11.420ZPlanning: Evaluating mediators ... Done
1762024-08-11T07:05:11.422ZPlanning: Planning completed in 0.42 seconds
1772024-08-11T07:05:11.452Z Mediators to change: 2
1782024-08-11T07:05:11.452Z Create boot environment: No
1792024-08-11T07:05:11.452ZCreate backup boot environment: No
1802024-08-11T07:05:11.525Z Done
1812024-08-11T07:05:11.525Z Done
1822024-08-11T07:05:11.742Z Done
1832024-08-11T07:05:15.175Z Done
1842024-08-11T07:05:15.258Z Done
1852024-08-11T07:05:15.258Z Done
1862024-08-11T07:05:15.359Z Done
1872024-08-11T07:05:15.948ZPlanning: Evaluating mediator changes ... Done
1882024-08-11T07:05:15.952ZPlanning: Merging actions ... Done
1892024-08-11T07:05:16.134ZPlanning: Checking for conflicting actions ... Done
1902024-08-11T07:05:16.137ZPlanning: Consolidating action changes ... Done
1912024-08-11T07:05:16.393ZPlanning: Evaluating mediators ... Done
1922024-08-11T07:05:16.446ZPlanning: Planning completed in 0.73 seconds
1932024-08-11T07:05:16.479Z Packages to change: 1
1942024-08-11T07:05:16.479Z Mediators to change: 1
1952024-08-11T07:05:16.479Z Services to change: 1
1962024-08-11T07:05:16.482Z Create boot environment: No
1972024-08-11T07:05:16.482ZCreate backup boot environment: Yes
1982024-08-11T07:05:18.328Z Actions: 1/6 actions (Updating modified actions)
1992024-08-11T07:05:18.371Z Actions: Completed 6 actions in 0.04 seconds.
2002024-08-11T07:05:18.371Z Done
2012024-08-11T07:05:18.371Z Done
2022024-08-11T07:05:18.443Z Done
2032024-08-11T07:05:22.041Z Done
2042024-08-11T07:05:22.128Z Done
2052024-08-11T07:05:22.131Z Done
2062024-08-11T07:05:22.232Z Done
2072024-08-11T07:05:22.655ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2082024-08-11T07:05:22.655Zclang system 15 system
2092024-08-11T07:05:22.655Zcsh system system illumos
2102024-08-11T07:05:22.655Zctags system system illumos
2112024-08-11T07:05:22.655Zgcc vendor 12 vendor
2122024-08-11T07:05:22.655Zgcc system 10 system
2132024-08-11T07:05:22.655Zgcc system 7 system
2142024-08-11T07:05:22.655Zgo system 1.20 system
2152024-08-11T07:05:22.655Zgo system 1.19 system
2162024-08-11T07:05:22.655Zllvm system 15 system
2172024-08-11T07:05:22.655Zllvm system 14 system
2182024-08-11T07:05:22.655Zmariadb system 10.6 system
2192024-08-11T07:05:22.655Zmta vendor vendor dma
2202024-08-11T07:05:22.655Zopenjdk system 17 system
2212024-08-11T07:05:22.655Zopenjdk system 11 system
2222024-08-11T07:05:22.655Zopenjdk system 1.8 system
2232024-08-11T07:05:22.655Zopenssl vendor 3 vendor
2242024-08-11T07:05:22.655Zperl system 5.36 system
2252024-08-11T07:05:22.655Zpostgresql system 15 system
2262024-08-11T07:05:22.655Zpostgresql system 13 system
2272024-08-11T07:05:22.655Zpython vendor 3 vendor
2282024-08-11T07:05:22.655Zpython system 2 system
2292024-08-11T07:05:22.655Zpython3 system 3.11 system
2302024-08-11T07:05:22.656Zruby system 3.0 system
2312024-08-11T07:05:22.656Zwords vendor vendor american-english
2322024-08-11T07:05:22.656Zwords system system australian-english
2332024-08-11T07:05:22.656Zwords system system british-english
2342024-08-11T07:05:22.656Zwords system system canadian-english
2352024-08-11T07:05:22.656Zwords system system french
2362024-08-11T07:05:22.656Zwords system system italian
2372024-08-11T07:05:22.656Zwords system system ngerman
2382024-08-11T07:05:22.656Zwords system system ogerman
2392024-08-11T07:05:22.656Zwords system system spanish
2402024-08-11T07:05:22.975ZPUBLISHER TYPE STATUS P LOCATION
2412024-08-11T07:05:22.975Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422024-08-11T07:05:24.602ZFMRI IFO
2432024-08-11T07:05:24.602Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442024-08-11T07:05:24.602Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452024-08-11T07:05:24.602Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462024-08-11T07:05:24.602Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472024-08-11T07:05:24.602Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482024-08-11T07:05:24.602Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492024-08-11T07:05:24.602Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2502024-08-11T07:05:24.603Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512024-08-11T07:05:24.603Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2522024-08-11T07:05:24.603Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532024-08-11T07:05:24.603Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2542024-08-11T07:05:24.603Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2552024-08-11T07:05:25.178Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2562024-08-11T07:05:25.447Z Updating git repository `https://github.com/oxidecomputer/zone`
2572024-08-11T07:05:25.726Z Updating crates.io index
2582024-08-11T07:05:25.729Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2592024-08-11T07:05:26.447Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2602024-08-11T07:05:27.220Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2612024-08-11T07:05:27.487Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2622024-08-11T07:05:28.960Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2632024-08-11T07:05:29.236Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2642024-08-11T07:05:29.510Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652024-08-11T07:05:30.637Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662024-08-11T07:05:32.539Z Updating git repository `https://github.com/oxidecomputer/opte`
2672024-08-11T07:05:33.503Z Updating git repository `https://github.com/oxidecomputer/falcon`
2682024-08-11T07:05:34.217Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2692024-08-11T07:05:34.822Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702024-08-11T07:05:35.069Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2712024-08-11T07:05:35.492Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2722024-08-11T07:05:35.769Z Updating git repository `https://github.com/oxidecomputer/tofino`
2732024-08-11T07:05:36.096Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2742024-08-11T07:05:36.352Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2752024-08-11T07:05:36.613Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2762024-08-11T07:05:36.891Z Updating git repository `https://github.com/oxidecomputer/clickward`
2772024-08-11T07:05:37.151Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782024-08-11T07:05:37.468Z Updating git repository `https://github.com/oxidecomputer/ispf`
2792024-08-11T07:05:37.833Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2802024-08-11T07:05:38.164Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2812024-08-11T07:05:38.580Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822024-08-11T07:05:38.923Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2832024-08-11T07:05:39.355Z Updating git repository `https://github.com/oxidecomputer/typify`
2842024-08-11T07:05:41.336Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852024-08-11T07:05:41.583Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862024-08-11T07:05:41.827Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872024-08-11T07:05:42.160Z Updating git repository `https://github.com/oxidecomputer/rfb`
2882024-08-11T07:05:43.290Z Downloading crates ...
2892024-08-11T07:05:43.369Z Downloaded byteorder v1.5.0
2902024-08-11T07:05:43.372Z Downloaded block-buffer v0.10.4
2912024-08-11T07:05:43.372Z Downloaded autocfg v1.3.0
2922024-08-11T07:05:43.377Z Downloaded equivalent v1.0.1
2932024-08-11T07:05:43.377Z Downloaded anstream v0.6.14
2942024-08-11T07:05:43.391Z Downloaded anstyle-parse v0.2.4
2952024-08-11T07:05:43.396Z Downloaded swrite v0.1.0
2962024-08-11T07:05:43.399Z Downloaded errno v0.3.9
2972024-08-11T07:05:43.399Z Downloaded is_terminal_polyfill v1.70.0
2982024-08-11T07:05:43.403Z Downloaded anstyle-query v1.0.3
2992024-08-11T07:05:43.406Z Downloaded heck v0.4.1
3002024-08-11T07:05:43.406Z Downloaded anstyle v1.0.8
3012024-08-11T07:05:43.406Z Downloaded itoa v1.0.11
3022024-08-11T07:05:43.409Z Downloaded fs-err v2.11.0
3032024-08-11T07:05:43.409Z Downloaded cargo-platform v0.1.8
3042024-08-11T07:05:43.413Z Downloaded plain v0.2.3
3052024-08-11T07:05:43.413Z Downloaded dof v0.3.0
3062024-08-11T07:05:43.425Z Downloaded pest_generator v2.7.10
3072024-08-11T07:05:43.425Z Downloaded thiserror v1.0.63
3082024-08-11T07:05:43.430Z Downloaded tabled_derive v0.7.0
3092024-08-11T07:05:43.430Z Downloaded utf8parse v0.2.1
3102024-08-11T07:05:43.430Z Downloaded colorchoice v1.0.1
3112024-08-11T07:05:43.430Z Downloaded serde_spanned v0.6.7
3122024-08-11T07:05:43.430Z Downloaded bytecount v0.6.8
3132024-08-11T07:05:43.430Z Downloaded thread-id v4.2.1
3142024-08-11T07:05:43.430Z Downloaded usdt v0.5.0
3152024-08-11T07:05:43.430Z Downloaded cargo_metadata v0.18.1
3162024-08-11T07:05:43.435Z Downloaded toml_datetime v0.6.8
3172024-08-11T07:05:43.435Z Downloaded pretty-hex v0.4.1
3182024-08-11T07:05:43.438Z Downloaded dtrace-parser v0.2.0
3192024-08-11T07:05:43.438Z Downloaded usdt-attr-macro v0.5.0
3202024-08-11T07:05:43.438Z Downloaded scroll_derive v0.12.0
3212024-08-11T07:05:43.441Z Downloaded usdt-macro v0.5.0
3222024-08-11T07:05:43.446Z Downloaded camino v1.1.7
3232024-08-11T07:05:43.450Z Downloaded once_cell v1.19.0
3242024-08-11T07:05:43.453Z Downloaded memmap v0.7.0
3252024-08-11T07:05:43.453Z Downloaded cargo_toml v0.20.4
3262024-08-11T07:05:43.456Z Downloaded crypto-common v0.1.6
3272024-08-11T07:05:43.456Z Downloaded clap_lex v0.7.0
3282024-08-11T07:05:43.456Z Downloaded scroll v0.12.0
3292024-08-11T07:05:43.459Z Downloaded proc-macro-error v1.0.4
3302024-08-11T07:05:43.462Z Downloaded clap_derive v4.5.13
3312024-08-11T07:05:43.466Z Downloaded cfg-if v1.0.0
3322024-08-11T07:05:43.466Z Downloaded usdt-impl v0.5.0
3332024-08-11T07:05:43.466Z Downloaded semver v1.0.23
3342024-08-11T07:05:43.469Z Downloaded zerocopy-derive v0.7.34
3352024-08-11T07:05:43.471Z Downloaded heck v0.5.0
3362024-08-11T07:05:43.474Z Downloaded terminal_size v0.3.0
3372024-08-11T07:05:43.474Z Downloaded serde_tokenstream v0.2.1
3382024-08-11T07:05:43.479Z Downloaded proc-macro-error-attr v1.0.4
3392024-08-11T07:05:43.479Z Downloaded anyhow v1.0.86
3402024-08-11T07:05:43.483Z Downloaded strsim v0.11.1
3412024-08-11T07:05:43.483Z Downloaded bitflags v2.6.0
3422024-08-11T07:05:43.489Z Downloaded generic-array v0.14.7
3432024-08-11T07:05:43.492Z Downloaded version_check v0.9.5
3442024-08-11T07:05:43.492Z Downloaded unicode-ident v1.0.12
3452024-08-11T07:05:43.492Z Downloaded log v0.4.21
3462024-08-11T07:05:43.495Z Downloaded clap v4.5.15
3472024-08-11T07:05:43.501Z Downloaded typenum v1.17.0
3482024-08-11T07:05:43.504Z Downloaded thiserror-impl v1.0.63
3492024-08-11T07:05:43.506Z Downloaded quote v1.0.36
3502024-08-11T07:05:43.509Z Downloaded macaddr v1.0.1
3512024-08-11T07:05:43.509Z Downloaded proc-macro2 v1.0.86
3522024-08-11T07:05:43.512Z Downloaded pest_derive v2.7.10
3532024-08-11T07:05:43.512Z Downloaded serde_derive v1.0.205
3542024-08-11T07:05:43.515Z Downloaded cpufeatures v0.2.12
3552024-08-11T07:05:43.518Z Downloaded pest_meta v2.7.10
3562024-08-11T07:05:43.520Z Downloaded digest v0.10.7
3572024-08-11T07:05:43.520Z Downloaded ucd-trie v0.1.6
3582024-08-11T07:05:43.523Z Downloaded toml v0.8.19
3592024-08-11T07:05:43.526Z Downloaded ryu v1.0.18
3602024-08-11T07:05:43.529Z Downloaded sha2 v0.10.8
3612024-08-11T07:05:43.532Z Downloaded indexmap v2.3.0
3622024-08-11T07:05:43.535Z Downloaded fnv v1.0.7
3632024-08-11T07:05:43.535Z Downloaded papergrid v0.11.0
3642024-08-11T07:05:43.561Z Downloaded serde v1.0.205
3652024-08-11T07:05:43.566Z Downloaded memchr v2.7.2
3662024-08-11T07:05:43.569Z Downloaded pest v2.7.10
3672024-08-11T07:05:43.575Z Downloaded toml_edit v0.22.20
3682024-08-11T07:05:43.597Z Downloaded hashbrown v0.14.5
3692024-08-11T07:05:43.603Z Downloaded zerocopy v0.7.34
3702024-08-11T07:05:43.617Z Downloaded winnow v0.6.18
3712024-08-11T07:05:43.625Z Downloaded goblin v0.8.2
3722024-08-11T07:05:43.633Z Downloaded serde_json v1.0.122
3732024-08-11T07:05:43.638Z Downloaded clap_builder v4.5.15
3742024-08-11T07:05:43.646Z Downloaded tabled v0.15.0
3752024-08-11T07:05:43.662Z Downloaded syn v2.0.72
3762024-08-11T07:05:43.672Z Downloaded syn v1.0.109
3772024-08-11T07:05:43.682Z Downloaded rustix v0.38.34
3782024-08-11T07:05:43.703Z Downloaded unicode-width v0.1.13
3792024-08-11T07:05:43.711Z Downloaded libc v0.2.155
3802024-08-11T07:05:44.004Z Compiling proc-macro2 v1.0.86
3812024-08-11T07:05:44.004Z Compiling unicode-ident v1.0.12
3822024-08-11T07:05:44.007Z Compiling version_check v0.9.5
3832024-08-11T07:05:44.007Z Compiling serde v1.0.205
3842024-08-11T07:05:44.007Z Compiling memchr v2.7.2
3852024-08-11T07:05:44.007Z Compiling thiserror v1.0.63
3862024-08-11T07:05:44.007Z Compiling libc v0.2.155
3872024-08-11T07:05:44.036Z Compiling ryu v1.0.18
3882024-08-11T07:05:44.253Z Compiling itoa v1.0.11
3892024-08-11T07:05:44.465Z Compiling ucd-trie v0.1.6
3902024-08-11T07:05:44.754Z Compiling once_cell v1.19.0
3912024-08-11T07:05:44.917Z Compiling byteorder v1.5.0
3922024-08-11T07:05:45.036Z Compiling serde_json v1.0.122
3932024-08-11T07:05:46.509Z Compiling usdt-impl v0.5.0
3942024-08-11T07:05:46.527Z Compiling proc-macro-error-attr v1.0.4
3952024-08-11T07:05:46.544Z Compiling rustix v0.38.34
3962024-08-11T07:05:46.547Z Compiling syn v1.0.109
3972024-08-11T07:05:46.561Z Compiling proc-macro-error v1.0.4
3982024-08-11T07:05:46.859Z Compiling bitflags v2.6.0
3992024-08-11T07:05:46.862Z Compiling utf8parse v0.2.1
4002024-08-11T07:05:46.985Z Compiling hashbrown v0.14.5
4012024-08-11T07:05:47.049Z Compiling plain v0.2.3
4022024-08-11T07:05:47.255Z Compiling log v0.4.21
4032024-08-11T07:05:47.306Z Compiling equivalent v1.0.1
4042024-08-11T07:05:47.332Z Compiling anstyle-parse v0.2.4
4052024-08-11T07:05:47.412Z Compiling thread-id v4.2.1
4062024-08-11T07:05:47.478Z Compiling quote v1.0.36
4072024-08-11T07:05:47.585Z Compiling anstyle v1.0.8
4082024-08-11T07:05:47.636Z Compiling autocfg v1.3.0
4092024-08-11T07:05:47.673Z Compiling pretty-hex v0.4.1
4102024-08-11T07:05:47.868Z Compiling syn v2.0.72
4112024-08-11T07:05:47.871Z Compiling errno v0.3.9
4122024-08-11T07:05:48.129Z Compiling is_terminal_polyfill v1.70.0
4132024-08-11T07:05:48.162Z Compiling winnow v0.6.18
4142024-08-11T07:05:48.252Z Compiling indexmap v2.3.0
4152024-08-11T07:05:48.341Z Compiling colorchoice v1.0.1
4162024-08-11T07:05:48.505Z Compiling camino v1.1.7
4172024-08-11T07:05:48.557Z Compiling semver v1.0.23
4182024-08-11T07:05:49.098Z Compiling anstyle-query v1.0.3
4192024-08-11T07:05:49.227Z Compiling anstream v0.6.14
4202024-08-11T07:05:49.250Z Compiling terminal_size v0.3.0
4212024-08-11T07:05:49.439Z Compiling fs-err v2.11.0
4222024-08-11T07:05:49.642Z Compiling fnv v1.0.7
4232024-08-11T07:05:49.645Z Compiling unicode-width v0.1.13
4242024-08-11T07:05:49.715Z Compiling clap_lex v0.7.0
4252024-08-11T07:05:49.737Z Compiling heck v0.5.0
4262024-08-11T07:05:49.781Z Compiling heck v0.4.1
4272024-08-11T07:05:49.875Z Compiling bytecount v0.6.8
4282024-08-11T07:05:49.939Z Compiling anyhow v1.0.86
4292024-08-11T07:05:50.093Z Compiling strsim v0.11.1
4302024-08-11T07:05:50.221Z Compiling papergrid v0.11.0
4312024-08-11T07:05:50.267Z Compiling memmap v0.7.0
4322024-08-11T07:05:50.592Z Compiling clap_builder v4.5.15
4332024-08-11T07:05:50.988Z Compiling swrite v0.1.0
4342024-08-11T07:05:52.848Z Compiling tabled_derive v0.7.0
4352024-08-11T07:05:54.196Z Compiling tabled v0.15.0
4362024-08-11T07:05:56.163Z Compiling serde_derive v1.0.205
4372024-08-11T07:05:56.163Z Compiling thiserror-impl v1.0.63
4382024-08-11T07:05:56.166Z Compiling zerocopy-derive v0.7.34
4392024-08-11T07:05:56.166Z Compiling scroll_derive v0.12.0
4402024-08-11T07:05:56.166Z Compiling clap_derive v4.5.13
4412024-08-11T07:05:57.522Z Compiling scroll v0.12.0
4422024-08-11T07:05:57.972Z Compiling zerocopy v0.7.34
4432024-08-11T07:05:57.993Z Compiling goblin v0.8.2
4442024-08-11T07:05:58.642Z Compiling pest v2.7.10
4452024-08-11T07:06:00.140Z Compiling clap v4.5.15
4462024-08-11T07:06:00.754Z Compiling pest_meta v2.7.10
4472024-08-11T07:06:01.581Z Compiling pest_generator v2.7.10
4482024-08-11T07:06:03.489Z Compiling pest_derive v2.7.10
4492024-08-11T07:06:04.195Z Compiling dtrace-parser v0.2.0
4502024-08-11T07:06:05.984Z Compiling serde_spanned v0.6.7
4512024-08-11T07:06:05.987Z Compiling toml_datetime v0.6.8
4522024-08-11T07:06:05.987Z Compiling cargo-platform v0.1.8
4532024-08-11T07:06:06.365Z Compiling serde_tokenstream v0.2.1
4542024-08-11T07:06:06.482Z Compiling toml_edit v0.22.20
4552024-08-11T07:06:06.509Z Compiling macaddr v1.0.1
4562024-08-11T07:06:07.382Z Compiling dof v0.3.0
4572024-08-11T07:06:07.382Z Compiling cargo_metadata v0.18.1
4582024-08-11T07:06:09.202Z Compiling toml v0.8.19
4592024-08-11T07:06:09.315Z Compiling usdt-macro v0.5.0
4602024-08-11T07:06:09.315Z Compiling usdt-attr-macro v0.5.0
4612024-08-11T07:06:10.046Z Compiling cargo_toml v0.20.4
4622024-08-11T07:06:10.630Z Compiling usdt v0.5.0
4632024-08-11T07:06:13.575Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4642024-08-11T07:06:17.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.26s
4652024-08-11T07:06:17.462Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4662024-08-11T07:06:18.007Z Downloading crates ...
4672024-08-11T07:06:18.102Z Downloaded atty v0.2.14
4682024-08-11T07:06:18.112Z Downloaded async-stream-impl v0.3.5
4692024-08-11T07:06:18.118Z Downloaded crucible-workspace-hack v0.1.0
4702024-08-11T07:06:18.118Z Downloaded bitstruct_derive v0.1.0
4712024-08-11T07:06:18.122Z Downloaded cfg_aliases v0.1.1
4722024-08-11T07:06:18.131Z Downloaded arrayref v0.3.7
4732024-08-11T07:06:18.140Z Downloaded bit-set v0.5.3
4742024-08-11T07:06:18.140Z Downloaded atomic-waker v1.1.2
4752024-08-11T07:06:18.140Z Downloaded async-recursion v1.1.1
4762024-08-11T07:06:18.140Z Downloaded defmt-parser v0.3.4
4772024-08-11T07:06:18.147Z Downloaded ascii-canvas v3.0.0
4782024-08-11T07:06:18.147Z Downloaded indexmap v1.9.3
4792024-08-11T07:06:18.154Z Downloaded instant v0.1.12
4802024-08-11T07:06:18.155Z Downloaded array-init v0.0.4
4812024-08-11T07:06:18.155Z Downloaded is-terminal v0.4.12
4822024-08-11T07:06:18.155Z Downloaded matches v0.1.10
4832024-08-11T07:06:18.155Z Downloaded bitfield-struct v0.6.1
4842024-08-11T07:06:18.166Z Downloaded is_ci v1.2.0
4852024-08-11T07:06:18.166Z Downloaded new_debug_unreachable v1.0.6
4862024-08-11T07:06:18.166Z Downloaded camino-tempfile v1.1.1
4872024-08-11T07:06:18.166Z Downloaded convert_case v0.4.0
4882024-08-11T07:06:18.166Z Downloaded cassowary v0.3.0
4892024-08-11T07:06:18.182Z Downloaded atomicwrites v0.4.3
4902024-08-11T07:06:18.182Z Downloaded aead v0.5.2
4912024-08-11T07:06:18.182Z Downloaded adler v1.0.2
4922024-08-11T07:06:18.182Z Downloaded nodrop v0.1.14
4932024-08-11T07:06:18.182Z Downloaded cobs v0.2.3
4942024-08-11T07:06:18.182Z Downloaded buf-list v1.0.3
4952024-08-11T07:06:18.183Z Downloaded block-padding v0.3.3
4962024-08-11T07:06:18.183Z Downloaded number_prefix v0.4.0
4972024-08-11T07:06:18.183Z Downloaded normalize-line-endings v0.3.0
4982024-08-11T07:06:18.183Z Downloaded cipher v0.4.4
4992024-08-11T07:06:18.183Z Downloaded indoc v1.0.9
5002024-08-11T07:06:18.186Z Downloaded instability v0.3.2
5012024-08-11T07:06:18.186Z Downloaded data-encoding v2.6.0
5022024-08-11T07:06:18.187Z Downloaded bitstruct v0.1.1
5032024-08-11T07:06:18.187Z Downloaded newline-converter v0.3.0
5042024-08-11T07:06:18.192Z Downloaded match_cfg v0.1.0
5052024-08-11T07:06:18.192Z Downloaded crunchy v0.2.2
5062024-08-11T07:06:18.193Z Downloaded openssl-macros v0.1.1
5072024-08-11T07:06:18.197Z Downloaded cstr-argument v0.1.2
5082024-08-11T07:06:18.197Z Downloaded openssl-probe v0.1.5
5092024-08-11T07:06:18.197Z Downloaded newtype_derive v0.1.6
5102024-08-11T07:06:18.197Z Downloaded opaque-debug v0.3.1
5112024-08-11T07:06:18.204Z Downloaded darling_macro v0.20.9
5122024-08-11T07:06:18.204Z Downloaded num_threads v0.1.7
5132024-08-11T07:06:18.205Z Downloaded bcs v0.1.6
5142024-08-11T07:06:18.208Z Downloaded num-iter v0.1.45
5152024-08-11T07:06:18.208Z Downloaded oso-derive v0.27.3
5162024-08-11T07:06:18.208Z Downloaded base16ct v0.2.0
5172024-08-11T07:06:18.208Z Downloaded memoffset v0.9.1
5182024-08-11T07:06:18.211Z Downloaded async-stream v0.3.5
5192024-08-11T07:06:18.211Z Downloaded argon2 v0.5.3
5202024-08-11T07:06:18.215Z Downloaded lru-cache v0.1.2
5212024-08-11T07:06:18.219Z Downloaded newtype-uuid v1.1.0
5222024-08-11T07:06:18.219Z Downloaded nanorand v0.7.0
5232024-08-11T07:06:18.225Z Downloaded md-5 v0.10.6
5242024-08-11T07:06:18.225Z Downloaded cookie_store v0.20.0
5252024-08-11T07:06:18.228Z Downloaded num v0.4.3
5262024-08-11T07:06:18.228Z Downloaded defmt v0.3.8
5272024-08-11T07:06:18.233Z Downloaded num_cpus v1.16.0
5282024-08-11T07:06:18.233Z Downloaded csv-core v0.1.11
5292024-08-11T07:06:18.237Z Downloaded num-integer v0.1.46
5302024-08-11T07:06:18.237Z Downloaded num_enum_derive v0.5.11
5312024-08-11T07:06:18.237Z Downloaded packed_struct_codegen v0.10.1
5322024-08-11T07:06:18.240Z Downloaded lalrpop-util v0.19.12
5332024-08-11T07:06:18.241Z Downloaded ciborium-ll v0.2.2
5342024-08-11T07:06:18.244Z Downloaded assert_matches v1.5.0
5352024-08-11T07:06:18.244Z Downloaded sync_wrapper v0.1.2
5362024-08-11T07:06:18.244Z Downloaded crc-catalog v2.4.0
5372024-08-11T07:06:18.247Z Downloaded crc v3.2.1
5382024-08-11T07:06:18.251Z Downloaded maybe-uninit v2.0.0
5392024-08-11T07:06:18.251Z Downloaded linked-hash-map v0.5.6
5402024-08-11T07:06:18.256Z Downloaded managed v0.8.0
5412024-08-11T07:06:18.256Z Downloaded debug-ignore v1.0.5
5422024-08-11T07:06:18.256Z Downloaded curve25519-dalek-derive v0.1.1
5432024-08-11T07:06:18.259Z Downloaded nibble_vec v0.1.0
5442024-08-11T07:06:18.259Z Downloaded constant_time_eq v0.3.0
5452024-08-11T07:06:18.259Z Downloaded mime v0.3.17
5462024-08-11T07:06:18.263Z Downloaded defmt-macros v0.3.9
5472024-08-11T07:06:18.269Z Downloaded chacha20 v0.9.1
5482024-08-11T07:06:18.269Z Downloaded shlex v1.3.0
5492024-08-11T07:06:18.272Z Downloaded cexpr v0.6.0
5502024-08-11T07:06:18.272Z Downloaded backoff v0.4.0
5512024-08-11T07:06:18.276Z Downloaded async-trait v0.1.81
5522024-08-11T07:06:18.279Z Downloaded tower-service v0.3.2
5532024-08-11T07:06:18.279Z Downloaded multer v3.1.0
5542024-08-11T07:06:18.283Z Downloaded cookie v0.18.1
5552024-08-11T07:06:18.287Z Downloaded const-oid v0.9.6
5562024-08-11T07:06:18.287Z Downloaded num-rational v0.4.2
5572024-08-11T07:06:18.290Z Downloaded base64 v0.13.1
5582024-08-11T07:06:18.294Z Downloaded crossbeam-epoch v0.9.18
5592024-08-11T07:06:18.297Z Downloaded diesel_table_macro_syntax v0.2.0
5602024-08-11T07:06:18.297Z Downloaded portpicker v0.1.1
5612024-08-11T07:06:18.297Z Downloaded float-ord v0.3.2
5622024-08-11T07:06:18.303Z Downloaded stringprep v0.1.4
5632024-08-11T07:06:18.303Z Downloaded smallvec v0.6.14
5642024-08-11T07:06:18.309Z Downloaded endian-type v0.1.2
5652024-08-11T07:06:18.309Z Downloaded tiny-keccak v2.0.2
5662024-08-11T07:06:18.309Z Downloaded thiserror-no-std v2.0.2
5672024-08-11T07:06:18.317Z Downloaded hubpack_derive v0.1.1
5682024-08-11T07:06:18.318Z Downloaded darling v0.20.9
5692024-08-11T07:06:18.318Z Downloaded cookie v0.17.0
5702024-08-11T07:06:18.320Z Downloaded termios v0.3.3
5712024-08-11T07:06:18.320Z Downloaded cancel-safe-futures v0.1.5
5722024-08-11T07:06:18.324Z Downloaded uzers v0.11.3
5732024-08-11T07:06:18.326Z Downloaded owo-colors v4.0.0
5742024-08-11T07:06:18.331Z Downloaded parking_lot v0.11.2
5752024-08-11T07:06:18.334Z Downloaded utf-8 v0.7.6
5762024-08-11T07:06:18.334Z Downloaded wyz v0.5.1
5772024-08-11T07:06:18.338Z Downloaded pretty-hex v0.2.1
5782024-08-11T07:06:18.338Z Downloaded blake2 v0.10.6
5792024-08-11T07:06:18.341Z Downloaded signal-hook-tokio v0.3.1
5802024-08-11T07:06:18.341Z Downloaded compact_str v0.8.0
5812024-08-11T07:06:18.344Z Downloaded base64ct v1.6.0
5822024-08-11T07:06:18.347Z Downloaded universal-hash v0.5.1
5832024-08-11T07:06:18.350Z Downloaded xattr v1.3.1
5842024-08-11T07:06:18.357Z Downloaded serde_path_to_error v0.1.16
5852024-08-11T07:06:18.357Z Downloaded tinyvec_macros v0.1.1
5862024-08-11T07:06:18.360Z Downloaded time-core v0.1.2
5872024-08-11T07:06:18.360Z Downloaded fxhash v0.2.1
5882024-08-11T07:06:18.360Z Downloaded want v0.3.1
5892024-08-11T07:06:18.360Z Downloaded omicron-zone-package v0.11.0
5902024-08-11T07:06:18.363Z Downloaded parking_lot v0.12.2
5912024-08-11T07:06:18.366Z Downloaded float-cmp v0.9.0
5922024-08-11T07:06:18.366Z Downloaded termtree v0.4.1
5932024-08-11T07:06:18.369Z Downloaded hex v0.4.3
5942024-08-11T07:06:18.371Z Downloaded slog-term v2.9.1
5952024-08-11T07:06:18.371Z Downloaded fastrand v2.1.0
5962024-08-11T07:06:18.374Z Downloaded crossbeam-utils v0.8.19
5972024-08-11T07:06:18.377Z Downloaded serde_with_macros v3.8.3
5982024-08-11T07:06:18.380Z Downloaded clang-sys v1.7.0
5992024-08-11T07:06:18.383Z Downloaded quick-error v1.2.3
6002024-08-11T07:06:18.383Z Downloaded rusty-fork v0.3.0
6012024-08-11T07:06:18.385Z Downloaded signal-hook v0.3.17
6022024-08-11T07:06:18.388Z Downloaded hyper-tls v0.5.0
6032024-08-11T07:06:18.391Z Downloaded tokio-rustls v0.24.1
6042024-08-11T07:06:18.393Z Downloaded sec1 v0.7.3
6052024-08-11T07:06:18.397Z Downloaded base64 v0.22.1
6062024-08-11T07:06:18.401Z Downloaded num-traits v0.2.19
6072024-08-11T07:06:18.404Z Downloaded native-tls v0.2.11
6082024-08-11T07:06:18.406Z Downloaded crypto-bigint v0.5.5
6092024-08-11T07:06:18.412Z Downloaded shell-words v1.1.0
6102024-08-11T07:06:18.414Z Downloaded take_mut v0.2.2
6112024-08-11T07:06:18.414Z Downloaded parse-size v1.0.0
6122024-08-11T07:06:18.417Z Downloaded ident_case v1.0.1
6132024-08-11T07:06:18.417Z Downloaded which v4.4.2
6142024-08-11T07:06:18.420Z Downloaded resolv-conf v0.7.0
6152024-08-11T07:06:18.422Z Downloaded signal-hook-mio v0.2.4
6162024-08-11T07:06:18.422Z Downloaded gethostname v0.5.0
6172024-08-11T07:06:18.426Z Downloaded dirs-next v2.0.0
6182024-08-11T07:06:18.426Z Downloaded getopts v0.2.21
6192024-08-11T07:06:18.429Z Downloaded derive_builder_core v0.20.0
6202024-08-11T07:06:18.432Z Downloaded mockall_derive v0.13.0
6212024-08-11T07:06:18.432Z Downloaded miniz_oxide v0.7.2
6222024-08-11T07:06:18.442Z Downloaded bytes v1.7.1
6232024-08-11T07:06:18.443Z Downloaded indicatif v0.17.8
6242024-08-11T07:06:18.447Z Downloaded zone_cfg_derive v0.1.2
6252024-08-11T07:06:18.447Z Downloaded signal-hook-registry v1.4.2
6262024-08-11T07:06:18.447Z Downloaded sqlformat v0.2.4
6272024-08-11T07:06:18.449Z Downloaded spki v0.7.3
6282024-08-11T07:06:18.453Z Downloaded rand_chacha v0.3.1
6292024-08-11T07:06:18.453Z Downloaded unicode-linebreak v0.1.5
6302024-08-11T07:06:18.453Z Downloaded topological-sort v0.2.2
6312024-08-11T07:06:18.456Z Downloaded sct v0.7.1
6322024-08-11T07:06:18.459Z Downloaded uuid v1.10.0
6332024-08-11T07:06:18.462Z Downloaded path-slash v0.1.5
6342024-08-11T07:06:18.464Z Downloaded foreign-types v0.3.2
6352024-08-11T07:06:18.464Z Downloaded deranged v0.3.11
6362024-08-11T07:06:18.470Z Downloaded sha1 v0.10.6
6372024-08-11T07:06:18.471Z Downloaded schemars_derive v0.8.21
6382024-08-11T07:06:18.473Z Downloaded serde_plain v1.0.2
6392024-08-11T07:06:18.474Z Downloaded fd-lock v4.0.2
6402024-08-11T07:06:18.474Z Downloaded tinyvec v1.6.0
6412024-08-11T07:06:18.477Z Downloaded erased-serde v0.3.31
6422024-08-11T07:06:18.479Z Downloaded serde_urlencoded v0.7.1
6432024-08-11T07:06:18.483Z Downloaded either v1.13.0
6442024-08-11T07:06:18.487Z Downloaded thiserror-impl-no-std v2.0.2
6452024-08-11T07:06:18.487Z Downloaded tabwriter v1.4.0
6462024-08-11T07:06:18.487Z Downloaded time-macros v0.2.18
6472024-08-11T07:06:18.491Z Downloaded psl-types v2.0.11
6482024-08-11T07:06:18.494Z Downloaded serde_repr v0.1.19
6492024-08-11T07:06:18.494Z Downloaded futures-executor v0.3.30
6502024-08-11T07:06:18.494Z Downloaded env_logger v0.10.2
6512024-08-11T07:06:18.497Z Downloaded predicates-core v1.0.6
6522024-08-11T07:06:18.500Z Downloaded rustfmt-wrapper v0.2.1
6532024-08-11T07:06:18.500Z Downloaded postcard v1.0.8
6542024-08-11T07:06:18.504Z Downloaded rustc_version v0.4.0
6552024-08-11T07:06:18.507Z Downloaded vte_generate_state_changes v0.1.1
6562024-08-11T07:06:18.507Z Downloaded diff v0.1.13
6572024-08-11T07:06:18.510Z Downloaded base64 v0.21.7
6582024-08-11T07:06:18.515Z Downloaded futures-sink v0.3.30
6592024-08-11T07:06:18.518Z Downloaded pkcs8 v0.10.2
6602024-08-11T07:06:18.527Z Downloaded predicates-tree v1.0.9
6612024-08-11T07:06:18.530Z Downloaded unicode-xid v0.2.4
6622024-08-11T07:06:18.533Z Downloaded tokio-macros v2.3.0
6632024-08-11T07:06:18.533Z Downloaded paste v1.0.15
6642024-08-11T07:06:18.536Z Downloaded der_derive v0.7.2
6652024-08-11T07:06:18.539Z Downloaded rand_xorshift v0.3.0
6662024-08-11T07:06:18.539Z Downloaded slab v0.4.9
6672024-08-11T07:06:18.542Z Downloaded serde-hex v0.1.0
6682024-08-11T07:06:18.542Z Downloaded vte v0.11.1
6692024-08-11T07:06:18.545Z Downloaded downcast v0.11.0
6702024-08-11T07:06:18.548Z Downloaded subprocess v0.2.9
6712024-08-11T07:06:18.551Z Downloaded display-error-chain v0.2.0
6722024-08-11T07:06:18.551Z Downloaded structmeta v0.3.0
6732024-08-11T07:06:18.554Z Downloaded structmeta-derive v0.2.0
6742024-08-11T07:06:18.554Z Downloaded unicode-bidi v0.3.15
6752024-08-11T07:06:18.557Z Downloaded glob v0.3.1
6762024-08-11T07:06:18.560Z Downloaded difflib v0.4.0
6772024-08-11T07:06:18.560Z Downloaded waitgroup v0.1.2
6782024-08-11T07:06:18.560Z Downloaded futures v0.3.30
6792024-08-11T07:06:18.566Z Downloaded tokio-native-tls v0.3.1
6802024-08-11T07:06:18.569Z Downloaded vsss-rs v3.3.4
6812024-08-11T07:06:18.572Z Downloaded openssl-sys v0.9.103
6822024-08-11T07:06:18.577Z Downloaded wait-timeout v0.2.0
6832024-08-11T07:06:18.580Z Downloaded rustls-pemfile v1.0.4
6842024-08-11T07:06:18.583Z Downloaded pin-utils v0.1.0
6852024-08-11T07:06:18.584Z Downloaded password-hash v0.5.0
6862024-08-11T07:06:18.586Z Downloaded rcgen v0.12.1
6872024-08-11T07:06:18.590Z Downloaded structmeta v0.2.0
6882024-08-11T07:06:18.590Z Downloaded ref-cast-impl v1.0.23
6892024-08-11T07:06:18.590Z Downloaded pin-project-lite v0.2.14
6902024-08-11T07:06:18.595Z Downloaded iana-time-zone v0.1.60
6912024-08-11T07:06:18.599Z Downloaded sigpipe v0.1.3
6922024-08-11T07:06:18.602Z Downloaded http-range v0.1.5
6932024-08-11T07:06:18.602Z Downloaded slog-scope v4.4.0
6942024-08-11T07:06:18.602Z Downloaded siphasher v0.3.11
6952024-08-11T07:06:18.605Z Downloaded foreign-types v0.5.0
6962024-08-11T07:06:18.605Z Downloaded tls_codec_derive v0.4.1
6972024-08-11T07:06:18.608Z Downloaded tls_codec v0.4.1
6982024-08-11T07:06:18.611Z Downloaded derive_builder_macro v0.20.0
6992024-08-11T07:06:18.611Z Downloaded pin-project-internal v1.1.5
7002024-08-11T07:06:18.614Z Downloaded chacha20poly1305 v0.10.1
7012024-08-11T07:06:18.616Z Downloaded getrandom v0.2.14
7022024-08-11T07:06:18.619Z Downloaded dirs-sys-next v0.1.2
7032024-08-11T07:06:18.619Z Downloaded tempfile v3.10.1
7042024-08-11T07:06:18.623Z Downloaded snafu-derive v0.8.2
7052024-08-11T07:06:18.626Z Downloaded foreign-types-shared v0.1.1
7062024-08-11T07:06:18.626Z Downloaded hostname v0.4.0
7072024-08-11T07:06:18.629Z Downloaded hostname v0.3.1
7082024-08-11T07:06:18.629Z Downloaded fragile v2.0.0
7092024-08-11T07:06:18.632Z Downloaded form_urlencoded v1.2.1
7102024-08-11T07:06:18.632Z Downloaded phf_shared v0.11.2
7112024-08-11T07:06:18.635Z Downloaded crossterm v0.27.0
7122024-08-11T07:06:18.640Z Downloaded ff v0.13.0
7132024-08-11T07:06:18.643Z Downloaded strum v0.26.3
7142024-08-11T07:06:18.646Z Downloaded minimal-lexical v0.2.1
7152024-08-11T07:06:18.649Z Downloaded sqlparser_derive v0.2.2
7162024-08-11T07:06:18.652Z Downloaded headers-core v0.2.0
7172024-08-11T07:06:18.652Z Downloaded rand_seeder v0.3.0
7182024-08-11T07:06:18.654Z Downloaded peg-runtime v0.8.3
7192024-08-11T07:06:18.655Z Downloaded same-file v1.0.6
7202024-08-11T07:06:18.657Z Downloaded smf v0.2.3
7212024-08-11T07:06:18.657Z Downloaded termcolor v1.4.1
7222024-08-11T07:06:18.661Z Downloaded structmeta-derive v0.3.0
7232024-08-11T07:06:18.661Z Downloaded slog-stdlog v4.1.1
7242024-08-11T07:06:18.662Z Downloaded scheduled-thread-pool v0.2.7
7252024-08-11T07:06:18.665Z Downloaded embedded-io v0.4.0
7262024-08-11T07:06:18.665Z Downloaded serde_yaml v0.9.34+deprecated
7272024-08-11T07:06:18.669Z Downloaded dsl_auto_type v0.1.2
7282024-08-11T07:06:18.672Z Downloaded ron v0.7.1
7292024-08-11T07:06:18.675Z Downloaded rand_core v0.6.4
7302024-08-11T07:06:18.678Z Downloaded proc-macro-crate v1.3.1
7312024-08-11T07:06:18.678Z Downloaded http-body v0.4.6
7322024-08-11T07:06:18.681Z Downloaded static_assertions v1.1.0
7332024-08-11T07:06:18.681Z Downloaded smawk v0.3.2
7342024-08-11T07:06:18.684Z Downloaded slog-dtrace v0.3.0
7352024-08-11T07:06:18.687Z Downloaded walkdir v2.5.0
7362024-08-11T07:06:18.687Z Downloaded num-bigint v0.4.5
7372024-08-11T07:06:18.692Z Downloaded derive_builder v0.20.0
7382024-08-11T07:06:18.696Z Downloaded slog-json v2.6.1
7392024-08-11T07:06:18.700Z Downloaded rayon-core v1.12.1
7402024-08-11T07:06:18.703Z Downloaded tokio-rustls v0.25.0
7412024-08-11T07:06:18.706Z Downloaded globset v0.4.14
7422024-08-11T07:06:18.709Z Downloaded whoami v1.5.1
7432024-08-11T07:06:18.709Z Downloaded peg v0.8.4
7442024-08-11T07:06:18.713Z Downloaded httpdate v1.0.3
7452024-08-11T07:06:18.716Z Downloaded futures-core v0.3.30
7462024-08-11T07:06:18.716Z Downloaded stable_deref_trait v1.2.0
7472024-08-11T07:06:18.719Z Downloaded spin v0.5.2
7482024-08-11T07:06:18.719Z Downloaded postgres-protocol v0.6.7
7492024-08-11T07:06:18.722Z Downloaded mio v0.8.11
7502024-08-11T07:06:18.726Z Downloaded hmac v0.12.1
7512024-08-11T07:06:18.729Z Downloaded serde-big-array v0.5.1
7522024-08-11T07:06:18.732Z Downloaded ena v0.14.3
7532024-08-11T07:06:18.732Z Downloaded zeroize_derive v1.4.2
7542024-08-11T07:06:18.735Z Downloaded zeroize v1.7.0
7552024-08-11T07:06:18.735Z Downloaded term v0.7.0
7562024-08-11T07:06:18.738Z Downloaded tokio-tungstenite v0.21.0
7572024-08-11T07:06:18.741Z Downloaded mio v1.0.1
7582024-08-11T07:06:18.746Z Downloaded try-lock v0.2.5
7592024-08-11T07:06:18.749Z Downloaded serde_arrays v0.1.0
7602024-08-11T07:06:18.749Z Downloaded unarray v0.1.4
7612024-08-11T07:06:18.751Z Downloaded snafu v0.8.2
7622024-08-11T07:06:18.756Z Downloaded libm v0.2.8
7632024-08-11T07:06:18.764Z Downloaded num-bigint-dig v0.8.4
7642024-08-11T07:06:18.769Z Downloaded strum_macros v0.25.3
7652024-08-11T07:06:18.772Z Downloaded zip v0.6.6
7662024-08-11T07:06:18.776Z Downloaded tracing v0.1.40
7672024-08-11T07:06:18.781Z Downloaded untrusted v0.7.1
7682024-08-11T07:06:18.783Z Downloaded rpassword v7.3.1
7692024-08-11T07:06:18.783Z Downloaded powerfmt v0.2.0
7702024-08-11T07:06:18.786Z Downloaded pin-project v1.1.5
7712024-08-11T07:06:18.796Z Downloaded textwrap v0.16.1
7722024-08-11T07:06:18.799Z Downloaded yasna v0.5.2
7732024-08-11T07:06:18.802Z Downloaded toolchain_find v0.4.0
7742024-08-11T07:06:18.805Z Downloaded rustc-demangle v0.1.24
7752024-08-11T07:06:18.805Z Downloaded tokio-tungstenite v0.20.1
7762024-08-11T07:06:18.808Z Downloaded test-strategy v0.3.1
7772024-08-11T07:06:18.811Z Downloaded x509-cert v0.2.5
7782024-08-11T07:06:18.817Z Downloaded flume v0.11.0
7792024-08-11T07:06:18.821Z Downloaded unicase v2.7.0
7802024-08-11T07:06:18.825Z Downloaded slog-bunyan v2.5.0
7812024-08-11T07:06:18.827Z Downloaded tracing-core v0.1.32
7822024-08-11T07:06:18.827Z Downloaded semver v0.1.20
7832024-08-11T07:06:18.830Z Downloaded slog-async v2.8.0
7842024-08-11T07:06:18.830Z Downloaded postgres-types v0.2.7
7852024-08-11T07:06:18.833Z Downloaded poly1305 v0.8.0
7862024-08-11T07:06:18.836Z Downloaded rustc_version v0.1.7
7872024-08-11T07:06:18.836Z Downloaded flagset v0.4.5
7882024-08-11T07:06:18.839Z Downloaded der v0.7.9
7892024-08-11T07:06:18.842Z Downloaded tokio-postgres v0.7.11
7902024-08-11T07:06:18.847Z Downloaded rustc-hash v1.1.0
7912024-08-11T07:06:18.850Z Downloaded percent-encoding v2.3.1
7922024-08-11T07:06:18.850Z Downloaded phf v0.11.2
7932024-08-11T07:06:18.853Z Downloaded ppv-lite86 v0.2.17
7942024-08-11T07:06:18.853Z Downloaded similar v2.5.0
7952024-08-11T07:06:18.858Z Downloaded unicode-truncate v1.0.0
7962024-08-11T07:06:18.861Z Downloaded libxml v0.3.3
7972024-08-11T07:06:18.864Z Downloaded toml v0.7.8
7982024-08-11T07:06:18.868Z Downloaded fixedbitset v0.4.2
7992024-08-11T07:06:18.871Z Downloaded ron v0.8.1
8002024-08-11T07:06:18.876Z Downloaded scopeguard v1.2.0
8012024-08-11T07:06:18.879Z Downloaded rustls-pki-types v1.7.0
8022024-08-11T07:06:18.882Z Downloaded derive_more v0.99.18
8032024-08-11T07:06:18.885Z Downloaded filetime v0.2.24
8042024-08-11T07:06:18.887Z Downloaded unicode_categories v0.1.1
8052024-08-11T07:06:18.890Z Downloaded pem v3.0.4
8062024-08-11T07:06:18.890Z Downloaded httparse v1.8.0
8072024-08-11T07:06:18.893Z Downloaded expectorate v1.1.0
8082024-08-11T07:06:18.896Z Downloaded peg-macros v0.8.4
8092024-08-11T07:06:18.898Z Downloaded half v2.4.1
8102024-08-11T07:06:18.901Z Downloaded rustls-pemfile v2.1.3
8112024-08-11T07:06:18.904Z Downloaded samael v0.0.15
8122024-08-11T07:06:18.907Z Downloaded slog v2.7.0
8132024-08-11T07:06:18.910Z Downloaded diesel_derives v2.2.2
8142024-08-11T07:06:18.915Z Downloaded tar v0.4.41
8152024-08-11T07:06:18.918Z Downloaded schemars v0.8.21
8162024-08-11T07:06:18.929Z Downloaded socket2 v0.4.10
8172024-08-11T07:06:18.932Z Downloaded steno v0.4.1
8182024-08-11T07:06:18.935Z Downloaded rustyline v14.0.0
8192024-08-11T07:06:18.941Z Downloaded unicode-normalization v0.1.23
8202024-08-11T07:06:18.945Z Downloaded trust-dns-client v0.22.0
8212024-08-11T07:06:18.951Z Downloaded flate2 v1.0.31
8222024-08-11T07:06:18.956Z Downloaded time v0.3.36
8232024-08-11T07:06:18.963Z Downloaded unsafe-libyaml v0.2.11
8242024-08-11T07:06:18.967Z Downloaded socket2 v0.5.7
8252024-08-11T07:06:18.969Z Downloaded heapless v0.7.17
8262024-08-11T07:06:18.973Z Downloaded prettyplease v0.2.20
8272024-08-11T07:06:18.977Z Downloaded headers v0.3.9
8282024-08-11T07:06:18.982Z Downloaded blake3 v1.5.1
8292024-08-11T07:06:18.990Z Downloaded trust-dns-resolver v0.22.0
8302024-08-11T07:06:18.995Z Downloaded rsa v0.9.6
8312024-08-11T07:06:19.000Z Downloaded reqwest v0.11.27
8322024-08-11T07:06:19.008Z Downloaded toml_edit v0.19.15
8332024-08-11T07:06:19.025Z Downloaded quick-xml v0.31.0
8342024-08-11T07:06:19.031Z Downloaded http v0.2.12
8352024-08-11T07:06:19.036Z Downloaded tungstenite v0.21.0
8362024-08-11T07:06:19.039Z Downloaded http v1.1.0
8372024-08-11T07:06:19.042Z Downloaded futures-util v0.3.30
8382024-08-11T07:06:19.054Z Downloaded trust-dns-server v0.22.1
8392024-08-11T07:06:19.060Z Downloaded rand v0.8.5
8402024-08-11T07:06:19.063Z Downloaded unicode-segmentation v1.11.0
8412024-08-11T07:06:19.066Z Downloaded reedline v0.33.0
8422024-08-11T07:06:19.074Z Downloaded bindgen v0.69.4
8432024-08-11T07:06:19.082Z Downloaded hyper v0.14.30
8442024-08-11T07:06:19.090Z Downloaded hashbrown v0.12.3
8452024-08-11T07:06:19.094Z Downloaded tokio-util v0.7.11
8462024-08-11T07:06:19.100Z Downloaded portable-atomic v1.6.0
8472024-08-11T07:06:19.106Z Downloaded object v0.30.4
8482024-08-11T07:06:19.118Z Downloaded hashbrown v0.13.2
8492024-08-11T07:06:19.122Z Downloaded rayon v1.10.0
8502024-08-11T07:06:19.130Z Downloaded nix v0.27.1
8512024-08-11T07:06:19.142Z Downloaded openssl v0.10.66
8522024-08-11T07:06:19.151Z Downloaded nix v0.28.0
8532024-08-11T07:06:19.163Z Downloaded object v0.32.2
8542024-08-11T07:06:19.173Z Downloaded idna v0.2.3
8552024-08-11T07:06:19.180Z Downloaded rustls-webpki v0.101.7
8562024-08-11T07:06:19.195Z Downloaded bitvec v1.0.1
8572024-08-11T07:06:19.210Z Downloaded winnow v0.5.40
8582024-08-11T07:06:19.218Z Downloaded regex-syntax v0.6.29
8592024-08-11T07:06:19.226Z Downloaded gimli v0.28.1
8602024-08-11T07:06:19.234Z Downloaded h2 v0.3.26
8612024-08-11T07:06:19.242Z Downloaded diesel v2.2.2
8622024-08-11T07:06:19.260Z Downloaded smoltcp v0.11.0
8632024-08-11T07:06:19.272Z Downloaded rustls-webpki v0.102.4
8642024-08-11T07:06:19.289Z Downloaded proptest v1.5.0
8652024-08-11T07:06:19.299Z Downloaded regex v1.10.6
8662024-08-11T07:06:19.312Z Downloaded rustls v0.21.12
8672024-08-11T07:06:19.323Z Downloaded smoltcp v0.9.1
8682024-08-11T07:06:19.334Z Downloaded trust-dns-proto v0.22.0
8692024-08-11T07:06:19.346Z Downloaded polar-core v0.27.3
8702024-08-11T07:06:19.354Z Downloaded tokio v1.38.1
8712024-08-11T07:06:19.392Z Downloaded bstr v1.9.1
8722024-08-11T07:06:19.400Z Downloaded rustls v0.22.4
8732024-08-11T07:06:19.413Z Downloaded regex-syntax v0.8.4
8742024-08-11T07:06:19.421Z Downloaded bstr v0.2.17
8752024-08-11T07:06:19.431Z Downloaded vcpkg v0.2.15
8762024-08-11T07:06:19.470Z Downloaded webpki-roots v0.25.4
8772024-08-11T07:06:19.473Z Downloaded sled v0.34.7
8782024-08-11T07:06:19.484Z Downloaded curve25519-dalek v4.1.3
8792024-08-11T07:06:19.494Z Downloaded radix_trie v0.2.1
8802024-08-11T07:06:19.500Z Downloaded regress v0.9.1
8812024-08-11T07:06:19.509Z Downloaded openapiv3 v2.0.0
8822024-08-11T07:06:19.522Z Downloaded lalrpop v0.19.12
8832024-08-11T07:06:19.533Z Downloaded ratatui v0.28.0
8842024-08-11T07:06:19.553Z Downloaded idna v0.5.0
8852024-08-11T07:06:19.560Z Downloaded idna v0.3.0
8862024-08-11T07:06:19.567Z Downloaded regex-automata v0.1.10
8872024-08-11T07:06:19.572Z Downloaded serde_with v3.8.3
8882024-08-11T07:06:19.582Z Downloaded hkdf v0.12.4
8892024-08-11T07:06:19.585Z Downloaded regex-automata v0.4.6
8902024-08-11T07:06:19.603Z Downloaded bzip2-sys v0.1.11+1.0.8
8912024-08-11T07:06:19.617Z Downloaded zerocopy-derive v0.6.6
8922024-08-11T07:06:19.625Z Downloaded sqlparser v0.45.0
8932024-08-11T07:06:19.632Z Downloaded chrono v0.4.38
8942024-08-11T07:06:19.639Z Downloaded url v2.5.2
8952024-08-11T07:06:19.642Z Downloaded itertools v0.12.1
8962024-08-11T07:06:19.649Z Downloaded typed-path v0.7.1
8972024-08-11T07:06:19.656Z Downloaded finl_unicode v1.2.0
8982024-08-11T07:06:19.669Z Downloaded petgraph v0.6.5
8992024-08-11T07:06:19.688Z Downloaded sha3 v0.10.8
9002024-08-11T07:06:19.694Z Downloaded csv v1.3.0
9012024-08-11T07:06:19.714Z Downloaded heapless v0.8.0
9022024-08-11T07:06:19.720Z Downloaded nom v7.1.3
9032024-08-11T07:06:19.722Z Downloaded aho-corasick v1.1.3
9042024-08-11T07:06:19.728Z Downloaded encoding_rs v0.8.34
9052024-08-11T07:06:19.750Z Downloaded phf_shared v0.10.0
9062024-08-11T07:06:19.754Z Downloaded untrusted v0.9.0
9072024-08-11T07:06:19.754Z Downloaded tap v1.0.1
9082024-08-11T07:06:19.754Z Downloaded subtle v2.5.0
9092024-08-11T07:06:19.756Z Downloaded rtoolbox v0.0.2
9102024-08-11T07:06:19.756Z Downloaded futures-channel v0.3.30
9112024-08-11T07:06:19.759Z Downloaded pem-rfc7468 v0.7.0
9122024-08-11T07:06:19.759Z Downloaded group v0.13.0
9132024-08-11T07:06:19.762Z Downloaded futures-macro v0.3.30
9142024-08-11T07:06:19.762Z Downloaded thread_local v1.1.8
9152024-08-11T07:06:19.764Z Downloaded tough v0.17.1
9162024-08-11T07:06:19.771Z Downloaded signature v2.2.0
9172024-08-11T07:06:19.775Z Downloaded futures-io v0.3.30
9182024-08-11T07:06:19.775Z Downloaded strum_macros v0.24.3
9192024-08-11T07:06:19.778Z Downloaded ref-cast v1.0.23
9202024-08-11T07:06:19.778Z Downloaded derive-where v1.2.7
9212024-08-11T07:06:19.781Z Downloaded tokio-stream v0.1.15
9222024-08-11T07:06:19.784Z Downloaded itertools v0.13.0
9232024-08-11T07:06:19.791Z Downloaded crossterm v0.28.1
9242024-08-11T07:06:19.797Z Downloaded itertools v0.10.5
9252024-08-11T07:06:19.804Z Downloaded dyn-clone v1.0.17
9262024-08-11T07:06:19.807Z Downloaded foreign-types-macros v0.2.3
9272024-08-11T07:06:19.807Z Downloaded env_logger v0.9.3
9282024-08-11T07:06:19.809Z Downloaded zerocopy v0.6.6
9292024-08-11T07:06:19.813Z Downloaded publicsuffix v2.2.3
9302024-08-11T07:06:19.815Z Downloaded fatfs v0.3.6
9312024-08-11T07:06:19.818Z Downloaded elliptic-curve v0.13.8
9322024-08-11T07:06:19.820Z Downloaded home v0.5.9
9332024-08-11T07:06:19.820Z Downloaded enum-as-inner v0.5.1
9342024-08-11T07:06:19.823Z Downloaded serde_derive_internals v0.29.1
9352024-08-11T07:06:19.823Z Downloaded tracing-attributes v0.1.27
9362024-08-11T07:06:19.826Z Downloaded spin v0.9.8
9372024-08-11T07:06:19.829Z Downloaded precomputed-hash v0.1.1
9382024-08-11T07:06:19.829Z Downloaded foreign-types-shared v0.3.1
9392024-08-11T07:06:19.829Z Downloaded futures-task v0.3.30
9402024-08-11T07:06:19.831Z Downloaded tungstenite v0.20.1
9412024-08-11T07:06:19.834Z Downloaded zone v0.1.8
9422024-08-11T07:06:19.834Z Downloaded toml v0.5.11
9432024-08-11T07:06:19.836Z Downloaded parse-display-derive v0.10.0
9442024-08-11T07:06:19.839Z Downloaded heck v0.3.3
9452024-08-11T07:06:19.839Z Downloaded const_format v0.2.32
9462024-08-11T07:06:19.850Z Downloaded memmap2 v0.9.4
9472024-08-11T07:06:19.850Z Downloaded strum_macros v0.26.4
9482024-08-11T07:06:19.850Z Downloaded hyper-rustls v0.24.2
9492024-08-11T07:06:19.853Z Downloaded crossbeam-channel v0.5.12
9502024-08-11T07:06:19.853Z Downloaded cc v1.0.97
9512024-08-11T07:06:19.856Z Downloaded predicates v3.1.2
9522024-08-11T07:06:19.858Z Downloaded pkg-config v0.3.30
9532024-08-11T07:06:19.861Z Downloaded rustversion v1.0.17
9542024-08-11T07:06:19.864Z Downloaded funty v2.0.0
9552024-08-11T07:06:19.864Z Downloaded oso v0.27.3
9562024-08-11T07:06:19.866Z Downloaded pkcs1 v0.7.5
9572024-08-11T07:06:19.869Z Downloaded highway v1.2.0
9582024-08-11T07:06:19.872Z Downloaded smallvec v1.13.2
9592024-08-11T07:06:19.872Z Downloaded secrecy v0.8.0
9602024-08-11T07:06:19.875Z Downloaded radium v0.7.0
9612024-08-11T07:06:19.875Z Downloaded r2d2 v0.8.10
9622024-08-11T07:06:19.877Z Downloaded parking_lot_core v0.8.6
9632024-08-11T07:06:19.877Z Downloaded hyper-staticfile v0.9.5
9642024-08-11T07:06:19.880Z Downloaded humantime v2.1.0
9652024-08-11T07:06:19.880Z Downloaded hubpack v0.1.2
9662024-08-11T07:06:19.883Z Downloaded hash32 v0.3.1
9672024-08-11T07:06:19.883Z Downloaded hash32 v0.2.1
9682024-08-11T07:06:19.885Z Downloaded fallible-iterator v0.2.0
9692024-08-11T07:06:19.885Z Downloaded ciborium v0.2.2
9702024-08-11T07:06:19.888Z Downloaded allocator-api2 v0.2.18
9712024-08-11T07:06:19.891Z Downloaded darling_core v0.20.9
9722024-08-11T07:06:19.894Z Downloaded num-complex v0.4.6
9732024-08-11T07:06:19.897Z Downloaded backtrace v0.3.71
9742024-08-11T07:06:19.901Z Downloaded arc-swap v1.7.1
9752024-08-11T07:06:19.904Z Downloaded crc-any v2.5.0
9762024-08-11T07:06:19.908Z Downloaded ciborium-io v0.2.2
9772024-08-11T07:06:19.908Z Downloaded tui-tree-widget v0.22.0
9782024-08-11T07:06:19.911Z Downloaded nu-ansi-term v0.50.0
9792024-08-11T07:06:19.911Z Downloaded crc32fast v1.4.0
9802024-08-11T07:06:19.915Z Downloaded mockall v0.13.0
9812024-08-11T07:06:19.915Z Downloaded supports-color v3.0.0
9822024-08-11T07:06:19.915Z Downloaded strip-ansi-escapes v0.2.0
9832024-08-11T07:06:19.925Z Downloaded string_cache v0.8.7
9842024-08-11T07:06:19.925Z Downloaded console v0.15.8
9852024-08-11T07:06:19.925Z Downloaded colored v2.1.0
9862024-08-11T07:06:19.925Z Downloaded parking_lot_core v0.9.10
9872024-08-11T07:06:19.927Z Downloaded slog-envlogger v2.2.0
9882024-08-11T07:06:19.927Z Downloaded mime_guess v2.0.4
9892024-08-11T07:06:19.927Z Downloaded lock_api v0.4.12
9902024-08-11T07:06:19.930Z Downloaded libloading v0.8.3
9912024-08-11T07:06:19.930Z Downloaded indent_write v2.2.0
9922024-08-11T07:06:19.932Z Downloaded parse-display v0.10.0
9932024-08-11T07:06:19.932Z Downloaded packed_struct v0.10.1
9942024-08-11T07:06:19.935Z Downloaded arrayvec v0.7.4
9952024-08-11T07:06:19.938Z Downloaded olpc-cjson v0.1.3
9962024-08-11T07:06:19.938Z Downloaded num_enum v0.5.11
9972024-08-11T07:06:19.941Z Downloaded num-conv v0.1.0
9982024-08-11T07:06:19.943Z Downloaded multimap v0.10.0
9992024-08-11T07:06:19.943Z Downloaded libefi-sys v0.1.0
10002024-08-11T07:06:19.946Z Downloaded castaway v0.2.3
10012024-08-11T07:06:19.946Z Downloaded lru v0.12.3
10022024-08-11T07:06:19.948Z Downloaded lazy_static v1.5.0
10032024-08-11T07:06:19.948Z Downloaded bitflags v1.3.2
10042024-08-11T07:06:19.951Z Downloaded bitfield v0.14.0
10052024-08-11T07:06:19.953Z Downloaded ipnet v2.9.0
10062024-08-11T07:06:19.956Z Downloaded num-derive v0.4.2
10072024-08-11T07:06:19.958Z Downloaded libsw v3.3.1
10082024-08-11T07:06:19.961Z Downloaded ring v0.17.8
10092024-08-11T07:06:20.030Z Downloaded ahash v0.8.11
10102024-08-11T07:06:20.033Z Downloaded addr2line v0.21.0
10112024-08-11T07:06:20.035Z Downloaded crossbeam-deque v0.8.5
10122024-08-11T07:06:20.038Z Downloaded const_format_proc_macros v0.2.32
10132024-08-11T07:06:20.042Z Downloaded linear-map v1.2.0
10142024-08-11T07:06:20.042Z Downloaded keccak v0.1.5
10152024-08-11T07:06:20.044Z Downloaded inout v0.1.3
10162024-08-11T07:06:20.044Z Downloaded bzip2 v0.4.4
10172024-08-11T07:06:20.044Z Downloaded ascii v1.1.0
10182024-08-11T07:06:20.047Z Downloaded maplit v1.0.2
10192024-08-11T07:06:20.047Z Downloaded lazycell v1.3.0
10202024-08-11T07:06:20.050Z Downloaded kstat-rs v0.2.4
10212024-08-11T07:06:20.050Z Downloaded ipnetwork v0.20.0
10222024-08-11T07:06:20.050Z Downloaded impl-trait-for-tuples v0.2.2
10232024-08-11T07:06:20.053Z Downloaded bit-vec v0.6.3
10242024-08-11T07:06:20.056Z Downloaded bb8 v0.8.5
10252024-08-11T07:06:20.082Z Downloaded ring v0.16.20
10262024-08-11T07:06:20.244Z Compiling cfg-if v1.0.0
10272024-08-11T07:06:20.244Z Compiling serde v1.0.205
10282024-08-11T07:06:20.247Z Compiling lock_api v0.4.12
10292024-08-11T07:06:20.247Z Compiling scopeguard v1.2.0
10302024-08-11T07:06:20.247Z Compiling log v0.4.21
10312024-08-11T07:06:20.392Z Compiling syn v2.0.72
10322024-08-11T07:06:20.396Z Compiling cc v1.0.97
10332024-08-11T07:06:20.397Z Compiling typenum v1.17.0
10342024-08-11T07:06:20.469Z Compiling getrandom v0.2.14
10352024-08-11T07:06:20.523Z Compiling generic-array v0.14.7
10362024-08-11T07:06:20.816Z Compiling rand_core v0.6.4
10372024-08-11T07:06:20.841Z Compiling pin-project-lite v0.2.14
10382024-08-11T07:06:20.950Z Compiling parking_lot_core v0.9.10
10392024-08-11T07:06:20.965Z Compiling smallvec v1.13.2
10402024-08-11T07:06:20.995Z Compiling signal-hook-registry v1.4.2
10412024-08-11T07:06:21.235Z Compiling spin v0.9.8
10422024-08-11T07:06:21.312Z Compiling mio v0.8.11
10432024-08-11T07:06:21.350Z Compiling ahash v0.8.11
10442024-08-11T07:06:21.603Z Compiling tinyvec_macros v0.1.1
10452024-08-11T07:06:21.696Z Compiling tinyvec v1.6.0
10462024-08-11T07:06:21.728Z Compiling socket2 v0.5.7
10472024-08-11T07:06:21.749Z Compiling num_cpus v1.16.0
10482024-08-11T07:06:21.862Z Compiling parking_lot v0.12.2
10492024-08-11T07:06:22.060Z Compiling serde_json v1.0.122
10502024-08-11T07:06:22.503Z Compiling subtle v2.5.0
10512024-08-11T07:06:22.633Z Compiling futures-core v0.3.30
10522024-08-11T07:06:22.798Z Compiling const-oid v0.9.6
10532024-08-11T07:06:22.856Z Compiling libm v0.2.8
10542024-08-11T07:06:22.913Z Compiling slab v0.4.9
10552024-08-11T07:06:22.919Z Compiling num-traits v0.2.19
10562024-08-11T07:06:23.103Z Compiling allocator-api2 v0.2.18
10572024-08-11T07:06:23.252Z Compiling unicode-normalization v0.1.23
10582024-08-11T07:06:23.255Z Compiling unicode-bidi v0.3.15
10592024-08-11T07:06:23.281Z Compiling futures-sink v0.3.30
10602024-08-11T07:06:23.964Z Compiling futures-channel v0.3.30
10612024-08-11T07:06:24.081Z Compiling vcpkg v0.2.15
10622024-08-11T07:06:24.098Z Compiling futures-io v0.3.30
10632024-08-11T07:06:24.429Z Compiling pin-utils v0.1.0
10642024-08-11T07:06:24.445Z Compiling futures-task v0.3.30
10652024-08-11T07:06:24.513Z Compiling pkg-config v0.3.30
10662024-08-11T07:06:24.771Z Compiling ring v0.17.8
10672024-08-11T07:06:24.834Z Compiling percent-encoding v2.3.1
10682024-08-11T07:06:24.870Z Compiling ppv-lite86 v0.2.17
10692024-08-11T07:06:24.873Z Compiling tracing-core v0.1.32
10702024-08-11T07:06:25.229Z Compiling num-conv v0.1.0
10712024-08-11T07:06:25.509Z Compiling time-core v0.1.2
10722024-08-11T07:06:25.651Z Compiling rand_chacha v0.3.1
10732024-08-11T07:06:25.674Z Compiling untrusted v0.9.0
10742024-08-11T07:06:25.839Z Compiling syn v1.0.109
10752024-08-11T07:06:26.089Z Compiling powerfmt v0.2.0
10762024-08-11T07:06:26.320Z Compiling openssl-sys v0.9.103
10772024-08-11T07:06:26.375Z Compiling rustix v0.38.34
10782024-08-11T07:06:26.422Z Compiling deranged v0.3.11
10792024-08-11T07:06:26.451Z Compiling rand v0.8.5
10802024-08-11T07:06:26.497Z Compiling time-macros v0.2.18
10812024-08-11T07:06:27.207Z Compiling base64ct v1.6.0
10822024-08-11T07:06:27.708Z Compiling foreign-types-shared v0.1.1
10832024-08-11T07:06:27.732Z Compiling num_threads v0.1.7
10842024-08-11T07:06:27.803Z Compiling rustversion v1.0.17
10852024-08-11T07:06:27.845Z Compiling openssl v0.10.66
10862024-08-11T07:06:28.133Z Compiling httparse v1.8.0
10872024-08-11T07:06:28.203Z Compiling foreign-types v0.3.2
10882024-08-11T07:06:28.236Z Compiling pem-rfc7468 v0.7.0
10892024-08-11T07:06:28.452Z Compiling form_urlencoded v1.2.1
10902024-08-11T07:06:28.552Z Compiling siphasher v0.3.11
10912024-08-11T07:06:28.756Z Compiling flagset v0.4.5
10922024-08-11T07:06:28.838Z Compiling rustls v0.21.12
10932024-08-11T07:06:28.887Z Compiling try-lock v0.2.5
10942024-08-11T07:06:28.932Z Compiling native-tls v0.2.11
10952024-08-11T07:06:29.002Z Compiling crossbeam-utils v0.8.19
10962024-08-11T07:06:29.078Z Compiling want v0.3.1
10972024-08-11T07:06:29.365Z Compiling time v0.3.36
10982024-08-11T07:06:29.623Z Compiling idna v0.5.0
10992024-08-11T07:06:29.768Z Compiling lazy_static v1.5.0
11002024-08-11T07:06:29.889Z Compiling aho-corasick v1.1.3
11012024-08-11T07:06:30.615Z Compiling cookie v0.17.0
11022024-08-11T07:06:30.841Z Compiling openssl-probe v0.1.5
11032024-08-11T07:06:30.934Z Compiling tower-service v0.3.2
11042024-08-11T07:06:31.048Z Compiling regex-syntax v0.8.4
11052024-08-11T07:06:31.202Z Compiling cpufeatures v0.2.12
11062024-08-11T07:06:31.275Z Compiling iana-time-zone v0.1.60
11072024-08-11T07:06:31.594Z Compiling finl_unicode v1.2.0
11082024-08-11T07:06:31.694Z Compiling adler v1.0.2
11092024-08-11T07:06:31.883Z Compiling slog v2.7.0
11102024-08-11T07:06:32.171Z Compiling httpdate v1.0.3
11112024-08-11T07:06:32.460Z Compiling stringprep v0.1.4
11122024-08-11T07:06:32.681Z Compiling miniz_oxide v0.7.2
11132024-08-11T07:06:33.606Z Compiling url v2.5.2
11142024-08-11T07:06:33.997Z Compiling serde_derive v1.0.205
11152024-08-11T07:06:34.131Z Compiling zeroize_derive v1.4.2
11162024-08-11T07:06:34.244Z Compiling zerocopy-derive v0.7.34
11172024-08-11T07:06:35.194Z Compiling tokio-macros v2.3.0
11182024-08-11T07:06:35.406Z Compiling thiserror-impl v1.0.63
11192024-08-11T07:06:35.689Z Compiling zeroize v1.7.0
11202024-08-11T07:06:35.867Z Compiling futures-macro v0.3.30
11212024-08-11T07:06:36.429Z Compiling zerocopy v0.7.34
11222024-08-11T07:06:36.705Z Compiling tracing-attributes v0.1.27
11232024-08-11T07:06:37.445Z Compiling scroll_derive v0.12.0
11242024-08-11T07:06:37.532Z Compiling crypto-common v0.1.6
11252024-08-11T07:06:37.755Z Compiling block-buffer v0.10.4
11262024-08-11T07:06:37.895Z Compiling futures-util v0.3.30
11272024-08-11T07:06:38.078Z Compiling digest v0.10.7
11282024-08-11T07:06:38.557Z Compiling hashbrown v0.14.5
11292024-08-11T07:06:38.636Z Compiling thiserror v1.0.63
11302024-08-11T07:06:38.773Z Compiling pest v2.7.10
11312024-08-11T07:06:38.890Z Compiling scroll v0.12.0
11322024-08-11T07:06:39.395Z Compiling goblin v0.8.2
11332024-08-11T07:06:39.941Z Compiling hmac v0.12.1
11342024-08-11T07:06:40.161Z Compiling der_derive v0.7.2
11352024-08-11T07:06:40.454Z Compiling tracing v0.1.40
11362024-08-11T07:06:40.984Z Compiling openssl-macros v0.1.1
11372024-08-11T07:06:41.680Z Compiling pest_meta v2.7.10
11382024-08-11T07:06:41.740Z Compiling sct v0.7.1
11392024-08-11T07:06:41.757Z Compiling rustls-webpki v0.101.7
11402024-08-11T07:06:42.050Z Compiling md-5 v0.10.6
11412024-08-11T07:06:42.344Z Compiling sha2 v0.10.8
11422024-08-11T07:06:42.540Z Compiling regex-automata v0.4.6
11432024-08-11T07:06:42.633Z Compiling der v0.7.9
11442024-08-11T07:06:43.702Z Compiling pest_generator v2.7.10
11452024-08-11T07:06:45.715Z Compiling spki v0.7.3
11462024-08-11T07:06:45.946Z Compiling num-integer v0.1.46
11472024-08-11T07:06:46.062Z Compiling idna v0.3.0
11482024-08-11T07:06:46.734Z Compiling backtrace v0.3.71
11492024-08-11T07:06:46.853Z Compiling pest_derive v2.7.10
11502024-08-11T07:06:47.168Z Compiling hash32 v0.2.1
11512024-08-11T07:06:47.187Z Compiling fallible-iterator v0.2.0
11522024-08-11T07:06:47.564Z Compiling stable_deref_trait v1.2.0
11532024-08-11T07:06:47.657Z Compiling dtrace-parser v0.2.0
11542024-08-11T07:06:47.660Z Compiling signal-hook v0.3.17
11552024-08-11T07:06:47.685Z Compiling gimli v0.28.1
11562024-08-11T07:06:47.899Z Compiling smoltcp v0.9.1
11572024-08-11T07:06:47.936Z Compiling base64 v0.22.1
11582024-08-11T07:06:48.357Z Compiling bytes v1.7.1
11592024-08-11T07:06:48.656Z Compiling bitflags v2.6.0
11602024-08-11T07:06:49.133Z Compiling indexmap v2.3.0
11612024-08-11T07:06:49.649Z Compiling tokio v1.38.1
11622024-08-11T07:06:49.678Z Compiling http v0.2.12
11632024-08-11T07:06:49.753Z Compiling semver v1.0.23
11642024-08-11T07:06:50.498Z Compiling rustc_version v0.4.0
11652024-08-11T07:06:51.271Z Compiling heapless v0.7.17
11662024-08-11T07:06:51.724Z Compiling http-body v0.4.6
11672024-08-11T07:06:51.750Z Compiling dof v0.3.0
11682024-08-11T07:06:52.206Z Compiling uuid v1.10.0
11692024-08-11T07:06:52.662Z Compiling usdt-impl v0.5.0
11702024-08-11T07:06:52.951Z Compiling serde_spanned v0.6.7
11712024-08-11T07:06:53.180Z Compiling toml_datetime v0.6.8
11722024-08-11T07:06:53.623Z Compiling serde_tokenstream v0.2.1
11732024-08-11T07:06:53.625Z Compiling chrono v0.4.38
11742024-08-11T07:06:53.695Z Compiling psl-types v2.0.11
11752024-08-11T07:06:53.877Z Compiling crc32fast v1.4.0
11762024-08-11T07:06:53.937Z Compiling publicsuffix v2.2.3
11772024-08-11T07:06:54.188Z Compiling terminal_size v0.3.0
11782024-08-11T07:06:54.250Z Compiling addr2line v0.21.0
11792024-08-11T07:06:54.389Z Compiling postgres-protocol v0.6.7
11802024-08-11T07:06:54.552Z Compiling pkcs8 v0.10.2
11812024-08-11T07:06:54.912Z Compiling hubpack_derive v0.1.1
11822024-08-11T07:06:55.114Z Compiling block-padding v0.3.3
11832024-08-11T07:06:55.293Z Compiling zerocopy-derive v0.6.6
11842024-08-11T07:06:55.344Z Compiling async-trait v0.1.81
11852024-08-11T07:06:55.790Z Compiling phf_shared v0.11.2
11862024-08-11T07:06:56.182Z Compiling serde_derive_internals v0.29.1
11872024-08-11T07:06:56.435Z Compiling ff v0.13.0
11882024-08-11T07:06:56.552Z Compiling fs-err v2.11.0
11892024-08-11T07:06:56.648Z Compiling object v0.32.2
11902024-08-11T07:06:56.846Z Compiling bitflags v1.3.2
11912024-08-11T07:06:56.943Z Compiling anyhow v1.0.86
11922024-08-11T07:06:57.324Z Compiling rustc-demangle v0.1.24
11932024-08-11T07:06:57.418Z Compiling ipnet v2.9.0
11942024-08-11T07:06:57.590Z Compiling base16ct v0.2.0
11952024-08-11T07:06:57.901Z Compiling tokio-util v0.7.11
11962024-08-11T07:06:58.053Z Compiling tokio-rustls v0.24.1
11972024-08-11T07:06:58.447Z Compiling either v1.13.0
11982024-08-11T07:06:58.660Z Compiling tokio-native-tls v0.3.1
11992024-08-11T07:06:58.863Z Compiling h2 v0.3.26
12002024-08-11T07:06:58.896Z Compiling managed v0.8.0
12012024-08-11T07:06:58.914Z Compiling matches v0.1.10
12022024-08-11T07:06:58.939Z Compiling regex-automata v0.1.10
12032024-08-11T07:06:59.002Z Compiling bit-vec v0.6.3
12042024-08-11T07:06:59.257Z Compiling schemars v0.8.21
12052024-08-11T07:06:59.326Z Compiling winnow v0.5.40
12062024-08-11T07:06:59.405Z Compiling base64 v0.21.7
12072024-08-11T07:06:59.457Z Compiling clap_builder v4.5.15
12082024-08-11T07:06:59.652Z Compiling bstr v0.2.17
12092024-08-11T07:07:00.143Z Compiling rustls-pemfile v1.0.4
12102024-08-11T07:07:00.831Z Compiling idna v0.2.3
12112024-08-11T07:07:01.232Z Compiling schemars_derive v0.8.21
12122024-08-11T07:07:02.418Z Compiling sec1 v0.7.3
12132024-08-11T07:07:02.938Z Compiling toml_edit v0.19.15
12142024-08-11T07:07:02.969Z Compiling zerocopy v0.6.6
12152024-08-11T07:07:03.855Z Compiling group v0.13.0
12162024-08-11T07:07:03.926Z Compiling phf v0.11.2
12172024-08-11T07:07:04.184Z Compiling postgres-types v0.2.7
12182024-08-11T07:07:04.210Z Compiling hubpack v0.1.2
12192024-08-11T07:07:04.480Z Compiling cookie_store v0.20.0
12202024-08-11T07:07:04.646Z Compiling inout v0.1.3
12212024-08-11T07:07:05.230Z Compiling usdt-macro v0.5.0
12222024-08-11T07:07:05.670Z Compiling hyper v0.14.30
12232024-08-11T07:07:05.687Z Compiling usdt-attr-macro v0.5.0
12242024-08-11T07:07:05.971Z Compiling serde_urlencoded v0.7.1
12252024-08-11T07:07:06.507Z Compiling regex v1.10.6
12262024-08-11T07:07:06.615Z Compiling num-bigint v0.4.5
12272024-08-11T07:07:06.722Z Compiling futures-executor v0.3.30
12282024-08-11T07:07:07.327Z Compiling enum-as-inner v0.5.1
12292024-08-11T07:07:07.331Z Compiling hkdf v0.12.4
12302024-08-11T07:07:07.555Z Compiling crypto-bigint v0.5.5
12312024-08-11T07:07:07.576Z Compiling serde_repr v0.1.19
12322024-08-11T07:07:08.396Z Compiling clap_derive v4.5.13
12332024-08-11T07:07:08.581Z Compiling strum_macros v0.25.3
12342024-08-11T07:07:08.769Z Compiling phf_shared v0.10.0
12352024-08-11T07:07:09.165Z Compiling float-cmp v0.9.0
12362024-08-11T07:07:09.273Z Compiling mio v1.0.1
12372024-08-11T07:07:09.386Z Compiling encoding_rs v0.8.34
12382024-08-11T07:07:10.469Z Compiling static_assertions v1.1.0
12392024-08-11T07:07:10.568Z Compiling new_debug_unreachable v1.0.6
12402024-08-11T07:07:10.662Z Compiling minimal-lexical v0.2.1
12412024-08-11T07:07:10.784Z Compiling dyn-clone v1.0.17
12422024-08-11T07:07:10.998Z Compiling whoami v1.5.1
12432024-08-11T07:07:11.190Z Compiling data-encoding v2.6.0
12442024-08-11T07:07:11.669Z Compiling unicode-segmentation v1.11.0
12452024-08-11T07:07:12.526Z Compiling hyper-tls v0.5.0
12462024-08-11T07:07:12.708Z Compiling hyper-rustls v0.24.2
12472024-08-11T07:07:12.886Z Compiling sync_wrapper v0.1.2
12482024-08-11T07:07:13.007Z Compiling predicates-core v1.0.6
12492024-08-11T07:07:13.049Z Compiling normalize-line-endings v0.3.0
12502024-08-11T07:07:13.172Z Compiling difflib v0.4.0
12512024-08-11T07:07:13.310Z Compiling webpki-roots v0.25.4
12522024-08-11T07:07:13.360Z Compiling mime v0.3.17
12532024-08-11T07:07:13.470Z Compiling fixedbitset v0.4.2
12542024-08-11T07:07:13.585Z Compiling precomputed-hash v0.1.1
12552024-08-11T07:07:13.614Z Compiling predicates v3.1.2
12562024-08-11T07:07:13.697Z Compiling reqwest v0.11.27
12572024-08-11T07:07:13.825Z Compiling petgraph v0.6.5
12582024-08-11T07:07:13.940Z Compiling string_cache v0.8.7
12592024-08-11T07:07:13.968Z Compiling toml_edit v0.22.20
12602024-08-11T07:07:14.392Z Compiling clap v4.5.15
12612024-08-11T07:07:14.509Z Compiling console v0.15.8
12622024-08-11T07:07:14.742Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12632024-08-11T07:07:15.211Z Compiling similar v2.5.0
12642024-08-11T07:07:15.268Z Compiling trust-dns-proto v0.22.0
12652024-08-11T07:07:16.064Z Compiling tokio-postgres v0.7.11
12662024-08-11T07:07:17.545Z Compiling nom v7.1.3
12672024-08-11T07:07:17.865Z Compiling elliptic-curve v0.13.8
12682024-08-11T07:07:18.692Z Compiling usdt v0.5.0
12692024-08-11T07:07:19.160Z Compiling signal-hook-mio v0.2.4
12702024-08-11T07:07:19.336Z Compiling yasna v0.5.2
12712024-08-11T07:07:20.960Z Compiling futures v0.3.30
12722024-08-11T07:07:21.076Z Compiling toml v0.7.8
12732024-08-11T07:07:21.206Z Compiling flate2 v1.0.31
12742024-08-11T07:07:21.236Z Compiling cipher v0.4.4
12752024-08-11T07:07:21.747Z Compiling bit-set v0.5.3
12762024-08-11T07:07:22.038Z Compiling itertools v0.10.5
12772024-08-11T07:07:22.188Z Compiling itertools v0.12.1
12782024-08-11T07:07:22.192Z Compiling tokio-stream v0.1.15
12792024-08-11T07:07:22.367Z Compiling openapiv3 v2.0.0
12802024-08-11T07:07:22.504Z Compiling hex v0.4.3
12812024-08-11T07:07:22.802Z Compiling bstr v1.9.1
12822024-08-11T07:07:23.148Z Compiling crossbeam-epoch v0.9.18
12832024-08-11T07:07:23.169Z Compiling num-iter v0.1.45
12842024-08-11T07:07:23.343Z Compiling dirs-sys-next v0.1.2
12852024-08-11T07:07:23.452Z Compiling peg-runtime v0.8.3
12862024-08-11T07:07:23.931Z Compiling lalrpop-util v0.19.12
12872024-08-11T07:07:24.032Z Compiling unicode-xid v0.2.4
12882024-08-11T07:07:24.146Z Compiling dirs-next v2.0.0
12892024-08-11T07:07:24.198Z Compiling thread_local v1.1.8
12902024-08-11T07:07:24.268Z Compiling slog-async v2.8.0
12912024-08-11T07:07:24.345Z Compiling term v0.7.0
12922024-08-11T07:07:24.597Z Compiling xattr v1.3.1
12932024-08-11T07:07:24.755Z Compiling crossbeam-channel v0.5.12
12942024-08-11T07:07:24.826Z Compiling strum_macros v0.26.4
12952024-08-11T07:07:24.854Z Compiling filetime v0.2.24
12962024-08-11T07:07:24.869Z Compiling is-terminal v0.4.12
12972024-08-11T07:07:24.984Z Compiling take_mut v0.2.2
12982024-08-11T07:07:25.136Z Compiling tar v0.4.41
12992024-08-11T07:07:25.152Z Compiling slog-term v2.9.1
13002024-08-11T07:07:25.354Z Compiling camino v1.1.7
13012024-08-11T07:07:27.242Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13022024-08-11T07:07:27.904Z Compiling strum v0.26.3
13032024-08-11T07:07:27.978Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13042024-08-11T07:07:32.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
13052024-08-11T07:07:33.086Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13062024-08-11T07:07:33.126ZAug 11 07:07:31.928 INFO Starting download, target: Clickhouse
13072024-08-11T07:07:33.126ZAug 11 07:07:31.928 INFO Starting download, target: Cockroach
13082024-08-11T07:07:33.126ZAug 11 07:07:31.928 INFO Starting download, target: Console
13092024-08-11T07:07:33.126ZAug 11 07:07:31.928 INFO Starting download, target: DendriteOpenapi
13102024-08-11T07:07:33.126ZAug 11 07:07:31.928 INFO Starting download, target: DendriteStub
13112024-08-11T07:07:33.129ZAug 11 07:07:31.928 INFO Starting download, target: MaghemiteMgd
13122024-08-11T07:07:33.129ZAug 11 07:07:31.928 INFO Starting download, target: TransceiverControl
13132024-08-11T07:07:33.129ZAug 11 07:07:31.928 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi
13142024-08-11T07:07:33.129ZAug 11 07:07:31.928 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13152024-08-11T07:07:33.129ZAug 11 07:07:31.928 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13162024-08-11T07:07:33.129ZAug 11 07:07:31.929 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13172024-08-11T07:07:33.129ZAug 11 07:07:31.929 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13182024-08-11T07:07:33.129ZAug 11 07:07:31.929 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13192024-08-11T07:07:33.129ZAug 11 07:07:31.929 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13202024-08-11T07:07:33.297ZAug 11 07:07:32.097 INFO Download complete, target: DendriteOpenapi
13212024-08-11T07:07:33.374ZAug 11 07:07:32.174 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13222024-08-11T07:07:33.734ZAug 11 07:07:32.533 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13232024-08-11T07:07:33.901ZAug 11 07:07:32.687 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13242024-08-11T07:07:33.974ZAug 11 07:07:32.775 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13252024-08-11T07:07:34.122ZAug 11 07:07:32.923 INFO Download complete, target: Console
13262024-08-11T07:07:34.192ZAug 11 07:07:32.994 INFO Download complete, target: TransceiverControl
13272024-08-11T07:07:35.079ZAug 11 07:07:33.880 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13282024-08-11T07:07:35.685ZAug 11 07:07:34.486 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13292024-08-11T07:07:35.685ZAug 11 07:07:34.486 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13302024-08-11T07:07:36.840ZAug 11 07:07:35.641 INFO Download complete, target: DendriteStub
13312024-08-11T07:07:37.107ZAug 11 07:07:35.908 INFO Download complete, target: MaghemiteMgd
13322024-08-11T07:07:43.601ZAug 11 07:07:42.401 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13332024-08-11T07:07:43.918ZAug 11 07:07:42.718 INFO Checking that binary works, target: Cockroach
13342024-08-11T07:07:44.066ZAug 11 07:07:42.866 INFO Download complete, target: Cockroach
13352024-08-11T07:07:48.746ZAug 11 07:07:47.546 INFO Checking that binary works, target: Clickhouse
13362024-08-11T07:07:49.169ZAug 11 07:07:47.968 INFO Download complete, target: Clickhouse
13372024-08-11T07:07:49.448ZAll builder prerequisites installed successfully, and PATH looks valid
13382024-08-11T07:07:49.451Z
13392024-08-11T07:07:49.451Zreal 3:28.696413864
13402024-08-11T07:07:49.451Zuser 10:44.837445131
13412024-08-11T07:07:49.451Zsys 2:19.173191856
13422024-08-11T07:07:49.451Ztrap 0.376889400
13432024-08-11T07:07:49.451Ztflt 7.575055435
13442024-08-11T07:07:49.451Zdflt 7.999921457
13452024-08-11T07:07:49.451Zkflt 0.127572512
13462024-08-11T07:07:49.451Zlock 20:29.551089442
13472024-08-11T07:07:49.451Zslp 42:16.657453459
13482024-08-11T07:07:49.451Zlat 37.178233932
13492024-08-11T07:07:49.451Zstop 1:35.171447180
13502024-08-11T07:07:49.451Z+ banner hack-check
13512024-08-11T07:07:49.454Z
13522024-08-11T07:07:49.454Z # # ## #### # # #### # # ###### #### # #
13532024-08-11T07:07:49.454Z # # # # # # # # # # # # # # # # #
13542024-08-11T07:07:49.454Z ###### # # # #### ##### # ###### ##### # ####
13552024-08-11T07:07:49.454Z # # ###### # # # # # # # # # #
13562024-08-11T07:07:49.454Z # # # # # # # # # # # # # # # # #
13572024-08-11T07:07:49.454Z # # # # #### # # #### # # ###### #### # #
13582024-08-11T07:07:49.454Z
13592024-08-11T07:07:49.454Z+ export CARGO_INCREMENTAL=0
13602024-08-11T07:07:49.454Z+ CARGO_INCREMENTAL=0
13612024-08-11T07:07:49.455Z+ ptime -m timeout 2h cargo xtask check-features --ci
13622024-08-11T07:07:49.978Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13632024-08-11T07:07:53.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.76s
13642024-08-11T07:07:53.323Z Running `target/debug/xtask check-features --ci`
13652024-08-11T07:07:53.341Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
13662024-08-11T07:07:53.341Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
13672024-08-11T07:07:53.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
13682024-08-11T07:07:53.804Z Running `target/debug/xtask download cargo-hack`
13692024-08-11T07:07:54.559Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13702024-08-11T07:07:54.896Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13712024-08-11T07:07:59.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s
13722024-08-11T07:07:59.131Z Running `target/debug/xtask-downloader cargo-hack`
13732024-08-11T07:07:59.160ZAug 11 07:07:57.957 INFO Starting download, target: CargoHack
13742024-08-11T07:07:59.163ZAug 11 07:07:57.958 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
13752024-08-11T07:07:59.756ZAug 11 07:07:58.554 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
13762024-08-11T07:07:59.856ZAug 11 07:07:58.654 INFO Download complete, target: CargoHack
13772024-08-11T07:07:59.859Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
13782024-08-11T07:07:59.875Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
13792024-08-11T07:08:00.017Zinfo: running `cargo check --bins` on api_identity (1/147)
13802024-08-11T07:08:00.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13812024-08-11T07:08:00.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13822024-08-11T07:08:00.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13832024-08-11T07:08:00.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
13842024-08-11T07:08:00.571Z
13852024-08-11T07:08:00.571Zinfo: running `cargo check --bins` on bootstore (2/147)
13862024-08-11T07:08:01.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13872024-08-11T07:08:01.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13882024-08-11T07:08:01.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13892024-08-11T07:08:01.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
13902024-08-11T07:08:01.166Z
13912024-08-11T07:08:01.166Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/147)
13922024-08-11T07:08:01.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13932024-08-11T07:08:01.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13942024-08-11T07:08:01.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13952024-08-11T07:08:01.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
13962024-08-11T07:08:01.743Z
13972024-08-11T07:08:01.744Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/147)
13982024-08-11T07:08:02.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13992024-08-11T07:08:02.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14002024-08-11T07:08:02.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14012024-08-11T07:08:02.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
14022024-08-11T07:08:02.324Z
14032024-08-11T07:08:02.324Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/147)
14042024-08-11T07:08:02.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14052024-08-11T07:08:02.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14062024-08-11T07:08:02.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14072024-08-11T07:08:02.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14082024-08-11T07:08:02.751Z
14092024-08-11T07:08:02.751Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/147)
14102024-08-11T07:08:03.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14112024-08-11T07:08:03.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14122024-08-11T07:08:03.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14132024-08-11T07:08:03.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14142024-08-11T07:08:03.180Z
14152024-08-11T07:08:03.180Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/147)
14162024-08-11T07:08:03.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14172024-08-11T07:08:03.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14182024-08-11T07:08:03.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14192024-08-11T07:08:03.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14202024-08-11T07:08:03.608Z
14212024-08-11T07:08:03.608Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/147)
14222024-08-11T07:08:04.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14232024-08-11T07:08:04.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14242024-08-11T07:08:04.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14252024-08-11T07:08:04.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14262024-08-11T07:08:04.039Z
14272024-08-11T07:08:04.039Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/147)
14282024-08-11T07:08:04.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14292024-08-11T07:08:04.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14302024-08-11T07:08:04.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14312024-08-11T07:08:04.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14322024-08-11T07:08:04.474Z
14332024-08-11T07:08:04.474Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/147)
14342024-08-11T07:08:04.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14352024-08-11T07:08:04.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14362024-08-11T07:08:04.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14372024-08-11T07:08:04.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14382024-08-11T07:08:04.915Z
14392024-08-11T07:08:04.915Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/147)
14402024-08-11T07:08:05.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14412024-08-11T07:08:05.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14422024-08-11T07:08:05.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14432024-08-11T07:08:05.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14442024-08-11T07:08:05.342Z
14452024-08-11T07:08:05.342Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/147)
14462024-08-11T07:08:05.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14472024-08-11T07:08:05.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14482024-08-11T07:08:05.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14492024-08-11T07:08:05.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14502024-08-11T07:08:05.774Z
14512024-08-11T07:08:05.774Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/147)
14522024-08-11T07:08:06.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14532024-08-11T07:08:06.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14542024-08-11T07:08:06.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14552024-08-11T07:08:06.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14562024-08-11T07:08:06.214Z
14572024-08-11T07:08:06.214Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/147)
14582024-08-11T07:08:06.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14592024-08-11T07:08:06.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14602024-08-11T07:08:06.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14612024-08-11T07:08:06.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14622024-08-11T07:08:06.650Z
14632024-08-11T07:08:06.651Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/147)
14642024-08-11T07:08:07.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14652024-08-11T07:08:07.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14662024-08-11T07:08:07.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14672024-08-11T07:08:07.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14682024-08-11T07:08:07.079Z
14692024-08-11T07:08:07.079Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/147)
14702024-08-11T07:08:07.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14712024-08-11T07:08:07.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14722024-08-11T07:08:07.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14732024-08-11T07:08:07.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14742024-08-11T07:08:07.515Z
14752024-08-11T07:08:07.515Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/147)
14762024-08-11T07:08:07.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14772024-08-11T07:08:07.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14782024-08-11T07:08:07.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14792024-08-11T07:08:07.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14802024-08-11T07:08:07.948Z
14812024-08-11T07:08:07.948Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/147)
14822024-08-11T07:08:08.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14832024-08-11T07:08:08.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14842024-08-11T07:08:08.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14852024-08-11T07:08:08.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14862024-08-11T07:08:08.392Z
14872024-08-11T07:08:08.392Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/147)
14882024-08-11T07:08:08.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14892024-08-11T07:08:08.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14902024-08-11T07:08:08.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14912024-08-11T07:08:08.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14922024-08-11T07:08:08.828Z
14932024-08-11T07:08:08.828Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/147)
14942024-08-11T07:08:09.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14952024-08-11T07:08:09.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14962024-08-11T07:08:09.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14972024-08-11T07:08:09.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14982024-08-11T07:08:09.264Z
14992024-08-11T07:08:09.264Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/147)
15002024-08-11T07:08:09.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15012024-08-11T07:08:09.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15022024-08-11T07:08:09.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15032024-08-11T07:08:09.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
15042024-08-11T07:08:09.700Z
15052024-08-11T07:08:09.700Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/147)
15062024-08-11T07:08:10.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15072024-08-11T07:08:10.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15082024-08-11T07:08:10.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15092024-08-11T07:08:10.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
15102024-08-11T07:08:10.144Z
15112024-08-11T07:08:10.144Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/147)
15122024-08-11T07:08:10.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15132024-08-11T07:08:10.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15142024-08-11T07:08:10.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15152024-08-11T07:08:10.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
15162024-08-11T07:08:10.582Z
15172024-08-11T07:08:10.582Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/147)
15182024-08-11T07:08:10.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15192024-08-11T07:08:10.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15202024-08-11T07:08:10.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15212024-08-11T07:08:10.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
15222024-08-11T07:08:11.017Z
15232024-08-11T07:08:11.017Zinfo: running `cargo check --bins` on sled-hardware-types (25/147)
15242024-08-11T07:08:11.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15252024-08-11T07:08:11.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15262024-08-11T07:08:11.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15272024-08-11T07:08:11.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15282024-08-11T07:08:11.623Z
15292024-08-11T07:08:11.623Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/147)
15302024-08-11T07:08:12.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15312024-08-11T07:08:12.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15322024-08-11T07:08:12.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15332024-08-11T07:08:12.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15342024-08-11T07:08:12.222Z
15352024-08-11T07:08:12.222Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/147)
15362024-08-11T07:08:12.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15372024-08-11T07:08:12.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15382024-08-11T07:08:12.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15392024-08-11T07:08:12.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15402024-08-11T07:08:12.811Z
15412024-08-11T07:08:12.811Zinfo: running `cargo check --bins` on oxlog (28/147)
15422024-08-11T07:08:13.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15432024-08-11T07:08:13.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15442024-08-11T07:08:13.373Z Checking cfg-if v1.0.0
15452024-08-11T07:08:13.375Z Checking libc v0.2.155
15462024-08-11T07:08:13.455Z Checking memchr v2.7.2
15472024-08-11T07:08:13.466Z Checking serde v1.0.205
15482024-08-11T07:08:13.472Z Checking scopeguard v1.2.0
15492024-08-11T07:08:13.479Z Checking byteorder v1.5.0
15502024-08-11T07:08:13.487Z Checking log v0.4.21
15512024-08-11T07:08:13.497Z Checking zeroize v1.7.0
15522024-08-11T07:08:13.509Z Checking once_cell v1.19.0
15532024-08-11T07:08:13.591Z Checking lock_api v0.4.12
15542024-08-11T07:08:13.749Z Checking itoa v1.0.11
15552024-08-11T07:08:13.763Z Checking pin-project-lite v0.2.14
15562024-08-11T07:08:13.800Z Checking typenum v1.17.0
15572024-08-11T07:08:13.851Z Checking zerocopy v0.7.34
15582024-08-11T07:08:13.863Z Checking smallvec v1.13.2
15592024-08-11T07:08:13.949Z Checking tinyvec_macros v0.1.1
15602024-08-11T07:08:14.004Z Checking spin v0.9.8
15612024-08-11T07:08:14.032Z Checking tinyvec v1.6.0
15622024-08-11T07:08:14.219Z Checking subtle v2.5.0
15632024-08-11T07:08:14.319Z Checking const-oid v0.9.6
15642024-08-11T07:08:14.341Z Checking futures-core v0.3.30
15652024-08-11T07:08:14.485Z Checking allocator-api2 v0.2.18
15662024-08-11T07:08:14.521Z Checking unicode-bidi v0.3.15
15672024-08-11T07:08:14.572Z Checking getrandom v0.2.14
15682024-08-11T07:08:14.819Z Checking rand_core v0.6.4
15692024-08-11T07:08:15.004Z Checking generic-array v0.14.7
15702024-08-11T07:08:15.100Z Checking parking_lot_core v0.9.10
15712024-08-11T07:08:15.112Z Checking signal-hook-registry v1.4.2
15722024-08-11T07:08:15.124Z Checking mio v0.8.11
15732024-08-11T07:08:15.260Z Checking num_cpus v1.16.0
15742024-08-11T07:08:15.288Z Checking socket2 v0.5.7
15752024-08-11T07:08:15.331Z Checking unicode-normalization v0.1.23
15762024-08-11T07:08:15.362Z Checking ahash v0.8.11
15772024-08-11T07:08:15.406Z Checking parking_lot v0.12.2
15782024-08-11T07:08:15.708Z Checking futures-sink v0.3.30
15792024-08-11T07:08:15.722Z Checking libm v0.2.8
15802024-08-11T07:08:15.734Z Checking ryu v1.0.18
15812024-08-11T07:08:15.848Z Checking equivalent v1.0.1
15822024-08-11T07:08:15.895Z Checking hashbrown v0.14.5
15832024-08-11T07:08:15.939Z Checking futures-channel v0.3.30
15842024-08-11T07:08:15.951Z Checking slab v0.4.9
15852024-08-11T07:08:16.145Z Checking crypto-common v0.1.6
15862024-08-11T07:08:16.158Z Checking futures-io v0.3.30
15872024-08-11T07:08:16.189Z Checking pin-utils v0.1.0
15882024-08-11T07:08:16.210Z Checking futures-task v0.3.30
15892024-08-11T07:08:16.264Z Checking block-buffer v0.10.4
15902024-08-11T07:08:16.279Z Checking ppv-lite86 v0.2.17
15912024-08-11T07:08:16.307Z Checking percent-encoding v2.3.1
15922024-08-11T07:08:16.321Z Checking tracing-core v0.1.32
15932024-08-11T07:08:16.434Z Checking futures-util v0.3.30
15942024-08-11T07:08:16.462Z Checking digest v0.10.7
15952024-08-11T07:08:16.505Z Checking fnv v1.0.7
15962024-08-11T07:08:16.617Z Checking untrusted v0.9.0
15972024-08-11T07:08:16.631Z Checking num-traits v0.2.19
15982024-08-11T07:08:16.759Z Checking ring v0.17.8
15992024-08-11T07:08:16.844Z Checking thiserror v1.0.63
16002024-08-11T07:08:16.941Z Checking rand_chacha v0.3.1
16012024-08-11T07:08:16.954Z Checking tracing v0.1.40
16022024-08-11T07:08:16.968Z Checking powerfmt v0.2.0
16032024-08-11T07:08:17.034Z Checking foreign-types-shared v0.1.1
16042024-08-11T07:08:17.126Z Checking base64ct v1.6.0
16052024-08-11T07:08:17.209Z Checking deranged v0.3.11
16062024-08-11T07:08:17.272Z Checking foreign-types v0.3.2
16072024-08-11T07:08:17.304Z Checking rand v0.8.5
16082024-08-11T07:08:17.350Z Checking hmac v0.12.1
16092024-08-11T07:08:17.552Z Checking pem-rfc7468 v0.7.0
16102024-08-11T07:08:17.566Z Checking form_urlencoded v1.2.1
16112024-08-11T07:08:17.750Z Checking openssl-sys v0.9.103
16122024-08-11T07:08:17.786Z Checking unicode-ident v1.0.12
16132024-08-11T07:08:17.940Z Checking flagset v0.4.5
16142024-08-11T07:08:18.115Z Checking try-lock v0.2.5
16152024-08-11T07:08:18.237Z Checking siphasher v0.3.11
16162024-08-11T07:08:18.342Z Checking num-conv v0.1.0
16172024-08-11T07:08:18.495Z Checking bytes v1.7.1
16182024-08-11T07:08:18.516Z Checking indexmap v2.3.0
16192024-08-11T07:08:18.546Z Checking bitflags v2.6.0
16202024-08-11T07:08:18.559Z Checking serde_json v1.0.122
16212024-08-11T07:08:18.591Z Checking time-core v0.1.2
16222024-08-11T07:08:18.728Z Checking num_threads v0.1.7
16232024-08-11T07:08:18.831Z Checking sct v0.7.1
16242024-08-11T07:08:18.831Z Checking rustls-webpki v0.101.7
16252024-08-11T07:08:18.927Z Checking time v0.3.36
16262024-08-11T07:08:19.001Z Checking openssl v0.10.66
16272024-08-11T07:08:19.015Z Checking uuid v1.10.0
16282024-08-11T07:08:19.346Z Checking tokio v1.38.1
16292024-08-11T07:08:19.547Z Checking http v0.2.12
16302024-08-11T07:08:19.612Z Checking want v0.3.1
16312024-08-11T07:08:19.728Z Checking der v0.7.9
16322024-08-11T07:08:19.778Z Checking proc-macro2 v1.0.86
16332024-08-11T07:08:20.175Z Checking idna v0.5.0
16342024-08-11T07:08:20.479Z Checking errno v0.3.9
16352024-08-11T07:08:20.649Z Checking httparse v1.8.0
16362024-08-11T07:08:20.836Z Checking http-body v0.4.6
16372024-08-11T07:08:20.967Z Checking lazy_static v1.5.0
16382024-08-11T07:08:21.052Z Checking aho-corasick v1.1.3
16392024-08-11T07:08:21.074Z Checking scroll v0.12.0
16402024-08-11T07:08:21.212Z Checking finl_unicode v1.2.0
16412024-08-11T07:08:21.375Z Checking utf8parse v0.2.1
16422024-08-11T07:08:21.422Z Checking tower-service v0.3.2
16432024-08-11T07:08:21.453Z Checking iana-time-zone v0.1.60
16442024-08-11T07:08:21.503Z Checking httpdate v1.0.3
16452024-08-11T07:08:21.516Z Checking ucd-trie v0.1.6
16462024-08-11T07:08:21.531Z Checking openssl-probe v0.1.5
16472024-08-11T07:08:21.580Z Checking plain v0.2.3
16482024-08-11T07:08:21.668Z Checking anstyle v1.0.8
16492024-08-11T07:08:21.710Z Checking regex-syntax v0.8.4
16502024-08-11T07:08:21.713Z Checking cpufeatures v0.2.12
16512024-08-11T07:08:21.713Z Checking adler v1.0.2
16522024-08-11T07:08:21.763Z Checking stringprep v0.1.4
16532024-08-11T07:08:21.799Z Checking sha2 v0.10.8
16542024-08-11T07:08:21.866Z Checking miniz_oxide v0.7.2
16552024-08-11T07:08:21.993Z Checking goblin v0.8.2
16562024-08-11T07:08:22.021Z Checking pest v2.7.10
16572024-08-11T07:08:22.338Z Checking chrono v0.4.38
16582024-08-11T07:08:22.553Z Checking anstyle-parse v0.2.4
16592024-08-11T07:08:22.683Z Checking spki v0.7.3
16602024-08-11T07:08:22.811Z Checking url v2.5.2
16612024-08-11T07:08:22.950Z Checking rustix v0.38.34
16622024-08-11T07:08:23.629Z Checking quote v1.0.36
16632024-08-11T07:08:23.981Z Checking rustls v0.21.12
16642024-08-11T07:08:24.357Z Checking native-tls v0.2.11
16652024-08-11T07:08:24.427Z Checking serde_spanned v0.6.7
16662024-08-11T07:08:24.439Z Checking toml_datetime v0.6.8
16672024-08-11T07:08:24.589Z Checking num-integer v0.1.46
16682024-08-11T07:08:24.654Z Checking md-5 v0.10.6
16692024-08-11T07:08:24.706Z Checking idna v0.3.0
16702024-08-11T07:08:24.857Z Checking hash32 v0.2.1
16712024-08-11T07:08:24.915Z Checking regex-automata v0.4.6
16722024-08-11T07:08:24.970Z Checking fallible-iterator v0.2.0
16732024-08-11T07:08:25.041Z Checking is_terminal_polyfill v1.70.0
16742024-08-11T07:08:25.150Z Checking gimli v0.28.1
16752024-08-11T07:08:25.167Z Checking anstyle-query v1.0.3
16762024-08-11T07:08:25.287Z Checking colorchoice v1.0.1
16772024-08-11T07:08:25.398Z Checking base64 v0.22.1
16782024-08-11T07:08:25.530Z Checking stable_deref_trait v1.2.0
16792024-08-11T07:08:25.595Z Checking psl-types v2.0.11
16802024-08-11T07:08:25.622Z Checking pretty-hex v0.4.1
16812024-08-11T07:08:25.747Z Checking publicsuffix v2.2.3
16822024-08-11T07:08:25.776Z Checking heapless v0.7.17
16832024-08-11T07:08:25.837Z Checking postgres-protocol v0.6.7
16842024-08-11T07:08:25.973Z Checking anstream v0.6.14
16852024-08-11T07:08:26.215Z Checking tokio-util v0.7.11
16862024-08-11T07:08:26.325Z Checking tokio-native-tls v0.3.1
16872024-08-11T07:08:26.477Z Checking terminal_size v0.3.0
16882024-08-11T07:08:26.573Z Checking dtrace-parser v0.2.0
16892024-08-11T07:08:26.624Z Checking syn v2.0.72
16902024-08-11T07:08:26.828Z Checking pkcs8 v0.10.2
16912024-08-11T07:08:26.942Z Checking dof v0.3.0
16922024-08-11T07:08:26.991Z Checking cookie v0.17.0
16932024-08-11T07:08:27.047Z Checking h2 v0.3.26
16942024-08-11T07:08:27.050Z Checking phf_shared v0.11.2
16952024-08-11T07:08:27.170Z Checking tokio-rustls v0.24.1
16962024-08-11T07:08:27.337Z Checking block-padding v0.3.3
16972024-08-11T07:08:27.384Z Checking ff v0.13.0
16982024-08-11T07:08:27.495Z Checking thread-id v4.2.1
16992024-08-11T07:08:27.509Z Checking object v0.32.2
17002024-08-11T07:08:27.522Z Checking managed v0.8.0
17012024-08-11T07:08:27.584Z Checking base16ct v0.2.0
17022024-08-11T07:08:27.587Z Checking clap_lex v0.7.0
17032024-08-11T07:08:27.774Z Checking base64 v0.21.7
17042024-08-11T07:08:27.794Z Checking winnow v0.5.40
17052024-08-11T07:08:27.881Z Checking strsim v0.11.1
17062024-08-11T07:08:28.174Z Checking bit-vec v0.6.3
17072024-08-11T07:08:28.217Z Checking matches v0.1.10
17082024-08-11T07:08:28.292Z Checking bitflags v1.3.2
17092024-08-11T07:08:28.379Z Checking either v1.13.0
17102024-08-11T07:08:28.479Z Checking rustc-demangle v0.1.24
17112024-08-11T07:08:28.762Z Checking regex-automata v0.1.10
17122024-08-11T07:08:28.899Z Checking ipnet v2.9.0
17132024-08-11T07:08:28.924Z Checking addr2line v0.21.0
17142024-08-11T07:08:29.166Z Checking bstr v0.2.17
17152024-08-11T07:08:29.327Z Checking regex v1.10.6
17162024-08-11T07:08:29.344Z Checking smoltcp v0.9.1
17172024-08-11T07:08:29.398Z Checking idna v0.2.3
17182024-08-11T07:08:29.946Z Checking rustls-pemfile v1.0.4
17192024-08-11T07:08:29.960Z Checking clap_builder v4.5.15
17202024-08-11T07:08:30.118Z Checking sec1 v0.7.3
17212024-08-11T07:08:30.230Z Checking group v0.13.0
17222024-08-11T07:08:30.459Z Checking inout v0.1.3
17232024-08-11T07:08:30.493Z Checking cookie_store v0.20.0
17242024-08-11T07:08:30.678Z Checking phf v0.11.2
17252024-08-11T07:08:30.845Z Checking postgres-types v0.2.7
17262024-08-11T07:08:30.915Z Checking num-bigint v0.4.5
17272024-08-11T07:08:30.929Z Checking toml_edit v0.19.15
17282024-08-11T07:08:31.117Z Checking futures-executor v0.3.30
17292024-08-11T07:08:31.324Z Checking phf_shared v0.10.0
17302024-08-11T07:08:31.533Z Checking serde_urlencoded v0.7.1
17312024-08-11T07:08:31.581Z Checking hubpack v0.1.2
17322024-08-11T07:08:31.882Z Checking float-cmp v0.9.0
17332024-08-11T07:08:31.926Z Checking hkdf v0.12.4
17342024-08-11T07:08:32.055Z Checking zerocopy v0.6.6
17352024-08-11T07:08:32.127Z Checking crossbeam-utils v0.8.19
17362024-08-11T07:08:32.800Z Checking crc32fast v1.4.0
17372024-08-11T07:08:32.851Z Checking signal-hook v0.3.17
17382024-08-11T07:08:32.853Z Checking usdt-impl v0.5.0
17392024-08-11T07:08:32.918Z Checking crypto-bigint v0.5.5
17402024-08-11T07:08:33.001Z Checking memmap v0.7.0
17412024-08-11T07:08:33.149Z Checking hyper v0.14.30
17422024-08-11T07:08:33.162Z Checking mio v1.0.1
17432024-08-11T07:08:33.184Z Checking encoding_rs v0.8.34
17442024-08-11T07:08:33.338Z Checking whoami v1.5.1
17452024-08-11T07:08:33.341Z Checking dyn-clone v1.0.17
17462024-08-11T07:08:33.423Z Checking normalize-line-endings v0.3.0
17472024-08-11T07:08:33.472Z Checking mime v0.3.17
17482024-08-11T07:08:33.520Z Checking backtrace v0.3.71
17492024-08-11T07:08:33.535Z Checking data-encoding v2.6.0
17502024-08-11T07:08:33.612Z Checking minimal-lexical v0.2.1
17512024-08-11T07:08:33.692Z Checking unicode-width v0.1.13
17522024-08-11T07:08:33.784Z Checking static_assertions v1.1.0
17532024-08-11T07:08:33.855Z Checking new_debug_unreachable v1.0.6
17542024-08-11T07:08:33.868Z Checking fixedbitset v0.4.2
17552024-08-11T07:08:33.935Z Checking difflib v0.4.0
17562024-08-11T07:08:33.985Z Checking winnow v0.6.18
17572024-08-11T07:08:34.062Z Checking unicode-segmentation v1.11.0
17582024-08-11T07:08:34.105Z Checking precomputed-hash v0.1.1
17592024-08-11T07:08:34.193Z Checking sync_wrapper v0.1.2
17602024-08-11T07:08:34.208Z Checking predicates-core v1.0.6
17612024-08-11T07:08:34.220Z Checking webpki-roots v0.25.4
17622024-08-11T07:08:34.302Z Checking string_cache v0.8.7
17632024-08-11T07:08:34.373Z Checking predicates v3.1.2
17642024-08-11T07:08:34.386Z Checking trust-dns-proto v0.22.0
17652024-08-11T07:08:34.575Z Checking petgraph v0.6.5
17662024-08-11T07:08:34.690Z Checking similar v2.5.0
17672024-08-11T07:08:35.011Z Checking anyhow v1.0.86
17682024-08-11T07:08:35.364Z Checking nom v7.1.3
17692024-08-11T07:08:35.473Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17702024-08-11T07:08:35.754Z Checking console v0.15.8
17712024-08-11T07:08:35.768Z Checking elliptic-curve v0.13.8
17722024-08-11T07:08:36.065Z Checking signal-hook-mio v0.2.4
17732024-08-11T07:08:36.211Z Checking tokio-postgres v0.7.11
17742024-08-11T07:08:36.415Z Checking schemars v0.8.21
17752024-08-11T07:08:36.927Z Checking toml_edit v0.22.20
17762024-08-11T07:08:37.870Z Checking yasna v0.5.2
17772024-08-11T07:08:38.026Z Checking toml v0.7.8
17782024-08-11T07:08:38.179Z Checking usdt v0.5.0
17792024-08-11T07:08:38.264Z Checking flate2 v1.0.31
17802024-08-11T07:08:38.431Z Checking clap v4.5.15
17812024-08-11T07:08:38.540Z Checking crossbeam-epoch v0.9.18
17822024-08-11T07:08:38.676Z Checking futures v0.3.30
17832024-08-11T07:08:38.737Z Checking cipher v0.4.4
17842024-08-11T07:08:38.773Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17852024-08-11T07:08:38.797Z Checking bstr v1.9.1
17862024-08-11T07:08:38.894Z Checking itertools v0.12.1
17872024-08-11T07:08:38.964Z Checking itertools v0.10.5
17882024-08-11T07:08:39.114Z Checking bit-set v0.5.3
17892024-08-11T07:08:39.167Z Checking hyper-tls v0.5.0
17902024-08-11T07:08:39.250Z Checking hyper-rustls v0.24.2
17912024-08-11T07:08:39.368Z Checking tokio-stream v0.1.15
17922024-08-11T07:08:39.451Z Checking fs-err v2.11.0
17932024-08-11T07:08:39.521Z Checking num-iter v0.1.45
17942024-08-11T07:08:39.523Z Checking reqwest v0.11.27
17952024-08-11T07:08:39.669Z Checking slog v2.7.0
17962024-08-11T07:08:39.699Z Checking openapiv3 v2.0.0
17972024-08-11T07:08:39.981Z Checking hex v0.4.3
17982024-08-11T07:08:40.124Z Checking semver v1.0.23
17992024-08-11T07:08:40.165Z Checking lalrpop-util v0.19.12
18002024-08-11T07:08:40.387Z Checking peg-runtime v0.8.3
18012024-08-11T07:08:40.446Z Checking camino v1.1.7
18022024-08-11T07:08:40.476Z Checking sigpipe v0.1.3
18032024-08-11T07:08:42.141Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18042024-08-11T07:08:42.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.61s
18052024-08-11T07:08:42.553Z
18062024-08-11T07:08:42.553Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/147)
18072024-08-11T07:08:43.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082024-08-11T07:08:43.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092024-08-11T07:08:43.171Z Compiling regress v0.9.1
18102024-08-11T07:08:43.260Z Checking sha1 v0.10.6
18112024-08-11T07:08:43.269Z Checking strum v0.26.3
18122024-08-11T07:08:43.284Z Checking heck v0.5.0
18132024-08-11T07:08:43.295Z Compiling getopts v0.2.21
18142024-08-11T07:08:43.298Z Checking dirs-sys-next v0.1.2
18152024-08-11T07:08:43.319Z Compiling unsafe-libyaml v0.2.11
18162024-08-11T07:08:43.443Z Checking http v1.1.0
18172024-08-11T07:08:43.461Z Checking dirs-next v2.0.0
18182024-08-11T07:08:43.503Z Checking thread_local v1.1.8
18192024-08-11T07:08:43.569Z Checking rustls-pki-types v1.7.0
18202024-08-11T07:08:43.678Z Compiling ident_case v1.0.1
18212024-08-11T07:08:43.766Z Checking term v0.7.0
18222024-08-11T07:08:43.865Z Compiling darling_core v0.20.9
18232024-08-11T07:08:44.002Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18242024-08-11T07:08:44.188Z Checking crossbeam-channel v0.5.12
18252024-08-11T07:08:44.240Z Checking is-terminal v0.4.12
18262024-08-11T07:08:44.329Z Checking atty v0.2.14
18272024-08-11T07:08:44.354Z Compiling paste v1.0.15
18282024-08-11T07:08:44.437Z Compiling rustls v0.22.4
18292024-08-11T07:08:44.710Z Compiling serde_yaml v0.9.34+deprecated
18302024-08-11T07:08:44.797Z Checking humantime v2.1.0
18312024-08-11T07:08:44.876Z Checking take_mut v0.2.2
18322024-08-11T07:08:44.962Z Checking termcolor v1.4.1
18332024-08-11T07:08:45.014Z Checking utf-8 v0.7.6
18342024-08-11T07:08:45.076Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18352024-08-11T07:08:45.194Z Checking slog-async v2.8.0
18362024-08-11T07:08:45.293Z Checking slog-term v2.9.1
18372024-08-11T07:08:45.411Z Checking env_logger v0.9.3
18382024-08-11T07:08:45.447Z Checking rustls-webpki v0.102.4
18392024-08-11T07:08:45.461Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18402024-08-11T07:08:45.781Z Compiling proc-macro-crate v1.3.1
18412024-08-11T07:08:45.795Z Compiling bitstruct_derive v0.1.0
18422024-08-11T07:08:45.834Z Compiling structmeta-derive v0.3.0
18432024-08-11T07:08:46.171Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18442024-08-11T07:08:46.295Z Compiling multer v3.1.0
18452024-08-11T07:08:46.589Z Checking ascii v1.1.0
18462024-08-11T07:08:46.604Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18472024-08-11T07:08:46.978Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18482024-08-11T07:08:47.102Z Checking match_cfg v0.1.0
18492024-08-11T07:08:47.181Z Checking hostname v0.3.1
18502024-08-11T07:08:47.263Z Checking bitstruct v0.1.1
18512024-08-11T07:08:47.306Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18522024-08-11T07:08:47.365Z Compiling num_enum_derive v0.5.11
18532024-08-11T07:08:48.180Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18542024-08-11T07:08:48.329Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18552024-08-11T07:08:48.794Z Compiling structmeta v0.3.0
18562024-08-11T07:08:48.832Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18572024-08-11T07:08:48.966Z Checking slog-json v2.6.1
18582024-08-11T07:08:49.115Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18592024-08-11T07:08:49.205Z Checking erased-serde v0.3.31
18602024-08-11T07:08:49.219Z Checking serde_arrays v0.1.0
18612024-08-11T07:08:49.360Z Compiling foreign-types-macros v0.2.3
18622024-08-11T07:08:49.395Z Compiling async-stream-impl v0.3.5
18632024-08-11T07:08:49.836Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
18642024-08-11T07:08:50.039Z Checking foreign-types-shared v0.3.1
18652024-08-11T07:08:50.135Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18662024-08-11T07:08:50.147Z Checking atomic-waker v1.1.2
18672024-08-11T07:08:50.267Z Checking arc-swap v1.7.1
18682024-08-11T07:08:50.285Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18692024-08-11T07:08:50.434Z Checking waitgroup v0.1.2
18702024-08-11T07:08:50.619Z Checking num_enum v0.5.11
18712024-08-11T07:08:50.633Z Checking foreign-types v0.5.0
18722024-08-11T07:08:50.686Z Checking slog-scope v4.4.0
18732024-08-11T07:08:50.730Z Compiling parse-display-derive v0.10.0
18742024-08-11T07:08:50.745Z Checking async-stream v0.3.5
18752024-08-11T07:08:50.758Z Checking slog-bunyan v2.5.0
18762024-08-11T07:08:50.862Z Compiling proc-macro-error v1.0.4
18772024-08-11T07:08:51.024Z Compiling darling_macro v0.20.9
18782024-08-11T07:08:51.063Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18792024-08-11T07:08:51.275Z Checking tungstenite v0.20.1
18802024-08-11T07:08:51.337Z Checking toml v0.8.19
18812024-08-11T07:08:51.575Z Checking rustls-pemfile v2.1.3
18822024-08-11T07:08:51.807Z Compiling heck v0.3.3
18832024-08-11T07:08:51.825Z Checking tokio-rustls v0.25.0
18842024-08-11T07:08:51.952Z Compiling darling v0.20.9
18852024-08-11T07:08:52.067Z Compiling serde_with_macros v3.8.3
18862024-08-11T07:08:52.098Z Checking ipnetwork v0.20.0
18872024-08-11T07:08:52.098Z Checking newtype-uuid v1.1.0
18882024-08-11T07:08:52.188Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
18892024-08-11T07:08:52.222Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18902024-08-11T07:08:52.332Z Checking serde_path_to_error v0.1.16
18912024-08-11T07:08:52.447Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18922024-08-11T07:08:52.968Z Checking hostname v0.4.0
18932024-08-11T07:08:53.095Z Checking cstr-argument v0.1.2
18942024-08-11T07:08:53.098Z Checking instant v0.1.12
18952024-08-11T07:08:53.220Z Checking fastrand v2.1.0
18962024-08-11T07:08:53.244Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
18972024-08-11T07:08:53.265Z Checking pretty-hex v0.2.1
18982024-08-11T07:08:53.412Z Checking debug-ignore v1.0.5
18992024-08-11T07:08:53.536Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19002024-08-11T07:08:53.549Z Checking tempfile v3.10.1
19012024-08-11T07:08:53.561Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19022024-08-11T07:08:53.796Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19032024-08-11T07:08:53.859Z Checking backoff v0.4.0
19042024-08-11T07:08:53.922Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19052024-08-11T07:08:54.046Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19062024-08-11T07:08:54.144Z Compiling zone_cfg_derive v0.1.2
19072024-08-11T07:08:54.260Z Checking tokio-tungstenite v0.20.1
19082024-08-11T07:08:54.283Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19092024-08-11T07:08:54.785Z Checking slog-stdlog v4.1.1
19102024-08-11T07:08:54.939Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19112024-08-11T07:08:54.962Z Checking serde_with v3.8.3
19122024-08-11T07:08:55.051Z Checking tungstenite v0.21.0
19132024-08-11T07:08:55.080Z Checking colored v2.1.0
19142024-08-11T07:08:55.265Z Checking parse-display v0.10.0
19152024-08-11T07:08:55.347Z Checking macaddr v1.0.1
19162024-08-11T07:08:55.466Z Checking socket2 v0.4.10
19172024-08-11T07:08:55.662Z Checking base64 v0.13.1
19182024-08-11T07:08:55.717Z Checking zone v0.1.8
19192024-08-11T07:08:55.922Z Checking tokio-tungstenite v0.21.0
19202024-08-11T07:08:56.041Z Checking ron v0.7.1
19212024-08-11T07:08:56.365Z Checking slog-envlogger v2.2.0
19222024-08-11T07:08:56.401Z Checking pem v3.0.4
19232024-08-11T07:08:56.563Z Checking tabwriter v1.4.0
19242024-08-11T07:08:56.651Z Checking xattr v1.3.1
19252024-08-11T07:08:56.784Z Checking portpicker v0.1.1
19262024-08-11T07:08:56.833Z Checking headers-core v0.2.0
19272024-08-11T07:08:56.918Z Checking smf v0.2.3
19282024-08-11T07:08:56.968Z Checking filetime v0.2.24
19292024-08-11T07:08:57.158Z Checking same-file v1.0.6
19302024-08-11T07:08:57.173Z Checking tar v0.4.41
19312024-08-11T07:08:57.320Z Checking walkdir v2.5.0
19322024-08-11T07:08:57.369Z Checking headers v0.3.9
19332024-08-11T07:08:57.590Z Checking rcgen v0.12.1
19342024-08-11T07:08:57.603Z Checking camino-tempfile v1.1.1
19352024-08-11T07:08:57.870Z Checking atomicwrites v0.4.3
19362024-08-11T07:08:57.906Z Checking subprocess v0.2.9
19372024-08-11T07:08:59.008Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19382024-08-11T07:08:59.200Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19392024-08-11T07:09:01.196Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19402024-08-11T07:09:02.994Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19412024-08-11T07:09:03.065Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19422024-08-11T07:09:06.111Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19432024-08-11T07:09:12.118Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19442024-08-11T07:09:12.241Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19452024-08-11T07:09:12.245Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19462024-08-11T07:09:14.676Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19472024-08-11T07:09:15.016Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19482024-08-11T07:09:20.491Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19492024-08-11T07:09:21.827Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19502024-08-11T07:09:22.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.30s
19512024-08-11T07:09:23.009Z
19522024-08-11T07:09:23.009Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/147)
19532024-08-11T07:09:23.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542024-08-11T07:09:23.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552024-08-11T07:09:23.613Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19562024-08-11T07:09:24.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
19572024-08-11T07:09:24.946Z
19582024-08-11T07:09:24.946Zinfo: running `cargo check --bins` on nexus-config (31/147)
19592024-08-11T07:09:25.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602024-08-11T07:09:25.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612024-08-11T07:09:25.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622024-08-11T07:09:25.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19632024-08-11T07:09:25.529Z
19642024-08-11T07:09:25.529Zinfo: running `cargo check --bins` on omicron-rpaths (32/147)
19652024-08-11T07:09:26.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662024-08-11T07:09:26.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672024-08-11T07:09:26.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682024-08-11T07:09:26.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
19692024-08-11T07:09:26.083Z
19702024-08-11T07:09:26.083Zinfo: running `cargo check --bins` on omicron-certificates (33/147)
19712024-08-11T07:09:26.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722024-08-11T07:09:26.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732024-08-11T07:09:26.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742024-08-11T07:09:26.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19752024-08-11T07:09:26.664Z
19762024-08-11T07:09:26.664Zinfo: running `cargo check --bins` on bootstrap-agent-client (34/147)
19772024-08-11T07:09:27.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782024-08-11T07:09:27.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792024-08-11T07:09:27.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802024-08-11T07:09:27.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19812024-08-11T07:09:27.252Z
19822024-08-11T07:09:27.252Zinfo: running `cargo check --bins` on cockroach-admin-client (35/147)
19832024-08-11T07:09:27.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842024-08-11T07:09:27.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852024-08-11T07:09:27.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862024-08-11T07:09:27.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
19872024-08-11T07:09:27.809Z
19882024-08-11T07:09:27.809Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (36/147)
19892024-08-11T07:09:28.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902024-08-11T07:09:28.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912024-08-11T07:09:28.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922024-08-11T07:09:28.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19932024-08-11T07:09:28.409Z
19942024-08-11T07:09:28.409Zinfo: running `cargo check --bins` on dns-service-client (37/147)
19952024-08-11T07:09:28.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962024-08-11T07:09:28.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972024-08-11T07:09:28.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982024-08-11T07:09:28.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
19992024-08-11T07:09:28.967Z
20002024-08-11T07:09:28.967Zinfo: running `cargo check --bins` on dpd-client (38/147)
20012024-08-11T07:09:29.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022024-08-11T07:09:29.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032024-08-11T07:09:29.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042024-08-11T07:09:29.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20052024-08-11T07:09:29.537Z
20062024-08-11T07:09:29.537Zinfo: running `cargo check --bins` on gateway-client (39/147)
20072024-08-11T07:09:30.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082024-08-11T07:09:30.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092024-08-11T07:09:30.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102024-08-11T07:09:30.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20112024-08-11T07:09:30.092Z
20122024-08-11T07:09:30.092Zinfo: running `cargo check --bins` on installinator-client (40/147)
20132024-08-11T07:09:30.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142024-08-11T07:09:30.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152024-08-11T07:09:30.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162024-08-11T07:09:30.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20172024-08-11T07:09:30.685Z
20182024-08-11T07:09:30.685Zinfo: running `cargo check --bins` on installinator-common (41/147)
20192024-08-11T07:09:31.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202024-08-11T07:09:31.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212024-08-11T07:09:31.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222024-08-11T07:09:31.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20232024-08-11T07:09:31.280Z
20242024-08-11T07:09:31.280Zinfo: running `cargo check --bins` on update-engine (42/147)
20252024-08-11T07:09:31.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262024-08-11T07:09:31.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272024-08-11T07:09:31.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282024-08-11T07:09:31.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20292024-08-11T07:09:31.840Z
20302024-08-11T07:09:31.840Zinfo: running `cargo check --bins` on nexus-client (43/147)
20312024-08-11T07:09:32.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322024-08-11T07:09:32.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332024-08-11T07:09:32.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342024-08-11T07:09:32.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20352024-08-11T07:09:32.439Z
20362024-08-11T07:09:32.439Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (44/147)
20372024-08-11T07:09:32.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382024-08-11T07:09:32.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392024-08-11T07:09:32.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402024-08-11T07:09:32.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20412024-08-11T07:09:33.031Z
20422024-08-11T07:09:33.031Zinfo: running `cargo check --bins` on omicron-passwords (45/147)
20432024-08-11T07:09:33.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442024-08-11T07:09:33.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452024-08-11T07:09:33.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462024-08-11T07:09:33.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20472024-08-11T07:09:33.592Z
20482024-08-11T07:09:33.592Zinfo: running `cargo check --bins` on nexus-types (46/147)
20492024-08-11T07:09:34.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502024-08-11T07:09:34.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512024-08-11T07:09:34.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522024-08-11T07:09:34.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20532024-08-11T07:09:34.189Z
20542024-08-11T07:09:34.189Zinfo: running `cargo check --bins` on oxide-client (47/147)
20552024-08-11T07:09:34.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562024-08-11T07:09:34.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572024-08-11T07:09:34.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582024-08-11T07:09:34.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20592024-08-11T07:09:34.750Z
20602024-08-11T07:09:34.750Zinfo: running `cargo check --bins` on oximeter-client (48/147)
20612024-08-11T07:09:35.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622024-08-11T07:09:35.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632024-08-11T07:09:35.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642024-08-11T07:09:35.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20652024-08-11T07:09:35.330Z
20662024-08-11T07:09:35.330Zinfo: running `cargo check --bins` on sled-agent-client (49/147)
20672024-08-11T07:09:35.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682024-08-11T07:09:35.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692024-08-11T07:09:35.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702024-08-11T07:09:35.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20712024-08-11T07:09:35.921Z
20722024-08-11T07:09:35.921Zinfo: running `cargo check --bins` on wicketd-client (50/147)
20732024-08-11T07:09:36.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742024-08-11T07:09:36.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752024-08-11T07:09:36.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762024-08-11T07:09:36.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20772024-08-11T07:09:36.524Z
20782024-08-11T07:09:36.524Zinfo: running `cargo check --bins` on wicket-common (51/147)
20792024-08-11T07:09:37.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802024-08-11T07:09:37.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812024-08-11T07:09:37.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822024-08-11T07:09:37.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20832024-08-11T07:09:37.129Z
20842024-08-11T07:09:37.129Zinfo: running `cargo check --bins` on omicron-cockroach-admin (52/147)
20852024-08-11T07:09:37.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862024-08-11T07:09:37.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872024-08-11T07:09:37.737Z Compiling heapless v0.8.0
20882024-08-11T07:09:37.740Z Checking hash32 v0.3.1
20892024-08-11T07:09:37.831Z Compiling smoltcp v0.11.0
20902024-08-11T07:09:37.839Z Checking embedded-io v0.4.0
20912024-08-11T07:09:37.842Z Checking cobs v0.2.3
20922024-08-11T07:09:37.856Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20932024-08-11T07:09:37.859Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20942024-08-11T07:09:37.878Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20952024-08-11T07:09:37.976Z Compiling crucible-workspace-hack v0.1.0
20962024-08-11T07:09:37.996Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20972024-08-11T07:09:38.009Z Checking csv-core v0.1.11
20982024-08-11T07:09:38.012Z Checking postcard v1.0.8
20992024-08-11T07:09:38.193Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21002024-08-11T07:09:38.266Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21012024-08-11T07:09:38.327Z Checking csv v1.3.0
21022024-08-11T07:09:38.516Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21032024-08-11T07:09:38.555Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21042024-08-11T07:09:38.657Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21052024-08-11T07:09:38.714Z Compiling num-derive v0.4.2
21062024-08-11T07:09:38.893Z Compiling slog-dtrace v0.3.0
21072024-08-11T07:09:38.970Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21082024-08-11T07:09:39.105Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
21092024-08-11T07:09:39.251Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
21102024-08-11T07:09:39.254Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21112024-08-11T07:09:39.676Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
21122024-08-11T07:09:39.982Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21132024-08-11T07:09:40.416Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
21142024-08-11T07:09:41.546Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21152024-08-11T07:09:42.349Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21162024-08-11T07:09:43.347Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21172024-08-11T07:09:45.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.78s
21182024-08-11T07:09:46.053Z
21192024-08-11T07:09:46.053Zinfo: running `cargo check --bins` on cockroach-admin-api (53/147)
21202024-08-11T07:09:46.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212024-08-11T07:09:46.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222024-08-11T07:09:46.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232024-08-11T07:09:46.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21242024-08-11T07:09:46.635Z
21252024-08-11T07:09:46.635Zinfo: running `cargo check --bins` on cockroach-admin-types (54/147)
21262024-08-11T07:09:47.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272024-08-11T07:09:47.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282024-08-11T07:09:47.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292024-08-11T07:09:47.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21302024-08-11T07:09:47.218Z
21312024-08-11T07:09:47.218Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (55/147)
21322024-08-11T07:09:47.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332024-08-11T07:09:47.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342024-08-11T07:09:47.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352024-08-11T07:09:47.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
21362024-08-11T07:09:47.907Z
21372024-08-11T07:09:47.907Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/147)
21382024-08-11T07:09:48.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392024-08-11T07:09:48.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402024-08-11T07:09:48.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412024-08-11T07:09:48.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
21422024-08-11T07:09:48.592Z
21432024-08-11T07:09:48.592Zinfo: running `cargo check --bins` on dns-server (57/147)
21442024-08-11T07:09:49.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452024-08-11T07:09:49.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462024-08-11T07:09:49.176Z Compiling parking_lot_core v0.8.6
21472024-08-11T07:09:49.179Z Checking nibble_vec v0.1.0
21482024-08-11T07:09:49.267Z Checking endian-type v0.1.2
21492024-08-11T07:09:49.274Z Checking newline-converter v0.3.0
21502024-08-11T07:09:49.277Z Checking quick-error v1.2.3
21512024-08-11T07:09:49.278Z Checking linked-hash-map v0.5.6
21522024-08-11T07:09:49.284Z Checking fxhash v0.2.1
21532024-08-11T07:09:49.292Z Checking toml v0.5.11
21542024-08-11T07:09:49.398Z Checking expectorate v1.1.0
21552024-08-11T07:09:49.410Z Checking resolv-conf v0.7.0
21562024-08-11T07:09:49.413Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21572024-08-11T07:09:49.435Z Checking radix_trie v0.2.1
21582024-08-11T07:09:49.528Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21592024-08-11T07:09:49.581Z Checking lru-cache v0.1.2
21602024-08-11T07:09:49.727Z Checking trust-dns-resolver v0.22.0
21612024-08-11T07:09:49.801Z Checking trust-dns-client v0.22.0
21622024-08-11T07:09:49.934Z Checking parking_lot v0.11.2
21632024-08-11T07:09:50.244Z Checking sled v0.34.7
21642024-08-11T07:09:50.637Z Checking trust-dns-server v0.22.1
21652024-08-11T07:09:52.124Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21662024-08-11T07:09:53.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s
21672024-08-11T07:09:53.258Z
21682024-08-11T07:09:53.258Zinfo: running `cargo check --bins` on dns-server-api (58/147)
21692024-08-11T07:09:53.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702024-08-11T07:09:53.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712024-08-11T07:09:53.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722024-08-11T07:09:53.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21732024-08-11T07:09:53.823Z
21742024-08-11T07:09:53.823Zinfo: running `cargo check --bins` on gateway-test-utils (59/147)
21752024-08-11T07:09:54.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762024-08-11T07:09:54.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772024-08-11T07:09:54.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782024-08-11T07:09:54.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21792024-08-11T07:09:54.455Z
21802024-08-11T07:09:54.455Zinfo: running `cargo check --bins` on gateway-types (60/147)
21812024-08-11T07:09:54.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822024-08-11T07:09:54.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832024-08-11T07:09:54.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842024-08-11T07:09:54.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21852024-08-11T07:09:55.034Z
21862024-08-11T07:09:55.034Zinfo: running `cargo check --bins` on ipcc (61/147)
21872024-08-11T07:09:55.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882024-08-11T07:09:55.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892024-08-11T07:09:55.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902024-08-11T07:09:55.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21912024-08-11T07:09:55.613Z
21922024-08-11T07:09:55.613Zinfo: running `cargo check --bins` on omicron-gateway (62/147)
21932024-08-11T07:09:56.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942024-08-11T07:09:56.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952024-08-11T07:09:56.238Z Compiling radium v0.7.0
21962024-08-11T07:09:56.327Z Compiling maybe-uninit v2.0.0
21972024-08-11T07:09:56.330Z Checking tap v1.0.1
21982024-08-11T07:09:56.339Z Compiling bzip2-sys v0.1.11+1.0.8
21992024-08-11T07:09:56.342Z Compiling num-bigint-dig v0.8.4
22002024-08-11T07:09:56.342Z Checking funty v2.0.0
22012024-08-11T07:09:56.347Z Checking crc-catalog v2.4.0
22022024-08-11T07:09:56.350Z Compiling packed_struct v0.10.1
22032024-08-11T07:09:56.455Z Checking wyz v0.5.1
22042024-08-11T07:09:56.474Z Checking crc v3.2.1
22052024-08-11T07:09:56.683Z Compiling packed_struct_codegen v0.10.1
22062024-08-11T07:09:56.823Z Checking half v2.4.1
22072024-08-11T07:09:56.835Z Compiling indexmap v1.9.3
22082024-08-11T07:09:56.857Z Checking nodrop v0.1.14
22092024-08-11T07:09:56.948Z Checking ciborium-io v0.2.2
22102024-08-11T07:09:56.964Z Checking array-init v0.0.4
22112024-08-11T07:09:57.061Z Checking smallvec v0.6.14
22122024-08-11T07:09:57.151Z Checking pkcs1 v0.7.5
22132024-08-11T07:09:57.237Z Checking bitvec v1.0.1
22142024-08-11T07:09:57.259Z Checking ciborium-ll v0.2.2
22152024-08-11T07:09:57.460Z Checking signature v2.2.0
22162024-08-11T07:09:57.524Z Compiling memoffset v0.9.1
22172024-08-11T07:09:57.550Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22182024-08-11T07:09:57.609Z Checking bitfield v0.14.0
22192024-08-11T07:09:57.638Z Checking hashbrown v0.12.3
22202024-08-11T07:09:57.848Z Checking bzip2 v0.4.4
22212024-08-11T07:09:57.881Z Checking env_logger v0.10.2
22222024-08-11T07:09:57.946Z Checking serde-hex v0.1.0
22232024-08-11T07:09:57.961Z Checking ciborium v0.2.2
22242024-08-11T07:09:58.103Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22252024-08-11T07:09:58.269Z Checking ron v0.8.1
22262024-08-11T07:09:58.334Z Checking x509-cert v0.2.5
22272024-08-11T07:09:58.971Z Checking hashbrown v0.13.2
22282024-08-11T07:09:59.222Z Checking rsa v0.9.6
22292024-08-11T07:09:59.283Z Checking crc-any v2.5.0
22302024-08-11T07:09:59.455Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22312024-08-11T07:09:59.678Z Checking zip v0.6.6
22322024-08-11T07:09:59.807Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22332024-08-11T07:09:59.859Z Checking path-slash v0.1.5
22342024-08-11T07:09:59.985Z Checking nix v0.27.1
22352024-08-11T07:10:00.000Z Checking object v0.30.4
22362024-08-11T07:10:00.119Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22372024-08-11T07:10:00.167Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22382024-08-11T07:10:00.266Z Checking serde-big-array v0.5.1
22392024-08-11T07:10:00.306Z Checking signal-hook-tokio v0.3.1
22402024-08-11T07:10:02.133Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22412024-08-11T07:10:02.535Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22422024-08-11T07:10:08.957Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22432024-08-11T07:10:10.245Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22442024-08-11T07:10:11.781Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22452024-08-11T07:10:13.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.85s
22462024-08-11T07:10:13.611Z
22472024-08-11T07:10:13.611Zinfo: running `cargo check --bins` on gateway-api (63/147)
22482024-08-11T07:10:14.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492024-08-11T07:10:14.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502024-08-11T07:10:14.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512024-08-11T07:10:14.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22522024-08-11T07:10:14.205Z
22532024-08-11T07:10:14.205Zinfo: running `cargo check --bins` on sp-sim (64/147)
22542024-08-11T07:10:14.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552024-08-11T07:10:14.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562024-08-11T07:10:14.792Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22572024-08-11T07:10:16.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
22582024-08-11T07:10:16.455Z
22592024-08-11T07:10:16.455Zinfo: running `cargo check --bins` on internal-dns (65/147)
22602024-08-11T07:10:16.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612024-08-11T07:10:16.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622024-08-11T07:10:16.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22632024-08-11T07:10:16.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22642024-08-11T07:10:17.038Z
22652024-08-11T07:10:17.039Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (66/147)
22662024-08-11T07:10:17.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672024-08-11T07:10:17.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682024-08-11T07:10:17.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22692024-08-11T07:10:17.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22702024-08-11T07:10:17.668Z
22712024-08-11T07:10:17.668Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/147)
22722024-08-11T07:10:18.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22732024-08-11T07:10:18.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22742024-08-11T07:10:18.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22752024-08-11T07:10:18.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22762024-08-11T07:10:18.315Z
22772024-08-11T07:10:18.315Zinfo: running `cargo check --bins` on db-macros (68/147)
22782024-08-11T07:10:18.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22792024-08-11T07:10:18.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22802024-08-11T07:10:18.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22812024-08-11T07:10:18.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22822024-08-11T07:10:18.882Z
22832024-08-11T07:10:18.882Zinfo: running `cargo check --bins` on nexus-macros-common (69/147)
22842024-08-11T07:10:19.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22852024-08-11T07:10:19.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22862024-08-11T07:10:19.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22872024-08-11T07:10:19.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22882024-08-11T07:10:19.451Z
22892024-08-11T07:10:19.451Zinfo: running `cargo check --bins` on nexus-auth (70/147)
22902024-08-11T07:10:20.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22912024-08-11T07:10:20.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22922024-08-11T07:10:20.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22932024-08-11T07:10:20.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22942024-08-11T07:10:20.077Z
22952024-08-11T07:10:20.078Zinfo: running `cargo check --bins` on authz-macros (71/147)
22962024-08-11T07:10:20.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22972024-08-11T07:10:20.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22982024-08-11T07:10:20.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22992024-08-11T07:10:20.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23002024-08-11T07:10:20.647Z
23012024-08-11T07:10:20.647Zinfo: running `cargo check --bins` on nexus-db-fixed-data (72/147)
23022024-08-11T07:10:21.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23032024-08-11T07:10:21.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23042024-08-11T07:10:21.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23052024-08-11T07:10:21.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23062024-08-11T07:10:21.264Z
23072024-08-11T07:10:21.264Zinfo: running `cargo check --bins` on nexus-db-model (73/147)
23082024-08-11T07:10:21.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23092024-08-11T07:10:21.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23102024-08-11T07:10:21.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23112024-08-11T07:10:21.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23122024-08-11T07:10:21.876Z
23132024-08-11T07:10:21.876Zinfo: running `cargo check --bins` on nexus-defaults (74/147)
23142024-08-11T07:10:22.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23152024-08-11T07:10:22.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23162024-08-11T07:10:22.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23172024-08-11T07:10:22.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23182024-08-11T07:10:22.467Z
23192024-08-11T07:10:22.467Zinfo: running `cargo check --bins` on oximeter (75/147)
23202024-08-11T07:10:22.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23212024-08-11T07:10:22.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23222024-08-11T07:10:23.055Z Compiling rustls-pki-types v1.7.0
23232024-08-11T07:10:23.141Z Compiling match_cfg v0.1.0
23242024-08-11T07:10:23.141Z Compiling prettyplease v0.2.20
23252024-08-11T07:10:23.155Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23262024-08-11T07:10:23.157Z Compiling slog-json v2.6.1
23272024-08-11T07:10:23.163Z Compiling http v1.1.0
23282024-08-11T07:10:23.172Z Compiling atomic-waker v1.1.2
23292024-08-11T07:10:23.193Z Compiling async-stream v0.3.5
23302024-08-11T07:10:23.216Z Compiling hostname v0.3.1
23312024-08-11T07:10:23.347Z Compiling waitgroup v0.1.2
23322024-08-11T07:10:23.418Z Compiling slog-bunyan v2.5.0
23332024-08-11T07:10:23.473Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23342024-08-11T07:10:23.490Z Compiling toml v0.8.19
23352024-08-11T07:10:23.501Z Compiling sha1 v0.10.6
23362024-08-11T07:10:23.533Z Compiling ipnetwork v0.20.0
23372024-08-11T07:10:23.561Z Compiling rustls-webpki v0.102.4
23382024-08-11T07:10:23.595Z Compiling rustls-pemfile v2.1.3
23392024-08-11T07:10:23.686Z Compiling newtype-uuid v1.1.0
23402024-08-11T07:10:23.905Z Compiling serde_path_to_error v0.1.16
23412024-08-11T07:10:23.919Z Compiling hostname v0.4.0
23422024-08-11T07:10:23.989Z Compiling instant v0.1.12
23432024-08-11T07:10:24.062Z Compiling debug-ignore v1.0.5
23442024-08-11T07:10:24.130Z Compiling backoff v0.4.0
23452024-08-11T07:10:24.161Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23462024-08-11T07:10:24.193Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
23472024-08-11T07:10:24.424Z Compiling rustls v0.22.4
23482024-08-11T07:10:24.461Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
23492024-08-11T07:10:24.486Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23502024-08-11T07:10:24.648Z Compiling multer v3.1.0
23512024-08-11T07:10:24.745Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23522024-08-11T07:10:24.931Z Compiling serde_with v3.8.3
23532024-08-11T07:10:25.199Z Compiling parse-display v0.10.0
23542024-08-11T07:10:25.581Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23552024-08-11T07:10:25.623Z Compiling num-rational v0.4.2
23562024-08-11T07:10:25.704Z Compiling num-complex v0.4.6
23572024-08-11T07:10:25.724Z Compiling macaddr v1.0.1
23582024-08-11T07:10:26.520Z Compiling float-ord v0.3.2
23592024-08-11T07:10:26.692Z Compiling num v0.4.3
23602024-08-11T07:10:27.834Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
23612024-08-11T07:10:28.205Z Compiling tokio-rustls v0.25.0
23622024-08-11T07:10:28.501Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
23632024-08-11T07:10:31.792Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23642024-08-11T07:10:42.585Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23652024-08-11T07:10:45.556Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23662024-08-11T07:10:46.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.65s
23672024-08-11T07:10:46.274Z
23682024-08-11T07:10:46.274Zinfo: running `cargo check --bins` on oximeter-impl (76/147)
23692024-08-11T07:10:46.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23702024-08-11T07:10:46.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23712024-08-11T07:10:46.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23722024-08-11T07:10:46.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23732024-08-11T07:10:46.864Z
23742024-08-11T07:10:46.864Zinfo: running `cargo check --bins` on oximeter-macro-impl (77/147)
23752024-08-11T07:10:47.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23762024-08-11T07:10:47.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23772024-08-11T07:10:47.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23782024-08-11T07:10:47.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23792024-08-11T07:10:47.431Z
23802024-08-11T07:10:47.431Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (78/147)
23812024-08-11T07:10:47.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23822024-08-11T07:10:47.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23832024-08-11T07:10:47.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23842024-08-11T07:10:47.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23852024-08-11T07:10:48.030Z
23862024-08-11T07:10:48.030Zinfo: running `cargo check --bins` on nexus-inventory (79/147)
23872024-08-11T07:10:48.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23882024-08-11T07:10:48.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23892024-08-11T07:10:48.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23902024-08-11T07:10:48.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23912024-08-11T07:10:48.641Z
23922024-08-11T07:10:48.641Zinfo: running `cargo check --bins` on typed-rng (80/147)
23932024-08-11T07:10:49.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23942024-08-11T07:10:49.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23952024-08-11T07:10:49.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23962024-08-11T07:10:49.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23972024-08-11T07:10:49.211Z
23982024-08-11T07:10:49.211Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/147)
23992024-08-11T07:10:49.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002024-08-11T07:10:49.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012024-08-11T07:10:49.935Z Checking password-hash v0.5.0
24022024-08-11T07:10:49.935Z Checking blake2 v0.10.6
24032024-08-11T07:10:49.937Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24042024-08-11T07:10:49.937Z Compiling semver v0.1.20
24052024-08-11T07:10:50.049Z Compiling convert_case v0.4.0
24062024-08-11T07:10:50.052Z Compiling rayon-core v1.12.1
24072024-08-11T07:10:50.069Z Compiling crossbeam-deque v0.8.5
24082024-08-11T07:10:50.079Z Compiling unicase v2.7.0
24092024-08-11T07:10:50.335Z Compiling rustc_version v0.1.7
24102024-08-11T07:10:50.385Z Compiling libefi-sys v0.1.0
24112024-08-11T07:10:50.403Z Compiling fastrand v2.1.0
24122024-08-11T07:10:50.419Z Checking argon2 v0.5.3
24132024-08-11T07:10:50.423Z Compiling same-file v1.0.6
24142024-08-11T07:10:50.675Z Compiling walkdir v2.5.0
24152024-08-11T07:10:50.693Z Compiling tempfile v3.10.1
24162024-08-11T07:10:50.821Z Compiling newtype_derive v0.1.6
24172024-08-11T07:10:50.897Z Compiling curve25519-dalek v4.1.3
24182024-08-11T07:10:50.900Z Compiling derive-where v1.2.7
24192024-08-11T07:10:50.976Z Compiling derive_more v0.99.18
24202024-08-11T07:10:51.128Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24212024-08-11T07:10:51.164Z Compiling bitfield-struct v0.6.1
24222024-08-11T07:10:51.401Z Compiling ring v0.16.20
24232024-08-11T07:10:51.404Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
24242024-08-11T07:10:51.516Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24252024-08-11T07:10:51.533Z Compiling blake3 v1.5.1
24262024-08-11T07:10:51.891Z Checking keccak v0.1.5
24272024-08-11T07:10:52.217Z Checking sha3 v0.10.8
24282024-08-11T07:10:52.548Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24292024-08-11T07:10:52.593Z Compiling rayon v1.10.0
24302024-08-11T07:10:52.721Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24312024-08-11T07:10:52.739Z Checking universal-hash v0.5.1
24322024-08-11T07:10:52.900Z Compiling thiserror-impl-no-std v2.0.2
24332024-08-11T07:10:53.006Z Checking secrecy v0.8.0
24342024-08-11T07:10:53.009Z Compiling curve25519-dalek-derive v0.1.1
24352024-08-11T07:10:53.107Z Compiling memmap2 v0.9.4
24362024-08-11T07:10:53.226Z Checking opaque-debug v0.3.1
24372024-08-11T07:10:53.320Z Compiling constant_time_eq v0.3.0
24382024-08-11T07:10:53.497Z Compiling arrayref v0.3.7
24392024-08-11T07:10:53.553Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24402024-08-11T07:10:53.596Z Compiling untrusted v0.7.1
24412024-08-11T07:10:53.663Z Compiling home v0.5.9
24422024-08-11T07:10:53.783Z Compiling arrayvec v0.7.4
24432024-08-11T07:10:53.920Z Compiling spin v0.5.2
24442024-08-11T07:10:54.134Z Compiling toolchain_find v0.4.0
24452024-08-11T07:10:54.184Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24462024-08-11T07:10:54.413Z Checking poly1305 v0.8.0
24472024-08-11T07:10:54.830Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24482024-08-11T07:10:54.866Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24492024-08-11T07:10:54.901Z Checking steno v0.4.1
24502024-08-11T07:10:55.050Z Compiling camino-tempfile v1.1.1
24512024-08-11T07:10:55.499Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24522024-08-11T07:10:55.562Z Checking chacha20 v0.9.1
24532024-08-11T07:10:55.914Z Checking gethostname v0.5.0
24542024-08-11T07:10:56.051Z Checking aead v0.5.2
24552024-08-11T07:10:56.170Z Checking thiserror-no-std v2.0.2
24562024-08-11T07:10:56.256Z Compiling topological-sort v0.2.2
24572024-08-11T07:10:56.273Z Compiling cancel-safe-futures v0.1.5
24582024-08-11T07:10:56.422Z Checking vsss-rs v3.3.4
24592024-08-11T07:10:56.474Z Checking chacha20poly1305 v0.10.1
24602024-08-11T07:10:56.640Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24612024-08-11T07:10:56.654Z Compiling mime_guess v2.0.4
24622024-08-11T07:10:57.482Z Compiling rustfmt-wrapper v0.2.1
24632024-08-11T07:10:57.986Z Compiling omicron-zone-package v0.11.0
24642024-08-11T07:10:58.003Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24652024-08-11T07:10:58.029Z Checking glob v0.3.1
24662024-08-11T07:10:58.551Z Checking libsw v3.3.1
24672024-08-11T07:10:58.584Z Checking owo-colors v4.0.0
24682024-08-11T07:10:58.724Z Checking linear-map v1.2.0
24692024-08-11T07:10:58.731Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24702024-08-11T07:10:58.782Z Checking swrite v0.1.0
24712024-08-11T07:10:58.902Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24722024-08-11T07:10:58.968Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
24732024-08-11T07:10:59.580Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24742024-08-11T07:10:59.772Z Checking kstat-rs v0.2.4
24752024-08-11T07:10:59.829Z Checking nanorand v0.7.0
24762024-08-11T07:11:00.072Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24772024-08-11T07:11:00.088Z Checking http-range v0.1.5
24782024-08-11T07:11:00.091Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24792024-08-11T07:11:00.150Z Checking flume v0.11.0
24802024-08-11T07:11:00.258Z Checking hyper-staticfile v0.9.5
24812024-08-11T07:11:00.423Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24822024-08-11T07:11:00.627Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24832024-08-11T07:11:00.643Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24842024-08-11T07:11:00.657Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24852024-08-11T07:11:01.287Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24862024-08-11T07:11:01.988Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24872024-08-11T07:11:02.101Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24882024-08-11T07:11:03.238Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24892024-08-11T07:11:03.776Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24902024-08-11T07:11:04.293Z Checking itertools v0.13.0
24912024-08-11T07:11:04.317Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24922024-08-11T07:11:04.483Z Checking display-error-chain v0.2.0
24932024-08-11T07:11:11.155Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24942024-08-11T07:11:16.214Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24952024-08-11T07:11:16.214Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24962024-08-11T07:11:16.830Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24972024-08-11T07:11:30.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.06s
24982024-08-11T07:11:30.435Z
24992024-08-11T07:11:30.435Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/147)
25002024-08-11T07:11:31.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012024-08-11T07:11:31.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022024-08-11T07:11:31.132Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25032024-08-11T07:11:44.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.07s
25042024-08-11T07:11:44.759Z
25052024-08-11T07:11:44.759Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/147)
25062024-08-11T07:11:45.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072024-08-11T07:11:45.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082024-08-11T07:11:45.351Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25092024-08-11T07:11:58.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.23s
25102024-08-11T07:11:59.067Z
25112024-08-11T07:11:59.067Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/147)
25122024-08-11T07:11:59.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132024-08-11T07:11:59.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142024-08-11T07:11:59.758Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25152024-08-11T07:12:13.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.14s
25162024-08-11T07:12:13.379Z
25172024-08-11T07:12:13.379Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/147)
25182024-08-11T07:12:13.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192024-08-11T07:12:13.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202024-08-11T07:12:14.048Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25212024-08-11T07:12:27.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.03s
25222024-08-11T07:12:27.573Z
25232024-08-11T07:12:27.573Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/147)
25242024-08-11T07:12:28.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252024-08-11T07:12:28.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262024-08-11T07:12:28.252Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25272024-08-11T07:12:41.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.09s
25282024-08-11T07:12:41.828Z
25292024-08-11T07:12:41.828Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/147)
25302024-08-11T07:12:42.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312024-08-11T07:12:42.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322024-08-11T07:12:42.505Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25332024-08-11T07:12:56.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.18s
25342024-08-11T07:12:56.174Z
25352024-08-11T07:12:56.175Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/147)
25362024-08-11T07:12:56.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372024-08-11T07:12:56.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382024-08-11T07:12:56.848Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25392024-08-11T07:13:10.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.29s
25402024-08-11T07:13:10.625Z
25412024-08-11T07:13:10.625Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/147)
25422024-08-11T07:13:11.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432024-08-11T07:13:11.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442024-08-11T07:13:11.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25452024-08-11T07:13:11.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25462024-08-11T07:13:11.246Z
25472024-08-11T07:13:11.246Zinfo: running `cargo check --bins` on sled-agent-types (90/147)
25482024-08-11T07:13:11.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492024-08-11T07:13:11.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502024-08-11T07:13:11.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512024-08-11T07:13:11.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25522024-08-11T07:13:11.862Z
25532024-08-11T07:13:11.862Zinfo: running `cargo check --bins --no-default-features` on sled-storage (91/147)
25542024-08-11T07:13:12.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552024-08-11T07:13:12.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562024-08-11T07:13:12.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572024-08-11T07:13:12.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25582024-08-11T07:13:12.473Z
25592024-08-11T07:13:12.473Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/147)
25602024-08-11T07:13:13.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612024-08-11T07:13:13.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622024-08-11T07:13:13.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632024-08-11T07:13:13.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25642024-08-11T07:13:13.079Z
25652024-08-11T07:13:13.079Zinfo: running `cargo check --bins` on key-manager (93/147)
25662024-08-11T07:13:13.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672024-08-11T07:13:13.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682024-08-11T07:13:13.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692024-08-11T07:13:13.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25702024-08-11T07:13:13.673Z
25712024-08-11T07:13:13.673Zinfo: running `cargo check --bins` on sled-hardware (94/147)
25722024-08-11T07:13:14.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732024-08-11T07:13:14.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742024-08-11T07:13:14.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752024-08-11T07:13:14.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25762024-08-11T07:13:14.269Z
25772024-08-11T07:13:14.269Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (95/147)
25782024-08-11T07:13:14.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792024-08-11T07:13:14.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802024-08-11T07:13:14.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812024-08-11T07:13:14.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25822024-08-11T07:13:14.837Z
25832024-08-11T07:13:14.837Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/147)
25842024-08-11T07:13:15.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852024-08-11T07:13:15.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862024-08-11T07:13:15.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872024-08-11T07:13:15.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25882024-08-11T07:13:15.427Z
25892024-08-11T07:13:15.427Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/147)
25902024-08-11T07:13:15.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912024-08-11T07:13:15.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922024-08-11T07:13:15.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932024-08-11T07:13:15.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25942024-08-11T07:13:16.020Z
25952024-08-11T07:13:16.020Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/147)
25962024-08-11T07:13:16.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972024-08-11T07:13:16.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982024-08-11T07:13:16.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992024-08-11T07:13:16.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26002024-08-11T07:13:16.616Z
26012024-08-11T07:13:16.616Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/147)
26022024-08-11T07:13:17.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032024-08-11T07:13:17.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042024-08-11T07:13:17.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052024-08-11T07:13:17.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26062024-08-11T07:13:17.198Z
26072024-08-11T07:13:17.198Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/147)
26082024-08-11T07:13:17.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092024-08-11T07:13:17.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102024-08-11T07:13:17.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26112024-08-11T07:13:17.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26122024-08-11T07:13:17.779Z
26132024-08-11T07:13:17.779Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/147)
26142024-08-11T07:13:18.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152024-08-11T07:13:18.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162024-08-11T07:13:18.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26172024-08-11T07:13:18.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26182024-08-11T07:13:18.365Z
26192024-08-11T07:13:18.365Zinfo: running `cargo check --bins` on oximeter-producer (102/147)
26202024-08-11T07:13:18.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212024-08-11T07:13:18.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222024-08-11T07:13:18.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232024-08-11T07:13:18.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26242024-08-11T07:13:18.966Z
26252024-08-11T07:13:18.966Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/147)
26262024-08-11T07:13:19.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272024-08-11T07:13:19.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282024-08-11T07:13:19.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292024-08-11T07:13:19.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26302024-08-11T07:13:19.571Z
26312024-08-11T07:13:19.571Zinfo: running `cargo check --bins` on nexus-test-interface (104/147)
26322024-08-11T07:13:20.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332024-08-11T07:13:20.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342024-08-11T07:13:20.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352024-08-11T07:13:20.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26362024-08-11T07:13:20.169Z
26372024-08-11T07:13:20.169Zinfo: running `cargo check --bins` on oximeter-collector (105/147)
26382024-08-11T07:13:20.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392024-08-11T07:13:20.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402024-08-11T07:13:20.794Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26412024-08-11T07:13:20.794Z Checking bcs v0.1.6
26422024-08-11T07:13:20.794Z Compiling async-recursion v1.1.1
26432024-08-11T07:13:20.794Z Checking highway v1.2.0
26442024-08-11T07:13:20.797Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26452024-08-11T07:13:20.797Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26462024-08-11T07:13:21.912Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26472024-08-11T07:13:24.987Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26482024-08-11T07:13:26.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.42s
26492024-08-11T07:13:26.738Z
26502024-08-11T07:13:26.738Zinfo: running `cargo check --bins` on oximeter-api (106/147)
26512024-08-11T07:13:27.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522024-08-11T07:13:27.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532024-08-11T07:13:27.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542024-08-11T07:13:27.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26552024-08-11T07:13:27.319Z
26562024-08-11T07:13:27.319Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (107/147)
26572024-08-11T07:13:27.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582024-08-11T07:13:27.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592024-08-11T07:13:27.914Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26602024-08-11T07:13:28.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
26612024-08-11T07:13:28.607Z
26622024-08-11T07:13:28.607Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/147)
26632024-08-11T07:13:29.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642024-08-11T07:13:29.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652024-08-11T07:13:29.239Z Compiling cfg_aliases v0.1.1
26662024-08-11T07:13:29.242Z Compiling vte_generate_state_changes v0.1.1
26672024-08-11T07:13:29.242Z Checking fd-lock v4.0.2
26682024-08-11T07:13:29.336Z Checking bytecount v0.6.8
26692024-08-11T07:13:29.351Z Compiling tabled_derive v0.7.0
26702024-08-11T07:13:29.354Z Checking crossterm v0.27.0
26712024-08-11T07:13:29.354Z Compiling peg-macros v0.8.4
26722024-08-11T07:13:29.355Z Compiling sqlparser_derive v0.2.2
26732024-08-11T07:13:29.394Z Compiling nix v0.28.0
26742024-08-11T07:13:29.464Z Checking papergrid v0.11.0
26752024-08-11T07:13:29.485Z Checking home v0.5.9
26762024-08-11T07:13:29.616Z Checking unicode_categories v0.1.1
26772024-08-11T07:13:29.902Z Checking nu-ansi-term v0.50.0
26782024-08-11T07:13:29.960Z Checking vte v0.11.1
26792024-08-11T07:13:30.279Z Checking sqlformat v0.2.4
26802024-08-11T07:13:30.463Z Checking sqlparser v0.45.0
26812024-08-11T07:13:30.917Z Checking crossterm v0.28.1
26822024-08-11T07:13:31.266Z Checking strip-ansi-escapes v0.2.0
26832024-08-11T07:13:31.409Z Checking reedline v0.33.0
26842024-08-11T07:13:31.882Z Checking tabled v0.15.0
26852024-08-11T07:13:32.402Z Checking peg v0.8.4
26862024-08-11T07:13:32.512Z Checking rustyline v14.0.0
26872024-08-11T07:13:36.630Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26882024-08-11T07:13:42.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.40s
26892024-08-11T07:13:42.156Z
26902024-08-11T07:13:42.156Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/147)
26912024-08-11T07:13:42.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922024-08-11T07:13:42.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932024-08-11T07:13:42.778Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26942024-08-11T07:13:48.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s
26952024-08-11T07:13:48.406Z
26962024-08-11T07:13:48.406Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/147)
26972024-08-11T07:13:48.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982024-08-11T07:13:48.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992024-08-11T07:13:49.031Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27002024-08-11T07:13:54.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.92s
27012024-08-11T07:13:54.477Z
27022024-08-11T07:13:54.478Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/147)
27032024-08-11T07:13:55.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042024-08-11T07:13:55.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052024-08-11T07:13:55.087Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27062024-08-11T07:13:58.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s
27072024-08-11T07:13:59.138Z
27082024-08-11T07:13:59.138Zinfo: running `cargo check --bins` on cert-dev (112/147)
27092024-08-11T07:13:59.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27102024-08-11T07:13:59.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27112024-08-11T07:13:59.704Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
27122024-08-11T07:13:59.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
27132024-08-11T07:14:00.066Z
27142024-08-11T07:14:00.066Zinfo: running `cargo check --bins` on ch-dev (113/147)
27152024-08-11T07:14:00.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162024-08-11T07:14:00.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172024-08-11T07:14:00.680Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
27182024-08-11T07:14:01.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
27192024-08-11T07:14:01.461Z
27202024-08-11T07:14:01.461Zinfo: running `cargo check --bins` on crdb-seed (114/147)
27212024-08-11T07:14:01.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222024-08-11T07:14:02.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232024-08-11T07:14:02.067Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
27242024-08-11T07:14:02.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
27252024-08-11T07:14:02.518Z
27262024-08-11T07:14:02.518Zinfo: running `cargo check --bins` on db-dev (115/147)
27272024-08-11T07:14:03.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282024-08-11T07:14:03.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292024-08-11T07:14:03.126Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
27302024-08-11T07:14:03.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
27312024-08-11T07:14:03.924Z
27322024-08-11T07:14:03.924Zinfo: running `cargo check --bins` on omicron-dev-lib (116/147)
27332024-08-11T07:14:04.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27342024-08-11T07:14:04.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27352024-08-11T07:14:04.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27362024-08-11T07:14:04.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27372024-08-11T07:14:04.527Z
27382024-08-11T07:14:04.527Zinfo: running `cargo check --bins` on xtask-downloader (117/147)
27392024-08-11T07:14:05.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27402024-08-11T07:14:05.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27412024-08-11T07:14:05.089Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
27422024-08-11T07:14:05.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
27432024-08-11T07:14:05.994Z
27442024-08-11T07:14:05.994Zinfo: running `cargo check --bins` on mgs-dev (118/147)
27452024-08-11T07:14:06.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27462024-08-11T07:14:06.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27472024-08-11T07:14:06.636Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27482024-08-11T07:14:07.149Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
27492024-08-11T07:14:07.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
27502024-08-11T07:14:07.664Z
27512024-08-11T07:14:07.664Zinfo: running `cargo check --bins` on omicron-omdb (119/147)
27522024-08-11T07:14:08.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532024-08-11T07:14:08.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542024-08-11T07:14:08.403Z Compiling glob v0.3.1
27552024-08-11T07:14:08.403Z Compiling crunchy v0.2.2
27562024-08-11T07:14:08.406Z Compiling tiny-keccak v2.0.2
27572024-08-11T07:14:08.507Z Compiling dsl_auto_type v0.1.2
27582024-08-11T07:14:08.516Z Checking scheduled-thread-pool v0.2.7
27592024-08-11T07:14:08.519Z Compiling diesel_table_macro_syntax v0.2.0
27602024-08-11T07:14:08.547Z Compiling ascii-canvas v3.0.0
27612024-08-11T07:14:08.550Z Compiling ena v0.14.3
27622024-08-11T07:14:08.734Z Checking r2d2 v0.8.10
27632024-08-11T07:14:08.825Z Compiling libloading v0.8.3
27642024-08-11T07:14:08.929Z Compiling diff v0.1.13
27652024-08-11T07:14:08.947Z Compiling regex-syntax v0.6.29
27662024-08-11T07:14:09.031Z Compiling bindgen v0.69.4
27672024-08-11T07:14:09.095Z Compiling which v4.4.2
27682024-08-11T07:14:09.235Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27692024-08-11T07:14:09.425Z Compiling clang-sys v1.7.0
27702024-08-11T07:14:09.472Z Compiling cexpr v0.6.0
27712024-08-11T07:14:09.619Z Compiling shlex v1.3.0
27722024-08-11T07:14:09.717Z Compiling lazycell v1.3.0
27732024-08-11T07:14:09.787Z Compiling ref-cast v1.0.23
27742024-08-11T07:14:09.821Z Compiling rustc-hash v1.1.0
27752024-08-11T07:14:09.885Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27762024-08-11T07:14:09.971Z Compiling derive_builder_core v0.20.0
27772024-08-11T07:14:10.022Z Compiling libxml v0.3.3
27782024-08-11T07:14:10.089Z Compiling diesel_derives v2.2.2
27792024-08-11T07:14:10.193Z Compiling ref-cast-impl v1.0.23
27802024-08-11T07:14:10.386Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27812024-08-11T07:14:10.460Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27822024-08-11T07:14:10.870Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27832024-08-11T07:14:11.167Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27842024-08-11T07:14:11.240Z Compiling strum_macros v0.24.3
27852024-08-11T07:14:11.500Z Compiling cookie v0.18.1
27862024-08-11T07:14:11.522Z Compiling indoc v1.0.9
27872024-08-11T07:14:12.369Z Compiling lalrpop v0.19.12
27882024-08-11T07:14:12.536Z Compiling derive_builder_macro v0.20.0
27892024-08-11T07:14:13.420Z Checking derive_builder v0.20.0
27902024-08-11T07:14:13.726Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27912024-08-11T07:14:13.899Z Compiling impl-trait-for-tuples v0.2.2
27922024-08-11T07:14:14.013Z Compiling oso-derive v0.27.3
27932024-08-11T07:14:14.639Z Checking quick-xml v0.31.0
27942024-08-11T07:14:14.937Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
27952024-08-11T07:14:15.105Z Checking maplit v1.0.2
27962024-08-11T07:14:15.328Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27972024-08-11T07:14:15.696Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27982024-08-11T07:14:15.991Z Checking bb8 v0.8.5
27992024-08-11T07:14:16.447Z Compiling const_format_proc_macros v0.2.32
28002024-08-11T07:14:16.626Z Checking crossbeam-deque v0.8.5
28012024-08-11T07:14:16.944Z Compiling portable-atomic v1.6.0
28022024-08-11T07:14:17.042Z Checking rayon-core v1.12.1
28032024-08-11T07:14:17.730Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28042024-08-11T07:14:18.022Z Checking castaway v0.2.3
28052024-08-11T07:14:18.183Z Checking compact_str v0.8.0
28062024-08-11T07:14:18.618Z Checking const_format v0.2.32
28072024-08-11T07:14:19.081Z Checking rayon v1.10.0
28082024-08-11T07:14:19.113Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28092024-08-11T07:14:19.128Z Checking unicode-truncate v1.0.0
28102024-08-11T07:14:19.378Z Checking lru v0.12.3
28112024-08-11T07:14:19.397Z Compiling instability v0.3.2
28122024-08-11T07:14:19.690Z Checking number_prefix v0.4.0
28132024-08-11T07:14:19.889Z Checking cassowary v0.3.0
28142024-08-11T07:14:20.312Z Checking unicode-linebreak v0.1.5
28152024-08-11T07:14:20.428Z Checking smawk v0.3.2
28162024-08-11T07:14:20.628Z Checking ratatui v0.28.0
28172024-08-11T07:14:20.728Z Checking textwrap v0.16.1
28182024-08-11T07:14:21.138Z Checking multimap v0.10.0
28192024-08-11T07:14:22.713Z Checking diesel v2.2.2
28202024-08-11T07:14:22.928Z Checking indicatif v0.17.8
28212024-08-11T07:14:45.386Z Compiling samael v0.0.15
28222024-08-11T07:14:56.303Z Compiling polar-core v0.27.3
28232024-08-11T07:14:57.324Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
28242024-08-11T07:15:02.964Z Checking oso v0.27.3
28252024-08-11T07:15:59.510Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28262024-08-11T07:16:04.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 56s
28272024-08-11T07:16:04.332Z
28282024-08-11T07:16:04.332Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (120/147)
28292024-08-11T07:16:04.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302024-08-11T07:16:04.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312024-08-11T07:16:04.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322024-08-11T07:16:04.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28332024-08-11T07:16:04.970Z
28342024-08-11T07:16:04.970Zinfo: running `cargo check --bins` on nexus-saga-recovery (121/147)
28352024-08-11T07:16:05.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362024-08-11T07:16:05.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372024-08-11T07:16:05.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382024-08-11T07:16:05.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28392024-08-11T07:16:05.593Z
28402024-08-11T07:16:05.593Zinfo: running `cargo check --bins` on nexus-test-utils-macros (122/147)
28412024-08-11T07:16:06.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-08-11T07:16:06.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-08-11T07:16:06.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442024-08-11T07:16:06.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28452024-08-11T07:16:06.153Z
28462024-08-11T07:16:06.153Zinfo: running `cargo check --bins` on omicron-nexus (123/147)
28472024-08-11T07:16:06.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-08-11T07:16:06.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-08-11T07:16:06.885Z Compiling pin-project-internal v1.1.5
28502024-08-11T07:16:06.887Z Compiling snafu-derive v0.8.2
28512024-08-11T07:16:06.990Z Compiling buf-list v1.0.3
28522024-08-11T07:16:07.000Z Checking globset v0.4.14
28532024-08-11T07:16:07.003Z Checking olpc-cjson v0.1.3
28542024-08-11T07:16:07.003Z Checking rand_seeder v0.3.0
28552024-08-11T07:16:07.003Z Checking serde_plain v1.0.2
28562024-08-11T07:16:07.010Z Checking typed-path v0.7.1
28572024-08-11T07:16:07.215Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28582024-08-11T07:16:07.234Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28592024-08-11T07:16:07.262Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28602024-08-11T07:16:07.430Z Checking parse-size v1.0.0
28612024-08-11T07:16:07.469Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28622024-08-11T07:16:07.536Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28632024-08-11T07:16:07.539Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28642024-08-11T07:16:07.594Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28652024-08-11T07:16:07.975Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28662024-08-11T07:16:08.350Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28672024-08-11T07:16:08.436Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28682024-08-11T07:16:08.502Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28692024-08-11T07:16:08.709Z Checking fatfs v0.3.6
28702024-08-11T07:16:08.827Z Checking assert_matches v1.5.0
28712024-08-11T07:16:09.793Z Checking pin-project v1.1.5
28722024-08-11T07:16:10.705Z Checking snafu v0.8.2
28732024-08-11T07:16:11.001Z Checking tough v0.17.1
28742024-08-11T07:16:13.706Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28752024-08-11T07:16:14.756Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28762024-08-11T07:16:55.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.51s
28772024-08-11T07:16:55.848Z
28782024-08-11T07:16:55.848Zinfo: running `cargo check --bins` on nexus-internal-api (124/147)
28792024-08-11T07:16:56.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802024-08-11T07:16:56.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812024-08-11T07:16:56.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822024-08-11T07:16:56.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28832024-08-11T07:16:56.454Z
28842024-08-11T07:16:56.454Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (125/147)
28852024-08-11T07:16:57.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862024-08-11T07:16:57.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872024-08-11T07:16:57.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882024-08-11T07:16:57.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28892024-08-11T07:16:57.081Z
28902024-08-11T07:16:57.081Zinfo: running `cargo check --bins` on nexus-networking (126/147)
28912024-08-11T07:16:57.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922024-08-11T07:16:57.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932024-08-11T07:16:57.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942024-08-11T07:16:57.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28952024-08-11T07:16:57.710Z
28962024-08-11T07:16:57.710Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (127/147)
28972024-08-11T07:16:58.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982024-08-11T07:16:58.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992024-08-11T07:16:58.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002024-08-11T07:16:58.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29012024-08-11T07:16:58.340Z
29022024-08-11T07:16:58.340Zinfo: running `cargo check --bins` on update-common (128/147)
29032024-08-11T07:16:58.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042024-08-11T07:16:58.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052024-08-11T07:16:58.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062024-08-11T07:16:58.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29072024-08-11T07:16:58.950Z
29082024-08-11T07:16:58.950Zinfo: running `cargo check --bins` on tufaceous-lib (129/147)
29092024-08-11T07:16:59.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102024-08-11T07:16:59.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112024-08-11T07:16:59.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122024-08-11T07:16:59.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29132024-08-11T07:16:59.567Z
29142024-08-11T07:16:59.567Zinfo: running `cargo check --bins` on tufaceous (130/147)
29152024-08-11T07:17:00.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162024-08-11T07:17:00.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172024-08-11T07:17:00.187Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
29182024-08-11T07:17:01.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
29192024-08-11T07:17:01.190Z
29202024-08-11T07:17:01.190Zinfo: running `cargo check --bins` on omicron-dev (131/147)
29212024-08-11T07:17:01.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222024-08-11T07:17:01.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232024-08-11T07:17:01.962Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29242024-08-11T07:17:01.962Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29252024-08-11T07:17:01.965Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29262024-08-11T07:17:03.241Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
29272024-08-11T07:17:05.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s
29282024-08-11T07:17:05.673Z
29292024-08-11T07:17:05.673Zinfo: running `cargo check --bins` on openapi-manager (132/147)
29302024-08-11T07:17:06.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312024-08-11T07:17:06.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322024-08-11T07:17:06.333Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29332024-08-11T07:17:06.333Z Checking heck v0.4.1
29342024-08-11T07:17:06.333Z Checking is_ci v1.2.0
29352024-08-11T07:17:06.336Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29362024-08-11T07:17:06.336Z Checking indent_write v2.2.0
29372024-08-11T07:17:06.510Z Checking supports-color v3.0.0
29382024-08-11T07:17:06.568Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
29392024-08-11T07:17:07.873Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29402024-08-11T07:17:08.663Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
29412024-08-11T07:17:09.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s
29422024-08-11T07:17:09.649Z
29432024-08-11T07:17:09.650Zinfo: running `cargo check --bins` on installinator-api (133/147)
29442024-08-11T07:17:10.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452024-08-11T07:17:10.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462024-08-11T07:17:10.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29472024-08-11T07:17:10.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29482024-08-11T07:17:10.262Z
29492024-08-11T07:17:10.262Zinfo: running `cargo check --bins` on wicketd-api (134/147)
29502024-08-11T07:17:10.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512024-08-11T07:17:10.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522024-08-11T07:17:10.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29532024-08-11T07:17:10.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29542024-08-11T07:17:10.859Z
29552024-08-11T07:17:10.859Zinfo: running `cargo check --bins` on reconfigurator-cli (135/147)
29562024-08-11T07:17:11.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572024-08-11T07:17:11.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582024-08-11T07:17:11.525Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29592024-08-11T07:17:12.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
29602024-08-11T07:17:12.802Z
29612024-08-11T07:17:12.802Zinfo: running `cargo check --bins` on omicron-releng (136/147)
29622024-08-11T07:17:13.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632024-08-11T07:17:13.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642024-08-11T07:17:13.438Z Checking memmap2 v0.9.4
29652024-08-11T07:17:13.438Z Checking untrusted v0.7.1
29662024-08-11T07:17:13.438Z Checking arrayvec v0.7.4
29672024-08-11T07:17:13.438Z Checking constant_time_eq v0.3.0
29682024-08-11T07:17:13.441Z Checking spin v0.5.2
29692024-08-11T07:17:13.441Z Checking arrayref v0.3.7
29702024-08-11T07:17:13.441Z Checking cargo-platform v0.1.8
29712024-08-11T07:17:13.526Z Checking topological-sort v0.2.2
29722024-08-11T07:17:13.614Z Checking shell-words v1.1.0
29732024-08-11T07:17:13.757Z Checking ring v0.16.20
29742024-08-11T07:17:13.796Z Checking blake3 v1.5.1
29752024-08-11T07:17:13.806Z Checking cargo_metadata v0.18.1
29762024-08-11T07:17:14.890Z Checking omicron-zone-package v0.11.0
29772024-08-11T07:17:15.909Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29782024-08-11T07:17:16.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
29792024-08-11T07:17:16.855Z
29802024-08-11T07:17:16.855Zinfo: running `cargo check --bins` on xtask (137/147)
29812024-08-11T07:17:17.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29822024-08-11T07:17:17.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29832024-08-11T07:17:17.307Z Checking serde v1.0.205
29842024-08-11T07:17:17.307Z Checking thiserror v1.0.63
29852024-08-11T07:17:17.310Z Checking scroll v0.12.0
29862024-08-11T07:17:17.377Z Checking hashbrown v0.14.5
29872024-08-11T07:17:17.382Z Checking log v0.4.21
29882024-08-11T07:17:17.388Z Checking bitflags v2.6.0
29892024-08-11T07:17:17.395Z Checking zerocopy v0.7.34
29902024-08-11T07:17:17.422Z Checking syn v2.0.72
29912024-08-11T07:17:17.473Z Checking pest v2.7.10
29922024-08-11T07:17:17.632Z Checking fs-err v2.11.0
29932024-08-11T07:17:17.650Z Checking rustix v0.38.34
29942024-08-11T07:17:17.832Z Checking goblin v0.8.2
29952024-08-11T07:17:17.901Z Checking anyhow v1.0.86
29962024-08-11T07:17:18.274Z Checking tabled v0.15.0
29972024-08-11T07:17:18.473Z Checking indexmap v2.3.0
29982024-08-11T07:17:18.662Z Checking terminal_size v0.3.0
29992024-08-11T07:17:18.805Z Checking clap_builder v4.5.15
30002024-08-11T07:17:19.844Z Checking dtrace-parser v0.2.0
30012024-08-11T07:17:21.200Z Checking clap v4.5.15
30022024-08-11T07:17:21.394Z Checking serde_json v1.0.122
30032024-08-11T07:17:21.394Z Checking serde_spanned v0.6.7
30042024-08-11T07:17:21.396Z Checking toml_datetime v0.6.8
30052024-08-11T07:17:21.397Z Checking cargo-platform v0.1.8
30062024-08-11T07:17:21.397Z Checking semver v1.0.23
30072024-08-11T07:17:21.397Z Checking camino v1.1.7
30082024-08-11T07:17:21.578Z Checking macaddr v1.0.1
30092024-08-11T07:17:21.689Z Checking toml_edit v0.22.20
30102024-08-11T07:17:22.460Z Checking dof v0.3.0
30112024-08-11T07:17:22.460Z Checking cargo_metadata v0.18.1
30122024-08-11T07:17:22.837Z Checking usdt-impl v0.5.0
30132024-08-11T07:17:23.169Z Checking usdt v0.5.0
30142024-08-11T07:17:23.349Z Checking toml v0.8.19
30152024-08-11T07:17:23.779Z Checking cargo_toml v0.20.4
30162024-08-11T07:17:24.904Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30172024-08-11T07:17:25.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.59s
30182024-08-11T07:17:25.541Z
30192024-08-11T07:17:25.541Zinfo: running `cargo check --bins` on end-to-end-tests (138/147)
30202024-08-11T07:17:25.971Z Downloading crates ...
30212024-08-11T07:17:26.228Z Downloaded password-hash v0.4.2
30222024-08-11T07:17:26.231Z Downloaded bcrypt-pbkdf v0.10.0
30232024-08-11T07:17:26.239Z Downloaded russh-cryptovec v0.7.2
30242024-08-11T07:17:26.242Z Downloaded md5 v0.7.0
30252024-08-11T07:17:26.244Z Downloaded option-ext v0.2.0
30262024-08-11T07:17:26.252Z Downloaded dhcproto-macros v0.1.0
30272024-08-11T07:17:26.255Z Downloaded hex-literal v0.4.1
30282024-08-11T07:17:26.258Z Downloaded cbc v0.1.2
30292024-08-11T07:17:26.258Z Downloaded rfc6979 v0.4.0
30302024-08-11T07:17:26.258Z Downloaded primeorder v0.13.6
30312024-08-11T07:17:26.261Z Downloaded dirs v5.0.1
30322024-08-11T07:17:26.261Z Downloaded rand_chacha v0.2.2
30332024-08-11T07:17:26.262Z Downloaded pbkdf2 v0.12.2
30342024-08-11T07:17:26.265Z Downloaded dirs-sys v0.4.1
30352024-08-11T07:17:26.265Z Downloaded aes v0.8.4
30362024-08-11T07:17:26.268Z Downloaded rand_core v0.5.1
30372024-08-11T07:17:26.271Z Downloaded ecdsa v0.16.9
30382024-08-11T07:17:26.271Z Downloaded blowfish v0.9.1
30392024-08-11T07:17:26.274Z Downloaded polyval v0.6.2
30402024-08-11T07:17:26.274Z Downloaded pbkdf2 v0.11.0
30412024-08-11T07:17:26.277Z Downloaded getrandom v0.1.16
30422024-08-11T07:17:26.280Z Downloaded ctr v0.9.2
30432024-08-11T07:17:26.280Z Downloaded russh-keys v0.43.0
30442024-08-11T07:17:26.283Z Downloaded internet-checksum v0.2.1
30452024-08-11T07:17:26.283Z Downloaded dhcproto v0.12.0
30462024-08-11T07:17:26.285Z Downloaded ed25519 v2.2.3
30472024-08-11T07:17:26.288Z Downloaded ghash v0.5.1
30482024-08-11T07:17:26.288Z Downloaded p256 v0.13.2
30492024-08-11T07:17:26.298Z Downloaded ed25519-dalek v2.1.1
30502024-08-11T07:17:26.303Z Downloaded russh v0.43.0
30512024-08-11T07:17:26.308Z Downloaded rand v0.7.3
30522024-08-11T07:17:26.312Z Downloaded p521 v0.13.3
30532024-08-11T07:17:26.316Z Downloaded aes-gcm v0.10.3
30542024-08-11T07:17:26.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552024-08-11T07:17:26.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562024-08-11T07:17:26.443Z Compiling getrandom v0.1.16
30572024-08-11T07:17:26.543Z Checking rfc6979 v0.4.0
30582024-08-11T07:17:26.553Z Checking primeorder v0.13.6
30592024-08-11T07:17:26.556Z Checking option-ext v0.2.0
30602024-08-11T07:17:26.572Z Checking ed25519 v2.2.3
30612024-08-11T07:17:26.575Z Checking polyval v0.6.2
30622024-08-11T07:17:26.575Z Checking blowfish v0.9.1
30632024-08-11T07:17:26.575Z Checking ctr v0.9.2
30642024-08-11T07:17:26.659Z Checking dirs-sys v0.4.1
30652024-08-11T07:17:26.686Z Checking ecdsa v0.16.9
30662024-08-11T07:17:26.805Z Checking aes v0.8.4
30672024-08-11T07:17:26.808Z Checking password-hash v0.4.2
30682024-08-11T07:17:26.808Z Checking pbkdf2 v0.12.2
30692024-08-11T07:17:26.846Z Checking dirs v5.0.1
30702024-08-11T07:17:26.886Z Checking ed25519-dalek v2.1.1
30712024-08-11T07:17:26.963Z Checking ghash v0.5.1
30722024-08-11T07:17:26.980Z Checking cbc v0.1.2
30732024-08-11T07:17:26.995Z Checking bcrypt-pbkdf v0.10.0
30742024-08-11T07:17:27.127Z Checking russh-cryptovec v0.7.2
30752024-08-11T07:17:27.168Z Checking md5 v0.7.0
30762024-08-11T07:17:27.205Z Compiling dhcproto-macros v0.1.0
30772024-08-11T07:17:27.249Z Checking hex-literal v0.4.1
30782024-08-11T07:17:27.297Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30792024-08-11T07:17:27.336Z Checking p256 v0.13.2
30802024-08-11T07:17:27.359Z Checking p521 v0.13.3
30812024-08-11T07:17:27.410Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30822024-08-11T07:17:27.495Z Checking rand_core v0.5.1
30832024-08-11T07:17:27.606Z Checking pbkdf2 v0.11.0
30842024-08-11T07:17:27.630Z Checking aes-gcm v0.10.3
30852024-08-11T07:17:27.759Z Checking internet-checksum v0.2.1
30862024-08-11T07:17:27.775Z Checking rand_chacha v0.2.2
30872024-08-11T07:17:28.013Z Checking rand v0.7.3
30882024-08-11T07:17:28.025Z Checking dhcproto v0.12.0
30892024-08-11T07:17:28.899Z Checking russh-keys v0.43.0
30902024-08-11T07:17:29.648Z Checking russh v0.43.0
30912024-08-11T07:17:45.688Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30922024-08-11T07:17:46.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.37s
30932024-08-11T07:17:47.095Z
30942024-08-11T07:17:47.095Zinfo: running `cargo check --bins` on gateway-cli (139/147)
30952024-08-11T07:17:47.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962024-08-11T07:17:47.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972024-08-11T07:17:47.691Z Checking termios v0.3.3
30982024-08-11T07:17:47.882Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30992024-08-11T07:17:48.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
31002024-08-11T07:17:48.742Z
31012024-08-11T07:17:48.743Zinfo: running `cargo check --bins --no-default-features` on installinator (140/147)
31022024-08-11T07:17:49.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032024-08-11T07:17:49.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042024-08-11T07:17:49.396Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31052024-08-11T07:17:51.310Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31062024-08-11T07:17:52.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
31072024-08-11T07:17:53.142Z
31082024-08-11T07:17:53.142Zinfo: running `cargo check --bins` on internal-dns-cli (141/147)
31092024-08-11T07:17:53.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102024-08-11T07:17:53.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112024-08-11T07:17:53.727Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31122024-08-11T07:17:54.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
31132024-08-11T07:17:54.277Z
31142024-08-11T07:17:54.277Zinfo: running `cargo check --bins` on omicron-package (142/147)
31152024-08-11T07:17:54.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162024-08-11T07:17:54.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172024-08-11T07:17:54.905Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31182024-08-11T07:17:56.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
31192024-08-11T07:17:56.194Z
31202024-08-11T07:17:56.194Zinfo: running `cargo check --bins` on wicket-dbg (143/147)
31212024-08-11T07:17:56.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222024-08-11T07:17:56.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232024-08-11T07:17:56.846Z Checking rtoolbox v0.0.2
31242024-08-11T07:17:56.846Z Checking tui-tree-widget v0.22.0
31252024-08-11T07:17:56.846Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31262024-08-11T07:17:57.045Z Checking rpassword v7.3.1
31272024-08-11T07:18:00.840Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31282024-08-11T07:18:03.535Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31292024-08-11T07:18:04.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.35s
31302024-08-11T07:18:04.700Z
31312024-08-11T07:18:04.700Zinfo: running `cargo check --bins` on wicket (144/147)
31322024-08-11T07:18:05.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332024-08-11T07:18:05.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342024-08-11T07:18:05.337Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31352024-08-11T07:18:05.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
31362024-08-11T07:18:05.831Z
31372024-08-11T07:18:05.831Zinfo: running `cargo check --bins` on wicketd (145/147)
31382024-08-11T07:18:06.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392024-08-11T07:18:06.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402024-08-11T07:18:06.492Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31412024-08-11T07:18:09.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
31422024-08-11T07:18:10.101Z
31432024-08-11T07:18:10.101Zinfo: running `cargo check --bins` on omicron-workspace-hack (146/147)
31442024-08-11T07:18:10.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452024-08-11T07:18:10.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462024-08-11T07:18:10.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472024-08-11T07:18:10.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31482024-08-11T07:18:10.666Z
31492024-08-11T07:18:10.666Zinfo: running `cargo check --bins` on zone-setup (147/147)
31502024-08-11T07:18:11.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512024-08-11T07:18:11.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522024-08-11T07:18:11.339Z Checking uzers v0.11.3
31532024-08-11T07:18:11.617Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31542024-08-11T07:18:12.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
31552024-08-11T07:18:12.764Z
31562024-08-11T07:18:12.764Zreal 10:23.223694415
31572024-08-11T07:18:12.764Zuser 21:58.358512151
31582024-08-11T07:18:12.764Zsys 4:41.157739599
31592024-08-11T07:18:12.764Ztrap 0.474970885
31602024-08-11T07:18:12.767Ztflt 2.403281108
31612024-08-11T07:18:12.767Zdflt 2.188074689
31622024-08-11T07:18:12.767Zkflt 0.002575240
31632024-08-11T07:18:12.767Zlock 40:03.118162710
31642024-08-11T07:18:12.767Zslp 1:48:29.538142279
31652024-08-11T07:18:12.767Zlat 55.814066240
31662024-08-11T07:18:12.767Zstop 2:32.853007028
31672024-08-11T07:18:12.767Zprocess exited: duration 832099 ms, exit code 0
 
31682024-08-11T07:18:12.773Zfound 0 output files