01HZQK4S4RYY4PZGF8Q0WS7JHA: clippy (helios)

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

Buildomat Job: 01HZQK52KZS8N2GP58E8NPNAT0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-06-06T20:17:44.210Zjob assigned to worker 01HZQK54G6X19Q0CD293PFCFRN (queued for 46 s)
 
22024-06-06T20:17:44.794Zstarting task 0: "setup"
32024-06-06T20:17:44.820Z++ uname -s
42024-06-06T20:17:44.820Z+ kern=SunOS
52024-06-06T20:17:44.820Z+ case "$kern" in
62024-06-06T20:17:44.820Z+ groupadd -g 12345 build
72024-06-06T20:17:44.820Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-06-06T20:17:46.825Z+ zfs create -o mountpoint=/work rpool/work
92024-06-06T20:17:46.869Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-06-06T20:17:46.905Z+ home_fs=zfs
112024-06-06T20:17:46.905Z+ [[ zfs == autofs ]]
122024-06-06T20:17:46.905Z+ mkdir -p /home/build
132024-06-06T20:17:46.905Z+ chown build:build /home/build /work
142024-06-06T20:17:48.889Z+ chmod 0700 /home/build /work
152024-06-06T20:17:48.986Zprocess exited: duration 4090 ms, exit code 0
 
162024-06-06T20:17:49.047Zstarting task 1: "rust-toolchain"
172024-06-06T20:17:49.082Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-06-06T20:17:49.082Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
192024-06-06T20:17:49.194Zinfo: downloading installer
202024-06-06T20:17:49.679Zinfo: profile set to 'default'
212024-06-06T20:17:49.680Zinfo: default host triple is x86_64-unknown-illumos
222024-06-06T20:17:49.710Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
232024-06-06T20:17:49.787Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
242024-06-06T20:17:49.787Zinfo: downloading component 'cargo'
252024-06-06T20:17:50.275Zinfo: downloading component 'clippy'
262024-06-06T20:17:50.275Zinfo: downloading component 'rust-docs'
272024-06-06T20:17:50.276Zinfo: downloading component 'rust-std'
282024-06-06T20:17:50.584Zinfo: downloading component 'rustc'
292024-06-06T20:17:51.305Zinfo: downloading component 'rustfmt'
302024-06-06T20:17:51.338Zinfo: installing component 'cargo'
312024-06-06T20:17:52.366Zinfo: installing component 'clippy'
322024-06-06T20:17:52.762Zinfo: installing component 'rust-docs'
332024-06-06T20:17:55.464Zinfo: installing component 'rust-std'
342024-06-06T20:17:57.400Zinfo: installing component 'rustc'
352024-06-06T20:18:02.583Zinfo: installing component 'rustfmt'
362024-06-06T20:18:02.945Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
372024-06-06T20:18:02.945Z
382024-06-06T20:18:03.076Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
392024-06-06T20:18:03.076Z
402024-06-06T20:18:03.076Z
412024-06-06T20:18:03.076ZRust is installed now. Great!
422024-06-06T20:18:03.076Z
432024-06-06T20:18:03.076ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442024-06-06T20:18:03.076Zenvironment variable. This has not been done automatically.
452024-06-06T20:18:03.076Z
462024-06-06T20:18:03.077ZTo configure your current shell, you need to source
472024-06-06T20:18:03.077Zthe corresponding env file under $HOME/.cargo.
482024-06-06T20:18:03.077Z
492024-06-06T20:18:03.077ZThis is usually done by running one of the following (note the leading DOT):
502024-06-06T20:18:03.077Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
512024-06-06T20:18:03.077Zsource "$HOME/.cargo/env.fish" # For fish
522024-06-06T20:18:03.156Z+ rustc --version
532024-06-06T20:18:03.268Zrustc 1.78.0 (9b00956e5 2024-04-29)
542024-06-06T20:18:03.304Zprocess exited: duration 14223 ms, exit code 0
 
552024-06-06T20:18:03.768Zstarting task 2: "authentication"
562024-06-06T20:18:03.838Zprocess exited: duration 68 ms, exit code 0
 
572024-06-06T20:18:03.897Zstarting task 3: "clone repository"
582024-06-06T20:18:03.927Z+ mkdir -p /work/oxidecomputer/omicron
592024-06-06T20:18:03.927Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
602024-06-06T20:18:03.955ZCloning into '/work/oxidecomputer/omicron'...
612024-06-06T20:18:10.692Z+ cd /work/oxidecomputer/omicron
622024-06-06T20:18:10.693Z+ git fetch origin 4a87ebc3acdede7e109014aded1e45ded33f020d
632024-06-06T20:18:11.136ZFrom https://github.com/oxidecomputer/omicron
642024-06-06T20:18:11.136Z * branch 4a87ebc3acdede7e109014aded1e45ded33f020d -> FETCH_HEAD
652024-06-06T20:18:11.174Z+ [[ -n bump_gimlet-v1.0.20 ]]
662024-06-06T20:18:11.174Z++ git branch --show-current
672024-06-06T20:18:11.174Z+ current=main
682024-06-06T20:18:11.174Z+ [[ main != bump_gimlet-v1.0.20 ]]
692024-06-06T20:18:11.174Z+ git branch -f bump_gimlet-v1.0.20 4a87ebc3acdede7e109014aded1e45ded33f020d
702024-06-06T20:18:11.174Z+ git checkout -f bump_gimlet-v1.0.20
712024-06-06T20:18:11.673ZSwitched to branch 'bump_gimlet-v1.0.20'
722024-06-06T20:18:11.674Z+ git reset --hard 4a87ebc3acdede7e109014aded1e45ded33f020d
732024-06-06T20:18:11.674ZHEAD is now at 4a87ebc3a Bump SP versions
742024-06-06T20:18:11.674Zprocess exited: duration 7466 ms, exit code 0
 
