01J0VPC4JYETVD7PQC4R4KAYWQ: clippy (helios)

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

Buildomat Job: 01J0VPCJ1J30Z4HPC3VJ96GWKW

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-06-20T20:47:11.000Zjob assigned to worker 01J0VPCTP3FKQ14DC36DS3KVMB (queued for 1 m 2 s)
 
22024-06-20T20:47:18.642Zstarting task 0: "setup"
32024-06-20T20:47:18.700Z++ uname -s
42024-06-20T20:47:18.703Z+ kern=SunOS
52024-06-20T20:47:18.703Z+ case "$kern" in
62024-06-20T20:47:18.703Z+ groupadd -g 12345 build
72024-06-20T20:47:18.706Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-06-20T20:47:20.716Z+ zfs create -o mountpoint=/work rpool/work
92024-06-20T20:47:20.834Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-06-20T20:47:20.837Z+ home_fs=zfs
112024-06-20T20:47:20.837Z+ [[ zfs == autofs ]]
122024-06-20T20:47:20.837Z+ mkdir -p /home/build
132024-06-20T20:47:20.840Z+ chown build:build /home/build /work
142024-06-20T20:47:22.840Z+ chmod 0700 /home/build /work
152024-06-20T20:47:22.843Zprocess exited: duration 4200 ms, exit code 0
 
162024-06-20T20:47:22.848Zstarting task 1: "rust-toolchain"
172024-06-20T20:47:22.854Z+ printf ' * toolchain channel = "%s"
182024-06-20T20:47:22.854Z' 1.78.0
192024-06-20T20:47:22.854Z * toolchain channel = "1.78.0"
202024-06-20T20:47:22.854Z+ printf ' * toolchain profile = "%s"
212024-06-20T20:47:22.854Z' default
222024-06-20T20:47:22.854Z * toolchain profile = "default"
232024-06-20T20:47:22.859Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-06-20T20:47:22.859Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-06-20T20:47:22.979Zinfo: downloading installer
262024-06-20T20:47:24.205Zinfo: profile set to 'default'
272024-06-20T20:47:24.205Zinfo: default host triple is x86_64-unknown-illumos
282024-06-20T20:47:24.208Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-06-20T20:47:24.349Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-06-20T20:47:24.349Zinfo: downloading component 'cargo'
312024-06-20T20:47:25.164Zinfo: downloading component 'clippy'
322024-06-20T20:47:25.435Zinfo: downloading component 'rust-docs'
332024-06-20T20:47:26.509Zinfo: downloading component 'rust-std'
342024-06-20T20:47:28.233Zinfo: downloading component 'rustc'
352024-06-20T20:47:32.608Zinfo: downloading component 'rustfmt'
362024-06-20T20:47:32.843Zinfo: installing component 'cargo'
372024-06-20T20:47:33.690Zinfo: installing component 'clippy'
382024-06-20T20:47:34.054Zinfo: installing component 'rust-docs'
392024-06-20T20:47:35.603Zinfo: installing component 'rust-std'
402024-06-20T20:47:37.380Zinfo: installing component 'rustc'
412024-06-20T20:47:41.570Zinfo: installing component 'rustfmt'
422024-06-20T20:47:41.902Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-06-20T20:47:41.902Z
442024-06-20T20:47:42.161Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-06-20T20:47:42.161Z
462024-06-20T20:47:42.164Z
472024-06-20T20:47:42.164ZRust is installed now. Great!
482024-06-20T20:47:42.164Z
492024-06-20T20:47:42.164ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-06-20T20:47:42.164Zenvironment variable. This has not been done automatically.
512024-06-20T20:47:42.164Z
522024-06-20T20:47:42.164ZTo configure your current shell, you need to source
532024-06-20T20:47:42.164Zthe corresponding env file under $HOME/.cargo.
542024-06-20T20:47:42.164Z
552024-06-20T20:47:42.164ZThis is usually done by running one of the following (note the leading DOT):
562024-06-20T20:47:42.164Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-06-20T20:47:42.164Zsource "$HOME/.cargo/env.fish" # For fish
582024-06-20T20:47:42.229Z+ rustc --version
592024-06-20T20:47:42.291Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-06-20T20:47:42.294Zprocess exited: duration 19444 ms, exit code 0
 
612024-06-20T20:47:42.300Zstarting task 2: "authentication"
622024-06-20T20:47:42.322Zprocess exited: duration 22 ms, exit code 0
 
632024-06-20T20:47:42.328Zstarting task 3: "clone repository"
642024-06-20T20:47:42.333Z+ mkdir -p /work/oxidecomputer/omicron
652024-06-20T20:47:42.336Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-06-20T20:47:42.483ZCloning into '/work/oxidecomputer/omicron'...
672024-06-20T20:47:47.368Z+ cd /work/oxidecomputer/omicron
682024-06-20T20:47:47.368Z+ git fetch origin 88e6c18915c287f4c703517fb2e21983ec2950db
692024-06-20T20:47:47.709ZFrom https://github.com/oxidecomputer/omicron
702024-06-20T20:47:47.709Z * branch 88e6c18915c287f4c703517fb2e21983ec2950db -> FETCH_HEAD
712024-06-20T20:47:47.717Z+ [[ -n stage0 ]]
722024-06-20T20:47:47.720Z++ git branch --show-current
732024-06-20T20:47:47.723Z+ current=main
742024-06-20T20:47:47.723Z+ [[ main != stage0 ]]
752024-06-20T20:47:47.723Z+ git branch -f stage0 88e6c18915c287f4c703517fb2e21983ec2950db
762024-06-20T20:47:47.726Z+ git checkout -f stage0
772024-06-20T20:47:47.860ZSwitched to branch 'stage0'
782024-06-20T20:47:47.862Z+ git reset --hard 88e6c18915c287f4c703517fb2e21983ec2950db
792024-06-20T20:47:47.879ZHEAD is now at 88e6c1891 Support updating the RoT bootloader (stage0)
802024-06-20T20:47:47.882Zprocess exited: duration 5551 ms, exit code 0
 
