01J7XJ00QDQT3CFJPN8YDH1HGY: 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: 01J7XJ097F96STBGKY82GJ2SVD

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-16T13:58:18.237Zjob assigned to worker 01J7XJ0A53NQKAMTEQVJYGWHVB (queued for 24 s)
 
22024-09-16T13:58:18.943Zstarting task 0: "setup"
32024-09-16T13:58:18.969Z++ uname -s
42024-09-16T13:58:18.969Z+ kern=SunOS
52024-09-16T13:58:18.969Z+ case "$kern" in
62024-09-16T13:58:18.969Z+ groupadd -g 12345 build
72024-09-16T13:58:18.969Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-16T13:58:20.973Z+ zfs create -o mountpoint=/work rpool/work
92024-09-16T13:58:21.011Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-16T13:58:21.034Z+ home_fs=zfs
112024-09-16T13:58:21.034Z+ [[ zfs == autofs ]]
122024-09-16T13:58:21.034Z+ mkdir -p /home/build
132024-09-16T13:58:21.034Z+ chown build:build /home/build /work
142024-09-16T13:58:23.020Z+ chmod 0700 /home/build /work
152024-09-16T13:58:23.045Zprocess exited: duration 4081 ms, exit code 0
 
162024-09-16T13:58:23.094Zstarting task 1: "rust-toolchain"
172024-09-16T13:58:23.119Z+ printf ' * toolchain channel = "%s"
182024-09-16T13:58:23.119Z * toolchain channel = "1.80.1"
192024-09-16T13:58:23.119Z * toolchain profile = "default"
202024-09-16T13:58:23.119Z' 1.80.1
212024-09-16T13:58:23.119Z+ printf ' * toolchain profile = "%s"
222024-09-16T13:58:23.119Z' default
232024-09-16T13:58:23.119Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-16T13:58:23.119Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-16T13:58:23.254Zinfo: downloading installer
262024-09-16T13:58:23.812Zinfo: profile set to 'default'
272024-09-16T13:58:23.812Zinfo: default host triple is x86_64-unknown-illumos
282024-09-16T13:58:23.812Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-16T13:58:23.910Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-16T13:58:23.910Zinfo: downloading component 'cargo'
312024-09-16T13:58:24.039Zinfo: downloading component 'clippy'
322024-09-16T13:58:24.083Zinfo: downloading component 'rust-docs'
332024-09-16T13:58:24.311Zinfo: downloading component 'rust-std'
342024-09-16T13:58:24.738Zinfo: downloading component 'rustc'
352024-09-16T13:58:26.012Zinfo: downloading component 'rustfmt'
362024-09-16T13:58:26.078Zinfo: installing component 'cargo'
372024-09-16T13:58:27.176Zinfo: installing component 'clippy'
382024-09-16T13:58:27.627Zinfo: installing component 'rust-docs'
392024-09-16T13:58:30.318Zinfo: installing component 'rust-std'
402024-09-16T13:58:32.251Zinfo: installing component 'rustc'
412024-09-16T13:58:37.310Zinfo: installing component 'rustfmt'
422024-09-16T13:58:37.746Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-16T13:58:37.746Z
442024-09-16T13:58:37.874Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-16T13:58:37.874Z
462024-09-16T13:58:37.874Z
472024-09-16T13:58:37.874ZRust is installed now. Great!
482024-09-16T13:58:37.874Z
492024-09-16T13:58:37.874ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-16T13:58:37.874Zenvironment variable. This has not been done automatically.
512024-09-16T13:58:37.875Z
522024-09-16T13:58:37.875ZTo configure your current shell, you need to source
532024-09-16T13:58:37.875Zthe corresponding env file under $HOME/.cargo.
542024-09-16T13:58:37.875Z
552024-09-16T13:58:37.875ZThis is usually done by running one of the following (note the leading DOT):
562024-09-16T13:58:37.875Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-16T13:58:37.875Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-16T13:58:37.942Z+ rustc --version
592024-09-16T13:58:38.055Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-16T13:58:38.079Zprocess exited: duration 14966 ms, exit code 0
 
612024-09-16T13:58:38.129Zstarting task 2: "authentication"
622024-09-16T13:58:38.184Zprocess exited: duration 57 ms, exit code 0
 
632024-09-16T13:58:38.232Zstarting task 3: "clone repository"
642024-09-16T13:58:38.255Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-16T13:58:38.255Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-16T13:58:38.279ZCloning into '/work/oxidecomputer/omicron'...
672024-09-16T13:58:44.042Z+ cd /work/oxidecomputer/omicron
682024-09-16T13:58:44.042Z+ git fetch origin 96892a1d56ac7bb86abfa2a0a613eff6be9dbe6e
692024-09-16T13:58:44.473ZFrom https://github.com/oxidecomputer/omicron
702024-09-16T13:58:44.473Z * branch 96892a1d56ac7bb86abfa2a0a613eff6be9dbe6e -> FETCH_HEAD
712024-09-16T13:58:44.497Z+ [[ -n john/reconfigurator-oximeter-db ]]
722024-09-16T13:58:44.497Z++ git branch --show-current
732024-09-16T13:58:44.497Z+ current=main
742024-09-16T13:58:44.497Z+ [[ main != john/reconfigurator-oximeter-db ]]
752024-09-16T13:58:44.497Z+ git branch -f john/reconfigurator-oximeter-db 96892a1d56ac7bb86abfa2a0a613eff6be9dbe6e
762024-09-16T13:58:44.497Z+ git checkout -f john/reconfigurator-oximeter-db
772024-09-16T13:58:44.673ZSwitched to branch 'john/reconfigurator-oximeter-db'
782024-09-16T13:58:44.697Z+ git reset --hard 96892a1d56ac7bb86abfa2a0a613eff6be9dbe6e
792024-09-16T13:58:44.842ZHEAD is now at 96892a1d5 Merge branch 'main' into john/reconfigurator-oximeter-db
802024-09-16T13:58:44.865Zprocess exited: duration 6612 ms, exit code 0
 
