01J070HHYRNXMPVAXB6X4BGX0R: clippy (helios)

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01J070J0MMG7N9HG2BY7WEREHZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-06-12T20:00:47.929Zjob assigned to worker 01J070J24PZ4ZMV5R1HV2GTK65 (queued for 58 s)
 
22024-06-12T20:00:55.637Zstarting task 0: "setup"
32024-06-12T20:00:55.653Z++ uname -s
42024-06-12T20:00:55.654Z+ kern=SunOS
52024-06-12T20:00:55.654Z+ case "$kern" in
62024-06-12T20:00:55.654Z+ groupadd -g 12345 build
72024-06-12T20:00:55.654Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-06-12T20:00:57.304Z+ zfs create -o mountpoint=/work rpool/work
92024-06-12T20:00:57.365Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-06-12T20:00:57.379Z+ home_fs=zfs
112024-06-12T20:00:57.379Z+ [[ zfs == autofs ]]
122024-06-12T20:00:57.379Z+ mkdir -p /home/build
132024-06-12T20:00:57.379Z+ chown build:build /home/build /work
142024-06-12T20:00:59.375Z+ chmod 0700 /home/build /work
152024-06-12T20:00:59.387Zprocess exited: duration 4144 ms, exit code 0
 
162024-06-12T20:00:59.450Zstarting task 1: "rust-toolchain"
172024-06-12T20:00:59.464Z+ printf ' * toolchain channel = "%s"
182024-06-12T20:00:59.464Z' 1.78.0
192024-06-12T20:00:59.464Z+ printf ' * toolchain profile = "%s"
202024-06-12T20:00:59.464Z' default
212024-06-12T20:00:59.465Z * toolchain channel = "1.78.0"
222024-06-12T20:00:59.465Z * toolchain profile = "default"
232024-06-12T20:00:59.465Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-06-12T20:00:59.465Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-06-12T20:00:59.557Zinfo: downloading installer
262024-06-12T20:01:01.587Zinfo: profile set to 'default'
272024-06-12T20:01:01.588Zinfo: default host triple is x86_64-unknown-illumos
282024-06-12T20:01:01.625Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-06-12T20:01:01.627Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-06-12T20:01:01.627Zinfo: downloading component 'cargo'
312024-06-12T20:01:02.380Zinfo: downloading component 'clippy'
322024-06-12T20:01:02.741Zinfo: downloading component 'rust-docs'
332024-06-12T20:01:04.115Zinfo: downloading component 'rust-std'
342024-06-12T20:01:06.312Zinfo: downloading component 'rustc'
352024-06-12T20:01:11.861Zinfo: downloading component 'rustfmt'
362024-06-12T20:01:12.571Zinfo: installing component 'cargo'
372024-06-12T20:01:13.000Zinfo: installing component 'clippy'
382024-06-12T20:01:13.358Zinfo: installing component 'rust-docs'
392024-06-12T20:01:14.887Zinfo: installing component 'rust-std'
402024-06-12T20:01:16.652Zinfo: installing component 'rustc'
412024-06-12T20:01:20.830Zinfo: installing component 'rustfmt'
422024-06-12T20:01:21.150Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-06-12T20:01:21.150Z
442024-06-12T20:01:21.422Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-06-12T20:01:21.422Z
462024-06-12T20:01:21.443Z
472024-06-12T20:01:21.443ZRust is installed now. Great!
482024-06-12T20:01:21.443Z
492024-06-12T20:01:21.443ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-06-12T20:01:21.443Zenvironment variable. This has not been done automatically.
512024-06-12T20:01:21.444Z
522024-06-12T20:01:21.444ZTo configure your current shell, you need to source
532024-06-12T20:01:21.444Zthe corresponding env file under $HOME/.cargo.
542024-06-12T20:01:21.444Z
552024-06-12T20:01:21.444ZThis is usually done by running one of the following (note the leading DOT):
562024-06-12T20:01:21.444Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-06-12T20:01:21.444Zsource "$HOME/.cargo/env.fish" # For fish
582024-06-12T20:01:21.480Z+ rustc --version
592024-06-12T20:01:21.537Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-06-12T20:01:21.563Zprocess exited: duration 22120 ms, exit code 0
 
612024-06-12T20:01:21.607Zstarting task 2: "authentication"
622024-06-12T20:01:22.040Zprocess exited: duration 439 ms, exit code 0
 
632024-06-12T20:01:22.499Zstarting task 3: "clone repository"
642024-06-12T20:01:22.518Z+ mkdir -p /work/oxidecomputer/omicron
652024-06-12T20:01:22.518Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-06-12T20:01:22.518ZCloning into '/work/oxidecomputer/omicron'...
672024-06-12T20:01:30.096Z+ cd /work/oxidecomputer/omicron
682024-06-12T20:01:30.097Z+ git fetch origin 7478ae990fca438db6b705aa237a9635eb5d8fac
692024-06-12T20:01:30.100ZFrom https://github.com/oxidecomputer/omicron
702024-06-12T20:01:30.101Z * branch 7478ae990fca438db6b705aa237a9635eb5d8fac -> FETCH_HEAD
712024-06-12T20:01:30.101Z+ [[ -n john/crdb-node-id-rpw ]]
722024-06-12T20:01:30.101Z++ git branch --show-current
732024-06-12T20:01:30.101Z+ current=main
742024-06-12T20:01:30.101Z+ [[ main != john/crdb-node-id-rpw ]]
752024-06-12T20:01:30.101Z+ git branch -f john/crdb-node-id-rpw 7478ae990fca438db6b705aa237a9635eb5d8fac
762024-06-12T20:01:30.101Z+ git checkout -f john/crdb-node-id-rpw
772024-06-12T20:01:30.189ZSwitched to branch 'john/crdb-node-id-rpw'
782024-06-12T20:01:30.192Z+ git reset --hard 7478ae990fca438db6b705aa237a9635eb5d8fac
792024-06-12T20:01:30.321ZHEAD is now at 7478ae990 typo fix
802024-06-12T20:01:30.325Zprocess exited: duration 8263 ms, exit code 0
 
