01JFKQ076VS4NSDFC915D60YSE: 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: 01JFKQ14RJN7WK504Y1XZKZ5A3

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-21T04:19:51.168Zjob assigned to worker 01JFKQ1AXTYPEQAESWZGZMPX2C [factory aws, i-07fdc6dda42a7704a] (queued for 56 s)
 
22024-12-21T04:19:59.296Zstarting task 0: "setup"
32024-12-21T04:19:59.303Z++ uname -s
42024-12-21T04:19:59.306Z+ kern=SunOS
52024-12-21T04:19:59.306Z+ case "$kern" in
62024-12-21T04:19:59.306Z+ groupadd -g 12345 build
72024-12-21T04:19:59.309Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-21T04:20:01.315Z+ zfs create -o mountpoint=/work rpool/work
92024-12-21T04:20:01.444Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-21T04:20:01.447Z+ home_fs=zfs
112024-12-21T04:20:01.447Z+ [[ zfs == autofs ]]
122024-12-21T04:20:01.447Z+ mkdir -p /home/build
132024-12-21T04:20:01.450Z+ chown build:build /home/build /work
142024-12-21T04:20:02.452Z+ chmod 0700 /home/build /work
152024-12-21T04:20:02.454Zprocess exited: duration 3159 ms, exit code 0
 
162024-12-21T04:20:02.460Zstarting task 1: "rust-toolchain"
172024-12-21T04:20:02.466Z+ printf ' * toolchain channel = "%s"
182024-12-21T04:20:02.466Z' 1.81.0
192024-12-21T04:20:02.466Z * toolchain channel = "1.81.0"
202024-12-21T04:20:02.466Z * toolchain profile = "default"
212024-12-21T04:20:02.467Z+ printf ' * toolchain profile = "%s"
222024-12-21T04:20:02.467Z' default
232024-12-21T04:20:02.469Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-21T04:20:02.469Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-21T04:20:02.577Zinfo: downloading installer
262024-12-21T04:20:04.014Zinfo: profile set to 'default'
272024-12-21T04:20:04.014Zinfo: default host triple is x86_64-unknown-illumos
282024-12-21T04:20:04.017Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-21T04:20:04.168Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-21T04:20:04.168Zinfo: downloading component 'cargo'
312024-12-21T04:20:04.999Zinfo: downloading component 'clippy'
322024-12-21T04:20:05.307Zinfo: downloading component 'rust-docs'
332024-12-21T04:20:06.460Zinfo: downloading component 'rust-std'
342024-12-21T04:20:08.255Zinfo: downloading component 'rustc'
352024-12-21T04:20:14.697Zinfo: downloading component 'rustfmt'
362024-12-21T04:20:14.938Zinfo: installing component 'cargo'
372024-12-21T04:20:15.723Zinfo: installing component 'clippy'
382024-12-21T04:20:16.079Zinfo: installing component 'rust-docs'
392024-12-21T04:20:17.651Zinfo: installing component 'rust-std'
402024-12-21T04:20:19.388Zinfo: installing component 'rustc'
412024-12-21T04:20:25.023Zinfo: installing component 'rustfmt'
422024-12-21T04:20:25.347Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-21T04:20:25.347Z
442024-12-21T04:20:25.709Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-21T04:20:25.710Z
462024-12-21T04:20:25.713Z
472024-12-21T04:20:25.713ZRust is installed now. Great!
482024-12-21T04:20:25.713Z
492024-12-21T04:20:25.713ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-21T04:20:25.713Zenvironment variable. This has not been done automatically.
512024-12-21T04:20:25.713Z
522024-12-21T04:20:25.713ZTo configure your current shell, you need to source
532024-12-21T04:20:25.713Zthe corresponding env file under $HOME/.cargo.
542024-12-21T04:20:25.713Z
552024-12-21T04:20:25.713ZThis is usually done by running one of the following (note the leading DOT):
562024-12-21T04:20:25.713Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-21T04:20:25.713Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-21T04:20:25.781Z+ rustc --version
592024-12-21T04:20:25.846Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-21T04:20:25.849Zprocess exited: duration 23388 ms, exit code 0
 
612024-12-21T04:20:25.855Zstarting task 2: "authentication"
622024-12-21T04:20:25.871ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
632024-12-21T04:20:32.084Zprocess exited: duration 6227 ms, exit code 0
 
642024-12-21T04:20:32.105Zstarting task 3: "clone repository"
652024-12-21T04:20:32.131Z+ mkdir -p /work/oxidecomputer/omicron
662024-12-21T04:20:32.131Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-12-21T04:20:32.394ZCloning into '/work/oxidecomputer/omicron'...
682024-12-21T04:20:38.965Z+ cd /work/oxidecomputer/omicron
692024-12-21T04:20:38.965Z+ git fetch origin 072b8da9f205d1896949b3e6aa15d0a033d5782f
702024-12-21T04:20:39.185ZFrom https://github.com/oxidecomputer/omicron
712024-12-21T04:20:39.185Z * branch 072b8da9f205d1896949b3e6aa15d0a033d5782f -> FETCH_HEAD
722024-12-21T04:20:39.195Z+ [[ -n renovate/flate2-1.x ]]
732024-12-21T04:20:39.201Z++ git branch --show-current
742024-12-21T04:20:39.201Z+ current=main
752024-12-21T04:20:39.201Z+ [[ main != renovate/flate2-1.x ]]
762024-12-21T04:20:39.202Z+ git branch -f renovate/flate2-1.x 072b8da9f205d1896949b3e6aa15d0a033d5782f
772024-12-21T04:20:39.209Z+ git checkout -f renovate/flate2-1.x
782024-12-21T04:20:39.381ZSwitched to branch 'renovate/flate2-1.x'
792024-12-21T04:20:39.400Z+ git reset --hard 072b8da9f205d1896949b3e6aa15d0a033d5782f
802024-12-21T04:20:39.404ZHEAD is now at 072b8da9f Update Rust crate flate2 to 1.0.35
812024-12-21T04:20:39.405Zprocess exited: duration 7298 ms, exit code 0
 