812024-09-16T13:58:44.913Zstarting task 4: "build"
822024-09-16T13:58:44.936Z+ cargo --version
832024-09-16T13:58:44.987Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-16T13:58:45.011Z+ rustc --version
852024-09-16T13:58:45.060Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-16T13:58:45.084Z+ source ./env.sh
872024-09-16T13:58:45.084Z++ OLD_SHELL_OPTS=ehxB
882024-09-16T13:58:45.084Z++ set -o xtrace
892024-09-16T13:58:45.084Z++++ dirname ./env.sh
902024-09-16T13:58:45.084Z+++ readlink -f .
912024-09-16T13:58:45.084Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-09-16T13:58:45.084Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-09-16T13:58:45.084Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-09-16T13:58:45.084Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-09-16T13:58:45.084Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-09-16T13:58:45.084Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-09-16T13:58:45.084Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-09-16T13:58:45.084Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-09-16T13:58:45.084Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-09-16T13:58:45.084Z++ case $OLD_SHELL_OPTS in
1012024-09-16T13:58:45.084Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-09-16T13:58:45.084Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1032024-09-16T13:58:45.084Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1042024-09-16T13:58:45.084Z+ banner prerequisites
1052024-09-16T13:58:45.084Z
1062024-09-16T13:58:45.084Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-09-16T13:58:45.084Z # # # # # # # # # # # # # # #
1082024-09-16T13:58:45.084Z # # # # ##### # # ##### # # # # # #### #
1092024-09-16T13:58:45.085Z ##### ##### # ##### # # # # # # # # #
1102024-09-16T13:58:45.085Z # # # # # # # # # # # # # # #
1112024-09-16T13:58:45.085Z # # # ###### # # ###### ### # #### # #### #
1122024-09-16T13:58:45.085Z
1132024-09-16T13:58:45.085Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-09-16T13:58:50.659Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-09-16T13:58:53.516Z Startup: Caching catalogs ... Done
1162024-09-16T13:58:56.768ZPlanning: Solver setup ... Done (2.461s)
1172024-09-16T13:58:56.810ZPlanning: Running solver ... Done (0.042s)
1182024-09-16T13:58:56.851ZPlanning: Finding local manifests ... Done (0.002s)
1192024-09-16T13:58:56.927ZPlanning: Fetching manifests: 0/5 0% complete
1202024-09-16T13:58:57.386ZPlanning: Fetching manifests: 5/5 100% complete
1212024-09-16T13:58:57.516ZPlanning: Package planning ... Done (0.130s)
1222024-09-16T13:58:57.585ZPlanning: Merging actions ... Done (0.068s)
1232024-09-16T13:58:57.840ZPlanning: Checking for conflicting actions ... Done (0.256s)
1242024-09-16T13:58:58.900ZPlanning: Consolidating action changes ... Done (1.059s)
1252024-09-16T13:58:59.323ZPlanning: Evaluating mediators ... Done (0.423s)
1262024-09-16T13:58:59.428ZPlanning: Planning completed in 5.84 seconds
1272024-09-16T13:58:59.452Z Packages to install: 4
1282024-09-16T13:58:59.452Z Packages to update: 1
1292024-09-16T13:58:59.452Z Mediators to change: 2
1302024-09-16T13:58:59.452Z Services to change: 1
1312024-09-16T13:58:59.452Z Estimated space available: 148.82 GB
1322024-09-16T13:58:59.452ZEstimated space to be consumed: 1.54 GB
1332024-09-16T13:58:59.452Z Create boot environment: No
1342024-09-16T13:58:59.452ZCreate backup boot environment: Yes
1352024-09-16T13:58:59.452Z Rebuild boot archive: No
1362024-09-16T13:58:59.452Z
1372024-09-16T13:58:59.452ZChanged mediators:
1382024-09-16T13:58:59.452Z mediator clang:
1392024-09-16T13:58:59.452Z version: None -> 15 (system default)
1402024-09-16T13:58:59.452Z
1412024-09-16T13:58:59.452Z mediator llvm:
1422024-09-16T13:58:59.452Z version: 14 (system default) -> 15 (system default)
1432024-09-16T13:58:59.452Z
1442024-09-16T13:58:59.452ZChanged packages:
1452024-09-16T13:58:59.452Zhelios-dev
1462024-09-16T13:58:59.452Z developer/build-essential
1472024-09-16T13:58:59.452Z None -> 11-2.0
1482024-09-16T13:58:59.452Z library/libxmlsec1
1492024-09-16T13:58:59.452Z None -> 1.2.35-2.0
1502024-09-16T13:58:59.452Z ooce/developer/clang-15
1512024-09-16T13:58:59.452Z None -> 15.0.7-2.0
1522024-09-16T13:58:59.452Z ooce/developer/llvm-15
1532024-09-16T13:58:59.452Z None -> 15.0.7-2.0
1542024-09-16T13:58:59.452Z package/pkg
1552024-09-16T13:58:59.452Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1562024-09-16T13:58:59.453Z
1572024-09-16T13:58:59.453ZServices:
1582024-09-16T13:58:59.453Z restart_fmri:
1592024-09-16T13:58:59.453Z svc:/system/update-man-index:default
1602024-09-16T13:58:59.453Z
1612024-09-16T13:58:59.453ZEditable files to change:
1622024-09-16T13:58:59.453Z Update:
1632024-09-16T13:58:59.453Z usr/share/lib/pkg/web/config.shtml
1642024-09-16T13:58:59.513Z
1652024-09-16T13:58:59.513ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1662024-09-16T13:59:04.515ZDownload: 740/4281 items 18.3/220.6MB 8% complete (3.8M/s)
1672024-09-16T13:59:09.526ZDownload: 1198/4281 items 66.7/220.6MB 30% complete (7.0M/s)
1682024-09-16T13:59:14.995ZDownload: 1201/4281 items 83.5/220.6MB 37% complete (6.5M/s)
1692024-09-16T13:59:20.007ZDownload: 1993/4281 items 118.7/220.6MB 53% complete (5.2M/s)
1702024-09-16T13:59:25.016ZDownload: 2955/4281 items 121.2/220.6MB 54% complete (3.8M/s)
1712024-09-16T13:59:30.057ZDownload: 3290/4281 items 212.6/220.6MB 96% complete (9.4M/s)
1722024-09-16T13:59:32.531ZDownload: Completed 220.60 MB in 33.02 seconds (6.7M/s)
1732024-09-16T13:59:34.037Z Actions: 1/5063 actions (Removing old actions)
1742024-09-16T13:59:34.061Z Actions: 194/5063 actions (Installing new actions)
1752024-09-16T13:59:39.422Z Actions: 2689/5063 actions (Installing new actions)
1762024-09-16T13:59:39.877Z Actions: 4226/5063 actions (Updating modified actions)
1772024-09-16T13:59:40.250Z Actions: Completed 5063 actions in 6.21 seconds.
1782024-09-16T13:59:40.665Z Done (0.405s)
1792024-09-16T13:59:40.689Z Done (0.000s)
1802024-09-16T13:59:41.129Z Done (0.463s)
1812024-09-16T13:59:46.328Z Done (5.051s)
1822024-09-16T13:59:46.430Z Done (0.019s)
1832024-09-16T13:59:46.453Z Done (0.000s)
1842024-09-16T13:59:46.605Z Done (0.000s)
1852024-09-16T13:59:47.262ZPlanning: Evaluating mediator changes ... Done
1862024-09-16T13:59:47.478ZPlanning: Checking for conflicting actions ... Done
1872024-09-16T13:59:47.501ZPlanning: Consolidating action changes ... Done
1882024-09-16T13:59:47.800ZPlanning: Evaluating mediators ... Done
1892024-09-16T13:59:47.823ZPlanning: Planning completed in 0.54 seconds
1902024-09-16T13:59:47.847Z Mediators to change: 2
1912024-09-16T13:59:47.847Z Create boot environment: No
1922024-09-16T13:59:47.847ZCreate backup boot environment: No
1932024-09-16T13:59:47.904Z Done
1942024-09-16T13:59:47.904Z Done
1952024-09-16T13:59:48.256Z Done
1962024-09-16T13:59:52.561Z Done
1972024-09-16T13:59:52.656Z Done
1982024-09-16T13:59:52.680Z Done
1992024-09-16T13:59:52.746Z Done
2002024-09-16T13:59:53.465ZPlanning: Evaluating mediator changes ... Done
2012024-09-16T13:59:53.489ZPlanning: Merging actions ... Done
2022024-09-16T13:59:53.701ZPlanning: Checking for conflicting actions ... Done
2032024-09-16T13:59:53.725ZPlanning: Consolidating action changes ... Done
2042024-09-16T13:59:54.026ZPlanning: Evaluating mediators ... Done
2052024-09-16T13:59:54.094ZPlanning: Planning completed in 0.92 seconds
2062024-09-16T13:59:54.142Z Packages to change: 1
2072024-09-16T13:59:54.142Z Mediators to change: 1
2082024-09-16T13:59:54.142Z Services to change: 1
2092024-09-16T13:59:54.142Z Create boot environment: No
2102024-09-16T13:59:54.142ZCreate backup boot environment: Yes
2112024-09-16T13:59:55.669Z Actions: 1/6 actions (Updating modified actions)
2122024-09-16T13:59:55.692Z Actions: Completed 6 actions in 0.00 seconds.
2132024-09-16T13:59:55.692Z Done
2142024-09-16T13:59:55.692Z Done
2152024-09-16T13:59:55.771Z Done
2162024-09-16T13:59:59.982Z Done
2172024-09-16T14:00:00.072Z Done
2182024-09-16T14:00:00.096Z Done
2192024-09-16T14:00:00.159Z Done
2202024-09-16T14:00:00.698ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2212024-09-16T14:00:00.698Zclang system 15 system
2222024-09-16T14:00:00.698Zcsh system system illumos
2232024-09-16T14:00:00.698Zctags system system illumos
2242024-09-16T14:00:00.698Zgcc vendor 12 vendor
2252024-09-16T14:00:00.698Zgcc system 10 system
2262024-09-16T14:00:00.698Zgcc system 7 system
2272024-09-16T14:00:00.698Zgo system 1.20 system
2282024-09-16T14:00:00.698Zgo system 1.19 system
2292024-09-16T14:00:00.698Zllvm system 15 system
2302024-09-16T14:00:00.698Zllvm system 14 system
2312024-09-16T14:00:00.698Zmariadb system 10.6 system
2322024-09-16T14:00:00.698Zmta vendor vendor dma
2332024-09-16T14:00:00.698Zopenjdk system 17 system
2342024-09-16T14:00:00.698Zopenjdk system 11 system
2352024-09-16T14:00:00.698Zopenjdk system 1.8 system
2362024-09-16T14:00:00.698Zopenssl vendor 3 vendor
2372024-09-16T14:00:00.698Zperl system 5.36 system
2382024-09-16T14:00:00.698Zpostgresql system 15 system
2392024-09-16T14:00:00.698Zpostgresql system 13 system
2402024-09-16T14:00:00.698Zpython vendor 3 vendor
2412024-09-16T14:00:00.698Zpython system 2 system
2422024-09-16T14:00:00.698Zpython3 system 3.11 system
2432024-09-16T14:00:00.698Zruby system 3.0 system
2442024-09-16T14:00:00.699Zwords vendor vendor american-english
2452024-09-16T14:00:00.699Zwords system system australian-english
2462024-09-16T14:00:00.699Zwords system system british-english
2472024-09-16T14:00:00.699Zwords system system canadian-english
2482024-09-16T14:00:00.699Zwords system system french
2492024-09-16T14:00:00.699Zwords system system italian
2502024-09-16T14:00:00.699Zwords system system ngerman
2512024-09-16T14:00:00.699Zwords system system ogerman
2522024-09-16T14:00:00.699Zwords system system spanish
2532024-09-16T14:00:01.106ZPUBLISHER TYPE STATUS P LOCATION
2542024-09-16T14:00:01.106Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2552024-09-16T14:00:03.390ZFMRI IFO
2562024-09-16T14:00:03.390Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2572024-09-16T14:00:03.390Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2582024-09-16T14:00:03.390Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2592024-09-16T14:00:03.390Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2602024-09-16T14:00:03.390Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2612024-09-16T14:00:03.390Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2622024-09-16T14:00:03.390Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2632024-09-16T14:00:03.390Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2642024-09-16T14:00:03.390Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2652024-09-16T14:00:03.390Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2662024-09-16T14:00:03.390Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2672024-09-16T14:00:03.390Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2682024-09-16T14:00:03.390Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2692024-09-16T14:00:04.096Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2702024-09-16T14:00:04.467Z Updating crates.io index
2712024-09-16T14:00:04.533Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2722024-09-16T14:00:05.501Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732024-09-16T14:00:06.463Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2742024-09-16T14:00:06.768Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2752024-09-16T14:00:08.442Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762024-09-16T14:00:08.763Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2772024-09-16T14:00:09.112Z Updating git repository `https://github.com/oxidecomputer/propolis`
2782024-09-16T14:00:10.202Z Updating git repository `https://github.com/oxidecomputer/crucible`
2792024-09-16T14:00:12.345Z Updating git repository `https://github.com/oxidecomputer/opte`
2802024-09-16T14:00:13.420Z Updating git repository `https://github.com/oxidecomputer/falcon`
2812024-09-16T14:00:14.106Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2822024-09-16T14:00:14.445Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2832024-09-16T14:00:15.115Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2842024-09-16T14:00:15.483Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2852024-09-16T14:00:15.804Z Updating git repository `https://github.com/oxidecomputer/qorb`
2862024-09-16T14:00:16.267Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872024-09-16T14:00:16.835Z Updating git repository `https://github.com/oxidecomputer/tofino`
2882024-09-16T14:00:17.155Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2892024-09-16T14:00:17.437Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2902024-09-16T14:00:17.751Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2912024-09-16T14:00:18.130Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922024-09-16T14:00:18.487Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2932024-09-16T14:00:18.975Z Updating git repository `https://github.com/oxidecomputer/ispf`
2942024-09-16T14:00:19.342Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2952024-09-16T14:00:19.681Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2962024-09-16T14:00:20.272Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2972024-09-16T14:00:20.745Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2982024-09-16T14:00:21.232Z Updating git repository `https://github.com/oxidecomputer/typify`
2992024-09-16T14:00:23.856Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3002024-09-16T14:00:24.221Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3012024-09-16T14:00:24.619Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3022024-09-16T14:00:25.189Z Updating git repository `https://github.com/oxidecomputer/rfb`
3032024-09-16T14:00:26.629Z Downloading crates ...
3042024-09-16T14:00:26.690Z Downloaded is_terminal_polyfill v1.70.0
3052024-09-16T14:00:26.714Z Downloaded errno v0.3.9
3062024-09-16T14:00:26.714Z Downloaded usdt-macro v0.5.0
3072024-09-16T14:00:26.714Z Downloaded proc-macro-error-attr v1.0.4
3082024-09-16T14:00:26.714Z Downloaded toml_datetime v0.6.8
3092024-09-16T14:00:26.714Z Downloaded thiserror v1.0.63
3102024-09-16T14:00:26.714Z Downloaded heck v0.4.1
3112024-09-16T14:00:26.714Z Downloaded memmap v0.7.0
3122024-09-16T14:00:26.714Z Downloaded thread-id v4.2.1
3132024-09-16T14:00:26.739Z Downloaded unicode-ident v1.0.12
3142024-09-16T14:00:26.739Z Downloaded serde v1.0.208
3152024-09-16T14:00:26.739Z Downloaded papergrid v0.11.0
3162024-09-16T14:00:26.739Z Downloaded strsim v0.11.1
3172024-09-16T14:00:26.739Z Downloaded serde_spanned v0.6.7
3182024-09-16T14:00:26.739Z Downloaded utf8parse v0.2.1
3192024-09-16T14:00:26.739Z Downloaded unicode-linebreak v0.1.5
3202024-09-16T14:00:26.739Z Downloaded proc-macro2 v1.0.86
3212024-09-16T14:00:26.763Z Downloaded sha2 v0.10.8
3222024-09-16T14:00:26.764Z Downloaded zerocopy-derive v0.7.34
3232024-09-16T14:00:26.764Z Downloaded log v0.4.21
3242024-09-16T14:00:26.764Z Downloaded zerocopy v0.7.34
3252024-09-16T14:00:26.787Z Downloaded toml_edit v0.22.20
3262024-09-16T14:00:26.810Z Downloaded winnow v0.6.18
3272024-09-16T14:00:26.834Z Downloaded version_check v0.9.5
3282024-09-16T14:00:26.834Z Downloaded unicode-width v0.1.13
3292024-09-16T14:00:26.834Z Downloaded libc v0.2.158
3302024-09-16T14:00:26.857Z Downloaded syn v2.0.74
3312024-09-16T14:00:26.882Z Downloaded syn v1.0.109
3322024-09-16T14:00:26.882Z Downloaded rustix v0.38.34
3332024-09-16T14:00:26.906Z Downloaded pest v2.7.10
3342024-09-16T14:00:26.929Z Downloaded tabled v0.15.0
3352024-09-16T14:00:26.929Z Downloaded ucd-trie v0.1.6
3362024-09-16T14:00:26.929Z Downloaded serde_json v1.0.125
3372024-09-16T14:00:26.952Z Downloaded memchr v2.7.2
3382024-09-16T14:00:26.952Z Downloaded goblin v0.8.2
3392024-09-16T14:00:26.952Z Downloaded clap_builder v4.5.15
3402024-09-16T14:00:26.976Z Downloaded usdt-impl v0.5.0
3412024-09-16T14:00:26.976Z Downloaded toml v0.8.19
3422024-09-16T14:00:26.976Z Downloaded textwrap v0.16.1
3432024-09-16T14:00:26.976Z Downloaded tempfile v3.10.1
3442024-09-16T14:00:26.976Z Downloaded semver v1.0.23
3452024-09-16T14:00:26.976Z Downloaded scroll v0.12.0
3462024-09-16T14:00:26.976Z Downloaded proc-macro-error v1.0.4
3472024-09-16T14:00:26.976Z Downloaded hashbrown v0.14.5
3482024-09-16T14:00:27.000Z Downloaded thiserror-impl v1.0.63
3492024-09-16T14:00:27.000Z Downloaded once_cell v1.19.0
3502024-09-16T14:00:27.000Z Downloaded usdt v0.5.0
3512024-09-16T14:00:27.000Z Downloaded serde_derive v1.0.208
3522024-09-16T14:00:27.000Z Downloaded plain v0.2.3
3532024-09-16T14:00:27.000Z Downloaded pest_generator v2.7.10
3542024-09-16T14:00:27.000Z Downloaded itoa v1.0.11
3552024-09-16T14:00:27.000Z Downloaded indexmap v2.4.0
3562024-09-16T14:00:27.000Z Downloaded pest_meta v2.7.10
3572024-09-16T14:00:27.000Z Downloaded typenum v1.17.0
3582024-09-16T14:00:27.001Z Downloaded ryu v1.0.18
3592024-09-16T14:00:27.001Z Downloaded clap v4.5.16
3602024-09-16T14:00:27.024Z Downloaded cargo_metadata v0.18.1
3612024-09-16T14:00:27.024Z Downloaded camino v1.1.9
3622024-09-16T14:00:27.024Z Downloaded quote v1.0.36
3632024-09-16T14:00:27.024Z Downloaded pest_derive v2.7.10
3642024-09-16T14:00:27.024Z Downloaded fastrand v2.1.0
3652024-09-16T14:00:27.024Z Downloaded clap_lex v0.7.0
3662024-09-16T14:00:27.024Z Downloaded bitflags v2.6.0
3672024-09-16T14:00:27.048Z Downloaded camino-tempfile v1.1.1
3682024-09-16T14:00:27.048Z Downloaded fs-err v2.11.0
3692024-09-16T14:00:27.048Z Downloaded dof v0.3.0
3702024-09-16T14:00:27.048Z Downloaded crypto-common v0.1.6
3712024-09-16T14:00:27.048Z Downloaded colorchoice v1.0.1
3722024-09-16T14:00:27.048Z Downloaded cfg-if v1.0.0
3732024-09-16T14:00:27.048Z Downloaded terminal_size v0.3.0
3742024-09-16T14:00:27.048Z Downloaded smawk v0.3.2
3752024-09-16T14:00:27.048Z Downloaded serde_tokenstream v0.2.2
3762024-09-16T14:00:27.048Z Downloaded cargo_toml v0.20.4
3772024-09-16T14:00:27.048Z Downloaded pretty-hex v0.4.1
3782024-09-16T14:00:27.048Z Downloaded macaddr v1.0.1
3792024-09-16T14:00:27.048Z Downloaded equivalent v1.0.1
3802024-09-16T14:00:27.048Z Downloaded cpufeatures v0.2.12
3812024-09-16T14:00:27.048Z Downloaded clap_derive v4.5.13
3822024-09-16T14:00:27.048Z Downloaded bytecount v0.6.8
3832024-09-16T14:00:27.048Z Downloaded anyhow v1.0.86
3842024-09-16T14:00:27.072Z Downloaded usdt-attr-macro v0.5.0
3852024-09-16T14:00:27.072Z Downloaded tabled_derive v0.7.0
3862024-09-16T14:00:27.072Z Downloaded swrite v0.1.0
3872024-09-16T14:00:27.072Z Downloaded scroll_derive v0.12.0
3882024-09-16T14:00:27.072Z Downloaded heck v0.5.0
3892024-09-16T14:00:27.072Z Downloaded generic-array v0.14.7
3902024-09-16T14:00:27.072Z Downloaded fnv v1.0.7
3912024-09-16T14:00:27.072Z Downloaded digest v0.10.7
3922024-09-16T14:00:27.072Z Downloaded byteorder v1.5.0
3932024-09-16T14:00:27.072Z Downloaded block-buffer v0.10.4
3942024-09-16T14:00:27.072Z Downloaded autocfg v1.3.0
3952024-09-16T14:00:27.072Z Downloaded anstyle-query v1.0.3
3962024-09-16T14:00:27.072Z Downloaded anstyle-parse v0.2.4
3972024-09-16T14:00:27.072Z Downloaded anstyle v1.0.8
3982024-09-16T14:00:27.072Z Downloaded anstream v0.6.14
3992024-09-16T14:00:27.095Z Downloaded dtrace-parser v0.2.0
4002024-09-16T14:00:27.095Z Downloaded cargo-platform v0.1.8
4012024-09-16T14:00:27.219Z Compiling proc-macro2 v1.0.86
4022024-09-16T14:00:27.219Z Compiling unicode-ident v1.0.12
4032024-09-16T14:00:27.219Z Compiling serde v1.0.208
4042024-09-16T14:00:27.243Z Compiling version_check v0.9.5
4052024-09-16T14:00:27.244Z Compiling memchr v2.7.2
4062024-09-16T14:00:27.244Z Compiling thiserror v1.0.63
4072024-09-16T14:00:27.244Z Compiling libc v0.2.158
4082024-09-16T14:00:27.267Z Compiling ucd-trie v0.1.6
4092024-09-16T14:00:27.598Z Compiling itoa v1.0.11
4102024-09-16T14:00:27.814Z Compiling ryu v1.0.18
4112024-09-16T14:00:27.916Z Compiling once_cell v1.19.0
4122024-09-16T14:00:28.159Z Compiling byteorder v1.5.0
4132024-09-16T14:00:28.183Z Compiling serde_json v1.0.125
4142024-09-16T14:00:28.309Z Compiling rustix v0.38.34
4152024-09-16T14:00:28.602Z Compiling bitflags v2.6.0
4162024-09-16T14:00:28.704Z Compiling usdt-impl v0.5.0
4172024-09-16T14:00:28.845Z Compiling proc-macro-error-attr v1.0.4
4182024-09-16T14:00:28.933Z Compiling quote v1.0.36
4192024-09-16T14:00:29.017Z Compiling syn v1.0.109
4202024-09-16T14:00:29.139Z Compiling proc-macro-error v1.0.4
4212024-09-16T14:00:29.192Z Compiling equivalent v1.0.1
4222024-09-16T14:00:29.223Z Compiling hashbrown v0.14.5
4232024-09-16T14:00:29.310Z Compiling syn v2.0.74
4242024-09-16T14:00:29.416Z Compiling errno v0.3.9
4252024-09-16T14:00:29.556Z Compiling thread-id v4.2.1
4262024-09-16T14:00:29.614Z Compiling log v0.4.21
4272024-09-16T14:00:29.670Z Compiling camino v1.1.9
4282024-09-16T14:00:29.706Z Compiling plain v0.2.3
4292024-09-16T14:00:29.731Z Compiling utf8parse v0.2.1
4302024-09-16T14:00:29.873Z Compiling anstyle-parse v0.2.4
4312024-09-16T14:00:30.401Z Compiling indexmap v2.4.0
4322024-09-16T14:00:30.440Z Compiling pretty-hex v0.4.1
4332024-09-16T14:00:30.465Z Compiling winnow v0.6.18
4342024-09-16T14:00:30.546Z Compiling anstyle-query v1.0.3
4352024-09-16T14:00:30.595Z Compiling anstyle v1.0.8
4362024-09-16T14:00:30.653Z Compiling is_terminal_polyfill v1.70.0
4372024-09-16T14:00:30.685Z Compiling colorchoice v1.0.1
4382024-09-16T14:00:30.778Z Compiling autocfg v1.3.0
4392024-09-16T14:00:30.840Z Compiling unicode-width v0.1.13
4402024-09-16T14:00:31.003Z Compiling semver v1.0.23
4412024-09-16T14:00:31.071Z Compiling anstream v0.6.14
4422024-09-16T14:00:31.591Z Compiling terminal_size v0.3.0
4432024-09-16T14:00:31.646Z Compiling fs-err v2.11.0
4442024-09-16T14:00:31.815Z Compiling clap_lex v0.7.0
4452024-09-16T14:00:31.839Z Compiling heck v0.4.1
4462024-09-16T14:00:31.954Z Compiling anyhow v1.0.86
4472024-09-16T14:00:31.980Z Compiling bytecount v0.6.8
4482024-09-16T14:00:32.209Z Compiling cfg-if v1.0.0
4492024-09-16T14:00:32.279Z Compiling heck v0.5.0
4502024-09-16T14:00:32.336Z Compiling strsim v0.11.1
4512024-09-16T14:00:32.374Z Compiling fnv v1.0.7
4522024-09-16T14:00:32.398Z Compiling fastrand v2.1.0
4532024-09-16T14:00:32.794Z Compiling tempfile v3.10.1
4542024-09-16T14:00:32.827Z Compiling clap_builder v4.5.15
4552024-09-16T14:00:32.977Z Compiling papergrid v0.11.0
4562024-09-16T14:00:33.229Z Compiling memmap v0.7.0
4572024-09-16T14:00:33.357Z Compiling smawk v0.3.2
4582024-09-16T14:00:33.557Z Compiling unicode-linebreak v0.1.5
4592024-09-16T14:00:33.660Z Compiling swrite v0.1.0
4602024-09-16T14:00:33.983Z Compiling textwrap v0.16.1
4612024-09-16T14:00:34.908Z Compiling tabled_derive v0.7.0
4622024-09-16T14:00:36.453Z Compiling tabled v0.15.0
4632024-09-16T14:00:37.399Z Compiling serde_derive v1.0.208
4642024-09-16T14:00:37.423Z Compiling thiserror-impl v1.0.63
4652024-09-16T14:00:37.423Z Compiling zerocopy-derive v0.7.34
4662024-09-16T14:00:37.423Z Compiling scroll_derive v0.12.0
4672024-09-16T14:00:37.423Z Compiling clap_derive v4.5.13
4682024-09-16T14:00:38.682Z Compiling scroll v0.12.0
4692024-09-16T14:00:39.134Z Compiling goblin v0.8.2
4702024-09-16T14:00:39.279Z Compiling zerocopy v0.7.34
4712024-09-16T14:00:40.010Z Compiling pest v2.7.10
4722024-09-16T14:00:40.573Z Compiling clap v4.5.16
4732024-09-16T14:00:42.086Z Compiling pest_meta v2.7.10
4742024-09-16T14:00:43.092Z Compiling pest_generator v2.7.10
4752024-09-16T14:00:44.813Z Compiling pest_derive v2.7.10
4762024-09-16T14:00:45.495Z Compiling dtrace-parser v0.2.0
4772024-09-16T14:00:46.730Z Compiling serde_tokenstream v0.2.2
4782024-09-16T14:00:46.811Z Compiling toml_datetime v0.6.8
4792024-09-16T14:00:46.811Z Compiling serde_spanned v0.6.7
4802024-09-16T14:00:47.060Z Compiling cargo-platform v0.1.8
4812024-09-16T14:00:47.190Z Compiling toml_edit v0.22.20
4822024-09-16T14:00:47.338Z Compiling macaddr v1.0.1
4832024-09-16T14:00:47.488Z Compiling camino-tempfile v1.1.1
4842024-09-16T14:00:48.104Z Compiling dof v0.3.0
4852024-09-16T14:00:48.275Z Compiling cargo_metadata v0.18.1
4862024-09-16T14:00:49.755Z Compiling toml v0.8.19
4872024-09-16T14:00:49.780Z Compiling usdt-macro v0.5.0
4882024-09-16T14:00:49.804Z Compiling usdt-attr-macro v0.5.0
4892024-09-16T14:00:50.529Z Compiling cargo_toml v0.20.4
4902024-09-16T14:00:50.990Z Compiling usdt v0.5.0
4912024-09-16T14:00:54.711Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922024-09-16T14:00:59.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.70s
4932024-09-16T14:00:59.724Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4942024-09-16T14:01:00.492Z Downloading crates ...
4952024-09-16T14:01:00.610Z Downloaded atomicwrites v0.4.3
4962024-09-16T14:01:00.636Z Downloaded aead v0.5.2
4972024-09-16T14:01:00.636Z Downloaded cstr-argument v0.1.2
4982024-09-16T14:01:00.636Z Downloaded crunchy v0.2.2
4992024-09-16T14:01:00.636Z Downloaded bitfield-struct v0.6.1
5002024-09-16T14:01:00.636Z Downloaded base16ct v0.2.0
5012024-09-16T14:01:00.636Z Downloaded ciborium-ll v0.2.2
5022024-09-16T14:01:00.636Z Downloaded cbc v0.1.2
5032024-09-16T14:01:00.636Z Downloaded atty v0.2.14
5042024-09-16T14:01:00.636Z Downloaded async-stream v0.3.5
5052024-09-16T14:01:00.662Z Downloaded ident_case v1.0.1
5062024-09-16T14:01:00.662Z Downloaded constant_time_eq v0.3.0
5072024-09-16T14:01:00.662Z Downloaded atomic-waker v1.1.2
5082024-09-16T14:01:00.662Z Downloaded cfg_aliases v0.1.1
5092024-09-16T14:01:00.662Z Downloaded newline-converter v0.3.0
5102024-09-16T14:01:00.662Z Downloaded ciborium-io v0.2.2
5112024-09-16T14:01:00.662Z Downloaded crucible-workspace-hack v0.1.0
5122024-09-16T14:01:00.662Z Downloaded matches v0.1.10
5132024-09-16T14:01:00.662Z Downloaded bit-set v0.5.3
5142024-09-16T14:01:00.662Z Downloaded assert_matches v1.5.0
5152024-09-16T14:01:00.662Z Downloaded md5 v0.7.0
5162024-09-16T14:01:00.662Z Downloaded cassowary v0.3.0
5172024-09-16T14:01:00.687Z Downloaded csv-core v0.1.11
5182024-09-16T14:01:00.687Z Downloaded crc32fast v1.4.0
5192024-09-16T14:01:00.687Z Downloaded blowfish v0.9.1
5202024-09-16T14:01:00.687Z Downloaded console v0.15.8
5212024-09-16T14:01:00.687Z Downloaded instant v0.1.12
5222024-09-16T14:01:00.687Z Downloaded http-range v0.1.5
5232024-09-16T14:01:00.687Z Downloaded is-terminal v0.4.12
5242024-09-16T14:01:00.687Z Downloaded bitfield v0.14.0
5252024-09-16T14:01:00.688Z Downloaded arc-swap v1.7.1
5262024-09-16T14:01:00.688Z Downloaded cobs v0.2.3
5272024-09-16T14:01:00.718Z Downloaded russh-cryptovec v0.7.2
5282024-09-16T14:01:00.718Z Downloaded newtype_derive v0.1.6
5292024-09-16T14:01:00.718Z Downloaded chacha20 v0.9.1
5302024-09-16T14:01:00.718Z Downloaded crc-catalog v2.4.0
5312024-09-16T14:01:00.718Z Downloaded ref-cast v1.0.23
5322024-09-16T14:01:00.718Z Downloaded castaway v0.2.3
5332024-09-16T14:01:00.718Z Downloaded crossbeam-utils v0.8.19
5342024-09-16T14:01:00.718Z Downloaded new_debug_unreachable v1.0.6
5352024-09-16T14:01:00.718Z Downloaded instability v0.3.2
5362024-09-16T14:01:00.718Z Downloaded hyper-staticfile v0.9.5
5372024-09-16T14:01:00.718Z Downloaded crc-any v2.5.0
5382024-09-16T14:01:00.718Z Downloaded hostname v0.4.0
5392024-09-16T14:01:00.747Z Downloaded clang-sys v1.7.0
5402024-09-16T14:01:00.747Z Downloaded structmeta v0.2.0
5412024-09-16T14:01:00.747Z Downloaded take_mut v0.2.2
5422024-09-16T14:01:00.747Z Downloaded curve25519-dalek-derive v0.1.1
5432024-09-16T14:01:00.747Z Downloaded bcs v0.1.6
5442024-09-16T14:01:00.747Z Downloaded bb8 v0.8.5
5452024-09-16T14:01:00.747Z Downloaded rpassword v7.3.1
5462024-09-16T14:01:00.747Z Downloaded addr2line v0.21.0
5472024-09-16T14:01:00.747Z Downloaded indoc v1.0.9
5482024-09-16T14:01:00.747Z Downloaded is_ci v1.2.0
5492024-09-16T14:01:00.747Z Downloaded ctr v0.9.2
5502024-09-16T14:01:00.747Z Downloaded serde_urlencoded v0.7.1
5512024-09-16T14:01:00.772Z Downloaded const_format_proc_macros v0.2.33
5522024-09-16T14:01:00.772Z Downloaded scrypt v0.11.0
5532024-09-16T14:01:00.772Z Downloaded home v0.5.9
5542024-09-16T14:01:00.773Z Downloaded bzip2 v0.4.4
5552024-09-16T14:01:00.773Z Downloaded http-body v0.4.6
5562024-09-16T14:01:00.773Z Downloaded slog-json v2.6.1
5572024-09-16T14:01:00.773Z Downloaded lazy_static v1.5.0
5582024-09-16T14:01:00.773Z Downloaded mockall v0.13.0
5592024-09-16T14:01:00.773Z Downloaded lru v0.12.3
5602024-09-16T14:01:00.773Z Downloaded cancel-safe-futures v0.1.5
5612024-09-16T14:01:00.799Z Downloaded structmeta-derive v0.2.0
5622024-09-16T14:01:00.799Z Downloaded maybe-uninit v2.0.0
5632024-09-16T14:01:00.799Z Downloaded base64 v0.21.7
5642024-09-16T14:01:00.799Z Downloaded structmeta v0.3.0
5652024-09-16T14:01:00.799Z Downloaded topological-sort v0.2.2
5662024-09-16T14:01:00.799Z Downloaded maplit v1.0.2
5672024-09-16T14:01:00.799Z Downloaded inout v0.1.3
5682024-09-16T14:01:00.799Z Downloaded hyper-tls v0.5.0
5692024-09-16T14:01:00.799Z Downloaded parse-size v1.0.0
5702024-09-16T14:01:00.799Z Downloaded keccak v0.1.5
5712024-09-16T14:01:00.799Z Downloaded sct v0.7.1
5722024-09-16T14:01:00.825Z Downloaded serde_with_macros v3.9.0
5732024-09-16T14:01:00.825Z Downloaded lru-cache v0.1.2
5742024-09-16T14:01:00.825Z Downloaded dropshot_endpoint v0.10.1
5752024-09-16T14:01:00.825Z Downloaded lazycell v1.3.0
5762024-09-16T14:01:00.825Z Downloaded ena v0.14.3
5772024-09-16T14:01:00.825Z Downloaded colored v2.1.0
5782024-09-16T14:01:00.850Z Downloaded glob v0.3.1
5792024-09-16T14:01:00.850Z Downloaded funty v2.0.0
5802024-09-16T14:01:00.850Z Downloaded normalize-line-endings v0.3.0
5812024-09-16T14:01:00.850Z Downloaded tokio-tungstenite v0.23.1
5822024-09-16T14:01:00.850Z Downloaded untrusted v0.9.0
5832024-09-16T14:01:00.850Z Downloaded sigpipe v0.1.3
5842024-09-16T14:01:00.850Z Downloaded hex-literal v0.4.1
5852024-09-16T14:01:00.850Z Downloaded hex v0.4.3
5862024-09-16T14:01:00.850Z Downloaded heck v0.3.3
5872024-09-16T14:01:00.850Z Downloaded walkdir v2.5.0
5882024-09-16T14:01:00.850Z Downloaded crossbeam-epoch v0.9.18
5892024-09-16T14:01:00.876Z Downloaded pretty-hex v0.2.1
5902024-09-16T14:01:00.876Z Downloaded tower-service v0.3.2
5912024-09-16T14:01:00.876Z Downloaded derive_builder v0.20.0
5922024-09-16T14:01:00.876Z Downloaded highway v1.2.0
5932024-09-16T14:01:00.876Z Downloaded time-core v0.1.2
5942024-09-16T14:01:00.876Z Downloaded waitgroup v0.1.2
5952024-09-16T14:01:00.876Z Downloaded fallible-streaming-iterator v0.1.9
5962024-09-16T14:01:00.876Z Downloaded rand_core v0.6.4
5972024-09-16T14:01:00.876Z Downloaded rand_chacha v0.3.1
5982024-09-16T14:01:00.901Z Downloaded ron v0.8.1
5992024-09-16T14:01:00.901Z Downloaded lock_api v0.4.12
6002024-09-16T14:01:00.901Z Downloaded sha1 v0.10.6
6012024-09-16T14:01:00.901Z Downloaded slog v2.7.0
6022024-09-16T14:01:00.901Z Downloaded dhcproto-macros v0.1.0
6032024-09-16T14:01:00.901Z Downloaded want v0.3.1
6042024-09-16T14:01:00.901Z Downloaded password-hash v0.5.0
6052024-09-16T14:01:00.927Z Downloaded fixedbitset v0.4.2
6062024-09-16T14:01:00.927Z Downloaded darling_macro v0.20.9
6072024-09-16T14:01:00.927Z Downloaded display-error-chain v0.2.1
6082024-09-16T14:01:00.928Z Downloaded difflib v0.4.0
6092024-09-16T14:01:00.928Z Downloaded precomputed-hash v0.1.1
6102024-09-16T14:01:00.928Z Downloaded olpc-cjson v0.1.3
6112024-09-16T14:01:00.928Z Downloaded unicode-xid v0.2.4
6122024-09-16T14:01:00.928Z Downloaded rustfmt-wrapper v0.2.1
6132024-09-16T14:01:00.928Z Downloaded smf v0.2.3
6142024-09-16T14:01:00.928Z Downloaded phf_shared v0.10.0
6152024-09-16T14:01:00.928Z Downloaded crossbeam-channel v0.5.12
6162024-09-16T14:01:00.954Z Downloaded termtree v0.4.1
6172024-09-16T14:01:00.954Z Downloaded zone_cfg_derive v0.1.2
6182024-09-16T14:01:00.954Z Downloaded num-iter v0.1.45
6192024-09-16T14:01:00.954Z Downloaded gethostname v0.5.0
6202024-09-16T14:01:00.954Z Downloaded term v0.7.0
6212024-09-16T14:01:00.954Z Downloaded pkcs5 v0.7.1
6222024-09-16T14:01:00.980Z Downloaded time-macros v0.2.18
6232024-09-16T14:01:00.980Z Downloaded phf v0.11.2
6242024-09-16T14:01:00.980Z Downloaded zone_cfg_derive v0.3.0
6252024-09-16T14:01:00.980Z Downloaded serde_repr v0.1.19
6262024-09-16T14:01:00.980Z Downloaded uzers v0.11.3
6272024-09-16T14:01:00.980Z Downloaded tungstenite v0.23.0
6282024-09-16T14:01:00.980Z Downloaded float-ord v0.3.2
6292024-09-16T14:01:00.980Z Downloaded num-conv v0.1.0
6302024-09-16T14:01:00.980Z Downloaded pin-project v1.1.5
6312024-09-16T14:01:01.005Z Downloaded termios v0.3.3
6322024-09-16T14:01:01.005Z Downloaded fxhash v0.2.1
6332024-09-16T14:01:01.005Z Downloaded vte_generate_state_changes v0.1.1
6342024-09-16T14:01:01.005Z Downloaded sync_wrapper v0.1.2
6352024-09-16T14:01:01.036Z Downloaded subtle v2.5.0
6362024-09-16T14:01:01.036Z Downloaded tui-tree-widget v0.22.0
6372024-09-16T14:01:01.036Z Downloaded peg v0.8.4
6382024-09-16T14:01:01.036Z Downloaded opaque-debug v0.3.1
6392024-09-16T14:01:01.036Z Downloaded peg-runtime v0.8.3
6402024-09-16T14:01:01.036Z Downloaded dhcproto v0.12.0
6412024-09-16T14:01:01.036Z Downloaded derive_more v0.99.18
6422024-09-16T14:01:01.036Z Downloaded openssl-probe v0.1.5
6432024-09-16T14:01:01.036Z Downloaded unicode-truncate v1.0.0
6442024-09-16T14:01:01.061Z Downloaded flagset v0.4.5
6452024-09-16T14:01:01.061Z Downloaded enum-as-inner v0.5.1
6462024-09-16T14:01:01.061Z Downloaded russh-keys v0.45.0
6472024-09-16T14:01:01.061Z Downloaded pkcs8 v0.10.2
6482024-09-16T14:01:01.061Z Downloaded darling_core v0.20.9
6492024-09-16T14:01:01.061Z Downloaded proc-macro-crate v1.3.1
6502024-09-16T14:01:01.061Z Downloaded rustls-pemfile v2.1.3
6512024-09-16T14:01:01.086Z Downloaded getrandom v0.2.14
6522024-09-16T14:01:01.086Z Downloaded dyn-clone v1.0.17
6532024-09-16T14:01:01.086Z Downloaded predicates-core v1.0.6
6542024-09-16T14:01:01.086Z Downloaded slab v0.4.9
6552024-09-16T14:01:01.086Z Downloaded tinyvec_macros v0.1.1
6562024-09-16T14:01:01.086Z Downloaded ssh-cipher v0.2.0
6572024-09-16T14:01:01.086Z Downloaded defmt v0.3.8
6582024-09-16T14:01:01.086Z Downloaded fatfs v0.3.6
6592024-09-16T14:01:01.117Z Downloaded tough v0.17.1
6602024-09-16T14:01:01.117Z Downloaded miniz_oxide v0.8.0
6612024-09-16T14:01:01.117Z Downloaded futures-sink v0.3.30
6622024-09-16T14:01:01.117Z Downloaded num v0.4.3
6632024-09-16T14:01:01.117Z Downloaded predicates-tree v1.0.9
6642024-09-16T14:01:01.117Z Downloaded foreign-types-shared v0.1.1
6652024-09-16T14:01:01.117Z Downloaded oso-derive v0.27.3
6662024-09-16T14:01:01.117Z Downloaded peg-macros v0.8.4
6672024-09-16T14:01:01.141Z Downloaded sqlparser_derive v0.2.2
6682024-09-16T14:01:01.141Z Downloaded tokio-tungstenite v0.20.1
6692024-09-16T14:01:01.141Z Downloaded vte v0.11.1
6702024-09-16T14:01:01.141Z Downloaded xattr v1.3.1
6712024-09-16T14:01:01.141Z Downloaded signal-hook-tokio v0.3.1
6722024-09-16T14:01:01.141Z Downloaded num_threads v0.1.7
6732024-09-16T14:01:01.141Z Downloaded packed_struct_codegen v0.10.1
6742024-09-16T14:01:01.141Z Downloaded tinyvec v1.6.0
6752024-09-16T14:01:01.166Z Downloaded signal-hook-mio v0.2.4
6762024-09-16T14:01:01.166Z Downloaded primeorder v0.13.6
6772024-09-16T14:01:01.166Z Downloaded universal-hash v0.5.1
6782024-09-16T14:01:01.166Z Downloaded rustc_version v0.1.7
6792024-09-16T14:01:01.166Z Downloaded toml v0.7.8
6802024-09-16T14:01:01.166Z Downloaded num_enum_derive v0.5.11
6812024-09-16T14:01:01.166Z Downloaded portpicker v0.1.1
6822024-09-16T14:01:01.166Z Downloaded minimal-lexical v0.2.1
6832024-09-16T14:01:01.191Z Downloaded rustversion v1.0.17
6842024-09-16T14:01:01.191Z Downloaded number_prefix v0.4.0
6852024-09-16T14:01:01.191Z Downloaded downcast v0.11.0
6862024-09-16T14:01:01.191Z Downloaded structmeta-derive v0.3.0
6872024-09-16T14:01:01.191Z Downloaded diesel_derives v2.2.2
6882024-09-16T14:01:01.191Z Downloaded foreign-types v0.3.2
6892024-09-16T14:01:01.191Z Downloaded owo-colors v4.0.0
6902024-09-16T14:01:01.191Z Downloaded yasna v0.5.2
6912024-09-16T14:01:01.216Z Downloaded parse-display-derive v0.10.0
6922024-09-16T14:01:01.216Z Downloaded tower-layer v0.3.2
6932024-09-16T14:01:01.216Z Downloaded elliptic-curve v0.13.8
6942024-09-16T14:01:01.216Z Downloaded fallible-iterator v0.2.0
6952024-09-16T14:01:01.217Z Downloaded secrecy v0.8.0
6962024-09-16T14:01:01.217Z Downloaded serde-big-array v0.5.1
6972024-09-16T14:01:01.217Z Downloaded bindgen v0.69.4
6982024-09-16T14:01:01.217Z Downloaded signal-hook v0.3.17
6992024-09-16T14:01:01.242Z Downloaded pbkdf2 v0.12.2
7002024-09-16T14:01:01.242Z Downloaded embedded-io v0.4.0
7012024-09-16T14:01:01.242Z Downloaded shlex v1.3.0
7022024-09-16T14:01:01.242Z Downloaded oso v0.27.3
7032024-09-16T14:01:01.242Z Downloaded serde_derive_internals v0.29.1
7042024-09-16T14:01:01.242Z Downloaded tokio-native-tls v0.3.1
7052024-09-16T14:01:01.242Z Downloaded tokio-macros v2.4.0
7062024-09-16T14:01:01.242Z Downloaded poly1305 v0.8.0
7072024-09-16T14:01:01.242Z Downloaded postgres-protocol v0.6.7
7082024-09-16T14:01:01.267Z Downloaded pin-project-lite v0.2.14
7092024-09-16T14:01:01.267Z Downloaded defmt-macros v0.3.9
7102024-09-16T14:01:01.267Z Downloaded spin v0.9.8
7112024-09-16T14:01:01.267Z Downloaded rayon-core v1.12.1
7122024-09-16T14:01:01.267Z Downloaded steno v0.4.1
7132024-09-16T14:01:01.293Z Downloaded serde_arrays v0.1.0
7142024-09-16T14:01:01.293Z Downloaded spki v0.7.3
7152024-09-16T14:01:01.293Z Downloaded percent-encoding v2.3.1
7162024-09-16T14:01:01.293Z Downloaded postcard v1.0.8
7172024-09-16T14:01:01.293Z Downloaded pbkdf2 v0.11.0
7182024-09-16T14:01:01.293Z Downloaded unarray v0.1.4
7192024-09-16T14:01:01.293Z Downloaded der_derive v0.7.2
7202024-09-16T14:01:01.293Z Downloaded itertools v0.10.5
7212024-09-16T14:01:01.318Z Downloaded tungstenite v0.21.0
7222024-09-16T14:01:01.319Z Downloaded erased-serde v0.3.31
7232024-09-16T14:01:01.319Z Downloaded libm v0.2.8
7242024-09-16T14:01:01.319Z Downloaded tokio-rustls v0.25.0
7252024-09-16T14:01:01.319Z Downloaded tracing-core v0.1.32
7262024-09-16T14:01:01.319Z Downloaded parking_lot v0.12.2
7272024-09-16T14:01:01.343Z Downloaded winnow v0.5.40
7282024-09-16T14:01:01.343Z Downloaded postgres-types v0.2.7
7292024-09-16T14:01:01.343Z Downloaded spin v0.5.2
7302024-09-16T14:01:01.343Z Downloaded tokio-util v0.7.11
7312024-09-16T14:01:01.368Z Downloaded heapless v0.7.17
7322024-09-16T14:01:01.368Z Downloaded expectorate v1.1.0
7332024-09-16T14:01:01.368Z Downloaded typed-path v0.7.1
7342024-09-16T14:01:01.368Z Downloaded rand v0.8.5
7352024-09-16T14:01:01.393Z Downloaded num-bigint v0.4.5
7362024-09-16T14:01:01.393Z Downloaded p384 v0.13.0
7372024-09-16T14:01:01.393Z Downloaded smoltcp v0.9.1
7382024-09-16T14:01:01.418Z Downloaded rustyline v14.0.0
7392024-09-16T14:01:01.418Z Downloaded portable-atomic v1.6.0
7402024-09-16T14:01:01.418Z Downloaded p521 v0.13.3
7412024-09-16T14:01:01.443Z Downloaded sqlparser v0.45.0
7422024-09-16T14:01:01.444Z Downloaded rayon v1.10.0
7432024-09-16T14:01:01.468Z Downloaded toml_edit v0.19.15
7442024-09-16T14:01:01.494Z Downloaded h2 v0.4.6
7452024-09-16T14:01:01.494Z Downloaded object v0.30.4
7462024-09-16T14:01:01.494Z Downloaded reedline v0.33.0
7472024-09-16T14:01:01.519Z Downloaded dropshot v0.10.1
7482024-09-16T14:01:01.519Z Downloaded lalrpop v0.19.12
7492024-09-16T14:01:01.543Z Downloaded sled v0.34.7
7502024-09-16T14:01:01.568Z Downloaded futures-util v0.3.30
7512024-09-16T14:01:01.568Z Downloaded rustls-webpki v0.102.4
7522024-09-16T14:01:01.592Z Downloaded nix v0.27.1
7532024-09-16T14:01:01.617Z Downloaded h2 v0.3.26
7542024-09-16T14:01:01.641Z Downloaded vcpkg v0.2.15
7552024-09-16T14:01:01.672Z Downloaded regex v1.10.6
7562024-09-16T14:01:01.696Z Downloaded regex-syntax v0.6.29
7572024-09-16T14:01:01.721Z Downloaded rustls v0.21.12
7582024-09-16T14:01:01.721Z Downloaded ratatui v0.28.0
7592024-09-16T14:01:01.747Z Downloaded regex-automata v0.4.6
7602024-09-16T14:01:01.771Z Downloaded tokio v1.39.3
7612024-09-16T14:01:01.820Z Downloaded sha3 v0.10.8
7622024-09-16T14:01:01.844Z Downloaded finl_unicode v1.2.0
7632024-09-16T14:01:01.845Z Downloaded encoding_rs v0.8.34
7642024-09-16T14:01:01.872Z Downloaded nix v0.28.0
7652024-09-16T14:01:01.899Z Downloaded hickory-proto v0.24.1
7662024-09-16T14:01:01.923Z Downloaded libgit2-sys v0.17.0+1.8.1
7672024-09-16T14:01:01.981Z Downloaded polar-core v0.27.3
7682024-09-16T14:01:02.005Z Downloaded diesel v2.2.3
7692024-09-16T14:01:02.029Z Downloaded nix v0.29.0
7702024-09-16T14:01:02.053Z Downloaded git2 v0.19.0
7712024-09-16T14:01:02.053Z Downloaded ring v0.17.8
7722024-09-16T14:01:02.131Z Downloaded gimli v0.28.1
7732024-09-16T14:01:02.155Z Downloaded radix_trie v0.2.1
7742024-09-16T14:01:02.155Z Downloaded reqwest v0.11.27
7752024-09-16T14:01:02.179Z Downloaded csv v1.3.0
7762024-09-16T14:01:02.204Z Downloaded ring v0.16.20
7772024-09-16T14:01:02.283Z Downloaded idna v0.5.0
7782024-09-16T14:01:02.308Z Downloaded libz-sys v1.1.16
7792024-09-16T14:01:02.374Z Downloaded idna v0.4.0
7802024-09-16T14:01:02.399Z Downloaded idna v0.3.0
7812024-09-16T14:01:02.399Z Downloaded idna v0.2.3
7822024-09-16T14:01:02.399Z Downloaded petgraph v0.6.5
7832024-09-16T14:01:02.423Z Downloaded zerocopy-derive v0.6.6
7842024-09-16T14:01:02.446Z Downloaded libsqlite3-sys v0.28.0
7852024-09-16T14:01:02.522Z Downloaded bzip2-sys v0.1.11+1.0.8
7862024-09-16T14:01:02.546Z Downloaded rustls-webpki v0.101.7
7872024-09-16T14:01:02.570Z Downloaded rustls v0.22.4
7882024-09-16T14:01:02.570Z Downloaded quick-xml v0.33.0
7892024-09-16T14:01:02.593Z Downloaded openapiv3 v2.0.0
7902024-09-16T14:01:02.593Z Downloaded trust-dns-proto v0.22.0
7912024-09-16T14:01:02.617Z Downloaded hyper v0.14.30
7922024-09-16T14:01:02.617Z Downloaded webpki-roots v0.25.4
7932024-09-16T14:01:02.641Z Downloaded smoltcp v0.11.0
7942024-09-16T14:01:02.641Z Downloaded bstr v1.9.1
7952024-09-16T14:01:02.666Z Downloaded openssl v0.10.66
7962024-09-16T14:01:02.666Z Downloaded regex-syntax v0.8.4
7972024-09-16T14:01:02.690Z Downloaded object v0.32.2
7982024-09-16T14:01:02.690Z Downloaded regress v0.9.1
7992024-09-16T14:01:02.690Z Downloaded nom v7.1.3
8002024-09-16T14:01:02.714Z Downloaded hyper v1.4.1
8012024-09-16T14:01:02.714Z Downloaded hkdf v0.12.4
8022024-09-16T14:01:02.714Z Downloaded proptest v1.5.0
8032024-09-16T14:01:02.738Z Downloaded der v0.7.9
8042024-09-16T14:01:02.738Z Downloaded flate2 v1.0.33
8052024-09-16T14:01:02.738Z Downloaded itertools v0.13.0
8062024-09-16T14:01:02.738Z Downloaded curve25519-dalek v4.1.3
8072024-09-16T14:01:02.762Z Downloaded itertools v0.12.1
8082024-09-16T14:01:02.762Z Downloaded http v0.2.12
8092024-09-16T14:01:02.762Z Downloaded libxml v0.3.3
8102024-09-16T14:01:02.786Z Downloaded tokio-postgres v0.7.11
8112024-09-16T14:01:02.786Z Downloaded unicode-segmentation v1.11.0
8122024-09-16T14:01:02.786Z Downloaded unicode_categories v0.1.1
8132024-09-16T14:01:02.786Z Downloaded flume v0.11.0
8142024-09-16T14:01:02.786Z Downloaded half v2.4.1
8152024-09-16T14:01:02.786Z Downloaded vsss-rs v3.3.4
8162024-09-16T14:01:02.810Z Downloaded unsafe-libyaml v0.2.11
8172024-09-16T14:01:02.810Z Downloaded ed25519-dalek v2.1.1
8182024-09-16T14:01:02.810Z Downloaded chrono v0.4.38
8192024-09-16T14:01:02.810Z Downloaded tower v0.4.13
8202024-09-16T14:01:02.834Z Downloaded heapless v0.8.0
8212024-09-16T14:01:02.834Z Downloaded num-bigint-dig v0.8.4
8222024-09-16T14:01:02.834Z Downloaded serde-hex v0.1.0
8232024-09-16T14:01:02.834Z Downloaded semver v0.1.20
8242024-09-16T14:01:02.834Z Downloaded num-integer v0.1.46
8252024-09-16T14:01:02.834Z Downloaded foreign-types v0.5.0
8262024-09-16T14:01:02.834Z Downloaded openssl-sys v0.9.103
8272024-09-16T14:01:02.858Z Downloaded rcgen v0.12.1
8282024-09-16T14:01:02.858Z Downloaded num-traits v0.2.19
8292024-09-16T14:01:02.858Z Downloaded http v1.1.0
8302024-09-16T14:01:02.858Z Downloaded tabwriter v1.4.0
8312024-09-16T14:01:02.858Z Downloaded vergen v8.3.2
8322024-09-16T14:01:02.859Z Downloaded resolv-conf v0.7.0
8332024-09-16T14:01:02.859Z Downloaded pin-project-internal v1.1.5
8342024-09-16T14:01:02.859Z Downloaded debug-ignore v1.0.5
8352024-09-16T14:01:02.859Z Downloaded data-encoding v2.6.0
8362024-09-16T14:01:02.859Z Downloaded wait-timeout v0.2.0
8372024-09-16T14:01:02.883Z Downloaded mio v0.8.11
8382024-09-16T14:01:02.883Z Downloaded hashbrown v0.13.2
8392024-09-16T14:01:02.883Z Downloaded hashbrown v0.12.3
8402024-09-16T14:01:02.883Z Downloaded tracing v0.1.40
8412024-09-16T14:01:02.883Z Downloaded tar v0.4.41
8422024-09-16T14:01:02.907Z Downloaded globset v0.4.14
8432024-09-16T14:01:02.908Z Downloaded tungstenite v0.20.1
8442024-09-16T14:01:02.908Z Downloaded slog-dtrace v0.3.0
8452024-09-16T14:01:02.908Z Downloaded slog-bunyan v2.5.0
8462024-09-16T14:01:02.908Z Downloaded form_urlencoded v1.2.1
8472024-09-16T14:01:02.908Z Downloaded untrusted v0.7.1
8482024-09-16T14:01:02.908Z Downloaded test-strategy v0.3.1
8492024-09-16T14:01:02.908Z Downloaded bitvec v1.0.1
8502024-09-16T14:01:02.932Z Downloaded prettyplease v0.2.20
8512024-09-16T14:01:02.932Z Downloaded env_logger v0.9.3
8522024-09-16T14:01:02.932Z Downloaded subprocess v0.2.9
8532024-09-16T14:01:02.932Z Downloaded pin-utils v0.1.0
8542024-09-16T14:01:02.932Z Downloaded mio v1.0.2
8552024-09-16T14:01:02.956Z Downloaded fallible-iterator v0.3.0
8562024-09-16T14:01:02.956Z Downloaded num_enum v0.5.11
8572024-09-16T14:01:02.956Z Downloaded slog-async v2.8.0
8582024-09-16T14:01:02.956Z Downloaded unicase v2.7.0
8592024-09-16T14:01:02.956Z Downloaded tls_codec v0.4.1
8602024-09-16T14:01:02.956Z Downloaded sqlformat v0.2.4
8612024-09-16T14:01:02.957Z Downloaded shell-words v1.1.0
8622024-09-16T14:01:02.957Z Downloaded serde_path_to_error v0.1.16
8632024-09-16T14:01:02.957Z Downloaded samael v0.0.17
8642024-09-16T14:01:02.957Z Downloaded time v0.3.36
8652024-09-16T14:01:02.981Z Downloaded parking_lot v0.11.2
8662024-09-16T14:01:02.981Z Downloaded nu-ansi-term v0.50.0
8672024-09-16T14:01:02.981Z Downloaded ssh-key v0.6.6
8682024-09-16T14:01:02.981Z Downloaded signal-hook-registry v1.4.2
8692024-09-16T14:01:02.981Z Downloaded hickory-resolver v0.24.1
8702024-09-16T14:01:03.005Z Downloaded value-bag v1.9.0
8712024-09-16T14:01:03.005Z Downloaded tokio-tungstenite v0.21.0
8722024-09-16T14:01:03.005Z Downloaded aho-corasick v1.1.3
8732024-09-16T14:01:03.005Z Downloaded ref-cast-impl v1.0.23
8742024-09-16T14:01:03.005Z Downloaded group v0.13.0
8752024-09-16T14:01:03.005Z Downloaded futures-task v0.3.30
8762024-09-16T14:01:03.005Z Downloaded fragile v2.0.0
8772024-09-16T14:01:03.005Z Downloaded ecdsa v0.16.9
8782024-09-16T14:01:03.005Z Downloaded serde_with v3.9.0
8792024-09-16T14:01:03.030Z Downloaded path-slash v0.1.5
8802024-09-16T14:01:03.030Z Downloaded foreign-types-shared v0.3.1
8812024-09-16T14:01:03.030Z Downloaded whoami v1.5.1
8822024-09-16T14:01:03.030Z Downloaded which v4.4.2
8832024-09-16T14:01:03.030Z Downloaded wyz v0.5.1
8842024-09-16T14:01:03.030Z Downloaded strum_macros v0.26.4
8852024-09-16T14:01:03.030Z Downloaded rustls-pki-types v1.7.0
8862024-09-16T14:01:03.030Z Downloaded p256 v0.13.2
8872024-09-16T14:01:03.054Z Downloaded unicode-normalization v0.1.23
8882024-09-16T14:01:03.054Z Downloaded slog-term v2.9.1
8892024-09-16T14:01:03.054Z Downloaded publicsuffix v2.2.3
8902024-09-16T14:01:03.054Z Downloaded rusqlite v0.31.0
8912024-09-16T14:01:03.054Z Downloaded tokio-stream v0.1.15
8922024-09-16T14:01:03.054Z Downloaded strip-ansi-escapes v0.2.0
8932024-09-16T14:01:03.054Z Downloaded sec1 v0.7.3
8942024-09-16T14:01:03.078Z Downloaded psl-types v2.0.11
8952024-09-16T14:01:03.078Z Downloaded num-derive v0.4.2
8962024-09-16T14:01:03.078Z Downloaded futures-executor v0.3.30
8972024-09-16T14:01:03.078Z Downloaded futures-macro v0.3.30
8982024-09-16T14:01:03.078Z Downloaded futures-io v0.3.30
8992024-09-16T14:01:03.078Z Downloaded pem-rfc7468 v0.7.0
9002024-09-16T14:01:03.078Z Downloaded socket2 v0.5.7
9012024-09-16T14:01:03.078Z Downloaded pkcs1 v0.7.5
9022024-09-16T14:01:03.078Z Downloaded diff v0.1.13
9032024-09-16T14:01:03.078Z Downloaded uuid v1.10.0
9042024-09-16T14:01:03.078Z Downloaded blake3 v1.5.1
9052024-09-16T14:01:03.102Z Downloaded crossterm v0.28.1
9062024-09-16T14:01:03.102Z Downloaded crossterm v0.27.0
9072024-09-16T14:01:03.102Z Downloaded indicatif v0.17.8
9082024-09-16T14:01:03.127Z Downloaded same-file v1.0.6
9092024-09-16T14:01:03.127Z Downloaded salsa20 v0.10.2
9102024-09-16T14:01:03.127Z Downloaded strum_macros v0.24.3
9112024-09-16T14:01:03.127Z Downloaded similar v2.6.0
9122024-09-16T14:01:03.127Z Downloaded toolchain_find v0.4.0
9132024-09-16T14:01:03.127Z Downloaded ghash v0.5.1
9142024-09-16T14:01:03.127Z Downloaded enum-as-inner v0.6.0
9152024-09-16T14:01:03.127Z Downloaded supports-color v3.0.1
9162024-09-16T14:01:03.127Z Downloaded strum_macros v0.25.3
9172024-09-16T14:01:03.127Z Downloaded smallvec v0.6.14
9182024-09-16T14:01:03.127Z Downloaded signature v2.2.0
9192024-09-16T14:01:03.127Z Downloaded ppv-lite86 v0.2.17
9202024-09-16T14:01:03.127Z Downloaded pem v3.0.4
9212024-09-16T14:01:03.151Z Downloaded pkg-config v0.3.30
9222024-09-16T14:01:03.151Z Downloaded headers v0.3.9
9232024-09-16T14:01:03.151Z Downloaded omicron-zone-package v0.11.0
9242024-09-16T14:01:03.151Z Downloaded socket2 v0.4.10
9252024-09-16T14:01:03.151Z Downloaded num-complex v0.4.6
9262024-09-16T14:01:03.151Z Downloaded float-cmp v0.9.0
9272024-09-16T14:01:03.151Z Downloaded getopts v0.2.21
9282024-09-16T14:01:03.151Z Downloaded russh v0.45.0
9292024-09-16T14:01:03.175Z Downloaded ron v0.7.1
9302024-09-16T14:01:03.175Z Downloaded zerocopy v0.6.6
9312024-09-16T14:01:03.175Z Downloaded defmt-parser v0.3.4
9322024-09-16T14:01:03.175Z Downloaded parking_lot_core v0.8.6
9332024-09-16T14:01:03.175Z Downloaded hickory-server v0.24.1
9342024-09-16T14:01:03.175Z Downloaded strum v0.26.3
9352024-09-16T14:01:03.175Z Downloaded slog-envlogger v2.2.0
9362024-09-16T14:01:03.175Z Downloaded either v1.13.0
9372024-09-16T14:01:03.175Z Downloaded hyper-util v0.1.3
9382024-09-16T14:01:03.199Z Downloaded rustls-pemfile v1.0.4
9392024-09-16T14:01:03.199Z Downloaded rustc-demangle v0.1.24
9402024-09-16T14:01:03.199Z Downloaded schemars v0.8.21
9412024-09-16T14:01:03.200Z Downloaded x509-cert v0.2.5
9422024-09-16T14:01:03.223Z Downloaded url v2.5.2
9432024-09-16T14:01:03.223Z Downloaded packed_struct v0.10.1
9442024-09-16T14:01:03.224Z Downloaded twox-hash v1.6.3
9452024-09-16T14:01:03.224Z Downloaded tracing-attributes v0.1.27
9462024-09-16T14:01:03.224Z Downloaded stringprep v0.1.4
9472024-09-16T14:01:03.224Z Downloaded siphasher v0.3.11
9482024-09-16T14:01:03.224Z Downloaded filetime v0.2.25
9492024-09-16T14:01:03.224Z Downloaded ff v0.13.0
9502024-09-16T14:01:03.224Z Downloaded fd-lock v4.0.2
9512024-09-16T14:01:03.224Z Downloaded endian-type v0.1.2
9522024-09-16T14:01:03.224Z Downloaded ed25519 v2.2.3
9532024-09-16T14:01:03.248Z Downloaded zone v0.3.0
9542024-09-16T14:01:03.248Z Downloaded radium v0.7.0
9552024-09-16T14:01:03.248Z Downloaded r2d2 v0.8.10
9562024-09-16T14:01:03.248Z Downloaded predicates v3.1.2
9572024-09-16T14:01:03.248Z Downloaded phf_shared v0.11.2
9582024-09-16T14:01:03.248Z Downloaded parking_lot_core v0.9.10
9592024-09-16T14:01:03.248Z Downloaded num-rational v0.4.2
9602024-09-16T14:01:03.248Z Downloaded rusty-fork v0.3.0
9612024-09-16T14:01:03.248Z Downloaded termcolor v1.4.1
9622024-09-16T14:01:03.248Z Downloaded hashlink v0.9.1
9632024-09-16T14:01:03.248Z Downloaded string_cache v0.8.7
9642024-09-16T14:01:03.248Z Downloaded slog-stdlog v4.1.1
9652024-09-16T14:01:03.248Z Downloaded slog-scope v4.4.0
9662024-09-16T14:01:03.248Z Downloaded dirs-sys-next v0.1.2
9672024-09-16T14:01:03.248Z Downloaded des v0.8.1
9682024-09-16T14:01:03.272Z Downloaded deranged v0.3.11
9692024-09-16T14:01:03.272Z Downloaded serde_plain v1.0.2
9702024-09-16T14:01:03.272Z Downloaded serde_yaml v0.9.34+deprecated
9712024-09-16T14:01:03.273Z Downloaded rustc-hash v1.1.0
9722024-09-16T14:01:03.273Z Downloaded mockall_derive v0.13.0
9732024-09-16T14:01:03.273Z Downloaded aes-gcm v0.10.3
9742024-09-16T14:01:03.273Z Downloaded rfc6979 v0.4.0
9752024-09-16T14:01:03.273Z Downloaded hmac v0.12.1
9762024-09-16T14:01:03.273Z Downloaded aes v0.8.4
9772024-09-16T14:01:03.273Z Downloaded snafu v0.8.2
9782024-09-16T14:01:03.303Z Downloaded miniz_oxide v0.7.2
9792024-09-16T14:01:03.303Z Downloaded snafu-derive v0.8.2
9802024-09-16T14:01:03.304Z Downloaded ssh-encoding v0.2.0
9812024-09-16T14:01:03.304Z Downloaded derive_builder_core v0.20.0
9822024-09-16T14:01:03.304Z Downloaded tiny-keccak v2.0.2
9832024-09-16T14:01:03.304Z Downloaded try-lock v0.2.5
9842024-09-16T14:01:03.304Z Downloaded static_assertions v1.1.0
9852024-09-16T14:01:03.304Z Downloaded smallvec v1.13.2
9862024-09-16T14:01:03.304Z Downloaded schemars_derive v0.8.21
9872024-09-16T14:01:03.304Z Downloaded zip v0.6.6
9882024-09-16T14:01:03.304Z Downloaded openssl-macros v0.1.1
9892024-09-16T14:01:03.304Z Downloaded unicode-bidi v0.3.15
9902024-09-16T14:01:03.327Z Downloaded rand_xorshift v0.3.0
9912024-09-16T14:01:03.328Z Downloaded quick-error v1.2.3
9922024-09-16T14:01:03.328Z Downloaded paste v1.0.15
9932024-09-16T14:01:03.328Z Downloaded futures v0.3.30
9942024-09-16T14:01:03.328Z Downloaded rsa v0.9.6
9952024-09-16T14:01:03.328Z Downloaded memmap2 v0.9.4
9962024-09-16T14:01:03.328Z Downloaded rand_seeder v0.3.0
9972024-09-16T14:01:03.328Z Downloaded futures-channel v0.3.30
9982024-09-16T14:01:03.352Z Downloaded parse-display v0.10.0
9992024-09-16T14:01:03.352Z Downloaded headers-core v0.2.0
10002024-09-16T14:01:03.352Z Downloaded diesel_table_macro_syntax v0.2.0
10012024-09-16T14:01:03.352Z Downloaded thiserror-impl-no-std v2.0.2
10022024-09-16T14:01:03.352Z Downloaded linked-hash-map v0.5.6
10032024-09-16T14:01:03.352Z Downloaded derive-where v1.2.7
10042024-09-16T14:01:03.352Z Downloaded indexmap v1.9.3
10052024-09-16T14:01:03.352Z Downloaded stable_deref_trait v1.2.0
10062024-09-16T14:01:03.352Z Downloaded derive_builder_macro v0.20.0
10072024-09-16T14:01:03.352Z Downloaded jobserver v0.1.32
10082024-09-16T14:01:03.352Z Downloaded iana-time-zone v0.1.60
10092024-09-16T14:01:03.352Z Downloaded crypto-bigint v0.5.5
10102024-09-16T14:01:03.376Z Downloaded scheduled-thread-pool v0.2.7
10112024-09-16T14:01:03.376Z Downloaded rustc_version v0.4.0
10122024-09-16T14:01:03.376Z Downloaded password-hash v0.4.2
10132024-09-16T14:01:03.376Z Downloaded multer v3.1.0
10142024-09-16T14:01:03.376Z Downloaded libloading v0.8.3
10152024-09-16T14:01:03.376Z Downloaded libefi-sys v0.1.0
10162024-09-16T14:01:03.376Z Downloaded kstat-rs v0.2.4
10172024-09-16T14:01:03.376Z Downloaded cc v1.0.97
10182024-09-16T14:01:03.376Z Downloaded ipnet v2.9.0
10192024-09-16T14:01:03.376Z Downloaded native-tls v0.2.11
10202024-09-16T14:01:03.376Z Downloaded powerfmt v0.2.0
10212024-09-16T14:01:03.400Z Downloaded dsl_auto_type v0.1.2
10222024-09-16T14:01:03.400Z Downloaded dirs-next v2.0.0
10232024-09-16T14:01:03.400Z Downloaded mime_guess v2.0.4
10242024-09-16T14:01:03.400Z Downloaded hubpack v0.1.2
10252024-09-16T14:01:03.400Z Downloaded env_logger v0.10.2
10262024-09-16T14:01:03.400Z Downloaded utf-8 v0.7.6
10272024-09-16T14:01:03.400Z Downloaded tls_codec_derive v0.4.1
10282024-09-16T14:01:03.400Z Downloaded match_cfg v0.1.0
10292024-09-16T14:01:03.400Z Downloaded darling v0.20.9
10302024-09-16T14:01:03.400Z Downloaded polyval v0.6.2
10312024-09-16T14:01:03.400Z Downloaded zeroize_derive v1.4.2
10322024-09-16T14:01:03.400Z Downloaded hash32 v0.3.1
10332024-09-16T14:01:03.400Z Downloaded hash32 v0.2.1
10342024-09-16T14:01:03.425Z Downloaded compact_str v0.8.0
10352024-09-16T14:01:03.425Z Downloaded multimap v0.10.0
10362024-09-16T14:01:03.425Z Downloaded lalrpop-util v0.19.12
10372024-09-16T14:01:03.425Z Downloaded internet-checksum v0.2.1
10382024-09-16T14:01:03.425Z Downloaded mime v0.3.17
10392024-09-16T14:01:03.425Z Downloaded tokio-rustls v0.24.1
10402024-09-16T14:01:03.425Z Downloaded hickory-client v0.24.1
10412024-09-16T14:01:03.425Z Downloaded foreign-types-macros v0.2.3
10422024-09-16T14:01:03.425Z Downloaded thiserror-no-std v2.0.2
10432024-09-16T14:01:03.425Z Downloaded futures-core v0.3.30
10442024-09-16T14:01:03.425Z Downloaded libsw v3.3.1
10452024-09-16T14:01:03.425Z Downloaded base64 v0.13.1
10462024-09-16T14:01:03.449Z Downloaded httparse v1.8.0
10472024-09-16T14:01:03.449Z Downloaded backtrace v0.3.71
10482024-09-16T14:01:03.449Z Downloaded hyper-rustls v0.24.2
10492024-09-16T14:01:03.449Z Downloaded base64 v0.22.1
10502024-09-16T14:01:03.449Z Downloaded zone v0.1.8
10512024-09-16T14:01:03.449Z Downloaded zeroize v1.7.0
10522024-09-16T14:01:03.449Z Downloaded nodrop v0.1.14
10532024-09-16T14:01:03.449Z Downloaded nibble_vec v0.1.0
10542024-09-16T14:01:03.449Z Downloaded newtype-uuid v1.1.0
10552024-09-16T14:01:03.449Z Downloaded md-5 v0.10.6
10562024-09-16T14:01:03.473Z Downloaded managed v0.8.0
10572024-09-16T14:01:03.473Z Downloaded ipnetwork v0.20.0
10582024-09-16T14:01:03.473Z Downloaded impl-trait-for-tuples v0.2.2
10592024-09-16T14:01:03.473Z Downloaded const_format v0.2.33
10602024-09-16T14:01:03.473Z Downloaded const-oid v0.9.6
10612024-09-16T14:01:03.473Z Downloaded blake2 v0.10.6
10622024-09-16T14:01:03.473Z Downloaded cookie v0.18.1
10632024-09-16T14:01:03.473Z Downloaded httpdate v1.0.3
10642024-09-16T14:01:03.473Z Downloaded humantime v2.1.0
10652024-09-16T14:01:03.473Z Downloaded thread_local v1.1.8
10662024-09-16T14:01:03.497Z Downloaded tap v1.0.1
10672024-09-16T14:01:03.497Z Downloaded rtoolbox v0.0.2
10682024-09-16T14:01:03.497Z Downloaded nanorand v0.7.0
10692024-09-16T14:01:03.497Z Downloaded allocator-api2 v0.2.18
10702024-09-16T14:01:03.497Z Downloaded linear-map v1.2.0
10712024-09-16T14:01:03.497Z Downloaded bytes v1.7.1
10722024-09-16T14:01:03.498Z Downloaded chacha20poly1305 v0.10.1
10732024-09-16T14:01:03.498Z Downloaded memoffset v0.9.1
10742024-09-16T14:01:03.498Z Downloaded ascii v1.1.0
10752024-09-16T14:01:03.498Z Downloaded scopeguard v1.2.0
10762024-09-16T14:01:03.498Z Downloaded indent_write v2.2.0
10772024-09-16T14:01:03.522Z Downloaded hostname v0.3.1
10782024-09-16T14:01:03.522Z Downloaded crc v3.2.1
10792024-09-16T14:01:03.522Z Downloaded convert_case v0.4.0
10802024-09-16T14:01:03.522Z Downloaded cipher v0.4.4
10812024-09-16T14:01:03.522Z Downloaded ahash v0.8.11
10822024-09-16T14:01:03.522Z Downloaded buf-list v1.0.3
10832024-09-16T14:01:03.522Z Downloaded block-padding v0.3.3
10842024-09-16T14:01:03.522Z Downloaded hubpack_derive v0.1.1
10852024-09-16T14:01:03.522Z Downloaded cookie_store v0.20.0
10862024-09-16T14:01:03.522Z Downloaded argon2 v0.5.3
10872024-09-16T14:01:03.522Z Downloaded ciborium v0.2.2
10882024-09-16T14:01:03.522Z Downloaded bitstruct_derive v0.1.0
10892024-09-16T14:01:03.522Z Downloaded async-bb8-diesel v0.2.1
10902024-09-16T14:01:03.546Z Downloaded arrayref v0.3.7
10912024-09-16T14:01:03.546Z Downloaded cookie v0.17.0
10922024-09-16T14:01:03.546Z Downloaded base64ct v1.6.0
10932024-09-16T14:01:03.546Z Downloaded async-trait v0.1.82
10942024-09-16T14:01:03.546Z Downloaded arrayvec v0.7.4
10952024-09-16T14:01:03.546Z Downloaded bitflags v1.3.2
10962024-09-16T14:01:03.546Z Downloaded async-recursion v1.1.1
10972024-09-16T14:01:03.546Z Downloaded http-body v1.0.0
10982024-09-16T14:01:03.546Z Downloaded crossbeam-deque v0.8.5
10992024-09-16T14:01:03.546Z Downloaded cexpr v0.6.0
11002024-09-16T14:01:03.575Z Downloaded backoff v0.4.0
11012024-09-16T14:01:03.575Z Downloaded bit-vec v0.6.3
11022024-09-16T14:01:03.575Z Downloaded ascii-canvas v3.0.0
11032024-09-16T14:01:03.575Z Downloaded cfg_aliases v0.2.1
11042024-09-16T14:01:03.576Z Downloaded bitstruct v0.1.1
11052024-09-16T14:01:03.576Z Downloaded bcrypt-pbkdf v0.10.0
11062024-09-16T14:01:03.576Z Downloaded async-stream-impl v0.3.5
11072024-09-16T14:01:03.576Z Downloaded array-init v0.0.4
11082024-09-16T14:01:03.576Z Downloaded adler2 v2.0.0
11092024-09-16T14:01:03.576Z Downloaded adler v1.0.2
11102024-09-16T14:01:03.672Z Compiling serde v1.0.208
11112024-09-16T14:01:03.697Z Compiling lock_api v0.4.12
11122024-09-16T14:01:03.697Z Compiling scopeguard v1.2.0
11132024-09-16T14:01:03.697Z Compiling value-bag v1.9.0
11142024-09-16T14:01:03.697Z Compiling typenum v1.17.0
11152024-09-16T14:01:03.697Z Compiling generic-array v0.14.7
11162024-09-16T14:01:03.697Z Compiling syn v2.0.74
11172024-09-16T14:01:03.697Z Compiling getrandom v0.2.14
11182024-09-16T14:01:03.874Z Compiling jobserver v0.1.32
11192024-09-16T14:01:04.074Z Compiling rand_core v0.6.4
11202024-09-16T14:01:04.239Z Compiling log v0.4.21
11212024-09-16T14:01:04.282Z Compiling cc v1.0.97
11222024-09-16T14:01:04.346Z Compiling pin-project-lite v0.2.14
11232024-09-16T14:01:04.464Z Compiling smallvec v1.13.2
11242024-09-16T14:01:04.551Z Compiling subtle v2.5.0
11252024-09-16T14:01:04.581Z Compiling parking_lot_core v0.9.10
11262024-09-16T14:01:04.710Z Compiling const-oid v0.9.6
11272024-09-16T14:01:04.819Z Compiling signal-hook-registry v1.4.2
11282024-09-16T14:01:04.873Z Compiling mio v1.0.2
11292024-09-16T14:01:05.030Z Compiling socket2 v0.5.7
11302024-09-16T14:01:05.854Z Compiling parking_lot v0.12.2
11312024-09-16T14:01:05.896Z Compiling ahash v0.8.11
11322024-09-16T14:01:06.223Z Compiling futures-core v0.3.30
11332024-09-16T14:01:06.247Z Compiling futures-sink v0.3.30
11342024-09-16T14:01:06.375Z Compiling slab v0.4.9
11352024-09-16T14:01:06.399Z Compiling allocator-api2 v0.2.18
11362024-09-16T14:01:06.399Z Compiling spin v0.9.8
11372024-09-16T14:01:06.487Z Compiling tinyvec_macros v0.1.1
11382024-09-16T14:01:06.646Z Compiling tinyvec v1.6.0
11392024-09-16T14:01:06.759Z Compiling futures-channel v0.3.30
11402024-09-16T14:01:06.839Z Compiling futures-task v0.3.30
11412024-09-16T14:01:06.902Z Compiling libm v0.2.8
11422024-09-16T14:01:07.272Z Compiling futures-io v0.3.30
11432024-09-16T14:01:07.378Z Compiling serde_json v1.0.125
11442024-09-16T14:01:07.379Z Compiling cpufeatures v0.2.12
11452024-09-16T14:01:07.465Z Compiling pin-utils v0.1.0
11462024-09-16T14:01:07.589Z Compiling num-traits v0.2.19
11472024-09-16T14:01:07.640Z Compiling unicode-bidi v0.3.15
11482024-09-16T14:01:07.745Z Compiling tracing-core v0.1.32
11492024-09-16T14:01:07.917Z Compiling pkg-config v0.3.30
11502024-09-16T14:01:08.199Z Compiling vcpkg v0.2.15
11512024-09-16T14:01:08.298Z Compiling unicode-normalization v0.1.23
11522024-09-16T14:01:08.984Z Compiling ring v0.17.8
11532024-09-16T14:01:09.065Z Compiling base64ct v1.6.0
11542024-09-16T14:01:09.096Z Compiling httparse v1.8.0
11552024-09-16T14:01:09.198Z Compiling ppv-lite86 v0.2.17
11562024-09-16T14:01:09.313Z Compiling flagset v0.4.5
11572024-09-16T14:01:09.500Z Compiling pem-rfc7468 v0.7.0
11582024-09-16T14:01:09.526Z Compiling percent-encoding v2.3.1
11592024-09-16T14:01:09.611Z Compiling untrusted v0.9.0
11602024-09-16T14:01:09.773Z Compiling try-lock v0.2.5
11612024-09-16T14:01:09.861Z Compiling rand_chacha v0.3.1
11622024-09-16T14:01:09.885Z Compiling rustix v0.38.34
11632024-09-16T14:01:09.909Z Compiling want v0.3.1
11642024-09-16T14:01:10.083Z Compiling openssl-sys v0.9.103
11652024-09-16T14:01:10.223Z Compiling rustversion v1.0.17
11662024-09-16T14:01:10.360Z Compiling rand v0.8.5
11672024-09-16T14:01:10.692Z Compiling num-conv v0.1.0
11682024-09-16T14:01:10.775Z Compiling httpdate v1.0.3
11692024-09-16T14:01:10.841Z Compiling openssl v0.10.66
11702024-09-16T14:01:10.951Z Compiling time-core v0.1.2
11712024-09-16T14:01:11.115Z Compiling foreign-types-shared v0.1.1
11722024-09-16T14:01:11.152Z Compiling powerfmt v0.2.0
11732024-09-16T14:01:11.186Z Compiling tower-service v0.3.2
11742024-09-16T14:01:11.234Z Compiling foreign-types v0.3.2
11752024-09-16T14:01:11.308Z Compiling time-macros v0.2.18
11762024-09-16T14:01:11.402Z Compiling deranged v0.3.11
11772024-09-16T14:01:11.522Z Compiling form_urlencoded v1.2.1
11782024-09-16T14:01:11.733Z Compiling aho-corasick v1.1.3
11792024-09-16T14:01:11.802Z Compiling crossbeam-utils v0.8.19
11802024-09-16T14:01:12.002Z Compiling syn v1.0.109
11812024-09-16T14:01:12.352Z Compiling rustls v0.21.12
11822024-09-16T14:01:12.384Z Compiling native-tls v0.2.11
11832024-09-16T14:01:12.578Z Compiling regex-syntax v0.8.4
11842024-09-16T14:01:12.607Z Compiling siphasher v0.3.11
11852024-09-16T14:01:12.691Z Compiling num_threads v0.1.7
11862024-09-16T14:01:12.965Z Compiling idna v0.5.0
11872024-09-16T14:01:12.993Z Compiling cookie v0.17.0
11882024-09-16T14:01:13.249Z Compiling finl_unicode v1.2.0
11892024-09-16T14:01:13.764Z Compiling openssl-probe v0.1.5
11902024-09-16T14:01:14.032Z Compiling time v0.3.36
11912024-09-16T14:01:14.076Z Compiling iana-time-zone v0.1.60
11922024-09-16T14:01:14.119Z Compiling slog v2.7.0
11932024-09-16T14:01:14.222Z Compiling stringprep v0.1.4
11942024-09-16T14:01:14.486Z Compiling url v2.5.2
11952024-09-16T14:01:15.784Z Compiling regex-automata v0.4.6
11962024-09-16T14:01:16.128Z Compiling num-integer v0.1.46
11972024-09-16T14:01:16.225Z Compiling idna v0.3.0
11982024-09-16T14:01:16.722Z Compiling serde_derive v1.0.208
11992024-09-16T14:01:16.795Z Compiling zeroize_derive v1.4.2
12002024-09-16T14:01:17.491Z Compiling zerocopy-derive v0.7.34
12012024-09-16T14:01:18.032Z Compiling tokio-macros v2.4.0
12022024-09-16T14:01:18.172Z Compiling zeroize v1.7.0
12032024-09-16T14:01:18.515Z Compiling futures-macro v0.3.30
12042024-09-16T14:01:18.539Z Compiling thiserror-impl v1.0.63
12052024-09-16T14:01:19.371Z Compiling zerocopy v0.7.34
12062024-09-16T14:01:19.406Z Compiling tracing-attributes v0.1.27
12072024-09-16T14:01:19.638Z Compiling crypto-common v0.1.6
12082024-09-16T14:01:19.843Z Compiling block-buffer v0.10.4
12092024-09-16T14:01:20.083Z Compiling digest v0.10.7
12102024-09-16T14:01:20.216Z Compiling futures-util v0.3.30
12112024-09-16T14:01:20.544Z Compiling hmac v0.12.1
12122024-09-16T14:01:20.785Z Compiling block-padding v0.3.3
12132024-09-16T14:01:21.021Z Compiling inout v0.1.3
12142024-09-16T14:01:21.282Z Compiling hashbrown v0.14.5
12152024-09-16T14:01:21.305Z Compiling thiserror v1.0.63
12162024-09-16T14:01:21.306Z Compiling cipher v0.4.4
12172024-09-16T14:01:21.437Z Compiling sha2 v0.10.8
12182024-09-16T14:01:21.774Z Compiling pest v2.7.10
12192024-09-16T14:01:22.464Z Compiling der_derive v0.7.2
12202024-09-16T14:01:22.649Z Compiling tracing v0.1.40
12212024-09-16T14:01:23.159Z Compiling salsa20 v0.10.2
12222024-09-16T14:01:23.370Z Compiling pbkdf2 v0.12.2
12232024-09-16T14:01:23.542Z Compiling scroll_derive v0.12.0
12242024-09-16T14:01:23.992Z Compiling scrypt v0.11.0
12252024-09-16T14:01:24.515Z Compiling pest_meta v2.7.10
12262024-09-16T14:01:24.546Z Compiling aes v0.8.4
12272024-09-16T14:01:24.671Z Compiling der v0.7.9
12282024-09-16T14:01:24.864Z Compiling scroll v0.12.0
12292024-09-16T14:01:25.360Z Compiling cbc v0.1.2
12302024-09-16T14:01:25.556Z Compiling goblin v0.8.2
12312024-09-16T14:01:25.613Z Compiling openssl-macros v0.1.1
12322024-09-16T14:01:26.243Z Compiling pest_generator v2.7.10
12332024-09-16T14:01:26.673Z Compiling spki v0.7.3
12342024-09-16T14:01:26.724Z Compiling sct v0.7.1
12352024-09-16T14:01:26.957Z Compiling pkcs5 v0.7.1
12362024-09-16T14:01:27.001Z Compiling rustls-webpki v0.101.7
12372024-09-16T14:01:27.025Z Compiling md-5 v0.10.6
12382024-09-16T14:01:27.258Z Compiling pin-project-internal v1.1.5
12392024-09-16T14:01:27.547Z Compiling pkcs8 v0.10.2
12402024-09-16T14:01:27.976Z Compiling backtrace v0.3.71
12412024-09-16T14:01:28.156Z Compiling lazy_static v1.5.0
12422024-09-16T14:01:28.276Z Compiling hash32 v0.2.1
12432024-09-16T14:01:28.389Z Compiling psl-types v2.0.11
12442024-09-16T14:01:28.556Z Compiling bytes v1.7.1
12452024-09-16T14:01:28.588Z Compiling indexmap v2.4.0
12462024-09-16T14:01:28.612Z Compiling bitflags v2.6.0
12472024-09-16T14:01:28.803Z Compiling semver v1.0.23
12482024-09-16T14:01:29.445Z Compiling tokio v1.39.3
12492024-09-16T14:01:29.643Z Compiling http v0.2.12
12502024-09-16T14:01:29.772Z Compiling rustc_version v0.4.0
12512024-09-16T14:01:29.823Z Compiling pest_derive v2.7.10
12522024-09-16T14:01:30.465Z Compiling heapless v0.7.17
12532024-09-16T14:01:30.513Z Compiling dtrace-parser v0.2.0
12542024-09-16T14:01:30.854Z Compiling dof v0.3.0
12552024-09-16T14:01:31.392Z Compiling http-body v0.4.6
12562024-09-16T14:01:31.742Z Compiling http v1.1.0
12572024-09-16T14:01:32.330Z Compiling uuid v1.10.0
12582024-09-16T14:01:32.638Z Compiling usdt-impl v0.5.0
12592024-09-16T14:01:33.492Z Compiling serde_tokenstream v0.2.2
12602024-09-16T14:01:33.516Z Compiling chrono v0.4.38
12612024-09-16T14:01:33.854Z Compiling serde_spanned v0.6.7
12622024-09-16T14:01:33.916Z Compiling toml_datetime v0.6.8
12632024-09-16T14:01:34.035Z Compiling atomic-waker v1.1.2
12642024-09-16T14:01:34.064Z Compiling gimli v0.28.1
12652024-09-16T14:01:34.134Z Compiling crc32fast v1.4.0
12662024-09-16T14:01:34.221Z Compiling base64 v0.22.1
12672024-09-16T14:01:34.365Z Compiling stable_deref_trait v1.2.0
12682024-09-16T14:01:34.465Z Compiling num-bigint-dig v0.8.4
12692024-09-16T14:01:34.579Z Compiling smoltcp v0.9.1
12702024-09-16T14:01:34.729Z Compiling signal-hook v0.3.17
12712024-09-16T14:01:34.875Z Compiling fallible-iterator v0.2.0
12722024-09-16T14:01:34.971Z Compiling adler v1.0.2
12732024-09-16T14:01:35.223Z Compiling miniz_oxide v0.7.2
12742024-09-16T14:01:35.452Z Compiling http-body v1.0.0
12752024-09-16T14:01:35.519Z Compiling postgres-protocol v0.6.7
12762024-09-16T14:01:35.666Z Compiling terminal_size v0.3.0
12772024-09-16T14:01:35.845Z Compiling pin-project v1.1.5
12782024-09-16T14:01:35.906Z Compiling publicsuffix v2.2.3
12792024-09-16T14:01:35.998Z Compiling hubpack_derive v0.1.1
12802024-09-16T14:01:36.135Z Compiling async-trait v0.1.82
12812024-09-16T14:01:36.384Z Compiling tokio-util v0.7.11
12822024-09-16T14:01:36.658Z Compiling tokio-rustls v0.24.1
12832024-09-16T14:01:36.683Z Compiling zerocopy-derive v0.6.6
12842024-09-16T14:01:37.002Z Compiling num-iter v0.1.45
12852024-09-16T14:01:37.182Z Compiling h2 v0.3.26
12862024-09-16T14:01:37.324Z Compiling h2 v0.4.6
12872024-09-16T14:01:37.547Z Compiling tokio-native-tls v0.3.1
12882024-09-16T14:01:37.790Z Compiling addr2line v0.21.0
12892024-09-16T14:01:38.489Z Compiling phf_shared v0.11.2
12902024-09-16T14:01:38.520Z Compiling serde_derive_internals v0.29.1
12912024-09-16T14:01:38.834Z Compiling ff v0.13.0
12922024-09-16T14:01:39.040Z Compiling object v0.32.2
12932024-09-16T14:01:39.064Z Compiling fs-err v2.11.0
12942024-09-16T14:01:39.098Z Compiling base16ct v0.2.0
12952024-09-16T14:01:39.180Z Compiling either v1.13.0
12962024-09-16T14:01:39.341Z Compiling managed v0.8.0
12972024-09-16T14:01:39.397Z Compiling schemars v0.8.21
12982024-09-16T14:01:39.564Z Compiling winnow v0.5.40
12992024-09-16T14:01:39.705Z Compiling ipnet v2.9.0
13002024-09-16T14:01:39.729Z Compiling anyhow v1.0.86
13012024-09-16T14:01:40.330Z Compiling base64 v0.21.7
13022024-09-16T14:01:40.789Z Compiling bitflags v1.3.2
13032024-09-16T14:01:40.888Z Compiling rustc-demangle v0.1.24
13042024-09-16T14:01:40.933Z Compiling adler2 v2.0.0
13052024-09-16T14:01:40.974Z Compiling tower-layer v0.3.2
13062024-09-16T14:01:41.128Z Compiling miniz_oxide v0.8.0
13072024-09-16T14:01:41.231Z Compiling tower v0.4.13
13082024-09-16T14:01:41.752Z Compiling schemars_derive v0.8.21
13092024-09-16T14:01:42.272Z Compiling rustls-pemfile v1.0.4
13102024-09-16T14:01:42.593Z Compiling toml_edit v0.19.15
13112024-09-16T14:01:42.702Z Compiling clap_builder v4.5.15
13122024-09-16T14:01:42.844Z Compiling hyper v0.14.30
13132024-09-16T14:01:43.772Z Compiling hyper v1.4.1
13142024-09-16T14:01:45.313Z Compiling sec1 v0.7.3
13152024-09-16T14:01:45.806Z Compiling group v0.13.0
13162024-09-16T14:01:45.871Z Compiling phf v0.11.2
13172024-09-16T14:01:46.087Z Compiling cookie_store v0.20.0
13182024-09-16T14:01:46.111Z Compiling zerocopy v0.6.6
13192024-09-16T14:01:46.832Z Compiling hubpack v0.1.2
13202024-09-16T14:01:47.219Z Compiling postgres-types v0.2.7
13212024-09-16T14:01:47.632Z Compiling usdt-macro v0.5.0
13222024-09-16T14:01:47.720Z Compiling usdt-attr-macro v0.5.0
13232024-09-16T14:01:48.299Z Compiling serde_urlencoded v0.7.1
13242024-09-16T14:01:48.497Z Compiling serde-big-array v0.5.1
13252024-09-16T14:01:48.694Z Compiling hyper-tls v0.5.0
13262024-09-16T14:01:48.768Z Compiling hyper-rustls v0.24.2
13272024-09-16T14:01:48.905Z Compiling pkcs1 v0.7.5
13282024-09-16T14:01:49.019Z Compiling futures-executor v0.3.30
13292024-09-16T14:01:49.087Z Compiling hkdf v0.12.4
13302024-09-16T14:01:49.117Z Compiling signature v2.2.0
13312024-09-16T14:01:49.142Z Compiling regex v1.10.6
13322024-09-16T14:01:49.320Z Compiling bstr v1.9.1
13332024-09-16T14:01:49.392Z Compiling crypto-bigint v0.5.5
13342024-09-16T14:01:49.527Z Compiling serde_repr v0.1.19
13352024-09-16T14:01:49.752Z Compiling enum-as-inner v0.6.0
13362024-09-16T14:01:50.094Z Compiling strum_macros v0.25.3
13372024-09-16T14:01:50.355Z Compiling clap_derive v4.5.13
13382024-09-16T14:01:50.534Z Compiling phf_shared v0.10.0
13392024-09-16T14:01:50.692Z Compiling float-cmp v0.9.0
13402024-09-16T14:01:50.838Z Compiling idna v0.4.0
13412024-09-16T14:01:50.879Z Compiling mio v0.8.11
13422024-09-16T14:01:50.904Z Compiling encoding_rs v0.8.34
13432024-09-16T14:01:51.170Z Compiling fixedbitset v0.4.2
13442024-09-16T14:01:51.555Z Compiling webpki-roots v0.25.4
13452024-09-16T14:01:51.708Z Compiling normalize-line-endings v0.3.0
13462024-09-16T14:01:51.824Z Compiling mime v0.3.17
13472024-09-16T14:01:52.021Z Compiling data-encoding v2.6.0
13482024-09-16T14:01:52.119Z Compiling static_assertions v1.1.0
13492024-09-16T14:01:52.212Z Compiling unicode-segmentation v1.11.0
13502024-09-16T14:01:52.345Z Compiling new_debug_unreachable v1.0.6
13512024-09-16T14:01:52.441Z Compiling precomputed-hash v0.1.1
13522024-09-16T14:01:52.551Z Compiling difflib v0.4.0
13532024-09-16T14:01:52.926Z Compiling whoami v1.5.1
13542024-09-16T14:01:53.444Z Compiling minimal-lexical v0.2.1
13552024-09-16T14:01:53.504Z Compiling dyn-clone v1.0.17
13562024-09-16T14:01:53.703Z Compiling bit-vec v0.6.3
13572024-09-16T14:01:53.887Z Compiling sync_wrapper v0.1.2
13582024-09-16T14:01:53.917Z Compiling predicates-core v1.0.6
13592024-09-16T14:01:53.998Z Compiling console v0.15.8
13602024-09-16T14:01:54.026Z Compiling reqwest v0.11.27
13612024-09-16T14:01:54.131Z Compiling predicates v3.1.2
13622024-09-16T14:01:54.257Z Compiling bit-set v0.5.3
13632024-09-16T14:01:54.286Z Compiling toml_edit v0.22.20
13642024-09-16T14:01:54.362Z Compiling clap v4.5.16
13652024-09-16T14:01:54.421Z Compiling nom v7.1.3
13662024-09-16T14:01:54.527Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ca9f20e32acade9d15fb8d70405a6ef406c719cc#ca9f20e3)
13672024-09-16T14:01:55.321Z Compiling tokio-postgres v0.7.11
13682024-09-16T14:01:55.633Z Compiling similar v2.6.0
13692024-09-16T14:01:57.425Z Compiling hickory-proto v0.24.1
13702024-09-16T14:01:57.619Z Compiling string_cache v0.8.7
13712024-09-16T14:01:57.643Z Compiling elliptic-curve v0.13.8
13722024-09-16T14:01:57.843Z Compiling signal-hook-mio v0.2.4
13732024-09-16T14:01:58.015Z Compiling petgraph v0.6.5
13742024-09-16T14:01:58.045Z Compiling usdt v0.5.0
13752024-09-16T14:01:58.322Z Compiling rsa v0.9.6
13762024-09-16T14:01:58.511Z Compiling futures v0.3.30
13772024-09-16T14:01:58.614Z Compiling flate2 v1.0.33
13782024-09-16T14:01:59.415Z Compiling hyper-util v0.1.3
13792024-09-16T14:02:00.621Z Compiling toml v0.7.8
13802024-09-16T14:02:00.712Z Compiling itertools v0.10.5
13812024-09-16T14:02:01.299Z Compiling itertools v0.12.1
13822024-09-16T14:02:01.330Z Compiling tokio-stream v0.1.15
13832024-09-16T14:02:01.714Z Compiling openapiv3 v2.0.0
13842024-09-16T14:02:02.031Z Compiling hex v0.4.3
13852024-09-16T14:02:02.181Z Compiling sha1 v0.10.6
13862024-09-16T14:02:02.555Z Compiling crossbeam-epoch v0.9.18
13872024-09-16T14:02:02.579Z Compiling dirs-sys-next v0.1.2
13882024-09-16T14:02:03.001Z Compiling unicode-xid v0.2.4
13892024-09-16T14:02:03.131Z Compiling lalrpop-util v0.19.12
13902024-09-16T14:02:03.155Z Compiling peg-runtime v0.8.3
13912024-09-16T14:02:03.206Z Compiling dirs-next v2.0.0
13922024-09-16T14:02:03.394Z Compiling thread_local v1.1.8
13932024-09-16T14:02:03.457Z Compiling slog-async v2.8.0
13942024-09-16T14:02:03.751Z Compiling term v0.7.0
13952024-09-16T14:02:03.857Z Compiling xattr v1.3.1
13962024-09-16T14:02:03.904Z Compiling strum_macros v0.26.4
13972024-09-16T14:02:03.994Z Compiling crossbeam-channel v0.5.12
13982024-09-16T14:02:04.097Z Compiling is-terminal v0.4.12
13992024-09-16T14:02:04.211Z Compiling filetime v0.2.25
14002024-09-16T14:02:04.489Z Compiling take_mut v0.2.2
14012024-09-16T14:02:04.635Z Compiling tar v0.4.41
14022024-09-16T14:02:04.998Z Compiling slog-term v2.9.1
14032024-09-16T14:02:05.075Z Compiling camino v1.1.9
14042024-09-16T14:02:06.271Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14052024-09-16T14:02:07.126Z Compiling strum v0.26.3
14062024-09-16T14:02:07.239Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14072024-09-16T14:02:13.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
14082024-09-16T14:02:13.612Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14092024-09-16T14:02:13.690ZSep 16 14:02:12.851 INFO Starting download, target: Cockroach
14102024-09-16T14:02:13.690ZSep 16 14:02:12.851 INFO Starting download, target: Clickhouse
14112024-09-16T14:02:13.691ZSep 16 14:02:12.851 INFO Starting download, target: DendriteOpenapi
14122024-09-16T14:02:13.691ZSep 16 14:02:12.851 INFO Starting download, target: Console
14132024-09-16T14:02:13.691ZSep 16 14:02:12.851 INFO Starting download, target: DendriteStub
14142024-09-16T14:02:13.691ZSep 16 14:02:12.851 INFO Starting download, target: MaghemiteMgd
14152024-09-16T14:02:13.691ZSep 16 14:02:12.851 INFO Starting download, target: TransceiverControl
14162024-09-16T14:02:13.720ZSep 16 14:02:12.853 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
14172024-09-16T14:02:13.720ZSep 16 14:02:12.853 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14182024-09-16T14:02:13.720ZSep 16 14:02:12.853 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14192024-09-16T14:02:13.721ZSep 16 14:02:12.853 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14202024-09-16T14:02:13.721ZSep 16 14:02:12.853 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14212024-09-16T14:02:13.721ZSep 16 14:02:12.853 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14222024-09-16T14:02:13.721ZSep 16 14:02:12.853 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14232024-09-16T14:02:14.406ZSep 16 14:02:13.569 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14242024-09-16T14:02:14.494ZSep 16 14:02:13.657 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14252024-09-16T14:02:14.739ZSep 16 14:02:13.902 INFO Download complete, target: Console
14262024-09-16T14:02:15.170ZSep 16 14:02:14.332 INFO Download complete, target: DendriteOpenapi
14272024-09-16T14:02:15.266ZSep 16 14:02:14.428 INFO Download complete, target: TransceiverControl
14282024-09-16T14:02:16.551ZSep 16 14:02:15.714 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14292024-09-16T14:02:16.584ZSep 16 14:02:15.747 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14302024-09-16T14:02:19.938ZSep 16 14:02:19.101 INFO Download complete, target: DendriteStub
14312024-09-16T14:02:20.106ZSep 16 14:02:19.268 INFO Download complete, target: MaghemiteMgd
14322024-09-16T14:02:27.920ZSep 16 14:02:27.083 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14332024-09-16T14:02:27.920ZSep 16 14:02:27.083 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14342024-09-16T14:02:32.166ZSep 16 14:02:31.329 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14352024-09-16T14:02:37.197ZSep 16 14:02:36.354 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14362024-09-16T14:02:37.649ZSep 16 14:02:36.813 INFO Checking that binary works, target: Cockroach
14372024-09-16T14:02:37.919ZSep 16 14:02:37.082 INFO Download complete, target: Cockroach
14382024-09-16T14:02:48.269ZSep 16 14:02:47.432 INFO Checking that binary works, target: Clickhouse
14392024-09-16T14:02:48.448ZSep 16 14:02:47.611 INFO Download complete, target: Clickhouse
14402024-09-16T14:02:48.474ZAll builder prerequisites installed successfully, and PATH looks valid
14412024-09-16T14:02:48.498Z
14422024-09-16T14:02:48.498Zreal 4:03.399711943
14432024-09-16T14:02:48.498Zuser 10:24.812378511
14442024-09-16T14:02:48.498Zsys 2:30.056190344
14452024-09-16T14:02:48.498Ztrap 0.350286887
14462024-09-16T14:02:48.498Ztflt 0.692755419
14472024-09-16T14:02:48.498Zdflt 1.558188151
14482024-09-16T14:02:48.498Zkflt 0.008956506
14492024-09-16T14:02:48.498Zlock 23:54.750750874
14502024-09-16T14:02:48.498Zslp 39:58.393472205
14512024-09-16T14:02:48.498Zlat 48.241516981
14522024-09-16T14:02:48.498Zstop 1:53.424653762
14532024-09-16T14:02:48.498Z+ banner hack-check
14542024-09-16T14:02:48.499Z
14552024-09-16T14:02:48.499Z # # ## #### # # #### # # ###### #### # #
14562024-09-16T14:02:48.499Z # # # # # # # # # # # # # # # # #
14572024-09-16T14:02:48.499Z ###### # # # #### ##### # ###### ##### # ####
14582024-09-16T14:02:48.499Z # # ###### # # # # # # # # # #
14592024-09-16T14:02:48.499Z # # # # # # # # # # # # # # # # #
14602024-09-16T14:02:48.499Z # # # # #### # # #### # # ###### #### # #
14612024-09-16T14:02:48.499Z
14622024-09-16T14:02:48.499Z+ export CARGO_INCREMENTAL=0
14632024-09-16T14:02:48.499Z+ CARGO_INCREMENTAL=0
14642024-09-16T14:02:48.499Z+ ptime -m timeout 2h cargo xtask check-features --ci
14652024-09-16T14:02:49.360Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14662024-09-16T14:02:54.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s
14672024-09-16T14:02:54.185Z Running `target/debug/xtask check-features --ci`
14682024-09-16T14:02:54.214Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
14692024-09-16T14:02:54.214Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
14702024-09-16T14:02:54.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
14712024-09-16T14:02:54.918Z Running `target/debug/xtask download cargo-hack`
14722024-09-16T14:02:56.026Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14732024-09-16T14:02:56.339Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14742024-09-16T14:03:01.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.92s
14752024-09-16T14:03:01.986Z Running `target/debug/xtask-downloader cargo-hack`
14762024-09-16T14:03:02.037ZSep 16 14:03:01.200 INFO Starting download, target: CargoHack
14772024-09-16T14:03:02.061ZSep 16 14:03:01.202 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14782024-09-16T14:03:02.752ZSep 16 14:03:01.915 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14792024-09-16T14:03:02.873ZSep 16 14:03:02.036 INFO Download complete, target: CargoHack
14802024-09-16T14:03:02.897Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
14812024-09-16T14:03:02.921Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14822024-09-16T14:03:03.167Zinfo: running `cargo check --bins` on api_identity (1/158)
14832024-09-16T14:03:04.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14842024-09-16T14:03:04.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14852024-09-16T14:03:04.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14862024-09-16T14:03:04.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
14872024-09-16T14:03:04.141Z
14882024-09-16T14:03:04.141Zinfo: running `cargo check --bins` on bootstore (2/158)
14892024-09-16T14:03:05.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14902024-09-16T14:03:05.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14912024-09-16T14:03:05.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14922024-09-16T14:03:05.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
14932024-09-16T14:03:05.150Z
14942024-09-16T14:03:05.150Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/158)
14952024-09-16T14:03:06.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14962024-09-16T14:03:06.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14972024-09-16T14:03:06.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14982024-09-16T14:03:06.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
14992024-09-16T14:03:06.151Z
15002024-09-16T14:03:06.151Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158)
15012024-09-16T14:03:07.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15022024-09-16T14:03:07.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15032024-09-16T14:03:07.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15042024-09-16T14:03:07.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
15052024-09-16T14:03:07.104Z
15062024-09-16T14:03:07.104Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158)
15072024-09-16T14:03:07.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15082024-09-16T14:03:07.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15092024-09-16T14:03:07.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15102024-09-16T14:03:07.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15112024-09-16T14:03:07.740Z
15122024-09-16T14:03:07.740Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158)
15132024-09-16T14:03:08.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15142024-09-16T14:03:08.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15152024-09-16T14:03:08.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15162024-09-16T14:03:08.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15172024-09-16T14:03:08.396Z
15182024-09-16T14:03:08.396Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158)
15192024-09-16T14:03:09.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15202024-09-16T14:03:09.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15212024-09-16T14:03:09.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15222024-09-16T14:03:09.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
15232024-09-16T14:03:09.066Z
15242024-09-16T14:03:09.066Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158)
15252024-09-16T14:03:09.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15262024-09-16T14:03:09.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15272024-09-16T14:03:09.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15282024-09-16T14:03:09.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15292024-09-16T14:03:09.716Z
15302024-09-16T14:03:09.716Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158)
15312024-09-16T14:03:10.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15322024-09-16T14:03:10.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15332024-09-16T14:03:10.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15342024-09-16T14:03:10.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15352024-09-16T14:03:10.351Z
15362024-09-16T14:03:10.351Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158)
15372024-09-16T14:03:10.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15382024-09-16T14:03:10.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15392024-09-16T14:03:10.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15402024-09-16T14:03:10.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15412024-09-16T14:03:10.982Z
15422024-09-16T14:03:10.982Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158)
15432024-09-16T14:03:11.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15442024-09-16T14:03:11.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15452024-09-16T14:03:11.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15462024-09-16T14:03:11.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15472024-09-16T14:03:11.621Z
15482024-09-16T14:03:11.621Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158)
15492024-09-16T14:03:12.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15502024-09-16T14:03:12.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15512024-09-16T14:03:12.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15522024-09-16T14:03:12.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15532024-09-16T14:03:12.267Z
15542024-09-16T14:03:12.267Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158)
15552024-09-16T14:03:12.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15562024-09-16T14:03:12.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15572024-09-16T14:03:12.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15582024-09-16T14:03:12.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15592024-09-16T14:03:12.932Z
15602024-09-16T14:03:12.932Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158)
15612024-09-16T14:03:13.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15622024-09-16T14:03:13.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15632024-09-16T14:03:13.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15642024-09-16T14:03:13.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15652024-09-16T14:03:13.581Z
15662024-09-16T14:03:13.581Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158)
15672024-09-16T14:03:14.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15682024-09-16T14:03:14.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15692024-09-16T14:03:14.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15702024-09-16T14:03:14.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
15712024-09-16T14:03:14.256Z
15722024-09-16T14:03:14.256Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158)
15732024-09-16T14:03:14.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15742024-09-16T14:03:14.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15752024-09-16T14:03:14.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15762024-09-16T14:03:14.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15772024-09-16T14:03:14.904Z
15782024-09-16T14:03:14.904Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158)
15792024-09-16T14:03:15.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15802024-09-16T14:03:15.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15812024-09-16T14:03:15.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15822024-09-16T14:03:15.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15832024-09-16T14:03:15.540Z
15842024-09-16T14:03:15.540Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158)
15852024-09-16T14:03:16.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15862024-09-16T14:03:16.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15872024-09-16T14:03:16.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15882024-09-16T14:03:16.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15892024-09-16T14:03:16.204Z
15902024-09-16T14:03:16.204Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158)
15912024-09-16T14:03:16.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15922024-09-16T14:03:16.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15932024-09-16T14:03:16.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15942024-09-16T14:03:16.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15952024-09-16T14:03:16.865Z
15962024-09-16T14:03:16.865Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158)
15972024-09-16T14:03:17.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15982024-09-16T14:03:17.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15992024-09-16T14:03:17.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16002024-09-16T14:03:17.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16012024-09-16T14:03:17.515Z
16022024-09-16T14:03:17.515Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158)
16032024-09-16T14:03:18.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16042024-09-16T14:03:18.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16052024-09-16T14:03:18.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16062024-09-16T14:03:18.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16072024-09-16T14:03:18.152Z
16082024-09-16T14:03:18.152Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158)
16092024-09-16T14:03:18.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16102024-09-16T14:03:18.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16112024-09-16T14:03:18.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16122024-09-16T14:03:18.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
16132024-09-16T14:03:18.813Z
16142024-09-16T14:03:18.813Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158)
16152024-09-16T14:03:19.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16162024-09-16T14:03:19.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16172024-09-16T14:03:19.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16182024-09-16T14:03:19.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
16192024-09-16T14:03:19.503Z
16202024-09-16T14:03:19.503Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158)
16212024-09-16T14:03:20.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16222024-09-16T14:03:20.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16232024-09-16T14:03:20.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16242024-09-16T14:03:20.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
16252024-09-16T14:03:20.160Z
16262024-09-16T14:03:20.160Zinfo: running `cargo check --bins` on sled-hardware-types (25/158)
16272024-09-16T14:03:20.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16282024-09-16T14:03:21.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16292024-09-16T14:03:21.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16302024-09-16T14:03:21.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
16312024-09-16T14:03:21.083Z
16322024-09-16T14:03:21.083Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/158)
16332024-09-16T14:03:21.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16342024-09-16T14:03:21.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16352024-09-16T14:03:21.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16362024-09-16T14:03:21.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
16372024-09-16T14:03:21.999Z
16382024-09-16T14:03:21.999Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158)
16392024-09-16T14:03:22.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16402024-09-16T14:03:22.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16412024-09-16T14:03:22.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16422024-09-16T14:03:22.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
16432024-09-16T14:03:22.872Z
16442024-09-16T14:03:22.872Zinfo: running `cargo check --bins` on oxlog (28/158)
16452024-09-16T14:03:23.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16462024-09-16T14:03:23.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16472024-09-16T14:03:23.733Z Checking cfg-if v1.0.0
16482024-09-16T14:03:23.757Z Checking libc v0.2.158
16492024-09-16T14:03:23.757Z Checking serde v1.0.208
16502024-09-16T14:03:23.781Z Checking memchr v2.7.2
16512024-09-16T14:03:23.805Z Checking scopeguard v1.2.0
16522024-09-16T14:03:23.805Z Checking zeroize v1.7.0
16532024-09-16T14:03:23.830Z Checking byteorder v1.5.0
16542024-09-16T14:03:23.830Z Checking value-bag v1.9.0
16552024-09-16T14:03:23.857Z Checking typenum v1.17.0
16562024-09-16T14:03:23.931Z Checking lock_api v0.4.12
16572024-09-16T14:03:24.044Z Checking once_cell v1.19.0
16582024-09-16T14:03:24.181Z Checking itoa v1.0.11
16592024-09-16T14:03:24.205Z Checking log v0.4.21
16602024-09-16T14:03:24.269Z Checking pin-project-lite v0.2.14
16612024-09-16T14:03:24.302Z Checking smallvec v1.13.2
16622024-09-16T14:03:24.360Z Checking subtle v2.5.0
16632024-09-16T14:03:24.385Z Checking const-oid v0.9.6
16642024-09-16T14:03:24.536Z Checking zerocopy v0.7.34
16652024-09-16T14:03:24.582Z Checking futures-sink v0.3.30
16662024-09-16T14:03:24.607Z Checking futures-core v0.3.30
16672024-09-16T14:03:24.635Z Checking allocator-api2 v0.2.18
16682024-09-16T14:03:24.691Z Checking getrandom v0.2.14
16692024-09-16T14:03:24.715Z Checking signal-hook-registry v1.4.2
16702024-09-16T14:03:24.764Z Checking parking_lot_core v0.9.10
16712024-09-16T14:03:24.816Z Checking generic-array v0.14.7
16722024-09-16T14:03:24.928Z Checking rand_core v0.6.4
16732024-09-16T14:03:24.952Z Checking mio v1.0.2
16742024-09-16T14:03:25.047Z Checking parking_lot v0.12.2
16752024-09-16T14:03:25.170Z Checking socket2 v0.5.7
16762024-09-16T14:03:25.194Z Checking spin v0.9.8
16772024-09-16T14:03:25.333Z Checking slab v0.4.9
16782024-09-16T14:03:25.431Z Checking tinyvec_macros v0.1.1
16792024-09-16T14:03:25.483Z Checking equivalent v1.0.1
16802024-09-16T14:03:25.514Z Checking tinyvec v1.6.0
16812024-09-16T14:03:25.567Z Checking futures-channel v0.3.30
16822024-09-16T14:03:25.592Z Checking futures-task v0.3.30
16832024-09-16T14:03:25.592Z Checking cpufeatures v0.2.12
16842024-09-16T14:03:25.671Z Checking pin-utils v0.1.0
16852024-09-16T14:03:25.718Z Checking ahash v0.8.11
16862024-09-16T14:03:25.745Z Checking futures-io v0.3.30
16872024-09-16T14:03:25.769Z Checking crypto-common v0.1.6
16882024-09-16T14:03:25.769Z Checking block-buffer v0.10.4
16892024-09-16T14:03:25.799Z Checking block-padding v0.3.3
16902024-09-16T14:03:25.868Z Checking fnv v1.0.7
16912024-09-16T14:03:25.902Z Checking futures-util v0.3.30
16922024-09-16T14:03:25.934Z Checking unicode-bidi v0.3.15
16932024-09-16T14:03:25.958Z Checking digest v0.10.7
16942024-09-16T14:03:25.983Z Checking inout v0.1.3
16952024-09-16T14:03:26.007Z Checking tracing-core v0.1.32
16962024-09-16T14:03:26.168Z Checking libm v0.2.8
16972024-09-16T14:03:26.192Z Checking hashbrown v0.14.5
16982024-09-16T14:03:26.278Z Checking hmac v0.12.1
16992024-09-16T14:03:26.456Z Checking ryu v1.0.18
17002024-09-16T14:03:26.480Z Checking sha2 v0.10.8
17012024-09-16T14:03:26.531Z Checking tracing v0.1.40
17022024-09-16T14:03:26.584Z Checking unicode-normalization v0.1.23
17032024-09-16T14:03:26.664Z Checking cipher v0.4.4
17042024-09-16T14:03:26.837Z Checking base64ct v1.6.0
17052024-09-16T14:03:26.883Z Checking num-traits v0.2.19
17062024-09-16T14:03:26.934Z Checking flagset v0.4.5
17072024-09-16T14:03:27.011Z Checking percent-encoding v2.3.1
17082024-09-16T14:03:27.107Z Checking ppv-lite86 v0.2.17
17092024-09-16T14:03:27.159Z Checking salsa20 v0.10.2
17102024-09-16T14:03:27.194Z Checking pbkdf2 v0.12.2
17112024-09-16T14:03:27.218Z Checking pem-rfc7468 v0.7.0
17122024-09-16T14:03:27.275Z Checking untrusted v0.9.0
17132024-09-16T14:03:27.340Z Checking try-lock v0.2.5
17142024-09-16T14:03:27.364Z Checking scrypt v0.11.0
17152024-09-16T14:03:27.412Z Checking ring v0.17.8
17162024-09-16T14:03:27.436Z Checking der v0.7.9
17172024-09-16T14:03:27.469Z Checking want v0.3.1
17182024-09-16T14:03:27.549Z Checking aes v0.8.4
17192024-09-16T14:03:27.622Z Checking cbc v0.1.2
17202024-09-16T14:03:27.682Z Checking rand_chacha v0.3.1
17212024-09-16T14:03:27.799Z Checking httparse v1.8.0
17222024-09-16T14:03:27.837Z Checking bytes v1.7.1
17232024-09-16T14:03:28.001Z Checking indexmap v2.4.0
17242024-09-16T14:03:28.135Z Checking bitflags v2.6.0
17252024-09-16T14:03:28.242Z Checking serde_json v1.0.125
17262024-09-16T14:03:28.265Z Checking rand v0.8.5
17272024-09-16T14:03:28.377Z Checking thiserror v1.0.63
17282024-09-16T14:03:28.492Z Checking httpdate v1.0.3
17292024-09-16T14:03:28.516Z Checking tokio v1.39.3
17302024-09-16T14:03:28.685Z Checking http v0.2.12
17312024-09-16T14:03:28.967Z Checking foreign-types-shared v0.1.1
17322024-09-16T14:03:29.022Z Checking spki v0.7.3
17332024-09-16T14:03:29.058Z Checking tower-service v0.3.2
17342024-09-16T14:03:29.089Z Checking foreign-types v0.3.2
17352024-09-16T14:03:29.162Z Checking form_urlencoded v1.2.1
17362024-09-16T14:03:29.186Z Checking openssl-sys v0.9.103
17372024-09-16T14:03:29.268Z Checking pkcs5 v0.7.1
17382024-09-16T14:03:29.296Z Checking aho-corasick v1.1.3
17392024-09-16T14:03:29.332Z Checking siphasher v0.3.11
17402024-09-16T14:03:29.575Z Checking regex-syntax v0.8.4
17412024-09-16T14:03:29.610Z Checking unicode-ident v1.0.12
17422024-09-16T14:03:29.701Z Checking powerfmt v0.2.0
17432024-09-16T14:03:29.747Z Checking proc-macro2 v1.0.86
17442024-09-16T14:03:29.793Z Checking http-body v0.4.6
17452024-09-16T14:03:29.946Z Checking deranged v0.3.11
17462024-09-16T14:03:30.087Z Checking pkcs8 v0.10.2
17472024-09-16T14:03:30.143Z Checking sct v0.7.1
17482024-09-16T14:03:30.203Z Checking openssl v0.10.66
17492024-09-16T14:03:30.301Z Checking rustls-webpki v0.101.7
17502024-09-16T14:03:30.325Z Checking http v1.1.0
17512024-09-16T14:03:30.357Z Checking uuid v1.10.0
17522024-09-16T14:03:30.661Z Checking idna v0.5.0
17532024-09-16T14:03:30.824Z Checking scroll v0.12.0
17542024-09-16T14:03:30.872Z Checking errno v0.3.9
17552024-09-16T14:03:31.021Z Checking anstyle v1.0.8
17562024-09-16T14:03:31.231Z Checking finl_unicode v1.2.0
17572024-09-16T14:03:31.260Z Checking utf8parse v0.2.1
17582024-09-16T14:03:31.299Z Checking plain v0.2.3
17592024-09-16T14:03:31.390Z Checking ucd-trie v0.1.6
17602024-09-16T14:03:31.414Z Checking time-core v0.1.2
17612024-09-16T14:03:31.438Z Checking num-conv v0.1.0
17622024-09-16T14:03:31.462Z Checking openssl-probe v0.1.5
17632024-09-16T14:03:31.540Z Checking num_threads v0.1.7
17642024-09-16T14:03:31.572Z Checking iana-time-zone v0.1.60
17652024-09-16T14:03:31.596Z Checking pest v2.7.10
17662024-09-16T14:03:31.637Z Checking goblin v0.8.2
17672024-09-16T14:03:31.661Z Checking time v0.3.36
17682024-09-16T14:03:31.711Z Checking stringprep v0.1.4
17692024-09-16T14:03:31.735Z Checking chrono v0.4.38
17702024-09-16T14:03:31.941Z Checking anstyle-parse v0.2.4
17712024-09-16T14:03:32.097Z Checking regex-automata v0.4.6
17722024-09-16T14:03:32.163Z Checking url v2.5.2
17732024-09-16T14:03:32.834Z Checking rustix v0.38.34
17742024-09-16T14:03:33.341Z Checking rustls v0.21.12
17752024-09-16T14:03:33.590Z Checking quote v1.0.36
17762024-09-16T14:03:33.614Z Checking num-integer v0.1.46
17772024-09-16T14:03:33.889Z Checking toml_datetime v0.6.8
17782024-09-16T14:03:34.038Z Checking serde_spanned v0.6.7
17792024-09-16T14:03:34.130Z Checking idna v0.3.0
17802024-09-16T14:03:34.191Z Checking md-5 v0.10.6
17812024-09-16T14:03:34.370Z Checking lazy_static v1.5.0
17822024-09-16T14:03:34.427Z Checking tokio-util v0.7.11
17832024-09-16T14:03:34.476Z Checking hash32 v0.2.1
17842024-09-16T14:03:34.639Z Checking native-tls v0.2.11
17852024-09-16T14:03:34.732Z Checking gimli v0.28.1
17862024-09-16T14:03:34.756Z Checking stable_deref_trait v1.2.0
17872024-09-16T14:03:34.841Z Checking base64 v0.22.1
17882024-09-16T14:03:34.925Z Checking anstyle-query v1.0.3
17892024-09-16T14:03:35.041Z Checking is_terminal_polyfill v1.70.0
17902024-09-16T14:03:35.146Z Checking psl-types v2.0.11
17912024-09-16T14:03:35.170Z Checking h2 v0.3.26
17922024-09-16T14:03:35.271Z Checking adler v1.0.2
17932024-09-16T14:03:35.308Z Checking atomic-waker v1.1.2
17942024-09-16T14:03:35.406Z Checking pretty-hex v0.4.1
17952024-09-16T14:03:35.431Z Checking colorchoice v1.0.1
17962024-09-16T14:03:35.546Z Checking fallible-iterator v0.2.0
17972024-09-16T14:03:35.570Z Checking anstream v0.6.14
17982024-09-16T14:03:35.703Z Checking dof v0.3.0
17992024-09-16T14:03:35.770Z Checking terminal_size v0.3.0
18002024-09-16T14:03:35.885Z Checking h2 v0.4.6
18012024-09-16T14:03:35.909Z Checking miniz_oxide v0.7.2
18022024-09-16T14:03:35.934Z Checking publicsuffix v2.2.3
18032024-09-16T14:03:36.026Z Checking tokio-rustls v0.24.1
18042024-09-16T14:03:36.061Z Checking postgres-protocol v0.6.7
18052024-09-16T14:03:36.127Z Checking tokio-native-tls v0.3.1
18062024-09-16T14:03:36.238Z Checking heapless v0.7.17
18072024-09-16T14:03:36.262Z Checking num-iter v0.1.45
18082024-09-16T14:03:36.328Z Checking syn v2.0.74
18092024-09-16T14:03:36.354Z Checking cookie v0.17.0
18102024-09-16T14:03:36.409Z Checking dtrace-parser v0.2.0
18112024-09-16T14:03:36.593Z Checking http-body v1.0.0
18122024-09-16T14:03:36.694Z Checking phf_shared v0.11.2
18132024-09-16T14:03:36.768Z Checking pin-project v1.1.5
18142024-09-16T14:03:36.802Z Checking ff v0.13.0
18152024-09-16T14:03:36.875Z Checking thread-id v4.2.1
18162024-09-16T14:03:36.929Z Checking object v0.32.2
18172024-09-16T14:03:36.972Z Checking clap_lex v0.7.0
18182024-09-16T14:03:36.996Z Checking managed v0.8.0
18192024-09-16T14:03:37.111Z Checking tower-layer v0.3.2
18202024-09-16T14:03:37.183Z Checking base64 v0.21.7
18212024-09-16T14:03:37.313Z Checking base16ct v0.2.0
18222024-09-16T14:03:37.337Z Checking strsim v0.11.1
18232024-09-16T14:03:37.470Z Checking ipnet v2.9.0
18242024-09-16T14:03:37.569Z Checking bitflags v1.3.2
18252024-09-16T14:03:37.593Z Checking either v1.13.0
18262024-09-16T14:03:37.655Z Checking adler2 v2.0.0
18272024-09-16T14:03:37.781Z Checking winnow v0.5.40
18282024-09-16T14:03:37.845Z Checking addr2line v0.21.0
18292024-09-16T14:03:37.869Z Checking rustc-demangle v0.1.24
18302024-09-16T14:03:37.916Z Checking miniz_oxide v0.8.0
18312024-09-16T14:03:38.217Z Checking smoltcp v0.9.1
18322024-09-16T14:03:38.270Z Checking clap_builder v4.5.15
18332024-09-16T14:03:38.547Z Checking rustls-pemfile v1.0.4
18342024-09-16T14:03:38.698Z Checking sec1 v0.7.3
18352024-09-16T14:03:39.022Z Checking tower v0.4.13
18362024-09-16T14:03:39.434Z Checking group v0.13.0
18372024-09-16T14:03:39.615Z Checking phf v0.11.2
18382024-09-16T14:03:39.642Z Checking cookie_store v0.20.0
18392024-09-16T14:03:39.866Z Checking postgres-types v0.2.7
18402024-09-16T14:03:40.223Z Checking num-bigint-dig v0.8.4
18412024-09-16T14:03:40.255Z Checking toml_edit v0.19.15
18422024-09-16T14:03:40.299Z Checking hyper v0.14.30
18432024-09-16T14:03:40.478Z Checking bstr v1.9.1
18442024-09-16T14:03:40.813Z Checking regex v1.10.6
18452024-09-16T14:03:40.940Z Checking hyper v1.4.1
18462024-09-16T14:03:41.255Z Checking pkcs1 v0.7.5
18472024-09-16T14:03:41.333Z Checking futures-executor v0.3.30
18482024-09-16T14:03:41.456Z Checking usdt-impl v0.5.0
18492024-09-16T14:03:41.528Z Checking phf_shared v0.10.0
18502024-09-16T14:03:41.593Z Checking serde_urlencoded v0.7.1
18512024-09-16T14:03:41.767Z Checking zerocopy v0.6.6
18522024-09-16T14:03:41.872Z Checking backtrace v0.3.71
18532024-09-16T14:03:41.901Z Checking float-cmp v0.9.0
18542024-09-16T14:03:41.939Z Checking hubpack v0.1.2
18552024-09-16T14:03:41.963Z Checking serde-big-array v0.5.1
18562024-09-16T14:03:42.065Z Checking signal-hook v0.3.17
18572024-09-16T14:03:42.139Z Checking crossbeam-utils v0.8.19
18582024-09-16T14:03:42.201Z Checking crc32fast v1.4.0
18592024-09-16T14:03:42.244Z Checking idna v0.4.0
18602024-09-16T14:03:42.357Z Checking hkdf v0.12.4
18612024-09-16T14:03:42.381Z Checking signature v2.2.0
18622024-09-16T14:03:42.408Z Checking crypto-bigint v0.5.5
18632024-09-16T14:03:42.434Z Checking memmap v0.7.0
18642024-09-16T14:03:42.540Z Checking mio v0.8.11
18652024-09-16T14:03:42.564Z Checking encoding_rs v0.8.34
18662024-09-16T14:03:42.606Z Checking mime v0.3.17
18672024-09-16T14:03:42.630Z Checking minimal-lexical v0.2.1
18682024-09-16T14:03:42.717Z Checking unicode-segmentation v1.11.0
18692024-09-16T14:03:42.873Z Checking data-encoding v2.6.0
18702024-09-16T14:03:42.898Z Checking precomputed-hash v0.1.1
18712024-09-16T14:03:42.957Z Checking static_assertions v1.1.0
18722024-09-16T14:03:42.989Z Checking predicates-core v1.0.6
18732024-09-16T14:03:43.047Z Checking fixedbitset v0.4.2
18742024-09-16T14:03:43.076Z Checking sync_wrapper v0.1.2
18752024-09-16T14:03:43.151Z Checking unicode-width v0.1.13
18762024-09-16T14:03:43.194Z Checking new_debug_unreachable v1.0.6
18772024-09-16T14:03:43.242Z Checking whoami v1.5.1
18782024-09-16T14:03:43.283Z Checking webpki-roots v0.25.4
18792024-09-16T14:03:43.307Z Checking bit-vec v0.6.3
18802024-09-16T14:03:43.332Z Checking normalize-line-endings v0.3.0
18812024-09-16T14:03:43.424Z Checking winnow v0.6.18
18822024-09-16T14:03:43.448Z Checking difflib v0.4.0
18832024-09-16T14:03:43.448Z Checking dyn-clone v1.0.17
18842024-09-16T14:03:43.504Z Checking tokio-postgres v0.7.11
18852024-09-16T14:03:43.585Z Checking schemars v0.8.21
18862024-09-16T14:03:43.609Z Checking bit-set v0.5.3
18872024-09-16T14:03:43.718Z Checking predicates v3.1.2
18882024-09-16T14:03:43.834Z Checking hickory-proto v0.24.1
18892024-09-16T14:03:44.303Z Checking console v0.15.8
18902024-09-16T14:03:44.393Z Checking petgraph v0.6.5
18912024-09-16T14:03:44.725Z Checking elliptic-curve v0.13.8
18922024-09-16T14:03:44.796Z Checking string_cache v0.8.7
18932024-09-16T14:03:44.905Z Checking similar v2.6.0
18942024-09-16T14:03:45.057Z Checking signal-hook-mio v0.2.4
18952024-09-16T14:03:45.181Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ca9f20e32acade9d15fb8d70405a6ef406c719cc#ca9f20e3)
18962024-09-16T14:03:45.299Z Checking nom v7.1.3
18972024-09-16T14:03:45.357Z Checking hyper-rustls v0.24.2
18982024-09-16T14:03:45.604Z Checking hyper-tls v0.5.0
18992024-09-16T14:03:45.654Z Checking crossbeam-epoch v0.9.18
19002024-09-16T14:03:45.810Z Checking toml_edit v0.22.20
19012024-09-16T14:03:45.849Z Checking reqwest v0.11.27
19022024-09-16T14:03:45.905Z Checking usdt v0.5.0
19032024-09-16T14:03:46.032Z Checking hyper-util v0.1.3
19042024-09-16T14:03:46.129Z Checking rsa v0.9.6
19052024-09-16T14:03:46.978Z Checking flate2 v1.0.33
19062024-09-16T14:03:47.151Z Checking anyhow v1.0.86
19072024-09-16T14:03:47.241Z Checking toml v0.7.8
19082024-09-16T14:03:47.465Z Checking futures v0.3.30
19092024-09-16T14:03:47.500Z Checking clap v4.5.16
19102024-09-16T14:03:47.530Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19112024-09-16T14:03:47.554Z Checking itertools v0.10.5
19122024-09-16T14:03:47.578Z Checking itertools v0.12.1
19132024-09-16T14:03:47.602Z Checking tokio-stream v0.1.15
19142024-09-16T14:03:47.626Z Checking fs-err v2.11.0
19152024-09-16T14:03:47.626Z Checking slog v2.7.0
19162024-09-16T14:03:47.839Z Checking openapiv3 v2.0.0
19172024-09-16T14:03:47.921Z Checking semver v1.0.23
19182024-09-16T14:03:48.030Z Checking hex v0.4.3
19192024-09-16T14:03:48.055Z Checking sha1 v0.10.6
19202024-09-16T14:03:48.278Z Checking lalrpop-util v0.19.12
19212024-09-16T14:03:48.302Z Checking peg-runtime v0.8.3
19222024-09-16T14:03:48.302Z Checking camino v1.1.9
19232024-09-16T14:03:48.442Z Checking sigpipe v0.1.3
19242024-09-16T14:03:50.602Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19252024-09-16T14:03:51.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.13s
19262024-09-16T14:03:51.141Z
19272024-09-16T14:03:51.141Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158)
19282024-09-16T14:03:51.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292024-09-16T14:03:51.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302024-09-16T14:03:52.066Z Compiling regress v0.9.1
19312024-09-16T14:03:52.096Z Checking strum v0.26.3
19322024-09-16T14:03:52.124Z Checking heck v0.5.0
19332024-09-16T14:03:52.148Z Compiling getopts v0.2.21
19342024-09-16T14:03:52.172Z Checking dirs-sys-next v0.1.2
19352024-09-16T14:03:52.196Z Compiling unsafe-libyaml v0.2.11
19362024-09-16T14:03:52.236Z Checking thread_local v1.1.8
19372024-09-16T14:03:52.292Z Checking rustls-pki-types v1.7.0
19382024-09-16T14:03:52.318Z Checking dirs-next v2.0.0
19392024-09-16T14:03:52.431Z Compiling ident_case v1.0.1
19402024-09-16T14:03:52.474Z Checking term v0.7.0
19412024-09-16T14:03:52.498Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19422024-09-16T14:03:52.601Z Compiling darling_core v0.20.9
19432024-09-16T14:03:52.665Z Checking crossbeam-channel v0.5.12
19442024-09-16T14:03:52.756Z Checking is-terminal v0.4.12
19452024-09-16T14:03:52.843Z Checking atty v0.2.14
19462024-09-16T14:03:52.867Z Checking take_mut v0.2.2
19472024-09-16T14:03:52.950Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19482024-09-16T14:03:52.974Z Checking utf-8 v0.7.6
19492024-09-16T14:03:52.999Z Checking termcolor v1.4.1
19502024-09-16T14:03:53.145Z Compiling rustls v0.22.4
19512024-09-16T14:03:53.245Z Compiling serde_yaml v0.9.34+deprecated
19522024-09-16T14:03:53.283Z Compiling paste v1.0.15
19532024-09-16T14:03:53.354Z Checking humantime v2.1.0
19542024-09-16T14:03:53.406Z Checking slog-async v2.8.0
19552024-09-16T14:03:53.597Z Checking env_logger v0.9.3
19562024-09-16T14:03:53.678Z Checking slog-term v2.9.1
19572024-09-16T14:03:53.752Z Checking rustls-webpki v0.102.4
19582024-09-16T14:03:53.810Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19592024-09-16T14:03:53.980Z Compiling proc-macro-crate v1.3.1
19602024-09-16T14:03:54.102Z Compiling bitstruct_derive v0.1.0
19612024-09-16T14:03:54.126Z Compiling structmeta-derive v0.3.0
19622024-09-16T14:03:54.389Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19632024-09-16T14:03:54.494Z Compiling multer v3.1.0
19642024-09-16T14:03:54.753Z Checking match_cfg v0.1.0
19652024-09-16T14:03:54.801Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19662024-09-16T14:03:54.852Z Checking ascii v1.1.0
19672024-09-16T14:03:54.916Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19682024-09-16T14:03:55.197Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19692024-09-16T14:03:55.252Z Checking bitstruct v0.1.1
19702024-09-16T14:03:55.371Z Compiling num_enum_derive v0.5.11
19712024-09-16T14:03:55.919Z Checking hostname v0.3.1
19722024-09-16T14:03:56.098Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19732024-09-16T14:03:56.237Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19742024-09-16T14:03:56.549Z Compiling structmeta v0.3.0
19752024-09-16T14:03:56.704Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19762024-09-16T14:03:56.751Z Checking slog-json v2.6.1
19772024-09-16T14:03:56.923Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19782024-09-16T14:03:56.947Z Checking erased-serde v0.3.31
19792024-09-16T14:03:56.974Z Checking serde_arrays v0.1.0
19802024-09-16T14:03:57.107Z Compiling async-stream-impl v0.3.5
19812024-09-16T14:03:57.166Z Compiling foreign-types-macros v0.2.3
19822024-09-16T14:03:57.455Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19832024-09-16T14:03:57.479Z Checking arc-swap v1.7.1
19842024-09-16T14:03:57.686Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19852024-09-16T14:03:57.820Z Checking foreign-types-shared v0.3.1
19862024-09-16T14:03:57.844Z Checking slog-scope v4.4.0
19872024-09-16T14:03:57.926Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19882024-09-16T14:03:58.010Z Checking num_enum v0.5.11
19892024-09-16T14:03:58.034Z Checking slog-bunyan v2.5.0
19902024-09-16T14:03:58.153Z Compiling parse-display-derive v0.10.0
19912024-09-16T14:03:58.181Z Compiling proc-macro-error v1.0.4
19922024-09-16T14:03:58.209Z Checking foreign-types v0.5.0
19932024-09-16T14:03:58.233Z Checking async-stream v0.3.5
19942024-09-16T14:03:58.423Z Compiling darling_macro v0.20.9
19952024-09-16T14:03:58.535Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19962024-09-16T14:03:58.648Z Checking toml v0.8.19
19972024-09-16T14:03:58.781Z Checking tungstenite v0.20.1
19982024-09-16T14:03:58.805Z Checking rustls-pemfile v2.1.3
19992024-09-16T14:03:59.005Z Checking waitgroup v0.1.2
20002024-09-16T14:03:59.127Z Compiling heck v0.3.3
20012024-09-16T14:03:59.186Z Checking tokio-rustls v0.25.0
20022024-09-16T14:03:59.229Z Compiling darling v0.20.9
20032024-09-16T14:03:59.299Z Checking newtype-uuid v1.1.0
20042024-09-16T14:03:59.337Z Compiling serde_with_macros v3.9.0
20052024-09-16T14:03:59.506Z Checking ipnetwork v0.20.0
20062024-09-16T14:03:59.530Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
20072024-09-16T14:03:59.530Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
20082024-09-16T14:03:59.555Z Checking serde_path_to_error v0.1.16
20092024-09-16T14:03:59.817Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20102024-09-16T14:04:00.138Z Checking hostname v0.4.0
20112024-09-16T14:04:00.260Z Checking cstr-argument v0.1.2
20122024-09-16T14:04:00.299Z Checking instant v0.1.12
20132024-09-16T14:04:00.407Z Checking pretty-hex v0.2.1
20142024-09-16T14:04:00.431Z Checking fastrand v2.1.0
20152024-09-16T14:04:00.484Z Checking debug-ignore v1.0.5
20162024-09-16T14:04:00.552Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
20172024-09-16T14:04:00.612Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20182024-09-16T14:04:00.716Z Checking tempfile v3.10.1
20192024-09-16T14:04:00.820Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20202024-09-16T14:04:00.851Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20212024-09-16T14:04:00.945Z Checking backoff v0.4.0
20222024-09-16T14:04:01.125Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20232024-09-16T14:04:01.171Z Checking tokio-tungstenite v0.20.1
20242024-09-16T14:04:01.195Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20252024-09-16T14:04:01.383Z Compiling zone_cfg_derive v0.1.2
20262024-09-16T14:04:01.415Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20272024-09-16T14:04:01.572Z Checking slog-stdlog v4.1.1
20282024-09-16T14:04:01.714Z Checking serde_with v3.9.0
20292024-09-16T14:04:01.739Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20302024-09-16T14:04:01.869Z Checking tungstenite v0.21.0
20312024-09-16T14:04:02.027Z Checking parse-display v0.10.0
20322024-09-16T14:04:02.082Z Checking colored v2.1.0
20332024-09-16T14:04:02.229Z Checking macaddr v1.0.1
20342024-09-16T14:04:02.341Z Checking socket2 v0.4.10
20352024-09-16T14:04:02.513Z Checking base64 v0.13.1
20362024-09-16T14:04:02.625Z Checking zone v0.1.8
20372024-09-16T14:04:02.649Z Checking tokio-tungstenite v0.21.0
20382024-09-16T14:04:02.853Z Checking ron v0.7.1
20392024-09-16T14:04:03.057Z Checking slog-envlogger v2.2.0
20402024-09-16T14:04:03.184Z Checking pem v3.0.4
20412024-09-16T14:04:03.278Z Checking tabwriter v1.4.0
20422024-09-16T14:04:03.442Z Checking xattr v1.3.1
20432024-09-16T14:04:03.516Z Checking portpicker v0.1.1
20442024-09-16T14:04:03.632Z Checking yasna v0.5.2
20452024-09-16T14:04:03.665Z Checking headers-core v0.2.0
20462024-09-16T14:04:03.831Z Checking smf v0.2.3
20472024-09-16T14:04:03.913Z Checking filetime v0.2.25
20482024-09-16T14:04:04.140Z Checking same-file v1.0.6
20492024-09-16T14:04:04.253Z Checking tar v0.4.41
20502024-09-16T14:04:04.289Z Checking headers v0.3.9
20512024-09-16T14:04:04.315Z Checking walkdir v2.5.0
20522024-09-16T14:04:04.478Z Checking rcgen v0.12.1
20532024-09-16T14:04:04.505Z Checking camino-tempfile v1.1.1
20542024-09-16T14:04:04.590Z Checking atomicwrites v0.4.3
20552024-09-16T14:04:04.776Z Checking subprocess v0.2.9
20562024-09-16T14:04:05.502Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20572024-09-16T14:04:05.755Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20582024-09-16T14:04:07.948Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20592024-09-16T14:04:10.406Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20602024-09-16T14:04:10.505Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20612024-09-16T14:04:14.695Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20622024-09-16T14:04:22.181Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20632024-09-16T14:04:22.348Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
20642024-09-16T14:04:22.372Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20652024-09-16T14:04:25.556Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20662024-09-16T14:04:26.030Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20672024-09-16T14:04:33.505Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20682024-09-16T14:04:35.386Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20692024-09-16T14:04:36.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.62s
20702024-09-16T14:04:36.915Z
20712024-09-16T14:04:36.915Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158)
20722024-09-16T14:04:37.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732024-09-16T14:04:37.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742024-09-16T14:04:37.860Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20752024-09-16T14:04:39.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
20762024-09-16T14:04:39.526Z
20772024-09-16T14:04:39.526Zinfo: running `cargo check --bins` on nexus-config (31/158)
20782024-09-16T14:04:40.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792024-09-16T14:04:40.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802024-09-16T14:04:40.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812024-09-16T14:04:40.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
20822024-09-16T14:04:40.384Z
20832024-09-16T14:04:40.384Zinfo: running `cargo check --bins` on omicron-rpaths (32/158)
20842024-09-16T14:04:41.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852024-09-16T14:04:41.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862024-09-16T14:04:41.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872024-09-16T14:04:41.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
20882024-09-16T14:04:41.224Z
20892024-09-16T14:04:41.224Zinfo: running `cargo check --bins` on omicron-certificates (33/158)
20902024-09-16T14:04:42.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912024-09-16T14:04:42.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922024-09-16T14:04:42.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932024-09-16T14:04:42.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
20942024-09-16T14:04:42.098Z
20952024-09-16T14:04:42.098Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/158)
20962024-09-16T14:04:42.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972024-09-16T14:04:42.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982024-09-16T14:04:42.991Z Compiling heapless v0.8.0
20992024-09-16T14:04:43.015Z Checking hash32 v0.3.1
21002024-09-16T14:04:43.039Z Compiling smoltcp v0.11.0
21012024-09-16T14:04:43.063Z Checking cobs v0.2.3
21022024-09-16T14:04:43.063Z Checking embedded-io v0.4.0
21032024-09-16T14:04:43.088Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21042024-09-16T14:04:43.088Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21052024-09-16T14:04:43.112Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21062024-09-16T14:04:43.183Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
21072024-09-16T14:04:43.227Z Compiling crucible-workspace-hack v0.1.0
21082024-09-16T14:04:43.251Z Checking postcard v1.0.8
21092024-09-16T14:04:43.323Z Checking newline-converter v0.3.0
21102024-09-16T14:04:43.409Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21112024-09-16T14:04:43.460Z Compiling convert_case v0.4.0
21122024-09-16T14:04:43.484Z Checking expectorate v1.1.0
21132024-09-16T14:04:43.624Z Compiling zone_cfg_derive v0.3.0
21142024-09-16T14:04:43.665Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21152024-09-16T14:04:43.697Z Compiling num-derive v0.4.2
21162024-09-16T14:04:43.858Z Compiling slog-dtrace v0.3.0
21172024-09-16T14:04:43.905Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21182024-09-16T14:04:43.966Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21192024-09-16T14:04:44.313Z Compiling derive_more v0.99.18
21202024-09-16T14:04:44.791Z Checking zone v0.3.0
21212024-09-16T14:04:45.276Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
21222024-09-16T14:04:47.004Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21232024-09-16T14:04:48.077Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21242024-09-16T14:04:48.810Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21252024-09-16T14:04:49.381Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21262024-09-16T14:04:49.859Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21272024-09-16T14:04:51.520Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21282024-09-16T14:04:52.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.31s
21292024-09-16T14:04:52.562Z
21302024-09-16T14:04:52.562Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/158)
21312024-09-16T14:04:53.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322024-09-16T14:04:53.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332024-09-16T14:04:53.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342024-09-16T14:04:53.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
21352024-09-16T14:04:53.452Z
21362024-09-16T14:04:53.452Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/158)
21372024-09-16T14:04:54.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382024-09-16T14:04:54.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392024-09-16T14:04:54.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402024-09-16T14:04:54.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
21412024-09-16T14:04:54.360Z
21422024-09-16T14:04:54.361Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158)
21432024-09-16T14:04:55.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442024-09-16T14:04:55.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452024-09-16T14:04:55.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462024-09-16T14:04:55.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
21472024-09-16T14:04:55.378Z
21482024-09-16T14:04:55.378Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158)
21492024-09-16T14:04:56.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502024-09-16T14:04:56.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512024-09-16T14:04:56.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522024-09-16T14:04:56.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
21532024-09-16T14:04:56.426Z
21542024-09-16T14:04:56.426Zinfo: running `cargo check --bins` on dns-server (39/158)
21552024-09-16T14:04:57.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562024-09-16T14:04:57.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572024-09-16T14:04:57.315Z Compiling parking_lot_core v0.8.6
21582024-09-16T14:04:57.339Z Checking nibble_vec v0.1.0
21592024-09-16T14:04:57.339Z Checking linked-hash-map v0.5.6
21602024-09-16T14:04:57.339Z Checking quick-error v1.2.3
21612024-09-16T14:04:57.339Z Checking endian-type v0.1.2
21622024-09-16T14:04:57.363Z Checking fxhash v0.2.1
21632024-09-16T14:04:57.388Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21642024-09-16T14:04:57.413Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21652024-09-16T14:04:57.507Z Checking resolv-conf v0.7.0
21662024-09-16T14:04:57.532Z Checking hickory-server v0.24.1
21672024-09-16T14:04:57.556Z Checking radix_trie v0.2.1
21682024-09-16T14:04:57.660Z Checking lru-cache v0.1.2
21692024-09-16T14:04:57.822Z Checking hickory-resolver v0.24.1
21702024-09-16T14:04:57.897Z Checking hickory-client v0.24.1
21712024-09-16T14:04:58.041Z Checking parking_lot v0.11.2
21722024-09-16T14:04:58.332Z Checking sled v0.34.7
21732024-09-16T14:05:00.517Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21742024-09-16T14:05:01.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s
21752024-09-16T14:05:02.050Z
21762024-09-16T14:05:02.050Zinfo: running `cargo check --bins` on dns-server-api (40/158)
21772024-09-16T14:05:02.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782024-09-16T14:05:02.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792024-09-16T14:05:02.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802024-09-16T14:05:02.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
21812024-09-16T14:05:02.933Z
21822024-09-16T14:05:02.933Zinfo: running `cargo check --bins` on dns-service-client (41/158)
21832024-09-16T14:05:03.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842024-09-16T14:05:03.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852024-09-16T14:05:03.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862024-09-16T14:05:03.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
21872024-09-16T14:05:03.802Z
21882024-09-16T14:05:03.802Zinfo: running `cargo check --bins` on gateway-test-utils (42/158)
21892024-09-16T14:05:04.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902024-09-16T14:05:04.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912024-09-16T14:05:04.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922024-09-16T14:05:04.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
21932024-09-16T14:05:04.755Z
21942024-09-16T14:05:04.755Zinfo: running `cargo check --bins` on gateway-types (43/158)
21952024-09-16T14:05:05.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962024-09-16T14:05:05.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972024-09-16T14:05:05.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982024-09-16T14:05:05.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
21992024-09-16T14:05:05.617Z
22002024-09-16T14:05:05.617Zinfo: running `cargo check --bins` on ipcc (44/158)
22012024-09-16T14:05:06.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022024-09-16T14:05:06.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032024-09-16T14:05:06.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042024-09-16T14:05:06.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
22052024-09-16T14:05:06.479Z
22062024-09-16T14:05:06.479Zinfo: running `cargo check --bins` on omicron-gateway (45/158)
22072024-09-16T14:05:07.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082024-09-16T14:05:07.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092024-09-16T14:05:07.435Z Compiling rustls-pki-types v1.7.0
22102024-09-16T14:05:07.459Z Compiling match_cfg v0.1.0
22112024-09-16T14:05:07.459Z Checking num-rational v0.4.2
22122024-09-16T14:05:07.459Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
22132024-09-16T14:05:07.459Z Compiling slog-json v2.6.1
22142024-09-16T14:05:07.483Z Checking num-complex v0.4.6
22152024-09-16T14:05:07.509Z Compiling prettyplease v0.2.20
22162024-09-16T14:05:07.560Z Compiling async-stream v0.3.5
22172024-09-16T14:05:07.595Z Compiling hostname v0.3.1
22182024-09-16T14:05:07.797Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
22192024-09-16T14:05:07.833Z Compiling slog-bunyan v2.5.0
22202024-09-16T14:05:07.857Z Compiling rustls-webpki v0.102.4
22212024-09-16T14:05:07.857Z Compiling rustls-pemfile v2.1.3
22222024-09-16T14:05:07.892Z Compiling multer v3.1.0
22232024-09-16T14:05:08.015Z Compiling toml v0.8.19
22242024-09-16T14:05:08.039Z Compiling waitgroup v0.1.2
22252024-09-16T14:05:08.039Z Compiling newtype-uuid v1.1.0
22262024-09-16T14:05:08.150Z Compiling ipnetwork v0.20.0
22272024-09-16T14:05:08.239Z Compiling serde_path_to_error v0.1.16
22282024-09-16T14:05:08.285Z Checking num v0.4.3
22292024-09-16T14:05:08.309Z Compiling hostname v0.4.0
22302024-09-16T14:05:08.335Z Compiling instant v0.1.12
22312024-09-16T14:05:08.386Z Checking float-ord v0.3.2
22322024-09-16T14:05:08.476Z Compiling radium v0.7.0
22332024-09-16T14:05:08.516Z Compiling debug-ignore v1.0.5
22342024-09-16T14:05:08.541Z Compiling semver v0.1.20
22352024-09-16T14:05:08.659Z Compiling rustls v0.22.4
22362024-09-16T14:05:08.827Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22372024-09-16T14:05:08.925Z Compiling rustc_version v0.1.7
22382024-09-16T14:05:08.976Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22392024-09-16T14:05:09.000Z Compiling backoff v0.4.0
22402024-09-16T14:05:09.130Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22412024-09-16T14:05:09.290Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
22422024-09-16T14:05:09.360Z Compiling parse-display v0.10.0
22432024-09-16T14:05:09.427Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22442024-09-16T14:05:09.502Z Compiling serde_with v3.9.0
22452024-09-16T14:05:09.584Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22462024-09-16T14:05:09.738Z Compiling macaddr v1.0.1
22472024-09-16T14:05:09.970Z Compiling maybe-uninit v2.0.0
22482024-09-16T14:05:10.129Z Checking tap v1.0.1
22492024-09-16T14:05:10.272Z Checking wyz v0.5.1
22502024-09-16T14:05:10.485Z Compiling newtype_derive v0.1.6
22512024-09-16T14:05:10.595Z Checking password-hash v0.5.0
22522024-09-16T14:05:10.732Z Checking blake2 v0.10.6
22532024-09-16T14:05:10.902Z Compiling bzip2-sys v0.1.11+1.0.8
22542024-09-16T14:05:10.975Z Checking crc-catalog v2.4.0
22552024-09-16T14:05:11.064Z Checking funty v2.0.0
22562024-09-16T14:05:11.098Z Compiling cancel-safe-futures v0.1.5
22572024-09-16T14:05:11.261Z Compiling packed_struct v0.10.1
22582024-09-16T14:05:11.457Z Checking argon2 v0.5.3
22592024-09-16T14:05:11.558Z Checking crc v3.2.1
22602024-09-16T14:05:11.825Z Checking bitvec v1.0.1
22612024-09-16T14:05:11.914Z Compiling packed_struct_codegen v0.10.1
22622024-09-16T14:05:12.050Z Checking half v2.4.1
22632024-09-16T14:05:12.446Z Compiling tokio-rustls v0.25.0
22642024-09-16T14:05:12.619Z Compiling cookie v0.18.1
22652024-09-16T14:05:12.742Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
22662024-09-16T14:05:12.796Z Compiling indexmap v1.9.3
22672024-09-16T14:05:12.880Z Checking ciborium-io v0.2.2
22682024-09-16T14:05:12.987Z Checking nodrop v0.1.14
22692024-09-16T14:05:13.057Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22702024-09-16T14:05:13.102Z Checking array-init v0.0.4
22712024-09-16T14:05:13.354Z Checking ciborium-ll v0.2.2
22722024-09-16T14:05:13.802Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22732024-09-16T14:05:13.921Z Checking smallvec v0.6.14
22742024-09-16T14:05:14.153Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22752024-09-16T14:05:14.351Z Checking libsw v3.3.1
22762024-09-16T14:05:14.570Z Compiling derive-where v1.2.7
22772024-09-16T14:05:14.594Z Compiling memoffset v0.9.1
22782024-09-16T14:05:14.726Z Checking hashbrown v0.12.3
22792024-09-16T14:05:14.900Z Checking highway v1.2.0
22802024-09-16T14:05:15.172Z Checking bitfield v0.14.0
22812024-09-16T14:05:15.263Z Checking linear-map v1.2.0
22822024-09-16T14:05:15.401Z Checking swrite v0.1.0
22832024-09-16T14:05:15.511Z Checking indent_write v2.2.0
22842024-09-16T14:05:15.558Z Checking owo-colors v4.0.0
22852024-09-16T14:05:15.591Z Checking env_logger v0.10.2
22862024-09-16T14:05:15.695Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22872024-09-16T14:05:15.946Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22882024-09-16T14:05:16.364Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22892024-09-16T14:05:16.775Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22902024-09-16T14:05:16.885Z Checking serde-hex v0.1.0
22912024-09-16T14:05:16.919Z Checking steno v0.4.1
22922024-09-16T14:05:16.990Z Checking bzip2 v0.4.4
22932024-09-16T14:05:17.093Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22942024-09-16T14:05:17.572Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22952024-09-16T14:05:17.596Z Checking ciborium v0.2.2
22962024-09-16T14:05:17.784Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22972024-09-16T14:05:17.997Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22982024-09-16T14:05:18.408Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22992024-09-16T14:05:18.857Z Checking ron v0.8.1
23002024-09-16T14:05:19.326Z Checking x509-cert v0.2.5
23012024-09-16T14:05:19.902Z Checking hashbrown v0.13.2
23022024-09-16T14:05:20.003Z Checking crc-any v2.5.0
23032024-09-16T14:05:20.111Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23042024-09-16T14:05:20.136Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23052024-09-16T14:05:20.313Z Checking zip v0.6.6
23062024-09-16T14:05:20.435Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ca9f20e32acade9d15fb8d70405a6ef406c719cc#ca9f20e3)
23072024-09-16T14:05:20.628Z Checking path-slash v0.1.5
23082024-09-16T14:05:20.658Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23092024-09-16T14:05:20.753Z Checking object v0.30.4
23102024-09-16T14:05:20.777Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23112024-09-16T14:05:20.777Z Checking nix v0.27.1
23122024-09-16T14:05:20.897Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23132024-09-16T14:05:21.110Z Checking kstat-rs v0.2.4
23142024-09-16T14:05:21.387Z Checking signal-hook-tokio v0.3.1
23152024-09-16T14:05:21.604Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23162024-09-16T14:05:23.002Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23172024-09-16T14:05:25.846Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23182024-09-16T14:05:27.445Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
23192024-09-16T14:05:30.859Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23202024-09-16T14:05:33.518Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23212024-09-16T14:05:34.374Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23222024-09-16T14:05:34.669Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23232024-09-16T14:05:40.111Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23242024-09-16T14:05:40.876Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23252024-09-16T14:05:44.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.80s
23262024-09-16T14:05:44.445Z
23272024-09-16T14:05:44.445Zinfo: running `cargo check --bins` on gateway-api (46/158)
23282024-09-16T14:05:45.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23292024-09-16T14:05:45.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23302024-09-16T14:05:45.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23312024-09-16T14:05:45.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23322024-09-16T14:05:45.311Z
23332024-09-16T14:05:45.311Zinfo: running `cargo check --bins` on oximeter (47/158)
23342024-09-16T14:05:46.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23352024-09-16T14:05:46.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23362024-09-16T14:05:46.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23372024-09-16T14:05:46.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23382024-09-16T14:05:46.180Z
23392024-09-16T14:05:46.180Zinfo: running `cargo check --bins` on oximeter-macro-impl (48/158)
23402024-09-16T14:05:46.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23412024-09-16T14:05:46.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23422024-09-16T14:05:46.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23432024-09-16T14:05:46.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
23442024-09-16T14:05:47.024Z
23452024-09-16T14:05:47.024Zinfo: running `cargo check --bins` on oximeter-schema (49/158)
23462024-09-16T14:05:47.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23472024-09-16T14:05:47.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23482024-09-16T14:05:47.895Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23492024-09-16T14:05:48.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
23502024-09-16T14:05:48.463Z
23512024-09-16T14:05:48.463Zinfo: running `cargo check --bins` on oximeter-types (50/158)
23522024-09-16T14:05:49.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23532024-09-16T14:05:49.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23542024-09-16T14:05:49.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23552024-09-16T14:05:49.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
23562024-09-16T14:05:49.348Z
23572024-09-16T14:05:49.348Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (51/158)
23582024-09-16T14:05:50.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23592024-09-16T14:05:50.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23602024-09-16T14:05:50.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23612024-09-16T14:05:50.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
23622024-09-16T14:05:50.219Z
23632024-09-16T14:05:50.219Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158)
23642024-09-16T14:05:50.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23652024-09-16T14:05:51.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23662024-09-16T14:05:51.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23672024-09-16T14:05:51.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
23682024-09-16T14:05:51.066Z
23692024-09-16T14:05:51.066Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158)
23702024-09-16T14:05:51.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23712024-09-16T14:05:51.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23722024-09-16T14:05:51.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23732024-09-16T14:05:51.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23742024-09-16T14:05:51.928Z
23752024-09-16T14:05:51.928Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158)
23762024-09-16T14:05:52.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23772024-09-16T14:05:52.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23782024-09-16T14:05:52.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23792024-09-16T14:05:52.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23802024-09-16T14:05:52.791Z
23812024-09-16T14:05:52.791Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158)
23822024-09-16T14:05:53.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23832024-09-16T14:05:53.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23842024-09-16T14:05:53.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23852024-09-16T14:05:53.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23862024-09-16T14:05:53.650Z
23872024-09-16T14:05:53.650Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158)
23882024-09-16T14:05:54.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23892024-09-16T14:05:54.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23902024-09-16T14:05:54.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23912024-09-16T14:05:54.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
23922024-09-16T14:05:54.543Z
23932024-09-16T14:05:54.543Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158)
23942024-09-16T14:05:55.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23952024-09-16T14:05:55.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23962024-09-16T14:05:55.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23972024-09-16T14:05:55.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23982024-09-16T14:05:55.407Z
23992024-09-16T14:05:55.407Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158)
24002024-09-16T14:05:56.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24012024-09-16T14:05:56.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24022024-09-16T14:05:56.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24032024-09-16T14:05:56.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
24042024-09-16T14:05:56.265Z
24052024-09-16T14:05:56.265Zinfo: running `cargo check --bins` on oximeter-producer (59/158)
24062024-09-16T14:05:57.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24072024-09-16T14:05:57.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24082024-09-16T14:05:57.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24092024-09-16T14:05:57.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
24102024-09-16T14:05:57.163Z
24112024-09-16T14:05:57.163Zinfo: running `cargo check --bins` on internal-dns (60/158)
24122024-09-16T14:05:57.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24132024-09-16T14:05:57.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24142024-09-16T14:05:57.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24152024-09-16T14:05:57.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
24162024-09-16T14:05:58.034Z
24172024-09-16T14:05:58.034Zinfo: running `cargo check --bins` on nexus-client (61/158)
24182024-09-16T14:05:58.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24192024-09-16T14:05:58.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24202024-09-16T14:05:58.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24212024-09-16T14:05:58.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
24222024-09-16T14:05:58.942Z
24232024-09-16T14:05:58.942Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (62/158)
24242024-09-16T14:05:59.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24252024-09-16T14:05:59.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24262024-09-16T14:05:59.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24272024-09-16T14:05:59.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
24282024-09-16T14:05:59.828Z
24292024-09-16T14:05:59.828Zinfo: running `cargo check --bins` on omicron-passwords (63/158)
24302024-09-16T14:06:00.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24312024-09-16T14:06:00.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24322024-09-16T14:06:00.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24332024-09-16T14:06:00.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
24342024-09-16T14:06:00.670Z
24352024-09-16T14:06:00.671Zinfo: running `cargo check --bins` on nexus-types (64/158)
24362024-09-16T14:06:01.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24372024-09-16T14:06:01.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24382024-09-16T14:06:01.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24392024-09-16T14:06:01.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
24402024-09-16T14:06:01.569Z
24412024-09-16T14:06:01.569Zinfo: running `cargo check --bins` on gateway-client (65/158)
24422024-09-16T14:06:02.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24432024-09-16T14:06:02.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24442024-09-16T14:06:02.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24452024-09-16T14:06:02.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
24462024-09-16T14:06:02.418Z
24472024-09-16T14:06:02.418Zinfo: running `cargo check --bins` on oxql-types (66/158)
24482024-09-16T14:06:03.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24492024-09-16T14:06:03.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24502024-09-16T14:06:03.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24512024-09-16T14:06:03.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
24522024-09-16T14:06:03.289Z
24532024-09-16T14:06:03.289Zinfo: running `cargo check --bins` on update-engine (67/158)
24542024-09-16T14:06:04.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24552024-09-16T14:06:04.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24562024-09-16T14:06:04.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24572024-09-16T14:06:04.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
24582024-09-16T14:06:04.171Z
24592024-09-16T14:06:04.171Zinfo: running `cargo check --bins` on sp-sim (68/158)
24602024-09-16T14:06:04.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24612024-09-16T14:06:04.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24622024-09-16T14:06:05.059Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24632024-09-16T14:06:07.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
24642024-09-16T14:06:07.282Z
24652024-09-16T14:06:07.282Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (69/158)
24662024-09-16T14:06:08.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24672024-09-16T14:06:08.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24682024-09-16T14:06:08.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24692024-09-16T14:06:08.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
24702024-09-16T14:06:08.252Z
24712024-09-16T14:06:08.252Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (70/158)
24722024-09-16T14:06:09.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24732024-09-16T14:06:09.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24742024-09-16T14:06:09.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24752024-09-16T14:06:09.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
24762024-09-16T14:06:09.255Z
24772024-09-16T14:06:09.255Zinfo: running `cargo check --bins` on db-macros (71/158)
24782024-09-16T14:06:10.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24792024-09-16T14:06:10.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24802024-09-16T14:06:10.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24812024-09-16T14:06:10.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
24822024-09-16T14:06:10.101Z
24832024-09-16T14:06:10.101Zinfo: running `cargo check --bins` on nexus-macros-common (72/158)
24842024-09-16T14:06:10.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24852024-09-16T14:06:10.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24862024-09-16T14:06:10.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24872024-09-16T14:06:10.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
24882024-09-16T14:06:10.933Z
24892024-09-16T14:06:10.933Zinfo: running `cargo check --bins` on nexus-auth (73/158)
24902024-09-16T14:06:11.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24912024-09-16T14:06:11.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24922024-09-16T14:06:11.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24932024-09-16T14:06:11.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
24942024-09-16T14:06:11.830Z
24952024-09-16T14:06:11.830Zinfo: running `cargo check --bins` on authz-macros (74/158)
24962024-09-16T14:06:12.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24972024-09-16T14:06:12.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24982024-09-16T14:06:12.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24992024-09-16T14:06:12.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
25002024-09-16T14:06:12.655Z
25012024-09-16T14:06:12.655Zinfo: running `cargo check --bins` on nexus-db-fixed-data (75/158)
25022024-09-16T14:06:13.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25032024-09-16T14:06:13.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25042024-09-16T14:06:13.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25052024-09-16T14:06:13.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
25062024-09-16T14:06:13.558Z
25072024-09-16T14:06:13.558Zinfo: running `cargo check --bins` on nexus-db-model (76/158)
25082024-09-16T14:06:14.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25092024-09-16T14:06:14.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25102024-09-16T14:06:14.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25112024-09-16T14:06:14.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
25122024-09-16T14:06:14.478Z
25132024-09-16T14:06:14.478Zinfo: running `cargo check --bins` on nexus-defaults (77/158)
25142024-09-16T14:06:15.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25152024-09-16T14:06:15.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25162024-09-16T14:06:15.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25172024-09-16T14:06:15.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
25182024-09-16T14:06:15.338Z
25192024-09-16T14:06:15.339Zinfo: running `cargo check --bins` on sled-agent-client (78/158)
25202024-09-16T14:06:16.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25212024-09-16T14:06:16.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25222024-09-16T14:06:16.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25232024-09-16T14:06:16.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
25242024-09-16T14:06:16.199Z
25252024-09-16T14:06:16.199Zinfo: running `cargo check --bins` on nexus-inventory (79/158)
25262024-09-16T14:06:16.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272024-09-16T14:06:16.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282024-09-16T14:06:16.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25292024-09-16T14:06:16.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
25302024-09-16T14:06:17.039Z
25312024-09-16T14:06:17.039Zinfo: running `cargo check --bins` on typed-rng (80/158)
25322024-09-16T14:06:17.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332024-09-16T14:06:17.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342024-09-16T14:06:17.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25352024-09-16T14:06:17.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
25362024-09-16T14:06:17.872Z
25372024-09-16T14:06:17.872Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/158)
25382024-09-16T14:06:18.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392024-09-16T14:06:18.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402024-09-16T14:06:18.930Z Compiling rayon-core v1.12.1
25412024-09-16T14:06:18.954Z Compiling crossbeam-deque v0.8.5
25422024-09-16T14:06:18.954Z Compiling curve25519-dalek v4.1.3
25432024-09-16T14:06:18.954Z Compiling unicase v2.7.0
25442024-09-16T14:06:18.954Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25452024-09-16T14:06:18.954Z Checking keccak v0.1.5
25462024-09-16T14:06:18.954Z Compiling same-file v1.0.6
25472024-09-16T14:06:18.954Z Compiling tempfile v3.10.1
25482024-09-16T14:06:19.219Z Compiling walkdir v2.5.0
25492024-09-16T14:06:19.281Z Checking sha3 v0.10.8
25502024-09-16T14:06:19.307Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25512024-09-16T14:06:19.522Z Compiling thiserror-impl-no-std v2.0.2
25522024-09-16T14:06:19.587Z Checking universal-hash v0.5.1
25532024-09-16T14:06:19.621Z Checking secrecy v0.8.0
25542024-09-16T14:06:19.645Z Compiling ring v0.16.20
25552024-09-16T14:06:19.750Z Compiling blake3 v1.5.1
25562024-09-16T14:06:19.784Z Compiling curve25519-dalek-derive v0.1.1
25572024-09-16T14:06:19.811Z Checking opaque-debug v0.3.1
25582024-09-16T14:06:19.836Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25592024-09-16T14:06:19.868Z Checking chacha20 v0.9.1
25602024-09-16T14:06:19.917Z Checking poly1305 v0.8.0
25612024-09-16T14:06:20.110Z Compiling rayon v1.10.0
25622024-09-16T14:06:20.158Z Checking aead v0.5.2
25632024-09-16T14:06:20.333Z Compiling memmap2 v0.9.4
25642024-09-16T14:06:20.357Z Compiling spin v0.5.2
25652024-09-16T14:06:20.568Z Compiling home v0.5.9
25662024-09-16T14:06:20.732Z Compiling arrayvec v0.7.4
25672024-09-16T14:06:20.813Z Compiling constant_time_eq v0.3.0
25682024-09-16T14:06:20.837Z Compiling arrayref v0.3.7
25692024-09-16T14:06:20.888Z Compiling libefi-sys v0.1.0
25702024-09-16T14:06:20.927Z Compiling untrusted v0.7.1
25712024-09-16T14:06:20.984Z Compiling toolchain_find v0.4.0
25722024-09-16T14:06:21.098Z Checking chacha20poly1305 v0.10.1
25732024-09-16T14:06:21.271Z Compiling camino-tempfile v1.1.1
25742024-09-16T14:06:21.400Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25752024-09-16T14:06:21.561Z Compiling bitfield-struct v0.6.1
25762024-09-16T14:06:21.587Z Compiling topological-sort v0.2.2
25772024-09-16T14:06:21.672Z Compiling mime_guess v2.0.4
25782024-09-16T14:06:21.887Z Compiling rustfmt-wrapper v0.2.1
25792024-09-16T14:06:22.138Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
25802024-09-16T14:06:22.194Z Checking thiserror-no-std v2.0.2
25812024-09-16T14:06:22.300Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25822024-09-16T14:06:22.375Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25832024-09-16T14:06:22.492Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25842024-09-16T14:06:22.638Z Checking vsss-rs v3.3.4
25852024-09-16T14:06:22.756Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25862024-09-16T14:06:22.780Z Checking gethostname v0.5.0
25872024-09-16T14:06:22.804Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25882024-09-16T14:06:22.901Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
25892024-09-16T14:06:23.228Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25902024-09-16T14:06:23.307Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
25912024-09-16T14:06:23.492Z Checking nanorand v0.7.0
25922024-09-16T14:06:23.531Z Checking http-range v0.1.5
25932024-09-16T14:06:23.688Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25942024-09-16T14:06:23.821Z Checking glob v0.3.1
25952024-09-16T14:06:23.864Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25962024-09-16T14:06:24.068Z Checking flume v0.11.0
25972024-09-16T14:06:24.108Z Checking hyper-staticfile v0.9.5
25982024-09-16T14:06:24.431Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
25992024-09-16T14:06:24.455Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26002024-09-16T14:06:24.488Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26012024-09-16T14:06:24.684Z Compiling omicron-zone-package v0.11.0
26022024-09-16T14:06:24.828Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26032024-09-16T14:06:25.518Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26042024-09-16T14:06:25.613Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
26052024-09-16T14:06:26.014Z Checking itertools v0.13.0
26062024-09-16T14:06:26.344Z Checking display-error-chain v0.2.1
26072024-09-16T14:06:27.431Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26082024-09-16T14:06:28.504Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26092024-09-16T14:06:30.282Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26102024-09-16T14:06:30.282Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26112024-09-16T14:06:43.731Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26122024-09-16T14:06:58.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.35s
26132024-09-16T14:06:58.380Z
26142024-09-16T14:06:58.380Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/158)
26152024-09-16T14:06:59.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26162024-09-16T14:06:59.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26172024-09-16T14:06:59.387Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26182024-09-16T14:07:13.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.16s
26192024-09-16T14:07:13.714Z
26202024-09-16T14:07:13.714Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/158)
26212024-09-16T14:07:14.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222024-09-16T14:07:14.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232024-09-16T14:07:14.710Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26242024-09-16T14:07:29.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.81s
26252024-09-16T14:07:29.684Z
26262024-09-16T14:07:29.684Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/158)
26272024-09-16T14:07:30.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282024-09-16T14:07:30.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292024-09-16T14:07:30.666Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26302024-09-16T14:07:45.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.40s
26312024-09-16T14:07:45.257Z
26322024-09-16T14:07:45.257Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/158)
26332024-09-16T14:07:46.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342024-09-16T14:07:46.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352024-09-16T14:07:46.214Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26362024-09-16T14:08:01.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.03s
26372024-09-16T14:08:01.344Z
26382024-09-16T14:08:01.344Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/158)
26392024-09-16T14:08:01.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402024-09-16T14:08:01.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412024-09-16T14:08:01.448Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26422024-09-16T14:08:15.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.32s
26432024-09-16T14:08:15.947Z
26442024-09-16T14:08:15.948Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/158)
26452024-09-16T14:08:16.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462024-09-16T14:08:16.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472024-09-16T14:08:16.903Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26482024-09-16T14:08:31.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.20s
26492024-09-16T14:08:31.315Z
26502024-09-16T14:08:31.315Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/158)
26512024-09-16T14:08:32.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522024-09-16T14:08:32.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532024-09-16T14:08:32.300Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26542024-09-16T14:08:46.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.41s
26552024-09-16T14:08:46.895Z
26562024-09-16T14:08:46.895Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/158)
26572024-09-16T14:08:47.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582024-09-16T14:08:47.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592024-09-16T14:08:47.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602024-09-16T14:08:47.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
26612024-09-16T14:08:47.811Z
26622024-09-16T14:08:47.811Zinfo: running `cargo check --bins` on sled-agent-types (90/158)
26632024-09-16T14:08:48.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642024-09-16T14:08:48.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652024-09-16T14:08:48.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662024-09-16T14:08:48.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26672024-09-16T14:08:48.708Z
26682024-09-16T14:08:48.708Zinfo: running `cargo check --bins` on bootstrap-agent-client (91/158)
26692024-09-16T14:08:49.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702024-09-16T14:08:49.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712024-09-16T14:08:49.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722024-09-16T14:08:49.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
26732024-09-16T14:08:49.609Z
26742024-09-16T14:08:49.609Zinfo: running `cargo check --bins` on dpd-client (92/158)
26752024-09-16T14:08:50.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762024-09-16T14:08:50.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772024-09-16T14:08:50.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26782024-09-16T14:08:50.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
26792024-09-16T14:08:50.451Z
26802024-09-16T14:08:50.451Zinfo: running `cargo check --bins` on installinator-common (93/158)
26812024-09-16T14:08:51.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822024-09-16T14:08:51.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832024-09-16T14:08:51.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26842024-09-16T14:08:51.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
26852024-09-16T14:08:51.333Z
26862024-09-16T14:08:51.333Zinfo: running `cargo check --bins` on key-manager (94/158)
26872024-09-16T14:08:52.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882024-09-16T14:08:52.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892024-09-16T14:08:52.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26902024-09-16T14:08:52.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
26912024-09-16T14:08:52.210Z
26922024-09-16T14:08:52.210Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (95/158)
26932024-09-16T14:08:53.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26942024-09-16T14:08:53.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26952024-09-16T14:08:53.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26962024-09-16T14:08:53.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26972024-09-16T14:08:53.104Z
26982024-09-16T14:08:53.104Zinfo: running `cargo check --bins` on sled-agent-api (96/158)
26992024-09-16T14:08:53.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27002024-09-16T14:08:53.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27012024-09-16T14:08:53.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27022024-09-16T14:08:53.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
27032024-09-16T14:08:54.008Z
27042024-09-16T14:08:54.008Zinfo: running `cargo check --bins` on sled-hardware (97/158)
27052024-09-16T14:08:54.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27062024-09-16T14:08:54.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27072024-09-16T14:08:54.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27082024-09-16T14:08:54.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
27092024-09-16T14:08:54.894Z
27102024-09-16T14:08:54.894Zinfo: running `cargo check --bins --no-default-features` on sled-storage (98/158)
27112024-09-16T14:08:55.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27122024-09-16T14:08:55.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27132024-09-16T14:08:55.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27142024-09-16T14:08:55.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
27152024-09-16T14:08:55.804Z
27162024-09-16T14:08:55.804Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158)
27172024-09-16T14:08:56.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27182024-09-16T14:08:56.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27192024-09-16T14:08:56.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27202024-09-16T14:08:56.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
27212024-09-16T14:08:56.715Z
27222024-09-16T14:08:56.715Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (100/158)
27232024-09-16T14:08:57.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27242024-09-16T14:08:57.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27252024-09-16T14:08:57.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27262024-09-16T14:08:57.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
27272024-09-16T14:08:57.628Z
27282024-09-16T14:08:57.628Zinfo: running `cargo check --bins` on nexus-test-interface (101/158)
27292024-09-16T14:08:58.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27302024-09-16T14:08:58.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27312024-09-16T14:08:58.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27322024-09-16T14:08:58.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
27332024-09-16T14:08:58.551Z
27342024-09-16T14:08:58.551Zinfo: running `cargo check --bins` on oximeter-collector (102/158)
27352024-09-16T14:08:59.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27362024-09-16T14:08:59.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27372024-09-16T14:08:59.512Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27382024-09-16T14:08:59.512Z Checking bcs v0.1.6
27392024-09-16T14:08:59.512Z Compiling async-recursion v1.1.1
27402024-09-16T14:08:59.536Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27412024-09-16T14:08:59.536Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27422024-09-16T14:09:00.706Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27432024-09-16T14:09:04.866Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27442024-09-16T14:09:07.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.47s
27452024-09-16T14:09:07.180Z
27462024-09-16T14:09:07.180Zinfo: running `cargo check --bins` on oximeter-api (103/158)
27472024-09-16T14:09:07.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27482024-09-16T14:09:07.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27492024-09-16T14:09:07.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27502024-09-16T14:09:07.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
27512024-09-16T14:09:08.044Z
27522024-09-16T14:09:08.044Zinfo: running `cargo check --bins` on oximeter-client (104/158)
27532024-09-16T14:09:08.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27542024-09-16T14:09:08.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27552024-09-16T14:09:08.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27562024-09-16T14:09:08.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
27572024-09-16T14:09:08.922Z
27582024-09-16T14:09:08.922Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (105/158)
27592024-09-16T14:09:09.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27602024-09-16T14:09:09.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27612024-09-16T14:09:09.804Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27622024-09-16T14:09:10.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
27632024-09-16T14:09:10.591Z
27642024-09-16T14:09:10.591Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158)
27652024-09-16T14:09:11.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27662024-09-16T14:09:11.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27672024-09-16T14:09:11.501Z Compiling cfg_aliases v0.1.1
27682024-09-16T14:09:11.501Z Compiling vte_generate_state_changes v0.1.1
27692024-09-16T14:09:11.525Z Checking fd-lock v4.0.2
27702024-09-16T14:09:11.525Z Checking bytecount v0.6.8
27712024-09-16T14:09:11.525Z Compiling tabled_derive v0.7.0
27722024-09-16T14:09:11.525Z Checking crossterm v0.27.0
27732024-09-16T14:09:11.525Z Compiling peg-macros v0.8.4
27742024-09-16T14:09:11.525Z Compiling sqlparser_derive v0.2.2
27752024-09-16T14:09:11.641Z Compiling nix v0.28.0
27762024-09-16T14:09:11.717Z Checking unicode_categories v0.1.1
27772024-09-16T14:09:11.748Z Checking papergrid v0.11.0
27782024-09-16T14:09:11.975Z Checking home v0.5.9
27792024-09-16T14:09:12.107Z Checking nu-ansi-term v0.50.0
27802024-09-16T14:09:12.131Z Checking vte v0.11.1
27812024-09-16T14:09:12.462Z Checking sqlformat v0.2.4
27822024-09-16T14:09:12.498Z Checking sqlparser v0.45.0
27832024-09-16T14:09:12.986Z Checking crossterm v0.28.1
27842024-09-16T14:09:13.109Z Checking strip-ansi-escapes v0.2.0
27852024-09-16T14:09:13.244Z Checking reedline v0.33.0
27862024-09-16T14:09:13.635Z Checking tabled v0.15.0
27872024-09-16T14:09:14.316Z Checking peg v0.8.4
27882024-09-16T14:09:14.429Z Checking rustyline v14.0.0
27892024-09-16T14:09:19.934Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27902024-09-16T14:09:26.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.75s
27912024-09-16T14:09:26.520Z
27922024-09-16T14:09:26.520Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158)
27932024-09-16T14:09:27.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942024-09-16T14:09:27.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952024-09-16T14:09:27.422Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27962024-09-16T14:09:33.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.36s
27972024-09-16T14:09:34.059Z
27982024-09-16T14:09:34.059Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158)
27992024-09-16T14:09:34.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002024-09-16T14:09:34.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012024-09-16T14:09:34.961Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28022024-09-16T14:09:41.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.07s
28032024-09-16T14:09:41.294Z
28042024-09-16T14:09:41.294Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158)
28052024-09-16T14:09:42.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062024-09-16T14:09:42.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072024-09-16T14:09:42.204Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28082024-09-16T14:09:47.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.96s
28092024-09-16T14:09:47.411Z
28102024-09-16T14:09:47.411Zinfo: running `cargo check --bins` on oximeter-test-utils (110/158)
28112024-09-16T14:09:48.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122024-09-16T14:09:48.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132024-09-16T14:09:48.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142024-09-16T14:09:48.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
28152024-09-16T14:09:48.298Z
28162024-09-16T14:09:48.298Zinfo: running `cargo check --bins` on cockroach-admin-client (111/158)
28172024-09-16T14:09:49.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182024-09-16T14:09:49.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192024-09-16T14:09:49.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202024-09-16T14:09:49.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
28212024-09-16T14:09:49.157Z
28222024-09-16T14:09:49.157Zinfo: running `cargo check --bins` on installinator-client (112/158)
28232024-09-16T14:09:49.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242024-09-16T14:09:49.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252024-09-16T14:09:49.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262024-09-16T14:09:49.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
28272024-09-16T14:09:50.037Z
28282024-09-16T14:09:50.037Zinfo: running `cargo check --bins` on oxide-client (113/158)
28292024-09-16T14:09:50.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302024-09-16T14:09:50.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312024-09-16T14:09:50.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322024-09-16T14:09:50.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
28332024-09-16T14:09:50.888Z
28342024-09-16T14:09:50.888Zinfo: running `cargo check --bins` on wicketd-client (114/158)
28352024-09-16T14:09:51.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362024-09-16T14:09:51.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372024-09-16T14:09:51.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382024-09-16T14:09:51.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
28392024-09-16T14:09:51.768Z
28402024-09-16T14:09:51.769Zinfo: running `cargo check --bins` on wicket-common (115/158)
28412024-09-16T14:09:52.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-09-16T14:09:52.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-09-16T14:09:52.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442024-09-16T14:09:52.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
28452024-09-16T14:09:52.676Z
28462024-09-16T14:09:52.676Zinfo: running `cargo check --bins` on omicron-cockroach-admin (116/158)
28472024-09-16T14:09:53.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-09-16T14:09:53.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-09-16T14:09:53.556Z Checking csv-core v0.1.11
28502024-09-16T14:09:53.580Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28512024-09-16T14:09:53.862Z Checking csv v1.3.0
28522024-09-16T14:09:54.535Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28532024-09-16T14:09:54.970Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28542024-09-16T14:09:56.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.75s
28552024-09-16T14:09:56.578Z
28562024-09-16T14:09:56.578Zinfo: running `cargo check --bins` on cockroach-admin-api (117/158)
28572024-09-16T14:09:57.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582024-09-16T14:09:57.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592024-09-16T14:09:57.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602024-09-16T14:09:57.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
28612024-09-16T14:09:57.453Z
28622024-09-16T14:09:57.453Zinfo: running `cargo check --bins` on cockroach-admin-types (118/158)
28632024-09-16T14:09:58.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642024-09-16T14:09:58.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652024-09-16T14:09:58.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662024-09-16T14:09:58.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
28672024-09-16T14:09:58.319Z
28682024-09-16T14:09:58.319Zinfo: running `cargo check --bins` on cert-dev (119/158)
28692024-09-16T14:09:59.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702024-09-16T14:09:59.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712024-09-16T14:09:59.172Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
28722024-09-16T14:09:59.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
28732024-09-16T14:09:59.548Z
28742024-09-16T14:09:59.548Zinfo: running `cargo check --bins` on ch-dev (120/158)
28752024-09-16T14:10:00.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762024-09-16T14:10:00.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772024-09-16T14:10:00.465Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
28782024-09-16T14:10:01.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
28792024-09-16T14:10:01.388Z
28802024-09-16T14:10:01.388Zinfo: running `cargo check --bins` on crdb-seed (121/158)
28812024-09-16T14:10:02.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822024-09-16T14:10:02.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832024-09-16T14:10:02.297Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
28842024-09-16T14:10:02.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
28852024-09-16T14:10:02.766Z
28862024-09-16T14:10:02.766Zinfo: running `cargo check --bins` on db-dev (122/158)
28872024-09-16T14:10:03.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882024-09-16T14:10:03.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892024-09-16T14:10:03.688Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
28902024-09-16T14:10:04.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
28912024-09-16T14:10:04.598Z
28922024-09-16T14:10:04.598Zinfo: running `cargo check --bins` on omicron-dev-lib (123/158)
28932024-09-16T14:10:05.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942024-09-16T14:10:05.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952024-09-16T14:10:05.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962024-09-16T14:10:05.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
28972024-09-16T14:10:05.469Z
28982024-09-16T14:10:05.469Zinfo: running `cargo check --bins` on xtask-downloader (124/158)
28992024-09-16T14:10:06.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002024-09-16T14:10:06.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012024-09-16T14:10:06.308Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29022024-09-16T14:10:07.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
29032024-09-16T14:10:07.421Z
29042024-09-16T14:10:07.422Zinfo: running `cargo check --bins` on mgs-dev (125/158)
29052024-09-16T14:10:08.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062024-09-16T14:10:08.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072024-09-16T14:10:08.433Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29082024-09-16T14:10:09.169Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29092024-09-16T14:10:09.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s
29102024-09-16T14:10:09.966Z
29112024-09-16T14:10:09.966Zinfo: running `cargo check --bins` on omicron-omdb (126/158)
29122024-09-16T14:10:10.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132024-09-16T14:10:10.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142024-09-16T14:10:11.047Z Compiling crunchy v0.2.2
29152024-09-16T14:10:11.047Z Compiling glob v0.3.1
29162024-09-16T14:10:11.073Z Compiling tiny-keccak v2.0.2
29172024-09-16T14:10:11.073Z Compiling dsl_auto_type v0.1.2
29182024-09-16T14:10:11.073Z Checking scheduled-thread-pool v0.2.7
29192024-09-16T14:10:11.073Z Compiling diesel_table_macro_syntax v0.2.0
29202024-09-16T14:10:11.110Z Compiling ascii-canvas v3.0.0
29212024-09-16T14:10:11.141Z Compiling ena v0.14.3
29222024-09-16T14:10:11.357Z Checking r2d2 v0.8.10
29232024-09-16T14:10:11.405Z Compiling libloading v0.8.3
29242024-09-16T14:10:11.511Z Compiling bindgen v0.69.4
29252024-09-16T14:10:11.550Z Compiling regex-syntax v0.6.29
29262024-09-16T14:10:11.644Z Compiling diff v0.1.13
29272024-09-16T14:10:11.690Z Compiling which v4.4.2
29282024-09-16T14:10:11.779Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29292024-09-16T14:10:11.930Z Compiling clang-sys v1.7.0
29302024-09-16T14:10:11.988Z Compiling cexpr v0.6.0
29312024-09-16T14:10:12.220Z Compiling shlex v1.3.0
29322024-09-16T14:10:12.244Z Compiling rustc-hash v1.1.0
29332024-09-16T14:10:12.244Z Compiling ref-cast v1.0.23
29342024-09-16T14:10:12.244Z Compiling lazycell v1.3.0
29352024-09-16T14:10:12.396Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29362024-09-16T14:10:12.442Z Compiling derive_builder_core v0.20.0
29372024-09-16T14:10:12.543Z Compiling diesel_derives v2.2.2
29382024-09-16T14:10:12.639Z Compiling libxml v0.3.3
29392024-09-16T14:10:12.669Z Compiling ref-cast-impl v1.0.23
29402024-09-16T14:10:12.800Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29412024-09-16T14:10:13.027Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29422024-09-16T14:10:13.224Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29432024-09-16T14:10:13.480Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29442024-09-16T14:10:13.524Z Compiling strum_macros v0.24.3
29452024-09-16T14:10:13.754Z Compiling dropshot v0.10.1
29462024-09-16T14:10:13.811Z Compiling indoc v1.0.9
29472024-09-16T14:10:14.432Z Compiling lalrpop v0.19.12
29482024-09-16T14:10:14.669Z Compiling derive_builder_macro v0.20.0
29492024-09-16T14:10:15.420Z Checking derive_builder v0.20.0
29502024-09-16T14:10:15.612Z Checking tungstenite v0.23.0
29512024-09-16T14:10:15.804Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29522024-09-16T14:10:16.047Z Compiling dropshot_endpoint v0.10.1
29532024-09-16T14:10:16.381Z Compiling impl-trait-for-tuples v0.2.2
29542024-09-16T14:10:16.405Z Compiling oso-derive v0.27.3
29552024-09-16T14:10:16.517Z Checking quick-xml v0.33.0
29562024-09-16T14:10:17.286Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
29572024-09-16T14:10:17.533Z Checking maplit v1.0.2
29582024-09-16T14:10:17.701Z Checking tokio-tungstenite v0.23.1
29592024-09-16T14:10:18.125Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29602024-09-16T14:10:18.257Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29612024-09-16T14:10:18.510Z Compiling const_format_proc_macros v0.2.33
29622024-09-16T14:10:19.592Z Checking bb8 v0.8.5
29632024-09-16T14:10:20.123Z Checking crossbeam-deque v0.8.5
29642024-09-16T14:10:20.424Z Compiling portable-atomic v1.6.0
29652024-09-16T14:10:20.448Z Checking const_format v0.2.33
29662024-09-16T14:10:20.884Z Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
29672024-09-16T14:10:20.908Z Checking rayon-core v1.12.1
29682024-09-16T14:10:21.402Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29692024-09-16T14:10:21.516Z Checking castaway v0.2.3
29702024-09-16T14:10:21.668Z Checking compact_str v0.8.0
29712024-09-16T14:10:21.714Z Checking rayon v1.10.0
29722024-09-16T14:10:22.216Z Checking diesel v2.2.3
29732024-09-16T14:10:22.697Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29742024-09-16T14:10:22.859Z Checking unicode-truncate v1.0.0
29752024-09-16T14:10:22.950Z Checking lru v0.12.3
29762024-09-16T14:10:23.063Z Compiling instability v0.3.2
29772024-09-16T14:10:23.087Z Checking is_ci v1.2.0
29782024-09-16T14:10:23.204Z Checking unicode-linebreak v0.1.5
29792024-09-16T14:10:23.229Z Checking cassowary v0.3.0
29802024-09-16T14:10:23.283Z Checking number_prefix v0.4.0
29812024-09-16T14:10:23.441Z Checking smawk v0.3.2
29822024-09-16T14:10:23.534Z Checking supports-color v3.0.1
29832024-09-16T14:10:23.616Z Checking multimap v0.10.0
29842024-09-16T14:10:23.640Z Checking textwrap v0.16.1
29852024-09-16T14:10:23.968Z Checking ratatui v0.28.0
29862024-09-16T14:10:24.824Z Checking indicatif v0.17.8
29872024-09-16T14:10:41.252Z Compiling samael v0.0.17
29882024-09-16T14:10:51.317Z Checking async-bb8-diesel v0.2.1
29892024-09-16T14:10:53.996Z Compiling polar-core v0.27.3
29902024-09-16T14:11:02.529Z Checking oso v0.27.3
29912024-09-16T14:12:12.728Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29922024-09-16T14:12:19.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s
29932024-09-16T14:12:19.646Z
29942024-09-16T14:12:19.647Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (127/158)
29952024-09-16T14:12:20.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962024-09-16T14:12:20.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972024-09-16T14:12:20.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982024-09-16T14:12:20.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
29992024-09-16T14:12:20.583Z
30002024-09-16T14:12:20.583Zinfo: running `cargo check --bins` on nexus-saga-recovery (128/158)
30012024-09-16T14:12:21.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022024-09-16T14:12:21.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032024-09-16T14:12:21.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042024-09-16T14:12:21.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
30052024-09-16T14:12:21.490Z
30062024-09-16T14:12:21.490Zinfo: running `cargo check --bins` on nexus-test-utils-macros (129/158)
30072024-09-16T14:12:22.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082024-09-16T14:12:22.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092024-09-16T14:12:22.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102024-09-16T14:12:22.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30112024-09-16T14:12:22.298Z
30122024-09-16T14:12:22.299Zinfo: running `cargo check --bins` on omicron-nexus (130/158)
30132024-09-16T14:12:23.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142024-09-16T14:12:23.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152024-09-16T14:12:23.407Z Compiling libz-sys v1.1.16
30162024-09-16T14:12:23.431Z Compiling libgit2-sys v0.17.0+1.8.1
30172024-09-16T14:12:23.456Z Compiling vergen v8.3.2
30182024-09-16T14:12:23.480Z Compiling cargo-platform v0.1.8
30192024-09-16T14:12:23.504Z Compiling snafu-derive v0.8.2
30202024-09-16T14:12:23.504Z Compiling libsqlite3-sys v0.28.0
30212024-09-16T14:12:23.504Z Compiling buf-list v1.0.3
30222024-09-16T14:12:23.504Z Compiling cfg_aliases v0.2.1
30232024-09-16T14:12:23.639Z Compiling nix v0.29.0
30242024-09-16T14:12:23.762Z Compiling cargo_metadata v0.18.1
30252024-09-16T14:12:23.987Z Checking globset v0.4.14
30262024-09-16T14:12:24.012Z Checking olpc-cjson v0.1.3
30272024-09-16T14:12:24.177Z Checking rand_seeder v0.3.0
30282024-09-16T14:12:24.213Z Checking serde_plain v1.0.2
30292024-09-16T14:12:24.309Z Checking typed-path v0.7.1
30302024-09-16T14:12:24.407Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30312024-09-16T14:12:24.493Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30322024-09-16T14:12:24.585Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30332024-09-16T14:12:24.716Z Checking hashlink v0.9.1
30342024-09-16T14:12:24.751Z Checking fallible-streaming-iterator v0.1.9
30352024-09-16T14:12:24.797Z Checking fallible-iterator v0.3.0
30362024-09-16T14:12:24.865Z Checking parse-size v1.0.0
30372024-09-16T14:12:25.030Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30382024-09-16T14:12:25.283Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30392024-09-16T14:12:25.377Z Checking rusqlite v0.31.0
30402024-09-16T14:12:25.453Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30412024-09-16T14:12:25.708Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30422024-09-16T14:12:25.852Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30432024-09-16T14:12:25.975Z Checking twox-hash v1.6.3
30442024-09-16T14:12:25.999Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30452024-09-16T14:12:26.170Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30462024-09-16T14:12:26.693Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30472024-09-16T14:12:26.865Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30482024-09-16T14:12:27.107Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
30492024-09-16T14:12:27.132Z Checking fatfs v0.3.6
30502024-09-16T14:12:27.358Z Checking assert_matches v1.5.0
30512024-09-16T14:12:28.075Z Checking snafu v0.8.2
30522024-09-16T14:12:28.470Z Checking tough v0.17.1
30532024-09-16T14:12:32.266Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30542024-09-16T14:12:33.671Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30552024-09-16T14:12:34.760Z Compiling git2 v0.19.0
30562024-09-16T14:12:41.244Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
30572024-09-16T14:13:43.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
30582024-09-16T14:13:44.119Z
30592024-09-16T14:13:44.120Zinfo: running `cargo check --bins` on nexus-external-api (131/158)
30602024-09-16T14:13:44.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612024-09-16T14:13:44.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622024-09-16T14:13:44.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632024-09-16T14:13:44.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
30642024-09-16T14:13:45.064Z
30652024-09-16T14:13:45.064Zinfo: running `cargo check --bins` on openapi-manager-types (132/158)
30662024-09-16T14:13:45.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672024-09-16T14:13:45.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682024-09-16T14:13:45.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692024-09-16T14:13:45.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30702024-09-16T14:13:45.897Z
30712024-09-16T14:13:45.897Zinfo: running `cargo check --bins` on nexus-internal-api (133/158)
30722024-09-16T14:13:46.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732024-09-16T14:13:46.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742024-09-16T14:13:46.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752024-09-16T14:13:46.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
30762024-09-16T14:13:46.776Z
30772024-09-16T14:13:46.776Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (134/158)
30782024-09-16T14:13:47.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792024-09-16T14:13:47.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802024-09-16T14:13:47.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812024-09-16T14:13:47.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
30822024-09-16T14:13:47.690Z
30832024-09-16T14:13:47.690Zinfo: running `cargo check --bins` on nexus-networking (135/158)
30842024-09-16T14:13:48.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852024-09-16T14:13:48.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862024-09-16T14:13:48.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872024-09-16T14:13:48.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
30882024-09-16T14:13:48.609Z
30892024-09-16T14:13:48.609Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (136/158)
30902024-09-16T14:13:49.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912024-09-16T14:13:49.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922024-09-16T14:13:49.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932024-09-16T14:13:49.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
30942024-09-16T14:13:49.580Z
30952024-09-16T14:13:49.580Zinfo: running `cargo check --bins` on update-common (137/158)
30962024-09-16T14:13:50.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972024-09-16T14:13:50.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982024-09-16T14:13:50.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992024-09-16T14:13:50.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
31002024-09-16T14:13:50.469Z
31012024-09-16T14:13:50.469Zinfo: running `cargo check --bins` on tufaceous-lib (138/158)
31022024-09-16T14:13:51.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032024-09-16T14:13:51.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042024-09-16T14:13:51.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052024-09-16T14:13:51.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
31062024-09-16T14:13:51.354Z
31072024-09-16T14:13:51.354Zinfo: running `cargo check --bins` on tufaceous (139/158)
31082024-09-16T14:13:52.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092024-09-16T14:13:52.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102024-09-16T14:13:52.253Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31112024-09-16T14:13:53.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
31122024-09-16T14:13:53.427Z
31132024-09-16T14:13:53.427Zinfo: running `cargo check --bins` on omicron-dev (140/158)
31142024-09-16T14:13:54.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152024-09-16T14:13:54.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162024-09-16T14:13:54.605Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31172024-09-16T14:13:54.605Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31182024-09-16T14:13:54.629Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31192024-09-16T14:13:56.164Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31202024-09-16T14:13:59.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s
31212024-09-16T14:13:59.387Z
31222024-09-16T14:13:59.387Zinfo: running `cargo check --bins` on openapi-manager (141/158)
31232024-09-16T14:14:00.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242024-09-16T14:14:00.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252024-09-16T14:14:00.386Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31262024-09-16T14:14:00.386Z Checking heck v0.4.1
31272024-09-16T14:14:00.386Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31282024-09-16T14:14:00.580Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
31292024-09-16T14:14:02.407Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31302024-09-16T14:14:03.471Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
31312024-09-16T14:14:04.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s
31322024-09-16T14:14:04.891Z
31332024-09-16T14:14:04.891Zinfo: running `cargo check --bins` on installinator-api (142/158)
31342024-09-16T14:14:05.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352024-09-16T14:14:05.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362024-09-16T14:14:05.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372024-09-16T14:14:05.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
31382024-09-16T14:14:05.792Z
31392024-09-16T14:14:05.792Zinfo: running `cargo check --bins` on wicketd-api (143/158)
31402024-09-16T14:14:06.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412024-09-16T14:14:06.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422024-09-16T14:14:06.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432024-09-16T14:14:06.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
31442024-09-16T14:14:06.685Z
31452024-09-16T14:14:06.685Zinfo: running `cargo check --bins` on reconfigurator-cli (144/158)
31462024-09-16T14:14:07.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472024-09-16T14:14:07.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482024-09-16T14:14:07.675Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31492024-09-16T14:14:09.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
31502024-09-16T14:14:09.333Z
31512024-09-16T14:14:09.333Zinfo: running `cargo check --bins` on omicron-releng (145/158)
31522024-09-16T14:14:10.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532024-09-16T14:14:10.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542024-09-16T14:14:10.245Z Checking memmap2 v0.9.4
31552024-09-16T14:14:10.245Z Checking untrusted v0.7.1
31562024-09-16T14:14:10.245Z Checking spin v0.5.2
31572024-09-16T14:14:10.269Z Checking arrayref v0.3.7
31582024-09-16T14:14:10.269Z Checking constant_time_eq v0.3.0
31592024-09-16T14:14:10.269Z Checking arrayvec v0.7.4
31602024-09-16T14:14:10.269Z Checking cargo-platform v0.1.8
31612024-09-16T14:14:10.269Z Checking topological-sort v0.2.2
31622024-09-16T14:14:10.437Z Checking shell-words v1.1.0
31632024-09-16T14:14:10.488Z Checking ring v0.16.20
31642024-09-16T14:14:10.557Z Checking cargo_metadata v0.18.1
31652024-09-16T14:14:10.588Z Checking blake3 v1.5.1
31662024-09-16T14:14:11.921Z Checking omicron-zone-package v0.11.0
31672024-09-16T14:14:13.308Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31682024-09-16T14:14:14.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.07s
31692024-09-16T14:14:14.582Z
31702024-09-16T14:14:14.582Zinfo: running `cargo check --bins` on xtask (146/158)
31712024-09-16T14:14:15.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722024-09-16T14:14:15.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732024-09-16T14:14:15.255Z Checking bitflags v2.6.0
31742024-09-16T14:14:15.255Z Checking serde v1.0.208
31752024-09-16T14:14:15.255Z Checking thiserror v1.0.63
31762024-09-16T14:14:15.255Z Checking scroll v0.12.0
31772024-09-16T14:14:15.317Z Checking hashbrown v0.14.5
31782024-09-16T14:14:15.343Z Checking log v0.4.21
31792024-09-16T14:14:15.343Z Checking zerocopy v0.7.34
31802024-09-16T14:14:15.367Z Checking syn v2.0.74
31812024-09-16T14:14:15.416Z Checking pest v2.7.10
31822024-09-16T14:14:15.509Z Checking rustix v0.38.34
31832024-09-16T14:14:15.559Z Checking fs-err v2.11.0
31842024-09-16T14:14:15.703Z Checking goblin v0.8.2
31852024-09-16T14:14:15.827Z Checking anyhow v1.0.86
31862024-09-16T14:14:16.155Z Checking tabled v0.15.0
31872024-09-16T14:14:16.279Z Checking indexmap v2.4.0
31882024-09-16T14:14:17.087Z Checking terminal_size v0.3.0
31892024-09-16T14:14:17.087Z Checking tempfile v3.10.1
31902024-09-16T14:14:17.255Z Checking clap_builder v4.5.15
31912024-09-16T14:14:17.451Z Checking dtrace-parser v0.2.0
31922024-09-16T14:14:19.310Z Checking serde_json v1.0.125
31932024-09-16T14:14:19.310Z Checking toml_datetime v0.6.8
31942024-09-16T14:14:19.334Z Checking serde_spanned v0.6.7
31952024-09-16T14:14:19.334Z Checking camino v1.1.9
31962024-09-16T14:14:19.334Z Checking semver v1.0.23
31972024-09-16T14:14:19.391Z Checking cargo-platform v0.1.8
31982024-09-16T14:14:19.509Z Checking macaddr v1.0.1
31992024-09-16T14:14:19.594Z Checking toml_edit v0.22.20
32002024-09-16T14:14:19.767Z Checking clap v4.5.16
32012024-09-16T14:14:19.875Z Checking camino-tempfile v1.1.1
32022024-09-16T14:14:20.544Z Checking dof v0.3.0
32032024-09-16T14:14:20.544Z Checking cargo_metadata v0.18.1
32042024-09-16T14:14:21.025Z Checking usdt-impl v0.5.0
32052024-09-16T14:14:21.439Z Checking usdt v0.5.0
32062024-09-16T14:14:21.649Z Checking toml v0.8.19
32072024-09-16T14:14:22.217Z Checking cargo_toml v0.20.4
32082024-09-16T14:14:23.662Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32092024-09-16T14:14:24.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.84s
32102024-09-16T14:14:24.534Z
32112024-09-16T14:14:24.534Zinfo: running `cargo check --bins` on end-to-end-tests (147/158)
32122024-09-16T14:14:25.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132024-09-16T14:14:25.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142024-09-16T14:14:25.592Z Checking polyval v0.6.2
32152024-09-16T14:14:25.592Z Checking rfc6979 v0.4.0
32162024-09-16T14:14:25.635Z Checking primeorder v0.13.6
32172024-09-16T14:14:25.659Z Checking ctr v0.9.2
32182024-09-16T14:14:25.683Z Checking ed25519 v2.2.3
32192024-09-16T14:14:25.683Z Checking ssh-encoding v0.2.0
32202024-09-16T14:14:25.683Z Checking blowfish v0.9.1
32212024-09-16T14:14:25.727Z Checking password-hash v0.4.2
32222024-09-16T14:14:25.771Z Checking ecdsa v0.16.9
32232024-09-16T14:14:25.856Z Checking ghash v0.5.1
32242024-09-16T14:14:25.895Z Checking matches v0.1.10
32252024-09-16T14:14:25.921Z Checking bcrypt-pbkdf v0.10.0
32262024-09-16T14:14:25.956Z Checking ed25519-dalek v2.1.1
32272024-09-16T14:14:25.986Z Checking idna v0.2.3
32282024-09-16T14:14:26.011Z Compiling enum-as-inner v0.5.1
32292024-09-16T14:14:26.035Z Checking aes-gcm v0.10.3
32302024-09-16T14:14:26.059Z Checking russh-cryptovec v0.7.2
32312024-09-16T14:14:26.093Z Checking pbkdf2 v0.11.0
32322024-09-16T14:14:26.123Z Checking md5 v0.7.0
32332024-09-16T14:14:26.209Z Checking ssh-cipher v0.2.0
32342024-09-16T14:14:26.239Z Checking num-bigint v0.4.5
32352024-09-16T14:14:26.285Z Checking des v0.8.1
32362024-09-16T14:14:26.338Z Checking hex-literal v0.4.1
32372024-09-16T14:14:26.362Z Compiling dhcproto-macros v0.1.0
32382024-09-16T14:14:26.386Z Checking p256 v0.13.2
32392024-09-16T14:14:26.468Z Checking p384 v0.13.0
32402024-09-16T14:14:26.492Z Checking ssh-key v0.6.6
32412024-09-16T14:14:26.516Z Checking p521 v0.13.3
32422024-09-16T14:14:26.615Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32432024-09-16T14:14:26.784Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
32442024-09-16T14:14:26.851Z Checking trust-dns-proto v0.22.0
32452024-09-16T14:14:27.108Z Checking internet-checksum v0.2.1
32462024-09-16T14:14:27.809Z Checking russh-keys v0.45.0
32472024-09-16T14:14:28.916Z Checking russh v0.45.0
32482024-09-16T14:14:29.760Z Checking dhcproto v0.12.0
32492024-09-16T14:14:49.872Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32502024-09-16T14:14:51.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.93s
32512024-09-16T14:14:51.654Z
32522024-09-16T14:14:51.654Zinfo: running `cargo check --bins` on gateway-cli (148/158)
32532024-09-16T14:14:52.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542024-09-16T14:14:52.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552024-09-16T14:14:52.520Z Checking termios v0.3.3
32562024-09-16T14:14:52.702Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32572024-09-16T14:14:53.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
32582024-09-16T14:14:53.790Z
32592024-09-16T14:14:53.790Zinfo: running `cargo check --bins --no-default-features` on installinator (149/158)
32602024-09-16T14:14:54.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612024-09-16T14:14:54.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622024-09-16T14:14:54.715Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32632024-09-16T14:14:57.026Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32642024-09-16T14:14:59.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
32652024-09-16T14:14:59.322Z
32662024-09-16T14:14:59.322Zinfo: running `cargo check --bins` on internal-dns-cli (150/158)
32672024-09-16T14:15:00.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682024-09-16T14:15:00.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692024-09-16T14:15:00.188Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32702024-09-16T14:15:00.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
32712024-09-16T14:15:00.798Z
32722024-09-16T14:15:00.798Zinfo: running `cargo check --bins` on omicron-live-tests (151/158)
32732024-09-16T14:15:01.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742024-09-16T14:15:01.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752024-09-16T14:15:01.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762024-09-16T14:15:01.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
32772024-09-16T14:15:01.645Z
32782024-09-16T14:15:01.645Zinfo: running `cargo check --bins` on live-tests-macros (152/158)
32792024-09-16T14:15:02.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802024-09-16T14:15:02.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812024-09-16T14:15:02.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32822024-09-16T14:15:02.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
32832024-09-16T14:15:02.482Z
32842024-09-16T14:15:02.482Zinfo: running `cargo check --bins` on omicron-package (153/158)
32852024-09-16T14:15:03.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862024-09-16T14:15:03.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872024-09-16T14:15:03.374Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32882024-09-16T14:15:04.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
32892024-09-16T14:15:04.932Z
32902024-09-16T14:15:04.932Zinfo: running `cargo check --bins` on wicket-dbg (154/158)
32912024-09-16T14:15:05.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922024-09-16T14:15:05.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932024-09-16T14:15:05.881Z Checking rtoolbox v0.0.2
32942024-09-16T14:15:05.882Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32952024-09-16T14:15:05.905Z Checking tui-tree-widget v0.22.0
32962024-09-16T14:15:06.065Z Checking rpassword v7.3.1
32972024-09-16T14:15:10.941Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32982024-09-16T14:15:14.576Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32992024-09-16T14:15:16.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.11s
33002024-09-16T14:15:16.197Z
33012024-09-16T14:15:16.197Zinfo: running `cargo check --bins` on wicket (155/158)
33022024-09-16T14:15:17.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032024-09-16T14:15:17.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042024-09-16T14:15:17.159Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33052024-09-16T14:15:17.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
33062024-09-16T14:15:17.710Z
33072024-09-16T14:15:17.710Zinfo: running `cargo check --bins` on wicketd (156/158)
33082024-09-16T14:15:18.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092024-09-16T14:15:18.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102024-09-16T14:15:18.679Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33112024-09-16T14:15:23.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.51s
33122024-09-16T14:15:23.392Z
33132024-09-16T14:15:23.392Zinfo: running `cargo check --bins` on omicron-workspace-hack (157/158)
33142024-09-16T14:15:24.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152024-09-16T14:15:24.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162024-09-16T14:15:24.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33172024-09-16T14:15:24.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
33182024-09-16T14:15:24.245Z
33192024-09-16T14:15:24.246Zinfo: running `cargo check --bins` on zone-setup (158/158)
33202024-09-16T14:15:25.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212024-09-16T14:15:25.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222024-09-16T14:15:25.267Z Checking uzers v0.11.3
33232024-09-16T14:15:25.545Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33242024-09-16T14:15:26.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
33252024-09-16T14:15:26.992Z
33262024-09-16T14:15:26.992Zreal 12:38.513482607
33272024-09-16T14:15:26.992Zuser 22:45.799782371
33282024-09-16T14:15:26.992Zsys 5:32.741392800
33292024-09-16T14:15:26.992Ztrap 0.516607796
33302024-09-16T14:15:26.992Ztflt 1.515098457
33312024-09-16T14:15:26.992Zdflt 2.430968364
33322024-09-16T14:15:26.992Zkflt 0.001063904
33332024-09-16T14:15:27.016Zlock 42:07.242118241
33342024-09-16T14:15:27.016Zslp 1:59:46.666282168
33352024-09-16T14:15:27.016Zlat 1:01.484182076
33362024-09-16T14:15:27.016Zstop 2:43.059110121
33372024-09-16T14:15:27.016Zprocess exited: duration 1002085 ms, exit code 0
 
33382024-09-16T14:15:27.065Zfound 0 output files