812024-06-12T20:01:30.332Zstarting task 4: "build"
822024-06-12T20:01:30.337Z+ cargo --version
832024-06-12T20:01:30.393Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-06-12T20:01:30.398Z+ rustc --version
852024-06-12T20:01:30.452Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-06-12T20:01:30.458Z+ source ./env.sh
872024-06-12T20:01:30.458Z++ set -o xtrace
882024-06-12T20:01:30.463Z++++ dirname ./env.sh
892024-06-12T20:01:30.464Z+++ readlink -f .
902024-06-12T20:01:30.464Z++ OMICRON_WS=/work/oxidecomputer/omicron
912024-06-12T20:01:30.464Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
922024-06-12T20:01:30.464Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-06-12T20:01:30.464Z++ 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
942024-06-12T20:01:30.464Z++ 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-06-12T20:01:30.464Z++ 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
962024-06-12T20:01:30.464Z++ 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-06-12T20:01:30.485Z++ 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
982024-06-12T20:01:30.485Z++ 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-06-12T20:01:30.485Z++ unset OMICRON_WS
1002024-06-12T20:01:30.485Z++ set +o xtrace
1012024-06-12T20:01:30.485Z
1022024-06-12T20:01:30.485Z ##### ##### ###### ##### ###### #### # # # #### #
1032024-06-12T20:01:30.485Z # # # # # # # # # # # # # # #
1042024-06-12T20:01:30.485Z # # # # ##### # # ##### # # # # # #### #
1052024-06-12T20:01:30.486Z ##### ##### # ##### # # # # # # # # #
1062024-06-12T20:01:30.486Z # # # # # # # # # # # # # # #
1072024-06-12T20:01:30.486Z # # # ###### # # ###### ### # #### # #### #
1082024-06-12T20:01:30.486Z
1092024-06-12T20:01:34.783Z Startup: Refreshing catalog 'helios-dev' ... Done
1102024-06-12T20:01:36.556Z Startup: Caching catalogs ... Done
1112024-06-12T20:01:38.742ZPlanning: Solver setup ... Done (1.711s)
1122024-06-12T20:01:38.773ZPlanning: Running solver ... Done (0.034s)
1132024-06-12T20:01:38.812ZPlanning: Finding local manifests ... Done (0.004s)
1142024-06-12T20:01:38.821ZPlanning: Fetching manifests: 0/4 0% complete
1152024-06-12T20:01:38.977ZPlanning: Fetching manifests: 4/4 100% complete
1162024-06-12T20:01:39.017ZPlanning: Package planning ... Done (0.049s)
1172024-06-12T20:01:39.078ZPlanning: Merging actions ... Done (0.061s)
1182024-06-12T20:01:39.402ZPlanning: Checking for conflicting actions ... Done (0.306s)
1192024-06-12T20:01:39.428ZPlanning: Consolidating action changes ... Done (0.011s)
1202024-06-12T20:01:41.450ZPlanning: Evaluating mediators ... Done (0.949s)
1212024-06-12T20:01:41.450ZPlanning: Planning completed in 3.73 seconds
1222024-06-12T20:01:41.450Z Packages to install: 4
1232024-06-12T20:01:41.450Z Mediators to change: 2
1242024-06-12T20:01:41.450Z Services to change: 1
1252024-06-12T20:01:41.450Z Estimated space available: 155.77 GB
1262024-06-12T20:01:41.450ZEstimated space to be consumed: 1.45 GB
1272024-06-12T20:01:41.450Z Create boot environment: No
1282024-06-12T20:01:41.450ZCreate backup boot environment: No
1292024-06-12T20:01:41.450Z Rebuild boot archive: No
1302024-06-12T20:01:41.450Z
1312024-06-12T20:01:41.450ZChanged mediators:
1322024-06-12T20:01:41.450Z mediator clang:
1332024-06-12T20:01:41.450Z version: None -> 15 (system default)
1342024-06-12T20:01:41.450Z
1352024-06-12T20:01:41.451Z mediator llvm:
1362024-06-12T20:01:41.451Z version: 14 (system default) -> 15 (system default)
1372024-06-12T20:01:41.451Z
1382024-06-12T20:01:41.451ZChanged packages:
1392024-06-12T20:01:41.451Zhelios-dev
1402024-06-12T20:01:41.451Z developer/build-essential
1412024-06-12T20:01:41.451Z None -> 11-2.0
1422024-06-12T20:01:41.451Z library/libxmlsec1
1432024-06-12T20:01:41.451Z None -> 1.2.35-2.0
1442024-06-12T20:01:41.451Z ooce/developer/clang-15
1452024-06-12T20:01:41.451Z None -> 15.0.7-2.0
1462024-06-12T20:01:41.451Z ooce/developer/llvm-15
1472024-06-12T20:01:41.451Z None -> 15.0.7-2.0
1482024-06-12T20:01:41.451Z
1492024-06-12T20:01:41.451ZServices:
1502024-06-12T20:01:41.451Z restart_fmri:
1512024-06-12T20:01:41.451Z svc:/system/update-man-index:default
1522024-06-12T20:01:41.476Z
1532024-06-12T20:01:41.476ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1542024-06-12T20:01:45.415ZDownload: 1286/3290 items 104.6/212.6MB 49% complete (21.1M/s)
1552024-06-12T20:01:50.414ZDownload: 3095/3290 items 122.8/212.6MB 57% complete (12.2M/s)
1562024-06-12T20:01:55.619ZDownload: 3286/3290 items 212.5/212.6MB 99% complete (15.7M/s)
1572024-06-12T20:01:55.682ZDownload: Completed 212.60 MB in 15.27 seconds (13.9M/s)
1582024-06-12T20:01:55.856Z Actions: 1/3689 actions (Installing new actions)
1592024-06-12T20:02:00.647Z Actions: Completed 3689 actions in 4.66 seconds.
1602024-06-12T20:02:00.755Z Done (0.234s)
1612024-06-12T20:02:00.755Z Done (0.000s)
1622024-06-12T20:02:01.074Z Done (0.314s)
1632024-06-12T20:02:05.659Z Done (4.014s)
1642024-06-12T20:02:05.659Z Done (0.017s)
1652024-06-12T20:02:05.659Z Done (0.000s)
1662024-06-12T20:02:05.659Z Done (0.000s)
1672024-06-12T20:02:06.052ZPlanning: Evaluating mediator changes ... Done
1682024-06-12T20:02:06.217ZPlanning: Checking for conflicting actions ... Done
1692024-06-12T20:02:06.262ZPlanning: Consolidating action changes ... Done
1702024-06-12T20:02:06.481ZPlanning: Evaluating mediators ... Done
1712024-06-12T20:02:06.504ZPlanning: Planning completed in 0.43 seconds
1722024-06-12T20:02:06.517Z Mediators to change: 2
1732024-06-12T20:02:06.517Z Create boot environment: No
1742024-06-12T20:02:06.526ZCreate backup boot environment: No
1752024-06-12T20:02:06.598Z Done
1762024-06-12T20:02:06.598Z Done
1772024-06-12T20:02:06.797Z Done
1782024-06-12T20:02:10.318Z Done
1792024-06-12T20:02:10.429Z Done
1802024-06-12T20:02:10.437Z Done
1812024-06-12T20:02:10.482Z Done
1822024-06-12T20:02:11.193ZPlanning: Evaluating mediator changes ... Done
1832024-06-12T20:02:11.231ZPlanning: Merging actions ... Done
1842024-06-12T20:02:11.316ZPlanning: Checking for conflicting actions ... Done
1852024-06-12T20:02:11.326ZPlanning: Consolidating action changes ... Done
1862024-06-12T20:02:11.555ZPlanning: Evaluating mediators ... Done
1872024-06-12T20:02:11.611ZPlanning: Planning completed in 0.76 seconds
1882024-06-12T20:02:11.646Z Packages to change: 1
1892024-06-12T20:02:11.646Z Mediators to change: 1
1902024-06-12T20:02:11.652Z Services to change: 1
1912024-06-12T20:02:11.652Z Create boot environment: No
1922024-06-12T20:02:11.652ZCreate backup boot environment: Yes
1932024-06-12T20:02:13.572Z Actions: 1/6 actions (Updating modified actions)
1942024-06-12T20:02:13.579Z Actions: Completed 6 actions in 0.00 seconds.
1952024-06-12T20:02:13.579Z Done
1962024-06-12T20:02:13.579Z Done
1972024-06-12T20:02:13.647Z Done
1982024-06-12T20:02:17.208Z Done
1992024-06-12T20:02:17.298Z Done
2002024-06-12T20:02:17.306Z Done
2012024-06-12T20:02:17.453Z Done
2022024-06-12T20:02:17.863ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2032024-06-12T20:02:17.863Zclang system 15 system
2042024-06-12T20:02:17.863Zcsh system system illumos
2052024-06-12T20:02:17.863Zctags system system illumos
2062024-06-12T20:02:17.863Zgcc vendor 12 vendor
2072024-06-12T20:02:17.863Zgcc system 10 system
2082024-06-12T20:02:17.863Zgcc system 7 system
2092024-06-12T20:02:17.863Zgo system 1.20 system
2102024-06-12T20:02:17.863Zgo system 1.19 system
2112024-06-12T20:02:17.863Zllvm system 15 system
2122024-06-12T20:02:17.863Zllvm system 14 system
2132024-06-12T20:02:17.863Zmariadb system 10.6 system
2142024-06-12T20:02:17.863Zmta vendor vendor dma
2152024-06-12T20:02:17.863Zopenjdk system 17 system
2162024-06-12T20:02:17.863Zopenjdk system 11 system
2172024-06-12T20:02:17.864Zopenjdk system 1.8 system
2182024-06-12T20:02:17.864Zopenssl vendor 3 vendor
2192024-06-12T20:02:17.864Zperl system 5.36 system
2202024-06-12T20:02:17.864Zpostgresql system 15 system
2212024-06-12T20:02:17.864Zpostgresql system 13 system
2222024-06-12T20:02:17.864Zpython vendor 3 vendor
2232024-06-12T20:02:17.864Zpython system 2 system
2242024-06-12T20:02:17.864Zpython3 system 3.11 system
2252024-06-12T20:02:17.864Zruby system 3.0 system
2262024-06-12T20:02:17.864Zwords vendor vendor american-english
2272024-06-12T20:02:17.865Zwords system system australian-english
2282024-06-12T20:02:17.865Zwords system system british-english
2292024-06-12T20:02:17.865Zwords system system canadian-english
2302024-06-12T20:02:17.865Zwords system system french
2312024-06-12T20:02:17.865Zwords system system italian
2322024-06-12T20:02:17.865Zwords system system ngerman
2332024-06-12T20:02:17.865Zwords system system ogerman
2342024-06-12T20:02:17.865Zwords system system spanish
2352024-06-12T20:02:18.203ZPUBLISHER TYPE STATUS P LOCATION
2362024-06-12T20:02:18.203Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2372024-06-12T20:02:24.478ZFMRI IFO
2382024-06-12T20:02:24.478Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2392024-06-12T20:02:24.478Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2402024-06-12T20:02:24.478Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2412024-06-12T20:02:24.478Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2422024-06-12T20:02:24.478Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2432024-06-12T20:02:24.478Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2442024-06-12T20:02:24.478Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2452024-06-12T20:02:24.478Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2462024-06-12T20:02:24.478Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2472024-06-12T20:02:24.479Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2482024-06-12T20:02:24.479Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2492024-06-12T20:02:24.479Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2502024-06-12T20:02:26.276Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2512024-06-12T20:02:26.641Z Updating git repository `https://github.com/oxidecomputer/zone`
2522024-06-12T20:02:26.641Z Updating crates.io index
2532024-06-12T20:02:26.641Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2542024-06-12T20:02:26.641Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552024-06-12T20:02:26.641Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2562024-06-12T20:02:26.641Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2572024-06-12T20:02:26.642Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
2582024-06-12T20:02:26.642Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2592024-06-12T20:02:26.642Z Updating git repository `https://github.com/oxidecomputer/propolis`
2602024-06-12T20:02:27.190Z Updating git repository `https://github.com/oxidecomputer/crucible`
2612024-06-12T20:02:28.606Z Updating git repository `https://github.com/oxidecomputer/opte`
2622024-06-12T20:02:29.688Z Updating git repository `https://github.com/oxidecomputer/falcon`
2632024-06-12T20:02:30.515Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642024-06-12T20:02:31.131Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2652024-06-12T20:02:31.421Z Updating git repository `http://github.com/oxidecomputer/sprockets`
2662024-06-12T20:02:31.999Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2672024-06-12T20:02:32.224Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2682024-06-12T20:02:32.427Z Updating git repository `http://github.com/oxidecomputer/tofino`
2692024-06-12T20:02:32.734Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2702024-06-12T20:02:33.239Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2712024-06-12T20:02:33.507Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2722024-06-12T20:02:33.960Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2732024-06-12T20:02:45.559Z Updating git repository `https://github.com/oxidecomputer/ispf`
2742024-06-12T20:02:45.560Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2752024-06-12T20:02:45.560Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2762024-06-12T20:02:45.964Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772024-06-12T20:02:45.964Z Updating git repository `https://github.com/cbiffle/hubpack.git`
2782024-06-12T20:02:45.964Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792024-06-12T20:02:45.964Z Updating git repository `https://github.com/oxidecomputer/typify`
2802024-06-12T20:02:45.964Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812024-06-12T20:02:45.964Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822024-06-12T20:02:45.964Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832024-06-12T20:02:45.964Z Updating git repository `https://github.com/oxidecomputer/rfb`
2842024-06-12T20:02:45.964Z Downloading crates ...
2852024-06-12T20:02:45.964Z Downloaded anstyle v1.0.7
2862024-06-12T20:02:45.964Z Downloaded anstyle-parse v0.2.4
2872024-06-12T20:02:45.964Z Downloaded anstream v0.6.14
2882024-06-12T20:02:45.964Z Downloaded autocfg v1.3.0
2892024-06-12T20:02:45.964Z Downloaded anyhow v1.0.86
2902024-06-12T20:02:45.964Z Downloaded anstyle-query v1.0.3
2912024-06-12T20:02:45.964Z Downloaded adler v1.0.2
2922024-06-12T20:02:45.964Z Downloaded scopeguard v1.2.0
2932024-06-12T20:02:45.965Z Downloaded ryu v1.0.18
2942024-06-12T20:02:45.965Z Downloaded strum v0.26.2
2952024-06-12T20:02:45.965Z Downloaded serde v1.0.203
2962024-06-12T20:02:45.965Z Downloaded serde_derive v1.0.203
2972024-06-12T20:02:45.965Z Downloaded camino v1.1.7
2982024-06-12T20:02:45.965Z Downloaded signal-hook-registry v1.4.2
2992024-06-12T20:02:45.965Z Downloaded cargo-platform v0.1.8
3002024-06-12T20:02:45.965Z Downloaded dirs-sys-next v0.1.2
3012024-06-12T20:02:45.965Z Downloaded sha2 v0.10.8
3022024-06-12T20:02:45.965Z Downloaded powerfmt v0.2.0
3032024-06-12T20:02:45.965Z Downloaded semver v1.0.23
3042024-06-12T20:02:45.965Z Downloaded base64 v0.21.7
3052024-06-12T20:02:45.965Z Downloaded crossbeam-utils v0.8.19
3062024-06-12T20:02:45.965Z Downloaded clap v4.5.4
3072024-06-12T20:02:45.965Z Downloaded cpufeatures v0.2.12
3082024-06-12T20:02:45.966Z Downloaded socket2 v0.5.7
3092024-06-12T20:02:45.966Z Downloaded clap_derive v4.5.4
3102024-06-12T20:02:45.966Z Downloaded cfg-if v1.0.0
3112024-06-12T20:02:45.966Z Downloaded tower-service v0.3.2
3122024-06-12T20:02:45.966Z Downloaded sync_wrapper v0.1.2
3132024-06-12T20:02:45.966Z Downloaded thread_local v1.1.8
3142024-06-12T20:02:45.966Z Downloaded serde_urlencoded v0.7.1
3152024-06-12T20:02:45.966Z Downloaded crypto-common v0.1.6
3162024-06-12T20:02:45.966Z Downloaded swrite v0.1.0
3172024-06-12T20:02:45.966Z Downloaded slab v0.4.9
3182024-06-12T20:02:45.966Z Downloaded utf8parse v0.2.1
3192024-06-12T20:02:45.966Z Downloaded toml_datetime v0.6.6
3202024-06-12T20:02:45.966Z Downloaded time-core v0.1.2
3212024-06-12T20:02:45.966Z Downloaded terminal_size v0.3.0
3222024-06-12T20:02:45.966Z Downloaded want v0.3.1
3232024-06-12T20:02:45.966Z Downloaded equivalent v1.0.1
3242024-06-12T20:02:45.966Z Downloaded match_cfg v0.1.0
3252024-06-12T20:02:45.966Z Downloaded try-lock v0.2.5
3262024-06-12T20:02:45.966Z Downloaded tinyvec_macros v0.1.1
3272024-06-12T20:02:45.966Z Downloaded block-buffer v0.10.4
3282024-06-12T20:02:45.966Z Downloaded slog-term v2.9.1
3292024-06-12T20:02:45.966Z Downloaded foreign-types v0.3.2
3302024-06-12T20:02:45.967Z Downloaded serde_spanned v0.6.6
3312024-06-12T20:02:45.967Z Downloaded strsim v0.11.1
3322024-06-12T20:02:45.967Z Downloaded strum_macros v0.26.2
3332024-06-12T20:02:45.967Z Downloaded thiserror-impl v1.0.60
3342024-06-12T20:02:45.967Z Downloaded take_mut v0.2.2
3352024-06-12T20:02:45.967Z Downloaded num_threads v0.1.7
3362024-06-12T20:02:45.967Z Downloaded tokio-macros v2.2.0
3372024-06-12T20:02:45.967Z Downloaded tokio-native-tls v0.3.1
3382024-06-12T20:02:45.967Z Downloaded thiserror v1.0.60
3392024-06-12T20:02:45.967Z Downloaded is-terminal v0.4.12
3402024-06-12T20:02:45.967Z Downloaded hyper-tls v0.5.0
3412024-06-12T20:02:45.967Z Downloaded clap_lex v0.7.0
3422024-06-12T20:02:45.967Z Downloaded version_check v0.9.4
3432024-06-12T20:02:45.967Z Downloaded slog-bunyan v2.5.0
3442024-06-12T20:02:45.967Z Downloaded pkg-config v0.3.30
3452024-06-12T20:02:45.967Z Downloaded num_cpus v1.16.0
3462024-06-12T20:02:45.967Z Downloaded md5 v0.7.0
3472024-06-12T20:02:45.967Z Downloaded is_terminal_polyfill v1.70.0
3482024-06-12T20:02:45.967Z Downloaded slog-async v2.8.0
3492024-06-12T20:02:45.967Z Downloaded httpdate v1.0.3
3502024-06-12T20:02:45.967Z Downloaded term v0.7.0
3512024-06-12T20:02:45.967Z Downloaded smallvec v1.13.2
3522024-06-12T20:02:45.967Z Downloaded time-macros v0.2.18
3532024-06-12T20:02:45.967Z Downloaded http-body v0.4.6
3542024-06-12T20:02:45.967Z Downloaded heck v0.5.0
3552024-06-12T20:02:45.968Z Downloaded futures-macro v0.3.30
3562024-06-12T20:02:45.968Z Downloaded filetime v0.2.23
3572024-06-12T20:02:45.968Z Downloaded foreign-types-shared v0.1.1
3582024-06-12T20:02:45.968Z Downloaded xattr v1.3.1
3592024-06-12T20:02:45.968Z Downloaded cargo_metadata v0.18.1
3602024-06-12T20:02:45.968Z Downloaded percent-encoding v2.3.1
3612024-06-12T20:02:45.968Z Downloaded form_urlencoded v1.2.1
3622024-06-12T20:02:45.968Z Downloaded deranged v0.3.11
3632024-06-12T20:02:45.968Z Downloaded slog-json v2.6.1
3642024-06-12T20:02:45.968Z Downloaded macaddr v1.0.1
3652024-06-12T20:02:45.968Z Downloaded generic-array v0.14.7
3662024-06-12T20:02:45.968Z Downloaded futures-task v0.3.30
3672024-06-12T20:02:45.968Z Downloaded tinyvec v1.6.0
3682024-06-12T20:02:45.968Z Downloaded tar v0.4.40
3692024-06-12T20:02:45.968Z Downloaded pin-utils v0.1.0
3702024-06-12T20:02:45.968Z Downloaded futures-executor v0.3.30
3712024-06-12T20:02:45.968Z Downloaded errno v0.3.9
3722024-06-12T20:02:45.968Z Downloaded cargo_toml v0.20.2
3732024-06-12T20:02:45.968Z Downloaded futures-io v0.3.30
3742024-06-12T20:02:45.968Z Downloaded crc32fast v1.4.0
3752024-06-12T20:02:45.968Z Downloaded bitflags v2.5.0
3762024-06-12T20:02:46.007Z Downloaded openssl-macros v0.1.1
3772024-06-12T20:02:46.007Z Downloaded unicode-ident v1.0.12
3782024-06-12T20:02:46.007Z Downloaded typenum v1.17.0
3792024-06-12T20:02:46.007Z Downloaded toml v0.8.13
3802024-06-12T20:02:46.008Z Downloaded mime v0.3.17
3812024-06-12T20:02:46.008Z Downloaded tracing-core v0.1.32
3822024-06-12T20:02:46.008Z Downloaded rustls-pemfile v1.0.4
3832024-06-12T20:02:46.008Z Downloaded itoa v1.0.11
3842024-06-12T20:02:46.008Z Downloaded rustversion v1.0.17
3852024-06-12T20:02:46.008Z Downloaded fnv v1.0.7
3862024-06-12T20:02:46.008Z Downloaded pin-project-lite v0.2.14
3872024-06-12T20:02:46.009Z Downloaded unicode-bidi v0.3.15
3882024-06-12T20:02:46.009Z Downloaded tracing v0.1.40
3892024-06-12T20:02:46.009Z Downloaded url v2.5.0
3902024-06-12T20:02:46.009Z Downloaded once_cell v1.19.0
3912024-06-12T20:02:46.009Z Downloaded serde_json v1.0.117
3922024-06-12T20:02:46.009Z Downloaded heck v0.4.1
3932024-06-12T20:02:46.009Z Downloaded parking_lot_core v0.9.10
3942024-06-12T20:02:46.010Z Downloaded toml_edit v0.22.13
3952024-06-12T20:02:46.010Z Downloaded time v0.3.36
3962024-06-12T20:02:46.010Z Downloaded winnow v0.6.8
3972024-06-12T20:02:46.010Z Downloaded unicode-normalization v0.1.23
3982024-06-12T20:02:46.010Z Downloaded vcpkg v0.2.15
3992024-06-12T20:02:46.010Z Downloaded tokio-util v0.7.11
4002024-06-12T20:02:46.010Z Downloaded syn v2.0.64
4012024-06-12T20:02:46.010Z Downloaded openssl-sys v0.9.102
4022024-06-12T20:02:46.010Z Downloaded tokio v1.37.0
4032024-06-12T20:02:46.011Z Downloaded mio v0.8.11
4042024-06-12T20:02:46.011Z Downloaded memchr v2.7.2
4052024-06-12T20:02:46.011Z Downloaded hashbrown v0.14.5
4062024-06-12T20:02:46.011Z Downloaded crossbeam-channel v0.5.12
4072024-06-12T20:02:46.011Z Downloaded indexmap v2.2.6
4082024-06-12T20:02:46.011Z Downloaded http v0.2.12
4092024-06-12T20:02:46.011Z Downloaded flate2 v1.0.30
4102024-06-12T20:02:46.011Z Downloaded digest v0.10.7
4112024-06-12T20:02:46.011Z Downloaded reqwest v0.11.27
4122024-06-12T20:02:46.012Z Downloaded h2 v0.3.26
4132024-06-12T20:02:46.012Z Downloaded futures-util v0.3.30
4142024-06-12T20:02:46.012Z Downloaded hyper v0.14.28
4152024-06-12T20:02:46.012Z Downloaded clap_builder v4.5.2
4162024-06-12T20:02:46.012Z Downloaded cc v1.0.97
4172024-06-12T20:02:46.012Z Downloaded proc-macro2 v1.0.82
4182024-06-12T20:02:46.012Z Downloaded parking_lot v0.12.2
4192024-06-12T20:02:46.012Z Downloaded miniz_oxide v0.7.2
4202024-06-12T20:02:46.012Z Downloaded openssl v0.10.64
4212024-06-12T20:02:46.012Z Downloaded idna v0.5.0
4222024-06-12T20:02:46.012Z Downloaded rustix v0.38.34
4232024-06-12T20:02:46.012Z Downloaded log v0.4.21
4242024-06-12T20:02:46.012Z Downloaded futures-channel v0.3.30
4252024-06-12T20:02:46.012Z Downloaded futures v0.3.30
4262024-06-12T20:02:46.013Z Downloaded bytes v1.6.0
4272024-06-12T20:02:46.013Z Downloaded lock_api v0.4.12
4282024-06-12T20:02:46.013Z Downloaded quote v1.0.36
4292024-06-12T20:02:46.013Z Downloaded native-tls v0.2.11
4302024-06-12T20:02:46.013Z Downloaded httparse v1.8.0
4312024-06-12T20:02:46.013Z Downloaded slog v2.7.0
4322024-06-12T20:02:46.013Z Downloaded ipnet v2.9.0
4332024-06-12T20:02:46.014Z Downloaded fs-err v2.11.0
4342024-06-12T20:02:46.014Z Downloaded dirs-next v2.0.0
4352024-06-12T20:02:46.014Z Downloaded colorchoice v1.0.1
4362024-06-12T20:02:46.014Z Downloaded openssl-probe v0.1.5
4372024-06-12T20:02:46.014Z Downloaded num-conv v0.1.0
4382024-06-12T20:02:46.014Z Downloaded futures-sink v0.3.30
4392024-06-12T20:02:46.014Z Downloaded hostname v0.3.1
4402024-06-12T20:02:46.015Z Downloaded futures-core v0.3.30
4412024-06-12T20:02:46.015Z Downloaded libc v0.2.155
4422024-06-12T20:02:46.015Z Downloaded encoding_rs v0.8.34
4432024-06-12T20:02:46.015Z Compiling proc-macro2 v1.0.82
4442024-06-12T20:02:46.015Z Compiling unicode-ident v1.0.12
4452024-06-12T20:02:46.016Z Compiling libc v0.2.155
4462024-06-12T20:02:46.016Z Compiling cfg-if v1.0.0
4472024-06-12T20:02:46.016Z Compiling autocfg v1.3.0
4482024-06-12T20:02:46.016Z Compiling serde v1.0.203
4492024-06-12T20:02:46.016Z Compiling itoa v1.0.11
4502024-06-12T20:02:46.016Z Compiling pin-project-lite v0.2.14
4512024-06-12T20:02:46.017Z Compiling once_cell v1.19.0
4522024-06-12T20:02:46.017Z Compiling bitflags v2.5.0
4532024-06-12T20:02:46.017Z Compiling parking_lot_core v0.9.10
4542024-06-12T20:02:46.017Z Compiling vcpkg v0.2.15
4552024-06-12T20:02:46.017Z Compiling cc v1.0.97
4562024-06-12T20:02:46.017Z Compiling pkg-config v0.3.30
4572024-06-12T20:02:46.017Z Compiling bytes v1.6.0
4582024-06-12T20:02:46.017Z Compiling futures-sink v0.3.30
4592024-06-12T20:02:46.018Z Compiling smallvec v1.13.2
4602024-06-12T20:02:46.018Z Compiling lock_api v0.4.12
4612024-06-12T20:02:46.018Z Compiling slab v0.4.9
4622024-06-12T20:02:46.018Z Compiling scopeguard v1.2.0
4632024-06-12T20:02:46.018Z Compiling futures-core v0.3.30
4642024-06-12T20:02:46.019Z Compiling quote v1.0.36
4652024-06-12T20:02:46.019Z Compiling hashbrown v0.14.5
4662024-06-12T20:02:46.019Z Compiling syn v2.0.64
4672024-06-12T20:02:46.019Z Compiling equivalent v1.0.1
4682024-06-12T20:02:46.019Z Compiling signal-hook-registry v1.4.2
4692024-06-12T20:02:46.019Z Compiling num_cpus v1.16.0
4702024-06-12T20:02:46.020Z Compiling mio v0.8.11
4712024-06-12T20:02:46.020Z Compiling parking_lot v0.12.2
4722024-06-12T20:02:46.020Z Compiling socket2 v0.5.7
4732024-06-12T20:02:46.020Z Compiling futures-channel v0.3.30
4742024-06-12T20:02:46.020Z Compiling indexmap v2.2.6
4752024-06-12T20:02:46.021Z Compiling futures-task v0.3.30
4762024-06-12T20:02:46.446Z Compiling rustix v0.38.34
4772024-06-12T20:02:46.447Z Compiling version_check v0.9.4
4782024-06-12T20:02:46.447Z Compiling memchr v2.7.2
4792024-06-12T20:02:46.447Z Compiling typenum v1.17.0
4802024-06-12T20:02:46.447Z Compiling pin-utils v0.1.0
4812024-06-12T20:02:46.448Z Compiling futures-io v0.3.30
4822024-06-12T20:02:46.463Z Compiling openssl-sys v0.9.102
4832024-06-12T20:02:46.463Z Compiling errno v0.3.9
4842024-06-12T20:02:46.463Z Compiling generic-array v0.14.7
4852024-06-12T20:02:46.464Z Compiling ryu v1.0.18
4862024-06-12T20:02:46.498Z Compiling foreign-types-shared v0.1.1
4872024-06-12T20:02:46.565Z Compiling openssl v0.10.64
4882024-06-12T20:02:46.607Z Compiling fnv v1.0.7
4892024-06-12T20:02:46.696Z Compiling slog v2.7.0
4902024-06-12T20:02:46.753Z Compiling http v0.2.12
4912024-06-12T20:02:46.895Z Compiling foreign-types v0.3.2
4922024-06-12T20:02:46.994Z Compiling tracing-core v0.1.32
4932024-06-12T20:02:47.266Z Compiling tinyvec_macros v0.1.1
4942024-06-12T20:02:47.377Z Compiling num-conv v0.1.0
4952024-06-12T20:02:47.400Z Compiling native-tls v0.2.11
4962024-06-12T20:02:47.744Z Compiling time-core v0.1.2
4972024-06-12T20:02:47.759Z Compiling serde_json v1.0.117
4982024-06-12T20:02:47.919Z Compiling httparse v1.8.0
4992024-06-12T20:02:48.090Z Compiling powerfmt v0.2.0
5002024-06-12T20:02:48.379Z Compiling deranged v0.3.11
5012024-06-12T20:02:48.506Z Compiling time-macros v0.2.18
5022024-06-12T20:02:48.548Z Compiling tracing v0.1.40
5032024-06-12T20:02:48.892Z Compiling tinyvec v1.6.0
5042024-06-12T20:02:49.355Z Compiling try-lock v0.2.5
5052024-06-12T20:02:49.497Z Compiling utf8parse v0.2.1
5062024-06-12T20:02:49.666Z Compiling num_threads v0.1.7
5072024-06-12T20:02:49.811Z Compiling openssl-probe v0.1.5
5082024-06-12T20:02:49.840Z Compiling rustversion v1.0.17
5092024-06-12T20:02:49.865Z Compiling crossbeam-utils v0.8.19
5102024-06-12T20:02:49.893Z Compiling percent-encoding v2.3.1
5112024-06-12T20:02:50.169Z Compiling log v0.4.21
5122024-06-12T20:02:50.551Z Compiling form_urlencoded v1.2.1
5132024-06-12T20:02:50.552Z Compiling unicode-normalization v0.1.23
5142024-06-12T20:02:50.552Z Compiling anstyle-parse v0.2.4
5152024-06-12T20:02:50.552Z Compiling want v0.3.1
5162024-06-12T20:02:50.994Z Compiling http-body v0.4.6
5172024-06-12T20:02:51.003Z Compiling dirs-sys-next v0.1.2
5182024-06-12T20:02:51.003Z Compiling crc32fast v1.4.0
5192024-06-12T20:02:51.003Z Compiling anstyle v1.0.7
5202024-06-12T20:02:51.049Z Compiling anstyle-query v1.0.3
5212024-06-12T20:02:51.175Z Compiling is_terminal_polyfill v1.70.0
5222024-06-12T20:02:51.208Z Compiling semver v1.0.23
5232024-06-12T20:02:51.242Z Compiling thiserror v1.0.60
5242024-06-12T20:02:51.691Z Compiling unicode-bidi v0.3.15
5252024-06-12T20:02:52.155Z Compiling winnow v0.6.8
5262024-06-12T20:02:52.156Z Compiling camino v1.1.7
5272024-06-12T20:02:52.156Z Compiling httpdate v1.0.3
5282024-06-12T20:02:52.170Z Compiling tower-service v0.3.2
5292024-06-12T20:02:52.170Z Compiling colorchoice v1.0.1
5302024-06-12T20:02:52.170Z Compiling idna v0.5.0
5312024-06-12T20:02:52.170Z Compiling anstream v0.6.14
5322024-06-12T20:02:52.170Z Compiling time v0.3.36
5332024-06-12T20:02:52.170Z Compiling dirs-next v2.0.0
5342024-06-12T20:02:52.831Z Compiling block-buffer v0.10.4
5352024-06-12T20:02:52.891Z Compiling crypto-common v0.1.6
5362024-06-12T20:02:53.067Z Compiling terminal_size v0.3.0
5372024-06-12T20:02:53.113Z Compiling fs-err v2.11.0
5382024-06-12T20:02:53.282Z Compiling thread_local v1.1.8
5392024-06-12T20:02:53.398Z Compiling base64 v0.21.7
5402024-06-12T20:02:53.637Z Compiling slog-async v2.8.0
5412024-06-12T20:02:54.133Z Compiling heck v0.4.1
5422024-06-12T20:02:54.133Z Compiling clap_lex v0.7.0
5432024-06-12T20:02:54.134Z Compiling match_cfg v0.1.0
5442024-06-12T20:02:54.134Z Compiling heck v0.5.0
5452024-06-12T20:02:54.147Z Compiling anyhow v1.0.86
5462024-06-12T20:02:54.148Z Compiling adler v1.0.2
5472024-06-12T20:02:54.176Z Compiling strsim v0.11.1
5482024-06-12T20:02:54.309Z Compiling miniz_oxide v0.7.2
5492024-06-12T20:02:54.402Z Compiling hostname v0.3.1
5502024-06-12T20:02:54.468Z Compiling rustls-pemfile v1.0.4
5512024-06-12T20:02:54.648Z Compiling clap_builder v4.5.2
5522024-06-12T20:02:54.905Z Compiling crossbeam-channel v0.5.12
5532024-06-12T20:02:55.016Z Compiling digest v0.10.7
5542024-06-12T20:02:55.163Z Compiling url v2.5.0
5552024-06-12T20:02:55.176Z Compiling term v0.7.0
5562024-06-12T20:02:55.783Z Compiling xattr v1.3.1
5572024-06-12T20:02:55.922Z Compiling is-terminal v0.4.12
5582024-06-12T20:02:55.954Z Compiling filetime v0.2.23
5592024-06-12T20:02:56.039Z Compiling encoding_rs v0.8.34
5602024-06-12T20:02:56.064Z Compiling mime v0.3.17
5612024-06-12T20:02:56.102Z Compiling take_mut v0.2.2
5622024-06-12T20:02:56.255Z Compiling cpufeatures v0.2.12
5632024-06-12T20:02:56.299Z Compiling ipnet v2.9.0
5642024-06-12T20:02:56.374Z Compiling sync_wrapper v0.1.2
5652024-06-12T20:02:56.503Z Compiling sha2 v0.10.8
5662024-06-12T20:02:56.795Z Compiling tar v0.4.40
5672024-06-12T20:02:57.089Z Compiling slog-term v2.9.1
5682024-06-12T20:02:57.475Z Compiling serde_derive v1.0.203
5692024-06-12T20:02:57.612Z Compiling futures-macro v0.3.30
5702024-06-12T20:02:57.933Z Compiling tokio-macros v2.2.0
5712024-06-12T20:02:58.418Z Compiling openssl-macros v0.1.1
5722024-06-12T20:02:58.999Z Compiling thiserror-impl v1.0.60
5732024-06-12T20:02:59.638Z Compiling tokio v1.37.0
5742024-06-12T20:02:59.822Z Compiling futures-util v0.3.30
5752024-06-12T20:02:59.949Z Compiling clap_derive v4.5.4
5762024-06-12T20:03:00.769Z Compiling strum_macros v0.26.2
5772024-06-12T20:03:02.598Z Compiling flate2 v1.0.30
5782024-06-12T20:03:04.496Z Compiling md5 v0.7.0
5792024-06-12T20:03:05.005Z Compiling swrite v0.1.0
5802024-06-12T20:03:05.156Z Compiling clap v4.5.4
5812024-06-12T20:03:05.435Z Compiling futures-executor v0.3.30
5822024-06-12T20:03:05.710Z Compiling futures v0.3.30
5832024-06-12T20:03:05.989Z Compiling strum v0.26.2
5842024-06-12T20:03:06.815Z Compiling tokio-util v0.7.11
5852024-06-12T20:03:06.815Z Compiling tokio-native-tls v0.3.1
5862024-06-12T20:03:07.512Z Compiling h2 v0.3.26
5872024-06-12T20:03:10.357Z Compiling serde_spanned v0.6.6
5882024-06-12T20:03:10.358Z Compiling toml_datetime v0.6.6
5892024-06-12T20:03:10.363Z Compiling serde_urlencoded v0.7.1
5902024-06-12T20:03:10.363Z Compiling cargo-platform v0.1.8
5912024-06-12T20:03:10.622Z Compiling toml_edit v0.22.13
5922024-06-12T20:03:10.750Z Compiling hyper v0.14.28
5932024-06-12T20:03:10.959Z Compiling macaddr v1.0.1
5942024-06-12T20:03:12.123Z Compiling slog-json v2.6.1
5952024-06-12T20:03:12.147Z Compiling cargo_metadata v0.18.1
5962024-06-12T20:03:12.363Z Compiling slog-bunyan v2.5.0
5972024-06-12T20:03:13.281Z Compiling toml v0.8.13
5982024-06-12T20:03:13.850Z Compiling hyper-tls v0.5.0
5992024-06-12T20:03:14.189Z Compiling reqwest v0.11.27
6002024-06-12T20:03:14.395Z Compiling cargo_toml v0.20.2
6012024-06-12T20:03:19.550Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6022024-06-12T20:03:26.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
6032024-06-12T20:03:26.884Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6042024-06-12T20:03:26.943ZJun 12 20:03:26.409 INFO Starting download, target: Clickhouse
6052024-06-12T20:03:26.943ZJun 12 20:03:26.409 INFO Starting download, target: Cockroach
6062024-06-12T20:03:26.943ZJun 12 20:03:26.409 INFO Starting download, target: Console
6072024-06-12T20:03:26.944ZJun 12 20:03:26.409 INFO Starting download, target: DendriteStub
6082024-06-12T20:03:26.949ZJun 12 20:03:26.409 INFO Starting download, target: DendriteOpenapi
6092024-06-12T20:03:26.950ZJun 12 20:03:26.409 INFO Starting download, target: MaghemiteMgd
6102024-06-12T20:03:26.950ZJun 12 20:03:26.410 INFO Starting download, target: TransceiverControl
6112024-06-12T20:03:26.950ZJun 12 20:03:26.410 INFO Downloading out/downloads/console.tar.gz, target: Console
6122024-06-12T20:03:26.950ZJun 12 20:03:26.410 INFO Downloading out/downloads/xcvradm.gz, target: TransceiverControl
6132024-06-12T20:03:26.950ZJun 12 20:03:26.410 INFO Downloading out/downloads/mgd.tar.gz, target: MaghemiteMgd
6142024-06-12T20:03:26.950ZJun 12 20:03:26.411 INFO Downloading out/downloads/dpd-861c00bacbdf7a6e22471f0dabd8f926409b5292.json, target: DendriteOpenapi
6152024-06-12T20:03:26.950ZJun 12 20:03:26.411 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz, target: Clickhouse
6162024-06-12T20:03:26.950ZJun 12 20:03:26.411 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6172024-06-12T20:03:26.951ZJun 12 20:03:26.411 INFO Downloading out/downloads/dendrite-stub.tar.gz, target: DendriteStub
6182024-06-12T20:03:27.453ZJun 12 20:03:26.915 INFO Download complete, target: DendriteOpenapi
6192024-06-12T20:03:27.649ZJun 12 20:03:27.108 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6202024-06-12T20:03:27.988ZJun 12 20:03:27.449 INFO Download complete, target: Console
6212024-06-12T20:03:29.506ZJun 12 20:03:28.972 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6222024-06-12T20:03:30.638ZJun 12 20:03:29.802 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6232024-06-12T20:03:30.759ZJun 12 20:03:30.221 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6242024-06-12T20:03:30.759ZJun 12 20:03:30.221 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6252024-06-12T20:03:31.029ZJun 12 20:03:30.495 INFO Download complete, target: TransceiverControl
6262024-06-12T20:03:34.009ZJun 12 20:03:33.475 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6272024-06-12T20:03:36.062ZJun 12 20:03:35.527 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6282024-06-12T20:03:37.133ZJun 12 20:03:36.594 INFO Download complete, target: MaghemiteMgd
6292024-06-12T20:03:39.060ZJun 12 20:03:38.526 INFO Download complete, target: DendriteStub
6302024-06-12T20:03:39.906ZJun 12 20:03:39.373 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6312024-06-12T20:03:40.364ZJun 12 20:03:39.830 INFO Checking that binary works, target: Cockroach
6322024-06-12T20:03:40.538ZJun 12 20:03:40.005 INFO Download complete, target: Cockroach
6332024-06-12T20:03:45.191ZJun 12 20:03:44.656 INFO Checking that binary works, target: Clickhouse
6342024-06-12T20:03:45.381ZJun 12 20:03:44.847 INFO Download complete, target: Clickhouse
6352024-06-12T20:03:45.405ZAll builder prerequisites installed successfully, and PATH looks valid
6362024-06-12T20:03:45.409Z
6372024-06-12T20:03:45.409Zreal 2:14.939329930
6382024-06-12T20:03:45.410Zuser 4:47.072147351
6392024-06-12T20:03:45.410Zsys 1:06.430998728
6402024-06-12T20:03:45.410Ztrap 0.163197055
6412024-06-12T20:03:45.410Ztflt 0.292264043
6422024-06-12T20:03:45.410Zdflt 1.169266578
6432024-06-12T20:03:45.411Zkflt 0.023264641
6442024-06-12T20:03:45.411Zlock 11:16.195879973
6452024-06-12T20:03:45.411Zslp 12:05.428690046
6462024-06-12T20:03:45.411Zlat 16.635360430
6472024-06-12T20:03:45.411Zstop 49.081992671
6482024-06-12T20:03:45.411Z
6492024-06-12T20:03:45.411Z #### # # ##### ##### # #
6502024-06-12T20:03:45.411Z # # # # # # # # # #
6512024-06-12T20:03:45.411Z # # # # # # # #
6522024-06-12T20:03:45.411Z # # # ##### ##### #
6532024-06-12T20:03:45.412Z # # # # # # #
6542024-06-12T20:03:45.412Z #### ###### # # # #
6552024-06-12T20:03:45.412Z
6562024-06-12T20:03:45.957Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6572024-06-12T20:03:52.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.90s
6582024-06-12T20:03:52.412Z Running `target/debug/xtask clippy`
6592024-06-12T20:03:52.437Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings"
6602024-06-12T20:03:53.043Z Downloading crates ...
6612024-06-12T20:03:53.236Z Downloaded ahash v0.8.11
6622024-06-12T20:03:53.248Z Downloaded aead v0.5.2
6632024-06-12T20:03:53.251Z Downloaded addr2line v0.21.0
6642024-06-12T20:03:53.255Z Downloaded allocator-api2 v0.2.18
6652024-06-12T20:03:53.258Z Downloaded aho-corasick v1.1.3
6662024-06-12T20:03:53.270Z Downloaded itertools v0.12.1
6672024-06-12T20:03:53.690Z Downloaded bitstruct v0.1.1
6682024-06-12T20:03:53.690Z Downloaded itertools v0.10.5
6692024-06-12T20:03:53.697Z Downloaded libloading v0.8.3
6702024-06-12T20:03:53.697Z Downloaded lazy_static v1.4.0
6712024-06-12T20:03:53.697Z Downloaded libm v0.2.8
6722024-06-12T20:03:53.697Z Downloaded kstat-rs v0.2.3
6732024-06-12T20:03:53.697Z Downloaded lazycell v1.3.0
6742024-06-12T20:03:53.697Z Downloaded base16ct v0.2.0
6752024-06-12T20:03:53.697Z Downloaded backtrace v0.3.71
6762024-06-12T20:03:53.697Z Downloaded array-init v0.0.4
6772024-06-12T20:03:53.697Z Downloaded lalrpop-util v0.19.12
6782024-06-12T20:03:53.697Z Downloaded libefi-sys v0.1.0
6792024-06-12T20:03:53.698Z Downloaded maybe-uninit v2.0.0
6802024-06-12T20:03:53.698Z Downloaded lru-cache v0.1.2
6812024-06-12T20:03:53.698Z Downloaded peg-runtime v0.8.3
6822024-06-12T20:03:53.698Z Downloaded num-derive v0.4.2
6832024-06-12T20:03:53.698Z Downloaded mockall v0.12.1
6842024-06-12T20:03:53.698Z Downloaded pkcs8 v0.10.2
6852024-06-12T20:03:53.698Z Downloaded maplit v1.0.2
6862024-06-12T20:03:53.698Z Downloaded libtest-mimic v0.7.3
6872024-06-12T20:03:53.698Z Downloaded linked-hash-map v0.5.6
6882024-06-12T20:03:53.699Z Downloaded cobs v0.2.3
6892024-06-12T20:03:53.699Z Downloaded memmap2 v0.9.4
6902024-06-12T20:03:53.699Z Downloaded lalrpop v0.19.12
6912024-06-12T20:03:53.699Z Downloaded cfg_aliases v0.1.1
6922024-06-12T20:03:53.699Z Downloaded pest v2.7.10
6932024-06-12T20:03:53.699Z Downloaded managed v0.8.0
6942024-06-12T20:03:53.699Z Downloaded minimal-lexical v0.2.1
6952024-06-12T20:03:53.700Z Downloaded bb8 v0.8.3
6962024-06-12T20:03:53.700Z Downloaded plain v0.2.3
6972024-06-12T20:03:53.700Z Downloaded data-encoding v2.6.0
6982024-06-12T20:03:53.700Z Downloaded matches v0.1.10
6992024-06-12T20:03:53.700Z Downloaded arrayref v0.3.7
7002024-06-12T20:03:53.700Z Downloaded constant_time_eq v0.3.0
7012024-06-12T20:03:53.700Z Downloaded cast v0.3.0
7022024-06-12T20:03:53.700Z Downloaded bit-set v0.5.3
7032024-06-12T20:03:53.701Z Downloaded colored v2.1.0
7042024-06-12T20:03:53.701Z Downloaded number_prefix v0.4.0
7052024-06-12T20:03:53.701Z Downloaded pest_derive v2.7.10
7062024-06-12T20:03:53.701Z Downloaded phf_shared v0.11.2
7072024-06-12T20:03:53.701Z Downloaded md-5 v0.10.6
7082024-06-12T20:03:53.701Z Downloaded stability v0.2.0
7092024-06-12T20:03:53.701Z Downloaded num-integer v0.1.46
7102024-06-12T20:03:53.701Z Downloaded untrusted v0.7.1
7112024-06-12T20:03:53.701Z Downloaded parse-size v1.0.0
7122024-06-12T20:03:53.702Z Downloaded bit-vec v0.6.3
7132024-06-12T20:03:53.702Z Downloaded memoffset v0.9.1
7142024-06-12T20:03:53.702Z Downloaded newtype_derive v0.1.6
7152024-06-12T20:03:53.702Z Downloaded oso-derive v0.27.3
7162024-06-12T20:03:53.702Z Downloaded byteorder v1.5.0
7172024-06-12T20:03:53.702Z Downloaded normalize-line-endings v0.3.0
7182024-06-12T20:03:53.702Z Downloaded crossbeam-deque v0.8.5
7192024-06-12T20:03:53.702Z Downloaded nodrop v0.1.14
7202024-06-12T20:03:53.702Z Downloaded paste v1.0.15
7212024-06-12T20:03:53.703Z Downloaded olpc-cjson v0.1.3
7222024-06-12T20:03:53.703Z Downloaded phf v0.11.2
7232024-06-12T20:03:53.703Z Downloaded num-iter v0.1.45
7242024-06-12T20:03:53.703Z Downloaded dtrace-parser v0.2.0
7252024-06-12T20:03:53.703Z Downloaded pest_generator v2.7.10
7262024-06-12T20:03:53.703Z Downloaded multimap v0.10.0
7272024-06-12T20:03:53.703Z Downloaded csv-core v0.1.11
7282024-06-12T20:03:53.703Z Downloaded criterion-plot v0.5.0
7292024-06-12T20:03:53.703Z Downloaded ciborium-ll v0.2.2
7302024-06-12T20:03:53.704Z Downloaded peg v0.8.3
7312024-06-12T20:03:53.704Z Downloaded nibble_vec v0.1.0
7322024-06-12T20:03:53.704Z Downloaded headers-core v0.2.0
7332024-06-12T20:03:53.704Z Downloaded fxhash v0.2.1
7342024-06-12T20:03:53.704Z Downloaded http-range v0.1.5
7352024-06-12T20:03:53.704Z Downloaded password-hash v0.5.0
7362024-06-12T20:03:53.704Z Downloaded multer v3.1.0
7372024-06-12T20:03:53.704Z Downloaded smallvec v0.6.14
7382024-06-12T20:03:53.705Z Downloaded signature v2.2.0
7392024-06-12T20:03:53.705Z Downloaded tui-tree-widget v0.19.0
7402024-06-12T20:03:53.705Z Downloaded darling v0.20.9
7412024-06-12T20:03:53.705Z Downloaded stable_deref_trait v1.2.0
7422024-06-12T20:03:53.705Z Downloaded bzip2 v0.4.4
7432024-06-12T20:03:53.705Z Downloaded parse-display-derive v0.9.0
7442024-06-12T20:03:53.705Z Downloaded thiserror-impl-no-std v2.0.2
7452024-06-12T20:03:53.705Z Downloaded untrusted v0.9.0
7462024-06-12T20:03:53.705Z Downloaded parse-display v0.9.0
7472024-06-12T20:03:53.705Z Downloaded sqlformat v0.2.3
7482024-06-12T20:03:53.705Z Downloaded usdt v0.5.0
7492024-06-12T20:03:53.705Z Downloaded pkcs1 v0.7.5
7502024-06-12T20:03:53.705Z Downloaded nu-ansi-term v0.50.0
7512024-06-12T20:03:53.705Z Downloaded pin-project-internal v1.1.5
7522024-06-12T20:03:53.706Z Downloaded sigpipe v0.1.3
7532024-06-12T20:03:53.706Z Downloaded instant v0.1.12
7542024-06-12T20:03:53.706Z Downloaded tower-layer v0.3.2
7552024-06-12T20:03:53.706Z Downloaded peg-macros v0.8.3
7562024-06-12T20:03:53.706Z Downloaded num-rational v0.4.2
7572024-06-12T20:03:53.706Z Downloaded defmt v0.3.8
7582024-06-12T20:03:53.706Z Downloaded wyz v0.5.1
7592024-06-12T20:03:53.706Z Downloaded funty v2.0.0
7602024-06-12T20:03:53.706Z Downloaded fragile v2.0.0
7612024-06-12T20:03:53.706Z Downloaded chacha20 v0.9.1
7622024-06-12T20:03:53.706Z Downloaded ff v0.13.0
7632024-06-12T20:03:53.706Z Downloaded fd-lock v4.0.2
7642024-06-12T20:03:53.706Z Downloaded futures-timer v3.0.3
7652024-06-12T20:03:53.706Z Downloaded packed_struct_codegen v0.10.1
7662024-06-12T20:03:53.706Z Downloaded doc-comment v0.3.3
7672024-06-12T20:03:53.706Z Downloaded clang-sys v1.7.0
7682024-06-12T20:03:53.706Z Downloaded arc-swap v1.7.1
7692024-06-12T20:03:53.714Z Downloaded parking_lot v0.11.2
7702024-06-12T20:03:53.714Z Downloaded display-error-chain v0.2.0
7712024-06-12T20:03:53.714Z Downloaded precomputed-hash v0.1.1
7722024-06-12T20:03:53.714Z Downloaded hubpack_derive v0.1.1
7732024-06-12T20:03:53.714Z Downloaded partial-io v0.5.4
7742024-06-12T20:03:53.714Z Downloaded parking_lot_core v0.8.6
7752024-06-12T20:03:53.714Z Downloaded pin-project v1.1.5
7762024-06-12T20:03:53.714Z Downloaded rustc_version v0.4.0
7772024-06-12T20:03:53.714Z Downloaded termtree v0.4.1
7782024-06-12T20:03:53.714Z Downloaded radium v0.7.0
7792024-06-12T20:03:53.714Z Downloaded quick-error v1.2.3
7802024-06-12T20:03:53.715Z Downloaded indoc v2.0.5
7812024-06-12T20:03:53.715Z Downloaded crossbeam-epoch v0.9.18
7822024-06-12T20:03:53.715Z Downloaded predicates-core v1.0.6
7832024-06-12T20:03:53.715Z Downloaded universal-hash v0.5.1
7842024-06-12T20:03:53.715Z Downloaded unicode-xid v0.2.4
7852024-06-12T20:03:53.715Z Downloaded unicode-width v0.1.12
7862024-06-12T20:03:53.715Z Downloaded serde_plain v1.0.2
7872024-06-12T20:03:53.715Z Downloaded pest_meta v2.7.10
7882024-06-12T20:03:53.715Z Downloaded downcast v0.11.0
7892024-06-12T20:03:53.715Z Downloaded escape8259 v0.5.2
7902024-06-12T20:03:53.716Z Downloaded zone v0.1.8
7912024-06-12T20:03:53.716Z Downloaded slog-stdlog v4.1.1
7922024-06-12T20:03:53.716Z Downloaded serde_tokenstream v0.2.0
7932024-06-12T20:03:53.716Z Downloaded plotters-backend v0.3.5
7942024-06-12T20:03:53.716Z Downloaded foreign-types-shared v0.3.1
7952024-06-12T20:03:53.716Z Downloaded hubpack v0.1.2
7962024-06-12T20:03:53.716Z Downloaded glob v0.3.1
7972024-06-12T20:03:53.716Z Downloaded strum_macros v0.25.3
7982024-06-12T20:03:53.716Z Downloaded strum_macros v0.24.3
7992024-06-12T20:03:53.716Z Downloaded portpicker v0.1.1
8002024-06-12T20:03:53.716Z Downloaded yansi v0.5.1
8012024-06-12T20:03:53.716Z Downloaded humantime v2.1.0
8022024-06-12T20:03:53.717Z Downloaded rustc-demangle v0.1.24
8032024-06-12T20:03:53.717Z Downloaded predicates-tree v1.0.9
8042024-06-12T20:03:53.717Z Downloaded signal-hook-tokio v0.3.1
8052024-06-12T20:03:53.717Z Downloaded ref-cast v1.0.23
8062024-06-12T20:03:53.717Z Downloaded ident_case v1.0.1
8072024-06-12T20:03:53.717Z Downloaded serde_with_macros v3.8.1
8082024-06-12T20:03:53.717Z Downloaded rpassword v7.3.1
8092024-06-12T20:03:53.717Z Downloaded spin v0.5.2
8102024-06-12T20:03:53.717Z Downloaded serde_path_to_error v0.1.16
8112024-06-12T20:03:53.717Z Downloaded rusty-fork v0.3.0
8122024-06-12T20:03:53.717Z Downloaded predicates v3.1.0
8132024-06-12T20:03:53.717Z Downloaded topological-sort v0.2.2
8142024-06-12T20:03:53.717Z Downloaded usdt-macro v0.5.0
8152024-06-12T20:03:53.718Z Downloaded sha1 v0.10.6
8162024-06-12T20:03:53.718Z Downloaded r2d2 v0.8.10
8172024-06-12T20:03:53.718Z Downloaded waitgroup v0.1.2
8182024-06-12T20:03:53.718Z Downloaded compact_str v0.7.1
8192024-06-12T20:03:53.718Z Downloaded unicode-linebreak v0.1.5
8202024-06-12T20:03:53.718Z Downloaded unarray v0.1.4
8212024-06-12T20:03:53.718Z Downloaded termios v0.3.3
8222024-06-12T20:03:53.718Z Downloaded pretty-hex v0.4.1
8232024-06-12T20:03:53.718Z Downloaded pretty-hex v0.2.1
8242024-06-12T20:03:53.718Z Downloaded group v0.13.0
8252024-06-12T20:03:53.718Z Downloaded darling_core v0.20.9
8262024-06-12T20:03:53.718Z Downloaded papergrid v0.11.0
8272024-06-12T20:03:53.719Z Downloaded chacha20poly1305 v0.10.1
8282024-06-12T20:03:53.719Z Downloaded getrandom v0.2.14
8292024-06-12T20:03:53.719Z Downloaded slog-scope v4.4.0
8302024-06-12T20:03:53.719Z Downloaded hostname v0.4.0
8312024-06-12T20:03:53.719Z Downloaded hex v0.4.3
8322024-06-12T20:03:53.719Z Downloaded rand_seeder v0.2.3
8332024-06-12T20:03:53.719Z Downloaded dof v0.3.0
8342024-06-12T20:03:53.719Z Downloaded difflib v0.4.0
8352024-06-12T20:03:53.719Z Downloaded scroll_derive v0.12.0
8362024-06-12T20:03:53.719Z Downloaded ppv-lite86 v0.2.17
8372024-06-12T20:03:53.720Z Downloaded erased-serde v0.3.31
8382024-06-12T20:03:53.720Z Downloaded env_logger v0.10.2
8392024-06-12T20:03:53.720Z Downloaded fallible-iterator v0.2.0
8402024-06-12T20:03:53.720Z Downloaded endian-type v0.1.2
8412024-06-12T20:03:53.720Z Downloaded structmeta v0.3.0
8422024-06-12T20:03:53.720Z Downloaded structmeta v0.2.0
8432024-06-12T20:03:53.720Z Downloaded strip-ansi-escapes v0.2.0
8442024-06-12T20:03:53.720Z Downloaded stringprep v0.1.4
8452024-06-12T20:03:53.720Z Downloaded snafu-derive v0.8.2
8462024-06-12T20:03:53.720Z Downloaded string_cache v0.8.7
8472024-06-12T20:03:53.720Z Downloaded const-oid v0.9.6
8482024-06-12T20:03:53.720Z Downloaded secrecy v0.8.0
8492024-06-12T20:03:53.720Z Downloaded tracing-attributes v0.1.27
8502024-06-12T20:03:53.720Z Downloaded plotters-svg v0.3.5
8512024-06-12T20:03:53.721Z Downloaded slog-envlogger v2.2.0
8522024-06-12T20:03:53.721Z Downloaded slog-dtrace v0.3.0
8532024-06-12T20:03:53.721Z Downloaded unicase v2.7.0
8542024-06-12T20:03:53.721Z Downloaded serde_derive_internals v0.29.1
8552024-06-12T20:03:53.721Z Downloaded zerocopy-derive v0.7.34
8562024-06-12T20:03:53.721Z Downloaded diesel_table_macro_syntax v0.1.0
8572024-06-12T20:03:53.721Z Downloaded base64 v0.22.1
8582024-06-12T20:03:53.721Z Downloaded poly1305 v0.8.0
8592024-06-12T20:03:53.721Z Downloaded hash32 v0.3.1
8602024-06-12T20:03:53.721Z Downloaded postgres-protocol v0.6.6
8612024-06-12T20:03:53.721Z Downloaded const_format v0.2.32
8622024-06-12T20:03:53.721Z Downloaded either v1.12.0
8632024-06-12T20:03:53.721Z Downloaded http-body v1.0.0
8642024-06-12T20:03:53.721Z Downloaded hash32 v0.2.1
8652024-06-12T20:03:53.721Z Downloaded fastrand v2.1.0
8662024-06-12T20:03:53.721Z Downloaded rustls-pki-types v1.7.0
8672024-06-12T20:03:53.722Z Downloaded same-file v1.0.6
8682024-06-12T20:03:53.722Z Downloaded rand_chacha v0.3.1
8692024-06-12T20:03:53.737Z Downloaded semver v0.1.20
8702024-06-12T20:03:53.737Z Downloaded scroll v0.12.0
8712024-06-12T20:03:53.737Z Downloaded vte_generate_state_changes v0.1.1
8722024-06-12T20:03:53.737Z Downloaded rand_xorshift v0.3.0
8732024-06-12T20:03:53.737Z Downloaded utf-8 v0.7.6
8742024-06-12T20:03:53.737Z Downloaded scheduled-thread-pool v0.2.7
8752024-06-12T20:03:53.737Z Downloaded rtoolbox v0.0.2
8762024-06-12T20:03:53.737Z Downloaded smf v0.2.3
8772024-06-12T20:03:53.737Z Downloaded enum-as-inner v0.5.1
8782024-06-12T20:03:53.737Z Downloaded uzers v0.11.3
8792024-06-12T20:03:53.737Z Downloaded trust-dns-resolver v0.22.0
8802024-06-12T20:03:53.737Z Downloaded crypto-bigint v0.5.5
8812024-06-12T20:03:53.749Z Downloaded ena v0.14.3
8822024-06-12T20:03:53.749Z Downloaded indoc v1.0.9
8832024-06-12T20:03:53.749Z Downloaded embedded-io v0.4.0
8842024-06-12T20:03:53.749Z Downloaded impl-trait-for-tuples v0.2.2
8852024-06-12T20:03:53.761Z Downloaded derive_builder v0.20.0
8862024-06-12T20:03:53.761Z Downloaded signal-hook-mio v0.2.3
8872024-06-12T20:03:53.761Z Downloaded postcard v1.0.8
8882024-06-12T20:03:53.761Z Downloaded wait-timeout v0.2.0
8892024-06-12T20:03:53.786Z Downloaded tap v1.0.1
8902024-06-12T20:03:53.786Z Downloaded target-spec v3.1.0
8912024-06-12T20:03:53.786Z Downloaded der_derive v0.7.2
8922024-06-12T20:03:53.786Z Downloaded tabled_derive v0.7.0
8932024-06-12T20:03:53.786Z Downloaded tabwriter v1.4.0
8942024-06-12T20:03:53.786Z Downloaded num-bigint v0.4.5
8952024-06-12T20:03:53.786Z Downloaded rcgen v0.12.1
8962024-06-12T20:03:53.786Z Downloaded ref-cast-impl v1.0.23
8972024-06-12T20:03:53.786Z Downloaded schemars_derive v0.8.20
8982024-06-12T20:03:53.802Z Downloaded rand_core v0.6.4
8992024-06-12T20:03:53.802Z Downloaded tokio-tungstenite v0.20.1
9002024-06-12T20:03:53.802Z Downloaded toolchain_find v0.4.0
9012024-06-12T20:03:53.803Z Downloaded trust-dns-server v0.22.1
9022024-06-12T20:03:53.803Z Downloaded fixedbitset v0.4.2
9032024-06-12T20:03:53.803Z Downloaded supports-color v3.0.0
9042024-06-12T20:03:53.803Z Downloaded env_logger v0.9.3
9052024-06-12T20:03:53.803Z Downloaded sct v0.7.1
9062024-06-12T20:03:53.821Z Downloaded postgres-types v0.2.6
9072024-06-12T20:03:53.821Z Downloaded hyper-rustls v0.26.0
9082024-06-12T20:03:53.822Z Downloaded spin v0.9.8
9092024-06-12T20:03:53.822Z Downloaded guppy-workspace-hack v0.1.0
9102024-06-12T20:03:53.822Z Downloaded ucd-trie v0.1.6
9112024-06-12T20:03:53.822Z Downloaded zip v0.6.6
9122024-06-12T20:03:53.822Z Downloaded subtle v2.5.0
9132024-06-12T20:03:53.822Z Downloaded foreign-types v0.5.0
9142024-06-12T20:03:53.823Z Downloaded resolv-conf v0.7.0
9152024-06-12T20:03:53.823Z Downloaded fatfs v0.3.6
9162024-06-12T20:03:53.840Z Downloaded siphasher v0.3.11
9172024-06-12T20:03:53.840Z Downloaded shell-words v1.1.0
9182024-06-12T20:03:53.840Z Downloaded serde_arrays v0.1.0
9192024-06-12T20:03:53.841Z Downloaded hex-literal v0.4.1
9202024-06-12T20:03:53.841Z Downloaded thread-id v4.2.1
9212024-06-12T20:03:53.841Z Downloaded thiserror-no-std v2.0.2
9222024-06-12T20:03:53.841Z Downloaded termcolor v1.4.1
9232024-06-12T20:03:53.841Z Downloaded tls_codec v0.4.1
9242024-06-12T20:03:53.841Z Downloaded serde-big-array v0.5.1
9252024-06-12T20:03:53.842Z Downloaded derive-where v1.2.7
9262024-06-12T20:03:53.861Z Downloaded half v2.4.1
9272024-06-12T20:03:53.861Z Downloaded zeroize_derive v1.4.2
9282024-06-12T20:03:53.862Z Downloaded tls_codec_derive v0.4.1
9292024-06-12T20:03:53.862Z Downloaded target-lexicon v0.12.14
9302024-06-12T20:03:53.862Z Downloaded serde-hex v0.1.0
9312024-06-12T20:03:53.862Z Downloaded globset v0.4.14
9322024-06-12T20:03:53.862Z Downloaded httptest v0.15.5
9332024-06-12T20:03:53.863Z Downloaded zeroize v1.7.0
9342024-06-12T20:03:53.894Z Downloaded walkdir v2.5.0
9352024-06-12T20:03:53.894Z Downloaded expectorate v1.1.0
9362024-06-12T20:03:53.894Z Downloaded tempfile v3.10.1
9372024-06-12T20:03:53.894Z Downloaded signal-hook v0.3.17
9382024-06-12T20:03:53.894Z Downloaded salty v0.2.0
9392024-06-12T20:03:53.894Z Downloaded proc-macro-error-attr v1.0.4
9402024-06-12T20:03:53.895Z Downloaded indexmap v1.9.3
9412024-06-12T20:03:53.895Z Downloaded which v4.4.2
9422024-06-12T20:03:53.895Z Downloaded snafu v0.8.2
9432024-06-12T20:03:53.910Z Downloaded highway v1.1.0
9442024-06-12T20:03:53.910Z Downloaded typed-path v0.7.1
9452024-06-12T20:03:53.910Z Downloaded criterion v0.5.1
9462024-06-12T20:03:53.910Z Downloaded proc-macro-crate v1.3.1
9472024-06-12T20:03:53.910Z Downloaded foreign-types-macros v0.2.3
9482024-06-12T20:03:53.910Z Downloaded rstest v0.19.0
9492024-06-12T20:03:53.911Z Downloaded derive_more v0.99.17
9502024-06-12T20:03:53.924Z Downloaded uuid v1.8.0
9512024-06-12T20:03:53.924Z Downloaded getopts v0.2.21
9522024-06-12T20:03:53.924Z Downloaded yasna v0.5.2
9532024-06-12T20:03:53.924Z Downloaded ron v0.7.1
9542024-06-12T20:03:53.924Z Downloaded vsss-rs v3.3.4
9552024-06-12T20:03:53.936Z Downloaded indicatif v0.17.8
9562024-06-12T20:03:53.936Z Downloaded pretty_assertions v1.4.0
9572024-06-12T20:03:53.936Z Downloaded vte v0.11.1
9582024-06-12T20:03:53.945Z Downloaded rayon-core v1.12.1
9592024-06-12T20:03:53.945Z Downloaded tokio-tungstenite v0.21.0
9602024-06-12T20:03:53.945Z Downloaded tungstenite v0.21.0
9612024-06-12T20:03:53.945Z Downloaded tungstenite v0.20.1
9622024-06-12T20:03:53.950Z Downloaded similar v2.5.0
9632024-06-12T20:03:53.950Z Downloaded serde_yaml v0.9.34+deprecated
9642024-06-12T20:03:53.953Z Downloaded derive_builder_core v0.20.0
9652024-06-12T20:03:53.957Z Downloaded toml v0.7.8
9662024-06-12T20:03:53.960Z Downloaded zerocopy v0.6.6
9672024-06-12T20:03:53.963Z Downloaded elliptic-curve v0.13.8
9682024-06-12T20:03:53.967Z Downloaded hashbrown v0.13.2
9692024-06-12T20:03:53.970Z Downloaded crossterm v0.27.0
9702024-06-12T20:03:53.977Z Downloaded publicsuffix v2.2.3
9712024-06-12T20:03:53.980Z Downloaded toml v0.5.11
9722024-06-12T20:03:53.983Z Downloaded hyper-util v0.1.3
9732024-06-12T20:03:53.986Z Downloaded fancy-regex v0.13.0
9742024-06-12T20:03:53.991Z Downloaded winnow v0.5.40
9752024-06-12T20:03:54.007Z Downloaded hashbrown v0.12.3
9762024-06-12T20:03:54.018Z Downloaded unsafe-libyaml v0.2.11
9772024-06-12T20:03:54.018Z Downloaded rustyline v14.0.0
9782024-06-12T20:03:54.018Z Downloaded trust-dns-client v0.22.0
9792024-06-12T20:03:54.024Z Downloaded prettyplease v0.2.20
9802024-06-12T20:03:54.024Z Downloaded rsa v0.9.6
9812024-06-12T20:03:54.029Z Downloaded flume v0.11.0
9822024-06-12T20:03:54.033Z Downloaded portable-atomic v1.6.0
9832024-06-12T20:03:54.039Z Downloaded guppy v0.17.5
9842024-06-12T20:03:54.045Z Downloaded regex-automata v0.1.10
9852024-06-12T20:03:54.050Z Downloaded toml_edit v0.19.15
9862024-06-12T20:03:54.073Z Downloaded unicode-segmentation v1.11.0
9872024-06-12T20:03:54.497Z Downloaded rstest_macros v0.19.0
9882024-06-12T20:03:54.498Z Downloaded sqlparser v0.45.0
9892024-06-12T20:03:54.498Z Downloaded serde_with v3.8.1
9902024-06-12T20:03:54.498Z Downloaded der v0.7.9
9912024-06-12T20:03:54.498Z Downloaded quick-xml v0.31.0
9922024-06-12T20:03:54.498Z Downloaded tough v0.17.1
9932024-06-12T20:03:54.498Z Downloaded reedline v0.31.0
9942024-06-12T20:03:54.498Z Downloaded object v0.30.4
9952024-06-12T20:03:54.498Z Downloaded http v1.1.0
9962024-06-12T20:03:54.499Z Downloaded zerocopy v0.7.34
9972024-06-12T20:03:54.499Z Downloaded hyper v1.3.1
9982024-06-12T20:03:54.499Z Downloaded radix_trie v0.2.1
9992024-06-12T20:03:54.499Z Downloaded chrono v0.4.38
10002024-06-12T20:03:54.499Z Downloaded goblin v0.8.2
10012024-06-12T20:03:54.499Z Downloaded object v0.32.2
10022024-06-12T20:03:54.499Z Downloaded nix v0.28.0
10032024-06-12T20:03:54.500Z Downloaded rustls v0.21.12
10042024-06-12T20:03:54.500Z Downloaded syn v1.0.109
10052024-06-12T20:03:54.500Z Downloaded gimli v0.28.1
10062024-06-12T20:03:54.500Z Downloaded hkdf v0.12.4
10072024-06-12T20:03:54.500Z Downloaded polar-core v0.27.3
10082024-06-12T20:03:54.500Z Downloaded rustls-webpki v0.102.4
10092024-06-12T20:03:54.500Z Downloaded tabled v0.15.0
10102024-06-12T20:03:54.500Z Downloaded regex-syntax v0.6.29
10112024-06-12T20:03:54.500Z Downloaded rayon v1.10.0
10122024-06-12T20:03:54.500Z Downloaded regex-syntax v0.8.3
10132024-06-12T20:03:54.500Z Downloaded proptest v1.4.0
10142024-06-12T20:03:54.500Z Downloaded regex v1.10.4
10152024-06-12T20:03:54.501Z Downloaded smoltcp v0.9.1
10162024-06-12T20:03:54.501Z Downloaded idna v0.3.0
10172024-06-12T20:03:54.501Z Downloaded webpki-roots v0.25.4
10182024-06-12T20:03:54.501Z Downloaded regex-automata v0.4.6
10192024-06-12T20:03:54.501Z Downloaded petgraph v0.6.5
10202024-06-12T20:03:54.501Z Downloaded idna v0.2.3
10212024-06-12T20:03:54.501Z Downloaded sha3 v0.10.8
10222024-06-12T20:03:54.501Z Downloaded trust-dns-proto v0.22.0
10232024-06-12T20:03:54.501Z Downloaded finl_unicode v1.2.0
10242024-06-12T20:03:54.501Z Downloaded regress v0.9.1
10252024-06-12T20:03:54.502Z Downloaded diesel v2.1.6
10262024-06-12T20:03:54.502Z Downloaded sled v0.34.7
10272024-06-12T20:03:54.502Z Downloaded bstr v1.9.1
10282024-06-12T20:03:54.502Z Downloaded smoltcp v0.11.0
10292024-06-12T20:03:54.502Z Downloaded bstr v0.2.17
10302024-06-12T20:03:54.503Z Downloaded ratatui v0.26.2
10312024-06-12T20:03:54.503Z Downloaded zerocopy-derive v0.6.6
10322024-06-12T20:03:54.503Z Downloaded bzip2-sys v0.1.11+1.0.8
10332024-06-12T20:03:54.514Z Downloaded curve25519-dalek v4.1.2
10342024-06-12T20:03:54.514Z Downloaded rustls v0.22.4
10352024-06-12T20:03:54.525Z Downloaded openapiv3 v2.0.0
10362024-06-12T20:03:54.534Z Downloaded rustls-webpki v0.101.7
10372024-06-12T20:03:54.554Z Downloaded nix v0.27.1
10382024-06-12T20:03:54.559Z Downloaded csv v1.3.0
10392024-06-12T20:03:54.576Z Downloaded bitvec v1.0.1
10402024-06-12T20:03:54.590Z Downloaded blake3 v1.5.1
10412024-06-12T20:03:54.598Z Downloaded plotters v0.3.5
10422024-06-12T20:03:54.606Z Downloaded tower v0.4.13
10432024-06-12T20:03:54.619Z Downloaded rand v0.8.5
10442024-06-12T20:03:54.622Z Downloaded diesel_derives v2.1.4
10452024-06-12T20:03:54.622Z Downloaded schemars v0.8.20
10462024-06-12T20:03:54.635Z Downloaded num-bigint-dig v0.8.4
10472024-06-12T20:03:54.640Z Downloaded samael v0.0.15
10482024-06-12T20:03:54.643Z Downloaded heapless v0.8.0
10492024-06-12T20:03:54.648Z Downloaded x509-cert v0.2.5
10502024-06-12T20:03:54.672Z Downloaded unicode_categories v0.1.1
10512024-06-12T20:03:54.679Z Downloaded heck v0.3.3
10522024-06-12T20:03:54.679Z Downloaded proc-macro-error v1.0.4
10532024-06-12T20:03:54.679Z Downloaded similar-asserts v1.5.0
10542024-06-12T20:03:54.679Z Downloaded relative-path v1.9.3
10552024-06-12T20:03:54.679Z Downloaded nom v7.1.3
10562024-06-12T20:03:54.680Z Downloaded home v0.5.9
10572024-06-12T20:03:54.680Z Downloaded signature v1.6.4
10582024-06-12T20:03:54.680Z Downloaded hyper-staticfile v0.9.5
10592024-06-12T20:03:54.680Z Downloaded float-cmp v0.9.0
10602024-06-12T20:03:54.680Z Downloaded flagset v0.4.5
10612024-06-12T20:03:54.680Z Downloaded tokio-postgres v0.7.10
10622024-06-12T20:03:54.680Z Downloaded ron v0.8.1
10632024-06-12T20:03:54.684Z Downloaded steno v0.4.0
10642024-06-12T20:03:54.688Z Downloaded psl-types v2.0.11
10652024-06-12T20:03:54.688Z Downloaded diff v0.1.13
10662024-06-12T20:03:54.692Z Downloaded heapless v0.7.17
10672024-06-12T20:03:54.718Z Downloaded rustls-native-certs v0.7.0
10682024-06-12T20:03:54.719Z Downloaded usdt-impl v0.5.0
10692024-06-12T20:03:54.719Z Downloaded serde-big-array v0.4.1
10702024-06-12T20:03:54.719Z Downloaded sec1 v0.7.3
10712024-06-12T20:03:54.719Z Downloaded test-strategy v0.3.1
10722024-06-12T20:03:54.725Z Downloaded socket2 v0.4.10
10732024-06-12T20:03:54.726Z Downloaded headers v0.3.9
10742024-06-12T20:03:54.726Z Downloaded iana-time-zone v0.1.60
10752024-06-12T20:03:54.726Z Downloaded gethostname v0.4.3
10762024-06-12T20:03:54.726Z Downloaded hmac v0.12.1
10772024-06-12T20:03:54.726Z Downloaded rustls-pemfile v2.1.2
10782024-06-12T20:03:54.726Z Downloaded derive_builder_macro v0.20.0
10792024-06-12T20:03:54.727Z Downloaded subprocess v0.2.9
10802024-06-12T20:03:54.727Z Downloaded tinytemplate v1.2.1
10812024-06-12T20:03:54.727Z Downloaded trybuild v1.0.96
10822024-06-12T20:03:54.734Z Downloaded hyper-rustls v0.24.2
10832024-06-12T20:03:54.734Z Downloaded textwrap v0.16.1
10842024-06-12T20:03:54.734Z Downloaded blake2 v0.10.6
10852024-06-12T20:03:54.742Z Downloaded rust-argon2 v2.1.0
10862024-06-12T20:03:54.743Z Downloaded static_assertions v1.1.0
10872024-06-12T20:03:54.743Z Downloaded structmeta-derive v0.3.0
10882024-06-12T20:03:54.743Z Downloaded structmeta-derive v0.2.0
10892024-06-12T20:03:54.743Z Downloaded smawk v0.3.2
10902024-06-12T20:03:54.743Z Downloaded platforms v3.4.0
10912024-06-12T20:03:54.809Z Downloaded serde_repr v0.1.19
10922024-06-12T20:03:54.809Z Downloaded omicron-zone-package v0.11.0
10932024-06-12T20:03:54.809Z Downloaded num-traits v0.2.19
10942024-06-12T20:03:54.809Z Downloaded tiny-keccak v2.0.2
10952024-06-12T20:03:54.809Z Downloaded threadpool v1.8.1
10962024-06-12T20:03:54.809Z Downloaded rustfmt-wrapper v0.2.1
10972024-06-12T20:03:54.823Z Downloaded ipnetwork v0.20.0
10982024-06-12T20:03:54.823Z Downloaded inout v0.1.3
10992024-06-12T20:03:54.823Z Downloaded whoami v1.5.1
11002024-06-12T20:03:54.823Z Downloaded tokio-stream v0.1.15
11012024-06-12T20:03:54.824Z Downloaded tokio-rustls v0.25.0
11022024-06-12T20:03:54.824Z Downloaded tokio-rustls v0.24.1
11032024-06-12T20:03:54.824Z Downloaded crc-any v2.5.0
11042024-06-12T20:03:54.825Z Downloaded cfg-expr v0.15.8
11052024-06-12T20:03:54.825Z Downloaded rustc_version v0.1.7
11062024-06-12T20:03:54.825Z Downloaded rustc-hash v1.1.0
11072024-06-12T20:03:54.825Z Downloaded mockall_derive v0.12.1
11082024-06-12T20:03:54.826Z Downloaded oso v0.27.3
11092024-06-12T20:03:54.826Z Downloaded owo-colors v4.0.0
11102024-06-12T20:03:54.826Z Downloaded bindgen v0.69.4
11112024-06-12T20:03:54.826Z Downloaded ed25519 v1.5.3
11122024-06-12T20:03:54.827Z Downloaded dyn-clone v1.0.17
11132024-06-12T20:03:54.827Z Downloaded defmt-parser v0.3.4
11142024-06-12T20:03:54.827Z Downloaded defmt-macros v0.3.9
11152024-06-12T20:03:54.827Z Downloaded cookie_store v0.20.0
11162024-06-12T20:03:54.827Z Downloaded cookie v0.17.0
11172024-06-12T20:03:54.827Z Downloaded blake2b_simd v1.0.2
11182024-06-12T20:03:54.827Z Downloaded pem-rfc7468 v0.7.0
11192024-06-12T20:03:54.827Z Downloaded num-complex v0.4.6
11202024-06-12T20:03:54.828Z Downloaded console v0.15.8
11212024-06-12T20:03:54.828Z Downloaded spki v0.7.3
11222024-06-12T20:03:54.828Z Downloaded packed_struct v0.10.1
11232024-06-12T20:03:54.828Z Downloaded num v0.4.3
11242024-06-12T20:03:54.828Z Downloaded assert_cmd v2.0.14
11252024-06-12T20:03:54.828Z Downloaded shlex v1.3.0
11262024-06-12T20:03:54.828Z Downloaded num_enum_derive v0.5.11
11272024-06-12T20:03:54.828Z Downloaded num_enum v0.5.11
11282024-06-12T20:03:54.828Z Downloaded ciborium v0.2.2
11292024-06-12T20:03:54.829Z Downloaded usdt-attr-macro v0.5.0
11302024-06-12T20:03:54.834Z Downloaded camino-tempfile v1.1.1
11312024-06-12T20:03:54.834Z Downloaded argon2 v0.5.3
11322024-06-12T20:03:54.834Z Downloaded newtype-uuid v1.1.0
11332024-06-12T20:03:54.835Z Downloaded corncobs v0.1.3
11342024-06-12T20:03:54.835Z Downloaded arrayvec v0.7.4
11352024-06-12T20:03:54.835Z Downloaded zone_cfg_derive v0.1.2
11362024-06-12T20:03:54.835Z Downloaded crc v3.2.1
11372024-06-12T20:03:54.835Z Downloaded nanorand v0.7.0
11382024-06-12T20:03:54.836Z Downloaded crc-catalog v2.4.0
11392024-06-12T20:03:54.836Z Downloaded cipher v0.4.4
11402024-06-12T20:03:54.836Z Downloaded curve25519-dalek-derive v0.1.1
11412024-06-12T20:03:54.836Z Downloaded castaway v0.2.2
11422024-06-12T20:03:54.836Z Downloaded buf-list v1.0.3
11432024-06-12T20:03:54.842Z Downloaded new_debug_unreachable v1.0.6
11442024-06-12T20:03:54.842Z Downloaded datatest-stable v0.2.9
11452024-06-12T20:03:54.842Z Downloaded block-padding v0.3.3
11462024-06-12T20:03:54.842Z Downloaded sqlparser_derive v0.2.2
11472024-06-12T20:03:54.842Z Downloaded linear-map v1.2.0
11482024-06-12T20:03:54.850Z Downloaded libsw v3.3.1
11492024-06-12T20:03:54.850Z Downloaded lru v0.12.3
11502024-06-12T20:03:54.850Z Downloaded cancel-safe-futures v0.1.5
11512024-06-12T20:03:54.850Z Downloaded newline-converter v0.3.0
11522024-06-12T20:03:54.857Z Downloaded nested v0.1.1
11532024-06-12T20:03:54.857Z Downloaded cexpr v0.6.0
11542024-06-12T20:03:54.857Z Downloaded bytecount v0.6.8
11552024-06-12T20:03:54.858Z Downloaded bitflags v1.3.2
11562024-06-12T20:03:54.858Z Downloaded async-stream v0.3.5
11572024-06-12T20:03:54.862Z Downloaded anes v0.1.6
11582024-06-12T20:03:54.862Z Downloaded phf_shared v0.10.0
11592024-06-12T20:03:54.862Z Downloaded pem v3.0.4
11602024-06-12T20:03:54.862Z Downloaded pathdiff v0.2.1
11612024-06-12T20:03:54.862Z Downloaded path-slash v0.1.5
11622024-06-12T20:03:54.863Z Downloaded opaque-debug v0.3.1
11632024-06-12T20:03:54.867Z Downloaded oorandom v11.1.3
11642024-06-12T20:03:54.868Z Downloaded memmap v0.7.0
11652024-06-12T20:03:54.868Z Downloaded approx v0.5.1
11662024-06-12T20:03:54.868Z Downloaded mime_guess v2.0.4
11672024-06-12T20:03:54.900Z Downloaded crunchy v0.2.2
11682024-06-12T20:03:54.900Z Downloaded crucible-workspace-hack v0.1.0
11692024-06-12T20:03:54.901Z Downloaded const_format_proc_macros v0.2.32
11702024-06-12T20:03:54.901Z Downloaded bitfield v0.14.0
11712024-06-12T20:03:54.901Z Downloaded libxml v0.3.3
11722024-06-12T20:03:54.929Z Downloaded darling_macro v0.20.9
11732024-06-12T20:03:54.929Z Downloaded cstr-argument v0.1.2
11742024-06-12T20:03:54.929Z Downloaded ciborium-io v0.2.2
11752024-06-12T20:03:54.929Z Downloaded bitstruct_derive v0.1.0
11762024-06-12T20:03:54.929Z Downloaded assert_matches v1.5.0
11772024-06-12T20:03:54.929Z Downloaded ascii v1.1.0
11782024-06-12T20:03:54.929Z Downloaded convert_case v0.4.0
11792024-06-12T20:03:54.929Z Downloaded cassowary v0.3.0
11802024-06-12T20:03:54.929Z Downloaded base64 v0.13.1
11812024-06-12T20:03:54.929Z Downloaded keccak v0.1.5
11822024-06-12T20:03:54.930Z Downloaded is_ci v1.2.0
11832024-06-12T20:03:54.930Z Downloaded atomic-waker v1.1.2
11842024-06-12T20:03:54.930Z Downloaded debug-ignore v1.0.5
11852024-06-12T20:03:54.930Z Downloaded cookie v0.18.1
11862024-06-12T20:03:54.930Z Downloaded async-recursion v1.1.1
11872024-06-12T20:03:54.930Z Downloaded base64ct v1.6.0
11882024-06-12T20:03:54.930Z Downloaded bcs v0.1.6
11892024-06-12T20:03:54.930Z Downloaded backoff v0.4.0
11902024-06-12T20:03:54.930Z Downloaded atty v0.2.14
11912024-06-12T20:03:54.930Z Downloaded atomicwrites v0.4.3
11922024-06-12T20:03:54.930Z Downloaded async-trait v0.1.80
11932024-06-12T20:03:54.930Z Downloaded async-stream-impl v0.3.5
11942024-06-12T20:03:54.931Z Downloaded ascii-canvas v3.0.0
11952024-06-12T20:03:55.037Z Downloaded ring v0.17.8
11962024-06-12T20:03:55.135Z Downloaded ring v0.16.20
11972024-06-12T20:03:55.837Z Compiling serde v1.0.203
11982024-06-12T20:03:55.851Z Checking cfg-if v1.0.0
11992024-06-12T20:03:55.900Z Compiling libm v0.2.8
12002024-06-12T20:03:55.916Z Checking libc v0.2.155
12012024-06-12T20:03:55.927Z Compiling syn v2.0.64
12022024-06-12T20:03:55.927Z Compiling num-traits v0.2.19
12032024-06-12T20:03:55.933Z Compiling ahash v0.8.11
12042024-06-12T20:03:55.933Z Compiling getrandom v0.2.14
12052024-06-12T20:03:56.217Z Compiling serde_json v1.0.117
12062024-06-12T20:03:56.322Z Compiling byteorder v1.5.0
12072024-06-12T20:03:56.332Z Compiling log v0.4.21
12082024-06-12T20:03:56.418Z Compiling generic-array v0.14.7
12092024-06-12T20:03:56.450Z Checking memchr v2.7.2
12102024-06-12T20:03:56.558Z Checking itoa v1.0.11
12112024-06-12T20:03:56.736Z Compiling syn v1.0.109
12122024-06-12T20:03:56.757Z Compiling allocator-api2 v0.2.18
12132024-06-12T20:03:56.792Z Checking scopeguard v1.2.0
12142024-06-12T20:03:56.821Z Checking smallvec v1.13.2
12152024-06-12T20:03:56.932Z Checking lock_api v0.4.12
12162024-06-12T20:03:57.144Z Compiling schemars v0.8.20
12172024-06-12T20:03:57.169Z Compiling ring v0.17.8
12182024-06-12T20:03:57.322Z Compiling time-macros v0.2.18
12192024-06-12T20:03:57.367Z Checking once_cell v1.19.0
12202024-06-12T20:03:57.527Z Checking parking_lot_core v0.9.10
12212024-06-12T20:03:57.547Z Compiling aho-corasick v1.1.3
12222024-06-12T20:03:57.842Z Checking parking_lot v0.12.2
12232024-06-12T20:03:57.917Z Checking pin-project-lite v0.2.14
12242024-06-12T20:03:58.018Z Compiling regex-syntax v0.8.3
12252024-06-12T20:04:00.860Z Checking signal-hook-registry v1.4.2
12262024-06-12T20:04:01.092Z Checking mio v0.8.11
12272024-06-12T20:04:01.270Z Compiling slog v2.7.0
12282024-06-12T20:04:01.406Z Compiling regex-automata v0.4.6
12292024-06-12T20:04:01.834Z Checking num_cpus v1.16.0
12302024-06-12T20:04:01.927Z Checking ryu v1.0.18
12312024-06-12T20:04:01.945Z Compiling crossbeam-utils v0.8.19
12322024-06-12T20:04:02.141Z Checking rand_core v0.6.4
12332024-06-12T20:04:02.438Z Compiling iana-time-zone v0.1.60
12342024-06-12T20:04:02.580Z Compiling rustls v0.21.12
12352024-06-12T20:04:02.617Z Checking futures-core v0.3.30
12362024-06-12T20:04:02.809Z Checking socket2 v0.5.7
12372024-06-12T20:04:02.859Z Compiling cookie v0.17.0
12382024-06-12T20:04:02.881Z Compiling backtrace v0.3.71
12392024-06-12T20:04:03.176Z Compiling serde_derive_internals v0.29.1
12402024-06-12T20:04:03.263Z Compiling dyn-clone v1.0.17
12412024-06-12T20:04:03.288Z Compiling ucd-trie v0.1.6
12422024-06-12T20:04:03.342Z Compiling anyhow v1.0.86
12432024-06-12T20:04:04.113Z Compiling unicode-normalization v0.1.23
12442024-06-12T20:04:04.464Z Compiling either v1.12.0
12452024-06-12T20:04:04.692Z Compiling unicode-bidi v0.3.15
12462024-06-12T20:04:04.785Z Compiling usdt-impl v0.5.0
12472024-06-12T20:04:04.850Z Checking futures-sink v0.3.30
12482024-06-12T20:04:05.001Z Compiling plain v0.2.3
12492024-06-12T20:04:05.093Z Compiling unicode-width v0.1.12
12502024-06-12T20:04:05.205Z Compiling spin v0.9.8
12512024-06-12T20:04:05.322Z Compiling pretty-hex v0.4.1
12522024-06-12T20:04:05.340Z Compiling winnow v0.5.40
12532024-06-12T20:04:05.547Z Compiling thread-id v4.2.1
12542024-06-12T20:04:05.583Z Checking futures-channel v0.3.30
12552024-06-12T20:04:05.654Z Checking slab v0.4.9
12562024-06-12T20:04:05.907Z Checking futures-task v0.3.30
12572024-06-12T20:04:05.928Z Compiling const-oid v0.9.6
12582024-06-12T20:04:06.045Z Compiling subtle v2.5.0
12592024-06-12T20:04:06.132Z Checking futures-io v0.3.30
12602024-06-12T20:04:06.289Z Checking pin-utils v0.1.0
12612024-06-12T20:04:06.310Z Compiling untrusted v0.9.0
12622024-06-12T20:04:06.374Z Compiling signal-hook v0.3.17
12632024-06-12T20:04:06.394Z Compiling spin v0.5.2
12642024-06-12T20:04:06.621Z Compiling regex v1.10.4
12652024-06-12T20:04:06.677Z Compiling siphasher v0.3.11
12662024-06-12T20:04:07.347Z Compiling time v0.3.36
12672024-06-12T20:04:07.716Z Compiling idna v0.5.0
12682024-06-12T20:04:07.871Z Checking typenum v1.17.0
12692024-06-12T20:04:09.094Z Compiling sct v0.7.1
12702024-06-12T20:04:09.243Z Compiling rustls-webpki v0.101.7
12712024-06-12T20:04:09.404Z Compiling url v2.5.0
12722024-06-12T20:04:10.472Z Compiling idna v0.3.0
12732024-06-12T20:04:10.737Z Compiling serde_derive v1.0.203
12742024-06-12T20:04:11.241Z Compiling zerocopy-derive v0.7.34
12752024-06-12T20:04:11.369Z Compiling thiserror-impl v1.0.60
12762024-06-12T20:04:11.752Z Compiling zeroize_derive v1.4.2
12772024-06-12T20:04:12.011Z Compiling tokio-macros v2.2.0
12782024-06-12T20:04:12.980Z Compiling futures-macro v0.3.30
12792024-06-12T20:04:13.397Z Compiling tracing-attributes v0.1.27
12802024-06-12T20:04:13.550Z Compiling zerocopy v0.7.34
12812024-06-12T20:04:13.718Z Compiling schemars_derive v0.8.20
12822024-06-12T20:04:14.724Z Compiling thiserror v1.0.60
12832024-06-12T20:04:14.831Z Compiling openssl-macros v0.1.1
12842024-06-12T20:04:14.871Z Compiling async-trait v0.1.80
12852024-06-12T20:04:15.218Z Checking zeroize v1.7.0
12862024-06-12T20:04:15.625Z Compiling scroll_derive v0.12.0
12872024-06-12T20:04:15.645Z Compiling pest v2.7.10
12882024-06-12T20:04:15.795Z Compiling hashbrown v0.14.5
12892024-06-12T20:04:17.232Z Compiling der_derive v0.7.2
12902024-06-12T20:04:17.371Z Compiling scroll v0.12.0
12912024-06-12T20:04:17.753Z Compiling futures-util v0.3.30
12922024-06-12T20:04:17.910Z Compiling goblin v0.8.2
12932024-06-12T20:04:18.551Z Compiling pest_meta v2.7.10
12942024-06-12T20:04:19.207Z Compiling tracing v0.1.40
12952024-06-12T20:04:19.730Z Compiling pest_generator v2.7.10
12962024-06-12T20:04:19.812Z Compiling clap_derive v4.5.4
12972024-06-12T20:04:21.927Z Compiling crypto-common v0.1.6
12982024-06-12T20:04:22.340Z Compiling zerocopy-derive v0.6.6
12992024-06-12T20:04:23.838Z Compiling block-buffer v0.10.4
13002024-06-12T20:04:24.468Z Compiling pest_derive v2.7.10
13012024-06-12T20:04:24.474Z Compiling digest v0.10.7
13022024-06-12T20:04:24.514Z Checking bytes v1.6.0
13032024-06-12T20:04:24.852Z Checking bitflags v2.5.0
13042024-06-12T20:04:24.982Z Compiling dtrace-parser v0.2.0
13052024-06-12T20:04:25.281Z Checking tokio v1.37.0
13062024-06-12T20:04:25.398Z Compiling psl-types v2.0.11
13072024-06-12T20:04:25.584Z Compiling indexmap v2.2.6
13082024-06-12T20:04:26.250Z Compiling semver v1.0.23
13092024-06-12T20:04:26.431Z Compiling serde_tokenstream v0.2.0
13102024-06-12T20:04:26.991Z Compiling uuid v1.8.0
13112024-06-12T20:04:27.011Z Compiling chrono v0.4.38
13122024-06-12T20:04:27.125Z Compiling http v0.2.12
13132024-06-12T20:04:27.239Z Compiling serde_spanned v0.6.6
13142024-06-12T20:04:27.383Z Compiling toml_datetime v0.6.6
13152024-06-12T20:04:27.455Z Compiling rustc_version v0.4.0
13162024-06-12T20:04:28.267Z Compiling rustix v0.38.34
13172024-06-12T20:04:28.430Z Compiling toml_edit v0.19.15
13182024-06-12T20:04:28.546Z Compiling openapiv3 v2.0.0
13192024-06-12T20:04:28.841Z Compiling dof v0.3.0
13202024-06-12T20:04:31.290Z Compiling http-body v0.4.6
13212024-06-12T20:04:31.311Z Compiling openssl v0.10.64
13222024-06-12T20:04:31.729Z Compiling heapless v0.7.17
13232024-06-12T20:04:32.148Z Compiling ppv-lite86 v0.2.17
13242024-06-12T20:04:32.302Z Compiling crossbeam-epoch v0.9.18
13252024-06-12T20:04:32.650Z Compiling usdt-attr-macro v0.5.0
13262024-06-12T20:04:32.886Z Compiling usdt-macro v0.5.0
13272024-06-12T20:04:32.990Z Compiling rand_chacha v0.3.1
13282024-06-12T20:04:33.081Z Compiling publicsuffix v2.2.3
13292024-06-12T20:04:33.629Z Compiling unicode-xid v0.2.4
13302024-06-12T20:04:33.793Z Compiling bit-vec v0.6.3
13312024-06-12T20:04:34.278Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13322024-06-12T20:04:34.336Z Compiling cookie_store v0.20.0
13332024-06-12T20:04:34.464Z Compiling rand v0.8.5
13342024-06-12T20:04:35.126Z Compiling serde_urlencoded v0.7.1
13352024-06-12T20:04:35.542Z Compiling phf_shared v0.10.0
13362024-06-12T20:04:35.677Z Compiling tokio-util v0.7.11
13372024-06-12T20:04:35.749Z Compiling tokio-rustls v0.24.1
13382024-06-12T20:04:35.993Z Compiling lazy_static v1.4.0
13392024-06-12T20:04:36.421Z Compiling fixedbitset v0.4.2
13402024-06-12T20:04:36.421Z Compiling webpki-roots v0.25.4
13412024-06-12T20:04:36.421Z Compiling new_debug_unreachable v1.0.6
13422024-06-12T20:04:36.421Z Compiling smoltcp v0.9.1
13432024-06-12T20:04:36.487Z Compiling minimal-lexical v0.2.1
13442024-06-12T20:04:36.556Z Compiling precomputed-hash v0.1.1
13452024-06-12T20:04:36.577Z Compiling gimli v0.28.1
13462024-06-12T20:04:36.670Z Compiling h2 v0.3.26
13472024-06-12T20:04:36.769Z Compiling base64ct v1.6.0
13482024-06-12T20:04:37.003Z Checking fnv v1.0.7
13492024-06-12T20:04:37.047Z Compiling nom v7.1.3
13502024-06-12T20:04:37.099Z Compiling string_cache v0.8.7
13512024-06-12T20:04:37.127Z Compiling petgraph v0.6.5
13522024-06-12T20:04:37.351Z Compiling native-tls v0.2.11
13532024-06-12T20:04:37.578Z Compiling pem-rfc7468 v0.7.0
13542024-06-12T20:04:38.001Z Compiling tokio-native-tls v0.3.1
13552024-06-12T20:04:38.323Z Compiling bit-set v0.5.3
13562024-06-12T20:04:38.330Z Compiling hmac v0.12.1
13572024-06-12T20:04:38.568Z Compiling hubpack_derive v0.1.1
13582024-06-12T20:04:38.590Z Compiling enum-as-inner v0.5.1
13592024-06-12T20:04:39.490Z Compiling itertools v0.10.5
13602024-06-12T20:04:39.899Z Compiling diesel_table_macro_syntax v0.1.0
13612024-06-12T20:04:40.084Z Compiling object v0.32.2
13622024-06-12T20:04:40.119Z Compiling rustc-demangle v0.1.24
13632024-06-12T20:04:40.740Z Compiling addr2line v0.21.0
13642024-06-12T20:04:41.097Z Compiling flagset v0.4.5
13652024-06-12T20:04:41.263Z Compiling unicode-segmentation v1.11.0
13662024-06-12T20:04:41.305Z Compiling lalrpop-util v0.19.12
13672024-06-12T20:04:41.410Z Compiling toml_edit v0.22.13
13682024-06-12T20:04:41.528Z Compiling der v0.7.9
13692024-06-12T20:04:41.664Z Compiling diesel_derives v2.1.4
13702024-06-12T20:04:42.309Z Compiling futures-executor v0.3.30
13712024-06-12T20:04:42.681Z Compiling itertools v0.12.1
13722024-06-12T20:04:42.933Z Compiling finl_unicode v1.2.0
13732024-06-12T20:04:43.053Z Compiling sha2 v0.10.8
13742024-06-12T20:04:43.502Z Compiling hyper v0.14.28
13752024-06-12T20:04:44.876Z Compiling spki v0.7.3
13762024-06-12T20:04:45.289Z Compiling stringprep v0.1.4
13772024-06-12T20:04:45.779Z Compiling futures v0.3.30
13782024-06-12T20:04:45.902Z Compiling toml v0.7.8
13792024-06-12T20:04:46.469Z Compiling hex v0.4.3
13802024-06-12T20:04:46.544Z Compiling md-5 v0.10.6
13812024-06-12T20:04:47.079Z Compiling serde_repr v0.1.19
13822024-06-12T20:04:47.242Z Compiling strum_macros v0.25.3
13832024-06-12T20:04:48.251Z Compiling num-integer v0.1.46
13842024-06-12T20:04:48.288Z Compiling hash32 v0.2.1
13852024-06-12T20:04:48.564Z Compiling fs-err v2.11.0
13862024-06-12T20:04:48.665Z Compiling fallible-iterator v0.2.0
13872024-06-12T20:04:48.821Z Checking tinyvec_macros v0.1.1
13882024-06-12T20:04:48.914Z Compiling stable_deref_trait v1.2.0
13892024-06-12T20:04:49.050Z Checking tinyvec v1.6.0
13902024-06-12T20:04:49.357Z Compiling postgres-protocol v0.6.6
13912024-06-12T20:04:50.203Z Compiling hyper-tls v0.5.0
13922024-06-12T20:04:50.237Z Compiling hyper-rustls v0.24.2
13932024-06-12T20:04:50.359Z Compiling pkcs8 v0.10.2
13942024-06-12T20:04:50.580Z Compiling reqwest v0.11.27
13952024-06-12T20:04:50.603Z Compiling terminal_size v0.3.0
13962024-06-12T20:04:50.763Z Compiling block-padding v0.3.3
13972024-06-12T20:04:50.805Z Compiling phf_shared v0.11.2
13982024-06-12T20:04:50.924Z Compiling ff v0.13.0
13992024-06-12T20:04:51.014Z Compiling scheduled-thread-pool v0.2.7
14002024-06-12T20:04:51.185Z Compiling managed v0.8.0
14012024-06-12T20:04:51.340Z Compiling matches v0.1.10
14022024-06-12T20:04:51.588Z Checking equivalent v1.0.1
14032024-06-12T20:04:51.593Z Compiling base16ct v0.2.0
14042024-06-12T20:04:51.653Z Compiling bitflags v1.3.2
14052024-06-12T20:04:51.696Z Compiling peg-runtime v0.8.3
14062024-06-12T20:04:51.796Z Compiling sec1 v0.7.3
14072024-06-12T20:04:52.348Z Compiling idna v0.2.3
14082024-06-12T20:04:52.369Z Compiling r2d2 v0.8.10
14092024-06-12T20:04:52.717Z Compiling signal-hook-mio v0.2.3
14102024-06-12T20:04:52.868Z Compiling clap_builder v4.5.2
14112024-06-12T20:04:53.159Z Compiling group v0.13.0
14122024-06-12T20:04:53.212Z Compiling phf v0.11.2
14132024-06-12T20:04:53.484Z Compiling inout v0.1.3
14142024-06-12T20:04:53.504Z Compiling postgres-types v0.2.6
14152024-06-12T20:04:53.545Z Compiling num-bigint v0.4.5
14162024-06-12T20:04:53.769Z Compiling hubpack v0.1.2
14172024-06-12T20:04:53.898Z Compiling hkdf v0.12.4
14182024-06-12T20:04:54.166Z Compiling ipnetwork v0.20.0
14192024-06-12T20:04:54.192Z Compiling zerocopy v0.6.6
14202024-06-12T20:04:54.232Z Compiling crypto-bigint v0.5.5
14212024-06-12T20:04:55.023Z Compiling float-cmp v0.9.0
14222024-06-12T20:04:55.095Z Compiling memmap v0.7.0
14232024-06-12T20:04:55.100Z Compiling static_assertions v1.1.0
14242024-06-12T20:04:55.221Z Compiling predicates-core v1.0.6
14252024-06-12T20:04:55.242Z Compiling data-encoding v2.6.0
14262024-06-12T20:04:55.501Z Compiling whoami v1.5.1
14272024-06-12T20:04:55.592Z Compiling normalize-line-endings v0.3.0
14282024-06-12T20:04:55.720Z Compiling difflib v0.4.0
14292024-06-12T20:04:56.125Z Compiling predicates v3.1.0
14302024-06-12T20:04:57.419Z Compiling elliptic-curve v0.13.8
14312024-06-12T20:04:57.767Z Compiling diesel v2.1.6
14322024-06-12T20:04:57.784Z Compiling yasna v0.5.2
14332024-06-12T20:04:57.956Z Compiling clap v4.5.4
14342024-06-12T20:04:58.086Z Compiling trust-dns-proto v0.22.0
14352024-06-12T20:04:58.287Z Compiling tokio-postgres v0.7.10
14362024-06-12T20:04:59.719Z Compiling usdt v0.5.0
14372024-06-12T20:05:00.290Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14382024-06-12T20:05:00.773Z Compiling cipher v0.4.4
14392024-06-12T20:05:00.923Z Compiling crossterm v0.27.0
14402024-06-12T20:05:03.719Z Compiling num-iter v0.1.45
14412024-06-12T20:05:03.912Z Compiling similar v2.5.0
14422024-06-12T20:05:04.225Z Compiling console v0.15.8
14432024-06-12T20:05:04.262Z Compiling tokio-stream v0.1.15
14442024-06-12T20:05:04.728Z Compiling bstr v1.9.1
14452024-06-12T20:05:06.123Z Checking tracing-core v0.1.32
14462024-06-12T20:05:06.681Z Checking percent-encoding v2.3.1
14472024-06-12T20:05:06.907Z Checking form_urlencoded v1.2.1
14482024-06-12T20:05:07.091Z Checking unicode-ident v1.0.12
14492024-06-12T20:05:07.112Z Checking httparse v1.8.0
14502024-06-12T20:05:07.252Z Checking powerfmt v0.2.0
14512024-06-12T20:05:07.499Z Checking errno v0.3.9
14522024-06-12T20:05:07.526Z Checking deranged v0.3.11
14532024-06-12T20:05:07.658Z Checking num_threads v0.1.7
14542024-06-12T20:05:07.767Z Checking time-core v0.1.2
14552024-06-12T20:05:07.915Z Checking num-conv v0.1.0
14562024-06-12T20:05:08.161Z Checking proc-macro2 v1.0.82
14572024-06-12T20:05:08.488Z Checking cpufeatures v0.2.12
14582024-06-12T20:05:08.648Z Checking base64 v0.21.7
14592024-06-12T20:05:09.082Z Checking quote v1.0.36
14602024-06-12T20:05:09.519Z Checking try-lock v0.2.5
14612024-06-12T20:05:09.529Z Checking adler v1.0.2
14622024-06-12T20:05:09.530Z Checking miniz_oxide v0.7.2
14632024-06-12T20:05:09.813Z Checking want v0.3.1
14642024-06-12T20:05:09.985Z Checking tower-service v0.3.2
14652024-06-12T20:05:10.175Z Checking httpdate v1.0.3
14662024-06-12T20:05:10.605Z Checking foreign-types-shared v0.1.1
14672024-06-12T20:05:10.700Z Checking openssl-probe v0.1.5
14682024-06-12T20:05:10.714Z Checking foreign-types v0.3.2
14692024-06-12T20:05:10.788Z Checking openssl-sys v0.9.102
14702024-06-12T20:05:10.806Z Checking mime v0.3.17
14712024-06-12T20:05:11.802Z Checking ipnet v2.9.0
14722024-06-12T20:05:12.705Z Checking utf8parse v0.2.1
14732024-06-12T20:05:15.530Z Checking encoding_rs v0.8.34
14742024-06-12T20:05:15.882Z Checking anstyle v1.0.7
14752024-06-12T20:05:16.511Z Checking rustls-pemfile v1.0.4
14762024-06-12T20:05:17.625Z Checking sync_wrapper v0.1.2
14772024-06-12T20:05:18.140Z Checking anstyle-parse v0.2.4
14782024-06-12T20:05:18.188Z Checking anstyle-query v1.0.3
14792024-06-12T20:05:18.206Z Checking is_terminal_polyfill v1.70.0
14802024-06-12T20:05:18.299Z Checking colorchoice v1.0.1
14812024-06-12T20:05:18.430Z Checking anstream v0.6.14
14822024-06-12T20:05:18.888Z Checking clap_lex v0.7.0
14832024-06-12T20:05:19.131Z Checking strsim v0.11.1
14842024-06-12T20:05:20.239Z Checking crc32fast v1.4.0
14852024-06-12T20:05:22.405Z Checking flate2 v1.0.30
14862024-06-12T20:05:22.644Z Checking winnow v0.6.8
14872024-06-12T20:05:31.413Z Compiling regress v0.9.1
14882024-06-12T20:05:31.796Z Compiling getopts v0.2.21
14892024-06-12T20:05:31.851Z Checking heck v0.5.0
14902024-06-12T20:05:31.953Z Compiling unsafe-libyaml v0.2.11
14912024-06-12T20:05:32.810Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
14922024-06-12T20:05:33.109Z Checking camino v1.1.7
14932024-06-12T20:05:33.232Z Compiling serde_yaml v0.9.34+deprecated
14942024-06-12T20:05:33.655Z Checking is-terminal v0.4.12
14952024-06-12T20:05:33.786Z Checking base64 v0.22.1
14962024-06-12T20:05:33.895Z Compiling paste v1.0.15
14972024-06-12T20:05:34.208Z Checking sha1 v0.10.6
14982024-06-12T20:05:34.234Z Checking http v1.1.0
14992024-06-12T20:05:34.499Z Compiling ident_case v1.0.1
15002024-06-12T20:05:34.679Z Compiling darling_core v0.20.9
15012024-06-12T20:05:35.371Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15022024-06-12T20:05:35.497Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15032024-06-12T20:05:35.696Z Compiling strum_macros v0.26.2
15042024-06-12T20:05:35.933Z Checking rustls-pki-types v1.7.0
15052024-06-12T20:05:36.329Z Checking fastrand v2.1.0
15062024-06-12T20:05:36.604Z Checking match_cfg v0.1.0
15072024-06-12T20:05:36.652Z Checking tempfile v3.10.1
15082024-06-12T20:05:36.701Z Checking hostname v0.3.1
15092024-06-12T20:05:36.833Z Checking dirs-sys-next v0.1.2
15102024-06-12T20:05:36.992Z Checking quick-error v1.2.3
15112024-06-12T20:05:37.036Z Checking dirs-next v2.0.0
15122024-06-12T20:05:37.137Z Checking crossbeam-channel v0.5.12
15132024-06-12T20:05:37.159Z Checking thread_local v1.1.8
15142024-06-12T20:05:37.438Z Compiling rustls v0.22.4
15152024-06-12T20:05:37.486Z Checking term v0.7.0
15162024-06-12T20:05:37.731Z Checking rustls-webpki v0.102.4
15172024-06-12T20:05:37.882Z Checking instant v0.1.12
15182024-06-12T20:05:37.936Z Checking take_mut v0.2.2
15192024-06-12T20:05:37.958Z Checking slog-term v2.9.1
15202024-06-12T20:05:38.001Z Checking rustls-pemfile v2.1.2
15212024-06-12T20:05:38.061Z Checking slog-async v2.8.0
15222024-06-12T20:05:38.241Z Compiling multer v3.1.0
15232024-06-12T20:05:38.350Z Checking debug-ignore v1.0.5
15242024-06-12T20:05:38.444Z Checking toml v0.8.13
15252024-06-12T20:05:38.492Z Checking slog-json v2.6.1
15262024-06-12T20:05:38.587Z Compiling async-stream-impl v0.3.5
15272024-06-12T20:05:38.755Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
15282024-06-12T20:05:39.049Z Checking atomic-waker v1.1.2
15292024-06-12T20:05:39.188Z Checking waitgroup v0.1.2
15302024-06-12T20:05:39.280Z Checking slog-bunyan v2.5.0
15312024-06-12T20:05:39.442Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
15322024-06-12T20:05:39.720Z Checking serde_path_to_error v0.1.16
15332024-06-12T20:05:39.989Z Checking async-stream v0.3.5
15342024-06-12T20:05:40.217Z Checking hostname v0.4.0
15352024-06-12T20:05:40.360Z Checking newtype-uuid v1.1.0
15362024-06-12T20:05:40.381Z Checking wait-timeout v0.2.0
15372024-06-12T20:05:40.557Z Compiling structmeta-derive v0.3.0
15382024-06-12T20:05:40.596Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15392024-06-12T20:05:40.841Z Checking rusty-fork v0.3.0
15402024-06-12T20:05:41.123Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15412024-06-12T20:05:41.143Z Checking strum v0.26.2
15422024-06-12T20:05:41.308Z Compiling structmeta-derive v0.2.0
15432024-06-12T20:05:41.787Z Checking rand_xorshift v0.3.0
15442024-06-12T20:05:41.912Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
15452024-06-12T20:05:41.964Z Checking unarray v0.1.4
15462024-06-12T20:05:42.100Z Checking tokio-rustls v0.25.0
15472024-06-12T20:05:42.129Z Checking proptest v1.4.0
15482024-06-12T20:05:42.205Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15492024-06-12T20:05:42.232Z Compiling darling_macro v0.20.9
15502024-06-12T20:05:42.763Z Checking backoff v0.4.0
15512024-06-12T20:05:42.770Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15522024-06-12T20:05:43.260Z Compiling darling v0.20.9
15532024-06-12T20:05:43.384Z Compiling serde_with_macros v3.8.1
15542024-06-12T20:05:43.467Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15552024-06-12T20:05:43.618Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
15562024-06-12T20:05:43.690Z Compiling structmeta v0.3.0
15572024-06-12T20:05:43.997Z Checking macaddr v1.0.1
15582024-06-12T20:05:44.122Z Compiling parse-display-derive v0.9.0
15592024-06-12T20:05:44.296Z Compiling proc-macro-error-attr v1.0.4
15602024-06-12T20:05:44.412Z Compiling structmeta v0.2.0
15612024-06-12T20:05:44.656Z Compiling proc-macro-error v1.0.4
15622024-06-12T20:05:44.853Z Compiling test-strategy v0.3.1
15632024-06-12T20:05:46.217Z Checking camino-tempfile v1.1.1
15642024-06-12T20:05:46.497Z Compiling proc-macro-crate v1.3.1
15652024-06-12T20:05:46.676Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15662024-06-12T20:05:46.707Z Checking serde_with v3.8.1
15672024-06-12T20:05:46.767Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15682024-06-12T20:05:47.017Z Compiling foreign-types-macros v0.2.3
15692024-06-12T20:05:47.033Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15702024-06-12T20:05:47.298Z Checking foreign-types-shared v0.3.1
15712024-06-12T20:05:47.603Z Compiling num_enum_derive v0.5.11
15722024-06-12T20:05:47.767Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15732024-06-12T20:05:48.310Z Checking foreign-types v0.5.0
15742024-06-12T20:05:48.410Z Checking cstr-argument v0.1.2
15752024-06-12T20:05:48.597Z Checking pretty-hex v0.2.1
15762024-06-12T20:05:48.782Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15772024-06-12T20:05:48.795Z Checking tabwriter v1.4.0
15782024-06-12T20:05:49.010Z Checking colored v2.1.0
15792024-06-12T20:05:49.041Z Checking socket2 v0.4.10
15802024-06-12T20:05:49.084Z Checking smf v0.2.3
15812024-06-12T20:05:49.099Z Checking parse-display v0.9.0
15822024-06-12T20:05:49.274Z Checking humantime v2.1.0
15832024-06-12T20:05:49.328Z Checking termcolor v1.4.1
15842024-06-12T20:05:49.450Z Checking arc-swap v1.7.1
15852024-06-12T20:05:49.542Z Checking newline-converter v0.3.0
15862024-06-12T20:05:49.556Z Checking same-file v1.0.6
15872024-06-12T20:05:49.704Z Checking expectorate v1.1.0
15882024-06-12T20:05:49.738Z Checking walkdir v2.5.0
15892024-06-12T20:05:49.756Z Checking xattr v1.3.1
15902024-06-12T20:05:49.850Z Checking slog-scope v4.4.0
15912024-06-12T20:05:49.867Z Checking filetime v0.2.23
15922024-06-12T20:05:49.926Z Checking utf-8 v0.7.6
15932024-06-12T20:05:49.999Z Compiling heapless v0.8.0
15942024-06-12T20:05:50.042Z Checking slog-stdlog v4.1.1
15952024-06-12T20:05:50.075Z Checking tar v0.4.40
15962024-06-12T20:05:50.100Z Checking termtree v0.4.1
15972024-06-12T20:05:50.128Z Checking tungstenite v0.20.1
15982024-06-12T20:05:50.231Z Checking slog-envlogger v2.2.0
15992024-06-12T20:05:50.348Z Checking predicates-tree v1.0.9
16002024-06-12T20:05:50.422Z Checking hash32 v0.3.1
16012024-06-12T20:05:50.470Z Checking num_enum v0.5.11
16022024-06-12T20:05:50.500Z Compiling smoltcp v0.11.0
16032024-06-12T20:05:50.613Z Checking embedded-io v0.4.0
16042024-06-12T20:05:50.633Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16052024-06-12T20:05:50.825Z Compiling crucible-workspace-hack v0.1.0
16062024-06-12T20:05:50.889Z Checking cobs v0.2.3
16072024-06-12T20:05:50.897Z Checking sigpipe v0.1.3
16082024-06-12T20:05:51.411Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
16092024-06-12T20:05:51.422Z Checking tokio-tungstenite v0.20.1
16102024-06-12T20:05:51.422Z Checking postcard v1.0.8
16112024-06-12T20:05:51.422Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
16122024-06-12T20:05:51.422Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
16132024-06-12T20:05:51.422Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
16142024-06-12T20:05:51.422Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16152024-06-12T20:05:51.467Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
16162024-06-12T20:05:51.580Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
16172024-06-12T20:05:51.764Z Checking pem v3.0.4
16182024-06-12T20:05:51.908Z Compiling mockall_derive v0.12.1
16192024-06-12T20:05:52.013Z Compiling num-derive v0.4.2
16202024-06-12T20:05:52.138Z Checking atty v0.2.14
16212024-06-12T20:05:52.264Z Checking downcast v0.11.0
16222024-06-12T20:05:52.488Z Checking fragile v2.0.0
16232024-06-12T20:05:52.726Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
16242024-06-12T20:05:52.972Z Compiling derive-where v1.2.7
16252024-06-12T20:05:52.992Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
16262024-06-12T20:05:53.427Z Checking env_logger v0.9.3
16272024-06-12T20:05:53.691Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16282024-06-12T20:05:53.880Z Compiling bitstruct_derive v0.1.0
16292024-06-12T20:05:54.047Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16302024-06-12T20:05:54.171Z Checking ascii v1.1.0
16312024-06-12T20:05:54.427Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
16322024-06-12T20:05:54.971Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
16332024-06-12T20:05:54.977Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
16342024-06-12T20:05:54.977Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16352024-06-12T20:05:55.049Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16362024-06-12T20:05:55.291Z Checking bitstruct v0.1.1
16372024-06-12T20:05:55.337Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16382024-06-12T20:05:55.401Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16392024-06-12T20:05:55.439Z Checking erased-serde v0.3.31
16402024-06-12T20:05:55.490Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16412024-06-12T20:05:55.633Z Checking serde_arrays v0.1.0
16422024-06-12T20:05:55.670Z Compiling heck v0.3.3
16432024-06-12T20:05:55.780Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
16442024-06-12T20:05:56.082Z Checking tungstenite v0.21.0
16452024-06-12T20:05:56.089Z Compiling zone_cfg_derive v0.1.2
16462024-06-12T20:05:56.269Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
16472024-06-12T20:05:56.462Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16482024-06-12T20:05:56.703Z Checking headers-core v0.2.0
16492024-06-12T20:05:56.844Z Checking base64 v0.13.1
16502024-06-12T20:05:56.891Z Checking tokio-tungstenite v0.21.0
16512024-06-12T20:05:57.395Z Checking ron v0.7.1
16522024-06-12T20:05:57.395Z Checking headers v0.3.9
16532024-06-12T20:05:57.597Z Checking zone v0.1.8
16542024-06-12T20:05:57.801Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
16552024-06-12T20:05:58.252Z Checking portpicker v0.1.1
16562024-06-12T20:05:58.353Z Checking rcgen v0.12.1
16572024-06-12T20:05:58.385Z Checking atomicwrites v0.4.3
16582024-06-12T20:05:58.413Z Checking subprocess v0.2.9
16592024-06-12T20:05:58.572Z Compiling convert_case v0.4.0
16602024-06-12T20:05:58.935Z Checking password-hash v0.5.0
16612024-06-12T20:05:59.001Z Checking blake2 v0.10.6
16622024-06-12T20:05:59.377Z Checking linked-hash-map v0.5.6
16632024-06-12T20:05:59.458Z Checking argon2 v0.5.3
16642024-06-12T20:05:59.559Z Compiling derive_more v0.99.17
16652024-06-12T20:05:59.681Z Checking lru-cache v0.1.2
16662024-06-12T20:05:59.760Z Checking swrite v0.1.0
16672024-06-12T20:05:59.857Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16682024-06-12T20:05:59.874Z Compiling rayon-core v1.12.1
16692024-06-12T20:05:59.895Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
16702024-06-12T20:06:00.066Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16712024-06-12T20:06:00.146Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16722024-06-12T20:06:00.637Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16732024-06-12T20:06:00.638Z Checking resolv-conf v0.7.0
16742024-06-12T20:06:00.638Z Checking half v2.4.1
16752024-06-12T20:06:00.638Z Checking mockall v0.12.1
16762024-06-12T20:06:00.638Z Checking ciborium-io v0.2.2
16772024-06-12T20:06:00.638Z Compiling cancel-safe-futures v0.1.5
16782024-06-12T20:06:00.638Z Checking trust-dns-resolver v0.22.0
16792024-06-12T20:06:00.663Z Compiling semver v0.1.20
16802024-06-12T20:06:00.770Z Checking ciborium-ll v0.2.2
16812024-06-12T20:06:01.056Z Checking ciborium v0.2.2
16822024-06-12T20:06:01.342Z Compiling rustc_version v0.1.7
16832024-06-12T20:06:01.367Z Compiling slog-dtrace v0.3.0
16842024-06-12T20:06:01.864Z Compiling newtype_derive v0.1.6
16852024-06-12T20:06:02.035Z Checking libsw v3.3.1
16862024-06-12T20:06:02.061Z Checking owo-colors v4.0.0
16872024-06-12T20:06:02.099Z Checking linear-map v1.2.0
16882024-06-12T20:06:02.118Z Compiling radium v0.7.0
16892024-06-12T20:06:02.304Z Checking num-rational v0.4.2
16902024-06-12T20:06:02.321Z Checking steno v0.4.0
16912024-06-12T20:06:02.421Z Checking num-complex v0.4.6
16922024-06-12T20:06:02.590Z Checking nibble_vec v0.1.0
16932024-06-12T20:06:02.783Z Checking endian-type v0.1.2
16942024-06-12T20:06:02.939Z Compiling maybe-uninit v2.0.0
16952024-06-12T20:06:02.988Z Checking tap v1.0.1
16962024-06-12T20:06:03.168Z Checking wyz v0.5.1
16972024-06-12T20:06:03.316Z Checking num v0.4.3
16982024-06-12T20:06:03.429Z Checking radix_trie v0.2.1
16992024-06-12T20:06:03.529Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17002024-06-12T20:06:03.789Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
17012024-06-12T20:06:03.836Z Checking fxhash v0.2.1
17022024-06-12T20:06:03.898Z Compiling bzip2-sys v0.1.11+1.0.8
17032024-06-12T20:06:04.021Z Checking funty v2.0.0
17042024-06-12T20:06:04.349Z Compiling packed_struct v0.10.1
17052024-06-12T20:06:04.513Z Compiling num-bigint-dig v0.8.4
17062024-06-12T20:06:04.748Z Checking crc-catalog v2.4.0
17072024-06-12T20:06:04.753Z Checking display-error-chain v0.2.0
17082024-06-12T20:06:04.892Z Checking crc v3.2.1
17092024-06-12T20:06:04.994Z Compiling packed_struct_codegen v0.10.1
17102024-06-12T20:06:05.010Z Checking bitvec v1.0.1
17112024-06-12T20:06:05.109Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17122024-06-12T20:06:05.388Z Compiling indexmap v1.9.3
17132024-06-12T20:06:05.451Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17142024-06-12T20:06:05.643Z Compiling home v0.5.9
17152024-06-12T20:06:05.670Z Checking nodrop v0.1.14
17162024-06-12T20:06:05.795Z Checking array-init v0.0.4
17172024-06-12T20:06:05.962Z Checking smallvec v0.6.14
17182024-06-12T20:06:06.349Z Checking pkcs1 v0.7.5
17192024-06-12T20:06:06.733Z Checking signature v2.2.0
17202024-06-12T20:06:06.828Z Checking hashbrown v0.12.3
17212024-06-12T20:06:06.921Z Checking bitfield v0.14.0
17222024-06-12T20:06:07.191Z Checking serde-hex v0.1.0
17232024-06-12T20:06:08.068Z Checking bzip2 v0.4.4
17242024-06-12T20:06:08.092Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17252024-06-12T20:06:08.126Z Checking env_logger v0.10.2
17262024-06-12T20:06:08.154Z Checking rsa v0.9.6
17272024-06-12T20:06:08.336Z Checking x509-cert v0.2.5
17282024-06-12T20:06:08.358Z Checking ron v0.8.1
17292024-06-12T20:06:08.512Z Checking hashbrown v0.13.2
17302024-06-12T20:06:08.515Z Checking crc-any v2.5.0
17312024-06-12T20:06:08.644Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17322024-06-12T20:06:08.867Z Checking zip v0.6.6
17332024-06-12T20:06:09.183Z Checking path-slash v0.1.5
17342024-06-12T20:06:09.328Z Compiling async-recursion v1.1.1
17352024-06-12T20:06:09.522Z Checking object v0.30.4
17362024-06-12T20:06:09.569Z Checking maplit v1.0.2
17372024-06-12T20:06:09.598Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17382024-06-12T20:06:09.670Z Compiling blake3 v1.5.1
17392024-06-12T20:06:09.847Z Compiling ring v0.16.20
17402024-06-12T20:06:09.901Z Compiling buf-list v1.0.3
17412024-06-12T20:06:10.671Z Checking gethostname v0.4.3
17422024-06-12T20:06:10.797Z Compiling libefi-sys v0.1.0
17432024-06-12T20:06:10.921Z Compiling parking_lot_core v0.8.6
17442024-06-12T20:06:11.033Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
17452024-06-12T20:06:11.099Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17462024-06-12T20:06:11.381Z Compiling crossbeam-deque v0.8.5
17472024-06-12T20:06:11.431Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
17482024-06-12T20:06:11.507Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
17492024-06-12T20:06:11.678Z Checking keccak v0.1.5
17502024-06-12T20:06:11.698Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
17512024-06-12T20:06:11.815Z Checking parking_lot v0.11.2
17522024-06-12T20:06:11.999Z Checking sha3 v0.10.8
17532024-06-12T20:06:12.609Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17542024-06-12T20:06:12.847Z Checking trust-dns-client v0.22.0
17552024-06-12T20:06:12.952Z Checking toml v0.5.11
17562024-06-12T20:06:13.002Z Checking secrecy v0.8.0
17572024-06-12T20:06:13.204Z Compiling rayon v1.10.0
17582024-06-12T20:06:13.622Z Checking sled v0.34.7
17592024-06-12T20:06:14.393Z Compiling pin-project-internal v1.1.5
17602024-06-12T20:06:14.460Z Checking trust-dns-server v0.22.1
17612024-06-12T20:06:15.111Z Compiling memmap2 v0.9.4
17622024-06-12T20:06:15.621Z Compiling arrayvec v0.7.4
17632024-06-12T20:06:15.699Z Compiling glob v0.3.1
17642024-06-12T20:06:16.046Z Compiling untrusted v0.7.1
17652024-06-12T20:06:16.240Z Compiling arrayref v0.3.7
17662024-06-12T20:06:16.345Z Compiling constant_time_eq v0.3.0
17672024-06-12T20:06:17.126Z Compiling toolchain_find v0.4.0
17682024-06-12T20:06:17.692Z Checking pin-project v1.1.5
17692024-06-12T20:06:17.820Z Compiling vte_generate_state_changes v0.1.1
17702024-06-12T20:06:17.983Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
17712024-06-12T20:06:18.255Z Compiling topological-sort v0.2.2
17722024-06-12T20:06:18.456Z Checking vte v0.11.1
17732024-06-12T20:06:18.473Z Compiling omicron-zone-package v0.11.0
17742024-06-12T20:06:18.692Z Checking fd-lock v4.0.2
17752024-06-12T20:06:18.886Z Compiling rustfmt-wrapper v0.2.1
17762024-06-12T20:06:19.332Z Compiling prettyplease v0.2.20
17772024-06-12T20:06:19.639Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
17782024-06-12T20:06:19.686Z Checking nu-ansi-term v0.50.0
17792024-06-12T20:06:19.783Z Compiling crunchy v0.2.2
17802024-06-12T20:06:19.829Z Checking strip-ansi-escapes v0.2.0
17812024-06-12T20:06:19.972Z Compiling clang-sys v1.7.0
17822024-06-12T20:06:19.986Z Compiling tiny-keccak v2.0.2
17832024-06-12T20:06:20.106Z Checking reedline v0.31.0
17842024-06-12T20:06:20.264Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
17852024-06-12T20:06:20.444Z Compiling snafu-derive v0.8.2
17862024-06-12T20:06:20.528Z Compiling memoffset v0.9.1
17872024-06-12T20:06:20.743Z Compiling ref-cast v1.0.23
17882024-06-12T20:06:20.761Z Compiling platforms v3.4.0
17892024-06-12T20:06:21.402Z Compiling curve25519-dalek v4.1.2
17902024-06-12T20:06:21.632Z Compiling ascii-canvas v3.0.0
17912024-06-12T20:06:21.897Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
17922024-06-12T20:06:22.021Z Checking globset v0.4.14
17932024-06-12T20:06:22.162Z Checking olpc-cjson v0.1.3
17942024-06-12T20:06:22.204Z Checking serde_plain v1.0.2
17952024-06-12T20:06:22.380Z Compiling ref-cast-impl v1.0.23
17962024-06-12T20:06:22.401Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
17972024-06-12T20:06:22.441Z Compiling ena v0.14.3
17982024-06-12T20:06:22.483Z Compiling libloading v0.8.3
17992024-06-12T20:06:22.718Z Compiling unicase v2.7.0
18002024-06-12T20:06:22.854Z Compiling bindgen v0.69.4
18012024-06-12T20:06:22.880Z Compiling diff v0.1.13
18022024-06-12T20:06:23.007Z Checking typed-path v0.7.1
18032024-06-12T20:06:23.593Z Compiling regex-syntax v0.6.29
18042024-06-12T20:06:24.511Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
18052024-06-12T20:06:24.996Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
18062024-06-12T20:06:25.215Z Compiling which v4.4.2
18072024-06-12T20:06:25.868Z Checking universal-hash v0.5.1
18082024-06-12T20:06:26.047Z Compiling cexpr v0.6.0
18092024-06-12T20:06:26.333Z Checking snafu v0.8.2
18102024-06-12T20:06:26.814Z Checking tough v0.17.1
18112024-06-12T20:06:27.685Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18122024-06-12T20:06:27.945Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18132024-06-12T20:06:28.060Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18142024-06-12T20:06:28.395Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18152024-06-12T20:06:29.332Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18162024-06-12T20:06:29.636Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18172024-06-12T20:06:30.871Z Compiling lalrpop v0.19.12
18182024-06-12T20:06:31.314Z Compiling thiserror-impl-no-std v2.0.2
18192024-06-12T20:06:31.528Z Compiling curve25519-dalek-derive v0.1.1
18202024-06-12T20:06:32.153Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
18212024-06-12T20:06:32.686Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18222024-06-12T20:06:33.096Z Checking nanorand v0.7.0
18232024-06-12T20:06:33.491Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
18242024-06-12T20:06:33.783Z Compiling cfg_aliases v0.1.1
18252024-06-12T20:06:33.895Z Compiling shlex v1.3.0
18262024-06-12T20:06:34.330Z Compiling lazycell v1.3.0
18272024-06-12T20:06:34.349Z Compiling salty v0.2.0
18282024-06-12T20:06:34.509Z Compiling rustc-hash v1.1.0
18292024-06-12T20:06:34.592Z Checking parse-size v1.0.0
18302024-06-12T20:06:34.657Z Checking bytecount v0.6.8
18312024-06-12T20:06:34.760Z Checking opaque-debug v0.3.1
18322024-06-12T20:06:34.803Z Checking signature v1.6.4
18332024-06-12T20:06:34.846Z Checking papergrid v0.11.0
18342024-06-12T20:06:34.864Z Checking poly1305 v0.8.0
18352024-06-12T20:06:34.929Z Checking ed25519 v1.5.3
18362024-06-12T20:06:35.111Z Checking thiserror-no-std v2.0.2
18372024-06-12T20:06:35.255Z Compiling nix v0.28.0
18382024-06-12T20:06:35.420Z Checking flume v0.11.0
18392024-06-12T20:06:36.095Z Checking nix v0.27.1
18402024-06-12T20:06:36.400Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
18412024-06-12T20:06:36.649Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
18422024-06-12T20:06:36.892Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
18432024-06-12T20:06:36.950Z Compiling tabled_derive v0.7.0
18442024-06-12T20:06:37.167Z Compiling derive_builder_core v0.20.0
18452024-06-12T20:06:37.457Z Checking chacha20 v0.9.1
18462024-06-12T20:06:37.735Z Checking aead v0.5.2
18472024-06-12T20:06:37.805Z Checking serde-big-array v0.5.1
18482024-06-12T20:06:37.942Z Checking kstat-rs v0.2.3
18492024-06-12T20:06:38.016Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
18502024-06-12T20:06:38.264Z Compiling libxml v0.3.3
18512024-06-12T20:06:38.616Z Checking heck v0.4.1
18522024-06-12T20:06:38.826Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
18532024-06-12T20:06:38.912Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
18542024-06-12T20:06:39.267Z Checking chacha20poly1305 v0.10.1
18552024-06-12T20:06:39.456Z Checking vsss-rs v3.3.4
18562024-06-12T20:06:39.648Z Checking tabled v0.15.0
18572024-06-12T20:06:39.788Z Compiling derive_builder_macro v0.20.0
18582024-06-12T20:06:41.382Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
18592024-06-12T20:06:41.804Z Checking signal-hook-tokio v0.3.1
18602024-06-12T20:06:41.978Z Checking serde-big-array v0.4.1
18612024-06-12T20:06:42.141Z Compiling strum_macros v0.24.3
18622024-06-12T20:06:42.432Z Compiling cookie v0.18.1
18632024-06-12T20:06:42.537Z Compiling indoc v1.0.9
18642024-06-12T20:06:42.795Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
18652024-06-12T20:06:42.815Z Compiling mime_guess v2.0.4
18662024-06-12T20:06:43.700Z Checking derive_builder v0.20.0
18672024-06-12T20:06:44.239Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
18682024-06-12T20:06:45.721Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
18692024-06-12T20:06:45.739Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
18702024-06-12T20:06:46.006Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18712024-06-12T20:06:46.111Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18722024-06-12T20:06:46.200Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18732024-06-12T20:06:49.078Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18742024-06-12T20:06:49.091Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18752024-06-12T20:06:49.758Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
18762024-06-12T20:06:50.663Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18772024-06-12T20:06:50.676Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
18782024-06-12T20:06:51.067Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18792024-06-12T20:06:51.088Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18802024-06-12T20:06:51.298Z Compiling peg-macros v0.8.3
18812024-06-12T20:06:52.643Z Checking quick-xml v0.31.0
18822024-06-12T20:06:53.528Z Compiling oso-derive v0.27.3
18832024-06-12T20:06:54.621Z Compiling impl-trait-for-tuples v0.2.2
18842024-06-12T20:06:54.721Z Compiling sqlparser_derive v0.2.2
18852024-06-12T20:06:55.203Z Checking unicode_categories v0.1.1
18862024-06-12T20:06:55.638Z Checking corncobs v0.1.3
18872024-06-12T20:06:56.255Z Checking rustyline v14.0.0
18882024-06-12T20:06:56.271Z Checking sqlparser v0.45.0
18892024-06-12T20:06:57.581Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
18902024-06-12T20:06:57.781Z Checking sqlformat v0.2.3
18912024-06-12T20:06:58.490Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18922024-06-12T20:06:59.068Z Checking peg v0.8.3
18932024-06-12T20:06:59.952Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
18942024-06-12T20:07:01.824Z Checking bcs v0.1.6
18952024-06-12T20:07:02.280Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
18962024-06-12T20:07:02.329Z Checking highway v1.1.0
18972024-06-12T20:07:02.732Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
18982024-06-12T20:07:03.021Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
18992024-06-12T20:07:03.249Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19002024-06-12T20:07:03.264Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19012024-06-12T20:07:03.283Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19022024-06-12T20:07:04.070Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19032024-06-12T20:07:04.971Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19042024-06-12T20:07:05.011Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19052024-06-12T20:07:05.972Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19062024-06-12T20:07:06.007Z Compiling const_format_proc_macros v0.2.32
19072024-06-12T20:07:08.368Z Checking bb8 v0.8.3
19082024-06-12T20:07:08.655Z Checking http-range v0.1.5
19092024-06-12T20:07:08.818Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
19102024-06-12T20:07:08.838Z Checking hyper-staticfile v0.9.5
19112024-06-12T20:07:09.093Z Checking const_format v0.2.32
19122024-06-12T20:07:09.213Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19132024-06-12T20:07:09.240Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
19142024-06-12T20:07:09.566Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
19152024-06-12T20:07:09.789Z Checking assert_matches v1.5.0
19162024-06-12T20:07:09.880Z Compiling portable-atomic v1.6.0
19172024-06-12T20:07:10.874Z Checking rand_seeder v0.2.3
19182024-06-12T20:07:11.080Z Checking number_prefix v0.4.0
19192024-06-12T20:07:11.135Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
19202024-06-12T20:07:11.282Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
19212024-06-12T20:07:11.520Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
19222024-06-12T20:07:12.097Z Checking indicatif v0.17.8
19232024-06-12T20:07:12.840Z Checking castaway v0.2.2
19242024-06-12T20:07:12.926Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
19252024-06-12T20:07:13.020Z Checking compact_str v0.7.1
19262024-06-12T20:07:13.191Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
19272024-06-12T20:07:13.383Z Checking lru v0.12.3
19282024-06-12T20:07:13.475Z Compiling stability v0.2.0
19292024-06-12T20:07:13.668Z Checking cassowary v0.3.0
19302024-06-12T20:07:13.780Z Compiling indoc v2.0.5
19312024-06-12T20:07:14.202Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19322024-06-12T20:07:14.202Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
19332024-06-12T20:07:14.493Z Checking unicode-linebreak v0.1.5
19342024-06-12T20:07:16.118Z Checking smawk v0.3.2
19352024-06-12T20:07:16.127Z Checking ratatui v0.26.2
19362024-06-12T20:07:16.127Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19372024-06-12T20:07:16.127Z Checking textwrap v0.16.1
19382024-06-12T20:07:16.127Z Checking is_ci v1.2.0
19392024-06-12T20:07:16.127Z Checking supports-color v3.0.0
19402024-06-12T20:07:16.127Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
19412024-06-12T20:07:16.127Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
19422024-06-12T20:07:16.435Z Checking fatfs v0.3.6
19432024-06-12T20:07:16.785Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
19442024-06-12T20:07:17.451Z Checking shell-words v1.1.0
19452024-06-12T20:07:17.461Z Checking rtoolbox v0.0.2
19462024-06-12T20:07:17.621Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
19472024-06-12T20:07:17.669Z Checking rpassword v7.3.1
19482024-06-12T20:07:18.008Z Checking tui-tree-widget v0.19.0
19492024-06-12T20:07:18.172Z Checking yansi v0.5.1
19502024-06-12T20:07:18.584Z Checking pretty_assertions v1.4.0
19512024-06-12T20:07:18.623Z Checking plotters-backend v0.3.5
19522024-06-12T20:07:18.754Z Compiling target-lexicon v0.12.14
19532024-06-12T20:07:18.785Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
19542024-06-12T20:07:18.983Z Checking plotters-svg v0.3.5
19552024-06-12T20:07:19.205Z Checking cargo-platform v0.1.8
19562024-06-12T20:07:19.399Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19572024-06-12T20:07:19.756Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
19582024-06-12T20:07:20.193Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
19592024-06-12T20:07:20.313Z Checking cast v0.3.0
19602024-06-12T20:07:20.651Z Compiling doc-comment v0.3.3
19612024-06-12T20:07:20.755Z Compiling guppy-workspace-hack v0.1.0
19622024-06-12T20:07:21.055Z Checking criterion-plot v0.5.0
19632024-06-12T20:07:21.326Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
19642024-06-12T20:07:21.536Z Checking cargo_metadata v0.18.1
19652024-06-12T20:07:21.841Z Checking plotters v0.3.5
19662024-06-12T20:07:22.927Z Checking http-body v1.0.0
19672024-06-12T20:07:23.145Z Checking tinytemplate v1.2.1
19682024-06-12T20:07:23.294Z Checking csv-core v0.1.11
19692024-06-12T20:07:23.518Z Compiling assert_cmd v2.0.14
19702024-06-12T20:07:23.639Z Checking regex-automata v0.1.10
19712024-06-12T20:07:23.677Z Checking tower-layer v0.3.2
19722024-06-12T20:07:23.902Z Compiling target-spec v3.1.0
19732024-06-12T20:07:23.932Z Checking oorandom v11.1.3
19742024-06-12T20:07:24.075Z Checking anes v0.1.6
19752024-06-12T20:07:24.096Z Checking bstr v0.2.17
19762024-06-12T20:07:24.429Z Checking criterion v0.5.1
19772024-06-12T20:07:24.544Z Checking tower v0.4.13
19782024-06-12T20:07:24.949Z Checking csv v1.3.0
19792024-06-12T20:07:25.391Z Checking hyper v1.3.1
19802024-06-12T20:07:25.860Z Checking cfg-expr v0.15.8
19812024-06-12T20:07:26.725Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
19822024-06-12T20:07:26.979Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
19832024-06-12T20:07:28.012Z Checking hyper-util v0.1.3
19842024-06-12T20:07:28.212Z Checking httptest v0.15.5
19852024-06-12T20:07:28.975Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
19862024-06-12T20:07:29.021Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
19872024-06-12T20:07:29.566Z Checking rustls-native-certs v0.7.0
19882024-06-12T20:07:29.706Z Checking pathdiff v0.2.1
19892024-06-12T20:07:30.071Z Checking nested v0.1.1
19902024-06-12T20:07:30.621Z Checking guppy v0.17.5
19912024-06-12T20:07:31.979Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19922024-06-12T20:07:32.212Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
19932024-06-12T20:07:33.091Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
19942024-06-12T20:07:33.748Z Checking hyper-rustls v0.26.0
19952024-06-12T20:07:34.106Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
19962024-06-12T20:07:34.404Z Checking escape8259 v0.5.2
19972024-06-12T20:07:34.593Z Checking threadpool v1.8.1
19982024-06-12T20:07:34.756Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
19992024-06-12T20:07:34.825Z Checking libtest-mimic v0.7.3
20002024-06-12T20:07:35.261Z Checking similar-asserts v1.5.0
20012024-06-12T20:07:35.273Z Checking fancy-regex v0.13.0
20022024-06-12T20:07:35.443Z Compiling rstest_macros v0.19.0
20032024-06-12T20:07:36.036Z Checking datatest-stable v0.2.9
20042024-06-12T20:07:36.093Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
20052024-06-12T20:07:36.505Z Checking blake2b_simd v1.0.2
20062024-06-12T20:07:37.177Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
20072024-06-12T20:07:37.416Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
20082024-06-12T20:07:37.455Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
20092024-06-12T20:07:37.738Z Compiling trybuild v1.0.96
20102024-06-12T20:07:37.893Z Compiling relative-path v1.9.3
20112024-06-12T20:07:38.194Z Checking rust-argon2 v2.1.0
20122024-06-12T20:07:38.623Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20132024-06-12T20:07:39.832Z Checking multimap v0.10.0
20142024-06-12T20:07:40.139Z Checking futures-timer v3.0.3
20152024-06-12T20:07:41.910Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20162024-06-12T20:07:43.955Z Checking partial-io v0.5.4
20172024-06-12T20:07:44.335Z Checking approx v0.5.1
20182024-06-12T20:07:44.581Z Checking termios v0.3.3
20192024-06-12T20:07:44.801Z Checking uzers v0.11.3
20202024-06-12T20:07:45.158Z Checking hex-literal v0.4.1
20212024-06-12T20:07:48.550Z Checking rstest v0.19.0
20222024-06-12T20:07:50.616Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
20232024-06-12T20:07:51.759Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
20242024-06-12T20:08:00.832Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
20252024-06-12T20:08:08.732Z Compiling samael v0.0.15
20262024-06-12T20:08:35.161Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
20272024-06-12T20:08:41.245Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20282024-06-12T20:08:50.031Z Compiling polar-core v0.27.3
20292024-06-12T20:09:00.023Z Checking oso v0.27.3
20302024-06-12T20:09:29.011Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
20312024-06-12T20:09:29.015Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
20322024-06-12T20:09:29.015Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
20332024-06-12T20:10:39.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 46s
20342024-06-12T20:10:39.372Z
20352024-06-12T20:10:39.372Zreal 6:53.963366327
20362024-06-12T20:10:39.372Zuser 37:32.425579839
20372024-06-12T20:10:39.372Zsys 6:31.626380839
20382024-06-12T20:10:39.372Ztrap 0.987678981
20392024-06-12T20:10:39.377Ztflt 1.080535669
20402024-06-12T20:10:39.377Zdflt 0.853442607
20412024-06-12T20:10:39.377Zkflt 0.002690375
20422024-06-12T20:10:39.378Zlock 1:51:08.896855098
20432024-06-12T20:10:39.378Zslp 1:59:55.608512204
20442024-06-12T20:10:39.378Zlat 1:48.260875527
20452024-06-12T20:10:39.378Zstop 5:30.643939006
20462024-06-12T20:10:40.405Zwarning: output filename collision.
20472024-06-12T20:10:40.405ZThe lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`.
20482024-06-12T20:10:40.405ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
20492024-06-12T20:10:40.405ZThe targets should have unique names.
20502024-06-12T20:10:40.405ZThis is a known bug where multiple crates with the same name use
20512024-06-12T20:10:40.405Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
20522024-06-12T20:10:40.405Zwarning: output filename collision.
20532024-06-12T20:10:40.405ZThe lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`.
20542024-06-12T20:10:40.405ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
20552024-06-12T20:10:40.405ZThe targets should have unique names.
20562024-06-12T20:10:40.405ZThis is a known bug where multiple crates with the same name use
20572024-06-12T20:10:40.406Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
20582024-06-12T20:10:40.411Zwarning: output filename collision.
20592024-06-12T20:10:40.411ZThe lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`.
20602024-06-12T20:10:40.411ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
20612024-06-12T20:10:40.411ZThe targets should have unique names.
20622024-06-12T20:10:40.411ZThis is a known bug where multiple crates with the same name use
20632024-06-12T20:10:40.411Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
20642024-06-12T20:10:40.411Zwarning: output filename collision.
20652024-06-12T20:10:40.411ZThe lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)`.
20662024-06-12T20:10:40.411ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
20672024-06-12T20:10:40.411ZThe targets should have unique names.
20682024-06-12T20:10:40.411ZThis is a known bug where multiple crates with the same name use
20692024-06-12T20:10:40.411Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
20702024-06-12T20:10:40.411Zwarning: output filename collision.
20712024-06-12T20:10:40.411ZThe bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`.
20722024-06-12T20:10:40.411ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
20732024-06-12T20:10:40.411ZThe targets should have unique names.
20742024-06-12T20:10:40.412ZThis is a known bug where multiple crates with the same name use
20752024-06-12T20:10:40.412Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
20762024-06-12T20:10:40.412Zwarning: output filename collision.
20772024-06-12T20:10:40.412ZThe lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`.
20782024-06-12T20:10:40.412ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
20792024-06-12T20:10:40.412ZThe targets should have unique names.
20802024-06-12T20:10:40.412ZThis is a known bug where multiple crates with the same name use
20812024-06-12T20:10:40.412Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
20822024-06-12T20:10:40.412Zwarning: output filename collision.
20832024-06-12T20:10:40.412ZThe lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`.
20842024-06-12T20:10:40.412ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
20852024-06-12T20:10:40.412ZThe targets should have unique names.
20862024-06-12T20:10:40.412ZThis is a known bug where multiple crates with the same name use
20872024-06-12T20:10:40.412Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
20882024-06-12T20:10:40.412Zwarning: output filename collision.
20892024-06-12T20:10:40.412ZThe lib target `zone` in package `zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)` has the same output filename as the lib target `zone` in package `zone v0.1.8`.
20902024-06-12T20:10:40.412ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
20912024-06-12T20:10:40.412ZThe targets should have unique names.
20922024-06-12T20:10:40.412ZThis is a known bug where multiple crates with the same name use
20932024-06-12T20:10:40.412Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
20942024-06-12T20:10:40.968Z Documenting libc v0.2.155
20952024-06-12T20:10:41.022Z Documenting cfg-if v1.0.0
20962024-06-12T20:10:41.037Z Documenting serde_derive v1.0.203
20972024-06-12T20:10:41.068Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20982024-06-12T20:10:41.088Z Documenting log v0.4.21
20992024-06-12T20:10:41.101Z Documenting memchr v2.7.2
21002024-06-12T20:10:41.116Z Documenting itoa v1.0.11
21012024-06-12T20:10:41.134Z Documenting byteorder v1.5.0
21022024-06-12T20:10:41.336Z Documenting scopeguard v1.2.0
21032024-06-12T20:10:43.783Z Documenting smallvec v1.13.2
21042024-06-12T20:10:44.177Z Documenting pin-project-lite v0.2.14
21052024-06-12T20:10:45.424Z Documenting libm v0.2.8
21062024-06-12T20:10:45.443Z Documenting once_cell v1.19.0
21072024-06-12T20:10:45.749Z Documenting getrandom v0.2.14
21082024-06-12T20:10:46.160Z Documenting lock_api v0.4.12
21092024-06-12T20:10:46.639Z Documenting signal-hook-registry v1.4.2
21102024-06-12T20:10:46.981Z Documenting parking_lot_core v0.9.10
21112024-06-12T20:10:47.440Z Documenting mio v0.8.11
21122024-06-12T20:10:48.982Z Documenting serde v1.0.203
21132024-06-12T20:10:49.192Z Documenting num-traits v0.2.19
21142024-06-12T20:10:49.706Z Documenting thiserror-impl v1.0.60
21152024-06-12T20:10:50.059Z Documenting rand_core v0.6.4
21162024-06-12T20:10:51.162Z Documenting ryu v1.0.18
21172024-06-12T20:10:51.323Z Documenting zeroize_derive v1.4.2
21182024-06-12T20:10:52.275Z Documenting parking_lot v0.12.2
21192024-06-12T20:10:52.878Z Documenting futures-core v0.3.30
21202024-06-12T20:10:54.443Z Documenting socket2 v0.5.7
21212024-06-12T20:10:54.454Z Documenting num_cpus v1.16.0
21222024-06-12T20:10:55.024Z Documenting tokio-macros v2.2.0
21232024-06-12T20:10:56.195Z Documenting thiserror v1.0.60
21242024-06-12T20:10:56.604Z Documenting zeroize v1.7.0
21252024-06-12T20:10:57.602Z Documenting zerocopy v0.7.34
21262024-06-12T20:10:57.675Z Checking syn v1.0.109
21272024-06-12T20:10:58.745Z Documenting futures-sink v0.3.30
21282024-06-12T20:10:59.658Z Documenting typenum v1.17.0
21292024-06-12T20:11:00.940Z Documenting iana-time-zone v0.1.60
21302024-06-12T20:11:01.117Z Documenting subtle v2.5.0
21312024-06-12T20:11:01.359Z Documenting slab v0.4.9
21322024-06-12T20:11:03.402Z Documenting futures-macro v0.3.30
21332024-06-12T20:11:03.574Z Documenting futures-channel v0.3.30
21342024-06-12T20:11:10.170Z Documenting bytes v1.6.0
21352024-06-12T20:11:13.019Z Documenting serde_json v1.0.117
21362024-06-12T20:11:13.216Z Documenting bitflags v2.5.0
21372024-06-12T20:11:13.267Z Documenting chrono v0.4.38
21382024-06-12T20:11:13.323Z Documenting futures-task v0.3.30
21392024-06-12T20:11:13.324Z Documenting futures-io v0.3.30
21402024-06-12T20:11:13.632Z Documenting pin-utils v0.1.0
21412024-06-12T20:11:14.297Z Documenting generic-array v0.14.7
21422024-06-12T20:11:14.919Z Documenting tokio v1.37.0
21432024-06-12T20:11:18.286Z Documenting uuid v1.8.0
21442024-06-12T20:11:18.417Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21452024-06-12T20:11:18.623Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21462024-06-12T20:11:18.700Z Documenting ahash v0.8.11
21472024-06-12T20:11:18.899Z Documenting futures-util v0.3.30
21482024-06-12T20:11:19.346Z Documenting allocator-api2 v0.2.18
21492024-06-12T20:11:19.940Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21502024-06-12T20:11:19.994Z Documenting crypto-common v0.1.6
21512024-06-12T20:11:20.683Z Documenting tinyvec_macros v0.1.1
21522024-06-12T20:11:23.320Z Documenting const-oid v0.9.6
21532024-06-12T20:11:23.485Z Documenting serde_derive_internals v0.29.1
21542024-06-12T20:11:23.530Z Documenting tinyvec v1.6.0
21552024-06-12T20:11:23.590Z Documenting hashbrown v0.14.5
21562024-06-12T20:11:25.929Z Checking serde_derive_internals v0.29.1
21572024-06-12T20:11:26.545Z Documenting dyn-clone v1.0.17
21582024-06-12T20:11:27.355Z Documenting ppv-lite86 v0.2.17
21592024-06-12T20:11:27.785Z Documenting unicode-normalization v0.1.23
21602024-06-12T20:11:28.224Z Documenting tracing-core v0.1.32
21612024-06-12T20:11:28.899Z Documenting tracing-attributes v0.1.27
21622024-06-12T20:11:29.932Z Documenting unicode-bidi v0.3.15
21632024-06-12T20:11:30.120Z Documenting lazy_static v1.4.0
21642024-06-12T20:11:30.213Z Documenting percent-encoding v2.3.1
21652024-06-12T20:11:30.672Z Documenting schemars_derive v0.8.20
21662024-06-12T20:11:31.215Z Documenting rand_chacha v0.3.1
21672024-06-12T20:11:32.911Z Documenting block-buffer v0.10.4
21682024-06-12T20:11:33.493Z Documenting serde_tokenstream v0.2.0
21692024-06-12T20:11:35.053Z Documenting equivalent v1.0.1
21702024-06-12T20:11:35.207Z Documenting powerfmt v0.2.0
21712024-06-12T20:11:35.254Z Documenting form_urlencoded v1.2.1
21722024-06-12T20:11:36.421Z Documenting rand v0.8.5
21732024-06-12T20:11:36.645Z Documenting schemars v0.8.20
21742024-06-12T20:11:38.246Z Documenting digest v0.10.7
21752024-06-12T20:11:38.262Z Documenting deranged v0.3.11
21762024-06-12T20:11:38.265Z Documenting indexmap v2.2.6
21772024-06-12T20:11:38.460Z Documenting time-macros v0.2.18
21782024-06-12T20:11:40.630Z Documenting time-core v0.1.2
21792024-06-12T20:11:42.148Z Documenting fnv v1.0.7
21802024-06-12T20:11:43.426Z Documenting num-conv v0.1.0
21812024-06-12T20:11:46.768Z Documenting tracing v0.1.40
21822024-06-12T20:11:51.784Z Documenting num_threads v0.1.7
21832024-06-12T20:11:51.919Z Documenting unicode-width v0.1.12
21842024-06-12T20:11:51.992Z Documenting unicode-ident v1.0.12
21852024-06-12T20:11:51.996Z Documenting idna v0.5.0
21862024-06-12T20:11:52.031Z Documenting adler v1.0.2
21872024-06-12T20:11:52.290Z Documenting slog v2.7.0
21882024-06-12T20:11:52.548Z Documenting httparse v1.8.0
21892024-06-12T20:11:54.816Z Documenting cpufeatures v0.2.12
21902024-06-12T20:11:54.911Z Documenting proc-macro2 v1.0.82
21912024-06-12T20:11:56.522Z Documenting miniz_oxide v0.7.2
21922024-06-12T20:11:56.580Z Documenting time v0.3.36
21932024-06-12T20:11:56.684Z Documenting url v2.5.0
21942024-06-12T20:11:56.970Z Documenting tokio-util v0.7.11
21952024-06-12T20:11:57.356Z Documenting errno v0.3.9
21962024-06-12T20:11:58.107Z Documenting async-trait v0.1.80
21972024-06-12T20:12:00.255Z Documenting quote v1.0.36
21982024-06-12T20:12:00.808Z Documenting try-lock v0.2.5
21992024-06-12T20:12:01.491Z Documenting httpdate v1.0.3
22002024-06-12T20:12:02.011Z Documenting rustix v0.38.34
22012024-06-12T20:12:02.966Z Documenting http-body v0.4.6
22022024-06-12T20:12:03.709Z Documenting want v0.3.1
22032024-06-12T20:12:03.724Z Documenting aho-corasick v1.1.3
22042024-06-12T20:12:03.860Z Documenting h2 v0.3.26
22052024-06-12T20:12:04.596Z Documenting openssl-sys v0.9.102
22062024-06-12T20:12:05.261Z Documenting syn v2.0.64
22072024-06-12T20:12:06.498Z Documenting openssl-macros v0.1.1
22082024-06-12T20:12:07.883Z Documenting gimli v0.28.1
22092024-06-12T20:12:08.587Z Documenting tower-service v0.3.2
22102024-06-12T20:12:09.358Z Documenting regex-syntax v0.8.3
22112024-06-12T20:12:10.012Z Documenting mime v0.3.17
22122024-06-12T20:12:11.844Z Documenting object v0.32.2
22132024-06-12T20:12:12.371Z Documenting openssl v0.10.64
22142024-06-12T20:12:13.657Z Documenting openssl-probe v0.1.5
22152024-06-12T20:12:14.587Z Documenting addr2line v0.21.0
22162024-06-12T20:12:14.713Z Documenting rustc-demangle v0.1.24
22172024-06-12T20:12:14.802Z Documenting hyper v0.14.28
22182024-06-12T20:12:17.541Z Documenting regex-automata v0.4.6
22192024-06-12T20:12:18.389Z Documenting ipnet v2.9.0
22202024-06-12T20:12:18.580Z Documenting base64ct v1.6.0
22212024-06-12T20:12:18.777Z Documenting futures-executor v0.3.30
22222024-06-12T20:12:21.611Z Documenting native-tls v0.2.11
22232024-06-12T20:12:23.573Z Documenting encoding_rs v0.8.34
22242024-06-12T20:12:23.618Z Checking pest_meta v2.7.10
22252024-06-12T20:12:23.643Z Documenting psl-types v2.0.11
22262024-06-12T20:12:24.653Z Documenting serde_urlencoded v0.7.1
22272024-06-12T20:12:25.679Z Documenting backtrace v0.3.71
22282024-06-12T20:12:27.347Z Documenting publicsuffix v2.2.3
22292024-06-12T20:12:27.532Z Documenting tokio-native-tls v0.3.1
22302024-06-12T20:12:27.688Z Documenting semver v1.0.23
22312024-06-12T20:12:28.234Z Documenting pest_meta v2.7.10
22322024-06-12T20:12:28.515Z Documenting crossbeam-utils v0.8.19
22332024-06-12T20:12:29.240Z Documenting scroll_derive v0.12.0
22342024-06-12T20:12:30.211Z Documenting utf8parse v0.2.1
22352024-06-12T20:12:31.668Z Documenting anyhow v1.0.86
22362024-06-12T20:12:32.516Z Documenting cookie_store v0.20.0
22372024-06-12T20:12:33.199Z Documenting regex v1.10.4
22382024-06-12T20:12:33.482Z Documenting pest_generator v2.7.10
22392024-06-12T20:12:33.610Z Documenting hyper-tls v0.5.0
22402024-06-12T20:12:33.677Z Documenting hyper-rustls v0.24.2
22412024-06-12T20:12:34.014Z Checking pest_generator v2.7.10
22422024-06-12T20:12:34.699Z Documenting futures v0.3.30
22432024-06-12T20:12:34.995Z Documenting scroll v0.12.0
22442024-06-12T20:12:36.854Z Documenting pem-rfc7468 v0.7.0
22452024-06-12T20:12:39.232Z Documenting der_derive v0.7.2
22462024-06-12T20:12:39.250Z Documenting flagset v0.4.5
22472024-06-12T20:12:39.656Z Documenting ucd-trie v0.1.6
22482024-06-12T20:12:40.026Z Documenting sync_wrapper v0.1.2
22492024-06-12T20:12:40.690Z Documenting webpki-roots v0.25.4
22502024-06-12T20:12:40.898Z Documenting plain v0.2.3
22512024-06-12T20:12:41.864Z Documenting pest_derive v2.7.10
22522024-06-12T20:12:42.142Z Documenting num-integer v0.1.46
22532024-06-12T20:12:43.020Z Documenting pretty-hex v0.4.1
22542024-06-12T20:12:43.370Z Documenting openapiv3 v2.0.0
22552024-06-12T20:12:43.972Z Documenting pest v2.7.10
22562024-06-12T20:12:44.022Z Documenting goblin v0.8.2
22572024-06-12T20:12:45.825Z Documenting der v0.7.9
22582024-06-12T20:12:45.872Z Documenting reqwest v0.11.27
22592024-06-12T20:12:46.246Z Documenting thread-id v4.2.1
22602024-06-12T20:12:46.869Z Documenting usdt-attr-macro v0.5.0
22612024-06-12T20:12:47.089Z Documenting usdt-macro v0.5.0
22622024-06-12T20:12:50.868Z Documenting dtrace-parser v0.2.0
22632024-06-12T20:12:51.259Z Documenting spin v0.9.8
22642024-06-12T20:12:51.275Z Documenting memmap v0.7.0
22652024-06-12T20:12:52.081Z Documenting spki v0.7.3
22662024-06-12T20:12:52.912Z Documenting dof v0.3.0
22672024-06-12T20:12:53.549Z Documenting anstyle v1.0.7
22682024-06-12T20:12:54.476Z Documenting either v1.12.0
22692024-06-12T20:12:55.698Z Documenting anstyle-parse v0.2.4
22702024-06-12T20:12:56.405Z Documenting ipnetwork v0.20.0
22712024-06-12T20:12:56.507Z Documenting is_terminal_polyfill v1.70.0
22722024-06-12T20:12:57.327Z Documenting pkcs8 v0.10.2
22732024-06-12T20:12:57.594Z Documenting colorchoice v1.0.1
22742024-06-12T20:12:58.486Z Documenting anstyle-query v1.0.3
22752024-06-12T20:12:58.779Z Documenting usdt-impl v0.5.0
22762024-06-12T20:12:59.791Z Documenting data-encoding v2.6.0
22772024-06-12T20:12:59.795Z Documenting crossbeam-epoch v0.9.18
22782024-06-12T20:13:00.933Z Documenting terminal_size v0.3.0
22792024-06-12T20:13:01.387Z Documenting sha2 v0.10.8
22802024-06-12T20:13:02.642Z Documenting hex v0.4.3
22812024-06-12T20:13:03.065Z Documenting crc32fast v1.4.0
22822024-06-12T20:13:03.487Z Documenting anstream v0.6.14
22832024-06-12T20:13:04.252Z Documenting clap_lex v0.7.0
22842024-06-12T20:13:04.647Z Documenting strsim v0.11.1
22852024-06-12T20:13:06.233Z Documenting untrusted v0.9.0
22862024-06-12T20:13:06.451Z Documenting unicode-segmentation v1.11.0
22872024-06-12T20:13:06.672Z Documenting usdt v0.5.0
22882024-06-12T20:13:07.858Z Documenting num-iter v0.1.45
22892024-06-12T20:13:07.994Z Documenting hmac v0.12.1
22902024-06-12T20:13:08.531Z Documenting signal-hook v0.3.17
22912024-06-12T20:13:08.690Z Documenting clap_derive v4.5.4
22922024-06-12T20:13:08.886Z Documenting clap_builder v4.5.2
22932024-06-12T20:13:09.128Z Documenting ring v0.17.8
22942024-06-12T20:13:10.304Z Documenting flate2 v1.0.30
22952024-06-12T20:13:12.725Z Documenting static_assertions v1.1.0
22962024-06-12T20:13:12.832Z Documenting managed v0.8.0
22972024-06-12T20:13:13.170Z Documenting itertools v0.12.1
22982024-06-12T20:13:13.796Z Documenting signal-hook-mio v0.2.3
22992024-06-12T20:13:15.090Z Documenting enum-as-inner v0.5.1
23002024-06-12T20:13:15.378Z Documenting regress v0.9.1
23012024-06-12T20:13:15.490Z Documenting block-padding v0.3.3
23022024-06-12T20:13:15.905Z Documenting clap v4.5.4
23032024-06-12T20:13:16.036Z Documenting scheduled-thread-pool v0.2.7
23042024-06-12T20:13:16.794Z Checking diesel_table_macro_syntax v0.1.0
23052024-06-12T20:13:16.966Z Documenting diesel_table_macro_syntax v0.1.0
23062024-06-12T20:13:18.384Z Documenting finl_unicode v1.2.0
23072024-06-12T20:13:20.263Z Documenting inout v0.1.3
23082024-06-12T20:13:20.966Z Documenting trust-dns-proto v0.22.0
23092024-06-12T20:13:21.291Z Documenting r2d2 v0.8.10
23102024-06-12T20:13:21.600Z Documenting crossterm v0.27.0
23112024-06-12T20:13:21.864Z Documenting md-5 v0.10.6
23122024-06-12T20:13:22.905Z Documenting ff v0.13.0
23132024-06-12T20:13:23.315Z Documenting diesel_derives v2.1.4
23142024-06-12T20:13:23.725Z Documenting stringprep v0.1.4
23152024-06-12T20:13:25.759Z Documenting serde_spanned v0.6.6
23162024-06-12T20:13:26.024Z Documenting toml_datetime v0.6.6
23172024-06-12T20:13:26.834Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23182024-06-12T20:13:27.212Z Documenting base16ct v0.2.0
23192024-06-12T20:13:27.943Z Documenting bit-vec v0.6.3
23202024-06-12T20:13:28.867Z Checking unsafe-libyaml v0.2.11
23212024-06-12T20:13:30.049Z Documenting heck v0.5.0
23222024-06-12T20:13:30.451Z Documenting fallible-iterator v0.2.0
23232024-06-12T20:13:30.749Z Documenting siphasher v0.3.11
23242024-06-12T20:13:30.948Z Documenting winnow v0.6.8
23252024-06-12T20:13:31.361Z Documenting sec1 v0.7.3
23262024-06-12T20:13:31.819Z Documenting group v0.13.0
23272024-06-12T20:13:31.881Z Documenting diesel v2.1.6
23282024-06-12T20:13:32.957Z Documenting cipher v0.4.4
23292024-06-12T20:13:33.760Z Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23302024-06-12T20:13:34.184Z Documenting phf_shared v0.11.2
23312024-06-12T20:13:36.460Z Documenting postgres-protocol v0.6.6
23322024-06-12T20:13:36.484Z Documenting hkdf v0.12.4
23332024-06-12T20:13:45.509Z Documenting num-bigint v0.4.5
23342024-06-12T20:13:45.715Z Documenting toml_edit v0.22.13
23352024-06-12T20:13:45.968Z Documenting bstr v1.9.1
23362024-06-12T20:13:53.553Z Documenting console v0.15.8
23372024-06-12T20:13:53.772Z Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23382024-06-12T20:13:53.888Z Documenting crypto-bigint v0.5.5
23392024-06-12T20:13:54.198Z Documenting hubpack v0.1.2
23402024-06-12T20:13:54.588Z Documenting serde_repr v0.1.19
23412024-06-12T20:13:55.049Z Documenting precomputed-hash v0.1.1
23422024-06-12T20:13:55.072Z Documenting unsafe-libyaml v0.2.11
23432024-06-12T20:13:56.262Z Documenting new_debug_unreachable v1.0.6
23442024-06-12T20:13:59.027Z Documenting minimal-lexical v0.2.1
23452024-06-12T20:13:59.109Z Documenting lalrpop-util v0.19.12
23462024-06-12T20:13:59.507Z Documenting fixedbitset v0.4.2
23472024-06-12T20:13:59.617Z Documenting serde_yaml v0.9.34+deprecated
23482024-06-12T20:13:59.993Z Documenting string_cache v0.8.7
23492024-06-12T20:14:00.478Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
23502024-06-12T20:14:09.964Z Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23512024-06-12T20:14:10.075Z Documenting petgraph v0.6.5
23522024-06-12T20:14:10.174Z Documenting yasna v0.5.2
23532024-06-12T20:14:10.259Z Documenting nom v7.1.3
23542024-06-12T20:14:10.424Z Documenting postgres-types v0.2.6
23552024-06-12T20:14:10.988Z Documenting phf v0.11.2
23562024-06-12T20:14:11.004Z Documenting elliptic-curve v0.13.8
23572024-06-12T20:14:11.126Z Checking serde_yaml v0.9.34+deprecated
23582024-06-12T20:14:13.004Z Documenting similar v2.5.0
23592024-06-12T20:14:16.376Z Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23602024-06-12T20:14:16.736Z Documenting getopts v0.2.21
23612024-06-12T20:14:16.905Z Documenting float-cmp v0.9.0
23622024-06-12T20:14:17.331Z Documenting predicates-core v1.0.6
23632024-06-12T20:14:18.344Z Documenting whoami v1.5.1
23642024-06-12T20:14:27.745Z Documenting normalize-line-endings v0.3.0
23652024-06-12T20:14:28.019Z Documenting peg-runtime v0.8.3
23662024-06-12T20:14:28.148Z Documenting difflib v0.4.0
23672024-06-12T20:14:28.269Z Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23682024-06-12T20:14:28.415Z Documenting tokio-postgres v0.7.10
23692024-06-12T20:14:28.546Z Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23702024-06-12T20:14:28.566Z Documenting bit-set v0.5.3
23712024-06-12T20:14:28.732Z Documenting fs-err v2.11.0
23722024-06-12T20:14:32.669Z Documenting tokio-stream v0.1.15
23732024-06-12T20:14:32.915Z Checking ident_case v1.0.1
23742024-06-12T20:14:33.051Z Documenting predicates v3.1.0
23752024-06-12T20:14:33.069Z Checking darling_core v0.20.9
23762024-06-12T20:14:33.646Z Documenting is-terminal v0.4.12
23772024-06-12T20:14:34.398Z Documenting strum v0.26.2
23782024-06-12T20:14:35.021Z Documenting base64 v0.22.1
23792024-06-12T20:14:36.672Z Documenting ident_case v1.0.1
23802024-06-12T20:14:37.158Z Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23812024-06-12T20:14:37.800Z Documenting camino v1.1.7
23822024-06-12T20:14:38.060Z Documenting dirs-sys-next v0.1.2
23832024-06-12T20:14:38.442Z Documenting paste v1.0.15
23842024-06-12T20:14:39.264Z Checking darling v0.20.9
23852024-06-12T20:14:39.382Z Documenting sha1 v0.10.6
23862024-06-12T20:14:39.587Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23872024-06-12T20:14:40.052Z Documenting http v1.1.0
23882024-06-12T20:14:41.018Z Documenting darling_core v0.20.9
23892024-06-12T20:14:42.699Z Documenting thread_local v1.1.8
23902024-06-12T20:14:42.917Z Documenting rustls-pki-types v1.7.0
23912024-06-12T20:14:43.218Z Documenting dirs-next v2.0.0
23922024-06-12T20:14:44.287Z Documenting crossbeam-channel v0.5.12
23932024-06-12T20:14:44.521Z Documenting take_mut v0.2.2
23942024-06-12T20:14:46.043Z Documenting slog-json v2.6.1
23952024-06-12T20:14:47.183Z Documenting async-stream-impl v0.3.5
23962024-06-12T20:14:47.627Z Documenting debug-ignore v1.0.5
23972024-06-12T20:14:48.033Z Documenting rustls-webpki v0.102.4
23982024-06-12T20:14:48.339Z Documenting term v0.7.0
23992024-06-12T20:14:49.396Z Documenting atomic-waker v1.1.2
24002024-06-12T20:14:49.886Z Documenting slog-async v2.8.0
24012024-06-12T20:14:50.893Z Documenting rustls-pemfile v2.1.2
24022024-06-12T20:14:51.418Z Documenting slog-bunyan v2.5.0
24032024-06-12T20:14:51.481Z Documenting darling_macro v0.20.9
24042024-06-12T20:14:52.365Z Documenting waitgroup v0.1.2
24052024-06-12T20:14:53.190Z Documenting async-stream v0.3.5
24062024-06-12T20:14:53.671Z Documenting slog-term v2.9.1
24072024-06-12T20:14:53.924Z Documenting rustls v0.22.4
24082024-06-12T20:14:54.418Z Documenting multer v3.1.0
24092024-06-12T20:14:55.967Z Documenting toml v0.8.13
24102024-06-12T20:14:56.671Z Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
24112024-06-12T20:14:57.262Z Documenting serde_path_to_error v0.1.16
24122024-06-12T20:14:57.375Z Documenting darling v0.20.9
24132024-06-12T20:14:58.273Z Documenting hostname v0.4.0
24142024-06-12T20:14:58.742Z Documenting newtype-uuid v1.1.0
24152024-06-12T20:14:59.927Z Documenting structmeta-derive v0.3.0
24162024-06-12T20:15:02.210Z Checking structmeta v0.3.0
24172024-06-12T20:15:02.435Z Documenting instant v0.1.12
24182024-06-12T20:15:02.811Z Documenting serde_with_macros v3.8.1
24192024-06-12T20:15:02.844Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24202024-06-12T20:15:03.147Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
24212024-06-12T20:15:03.401Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24222024-06-12T20:15:03.928Z Documenting tokio-rustls v0.25.0
24232024-06-12T20:15:04.450Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24242024-06-12T20:15:06.518Z Documenting structmeta v0.3.0
24252024-06-12T20:15:07.348Z Documenting backoff v0.4.0
24262024-06-12T20:15:08.119Z Documenting oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
24272024-06-12T20:15:08.246Z Documenting serde_with v3.8.1
24282024-06-12T20:15:08.578Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24292024-06-12T20:15:09.948Z Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
24302024-06-12T20:15:10.290Z Documenting macaddr v1.0.1
24312024-06-12T20:15:11.586Z Documenting parse-display-derive v0.9.0
24322024-06-12T20:15:13.086Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24332024-06-12T20:15:13.642Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24342024-06-12T20:15:13.959Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24352024-06-12T20:15:14.368Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24362024-06-12T20:15:15.094Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24372024-06-12T20:15:15.678Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24382024-06-12T20:15:16.002Z Documenting fastrand v2.1.0
24392024-06-12T20:15:17.087Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24402024-06-12T20:15:17.255Z Checking proc-macro-crate v1.3.1
24412024-06-12T20:15:17.366Z Documenting proc-macro-crate v1.3.1
24422024-06-12T20:15:17.503Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24432024-06-12T20:15:17.704Z Documenting foreign-types-macros v0.2.3
24442024-06-12T20:15:18.005Z Documenting foreign-types-shared v0.3.1
24452024-06-12T20:15:18.348Z Documenting parse-display v0.9.0
24462024-06-12T20:15:18.799Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24472024-06-12T20:15:20.849Z Documenting tempfile v3.10.1
24482024-06-12T20:15:21.173Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24492024-06-12T20:15:23.040Z Documenting num_enum_derive v0.5.11
24502024-06-12T20:15:23.663Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24512024-06-12T20:15:23.814Z Documenting foreign-types v0.5.0
24522024-06-12T20:15:23.938Z Documenting cstr-argument v0.1.2
24532024-06-12T20:15:23.954Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24542024-06-12T20:15:25.456Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24552024-06-12T20:15:26.070Z Documenting tabwriter v1.4.0
24562024-06-12T20:15:26.718Z Documenting camino-tempfile v1.1.1
24572024-06-12T20:15:28.930Z Documenting colored v2.1.0
24582024-06-12T20:15:29.015Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24592024-06-12T20:15:29.380Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24602024-06-12T20:15:30.994Z Documenting num_enum v0.5.11
24612024-06-12T20:15:31.114Z Documenting hash32 v0.3.1
24622024-06-12T20:15:31.970Z Documenting stable_deref_trait v1.2.0
24632024-06-12T20:15:33.235Z Documenting smf v0.2.3
24642024-06-12T20:15:33.873Z Documenting cobs v0.2.3
24652024-06-12T20:15:34.062Z Documenting embedded-io v0.4.0
24662024-06-12T20:15:35.296Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24672024-06-12T20:15:35.843Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24682024-06-12T20:15:36.059Z Documenting heapless v0.8.0
24692024-06-12T20:15:36.938Z Documenting derive-where v1.2.7
24702024-06-12T20:15:37.377Z Documenting postcard v1.0.8
24712024-06-12T20:15:37.439Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24722024-06-12T20:15:38.609Z Documenting crucible-workspace-hack v0.1.0
24732024-06-12T20:15:38.715Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24742024-06-12T20:15:40.436Z Documenting newline-converter v0.3.0
24752024-06-12T20:15:41.323Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24762024-06-12T20:15:41.866Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
24772024-06-12T20:15:42.356Z Documenting smoltcp v0.11.0
24782024-06-12T20:15:43.132Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
24792024-06-12T20:15:43.405Z Documenting sigpipe v0.1.3
24802024-06-12T20:15:43.591Z Documenting num-derive v0.4.2
24812024-06-12T20:15:44.486Z Documenting convert_case v0.4.0
24822024-06-12T20:15:44.603Z Checking convert_case v0.4.0
24832024-06-12T20:15:44.813Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
24842024-06-12T20:15:45.364Z Documenting expectorate v1.1.0
24852024-06-12T20:15:48.636Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24862024-06-12T20:15:48.646Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
24872024-06-12T20:15:48.712Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24882024-06-12T20:15:48.917Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24892024-06-12T20:15:49.388Z Documenting derive_more v0.99.17
24902024-06-12T20:15:49.658Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
24912024-06-12T20:15:50.677Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24922024-06-12T20:15:51.555Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24932024-06-12T20:15:52.736Z Documenting password-hash v0.5.0
24942024-06-12T20:15:53.545Z Documenting blake2 v0.10.6
24952024-06-12T20:15:54.227Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24962024-06-12T20:15:55.426Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24972024-06-12T20:15:55.861Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24982024-06-12T20:15:56.551Z Documenting humantime v2.1.0
24992024-06-12T20:15:56.819Z Documenting linked-hash-map v0.5.6
25002024-06-12T20:15:57.043Z Documenting newtype_derive v0.1.6
25012024-06-12T20:15:58.121Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25022024-06-12T20:15:58.418Z Documenting argon2 v0.5.3
25032024-06-12T20:16:01.427Z Documenting swrite v0.1.0
25042024-06-12T20:16:01.627Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25052024-06-12T20:16:01.728Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25062024-06-12T20:16:01.780Z Documenting lru-cache v0.1.2
25072024-06-12T20:16:01.932Z Documenting steno v0.4.0
25082024-06-12T20:16:01.951Z Documenting quick-error v1.2.3
25092024-06-12T20:16:02.021Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
25102024-06-12T20:16:04.367Z Documenting arc-swap v1.7.1
25112024-06-12T20:16:04.478Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25122024-06-12T20:16:06.390Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25132024-06-12T20:16:06.707Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25142024-06-12T20:16:06.893Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25152024-06-12T20:16:07.061Z Documenting resolv-conf v0.7.0
25162024-06-12T20:16:07.182Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25172024-06-12T20:16:09.393Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
25182024-06-12T20:16:09.455Z Documenting slog-scope v4.4.0
25192024-06-12T20:16:10.770Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
25202024-06-12T20:16:11.007Z Documenting xattr v1.3.1
25212024-06-12T20:16:11.400Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25222024-06-12T20:16:11.593Z Documenting filetime v0.2.23
25232024-06-12T20:16:11.780Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25242024-06-12T20:16:12.038Z Documenting num-rational v0.4.2
25252024-06-12T20:16:12.262Z Documenting trust-dns-resolver v0.22.0
25262024-06-12T20:16:14.459Z Documenting slog-stdlog v4.1.1
25272024-06-12T20:16:16.526Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
25282024-06-12T20:16:16.674Z Documenting num-complex v0.4.6
25292024-06-12T20:16:16.777Z Documenting tar v0.4.40
25302024-06-12T20:16:17.010Z Documenting tap v1.0.1
25312024-06-12T20:16:17.145Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25322024-06-12T20:16:19.604Z Documenting slog-envlogger v2.2.0
25332024-06-12T20:16:20.374Z Documenting wyz v0.5.1
25342024-06-12T20:16:21.296Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25352024-06-12T20:16:22.470Z Documenting radium v0.7.0
25362024-06-12T20:16:22.714Z Documenting nibble_vec v0.1.0
25372024-06-12T20:16:22.921Z Documenting num v0.4.3
25382024-06-12T20:16:23.589Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25392024-06-12T20:16:25.228Z Documenting same-file v1.0.6
25402024-06-12T20:16:26.321Z Documenting display-error-chain v0.2.0
25412024-06-12T20:16:27.079Z Documenting crc-catalog v2.4.0
25422024-06-12T20:16:28.623Z Documenting endian-type v0.1.2
25432024-06-12T20:16:28.808Z Documenting funty v2.0.0
25442024-06-12T20:16:29.533Z Documenting walkdir v2.5.0
25452024-06-12T20:16:30.081Z Documenting crc v3.2.1
25462024-06-12T20:16:31.318Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25472024-06-12T20:16:32.713Z Documenting bitvec v1.0.1
25482024-06-12T20:16:33.583Z Documenting radix_trie v0.2.1
25492024-06-12T20:16:33.737Z Documenting slog-dtrace v0.3.0
25502024-06-12T20:16:33.902Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25512024-06-12T20:16:34.336Z Documenting cancel-safe-futures v0.1.5
25522024-06-12T20:16:38.437Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25532024-06-12T20:16:38.710Z Documenting packed_struct_codegen v0.10.1
25542024-06-12T20:16:38.904Zwarning: unresolved link to `Blueprints`
25552024-06-12T20:16:38.904Z --> nexus/types/src/deployment/blueprint_diff.rs:5:33
25562024-06-12T20:16:38.904Z |
25572024-06-12T20:16:38.904Z5 | //! Types helpful for diffing [`Blueprints`].
25582024-06-12T20:16:38.904Z | ^^^^^^^^^^ no item named `Blueprints` in scope
25592024-06-12T20:16:38.904Z |
25602024-06-12T20:16:38.904Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
25612024-06-12T20:16:38.905Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
25622024-06-12T20:16:38.905Z
25632024-06-12T20:16:38.909Zwarning: unresolved link to `Blueprints`
25642024-06-12T20:16:38.910Z --> nexus/types/src/deployment/blueprint_display.rs:5:35
25652024-06-12T20:16:38.910Z |
25662024-06-12T20:16:38.910Z5 | //! Types helpful for rendering [`Blueprints`].
25672024-06-12T20:16:38.910Z | ^^^^^^^^^^ no item named `Blueprints` in scope
25682024-06-12T20:16:38.910Z |
25692024-06-12T20:16:38.910Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
25702024-06-12T20:16:38.910Z
25712024-06-12T20:16:38.910Zwarning: unresolved link to `BpSledTable`
25722024-06-12T20:16:38.910Z --> nexus/types/src/deployment/blueprint_display.rs:179:49
25732024-06-12T20:16:38.910Z |
25742024-06-12T20:16:38.910Z179 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s.
25752024-06-12T20:16:38.910Z | ^^^^^^^^^^^ no item named `BpSledTable` in scope
25762024-06-12T20:16:38.910Z |
25772024-06-12T20:16:38.910Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
25782024-06-12T20:16:38.910Z
25792024-06-12T20:16:38.984Z Documenting nodrop v0.1.14
25802024-06-12T20:16:41.263Zwarning: `nexus-types` (lib doc) generated 3 warnings
25812024-06-12T20:16:41.304Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25822024-06-12T20:16:41.536Z Documenting bzip2-sys v0.1.11+1.0.8
25832024-06-12T20:16:42.271Z Documenting num-bigint-dig v0.8.4
25842024-06-12T20:16:42.449Z Documenting array-init v0.0.4
25852024-06-12T20:16:42.952Z Documenting pem v3.0.4
25862024-06-12T20:16:45.336Z Documenting packed_struct v0.10.1
25872024-06-12T20:16:46.569Z Documenting pkcs1 v0.7.5
25882024-06-12T20:16:46.942Z Documenting signature v2.2.0
25892024-06-12T20:16:48.110Z Documenting termcolor v1.4.1
25902024-06-12T20:16:49.151Z Documenting bitfield v0.14.0
25912024-06-12T20:16:49.212Z Documenting maplit v1.0.2
25922024-06-12T20:16:50.021Z Documenting bzip2 v0.4.4
25932024-06-12T20:16:51.577Z Documenting serde-hex v0.1.0
25942024-06-12T20:16:51.776Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25952024-06-12T20:16:51.962Z Documenting rsa v0.9.6
25962024-06-12T20:16:52.793Z Documenting env_logger v0.10.2
25972024-06-12T20:16:54.080Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25982024-06-12T20:16:54.347Z Documenting x509-cert v0.2.5
25992024-06-12T20:16:55.541Z Documenting libsw v3.3.1
26002024-06-12T20:16:55.678Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
26012024-06-12T20:16:56.770Z Documenting ron v0.8.1
26022024-06-12T20:16:57.652Z Documenting half v2.4.1
26032024-06-12T20:16:58.405Z Documenting headers-core v0.2.0
26042024-06-12T20:17:00.925Z Documenting owo-colors v4.0.0
26052024-06-12T20:17:01.156Z Documenting linear-map v1.2.0
26062024-06-12T20:17:01.208Z Documenting ciborium-io v0.2.2
26072024-06-12T20:17:01.321Z Documenting crc-any v2.5.0
26082024-06-12T20:17:02.739Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26092024-06-12T20:17:03.768Z Documenting headers v0.3.9
26102024-06-12T20:17:04.021Z Documenting zip v0.6.6
26112024-06-12T20:17:04.887Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
26122024-06-12T20:17:05.714Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26132024-06-12T20:17:06.552Z Documenting ciborium-ll v0.2.2
26142024-06-12T20:17:06.573Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26152024-06-12T20:17:07.544Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26162024-06-12T20:17:09.866Z Documenting async-recursion v1.1.1
26172024-06-12T20:17:11.429Z Documenting path-slash v0.1.5
26182024-06-12T20:17:11.429Z Documenting ciborium v0.2.2
26192024-06-12T20:17:14.528Z Documenting fxhash v0.2.1
26202024-06-12T20:17:15.644Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
26212024-06-12T20:17:15.843Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26222024-06-12T20:17:15.869Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26232024-06-12T20:17:16.391Z Documenting buf-list v1.0.3
26242024-06-12T20:17:17.491Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26252024-06-12T20:17:19.675Z Documenting derive_builder_core v0.20.0
26262024-06-12T20:17:21.762Z Checking derive_builder_core v0.20.0
26272024-06-12T20:17:22.609Z Documenting ref-cast-impl v1.0.23
26282024-06-12T20:17:23.666Z Documenting pin-project-internal v1.1.5
26292024-06-12T20:17:26.507Z Documenting vte_generate_state_changes v0.1.1
26302024-06-12T20:17:27.856Z Documenting ref-cast v1.0.23
26312024-06-12T20:17:29.766Z Documenting derive_builder_macro v0.20.0
26322024-06-12T20:17:29.921Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26332024-06-12T20:17:30.366Z Documenting pin-project v1.1.5
26342024-06-12T20:17:30.407Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26352024-06-12T20:17:31.225Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26362024-06-12T20:17:31.441Z Documenting vte v0.11.1
26372024-06-12T20:17:33.340Z Documenting crossbeam-deque v0.8.5
26382024-06-12T20:17:34.788Z Documenting snafu-derive v0.8.2
26392024-06-12T20:17:36.009Z Documenting fd-lock v4.0.2
26402024-06-12T20:17:36.163Z Documenting bitstruct_derive v0.1.0
26412024-06-12T20:17:36.930Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26422024-06-12T20:17:38.543Z Documenting ascii v1.1.0
26432024-06-12T20:17:38.674Z Documenting rayon-core v1.12.1
26442024-06-12T20:17:41.509Z Documenting bitstruct v0.1.1
26452024-06-12T20:17:41.688Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26462024-06-12T20:17:41.898Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26472024-06-12T20:17:42.149Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
26482024-06-12T20:17:42.450Z Documenting snafu v0.8.2
26492024-06-12T20:17:44.182Z Documenting strip-ansi-escapes v0.2.0
26502024-06-12T20:17:44.669Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26512024-06-12T20:17:44.825Z Documenting derive_builder v0.20.0
26522024-06-12T20:17:46.655Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26532024-06-12T20:17:47.235Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26542024-06-12T20:17:47.299Z Documenting polar-core v0.27.3
26552024-06-12T20:17:48.368Z Documenting libxml v0.3.3
26562024-06-12T20:17:48.536Z Documenting proc-macro-error-attr v1.0.4
26572024-06-12T20:17:49.470Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26582024-06-12T20:17:53.749Z Documenting globset v0.4.14
26592024-06-12T20:17:54.719Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26602024-06-12T20:17:55.125Z Documenting olpc-cjson v0.1.3
26612024-06-12T20:17:55.804Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26622024-06-12T20:17:56.597Z Documenting quick-xml v0.31.0
26632024-06-12T20:17:56.887Z Documenting serde_plain v1.0.2
26642024-06-12T20:17:58.052Z Documenting serde_arrays v0.1.0
26652024-06-12T20:18:00.185Z Documenting erased-serde v0.3.31
26662024-06-12T20:18:00.716Z Documenting oso-derive v0.27.3
26672024-06-12T20:18:00.741Z Documenting impl-trait-for-tuples v0.2.2
26682024-06-12T20:18:02.635Z Documenting unicode-xid v0.2.4
26692024-06-12T20:18:03.468Z Documenting nu-ansi-term v0.50.0
26702024-06-12T20:18:03.564Z Documenting typed-path v0.7.1
26712024-06-12T20:18:06.216Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
26722024-06-12T20:18:06.216Z Checking unicode-xid v0.2.4
26732024-06-12T20:18:06.216Z Documenting samael v0.0.15
26742024-06-12T20:18:06.267Z Documenting const_format_proc_macros v0.2.32
26752024-06-12T20:18:06.883Z Documenting oso v0.27.3
26762024-06-12T20:18:06.969Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26772024-06-12T20:18:08.052Z Documenting proc-macro-error v1.0.4
26782024-06-12T20:18:08.587Z Documenting reedline v0.31.0
26792024-06-12T20:18:10.383Z Documenting tough v0.17.1
26802024-06-12T20:18:12.041Z Documenting rayon v1.10.0
26812024-06-12T20:18:12.958Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26822024-06-12T20:18:14.247Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26832024-06-12T20:18:17.977Z Documenting libefi-sys v0.1.0
26842024-06-12T20:18:18.490Z Documenting trust-dns-client v0.22.0
26852024-06-12T20:18:20.540Z Documenting cookie v0.18.1
26862024-06-12T20:18:20.641Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
26872024-06-12T20:18:22.050Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26882024-06-12T20:18:22.596Z Checking proc-macro-error v1.0.4
26892024-06-12T20:18:22.851Z Documenting bb8 v0.8.3
26902024-06-12T20:18:23.465Z Documenting keccak v0.1.5
26912024-06-12T20:18:23.546Z Documenting parse-size v1.0.0
26922024-06-12T20:18:25.907Z Documenting bytecount v0.6.8
26932024-06-12T20:18:26.030Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
26942024-06-12T20:18:26.647Z Documenting utf-8 v0.7.6
26952024-06-12T20:18:27.019Z Documenting sha3 v0.10.8
26962024-06-12T20:18:27.468Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26972024-06-12T20:18:29.289Z Documenting papergrid v0.11.0
26982024-06-12T20:18:29.378Z Documenting trust-dns-server v0.22.1
26992024-06-12T20:18:29.876Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
27002024-06-12T20:18:31.260Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
27012024-06-12T20:18:31.780Z Documenting tungstenite v0.21.0
27022024-06-12T20:18:32.182Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
27032024-06-12T20:18:32.325Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27042024-06-12T20:18:35.176Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27052024-06-12T20:18:36.452Z Documenting tabled_derive v0.7.0
27062024-06-12T20:18:37.336Z Documenting const_format v0.2.32
27072024-06-12T20:18:38.342Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27082024-06-12T20:18:38.658Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27092024-06-12T20:18:38.713Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27102024-06-12T20:18:38.840Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27112024-06-12T20:18:39.866Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27122024-06-12T20:18:40.198Z Documenting sled v0.34.7
27132024-06-12T20:18:40.482Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27142024-06-12T20:18:40.646Z Documenting nix v0.28.0
27152024-06-12T20:18:41.052Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
27162024-06-12T20:18:41.398Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27172024-06-12T20:18:41.677Z Documenting secrecy v0.8.0
27182024-06-12T20:18:41.928Z Documenting gethostname v0.4.3
27192024-06-12T20:18:45.868Z Documenting peg-macros v0.8.3
27202024-06-12T20:18:46.566Z Documenting rustversion v1.0.17
27212024-06-12T20:18:46.716Z Documenting sqlparser_derive v0.2.2
27222024-06-12T20:18:47.139Z Documenting home v0.5.9
27232024-06-12T20:18:47.174Z Documenting unicode_categories v0.1.1
27242024-06-12T20:18:50.066Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27252024-06-12T20:18:51.730Z Documenting castaway v0.2.2
27262024-06-12T20:18:51.888Z Documenting peg v0.8.3
27272024-06-12T20:18:52.232Z Documenting sqlparser v0.45.0
27282024-06-12T20:18:52.385Z Documenting rustyline v14.0.0
27292024-06-12T20:18:52.503Z Documenting sqlformat v0.2.3
27302024-06-12T20:18:52.506Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27312024-06-12T20:18:56.724Z Documenting tabled v0.15.0
27322024-06-12T20:18:56.892Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27332024-06-12T20:18:58.494Z Documenting tokio-tungstenite v0.21.0
27342024-06-12T20:18:59.630Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27352024-06-12T20:19:02.868Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27362024-06-12T20:19:04.122Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27372024-06-12T20:19:04.807Z Documenting zone v0.1.8
27382024-06-12T20:19:05.590Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
27392024-06-12T20:19:05.800Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
27402024-06-12T20:19:06.584Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27412024-06-12T20:19:07.392Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27422024-06-12T20:19:09.477Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27432024-06-12T20:19:09.737Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27442024-06-12T20:19:10.010Z Documenting portpicker v0.1.1
27452024-06-12T20:19:11.513Z Documenting universal-hash v0.5.1
27462024-06-12T20:19:12.826Z Documenting bcs v0.1.6
27472024-06-12T20:19:15.472Z Documenting thiserror-impl-no-std v2.0.2
27482024-06-12T20:19:16.355Z Documenting kstat-rs v0.2.3
27492024-06-12T20:19:18.220Z Documenting curve25519-dalek-derive v0.1.1
27502024-06-12T20:19:21.815Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27512024-06-12T20:19:26.860Z Documenting highway v1.1.0
27522024-06-12T20:19:27.057Z Documenting opaque-debug v0.3.1
27532024-06-12T20:19:27.329Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27542024-06-12T20:19:27.592Z Documenting thiserror-no-std v2.0.2
27552024-06-12T20:19:27.612Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27562024-06-12T20:19:27.652Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
27572024-06-12T20:19:27.764Z Documenting curve25519-dalek v4.1.2
27582024-06-12T20:19:30.382Z Documenting poly1305 v0.8.0
27592024-06-12T20:19:31.037Z Documenting compact_str v0.7.1
27602024-06-12T20:19:31.944Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27612024-06-12T20:19:33.494Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27622024-06-12T20:19:35.519Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27632024-06-12T20:19:36.318Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27642024-06-12T20:19:36.471Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27652024-06-12T20:19:37.136Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27662024-06-12T20:19:38.056Z Documenting portable-atomic v1.6.0
27672024-06-12T20:19:41.349Z Documenting ed25519 v1.5.3
27682024-06-12T20:19:41.837Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27692024-06-12T20:19:42.249Z Documenting unicase v2.7.0
27702024-06-12T20:19:42.442Z Documenting rcgen v0.12.1
27712024-06-12T20:19:44.372Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27722024-06-12T20:19:44.940Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27732024-06-12T20:19:46.030Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27742024-06-12T20:19:48.488Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
27752024-06-12T20:19:48.630Z Documenting atomicwrites v0.4.3
27762024-06-12T20:19:50.940Z Documenting chacha20 v0.9.1
27772024-06-12T20:19:53.637Zwarning: could not parse code block as Rust code
27782024-06-12T20:19:53.637Z --> oximeter/db/src/oxql/ast/grammar.rs:246:9
27792024-06-12T20:19:53.637Z |
27802024-06-12T20:19:53.637Z246 | / /// Parse a string literal, either single- or double-quoted.
27812024-06-12T20:19:53.637Z247 | | ///
27822024-06-12T20:19:53.637Z248 | | /// Parsing string literals is pretty tricky, but we add several
27832024-06-12T20:19:53.637Z249 | | /// constraints to simplify things. First strings must be quoted, either
27842024-06-12T20:19:53.637Z... |
27852024-06-12T20:19:53.637Z277 | | ///
27862024-06-12T20:19:53.637Z278 | | /// Will be parsed as `this string has " in it`.
27872024-06-12T20:19:53.637Z | |________________________________________________________^
27882024-06-12T20:19:53.637Z |
27892024-06-12T20:19:53.637Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
27902024-06-12T20:19:53.637Z = note: error from rustc: unknown start of token: \
27912024-06-12T20:19:53.637Z = note: error from rustc: unknown start of token: \
27922024-06-12T20:19:53.637Z = note: error from rustc: unknown start of token: \
27932024-06-12T20:19:53.637Z = note: error from rustc: unknown start of token: \
27942024-06-12T20:19:53.638Z = note: error from rustc: unknown start of token: \
27952024-06-12T20:19:53.638Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
27962024-06-12T20:19:53.638Z
27972024-06-12T20:19:53.746Z Documenting lru v0.12.3
27982024-06-12T20:19:53.792Z Documenting aead v0.5.2
27992024-06-12T20:19:55.024Zwarning: `oximeter-db` (lib doc) generated 1 warning
28002024-06-12T20:19:55.027Z Documenting rand_seeder v0.2.3
28012024-06-12T20:19:56.925Z Documenting nanorand v0.7.0
28022024-06-12T20:19:59.287Z Documenting subprocess v0.2.9
28032024-06-12T20:19:59.300Z Documenting stability v0.2.0
28042024-06-12T20:20:08.297Z Documenting glob v0.3.1
28052024-06-12T20:20:08.338Zwarning: unresolved link to `crate::db::lookup::LookupPath`
28062024-06-12T20:20:08.338Z --> nexus/auth/src/authz/api_resources.rs:8:12
28072024-06-12T20:20:08.338Z |
28082024-06-12T20:20:08.338Z8 | //! (see [`crate::db::lookup::LookupPath`]) and get back a so-called `authz`
28092024-06-12T20:20:08.338Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `db` in module `nexus_auth`
28102024-06-12T20:20:08.338Z |
28112024-06-12T20:20:08.338Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
28122024-06-12T20:20:08.338Z
28132024-06-12T20:20:08.430Z Documenting cassowary v0.3.0
28142024-06-12T20:20:08.620Z Documenting number_prefix v0.4.0
28152024-06-12T20:20:08.740Z Documenting chacha20poly1305 v0.10.1
28162024-06-12T20:20:09.121Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28172024-06-12T20:20:09.200Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28182024-06-12T20:20:09.255Z Documenting flume v0.11.0
28192024-06-12T20:20:10.274Zwarning: `nexus-auth` (lib doc) generated 1 warning
28202024-06-12T20:20:10.278Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28212024-06-12T20:20:12.835Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28222024-06-12T20:20:13.652Z Documenting ratatui v0.26.2
28232024-06-12T20:20:13.833Z Documenting indicatif v0.17.8
28242024-06-12T20:20:24.987Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28252024-06-12T20:20:25.273Z Documenting mime_guess v2.0.4
28262024-06-12T20:20:25.378Z Documenting salty v0.2.0
28272024-06-12T20:20:25.915Z Documenting vsss-rs v3.3.4
28282024-06-12T20:20:26.105Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28292024-06-12T20:20:26.552Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28302024-06-12T20:20:27.433Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
28312024-06-12T20:20:28.802Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28322024-06-12T20:20:29.834Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28332024-06-12T20:20:29.952Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28342024-06-12T20:20:30.633Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28352024-06-12T20:20:30.900Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28362024-06-12T20:20:31.042Z Documenting serde-big-array v0.5.1
28372024-06-12T20:20:31.146Z Documenting memmap2 v0.9.4
28382024-06-12T20:20:32.353Z Documenting rtoolbox v0.0.2
28392024-06-12T20:20:34.239Z Documenting http-range v0.1.5
28402024-06-12T20:20:34.963Z Documenting arrayvec v0.7.4
28412024-06-12T20:20:35.700Z Documenting constant_time_eq v0.3.0
28422024-06-12T20:20:35.956Z Documenting unicode-linebreak v0.1.5
28432024-06-12T20:20:37.743Z Documenting shell-words v1.1.0
28442024-06-12T20:20:38.738Z Documenting smawk v0.3.2
28452024-06-12T20:20:39.133Z Documenting is_ci v1.2.0
28462024-06-12T20:20:39.263Z Documenting arrayref v0.3.7
28472024-06-12T20:20:39.542Z Documenting hyper-staticfile v0.9.5
28482024-06-12T20:20:40.865Z Documenting rpassword v7.3.1
28492024-06-12T20:20:42.222Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
28502024-06-12T20:20:42.763Z Documenting blake3 v1.5.1
28512024-06-12T20:20:43.043Z Documenting textwrap v0.16.1
28522024-06-12T20:20:44.191Z Documenting supports-color v3.0.0
28532024-06-12T20:20:45.519Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28542024-06-12T20:20:46.113Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
28552024-06-12T20:20:46.562Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28562024-06-12T20:20:47.956Z Documenting tui-tree-widget v0.19.0
28572024-06-12T20:20:48.375Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28582024-06-12T20:20:50.000Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28592024-06-12T20:20:51.177Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28602024-06-12T20:20:52.384Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28612024-06-12T20:20:53.492Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28622024-06-12T20:20:54.021Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28632024-06-12T20:20:54.281Z Documenting signal-hook-tokio v0.3.1
28642024-06-12T20:20:54.487Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28652024-06-12T20:20:55.144Z Documenting csv-core v0.1.11
28662024-06-12T20:20:55.399Z Documenting corncobs v0.1.3
28672024-06-12T20:20:57.411Z Documenting topological-sort v0.2.2
28682024-06-12T20:20:58.491Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
28692024-06-12T20:20:59.576Z Documenting csv v1.3.0
28702024-06-12T20:20:59.763Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28712024-06-12T20:21:01.952Z Documenting omicron-zone-package v0.11.0
28722024-06-12T20:21:03.388Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28732024-06-12T20:21:03.406Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28742024-06-12T20:21:03.449Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28752024-06-12T20:21:04.698Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28762024-06-12T20:21:12.135Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28772024-06-12T20:21:12.800Zwarning: unresolved link to `test_sled_transitions`
28782024-06-12T20:21:12.800Z --> nexus/db-queries/src/db/datastore/sled.rs:698:11
28792024-06-12T20:21:12.800Z |
28802024-06-12T20:21:12.800Z698 | /// [`test_sled_transitions`].
28812024-06-12T20:21:12.800Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
28822024-06-12T20:21:12.800Z |
28832024-06-12T20:21:12.800Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
28842024-06-12T20:21:12.800Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
28852024-06-12T20:21:12.800Z
28862024-06-12T20:21:12.807Zwarning: unresolved link to `test_sled_transitions`
28872024-06-12T20:21:12.808Z --> nexus/db-queries/src/db/datastore/sled.rs:734:11
28882024-06-12T20:21:12.808Z |
28892024-06-12T20:21:12.808Z734 | /// [`test_sled_transitions`].
28902024-06-12T20:21:12.808Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
28912024-06-12T20:21:12.808Z |
28922024-06-12T20:21:12.808Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
28932024-06-12T20:21:12.808Z
28942024-06-12T20:21:12.808Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
28952024-06-12T20:21:12.808Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
28962024-06-12T20:21:12.808Z |
28972024-06-12T20:21:12.808Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
28982024-06-12T20:21:12.808Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
28992024-06-12T20:21:12.808Z
29002024-06-12T20:21:14.445Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29012024-06-12T20:21:16.368Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29022024-06-12T20:21:22.030Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
29032024-06-12T20:21:23.614Zwarning: unclosed HTML tag `usize`
29042024-06-12T20:21:23.614Z --> wicket/src/ui/panes/update.rs:153:19
29052024-06-12T20:21:23.615Z |
29062024-06-12T20:21:23.615Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
29072024-06-12T20:21:23.615Z | ^^^^^^^
29082024-06-12T20:21:23.615Z |
29092024-06-12T20:21:23.616Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
29102024-06-12T20:21:23.616Z
29112024-06-12T20:21:25.014Zwarning: `wicket` (lib doc) generated 1 warning
29122024-06-12T20:21:27.852Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29132024-06-12T20:21:27.860Zwarning: unresolved link to `BlueprintDisksConfig`
29142024-06-12T20:21:27.860Z --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1074:55
29152024-06-12T20:21:27.861Z |
29162024-06-12T20:21:27.861Z1074 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`]
29172024-06-12T20:21:27.861Z | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope
29182024-06-12T20:21:27.861Z |
29192024-06-12T20:21:27.861Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29202024-06-12T20:21:27.861Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29212024-06-12T20:21:27.862Z
29222024-06-12T20:21:27.862Z Documenting fatfs v0.3.6
29232024-06-12T20:21:27.862Zwarning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning
29242024-06-12T20:21:27.862Z Documenting cargo-platform v0.1.8
29252024-06-12T20:21:31.071Z Documenting assert_matches v1.5.0
29262024-06-12T20:21:32.482Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
29272024-06-12T20:21:32.488Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29282024-06-12T20:21:32.885Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29292024-06-12T20:21:33.262Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29302024-06-12T20:21:33.571Z Documenting cargo_metadata v0.18.1
29312024-06-12T20:21:34.382Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29322024-06-12T20:21:35.097Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29332024-06-12T20:21:36.048Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29342024-06-12T20:21:42.383Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
29352024-06-12T20:21:42.384Z --> sled-agent/src/sim/instance.rs:45:7
29362024-06-12T20:21:42.384Z |
29372024-06-12T20:21:42.384Z45 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
29382024-06-12T20:21:42.384Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
29392024-06-12T20:21:42.384Z |
29402024-06-12T20:21:42.385Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29412024-06-12T20:21:42.385Z
29422024-06-12T20:21:45.894Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
29432024-06-12T20:21:45.905Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29442024-06-12T20:21:46.705Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29452024-06-12T20:21:49.746Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
29462024-06-12T20:21:59.696Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
29472024-06-12T20:21:59.744Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
29482024-06-12T20:21:59.744Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
29492024-06-12T20:21:59.744Z Documenting uzers v0.11.3
29502024-06-12T20:21:59.987Z Documenting termios v0.3.3
29512024-06-12T20:22:04.503Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29522024-06-12T20:22:05.113Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29532024-06-12T20:22:05.191Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29542024-06-12T20:22:09.887Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29552024-06-12T20:22:11.246Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29562024-06-12T20:22:13.804Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29572024-06-12T20:22:19.878Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29582024-06-12T20:22:35.860Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29592024-06-12T20:22:48.268Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29602024-06-12T20:22:49.213Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29612024-06-12T20:22:54.981Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
29622024-06-12T20:22:57.017Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
29632024-06-12T20:22:59.438Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29642024-06-12T20:23:01.561Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29652024-06-12T20:23:04.549Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29662024-06-12T20:23:33.363Zwarning: unresolved link to `Nexus`
29672024-06-12T20:23:33.363Z --> nexus/src/app/instance_network.rs:241:34
29682024-06-12T20:23:33.363Z |
29692024-06-12T20:23:33.363Z241 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
29702024-06-12T20:23:33.364Z | ^^^^^ no item named `Nexus` in scope
29712024-06-12T20:23:33.364Z |
29722024-06-12T20:23:33.364Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29732024-06-12T20:23:33.364Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29742024-06-12T20:23:33.364Z
29752024-06-12T20:23:33.380Zwarning: unresolved link to `Nexus`
29762024-06-12T20:23:33.380Z --> nexus/src/app/instance_network.rs:419:34
29772024-06-12T20:23:33.381Z |
29782024-06-12T20:23:33.381Z419 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
29792024-06-12T20:23:33.381Z | ^^^^^ no item named `Nexus` in scope
29802024-06-12T20:23:33.381Z |
29812024-06-12T20:23:33.381Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29822024-06-12T20:23:33.381Z
29832024-06-12T20:23:33.381Zwarning: unresolved link to `VolumeConstructionRequest`
29842024-06-12T20:23:33.381Z --> nexus/src/app/sagas/volume_delete.rs:335:7
29852024-06-12T20:23:33.381Z |
29862024-06-12T20:23:33.381Z335 | /// [`VolumeConstructionRequest`] is shown here):
29872024-06-12T20:23:33.381Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
29882024-06-12T20:23:33.381Z |
29892024-06-12T20:23:33.381Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29902024-06-12T20:23:33.381Z
29912024-06-12T20:23:33.381Zwarning: unresolved link to `fd00:1122:3344:101::5`
29922024-06-12T20:23:33.381Z --> nexus/src/app/sagas/volume_delete.rs:345:17
29932024-06-12T20:23:33.381Z |
29942024-06-12T20:23:33.381Z345 | /// "[fd00:1122:3344:101::5]:1000",
29952024-06-12T20:23:33.381Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
29962024-06-12T20:23:33.381Z
29972024-06-12T20:23:33.381Zwarning: unresolved link to `fd00:1122:3344:102::9`
29982024-06-12T20:23:33.381Z --> nexus/src/app/sagas/volume_delete.rs:346:17
29992024-06-12T20:23:33.381Z |
30002024-06-12T20:23:33.382Z346 | /// "[fd00:1122:3344:102::9]:1000",
30012024-06-12T20:23:33.382Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
30022024-06-12T20:23:33.382Z
30032024-06-12T20:23:33.382Zwarning: unresolved link to `fd00:1122:3344:103::2`
30042024-06-12T20:23:33.382Z --> nexus/src/app/sagas/volume_delete.rs:347:17
30052024-06-12T20:23:33.382Z |
30062024-06-12T20:23:33.382Z347 | /// "[fd00:1122:3344:103::2]:1000"
30072024-06-12T20:23:33.382Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
30082024-06-12T20:23:33.382Z
30092024-06-12T20:23:33.382Zwarning: unresolved link to `fd00:1122:3344:101::5`
30102024-06-12T20:23:33.382Z --> nexus/src/app/sagas/volume_delete.rs:366:17
30112024-06-12T20:23:33.382Z |
30122024-06-12T20:23:33.382Z366 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
30132024-06-12T20:23:33.382Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
30142024-06-12T20:23:33.382Z
30152024-06-12T20:23:33.382Zwarning: unresolved link to `fd00:1122:3344:102::9`
30162024-06-12T20:23:33.382Z --> nexus/src/app/sagas/volume_delete.rs:367:17
30172024-06-12T20:23:33.382Z |
30182024-06-12T20:23:33.382Z367 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
30192024-06-12T20:23:33.382Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
30202024-06-12T20:23:33.382Z
30212024-06-12T20:23:33.382Zwarning: unresolved link to `fd00:1122:3344:103::2`
30222024-06-12T20:23:33.382Z --> nexus/src/app/sagas/volume_delete.rs:368:17
30232024-06-12T20:23:33.382Z |
30242024-06-12T20:23:33.383Z368 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
30252024-06-12T20:23:33.383Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
30262024-06-12T20:23:33.383Z
30272024-06-12T20:23:36.406Zwarning: `omicron-nexus` (lib doc) generated 9 warnings
30282024-06-12T20:23:53.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13m 14s
30292024-06-12T20:23:53.894Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html and 85 other files
30302024-06-12T20:23:53.926Z
30312024-06-12T20:23:53.936Zreal 13:14.528360825
30322024-06-12T20:23:53.936Zuser 37:06.643403763
30332024-06-12T20:23:53.937Zsys 55:54.541395505
30342024-06-12T20:23:53.937Ztrap 0.913854223
30352024-06-12T20:23:53.937Ztflt 0.121543822
30362024-06-12T20:23:53.937Zdflt 0.740706001
30372024-06-12T20:23:53.937Zkflt 0.000537782
30382024-06-12T20:23:53.937Zlock 3:22:47.301078579
30392024-06-12T20:23:53.938Zslp 3:36:36.592953400
30402024-06-12T20:23:53.938Zlat 4:31.500301973
30412024-06-12T20:23:53.938Zstop 2:41.614958203
30422024-06-12T20:23:53.938Zprocess exited: duration 1343609 ms, exit code 0
 
30432024-06-12T20:23:53.951Zfound 0 output files