822024-12-21T04:20:39.447Zstarting task 4: "build"
832024-12-21T04:20:39.450Z+ source .github/buildomat/ci-env.sh
842024-12-21T04:20:39.450Z++ export CARGO_TERM_COLOR=always
852024-12-21T04:20:39.450Z++ CARGO_TERM_COLOR=always
862024-12-21T04:20:39.450Z+ cargo --version
872024-12-21T04:20:39.478Zcargo 1.81.0 (2dbb1af80 2024-08-20)
882024-12-21T04:20:39.482Z+ rustc --version
892024-12-21T04:20:39.539Zrustc 1.81.0 (eeb90cda1 2024-09-04)
902024-12-21T04:20:39.541Z+ source ./env.sh
912024-12-21T04:20:39.544Z++ OLD_SHELL_OPTS=ehxB
922024-12-21T04:20:39.544Z++ set -o xtrace
932024-12-21T04:20:39.546Z++++ dirname ./env.sh
942024-12-21T04:20:39.546Z+++ readlink -f .
952024-12-21T04:20:39.646Z++ OMICRON_WS=/work/oxidecomputer/omicron
962024-12-21T04:20:39.649Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-12-21T04:20:39.649Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-12-21T04:20:39.649Z++ 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
992024-12-21T04:20:39.649Z++ 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
1002024-12-21T04:20:39.649Z++ 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
1012024-12-21T04:20:39.649Z++ 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
1022024-12-21T04:20:39.649Z++ 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
1032024-12-21T04:20:39.649Z++ 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
1042024-12-21T04:20:39.649Z++ case $OLD_SHELL_OPTS in
1052024-12-21T04:20:39.649Z++ unset OLD_SHELL_OPTS OMICRON_WS
1062024-12-21T04:20:39.649Z+ 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
1072024-12-21T04:20:39.649Z+ 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
1082024-12-21T04:20:39.649Z+ banner prerequisites
1092024-12-21T04:20:39.776Z
1102024-12-21T04:20:39.776Z ##### ##### ###### ##### ###### #### # # # #### #
1112024-12-21T04:20:39.776Z # # # # # # # # # # # # # # #
1122024-12-21T04:20:39.776Z # # # # ##### # # ##### # # # # # #### #
1132024-12-21T04:20:39.776Z ##### ##### # ##### # # # # # # # # #
1142024-12-21T04:20:39.776Z # # # # # # # # # # # # # # #
1152024-12-21T04:20:39.777Z # # # ###### # # ###### ### # #### # #### #
1162024-12-21T04:20:39.777Z
1172024-12-21T04:20:39.780Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1182024-12-21T04:20:59.527Z Startup: Refreshing catalog 'helios-dev' ... Done
1192024-12-21T04:21:03.516Z Startup: Caching catalogs ... Done
1202024-12-21T04:21:14.185ZPlanning: Solver setup ... Done (9.692s)
1212024-12-21T04:21:14.319ZPlanning: Running solver ... Done (0.134s)
1222024-12-21T04:21:14.484ZPlanning: Finding local manifests ... Done (0.067s)
1232024-12-21T04:21:14.513ZPlanning: Fetching manifests: 0/5 0% complete
1242024-12-21T04:21:15.131ZPlanning: Fetching manifests: 5/5 100% complete
1252024-12-21T04:21:15.315ZPlanning: Package planning ... Done (0.184s)
1262024-12-21T04:21:15.371ZPlanning: Merging actions ... Done (0.056s)
1272024-12-21T04:21:16.084ZPlanning: Checking for conflicting actions ... Done (0.712s)
1282024-12-21T04:21:20.400ZPlanning: Consolidating action changes ... Done (4.315s)
1292024-12-21T04:21:20.759ZPlanning: Evaluating mediators ... Done (0.359s)
1302024-12-21T04:21:20.839ZPlanning: Planning completed in 17.23 seconds
1312024-12-21T04:21:20.855Z Packages to install: 4
1322024-12-21T04:21:20.856Z Packages to update: 1
1332024-12-21T04:21:20.858Z Mediators to change: 2
1342024-12-21T04:21:20.858Z Services to change: 1
1352024-12-21T04:21:20.858Z Estimated space available: 155.63 GB
1362024-12-21T04:21:20.858ZEstimated space to be consumed: 1.62 GB
1372024-12-21T04:21:20.858Z Create boot environment: No
1382024-12-21T04:21:20.858ZCreate backup boot environment: Yes
1392024-12-21T04:21:20.858Z Rebuild boot archive: No
1402024-12-21T04:21:20.858Z
1412024-12-21T04:21:20.858ZChanged mediators:
1422024-12-21T04:21:20.858Z mediator clang:
1432024-12-21T04:21:20.858Z version: None -> 15 (system default)
1442024-12-21T04:21:20.859Z
1452024-12-21T04:21:20.859Z mediator llvm:
1462024-12-21T04:21:20.859Z version: 14 (system default) -> 15 (system default)
1472024-12-21T04:21:20.859Z
1482024-12-21T04:21:20.859ZChanged packages:
1492024-12-21T04:21:20.859Zhelios-dev
1502024-12-21T04:21:20.859Z developer/build-essential
1512024-12-21T04:21:20.859Z None -> 11-2.0
1522024-12-21T04:21:20.859Z library/libxmlsec1
1532024-12-21T04:21:20.860Z None -> 1.2.35-2.0
1542024-12-21T04:21:20.860Z ooce/developer/clang-15
1552024-12-21T04:21:20.860Z None -> 15.0.7-2.0
1562024-12-21T04:21:20.860Z ooce/developer/llvm-15
1572024-12-21T04:21:20.860Z None -> 15.0.7-2.0
1582024-12-21T04:21:20.860Z package/pkg
1592024-12-21T04:21:20.860Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1602024-12-21T04:21:20.860Z
1612024-12-21T04:21:20.860ZServices:
1622024-12-21T04:21:20.860Z restart_fmri:
1632024-12-21T04:21:20.860Z svc:/system/update-man-index:default
1642024-12-21T04:21:20.860Z
1652024-12-21T04:21:20.860ZEditable files to change:
1662024-12-21T04:21:20.860Z Update:
1672024-12-21T04:21:20.860Z usr/share/lib/pkg/web/config.shtml
1682024-12-21T04:21:21.124Z
1692024-12-21T04:21:21.124ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1702024-12-21T04:21:27.459ZDownload: 212/4281 items 1.3/220.6MB 0% complete (399k/s)
1712024-12-21T04:21:33.860ZDownload: 213/4281 items 1.3/220.6MB 0% complete (387k/s)
1722024-12-21T04:21:38.863ZDownload: 913/4281 items 18.9/220.6MB 8% complete (3.6M/s)
1732024-12-21T04:22:01.540ZDownload: 1197/4281 items 83.5/220.6MB 37% complete
1742024-12-21T04:22:06.576ZDownload: 1326/4281 items 112.6/220.6MB 51% complete (6.5M/s)
1752024-12-21T04:22:11.770ZDownload: 1500/4281 items 117.4/220.6MB 53% complete (3.7M/s)
1762024-12-21T04:22:16.886ZDownload: 1739/4281 items 118.2/220.6MB 53% complete (608k/s)
1772024-12-21T04:22:22.922ZDownload: 2220/4281 items 119.2/220.6MB 54% complete (196k/s)
1782024-12-21T04:22:31.994ZDownload: 2223/4281 items 119.2/220.6MB 54% complete
1792024-12-21T04:22:37.005ZDownload: 2276/4281 items 119.5/220.6MB 54% complete (39.5k/s)
1802024-12-21T04:22:42.008ZDownload: 2722/4281 items 120.8/220.6MB 54% complete (171k/s)
1812024-12-21T04:22:47.022ZDownload: 2993/4281 items 121.3/220.6MB 54% complete (194k/s)
1822024-12-21T04:22:52.037ZDownload: 3143/4281 items 178.3/220.6MB 80% complete (5.7M/s)
1832024-12-21T04:22:57.316ZDownload: 3236/4281 items 201.3/220.6MB 91% complete (7.9M/s)
1842024-12-21T04:23:05.407ZDownload: 3241/4281 items 202.9/220.6MB 91% complete (7.6M/s)
1852024-12-21T04:23:10.422ZDownload: 3243/4281 items 203.0/220.6MB 91% complete
1862024-12-21T04:23:20.101ZDownload: 3246/4281 items 203.0/220.6MB 92% complete
1872024-12-21T04:23:25.103ZDownload: 3419/4281 items 215.2/220.6MB 97% complete (1.2M/s)
1882024-12-21T04:23:30.104ZDownload: 3878/4281 items 217.5/220.6MB 98% complete (1.5M/s)
1892024-12-21T04:23:35.159ZDownload: 4005/4281 items 218.6/220.6MB 99% complete (615k/s)
1902024-12-21T04:23:40.444ZDownload: 4202/4281 items 220.5/220.6MB 99% complete (355k/s)
1912024-12-21T04:23:49.771ZDownload: 4207/4281 items 220.6/220.6MB 99% complete (326k/s)
1922024-12-21T04:23:50.689ZDownload: Completed 220.60 MB in 149.56 seconds (1.5M/s)
1932024-12-21T04:23:52.871Z Actions: 1/5063 actions (Removing old actions)
1942024-12-21T04:23:52.888Z Actions: 194/5063 actions (Installing new actions)
1952024-12-21T04:23:58.018Z Actions: 4117/5063 actions (Installing new actions)
1962024-12-21T04:23:58.025Z Actions: 4226/5063 actions (Updating modified actions)
1972024-12-21T04:23:58.378Z Actions: Completed 5063 actions in 5.51 seconds.
1982024-12-21T04:23:58.790Z Done (0.404s)
1992024-12-21T04:23:58.792Z Done (0.000s)
2002024-12-21T04:23:59.441Z Done (0.579s)
2012024-12-21T04:24:04.884Z Done (5.286s)
2022024-12-21T04:24:05.145Z Done (0.190s)
2032024-12-21T04:24:05.148Z Done (0.000s)
2042024-12-21T04:24:05.317Z Done (0.000s)
2052024-12-21T04:24:05.999ZPlanning: Evaluating mediator changes ... Done
2062024-12-21T04:24:06.156ZPlanning: Checking for conflicting actions ... Done
2072024-12-21T04:24:06.159ZPlanning: Consolidating action changes ... Done
2082024-12-21T04:24:06.424ZPlanning: Evaluating mediators ... Done
2092024-12-21T04:24:06.426ZPlanning: Planning completed in 0.43 seconds
2102024-12-21T04:24:06.465Z Mediators to change: 2
2112024-12-21T04:24:06.465Z Create boot environment: No
2122024-12-21T04:24:06.467ZCreate backup boot environment: No
2132024-12-21T04:24:06.547Z Done
2142024-12-21T04:24:06.547Z Done
2152024-12-21T04:24:06.900Z Done
2162024-12-21T04:24:10.516Z Done
2172024-12-21T04:24:10.605Z Done
2182024-12-21T04:24:10.608Z Done
2192024-12-21T04:24:10.710Z Done
2202024-12-21T04:24:11.314ZPlanning: Evaluating mediator changes ... Done
2212024-12-21T04:24:11.317ZPlanning: Merging actions ... Done
2222024-12-21T04:24:11.500ZPlanning: Checking for conflicting actions ... Done
2232024-12-21T04:24:11.503ZPlanning: Consolidating action changes ... Done
2242024-12-21T04:24:11.762ZPlanning: Evaluating mediators ... Done
2252024-12-21T04:24:11.818ZPlanning: Planning completed in 0.75 seconds
2262024-12-21T04:24:11.856Z Packages to change: 1
2272024-12-21T04:24:11.856Z Mediators to change: 1
2282024-12-21T04:24:11.859Z Services to change: 1
2292024-12-21T04:24:11.859Z Create boot environment: No
2302024-12-21T04:24:11.859ZCreate backup boot environment: Yes
2312024-12-21T04:24:14.043Z Actions: 1/6 actions (Updating modified actions)
2322024-12-21T04:24:14.089Z Actions: Completed 6 actions in 0.05 seconds.
2332024-12-21T04:24:14.102Z Done
2342024-12-21T04:24:14.102Z Done
2352024-12-21T04:24:14.206Z Done
2362024-12-21T04:24:17.778Z Done
2372024-12-21T04:24:17.869Z Done
2382024-12-21T04:24:17.871Z Done
2392024-12-21T04:24:17.993Z Done
2402024-12-21T04:24:18.421ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2412024-12-21T04:24:18.421Zclang system 15 system
2422024-12-21T04:24:18.421Zcsh system system illumos
2432024-12-21T04:24:18.421Zctags system system illumos
2442024-12-21T04:24:18.421Zgcc vendor 12 vendor
2452024-12-21T04:24:18.421Zgcc system 10 system
2462024-12-21T04:24:18.421Zgcc system 7 system
2472024-12-21T04:24:18.421Zgo system 1.20 system
2482024-12-21T04:24:18.421Zgo system 1.19 system
2492024-12-21T04:24:18.421Zllvm system 15 system
2502024-12-21T04:24:18.421Zllvm system 14 system
2512024-12-21T04:24:18.421Zmariadb system 10.6 system
2522024-12-21T04:24:18.421Zmta vendor vendor dma
2532024-12-21T04:24:18.421Zopenjdk system 17 system
2542024-12-21T04:24:18.421Zopenjdk system 11 system
2552024-12-21T04:24:18.421Zopenjdk system 1.8 system
2562024-12-21T04:24:18.421Zopenssl vendor 3 vendor
2572024-12-21T04:24:18.421Zperl system 5.36 system
2582024-12-21T04:24:18.421Zpostgresql system 15 system
2592024-12-21T04:24:18.422Zpostgresql system 13 system
2602024-12-21T04:24:18.422Zpython vendor 3 vendor
2612024-12-21T04:24:18.422Zpython system 2 system
2622024-12-21T04:24:18.422Zpython3 system 3.11 system
2632024-12-21T04:24:18.422Zruby system 3.0 system
2642024-12-21T04:24:18.422Zwords vendor vendor american-english
2652024-12-21T04:24:18.422Zwords system system australian-english
2662024-12-21T04:24:18.422Zwords system system british-english
2672024-12-21T04:24:18.422Zwords system system canadian-english
2682024-12-21T04:24:18.422Zwords system system french
2692024-12-21T04:24:18.422Zwords system system italian
2702024-12-21T04:24:18.422Zwords system system ngerman
2712024-12-21T04:24:18.422Zwords system system ogerman
2722024-12-21T04:24:18.422Zwords system system spanish
2732024-12-21T04:24:18.745ZPUBLISHER TYPE STATUS P LOCATION
2742024-12-21T04:24:18.745Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2752024-12-21T04:24:21.494ZFMRI IFO
2762024-12-21T04:24:21.494Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2772024-12-21T04:24:21.494Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2782024-12-21T04:24:21.494Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2792024-12-21T04:24:21.494Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2802024-12-21T04:24:21.494Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2812024-12-21T04:24:21.494Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2822024-12-21T04:24:21.494Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2832024-12-21T04:24:21.494Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2842024-12-21T04:24:21.494Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2852024-12-21T04:24:21.494Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2862024-12-21T04:24:21.494Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2872024-12-21T04:24:21.494Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2882024-12-21T04:24:21.494Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2892024-12-21T04:24:21.495Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2902024-12-21T04:24:21.495Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2912024-12-21T04:24:22.249Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2922024-12-21T04:24:22.531Z Updating crates.io index
2932024-12-21T04:24:22.533Z Updating git repository `https://github.com/oxidecomputer/diffus`
2942024-12-21T04:24:22.897Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2952024-12-21T04:24:23.388Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2962024-12-21T04:24:23.655Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2972024-12-21T04:24:23.900Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2982024-12-21T04:24:24.172Z Updating git repository `https://github.com/oxidecomputer/propolis`
2992024-12-21T04:24:25.113Z Updating git repository `https://github.com/oxidecomputer/crucible`
3002024-12-21T04:24:26.577Z Updating git repository `https://github.com/oxidecomputer/opte`
3012024-12-21T04:24:27.174Z Updating git repository `https://github.com/oxidecomputer/falcon`
3022024-12-21T04:24:27.925Z Updating git repository `https://github.com/oxidecomputer/clickward`
3032024-12-21T04:24:28.173Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3042024-12-21T04:24:28.442Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3052024-12-21T04:24:29.129Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3062024-12-21T04:24:29.465Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072024-12-21T04:24:29.793Z Updating git repository `https://github.com/oxidecomputer/tofino`
3082024-12-21T04:24:30.060Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3092024-12-21T04:24:30.337Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3102024-12-21T04:24:30.634Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3112024-12-21T04:24:30.910Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3122024-12-21T04:24:31.296Z Updating git repository `https://github.com/oxidecomputer/ispf`
3132024-12-21T04:24:31.597Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3142024-12-21T04:24:32.004Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3152024-12-21T04:24:32.486Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3162024-12-21T04:24:32.787Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3172024-12-21T04:24:33.164Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3182024-12-21T04:24:33.724Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3192024-12-21T04:24:34.037Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3202024-12-21T04:24:34.328Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3212024-12-21T04:24:34.577Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3222024-12-21T04:24:35.908Z Downloading crates ...
3232024-12-21T04:24:35.989Z Downloaded anstyle-parse v0.2.5
3242024-12-21T04:24:35.992Z Downloaded anstyle-query v1.1.1
3252024-12-21T04:24:35.997Z Downloaded autocfg v1.4.0
3262024-12-21T04:24:35.999Z Downloaded equivalent v1.0.1
3272024-12-21T04:24:35.999Z Downloaded block-buffer v0.10.4
3282024-12-21T04:24:36.002Z Downloaded colorchoice v1.0.2
3292024-12-21T04:24:36.002Z Downloaded anstream v0.6.15
3302024-12-21T04:24:36.028Z Downloaded swrite v0.1.0
3312024-12-21T04:24:36.031Z Downloaded dtrace-parser v0.2.0
3322024-12-21T04:24:36.031Z Downloaded scroll_derive v0.12.0
3332024-12-21T04:24:36.032Z Downloaded pretty-hex v0.4.1
3342024-12-21T04:24:36.035Z Downloaded usdt-attr-macro v0.5.0
3352024-12-21T04:24:36.038Z Downloaded usdt-macro v0.5.0
3362024-12-21T04:24:36.040Z Downloaded cargo_metadata v0.18.1
3372024-12-21T04:24:36.045Z Downloaded cpufeatures v0.2.14
3382024-12-21T04:24:36.048Z Downloaded cfg-if v1.0.0
3392024-12-21T04:24:36.048Z Downloaded bytecount v0.6.8
3402024-12-21T04:24:36.050Z Downloaded heck v0.4.1
3412024-12-21T04:24:36.052Z Downloaded fs-err v2.11.0
3422024-12-21T04:24:36.054Z Downloaded heck v0.5.0
3432024-12-21T04:24:36.054Z Downloaded crypto-common v0.1.6
3442024-12-21T04:24:36.054Z Downloaded fastrand v2.1.1
3452024-12-21T04:24:36.057Z Downloaded cargo-platform v0.1.8
3462024-12-21T04:24:36.057Z Downloaded generic-array v0.14.7
3472024-12-21T04:24:36.059Z Downloaded fnv v1.0.7
3482024-12-21T04:24:36.059Z Downloaded anstyle v1.0.10
3492024-12-21T04:24:36.062Z Downloaded thread-id v4.2.2
3502024-12-21T04:24:36.062Z Downloaded digest v0.10.7
3512024-12-21T04:24:36.065Z Downloaded itoa v1.0.11
3522024-12-21T04:24:36.068Z Downloaded plain v0.2.3
3532024-12-21T04:24:36.070Z Downloaded byteorder v1.5.0
3542024-12-21T04:24:36.073Z Downloaded clap_lex v0.7.2
3552024-12-21T04:24:36.076Z Downloaded version_check v0.9.5
3562024-12-21T04:24:36.078Z Downloaded utf8parse v0.2.2
3572024-12-21T04:24:36.079Z Downloaded serde_tokenstream v0.2.2
3582024-12-21T04:24:36.082Z Downloaded macaddr v1.0.1
3592024-12-21T04:24:36.082Z Downloaded toml_datetime v0.6.8
3602024-12-21T04:24:36.084Z Downloaded usdt-impl v0.5.0
3612024-12-21T04:24:36.087Z Downloaded strsim v0.11.1
3622024-12-21T04:24:36.087Z Downloaded thiserror-impl v1.0.69
3632024-12-21T04:24:36.090Z Downloaded dof v0.3.0
3642024-12-21T04:24:36.092Z Downloaded usdt v0.5.0
3652024-12-21T04:24:36.092Z Downloaded unicode-linebreak v0.1.5
3662024-12-21T04:24:36.094Z Downloaded terminal_size v0.4.0
3672024-12-21T04:24:36.094Z Downloaded serde_spanned v0.6.8
3682024-12-21T04:24:36.096Z Downloaded tabled_derive v0.7.0
3692024-12-21T04:24:36.096Z Downloaded smawk v0.3.2
3702024-12-21T04:24:36.099Z Downloaded proc-macro-error-attr v1.0.4
3712024-12-21T04:24:36.099Z Downloaded pest_generator v2.7.14
3722024-12-21T04:24:36.102Z Downloaded once_cell v1.20.2
3732024-12-21T04:24:36.102Z Downloaded errno v0.3.9
3742024-12-21T04:24:36.104Z Downloaded is_terminal_polyfill v1.70.1
3752024-12-21T04:24:36.104Z Downloaded clap_derive v4.5.18
3762024-12-21T04:24:36.106Z Downloaded cargo_toml v0.20.5
3772024-12-21T04:24:36.113Z Downloaded camino-tempfile v1.1.1
3782024-12-21T04:24:36.115Z Downloaded sha2 v0.10.8
3792024-12-21T04:24:36.118Z Downloaded camino v1.1.9
3802024-12-21T04:24:36.120Z Downloaded memmap v0.7.0
3812024-12-21T04:24:36.120Z Downloaded quote v1.0.37
3822024-12-21T04:24:36.122Z Downloaded thiserror v1.0.69
3832024-12-21T04:24:36.126Z Downloaded scroll v0.12.0
3842024-12-21T04:24:36.129Z Downloaded proc-macro-error v1.0.4
3852024-12-21T04:24:36.132Z Downloaded pest_derive v2.7.14
3862024-12-21T04:24:36.135Z Downloaded semver v1.0.23
3872024-12-21T04:24:36.135Z Downloaded anyhow v1.0.93
3882024-12-21T04:24:36.138Z Downloaded bitflags v2.6.0
3892024-12-21T04:24:36.141Z Downloaded ucd-trie v0.1.7
3902024-12-21T04:24:36.144Z Downloaded toml v0.8.19
3912024-12-21T04:24:36.146Z Downloaded ryu v1.0.18
3922024-12-21T04:24:36.149Z Downloaded zerocopy-derive v0.7.35
3932024-12-21T04:24:36.152Z Downloaded typenum v1.17.0
3942024-12-21T04:24:36.154Z Downloaded papergrid v0.11.0
3952024-12-21T04:24:36.159Z Downloaded tempfile v3.13.0
3962024-12-21T04:24:36.161Z Downloaded pest_meta v2.7.14
3972024-12-21T04:24:36.164Z Downloaded serde_derive v1.0.215
3982024-12-21T04:24:36.167Z Downloaded clap v4.5.21
3992024-12-21T04:24:36.173Z Downloaded unicode-ident v1.0.13
4002024-12-21T04:24:36.176Z Downloaded textwrap v0.16.1
4012024-12-21T04:24:36.178Z Downloaded proc-macro2 v1.0.89
4022024-12-21T04:24:36.180Z Downloaded log v0.4.22
4032024-12-21T04:24:36.184Z Downloaded serde v1.0.215
4042024-12-21T04:24:36.203Z Downloaded memchr v2.7.4
4052024-12-21T04:24:36.207Z Downloaded toml_edit v0.22.22
4062024-12-21T04:24:36.227Z Downloaded indexmap v2.6.0
4072024-12-21T04:24:36.231Z Downloaded pest v2.7.14
4082024-12-21T04:24:36.236Z Downloaded hashbrown v0.15.1
4092024-12-21T04:24:36.254Z Downloaded serde_json v1.0.133
4102024-12-21T04:24:36.263Z Downloaded winnow v0.6.20
4112024-12-21T04:24:36.269Z Downloaded zerocopy v0.7.35
4122024-12-21T04:24:36.283Z Downloaded clap_builder v4.5.21
4132024-12-21T04:24:36.291Z Downloaded tabled v0.15.0
4142024-12-21T04:24:36.303Z Downloaded goblin v0.8.2
4152024-12-21T04:24:36.310Z Downloaded syn v1.0.109
4162024-12-21T04:24:36.318Z Downloaded unicode-width v0.1.14
4172024-12-21T04:24:36.326Z Downloaded syn v2.0.87
4182024-12-21T04:24:36.338Z Downloaded rustix v0.38.37
4192024-12-21T04:24:36.367Z Downloaded libc v0.2.162
4202024-12-21T04:24:36.673Z Compiling proc-macro2 v1.0.89
4212024-12-21T04:24:36.673Z Compiling unicode-ident v1.0.13
4222024-12-21T04:24:36.673Z Compiling serde v1.0.215
4232024-12-21T04:24:36.676Z Compiling version_check v0.9.5
4242024-12-21T04:24:36.676Z Compiling thiserror v1.0.69
4252024-12-21T04:24:36.676Z Compiling memchr v2.7.4
4262024-12-21T04:24:36.676Z Compiling libc v0.2.162
4272024-12-21T04:24:36.676Z Compiling ucd-trie v0.1.7
4282024-12-21T04:24:36.939Z Compiling ryu v1.0.18
4292024-12-21T04:24:37.268Z Compiling itoa v1.0.11
4302024-12-21T04:24:37.462Z Compiling once_cell v1.20.2
4312024-12-21T04:24:37.524Z Compiling byteorder v1.5.0
4322024-12-21T04:24:37.766Z Compiling serde_json v1.0.133
4332024-12-21T04:24:37.858Z Compiling rustix v0.38.37
4342024-12-21T04:24:38.132Z Compiling bitflags v2.6.0
4352024-12-21T04:24:38.218Z Compiling usdt-impl v0.5.0
4362024-12-21T04:24:38.283Z Compiling proc-macro-error-attr v1.0.4
4372024-12-21T04:24:38.451Z Compiling syn v1.0.109
4382024-12-21T04:24:38.543Z Compiling proc-macro-error v1.0.4
4392024-12-21T04:24:38.658Z Compiling hashbrown v0.15.1
4402024-12-21T04:24:38.684Z Compiling camino v1.1.9
4412024-12-21T04:24:38.736Z Compiling equivalent v1.0.1
4422024-12-21T04:24:38.837Z Compiling log v0.4.22
4432024-12-21T04:24:38.862Z Compiling plain v0.2.3
4442024-12-21T04:24:39.013Z Compiling utf8parse v0.2.2
4452024-12-21T04:24:39.151Z Compiling quote v1.0.37
4462024-12-21T04:24:39.182Z Compiling anstyle-parse v0.2.5
4472024-12-21T04:24:39.414Z Compiling colorchoice v1.0.2
4482024-12-21T04:24:39.515Z Compiling syn v2.0.87
4492024-12-21T04:24:39.573Z Compiling errno v0.3.9
4502024-12-21T04:24:39.653Z Compiling thread-id v4.2.2
4512024-12-21T04:24:39.784Z Compiling indexmap v2.6.0
4522024-12-21T04:24:39.807Z Compiling pretty-hex v0.4.1
4532024-12-21T04:24:39.837Z Compiling anstyle-query v1.1.1
4542024-12-21T04:24:39.839Z Compiling semver v1.0.23
4552024-12-21T04:24:39.996Z Compiling anstyle v1.0.10
4562024-12-21T04:24:40.023Z Compiling winnow v0.6.20
4572024-12-21T04:24:40.373Z Compiling unicode-width v0.1.14
4582024-12-21T04:24:40.437Z Compiling is_terminal_polyfill v1.70.1
4592024-12-21T04:24:40.574Z Compiling autocfg v1.4.0
4602024-12-21T04:24:40.877Z Compiling anstream v0.6.15
4612024-12-21T04:24:41.188Z Compiling clap_lex v0.7.2
4622024-12-21T04:24:41.214Z Compiling heck v0.4.1
4632024-12-21T04:24:41.700Z Compiling strsim v0.11.1
4642024-12-21T04:24:41.723Z Compiling anyhow v1.0.93
4652024-12-21T04:24:41.725Z Compiling fs-err v2.11.0
4662024-12-21T04:24:42.025Z Compiling terminal_size v0.4.0
4672024-12-21T04:24:42.052Z Compiling heck v0.5.0
4682024-12-21T04:24:42.236Z Compiling bytecount v0.6.8
4692024-12-21T04:24:42.338Z Compiling fastrand v2.1.1
4702024-12-21T04:24:42.588Z Compiling cfg-if v1.0.0
4712024-12-21T04:24:42.614Z Compiling fnv v1.0.7
4722024-12-21T04:24:42.695Z Compiling tempfile v3.13.0
4732024-12-21T04:24:42.756Z Compiling papergrid v0.11.0
4742024-12-21T04:24:42.880Z Compiling clap_builder v4.5.21
4752024-12-21T04:24:43.149Z Compiling memmap v0.7.0
4762024-12-21T04:24:43.183Z Compiling unicode-linebreak v0.1.5
4772024-12-21T04:24:43.526Z Compiling smawk v0.3.2
4782024-12-21T04:24:43.747Z Compiling textwrap v0.16.1
4792024-12-21T04:24:43.953Z Compiling swrite v0.1.0
4802024-12-21T04:24:45.165Z Compiling tabled_derive v0.7.0
4812024-12-21T04:24:46.713Z Compiling tabled v0.15.0
4822024-12-21T04:24:48.332Z Compiling serde_derive v1.0.215
4832024-12-21T04:24:48.334Z Compiling thiserror-impl v1.0.69
4842024-12-21T04:24:48.334Z Compiling zerocopy-derive v0.7.35
4852024-12-21T04:24:48.334Z Compiling scroll_derive v0.12.0
4862024-12-21T04:24:48.375Z Compiling clap_derive v4.5.18
4872024-12-21T04:24:49.583Z Compiling scroll v0.12.0
4882024-12-21T04:24:50.124Z Compiling goblin v0.8.2
4892024-12-21T04:24:50.225Z Compiling zerocopy v0.7.35
4902024-12-21T04:24:51.006Z Compiling pest v2.7.14
4912024-12-21T04:24:51.857Z Compiling clap v4.5.21
4922024-12-21T04:24:53.098Z Compiling pest_meta v2.7.14
4932024-12-21T04:24:53.933Z Compiling pest_generator v2.7.14
4942024-12-21T04:24:55.853Z Compiling pest_derive v2.7.14
4952024-12-21T04:24:56.557Z Compiling dtrace-parser v0.2.0
4962024-12-21T04:24:58.191Z Compiling toml_datetime v0.6.8
4972024-12-21T04:24:58.191Z Compiling serde_spanned v0.6.8
4982024-12-21T04:24:58.194Z Compiling cargo-platform v0.1.8
4992024-12-21T04:24:58.571Z Compiling serde_tokenstream v0.2.2
5002024-12-21T04:24:58.771Z Compiling toml_edit v0.22.22
5012024-12-21T04:24:58.797Z Compiling macaddr v1.0.1
5022024-12-21T04:24:58.909Z Compiling camino-tempfile v1.1.1
5032024-12-21T04:24:59.671Z Compiling dof v0.3.0
5042024-12-21T04:24:59.671Z Compiling cargo_metadata v0.18.1
5052024-12-21T04:25:01.417Z Compiling toml v0.8.19
5062024-12-21T04:25:01.616Z Compiling usdt-macro v0.5.0
5072024-12-21T04:25:01.619Z Compiling usdt-attr-macro v0.5.0
5082024-12-21T04:25:02.341Z Compiling cargo_toml v0.20.5
5092024-12-21T04:25:02.923Z Compiling usdt v0.5.0
5102024-12-21T04:25:05.959Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5112024-12-21T04:25:10.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.07s
5122024-12-21T04:25:10.348Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5132024-12-21T04:25:10.876Z Downloading crates ...
5142024-12-21T04:25:10.991Z Downloaded atomicwrites v0.4.4
5152024-12-21T04:25:11.012Z Downloaded async-stream-impl v0.3.6
5162024-12-21T04:25:11.018Z Downloaded hex-literal v0.4.1
5172024-12-21T04:25:11.022Z Downloaded hubpack_derive v0.1.1
5182024-12-21T04:25:11.024Z Downloaded cfg_aliases v0.2.1
5192024-12-21T04:25:11.027Z Downloaded crucible-workspace-hack v0.1.0
5202024-12-21T04:25:11.030Z Downloaded ascii-canvas v3.0.0
5212024-12-21T04:25:11.033Z Downloaded atomic-waker v1.1.2
5222024-12-21T04:25:11.036Z Downloaded jobserver v0.1.32
5232024-12-21T04:25:11.039Z Downloaded is_ci v1.2.0
5242024-12-21T04:25:11.039Z Downloaded base16ct v0.2.0
5252024-12-21T04:25:11.041Z Downloaded addr2line v0.24.2
5262024-12-21T04:25:11.044Z Downloaded match_cfg v0.1.0
5272024-12-21T04:25:11.046Z Downloaded crunchy v0.2.2
5282024-12-21T04:25:11.047Z Downloaded ciborium-io v0.2.2
5292024-12-21T04:25:11.049Z Downloaded assert_matches v1.5.0
5302024-12-21T04:25:11.052Z Downloaded matches v0.1.10
5312024-12-21T04:25:11.052Z Downloaded atty v0.2.14
5322024-12-21T04:25:11.052Z Downloaded cstr-argument v0.1.2
5332024-12-21T04:25:11.054Z Downloaded cfg_aliases v0.1.1
5342024-12-21T04:25:11.054Z Downloaded adler2 v2.0.0
5352024-12-21T04:25:11.056Z Downloaded async-stream v0.3.6
5362024-12-21T04:25:11.058Z Downloaded arrayref v0.3.9
5372024-12-21T04:25:11.061Z Downloaded convert_case v0.4.0
5382024-12-21T04:25:11.063Z Downloaded cassowary v0.3.0
5392024-12-21T04:25:11.063Z Downloaded http-body v1.0.1
5402024-12-21T04:25:11.065Z Downloaded http-range v0.1.5
5412024-12-21T04:25:11.067Z Downloaded block-padding v0.3.3
5422024-12-21T04:25:11.067Z Downloaded bit-vec v0.6.3
5432024-12-21T04:25:11.071Z Downloaded chrono-tz-build v0.4.0
5442024-12-21T04:25:11.073Z Downloaded constant_time_eq v0.3.1
5452024-12-21T04:25:11.073Z Downloaded cipher v0.4.4
5462024-12-21T04:25:11.075Z Downloaded cbc v0.1.2
5472024-12-21T04:25:11.077Z Downloaded instant v0.1.13
5482024-12-21T04:25:11.079Z Downloaded headers-core v0.3.0
5492024-12-21T04:25:11.079Z Downloaded curve25519-dalek-derive v0.1.1
5502024-12-21T04:25:11.080Z Downloaded cmake v0.1.51
5512024-12-21T04:25:11.082Z Downloaded ciborium-ll v0.2.2
5522024-12-21T04:25:11.086Z Downloaded crc v3.2.1
5532024-12-21T04:25:11.090Z Downloaded ctr v0.9.2
5542024-12-21T04:25:11.090Z Downloaded chacha20 v0.9.1
5552024-12-21T04:25:11.093Z Downloaded crossbeam-deque v0.8.5
5562024-12-21T04:25:11.096Z Downloaded instability v0.3.2
5572024-12-21T04:25:11.096Z Downloaded hostname v0.4.0
5582024-12-21T04:25:11.099Z Downloaded icu_provider_macros v1.5.0
5592024-12-21T04:25:11.099Z Downloaded async-trait v0.1.83
5602024-12-21T04:25:11.101Z Downloaded mirai-annotations v1.12.0
5612024-12-21T04:25:11.104Z Downloaded libsw v3.3.1
5622024-12-21T04:25:11.106Z Downloaded bitfield-struct v0.6.2
5632024-12-21T04:25:11.109Z Downloaded hostname v0.3.1
5642024-12-21T04:25:11.109Z Downloaded backoff v0.4.0
5652024-12-21T04:25:11.111Z Downloaded bb8 v0.8.5
5662024-12-21T04:25:11.113Z Downloaded keccak v0.1.5
5672024-12-21T04:25:11.116Z Downloaded bcrypt-pbkdf v0.10.0
5682024-12-21T04:25:11.119Z Downloaded lru-cache v0.1.2
5692024-12-21T04:25:11.119Z Downloaded idna_adapter v1.2.0
5702024-12-21T04:25:11.119Z Downloaded base64ct v1.6.0
5712024-12-21T04:25:11.121Z Downloaded ipnetwork v0.20.0
5722024-12-21T04:25:11.124Z Downloaded httpdate v1.0.3
5732024-12-21T04:25:11.126Z Downloaded console v0.15.8
5742024-12-21T04:25:11.129Z Downloaded lockfree-object-pool v0.1.6
5752024-12-21T04:25:11.131Z Downloaded memoffset v0.9.1
5762024-12-21T04:25:11.133Z Downloaded lru v0.12.5
5772024-12-21T04:25:11.136Z Downloaded internet-checksum v0.2.1
5782024-12-21T04:25:11.136Z Downloaded cancel-safe-futures v0.1.5
5792024-12-21T04:25:11.139Z Downloaded cookie_store v0.21.0
5802024-12-21T04:25:11.142Z Downloaded const_format_proc_macros v0.2.33
5812024-12-21T04:25:11.145Z Downloaded mime v0.3.17
5822024-12-21T04:25:11.149Z Downloaded mockall v0.13.0
5832024-12-21T04:25:11.151Z Downloaded colored v2.1.0
5842024-12-21T04:25:11.151Z Downloaded inout v0.1.3
5852024-12-21T04:25:11.153Z Downloaded lazycell v1.3.0
5862024-12-21T04:25:11.158Z Downloaded is-terminal v0.4.13
5872024-12-21T04:25:11.158Z Downloaded ciborium v0.2.2
5882024-12-21T04:25:11.161Z Downloaded toolchain_find v0.4.0
5892024-12-21T04:25:11.162Z Downloaded tinyvec_macros v0.1.1
5902024-12-21T04:25:11.166Z Downloaded md5 v0.7.0
5912024-12-21T04:25:11.166Z Downloaded linked-hash-map v0.5.6
5922024-12-21T04:25:11.166Z Downloaded managed v0.8.0
5932024-12-21T04:25:11.169Z Downloaded lazy_static v1.5.0
5942024-12-21T04:25:11.169Z Downloaded ref-cast-impl v1.0.23
5952024-12-21T04:25:11.169Z Downloaded lalrpop-util v0.19.12
5962024-12-21T04:25:11.174Z Downloaded crc32fast v1.4.2
5972024-12-21T04:25:11.174Z Downloaded kstat-rs v0.2.4
5982024-12-21T04:25:11.177Z Downloaded md-5 v0.10.6
5992024-12-21T04:25:11.177Z Downloaded maybe-uninit v2.0.0
6002024-12-21T04:25:11.179Z Downloaded serde-big-array v0.5.1
6012024-12-21T04:25:11.179Z Downloaded crossbeam-epoch v0.9.18
6022024-12-21T04:25:11.190Z Downloaded take_mut v0.2.2
6032024-12-21T04:25:11.190Z Downloaded csv-core v0.1.11
6042024-12-21T04:25:11.190Z Downloaded derive_builder_macro v0.20.2
6052024-12-21T04:25:11.190Z Downloaded yoke-derive v0.7.4
6062024-12-21T04:25:11.190Z Downloaded quinn-udp v0.5.5
6072024-12-21T04:25:11.196Z Downloaded crc-any v2.5.0
6082024-12-21T04:25:11.198Z Downloaded shell-words v1.1.0
6092024-12-21T04:25:11.199Z Downloaded semver v0.1.20
6102024-12-21T04:25:11.199Z Downloaded secrecy v0.8.0
6112024-12-21T04:25:11.199Z Downloaded shlex v1.3.0
6122024-12-21T04:25:11.201Z Downloaded crossbeam-utils v0.8.20
6132024-12-21T04:25:11.204Z Downloaded const-oid v0.9.6
6142024-12-21T04:25:11.206Z Downloaded endian-type v0.1.2
6152024-12-21T04:25:11.206Z Downloaded lock_api v0.4.12
6162024-12-21T04:25:11.210Z Downloaded schemars_derive v0.8.21
6172024-12-21T04:25:11.214Z Downloaded highway v1.2.0
6182024-12-21T04:25:11.214Z Downloaded strip-ansi-escapes v0.2.0
6192024-12-21T04:25:11.216Z Downloaded stringprep v0.1.5
6202024-12-21T04:25:11.216Z Downloaded tinystr v0.7.6
6212024-12-21T04:25:11.219Z Downloaded hyper-staticfile v0.10.1
6222024-12-21T04:25:11.223Z Downloaded unicase v2.7.0
6232024-12-21T04:25:11.225Z Downloaded unarray v0.1.4
6242024-12-21T04:25:11.225Z Downloaded fxhash v0.2.1
6252024-12-21T04:25:11.225Z Downloaded libloading v0.8.5
6262024-12-21T04:25:11.229Z Downloaded ipnet v2.10.1
6272024-12-21T04:25:11.231Z Downloaded iana-time-zone v0.1.61
6282024-12-21T04:25:11.236Z Downloaded typify-macro v0.2.0
6292024-12-21T04:25:11.236Z Downloaded home v0.5.9
6302024-12-21T04:25:11.236Z Downloaded bytes v1.8.0
6312024-12-21T04:25:11.239Z Downloaded litemap v0.7.3
6322024-12-21T04:25:11.242Z Downloaded hyper-rustls v0.27.3
6332024-12-21T04:25:11.245Z Downloaded mime_guess v2.0.5
6342024-12-21T04:25:11.248Z Downloaded foreign-types v0.3.2
6352024-12-21T04:25:11.250Z Downloaded phf_codegen v0.11.2
6362024-12-21T04:25:11.250Z Downloaded number_prefix v0.4.0
6372024-12-21T04:25:11.252Z Downloaded memmap2 v0.9.5
6382024-12-21T04:25:11.255Z Downloaded cookie v0.18.1
6392024-12-21T04:25:11.257Z Downloaded base64 v0.13.1
6402024-12-21T04:25:11.262Z Downloaded parse-size v1.1.0
6412024-12-21T04:25:11.265Z Downloaded backtrace v0.3.74
6422024-12-21T04:25:11.268Z Downloaded indoc v1.0.9
6432024-12-21T04:25:11.270Z Downloaded filetime v0.2.25
6442024-12-21T04:25:11.274Z Downloaded ff v0.13.0
6452024-12-21T04:25:11.274Z Downloaded ed25519 v2.2.3
6462024-12-21T04:25:11.277Z Downloaded thiserror v2.0.3
6472024-12-21T04:25:11.282Z Downloaded scopeguard v1.2.0
6482024-12-21T04:25:11.284Z Downloaded strum v0.26.3
6492024-12-21T04:25:11.286Z Downloaded futures-task v0.3.31
6502024-12-21T04:25:11.286Z Downloaded progenitor-impl v0.8.0
6512024-12-21T04:25:11.290Z Downloaded enum-as-inner v0.5.1
6522024-12-21T04:25:11.292Z Downloaded httparse v1.9.5
6532024-12-21T04:25:11.295Z Downloaded vsss-rs v3.3.4
6542024-12-21T04:25:11.297Z Downloaded maplit v1.0.2
6552024-12-21T04:25:11.299Z Downloaded indexmap v1.9.3
6562024-12-21T04:25:11.309Z Downloaded miniz_oxide v0.8.0
6572024-12-21T04:25:11.310Z Downloaded crypto-bigint v0.5.5
6582024-12-21T04:25:11.312Z Downloaded want v0.3.1
6592024-12-21T04:25:11.315Z Downloaded icu_normalizer_data v1.5.0
6602024-12-21T04:25:11.318Z Downloaded pin-utils v0.1.0
6612024-12-21T04:25:11.318Z Downloaded icu_provider v1.5.0
6622024-12-21T04:25:11.321Z Downloaded slog v2.7.0
6632024-12-21T04:25:11.324Z Downloaded zone v0.1.8
6642024-12-21T04:25:11.327Z Downloaded derive_builder v0.20.2
6652024-12-21T04:25:11.331Z Downloaded serde_urlencoded v0.7.1
6662024-12-21T04:25:11.335Z Downloaded parse-display-derive v0.10.0
6672024-12-21T04:25:11.335Z Downloaded test-strategy v0.3.1
6682024-12-21T04:25:11.338Z Downloaded ssh-cipher v0.2.0
6692024-12-21T04:25:11.342Z Downloaded progenitor v0.8.0
6702024-12-21T04:25:11.347Z Downloaded strum_macros v0.25.3
6712024-12-21T04:25:11.347Z Downloaded normalize-line-endings v0.3.0
6722024-12-21T04:25:11.349Z Downloaded zone_cfg_derive v0.1.2
6732024-12-21T04:25:11.349Z Downloaded rfc6979 v0.4.0
6742024-12-21T04:25:11.350Z Downloaded resolv-conf v0.7.0
6752024-12-21T04:25:11.352Z Downloaded tokio-native-tls v0.3.1
6762024-12-21T04:25:11.352Z Downloaded strum_macros v0.24.3
6772024-12-21T04:25:11.355Z Downloaded num-conv v0.1.0
6782024-12-21T04:25:11.357Z Downloaded num-complex v0.4.6
6792024-12-21T04:25:11.363Z Downloaded defmt v0.3.8
6802024-12-21T04:25:11.363Z Downloaded slog-bunyan v2.5.0
6812024-12-21T04:25:11.365Z Downloaded signal-hook-mio v0.2.4
6822024-12-21T04:25:11.365Z Downloaded bumpalo v3.16.0
6832024-12-21T04:25:11.369Z Downloaded zerocopy v0.6.6
6842024-12-21T04:25:11.371Z Downloaded untrusted v0.9.0
6852024-12-21T04:25:11.374Z Downloaded untrusted v0.7.1
6862024-12-21T04:25:11.376Z Downloaded which v4.4.2
6872024-12-21T04:25:11.377Z Downloaded crossbeam-channel v0.5.13
6882024-12-21T04:25:11.381Z Downloaded precomputed-hash v0.1.1
6892024-12-21T04:25:11.384Z Downloaded diesel-dtrace v0.4.2
6902024-12-21T04:25:11.401Z Downloaded darling v0.20.10
6912024-12-21T04:25:11.401Z Downloaded embedded-io v0.6.1
6922024-12-21T04:25:11.401Z Downloaded tokio-macros v2.4.0
6932024-12-21T04:25:11.401Z Downloaded hashlink v0.9.1
6942024-12-21T04:25:11.402Z Downloaded oso-derive v0.27.3
6952024-12-21T04:25:11.402Z Downloaded icu_properties v1.5.1
6962024-12-21T04:25:11.404Z Downloaded sigpipe v0.1.3
6972024-12-21T04:25:11.404Z Downloaded path-slash v0.1.5
6982024-12-21T04:25:11.404Z Downloaded num_enum_derive v0.5.11
6992024-12-21T04:25:11.404Z Downloaded num_enum v0.5.11
7002024-12-21T04:25:11.407Z Downloaded strum_macros v0.26.4
7012024-12-21T04:25:11.411Z Downloaded subtle v2.6.1
7022024-12-21T04:25:11.424Z Downloaded russh-cryptovec v0.7.3
7032024-12-21T04:25:11.427Z Downloaded predicates-core v1.0.8
7042024-12-21T04:25:11.428Z Downloaded try-lock v0.2.5
7052024-12-21T04:25:11.428Z Downloaded tower-service v0.3.3
7062024-12-21T04:25:11.430Z Downloaded display-error-chain v0.2.2
7072024-12-21T04:25:11.430Z Downloaded zone v0.3.0
7082024-12-21T04:25:11.430Z Downloaded zeroize v1.8.1
7092024-12-21T04:25:11.433Z Downloaded rustversion v1.0.17
7102024-12-21T04:25:11.436Z Downloaded pkcs1 v0.7.5
7112024-12-21T04:25:11.438Z Downloaded glob v0.3.1
7122024-12-21T04:25:11.440Z Downloaded ppv-lite86 v0.2.20
7132024-12-21T04:25:11.440Z Downloaded polyval v0.6.2
7142024-12-21T04:25:11.443Z Downloaded futures-sink v0.3.31
7152024-12-21T04:25:11.445Z Downloaded derive_more v0.99.18
7162024-12-21T04:25:11.449Z Downloaded rand_chacha v0.3.1
7172024-12-21T04:25:11.453Z Downloaded ron v0.8.1
7182024-12-21T04:25:11.457Z Downloaded signal-hook v0.3.17
7192024-12-21T04:25:11.459Z Downloaded rusty-fork v0.3.0
7202024-12-21T04:25:11.462Z Downloaded static_assertions v1.1.0
7212024-12-21T04:25:11.465Z Downloaded icu_collections v1.5.0
7222024-12-21T04:25:11.470Z Downloaded fragile v2.0.0
7232024-12-21T04:25:11.472Z Downloaded fd-lock v4.0.2
7242024-12-21T04:25:11.475Z Downloaded fallible-streaming-iterator v0.1.9
7252024-12-21T04:25:11.478Z Downloaded progenitor-client v0.8.0
7262024-12-21T04:25:11.478Z Downloaded dyn-clone v1.0.17
7272024-12-21T04:25:11.480Z Downloaded zone_cfg_derive v0.3.0
7282024-12-21T04:25:11.480Z Downloaded ena v0.14.3
7292024-12-21T04:25:11.482Z Downloaded parking_lot_core v0.8.6
7302024-12-21T04:25:11.485Z Downloaded thread_local v1.1.8
7312024-12-21T04:25:11.487Z Downloaded paste v1.0.15
7322024-12-21T04:25:11.490Z Downloaded tap v1.0.1
7332024-12-21T04:25:11.490Z Downloaded rand v0.8.5
7342024-12-21T04:25:11.494Z Downloaded form_urlencoded v1.2.1
7352024-12-21T04:25:11.496Z Downloaded uuid v1.11.0
7362024-12-21T04:25:11.498Z Downloaded simd-adler32 v0.3.7
7372024-12-21T04:25:11.501Z Downloaded salsa20 v0.10.2
7382024-12-21T04:25:11.504Z Downloaded parking_lot_core v0.9.10
7392024-12-21T04:25:11.506Z Downloaded omicron-zone-package v0.11.1
7402024-12-21T04:25:11.508Z Downloaded time-core v0.1.2
7412024-12-21T04:25:11.511Z Downloaded slab v0.4.9
7422024-12-21T04:25:11.511Z Downloaded prettyplease v0.2.25
7432024-12-21T04:25:11.514Z Downloaded foldhash v0.1.3
7442024-12-21T04:25:11.517Z Downloaded float-ord v0.3.2
7452024-12-21T04:25:11.517Z Downloaded password-hash v0.4.2
7462024-12-21T04:25:11.519Z Downloaded tui-tree-widget v0.22.0
7472024-12-21T04:25:11.521Z Downloaded globset v0.4.15
7482024-12-21T04:25:11.524Z Downloaded des v0.8.1
7492024-12-21T04:25:11.527Z Downloaded dropshot_endpoint v0.13.0
7502024-12-21T04:25:11.530Z Downloaded dropshot_endpoint v0.12.0
7512024-12-21T04:25:11.534Z Downloaded subprocess v0.2.9
7522024-12-21T04:25:11.536Z Downloaded hickory-server v0.24.1
7532024-12-21T04:25:11.541Z Downloaded aes v0.8.4
7542024-12-21T04:25:11.545Z Downloaded quick-error v1.2.3
7552024-12-21T04:25:11.547Z Downloaded mio v1.0.2
7562024-12-21T04:25:11.553Z Downloaded darling_macro v0.20.10
7572024-12-21T04:25:11.555Z Downloaded ghash v0.5.1
7582024-12-21T04:25:11.555Z Downloaded dunce v1.0.5
7592024-12-21T04:25:11.558Z Downloaded foreign-types-shared v0.3.1
7602024-12-21T04:25:11.558Z Downloaded dsl_auto_type v0.1.2
7612024-12-21T04:25:11.560Z Downloaded serde-hex v0.1.0
7622024-12-21T04:25:11.562Z Downloaded num-derive v0.4.2
7632024-12-21T04:25:11.564Z Downloaded same-file v1.0.6
7642024-12-21T04:25:11.564Z Downloaded ref-cast v1.0.23
7652024-12-21T04:25:11.568Z Downloaded utf8_iter v1.0.4
7662024-12-21T04:25:11.571Z Downloaded twox-hash v1.6.3
7672024-12-21T04:25:11.573Z Downloaded headers v0.4.0
7682024-12-21T04:25:11.578Z Downloaded zerofrom-derive v0.1.4
7692024-12-21T04:25:11.580Z Downloaded getrandom v0.2.15
7702024-12-21T04:25:11.583Z Downloaded psl-types v2.0.11
7712024-12-21T04:25:11.585Z Downloaded parking_lot v0.12.3
7722024-12-21T04:25:11.589Z Downloaded unicode-properties v0.1.3
7732024-12-21T04:25:11.592Z Downloaded siphasher v0.3.11
7742024-12-21T04:25:11.593Z Downloaded tokio-postgres v0.7.12
7752024-12-21T04:25:11.596Z Downloaded thiserror-no-std v2.0.2
7762024-12-21T04:25:11.600Z Downloaded tracing-attributes v0.1.27
7772024-12-21T04:25:11.603Z Downloaded qorb v0.2.1
7782024-12-21T04:25:11.607Z Downloaded crossterm v0.28.1
7792024-12-21T04:25:11.615Z Downloaded pem v3.0.4
7802024-12-21T04:25:11.617Z Downloaded tracing-core v0.1.32
7812024-12-21T04:25:11.620Z Downloaded termtree v0.4.1
7822024-12-21T04:25:11.622Z Downloaded slog-scope v4.4.0
7832024-12-21T04:25:11.624Z Downloaded parking_lot v0.11.2
7842024-12-21T04:25:11.627Z Downloaded zerofrom v0.1.4
7852024-12-21T04:25:11.627Z Downloaded spin v0.9.8
7862024-12-21T04:25:11.629Z Downloaded deranged v0.3.11
7872024-12-21T04:25:11.632Z Downloaded data-encoding v2.6.0
7882024-12-21T04:25:11.634Z Downloaded nanorand v0.7.0
7892024-12-21T04:25:11.636Z Downloaded rand_seeder v0.3.0
7902024-12-21T04:25:11.639Z Downloaded uzers v0.12.1
7912024-12-21T04:25:11.641Z Downloaded heapless v0.7.17
7922024-12-21T04:25:11.644Z Downloaded opaque-debug v0.3.1
7932024-12-21T04:25:11.646Z Downloaded num_threads v0.1.7
7942024-12-21T04:25:11.646Z Downloaded phf_shared v0.10.0
7952024-12-21T04:25:11.650Z Downloaded heck v0.3.3
7962024-12-21T04:25:11.654Z Downloaded slog-stdlog v4.1.1
7972024-12-21T04:25:11.654Z Downloaded slog-envlogger v2.2.0
7982024-12-21T04:25:11.655Z Downloaded hex v0.4.3
7992024-12-21T04:25:11.658Z Downloaded phf_generator v0.11.2
8002024-12-21T04:25:11.658Z Downloaded zerocopy-derive v0.8.10
8012024-12-21T04:25:11.664Z Downloaded spki v0.7.3
8022024-12-21T04:25:11.666Z Downloaded similar v2.6.0
8032024-12-21T04:25:11.670Z Downloaded serde_yaml v0.9.34+deprecated
8042024-12-21T04:25:11.674Z Downloaded heapless v0.8.0
8052024-12-21T04:25:11.680Z Downloaded poly1305 v0.8.0
8062024-12-21T04:25:11.682Z Downloaded itertools v0.10.5
8072024-12-21T04:25:11.691Z Downloaded russh-keys v0.45.0
8082024-12-21T04:25:11.694Z Downloaded libm v0.2.8
8092024-12-21T04:25:11.701Z Downloaded foreign-types-macros v0.2.3
8102024-12-21T04:25:11.704Z Downloaded hash32 v0.2.1
8112024-12-21T04:25:11.707Z Downloaded flume v0.11.1
8122024-12-21T04:25:11.711Z Downloaded fallible-iterator v0.2.0
8132024-12-21T04:25:11.711Z Downloaded universal-hash v0.5.1
8142024-12-21T04:25:11.713Z Downloaded sync-ptr v0.1.1
8152024-12-21T04:25:11.713Z Downloaded fallible-iterator v0.3.0
8162024-12-21T04:25:11.713Z Downloaded fs_extra v1.3.0
8172024-12-21T04:25:11.717Z Downloaded native-tls v0.2.12
8182024-12-21T04:25:11.719Z Downloaded der_derive v0.7.3
8192024-12-21T04:25:11.721Z Downloaded termios v0.3.3
8202024-12-21T04:25:11.728Z Downloaded multimap v0.10.0
8212024-12-21T04:25:11.728Z Downloaded aho-corasick v1.1.3
8222024-12-21T04:25:11.733Z Downloaded termcolor v1.4.1
8232024-12-21T04:25:11.737Z Downloaded packed_struct_codegen v0.10.1
8242024-12-21T04:25:11.737Z Downloaded hash32 v0.3.1
8252024-12-21T04:25:11.737Z Downloaded utf-8 v0.7.6
8262024-12-21T04:25:11.741Z Downloaded packed_struct v0.10.1
8272024-12-21T04:25:11.741Z Downloaded tungstenite v0.21.0
8282024-12-21T04:25:11.745Z Downloaded openssl-macros v0.1.1
8292024-12-21T04:25:11.745Z Downloaded unicode-xid v0.2.6
8302024-12-21T04:25:11.745Z Downloaded parse-zoneinfo v0.3.1
8312024-12-21T04:25:11.748Z Downloaded tar v0.4.42
8322024-12-21T04:25:11.751Z Downloaded futures-macro v0.3.31
8332024-12-21T04:25:11.754Z Downloaded itertools v0.12.1
8342024-12-21T04:25:11.760Z Downloaded pkg-config v0.3.31
8352024-12-21T04:25:11.763Z Downloaded signature v2.2.0
8362024-12-21T04:25:11.769Z Downloaded der v0.7.9
8372024-12-21T04:25:11.773Z Downloaded xz2 v0.1.7
8382024-12-21T04:25:11.773Z Downloaded ron v0.7.1
8392024-12-21T04:25:11.777Z Downloaded futures-io v0.3.31
8402024-12-21T04:25:11.780Z Downloaded wait-timeout v0.2.0
8412024-12-21T04:25:11.783Z Downloaded supports-color v3.0.1
8422024-12-21T04:25:11.783Z Downloaded slog-dtrace v0.3.0
8432024-12-21T04:25:11.787Z Downloaded downcast v0.11.0
8442024-12-21T04:25:11.787Z Downloaded pin-project-internal v1.1.6
8452024-12-21T04:25:11.791Z Downloaded scheduled-thread-pool v0.2.7
8462024-12-21T04:25:11.791Z Downloaded phf v0.11.2
8472024-12-21T04:25:11.791Z Downloaded aws-lc-rs v1.10.0
8482024-12-21T04:25:11.800Z Downloaded p256 v0.13.2
8492024-12-21T04:25:11.803Z Downloaded rand_xorshift v0.3.0
8502024-12-21T04:25:11.809Z Downloaded phf_shared v0.11.2
8512024-12-21T04:25:11.809Z Downloaded utf16_iter v1.0.5
8522024-12-21T04:25:11.812Z Downloaded signal-hook-registry v1.4.2
8532024-12-21T04:25:11.812Z Downloaded serde_with_macros v3.11.0
8542024-12-21T04:25:11.812Z Downloaded diesel_table_macro_syntax v0.2.0
8552024-12-21T04:25:11.812Z Downloaded predicates-tree v1.0.11
8562024-12-21T04:25:11.816Z Downloaded winnow v0.5.40
8572024-12-21T04:25:11.825Z Downloaded newline-converter v0.3.0
8582024-12-21T04:25:11.829Z Downloaded zip v0.6.6
8592024-12-21T04:25:11.833Z Downloaded rustc_version v0.4.1
8602024-12-21T04:25:11.833Z Downloaded progenitor-macro v0.8.0
8612024-12-21T04:25:11.833Z Downloaded dirs-next v2.0.0
8622024-12-21T04:25:11.836Z Downloaded foreign-types-shared v0.1.1
8632024-12-21T04:25:11.836Z Downloaded dirs-sys-next v0.1.2
8642024-12-21T04:25:11.836Z Downloaded spin v0.5.2
8652024-12-21T04:25:11.845Z Downloaded half v2.4.1
8662024-12-21T04:25:11.848Z Downloaded pkcs8 v0.10.2
8672024-12-21T04:25:11.848Z Downloaded idna v1.0.3
8682024-12-21T04:25:11.848Z Downloaded dhcproto-macros v0.1.0
8692024-12-21T04:25:11.852Z Downloaded difflib v0.4.0
8702024-12-21T04:25:11.852Z Downloaded itertools v0.13.0
8712024-12-21T04:25:11.860Z Downloaded tokio-rustls v0.25.0
8722024-12-21T04:25:11.864Z Downloaded pin-project v1.1.6
8732024-12-21T04:25:11.872Z Downloaded sqlparser_derive v0.2.2
8742024-12-21T04:25:11.875Z Downloaded funty v2.0.0
8752024-12-21T04:25:11.875Z Downloaded percent-encoding v2.3.1
8762024-12-21T04:25:11.875Z Downloaded postgres-types v0.2.8
8772024-12-21T04:25:11.880Z Downloaded postgres-protocol v0.6.7
8782024-12-21T04:25:11.883Z Downloaded either v1.13.0
8792024-12-21T04:25:11.883Z Downloaded radium v0.7.0
8802024-12-21T04:25:11.883Z Downloaded tokio-rustls v0.26.0
8812024-12-21T04:25:11.887Z Downloaded tough v0.19.0
8822024-12-21T04:25:11.893Z Downloaded xattr v1.3.1
8832024-12-21T04:25:11.898Z Downloaded displaydoc v0.2.5
8842024-12-21T04:25:11.901Z Downloaded nodrop v0.1.14
8852024-12-21T04:25:11.901Z Downloaded float-cmp v0.9.0
8862024-12-21T04:25:11.901Z Downloaded smallvec v0.6.14
8872024-12-21T04:25:11.905Z Downloaded sct v0.7.1
8882024-12-21T04:25:11.908Z Downloaded thiserror-impl-no-std v2.0.2
8892024-12-21T04:25:11.908Z Downloaded stable_deref_trait v1.2.0
8902024-12-21T04:25:11.908Z Downloaded newtype-uuid v1.1.3
8912024-12-21T04:25:11.912Z Downloaded tls_codec_derive v0.4.1
8922024-12-21T04:25:11.912Z Downloaded peg-runtime v0.8.3
8932024-12-21T04:25:11.915Z Downloaded sqlparser v0.45.0
8942024-12-21T04:25:11.919Z Downloaded thiserror-impl v2.0.3
8952024-12-21T04:25:11.922Z Downloaded hashbrown v0.14.5
8962024-12-21T04:25:11.929Z Downloaded slog-term v2.9.1
8972024-12-21T04:25:11.938Z Downloaded chrono v0.4.38
8982024-12-21T04:25:11.942Z Downloaded rtoolbox v0.0.2
8992024-12-21T04:25:11.942Z Downloaded sync_wrapper v1.0.1
9002024-12-21T04:25:11.942Z Downloaded vergen v8.3.2
9012024-12-21T04:25:11.942Z Downloaded openssl-probe v0.1.5
9022024-12-21T04:25:11.948Z Downloaded time v0.3.36
9032024-12-21T04:25:11.953Z Downloaded env_filter v0.1.2
9042024-12-21T04:25:11.954Z Downloaded rustc-hash v2.0.0
9052024-12-21T04:25:11.960Z Downloaded tabwriter v1.4.0
9062024-12-21T04:25:11.960Z Downloaded nu-ansi-term v0.50.1
9072024-12-21T04:25:11.960Z Downloaded diff v0.1.13
9082024-12-21T04:25:11.963Z Downloaded embedded-io v0.4.0
9092024-12-21T04:25:11.963Z Downloaded pem-rfc7468 v0.7.0
9102024-12-21T04:25:11.967Z Downloaded r2d2 v0.8.10
9112024-12-21T04:25:11.967Z Downloaded synstructure v0.13.1
9122024-12-21T04:25:11.970Z Downloaded serde_plain v1.0.2
9132024-12-21T04:25:11.970Z Downloaded bitvec v1.0.1
9142024-12-21T04:25:11.984Z Downloaded whoami v1.5.2
9152024-12-21T04:25:11.987Z Downloaded time-macros v0.2.18
9162024-12-21T04:25:11.989Z Downloaded unicode-truncate v1.1.0
9172024-12-21T04:25:11.996Z Downloaded num-iter v0.1.45
9182024-12-21T04:25:11.996Z Downloaded env_logger v0.10.2
9192024-12-21T04:25:12.000Z Downloaded enum-as-inner v0.6.1
9202024-12-21T04:25:12.000Z Downloaded hkdf v0.12.4
9212024-12-21T04:25:12.002Z Downloaded rustfmt-wrapper v0.2.1
9222024-12-21T04:25:12.002Z Downloaded wyz v0.5.1
9232024-12-21T04:25:12.002Z Downloaded owo-colors v4.1.0
9242024-12-21T04:25:12.005Z Downloaded rayon v1.10.0
9252024-12-21T04:25:12.014Z Downloaded darling_core v0.20.10
9262024-12-21T04:25:12.019Z Downloaded sec1 v0.7.3
9272024-12-21T04:25:12.023Z Downloaded futures-channel v0.3.31
9282024-12-21T04:25:12.025Z Downloaded num-bigint-dig v0.8.4
9292024-12-21T04:25:12.028Z Downloaded ed25519-dalek v2.1.1
9302024-12-21T04:25:12.031Z Downloaded elliptic-curve v0.13.8
9312024-12-21T04:25:12.035Z Downloaded snafu v0.8.5
9322024-12-21T04:25:12.042Z Downloaded env_logger v0.11.5
9332024-12-21T04:25:12.044Z Downloaded reqwest v0.12.9
9342024-12-21T04:25:12.054Z Downloaded rustc-hash v1.1.0
9352024-12-21T04:25:12.057Z Downloaded writeable v0.5.5
9362024-12-21T04:25:12.057Z Downloaded num-integer v0.1.46
9372024-12-21T04:25:12.059Z Downloaded bindgen v0.69.5
9382024-12-21T04:25:12.066Z Downloaded typify v0.2.0
9392024-12-21T04:25:12.069Z Downloaded rustc-demangle v0.1.24
9402024-12-21T04:25:12.072Z Downloaded futures v0.3.31
9412024-12-21T04:25:12.076Z Downloaded zopfli v0.8.1
9422024-12-21T04:25:12.079Z Downloaded openssl-sys v0.9.103
9432024-12-21T04:25:12.084Z Downloaded tungstenite v0.23.0
9442024-12-21T04:25:12.088Z Downloaded quinn v0.11.5
9452024-12-21T04:25:12.093Z Downloaded rustyline v14.0.0
9462024-12-21T04:25:12.097Z Downloaded num-traits v0.2.19
9472024-12-21T04:25:12.100Z Downloaded unicode-bidi v0.3.17
9482024-12-21T04:25:12.103Z Downloaded hashbrown v0.13.2
9492024-12-21T04:25:12.108Z Downloaded portable-atomic v1.9.0
9502024-12-21T04:25:12.115Z Downloaded zerocopy v0.8.10
9512024-12-21T04:25:12.140Z Downloaded publicsuffix v2.2.3
9522024-12-21T04:25:12.143Z Downloaded zerovec v0.10.4
9532024-12-21T04:25:12.149Z Downloaded rustls v0.21.12
9542024-12-21T04:25:12.160Z Downloaded expectorate v1.1.0
9552024-12-21T04:25:12.164Z Downloaded samael v0.0.17
9562024-12-21T04:25:12.168Z Downloaded lalrpop v0.19.12
9572024-12-21T04:25:12.180Z Downloaded icu_properties_data v1.5.0
9582024-12-21T04:25:12.191Z Downloaded hashbrown v0.12.3
9592024-12-21T04:25:12.198Z Downloaded serde_with v3.11.0
9602024-12-21T04:25:12.204Z Downloaded flate2 v1.0.35
9612024-12-21T04:25:12.210Z Downloaded salty v0.3.0
9622024-12-21T04:25:12.216Z Downloaded curve25519-dalek v4.1.3
9632024-12-21T04:25:12.226Z Downloaded x509-cert v0.2.5
9642024-12-21T04:25:12.232Z Downloaded unicode-segmentation v1.12.0
9652024-12-21T04:25:12.237Z Downloaded proptest v1.5.0
9662024-12-21T04:25:12.246Z Downloaded p521 v0.13.3
9672024-12-21T04:25:12.250Z Downloaded object v0.30.4
9682024-12-21T04:25:12.261Z Downloaded russh v0.45.0
9692024-12-21T04:25:12.267Z Downloaded rusqlite v0.32.1
9702024-12-21T04:25:12.273Z Downloaded webpki-roots v0.26.6
9712024-12-21T04:25:12.277Z Downloaded ssh-key v0.6.6
9722024-12-21T04:25:12.284Z Downloaded rustls-webpki v0.101.7
9732024-12-21T04:25:12.299Z Downloaded p384 v0.13.0
9742024-12-21T04:25:12.305Z Downloaded idna v0.2.3
9752024-12-21T04:25:12.312Z Downloaded h2 v0.4.6
9762024-12-21T04:25:12.319Z Downloaded regex v1.11.1
9772024-12-21T04:25:12.333Z Downloaded quinn-proto v0.11.8
9782024-12-21T04:25:12.339Z Downloaded idna v0.3.0
9792024-12-21T04:25:12.349Z Downloaded petname v2.0.2
9802024-12-21T04:25:12.352Z Downloaded nix v0.28.0
9812024-12-21T04:25:12.364Z Downloaded unicode-width v0.2.0
9822024-12-21T04:25:12.370Z Downloaded vcpkg v0.2.15
9832024-12-21T04:25:12.409Z Downloaded idna v0.4.0
9842024-12-21T04:25:12.415Z Downloaded chrono-tz v0.10.0
9852024-12-21T04:25:12.422Z Downloaded git2 v0.19.0
9862024-12-21T04:25:12.431Z Downloaded diesel v2.2.6
9872024-12-21T04:25:12.451Z Downloaded smoltcp v0.11.0
9882024-12-21T04:25:12.463Z Downloaded trust-dns-proto v0.22.0
9892024-12-21T04:25:12.476Z Downloaded rustls v0.22.4
9902024-12-21T04:25:12.490Z Downloaded gimli v0.31.1
9912024-12-21T04:25:12.499Z Downloaded object v0.36.5
9922024-12-21T04:25:12.510Z Downloaded typify-impl v0.2.0
9932024-12-21T04:25:12.525Z Downloaded radix_trie v0.2.1
9942024-12-21T04:25:12.530Z Downloaded dropshot v0.12.0
9952024-12-21T04:25:12.551Z Downloaded openapiv3 v2.0.0
9962024-12-21T04:25:12.563Z Downloaded regex-syntax v0.6.29
9972024-12-21T04:25:12.570Z Downloaded dropshot v0.13.0
9982024-12-21T04:25:12.590Z Downloaded openssl v0.10.66
9992024-12-21T04:25:12.601Z Downloaded polar-core v0.27.3
10002024-12-21T04:25:12.607Z Downloaded smoltcp v0.9.1
10012024-12-21T04:25:12.618Z Downloaded nix v0.29.0
10022024-12-21T04:25:12.631Z Downloaded ratatui v0.28.1
10032024-12-21T04:25:12.650Z Downloaded regex-syntax v0.8.5
10042024-12-21T04:25:12.658Z Downloaded bzip2-sys v0.1.11+1.0.8
10052024-12-21T04:25:12.670Z Downloaded hickory-proto v0.24.1
10062024-12-21T04:25:12.686Z Downloaded sled v0.34.7
10072024-12-21T04:25:12.695Z Downloaded bstr v1.10.0
10082024-12-21T04:25:12.706Z Downloaded zerocopy-derive v0.6.6
10092024-12-21T04:25:12.715Z Downloaded rustls v0.23.19
10102024-12-21T04:25:12.727Z Downloaded regress v0.10.1
10112024-12-21T04:25:12.736Z Downloaded regress v0.9.1
10122024-12-21T04:25:12.745Z Downloaded nix v0.27.1
10132024-12-21T04:25:12.755Z Downloaded idna v0.5.0
10142024-12-21T04:25:12.762Z Downloaded regex-automata v0.4.8
10152024-12-21T04:25:12.780Z Downloaded nom v7.1.3
10162024-12-21T04:25:12.784Z Downloaded rustls-webpki v0.102.8
10172024-12-21T04:25:12.803Z Downloaded quick-xml v0.33.0
10182024-12-21T04:25:12.808Z Downloaded typed-path v0.9.3
10192024-12-21T04:25:12.814Z Downloaded schemars v0.8.21
10202024-12-21T04:25:12.826Z Downloaded csv v1.3.0
10212024-12-21T04:25:12.848Z Downloaded petgraph v0.6.5
10222024-12-21T04:25:12.863Z Downloaded lzma-sys v0.1.20
10232024-12-21T04:25:12.891Z Downloaded tokio v1.40.0
10242024-12-21T04:25:12.951Z Downloaded libz-sys v1.1.20
10252024-12-21T04:25:12.975Z Downloaded sha3 v0.10.8
10262024-12-21T04:25:12.980Z Downloaded tokio-util v0.7.12
10272024-12-21T04:25:12.989Z Downloaded reedline v0.35.0
10282024-12-21T04:25:12.997Z Downloaded zerovec-derive v0.10.3
10292024-12-21T04:25:13.002Z Downloaded unicode_categories v0.1.1
10302024-12-21T04:25:13.006Z Downloaded unsafe-libyaml v0.2.11
10312024-12-21T04:25:13.006Z Downloaded postcard v1.0.10
10322024-12-21T04:25:13.011Z Downloaded pkcs5 v0.7.1
10332024-12-21T04:25:13.015Z Downloaded rand_core v0.6.4
10342024-12-21T04:25:13.015Z Downloaded snafu-derive v0.8.5
10352024-12-21T04:25:13.015Z Downloaded smallvec v1.13.2
10362024-12-21T04:25:13.019Z Downloaded tls_codec v0.4.1
10372024-12-21T04:25:13.019Z Downloaded futures-util v0.3.31
10382024-12-21T04:25:13.028Z Downloaded tracing v0.1.40
10392024-12-21T04:25:13.035Z Downloaded steno v0.4.1
10402024-12-21T04:25:13.038Z Downloaded unicode-normalization v0.1.24
10412024-12-21T04:25:13.041Z Downloaded tokio-rustls v0.24.1
10422024-12-21T04:25:13.044Z Downloaded group v0.13.0
10432024-12-21T04:25:13.044Z Downloaded rayon-core v1.12.1
10442024-12-21T04:25:13.047Z Downloaded hyper v1.5.0
10452024-12-21T04:25:13.053Z Downloaded num-bigint v0.4.6
10462024-12-21T04:25:13.056Z Downloaded zip v2.1.3
10472024-12-21T04:25:13.060Z Downloaded serde_repr v0.1.19
10482024-12-21T04:25:13.069Z Downloaded num v0.4.3
10492024-12-21T04:25:13.069Z Downloaded flagset v0.4.6
10502024-12-21T04:25:13.072Z Downloaded new_debug_unreachable v1.0.6
10512024-12-21T04:25:13.072Z Downloaded rustls-pki-types v1.10.0
10522024-12-21T04:25:13.072Z Downloaded fixedbitset v0.4.2
10532024-12-21T04:25:13.072Z Downloaded walkdir v2.5.0
10542024-12-21T04:25:13.078Z Downloaded term v0.7.0
10552024-12-21T04:25:13.078Z Downloaded dhcproto v0.12.0
10562024-12-21T04:25:13.081Z Downloaded libxml v0.3.3
10572024-12-21T04:25:13.088Z Downloaded value-bag v1.9.0
10582024-12-21T04:25:13.090Z Downloaded tungstenite v0.24.0
10592024-12-21T04:25:13.090Z Downloaded diesel_derives v2.2.3
10602024-12-21T04:25:13.093Z Downloaded yoke v0.7.4
10612024-12-21T04:25:13.093Z Downloaded yasna v0.5.2
10622024-12-21T04:25:13.095Z Downloaded futures-executor v0.3.31
10632024-12-21T04:25:13.098Z Downloaded signal-hook-tokio v0.3.1
10642024-12-21T04:25:13.098Z Downloaded sha1 v0.10.6
10652024-12-21T04:25:13.101Z Downloaded blake3 v1.5.4
10662024-12-21T04:25:13.106Z Downloaded rustls-pemfile v2.2.0
10672024-12-21T04:25:13.111Z Downloaded waitgroup v0.1.2
10682024-12-21T04:25:13.111Z Downloaded vte_generate_state_changes v0.1.2
10692024-12-21T04:25:13.116Z Downloaded zeroize_derive v1.4.2
10702024-12-21T04:25:13.116Z Downloaded rcgen v0.12.1
10712024-12-21T04:25:13.116Z Downloaded fatfs v0.3.6
10722024-12-21T04:25:13.120Z Downloaded peg-macros v0.8.4
10732024-12-21T04:25:13.120Z Downloaded toml v0.7.8
10742024-12-21T04:25:13.124Z Downloaded multer v3.1.0
10752024-12-21T04:25:13.127Z Downloaded defmt-parser v0.3.4
10762024-12-21T04:25:13.127Z Downloaded defmt-macros v0.3.9
10772024-12-21T04:25:13.132Z Downloaded debug-ignore v1.0.5
10782024-12-21T04:25:13.132Z Downloaded serde_derive_internals v0.29.1
10792024-12-21T04:25:13.132Z Downloaded url v2.5.3
10802024-12-21T04:25:13.134Z Downloaded smf v0.2.3
10812024-12-21T04:25:13.134Z Downloaded serde_path_to_error v0.1.16
10822024-12-21T04:25:13.137Z Downloaded rsa v0.9.6
10832024-12-21T04:25:13.143Z Downloaded aes-gcm v0.10.3
10842024-12-21T04:25:13.146Z Downloaded structmeta-derive v0.3.0
10852024-12-21T04:25:13.146Z Downloaded structmeta-derive v0.2.0
10862024-12-21T04:25:13.149Z Downloaded string_cache v0.8.7
10872024-12-21T04:25:13.150Z Downloaded peg v0.8.4
10882024-12-21T04:25:13.153Z Downloaded pbkdf2 v0.12.2
10892024-12-21T04:25:13.156Z Downloaded pbkdf2 v0.11.0
10902024-12-21T04:25:13.156Z Downloaded socket2 v0.5.7
10912024-12-21T04:25:13.160Z Downloaded tokio-tungstenite v0.21.0
10922024-12-21T04:25:13.166Z Downloaded tokio-stream v0.1.16
10932024-12-21T04:25:13.169Z Downloaded predicates v3.1.2
10942024-12-21T04:25:13.169Z Downloaded password-hash v0.5.0
10952024-12-21T04:25:13.172Z Downloaded tokio-tungstenite v0.24.0
10962024-12-21T04:25:13.172Z Downloaded tokio-tungstenite v0.23.1
10972024-12-21T04:25:13.178Z Downloaded minimal-lexical v0.2.1
10982024-12-21T04:25:13.180Z Downloaded hickory-resolver v0.24.1
10992024-12-21T04:25:13.185Z Downloaded oso v0.27.3
11002024-12-21T04:25:13.188Z Downloaded toml_edit v0.19.15
11012024-12-21T04:25:13.202Z Downloaded indicatif v0.17.9
11022024-12-21T04:25:13.206Z Downloaded base64 v0.22.1
11032024-12-21T04:25:13.209Z Downloaded encoding_rs v0.8.34
11042024-12-21T04:25:13.226Z Downloaded pin-project-lite v0.2.14
11052024-12-21T04:25:13.230Z Downloaded num-rational v0.4.2
11062024-12-21T04:25:13.233Z Downloaded derive-where v1.2.7
11072024-12-21T04:25:13.235Z Downloaded hyper-util v0.1.10
11082024-12-21T04:25:13.238Z Downloaded scrypt v0.11.0
11092024-12-21T04:25:13.240Z Downloaded derive_builder_core v0.20.2
11102024-12-21T04:25:13.242Z Downloaded cc v1.1.30
11112024-12-21T04:25:13.245Z Downloaded vte v0.11.1
11122024-12-21T04:25:13.247Z Downloaded ssh-encoding v0.2.0
11132024-12-21T04:25:13.247Z Downloaded proc-macro-crate v1.3.1
11142024-12-21T04:25:13.251Z Downloaded primeorder v0.13.6
11152024-12-21T04:25:13.252Z Downloaded powerfmt v0.2.0
11162024-12-21T04:25:13.254Z Downloaded parse-display v0.10.0
11172024-12-21T04:25:13.254Z Downloaded slog-async v2.8.0
11182024-12-21T04:25:13.254Z Downloaded olpc-cjson v0.1.4
11192024-12-21T04:25:13.257Z Downloaded rustc_version v0.1.7
11202024-12-21T04:25:13.257Z Downloaded pretty-hex v0.2.1
11212024-12-21T04:25:13.257Z Downloaded nibble_vec v0.1.0
11222024-12-21T04:25:13.262Z Downloaded newtype_derive v0.1.6
11232024-12-21T04:25:13.262Z Downloaded gethostname v0.5.0
11242024-12-21T04:25:13.264Z Downloaded futures-core v0.3.31
11252024-12-21T04:25:13.264Z Downloaded foreign-types v0.5.0
11262024-12-21T04:25:13.264Z Downloaded ecdsa v0.16.9
11272024-12-21T04:25:13.264Z Downloaded tinyvec v1.8.0
11282024-12-21T04:25:13.269Z Downloaded http v1.1.0
11292024-12-21T04:25:13.271Z Downloaded base64 v0.21.7
11302024-12-21T04:25:13.275Z Downloaded mockall_derive v0.13.0
11312024-12-21T04:25:13.279Z Downloaded icu_locid_transform_data v1.5.0
11322024-12-21T04:25:13.281Z Downloaded icu_locid v1.5.0
11332024-12-21T04:25:13.285Z Downloaded hmac v0.12.1
11342024-12-21T04:25:13.285Z Downloaded libgit2-sys v0.17.0+1.8.1
11352024-12-21T04:25:13.343Z Downloaded icu_normalizer v1.5.0
11362024-12-21T04:25:13.346Z Downloaded hickory-client v0.24.1
11372024-12-21T04:25:13.348Z Downloaded const_format v0.2.33
11382024-12-21T04:25:13.353Z Downloaded topological-sort v0.2.2
11392024-12-21T04:25:13.355Z Downloaded structmeta v0.3.0
11402024-12-21T04:25:13.355Z Downloaded slog-json v2.6.1
11412024-12-21T04:25:13.358Z Downloaded chacha20poly1305 v0.10.1
11422024-12-21T04:25:13.361Z Downloaded allocator-api2 v0.2.18
11432024-12-21T04:25:13.362Z Downloaded compact_str v0.8.0
11442024-12-21T04:25:13.364Z Downloaded libefi-sys v0.1.0
11452024-12-21T04:25:13.366Z Downloaded icu_locid_transform v1.5.0
11462024-12-21T04:25:13.369Z Downloaded arc-swap v1.7.1
11472024-12-21T04:25:13.371Z Downloaded tiny-keccak v2.0.2
11482024-12-21T04:25:13.373Z Downloaded structmeta v0.2.0
11492024-12-21T04:25:13.373Z Downloaded sqlformat v0.2.6
11502024-12-21T04:25:13.376Z Downloaded blake2 v0.10.6
11512024-12-21T04:25:13.379Z Downloaded rustls-pemfile v1.0.4
11522024-12-21T04:25:13.381Z Downloaded rpassword v7.3.1
11532024-12-21T04:25:13.381Z Downloaded ahash v0.8.11
11542024-12-21T04:25:13.383Z Downloaded write16 v1.0.0
11552024-12-21T04:25:13.383Z Downloaded clang-sys v1.8.1
11562024-12-21T04:25:13.385Z Downloaded cexpr v0.6.0
11572024-12-21T04:25:13.387Z Downloaded indent_write v2.2.0
11582024-12-21T04:25:13.391Z Downloaded hubpack v0.1.2
11592024-12-21T04:25:13.391Z Downloaded http-body-util v0.1.2
11602024-12-21T04:25:13.393Z Downloaded linear-map v1.2.0
11612024-12-21T04:25:13.393Z Downloaded humantime v2.1.0
11622024-12-21T04:25:13.393Z Downloaded async-bb8-diesel v0.2.1
11632024-12-21T04:25:13.396Z Downloaded argon2 v0.5.3
11642024-12-21T04:25:13.407Z Downloaded bzip2 v0.4.4
11652024-12-21T04:25:13.407Z Downloaded bcs v0.1.6
11662024-12-21T04:25:13.407Z Downloaded hyper-tls v0.6.0
11672024-12-21T04:25:13.407Z Downloaded buf-list v1.0.3
11682024-12-21T04:25:13.407Z Downloaded bitflags v1.3.2
11692024-12-21T04:25:13.409Z Downloaded async-recursion v1.1.1
11702024-12-21T04:25:13.412Z Downloaded arrayvec v0.7.6
11712024-12-21T04:25:13.412Z Downloaded cobs v0.2.3
11722024-12-21T04:25:13.415Z Downloaded ident_case v1.0.1
11732024-12-21T04:25:13.415Z Downloaded crc-catalog v2.4.0
11742024-12-21T04:25:13.415Z Downloaded castaway v0.2.3
11752024-12-21T04:25:13.417Z Downloaded bitfield v0.14.0
11762024-12-21T04:25:13.417Z Downloaded blowfish v0.9.1
11772024-12-21T04:25:13.420Z Downloaded bit-set v0.5.3
11782024-12-21T04:25:13.420Z Downloaded array-init v0.0.4
11792024-12-21T04:25:13.423Z Downloaded impl-trait-for-tuples v0.2.2
11802024-12-21T04:25:13.425Z Downloaded aead v0.5.2
11812024-12-21T04:25:13.534Z Downloaded ring v0.17.8
11822024-12-21T04:25:13.811Z Downloaded aws-lc-sys v0.22.0
11832024-12-21T04:25:14.142Z Downloaded libsqlite3-sys v0.30.1
11842024-12-21T04:25:14.218Z Downloaded ring v0.16.20
11852024-12-21T04:25:14.398Z Compiling serde v1.0.215
11862024-12-21T04:25:14.401Z Compiling lock_api v0.4.12
11872024-12-21T04:25:14.401Z Compiling scopeguard v1.2.0
11882024-12-21T04:25:14.401Z Compiling value-bag v1.9.0
11892024-12-21T04:25:14.401Z Compiling typenum v1.17.0
11902024-12-21T04:25:14.401Z Compiling generic-array v0.14.7
11912024-12-21T04:25:14.604Z Compiling syn v2.0.87
11922024-12-21T04:25:14.620Z Compiling getrandom v0.2.15
11932024-12-21T04:25:14.698Z Compiling subtle v2.6.1
11942024-12-21T04:25:15.031Z Compiling rand_core v0.6.4
11952024-12-21T04:25:15.036Z Compiling shlex v1.3.0
11962024-12-21T04:25:15.126Z Compiling log v0.4.22
11972024-12-21T04:25:15.204Z Compiling jobserver v0.1.32
11982024-12-21T04:25:15.388Z Compiling const-oid v0.9.6
11992024-12-21T04:25:15.407Z Compiling smallvec v1.13.2
12002024-12-21T04:25:15.532Z Compiling cc v1.1.30
12012024-12-21T04:25:15.627Z Compiling spin v0.9.8
12022024-12-21T04:25:15.775Z Compiling pin-project-lite v0.2.14
12032024-12-21T04:25:15.921Z Compiling rustix v0.38.37
12042024-12-21T04:25:15.985Z Compiling parking_lot_core v0.9.10
12052024-12-21T04:25:16.018Z Compiling futures-core v0.3.31
12062024-12-21T04:25:16.107Z Compiling signal-hook-registry v1.4.2
12072024-12-21T04:25:16.253Z Compiling mio v1.0.2
12082024-12-21T04:25:16.837Z Compiling parking_lot v0.12.3
12092024-12-21T04:25:16.914Z Compiling aho-corasick v1.1.3
12102024-12-21T04:25:17.049Z Compiling either v1.13.0
12112024-12-21T04:25:17.194Z Compiling regex-syntax v0.8.5
12122024-12-21T04:25:17.286Z Compiling cpufeatures v0.2.14
12132024-12-21T04:25:17.381Z Compiling lazy_static v1.5.0
12142024-12-21T04:25:17.400Z Compiling glob v0.3.1
12152024-12-21T04:25:17.465Z Compiling futures-sink v0.3.31
12162024-12-21T04:25:17.503Z Compiling stable_deref_trait v1.2.0
12172024-12-21T04:25:17.623Z Compiling socket2 v0.5.7
12182024-12-21T04:25:17.635Z Compiling slab v0.4.9
12192024-12-21T04:25:17.820Z Compiling prettyplease v0.2.25
12202024-12-21T04:25:18.174Z Compiling minimal-lexical v0.2.1
12212024-12-21T04:25:18.231Z Compiling serde_json v1.0.133
12222024-12-21T04:25:18.431Z Compiling clang-sys v1.8.1
12232024-12-21T04:25:18.609Z Compiling nom v7.1.3
12242024-12-21T04:25:18.675Z Compiling libloading v0.8.5
12252024-12-21T04:25:18.845Z Compiling bindgen v0.69.5
12262024-12-21T04:25:19.103Z Compiling home v0.5.9
12272024-12-21T04:25:19.378Z Compiling futures-channel v0.3.31
12282024-12-21T04:25:19.649Z Compiling itertools v0.12.1
12292024-12-21T04:25:19.780Z Compiling futures-io v0.3.31
12302024-12-21T04:25:19.804Z Compiling lazycell v1.3.0
12312024-12-21T04:25:19.972Z Compiling foldhash v0.1.3
12322024-12-21T04:25:20.109Z Compiling futures-task v0.3.31
12332024-12-21T04:25:20.286Z Compiling allocator-api2 v0.2.18
12342024-12-21T04:25:20.421Z Compiling pin-utils v0.1.0
12352024-12-21T04:25:20.521Z Compiling libm v0.2.8
12362024-12-21T04:25:20.853Z Compiling regex-automata v0.4.8
12372024-12-21T04:25:21.049Z Compiling rustc-hash v1.1.0
12382024-12-21T04:25:21.195Z Compiling hashbrown v0.15.1
12392024-12-21T04:25:22.297Z Compiling synstructure v0.13.1
12402024-12-21T04:25:22.528Z Compiling cexpr v0.6.0
12412024-12-21T04:25:22.798Z Compiling cmake v0.1.51
12422024-12-21T04:25:23.847Z Compiling num-traits v0.2.19
12432024-12-21T04:25:24.032Z Compiling fs_extra v1.3.0
12442024-12-21T04:25:24.060Z Compiling dunce v1.0.5
12452024-12-21T04:25:24.108Z Compiling pkg-config v0.3.31
12462024-12-21T04:25:24.188Z Compiling tinyvec_macros v0.1.1
12472024-12-21T04:25:24.284Z Compiling tinyvec v1.8.0
12482024-12-21T04:25:24.615Z Compiling ring v0.17.8
12492024-12-21T04:25:25.669Z Compiling unicode-bidi v0.3.17
12502024-12-21T04:25:25.733Z Compiling unicode-normalization v0.1.24
12512024-12-21T04:25:25.792Z Compiling paste v1.0.15
12522024-12-21T04:25:25.945Z Compiling litemap v0.7.3
12532024-12-21T04:25:26.345Z Compiling regex v1.11.1
12542024-12-21T04:25:26.365Z Compiling writeable v0.5.5
12552024-12-21T04:25:26.862Z Compiling base64ct v1.6.0
12562024-12-21T04:25:27.101Z Compiling flagset v0.4.6
12572024-12-21T04:25:27.278Z Compiling aws-lc-rs v1.10.0
12582024-12-21T04:25:27.390Z Compiling pem-rfc7468 v0.7.0
12592024-12-21T04:25:27.452Z Compiling httparse v1.9.5
12602024-12-21T04:25:27.684Z Compiling tracing-core v0.1.32
12612024-12-21T04:25:28.134Z Compiling percent-encoding v2.3.1
12622024-12-21T04:25:28.245Z Compiling crossbeam-utils v0.8.20
12632024-12-21T04:25:28.497Z Compiling rustls-pki-types v1.10.0
12642024-12-21T04:25:28.633Z Compiling icu_locid_transform_data v1.5.0
12652024-12-21T04:25:28.803Z Compiling mirai-annotations v1.12.0
12662024-12-21T04:25:28.901Z Compiling serde_derive v1.0.215
12672024-12-21T04:25:28.981Z Compiling zeroize_derive v1.4.2
12682024-12-21T04:25:28.987Z Compiling zerocopy-derive v0.7.35
12692024-12-21T04:25:29.408Z Compiling tokio-macros v2.4.0
12702024-12-21T04:25:29.551Z Compiling zerofrom-derive v0.1.4
12712024-12-21T04:25:30.506Z Compiling zeroize v1.8.1
12722024-12-21T04:25:30.979Z Compiling yoke-derive v0.7.4
12732024-12-21T04:25:31.080Z Compiling thiserror-impl v1.0.69
12742024-12-21T04:25:31.217Z Compiling zerocopy v0.7.35
12752024-12-21T04:25:32.328Z Compiling crypto-common v0.1.6
12762024-12-21T04:25:32.570Z Compiling block-buffer v0.10.4
12772024-12-21T04:25:32.732Z Compiling futures-macro v0.3.31
12782024-12-21T04:25:32.803Z Compiling digest v0.10.7
12792024-12-21T04:25:33.320Z Compiling hmac v0.12.1
12802024-12-21T04:25:33.484Z Compiling zerovec-derive v0.10.3
12812024-12-21T04:25:33.511Z Compiling zerofrom v0.1.4
12822024-12-21T04:25:33.554Z Compiling block-padding v0.3.3
12832024-12-21T04:25:33.933Z Compiling displaydoc v0.2.5
12842024-12-21T04:25:33.949Z Compiling inout v0.1.3
12852024-12-21T04:25:34.004Z Compiling yoke v0.7.4
12862024-12-21T04:25:34.059Z Compiling cipher v0.4.4
12872024-12-21T04:25:34.364Z Compiling sha2 v0.10.8
12882024-12-21T04:25:34.513Z Compiling thiserror v1.0.69
12892024-12-21T04:25:34.549Z Compiling ppv-lite86 v0.2.20
12902024-12-21T04:25:34.574Z Compiling der_derive v0.7.3
12912024-12-21T04:25:34.640Z Compiling futures-util v0.3.31
12922024-12-21T04:25:35.375Z Compiling icu_provider_macros v1.5.0
12932024-12-21T04:25:35.396Z Compiling rand_chacha v0.3.1
12942024-12-21T04:25:36.117Z Compiling zerovec v0.10.4
12952024-12-21T04:25:36.430Z Compiling tracing-attributes v0.1.27
12962024-12-21T04:25:36.901Z Compiling rand v0.8.5
12972024-12-21T04:25:36.956Z Compiling der v0.7.9
12982024-12-21T04:25:37.677Z Compiling pest v2.7.14
12992024-12-21T04:25:37.764Z Compiling salsa20 v0.10.2
13002024-12-21T04:25:38.043Z Compiling tinystr v0.7.6
13012024-12-21T04:25:38.309Z Compiling icu_collections v1.5.0
13022024-12-21T04:25:38.504Z Compiling icu_locid v1.5.0
13032024-12-21T04:25:39.153Z Compiling spki v0.7.3
13042024-12-21T04:25:39.519Z Compiling pbkdf2 v0.12.2
13052024-12-21T04:25:39.693Z Compiling icu_provider v1.5.0
13062024-12-21T04:25:39.801Z Compiling untrusted v0.9.0
13072024-12-21T04:25:39.987Z Compiling untrusted v0.7.1
13082024-12-21T04:25:40.182Z Compiling vcpkg v0.2.15
13092024-12-21T04:25:40.314Z Compiling tracing v0.1.40
13102024-12-21T04:25:40.347Z Compiling time-core v0.1.2
13112024-12-21T04:25:40.532Z Compiling icu_locid_transform v1.5.0
13122024-12-21T04:25:40.722Z Compiling num-conv v0.1.0
13132024-12-21T04:25:40.744Z Compiling powerfmt v0.2.0
13142024-12-21T04:25:40.763Z Compiling icu_properties_data v1.5.0
13152024-12-21T04:25:40.822Z Compiling pest_meta v2.7.14
13162024-12-21T04:25:40.983Z Compiling time-macros v0.2.18
13172024-12-21T04:25:41.024Z Compiling deranged v0.3.11
13182024-12-21T04:25:41.122Z Compiling scrypt v0.11.0
13192024-12-21T04:25:41.700Z Compiling icu_properties v1.5.1
13202024-12-21T04:25:42.373Z Compiling openssl-sys v0.9.103
13212024-12-21T04:25:42.807Z Compiling bitflags v2.6.0
13222024-12-21T04:25:42.896Z Compiling bytes v1.8.0
13232024-12-21T04:25:43.475Z Compiling indexmap v2.6.0
13242024-12-21T04:25:44.272Z Compiling tokio v1.40.0
13252024-12-21T04:25:44.391Z Compiling http v1.1.0
13262024-12-21T04:25:44.727Z Compiling semver v1.0.23
13272024-12-21T04:25:44.960Z Compiling cbc v0.1.2
13282024-12-21T04:25:45.201Z Compiling rustc_version v0.4.1
13292024-12-21T04:25:45.451Z Compiling aes v0.8.4
13302024-12-21T04:25:45.951Z Compiling scroll_derive v0.12.0
13312024-12-21T04:25:46.436Z Compiling utf8_iter v1.0.4
13322024-12-21T04:25:46.603Z Compiling icu_normalizer_data v1.5.0
13332024-12-21T04:25:46.672Z Compiling atomic-waker v1.1.2
13342024-12-21T04:25:46.702Z Compiling utf16_iter v1.0.5
13352024-12-21T04:25:46.824Z Compiling write16 v1.0.0
13362024-12-21T04:25:46.847Z Compiling num_threads v0.1.7
13372024-12-21T04:25:46.896Z Compiling pkcs5 v0.7.1
13382024-12-21T04:25:46.959Z Compiling which v4.4.2
13392024-12-21T04:25:46.980Z Compiling icu_normalizer v1.5.0
13402024-12-21T04:25:47.199Z Compiling time v0.3.36
13412024-12-21T04:25:47.547Z Compiling scroll v0.12.0
13422024-12-21T04:25:48.109Z Compiling http-body v1.0.1
13432024-12-21T04:25:48.302Z Compiling pest_generator v2.7.14
13442024-12-21T04:25:48.361Z Compiling form_urlencoded v1.2.1
13452024-12-21T04:25:48.378Z Compiling slog v2.7.0
13462024-12-21T04:25:48.450Z Compiling try-lock v0.2.5
13472024-12-21T04:25:48.607Z Compiling want v0.3.1
13482024-12-21T04:25:48.687Z Compiling goblin v0.8.2
13492024-12-21T04:25:48.882Z Compiling idna_adapter v1.2.0
13502024-12-21T04:25:48.973Z Compiling pkcs8 v0.10.2
13512024-12-21T04:25:49.051Z Compiling uuid v1.11.0
13522024-12-21T04:25:49.100Z Compiling iana-time-zone v0.1.61
13532024-12-21T04:25:49.567Z Compiling httpdate v1.0.3
13542024-12-21T04:25:49.660Z Compiling chrono v0.4.38
13552024-12-21T04:25:50.060Z Compiling idna v1.0.3
13562024-12-21T04:25:50.282Z Compiling pest_derive v2.7.14
13572024-12-21T04:25:51.083Z Compiling dtrace-parser v0.2.0
13582024-12-21T04:25:51.314Z Compiling serde_spanned v0.6.8
13592024-12-21T04:25:51.542Z Compiling serde_tokenstream v0.2.2
13602024-12-21T04:25:51.914Z Compiling toml_datetime v0.6.8
13612024-12-21T04:25:52.151Z Compiling openssl v0.10.66
13622024-12-21T04:25:52.438Z Compiling base64 v0.22.1
13632024-12-21T04:25:52.460Z Compiling tower-service v0.3.3
13642024-12-21T04:25:52.552Z Compiling tokio-util v0.7.12
13652024-12-21T04:25:52.587Z Compiling rustversion v1.0.17
13662024-12-21T04:25:53.209Z Compiling adler2 v2.0.0
13672024-12-21T04:25:53.231Z Compiling match_cfg v0.1.0
13682024-12-21T04:25:53.332Z Compiling foreign-types-shared v0.1.1
13692024-12-21T04:25:53.406Z Compiling miniz_oxide v0.8.0
13702024-12-21T04:25:53.430Z Compiling hostname v0.3.1
13712024-12-21T04:25:53.448Z Compiling foreign-types v0.3.2
13722024-12-21T04:25:53.492Z Compiling url v2.5.3
13732024-12-21T04:25:53.562Z Compiling h2 v0.4.6
13742024-12-21T04:25:53.975Z Compiling async-trait v0.1.83
13752024-12-21T04:25:54.919Z Compiling dof v0.3.0
13762024-12-21T04:25:55.087Z Compiling openssl-macros v0.1.1
13772024-12-21T04:25:55.481Z Compiling serde_derive_internals v0.29.1
13782024-12-21T04:25:55.858Z Compiling usdt-impl v0.5.0
13792024-12-21T04:25:56.721Z Compiling dirs-sys-next v0.1.2
13802024-12-21T04:25:57.081Z Compiling rustls v0.23.19
13812024-12-21T04:25:57.343Z Compiling siphasher v0.3.11
13822024-12-21T04:25:57.378Z Compiling rustls v0.22.4
13832024-12-21T04:25:57.451Z Compiling schemars v0.8.21
13842024-12-21T04:25:57.632Z Compiling syn v1.0.109
13852024-12-21T04:25:57.725Z Compiling data-encoding v2.6.0
13862024-12-21T04:25:57.777Z Compiling native-tls v0.2.12
13872024-12-21T04:25:58.228Z Compiling schemars_derive v0.8.21
13882024-12-21T04:25:58.253Z Compiling dirs-next v2.0.0
13892024-12-21T04:25:58.943Z Compiling http-body-util v0.1.2
13902024-12-21T04:25:59.482Z Compiling crossbeam-epoch v0.9.18
13912024-12-21T04:25:59.696Z Compiling heapless v0.7.17
13922024-12-21T04:25:59.831Z Compiling sha1 v0.10.6
13932024-12-21T04:26:00.108Z Compiling signature v2.2.0
13942024-12-21T04:26:00.149Z Compiling bzip2-sys v0.1.11+1.0.8
13952024-12-21T04:26:00.217Z Compiling hyper v1.5.0
13962024-12-21T04:26:00.238Z Compiling thread_local v1.1.8
13972024-12-21T04:26:00.397Z Compiling encoding_rs v0.8.34
13982024-12-21T04:26:00.618Z Compiling cookie v0.18.1
13992024-12-21T04:26:00.756Z Compiling multer v3.1.0
14002024-12-21T04:26:00.911Z Compiling openssl-probe v0.1.5
14012024-12-21T04:26:01.038Z Compiling slog-async v2.8.0
14022024-12-21T04:26:01.268Z Compiling unicode-properties v0.1.3
14032024-12-21T04:26:01.448Z Compiling rayon-core v1.12.1
14042024-12-21T04:26:01.550Z Compiling ipnet v2.10.1
14052024-12-21T04:26:01.669Z Compiling signal-hook v0.3.17
14062024-12-21T04:26:01.714Z Compiling gimli v0.31.1
14072024-12-21T04:26:01.932Z Compiling dyn-clone v1.0.17
14082024-12-21T04:26:02.157Z Compiling mime v0.3.17
14092024-12-21T04:26:02.749Z Compiling hyper-util v0.1.10
14102024-12-21T04:26:04.031Z Compiling stringprep v0.1.5
14112024-12-21T04:26:04.856Z Compiling toml_edit v0.22.22
14122024-12-21T04:26:05.345Z Compiling crossbeam-deque v0.8.5
14132024-12-21T04:26:05.676Z Compiling usdt-attr-macro v0.5.0
14142024-12-21T04:26:05.899Z Compiling usdt-macro v0.5.0
14152024-12-21T04:26:06.578Z Compiling addr2line v0.24.2
14162024-12-21T04:26:06.711Z Compiling term v0.7.0
14172024-12-21T04:26:06.955Z Compiling slog-json v2.6.1
14182024-12-21T04:26:07.228Z Compiling serde_urlencoded v0.7.1
14192024-12-21T04:26:07.273Z Compiling crossbeam-channel v0.5.13
14202024-12-21T04:26:07.297Z Compiling curve25519-dalek v4.1.3
14212024-12-21T04:26:07.360Z Compiling futures-executor v0.3.31
14222024-12-21T04:26:07.737Z Compiling enum-as-inner v0.6.1
14232024-12-21T04:26:07.910Z Compiling md-5 v0.10.6
14242024-12-21T04:26:07.917Z Compiling rustls-pemfile v2.2.0
14252024-12-21T04:26:08.212Z Compiling async-stream-impl v0.3.6
14262024-12-21T04:26:08.240Z Compiling num-integer v0.1.46
14272024-12-21T04:26:08.266Z Compiling idna v0.4.0
14282024-12-21T04:26:08.371Z Compiling idna v0.3.0
14292024-12-21T04:26:08.856Z Compiling hash32 v0.2.1
14302024-12-21T04:26:08.989Z Compiling ff v0.13.0
14312024-12-21T04:26:09.212Z Compiling is-terminal v0.4.13
14322024-12-21T04:26:09.234Z Compiling object v0.36.5
14332024-12-21T04:26:09.343Z Compiling dropshot v0.12.0
14342024-12-21T04:26:09.590Z Compiling rustc-demangle v0.1.24
14352024-12-21T04:26:09.617Z Compiling anyhow v1.0.93
14362024-12-21T04:26:09.855Z Compiling fallible-iterator v0.2.0
14372024-12-21T04:26:10.009Z Compiling smoltcp v0.9.1
14382024-12-21T04:26:10.261Z Compiling utf-8 v0.7.6
14392024-12-21T04:26:10.566Z Compiling linked-hash-map v0.5.6
14402024-12-21T04:26:10.589Z Compiling psl-types v2.0.11
14412024-12-21T04:26:10.592Z Compiling portable-atomic v1.9.0
14422024-12-21T04:26:10.696Z Compiling num-bigint-dig v0.8.4
14432024-12-21T04:26:10.778Z Compiling quick-error v1.2.3
14442024-12-21T04:26:10.919Z Compiling base16ct v0.2.0
14452024-12-21T04:26:10.940Z Compiling take_mut v0.2.2
14462024-12-21T04:26:11.000Z Compiling lru-cache v0.1.2
14472024-12-21T04:26:11.206Z Compiling sec1 v0.7.3
14482024-12-21T04:26:11.243Z Compiling resolv-conf v0.7.0
14492024-12-21T04:26:11.757Z Compiling publicsuffix v2.2.3
14502024-12-21T04:26:11.804Z Compiling postgres-protocol v0.6.7
14512024-12-21T04:26:12.030Z Compiling tungstenite v0.24.0
14522024-12-21T04:26:12.384Z Compiling async-stream v0.3.6
14532024-12-21T04:26:12.416Z Compiling slog-term v2.9.1
14542024-12-21T04:26:12.694Z Compiling usdt v0.5.0
14552024-12-21T04:26:13.151Z Compiling group v0.13.0
14562024-12-21T04:26:13.224Z Compiling hickory-proto v0.24.1
14572024-12-21T04:26:13.484Z Compiling num-iter v0.1.45
14582024-12-21T04:26:13.679Z Compiling toml v0.8.19
14592024-12-21T04:26:13.821Z Compiling futures v0.3.31
14602024-12-21T04:26:13.945Z Compiling slog-bunyan v2.5.0
14612024-12-21T04:26:15.426Z Compiling tokio-native-tls v0.3.1
14622024-12-21T04:26:15.500Z Compiling camino v1.1.9
14632024-12-21T04:26:15.709Z Compiling phf_shared v0.11.2
14642024-12-21T04:26:16.060Z Compiling dropshot_endpoint v0.12.0
14652024-12-21T04:26:16.092Z Compiling terminal_size v0.4.0
14662024-12-21T04:26:16.314Z Compiling waitgroup v0.1.2
14672024-12-21T04:26:16.466Z Compiling backtrace v0.3.74
14682024-12-21T04:26:16.491Z Compiling openapiv3 v2.0.0
14692024-12-21T04:26:16.536Z Compiling serde_path_to_error v0.1.16
14702024-12-21T04:26:17.096Z Compiling hkdf v0.12.4
14712024-12-21T04:26:17.355Z Compiling crypto-bigint v0.5.5
14722024-12-21T04:26:17.387Z Compiling webpki-roots v0.26.6
14732024-12-21T04:26:17.591Z Compiling zerocopy-derive v0.6.6
14742024-12-21T04:26:19.918Z Compiling curve25519-dalek-derive v0.1.1
14752024-12-21T04:26:20.241Z Compiling idna v0.5.0
14762024-12-21T04:26:20.740Z Compiling hostname v0.4.0
14772024-12-21T04:26:20.825Z Compiling fs-err v2.11.0
14782024-12-21T04:26:21.045Z Compiling ahash v0.8.11
14792024-12-21T04:26:21.281Z Compiling crc32fast v1.4.2
14802024-12-21T04:26:21.325Z Compiling hubpack_derive v0.1.1
14812024-12-21T04:26:21.325Z Compiling bitflags v1.3.2
14822024-12-21T04:26:21.390Z Compiling managed v0.8.0
14832024-12-21T04:26:21.432Z Compiling debug-ignore v1.0.5
14842024-12-21T04:26:21.460Z Compiling newtype-uuid v1.1.3
14852024-12-21T04:26:21.582Z Compiling winnow v0.5.40
14862024-12-21T04:26:21.766Z Compiling clap_builder v4.5.21
14872024-12-21T04:26:21.876Z Compiling strum_macros v0.25.3
14882024-12-21T04:26:21.951Z Compiling hubpack v0.1.2
14892024-12-21T04:26:22.386Z Compiling console v0.15.8
14902024-12-21T04:26:23.741Z Compiling flate2 v1.0.35
14912024-12-21T04:26:24.034Z Compiling cookie_store v0.21.0
14922024-12-21T04:26:24.160Z Compiling elliptic-curve v0.13.8
14932024-12-21T04:26:24.725Z Compiling zerocopy v0.6.6
14942024-12-21T04:26:24.989Z Compiling hickory-resolver v0.24.1
14952024-12-21T04:26:25.441Z Compiling toml_edit v0.19.15
14962024-12-21T04:26:25.575Z Compiling phf v0.11.2
14972024-12-21T04:26:25.849Z Compiling signal-hook-mio v0.2.4
14982024-12-21T04:26:26.021Z Compiling hyper-tls v0.6.0
14992024-12-21T04:26:26.061Z Compiling rayon v1.10.0
15002024-12-21T04:26:26.420Z Compiling bzip2 v0.4.4
15012024-12-21T04:26:26.822Z Compiling tokio-tungstenite v0.24.0
15022024-12-21T04:26:27.357Z Compiling postgres-types v0.2.8
15032024-12-21T04:26:30.284Z Compiling ed25519 v2.2.3
15042024-12-21T04:26:30.895Z Compiling phf_shared v0.10.0
15052024-12-21T04:26:31.175Z Compiling tokio-stream v0.1.16
15062024-12-21T04:26:31.309Z Compiling pkcs1 v0.7.5
15072024-12-21T04:26:31.467Z Compiling serde-big-array v0.5.1
15082024-12-21T04:26:31.705Z Compiling clap_derive v4.5.18
15092024-12-21T04:26:31.725Z Compiling rfc6979 v0.4.0
15102024-12-21T04:26:31.914Z Compiling serde_repr v0.1.19
15112024-12-21T04:26:32.196Z Compiling derive-where v1.2.7
15122024-12-21T04:26:32.220Z Compiling float-cmp v0.9.0
15132024-12-21T04:26:32.300Z Compiling bstr v1.10.0
15142024-12-21T04:26:32.435Z Compiling sync_wrapper v1.0.1
15152024-12-21T04:26:32.590Z Compiling fixedbitset v0.4.2
15162024-12-21T04:26:33.075Z Compiling precomputed-hash v0.1.1
15172024-12-21T04:26:33.143Z Compiling unicode-width v0.2.0
15182024-12-21T04:26:33.201Z Compiling predicates-core v1.0.8
15192024-12-21T04:26:33.429Z Compiling whoami v1.5.2
15202024-12-21T04:26:33.567Z Compiling number_prefix v0.4.0
15212024-12-21T04:26:33.683Z Compiling unicode-segmentation v1.12.0
15222024-12-21T04:26:33.794Z Compiling normalize-line-endings v0.3.0
15232024-12-21T04:26:33.930Z Compiling bit-vec v0.6.3
15242024-12-21T04:26:34.051Z Compiling difflib v0.4.0
15252024-12-21T04:26:34.110Z Compiling static_assertions v1.1.0
15262024-12-21T04:26:34.218Z Compiling new_debug_unreachable v1.0.6
15272024-12-21T04:26:34.317Z Compiling string_cache v0.8.7
15282024-12-21T04:26:34.369Z Compiling similar v2.6.0
15292024-12-21T04:26:34.548Z Compiling predicates v3.1.2
15302024-12-21T04:26:34.787Z Compiling bit-set v0.5.3
15312024-12-21T04:26:35.106Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15322024-12-21T04:26:35.750Z Compiling tokio-postgres v0.7.12
15332024-12-21T04:26:35.777Z Compiling indicatif v0.17.9
15342024-12-21T04:26:36.241Z Compiling petgraph v0.6.5
15352024-12-21T04:26:36.704Z Compiling clap v4.5.21
15362024-12-21T04:26:36.746Z Compiling ecdsa v0.16.9
15372024-12-21T04:26:36.820Z Compiling rsa v0.9.6
15382024-12-21T04:26:37.624Z Compiling ed25519-dalek v2.1.1
15392024-12-21T04:26:38.041Z Compiling toml v0.7.8
15402024-12-21T04:26:38.952Z Compiling zip v0.6.6
15412024-12-21T04:26:39.798Z Compiling crossterm v0.28.1
15422024-12-21T04:26:41.021Z Compiling hex v0.4.3
15432024-12-21T04:26:41.149Z Compiling x509-cert v0.2.5
15442024-12-21T04:26:41.225Z Compiling itertools v0.10.5
15452024-12-21T04:26:41.470Z Compiling unicode-xid v0.2.6
15462024-12-21T04:26:41.635Z Compiling lalrpop-util v0.19.12
15472024-12-21T04:26:41.654Z Compiling peg-runtime v0.8.3
15482024-12-21T04:26:41.886Z Compiling strum_macros v0.26.4
15492024-12-21T04:26:41.982Z Compiling xattr v1.3.1
15502024-12-21T04:26:42.258Z Compiling filetime v0.2.25
15512024-12-21T04:26:42.573Z Compiling tar v0.4.42
15522024-12-21T04:26:47.058Z Compiling strum v0.26.3
15532024-12-21T04:26:49.367Z Compiling aws-lc-sys v0.22.0
15542024-12-21T04:27:20.759Z Compiling rustls-webpki v0.102.8
15552024-12-21T04:27:24.071Z Compiling tokio-rustls v0.25.0
15562024-12-21T04:27:25.756Z Compiling tokio-rustls v0.26.0
15572024-12-21T04:27:26.205Z Compiling hyper-rustls v0.27.3
15582024-12-21T04:27:26.524Z Compiling reqwest v0.12.9
15592024-12-21T04:27:27.342Z Compiling qorb v0.2.1
15602024-12-21T04:27:32.466Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15612024-12-21T04:27:32.695Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15622024-12-21T04:27:38.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
15632024-12-21T04:27:38.564Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15642024-12-21T04:27:38.615ZDec 21 04:27:38.262 INFO Starting download, target: Clickhouse
15652024-12-21T04:27:38.615ZDec 21 04:27:38.262 INFO Starting download, target: Console
15662024-12-21T04:27:38.615ZDec 21 04:27:38.262 INFO Starting download, target: Cockroach
15672024-12-21T04:27:38.618ZDec 21 04:27:38.262 INFO Starting download, target: DendriteOpenapi
15682024-12-21T04:27:38.618ZDec 21 04:27:38.262 INFO Starting download, target: DendriteStub
15692024-12-21T04:27:38.618ZDec 21 04:27:38.262 INFO Starting download, target: MaghemiteMgd
15702024-12-21T04:27:38.618ZDec 21 04:27:38.262 INFO Starting download, target: TransceiverControl
15712024-12-21T04:27:38.618ZDec 21 04:27:38.263 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15722024-12-21T04:27:38.618ZDec 21 04:27:38.263 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15732024-12-21T04:27:38.618ZDec 21 04:27:38.263 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15742024-12-21T04:27:38.618ZDec 21 04:27:38.263 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15752024-12-21T04:27:38.618ZDec 21 04:27:38.263 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15762024-12-21T04:27:38.618ZDec 21 04:27:38.263 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15772024-12-21T04:27:38.618ZDec 21 04:27:38.263 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15782024-12-21T04:27:38.776ZDec 21 04:27:38.421 INFO Download complete, target: DendriteOpenapi
15792024-12-21T04:27:38.976ZDec 21 04:27:38.599 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15802024-12-21T04:27:39.142ZDec 21 04:27:38.772 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15812024-12-21T04:27:39.471ZDec 21 04:27:39.079 INFO Download complete, target: Console
15822024-12-21T04:27:39.637ZDec 21 04:27:39.250 INFO Download complete, target: TransceiverControl
15832024-12-21T04:27:40.208ZDec 21 04:27:39.751 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15842024-12-21T04:27:40.279ZDec 21 04:27:39.912 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15852024-12-21T04:27:40.627ZDec 21 04:27:40.248 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15862024-12-21T04:27:41.235ZDec 21 04:27:40.881 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15872024-12-21T04:27:41.235ZDec 21 04:27:40.881 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15882024-12-21T04:27:42.896ZDec 21 04:27:42.541 INFO Download complete, target: DendriteStub
15892024-12-21T04:27:43.101ZDec 21 04:27:42.748 INFO Download complete, target: MaghemiteMgd
15902024-12-21T04:27:48.663ZDec 21 04:27:48.305 INFO Checking that binary works, target: Cockroach
15912024-12-21T04:27:48.819ZDec 21 04:27:48.465 INFO Download complete, target: Cockroach
15922024-12-21T04:27:53.121ZDec 21 04:27:52.767 INFO Checking that binary works, target: Clickhouse
15932024-12-21T04:27:53.594ZDec 21 04:27:53.240 INFO Download complete, target: Clickhouse
15942024-12-21T04:27:53.736ZAll builder prerequisites installed successfully, and PATH looks valid
15952024-12-21T04:27:53.739Z
15962024-12-21T04:27:53.739Zreal 7:13.935339785
15972024-12-21T04:27:53.739Zuser 16:18.190342498
15982024-12-21T04:27:53.739Zsys 3:12.309622428
15992024-12-21T04:27:53.739Ztrap 0.502396849
16002024-12-21T04:27:53.739Ztflt 5.103603403
16012024-12-21T04:27:53.739Zdflt 4.267234684
16022024-12-21T04:27:53.739Zkflt 0.207964164
16032024-12-21T04:27:53.739Zlock 29:03.792049504
16042024-12-21T04:27:53.739Zslp 1:05:53.151752039
16052024-12-21T04:27:53.739Zlat 53.426366265
16062024-12-21T04:27:53.739Zstop 2:20.049226861
16072024-12-21T04:27:53.739Z+ banner hack-check
16082024-12-21T04:27:53.742Z
16092024-12-21T04:27:53.742Z # # ## #### # # #### # # ###### #### # #
16102024-12-21T04:27:53.742Z # # # # # # # # # # # # # # # # #
16112024-12-21T04:27:53.742Z ###### # # # #### ##### # ###### ##### # ####
16122024-12-21T04:27:53.742Z # # ###### # # # # # # # # # #
16132024-12-21T04:27:53.742Z # # # # # # # # # # # # # # # # #
16142024-12-21T04:27:53.742Z # # # # #### # # #### # # ###### #### # #
16152024-12-21T04:27:53.742Z
16162024-12-21T04:27:53.742Z+ export CARGO_INCREMENTAL=0
16172024-12-21T04:27:53.742Z+ CARGO_INCREMENTAL=0
16182024-12-21T04:27:53.742Z+ ptime -m timeout 2h cargo xtask check-features --ci
16192024-12-21T04:27:54.271Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16202024-12-21T04:27:57.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
16212024-12-21T04:27:57.833Z Running `target/debug/xtask check-features --ci`
16222024-12-21T04:27:57.854Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16232024-12-21T04:27:57.856Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16242024-12-21T04:27:58.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16252024-12-21T04:27:58.311Z Running `target/debug/xtask download cargo-hack`
16262024-12-21T04:27:59.110Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16272024-12-21T04:27:59.473Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16282024-12-21T04:28:04.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.09s
16292024-12-21T04:28:04.576Z Running `target/debug/xtask-downloader cargo-hack`
16302024-12-21T04:28:04.610ZDec 21 04:28:04.256 INFO Starting download, target: CargoHack
16312024-12-21T04:28:04.613ZDec 21 04:28:04.257 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16322024-12-21T04:28:05.168ZDec 21 04:28:04.813 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16332024-12-21T04:28:05.262ZDec 21 04:28:04.907 INFO Download complete, target: CargoHack
16342024-12-21T04:28:05.265Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16352024-12-21T04:28:05.280Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16362024-12-21T04:28:05.447Zinfo: running `cargo check --bins` on api_identity (1/176)
16372024-12-21T04:28:05.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16382024-12-21T04:28:05.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16392024-12-21T04:28:05.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16402024-12-21T04:28:05.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16412024-12-21T04:28:06.049Z
16422024-12-21T04:28:06.049Zinfo: running `cargo check --bins` on bootstore (2/176)
16432024-12-21T04:28:06.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16442024-12-21T04:28:06.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16452024-12-21T04:28:06.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16462024-12-21T04:28:06.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16472024-12-21T04:28:06.691Z
16482024-12-21T04:28:06.691Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/176)
16492024-12-21T04:28:07.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16502024-12-21T04:28:07.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16512024-12-21T04:28:07.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16522024-12-21T04:28:07.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16532024-12-21T04:28:07.312Z
16542024-12-21T04:28:07.312Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176)
16552024-12-21T04:28:07.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16562024-12-21T04:28:07.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16572024-12-21T04:28:07.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16582024-12-21T04:28:07.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16592024-12-21T04:28:07.951Z
16602024-12-21T04:28:07.951Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176)
16612024-12-21T04:28:08.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16622024-12-21T04:28:08.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16632024-12-21T04:28:08.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16642024-12-21T04:28:08.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16652024-12-21T04:28:08.378Z
16662024-12-21T04:28:08.378Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176)
16672024-12-21T04:28:08.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16682024-12-21T04:28:08.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16692024-12-21T04:28:08.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16702024-12-21T04:28:08.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16712024-12-21T04:28:08.805Z
16722024-12-21T04:28:08.805Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176)
16732024-12-21T04:28:09.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16742024-12-21T04:28:09.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16752024-12-21T04:28:09.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16762024-12-21T04:28:09.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16772024-12-21T04:28:09.228Z
16782024-12-21T04:28:09.228Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176)
16792024-12-21T04:28:09.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16802024-12-21T04:28:09.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16812024-12-21T04:28:09.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16822024-12-21T04:28:09.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16832024-12-21T04:28:09.646Z
16842024-12-21T04:28:09.646Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176)
16852024-12-21T04:28:10.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16862024-12-21T04:28:10.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16872024-12-21T04:28:10.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16882024-12-21T04:28:10.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16892024-12-21T04:28:10.069Z
16902024-12-21T04:28:10.069Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176)
16912024-12-21T04:28:10.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16922024-12-21T04:28:10.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16932024-12-21T04:28:10.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16942024-12-21T04:28:10.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16952024-12-21T04:28:10.497Z
16962024-12-21T04:28:10.497Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176)
16972024-12-21T04:28:10.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16982024-12-21T04:28:10.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16992024-12-21T04:28:10.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17002024-12-21T04:28:10.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17012024-12-21T04:28:10.924Z
17022024-12-21T04:28:10.924Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176)
17032024-12-21T04:28:11.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17042024-12-21T04:28:11.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17052024-12-21T04:28:11.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17062024-12-21T04:28:11.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17072024-12-21T04:28:11.351Z
17082024-12-21T04:28:11.351Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176)
17092024-12-21T04:28:11.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17102024-12-21T04:28:11.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17112024-12-21T04:28:11.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17122024-12-21T04:28:11.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17132024-12-21T04:28:11.782Z
17142024-12-21T04:28:11.782Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176)
17152024-12-21T04:28:12.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17162024-12-21T04:28:12.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17172024-12-21T04:28:12.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17182024-12-21T04:28:12.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17192024-12-21T04:28:12.208Z
17202024-12-21T04:28:12.208Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176)
17212024-12-21T04:28:12.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17222024-12-21T04:28:12.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17232024-12-21T04:28:12.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17242024-12-21T04:28:12.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17252024-12-21T04:28:12.636Z
17262024-12-21T04:28:12.636Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176)
17272024-12-21T04:28:13.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17282024-12-21T04:28:13.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17292024-12-21T04:28:13.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17302024-12-21T04:28:13.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17312024-12-21T04:28:13.069Z
17322024-12-21T04:28:13.069Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176)
17332024-12-21T04:28:13.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17342024-12-21T04:28:13.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17352024-12-21T04:28:13.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17362024-12-21T04:28:13.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17372024-12-21T04:28:13.494Z
17382024-12-21T04:28:13.494Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176)
17392024-12-21T04:28:13.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17402024-12-21T04:28:13.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17412024-12-21T04:28:13.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17422024-12-21T04:28:13.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17432024-12-21T04:28:13.937Z
17442024-12-21T04:28:13.937Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176)
17452024-12-21T04:28:14.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17462024-12-21T04:28:14.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17472024-12-21T04:28:14.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17482024-12-21T04:28:14.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17492024-12-21T04:28:14.421Z
17502024-12-21T04:28:14.421Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176)
17512024-12-21T04:28:14.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17522024-12-21T04:28:14.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17532024-12-21T04:28:14.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17542024-12-21T04:28:14.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17552024-12-21T04:28:14.775Z
17562024-12-21T04:28:14.775Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176)
17572024-12-21T04:28:15.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17582024-12-21T04:28:15.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17592024-12-21T04:28:15.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17602024-12-21T04:28:15.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17612024-12-21T04:28:15.199Z
17622024-12-21T04:28:15.199Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176)
17632024-12-21T04:28:15.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17642024-12-21T04:28:15.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17652024-12-21T04:28:15.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17662024-12-21T04:28:15.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17672024-12-21T04:28:15.625Z
17682024-12-21T04:28:15.625Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176)
17692024-12-21T04:28:16.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17702024-12-21T04:28:16.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17712024-12-21T04:28:16.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17722024-12-21T04:28:16.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17732024-12-21T04:28:16.093Z
17742024-12-21T04:28:16.093Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176)
17752024-12-21T04:28:16.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17762024-12-21T04:28:16.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17772024-12-21T04:28:16.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17782024-12-21T04:28:16.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17792024-12-21T04:28:16.514Z
17802024-12-21T04:28:16.514Zinfo: running `cargo check --bins` on sled-hardware-types (25/176)
17812024-12-21T04:28:17.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17822024-12-21T04:28:17.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17832024-12-21T04:28:17.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17842024-12-21T04:28:17.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17852024-12-21T04:28:17.148Z
17862024-12-21T04:28:17.148Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/176)
17872024-12-21T04:28:17.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17882024-12-21T04:28:17.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17892024-12-21T04:28:17.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17902024-12-21T04:28:17.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17912024-12-21T04:28:17.732Z
17922024-12-21T04:28:17.732Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176)
17932024-12-21T04:28:18.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17942024-12-21T04:28:18.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17952024-12-21T04:28:18.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17962024-12-21T04:28:18.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17972024-12-21T04:28:18.385Z
17982024-12-21T04:28:18.385Zinfo: running `cargo check --bins` on oxlog (28/176)
17992024-12-21T04:28:18.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18002024-12-21T04:28:18.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18012024-12-21T04:28:18.993Z Checking cfg-if v1.0.0
18022024-12-21T04:28:19.050Z Checking libc v0.2.162
18032024-12-21T04:28:19.087Z Checking serde v1.0.215
18042024-12-21T04:28:19.087Z Checking zeroize v1.8.1
18052024-12-21T04:28:19.111Z Checking memchr v2.7.4
18062024-12-21T04:28:19.112Z Checking typenum v1.17.0
18072024-12-21T04:28:19.141Z Checking scopeguard v1.2.0
18082024-12-21T04:28:19.211Z Checking subtle v2.6.1
18092024-12-21T04:28:19.211Z Checking value-bag v1.9.0
18102024-12-21T04:28:19.294Z Checking lock_api v0.4.12
18112024-12-21T04:28:19.408Z Checking const-oid v0.9.6
18122024-12-21T04:28:19.408Z Checking smallvec v1.13.2
18132024-12-21T04:28:19.536Z Checking log v0.4.22
18142024-12-21T04:28:19.692Z Checking itoa v1.0.11
18152024-12-21T04:28:19.753Z Checking pin-project-lite v0.2.14
18162024-12-21T04:28:19.859Z Checking byteorder v1.5.0
18172024-12-21T04:28:19.867Z Checking futures-core v0.3.31
18182024-12-21T04:28:19.915Z Checking once_cell v1.20.2
18192024-12-21T04:28:20.041Z Checking cpufeatures v0.2.14
18202024-12-21T04:28:20.058Z Checking futures-sink v0.3.31
18212024-12-21T04:28:20.127Z Checking stable_deref_trait v1.2.0
18222024-12-21T04:28:20.185Z Checking spin v0.9.8
18232024-12-21T04:28:20.199Z Checking slab v0.4.9
18242024-12-21T04:28:20.212Z Checking zerofrom v0.1.4
18252024-12-21T04:28:20.216Z Checking getrandom v0.2.15
18262024-12-21T04:28:20.259Z Checking parking_lot_core v0.9.10
18272024-12-21T04:28:20.358Z Checking generic-array v0.14.7
18282024-12-21T04:28:20.410Z Checking signal-hook-registry v1.4.2
18292024-12-21T04:28:20.429Z Checking rand_core v0.6.4
18302024-12-21T04:28:20.444Z Checking mio v1.0.2
18312024-12-21T04:28:20.517Z Checking socket2 v0.5.7
18322024-12-21T04:28:20.599Z Checking parking_lot v0.12.3
18332024-12-21T04:28:20.648Z Checking zerocopy v0.7.35
18342024-12-21T04:28:20.719Z Checking yoke v0.7.4
18352024-12-21T04:28:20.937Z Checking futures-channel v0.3.31
18362024-12-21T04:28:20.985Z Checking equivalent v1.0.1
18372024-12-21T04:28:21.015Z Checking futures-task v0.3.31
18382024-12-21T04:28:21.042Z Checking futures-io v0.3.31
18392024-12-21T04:28:21.079Z Checking pin-utils v0.1.0
18402024-12-21T04:28:21.165Z Checking foldhash v0.1.3
18412024-12-21T04:28:21.181Z Checking allocator-api2 v0.2.18
18422024-12-21T04:28:21.223Z Checking zerovec v0.10.4
18432024-12-21T04:28:21.236Z Checking ryu v1.0.18
18442024-12-21T04:28:21.284Z Checking futures-util v0.3.31
18452024-12-21T04:28:21.358Z Checking tinyvec_macros v0.1.1
18462024-12-21T04:28:21.442Z Checking tinyvec v1.8.0
18472024-12-21T04:28:21.458Z Checking fnv v1.0.7
18482024-12-21T04:28:21.532Z Checking crypto-common v0.1.6
18492024-12-21T04:28:21.587Z Checking block-buffer v0.10.4
18502024-12-21T04:28:21.714Z Checking block-padding v0.3.3
18512024-12-21T04:28:21.777Z Checking digest v0.10.7
18522024-12-21T04:28:21.797Z Checking hashbrown v0.15.1
18532024-12-21T04:28:21.903Z Checking inout v0.1.3
18542024-12-21T04:28:22.043Z Checking libm v0.2.8
18552024-12-21T04:28:22.141Z Checking cipher v0.4.4
18562024-12-21T04:28:22.164Z Checking hmac v0.12.1
18572024-12-21T04:28:22.366Z Checking sha2 v0.10.8
18582024-12-21T04:28:22.530Z Checking writeable v0.5.5
18592024-12-21T04:28:22.740Z Checking unicode-normalization v0.1.24
18602024-12-21T04:28:22.856Z Checking litemap v0.7.3
18612024-12-21T04:28:22.915Z Checking tinystr v0.7.6
18622024-12-21T04:28:22.962Z Checking unicode-bidi v0.3.17
18632024-12-21T04:28:23.028Z Checking base64ct v1.6.0
18642024-12-21T04:28:23.028Z Checking num-traits v0.2.19
18652024-12-21T04:28:23.156Z Checking ppv-lite86 v0.2.20
18662024-12-21T04:28:23.288Z Checking icu_locid v1.5.0
18672024-12-21T04:28:23.343Z Checking pem-rfc7468 v0.7.0
18682024-12-21T04:28:23.511Z Checking flagset v0.4.6
18692024-12-21T04:28:23.584Z Checking tracing-core v0.1.32
18702024-12-21T04:28:23.634Z Checking thiserror v1.0.69
18712024-12-21T04:28:23.689Z Checking der v0.7.9
18722024-12-21T04:28:23.753Z Checking percent-encoding v2.3.1
18732024-12-21T04:28:23.932Z Checking rand_chacha v0.3.1
18742024-12-21T04:28:23.949Z Checking bytes v1.8.0
18752024-12-21T04:28:23.949Z Checking indexmap v2.6.0
18762024-12-21T04:28:24.218Z Checking serde_json v1.0.133
18772024-12-21T04:28:24.263Z Checking icu_provider v1.5.0
18782024-12-21T04:28:24.331Z Checking bitflags v2.6.0
18792024-12-21T04:28:24.590Z Checking rustls-pki-types v1.10.0
18802024-12-21T04:28:24.631Z Checking icu_locid_transform_data v1.5.0
18812024-12-21T04:28:24.725Z Checking tokio v1.40.0
18822024-12-21T04:28:24.740Z Checking http v1.1.0
18832024-12-21T04:28:24.921Z Checking icu_locid_transform v1.5.0
18842024-12-21T04:28:25.155Z Checking rand v0.8.5
18852024-12-21T04:28:25.181Z Checking tracing v0.1.40
18862024-12-21T04:28:25.522Z Checking spki v0.7.3
18872024-12-21T04:28:25.542Z Checking icu_collections v1.5.0
18882024-12-21T04:28:25.798Z Checking salsa20 v0.10.2
18892024-12-21T04:28:25.882Z Checking pbkdf2 v0.12.2
18902024-12-21T04:28:25.943Z Checking aws-lc-sys v0.22.0
18912024-12-21T04:28:25.997Z Checking httparse v1.9.5
18922024-12-21T04:28:26.039Z Checking powerfmt v0.2.0
18932024-12-21T04:28:26.088Z Checking untrusted v0.9.0
18942024-12-21T04:28:26.166Z Checking icu_properties_data v1.5.0
18952024-12-21T04:28:26.230Z Checking untrusted v0.7.1
18962024-12-21T04:28:26.292Z Checking mirai-annotations v1.12.0
18972024-12-21T04:28:26.309Z Checking deranged v0.3.11
18982024-12-21T04:28:26.384Z Checking ring v0.17.8
18992024-12-21T04:28:26.402Z Checking icu_properties v1.5.1
19002024-12-21T04:28:26.424Z Checking scrypt v0.11.0
19012024-12-21T04:28:26.443Z Checking cbc v0.1.2
19022024-12-21T04:28:26.457Z Checking aes v0.8.4
19032024-12-21T04:28:26.631Z Checking crossbeam-utils v0.8.20
19042024-12-21T04:28:26.647Z Checking icu_normalizer_data v1.5.0
19052024-12-21T04:28:26.739Z Checking utf16_iter v1.0.5
19062024-12-21T04:28:26.903Z Checking num_threads v0.1.7
19072024-12-21T04:28:27.015Z Checking time-core v0.1.2
19082024-12-21T04:28:27.166Z Checking atomic-waker v1.1.2
19092024-12-21T04:28:27.296Z Checking num-conv v0.1.0
19102024-12-21T04:28:27.335Z Checking utf8_iter v1.0.4
19112024-12-21T04:28:27.362Z Checking write16 v1.0.0
19122024-12-21T04:28:27.485Z Checking pkcs5 v0.7.1
19132024-12-21T04:28:27.551Z Checking http-body v1.0.1
19142024-12-21T04:28:27.567Z Checking form_urlencoded v1.2.1
19152024-12-21T04:28:27.754Z Checking try-lock v0.2.5
19162024-12-21T04:28:27.769Z Checking uuid v1.11.0
19172024-12-21T04:28:27.881Z Checking want v0.3.1
19182024-12-21T04:28:27.983Z Checking pkcs8 v0.10.2
19192024-12-21T04:28:28.046Z Checking httpdate v1.0.3
19202024-12-21T04:28:28.081Z Checking time v0.3.36
19212024-12-21T04:28:28.235Z Checking unicode-ident v1.0.13
19222024-12-21T04:28:28.275Z Checking toml_datetime v0.6.8
19232024-12-21T04:28:28.291Z Checking serde_spanned v0.6.8
19242024-12-21T04:28:28.338Z Checking slog v2.7.0
19252024-12-21T04:28:28.403Z Checking proc-macro2 v1.0.89
19262024-12-21T04:28:28.453Z Checking aws-lc-rs v1.10.0
19272024-12-21T04:28:28.489Z Checking scroll v0.12.0
19282024-12-21T04:28:28.564Z Checking match_cfg v0.1.0
19292024-12-21T04:28:28.664Z Checking iana-time-zone v0.1.61
19302024-12-21T04:28:28.815Z Checking base64 v0.22.1
19312024-12-21T04:28:28.873Z Checking foreign-types-shared v0.1.1
19322024-12-21T04:28:28.922Z Checking tower-service v0.3.3
19332024-12-21T04:28:28.936Z Checking adler2 v2.0.0
19342024-12-21T04:28:29.041Z Checking plain v0.2.3
19352024-12-21T04:28:29.078Z Checking ucd-trie v0.1.7
19362024-12-21T04:28:29.090Z Checking miniz_oxide v0.8.0
19372024-12-21T04:28:29.175Z Checking goblin v0.8.2
19382024-12-21T04:28:29.264Z Checking pest v2.7.14
19392024-12-21T04:28:29.285Z Checking quote v1.0.37
19402024-12-21T04:28:29.614Z Checking foreign-types v0.3.2
19412024-12-21T04:28:29.697Z Checking chrono v0.4.38
19422024-12-21T04:28:29.731Z Checking icu_normalizer v1.5.0
19432024-12-21T04:28:29.774Z Checking hostname v0.3.1
19442024-12-21T04:28:29.900Z Checking openssl-sys v0.9.103
19452024-12-21T04:28:30.255Z Checking rustls-webpki v0.102.8
19462024-12-21T04:28:30.475Z Checking idna_adapter v1.2.0
19472024-12-21T04:28:30.575Z Checking dirs-sys-next v0.1.2
19482024-12-21T04:28:30.658Z Checking idna v1.0.3
19492024-12-21T04:28:30.754Z Checking errno v0.3.9
19502024-12-21T04:28:30.930Z Checking aho-corasick v1.1.3
19512024-12-21T04:28:31.075Z Checking regex-syntax v0.8.5
19522024-12-21T04:28:31.110Z Checking pretty-hex v0.4.1
19532024-12-21T04:28:31.130Z Checking url v2.5.3
19542024-12-21T04:28:31.291Z Checking data-encoding v2.6.0
19552024-12-21T04:28:31.692Z Checking siphasher v0.3.11
19562024-12-21T04:28:31.732Z Compiling newtype-uuid v1.1.3
19572024-12-21T04:28:31.815Z Checking tokio-util v0.7.12
19582024-12-21T04:28:31.917Z Checking dtrace-parser v0.2.0
19592024-12-21T04:28:31.934Z Checking openssl v0.10.66
19602024-12-21T04:28:31.994Z Checking rustix v0.38.37
19612024-12-21T04:28:32.014Z Checking dirs-next v2.0.0
19622024-12-21T04:28:32.140Z Checking syn v2.0.87
19632024-12-21T04:28:32.396Z Checking http-body-util v0.1.2
19642024-12-21T04:28:32.568Z Checking crossbeam-epoch v0.9.18
19652024-12-21T04:28:32.703Z Checking h2 v0.4.6
19662024-12-21T04:28:32.861Z Checking signature v2.2.0
19672024-12-21T04:28:33.008Z Checking sha1 v0.10.6
19682024-12-21T04:28:33.078Z Checking lazy_static v1.5.0
19692024-12-21T04:28:33.214Z Checking thread-id v4.2.2
19702024-12-21T04:28:33.325Z Checking thread_local v1.1.8
19712024-12-21T04:28:33.366Z Checking encoding_rs v0.8.34
19722024-12-21T04:28:33.651Z Checking either v1.13.0
19732024-12-21T04:28:33.925Z Checking unicode-properties v0.1.3
19742024-12-21T04:28:34.057Z Checking dof v0.3.0
19752024-12-21T04:28:34.261Z Checking ipnet v2.10.1
19762024-12-21T04:28:34.334Z Checking regex-automata v0.4.8
19772024-12-21T04:28:34.658Z Checking utf8parse v0.2.2
19782024-12-21T04:28:34.718Z Checking anstyle v1.0.10
19792024-12-21T04:28:34.808Z Checking mime v0.3.17
19802024-12-21T04:28:35.079Z Checking openssl-probe v0.1.5
19812024-12-21T04:28:35.120Z Checking winnow v0.6.20
19822024-12-21T04:28:35.228Z Checking gimli v0.31.1
19832024-12-21T04:28:35.476Z Checking anstyle-parse v0.2.5
19842024-12-21T04:28:35.496Z Checking stringprep v0.1.5
19852024-12-21T04:28:35.749Z Checking crossbeam-deque v0.8.5
19862024-12-21T04:28:35.770Z Checking term v0.7.0
19872024-12-21T04:28:36.069Z Checking rustls v0.22.4
19882024-12-21T04:28:36.191Z Checking rustls v0.23.19
19892024-12-21T04:28:37.345Z Checking native-tls v0.2.12
19902024-12-21T04:28:37.660Z Checking slog-json v2.6.1
19912024-12-21T04:28:37.903Z Checking serde_urlencoded v0.7.1
19922024-12-21T04:28:38.036Z Checking toml_edit v0.22.22
19932024-12-21T04:28:38.307Z Checking crossbeam-channel v0.5.13
19942024-12-21T04:28:38.490Z Checking usdt-impl v0.5.0
19952024-12-21T04:28:38.737Z Checking hyper v1.5.0
19962024-12-21T04:28:38.985Z Checking futures-executor v0.3.31
19972024-12-21T04:28:39.021Z Checking rustls-pemfile v2.2.0
19982024-12-21T04:28:39.047Z Checking num-integer v0.1.46
19992024-12-21T04:28:39.169Z Checking addr2line v0.24.2
20002024-12-21T04:28:39.204Z Checking idna v0.3.0
20012024-12-21T04:28:39.218Z Checking idna v0.4.0
20022024-12-21T04:28:39.531Z Checking md-5 v0.10.6
20032024-12-21T04:28:39.676Z Checking ff v0.13.0
20042024-12-21T04:28:39.701Z Checking hash32 v0.2.1
20052024-12-21T04:28:39.730Z Checking is-terminal v0.4.13
20062024-12-21T04:28:39.849Z Checking memmap v0.7.0
20072024-12-21T04:28:39.877Z Checking object v0.36.5
20082024-12-21T04:28:39.998Z Checking colorchoice v1.0.2
20092024-12-21T04:28:40.031Z Checking is_terminal_polyfill v1.70.1
20102024-12-21T04:28:40.045Z Checking anstyle-query v1.1.1
20112024-12-21T04:28:40.047Z Checking base16ct v0.2.0
20122024-12-21T04:28:40.139Z Checking take_mut v0.2.2
20132024-12-21T04:28:40.149Z Checking dyn-clone v1.0.17
20142024-12-21T04:28:40.184Z Checking fallible-iterator v0.2.0
20152024-12-21T04:28:40.228Z Checking linked-hash-map v0.5.6
20162024-12-21T04:28:40.295Z Checking utf-8 v0.7.6
20172024-12-21T04:28:40.379Z Checking rustc-demangle v0.1.24
20182024-12-21T04:28:40.491Z Checking psl-types v2.0.11
20192024-12-21T04:28:40.542Z Checking quick-error v1.2.3
20202024-12-21T04:28:40.563Z Checking lru-cache v0.1.2
20212024-12-21T04:28:40.658Z Checking publicsuffix v2.2.3
20222024-12-21T04:28:40.675Z Checking resolv-conf v0.7.0
20232024-12-21T04:28:40.687Z Checking toml v0.8.19
20242024-12-21T04:28:40.753Z Checking tungstenite v0.24.0
20252024-12-21T04:28:40.772Z Checking hyper-util v0.1.10
20262024-12-21T04:28:40.793Z Checking postgres-protocol v0.6.7
20272024-12-21T04:28:40.903Z Checking schemars v0.8.21
20282024-12-21T04:28:41.034Z Checking slog-async v2.8.0
20292024-12-21T04:28:41.283Z Checking sec1 v0.7.3
20302024-12-21T04:28:41.389Z Checking anstream v0.6.15
20312024-12-21T04:28:41.407Z Checking hickory-proto v0.24.1
20322024-12-21T04:28:41.613Z Checking tokio-rustls v0.26.0
20332024-12-21T04:28:41.631Z Checking usdt v0.5.0
20342024-12-21T04:28:41.654Z Checking heapless v0.7.17
20352024-12-21T04:28:41.746Z Checking group v0.13.0
20362024-12-21T04:28:41.872Z Checking slog-term v2.9.1
20372024-12-21T04:28:41.997Z Checking tokio-rustls v0.25.0
20382024-12-21T04:28:42.014Z Checking num-iter v0.1.45
20392024-12-21T04:28:42.186Z Checking futures v0.3.31
20402024-12-21T04:28:42.295Z Checking slog-bunyan v2.5.0
20412024-12-21T04:28:42.352Z Checking tokio-native-tls v0.3.1
20422024-12-21T04:28:42.400Z Checking rayon-core v1.12.1
20432024-12-21T04:28:42.430Z Checking multer v3.1.0
20442024-12-21T04:28:42.466Z Checking terminal_size v0.4.0
20452024-12-21T04:28:42.629Z Checking phf_shared v0.11.2
20462024-12-21T04:28:42.658Z Checking cookie v0.18.1
20472024-12-21T04:28:42.690Z Checking async-stream v0.3.6
20482024-12-21T04:28:42.811Z Checking bzip2-sys v0.1.11+1.0.8
20492024-12-21T04:28:42.843Z Checking signal-hook v0.3.17
20502024-12-21T04:28:43.191Z Checking camino v1.1.9
20512024-12-21T04:28:43.226Z Checking waitgroup v0.1.2
20522024-12-21T04:28:43.226Z Checking openapiv3 v2.0.0
20532024-12-21T04:28:43.226Z Checking webpki-roots v0.26.6
20542024-12-21T04:28:43.226Z Checking serde_path_to_error v0.1.16
20552024-12-21T04:28:43.226Z Checking idna v0.5.0
20562024-12-21T04:28:43.226Z Checking hkdf v0.12.4
20572024-12-21T04:28:43.246Z Checking crypto-bigint v0.5.5
20582024-12-21T04:28:43.368Z Checking hostname v0.4.0
20592024-12-21T04:28:43.401Z Checking crc32fast v1.4.2
20602024-12-21T04:28:43.491Z Checking clap_lex v0.7.2
20612024-12-21T04:28:43.621Z Checking debug-ignore v1.0.5
20622024-12-21T04:28:43.662Z Checking strsim v0.11.1
20632024-12-21T04:28:43.721Z Checking unicode-width v0.1.14
20642024-12-21T04:28:43.755Z Checking managed v0.8.0
20652024-12-21T04:28:43.940Z Checking bitflags v1.3.2
20662024-12-21T04:28:43.970Z Checking winnow v0.5.40
20672024-12-21T04:28:44.038Z Checking cookie_store v0.21.0
20682024-12-21T04:28:44.105Z Checking smoltcp v0.9.1
20692024-12-21T04:28:44.191Z Checking console v0.15.8
20702024-12-21T04:28:44.721Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20712024-12-21T04:28:44.789Z Checking clap_builder v4.5.21
20722024-12-21T04:28:44.985Z Checking flate2 v1.0.35
20732024-12-21T04:28:45.621Z Checking hyper-rustls v0.27.3
20742024-12-21T04:28:45.638Z Checking signal-hook-mio v0.2.4
20752024-12-21T04:28:45.767Z Checking rayon v1.10.0
20762024-12-21T04:28:45.950Z Checking bzip2 v0.4.4
20772024-12-21T04:28:46.049Z Checking hickory-resolver v0.24.1
20782024-12-21T04:28:46.137Z Checking elliptic-curve v0.13.8
20792024-12-21T04:28:46.140Z Checking backtrace v0.3.74
20802024-12-21T04:28:46.213Z Checking phf v0.11.2
20812024-12-21T04:28:46.266Z Checking dropshot v0.12.0
20822024-12-21T04:28:46.466Z Checking hyper-tls v0.6.0
20832024-12-21T04:28:46.706Z Checking anyhow v1.0.93
20842024-12-21T04:28:46.746Z Checking num-bigint-dig v0.8.4
20852024-12-21T04:28:46.762Z Checking tokio-tungstenite v0.24.0
20862024-12-21T04:28:46.937Z Checking toml_edit v0.19.15
20872024-12-21T04:28:47.060Z Checking postgres-types v0.2.8
20882024-12-21T04:28:47.214Z Checking bstr v1.10.0
20892024-12-21T04:28:47.642Z Checking regex v1.11.1
20902024-12-21T04:28:47.807Z Checking ed25519 v2.2.3
20912024-12-21T04:28:47.830Z Checking tokio-stream v0.1.16
20922024-12-21T04:28:48.114Z Checking phf_shared v0.10.0
20932024-12-21T04:28:48.133Z Checking curve25519-dalek v4.1.3
20942024-12-21T04:28:48.270Z Checking zerocopy v0.6.6
20952024-12-21T04:28:48.402Z Checking pkcs1 v0.7.5
20962024-12-21T04:28:48.665Z Checking hubpack v0.1.2
20972024-12-21T04:28:48.793Z Checking portable-atomic v1.9.0
20982024-12-21T04:28:48.912Z Checking float-cmp v0.9.0
20992024-12-21T04:28:48.982Z Checking serde-big-array v0.5.1
21002024-12-21T04:28:49.032Z Checking rfc6979 v0.4.0
21012024-12-21T04:28:49.096Z Checking sync_wrapper v1.0.1
21022024-12-21T04:28:49.188Z Checking number_prefix v0.4.0
21032024-12-21T04:28:49.204Z Checking bit-vec v0.6.3
21042024-12-21T04:28:49.243Z Checking whoami v1.5.2
21052024-12-21T04:28:49.365Z Checking precomputed-hash v0.1.1
21062024-12-21T04:28:49.405Z Checking static_assertions v1.1.0
21072024-12-21T04:28:49.476Z Checking fixedbitset v0.4.2
21082024-12-21T04:28:49.496Z Checking unicode-width v0.2.0
21092024-12-21T04:28:49.512Z Checking new_debug_unreachable v1.0.6
21102024-12-21T04:28:49.536Z Checking normalize-line-endings v0.3.0
21112024-12-21T04:28:49.597Z Checking difflib v0.4.0
21122024-12-21T04:28:49.617Z Checking minimal-lexical v0.2.1
21132024-12-21T04:28:49.650Z Checking predicates-core v1.0.8
21142024-12-21T04:28:49.730Z Checking unicode-segmentation v1.12.0
21152024-12-21T04:28:49.785Z Checking petgraph v0.6.5
21162024-12-21T04:28:49.827Z Checking string_cache v0.8.7
21172024-12-21T04:28:49.877Z Checking qorb v0.2.1
21182024-12-21T04:28:49.894Z Checking predicates v3.1.2
21192024-12-21T04:28:49.927Z Checking ed25519-dalek v2.1.1
21202024-12-21T04:28:49.958Z Checking indicatif v0.17.9
21212024-12-21T04:28:49.977Z Checking nom v7.1.3
21222024-12-21T04:28:50.084Z Checking tokio-postgres v0.7.12
21232024-12-21T04:28:50.330Z Checking bit-set v0.5.3
21242024-12-21T04:28:50.388Z Checking similar v2.6.0
21252024-12-21T04:28:50.549Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21262024-12-21T04:28:50.572Z Checking toml v0.7.8
21272024-12-21T04:28:50.710Z Checking reqwest v0.12.9
21282024-12-21T04:28:51.196Z Checking ecdsa v0.16.9
21292024-12-21T04:28:51.289Z Checking rsa v0.9.6
21302024-12-21T04:28:51.893Z Checking clap v4.5.21
21312024-12-21T04:28:52.014Z Checking zip v0.6.6
21322024-12-21T04:28:52.279Z Checking crossterm v0.28.1
21332024-12-21T04:28:52.399Z Checking itertools v0.12.1
21342024-12-21T04:28:52.563Z Checking itertools v0.10.5
21352024-12-21T04:28:52.840Z Checking fs-err v2.11.0
21362024-12-21T04:28:52.927Z Checking ahash v0.8.11
21372024-12-21T04:28:53.127Z Checking x509-cert v0.2.5
21382024-12-21T04:28:53.163Z Checking semver v1.0.23
21392024-12-21T04:28:53.394Z Checking hex v0.4.3
21402024-12-21T04:28:53.496Z Checking lalrpop-util v0.19.12
21412024-12-21T04:28:53.579Z Checking peg-runtime v0.8.3
21422024-12-21T04:28:53.785Z Checking sigpipe v0.1.3
21432024-12-21T04:28:55.305Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21442024-12-21T04:28:55.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.24s
21452024-12-21T04:28:55.768Z
21462024-12-21T04:28:55.768Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176)
21472024-12-21T04:28:56.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482024-12-21T04:28:56.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492024-12-21T04:28:56.415Z Compiling hashbrown v0.14.5
21502024-12-21T04:28:56.536Z Checking heck v0.5.0
21512024-12-21T04:28:56.547Z Compiling unsafe-libyaml v0.2.11
21522024-12-21T04:28:56.560Z Checking ipnetwork v0.20.0
21532024-12-21T04:28:56.573Z Compiling ident_case v1.0.1
21542024-12-21T04:28:56.588Z Checking progenitor-client v0.8.0
21552024-12-21T04:28:56.604Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21562024-12-21T04:28:56.679Z Checking newtype-uuid v1.1.3
21572024-12-21T04:28:56.744Z Compiling darling_core v0.20.10
21582024-12-21T04:28:56.911Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21592024-12-21T04:28:56.913Z Compiling proc-macro-crate v1.3.1
21602024-12-21T04:28:56.918Z Compiling structmeta-derive v0.3.0
21612024-12-21T04:28:56.985Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21622024-12-21T04:28:57.296Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21632024-12-21T04:28:57.304Z Compiling lzma-sys v0.1.20
21642024-12-21T04:28:57.593Z Checking regress v0.10.1
21652024-12-21T04:28:58.060Z Compiling serde_yaml v0.9.34+deprecated
21662024-12-21T04:28:58.391Z Compiling num_enum_derive v0.5.11
21672024-12-21T04:28:58.479Z Compiling foreign-types-macros v0.2.3
21682024-12-21T04:28:58.503Z Compiling dropshot v0.13.0
21692024-12-21T04:28:58.780Z Checking foreign-types-shared v0.3.1
21702024-12-21T04:28:58.898Z Checking arc-swap v1.7.1
21712024-12-21T04:28:59.323Z Checking slog-scope v4.4.0
21722024-12-21T04:28:59.573Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21732024-12-21T04:28:59.759Z Checking foreign-types v0.5.0
21742024-12-21T04:28:59.893Z Compiling structmeta v0.3.0
21752024-12-21T04:29:00.050Z Compiling proc-macro-error v1.0.4
21762024-12-21T04:29:00.321Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21772024-12-21T04:29:00.328Z Compiling parse-display-derive v0.10.0
21782024-12-21T04:29:00.447Z Checking tungstenite v0.21.0
21792024-12-21T04:29:00.737Z Compiling heck v0.3.3
21802024-12-21T04:29:00.888Z Checking num_enum v0.5.11
21812024-12-21T04:29:01.024Z Checking typify-impl v0.2.0
21822024-12-21T04:29:01.040Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21832024-12-21T04:29:01.156Z Compiling dropshot_endpoint v0.13.0
21842024-12-21T04:29:01.854Z Checking cstr-argument v0.1.2
21852024-12-21T04:29:02.035Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21862024-12-21T04:29:02.197Z Checking instant v0.1.13
21872024-12-21T04:29:02.312Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21882024-12-21T04:29:02.632Z Checking base64 v0.21.7
21892024-12-21T04:29:02.783Z Checking fastrand v2.1.1
21902024-12-21T04:29:02.845Z Checking pretty-hex v0.2.1
21912024-12-21T04:29:03.015Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21922024-12-21T04:29:03.110Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21932024-12-21T04:29:03.125Z Checking tempfile v3.13.0
21942024-12-21T04:29:03.302Z Checking backoff v0.4.0
21952024-12-21T04:29:03.345Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21962024-12-21T04:29:03.503Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21972024-12-21T04:29:03.505Z Checking tokio-tungstenite v0.21.0
21982024-12-21T04:29:03.534Z Compiling darling_macro v0.20.10
21992024-12-21T04:29:03.579Z Compiling zone_cfg_derive v0.1.2
22002024-12-21T04:29:03.655Z Checking strum v0.26.3
22012024-12-21T04:29:03.668Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22022024-12-21T04:29:03.809Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22032024-12-21T04:29:04.111Z Checking slog-stdlog v4.1.1
22042024-12-21T04:29:04.177Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22052024-12-21T04:29:04.270Z Checking regress v0.9.1
22062024-12-21T04:29:04.326Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22072024-12-21T04:29:04.390Z Checking colored v2.1.0
22082024-12-21T04:29:04.456Z Compiling darling v0.20.10
22092024-12-21T04:29:04.568Z Compiling serde_with_macros v3.11.0
22102024-12-21T04:29:04.590Z Checking macaddr v1.0.1
22112024-12-21T04:29:04.678Z Checking base64 v0.13.1
22122024-12-21T04:29:04.952Z Checking parse-display v0.10.0
22132024-12-21T04:29:05.040Z Checking ron v0.7.1
22142024-12-21T04:29:05.067Z Checking zone v0.1.8
22152024-12-21T04:29:05.173Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22162024-12-21T04:29:05.601Z Checking slog-envlogger v2.2.0
22172024-12-21T04:29:05.734Z Checking xz2 v0.1.7
22182024-12-21T04:29:05.827Z Checking tabwriter v1.4.0
22192024-12-21T04:29:06.036Z Checking xattr v1.3.1
22202024-12-21T04:29:06.060Z Checking pem v3.0.4
22212024-12-21T04:29:06.175Z Checking yasna v0.5.2
22222024-12-21T04:29:06.228Z Checking headers-core v0.3.0
22232024-12-21T04:29:06.308Z Checking smf v0.2.3
22242024-12-21T04:29:06.363Z Checking filetime v0.2.25
22252024-12-21T04:29:06.563Z Checking same-file v1.0.6
22262024-12-21T04:29:06.734Z Checking walkdir v2.5.0
22272024-12-21T04:29:06.762Z Checking tar v0.4.42
22282024-12-21T04:29:06.814Z Checking headers v0.4.0
22292024-12-21T04:29:07.003Z Checking atomicwrites v0.4.4
22302024-12-21T04:29:07.031Z Checking rcgen v0.12.1
22312024-12-21T04:29:07.202Z Checking camino-tempfile v1.1.1
22322024-12-21T04:29:07.431Z Checking serde_with v3.11.0
22332024-12-21T04:29:07.548Z Checking subprocess v0.2.9
22342024-12-21T04:29:11.665Z Compiling typify-macro v0.2.0
22352024-12-21T04:29:13.544Z Compiling typify v0.2.0
22362024-12-21T04:29:13.612Z Compiling progenitor-impl v0.8.0
22372024-12-21T04:29:16.761Z Compiling progenitor-macro v0.8.0
22382024-12-21T04:29:21.546Z Checking progenitor v0.8.0
22392024-12-21T04:29:21.720Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22402024-12-21T04:29:21.781Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22412024-12-21T04:29:24.393Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22422024-12-21T04:29:24.669Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22432024-12-21T04:29:31.142Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22442024-12-21T04:29:32.714Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22452024-12-21T04:29:33.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.21s
22462024-12-21T04:29:34.163Z
22472024-12-21T04:29:34.163Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176)
22482024-12-21T04:29:34.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492024-12-21T04:29:34.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502024-12-21T04:29:34.808Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22512024-12-21T04:29:36.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
22522024-12-21T04:29:36.408Z
22532024-12-21T04:29:36.408Zinfo: running `cargo check --bins` on nexus-config (31/176)
22542024-12-21T04:29:36.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552024-12-21T04:29:36.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562024-12-21T04:29:36.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572024-12-21T04:29:36.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22582024-12-21T04:29:37.025Z
22592024-12-21T04:29:37.025Zinfo: running `cargo check --bins` on omicron-rpaths (32/176)
22602024-12-21T04:29:37.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612024-12-21T04:29:37.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622024-12-21T04:29:37.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22632024-12-21T04:29:37.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22642024-12-21T04:29:37.627Z
22652024-12-21T04:29:37.627Zinfo: running `cargo check --bins` on omicron-certificates (33/176)
22662024-12-21T04:29:38.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672024-12-21T04:29:38.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682024-12-21T04:29:38.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22692024-12-21T04:29:38.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22702024-12-21T04:29:38.247Z
22712024-12-21T04:29:38.247Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/176)
22722024-12-21T04:29:38.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22732024-12-21T04:29:38.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22742024-12-21T04:29:38.930Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22752024-12-21T04:29:39.039Z Compiling ipnetwork v0.20.0
22762024-12-21T04:29:39.042Z Compiling zerocopy v0.8.10
22772024-12-21T04:29:39.042Z Compiling progenitor-client v0.8.0
22782024-12-21T04:29:39.042Z Compiling itertools v0.13.0
22792024-12-21T04:29:39.042Z Compiling zerocopy-derive v0.8.10
22802024-12-21T04:29:39.042Z Compiling heapless v0.8.0
22812024-12-21T04:29:39.051Z Checking hash32 v0.3.1
22822024-12-21T04:29:39.215Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22832024-12-21T04:29:39.341Z Compiling instant v0.1.13
22842024-12-21T04:29:39.482Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22852024-12-21T04:29:39.498Z Compiling progenitor v0.8.0
22862024-12-21T04:29:39.742Z Compiling smoltcp v0.11.0
22872024-12-21T04:29:39.852Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
22882024-12-21T04:29:39.958Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22892024-12-21T04:29:40.005Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22902024-12-21T04:29:40.210Z Compiling backoff v0.4.0
22912024-12-21T04:29:40.431Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22922024-12-21T04:29:40.557Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22932024-12-21T04:29:40.608Z Compiling dropshot v0.13.0
22942024-12-21T04:29:40.881Z Compiling serde_with v3.11.0
22952024-12-21T04:29:40.893Z Compiling parse-display v0.10.0
22962024-12-21T04:29:40.998Z Checking num-rational v0.4.2
22972024-12-21T04:29:41.623Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22982024-12-21T04:29:41.788Z Compiling regress v0.9.1
22992024-12-21T04:29:42.179Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23002024-12-21T04:29:43.469Z Compiling phf_generator v0.11.2
23012024-12-21T04:29:43.652Z Checking num-complex v0.4.6
23022024-12-21T04:29:44.834Z Compiling macaddr v1.0.1
23032024-12-21T04:29:45.030Z Checking cobs v0.2.3
23042024-12-21T04:29:45.223Z Checking postcard v1.0.10
23052024-12-21T04:29:45.260Z Checking num v0.4.3
23062024-12-21T04:29:45.364Z Compiling phf_codegen v0.11.2
23072024-12-21T04:29:45.809Z Compiling parse-zoneinfo v0.3.1
23082024-12-21T04:29:47.000Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23092024-12-21T04:29:47.293Z Checking float-ord v0.3.2
23102024-12-21T04:29:47.645Z Compiling convert_case v0.4.0
23112024-12-21T04:29:47.849Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23122024-12-21T04:29:48.072Z Compiling chrono-tz-build v0.4.0
23132024-12-21T04:29:48.127Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23142024-12-21T04:29:48.648Z Compiling derive_more v0.99.18
23152024-12-21T04:29:48.743Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
23162024-12-21T04:29:49.002Z Compiling thiserror v2.0.3
23172024-12-21T04:29:49.025Z Compiling crucible-workspace-hack v0.1.0
23182024-12-21T04:29:49.331Z Checking newline-converter v0.3.0
23192024-12-21T04:29:49.346Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23202024-12-21T04:29:49.506Z Compiling chrono-tz v0.10.0
23212024-12-21T04:29:49.946Z Checking prettyplease v0.2.25
23222024-12-21T04:29:50.057Z Compiling thiserror-impl v2.0.3
23232024-12-21T04:29:50.088Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23242024-12-21T04:29:50.137Z Compiling slog-dtrace v0.3.0
23252024-12-21T04:29:50.415Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23262024-12-21T04:29:50.787Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23272024-12-21T04:29:51.882Z Checking expectorate v1.1.0
23282024-12-21T04:29:52.052Z Compiling zone_cfg_derive v0.3.0
23292024-12-21T04:29:52.176Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23302024-12-21T04:29:52.430Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23312024-12-21T04:29:52.881Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23322024-12-21T04:29:53.252Z Compiling const_format_proc_macros v0.2.33
23332024-12-21T04:29:53.400Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23342024-12-21T04:29:53.636Z Compiling num-derive v0.4.2
23352024-12-21T04:29:53.823Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23362024-12-21T04:29:53.874Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23372024-12-21T04:29:54.087Z Checking highway v1.2.0
23382024-12-21T04:29:54.247Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23392024-12-21T04:29:54.504Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23402024-12-21T04:29:54.582Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23412024-12-21T04:29:54.825Z Checking zone v0.3.0
23422024-12-21T04:29:55.277Z Checking const_format v0.2.33
23432024-12-21T04:29:55.315Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23442024-12-21T04:29:55.632Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23452024-12-21T04:29:55.725Z Checking gethostname v0.5.0
23462024-12-21T04:29:55.845Z Checking bcs v0.1.6
23472024-12-21T04:29:55.886Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23482024-12-21T04:29:55.938Z Compiling async-recursion v1.1.1
23492024-12-21T04:29:56.338Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23502024-12-21T04:29:56.341Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23512024-12-21T04:29:58.754Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23522024-12-21T04:30:02.739Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23532024-12-21T04:30:06.073Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23542024-12-21T04:30:08.673Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23552024-12-21T04:30:09.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.62s
23562024-12-21T04:30:10.068Z
23572024-12-21T04:30:10.068Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/176)
23582024-12-21T04:30:10.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23592024-12-21T04:30:10.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23602024-12-21T04:30:10.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23612024-12-21T04:30:10.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23622024-12-21T04:30:10.691Z
23632024-12-21T04:30:10.691Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/176)
23642024-12-21T04:30:11.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23652024-12-21T04:30:11.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23662024-12-21T04:30:11.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23672024-12-21T04:30:11.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23682024-12-21T04:30:11.311Z
23692024-12-21T04:30:11.311Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/176)
23702024-12-21T04:30:11.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23712024-12-21T04:30:11.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23722024-12-21T04:30:11.951Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23732024-12-21T04:30:12.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
23742024-12-21T04:30:12.764Z
23752024-12-21T04:30:12.764Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176)
23762024-12-21T04:30:13.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23772024-12-21T04:30:13.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23782024-12-21T04:30:13.414Z Compiling cfg_aliases v0.1.1
23792024-12-21T04:30:13.414Z Compiling vte_generate_state_changes v0.1.2
23802024-12-21T04:30:13.414Z Checking fd-lock v4.0.2
23812024-12-21T04:30:13.417Z Checking nibble_vec v0.1.0
23822024-12-21T04:30:13.417Z Checking endian-type v0.1.2
23832024-12-21T04:30:13.417Z Checking bytecount v0.6.8
23842024-12-21T04:30:13.517Z Compiling tabled_derive v0.7.0
23852024-12-21T04:30:13.539Z Compiling peg-macros v0.8.4
23862024-12-21T04:30:13.601Z Compiling nix v0.28.0
23872024-12-21T04:30:13.669Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23882024-12-21T04:30:13.714Z Compiling sqlparser_derive v0.2.2
23892024-12-21T04:30:13.730Z Checking radix_trie v0.2.1
23902024-12-21T04:30:13.733Z Checking papergrid v0.11.0
23912024-12-21T04:30:14.143Z Checking vte v0.11.1
23922024-12-21T04:30:14.156Z Checking unicode_categories v0.1.1
23932024-12-21T04:30:14.447Z Checking home v0.5.9
23942024-12-21T04:30:14.583Z Checking nu-ansi-term v0.50.1
23952024-12-21T04:30:14.775Z Checking sqlparser v0.45.0
23962024-12-21T04:30:14.835Z Checking sqlformat v0.2.6
23972024-12-21T04:30:14.962Z Checking display-error-chain v0.2.2
23982024-12-21T04:30:15.470Z Checking strip-ansi-escapes v0.2.0
23992024-12-21T04:30:15.612Z Checking reedline v0.35.0
24002024-12-21T04:30:15.855Z Checking tabled v0.15.0
24012024-12-21T04:30:16.515Z Checking peg v0.8.4
24022024-12-21T04:30:16.856Z Checking rustyline v14.0.0
24032024-12-21T04:30:25.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.54s
24042024-12-21T04:30:25.478Z
24052024-12-21T04:30:25.478Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176)
24062024-12-21T04:30:26.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24072024-12-21T04:30:26.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24082024-12-21T04:30:26.129Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24092024-12-21T04:30:31.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
24102024-12-21T04:30:31.266Z
24112024-12-21T04:30:31.266Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176)
24122024-12-21T04:30:31.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24132024-12-21T04:30:31.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24142024-12-21T04:30:31.911Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24152024-12-21T04:30:35.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s
24162024-12-21T04:30:35.786Z
24172024-12-21T04:30:35.786Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176)
24182024-12-21T04:30:36.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24192024-12-21T04:30:36.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24202024-12-21T04:30:36.433Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24212024-12-21T04:30:41.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
24222024-12-21T04:30:41.368Z
24232024-12-21T04:30:41.368Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176)
24242024-12-21T04:30:41.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24252024-12-21T04:30:41.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24262024-12-21T04:30:42.021Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24272024-12-21T04:30:46.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
24282024-12-21T04:30:46.941Z
24292024-12-21T04:30:46.941Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176)
24302024-12-21T04:30:47.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24312024-12-21T04:30:47.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24322024-12-21T04:30:47.601Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24332024-12-21T04:30:51.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
24342024-12-21T04:30:51.730Z
24352024-12-21T04:30:51.730Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176)
24362024-12-21T04:30:52.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24372024-12-21T04:30:52.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24382024-12-21T04:30:52.396Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24392024-12-21T04:30:56.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
24402024-12-21T04:30:56.539Z
24412024-12-21T04:30:56.539Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176)
24422024-12-21T04:30:57.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24432024-12-21T04:30:57.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24442024-12-21T04:30:57.189Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24452024-12-21T04:31:02.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s
24462024-12-21T04:31:02.258Z
24472024-12-21T04:31:02.259Zinfo: running `cargo check --bins` on oximeter (46/176)
24482024-12-21T04:31:02.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24492024-12-21T04:31:02.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24502024-12-21T04:31:02.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24512024-12-21T04:31:02.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24522024-12-21T04:31:02.883Z
24532024-12-21T04:31:02.883Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/176)
24542024-12-21T04:31:03.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24552024-12-21T04:31:03.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24562024-12-21T04:31:03.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24572024-12-21T04:31:03.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24582024-12-21T04:31:03.480Z
24592024-12-21T04:31:03.480Zinfo: running `cargo check --bins` on oximeter-schema (48/176)
24602024-12-21T04:31:04.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24612024-12-21T04:31:04.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24622024-12-21T04:31:04.121Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24632024-12-21T04:31:06.260Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24642024-12-21T04:31:07.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.79s
24652024-12-21T04:31:07.444Z
24662024-12-21T04:31:07.444Zinfo: running `cargo check --bins` on oximeter-types (49/176)
24672024-12-21T04:31:07.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24682024-12-21T04:31:07.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24692024-12-21T04:31:07.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24702024-12-21T04:31:07.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24712024-12-21T04:31:08.066Z
24722024-12-21T04:31:08.066Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/176)
24732024-12-21T04:31:08.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24742024-12-21T04:31:08.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24752024-12-21T04:31:08.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24762024-12-21T04:31:08.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24772024-12-21T04:31:08.686Z
24782024-12-21T04:31:08.687Zinfo: running `cargo check --bins` on oxql-types (51/176)
24792024-12-21T04:31:09.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24802024-12-21T04:31:09.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24812024-12-21T04:31:09.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24822024-12-21T04:31:09.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24832024-12-21T04:31:09.301Z
24842024-12-21T04:31:09.301Zinfo: running `cargo check --bins` on oximeter-test-utils (52/176)
24852024-12-21T04:31:09.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862024-12-21T04:31:09.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872024-12-21T04:31:09.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24882024-12-21T04:31:09.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24892024-12-21T04:31:09.940Z
24902024-12-21T04:31:09.940Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/176)
24912024-12-21T04:31:10.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24922024-12-21T04:31:10.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24932024-12-21T04:31:10.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24942024-12-21T04:31:10.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24952024-12-21T04:31:10.566Z
24962024-12-21T04:31:10.566Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/176)
24972024-12-21T04:31:11.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24982024-12-21T04:31:11.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24992024-12-21T04:31:11.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25002024-12-21T04:31:11.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25012024-12-21T04:31:11.201Z
25022024-12-21T04:31:11.201Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176)
25032024-12-21T04:31:11.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25042024-12-21T04:31:11.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25052024-12-21T04:31:11.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25062024-12-21T04:31:11.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25072024-12-21T04:31:11.823Z
25082024-12-21T04:31:11.823Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/176)
25092024-12-21T04:31:12.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25102024-12-21T04:31:12.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25112024-12-21T04:31:12.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25122024-12-21T04:31:12.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25132024-12-21T04:31:12.446Z
25142024-12-21T04:31:12.446Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/176)
25152024-12-21T04:31:12.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25162024-12-21T04:31:12.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25172024-12-21T04:31:12.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25182024-12-21T04:31:12.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25192024-12-21T04:31:13.060Z
25202024-12-21T04:31:13.060Zinfo: running `cargo check --bins` on cockroach-admin-client (58/176)
25212024-12-21T04:31:13.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222024-12-21T04:31:13.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232024-12-21T04:31:13.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25242024-12-21T04:31:13.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25252024-12-21T04:31:13.668Z
25262024-12-21T04:31:13.669Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/176)
25272024-12-21T04:31:14.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282024-12-21T04:31:14.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292024-12-21T04:31:14.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25302024-12-21T04:31:14.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25312024-12-21T04:31:14.296Z
25322024-12-21T04:31:14.296Zinfo: running `cargo check --bins` on dns-service-client (60/176)
25332024-12-21T04:31:14.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342024-12-21T04:31:14.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352024-12-21T04:31:14.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25362024-12-21T04:31:14.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25372024-12-21T04:31:14.909Z
25382024-12-21T04:31:14.909Zinfo: running `cargo check --bins` on internal-dns-types (61/176)
25392024-12-21T04:31:15.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402024-12-21T04:31:15.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412024-12-21T04:31:15.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25422024-12-21T04:31:15.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25432024-12-21T04:31:15.522Z
25442024-12-21T04:31:15.522Zinfo: running `cargo check --bins` on dpd-client (62/176)
25452024-12-21T04:31:16.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462024-12-21T04:31:16.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472024-12-21T04:31:16.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25482024-12-21T04:31:16.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25492024-12-21T04:31:16.136Z
25502024-12-21T04:31:16.136Zinfo: running `cargo check --bins` on gateway-client (63/176)
25512024-12-21T04:31:16.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522024-12-21T04:31:16.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532024-12-21T04:31:16.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25542024-12-21T04:31:16.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25552024-12-21T04:31:16.736Z
25562024-12-21T04:31:16.736Zinfo: running `cargo check --bins` on installinator-client (64/176)
25572024-12-21T04:31:17.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582024-12-21T04:31:17.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592024-12-21T04:31:17.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25602024-12-21T04:31:17.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25612024-12-21T04:31:17.365Z
25622024-12-21T04:31:17.366Zinfo: running `cargo check --bins` on installinator-common (65/176)
25632024-12-21T04:31:17.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642024-12-21T04:31:17.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652024-12-21T04:31:17.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25662024-12-21T04:31:17.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25672024-12-21T04:31:18.010Z
25682024-12-21T04:31:18.010Zinfo: running `cargo check --bins` on update-engine (66/176)
25692024-12-21T04:31:18.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702024-12-21T04:31:18.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712024-12-21T04:31:18.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25722024-12-21T04:31:18.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25732024-12-21T04:31:18.614Z
25742024-12-21T04:31:18.615Zinfo: running `cargo check --bins` on nexus-client (67/176)
25752024-12-21T04:31:19.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762024-12-21T04:31:19.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772024-12-21T04:31:19.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25782024-12-21T04:31:19.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25792024-12-21T04:31:19.250Z
25802024-12-21T04:31:19.250Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/176)
25812024-12-21T04:31:19.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25822024-12-21T04:31:19.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25832024-12-21T04:31:19.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25842024-12-21T04:31:19.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25852024-12-21T04:31:19.879Z
25862024-12-21T04:31:19.879Zinfo: running `cargo check --bins` on omicron-passwords (69/176)
25872024-12-21T04:31:20.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25882024-12-21T04:31:20.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25892024-12-21T04:31:20.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25902024-12-21T04:31:20.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25912024-12-21T04:31:20.487Z
25922024-12-21T04:31:20.487Zinfo: running `cargo check --bins` on nexus-types (70/176)
25932024-12-21T04:31:21.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25942024-12-21T04:31:21.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25952024-12-21T04:31:21.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25962024-12-21T04:31:21.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25972024-12-21T04:31:21.129Z
25982024-12-21T04:31:21.129Zinfo: running `cargo check --bins` on oxide-client (71/176)
25992024-12-21T04:31:21.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26002024-12-21T04:31:21.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26012024-12-21T04:31:21.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26022024-12-21T04:31:21.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26032024-12-21T04:31:21.734Z
26042024-12-21T04:31:21.734Zinfo: running `cargo check --bins` on oximeter-client (72/176)
26052024-12-21T04:31:22.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26062024-12-21T04:31:22.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26072024-12-21T04:31:22.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26082024-12-21T04:31:22.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26092024-12-21T04:31:22.351Z
26102024-12-21T04:31:22.351Zinfo: running `cargo check --bins` on repo-depot-client (73/176)
26112024-12-21T04:31:22.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26122024-12-21T04:31:22.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26132024-12-21T04:31:22.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26142024-12-21T04:31:22.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26152024-12-21T04:31:22.967Z
26162024-12-21T04:31:22.967Zinfo: running `cargo check --bins` on sled-agent-client (74/176)
26172024-12-21T04:31:23.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26182024-12-21T04:31:23.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26192024-12-21T04:31:23.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26202024-12-21T04:31:23.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26212024-12-21T04:31:23.599Z
26222024-12-21T04:31:23.599Zinfo: running `cargo check --bins` on wicketd-client (75/176)
26232024-12-21T04:31:24.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242024-12-21T04:31:24.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252024-12-21T04:31:24.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262024-12-21T04:31:24.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26272024-12-21T04:31:24.253Z
26282024-12-21T04:31:24.253Zinfo: running `cargo check --bins` on sled-agent-types (76/176)
26292024-12-21T04:31:24.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302024-12-21T04:31:24.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312024-12-21T04:31:24.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322024-12-21T04:31:24.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26332024-12-21T04:31:24.894Z
26342024-12-21T04:31:24.894Zinfo: running `cargo check --bins` on wicket-common (77/176)
26352024-12-21T04:31:25.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362024-12-21T04:31:25.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372024-12-21T04:31:25.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382024-12-21T04:31:25.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26392024-12-21T04:31:25.530Z
26402024-12-21T04:31:25.530Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/176)
26412024-12-21T04:31:26.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422024-12-21T04:31:26.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432024-12-21T04:31:26.183Z Checking csv-core v0.1.11
26442024-12-21T04:31:26.183Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26452024-12-21T04:31:26.186Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26462024-12-21T04:31:26.186Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26472024-12-21T04:31:26.475Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26482024-12-21T04:31:26.506Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26492024-12-21T04:31:26.520Z Checking csv v1.3.0
26502024-12-21T04:31:27.092Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26512024-12-21T04:31:27.471Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26522024-12-21T04:31:29.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s
26532024-12-21T04:31:29.344Z
26542024-12-21T04:31:29.344Zinfo: running `cargo check --bins` on cockroach-admin-api (79/176)
26552024-12-21T04:31:29.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562024-12-21T04:31:29.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572024-12-21T04:31:29.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582024-12-21T04:31:29.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26592024-12-21T04:31:29.975Z
26602024-12-21T04:31:29.975Zinfo: running `cargo check --bins` on cockroach-admin-types (80/176)
26612024-12-21T04:31:30.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622024-12-21T04:31:30.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632024-12-21T04:31:30.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642024-12-21T04:31:30.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26652024-12-21T04:31:30.603Z
26662024-12-21T04:31:30.603Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176)
26672024-12-21T04:31:31.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682024-12-21T04:31:31.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692024-12-21T04:31:31.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702024-12-21T04:31:31.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26712024-12-21T04:31:31.331Z
26722024-12-21T04:31:31.331Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176)
26732024-12-21T04:31:31.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742024-12-21T04:31:31.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752024-12-21T04:31:31.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762024-12-21T04:31:31.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26772024-12-21T04:31:32.055Z
26782024-12-21T04:31:32.055Zinfo: running `cargo check --bins` on dns-server (83/176)
26792024-12-21T04:31:32.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802024-12-21T04:31:32.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812024-12-21T04:31:32.698Z Compiling parking_lot_core v0.8.6
26822024-12-21T04:31:32.700Z Checking fxhash v0.2.1
26832024-12-21T04:31:32.700Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26842024-12-21T04:31:32.700Z Checking hickory-server v0.24.1
26852024-12-21T04:31:32.700Z Checking hickory-client v0.24.1
26862024-12-21T04:31:33.368Z Checking parking_lot v0.11.2
26872024-12-21T04:31:33.496Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26882024-12-21T04:31:33.499Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26892024-12-21T04:31:33.632Z Checking sled v0.34.7
26902024-12-21T04:31:35.343Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26912024-12-21T04:31:36.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s
26922024-12-21T04:31:36.787Z
26932024-12-21T04:31:36.787Zinfo: running `cargo check --bins` on dns-server-api (84/176)
26942024-12-21T04:31:37.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26952024-12-21T04:31:37.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26962024-12-21T04:31:37.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26972024-12-21T04:31:37.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26982024-12-21T04:31:37.410Z
26992024-12-21T04:31:37.410Zinfo: running `cargo check --bins` on gateway-test-utils (85/176)
27002024-12-21T04:31:37.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27012024-12-21T04:31:37.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27022024-12-21T04:31:37.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27032024-12-21T04:31:38.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27042024-12-21T04:31:38.081Z
27052024-12-21T04:31:38.082Zinfo: running `cargo check --bins` on gateway-types (86/176)
27062024-12-21T04:31:38.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27072024-12-21T04:31:38.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27082024-12-21T04:31:38.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27092024-12-21T04:31:38.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27102024-12-21T04:31:38.698Z
27112024-12-21T04:31:38.698Zinfo: running `cargo check --bins` on ipcc (87/176)
27122024-12-21T04:31:39.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27132024-12-21T04:31:39.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27142024-12-21T04:31:39.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27152024-12-21T04:31:39.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27162024-12-21T04:31:39.311Z
27172024-12-21T04:31:39.311Zinfo: running `cargo check --bins` on omicron-gateway (88/176)
27182024-12-21T04:31:39.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27192024-12-21T04:31:39.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27202024-12-21T04:31:40.002Z Compiling semver v0.1.20
27212024-12-21T04:31:40.002Z Compiling radium v0.7.0
27222024-12-21T04:31:40.108Z Compiling maybe-uninit v2.0.0
27232024-12-21T04:31:40.111Z Checking tap v1.0.1
27242024-12-21T04:31:40.137Z Checking password-hash v0.5.0
27252024-12-21T04:31:40.139Z Checking blake2 v0.10.6
27262024-12-21T04:31:40.139Z Checking crc-catalog v2.4.0
27272024-12-21T04:31:40.139Z Compiling packed_struct v0.10.1
27282024-12-21T04:31:40.267Z Checking wyz v0.5.1
27292024-12-21T04:31:40.297Z Checking funty v2.0.0
27302024-12-21T04:31:40.544Z Compiling rustc_version v0.1.7
27312024-12-21T04:31:40.576Z Compiling owo-colors v4.1.0
27322024-12-21T04:31:40.619Z Compiling cancel-safe-futures v0.1.5
27332024-12-21T04:31:40.704Z Checking argon2 v0.5.3
27342024-12-21T04:31:40.707Z Checking crc v3.2.1
27352024-12-21T04:31:40.772Z Compiling packed_struct_codegen v0.10.1
27362024-12-21T04:31:40.849Z Compiling indexmap v1.9.3
27372024-12-21T04:31:40.916Z Checking half v2.4.1
27382024-12-21T04:31:41.011Z Compiling newtype_derive v0.1.6
27392024-12-21T04:31:41.013Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27402024-12-21T04:31:41.119Z Checking ciborium-io v0.2.2
27412024-12-21T04:31:41.152Z Checking nodrop v0.1.14
27422024-12-21T04:31:41.174Z Checking bitvec v1.0.1
27432024-12-21T04:31:41.281Z Checking array-init v0.0.4
27442024-12-21T04:31:41.362Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27452024-12-21T04:31:41.401Z Checking ciborium-ll v0.2.2
27462024-12-21T04:31:41.473Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27472024-12-21T04:31:41.685Z Checking smallvec v0.6.14
27482024-12-21T04:31:41.721Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27492024-12-21T04:31:41.736Z Checking libsw v3.3.1
27502024-12-21T04:31:42.025Z Compiling memoffset v0.9.1
27512024-12-21T04:31:42.073Z Checking indent_write v2.2.0
27522024-12-21T04:31:42.189Z Checking hashbrown v0.12.3
27532024-12-21T04:31:42.260Z Checking swrite v0.1.0
27542024-12-21T04:31:42.266Z Checking bitfield v0.14.0
27552024-12-21T04:31:42.294Z Checking termcolor v1.4.1
27562024-12-21T04:31:42.394Z Checking linear-map v1.2.0
27572024-12-21T04:31:42.708Z Checking serde-hex v0.1.0
27582024-12-21T04:31:42.723Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27592024-12-21T04:31:42.739Z Checking ron v0.8.1
27602024-12-21T04:31:42.755Z Checking env_logger v0.10.2
27612024-12-21T04:31:43.158Z Checking ciborium v0.2.2
27622024-12-21T04:31:43.188Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27632024-12-21T04:31:43.540Z Checking steno v0.4.1
27642024-12-21T04:31:43.990Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27652024-12-21T04:31:44.067Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27662024-12-21T04:31:44.140Z Checking hashbrown v0.13.2
27672024-12-21T04:31:44.218Z Checking crc-any v2.5.0
27682024-12-21T04:31:44.379Z Checking humantime v2.1.0
27692024-12-21T04:31:44.573Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27702024-12-21T04:31:44.662Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27712024-12-21T04:31:44.918Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27722024-12-21T04:31:45.191Z Checking path-slash v0.1.5
27732024-12-21T04:31:45.194Z Checking object v0.30.4
27742024-12-21T04:31:45.269Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27752024-12-21T04:31:45.412Z Checking nix v0.27.1
27762024-12-21T04:31:45.799Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27772024-12-21T04:31:46.084Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27782024-12-21T04:31:46.349Z Checking tungstenite v0.23.0
27792024-12-21T04:31:46.501Z Checking kstat-rs v0.2.4
27802024-12-21T04:31:46.580Z Checking signal-hook-tokio v0.3.1
27812024-12-21T04:31:46.825Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27822024-12-21T04:31:47.173Z Checking tokio-tungstenite v0.23.1
27832024-12-21T04:31:47.471Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27842024-12-21T04:31:48.135Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27852024-12-21T04:31:48.217Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27862024-12-21T04:31:54.323Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27872024-12-21T04:31:55.617Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27882024-12-21T04:31:59.043Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27892024-12-21T04:32:04.787Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27902024-12-21T04:32:05.481Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27912024-12-21T04:32:08.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.97s
27922024-12-21T04:32:08.478Z
27932024-12-21T04:32:08.478Zinfo: running `cargo check --bins` on gateway-api (89/176)
27942024-12-21T04:32:09.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952024-12-21T04:32:09.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962024-12-21T04:32:09.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972024-12-21T04:32:09.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27982024-12-21T04:32:09.098Z
27992024-12-21T04:32:09.098Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176)
28002024-12-21T04:32:09.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012024-12-21T04:32:09.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022024-12-21T04:32:09.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032024-12-21T04:32:09.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28042024-12-21T04:32:09.690Z
28052024-12-21T04:32:09.690Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176)
28062024-12-21T04:32:10.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072024-12-21T04:32:10.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082024-12-21T04:32:10.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092024-12-21T04:32:10.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28102024-12-21T04:32:10.308Z
28112024-12-21T04:32:10.308Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176)
28122024-12-21T04:32:10.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132024-12-21T04:32:10.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142024-12-21T04:32:10.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152024-12-21T04:32:10.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28162024-12-21T04:32:10.922Z
28172024-12-21T04:32:10.922Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176)
28182024-12-21T04:32:11.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192024-12-21T04:32:11.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202024-12-21T04:32:11.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28212024-12-21T04:32:11.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28222024-12-21T04:32:11.536Z
28232024-12-21T04:32:11.536Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176)
28242024-12-21T04:32:12.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252024-12-21T04:32:12.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262024-12-21T04:32:12.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28272024-12-21T04:32:12.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28282024-12-21T04:32:12.154Z
28292024-12-21T04:32:12.154Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176)
28302024-12-21T04:32:12.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312024-12-21T04:32:12.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322024-12-21T04:32:12.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332024-12-21T04:32:12.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28342024-12-21T04:32:12.778Z
28352024-12-21T04:32:12.778Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176)
28362024-12-21T04:32:13.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372024-12-21T04:32:13.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382024-12-21T04:32:13.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28392024-12-21T04:32:13.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28402024-12-21T04:32:13.389Z
28412024-12-21T04:32:13.389Zinfo: running `cargo check --bins` on oximeter-producer (97/176)
28422024-12-21T04:32:13.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432024-12-21T04:32:13.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442024-12-21T04:32:13.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28452024-12-21T04:32:13.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28462024-12-21T04:32:14.025Z
28472024-12-21T04:32:14.025Zinfo: running `cargo check --bins` on internal-dns-resolver (98/176)
28482024-12-21T04:32:14.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492024-12-21T04:32:14.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502024-12-21T04:32:14.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512024-12-21T04:32:14.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28522024-12-21T04:32:14.638Z
28532024-12-21T04:32:14.638Zinfo: running `cargo check --bins` on sp-sim (99/176)
28542024-12-21T04:32:15.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552024-12-21T04:32:15.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562024-12-21T04:32:15.260Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28572024-12-21T04:32:15.726Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28582024-12-21T04:32:17.574Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28592024-12-21T04:32:19.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s
28602024-12-21T04:32:19.491Z
28612024-12-21T04:32:19.491Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176)
28622024-12-21T04:32:20.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632024-12-21T04:32:20.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642024-12-21T04:32:20.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652024-12-21T04:32:20.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28662024-12-21T04:32:20.145Z
28672024-12-21T04:32:20.145Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176)
28682024-12-21T04:32:20.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692024-12-21T04:32:20.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702024-12-21T04:32:20.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712024-12-21T04:32:20.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28722024-12-21T04:32:20.816Z
28732024-12-21T04:32:20.816Zinfo: running `cargo check --bins` on db-macros (102/176)
28742024-12-21T04:32:21.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752024-12-21T04:32:21.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762024-12-21T04:32:21.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772024-12-21T04:32:21.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28782024-12-21T04:32:21.418Z
28792024-12-21T04:32:21.418Zinfo: running `cargo check --bins` on nexus-macros-common (103/176)
28802024-12-21T04:32:21.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812024-12-21T04:32:21.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822024-12-21T04:32:21.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832024-12-21T04:32:21.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28842024-12-21T04:32:22.028Z
28852024-12-21T04:32:22.028Zinfo: running `cargo check --bins` on nexus-auth (104/176)
28862024-12-21T04:32:22.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872024-12-21T04:32:22.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882024-12-21T04:32:22.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892024-12-21T04:32:22.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28902024-12-21T04:32:22.690Z
28912024-12-21T04:32:22.690Zinfo: running `cargo check --bins` on authz-macros (105/176)
28922024-12-21T04:32:23.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932024-12-21T04:32:23.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942024-12-21T04:32:23.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952024-12-21T04:32:23.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28962024-12-21T04:32:23.290Z
28972024-12-21T04:32:23.290Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/176)
28982024-12-21T04:32:23.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992024-12-21T04:32:23.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002024-12-21T04:32:23.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012024-12-21T04:32:23.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29022024-12-21T04:32:23.939Z
29032024-12-21T04:32:23.939Zinfo: running `cargo check --bins` on nexus-db-model (107/176)
29042024-12-21T04:32:24.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052024-12-21T04:32:24.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062024-12-21T04:32:24.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072024-12-21T04:32:24.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29082024-12-21T04:32:24.584Z
29092024-12-21T04:32:24.584Zinfo: running `cargo check --bins` on nexus-defaults (108/176)
29102024-12-21T04:32:25.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112024-12-21T04:32:25.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122024-12-21T04:32:25.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132024-12-21T04:32:25.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29142024-12-21T04:32:25.198Z
29152024-12-21T04:32:25.198Zinfo: running `cargo check --bins` on nexus-inventory (109/176)
29162024-12-21T04:32:25.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172024-12-21T04:32:25.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182024-12-21T04:32:25.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192024-12-21T04:32:25.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29202024-12-21T04:32:25.848Z
29212024-12-21T04:32:25.848Zinfo: running `cargo check --bins` on typed-rng (110/176)
29222024-12-21T04:32:26.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232024-12-21T04:32:26.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242024-12-21T04:32:26.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252024-12-21T04:32:26.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29262024-12-21T04:32:26.448Z
29272024-12-21T04:32:26.448Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176)
29282024-12-21T04:32:27.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292024-12-21T04:32:27.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302024-12-21T04:32:27.175Z Checking keccak v0.1.5
29312024-12-21T04:32:27.285Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29322024-12-21T04:32:27.288Z Checking secrecy v0.8.0
29332024-12-21T04:32:27.288Z Compiling unicase v2.7.0
29342024-12-21T04:32:27.288Z Compiling same-file v1.0.6
29352024-12-21T04:32:27.318Z Compiling tempfile v3.13.0
29362024-12-21T04:32:27.343Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29372024-12-21T04:32:27.346Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29382024-12-21T04:32:27.511Z Compiling thiserror-impl-no-std v2.0.2
29392024-12-21T04:32:27.561Z Checking sha3 v0.10.8
29402024-12-21T04:32:27.579Z Compiling walkdir v2.5.0
29412024-12-21T04:32:27.654Z Checking universal-hash v0.5.1
29422024-12-21T04:32:27.654Z Compiling ring v0.16.20
29432024-12-21T04:32:27.800Z Compiling blake3 v1.5.4
29442024-12-21T04:32:27.844Z Checking opaque-debug v0.3.1
29452024-12-21T04:32:27.909Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29462024-12-21T04:32:27.930Z Checking poly1305 v0.8.0
29472024-12-21T04:32:27.933Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29482024-12-21T04:32:28.177Z Checking chacha20 v0.9.1
29492024-12-21T04:32:28.215Z Checking aead v0.5.2
29502024-12-21T04:32:28.310Z Compiling memmap2 v0.9.5
29512024-12-21T04:32:28.451Z Compiling spin v0.5.2
29522024-12-21T04:32:28.451Z Compiling libefi-sys v0.1.0
29532024-12-21T04:32:28.511Z Compiling constant_time_eq v0.3.1
29542024-12-21T04:32:28.677Z Compiling salty v0.3.0
29552024-12-21T04:32:28.691Z Compiling arrayref v0.3.9
29562024-12-21T04:32:28.728Z Compiling arrayvec v0.7.6
29572024-12-21T04:32:28.788Z Checking chacha20poly1305 v0.10.1
29582024-12-21T04:32:28.833Z Compiling toolchain_find v0.4.0
29592024-12-21T04:32:29.051Z Compiling camino-tempfile v1.1.1
29602024-12-21T04:32:29.117Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29612024-12-21T04:32:29.329Z Compiling bitfield-struct v0.6.2
29622024-12-21T04:32:29.490Z Compiling topological-sort v0.2.2
29632024-12-21T04:32:29.520Z Compiling mime_guess v2.0.5
29642024-12-21T04:32:29.689Z Compiling rustfmt-wrapper v0.2.1
29652024-12-21T04:32:30.246Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29662024-12-21T04:32:30.363Z Checking primeorder v0.13.6
29672024-12-21T04:32:30.524Z Checking env_filter v0.1.2
29682024-12-21T04:32:30.543Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29692024-12-21T04:32:30.560Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29702024-12-21T04:32:30.679Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29712024-12-21T04:32:30.696Z Checking thiserror-no-std v2.0.2
29722024-12-21T04:32:30.738Z Checking env_logger v0.11.5
29732024-12-21T04:32:30.756Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29742024-12-21T04:32:30.795Z Checking vsss-rs v3.3.4
29752024-12-21T04:32:30.828Z Checking p384 v0.13.0
29762024-12-21T04:32:30.897Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29772024-12-21T04:32:31.051Z Checking lockfree-object-pool v0.1.6
29782024-12-21T04:32:31.279Z Compiling zip v2.1.3
29792024-12-21T04:32:31.301Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29802024-12-21T04:32:31.317Z Checking bumpalo v3.16.0
29812024-12-21T04:32:31.503Z Checking http-range v0.1.5
29822024-12-21T04:32:31.561Z Checking simd-adler32 v0.3.7
29832024-12-21T04:32:31.621Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29842024-12-21T04:32:31.761Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29852024-12-21T04:32:31.914Z Checking zopfli v0.8.1
29862024-12-21T04:32:31.931Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29872024-12-21T04:32:31.933Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29882024-12-21T04:32:32.244Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29892024-12-21T04:32:32.395Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29902024-12-21T04:32:32.616Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29912024-12-21T04:32:32.633Z Checking nanorand v0.7.0
29922024-12-21T04:32:32.839Z Checking atty v0.2.14
29932024-12-21T04:32:32.969Z Checking glob v0.3.1
29942024-12-21T04:32:33.003Z Checking flume v0.11.1
29952024-12-21T04:32:33.098Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29962024-12-21T04:32:33.244Z Compiling omicron-zone-package v0.11.1
29972024-12-21T04:32:33.296Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29982024-12-21T04:32:33.519Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29992024-12-21T04:32:33.790Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30002024-12-21T04:32:34.407Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30012024-12-21T04:32:34.575Z Checking hyper-staticfile v0.10.1
30022024-12-21T04:32:35.072Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30032024-12-21T04:32:35.361Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30042024-12-21T04:32:35.439Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30052024-12-21T04:32:35.443Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
30062024-12-21T04:32:35.491Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30072024-12-21T04:32:36.049Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30082024-12-21T04:32:36.552Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
30092024-12-21T04:32:36.622Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30102024-12-21T04:32:36.677Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30112024-12-21T04:32:38.099Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30122024-12-21T04:32:40.089Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30132024-12-21T04:32:40.105Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30142024-12-21T04:32:50.075Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30152024-12-21T04:33:03.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.13s
30162024-12-21T04:33:03.772Z
30172024-12-21T04:33:03.772Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176)
30182024-12-21T04:33:04.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192024-12-21T04:33:04.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202024-12-21T04:33:04.491Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30212024-12-21T04:33:17.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.20s
30222024-12-21T04:33:18.174Z
30232024-12-21T04:33:18.174Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176)
30242024-12-21T04:33:18.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252024-12-21T04:33:18.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262024-12-21T04:33:18.897Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30272024-12-21T04:33:32.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.28s
30282024-12-21T04:33:32.655Z
30292024-12-21T04:33:32.655Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176)
30302024-12-21T04:33:33.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312024-12-21T04:33:33.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322024-12-21T04:33:33.404Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30332024-12-21T04:33:47.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.34s
30342024-12-21T04:33:47.195Z
30352024-12-21T04:33:47.195Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176)
30362024-12-21T04:33:47.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372024-12-21T04:33:47.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382024-12-21T04:33:47.932Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30392024-12-21T04:34:01.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.45s
30402024-12-21T04:34:01.843Z
30412024-12-21T04:34:01.843Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176)
30422024-12-21T04:34:02.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432024-12-21T04:34:02.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442024-12-21T04:34:02.568Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30452024-12-21T04:34:16.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.33s
30462024-12-21T04:34:16.372Z
30472024-12-21T04:34:16.372Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176)
30482024-12-21T04:34:16.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492024-12-21T04:34:16.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502024-12-21T04:34:17.091Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30512024-12-21T04:34:30.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.23s
30522024-12-21T04:34:30.801Z
30532024-12-21T04:34:30.801Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176)
30542024-12-21T04:34:31.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552024-12-21T04:34:31.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562024-12-21T04:34:31.521Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30572024-12-21T04:34:45.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s
30582024-12-21T04:34:45.467Z
30592024-12-21T04:34:45.467Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/176)
30602024-12-21T04:34:46.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612024-12-21T04:34:46.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622024-12-21T04:34:46.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632024-12-21T04:34:46.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30642024-12-21T04:34:46.119Z
30652024-12-21T04:34:46.120Zinfo: running `cargo check --bins` on key-manager (120/176)
30662024-12-21T04:34:46.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672024-12-21T04:34:46.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682024-12-21T04:34:46.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692024-12-21T04:34:47.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30702024-12-21T04:34:47.678Z
30712024-12-21T04:34:47.678Zinfo: running `cargo check --bins` on range-requests (121/176)
30722024-12-21T04:34:47.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732024-12-21T04:34:47.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742024-12-21T04:34:47.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752024-12-21T04:34:47.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30762024-12-21T04:34:47.678Z
30772024-12-21T04:34:47.678Zinfo: running `cargo check --bins` on repo-depot-api (122/176)
30782024-12-21T04:34:47.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792024-12-21T04:34:47.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802024-12-21T04:34:47.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812024-12-21T04:34:47.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30822024-12-21T04:34:47.973Z
30832024-12-21T04:34:47.973Zinfo: running `cargo check --bins` on sled-agent-api (123/176)
30842024-12-21T04:34:48.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852024-12-21T04:34:48.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862024-12-21T04:34:48.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872024-12-21T04:34:48.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30882024-12-21T04:34:48.614Z
30892024-12-21T04:34:48.614Zinfo: running `cargo check --bins` on sled-diagnostics (124/176)
30902024-12-21T04:34:49.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912024-12-21T04:34:49.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922024-12-21T04:34:49.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932024-12-21T04:34:49.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30942024-12-21T04:34:49.216Z
30952024-12-21T04:34:49.216Zinfo: running `cargo check --bins` on sled-hardware (125/176)
30962024-12-21T04:34:49.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972024-12-21T04:34:49.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982024-12-21T04:34:49.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992024-12-21T04:34:49.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31002024-12-21T04:34:49.847Z
31012024-12-21T04:34:49.847Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/176)
31022024-12-21T04:34:50.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032024-12-21T04:34:50.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042024-12-21T04:34:50.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052024-12-21T04:34:50.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31062024-12-21T04:34:50.482Z
31072024-12-21T04:34:50.482Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176)
31082024-12-21T04:34:51.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092024-12-21T04:34:51.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102024-12-21T04:34:51.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112024-12-21T04:34:51.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31122024-12-21T04:34:51.113Z
31132024-12-21T04:34:51.113Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (128/176)
31142024-12-21T04:34:51.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152024-12-21T04:34:51.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162024-12-21T04:34:51.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172024-12-21T04:34:51.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31182024-12-21T04:34:51.773Z
31192024-12-21T04:34:51.773Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (129/176)
31202024-12-21T04:34:52.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212024-12-21T04:34:52.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222024-12-21T04:34:52.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232024-12-21T04:34:52.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31242024-12-21T04:34:52.420Z
31252024-12-21T04:34:52.420Zinfo: running `cargo check --bins` on nexus-test-interface (130/176)
31262024-12-21T04:34:52.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272024-12-21T04:34:52.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282024-12-21T04:34:52.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292024-12-21T04:34:52.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31302024-12-21T04:34:53.066Z
31312024-12-21T04:34:53.066Zinfo: running `cargo check --bins` on oximeter-collector (131/176)
31322024-12-21T04:34:53.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332024-12-21T04:34:53.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342024-12-21T04:34:53.755Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31352024-12-21T04:34:53.756Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31362024-12-21T04:34:54.635Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31372024-12-21T04:34:56.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s
31382024-12-21T04:34:56.817Z
31392024-12-21T04:34:56.817Zinfo: running `cargo check --bins` on oximeter-api (132/176)
31402024-12-21T04:34:57.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412024-12-21T04:34:57.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422024-12-21T04:34:57.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432024-12-21T04:34:57.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31442024-12-21T04:34:57.444Z
31452024-12-21T04:34:57.444Zinfo: running `cargo check --bins` on cert-dev (133/176)
31462024-12-21T04:34:57.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472024-12-21T04:34:57.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482024-12-21T04:34:58.047Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31492024-12-21T04:34:58.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
31502024-12-21T04:34:58.479Z
31512024-12-21T04:34:58.479Zinfo: running `cargo check --bins` on clickana (134/176)
31522024-12-21T04:34:59.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532024-12-21T04:34:59.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542024-12-21T04:34:59.118Z Checking castaway v0.2.3
31552024-12-21T04:34:59.121Z Checking unicode-truncate v1.1.0
31562024-12-21T04:34:59.121Z Checking lru v0.12.5
31572024-12-21T04:34:59.121Z Compiling instability v0.3.2
31582024-12-21T04:34:59.121Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31592024-12-21T04:34:59.121Z Checking cassowary v0.3.0
31602024-12-21T04:34:59.344Z Checking compact_str v0.8.0
31612024-12-21T04:34:59.941Z Checking ratatui v0.28.1
31622024-12-21T04:35:00.947Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31632024-12-21T04:35:02.385Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31642024-12-21T04:35:02.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
31652024-12-21T04:35:02.973Z
31662024-12-21T04:35:02.973Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (135/176)
31672024-12-21T04:35:03.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682024-12-21T04:35:03.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692024-12-21T04:35:03.645Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31702024-12-21T04:35:03.645Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31712024-12-21T04:35:04.718Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31722024-12-21T04:35:05.232Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31732024-12-21T04:35:05.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
31742024-12-21T04:35:05.793Z
31752024-12-21T04:35:05.793Zinfo: running `cargo check --bins` on ch-dev (136/176)
31762024-12-21T04:35:06.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772024-12-21T04:35:06.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782024-12-21T04:35:06.438Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31792024-12-21T04:35:07.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
31802024-12-21T04:35:07.323Z
31812024-12-21T04:35:07.323Zinfo: running `cargo check --bins` on crdb-seed (137/176)
31822024-12-21T04:35:07.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832024-12-21T04:35:07.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842024-12-21T04:35:07.972Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31852024-12-21T04:35:08.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
31862024-12-21T04:35:08.517Z
31872024-12-21T04:35:08.518Zinfo: running `cargo check --bins` on db-dev (138/176)
31882024-12-21T04:35:09.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892024-12-21T04:35:09.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902024-12-21T04:35:09.160Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31912024-12-21T04:35:09.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
31922024-12-21T04:35:10.052Z
31932024-12-21T04:35:10.052Zinfo: running `cargo check --bins` on omicron-dev-lib (139/176)
31942024-12-21T04:35:10.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952024-12-21T04:35:10.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962024-12-21T04:35:10.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972024-12-21T04:35:10.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31982024-12-21T04:35:10.683Z
31992024-12-21T04:35:10.683Zinfo: running `cargo check --bins` on xtask-downloader (140/176)
32002024-12-21T04:35:11.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012024-12-21T04:35:11.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022024-12-21T04:35:11.282Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
32032024-12-21T04:35:12.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
32042024-12-21T04:35:12.344Z
32052024-12-21T04:35:12.344Zinfo: running `cargo check --bins` on omicron-ls-apis (141/176)
32062024-12-21T04:35:12.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072024-12-21T04:35:12.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082024-12-21T04:35:12.971Z Checking cargo-platform v0.1.8
32092024-12-21T04:35:13.242Z Checking cargo_metadata v0.18.1
32102024-12-21T04:35:14.222Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32112024-12-21T04:35:15.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s
32122024-12-21T04:35:15.212Z
32132024-12-21T04:35:15.212Zinfo: running `cargo check --bins` on mgs-dev (142/176)
32142024-12-21T04:35:15.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152024-12-21T04:35:15.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162024-12-21T04:35:15.906Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32172024-12-21T04:35:17.424Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32182024-12-21T04:35:18.078Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32192024-12-21T04:35:18.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
32202024-12-21T04:35:18.826Z
32212024-12-21T04:35:18.826Zinfo: running `cargo check --bins` on omicron-omdb (143/176)
32222024-12-21T04:35:19.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232024-12-21T04:35:19.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242024-12-21T04:35:19.596Z Compiling crunchy v0.2.2
32252024-12-21T04:35:19.596Z Compiling tiny-keccak v2.0.2
32262024-12-21T04:35:19.600Z Compiling dsl_auto_type v0.1.2
32272024-12-21T04:35:19.600Z Checking scheduled-thread-pool v0.2.7
32282024-12-21T04:35:19.600Z Compiling diesel_table_macro_syntax v0.2.0
32292024-12-21T04:35:19.720Z Compiling ascii-canvas v3.0.0
32302024-12-21T04:35:19.727Z Compiling ena v0.14.3
32312024-12-21T04:35:19.729Z Compiling diff v0.1.13
32322024-12-21T04:35:19.944Z Checking r2d2 v0.8.10
32332024-12-21T04:35:19.985Z Compiling regex-syntax v0.6.29
32342024-12-21T04:35:20.134Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32352024-12-21T04:35:20.158Z Compiling ref-cast v1.0.23
32362024-12-21T04:35:20.249Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32372024-12-21T04:35:20.249Z Compiling derive_builder_core v0.20.2
32382024-12-21T04:35:20.355Z Compiling libxml v0.3.3
32392024-12-21T04:35:20.393Z Compiling ref-cast-impl v1.0.23
32402024-12-21T04:35:20.527Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32412024-12-21T04:35:20.748Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32422024-12-21T04:35:20.767Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32432024-12-21T04:35:20.959Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32442024-12-21T04:35:21.041Z Compiling strum_macros v0.24.3
32452024-12-21T04:35:21.069Z Compiling samael v0.0.17
32462024-12-21T04:35:21.330Z Compiling diesel_derives v2.2.3
32472024-12-21T04:35:21.399Z Compiling indoc v1.0.9
32482024-12-21T04:35:22.358Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32492024-12-21T04:35:22.650Z Compiling derive_builder_macro v0.20.2
32502024-12-21T04:35:22.669Z Compiling oso-derive v0.27.3
32512024-12-21T04:35:23.508Z Compiling lalrpop v0.19.12
32522024-12-21T04:35:23.526Z Checking derive_builder v0.20.2
32532024-12-21T04:35:23.679Z Compiling impl-trait-for-tuples v0.2.2
32542024-12-21T04:35:23.713Z Checking quick-xml v0.33.0
32552024-12-21T04:35:24.176Z Compiling diesel-dtrace v0.4.2
32562024-12-21T04:35:24.468Z Checking maplit v1.0.2
32572024-12-21T04:35:24.654Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32582024-12-21T04:35:24.656Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32592024-12-21T04:35:24.982Z Checking bb8 v0.8.5
32602024-12-21T04:35:25.229Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32612024-12-21T04:35:25.473Z Checking rand_seeder v0.3.0
32622024-12-21T04:35:25.546Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32632024-12-21T04:35:25.720Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32642024-12-21T04:35:25.906Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32652024-12-21T04:35:25.931Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32662024-12-21T04:35:26.220Z Checking smawk v0.3.2
32672024-12-21T04:35:26.322Z Checking unicode-linebreak v0.1.5
32682024-12-21T04:35:26.436Z Checking is_ci v1.2.0
32692024-12-21T04:35:26.585Z Checking supports-color v3.0.1
32702024-12-21T04:35:26.764Z Checking textwrap v0.16.1
32712024-12-21T04:35:26.825Z Checking multimap v0.10.0
32722024-12-21T04:35:27.537Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32732024-12-21T04:35:30.438Z Checking diesel v2.2.6
32742024-12-21T04:35:56.358Z Compiling polar-core v0.27.3
32752024-12-21T04:35:59.476Z Checking async-bb8-diesel v0.2.1
32762024-12-21T04:36:03.749Z Checking oso v0.27.3
32772024-12-21T04:37:09.752Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32782024-12-21T04:37:15.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
32792024-12-21T04:37:16.122Z
32802024-12-21T04:37:16.122Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176)
32812024-12-21T04:37:16.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822024-12-21T04:37:16.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832024-12-21T04:37:16.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32842024-12-21T04:37:16.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32852024-12-21T04:37:16.788Z
32862024-12-21T04:37:16.788Zinfo: running `cargo check --bins` on nexus-saga-recovery (145/176)
32872024-12-21T04:37:17.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882024-12-21T04:37:17.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892024-12-21T04:37:17.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32902024-12-21T04:37:17.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32912024-12-21T04:37:17.456Z
32922024-12-21T04:37:17.456Zinfo: running `cargo check --bins` on nexus-test-utils-macros (146/176)
32932024-12-21T04:37:17.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942024-12-21T04:37:17.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952024-12-21T04:37:17.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32962024-12-21T04:37:17.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32972024-12-21T04:37:18.057Z
32982024-12-21T04:37:18.057Zinfo: running `cargo check --bins` on omicron-nexus (147/176)
32992024-12-21T04:37:18.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002024-12-21T04:37:18.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012024-12-21T04:37:18.843Z Compiling libz-sys v1.1.20
33022024-12-21T04:37:18.957Z Compiling libgit2-sys v0.17.0+1.8.1
33032024-12-21T04:37:18.970Z Compiling vergen v8.3.2
33042024-12-21T04:37:18.973Z Compiling cargo-platform v0.1.8
33052024-12-21T04:37:18.973Z Compiling pin-project-internal v1.1.6
33062024-12-21T04:37:19.011Z Compiling libsqlite3-sys v0.30.1
33072024-12-21T04:37:19.011Z Compiling snafu-derive v0.8.5
33082024-12-21T04:37:19.014Z Compiling buf-list v1.0.3
33092024-12-21T04:37:19.246Z Compiling cargo_metadata v0.18.1
33102024-12-21T04:37:19.504Z Compiling rustls v0.21.12
33112024-12-21T04:37:19.507Z Compiling cfg_aliases v0.2.1
33122024-12-21T04:37:19.744Z Compiling nix v0.29.0
33132024-12-21T04:37:19.782Z Checking globset v0.4.15
33142024-12-21T04:37:19.815Z Checking olpc-cjson v0.1.4
33152024-12-21T04:37:19.889Z Checking rustls-webpki v0.101.7
33162024-12-21T04:37:20.035Z Checking sct v0.7.1
33172024-12-21T04:37:20.239Z Checking serde_plain v1.0.2
33182024-12-21T04:37:20.312Z Checking typed-path v0.9.3
33192024-12-21T04:37:20.891Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33202024-12-21T04:37:20.937Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33212024-12-21T04:37:21.133Z Checking hashlink v0.9.1
33222024-12-21T04:37:21.219Z Checking fallible-iterator v0.3.0
33232024-12-21T04:37:21.744Z Checking parse-size v1.1.0
33242024-12-21T04:37:21.846Z Checking fallible-streaming-iterator v0.1.9
33252024-12-21T04:37:21.950Z Checking pin-project v1.1.6
33262024-12-21T04:37:22.056Z Checking rusqlite v0.32.1
33272024-12-21T04:37:22.075Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33282024-12-21T04:37:22.264Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33292024-12-21T04:37:22.506Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33302024-12-21T04:37:22.751Z Checking rustls-pemfile v1.0.4
33312024-12-21T04:37:22.953Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33322024-12-21T04:37:23.172Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33332024-12-21T04:37:23.189Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33342024-12-21T04:37:23.220Z Checking twox-hash v1.6.3
33352024-12-21T04:37:23.269Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33362024-12-21T04:37:23.312Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33372024-12-21T04:37:23.671Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33382024-12-21T04:37:23.929Z Checking tokio-rustls v0.24.1
33392024-12-21T04:37:24.227Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33402024-12-21T04:37:24.751Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33412024-12-21T04:37:24.777Z Checking snafu v0.8.5
33422024-12-21T04:37:24.777Z Checking fatfs v0.3.6
33432024-12-21T04:37:24.895Z Checking tough v0.19.0
33442024-12-21T04:37:25.065Z Checking assert_matches v1.5.0
33452024-12-21T04:37:28.923Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33462024-12-21T04:37:30.283Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33472024-12-21T04:37:31.339Z Compiling git2 v0.19.0
33482024-12-21T04:37:36.007Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33492024-12-21T04:38:28.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
33502024-12-21T04:38:28.541Z
33512024-12-21T04:38:28.541Zinfo: running `cargo check --bins` on nexus-external-api (148/176)
33522024-12-21T04:38:29.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532024-12-21T04:38:29.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542024-12-21T04:38:29.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552024-12-21T04:38:29.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33562024-12-21T04:38:29.223Z
33572024-12-21T04:38:29.223Zinfo: running `cargo check --bins` on openapi-manager-types (149/176)
33582024-12-21T04:38:29.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592024-12-21T04:38:29.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602024-12-21T04:38:29.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612024-12-21T04:38:29.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33622024-12-21T04:38:29.830Z
33632024-12-21T04:38:29.830Zinfo: running `cargo check --bins` on nexus-internal-api (150/176)
33642024-12-21T04:38:30.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652024-12-21T04:38:30.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662024-12-21T04:38:30.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672024-12-21T04:38:30.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33682024-12-21T04:38:30.472Z
33692024-12-21T04:38:30.472Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (151/176)
33702024-12-21T04:38:31.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712024-12-21T04:38:31.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722024-12-21T04:38:31.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732024-12-21T04:38:31.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33742024-12-21T04:38:31.141Z
33752024-12-21T04:38:31.141Zinfo: running `cargo check --bins` on nexus-networking (152/176)
33762024-12-21T04:38:31.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772024-12-21T04:38:31.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782024-12-21T04:38:31.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792024-12-21T04:38:31.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33802024-12-21T04:38:31.804Z
33812024-12-21T04:38:31.804Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (153/176)
33822024-12-21T04:38:32.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832024-12-21T04:38:32.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842024-12-21T04:38:32.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852024-12-21T04:38:32.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33862024-12-21T04:38:32.468Z
33872024-12-21T04:38:32.468Zinfo: running `cargo check --bins` on update-common (154/176)
33882024-12-21T04:38:33.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892024-12-21T04:38:33.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902024-12-21T04:38:33.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912024-12-21T04:38:33.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33922024-12-21T04:38:33.113Z
33932024-12-21T04:38:33.113Zinfo: running `cargo check --bins` on tufaceous-lib (155/176)
33942024-12-21T04:38:33.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952024-12-21T04:38:33.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962024-12-21T04:38:33.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972024-12-21T04:38:33.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33982024-12-21T04:38:33.754Z
33992024-12-21T04:38:33.754Zinfo: running `cargo check --bins` on tufaceous (156/176)
34002024-12-21T04:38:34.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012024-12-21T04:38:34.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022024-12-21T04:38:34.412Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34032024-12-21T04:38:35.654Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
34042024-12-21T04:38:36.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.78s
34052024-12-21T04:38:36.720Z
34062024-12-21T04:38:36.720Zinfo: running `cargo check --bins` on omicron-dev (157/176)
34072024-12-21T04:38:37.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082024-12-21T04:38:37.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092024-12-21T04:38:37.559Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34102024-12-21T04:38:37.564Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34112024-12-21T04:38:37.697Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34122024-12-21T04:38:37.699Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34132024-12-21T04:38:38.720Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34142024-12-21T04:39:04.121Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34152024-12-21T04:39:04.123Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34162024-12-21T04:39:04.123Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34172024-12-21T04:39:04.123Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34182024-12-21T04:39:04.123Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34192024-12-21T04:39:04.957Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34202024-12-21T04:39:06.227Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34212024-12-21T04:39:43.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
34222024-12-21T04:39:44.129Z
34232024-12-21T04:39:44.129Zinfo: running `cargo check --bins` on openapi-manager (158/176)
34242024-12-21T04:39:44.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252024-12-21T04:39:44.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262024-12-21T04:39:44.830Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34272024-12-21T04:39:44.832Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34282024-12-21T04:39:44.832Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34292024-12-21T04:39:44.956Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34302024-12-21T04:39:44.959Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34312024-12-21T04:39:44.985Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34322024-12-21T04:39:44.987Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
34332024-12-21T04:39:45.017Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34342024-12-21T04:39:45.143Z Checking heck v0.4.1
34352024-12-21T04:39:45.202Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34362024-12-21T04:39:45.271Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34372024-12-21T04:39:45.339Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
34382024-12-21T04:39:45.616Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
34392024-12-21T04:39:45.774Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34402024-12-21T04:39:46.260Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34412024-12-21T04:39:46.492Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34422024-12-21T04:39:47.693Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34432024-12-21T04:39:48.273Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34442024-12-21T04:39:48.693Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34452024-12-21T04:39:48.781Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34462024-12-21T04:39:50.782Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34472024-12-21T04:39:50.785Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34482024-12-21T04:39:52.024Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34492024-12-21T04:39:53.614Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34502024-12-21T04:39:59.657Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34512024-12-21T04:39:59.678Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34522024-12-21T04:40:00.856Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
34532024-12-21T04:40:01.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.82s
34542024-12-21T04:40:02.158Z
34552024-12-21T04:40:02.158Zinfo: running `cargo check --bins` on installinator-api (159/176)
34562024-12-21T04:40:02.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572024-12-21T04:40:02.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582024-12-21T04:40:02.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592024-12-21T04:40:02.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34602024-12-21T04:40:02.806Z
34612024-12-21T04:40:02.806Zinfo: running `cargo check --bins` on wicketd-api (160/176)
34622024-12-21T04:40:03.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632024-12-21T04:40:03.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642024-12-21T04:40:03.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652024-12-21T04:40:03.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34662024-12-21T04:40:03.454Z
34672024-12-21T04:40:03.454Zinfo: running `cargo check --bins` on reconfigurator-cli (161/176)
34682024-12-21T04:40:04.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692024-12-21T04:40:04.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702024-12-21T04:40:04.151Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34712024-12-21T04:40:04.151Z Compiling petname v2.0.2
34722024-12-21T04:40:04.154Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34732024-12-21T04:40:04.154Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34742024-12-21T04:40:04.154Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34752024-12-21T04:40:04.154Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34762024-12-21T04:40:04.268Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34772024-12-21T04:40:04.289Z Checking sync-ptr v0.1.1
34782024-12-21T04:40:09.655Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34792024-12-21T04:40:10.305Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34802024-12-21T04:40:11.481Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34812024-12-21T04:40:13.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.62s
34822024-12-21T04:40:13.261Z
34832024-12-21T04:40:13.261Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176)
34842024-12-21T04:40:13.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852024-12-21T04:40:13.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862024-12-21T04:40:13.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872024-12-21T04:40:13.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
34882024-12-21T04:40:13.929Z
34892024-12-21T04:40:13.929Zinfo: running `cargo check --bins` on omicron-releng (163/176)
34902024-12-21T04:40:14.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912024-12-21T04:40:14.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922024-12-21T04:40:14.598Z Checking memmap2 v0.9.5
34932024-12-21T04:40:14.598Z Checking arrayref v0.3.9
34942024-12-21T04:40:14.598Z Checking constant_time_eq v0.3.1
34952024-12-21T04:40:14.602Z Checking spin v0.5.2
34962024-12-21T04:40:14.602Z Checking arrayvec v0.7.6
34972024-12-21T04:40:14.602Z Checking topological-sort v0.2.2
34982024-12-21T04:40:14.712Z Checking shell-words v1.1.0
34992024-12-21T04:40:14.916Z Checking ring v0.16.20
35002024-12-21T04:40:15.007Z Checking blake3 v1.5.4
35012024-12-21T04:40:16.005Z Checking omicron-zone-package v0.11.1
35022024-12-21T04:40:17.091Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
35032024-12-21T04:40:17.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
35042024-12-21T04:40:18.172Z
35052024-12-21T04:40:18.172Zinfo: running `cargo check --bins` on xtask (164/176)
35062024-12-21T04:40:18.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072024-12-21T04:40:18.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082024-12-21T04:40:18.596Z Checking bitflags v2.6.0
35092024-12-21T04:40:18.600Z Checking serde v1.0.215
35102024-12-21T04:40:18.600Z Checking thiserror v1.0.69
35112024-12-21T04:40:18.697Z Checking scroll v0.12.0
35122024-12-21T04:40:18.712Z Checking hashbrown v0.15.1
35132024-12-21T04:40:18.712Z Checking log v0.4.22
35142024-12-21T04:40:18.731Z Checking zerocopy v0.7.35
35152024-12-21T04:40:18.762Z Checking syn v2.0.87
35162024-12-21T04:40:18.791Z Checking pest v2.7.14
35172024-12-21T04:40:18.910Z Checking rustix v0.38.37
35182024-12-21T04:40:18.966Z Checking once_cell v1.20.2
35192024-12-21T04:40:19.147Z Checking goblin v0.8.2
35202024-12-21T04:40:19.286Z Checking fs-err v2.11.0
35212024-12-21T04:40:19.595Z Checking anyhow v1.0.93
35222024-12-21T04:40:19.716Z Checking indexmap v2.6.0
35232024-12-21T04:40:20.009Z Checking tabled v0.15.0
35242024-12-21T04:40:20.849Z Checking terminal_size v0.4.0
35252024-12-21T04:40:20.853Z Checking tempfile v3.13.0
35262024-12-21T04:40:21.016Z Checking clap_builder v4.5.21
35272024-12-21T04:40:21.225Z Checking dtrace-parser v0.2.0
35282024-12-21T04:40:22.825Z Checking serde_json v1.0.133
35292024-12-21T04:40:22.825Z Checking serde_spanned v0.6.8
35302024-12-21T04:40:22.828Z Checking toml_datetime v0.6.8
35312024-12-21T04:40:22.828Z Checking camino v1.1.9
35322024-12-21T04:40:22.828Z Checking cargo-platform v0.1.8
35332024-12-21T04:40:23.053Z Checking semver v1.0.23
35342024-12-21T04:40:23.103Z Checking macaddr v1.0.1
35352024-12-21T04:40:23.121Z Checking toml_edit v0.22.22
35362024-12-21T04:40:23.334Z Checking clap v4.5.21
35372024-12-21T04:40:23.365Z Checking camino-tempfile v1.1.1
35382024-12-21T04:40:24.024Z Checking dof v0.3.0
35392024-12-21T04:40:24.024Z Checking cargo_metadata v0.18.1
35402024-12-21T04:40:24.434Z Checking usdt-impl v0.5.0
35412024-12-21T04:40:24.784Z Checking usdt v0.5.0
35422024-12-21T04:40:24.946Z Checking toml v0.8.19
35432024-12-21T04:40:25.400Z Checking cargo_toml v0.20.5
35442024-12-21T04:40:26.614Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
35452024-12-21T04:40:27.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.02s
35462024-12-21T04:40:27.308Z
35472024-12-21T04:40:27.308Zinfo: running `cargo check --bins` on end-to-end-tests (165/176)
35482024-12-21T04:40:30.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492024-12-21T04:40:30.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502024-12-21T04:40:30.965Z Checking polyval v0.6.2
35512024-12-21T04:40:30.965Z Checking ctr v0.9.2
35522024-12-21T04:40:30.965Z Checking ssh-encoding v0.2.0
35532024-12-21T04:40:30.965Z Checking blowfish v0.9.1
35542024-12-21T04:40:30.965Z Checking password-hash v0.4.2
35552024-12-21T04:40:30.965Z Checking matches v0.1.10
35562024-12-21T04:40:30.965Z Checking p521 v0.13.3
35572024-12-21T04:40:30.965Z Checking p256 v0.13.2
35582024-12-21T04:40:30.965Z Checking idna v0.2.3
35592024-12-21T04:40:30.965Z Checking ghash v0.5.1
35602024-12-21T04:40:30.965Z Checking bcrypt-pbkdf v0.10.0
35612024-12-21T04:40:30.965Z Compiling enum-as-inner v0.5.1
35622024-12-21T04:40:30.965Z Checking russh-cryptovec v0.7.3
35632024-12-21T04:40:30.965Z Checking pbkdf2 v0.11.0
35642024-12-21T04:40:30.965Z Checking aes-gcm v0.10.3
35652024-12-21T04:40:30.965Z Checking md5 v0.7.0
35662024-12-21T04:40:30.965Z Checking num-bigint v0.4.6
35672024-12-21T04:40:30.965Z Checking des v0.8.1
35682024-12-21T04:40:30.965Z Checking ssh-cipher v0.2.0
35692024-12-21T04:40:30.965Z Compiling dhcproto-macros v0.1.0
35702024-12-21T04:40:30.965Z Checking hex-literal v0.4.1
35712024-12-21T04:40:30.965Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35722024-12-21T04:40:30.967Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35732024-12-21T04:40:30.967Z Checking internet-checksum v0.2.1
35742024-12-21T04:40:30.967Z Checking ssh-key v0.6.6
35752024-12-21T04:40:30.967Z Checking trust-dns-proto v0.22.0
35762024-12-21T04:40:30.967Z Checking russh-keys v0.45.0
35772024-12-21T04:40:31.304Z Checking russh v0.45.0
35782024-12-21T04:40:31.972Z Checking dhcproto v0.12.0
35792024-12-21T04:40:49.163Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35802024-12-21T04:40:50.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.25s
35812024-12-21T04:40:50.769Z
35822024-12-21T04:40:50.769Zinfo: running `cargo check --bins` on gateway-cli (166/176)
35832024-12-21T04:40:51.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842024-12-21T04:40:51.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852024-12-21T04:40:51.400Z Checking termios v0.3.3
35862024-12-21T04:40:51.616Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35872024-12-21T04:40:52.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
35882024-12-21T04:40:52.571Z
35892024-12-21T04:40:52.571Zinfo: running `cargo check --bins --no-default-features` on installinator (167/176)
35902024-12-21T04:40:53.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912024-12-21T04:40:53.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922024-12-21T04:40:53.254Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35932024-12-21T04:40:53.254Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35942024-12-21T04:40:53.257Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35952024-12-21T04:40:53.257Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35962024-12-21T04:40:54.331Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35972024-12-21T04:40:55.627Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35982024-12-21T04:40:57.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s
35992024-12-21T04:40:57.704Z
36002024-12-21T04:40:57.704Zinfo: running `cargo check --bins` on internal-dns-cli (168/176)
36012024-12-21T04:40:58.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022024-12-21T04:40:58.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032024-12-21T04:40:58.335Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
36042024-12-21T04:40:58.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
36052024-12-21T04:40:59.002Z
36062024-12-21T04:40:59.002Zinfo: running `cargo check --bins` on omicron-live-tests (169/176)
36072024-12-21T04:40:59.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082024-12-21T04:40:59.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092024-12-21T04:40:59.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102024-12-21T04:40:59.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36112024-12-21T04:40:59.606Z
36122024-12-21T04:40:59.606Zinfo: running `cargo check --bins` on live-tests-macros (170/176)
36132024-12-21T04:41:00.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142024-12-21T04:41:00.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152024-12-21T04:41:00.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162024-12-21T04:41:00.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36172024-12-21T04:41:00.218Z
36182024-12-21T04:41:00.218Zinfo: running `cargo check --bins` on omicron-package (171/176)
36192024-12-21T04:41:00.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202024-12-21T04:41:00.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212024-12-21T04:41:00.883Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
36222024-12-21T04:41:02.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
36232024-12-21T04:41:02.415Z
36242024-12-21T04:41:02.415Zinfo: running `cargo check --bins` on wicket-dbg (172/176)
36252024-12-21T04:41:03.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262024-12-21T04:41:03.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272024-12-21T04:41:03.113Z Checking rtoolbox v0.0.2
36282024-12-21T04:41:03.113Z Checking tui-tree-widget v0.22.0
36292024-12-21T04:41:03.116Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36302024-12-21T04:41:03.342Z Checking rpassword v7.3.1
36312024-12-21T04:41:07.410Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36322024-12-21T04:41:10.452Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36332024-12-21T04:41:11.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s
36342024-12-21T04:41:11.872Z
36352024-12-21T04:41:11.872Zinfo: running `cargo check --bins` on wicket (173/176)
36362024-12-21T04:41:12.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372024-12-21T04:41:12.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382024-12-21T04:41:12.566Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36392024-12-21T04:41:13.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
36402024-12-21T04:41:13.198Z
36412024-12-21T04:41:13.198Zinfo: running `cargo check --bins` on wicketd (174/176)
36422024-12-21T04:41:13.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432024-12-21T04:41:13.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442024-12-21T04:41:13.914Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36452024-12-21T04:41:13.914Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36462024-12-21T04:41:14.774Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36472024-12-21T04:41:18.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s
36482024-12-21T04:41:18.865Z
36492024-12-21T04:41:18.865Zinfo: running `cargo check --bins` on omicron-workspace-hack (175/176)
36502024-12-21T04:41:19.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512024-12-21T04:41:19.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522024-12-21T04:41:19.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532024-12-21T04:41:19.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36542024-12-21T04:41:19.474Z
36552024-12-21T04:41:19.474Zinfo: running `cargo check --bins` on zone-setup (176/176)
36562024-12-21T04:41:20.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572024-12-21T04:41:20.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582024-12-21T04:41:20.207Z Checking uzers v0.12.1
36592024-12-21T04:41:20.550Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36602024-12-21T04:41:22.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
36612024-12-21T04:41:22.176Z
36622024-12-21T04:41:22.176Zreal 13:28.173333117
36632024-12-21T04:41:22.176Zuser 25:14.093526264
36642024-12-21T04:41:22.176Zsys 5:44.592191957
36652024-12-21T04:41:22.176Ztrap 0.475382140
36662024-12-21T04:41:22.176Ztflt 2.422212702
36672024-12-21T04:41:22.176Zdflt 3.088816102
36682024-12-21T04:41:22.176Zkflt 0.003046412
36692024-12-21T04:41:22.176Zlock 47:53.335549645
36702024-12-21T04:41:22.176Zslp 2:12:12.902349309
36712024-12-21T04:41:22.176Zlat 1:04.567754296
36722024-12-21T04:41:22.176Zstop 3:21.363073638
36732024-12-21T04:41:22.176Zprocess exited: duration 1242481 ms, exit code 0
 
36742024-12-21T04:41:22.193Zfound 0 output files