01J9QT6QZXC89F2QF82XR7HAYH: 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: 01J9QT797VMN04721VCX5P2W1F

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-09T04:58:24.605Zjob assigned to worker 01J9QT7J059WQ9PDXMXAB0Y56M (queued for 56 s)
 
22024-10-09T04:58:31.952Zstarting task 0: "setup"
32024-10-09T04:58:31.959Z++ uname -s
42024-10-09T04:58:31.962Z+ kern=SunOS
52024-10-09T04:58:31.962Z+ case "$kern" in
62024-10-09T04:58:31.962Z+ groupadd -g 12345 build
72024-10-09T04:58:31.964Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-09T04:58:33.972Z+ zfs create -o mountpoint=/work rpool/work
92024-10-09T04:58:34.069Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-09T04:58:34.072Z+ home_fs=zfs
112024-10-09T04:58:34.072Z+ [[ zfs == autofs ]]
122024-10-09T04:58:34.072Z+ mkdir -p /home/build
132024-10-09T04:58:34.075Z+ chown build:build /home/build /work
142024-10-09T04:58:36.076Z+ chmod 0700 /home/build /work
152024-10-09T04:58:36.078Zprocess exited: duration 4127 ms, exit code 0
 
162024-10-09T04:58:36.084Zstarting task 1: "rust-toolchain"
172024-10-09T04:58:36.089Z+ printf ' * toolchain channel = "%s"
182024-10-09T04:58:36.089Z' 1.80.1
192024-10-09T04:58:36.089Z * toolchain channel = "1.80.1"
202024-10-09T04:58:36.089Z+ printf ' * toolchain profile = "%s"
212024-10-09T04:58:36.089Z' default
222024-10-09T04:58:36.089Z * toolchain profile = "default"
232024-10-09T04:58:36.091Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-09T04:58:36.091Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-09T04:58:36.212Zinfo: downloading installer
262024-10-09T04:58:37.469Zinfo: profile set to 'default'
272024-10-09T04:58:37.469Zinfo: default host triple is x86_64-unknown-illumos
282024-10-09T04:58:37.469Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-09T04:58:37.614Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-09T04:58:37.614Zinfo: downloading component 'cargo'
312024-10-09T04:58:38.455Zinfo: downloading component 'clippy'
322024-10-09T04:58:38.755Zinfo: downloading component 'rust-docs'
332024-10-09T04:58:39.935Zinfo: downloading component 'rust-std'
342024-10-09T04:58:41.602Zinfo: downloading component 'rustc'
352024-10-09T04:58:46.233Zinfo: downloading component 'rustfmt'
362024-10-09T04:58:46.480Zinfo: installing component 'cargo'
372024-10-09T04:58:47.301Zinfo: installing component 'clippy'
382024-10-09T04:58:47.677Zinfo: installing component 'rust-docs'
392024-10-09T04:58:49.318Zinfo: installing component 'rust-std'
402024-10-09T04:58:50.949Zinfo: installing component 'rustc'
412024-10-09T04:58:55.129Zinfo: installing component 'rustfmt'
422024-10-09T04:58:55.459Z
432024-10-09T04:58:55.460Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
442024-10-09T04:58:55.707Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-09T04:58:55.707Z
462024-10-09T04:58:55.707Z
472024-10-09T04:58:55.707ZRust is installed now. Great!
482024-10-09T04:58:55.707Z
492024-10-09T04:58:55.707ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-09T04:58:55.707Zenvironment variable. This has not been done automatically.
512024-10-09T04:58:55.707Z
522024-10-09T04:58:55.709ZTo configure your current shell, you need to source
532024-10-09T04:58:55.709Zthe corresponding env file under $HOME/.cargo.
542024-10-09T04:58:55.709Z
552024-10-09T04:58:55.709ZThis is usually done by running one of the following (note the leading DOT):
562024-10-09T04:58:55.709Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-09T04:58:55.709Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-09T04:58:55.755Z+ rustc --version
592024-10-09T04:58:55.817Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-09T04:58:55.820Zprocess exited: duration 19733 ms, exit code 0
 
612024-10-09T04:58:55.826Zstarting task 2: "authentication"
622024-10-09T04:58:55.845Zprocess exited: duration 19 ms, exit code 0
 
632024-10-09T04:58:55.851Zstarting task 3: "clone repository"
642024-10-09T04:58:55.860Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-09T04:58:55.863Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-09T04:58:56.100ZCloning into '/work/oxidecomputer/omicron'...
672024-10-09T04:59:02.176Z+ cd /work/oxidecomputer/omicron
682024-10-09T04:59:02.176Z+ git fetch origin 6610880affd8035822c8344001dcf8a406c506de
692024-10-09T04:59:02.432ZFrom https://github.com/oxidecomputer/omicron
702024-10-09T04:59:02.432Z * branch 6610880affd8035822c8344001dcf8a406c506de -> FETCH_HEAD
712024-10-09T04:59:02.445Z+ [[ -n renovate/clap-4.x-lockfile ]]
722024-10-09T04:59:02.450Z++ git branch --show-current
732024-10-09T04:59:02.450Z+ current=main
742024-10-09T04:59:02.450Z+ [[ main != renovate/clap-4.x-lockfile ]]
752024-10-09T04:59:02.450Z+ git branch -f renovate/clap-4.x-lockfile 6610880affd8035822c8344001dcf8a406c506de
762024-10-09T04:59:02.451Z+ git checkout -f renovate/clap-4.x-lockfile
772024-10-09T04:59:02.616ZSwitched to branch 'renovate/clap-4.x-lockfile'
782024-10-09T04:59:02.635Z+ git reset --hard 6610880affd8035822c8344001dcf8a406c506de
792024-10-09T04:59:02.635ZHEAD is now at 6610880af Update Rust crate clap to v4.5.20
802024-10-09T04:59:02.635Zprocess exited: duration 6772 ms, exit code 0
 