812024-06-20T20:47:47.887Zstarting task 4: "build"
822024-06-20T20:47:47.892Z+ cargo --version
832024-06-20T20:47:47.946Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-06-20T20:47:47.949Z+ rustc --version
852024-06-20T20:47:48.000Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-06-20T20:47:48.005Z+ source ./env.sh
872024-06-20T20:47:48.005Z++ set -o xtrace
882024-06-20T20:47:48.005Z++++ dirname ./env.sh
892024-06-20T20:47:48.009Z+++ readlink -f .
902024-06-20T20:47:48.026Z++ OMICRON_WS=/work/oxidecomputer/omicron
912024-06-20T20:47:48.030Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
922024-06-20T20:47:48.031Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-06-20T20:47:48.031Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-06-20T20:47:48.031Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-06-20T20:47:48.031Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-06-20T20:47:48.031Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-06-20T20:47:48.031Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-06-20T20:47:48.031Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-06-20T20:47:48.032Z++ unset OMICRON_WS
1002024-06-20T20:47:48.032Z++ set +o xtrace
1012024-06-20T20:47:48.044Z
1022024-06-20T20:47:48.044Z ##### ##### ###### ##### ###### #### # # # #### #
1032024-06-20T20:47:48.044Z # # # # # # # # # # # # # # #
1042024-06-20T20:47:48.044Z # # # # ##### # # ##### # # # # # #### #
1052024-06-20T20:47:48.044Z ##### ##### # ##### # # # # # # # # #
1062024-06-20T20:47:48.044Z # # # # # # # # # # # # # # #
1072024-06-20T20:47:48.044Z # # # ###### # # ###### ### # #### # #### #
1082024-06-20T20:47:48.044Z
1092024-06-20T20:48:03.065Z Startup: Refreshing catalog 'helios-dev' ... Done
1102024-06-20T20:48:05.114Z Startup: Caching catalogs ... Done
1112024-06-20T20:48:07.409ZPlanning: Solver setup ... Done (1.842s)
1122024-06-20T20:48:07.445ZPlanning: Running solver ... Done (0.036s)
1132024-06-20T20:48:07.482ZPlanning: Finding local manifests ... Done (0.003s)
1142024-06-20T20:48:07.501ZPlanning: Fetching manifests: 0/4 0% complete
1152024-06-20T20:48:07.818ZPlanning: Fetching manifests: 4/4 100% complete
1162024-06-20T20:48:07.865ZPlanning: Package planning ... Done (0.047s)
1172024-06-20T20:48:07.916ZPlanning: Merging actions ... Done (0.050s)
1182024-06-20T20:48:09.340ZPlanning: Checking for conflicting actions ... Done (1.424s)
1192024-06-20T20:48:09.351ZPlanning: Consolidating action changes ... Done (0.011s)
1202024-06-20T20:48:15.939ZPlanning: Evaluating mediators ... Done (6.587s)
1212024-06-20T20:48:15.949ZPlanning: Planning completed in 10.77 seconds
1222024-06-20T20:48:16.832Z Packages to install: 4
1232024-06-20T20:48:16.832Z Mediators to change: 2
1242024-06-20T20:48:16.832Z Services to change: 1
1252024-06-20T20:48:16.832Z Estimated space available: 155.77 GB
1262024-06-20T20:48:16.835ZEstimated space to be consumed: 1.46 GB
1272024-06-20T20:48:16.835Z Create boot environment: No
1282024-06-20T20:48:16.835ZCreate backup boot environment: No
1292024-06-20T20:48:16.835Z Rebuild boot archive: No
1302024-06-20T20:48:16.835Z
1312024-06-20T20:48:16.835ZChanged mediators:
1322024-06-20T20:48:16.835Z mediator clang:
1332024-06-20T20:48:16.835Z version: None -> 15 (system default)
1342024-06-20T20:48:16.835Z
1352024-06-20T20:48:16.835Z mediator llvm:
1362024-06-20T20:48:16.835Z version: 14 (system default) -> 15 (system default)
1372024-06-20T20:48:16.836Z
1382024-06-20T20:48:16.836ZChanged packages:
1392024-06-20T20:48:16.836Zhelios-dev
1402024-06-20T20:48:16.836Z developer/build-essential
1412024-06-20T20:48:16.836Z None -> 11-2.0
1422024-06-20T20:48:16.836Z library/libxmlsec1
1432024-06-20T20:48:16.836Z None -> 1.2.35-2.0
1442024-06-20T20:48:16.836Z ooce/developer/clang-15
1452024-06-20T20:48:16.836Z None -> 15.0.7-2.0
1462024-06-20T20:48:16.836Z ooce/developer/llvm-15
1472024-06-20T20:48:16.836Z None -> 15.0.7-2.0
1482024-06-20T20:48:16.836Z
1492024-06-20T20:48:16.836ZServices:
1502024-06-20T20:48:16.836Z restart_fmri:
1512024-06-20T20:48:16.836Z svc:/system/update-man-index:default
1522024-06-20T20:48:17.078Z
1532024-06-20T20:48:17.078ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1542024-06-20T20:48:22.079ZDownload: 686/3290 items 18.1/212.6MB 8% complete (3.7M/s)
1552024-06-20T20:48:27.723ZDownload: 1197/3290 items 83.5/212.6MB 39% complete (10.1M/s)
1562024-06-20T20:48:32.729ZDownload: 1682/3290 items 118.0/212.6MB 55% complete (9.9M/s)
1572024-06-20T20:48:41.467ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (3.6M/s)
1582024-06-20T20:48:46.464ZDownload: 3242/3290 items 201.3/212.6MB 94% complete (8.3M/s)
1592024-06-20T20:48:48.377ZDownload: Completed 212.60 MB in 31.30 seconds (6.8M/s)
1602024-06-20T20:48:48.625Z Actions: 1/3689 actions (Installing new actions)
1612024-06-20T20:48:53.694Z Actions: 3553/3689 actions (Installing new actions)
1622024-06-20T20:48:54.407Z Actions: Completed 3689 actions in 5.78 seconds.
1632024-06-20T20:48:54.648Z Done (0.234s)
1642024-06-20T20:48:54.648Z Done (0.000s)
1652024-06-20T20:48:54.953Z Done (0.307s)
1662024-06-20T20:49:01.027Z Done (5.924s)
1672024-06-20T20:49:01.367Z Done (0.273s)
1682024-06-20T20:49:01.370Z Done (0.000s)
1692024-06-20T20:49:01.639Z Done (0.000s)
1702024-06-20T20:49:02.192ZPlanning: Evaluating mediator changes ... Done
1712024-06-20T20:49:02.351ZPlanning: Checking for conflicting actions ... Done
1722024-06-20T20:49:02.354ZPlanning: Consolidating action changes ... Done
1732024-06-20T20:49:02.614ZPlanning: Evaluating mediators ... Done
1742024-06-20T20:49:02.617ZPlanning: Planning completed in 0.42 seconds
1752024-06-20T20:49:02.647Z Mediators to change: 2
1762024-06-20T20:49:02.647Z Create boot environment: No
1772024-06-20T20:49:02.647ZCreate backup boot environment: No
1782024-06-20T20:49:02.716Z Done
1792024-06-20T20:49:02.716Z Done
1802024-06-20T20:49:02.909Z Done
1812024-06-20T20:49:06.395Z Done
1822024-06-20T20:49:06.484Z Done
1832024-06-20T20:49:06.487Z Done
1842024-06-20T20:49:06.593Z Done
1852024-06-20T20:49:07.195ZPlanning: Evaluating mediator changes ... Done
1862024-06-20T20:49:07.199ZPlanning: Merging actions ... Done
1872024-06-20T20:49:07.385ZPlanning: Checking for conflicting actions ... Done
1882024-06-20T20:49:07.388ZPlanning: Consolidating action changes ... Done
1892024-06-20T20:49:07.641ZPlanning: Evaluating mediators ... Done
1902024-06-20T20:49:07.694ZPlanning: Planning completed in 0.74 seconds
1912024-06-20T20:49:07.729Z Packages to change: 1
1922024-06-20T20:49:07.729Z Mediators to change: 1
1932024-06-20T20:49:07.729Z Services to change: 1
1942024-06-20T20:49:07.732Z Create boot environment: No
1952024-06-20T20:49:07.732ZCreate backup boot environment: Yes
1962024-06-20T20:49:09.547Z Actions: 1/6 actions (Updating modified actions)
1972024-06-20T20:49:09.630Z Actions: Completed 6 actions in 0.09 seconds.
1982024-06-20T20:49:09.630Z Done
1992024-06-20T20:49:09.630Z Done
2002024-06-20T20:49:09.695Z Done
2012024-06-20T20:49:13.160Z Done
2022024-06-20T20:49:13.245Z Done
2032024-06-20T20:49:13.249Z Done
2042024-06-20T20:49:13.362Z Done
2052024-06-20T20:49:13.780ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062024-06-20T20:49:13.780Zclang system 15 system
2072024-06-20T20:49:13.780Zcsh system system illumos
2082024-06-20T20:49:13.780Zctags system system illumos
2092024-06-20T20:49:13.780Zgcc vendor 12 vendor
2102024-06-20T20:49:13.780Zgcc system 10 system
2112024-06-20T20:49:13.780Zgcc system 7 system
2122024-06-20T20:49:13.780Zgo system 1.20 system
2132024-06-20T20:49:13.780Zgo system 1.19 system
2142024-06-20T20:49:13.780Zllvm system 15 system
2152024-06-20T20:49:13.780Zllvm system 14 system
2162024-06-20T20:49:13.780Zmariadb system 10.6 system
2172024-06-20T20:49:13.780Zmta vendor vendor dma
2182024-06-20T20:49:13.781Zopenjdk system 17 system
2192024-06-20T20:49:13.781Zopenjdk system 11 system
2202024-06-20T20:49:13.781Zopenjdk system 1.8 system
2212024-06-20T20:49:13.781Zopenssl vendor 3 vendor
2222024-06-20T20:49:13.781Zperl system 5.36 system
2232024-06-20T20:49:13.781Zpostgresql system 15 system
2242024-06-20T20:49:13.781Zpostgresql system 13 system
2252024-06-20T20:49:13.781Zpython vendor 3 vendor
2262024-06-20T20:49:13.781Zpython system 2 system
2272024-06-20T20:49:13.781Zpython3 system 3.11 system
2282024-06-20T20:49:13.781Zruby system 3.0 system
2292024-06-20T20:49:13.781Zwords vendor vendor american-english
2302024-06-20T20:49:13.781Zwords system system australian-english
2312024-06-20T20:49:13.781Zwords system system british-english
2322024-06-20T20:49:13.781Zwords system system canadian-english
2332024-06-20T20:49:13.781Zwords system system french
2342024-06-20T20:49:13.781Zwords system system italian
2352024-06-20T20:49:13.781Zwords system system ngerman
2362024-06-20T20:49:13.781Zwords system system ogerman
2372024-06-20T20:49:13.781Zwords system system spanish
2382024-06-20T20:49:14.102ZPUBLISHER TYPE STATUS P LOCATION
2392024-06-20T20:49:14.102Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402024-06-20T20:49:15.566ZFMRI IFO
2412024-06-20T20:49:15.566Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422024-06-20T20:49:15.566Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432024-06-20T20:49:15.566Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442024-06-20T20:49:15.566Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452024-06-20T20:49:15.566Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462024-06-20T20:49:15.566Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472024-06-20T20:49:15.566Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2482024-06-20T20:49:15.566Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2492024-06-20T20:49:15.566Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2502024-06-20T20:49:15.566Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2512024-06-20T20:49:15.566Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2522024-06-20T20:49:15.566Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2532024-06-20T20:49:16.052Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2542024-06-20T20:49:16.366Z Updating git repository `https://github.com/oxidecomputer/zone`
2552024-06-20T20:49:16.662Z Updating crates.io index
2562024-06-20T20:49:16.708Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2572024-06-20T20:49:17.418Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2582024-06-20T20:49:18.187Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2592024-06-20T20:49:18.460Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2602024-06-20T20:49:20.535Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
2612024-06-20T20:49:21.019Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2622024-06-20T20:49:21.301Z Updating git repository `https://github.com/oxidecomputer/propolis`
2632024-06-20T20:49:22.317Z Updating git repository `https://github.com/oxidecomputer/crucible`
2642024-06-20T20:49:24.365Z Updating git repository `https://github.com/oxidecomputer/opte`
2652024-06-20T20:49:25.411Z Updating git repository `https://github.com/oxidecomputer/falcon`
2662024-06-20T20:49:26.221Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2672024-06-20T20:49:26.762Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2682024-06-20T20:49:27.222Z Updating git repository `http://github.com/oxidecomputer/sprockets`
2692024-06-20T20:49:27.586Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2702024-06-20T20:49:27.838Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2712024-06-20T20:49:28.130Z Updating git repository `http://github.com/oxidecomputer/tofino`
2722024-06-20T20:49:28.468Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2732024-06-20T20:49:28.765Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2742024-06-20T20:49:29.023Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2752024-06-20T20:49:29.321Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762024-06-20T20:49:29.649Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772024-06-20T20:49:29.955Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2782024-06-20T20:49:30.343Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792024-06-20T20:49:31.233Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802024-06-20T20:49:31.540Z Updating git repository `https://github.com/cbiffle/hubpack.git`
2812024-06-20T20:49:31.862Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2822024-06-20T20:49:32.257Z Updating git repository `https://github.com/oxidecomputer/typify`
2832024-06-20T20:49:34.166Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842024-06-20T20:49:34.510Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852024-06-20T20:49:34.830Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862024-06-20T20:49:35.270Z Updating git repository `https://github.com/oxidecomputer/rfb`
2872024-06-20T20:49:36.285Z Downloading crates ...
2882024-06-20T20:49:36.359Z Downloaded anstyle-parse v0.2.4
2892024-06-20T20:49:36.362Z Downloaded autocfg v1.3.0
2902024-06-20T20:49:36.365Z Downloaded anstyle-query v1.0.3
2912024-06-20T20:49:36.367Z Downloaded anstyle v1.0.7
2922024-06-20T20:49:36.370Z Downloaded adler v1.0.2
2932024-06-20T20:49:36.370Z Downloaded block-buffer v0.10.4
2942024-06-20T20:49:36.374Z Downloaded anstream v0.6.14
2952024-06-20T20:49:36.378Z Downloaded foreign-types v0.3.2
2962024-06-20T20:49:36.381Z Downloaded proc-macro-error-attr v1.0.4
2972024-06-20T20:49:36.383Z Downloaded md5 v0.7.0
2982024-06-20T20:49:36.383Z Downloaded powerfmt v0.2.0
2992024-06-20T20:49:36.386Z Downloaded pin-project-lite v0.2.14
3002024-06-20T20:49:36.390Z Downloaded pkg-config v0.3.30
3012024-06-20T20:49:36.392Z Downloaded bitflags v2.5.0
3022024-06-20T20:49:36.397Z Downloaded pretty-hex v0.4.1
3032024-06-20T20:49:36.399Z Downloaded tinyvec_macros v0.1.1
3042024-06-20T20:49:36.399Z Downloaded take_mut v0.2.2
3052024-06-20T20:49:36.399Z Downloaded cpufeatures v0.2.12
3062024-06-20T20:49:36.399Z Downloaded strum v0.26.2
3072024-06-20T20:49:36.402Z Downloaded openssl-macros v0.1.1
3082024-06-20T20:49:36.402Z Downloaded is-terminal v0.4.12
3092024-06-20T20:49:36.402Z Downloaded tower-service v0.3.2
3102024-06-20T20:49:36.406Z Downloaded itoa v1.0.11
3112024-06-20T20:49:36.406Z Downloaded futures-io v0.3.30
3122024-06-20T20:49:36.408Z Downloaded swrite v0.1.0
3132024-06-20T20:49:36.408Z Downloaded heck v0.5.0
3142024-06-20T20:49:36.408Z Downloaded futures-sink v0.3.30
3152024-06-20T20:49:36.409Z Downloaded digest v0.10.7
3162024-06-20T20:49:36.411Z Downloaded form_urlencoded v1.2.1
3172024-06-20T20:49:36.411Z Downloaded dirs-sys-next v0.1.2
3182024-06-20T20:49:36.414Z Downloaded usdt-macro v0.5.0
3192024-06-20T20:49:36.414Z Downloaded want v0.3.1
3202024-06-20T20:49:36.414Z Downloaded quote v1.0.36
3212024-06-20T20:49:36.416Z Downloaded memmap v0.7.0
3222024-06-20T20:49:36.419Z Downloaded cfg-if v1.0.0
3232024-06-20T20:49:36.419Z Downloaded num_cpus v1.16.0
3242024-06-20T20:49:36.422Z Downloaded httpdate v1.0.3
3252024-06-20T20:49:36.425Z Downloaded pin-utils v0.1.0
3262024-06-20T20:49:36.425Z Downloaded tokio-macros v2.2.0
3272024-06-20T20:49:36.425Z Downloaded thread-id v4.2.1
3282024-06-20T20:49:36.429Z Downloaded signal-hook-registry v1.4.2
3292024-06-20T20:49:36.429Z Downloaded serde_spanned v0.6.6
3302024-06-20T20:49:36.429Z Downloaded num-conv v0.1.0
3312024-06-20T20:49:36.432Z Downloaded foreign-types-shared v0.1.1
3322024-06-20T20:49:36.432Z Downloaded toml_datetime v0.6.6
3332024-06-20T20:49:36.432Z Downloaded thiserror v1.0.60
3342024-06-20T20:49:36.435Z Downloaded macaddr v1.0.1
3352024-06-20T20:49:36.438Z Downloaded slog-bunyan v2.5.0
3362024-06-20T20:49:36.438Z Downloaded percent-encoding v2.3.1
3372024-06-20T20:49:36.438Z Downloaded num_threads v0.1.7
3382024-06-20T20:49:36.441Z Downloaded dtrace-parser v0.2.0
3392024-06-20T20:49:36.441Z Downloaded generic-array v0.14.7
3402024-06-20T20:49:36.441Z Downloaded http-body v0.4.6
3412024-06-20T20:49:36.444Z Downloaded time-core v0.1.2
3422024-06-20T20:49:36.444Z Downloaded openssl-probe v0.1.5
3432024-06-20T20:49:36.447Z Downloaded hyper-tls v0.5.0
3442024-06-20T20:49:36.447Z Downloaded futures-executor v0.3.30
3452024-06-20T20:49:36.447Z Downloaded fnv v1.0.7
3462024-06-20T20:49:36.450Z Downloaded scroll_derive v0.12.0
3472024-06-20T20:49:36.450Z Downloaded dirs-next v2.0.0
3482024-06-20T20:49:36.450Z Downloaded filetime v0.2.23
3492024-06-20T20:49:36.453Z Downloaded byteorder v1.5.0
3502024-06-20T20:49:36.453Z Downloaded colorchoice v1.0.1
3512024-06-20T20:49:36.455Z Downloaded cargo_toml v0.20.2
3522024-06-20T20:49:36.455Z Downloaded hostname v0.3.1
3532024-06-20T20:49:36.458Z Downloaded strsim v0.11.1
3542024-06-20T20:49:36.458Z Downloaded sync_wrapper v0.1.2
3552024-06-20T20:49:36.458Z Downloaded native-tls v0.2.11
3562024-06-20T20:49:36.461Z Downloaded try-lock v0.2.5
3572024-06-20T20:49:36.461Z Downloaded xattr v1.3.1
3582024-06-20T20:49:36.464Z Downloaded deranged v0.3.11
3592024-06-20T20:49:36.464Z Downloaded parking_lot v0.12.2
3602024-06-20T20:49:36.466Z Downloaded lock_api v0.4.12
3612024-06-20T20:49:36.466Z Downloaded usdt-attr-macro v0.5.0
3622024-06-20T20:49:36.470Z Downloaded heck v0.4.1
3632024-06-20T20:49:36.470Z Downloaded thread_local v1.1.8
3642024-06-20T20:49:36.473Z Downloaded futures-task v0.3.30
3652024-06-20T20:49:36.473Z Downloaded scopeguard v1.2.0
3662024-06-20T20:49:36.473Z Downloaded plain v0.2.3
3672024-06-20T20:49:36.473Z Downloaded pest_generator v2.7.10
3682024-06-20T20:49:36.476Z Downloaded futures-macro v0.3.30
3692024-06-20T20:49:36.476Z Downloaded time-macros v0.2.18
3702024-06-20T20:49:36.479Z Downloaded serde_urlencoded v0.7.1
3712024-06-20T20:49:36.479Z Downloaded term v0.7.0
3722024-06-20T20:49:36.481Z Downloaded semver v1.0.23
3732024-06-20T20:49:36.484Z Downloaded pest_derive v2.7.10
3742024-06-20T20:49:36.487Z Downloaded slog-term v2.9.1
3752024-06-20T20:49:36.489Z Downloaded ipnet v2.9.0
3762024-06-20T20:49:36.489Z Downloaded terminal_size v0.3.0
3772024-06-20T20:49:36.492Z Downloaded once_cell v1.19.0
3782024-06-20T20:49:36.492Z Downloaded tabled_derive v0.7.0
3792024-06-20T20:49:36.495Z Downloaded rustversion v1.0.17
3802024-06-20T20:49:36.499Z Downloaded proc-macro-error v1.0.4
3812024-06-20T20:49:36.502Z Downloaded tokio-native-tls v0.3.1
3822024-06-20T20:49:36.502Z Downloaded parking_lot_core v0.9.10
3832024-06-20T20:49:36.502Z Downloaded httparse v1.8.0
3842024-06-20T20:49:36.504Z Downloaded utf8parse v0.2.1
3852024-06-20T20:49:36.504Z Downloaded unicode-width v0.1.12
3862024-06-20T20:49:36.507Z Downloaded futures-channel v0.3.30
3872024-06-20T20:49:36.509Z Downloaded bytecount v0.6.8
3882024-06-20T20:49:36.509Z Downloaded thiserror-impl v1.0.60
3892024-06-20T20:49:36.512Z Downloaded slab v0.4.9
3902024-06-20T20:49:36.512Z Downloaded zerocopy-derive v0.7.34
3912024-06-20T20:49:36.515Z Downloaded cargo_metadata v0.18.1
3922024-06-20T20:49:36.518Z Downloaded version_check v0.9.4
3932024-06-20T20:49:36.518Z Downloaded smallvec v1.13.2
3942024-06-20T20:49:36.520Z Downloaded sha2 v0.10.8
3952024-06-20T20:49:36.523Z Downloaded serde_derive v1.0.203
3962024-06-20T20:49:36.526Z Downloaded slog v2.7.0
3972024-06-20T20:49:36.529Z Downloaded pest_meta v2.7.10
3982024-06-20T20:49:36.529Z Downloaded log v0.4.21
3992024-06-20T20:49:36.533Z Downloaded base64 v0.21.7
4002024-06-20T20:49:36.536Z Downloaded usdt-impl v0.5.0
4012024-06-20T20:49:36.536Z Downloaded openssl-sys v0.9.102
4022024-06-20T20:49:36.540Z Downloaded slog-async v2.8.0
4032024-06-20T20:49:36.542Z Downloaded strum_macros v0.26.2
4042024-06-20T20:49:36.545Z Downloaded socket2 v0.5.7
4052024-06-20T20:49:36.545Z Downloaded papergrid v0.11.0
4062024-06-20T20:49:36.549Z Downloaded indexmap v2.2.6
4072024-06-20T20:49:36.553Z Downloaded proc-macro2 v1.0.82
4082024-06-20T20:49:36.556Z Downloaded flate2 v1.0.30
4092024-06-20T20:49:36.560Z Downloaded tracing-core v0.1.32
4102024-06-20T20:49:36.563Z Downloaded ucd-trie v0.1.6
4112024-06-20T20:49:36.566Z Downloaded tinyvec v1.6.0
4122024-06-20T20:49:36.568Z Downloaded tar v0.4.40
4132024-06-20T20:49:36.571Z Downloaded unicode-ident v1.0.12
4142024-06-20T20:49:36.574Z Downloaded unicode-bidi v0.3.15
4152024-06-20T20:49:36.576Z Downloaded typenum v1.17.0
4162024-06-20T20:49:36.576Z Downloaded memchr v2.7.2
4172024-06-20T20:49:36.581Z Downloaded http v0.2.12
4182024-06-20T20:49:36.584Z Downloaded toml v0.8.13
4192024-06-20T20:49:36.587Z Downloaded mio v0.8.11
4202024-06-20T20:49:36.592Z Downloaded crossbeam-channel v0.5.12
4212024-06-20T20:49:36.596Z Downloaded pest v2.7.10
4222024-06-20T20:49:36.606Z Downloaded url v2.5.0
4232024-06-20T20:49:36.607Z Downloaded futures-util v0.3.30
4242024-06-20T20:49:36.615Z Downloaded serde v1.0.203
4252024-06-20T20:49:36.618Z Downloaded hyper v0.14.28
4262024-06-20T20:49:36.625Z Downloaded h2 v0.3.26
4272024-06-20T20:49:36.631Z Downloaded tracing v0.1.40
4282024-06-20T20:49:36.635Z Downloaded unicode-normalization v0.1.23
4292024-06-20T20:49:36.638Z Downloaded idna v0.5.0
4302024-06-20T20:49:36.644Z Downloaded openssl v0.10.64
4312024-06-20T20:49:36.653Z Downloaded toml_edit v0.22.13
4322024-06-20T20:49:36.672Z Downloaded tokio-util v0.7.11
4332024-06-20T20:49:36.678Z Downloaded serde_json v1.0.117
4342024-06-20T20:49:36.687Z Downloaded reqwest v0.11.27
4352024-06-20T20:49:36.692Z Downloaded zerocopy v0.7.34
4362024-06-20T20:49:36.706Z Downloaded winnow v0.6.8
4372024-06-20T20:49:36.715Z Downloaded vcpkg v0.2.15
4382024-06-20T20:49:36.749Z Downloaded syn v2.0.64
4392024-06-20T20:49:36.759Z Downloaded rustix v0.38.34
4402024-06-20T20:49:36.779Z Downloaded libc v0.2.155
4412024-06-20T20:49:36.803Z Downloaded tokio v1.37.0
4422024-06-20T20:49:36.836Z Downloaded encoding_rs v0.8.34
4432024-06-20T20:49:36.856Z Downloaded syn v1.0.109
4442024-06-20T20:49:36.864Z Downloaded tabled v0.15.0
4452024-06-20T20:49:36.877Z Downloaded time v0.3.36
4462024-06-20T20:49:36.883Z Downloaded goblin v0.8.2
4472024-06-20T20:49:36.888Z Downloaded clap_builder v4.5.2
4482024-06-20T20:49:36.894Z Downloaded hashbrown v0.14.5
4492024-06-20T20:49:36.900Z Downloaded cc v1.0.97
4502024-06-20T20:49:36.905Z Downloaded usdt v0.5.0
4512024-06-20T20:49:36.905Z Downloaded camino v1.1.7
4522024-06-20T20:49:36.909Z Downloaded ryu v1.0.18
4532024-06-20T20:49:36.909Z Downloaded miniz_oxide v0.7.2
4542024-06-20T20:49:36.912Z Downloaded futures v0.3.30
4552024-06-20T20:49:36.914Z Downloaded bytes v1.6.0
4562024-06-20T20:49:36.917Z Downloaded crossbeam-utils v0.8.19
4572024-06-20T20:49:36.919Z Downloaded clap v4.5.4
4582024-06-20T20:49:36.924Z Downloaded dof v0.3.0
4592024-06-20T20:49:36.927Z Downloaded slog-json v2.6.1
4602024-06-20T20:49:36.927Z Downloaded serde_tokenstream v0.2.0
4612024-06-20T20:49:36.930Z Downloaded crc32fast v1.4.0
4622024-06-20T20:49:36.933Z Downloaded clap_derive v4.5.4
4632024-06-20T20:49:36.933Z Downloaded mime v0.3.17
4642024-06-20T20:49:36.937Z Downloaded scroll v0.12.0
4652024-06-20T20:49:36.937Z Downloaded fs-err v2.11.0
4662024-06-20T20:49:36.939Z Downloaded rustls-pemfile v1.0.4
4672024-06-20T20:49:36.939Z Downloaded errno v0.3.9
4682024-06-20T20:49:36.939Z Downloaded is_terminal_polyfill v1.70.0
4692024-06-20T20:49:36.945Z Downloaded anyhow v1.0.86
4702024-06-20T20:49:36.947Z Downloaded match_cfg v0.1.0
4712024-06-20T20:49:36.947Z Downloaded equivalent v1.0.1
4722024-06-20T20:49:36.947Z Downloaded futures-core v0.3.30
4732024-06-20T20:49:36.947Z Downloaded crypto-common v0.1.6
4742024-06-20T20:49:36.947Z Downloaded clap_lex v0.7.0
4752024-06-20T20:49:36.947Z Downloaded cargo-platform v0.1.8
4762024-06-20T20:49:37.232Z Compiling proc-macro2 v1.0.82
4772024-06-20T20:49:37.232Z Compiling unicode-ident v1.0.12
4782024-06-20T20:49:37.234Z Compiling libc v0.2.155
4792024-06-20T20:49:37.234Z Compiling version_check v0.9.4
4802024-06-20T20:49:37.234Z Compiling cfg-if v1.0.0
4812024-06-20T20:49:37.235Z Compiling once_cell v1.19.0
4822024-06-20T20:49:37.235Z Compiling itoa v1.0.11
4832024-06-20T20:49:37.265Z Compiling serde v1.0.203
4842024-06-20T20:49:37.428Z Compiling autocfg v1.3.0
4852024-06-20T20:49:37.458Z Compiling memchr v2.7.2
4862024-06-20T20:49:37.588Z Compiling thiserror v1.0.60
4872024-06-20T20:49:37.739Z Compiling ryu v1.0.18
4882024-06-20T20:49:38.011Z Compiling pin-project-lite v0.2.14
4892024-06-20T20:49:38.028Z Compiling bitflags v2.5.0
4902024-06-20T20:49:38.110Z Compiling parking_lot_core v0.9.10
4912024-06-20T20:49:38.238Z Compiling lock_api v0.4.12
4922024-06-20T20:49:38.353Z Compiling cc v1.0.97
4932024-06-20T20:49:38.835Z Compiling ucd-trie v0.1.6
4942024-06-20T20:49:38.957Z Compiling vcpkg v0.2.15
4952024-06-20T20:49:38.973Z Compiling pkg-config v0.3.30
4962024-06-20T20:49:39.271Z Compiling slab v0.4.9
4972024-06-20T20:49:39.404Z Compiling bytes v1.6.0
4982024-06-20T20:49:39.633Z Compiling scopeguard v1.2.0
4992024-06-20T20:49:39.658Z Compiling futures-core v0.3.30
5002024-06-20T20:49:39.769Z Compiling futures-sink v0.3.30
5012024-06-20T20:49:39.936Z Compiling smallvec v1.13.2
5022024-06-20T20:49:40.366Z Compiling quote v1.0.36
5032024-06-20T20:49:40.792Z Compiling syn v2.0.64
5042024-06-20T20:49:40.848Z Compiling hashbrown v0.14.5
5052024-06-20T20:49:41.042Z Compiling fnv v1.0.7
5062024-06-20T20:49:41.069Z Compiling byteorder v1.5.0
5072024-06-20T20:49:41.092Z Compiling equivalent v1.0.1
5082024-06-20T20:49:41.185Z Compiling log v0.4.21
5092024-06-20T20:49:41.208Z Compiling serde_json v1.0.117
5102024-06-20T20:49:41.211Z Compiling parking_lot v0.12.2
5112024-06-20T20:49:41.516Z Compiling socket2 v0.5.7
5122024-06-20T20:49:41.547Z Compiling num_cpus v1.16.0
5132024-06-20T20:49:41.589Z Compiling mio v0.8.11
5142024-06-20T20:49:41.618Z Compiling signal-hook-registry v1.4.2
5152024-06-20T20:49:41.668Z Compiling futures-channel v0.3.30
5162024-06-20T20:49:41.825Z Compiling openssl-sys v0.9.102
5172024-06-20T20:49:42.099Z Compiling indexmap v2.2.6
5182024-06-20T20:49:42.190Z Compiling pin-utils v0.1.0
5192024-06-20T20:49:42.286Z Compiling futures-task v0.3.30
5202024-06-20T20:49:42.501Z Compiling futures-io v0.3.30
5212024-06-20T20:49:42.588Z Compiling rustix v0.38.34
5222024-06-20T20:49:42.720Z Compiling typenum v1.17.0
5232024-06-20T20:49:42.888Z Compiling errno v0.3.9
5242024-06-20T20:49:42.915Z Compiling generic-array v0.14.7
5252024-06-20T20:49:43.002Z Compiling slog v2.7.0
5262024-06-20T20:49:43.095Z Compiling openssl v0.10.64
5272024-06-20T20:49:43.183Z Compiling foreign-types-shared v0.1.1
5282024-06-20T20:49:43.292Z Compiling foreign-types v0.3.2
5292024-06-20T20:49:43.468Z Compiling http v0.2.12
5302024-06-20T20:49:43.515Z Compiling usdt-impl v0.5.0
5312024-06-20T20:49:43.562Z Compiling proc-macro-error-attr v1.0.4
5322024-06-20T20:49:43.806Z Compiling tracing-core v0.1.32
5332024-06-20T20:49:43.828Z Compiling httparse v1.8.0
5342024-06-20T20:49:44.181Z Compiling native-tls v0.2.11
5352024-06-20T20:49:44.193Z Compiling time-core v0.1.2
5362024-06-20T20:49:44.364Z Compiling num-conv v0.1.0
5372024-06-20T20:49:44.447Z Compiling syn v1.0.109
5382024-06-20T20:49:44.658Z Compiling tinyvec_macros v0.1.1
5392024-06-20T20:49:44.752Z Compiling powerfmt v0.2.0
5402024-06-20T20:49:45.090Z Compiling deranged v0.3.11
5412024-06-20T20:49:45.141Z Compiling tinyvec v1.6.0
5422024-06-20T20:49:45.191Z Compiling time-macros v0.2.18
5432024-06-20T20:49:45.957Z Compiling tracing v0.1.40
5442024-06-20T20:49:46.234Z Compiling thread-id v4.2.1
5452024-06-20T20:49:46.550Z Compiling proc-macro-error v1.0.4
5462024-06-20T20:49:46.578Z Compiling rustversion v1.0.17
5472024-06-20T20:49:46.804Z Compiling utf8parse v0.2.1
5482024-06-20T20:49:46.829Z Compiling heck v0.4.1
5492024-06-20T20:49:46.832Z Compiling openssl-probe v0.1.5
5502024-06-20T20:49:46.956Z Compiling plain v0.2.3
5512024-06-20T20:49:46.983Z Compiling try-lock v0.2.5
5522024-06-20T20:49:47.161Z Compiling percent-encoding v2.3.1
5532024-06-20T20:49:47.210Z Compiling num_threads v0.1.7
5542024-06-20T20:49:47.210Z Compiling crossbeam-utils v0.8.19
5552024-06-20T20:49:47.270Z Compiling want v0.3.1
5562024-06-20T20:49:47.292Z Compiling anstyle-parse v0.2.4
5572024-06-20T20:49:47.324Z Compiling form_urlencoded v1.2.1
5582024-06-20T20:49:47.475Z Compiling unicode-normalization v0.1.23
5592024-06-20T20:49:47.638Z Compiling http-body v0.4.6
5602024-06-20T20:49:47.838Z Compiling dirs-sys-next v0.1.2
5612024-06-20T20:49:48.222Z Compiling unicode-bidi v0.3.15
5622024-06-20T20:49:48.455Z Compiling semver v1.0.23
5632024-06-20T20:49:48.484Z Compiling pretty-hex v0.4.1
5642024-06-20T20:49:48.554Z Compiling winnow v0.6.8
5652024-06-20T20:49:48.556Z Compiling tower-service v0.3.2
5662024-06-20T20:49:48.601Z Compiling time v0.3.36
5672024-06-20T20:49:48.696Z Compiling httpdate v1.0.3
5682024-06-20T20:49:48.698Z Compiling anstyle v1.0.7
5692024-06-20T20:49:48.966Z Compiling crc32fast v1.4.0
5702024-06-20T20:49:49.191Z Compiling anstyle-query v1.0.3
5712024-06-20T20:49:49.194Z Compiling colorchoice v1.0.1
5722024-06-20T20:49:49.336Z Compiling is_terminal_polyfill v1.70.0
5732024-06-20T20:49:49.382Z Compiling camino v1.1.7
5742024-06-20T20:49:49.474Z Compiling anstream v0.6.14
5752024-06-20T20:49:49.604Z Compiling idna v0.5.0
5762024-06-20T20:49:49.960Z Compiling dirs-next v2.0.0
5772024-06-20T20:49:50.267Z Compiling crypto-common v0.1.6
5782024-06-20T20:49:51.191Z Compiling block-buffer v0.10.4
5792024-06-20T20:49:51.213Z Compiling terminal_size v0.3.0
5802024-06-20T20:49:51.402Z Compiling fs-err v2.11.0
5812024-06-20T20:49:51.423Z Compiling thread_local v1.1.8
5822024-06-20T20:49:51.466Z Compiling match_cfg v0.1.0
5832024-06-20T20:49:51.567Z Compiling adler v1.0.2
5842024-06-20T20:49:51.656Z Compiling slog-async v2.8.0
5852024-06-20T20:49:51.703Z Compiling anyhow v1.0.86
5862024-06-20T20:49:51.804Z Compiling strsim v0.11.1
5872024-06-20T20:49:51.990Z Compiling bytecount v0.6.8
5882024-06-20T20:49:52.152Z Compiling base64 v0.21.7
5892024-06-20T20:49:52.215Z Compiling clap_lex v0.7.0
5902024-06-20T20:49:52.278Z Compiling unicode-width v0.1.12
5912024-06-20T20:49:52.410Z Compiling heck v0.5.0
5922024-06-20T20:49:52.477Z Compiling clap_builder v4.5.2
5932024-06-20T20:49:52.502Z Compiling papergrid v0.11.0
5942024-06-20T20:49:52.739Z Compiling rustls-pemfile v1.0.4
5952024-06-20T20:49:52.924Z Compiling miniz_oxide v0.7.2
5962024-06-20T20:49:52.966Z Compiling hostname v0.3.1
5972024-06-20T20:49:53.092Z Compiling digest v0.10.7
5982024-06-20T20:49:53.189Z Compiling crossbeam-channel v0.5.12
5992024-06-20T20:49:53.229Z Compiling url v2.5.0
6002024-06-20T20:49:53.553Z Compiling term v0.7.0
6012024-06-20T20:49:53.824Z Compiling serde_derive v1.0.203
6022024-06-20T20:49:54.390Z Compiling thiserror-impl v1.0.60
6032024-06-20T20:49:54.495Z Compiling zerocopy-derive v0.7.34
6042024-06-20T20:49:54.585Z Compiling futures-macro v0.3.30
6052024-06-20T20:49:55.213Z Compiling tokio-macros v2.2.0
6062024-06-20T20:49:55.236Z Compiling scroll_derive v0.12.0
6072024-06-20T20:49:56.786Z Compiling openssl-macros v0.1.1
6082024-06-20T20:49:56.810Z Compiling futures-util v0.3.30
6092024-06-20T20:49:56.842Z Compiling scroll v0.12.0
6102024-06-20T20:49:56.903Z Compiling zerocopy v0.7.34
6112024-06-20T20:49:56.931Z Compiling tokio v1.37.0
6122024-06-20T20:49:57.422Z Compiling goblin v0.8.2
6132024-06-20T20:49:57.882Z Compiling pest v2.7.10
6142024-06-20T20:49:58.664Z Compiling tabled_derive v0.7.0
6152024-06-20T20:50:00.851Z Compiling pest_meta v2.7.10
6162024-06-20T20:50:01.291Z Compiling strum_macros v0.26.2
6172024-06-20T20:50:02.384Z Compiling pest_generator v2.7.10
6182024-06-20T20:50:05.187Z Compiling tokio-util v0.7.11
6192024-06-20T20:50:06.284Z Compiling pest_derive v2.7.10
6202024-06-20T20:50:06.535Z Compiling h2 v0.3.26
6212024-06-20T20:50:06.559Z Compiling tokio-native-tls v0.3.1
6222024-06-20T20:50:06.644Z Compiling futures-executor v0.3.30
6232024-06-20T20:50:06.831Z Compiling clap_derive v4.5.4
6242024-06-20T20:50:07.117Z Compiling dtrace-parser v0.2.0
6252024-06-20T20:50:07.606Z Compiling xattr v1.3.1
6262024-06-20T20:50:07.878Z Compiling filetime v0.2.23
6272024-06-20T20:50:08.112Z Compiling is-terminal v0.4.12
6282024-06-20T20:50:08.232Z Compiling memmap v0.7.0
6292024-06-20T20:50:08.256Z Compiling encoding_rs v0.8.34
6302024-06-20T20:50:08.967Z Compiling serde_spanned v0.6.6
6312024-06-20T20:50:09.353Z Compiling serde_tokenstream v0.2.0
6322024-06-20T20:50:09.636Z Compiling toml_datetime v0.6.6
6332024-06-20T20:50:09.914Z Compiling toml_edit v0.22.13
6342024-06-20T20:50:10.971Z Compiling dof v0.3.0
6352024-06-20T20:50:11.436Z Compiling hyper v0.14.28
6362024-06-20T20:50:12.061Z Compiling slog-json v2.6.1
6372024-06-20T20:50:12.224Z Compiling serde_urlencoded v0.7.1
6382024-06-20T20:50:12.452Z Compiling cargo-platform v0.1.8
6392024-06-20T20:50:12.939Z Compiling toml v0.8.13
6402024-06-20T20:50:13.865Z Compiling usdt-macro v0.5.0
6412024-06-20T20:50:14.038Z Compiling usdt-attr-macro v0.5.0
6422024-06-20T20:50:14.069Z Compiling sync_wrapper v0.1.2
6432024-06-20T20:50:14.209Z Compiling take_mut v0.2.2
6442024-06-20T20:50:14.272Z Compiling mime v0.3.17
6452024-06-20T20:50:14.380Z Compiling cpufeatures v0.2.12
6462024-06-20T20:50:14.462Z Compiling ipnet v2.9.0
6472024-06-20T20:50:14.493Z Compiling sha2 v0.10.8
6482024-06-20T20:50:14.905Z Compiling cargo_toml v0.20.2
6492024-06-20T20:50:15.182Z Compiling cargo_metadata v0.18.1
6502024-06-20T20:50:15.522Z Compiling hyper-tls v0.5.0
6512024-06-20T20:50:15.715Z Compiling usdt v0.5.0
6522024-06-20T20:50:15.857Z Compiling reqwest v0.11.27
6532024-06-20T20:50:16.080Z Compiling slog-bunyan v2.5.0
6542024-06-20T20:50:16.233Z Compiling clap v4.5.4
6552024-06-20T20:50:16.293Z Compiling macaddr v1.0.1
6562024-06-20T20:50:16.355Z Compiling slog-term v2.9.1
6572024-06-20T20:50:16.750Z Compiling tar v0.4.40
6582024-06-20T20:50:17.654Z Compiling flate2 v1.0.30
6592024-06-20T20:50:17.747Z Compiling futures v0.3.30
6602024-06-20T20:50:17.876Z Compiling strum v0.26.2
6612024-06-20T20:50:18.037Z Compiling tabled v0.15.0
6622024-06-20T20:50:18.697Z Compiling swrite v0.1.0
6632024-06-20T20:50:18.719Z Compiling md5 v0.7.0
6642024-06-20T20:50:22.922Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6652024-06-20T20:50:29.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
6662024-06-20T20:50:30.226Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6672024-06-20T20:50:30.283ZJun 20 20:50:29.745 INFO Starting download, target: Clickhouse
6682024-06-20T20:50:30.283ZJun 20 20:50:29.745 INFO Starting download, target: Cockroach
6692024-06-20T20:50:30.283ZJun 20 20:50:29.745 INFO Starting download, target: Console
6702024-06-20T20:50:30.283ZJun 20 20:50:29.745 INFO Starting download, target: DendriteOpenapi
6712024-06-20T20:50:30.288ZJun 20 20:50:29.745 INFO Starting download, target: DendriteStub
6722024-06-20T20:50:30.288ZJun 20 20:50:29.745 INFO Starting download, target: MaghemiteMgd
6732024-06-20T20:50:30.288ZJun 20 20:50:29.745 INFO Starting download, target: TransceiverControl
6742024-06-20T20:50:30.288ZJun 20 20:50:29.746 INFO Downloading out/downloads/xcvradm.gz, target: TransceiverControl
6752024-06-20T20:50:30.288ZJun 20 20:50:29.746 INFO Downloading out/downloads/console.tar.gz, target: Console
6762024-06-20T20:50:30.288ZJun 20 20:50:29.746 INFO Downloading out/downloads/dpd-861c00bacbdf7a6e22471f0dabd8f926409b5292.json, target: DendriteOpenapi
6772024-06-20T20:50:30.288ZJun 20 20:50:29.747 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6782024-06-20T20:50:30.288ZJun 20 20:50:29.747 INFO Downloading out/downloads/mgd.tar.gz, target: MaghemiteMgd
6792024-06-20T20:50:30.288ZJun 20 20:50:29.747 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz, target: Clickhouse
6802024-06-20T20:50:30.288ZJun 20 20:50:29.747 INFO Downloading out/downloads/dendrite-stub.tar.gz, target: DendriteStub
6812024-06-20T20:50:30.699ZJun 20 20:50:30.160 INFO Download complete, target: DendriteOpenapi
6822024-06-20T20:50:30.858ZJun 20 20:50:30.315 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6832024-06-20T20:50:31.126ZJun 20 20:50:30.582 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6842024-06-20T20:50:31.257ZJun 20 20:50:30.720 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6852024-06-20T20:50:31.274ZJun 20 20:50:30.735 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6862024-06-20T20:50:31.511ZJun 20 20:50:30.973 INFO Download complete, target: Console
6872024-06-20T20:50:31.691ZJun 20 20:50:31.154 INFO Download complete, target: TransceiverControl
6882024-06-20T20:50:32.886ZJun 20 20:50:32.348 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6892024-06-20T20:50:33.938ZJun 20 20:50:33.400 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6902024-06-20T20:50:33.938ZJun 20 20:50:33.400 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6912024-06-20T20:50:34.516ZJun 20 20:50:33.978 INFO Download complete, target: DendriteStub
6922024-06-20T20:50:34.701ZJun 20 20:50:34.162 INFO Download complete, target: MaghemiteMgd
6932024-06-20T20:50:42.436ZJun 20 20:50:41.896 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6942024-06-20T20:50:42.722ZJun 20 20:50:42.183 INFO Checking that binary works, target: Cockroach
6952024-06-20T20:50:42.959ZJun 20 20:50:42.421 INFO Download complete, target: Cockroach
6962024-06-20T20:50:47.423ZJun 20 20:50:46.881 INFO Checking that binary works, target: Clickhouse
6972024-06-20T20:50:47.890ZJun 20 20:50:47.352 INFO Download complete, target: Clickhouse
6982024-06-20T20:50:48.063ZAll builder prerequisites installed successfully, and PATH looks valid
6992024-06-20T20:50:48.066Z
7002024-06-20T20:50:48.066Zreal 2:59.988668316
7012024-06-20T20:50:48.066Zuser 5:51.502875444
7022024-06-20T20:50:48.066Zsys 1:19.380238743
7032024-06-20T20:50:48.066Ztrap 0.210930793
7042024-06-20T20:50:48.066Ztflt 2.227583559
7052024-06-20T20:50:48.066Zdflt 3.973793933
7062024-06-20T20:50:48.066Zkflt 0.331331771
7072024-06-20T20:50:48.067Zlock 13:54.579955062
7082024-06-20T20:50:48.067Zslp 18:14.404791338
7092024-06-20T20:50:48.067Zlat 20.786880749
7102024-06-20T20:50:48.067Zstop 1:03.882601057
7112024-06-20T20:50:48.067Z
7122024-06-20T20:50:48.067Z #### # # ##### ##### # #
7132024-06-20T20:50:48.067Z # # # # # # # # # #
7142024-06-20T20:50:48.067Z # # # # # # # #
7152024-06-20T20:50:48.067Z # # # ##### ##### #
7162024-06-20T20:50:48.067Z # # # # # # #
7172024-06-20T20:50:48.067Z #### ###### # # # #
7182024-06-20T20:50:48.067Z
7192024-06-20T20:50:48.616Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
7202024-06-20T20:50:55.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.57s
7212024-06-20T20:50:55.746Z Running `target/debug/xtask clippy`
7222024-06-20T20:50:55.767Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings"
7232024-06-20T20:50:56.352Z Downloading crates ...
7242024-06-20T20:50:56.525Z Downloaded aead v0.5.2
7252024-06-20T20:50:56.529Z Downloaded approx v0.5.1
7262024-06-20T20:50:56.535Z Downloaded arrayvec v0.7.4
7272024-06-20T20:50:56.538Z Downloaded async-stream-impl v0.3.5
7282024-06-20T20:50:56.538Z Downloaded argon2 v0.5.3
7292024-06-20T20:50:56.541Z Downloaded bitstruct v0.1.1
7302024-06-20T20:50:56.544Z Downloaded atty v0.2.14
7312024-06-20T20:50:56.553Z Downloaded matches v0.1.10
7322024-06-20T20:50:56.557Z Downloaded darling_macro v0.20.9
7332024-06-20T20:50:56.561Z Downloaded new_debug_unreachable v1.0.6
7342024-06-20T20:50:56.561Z Downloaded anes v0.1.6
7352024-06-20T20:50:56.564Z Downloaded arrayref v0.3.7
7362024-06-20T20:50:56.566Z Downloaded lazycell v1.3.0
7372024-06-20T20:50:56.566Z Downloaded lazy_static v1.4.0
7382024-06-20T20:50:56.570Z Downloaded cobs v0.2.3
7392024-06-20T20:50:56.570Z Downloaded nested v0.1.1
7402024-06-20T20:50:56.574Z Downloaded number_prefix v0.4.0
7412024-06-20T20:50:56.574Z Downloaded atomic-waker v1.1.2
7422024-06-20T20:50:56.576Z Downloaded chacha20 v0.9.1
7432024-06-20T20:50:56.576Z Downloaded ciborium-ll v0.2.2
7442024-06-20T20:50:56.579Z Downloaded crc v3.2.1
7452024-06-20T20:50:56.582Z Downloaded async-stream v0.3.5
7462024-06-20T20:50:56.585Z Downloaded path-slash v0.1.5
7472024-06-20T20:50:56.585Z Downloaded newline-converter v0.3.0
7482024-06-20T20:50:56.587Z Downloaded crossbeam-deque v0.8.5
7492024-06-20T20:50:56.587Z Downloaded crc-catalog v2.4.0
7502024-06-20T20:50:56.590Z Downloaded criterion-plot v0.5.0
7512024-06-20T20:50:56.593Z Downloaded newtype-uuid v1.1.0
7522024-06-20T20:50:56.593Z Downloaded maybe-uninit v2.0.0
7532024-06-20T20:50:56.596Z Downloaded lru v0.12.3
7542024-06-20T20:50:56.598Z Downloaded ahash v0.8.11
7552024-06-20T20:50:56.601Z Downloaded nanorand v0.7.0
7562024-06-20T20:50:56.603Z Downloaded nibble_vec v0.1.0
7572024-06-20T20:50:56.606Z Downloaded normalize-line-endings v0.3.0
7582024-06-20T20:50:56.606Z Downloaded bitstruct_derive v0.1.0
7592024-06-20T20:50:56.609Z Downloaded libloading v0.8.3
7602024-06-20T20:50:56.609Z Downloaded md-5 v0.10.6
7612024-06-20T20:50:56.612Z Downloaded cstr-argument v0.1.2
7622024-06-20T20:50:56.614Z Downloaded memoffset v0.9.1
7632024-06-20T20:50:56.614Z Downloaded lru-cache v0.1.2
7642024-06-20T20:50:56.618Z Downloaded ciborium-io v0.2.2
7652024-06-20T20:50:56.618Z Downloaded atomicwrites v0.4.3
7662024-06-20T20:50:56.620Z Downloaded linked-hash-map v0.5.6
7672024-06-20T20:50:56.620Z Downloaded pathdiff v0.2.1
7682024-06-20T20:50:56.621Z Downloaded num-derive v0.4.2
7692024-06-20T20:50:56.624Z Downloaded phf v0.11.2
7702024-06-20T20:50:56.627Z Downloaded num-iter v0.1.45
7712024-06-20T20:50:56.627Z Downloaded parse-display v0.9.0
7722024-06-20T20:50:56.627Z Downloaded num v0.4.3
7732024-06-20T20:50:56.631Z Downloaded phf_shared v0.11.2
7742024-06-20T20:50:56.633Z Downloaded cookie_store v0.20.0
7752024-06-20T20:50:56.633Z Downloaded phf_shared v0.10.0
7762024-06-20T20:50:56.633Z Downloaded base64ct v1.6.0
7772024-06-20T20:50:56.636Z Downloaded cancel-safe-futures v0.1.5
7782024-06-20T20:50:56.639Z Downloaded peg-runtime v0.8.3
7792024-06-20T20:50:56.642Z Downloaded portpicker v0.1.1
7802024-06-20T20:50:56.642Z Downloaded linear-map v1.2.0
7812024-06-20T20:50:56.645Z Downloaded plotters-svg v0.3.5
7822024-06-20T20:50:56.645Z Downloaded managed v0.8.0
7832024-06-20T20:50:56.648Z Downloaded defmt v0.3.8
7842024-06-20T20:50:56.652Z Downloaded maplit v1.0.2
7852024-06-20T20:50:56.655Z Downloaded plotters-backend v0.3.5
7862024-06-20T20:50:56.655Z Downloaded block-padding v0.3.3
7872024-06-20T20:50:56.655Z Downloaded mime_guess v2.0.4
7882024-06-20T20:50:56.658Z Downloaded corncobs v0.1.3
7892024-06-20T20:50:56.658Z Downloaded vte_generate_state_changes v0.1.1
7902024-06-20T20:50:56.662Z Downloaded bb8 v0.8.3
7912024-06-20T20:50:56.662Z Downloaded multer v3.1.0
7922024-06-20T20:50:56.666Z Downloaded paste v1.0.15
7932024-06-20T20:50:56.669Z Downloaded spin v0.5.2
7942024-06-20T20:50:56.669Z Downloaded pem v3.0.4
7952024-06-20T20:50:56.671Z Downloaded bitflags v1.3.2
7962024-06-20T20:50:56.674Z Downloaded debug-ignore v1.0.5
7972024-06-20T20:50:56.677Z Downloaded data-encoding v2.6.0
7982024-06-20T20:50:56.677Z Downloaded foreign-types-shared v0.3.1
7992024-06-20T20:50:56.680Z Downloaded pin-project-internal v1.1.5
8002024-06-20T20:50:56.682Z Downloaded fxhash v0.2.1
8012024-06-20T20:50:56.682Z Downloaded pkcs8 v0.10.2
8022024-06-20T20:50:56.688Z Downloaded packed_struct v0.10.1
8032024-06-20T20:50:56.690Z Downloaded console v0.15.8
8042024-06-20T20:50:56.690Z Downloaded downcast v0.11.0
8052024-06-20T20:50:56.693Z Downloaded instant v0.1.12
8062024-06-20T20:50:56.693Z Downloaded packed_struct_codegen v0.10.1
8072024-06-20T20:50:56.695Z Downloaded clang-sys v1.7.0
8082024-06-20T20:50:56.702Z Downloaded peg v0.8.3
8092024-06-20T20:50:56.704Z Downloaded olpc-cjson v0.1.3
8102024-06-20T20:50:56.704Z Downloaded ppv-lite86 v0.2.17
8112024-06-20T20:50:56.704Z Downloaded sigpipe v0.1.3
8122024-06-20T20:50:56.708Z Downloaded postgres-types v0.2.6
8132024-06-20T20:50:56.711Z Downloaded owo-colors v4.0.0
8142024-06-20T20:50:56.711Z Downloaded topological-sort v0.2.2
8152024-06-20T20:50:56.715Z Downloaded tui-tree-widget v0.19.0
8162024-06-20T20:50:56.715Z Downloaded cassowary v0.3.0
8172024-06-20T20:50:56.718Z Downloaded backoff v0.4.0
8182024-06-20T20:50:56.721Z Downloaded const_format_proc_macros v0.2.32
8192024-06-20T20:50:56.725Z Downloaded blake2b_simd v1.0.2
8202024-06-20T20:50:56.725Z Downloaded ascii v1.1.0
8212024-06-20T20:50:56.729Z Downloaded async-trait v0.1.80
8222024-06-20T20:50:56.732Z Downloaded num_enum_derive v0.5.11
8232024-06-20T20:50:56.732Z Downloaded tower-layer v0.3.2
8242024-06-20T20:50:56.732Z Downloaded wyz v0.5.1
8252024-06-20T20:50:56.734Z Downloaded num-rational v0.4.2
8262024-06-20T20:50:56.737Z Downloaded futures-timer v3.0.3
8272024-06-20T20:50:56.740Z Downloaded oso v0.27.3
8282024-06-20T20:50:56.743Z Downloaded highway v1.1.0
8292024-06-20T20:50:56.746Z Downloaded hex-literal v0.4.1
8302024-06-20T20:50:56.746Z Downloaded postgres-protocol v0.6.6
8312024-06-20T20:50:56.748Z Downloaded num-complex v0.4.6
8322024-06-20T20:50:56.751Z Downloaded inout v0.1.3
8332024-06-20T20:50:56.751Z Downloaded hubpack v0.1.2
8342024-06-20T20:50:56.754Z Downloaded platforms v3.4.0
8352024-06-20T20:50:56.757Z Downloaded quick-error v1.2.3
8362024-06-20T20:50:56.757Z Downloaded indoc v2.0.5
8372024-06-20T20:50:56.759Z Downloaded postcard v1.0.8
8382024-06-20T20:50:56.763Z Downloaded pretty-hex v0.2.1
8392024-06-20T20:50:56.770Z Downloaded http-body v1.0.0
8402024-06-20T20:50:56.773Z Downloaded humantime v2.1.0
8412024-06-20T20:50:56.773Z Downloaded is_ci v1.2.0
8422024-06-20T20:50:56.773Z Downloaded hash32 v0.3.1
8432024-06-20T20:50:56.773Z Downloaded stringprep v0.1.4
8442024-06-20T20:50:56.773Z Downloaded vte v0.11.1
8452024-06-20T20:50:56.775Z Downloaded static_assertions v1.1.0
8462024-06-20T20:50:56.778Z Downloaded cookie v0.18.1
8472024-06-20T20:50:56.782Z Downloaded rtoolbox v0.0.2
8482024-06-20T20:50:56.782Z Downloaded der_derive v0.7.2
8492024-06-20T20:50:56.785Z Downloaded serde_repr v0.1.19
8502024-06-20T20:50:56.788Z Downloaded structmeta v0.3.0
8512024-06-20T20:50:56.788Z Downloaded tokio-rustls v0.24.1
8522024-06-20T20:50:56.791Z Downloaded structmeta v0.2.0
8532024-06-20T20:50:56.791Z Downloaded strip-ansi-escapes v0.2.0
8542024-06-20T20:50:56.793Z Downloaded wait-timeout v0.2.0
8552024-06-20T20:50:56.797Z Downloaded difflib v0.4.0
8562024-06-20T20:50:56.797Z Downloaded waitgroup v0.1.2
8572024-06-20T20:50:56.797Z Downloaded parking_lot_core v0.8.6
8582024-06-20T20:50:56.799Z Downloaded crypto-bigint v0.5.5
8592024-06-20T20:50:56.805Z Downloaded siphasher v0.3.11
8602024-06-20T20:50:56.808Z Downloaded toolchain_find v0.4.0
8612024-06-20T20:50:56.810Z Downloaded group v0.13.0
8622024-06-20T20:50:56.810Z Downloaded unicode-xid v0.2.4
8632024-06-20T20:50:56.813Z Downloaded r2d2 v0.8.10
8642024-06-20T20:50:56.816Z Downloaded httptest v0.15.5
8652024-06-20T20:50:56.816Z Downloaded embedded-io v0.4.0
8662024-06-20T20:50:56.820Z Downloaded signal-hook-tokio v0.3.1
8672024-06-20T20:50:56.823Z Downloaded const_format v0.2.32
8682024-06-20T20:50:56.825Z Downloaded similar-asserts v1.5.0
8692024-06-20T20:50:56.829Z Downloaded headers-core v0.2.0
8702024-06-20T20:50:56.829Z Downloaded rustfmt-wrapper v0.2.1
8712024-06-20T20:50:56.832Z Downloaded serde_plain v1.0.2
8722024-06-20T20:50:56.832Z Downloaded psl-types v2.0.11
8732024-06-20T20:50:56.835Z Downloaded serde_arrays v0.1.0
8742024-06-20T20:50:56.835Z Downloaded derive_builder_macro v0.20.0
8752024-06-20T20:50:56.837Z Downloaded rust-argon2 v2.1.0
8762024-06-20T20:50:56.837Z Downloaded trybuild v1.0.96
8772024-06-20T20:50:56.842Z Downloaded chacha20poly1305 v0.10.1
8782024-06-20T20:50:56.845Z Downloaded tap v1.0.1
8792024-06-20T20:50:56.849Z Downloaded tabwriter v1.4.0
8802024-06-20T20:50:56.849Z Downloaded smf v0.2.3
8812024-06-20T20:50:56.858Z Downloaded walkdir v2.5.0
8822024-06-20T20:50:56.863Z Downloaded zeroize v1.7.0
8832024-06-20T20:50:56.866Z Downloaded guppy-workspace-hack v0.1.0
8842024-06-20T20:50:56.866Z Downloaded ident_case v1.0.1
8852024-06-20T20:50:56.866Z Downloaded backtrace v0.3.71
8862024-06-20T20:50:56.869Z Downloaded either v1.12.0
8872024-06-20T20:50:56.872Z Downloaded rand_core v0.6.4
8882024-06-20T20:50:56.875Z Downloaded foreign-types v0.5.0
8892024-06-20T20:50:56.875Z Downloaded flagset v0.4.5
8902024-06-20T20:50:56.878Z Downloaded predicates-core v1.0.6
8912024-06-20T20:50:56.878Z Downloaded zeroize_derive v1.4.2
8922024-06-20T20:50:56.880Z Downloaded whoami v1.5.1
8932024-06-20T20:50:56.883Z Downloaded which v4.4.2
8942024-06-20T20:50:56.883Z Downloaded stability v0.2.0
8952024-06-20T20:50:56.886Z Downloaded same-file v1.0.6
8962024-06-20T20:50:56.886Z Downloaded tls_codec v0.4.1
8972024-06-20T20:50:56.888Z Downloaded stable_deref_trait v1.2.0
8982024-06-20T20:50:56.891Z Downloaded slog-stdlog v4.1.1
8992024-06-20T20:50:56.891Z Downloaded serde_path_to_error v0.1.16
9002024-06-20T20:50:56.894Z Downloaded tls_codec_derive v0.4.1
9012024-06-20T20:50:56.897Z Downloaded rstest v0.19.0
9022024-06-20T20:50:56.900Z Downloaded serde_derive_internals v0.29.1
9032024-06-20T20:50:56.903Z Downloaded diesel_table_macro_syntax v0.1.0
9042024-06-20T20:50:56.903Z Downloaded similar v2.5.0
9052024-06-20T20:50:56.908Z Downloaded darling_core v0.20.9
9062024-06-20T20:50:56.914Z Downloaded structmeta-derive v0.3.0
9072024-06-20T20:50:56.917Z Downloaded diff v0.1.13
9082024-06-20T20:50:56.919Z Downloaded tokio-stream v0.1.15
9092024-06-20T20:50:56.924Z Downloaded target-lexicon v0.12.14
9102024-06-20T20:50:56.927Z Downloaded escape8259 v0.5.2
9112024-06-20T20:50:56.929Z Downloaded env_logger v0.10.2
9122024-06-20T20:50:56.932Z Downloaded yasna v0.5.2
9132024-06-20T20:50:56.935Z Downloaded http-range v0.1.5
9142024-06-20T20:50:56.935Z Downloaded signal-hook-mio v0.2.3
9152024-06-20T20:50:56.937Z Downloaded rand_chacha v0.3.1
9162024-06-20T20:50:56.937Z Downloaded hyper-staticfile v0.9.5
9172024-06-20T20:50:56.940Z Downloaded hyper-rustls v0.26.0
9182024-06-20T20:50:56.943Z Downloaded snafu-derive v0.8.2
9192024-06-20T20:50:56.946Z Downloaded tungstenite v0.21.0
9202024-06-20T20:50:56.948Z Downloaded tungstenite v0.20.1
9212024-06-20T20:50:56.953Z Downloaded slog-scope v4.4.0
9222024-06-20T20:50:56.956Z Downloaded supports-color v3.0.0
9232024-06-20T20:50:56.956Z Downloaded slog-envlogger v2.2.0
9242024-06-20T20:50:56.958Z Downloaded heck v0.3.3
9252024-06-20T20:50:56.958Z Downloaded hash32 v0.2.1
9262024-06-20T20:50:56.962Z Downloaded glob v0.3.1
9272024-06-20T20:50:56.964Z Downloaded minimal-lexical v0.2.1
9282024-06-20T20:50:56.968Z Downloaded signature v1.6.4
9292024-06-20T20:50:56.971Z Downloaded termios v0.3.3
9302024-06-20T20:50:56.971Z Downloaded ena v0.14.3
9312024-06-20T20:50:56.974Z Downloaded ed25519 v1.5.3
9322024-06-20T20:50:56.974Z Downloaded der v0.7.9
9332024-06-20T20:50:56.979Z Downloaded ref-cast-impl v1.0.23
9342024-06-20T20:50:56.984Z Downloaded serde-big-array v0.5.1
9352024-06-20T20:50:56.984Z Downloaded untrusted v0.9.0
9362024-06-20T20:50:56.987Z Downloaded env_logger v0.9.3
9372024-06-20T20:50:56.987Z Downloaded crossterm v0.27.0
9382024-06-20T20:50:56.993Z Downloaded steno v0.4.0
9392024-06-20T20:50:56.997Z Downloaded tokio-rustls v0.25.0
9402024-06-20T20:50:57.000Z Downloaded fastrand v2.1.0
9412024-06-20T20:50:57.003Z Downloaded unicode-linebreak v0.1.5
9422024-06-20T20:50:57.003Z Downloaded tempfile v3.10.1
9432024-06-20T20:50:57.006Z Downloaded toml v0.7.8
9442024-06-20T20:50:57.009Z Downloaded smawk v0.3.2
9452024-06-20T20:50:57.012Z Downloaded rpassword v7.3.1
9462024-06-20T20:50:57.012Z Downloaded signature v2.2.0
9472024-06-20T20:50:57.014Z Downloaded shlex v1.3.0
9482024-06-20T20:50:57.014Z Downloaded utf-8 v0.7.6
9492024-06-20T20:50:57.017Z Downloaded enum-as-inner v0.5.1
9502024-06-20T20:50:57.020Z Downloaded tiny-keccak v2.0.2
9512024-06-20T20:50:57.023Z Downloaded hyper-rustls v0.24.2
9522024-06-20T20:50:57.025Z Downloaded thiserror-no-std v2.0.2
9532024-06-20T20:50:57.030Z Downloaded rustc_version v0.1.7
9542024-06-20T20:50:57.030Z Downloaded termcolor v1.4.1
9552024-06-20T20:50:57.033Z Downloaded prettyplease v0.2.20
9562024-06-20T20:50:57.035Z Downloaded hyper-util v0.1.3
9572024-06-20T20:50:57.038Z Downloaded snafu v0.8.2
9582024-06-20T20:50:57.046Z Downloaded sqlparser_derive v0.2.2
9592024-06-20T20:50:57.051Z Downloaded semver v0.1.20
9602024-06-20T20:50:57.051Z Downloaded secrecy v0.8.0
9612024-06-20T20:50:57.051Z Downloaded zone_cfg_derive v0.1.2
9622024-06-20T20:50:57.051Z Downloaded pretty_assertions v1.4.0
9632024-06-20T20:50:57.056Z Downloaded endian-type v0.1.2
9642024-06-20T20:50:57.056Z Downloaded unarray v0.1.4
9652024-06-20T20:50:57.056Z Downloaded sec1 v0.7.3
9662024-06-20T20:50:57.056Z Downloaded predicates v3.1.0
9672024-06-20T20:50:57.060Z Downloaded serde_with_macros v3.8.1
9682024-06-20T20:50:57.060Z Downloaded thiserror-impl-no-std v2.0.2
9692024-06-20T20:50:57.063Z Downloaded serde-big-array v0.4.1
9702024-06-20T20:50:57.063Z Downloaded rand_xorshift v0.3.0
9712024-06-20T20:50:57.063Z Downloaded yansi v0.5.1
9722024-06-20T20:50:57.066Z Downloaded slog-dtrace v0.3.0
9732024-06-20T20:50:57.066Z Downloaded signal-hook v0.3.17
9742024-06-20T20:50:57.069Z Downloaded sha1 v0.10.6
9752024-06-20T20:50:57.072Z Downloaded kstat-rs v0.2.3
9762024-06-20T20:50:57.072Z Downloaded half v2.4.1
9772024-06-20T20:50:57.076Z Downloaded home v0.5.9
9782024-06-20T20:50:57.078Z Downloaded rustls-pemfile v2.1.2
9792024-06-20T20:50:57.078Z Downloaded subprocess v0.2.9
9802024-06-20T20:50:57.081Z Downloaded num-bigint-dig v0.8.4
9812024-06-20T20:50:57.086Z Downloaded precomputed-hash v0.1.1
9822024-06-20T20:50:57.089Z Downloaded indoc v1.0.9
9832024-06-20T20:50:57.091Z Downloaded rustc-hash v1.1.0
9842024-06-20T20:50:57.092Z Downloaded spin v0.9.8
9852024-06-20T20:50:57.094Z Downloaded zerocopy v0.6.6
9862024-06-20T20:50:57.097Z Downloaded unicode_categories v0.1.1
9872024-06-20T20:50:57.102Z Downloaded ff v0.13.0
9882024-06-20T20:50:57.102Z Downloaded spki v0.7.3
9892024-06-20T20:50:57.105Z Downloaded libxml v0.3.3
9902024-06-20T20:50:57.109Z Downloaded headers v0.3.9
9912024-06-20T20:50:57.113Z Downloaded strum_macros v0.24.3
9922024-06-20T20:50:57.116Z Downloaded universal-hash v0.5.1
9932024-06-20T20:50:57.119Z Downloaded unicase v2.7.0
9942024-06-20T20:50:57.119Z Downloaded strum_macros v0.25.3
9952024-06-20T20:50:57.122Z Downloaded rustls-pki-types v1.7.0
9962024-06-20T20:50:57.125Z Downloaded erased-serde v0.3.31
9972024-06-20T20:50:57.128Z Downloaded hex v0.4.3
9982024-06-20T20:50:57.128Z Downloaded getrandom v0.2.14
9992024-06-20T20:50:57.131Z Downloaded tough v0.17.1
10002024-06-20T20:50:57.139Z Downloaded fd-lock v4.0.2
10012024-06-20T20:50:57.142Z Downloaded socket2 v0.4.10
10022024-06-20T20:50:57.145Z Downloaded aho-corasick v1.1.3
10032024-06-20T20:50:57.149Z Downloaded nom v7.1.3
10042024-06-20T20:50:57.155Z Downloaded ron v0.7.1
10052024-06-20T20:50:57.161Z Downloaded rustc-demangle v0.1.24
10062024-06-20T20:50:57.163Z Downloaded rayon-core v1.12.1
10072024-06-20T20:50:57.166Z Downloaded indexmap v1.9.3
10082024-06-20T20:50:57.169Z Downloaded tokio-postgres v0.7.10
10092024-06-20T20:50:57.179Z Downloaded salty v0.2.0
10102024-06-20T20:50:57.182Z Downloaded uzers v0.11.3
10112024-06-20T20:50:57.185Z Downloaded fancy-regex v0.13.0
10122024-06-20T20:50:57.188Z Downloaded elliptic-curve v0.13.8
10132024-06-20T20:50:57.190Z Downloaded unicode-segmentation v1.11.0
10142024-06-20T20:50:57.193Z Downloaded fatfs v0.3.6
10152024-06-20T20:50:57.196Z Downloaded rand v0.8.5
10162024-06-20T20:50:57.202Z Downloaded uuid v1.8.0
10172024-06-20T20:50:57.209Z Downloaded toml_edit v0.19.15
10182024-06-20T20:50:57.232Z Downloaded indicatif v0.17.8
10192024-06-20T20:50:57.236Z Downloaded hmac v0.12.1
10202024-06-20T20:50:57.239Z Downloaded textwrap v0.16.1
10212024-06-20T20:50:57.242Z Downloaded rsa v0.9.6
10222024-06-20T20:50:57.246Z Downloaded typed-path v0.7.1
10232024-06-20T20:50:57.253Z Downloaded diesel_derives v2.1.4
10242024-06-20T20:50:57.260Z Downloaded unsafe-libyaml v0.2.11
10252024-06-20T20:50:57.263Z Downloaded ron v0.8.1
10262024-06-20T20:50:57.267Z Downloaded plotters v0.3.5
10272024-06-20T20:50:57.277Z Downloaded itertools v0.10.5
10282024-06-20T20:50:57.284Z Downloaded trust-dns-resolver v0.22.0
10292024-06-20T20:50:57.288Z Downloaded chrono v0.4.38
10302024-06-20T20:50:57.296Z Downloaded x509-cert v0.2.5
10312024-06-20T20:50:57.302Z Downloaded bitvec v1.0.1
10322024-06-20T20:50:57.319Z Downloaded bindgen v0.69.4
10332024-06-20T20:50:57.326Z Downloaded trust-dns-server v0.22.1
10342024-06-20T20:50:57.333Z Downloaded tower v0.4.13
10352024-06-20T20:50:57.342Z Downloaded serde_with v3.8.1
10362024-06-20T20:50:57.351Z Downloaded http v1.1.0
10372024-06-20T20:50:57.355Z Downloaded guppy v0.17.5
10382024-06-20T20:50:57.361Z Downloaded rayon v1.10.0
10392024-06-20T20:50:57.371Z Downloaded hkdf v0.12.4
10402024-06-20T20:50:57.373Z Downloaded regex-automata v0.1.10
10412024-06-20T20:50:57.379Z Downloaded smoltcp v0.9.1
10422024-06-20T20:50:57.390Z Downloaded reedline v0.31.0
10432024-06-20T20:50:57.398Z Downloaded lalrpop v0.19.12
10442024-06-20T20:50:57.410Z Downloaded rustls v0.21.12
10452024-06-20T20:50:57.422Z Downloaded itertools v0.12.1
10462024-06-20T20:50:57.430Z Downloaded regex v1.10.4
10472024-06-20T20:50:57.443Z Downloaded proptest v1.4.0
10482024-06-20T20:50:57.452Z Downloaded winnow v0.5.40
10492024-06-20T20:50:57.461Z Downloaded rustls-webpki v0.101.7
10502024-06-20T20:50:57.475Z Downloaded gimli v0.28.1
10512024-06-20T20:50:57.485Z Downloaded regress v0.9.1
10522024-06-20T20:50:57.490Z Downloaded regex-syntax v0.8.3
10532024-06-20T20:50:57.498Z Downloaded smoltcp v0.11.0
10542024-06-20T20:50:57.677Z Downloaded nix v0.27.1
10552024-06-20T20:50:57.685Z Downloaded ratatui v0.26.2
10562024-06-20T20:50:57.685Z Downloaded webpki-roots v0.25.4
10572024-06-20T20:50:57.685Z Downloaded object v0.30.4
10582024-06-20T20:50:57.685Z Downloaded radix_trie v0.2.1
10592024-06-20T20:50:57.685Z Downloaded bzip2-sys v0.1.11+1.0.8
10602024-06-20T20:50:57.685Z Downloaded finl_unicode v1.2.0
10612024-06-20T20:50:57.685Z Downloaded csv v1.3.0
10622024-06-20T20:50:57.685Z Downloaded regex-syntax v0.6.29
10632024-06-20T20:50:57.685Z Downloaded idna v0.2.3
10642024-06-20T20:50:57.686Z Downloaded idna v0.3.0
10652024-06-20T20:50:57.686Z Downloaded openapiv3 v2.0.0
10662024-06-20T20:50:57.686Z Downloaded diesel v2.1.6
10672024-06-20T20:50:57.686Z Downloaded nix v0.28.0
10682024-06-20T20:50:57.686Z Downloaded zerocopy-derive v0.6.6
10692024-06-20T20:50:57.686Z Downloaded object v0.32.2
10702024-06-20T20:50:57.686Z Downloaded polar-core v0.27.3
10712024-06-20T20:50:57.691Z Downloaded sled v0.34.7
10722024-06-20T20:50:57.694Z Downloaded trust-dns-proto v0.22.0
10732024-06-20T20:50:57.705Z Downloaded rustls-webpki v0.102.4
10742024-06-20T20:50:57.724Z Downloaded rustls v0.22.4
10752024-06-20T20:50:57.735Z Downloaded bstr v1.9.1
10762024-06-20T20:50:57.745Z Downloaded regex-automata v0.4.6
10772024-06-20T20:50:57.762Z Downloaded petgraph v0.6.5
10782024-06-20T20:50:57.780Z Downloaded hyper v1.3.1
10792024-06-20T20:50:57.784Z Downloaded bstr v0.2.17
10802024-06-20T20:50:57.794Z Downloaded curve25519-dalek v4.1.2
10812024-06-20T20:50:57.805Z Downloaded quick-xml v0.31.0
10822024-06-20T20:50:57.809Z Downloaded portable-atomic v1.6.0
10832024-06-20T20:50:57.814Z Downloaded sha3 v0.10.8
10842024-06-20T20:50:57.818Z Downloaded sqlparser v0.45.0
10852024-06-20T20:50:57.824Z Downloaded trust-dns-client v0.22.0
10862024-06-20T20:50:57.833Z Downloaded rustyline v14.0.0
10872024-06-20T20:50:57.838Z Downloaded rstest_macros v0.19.0
10882024-06-20T20:50:57.841Z Downloaded rcgen v0.12.1
10892024-06-20T20:50:57.841Z Downloaded hashbrown v0.12.3
10902024-06-20T20:50:57.844Z Downloaded hashbrown v0.13.2
10912024-06-20T20:50:57.848Z Downloaded blake3 v1.5.1
10922024-06-20T20:50:57.855Z Downloaded expectorate v1.1.0
10932024-06-20T20:50:57.858Z Downloaded zip v0.6.6
10942024-06-20T20:50:57.861Z Downloaded serde_yaml v0.9.34+deprecated
10952024-06-20T20:50:57.865Z Downloaded flume v0.11.0
10962024-06-20T20:50:57.868Z Downloaded libm v0.2.8
10972024-06-20T20:50:57.876Z Downloaded shell-words v1.1.0
10982024-06-20T20:50:57.880Z Downloaded rand_seeder v0.2.3
10992024-06-20T20:50:57.880Z Downloaded sqlformat v0.2.3
11002024-06-20T20:50:57.886Z Downloaded samael v0.0.15
11012024-06-20T20:50:57.889Z Downloaded heapless v0.8.0
11022024-06-20T20:50:57.889Z Downloaded heapless v0.7.17
11032024-06-20T20:50:57.893Z Downloaded criterion v0.5.1
11042024-06-20T20:50:57.900Z Downloaded num-bigint v0.4.5
11052024-06-20T20:50:57.905Z Downloaded gethostname v0.4.3
11062024-06-20T20:50:57.908Z Downloaded untrusted v0.7.1
11072024-06-20T20:50:57.908Z Downloaded keccak v0.1.5
11082024-06-20T20:50:57.910Z Downloaded derive_more v0.99.17
11092024-06-20T20:50:57.913Z Downloaded getopts v0.2.21
11102024-06-20T20:50:57.916Z Downloaded scheduled-thread-pool v0.2.7
11112024-06-20T20:50:57.916Z Downloaded hostname v0.4.0
11122024-06-20T20:50:57.919Z Downloaded zone v0.1.8
11132024-06-20T20:50:57.919Z Downloaded termtree v0.4.1
11142024-06-20T20:50:57.921Z Downloaded derive-where v1.2.7
11152024-06-20T20:50:57.924Z Downloaded toml v0.5.11
11162024-06-20T20:50:57.927Z Downloaded schemars v0.8.20
11172024-06-20T20:50:57.936Z Downloaded publicsuffix v2.2.3
11182024-06-20T20:50:57.940Z Downloaded globset v0.4.14
11192024-06-20T20:50:57.943Z Downloaded derive_builder_core v0.20.0
11202024-06-20T20:50:57.943Z Downloaded defmt-parser v0.3.4
11212024-06-20T20:50:57.943Z Downloaded ref-cast v1.0.23
11222024-06-20T20:50:57.946Z Downloaded derive_builder v0.20.0
11232024-06-20T20:50:57.950Z Downloaded fallible-iterator v0.2.0
11242024-06-20T20:50:57.952Z Downloaded base64 v0.22.1
11252024-06-20T20:50:57.955Z Downloaded structmeta-derive v0.2.0
11262024-06-20T20:50:57.955Z Downloaded smallvec v0.6.14
11272024-06-20T20:50:57.957Z Downloaded iana-time-zone v0.1.60
11282024-06-20T20:50:57.960Z Downloaded rusty-fork v0.3.0
11292024-06-20T20:50:57.960Z Downloaded relative-path v1.9.3
11302024-06-20T20:50:57.963Z Downloaded impl-trait-for-tuples v0.2.2
11312024-06-20T20:50:57.966Z Downloaded tracing-attributes v0.1.27
11322024-06-20T20:50:57.969Z Downloaded pin-project v1.1.5
11332024-06-20T20:50:57.977Z Downloaded vsss-rs v3.3.4
11342024-06-20T20:50:57.980Z Downloaded tokio-tungstenite v0.20.1
11352024-06-20T20:50:57.982Z Downloaded tinytemplate v1.2.1
11362024-06-20T20:50:57.985Z Downloaded test-strategy v0.3.1
11372024-06-20T20:50:57.998Z Downloaded serde-hex v0.1.0
11382024-06-20T20:50:57.998Z Downloaded rustc_version v0.4.0
11392024-06-20T20:50:58.000Z Downloaded sct v0.7.1
11402024-06-20T20:50:58.000Z Downloaded rustls-native-certs v0.7.0
11412024-06-20T20:50:58.000Z Downloaded proc-macro-crate v1.3.1
11422024-06-20T20:50:58.000Z Downloaded predicates-tree v1.0.9
11432024-06-20T20:50:58.000Z Downloaded ipnetwork v0.20.0
11442024-06-20T20:50:58.000Z Downloaded float-cmp v0.9.0
11452024-06-20T20:50:58.001Z Downloaded csv-core v0.1.11
11462024-06-20T20:50:58.001Z Downloaded crossbeam-epoch v0.9.18
11472024-06-20T20:50:58.011Z Downloaded crc-any v2.5.0
11482024-06-20T20:50:58.012Z Downloaded const-oid v0.9.6
11492024-06-20T20:50:58.012Z Downloaded resolv-conf v0.7.0
11502024-06-20T20:50:58.012Z Downloaded radium v0.7.0
11512024-06-20T20:50:58.014Z Downloaded num-traits v0.2.19
11522024-06-20T20:50:58.014Z Downloaded schemars_derive v0.8.20
11532024-06-20T20:50:58.014Z Downloaded tokio-tungstenite v0.21.0
11542024-06-20T20:50:58.017Z Downloaded mockall_derive v0.12.1
11552024-06-20T20:50:58.017Z Downloaded poly1305 v0.8.0
11562024-06-20T20:50:58.021Z Downloaded fixedbitset v0.4.2
11572024-06-20T20:50:58.025Z Downloaded dyn-clone v1.0.17
11582024-06-20T20:50:58.025Z Downloaded base64 v0.13.1
11592024-06-20T20:50:58.028Z Downloaded funty v2.0.0
11602024-06-20T20:50:58.028Z Downloaded fragile v2.0.0
11612024-06-20T20:50:58.028Z Downloaded parking_lot v0.11.2
11622024-06-20T20:50:58.030Z Downloaded omicron-zone-package v0.11.0
11632024-06-20T20:50:58.033Z Downloaded string_cache v0.8.7
11642024-06-20T20:50:58.035Z Downloaded partial-io v0.5.4
11652024-06-20T20:50:58.035Z Downloaded nu-ansi-term v0.50.0
11662024-06-20T20:50:58.038Z Downloaded compact_str v0.7.1
11672024-06-20T20:50:58.040Z Downloaded assert_cmd v2.0.14
11682024-06-20T20:50:58.043Z Downloaded async-recursion v1.1.1
11692024-06-20T20:50:58.045Z Downloaded threadpool v1.8.1
11702024-06-20T20:50:58.048Z Downloaded target-spec v3.1.0
11712024-06-20T20:50:58.048Z Downloaded base16ct v0.2.0
11722024-06-20T20:50:58.050Z Downloaded parse-display-derive v0.9.0
11732024-06-20T20:50:58.050Z Downloaded arc-swap v1.7.1
11742024-06-20T20:50:58.053Z Downloaded cookie v0.17.0
11752024-06-20T20:50:58.055Z Downloaded cfg-expr v0.15.8
11762024-06-20T20:50:58.058Z Downloaded hubpack_derive v0.1.1
11772024-06-20T20:50:58.060Z Downloaded pkcs1 v0.7.5
11782024-06-20T20:50:58.062Z Downloaded mockall v0.12.1
11792024-06-20T20:50:58.062Z Downloaded doc-comment v0.3.3
11802024-06-20T20:50:58.064Z Downloaded display-error-chain v0.2.0
11812024-06-20T20:50:58.064Z Downloaded subtle v2.5.0
11822024-06-20T20:50:58.065Z Downloaded oso-derive v0.27.3
11832024-06-20T20:50:58.067Z Downloaded blake2 v0.10.6
11842024-06-20T20:50:58.067Z Downloaded foreign-types-macros v0.2.3
11852024-06-20T20:50:58.070Z Downloaded password-hash v0.5.0
11862024-06-20T20:50:58.070Z Downloaded camino-tempfile v1.1.1
11872024-06-20T20:50:58.072Z Downloaded pem-rfc7468 v0.7.0
11882024-06-20T20:50:58.075Z Downloaded peg-macros v0.8.3
11892024-06-20T20:50:58.075Z Downloaded libtest-mimic v0.7.3
11902024-06-20T20:50:58.077Z Downloaded curve25519-dalek-derive v0.1.1
11912024-06-20T20:50:58.077Z Downloaded convert_case v0.4.0
11922024-06-20T20:50:58.080Z Downloaded oorandom v11.1.3
11932024-06-20T20:50:58.080Z Downloaded num_enum v0.5.11
11942024-06-20T20:50:58.083Z Downloaded colored v2.1.0
11952024-06-20T20:50:58.086Z Downloaded castaway v0.2.2
11962024-06-20T20:50:58.088Z Downloaded buf-list v1.0.3
11972024-06-20T20:50:58.091Z Downloaded num-integer v0.1.46
11982024-06-20T20:50:58.091Z Downloaded bit-vec v0.6.3
11992024-06-20T20:50:58.093Z Downloaded memmap2 v0.9.4
12002024-06-20T20:50:58.093Z Downloaded cipher v0.4.4
12012024-06-20T20:50:58.096Z Downloaded datatest-stable v0.2.9
12022024-06-20T20:50:58.096Z Downloaded darling v0.20.9
12032024-06-20T20:50:58.101Z Downloaded ciborium v0.2.2
12042024-06-20T20:50:58.103Z Downloaded bzip2 v0.4.4
12052024-06-20T20:50:58.106Z Downloaded nodrop v0.1.14
12062024-06-20T20:50:58.106Z Downloaded bcs v0.1.6
12072024-06-20T20:50:58.108Z Downloaded array-init v0.0.4
12082024-06-20T20:50:58.108Z Downloaded defmt-macros v0.3.9
12092024-06-20T20:50:58.111Z Downloaded crunchy v0.2.2
12102024-06-20T20:50:58.111Z Downloaded crucible-workspace-hack v0.1.0
12112024-06-20T20:50:58.111Z Downloaded cfg_aliases v0.1.1
12122024-06-20T20:50:58.114Z Downloaded allocator-api2 v0.2.18
12132024-06-20T20:50:58.116Z Downloaded libsw v3.3.1
12142024-06-20T20:50:58.116Z Downloaded multimap v0.10.0
12152024-06-20T20:50:58.119Z Downloaded libefi-sys v0.1.0
12162024-06-20T20:50:58.119Z Downloaded lalrpop-util v0.19.12
12172024-06-20T20:50:58.119Z Downloaded bitfield v0.14.0
12182024-06-20T20:50:58.121Z Downloaded constant_time_eq v0.3.0
12192024-06-20T20:50:58.121Z Downloaded cexpr v0.6.0
12202024-06-20T20:50:58.125Z Downloaded cast v0.3.0
12212024-06-20T20:50:58.125Z Downloaded bit-set v0.5.3
12222024-06-20T20:50:58.130Z Downloaded parse-size v1.0.0
12232024-06-20T20:50:58.130Z Downloaded opaque-debug v0.3.1
12242024-06-20T20:50:58.130Z Downloaded newtype_derive v0.1.6
12252024-06-20T20:50:58.130Z Downloaded assert_matches v1.5.0
12262024-06-20T20:50:58.132Z Downloaded ascii-canvas v3.0.0
12272024-06-20T20:50:58.132Z Downloaded addr2line v0.21.0
12282024-06-20T20:50:58.295Z Downloaded ring v0.17.8
12292024-06-20T20:50:58.416Z Downloaded ring v0.16.20
12302024-06-20T20:50:59.050Z Compiling serde v1.0.203
12312024-06-20T20:50:59.050Z Checking cfg-if v1.0.0
12322024-06-20T20:50:59.108Z Compiling libm v0.2.8
12332024-06-20T20:50:59.121Z Checking libc v0.2.155
12342024-06-20T20:50:59.134Z Compiling syn v2.0.64
12352024-06-20T20:50:59.137Z Compiling ahash v0.8.11
12362024-06-20T20:50:59.137Z Compiling num-traits v0.2.19
12372024-06-20T20:50:59.137Z Compiling getrandom v0.2.14
12382024-06-20T20:50:59.188Z Compiling serde_json v1.0.117
12392024-06-20T20:50:59.444Z Compiling log v0.4.21
12402024-06-20T20:50:59.501Z Compiling generic-array v0.14.7
12412024-06-20T20:50:59.603Z Checking memchr v2.7.2
12422024-06-20T20:50:59.626Z Checking itoa v1.0.11
12432024-06-20T20:50:59.628Z Compiling syn v1.0.109
12442024-06-20T20:50:59.790Z Compiling allocator-api2 v0.2.18
12452024-06-20T20:50:59.825Z Checking byteorder v1.5.0
12462024-06-20T20:50:59.846Z Checking scopeguard v1.2.0
12472024-06-20T20:50:59.880Z Checking smallvec v1.13.2
12482024-06-20T20:50:59.991Z Checking lock_api v0.4.12
12492024-06-20T20:51:00.216Z Compiling schemars v0.8.20
12502024-06-20T20:51:00.235Z Compiling ring v0.17.8
12512024-06-20T20:51:00.421Z Compiling time-macros v0.2.18
12522024-06-20T20:51:00.529Z Checking once_cell v1.19.0
12532024-06-20T20:51:00.560Z Checking parking_lot_core v0.9.10
12542024-06-20T20:51:00.578Z Compiling aho-corasick v1.1.3
12552024-06-20T20:51:00.888Z Checking parking_lot v0.12.2
12562024-06-20T20:51:01.020Z Checking pin-project-lite v0.2.14
12572024-06-20T20:51:01.148Z Compiling regex-syntax v0.8.3
12582024-06-20T20:51:04.006Z Checking signal-hook-registry v1.4.2
12592024-06-20T20:51:04.235Z Checking mio v0.8.11
12602024-06-20T20:51:04.255Z Compiling regex-automata v0.4.6
12612024-06-20T20:51:05.094Z Compiling slog v2.7.0
12622024-06-20T20:51:05.671Z Checking num_cpus v1.16.0
12632024-06-20T20:51:05.759Z Compiling crossbeam-utils v0.8.19
12642024-06-20T20:51:05.778Z Checking ryu v1.0.18
12652024-06-20T20:51:06.020Z Checking rand_core v0.6.4
12662024-06-20T20:51:06.319Z Compiling serde_derive_internals v0.29.1
12672024-06-20T20:51:06.357Z Compiling iana-time-zone v0.1.60
12682024-06-20T20:51:06.432Z Compiling rustls v0.21.12
12692024-06-20T20:51:06.671Z Checking futures-core v0.3.30
12702024-06-20T20:51:06.833Z Checking socket2 v0.5.7
12712024-06-20T20:51:06.855Z Compiling cookie v0.17.0
12722024-06-20T20:51:07.196Z Compiling backtrace v0.3.71
12732024-06-20T20:51:07.327Z Compiling dyn-clone v1.0.17
12742024-06-20T20:51:07.383Z Compiling anyhow v1.0.86
12752024-06-20T20:51:07.670Z Compiling unicode-normalization v0.1.23
12762024-06-20T20:51:08.121Z Compiling either v1.12.0
12772024-06-20T20:51:08.154Z Compiling unicode-bidi v0.3.15
12782024-06-20T20:51:08.529Z Checking futures-sink v0.3.30
12792024-06-20T20:51:08.681Z Compiling spin v0.9.8
12802024-06-20T20:51:08.761Z Compiling winnow v0.5.40
12812024-06-20T20:51:08.826Z Checking futures-channel v0.3.30
12822024-06-20T20:51:09.093Z Checking slab v0.4.9
12832024-06-20T20:51:09.168Z Compiling subtle v2.5.0
12842024-06-20T20:51:09.216Z Checking pin-utils v0.1.0
12852024-06-20T20:51:09.304Z Checking futures-io v0.3.30
12862024-06-20T20:51:09.346Z Compiling const-oid v0.9.6
12872024-06-20T20:51:09.492Z Compiling regex v1.10.4
12882024-06-20T20:51:09.540Z Checking futures-task v0.3.30
12892024-06-20T20:51:09.677Z Compiling untrusted v0.9.0
12902024-06-20T20:51:09.772Z Compiling spin v0.5.2
12912024-06-20T20:51:10.015Z Compiling signal-hook v0.3.17
12922024-06-20T20:51:10.559Z Compiling siphasher v0.3.11
12932024-06-20T20:51:10.600Z Compiling time v0.3.36
12942024-06-20T20:51:10.934Z Compiling idna v0.5.0
12952024-06-20T20:51:11.325Z Checking typenum v1.17.0
12962024-06-20T20:51:12.541Z Compiling rustls-webpki v0.101.7
12972024-06-20T20:51:12.665Z Compiling sct v0.7.1
12982024-06-20T20:51:12.982Z Compiling url v2.5.0
12992024-06-20T20:51:13.884Z Compiling idna v0.3.0
13002024-06-20T20:51:14.032Z Compiling serde_derive v1.0.203
13012024-06-20T20:51:14.529Z Compiling zerocopy-derive v0.7.34
13022024-06-20T20:51:14.900Z Compiling thiserror-impl v1.0.60
13032024-06-20T20:51:14.987Z Compiling zeroize_derive v1.4.2
13042024-06-20T20:51:15.466Z Compiling tokio-macros v2.2.0
13052024-06-20T20:51:16.166Z Compiling futures-macro v0.3.30
13062024-06-20T20:51:16.690Z Compiling tracing-attributes v0.1.27
13072024-06-20T20:51:16.931Z Compiling zerocopy v0.7.34
13082024-06-20T20:51:17.242Z Compiling schemars_derive v0.8.20
13092024-06-20T20:51:17.693Z Compiling openssl-macros v0.1.1
13102024-06-20T20:51:18.390Z Compiling thiserror v1.0.60
13112024-06-20T20:51:18.409Z Compiling async-trait v0.1.80
13122024-06-20T20:51:18.448Z Checking zeroize v1.7.0
13132024-06-20T20:51:18.726Z Compiling scroll_derive v0.12.0
13142024-06-20T20:51:18.783Z Compiling pest v2.7.10
13152024-06-20T20:51:19.147Z Compiling hashbrown v0.14.5
13162024-06-20T20:51:20.753Z Compiling der_derive v0.7.2
13172024-06-20T20:51:20.758Z Compiling scroll v0.12.0
13182024-06-20T20:51:21.245Z Compiling pest_meta v2.7.10
13192024-06-20T20:51:21.324Z Compiling goblin v0.8.2
13202024-06-20T20:51:21.720Z Compiling futures-util v0.3.30
13212024-06-20T20:51:22.518Z Compiling pest_generator v2.7.10
13222024-06-20T20:51:23.312Z Compiling tracing v0.1.40
13232024-06-20T20:51:23.865Z Compiling clap_derive v4.5.4
13242024-06-20T20:51:24.758Z Compiling crypto-common v0.1.6
13252024-06-20T20:51:24.994Z Compiling zerocopy-derive v0.6.6
13262024-06-20T20:51:26.789Z Compiling pest_derive v2.7.10
13272024-06-20T20:51:27.075Z Compiling block-buffer v0.10.4
13282024-06-20T20:51:27.378Z Compiling digest v0.10.7
13292024-06-20T20:51:27.617Z Compiling dtrace-parser v0.2.0
13302024-06-20T20:51:28.036Z Checking bytes v1.6.0
13312024-06-20T20:51:28.497Z Checking bitflags v2.5.0
13322024-06-20T20:51:28.841Z Checking tokio v1.37.0
13332024-06-20T20:51:28.914Z Compiling psl-types v2.0.11
13342024-06-20T20:51:29.066Z Compiling indexmap v2.2.6
13352024-06-20T20:51:29.922Z Compiling semver v1.0.23
13362024-06-20T20:51:29.943Z Compiling serde_tokenstream v0.2.0
13372024-06-20T20:51:30.476Z Compiling chrono v0.4.38
13382024-06-20T20:51:30.516Z Compiling uuid v1.8.0
13392024-06-20T20:51:30.612Z Compiling http v0.2.12
13402024-06-20T20:51:30.678Z Compiling toml_datetime v0.6.6
13412024-06-20T20:51:30.681Z Compiling serde_spanned v0.6.6
13422024-06-20T20:51:30.897Z Compiling rustc_version v0.4.0
13432024-06-20T20:51:31.701Z Compiling rustix v0.38.34
13442024-06-20T20:51:31.969Z Compiling openapiv3 v2.0.0
13452024-06-20T20:51:32.179Z Compiling dof v0.3.0
13462024-06-20T20:51:32.318Z Compiling toml_edit v0.19.15
13472024-06-20T20:51:34.481Z Compiling usdt-impl v0.5.0
13482024-06-20T20:51:34.567Z Compiling http-body v0.4.6
13492024-06-20T20:51:34.808Z Compiling openssl v0.10.64
13502024-06-20T20:51:35.024Z Compiling heapless v0.7.17
13512024-06-20T20:51:35.434Z Compiling ppv-lite86 v0.2.17
13522024-06-20T20:51:35.970Z Compiling crossbeam-epoch v0.9.18
13532024-06-20T20:51:36.187Z Compiling usdt-attr-macro v0.5.0
13542024-06-20T20:51:36.226Z Compiling usdt-macro v0.5.0
13552024-06-20T20:51:36.406Z Compiling rand_chacha v0.3.1
13562024-06-20T20:51:36.768Z Compiling publicsuffix v2.2.3
13572024-06-20T20:51:37.119Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13582024-06-20T20:51:37.802Z Compiling bit-vec v0.6.3
13592024-06-20T20:51:37.865Z Compiling unicode-xid v0.2.4
13602024-06-20T20:51:38.149Z Compiling cookie_store v0.20.0
13612024-06-20T20:51:38.209Z Compiling rand v0.8.5
13622024-06-20T20:51:38.304Z Compiling serde_urlencoded v0.7.1
13632024-06-20T20:51:38.801Z Compiling phf_shared v0.10.0
13642024-06-20T20:51:38.843Z Compiling lazy_static v1.4.0
13652024-06-20T20:51:38.964Z Compiling smoltcp v0.9.1
13662024-06-20T20:51:39.213Z Compiling tokio-util v0.7.11
13672024-06-20T20:51:39.701Z Compiling tokio-rustls v0.24.1
13682024-06-20T20:51:39.730Z Compiling webpki-roots v0.25.4
13692024-06-20T20:51:39.884Z Checking fnv v1.0.7
13702024-06-20T20:51:40.016Z Compiling minimal-lexical v0.2.1
13712024-06-20T20:51:40.098Z Compiling base64ct v1.6.0
13722024-06-20T20:51:40.203Z Compiling h2 v0.3.26
13732024-06-20T20:51:40.261Z Compiling new_debug_unreachable v1.0.6
13742024-06-20T20:51:40.358Z Compiling fixedbitset v0.4.2
13752024-06-20T20:51:40.549Z Compiling gimli v0.28.1
13762024-06-20T20:51:40.610Z Compiling precomputed-hash v0.1.1
13772024-06-20T20:51:40.695Z Compiling string_cache v0.8.7
13782024-06-20T20:51:40.701Z Compiling petgraph v0.6.5
13792024-06-20T20:51:40.728Z Compiling pem-rfc7468 v0.7.0
13802024-06-20T20:51:40.810Z Compiling native-tls v0.2.11
13812024-06-20T20:51:41.168Z Compiling tokio-native-tls v0.3.1
13822024-06-20T20:51:41.444Z Compiling nom v7.1.3
13832024-06-20T20:51:41.495Z Compiling bit-set v0.5.3
13842024-06-20T20:51:41.523Z Compiling hmac v0.12.1
13852024-06-20T20:51:41.769Z Compiling enum-as-inner v0.5.1
13862024-06-20T20:51:41.772Z Compiling hubpack_derive v0.1.1
13872024-06-20T20:51:42.704Z Compiling itertools v0.10.5
13882024-06-20T20:51:42.899Z Compiling diesel_table_macro_syntax v0.1.0
13892024-06-20T20:51:43.332Z Compiling object v0.32.2
13902024-06-20T20:51:43.866Z Compiling rustc-demangle v0.1.24
13912024-06-20T20:51:44.842Z Compiling lalrpop-util v0.19.12
13922024-06-20T20:51:44.912Z Compiling addr2line v0.21.0
13932024-06-20T20:51:45.063Z Compiling flagset v0.4.5
13942024-06-20T20:51:45.273Z Compiling unicode-segmentation v1.11.0
13952024-06-20T20:51:45.371Z Compiling toml_edit v0.22.13
13962024-06-20T20:51:45.472Z Compiling der v0.7.9
13972024-06-20T20:51:45.535Z Compiling diesel_derives v2.1.4
13982024-06-20T20:51:46.139Z Compiling futures-executor v0.3.30
13992024-06-20T20:51:46.157Z Compiling itertools v0.12.1
14002024-06-20T20:51:46.644Z Compiling finl_unicode v1.2.0
14012024-06-20T20:51:46.699Z Compiling sha2 v0.10.8
14022024-06-20T20:51:47.297Z Compiling hyper v0.14.28
14032024-06-20T20:51:49.107Z Compiling spki v0.7.3
14042024-06-20T20:51:49.377Z Compiling stringprep v0.1.4
14052024-06-20T20:51:49.471Z Compiling futures v0.3.30
14062024-06-20T20:51:49.591Z Compiling toml v0.7.8
14072024-06-20T20:51:50.657Z Compiling hex v0.4.3
14082024-06-20T20:51:50.812Z Compiling md-5 v0.10.6
14092024-06-20T20:51:50.815Z Compiling serde_repr v0.1.19
14102024-06-20T20:51:51.262Z Compiling strum_macros v0.25.3
14112024-06-20T20:51:52.048Z Compiling num-integer v0.1.46
14122024-06-20T20:51:52.052Z Compiling hash32 v0.2.1
14132024-06-20T20:51:52.109Z Compiling fs-err v2.11.0
14142024-06-20T20:51:52.413Z Checking tinyvec_macros v0.1.1
14152024-06-20T20:51:52.466Z Compiling stable_deref_trait v1.2.0
14162024-06-20T20:51:52.508Z Compiling fallible-iterator v0.2.0
14172024-06-20T20:51:52.905Z Checking tinyvec v1.6.0
14182024-06-20T20:51:53.213Z Compiling postgres-protocol v0.6.6
14192024-06-20T20:51:53.938Z Compiling pkcs8 v0.10.2
14202024-06-20T20:51:54.010Z Compiling hyper-rustls v0.24.2
14212024-06-20T20:51:54.032Z Compiling hyper-tls v0.5.0
14222024-06-20T20:51:54.198Z Compiling terminal_size v0.3.0
14232024-06-20T20:51:54.357Z Compiling reqwest v0.11.27
14242024-06-20T20:51:54.407Z Compiling block-padding v0.3.3
14252024-06-20T20:51:54.522Z Compiling phf_shared v0.11.2
14262024-06-20T20:51:54.582Z Compiling ff v0.13.0
14272024-06-20T20:51:54.660Z Compiling scheduled-thread-pool v0.2.7
14282024-06-20T20:51:54.903Z Compiling base16ct v0.2.0
14292024-06-20T20:51:55.005Z Compiling matches v0.1.10
14302024-06-20T20:51:55.109Z Compiling peg-runtime v0.8.3
14312024-06-20T20:51:55.232Z Compiling managed v0.8.0
14322024-06-20T20:51:55.309Z Compiling bitflags v1.3.2
14332024-06-20T20:51:55.418Z Checking equivalent v1.0.1
14342024-06-20T20:51:55.698Z Compiling sec1 v0.7.3
14352024-06-20T20:51:55.775Z Compiling idna v0.2.3
14362024-06-20T20:51:56.286Z Compiling signal-hook-mio v0.2.3
14372024-06-20T20:51:56.461Z Compiling clap_builder v4.5.2
14382024-06-20T20:51:56.777Z Compiling r2d2 v0.8.10
14392024-06-20T20:51:57.144Z Compiling phf v0.11.2
14402024-06-20T20:51:57.348Z Compiling group v0.13.0
14412024-06-20T20:51:57.405Z Compiling inout v0.1.3
14422024-06-20T20:51:57.450Z Compiling postgres-types v0.2.6
14432024-06-20T20:51:57.453Z Compiling num-bigint v0.4.5
14442024-06-20T20:51:57.691Z Compiling hubpack v0.1.2
14452024-06-20T20:51:57.710Z Compiling hkdf v0.12.4
14462024-06-20T20:51:57.980Z Compiling ipnetwork v0.20.0
14472024-06-20T20:51:58.105Z Compiling zerocopy v0.6.6
14482024-06-20T20:51:58.150Z Compiling crypto-bigint v0.5.5
14492024-06-20T20:51:58.929Z Compiling float-cmp v0.9.0
14502024-06-20T20:51:58.997Z Compiling difflib v0.4.0
14512024-06-20T20:51:59.039Z Compiling predicates-core v1.0.6
14522024-06-20T20:51:59.162Z Compiling static_assertions v1.1.0
14532024-06-20T20:51:59.275Z Compiling whoami v1.5.1
14542024-06-20T20:51:59.419Z Compiling normalize-line-endings v0.3.0
14552024-06-20T20:51:59.548Z Compiling data-encoding v2.6.0
14562024-06-20T20:51:59.932Z Compiling tokio-postgres v0.7.10
14572024-06-20T20:52:00.680Z Compiling yasna v0.5.2
14582024-06-20T20:52:01.860Z Compiling diesel v2.1.6
14592024-06-20T20:52:02.062Z Compiling elliptic-curve v0.13.8
14602024-06-20T20:52:02.615Z Compiling clap v4.5.4
14612024-06-20T20:52:02.741Z Compiling trust-dns-proto v0.22.0
14622024-06-20T20:52:02.923Z Compiling predicates v3.1.0
14632024-06-20T20:52:04.300Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14642024-06-20T20:52:04.755Z Compiling usdt v0.5.0
14652024-06-20T20:52:05.250Z Compiling cipher v0.4.4
14662024-06-20T20:52:05.274Z Compiling crossterm v0.27.0
14672024-06-20T20:52:06.669Z Compiling num-iter v0.1.45
14682024-06-20T20:52:06.856Z Compiling similar v2.5.0
14692024-06-20T20:52:07.342Z Compiling tokio-stream v0.1.15
14702024-06-20T20:52:08.235Z Compiling console v0.15.8
14712024-06-20T20:52:08.350Z Compiling bstr v1.9.1
14722024-06-20T20:52:09.747Z Checking tracing-core v0.1.32
14732024-06-20T20:52:10.706Z Checking percent-encoding v2.3.1
14742024-06-20T20:52:10.916Z Checking form_urlencoded v1.2.1
14752024-06-20T20:52:11.120Z Checking unicode-ident v1.0.12
14762024-06-20T20:52:11.167Z Checking httparse v1.8.0
14772024-06-20T20:52:11.276Z Checking powerfmt v0.2.0
14782024-06-20T20:52:11.550Z Checking deranged v0.3.11
14792024-06-20T20:52:11.574Z Checking errno v0.3.9
14802024-06-20T20:52:11.738Z Checking time-core v0.1.2
14812024-06-20T20:52:11.787Z Checking unicode-width v0.1.12
14822024-06-20T20:52:11.809Z Checking num_threads v0.1.7
14832024-06-20T20:52:11.904Z Checking num-conv v0.1.0
14842024-06-20T20:52:11.957Z Checking proc-macro2 v1.0.82
14852024-06-20T20:52:12.456Z Checking cpufeatures v0.2.12
14862024-06-20T20:52:12.624Z Checking quote v1.0.36
14872024-06-20T20:52:12.662Z Checking base64 v0.21.7
14882024-06-20T20:52:13.146Z Checking try-lock v0.2.5
14892024-06-20T20:52:13.290Z Checking adler v1.0.2
14902024-06-20T20:52:13.461Z Checking miniz_oxide v0.7.2
14912024-06-20T20:52:13.815Z Checking want v0.3.1
14922024-06-20T20:52:13.999Z Checking tower-service v0.3.2
14932024-06-20T20:52:14.190Z Checking httpdate v1.0.3
14942024-06-20T20:52:14.454Z Checking foreign-types-shared v0.1.1
14952024-06-20T20:52:14.567Z Checking openssl-probe v0.1.5
14962024-06-20T20:52:14.676Z Checking foreign-types v0.3.2
14972024-06-20T20:52:14.710Z Checking openssl-sys v0.9.102
14982024-06-20T20:52:14.775Z Checking mime v0.3.17
14992024-06-20T20:52:16.198Z Checking ipnet v2.9.0
15002024-06-20T20:52:16.673Z Checking utf8parse v0.2.1
15012024-06-20T20:52:19.171Z Checking encoding_rs v0.8.34
15022024-06-20T20:52:19.779Z Checking anstyle v1.0.7
15032024-06-20T20:52:20.387Z Checking rustls-pemfile v1.0.4
15042024-06-20T20:52:21.375Z Checking ucd-trie v0.1.6
15052024-06-20T20:52:21.398Z Checking plain v0.2.3
15062024-06-20T20:52:21.544Z Checking sync_wrapper v0.1.2
15072024-06-20T20:52:22.006Z Checking anstyle-parse v0.2.4
15082024-06-20T20:52:22.246Z Checking is_terminal_polyfill v1.70.0
15092024-06-20T20:52:22.286Z Checking anstyle-query v1.0.3
15102024-06-20T20:52:22.368Z Checking pretty-hex v0.4.1
15112024-06-20T20:52:22.549Z Checking colorchoice v1.0.1
15122024-06-20T20:52:22.656Z Checking anstream v0.6.14
15132024-06-20T20:52:23.672Z Checking thread-id v4.2.1
15142024-06-20T20:52:23.788Z Checking strsim v0.11.1
15152024-06-20T20:52:23.860Z Checking clap_lex v0.7.0
15162024-06-20T20:52:24.070Z Checking memmap v0.7.0
15172024-06-20T20:52:24.798Z Checking crc32fast v1.4.0
15182024-06-20T20:52:26.364Z Checking flate2 v1.0.30
15192024-06-20T20:52:27.121Z Checking winnow v0.6.8
15202024-06-20T20:52:35.257Z Compiling regress v0.9.1
15212024-06-20T20:52:35.530Z Compiling getopts v0.2.21
15222024-06-20T20:52:35.760Z Compiling unsafe-libyaml v0.2.11
15232024-06-20T20:52:35.987Z Checking heck v0.5.0
15242024-06-20T20:52:36.542Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15252024-06-20T20:52:36.871Z Checking camino v1.1.7
15262024-06-20T20:52:37.189Z Compiling serde_yaml v0.9.34+deprecated
15272024-06-20T20:52:37.469Z Checking is-terminal v0.4.12
15282024-06-20T20:52:37.603Z Checking base64 v0.22.1
15292024-06-20T20:52:37.797Z Checking http v1.1.0
15302024-06-20T20:52:38.037Z Compiling paste v1.0.15
15312024-06-20T20:52:38.100Z Checking sha1 v0.10.6
15322024-06-20T20:52:38.369Z Compiling ident_case v1.0.1
15332024-06-20T20:52:38.555Z Compiling darling_core v0.20.9
15342024-06-20T20:52:38.993Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15352024-06-20T20:52:39.225Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15362024-06-20T20:52:39.417Z Compiling strum_macros v0.26.2
15372024-06-20T20:52:39.862Z Checking rustls-pki-types v1.7.0
15382024-06-20T20:52:40.301Z Checking match_cfg v0.1.0
15392024-06-20T20:52:40.399Z Checking fastrand v2.1.0
15402024-06-20T20:52:40.436Z Checking hostname v0.3.1
15412024-06-20T20:52:40.572Z Checking dirs-sys-next v0.1.2
15422024-06-20T20:52:40.725Z Checking tempfile v3.10.1
15432024-06-20T20:52:40.754Z Checking quick-error v1.2.3
15442024-06-20T20:52:40.903Z Checking dirs-next v2.0.0
15452024-06-20T20:52:41.038Z Checking crossbeam-channel v0.5.12
15462024-06-20T20:52:41.084Z Checking thread_local v1.1.8
15472024-06-20T20:52:41.364Z Compiling rustls v0.22.4
15482024-06-20T20:52:41.401Z Checking term v0.7.0
15492024-06-20T20:52:41.643Z Checking rustls-webpki v0.102.4
15502024-06-20T20:52:41.763Z Checking instant v0.1.12
15512024-06-20T20:52:41.823Z Checking take_mut v0.2.2
15522024-06-20T20:52:41.868Z Checking slog-term v2.9.1
15532024-06-20T20:52:41.888Z Checking rustls-pemfile v2.1.2
15542024-06-20T20:52:41.980Z Checking slog-async v2.8.0
15552024-06-20T20:52:42.136Z Compiling multer v3.1.0
15562024-06-20T20:52:42.292Z Checking debug-ignore v1.0.5
15572024-06-20T20:52:42.376Z Checking toml v0.8.13
15582024-06-20T20:52:42.431Z Checking slog-json v2.6.1
15592024-06-20T20:52:42.536Z Compiling async-stream-impl v0.3.5
15602024-06-20T20:52:42.699Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
15612024-06-20T20:52:42.977Z Checking atomic-waker v1.1.2
15622024-06-20T20:52:43.103Z Checking waitgroup v0.1.2
15632024-06-20T20:52:43.191Z Checking slog-bunyan v2.5.0
15642024-06-20T20:52:43.361Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
15652024-06-20T20:52:43.659Z Checking serde_path_to_error v0.1.16
15662024-06-20T20:52:43.958Z Checking async-stream v0.3.5
15672024-06-20T20:52:44.157Z Checking hostname v0.4.0
15682024-06-20T20:52:44.290Z Checking newtype-uuid v1.1.0
15692024-06-20T20:52:44.309Z Checking wait-timeout v0.2.0
15702024-06-20T20:52:44.482Z Compiling structmeta-derive v0.3.0
15712024-06-20T20:52:44.529Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15722024-06-20T20:52:44.772Z Checking strum v0.26.2
15732024-06-20T20:52:44.807Z Checking rusty-fork v0.3.0
15742024-06-20T20:52:44.932Z Compiling structmeta-derive v0.2.0
15752024-06-20T20:52:45.111Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15762024-06-20T20:52:45.621Z Checking rand_xorshift v0.3.0
15772024-06-20T20:52:45.814Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
15782024-06-20T20:52:45.887Z Checking unarray v0.1.4
15792024-06-20T20:52:45.996Z Compiling darling_macro v0.20.9
15802024-06-20T20:52:46.026Z Checking proptest v1.4.0
15812024-06-20T20:52:46.061Z Checking tokio-rustls v0.25.0
15822024-06-20T20:52:46.107Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15832024-06-20T20:52:46.258Z Checking backoff v0.4.0
15842024-06-20T20:52:46.554Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15852024-06-20T20:52:47.004Z Compiling darling v0.20.9
15862024-06-20T20:52:47.132Z Compiling serde_with_macros v3.8.1
15872024-06-20T20:52:47.345Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15882024-06-20T20:52:47.497Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
15892024-06-20T20:52:47.648Z Compiling structmeta v0.3.0
15902024-06-20T20:52:47.870Z Checking macaddr v1.0.1
15912024-06-20T20:52:48.053Z Compiling structmeta v0.2.0
15922024-06-20T20:52:48.055Z Compiling parse-display-derive v0.9.0
15932024-06-20T20:52:48.207Z Compiling proc-macro-error v1.0.4
15942024-06-20T20:52:48.517Z Compiling test-strategy v0.3.1
15952024-06-20T20:52:48.949Z Checking camino-tempfile v1.1.1
15962024-06-20T20:52:49.234Z Compiling proc-macro-crate v1.3.1
15972024-06-20T20:52:50.205Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15982024-06-20T20:52:50.406Z Compiling num_enum_derive v0.5.11
15992024-06-20T20:52:50.462Z Checking serde_with v3.8.1
16002024-06-20T20:52:50.570Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16012024-06-20T20:52:50.594Z Compiling foreign-types-macros v0.2.3
16022024-06-20T20:52:50.879Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16032024-06-20T20:52:51.150Z Checking foreign-types-shared v0.3.1
16042024-06-20T20:52:51.648Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16052024-06-20T20:52:51.923Z Checking foreign-types v0.5.0
16062024-06-20T20:52:52.035Z Checking cstr-argument v0.1.2
16072024-06-20T20:52:52.284Z Checking pretty-hex v0.2.1
16082024-06-20T20:52:52.451Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16092024-06-20T20:52:52.654Z Checking tabwriter v1.4.0
16102024-06-20T20:52:52.695Z Checking colored v2.1.0
16112024-06-20T20:52:52.767Z Checking socket2 v0.4.10
16122024-06-20T20:52:52.878Z Checking smf v0.2.3
16132024-06-20T20:52:52.974Z Checking humantime v2.1.0
16142024-06-20T20:52:53.036Z Checking parse-display v0.9.0
16152024-06-20T20:52:53.167Z Checking termcolor v1.4.1
16162024-06-20T20:52:53.215Z Checking num_enum v0.5.11
16172024-06-20T20:52:53.240Z Checking arc-swap v1.7.1
16182024-06-20T20:52:53.257Z Checking newline-converter v0.3.0
16192024-06-20T20:52:53.307Z Checking same-file v1.0.6
16202024-06-20T20:52:53.355Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16212024-06-20T20:52:53.401Z Checking expectorate v1.1.0
16222024-06-20T20:52:53.473Z Checking walkdir v2.5.0
16232024-06-20T20:52:53.557Z Checking xattr v1.3.1
16242024-06-20T20:52:53.573Z Checking filetime v0.2.23
16252024-06-20T20:52:53.625Z Checking utf-8 v0.7.6
16262024-06-20T20:52:53.645Z Checking slog-scope v4.4.0
16272024-06-20T20:52:53.738Z Checking termtree v0.4.1
16282024-06-20T20:52:53.741Z Compiling heapless v0.8.0
16292024-06-20T20:52:53.774Z Checking tar v0.4.40
16302024-06-20T20:52:53.815Z Checking hash32 v0.3.1
16312024-06-20T20:52:53.835Z Checking slog-stdlog v4.1.1
16322024-06-20T20:52:53.879Z Compiling smoltcp v0.11.0
16332024-06-20T20:52:53.928Z Checking predicates-tree v1.0.9
16342024-06-20T20:52:53.998Z Checking slog-envlogger v2.2.0
16352024-06-20T20:52:54.001Z Checking embedded-io v0.4.0
16362024-06-20T20:52:54.079Z Compiling crucible-workspace-hack v0.1.0
16372024-06-20T20:52:54.211Z Checking cobs v0.2.3
16382024-06-20T20:52:54.215Z Checking sigpipe v0.1.3
16392024-06-20T20:52:54.341Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
16402024-06-20T20:52:54.383Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
16412024-06-20T20:52:54.401Z Checking postcard v1.0.8
16422024-06-20T20:52:54.513Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
16432024-06-20T20:52:54.576Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
16442024-06-20T20:52:54.651Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16452024-06-20T20:52:54.696Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
16462024-06-20T20:52:54.887Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
16472024-06-20T20:52:55.115Z Checking pem v3.0.4
16482024-06-20T20:52:55.245Z Compiling num-derive v0.4.2
16492024-06-20T20:52:55.361Z Compiling mockall_derive v0.12.1
16502024-06-20T20:52:55.398Z Checking atty v0.2.14
16512024-06-20T20:52:55.528Z Checking downcast v0.11.0
16522024-06-20T20:52:55.725Z Checking fragile v2.0.0
16532024-06-20T20:52:56.005Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
16542024-06-20T20:52:56.201Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
16552024-06-20T20:52:56.240Z Checking tungstenite v0.20.1
16562024-06-20T20:52:56.588Z Compiling derive-where v1.2.7
16572024-06-20T20:52:56.924Z Checking tungstenite v0.21.0
16582024-06-20T20:52:57.106Z Checking tokio-tungstenite v0.20.1
16592024-06-20T20:52:57.588Z Checking env_logger v0.9.3
16602024-06-20T20:52:57.719Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
16612024-06-20T20:52:57.840Z Checking tokio-tungstenite v0.21.0
16622024-06-20T20:52:58.029Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16632024-06-20T20:52:58.177Z Compiling bitstruct_derive v0.1.0
16642024-06-20T20:52:58.296Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16652024-06-20T20:52:58.386Z Checking ascii v1.1.0
16662024-06-20T20:52:58.415Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16672024-06-20T20:52:58.417Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
16682024-06-20T20:52:58.575Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16692024-06-20T20:52:58.779Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
16702024-06-20T20:52:58.823Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16712024-06-20T20:52:59.134Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16722024-06-20T20:52:59.154Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16732024-06-20T20:52:59.407Z Checking erased-serde v0.3.31
16742024-06-20T20:52:59.526Z Checking bitstruct v0.1.1
16752024-06-20T20:52:59.590Z Checking serde_arrays v0.1.0
16762024-06-20T20:52:59.637Z Compiling heck v0.3.3
16772024-06-20T20:52:59.736Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
16782024-06-20T20:52:59.828Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
16792024-06-20T20:53:00.018Z Checking headers-core v0.2.0
16802024-06-20T20:53:00.064Z Compiling zone_cfg_derive v0.1.2
16812024-06-20T20:53:00.156Z Checking base64 v0.13.1
16822024-06-20T20:53:00.335Z Checking headers v0.3.9
16832024-06-20T20:53:00.498Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16842024-06-20T20:53:00.547Z Checking ron v0.7.1
16852024-06-20T20:53:01.381Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
16862024-06-20T20:53:01.619Z Checking zone v0.1.8
16872024-06-20T20:53:01.671Z Checking portpicker v0.1.1
16882024-06-20T20:53:01.707Z Checking rcgen v0.12.1
16892024-06-20T20:53:01.812Z Checking atomicwrites v0.4.3
16902024-06-20T20:53:02.006Z Checking subprocess v0.2.9
16912024-06-20T20:53:02.285Z Compiling convert_case v0.4.0
16922024-06-20T20:53:02.404Z Checking password-hash v0.5.0
16932024-06-20T20:53:02.582Z Checking blake2 v0.10.6
16942024-06-20T20:53:02.858Z Checking linked-hash-map v0.5.6
16952024-06-20T20:53:03.030Z Checking argon2 v0.5.3
16962024-06-20T20:53:03.163Z Checking lru-cache v0.1.2
16972024-06-20T20:53:03.166Z Checking swrite v0.1.0
16982024-06-20T20:53:03.290Z Compiling derive_more v0.99.17
16992024-06-20T20:53:03.308Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17002024-06-20T20:53:03.339Z Compiling rayon-core v1.12.1
17012024-06-20T20:53:03.640Z Checking resolv-conf v0.7.0
17022024-06-20T20:53:03.656Z Checking half v2.4.1
17032024-06-20T20:53:03.682Z Checking ciborium-io v0.2.2
17042024-06-20T20:53:03.761Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17052024-06-20T20:53:03.962Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17062024-06-20T20:53:03.993Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17072024-06-20T20:53:04.013Z Checking mockall v0.12.1
17082024-06-20T20:53:04.077Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17092024-06-20T20:53:04.126Z Checking trust-dns-resolver v0.22.0
17102024-06-20T20:53:04.234Z Checking ciborium-ll v0.2.2
17112024-06-20T20:53:04.279Z Compiling semver v0.1.20
17122024-06-20T20:53:04.425Z Compiling cancel-safe-futures v0.1.5
17132024-06-20T20:53:04.524Z Checking ciborium v0.2.2
17142024-06-20T20:53:04.774Z Compiling rustc_version v0.1.7
17152024-06-20T20:53:05.303Z Compiling newtype_derive v0.1.6
17162024-06-20T20:53:05.420Z Compiling slog-dtrace v0.3.0
17172024-06-20T20:53:05.470Z Checking libsw v3.3.1
17182024-06-20T20:53:05.607Z Checking owo-colors v4.0.0
17192024-06-20T20:53:05.717Z Checking linear-map v1.2.0
17202024-06-20T20:53:05.747Z Checking steno v0.4.0
17212024-06-20T20:53:05.788Z Compiling radium v0.7.0
17222024-06-20T20:53:06.030Z Checking num-rational v0.4.2
17232024-06-20T20:53:06.165Z Checking num-complex v0.4.6
17242024-06-20T20:53:06.268Z Checking nibble_vec v0.1.0
17252024-06-20T20:53:06.463Z Compiling maybe-uninit v2.0.0
17262024-06-20T20:53:06.694Z Checking endian-type v0.1.2
17272024-06-20T20:53:06.913Z Checking tap v1.0.1
17282024-06-20T20:53:07.031Z Checking num v0.4.3
17292024-06-20T20:53:07.055Z Checking radix_trie v0.2.1
17302024-06-20T20:53:07.078Z Checking wyz v0.5.1
17312024-06-20T20:53:07.501Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17322024-06-20T20:53:07.504Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
17332024-06-20T20:53:07.504Z Checking fxhash v0.2.1
17342024-06-20T20:53:07.576Z Compiling bzip2-sys v0.1.11+1.0.8
17352024-06-20T20:53:07.698Z Checking funty v2.0.0
17362024-06-20T20:53:08.006Z Checking display-error-chain v0.2.0
17372024-06-20T20:53:08.225Z Checking crc-catalog v2.4.0
17382024-06-20T20:53:08.229Z Compiling num-bigint-dig v0.8.4
17392024-06-20T20:53:08.232Z Compiling packed_struct v0.10.1
17402024-06-20T20:53:08.456Z Checking crc v3.2.1
17412024-06-20T20:53:08.655Z Checking bitvec v1.0.1
17422024-06-20T20:53:08.843Z Compiling packed_struct_codegen v0.10.1
17432024-06-20T20:53:08.911Z Compiling indexmap v1.9.3
17442024-06-20T20:53:09.185Z Checking nodrop v0.1.14
17452024-06-20T20:53:09.305Z Compiling home v0.5.9
17462024-06-20T20:53:09.324Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17472024-06-20T20:53:09.556Z Checking array-init v0.0.4
17482024-06-20T20:53:09.610Z Checking smallvec v0.6.14
17492024-06-20T20:53:09.631Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17502024-06-20T20:53:10.118Z Checking pkcs1 v0.7.5
17512024-06-20T20:53:10.502Z Checking signature v2.2.0
17522024-06-20T20:53:10.581Z Checking bitfield v0.14.0
17532024-06-20T20:53:10.702Z Checking hashbrown v0.12.3
17542024-06-20T20:53:10.856Z Checking serde-hex v0.1.0
17552024-06-20T20:53:11.722Z Checking bzip2 v0.4.4
17562024-06-20T20:53:11.844Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17572024-06-20T20:53:11.924Z Checking env_logger v0.10.2
17582024-06-20T20:53:11.988Z Checking x509-cert v0.2.5
17592024-06-20T20:53:12.076Z Checking ron v0.8.1
17602024-06-20T20:53:12.096Z Checking rsa v0.9.6
17612024-06-20T20:53:12.370Z Checking hashbrown v0.13.2
17622024-06-20T20:53:12.441Z Checking crc-any v2.5.0
17632024-06-20T20:53:12.560Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17642024-06-20T20:53:12.832Z Checking zip v0.6.6
17652024-06-20T20:53:13.152Z Checking path-slash v0.1.5
17662024-06-20T20:53:13.296Z Compiling async-recursion v1.1.1
17672024-06-20T20:53:13.354Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17682024-06-20T20:53:13.380Z Checking object v0.30.4
17692024-06-20T20:53:13.519Z Checking maplit v1.0.2
17702024-06-20T20:53:13.603Z Compiling blake3 v1.5.1
17712024-06-20T20:53:13.636Z Compiling ring v0.16.20
17722024-06-20T20:53:13.658Z Compiling buf-list v1.0.3
17732024-06-20T20:53:14.616Z Checking gethostname v0.4.3
17742024-06-20T20:53:14.661Z Compiling parking_lot_core v0.8.6
17752024-06-20T20:53:14.678Z Compiling libefi-sys v0.1.0
17762024-06-20T20:53:14.763Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
17772024-06-20T20:53:14.990Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17782024-06-20T20:53:15.128Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17792024-06-20T20:53:15.203Z Compiling crossbeam-deque v0.8.5
17802024-06-20T20:53:15.280Z Checking keccak v0.1.5
17812024-06-20T20:53:15.553Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
17822024-06-20T20:53:15.605Z Checking sha3 v0.10.8
17832024-06-20T20:53:15.704Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
17842024-06-20T20:53:16.039Z Checking parking_lot v0.11.2
17852024-06-20T20:53:16.386Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17862024-06-20T20:53:16.623Z Checking trust-dns-client v0.22.0
17872024-06-20T20:53:16.672Z Checking toml v0.5.11
17882024-06-20T20:53:16.838Z Checking secrecy v0.8.0
17892024-06-20T20:53:17.041Z Compiling rayon v1.10.0
17902024-06-20T20:53:17.370Z Checking sled v0.34.7
17912024-06-20T20:53:18.129Z Checking trust-dns-server v0.22.1
17922024-06-20T20:53:18.259Z Compiling pin-project-internal v1.1.5
17932024-06-20T20:53:18.805Z Compiling memmap2 v0.9.4
17942024-06-20T20:53:19.262Z Compiling untrusted v0.7.1
17952024-06-20T20:53:19.438Z Compiling arrayvec v0.7.4
17962024-06-20T20:53:19.495Z Compiling constant_time_eq v0.3.0
17972024-06-20T20:53:19.684Z Compiling glob v0.3.1
17982024-06-20T20:53:19.863Z Compiling arrayref v0.3.7
17992024-06-20T20:53:20.704Z Compiling toolchain_find v0.4.0
18002024-06-20T20:53:21.552Z Checking pin-project v1.1.5
18012024-06-20T20:53:21.680Z Compiling vte_generate_state_changes v0.1.1
18022024-06-20T20:53:21.868Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
18032024-06-20T20:53:22.131Z Compiling topological-sort v0.2.2
18042024-06-20T20:53:22.337Z Checking vte v0.11.1
18052024-06-20T20:53:22.355Z Compiling omicron-zone-package v0.11.0
18062024-06-20T20:53:22.385Z Compiling rustfmt-wrapper v0.2.1
18072024-06-20T20:53:22.988Z Checking fd-lock v4.0.2
18082024-06-20T20:53:23.172Z Compiling prettyplease v0.2.20
18092024-06-20T20:53:23.410Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
18102024-06-20T20:53:23.487Z Checking nu-ansi-term v0.50.0
18112024-06-20T20:53:23.510Z Compiling crunchy v0.2.2
18122024-06-20T20:53:23.675Z Checking strip-ansi-escapes v0.2.0
18132024-06-20T20:53:23.732Z Compiling clang-sys v1.7.0
18142024-06-20T20:53:23.788Z Compiling tiny-keccak v2.0.2
18152024-06-20T20:53:23.832Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
18162024-06-20T20:53:23.874Z Checking reedline v0.31.0
18172024-06-20T20:53:24.095Z Compiling snafu-derive v0.8.2
18182024-06-20T20:53:24.098Z Compiling memoffset v0.9.1
18192024-06-20T20:53:24.371Z Compiling ref-cast v1.0.23
18202024-06-20T20:53:24.397Z Compiling platforms v3.4.0
18212024-06-20T20:53:25.029Z Compiling curve25519-dalek v4.1.2
18222024-06-20T20:53:25.309Z Compiling ascii-canvas v3.0.0
18232024-06-20T20:53:25.628Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
18242024-06-20T20:53:25.654Z Checking globset v0.4.14
18252024-06-20T20:53:25.861Z Checking olpc-cjson v0.1.3
18262024-06-20T20:53:25.898Z Checking serde_plain v1.0.2
18272024-06-20T20:53:26.058Z Compiling ref-cast-impl v1.0.23
18282024-06-20T20:53:26.126Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18292024-06-20T20:53:26.146Z Compiling ena v0.14.3
18302024-06-20T20:53:26.150Z Compiling unicase v2.7.0
18312024-06-20T20:53:26.436Z Compiling libloading v0.8.3
18322024-06-20T20:53:26.491Z Checking typed-path v0.7.1
18332024-06-20T20:53:26.547Z Compiling regex-syntax v0.6.29
18342024-06-20T20:53:26.875Z Compiling diff v0.1.13
18352024-06-20T20:53:27.290Z Compiling bindgen v0.69.4
18362024-06-20T20:53:28.353Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18372024-06-20T20:53:28.540Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
18382024-06-20T20:53:29.109Z Compiling which v4.4.2
18392024-06-20T20:53:29.755Z Compiling lalrpop v0.19.12
18402024-06-20T20:53:30.088Z Checking snafu v0.8.2
18412024-06-20T20:53:30.536Z Checking tough v0.17.1
18422024-06-20T20:53:31.599Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18432024-06-20T20:53:32.063Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18442024-06-20T20:53:32.232Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18452024-06-20T20:53:32.694Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18462024-06-20T20:53:33.269Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18472024-06-20T20:53:33.909Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18482024-06-20T20:53:35.851Z Checking universal-hash v0.5.1
18492024-06-20T20:53:36.035Z Compiling cexpr v0.6.0
18502024-06-20T20:53:36.177Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
18512024-06-20T20:53:36.482Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18522024-06-20T20:53:36.520Z Compiling thiserror-impl-no-std v2.0.2
18532024-06-20T20:53:37.942Z Compiling curve25519-dalek-derive v0.1.1
18542024-06-20T20:53:38.399Z Checking nanorand v0.7.0
18552024-06-20T20:53:38.780Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
18562024-06-20T20:53:38.801Z Compiling shlex v1.3.0
18572024-06-20T20:53:39.074Z Checking parse-size v1.0.0
18582024-06-20T20:53:39.223Z Compiling salty v0.2.0
18592024-06-20T20:53:39.256Z Checking opaque-debug v0.3.1
18602024-06-20T20:53:39.351Z Compiling lazycell v1.3.0
18612024-06-20T20:53:39.519Z Compiling cfg_aliases v0.1.1
18622024-06-20T20:53:39.537Z Compiling rustc-hash v1.1.0
18632024-06-20T20:53:39.623Z Checking signature v1.6.4
18642024-06-20T20:53:39.695Z Checking bytecount v0.6.8
18652024-06-20T20:53:39.755Z Checking ed25519 v1.5.3
18662024-06-20T20:53:39.848Z Checking papergrid v0.11.0
18672024-06-20T20:53:39.866Z Checking thiserror-no-std v2.0.2
18682024-06-20T20:53:39.919Z Compiling nix v0.28.0
18692024-06-20T20:53:40.746Z Checking poly1305 v0.8.0
18702024-06-20T20:53:40.905Z Checking flume v0.11.0
18712024-06-20T20:53:41.255Z Checking nix v0.27.1
18722024-06-20T20:53:41.350Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
18732024-06-20T20:53:41.401Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
18742024-06-20T20:53:41.618Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
18752024-06-20T20:53:41.690Z Compiling tabled_derive v0.7.0
18762024-06-20T20:53:41.794Z Compiling derive_builder_core v0.20.0
18772024-06-20T20:53:41.884Z Checking chacha20 v0.9.1
18782024-06-20T20:53:42.240Z Checking aead v0.5.2
18792024-06-20T20:53:42.476Z Checking serde-big-array v0.5.1
18802024-06-20T20:53:42.633Z Checking kstat-rs v0.2.3
18812024-06-20T20:53:42.710Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
18822024-06-20T20:53:42.975Z Compiling libxml v0.3.3
18832024-06-20T20:53:43.322Z Checking heck v0.4.1
18842024-06-20T20:53:43.544Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
18852024-06-20T20:53:43.605Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
18862024-06-20T20:53:43.965Z Checking chacha20poly1305 v0.10.1
18872024-06-20T20:53:44.181Z Checking vsss-rs v3.3.4
18882024-06-20T20:53:44.355Z Checking tabled v0.15.0
18892024-06-20T20:53:44.400Z Compiling derive_builder_macro v0.20.0
18902024-06-20T20:53:45.992Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
18912024-06-20T20:53:46.407Z Checking signal-hook-tokio v0.3.1
18922024-06-20T20:53:46.578Z Checking serde-big-array v0.4.1
18932024-06-20T20:53:46.761Z Compiling strum_macros v0.24.3
18942024-06-20T20:53:47.033Z Compiling cookie v0.18.1
18952024-06-20T20:53:47.374Z Compiling indoc v1.0.9
18962024-06-20T20:53:47.514Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
18972024-06-20T20:53:47.550Z Compiling mime_guess v2.0.4
18982024-06-20T20:53:48.507Z Checking derive_builder v0.20.0
18992024-06-20T20:53:48.873Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
19002024-06-20T20:53:49.812Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19012024-06-20T20:53:50.595Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19022024-06-20T20:53:50.780Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19032024-06-20T20:53:50.904Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19042024-06-20T20:53:52.837Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19052024-06-20T20:53:53.138Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19062024-06-20T20:53:54.254Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
19072024-06-20T20:53:54.667Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19082024-06-20T20:53:55.024Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
19092024-06-20T20:53:55.405Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19102024-06-20T20:53:55.461Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19112024-06-20T20:53:55.616Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
19122024-06-20T20:53:55.883Z Compiling peg-macros v0.8.3
19132024-06-20T20:53:57.003Z Checking quick-xml v0.31.0
19142024-06-20T20:53:57.875Z Compiling impl-trait-for-tuples v0.2.2
19152024-06-20T20:53:59.121Z Compiling oso-derive v0.27.3
19162024-06-20T20:53:59.868Z Compiling sqlparser_derive v0.2.2
19172024-06-20T20:54:00.388Z Checking corncobs v0.1.3
19182024-06-20T20:54:00.581Z Checking unicode_categories v0.1.1
19192024-06-20T20:54:00.869Z Checking sqlformat v0.2.3
19202024-06-20T20:54:00.950Z Checking sqlparser v0.45.0
19212024-06-20T20:54:01.977Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19222024-06-20T20:54:02.196Z Checking rustyline v14.0.0
19232024-06-20T20:54:02.991Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19242024-06-20T20:54:03.821Z Checking peg v0.8.3
19252024-06-20T20:54:04.698Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
19262024-06-20T20:54:05.405Z Checking bcs v0.1.6
19272024-06-20T20:54:05.864Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
19282024-06-20T20:54:06.136Z Checking highway v1.1.0
19292024-06-20T20:54:06.596Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
19302024-06-20T20:54:06.867Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
19312024-06-20T20:54:07.131Z Compiling const_format_proc_macros v0.2.32
19322024-06-20T20:54:07.157Z Checking bb8 v0.8.3
19332024-06-20T20:54:07.612Z Checking http-range v0.1.5
19342024-06-20T20:54:07.801Z Checking hyper-staticfile v0.9.5
19352024-06-20T20:54:07.858Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19362024-06-20T20:54:08.216Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19372024-06-20T20:54:08.720Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19382024-06-20T20:54:09.475Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19392024-06-20T20:54:09.493Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19402024-06-20T20:54:09.820Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19412024-06-20T20:54:10.256Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19422024-06-20T20:54:10.647Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19432024-06-20T20:54:13.095Z Checking const_format v0.2.32
19442024-06-20T20:54:13.511Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
19452024-06-20T20:54:13.541Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
19462024-06-20T20:54:14.098Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
19472024-06-20T20:54:14.253Z Checking assert_matches v1.5.0
19482024-06-20T20:54:14.352Z Compiling portable-atomic v1.6.0
19492024-06-20T20:54:15.345Z Checking rand_seeder v0.2.3
19502024-06-20T20:54:15.597Z Checking number_prefix v0.4.0
19512024-06-20T20:54:15.798Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
19522024-06-20T20:54:16.030Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
19532024-06-20T20:54:16.474Z Checking indicatif v0.17.8
19542024-06-20T20:54:17.299Z Checking castaway v0.2.2
19552024-06-20T20:54:17.418Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
19562024-06-20T20:54:17.477Z Checking compact_str v0.7.1
19572024-06-20T20:54:17.587Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
19582024-06-20T20:54:17.692Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
19592024-06-20T20:54:17.710Z Checking lru v0.12.3
19602024-06-20T20:54:17.974Z Compiling stability v0.2.0
19612024-06-20T20:54:17.994Z Checking cassowary v0.3.0
19622024-06-20T20:54:18.194Z Compiling indoc v2.0.5
19632024-06-20T20:54:18.465Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19642024-06-20T20:54:19.028Z Checking unicode-linebreak v0.1.5
19652024-06-20T20:54:19.274Z Checking ratatui v0.26.2
19662024-06-20T20:54:19.443Z Checking smawk v0.3.2
19672024-06-20T20:54:19.653Z Checking textwrap v0.16.1
19682024-06-20T20:54:20.037Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19692024-06-20T20:54:20.312Z Checking is_ci v1.2.0
19702024-06-20T20:54:20.450Z Checking supports-color v3.0.0
19712024-06-20T20:54:20.618Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
19722024-06-20T20:54:20.674Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
19732024-06-20T20:54:21.221Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
19742024-06-20T20:54:21.466Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
19752024-06-20T20:54:21.514Z Checking fatfs v0.3.6
19762024-06-20T20:54:22.123Z Checking shell-words v1.1.0
19772024-06-20T20:54:22.300Z Checking rtoolbox v0.0.2
19782024-06-20T20:54:22.304Z Checking tui-tree-widget v0.19.0
19792024-06-20T20:54:22.355Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
19802024-06-20T20:54:22.487Z Checking yansi v0.5.1
19812024-06-20T20:54:22.522Z Checking rpassword v7.3.1
19822024-06-20T20:54:22.814Z Checking pretty_assertions v1.4.0
19832024-06-20T20:54:22.915Z Compiling target-lexicon v0.12.14
19842024-06-20T20:54:23.014Z Checking plotters-backend v0.3.5
19852024-06-20T20:54:23.117Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
19862024-06-20T20:54:23.332Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19872024-06-20T20:54:23.457Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
19882024-06-20T20:54:23.856Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
19892024-06-20T20:54:23.999Z Checking plotters-svg v0.3.5
19902024-06-20T20:54:24.210Z Checking cargo-platform v0.1.8
19912024-06-20T20:54:24.507Z Compiling doc-comment v0.3.3
19922024-06-20T20:54:24.629Z Compiling guppy-workspace-hack v0.1.0
19932024-06-20T20:54:24.899Z Checking cast v0.3.0
19942024-06-20T20:54:24.976Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
19952024-06-20T20:54:25.229Z Checking criterion-plot v0.5.0
19962024-06-20T20:54:25.294Z Checking cargo_metadata v0.18.1
19972024-06-20T20:54:25.721Z Checking plotters v0.3.5
19982024-06-20T20:54:27.047Z Checking http-body v1.0.0
19992024-06-20T20:54:27.074Z Checking tinytemplate v1.2.1
20002024-06-20T20:54:27.263Z Checking csv-core v0.1.11
20012024-06-20T20:54:27.461Z Compiling assert_cmd v2.0.14
20022024-06-20T20:54:27.571Z Checking regex-automata v0.1.10
20032024-06-20T20:54:27.610Z Compiling target-spec v3.1.0
20042024-06-20T20:54:27.855Z Checking tower-layer v0.3.2
20052024-06-20T20:54:28.002Z Checking oorandom v11.1.3
20062024-06-20T20:54:28.129Z Checking anes v0.1.6
20072024-06-20T20:54:28.162Z Checking tower v0.4.13
20082024-06-20T20:54:28.208Z Checking bstr v0.2.17
20092024-06-20T20:54:28.520Z Checking criterion v0.5.1
20102024-06-20T20:54:31.935Z Checking csv v1.3.0
20112024-06-20T20:54:31.935Z Checking hyper v1.3.1
20122024-06-20T20:54:31.935Z Checking cfg-expr v0.15.8
20132024-06-20T20:54:31.935Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20142024-06-20T20:54:31.935Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20152024-06-20T20:54:31.935Z Checking hyper-util v0.1.3
20162024-06-20T20:54:32.200Z Checking httptest v0.15.5
20172024-06-20T20:54:32.841Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
20182024-06-20T20:54:32.990Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
20192024-06-20T20:54:33.332Z Checking rustls-native-certs v0.7.0
20202024-06-20T20:54:33.490Z Checking pathdiff v0.2.1
20212024-06-20T20:54:33.852Z Checking nested v0.1.1
20222024-06-20T20:54:34.058Z Checking guppy v0.17.5
20232024-06-20T20:54:35.891Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20242024-06-20T20:54:36.118Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20252024-06-20T20:54:36.985Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20262024-06-20T20:54:38.161Z Checking hyper-rustls v0.26.0
20272024-06-20T20:54:38.508Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
20282024-06-20T20:54:38.584Z Checking escape8259 v0.5.2
20292024-06-20T20:54:38.783Z Checking threadpool v1.8.1
20302024-06-20T20:54:38.828Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
20312024-06-20T20:54:38.988Z Checking libtest-mimic v0.7.3
20322024-06-20T20:54:39.438Z Checking similar-asserts v1.5.0
20332024-06-20T20:54:39.456Z Checking fancy-regex v0.13.0
20342024-06-20T20:54:39.665Z Compiling rstest_macros v0.19.0
20352024-06-20T20:54:40.158Z Checking datatest-stable v0.2.9
20362024-06-20T20:54:40.308Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
20372024-06-20T20:54:40.443Z Checking blake2b_simd v1.0.2
20382024-06-20T20:54:41.445Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
20392024-06-20T20:54:41.642Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
20402024-06-20T20:54:41.706Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
20412024-06-20T20:54:41.912Z Compiling trybuild v1.0.96
20422024-06-20T20:54:41.992Z Compiling relative-path v1.9.3
20432024-06-20T20:54:42.207Z Checking rust-argon2 v2.1.0
20442024-06-20T20:54:42.658Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20452024-06-20T20:54:43.979Z Checking multimap v0.10.0
20462024-06-20T20:54:44.282Z Checking futures-timer v3.0.3
20472024-06-20T20:54:46.042Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20482024-06-20T20:54:48.102Z Checking partial-io v0.5.4
20492024-06-20T20:54:48.501Z Checking approx v0.5.1
20502024-06-20T20:54:48.747Z Checking termios v0.3.3
20512024-06-20T20:54:48.972Z Checking uzers v0.11.3
20522024-06-20T20:54:49.319Z Checking hex-literal v0.4.1
20532024-06-20T20:54:52.580Z Checking rstest v0.19.0
20542024-06-20T20:54:54.316Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
20552024-06-20T20:54:55.490Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
20562024-06-20T20:55:04.256Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
20572024-06-20T20:55:13.266Z Compiling samael v0.0.15
20582024-06-20T20:55:40.420Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
20592024-06-20T20:55:44.909Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20602024-06-20T20:55:48.579Z Compiling polar-core v0.27.3
20612024-06-20T20:55:59.541Z Checking oso v0.27.3
20622024-06-20T20:56:29.297Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
20632024-06-20T20:56:29.298Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
20642024-06-20T20:56:29.301Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
20652024-06-20T20:57:37.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 41s
20662024-06-20T20:57:38.071Z
20672024-06-20T20:57:38.071Zreal 6:49.974323500
20682024-06-20T20:57:38.071Zuser 37:21.452680836
20692024-06-20T20:57:38.071Zsys 6:28.459359576
20702024-06-20T20:57:38.071Ztrap 0.986554510
20712024-06-20T20:57:38.071Ztflt 2.288838500
20722024-06-20T20:57:38.074Zdflt 1.217085114
20732024-06-20T20:57:38.074Zkflt 0.002418476
20742024-06-20T20:57:38.074Zlock 1:50:06.786492189
20752024-06-20T20:57:38.074Zslp 1:59:30.271490733
20762024-06-20T20:57:38.074Zlat 1:45.846299694
20772024-06-20T20:57:38.074Zstop 5:28.917144577
20782024-06-20T20:57:39.077Zwarning: output filename collision.
20792024-06-20T20:57:39.078ZThe 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=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)`.
20802024-06-20T20:57:39.078ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
20812024-06-20T20:57:39.078ZThe targets should have unique names.
20822024-06-20T20:57:39.078ZThis is a known bug where multiple crates with the same name use
20832024-06-20T20:57:39.078Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
20842024-06-20T20:57:39.078Zwarning: output filename collision.
20852024-06-20T20:57:39.078ZThe 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=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)`.
20862024-06-20T20:57:39.078ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
20872024-06-20T20:57:39.078ZThe targets should have unique names.
20882024-06-20T20:57:39.078ZThis is a known bug where multiple crates with the same name use
20892024-06-20T20:57:39.078Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
20902024-06-20T20:57:39.081Zwarning: output filename collision.
20912024-06-20T20:57:39.081ZThe 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)`.
20922024-06-20T20:57:39.081ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
20932024-06-20T20:57:39.081ZThe targets should have unique names.
20942024-06-20T20:57:39.081ZThis is a known bug where multiple crates with the same name use
20952024-06-20T20:57:39.081Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
20962024-06-20T20:57:39.081Zwarning: output filename collision.
20972024-06-20T20:57:39.081ZThe 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)`.
20982024-06-20T20:57:39.081ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
20992024-06-20T20:57:39.081ZThe targets should have unique names.
21002024-06-20T20:57:39.081ZThis is a known bug where multiple crates with the same name use
21012024-06-20T20:57:39.081Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
21022024-06-20T20:57:39.081Zwarning: output filename collision.
21032024-06-20T20:57:39.081ZThe 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)`.
21042024-06-20T20:57:39.081ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
21052024-06-20T20:57:39.081ZThe targets should have unique names.
21062024-06-20T20:57:39.081ZThis is a known bug where multiple crates with the same name use
21072024-06-20T20:57:39.081Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
21082024-06-20T20:57:39.081Zwarning: output filename collision.
21092024-06-20T20:57:39.082ZThe 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=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)`.
21102024-06-20T20:57:39.082ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
21112024-06-20T20:57:39.082ZThe targets should have unique names.
21122024-06-20T20:57:39.082ZThis is a known bug where multiple crates with the same name use
21132024-06-20T20:57:39.082Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
21142024-06-20T20:57:39.082Zwarning: output filename collision.
21152024-06-20T20:57:39.082ZThe 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)`.
21162024-06-20T20:57:39.082ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
21172024-06-20T20:57:39.082ZThe targets should have unique names.
21182024-06-20T20:57:39.082ZThis is a known bug where multiple crates with the same name use
21192024-06-20T20:57:39.082Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
21202024-06-20T20:57:39.082Zwarning: output filename collision.
21212024-06-20T20:57:39.082ZThe 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`.
21222024-06-20T20:57:39.082ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
21232024-06-20T20:57:39.082ZThe targets should have unique names.
21242024-06-20T20:57:39.082ZThis is a known bug where multiple crates with the same name use
21252024-06-20T20:57:39.082Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
21262024-06-20T20:57:39.619Z Documenting libc v0.2.155
21272024-06-20T20:57:39.673Z Documenting cfg-if v1.0.0
21282024-06-20T20:57:39.688Z Documenting serde_derive v1.0.203
21292024-06-20T20:57:39.720Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21302024-06-20T20:57:39.737Z Documenting log v0.4.21
21312024-06-20T20:57:39.755Z Documenting memchr v2.7.2
21322024-06-20T20:57:39.772Z Documenting itoa v1.0.11
21332024-06-20T20:57:39.789Z Documenting byteorder v1.5.0
21342024-06-20T20:57:39.987Z Documenting scopeguard v1.2.0
21352024-06-20T20:57:42.769Z Documenting smallvec v1.13.2
21362024-06-20T20:57:43.240Z Documenting pin-project-lite v0.2.14
21372024-06-20T20:57:43.914Z Documenting libm v0.2.8
21382024-06-20T20:57:43.949Z Documenting once_cell v1.19.0
21392024-06-20T20:57:44.367Z Documenting getrandom v0.2.14
21402024-06-20T20:57:44.593Z Documenting signal-hook-registry v1.4.2
21412024-06-20T20:57:44.715Z Documenting lock_api v0.4.12
21422024-06-20T20:57:46.067Z Documenting mio v0.8.11
21432024-06-20T20:57:46.487Z Documenting parking_lot_core v0.9.10
21442024-06-20T20:57:47.669Z Documenting serde v1.0.203
21452024-06-20T20:57:47.697Z Documenting num-traits v0.2.19
21462024-06-20T20:57:48.264Z Documenting thiserror-impl v1.0.60
21472024-06-20T20:57:48.960Z Documenting zeroize_derive v1.4.2
21482024-06-20T20:57:49.170Z Documenting rand_core v0.6.4
21492024-06-20T20:57:49.781Z Documenting ryu v1.0.18
21502024-06-20T20:57:51.491Z Documenting futures-core v0.3.30
21512024-06-20T20:57:51.586Z Documenting parking_lot v0.12.2
21522024-06-20T20:57:52.617Z Documenting num_cpus v1.16.0
21532024-06-20T20:57:53.362Z Documenting socket2 v0.5.7
21542024-06-20T20:57:53.959Z Documenting tokio-macros v2.2.0
21552024-06-20T20:57:54.178Z Documenting zeroize v1.7.0
21562024-06-20T20:57:54.460Z Documenting thiserror v1.0.60
21572024-06-20T20:57:56.274Z Documenting zerocopy v0.7.34
21582024-06-20T20:57:56.739Z Checking syn v1.0.109
21592024-06-20T20:57:56.867Z Documenting futures-sink v0.3.30
21602024-06-20T20:57:58.533Z Documenting typenum v1.17.0
21612024-06-20T20:57:58.696Z Documenting subtle v2.5.0
21622024-06-20T20:57:59.165Z Documenting iana-time-zone v0.1.60
21632024-06-20T20:57:59.935Z Documenting slab v0.4.9
21642024-06-20T20:58:02.203Z Documenting futures-channel v0.3.30
21652024-06-20T20:58:02.560Z Documenting futures-macro v0.3.30
21662024-06-20T20:58:08.727Z Documenting bytes v1.6.0
21672024-06-20T20:58:11.189Z Documenting bitflags v2.5.0
21682024-06-20T20:58:11.203Z Documenting serde_json v1.0.117
21692024-06-20T20:58:11.265Z Documenting chrono v0.4.38
21702024-06-20T20:58:11.575Z Documenting futures-io v0.3.30
21712024-06-20T20:58:11.591Z Documenting pin-utils v0.1.0
21722024-06-20T20:58:11.926Z Documenting futures-task v0.3.30
21732024-06-20T20:58:12.467Z Documenting generic-array v0.14.7
21742024-06-20T20:58:13.465Z Documenting tokio v1.37.0
21752024-06-20T20:58:16.544Z Documenting uuid v1.8.0
21762024-06-20T20:58:16.754Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21772024-06-20T20:58:16.876Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21782024-06-20T20:58:16.950Z Documenting ahash v0.8.11
21792024-06-20T20:58:16.986Z Documenting futures-util v0.3.30
21802024-06-20T20:58:17.612Z Documenting allocator-api2 v0.2.18
21812024-06-20T20:58:17.964Z Documenting crypto-common v0.1.6
21822024-06-20T20:58:17.981Z Documenting const-oid v0.9.6
21832024-06-20T20:58:18.485Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21842024-06-20T20:58:21.138Z Documenting tinyvec_macros v0.1.1
21852024-06-20T20:58:21.669Z Documenting serde_derive_internals v0.29.1
21862024-06-20T20:58:21.866Z Documenting hashbrown v0.14.5
21872024-06-20T20:58:23.450Z Checking serde_derive_internals v0.29.1
21882024-06-20T20:58:24.040Z Documenting dyn-clone v1.0.17
21892024-06-20T20:58:24.469Z Documenting ppv-lite86 v0.2.17
21902024-06-20T20:58:24.507Z Documenting tinyvec v1.6.0
21912024-06-20T20:58:25.182Z Documenting tracing-core v0.1.32
21922024-06-20T20:58:26.818Z Documenting tracing-attributes v0.1.27
21932024-06-20T20:58:26.948Z Documenting unicode-bidi v0.3.15
21942024-06-20T20:58:27.839Z Documenting block-buffer v0.10.4
21952024-06-20T20:58:28.286Z Documenting rand_chacha v0.3.1
21962024-06-20T20:58:28.796Z Documenting unicode-normalization v0.1.23
21972024-06-20T20:58:28.799Z Documenting schemars_derive v0.8.20
21982024-06-20T20:58:28.957Z Documenting lazy_static v1.4.0
21992024-06-20T20:58:32.002Z Documenting percent-encoding v2.3.1
22002024-06-20T20:58:32.108Z Documenting serde_tokenstream v0.2.0
22012024-06-20T20:58:32.616Z Documenting digest v0.10.7
22022024-06-20T20:58:33.074Z Documenting powerfmt v0.2.0
22032024-06-20T20:58:33.490Z Documenting rand v0.8.5
22042024-06-20T20:58:33.619Z Documenting equivalent v1.0.1
22052024-06-20T20:58:34.750Z Documenting schemars v0.8.20
22062024-06-20T20:58:37.135Z Documenting deranged v0.3.11
22072024-06-20T20:58:37.173Z Documenting indexmap v2.2.6
22082024-06-20T20:58:37.198Z Documenting form_urlencoded v1.2.1
22092024-06-20T20:58:37.311Z Documenting time-macros v0.2.18
22102024-06-20T20:58:43.303Z Documenting tracing v0.1.40
22112024-06-20T20:58:46.770Z Documenting unicode-width v0.1.12
22122024-06-20T20:58:46.879Z Documenting time-core v0.1.2
22132024-06-20T20:58:46.972Z Documenting num_threads v0.1.7
22142024-06-20T20:58:47.010Z Documenting fnv v1.0.7
22152024-06-20T20:58:47.233Z Documenting num-conv v0.1.0
22162024-06-20T20:58:47.377Z Documenting unicode-ident v1.0.12
22172024-06-20T20:58:47.547Z Documenting idna v0.5.0
22182024-06-20T20:58:50.167Z Documenting adler v1.0.2
22192024-06-20T20:58:50.236Z Documenting slog v2.7.0
22202024-06-20T20:58:50.581Z Documenting cpufeatures v0.2.12
22212024-06-20T20:58:50.681Z Documenting proc-macro2 v1.0.82
22222024-06-20T20:58:51.785Z Documenting time v0.3.36
22232024-06-20T20:58:51.897Z Documenting httparse v1.8.0
22242024-06-20T20:58:53.445Z Documenting miniz_oxide v0.7.2
22252024-06-20T20:58:53.447Z Documenting url v2.5.0
22262024-06-20T20:58:53.742Z Documenting tokio-util v0.7.11
22272024-06-20T20:58:55.056Z Documenting errno v0.3.9
22282024-06-20T20:58:55.929Z Documenting quote v1.0.36
22292024-06-20T20:58:56.429Z Documenting async-trait v0.1.80
22302024-06-20T20:58:57.559Z Documenting httpdate v1.0.3
22312024-06-20T20:58:58.473Z Documenting try-lock v0.2.5
22322024-06-20T20:58:58.549Z Documenting http-body v0.4.6
22332024-06-20T20:58:59.499Z Documenting rustix v0.38.34
22342024-06-20T20:59:00.671Z Documenting aho-corasick v1.1.3
22352024-06-20T20:59:00.686Z Documenting h2 v0.3.26
22362024-06-20T20:59:01.296Z Documenting syn v2.0.64
22372024-06-20T20:59:01.358Z Documenting want v0.3.1
22382024-06-20T20:59:02.479Z Documenting openssl-sys v0.9.102
22392024-06-20T20:59:02.629Z Documenting openssl-macros v0.1.1
22402024-06-20T20:59:03.585Z Documenting tower-service v0.3.2
22412024-06-20T20:59:06.243Z Documenting gimli v0.28.1
22422024-06-20T20:59:06.855Z Documenting mime v0.3.17
22432024-06-20T20:59:07.511Z Documenting regex-syntax v0.8.3
22442024-06-20T20:59:08.358Z Documenting object v0.32.2
22452024-06-20T20:59:08.495Z Documenting openssl-probe v0.1.5
22462024-06-20T20:59:09.788Z Documenting openssl v0.10.64
22472024-06-20T20:59:11.147Z Documenting hyper v0.14.28
22482024-06-20T20:59:11.412Z Documenting rustc-demangle v0.1.24
22492024-06-20T20:59:12.961Z Documenting addr2line v0.21.0
22502024-06-20T20:59:14.093Z Documenting ipnet v2.9.0
22512024-06-20T20:59:14.499Z Documenting base64ct v1.6.0
22522024-06-20T20:59:14.845Z Documenting regex-automata v0.4.6
22532024-06-20T20:59:17.006Z Documenting futures-executor v0.3.30
22542024-06-20T20:59:18.494Z Documenting encoding_rs v0.8.34
22552024-06-20T20:59:19.034Z Documenting native-tls v0.2.11
22562024-06-20T20:59:19.953Z Checking pest_meta v2.7.10
22572024-06-20T20:59:20.934Z Documenting psl-types v2.0.11
22582024-06-20T20:59:21.896Z Documenting serde_urlencoded v0.7.1
22592024-06-20T20:59:22.108Z Documenting backtrace v0.3.71
22602024-06-20T20:59:23.715Z Documenting semver v1.0.23
22612024-06-20T20:59:23.962Z Documenting pest_meta v2.7.10
22622024-06-20T20:59:23.986Z Documenting publicsuffix v2.2.3
22632024-06-20T20:59:24.271Z Documenting crossbeam-utils v0.8.19
22642024-06-20T20:59:24.830Z Documenting tokio-native-tls v0.3.1
22652024-06-20T20:59:25.645Z Documenting scroll_derive v0.12.0
22662024-06-20T20:59:27.484Z Documenting utf8parse v0.2.1
22672024-06-20T20:59:28.673Z Documenting anyhow v1.0.86
22682024-06-20T20:59:29.168Z Documenting pest_generator v2.7.10
22692024-06-20T20:59:29.229Z Documenting cookie_store v0.20.0
22702024-06-20T20:59:29.404Z Documenting regex v1.10.4
22712024-06-20T20:59:29.731Z Documenting hyper-rustls v0.24.2
22722024-06-20T20:59:30.723Z Documenting hyper-tls v0.5.0
22732024-06-20T20:59:30.762Z Documenting futures v0.3.30
22742024-06-20T20:59:31.427Z Documenting scroll v0.12.0
22752024-06-20T20:59:33.755Z Checking pest_generator v2.7.10
22762024-06-20T20:59:34.454Z Documenting pem-rfc7468 v0.7.0
22772024-06-20T20:59:34.471Z Documenting der_derive v0.7.2
22782024-06-20T20:59:35.862Z Documenting sync_wrapper v0.1.2
22792024-06-20T20:59:35.876Z Documenting plain v0.2.3
22802024-06-20T20:59:36.513Z Documenting webpki-roots v0.25.4
22812024-06-20T20:59:36.763Z Documenting flagset v0.4.5
22822024-06-20T20:59:37.978Z Documenting ucd-trie v0.1.6
22832024-06-20T20:59:38.782Z Documenting goblin v0.8.2
22842024-06-20T20:59:39.006Z Documenting pest_derive v2.7.10
22852024-06-20T20:59:39.152Z Documenting num-integer v0.1.46
22862024-06-20T20:59:39.467Z Documenting pretty-hex v0.4.1
22872024-06-20T20:59:40.159Z Documenting openapiv3 v2.0.0
22882024-06-20T20:59:41.201Z Documenting der v0.7.9
22892024-06-20T20:59:41.412Z Documenting reqwest v0.11.27
22902024-06-20T20:59:42.209Z Documenting pest v2.7.10
22912024-06-20T20:59:42.692Z Documenting thread-id v4.2.1
22922024-06-20T20:59:44.011Z Documenting usdt-macro v0.5.0
22932024-06-20T20:59:44.360Z Documenting usdt-attr-macro v0.5.0
22942024-06-20T20:59:47.458Z Documenting dof v0.3.0
22952024-06-20T20:59:47.500Z Documenting spki v0.7.3
22962024-06-20T20:59:47.831Z Documenting spin v0.9.8
22972024-06-20T20:59:47.882Z Documenting memmap v0.7.0
22982024-06-20T20:59:48.849Z Documenting dtrace-parser v0.2.0
22992024-06-20T20:59:50.337Z Documenting anstyle v1.0.7
23002024-06-20T20:59:51.974Z Documenting either v1.12.0
23012024-06-20T20:59:52.114Z Documenting data-encoding v2.6.0
23022024-06-20T20:59:52.880Z Documenting pkcs8 v0.10.2
23032024-06-20T20:59:52.991Z Documenting anstyle-parse v0.2.4
23042024-06-20T20:59:53.134Z Documenting ipnetwork v0.20.0
23052024-06-20T20:59:53.223Z Documenting is_terminal_polyfill v1.70.0
23062024-06-20T20:59:53.941Z Documenting usdt-impl v0.5.0
23072024-06-20T20:59:55.323Z Documenting anstyle-query v1.0.3
23082024-06-20T20:59:56.190Z Documenting colorchoice v1.0.1
23092024-06-20T20:59:56.626Z Documenting crossbeam-epoch v0.9.18
23102024-06-20T20:59:56.864Z Documenting terminal_size v0.3.0
23112024-06-20T20:59:57.527Z Documenting sha2 v0.10.8
23122024-06-20T20:59:57.998Z Documenting hex v0.4.3
23132024-06-20T20:59:59.451Z Documenting crc32fast v1.4.0
23142024-06-20T20:59:59.761Z Documenting unicode-segmentation v1.11.0
23152024-06-20T21:00:00.150Z Documenting anstream v0.6.14
23162024-06-20T21:00:01.690Z Documenting untrusted v0.9.0
23172024-06-20T21:00:01.746Z Documenting usdt v0.5.0
23182024-06-20T21:00:02.284Z Documenting strsim v0.11.1
23192024-06-20T21:00:02.342Z Documenting clap_lex v0.7.0
23202024-06-20T21:00:03.244Z Documenting num-iter v0.1.45
23212024-06-20T21:00:03.618Z Documenting hmac v0.12.1
23222024-06-20T21:00:04.344Z Documenting signal-hook v0.3.17
23232024-06-20T21:00:04.598Z Documenting ring v0.17.8
23242024-06-20T21:00:05.278Z Documenting clap_derive v4.5.4
23252024-06-20T21:00:06.478Z Documenting flate2 v1.0.30
23262024-06-20T21:00:06.617Z Documenting clap_builder v4.5.2
23272024-06-20T21:00:07.785Z Documenting managed v0.8.0
23282024-06-20T21:00:07.980Z Documenting static_assertions v1.1.0
23292024-06-20T21:00:08.461Z Documenting itertools v0.12.1
23302024-06-20T21:00:09.600Z Documenting signal-hook-mio v0.2.3
23312024-06-20T21:00:10.553Z Documenting enum-as-inner v0.5.1
23322024-06-20T21:00:11.107Z Documenting regress v0.9.1
23332024-06-20T21:00:11.585Z Documenting block-padding v0.3.3
23342024-06-20T21:00:11.671Z Documenting scheduled-thread-pool v0.2.7
23352024-06-20T21:00:11.834Z Checking diesel_table_macro_syntax v0.1.0
23362024-06-20T21:00:12.019Z Documenting diesel_table_macro_syntax v0.1.0
23372024-06-20T21:00:13.755Z Documenting clap v4.5.4
23382024-06-20T21:00:14.290Z Documenting finl_unicode v1.2.0
23392024-06-20T21:00:16.410Z Documenting inout v0.1.3
23402024-06-20T21:00:16.456Z Documenting trust-dns-proto v0.22.0
23412024-06-20T21:00:16.778Z Documenting crossterm v0.27.0
23422024-06-20T21:00:17.099Z Documenting r2d2 v0.8.10
23432024-06-20T21:00:18.046Z Documenting diesel_derives v2.1.4
23442024-06-20T21:00:18.679Z Documenting md-5 v0.10.6
23452024-06-20T21:00:19.693Z Documenting stringprep v0.1.4
23462024-06-20T21:00:19.709Z Documenting ff v0.13.0
23472024-06-20T21:00:21.163Z Documenting serde_spanned v0.6.6
23482024-06-20T21:00:22.008Z Documenting toml_datetime v0.6.6
23492024-06-20T21:00:22.362Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23502024-06-20T21:00:23.390Z Documenting fallible-iterator v0.2.0
23512024-06-20T21:00:24.706Z Documenting siphasher v0.3.11
23522024-06-20T21:00:24.744Z Documenting base16ct v0.2.0
23532024-06-20T21:00:26.564Z Documenting heck v0.5.0
23542024-06-20T21:00:26.567Z Documenting winnow v0.6.8
23552024-06-20T21:00:27.214Z Documenting bit-vec v0.6.3
23562024-06-20T21:00:27.337Z Checking unsafe-libyaml v0.2.11
23572024-06-20T21:00:27.375Z Documenting diesel v2.1.6
23582024-06-20T21:00:27.984Z Documenting sec1 v0.7.3
23592024-06-20T21:00:28.186Z Documenting phf_shared v0.11.2
23602024-06-20T21:00:28.548Z Documenting group v0.13.0
23612024-06-20T21:00:29.064Z Documenting postgres-protocol v0.6.6
23622024-06-20T21:00:30.241Z Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23632024-06-20T21:00:31.912Z Documenting cipher v0.4.4
23642024-06-20T21:00:32.942Z Documenting toml_edit v0.22.13
23652024-06-20T21:00:33.085Z Documenting hkdf v0.12.4
23662024-06-20T21:00:33.195Z Documenting num-bigint v0.4.5
23672024-06-20T21:00:42.658Z Documenting bstr v1.9.1
23682024-06-20T21:00:42.691Z Documenting console v0.15.8
23692024-06-20T21:00:42.893Z Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23702024-06-20T21:00:43.243Z Documenting crypto-bigint v0.5.5
23712024-06-20T21:00:51.666Z Documenting hubpack v0.1.2
23722024-06-20T21:00:51.720Z Documenting serde_repr v0.1.19
23732024-06-20T21:00:51.815Z Documenting new_debug_unreachable v1.0.6
23742024-06-20T21:00:51.964Z Documenting unsafe-libyaml v0.2.11
23752024-06-20T21:00:52.006Z Documenting fixedbitset v0.4.2
23762024-06-20T21:00:52.269Z Documenting lalrpop-util v0.19.12
23772024-06-20T21:00:53.885Z Documenting minimal-lexical v0.2.1
23782024-06-20T21:01:01.665Z Documenting precomputed-hash v0.1.1
23792024-06-20T21:01:01.825Z Documenting petgraph v0.6.5
23802024-06-20T21:01:02.021Z Documenting serde_yaml v0.9.34+deprecated
23812024-06-20T21:01:02.054Z Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23822024-06-20T21:01:02.150Z Documenting yasna v0.5.2
23832024-06-20T21:01:02.247Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
23842024-06-20T21:01:02.333Z Documenting nom v7.1.3
23852024-06-20T21:01:02.732Z Documenting elliptic-curve v0.13.8
23862024-06-20T21:01:06.526Z Documenting string_cache v0.8.7
23872024-06-20T21:01:08.659Z Documenting postgres-types v0.2.6
23882024-06-20T21:01:08.964Z Documenting phf v0.11.2
23892024-06-20T21:01:09.219Z Checking serde_yaml v0.9.34+deprecated
23902024-06-20T21:01:09.223Z Documenting similar v2.5.0
23912024-06-20T21:01:09.607Z Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23922024-06-20T21:01:11.069Z Documenting getopts v0.2.21
23932024-06-20T21:01:18.750Z Documenting float-cmp v0.9.0
23942024-06-20T21:01:18.892Z Documenting peg-runtime v0.8.3
23952024-06-20T21:01:19.008Z Documenting difflib v0.4.0
23962024-06-20T21:01:19.057Z Documenting whoami v1.5.1
23972024-06-20T21:01:19.316Z Documenting predicates-core v1.0.6
23982024-06-20T21:01:19.342Z Documenting normalize-line-endings v0.3.0
23992024-06-20T21:01:19.360Z Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24002024-06-20T21:01:19.449Z Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24012024-06-20T21:01:23.838Z Documenting bit-set v0.5.3
24022024-06-20T21:01:24.003Z Documenting tokio-postgres v0.7.10
24032024-06-20T21:01:24.098Z Documenting fs-err v2.11.0
24042024-06-20T21:01:24.206Z Documenting tokio-stream v0.1.15
24052024-06-20T21:01:24.307Z Checking ident_case v1.0.1
24062024-06-20T21:01:24.462Z Checking darling_core v0.20.9
24072024-06-20T21:01:24.517Z Documenting predicates v3.1.0
24082024-06-20T21:01:26.366Z Documenting is-terminal v0.4.12
24092024-06-20T21:01:27.625Z Documenting strum v0.26.2
24102024-06-20T21:01:27.926Z Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24112024-06-20T21:01:28.906Z Documenting base64 v0.22.1
24122024-06-20T21:01:29.588Z Documenting ident_case v1.0.1
24132024-06-20T21:01:30.005Z Documenting sha1 v0.10.6
24142024-06-20T21:01:30.878Z Documenting http v1.1.0
24152024-06-20T21:01:30.941Z Documenting camino v1.1.7
24162024-06-20T21:01:32.505Z Documenting dirs-sys-next v0.1.2
24172024-06-20T21:01:33.157Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24182024-06-20T21:01:33.948Z Documenting paste v1.0.15
24192024-06-20T21:01:33.994Z Documenting darling_core v0.20.9
24202024-06-20T21:01:34.800Z Checking darling v0.20.9
24212024-06-20T21:01:34.915Z Documenting thread_local v1.1.8
24222024-06-20T21:01:35.821Z Documenting rustls-pki-types v1.7.0
24232024-06-20T21:01:36.798Z Documenting crossbeam-channel v0.5.12
24242024-06-20T21:01:37.641Z Documenting dirs-next v2.0.0
24252024-06-20T21:01:38.151Z Documenting take_mut v0.2.2
24262024-06-20T21:01:38.355Z Documenting slog-json v2.6.1
24272024-06-20T21:01:38.370Z Documenting async-stream-impl v0.3.5
24282024-06-20T21:01:39.307Z Documenting debug-ignore v1.0.5
24292024-06-20T21:01:40.932Z Documenting rustls-webpki v0.102.4
24302024-06-20T21:01:41.548Z Documenting atomic-waker v1.1.2
24312024-06-20T21:01:42.608Z Documenting rustls-pemfile v2.1.2
24322024-06-20T21:01:42.717Z Documenting term v0.7.0
24332024-06-20T21:01:43.053Z Documenting slog-async v2.8.0
24342024-06-20T21:01:43.656Z Documenting slog-bunyan v2.5.0
24352024-06-20T21:01:44.212Z Documenting async-stream v0.3.5
24362024-06-20T21:01:44.316Z Documenting darling_macro v0.20.9
24372024-06-20T21:01:44.585Z Documenting waitgroup v0.1.2
24382024-06-20T21:01:45.998Z Documenting rustls v0.22.4
24392024-06-20T21:01:47.495Z Documenting multer v3.1.0
24402024-06-20T21:01:47.610Z Documenting toml v0.8.13
24412024-06-20T21:01:47.905Z Documenting slog-term v2.9.1
24422024-06-20T21:01:48.927Z Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
24432024-06-20T21:01:49.125Z Documenting serde_path_to_error v0.1.16
24442024-06-20T21:01:49.418Z Documenting hostname v0.4.0
24452024-06-20T21:01:50.261Z Documenting darling v0.20.9
24462024-06-20T21:01:53.002Z Documenting newtype-uuid v1.1.0
24472024-06-20T21:01:53.931Z Documenting structmeta-derive v0.3.0
24482024-06-20T21:01:54.737Z Checking structmeta v0.3.0
24492024-06-20T21:01:54.799Z Documenting instant v0.1.12
24502024-06-20T21:01:54.802Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24512024-06-20T21:01:54.967Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
24522024-06-20T21:01:54.983Z Documenting tokio-rustls v0.25.0
24532024-06-20T21:01:54.996Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24542024-06-20T21:01:55.546Z Documenting serde_with_macros v3.8.1
24552024-06-20T21:01:58.792Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24562024-06-20T21:01:59.615Z Documenting oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
24572024-06-20T21:01:59.742Z Documenting backoff v0.4.0
24582024-06-20T21:02:00.497Z Documenting structmeta v0.3.0
24592024-06-20T21:02:00.529Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24602024-06-20T21:02:00.900Z Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
24612024-06-20T21:02:00.970Z Documenting serde_with v3.8.1
24622024-06-20T21:02:04.637Z Documenting macaddr v1.0.1
24632024-06-20T21:02:05.385Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24642024-06-20T21:02:05.488Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24652024-06-20T21:02:05.549Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24662024-06-20T21:02:05.782Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24672024-06-20T21:02:06.149Z Documenting parse-display-derive v0.9.0
24682024-06-20T21:02:06.686Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24692024-06-20T21:02:07.227Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24702024-06-20T21:02:07.593Z Documenting fastrand v2.1.0
24712024-06-20T21:02:09.229Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24722024-06-20T21:02:09.513Z Documenting proc-macro-crate v1.3.1
24732024-06-20T21:02:09.774Z Checking proc-macro-crate v1.3.1
24742024-06-20T21:02:09.895Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24752024-06-20T21:02:09.941Z Documenting foreign-types-macros v0.2.3
24762024-06-20T21:02:10.020Z Documenting foreign-types-shared v0.3.1
24772024-06-20T21:02:11.137Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24782024-06-20T21:02:12.291Z Documenting tempfile v3.10.1
24792024-06-20T21:02:12.746Z Documenting parse-display v0.9.0
24802024-06-20T21:02:13.376Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24812024-06-20T21:02:15.066Z Documenting num_enum_derive v0.5.11
24822024-06-20T21:02:15.112Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24832024-06-20T21:02:15.665Z Documenting cstr-argument v0.1.2
24842024-06-20T21:02:15.851Z Documenting foreign-types v0.5.0
24852024-06-20T21:02:17.960Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24862024-06-20T21:02:18.047Z Documenting camino-tempfile v1.1.1
24872024-06-20T21:02:18.200Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24882024-06-20T21:02:18.335Z Documenting tabwriter v1.4.0
24892024-06-20T21:02:20.547Z Documenting colored v2.1.0
24902024-06-20T21:02:20.705Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24912024-06-20T21:02:20.797Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24922024-06-20T21:02:23.121Z Documenting hash32 v0.3.1
24932024-06-20T21:02:23.405Z Documenting stable_deref_trait v1.2.0
24942024-06-20T21:02:23.575Z Documenting num_enum v0.5.11
24952024-06-20T21:02:24.836Z Documenting smf v0.2.3
24962024-06-20T21:02:24.975Z Documenting cobs v0.2.3
24972024-06-20T21:02:25.601Z Documenting embedded-io v0.4.0
24982024-06-20T21:02:27.036Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24992024-06-20T21:02:27.963Z Documenting heapless v0.8.0
25002024-06-20T21:02:28.298Z Documenting derive-where v1.2.7
25012024-06-20T21:02:28.429Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25022024-06-20T21:02:29.045Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
25032024-06-20T21:02:29.257Z Documenting postcard v1.0.8
25042024-06-20T21:02:30.106Z Documenting crucible-workspace-hack v0.1.0
25052024-06-20T21:02:31.053Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
25062024-06-20T21:02:32.006Z Documenting newline-converter v0.3.0
25072024-06-20T21:02:33.763Z Documenting smoltcp v0.11.0
25082024-06-20T21:02:33.863Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25092024-06-20T21:02:34.768Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
25102024-06-20T21:02:34.946Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
25112024-06-20T21:02:34.980Z Documenting sigpipe v0.1.3
25122024-06-20T21:02:35.976Z Documenting num-derive v0.4.2
25132024-06-20T21:02:36.700Z Checking convert_case v0.4.0
25142024-06-20T21:02:36.864Z Documenting expectorate v1.1.0
25152024-06-20T21:02:36.893Z Documenting convert_case v0.4.0
25162024-06-20T21:02:37.641Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25172024-06-20T21:02:40.003Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25182024-06-20T21:02:40.172Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
25192024-06-20T21:02:40.693Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
25202024-06-20T21:02:41.430Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25212024-06-20T21:02:41.923Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
25222024-06-20T21:02:42.072Z Documenting derive_more v0.99.17
25232024-06-20T21:02:42.177Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25242024-06-20T21:02:44.305Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25252024-06-20T21:02:45.411Z Documenting password-hash v0.5.0
25262024-06-20T21:02:45.580Z Documenting blake2 v0.10.6
25272024-06-20T21:02:46.486Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25282024-06-20T21:02:47.733Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
25292024-06-20T21:02:48.044Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25302024-06-20T21:02:48.702Z Documenting humantime v2.1.0
25312024-06-20T21:02:49.315Z Documenting linked-hash-map v0.5.6
25322024-06-20T21:02:49.497Z Documenting newtype_derive v0.1.6
25332024-06-20T21:02:50.627Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25342024-06-20T21:02:50.857Z Documenting argon2 v0.5.3
25352024-06-20T21:02:53.165Z Documenting swrite v0.1.0
25362024-06-20T21:02:53.622Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25372024-06-20T21:02:53.793Z Documenting lru-cache v0.1.2
25382024-06-20T21:02:54.122Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
25392024-06-20T21:02:54.393Z Documenting steno v0.4.0
25402024-06-20T21:02:55.872Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25412024-06-20T21:02:56.095Z Documenting arc-swap v1.7.1
25422024-06-20T21:02:56.377Z Documenting quick-error v1.2.3
25432024-06-20T21:02:56.926Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25442024-06-20T21:02:57.975Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25452024-06-20T21:02:58.457Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25462024-06-20T21:02:58.848Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25472024-06-20T21:02:59.130Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25482024-06-20T21:03:01.063Z Documenting slog-scope v4.4.0
25492024-06-20T21:03:01.285Z Documenting resolv-conf v0.7.0
25502024-06-20T21:03:02.399Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
25512024-06-20T21:03:02.796Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
25522024-06-20T21:03:03.606Z Documenting xattr v1.3.1
25532024-06-20T21:03:03.865Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25542024-06-20T21:03:04.242Z Documenting filetime v0.2.23
25552024-06-20T21:03:04.942Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25562024-06-20T21:03:05.193Z Documenting num-rational v0.4.2
25572024-06-20T21:03:06.148Z Documenting slog-stdlog v4.1.1
25582024-06-20T21:03:06.426Z Documenting trust-dns-resolver v0.22.0
25592024-06-20T21:03:08.141Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
25602024-06-20T21:03:09.245Z Documenting num-complex v0.4.6
25612024-06-20T21:03:09.414Z Documenting tar v0.4.40
25622024-06-20T21:03:10.591Z Documenting tap v1.0.1
25632024-06-20T21:03:10.730Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25642024-06-20T21:03:11.245Z Documenting slog-envlogger v2.2.0
25652024-06-20T21:03:13.916Z Documenting wyz v0.5.1
25662024-06-20T21:03:14.930Z Documenting num v0.4.3
25672024-06-20T21:03:15.415Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25682024-06-20T21:03:15.472Z Documenting radium v0.7.0
25692024-06-20T21:03:16.594Z Documenting nibble_vec v0.1.0
25702024-06-20T21:03:16.921Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25712024-06-20T21:03:17.220Z Documenting endian-type v0.1.2
25722024-06-20T21:03:18.655Z Documenting same-file v1.0.6
25732024-06-20T21:03:20.942Z Documenting funty v2.0.0
25742024-06-20T21:03:20.958Z Documenting crc-catalog v2.4.0
25752024-06-20T21:03:21.894Z Documenting display-error-chain v0.2.0
25762024-06-20T21:03:22.068Z Documenting radix_trie v0.2.1
25772024-06-20T21:03:23.062Z Documenting walkdir v2.5.0
25782024-06-20T21:03:24.393Z Documenting bitvec v1.0.1
25792024-06-20T21:03:24.407Z Documenting crc v3.2.1
25802024-06-20T21:03:26.905Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25812024-06-20T21:03:27.273Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25822024-06-20T21:03:27.548Z Documenting slog-dtrace v0.3.0
25832024-06-20T21:03:27.815Z Documenting cancel-safe-futures v0.1.5
25842024-06-20T21:03:27.933Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25852024-06-20T21:03:28.198Z Documenting packed_struct_codegen v0.10.1
25862024-06-20T21:03:30.043Zwarning: unresolved link to `Blueprints`
25872024-06-20T21:03:30.043Z --> nexus/types/src/deployment/blueprint_diff.rs:5:33
25882024-06-20T21:03:30.043Z |
25892024-06-20T21:03:30.043Z5 | //! Types helpful for diffing [`Blueprints`].
25902024-06-20T21:03:30.043Z | ^^^^^^^^^^ no item named `Blueprints` in scope
25912024-06-20T21:03:30.043Z |
25922024-06-20T21:03:30.043Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
25932024-06-20T21:03:30.044Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
25942024-06-20T21:03:30.044Z
25952024-06-20T21:03:30.047Zwarning: unresolved link to `Blueprints`
25962024-06-20T21:03:30.047Z --> nexus/types/src/deployment/blueprint_display.rs:5:35
25972024-06-20T21:03:30.047Z |
25982024-06-20T21:03:30.047Z5 | //! Types helpful for rendering [`Blueprints`].
25992024-06-20T21:03:30.047Z | ^^^^^^^^^^ no item named `Blueprints` in scope
26002024-06-20T21:03:30.047Z |
26012024-06-20T21:03:30.047Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
26022024-06-20T21:03:30.047Z
26032024-06-20T21:03:30.047Zwarning: unresolved link to `BpSledTable`
26042024-06-20T21:03:30.047Z --> nexus/types/src/deployment/blueprint_display.rs:179:49
26052024-06-20T21:03:30.047Z |
26062024-06-20T21:03:30.047Z179 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s.
26072024-06-20T21:03:30.047Z | ^^^^^^^^^^^ no item named `BpSledTable` in scope
26082024-06-20T21:03:30.047Z |
26092024-06-20T21:03:30.047Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
26102024-06-20T21:03:30.047Z
26112024-06-20T21:03:30.059Z Documenting nodrop v0.1.14
26122024-06-20T21:03:32.414Zwarning: `nexus-types` (lib doc) generated 3 warnings
26132024-06-20T21:03:32.444Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26142024-06-20T21:03:33.591Z Documenting array-init v0.0.4
26152024-06-20T21:03:33.938Z Documenting bzip2-sys v0.1.11+1.0.8
26162024-06-20T21:03:33.995Z Documenting packed_struct v0.10.1
26172024-06-20T21:03:34.129Z Documenting num-bigint-dig v0.8.4
26182024-06-20T21:03:35.479Z Documenting pem v3.0.4
26192024-06-20T21:03:37.086Z Documenting pkcs1 v0.7.5
26202024-06-20T21:03:39.174Z Documenting signature v2.2.0
26212024-06-20T21:03:40.525Z Documenting maplit v1.0.2
26222024-06-20T21:03:40.763Z Documenting bitfield v0.14.0
26232024-06-20T21:03:42.324Z Documenting termcolor v1.4.1
26242024-06-20T21:03:42.495Z Documenting bzip2 v0.4.4
26252024-06-20T21:03:43.791Z Documenting serde-hex v0.1.0
26262024-06-20T21:03:44.128Z Documenting rsa v0.9.6
26272024-06-20T21:03:44.559Z Documenting lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
26282024-06-20T21:03:45.462Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26292024-06-20T21:03:45.604Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26302024-06-20T21:03:45.858Z Documenting x509-cert v0.2.5
26312024-06-20T21:03:47.188Z Documenting env_logger v0.10.2
26322024-06-20T21:03:47.847Z Documenting libsw v3.3.1
26332024-06-20T21:03:49.817Z Documenting ron v0.8.1
26342024-06-20T21:03:50.351Z Documenting half v2.4.1
26352024-06-20T21:03:51.758Z Documenting headers-core v0.2.0
26362024-06-20T21:03:52.647Z Documenting linear-map v1.2.0
26372024-06-20T21:03:52.754Z Documenting ciborium-io v0.2.2
26382024-06-20T21:03:53.244Z Documenting owo-colors v4.0.0
26392024-06-20T21:03:53.396Z Documenting crc-any v2.5.0
26402024-06-20T21:03:53.841Z Documenting utf-8 v0.7.6
26412024-06-20T21:03:55.749Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26422024-06-20T21:03:57.179Z Documenting lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
26432024-06-20T21:03:57.442Z Documenting zip v0.6.6
26442024-06-20T21:03:57.646Z Documenting ciborium-ll v0.2.2
26452024-06-20T21:03:57.692Z Documenting headers v0.3.9
26462024-06-20T21:03:58.755Z Documenting tungstenite v0.21.0
26472024-06-20T21:03:58.851Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26482024-06-20T21:04:00.372Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26492024-06-20T21:04:02.974Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26502024-06-20T21:04:03.226Z Documenting async-recursion v1.1.1
26512024-06-20T21:04:04.140Z Documenting path-slash v0.1.5
26522024-06-20T21:04:05.302Z Documenting tokio-tungstenite v0.21.0
26532024-06-20T21:04:06.595Z Documenting ciborium v0.2.2
26542024-06-20T21:04:08.998Z Documenting hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
26552024-06-20T21:04:09.480Z Documenting fxhash v0.2.1
26562024-06-20T21:04:09.868Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26572024-06-20T21:04:10.828Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26582024-06-20T21:04:11.541Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26592024-06-20T21:04:12.883Z Documenting buf-list v1.0.3
26602024-06-20T21:04:14.614Z Documenting derive_builder_core v0.20.0
26612024-06-20T21:04:17.853Z Checking derive_builder_core v0.20.0
26622024-06-20T21:04:18.229Z Documenting pin-project-internal v1.1.5
26632024-06-20T21:04:18.720Z Documenting ref-cast-impl v1.0.23
26642024-06-20T21:04:21.460Z Documenting vte_generate_state_changes v0.1.1
26652024-06-20T21:04:23.348Z Documenting derive_builder_macro v0.20.0
26662024-06-20T21:04:23.953Z Documenting ref-cast v1.0.23
26672024-06-20T21:04:24.770Z Documenting pin-project v1.1.5
26682024-06-20T21:04:25.458Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26692024-06-20T21:04:25.475Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26702024-06-20T21:04:25.557Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26712024-06-20T21:04:26.467Z Documenting vte v0.11.1
26722024-06-20T21:04:27.124Z Documenting crossbeam-deque v0.8.5
26732024-06-20T21:04:27.753Z Documenting snafu-derive v0.8.2
26742024-06-20T21:04:28.370Z Documenting fd-lock v4.0.2
26752024-06-20T21:04:30.965Z Documenting bitstruct_derive v0.1.0
26762024-06-20T21:04:31.228Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26772024-06-20T21:04:32.027Z Documenting ascii v1.1.0
26782024-06-20T21:04:32.174Z Documenting rayon-core v1.12.1
26792024-06-20T21:04:34.079Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26802024-06-20T21:04:35.175Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
26812024-06-20T21:04:35.491Z Documenting snafu v0.8.2
26822024-06-20T21:04:36.305Z Documenting bitstruct v0.1.1
26832024-06-20T21:04:36.433Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26842024-06-20T21:04:37.615Z Documenting strip-ansi-escapes v0.2.0
26852024-06-20T21:04:39.141Z Documenting derive_builder v0.20.0
26862024-06-20T21:04:39.319Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26872024-06-20T21:04:39.625Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26882024-06-20T21:04:40.072Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26892024-06-20T21:04:41.384Z Documenting polar-core v0.27.3
26902024-06-20T21:04:41.402Z Documenting libxml v0.3.3
26912024-06-20T21:04:41.839Z Documenting proc-macro-error-attr v1.0.4
26922024-06-20T21:04:42.935Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26932024-06-20T21:04:46.955Z Documenting globset v0.4.14
26942024-06-20T21:04:48.450Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26952024-06-20T21:04:48.479Z Documenting olpc-cjson v0.1.3
26962024-06-20T21:04:49.210Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26972024-06-20T21:04:49.303Z Documenting erased-serde v0.3.31
26982024-06-20T21:04:50.187Z Documenting serde_plain v1.0.2
26992024-06-20T21:04:51.792Z Documenting quick-xml v0.31.0
27002024-06-20T21:04:53.313Z Documenting serde_arrays v0.1.0
27012024-06-20T21:04:53.610Z Documenting impl-trait-for-tuples v0.2.2
27022024-06-20T21:04:54.522Z Documenting oso-derive v0.27.3
27032024-06-20T21:04:55.642Z Documenting unicode-xid v0.2.4
27042024-06-20T21:04:55.668Z Checking unicode-xid v0.2.4
27052024-06-20T21:04:55.811Z Documenting nu-ansi-term v0.50.0
27062024-06-20T21:04:58.660Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27072024-06-20T21:04:58.791Z Documenting typed-path v0.7.1
27082024-06-20T21:04:58.959Z Documenting samael v0.0.15
27092024-06-20T21:04:59.075Z Documenting const_format_proc_macros v0.2.32
27102024-06-20T21:04:59.557Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27112024-06-20T21:05:00.369Z Documenting oso v0.27.3
27122024-06-20T21:05:00.938Z Documenting proc-macro-error v1.0.4
27132024-06-20T21:05:01.189Z Documenting reedline v0.31.0
27142024-06-20T21:05:05.109Z Documenting rayon v1.10.0
27152024-06-20T21:05:05.530Z Documenting tough v0.17.1
27162024-06-20T21:05:05.923Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27172024-06-20T21:05:07.248Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27182024-06-20T21:05:09.503Z Documenting libefi-sys v0.1.0
27192024-06-20T21:05:11.100Z Documenting trust-dns-client v0.22.0
27202024-06-20T21:05:13.173Z Documenting cookie v0.18.1
27212024-06-20T21:05:13.734Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27222024-06-20T21:05:15.301Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27232024-06-20T21:05:15.632Z Checking proc-macro-error v1.0.4
27242024-06-20T21:05:15.731Z Documenting bb8 v0.8.3
27252024-06-20T21:05:15.904Z Documenting parse-size v1.0.0
27262024-06-20T21:05:16.246Z Documenting keccak v0.1.5
27272024-06-20T21:05:18.455Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
27282024-06-20T21:05:19.447Z Documenting bytecount v0.6.8
27292024-06-20T21:05:19.735Z Documenting sha3 v0.10.8
27302024-06-20T21:05:19.893Z Documenting trust-dns-server v0.22.1
27312024-06-20T21:05:20.766Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27322024-06-20T21:05:21.627Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
27332024-06-20T21:05:22.483Z Documenting papergrid v0.11.0
27342024-06-20T21:05:22.915Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
27352024-06-20T21:05:23.550Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
27362024-06-20T21:05:24.808Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27372024-06-20T21:05:25.383Z Documenting tabled_derive v0.7.0
27382024-06-20T21:05:28.435Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27392024-06-20T21:05:28.621Z Documenting const_format v0.2.32
27402024-06-20T21:05:28.760Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27412024-06-20T21:05:30.578Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27422024-06-20T21:05:30.753Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27432024-06-20T21:05:30.941Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27442024-06-20T21:05:31.260Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27452024-06-20T21:05:31.773Z Documenting sled v0.34.7
27462024-06-20T21:05:31.858Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27472024-06-20T21:05:31.874Z Documenting nix v0.28.0
27482024-06-20T21:05:32.437Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
27492024-06-20T21:05:32.769Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27502024-06-20T21:05:33.056Z Documenting secrecy v0.8.0
27512024-06-20T21:05:33.681Z Documenting gethostname v0.4.3
27522024-06-20T21:05:36.359Z Documenting peg-macros v0.8.3
27532024-06-20T21:05:38.136Z Documenting rustversion v1.0.17
27542024-06-20T21:05:38.279Z Documenting sqlparser_derive v0.2.2
27552024-06-20T21:05:38.751Z Documenting home v0.5.9
27562024-06-20T21:05:38.785Z Documenting unicode_categories v0.1.1
27572024-06-20T21:05:41.462Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27582024-06-20T21:05:41.650Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27592024-06-20T21:05:42.035Z Documenting peg v0.8.3
27602024-06-20T21:05:43.239Z Documenting castaway v0.2.2
27612024-06-20T21:05:43.421Z Documenting sqlparser v0.45.0
27622024-06-20T21:05:43.662Z Documenting rustyline v14.0.0
27632024-06-20T21:05:43.784Z Documenting sqlformat v0.2.3
27642024-06-20T21:05:47.022Z Documenting tabled v0.15.0
27652024-06-20T21:05:48.192Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27662024-06-20T21:05:49.335Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
27672024-06-20T21:05:50.836Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27682024-06-20T21:05:52.203Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27692024-06-20T21:05:55.139Z Documenting zone v0.1.8
27702024-06-20T21:05:55.245Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
27712024-06-20T21:05:55.835Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
27722024-06-20T21:05:55.838Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27732024-06-20T21:05:57.013Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27742024-06-20T21:06:00.688Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27752024-06-20T21:06:00.704Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27762024-06-20T21:06:00.942Z Documenting portpicker v0.1.1
27772024-06-20T21:06:00.964Z Documenting universal-hash v0.5.1
27782024-06-20T21:06:02.084Z Documenting bcs v0.1.6
27792024-06-20T21:06:06.332Z Documenting thiserror-impl-no-std v2.0.2
27802024-06-20T21:06:06.351Z Documenting kstat-rs v0.2.3
27812024-06-20T21:06:06.749Z Documenting curve25519-dalek-derive v0.1.1
27822024-06-20T21:06:13.574Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27832024-06-20T21:06:16.169Z Documenting opaque-debug v0.3.1
27842024-06-20T21:06:16.646Z Documenting highway v1.1.0
27852024-06-20T21:06:16.691Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27862024-06-20T21:06:16.693Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27872024-06-20T21:06:16.722Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
27882024-06-20T21:06:16.833Z Documenting curve25519-dalek v4.1.2
27892024-06-20T21:06:17.050Z Documenting thiserror-no-std v2.0.2
27902024-06-20T21:06:19.082Z Documenting poly1305 v0.8.0
27912024-06-20T21:06:20.439Z Documenting compact_str v0.7.1
27922024-06-20T21:06:21.810Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27932024-06-20T21:06:22.514Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27942024-06-20T21:06:24.396Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27952024-06-20T21:06:24.464Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27962024-06-20T21:06:25.283Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27972024-06-20T21:06:25.708Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27982024-06-20T21:06:26.627Z Documenting portable-atomic v1.6.0
27992024-06-20T21:06:30.411Z Documenting ed25519 v1.5.3
28002024-06-20T21:06:30.936Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
28012024-06-20T21:06:31.254Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28022024-06-20T21:06:32.002Z Documenting unicase v2.7.0
28032024-06-20T21:06:33.822Z Documenting rcgen v0.12.1
28042024-06-20T21:06:35.814Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28052024-06-20T21:06:37.419Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28062024-06-20T21:06:37.477Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
28072024-06-20T21:06:38.286Z Documenting atomicwrites v0.4.3
28082024-06-20T21:06:42.153Z Documenting chacha20 v0.9.1
28092024-06-20T21:06:42.556Z Documenting lru v0.12.3
28102024-06-20T21:06:43.260Zwarning: could not parse code block as Rust code
28112024-06-20T21:06:43.260Z --> oximeter/db/src/oxql/ast/grammar.rs:246:9
28122024-06-20T21:06:43.260Z |
28132024-06-20T21:06:43.260Z246 | / /// Parse a string literal, either single- or double-quoted.
28142024-06-20T21:06:43.260Z247 | | ///
28152024-06-20T21:06:43.260Z248 | | /// Parsing string literals is pretty tricky, but we add several
28162024-06-20T21:06:43.260Z249 | | /// constraints to simplify things. First strings must be quoted, either
28172024-06-20T21:06:43.260Z... |
28182024-06-20T21:06:43.260Z277 | | ///
28192024-06-20T21:06:43.260Z278 | | /// Will be parsed as `this string has " in it`.
28202024-06-20T21:06:43.260Z | |________________________________________________________^
28212024-06-20T21:06:43.260Z |
28222024-06-20T21:06:43.260Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
28232024-06-20T21:06:43.260Z = note: error from rustc: unknown start of token: \
28242024-06-20T21:06:43.260Z = note: error from rustc: unknown start of token: \
28252024-06-20T21:06:43.260Z = note: error from rustc: unknown start of token: \
28262024-06-20T21:06:43.260Z = note: error from rustc: unknown start of token: \
28272024-06-20T21:06:43.260Z = note: error from rustc: unknown start of token: \
28282024-06-20T21:06:43.260Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
28292024-06-20T21:06:43.260Z
28302024-06-20T21:06:43.306Z Documenting aead v0.5.2
28312024-06-20T21:06:44.658Zwarning: `oximeter-db` (lib doc) generated 1 warning
28322024-06-20T21:06:44.669Z Documenting rand_seeder v0.2.3
28332024-06-20T21:06:45.604Z Documenting nanorand v0.7.0
28342024-06-20T21:06:47.946Z Documenting subprocess v0.2.9
28352024-06-20T21:06:48.322Z Documenting stability v0.2.0
28362024-06-20T21:06:48.390Z Documenting cassowary v0.3.0
28372024-06-20T21:06:58.007Z Documenting glob v0.3.1
28382024-06-20T21:06:58.211Z Documenting number_prefix v0.4.0
28392024-06-20T21:06:58.505Z Documenting chacha20poly1305 v0.10.1
28402024-06-20T21:06:58.725Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28412024-06-20T21:06:58.806Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28422024-06-20T21:06:58.896Z Documenting flume v0.11.0
28432024-06-20T21:06:59.044Z Documenting ratatui v0.26.2
28442024-06-20T21:07:00.665Zwarning: unresolved link to `crate::db::lookup::LookupPath`
28452024-06-20T21:07:00.665Z --> nexus/auth/src/authz/api_resources.rs:8:12
28462024-06-20T21:07:00.665Z |
28472024-06-20T21:07:00.665Z8 | //! (see [`crate::db::lookup::LookupPath`]) and get back a so-called `authz`
28482024-06-20T21:07:00.665Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `db` in module `nexus_auth`
28492024-06-20T21:07:00.665Z |
28502024-06-20T21:07:00.665Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
28512024-06-20T21:07:00.665Z
28522024-06-20T21:07:02.208Zwarning: `nexus-auth` (lib doc) generated 1 warning
28532024-06-20T21:07:02.214Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28542024-06-20T21:07:02.489Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28552024-06-20T21:07:03.212Z Documenting indicatif v0.17.8
28562024-06-20T21:07:03.928Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28572024-06-20T21:07:16.094Z Documenting mime_guess v2.0.4
28582024-06-20T21:07:16.171Z Documenting salty v0.2.0
28592024-06-20T21:07:16.285Z Documenting vsss-rs v3.3.4
28602024-06-20T21:07:16.393Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28612024-06-20T21:07:16.989Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28622024-06-20T21:07:17.080Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
28632024-06-20T21:07:17.787Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28642024-06-20T21:07:18.809Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28652024-06-20T21:07:19.297Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28662024-06-20T21:07:20.822Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28672024-06-20T21:07:21.087Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28682024-06-20T21:07:21.359Z Documenting serde-big-array v0.5.1
28692024-06-20T21:07:21.398Z Documenting memmap2 v0.9.4
28702024-06-20T21:07:25.568Z Documenting rtoolbox v0.0.2
28712024-06-20T21:07:25.866Z Documenting arrayref v0.3.7
28722024-06-20T21:07:25.866Z Documenting constant_time_eq v0.3.0
28732024-06-20T21:07:26.059Z Documenting is_ci v1.2.0
28742024-06-20T21:07:26.245Z Documenting smawk v0.3.2
28752024-06-20T21:07:27.209Z Documenting http-range v0.1.5
28762024-06-20T21:07:27.321Z Documenting arrayvec v0.7.4
28772024-06-20T21:07:27.728Z Documenting shell-words v1.1.0
28782024-06-20T21:07:30.613Z Documenting unicode-linebreak v0.1.5
28792024-06-20T21:07:31.021Z Documenting rpassword v7.3.1
28802024-06-20T21:07:31.089Z Documenting blake3 v1.5.1
28812024-06-20T21:07:31.136Z Documenting supports-color v3.0.0
28822024-06-20T21:07:32.015Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
28832024-06-20T21:07:32.247Z Documenting hyper-staticfile v0.9.5
28842024-06-20T21:07:33.798Z Documenting textwrap v0.16.1
28852024-06-20T21:07:35.499Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28862024-06-20T21:07:35.676Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
28872024-06-20T21:07:36.143Z Documenting tui-tree-widget v0.19.0
28882024-06-20T21:07:38.897Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28892024-06-20T21:07:39.375Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28902024-06-20T21:07:40.700Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28912024-06-20T21:07:40.838Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28922024-06-20T21:07:42.859Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28932024-06-20T21:07:43.922Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28942024-06-20T21:07:44.687Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28952024-06-20T21:07:44.717Z Documenting signal-hook-tokio v0.3.1
28962024-06-20T21:07:44.913Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28972024-06-20T21:07:45.124Z Documenting csv-core v0.1.11
28982024-06-20T21:07:45.591Z Documenting corncobs v0.1.3
28992024-06-20T21:07:47.301Z Documenting topological-sort v0.2.2
29002024-06-20T21:07:48.704Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29012024-06-20T21:07:49.577Z Documenting csv v1.3.0
29022024-06-20T21:07:50.222Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29032024-06-20T21:07:51.745Z Documenting omicron-zone-package v0.11.0
29042024-06-20T21:07:53.350Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29052024-06-20T21:07:53.473Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29062024-06-20T21:07:54.820Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29072024-06-20T21:07:55.663Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29082024-06-20T21:08:02.550Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29092024-06-20T21:08:04.155Zwarning: unresolved link to `test_sled_transitions`
29102024-06-20T21:08:04.155Z --> nexus/db-queries/src/db/datastore/sled.rs:698:11
29112024-06-20T21:08:04.155Z |
29122024-06-20T21:08:04.155Z698 | /// [`test_sled_transitions`].
29132024-06-20T21:08:04.155Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
29142024-06-20T21:08:04.155Z |
29152024-06-20T21:08:04.155Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29162024-06-20T21:08:04.155Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29172024-06-20T21:08:04.155Z
29182024-06-20T21:08:04.155Zwarning: unresolved link to `test_sled_transitions`
29192024-06-20T21:08:04.155Z --> nexus/db-queries/src/db/datastore/sled.rs:734:11
29202024-06-20T21:08:04.155Z |
29212024-06-20T21:08:04.155Z734 | /// [`test_sled_transitions`].
29222024-06-20T21:08:04.155Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
29232024-06-20T21:08:04.155Z |
29242024-06-20T21:08:04.155Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29252024-06-20T21:08:04.155Z
29262024-06-20T21:08:04.158Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
29272024-06-20T21:08:04.158Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
29282024-06-20T21:08:04.158Z |
29292024-06-20T21:08:04.158Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
29302024-06-20T21:08:04.159Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
29312024-06-20T21:08:04.159Z
29322024-06-20T21:08:04.532Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29332024-06-20T21:08:06.405Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29342024-06-20T21:08:12.383Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
29352024-06-20T21:08:13.587Zwarning: unclosed HTML tag `usize`
29362024-06-20T21:08:13.587Z --> wicket/src/ui/panes/update.rs:153:19
29372024-06-20T21:08:13.587Z |
29382024-06-20T21:08:13.587Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
29392024-06-20T21:08:13.587Z | ^^^^^^^
29402024-06-20T21:08:13.587Z |
29412024-06-20T21:08:13.587Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
29422024-06-20T21:08:13.587Z
29432024-06-20T21:08:14.976Zwarning: `wicket` (lib doc) generated 1 warning
29442024-06-20T21:08:14.979Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29452024-06-20T21:08:17.497Z Documenting fatfs v0.3.6
29462024-06-20T21:08:18.195Zwarning: unresolved link to `BlueprintDisksConfig`
29472024-06-20T21:08:18.195Z --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1170:55
29482024-06-20T21:08:18.195Z |
29492024-06-20T21:08:18.195Z1170 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`]
29502024-06-20T21:08:18.195Z | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope
29512024-06-20T21:08:18.195Z |
29522024-06-20T21:08:18.195Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
29532024-06-20T21:08:18.195Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29542024-06-20T21:08:18.195Z
29552024-06-20T21:08:19.242Zwarning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning
29562024-06-20T21:08:19.245Z Documenting cargo-platform v0.1.8
29572024-06-20T21:08:21.559Z Documenting assert_matches v1.5.0
29582024-06-20T21:08:23.418Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29592024-06-20T21:08:23.466Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
29602024-06-20T21:08:23.469Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29612024-06-20T21:08:23.986Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29622024-06-20T21:08:24.764Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29632024-06-20T21:08:24.843Z Documenting cargo_metadata v0.18.1
29642024-06-20T21:08:25.472Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29652024-06-20T21:08:25.977Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29662024-06-20T21:08:32.651Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
29672024-06-20T21:08:32.651Z --> sled-agent/src/sim/instance.rs:46:7
29682024-06-20T21:08:32.651Z |
29692024-06-20T21:08:32.651Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
29702024-06-20T21:08:32.651Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
29712024-06-20T21:08:32.651Z |
29722024-06-20T21:08:32.651Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29732024-06-20T21:08:32.651Z
29742024-06-20T21:08:36.174Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
29752024-06-20T21:08:36.177Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29762024-06-20T21:08:37.215Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29772024-06-20T21:08:40.466Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
29782024-06-20T21:08:41.232Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
29792024-06-20T21:08:45.439Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
29802024-06-20T21:08:48.531Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
29812024-06-20T21:08:48.826Z Documenting termios v0.3.3
29822024-06-20T21:08:49.320Z Documenting uzers v0.11.3
29832024-06-20T21:08:54.483Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29842024-06-20T21:08:54.958Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29852024-06-20T21:08:56.277Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29862024-06-20T21:08:58.255Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29872024-06-20T21:09:01.679Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29882024-06-20T21:09:03.285Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29892024-06-20T21:09:10.418Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29902024-06-20T21:09:28.444Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29912024-06-20T21:09:34.475Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29922024-06-20T21:09:39.572Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29932024-06-20T21:09:43.322Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
29942024-06-20T21:09:47.115Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
29952024-06-20T21:09:48.299Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29962024-06-20T21:09:49.263Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29972024-06-20T21:09:50.703Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29982024-06-20T21:10:23.727Zwarning: unresolved link to `Nexus`
29992024-06-20T21:10:23.727Z --> nexus/src/app/instance_network.rs:243:34
30002024-06-20T21:10:23.727Z |
30012024-06-20T21:10:23.727Z243 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
30022024-06-20T21:10:23.727Z | ^^^^^ no item named `Nexus` in scope
30032024-06-20T21:10:23.727Z |
30042024-06-20T21:10:23.727Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
30052024-06-20T21:10:23.727Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
30062024-06-20T21:10:23.727Z
30072024-06-20T21:10:23.731Zwarning: unresolved link to `Nexus`
30082024-06-20T21:10:23.731Z --> nexus/src/app/instance_network.rs:422:34
30092024-06-20T21:10:23.731Z |
30102024-06-20T21:10:23.731Z422 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
30112024-06-20T21:10:23.731Z | ^^^^^ no item named `Nexus` in scope
30122024-06-20T21:10:23.731Z |
30132024-06-20T21:10:23.731Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
30142024-06-20T21:10:23.731Z
30152024-06-20T21:10:23.731Zwarning: unresolved link to `VolumeConstructionRequest`
30162024-06-20T21:10:23.731Z --> nexus/src/app/sagas/volume_delete.rs:335:7
30172024-06-20T21:10:23.731Z |
30182024-06-20T21:10:23.731Z335 | /// [`VolumeConstructionRequest`] is shown here):
30192024-06-20T21:10:23.731Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
30202024-06-20T21:10:23.731Z |
30212024-06-20T21:10:23.731Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
30222024-06-20T21:10:23.731Z
30232024-06-20T21:10:23.731Zwarning: unresolved link to `fd00:1122:3344:101::5`
30242024-06-20T21:10:23.731Z --> nexus/src/app/sagas/volume_delete.rs:345:17
30252024-06-20T21:10:23.731Z |
30262024-06-20T21:10:23.731Z345 | /// "[fd00:1122:3344:101::5]:1000",
30272024-06-20T21:10:23.731Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
30282024-06-20T21:10:23.731Z
30292024-06-20T21:10:23.731Zwarning: unresolved link to `fd00:1122:3344:102::9`
30302024-06-20T21:10:23.731Z --> nexus/src/app/sagas/volume_delete.rs:346:17
30312024-06-20T21:10:23.731Z |
30322024-06-20T21:10:23.731Z346 | /// "[fd00:1122:3344:102::9]:1000",
30332024-06-20T21:10:23.731Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
30342024-06-20T21:10:23.731Z
30352024-06-20T21:10:23.731Zwarning: unresolved link to `fd00:1122:3344:103::2`
30362024-06-20T21:10:23.731Z --> nexus/src/app/sagas/volume_delete.rs:347:17
30372024-06-20T21:10:23.731Z |
30382024-06-20T21:10:23.731Z347 | /// "[fd00:1122:3344:103::2]:1000"
30392024-06-20T21:10:23.731Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
30402024-06-20T21:10:23.731Z
30412024-06-20T21:10:23.731Zwarning: unresolved link to `fd00:1122:3344:101::5`
30422024-06-20T21:10:23.731Z --> nexus/src/app/sagas/volume_delete.rs:366:17
30432024-06-20T21:10:23.731Z |
30442024-06-20T21:10:23.732Z366 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
30452024-06-20T21:10:23.732Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
30462024-06-20T21:10:23.732Z
30472024-06-20T21:10:23.732Zwarning: unresolved link to `fd00:1122:3344:102::9`
30482024-06-20T21:10:23.732Z --> nexus/src/app/sagas/volume_delete.rs:367:17
30492024-06-20T21:10:23.732Z |
30502024-06-20T21:10:23.732Z367 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
30512024-06-20T21:10:23.732Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
30522024-06-20T21:10:23.732Z
30532024-06-20T21:10:23.732Zwarning: unresolved link to `fd00:1122:3344:103::2`
30542024-06-20T21:10:23.732Z --> nexus/src/app/sagas/volume_delete.rs:368:17
30552024-06-20T21:10:23.732Z |
30562024-06-20T21:10:23.732Z368 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
30572024-06-20T21:10:23.732Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
30582024-06-20T21:10:23.732Z
30592024-06-20T21:10:26.731Zwarning: `omicron-nexus` (lib doc) generated 9 warnings
30602024-06-20T21:10:43.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13m 05s
30612024-06-20T21:10:43.720Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html and 85 other files
30622024-06-20T21:10:43.766Z
30632024-06-20T21:10:43.769Zreal 13:05.609824748
30642024-06-20T21:10:43.769Zuser 37:13.219938995
30652024-06-20T21:10:43.769Zsys 55:05.391580210
30662024-06-20T21:10:43.769Ztrap 0.928497419
30672024-06-20T21:10:43.769Ztflt 0.187208782
30682024-06-20T21:10:43.769Zdflt 0.673946018
30692024-06-20T21:10:43.769Zkflt 0.000217143
30702024-06-20T21:10:43.769Zlock 3:16:16.495052541
30712024-06-20T21:10:43.769Zslp 3:33:05.185317085
30722024-06-20T21:10:43.769Zlat 4:36.335663350
30732024-06-20T21:10:43.769Zstop 2:41.043814314
30742024-06-20T21:10:43.769Zprocess exited: duration 1375789 ms, exit code 0
 
30752024-06-20T21:10:43.775Zfound 0 output files