752024-06-06T20:18:12.149Zstarting task 4: "build"
762024-06-06T20:18:12.309Z+ cargo --version
772024-06-06T20:18:12.309Zcargo 1.78.0 (54d8815d0 2024-03-26)
782024-06-06T20:18:12.309Z+ rustc --version
792024-06-06T20:18:12.309Zrustc 1.78.0 (9b00956e5 2024-04-29)
802024-06-06T20:18:12.309Z+ source ./env.sh
812024-06-06T20:18:12.309Z++ set -o xtrace
822024-06-06T20:18:12.309Z++++ dirname ./env.sh
832024-06-06T20:18:12.310Z+++ readlink -f .
842024-06-06T20:18:12.310Z++ OMICRON_WS=/work/oxidecomputer/omicron
852024-06-06T20:18:12.310Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
862024-06-06T20:18:12.310Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
872024-06-06T20:18:12.310Z++ 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
882024-06-06T20:18:12.310Z++ 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
892024-06-06T20:18:12.310Z++ 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
902024-06-06T20:18:12.310Z++ 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
912024-06-06T20:18:12.310Z++ 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
922024-06-06T20:18:12.310Z++ 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
932024-06-06T20:18:12.310Z++ unset OMICRON_WS
942024-06-06T20:18:12.311Z++ set +o xtrace
952024-06-06T20:18:12.311Z
962024-06-06T20:18:12.311Z ##### ##### ###### ##### ###### #### # # # #### #
972024-06-06T20:18:12.311Z # # # # # # # # # # # # # # #
982024-06-06T20:18:12.311Z # # # # ##### # # ##### # # # # # #### #
992024-06-06T20:18:12.311Z ##### ##### # ##### # # # # # # # # #
1002024-06-06T20:18:12.311Z # # # # # # # # # # # # # # #
1012024-06-06T20:18:12.311Z # # # ###### # # ###### ### # #### # #### #
1022024-06-06T20:18:12.312Z
1032024-06-06T20:18:16.966Z Startup: Refreshing catalog 'helios-dev' ... Done
1042024-06-06T20:18:19.110Z Startup: Caching catalogs ... Done
1052024-06-06T20:18:21.669ZPlanning: Solver setup ... Done (1.982s)
1062024-06-06T20:18:21.715ZPlanning: Running solver ... Done (0.038s)
1072024-06-06T20:18:21.744ZPlanning: Finding local manifests ... Done (0.001s)
1082024-06-06T20:18:21.839ZPlanning: Fetching manifests: 0/4 0% complete
1092024-06-06T20:18:22.234ZPlanning: Fetching manifests: 4/4 100% complete
1102024-06-06T20:18:22.690ZPlanning: Package planning ... Done (0.065s)
1112024-06-06T20:18:22.725ZPlanning: Merging actions ... Done (0.059s)
1122024-06-06T20:18:22.725ZPlanning: Checking for conflicting actions ... Done (0.356s)
1132024-06-06T20:18:22.726ZPlanning: Consolidating action changes ... Done (0.013s)
1142024-06-06T20:18:23.370ZPlanning: Evaluating mediators ... Done (0.649s)
1152024-06-06T20:18:23.522ZPlanning: Planning completed in 4.21 seconds
1162024-06-06T20:18:23.523Z Packages to install: 4
1172024-06-06T20:18:23.523Z Mediators to change: 2
1182024-06-06T20:18:23.523Z Services to change: 1
1192024-06-06T20:18:23.523Z Estimated space available: 148.90 GB
1202024-06-06T20:18:23.523ZEstimated space to be consumed: 1.45 GB
1212024-06-06T20:18:23.523Z Create boot environment: No
1222024-06-06T20:18:23.523ZCreate backup boot environment: No
1232024-06-06T20:18:23.523Z Rebuild boot archive: No
1242024-06-06T20:18:23.523Z
1252024-06-06T20:18:23.523ZChanged mediators:
1262024-06-06T20:18:23.523Z mediator clang:
1272024-06-06T20:18:23.523Z version: None -> 15 (system default)
1282024-06-06T20:18:23.523Z
1292024-06-06T20:18:23.523Z mediator llvm:
1302024-06-06T20:18:23.523Z version: 14 (system default) -> 15 (system default)
1312024-06-06T20:18:23.523Z
1322024-06-06T20:18:23.523ZChanged packages:
1332024-06-06T20:18:23.523Zhelios-dev
1342024-06-06T20:18:23.523Z developer/build-essential
1352024-06-06T20:18:23.523Z None -> 11-2.0
1362024-06-06T20:18:23.524Z library/libxmlsec1
1372024-06-06T20:18:23.524Z None -> 1.2.35-2.0
1382024-06-06T20:18:23.524Z ooce/developer/clang-15
1392024-06-06T20:18:23.524Z None -> 15.0.7-2.0
1402024-06-06T20:18:23.524Z ooce/developer/llvm-15
1412024-06-06T20:18:23.524Z None -> 15.0.7-2.0
1422024-06-06T20:18:23.524Z
1432024-06-06T20:18:23.524ZServices:
1442024-06-06T20:18:23.524Z restart_fmri:
1452024-06-06T20:18:23.524Z svc:/system/update-man-index:default
1462024-06-06T20:18:23.550Z
1472024-06-06T20:18:23.550ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1482024-06-06T20:18:28.451ZDownload: 938/3290 items 19.0/212.6MB 8% complete (3.9M/s)
1492024-06-06T20:18:33.444ZDownload: 1848/3290 items 118.5/212.6MB 55% complete (12.0M/s)
1502024-06-06T20:18:38.447ZDownload: 3247/3290 items 189.7/212.6MB 89% complete (17.0M/s)
1512024-06-06T20:18:40.040ZDownload: Completed 212.60 MB in 16.59 seconds (12.8M/s)
1522024-06-06T20:18:40.285Z Actions: 1/3689 actions (Installing new actions)
1532024-06-06T20:18:45.635Z Actions: 3469/3689 actions (Installing new actions)
1542024-06-06T20:18:46.089Z Actions: Completed 3689 actions in 5.81 seconds.
1552024-06-06T20:18:46.429Z Done (0.335s)
1562024-06-06T20:18:46.430Z Done (0.000s)
1572024-06-06T20:18:46.820Z Done (0.383s)
1582024-06-06T20:18:52.043Z Done (5.097s)
1592024-06-06T20:18:52.142Z Done (0.018s)
1602024-06-06T20:18:52.168Z Done (0.000s)
1612024-06-06T20:18:52.294Z Done (0.000s)
1622024-06-06T20:18:52.917ZPlanning: Evaluating mediator changes ... Done
1632024-06-06T20:18:53.115ZPlanning: Checking for conflicting actions ... Done
1642024-06-06T20:18:53.140ZPlanning: Consolidating action changes ... Done
1652024-06-06T20:18:53.447ZPlanning: Evaluating mediators ... Done
1662024-06-06T20:18:53.472ZPlanning: Planning completed in 0.53 seconds
1672024-06-06T20:18:53.497Z Mediators to change: 2
1682024-06-06T20:18:53.497Z Create boot environment: No
1692024-06-06T20:18:53.497ZCreate backup boot environment: No
1702024-06-06T20:18:53.553Z Done
1712024-06-06T20:18:53.553Z Done
1722024-06-06T20:18:53.831Z Done
1732024-06-06T20:18:58.341Z Done
1742024-06-06T20:18:58.447Z Done
1752024-06-06T20:18:58.447Z Done
1762024-06-06T20:18:58.526Z Done
1772024-06-06T20:18:59.323ZPlanning: Evaluating mediator changes ... Done
1782024-06-06T20:18:59.348ZPlanning: Merging actions ... Done
1792024-06-06T20:18:59.563ZPlanning: Checking for conflicting actions ... Done
1802024-06-06T20:18:59.588ZPlanning: Consolidating action changes ... Done
1812024-06-06T20:18:59.933ZPlanning: Evaluating mediators ... Done
1822024-06-06T20:18:59.974ZPlanning: Planning completed in 0.96 seconds
1832024-06-06T20:19:00.017Z Packages to change: 1
1842024-06-06T20:19:00.018Z Mediators to change: 1
1852024-06-06T20:19:00.018Z Services to change: 1
1862024-06-06T20:19:00.018Z Create boot environment: No
1872024-06-06T20:19:00.018ZCreate backup boot environment: Yes
1882024-06-06T20:19:01.564Z Actions: 1/6 actions (Updating modified actions)
1892024-06-06T20:19:01.590Z Actions: Completed 6 actions in 0.00 seconds.
1902024-06-06T20:19:01.590Z Done
1912024-06-06T20:19:01.590Z Done
1922024-06-06T20:19:01.644Z Done
1932024-06-06T20:19:06.035Z Done
1942024-06-06T20:19:06.135Z Done
1952024-06-06T20:19:06.160Z Done
1962024-06-06T20:19:06.209Z Done
1972024-06-06T20:19:06.722ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982024-06-06T20:19:06.723Zclang system 15 system
1992024-06-06T20:19:06.723Zcsh system system illumos
2002024-06-06T20:19:06.723Zctags system system illumos
2012024-06-06T20:19:06.723Zgcc vendor 12 vendor
2022024-06-06T20:19:06.723Zgcc system 10 system
2032024-06-06T20:19:06.723Zgcc system 7 system
2042024-06-06T20:19:06.723Zgo system 1.20 system
2052024-06-06T20:19:06.723Zgo system 1.19 system
2062024-06-06T20:19:06.723Zllvm system 15 system
2072024-06-06T20:19:06.723Zllvm system 14 system
2082024-06-06T20:19:06.723Zmariadb system 10.6 system
2092024-06-06T20:19:06.723Zmta vendor vendor dma
2102024-06-06T20:19:06.723Zopenjdk system 17 system
2112024-06-06T20:19:06.723Zopenjdk system 11 system
2122024-06-06T20:19:06.723Zopenjdk system 1.8 system
2132024-06-06T20:19:06.723Zopenssl vendor 3 vendor
2142024-06-06T20:19:06.723Zperl system 5.36 system
2152024-06-06T20:19:06.723Zpostgresql system 15 system
2162024-06-06T20:19:06.723Zpostgresql system 13 system
2172024-06-06T20:19:06.723Zpython vendor 3 vendor
2182024-06-06T20:19:06.723Zpython system 2 system
2192024-06-06T20:19:06.723Zpython3 system 3.11 system
2202024-06-06T20:19:06.724Zruby system 3.0 system
2212024-06-06T20:19:06.724Zwords vendor vendor american-english
2222024-06-06T20:19:06.724Zwords system system australian-english
2232024-06-06T20:19:06.724Zwords system system british-english
2242024-06-06T20:19:06.724Zwords system system canadian-english
2252024-06-06T20:19:06.724Zwords system system french
2262024-06-06T20:19:06.724Zwords system system italian
2272024-06-06T20:19:06.724Zwords system system ngerman
2282024-06-06T20:19:06.724Zwords system system ogerman
2292024-06-06T20:19:06.724Zwords system system spanish
2302024-06-06T20:19:07.124ZPUBLISHER TYPE STATUS P LOCATION
2312024-06-06T20:19:07.124Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2322024-06-06T20:19:08.913ZFMRI IFO
2332024-06-06T20:19:08.913Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2342024-06-06T20:19:08.913Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2352024-06-06T20:19:08.913Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2362024-06-06T20:19:08.913Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2372024-06-06T20:19:08.913Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2382024-06-06T20:19:08.913Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2392024-06-06T20:19:08.913Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2402024-06-06T20:19:08.913Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2412024-06-06T20:19:08.913Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2422024-06-06T20:19:08.913Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2432024-06-06T20:19:08.913Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2442024-06-06T20:19:08.913Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2452024-06-06T20:19:09.460Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2462024-06-06T20:19:09.920Z Updating git repository `https://github.com/oxidecomputer/zone`
2472024-06-06T20:19:10.359Z Updating crates.io index
2482024-06-06T20:19:10.392Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2492024-06-06T20:19:11.547Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2502024-06-06T20:19:11.994Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2512024-06-06T20:19:12.561Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2522024-06-06T20:19:14.786Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
2532024-06-06T20:19:15.199Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2542024-06-06T20:19:15.594Z Updating git repository `https://github.com/oxidecomputer/propolis`
2552024-06-06T20:19:16.748Z Updating git repository `https://github.com/oxidecomputer/crucible`
2562024-06-06T20:19:18.530Z Updating git repository `https://github.com/oxidecomputer/opte`
2572024-06-06T20:19:19.665Z Updating git repository `https://github.com/oxidecomputer/falcon`
2582024-06-06T20:19:20.540Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2592024-06-06T20:19:21.479Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602024-06-06T20:19:21.900Z Updating git repository `http://github.com/oxidecomputer/sprockets`
2612024-06-06T20:19:22.470Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2622024-06-06T20:19:22.988Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2632024-06-06T20:19:23.733Z Updating git repository `http://github.com/oxidecomputer/tofino`
2642024-06-06T20:19:24.185Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652024-06-06T20:19:25.737Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662024-06-06T20:19:26.102Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672024-06-06T20:19:26.506Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2682024-06-06T20:19:26.950Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692024-06-06T20:19:27.431Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2702024-06-06T20:19:27.777Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712024-06-06T20:19:28.368Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722024-06-06T20:19:28.741Z Updating git repository `https://github.com/cbiffle/hubpack.git`
2732024-06-06T20:19:29.173Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742024-06-06T20:19:29.775Z Updating git repository `https://github.com/oxidecomputer/typify`
2752024-06-06T20:19:32.111Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2762024-06-06T20:19:32.493Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2772024-06-06T20:19:32.898Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2782024-06-06T20:19:33.561Z Updating git repository `https://github.com/oxidecomputer/rfb`
2792024-06-06T20:19:35.189Z Downloading crates ...
2802024-06-06T20:19:35.267Z Downloaded scopeguard v1.2.0
2812024-06-06T20:19:35.811Z Downloaded semver v1.0.23
2822024-06-06T20:19:35.811Z Downloaded sha2 v0.10.8
2832024-06-06T20:19:35.811Z Downloaded strum_macros v0.26.2
2842024-06-06T20:19:35.811Z Downloaded socket2 v0.5.7
2852024-06-06T20:19:35.811Z Downloaded slog-term v2.9.1
2862024-06-06T20:19:35.811Z Downloaded bytes v1.6.0
2872024-06-06T20:19:35.811Z Downloaded base64 v0.21.7
2882024-06-06T20:19:35.811Z Downloaded version_check v0.9.4
2892024-06-06T20:19:35.811Z Downloaded xattr v1.3.1
2902024-06-06T20:19:35.811Z Downloaded url v2.5.0
2912024-06-06T20:19:35.811Z Downloaded winnow v0.6.8
2922024-06-06T20:19:35.811Z Downloaded vcpkg v0.2.15
2932024-06-06T20:19:35.811Z Downloaded rustls-pemfile v1.0.4
2942024-06-06T20:19:35.811Z Downloaded rustversion v1.0.17
2952024-06-06T20:19:35.812Z Downloaded tokio v1.37.0
2962024-06-06T20:19:35.812Z Downloaded indexmap v2.2.6
2972024-06-06T20:19:35.812Z Downloaded proc-macro2 v1.0.82
2982024-06-06T20:19:35.812Z Downloaded mio v0.8.11
2992024-06-06T20:19:35.812Z Downloaded memchr v2.7.2
3002024-06-06T20:19:35.812Z Downloaded futures-util v0.3.30
3012024-06-06T20:19:35.812Z Downloaded reqwest v0.11.27
3022024-06-06T20:19:35.812Z Downloaded rustix v0.38.34
3032024-06-06T20:19:35.812Z Downloaded idna v0.5.0
3042024-06-06T20:19:35.812Z Downloaded hyper v0.14.28
3052024-06-06T20:19:35.812Z Downloaded libc v0.2.155
3062024-06-06T20:19:35.812Z Downloaded hashbrown v0.14.5
3072024-06-06T20:19:35.812Z Downloaded h2 v0.3.26
3082024-06-06T20:19:35.812Z Downloaded encoding_rs v0.8.34
3092024-06-06T20:19:35.812Z Downloaded openssl v0.10.64
3102024-06-06T20:19:35.812Z Downloaded clap_builder v4.5.2
3112024-06-06T20:19:35.812Z Downloaded http v0.2.12
3122024-06-06T20:19:35.812Z Downloaded pin-project-lite v0.2.14
3132024-06-06T20:19:35.812Z Downloaded parking_lot v0.12.2
3142024-06-06T20:19:35.812Z Downloaded openssl-sys v0.9.102
3152024-06-06T20:19:35.812Z Downloaded native-tls v0.2.11
3162024-06-06T20:19:35.812Z Downloaded miniz_oxide v0.7.2
3172024-06-06T20:19:35.812Z Downloaded log v0.4.21
3182024-06-06T20:19:35.813Z Downloaded httparse v1.8.0
3192024-06-06T20:19:35.813Z Downloaded futures v0.3.30
3202024-06-06T20:19:35.813Z Downloaded flate2 v1.0.30
3212024-06-06T20:19:35.813Z Downloaded deranged v0.3.11
3222024-06-06T20:19:35.813Z Downloaded crossbeam-channel v0.5.12
3232024-06-06T20:19:35.813Z Downloaded clap v4.5.4
3242024-06-06T20:19:35.813Z Downloaded cc v1.0.97
3252024-06-06T20:19:35.813Z Downloaded anyhow v1.0.86
3262024-06-06T20:19:35.813Z Downloaded camino v1.1.7
3272024-06-06T20:19:35.813Z Downloaded powerfmt v0.2.0
3282024-06-06T20:19:35.813Z Downloaded once_cell v1.19.0
3292024-06-06T20:19:35.813Z Downloaded pin-utils v0.1.0
3302024-06-06T20:19:35.813Z Downloaded percent-encoding v2.3.1
3312024-06-06T20:19:35.813Z Downloaded parking_lot_core v0.9.10
3322024-06-06T20:19:35.813Z Downloaded num_threads v0.1.7
3332024-06-06T20:19:35.813Z Downloaded num_cpus v1.16.0
3342024-06-06T20:19:35.813Z Downloaded mime v0.3.17
3352024-06-06T20:19:35.813Z Downloaded macaddr v1.0.1
3362024-06-06T20:19:35.813Z Downloaded lock_api v0.4.12
3372024-06-06T20:19:35.813Z Downloaded itoa v1.0.11
3382024-06-06T20:19:35.813Z Downloaded is_terminal_polyfill v1.70.0
3392024-06-06T20:19:35.813Z Downloaded hyper-tls v0.5.0
3402024-06-06T20:19:35.814Z Downloaded httpdate v1.0.3
3412024-06-06T20:19:35.814Z Downloaded http-body v0.4.6
3422024-06-06T20:19:35.814Z Downloaded hostname v0.3.1
3432024-06-06T20:19:35.814Z Downloaded heck v0.5.0
3442024-06-06T20:19:35.814Z Downloaded heck v0.4.1
3452024-06-06T20:19:35.814Z Downloaded generic-array v0.14.7
3462024-06-06T20:19:35.814Z Downloaded futures-task v0.3.30
3472024-06-06T20:19:35.814Z Downloaded futures-sink v0.3.30
3482024-06-06T20:19:35.814Z Downloaded futures-macro v0.3.30
3492024-06-06T20:19:35.814Z Downloaded futures-io v0.3.30
3502024-06-06T20:19:35.814Z Downloaded futures-executor v0.3.30
3512024-06-06T20:19:35.814Z Downloaded futures-core v0.3.30
3522024-06-06T20:19:35.814Z Downloaded futures-channel v0.3.30
3532024-06-06T20:19:35.814Z Downloaded fs-err v2.11.0
3542024-06-06T20:19:35.814Z Downloaded form_urlencoded v1.2.1
3552024-06-06T20:19:35.814Z Downloaded foreign-types-shared v0.1.1
3562024-06-06T20:19:35.814Z Downloaded errno v0.3.9
3572024-06-06T20:19:35.814Z Downloaded equivalent v1.0.1
3582024-06-06T20:19:35.814Z Downloaded dirs-sys-next v0.1.2
3592024-06-06T20:19:35.814Z Downloaded colorchoice v1.0.1
3602024-06-06T20:19:35.814Z Downloaded cargo_toml v0.20.2
3612024-06-06T20:19:35.814Z Downloaded bitflags v2.5.0
3622024-06-06T20:19:35.814Z Downloaded pkg-config v0.3.30
3632024-06-06T20:19:35.815Z Downloaded openssl-macros v0.1.1
3642024-06-06T20:19:35.815Z Downloaded num-conv v0.1.0
3652024-06-06T20:19:35.815Z Downloaded md5 v0.7.0
3662024-06-06T20:19:35.815Z Downloaded ipnet v2.9.0
3672024-06-06T20:19:35.815Z Downloaded foreign-types v0.3.2
3682024-06-06T20:19:35.815Z Downloaded digest v0.10.7
3692024-06-06T20:19:35.815Z Downloaded dirs-next v2.0.0
3702024-06-06T20:19:35.815Z Downloaded cpufeatures v0.2.12
3712024-06-06T20:19:35.815Z Downloaded cfg-if v1.0.0
3722024-06-06T20:19:35.815Z Downloaded anstyle-parse v0.2.4
3732024-06-06T20:19:35.815Z Downloaded unicode-normalization v0.1.23
3742024-06-06T20:19:35.815Z Downloaded tokio-util v0.7.11
3752024-06-06T20:19:35.815Z Downloaded unicode-ident v1.0.12
3762024-06-06T20:19:35.815Z Downloaded unicode-bidi v0.3.15
3772024-06-06T20:19:35.815Z Downloaded tracing-core v0.1.32
3782024-06-06T20:19:35.815Z Downloaded toml_edit v0.22.13
3792024-06-06T20:19:35.840Z Downloaded match_cfg v0.1.0
3802024-06-06T20:19:35.840Z Downloaded filetime v0.2.23
3812024-06-06T20:19:35.840Z Downloaded want v0.3.1
3822024-06-06T20:19:35.840Z Downloaded utf8parse v0.2.1
3832024-06-06T20:19:35.840Z Downloaded toml v0.8.13
3842024-06-06T20:19:35.841Z Downloaded tokio-macros v2.2.0
3852024-06-06T20:19:35.841Z Downloaded time v0.3.36
3862024-06-06T20:19:35.841Z Downloaded thiserror-impl v1.0.60
3872024-06-06T20:19:35.841Z Downloaded thiserror v1.0.60
3882024-06-06T20:19:35.841Z Downloaded tar v0.4.40
3892024-06-06T20:19:35.841Z Downloaded openssl-probe v0.1.5
3902024-06-06T20:19:35.841Z Downloaded crypto-common v0.1.6
3912024-06-06T20:19:35.841Z Downloaded crossbeam-utils v0.8.19
3922024-06-06T20:19:35.841Z Downloaded typenum v1.17.0
3932024-06-06T20:19:35.866Z Downloaded try-lock v0.2.5
3942024-06-06T20:19:35.866Z Downloaded tracing v0.1.40
3952024-06-06T20:19:35.866Z Downloaded tower-service v0.3.2
3962024-06-06T20:19:35.866Z Downloaded toml_datetime v0.6.6
3972024-06-06T20:19:35.866Z Downloaded tokio-native-tls v0.3.1
3982024-06-06T20:19:35.866Z Downloaded tinyvec_macros v0.1.1
3992024-06-06T20:19:35.866Z Downloaded tinyvec v1.6.0
4002024-06-06T20:19:35.866Z Downloaded time-macros v0.2.18
4012024-06-06T20:19:35.866Z Downloaded time-core v0.1.2
4022024-06-06T20:19:35.866Z Downloaded thread_local v1.1.8
4032024-06-06T20:19:35.866Z Downloaded terminal_size v0.3.0
4042024-06-06T20:19:35.867Z Downloaded term v0.7.0
4052024-06-06T20:19:35.892Z Downloaded take_mut v0.2.2
4062024-06-06T20:19:35.892Z Downloaded sync_wrapper v0.1.2
4072024-06-06T20:19:35.892Z Downloaded syn v2.0.64
4082024-06-06T20:19:35.892Z Downloaded swrite v0.1.0
4092024-06-06T20:19:35.892Z Downloaded serde_derive v1.0.203
4102024-06-06T20:19:35.892Z Downloaded quote v1.0.36
4112024-06-06T20:19:35.917Z Downloaded is-terminal v0.4.12
4122024-06-06T20:19:35.917Z Downloaded fnv v1.0.7
4132024-06-06T20:19:35.917Z Downloaded crc32fast v1.4.0
4142024-06-06T20:19:35.917Z Downloaded cargo-platform v0.1.8
4152024-06-06T20:19:35.917Z Downloaded block-buffer v0.10.4
4162024-06-06T20:19:35.917Z Downloaded adler v1.0.2
4172024-06-06T20:19:35.917Z Downloaded slab v0.4.9
4182024-06-06T20:19:35.917Z Downloaded signal-hook-registry v1.4.2
4192024-06-06T20:19:35.917Z Downloaded serde_spanned v0.6.6
4202024-06-06T20:19:35.917Z Downloaded clap_lex v0.7.0
4212024-06-06T20:19:35.918Z Downloaded clap_derive v4.5.4
4222024-06-06T20:19:35.918Z Downloaded anstream v0.6.14
4232024-06-06T20:19:35.918Z Downloaded smallvec v1.13.2
4242024-06-06T20:19:35.918Z Downloaded slog-async v2.8.0
4252024-06-06T20:19:35.918Z Downloaded slog v2.7.0
4262024-06-06T20:19:35.945Z Downloaded serde v1.0.203
4272024-06-06T20:19:35.945Z Downloaded cargo_metadata v0.18.1
4282024-06-06T20:19:35.945Z Downloaded autocfg v1.3.0
4292024-06-06T20:19:35.945Z Downloaded anstyle-query v1.0.3
4302024-06-06T20:19:35.945Z Downloaded anstyle v1.0.7
4312024-06-06T20:19:35.945Z Downloaded strum v0.26.2
4322024-06-06T20:19:35.945Z Downloaded strsim v0.11.1
4332024-06-06T20:19:35.946Z Downloaded slog-json v2.6.1
4342024-06-06T20:19:35.946Z Downloaded slog-bunyan v2.5.0
4352024-06-06T20:19:35.946Z Downloaded serde_urlencoded v0.7.1
4362024-06-06T20:19:35.946Z Downloaded serde_json v1.0.117
4372024-06-06T20:19:35.973Z Downloaded ryu v1.0.18
4382024-06-06T20:19:36.093Z Compiling proc-macro2 v1.0.82
4392024-06-06T20:19:36.093Z Compiling unicode-ident v1.0.12
4402024-06-06T20:19:36.093Z Compiling libc v0.2.155
4412024-06-06T20:19:36.093Z Compiling cfg-if v1.0.0
4422024-06-06T20:19:36.118Z Compiling autocfg v1.3.0
4432024-06-06T20:19:36.118Z Compiling serde v1.0.203
4442024-06-06T20:19:36.118Z Compiling itoa v1.0.11
4452024-06-06T20:19:36.118Z Compiling pin-project-lite v0.2.14
4462024-06-06T20:19:36.389Z Compiling once_cell v1.19.0
4472024-06-06T20:19:36.419Z Compiling bitflags v2.5.0
4482024-06-06T20:19:36.471Z Compiling cc v1.0.97
4492024-06-06T20:19:36.521Z Compiling vcpkg v0.2.15
4502024-06-06T20:19:36.782Z Compiling pkg-config v0.3.30
4512024-06-06T20:19:36.836Z Compiling parking_lot_core v0.9.10
4522024-06-06T20:19:36.942Z Compiling scopeguard v1.2.0
4532024-06-06T20:19:37.089Z Compiling smallvec v1.13.2
4542024-06-06T20:19:37.156Z Compiling lock_api v0.4.12
4552024-06-06T20:19:37.252Z Compiling slab v0.4.9
4562024-06-06T20:19:37.488Z Compiling futures-sink v0.3.30
4572024-06-06T20:19:37.521Z Compiling bytes v1.6.0
4582024-06-06T20:19:37.551Z Compiling futures-core v0.3.30
4592024-06-06T20:19:37.790Z Compiling quote v1.0.36
4602024-06-06T20:19:38.154Z Compiling syn v2.0.64
4612024-06-06T20:19:38.413Z Compiling hashbrown v0.14.5
4622024-06-06T20:19:38.439Z Compiling equivalent v1.0.1
4632024-06-06T20:19:38.552Z Compiling parking_lot v0.12.2
4642024-06-06T20:19:38.607Z Compiling mio v0.8.11
4652024-06-06T20:19:38.632Z Compiling signal-hook-registry v1.4.2
4662024-06-06T20:19:38.660Z Compiling socket2 v0.5.7
4672024-06-06T20:19:38.718Z Compiling num_cpus v1.16.0
4682024-06-06T20:19:39.245Z Compiling futures-channel v0.3.30
4692024-06-06T20:19:39.283Z Compiling memchr v2.7.2
4702024-06-06T20:19:39.388Z Compiling futures-io v0.3.30
4712024-06-06T20:19:39.412Z Compiling version_check v0.9.4
4722024-06-06T20:19:39.543Z Compiling openssl-sys v0.9.102
4732024-06-06T20:19:39.567Z Compiling indexmap v2.2.6
4742024-06-06T20:19:39.568Z Compiling typenum v1.17.0
4752024-06-06T20:19:39.674Z Compiling pin-utils v0.1.0
4762024-06-06T20:19:39.761Z Compiling futures-task v0.3.30
4772024-06-06T20:19:39.789Z Compiling rustix v0.38.34
4782024-06-06T20:19:40.011Z Compiling errno v0.3.9
4792024-06-06T20:19:40.116Z Compiling generic-array v0.14.7
4802024-06-06T20:19:40.219Z Compiling ryu v1.0.18
4812024-06-06T20:19:40.412Z Compiling foreign-types-shared v0.1.1
4822024-06-06T20:19:40.526Z Compiling slog v2.7.0
4832024-06-06T20:19:40.552Z Compiling openssl v0.10.64
4842024-06-06T20:19:40.585Z Compiling fnv v1.0.7
4852024-06-06T20:19:40.695Z Compiling http v0.2.12
4862024-06-06T20:19:40.750Z Compiling foreign-types v0.3.2
4872024-06-06T20:19:40.918Z Compiling tracing-core v0.1.32
4882024-06-06T20:19:40.950Z Compiling num-conv v0.1.0
4892024-06-06T20:19:41.049Z Compiling native-tls v0.2.11
4902024-06-06T20:19:41.306Z Compiling tinyvec_macros v0.1.1
4912024-06-06T20:19:41.389Z Compiling time-core v0.1.2
4922024-06-06T20:19:41.422Z Compiling serde_json v1.0.117
4932024-06-06T20:19:41.574Z Compiling httparse v1.8.0
4942024-06-06T20:19:41.742Z Compiling powerfmt v0.2.0
4952024-06-06T20:19:42.043Z Compiling deranged v0.3.11
4962024-06-06T20:19:42.068Z Compiling tracing v0.1.40
4972024-06-06T20:19:42.166Z Compiling time-macros v0.2.18
4982024-06-06T20:19:42.349Z Compiling tinyvec v1.6.0
4992024-06-06T20:19:43.078Z Compiling log v0.4.21
5002024-06-06T20:19:43.146Z Compiling num_threads v0.1.7
5012024-06-06T20:19:43.684Z Compiling openssl-probe v0.1.5
5022024-06-06T20:19:43.709Z Compiling percent-encoding v2.3.1
5032024-06-06T20:19:43.709Z Compiling crossbeam-utils v0.8.19
5042024-06-06T20:19:43.709Z Compiling utf8parse v0.2.1
5052024-06-06T20:19:43.709Z Compiling rustversion v1.0.17
5062024-06-06T20:19:43.709Z Compiling try-lock v0.2.5
5072024-06-06T20:19:43.709Z Compiling anstyle-parse v0.2.4
5082024-06-06T20:19:43.709Z Compiling unicode-normalization v0.1.23
5092024-06-06T20:19:43.709Z Compiling form_urlencoded v1.2.1
5102024-06-06T20:19:43.777Z Compiling want v0.3.1
5112024-06-06T20:19:43.974Z Compiling http-body v0.4.6
5122024-06-06T20:19:44.025Z Compiling dirs-sys-next v0.1.2
5132024-06-06T20:19:44.051Z Compiling camino v1.1.7
5142024-06-06T20:19:44.277Z Compiling winnow v0.6.8
5152024-06-06T20:19:44.366Z Compiling anstyle-query v1.0.3
5162024-06-06T20:19:44.492Z Compiling crc32fast v1.4.0
5172024-06-06T20:19:44.614Z Compiling tower-service v0.3.2
5182024-06-06T20:19:44.639Z Compiling unicode-bidi v0.3.15
5192024-06-06T20:19:44.639Z Compiling thiserror v1.0.60
5202024-06-06T20:19:44.639Z Compiling anstyle v1.0.7
5212024-06-06T20:19:44.733Z Compiling semver v1.0.23
5222024-06-06T20:19:44.939Z Compiling colorchoice v1.0.1
5232024-06-06T20:19:44.979Z Compiling time v0.3.36
5242024-06-06T20:19:45.092Z Compiling is_terminal_polyfill v1.70.0
5252024-06-06T20:19:45.117Z Compiling httpdate v1.0.3
5262024-06-06T20:19:45.214Z Compiling anstream v0.6.14
5272024-06-06T20:19:45.250Z Compiling idna v0.5.0
5282024-06-06T20:19:45.544Z Compiling dirs-next v2.0.0
5292024-06-06T20:19:45.840Z Compiling crypto-common v0.1.6
5302024-06-06T20:19:45.947Z Compiling block-buffer v0.10.4
5312024-06-06T20:19:46.044Z Compiling terminal_size v0.3.0
5322024-06-06T20:19:46.175Z Compiling fs-err v2.11.0
5332024-06-06T20:19:46.287Z Compiling thread_local v1.1.8
5342024-06-06T20:19:46.446Z Compiling clap_lex v0.7.0
5352024-06-06T20:19:46.596Z Compiling anyhow v1.0.86
5362024-06-06T20:19:46.785Z Compiling adler v1.0.2
5372024-06-06T20:19:46.810Z Compiling match_cfg v0.1.0
5382024-06-06T20:19:46.844Z Compiling heck v0.4.1
5392024-06-06T20:19:46.900Z Compiling heck v0.5.0
5402024-06-06T20:19:46.925Z Compiling base64 v0.21.7
5412024-06-06T20:19:47.009Z Compiling slog-async v2.8.0
5422024-06-06T20:19:47.097Z Compiling strsim v0.11.1
5432024-06-06T20:19:47.359Z Compiling rustls-pemfile v1.0.4
5442024-06-06T20:19:47.389Z Compiling clap_builder v4.5.2
5452024-06-06T20:19:47.453Z Compiling miniz_oxide v0.7.2
5462024-06-06T20:19:47.500Z Compiling hostname v0.3.1
5472024-06-06T20:19:47.714Z Compiling crossbeam-channel v0.5.12
5482024-06-06T20:19:47.739Z Compiling digest v0.10.7
5492024-06-06T20:19:47.765Z Compiling url v2.5.0
5502024-06-06T20:19:47.911Z Compiling term v0.7.0
5512024-06-06T20:19:48.301Z Compiling xattr v1.3.1
5522024-06-06T20:19:48.415Z Compiling is-terminal v0.4.12
5532024-06-06T20:19:48.523Z Compiling filetime v0.2.23
5542024-06-06T20:19:48.548Z Compiling encoding_rs v0.8.34
5552024-06-06T20:19:48.697Z Compiling ipnet v2.9.0
5562024-06-06T20:19:48.759Z Compiling mime v0.3.17
5572024-06-06T20:19:48.850Z Compiling sync_wrapper v0.1.2
5582024-06-06T20:19:48.973Z Compiling cpufeatures v0.2.12
5592024-06-06T20:19:49.068Z Compiling take_mut v0.2.2
5602024-06-06T20:19:49.189Z Compiling serde_derive v1.0.203
5612024-06-06T20:19:49.214Z Compiling futures-macro v0.3.30
5622024-06-06T20:19:49.301Z Compiling tokio-macros v2.2.0
5632024-06-06T20:19:49.328Z Compiling openssl-macros v0.1.1
5642024-06-06T20:19:49.422Z Compiling thiserror-impl v1.0.60
5652024-06-06T20:19:49.824Z Compiling strum_macros v0.26.2
5662024-06-06T20:19:50.669Z Compiling tokio v1.37.0
5672024-06-06T20:19:50.909Z Compiling futures-util v0.3.30
5682024-06-06T20:19:52.321Z Compiling clap_derive v4.5.4
5692024-06-06T20:19:53.431Z Compiling sha2 v0.10.8
5702024-06-06T20:19:54.105Z Compiling strum v0.26.2
5712024-06-06T20:19:54.659Z Compiling tar v0.4.40
5722024-06-06T20:19:55.932Z Compiling futures-executor v0.3.30
5732024-06-06T20:19:55.984Z Compiling slog-term v2.9.1
5742024-06-06T20:19:56.066Z Compiling flate2 v1.0.30
5752024-06-06T20:19:56.195Z Compiling futures v0.3.30
5762024-06-06T20:19:56.459Z Compiling clap v4.5.4
5772024-06-06T20:19:56.565Z Compiling swrite v0.1.0
5782024-06-06T20:19:56.691Z Compiling md5 v0.7.0
5792024-06-06T20:19:57.352Z Compiling tokio-util v0.7.11
5802024-06-06T20:19:57.352Z Compiling tokio-native-tls v0.3.1
5812024-06-06T20:19:58.046Z Compiling h2 v0.3.26
5822024-06-06T20:20:00.630Z Compiling serde_spanned v0.6.6
5832024-06-06T20:20:00.654Z Compiling toml_datetime v0.6.6
5842024-06-06T20:20:01.005Z Compiling toml_edit v0.22.13
5852024-06-06T20:20:01.110Z Compiling cargo-platform v0.1.8
5862024-06-06T20:20:01.140Z Compiling serde_urlencoded v0.7.1
5872024-06-06T20:20:01.506Z Compiling macaddr v1.0.1
5882024-06-06T20:20:01.624Z Compiling hyper v0.14.28
5892024-06-06T20:20:02.055Z Compiling slog-json v2.6.1
5902024-06-06T20:20:02.091Z Compiling cargo_metadata v0.18.1
5912024-06-06T20:20:02.373Z Compiling slog-bunyan v2.5.0
5922024-06-06T20:20:03.653Z Compiling toml v0.8.13
5932024-06-06T20:20:04.491Z Compiling cargo_toml v0.20.2
5942024-06-06T20:20:04.697Z Compiling hyper-tls v0.5.0
5952024-06-06T20:20:04.967Z Compiling reqwest v0.11.27
5962024-06-06T20:20:10.881Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5972024-06-06T20:20:20.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
5982024-06-06T20:20:20.344Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5992024-06-06T20:20:20.417ZJun 06 20:20:20.158 INFO Starting download, target: Clickhouse
6002024-06-06T20:20:20.417ZJun 06 20:20:20.158 INFO Starting download, target: Cockroach
6012024-06-06T20:20:20.417ZJun 06 20:20:20.158 INFO Starting download, target: Console
6022024-06-06T20:20:20.417ZJun 06 20:20:20.158 INFO Starting download, target: DendriteOpenapi
6032024-06-06T20:20:20.417ZJun 06 20:20:20.158 INFO Starting download, target: DendriteStub
6042024-06-06T20:20:20.417ZJun 06 20:20:20.159 INFO Starting download, target: MaghemiteMgd
6052024-06-06T20:20:20.417ZJun 06 20:20:20.159 INFO Starting download, target: TransceiverControl
6062024-06-06T20:20:20.442ZJun 06 20:20:20.160 INFO Downloading out/downloads/console.tar.gz, target: Console
6072024-06-06T20:20:20.442ZJun 06 20:20:20.160 INFO Downloading out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json, target: DendriteOpenapi
6082024-06-06T20:20:20.442ZJun 06 20:20:20.160 INFO Downloading out/downloads/xcvradm.gz, target: TransceiverControl
6092024-06-06T20:20:20.442ZJun 06 20:20:20.160 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz, target: Clickhouse
6102024-06-06T20:20:20.442ZJun 06 20:20:20.160 INFO Downloading out/downloads/mgd.tar.gz, target: MaghemiteMgd
6112024-06-06T20:20:20.442ZJun 06 20:20:20.160 INFO Downloading out/downloads/dendrite-stub.tar.gz, target: DendriteStub
6122024-06-06T20:20:20.442ZJun 06 20:20:20.161 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6132024-06-06T20:20:21.243ZJun 06 20:20:20.984 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6142024-06-06T20:20:21.580ZJun 06 20:20:21.315 INFO Download complete, target: DendriteOpenapi
6152024-06-06T20:20:21.611ZJun 06 20:20:21.348 INFO Download complete, target: Console
6162024-06-06T20:20:23.368ZJun 06 20:20:23.109 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6172024-06-06T20:20:24.140ZJun 06 20:20:23.882 INFO Download complete, target: TransceiverControl
6182024-06-06T20:20:29.690ZJun 06 20:20:28.990 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6192024-06-06T20:20:31.127ZJun 06 20:20:30.867 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6202024-06-06T20:20:31.127ZJun 06 20:20:30.867 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6212024-06-06T20:20:32.970ZJun 06 20:20:32.713 INFO Download complete, target: DendriteStub
6222024-06-06T20:20:34.139ZJun 06 20:20:33.877 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6232024-06-06T20:20:37.839ZJun 06 20:20:37.582 INFO Download complete, target: MaghemiteMgd
6242024-06-06T20:20:39.811ZJun 06 20:20:39.554 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6252024-06-06T20:20:42.401ZJun 06 20:20:42.144 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6262024-06-06T20:20:42.876ZJun 06 20:20:42.619 INFO Checking that binary works, target: Cockroach
6272024-06-06T20:20:43.076ZJun 06 20:20:42.814 INFO Download complete, target: Cockroach
6282024-06-06T20:20:57.675ZJun 06 20:20:57.420 INFO Checking that binary works, target: Clickhouse
6292024-06-06T20:20:57.882ZJun 06 20:20:57.627 INFO Download complete, target: Clickhouse
6302024-06-06T20:20:57.913ZAll builder prerequisites installed successfully, and PATH looks valid
6312024-06-06T20:20:57.938Z
6322024-06-06T20:20:57.938Zreal 2:45.953629899
6332024-06-06T20:20:57.938Zuser 4:39.770570785
6342024-06-06T20:20:57.938Zsys 1:09.624017677
6352024-06-06T20:20:57.938Ztrap 0.145313777
6362024-06-06T20:20:57.938Ztflt 0.150213417
6372024-06-06T20:20:57.938Zdflt 1.079491329
6382024-06-06T20:20:57.938Zkflt 0.007511205
6392024-06-06T20:20:57.938Zlock 15:28.963141285
6402024-06-06T20:20:57.938Zslp 11:51.287391670
6412024-06-06T20:20:57.938Zlat 19.710517956
6422024-06-06T20:20:57.938Zstop 48.380060109
6432024-06-06T20:20:57.938Z
6442024-06-06T20:20:57.938Z #### # # ##### ##### # #
6452024-06-06T20:20:57.938Z # # # # # # # # # #
6462024-06-06T20:20:57.938Z # # # # # # # #
6472024-06-06T20:20:57.938Z # # # ##### ##### #
6482024-06-06T20:20:57.939Z # # # # # # #
6492024-06-06T20:20:57.939Z #### ###### # # # #
6502024-06-06T20:20:57.939Z
6512024-06-06T20:20:58.723Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6522024-06-06T20:21:07.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.94s
6532024-06-06T20:21:07.974Z Running `target/debug/xtask clippy`
6542024-06-06T20:21:08.004Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings"
6552024-06-06T20:21:08.878Z Downloading crates ...
6562024-06-06T20:21:09.049Z Downloaded anes v0.1.6
6572024-06-06T20:21:09.073Z Downloaded arrayref v0.3.7
6582024-06-06T20:21:09.074Z Downloaded assert_cmd v2.0.14
6592024-06-06T20:21:09.074Z Downloaded ascii-canvas v3.0.0
6602024-06-06T20:21:09.074Z Downloaded array-init v0.0.4
6612024-06-06T20:21:09.074Z Downloaded ascii v1.1.0
6622024-06-06T20:21:09.074Z Downloaded arrayvec v0.7.4
6632024-06-06T20:21:09.101Z Downloaded lazy_static v1.4.0
6642024-06-06T20:21:09.101Z Downloaded lazycell v1.3.0
6652024-06-06T20:21:09.101Z Downloaded linked-hash-map v0.5.6
6662024-06-06T20:21:09.101Z Downloaded linear-map v1.2.0
6672024-06-06T20:21:09.101Z Downloaded libtest-mimic v0.7.3
6682024-06-06T20:21:09.101Z Downloaded libsw v3.3.1
6692024-06-06T20:21:09.127Z Downloaded libxml v0.3.3
6702024-06-06T20:21:09.152Z Downloaded normalize-line-endings v0.3.0
6712024-06-06T20:21:09.152Z Downloaded dtrace-parser v0.2.0
6722024-06-06T20:21:09.152Z Downloaded socket2 v0.4.10
6732024-06-06T20:21:09.177Z Downloaded ipnetwork v0.20.0
6742024-06-06T20:21:09.177Z Downloaded rand_seeder v0.2.3
6752024-06-06T20:21:09.177Z Downloaded rand_core v0.6.4
6762024-06-06T20:21:09.177Z Downloaded sqlparser_derive v0.2.2
6772024-06-06T20:21:09.204Z Downloaded static_assertions v1.1.0
6782024-06-06T20:21:09.204Z Downloaded structmeta v0.3.0
6792024-06-06T20:21:09.204Z Downloaded hubpack_derive v0.1.1
6802024-06-06T20:21:09.204Z Downloaded hubpack v0.1.2
6812024-06-06T20:21:09.204Z Downloaded indexmap v1.9.3
6822024-06-06T20:21:09.236Z Downloaded http-range v0.1.5
6832024-06-06T20:21:09.236Z Downloaded escape8259 v0.5.2
6842024-06-06T20:21:09.236Z Downloaded doc-comment v0.3.3
6852024-06-06T20:21:09.262Z Downloaded zone_cfg_derive v0.1.2
6862024-06-06T20:21:09.262Z Downloaded yansi v0.5.1
6872024-06-06T20:21:09.263Z Downloaded vte v0.11.1
6882024-06-06T20:21:09.263Z Downloaded wyz v0.5.1
6892024-06-06T20:21:09.263Z Downloaded usdt-attr-macro v0.5.0
6902024-06-06T20:21:09.263Z Downloaded untrusted v0.9.0
6912024-06-06T20:21:09.263Z Downloaded fxhash v0.2.1
6922024-06-06T20:21:09.263Z Downloaded foreign-types-shared v0.3.1
6932024-06-06T20:21:09.288Z Downloaded precomputed-hash v0.1.1
6942024-06-06T20:21:09.288Z Downloaded futures-timer v3.0.3
6952024-06-06T20:21:09.288Z Downloaded difflib v0.4.0
6962024-06-06T20:21:09.288Z Downloaded rtoolbox v0.0.2
6972024-06-06T20:21:09.288Z Downloaded rpassword v7.3.1
6982024-06-06T20:21:09.288Z Downloaded derive_builder v0.20.0
6992024-06-06T20:21:09.288Z Downloaded rustc-demangle v0.1.24
7002024-06-06T20:21:09.316Z Downloaded rust-argon2 v2.1.0
7012024-06-06T20:21:09.316Z Downloaded defmt-parser v0.3.4
7022024-06-06T20:21:09.316Z Downloaded utf-8 v0.7.6
7032024-06-06T20:21:09.316Z Downloaded rustls v0.21.12
7042024-06-06T20:21:09.342Z Downloaded rusty-fork v0.3.0
7052024-06-06T20:21:09.343Z Downloaded diesel v2.1.6
7062024-06-06T20:21:09.370Z Downloaded headers v0.3.9
7072024-06-06T20:21:09.370Z Downloaded rustc-hash v1.1.0
7082024-06-06T20:21:09.370Z Downloaded fancy-regex v0.13.0
7092024-06-06T20:21:09.370Z Downloaded toml_edit v0.19.15
7102024-06-06T20:21:09.398Z Downloaded expectorate v1.1.0
7112024-06-06T20:21:09.399Z Downloaded heapless v0.7.17
7122024-06-06T20:21:09.399Z Downloaded rustyline v14.0.0
7132024-06-06T20:21:09.431Z Downloaded rustls-webpki v0.101.7
7142024-06-06T20:21:09.431Z Downloaded webpki-roots v0.25.4
7152024-06-06T20:21:09.431Z Downloaded rustls-webpki v0.102.4
7162024-06-06T20:21:09.459Z Downloaded gimli v0.28.1
7172024-06-06T20:21:09.487Z Downloaded finl_unicode v1.2.0
7182024-06-06T20:21:09.512Z Downloaded petgraph v0.6.5
7192024-06-06T20:21:09.512Z Downloaded openapiv3 v2.0.0
7202024-06-06T20:21:09.538Z Downloaded smoltcp v0.9.1
7212024-06-06T20:21:09.538Z Downloaded polar-core v0.27.3
7222024-06-06T20:21:09.565Z Downloaded regex v1.10.4
7232024-06-06T20:21:09.565Z Downloaded object v0.32.2
7242024-06-06T20:21:09.590Z Downloaded object v0.30.4
7252024-06-06T20:21:09.590Z Downloaded nix v0.28.0
7262024-06-06T20:21:09.616Z Downloaded nix v0.27.1
7272024-06-06T20:21:09.616Z Downloaded der v0.7.9
7282024-06-06T20:21:09.641Z Downloaded ring v0.17.8
7292024-06-06T20:21:09.698Z Downloaded reedline v0.31.0
7302024-06-06T20:21:09.723Z Downloaded plotters v0.3.5
7312024-06-06T20:21:09.723Z Downloaded tower v0.4.13
7322024-06-06T20:21:09.748Z Downloaded tough v0.17.1
7332024-06-06T20:21:09.748Z Downloaded portable-atomic v1.6.0
7342024-06-06T20:21:09.748Z Downloaded pest v2.7.10
7352024-06-06T20:21:09.774Z Downloaded derive-where v1.2.7
7362024-06-06T20:21:09.774Z Downloaded der_derive v0.7.2
7372024-06-06T20:21:09.774Z Downloaded regex-automata v0.4.6
7382024-06-06T20:21:09.803Z Downloaded toml v0.7.8
7392024-06-06T20:21:09.803Z Downloaded sha3 v0.10.8
7402024-06-06T20:21:09.803Z Downloaded hashbrown v0.12.3
7412024-06-06T20:21:09.803Z Downloaded unicode_categories v0.1.1
7422024-06-06T20:21:09.803Z Downloaded trust-dns-server v0.22.1
7432024-06-06T20:21:09.803Z Downloaded ring v0.16.20
7442024-06-06T20:21:09.895Z Downloaded num-bigint-dig v0.8.4
7452024-06-06T20:21:09.921Z Downloaded nom v7.1.3
7462024-06-06T20:21:09.921Z Downloaded getrandom v0.2.14
7472024-06-06T20:21:09.921Z Downloaded gethostname v0.4.3
7482024-06-06T20:21:09.921Z Downloaded uuid v1.8.0
7492024-06-06T20:21:09.921Z Downloaded textwrap v0.16.1
7502024-06-06T20:21:09.921Z Downloaded test-strategy v0.3.1
7512024-06-06T20:21:09.921Z Downloaded hashbrown v0.13.2
7522024-06-06T20:21:09.947Z Downloaded unsafe-libyaml v0.2.11
7532024-06-06T20:21:09.947Z Downloaded num-bigint v0.4.5
7542024-06-06T20:21:09.947Z Downloaded csv v1.3.0
7552024-06-06T20:21:09.972Z Downloaded trust-dns-proto v0.22.0
7562024-06-06T20:21:09.972Z Downloaded defmt-macros v0.3.9
7572024-06-06T20:21:09.972Z Downloaded defmt v0.3.8
7582024-06-06T20:21:09.998Z Downloaded fatfs v0.3.6
7592024-06-06T20:21:09.998Z Downloaded postcard v1.0.8
7602024-06-06T20:21:09.998Z Downloaded toml v0.5.11
7612024-06-06T20:21:09.998Z Downloaded tokio-tungstenite v0.21.0
7622024-06-06T20:21:09.998Z Downloaded sled v0.34.7
7632024-06-06T20:21:09.998Z Downloaded rustc_version v0.4.0
7642024-06-06T20:21:10.023Z Downloaded rustc_version v0.1.7
7652024-06-06T20:21:10.023Z Downloaded getopts v0.2.21
7662024-06-06T20:21:10.023Z Downloaded regress v0.9.1
7672024-06-06T20:21:10.023Z Downloaded regex-syntax v0.8.3
7682024-06-06T20:21:10.023Z Downloaded regex-syntax v0.6.29
7692024-06-06T20:21:10.049Z Downloaded walkdir v2.5.0
7702024-06-06T20:21:10.049Z Downloaded rustls v0.22.4
7712024-06-06T20:21:10.049Z Downloaded tracing-attributes v0.1.27
7722024-06-06T20:21:10.049Z Downloaded pin-project v1.1.5
7732024-06-06T20:21:10.074Z Downloaded rstest_macros v0.19.0
7742024-06-06T20:21:10.075Z Downloaded rsa v0.9.6
7752024-06-06T20:21:10.075Z Downloaded ron v0.8.1
7762024-06-06T20:21:10.075Z Downloaded ron v0.7.1
7772024-06-06T20:21:10.100Z Downloaded heapless v0.8.0
7782024-06-06T20:21:10.100Z Downloaded diesel_derives v2.1.4
7792024-06-06T20:21:10.100Z Downloaded resolv-conf v0.7.0
7802024-06-06T20:21:10.100Z Downloaded relative-path v1.9.3
7812024-06-06T20:21:10.100Z Downloaded foreign-types-macros v0.2.3
7822024-06-06T20:21:10.100Z Downloaded postgres-types v0.2.6
7832024-06-06T20:21:10.100Z Downloaded postgres-protocol v0.6.6
7842024-06-06T20:21:10.100Z Downloaded tokio-tungstenite v0.20.1
7852024-06-06T20:21:10.100Z Downloaded rstest v0.19.0
7862024-06-06T20:21:10.125Z Downloaded diff v0.1.13
7872024-06-06T20:21:10.125Z Downloaded typed-path v0.7.1
7882024-06-06T20:21:10.125Z Downloaded trust-dns-client v0.22.0
7892024-06-06T20:21:10.125Z Downloaded zerocopy v0.7.34
7902024-06-06T20:21:10.151Z Downloaded winnow v0.5.40
7912024-06-06T20:21:10.151Z Downloaded ratatui v0.26.2
7922024-06-06T20:21:10.176Z Downloaded tungstenite v0.20.1
7932024-06-06T20:21:10.176Z Downloaded poly1305 v0.8.0
7942024-06-06T20:21:10.176Z Downloaded idna v0.2.3
7952024-06-06T20:21:10.202Z Downloaded predicates v3.1.0
7962024-06-06T20:21:10.202Z Downloaded ppv-lite86 v0.2.17
7972024-06-06T20:21:10.202Z Downloaded hex v0.4.3
7982024-06-06T20:21:10.202Z Downloaded heck v0.3.3
7992024-06-06T20:21:10.202Z Downloaded headers-core v0.2.0
8002024-06-06T20:21:10.202Z Downloaded derive_more v0.99.17
8012024-06-06T20:21:10.202Z Downloaded derive_builder_core v0.20.0
8022024-06-06T20:21:10.202Z Downloaded tungstenite v0.21.0
8032024-06-06T20:21:10.202Z Downloaded salty v0.2.0
8042024-06-06T20:21:10.227Z Downloaded fd-lock v4.0.2
8052024-06-06T20:21:10.227Z Downloaded parking_lot v0.11.2
8062024-06-06T20:21:10.227Z Downloaded predicates-core v1.0.6
8072024-06-06T20:21:10.227Z Downloaded trybuild v1.0.96
8082024-06-06T20:21:10.227Z Downloaded schemars v0.8.20
8092024-06-06T20:21:10.254Z Downloaded flagset v0.4.5
8102024-06-06T20:21:10.254Z Downloaded fastrand v2.1.0
8112024-06-06T20:21:10.254Z Downloaded idna v0.3.0
8122024-06-06T20:21:10.254Z Downloaded smoltcp v0.11.0
8132024-06-06T20:21:10.280Z Downloaded whoami v1.5.1
8142024-06-06T20:21:10.280Z Downloaded unarray v0.1.4
8152024-06-06T20:21:10.280Z Downloaded ucd-trie v0.1.6
8162024-06-06T20:21:10.280Z Downloaded tinytemplate v1.2.1
8172024-06-06T20:21:10.280Z Downloaded tiny-keccak v2.0.2
8182024-06-06T20:21:10.280Z Downloaded funty v2.0.0
8192024-06-06T20:21:10.280Z Downloaded diesel_table_macro_syntax v0.1.0
8202024-06-06T20:21:10.280Z Downloaded which v4.4.2
8212024-06-06T20:21:10.280Z Downloaded usdt-macro v0.5.0
8222024-06-06T20:21:10.280Z Downloaded usdt-impl v0.5.0
8232024-06-06T20:21:10.280Z Downloaded regex-automata v0.1.10
8242024-06-06T20:21:10.280Z Downloaded fallible-iterator v0.2.0
8252024-06-06T20:21:10.280Z Downloaded tls_codec v0.4.1
8262024-06-06T20:21:10.281Z Downloaded fragile v2.0.0
8272024-06-06T20:21:10.281Z Downloaded fixedbitset v0.4.2
8282024-06-06T20:21:10.307Z Downloaded ff v0.13.0
8292024-06-06T20:21:10.307Z Downloaded bzip2-sys v0.1.11+1.0.8
8302024-06-06T20:21:10.307Z Downloaded derive_builder_macro v0.20.0
8312024-06-06T20:21:10.307Z Downloaded usdt v0.5.0
8322024-06-06T20:21:10.307Z Downloaded tui-tree-widget v0.19.0
8332024-06-06T20:21:10.307Z Downloaded samael v0.0.15
8342024-06-06T20:21:10.307Z Downloaded x509-cert v0.2.5
8352024-06-06T20:21:10.333Z Downloaded topological-sort v0.2.2
8362024-06-06T20:21:10.333Z Downloaded serde-hex v0.1.0
8372024-06-06T20:21:10.333Z Downloaded zerocopy-derive v0.6.6
8382024-06-06T20:21:10.333Z Downloaded pretty_assertions v1.4.0
8392024-06-06T20:21:10.333Z Downloaded serde_arrays v0.1.0
8402024-06-06T20:21:10.333Z Downloaded hkdf v0.12.4
8412024-06-06T20:21:10.333Z Downloaded untrusted v0.7.1
8422024-06-06T20:21:10.358Z Downloaded scheduled-thread-pool v0.2.7
8432024-06-06T20:21:10.358Z Downloaded same-file v1.0.6
8442024-06-06T20:21:10.358Z Downloaded zerocopy v0.6.6
8452024-06-06T20:21:10.359Z Downloaded prettyplease v0.2.20
8462024-06-06T20:21:10.359Z Downloaded tokio-rustls v0.25.0
8472024-06-06T20:21:10.359Z Downloaded tokio-rustls v0.24.1
8482024-06-06T20:21:10.359Z Downloaded schemars_derive v0.8.20
8492024-06-06T20:21:10.359Z Downloaded yasna v0.5.2
8502024-06-06T20:21:10.359Z Downloaded flume v0.11.0
8512024-06-06T20:21:10.359Z Downloaded tls_codec_derive v0.4.1
8522024-06-06T20:21:10.359Z Downloaded syn v1.0.109
8532024-06-06T20:21:10.384Z Downloaded serde_with v3.8.1
8542024-06-06T20:21:10.384Z Downloaded pest_meta v2.7.10
8552024-06-06T20:21:10.384Z Downloaded papergrid v0.11.0
8562024-06-06T20:21:10.410Z Downloaded oso v0.27.3
8572024-06-06T20:21:10.410Z Downloaded predicates-tree v1.0.9
8582024-06-06T20:21:10.410Z Downloaded foreign-types v0.5.0
8592024-06-06T20:21:10.410Z Downloaded vsss-rs v3.3.4
8602024-06-06T20:21:10.410Z Downloaded rustls-pki-types v1.7.0
8612024-06-06T20:21:10.410Z Downloaded http v1.1.0
8622024-06-06T20:21:10.410Z Downloaded inout v0.1.3
8632024-06-06T20:21:10.410Z Downloaded indoc v2.0.5
8642024-06-06T20:21:10.410Z Downloaded indoc v1.0.9
8652024-06-06T20:21:10.439Z Downloaded tokio-stream v0.1.15
8662024-06-06T20:21:10.439Z Downloaded pretty-hex v0.4.1
8672024-06-06T20:21:10.439Z Downloaded pretty-hex v0.2.1
8682024-06-06T20:21:10.439Z Downloaded float-cmp v0.9.0
8692024-06-06T20:21:10.439Z Downloaded waitgroup v0.1.2
8702024-06-06T20:21:10.439Z Downloaded wait-timeout v0.2.0
8712024-06-06T20:21:10.439Z Downloaded vte_generate_state_changes v0.1.1
8722024-06-06T20:21:10.439Z Downloaded uzers v0.11.3
8732024-06-06T20:21:10.439Z Downloaded rustls-pemfile v2.1.2
8742024-06-06T20:21:10.439Z Downloaded rustls-native-certs v0.7.0
8752024-06-06T20:21:10.439Z Downloaded sct v0.7.1
8762024-06-06T20:21:10.440Z Downloaded hyper v1.3.1
8772024-06-06T20:21:10.468Z Downloaded threadpool v1.8.1
8782024-06-06T20:21:10.468Z Downloaded thread-id v4.2.1
8792024-06-06T20:21:10.468Z Downloaded thiserror-impl-no-std v2.0.2
8802024-06-06T20:21:10.468Z Downloaded platforms v3.4.0
8812024-06-06T20:21:10.468Z Downloaded display-error-chain v0.2.0
8822024-06-06T20:21:10.468Z Downloaded rustfmt-wrapper v0.2.1
8832024-06-06T20:21:10.468Z Downloaded erased-serde v0.3.31
8842024-06-06T20:21:10.468Z Downloaded env_logger v0.10.2
8852024-06-06T20:21:10.468Z Downloaded env_logger v0.9.3
8862024-06-06T20:21:10.468Z Downloaded enum-as-inner v0.5.1
8872024-06-06T20:21:10.468Z Downloaded tower-layer v0.3.2
8882024-06-06T20:21:10.468Z Downloaded toolchain_find v0.4.0
8892024-06-06T20:21:10.469Z Downloaded semver v0.1.20
8902024-06-06T20:21:10.469Z Downloaded secrecy v0.8.0
8912024-06-06T20:21:10.469Z Downloaded sec1 v0.7.3
8922024-06-06T20:21:10.469Z Downloaded scroll v0.12.0
8932024-06-06T20:21:10.494Z Downloaded httptest v0.15.5
8942024-06-06T20:21:10.494Z Downloaded hmac v0.12.1
8952024-06-06T20:21:10.494Z Downloaded slog-dtrace v0.3.0
8962024-06-06T20:21:10.494Z Downloaded signal-hook v0.3.17
8972024-06-06T20:21:10.494Z Downloaded serde_yaml v0.9.34+deprecated
8982024-06-06T20:21:10.494Z Downloaded serde_derive_internals v0.29.1
8992024-06-06T20:21:10.494Z Downloaded termios v0.3.3
9002024-06-06T20:21:10.494Z Downloaded termcolor v1.4.1
9012024-06-06T20:21:10.494Z Downloaded pkcs8 v0.10.2
9022024-06-06T20:21:10.494Z Downloaded pkcs1 v0.7.5
9032024-06-06T20:21:10.494Z Downloaded pest_derive v2.7.10
9042024-06-06T20:21:10.494Z Downloaded parking_lot_core v0.8.6
9052024-06-06T20:21:10.520Z Downloaded mockall_derive v0.12.1
9062024-06-06T20:21:10.520Z Downloaded dof v0.3.0
9072024-06-06T20:21:10.520Z Downloaded serde-big-array v0.5.1
9082024-06-06T20:21:10.520Z Downloaded serde-big-array v0.4.1
9092024-06-06T20:21:10.520Z Downloaded scroll_derive v0.12.0
9102024-06-06T20:21:10.520Z Downloaded portpicker v0.1.1
9112024-06-06T20:21:10.520Z Downloaded hostname v0.4.0
9122024-06-06T20:21:10.520Z Downloaded home v0.5.9
9132024-06-06T20:21:10.520Z Downloaded slog-envlogger v2.2.0
9142024-06-06T20:21:10.520Z Downloaded siphasher v0.3.11
9152024-06-06T20:21:10.520Z Downloaded signature v1.6.4
9162024-06-06T20:21:10.520Z Downloaded signal-hook-tokio v0.3.1
9172024-06-06T20:21:10.520Z Downloaded signal-hook-mio v0.2.3
9182024-06-06T20:21:10.520Z Downloaded shlex v1.3.0
9192024-06-06T20:21:10.521Z Downloaded shell-words v1.1.0
9202024-06-06T20:21:10.521Z Downloaded sha1 v0.10.6
9212024-06-06T20:21:10.521Z Downloaded indicatif v0.17.8
9222024-06-06T20:21:10.550Z Downloaded sqlparser v0.45.0
9232024-06-06T20:21:10.550Z Downloaded radix_trie v0.2.1
9242024-06-06T20:21:10.550Z Downloaded pem-rfc7468 v0.7.0
9252024-06-06T20:21:10.551Z Downloaded peg-macros v0.8.3
9262024-06-06T20:21:10.551Z Downloaded password-hash v0.5.0
9272024-06-06T20:21:10.551Z Downloaded omicron-zone-package v0.11.0
9282024-06-06T20:21:10.551Z Downloaded http-body v1.0.0
9292024-06-06T20:21:10.551Z Downloaded highway v1.1.0
9302024-06-06T20:21:10.551Z Downloaded hex-literal v0.4.1
9312024-06-06T20:21:10.551Z Downloaded smf v0.2.3
9322024-06-06T20:21:10.581Z Downloaded smawk v0.3.2
9332024-06-06T20:21:10.582Z Downloaded smallvec v0.6.14
9342024-06-06T20:21:10.582Z Downloaded slog-stdlog v4.1.1
9352024-06-06T20:21:10.582Z Downloaded slog-scope v4.4.0
9362024-06-06T20:21:10.582Z Downloaded serde_with_macros v3.8.1
9372024-06-06T20:21:10.582Z Downloaded serde_tokenstream v0.2.0
9382024-06-06T20:21:10.582Z Downloaded serde_repr v0.1.19
9392024-06-06T20:21:10.582Z Downloaded serde_plain v1.0.2
9402024-06-06T20:21:10.582Z Downloaded serde_path_to_error v0.1.16
9412024-06-06T20:21:10.582Z Downloaded iana-time-zone v0.1.60
9422024-06-06T20:21:10.582Z Downloaded hyper-util v0.1.3
9432024-06-06T20:21:10.582Z Downloaded hyper-rustls v0.26.0
9442024-06-06T20:21:10.582Z Downloaded hyper-rustls v0.24.2
9452024-06-06T20:21:10.582Z Downloaded tempfile v3.10.1
9462024-06-06T20:21:10.582Z Downloaded subprocess v0.2.9
9472024-06-06T20:21:10.608Z Downloaded ref-cast-impl v1.0.23
9482024-06-06T20:21:10.608Z Downloaded ref-cast v1.0.23
9492024-06-06T20:21:10.608Z Downloaded universal-hash v0.5.1
9502024-06-06T20:21:10.609Z Downloaded impl-trait-for-tuples v0.2.2
9512024-06-06T20:21:10.609Z Downloaded ident_case v1.0.1
9522024-06-06T20:21:10.609Z Downloaded hyper-staticfile v0.9.5
9532024-06-06T20:21:10.609Z Downloaded humantime v2.1.0
9542024-06-06T20:21:10.609Z Downloaded termtree v0.4.1
9552024-06-06T20:21:10.609Z Downloaded supports-color v3.0.0
9562024-06-06T20:21:10.609Z Downloaded structmeta v0.2.0
9572024-06-06T20:21:10.609Z Downloaded steno v0.4.0
9582024-06-06T20:21:10.609Z Downloaded keccak v0.1.5
9592024-06-06T20:21:10.609Z Downloaded hash32 v0.3.1
9602024-06-06T20:21:10.609Z Downloaded hash32 v0.2.1
9612024-06-06T20:21:10.609Z Downloaded zone v0.1.8
9622024-06-06T20:21:10.609Z Downloaded pin-project-internal v1.1.5
9632024-06-06T20:21:10.609Z Downloaded subtle v2.5.0
9642024-06-06T20:21:10.642Z Downloaded strum_macros v0.24.3
9652024-06-06T20:21:10.642Z Downloaded structmeta-derive v0.3.0
9662024-06-06T20:21:10.642Z Downloaded structmeta-derive v0.2.0
9672024-06-06T20:21:10.642Z Downloaded string_cache v0.8.7
9682024-06-06T20:21:10.643Z Downloaded snafu v0.8.2
9692024-06-06T20:21:10.643Z Downloaded rayon v1.10.0
9702024-06-06T20:21:10.643Z Downloaded quick-xml v0.31.0
9712024-06-06T20:21:10.670Z Downloaded proptest v1.4.0
9722024-06-06T20:21:10.670Z Downloaded phf_shared v0.11.2
9732024-06-06T20:21:10.670Z Downloaded parse-display v0.9.0
9742024-06-06T20:21:10.670Z Downloaded owo-colors v4.0.0
9752024-06-06T20:21:10.670Z Downloaded target-spec v3.1.0
9762024-06-06T20:21:10.670Z Downloaded target-lexicon v0.12.14
9772024-06-06T20:21:10.670Z Downloaded tap v1.0.1
9782024-06-06T20:21:10.670Z Downloaded strum_macros v0.25.3
9792024-06-06T20:21:10.670Z Downloaded partial-io v0.5.4
9802024-06-06T20:21:10.670Z Downloaded strip-ansi-escapes v0.2.0
9812024-06-06T20:21:10.670Z Downloaded stringprep v0.1.4
9822024-06-06T20:21:10.695Z Downloaded stability v0.2.0
9832024-06-06T20:21:10.695Z Downloaded rand v0.8.5
9842024-06-06T20:21:10.695Z Downloaded num-rational v0.4.2
9852024-06-06T20:21:10.696Z Downloaded num-complex v0.4.6
9862024-06-06T20:21:10.696Z Downloaded bstr v1.9.1
9872024-06-06T20:21:10.696Z Downloaded stable_deref_trait v1.2.0
9882024-06-06T20:21:10.696Z Downloaded rcgen v0.12.1
9892024-06-06T20:21:10.721Z Downloaded rayon-core v1.12.1
9902024-06-06T20:21:10.721Z Downloaded publicsuffix v2.2.3
9912024-06-06T20:21:10.721Z Downloaded goblin v0.8.2
9922024-06-06T20:21:10.721Z Downloaded plotters-backend v0.3.5
9932024-06-06T20:21:10.721Z Downloaded plain v0.2.3
9942024-06-06T20:21:10.721Z Downloaded rand_xorshift v0.3.0
9952024-06-06T20:21:10.721Z Downloaded rand_chacha v0.3.1
9962024-06-06T20:21:10.721Z Downloaded itertools v0.10.5
9972024-06-06T20:21:10.746Z Downloaded guppy v0.17.5
9982024-06-06T20:21:10.746Z Downloaded endian-type v0.1.2
9992024-06-06T20:21:10.746Z Downloaded tabled v0.15.0
10002024-06-06T20:21:10.771Z Downloaded phf v0.11.2
10012024-06-06T20:21:10.771Z Downloaded pest_generator v2.7.10
10022024-06-06T20:21:10.771Z Downloaded peg-runtime v0.8.3
10032024-06-06T20:21:10.771Z Downloaded peg v0.8.3
10042024-06-06T20:21:10.771Z Downloaded paste v1.0.15
10052024-06-06T20:21:10.772Z Downloaded packed_struct v0.10.1
10062024-06-06T20:21:10.772Z Downloaded newtype-uuid v1.1.0
10072024-06-06T20:21:10.772Z Downloaded multer v3.1.0
10082024-06-06T20:21:10.772Z Downloaded mockall v0.12.1
10092024-06-06T20:21:10.772Z Downloaded quick-error v1.2.3
10102024-06-06T20:21:10.772Z Downloaded proc-macro-error-attr v1.0.4
10112024-06-06T20:21:10.772Z Downloaded proc-macro-error v1.0.4
10122024-06-06T20:21:10.798Z Downloaded itertools v0.12.1
10132024-06-06T20:21:10.798Z Downloaded phf_shared v0.10.0
10142024-06-06T20:21:10.798Z Downloaded pem v3.0.4
10152024-06-06T20:21:10.798Z Downloaded parse-display-derive v0.9.0
10162024-06-06T20:21:10.798Z Downloaded packed_struct_codegen v0.10.1
10172024-06-06T20:21:10.798Z Downloaded oorandom v11.1.3
10182024-06-06T20:21:10.798Z Downloaded olpc-cjson v0.1.3
10192024-06-06T20:21:10.798Z Downloaded num-derive v0.4.2
10202024-06-06T20:21:10.798Z Downloaded newline-converter v0.3.0
10212024-06-06T20:21:10.798Z Downloaded mime_guess v2.0.4
10222024-06-06T20:21:10.798Z Downloaded memoffset v0.9.1
10232024-06-06T20:21:10.798Z Downloaded memmap2 v0.9.4
10242024-06-06T20:21:10.798Z Downloaded curve25519-dalek v4.1.2
10252024-06-06T20:21:10.824Z Downloaded radium v0.7.0
10262024-06-06T20:21:10.825Z Downloaded r2d2 v0.8.10
10272024-06-06T20:21:10.825Z Downloaded psl-types v2.0.11
10282024-06-06T20:21:10.825Z Downloaded proc-macro-crate v1.3.1
10292024-06-06T20:21:10.825Z Downloaded zip v0.6.6
10302024-06-06T20:21:10.825Z Downloaded unicode-segmentation v1.11.0
10312024-06-06T20:21:10.825Z Downloaded trust-dns-resolver v0.22.0
10322024-06-06T20:21:10.851Z Downloaded tokio-postgres v0.7.10
10332024-06-06T20:21:10.851Z Downloaded num_enum_derive v0.5.11
10342024-06-06T20:21:10.851Z Downloaded num_enum v0.5.11
10352024-06-06T20:21:10.851Z Downloaded num v0.4.3
10362024-06-06T20:21:10.851Z Downloaded nibble_vec v0.1.0
10372024-06-06T20:21:10.851Z Downloaded md-5 v0.10.6
10382024-06-06T20:21:10.851Z Downloaded bstr v0.2.17
10392024-06-06T20:21:10.878Z Downloaded instant v0.1.12
10402024-06-06T20:21:10.878Z Downloaded half v2.4.1
10412024-06-06T20:21:10.878Z Downloaded guppy-workspace-hack v0.1.0
10422024-06-06T20:21:10.879Z Downloaded group v0.13.0
10432024-06-06T20:21:10.879Z Downloaded globset v0.4.14
10442024-06-06T20:21:10.879Z Downloaded glob v0.3.1
10452024-06-06T20:21:10.879Z Downloaded ena v0.14.3
10462024-06-06T20:21:10.879Z Downloaded embedded-io v0.4.0
10472024-06-06T20:21:10.879Z Downloaded elliptic-curve v0.13.8
10482024-06-06T20:21:10.879Z Downloaded either v1.12.0
10492024-06-06T20:21:10.879Z Downloaded ed25519 v1.5.3
10502024-06-06T20:21:10.879Z Downloaded dyn-clone v1.0.17
10512024-06-06T20:21:10.917Z Downloaded zeroize_derive v1.4.2
10522024-06-06T20:21:10.917Z Downloaded zeroize v1.7.0
10532024-06-06T20:21:10.917Z Downloaded zerocopy-derive v0.7.34
10542024-06-06T20:21:10.917Z Downloaded unicode-width v0.1.12
10552024-06-06T20:21:10.917Z Downloaded unicode-linebreak v0.1.5
10562024-06-06T20:21:10.917Z Downloaded unicase v2.7.0
10572024-06-06T20:21:10.917Z Downloaded thiserror-no-std v2.0.2
10582024-06-06T20:21:10.917Z Downloaded tabwriter v1.4.0
10592024-06-06T20:21:10.917Z Downloaded tabled_derive v0.7.0
10602024-06-06T20:21:10.917Z Downloaded pathdiff v0.2.1
10612024-06-06T20:21:10.917Z Downloaded path-slash v0.1.5
10622024-06-06T20:21:10.917Z Downloaded parse-size v1.0.0
10632024-06-06T20:21:10.917Z Downloaded oso-derive v0.27.3
10642024-06-06T20:21:10.917Z Downloaded num-iter v0.1.45
10652024-06-06T20:21:10.917Z Downloaded num-integer v0.1.46
10662024-06-06T20:21:10.917Z Downloaded crossterm v0.27.0
10672024-06-06T20:21:10.917Z Downloaded criterion v0.5.1
10682024-06-06T20:21:10.943Z Downloaded chrono v0.4.38
10692024-06-06T20:21:10.943Z Downloaded snafu-derive v0.8.2
10702024-06-06T20:21:10.943Z Downloaded similar v2.5.0
10712024-06-06T20:21:10.943Z Downloaded nodrop v0.1.14
10722024-06-06T20:21:10.943Z Downloaded multimap v0.10.0
10732024-06-06T20:21:10.943Z Downloaded memmap v0.7.0
10742024-06-06T20:21:10.943Z Downloaded managed v0.8.0
10752024-06-06T20:21:10.943Z Downloaded lru-cache v0.1.2
10762024-06-06T20:21:10.943Z Downloaded data-encoding v2.6.0
10772024-06-06T20:21:10.943Z Downloaded darling_core v0.20.9
10782024-06-06T20:21:10.969Z Downloaded crypto-bigint v0.5.5
10792024-06-06T20:21:10.970Z Downloaded crc-catalog v2.4.0
10802024-06-06T20:21:10.970Z Downloaded crc-any v2.5.0
10812024-06-06T20:21:10.970Z Downloaded cookie v0.17.0
10822024-06-06T20:21:10.970Z Downloaded const_format_proc_macros v0.2.32
10832024-06-06T20:21:10.970Z Downloaded const-oid v0.9.6
10842024-06-06T20:21:10.970Z Downloaded compact_str v0.7.1
10852024-06-06T20:21:10.995Z Downloaded colored v2.1.0
10862024-06-06T20:21:10.995Z Downloaded bzip2 v0.4.4
10872024-06-06T20:21:10.995Z Downloaded blake3 v1.5.1
10882024-06-06T20:21:10.995Z Downloaded downcast v0.11.0
10892024-06-06T20:21:10.995Z Downloaded unicode-xid v0.2.4
10902024-06-06T20:21:10.995Z Downloaded sqlformat v0.2.3
10912024-06-06T20:21:10.995Z Downloaded spki v0.7.3
10922024-06-06T20:21:10.995Z Downloaded spin v0.9.8
10932024-06-06T20:21:10.995Z Downloaded spin v0.5.2
10942024-06-06T20:21:10.996Z Downloaded similar-asserts v1.5.0
10952024-06-06T20:21:10.996Z Downloaded sigpipe v0.1.3
10962024-06-06T20:21:10.996Z Downloaded signature v2.2.0
10972024-06-06T20:21:11.021Z Downloaded plotters-svg v0.3.5
10982024-06-06T20:21:11.021Z Downloaded opaque-debug v0.3.1
10992024-06-06T20:21:11.021Z Downloaded number_prefix v0.4.0
11002024-06-06T20:21:11.021Z Downloaded num-traits v0.2.19
11012024-06-06T20:21:11.021Z Downloaded nu-ansi-term v0.50.0
11022024-06-06T20:21:11.021Z Downloaded newtype_derive v0.1.6
11032024-06-06T20:21:11.021Z Downloaded nanorand v0.7.0
11042024-06-06T20:21:11.021Z Downloaded maybe-uninit v2.0.0
11052024-06-06T20:21:11.021Z Downloaded matches v0.1.10
11062024-06-06T20:21:11.022Z Downloaded maplit v1.0.2
11072024-06-06T20:21:11.022Z Downloaded lru v0.12.3
11082024-06-06T20:21:11.022Z Downloaded cstr-argument v0.1.2
11092024-06-06T20:21:11.022Z Downloaded crc v3.2.1
11102024-06-06T20:21:11.022Z Downloaded constant_time_eq v0.3.0
11112024-06-06T20:21:11.022Z Downloaded console v0.15.8
11122024-06-06T20:21:11.051Z Downloaded cipher v0.4.4
11132024-06-06T20:21:11.051Z Downloaded ciborium-io v0.2.2
11142024-06-06T20:21:11.052Z Downloaded ciborium v0.2.2
11152024-06-06T20:21:11.052Z Downloaded chacha20poly1305 v0.10.1
11162024-06-06T20:21:11.052Z Downloaded chacha20 v0.9.1
11172024-06-06T20:21:11.052Z Downloaded cfg_aliases v0.1.1
11182024-06-06T20:21:11.052Z Downloaded castaway v0.2.2
11192024-06-06T20:21:11.053Z Downloaded cast v0.3.0
11202024-06-06T20:21:11.053Z Downloaded cassowary v0.3.0
11212024-06-06T20:21:11.053Z Downloaded byteorder v1.5.0
11222024-06-06T20:21:11.053Z Downloaded bytecount v0.6.8
11232024-06-06T20:21:11.054Z Downloaded new_debug_unreachable v1.0.6
11242024-06-06T20:21:11.054Z Downloaded nested v0.1.1
11252024-06-06T20:21:11.054Z Downloaded minimal-lexical v0.2.1
11262024-06-06T20:21:11.054Z Downloaded is_ci v1.2.0
11272024-06-06T20:21:11.055Z Downloaded datatest-stable v0.2.9
11282024-06-06T20:21:11.082Z Downloaded darling_macro v0.20.9
11292024-06-06T20:21:11.082Z Downloaded darling v0.20.9
11302024-06-06T20:21:11.082Z Downloaded curve25519-dalek-derive v0.1.1
11312024-06-06T20:21:11.082Z Downloaded csv-core v0.1.11
11322024-06-06T20:21:11.082Z Downloaded crunchy v0.2.2
11332024-06-06T20:21:11.082Z Downloaded crucible-workspace-hack v0.1.0
11342024-06-06T20:21:11.082Z Downloaded crossbeam-epoch v0.9.18
11352024-06-06T20:21:11.082Z Downloaded crossbeam-deque v0.8.5
11362024-06-06T20:21:11.082Z Downloaded criterion-plot v0.5.0
11372024-06-06T20:21:11.082Z Downloaded cookie_store v0.20.0
11382024-06-06T20:21:11.082Z Downloaded convert_case v0.4.0
11392024-06-06T20:21:11.082Z Downloaded cobs v0.2.3
11402024-06-06T20:21:11.082Z Downloaded ciborium-ll v0.2.2
11412024-06-06T20:21:11.082Z Downloaded cfg-expr v0.15.8
11422024-06-06T20:21:11.082Z Downloaded cexpr v0.6.0
11432024-06-06T20:21:11.082Z Downloaded cancel-safe-futures v0.1.5
11442024-06-06T20:21:11.083Z Downloaded camino-tempfile v1.1.1
11452024-06-06T20:21:11.083Z Downloaded buf-list v1.0.3
11462024-06-06T20:21:11.108Z Downloaded corncobs v0.1.3
11472024-06-06T20:21:11.108Z Downloaded clang-sys v1.7.0
11482024-06-06T20:21:11.108Z Downloaded bitvec v1.0.1
11492024-06-06T20:21:11.108Z Downloaded bindgen v0.69.4
11502024-06-06T20:21:11.133Z Downloaded libefi-sys v0.1.0
11512024-06-06T20:21:11.133Z Downloaded lalrpop-util v0.19.12
11522024-06-06T20:21:11.133Z Downloaded lalrpop v0.19.12
11532024-06-06T20:21:11.133Z Downloaded cookie v0.18.1
11542024-06-06T20:21:11.159Z Downloaded const_format v0.2.32
11552024-06-06T20:21:11.159Z Downloaded block-padding v0.3.3
11562024-06-06T20:21:11.159Z Downloaded bitstruct_derive v0.1.0
11572024-06-06T20:21:11.159Z Downloaded bitstruct v0.1.1
11582024-06-06T20:21:11.159Z Downloaded bitfield v0.14.0
11592024-06-06T20:21:11.159Z Downloaded bit-set v0.5.3
11602024-06-06T20:21:11.159Z Downloaded bitflags v1.3.2
11612024-06-06T20:21:11.159Z Downloaded bit-vec v0.6.3
11622024-06-06T20:21:11.159Z Downloaded base64 v0.22.1
11632024-06-06T20:21:11.159Z Downloaded base16ct v0.2.0
11642024-06-06T20:21:11.159Z Downloaded backtrace v0.3.71
11652024-06-06T20:21:11.187Z Downloaded backoff v0.4.0
11662024-06-06T20:21:11.187Z Downloaded atomicwrites v0.4.3
11672024-06-06T20:21:11.187Z Downloaded atomic-waker v1.1.2
11682024-06-06T20:21:11.187Z Downloaded blake2b_simd v1.0.2
11692024-06-06T20:21:11.187Z Downloaded blake2 v0.10.6
11702024-06-06T20:21:11.187Z Downloaded base64 v0.13.1
11712024-06-06T20:21:11.187Z Downloaded async-stream v0.3.5
11722024-06-06T20:21:11.187Z Downloaded async-recursion v1.1.1
11732024-06-06T20:21:11.213Z Downloaded libm v0.2.8
11742024-06-06T20:21:11.213Z Downloaded libloading v0.8.3
11752024-06-06T20:21:11.213Z Downloaded bcs v0.1.6
11762024-06-06T20:21:11.238Z Downloaded bb8 v0.8.3
11772024-06-06T20:21:11.238Z Downloaded base64ct v1.6.0
11782024-06-06T20:21:11.238Z Downloaded async-trait v0.1.80
11792024-06-06T20:21:11.239Z Downloaded async-stream-impl v0.3.5
11802024-06-06T20:21:11.239Z Downloaded atty v0.2.14
11812024-06-06T20:21:11.239Z Downloaded kstat-rs v0.2.3
11822024-06-06T20:21:11.239Z Downloaded debug-ignore v1.0.5
11832024-06-06T20:21:11.264Z Downloaded assert_matches v1.5.0
11842024-06-06T20:21:11.264Z Downloaded argon2 v0.5.3
11852024-06-06T20:21:11.264Z Downloaded arc-swap v1.7.1
11862024-06-06T20:21:11.264Z Downloaded allocator-api2 v0.2.18
11872024-06-06T20:21:11.265Z Downloaded aho-corasick v1.1.3
11882024-06-06T20:21:11.265Z Downloaded addr2line v0.21.0
11892024-06-06T20:21:11.265Z Downloaded approx v0.5.1
11902024-06-06T20:21:11.290Z Downloaded ahash v0.8.11
11912024-06-06T20:21:11.290Z Downloaded aead v0.5.2
11922024-06-06T20:21:12.095Z Compiling serde v1.0.203
11932024-06-06T20:21:12.096Z Checking cfg-if v1.0.0
11942024-06-06T20:21:12.122Z Compiling libm v0.2.8
11952024-06-06T20:21:12.153Z Checking libc v0.2.155
11962024-06-06T20:21:12.182Z Compiling syn v2.0.64
11972024-06-06T20:21:12.183Z Compiling num-traits v0.2.19
11982024-06-06T20:21:12.183Z Compiling ahash v0.8.11
11992024-06-06T20:21:12.183Z Compiling getrandom v0.2.14
12002024-06-06T20:21:12.256Z Compiling serde_json v1.0.117
12012024-06-06T20:21:12.454Z Compiling byteorder v1.5.0
12022024-06-06T20:21:12.624Z Compiling log v0.4.21
12032024-06-06T20:21:12.653Z Compiling generic-array v0.14.7
12042024-06-06T20:21:12.688Z Checking memchr v2.7.2
12052024-06-06T20:21:12.730Z Checking itoa v1.0.11
12062024-06-06T20:21:12.913Z Compiling syn v1.0.109
12072024-06-06T20:21:12.960Z Compiling allocator-api2 v0.2.18
12082024-06-06T20:21:13.423Z Checking scopeguard v1.2.0
12092024-06-06T20:21:13.460Z Checking smallvec v1.13.2
12102024-06-06T20:21:13.460Z Checking lock_api v0.4.12
12112024-06-06T20:21:13.460Z Compiling schemars v0.8.20
12122024-06-06T20:21:13.460Z Compiling ring v0.17.8
12132024-06-06T20:21:13.526Z Compiling time-macros v0.2.18
12142024-06-06T20:21:13.563Z Checking once_cell v1.19.0
12152024-06-06T20:21:14.163Z Checking parking_lot_core v0.9.10
12162024-06-06T20:21:14.195Z Compiling aho-corasick v1.1.3
12172024-06-06T20:21:14.195Z Checking parking_lot v0.12.2
12182024-06-06T20:21:14.195Z Compiling regex-syntax v0.8.3
12192024-06-06T20:21:14.417Z Checking pin-project-lite v0.2.14
12202024-06-06T20:21:16.560Z Checking signal-hook-registry v1.4.2
12212024-06-06T20:21:16.768Z Checking mio v0.8.11
12222024-06-06T20:21:16.920Z Compiling slog v2.7.0
12232024-06-06T20:21:17.081Z Compiling regex-automata v0.4.6
12242024-06-06T20:21:17.297Z Checking num_cpus v1.16.0
12252024-06-06T20:21:17.399Z Compiling crossbeam-utils v0.8.19
12262024-06-06T20:21:17.667Z Checking ryu v1.0.18
12272024-06-06T20:21:17.859Z Checking rand_core v0.6.4
12282024-06-06T20:21:17.942Z Compiling rustls v0.21.12
12292024-06-06T20:21:18.128Z Compiling iana-time-zone v0.1.60
12302024-06-06T20:21:18.179Z Checking futures-core v0.3.30
12312024-06-06T20:21:18.714Z Checking socket2 v0.5.7
12322024-06-06T20:21:18.714Z Compiling serde_derive_internals v0.29.1
12332024-06-06T20:21:18.714Z Compiling cookie v0.17.0
12342024-06-06T20:21:18.714Z Compiling backtrace v0.3.71
12352024-06-06T20:21:18.715Z Compiling dyn-clone v1.0.17
12362024-06-06T20:21:18.832Z Compiling ucd-trie v0.1.6
12372024-06-06T20:21:18.874Z Compiling anyhow v1.0.86
12382024-06-06T20:21:19.558Z Compiling unicode-normalization v0.1.23
12392024-06-06T20:21:19.835Z Compiling either v1.12.0
12402024-06-06T20:21:19.864Z Compiling unicode-bidi v0.3.15
12412024-06-06T20:21:20.128Z Compiling usdt-impl v0.5.0
12422024-06-06T20:21:20.158Z Checking futures-sink v0.3.30
12432024-06-06T20:21:20.278Z Compiling unicode-width v0.1.12
12442024-06-06T20:21:20.388Z Compiling plain v0.2.3
12452024-06-06T20:21:20.472Z Compiling spin v0.9.8
12462024-06-06T20:21:20.535Z Compiling pretty-hex v0.4.1
12472024-06-06T20:21:20.574Z Compiling winnow v0.5.40
12482024-06-06T20:21:20.727Z Compiling thread-id v4.2.1
12492024-06-06T20:21:20.770Z Checking futures-channel v0.3.30
12502024-06-06T20:21:20.828Z Checking slab v0.4.9
12512024-06-06T20:21:20.861Z Compiling subtle v2.5.0
12522024-06-06T20:21:21.081Z Checking futures-io v0.3.30
12532024-06-06T20:21:21.107Z Compiling const-oid v0.9.6
12542024-06-06T20:21:21.154Z Checking pin-utils v0.1.0
12552024-06-06T20:21:21.180Z Checking futures-task v0.3.30
12562024-06-06T20:21:21.268Z Compiling untrusted v0.9.0
12572024-06-06T20:21:21.293Z Compiling spin v0.5.2
12582024-06-06T20:21:21.445Z Compiling signal-hook v0.3.17
12592024-06-06T20:21:21.515Z Compiling siphasher v0.3.11
12602024-06-06T20:21:21.671Z Compiling regex v1.10.4
12612024-06-06T20:21:22.113Z Compiling time v0.3.36
12622024-06-06T20:21:22.651Z Compiling idna v0.5.0
12632024-06-06T20:21:22.677Z Checking typenum v1.17.0
12642024-06-06T20:21:23.825Z Compiling rustls-webpki v0.101.7
12652024-06-06T20:21:23.932Z Compiling sct v0.7.1
12662024-06-06T20:21:24.254Z Compiling url v2.5.0
12672024-06-06T20:21:24.736Z Compiling serde_derive v1.0.203
12682024-06-06T20:21:25.174Z Compiling zerocopy-derive v0.7.34
12692024-06-06T20:21:25.527Z Compiling zeroize_derive v1.4.2
12702024-06-06T20:21:25.966Z Compiling thiserror-impl v1.0.60
12712024-06-06T20:21:26.006Z Compiling tokio-macros v2.2.0
12722024-06-06T20:21:26.822Z Compiling futures-macro v0.3.30
12732024-06-06T20:21:26.869Z Compiling zerocopy v0.7.34
12742024-06-06T20:21:26.930Z Compiling tracing-attributes v0.1.27
12752024-06-06T20:21:27.450Z Compiling schemars_derive v0.8.20
12762024-06-06T20:21:28.456Z Compiling openssl-macros v0.1.1
12772024-06-06T20:21:28.562Z Compiling async-trait v0.1.80
12782024-06-06T20:21:28.728Z Compiling hashbrown v0.14.5
12792024-06-06T20:21:28.878Z Compiling thiserror v1.0.60
12802024-06-06T20:21:29.314Z Checking zeroize v1.7.0
12812024-06-06T20:21:29.314Z Compiling scroll_derive v0.12.0
12822024-06-06T20:21:29.314Z Compiling pest v2.7.10
12832024-06-06T20:21:30.301Z Compiling der_derive v0.7.2
12842024-06-06T20:21:30.474Z Compiling scroll v0.12.0
12852024-06-06T20:21:30.945Z Compiling goblin v0.8.2
12862024-06-06T20:21:30.971Z Compiling futures-util v0.3.30
12872024-06-06T20:21:31.491Z Compiling pest_meta v2.7.10
12882024-06-06T20:21:32.502Z Compiling pest_generator v2.7.10
12892024-06-06T20:21:33.010Z Compiling tracing v0.1.40
12902024-06-06T20:21:33.442Z Compiling clap_derive v4.5.4
12912024-06-06T20:21:34.169Z Compiling crypto-common v0.1.6
12922024-06-06T20:21:34.379Z Compiling zerocopy-derive v0.6.6
12932024-06-06T20:21:35.929Z Compiling pest_derive v2.7.10
12942024-06-06T20:21:35.961Z Compiling block-buffer v0.10.4
12952024-06-06T20:21:35.990Z Checking bytes v1.6.0
12962024-06-06T20:21:36.252Z Checking bitflags v2.5.0
12972024-06-06T20:21:36.409Z Compiling digest v0.10.7
12982024-06-06T20:21:36.527Z Compiling indexmap v2.2.6
12992024-06-06T20:21:36.840Z Compiling semver v1.0.23
13002024-06-06T20:21:36.904Z Compiling serde_tokenstream v0.2.0
13012024-06-06T20:21:37.477Z Compiling uuid v1.8.0
13022024-06-06T20:21:37.610Z Compiling chrono v0.4.38
13032024-06-06T20:21:37.645Z Checking tokio v1.37.0
13042024-06-06T20:21:37.734Z Compiling http v0.2.12
13052024-06-06T20:21:37.758Z Compiling serde_spanned v0.6.6
13062024-06-06T20:21:37.835Z Compiling toml_datetime v0.6.6
13072024-06-06T20:21:38.283Z Compiling rustc_version v0.4.0
13082024-06-06T20:21:38.671Z Compiling rustix v0.38.34
13092024-06-06T20:21:38.955Z Compiling openapiv3 v2.0.0
13102024-06-06T20:21:39.293Z Compiling dof v0.3.0
13112024-06-06T20:21:40.000Z Compiling toml_edit v0.19.15
13122024-06-06T20:21:40.795Z Compiling dtrace-parser v0.2.0
13132024-06-06T20:21:41.073Z Compiling http-body v0.4.6
13142024-06-06T20:21:41.263Z Compiling openssl v0.10.64
13152024-06-06T20:21:42.571Z Compiling heapless v0.7.17
13162024-06-06T20:21:42.964Z Compiling usdt-macro v0.5.0
13172024-06-06T20:21:43.185Z Compiling usdt-attr-macro v0.5.0
13182024-06-06T20:21:43.594Z Compiling idna v0.3.0
13192024-06-06T20:21:43.894Z Compiling psl-types v2.0.11
13202024-06-06T20:21:44.065Z Compiling ppv-lite86 v0.2.17
13212024-06-06T20:21:44.301Z Compiling publicsuffix v2.2.3
13222024-06-06T20:21:44.514Z Compiling tokio-util v0.7.11
13232024-06-06T20:21:44.570Z Compiling tokio-rustls v0.24.1
13242024-06-06T20:21:44.683Z Compiling rand_chacha v0.3.1
13252024-06-06T20:21:44.816Z Compiling crossbeam-epoch v0.9.18
13262024-06-06T20:21:44.913Z Compiling unicode-xid v0.2.4
13272024-06-06T20:21:45.072Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13282024-06-06T20:21:45.508Z Compiling h2 v0.3.26
13292024-06-06T20:21:45.694Z Compiling bit-vec v0.6.3
13302024-06-06T20:21:45.943Z Compiling cookie_store v0.20.0
13312024-06-06T20:21:46.088Z Compiling native-tls v0.2.11
13322024-06-06T20:21:46.511Z Compiling tokio-native-tls v0.3.1
13332024-06-06T20:21:46.656Z Compiling rand v0.8.5
13342024-06-06T20:21:46.751Z Compiling serde_urlencoded v0.7.1
13352024-06-06T20:21:46.895Z Compiling phf_shared v0.10.0
13362024-06-06T20:21:47.209Z Compiling lazy_static v1.4.0
13372024-06-06T20:21:47.238Z Compiling smoltcp v0.9.1
13382024-06-06T20:21:47.311Z Compiling minimal-lexical v0.2.1
13392024-06-06T20:21:47.380Z Compiling gimli v0.28.1
13402024-06-06T20:21:47.679Z Compiling new_debug_unreachable v1.0.6
13412024-06-06T20:21:47.760Z Compiling base64ct v1.6.0
13422024-06-06T20:21:47.785Z Compiling webpki-roots v0.25.4
13432024-06-06T20:21:47.855Z Compiling precomputed-hash v0.1.1
13442024-06-06T20:21:47.923Z Compiling fixedbitset v0.4.2
13452024-06-06T20:21:47.970Z Checking fnv v1.0.7
13462024-06-06T20:21:48.086Z Compiling string_cache v0.8.7
13472024-06-06T20:21:48.293Z Compiling petgraph v0.6.5
13482024-06-06T20:21:48.328Z Compiling pem-rfc7468 v0.7.0
13492024-06-06T20:21:48.446Z Compiling nom v7.1.3
13502024-06-06T20:21:48.523Z Compiling bit-set v0.5.3
13512024-06-06T20:21:48.556Z Compiling hmac v0.12.1
13522024-06-06T20:21:48.774Z Compiling hubpack_derive v0.1.1
13532024-06-06T20:21:48.805Z Compiling enum-as-inner v0.5.1
13542024-06-06T20:21:49.026Z Compiling itertools v0.10.5
13552024-06-06T20:21:49.523Z Compiling diesel_table_macro_syntax v0.1.0
13562024-06-06T20:21:49.636Z Compiling object v0.32.2
13572024-06-06T20:21:49.883Z Compiling lalrpop-util v0.19.12
13582024-06-06T20:21:50.179Z Compiling unicode-segmentation v1.11.0
13592024-06-06T20:21:50.829Z Compiling addr2line v0.21.0
13602024-06-06T20:21:50.864Z Compiling flagset v0.4.5
13612024-06-06T20:21:51.049Z Compiling hyper v0.14.28
13622024-06-06T20:21:51.433Z Compiling rustc-demangle v0.1.24
13632024-06-06T20:21:51.458Z Compiling der v0.7.9
13642024-06-06T20:21:51.485Z Compiling toml_edit v0.22.13
13652024-06-06T20:21:51.539Z Compiling diesel_derives v2.1.4
13662024-06-06T20:21:52.213Z Compiling futures-executor v0.3.30
13672024-06-06T20:21:52.333Z Compiling itertools v0.12.1
13682024-06-06T20:21:52.741Z Compiling finl_unicode v1.2.0
13692024-06-06T20:21:53.236Z Compiling spki v0.7.3
13702024-06-06T20:21:53.566Z Compiling stringprep v0.1.4
13712024-06-06T20:21:54.355Z Compiling sha2 v0.10.8
13722024-06-06T20:21:54.381Z Compiling futures v0.3.30
13732024-06-06T20:21:54.489Z Compiling toml v0.7.8
13742024-06-06T20:21:54.630Z Compiling md-5 v0.10.6
13752024-06-06T20:21:54.867Z Compiling hex v0.4.3
13762024-06-06T20:21:54.979Z Compiling strum_macros v0.25.3
13772024-06-06T20:21:55.802Z Compiling serde_repr v0.1.19
13782024-06-06T20:21:56.772Z Compiling hyper-tls v0.5.0
13792024-06-06T20:21:56.800Z Compiling hyper-rustls v0.24.2
13802024-06-06T20:21:57.090Z Compiling reqwest v0.11.27
13812024-06-06T20:21:57.117Z Compiling num-integer v0.1.46
13822024-06-06T20:21:57.595Z Compiling hash32 v0.2.1
13832024-06-06T20:21:57.797Z Compiling fs-err v2.11.0
13842024-06-06T20:21:57.916Z Compiling fallible-iterator v0.2.0
13852024-06-06T20:21:58.021Z Compiling stable_deref_trait v1.2.0
13862024-06-06T20:21:58.122Z Checking tinyvec_macros v0.1.1
13872024-06-06T20:21:58.199Z Checking tinyvec v1.6.0
13882024-06-06T20:21:58.536Z Compiling postgres-protocol v0.6.6
13892024-06-06T20:21:58.684Z Compiling pkcs8 v0.10.2
13902024-06-06T20:21:58.896Z Compiling terminal_size v0.3.0
13912024-06-06T20:21:59.064Z Compiling block-padding v0.3.3
13922024-06-06T20:21:59.255Z Compiling phf_shared v0.11.2
13932024-06-06T20:21:59.296Z Compiling ff v0.13.0
13942024-06-06T20:21:59.374Z Compiling scheduled-thread-pool v0.2.7
13952024-06-06T20:21:59.466Z Compiling base16ct v0.2.0
13962024-06-06T20:21:59.516Z Compiling matches v0.1.10
13972024-06-06T20:21:59.589Z Compiling peg-runtime v0.8.3
13982024-06-06T20:21:59.615Z Compiling managed v0.8.0
13992024-06-06T20:21:59.761Z Compiling bitflags v1.3.2
14002024-06-06T20:21:59.913Z Checking equivalent v1.0.1
14012024-06-06T20:21:59.937Z Compiling clap_builder v4.5.2
14022024-06-06T20:22:00.049Z Compiling sec1 v0.7.3
14032024-06-06T20:22:00.179Z Compiling idna v0.2.3
14042024-06-06T20:22:00.535Z Compiling r2d2 v0.8.10
14052024-06-06T20:22:00.847Z Compiling signal-hook-mio v0.2.3
14062024-06-06T20:22:00.991Z Compiling phf v0.11.2
14072024-06-06T20:22:01.082Z Compiling group v0.13.0
14082024-06-06T20:22:01.309Z Compiling inout v0.1.3
14092024-06-06T20:22:01.334Z Compiling postgres-types v0.2.6
14102024-06-06T20:22:01.429Z Compiling num-bigint v0.4.5
14112024-06-06T20:22:01.502Z Compiling hubpack v0.1.2
14122024-06-06T20:22:01.570Z Compiling hkdf v0.12.4
14132024-06-06T20:22:01.863Z Compiling ipnetwork v0.20.0
14142024-06-06T20:22:01.920Z Compiling zerocopy v0.6.6
14152024-06-06T20:22:02.050Z Compiling crypto-bigint v0.5.5
14162024-06-06T20:22:02.625Z Compiling float-cmp v0.9.0
14172024-06-06T20:22:02.651Z Compiling memmap v0.7.0
14182024-06-06T20:22:02.683Z Compiling difflib v0.4.0
14192024-06-06T20:22:02.841Z Compiling data-encoding v2.6.0
14202024-06-06T20:22:02.965Z Compiling static_assertions v1.1.0
14212024-06-06T20:22:03.067Z Compiling normalize-line-endings v0.3.0
14222024-06-06T20:22:03.185Z Compiling predicates-core v1.0.6
14232024-06-06T20:22:03.535Z Compiling whoami v1.5.1
14242024-06-06T20:22:04.072Z Compiling diesel v2.1.6
14252024-06-06T20:22:04.124Z Compiling tokio-postgres v0.7.10
14262024-06-06T20:22:04.165Z Compiling yasna v0.5.2
14272024-06-06T20:22:04.847Z Compiling elliptic-curve v0.13.8
14282024-06-06T20:22:05.516Z Compiling predicates v3.1.0
14292024-06-06T20:22:05.808Z Compiling trust-dns-proto v0.22.0
14302024-06-06T20:22:06.928Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14312024-06-06T20:22:07.113Z Compiling clap v4.5.4
14322024-06-06T20:22:07.233Z Compiling usdt v0.5.0
14332024-06-06T20:22:07.653Z Compiling cipher v0.4.4
14342024-06-06T20:22:08.157Z Compiling crossterm v0.27.0
14352024-06-06T20:22:09.012Z Compiling num-iter v0.1.45
14362024-06-06T20:22:09.205Z Compiling similar v2.5.0
14372024-06-06T20:22:09.345Z Compiling console v0.15.8
14382024-06-06T20:22:10.130Z Compiling tokio-stream v0.1.15
14392024-06-06T20:22:10.254Z Compiling bstr v1.9.1
14402024-06-06T20:22:11.334Z Checking tracing-core v0.1.32
14412024-06-06T20:22:12.118Z Checking percent-encoding v2.3.1
14422024-06-06T20:22:12.318Z Checking form_urlencoded v1.2.1
14432024-06-06T20:22:12.505Z Checking unicode-ident v1.0.12
14442024-06-06T20:22:12.647Z Checking httparse v1.8.0
14452024-06-06T20:22:12.738Z Checking powerfmt v0.2.0
14462024-06-06T20:22:12.986Z Checking deranged v0.3.11
14472024-06-06T20:22:13.012Z Checking errno v0.3.9
14482024-06-06T20:22:13.103Z Checking time-core v0.1.2
14492024-06-06T20:22:13.173Z Checking num_threads v0.1.7
14502024-06-06T20:22:13.245Z Checking num-conv v0.1.0
14512024-06-06T20:22:13.302Z Checking proc-macro2 v1.0.82
14522024-06-06T20:22:13.801Z Checking cpufeatures v0.2.12
14532024-06-06T20:22:13.895Z Checking quote v1.0.36
14542024-06-06T20:22:14.083Z Checking adler v1.0.2
14552024-06-06T20:22:14.230Z Checking base64 v0.21.7
14562024-06-06T20:22:14.646Z Checking try-lock v0.2.5
14572024-06-06T20:22:14.796Z Checking want v0.3.1
14582024-06-06T20:22:14.824Z Checking miniz_oxide v0.7.2
14592024-06-06T20:22:14.933Z Checking tower-service v0.3.2
14602024-06-06T20:22:15.305Z Checking httpdate v1.0.3
14612024-06-06T20:22:15.521Z Checking foreign-types-shared v0.1.1
14622024-06-06T20:22:15.620Z Checking openssl-probe v0.1.5
14632024-06-06T20:22:15.675Z Checking foreign-types v0.3.2
14642024-06-06T20:22:15.750Z Checking openssl-sys v0.9.102
14652024-06-06T20:22:16.209Z Checking mime v0.3.17
14662024-06-06T20:22:16.573Z Checking utf8parse v0.2.1
14672024-06-06T20:22:17.059Z Checking ipnet v2.9.0
14682024-06-06T20:22:19.533Z Checking encoding_rs v0.8.34
14692024-06-06T20:22:19.981Z Checking anstyle v1.0.7
14702024-06-06T20:22:20.451Z Checking rustls-pemfile v1.0.4
14712024-06-06T20:22:21.190Z Checking sync_wrapper v0.1.2
14722024-06-06T20:22:21.847Z Checking anstyle-parse v0.2.4
14732024-06-06T20:22:21.995Z Checking is_terminal_polyfill v1.70.0
14742024-06-06T20:22:22.019Z Checking anstyle-query v1.0.3
14752024-06-06T20:22:22.116Z Checking colorchoice v1.0.1
14762024-06-06T20:22:22.244Z Checking anstream v0.6.14
14772024-06-06T20:22:22.661Z Checking strsim v0.11.1
14782024-06-06T20:22:22.818Z Checking clap_lex v0.7.0
14792024-06-06T20:22:24.222Z Checking crc32fast v1.4.0
14802024-06-06T20:22:25.525Z Checking flate2 v1.0.30
14812024-06-06T20:22:25.822Z Checking winnow v0.6.8
14822024-06-06T20:22:33.287Z Compiling regress v0.9.1
14832024-06-06T20:22:33.528Z Compiling getopts v0.2.21
14842024-06-06T20:22:33.736Z Compiling unsafe-libyaml v0.2.11
14852024-06-06T20:22:33.761Z Checking heck v0.5.0
14862024-06-06T20:22:34.141Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14872024-06-06T20:22:34.419Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
14882024-06-06T20:22:34.574Z Checking camino v1.1.7
14892024-06-06T20:22:34.689Z Checking base64 v0.22.1
14902024-06-06T20:22:34.830Z Compiling serde_yaml v0.9.34+deprecated
14912024-06-06T20:22:35.048Z Checking is-terminal v0.4.12
14922024-06-06T20:22:35.117Z Checking sha1 v0.10.6
14932024-06-06T20:22:35.164Z Checking http v1.1.0
14942024-06-06T20:22:35.356Z Compiling paste v1.0.15
14952024-06-06T20:22:35.381Z Compiling strum_macros v0.26.2
14962024-06-06T20:22:35.467Z Checking rustls-pki-types v1.7.0
14972024-06-06T20:22:35.826Z Compiling ident_case v1.0.1
14982024-06-06T20:22:35.859Z Checking match_cfg v0.1.0
14992024-06-06T20:22:35.956Z Checking fastrand v2.1.0
15002024-06-06T20:22:35.986Z Checking hostname v0.3.1
15012024-06-06T20:22:36.096Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15022024-06-06T20:22:36.294Z Checking tempfile v3.10.1
15032024-06-06T20:22:36.339Z Compiling darling_core v0.20.9
15042024-06-06T20:22:37.474Z Checking dirs-sys-next v0.1.2
15052024-06-06T20:22:37.628Z Checking quick-error v1.2.3
15062024-06-06T20:22:37.652Z Checking dirs-next v2.0.0
15072024-06-06T20:22:37.749Z Checking crossbeam-channel v0.5.12
15082024-06-06T20:22:37.774Z Checking thread_local v1.1.8
15092024-06-06T20:22:38.032Z Compiling rustls v0.22.4
15102024-06-06T20:22:38.273Z Checking term v0.7.0
15112024-06-06T20:22:38.377Z Checking rustls-webpki v0.102.4
15122024-06-06T20:22:38.517Z Checking instant v0.1.12
15132024-06-06T20:22:38.541Z Checking take_mut v0.2.2
15142024-06-06T20:22:38.630Z Checking rustls-pemfile v2.1.2
15152024-06-06T20:22:38.659Z Checking slog-term v2.9.1
15162024-06-06T20:22:38.685Z Checking slog-async v2.8.0
15172024-06-06T20:22:38.857Z Compiling multer v3.1.0
15182024-06-06T20:22:39.341Z Checking debug-ignore v1.0.5
15192024-06-06T20:22:39.375Z Checking toml v0.8.13
15202024-06-06T20:22:39.375Z Checking slog-json v2.6.1
15212024-06-06T20:22:39.375Z Compiling async-stream-impl v0.3.5
15222024-06-06T20:22:39.375Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
15232024-06-06T20:22:39.596Z Checking atomic-waker v1.1.2
15242024-06-06T20:22:39.693Z Checking strum v0.26.2
15252024-06-06T20:22:39.736Z Checking waitgroup v0.1.2
15262024-06-06T20:22:39.832Z Checking slog-bunyan v2.5.0
15272024-06-06T20:22:39.882Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
15282024-06-06T20:22:39.997Z Checking serde_path_to_error v0.1.16
15292024-06-06T20:22:40.214Z Checking hostname v0.4.0
15302024-06-06T20:22:40.348Z Checking newtype-uuid v1.1.0
15312024-06-06T20:22:40.439Z Checking async-stream v0.3.5
15322024-06-06T20:22:40.531Z Checking wait-timeout v0.2.0
15332024-06-06T20:22:40.570Z Compiling structmeta-derive v0.3.0
15342024-06-06T20:22:40.613Z Compiling structmeta-derive v0.2.0
15352024-06-06T20:22:40.704Z Checking rusty-fork v0.3.0
15362024-06-06T20:22:40.962Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15372024-06-06T20:22:41.640Z Checking rand_xorshift v0.3.0
15382024-06-06T20:22:41.790Z Checking unarray v0.1.4
15392024-06-06T20:22:41.873Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
15402024-06-06T20:22:41.937Z Checking proptest v1.4.0
15412024-06-06T20:22:42.137Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15422024-06-06T20:22:42.249Z Checking tokio-rustls v0.25.0
15432024-06-06T20:22:42.279Z Checking backoff v0.4.0
15442024-06-06T20:22:42.551Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15452024-06-06T20:22:42.586Z Compiling darling_macro v0.20.9
15462024-06-06T20:22:42.779Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15472024-06-06T20:22:43.203Z Compiling structmeta v0.2.0
15482024-06-06T20:22:43.244Z Compiling structmeta v0.3.0
15492024-06-06T20:22:43.467Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15502024-06-06T20:22:43.492Z Compiling darling v0.20.9
15512024-06-06T20:22:43.601Z Compiling serde_with_macros v3.8.1
15522024-06-06T20:22:43.626Z Compiling test-strategy v0.3.1
15532024-06-06T20:22:43.626Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
15542024-06-06T20:22:43.665Z Compiling parse-display-derive v0.9.0
15552024-06-06T20:22:43.977Z Checking macaddr v1.0.1
15562024-06-06T20:22:44.267Z Compiling proc-macro-error-attr v1.0.4
15572024-06-06T20:22:44.556Z Compiling proc-macro-error v1.0.4
15582024-06-06T20:22:45.589Z Checking camino-tempfile v1.1.1
15592024-06-06T20:22:45.846Z Compiling proc-macro-crate v1.3.1
15602024-06-06T20:22:45.870Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15612024-06-06T20:22:46.221Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15622024-06-06T20:22:46.269Z Compiling foreign-types-macros v0.2.3
15632024-06-06T20:22:46.334Z Checking serde_with v3.8.1
15642024-06-06T20:22:46.492Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15652024-06-06T20:22:46.718Z Checking foreign-types-shared v0.3.1
15662024-06-06T20:22:46.917Z Compiling num_enum_derive v0.5.11
15672024-06-06T20:22:47.089Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15682024-06-06T20:22:47.148Z Checking cstr-argument v0.1.2
15692024-06-06T20:22:47.304Z Checking pretty-hex v0.2.1
15702024-06-06T20:22:47.350Z Checking foreign-types v0.5.0
15712024-06-06T20:22:47.453Z Checking tabwriter v1.4.0
15722024-06-06T20:22:47.478Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15732024-06-06T20:22:47.673Z Checking colored v2.1.0
15742024-06-06T20:22:47.758Z Checking socket2 v0.4.10
15752024-06-06T20:22:47.846Z Checking parse-display v0.9.0
15762024-06-06T20:22:47.961Z Checking smf v0.2.3
15772024-06-06T20:22:47.985Z Checking humantime v2.1.0
15782024-06-06T20:22:48.076Z Checking termcolor v1.4.1
15792024-06-06T20:22:48.180Z Checking arc-swap v1.7.1
15802024-06-06T20:22:48.277Z Checking newline-converter v0.3.0
15812024-06-06T20:22:48.407Z Checking xattr v1.3.1
15822024-06-06T20:22:48.432Z Checking expectorate v1.1.0
15832024-06-06T20:22:48.477Z Checking filetime v0.2.23
15842024-06-06T20:22:48.585Z Checking utf-8 v0.7.6
15852024-06-06T20:22:48.610Z Checking same-file v1.0.6
15862024-06-06T20:22:48.610Z Checking slog-scope v4.4.0
15872024-06-06T20:22:48.693Z Checking tar v0.4.40
15882024-06-06T20:22:48.804Z Checking tungstenite v0.20.1
15892024-06-06T20:22:48.828Z Checking walkdir v2.5.0
15902024-06-06T20:22:48.858Z Checking slog-stdlog v4.1.1
15912024-06-06T20:22:49.026Z Checking slog-envlogger v2.2.0
15922024-06-06T20:22:49.100Z Compiling heapless v0.8.0
15932024-06-06T20:22:49.251Z Checking termtree v0.4.1
15942024-06-06T20:22:49.279Z Checking hash32 v0.3.1
15952024-06-06T20:22:49.429Z Compiling smoltcp v0.11.0
15962024-06-06T20:22:49.454Z Checking num_enum v0.5.11
15972024-06-06T20:22:49.479Z Checking predicates-tree v1.0.9
15982024-06-06T20:22:49.479Z Compiling crucible-workspace-hack v0.1.0
15992024-06-06T20:22:49.601Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16002024-06-06T20:22:49.628Z Checking cobs v0.2.3
16012024-06-06T20:22:49.671Z Checking tokio-tungstenite v0.20.1
16022024-06-06T20:22:49.748Z Checking embedded-io v0.4.0
16032024-06-06T20:22:49.835Z Checking sigpipe v0.1.3
16042024-06-06T20:22:49.865Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
16052024-06-06T20:22:49.947Z Checking postcard v1.0.8
16062024-06-06T20:22:49.976Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
16072024-06-06T20:22:50.122Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
16082024-06-06T20:22:50.163Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
16092024-06-06T20:22:50.192Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16102024-06-06T20:22:50.222Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
16112024-06-06T20:22:50.399Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
16122024-06-06T20:22:50.547Z Checking pem v3.0.4
16132024-06-06T20:22:50.691Z Compiling num-derive v0.4.2
16142024-06-06T20:22:50.786Z Compiling mockall_derive v0.12.1
16152024-06-06T20:22:50.908Z Checking atty v0.2.14
16162024-06-06T20:22:51.010Z Checking fragile v2.0.0
16172024-06-06T20:22:51.336Z Checking downcast v0.11.0
16182024-06-06T20:22:51.518Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
16192024-06-06T20:22:51.543Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
16202024-06-06T20:22:51.728Z Compiling derive-where v1.2.7
16212024-06-06T20:22:51.888Z Checking env_logger v0.9.3
16222024-06-06T20:22:52.173Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16232024-06-06T20:22:52.282Z Compiling bitstruct_derive v0.1.0
16242024-06-06T20:22:52.481Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16252024-06-06T20:22:52.507Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16262024-06-06T20:22:52.607Z Checking ascii v1.1.0
16272024-06-06T20:22:52.725Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
16282024-06-06T20:22:52.963Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
16292024-06-06T20:22:53.127Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16302024-06-06T20:22:53.267Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16312024-06-06T20:22:53.388Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
16322024-06-06T20:22:53.464Z Checking bitstruct v0.1.1
16332024-06-06T20:22:53.489Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16342024-06-06T20:22:53.575Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16352024-06-06T20:22:53.736Z Checking serde_arrays v0.1.0
16362024-06-06T20:22:53.761Z Checking erased-serde v0.3.31
16372024-06-06T20:22:53.828Z Compiling heck v0.3.3
16382024-06-06T20:22:53.891Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
16392024-06-06T20:22:54.149Z Checking tungstenite v0.21.0
16402024-06-06T20:22:54.205Z Compiling zone_cfg_derive v0.1.2
16412024-06-06T20:22:54.585Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
16422024-06-06T20:22:54.687Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16432024-06-06T20:22:54.855Z Checking headers-core v0.2.0
16442024-06-06T20:22:54.897Z Checking base64 v0.13.1
16452024-06-06T20:22:55.020Z Checking headers v0.3.9
16462024-06-06T20:22:55.247Z Checking ron v0.7.1
16472024-06-06T20:22:55.488Z Checking zone v0.1.8
16482024-06-06T20:22:55.949Z Checking tokio-tungstenite v0.21.0
16492024-06-06T20:22:55.987Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
16502024-06-06T20:22:56.298Z Checking portpicker v0.1.1
16512024-06-06T20:22:56.325Z Checking rcgen v0.12.1
16522024-06-06T20:22:56.391Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
16532024-06-06T20:22:56.841Z Checking atomicwrites v0.4.3
16542024-06-06T20:22:56.870Z Checking subprocess v0.2.9
16552024-06-06T20:22:56.870Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16562024-06-06T20:22:56.870Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16572024-06-06T20:22:56.870Z Compiling convert_case v0.4.0
16582024-06-06T20:22:56.901Z Checking password-hash v0.5.0
16592024-06-06T20:22:56.928Z Checking blake2 v0.10.6
16602024-06-06T20:22:57.287Z Checking linked-hash-map v0.5.6
16612024-06-06T20:22:57.312Z Checking argon2 v0.5.3
16622024-06-06T20:22:57.504Z Checking swrite v0.1.0
16632024-06-06T20:22:57.535Z Compiling derive_more v0.99.17
16642024-06-06T20:22:57.561Z Checking lru-cache v0.1.2
16652024-06-06T20:22:57.598Z Checking mockall v0.12.1
16662024-06-06T20:22:57.636Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16672024-06-06T20:22:57.731Z Compiling rayon-core v1.12.1
16682024-06-06T20:22:57.807Z Checking resolv-conf v0.7.0
16692024-06-06T20:22:57.889Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16702024-06-06T20:22:57.965Z Checking half v2.4.1
16712024-06-06T20:22:58.020Z Checking ciborium-io v0.2.2
16722024-06-06T20:22:58.121Z Checking trust-dns-resolver v0.22.0
16732024-06-06T20:22:58.146Z Compiling cancel-safe-futures v0.1.5
16742024-06-06T20:22:58.206Z Compiling semver v0.1.20
16752024-06-06T20:22:58.259Z Compiling slog-dtrace v0.3.0
16762024-06-06T20:22:58.378Z Checking ciborium-ll v0.2.2
16772024-06-06T20:22:58.503Z Compiling rustc_version v0.1.7
16782024-06-06T20:22:58.642Z Checking ciborium v0.2.2
16792024-06-06T20:22:58.862Z Checking libsw v3.3.1
16802024-06-06T20:22:58.976Z Compiling newtype_derive v0.1.6
16812024-06-06T20:22:59.103Z Checking linear-map v1.2.0
16822024-06-06T20:22:59.240Z Checking owo-colors v4.0.0
16832024-06-06T20:22:59.390Z Compiling radium v0.7.0
16842024-06-06T20:22:59.416Z Checking steno v0.4.0
16852024-06-06T20:22:59.441Z Checking num-rational v0.4.2
16862024-06-06T20:22:59.517Z Checking num-complex v0.4.6
16872024-06-06T20:22:59.794Z Checking nibble_vec v0.1.0
16882024-06-06T20:22:59.955Z Checking tap v1.0.1
16892024-06-06T20:23:00.001Z Compiling maybe-uninit v2.0.0
16902024-06-06T20:23:00.102Z Checking endian-type v0.1.2
16912024-06-06T20:23:00.259Z Checking num v0.4.3
16922024-06-06T20:23:00.294Z Checking radix_trie v0.2.1
16932024-06-06T20:23:00.367Z Checking wyz v0.5.1
16942024-06-06T20:23:00.664Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16952024-06-06T20:23:00.689Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
16962024-06-06T20:23:00.714Z Checking fxhash v0.2.1
16972024-06-06T20:23:00.833Z Compiling bzip2-sys v0.1.11+1.0.8
16982024-06-06T20:23:00.880Z Checking crc-catalog v2.4.0
16992024-06-06T20:23:01.009Z Compiling num-bigint-dig v0.8.4
17002024-06-06T20:23:01.267Z Checking display-error-chain v0.2.0
17012024-06-06T20:23:01.293Z Checking funty v2.0.0
17022024-06-06T20:23:01.321Z Compiling packed_struct v0.10.1
17032024-06-06T20:23:01.720Z Checking crc v3.2.1
17042024-06-06T20:23:01.867Z Compiling packed_struct_codegen v0.10.1
17052024-06-06T20:23:02.086Z Compiling indexmap v1.9.3
17062024-06-06T20:23:02.116Z Checking bitvec v1.0.1
17072024-06-06T20:23:02.116Z Compiling home v0.5.9
17082024-06-06T20:23:02.330Z Checking nodrop v0.1.14
17092024-06-06T20:23:02.358Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17102024-06-06T20:23:02.849Z Checking array-init v0.0.4
17112024-06-06T20:23:02.876Z Checking smallvec v0.6.14
17122024-06-06T20:23:02.876Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17132024-06-06T20:23:03.058Z Checking pkcs1 v0.7.5
17142024-06-06T20:23:03.280Z Checking signature v2.2.0
17152024-06-06T20:23:03.386Z Checking bitfield v0.14.0
17162024-06-06T20:23:03.457Z Checking hashbrown v0.12.3
17172024-06-06T20:23:03.608Z Checking serde-hex v0.1.0
17182024-06-06T20:23:03.731Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17192024-06-06T20:23:04.372Z Checking bzip2 v0.4.4
17202024-06-06T20:23:04.459Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17212024-06-06T20:23:04.650Z Checking env_logger v0.10.2
17222024-06-06T20:23:05.089Z Checking rsa v0.9.6
17232024-06-06T20:23:05.115Z Checking x509-cert v0.2.5
17242024-06-06T20:23:05.115Z Checking ron v0.8.1
17252024-06-06T20:23:05.116Z Checking hashbrown v0.13.2
17262024-06-06T20:23:05.116Z Checking crc-any v2.5.0
17272024-06-06T20:23:05.373Z Checking zip v0.6.6
17282024-06-06T20:23:05.569Z Checking path-slash v0.1.5
17292024-06-06T20:23:05.687Z Compiling async-recursion v1.1.1
17302024-06-06T20:23:05.845Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17312024-06-06T20:23:05.922Z Checking object v0.30.4
17322024-06-06T20:23:05.976Z Checking maplit v1.0.2
17332024-06-06T20:23:06.058Z Compiling blake3 v1.5.1
17342024-06-06T20:23:06.084Z Compiling ring v0.16.20
17352024-06-06T20:23:06.109Z Compiling buf-list v1.0.3
17362024-06-06T20:23:06.897Z Checking gethostname v0.4.3
17372024-06-06T20:23:06.970Z Compiling parking_lot_core v0.8.6
17382024-06-06T20:23:07.018Z Compiling libefi-sys v0.1.0
17392024-06-06T20:23:07.043Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
17402024-06-06T20:23:07.180Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17412024-06-06T20:23:07.447Z Compiling crossbeam-deque v0.8.5
17422024-06-06T20:23:07.509Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17432024-06-06T20:23:07.629Z Checking keccak v0.1.5
17442024-06-06T20:23:07.732Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
17452024-06-06T20:23:07.860Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
17462024-06-06T20:23:07.911Z Checking sha3 v0.10.8
17472024-06-06T20:23:08.160Z Checking parking_lot v0.11.2
17482024-06-06T20:23:08.463Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17492024-06-06T20:23:08.673Z Checking trust-dns-client v0.22.0
17502024-06-06T20:23:08.786Z Checking toml v0.5.11
17512024-06-06T20:23:08.862Z Checking secrecy v0.8.0
17522024-06-06T20:23:09.050Z Compiling pin-project-internal v1.1.5
17532024-06-06T20:23:09.719Z Compiling rayon v1.10.0
17542024-06-06T20:23:09.749Z Checking sled v0.34.7
17552024-06-06T20:23:10.021Z Checking trust-dns-server v0.22.1
17562024-06-06T20:23:10.980Z Compiling memmap2 v0.9.4
17572024-06-06T20:23:11.006Z Compiling arrayvec v0.7.4
17582024-06-06T20:23:11.360Z Compiling constant_time_eq v0.3.0
17592024-06-06T20:23:11.452Z Compiling arrayref v0.3.7
17602024-06-06T20:23:11.520Z Compiling glob v0.3.1
17612024-06-06T20:23:11.563Z Compiling untrusted v0.7.1
17622024-06-06T20:23:11.783Z Checking pin-project v1.1.5
17632024-06-06T20:23:12.229Z Compiling toolchain_find v0.4.0
17642024-06-06T20:23:12.793Z Compiling vte_generate_state_changes v0.1.1
17652024-06-06T20:23:12.984Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
17662024-06-06T20:23:13.779Z Compiling topological-sort v0.2.2
17672024-06-06T20:23:13.805Z Checking vte v0.11.1
17682024-06-06T20:23:13.805Z Compiling rustfmt-wrapper v0.2.1
17692024-06-06T20:23:13.805Z Compiling omicron-zone-package v0.11.0
17702024-06-06T20:23:14.077Z Checking fd-lock v4.0.2
17712024-06-06T20:23:14.250Z Compiling prettyplease v0.2.20
17722024-06-06T20:23:14.375Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
17732024-06-06T20:23:14.517Z Checking strip-ansi-escapes v0.2.0
17742024-06-06T20:23:14.544Z Checking nu-ansi-term v0.50.0
17752024-06-06T20:23:14.592Z Compiling crunchy v0.2.2
17762024-06-06T20:23:14.646Z Compiling clang-sys v1.7.0
17772024-06-06T20:23:14.672Z Compiling snafu-derive v0.8.2
17782024-06-06T20:23:14.899Z Checking reedline v0.31.0
17792024-06-06T20:23:14.969Z Compiling tiny-keccak v2.0.2
17802024-06-06T20:23:15.154Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
17812024-06-06T20:23:15.256Z Checking globset v0.4.14
17822024-06-06T20:23:15.397Z Checking olpc-cjson v0.1.3
17832024-06-06T20:23:15.589Z Checking serde_plain v1.0.2
17842024-06-06T20:23:15.621Z Compiling memoffset v0.9.1
17852024-06-06T20:23:15.692Z Checking typed-path v0.7.1
17862024-06-06T20:23:15.811Z Compiling platforms v3.4.0
17872024-06-06T20:23:15.867Z Compiling ref-cast v1.0.23
17882024-06-06T20:23:16.388Z Compiling curve25519-dalek v4.1.2
17892024-06-06T20:23:16.904Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17902024-06-06T20:23:17.091Z Compiling ascii-canvas v3.0.0
17912024-06-06T20:23:17.155Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
17922024-06-06T20:23:17.333Z Compiling ref-cast-impl v1.0.23
17932024-06-06T20:23:17.396Z Compiling ena v0.14.3
17942024-06-06T20:23:17.476Z Compiling unicase v2.7.0
17952024-06-06T20:23:17.582Z Compiling libloading v0.8.3
17962024-06-06T20:23:17.715Z Compiling diff v0.1.13
17972024-06-06T20:23:17.742Z Checking parse-size v1.0.0
17982024-06-06T20:23:17.893Z Compiling regex-syntax v0.6.29
17992024-06-06T20:23:17.961Z Compiling bindgen v0.69.4
18002024-06-06T20:23:18.579Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18012024-06-06T20:23:18.909Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
18022024-06-06T20:23:19.565Z Compiling which v4.4.2
18032024-06-06T20:23:19.590Z Checking snafu v0.8.2
18042024-06-06T20:23:19.797Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18052024-06-06T20:23:20.001Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18062024-06-06T20:23:20.131Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18072024-06-06T20:23:21.866Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18082024-06-06T20:23:22.182Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18092024-06-06T20:23:22.918Z Checking tough v0.17.1
18102024-06-06T20:23:22.945Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18112024-06-06T20:23:23.402Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
18122024-06-06T20:23:23.489Z Compiling lalrpop v0.19.12
18132024-06-06T20:23:23.938Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18142024-06-06T20:23:24.588Z Checking universal-hash v0.5.1
18152024-06-06T20:23:24.752Z Compiling cexpr v0.6.0
18162024-06-06T20:23:25.211Z Compiling thiserror-impl-no-std v2.0.2
18172024-06-06T20:23:25.388Z Compiling curve25519-dalek-derive v0.1.1
18182024-06-06T20:23:26.325Z Checking nanorand v0.7.0
18192024-06-06T20:23:26.662Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
18202024-06-06T20:23:26.687Z Compiling cfg_aliases v0.1.1
18212024-06-06T20:23:26.789Z Checking signature v1.6.4
18222024-06-06T20:23:26.827Z Compiling rustc-hash v1.1.0
18232024-06-06T20:23:26.915Z Compiling lazycell v1.3.0
18242024-06-06T20:23:26.948Z Checking bytecount v0.6.8
18252024-06-06T20:23:26.978Z Compiling shlex v1.3.0
18262024-06-06T20:23:27.079Z Compiling salty v0.2.0
18272024-06-06T20:23:27.104Z Checking opaque-debug v0.3.1
18282024-06-06T20:23:27.195Z Checking poly1305 v0.8.0
18292024-06-06T20:23:27.538Z Checking papergrid v0.11.0
18302024-06-06T20:23:27.616Z Checking ed25519 v1.5.3
18312024-06-06T20:23:27.834Z Compiling nix v0.28.0
18322024-06-06T20:23:28.021Z Checking thiserror-no-std v2.0.2
18332024-06-06T20:23:28.128Z Checking flume v0.11.0
18342024-06-06T20:23:28.539Z Checking nix v0.27.1
18352024-06-06T20:23:28.764Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
18362024-06-06T20:23:28.999Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
18372024-06-06T20:23:29.254Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
18382024-06-06T20:23:29.334Z Compiling tabled_derive v0.7.0
18392024-06-06T20:23:29.479Z Compiling derive_builder_core v0.20.0
18402024-06-06T20:23:29.611Z Checking chacha20 v0.9.1
18412024-06-06T20:23:29.924Z Checking aead v0.5.2
18422024-06-06T20:23:30.032Z Checking serde-big-array v0.5.1
18432024-06-06T20:23:30.134Z Checking kstat-rs v0.2.3
18442024-06-06T20:23:30.230Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
18452024-06-06T20:23:30.428Z Compiling libxml v0.3.3
18462024-06-06T20:23:30.992Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
18472024-06-06T20:23:31.340Z Checking chacha20poly1305 v0.10.1
18482024-06-06T20:23:31.515Z Checking vsss-rs v3.3.4
18492024-06-06T20:23:31.581Z Checking tabled v0.15.0
18502024-06-06T20:23:31.728Z Compiling derive_builder_macro v0.20.0
18512024-06-06T20:23:32.714Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
18522024-06-06T20:23:33.641Z Checking signal-hook-tokio v0.3.1
18532024-06-06T20:23:33.672Z Checking serde-big-array v0.4.1
18542024-06-06T20:23:33.822Z Compiling strum_macros v0.24.3
18552024-06-06T20:23:33.847Z Compiling cookie v0.18.1
18562024-06-06T20:23:34.101Z Compiling indoc v1.0.9
18572024-06-06T20:23:34.359Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
18582024-06-06T20:23:34.429Z Compiling mime_guess v2.0.4
18592024-06-06T20:23:34.590Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
18602024-06-06T20:23:34.616Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18612024-06-06T20:23:34.970Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18622024-06-06T20:23:35.245Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18632024-06-06T20:23:35.547Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18642024-06-06T20:23:36.474Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
18652024-06-06T20:23:37.095Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18662024-06-06T20:23:37.120Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18672024-06-06T20:23:38.254Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
18682024-06-06T20:23:38.579Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
18692024-06-06T20:23:38.867Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18702024-06-06T20:23:40.202Z Checking derive_builder v0.20.0
18712024-06-06T20:23:40.625Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
18722024-06-06T20:23:40.778Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
18732024-06-06T20:23:41.012Z Compiling peg-macros v0.8.3
18742024-06-06T20:23:41.721Z Checking quick-xml v0.31.0
18752024-06-06T20:23:43.461Z Compiling oso-derive v0.27.3
18762024-06-06T20:23:43.994Z Compiling impl-trait-for-tuples v0.2.2
18772024-06-06T20:23:44.135Z Compiling sqlparser_derive v0.2.2
18782024-06-06T20:23:44.486Z Checking heck v0.4.1
18792024-06-06T20:23:44.592Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18802024-06-06T20:23:44.849Z Checking corncobs v0.1.3
18812024-06-06T20:23:45.042Z Checking unicode_categories v0.1.1
18822024-06-06T20:23:45.193Z Checking sqlparser v0.45.0
18832024-06-06T20:23:45.756Z Checking sqlformat v0.2.3
18842024-06-06T20:23:48.363Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
18852024-06-06T20:23:48.520Z Checking rustyline v14.0.0
18862024-06-06T20:23:48.707Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18872024-06-06T20:23:48.988Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18882024-06-06T20:23:49.396Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18892024-06-06T20:23:49.900Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
18902024-06-06T20:23:50.303Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
18912024-06-06T20:23:50.547Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
18922024-06-06T20:23:50.836Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18932024-06-06T20:23:53.047Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
18942024-06-06T20:23:53.112Z Checking peg v0.8.3
18952024-06-06T20:23:53.393Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
18962024-06-06T20:23:53.566Z Checking bcs v0.1.6
18972024-06-06T20:23:53.655Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
18982024-06-06T20:23:53.883Z Checking highway v1.1.0
18992024-06-06T20:23:54.233Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
19002024-06-06T20:23:54.454Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
19012024-06-06T20:23:54.512Z Compiling const_format_proc_macros v0.2.32
19022024-06-06T20:23:54.682Z Checking bb8 v0.8.3
19032024-06-06T20:23:54.864Z Checking http-range v0.1.5
19042024-06-06T20:23:55.011Z Checking hyper-staticfile v0.9.5
19052024-06-06T20:23:55.060Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
19062024-06-06T20:23:55.243Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
19072024-06-06T20:23:55.382Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19082024-06-06T20:23:55.858Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
19092024-06-06T20:23:56.426Z Checking const_format v0.2.32
19102024-06-06T20:23:56.812Z Checking assert_matches v1.5.0
19112024-06-06T20:23:56.874Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
19122024-06-06T20:23:56.906Z Compiling portable-atomic v1.6.0
19132024-06-06T20:23:56.931Z Checking rand_seeder v0.2.3
19142024-06-06T20:23:57.137Z Checking number_prefix v0.4.0
19152024-06-06T20:23:57.306Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
19162024-06-06T20:23:57.504Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
19172024-06-06T20:23:58.471Z Checking castaway v0.2.2
19182024-06-06T20:23:58.626Z Checking compact_str v0.7.1
19192024-06-06T20:23:58.684Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
19202024-06-06T20:23:58.711Z Checking indicatif v0.17.8
19212024-06-06T20:23:58.910Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
19222024-06-06T20:23:59.130Z Checking lru v0.12.3
19232024-06-06T20:23:59.247Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
19242024-06-06T20:23:59.272Z Compiling stability v0.2.0
19252024-06-06T20:23:59.310Z Compiling indoc v2.0.5
19262024-06-06T20:23:59.371Z Checking cassowary v0.3.0
19272024-06-06T20:23:59.788Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19282024-06-06T20:23:59.963Z Checking unicode-linebreak v0.1.5
19292024-06-06T20:24:00.135Z Checking smawk v0.3.2
19302024-06-06T20:24:00.232Z Checking ratatui v0.26.2
19312024-06-06T20:24:00.297Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19322024-06-06T20:24:00.324Z Checking textwrap v0.16.1
19332024-06-06T20:24:00.524Z Checking is_ci v1.2.0
19342024-06-06T20:24:00.654Z Checking supports-color v3.0.0
19352024-06-06T20:24:00.680Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
19362024-06-06T20:24:00.815Z Checking fatfs v0.3.6
19372024-06-06T20:24:01.096Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19382024-06-06T20:24:01.936Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
19392024-06-06T20:24:02.023Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
19402024-06-06T20:24:02.329Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
19412024-06-06T20:24:02.551Z Checking shell-words v1.1.0
19422024-06-06T20:24:02.697Z Checking rtoolbox v0.0.2
19432024-06-06T20:24:02.864Z Checking rpassword v7.3.1
19442024-06-06T20:24:02.902Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
19452024-06-06T20:24:02.990Z Checking tui-tree-widget v0.19.0
19462024-06-06T20:24:03.257Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
19472024-06-06T20:24:04.140Z Checking yansi v0.5.1
19482024-06-06T20:24:04.387Z Checking pretty_assertions v1.4.0
19492024-06-06T20:24:04.565Z Compiling target-lexicon v0.12.14
19502024-06-06T20:24:04.590Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
19512024-06-06T20:24:04.836Z Checking cargo-platform v0.1.8
19522024-06-06T20:24:05.090Z Compiling guppy-workspace-hack v0.1.0
19532024-06-06T20:24:05.293Z Compiling doc-comment v0.3.3
19542024-06-06T20:24:05.385Z Checking plotters-backend v0.3.5
19552024-06-06T20:24:05.684Z Checking plotters-svg v0.3.5
19562024-06-06T20:24:05.894Z Checking cargo_metadata v0.18.1
19572024-06-06T20:24:05.919Z Checking http-body v1.0.0
19582024-06-06T20:24:06.089Z Compiling target-spec v3.1.0
19592024-06-06T20:24:06.187Z Checking regex-automata v0.1.10
19602024-06-06T20:24:06.522Z Checking tower-layer v0.3.2
19612024-06-06T20:24:06.580Z Checking cast v0.3.0
19622024-06-06T20:24:06.743Z Compiling assert_cmd v2.0.14
19632024-06-06T20:24:06.844Z Checking criterion-plot v0.5.0
19642024-06-06T20:24:07.094Z Checking tower v0.4.13
19652024-06-06T20:24:07.197Z Checking bstr v0.2.17
19662024-06-06T20:24:07.252Z Checking cfg-expr v0.15.8
19672024-06-06T20:24:07.716Z Checking hyper v1.3.1
19682024-06-06T20:24:07.950Z Checking plotters v0.3.5
19692024-06-06T20:24:07.978Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
19702024-06-06T20:24:08.653Z Checking tinytemplate v1.2.1
19712024-06-06T20:24:08.688Z Checking csv-core v0.1.11
19722024-06-06T20:24:09.161Z Checking anes v0.1.6
19732024-06-06T20:24:09.206Z Checking oorandom v11.1.3
19742024-06-06T20:24:09.466Z Checking criterion v0.5.1
19752024-06-06T20:24:09.788Z Checking csv v1.3.0
19762024-06-06T20:24:10.152Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
19772024-06-06T20:24:10.488Z Checking hyper-util v0.1.3
19782024-06-06T20:24:10.520Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19792024-06-06T20:24:10.866Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
19802024-06-06T20:24:11.409Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
19812024-06-06T20:24:12.033Z Checking httptest v0.15.5
19822024-06-06T20:24:12.134Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
19832024-06-06T20:24:12.631Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
19842024-06-06T20:24:12.821Z Checking rustls-native-certs v0.7.0
19852024-06-06T20:24:12.956Z Checking pathdiff v0.2.1
19862024-06-06T20:24:13.098Z Checking nested v0.1.1
19872024-06-06T20:24:14.826Z Checking guppy v0.17.5
19882024-06-06T20:24:15.481Z Checking hyper-rustls v0.26.0
19892024-06-06T20:24:15.663Z Checking escape8259 v0.5.2
19902024-06-06T20:24:15.762Z Checking threadpool v1.8.1
19912024-06-06T20:24:15.813Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
19922024-06-06T20:24:15.933Z Checking libtest-mimic v0.7.3
19932024-06-06T20:24:16.315Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
19942024-06-06T20:24:16.526Z Checking similar-asserts v1.5.0
19952024-06-06T20:24:16.550Z Checking fancy-regex v0.13.0
19962024-06-06T20:24:16.723Z Compiling rstest_macros v0.19.0
19972024-06-06T20:24:17.175Z Checking datatest-stable v0.2.9
19982024-06-06T20:24:17.309Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
19992024-06-06T20:24:17.454Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
20002024-06-06T20:24:17.673Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
20012024-06-06T20:24:17.898Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
20022024-06-06T20:24:18.364Z Compiling relative-path v1.9.3
20032024-06-06T20:24:18.438Z Compiling trybuild v1.0.96
20042024-06-06T20:24:18.636Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20052024-06-06T20:24:18.924Z Checking blake2b_simd v1.0.2
20062024-06-06T20:24:19.669Z Checking multimap v0.10.0
20072024-06-06T20:24:19.947Z Checking futures-timer v3.0.3
20082024-06-06T20:24:20.217Z Checking rust-argon2 v2.1.0
20092024-06-06T20:24:22.746Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20102024-06-06T20:24:24.304Z Checking partial-io v0.5.4
20112024-06-06T20:24:24.588Z Checking approx v0.5.1
20122024-06-06T20:24:25.156Z Checking termios v0.3.3
20132024-06-06T20:24:25.156Z Checking uzers v0.11.3
20142024-06-06T20:24:25.221Z Checking hex-literal v0.4.1
20152024-06-06T20:24:26.845Z Checking rstest v0.19.0
20162024-06-06T20:24:27.615Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
20172024-06-06T20:24:29.353Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
20182024-06-06T20:24:41.590Z Compiling samael v0.0.15
20192024-06-06T20:24:41.801Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
20202024-06-06T20:25:06.337Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
20212024-06-06T20:25:07.842Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20222024-06-06T20:25:16.717Z Compiling polar-core v0.27.3
20232024-06-06T20:25:31.017Z Checking oso v0.27.3
20242024-06-06T20:26:03.627Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
20252024-06-06T20:26:03.627Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
20262024-06-06T20:26:03.627Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
20272024-06-06T20:27:33.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 25s
20282024-06-06T20:27:33.450Z
20292024-06-06T20:27:33.478Zreal 6:35.558131490
20302024-06-06T20:27:33.479Zuser 32:09.540444089
20312024-06-06T20:27:33.479Zsys 5:53.710917875
20322024-06-06T20:27:33.479Ztrap 0.912110286
20332024-06-06T20:27:33.479Ztflt 0.356264014
20342024-06-06T20:27:33.479Zdflt 0.583883795
20352024-06-06T20:27:33.479Zkflt 0.001364245
20362024-06-06T20:27:33.479Zlock 1:40:04.520765920
20372024-06-06T20:27:33.479Zslp 1:43:55.239644085
20382024-06-06T20:27:33.479Zlat 1:41.858595793
20392024-06-06T20:27:33.479Zstop 5:19.800319177
20402024-06-06T20:27:34.712Zwarning: output filename collision.
20412024-06-06T20:27:34.713ZThe 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)`.
20422024-06-06T20:27:34.713ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
20432024-06-06T20:27:34.713ZThe targets should have unique names.
20442024-06-06T20:27:34.713ZThis is a known bug where multiple crates with the same name use
20452024-06-06T20:27:34.713Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
20462024-06-06T20:27:34.713Zwarning: output filename collision.
20472024-06-06T20:27:34.713ZThe 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)`.
20482024-06-06T20:27:34.713ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
20492024-06-06T20:27:34.713ZThe targets should have unique names.
20502024-06-06T20:27:34.713ZThis is a known bug where multiple crates with the same name use
20512024-06-06T20:27:34.713Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
20522024-06-06T20:27:34.738Zwarning: output filename collision.
20532024-06-06T20:27:34.738ZThe 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)`.
20542024-06-06T20:27:34.738ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
20552024-06-06T20:27:34.738ZThe targets should have unique names.
20562024-06-06T20:27:34.738ZThis is a known bug where multiple crates with the same name use
20572024-06-06T20:27:34.738Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
20582024-06-06T20:27:34.739Zwarning: output filename collision.
20592024-06-06T20:27:34.739ZThe 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)`.
20602024-06-06T20:27:34.739ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
20612024-06-06T20:27:34.739ZThe targets should have unique names.
20622024-06-06T20:27:34.739ZThis is a known bug where multiple crates with the same name use
20632024-06-06T20:27:34.739Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
20642024-06-06T20:27:34.739Zwarning: output filename collision.
20652024-06-06T20:27:34.739ZThe 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)`.
20662024-06-06T20:27:34.739ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
20672024-06-06T20:27:34.739ZThe targets should have unique names.
20682024-06-06T20:27:34.739ZThis is a known bug where multiple crates with the same name use
20692024-06-06T20:27:34.739Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
20702024-06-06T20:27:34.739Zwarning: output filename collision.
20712024-06-06T20:27:34.739ZThe 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)`.
20722024-06-06T20:27:34.739ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
20732024-06-06T20:27:34.739ZThe targets should have unique names.
20742024-06-06T20:27:34.739ZThis is a known bug where multiple crates with the same name use
20752024-06-06T20:27:34.739Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
20762024-06-06T20:27:34.739Zwarning: output filename collision.
20772024-06-06T20:27:34.739ZThe 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)`.
20782024-06-06T20:27:34.739ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
20792024-06-06T20:27:34.739ZThe targets should have unique names.
20802024-06-06T20:27:34.740ZThis is a known bug where multiple crates with the same name use
20812024-06-06T20:27:34.740Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
20822024-06-06T20:27:34.740Zwarning: output filename collision.
20832024-06-06T20:27:34.740ZThe 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`.
20842024-06-06T20:27:34.740ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
20852024-06-06T20:27:34.740ZThe targets should have unique names.
20862024-06-06T20:27:34.740ZThis is a known bug where multiple crates with the same name use
20872024-06-06T20:27:34.740Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
20882024-06-06T20:27:35.385Z Documenting libc v0.2.155
20892024-06-06T20:27:35.410Z Documenting cfg-if v1.0.0
20902024-06-06T20:27:35.435Z Documenting serde_derive v1.0.203
20912024-06-06T20:27:35.463Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20922024-06-06T20:27:35.487Z Documenting log v0.4.21
20932024-06-06T20:27:35.512Z Documenting memchr v2.7.2
20942024-06-06T20:27:35.537Z Documenting itoa v1.0.11
20952024-06-06T20:27:35.538Z Documenting byteorder v1.5.0
20962024-06-06T20:27:35.722Z Documenting scopeguard v1.2.0
20972024-06-06T20:27:37.972Z Documenting smallvec v1.13.2
20982024-06-06T20:27:38.470Z Documenting pin-project-lite v0.2.14
20992024-06-06T20:27:39.370Z Documenting getrandom v0.2.14
21002024-06-06T20:27:39.395Z Documenting libm v0.2.8
21012024-06-06T20:27:39.419Z Documenting signal-hook-registry v1.4.2
21022024-06-06T20:27:39.498Z Documenting lock_api v0.4.12
21032024-06-06T20:27:39.809Z Documenting mio v0.8.11
21042024-06-06T20:27:40.894Z Documenting parking_lot_core v0.9.10
21052024-06-06T20:27:41.094Z Documenting once_cell v1.19.0
21062024-06-06T20:27:41.628Z Documenting serde v1.0.203
21072024-06-06T20:27:42.474Z Documenting num-traits v0.2.19
21082024-06-06T20:27:43.508Z Documenting rand_core v0.6.4
21092024-06-06T20:27:43.558Z Documenting thiserror-impl v1.0.60
21102024-06-06T20:27:43.598Z Documenting ryu v1.0.18
21112024-06-06T20:27:44.173Z Documenting zeroize_derive v1.4.2
21122024-06-06T20:27:44.987Z Documenting futures-core v0.3.30
21132024-06-06T20:27:45.075Z Documenting parking_lot v0.12.2
21142024-06-06T20:27:46.316Z Documenting socket2 v0.5.7
21152024-06-06T20:27:47.318Z Documenting num_cpus v1.16.0
21162024-06-06T20:27:47.707Z Documenting tokio-macros v2.2.0
21172024-06-06T20:27:48.724Z Documenting thiserror v1.0.60
21182024-06-06T20:27:49.003Z Documenting zeroize v1.7.0
21192024-06-06T20:27:49.028Z Documenting zerocopy v0.7.34
21202024-06-06T20:27:49.188Z Checking syn v1.0.109
21212024-06-06T20:27:50.578Z Documenting futures-sink v0.3.30
21222024-06-06T20:27:51.312Z Documenting typenum v1.17.0
21232024-06-06T20:27:53.226Z Documenting subtle v2.5.0
21242024-06-06T20:27:53.251Z Documenting iana-time-zone v0.1.60
21252024-06-06T20:27:53.276Z Documenting slab v0.4.9
21262024-06-06T20:27:54.095Z Documenting futures-macro v0.3.30
21272024-06-06T20:27:54.378Z Documenting futures-channel v0.3.30
21282024-06-06T20:28:01.025Z Documenting bytes v1.6.0
21292024-06-06T20:28:05.076Z Documenting bitflags v2.5.0
21302024-06-06T20:28:05.102Z Documenting serde_json v1.0.117
21312024-06-06T20:28:05.128Z Documenting chrono v0.4.38
21322024-06-06T20:28:05.179Z Documenting futures-task v0.3.30
21332024-06-06T20:28:05.205Z Documenting pin-utils v0.1.0
21342024-06-06T20:28:05.381Z Documenting tokio v1.37.0
21352024-06-06T20:28:05.417Z Documenting futures-io v0.3.30
21362024-06-06T20:28:06.309Z Documenting generic-array v0.14.7
21372024-06-06T20:28:09.219Z Documenting uuid v1.8.0
21382024-06-06T20:28:09.390Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21392024-06-06T20:28:09.561Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21402024-06-06T20:28:09.588Z Documenting ahash v0.8.11
21412024-06-06T20:28:09.999Z Documenting futures-util v0.3.30
21422024-06-06T20:28:10.219Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21432024-06-06T20:28:10.362Z Documenting allocator-api2 v0.2.18
21442024-06-06T20:28:10.592Z Documenting crypto-common v0.1.6
21452024-06-06T20:28:10.899Z Documenting const-oid v0.9.6
21462024-06-06T20:28:13.496Z Documenting tinyvec_macros v0.1.1
21472024-06-06T20:28:13.618Z Documenting serde_derive_internals v0.29.1
21482024-06-06T20:28:14.006Z Documenting hashbrown v0.14.5
21492024-06-06T20:28:14.997Z Checking serde_derive_internals v0.29.1
21502024-06-06T20:28:15.536Z Documenting dyn-clone v1.0.17
21512024-06-06T20:28:15.931Z Documenting ppv-lite86 v0.2.17
21522024-06-06T20:28:15.969Z Documenting tinyvec v1.6.0
21532024-06-06T20:28:16.253Z Documenting tracing-core v0.1.32
21542024-06-06T20:28:17.391Z Documenting tracing-attributes v0.1.27
21552024-06-06T20:28:18.446Z Documenting unicode-bidi v0.3.15
21562024-06-06T20:28:18.869Z Documenting lazy_static v1.4.0
21572024-06-06T20:28:19.113Z Documenting rand_chacha v0.3.1
21582024-06-06T20:28:19.215Z Documenting schemars_derive v0.8.20
21592024-06-06T20:28:19.404Z Documenting unicode-normalization v0.1.23
21602024-06-06T20:28:19.817Z Documenting percent-encoding v2.3.1
21612024-06-06T20:28:21.638Z Documenting block-buffer v0.10.4
21622024-06-06T20:28:22.751Z Documenting serde_tokenstream v0.2.0
21632024-06-06T20:28:23.025Z Documenting equivalent v1.0.1
21642024-06-06T20:28:23.593Z Documenting rand v0.8.5
21652024-06-06T20:28:23.834Z Documenting powerfmt v0.2.0
21662024-06-06T20:28:24.090Z Documenting form_urlencoded v1.2.1
21672024-06-06T20:28:26.233Z Documenting indexmap v2.2.6
21682024-06-06T20:28:26.271Z Documenting schemars v0.8.20
21692024-06-06T20:28:26.427Z Documenting digest v0.10.7
21702024-06-06T20:28:26.518Z Documenting deranged v0.3.11
21712024-06-06T20:28:27.788Z Documenting time-macros v0.2.18
21722024-06-06T20:28:28.036Z Documenting num_threads v0.1.7
21732024-06-06T20:28:28.114Z Documenting fnv v1.0.7
21742024-06-06T20:28:31.433Z Documenting time-core v0.1.2
21752024-06-06T20:28:32.129Z Documenting num-conv v0.1.0
21762024-06-06T20:28:32.930Z Documenting tracing v0.1.40
21772024-06-06T20:28:41.661Z Documenting unicode-width v0.1.12
21782024-06-06T20:28:41.712Z Documenting unicode-ident v1.0.12
21792024-06-06T20:28:41.928Z Documenting idna v0.5.0
21802024-06-06T20:28:41.976Z Documenting adler v1.0.2
21812024-06-06T20:28:42.004Z Documenting slog v2.7.0
21822024-06-06T20:28:42.030Z Documenting time v0.3.36
21832024-06-06T20:28:42.682Z Documenting httparse v1.8.0
21842024-06-06T20:28:44.445Z Documenting proc-macro2 v1.0.82
21852024-06-06T20:28:44.511Z Documenting cpufeatures v0.2.12
21862024-06-06T20:28:44.670Z Documenting miniz_oxide v0.7.2
21872024-06-06T20:28:46.251Z Documenting tokio-util v0.7.11
21882024-06-06T20:28:46.405Z Documenting url v2.5.0
21892024-06-06T20:28:46.876Z Documenting errno v0.3.9
21902024-06-06T20:28:47.534Z Documenting async-trait v0.1.80
21912024-06-06T20:28:47.773Z Documenting try-lock v0.2.5
21922024-06-06T20:28:48.261Z Documenting httpdate v1.0.3
21932024-06-06T20:28:48.934Z Documenting quote v1.0.36
21942024-06-06T20:28:50.668Z Documenting want v0.3.1
21952024-06-06T20:28:50.784Z Documenting http-body v0.4.6
21962024-06-06T20:28:50.912Z Documenting aho-corasick v1.1.3
21972024-06-06T20:28:51.322Z Documenting rustix v0.38.34
21982024-06-06T20:28:52.350Z Documenting openssl-sys v0.9.102
21992024-06-06T20:28:52.520Z Documenting h2 v0.3.26
22002024-06-06T20:28:52.730Z Documenting openssl-macros v0.1.1
22012024-06-06T20:28:53.228Z Documenting syn v2.0.64
22022024-06-06T20:28:54.774Z Documenting regex-syntax v0.8.3
22032024-06-06T20:28:55.439Z Documenting tower-service v0.3.2
22042024-06-06T20:28:55.764Z Documenting mime v0.3.17
22052024-06-06T20:28:57.319Z Documenting gimli v0.28.1
22062024-06-06T20:28:57.938Z Documenting object v0.32.2
22072024-06-06T20:28:58.054Z Documenting openssl v0.10.64
22082024-06-06T20:28:59.197Z Documenting openssl-probe v0.1.5
22092024-06-06T20:28:59.780Z Documenting ipnet v2.9.0
22102024-06-06T20:29:01.010Z Documenting regex-automata v0.4.6
22112024-06-06T20:29:02.193Z Documenting hyper v0.14.28
22122024-06-06T20:29:03.156Z Documenting addr2line v0.21.0
22132024-06-06T20:29:03.291Z Documenting rustc-demangle v0.1.24
22142024-06-06T20:29:03.959Z Documenting base64ct v1.6.0
22152024-06-06T20:29:06.116Z Documenting futures-executor v0.3.30
22162024-06-06T20:29:06.164Z Documenting native-tls v0.2.11
22172024-06-06T20:29:06.776Z Documenting encoding_rs v0.8.34
22182024-06-06T20:29:08.250Z Checking pest_meta v2.7.10
22192024-06-06T20:29:09.161Z Documenting psl-types v2.0.11
22202024-06-06T20:29:09.977Z Documenting serde_urlencoded v0.7.1
22212024-06-06T20:29:10.408Z Documenting backtrace v0.3.71
22222024-06-06T20:29:10.946Z Documenting semver v1.0.23
22232024-06-06T20:29:11.227Z Documenting pest_meta v2.7.10
22242024-06-06T20:29:11.735Z Documenting tokio-native-tls v0.3.1
22252024-06-06T20:29:11.975Z Documenting crossbeam-utils v0.8.19
22262024-06-06T20:29:12.308Z Documenting publicsuffix v2.2.3
22272024-06-06T20:29:14.460Z Documenting scroll_derive v0.12.0
22282024-06-06T20:29:14.797Z Documenting utf8parse v0.2.1
22292024-06-06T20:29:15.612Z Documenting hyper-rustls v0.24.2
22302024-06-06T20:29:15.684Z Documenting pest_generator v2.7.10
22312024-06-06T20:29:15.903Z Documenting anyhow v1.0.86
22322024-06-06T20:29:16.602Z Documenting cookie_store v0.20.0
22332024-06-06T20:29:16.821Z Documenting futures v0.3.30
22342024-06-06T20:29:16.939Z Documenting hyper-tls v0.5.0
22352024-06-06T20:29:17.676Z Documenting regex v1.10.4
22362024-06-06T20:29:19.430Z Documenting scroll v0.12.0
22372024-06-06T20:29:20.248Z Checking pest_generator v2.7.10
22382024-06-06T20:29:20.873Z Documenting pem-rfc7468 v0.7.0
22392024-06-06T20:29:20.898Z Documenting der_derive v0.7.2
22402024-06-06T20:29:21.997Z Documenting sync_wrapper v0.1.2
22412024-06-06T20:29:22.177Z Documenting webpki-roots v0.25.4
22422024-06-06T20:29:23.170Z Documenting flagset v0.4.5
22432024-06-06T20:29:23.721Z Documenting plain v0.2.3
22442024-06-06T20:29:23.979Z Documenting ucd-trie v0.1.6
22452024-06-06T20:29:24.280Z Documenting pest_derive v2.7.10
22462024-06-06T20:29:25.197Z Documenting num-integer v0.1.46
22472024-06-06T20:29:25.198Z Documenting pretty-hex v0.4.1
22482024-06-06T20:29:25.910Z Documenting openapiv3 v2.0.0
22492024-06-06T20:29:26.448Z Documenting reqwest v0.11.27
22502024-06-06T20:29:27.020Z Documenting der v0.7.9
22512024-06-06T20:29:27.020Z Documenting goblin v0.8.2
22522024-06-06T20:29:27.959Z Documenting thread-id v4.2.1
22532024-06-06T20:29:28.086Z Documenting pest v2.7.10
22542024-06-06T20:29:29.046Z Documenting usdt-attr-macro v0.5.0
22552024-06-06T20:29:29.444Z Documenting usdt-macro v0.5.0
22562024-06-06T20:29:31.991Z Documenting spki v0.7.3
22572024-06-06T20:29:32.325Z Documenting spin v0.9.8
22582024-06-06T20:29:32.953Z Documenting memmap v0.7.0
22592024-06-06T20:29:33.087Z Documenting dtrace-parser v0.2.0
22602024-06-06T20:29:34.290Z Documenting dof v0.3.0
22612024-06-06T20:29:35.340Z Documenting anstyle v1.0.7
22622024-06-06T20:29:35.901Z Documenting either v1.12.0
22632024-06-06T20:29:36.054Z Documenting pkcs8 v0.10.2
22642024-06-06T20:29:36.594Z Documenting anstyle-parse v0.2.4
22652024-06-06T20:29:36.938Z Documenting ipnetwork v0.20.0
22662024-06-06T20:29:37.090Z Documenting colorchoice v1.0.1
22672024-06-06T20:29:37.347Z Documenting data-encoding v2.6.0
22682024-06-06T20:29:39.523Z Documenting is_terminal_polyfill v1.70.0
22692024-06-06T20:29:39.593Z Documenting anstyle-query v1.0.3
22702024-06-06T20:29:39.687Z Documenting crossbeam-epoch v0.9.18
22712024-06-06T20:29:39.922Z Documenting terminal_size v0.3.0
22722024-06-06T20:29:39.960Z Documenting usdt-impl v0.5.0
22732024-06-06T20:29:40.283Z Documenting sha2 v0.10.8
22742024-06-06T20:29:41.481Z Documenting hex v0.4.3
22752024-06-06T20:29:42.276Z Documenting crc32fast v1.4.0
22762024-06-06T20:29:43.610Z Documenting strsim v0.11.1
22772024-06-06T20:29:43.702Z Documenting anstream v0.6.14
22782024-06-06T20:29:44.019Z Documenting untrusted v0.9.0
22792024-06-06T20:29:44.570Z Documenting clap_lex v0.7.0
22802024-06-06T20:29:45.222Z Documenting unicode-segmentation v1.11.0
22812024-06-06T20:29:46.102Z Documenting num-iter v0.1.45
22822024-06-06T20:29:46.212Z Documenting usdt v0.5.0
22832024-06-06T20:29:46.572Z Documenting hmac v0.12.1
22842024-06-06T20:29:46.903Z Documenting ring v0.17.8
22852024-06-06T20:29:47.601Z Documenting signal-hook v0.3.17
22862024-06-06T20:29:47.937Z Documenting clap_derive v4.5.4
22872024-06-06T20:29:48.327Z Documenting flate2 v1.0.30
22882024-06-06T20:29:48.413Z Documenting clap_builder v4.5.2
22892024-06-06T20:29:50.419Z Documenting static_assertions v1.1.0
22902024-06-06T20:29:51.458Z Documenting managed v0.8.0
22912024-06-06T20:29:52.616Z Documenting signal-hook-mio v0.2.3
22922024-06-06T20:29:52.663Z Documenting itertools v0.12.1
22932024-06-06T20:29:52.663Z Documenting enum-as-inner v0.5.1
22942024-06-06T20:29:52.947Z Documenting regress v0.9.1
22952024-06-06T20:29:53.386Z Documenting block-padding v0.3.3
22962024-06-06T20:29:53.414Z Documenting scheduled-thread-pool v0.2.7
22972024-06-06T20:29:54.643Z Documenting diesel_table_macro_syntax v0.1.0
22982024-06-06T20:29:54.889Z Documenting clap v4.5.4
22992024-06-06T20:29:56.646Z Checking diesel_table_macro_syntax v0.1.0
23002024-06-06T20:29:56.819Z Documenting finl_unicode v1.2.0
23012024-06-06T20:29:56.970Z Documenting trust-dns-proto v0.22.0
23022024-06-06T20:29:57.897Z Documenting r2d2 v0.8.10
23032024-06-06T20:29:58.115Z Documenting inout v0.1.3
23042024-06-06T20:29:59.062Z Documenting crossterm v0.27.0
23052024-06-06T20:29:59.152Z Documenting md-5 v0.10.6
23062024-06-06T20:29:59.422Z Documenting diesel_derives v2.1.4
23072024-06-06T20:30:00.302Z Documenting ff v0.13.0
23082024-06-06T20:30:01.137Z Documenting stringprep v0.1.4
23092024-06-06T20:30:02.343Z Documenting toml_datetime v0.6.6
23102024-06-06T20:30:02.609Z Documenting serde_spanned v0.6.6
23112024-06-06T20:30:04.074Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23122024-06-06T20:30:04.491Z Documenting winnow v0.6.8
23132024-06-06T20:30:04.941Z Documenting base16ct v0.2.0
23142024-06-06T20:30:05.432Z Documenting siphasher v0.3.11
23152024-06-06T20:30:05.606Z Documenting bit-vec v0.6.3
23162024-06-06T20:30:06.666Z Documenting heck v0.5.0
23172024-06-06T20:30:06.691Z Documenting fallible-iterator v0.2.0
23182024-06-06T20:30:07.066Z Checking unsafe-libyaml v0.2.11
23192024-06-06T20:30:07.928Z Documenting sec1 v0.7.3
23202024-06-06T20:30:08.063Z Documenting group v0.13.0
23212024-06-06T20:30:08.310Z Documenting phf_shared v0.11.2
23222024-06-06T20:30:08.501Z Documenting diesel v2.1.6
23232024-06-06T20:30:09.715Z Documenting cipher v0.4.4
23242024-06-06T20:30:09.821Z Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23252024-06-06T20:30:10.261Z Documenting toml_edit v0.22.13
23262024-06-06T20:30:11.483Z Documenting postgres-protocol v0.6.6
23272024-06-06T20:30:12.325Z Documenting hkdf v0.12.4
23282024-06-06T20:30:12.439Z Documenting num-bigint v0.4.5
23292024-06-06T20:30:23.932Z Documenting bstr v1.9.1
23302024-06-06T20:30:33.569Z Documenting console v0.15.8
23312024-06-06T20:30:33.594Z Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23322024-06-06T20:30:33.619Z Documenting crypto-bigint v0.5.5
23332024-06-06T20:30:33.819Z Documenting hubpack v0.1.2
23342024-06-06T20:30:33.911Z Documenting serde_repr v0.1.19
23352024-06-06T20:30:34.569Z Documenting unsafe-libyaml v0.2.11
23362024-06-06T20:30:34.702Z Documenting fixedbitset v0.4.2
23372024-06-06T20:30:36.091Z Documenting precomputed-hash v0.1.1
23382024-06-06T20:30:38.085Z Documenting minimal-lexical v0.2.1
23392024-06-06T20:30:38.160Z Documenting lalrpop-util v0.19.12
23402024-06-06T20:30:38.345Z Documenting new_debug_unreachable v1.0.6
23412024-06-06T20:30:38.559Z Documenting serde_yaml v0.9.34+deprecated
23422024-06-06T20:30:38.785Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
23432024-06-06T20:30:40.289Z Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23442024-06-06T20:30:50.848Z Documenting petgraph v0.6.5
23452024-06-06T20:30:50.920Z Documenting string_cache v0.8.7
23462024-06-06T20:30:51.067Z Documenting nom v7.1.3
23472024-06-06T20:30:51.256Z Documenting yasna v0.5.2
23482024-06-06T20:30:51.794Z Documenting postgres-types v0.2.6
23492024-06-06T20:30:51.844Z Documenting phf v0.11.2
23502024-06-06T20:30:51.953Z Checking serde_yaml v0.9.34+deprecated
23512024-06-06T20:30:52.128Z Documenting elliptic-curve v0.13.8
23522024-06-06T20:30:53.646Z Documenting similar v2.5.0
23532024-06-06T20:30:55.591Z Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23542024-06-06T20:30:56.139Z Documenting getopts v0.2.21
23552024-06-06T20:30:56.549Z Documenting float-cmp v0.9.0
23562024-06-06T20:30:57.503Z Documenting whoami v1.5.1
23572024-06-06T20:30:58.136Z Documenting predicates-core v1.0.6
23582024-06-06T20:30:58.472Z Documenting peg-runtime v0.8.3
23592024-06-06T20:30:58.599Z Documenting difflib v0.4.0
23602024-06-06T20:31:09.634Z Documenting normalize-line-endings v0.3.0
23612024-06-06T20:31:09.796Z Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23622024-06-06T20:31:10.016Z Documenting tokio-postgres v0.7.10
23632024-06-06T20:31:10.163Z Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23642024-06-06T20:31:10.300Z Documenting bit-set v0.5.3
23652024-06-06T20:31:10.460Z Documenting fs-err v2.11.0
23662024-06-06T20:31:10.707Z Documenting tokio-stream v0.1.15
23672024-06-06T20:31:10.746Z Checking ident_case v1.0.1
23682024-06-06T20:31:10.901Z Checking darling_core v0.20.9
23692024-06-06T20:31:12.672Z Documenting is-terminal v0.4.12
23702024-06-06T20:31:13.860Z Documenting predicates v3.1.0
23712024-06-06T20:31:14.715Z Documenting strum v0.26.2
23722024-06-06T20:31:15.879Z Documenting base64 v0.22.1
23732024-06-06T20:31:16.166Z Documenting ident_case v1.0.1
23742024-06-06T20:31:16.944Z Documenting camino v1.1.7
23752024-06-06T20:31:17.304Z Documenting dirs-sys-next v0.1.2
23762024-06-06T20:31:18.091Z Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23772024-06-06T20:31:18.569Z Checking darling v0.20.9
23782024-06-06T20:31:18.680Z Documenting sha1 v0.10.6
23792024-06-06T20:31:18.885Z Documenting http v1.1.0
23802024-06-06T20:31:19.382Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23812024-06-06T20:31:20.074Z Documenting thread_local v1.1.8
23822024-06-06T20:31:20.207Z Documenting darling_core v0.20.9
23832024-06-06T20:31:21.808Z Documenting dirs-next v2.0.0
23842024-06-06T20:31:21.832Z Documenting paste v1.0.15
23852024-06-06T20:31:23.527Z Documenting rustls-pki-types v1.7.0
23862024-06-06T20:31:23.607Z Documenting crossbeam-channel v0.5.12
23872024-06-06T20:31:24.252Z Documenting take_mut v0.2.2
23882024-06-06T20:31:24.411Z Documenting slog-json v2.6.1
23892024-06-06T20:31:26.005Z Documenting term v0.7.0
23902024-06-06T20:31:26.177Z Documenting async-stream-impl v0.3.5
23912024-06-06T20:31:27.885Z Documenting rustls-webpki v0.102.4
23922024-06-06T20:31:28.161Z Documenting debug-ignore v1.0.5
23932024-06-06T20:31:28.488Z Documenting slog-async v2.8.0
23942024-06-06T20:31:28.630Z Documenting darling_macro v0.20.9
23952024-06-06T20:31:29.170Z Documenting atomic-waker v1.1.2
23962024-06-06T20:31:29.376Z Documenting slog-bunyan v2.5.0
23972024-06-06T20:31:30.253Z Documenting slog-term v2.9.1
23982024-06-06T20:31:30.915Z Documenting rustls-pemfile v2.1.2
23992024-06-06T20:31:31.096Z Documenting async-stream v0.3.5
24002024-06-06T20:31:31.918Z Documenting waitgroup v0.1.2
24012024-06-06T20:31:32.607Z Documenting rustls v0.22.4
24022024-06-06T20:31:32.652Z Documenting multer v3.1.0
24032024-06-06T20:31:33.284Z Documenting darling v0.20.9
24042024-06-06T20:31:34.268Z Documenting toml v0.8.13
24052024-06-06T20:31:35.142Z Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
24062024-06-06T20:31:35.301Z Documenting serde_path_to_error v0.1.16
24072024-06-06T20:31:35.410Z Documenting hostname v0.4.0
24082024-06-06T20:31:35.949Z Documenting structmeta-derive v0.3.0
24092024-06-06T20:31:37.453Z Documenting newtype-uuid v1.1.0
24102024-06-06T20:31:38.593Z Documenting serde_with_macros v3.8.1
24112024-06-06T20:31:39.957Z Checking structmeta v0.3.0
24122024-06-06T20:31:39.990Z Documenting instant v0.1.12
24132024-06-06T20:31:40.025Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24142024-06-06T20:31:40.400Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
24152024-06-06T20:31:40.431Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24162024-06-06T20:31:41.341Z Documenting structmeta v0.3.0
24172024-06-06T20:31:41.779Z Documenting tokio-rustls v0.25.0
24182024-06-06T20:31:42.966Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24192024-06-06T20:31:44.047Z Documenting serde_with v3.8.1
24202024-06-06T20:31:44.191Z Documenting backoff v0.4.0
24212024-06-06T20:31:44.792Z Documenting oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
24222024-06-06T20:31:44.856Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24232024-06-06T20:31:46.093Z Documenting parse-display-derive v0.9.0
24242024-06-06T20:31:47.433Z Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
24252024-06-06T20:31:48.424Z Documenting macaddr v1.0.1
24262024-06-06T20:31:49.001Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24272024-06-06T20:31:49.208Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24282024-06-06T20:31:50.089Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24292024-06-06T20:31:50.305Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24302024-06-06T20:31:51.111Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24312024-06-06T20:31:51.521Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24322024-06-06T20:31:51.830Z Documenting fastrand v2.1.0
24332024-06-06T20:31:52.202Z Documenting parse-display v0.9.0
24342024-06-06T20:31:52.618Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24352024-06-06T20:31:52.870Z Documenting proc-macro-crate v1.3.1
24362024-06-06T20:31:52.895Z Checking proc-macro-crate v1.3.1
24372024-06-06T20:31:53.044Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24382024-06-06T20:31:53.131Z Documenting foreign-types-macros v0.2.3
24392024-06-06T20:31:53.341Z Documenting foreign-types-shared v0.3.1
24402024-06-06T20:31:53.701Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24412024-06-06T20:31:55.794Z Documenting tempfile v3.10.1
24422024-06-06T20:31:56.048Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24432024-06-06T20:31:56.587Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24442024-06-06T20:31:57.610Z Documenting cstr-argument v0.1.2
24452024-06-06T20:31:57.912Z Documenting num_enum_derive v0.5.11
24462024-06-06T20:31:58.049Z Documenting foreign-types v0.5.0
24472024-06-06T20:31:59.460Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24482024-06-06T20:32:00.059Z Documenting tabwriter v1.4.0
24492024-06-06T20:32:00.092Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24502024-06-06T20:32:00.315Z Documenting camino-tempfile v1.1.1
24512024-06-06T20:32:01.310Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24522024-06-06T20:32:01.747Z Documenting colored v2.1.0
24532024-06-06T20:32:02.043Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24542024-06-06T20:32:04.166Z Documenting hash32 v0.3.1
24552024-06-06T20:32:04.341Z Documenting num_enum v0.5.11
24562024-06-06T20:32:05.193Z Documenting stable_deref_trait v1.2.0
24572024-06-06T20:32:05.449Z Documenting smf v0.2.3
24582024-06-06T20:32:05.724Z Documenting cobs v0.2.3
24592024-06-06T20:32:06.001Z Documenting embedded-io v0.4.0
24602024-06-06T20:32:07.884Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24612024-06-06T20:32:08.209Z Documenting heapless v0.8.0
24622024-06-06T20:32:08.355Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24632024-06-06T20:32:08.484Z Documenting derive-where v1.2.7
24642024-06-06T20:32:08.991Z Documenting postcard v1.0.8
24652024-06-06T20:32:09.478Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24662024-06-06T20:32:09.618Z Documenting crucible-workspace-hack v0.1.0
24672024-06-06T20:32:10.525Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24682024-06-06T20:32:12.312Z Documenting newline-converter v0.3.0
24692024-06-06T20:32:12.962Z Documenting smoltcp v0.11.0
24702024-06-06T20:32:13.228Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24712024-06-06T20:32:13.615Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
24722024-06-06T20:32:13.694Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
24732024-06-06T20:32:14.267Z Documenting sigpipe v0.1.3
24742024-06-06T20:32:15.198Z Documenting num-derive v0.4.2
24752024-06-06T20:32:15.875Z Documenting convert_case v0.4.0
24762024-06-06T20:32:16.426Z Checking convert_case v0.4.0
24772024-06-06T20:32:16.557Z Documenting expectorate v1.1.0
24782024-06-06T20:32:16.645Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
24792024-06-06T20:32:18.399Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
24802024-06-06T20:32:18.744Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24812024-06-06T20:32:19.174Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24822024-06-06T20:32:19.645Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24832024-06-06T20:32:19.959Z Documenting derive_more v0.99.17
24842024-06-06T20:32:20.260Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
24852024-06-06T20:32:20.779Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24862024-06-06T20:32:21.706Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24872024-06-06T20:32:22.685Z Documenting password-hash v0.5.0
24882024-06-06T20:32:23.006Z Documenting blake2 v0.10.6
24892024-06-06T20:32:23.778Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24902024-06-06T20:32:25.229Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24912024-06-06T20:32:25.614Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24922024-06-06T20:32:25.851Z Documenting humantime v2.1.0
24932024-06-06T20:32:25.935Z Documenting linked-hash-map v0.5.6
24942024-06-06T20:32:26.266Z Documenting newtype_derive v0.1.6
24952024-06-06T20:32:27.130Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24962024-06-06T20:32:27.998Z Documenting argon2 v0.5.3
24972024-06-06T20:32:29.998Z Documenting lru-cache v0.1.2
24982024-06-06T20:32:30.163Z Documenting swrite v0.1.0
24992024-06-06T20:32:30.239Z Documenting steno v0.4.0
25002024-06-06T20:32:30.884Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25012024-06-06T20:32:31.801Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
25022024-06-06T20:32:31.988Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25032024-06-06T20:32:32.209Z Documenting quick-error v1.2.3
25042024-06-06T20:32:33.043Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25052024-06-06T20:32:33.336Z Documenting arc-swap v1.7.1
25062024-06-06T20:32:34.087Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25072024-06-06T20:32:34.191Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25082024-06-06T20:32:34.540Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25092024-06-06T20:32:34.852Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25102024-06-06T20:32:36.275Z Documenting resolv-conf v0.7.0
25112024-06-06T20:32:37.746Z Documenting slog-scope v4.4.0
25122024-06-06T20:32:37.934Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
25132024-06-06T20:32:38.524Z Documenting xattr v1.3.1
25142024-06-06T20:32:38.689Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
25152024-06-06T20:32:38.714Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25162024-06-06T20:32:39.096Z Documenting filetime v0.2.23
25172024-06-06T20:32:39.307Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25182024-06-06T20:32:39.565Z Documenting num-rational v0.4.2
25192024-06-06T20:32:40.770Z Documenting trust-dns-resolver v0.22.0
25202024-06-06T20:32:42.367Z Documenting slog-stdlog v4.1.1
25212024-06-06T20:32:42.794Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
25222024-06-06T20:32:43.445Z Documenting num-complex v0.4.6
25232024-06-06T20:32:43.567Z Documenting tar v0.4.40
25242024-06-06T20:32:44.044Z Documenting tap v1.0.1
25252024-06-06T20:32:45.230Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25262024-06-06T20:32:46.667Z Documenting slog-envlogger v2.2.0
25272024-06-06T20:32:46.914Z Documenting wyz v0.5.1
25282024-06-06T20:32:48.001Z Documenting num v0.4.3
25292024-06-06T20:32:48.396Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25302024-06-06T20:32:49.164Z Documenting radium v0.7.0
25312024-06-06T20:32:49.491Z Documenting nibble_vec v0.1.0
25322024-06-06T20:32:49.821Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25332024-06-06T20:32:51.900Z Documenting display-error-chain v0.2.0
25342024-06-06T20:32:52.167Z Documenting funty v2.0.0
25352024-06-06T20:32:53.481Z Documenting crc-catalog v2.4.0
25362024-06-06T20:32:53.698Z Documenting same-file v1.0.6
25372024-06-06T20:32:54.661Z Documenting endian-type v0.1.2
25382024-06-06T20:32:55.339Z Documenting bitvec v1.0.1
25392024-06-06T20:32:55.921Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25402024-06-06T20:32:56.256Z Documenting crc v3.2.1
25412024-06-06T20:32:57.777Z Documenting walkdir v2.5.0
25422024-06-06T20:32:58.701Z Documenting radix_trie v0.2.1
25432024-06-06T20:32:59.134Z Documenting slog-dtrace v0.3.0
25442024-06-06T20:33:00.080Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25452024-06-06T20:33:00.550Z Documenting cancel-safe-futures v0.1.5
25462024-06-06T20:33:02.038Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25472024-06-06T20:33:02.293Z Documenting packed_struct_codegen v0.10.1
25482024-06-06T20:33:02.703Zwarning: unresolved link to `Blueprints`
25492024-06-06T20:33:02.703Z --> nexus/types/src/deployment/blueprint_diff.rs:5:33
25502024-06-06T20:33:02.703Z |
25512024-06-06T20:33:02.703Z5 | //! Types helpful for diffing [`Blueprints`].
25522024-06-06T20:33:02.703Z | ^^^^^^^^^^ no item named `Blueprints` in scope
25532024-06-06T20:33:02.703Z |
25542024-06-06T20:33:02.703Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
25552024-06-06T20:33:02.704Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
25562024-06-06T20:33:02.704Z
25572024-06-06T20:33:02.704Zwarning: unresolved link to `Blueprints`
25582024-06-06T20:33:02.704Z --> nexus/types/src/deployment/blueprint_display.rs:5:35
25592024-06-06T20:33:02.704Z |
25602024-06-06T20:33:02.704Z5 | //! Types helpful for rendering [`Blueprints`].
25612024-06-06T20:33:02.704Z | ^^^^^^^^^^ no item named `Blueprints` in scope
25622024-06-06T20:33:02.704Z |
25632024-06-06T20:33:02.704Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
25642024-06-06T20:33:02.704Z
25652024-06-06T20:33:02.729Zwarning: unresolved link to `BpSledTable`
25662024-06-06T20:33:02.729Z --> nexus/types/src/deployment/blueprint_display.rs:179:49
25672024-06-06T20:33:02.729Z |
25682024-06-06T20:33:02.729Z179 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s.
25692024-06-06T20:33:02.729Z | ^^^^^^^^^^^ no item named `BpSledTable` in scope
25702024-06-06T20:33:02.729Z |
25712024-06-06T20:33:02.729Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
25722024-06-06T20:33:02.729Z
25732024-06-06T20:33:03.128Z Documenting nodrop v0.1.14
25742024-06-06T20:33:04.803Zwarning: `nexus-types` (lib doc) generated 3 warnings
25752024-06-06T20:33:04.833Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25762024-06-06T20:33:05.866Z Documenting bzip2-sys v0.1.11+1.0.8
25772024-06-06T20:33:06.142Z Documenting num-bigint-dig v0.8.4
25782024-06-06T20:33:06.174Z Documenting array-init v0.0.4
25792024-06-06T20:33:06.353Z Documenting pem v3.0.4
25802024-06-06T20:33:07.429Z Documenting packed_struct v0.10.1
25812024-06-06T20:33:09.301Z Documenting pkcs1 v0.7.5
25822024-06-06T20:33:10.102Z Documenting signature v2.2.0
25832024-06-06T20:33:10.402Z Documenting bitfield v0.14.0
25842024-06-06T20:33:12.058Z Documenting maplit v1.0.2
25852024-06-06T20:33:12.364Z Documenting termcolor v1.4.1
25862024-06-06T20:33:13.170Z Documenting bzip2 v0.4.4
25872024-06-06T20:33:13.662Z Documenting serde-hex v0.1.0
25882024-06-06T20:33:14.336Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25892024-06-06T20:33:15.008Z Documenting rsa v0.9.6
25902024-06-06T20:33:16.021Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25912024-06-06T20:33:16.326Z Documenting x509-cert v0.2.5
25922024-06-06T20:33:16.467Z Documenting lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
25932024-06-06T20:33:16.614Z Documenting env_logger v0.10.2
25942024-06-06T20:33:17.504Z Documenting libsw v3.3.1
25952024-06-06T20:33:18.337Z Documenting ron v0.8.1
25962024-06-06T20:33:19.394Z Documenting half v2.4.1
25972024-06-06T20:33:20.996Z Documenting headers-core v0.2.0
25982024-06-06T20:33:21.476Z Documenting owo-colors v4.0.0
25992024-06-06T20:33:22.142Z Documenting linear-map v1.2.0
26002024-06-06T20:33:22.449Z Documenting crc-any v2.5.0
26012024-06-06T20:33:22.637Z Documenting ciborium-io v0.2.2
26022024-06-06T20:33:23.266Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26032024-06-06T20:33:23.937Z Documenting zip v0.6.6
26042024-06-06T20:33:25.483Z Documenting lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
26052024-06-06T20:33:25.814Z Documenting headers v0.3.9
26062024-06-06T20:33:25.999Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26072024-06-06T20:33:26.495Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26082024-06-06T20:33:26.725Z Documenting ciborium-ll v0.2.2
26092024-06-06T20:33:27.404Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26102024-06-06T20:33:28.667Z Documenting async-recursion v1.1.1
26112024-06-06T20:33:30.953Z Documenting path-slash v0.1.5
26122024-06-06T20:33:31.907Z Documenting ciborium v0.2.2
26132024-06-06T20:33:33.390Z Documenting fxhash v0.2.1
26142024-06-06T20:33:34.066Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26152024-06-06T20:33:34.289Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26162024-06-06T20:33:34.941Z Documenting hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
26172024-06-06T20:33:36.137Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26182024-06-06T20:33:36.814Z Documenting buf-list v1.0.3
26192024-06-06T20:33:37.449Z Documenting derive_builder_core v0.20.0
26202024-06-06T20:33:41.616Z Checking derive_builder_core v0.20.0
26212024-06-06T20:33:41.819Z Documenting pin-project-internal v1.1.5
26222024-06-06T20:33:42.371Z Documenting ref-cast-impl v1.0.23
26232024-06-06T20:33:43.543Z Documenting vte_generate_state_changes v0.1.1
26242024-06-06T20:33:45.809Z Documenting derive_builder_macro v0.20.0
26252024-06-06T20:33:46.276Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26262024-06-06T20:33:46.980Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26272024-06-06T20:33:47.146Z Documenting pin-project v1.1.5
26282024-06-06T20:33:47.267Z Documenting ref-cast v1.0.23
26292024-06-06T20:33:47.714Z Documenting vte v0.11.1
26302024-06-06T20:33:49.894Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26312024-06-06T20:33:50.040Z Documenting crossbeam-deque v0.8.5
26322024-06-06T20:33:50.644Z Documenting snafu-derive v0.8.2
26332024-06-06T20:33:51.951Z Documenting fd-lock v4.0.2
26342024-06-06T20:33:52.157Z Documenting bitstruct_derive v0.1.0
26352024-06-06T20:33:54.071Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26362024-06-06T20:33:54.188Z Documenting ascii v1.1.0
26372024-06-06T20:33:54.528Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26382024-06-06T20:33:56.734Z Documenting rayon-core v1.12.1
26392024-06-06T20:33:57.263Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
26402024-06-06T20:33:57.414Z Documenting bitstruct v0.1.1
26412024-06-06T20:33:57.779Z Documenting snafu v0.8.2
26422024-06-06T20:33:58.231Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26432024-06-06T20:33:59.181Z Documenting strip-ansi-escapes v0.2.0
26442024-06-06T20:33:59.412Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26452024-06-06T20:34:00.141Z Documenting derive_builder v0.20.0
26462024-06-06T20:34:01.174Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26472024-06-06T20:34:02.116Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26482024-06-06T20:34:02.400Z Documenting polar-core v0.27.3
26492024-06-06T20:34:02.724Z Documenting libxml v0.3.3
26502024-06-06T20:34:02.749Z Documenting proc-macro-error-attr v1.0.4
26512024-06-06T20:34:03.109Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26522024-06-06T20:34:06.985Z Documenting globset v0.4.14
26532024-06-06T20:34:07.551Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26542024-06-06T20:34:08.026Z Documenting olpc-cjson v0.1.3
26552024-06-06T20:34:09.584Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26562024-06-06T20:34:10.527Z Documenting quick-xml v0.31.0
26572024-06-06T20:34:11.190Z Documenting serde_plain v1.0.2
26582024-06-06T20:34:11.259Z Documenting serde_arrays v0.1.0
26592024-06-06T20:34:12.359Z Documenting erased-serde v0.3.31
26602024-06-06T20:34:12.928Z Documenting oso-derive v0.27.3
26612024-06-06T20:34:13.106Z Documenting impl-trait-for-tuples v0.2.2
26622024-06-06T20:34:15.682Z Documenting nu-ansi-term v0.50.0
26632024-06-06T20:34:15.896Z Documenting typed-path v0.7.1
26642024-06-06T20:34:16.422Z Checking unicode-xid v0.2.4
26652024-06-06T20:34:16.580Z Documenting unicode-xid v0.2.4
26662024-06-06T20:34:17.591Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
26672024-06-06T20:34:17.710Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26682024-06-06T20:34:17.879Z Documenting samael v0.0.15
26692024-06-06T20:34:18.610Z Documenting oso v0.27.3
26702024-06-06T20:34:19.314Z Documenting const_format_proc_macros v0.2.32
26712024-06-06T20:34:19.916Z Documenting reedline v0.31.0
26722024-06-06T20:34:20.831Z Documenting proc-macro-error v1.0.4
26732024-06-06T20:34:21.319Z Documenting tough v0.17.1
26742024-06-06T20:34:24.040Z Documenting rayon v1.10.0
26752024-06-06T20:34:24.427Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26762024-06-06T20:34:25.658Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26772024-06-06T20:34:27.016Z Documenting libefi-sys v0.1.0
26782024-06-06T20:34:28.637Z Documenting trust-dns-client v0.22.0
26792024-06-06T20:34:31.389Z Documenting cookie v0.18.1
26802024-06-06T20:34:31.787Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
26812024-06-06T20:34:32.223Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26822024-06-06T20:34:32.763Z Checking proc-macro-error v1.0.4
26832024-06-06T20:34:33.031Z Documenting bb8 v0.8.3
26842024-06-06T20:34:33.548Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
26852024-06-06T20:34:33.683Z Documenting bytecount v0.6.8
26862024-06-06T20:34:35.129Z Documenting utf-8 v0.7.6
26872024-06-06T20:34:36.024Z Documenting parse-size v1.0.0
26882024-06-06T20:34:36.193Z Documenting keccak v0.1.5
26892024-06-06T20:34:36.652Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26902024-06-06T20:34:36.715Z Documenting papergrid v0.11.0
26912024-06-06T20:34:37.820Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
26922024-06-06T20:34:38.595Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
26932024-06-06T20:34:38.952Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26942024-06-06T20:34:39.112Z Documenting sha3 v0.10.8
26952024-06-06T20:34:39.345Z Documenting tungstenite v0.21.0
26962024-06-06T20:34:40.992Z Documenting trust-dns-server v0.22.1
26972024-06-06T20:34:41.598Z Documenting tabled_derive v0.7.0
26982024-06-06T20:34:42.247Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26992024-06-06T20:34:44.337Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27002024-06-06T20:34:45.860Z Documenting const_format v0.2.32
27012024-06-06T20:34:46.498Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27022024-06-06T20:34:46.645Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27032024-06-06T20:34:47.525Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27042024-06-06T20:34:47.675Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27052024-06-06T20:34:47.721Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27062024-06-06T20:34:48.253Z Documenting sled v0.34.7
27072024-06-06T20:34:48.980Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27082024-06-06T20:34:49.070Z Documenting nix v0.28.0
27092024-06-06T20:34:49.096Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
27102024-06-06T20:34:49.310Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27112024-06-06T20:34:49.575Z Documenting secrecy v0.8.0
27122024-06-06T20:34:49.801Z Documenting gethostname v0.4.3
27132024-06-06T20:34:52.978Z Documenting peg-macros v0.8.3
27142024-06-06T20:34:53.729Z Documenting rustversion v1.0.17
27152024-06-06T20:34:54.283Z Documenting sqlparser_derive v0.2.2
27162024-06-06T20:34:54.452Z Documenting home v0.5.9
27172024-06-06T20:34:55.080Z Documenting unicode_categories v0.1.1
27182024-06-06T20:34:57.888Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27192024-06-06T20:34:58.067Z Documenting peg v0.8.3
27202024-06-06T20:34:58.331Z Documenting castaway v0.2.2
27212024-06-06T20:34:58.702Z Documenting rustyline v14.0.0
27222024-06-06T20:34:59.291Z Documenting sqlparser v0.45.0
27232024-06-06T20:34:59.442Z Documenting sqlformat v0.2.3
27242024-06-06T20:35:02.223Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27252024-06-06T20:35:02.415Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27262024-06-06T20:35:02.491Z Documenting tabled v0.15.0
27272024-06-06T20:35:03.959Z Documenting tokio-tungstenite v0.21.0
27282024-06-06T20:35:04.552Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27292024-06-06T20:35:08.089Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27302024-06-06T20:35:09.340Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27312024-06-06T20:35:09.491Z Documenting zone v0.1.8
27322024-06-06T20:35:10.419Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
27332024-06-06T20:35:10.456Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
27342024-06-06T20:35:11.181Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27352024-06-06T20:35:13.154Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27362024-06-06T20:35:14.098Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27372024-06-06T20:35:14.341Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27382024-06-06T20:35:14.592Z Documenting portpicker v0.1.1
27392024-06-06T20:35:16.902Z Documenting universal-hash v0.5.1
27402024-06-06T20:35:17.100Z Documenting bcs v0.1.6
27412024-06-06T20:35:19.133Z Documenting thiserror-impl-no-std v2.0.2
27422024-06-06T20:35:21.150Z Documenting kstat-rs v0.2.3
27432024-06-06T20:35:21.897Z Documenting curve25519-dalek-derive v0.1.1
27442024-06-06T20:35:26.181Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27452024-06-06T20:35:34.054Z Documenting highway v1.1.0
27462024-06-06T20:35:34.144Z Documenting opaque-debug v0.3.1
27472024-06-06T20:35:34.254Z Documenting thiserror-no-std v2.0.2
27482024-06-06T20:35:34.698Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27492024-06-06T20:35:34.781Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
27502024-06-06T20:35:35.187Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27512024-06-06T20:35:35.230Z Documenting curve25519-dalek v4.1.2
27522024-06-06T20:35:37.105Z Documenting poly1305 v0.8.0
27532024-06-06T20:35:37.334Z Documenting compact_str v0.7.1
27542024-06-06T20:35:38.406Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27552024-06-06T20:35:41.000Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27562024-06-06T20:35:41.756Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27572024-06-06T20:35:41.939Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27582024-06-06T20:35:42.751Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27592024-06-06T20:35:42.873Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27602024-06-06T20:35:43.728Z Documenting portable-atomic v1.6.0
27612024-06-06T20:35:47.410Z Documenting ed25519 v1.5.3
27622024-06-06T20:35:47.860Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27632024-06-06T20:35:48.399Z Documenting unicase v2.7.0
27642024-06-06T20:35:50.403Z Documenting rcgen v0.12.1
27652024-06-06T20:35:51.605Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)
27662024-06-06T20:35:53.061Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27672024-06-06T20:35:54.181Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27682024-06-06T20:35:54.529Zwarning: could not parse code block as Rust code
27692024-06-06T20:35:54.529Z --> oximeter/db/src/oxql/ast/grammar.rs:246:9
27702024-06-06T20:35:54.529Z |
27712024-06-06T20:35:54.529Z246 | / /// Parse a string literal, either single- or double-quoted.
27722024-06-06T20:35:54.529Z247 | | ///
27732024-06-06T20:35:54.529Z248 | | /// Parsing string literals is pretty tricky, but we add several
27742024-06-06T20:35:54.529Z249 | | /// constraints to simplify things. First strings must be quoted, either
27752024-06-06T20:35:54.529Z... |
27762024-06-06T20:35:54.529Z277 | | ///
27772024-06-06T20:35:54.529Z278 | | /// Will be parsed as `this string has " in it`.
27782024-06-06T20:35:54.529Z | |________________________________________________________^
27792024-06-06T20:35:54.529Z |
27802024-06-06T20:35:54.529Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
27812024-06-06T20:35:54.529Z = note: error from rustc: unknown start of token: \
27822024-06-06T20:35:54.529Z = note: error from rustc: unknown start of token: \
27832024-06-06T20:35:54.530Z = note: error from rustc: unknown start of token: \
27842024-06-06T20:35:54.530Z = note: error from rustc: unknown start of token: \
27852024-06-06T20:35:54.530Z = note: error from rustc: unknown start of token: \
27862024-06-06T20:35:54.530Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
27872024-06-06T20:35:54.530Z
27882024-06-06T20:35:54.749Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
27892024-06-06T20:35:55.361Z Documenting atomicwrites v0.4.3
27902024-06-06T20:35:55.973Zwarning: `oximeter-db` (lib doc) generated 1 warning
27912024-06-06T20:35:55.998Z Documenting chacha20 v0.9.1
27922024-06-06T20:35:57.432Z Documenting lru v0.12.3
27932024-06-06T20:35:59.125Z Documenting aead v0.5.2
27942024-06-06T20:36:00.083Z Documenting rand_seeder v0.2.3
27952024-06-06T20:36:00.806Z Documenting nanorand v0.7.0
27962024-06-06T20:36:02.462Z Documenting subprocess v0.2.9
27972024-06-06T20:36:14.295Z Documenting stability v0.2.0
27982024-06-06T20:36:14.565Z Documenting cassowary v0.3.0
27992024-06-06T20:36:14.938Z Documenting glob v0.3.1
28002024-06-06T20:36:15.008Z Documenting number_prefix v0.4.0
28012024-06-06T20:36:15.474Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28022024-06-06T20:36:15.552Z Documenting chacha20poly1305 v0.10.1
28032024-06-06T20:36:16.078Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28042024-06-06T20:36:17.494Zwarning: unresolved link to `crate::db::lookup::LookupPath`
28052024-06-06T20:36:17.494Z --> nexus/auth/src/authz/api_resources.rs:8:12
28062024-06-06T20:36:17.494Z |
28072024-06-06T20:36:17.494Z8 | //! (see [`crate::db::lookup::LookupPath`]) and get back a so-called `authz`
28082024-06-06T20:36:17.494Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `db` in module `nexus_auth`
28092024-06-06T20:36:17.494Z |
28102024-06-06T20:36:17.494Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
28112024-06-06T20:36:17.494Z
28122024-06-06T20:36:18.975Zwarning: `nexus-auth` (lib doc) generated 1 warning
28132024-06-06T20:36:19.001Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28142024-06-06T20:36:19.095Z Documenting flume v0.11.0
28152024-06-06T20:36:19.376Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28162024-06-06T20:36:19.604Z Documenting ratatui v0.26.2
28172024-06-06T20:36:19.829Z Documenting indicatif v0.17.8
28182024-06-06T20:36:31.477Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28192024-06-06T20:36:31.837Z Documenting mime_guess v2.0.4
28202024-06-06T20:36:32.083Z Documenting salty v0.2.0
28212024-06-06T20:36:32.508Z Documenting vsss-rs v3.3.4
28222024-06-06T20:36:32.593Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28232024-06-06T20:36:33.518Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28242024-06-06T20:36:33.868Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
28252024-06-06T20:36:35.326Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28262024-06-06T20:36:36.124Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28272024-06-06T20:36:36.301Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28282024-06-06T20:36:36.496Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28292024-06-06T20:36:36.771Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28302024-06-06T20:36:37.017Z Documenting serde-big-array v0.5.1
28312024-06-06T20:36:37.129Z Documenting memmap2 v0.9.4
28322024-06-06T20:36:38.300Z Documenting rtoolbox v0.0.2
28332024-06-06T20:36:39.698Z Documenting http-range v0.1.5
28342024-06-06T20:36:40.285Z Documenting arrayvec v0.7.4
28352024-06-06T20:36:41.300Z Documenting shell-words v1.1.0
28362024-06-06T20:36:41.590Z Documenting smawk v0.3.2
28372024-06-06T20:36:42.615Z Documenting is_ci v1.2.0
28382024-06-06T20:36:43.273Z Documenting unicode-linebreak v0.1.5
28392024-06-06T20:36:43.822Z Documenting arrayref v0.3.7
28402024-06-06T20:36:45.302Z Documenting constant_time_eq v0.3.0
28412024-06-06T20:36:45.642Z Documenting hyper-staticfile v0.9.5
28422024-06-06T20:36:46.310Z Documenting textwrap v0.16.1
28432024-06-06T20:36:46.559Z Documenting rpassword v7.3.1
28442024-06-06T20:36:46.757Z Documenting supports-color v3.0.0
28452024-06-06T20:36:48.071Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
28462024-06-06T20:36:48.095Z Documenting blake3 v1.5.1
28472024-06-06T20:36:50.420Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28482024-06-06T20:36:50.779Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
28492024-06-06T20:36:50.973Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28502024-06-06T20:36:51.634Z Documenting tui-tree-widget v0.19.0
28512024-06-06T20:36:52.726Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28522024-06-06T20:36:55.361Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28532024-06-06T20:36:55.476Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28542024-06-06T20:36:57.159Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28552024-06-06T20:36:57.183Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28562024-06-06T20:36:57.274Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28572024-06-06T20:36:57.672Z Documenting signal-hook-tokio v0.3.1
28582024-06-06T20:36:57.888Z Documenting csv-core v0.1.11
28592024-06-06T20:36:59.255Z Documenting topological-sort v0.2.2
28602024-06-06T20:37:01.151Z Documenting corncobs v0.1.3
28612024-06-06T20:37:02.009Z Documenting csv v1.3.0
28622024-06-06T20:37:02.559Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28632024-06-06T20:37:03.301Z Documenting omicron-zone-package v0.11.0
28642024-06-06T20:37:04.071Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
28652024-06-06T20:37:05.799Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28662024-06-06T20:37:06.165Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28672024-06-06T20:37:06.630Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28682024-06-06T20:37:08.157Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28692024-06-06T20:37:12.828Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28702024-06-06T20:37:15.289Zwarning: unresolved link to `test_sled_transitions`
28712024-06-06T20:37:15.289Z --> nexus/db-queries/src/db/datastore/sled.rs:698:11
28722024-06-06T20:37:15.289Z |
28732024-06-06T20:37:15.289Z698 | /// [`test_sled_transitions`].
28742024-06-06T20:37:15.289Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
28752024-06-06T20:37:15.289Z |
28762024-06-06T20:37:15.289Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
28772024-06-06T20:37:15.289Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
28782024-06-06T20:37:15.290Z
28792024-06-06T20:37:15.290Zwarning: unresolved link to `test_sled_transitions`
28802024-06-06T20:37:15.290Z --> nexus/db-queries/src/db/datastore/sled.rs:734:11
28812024-06-06T20:37:15.290Z |
28822024-06-06T20:37:15.290Z734 | /// [`test_sled_transitions`].
28832024-06-06T20:37:15.290Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
28842024-06-06T20:37:15.290Z |
28852024-06-06T20:37:15.290Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
28862024-06-06T20:37:15.290Z
28872024-06-06T20:37:15.315Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
28882024-06-06T20:37:15.315Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
28892024-06-06T20:37:15.315Z |
28902024-06-06T20:37:15.315Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
28912024-06-06T20:37:15.315Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
28922024-06-06T20:37:15.315Z
28932024-06-06T20:37:19.178Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28942024-06-06T20:37:19.905Zwarning: unresolved link to `BlueprintDisksConfig`
28952024-06-06T20:37:19.905Z --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1013:55
28962024-06-06T20:37:19.905Z |
28972024-06-06T20:37:19.905Z1013 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`]
28982024-06-06T20:37:19.905Z | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope
28992024-06-06T20:37:19.905Z |
29002024-06-06T20:37:19.905Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29012024-06-06T20:37:19.905Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29022024-06-06T20:37:19.905Z
29032024-06-06T20:37:20.841Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29042024-06-06T20:37:20.867Zwarning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning
29052024-06-06T20:37:20.891Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
29062024-06-06T20:37:21.596Z Documenting fatfs v0.3.6
29072024-06-06T20:37:26.828Z Documenting cargo-platform v0.1.8
29082024-06-06T20:37:26.962Z Documenting assert_matches v1.5.0
29092024-06-06T20:37:29.072Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29102024-06-06T20:37:29.603Zwarning: unclosed HTML tag `usize`
29112024-06-06T20:37:29.603Z --> wicket/src/ui/panes/update.rs:153:19
29122024-06-06T20:37:29.604Z |
29132024-06-06T20:37:29.604Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
29142024-06-06T20:37:29.604Z | ^^^^^^^
29152024-06-06T20:37:29.604Z |
29162024-06-06T20:37:29.604Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
29172024-06-06T20:37:29.604Z
29182024-06-06T20:37:29.827Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29192024-06-06T20:37:31.037Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
29202024-06-06T20:37:31.062Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29212024-06-06T20:37:31.062Zwarning: `wicket` (lib doc) generated 1 warning
29222024-06-06T20:37:31.062Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29232024-06-06T20:37:31.423Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29242024-06-06T20:37:32.078Z Documenting cargo_metadata v0.18.1
29252024-06-06T20:37:35.862Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29262024-06-06T20:37:37.947Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
29272024-06-06T20:37:37.947Z --> sled-agent/src/sim/instance.rs:45:7
29282024-06-06T20:37:37.947Z |
29292024-06-06T20:37:37.947Z45 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
29302024-06-06T20:37:37.947Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
29312024-06-06T20:37:37.947Z |
29322024-06-06T20:37:37.947Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29332024-06-06T20:37:37.947Z
29342024-06-06T20:37:41.033Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
29352024-06-06T20:37:41.058Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29362024-06-06T20:37:41.970Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29372024-06-06T20:37:43.900Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
29382024-06-06T20:37:44.577Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
29392024-06-06T20:37:46.970Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
29402024-06-06T20:37:47.683Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
29412024-06-06T20:37:50.372Z Documenting uzers v0.11.3
29422024-06-06T20:37:51.947Z Documenting termios v0.3.3
29432024-06-06T20:37:54.665Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29442024-06-06T20:37:56.279Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29452024-06-06T20:37:57.578Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29462024-06-06T20:38:02.331Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29472024-06-06T20:38:02.523Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29482024-06-06T20:38:03.333Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29492024-06-06T20:38:12.731Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29502024-06-06T20:38:25.620Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29512024-06-06T20:38:26.034Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29522024-06-06T20:38:34.479Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29532024-06-06T20:38:39.553Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
29542024-06-06T20:38:41.154Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
29552024-06-06T20:38:41.729Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29562024-06-06T20:38:42.175Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29572024-06-06T20:38:46.174Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29582024-06-06T20:39:22.613Zwarning: unresolved link to `Nexus`
29592024-06-06T20:39:22.613Z --> nexus/src/app/instance_network.rs:241:34
29602024-06-06T20:39:22.613Z |
29612024-06-06T20:39:22.613Z241 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
29622024-06-06T20:39:22.613Z | ^^^^^ no item named `Nexus` in scope
29632024-06-06T20:39:22.613Z |
29642024-06-06T20:39:22.613Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29652024-06-06T20:39:22.613Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29662024-06-06T20:39:22.613Z
29672024-06-06T20:39:22.613Zwarning: unresolved link to `Nexus`
29682024-06-06T20:39:22.613Z --> nexus/src/app/instance_network.rs:419:34
29692024-06-06T20:39:22.613Z |
29702024-06-06T20:39:22.613Z419 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
29712024-06-06T20:39:22.614Z | ^^^^^ no item named `Nexus` in scope
29722024-06-06T20:39:22.614Z |
29732024-06-06T20:39:22.614Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29742024-06-06T20:39:22.614Z
29752024-06-06T20:39:22.639Zwarning: unresolved link to `VolumeConstructionRequest`
29762024-06-06T20:39:22.639Z --> nexus/src/app/sagas/volume_delete.rs:335:7
29772024-06-06T20:39:22.639Z |
29782024-06-06T20:39:22.639Z335 | /// [`VolumeConstructionRequest`] is shown here):
29792024-06-06T20:39:22.639Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
29802024-06-06T20:39:22.639Z |
29812024-06-06T20:39:22.639Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29822024-06-06T20:39:22.639Z
29832024-06-06T20:39:22.639Zwarning: unresolved link to `fd00:1122:3344:101::5`
29842024-06-06T20:39:22.639Z --> nexus/src/app/sagas/volume_delete.rs:345:17
29852024-06-06T20:39:22.639Z |
29862024-06-06T20:39:22.639Z345 | /// "[fd00:1122:3344:101::5]:1000",
29872024-06-06T20:39:22.639Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
29882024-06-06T20:39:22.639Z
29892024-06-06T20:39:22.639Zwarning: unresolved link to `fd00:1122:3344:102::9`
29902024-06-06T20:39:22.640Z --> nexus/src/app/sagas/volume_delete.rs:346:17
29912024-06-06T20:39:22.640Z |
29922024-06-06T20:39:22.640Z346 | /// "[fd00:1122:3344:102::9]:1000",
29932024-06-06T20:39:22.640Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
29942024-06-06T20:39:22.640Z
29952024-06-06T20:39:22.640Zwarning: unresolved link to `fd00:1122:3344:103::2`
29962024-06-06T20:39:22.640Z --> nexus/src/app/sagas/volume_delete.rs:347:17
29972024-06-06T20:39:22.640Z |
29982024-06-06T20:39:22.640Z347 | /// "[fd00:1122:3344:103::2]:1000"
29992024-06-06T20:39:22.640Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
30002024-06-06T20:39:22.640Z
30012024-06-06T20:39:22.640Zwarning: unresolved link to `fd00:1122:3344:101::5`
30022024-06-06T20:39:22.640Z --> nexus/src/app/sagas/volume_delete.rs:366:17
30032024-06-06T20:39:22.640Z |
30042024-06-06T20:39:22.640Z366 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
30052024-06-06T20:39:22.640Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
30062024-06-06T20:39:22.640Z
30072024-06-06T20:39:22.640Zwarning: unresolved link to `fd00:1122:3344:102::9`
30082024-06-06T20:39:22.640Z --> nexus/src/app/sagas/volume_delete.rs:367:17
30092024-06-06T20:39:22.640Z |
30102024-06-06T20:39:22.640Z367 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
30112024-06-06T20:39:22.640Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
30122024-06-06T20:39:22.640Z
30132024-06-06T20:39:22.641Zwarning: unresolved link to `fd00:1122:3344:103::2`
30142024-06-06T20:39:22.641Z --> nexus/src/app/sagas/volume_delete.rs:368:17
30152024-06-06T20:39:22.641Z |
30162024-06-06T20:39:22.641Z368 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
30172024-06-06T20:39:22.641Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
30182024-06-06T20:39:22.641Z
30192024-06-06T20:39:26.585Zwarning: `omicron-nexus` (lib doc) generated 9 warnings
30202024-06-06T20:39:46.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12m 12s
30212024-06-06T20:39:46.243Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html and 84 other files
30222024-06-06T20:39:46.306Z
30232024-06-06T20:39:46.306Zreal 12:12.859861989
30242024-06-06T20:39:46.306Zuser 33:28.361510012
30252024-06-06T20:39:46.306Zsys 47:59.546739371
30262024-06-06T20:39:46.306Ztrap 0.892352138
30272024-06-06T20:39:46.306Ztflt 0.125821589
30282024-06-06T20:39:46.306Zdflt 1.102754403
30292024-06-06T20:39:46.306Zkflt 0.001258514
30302024-06-06T20:39:46.306Zlock 3:28:12.458334773
30312024-06-06T20:39:46.306Zslp 3:18:16.925022932
30322024-06-06T20:39:46.331Zlat 4:29.608457773
30332024-06-06T20:39:46.331Zstop 2:45.057562509
30342024-06-06T20:39:46.331Zprocess exited: duration 1294676 ms, exit code 0
 
30352024-06-06T20:39:46.380Zfound 0 output files