812024-10-09T04:59:02.646Zstarting task 4: "build"
822024-10-09T04:59:02.652Z+ source .github/buildomat/ci-env.sh
832024-10-09T04:59:02.653Z++ export CARGO_TERM_COLOR=always
842024-10-09T04:59:02.653Z++ CARGO_TERM_COLOR=always
852024-10-09T04:59:02.653Z+ cargo --version
862024-10-09T04:59:02.706Zcargo 1.80.1 (376290515 2024-07-16)
872024-10-09T04:59:02.711Z+ rustc --version
882024-10-09T04:59:02.764Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-10-09T04:59:02.769Z+ source ./env.sh
902024-10-09T04:59:02.769Z++ OLD_SHELL_OPTS=ehxB
912024-10-09T04:59:02.769Z++ set -o xtrace
922024-10-09T04:59:02.769Z++++ dirname ./env.sh
932024-10-09T04:59:02.774Z+++ readlink -f .
942024-10-09T04:59:02.792Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-10-09T04:59:02.797Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-10-09T04:59:02.798Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-10-09T04:59:02.798Z++ 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
982024-10-09T04:59:02.798Z++ 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
992024-10-09T04:59:02.798Z++ 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
1002024-10-09T04:59:02.798Z++ 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
1012024-10-09T04:59:02.798Z++ 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
1022024-10-09T04:59:02.798Z++ 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
1032024-10-09T04:59:02.798Z++ case $OLD_SHELL_OPTS in
1042024-10-09T04:59:02.798Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-10-09T04:59:02.799Z+ 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
1062024-10-09T04:59:02.800Z+ 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
1072024-10-09T04:59:02.800Z+ banner prerequisites
1082024-10-09T04:59:02.811Z
1092024-10-09T04:59:02.811Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-10-09T04:59:02.811Z # # # # # # # # # # # # # # #
1112024-10-09T04:59:02.811Z # # # # ##### # # ##### # # # # # #### #
1122024-10-09T04:59:02.811Z ##### ##### # ##### # # # # # # # # #
1132024-10-09T04:59:02.811Z # # # # # # # # # # # # # # #
1142024-10-09T04:59:02.811Z # # # ###### # # ###### ### # #### # #### #
1152024-10-09T04:59:02.812Z
1162024-10-09T04:59:02.820Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-10-09T04:59:11.453Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-10-09T04:59:14.441Z Startup: Caching catalogs ... Done
1192024-10-09T04:59:18.772ZPlanning: Solver setup ... Done (3.710s)
1202024-10-09T04:59:18.834ZPlanning: Running solver ... Done (0.062s)
1212024-10-09T04:59:18.943ZPlanning: Finding local manifests ... Done (0.045s)
1222024-10-09T04:59:18.965ZPlanning: Fetching manifests: 0/5 0% complete
1232024-10-09T04:59:19.580ZPlanning: Fetching manifests: 5/5 100% complete
1242024-10-09T04:59:19.889ZPlanning: Package planning ... Done (0.310s)
1252024-10-09T04:59:19.945ZPlanning: Merging actions ... Done (0.056s)
1262024-10-09T04:59:20.477ZPlanning: Checking for conflicting actions ... Done (0.532s)
1272024-10-09T04:59:24.726ZPlanning: Consolidating action changes ... Done (4.247s)
1282024-10-09T04:59:25.077ZPlanning: Evaluating mediators ... Done (0.351s)
1292024-10-09T04:59:25.194ZPlanning: Planning completed in 10.67 seconds
1302024-10-09T04:59:25.208Z Packages to install: 4
1312024-10-09T04:59:25.208Z Packages to update: 1
1322024-10-09T04:59:25.211Z Mediators to change: 2
1332024-10-09T04:59:25.211Z Services to change: 1
1342024-10-09T04:59:25.211Z Estimated space available: 155.71 GB
1352024-10-09T04:59:25.211ZEstimated space to be consumed: 1.56 GB
1362024-10-09T04:59:25.211Z Create boot environment: No
1372024-10-09T04:59:25.211ZCreate backup boot environment: Yes
1382024-10-09T04:59:25.211Z Rebuild boot archive: No
1392024-10-09T04:59:25.211Z
1402024-10-09T04:59:25.211ZChanged mediators:
1412024-10-09T04:59:25.211Z mediator clang:
1422024-10-09T04:59:25.211Z version: None -> 15 (system default)
1432024-10-09T04:59:25.211Z
1442024-10-09T04:59:25.211Z mediator llvm:
1452024-10-09T04:59:25.211Z version: 14 (system default) -> 15 (system default)
1462024-10-09T04:59:25.211Z
1472024-10-09T04:59:25.211ZChanged packages:
1482024-10-09T04:59:25.211Zhelios-dev
1492024-10-09T04:59:25.211Z developer/build-essential
1502024-10-09T04:59:25.211Z None -> 11-2.0
1512024-10-09T04:59:25.211Z library/libxmlsec1
1522024-10-09T04:59:25.211Z None -> 1.2.35-2.0
1532024-10-09T04:59:25.211Z ooce/developer/clang-15
1542024-10-09T04:59:25.211Z None -> 15.0.7-2.0
1552024-10-09T04:59:25.211Z ooce/developer/llvm-15
1562024-10-09T04:59:25.211Z None -> 15.0.7-2.0
1572024-10-09T04:59:25.212Z package/pkg
1582024-10-09T04:59:25.212Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-10-09T04:59:25.212Z
1602024-10-09T04:59:25.212ZServices:
1612024-10-09T04:59:25.212Z restart_fmri:
1622024-10-09T04:59:25.212Z svc:/system/update-man-index:default
1632024-10-09T04:59:25.212Z
1642024-10-09T04:59:25.212ZEditable files to change:
1652024-10-09T04:59:25.212Z Update:
1662024-10-09T04:59:25.212Z usr/share/lib/pkg/web/config.shtml
1672024-10-09T04:59:25.424Z
1682024-10-09T04:59:25.424ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-10-09T04:59:30.431ZDownload: 969/4281 items 19.4/220.6MB 8% complete (4.0M/s)
1702024-10-09T04:59:35.439ZDownload: 1512/4281 items 117.5/220.6MB 53% complete (11.9M/s)
1712024-10-09T04:59:40.454ZDownload: 2093/4281 items 118.9/220.6MB 53% complete (10.0M/s)
1722024-10-09T04:59:46.659ZDownload: 2223/4281 items 119.2/220.6MB 54% complete (8.7M/s)
1732024-10-09T04:59:51.662ZDownload: 2358/4281 items 119.9/220.6MB 54% complete (74.9k/s)
1742024-10-09T04:59:56.904ZDownload: 3248/4281 items 203.1/220.6MB 92% complete (8.8M/s)
1752024-10-09T05:00:01.909ZDownload: 3662/4281 items 216.3/220.6MB 98% complete (9.6M/s)
1762024-10-09T05:00:07.410ZDownload: 4208/4281 items 220.6/220.6MB 99% complete (7.6M/s)
1772024-10-09T05:00:07.512ZDownload: Completed 220.60 MB in 42.08 seconds (5.2M/s)
1782024-10-09T05:00:09.362Z Actions: 1/5063 actions (Removing old actions)
1792024-10-09T05:00:09.377Z Actions: 194/5063 actions (Installing new actions)
1802024-10-09T05:00:14.524Z Actions: 4078/5063 actions (Installing new actions)
1812024-10-09T05:00:15.239Z Actions: 4226/5063 actions (Updating modified actions)
1822024-10-09T05:00:15.598Z Actions: Completed 5063 actions in 6.23 seconds.
1832024-10-09T05:00:15.922Z Done (0.316s)
1842024-10-09T05:00:15.924Z Done (0.000s)
1852024-10-09T05:00:16.358Z Done (0.434s)
1862024-10-09T05:00:22.789Z Done (6.240s)
1872024-10-09T05:00:23.181Z Done (0.317s)
1882024-10-09T05:00:23.183Z Done (0.000s)
1892024-10-09T05:00:23.325Z Done (0.000s)
1902024-10-09T05:00:23.965ZPlanning: Evaluating mediator changes ... Done
1912024-10-09T05:00:24.124ZPlanning: Checking for conflicting actions ... Done
1922024-10-09T05:00:24.127ZPlanning: Consolidating action changes ... Done
1932024-10-09T05:00:24.399ZPlanning: Evaluating mediators ... Done
1942024-10-09T05:00:24.402ZPlanning: Planning completed in 0.43 seconds
1952024-10-09T05:00:24.438Z Mediators to change: 2
1962024-10-09T05:00:24.438Z Create boot environment: No
1972024-10-09T05:00:24.438ZCreate backup boot environment: No
1982024-10-09T05:00:24.522Z Done
1992024-10-09T05:00:24.522Z Done
2002024-10-09T05:00:24.817Z Done
2012024-10-09T05:00:28.500Z Done
2022024-10-09T05:00:28.587Z Done
2032024-10-09T05:00:28.587Z Done
2042024-10-09T05:00:28.709Z Done
2052024-10-09T05:00:29.324ZPlanning: Evaluating mediator changes ... Done
2062024-10-09T05:00:29.328ZPlanning: Merging actions ... Done
2072024-10-09T05:00:29.514ZPlanning: Checking for conflicting actions ... Done
2082024-10-09T05:00:29.516ZPlanning: Consolidating action changes ... Done
2092024-10-09T05:00:29.777ZPlanning: Evaluating mediators ... Done
2102024-10-09T05:00:29.832ZPlanning: Planning completed in 0.75 seconds
2112024-10-09T05:00:29.870Z Packages to change: 1
2122024-10-09T05:00:29.870Z Mediators to change: 1
2132024-10-09T05:00:29.871Z Services to change: 1
2142024-10-09T05:00:29.871Z Create boot environment: No
2152024-10-09T05:00:29.871ZCreate backup boot environment: Yes
2162024-10-09T05:00:31.867Z Actions: 1/6 actions (Updating modified actions)
2172024-10-09T05:00:31.940Z Actions: Completed 6 actions in 0.07 seconds.
2182024-10-09T05:00:31.940Z Done
2192024-10-09T05:00:31.940Z Done
2202024-10-09T05:00:32.031Z Done
2212024-10-09T05:00:35.632Z Done
2222024-10-09T05:00:35.725Z Done
2232024-10-09T05:00:35.728Z Done
2242024-10-09T05:00:35.838Z Done
2252024-10-09T05:00:36.263ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2262024-10-09T05:00:36.263Zclang system 15 system
2272024-10-09T05:00:36.263Zcsh system system illumos
2282024-10-09T05:00:36.263Zctags system system illumos
2292024-10-09T05:00:36.263Zgcc vendor 12 vendor
2302024-10-09T05:00:36.263Zgcc system 10 system
2312024-10-09T05:00:36.263Zgcc system 7 system
2322024-10-09T05:00:36.263Zgo system 1.20 system
2332024-10-09T05:00:36.263Zgo system 1.19 system
2342024-10-09T05:00:36.263Zllvm system 15 system
2352024-10-09T05:00:36.263Zllvm system 14 system
2362024-10-09T05:00:36.263Zmariadb system 10.6 system
2372024-10-09T05:00:36.263Zmta vendor vendor dma
2382024-10-09T05:00:36.263Zopenjdk system 17 system
2392024-10-09T05:00:36.263Zopenjdk system 11 system
2402024-10-09T05:00:36.264Zopenjdk system 1.8 system
2412024-10-09T05:00:36.264Zopenssl vendor 3 vendor
2422024-10-09T05:00:36.264Zperl system 5.36 system
2432024-10-09T05:00:36.264Zpostgresql system 15 system
2442024-10-09T05:00:36.264Zpostgresql system 13 system
2452024-10-09T05:00:36.264Zpython vendor 3 vendor
2462024-10-09T05:00:36.264Zpython system 2 system
2472024-10-09T05:00:36.264Zpython3 system 3.11 system
2482024-10-09T05:00:36.264Zruby system 3.0 system
2492024-10-09T05:00:36.264Zwords vendor vendor american-english
2502024-10-09T05:00:36.264Zwords system system australian-english
2512024-10-09T05:00:36.264Zwords system system british-english
2522024-10-09T05:00:36.264Zwords system system canadian-english
2532024-10-09T05:00:36.264Zwords system system french
2542024-10-09T05:00:36.264Zwords system system italian
2552024-10-09T05:00:36.264Zwords system system ngerman
2562024-10-09T05:00:36.264Zwords system system ogerman
2572024-10-09T05:00:36.264Zwords system system spanish
2582024-10-09T05:00:36.589ZPUBLISHER TYPE STATUS P LOCATION
2592024-10-09T05:00:36.589Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2602024-10-09T05:00:38.613ZFMRI IFO
2612024-10-09T05:00:38.613Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2622024-10-09T05:00:38.613Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2632024-10-09T05:00:38.613Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2642024-10-09T05:00:38.613Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2652024-10-09T05:00:38.613Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2662024-10-09T05:00:38.613Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2672024-10-09T05:00:38.613Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2682024-10-09T05:00:38.613Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2692024-10-09T05:00:38.613Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2702024-10-09T05:00:38.613Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2712024-10-09T05:00:38.613Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2722024-10-09T05:00:38.613Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2732024-10-09T05:00:38.613Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2742024-10-09T05:00:39.261Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2752024-10-09T05:00:39.505Z Updating crates.io index
2762024-10-09T05:00:39.584Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2772024-10-09T05:00:40.324Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2782024-10-09T05:00:40.616Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792024-10-09T05:00:40.822Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2802024-10-09T05:00:41.092Z Updating git repository `https://github.com/oxidecomputer/propolis`
2812024-10-09T05:00:41.779Z Updating git repository `https://github.com/oxidecomputer/crucible`
2822024-10-09T05:00:43.997Z Updating git repository `https://github.com/oxidecomputer/opte`
2832024-10-09T05:00:45.060Z Updating git repository `https://github.com/oxidecomputer/falcon`
2842024-10-09T05:00:45.712Z Updating git repository `https://github.com/oxidecomputer/clickward`
2852024-10-09T05:00:45.973Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2862024-10-09T05:00:46.239Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872024-10-09T05:00:46.806Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2882024-10-09T05:00:47.111Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2892024-10-09T05:00:47.423Z Updating git repository `https://github.com/oxidecomputer/qorb`
2902024-10-09T05:00:47.738Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2912024-10-09T05:00:48.052Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922024-10-09T05:00:48.374Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2932024-10-09T05:00:48.644Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2942024-10-09T05:00:48.889Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2952024-10-09T05:00:49.181Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2962024-10-09T05:00:49.504Z Updating git repository `https://github.com/oxidecomputer/ispf`
2972024-10-09T05:00:49.782Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2982024-10-09T05:00:50.232Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2992024-10-09T05:00:50.561Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3002024-10-09T05:00:50.990Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3012024-10-09T05:00:51.285Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3022024-10-09T05:00:51.642Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3032024-10-09T05:00:52.204Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3042024-10-09T05:00:52.469Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3052024-10-09T05:00:52.720Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3062024-10-09T05:00:53.960Z Downloading crates ...
3072024-10-09T05:00:54.016Z Downloaded dtrace-parser v0.2.0
3082024-10-09T05:00:54.031Z Downloaded itoa v1.0.11
3092024-10-09T05:00:54.033Z Downloaded errno v0.3.9
3102024-10-09T05:00:54.035Z Downloaded cfg-if v1.0.0
3112024-10-09T05:00:54.038Z Downloaded anstyle v1.0.8
3122024-10-09T05:00:54.040Z Downloaded autocfg v1.3.0
3132024-10-09T05:00:54.047Z Downloaded scroll_derive v0.12.0
3142024-10-09T05:00:54.051Z Downloaded usdt-attr-macro v0.5.0
3152024-10-09T05:00:54.056Z Downloaded digest v0.10.7
3162024-10-09T05:00:54.058Z Downloaded clap_lex v0.7.0
3172024-10-09T05:00:54.060Z Downloaded fnv v1.0.7
3182024-10-09T05:00:54.060Z Downloaded block-buffer v0.10.4
3192024-10-09T05:00:54.065Z Downloaded usdt-macro v0.5.0
3202024-10-09T05:00:54.065Z Downloaded heck v0.5.0
3212024-10-09T05:00:54.065Z Downloaded generic-array v0.14.7
3222024-10-09T05:00:54.067Z Downloaded cpufeatures v0.2.12
3232024-10-09T05:00:54.067Z Downloaded cargo_metadata v0.18.1
3242024-10-09T05:00:54.068Z Downloaded scroll v0.12.0
3252024-10-09T05:00:54.079Z Downloaded anstyle-query v1.0.3
3262024-10-09T05:00:54.079Z Downloaded macaddr v1.0.1
3272024-10-09T05:00:54.079Z Downloaded memmap v0.7.0
3282024-10-09T05:00:54.079Z Downloaded strsim v0.11.1
3292024-10-09T05:00:54.082Z Downloaded thiserror-impl v1.0.64
3302024-10-09T05:00:54.084Z Downloaded version_check v0.9.5
3312024-10-09T05:00:54.087Z Downloaded pest_generator v2.7.10
3322024-10-09T05:00:54.089Z Downloaded log v0.4.22
3332024-10-09T05:00:54.091Z Downloaded camino v1.1.9
3342024-10-09T05:00:54.093Z Downloaded plain v0.2.3
3352024-10-09T05:00:54.099Z Downloaded anstream v0.6.14
3362024-10-09T05:00:54.103Z Downloaded colorchoice v1.0.1
3372024-10-09T05:00:54.107Z Downloaded equivalent v1.0.1
3382024-10-09T05:00:54.109Z Downloaded is_terminal_polyfill v1.70.0
3392024-10-09T05:00:54.116Z Downloaded sha2 v0.10.8
3402024-10-09T05:00:54.124Z Downloaded pretty-hex v0.4.1
3412024-10-09T05:00:54.134Z Downloaded toml_datetime v0.6.8
3422024-10-09T05:00:54.137Z Downloaded swrite v0.1.0
3432024-10-09T05:00:54.139Z Downloaded toml v0.8.19
3442024-10-09T05:00:54.142Z Downloaded once_cell v1.19.0
3452024-10-09T05:00:54.144Z Downloaded textwrap v0.16.1
3462024-10-09T05:00:54.146Z Downloaded tempfile v3.13.0
3472024-10-09T05:00:54.148Z Downloaded bytecount v0.6.8
3482024-10-09T05:00:54.150Z Downloaded proc-macro2 v1.0.86
3492024-10-09T05:00:54.152Z Downloaded byteorder v1.5.0
3502024-10-09T05:00:54.155Z Downloaded heck v0.4.1
3512024-10-09T05:00:54.157Z Downloaded unicode-ident v1.0.13
3522024-10-09T05:00:54.159Z Downloaded fastrand v2.1.1
3532024-10-09T05:00:54.161Z Downloaded cargo-platform v0.1.8
3542024-10-09T05:00:54.161Z Downloaded fs-err v2.11.0
3552024-10-09T05:00:54.163Z Downloaded proc-macro-error v1.0.4
3562024-10-09T05:00:54.167Z Downloaded anstyle-parse v0.2.4
3572024-10-09T05:00:54.170Z Downloaded dof v0.3.0
3582024-10-09T05:00:54.172Z Downloaded proc-macro-error-attr v1.0.4
3592024-10-09T05:00:54.173Z Downloaded thiserror v1.0.64
3602024-10-09T05:00:54.176Z Downloaded tabled_derive v0.7.0
3612024-10-09T05:00:54.178Z Downloaded unicode-linebreak v0.1.5
3622024-10-09T05:00:54.178Z Downloaded usdt v0.5.0
3632024-10-09T05:00:54.178Z Downloaded thread-id v4.2.1
3642024-10-09T05:00:54.180Z Downloaded serde_spanned v0.6.7
3652024-10-09T05:00:54.180Z Downloaded smawk v0.3.2
3662024-10-09T05:00:54.182Z Downloaded utf8parse v0.2.1
3672024-10-09T05:00:54.182Z Downloaded usdt-impl v0.5.0
3682024-10-09T05:00:54.187Z Downloaded cargo_toml v0.20.5
3692024-10-09T05:00:54.191Z Downloaded crypto-common v0.1.6
3702024-10-09T05:00:54.194Z Downloaded clap_derive v4.5.18
3712024-10-09T05:00:54.196Z Downloaded typenum v1.17.0
3722024-10-09T05:00:54.198Z Downloaded indexmap v2.5.0
3732024-10-09T05:00:54.200Z Downloaded camino-tempfile v1.1.1
3742024-10-09T05:00:54.205Z Downloaded semver v1.0.23
3752024-10-09T05:00:54.209Z Downloaded quote v1.0.37
3762024-10-09T05:00:54.211Z Downloaded serde_tokenstream v0.2.2
3772024-10-09T05:00:54.211Z Downloaded zerocopy-derive v0.7.34
3782024-10-09T05:00:54.214Z Downloaded terminal_size v0.4.0
3792024-10-09T05:00:54.219Z Downloaded serde v1.0.210
3802024-10-09T05:00:54.221Z Downloaded pest_derive v2.7.10
3812024-10-09T05:00:54.223Z Downloaded clap v4.5.20
3822024-10-09T05:00:54.232Z Downloaded bitflags v2.6.0
3832024-10-09T05:00:54.235Z Downloaded serde_derive v1.0.210
3842024-10-09T05:00:54.238Z Downloaded pest_meta v2.7.10
3852024-10-09T05:00:54.240Z Downloaded toml_edit v0.22.22
3862024-10-09T05:00:54.261Z Downloaded papergrid v0.11.0
3872024-10-09T05:00:54.265Z Downloaded ucd-trie v0.1.6
3882024-10-09T05:00:54.267Z Downloaded ryu v1.0.18
3892024-10-09T05:00:54.270Z Downloaded anyhow v1.0.89
3902024-10-09T05:00:54.273Z Downloaded pest v2.7.10
3912024-10-09T05:00:54.277Z Downloaded hashbrown v0.14.5
3922024-10-09T05:00:54.282Z Downloaded serde_json v1.0.128
3932024-10-09T05:00:54.290Z Downloaded clap_builder v4.5.20
3942024-10-09T05:00:54.296Z Downloaded memchr v2.7.2
3952024-10-09T05:00:54.303Z Downloaded zerocopy v0.7.34
3962024-10-09T05:00:54.327Z Downloaded tabled v0.15.0
3972024-10-09T05:00:54.341Z Downloaded winnow v0.6.18
3982024-10-09T05:00:54.349Z Downloaded goblin v0.8.2
3992024-10-09T05:00:54.355Z Downloaded syn v1.0.109
4002024-10-09T05:00:54.366Z Downloaded syn v2.0.79
4012024-10-09T05:00:54.376Z Downloaded rustix v0.38.37
4022024-10-09T05:00:54.397Z Downloaded unicode-width v0.1.13
4032024-10-09T05:00:54.415Z Downloaded libc v0.2.159
4042024-10-09T05:00:54.714Z Compiling proc-macro2 v1.0.86
4052024-10-09T05:00:54.714Z Compiling unicode-ident v1.0.13
4062024-10-09T05:00:54.717Z Compiling serde v1.0.210
4072024-10-09T05:00:54.717Z Compiling version_check v0.9.5
4082024-10-09T05:00:54.717Z Compiling memchr v2.7.2
4092024-10-09T05:00:54.717Z Compiling thiserror v1.0.64
4102024-10-09T05:00:54.717Z Compiling libc v0.2.159
4112024-10-09T05:00:54.717Z Compiling ryu v1.0.18
4122024-10-09T05:00:54.960Z Compiling itoa v1.0.11
4132024-10-09T05:00:55.193Z Compiling ucd-trie v0.1.6
4142024-10-09T05:00:55.466Z Compiling once_cell v1.19.0
4152024-10-09T05:00:55.626Z Compiling byteorder v1.5.0
4162024-10-09T05:00:56.071Z Compiling serde_json v1.0.128
4172024-10-09T05:00:56.074Z Compiling rustix v0.38.37
4182024-10-09T05:00:56.140Z Compiling bitflags v2.6.0
4192024-10-09T05:00:56.313Z Compiling usdt-impl v0.5.0
4202024-10-09T05:00:56.431Z Compiling proc-macro-error-attr v1.0.4
4212024-10-09T05:00:56.488Z Compiling syn v1.0.109
4222024-10-09T05:00:56.608Z Compiling proc-macro-error v1.0.4
4232024-10-09T05:00:56.797Z Compiling hashbrown v0.14.5
4242024-10-09T05:00:56.823Z Compiling equivalent v1.0.1
4252024-10-09T05:00:56.913Z Compiling camino v1.1.9
4262024-10-09T05:00:56.942Z Compiling quote v1.0.37
4272024-10-09T05:00:56.989Z Compiling log v0.4.22
4282024-10-09T05:00:57.211Z Compiling plain v0.2.3
4292024-10-09T05:00:57.376Z Compiling syn v2.0.79
4302024-10-09T05:00:57.403Z Compiling errno v0.3.9
4312024-10-09T05:00:57.406Z Compiling thread-id v4.2.1
4322024-10-09T05:00:57.549Z Compiling utf8parse v0.2.1
4332024-10-09T05:00:57.709Z Compiling anstyle-parse v0.2.4
4342024-10-09T05:00:57.808Z Compiling autocfg v1.3.0
4352024-10-09T05:00:58.039Z Compiling indexmap v2.5.0
4362024-10-09T05:00:58.094Z Compiling is_terminal_polyfill v1.70.0
4372024-10-09T05:00:58.147Z Compiling semver v1.0.23
4382024-10-09T05:00:58.236Z Compiling colorchoice v1.0.1
4392024-10-09T05:00:58.405Z Compiling anstyle v1.0.8
4402024-10-09T05:00:58.758Z Compiling winnow v0.6.18
4412024-10-09T05:00:58.784Z Compiling anstyle-query v1.0.3
4422024-10-09T05:00:58.899Z Compiling pretty-hex v0.4.1
4432024-10-09T05:00:58.902Z Compiling unicode-width v0.1.13
4442024-10-09T05:00:58.948Z Compiling anstream v0.6.14
4452024-10-09T05:00:59.112Z Compiling fs-err v2.11.0
4462024-10-09T05:00:59.417Z Compiling fnv v1.0.7
4472024-10-09T05:00:59.486Z Compiling strsim v0.11.1
4482024-10-09T05:00:59.567Z Compiling clap_lex v0.7.0
4492024-10-09T05:00:59.675Z Compiling terminal_size v0.4.0
4502024-10-09T05:00:59.805Z Compiling heck v0.5.0
4512024-10-09T05:00:59.875Z Compiling anyhow v1.0.89
4522024-10-09T05:01:00.112Z Compiling heck v0.4.1
4532024-10-09T05:01:00.405Z Compiling bytecount v0.6.8
4542024-10-09T05:01:00.429Z Compiling cfg-if v1.0.0
4552024-10-09T05:01:00.511Z Compiling fastrand v2.1.1
4562024-10-09T05:01:00.534Z Compiling papergrid v0.11.0
4572024-10-09T05:01:00.642Z Compiling clap_builder v4.5.20
4582024-10-09T05:01:00.999Z Compiling tempfile v3.13.0
4592024-10-09T05:01:01.086Z Compiling memmap v0.7.0
4602024-10-09T05:01:01.088Z Compiling smawk v0.3.2
4612024-10-09T05:01:01.323Z Compiling unicode-linebreak v0.1.5
4622024-10-09T05:01:01.816Z Compiling textwrap v0.16.1
4632024-10-09T05:01:02.071Z Compiling swrite v0.1.0
4642024-10-09T05:01:03.299Z Compiling tabled_derive v0.7.0
4652024-10-09T05:01:04.834Z Compiling tabled v0.15.0
4662024-10-09T05:01:06.245Z Compiling serde_derive v1.0.210
4672024-10-09T05:01:06.245Z Compiling thiserror-impl v1.0.64
4682024-10-09T05:01:06.248Z Compiling zerocopy-derive v0.7.34
4692024-10-09T05:01:06.289Z Compiling scroll_derive v0.12.0
4702024-10-09T05:01:06.291Z Compiling clap_derive v4.5.18
4712024-10-09T05:01:07.632Z Compiling scroll v0.12.0
4722024-10-09T05:01:07.892Z Compiling zerocopy v0.7.34
4732024-10-09T05:01:08.122Z Compiling goblin v0.8.2
4742024-10-09T05:01:08.815Z Compiling pest v2.7.10
4752024-10-09T05:01:10.158Z Compiling clap v4.5.20
4762024-10-09T05:01:11.034Z Compiling pest_meta v2.7.10
4772024-10-09T05:01:11.818Z Compiling pest_generator v2.7.10
4782024-10-09T05:01:13.824Z Compiling pest_derive v2.7.10
4792024-10-09T05:01:14.532Z Compiling dtrace-parser v0.2.0
4802024-10-09T05:01:16.086Z Compiling serde_tokenstream v0.2.2
4812024-10-09T05:01:16.321Z Compiling toml_datetime v0.6.8
4822024-10-09T05:01:16.321Z Compiling serde_spanned v0.6.7
4832024-10-09T05:01:16.323Z Compiling cargo-platform v0.1.8
4842024-10-09T05:01:16.645Z Compiling macaddr v1.0.1
4852024-10-09T05:01:16.701Z Compiling toml_edit v0.22.22
4862024-10-09T05:01:16.948Z Compiling camino-tempfile v1.1.1
4872024-10-09T05:01:17.516Z Compiling dof v0.3.0
4882024-10-09T05:01:17.774Z Compiling cargo_metadata v0.18.1
4892024-10-09T05:01:19.194Z Compiling usdt-macro v0.5.0
4902024-10-09T05:01:19.194Z Compiling usdt-attr-macro v0.5.0
4912024-10-09T05:01:19.547Z Compiling toml v0.8.19
4922024-10-09T05:01:20.409Z Compiling cargo_toml v0.20.5
4932024-10-09T05:01:20.474Z Compiling usdt v0.5.0
4942024-10-09T05:01:24.214Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4952024-10-09T05:01:28.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.45s
4962024-10-09T05:01:28.743Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4972024-10-09T05:01:29.301Z Downloading crates ...
4982024-10-09T05:01:29.433Z Downloaded adler v1.0.2
4992024-10-09T05:01:29.435Z Downloaded addr2line v0.21.0
5002024-10-09T05:01:29.444Z Downloaded assert_matches v1.5.0
5012024-10-09T05:01:29.446Z Downloaded atomicwrites v0.4.4
5022024-10-09T05:01:29.451Z Downloaded http-body v1.0.0
5032024-10-09T05:01:29.456Z Downloaded hubpack_derive v0.1.1
5042024-10-09T05:01:29.459Z Downloaded debug-ignore v1.0.5
5052024-10-09T05:01:29.462Z Downloaded httpdate v1.0.3
5062024-10-09T05:01:29.464Z Downloaded cfg_aliases v0.2.1
5072024-10-09T05:01:29.466Z Downloaded http-range v0.1.5
5082024-10-09T05:01:29.471Z Downloaded newline-converter v0.3.0
5092024-10-09T05:01:29.475Z Downloaded matches v0.1.10
5102024-10-09T05:01:29.475Z Downloaded atty v0.2.14
5112024-10-09T05:01:29.477Z Downloaded async-stream-impl v0.3.5
5122024-10-09T05:01:29.477Z Downloaded is_ci v1.2.0
5132024-10-09T05:01:29.480Z Downloaded base16ct v0.2.0
5142024-10-09T05:01:29.483Z Downloaded newtype_derive v0.1.6
5152024-10-09T05:01:29.486Z Downloaded async-stream v0.3.5
5162024-10-09T05:01:29.486Z Downloaded array-init v0.0.4
5172024-10-09T05:01:29.488Z Downloaded hyper-tls v0.6.0
5182024-10-09T05:01:29.490Z Downloaded hostname v0.4.0
5192024-10-09T05:01:29.490Z Downloaded home v0.5.9
5202024-10-09T05:01:29.493Z Downloaded const_format_proc_macros v0.2.33
5212024-10-09T05:01:29.495Z Downloaded bit-vec v0.6.3
5222024-10-09T05:01:29.497Z Downloaded md-5 v0.10.6
5232024-10-09T05:01:29.499Z Downloaded lru v0.12.3
5242024-10-09T05:01:29.499Z Downloaded lazycell v1.3.0
5252024-10-09T05:01:29.502Z Downloaded inout v0.1.3
5262024-10-09T05:01:29.504Z Downloaded convert_case v0.4.0
5272024-10-09T05:01:29.504Z Downloaded cbc v0.1.2
5282024-10-09T05:01:29.506Z Downloaded buf-list v1.0.3
5292024-10-09T05:01:29.508Z Downloaded async-recursion v1.1.1
5302024-10-09T05:01:29.510Z Downloaded multimap v0.10.0
5312024-10-09T05:01:29.513Z Downloaded hyper-rustls v0.27.3
5322024-10-09T05:01:29.516Z Downloaded crossbeam-deque v0.8.5
5332024-10-09T05:01:29.518Z Downloaded libsw v3.3.1
5342024-10-09T05:01:29.520Z Downloaded cassowary v0.3.0
5352024-10-09T05:01:29.521Z Downloaded instability v0.3.2
5362024-10-09T05:01:29.523Z Downloaded curve25519-dalek-derive v0.1.1
5372024-10-09T05:01:29.523Z Downloaded native-tls v0.2.11
5382024-10-09T05:01:29.525Z Downloaded lock_api v0.4.12
5392024-10-09T05:01:29.527Z Downloaded iana-time-zone v0.1.60
5402024-10-09T05:01:29.530Z Downloaded mime_guess v2.0.4
5412024-10-09T05:01:29.532Z Downloaded crunchy v0.2.2
5422024-10-09T05:01:29.534Z Downloaded jobserver v0.1.32
5432024-10-09T05:01:29.536Z Downloaded ciborium-io v0.2.2
5442024-10-09T05:01:29.536Z Downloaded cfg_aliases v0.1.1
5452024-10-09T05:01:29.539Z Downloaded hostname v0.3.1
5462024-10-09T05:01:29.541Z Downloaded http v1.1.0
5472024-10-09T05:01:29.543Z Downloaded instant v0.1.12
5482024-10-09T05:01:29.545Z Downloaded darling_macro v0.20.9
5492024-10-09T05:01:29.547Z Downloaded is-terminal v0.4.12
5502024-10-09T05:01:29.547Z Downloaded new_debug_unreachable v1.0.6
5512024-10-09T05:01:29.549Z Downloaded atomic-waker v1.1.2
5522024-10-09T05:01:29.549Z Downloaded ascii-canvas v3.0.0
5532024-10-09T05:01:29.551Z Downloaded arrayref v0.3.7
5542024-10-09T05:01:29.553Z Downloaded nu-ansi-term v0.50.0
5552024-10-09T05:01:29.556Z Downloaded http-body-util v0.1.2
5562024-10-09T05:01:29.556Z Downloaded humantime v2.1.0
5572024-10-09T05:01:29.559Z Downloaded crc32fast v1.4.0
5582024-10-09T05:01:29.561Z Downloaded normalize-line-endings v0.3.0
5592024-10-09T05:01:29.561Z Downloaded match_cfg v0.1.0
5602024-10-09T05:01:29.563Z Downloaded bzip2 v0.4.4
5612024-10-09T05:01:29.564Z Downloaded backoff v0.4.0
5622024-10-09T05:01:29.566Z Downloaded async-trait v0.1.83
5632024-10-09T05:01:29.569Z Downloaded cookie_store v0.21.0
5642024-10-09T05:01:29.572Z Downloaded linear-map v1.2.0
5652024-10-09T05:01:29.574Z Downloaded hyper-staticfile v0.10.1
5662024-10-09T05:01:29.576Z Downloaded sigpipe v0.1.3
5672024-10-09T05:01:29.578Z Downloaded mockall_derive v0.13.0
5682024-10-09T05:01:29.580Z Downloaded memmap2 v0.9.4
5692024-10-09T05:01:29.583Z Downloaded scrypt v0.11.0
5702024-10-09T05:01:29.583Z Downloaded ident_case v1.0.1
5712024-10-09T05:01:29.587Z Downloaded linked-hash-map v0.5.6
5722024-10-09T05:01:29.588Z Downloaded chacha20 v0.9.1
5732024-10-09T05:01:29.590Z Downloaded bit-set v0.5.3
5742024-10-09T05:01:29.590Z Downloaded tower-service v0.3.2
5752024-10-09T05:01:29.590Z Downloaded indoc v1.0.9
5762024-10-09T05:01:29.592Z Downloaded managed v0.8.0
5772024-10-09T05:01:29.594Z Downloaded keccak v0.1.5
5782024-10-09T05:01:29.595Z Downloaded castaway v0.2.3
5792024-10-09T05:01:29.597Z Downloaded nanorand v0.7.0
5802024-10-09T05:01:29.599Z Downloaded newtype-uuid v1.1.0
5812024-10-09T05:01:29.602Z Downloaded maybe-uninit v2.0.0
5822024-10-09T05:01:29.602Z Downloaded mockall v0.13.0
5832024-10-09T05:01:29.604Z Downloaded crc-catalog v2.4.0
5842024-10-09T05:01:29.604Z Downloaded httparse v1.8.0
5852024-10-09T05:01:29.606Z Downloaded rustc_version v0.4.0
5862024-10-09T05:01:29.609Z Downloaded md5 v0.7.0
5872024-10-09T05:01:29.609Z Downloaded nibble_vec v0.1.0
5882024-10-09T05:01:29.611Z Downloaded nodrop v0.1.14
5892024-10-09T05:01:29.611Z Downloaded mime v0.3.17
5902024-10-09T05:01:29.613Z Downloaded spin v0.5.2
5912024-10-09T05:01:29.613Z Downloaded slog-dtrace v0.3.0
5922024-10-09T05:01:29.615Z Downloaded scopeguard v1.2.0
5932024-10-09T05:01:29.617Z Downloaded constant_time_eq v0.3.0
5942024-10-09T05:01:29.619Z Downloaded cipher v0.4.4
5952024-10-09T05:01:29.619Z Downloaded lru-cache v0.1.2
5962024-10-09T05:01:29.621Z Downloaded lazy_static v1.5.0
5972024-10-09T05:01:29.623Z Downloaded crc v3.2.1
5982024-10-09T05:01:29.626Z Downloaded spki v0.7.3
5992024-10-09T05:01:29.629Z Downloaded indicatif v0.17.8
6002024-10-09T05:01:29.632Z Downloaded data-encoding v2.6.0
6012024-10-09T05:01:29.634Z Downloaded try-lock v0.2.5
6022024-10-09T05:01:29.634Z Downloaded thiserror-impl-no-std v2.0.2
6032024-10-09T05:01:29.636Z Downloaded structmeta-derive v0.2.0
6042024-10-09T05:01:29.636Z Downloaded tokio-macros v2.4.0
6052024-10-09T05:01:29.639Z Downloaded cobs v0.2.3
6062024-10-09T05:01:29.639Z Downloaded oso-derive v0.27.3
6072024-10-09T05:01:29.641Z Downloaded utf-8 v0.7.6
6082024-10-09T05:01:29.641Z Downloaded libefi-sys v0.1.0
6092024-10-09T05:01:29.643Z Downloaded bitfield-struct v0.6.1
6102024-10-09T05:01:29.645Z Downloaded async-bb8-diesel v0.2.1
6112024-10-09T05:01:29.647Z Downloaded untrusted v0.9.0
6122024-10-09T05:01:29.647Z Downloaded tls_codec_derive v0.4.1
6132024-10-09T05:01:29.649Z Downloaded miniz_oxide v0.8.0
6142024-10-09T05:01:29.652Z Downloaded crc-any v2.5.0
6152024-10-09T05:01:29.654Z Downloaded multer v3.1.0
6162024-10-09T05:01:29.657Z Downloaded libloading v0.8.3
6172024-10-09T05:01:29.661Z Downloaded rustls-pemfile v2.1.3
6182024-10-09T05:01:29.663Z Downloaded progenitor-client v0.8.0
6192024-10-09T05:01:29.665Z Downloaded ed25519 v2.2.3
6202024-10-09T05:01:29.666Z Downloaded dyn-clone v1.0.17
6212024-10-09T05:01:29.668Z Downloaded dhcproto-macros v0.1.0
6222024-10-09T05:01:29.668Z Downloaded russh-keys v0.45.0
6232024-10-09T05:01:29.671Z Downloaded rustls-pemfile v1.0.4
6242024-10-09T05:01:29.674Z Downloaded slog-bunyan v2.5.0
6252024-10-09T05:01:29.674Z Downloaded slog-async v2.8.0
6262024-10-09T05:01:29.677Z Downloaded crossbeam-utils v0.8.19
6272024-10-09T05:01:29.679Z Downloaded arc-swap v1.7.1
6282024-10-09T05:01:29.683Z Downloaded flagset v0.4.5
6292024-10-09T05:01:29.685Z Downloaded thiserror-no-std v2.0.2
6302024-10-09T05:01:29.688Z Downloaded console v0.15.8
6312024-10-09T05:01:29.692Z Downloaded tls_codec v0.4.1
6322024-10-09T05:01:29.694Z Downloaded parse-size v1.0.0
6332024-10-09T05:01:29.697Z Downloaded structmeta-derive v0.3.0
6342024-10-09T05:01:29.697Z Downloaded structmeta v0.2.0
6352024-10-09T05:01:29.699Z Downloaded waitgroup v0.1.2
6362024-10-09T05:01:29.699Z Downloaded want v0.3.1
6372024-10-09T05:01:29.699Z Downloaded indexmap v1.9.3
6382024-10-09T05:01:29.702Z Downloaded uzers v0.11.3
6392024-10-09T05:01:29.705Z Downloaded tui-tree-widget v0.22.0
6402024-10-09T05:01:29.708Z Downloaded progenitor v0.8.0
6412024-10-09T05:01:29.711Z Downloaded pin-utils v0.1.0
6422024-10-09T05:01:29.712Z Downloaded unicase v2.7.0
6432024-10-09T05:01:29.712Z Downloaded miniz_oxide v0.7.2
6442024-10-09T05:01:29.715Z Downloaded unarray v0.1.4
6452024-10-09T05:01:29.715Z Downloaded hyper-util v0.1.9
6462024-10-09T05:01:29.718Z Downloaded darling v0.20.9
6472024-10-09T05:01:29.723Z Downloaded ecdsa v0.16.9
6482024-10-09T05:01:29.725Z Downloaded spin v0.9.8
6492024-10-09T05:01:29.728Z Downloaded rustc-hash v2.0.0
6502024-10-09T05:01:29.730Z Downloaded minimal-lexical v0.2.1
6512024-10-09T05:01:29.733Z Downloaded compact_str v0.8.0
6522024-10-09T05:01:29.737Z Downloaded foreign-types-macros v0.2.3
6532024-10-09T05:01:29.739Z Downloaded chacha20poly1305 v0.10.1
6542024-10-09T05:01:29.742Z Downloaded scheduled-thread-pool v0.2.7
6552024-10-09T05:01:29.742Z Downloaded xz2 v0.1.7
6562024-10-09T05:01:29.744Z Downloaded xattr v1.3.1
6572024-10-09T05:01:29.747Z Downloaded signal-hook-tokio v0.3.1
6582024-10-09T05:01:29.747Z Downloaded same-file v1.0.6
6592024-10-09T05:01:29.747Z Downloaded ciborium v0.2.2
6602024-10-09T05:01:29.750Z Downloaded zone_cfg_derive v0.3.0
6612024-10-09T05:01:29.753Z Downloaded fixedbitset v0.4.2
6622024-10-09T05:01:29.754Z Downloaded zone_cfg_derive v0.1.2
6632024-10-09T05:01:29.757Z Downloaded supports-color v3.0.1
6642024-10-09T05:01:29.757Z Downloaded unicode-xid v0.2.4
6652024-10-09T05:01:29.759Z Downloaded subtle v2.5.0
6662024-10-09T05:01:29.759Z Downloaded num-iter v0.1.45
6672024-10-09T05:01:29.761Z Downloaded num-integer v0.1.46
6682024-10-09T05:01:29.761Z Downloaded num-derive v0.4.2
6692024-10-09T05:01:29.763Z Downloaded password-hash v0.4.2
6702024-10-09T05:01:29.765Z Downloaded zerocopy v0.6.6
6712024-10-09T05:01:29.768Z Downloaded uuid v1.10.0
6722024-10-09T05:01:29.771Z Downloaded walkdir v2.5.0
6732024-10-09T05:01:29.773Z Downloaded blake2 v0.10.6
6742024-10-09T05:01:29.776Z Downloaded crossbeam-epoch v0.9.18
6752024-10-09T05:01:29.778Z Downloaded dirs-next v2.0.0
6762024-10-09T05:01:29.780Z Downloaded env_logger v0.11.5
6772024-10-09T05:01:29.782Z Downloaded powerfmt v0.2.0
6782024-10-09T05:01:29.785Z Downloaded display-error-chain v0.2.1
6792024-10-09T05:01:29.785Z Downloaded futures-executor v0.3.30
6802024-10-09T05:01:29.787Z Downloaded filetime v0.2.25
6812024-10-09T05:01:29.789Z Downloaded allocator-api2 v0.2.18
6822024-10-09T05:01:29.791Z Downloaded sync_wrapper v0.1.2
6832024-10-09T05:01:29.793Z Downloaded base64 v0.13.1
6842024-10-09T05:01:29.795Z Downloaded ppv-lite86 v0.2.17
6852024-10-09T05:01:29.797Z Downloaded time-core v0.1.2
6862024-10-09T05:01:29.800Z Downloaded phf_shared v0.10.0
6872024-10-09T05:01:29.800Z Downloaded slog-stdlog v4.1.1
6882024-10-09T05:01:29.809Z Downloaded tokio-rustls v0.25.0
6892024-10-09T05:01:29.812Z Downloaded russh-cryptovec v0.7.2
6902024-10-09T05:01:29.814Z Downloaded password-hash v0.5.0
6912024-10-09T05:01:29.817Z Downloaded unicode-truncate v1.0.0
6922024-10-09T05:01:29.817Z Downloaded signal-hook-registry v1.4.2
6932024-10-09T05:01:29.819Z Downloaded pin-project-lite v0.2.14
6942024-10-09T05:01:29.822Z Downloaded pem v3.0.4
6952024-10-09T05:01:29.825Z Downloaded rusty-fork v0.3.0
6962024-10-09T05:01:29.827Z Downloaded mio v1.0.2
6972024-10-09T05:01:29.832Z Downloaded secrecy v0.8.0
6982024-10-09T05:01:29.834Z Downloaded shlex v1.3.0
6992024-10-09T05:01:29.836Z Downloaded libm v0.2.8
7002024-10-09T05:01:29.842Z Downloaded shell-words v1.1.0
7012024-10-09T05:01:29.845Z Downloaded cookie v0.18.1
7022024-10-09T05:01:29.848Z Downloaded env_filter v0.1.2
7032024-10-09T05:01:29.850Z Downloaded path-slash v0.1.5
7042024-10-09T05:01:29.850Z Downloaded endian-type v0.1.2
7052024-10-09T05:01:29.850Z Downloaded darling_core v0.20.9
7062024-10-09T05:01:29.855Z Downloaded crypto-bigint v0.5.5
7072024-10-09T05:01:29.862Z Downloaded enum-as-inner v0.6.0
7082024-10-09T05:01:29.864Z Downloaded toml v0.7.8
7092024-10-09T05:01:29.867Z Downloaded num-conv v0.1.0
7102024-10-09T05:01:29.869Z Downloaded openssl-probe v0.1.5
7112024-10-09T05:01:29.871Z Downloaded url v2.5.2
7122024-10-09T05:01:29.874Z Downloaded base64 v0.22.1
7132024-10-09T05:01:29.877Z Downloaded const_format v0.2.33
7142024-10-09T05:01:29.882Z Downloaded deranged v0.3.11
7152024-10-09T05:01:29.884Z Downloaded sha1 v0.10.6
7162024-10-09T05:01:29.886Z Downloaded tinyvec_macros v0.1.1
7172024-10-09T05:01:29.890Z Downloaded sqlformat v0.2.6
7182024-10-09T05:01:29.890Z Downloaded wyz v0.5.1
7192024-10-09T05:01:29.892Z Downloaded sec1 v0.7.3
7202024-10-09T05:01:29.892Z Downloaded futures-io v0.3.30
7212024-10-09T05:01:29.894Z Downloaded strum v0.26.3
7222024-10-09T05:01:29.896Z Downloaded dhcproto v0.12.0
7232024-10-09T05:01:29.899Z Downloaded strum_macros v0.26.4
7242024-10-09T05:01:29.901Z Downloaded derive_builder_macro v0.20.0
7252024-10-09T05:01:29.901Z Downloaded des v0.8.1
7262024-10-09T05:01:29.903Z Downloaded getrandom v0.2.14
7272024-10-09T05:01:29.906Z Downloaded num-complex v0.4.6
7282024-10-09T05:01:29.909Z Downloaded backtrace v0.3.71
7292024-10-09T05:01:29.914Z Downloaded cc v1.0.97
7302024-10-09T05:01:29.917Z Downloaded predicates-core v1.0.6
7312024-10-09T05:01:29.919Z Downloaded oso v0.27.3
7322024-10-09T05:01:29.922Z Downloaded vte v0.11.1
7332024-10-09T05:01:29.924Z Downloaded heck v0.3.3
7342024-10-09T05:01:29.927Z Downloaded group v0.13.0
7352024-10-09T05:01:29.930Z Downloaded tracing-attributes v0.1.27
7362024-10-09T05:01:29.939Z Downloaded snafu v0.8.2
7372024-10-09T05:01:29.939Z Downloaded rayon-core v1.12.1
7382024-10-09T05:01:29.942Z Downloaded psl-types v2.0.11
7392024-10-09T05:01:29.942Z Downloaded typify-macro v0.2.0
7402024-10-09T05:01:29.945Z Downloaded tokio-native-tls v0.3.1
7412024-10-09T05:01:29.945Z Downloaded ssh-encoding v0.2.0
7422024-10-09T05:01:29.947Z Downloaded progenitor-macro v0.8.0
7432024-10-09T05:01:29.947Z Downloaded rustc-demangle v0.1.24
7442024-10-09T05:01:29.949Z Downloaded mio v0.8.11
7452024-10-09T05:01:29.954Z Downloaded itertools v0.12.1
7462024-10-09T05:01:29.962Z Downloaded sqlparser_derive v0.2.2
7472024-10-09T05:01:29.964Z Downloaded untrusted v0.7.1
7482024-10-09T05:01:29.967Z Downloaded toolchain_find v0.4.0
7492024-10-09T05:01:29.968Z Downloaded which v4.4.2
7502024-10-09T05:01:29.968Z Downloaded subprocess v0.2.9
7512024-10-09T05:01:29.970Z Downloaded phf v0.11.2
7522024-10-09T05:01:29.973Z Downloaded itertools v0.10.5
7532024-10-09T05:01:29.978Z Downloaded termtree v0.4.1
7542024-10-09T05:01:29.982Z Downloaded diesel_table_macro_syntax v0.2.0
7552024-10-09T05:01:29.982Z Downloaded slog-json v2.6.1
7562024-10-09T05:01:29.985Z Downloaded toml_edit v0.19.15
7572024-10-09T05:01:29.999Z Downloaded derive_builder v0.20.0
7582024-10-09T05:01:30.003Z Downloaded take_mut v0.2.2
7592024-10-09T05:01:30.006Z Downloaded futures-task v0.3.30
7602024-10-09T05:01:30.009Z Downloaded fallible-streaming-iterator v0.1.9
7612024-10-09T05:01:30.009Z Downloaded flate2 v1.0.34
7622024-10-09T05:01:30.013Z Downloaded hyper v0.14.30
7632024-10-09T05:01:30.021Z Downloaded precomputed-hash v0.1.1
7642024-10-09T05:01:30.023Z Downloaded number_prefix v0.4.0
7652024-10-09T05:01:30.023Z Downloaded num_threads v0.1.7
7662024-10-09T05:01:30.025Z Downloaded predicates v3.1.2
7672024-10-09T05:01:30.028Z Downloaded futures-sink v0.3.30
7682024-10-09T05:01:30.031Z Downloaded socket2 v0.4.10
7692024-10-09T05:01:30.032Z Downloaded unsafe-libyaml v0.2.11
7702024-10-09T05:01:30.035Z Downloaded rustversion v1.0.17
7712024-10-09T05:01:30.037Z Downloaded peg-runtime v0.8.3
7722024-10-09T05:01:30.039Z Downloaded serde-big-array v0.5.1
7732024-10-09T05:01:30.039Z Downloaded typed-path v0.7.1
7742024-10-09T05:01:30.045Z Downloaded universal-hash v0.5.1
7752024-10-09T05:01:30.047Z Downloaded rfc6979 v0.4.0
7762024-10-09T05:01:30.047Z Downloaded resolv-conf v0.7.0
7772024-10-09T05:01:30.050Z Downloaded slog-term v2.9.1
7782024-10-09T05:01:30.052Z Downloaded hyper v1.4.1
7792024-10-09T05:01:30.059Z Downloaded aes v0.8.4
7802024-10-09T05:01:30.062Z Downloaded termios v0.3.3
7812024-10-09T05:01:30.064Z Downloaded zeroize v1.8.1
7822024-10-09T05:01:30.070Z Downloaded embedded-io v0.4.0
7832024-10-09T05:01:30.070Z Downloaded der_derive v0.7.2
7842024-10-09T05:01:30.070Z Downloaded derive_more v0.99.18
7852024-10-09T05:01:30.074Z Downloaded glob v0.3.1
7862024-10-09T05:01:30.077Z Downloaded sync_wrapper v1.0.1
7872024-10-09T05:01:30.079Z Downloaded opaque-debug v0.3.1
7882024-10-09T05:01:30.079Z Downloaded vte_generate_state_changes v0.1.1
7892024-10-09T05:01:30.079Z Downloaded num_enum_derive v0.5.11
7902024-10-09T05:01:30.082Z Downloaded foreign-types v0.3.2
7912024-10-09T05:01:30.082Z Downloaded parking_lot v0.12.2
7922024-10-09T05:01:30.084Z Downloaded parking_lot v0.11.2
7932024-10-09T05:01:30.087Z Downloaded rand v0.8.5
7942024-10-09T05:01:30.090Z Downloaded tracing v0.1.40
7952024-10-09T05:01:30.094Z Downloaded serde_urlencoded v0.7.1
7962024-10-09T05:01:30.096Z Downloaded serde-hex v0.1.0
7972024-10-09T05:01:30.099Z Downloaded serde_plain v1.0.2
7982024-10-09T05:01:30.101Z Downloaded quick-error v1.2.3
7992024-10-09T05:01:30.101Z Downloaded poly1305 v0.8.0
8002024-10-09T05:01:30.104Z Downloaded headers-core v0.3.0
8012024-10-09T05:01:30.106Z Downloaded tabwriter v1.4.0
8022024-10-09T05:01:30.106Z Downloaded itertools v0.13.0
8032024-10-09T05:01:30.113Z Downloaded rustls-pki-types v1.7.0
8042024-10-09T05:01:30.115Z Downloaded num_enum v0.5.11
8052024-10-09T05:01:30.120Z Downloaded unicode-bidi v0.3.15
8062024-10-09T05:01:30.122Z Downloaded heapless v0.8.0
8072024-10-09T05:01:30.127Z Downloaded pretty-hex v0.2.1
8082024-10-09T05:01:30.129Z Downloaded pem-rfc7468 v0.7.0
8092024-10-09T05:01:30.131Z Downloaded wait-timeout v0.2.0
8102024-10-09T05:01:30.131Z Downloaded predicates-tree v1.0.9
8112024-10-09T05:01:30.133Z Downloaded typify v0.2.0
8122024-10-09T05:01:30.136Z Downloaded downcast v0.11.0
8132024-10-09T05:01:30.138Z Downloaded strum_macros v0.25.3
8142024-10-09T05:01:30.141Z Downloaded fatfs v0.3.6
8152024-10-09T05:01:30.143Z Downloaded primeorder v0.13.6
8162024-10-09T05:01:30.145Z Downloaded difflib v0.4.0
8172024-10-09T05:01:30.145Z Downloaded unicode-segmentation v1.11.0
8182024-10-09T05:01:30.148Z Downloaded siphasher v0.3.11
8192024-10-09T05:01:30.150Z Downloaded smallvec v1.13.2
8202024-10-09T05:01:30.152Z Downloaded prettyplease v0.2.22
8212024-10-09T05:01:30.154Z Downloaded percent-encoding v2.3.1
8222024-10-09T05:01:30.156Z Downloaded packed_struct_codegen v0.10.1
8232024-10-09T05:01:30.159Z Downloaded float-ord v0.3.2
8242024-10-09T05:01:30.159Z Downloaded schemars v0.8.21
8252024-10-09T05:01:30.169Z Downloaded serde_yaml v0.9.34+deprecated
8262024-10-09T05:01:30.173Z Downloaded openssl-macros v0.1.1
8272024-10-09T05:01:30.176Z Downloaded ref-cast v1.0.23
8282024-10-09T05:01:30.178Z Downloaded thread_local v1.1.8
8292024-10-09T05:01:30.178Z Downloaded hex v0.4.3
8302024-10-09T05:01:30.181Z Downloaded peg v0.8.4
8312024-10-09T05:01:30.184Z Downloaded ref-cast-impl v1.0.23
8322024-10-09T05:01:30.186Z Downloaded hickory-server v0.24.1
8332024-10-09T05:01:30.189Z Downloaded crossterm v0.27.0
8342024-10-09T05:01:30.196Z Downloaded rpassword v7.3.1
8352024-10-09T05:01:30.198Z Downloaded smallvec v0.6.14
8362024-10-09T05:01:30.200Z Downloaded value-bag v1.9.0
8372024-10-09T05:01:30.202Z Downloaded headers v0.4.0
8382024-10-09T05:01:30.207Z Downloaded tap v1.0.1
8392024-10-09T05:01:30.209Z Downloaded slog-scope v4.4.0
8402024-10-09T05:01:30.211Z Downloaded progenitor-impl v0.8.0
8412024-10-09T05:01:30.211Z Downloaded tokio-rustls v0.24.1
8422024-10-09T05:01:30.213Z Downloaded crossterm v0.28.1
8432024-10-09T05:01:30.220Z Downloaded dropshot_endpoint v0.12.0
8442024-10-09T05:01:30.223Z Downloaded rustfmt-wrapper v0.2.1
8452024-10-09T05:01:30.225Z Downloaded stringprep v0.1.4
8462024-10-09T05:01:30.227Z Downloaded termcolor v1.4.1
8472024-10-09T05:01:30.227Z Downloaded string_cache v0.8.7
8482024-10-09T05:01:30.230Z Downloaded dsl_auto_type v0.1.2
8492024-10-09T05:01:30.230Z Downloaded polyval v0.6.2
8502024-10-09T05:01:30.232Z Downloaded peg-macros v0.8.4
8512024-10-09T05:01:30.235Z Downloaded pkg-config v0.3.30
8522024-10-09T05:01:30.237Z Downloaded fallible-iterator v0.2.0
8532024-10-09T05:01:30.237Z Downloaded zone v0.3.0
8542024-10-09T05:01:30.238Z Downloaded zone v0.1.8
8552024-10-09T05:01:30.241Z Downloaded hashbrown v0.12.3
8562024-10-09T05:01:30.243Z Downloaded highway v1.2.0
8572024-10-09T05:01:30.245Z Downloaded rtoolbox v0.0.2
8582024-10-09T05:01:30.247Z Downloaded vsss-rs v3.3.4
8592024-10-09T05:01:30.250Z Downloaded signal-hook v0.3.17
8602024-10-09T05:01:30.252Z Downloaded ron v0.8.1
8612024-10-09T05:01:30.257Z Downloaded rcgen v0.12.1
8622024-10-09T05:01:30.259Z Downloaded diesel_derives v2.2.2
8632024-10-09T05:01:30.264Z Downloaded blake3 v1.5.1
8642024-10-09T05:01:30.271Z Downloaded smf v0.2.3
8652024-10-09T05:01:30.273Z Downloaded ena v0.14.3
8662024-10-09T05:01:30.275Z Downloaded signature v2.2.0
8672024-10-09T05:01:30.278Z Downloaded quinn v0.11.5
8682024-10-09T05:01:30.280Z Downloaded tokio-rustls v0.26.0
8692024-10-09T05:01:30.282Z Downloaded snafu-derive v0.8.2
8702024-10-09T05:01:30.285Z Downloaded fallible-iterator v0.3.0
8712024-10-09T05:01:30.285Z Downloaded rustc_version v0.1.7
8722024-10-09T05:01:30.286Z Downloaded whoami v1.5.2
8732024-10-09T05:01:30.289Z Downloaded slab v0.4.9
8742024-10-09T05:01:30.289Z Downloaded vergen v8.3.2
8752024-10-09T05:01:30.291Z Downloaded publicsuffix v2.2.3
8762024-10-09T05:01:30.294Z Downloaded either v1.13.0
8772024-10-09T05:01:30.296Z Downloaded hickory-client v0.24.1
8782024-10-09T05:01:30.298Z Downloaded postgres-protocol v0.6.7
8792024-10-09T05:01:30.301Z Downloaded tokio-tungstenite v0.21.0
8802024-10-09T05:01:30.303Z Downloaded owo-colors v4.1.0
8812024-10-09T05:01:30.305Z Downloaded env_logger v0.10.2
8822024-10-09T05:01:30.308Z Downloaded pkcs8 v0.10.2
8832024-10-09T05:01:30.311Z Downloaded test-strategy v0.3.1
8842024-10-09T05:01:30.314Z Downloaded der v0.7.9
8852024-10-09T05:01:30.319Z Downloaded hashbrown v0.13.2
8862024-10-09T05:01:30.324Z Downloaded semver v0.1.20
8872024-10-09T05:01:30.327Z Downloaded tungstenite v0.21.0
8882024-10-09T05:01:30.330Z Downloaded postcard v1.0.8
8892024-10-09T05:01:30.332Z Downloaded diff v0.1.13
8902024-10-09T05:01:30.334Z Downloaded omicron-zone-package v0.11.1
8912024-10-09T05:01:30.337Z Downloaded rustyline v14.0.0
8922024-10-09T05:01:30.342Z Downloaded tokio-tungstenite v0.23.1
8932024-10-09T05:01:30.346Z Downloaded zip v0.6.6
8942024-10-09T05:01:30.349Z Downloaded idna v0.4.0
8952024-10-09T05:01:30.356Z Downloaded olpc-cjson v0.1.3
8962024-10-09T05:01:30.358Z Downloaded tungstenite v0.23.0
8972024-10-09T05:01:30.360Z Downloaded num v0.4.3
8982024-10-09T05:01:30.364Z Downloaded serde_derive_internals v0.29.1
8992024-10-09T05:01:30.366Z Downloaded elliptic-curve v0.13.8
9002024-10-09T05:01:30.368Z Downloaded x509-cert v0.2.5
9012024-10-09T05:01:30.372Z Downloaded tokio-util v0.7.12
9022024-10-09T05:01:30.380Z Downloaded pkcs5 v0.7.1
9032024-10-09T05:01:30.383Z Downloaded similar v2.6.0
9042024-10-09T05:01:30.387Z Downloaded h2 v0.3.26
9052024-10-09T05:01:30.394Z Downloaded lalrpop v0.19.12
9062024-10-09T05:01:30.406Z Downloaded unicode_categories v0.1.1
9072024-10-09T05:01:30.408Z Downloaded flume v0.11.0
9082024-10-09T05:01:30.411Z Downloaded reedline v0.33.0
9092024-10-09T05:01:30.419Z Downloaded rustls-webpki v0.101.7
9102024-10-09T05:01:30.433Z Downloaded reqwest v0.11.27
9112024-10-09T05:01:30.440Z Downloaded tracing-core v0.1.32
9122024-10-09T05:01:30.443Z Downloaded nix v0.27.1
9132024-10-09T05:01:30.454Z Downloaded idna v0.2.3
9142024-10-09T05:01:30.461Z Downloaded reqwest v0.12.7
9152024-10-09T05:01:30.469Z Downloaded rayon v1.10.0
9162024-10-09T05:01:30.481Z Downloaded bitvec v1.0.1
9172024-10-09T05:01:30.493Z Downloaded salty v0.3.0
9182024-10-09T05:01:30.499Z Downloaded portable-atomic v1.6.0
9192024-10-09T05:01:30.505Z Downloaded nix v0.29.0
9202024-10-09T05:01:30.517Z Downloaded quick-xml v0.33.0
9212024-10-09T05:01:30.523Z Downloaded rustls-webpki v0.102.4
9222024-10-09T05:01:30.540Z Downloaded nix v0.28.0
9232024-10-09T05:01:30.551Z Downloaded unicode-normalization v0.1.23
9242024-10-09T05:01:30.555Z Downloaded ssh-key v0.6.6
9252024-10-09T05:01:30.562Z Downloaded h2 v0.4.6
9262024-10-09T05:01:30.570Z Downloaded futures-util v0.3.30
9272024-10-09T05:01:30.584Z Downloaded quinn-proto v0.11.8
9282024-10-09T05:01:30.591Z Downloaded russh v0.45.0
9292024-10-09T05:01:30.597Z Downloaded smoltcp v0.11.0
9302024-10-09T05:01:30.612Z Downloaded sqlparser v0.45.0
9312024-10-09T05:01:30.618Z Downloaded diesel v2.2.4
9322024-10-09T05:01:30.639Z Downloaded regex v1.10.6
9332024-10-09T05:01:30.652Z Downloaded p521 v0.13.3
9342024-10-09T05:01:30.658Z Downloaded vcpkg v0.2.15
9352024-10-09T05:01:30.697Z Downloaded rusqlite v0.32.1
9362024-10-09T05:01:30.703Z Downloaded rustls v0.21.12
9372024-10-09T05:01:30.716Z Downloaded dropshot v0.12.0
9382024-10-09T05:01:30.738Z Downloaded regex-syntax v0.6.29
9392024-10-09T05:01:30.745Z Downloaded regex-syntax v0.8.4
9402024-10-09T05:01:30.754Z Downloaded object v0.32.2
9412024-10-09T05:01:30.784Z Downloaded openapiv3 v2.0.0
9422024-10-09T05:01:30.798Z Downloaded webpki-roots v0.26.3
9432024-10-09T05:01:30.803Z Downloaded p384 v0.13.0
9442024-10-09T05:01:30.813Z Downloaded rustls v0.23.10
9452024-10-09T05:01:30.836Z Downloaded ratatui v0.28.0
9462024-10-09T05:01:30.857Z Downloaded polar-core v0.27.3
9472024-10-09T05:01:30.865Z Downloaded hickory-proto v0.24.1
9482024-10-09T05:01:30.882Z Downloaded openssl v0.10.66
9492024-10-09T05:01:30.892Z Downloaded bstr v1.9.1
9502024-10-09T05:01:30.903Z Downloaded regress v0.10.1
9512024-10-09T05:01:30.912Z Downloaded trust-dns-proto v0.22.0
9522024-10-09T05:01:30.925Z Downloaded regex-automata v0.4.6
9532024-10-09T05:01:30.944Z Downloaded rustls v0.22.4
9542024-10-09T05:01:30.958Z Downloaded petgraph v0.6.5
9552024-10-09T05:01:30.977Z Downloaded typify-impl v0.2.0
9562024-10-09T05:01:30.991Z Downloaded tokio v1.39.3
9572024-10-09T05:01:31.030Z Downloaded lzma-sys v0.1.20
9582024-10-09T05:01:31.060Z Downloaded sled v0.34.7
9592024-10-09T05:01:31.070Z Downloaded bzip2-sys v0.1.11+1.0.8
9602024-10-09T05:01:31.083Z Downloaded zerocopy-derive v0.6.6
9612024-10-09T05:01:31.092Z Downloaded curve25519-dalek v4.1.3
9622024-10-09T05:01:31.101Z Downloaded finl_unicode v1.2.0
9632024-10-09T05:01:31.115Z Downloaded object v0.30.4
9642024-10-09T05:01:31.125Z Downloaded radix_trie v0.2.1
9652024-10-09T05:01:31.130Z Downloaded gimli v0.28.1
9662024-10-09T05:01:31.139Z Downloaded csv v1.3.0
9672024-10-09T05:01:31.160Z Downloaded sha3 v0.10.8
9682024-10-09T05:01:31.164Z Downloaded smoltcp v0.9.1
9692024-10-09T05:01:31.176Z Downloaded regress v0.9.1
9702024-10-09T05:01:31.185Z Downloaded chrono v0.4.38
9712024-10-09T05:01:31.192Z Downloaded idna v0.5.0
9722024-10-09T05:01:31.199Z Downloaded proptest v1.5.0
9732024-10-09T05:01:31.210Z Downloaded bindgen v0.69.4
9742024-10-09T05:01:31.217Z Downloaded serde_with v3.9.0
9752024-10-09T05:01:31.226Z Downloaded idna v0.3.0
9762024-10-09T05:01:31.233Z Downloaded encoding_rs v0.8.34
9772024-10-09T05:01:31.256Z Downloaded libgit2-sys v0.17.0+1.8.1
9782024-10-09T05:01:31.316Z Downloaded p256 v0.13.2
9792024-10-09T05:01:31.319Z Downloaded num-bigint v0.4.5
9802024-10-09T05:01:31.323Z Downloaded tokio-postgres v0.7.12
9812024-10-09T05:01:31.329Z Downloaded steno v0.4.1
9822024-10-09T05:01:31.332Z Downloaded num-bigint-dig v0.8.4
9832024-10-09T05:01:31.337Z Downloaded tough v0.17.1
9842024-10-09T05:01:31.345Z Downloaded time v0.3.36
9852024-10-09T05:01:31.352Z Downloaded git2 v0.19.0
9862024-10-09T05:01:31.360Z Downloaded winnow v0.5.40
9872024-10-09T05:01:31.370Z Downloaded aes-gcm v0.10.3
9882024-10-09T05:01:31.372Z Downloaded defmt v0.3.8
9892024-10-09T05:01:31.374Z Downloaded twox-hash v1.6.3
9902024-10-09T05:01:31.377Z Downloaded tinyvec v1.6.0
9912024-10-09T05:01:31.380Z Downloaded ed25519-dalek v2.1.1
9922024-10-09T05:01:31.382Z Downloaded socket2 v0.5.7
9932024-10-09T05:01:31.384Z Downloaded serde_repr v0.1.19
9942024-10-09T05:01:31.387Z Downloaded hashlink v0.9.1
9952024-10-09T05:01:31.389Z Downloaded half v2.4.1
9962024-10-09T05:01:31.391Z Downloaded hex-literal v0.4.1
9972024-10-09T05:01:31.391Z Downloaded defmt-parser v0.3.4
9982024-10-09T05:01:31.391Z Downloaded defmt-macros v0.3.9
9992024-10-09T05:01:31.394Z Downloaded futures-macro v0.3.30
10002024-10-09T05:01:31.396Z Downloaded fragile v2.0.0
10012024-10-09T05:01:31.398Z Downloaded form_urlencoded v1.2.1
10022024-10-09T05:01:31.398Z Downloaded globset v0.4.14
10032024-10-09T05:01:31.401Z Downloaded openssl-sys v0.9.103
10042024-10-09T05:01:31.407Z Downloaded ssh-cipher v0.2.0
10052024-10-09T05:01:31.409Z Downloaded hickory-resolver v0.24.1
10062024-10-09T05:01:31.413Z Downloaded enum-as-inner v0.5.1
10072024-10-09T05:01:31.415Z Downloaded zeroize_derive v1.4.2
10082024-10-09T05:01:31.417Z Downloaded gethostname v0.5.0
10092024-10-09T05:01:31.417Z Downloaded fxhash v0.2.1
10102024-10-09T05:01:31.420Z Downloaded tar v0.4.42
10112024-10-09T05:01:31.422Z Downloaded hkdf v0.12.4
10122024-10-09T05:01:31.425Z Downloaded postgres-types v0.2.8
10132024-10-09T05:01:31.427Z Downloaded num-traits v0.2.19
10142024-10-09T05:01:31.430Z Downloaded aho-corasick v1.1.3
10152024-10-09T05:01:31.434Z Downloaded foreign-types-shared v0.3.1
10162024-10-09T05:01:31.436Z Downloaded foreign-types-shared v0.1.1
10172024-10-09T05:01:31.436Z Downloaded foreign-types v0.5.0
10182024-10-09T05:01:31.438Z Downloaded topological-sort v0.2.2
10192024-10-09T05:01:31.438Z Downloaded schemars_derive v0.8.21
10202024-10-09T05:01:31.441Z Downloaded nom v7.1.3
10212024-10-09T05:01:31.445Z Downloaded libxml v0.3.3
10222024-10-09T05:01:31.451Z Downloaded crossbeam-channel v0.5.12
10232024-10-09T05:01:31.456Z Downloaded hash32 v0.3.1
10242024-10-09T05:01:31.458Z Downloaded hash32 v0.2.1
10252024-10-09T05:01:31.460Z Downloaded fd-lock v4.0.2
10262024-10-09T05:01:31.463Z Downloaded tiny-keccak v2.0.2
10272024-10-09T05:01:31.465Z Downloaded strum_macros v0.24.3
10282024-10-09T05:01:31.468Z Downloaded slog-envlogger v2.2.0
10292024-10-09T05:01:31.470Z Downloaded signal-hook-mio v0.2.4
10302024-10-09T05:01:31.470Z Downloaded serde_path_to_error v0.1.16
10312024-10-09T05:01:31.472Z Downloaded tokio-stream v0.1.16
10322024-10-09T05:01:31.475Z Downloaded futures-channel v0.3.30
10332024-10-09T05:01:31.478Z Downloaded heapless v0.7.17
10342024-10-09T05:01:31.481Z Downloaded expectorate v1.1.0
10352024-10-09T05:01:31.483Z Downloaded derive_builder_core v0.20.0
10362024-10-09T05:01:31.486Z Downloaded pin-project v1.1.5
10372024-10-09T05:01:31.498Z Downloaded parking_lot_core v0.8.6
10382024-10-09T05:01:31.500Z Downloaded pbkdf2 v0.12.2
10392024-10-09T05:01:31.502Z Downloaded pbkdf2 v0.11.0
10402024-10-09T05:01:31.505Z Downloaded paste v1.0.15
10412024-10-09T05:01:31.507Z Downloaded ff v0.13.0
10422024-10-09T05:01:31.510Z Downloaded strip-ansi-escapes v0.2.0
10432024-10-09T05:01:31.510Z Downloaded funty v2.0.0
10442024-10-09T05:01:31.512Z Downloaded float-cmp v0.9.0
10452024-10-09T05:01:31.512Z Downloaded futures v0.3.30
10462024-10-09T05:01:31.517Z Downloaded rand_xorshift v0.3.0
10472024-10-09T05:01:31.519Z Downloaded rand_seeder v0.3.0
10482024-10-09T05:01:31.521Z Downloaded r2d2 v0.8.10
10492024-10-09T05:01:31.523Z Downloaded quinn-udp v0.5.5
10502024-10-09T05:01:31.523Z Downloaded pkcs1 v0.7.5
10512024-10-09T05:01:31.526Z Downloaded pin-project-internal v1.1.5
10522024-10-09T05:01:31.529Z Downloaded phf_shared v0.11.2
10532024-10-09T05:01:31.529Z Downloaded bytes v1.7.2
10542024-10-09T05:01:31.532Z Downloaded parking_lot_core v0.9.10
10552024-10-09T05:01:31.535Z Downloaded slog v2.7.0
10562024-10-09T05:01:31.538Z Downloaded rustc-hash v1.1.0
10572024-10-09T05:01:31.540Z Downloaded ring v0.16.20
10582024-10-09T05:01:31.626Z Downloaded dirs-sys-next v0.1.2
10592024-10-09T05:01:31.629Z Downloaded ron v0.7.1
10602024-10-09T05:01:31.631Z Downloaded rsa v0.9.6
10612024-10-09T05:01:31.637Z Downloaded salsa20 v0.10.2
10622024-10-09T05:01:31.639Z Downloaded rand_chacha v0.3.1
10632024-10-09T05:01:31.639Z Downloaded radium v0.7.0
10642024-10-09T05:01:31.641Z Downloaded packed_struct v0.10.1
10652024-10-09T05:01:31.644Z Downloaded yasna v0.5.2
10662024-10-09T05:01:31.644Z Downloaded time-macros v0.2.18
10672024-10-09T05:01:31.646Z Downloaded serde_with_macros v3.9.0
10682024-10-09T05:01:31.649Z Downloaded base64 v0.21.7
10692024-10-09T05:01:31.652Z Downloaded parse-display v0.10.0
10702024-10-09T05:01:31.655Z Downloaded http v0.2.12
10712024-10-09T05:01:31.658Z Downloaded parse-display-derive v0.10.0
10722024-10-09T05:01:31.660Z Downloaded structmeta v0.3.0
10732024-10-09T05:01:31.660Z Downloaded term v0.7.0
10742024-10-09T05:01:31.663Z Downloaded samael v0.0.17
10752024-10-09T05:01:31.669Z Downloaded derive-where v1.2.7
10762024-10-09T05:01:31.672Z Downloaded static_assertions v1.1.0
10772024-10-09T05:01:31.675Z Downloaded stable_deref_trait v1.2.0
10782024-10-09T05:01:31.675Z Downloaded ghash v0.5.1
10792024-10-09T05:01:31.678Z Downloaded futures-core v0.3.30
10802024-10-09T05:01:31.678Z Downloaded num-rational v0.4.2
10812024-10-09T05:01:31.680Z Downloaded rand_core v0.6.4
10822024-10-09T05:01:31.682Z Downloaded proc-macro-crate v1.3.1
10832024-10-09T05:01:31.682Z Downloaded sct v0.7.1
10842024-10-09T05:01:31.685Z Downloaded csv-core v0.1.11
10852024-10-09T05:01:31.688Z Downloaded bitfield v0.14.0
10862024-10-09T05:01:31.688Z Downloaded cancel-safe-futures v0.1.5
10872024-10-09T05:01:31.691Z Downloaded bcs v0.1.6
10882024-10-09T05:01:31.694Z Downloaded ahash v0.8.11
10892024-10-09T05:01:31.696Z Downloaded hmac v0.12.1
10902024-10-09T05:01:31.699Z Downloaded clang-sys v1.7.0
10912024-10-09T05:01:31.701Z Downloaded const-oid v0.9.6
10922024-10-09T05:01:31.704Z Downloaded internet-checksum v0.2.1
10932024-10-09T05:01:31.707Z Downloaded block-padding v0.3.3
10942024-10-09T05:01:31.707Z Downloaded bitflags v1.3.2
10952024-10-09T05:01:31.709Z Downloaded bb8 v0.8.5
10962024-10-09T05:01:31.714Z Downloaded ipnet v2.10.0
10972024-10-09T05:01:31.714Z Downloaded base64ct v1.6.0
10982024-10-09T05:01:31.717Z Downloaded arrayvec v0.7.4
10992024-10-09T05:01:31.717Z Downloaded argon2 v0.5.3
11002024-10-09T05:01:31.720Z Downloaded http-body v0.4.6
11012024-10-09T05:01:31.722Z Downloaded cexpr v0.6.0
11022024-10-09T05:01:31.722Z Downloaded adler2 v2.0.0
11032024-10-09T05:01:31.724Z Downloaded cstr-argument v0.1.2
11042024-10-09T05:01:31.724Z Downloaded crucible-workspace-hack v0.1.0
11052024-10-09T05:01:31.724Z Downloaded hubpack v0.1.2
11062024-10-09T05:01:31.727Z Downloaded ctr v0.9.2
11072024-10-09T05:01:31.729Z Downloaded libz-sys v1.1.16
11082024-10-09T05:01:31.807Z Downloaded bcrypt-pbkdf v0.10.0
11092024-10-09T05:01:31.809Z Downloaded memoffset v0.9.1
11102024-10-09T05:01:31.809Z Downloaded maplit v1.0.2
11112024-10-09T05:01:31.812Z Downloaded lalrpop-util v0.19.12
11122024-10-09T05:01:31.812Z Downloaded ipnetwork v0.20.0
11132024-10-09T05:01:31.814Z Downloaded kstat-rs v0.2.4
11142024-10-09T05:01:31.814Z Downloaded impl-trait-for-tuples v0.2.2
11152024-10-09T05:01:31.817Z Downloaded indent_write v2.2.0
11162024-10-09T05:01:31.819Z Downloaded colored v2.1.0
11172024-10-09T05:01:31.821Z Downloaded ciborium-ll v0.2.2
11182024-10-09T05:01:31.821Z Downloaded blowfish v0.9.1
11192024-10-09T05:01:31.822Z Downloaded aead v0.5.2
11202024-10-09T05:01:31.835Z Downloaded ring v0.17.8
11212024-10-09T05:01:31.952Z Downloaded libsqlite3-sys v0.30.1
11222024-10-09T05:01:32.131Z Compiling serde v1.0.210
11232024-10-09T05:01:32.134Z Compiling typenum v1.17.0
11242024-10-09T05:01:32.134Z Compiling generic-array v0.14.7
11252024-10-09T05:01:32.134Z Compiling lock_api v0.4.12
11262024-10-09T05:01:32.310Z Compiling subtle v2.5.0
11272024-10-09T05:01:32.313Z Compiling scopeguard v1.2.0
11282024-10-09T05:01:32.353Z Compiling syn v2.0.79
11292024-10-09T05:01:32.355Z Compiling getrandom v0.2.14
11302024-10-09T05:01:32.477Z Compiling value-bag v1.9.0
11312024-10-09T05:01:32.612Z Compiling rand_core v0.6.4
11322024-10-09T05:01:32.704Z Compiling const-oid v0.9.6
11332024-10-09T05:01:32.829Z Compiling jobserver v0.1.32
11342024-10-09T05:01:32.869Z Compiling smallvec v1.13.2
11352024-10-09T05:01:33.081Z Compiling log v0.4.22
11362024-10-09T05:01:33.142Z Compiling pin-project-lite v0.2.14
11372024-10-09T05:01:33.175Z Compiling cc v1.0.97
11382024-10-09T05:01:33.262Z Compiling parking_lot_core v0.9.10
11392024-10-09T05:01:33.278Z Compiling cpufeatures v0.2.12
11402024-10-09T05:01:33.375Z Compiling signal-hook-registry v1.4.2
11412024-10-09T05:01:33.774Z Compiling futures-core v0.3.30
11422024-10-09T05:01:33.996Z Compiling mio v1.0.2
11432024-10-09T05:01:34.020Z Compiling ahash v0.8.11
11442024-10-09T05:01:34.183Z Compiling parking_lot v0.12.2
11452024-10-09T05:01:34.376Z Compiling futures-sink v0.3.30
11462024-10-09T05:01:34.464Z Compiling spin v0.9.8
11472024-10-09T05:01:34.537Z Compiling socket2 v0.5.7
11482024-10-09T05:01:34.670Z Compiling slab v0.4.9
11492024-10-09T05:01:34.879Z Compiling tinyvec_macros v0.1.1
11502024-10-09T05:01:34.968Z Compiling tinyvec v1.6.0
11512024-10-09T05:01:35.032Z Compiling serde_json v1.0.128
11522024-10-09T05:01:35.123Z Compiling libm v0.2.8
11532024-10-09T05:01:35.149Z Compiling base64ct v1.6.0
11542024-10-09T05:01:35.217Z Compiling allocator-api2 v0.2.18
11552024-10-09T05:01:35.492Z Compiling num-traits v0.2.19
11562024-10-09T05:01:35.517Z Compiling unicode-bidi v0.3.15
11572024-10-09T05:01:35.661Z Compiling pem-rfc7468 v0.7.0
11582024-10-09T05:01:35.730Z Compiling flagset v0.4.5
11592024-10-09T05:01:36.026Z Compiling futures-channel v0.3.30
11602024-10-09T05:01:36.127Z Compiling futures-io v0.3.30
11612024-10-09T05:01:36.475Z Compiling unicode-normalization v0.1.23
11622024-10-09T05:01:36.496Z Compiling futures-task v0.3.30
11632024-10-09T05:01:36.514Z Compiling pin-utils v0.1.0
11642024-10-09T05:01:36.532Z Compiling pkg-config v0.3.30
11652024-10-09T05:01:36.613Z Compiling vcpkg v0.2.15
11662024-10-09T05:01:36.799Z Compiling crossbeam-utils v0.8.19
11672024-10-09T05:01:37.296Z Compiling ring v0.17.8
11682024-10-09T05:01:37.491Z Compiling tracing-core v0.1.32
11692024-10-09T05:01:37.511Z Compiling ppv-lite86 v0.2.17
11702024-10-09T05:01:37.617Z Compiling percent-encoding v2.3.1
11712024-10-09T05:01:38.158Z Compiling httparse v1.8.0
11722024-10-09T05:01:38.308Z Compiling rand_chacha v0.3.1
11732024-10-09T05:01:38.593Z Compiling rustix v0.38.37
11742024-10-09T05:01:38.822Z Compiling openssl-sys v0.9.103
11752024-10-09T05:01:38.885Z Compiling rustls-pki-types v1.7.0
11762024-10-09T05:01:39.172Z Compiling rand v0.8.5
11772024-10-09T05:01:39.245Z Compiling powerfmt v0.2.0
11782024-10-09T05:01:39.472Z Compiling openssl v0.10.66
11792024-10-09T05:01:39.676Z Compiling time-core v0.1.2
11802024-10-09T05:01:39.695Z Compiling foreign-types-shared v0.1.1
11812024-10-09T05:01:39.797Z Compiling atomic-waker v1.1.2
11822024-10-09T05:01:39.837Z Compiling try-lock v0.2.5
11832024-10-09T05:01:39.897Z Compiling num-conv v0.1.0
11842024-10-09T05:01:39.964Z Compiling rustversion v1.0.17
11852024-10-09T05:01:39.978Z Compiling untrusted v0.9.0
11862024-10-09T05:01:40.137Z Compiling want v0.3.1
11872024-10-09T05:01:40.154Z Compiling time-macros v0.2.18
11882024-10-09T05:01:40.368Z Compiling foreign-types v0.3.2
11892024-10-09T05:01:40.453Z Compiling deranged v0.3.11
11902024-10-09T05:01:40.666Z Compiling form_urlencoded v1.2.1
11912024-10-09T05:01:40.996Z Compiling aho-corasick v1.1.3
11922024-10-09T05:01:41.017Z Compiling regex-syntax v0.8.4
11932024-10-09T05:01:41.148Z Compiling syn v1.0.109
11942024-10-09T05:01:41.737Z Compiling httpdate v1.0.3
11952024-10-09T05:01:42.164Z Compiling num_threads v0.1.7
11962024-10-09T05:01:42.166Z Compiling siphasher v0.3.11
11972024-10-09T05:01:42.290Z Compiling rustls v0.23.10
11982024-10-09T05:01:42.383Z Compiling base64 v0.22.1
11992024-10-09T05:01:42.528Z Compiling native-tls v0.2.11
12002024-10-09T05:01:42.912Z Compiling crossbeam-epoch v0.9.18
12012024-10-09T05:01:43.089Z Compiling idna v0.5.0
12022024-10-09T05:01:43.161Z Compiling time v0.3.36
12032024-10-09T05:01:43.616Z Compiling lazy_static v1.5.0
12042024-10-09T05:01:43.739Z Compiling cookie v0.18.1
12052024-10-09T05:01:43.973Z Compiling finl_unicode v1.2.0
12062024-10-09T05:01:43.998Z Compiling tower-service v0.3.2
12072024-10-09T05:01:44.111Z Compiling rayon-core v1.12.1
12082024-10-09T05:01:44.377Z Compiling regex-automata v0.4.6
12092024-10-09T05:01:44.543Z Compiling either v1.13.0
12102024-10-09T05:01:44.575Z Compiling slog v2.7.0
12112024-10-09T05:01:44.937Z Compiling openssl-probe v0.1.5
12122024-10-09T05:01:45.105Z Compiling iana-time-zone v0.1.60
12132024-10-09T05:01:45.349Z Compiling stringprep v0.1.4
12142024-10-09T05:01:45.669Z Compiling url v2.5.2
12152024-10-09T05:01:46.241Z Compiling crossbeam-deque v0.8.5
12162024-10-09T05:01:46.368Z Compiling serde_derive v1.0.210
12172024-10-09T05:01:46.572Z Compiling zeroize_derive v1.4.2
12182024-10-09T05:01:46.591Z Compiling zerocopy-derive v0.7.34
12192024-10-09T05:01:47.194Z Compiling tokio-macros v2.4.0
12202024-10-09T05:01:47.566Z Compiling der_derive v0.7.2
12212024-10-09T05:01:48.087Z Compiling zeroize v1.8.1
12222024-10-09T05:01:48.213Z Compiling thiserror-impl v1.0.64
12232024-10-09T05:01:48.548Z Compiling futures-macro v0.3.30
12242024-10-09T05:01:48.747Z Compiling zerocopy v0.7.34
12252024-10-09T05:01:48.776Z Compiling tracing-attributes v0.1.27
12262024-10-09T05:01:49.892Z Compiling crypto-common v0.1.6
12272024-10-09T05:01:50.090Z Compiling block-buffer v0.10.4
12282024-10-09T05:01:50.127Z Compiling block-padding v0.3.3
12292024-10-09T05:01:50.354Z Compiling digest v0.10.7
12302024-10-09T05:01:50.375Z Compiling inout v0.1.3
12312024-10-09T05:01:50.540Z Compiling der v0.7.9
12322024-10-09T05:01:50.652Z Compiling cipher v0.4.4
12332024-10-09T05:01:50.850Z Compiling hmac v0.12.1
12342024-10-09T05:01:51.046Z Compiling sha2 v0.10.8
12352024-10-09T05:01:51.097Z Compiling hashbrown v0.14.5
12362024-10-09T05:01:51.257Z Compiling salsa20 v0.10.2
12372024-10-09T05:01:51.482Z Compiling pbkdf2 v0.12.2
12382024-10-09T05:01:51.527Z Compiling thiserror v1.0.64
12392024-10-09T05:01:51.652Z Compiling futures-util v0.3.30
12402024-10-09T05:01:51.669Z Compiling scrypt v0.11.0
12412024-10-09T05:01:52.242Z Compiling aes v0.8.4
12422024-10-09T05:01:52.542Z Compiling cbc v0.1.2
12432024-10-09T05:01:52.720Z Compiling spki v0.7.3
12442024-10-09T05:01:52.780Z Compiling pest v2.7.10
12452024-10-09T05:01:53.098Z Compiling tracing v0.1.40
12462024-10-09T05:01:53.649Z Compiling pkcs5 v0.7.1
12472024-10-09T05:01:53.915Z Compiling scroll_derive v0.12.0
12482024-10-09T05:01:54.636Z Compiling pkcs8 v0.10.2
12492024-10-09T05:01:55.018Z Compiling openssl-macros v0.1.1
12502024-10-09T05:01:55.335Z Compiling pest_meta v2.7.10
12512024-10-09T05:01:55.437Z Compiling scroll v0.12.0
12522024-10-09T05:01:55.761Z Compiling signature v2.2.0
12532024-10-09T05:01:55.848Z Compiling md-5 v0.10.6
12542024-10-09T05:01:56.009Z Compiling goblin v0.8.2
12552024-10-09T05:01:56.110Z Compiling num-integer v0.1.46
12562024-10-09T05:01:56.903Z Compiling pest_generator v2.7.10
12572024-10-09T05:01:57.224Z Compiling rustls-webpki v0.102.4
12582024-10-09T05:01:57.826Z Compiling idna v0.3.0
12592024-10-09T05:01:58.967Z Compiling backtrace v0.3.71
12602024-10-09T05:01:59.324Z Compiling ff v0.13.0
12612024-10-09T05:01:59.449Z Compiling hash32 v0.2.1
12622024-10-09T05:01:59.452Z Compiling signal-hook v0.3.17
12632024-10-09T05:01:59.529Z Compiling crc32fast v1.4.0
12642024-10-09T05:01:59.727Z Compiling base16ct v0.2.0
12652024-10-09T05:01:59.839Z Compiling num-bigint-dig v0.8.4
12662024-10-09T05:02:00.032Z Compiling smoltcp v0.9.1
12672024-10-09T05:02:00.052Z Compiling portable-atomic v1.6.0
12682024-10-09T05:02:00.146Z Compiling stable_deref_trait v1.2.0
12692024-10-09T05:02:00.250Z Compiling adler v1.0.2
12702024-10-09T05:02:00.436Z Compiling pest_derive v2.7.10
12712024-10-09T05:02:00.467Z Compiling psl-types v2.0.11
12722024-10-09T05:02:00.668Z Compiling bytes v1.7.2
12732024-10-09T05:02:00.766Z Compiling bitflags v2.6.0
12742024-10-09T05:02:01.004Z Compiling indexmap v2.5.0
12752024-10-09T05:02:01.268Z Compiling semver v1.0.23
12762024-10-09T05:02:02.006Z Compiling tokio v1.39.3
12772024-10-09T05:02:02.030Z Compiling rustc_version v0.4.0
12782024-10-09T05:02:02.517Z Compiling http v1.1.0
12792024-10-09T05:02:02.837Z Compiling heapless v0.7.17
12802024-10-09T05:02:03.290Z Compiling dof v0.3.0
12812024-10-09T05:02:04.162Z Compiling http-body v1.0.0
12822024-10-09T05:02:04.403Z Compiling dtrace-parser v0.2.0
12832024-10-09T05:02:05.489Z Compiling uuid v1.10.0
12842024-10-09T05:02:06.350Z Compiling usdt-impl v0.5.0
12852024-10-09T05:02:06.661Z Compiling curve25519-dalek v4.1.3
12862024-10-09T05:02:06.687Z Compiling toml_datetime v0.6.8
12872024-10-09T05:02:06.971Z Compiling serde_tokenstream v0.2.2
12882024-10-09T05:02:07.209Z Compiling chrono v0.4.38
12892024-10-09T05:02:07.298Z Compiling serde_spanned v0.6.7
12902024-10-09T05:02:07.530Z Compiling gimli v0.28.1
12912024-10-09T05:02:07.591Z Compiling fallible-iterator v0.2.0
12922024-10-09T05:02:08.287Z Compiling postgres-protocol v0.6.7
12932024-10-09T05:02:09.157Z Compiling terminal_size v0.4.0
12942024-10-09T05:02:09.385Z Compiling http-body-util v0.1.2
12952024-10-09T05:02:09.741Z Compiling publicsuffix v2.2.3
12962024-10-09T05:02:09.879Z Compiling miniz_oxide v0.7.2
12972024-10-09T05:02:10.105Z Compiling sec1 v0.7.3
12982024-10-09T05:02:10.422Z Compiling tokio-util v0.7.12
12992024-10-09T05:02:10.679Z Compiling hubpack_derive v0.1.1
13002024-10-09T05:02:10.703Z Compiling tokio-rustls v0.26.0
13012024-10-09T05:02:11.027Z Compiling group v0.13.0
13022024-10-09T05:02:11.376Z Compiling num-iter v0.1.45
13032024-10-09T05:02:11.555Z Compiling h2 v0.4.6
13042024-10-09T05:02:11.627Z Compiling tokio-native-tls v0.3.1
13052024-10-09T05:02:11.802Z Compiling hkdf v0.12.4
13062024-10-09T05:02:11.823Z Compiling addr2line v0.21.0
13072024-10-09T05:02:11.912Z Compiling crypto-bigint v0.5.5
13082024-10-09T05:02:12.519Z Compiling async-trait v0.1.83
13092024-10-09T05:02:12.561Z Compiling zerocopy-derive v0.6.6
13102024-10-09T05:02:12.703Z Compiling curve25519-dalek-derive v0.1.1
13112024-10-09T05:02:14.277Z Compiling phf_shared v0.11.2
13122024-10-09T05:02:14.623Z Compiling serde_derive_internals v0.29.1
13132024-10-09T05:02:14.690Z Compiling webpki-roots v0.26.3
13142024-10-09T05:02:14.781Z Compiling object v0.32.2
13152024-10-09T05:02:14.888Z Compiling fs-err v2.11.0
13162024-10-09T05:02:14.946Z Compiling managed v0.8.0
13172024-10-09T05:02:15.182Z Compiling ipnet v2.10.0
13182024-10-09T05:02:15.356Z Compiling anyhow v1.0.89
13192024-10-09T05:02:15.385Z Compiling winnow v0.5.40
13202024-10-09T05:02:16.038Z Compiling bitflags v1.3.2
13212024-10-09T05:02:16.154Z Compiling rustc-demangle v0.1.24
13222024-10-09T05:02:16.421Z Compiling adler2 v2.0.0
13232024-10-09T05:02:16.643Z Compiling schemars v0.8.21
13242024-10-09T05:02:17.061Z Compiling miniz_oxide v0.8.0
13252024-10-09T05:02:17.421Z Compiling schemars_derive v0.8.21
13262024-10-09T05:02:17.497Z Compiling clap_builder v4.5.20
13272024-10-09T05:02:18.372Z Compiling console v0.15.8
13282024-10-09T05:02:18.600Z Compiling hyper v1.4.1
13292024-10-09T05:02:19.241Z Compiling toml_edit v0.19.15
13302024-10-09T05:02:19.439Z Compiling elliptic-curve v0.13.8
13312024-10-09T05:02:19.917Z Compiling zerocopy v0.6.6
13322024-10-09T05:02:20.298Z Compiling phf v0.11.2
13332024-10-09T05:02:20.597Z Compiling cookie_store v0.21.0
13342024-10-09T05:02:20.859Z Compiling rayon v1.10.0
13352024-10-09T05:02:22.031Z Compiling hyper-util v0.1.9
13362024-10-09T05:02:22.450Z Compiling hubpack v0.1.2
13372024-10-09T05:02:24.321Z Compiling hyper-rustls v0.27.3
13382024-10-09T05:02:24.963Z Compiling hyper-tls v0.6.0
13392024-10-09T05:02:25.394Z Compiling postgres-types v0.2.8
13402024-10-09T05:02:25.683Z Compiling usdt-attr-macro v0.5.0
13412024-10-09T05:02:25.761Z Compiling usdt-macro v0.5.0
13422024-10-09T05:02:26.628Z Compiling serde_urlencoded v0.7.1
13432024-10-09T05:02:26.975Z Compiling serde-big-array v0.5.1
13442024-10-09T05:02:27.032Z Compiling futures-executor v0.3.30
13452024-10-09T05:02:27.137Z Compiling ed25519 v2.2.3
13462024-10-09T05:02:27.206Z Compiling pkcs1 v0.7.5
13472024-10-09T05:02:27.346Z Compiling rfc6979 v0.4.0
13482024-10-09T05:02:27.367Z Compiling regex v1.10.6
13492024-10-09T05:02:27.435Z Compiling bstr v1.9.1
13502024-10-09T05:02:27.534Z Compiling serde_repr v0.1.19
13512024-10-09T05:02:27.604Z Compiling strum_macros v0.25.3
13522024-10-09T05:02:28.247Z Compiling clap_derive v4.5.18
13532024-10-09T05:02:28.454Z Compiling enum-as-inner v0.6.0
13542024-10-09T05:02:28.761Z Compiling rustls-pemfile v2.1.3
13552024-10-09T05:02:28.986Z Compiling phf_shared v0.10.0
13562024-10-09T05:02:29.223Z Compiling float-cmp v0.9.0
13572024-10-09T05:02:29.246Z Compiling idna v0.4.0
13582024-10-09T05:02:29.265Z Compiling sync_wrapper v1.0.1
13592024-10-09T05:02:29.387Z Compiling mio v0.8.11
13602024-10-09T05:02:29.409Z Compiling encoding_rs v0.8.34
13612024-10-09T05:02:29.444Z Compiling dyn-clone v1.0.17
13622024-10-09T05:02:29.556Z Compiling predicates-core v1.0.6
13632024-10-09T05:02:29.666Z Compiling bit-vec v0.6.3
13642024-10-09T05:02:29.950Z Compiling static_assertions v1.1.0
13652024-10-09T05:02:30.054Z Compiling minimal-lexical v0.2.1
13662024-10-09T05:02:30.103Z Compiling data-encoding v2.6.0
13672024-10-09T05:02:30.553Z Compiling unicode-segmentation v1.11.0
13682024-10-09T05:02:30.647Z Compiling number_prefix v0.4.0
13692024-10-09T05:02:30.862Z Compiling new_debug_unreachable v1.0.6
13702024-10-09T05:02:30.896Z Compiling precomputed-hash v0.1.1
13712024-10-09T05:02:30.964Z Compiling difflib v0.4.0
13722024-10-09T05:02:31.020Z Compiling mime v0.3.17
13732024-10-09T05:02:31.420Z Compiling normalize-line-endings v0.3.0
13742024-10-09T05:02:31.551Z Compiling whoami v1.5.2
13752024-10-09T05:02:31.642Z Compiling fixedbitset v0.4.2
13762024-10-09T05:02:31.749Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
13772024-10-09T05:02:32.100Z Compiling petgraph v0.6.5
13782024-10-09T05:02:32.188Z Compiling reqwest v0.12.7
13792024-10-09T05:02:32.585Z Compiling tokio-postgres v0.7.12
13802024-10-09T05:02:32.603Z Compiling predicates v3.1.2
13812024-10-09T05:02:33.401Z Compiling clap v4.5.20
13822024-10-09T05:02:33.520Z Compiling similar v2.6.0
13832024-10-09T05:02:33.966Z Compiling string_cache v0.8.7
13842024-10-09T05:02:34.347Z Compiling hickory-proto v0.24.1
13852024-10-09T05:02:34.448Z Compiling indicatif v0.17.8
13862024-10-09T05:02:36.033Z Compiling nom v7.1.3
13872024-10-09T05:02:36.115Z Compiling toml_edit v0.22.22
13882024-10-09T05:02:36.680Z Compiling signal-hook-mio v0.2.4
13892024-10-09T05:02:36.859Z Compiling bit-set v0.5.3
13902024-10-09T05:02:37.567Z Compiling usdt v0.5.0
13912024-10-09T05:02:38.062Z Compiling rsa v0.9.6
13922024-10-09T05:02:38.463Z Compiling ecdsa v0.16.9
13932024-10-09T05:02:38.680Z Compiling ed25519-dalek v2.1.1
13942024-10-09T05:02:39.330Z Compiling futures v0.3.30
13952024-10-09T05:02:39.450Z Compiling flate2 v1.0.34
13962024-10-09T05:02:39.938Z Compiling toml v0.7.8
13972024-10-09T05:02:40.526Z Compiling tokio-stream v0.1.16
13982024-10-09T05:02:41.000Z Compiling openapiv3 v2.0.0
13992024-10-09T05:02:41.275Z Compiling hex v0.4.3
14002024-10-09T05:02:41.633Z Compiling x509-cert v0.2.5
14012024-10-09T05:02:41.717Z Compiling sha1 v0.10.6
14022024-10-09T05:02:41.856Z Compiling itertools v0.12.1
14032024-10-09T05:02:42.151Z Compiling itertools v0.10.5
14042024-10-09T05:02:44.441Z Compiling dirs-sys-next v0.1.2
14052024-10-09T05:02:44.677Z Compiling lalrpop-util v0.19.12
14062024-10-09T05:02:44.772Z Compiling peg-runtime v0.8.3
14072024-10-09T05:02:44.879Z Compiling unicode-xid v0.2.4
14082024-10-09T05:02:44.950Z Compiling dirs-next v2.0.0
14092024-10-09T05:02:45.034Z Compiling thread_local v1.1.8
14102024-10-09T05:02:45.051Z Compiling slog-async v2.8.0
14112024-10-09T05:02:45.106Z Compiling term v0.7.0
14122024-10-09T05:02:45.149Z Compiling xattr v1.3.1
14132024-10-09T05:02:45.403Z Compiling strum_macros v0.26.4
14142024-10-09T05:02:45.407Z Compiling crossbeam-channel v0.5.12
14152024-10-09T05:02:45.442Z Compiling is-terminal v0.4.12
14162024-10-09T05:02:45.564Z Compiling filetime v0.2.25
14172024-10-09T05:02:45.583Z Compiling take_mut v0.2.2
14182024-10-09T05:02:45.671Z Compiling slog-term v2.9.1
14192024-10-09T05:02:45.737Z Compiling camino v1.1.9
14202024-10-09T05:02:45.905Z Compiling tar v0.4.42
14212024-10-09T05:02:46.433Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14222024-10-09T05:02:48.258Z Compiling strum v0.26.3
14232024-10-09T05:02:48.337Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14242024-10-09T05:02:53.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
14252024-10-09T05:02:53.498Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14262024-10-09T05:02:53.546ZOct 09 05:02:53.028 INFO Starting download, target: DendriteOpenapi
14272024-10-09T05:02:53.546ZOct 09 05:02:53.028 INFO Starting download, target: Cockroach
14282024-10-09T05:02:53.546ZOct 09 05:02:53.028 INFO Starting download, target: Clickhouse
14292024-10-09T05:02:53.546ZOct 09 05:02:53.028 INFO Starting download, target: Console
14302024-10-09T05:02:53.549ZOct 09 05:02:53.028 INFO Starting download, target: DendriteStub
14312024-10-09T05:02:53.549ZOct 09 05:02:53.028 INFO Starting download, target: MaghemiteMgd
14322024-10-09T05:02:53.549ZOct 09 05:02:53.028 INFO Starting download, target: TransceiverControl
14332024-10-09T05:02:53.549ZOct 09 05:02:53.029 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14342024-10-09T05:02:53.549ZOct 09 05:02:53.029 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14352024-10-09T05:02:53.549ZOct 09 05:02:53.029 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14362024-10-09T05:02:53.549ZOct 09 05:02:53.029 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14372024-10-09T05:02:53.549ZOct 09 05:02:53.029 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14382024-10-09T05:02:53.549ZOct 09 05:02:53.029 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14392024-10-09T05:02:53.549ZOct 09 05:02:53.029 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14402024-10-09T05:02:53.685ZOct 09 05:02:53.167 INFO Download complete, target: DendriteOpenapi
14412024-10-09T05:02:53.824ZOct 09 05:02:53.305 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14422024-10-09T05:02:54.062ZOct 09 05:02:53.540 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14432024-10-09T05:02:54.283ZOct 09 05:02:53.764 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14442024-10-09T05:02:54.429ZOct 09 05:02:53.910 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14452024-10-09T05:02:54.477ZOct 09 05:02:53.958 INFO Download complete, target: Console
14462024-10-09T05:02:54.641ZOct 09 05:02:54.123 INFO Download complete, target: TransceiverControl
14472024-10-09T05:02:54.711ZOct 09 05:02:54.193 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14482024-10-09T05:02:54.711ZOct 09 05:02:54.193 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14492024-10-09T05:02:55.504ZOct 09 05:02:54.985 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14502024-10-09T05:02:57.420ZOct 09 05:02:56.901 INFO Download complete, target: DendriteStub
14512024-10-09T05:02:57.678ZOct 09 05:02:57.159 INFO Download complete, target: MaghemiteMgd
14522024-10-09T05:03:02.701ZOct 09 05:03:02.182 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14532024-10-09T05:03:03.030ZOct 09 05:03:02.503 INFO Checking that binary works, target: Cockroach
14542024-10-09T05:03:03.184ZOct 09 05:03:02.665 INFO Download complete, target: Cockroach
14552024-10-09T05:03:08.766ZOct 09 05:03:08.246 INFO Checking that binary works, target: Clickhouse
14562024-10-09T05:03:09.315ZOct 09 05:03:08.794 INFO Download complete, target: Clickhouse
14572024-10-09T05:03:09.680ZAll builder prerequisites installed successfully, and PATH looks valid
14582024-10-09T05:03:09.683Z
14592024-10-09T05:03:09.683Zreal 4:06.836692843
14602024-10-09T05:03:09.683Zuser 11:54.800851394
14612024-10-09T05:03:09.683Zsys 2:31.936521574
14622024-10-09T05:03:09.683Ztrap 0.434989616
14632024-10-09T05:03:09.683Ztflt 4.673161036
14642024-10-09T05:03:09.683Zdflt 3.243584464
14652024-10-09T05:03:09.683Zkflt 0.120957562
14662024-10-09T05:03:09.683Zlock 24:02.570006229
14672024-10-09T05:03:09.683Zslp 46:52.756247002
14682024-10-09T05:03:09.684Zlat 42.641141557
14692024-10-09T05:03:09.684Zstop 1:51.897795036
14702024-10-09T05:03:09.684Z+ banner hack-check
14712024-10-09T05:03:09.689Z
14722024-10-09T05:03:09.689Z # # ## #### # # #### # # ###### #### # #
14732024-10-09T05:03:09.689Z # # # # # # # # # # # # # # # # #
14742024-10-09T05:03:09.689Z ###### # # # #### ##### # ###### ##### # ####
14752024-10-09T05:03:09.689Z # # ###### # # # # # # # # # #
14762024-10-09T05:03:09.689Z # # # # # # # # # # # # # # # # #
14772024-10-09T05:03:09.689Z # # # # #### # # #### # # ###### #### # #
14782024-10-09T05:03:09.689Z
14792024-10-09T05:03:09.689Z+ export CARGO_INCREMENTAL=0
14802024-10-09T05:03:09.689Z+ CARGO_INCREMENTAL=0
14812024-10-09T05:03:09.689Z+ ptime -m timeout 2h cargo xtask check-features --ci
14822024-10-09T05:03:10.233Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14832024-10-09T05:03:14.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
14842024-10-09T05:03:14.173Z Running `target/debug/xtask check-features --ci`
14852024-10-09T05:03:14.193Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
14862024-10-09T05:03:14.193Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
14872024-10-09T05:03:14.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
14882024-10-09T05:03:14.702Z Running `target/debug/xtask download cargo-hack`
14892024-10-09T05:03:15.546Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14902024-10-09T05:03:15.904Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14912024-10-09T05:03:20.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
14922024-10-09T05:03:20.431Z Running `target/debug/xtask-downloader cargo-hack`
14932024-10-09T05:03:20.467ZOct 09 05:03:19.945 INFO Starting download, target: CargoHack
14942024-10-09T05:03:20.469ZOct 09 05:03:19.946 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14952024-10-09T05:03:20.950ZOct 09 05:03:20.429 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14962024-10-09T05:03:21.052ZOct 09 05:03:20.530 INFO Download complete, target: CargoHack
14972024-10-09T05:03:21.056Zrunning: "/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"
14982024-10-09T05:03:21.071Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14992024-10-09T05:03:21.226Zinfo: running `cargo check --bins` on api_identity (1/164)
15002024-10-09T05:03:21.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15012024-10-09T05:03:21.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15022024-10-09T05:03:21.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15032024-10-09T05:03:21.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15042024-10-09T05:03:21.825Z
15052024-10-09T05:03:21.825Zinfo: running `cargo check --bins` on bootstore (2/164)
15062024-10-09T05:03:22.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15072024-10-09T05:03:22.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15082024-10-09T05:03:22.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15092024-10-09T05:03:22.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15102024-10-09T05:03:22.469Z
15112024-10-09T05:03:22.469Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/164)
15122024-10-09T05:03:23.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15132024-10-09T05:03:23.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15142024-10-09T05:03:23.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15152024-10-09T05:03:23.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15162024-10-09T05:03:23.095Z
15172024-10-09T05:03:23.095Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/164)
15182024-10-09T05:03:23.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15192024-10-09T05:03:23.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15202024-10-09T05:03:23.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15212024-10-09T05:03:23.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15222024-10-09T05:03:23.753Z
15232024-10-09T05:03:23.753Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/164)
15242024-10-09T05:03:24.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15252024-10-09T05:03:24.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15262024-10-09T05:03:24.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15272024-10-09T05:03:24.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15282024-10-09T05:03:24.205Z
15292024-10-09T05:03:24.205Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/164)
15302024-10-09T05:03:24.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15312024-10-09T05:03:24.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15322024-10-09T05:03:24.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15332024-10-09T05:03:24.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15342024-10-09T05:03:24.675Z
15352024-10-09T05:03:24.675Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/164)
15362024-10-09T05:03:25.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15372024-10-09T05:03:25.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15382024-10-09T05:03:25.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15392024-10-09T05:03:25.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15402024-10-09T05:03:25.139Z
15412024-10-09T05:03:25.139Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/164)
15422024-10-09T05:03:25.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15432024-10-09T05:03:25.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15442024-10-09T05:03:25.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15452024-10-09T05:03:25.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15462024-10-09T05:03:25.610Z
15472024-10-09T05:03:25.610Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/164)
15482024-10-09T05:03:26.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15492024-10-09T05:03:26.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15502024-10-09T05:03:26.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15512024-10-09T05:03:26.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15522024-10-09T05:03:26.089Z
15532024-10-09T05:03:26.089Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/164)
15542024-10-09T05:03:26.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15552024-10-09T05:03:26.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15562024-10-09T05:03:26.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15572024-10-09T05:03:26.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15582024-10-09T05:03:26.554Z
15592024-10-09T05:03:26.554Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/164)
15602024-10-09T05:03:26.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15612024-10-09T05:03:26.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15622024-10-09T05:03:26.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15632024-10-09T05:03:26.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15642024-10-09T05:03:27.020Z
15652024-10-09T05:03:27.020Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/164)
15662024-10-09T05:03:27.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15672024-10-09T05:03:27.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15682024-10-09T05:03:27.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15692024-10-09T05:03:27.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15702024-10-09T05:03:27.496Z
15712024-10-09T05:03:27.496Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/164)
15722024-10-09T05:03:27.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15732024-10-09T05:03:27.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15742024-10-09T05:03:27.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15752024-10-09T05:03:27.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15762024-10-09T05:03:27.964Z
15772024-10-09T05:03:27.964Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/164)
15782024-10-09T05:03:28.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15792024-10-09T05:03:28.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15802024-10-09T05:03:28.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15812024-10-09T05:03:28.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15822024-10-09T05:03:28.430Z
15832024-10-09T05:03:28.430Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/164)
15842024-10-09T05:03:28.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15852024-10-09T05:03:28.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15862024-10-09T05:03:28.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15872024-10-09T05:03:28.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15882024-10-09T05:03:28.895Z
15892024-10-09T05:03:28.895Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/164)
15902024-10-09T05:03:29.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15912024-10-09T05:03:29.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15922024-10-09T05:03:29.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15932024-10-09T05:03:29.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15942024-10-09T05:03:29.356Z
15952024-10-09T05:03:29.356Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/164)
15962024-10-09T05:03:29.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15972024-10-09T05:03:29.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15982024-10-09T05:03:29.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15992024-10-09T05:03:29.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16002024-10-09T05:03:29.810Z
16012024-10-09T05:03:29.810Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/164)
16022024-10-09T05:03:30.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16032024-10-09T05:03:30.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16042024-10-09T05:03:30.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16052024-10-09T05:03:30.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16062024-10-09T05:03:30.278Z
16072024-10-09T05:03:30.278Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/164)
16082024-10-09T05:03:30.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16092024-10-09T05:03:30.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16102024-10-09T05:03:30.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16112024-10-09T05:03:30.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16122024-10-09T05:03:30.739Z
16132024-10-09T05:03:30.739Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/164)
16142024-10-09T05:03:31.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16152024-10-09T05:03:31.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16162024-10-09T05:03:31.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16172024-10-09T05:03:31.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16182024-10-09T05:03:31.195Z
16192024-10-09T05:03:31.195Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/164)
16202024-10-09T05:03:31.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16212024-10-09T05:03:31.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16222024-10-09T05:03:31.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16232024-10-09T05:03:31.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16242024-10-09T05:03:31.644Z
16252024-10-09T05:03:31.644Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/164)
16262024-10-09T05:03:32.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16272024-10-09T05:03:32.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16282024-10-09T05:03:32.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16292024-10-09T05:03:32.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16302024-10-09T05:03:32.105Z
16312024-10-09T05:03:32.105Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/164)
16322024-10-09T05:03:32.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16332024-10-09T05:03:32.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16342024-10-09T05:03:32.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16352024-10-09T05:03:32.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16362024-10-09T05:03:32.567Z
16372024-10-09T05:03:32.567Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/164)
16382024-10-09T05:03:32.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16392024-10-09T05:03:32.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16402024-10-09T05:03:32.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16412024-10-09T05:03:32.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16422024-10-09T05:03:33.021Z
16432024-10-09T05:03:33.021Zinfo: running `cargo check --bins` on sled-hardware-types (25/164)
16442024-10-09T05:03:33.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16452024-10-09T05:03:33.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16462024-10-09T05:03:33.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16472024-10-09T05:03:33.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16482024-10-09T05:03:33.662Z
16492024-10-09T05:03:33.662Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/164)
16502024-10-09T05:03:34.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16512024-10-09T05:03:34.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16522024-10-09T05:03:34.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16532024-10-09T05:03:34.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16542024-10-09T05:03:34.303Z
16552024-10-09T05:03:34.303Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/164)
16562024-10-09T05:03:34.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16572024-10-09T05:03:34.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16582024-10-09T05:03:34.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16592024-10-09T05:03:34.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16602024-10-09T05:03:34.946Z
16612024-10-09T05:03:34.946Zinfo: running `cargo check --bins` on oxlog (28/164)
16622024-10-09T05:03:35.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16632024-10-09T05:03:35.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16642024-10-09T05:03:35.552Z Checking cfg-if v1.0.0
16652024-10-09T05:03:35.555Z Checking libc v0.2.159
16662024-10-09T05:03:35.647Z Checking typenum v1.17.0
16672024-10-09T05:03:35.655Z Checking serde v1.0.210
16682024-10-09T05:03:35.657Z Checking zeroize v1.8.1
16692024-10-09T05:03:35.670Z Checking memchr v2.7.2
16702024-10-09T05:03:35.680Z Checking subtle v2.5.0
16712024-10-09T05:03:35.682Z Checking scopeguard v1.2.0
16722024-10-09T05:03:35.702Z Checking byteorder v1.5.0
16732024-10-09T05:03:35.826Z Checking lock_api v0.4.12
16742024-10-09T05:03:35.880Z Checking value-bag v1.9.0
16752024-10-09T05:03:35.911Z Checking const-oid v0.9.6
16762024-10-09T05:03:36.080Z Checking once_cell v1.19.0
16772024-10-09T05:03:36.243Z Checking itoa v1.0.11
16782024-10-09T05:03:36.292Z Checking log v0.4.22
16792024-10-09T05:03:36.377Z Checking smallvec v1.13.2
16802024-10-09T05:03:36.439Z Checking pin-project-lite v0.2.14
16812024-10-09T05:03:36.520Z Checking zerocopy v0.7.34
16822024-10-09T05:03:36.547Z Checking cpufeatures v0.2.12
16832024-10-09T05:03:36.635Z Checking futures-core v0.3.30
16842024-10-09T05:03:36.719Z Checking futures-sink v0.3.30
16852024-10-09T05:03:36.773Z Checking getrandom v0.2.14
16862024-10-09T05:03:36.816Z Checking signal-hook-registry v1.4.2
16872024-10-09T05:03:36.821Z Checking parking_lot_core v0.9.10
16882024-10-09T05:03:36.847Z Checking mio v1.0.2
16892024-10-09T05:03:36.911Z Checking generic-array v0.14.7
16902024-10-09T05:03:37.015Z Checking rand_core v0.6.4
16912024-10-09T05:03:37.048Z Checking socket2 v0.5.7
16922024-10-09T05:03:37.164Z Checking parking_lot v0.12.2
16932024-10-09T05:03:37.313Z Checking spin v0.9.8
16942024-10-09T05:03:37.437Z Checking tinyvec_macros v0.1.1
16952024-10-09T05:03:37.508Z Checking allocator-api2 v0.2.18
16962024-10-09T05:03:37.523Z Checking tinyvec v1.6.0
16972024-10-09T05:03:37.536Z Checking base64ct v1.6.0
16982024-10-09T05:03:37.639Z Checking slab v0.4.9
16992024-10-09T05:03:37.779Z Checking flagset v0.4.5
17002024-10-09T05:03:37.882Z Checking ahash v0.8.11
17012024-10-09T05:03:37.895Z Checking equivalent v1.0.1
17022024-10-09T05:03:37.953Z Checking unicode-bidi v0.3.15
17032024-10-09T05:03:37.967Z Checking pem-rfc7468 v0.7.0
17042024-10-09T05:03:37.983Z Checking futures-channel v0.3.30
17052024-10-09T05:03:38.076Z Checking crypto-common v0.1.6
17062024-10-09T05:03:38.143Z Checking block-buffer v0.10.4
17072024-10-09T05:03:38.219Z Checking block-padding v0.3.3
17082024-10-09T05:03:38.255Z Checking der v0.7.9
17092024-10-09T05:03:38.326Z Checking libm v0.2.8
17102024-10-09T05:03:38.368Z Checking digest v0.10.7
17112024-10-09T05:03:38.406Z Checking hashbrown v0.14.5
17122024-10-09T05:03:38.422Z Checking inout v0.1.3
17132024-10-09T05:03:38.560Z Checking futures-io v0.3.30
17142024-10-09T05:03:38.634Z Checking cipher v0.4.4
17152024-10-09T05:03:38.726Z Checking hmac v0.12.1
17162024-10-09T05:03:38.741Z Checking sha2 v0.10.8
17172024-10-09T05:03:38.825Z Checking unicode-normalization v0.1.23
17182024-10-09T05:03:38.924Z Checking ryu v1.0.18
17192024-10-09T05:03:39.023Z Checking futures-task v0.3.30
17202024-10-09T05:03:39.153Z Checking pin-utils v0.1.0
17212024-10-09T05:03:39.234Z Checking futures-util v0.3.30
17222024-10-09T05:03:39.234Z Checking salsa20 v0.10.2
17232024-10-09T05:03:39.259Z Checking pbkdf2 v0.12.2
17242024-10-09T05:03:39.262Z Checking num-traits v0.2.19
17252024-10-09T05:03:39.403Z Checking aes v0.8.4
17262024-10-09T05:03:39.442Z Checking scrypt v0.11.0
17272024-10-09T05:03:39.560Z Checking cbc v0.1.2
17282024-10-09T05:03:39.653Z Checking fnv v1.0.7
17292024-10-09T05:03:39.707Z Checking tracing-core v0.1.32
17302024-10-09T05:03:39.759Z Checking percent-encoding v2.3.1
17312024-10-09T05:03:39.773Z Checking ppv-lite86 v0.2.17
17322024-10-09T05:03:39.958Z Checking rustls-pki-types v1.7.0
17332024-10-09T05:03:40.051Z Checking spki v0.7.3
17342024-10-09T05:03:40.307Z Checking thiserror v1.0.64
17352024-10-09T05:03:40.321Z Checking tracing v0.1.40
17362024-10-09T05:03:40.333Z Checking pkcs5 v0.7.1
17372024-10-09T05:03:40.347Z Checking untrusted v0.9.0
17382024-10-09T05:03:40.425Z Checking atomic-waker v1.1.2
17392024-10-09T05:03:40.441Z Checking rand_chacha v0.3.1
17402024-10-09T05:03:40.501Z Checking try-lock v0.2.5
17412024-10-09T05:03:40.551Z Checking foreign-types-shared v0.1.1
17422024-10-09T05:03:40.591Z Checking bytes v1.7.2
17432024-10-09T05:03:40.622Z Checking indexmap v2.5.0
17442024-10-09T05:03:40.643Z Checking bitflags v2.6.0
17452024-10-09T05:03:40.654Z Checking serde_json v1.0.128
17462024-10-09T05:03:40.796Z Checking rand v0.8.5
17472024-10-09T05:03:40.816Z Checking pkcs8 v0.10.2
17482024-10-09T05:03:40.925Z Checking foreign-types v0.3.2
17492024-10-09T05:03:40.940Z Checking want v0.3.1
17502024-10-09T05:03:41.011Z Checking ring v0.17.8
17512024-10-09T05:03:41.104Z Checking form_urlencoded v1.2.1
17522024-10-09T05:03:41.118Z Checking httparse v1.8.0
17532024-10-09T05:03:41.310Z Checking crossbeam-utils v0.8.19
17542024-10-09T05:03:41.381Z Checking tokio v1.39.3
17552024-10-09T05:03:41.538Z Checking http v1.1.0
17562024-10-09T05:03:41.940Z Checking openssl-sys v0.9.103
17572024-10-09T05:03:41.986Z Checking aho-corasick v1.1.3
17582024-10-09T05:03:42.028Z Checking base64 v0.22.1
17592024-10-09T05:03:42.268Z Checking powerfmt v0.2.0
17602024-10-09T05:03:42.483Z Checking siphasher v0.3.11
17612024-10-09T05:03:42.537Z Checking unicode-ident v1.0.13
17622024-10-09T05:03:42.698Z Checking regex-syntax v0.8.4
17632024-10-09T05:03:42.783Z Checking httpdate v1.0.3
17642024-10-09T05:03:42.863Z Checking rustls-webpki v0.102.4
17652024-10-09T05:03:42.918Z Checking http-body v1.0.0
17662024-10-09T05:03:43.009Z Checking proc-macro2 v1.0.86
17672024-10-09T05:03:43.112Z Checking deranged v0.3.11
17682024-10-09T05:03:43.187Z Checking openssl v0.10.66
17692024-10-09T05:03:43.638Z Checking crossbeam-epoch v0.9.18
17702024-10-09T05:03:43.653Z Checking uuid v1.10.0
17712024-10-09T05:03:43.711Z Checking idna v0.5.0
17722024-10-09T05:03:44.084Z Checking signature v2.2.0
17732024-10-09T05:03:44.204Z Checking lazy_static v1.5.0
17742024-10-09T05:03:44.265Z Checking scroll v0.12.0
17752024-10-09T05:03:44.314Z Checking errno v0.3.9
17762024-10-09T05:03:44.358Z Checking utf8parse v0.2.1
17772024-10-09T05:03:44.485Z Checking plain v0.2.3
17782024-10-09T05:03:44.503Z Checking tower-service v0.3.2
17792024-10-09T05:03:44.579Z Checking num_threads v0.1.7
17802024-10-09T05:03:44.610Z Checking either v1.13.0
17812024-10-09T05:03:44.625Z Checking time-core v0.1.2
17822024-10-09T05:03:44.692Z Checking finl_unicode v1.2.0
17832024-10-09T05:03:44.735Z Checking openssl-probe v0.1.5
17842024-10-09T05:03:44.760Z Checking num-conv v0.1.0
17852024-10-09T05:03:44.884Z Checking iana-time-zone v0.1.60
17862024-10-09T05:03:44.909Z Checking ucd-trie v0.1.6
17872024-10-09T05:03:44.977Z Checking anstyle v1.0.8
17882024-10-09T05:03:45.003Z Checking time v0.3.36
17892024-10-09T05:03:45.019Z Checking chrono v0.4.38
17902024-10-09T05:03:45.109Z Checking pest v2.7.10
17912024-10-09T05:03:45.255Z Checking stringprep v0.1.4
17922024-10-09T05:03:45.339Z Checking goblin v0.8.2
17932024-10-09T05:03:45.508Z Checking url v2.5.2
17942024-10-09T05:03:45.850Z Checking regex-automata v0.4.6
17952024-10-09T05:03:46.340Z Checking anstyle-parse v0.2.4
17962024-10-09T05:03:46.614Z Checking rustix v0.38.37
17972024-10-09T05:03:47.053Z Checking crossbeam-deque v0.8.5
17982024-10-09T05:03:47.346Z Checking quote v1.0.37
17992024-10-09T05:03:47.457Z Checking rustls v0.23.10
18002024-10-09T05:03:47.599Z Checking num-integer v0.1.46
18012024-10-09T05:03:47.654Z Checking toml_datetime v0.6.8
18022024-10-09T05:03:47.929Z Checking serde_spanned v0.6.7
18032024-10-09T05:03:48.106Z Checking idna v0.3.0
18042024-10-09T05:03:48.119Z Checking md-5 v0.10.6
18052024-10-09T05:03:48.239Z Checking tokio-util v0.7.12
18062024-10-09T05:03:48.355Z Checking ff v0.13.0
18072024-10-09T05:03:48.555Z Checking hash32 v0.2.1
18082024-10-09T05:03:48.618Z Checking native-tls v0.2.11
18092024-10-09T05:03:48.861Z Checking pretty-hex v0.4.1
18102024-10-09T05:03:48.947Z Checking fallible-iterator v0.2.0
18112024-10-09T05:03:48.963Z Checking colorchoice v1.0.1
18122024-10-09T05:03:49.050Z Checking is_terminal_polyfill v1.70.0
18132024-10-09T05:03:49.092Z Checking anstyle-query v1.0.3
18142024-10-09T05:03:49.109Z Checking h2 v0.4.6
18152024-10-09T05:03:49.165Z Checking stable_deref_trait v1.2.0
18162024-10-09T05:03:49.205Z Checking gimli v0.28.1
18172024-10-09T05:03:49.264Z Checking base16ct v0.2.0
18182024-10-09T05:03:49.448Z Checking psl-types v2.0.11
18192024-10-09T05:03:49.533Z Checking adler v1.0.2
18202024-10-09T05:03:49.623Z Checking publicsuffix v2.2.3
18212024-10-09T05:03:49.681Z Checking miniz_oxide v0.7.2
18222024-10-09T05:03:49.843Z Checking postgres-protocol v0.6.7
18232024-10-09T05:03:50.082Z Checking sec1 v0.7.3
18242024-10-09T05:03:50.100Z Checking terminal_size v0.4.0
18252024-10-09T05:03:50.250Z Checking heapless v0.7.17
18262024-10-09T05:03:50.317Z Checking dof v0.3.0
18272024-10-09T05:03:50.452Z Checking anstream v0.6.14
18282024-10-09T05:03:50.469Z Checking tokio-native-tls v0.3.1
18292024-10-09T05:03:50.485Z Checking group v0.13.0
18302024-10-09T05:03:50.712Z Checking num-iter v0.1.45
18312024-10-09T05:03:50.736Z Checking syn v2.0.79
18322024-10-09T05:03:50.788Z Checking dtrace-parser v0.2.0
18332024-10-09T05:03:50.867Z Checking cookie v0.18.1
18342024-10-09T05:03:50.933Z Checking rayon-core v1.12.1
18352024-10-09T05:03:51.254Z Checking http-body-util v0.1.2
18362024-10-09T05:03:51.281Z Checking phf_shared v0.11.2
18372024-10-09T05:03:51.312Z Checking webpki-roots v0.26.3
18382024-10-09T05:03:51.514Z Checking hkdf v0.12.4
18392024-10-09T05:03:51.557Z Checking crypto-bigint v0.5.5
18402024-10-09T05:03:51.580Z Checking thread-id v4.2.1
18412024-10-09T05:03:51.681Z Checking object v0.32.2
18422024-10-09T05:03:51.706Z Checking managed v0.8.0
18432024-10-09T05:03:51.706Z Checking unicode-width v0.1.13
18442024-10-09T05:03:51.889Z Checking adler2 v2.0.0
18452024-10-09T05:03:52.042Z Checking rustc-demangle v0.1.24
18462024-10-09T05:03:52.072Z Checking strsim v0.11.1
18472024-10-09T05:03:52.356Z Checking ipnet v2.10.0
18482024-10-09T05:03:52.462Z Checking winnow v0.5.40
18492024-10-09T05:03:52.497Z Checking tokio-rustls v0.26.0
18502024-10-09T05:03:52.807Z Checking bitflags v1.3.2
18512024-10-09T05:03:52.885Z Checking clap_lex v0.7.0
18522024-10-09T05:03:52.903Z Checking smoltcp v0.9.1
18532024-10-09T05:03:53.067Z Checking addr2line v0.21.0
18542024-10-09T05:03:53.106Z Checking clap_builder v4.5.20
18552024-10-09T05:03:53.581Z Checking miniz_oxide v0.8.0
18562024-10-09T05:03:54.403Z Checking console v0.15.8
18572024-10-09T05:03:54.413Z Checking elliptic-curve v0.13.8
18582024-10-09T05:03:54.413Z Checking rayon v1.10.0
18592024-10-09T05:03:54.905Z Checking phf v0.11.2
18602024-10-09T05:03:54.970Z Checking cookie_store v0.21.0
18612024-10-09T05:03:55.171Z Checking num-bigint-dig v0.8.4
18622024-10-09T05:03:55.207Z Checking hyper v1.4.1
18632024-10-09T05:03:55.587Z Checking toml_edit v0.19.15
18642024-10-09T05:03:55.601Z Checking postgres-types v0.2.8
18652024-10-09T05:03:56.080Z Checking regex v1.10.6
18662024-10-09T05:03:56.266Z Checking bstr v1.9.1
18672024-10-09T05:03:56.694Z Checking futures-executor v0.3.30
18682024-10-09T05:03:56.944Z Checking ed25519 v2.2.3
18692024-10-09T05:03:57.009Z Checking usdt-impl v0.5.0
18702024-10-09T05:03:57.163Z Checking phf_shared v0.10.0
18712024-10-09T05:03:57.191Z Checking rustls-pemfile v2.1.3
18722024-10-09T05:03:57.205Z Checking hyper-util v0.1.9
18732024-10-09T05:03:57.309Z Checking serde_urlencoded v0.7.1
18742024-10-09T05:03:57.414Z Checking pkcs1 v0.7.5
18752024-10-09T05:03:57.417Z Checking float-cmp v0.9.0
18762024-10-09T05:03:57.516Z Checking hubpack v0.1.2
18772024-10-09T05:03:57.591Z Checking serde-big-array v0.5.1
18782024-10-09T05:03:57.680Z Checking backtrace v0.3.71
18792024-10-09T05:03:57.694Z Checking zerocopy v0.6.6
18802024-10-09T05:03:57.797Z Checking curve25519-dalek v4.1.3
18812024-10-09T05:03:57.811Z Checking crc32fast v1.4.0
18822024-10-09T05:03:57.813Z Checking portable-atomic v1.6.0
18832024-10-09T05:03:58.038Z Checking signal-hook v0.3.17
18842024-10-09T05:03:58.070Z Checking idna v0.4.0
18852024-10-09T05:03:58.186Z Checking rfc6979 v0.4.0
18862024-10-09T05:03:58.219Z Checking mio v0.8.11
18872024-10-09T05:03:58.356Z Checking sync_wrapper v1.0.1
18882024-10-09T05:03:58.361Z Checking memmap v0.7.0
18892024-10-09T05:03:58.417Z Checking encoding_rs v0.8.34
18902024-10-09T05:03:58.497Z Checking winnow v0.6.18
18912024-10-09T05:03:58.555Z Checking unicode-segmentation v1.11.0
18922024-10-09T05:03:58.819Z Checking number_prefix v0.4.0
18932024-10-09T05:03:58.834Z Checking normalize-line-endings v0.3.0
18942024-10-09T05:03:58.922Z Checking bit-vec v0.6.3
18952024-10-09T05:03:58.938Z Checking fixedbitset v0.4.2
18962024-10-09T05:03:58.999Z Checking difflib v0.4.0
18972024-10-09T05:03:59.191Z Checking static_assertions v1.1.0
18982024-10-09T05:03:59.207Z Checking predicates-core v1.0.6
18992024-10-09T05:03:59.224Z Checking hyper-tls v0.6.0
19002024-10-09T05:03:59.240Z Checking hyper-rustls v0.27.3
19012024-10-09T05:03:59.279Z Checking mime v0.3.17
19022024-10-09T05:03:59.294Z Checking data-encoding v2.6.0
19032024-10-09T05:03:59.378Z Checking new_debug_unreachable v1.0.6
19042024-10-09T05:03:59.462Z Checking minimal-lexical v0.2.1
19052024-10-09T05:03:59.499Z Checking precomputed-hash v0.1.1
19062024-10-09T05:03:59.568Z Checking whoami v1.5.2
19072024-10-09T05:03:59.582Z Checking dyn-clone v1.0.17
19082024-10-09T05:03:59.599Z Checking string_cache v0.8.7
19092024-10-09T05:03:59.613Z Checking ed25519-dalek v2.1.1
19102024-10-09T05:03:59.713Z Checking schemars v0.8.21
19112024-10-09T05:03:59.833Z Checking nom v7.1.3
19122024-10-09T05:03:59.856Z Checking predicates v3.1.2
19132024-10-09T05:03:59.870Z Checking tokio-postgres v0.7.12
19142024-10-09T05:03:59.931Z Checking hickory-proto v0.24.1
19152024-10-09T05:04:00.009Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19162024-10-09T05:04:00.485Z Checking bit-set v0.5.3
19172024-10-09T05:04:00.748Z Checking similar v2.6.0
19182024-10-09T05:04:00.784Z Checking reqwest v0.12.7
19192024-10-09T05:04:01.345Z Checking petgraph v0.6.5
19202024-10-09T05:04:01.374Z Checking toml_edit v0.22.22
19212024-10-09T05:04:01.603Z Checking indicatif v0.17.8
19222024-10-09T05:04:02.385Z Checking signal-hook-mio v0.2.4
19232024-10-09T05:04:02.533Z Checking usdt v0.5.0
19242024-10-09T05:04:02.640Z Checking ecdsa v0.16.9
19252024-10-09T05:04:02.659Z Checking anyhow v1.0.89
19262024-10-09T05:04:02.766Z Checking toml v0.7.8
19272024-10-09T05:04:02.925Z Checking flate2 v1.0.34
19282024-10-09T05:04:03.028Z Checking rsa v0.9.6
19292024-10-09T05:04:03.350Z Checking futures v0.3.30
19302024-10-09T05:04:03.469Z Checking clap v4.5.20
19312024-10-09T05:04:03.501Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19322024-10-09T05:04:03.524Z Checking tokio-stream v0.1.16
19332024-10-09T05:04:03.588Z Checking fs-err v2.11.0
19342024-10-09T05:04:03.600Z Checking itertools v0.12.1
19352024-10-09T05:04:03.978Z Checking itertools v0.10.5
19362024-10-09T05:04:04.107Z Checking slog v2.7.0
19372024-10-09T05:04:04.129Z Checking openapiv3 v2.0.0
19382024-10-09T05:04:04.373Z Checking hex v0.4.3
19392024-10-09T05:04:04.559Z Checking semver v1.0.23
19402024-10-09T05:04:04.696Z Checking x509-cert v0.2.5
19412024-10-09T05:04:04.733Z Checking sha1 v0.10.6
19422024-10-09T05:04:04.839Z Checking peg-runtime v0.8.3
19432024-10-09T05:04:04.967Z Checking lalrpop-util v0.19.12
19442024-10-09T05:04:04.998Z Checking camino v1.1.9
19452024-10-09T05:04:05.046Z Checking sigpipe v0.1.3
19462024-10-09T05:04:06.743Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19472024-10-09T05:04:07.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.08s
19482024-10-09T05:04:07.173Z
19492024-10-09T05:04:07.173Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/164)
19502024-10-09T05:04:07.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512024-10-09T05:04:07.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522024-10-09T05:04:07.832Z Compiling regress v0.10.1
19532024-10-09T05:04:07.930Z Checking heck v0.5.0
19542024-10-09T05:04:07.953Z Checking dirs-sys-next v0.1.2
19552024-10-09T05:04:07.964Z Compiling unsafe-libyaml v0.2.11
19562024-10-09T05:04:07.977Z Checking thread_local v1.1.8
19572024-10-09T05:04:07.980Z Compiling ident_case v1.0.1
19582024-10-09T05:04:08.001Z Checking progenitor-client v0.8.0
19592024-10-09T05:04:08.082Z Checking crossbeam-channel v0.5.12
19602024-10-09T05:04:08.105Z Checking dirs-next v2.0.0
19612024-10-09T05:04:08.124Z Compiling darling_core v0.20.9
19622024-10-09T05:04:08.218Z Checking term v0.7.0
19632024-10-09T05:04:08.239Z Checking is-terminal v0.4.12
19642024-10-09T05:04:08.305Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19652024-10-09T05:04:08.358Z Checking take_mut v0.2.2
19662024-10-09T05:04:08.513Z Compiling rustls v0.22.4
19672024-10-09T05:04:08.639Z Compiling paste v1.0.15
19682024-10-09T05:04:08.697Z Checking slog-term v2.9.1
19692024-10-09T05:04:08.782Z Checking slog-async v2.8.0
19702024-10-09T05:04:08.821Z Compiling proc-macro-crate v1.3.1
19712024-10-09T05:04:09.059Z Checking ipnetwork v0.20.0
19722024-10-09T05:04:09.187Z Compiling structmeta-derive v0.3.0
19732024-10-09T05:04:09.259Z Compiling serde_yaml v0.9.34+deprecated
19742024-10-09T05:04:09.417Z Compiling multer v3.1.0
19752024-10-09T05:04:09.711Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19762024-10-09T05:04:09.888Z Checking match_cfg v0.1.0
19772024-10-09T05:04:09.902Z Compiling num_enum_derive v0.5.11
19782024-10-09T05:04:09.971Z Checking hostname v0.3.1
19792024-10-09T05:04:10.088Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19802024-10-09T05:04:11.318Z Checking slog-json v2.6.1
19812024-10-09T05:04:11.347Z Checking typify-impl v0.2.0
19822024-10-09T05:04:12.206Z Compiling structmeta v0.3.0
19832024-10-09T05:04:12.483Z Compiling lzma-sys v0.1.20
19842024-10-09T05:04:12.664Z Compiling async-stream-impl v0.3.5
19852024-10-09T05:04:12.835Z Compiling foreign-types-macros v0.2.3
19862024-10-09T05:04:13.230Z Compiling dropshot v0.12.0
19872024-10-09T05:04:13.396Z Checking utf-8 v0.7.6
19882024-10-09T05:04:13.592Z Checking arc-swap v1.7.1
19892024-10-09T05:04:13.613Z Checking foreign-types-shared v0.3.1
19902024-10-09T05:04:13.724Z Checking tungstenite v0.21.0
19912024-10-09T05:04:13.949Z Compiling parse-display-derive v0.10.0
19922024-10-09T05:04:14.006Z Checking slog-scope v4.4.0
19932024-10-09T05:04:14.124Z Checking async-stream v0.3.5
19942024-10-09T05:04:14.165Z Checking foreign-types v0.5.0
19952024-10-09T05:04:14.168Z Checking tokio-rustls v0.25.0
19962024-10-09T05:04:14.184Z Checking num_enum v0.5.11
19972024-10-09T05:04:14.274Z Checking slog-bunyan v2.5.0
19982024-10-09T05:04:14.296Z Compiling proc-macro-error v1.0.4
19992024-10-09T05:04:14.555Z Checking toml v0.8.19
20002024-10-09T05:04:14.570Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20012024-10-09T05:04:14.674Z Compiling heck v0.3.3
20022024-10-09T05:04:14.716Z Checking waitgroup v0.1.2
20032024-10-09T05:04:14.739Z Checking newtype-uuid v1.1.0
20042024-10-09T05:04:14.841Z Compiling dropshot_endpoint v0.12.0
20052024-10-09T05:04:14.966Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20062024-10-09T05:04:14.981Z Checking serde_path_to_error v0.1.16
20072024-10-09T05:04:15.095Z Checking cstr-argument v0.1.2
20082024-10-09T05:04:15.159Z Compiling darling_macro v0.20.9
20092024-10-09T05:04:15.265Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20102024-10-09T05:04:15.314Z Checking hostname v0.4.0
20112024-10-09T05:04:15.445Z Checking instant v0.1.12
20122024-10-09T05:04:15.560Z Checking base64 v0.21.7
20132024-10-09T05:04:15.582Z Checking pretty-hex v0.2.1
20142024-10-09T05:04:15.741Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20152024-10-09T05:04:15.809Z Checking debug-ignore v1.0.5
20162024-10-09T05:04:15.938Z Checking fastrand v2.1.1
20172024-10-09T05:04:16.024Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20182024-10-09T05:04:16.027Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20192024-10-09T05:04:16.049Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20202024-10-09T05:04:16.141Z Compiling darling v0.20.9
20212024-10-09T05:04:16.165Z Checking backoff v0.4.0
20222024-10-09T05:04:16.180Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20232024-10-09T05:04:16.254Z Compiling serde_with_macros v3.9.0
20242024-10-09T05:04:16.257Z Checking tempfile v3.13.0
20252024-10-09T05:04:16.313Z Compiling zone_cfg_derive v0.1.2
20262024-10-09T05:04:16.451Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20272024-10-09T05:04:16.489Z Checking strum v0.26.3
20282024-10-09T05:04:16.637Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20292024-10-09T05:04:16.653Z Checking tokio-tungstenite v0.21.0
20302024-10-09T05:04:16.687Z Checking slog-stdlog v4.1.1
20312024-10-09T05:04:17.010Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20322024-10-09T05:04:17.124Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20332024-10-09T05:04:17.158Z Checking colored v2.1.0
20342024-10-09T05:04:17.387Z Checking regress v0.9.1
20352024-10-09T05:04:17.407Z Checking macaddr v1.0.1
20362024-10-09T05:04:17.448Z Checking base64 v0.13.1
20372024-10-09T05:04:17.812Z Checking zone v0.1.8
20382024-10-09T05:04:17.832Z Checking ron v0.7.1
20392024-10-09T05:04:18.549Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20402024-10-09T05:04:18.565Z Checking parse-display v0.10.0
20412024-10-09T05:04:18.793Z Checking xz2 v0.1.7
20422024-10-09T05:04:19.030Z Checking slog-envlogger v2.2.0
20432024-10-09T05:04:19.064Z Checking tabwriter v1.4.0
20442024-10-09T05:04:19.095Z Checking xattr v1.3.1
20452024-10-09T05:04:19.238Z Checking pem v3.0.4
20462024-10-09T05:04:19.286Z Checking yasna v0.5.2
20472024-10-09T05:04:19.301Z Checking headers-core v0.3.0
20482024-10-09T05:04:19.303Z Checking serde_with v3.9.0
20492024-10-09T05:04:19.444Z Checking smf v0.2.3
20502024-10-09T05:04:19.487Z Checking filetime v0.2.25
20512024-10-09T05:04:19.691Z Checking same-file v1.0.6
20522024-10-09T05:04:19.763Z Checking tar v0.4.42
20532024-10-09T05:04:19.868Z Checking walkdir v2.5.0
20542024-10-09T05:04:19.882Z Checking headers v0.4.0
20552024-10-09T05:04:20.140Z Checking camino-tempfile v1.1.1
20562024-10-09T05:04:20.155Z Checking rcgen v0.12.1
20572024-10-09T05:04:20.404Z Checking atomicwrites v0.4.4
20582024-10-09T05:04:20.605Z Checking subprocess v0.2.9
20592024-10-09T05:04:23.648Z Compiling typify-macro v0.2.0
20602024-10-09T05:04:25.537Z Compiling typify v0.2.0
20612024-10-09T05:04:25.614Z Compiling progenitor-impl v0.8.0
20622024-10-09T05:04:28.790Z Compiling progenitor-macro v0.8.0
20632024-10-09T05:04:34.460Z Checking progenitor v0.8.0
20642024-10-09T05:04:34.589Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20652024-10-09T05:04:34.590Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20662024-10-09T05:04:37.191Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
20672024-10-09T05:04:37.376Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20682024-10-09T05:04:43.339Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20692024-10-09T05:04:44.817Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20702024-10-09T05:04:45.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.78s
20712024-10-09T05:04:46.115Z
20722024-10-09T05:04:46.115Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/164)
20732024-10-09T05:04:46.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742024-10-09T05:04:46.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752024-10-09T05:04:46.776Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20762024-10-09T05:04:48.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
20772024-10-09T05:04:48.247Z
20782024-10-09T05:04:48.248Zinfo: running `cargo check --bins` on nexus-config (31/164)
20792024-10-09T05:04:48.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802024-10-09T05:04:48.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812024-10-09T05:04:48.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822024-10-09T05:04:48.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20832024-10-09T05:04:48.893Z
20842024-10-09T05:04:48.893Zinfo: running `cargo check --bins` on omicron-rpaths (32/164)
20852024-10-09T05:04:49.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862024-10-09T05:04:49.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872024-10-09T05:04:49.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882024-10-09T05:04:49.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20892024-10-09T05:04:49.497Z
20902024-10-09T05:04:49.497Zinfo: running `cargo check --bins` on omicron-certificates (33/164)
20912024-10-09T05:04:50.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922024-10-09T05:04:50.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932024-10-09T05:04:50.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942024-10-09T05:04:50.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20952024-10-09T05:04:50.132Z
20962024-10-09T05:04:50.132Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/164)
20972024-10-09T05:04:50.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982024-10-09T05:04:50.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992024-10-09T05:04:50.790Z Compiling heapless v0.8.0
21002024-10-09T05:04:50.883Z Checking hash32 v0.3.1
21012024-10-09T05:04:50.893Z Compiling smoltcp v0.11.0
21022024-10-09T05:04:50.905Z Checking cobs v0.2.3
21032024-10-09T05:04:50.907Z Checking embedded-io v0.4.0
21042024-10-09T05:04:50.928Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21052024-10-09T05:04:50.930Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21062024-10-09T05:04:50.951Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21072024-10-09T05:04:51.035Z Compiling crucible-workspace-hack v0.1.0
21082024-10-09T05:04:51.060Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
21092024-10-09T05:04:51.076Z Checking newline-converter v0.3.0
21102024-10-09T05:04:51.105Z Checking postcard v1.0.8
21112024-10-09T05:04:51.228Z Checking socket2 v0.4.10
21122024-10-09T05:04:51.278Z Compiling convert_case v0.4.0
21132024-10-09T05:04:51.360Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21142024-10-09T05:04:51.463Z Checking expectorate v1.1.0
21152024-10-09T05:04:51.565Z Compiling zone_cfg_derive v0.3.0
21162024-10-09T05:04:51.601Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21172024-10-09T05:04:51.616Z Checking itertools v0.13.0
21182024-10-09T05:04:51.760Z Compiling num-derive v0.4.2
21192024-10-09T05:04:51.794Z Compiling slog-dtrace v0.3.0
21202024-10-09T05:04:51.929Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21212024-10-09T05:04:52.156Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21222024-10-09T05:04:52.249Z Compiling derive_more v0.99.18
21232024-10-09T05:04:52.991Z Checking zone v0.3.0
21242024-10-09T05:04:53.693Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21252024-10-09T05:04:54.867Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21262024-10-09T05:04:55.739Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21272024-10-09T05:04:56.174Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21282024-10-09T05:04:56.772Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21292024-10-09T05:04:57.360Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21302024-10-09T05:04:58.528Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21312024-10-09T05:04:59.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.20s
21322024-10-09T05:04:59.490Z
21332024-10-09T05:04:59.490Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/164)
21342024-10-09T05:05:00.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352024-10-09T05:05:00.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362024-10-09T05:05:00.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372024-10-09T05:05:00.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21382024-10-09T05:05:00.130Z
21392024-10-09T05:05:00.130Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/164)
21402024-10-09T05:05:00.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412024-10-09T05:05:00.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422024-10-09T05:05:00.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432024-10-09T05:05:00.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21442024-10-09T05:05:00.777Z
21452024-10-09T05:05:00.777Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/164)
21462024-10-09T05:05:01.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472024-10-09T05:05:01.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482024-10-09T05:05:01.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492024-10-09T05:05:01.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
21502024-10-09T05:05:01.523Z
21512024-10-09T05:05:01.523Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/164)
21522024-10-09T05:05:02.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532024-10-09T05:05:02.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542024-10-09T05:05:02.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552024-10-09T05:05:02.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
21562024-10-09T05:05:02.307Z
21572024-10-09T05:05:02.307Zinfo: running `cargo check --bins` on dns-server (39/164)
21582024-10-09T05:05:02.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592024-10-09T05:05:02.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602024-10-09T05:05:02.957Z Compiling parking_lot_core v0.8.6
21612024-10-09T05:05:03.050Z Checking nibble_vec v0.1.0
21622024-10-09T05:05:03.052Z Checking linked-hash-map v0.5.6
21632024-10-09T05:05:03.052Z Checking endian-type v0.1.2
21642024-10-09T05:05:03.052Z Checking quick-error v1.2.3
21652024-10-09T05:05:03.052Z Checking fxhash v0.2.1
21662024-10-09T05:05:03.069Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21672024-10-09T05:05:03.072Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21682024-10-09T05:05:03.195Z Checking resolv-conf v0.7.0
21692024-10-09T05:05:03.221Z Checking hickory-server v0.24.1
21702024-10-09T05:05:03.237Z Checking radix_trie v0.2.1
21712024-10-09T05:05:03.381Z Checking lru-cache v0.1.2
21722024-10-09T05:05:03.519Z Checking hickory-resolver v0.24.1
21732024-10-09T05:05:03.622Z Checking hickory-client v0.24.1
21742024-10-09T05:05:03.760Z Checking parking_lot v0.11.2
21752024-10-09T05:05:04.022Z Checking sled v0.34.7
21762024-10-09T05:05:05.769Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21772024-10-09T05:05:06.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s
21782024-10-09T05:05:06.978Z
21792024-10-09T05:05:06.978Zinfo: running `cargo check --bins` on dns-server-api (40/164)
21802024-10-09T05:05:07.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812024-10-09T05:05:07.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822024-10-09T05:05:07.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832024-10-09T05:05:07.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21842024-10-09T05:05:07.603Z
21852024-10-09T05:05:07.603Zinfo: running `cargo check --bins` on dns-service-client (41/164)
21862024-10-09T05:05:08.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872024-10-09T05:05:08.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882024-10-09T05:05:08.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892024-10-09T05:05:08.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21902024-10-09T05:05:08.221Z
21912024-10-09T05:05:08.221Zinfo: running `cargo check --bins` on gateway-test-utils (42/164)
21922024-10-09T05:05:08.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932024-10-09T05:05:08.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942024-10-09T05:05:08.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952024-10-09T05:05:08.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
21962024-10-09T05:05:08.911Z
21972024-10-09T05:05:08.911Zinfo: running `cargo check --bins` on gateway-types (43/164)
21982024-10-09T05:05:09.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992024-10-09T05:05:09.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002024-10-09T05:05:09.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012024-10-09T05:05:09.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22022024-10-09T05:05:09.558Z
22032024-10-09T05:05:09.558Zinfo: running `cargo check --bins` on ipcc (44/164)
22042024-10-09T05:05:10.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052024-10-09T05:05:10.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062024-10-09T05:05:10.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072024-10-09T05:05:10.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22082024-10-09T05:05:10.197Z
22092024-10-09T05:05:10.197Zinfo: running `cargo check --bins` on omicron-gateway (45/164)
22102024-10-09T05:05:10.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112024-10-09T05:05:10.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122024-10-09T05:05:10.912Z Compiling match_cfg v0.1.0
22132024-10-09T05:05:10.912Z Compiling rustls v0.22.4
22142024-10-09T05:05:10.914Z Checking num-rational v0.4.2
22152024-10-09T05:05:10.914Z Compiling progenitor-client v0.8.0
22162024-10-09T05:05:10.914Z Compiling slog-json v2.6.1
22172024-10-09T05:05:10.914Z Checking num-complex v0.4.6
22182024-10-09T05:05:11.030Z Compiling prettyplease v0.2.22
22192024-10-09T05:05:11.062Z Compiling hostname v0.3.1
22202024-10-09T05:05:11.090Z Compiling async-stream v0.3.5
22212024-10-09T05:05:11.313Z Compiling slog-bunyan v2.5.0
22222024-10-09T05:05:11.362Z Compiling progenitor v0.8.0
22232024-10-09T05:05:11.400Z Compiling multer v3.1.0
22242024-10-09T05:05:11.403Z Compiling toml v0.8.19
22252024-10-09T05:05:11.449Z Compiling waitgroup v0.1.2
22262024-10-09T05:05:11.501Z Compiling ipnetwork v0.20.0
22272024-10-09T05:05:11.599Z Compiling newtype-uuid v1.1.0
22282024-10-09T05:05:11.649Z Compiling serde_path_to_error v0.1.16
22292024-10-09T05:05:11.867Z Compiling hostname v0.4.0
22302024-10-09T05:05:11.940Z Compiling instant v0.1.12
22312024-10-09T05:05:12.055Z Compiling semver v0.1.20
22322024-10-09T05:05:12.085Z Checking float-ord v0.3.2
22332024-10-09T05:05:12.223Z Compiling debug-ignore v1.0.5
22342024-10-09T05:05:12.304Z Compiling radium v0.7.0
22352024-10-09T05:05:12.338Z Compiling backoff v0.4.0
22362024-10-09T05:05:12.397Z Compiling rustc_version v0.1.7
22372024-10-09T05:05:12.472Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22382024-10-09T05:05:12.653Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22392024-10-09T05:05:12.687Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22402024-10-09T05:05:12.775Z Compiling parse-display v0.10.0
22412024-10-09T05:05:12.859Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22422024-10-09T05:05:12.919Z Compiling serde_with v3.9.0
22432024-10-09T05:05:13.031Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22442024-10-09T05:05:13.191Z Compiling regress v0.9.1
22452024-10-09T05:05:13.486Z Compiling macaddr v1.0.1
22462024-10-09T05:05:13.938Z Checking tap v1.0.1
22472024-10-09T05:05:14.104Z Compiling maybe-uninit v2.0.0
22482024-10-09T05:05:14.127Z Checking wyz v0.5.1
22492024-10-09T05:05:14.513Z Compiling num v0.4.3
22502024-10-09T05:05:14.629Z Compiling newtype_derive v0.1.6
22512024-10-09T05:05:14.850Z Checking password-hash v0.5.0
22522024-10-09T05:05:14.924Z Checking blake2 v0.10.6
22532024-10-09T05:05:15.044Z Compiling tokio-rustls v0.25.0
22542024-10-09T05:05:15.267Z Compiling bzip2-sys v0.1.11+1.0.8
22552024-10-09T05:05:15.352Z Checking funty v2.0.0
22562024-10-09T05:05:15.441Z Compiling dropshot v0.12.0
22572024-10-09T05:05:15.941Z Checking crc-catalog v2.4.0
22582024-10-09T05:05:16.088Z Compiling owo-colors v4.1.0
22592024-10-09T05:05:16.220Z Compiling packed_struct v0.10.1
22602024-10-09T05:05:16.367Z Compiling cancel-safe-futures v0.1.5
22612024-10-09T05:05:16.470Z Checking bitvec v1.0.1
22622024-10-09T05:05:16.721Z Checking crc v3.2.1
22632024-10-09T05:05:17.178Z Checking argon2 v0.5.3
22642024-10-09T05:05:18.043Z Compiling packed_struct_codegen v0.10.1
22652024-10-09T05:05:18.153Z Checking half v2.4.1
22662024-10-09T05:05:18.648Z Compiling indexmap v1.9.3
22672024-10-09T05:05:18.969Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22682024-10-09T05:05:19.274Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22692024-10-09T05:05:19.662Z Checking nodrop v0.1.14
22702024-10-09T05:05:19.765Z Checking ciborium-io v0.2.2
22712024-10-09T05:05:19.780Z Checking array-init v0.0.4
22722024-10-09T05:05:19.876Z Checking ciborium-ll v0.2.2
22732024-10-09T05:05:20.327Z Checking smallvec v0.6.14
22742024-10-09T05:05:20.370Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22752024-10-09T05:05:20.488Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22762024-10-09T05:05:20.744Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22772024-10-09T05:05:21.144Z Checking libsw v3.3.1
22782024-10-09T05:05:21.183Z Compiling derive-where v1.2.7
22792024-10-09T05:05:21.417Z Compiling memoffset v0.9.1
22802024-10-09T05:05:21.753Z Checking highway v1.2.0
22812024-10-09T05:05:22.136Z Checking hashbrown v0.12.3
22822024-10-09T05:05:22.168Z Checking bitfield v0.14.0
22832024-10-09T05:05:22.464Z Checking indent_write v2.2.0
22842024-10-09T05:05:22.587Z Checking termcolor v1.4.1
22852024-10-09T05:05:22.673Z Checking swrite v0.1.0
22862024-10-09T05:05:22.797Z Checking linear-map v1.2.0
22872024-10-09T05:05:23.050Z Checking env_logger v0.10.2
22882024-10-09T05:05:23.136Z Checking ron v0.8.1
22892024-10-09T05:05:23.623Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22902024-10-09T05:05:23.849Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22912024-10-09T05:05:23.896Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22922024-10-09T05:05:23.912Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22932024-10-09T05:05:24.305Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22942024-10-09T05:05:24.430Z Checking serde-hex v0.1.0
22952024-10-09T05:05:24.871Z Checking steno v0.4.1
22962024-10-09T05:05:24.908Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22972024-10-09T05:05:25.077Z Checking bzip2 v0.4.4
22982024-10-09T05:05:25.342Z Checking ciborium v0.2.2
22992024-10-09T05:05:25.357Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23002024-10-09T05:05:25.377Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23012024-10-09T05:05:25.622Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23022024-10-09T05:05:26.313Z Checking hashbrown v0.13.2
23032024-10-09T05:05:26.853Z Checking humantime v2.1.0
23042024-10-09T05:05:27.142Z Checking crc-any v2.5.0
23052024-10-09T05:05:27.197Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23062024-10-09T05:05:27.377Z Checking object v0.30.4
23072024-10-09T05:05:27.527Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23082024-10-09T05:05:27.783Z Checking zip v0.6.6
23092024-10-09T05:05:27.892Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23102024-10-09T05:05:27.937Z Checking path-slash v0.1.5
23112024-10-09T05:05:28.072Z Checking tungstenite v0.23.0
23122024-10-09T05:05:28.289Z Checking nix v0.27.1
23132024-10-09T05:05:28.410Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23142024-10-09T05:05:28.497Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23152024-10-09T05:05:28.739Z Checking kstat-rs v0.2.4
23162024-10-09T05:05:29.025Z Checking tokio-tungstenite v0.23.1
23172024-10-09T05:05:29.068Z Checking signal-hook-tokio v0.3.1
23182024-10-09T05:05:29.974Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23192024-10-09T05:05:31.113Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23202024-10-09T05:05:34.226Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23212024-10-09T05:05:35.999Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
23222024-10-09T05:05:36.185Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23232024-10-09T05:05:39.289Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23242024-10-09T05:05:39.529Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23252024-10-09T05:05:41.870Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23262024-10-09T05:05:47.236Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23272024-10-09T05:05:47.835Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23282024-10-09T05:05:50.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.31s
23292024-10-09T05:05:50.684Z
23302024-10-09T05:05:50.684Zinfo: running `cargo check --bins` on gateway-api (46/164)
23312024-10-09T05:05:51.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23322024-10-09T05:05:51.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23332024-10-09T05:05:51.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23342024-10-09T05:05:51.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23352024-10-09T05:05:51.336Z
23362024-10-09T05:05:51.336Zinfo: running `cargo check --bins` on oximeter (47/164)
23372024-10-09T05:05:51.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23382024-10-09T05:05:51.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23392024-10-09T05:05:51.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23402024-10-09T05:05:51.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23412024-10-09T05:05:51.990Z
23422024-10-09T05:05:51.990Zinfo: running `cargo check --bins` on oximeter-macro-impl (48/164)
23432024-10-09T05:05:52.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23442024-10-09T05:05:52.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23452024-10-09T05:05:52.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23462024-10-09T05:05:52.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23472024-10-09T05:05:52.608Z
23482024-10-09T05:05:52.608Zinfo: running `cargo check --bins` on oximeter-schema (49/164)
23492024-10-09T05:05:53.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23502024-10-09T05:05:53.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23512024-10-09T05:05:53.254Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23522024-10-09T05:05:53.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
23532024-10-09T05:05:53.800Z
23542024-10-09T05:05:53.800Zinfo: running `cargo check --bins` on oximeter-types (50/164)
23552024-10-09T05:05:54.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23562024-10-09T05:05:54.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23572024-10-09T05:05:54.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23582024-10-09T05:05:54.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23592024-10-09T05:05:54.426Z
23602024-10-09T05:05:54.426Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (51/164)
23612024-10-09T05:05:54.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23622024-10-09T05:05:54.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23632024-10-09T05:05:54.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23642024-10-09T05:05:54.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23652024-10-09T05:05:55.053Z
23662024-10-09T05:05:55.053Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (52/164)
23672024-10-09T05:05:55.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23682024-10-09T05:05:55.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23692024-10-09T05:05:55.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23702024-10-09T05:05:55.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23712024-10-09T05:05:55.655Z
23722024-10-09T05:05:55.655Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/164)
23732024-10-09T05:05:56.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23742024-10-09T05:05:56.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23752024-10-09T05:05:56.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23762024-10-09T05:05:56.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23772024-10-09T05:05:56.285Z
23782024-10-09T05:05:56.285Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/164)
23792024-10-09T05:05:56.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23802024-10-09T05:05:56.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23812024-10-09T05:05:56.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23822024-10-09T05:05:56.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23832024-10-09T05:05:56.911Z
23842024-10-09T05:05:56.911Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/164)
23852024-10-09T05:05:57.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862024-10-09T05:05:57.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872024-10-09T05:05:57.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23882024-10-09T05:05:57.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23892024-10-09T05:05:57.540Z
23902024-10-09T05:05:57.540Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/164)
23912024-10-09T05:05:58.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922024-10-09T05:05:58.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932024-10-09T05:05:58.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23942024-10-09T05:05:58.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23952024-10-09T05:05:58.172Z
23962024-10-09T05:05:58.172Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/164)
23972024-10-09T05:05:58.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982024-10-09T05:05:58.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992024-10-09T05:05:58.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24002024-10-09T05:05:58.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24012024-10-09T05:05:58.802Z
24022024-10-09T05:05:58.802Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/164)
24032024-10-09T05:05:59.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042024-10-09T05:05:59.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052024-10-09T05:05:59.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24062024-10-09T05:05:59.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24072024-10-09T05:05:59.428Z
24082024-10-09T05:05:59.428Zinfo: running `cargo check --bins` on oximeter-producer (59/164)
24092024-10-09T05:06:00.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102024-10-09T05:06:00.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112024-10-09T05:06:00.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24122024-10-09T05:06:00.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24132024-10-09T05:06:00.085Z
24142024-10-09T05:06:00.085Zinfo: running `cargo check --bins` on internal-dns (60/164)
24152024-10-09T05:06:00.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162024-10-09T05:06:00.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172024-10-09T05:06:00.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24182024-10-09T05:06:00.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24192024-10-09T05:06:00.712Z
24202024-10-09T05:06:00.712Zinfo: running `cargo check --bins` on nexus-client (61/164)
24212024-10-09T05:06:01.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222024-10-09T05:06:01.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232024-10-09T05:06:01.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24242024-10-09T05:06:01.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24252024-10-09T05:06:01.362Z
24262024-10-09T05:06:01.362Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (62/164)
24272024-10-09T05:06:01.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282024-10-09T05:06:01.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292024-10-09T05:06:01.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24302024-10-09T05:06:01.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24312024-10-09T05:06:02.002Z
24322024-10-09T05:06:02.002Zinfo: running `cargo check --bins` on omicron-passwords (63/164)
24332024-10-09T05:06:02.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342024-10-09T05:06:02.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352024-10-09T05:06:02.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24362024-10-09T05:06:02.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24372024-10-09T05:06:02.605Z
24382024-10-09T05:06:02.605Zinfo: running `cargo check --bins` on nexus-types (64/164)
24392024-10-09T05:06:03.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402024-10-09T05:06:03.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412024-10-09T05:06:03.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422024-10-09T05:06:03.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24432024-10-09T05:06:03.258Z
24442024-10-09T05:06:03.258Zinfo: running `cargo check --bins` on gateway-client (65/164)
24452024-10-09T05:06:03.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462024-10-09T05:06:03.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472024-10-09T05:06:03.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482024-10-09T05:06:03.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24492024-10-09T05:06:03.872Z
24502024-10-09T05:06:03.872Zinfo: running `cargo check --bins` on oxql-types (66/164)
24512024-10-09T05:06:04.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522024-10-09T05:06:04.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532024-10-09T05:06:04.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24542024-10-09T05:06:04.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24552024-10-09T05:06:04.502Z
24562024-10-09T05:06:04.502Zinfo: running `cargo check --bins` on update-engine (67/164)
24572024-10-09T05:06:05.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582024-10-09T05:06:05.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592024-10-09T05:06:05.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24602024-10-09T05:06:05.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24612024-10-09T05:06:05.117Z
24622024-10-09T05:06:05.117Zinfo: running `cargo check --bins` on sp-sim (68/164)
24632024-10-09T05:06:05.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642024-10-09T05:06:05.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652024-10-09T05:06:05.747Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24662024-10-09T05:06:07.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.36s
24672024-10-09T05:06:07.627Z
24682024-10-09T05:06:07.627Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (69/164)
24692024-10-09T05:06:08.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702024-10-09T05:06:08.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712024-10-09T05:06:08.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24722024-10-09T05:06:08.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24732024-10-09T05:06:08.312Z
24742024-10-09T05:06:08.312Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (70/164)
24752024-10-09T05:06:08.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762024-10-09T05:06:08.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772024-10-09T05:06:08.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24782024-10-09T05:06:08.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24792024-10-09T05:06:09.005Z
24802024-10-09T05:06:09.005Zinfo: running `cargo check --bins` on db-macros (71/164)
24812024-10-09T05:06:09.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822024-10-09T05:06:09.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832024-10-09T05:06:09.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24842024-10-09T05:06:09.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24852024-10-09T05:06:09.615Z
24862024-10-09T05:06:09.615Zinfo: running `cargo check --bins` on nexus-macros-common (72/164)
24872024-10-09T05:06:10.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882024-10-09T05:06:10.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892024-10-09T05:06:10.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24902024-10-09T05:06:10.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24912024-10-09T05:06:10.229Z
24922024-10-09T05:06:10.229Zinfo: running `cargo check --bins` on nexus-auth (73/164)
24932024-10-09T05:06:10.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942024-10-09T05:06:10.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952024-10-09T05:06:10.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24962024-10-09T05:06:10.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24972024-10-09T05:06:10.910Z
24982024-10-09T05:06:10.910Zinfo: running `cargo check --bins` on authz-macros (74/164)
24992024-10-09T05:06:11.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002024-10-09T05:06:11.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012024-10-09T05:06:11.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25022024-10-09T05:06:11.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25032024-10-09T05:06:11.520Z
25042024-10-09T05:06:11.520Zinfo: running `cargo check --bins` on nexus-db-fixed-data (75/164)
25052024-10-09T05:06:12.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-10-09T05:06:12.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-10-09T05:06:12.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25082024-10-09T05:06:12.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25092024-10-09T05:06:12.184Z
25102024-10-09T05:06:12.184Zinfo: running `cargo check --bins` on nexus-db-model (76/164)
25112024-10-09T05:06:12.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122024-10-09T05:06:12.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132024-10-09T05:06:12.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25142024-10-09T05:06:12.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25152024-10-09T05:06:12.849Z
25162024-10-09T05:06:12.850Zinfo: running `cargo check --bins` on nexus-defaults (77/164)
25172024-10-09T05:06:13.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182024-10-09T05:06:13.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192024-10-09T05:06:13.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25202024-10-09T05:06:13.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25212024-10-09T05:06:13.478Z
25222024-10-09T05:06:13.478Zinfo: running `cargo check --bins` on sled-agent-client (78/164)
25232024-10-09T05:06:14.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242024-10-09T05:06:14.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252024-10-09T05:06:14.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25262024-10-09T05:06:14.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25272024-10-09T05:06:14.121Z
25282024-10-09T05:06:14.121Zinfo: running `cargo check --bins` on nexus-inventory (79/164)
25292024-10-09T05:06:14.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302024-10-09T05:06:14.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312024-10-09T05:06:14.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25322024-10-09T05:06:14.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25332024-10-09T05:06:14.776Z
25342024-10-09T05:06:14.776Zinfo: running `cargo check --bins` on typed-rng (80/164)
25352024-10-09T05:06:15.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362024-10-09T05:06:15.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372024-10-09T05:06:15.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382024-10-09T05:06:15.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25392024-10-09T05:06:15.378Z
25402024-10-09T05:06:15.378Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/164)
25412024-10-09T05:06:15.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422024-10-09T05:06:15.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432024-10-09T05:06:16.106Z Checking keccak v0.1.5
25442024-10-09T05:06:16.208Z Checking secrecy v0.8.0
25452024-10-09T05:06:16.210Z Compiling unicase v2.7.0
25462024-10-09T05:06:16.210Z Compiling same-file v1.0.6
25472024-10-09T05:06:16.211Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25482024-10-09T05:06:16.219Z Compiling tempfile v3.13.0
25492024-10-09T05:06:16.252Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25502024-10-09T05:06:16.265Z Compiling thiserror-impl-no-std v2.0.2
25512024-10-09T05:06:16.382Z Compiling walkdir v2.5.0
25522024-10-09T05:06:16.478Z Checking sha3 v0.10.8
25532024-10-09T05:06:16.516Z Checking universal-hash v0.5.1
25542024-10-09T05:06:16.555Z Compiling ring v0.16.20
25552024-10-09T05:06:16.684Z Compiling blake3 v1.5.1
25562024-10-09T05:06:16.702Z Checking opaque-debug v0.3.1
25572024-10-09T05:06:16.792Z Checking poly1305 v0.8.0
25582024-10-09T05:06:16.855Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25592024-10-09T05:06:17.104Z Checking chacha20 v0.9.1
25602024-10-09T05:06:17.132Z Checking aead v0.5.2
25612024-10-09T05:06:17.161Z Compiling memmap2 v0.9.4
25622024-10-09T05:06:17.287Z Compiling arrayvec v0.7.4
25632024-10-09T05:06:17.321Z Compiling untrusted v0.7.1
25642024-10-09T05:06:17.401Z Compiling constant_time_eq v0.3.0
25652024-10-09T05:06:17.492Z Compiling arrayref v0.3.7
25662024-10-09T05:06:17.553Z Compiling libefi-sys v0.1.0
25672024-10-09T05:06:17.571Z Compiling spin v0.5.2
25682024-10-09T05:06:17.589Z Compiling home v0.5.9
25692024-10-09T05:06:17.605Z Compiling salty v0.3.0
25702024-10-09T05:06:17.787Z Compiling toolchain_find v0.4.0
25712024-10-09T05:06:17.844Z Checking chacha20poly1305 v0.10.1
25722024-10-09T05:06:17.936Z Compiling camino-tempfile v1.1.1
25732024-10-09T05:06:18.030Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25742024-10-09T05:06:18.054Z Compiling bitfield-struct v0.6.1
25752024-10-09T05:06:18.260Z Compiling topological-sort v0.2.2
25762024-10-09T05:06:18.414Z Compiling mime_guess v2.0.4
25772024-10-09T05:06:18.478Z Compiling rustfmt-wrapper v0.2.1
25782024-10-09T05:06:19.037Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
25792024-10-09T05:06:19.064Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25802024-10-09T05:06:19.081Z Checking primeorder v0.13.6
25812024-10-09T05:06:19.181Z Checking env_filter v0.1.2
25822024-10-09T05:06:19.353Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25832024-10-09T05:06:19.395Z Checking thiserror-no-std v2.0.2
25842024-10-09T05:06:19.412Z Checking env_logger v0.11.5
25852024-10-09T05:06:19.500Z Checking vsss-rs v3.3.4
25862024-10-09T05:06:19.543Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25872024-10-09T05:06:19.560Z Checking p384 v0.13.0
25882024-10-09T05:06:19.693Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25892024-10-09T05:06:19.735Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25902024-10-09T05:06:19.935Z Checking gethostname v0.5.0
25912024-10-09T05:06:20.024Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
25922024-10-09T05:06:20.061Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
25932024-10-09T05:06:20.096Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25942024-10-09T05:06:20.327Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25952024-10-09T05:06:20.387Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
25962024-10-09T05:06:20.548Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25972024-10-09T05:06:20.625Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25982024-10-09T05:06:20.908Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
25992024-10-09T05:06:20.928Z Checking nanorand v0.7.0
26002024-10-09T05:06:20.931Z Checking atty v0.2.14
26012024-10-09T05:06:20.955Z Checking http-range v0.1.5
26022024-10-09T05:06:21.139Z Checking glob v0.3.1
26032024-10-09T05:06:21.250Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26042024-10-09T05:06:21.269Z Checking flume v0.11.0
26052024-10-09T05:06:21.455Z Checking hyper-staticfile v0.10.1
26062024-10-09T05:06:21.763Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26072024-10-09T05:06:21.910Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26082024-10-09T05:06:22.052Z Compiling omicron-zone-package v0.11.1
26092024-10-09T05:06:22.643Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26102024-10-09T05:06:23.372Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26112024-10-09T05:06:23.510Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26122024-10-09T05:06:23.749Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26132024-10-09T05:06:23.829Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26142024-10-09T05:06:24.618Z Checking display-error-chain v0.2.1
26152024-10-09T05:06:25.380Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26162024-10-09T05:06:26.369Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26172024-10-09T05:06:28.083Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26182024-10-09T05:06:28.167Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26192024-10-09T05:06:37.869Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26202024-10-09T05:06:49.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.24s
26212024-10-09T05:06:49.800Z
26222024-10-09T05:06:49.800Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/164)
26232024-10-09T05:06:50.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242024-10-09T05:06:50.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252024-10-09T05:06:50.527Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26262024-10-09T05:07:02.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.65s
26272024-10-09T05:07:02.636Z
26282024-10-09T05:07:02.636Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/164)
26292024-10-09T05:07:03.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302024-10-09T05:07:03.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312024-10-09T05:07:03.363Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26322024-10-09T05:07:15.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.67s
26332024-10-09T05:07:15.487Z
26342024-10-09T05:07:15.487Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/164)
26352024-10-09T05:07:16.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362024-10-09T05:07:16.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372024-10-09T05:07:16.218Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26382024-10-09T05:07:28.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.33s
26392024-10-09T05:07:29.003Z
26402024-10-09T05:07:29.003Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/164)
26412024-10-09T05:07:29.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422024-10-09T05:07:29.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432024-10-09T05:07:29.730Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26442024-10-09T05:07:41.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.66s
26452024-10-09T05:07:41.839Z
26462024-10-09T05:07:41.839Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/164)
26472024-10-09T05:07:42.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482024-10-09T05:07:42.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492024-10-09T05:07:42.568Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26502024-10-09T05:07:54.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.82s
26512024-10-09T05:07:54.834Z
26522024-10-09T05:07:54.834Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/164)
26532024-10-09T05:07:55.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542024-10-09T05:07:55.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552024-10-09T05:07:55.566Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26562024-10-09T05:08:07.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.82s
26572024-10-09T05:08:07.833Z
26582024-10-09T05:08:07.833Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/164)
26592024-10-09T05:08:08.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602024-10-09T05:08:08.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612024-10-09T05:08:08.572Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26622024-10-09T05:08:20.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.83s
26632024-10-09T05:08:20.850Z
26642024-10-09T05:08:20.850Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/164)
26652024-10-09T05:08:21.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662024-10-09T05:08:21.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672024-10-09T05:08:21.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682024-10-09T05:08:21.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26692024-10-09T05:08:21.536Z
26702024-10-09T05:08:21.536Zinfo: running `cargo check --bins` on sled-agent-types (90/164)
26712024-10-09T05:08:22.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722024-10-09T05:08:22.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732024-10-09T05:08:22.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742024-10-09T05:08:22.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26752024-10-09T05:08:22.211Z
26762024-10-09T05:08:22.211Zinfo: running `cargo check --bins` on bootstrap-agent-client (91/164)
26772024-10-09T05:08:22.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782024-10-09T05:08:22.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792024-10-09T05:08:22.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26802024-10-09T05:08:22.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26812024-10-09T05:08:22.877Z
26822024-10-09T05:08:22.877Zinfo: running `cargo check --bins` on dpd-client (92/164)
26832024-10-09T05:08:23.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26842024-10-09T05:08:23.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26852024-10-09T05:08:23.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26862024-10-09T05:08:23.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26872024-10-09T05:08:23.521Z
26882024-10-09T05:08:23.521Zinfo: running `cargo check --bins` on installinator-common (93/164)
26892024-10-09T05:08:24.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26902024-10-09T05:08:24.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26912024-10-09T05:08:24.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26922024-10-09T05:08:24.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26932024-10-09T05:08:24.181Z
26942024-10-09T05:08:24.181Zinfo: running `cargo check --bins` on key-manager (94/164)
26952024-10-09T05:08:24.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26962024-10-09T05:08:24.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26972024-10-09T05:08:24.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26982024-10-09T05:08:24.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26992024-10-09T05:08:24.829Z
27002024-10-09T05:08:24.829Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (95/164)
27012024-10-09T05:08:25.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27022024-10-09T05:08:25.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27032024-10-09T05:08:25.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27042024-10-09T05:08:25.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27052024-10-09T05:08:25.494Z
27062024-10-09T05:08:25.494Zinfo: running `cargo check --bins` on sled-agent-api (96/164)
27072024-10-09T05:08:26.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27082024-10-09T05:08:26.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27092024-10-09T05:08:26.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27102024-10-09T05:08:26.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27112024-10-09T05:08:26.169Z
27122024-10-09T05:08:26.169Zinfo: running `cargo check --bins` on sled-hardware (97/164)
27132024-10-09T05:08:26.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27142024-10-09T05:08:26.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27152024-10-09T05:08:26.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27162024-10-09T05:08:26.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27172024-10-09T05:08:26.830Z
27182024-10-09T05:08:26.830Zinfo: running `cargo check --bins --no-default-features` on sled-storage (98/164)
27192024-10-09T05:08:27.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27202024-10-09T05:08:27.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27212024-10-09T05:08:27.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27222024-10-09T05:08:27.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27232024-10-09T05:08:27.504Z
27242024-10-09T05:08:27.504Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/164)
27252024-10-09T05:08:28.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27262024-10-09T05:08:28.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27272024-10-09T05:08:28.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27282024-10-09T05:08:28.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27292024-10-09T05:08:28.169Z
27302024-10-09T05:08:28.169Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (100/164)
27312024-10-09T05:08:28.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27322024-10-09T05:08:28.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27332024-10-09T05:08:28.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27342024-10-09T05:08:28.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27352024-10-09T05:08:28.835Z
27362024-10-09T05:08:28.836Zinfo: running `cargo check --bins` on nexus-test-interface (101/164)
27372024-10-09T05:08:29.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27382024-10-09T05:08:29.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27392024-10-09T05:08:29.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27402024-10-09T05:08:29.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27412024-10-09T05:08:29.495Z
27422024-10-09T05:08:29.495Zinfo: running `cargo check --bins` on oximeter-collector (102/164)
27432024-10-09T05:08:30.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27442024-10-09T05:08:30.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27452024-10-09T05:08:30.182Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27462024-10-09T05:08:30.182Z Checking bcs v0.1.6
27472024-10-09T05:08:30.183Z Compiling async-recursion v1.1.1
27482024-10-09T05:08:30.183Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27492024-10-09T05:08:30.185Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27502024-10-09T05:08:31.221Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27512024-10-09T05:08:34.410Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27522024-10-09T05:08:36.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.62s
27532024-10-09T05:08:36.283Z
27542024-10-09T05:08:36.283Zinfo: running `cargo check --bins` on oximeter-api (103/164)
27552024-10-09T05:08:36.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562024-10-09T05:08:36.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572024-10-09T05:08:36.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27582024-10-09T05:08:36.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27592024-10-09T05:08:36.933Z
27602024-10-09T05:08:36.933Zinfo: running `cargo check --bins` on oximeter-client (104/164)
27612024-10-09T05:08:37.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622024-10-09T05:08:37.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632024-10-09T05:08:37.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642024-10-09T05:08:37.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27652024-10-09T05:08:37.581Z
27662024-10-09T05:08:37.582Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (105/164)
27672024-10-09T05:08:38.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682024-10-09T05:08:38.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692024-10-09T05:08:38.237Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27702024-10-09T05:08:38.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
27712024-10-09T05:08:38.956Z
27722024-10-09T05:08:38.956Zinfo: running `cargo check --bins --no-default-features --features native-sql,oxql,sql` on oximeter-db (106/164)
27732024-10-09T05:08:39.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742024-10-09T05:08:39.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752024-10-09T05:08:39.624Z Compiling cfg_aliases v0.1.1
27762024-10-09T05:08:39.624Z Compiling vte_generate_state_changes v0.1.1
27772024-10-09T05:08:39.624Z Checking fd-lock v4.0.2
27782024-10-09T05:08:39.627Z Checking bytecount v0.6.8
27792024-10-09T05:08:39.719Z Compiling tabled_derive v0.7.0
27802024-10-09T05:08:39.744Z Checking crossterm v0.27.0
27812024-10-09T05:08:39.753Z Compiling peg-macros v0.8.4
27822024-10-09T05:08:39.755Z Compiling sqlparser_derive v0.2.2
27832024-10-09T05:08:39.793Z Compiling nix v0.28.0
27842024-10-09T05:08:39.836Z Checking papergrid v0.11.0
27852024-10-09T05:08:39.896Z Checking nu-ansi-term v0.50.0
27862024-10-09T05:08:40.290Z Checking unicode_categories v0.1.1
27872024-10-09T05:08:40.338Z Checking vte v0.11.1
27882024-10-09T05:08:40.569Z Checking home v0.5.9
27892024-10-09T05:08:40.700Z Checking sqlformat v0.2.6
27902024-10-09T05:08:40.854Z Checking sqlparser v0.45.0
27912024-10-09T05:08:41.275Z Checking crossterm v0.28.1
27922024-10-09T05:08:41.733Z Checking strip-ansi-escapes v0.2.0
27932024-10-09T05:08:41.877Z Checking reedline v0.33.0
27942024-10-09T05:08:42.216Z Checking tabled v0.15.0
27952024-10-09T05:08:42.901Z Checking peg v0.8.4
27962024-10-09T05:08:42.936Z Checking rustyline v14.0.0
27972024-10-09T05:08:47.422Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27982024-10-09T05:08:52.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.89s
27992024-10-09T05:08:53.025Z
28002024-10-09T05:08:53.025Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/164)
28012024-10-09T05:08:53.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022024-10-09T05:08:53.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032024-10-09T05:08:53.702Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28042024-10-09T05:08:59.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s
28052024-10-09T05:08:59.390Z
28062024-10-09T05:08:59.390Zinfo: running `cargo check --bins --no-default-features --features native-sql` on oximeter-db (108/164)
28072024-10-09T05:08:59.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082024-10-09T05:08:59.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092024-10-09T05:09:00.050Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28102024-10-09T05:09:04.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
28112024-10-09T05:09:04.453Z
28122024-10-09T05:09:04.453Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (109/164)
28132024-10-09T05:09:05.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142024-10-09T05:09:05.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152024-10-09T05:09:05.109Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28162024-10-09T05:09:09.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s
28172024-10-09T05:09:10.125Z
28182024-10-09T05:09:10.125Zinfo: running `cargo check --bins --no-default-features --features native-sql,oxql` on oximeter-db (110/164)
28192024-10-09T05:09:10.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202024-10-09T05:09:10.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212024-10-09T05:09:10.780Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28222024-10-09T05:09:16.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.96s
28232024-10-09T05:09:16.256Z
28242024-10-09T05:09:16.256Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/164)
28252024-10-09T05:09:16.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262024-10-09T05:09:16.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272024-10-09T05:09:16.920Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28282024-10-09T05:09:21.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s
28292024-10-09T05:09:21.236Z
28302024-10-09T05:09:21.237Zinfo: running `cargo check --bins --no-default-features --features native-sql,sql` on oximeter-db (112/164)
28312024-10-09T05:09:21.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322024-10-09T05:09:21.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332024-10-09T05:09:21.911Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342024-10-09T05:09:26.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s
28352024-10-09T05:09:26.705Z
28362024-10-09T05:09:26.705Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (113/164)
28372024-10-09T05:09:27.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382024-10-09T05:09:27.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392024-10-09T05:09:27.379Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402024-10-09T05:09:32.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.88s
28412024-10-09T05:09:32.744Z
28422024-10-09T05:09:32.744Zinfo: running `cargo check --bins` on oximeter-test-utils (114/164)
28432024-10-09T05:09:33.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442024-10-09T05:09:33.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452024-10-09T05:09:33.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28462024-10-09T05:09:33.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28472024-10-09T05:09:33.418Z
28482024-10-09T05:09:33.418Zinfo: running `cargo check --bins` on clickhouse-admin-client (115/164)
28492024-10-09T05:09:33.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502024-10-09T05:09:34.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512024-10-09T05:09:34.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28522024-10-09T05:09:34.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28532024-10-09T05:09:34.069Z
28542024-10-09T05:09:34.069Zinfo: running `cargo check --bins` on cockroach-admin-client (116/164)
28552024-10-09T05:09:34.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562024-10-09T05:09:34.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572024-10-09T05:09:34.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582024-10-09T05:09:34.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28592024-10-09T05:09:34.682Z
28602024-10-09T05:09:34.682Zinfo: running `cargo check --bins` on installinator-client (117/164)
28612024-10-09T05:09:35.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622024-10-09T05:09:35.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632024-10-09T05:09:35.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642024-10-09T05:09:35.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28652024-10-09T05:09:35.343Z
28662024-10-09T05:09:35.343Zinfo: running `cargo check --bins` on oxide-client (118/164)
28672024-10-09T05:09:35.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682024-10-09T05:09:35.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692024-10-09T05:09:35.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702024-10-09T05:09:35.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28712024-10-09T05:09:35.954Z
28722024-10-09T05:09:35.954Zinfo: running `cargo check --bins` on wicketd-client (119/164)
28732024-10-09T05:09:36.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742024-10-09T05:09:36.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752024-10-09T05:09:36.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762024-10-09T05:09:36.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28772024-10-09T05:09:36.624Z
28782024-10-09T05:09:36.633Zinfo: running `cargo check --bins` on wicket-common (120/164)
28792024-10-09T05:09:37.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802024-10-09T05:09:37.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812024-10-09T05:09:37.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822024-10-09T05:09:37.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28832024-10-09T05:09:37.275Z
28842024-10-09T05:09:37.275Zinfo: running `cargo check --bins` on omicron-cockroach-admin (121/164)
28852024-10-09T05:09:37.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862024-10-09T05:09:37.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872024-10-09T05:09:37.929Z Checking csv-core v0.1.11
28882024-10-09T05:09:37.932Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28892024-10-09T05:09:38.218Z Checking csv v1.3.0
28902024-10-09T05:09:38.713Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28912024-10-09T05:09:39.040Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28922024-10-09T05:09:40.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
28932024-10-09T05:09:40.344Z
28942024-10-09T05:09:40.344Zinfo: running `cargo check --bins` on cockroach-admin-api (122/164)
28952024-10-09T05:09:40.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962024-10-09T05:09:40.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972024-10-09T05:09:40.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982024-10-09T05:09:40.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28992024-10-09T05:09:40.976Z
29002024-10-09T05:09:40.976Zinfo: running `cargo check --bins` on cockroach-admin-types (123/164)
29012024-10-09T05:09:41.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022024-10-09T05:09:41.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032024-10-09T05:09:41.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042024-10-09T05:09:41.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29052024-10-09T05:09:41.608Z
29062024-10-09T05:09:41.608Zinfo: running `cargo check --bins` on cert-dev (124/164)
29072024-10-09T05:09:42.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082024-10-09T05:09:42.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092024-10-09T05:09:42.208Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29102024-10-09T05:09:42.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
29112024-10-09T05:09:42.597Z
29122024-10-09T05:09:42.597Zinfo: running `cargo check --bins` on ch-dev (125/164)
29132024-10-09T05:09:43.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142024-10-09T05:09:43.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152024-10-09T05:09:43.253Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29162024-10-09T05:09:43.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
29172024-10-09T05:09:44.078Z
29182024-10-09T05:09:44.078Zinfo: running `cargo check --bins` on crdb-seed (126/164)
29192024-10-09T05:09:44.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202024-10-09T05:09:44.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212024-10-09T05:09:44.727Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29222024-10-09T05:09:45.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
29232024-10-09T05:09:45.199Z
29242024-10-09T05:09:45.199Zinfo: running `cargo check --bins` on db-dev (127/164)
29252024-10-09T05:09:45.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262024-10-09T05:09:45.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272024-10-09T05:09:45.857Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29282024-10-09T05:09:46.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
29292024-10-09T05:09:46.678Z
29302024-10-09T05:09:46.678Zinfo: running `cargo check --bins` on omicron-dev-lib (128/164)
29312024-10-09T05:09:47.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322024-10-09T05:09:47.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332024-10-09T05:09:47.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342024-10-09T05:09:47.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29352024-10-09T05:09:47.323Z
29362024-10-09T05:09:47.323Zinfo: running `cargo check --bins` on xtask-downloader (129/164)
29372024-10-09T05:09:47.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382024-10-09T05:09:47.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392024-10-09T05:09:47.927Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29402024-10-09T05:09:48.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
29412024-10-09T05:09:48.888Z
29422024-10-09T05:09:48.889Zinfo: running `cargo check --bins` on omicron-ls-apis (130/164)
29432024-10-09T05:09:49.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442024-10-09T05:09:49.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452024-10-09T05:09:49.499Z Checking cargo-platform v0.1.8
29462024-10-09T05:09:49.750Z Checking cargo_metadata v0.18.1
29472024-10-09T05:09:50.701Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29482024-10-09T05:09:51.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
29492024-10-09T05:09:51.553Z
29502024-10-09T05:09:51.553Zinfo: running `cargo check --bins` on mgs-dev (131/164)
29512024-10-09T05:09:52.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522024-10-09T05:09:52.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532024-10-09T05:09:52.268Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29542024-10-09T05:09:52.897Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29552024-10-09T05:09:53.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
29562024-10-09T05:09:53.568Z
29572024-10-09T05:09:53.568Zinfo: running `cargo check --bins` on omicron-omdb (132/164)
29582024-10-09T05:09:54.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592024-10-09T05:09:54.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602024-10-09T05:09:54.353Z Compiling crunchy v0.2.2
29612024-10-09T05:09:54.353Z Compiling glob v0.3.1
29622024-10-09T05:09:54.356Z Compiling tiny-keccak v2.0.2
29632024-10-09T05:09:54.356Z Compiling dsl_auto_type v0.1.2
29642024-10-09T05:09:54.356Z Checking scheduled-thread-pool v0.2.7
29652024-10-09T05:09:54.356Z Compiling diesel_table_macro_syntax v0.2.0
29662024-10-09T05:09:54.458Z Compiling ascii-canvas v3.0.0
29672024-10-09T05:09:54.470Z Compiling ena v0.14.3
29682024-10-09T05:09:54.663Z Checking r2d2 v0.8.10
29692024-10-09T05:09:54.809Z Compiling libloading v0.8.3
29702024-10-09T05:09:54.930Z Compiling bindgen v0.69.4
29712024-10-09T05:09:54.949Z Compiling regex-syntax v0.6.29
29722024-10-09T05:09:54.983Z Compiling diff v0.1.13
29732024-10-09T05:09:55.037Z Compiling which v4.4.2
29742024-10-09T05:09:55.209Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29752024-10-09T05:09:55.364Z Compiling clang-sys v1.7.0
29762024-10-09T05:09:55.436Z Compiling cexpr v0.6.0
29772024-10-09T05:09:55.622Z Compiling rustc-hash v1.1.0
29782024-10-09T05:09:55.640Z Compiling ref-cast v1.0.23
29792024-10-09T05:09:55.736Z Compiling lazycell v1.3.0
29802024-10-09T05:09:55.769Z Compiling shlex v1.3.0
29812024-10-09T05:09:55.788Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29822024-10-09T05:09:55.909Z Compiling derive_builder_core v0.20.0
29832024-10-09T05:09:56.070Z Compiling libxml v0.3.3
29842024-10-09T05:09:56.107Z Compiling diesel_derives v2.2.2
29852024-10-09T05:09:56.173Z Compiling ref-cast-impl v1.0.23
29862024-10-09T05:09:56.255Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29872024-10-09T05:09:56.483Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29882024-10-09T05:09:56.732Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29892024-10-09T05:09:57.024Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29902024-10-09T05:09:57.177Z Compiling strum_macros v0.24.3
29912024-10-09T05:09:57.387Z Compiling indoc v1.0.9
29922024-10-09T05:09:58.251Z Compiling lalrpop v0.19.12
29932024-10-09T05:09:58.393Z Compiling derive_builder_macro v0.20.0
29942024-10-09T05:09:59.309Z Checking derive_builder v0.20.0
29952024-10-09T05:09:59.386Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29962024-10-09T05:09:59.454Z Compiling oso-derive v0.27.3
29972024-10-09T05:10:00.038Z Compiling impl-trait-for-tuples v0.2.2
29982024-10-09T05:10:00.480Z Checking quick-xml v0.33.0
29992024-10-09T05:10:00.820Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
30002024-10-09T05:10:00.915Z Checking maplit v1.0.2
30012024-10-09T05:10:01.061Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30022024-10-09T05:10:01.200Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30032024-10-09T05:10:01.495Z Checking bb8 v0.8.5
30042024-10-09T05:10:01.993Z Compiling const_format_proc_macros v0.2.33
30052024-10-09T05:10:02.666Z Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#9d0cdc48)
30062024-10-09T05:10:02.767Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30072024-10-09T05:10:03.065Z Checking castaway v0.2.3
30082024-10-09T05:10:03.236Z Checking compact_str v0.8.0
30092024-10-09T05:10:04.221Z Checking const_format v0.2.33
30102024-10-09T05:10:04.264Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30112024-10-09T05:10:04.569Z Checking unicode-truncate v1.0.0
30122024-10-09T05:10:04.690Z Checking lru v0.12.3
30132024-10-09T05:10:04.801Z Compiling instability v0.3.2
30142024-10-09T05:10:04.978Z Checking unicode-linebreak v0.1.5
30152024-10-09T05:10:05.006Z Checking smawk v0.3.2
30162024-10-09T05:10:05.203Z Checking is_ci v1.2.0
30172024-10-09T05:10:05.341Z Checking cassowary v0.3.0
30182024-10-09T05:10:05.404Z Checking textwrap v0.16.1
30192024-10-09T05:10:05.724Z Checking supports-color v3.0.1
30202024-10-09T05:10:05.826Z Checking multimap v0.10.0
30212024-10-09T05:10:05.843Z Checking ratatui v0.28.0
30222024-10-09T05:10:07.980Z Checking diesel v2.2.4
30232024-10-09T05:10:27.943Z Compiling samael v0.0.17
30242024-10-09T05:10:43.373Z Compiling polar-core v0.27.3
30252024-10-09T05:10:43.879Z Checking async-bb8-diesel v0.2.1
30262024-10-09T05:10:50.119Z Checking oso v0.27.3
30272024-10-09T05:11:53.084Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30282024-10-09T05:11:58.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
30292024-10-09T05:11:58.815Z
30302024-10-09T05:11:58.815Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (133/164)
30312024-10-09T05:11:59.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322024-10-09T05:11:59.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332024-10-09T05:11:59.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342024-10-09T05:11:59.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30352024-10-09T05:11:59.525Z
30362024-10-09T05:11:59.525Zinfo: running `cargo check --bins` on nexus-saga-recovery (134/164)
30372024-10-09T05:12:00.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382024-10-09T05:12:00.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392024-10-09T05:12:00.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402024-10-09T05:12:00.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30412024-10-09T05:12:00.213Z
30422024-10-09T05:12:00.213Zinfo: running `cargo check --bins` on nexus-test-utils-macros (135/164)
30432024-10-09T05:12:00.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442024-10-09T05:12:00.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452024-10-09T05:12:00.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462024-10-09T05:12:00.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30472024-10-09T05:12:00.823Z
30482024-10-09T05:12:00.823Zinfo: running `cargo check --bins` on omicron-nexus (136/164)
30492024-10-09T05:12:01.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502024-10-09T05:12:01.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512024-10-09T05:12:01.623Z Compiling libz-sys v1.1.16
30522024-10-09T05:12:01.729Z Checking http v0.2.12
30532024-10-09T05:12:01.732Z Compiling libgit2-sys v0.17.0+1.8.1
30542024-10-09T05:12:01.752Z Compiling vergen v8.3.2
30552024-10-09T05:12:01.754Z Compiling cargo-platform v0.1.8
30562024-10-09T05:12:01.754Z Compiling pin-project-internal v1.1.5
30572024-10-09T05:12:01.789Z Compiling snafu-derive v0.8.2
30582024-10-09T05:12:01.789Z Compiling libsqlite3-sys v0.30.1
30592024-10-09T05:12:02.047Z Compiling cargo_metadata v0.18.1
30602024-10-09T05:12:02.265Z Compiling buf-list v1.0.3
30612024-10-09T05:12:02.318Z Compiling cfg_aliases v0.2.1
30622024-10-09T05:12:02.422Z Checking sync_wrapper v0.1.2
30632024-10-09T05:12:02.538Z Compiling rustls v0.21.12
30642024-10-09T05:12:02.646Z Compiling nix v0.29.0
30652024-10-09T05:12:02.906Z Checking globset v0.4.14
30662024-10-09T05:12:02.993Z Checking sct v0.7.1
30672024-10-09T05:12:03.046Z Checking http-body v0.4.6
30682024-10-09T05:12:03.191Z Checking h2 v0.3.26
30692024-10-09T05:12:03.419Z Checking rustls-webpki v0.101.7
30702024-10-09T05:12:03.460Z Checking olpc-cjson v0.1.3
30712024-10-09T05:12:03.581Z Checking rand_seeder v0.3.0
30722024-10-09T05:12:03.683Z Checking serde_plain v1.0.2
30732024-10-09T05:12:03.825Z Checking typed-path v0.7.1
30742024-10-09T05:12:03.909Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30752024-10-09T05:12:04.758Z Checking pin-project v1.1.5
30762024-10-09T05:12:04.860Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30772024-10-09T05:12:04.889Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30782024-10-09T05:12:05.165Z Checking hashlink v0.9.1
30792024-10-09T05:12:05.168Z Checking parse-size v1.0.0
30802024-10-09T05:12:05.358Z Checking fallible-iterator v0.3.0
30812024-10-09T05:12:05.637Z Checking fallible-streaming-iterator v0.1.9
30822024-10-09T05:12:05.771Z Checking clickhouse-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-client)
30832024-10-09T05:12:05.846Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30842024-10-09T05:12:06.005Z Checking rusqlite v0.32.1
30852024-10-09T05:12:06.298Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30862024-10-09T05:12:06.768Z Checking rustls-pemfile v1.0.4
30872024-10-09T05:12:06.970Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30882024-10-09T05:12:07.142Z Checking tokio-rustls v0.24.1
30892024-10-09T05:12:07.267Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30902024-10-09T05:12:07.295Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30912024-10-09T05:12:07.426Z Checking twox-hash v1.6.3
30922024-10-09T05:12:07.501Z Checking snafu v0.8.2
30932024-10-09T05:12:07.504Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30942024-10-09T05:12:07.905Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30952024-10-09T05:12:07.931Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30962024-10-09T05:12:07.983Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30972024-10-09T05:12:08.415Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
30982024-10-09T05:12:08.459Z Checking fatfs v0.3.6
30992024-10-09T05:12:09.037Z Checking hyper v0.14.30
31002024-10-09T05:12:09.286Z Checking assert_matches v1.5.0
31012024-10-09T05:12:13.147Z Checking reqwest v0.11.27
31022024-10-09T05:12:13.956Z Checking tough v0.17.1
31032024-10-09T05:12:15.153Z Compiling git2 v0.19.0
31042024-10-09T05:12:16.953Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31052024-10-09T05:12:18.103Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31062024-10-09T05:12:19.893Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31072024-10-09T05:13:13.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
31082024-10-09T05:13:13.824Z
31092024-10-09T05:13:13.824Zinfo: running `cargo check --bins` on nexus-external-api (137/164)
31102024-10-09T05:13:14.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112024-10-09T05:13:14.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122024-10-09T05:13:14.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132024-10-09T05:13:14.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31142024-10-09T05:13:14.523Z
31152024-10-09T05:13:14.523Zinfo: running `cargo check --bins` on openapi-manager-types (138/164)
31162024-10-09T05:13:15.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172024-10-09T05:13:15.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182024-10-09T05:13:15.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192024-10-09T05:13:15.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31202024-10-09T05:13:15.141Z
31212024-10-09T05:13:15.141Zinfo: running `cargo check --bins` on nexus-internal-api (139/164)
31222024-10-09T05:13:15.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232024-10-09T05:13:15.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242024-10-09T05:13:15.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252024-10-09T05:13:15.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31262024-10-09T05:13:15.819Z
31272024-10-09T05:13:15.819Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (140/164)
31282024-10-09T05:13:16.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292024-10-09T05:13:16.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302024-10-09T05:13:16.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312024-10-09T05:13:16.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31322024-10-09T05:13:16.514Z
31332024-10-09T05:13:16.514Zinfo: running `cargo check --bins` on nexus-networking (141/164)
31342024-10-09T05:13:17.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352024-10-09T05:13:17.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362024-10-09T05:13:17.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372024-10-09T05:13:17.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31382024-10-09T05:13:17.211Z
31392024-10-09T05:13:17.211Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (142/164)
31402024-10-09T05:13:17.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412024-10-09T05:13:17.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422024-10-09T05:13:17.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432024-10-09T05:13:17.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31442024-10-09T05:13:17.914Z
31452024-10-09T05:13:17.914Zinfo: running `cargo check --bins` on update-common (143/164)
31462024-10-09T05:13:18.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472024-10-09T05:13:18.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482024-10-09T05:13:18.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492024-10-09T05:13:18.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31502024-10-09T05:13:18.607Z
31512024-10-09T05:13:18.607Zinfo: running `cargo check --bins` on tufaceous-lib (144/164)
31522024-10-09T05:13:19.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532024-10-09T05:13:19.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542024-10-09T05:13:19.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552024-10-09T05:13:19.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31562024-10-09T05:13:19.273Z
31572024-10-09T05:13:19.273Zinfo: running `cargo check --bins` on tufaceous (145/164)
31582024-10-09T05:13:19.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592024-10-09T05:13:19.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602024-10-09T05:13:19.958Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31612024-10-09T05:13:20.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
31622024-10-09T05:13:21.042Z
31632024-10-09T05:13:21.042Zinfo: running `cargo check --bins` on omicron-dev (146/164)
31642024-10-09T05:13:21.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652024-10-09T05:13:21.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662024-10-09T05:13:21.914Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31672024-10-09T05:13:21.916Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31682024-10-09T05:13:21.916Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31692024-10-09T05:13:23.341Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31702024-10-09T05:13:25.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s
31712024-10-09T05:13:26.114Z
31722024-10-09T05:13:26.114Zinfo: running `cargo check --bins` on openapi-manager (147/164)
31732024-10-09T05:13:26.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742024-10-09T05:13:26.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752024-10-09T05:13:26.846Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31762024-10-09T05:13:26.846Z Checking heck v0.4.1
31772024-10-09T05:13:26.846Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31782024-10-09T05:13:27.072Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
31792024-10-09T05:13:28.476Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31802024-10-09T05:13:29.285Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
31812024-10-09T05:13:30.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
31822024-10-09T05:13:30.453Z
31832024-10-09T05:13:30.453Zinfo: running `cargo check --bins` on installinator-api (148/164)
31842024-10-09T05:13:31.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852024-10-09T05:13:31.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862024-10-09T05:13:31.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872024-10-09T05:13:31.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31882024-10-09T05:13:31.116Z
31892024-10-09T05:13:31.116Zinfo: running `cargo check --bins` on wicketd-api (149/164)
31902024-10-09T05:13:31.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912024-10-09T05:13:31.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922024-10-09T05:13:31.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932024-10-09T05:13:31.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31942024-10-09T05:13:31.791Z
31952024-10-09T05:13:31.791Zinfo: running `cargo check --bins` on reconfigurator-cli (150/164)
31962024-10-09T05:13:32.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972024-10-09T05:13:32.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982024-10-09T05:13:32.487Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31992024-10-09T05:13:33.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
32002024-10-09T05:13:33.768Z
32012024-10-09T05:13:33.768Zinfo: running `cargo check --bins` on omicron-releng (151/164)
32022024-10-09T05:13:34.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032024-10-09T05:13:34.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042024-10-09T05:13:34.439Z Checking memmap2 v0.9.4
32052024-10-09T05:13:34.439Z Checking untrusted v0.7.1
32062024-10-09T05:13:34.439Z Checking arrayref v0.3.7
32072024-10-09T05:13:34.439Z Checking arrayvec v0.7.4
32082024-10-09T05:13:34.441Z Checking spin v0.5.2
32092024-10-09T05:13:34.441Z Checking constant_time_eq v0.3.0
32102024-10-09T05:13:34.441Z Checking topological-sort v0.2.2
32112024-10-09T05:13:34.546Z Checking shell-words v1.1.0
32122024-10-09T05:13:34.749Z Checking ring v0.16.20
32132024-10-09T05:13:34.826Z Checking blake3 v1.5.1
32142024-10-09T05:13:35.836Z Checking omicron-zone-package v0.11.1
32152024-10-09T05:13:36.905Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32162024-10-09T05:13:37.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
32172024-10-09T05:13:37.892Z
32182024-10-09T05:13:37.892Zinfo: running `cargo check --bins` on xtask (152/164)
32192024-10-09T05:13:38.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202024-10-09T05:13:38.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212024-10-09T05:13:38.363Z Checking bitflags v2.6.0
32222024-10-09T05:13:38.365Z Checking serde v1.0.210
32232024-10-09T05:13:38.365Z Checking thiserror v1.0.64
32242024-10-09T05:13:38.452Z Checking scroll v0.12.0
32252024-10-09T05:13:38.459Z Checking log v0.4.22
32262024-10-09T05:13:38.461Z Checking hashbrown v0.14.5
32272024-10-09T05:13:38.461Z Checking zerocopy v0.7.34
32282024-10-09T05:13:38.492Z Checking syn v2.0.79
32292024-10-09T05:13:38.544Z Checking pest v2.7.10
32302024-10-09T05:13:38.685Z Checking rustix v0.38.37
32312024-10-09T05:13:38.704Z Checking once_cell v1.19.0
32322024-10-09T05:13:38.910Z Checking goblin v0.8.2
32332024-10-09T05:13:38.987Z Checking fs-err v2.11.0
32342024-10-09T05:13:39.286Z Checking tabled v0.15.0
32352024-10-09T05:13:39.553Z Checking indexmap v2.5.0
32362024-10-09T05:13:39.821Z Checking anyhow v1.0.89
32372024-10-09T05:13:40.710Z Checking terminal_size v0.4.0
32382024-10-09T05:13:40.710Z Checking tempfile v3.13.0
32392024-10-09T05:13:40.869Z Checking clap_builder v4.5.20
32402024-10-09T05:13:41.042Z Checking dtrace-parser v0.2.0
32412024-10-09T05:13:42.584Z Checking serde_json v1.0.128
32422024-10-09T05:13:42.584Z Checking serde_spanned v0.6.7
32432024-10-09T05:13:42.584Z Checking toml_datetime v0.6.8
32442024-10-09T05:13:42.587Z Checking camino v1.1.9
32452024-10-09T05:13:42.587Z Checking cargo-platform v0.1.8
32462024-10-09T05:13:42.587Z Checking semver v1.0.23
32472024-10-09T05:13:42.810Z Checking macaddr v1.0.1
32482024-10-09T05:13:42.898Z Checking toml_edit v0.22.22
32492024-10-09T05:13:43.093Z Checking camino-tempfile v1.1.1
32502024-10-09T05:13:43.151Z Checking clap v4.5.20
32512024-10-09T05:13:43.765Z Checking dof v0.3.0
32522024-10-09T05:13:43.765Z Checking cargo_metadata v0.18.1
32532024-10-09T05:13:44.147Z Checking usdt-impl v0.5.0
32542024-10-09T05:13:44.484Z Checking usdt v0.5.0
32552024-10-09T05:13:44.595Z Checking toml v0.8.19
32562024-10-09T05:13:45.051Z Checking cargo_toml v0.20.5
32572024-10-09T05:13:46.232Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32582024-10-09T05:13:46.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.92s
32592024-10-09T05:13:46.912Z
32602024-10-09T05:13:46.912Zinfo: running `cargo check --bins` on end-to-end-tests (153/164)
32612024-10-09T05:13:47.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622024-10-09T05:13:47.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632024-10-09T05:13:47.670Z Checking polyval v0.6.2
32642024-10-09T05:13:47.773Z Checking ctr v0.9.2
32652024-10-09T05:13:47.784Z Checking ssh-encoding v0.2.0
32662024-10-09T05:13:47.786Z Checking blowfish v0.9.1
32672024-10-09T05:13:47.802Z Checking password-hash v0.4.2
32682024-10-09T05:13:47.805Z Checking matches v0.1.10
32692024-10-09T05:13:47.831Z Checking p256 v0.13.2
32702024-10-09T05:13:47.831Z Checking p521 v0.13.3
32712024-10-09T05:13:47.906Z Checking idna v0.2.3
32722024-10-09T05:13:47.982Z Checking bcrypt-pbkdf v0.10.0
32732024-10-09T05:13:47.985Z Checking ghash v0.5.1
32742024-10-09T05:13:48.040Z Compiling enum-as-inner v0.5.1
32752024-10-09T05:13:48.105Z Checking russh-cryptovec v0.7.2
32762024-10-09T05:13:48.174Z Checking aes-gcm v0.10.3
32772024-10-09T05:13:48.210Z Checking pbkdf2 v0.11.0
32782024-10-09T05:13:48.246Z Checking md5 v0.7.0
32792024-10-09T05:13:48.300Z Checking num-bigint v0.4.5
32802024-10-09T05:13:48.331Z Checking des v0.8.1
32812024-10-09T05:13:48.408Z Checking ssh-cipher v0.2.0
32822024-10-09T05:13:48.487Z Compiling dhcproto-macros v0.1.0
32832024-10-09T05:13:48.537Z Checking hex-literal v0.4.1
32842024-10-09T05:13:48.596Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32852024-10-09T05:13:48.662Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
32862024-10-09T05:13:48.688Z Checking ssh-key v0.6.6
32872024-10-09T05:13:48.728Z Checking internet-checksum v0.2.1
32882024-10-09T05:13:49.085Z Checking trust-dns-proto v0.22.0
32892024-10-09T05:13:49.988Z Checking russh-keys v0.45.0
32902024-10-09T05:13:50.876Z Checking russh v0.45.0
32912024-10-09T05:13:51.516Z Checking dhcproto v0.12.0
32922024-10-09T05:14:07.960Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32932024-10-09T05:14:09.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.35s
32942024-10-09T05:14:09.449Z
32952024-10-09T05:14:09.449Zinfo: running `cargo check --bins` on gateway-cli (154/164)
32962024-10-09T05:14:10.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972024-10-09T05:14:10.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982024-10-09T05:14:10.101Z Checking termios v0.3.3
32992024-10-09T05:14:10.307Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33002024-10-09T05:14:11.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
33012024-10-09T05:14:11.192Z
33022024-10-09T05:14:11.192Zinfo: running `cargo check --bins --no-default-features` on installinator (155/164)
33032024-10-09T05:14:11.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042024-10-09T05:14:11.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052024-10-09T05:14:11.886Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33062024-10-09T05:14:13.814Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33072024-10-09T05:14:15.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s
33082024-10-09T05:14:15.758Z
33092024-10-09T05:14:15.758Zinfo: running `cargo check --bins` on internal-dns-cli (156/164)
33102024-10-09T05:14:16.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112024-10-09T05:14:16.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122024-10-09T05:14:16.416Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
33132024-10-09T05:14:16.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
33142024-10-09T05:14:17.004Z
33152024-10-09T05:14:17.004Zinfo: running `cargo check --bins` on omicron-live-tests (157/164)
33162024-10-09T05:14:17.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172024-10-09T05:14:17.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182024-10-09T05:14:17.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192024-10-09T05:14:17.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33202024-10-09T05:14:17.636Z
33212024-10-09T05:14:17.636Zinfo: running `cargo check --bins` on live-tests-macros (158/164)
33222024-10-09T05:14:18.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232024-10-09T05:14:18.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242024-10-09T05:14:18.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252024-10-09T05:14:18.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33262024-10-09T05:14:18.279Z
33272024-10-09T05:14:18.279Zinfo: running `cargo check --bins` on omicron-package (159/164)
33282024-10-09T05:14:18.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292024-10-09T05:14:18.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302024-10-09T05:14:18.957Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33312024-10-09T05:14:20.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
33322024-10-09T05:14:20.354Z
33332024-10-09T05:14:20.354Zinfo: running `cargo check --bins` on wicket-dbg (160/164)
33342024-10-09T05:14:20.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352024-10-09T05:14:20.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362024-10-09T05:14:21.070Z Checking rtoolbox v0.0.2
33372024-10-09T05:14:21.072Z Checking tui-tree-widget v0.22.0
33382024-10-09T05:14:21.072Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33392024-10-09T05:14:21.287Z Checking rpassword v7.3.1
33402024-10-09T05:14:25.261Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33412024-10-09T05:14:28.234Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33422024-10-09T05:14:29.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.01s
33432024-10-09T05:14:29.545Z
33442024-10-09T05:14:29.545Zinfo: running `cargo check --bins` on wicket (161/164)
33452024-10-09T05:14:30.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462024-10-09T05:14:30.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472024-10-09T05:14:30.243Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33482024-10-09T05:14:30.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
33492024-10-09T05:14:30.804Z
33502024-10-09T05:14:30.804Zinfo: running `cargo check --bins` on wicketd (162/164)
33512024-10-09T05:14:31.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522024-10-09T05:14:31.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532024-10-09T05:14:31.528Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33542024-10-09T05:14:35.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
33552024-10-09T05:14:35.574Z
33562024-10-09T05:14:35.574Zinfo: running `cargo check --bins` on omicron-workspace-hack (163/164)
33572024-10-09T05:14:36.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582024-10-09T05:14:36.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592024-10-09T05:14:36.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602024-10-09T05:14:36.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33612024-10-09T05:14:36.190Z
33622024-10-09T05:14:36.190Zinfo: running `cargo check --bins` on zone-setup (164/164)
33632024-10-09T05:14:36.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642024-10-09T05:14:36.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652024-10-09T05:14:36.930Z Checking uzers v0.11.3
33662024-10-09T05:14:37.234Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33672024-10-09T05:14:38.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
33682024-10-09T05:14:38.437Z
33692024-10-09T05:14:38.437Zreal 11:28.664389849
33702024-10-09T05:14:38.437Zuser 24:09.469847121
33712024-10-09T05:14:38.437Zsys 5:10.783983898
33722024-10-09T05:14:38.437Ztrap 0.515886606
33732024-10-09T05:14:38.438Ztflt 3.530407607
33742024-10-09T05:14:38.438Zdflt 2.295578731
33752024-10-09T05:14:38.438Zkflt 0.002632566
33762024-10-09T05:14:38.438Zlock 42:13.039996756
33772024-10-09T05:14:38.438Zslp 1:58:57.031403913
33782024-10-09T05:14:38.439Zlat 55.214391942
33792024-10-09T05:14:38.441Zstop 2:52.831068139
33802024-10-09T05:14:38.441Zprocess exited: duration 935674 ms, exit code 0
 
33812024-10-09T05:14:38.447Zfound 0 output files