01J0VMN9F7SAWMZCY92ZHRFXBH: clippy (helios)

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

Buildomat Job: 01J0VMNNCB9TJ2BSVXTSXCAJCA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-06-20T20:17:12.289Zjob assigned to worker 01J0VMNQKRFH9HJ8JWTDZKHYS4 (queued for 1 m 2 s)
 
22024-06-20T20:17:19.789Zstarting task 0: "setup"
32024-06-20T20:17:19.847Z++ uname -s
42024-06-20T20:17:19.849Z+ kern=SunOS
52024-06-20T20:17:19.849Z+ case "$kern" in
62024-06-20T20:17:19.850Z+ groupadd -g 12345 build
72024-06-20T20:17:19.854Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-06-20T20:17:21.863Z+ zfs create -o mountpoint=/work rpool/work
92024-06-20T20:17:21.985Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-06-20T20:17:21.988Z+ home_fs=zfs
112024-06-20T20:17:21.988Z+ [[ zfs == autofs ]]
122024-06-20T20:17:21.988Z+ mkdir -p /home/build
132024-06-20T20:17:21.988Z+ chown build:build /home/build /work
142024-06-20T20:17:23.990Z+ chmod 0700 /home/build /work
152024-06-20T20:17:23.993Zprocess exited: duration 4204 ms, exit code 0
 
162024-06-20T20:17:23.999Zstarting task 1: "rust-toolchain"
172024-06-20T20:17:24.004Z+ printf ' * toolchain channel = "%s"
182024-06-20T20:17:24.004Z' 1.78.0
192024-06-20T20:17:24.004Z * toolchain channel = "1.78.0"
202024-06-20T20:17:24.004Z+ printf ' * toolchain profile = "%s"
212024-06-20T20:17:24.004Z' default
222024-06-20T20:17:24.004Z * toolchain profile = "default"
232024-06-20T20:17:24.007Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-06-20T20:17:24.007Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-06-20T20:17:24.118Zinfo: downloading installer
262024-06-20T20:17:25.458Zinfo: profile set to 'default'
272024-06-20T20:17:25.458Zinfo: default host triple is x86_64-unknown-illumos
282024-06-20T20:17:25.461Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-06-20T20:17:25.625Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-06-20T20:17:25.625Zinfo: downloading component 'cargo'
312024-06-20T20:17:26.611Zinfo: downloading component 'clippy'
322024-06-20T20:17:26.936Zinfo: downloading component 'rust-docs'
332024-06-20T20:17:28.255Zinfo: downloading component 'rust-std'
342024-06-20T20:17:30.345Zinfo: downloading component 'rustc'
352024-06-20T20:17:35.769Zinfo: downloading component 'rustfmt'
362024-06-20T20:17:36.058Zinfo: installing component 'cargo'
372024-06-20T20:17:36.915Zinfo: installing component 'clippy'
382024-06-20T20:17:37.273Zinfo: installing component 'rust-docs'
392024-06-20T20:17:38.806Zinfo: installing component 'rust-std'
402024-06-20T20:17:40.540Zinfo: installing component 'rustc'
412024-06-20T20:17:44.846Zinfo: installing component 'rustfmt'
422024-06-20T20:17:45.187Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-06-20T20:17:45.187Z
442024-06-20T20:17:45.451Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-06-20T20:17:45.451Z
462024-06-20T20:17:45.454Z
472024-06-20T20:17:45.454ZRust is installed now. Great!
482024-06-20T20:17:45.454Z
492024-06-20T20:17:45.454ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-06-20T20:17:45.454Zenvironment variable. This has not been done automatically.
512024-06-20T20:17:45.454Z
522024-06-20T20:17:45.454ZTo configure your current shell, you need to source
532024-06-20T20:17:45.454Zthe corresponding env file under $HOME/.cargo.
542024-06-20T20:17:45.454Z
552024-06-20T20:17:45.454ZThis is usually done by running one of the following (note the leading DOT):
562024-06-20T20:17:45.454Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-06-20T20:17:45.454Zsource "$HOME/.cargo/env.fish" # For fish
582024-06-20T20:17:45.621Z+ rustc --version
592024-06-20T20:17:45.686Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-06-20T20:17:45.689Zprocess exited: duration 21688 ms, exit code 0
 
612024-06-20T20:17:45.696Zstarting task 2: "authentication"
622024-06-20T20:17:45.715Zprocess exited: duration 20 ms, exit code 0
 
632024-06-20T20:17:45.721Zstarting task 3: "clone repository"
642024-06-20T20:17:45.726Z+ mkdir -p /work/oxidecomputer/omicron
652024-06-20T20:17:45.729Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-06-20T20:17:46.514ZCloning into '/work/oxidecomputer/omicron'...
672024-06-20T20:17:57.375Z+ cd /work/oxidecomputer/omicron
682024-06-20T20:17:57.375Z+ git fetch origin 2c8b77b11f0e64c6edae6a226ee7f75a054dd863
692024-06-20T20:17:57.684ZFrom https://github.com/oxidecomputer/omicron
702024-06-20T20:17:57.684Z * branch 2c8b77b11f0e64c6edae6a226ee7f75a054dd863 -> FETCH_HEAD
712024-06-20T20:17:57.694Z+ [[ -n iliana/workspace-members ]]
722024-06-20T20:17:57.699Z++ git branch --show-current
732024-06-20T20:17:57.702Z+ current=main
742024-06-20T20:17:57.702Z+ [[ main != iliana/workspace-members ]]
752024-06-20T20:17:57.702Z+ git branch -f iliana/workspace-members 2c8b77b11f0e64c6edae6a226ee7f75a054dd863
762024-06-20T20:17:57.704Z+ git checkout -f iliana/workspace-members
772024-06-20T20:17:57.839ZSwitched to branch 'iliana/workspace-members'
782024-06-20T20:17:57.842Z+ git reset --hard 2c8b77b11f0e64c6edae6a226ee7f75a054dd863
792024-06-20T20:17:57.979ZHEAD is now at 2c8b77b11 --keep-goin't
802024-06-20T20:17:57.982Zprocess exited: duration 12254 ms, exit code 0
 
812024-06-20T20:17:57.988Zstarting task 4: "build"
822024-06-20T20:17:57.993Z+ cargo --version
832024-06-20T20:17:58.048Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-06-20T20:17:58.051Z+ rustc --version
852024-06-20T20:17:58.107Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-06-20T20:17:58.110Z+ source ./env.sh
872024-06-20T20:17:58.110Z++ set -o xtrace
882024-06-20T20:17:58.112Z++++ dirname ./env.sh
892024-06-20T20:17:58.115Z+++ readlink -f .
902024-06-20T20:17:58.202Z++ OMICRON_WS=/work/oxidecomputer/omicron
912024-06-20T20:17:58.205Z++ 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:17:58.205Z++ 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:17:58.205Z++ 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:17:58.205Z++ 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:17:58.205Z++ 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:17:58.205Z++ 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:17:58.205Z++ 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:17:58.205Z++ 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:17:58.205Z++ unset OMICRON_WS
1002024-06-20T20:17:58.205Z++ set +o xtrace
1012024-06-20T20:17:58.245Z
1022024-06-20T20:17:58.245Z ##### ##### ###### ##### ###### #### # # # #### #
1032024-06-20T20:17:58.245Z # # # # # # # # # # # # # # #
1042024-06-20T20:17:58.245Z # # # # ##### # # ##### # # # # # #### #
1052024-06-20T20:17:58.245Z ##### ##### # ##### # # # # # # # # #
1062024-06-20T20:17:58.245Z # # # # # # # # # # # # # # #
1072024-06-20T20:17:58.245Z # # # ###### # # ###### ### # #### # #### #
1082024-06-20T20:17:58.245Z
1092024-06-20T20:18:08.785Z Startup: Refreshing catalog 'helios-dev' ... Done
1102024-06-20T20:18:10.742Z Startup: Caching catalogs ... Done
1112024-06-20T20:18:13.133ZPlanning: Solver setup ... Done (1.925s)
1122024-06-20T20:18:13.171ZPlanning: Running solver ... Done (0.038s)
1132024-06-20T20:18:13.214ZPlanning: Finding local manifests ... Done (0.003s)
1142024-06-20T20:18:13.226ZPlanning: Fetching manifests: 0/4 0% complete
1152024-06-20T20:18:13.470ZPlanning: Fetching manifests: 4/4 100% complete
1162024-06-20T20:18:13.627ZPlanning: Package planning ... Done (0.157s)
1172024-06-20T20:18:13.679ZPlanning: Merging actions ... Done (0.051s)
1182024-06-20T20:18:14.433ZPlanning: Checking for conflicting actions ... Done (0.755s)
1192024-06-20T20:18:14.446ZPlanning: Consolidating action changes ... Done (0.011s)
1202024-06-20T20:18:20.613ZPlanning: Evaluating mediators ... Done (6.167s)
1212024-06-20T20:18:20.623ZPlanning: Planning completed in 9.81 seconds
1222024-06-20T20:18:20.638Z Packages to install: 4
1232024-06-20T20:18:20.638Z Mediators to change: 2
1242024-06-20T20:18:20.638Z Services to change: 1
1252024-06-20T20:18:20.641Z Estimated space available: 155.77 GB
1262024-06-20T20:18:20.641ZEstimated space to be consumed: 1.46 GB
1272024-06-20T20:18:20.641Z Create boot environment: No
1282024-06-20T20:18:20.641ZCreate backup boot environment: No
1292024-06-20T20:18:20.641Z Rebuild boot archive: No
1302024-06-20T20:18:20.641Z
1312024-06-20T20:18:20.641ZChanged mediators:
1322024-06-20T20:18:20.641Z mediator clang:
1332024-06-20T20:18:20.641Z version: None -> 15 (system default)
1342024-06-20T20:18:20.641Z
1352024-06-20T20:18:20.641Z mediator llvm:
1362024-06-20T20:18:20.641Z version: 14 (system default) -> 15 (system default)
1372024-06-20T20:18:20.641Z
1382024-06-20T20:18:20.641ZChanged packages:
1392024-06-20T20:18:20.641Zhelios-dev
1402024-06-20T20:18:20.641Z developer/build-essential
1412024-06-20T20:18:20.641Z None -> 11-2.0
1422024-06-20T20:18:20.641Z library/libxmlsec1
1432024-06-20T20:18:20.641Z None -> 1.2.35-2.0
1442024-06-20T20:18:20.641Z ooce/developer/clang-15
1452024-06-20T20:18:20.641Z None -> 15.0.7-2.0
1462024-06-20T20:18:20.641Z ooce/developer/llvm-15
1472024-06-20T20:18:20.641Z None -> 15.0.7-2.0
1482024-06-20T20:18:20.641Z
1492024-06-20T20:18:20.641ZServices:
1502024-06-20T20:18:20.641Z restart_fmri:
1512024-06-20T20:18:20.641Z svc:/system/update-man-index:default
1522024-06-20T20:18:20.841Z
1532024-06-20T20:18:20.841ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1542024-06-20T20:18:27.555ZDownload: 1193/3290 items 83.3/212.6MB 39% complete (19.2M/s)
1552024-06-20T20:18:34.024ZDownload: 1195/3290 items 83.5/212.6MB 39% complete (17.5M/s)
1562024-06-20T20:18:46.832ZDownload: 1197/3290 items 83.5/212.6MB 39% complete
1572024-06-20T20:18:51.871ZDownload: 1605/3290 items 115.9/212.6MB 54% complete (6.8M/s)
1582024-06-20T20:18:59.691ZDownload: 2218/3290 items 118.2/212.6MB 55% complete (4.7M/s)
1592024-06-20T20:19:04.691ZDownload: 3191/3290 items 151.6/212.6MB 71% complete (6.5M/s)
1602024-06-20T20:19:09.362ZDownload: Completed 212.60 MB in 48.52 seconds (4.4M/s)
1612024-06-20T20:19:09.518Z Actions: 1/3689 actions (Installing new actions)
1622024-06-20T20:19:14.549Z Actions: 3685/3689 actions (Installing new actions)
1632024-06-20T20:19:14.598Z Actions: Completed 3689 actions in 5.08 seconds.
1642024-06-20T20:19:14.832Z Done (0.230s)
1652024-06-20T20:19:14.832Z Done (0.000s)
1662024-06-20T20:19:15.139Z Done (0.307s)
1672024-06-20T20:19:20.229Z Done (4.936s)
1682024-06-20T20:19:20.401Z Done (0.105s)
1692024-06-20T20:19:20.404Z Done (0.000s)
1702024-06-20T20:19:20.563Z Done (0.000s)
1712024-06-20T20:19:21.117ZPlanning: Evaluating mediator changes ... Done
1722024-06-20T20:19:21.276ZPlanning: Checking for conflicting actions ... Done
1732024-06-20T20:19:21.281ZPlanning: Consolidating action changes ... Done
1742024-06-20T20:19:21.550ZPlanning: Evaluating mediators ... Done
1752024-06-20T20:19:21.553ZPlanning: Planning completed in 0.43 seconds
1762024-06-20T20:19:21.582Z Mediators to change: 2
1772024-06-20T20:19:21.582Z Create boot environment: No
1782024-06-20T20:19:21.585ZCreate backup boot environment: No
1792024-06-20T20:19:21.651Z Done
1802024-06-20T20:19:21.651Z Done
1812024-06-20T20:19:21.851Z Done
1822024-06-20T20:19:25.348Z Done
1832024-06-20T20:19:25.432Z Done
1842024-06-20T20:19:25.432Z Done
1852024-06-20T20:19:25.538Z Done
1862024-06-20T20:19:26.154ZPlanning: Evaluating mediator changes ... Done
1872024-06-20T20:19:26.157ZPlanning: Merging actions ... Done
1882024-06-20T20:19:26.354ZPlanning: Checking for conflicting actions ... Done
1892024-06-20T20:19:26.357ZPlanning: Consolidating action changes ... Done
1902024-06-20T20:19:26.628ZPlanning: Evaluating mediators ... Done
1912024-06-20T20:19:26.686ZPlanning: Planning completed in 0.79 seconds
1922024-06-20T20:19:26.721Z Packages to change: 1
1932024-06-20T20:19:26.721Z Mediators to change: 1
1942024-06-20T20:19:26.721Z Services to change: 1
1952024-06-20T20:19:26.721Z Create boot environment: No
1962024-06-20T20:19:26.724ZCreate backup boot environment: Yes
1972024-06-20T20:19:28.561Z Actions: 1/6 actions (Updating modified actions)
1982024-06-20T20:19:28.597Z Actions: Completed 6 actions in 0.04 seconds.
1992024-06-20T20:19:28.597Z Done
2002024-06-20T20:19:28.597Z Done
2012024-06-20T20:19:28.664Z Done
2022024-06-20T20:19:32.247Z Done
2032024-06-20T20:19:32.330Z Done
2042024-06-20T20:19:32.333Z Done
2052024-06-20T20:19:32.445Z Done
2062024-06-20T20:19:32.877ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072024-06-20T20:19:32.877Zclang system 15 system
2082024-06-20T20:19:32.877Zcsh system system illumos
2092024-06-20T20:19:32.877Zctags system system illumos
2102024-06-20T20:19:32.877Zgcc vendor 12 vendor
2112024-06-20T20:19:32.877Zgcc system 10 system
2122024-06-20T20:19:32.877Zgcc system 7 system
2132024-06-20T20:19:32.877Zgo system 1.20 system
2142024-06-20T20:19:32.877Zgo system 1.19 system
2152024-06-20T20:19:32.877Zllvm system 15 system
2162024-06-20T20:19:32.877Zllvm system 14 system
2172024-06-20T20:19:32.877Zmariadb system 10.6 system
2182024-06-20T20:19:32.877Zmta vendor vendor dma
2192024-06-20T20:19:32.877Zopenjdk system 17 system
2202024-06-20T20:19:32.877Zopenjdk system 11 system
2212024-06-20T20:19:32.877Zopenjdk system 1.8 system
2222024-06-20T20:19:32.877Zopenssl vendor 3 vendor
2232024-06-20T20:19:32.877Zperl system 5.36 system
2242024-06-20T20:19:32.877Zpostgresql system 15 system
2252024-06-20T20:19:32.877Zpostgresql system 13 system
2262024-06-20T20:19:32.877Zpython vendor 3 vendor
2272024-06-20T20:19:32.877Zpython system 2 system
2282024-06-20T20:19:32.877Zpython3 system 3.11 system
2292024-06-20T20:19:32.877Zruby system 3.0 system
2302024-06-20T20:19:32.878Zwords vendor vendor american-english
2312024-06-20T20:19:32.878Zwords system system australian-english
2322024-06-20T20:19:32.878Zwords system system british-english
2332024-06-20T20:19:32.878Zwords system system canadian-english
2342024-06-20T20:19:32.878Zwords system system french
2352024-06-20T20:19:32.878Zwords system system italian
2362024-06-20T20:19:32.878Zwords system system ngerman
2372024-06-20T20:19:32.878Zwords system system ogerman
2382024-06-20T20:19:32.878Zwords system system spanish
2392024-06-20T20:19:33.202ZPUBLISHER TYPE STATUS P LOCATION
2402024-06-20T20:19:33.202Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412024-06-20T20:19:34.682ZFMRI IFO
2422024-06-20T20:19:34.682Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432024-06-20T20:19:34.682Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442024-06-20T20:19:34.682Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452024-06-20T20:19:34.682Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462024-06-20T20:19:34.682Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472024-06-20T20:19:34.682Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482024-06-20T20:19:34.682Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2492024-06-20T20:19:34.682Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502024-06-20T20:19:34.682Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2512024-06-20T20:19:34.682Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2522024-06-20T20:19:34.682Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2532024-06-20T20:19:34.682Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2542024-06-20T20:19:35.176Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2552024-06-20T20:19:35.489Z Updating git repository `https://github.com/oxidecomputer/zone`
2562024-06-20T20:19:35.781Z Updating crates.io index
2572024-06-20T20:19:35.825Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2582024-06-20T20:19:36.579Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2592024-06-20T20:19:37.365Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2602024-06-20T20:19:37.648Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2612024-06-20T20:19:39.780Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
2622024-06-20T20:19:40.378Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2632024-06-20T20:19:40.635Z Updating git repository `https://github.com/oxidecomputer/propolis`
2642024-06-20T20:19:41.811Z Updating git repository `https://github.com/oxidecomputer/crucible`
2652024-06-20T20:19:44.206Z Updating git repository `https://github.com/oxidecomputer/opte`
2662024-06-20T20:19:45.293Z Updating git repository `https://github.com/oxidecomputer/falcon`
2672024-06-20T20:19:46.049Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2682024-06-20T20:19:46.751Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2692024-06-20T20:19:47.070Z Updating git repository `http://github.com/oxidecomputer/sprockets`
2702024-06-20T20:19:47.449Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2712024-06-20T20:19:47.743Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2722024-06-20T20:19:48.062Z Updating git repository `http://github.com/oxidecomputer/tofino`
2732024-06-20T20:19:48.400Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2742024-06-20T20:19:49.681Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2752024-06-20T20:19:49.997Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2762024-06-20T20:19:50.328Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772024-06-20T20:19:50.675Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782024-06-20T20:19:51.156Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2792024-06-20T20:19:51.439Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802024-06-20T20:19:52.329Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812024-06-20T20:19:52.610Z Updating git repository `https://github.com/cbiffle/hubpack.git`
2822024-06-20T20:19:53.008Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2832024-06-20T20:19:53.425Z Updating git repository `https://github.com/oxidecomputer/typify`
2842024-06-20T20:19:55.376Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852024-06-20T20:19:55.745Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862024-06-20T20:19:56.017Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872024-06-20T20:19:56.485Z Updating git repository `https://github.com/oxidecomputer/rfb`
2882024-06-20T20:19:57.489Z Downloading crates ...
2892024-06-20T20:19:57.561Z Downloaded byteorder v1.5.0
2902024-06-20T20:19:57.564Z Downloaded bitflags v2.5.0
2912024-06-20T20:19:57.568Z Downloaded match_cfg v0.1.0
2922024-06-20T20:19:57.571Z Downloaded is-terminal v0.4.12
2932024-06-20T20:19:57.571Z Downloaded anstyle v1.0.7
2942024-06-20T20:19:57.577Z Downloaded foreign-types v0.3.2
2952024-06-20T20:19:57.582Z Downloaded pretty-hex v0.4.1
2962024-06-20T20:19:57.585Z Downloaded pin-utils v0.1.0
2972024-06-20T20:19:57.587Z Downloaded openssl-macros v0.1.1
2982024-06-20T20:19:57.587Z Downloaded cargo-platform v0.1.8
2992024-06-20T20:19:57.587Z Downloaded block-buffer v0.10.4
3002024-06-20T20:19:57.590Z Downloaded adler v1.0.2
3012024-06-20T20:19:57.590Z Downloaded anstyle-query v1.0.3
3022024-06-20T20:19:57.593Z Downloaded scopeguard v1.2.0
3032024-06-20T20:19:57.593Z Downloaded pest_meta v2.7.10
3042024-06-20T20:19:57.596Z Downloaded futures-macro v0.3.30
3052024-06-20T20:19:57.599Z Downloaded hyper-tls v0.5.0
3062024-06-20T20:19:57.599Z Downloaded futures-task v0.3.30
3072024-06-20T20:19:57.601Z Downloaded want v0.3.1
3082024-06-20T20:19:57.601Z Downloaded scroll_derive v0.12.0
3092024-06-20T20:19:57.601Z Downloaded itoa v1.0.11
3102024-06-20T20:19:57.604Z Downloaded hostname v0.3.1
3112024-06-20T20:19:57.606Z Downloaded usdt-attr-macro v0.5.0
3122024-06-20T20:19:57.607Z Downloaded anstyle-parse v0.2.4
3132024-06-20T20:19:57.609Z Downloaded futures-core v0.3.30
3142024-06-20T20:19:57.609Z Downloaded usdt-macro v0.5.0
3152024-06-20T20:19:57.609Z Downloaded try-lock v0.2.5
3162024-06-20T20:19:57.612Z Downloaded errno v0.3.9
3172024-06-20T20:19:57.612Z Downloaded tinyvec_macros v0.1.1
3182024-06-20T20:19:57.614Z Downloaded heck v0.4.1
3192024-06-20T20:19:57.614Z Downloaded serde_tokenstream v0.2.0
3202024-06-20T20:19:57.617Z Downloaded percent-encoding v2.3.1
3212024-06-20T20:19:57.620Z Downloaded semver v1.0.23
3222024-06-20T20:19:57.623Z Downloaded strsim v0.11.1
3232024-06-20T20:19:57.623Z Downloaded clap_derive v4.5.4
3242024-06-20T20:19:57.625Z Downloaded cargo_metadata v0.18.1
3252024-06-20T20:19:57.628Z Downloaded signal-hook-registry v1.4.2
3262024-06-20T20:19:57.630Z Downloaded terminal_size v0.3.0
3272024-06-20T20:19:57.630Z Downloaded num-conv v0.1.0
3282024-06-20T20:19:57.633Z Downloaded openssl-probe v0.1.5
3292024-06-20T20:19:57.633Z Downloaded futures-sink v0.3.30
3302024-06-20T20:19:57.635Z Downloaded tokio-macros v2.2.0
3312024-06-20T20:19:57.635Z Downloaded thiserror v1.0.60
3322024-06-20T20:19:57.639Z Downloaded foreign-types-shared v0.1.1
3332024-06-20T20:19:57.641Z Downloaded xattr v1.3.1
3342024-06-20T20:19:57.644Z Downloaded pest_derive v2.7.10
3352024-06-20T20:19:57.644Z Downloaded usdt v0.5.0
3362024-06-20T20:19:57.647Z Downloaded time-core v0.1.2
3372024-06-20T20:19:57.647Z Downloaded strum v0.26.2
3382024-06-20T20:19:57.647Z Downloaded is_terminal_polyfill v1.70.0
3392024-06-20T20:19:57.651Z Downloaded equivalent v1.0.1
3402024-06-20T20:19:57.651Z Downloaded thread-id v4.2.1
3412024-06-20T20:19:57.654Z Downloaded tower-service v0.3.2
3422024-06-20T20:19:57.654Z Downloaded md5 v0.7.0
3432024-06-20T20:19:57.654Z Downloaded tabled_derive v0.7.0
3442024-06-20T20:19:57.654Z Downloaded quote v1.0.36
3452024-06-20T20:19:57.657Z Downloaded clap v4.5.4
3462024-06-20T20:19:57.664Z Downloaded futures v0.3.30
3472024-06-20T20:19:57.670Z Downloaded take_mut v0.2.2
3482024-06-20T20:19:57.672Z Downloaded strum_macros v0.26.2
3492024-06-20T20:19:57.675Z Downloaded smallvec v1.13.2
3502024-06-20T20:19:57.675Z Downloaded slog v2.7.0
3512024-06-20T20:19:57.678Z Downloaded futures-executor v0.3.30
3522024-06-20T20:19:57.680Z Downloaded serde_spanned v0.6.6
3532024-06-20T20:19:57.683Z Downloaded pest_generator v2.7.10
3542024-06-20T20:19:57.683Z Downloaded miniz_oxide v0.7.2
3552024-06-20T20:19:57.685Z Downloaded zerocopy-derive v0.7.34
3562024-06-20T20:19:57.688Z Downloaded unicode-width v0.1.12
3572024-06-20T20:19:57.691Z Downloaded rustls-pemfile v1.0.4
3582024-06-20T20:19:57.694Z Downloaded utf8parse v0.2.1
3592024-06-20T20:19:57.694Z Downloaded toml_datetime v0.6.6
3602024-06-20T20:19:57.696Z Downloaded sha2 v0.10.8
3612024-06-20T20:19:57.699Z Downloaded tokio-native-tls v0.3.1
3622024-06-20T20:19:57.699Z Downloaded parking_lot_core v0.9.10
3632024-06-20T20:19:57.702Z Downloaded thread_local v1.1.8
3642024-06-20T20:19:57.704Z Downloaded base64 v0.21.7
3652024-06-20T20:19:57.707Z Downloaded lock_api v0.4.12
3662024-06-20T20:19:57.709Z Downloaded ipnet v2.9.0
3672024-06-20T20:19:57.712Z Downloaded thiserror-impl v1.0.60
3682024-06-20T20:19:57.712Z Downloaded version_check v0.9.4
3692024-06-20T20:19:57.712Z Downloaded cc v1.0.97
3702024-06-20T20:19:57.715Z Downloaded usdt-impl v0.5.0
3712024-06-20T20:19:57.718Z Downloaded slog-term v2.9.1
3722024-06-20T20:19:57.720Z Downloaded proc-macro-error v1.0.4
3732024-06-20T20:19:57.723Z Downloaded toml v0.8.13
3742024-06-20T20:19:57.726Z Downloaded term v0.7.0
3752024-06-20T20:19:57.729Z Downloaded socket2 v0.5.7
3762024-06-20T20:19:57.732Z Downloaded memchr v2.7.2
3772024-06-20T20:19:57.737Z Downloaded serde_derive v1.0.203
3782024-06-20T20:19:57.740Z Downloaded tar v0.4.40
3792024-06-20T20:19:57.743Z Downloaded ryu v1.0.18
3802024-06-20T20:19:57.746Z Downloaded papergrid v0.11.0
3812024-06-20T20:19:57.750Z Downloaded proc-macro2 v1.0.82
3822024-06-20T20:19:57.755Z Downloaded typenum v1.17.0
3832024-06-20T20:19:57.768Z Downloaded tinyvec v1.6.0
3842024-06-20T20:19:57.768Z Downloaded http v0.2.12
3852024-06-20T20:19:57.768Z Downloaded tracing v0.1.40
3862024-06-20T20:19:57.772Z Downloaded mio v0.8.11
3872024-06-20T20:19:57.774Z Downloaded unicode-bidi v0.3.15
3882024-06-20T20:19:57.777Z Downloaded hashbrown v0.14.5
3892024-06-20T20:19:57.782Z Downloaded pest v2.7.10
3902024-06-20T20:19:57.788Z Downloaded url v2.5.0
3912024-06-20T20:19:57.795Z Downloaded toml_edit v0.22.13
3922024-06-20T20:19:57.813Z Downloaded goblin v0.8.2
3932024-06-20T20:19:57.819Z Downloaded tokio-util v0.7.11
3942024-06-20T20:19:57.825Z Downloaded futures-util v0.3.30
3952024-06-20T20:19:57.839Z Downloaded openssl v0.10.64
3962024-06-20T20:19:57.848Z Downloaded unicode-normalization v0.1.23
3972024-06-20T20:19:57.851Z Downloaded zerocopy v0.7.34
3982024-06-20T20:19:57.866Z Downloaded reqwest v0.11.27
3992024-06-20T20:19:57.874Z Downloaded winnow v0.6.8
4002024-06-20T20:19:57.883Z Downloaded vcpkg v0.2.15
4012024-06-20T20:19:57.919Z Downloaded tabled v0.15.0
4022024-06-20T20:19:57.935Z Downloaded syn v2.0.64
4032024-06-20T20:19:57.946Z Downloaded rustix v0.38.34
4042024-06-20T20:19:57.967Z Downloaded syn v1.0.109
4052024-06-20T20:19:57.976Z Downloaded tokio v1.37.0
4062024-06-20T20:19:58.009Z Downloaded encoding_rs v0.8.34
4072024-06-20T20:19:58.026Z Downloaded libc v0.2.155
4082024-06-20T20:19:58.051Z Downloaded time v0.3.36
4092024-06-20T20:19:58.057Z Downloaded serde_json v1.0.117
4102024-06-20T20:19:58.063Z Downloaded idna v0.5.0
4112024-06-20T20:19:58.069Z Downloaded serde v1.0.203
4122024-06-20T20:19:58.071Z Downloaded hyper v0.14.28
4132024-06-20T20:19:58.079Z Downloaded h2 v0.3.26
4142024-06-20T20:19:58.084Z Downloaded clap_builder v4.5.2
4152024-06-20T20:19:58.090Z Downloaded tracing-core v0.1.32
4162024-06-20T20:19:58.093Z Downloaded indexmap v2.2.6
4172024-06-20T20:19:58.096Z Downloaded crossbeam-channel v0.5.12
4182024-06-20T20:19:58.101Z Downloaded mime v0.3.17
4192024-06-20T20:19:58.105Z Downloaded log v0.4.21
4202024-06-20T20:19:58.105Z Downloaded unicode-ident v1.0.12
4212024-06-20T20:19:58.107Z Downloaded ucd-trie v0.1.6
4222024-06-20T20:19:58.107Z Downloaded time-macros v0.2.18
4232024-06-20T20:19:58.110Z Downloaded flate2 v1.0.30
4242024-06-20T20:19:58.115Z Downloaded futures-io v0.3.30
4252024-06-20T20:19:58.115Z Downloaded openssl-sys v0.9.102
4262024-06-20T20:19:58.117Z Downloaded futures-channel v0.3.30
4272024-06-20T20:19:58.120Z Downloaded fs-err v2.11.0
4282024-06-20T20:19:58.120Z Downloaded swrite v0.1.0
4292024-06-20T20:19:58.123Z Downloaded slog-async v2.8.0
4302024-06-20T20:19:58.123Z Downloaded slab v0.4.9
4312024-06-20T20:19:58.123Z Downloaded fnv v1.0.7
4322024-06-20T20:19:58.126Z Downloaded slog-json v2.6.1
4332024-06-20T20:19:58.126Z Downloaded httpdate v1.0.3
4342024-06-20T20:19:58.126Z Downloaded pin-project-lite v0.2.14
4352024-06-20T20:19:58.131Z Downloaded parking_lot v0.12.2
4362024-06-20T20:19:58.134Z Downloaded memmap v0.7.0
4372024-06-20T20:19:58.134Z Downloaded filetime v0.2.23
4382024-06-20T20:19:58.137Z Downloaded digest v0.10.7
4392024-06-20T20:19:58.138Z Downloaded crypto-common v0.1.6
4402024-06-20T20:19:58.138Z Downloaded crossbeam-utils v0.8.19
4412024-06-20T20:19:58.140Z Downloaded bytes v1.6.0
4422024-06-20T20:19:58.143Z Downloaded scroll v0.12.0
4432024-06-20T20:19:58.143Z Downloaded once_cell v1.19.0
4442024-06-20T20:19:58.148Z Downloaded heck v0.5.0
4452024-06-20T20:19:58.150Z Downloaded dirs-sys-next v0.1.2
4462024-06-20T20:19:58.150Z Downloaded cpufeatures v0.2.12
4472024-06-20T20:19:58.150Z Downloaded clap_lex v0.7.0
4482024-06-20T20:19:58.150Z Downloaded anyhow v1.0.86
4492024-06-20T20:19:58.153Z Downloaded anstream v0.6.14
4502024-06-20T20:19:58.156Z Downloaded macaddr v1.0.1
4512024-06-20T20:19:58.156Z Downloaded dtrace-parser v0.2.0
4522024-06-20T20:19:58.159Z Downloaded httparse v1.8.0
4532024-06-20T20:19:58.159Z Downloaded crc32fast v1.4.0
4542024-06-20T20:19:58.162Z Downloaded cargo_toml v0.20.2
4552024-06-20T20:19:58.162Z Downloaded num_threads v0.1.7
4562024-06-20T20:19:58.162Z Downloaded slog-bunyan v2.5.0
4572024-06-20T20:19:58.166Z Downloaded rustversion v1.0.17
4582024-06-20T20:19:58.166Z Downloaded serde_urlencoded v0.7.1
4592024-06-20T20:19:58.169Z Downloaded native-tls v0.2.11
4602024-06-20T20:19:58.169Z Downloaded powerfmt v0.2.0
4612024-06-20T20:19:58.169Z Downloaded camino v1.1.7
4622024-06-20T20:19:58.173Z Downloaded proc-macro-error-attr v1.0.4
4632024-06-20T20:19:58.173Z Downloaded dirs-next v2.0.0
4642024-06-20T20:19:58.173Z Downloaded bytecount v0.6.8
4652024-06-20T20:19:58.175Z Downloaded cfg-if v1.0.0
4662024-06-20T20:19:58.175Z Downloaded sync_wrapper v0.1.2
4672024-06-20T20:19:58.176Z Downloaded num_cpus v1.16.0
4682024-06-20T20:19:58.178Z Downloaded http-body v0.4.6
4692024-06-20T20:19:58.178Z Downloaded generic-array v0.14.7
4702024-06-20T20:19:58.181Z Downloaded dof v0.3.0
4712024-06-20T20:19:58.181Z Downloaded deranged v0.3.11
4722024-06-20T20:19:58.181Z Downloaded colorchoice v1.0.1
4732024-06-20T20:19:58.184Z Downloaded form_urlencoded v1.2.1
4742024-06-20T20:19:58.184Z Downloaded autocfg v1.3.0
4752024-06-20T20:19:58.184Z Downloaded plain v0.2.3
4762024-06-20T20:19:58.187Z Downloaded pkg-config v0.3.30
4772024-06-20T20:19:58.468Z Compiling proc-macro2 v1.0.82
4782024-06-20T20:19:58.468Z Compiling unicode-ident v1.0.12
4792024-06-20T20:19:58.468Z Compiling libc v0.2.155
4802024-06-20T20:19:58.471Z Compiling version_check v0.9.4
4812024-06-20T20:19:58.471Z Compiling cfg-if v1.0.0
4822024-06-20T20:19:58.502Z Compiling itoa v1.0.11
4832024-06-20T20:19:58.505Z Compiling once_cell v1.19.0
4842024-06-20T20:19:58.505Z Compiling autocfg v1.3.0
4852024-06-20T20:19:58.700Z Compiling serde v1.0.203
4862024-06-20T20:19:58.719Z Compiling memchr v2.7.2
4872024-06-20T20:19:58.740Z Compiling thiserror v1.0.60
4882024-06-20T20:19:58.952Z Compiling ryu v1.0.18
4892024-06-20T20:19:59.231Z Compiling pin-project-lite v0.2.14
4902024-06-20T20:19:59.306Z Compiling bitflags v2.5.0
4912024-06-20T20:19:59.332Z Compiling parking_lot_core v0.9.10
4922024-06-20T20:19:59.407Z Compiling lock_api v0.4.12
4932024-06-20T20:19:59.603Z Compiling pkg-config v0.3.30
4942024-06-20T20:19:59.991Z Compiling ucd-trie v0.1.6
4952024-06-20T20:20:00.351Z Compiling cc v1.0.97
4962024-06-20T20:20:00.354Z Compiling vcpkg v0.2.15
4972024-06-20T20:20:00.548Z Compiling slab v0.4.9
4982024-06-20T20:20:00.573Z Compiling smallvec v1.13.2
4992024-06-20T20:20:00.627Z Compiling scopeguard v1.2.0
5002024-06-20T20:20:00.770Z Compiling futures-core v0.3.30
5012024-06-20T20:20:00.811Z Compiling futures-sink v0.3.30
5022024-06-20T20:20:00.961Z Compiling bytes v1.6.0
5032024-06-20T20:20:01.160Z Compiling fnv v1.0.7
5042024-06-20T20:20:01.294Z Compiling equivalent v1.0.1
5052024-06-20T20:20:01.353Z Compiling quote v1.0.36
5062024-06-20T20:20:01.478Z Compiling log v0.4.21
5072024-06-20T20:20:01.496Z Compiling hashbrown v0.14.5
5082024-06-20T20:20:01.862Z Compiling syn v2.0.64
5092024-06-20T20:20:02.055Z Compiling serde_json v1.0.117
5102024-06-20T20:20:02.217Z Compiling byteorder v1.5.0
5112024-06-20T20:20:02.373Z Compiling parking_lot v0.12.2
5122024-06-20T20:20:02.494Z Compiling socket2 v0.5.7
5132024-06-20T20:20:02.684Z Compiling mio v0.8.11
5142024-06-20T20:20:02.709Z Compiling num_cpus v1.16.0
5152024-06-20T20:20:02.732Z Compiling signal-hook-registry v1.4.2
5162024-06-20T20:20:02.838Z Compiling indexmap v2.2.6
5172024-06-20T20:20:03.272Z Compiling futures-channel v0.3.30
5182024-06-20T20:20:03.603Z Compiling rustix v0.38.34
5192024-06-20T20:20:03.625Z Compiling pin-utils v0.1.0
5202024-06-20T20:20:03.699Z Compiling futures-task v0.3.30
5212024-06-20T20:20:03.724Z Compiling futures-io v0.3.30
5222024-06-20T20:20:03.788Z Compiling typenum v1.17.0
5232024-06-20T20:20:04.066Z Compiling openssl-sys v0.9.102
5242024-06-20T20:20:04.087Z Compiling errno v0.3.9
5252024-06-20T20:20:04.135Z Compiling generic-array v0.14.7
5262024-06-20T20:20:04.245Z Compiling foreign-types-shared v0.1.1
5272024-06-20T20:20:04.329Z Compiling slog v2.7.0
5282024-06-20T20:20:04.376Z Compiling openssl v0.10.64
5292024-06-20T20:20:04.508Z Compiling foreign-types v0.3.2
5302024-06-20T20:20:04.605Z Compiling http v0.2.12
5312024-06-20T20:20:04.753Z Compiling proc-macro-error-attr v1.0.4
5322024-06-20T20:20:04.935Z Compiling usdt-impl v0.5.0
5332024-06-20T20:20:05.035Z Compiling tracing-core v0.1.32
5342024-06-20T20:20:05.253Z Compiling time-core v0.1.2
5352024-06-20T20:20:05.445Z Compiling num-conv v0.1.0
5362024-06-20T20:20:05.470Z Compiling httparse v1.8.0
5372024-06-20T20:20:05.737Z Compiling tinyvec_macros v0.1.1
5382024-06-20T20:20:05.816Z Compiling powerfmt v0.2.0
5392024-06-20T20:20:05.837Z Compiling native-tls v0.2.11
5402024-06-20T20:20:06.150Z Compiling syn v1.0.109
5412024-06-20T20:20:06.217Z Compiling deranged v0.3.11
5422024-06-20T20:20:06.489Z Compiling tinyvec v1.6.0
5432024-06-20T20:20:06.799Z Compiling time-macros v0.2.18
5442024-06-20T20:20:07.005Z Compiling tracing v0.1.40
5452024-06-20T20:20:07.289Z Compiling thread-id v4.2.1
5462024-06-20T20:20:07.588Z Compiling proc-macro-error v1.0.4
5472024-06-20T20:20:07.702Z Compiling plain v0.2.3
5482024-06-20T20:20:07.862Z Compiling try-lock v0.2.5
5492024-06-20T20:20:07.866Z Compiling crossbeam-utils v0.8.19
5502024-06-20T20:20:07.992Z Compiling openssl-probe v0.1.5
5512024-06-20T20:20:08.016Z Compiling num_threads v0.1.7
5522024-06-20T20:20:08.091Z Compiling utf8parse v0.2.1
5532024-06-20T20:20:08.137Z Compiling percent-encoding v2.3.1
5542024-06-20T20:20:08.258Z Compiling rustversion v1.0.17
5552024-06-20T20:20:08.335Z Compiling heck v0.4.1
5562024-06-20T20:20:08.377Z Compiling form_urlencoded v1.2.1
5572024-06-20T20:20:08.505Z Compiling anstyle-parse v0.2.4
5582024-06-20T20:20:08.524Z Compiling want v0.3.1
5592024-06-20T20:20:08.698Z Compiling unicode-normalization v0.1.23
5602024-06-20T20:20:09.016Z Compiling http-body v0.4.6
5612024-06-20T20:20:09.303Z Compiling dirs-sys-next v0.1.2
5622024-06-20T20:20:09.667Z Compiling anstyle-query v1.0.3
5632024-06-20T20:20:09.716Z Compiling is_terminal_polyfill v1.70.0
5642024-06-20T20:20:09.718Z Compiling httpdate v1.0.3
5652024-06-20T20:20:09.779Z Compiling colorchoice v1.0.1
5662024-06-20T20:20:09.815Z Compiling winnow v0.6.8
5672024-06-20T20:20:09.845Z Compiling camino v1.1.7
5682024-06-20T20:20:09.927Z Compiling semver v1.0.23
5692024-06-20T20:20:09.951Z Compiling crc32fast v1.4.0
5702024-06-20T20:20:10.230Z Compiling tower-service v0.3.2
5712024-06-20T20:20:10.314Z Compiling time v0.3.36
5722024-06-20T20:20:10.359Z Compiling anstyle v1.0.7
5732024-06-20T20:20:10.422Z Compiling unicode-bidi v0.3.15
5742024-06-20T20:20:10.446Z Compiling pretty-hex v0.4.1
5752024-06-20T20:20:10.691Z Compiling anstream v0.6.14
5762024-06-20T20:20:10.803Z Compiling dirs-next v2.0.0
5772024-06-20T20:20:11.456Z Compiling idna v0.5.0
5782024-06-20T20:20:12.369Z Compiling block-buffer v0.10.4
5792024-06-20T20:20:12.555Z Compiling crypto-common v0.1.6
5802024-06-20T20:20:12.654Z Compiling terminal_size v0.3.0
5812024-06-20T20:20:12.779Z Compiling fs-err v2.11.0
5822024-06-20T20:20:12.847Z Compiling thread_local v1.1.8
5832024-06-20T20:20:12.869Z Compiling anyhow v1.0.86
5842024-06-20T20:20:13.067Z Compiling heck v0.5.0
5852024-06-20T20:20:13.161Z Compiling clap_lex v0.7.0
5862024-06-20T20:20:13.454Z Compiling match_cfg v0.1.0
5872024-06-20T20:20:13.478Z Compiling base64 v0.21.7
5882024-06-20T20:20:13.561Z Compiling adler v1.0.2
5892024-06-20T20:20:13.586Z Compiling strsim v0.11.1
5902024-06-20T20:20:13.689Z Compiling bytecount v0.6.8
5912024-06-20T20:20:13.726Z Compiling slog-async v2.8.0
5922024-06-20T20:20:13.805Z Compiling unicode-width v0.1.12
5932024-06-20T20:20:13.922Z Compiling clap_builder v4.5.2
5942024-06-20T20:20:14.050Z Compiling papergrid v0.11.0
5952024-06-20T20:20:14.272Z Compiling rustls-pemfile v1.0.4
5962024-06-20T20:20:14.294Z Compiling miniz_oxide v0.7.2
5972024-06-20T20:20:14.319Z Compiling hostname v0.3.1
5982024-06-20T20:20:14.727Z Compiling digest v0.10.7
5992024-06-20T20:20:14.754Z Compiling url v2.5.0
6002024-06-20T20:20:14.757Z Compiling crossbeam-channel v0.5.12
6012024-06-20T20:20:15.142Z Compiling serde_derive v1.0.203
6022024-06-20T20:20:15.173Z Compiling thiserror-impl v1.0.60
6032024-06-20T20:20:15.899Z Compiling zerocopy-derive v0.7.34
6042024-06-20T20:20:15.943Z Compiling futures-macro v0.3.30
6052024-06-20T20:20:15.968Z Compiling tokio-macros v2.2.0
6062024-06-20T20:20:16.812Z Compiling openssl-macros v0.1.1
6072024-06-20T20:20:17.591Z Compiling scroll_derive v0.12.0
6082024-06-20T20:20:17.767Z Compiling tokio v1.37.0
6092024-06-20T20:20:18.198Z Compiling futures-util v0.3.30
6102024-06-20T20:20:18.448Z Compiling zerocopy v0.7.34
6112024-06-20T20:20:18.842Z Compiling pest v2.7.10
6122024-06-20T20:20:19.192Z Compiling scroll v0.12.0
6132024-06-20T20:20:19.794Z Compiling goblin v0.8.2
6142024-06-20T20:20:20.104Z Compiling tabled_derive v0.7.0
6152024-06-20T20:20:21.844Z Compiling pest_meta v2.7.10
6162024-06-20T20:20:22.909Z Compiling strum_macros v0.26.2
6172024-06-20T20:20:24.411Z Compiling pest_generator v2.7.10
6182024-06-20T20:20:26.616Z Compiling tokio-util v0.7.11
6192024-06-20T20:20:27.641Z Compiling pest_derive v2.7.10
6202024-06-20T20:20:27.717Z Compiling h2 v0.3.26
6212024-06-20T20:20:28.482Z Compiling dtrace-parser v0.2.0
6222024-06-20T20:20:28.590Z Compiling tokio-native-tls v0.3.1
6232024-06-20T20:20:28.708Z Compiling futures-executor v0.3.30
6242024-06-20T20:20:28.878Z Compiling clap_derive v4.5.4
6252024-06-20T20:20:29.340Z Compiling term v0.7.0
6262024-06-20T20:20:31.125Z Compiling toml_datetime v0.6.6
6272024-06-20T20:20:31.149Z Compiling serde_spanned v0.6.6
6282024-06-20T20:20:31.380Z Compiling serde_tokenstream v0.2.0
6292024-06-20T20:20:31.646Z Compiling toml_edit v0.22.13
6302024-06-20T20:20:31.960Z Compiling cargo-platform v0.1.8
6312024-06-20T20:20:32.608Z Compiling hyper v0.14.28
6322024-06-20T20:20:32.688Z Compiling serde_urlencoded v0.7.1
6332024-06-20T20:20:33.282Z Compiling dof v0.3.0
6342024-06-20T20:20:34.239Z Compiling slog-json v2.6.1
6352024-06-20T20:20:34.407Z Compiling xattr v1.3.1
6362024-06-20T20:20:34.711Z Compiling filetime v0.2.23
6372024-06-20T20:20:35.110Z Compiling toml v0.8.13
6382024-06-20T20:20:35.150Z Compiling is-terminal v0.4.12
6392024-06-20T20:20:35.295Z Compiling memmap v0.7.0
6402024-06-20T20:20:35.491Z Compiling encoding_rs v0.8.34
6412024-06-20T20:20:35.691Z Compiling sync_wrapper v0.1.2
6422024-06-20T20:20:35.841Z Compiling cpufeatures v0.2.12
6432024-06-20T20:20:35.887Z Compiling usdt-macro v0.5.0
6442024-06-20T20:20:35.956Z Compiling usdt-attr-macro v0.5.0
6452024-06-20T20:20:36.079Z Compiling ipnet v2.9.0
6462024-06-20T20:20:36.346Z Compiling take_mut v0.2.2
6472024-06-20T20:20:36.508Z Compiling mime v0.3.17
6482024-06-20T20:20:36.971Z Compiling hyper-tls v0.5.0
6492024-06-20T20:20:37.275Z Compiling cargo_toml v0.20.2
6502024-06-20T20:20:37.317Z Compiling sha2 v0.10.8
6512024-06-20T20:20:37.360Z Compiling slog-term v2.9.1
6522024-06-20T20:20:37.478Z Compiling usdt v0.5.0
6532024-06-20T20:20:38.028Z Compiling reqwest v0.11.27
6542024-06-20T20:20:38.423Z Compiling tar v0.4.40
6552024-06-20T20:20:38.737Z Compiling cargo_metadata v0.18.1
6562024-06-20T20:20:39.266Z Compiling slog-bunyan v2.5.0
6572024-06-20T20:20:39.479Z Compiling clap v4.5.4
6582024-06-20T20:20:39.607Z Compiling flate2 v1.0.30
6592024-06-20T20:20:40.281Z Compiling macaddr v1.0.1
6602024-06-20T20:20:40.626Z Compiling futures v0.3.30
6612024-06-20T20:20:40.651Z Compiling strum v0.26.2
6622024-06-20T20:20:40.760Z Compiling tabled v0.15.0
6632024-06-20T20:20:40.855Z Compiling md5 v0.7.0
6642024-06-20T20:20:40.916Z Compiling swrite v0.1.0
6652024-06-20T20:20:45.633Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6662024-06-20T20:20:53.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s
6672024-06-20T20:20:53.522Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6682024-06-20T20:20:53.585ZJun 20 20:20:52.440 INFO Starting download, target: Clickhouse
6692024-06-20T20:20:53.585ZJun 20 20:20:52.440 INFO Starting download, target: Cockroach
6702024-06-20T20:20:53.585ZJun 20 20:20:52.440 INFO Starting download, target: Console
6712024-06-20T20:20:53.592ZJun 20 20:20:52.440 INFO Starting download, target: DendriteOpenapi
6722024-06-20T20:20:53.593ZJun 20 20:20:52.440 INFO Starting download, target: DendriteStub
6732024-06-20T20:20:53.593ZJun 20 20:20:52.440 INFO Starting download, target: MaghemiteMgd
6742024-06-20T20:20:53.593ZJun 20 20:20:52.440 INFO Starting download, target: TransceiverControl
6752024-06-20T20:20:53.593ZJun 20 20:20:52.441 INFO Downloading out/downloads/console.tar.gz, target: Console
6762024-06-20T20:20:53.593ZJun 20 20:20:52.441 INFO Downloading out/downloads/dpd-861c00bacbdf7a6e22471f0dabd8f926409b5292.json, target: DendriteOpenapi
6772024-06-20T20:20:53.593ZJun 20 20:20:52.441 INFO Downloading out/downloads/xcvradm.gz, target: TransceiverControl
6782024-06-20T20:20:53.593ZJun 20 20:20:52.441 INFO Downloading out/downloads/mgd.tar.gz, target: MaghemiteMgd
6792024-06-20T20:20:53.593ZJun 20 20:20:52.441 INFO Downloading out/downloads/dendrite-stub.tar.gz, target: DendriteStub
6802024-06-20T20:20:53.593ZJun 20 20:20:52.441 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6812024-06-20T20:20:53.593ZJun 20 20:20:52.441 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz, target: Clickhouse
6822024-06-20T20:20:54.082ZJun 20 20:20:52.936 INFO Download complete, target: DendriteOpenapi
6832024-06-20T20:20:54.286ZJun 20 20:20:53.107 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6842024-06-20T20:20:58.215ZJun 20 20:20:53.256 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6852024-06-20T20:20:58.288ZJun 20 20:20:53.647 INFO Download complete, target: Console
6862024-06-20T20:20:58.408ZJun 20 20:20:53.886 INFO Download complete, target: TransceiverControl
6872024-06-20T20:20:58.409ZJun 20 20:20:55.134 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6882024-06-20T20:20:58.409ZJun 20 20:20:55.731 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6892024-06-20T20:20:58.409ZJun 20 20:20:55.731 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6902024-06-20T20:20:58.652ZJun 20 20:20:57.508 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6912024-06-20T20:20:58.866ZJun 20 20:20:57.721 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6922024-06-20T20:21:01.973ZJun 20 20:21:00.828 INFO Download complete, target: DendriteStub
6932024-06-20T20:21:02.306ZJun 20 20:21:01.161 INFO Download complete, target: MaghemiteMgd
6942024-06-20T20:21:06.486ZJun 20 20:21:05.248 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6952024-06-20T20:21:06.766ZJun 20 20:21:05.621 INFO Checking that binary works, target: Cockroach
6962024-06-20T20:21:06.995ZJun 20 20:21:05.851 INFO Download complete, target: Cockroach
6972024-06-20T20:21:12.321ZJun 20 20:21:11.176 INFO Checking that binary works, target: Clickhouse
6982024-06-20T20:21:12.640ZJun 20 20:21:11.495 INFO Download complete, target: Clickhouse
6992024-06-20T20:21:12.811ZAll builder prerequisites installed successfully, and PATH looks valid
7002024-06-20T20:21:12.814Z
7012024-06-20T20:21:12.814Zreal 3:14.506635584
7022024-06-20T20:21:12.814Zuser 6:04.263742379
7032024-06-20T20:21:12.814Zsys 1:19.417044764
7042024-06-20T20:21:12.814Ztrap 0.236615579
7052024-06-20T20:21:12.814Ztflt 3.023659508
7062024-06-20T20:21:12.814Zdflt 3.726028171
7072024-06-20T20:21:12.815Zkflt 0.161433290
7082024-06-20T20:21:12.815Zlock 13:40.065634482
7092024-06-20T20:21:12.815Zslp 19:05.489770897
7102024-06-20T20:21:12.815Zlat 21.594736342
7112024-06-20T20:21:12.815Zstop 1:07.814944203
7122024-06-20T20:21:12.817Z
7132024-06-20T20:21:12.818Z #### # # ##### ##### # #
7142024-06-20T20:21:12.818Z # # # # # # # # # #
7152024-06-20T20:21:12.818Z # # # # # # # #
7162024-06-20T20:21:12.818Z # # # ##### ##### #
7172024-06-20T20:21:12.818Z # # # # # # #
7182024-06-20T20:21:12.818Z #### ###### # # # #
7192024-06-20T20:21:12.818Z
7202024-06-20T20:21:13.415Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
7212024-06-20T20:21:20.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.49s
7222024-06-20T20:21:20.423Z Running `target/debug/xtask clippy`
7232024-06-20T20:21:20.449Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
7242024-06-20T20:21:21.106Z Downloading crates ...
7252024-06-20T20:21:21.263Z Downloaded addr2line v0.21.0
7262024-06-20T20:21:21.269Z Downloaded base16ct v0.2.0
7272024-06-20T20:21:21.272Z Downloaded bitstruct v0.1.1
7282024-06-20T20:21:21.274Z Downloaded bitstruct_derive v0.1.0
7292024-06-20T20:21:21.274Z Downloaded atomicwrites v0.4.3
7302024-06-20T20:21:21.274Z Downloaded async-trait v0.1.80
7312024-06-20T20:21:21.282Z Downloaded cfg_aliases v0.1.1
7322024-06-20T20:21:21.284Z Downloaded crunchy v0.2.2
7332024-06-20T20:21:21.287Z Downloaded cstr-argument v0.1.2
7342024-06-20T20:21:21.287Z Downloaded bb8 v0.8.3
7352024-06-20T20:21:21.290Z Downloaded cbc v0.1.2
7362024-06-20T20:21:21.295Z Downloaded is_ci v1.2.0
7372024-06-20T20:21:21.297Z Downloaded ascii-canvas v3.0.0
7382024-06-20T20:21:21.300Z Downloaded async-stream v0.3.5
7392024-06-20T20:21:21.300Z Downloaded buf-list v1.0.3
7402024-06-20T20:21:21.302Z Downloaded anes v0.1.6
7412024-06-20T20:21:21.305Z Downloaded assert_matches v1.5.0
7422024-06-20T20:21:21.307Z Downloaded maplit v1.0.2
7432024-06-20T20:21:21.310Z Downloaded lazycell v1.3.0
7442024-06-20T20:21:21.310Z Downloaded number_prefix v0.4.0
7452024-06-20T20:21:21.313Z Downloaded block-padding v0.3.3
7462024-06-20T20:21:21.315Z Downloaded ciborium-ll v0.2.2
7472024-06-20T20:21:21.315Z Downloaded nested v0.1.1
7482024-06-20T20:21:21.318Z Downloaded colored v2.1.0
7492024-06-20T20:21:21.321Z Downloaded normalize-line-endings v0.3.0
7502024-06-20T20:21:21.324Z Downloaded newtype_derive v0.1.6
7512024-06-20T20:21:21.326Z Downloaded new_debug_unreachable v1.0.6
7522024-06-20T20:21:21.329Z Downloaded crc-catalog v2.4.0
7532024-06-20T20:21:21.331Z Downloaded criterion-plot v0.5.0
7542024-06-20T20:21:21.332Z Downloaded instant v0.1.12
7552024-06-20T20:21:21.334Z Downloaded crc v3.2.1
7562024-06-20T20:21:21.337Z Downloaded array-init v0.0.4
7572024-06-20T20:21:21.337Z Downloaded libsw v3.3.1
7582024-06-20T20:21:21.340Z Downloaded lalrpop-util v0.19.12
7592024-06-20T20:21:21.342Z Downloaded kstat-rs v0.2.3
7602024-06-20T20:21:21.342Z Downloaded path-slash v0.1.5
7612024-06-20T20:21:21.345Z Downloaded num v0.4.3
7622024-06-20T20:21:21.345Z Downloaded backoff v0.4.0
7632024-06-20T20:21:21.348Z Downloaded arrayvec v0.7.4
7642024-06-20T20:21:21.350Z Downloaded async-stream-impl v0.3.5
7652024-06-20T20:21:21.350Z Downloaded maybe-uninit v2.0.0
7662024-06-20T20:21:21.353Z Downloaded bitfield v0.14.0
7672024-06-20T20:21:21.353Z Downloaded packed_struct_codegen v0.10.1
7682024-06-20T20:21:21.355Z Downloaded console v0.15.8
7692024-06-20T20:21:21.360Z Downloaded bcs v0.1.6
7702024-06-20T20:21:21.363Z Downloaded num_enum v0.5.11
7712024-06-20T20:21:21.365Z Downloaded num-integer v0.1.46
7722024-06-20T20:21:21.368Z Downloaded matches v0.1.10
7732024-06-20T20:21:21.368Z Downloaded sigpipe v0.1.3
7742024-06-20T20:21:21.370Z Downloaded ciborium-io v0.2.2
7752024-06-20T20:21:21.370Z Downloaded parse-display v0.9.0
7762024-06-20T20:21:21.373Z Downloaded oorandom v11.1.3
7772024-06-20T20:21:21.373Z Downloaded nodrop v0.1.14
7782024-06-20T20:21:21.375Z Downloaded peg v0.8.3
7792024-06-20T20:21:21.378Z Downloaded crucible-workspace-hack v0.1.0
7802024-06-20T20:21:21.378Z Downloaded serde-big-array v0.5.1
7812024-06-20T20:21:21.381Z Downloaded peg-runtime v0.8.3
7822024-06-20T20:21:21.381Z Downloaded darling v0.20.9
7832024-06-20T20:21:21.384Z Downloaded cookie_store v0.20.0
7842024-06-20T20:21:21.387Z Downloaded mime_guess v2.0.4
7852024-06-20T20:21:21.389Z Downloaded memmap2 v0.9.4
7862024-06-20T20:21:21.392Z Downloaded arrayref v0.3.7
7872024-06-20T20:21:21.392Z Downloaded option-ext v0.2.0
7882024-06-20T20:21:21.395Z Downloaded ascii v1.1.0
7892024-06-20T20:21:21.397Z Downloaded castaway v0.2.2
7902024-06-20T20:21:21.398Z Downloaded parse-size v1.0.0
7912024-06-20T20:21:21.400Z Downloaded termtree v0.4.1
7922024-06-20T20:21:21.400Z Downloaded bit-vec v0.6.3
7932024-06-20T20:21:21.403Z Downloaded oso-derive v0.27.3
7942024-06-20T20:21:21.403Z Downloaded pathdiff v0.2.1
7952024-06-20T20:21:21.403Z Downloaded opaque-debug v0.3.1
7962024-06-20T20:21:21.406Z Downloaded newline-converter v0.3.0
7972024-06-20T20:21:21.406Z Downloaded aead v0.5.2
7982024-06-20T20:21:21.408Z Downloaded lru v0.12.3
7992024-06-20T20:21:21.408Z Downloaded lazy_static v1.4.0
8002024-06-20T20:21:21.411Z Downloaded indoc v2.0.5
8012024-06-20T20:21:21.414Z Downloaded atomic-waker v1.1.2
8022024-06-20T20:21:21.414Z Downloaded memoffset v0.9.1
8032024-06-20T20:21:21.416Z Downloaded clang-sys v1.7.0
8042024-06-20T20:21:21.419Z Downloaded managed v0.8.0
8052024-06-20T20:21:21.421Z Downloaded linear-map v1.2.0
8062024-06-20T20:21:21.421Z Downloaded vte_generate_state_changes v0.1.1
8072024-06-20T20:21:21.424Z Downloaded camino-tempfile v1.1.1
8082024-06-20T20:21:21.424Z Downloaded toolchain_find v0.4.0
8092024-06-20T20:21:21.427Z Downloaded serde_repr v0.1.19
8102024-06-20T20:21:21.427Z Downloaded cassowary v0.3.0
8112024-06-20T20:21:21.430Z Downloaded owo-colors v4.0.0
8122024-06-20T20:21:21.432Z Downloaded cobs v0.2.3
8132024-06-20T20:21:21.435Z Downloaded pbkdf2 v0.11.0
8142024-06-20T20:21:21.438Z Downloaded password-hash v0.5.0
8152024-06-20T20:21:21.441Z Downloaded chacha20 v0.9.1
8162024-06-20T20:21:21.443Z Downloaded shlex v1.3.0
8172024-06-20T20:21:21.446Z Downloaded escape8259 v0.5.2
8182024-06-20T20:21:21.450Z Downloaded dhcproto-macros v0.1.0
8192024-06-20T20:21:21.450Z Downloaded base64ct v1.6.0
8202024-06-20T20:21:21.452Z Downloaded num-derive v0.4.2
8212024-06-20T20:21:21.457Z Downloaded structmeta v0.3.0
8222024-06-20T20:21:21.459Z Downloaded nibble_vec v0.1.0
8232024-06-20T20:21:21.459Z Downloaded num_enum_derive v0.5.11
8242024-06-20T20:21:21.462Z Downloaded parse-display-derive v0.9.0
8252024-06-20T20:21:21.465Z Downloaded olpc-cjson v0.1.3
8262024-06-20T20:21:21.465Z Downloaded argon2 v0.5.3
8272024-06-20T20:21:21.468Z Downloaded phf_shared v0.10.0
8282024-06-20T20:21:21.470Z Downloaded universal-hash v0.5.1
8292024-06-20T20:21:21.475Z Downloaded paste v1.0.15
8302024-06-20T20:21:21.477Z Downloaded packed_struct v0.10.1
8312024-06-20T20:21:21.477Z Downloaded ciborium v0.2.2
8322024-06-20T20:21:21.480Z Downloaded pbkdf2 v0.12.2
8332024-06-20T20:21:21.482Z Downloaded crossbeam-epoch v0.9.18
8342024-06-20T20:21:21.485Z Downloaded parking_lot_core v0.8.6
8352024-06-20T20:21:21.488Z Downloaded num-rational v0.4.2
8362024-06-20T20:21:21.490Z Downloaded psl-types v2.0.11
8372024-06-20T20:21:21.490Z Downloaded blake2b_simd v1.0.2
8382024-06-20T20:21:21.493Z Downloaded num-iter v0.1.45
8392024-06-20T20:21:21.493Z Downloaded num-complex v0.4.6
8402024-06-20T20:21:21.496Z Downloaded tui-tree-widget v0.19.0
8412024-06-20T20:21:21.496Z Downloaded topological-sort v0.2.2
8422024-06-20T20:21:21.498Z Downloaded md-5 v0.10.6
8432024-06-20T20:21:21.501Z Downloaded libloading v0.8.3
8442024-06-20T20:21:21.504Z Downloaded ed25519 v2.2.3
8452024-06-20T20:21:21.507Z Downloaded libtest-mimic v0.7.3
8462024-06-20T20:21:21.507Z Downloaded ed25519 v1.5.3
8472024-06-20T20:21:21.509Z Downloaded darling_core v0.20.9
8482024-06-20T20:21:21.514Z Downloaded tls_codec v0.4.1
8492024-06-20T20:21:21.516Z Downloaded tower-layer v0.3.2
8502024-06-20T20:21:21.519Z Downloaded highway v1.1.0
8512024-06-20T20:21:21.522Z Downloaded humantime v2.1.0
8522024-06-20T20:21:21.522Z Downloaded fallible-iterator v0.2.0
8532024-06-20T20:21:21.524Z Downloaded nu-ansi-term v0.50.0
8542024-06-20T20:21:21.527Z Downloaded ghash v0.5.1
8552024-06-20T20:21:21.527Z Downloaded bzip2 v0.4.4
8562024-06-20T20:21:21.529Z Downloaded ahash v0.8.11
8572024-06-20T20:21:21.532Z Downloaded primeorder v0.13.6
8582024-06-20T20:21:21.535Z Downloaded const_format v0.2.32
8592024-06-20T20:21:21.548Z Downloaded darling_macro v0.20.9
8602024-06-20T20:21:21.551Z Downloaded sqlparser_derive v0.2.2
8612024-06-20T20:21:21.551Z Downloaded predicates-core v1.0.6
8622024-06-20T20:21:21.554Z Downloaded slog-envlogger v2.2.0
8632024-06-20T20:21:21.557Z Downloaded slog-dtrace v0.3.0
8642024-06-20T20:21:21.557Z Downloaded thiserror-no-std v2.0.2
8652024-06-20T20:21:21.560Z Downloaded quick-error v1.2.3
8662024-06-20T20:21:21.562Z Downloaded snafu-derive v0.8.2
8672024-06-20T20:21:21.565Z Downloaded russh-cryptovec v0.7.2
8682024-06-20T20:21:21.565Z Downloaded crc-any v2.5.0
8692024-06-20T20:21:21.568Z Downloaded cookie v0.18.1
8702024-06-20T20:21:21.571Z Downloaded scheduled-thread-pool v0.2.7
8712024-06-20T20:21:21.571Z Downloaded rustc_version v0.4.0
8722024-06-20T20:21:21.573Z Downloaded rustc_version v0.1.7
8732024-06-20T20:21:21.573Z Downloaded rustc-hash v1.1.0
8742024-06-20T20:21:21.576Z Downloaded untrusted v0.7.1
8752024-06-20T20:21:21.580Z Downloaded thiserror-impl-no-std v2.0.2
8762024-06-20T20:21:21.580Z Downloaded erased-serde v0.3.31
8772024-06-20T20:21:21.583Z Downloaded indicatif v0.17.8
8782024-06-20T20:21:21.586Z Downloaded allocator-api2 v0.2.18
8792024-06-20T20:21:21.588Z Downloaded downcast v0.11.0
8802024-06-20T20:21:21.588Z Downloaded display-error-chain v0.2.0
8812024-06-20T20:21:21.591Z Downloaded either v1.12.0
8822024-06-20T20:21:21.591Z Downloaded defmt v0.3.8
8832024-06-20T20:21:21.594Z Downloaded tokio-tungstenite v0.20.1
8842024-06-20T20:21:21.597Z Downloaded hubpack_derive v0.1.1
8852024-06-20T20:21:21.599Z Downloaded which v4.4.2
8862024-06-20T20:21:21.600Z Downloaded embedded-io v0.4.0
8872024-06-20T20:21:21.602Z Downloaded plotters-backend v0.3.5
8882024-06-20T20:21:21.605Z Downloaded dirs-sys v0.4.1
8892024-06-20T20:21:21.605Z Downloaded serde_path_to_error v0.1.16
8902024-06-20T20:21:21.608Z Downloaded mockall_derive v0.12.1
8912024-06-20T20:21:21.608Z Downloaded rfc6979 v0.4.0
8922024-06-20T20:21:21.610Z Downloaded omicron-zone-package v0.11.0
8932024-06-20T20:21:21.613Z Downloaded predicates v3.1.0
8942024-06-20T20:21:21.615Z Downloaded serde-hex v0.1.0
8952024-06-20T20:21:21.618Z Downloaded precomputed-hash v0.1.1
8962024-06-20T20:21:21.618Z Downloaded headers-core v0.2.0
8972024-06-20T20:21:21.618Z Downloaded sqlformat v0.2.3
8982024-06-20T20:21:21.621Z Downloaded parking_lot v0.11.2
8992024-06-20T20:21:21.623Z Downloaded signal-hook-tokio v0.3.1
9002024-06-20T20:21:21.623Z Downloaded base64 v0.13.1
9012024-06-20T20:21:21.626Z Downloaded fastrand v2.1.0
9022024-06-20T20:21:21.629Z Downloaded ena v0.14.3
9032024-06-20T20:21:21.632Z Downloaded tokio-stream v0.1.15
9042024-06-20T20:21:21.634Z Downloaded termios v0.3.3
9052024-06-20T20:21:21.637Z Downloaded pretty-hex v0.2.1
9062024-06-20T20:21:21.639Z Downloaded predicates-tree v1.0.9
9072024-06-20T20:21:21.639Z Downloaded p256 v0.13.2
9082024-06-20T20:21:21.642Z Downloaded futures-timer v3.0.3
9092024-06-20T20:21:21.645Z Downloaded serde_derive_internals v0.29.1
9102024-06-20T20:21:21.647Z Downloaded uuid v1.8.0
9112024-06-20T20:21:21.650Z Downloaded ecdsa v0.16.9
9122024-06-20T20:21:21.653Z Downloaded oso v0.27.3
9132024-06-20T20:21:21.656Z Downloaded structmeta-derive v0.3.0
9142024-06-20T20:21:21.659Z Downloaded waitgroup v0.1.2
9152024-06-20T20:21:21.663Z Downloaded unicode-xid v0.2.4
9162024-06-20T20:21:21.663Z Downloaded rustls-pki-types v1.7.0
9172024-06-20T20:21:21.665Z Downloaded rustls-pemfile v2.1.2
9182024-06-20T20:21:21.668Z Downloaded ref-cast v1.0.23
9192024-06-20T20:21:21.670Z Downloaded httptest v0.15.5
9202024-06-20T20:21:21.673Z Downloaded dirs v5.0.1
9212024-06-20T20:21:21.676Z Downloaded rand_xorshift v0.3.0
9222024-06-20T20:21:21.676Z Downloaded crypto-bigint v0.5.5
9232024-06-20T20:21:21.683Z Downloaded rand_seeder v0.2.3
9242024-06-20T20:21:21.688Z Downloaded num-traits v0.2.19
9252024-06-20T20:21:21.691Z Downloaded rustfmt-wrapper v0.2.1
9262024-06-20T20:21:21.691Z Downloaded glob v0.3.1
9272024-06-20T20:21:21.694Z Downloaded tokio-tungstenite v0.21.0
9282024-06-20T20:21:21.696Z Downloaded rustls-native-certs v0.7.0
9292024-06-20T20:21:21.699Z Downloaded tracing-attributes v0.1.27
9302024-06-20T20:21:21.702Z Downloaded heck v0.3.3
9312024-06-20T20:21:21.702Z Downloaded termcolor v1.4.1
9322024-06-20T20:21:21.705Z Downloaded structmeta v0.2.0
9332024-06-20T20:21:21.705Z Downloaded ppv-lite86 v0.2.17
9342024-06-20T20:21:21.708Z Downloaded der_derive v0.7.2
9352024-06-20T20:21:21.708Z Downloaded num-bigint v0.4.5
9362024-06-20T20:21:21.712Z Downloaded pin-project-internal v1.1.5
9372024-06-20T20:21:21.715Z Downloaded prettyplease v0.2.20
9382024-06-20T20:21:21.718Z Downloaded crossterm v0.27.0
9392024-06-20T20:21:21.724Z Downloaded wait-timeout v0.2.0
9402024-06-20T20:21:21.726Z Downloaded subprocess v0.2.9
9412024-06-20T20:21:21.729Z Downloaded untrusted v0.9.0
9422024-06-20T20:21:21.731Z Downloaded uzers v0.11.3
9432024-06-20T20:21:21.734Z Downloaded yansi v0.5.1
9442024-06-20T20:21:21.734Z Downloaded smawk v0.3.2
9452024-06-20T20:21:21.736Z Downloaded utf-8 v0.7.6
9462024-06-20T20:21:21.739Z Downloaded rusty-fork v0.3.0
9472024-06-20T20:21:21.741Z Downloaded backtrace v0.3.71
9482024-06-20T20:21:21.745Z Downloaded serde_with_macros v3.8.1
9492024-06-20T20:21:21.749Z Downloaded defmt-macros v0.3.9
9502024-06-20T20:21:21.751Z Downloaded guppy-workspace-hack v0.1.0
9512024-06-20T20:21:21.754Z Downloaded defmt-parser v0.3.4
9522024-06-20T20:21:21.754Z Downloaded rust-argon2 v2.1.0
9532024-06-20T20:21:21.757Z Downloaded zeroize_derive v1.4.2
9542024-06-20T20:21:21.759Z Downloaded derive_builder_macro v0.20.0
9552024-06-20T20:21:21.760Z Downloaded debug-ignore v1.0.5
9562024-06-20T20:21:21.762Z Downloaded polyval v0.6.2
9572024-06-20T20:21:21.765Z Downloaded data-encoding v2.6.0
9582024-06-20T20:21:21.765Z Downloaded getrandom v0.2.14
9592024-06-20T20:21:21.768Z Downloaded diesel_derives v2.1.4
9602024-06-20T20:21:21.775Z Downloaded wyz v0.5.1
9612024-06-20T20:21:21.777Z Downloaded rand_core v0.6.4
9622024-06-20T20:21:21.778Z Downloaded rand_core v0.5.1
9632024-06-20T20:21:21.780Z Downloaded dhcproto v0.11.0
9642024-06-20T20:21:21.783Z Downloaded foreign-types-shared v0.3.1
9652024-06-20T20:21:21.786Z Downloaded foreign-types v0.5.0
9662024-06-20T20:21:21.786Z Downloaded foreign-types-macros v0.2.3
9672024-06-20T20:21:21.788Z Downloaded zeroize v1.7.0
9682024-06-20T20:21:21.788Z Downloaded rand_chacha v0.3.1
9692024-06-20T20:21:21.791Z Downloaded group v0.13.0
9702024-06-20T20:21:21.794Z Downloaded ff v0.13.0
9712024-06-20T20:21:21.794Z Downloaded fd-lock v4.0.2
9722024-06-20T20:21:21.796Z Downloaded pkcs1 v0.7.5
9732024-06-20T20:21:21.799Z Downloaded platforms v3.4.0
9742024-06-20T20:21:21.801Z Downloaded walkdir v2.5.0
9752024-06-20T20:21:21.804Z Downloaded strum_macros v0.24.3
9762024-06-20T20:21:21.807Z Downloaded strip-ansi-escapes v0.2.0
9772024-06-20T20:21:21.809Z Downloaded schemars_derive v0.8.20
9782024-06-20T20:21:21.809Z Downloaded resolv-conf v0.7.0
9792024-06-20T20:21:21.812Z Downloaded hex v0.4.3
9802024-06-20T20:21:21.814Z Downloaded textwrap v0.16.1
9812024-06-20T20:21:21.817Z Downloaded stable_deref_trait v1.2.0
9822024-06-20T20:21:21.820Z Downloaded shell-words v1.1.0
9832024-06-20T20:21:21.820Z Downloaded toml v0.5.11
9842024-06-20T20:21:21.822Z Downloaded rustc-demangle v0.1.24
9852024-06-20T20:21:21.825Z Downloaded hex-literal v0.4.1
9862024-06-20T20:21:21.828Z Downloaded libxml v0.3.3
9872024-06-20T20:21:21.833Z Downloaded gethostname v0.4.3
9882024-06-20T20:21:21.836Z Downloaded datatest-stable v0.2.9
9892024-06-20T20:21:21.838Z Downloaded criterion v0.5.1
9902024-06-20T20:21:21.846Z Downloaded stringprep v0.1.4
9912024-06-20T20:21:21.849Z Downloaded rtoolbox v0.0.2
9922024-06-20T20:21:21.852Z Downloaded hash32 v0.2.1
9932024-06-20T20:21:21.852Z Downloaded r2d2 v0.8.10
9942024-06-20T20:21:21.854Z Downloaded globset v0.4.14
9952024-06-20T20:21:21.857Z Downloaded vte v0.11.1
9962024-06-20T20:21:21.859Z Downloaded fancy-regex v0.13.0
9972024-06-20T20:21:21.862Z Downloaded float-cmp v0.9.0
9982024-06-20T20:21:21.865Z Downloaded diesel_table_macro_syntax v0.1.0
9992024-06-20T20:21:21.865Z Downloaded pin-project v1.1.5
10002024-06-20T20:21:21.876Z Downloaded threadpool v1.8.1
10012024-06-20T20:21:21.878Z Downloaded tls_codec_derive v0.4.1
10022024-06-20T20:21:21.883Z Downloaded serde-big-array v0.4.1
10032024-06-20T20:21:21.883Z Downloaded publicsuffix v2.2.3
10042024-06-20T20:21:21.886Z Downloaded hubpack v0.1.2
10052024-06-20T20:21:21.886Z Downloaded supports-color v3.0.0
10062024-06-20T20:21:21.886Z Downloaded subtle v2.5.0
10072024-06-20T20:21:21.888Z Downloaded hyper-rustls v0.24.2
10082024-06-20T20:21:21.891Z Downloaded fixedbitset v0.4.2
10092024-06-20T20:21:21.891Z Downloaded serde_yaml v0.9.34+deprecated
10102024-06-20T20:21:21.894Z Downloaded spin v0.9.8
10112024-06-20T20:21:21.897Z Downloaded diff v0.1.13
10122024-06-20T20:21:21.899Z Downloaded getopts v0.2.21
10132024-06-20T20:21:21.902Z Downloaded der v0.7.9
10142024-06-20T20:21:21.905Z Downloaded minimal-lexical v0.2.1
10152024-06-20T20:21:21.911Z Downloaded ident_case v1.0.1
10162024-06-20T20:21:21.914Z Downloaded tungstenite v0.21.0
10172024-06-20T20:21:21.917Z Downloaded stability v0.2.0
10182024-06-20T20:21:21.917Z Downloaded radium v0.7.0
10192024-06-20T20:21:21.917Z Downloaded hostname v0.4.0
10202024-06-20T20:21:21.919Z Downloaded home v0.5.9
10212024-06-20T20:21:21.919Z Downloaded unicode-linebreak v0.1.5
10222024-06-20T20:21:21.922Z Downloaded signature v1.6.4
10232024-06-20T20:21:21.922Z Downloaded fatfs v0.3.6
10242024-06-20T20:21:21.925Z Downloaded ron v0.7.1
10252024-06-20T20:21:21.930Z Downloaded portpicker v0.1.1
10262024-06-20T20:21:21.932Z Downloaded fxhash v0.2.1
10272024-06-20T20:21:21.932Z Downloaded dyn-clone v1.0.17
10282024-06-20T20:21:21.935Z Downloaded difflib v0.4.0
10292024-06-20T20:21:21.935Z Downloaded tokio-rustls v0.25.0
10302024-06-20T20:21:21.938Z Downloaded sct v0.7.1
10312024-06-20T20:21:21.941Z Downloaded tokio-rustls v0.24.1
10322024-06-20T20:21:21.943Z Downloaded spin v0.5.2
10332024-06-20T20:21:21.943Z Downloaded semver v0.1.20
10342024-06-20T20:21:21.946Z Downloaded signal-hook v0.3.17
10352024-06-20T20:21:21.948Z Downloaded aho-corasick v1.1.3
10362024-06-20T20:21:21.953Z Downloaded spki v0.7.3
10372024-06-20T20:21:21.956Z Downloaded tinytemplate v1.2.1
10382024-06-20T20:21:21.958Z Downloaded hashbrown v0.12.3
10392024-06-20T20:21:21.961Z Downloaded hyper-staticfile v0.9.5
10402024-06-20T20:21:21.964Z Downloaded pem v3.0.4
10412024-06-20T20:21:21.969Z Downloaded postgres-types v0.2.6
10422024-06-20T20:21:21.969Z Downloaded siphasher v0.3.11
10432024-06-20T20:21:21.971Z Downloaded derive_builder_core v0.20.0
10442024-06-20T20:21:21.972Z Downloaded pretty_assertions v1.4.0
10452024-06-20T20:21:21.972Z Downloaded rstest v0.19.0
10462024-06-20T20:21:21.977Z Downloaded funty v2.0.0
10472024-06-20T20:21:21.979Z Downloaded sha1 v0.10.6
10482024-06-20T20:21:21.979Z Downloaded ron v0.8.1
10492024-06-20T20:21:21.984Z Downloaded snafu v0.8.2
10502024-06-20T20:21:21.990Z Downloaded toml v0.7.8
10512024-06-20T20:21:21.994Z Downloaded blake3 v1.5.1
10522024-06-20T20:21:22.001Z Downloaded heapless v0.8.0
10532024-06-20T20:21:22.005Z Downloaded pem-rfc7468 v0.7.0
10542024-06-20T20:21:22.007Z Downloaded hyper-rustls v0.26.0
10552024-06-20T20:21:22.010Z Downloaded zip v0.6.6
10562024-06-20T20:21:22.013Z Downloaded similar v2.5.0
10572024-06-20T20:21:22.018Z Downloaded heapless v0.7.17
10582024-06-20T20:21:22.022Z Downloaded half v2.4.1
10592024-06-20T20:21:22.025Z Downloaded salty v0.2.0
10602024-06-20T20:21:22.030Z Downloaded poly1305 v0.8.0
10612024-06-20T20:21:22.033Z Downloaded russh-keys v0.43.0
10622024-06-20T20:21:22.035Z Downloaded itertools v0.10.5
10632024-06-20T20:21:22.041Z Downloaded unicode_categories v0.1.1
10642024-06-20T20:21:22.045Z Downloaded itertools v0.12.1
10652024-06-20T20:21:22.050Z Downloaded num-bigint-dig v0.8.4
10662024-06-20T20:21:22.055Z Downloaded sec1 v0.7.3
10672024-06-20T20:21:22.058Z Downloaded hyper-util v0.1.3
10682024-06-20T20:21:22.060Z Downloaded x509-cert v0.2.5
10692024-06-20T20:21:22.066Z Downloaded iana-time-zone v0.1.60
10702024-06-20T20:21:22.069Z Downloaded rayon-core v1.12.1
10712024-06-20T20:21:22.072Z Downloaded http v1.1.0
10722024-06-20T20:21:22.076Z Downloaded rcgen v0.12.1
10732024-06-20T20:21:22.079Z Downloaded getrandom v0.1.16
10742024-06-20T20:21:22.081Z Downloaded hmac v0.12.1
10752024-06-20T20:21:22.084Z Downloaded tower v0.4.13
10762024-06-20T20:21:22.094Z Downloaded trust-dns-resolver v0.22.0
10772024-06-20T20:21:22.096Z Downloaded trust-dns-server v0.22.1
10782024-06-20T20:21:22.102Z Downloaded flume v0.11.0
10792024-06-20T20:21:22.106Z Downloaded rustyline v14.0.0
10802024-06-20T20:21:22.109Z Downloaded nom v7.1.3
10812024-06-20T20:21:22.115Z Downloaded winnow v0.5.40
10822024-06-20T20:21:22.124Z Downloaded russh v0.43.0
10832024-06-20T20:21:22.132Z Downloaded socket2 v0.4.10
10842024-06-20T20:21:22.132Z Downloaded regex-automata v0.1.10
10852024-06-20T20:21:22.137Z Downloaded p521 v0.13.3
10862024-06-20T20:21:22.144Z Downloaded chrono v0.4.38
10872024-06-20T20:21:22.150Z Downloaded tokio-postgres v0.7.10
10882024-06-20T20:21:22.153Z Downloaded steno v0.4.0
10892024-06-20T20:21:22.155Z Downloaded samael v0.0.15
10902024-06-20T20:21:22.160Z Downloaded schemars v0.8.20
10912024-06-20T20:21:22.171Z Downloaded rand v0.7.3
10922024-06-20T20:21:22.176Z Downloaded tungstenite v0.20.1
10932024-06-20T20:21:22.179Z Downloaded typed-path v0.7.1
10942024-06-20T20:21:22.185Z Downloaded tough v0.17.1
10952024-06-20T20:21:22.192Z Downloaded rustls-webpki v0.101.7
10962024-06-20T20:21:22.207Z Downloaded rustls-webpki v0.102.4
10972024-06-20T20:21:22.224Z Downloaded toml_edit v0.19.15
10982024-06-20T20:21:22.240Z Downloaded webpki-roots v0.25.4
10992024-06-20T20:21:22.243Z Downloaded bstr v1.9.1
11002024-06-20T20:21:22.253Z Downloaded hyper v1.3.1
11012024-06-20T20:21:22.260Z Downloaded trust-dns-client v0.22.0
11022024-06-20T20:21:22.265Z Downloaded portable-atomic v1.6.0
11032024-06-20T20:21:22.270Z Downloaded rustls v0.22.4
11042024-06-20T20:21:22.285Z Downloaded regex-syntax v0.6.29
11052024-06-20T20:21:22.290Z Downloaded regex-syntax v0.8.3
11062024-06-20T20:21:22.300Z Downloaded curve25519-dalek v4.1.2
11072024-06-20T20:21:22.308Z Downloaded plotters v0.3.5
11082024-06-20T20:21:22.316Z Downloaded sled v0.34.7
11092024-06-20T20:21:22.326Z Downloaded idna v0.3.0
11102024-06-20T20:21:22.332Z Downloaded guppy v0.17.5
11112024-06-20T20:21:22.338Z Downloaded proptest v1.4.0
11122024-06-20T20:21:22.346Z Downloaded bzip2-sys v0.1.11+1.0.8
11132024-06-20T20:21:22.358Z Downloaded bstr v0.2.17
11142024-06-20T20:21:22.367Z Downloaded idna v0.2.3
11152024-06-20T20:21:22.373Z Downloaded object v0.30.4
11162024-06-20T20:21:22.382Z Downloaded finl_unicode v1.2.0
11172024-06-20T20:21:22.395Z Downloaded rayon v1.10.0
11182024-06-20T20:21:22.404Z Downloaded sha3 v0.10.8
11192024-06-20T20:21:22.408Z Downloaded quick-xml v0.31.0
11202024-06-20T20:21:22.413Z Downloaded csv v1.3.0
11212024-06-20T20:21:22.432Z Downloaded lalrpop v0.19.12
11222024-06-20T20:21:22.443Z Downloaded gimli v0.28.1
11232024-06-20T20:21:22.450Z Downloaded nix v0.27.1
11242024-06-20T20:21:22.460Z Downloaded bitvec v1.0.1
11252024-06-20T20:21:22.474Z Downloaded bindgen v0.69.4
11262024-06-20T20:21:22.481Z Downloaded unicode-segmentation v1.11.0
11272024-06-20T20:21:22.484Z Downloaded hkdf v0.12.4
11282024-06-20T20:21:22.487Z Downloaded sqlparser v0.45.0
11292024-06-20T20:21:22.491Z Downloaded derive_builder v0.20.0
11302024-06-20T20:21:22.495Z Downloaded nix v0.28.0
11312024-06-20T20:21:22.506Z Downloaded serde_with v3.8.1
11322024-06-20T20:21:22.514Z Downloaded reedline v0.31.0
11332024-06-20T20:21:22.520Z Downloaded rustls v0.21.12
11342024-06-20T20:21:22.533Z Downloaded radix_trie v0.2.1
11352024-06-20T20:21:22.536Z Downloaded regress v0.9.1
11362024-06-20T20:21:22.543Z Downloaded openapiv3 v2.0.0
11372024-06-20T20:21:22.554Z Downloaded trust-dns-proto v0.22.0
11382024-06-20T20:21:22.566Z Downloaded regex v1.10.4
11392024-06-20T20:21:22.578Z Downloaded smoltcp v0.11.0
11402024-06-20T20:21:22.589Z Downloaded polar-core v0.27.3
11412024-06-20T20:21:22.597Z Downloaded smoltcp v0.9.1
11422024-06-20T20:21:22.607Z Downloaded diesel v2.1.6
11432024-06-20T20:21:22.623Z Downloaded object v0.32.2
11442024-06-20T20:21:22.633Z Downloaded zerocopy-derive v0.6.6
11452024-06-20T20:21:22.642Z Downloaded ratatui v0.26.2
11462024-06-20T20:21:22.659Z Downloaded rand v0.8.5
11472024-06-20T20:21:22.662Z Downloaded hashbrown v0.13.2
11482024-06-20T20:21:22.666Z Downloaded derive_more v0.99.17
11492024-06-20T20:21:22.670Z Downloaded rstest_macros v0.19.0
11502024-06-20T20:21:22.673Z Downloaded regex-automata v0.4.6
11512024-06-20T20:21:22.689Z Downloaded fragile v2.0.0
11522024-06-20T20:21:22.691Z Downloaded petgraph v0.6.5
11532024-06-20T20:21:22.707Z Downloaded flagset v0.4.5
11542024-06-20T20:21:22.709Z Downloaded libm v0.2.8
11552024-06-20T20:21:22.715Z Downloaded unarray v0.1.4
11562024-06-20T20:21:22.717Z Downloaded ed25519-dalek v2.1.1
11572024-06-20T20:21:22.720Z Downloaded ref-cast-impl v1.0.23
11582024-06-20T20:21:22.720Z Downloaded expectorate v1.1.0
11592024-06-20T20:21:22.723Z Downloaded headers v0.3.9
11602024-06-20T20:21:22.728Z Downloaded similar-asserts v1.5.0
11612024-06-20T20:21:22.730Z Downloaded secrecy v0.8.0
11622024-06-20T20:21:22.730Z Downloaded unicase v2.7.0
11632024-06-20T20:21:22.730Z Downloaded relative-path v1.9.3
11642024-06-20T20:21:22.733Z Downloaded aes-gcm v0.10.3
11652024-06-20T20:21:22.736Z Downloaded string_cache v0.8.7
11662024-06-20T20:21:22.736Z Downloaded pkcs8 v0.10.2
11672024-06-20T20:21:22.739Z Downloaded tiny-keccak v2.0.2
11682024-06-20T20:21:22.742Z Downloaded tabwriter v1.4.0
11692024-06-20T20:21:22.742Z Downloaded vsss-rs v3.3.4
11702024-06-20T20:21:22.745Z Downloaded env_logger v0.9.3
11712024-06-20T20:21:22.747Z Downloaded elliptic-curve v0.13.8
11722024-06-20T20:21:22.750Z Downloaded rsa v0.9.6
11732024-06-20T20:21:22.753Z Downloaded aes v0.8.4
11742024-06-20T20:21:22.757Z Downloaded rand_chacha v0.2.2
11752024-06-20T20:21:22.760Z Downloaded tempfile v3.10.1
11762024-06-20T20:21:22.760Z Downloaded target-lexicon v0.12.14
11772024-06-20T20:21:22.762Z Downloaded unsafe-libyaml v0.2.11
11782024-06-20T20:21:22.765Z Downloaded postcard v1.0.8
11792024-06-20T20:21:22.768Z Downloaded structmeta-derive v0.2.0
11802024-06-20T20:21:22.770Z Downloaded env_logger v0.10.2
11812024-06-20T20:21:22.773Z Downloaded zone v0.1.8
11822024-06-20T20:21:22.773Z Downloaded derive-where v1.2.7
11832024-06-20T20:21:22.775Z Downloaded strum_macros v0.25.3
11842024-06-20T20:21:22.778Z Downloaded zerocopy v0.6.6
11852024-06-20T20:21:22.780Z Downloaded target-spec v3.1.0
11862024-06-20T20:21:22.780Z Downloaded smallvec v0.6.14
11872024-06-20T20:21:22.783Z Downloaded slog-stdlog v4.1.1
11882024-06-20T20:21:22.783Z Downloaded postgres-protocol v0.6.6
11892024-06-20T20:21:22.785Z Downloaded trybuild v1.0.96
11902024-06-20T20:21:22.788Z Downloaded test-strategy v0.3.1
11912024-06-20T20:21:22.791Z Downloaded doc-comment v0.3.3
11922024-06-20T20:21:22.793Z Downloaded whoami v1.5.1
11932024-06-20T20:21:22.793Z Downloaded const-oid v0.9.6
11942024-06-20T20:21:22.796Z Downloaded compact_str v0.7.1
11952024-06-20T20:21:22.798Z Downloaded proc-macro-crate v1.3.1
11962024-06-20T20:21:22.799Z Downloaded peg-macros v0.8.3
11972024-06-20T20:21:22.801Z Downloaded password-hash v0.4.2
11982024-06-20T20:21:22.804Z Downloaded partial-io v0.5.4
11992024-06-20T20:21:22.804Z Downloaded plotters-svg v0.3.5
12002024-06-20T20:21:22.806Z Downloaded http-range v0.1.5
12012024-06-20T20:21:22.806Z Downloaded http-body v1.0.0
12022024-06-20T20:21:22.806Z Downloaded enum-as-inner v0.5.1
12032024-06-20T20:21:22.809Z Downloaded endian-type v0.1.2
12042024-06-20T20:21:22.809Z Downloaded zone_cfg_derive v0.1.2
12052024-06-20T20:21:22.809Z Downloaded slog-scope v4.4.0
12062024-06-20T20:21:22.812Z Downloaded signal-hook-mio v0.2.3
12072024-06-20T20:21:22.812Z Downloaded serde_arrays v0.1.0
12082024-06-20T20:21:22.812Z Downloaded same-file v1.0.6
12092024-06-20T20:21:22.814Z Downloaded rpassword v7.3.1
12102024-06-20T20:21:22.814Z Downloaded phf_shared v0.11.2
12112024-06-20T20:21:22.814Z Downloaded phf v0.11.2
12122024-06-20T20:21:22.817Z Downloaded yasna v0.5.2
12132024-06-20T20:21:22.817Z Downloaded hash32 v0.3.1
12142024-06-20T20:21:22.819Z Downloaded chacha20poly1305 v0.10.1
12152024-06-20T20:21:22.819Z Downloaded base64 v0.22.1
12162024-06-20T20:21:22.823Z Downloaded tap v1.0.1
12172024-06-20T20:21:22.826Z Downloaded arc-swap v1.7.1
12182024-06-20T20:21:22.828Z Downloaded static_assertions v1.1.0
12192024-06-20T20:21:22.828Z Downloaded multimap v0.10.0
12202024-06-20T20:21:22.833Z Downloaded assert_cmd v2.0.14
12212024-06-20T20:21:22.833Z Downloaded smf v0.2.3
12222024-06-20T20:21:22.836Z Downloaded signature v2.2.0
12232024-06-20T20:21:22.836Z Downloaded bcrypt-pbkdf v0.10.0
12242024-06-20T20:21:22.836Z Downloaded serde_plain v1.0.2
12252024-06-20T20:21:22.836Z Downloaded curve25519-dalek-derive v0.1.1
12262024-06-20T20:21:22.836Z Downloaded ctr v0.9.2
12272024-06-20T20:21:22.838Z Downloaded blowfish v0.9.1
12282024-06-20T20:21:22.838Z Downloaded multer v3.1.0
12292024-06-20T20:21:22.841Z Downloaded indexmap v1.9.3
12302024-06-20T20:21:22.844Z Downloaded convert_case v0.4.0
12312024-06-20T20:21:22.844Z Downloaded const_format_proc_macros v0.2.32
12322024-06-20T20:21:22.847Z Downloaded bitflags v1.3.2
12332024-06-20T20:21:22.849Z Downloaded libefi-sys v0.1.0
12342024-06-20T20:21:22.849Z Downloaded ipnetwork v0.20.0
12352024-06-20T20:21:22.852Z Downloaded crossbeam-deque v0.8.5
12362024-06-20T20:21:22.854Z Downloaded corncobs v0.1.3
12372024-06-20T20:21:22.854Z Downloaded cipher v0.4.4
12382024-06-20T20:21:22.857Z Downloaded cfg-expr v0.15.8
12392024-06-20T20:21:22.860Z Downloaded cexpr v0.6.0
12402024-06-20T20:21:22.860Z Downloaded keccak v0.1.5
12412024-06-20T20:21:22.860Z Downloaded csv-core v0.1.11
12422024-06-20T20:21:22.862Z Downloaded cancel-safe-futures v0.1.5
12432024-06-20T20:21:22.865Z Downloaded blake2 v0.10.6
12442024-06-20T20:21:22.867Z Downloaded approx v0.5.1
12452024-06-20T20:21:22.868Z Downloaded newtype-uuid v1.1.0
12462024-06-20T20:21:22.870Z Downloaded nanorand v0.7.0
12472024-06-20T20:21:22.870Z Downloaded lru-cache v0.1.2
12482024-06-20T20:21:22.873Z Downloaded cookie v0.17.0
12492024-06-20T20:21:22.875Z Downloaded cast v0.3.0
12502024-06-20T20:21:22.875Z Downloaded mockall v0.12.1
12512024-06-20T20:21:22.875Z Downloaded linked-hash-map v0.5.6
12522024-06-20T20:21:22.878Z Downloaded internet-checksum v0.2.1
12532024-06-20T20:21:22.878Z Downloaded impl-trait-for-tuples v0.2.2
12542024-06-20T20:21:22.882Z Downloaded bit-set v0.5.3
12552024-06-20T20:21:22.882Z Downloaded atty v0.2.14
12562024-06-20T20:21:22.882Z Downloaded async-recursion v1.1.1
12572024-06-20T20:21:22.884Z Downloaded inout v0.1.3
12582024-06-20T20:21:22.887Z Downloaded indoc v1.0.9
12592024-06-20T20:21:22.887Z Downloaded constant_time_eq v0.3.0
12602024-06-20T20:21:23.300Z Downloaded ring v0.17.8
12612024-06-20T20:21:23.411Z Downloaded ring v0.16.20
12622024-06-20T20:21:24.126Z Compiling serde v1.0.203
12632024-06-20T20:21:24.126Z Checking cfg-if v1.0.0
12642024-06-20T20:21:24.192Z Compiling libm v0.2.8
12652024-06-20T20:21:24.192Z Compiling ahash v0.8.11
12662024-06-20T20:21:24.217Z Checking libc v0.2.155
12672024-06-20T20:21:24.237Z Compiling syn v2.0.64
12682024-06-20T20:21:24.259Z Compiling num-traits v0.2.19
12692024-06-20T20:21:24.275Z Compiling serde_json v1.0.117
12702024-06-20T20:21:24.529Z Compiling getrandom v0.2.14
12712024-06-20T20:21:24.563Z Compiling generic-array v0.14.7
12722024-06-20T20:21:24.604Z Compiling log v0.4.21
12732024-06-20T20:21:24.704Z Checking memchr v2.7.2
12742024-06-20T20:21:24.725Z Checking itoa v1.0.11
12752024-06-20T20:21:24.912Z Compiling syn v1.0.109
12762024-06-20T20:21:24.940Z Checking byteorder v1.5.0
12772024-06-20T20:21:24.962Z Checking scopeguard v1.2.0
12782024-06-20T20:21:25.036Z Checking smallvec v1.13.2
12792024-06-20T20:21:25.058Z Compiling allocator-api2 v0.2.18
12802024-06-20T20:21:25.106Z Checking lock_api v0.4.12
12812024-06-20T20:21:25.347Z Compiling schemars v0.8.20
12822024-06-20T20:21:25.396Z Compiling ring v0.17.8
12832024-06-20T20:21:25.551Z Checking once_cell v1.19.0
12842024-06-20T20:21:25.594Z Checking rand_core v0.6.4
12852024-06-20T20:21:25.615Z Compiling time-macros v0.2.18
12862024-06-20T20:21:25.698Z Checking parking_lot_core v0.9.10
12872024-06-20T20:21:25.870Z Checking pin-project-lite v0.2.14
12882024-06-20T20:21:25.913Z Checking signal-hook-registry v1.4.2
12892024-06-20T20:21:25.994Z Checking mio v0.8.11
12902024-06-20T20:21:26.036Z Checking parking_lot v0.12.2
12912024-06-20T20:21:26.163Z Compiling aho-corasick v1.1.3
12922024-06-20T20:21:26.711Z Compiling regex-syntax v0.8.3
12932024-06-20T20:21:29.320Z Checking num_cpus v1.16.0
12942024-06-20T20:21:29.349Z Checking typenum v1.17.0
12952024-06-20T20:21:29.857Z Checking futures-core v0.3.30
12962024-06-20T20:21:30.057Z Compiling slog v2.7.0
12972024-06-20T20:21:30.284Z Compiling regex-automata v0.4.6
12982024-06-20T20:21:30.672Z Checking socket2 v0.5.7
12992024-06-20T20:21:31.154Z Checking ryu v1.0.18
13002024-06-20T20:21:31.296Z Compiling crossbeam-utils v0.8.19
13012024-06-20T20:21:31.486Z Compiling serde_derive_internals v0.29.1
13022024-06-20T20:21:31.998Z Compiling rustls v0.21.12
13032024-06-20T20:21:32.208Z Checking subtle v2.5.0
13042024-06-20T20:21:32.287Z Compiling cookie v0.17.0
13052024-06-20T20:21:32.399Z Compiling iana-time-zone v0.1.60
13062024-06-20T20:21:32.485Z Compiling backtrace v0.3.71
13072024-06-20T20:21:32.650Z Compiling anyhow v1.0.86
13082024-06-20T20:21:32.857Z Compiling dyn-clone v1.0.17
13092024-06-20T20:21:32.956Z Checking futures-sink v0.3.30
13102024-06-20T20:21:33.434Z Checking futures-channel v0.3.30
13112024-06-20T20:21:33.652Z Checking slab v0.4.9
13122024-06-20T20:21:33.691Z Checking futures-io v0.3.30
13132024-06-20T20:21:33.812Z Checking futures-task v0.3.30
13142024-06-20T20:21:33.884Z Checking pin-utils v0.1.0
13152024-06-20T20:21:33.920Z Compiling unicode-normalization v0.1.23
13162024-06-20T20:21:33.982Z Compiling either v1.12.0
13172024-06-20T20:21:34.068Z Compiling unicode-bidi v0.3.15
13182024-06-20T20:21:34.413Z Checking const-oid v0.9.6
13192024-06-20T20:21:34.436Z Compiling spin v0.9.8
13202024-06-20T20:21:34.501Z Compiling winnow v0.5.40
13212024-06-20T20:21:35.736Z Compiling regex v1.10.4
13222024-06-20T20:21:35.892Z Compiling untrusted v0.9.0
13232024-06-20T20:21:36.261Z Compiling spin v0.5.2
13242024-06-20T20:21:36.541Z Compiling signal-hook v0.3.17
13252024-06-20T20:21:36.863Z Compiling siphasher v0.3.11
13262024-06-20T20:21:36.915Z Compiling time v0.3.36
13272024-06-20T20:21:37.143Z Compiling idna v0.5.0
13282024-06-20T20:21:37.274Z Compiling idna v0.3.0
13292024-06-20T20:21:38.509Z Compiling rustls-webpki v0.101.7
13302024-06-20T20:21:38.808Z Compiling sct v0.7.1
13312024-06-20T20:21:38.992Z Compiling url v2.5.0
13322024-06-20T20:21:39.385Z Compiling serde_derive v1.0.203
13332024-06-20T20:21:40.284Z Compiling zerocopy-derive v0.7.34
13342024-06-20T20:21:40.554Z Compiling zeroize_derive v1.4.2
13352024-06-20T20:21:40.578Z Compiling thiserror-impl v1.0.60
13362024-06-20T20:21:40.708Z Compiling tokio-macros v2.2.0
13372024-06-20T20:21:40.973Z Compiling futures-macro v0.3.30
13382024-06-20T20:21:42.346Z Compiling tracing-attributes v0.1.27
13392024-06-20T20:21:42.570Z Checking zeroize v1.7.0
13402024-06-20T20:21:42.605Z Compiling schemars_derive v0.8.20
13412024-06-20T20:21:42.844Z Compiling zerocopy v0.7.34
13422024-06-20T20:21:42.867Z Compiling openssl-macros v0.1.1
13432024-06-20T20:21:43.646Z Compiling async-trait v0.1.80
13442024-06-20T20:21:44.211Z Compiling thiserror v1.0.60
13452024-06-20T20:21:44.467Z Checking crypto-common v0.1.6
13462024-06-20T20:21:44.612Z Compiling der_derive v0.7.2
13472024-06-20T20:21:44.671Z Compiling scroll_derive v0.12.0
13482024-06-20T20:21:45.146Z Compiling hashbrown v0.14.5
13492024-06-20T20:21:45.708Z Compiling pest v2.7.10
13502024-06-20T20:21:46.258Z Compiling scroll v0.12.0
13512024-06-20T20:21:46.412Z Checking futures-util v0.3.30
13522024-06-20T20:21:46.873Z Compiling goblin v0.8.2
13532024-06-20T20:21:47.170Z Compiling clap_derive v4.5.4
13542024-06-20T20:21:48.104Z Compiling pest_meta v2.7.10
13552024-06-20T20:21:48.649Z Compiling tracing v0.1.40
13562024-06-20T20:21:49.398Z Compiling pest_generator v2.7.10
13572024-06-20T20:21:51.494Z Checking block-buffer v0.10.4
13582024-06-20T20:21:51.560Z Compiling zerocopy-derive v0.6.6
13592024-06-20T20:21:51.704Z Checking digest v0.10.7
13602024-06-20T20:21:52.876Z Checking fnv v1.0.7
13612024-06-20T20:21:52.962Z Compiling ppv-lite86 v0.2.17
13622024-06-20T20:21:53.004Z Compiling psl-types v2.0.11
13632024-06-20T20:21:53.197Z Compiling publicsuffix v2.2.3
13642024-06-20T20:21:53.437Z Compiling crossbeam-epoch v0.9.18
13652024-06-20T20:21:53.603Z Compiling pest_derive v2.7.10
13662024-06-20T20:21:53.741Z Compiling rand_chacha v0.3.1
13672024-06-20T20:21:53.759Z Checking bytes v1.6.0
13682024-06-20T20:21:54.259Z Checking bitflags v2.5.0
13692024-06-20T20:21:54.335Z Compiling dtrace-parser v0.2.0
13702024-06-20T20:21:54.569Z Compiling semver v1.0.23
13712024-06-20T20:21:54.946Z Compiling indexmap v2.2.6
13722024-06-20T20:21:55.537Z Compiling serde_tokenstream v0.2.0
13732024-06-20T20:21:55.991Z Checking tokio v1.37.0
13742024-06-20T20:21:56.367Z Compiling uuid v1.8.0
13752024-06-20T20:21:56.530Z Compiling chrono v0.4.38
13762024-06-20T20:21:56.565Z Compiling http v0.2.12
13772024-06-20T20:21:56.684Z Compiling rustc_version v0.4.0
13782024-06-20T20:21:57.451Z Compiling serde_spanned v0.6.6
13792024-06-20T20:21:57.472Z Compiling toml_datetime v0.6.6
13802024-06-20T20:21:57.793Z Compiling dof v0.3.0
13812024-06-20T20:21:57.818Z Compiling rustix v0.38.34
13822024-06-20T20:21:57.963Z Compiling toml_edit v0.19.15
13832024-06-20T20:22:00.128Z Compiling usdt-impl v0.5.0
13842024-06-20T20:22:00.441Z Compiling openapiv3 v2.0.0
13852024-06-20T20:22:00.822Z Compiling http-body v0.4.6
13862024-06-20T20:22:01.298Z Compiling openssl v0.10.64
13872024-06-20T20:22:01.851Z Compiling usdt-attr-macro v0.5.0
13882024-06-20T20:22:01.931Z Compiling usdt-macro v0.5.0
13892024-06-20T20:22:03.064Z Compiling heapless v0.7.17
13902024-06-20T20:22:03.549Z Compiling bit-vec v0.6.3
13912024-06-20T20:22:03.571Z Compiling unicode-xid v0.2.4
13922024-06-20T20:22:03.591Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13932024-06-20T20:22:04.016Z Compiling cookie_store v0.20.0
13942024-06-20T20:22:04.219Z Compiling serde_urlencoded v0.7.1
13952024-06-20T20:22:04.605Z Compiling rand v0.8.5
13962024-06-20T20:22:04.687Z Compiling enum-as-inner v0.5.1
13972024-06-20T20:22:04.884Z Compiling phf_shared v0.10.0
13982024-06-20T20:22:05.286Z Compiling lazy_static v1.4.0
13992024-06-20T20:22:05.409Z Compiling base64ct v1.6.0
14002024-06-20T20:22:05.591Z Compiling tokio-util v0.7.11
14012024-06-20T20:22:05.712Z Compiling tokio-rustls v0.24.1
14022024-06-20T20:22:05.736Z Compiling minimal-lexical v0.2.1
14032024-06-20T20:22:06.034Z Compiling precomputed-hash v0.1.1
14042024-06-20T20:22:06.110Z Compiling fixedbitset v0.4.2
14052024-06-20T20:22:06.132Z Compiling smoltcp v0.9.1
14062024-06-20T20:22:06.154Z Compiling new_debug_unreachable v1.0.6
14072024-06-20T20:22:06.230Z Checking tinyvec_macros v0.1.1
14082024-06-20T20:22:06.251Z Compiling gimli v0.28.1
14092024-06-20T20:22:06.326Z Compiling webpki-roots v0.25.4
14102024-06-20T20:22:06.536Z Compiling h2 v0.3.26
14112024-06-20T20:22:06.586Z Compiling petgraph v0.6.5
14122024-06-20T20:22:06.762Z Checking tinyvec v1.6.0
14132024-06-20T20:22:06.936Z Compiling string_cache v0.8.7
14142024-06-20T20:22:06.987Z Compiling nom v7.1.3
14152024-06-20T20:22:07.435Z Compiling native-tls v0.2.11
14162024-06-20T20:22:08.091Z Compiling tokio-native-tls v0.3.1
14172024-06-20T20:22:08.093Z Compiling pem-rfc7468 v0.7.0
14182024-06-20T20:22:08.372Z Compiling bit-set v0.5.3
14192024-06-20T20:22:08.655Z Compiling hmac v0.12.1
14202024-06-20T20:22:08.915Z Compiling hubpack_derive v0.1.1
14212024-06-20T20:22:08.933Z Compiling itertools v0.10.5
14222024-06-20T20:22:09.806Z Compiling diesel_table_macro_syntax v0.1.0
14232024-06-20T20:22:10.201Z Compiling object v0.32.2
14242024-06-20T20:22:10.224Z Compiling fs-err v2.11.0
14252024-06-20T20:22:10.461Z Compiling addr2line v0.21.0
14262024-06-20T20:22:10.499Z Checking equivalent v1.0.1
14272024-06-20T20:22:10.607Z Compiling lalrpop-util v0.19.12
14282024-06-20T20:22:10.643Z Compiling rustc-demangle v0.1.24
14292024-06-20T20:22:10.943Z Compiling flagset v0.4.5
14302024-06-20T20:22:11.108Z Compiling unicode-segmentation v1.11.0
14312024-06-20T20:22:11.141Z Compiling der v0.7.9
14322024-06-20T20:22:11.144Z Compiling toml_edit v0.22.13
14332024-06-20T20:22:11.976Z Compiling diesel_derives v2.1.4
14342024-06-20T20:22:12.590Z Compiling futures-executor v0.3.30
14352024-06-20T20:22:12.893Z Compiling itertools v0.12.1
14362024-06-20T20:22:13.190Z Compiling hyper v0.14.28
14372024-06-20T20:22:13.240Z Compiling finl_unicode v1.2.0
14382024-06-20T20:22:13.800Z Checking cpufeatures v0.2.12
14392024-06-20T20:22:14.564Z Compiling sha2 v0.10.8
14402024-06-20T20:22:14.622Z Compiling stringprep v0.1.4
14412024-06-20T20:22:15.854Z Compiling spki v0.7.3
14422024-06-20T20:22:15.895Z Compiling futures v0.3.30
14432024-06-20T20:22:16.219Z Compiling toml v0.7.8
14442024-06-20T20:22:17.106Z Compiling hex v0.4.3
14452024-06-20T20:22:17.573Z Compiling md-5 v0.10.6
14462024-06-20T20:22:17.709Z Compiling strum_macros v0.25.3
14472024-06-20T20:22:17.994Z Compiling serde_repr v0.1.19
14482024-06-20T20:22:18.772Z Compiling num-integer v0.1.46
14492024-06-20T20:22:18.919Z Compiling hash32 v0.2.1
14502024-06-20T20:22:19.206Z Compiling fallible-iterator v0.2.0
14512024-06-20T20:22:19.489Z Compiling stable_deref_trait v1.2.0
14522024-06-20T20:22:19.566Z Compiling pkcs8 v0.10.2
14532024-06-20T20:22:19.808Z Compiling hyper-rustls v0.24.2
14542024-06-20T20:22:19.913Z Compiling hyper-tls v0.5.0
14552024-06-20T20:22:20.119Z Compiling postgres-protocol v0.6.6
14562024-06-20T20:22:20.182Z Compiling terminal_size v0.3.0
14572024-06-20T20:22:20.276Z Compiling reqwest v0.11.27
14582024-06-20T20:22:20.388Z Compiling block-padding v0.3.3
14592024-06-20T20:22:20.646Z Compiling phf_shared v0.11.2
14602024-06-20T20:22:20.724Z Compiling ff v0.13.0
14612024-06-20T20:22:20.958Z Compiling scheduled-thread-pool v0.2.7
14622024-06-20T20:22:21.034Z Compiling peg-runtime v0.8.3
14632024-06-20T20:22:21.517Z Compiling managed v0.8.0
14642024-06-20T20:22:21.604Z Compiling bitflags v1.3.2
14652024-06-20T20:22:21.717Z Compiling matches v0.1.10
14662024-06-20T20:22:21.751Z Compiling base16ct v0.2.0
14672024-06-20T20:22:21.813Z Compiling idna v0.2.3
14682024-06-20T20:22:21.976Z Compiling sec1 v0.7.3
14692024-06-20T20:22:22.121Z Compiling clap_builder v4.5.2
14702024-06-20T20:22:22.340Z Compiling r2d2 v0.8.10
14712024-06-20T20:22:22.549Z Compiling signal-hook-mio v0.2.3
14722024-06-20T20:22:22.714Z Compiling phf v0.11.2
14732024-06-20T20:22:22.734Z Compiling group v0.13.0
14742024-06-20T20:22:22.997Z Compiling postgres-types v0.2.6
14752024-06-20T20:22:23.030Z Compiling inout v0.1.3
14762024-06-20T20:22:23.063Z Compiling num-bigint v0.4.5
14772024-06-20T20:22:23.400Z Compiling hubpack v0.1.2
14782024-06-20T20:22:23.689Z Compiling hkdf v0.12.4
14792024-06-20T20:22:23.951Z Compiling ipnetwork v0.20.0
14802024-06-20T20:22:24.165Z Compiling zerocopy v0.6.6
14812024-06-20T20:22:24.229Z Compiling crypto-bigint v0.5.5
14822024-06-20T20:22:24.567Z Compiling float-cmp v0.9.0
14832024-06-20T20:22:24.794Z Checking tracing-core v0.1.32
14842024-06-20T20:22:24.888Z Compiling whoami v1.5.1
14852024-06-20T20:22:25.047Z Compiling difflib v0.4.0
14862024-06-20T20:22:25.453Z Compiling data-encoding v2.6.0
14872024-06-20T20:22:25.531Z Compiling predicates-core v1.0.6
14882024-06-20T20:22:25.903Z Compiling normalize-line-endings v0.3.0
14892024-06-20T20:22:26.035Z Compiling static_assertions v1.1.0
14902024-06-20T20:22:26.147Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14912024-06-20T20:22:26.752Z Compiling yasna v0.5.2
14922024-06-20T20:22:28.036Z Compiling elliptic-curve v0.13.8
14932024-06-20T20:22:28.039Z Compiling diesel v2.1.6
14942024-06-20T20:22:28.759Z Compiling trust-dns-proto v0.22.0
14952024-06-20T20:22:28.889Z Compiling predicates v3.1.0
14962024-06-20T20:22:30.310Z Compiling clap v4.5.4
14972024-06-20T20:22:30.694Z Compiling tokio-postgres v0.7.10
14982024-06-20T20:22:30.802Z Compiling usdt v0.5.0
14992024-06-20T20:22:31.868Z Compiling cipher v0.4.4
15002024-06-20T20:22:32.346Z Compiling crossterm v0.27.0
15012024-06-20T20:22:32.755Z Compiling num-iter v0.1.45
15022024-06-20T20:22:32.942Z Compiling similar v2.5.0
15032024-06-20T20:22:33.667Z Compiling tokio-stream v0.1.15
15042024-06-20T20:22:33.859Z Compiling console v0.15.8
15052024-06-20T20:22:34.674Z Compiling bstr v1.9.1
15062024-06-20T20:22:35.450Z Checking percent-encoding v2.3.1
15072024-06-20T20:22:35.916Z Checking form_urlencoded v1.2.1
15082024-06-20T20:22:36.067Z Checking powerfmt v0.2.0
15092024-06-20T20:22:36.106Z Checking num-conv v0.1.0
15102024-06-20T20:22:36.332Z Checking deranged v0.3.11
15112024-06-20T20:22:36.353Z Checking num_threads v0.1.7
15122024-06-20T20:22:36.503Z Checking time-core v0.1.2
15132024-06-20T20:22:36.557Z Checking unicode-ident v1.0.12
15142024-06-20T20:22:36.674Z Checking httparse v1.8.0
15152024-06-20T20:22:37.468Z Checking errno v0.3.9
15162024-06-20T20:22:37.490Z Checking unicode-width v0.1.12
15172024-06-20T20:22:37.650Z Checking proc-macro2 v1.0.82
15182024-06-20T20:22:38.311Z Checking quote v1.0.36
15192024-06-20T20:22:38.323Z Checking adler v1.0.2
15202024-06-20T20:22:38.455Z Checking base64 v0.21.7
15212024-06-20T20:22:38.477Z Checking miniz_oxide v0.7.2
15222024-06-20T20:22:38.894Z Checking try-lock v0.2.5
15232024-06-20T20:22:39.027Z Checking want v0.3.1
15242024-06-20T20:22:39.536Z Checking tower-service v0.3.2
15252024-06-20T20:22:39.722Z Checking httpdate v1.0.3
15262024-06-20T20:22:39.985Z Checking foreign-types-shared v0.1.1
15272024-06-20T20:22:40.085Z Checking openssl-probe v0.1.5
15282024-06-20T20:22:40.146Z Checking foreign-types v0.3.2
15292024-06-20T20:22:40.219Z Checking openssl-sys v0.9.102
15302024-06-20T20:22:40.242Z Checking ipnet v2.9.0
15312024-06-20T20:22:40.538Z Checking mime v0.3.17
15322024-06-20T20:22:40.831Z Checking utf8parse v0.2.1
15332024-06-20T20:22:45.430Z Checking encoding_rs v0.8.34
15342024-06-20T20:22:45.539Z Checking anstyle v1.0.7
15352024-06-20T20:22:47.390Z Checking rustls-pemfile v1.0.4
15362024-06-20T20:22:47.669Z Checking sync_wrapper v0.1.2
15372024-06-20T20:22:47.691Z Checking ucd-trie v0.1.6
15382024-06-20T20:22:47.714Z Checking plain v0.2.3
15392024-06-20T20:22:47.792Z Checking anstyle-parse v0.2.4
15402024-06-20T20:22:47.884Z Checking pretty-hex v0.4.1
15412024-06-20T20:22:47.992Z Checking colorchoice v1.0.1
15422024-06-20T20:22:48.047Z Checking is_terminal_polyfill v1.70.0
15432024-06-20T20:22:48.069Z Checking anstyle-query v1.0.3
15442024-06-20T20:22:48.166Z Checking thread-id v4.2.1
15452024-06-20T20:22:48.194Z Checking anstream v0.6.14
15462024-06-20T20:22:48.255Z Checking strsim v0.11.1
15472024-06-20T20:22:48.277Z Checking clap_lex v0.7.0
15482024-06-20T20:22:48.580Z Checking memmap v0.7.0
15492024-06-20T20:22:48.791Z Checking crc32fast v1.4.0
15502024-06-20T20:22:49.936Z Checking flate2 v1.0.30
15512024-06-20T20:22:51.704Z Checking winnow v0.6.8
15522024-06-20T20:22:59.709Z Compiling regress v0.9.1
15532024-06-20T20:22:59.821Z Compiling getopts v0.2.21
15542024-06-20T20:23:00.875Z Checking heck v0.5.0
15552024-06-20T20:23:00.908Z Compiling unsafe-libyaml v0.2.11
15562024-06-20T20:23:02.149Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15572024-06-20T20:23:02.449Z Compiling serde_yaml v0.9.34+deprecated
15582024-06-20T20:23:02.814Z Checking camino v1.1.7
15592024-06-20T20:23:02.845Z Checking is-terminal v0.4.12
15602024-06-20T20:23:02.972Z Checking base64 v0.22.1
15612024-06-20T20:23:03.389Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15622024-06-20T20:23:03.444Z Checking sha1 v0.10.6
15632024-06-20T20:23:03.725Z Checking http v1.1.0
15642024-06-20T20:23:04.338Z Compiling paste v1.0.15
15652024-06-20T20:23:04.813Z Compiling strum_macros v0.26.2
15662024-06-20T20:23:04.902Z Checking match_cfg v0.1.0
15672024-06-20T20:23:05.000Z Checking hostname v0.3.1
15682024-06-20T20:23:05.138Z Checking dirs-sys-next v0.1.2
15692024-06-20T20:23:05.335Z Compiling ident_case v1.0.1
15702024-06-20T20:23:05.529Z Compiling darling_core v0.20.9
15712024-06-20T20:23:05.552Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15722024-06-20T20:23:05.980Z Checking dirs-next v2.0.0
15732024-06-20T20:23:06.114Z Checking crossbeam-channel v0.5.12
15742024-06-20T20:23:06.318Z Checking thread_local v1.1.8
15752024-06-20T20:23:06.648Z Checking fastrand v2.1.0
15762024-06-20T20:23:06.733Z Checking rustls-pki-types v1.7.0
15772024-06-20T20:23:06.736Z Checking term v0.7.0
15782024-06-20T20:23:06.867Z Checking quick-error v1.2.3
15792024-06-20T20:23:06.946Z Checking tempfile v3.10.1
15802024-06-20T20:23:06.998Z Checking take_mut v0.2.2
15812024-06-20T20:23:07.160Z Checking slog-async v2.8.0
15822024-06-20T20:23:07.186Z Checking toml v0.8.13
15832024-06-20T20:23:07.194Z Checking slog-term v2.9.1
15842024-06-20T20:23:07.307Z Compiling rustls v0.22.4
15852024-06-20T20:23:07.447Z Checking rustls-webpki v0.102.4
15862024-06-20T20:23:07.600Z Checking slog-json v2.6.1
15872024-06-20T20:23:07.690Z Checking instant v0.1.12
15882024-06-20T20:23:07.809Z Checking rustls-pemfile v2.1.2
15892024-06-20T20:23:07.873Z Checking slog-bunyan v2.5.0
15902024-06-20T20:23:07.950Z Compiling multer v3.1.0
15912024-06-20T20:23:08.055Z Checking debug-ignore v1.0.5
15922024-06-20T20:23:08.073Z Compiling async-stream-impl v0.3.5
15932024-06-20T20:23:08.195Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
15942024-06-20T20:23:08.307Z Checking atomic-waker v1.1.2
15952024-06-20T20:23:08.438Z Checking waitgroup v0.1.2
15962024-06-20T20:23:08.578Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
15972024-06-20T20:23:08.946Z Checking serde_path_to_error v0.1.16
15982024-06-20T20:23:09.490Z Checking async-stream v0.3.5
15992024-06-20T20:23:09.596Z Checking hostname v0.4.0
16002024-06-20T20:23:09.696Z Checking newtype-uuid v1.1.0
16012024-06-20T20:23:09.739Z Checking wait-timeout v0.2.0
16022024-06-20T20:23:09.910Z Compiling structmeta-derive v0.3.0
16032024-06-20T20:23:09.947Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
16042024-06-20T20:23:10.107Z Checking strum v0.26.2
16052024-06-20T20:23:10.213Z Checking rusty-fork v0.3.0
16062024-06-20T20:23:10.272Z Checking macaddr v1.0.1
16072024-06-20T20:23:10.504Z Compiling structmeta-derive v0.2.0
16082024-06-20T20:23:10.589Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16092024-06-20T20:23:10.870Z Checking rand_xorshift v0.3.0
16102024-06-20T20:23:11.050Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
16112024-06-20T20:23:11.300Z Checking unarray v0.1.4
16122024-06-20T20:23:11.339Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16132024-06-20T20:23:11.446Z Checking proptest v1.4.0
16142024-06-20T20:23:11.559Z Checking backoff v0.4.0
16152024-06-20T20:23:11.813Z Checking tokio-rustls v0.25.0
16162024-06-20T20:23:11.838Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16172024-06-20T20:23:12.632Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16182024-06-20T20:23:12.777Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
16192024-06-20T20:23:13.017Z Compiling structmeta v0.3.0
16202024-06-20T20:23:13.114Z Compiling darling_macro v0.20.9
16212024-06-20T20:23:13.117Z Compiling proc-macro-error v1.0.4
16222024-06-20T20:23:13.466Z Compiling parse-display-derive v0.9.0
16232024-06-20T20:23:13.601Z Compiling structmeta v0.2.0
16242024-06-20T20:23:13.891Z Checking camino-tempfile v1.1.1
16252024-06-20T20:23:14.048Z Compiling test-strategy v0.3.1
16262024-06-20T20:23:14.147Z Compiling darling v0.20.9
16272024-06-20T20:23:14.184Z Compiling proc-macro-crate v1.3.1
16282024-06-20T20:23:14.271Z Compiling serde_with_macros v3.8.1
16292024-06-20T20:23:15.355Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16302024-06-20T20:23:15.721Z Compiling num_enum_derive v0.5.11
16312024-06-20T20:23:15.813Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16322024-06-20T20:23:16.012Z Compiling foreign-types-macros v0.2.3
16332024-06-20T20:23:16.113Z Checking foreign-types-shared v0.3.1
16342024-06-20T20:23:16.231Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16352024-06-20T20:23:16.886Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16362024-06-20T20:23:17.326Z Checking foreign-types v0.5.0
16372024-06-20T20:23:17.399Z Checking serde_with v3.8.1
16382024-06-20T20:23:17.433Z Checking cstr-argument v0.1.2
16392024-06-20T20:23:17.623Z Checking pretty-hex v0.2.1
16402024-06-20T20:23:17.779Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16412024-06-20T20:23:17.833Z Checking tabwriter v1.4.0
16422024-06-20T20:23:18.065Z Checking colored v2.1.0
16432024-06-20T20:23:18.069Z Checking socket2 v0.4.10
16442024-06-20T20:23:18.138Z Checking smf v0.2.3
16452024-06-20T20:23:18.339Z Checking humantime v2.1.0
16462024-06-20T20:23:18.361Z Checking parse-display v0.9.0
16472024-06-20T20:23:18.441Z Checking num_enum v0.5.11
16482024-06-20T20:23:18.477Z Checking termcolor v1.4.1
16492024-06-20T20:23:18.577Z Checking arc-swap v1.7.1
16502024-06-20T20:23:18.599Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16512024-06-20T20:23:18.601Z Checking newline-converter v0.3.0
16522024-06-20T20:23:18.637Z Checking xattr v1.3.1
16532024-06-20T20:23:18.802Z Checking filetime v0.2.23
16542024-06-20T20:23:18.838Z Checking expectorate v1.1.0
16552024-06-20T20:23:18.863Z Checking same-file v1.0.6
16562024-06-20T20:23:18.865Z Checking utf-8 v0.7.6
16572024-06-20T20:23:18.989Z Checking slog-scope v4.4.0
16582024-06-20T20:23:18.993Z Compiling heapless v0.8.0
16592024-06-20T20:23:19.020Z Checking tar v0.4.40
16602024-06-20T20:23:19.040Z Checking walkdir v2.5.0
16612024-06-20T20:23:19.064Z Checking termtree v0.4.1
16622024-06-20T20:23:19.190Z Checking slog-stdlog v4.1.1
16632024-06-20T20:23:19.262Z Checking predicates-tree v1.0.9
16642024-06-20T20:23:19.306Z Checking hash32 v0.3.1
16652024-06-20T20:23:19.351Z Checking slog-envlogger v2.2.0
16662024-06-20T20:23:19.413Z Compiling smoltcp v0.11.0
16672024-06-20T20:23:19.501Z Checking embedded-io v0.4.0
16682024-06-20T20:23:19.563Z Checking cobs v0.2.3
16692024-06-20T20:23:19.696Z Compiling crucible-workspace-hack v0.1.0
16702024-06-20T20:23:19.736Z Checking postcard v1.0.8
16712024-06-20T20:23:19.755Z Checking sigpipe v0.1.3
16722024-06-20T20:23:19.860Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
16732024-06-20T20:23:19.974Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
16742024-06-20T20:23:20.181Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
16752024-06-20T20:23:20.205Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
16762024-06-20T20:23:20.224Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16772024-06-20T20:23:20.438Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
16782024-06-20T20:23:20.458Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
16792024-06-20T20:23:20.781Z Checking pem v3.0.4
16802024-06-20T20:23:20.806Z Compiling mockall_derive v0.12.1
16812024-06-20T20:23:21.042Z Compiling derive-where v1.2.7
16822024-06-20T20:23:21.059Z Compiling num-derive v0.4.2
16832024-06-20T20:23:22.004Z Checking atty v0.2.14
16842024-06-20T20:23:22.138Z Checking downcast v0.11.0
16852024-06-20T20:23:22.294Z Checking fragile v2.0.0
16862024-06-20T20:23:22.350Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
16872024-06-20T20:23:22.583Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
16882024-06-20T20:23:22.832Z Checking tungstenite v0.20.1
16892024-06-20T20:23:23.022Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16902024-06-20T20:23:23.055Z Checking tungstenite v0.21.0
16912024-06-20T20:23:23.581Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
16922024-06-20T20:23:23.606Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
16932024-06-20T20:23:23.704Z Checking tokio-tungstenite v0.20.1
16942024-06-20T20:23:23.879Z Checking tokio-tungstenite v0.21.0
16952024-06-20T20:23:24.053Z Checking env_logger v0.9.3
16962024-06-20T20:23:24.183Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16972024-06-20T20:23:24.361Z Compiling bitstruct_derive v0.1.0
16982024-06-20T20:23:24.486Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
16992024-06-20T20:23:24.526Z Checking ascii v1.1.0
17002024-06-20T20:23:24.612Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17012024-06-20T20:23:24.775Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17022024-06-20T20:23:24.780Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17032024-06-20T20:23:24.908Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
17042024-06-20T20:23:25.001Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17052024-06-20T20:23:25.056Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
17062024-06-20T20:23:25.075Z Checking serde_arrays v0.1.0
17072024-06-20T20:23:25.226Z Checking erased-serde v0.3.31
17082024-06-20T20:23:25.245Z Compiling heck v0.3.3
17092024-06-20T20:23:25.674Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
17102024-06-20T20:23:25.728Z Checking bitstruct v0.1.1
17112024-06-20T20:23:25.769Z Compiling zone_cfg_derive v0.1.2
17122024-06-20T20:23:25.840Z Checking headers-core v0.2.0
17132024-06-20T20:23:25.954Z Checking base64 v0.13.1
17142024-06-20T20:23:25.973Z Checking headers v0.3.9
17152024-06-20T20:23:26.238Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17162024-06-20T20:23:26.370Z Checking ron v0.7.1
17172024-06-20T20:23:26.682Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
17182024-06-20T20:23:27.143Z Checking portpicker v0.1.1
17192024-06-20T20:23:27.289Z Compiling convert_case v0.4.0
17202024-06-20T20:23:27.292Z Checking zone v0.1.8
17212024-06-20T20:23:27.506Z Checking rcgen v0.12.1
17222024-06-20T20:23:27.626Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17232024-06-20T20:23:27.810Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17242024-06-20T20:23:28.162Z Checking atomicwrites v0.4.3
17252024-06-20T20:23:28.266Z Compiling derive_more v0.99.17
17262024-06-20T20:23:28.352Z Checking subprocess v0.2.9
17272024-06-20T20:23:28.629Z Checking password-hash v0.5.0
17282024-06-20T20:23:28.844Z Checking blake2 v0.10.6
17292024-06-20T20:23:29.060Z Checking linked-hash-map v0.5.6
17302024-06-20T20:23:29.165Z Checking mockall v0.12.1
17312024-06-20T20:23:29.267Z Checking argon2 v0.5.3
17322024-06-20T20:23:29.381Z Checking lru-cache v0.1.2
17332024-06-20T20:23:29.384Z Checking swrite v0.1.0
17342024-06-20T20:23:29.514Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17352024-06-20T20:23:29.564Z Compiling rayon-core v1.12.1
17362024-06-20T20:23:29.861Z Checking resolv-conf v0.7.0
17372024-06-20T20:23:29.880Z Checking half v2.4.1
17382024-06-20T20:23:29.900Z Checking ciborium-io v0.2.2
17392024-06-20T20:23:29.926Z Compiling semver v0.1.20
17402024-06-20T20:23:30.014Z Compiling cancel-safe-futures v0.1.5
17412024-06-20T20:23:30.202Z Checking trust-dns-resolver v0.22.0
17422024-06-20T20:23:30.340Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17432024-06-20T20:23:30.343Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17442024-06-20T20:23:30.377Z Checking ciborium-ll v0.2.2
17452024-06-20T20:23:30.581Z Compiling rustc_version v0.1.7
17462024-06-20T20:23:30.688Z Checking ciborium v0.2.2
17472024-06-20T20:23:30.709Z Compiling slog-dtrace v0.3.0
17482024-06-20T20:23:31.089Z Compiling newtype_derive v0.1.6
17492024-06-20T20:23:31.116Z Checking libsw v3.3.1
17502024-06-20T20:23:31.375Z Checking signature v2.2.0
17512024-06-20T20:23:31.439Z Checking owo-colors v4.0.0
17522024-06-20T20:23:31.602Z Checking steno v0.4.0
17532024-06-20T20:23:31.605Z Checking linear-map v1.2.0
17542024-06-20T20:23:31.680Z Checking num-rational v0.4.2
17552024-06-20T20:23:31.706Z Checking num-complex v0.4.6
17562024-06-20T20:23:31.954Z Checking nibble_vec v0.1.0
17572024-06-20T20:23:32.155Z Checking endian-type v0.1.2
17582024-06-20T20:23:32.336Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17592024-06-20T20:23:32.374Z Checking radix_trie v0.2.1
17602024-06-20T20:23:32.608Z Checking num v0.4.3
17612024-06-20T20:23:32.720Z Checking fxhash v0.2.1
17622024-06-20T20:23:32.795Z Checking display-error-chain v0.2.0
17632024-06-20T20:23:32.900Z Compiling home v0.5.9
17642024-06-20T20:23:32.944Z Compiling radium v0.7.0
17652024-06-20T20:23:33.165Z Compiling maybe-uninit v2.0.0
17662024-06-20T20:23:33.316Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
17672024-06-20T20:23:33.419Z Checking tap v1.0.1
17682024-06-20T20:23:33.587Z Checking wyz v0.5.1
17692024-06-20T20:23:33.706Z Compiling bzip2-sys v0.1.11+1.0.8
17702024-06-20T20:23:33.791Z Compiling ring v0.16.20
17712024-06-20T20:23:33.963Z Compiling blake3 v1.5.1
17722024-06-20T20:23:33.966Z Compiling packed_struct v0.10.1
17732024-06-20T20:23:34.129Z Compiling num-bigint-dig v0.8.4
17742024-06-20T20:23:34.400Z Checking funty v2.0.0
17752024-06-20T20:23:34.419Z Checking crc-catalog v2.4.0
17762024-06-20T20:23:34.564Z Checking crc v3.2.1
17772024-06-20T20:23:34.895Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17782024-06-20T20:23:35.105Z Compiling packed_struct_codegen v0.10.1
17792024-06-20T20:23:35.177Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17802024-06-20T20:23:35.348Z Checking bitvec v1.0.1
17812024-06-20T20:23:35.648Z Compiling indexmap v1.9.3
17822024-06-20T20:23:35.715Z Checking nodrop v0.1.14
17832024-06-20T20:23:35.835Z Checking array-init v0.0.4
17842024-06-20T20:23:36.077Z Checking smallvec v0.6.14
17852024-06-20T20:23:36.095Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17862024-06-20T20:23:36.581Z Checking pkcs1 v0.7.5
17872024-06-20T20:23:36.861Z Checking bitfield v0.14.0
17882024-06-20T20:23:36.975Z Checking hashbrown v0.12.3
17892024-06-20T20:23:37.129Z Checking serde-hex v0.1.0
17902024-06-20T20:23:37.462Z Checking bzip2 v0.4.4
17912024-06-20T20:23:37.726Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17922024-06-20T20:23:37.762Z Checking env_logger v0.10.2
17932024-06-20T20:23:37.975Z Checking x509-cert v0.2.5
17942024-06-20T20:23:38.166Z Checking ron v0.8.1
17952024-06-20T20:23:38.202Z Checking hashbrown v0.13.2
17962024-06-20T20:23:38.570Z Checking rsa v0.9.6
17972024-06-20T20:23:38.669Z Checking crc-any v2.5.0
17982024-06-20T20:23:39.039Z Checking zip v0.6.6
17992024-06-20T20:23:39.201Z Checking object v0.30.4
18002024-06-20T20:23:39.380Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18012024-06-20T20:23:39.540Z Checking path-slash v0.1.5
18022024-06-20T20:23:39.578Z Checking gethostname v0.4.3
18032024-06-20T20:23:39.642Z Compiling libefi-sys v0.1.0
18042024-06-20T20:23:39.686Z Compiling parking_lot_core v0.8.6
18052024-06-20T20:23:39.717Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18062024-06-20T20:23:39.737Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18072024-06-20T20:23:40.026Z Compiling crossbeam-deque v0.8.5
18082024-06-20T20:23:40.276Z Compiling async-recursion v1.1.1
18092024-06-20T20:23:40.322Z Checking maplit v1.0.2
18102024-06-20T20:23:40.351Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18112024-06-20T20:23:40.517Z Checking keccak v0.1.5
18122024-06-20T20:23:40.841Z Checking sha3 v0.10.8
18132024-06-20T20:23:41.001Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
18142024-06-20T20:23:41.245Z Checking parking_lot v0.11.2
18152024-06-20T20:23:41.353Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18162024-06-20T20:23:41.646Z Checking trust-dns-client v0.22.0
18172024-06-20T20:23:41.870Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
18182024-06-20T20:23:41.889Z Checking toml v0.5.11
18192024-06-20T20:23:41.917Z Checking secrecy v0.8.0
18202024-06-20T20:23:42.018Z Checking sled v0.34.7
18212024-06-20T20:23:42.889Z Compiling rayon v1.10.0
18222024-06-20T20:23:43.384Z Checking trust-dns-server v0.22.1
18232024-06-20T20:23:43.387Z Compiling memmap2 v0.9.4
18242024-06-20T20:23:43.457Z Compiling arrayvec v0.7.4
18252024-06-20T20:23:43.836Z Compiling untrusted v0.7.1
18262024-06-20T20:23:43.862Z Compiling constant_time_eq v0.3.0
18272024-06-20T20:23:44.013Z Compiling arrayref v0.3.7
18282024-06-20T20:23:45.287Z Compiling toolchain_find v0.4.0
18292024-06-20T20:23:45.937Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
18302024-06-20T20:23:45.983Z Compiling topological-sort v0.2.2
18312024-06-20T20:23:46.142Z Checking glob v0.3.1
18322024-06-20T20:23:46.196Z Compiling buf-list v1.0.3
18332024-06-20T20:23:46.243Z Compiling platforms v3.4.0
18342024-06-20T20:23:46.471Z Checking universal-hash v0.5.1
18352024-06-20T20:23:46.663Z Checking opaque-debug v0.3.1
18362024-06-20T20:23:46.763Z Compiling rustfmt-wrapper v0.2.1
18372024-06-20T20:23:46.918Z Compiling curve25519-dalek v4.1.2
18382024-06-20T20:23:47.189Z Compiling curve25519-dalek-derive v0.1.1
18392024-06-20T20:23:47.627Z Checking aead v0.5.2
18402024-06-20T20:23:47.659Z Compiling unicase v2.7.0
18412024-06-20T20:23:47.700Z Checking poly1305 v0.8.0
18422024-06-20T20:23:47.838Z Checking chacha20 v0.9.1
18432024-06-20T20:23:47.854Z Compiling thiserror-impl-no-std v2.0.2
18442024-06-20T20:23:47.937Z Compiling omicron-zone-package v0.11.0
18452024-06-20T20:23:48.185Z Checking nanorand v0.7.0
18462024-06-20T20:23:48.536Z Checking flume v0.11.0
18472024-06-20T20:23:49.020Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
18482024-06-20T20:23:49.064Z Checking kstat-rs v0.2.3
18492024-06-20T20:23:49.317Z Compiling pin-project-internal v1.1.5
18502024-06-20T20:23:49.404Z Compiling vte_generate_state_changes v0.1.1
18512024-06-20T20:23:49.862Z Checking chacha20poly1305 v0.10.1
18522024-06-20T20:23:50.036Z Checking vte v0.11.1
18532024-06-20T20:23:50.054Z Checking fd-lock v4.0.2
18542024-06-20T20:23:50.251Z Compiling prettyplease v0.2.20
18552024-06-20T20:23:50.557Z Compiling mime_guess v2.0.4
18562024-06-20T20:23:50.639Z Checking nu-ansi-term v0.50.0
18572024-06-20T20:23:51.040Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
18582024-06-20T20:23:51.272Z Checking thiserror-no-std v2.0.2
18592024-06-20T20:23:51.392Z Checking vsss-rs v3.3.4
18602024-06-20T20:23:51.411Z Checking strip-ansi-escapes v0.2.0
18612024-06-20T20:23:51.619Z Checking reedline v0.31.0
18622024-06-20T20:23:51.640Z Compiling crunchy v0.2.2
18632024-06-20T20:23:52.148Z Compiling clang-sys v1.7.0
18642024-06-20T20:23:52.449Z Checking pin-project v1.1.5
18652024-06-20T20:23:52.578Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
18662024-06-20T20:23:52.689Z Checking http-range v0.1.5
18672024-06-20T20:23:52.837Z Compiling tiny-keccak v2.0.2
18682024-06-20T20:23:52.874Z Checking hyper-staticfile v0.9.5
18692024-06-20T20:23:52.969Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
18702024-06-20T20:23:53.006Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
18712024-06-20T20:23:53.130Z Compiling memoffset v0.9.1
18722024-06-20T20:23:53.282Z Checking bytecount v0.6.8
18732024-06-20T20:23:53.303Z Compiling ref-cast v1.0.23
18742024-06-20T20:23:53.449Z Checking papergrid v0.11.0
18752024-06-20T20:23:53.882Z Compiling ascii-canvas v3.0.0
18762024-06-20T20:23:54.256Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
18772024-06-20T20:23:54.280Z Compiling tabled_derive v0.7.0
18782024-06-20T20:23:54.528Z Compiling ref-cast-impl v1.0.23
18792024-06-20T20:23:54.613Z Compiling snafu-derive v0.8.2
18802024-06-20T20:23:54.674Z Compiling ena v0.14.3
18812024-06-20T20:23:54.743Z Compiling libloading v0.8.3
18822024-06-20T20:23:54.895Z Compiling bindgen v0.69.4
18832024-06-20T20:23:54.991Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
18842024-06-20T20:23:55.076Z Compiling regex-syntax v0.6.29
18852024-06-20T20:23:55.167Z Compiling diff v0.1.13
18862024-06-20T20:23:55.371Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18872024-06-20T20:23:55.586Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18882024-06-20T20:23:55.727Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18892024-06-20T20:23:55.782Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18902024-06-20T20:23:55.840Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18912024-06-20T20:23:57.041Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18922024-06-20T20:23:58.283Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
18932024-06-20T20:23:59.032Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
18942024-06-20T20:23:59.347Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
18952024-06-20T20:23:59.804Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
18962024-06-20T20:24:00.377Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18972024-06-20T20:24:00.682Z Checking snafu v0.8.2
18982024-06-20T20:24:01.200Z Compiling lalrpop v0.19.12
18992024-06-20T20:24:01.241Z Checking tabled v0.15.0
19002024-06-20T20:24:03.035Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
19012024-06-20T20:24:03.491Z Compiling which v4.4.2
19022024-06-20T20:24:04.125Z Checking globset v0.4.14
19032024-06-20T20:24:04.341Z Checking olpc-cjson v0.1.3
19042024-06-20T20:24:04.568Z Compiling cexpr v0.6.0
19052024-06-20T20:24:04.611Z Checking serde_plain v1.0.2
19062024-06-20T20:24:04.857Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
19072024-06-20T20:24:05.141Z Checking typed-path v0.7.1
19082024-06-20T20:24:06.493Z Compiling lazycell v1.3.0
19092024-06-20T20:24:06.621Z Compiling rustc-hash v1.1.0
19102024-06-20T20:24:06.673Z Compiling salty v0.2.0
19112024-06-20T20:24:06.789Z Checking signature v1.6.4
19122024-06-20T20:24:06.926Z Compiling cfg_aliases v0.1.1
19132024-06-20T20:24:07.030Z Compiling shlex v1.3.0
19142024-06-20T20:24:07.072Z Checking tough v0.17.1
19152024-06-20T20:24:07.203Z Compiling nix v0.28.0
19162024-06-20T20:24:07.584Z Checking ed25519 v1.5.3
19172024-06-20T20:24:07.825Z Checking nix v0.27.1
19182024-06-20T20:24:09.109Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19192024-06-20T20:24:09.374Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
19202024-06-20T20:24:09.656Z Compiling derive_builder_core v0.20.0
19212024-06-20T20:24:11.393Z Checking serde-big-array v0.5.1
19222024-06-20T20:24:11.693Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19232024-06-20T20:24:11.962Z Compiling libxml v0.3.3
19242024-06-20T20:24:12.324Z Checking parse-size v1.0.0
19252024-06-20T20:24:12.346Z Compiling derive_builder_macro v0.20.0
19262024-06-20T20:24:12.613Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19272024-06-20T20:24:13.222Z Checking signal-hook-tokio v0.3.1
19282024-06-20T20:24:13.414Z Checking serde-big-array v0.4.1
19292024-06-20T20:24:13.559Z Compiling strum_macros v0.24.3
19302024-06-20T20:24:13.578Z Compiling cookie v0.18.1
19312024-06-20T20:24:13.767Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19322024-06-20T20:24:13.864Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19332024-06-20T20:24:14.744Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19342024-06-20T20:24:15.520Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19352024-06-20T20:24:16.836Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19362024-06-20T20:24:17.692Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19372024-06-20T20:24:18.741Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19382024-06-20T20:24:18.842Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
19392024-06-20T20:24:19.473Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
19402024-06-20T20:24:19.862Z Compiling indoc v1.0.9
19412024-06-20T20:24:19.948Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19422024-06-20T20:24:20.194Z Checking heck v0.4.1
19432024-06-20T20:24:20.414Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
19442024-06-20T20:24:20.890Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19452024-06-20T20:24:20.906Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19462024-06-20T20:24:21.567Z Checking derive_builder v0.20.0
19472024-06-20T20:24:23.542Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
19482024-06-20T20:24:23.767Z Compiling peg-macros v0.8.3
19492024-06-20T20:24:23.824Z Checking quick-xml v0.31.0
19502024-06-20T20:24:24.269Z Compiling impl-trait-for-tuples v0.2.2
19512024-06-20T20:24:25.479Z Compiling oso-derive v0.27.3
19522024-06-20T20:24:25.925Z Compiling sqlparser_derive v0.2.2
19532024-06-20T20:24:26.558Z Checking unicode_categories v0.1.1
19542024-06-20T20:24:26.872Z Checking corncobs v0.1.3
19552024-06-20T20:24:27.055Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19562024-06-20T20:24:27.091Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19572024-06-20T20:24:27.198Z Checking rustyline v14.0.0
19582024-06-20T20:24:27.276Z Checking sqlparser v0.45.0
19592024-06-20T20:24:27.480Z Checking peg v0.8.3
19602024-06-20T20:24:27.588Z Checking sqlformat v0.2.3
19612024-06-20T20:24:29.324Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
19622024-06-20T20:24:30.987Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19632024-06-20T20:24:31.322Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19642024-06-20T20:24:31.961Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19652024-06-20T20:24:32.371Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19662024-06-20T20:24:33.023Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19672024-06-20T20:24:33.874Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19682024-06-20T20:24:35.663Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19692024-06-20T20:24:36.632Z Checking bcs v0.1.6
19702024-06-20T20:24:36.780Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
19712024-06-20T20:24:36.862Z Checking highway v1.1.0
19722024-06-20T20:24:36.882Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
19732024-06-20T20:24:37.112Z Compiling const_format_proc_macros v0.2.32
19742024-06-20T20:24:37.152Z Checking bb8 v0.8.3
19752024-06-20T20:24:37.264Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19762024-06-20T20:24:37.575Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
19772024-06-20T20:24:37.625Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
19782024-06-20T20:24:38.244Z Checking assert_matches v1.5.0
19792024-06-20T20:24:38.350Z Compiling portable-atomic v1.6.0
19802024-06-20T20:24:38.914Z Checking rand_seeder v0.2.3
19812024-06-20T20:24:39.147Z Checking number_prefix v0.4.0
19822024-06-20T20:24:39.337Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
19832024-06-20T20:24:39.466Z Checking const_format v0.2.32
19842024-06-20T20:24:39.601Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
19852024-06-20T20:24:39.948Z Checking castaway v0.2.2
19862024-06-20T20:24:40.122Z Checking compact_str v0.7.1
19872024-06-20T20:24:40.560Z Checking indicatif v0.17.8
19882024-06-20T20:24:40.940Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
19892024-06-20T20:24:41.076Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
19902024-06-20T20:24:41.243Z Checking lru v0.12.3
19912024-06-20T20:24:41.376Z Compiling stability v0.2.0
19922024-06-20T20:24:41.414Z Checking cassowary v0.3.0
19932024-06-20T20:24:41.584Z Compiling indoc v2.0.5
19942024-06-20T20:24:41.941Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19952024-06-20T20:24:42.515Z Checking unicode-linebreak v0.1.5
19962024-06-20T20:24:42.716Z Checking ratatui v0.26.2
19972024-06-20T20:24:42.916Z Checking smawk v0.3.2
19982024-06-20T20:24:43.146Z Checking textwrap v0.16.1
19992024-06-20T20:24:43.559Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
20002024-06-20T20:24:43.745Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20012024-06-20T20:24:43.853Z Checking is_ci v1.2.0
20022024-06-20T20:24:44.002Z Checking supports-color v3.0.0
20032024-06-20T20:24:44.247Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
20042024-06-20T20:24:44.685Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
20052024-06-20T20:24:45.113Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
20062024-06-20T20:24:45.766Z Checking fatfs v0.3.6
20072024-06-20T20:24:46.804Z Checking shell-words v1.1.0
20082024-06-20T20:24:46.848Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
20092024-06-20T20:24:46.984Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
20102024-06-20T20:24:46.987Z Checking rtoolbox v0.0.2
20112024-06-20T20:24:47.199Z Compiling getrandom v0.1.16
20122024-06-20T20:24:47.707Z Checking rpassword v7.3.1
20132024-06-20T20:24:47.876Z Checking tui-tree-widget v0.19.0
20142024-06-20T20:24:47.989Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20152024-06-20T20:24:48.258Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
20162024-06-20T20:24:48.722Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
20172024-06-20T20:24:49.344Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
20182024-06-20T20:24:49.808Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
20192024-06-20T20:24:50.512Z Checking rfc6979 v0.4.0
20202024-06-20T20:24:51.081Z Checking yansi v0.5.1
20212024-06-20T20:24:51.618Z Checking pretty_assertions v1.4.0
20222024-06-20T20:24:51.667Z Checking ecdsa v0.16.9
20232024-06-20T20:24:51.823Z Checking rand_core v0.5.1
20242024-06-20T20:24:52.164Z Checking primeorder v0.13.6
20252024-06-20T20:24:52.449Z Checking cargo-platform v0.1.8
20262024-06-20T20:24:52.644Z Checking md5 v0.7.0
20272024-06-20T20:24:52.754Z Checking option-ext v0.2.0
20282024-06-20T20:24:52.888Z Checking dirs-sys v0.4.1
20292024-06-20T20:24:52.920Z Checking cargo_metadata v0.18.1
20302024-06-20T20:24:53.078Z Checking rand_chacha v0.2.2
20312024-06-20T20:24:53.385Z Checking polyval v0.6.2
20322024-06-20T20:24:53.686Z Checking ed25519 v2.2.3
20332024-06-20T20:24:53.947Z Checking ctr v0.9.2
20342024-06-20T20:24:54.234Z Checking aes v0.8.4
20352024-06-20T20:24:54.536Z Checking blowfish v0.9.1
20362024-06-20T20:24:54.787Z Checking password-hash v0.4.2
20372024-06-20T20:24:55.118Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20382024-06-20T20:24:55.154Z Checking pbkdf2 v0.12.2
20392024-06-20T20:24:55.234Z Checking hex-literal v0.4.1
20402024-06-20T20:24:55.318Z Checking plotters-backend v0.3.5
20412024-06-20T20:24:55.365Z Compiling target-lexicon v0.12.14
20422024-06-20T20:24:55.691Z Checking plotters-svg v0.3.5
20432024-06-20T20:24:55.909Z Checking bcrypt-pbkdf v0.10.0
20442024-06-20T20:24:56.154Z Checking pbkdf2 v0.11.0
20452024-06-20T20:24:56.422Z Checking ed25519-dalek v2.1.1
20462024-06-20T20:24:56.439Z Checking ghash v0.5.1
20472024-06-20T20:24:56.613Z Checking rand v0.7.3
20482024-06-20T20:24:56.777Z Checking dirs v5.0.1
20492024-06-20T20:24:56.929Z Checking p256 v0.13.2
20502024-06-20T20:24:57.374Z Checking p521 v0.13.3
20512024-06-20T20:24:57.972Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
20522024-06-20T20:24:58.724Z Checking cbc v0.1.2
20532024-06-20T20:24:58.939Z Checking russh-cryptovec v0.7.2
20542024-06-20T20:24:59.149Z Checking cast v0.3.0
20552024-06-20T20:24:59.457Z Compiling doc-comment v0.3.3
20562024-06-20T20:24:59.476Z Compiling guppy-workspace-hack v0.1.0
20572024-06-20T20:24:59.776Z Checking criterion-plot v0.5.0
20582024-06-20T20:25:00.174Z Checking russh-keys v0.43.0
20592024-06-20T20:25:00.257Z Checking aes-gcm v0.10.3
20602024-06-20T20:25:00.666Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20612024-06-20T20:25:00.991Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20622024-06-20T20:25:01.319Z Checking plotters v0.3.5
20632024-06-20T20:25:01.776Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20642024-06-20T20:25:02.073Z Checking http-body v1.0.0
20652024-06-20T20:25:02.288Z Checking tinytemplate v1.2.1
20662024-06-20T20:25:02.675Z Checking csv-core v0.1.11
20672024-06-20T20:25:03.023Z Compiling assert_cmd v2.0.14
20682024-06-20T20:25:03.136Z Checking anes v0.1.6
20692024-06-20T20:25:03.427Z Checking tower-layer v0.3.2
20702024-06-20T20:25:03.520Z Checking oorandom v11.1.3
20712024-06-20T20:25:03.607Z Compiling target-spec v3.1.0
20722024-06-20T20:25:03.672Z Compiling dhcproto-macros v0.1.0
20732024-06-20T20:25:03.701Z Checking regex-automata v0.1.10
20742024-06-20T20:25:04.109Z Checking bstr v0.2.17
20752024-06-20T20:25:04.197Z Checking tower v0.4.13
20762024-06-20T20:25:04.617Z Checking dhcproto v0.11.0
20772024-06-20T20:25:04.928Z Checking criterion v0.5.1
20782024-06-20T20:25:05.059Z Checking csv v1.3.0
20792024-06-20T20:25:05.929Z Checking hyper v1.3.1
20802024-06-20T20:25:06.016Z Checking russh v0.43.0
20812024-06-20T20:25:07.187Z Checking cfg-expr v0.15.8
20822024-06-20T20:25:07.955Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20832024-06-20T20:25:08.029Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
20842024-06-20T20:25:08.729Z Checking internet-checksum v0.2.1
20852024-06-20T20:25:09.880Z Checking hyper-util v0.1.3
20862024-06-20T20:25:10.285Z Checking httptest v0.15.5
20872024-06-20T20:25:10.842Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
20882024-06-20T20:25:11.015Z Checking rustls-native-certs v0.7.0
20892024-06-20T20:25:11.171Z Checking pathdiff v0.2.1
20902024-06-20T20:25:11.341Z Checking nested v0.1.1
20912024-06-20T20:25:11.564Z Checking guppy v0.17.5
20922024-06-20T20:25:13.423Z Checking hyper-rustls v0.26.0
20932024-06-20T20:25:13.684Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
20942024-06-20T20:25:13.778Z Checking escape8259 v0.5.2
20952024-06-20T20:25:13.958Z Checking threadpool v1.8.1
20962024-06-20T20:25:14.005Z Checking similar-asserts v1.5.0
20972024-06-20T20:25:14.157Z Checking libtest-mimic v0.7.3
20982024-06-20T20:25:14.217Z Checking fancy-regex v0.13.0
20992024-06-20T20:25:14.614Z Compiling rstest_macros v0.19.0
21002024-06-20T20:25:14.964Z Checking datatest-stable v0.2.9
21012024-06-20T20:25:15.260Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
21022024-06-20T20:25:15.263Z Checking blake2b_simd v1.0.2
21032024-06-20T20:25:15.410Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
21042024-06-20T20:25:16.316Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
21052024-06-20T20:25:16.604Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
21062024-06-20T20:25:16.624Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
21072024-06-20T20:25:16.911Z Compiling relative-path v1.9.3
21082024-06-20T20:25:17.272Z Compiling trybuild v1.0.96
21092024-06-20T20:25:17.853Z Checking rust-argon2 v2.1.0
21102024-06-20T20:25:18.474Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
21112024-06-20T20:25:19.888Z Checking multimap v0.10.0
21122024-06-20T20:25:20.190Z Checking futures-timer v3.0.3
21132024-06-20T20:25:21.951Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21142024-06-20T20:25:22.908Z Checking partial-io v0.5.4
21152024-06-20T20:25:24.308Z Checking cargo_toml v0.20.2
21162024-06-20T20:25:26.365Z Checking approx v0.5.1
21172024-06-20T20:25:26.612Z Checking termios v0.3.3
21182024-06-20T20:25:26.829Z Checking uzers v0.11.3
21192024-06-20T20:25:27.193Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
21202024-06-20T20:25:27.308Z Checking rstest v0.19.0
21212024-06-20T20:25:28.727Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
21222024-06-20T20:25:29.731Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
21232024-06-20T20:25:37.219Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
21242024-06-20T20:25:42.637Z Compiling samael v0.0.15
21252024-06-20T20:25:43.462Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21262024-06-20T20:26:13.236Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
21272024-06-20T20:26:14.959Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
21282024-06-20T20:26:21.179Z Compiling polar-core v0.27.3
21292024-06-20T20:26:32.567Z Checking oso v0.27.3
21302024-06-20T20:27:02.938Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
21312024-06-20T20:27:02.938Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
21322024-06-20T20:27:02.941Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
21332024-06-20T20:28:14.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 54s
21342024-06-20T20:28:15.107Z
21352024-06-20T20:28:15.110Zreal 7:02.254800607
21362024-06-20T20:28:15.110Zuser 38:18.877239888
21372024-06-20T20:28:15.110Zsys 6:40.560846932
21382024-06-20T20:28:15.110Ztrap 1.069699296
21392024-06-20T20:28:15.110Ztflt 1.591763453
21402024-06-20T20:28:15.111Zdflt 1.150306808
21412024-06-20T20:28:15.111Zkflt 0.003185930
21422024-06-20T20:28:15.111Zlock 1:52:52.976410479
21432024-06-20T20:28:15.111Zslp 2:02:12.617308409
21442024-06-20T20:28:15.111Zlat 1:47.939667257
21452024-06-20T20:28:15.111Zstop 5:49.284662021
21462024-06-20T20:28:16.131Zwarning: output filename collision.
21472024-06-20T20:28:16.131ZThe 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)`.
21482024-06-20T20:28:16.131ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
21492024-06-20T20:28:16.131ZThe targets should have unique names.
21502024-06-20T20:28:16.131ZThis is a known bug where multiple crates with the same name use
21512024-06-20T20:28:16.131Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
21522024-06-20T20:28:16.131Zwarning: output filename collision.
21532024-06-20T20:28:16.131ZThe 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)`.
21542024-06-20T20:28:16.131ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
21552024-06-20T20:28:16.131ZThe targets should have unique names.
21562024-06-20T20:28:16.131ZThis is a known bug where multiple crates with the same name use
21572024-06-20T20:28:16.131Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
21582024-06-20T20:28:16.135Zwarning: output filename collision.
21592024-06-20T20:28:16.135ZThe 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)`.
21602024-06-20T20:28:16.135ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
21612024-06-20T20:28:16.135ZThe targets should have unique names.
21622024-06-20T20:28:16.135ZThis is a known bug where multiple crates with the same name use
21632024-06-20T20:28:16.135Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
21642024-06-20T20:28:16.135Zwarning: output filename collision.
21652024-06-20T20:28:16.135ZThe 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)`.
21662024-06-20T20:28:16.135ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
21672024-06-20T20:28:16.135ZThe targets should have unique names.
21682024-06-20T20:28:16.135ZThis is a known bug where multiple crates with the same name use
21692024-06-20T20:28:16.135Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
21702024-06-20T20:28:16.135Zwarning: output filename collision.
21712024-06-20T20:28:16.135ZThe lib target `md5` in package `md5 v0.7.0` has the same output filename as the lib target `md5` in package `md-5 v0.10.6`.
21722024-06-20T20:28:16.135ZColliding filename is: /work/oxidecomputer/omicron/target/doc/md5/index.html
21732024-06-20T20:28:16.135ZThe targets should have unique names.
21742024-06-20T20:28:16.135ZThis is a known bug where multiple crates with the same name use
21752024-06-20T20:28:16.135Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
21762024-06-20T20:28:16.135Zwarning: output filename collision.
21772024-06-20T20:28:16.135ZThe 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)`.
21782024-06-20T20:28:16.135ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
21792024-06-20T20:28:16.135ZThe targets should have unique names.
21802024-06-20T20:28:16.136ZThis is a known bug where multiple crates with the same name use
21812024-06-20T20:28:16.136Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
21822024-06-20T20:28:16.136Zwarning: output filename collision.
21832024-06-20T20:28:16.136ZThe 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)`.
21842024-06-20T20:28:16.136ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
21852024-06-20T20:28:16.136ZThe targets should have unique names.
21862024-06-20T20:28:16.136ZThis is a known bug where multiple crates with the same name use
21872024-06-20T20:28:16.136Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
21882024-06-20T20:28:16.136Zwarning: output filename collision.
21892024-06-20T20:28:16.136ZThe 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)`.
21902024-06-20T20:28:16.136ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
21912024-06-20T20:28:16.136ZThe targets should have unique names.
21922024-06-20T20:28:16.136ZThis is a known bug where multiple crates with the same name use
21932024-06-20T20:28:16.136Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
21942024-06-20T20:28:16.139Zwarning: output filename collision.
21952024-06-20T20:28:16.139ZThe 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`.
21962024-06-20T20:28:16.139ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
21972024-06-20T20:28:16.139ZThe targets should have unique names.
21982024-06-20T20:28:16.139ZThis is a known bug where multiple crates with the same name use
21992024-06-20T20:28:16.139Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22002024-06-20T20:28:16.716Z Documenting libc v0.2.155
22012024-06-20T20:28:16.770Z Documenting cfg-if v1.0.0
22022024-06-20T20:28:16.788Z Documenting serde_derive v1.0.203
22032024-06-20T20:28:16.822Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22042024-06-20T20:28:16.842Z Documenting log v0.4.21
22052024-06-20T20:28:16.860Z Documenting memchr v2.7.2
22062024-06-20T20:28:16.875Z Documenting byteorder v1.5.0
22072024-06-20T20:28:16.890Z Documenting itoa v1.0.11
22082024-06-20T20:28:17.096Z Documenting zeroize_derive v1.4.2
22092024-06-20T20:28:19.897Z Documenting scopeguard v1.2.0
22102024-06-20T20:28:20.016Z Documenting smallvec v1.13.2
22112024-06-20T20:28:21.078Z Documenting pin-project-lite v0.2.14
22122024-06-20T20:28:21.263Z Documenting typenum v1.17.0
22132024-06-20T20:28:21.373Z Documenting getrandom v0.2.14
22142024-06-20T20:28:22.042Z Documenting signal-hook-registry v1.4.2
22152024-06-20T20:28:22.324Z Documenting zeroize v1.7.0
22162024-06-20T20:28:23.323Z Documenting parking_lot_core v0.9.10
22172024-06-20T20:28:24.360Z Documenting mio v0.8.11
22182024-06-20T20:28:24.632Z Documenting serde v1.0.203
22192024-06-20T20:28:24.762Z Documenting lock_api v0.4.12
22202024-06-20T20:28:25.718Z Documenting rand_core v0.6.4
22212024-06-20T20:28:34.199Z Documenting libm v0.2.8
22222024-06-20T20:28:34.221Z Documenting once_cell v1.19.0
22232024-06-20T20:28:34.247Z Documenting thiserror-impl v1.0.60
22242024-06-20T20:28:34.306Z Documenting subtle v2.5.0
22252024-06-20T20:28:34.351Z Documenting ryu v1.0.18
22262024-06-20T20:28:34.367Z Documenting parking_lot v0.12.2
22272024-06-20T20:28:34.973Z Documenting bytes v1.6.0
22282024-06-20T20:28:35.098Z Documenting generic-array v0.14.7
22292024-06-20T20:28:37.265Z Documenting futures-core v0.3.30
22302024-06-20T20:28:37.819Z Documenting num-traits v0.2.19
22312024-06-20T20:28:38.582Z Documenting socket2 v0.5.7
22322024-06-20T20:28:38.984Z Documenting num_cpus v1.16.0
22332024-06-20T20:28:39.618Z Documenting tokio-macros v2.2.0
22342024-06-20T20:28:40.445Z Documenting thiserror v1.0.60
22352024-06-20T20:28:40.523Z Documenting bitflags v2.5.0
22362024-06-20T20:28:40.598Z Documenting crypto-common v0.1.6
22372024-06-20T20:28:41.991Z Documenting serde_json v1.0.117
22382024-06-20T20:28:43.174Z Documenting zerocopy v0.7.34
22392024-06-20T20:28:43.490Z Documenting const-oid v0.9.6
22402024-06-20T20:28:43.610Z Documenting futures-sink v0.3.30
22412024-06-20T20:28:45.611Z Checking syn v1.0.109
22422024-06-20T20:28:45.630Z Documenting slab v0.4.9
22432024-06-20T20:28:45.645Z Documenting tokio v1.37.0
22442024-06-20T20:28:45.691Z Documenting futures-macro v0.3.30
22452024-06-20T20:28:48.327Z Documenting futures-task v0.3.30
22462024-06-20T20:28:48.461Z Documenting futures-channel v0.3.30
22472024-06-20T20:28:49.903Z Documenting futures-io v0.3.30
22482024-06-20T20:28:49.919Z Documenting pin-utils v0.1.0
22492024-06-20T20:28:51.677Z Documenting block-buffer v0.10.4
22502024-06-20T20:28:51.694Z Documenting iana-time-zone v0.1.60
22512024-06-20T20:28:51.969Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22522024-06-20T20:28:52.172Z Documenting uuid v1.8.0
22532024-06-20T20:28:53.259Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22542024-06-20T20:28:53.341Z Documenting ahash v0.8.11
22552024-06-20T20:28:53.993Z Documenting allocator-api2 v0.2.18
22562024-06-20T20:28:54.716Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22572024-06-20T20:28:55.761Z Documenting futures-util v0.3.30
22582024-06-20T20:28:56.008Z Documenting tinyvec_macros v0.1.1
22592024-06-20T20:28:56.388Z Documenting digest v0.10.7
22602024-06-20T20:28:56.469Z Documenting chrono v0.4.38
22612024-06-20T20:28:57.378Z Documenting cpufeatures v0.2.12
22622024-06-20T20:28:57.631Z Documenting ppv-lite86 v0.2.17
22632024-06-20T20:28:58.202Z Documenting hashbrown v0.14.5
22642024-06-20T20:28:59.210Z Documenting tinyvec v1.6.0
22652024-06-20T20:29:00.372Z Checking serde_derive_internals v0.29.1
22662024-06-20T20:29:01.001Z Documenting rand_chacha v0.3.1
22672024-06-20T20:29:01.018Z Documenting serde_derive_internals v0.29.1
22682024-06-20T20:29:03.127Z Documenting dyn-clone v1.0.17
22692024-06-20T20:29:10.120Z Documenting unicode-normalization v0.1.23
22702024-06-20T20:29:10.150Z Documenting tracing-core v0.1.32
22712024-06-20T20:29:10.180Z Documenting rand v0.8.5
22722024-06-20T20:29:10.224Z Documenting schemars_derive v0.8.20
22732024-06-20T20:29:10.356Z Documenting tracing-attributes v0.1.27
22742024-06-20T20:29:10.468Z Documenting unicode-bidi v0.3.15
22752024-06-20T20:29:10.856Z Documenting percent-encoding v2.3.1
22762024-06-20T20:29:11.191Z Documenting powerfmt v0.2.0
22772024-06-20T20:29:14.158Z Documenting deranged v0.3.11
22782024-06-20T20:29:14.617Z Documenting time-macros v0.2.18
22792024-06-20T20:29:15.008Z Documenting lazy_static v1.4.0
22802024-06-20T20:29:15.275Z Documenting equivalent v1.0.1
22812024-06-20T20:29:15.293Z Documenting num_threads v0.1.7
22822024-06-20T20:29:15.404Z Documenting num-conv v0.1.0
22832024-06-20T20:29:16.286Z Documenting schemars v0.8.20
22842024-06-20T20:29:16.435Z Documenting tracing v0.1.40
22852024-06-20T20:29:18.199Z Documenting time-core v0.1.2
22862024-06-20T20:29:18.417Z Documenting indexmap v2.2.6
22872024-06-20T20:29:18.687Z Documenting form_urlencoded v1.2.1
22882024-06-20T20:29:19.401Z Documenting serde_tokenstream v0.2.0
22892024-06-20T20:29:19.524Z Documenting unicode-width v0.1.12
22902024-06-20T20:29:19.978Z Documenting fnv v1.0.7
22912024-06-20T20:29:21.053Z Documenting time v0.3.36
22922024-06-20T20:29:21.716Z Documenting idna v0.5.0
22932024-06-20T20:29:22.710Z Documenting adler v1.0.2
22942024-06-20T20:29:23.270Z Documenting unicode-ident v1.0.12
22952024-06-20T20:29:23.642Z Documenting slog v2.7.0
22962024-06-20T20:29:24.309Z Documenting async-trait v0.1.80
22972024-06-20T20:29:24.726Z Documenting tokio-util v0.7.11
22982024-06-20T20:29:25.020Z Documenting httparse v1.8.0
22992024-06-20T20:29:25.840Z Documenting miniz_oxide v0.7.2
23002024-06-20T20:29:26.093Z Documenting url v2.5.0
23012024-06-20T20:29:26.443Z Documenting proc-macro2 v1.0.82
23022024-06-20T20:29:26.939Z Documenting base64ct v1.6.0
23032024-06-20T20:29:28.578Z Documenting errno v0.3.9
23042024-06-20T20:29:29.402Z Documenting httpdate v1.0.3
23052024-06-20T20:29:29.694Z Documenting try-lock v0.2.5
23062024-06-20T20:29:30.180Z Documenting http-body v0.4.6
23072024-06-20T20:29:30.595Z Documenting openssl-sys v0.9.102
23082024-06-20T20:29:30.598Z Documenting h2 v0.3.26
23092024-06-20T20:29:31.601Z Documenting quote v1.0.36
23102024-06-20T20:29:31.786Z Documenting pem-rfc7468 v0.7.0
23112024-06-20T20:29:32.888Z Documenting rustix v0.38.34
23122024-06-20T20:29:32.908Z Documenting want v0.3.1
23132024-06-20T20:29:34.001Z Documenting openssl-macros v0.1.1
23142024-06-20T20:29:34.917Z Documenting der_derive v0.7.2
23152024-06-20T20:29:36.425Z Documenting syn v2.0.64
23162024-06-20T20:29:36.618Z Documenting ipnet v2.9.0
23172024-06-20T20:29:37.428Z Documenting tower-service v0.3.2
23182024-06-20T20:29:37.699Z Documenting mime v0.3.17
23192024-06-20T20:29:39.578Z Documenting flagset v0.4.5
23202024-06-20T20:29:39.735Z Documenting gimli v0.28.1
23212024-06-20T20:29:40.912Z Documenting openssl v0.10.64
23222024-06-20T20:29:41.567Z Documenting futures-executor v0.3.30
23232024-06-20T20:29:41.912Z Documenting aho-corasick v1.1.3
23242024-06-20T20:29:42.066Z Documenting object v0.32.2
23252024-06-20T20:29:42.203Z Documenting hyper v0.14.28
23262024-06-20T20:29:42.495Z Documenting der v0.7.9
23272024-06-20T20:29:45.991Z Documenting addr2line v0.21.0
23282024-06-20T20:29:46.316Z Documenting rustc-demangle v0.1.24
23292024-06-20T20:29:48.086Z Documenting regex-syntax v0.8.3
23302024-06-20T20:29:48.484Z Documenting openssl-probe v0.1.5
23312024-06-20T20:29:49.635Z Documenting spki v0.7.3
23322024-06-20T20:29:49.866Z Documenting futures v0.3.30
23332024-06-20T20:29:49.930Z Documenting encoding_rs v0.8.34
23342024-06-20T20:29:53.276Z Documenting native-tls v0.2.11
23352024-06-20T20:29:53.993Z Checking pest_meta v2.7.10
23362024-06-20T20:29:54.144Z Documenting regex-automata v0.4.6
23372024-06-20T20:29:54.844Z Documenting psl-types v2.0.11
23382024-06-20T20:29:54.892Z Documenting pkcs8 v0.10.2
23392024-06-20T20:29:54.931Z Documenting serde_urlencoded v0.7.1
23402024-06-20T20:29:55.059Z Documenting backtrace v0.3.71
23412024-06-20T20:29:57.863Z Documenting publicsuffix v2.2.3
23422024-06-20T20:29:58.484Z Documenting sha2 v0.10.8
23432024-06-20T20:29:58.925Z Documenting tokio-native-tls v0.3.1
23442024-06-20T20:29:59.515Z Documenting semver v1.0.23
23452024-06-20T20:29:59.997Z Documenting pest_meta v2.7.10
23462024-06-20T20:30:00.493Z Documenting anyhow v1.0.86
23472024-06-20T20:30:00.532Z Documenting crossbeam-utils v0.8.19
23482024-06-20T20:30:02.644Z Documenting scroll_derive v0.12.0
23492024-06-20T20:30:02.898Z Documenting utf8parse v0.2.1
23502024-06-20T20:30:03.304Z Documenting cookie_store v0.20.0
23512024-06-20T20:30:04.816Z Checking pest_generator v2.7.10
23522024-06-20T20:30:04.983Z Documenting hyper-tls v0.5.0
23532024-06-20T20:30:05.146Z Documenting pest_generator v2.7.10
23542024-06-20T20:30:05.553Z Documenting hyper-rustls v0.24.2
23552024-06-20T20:30:05.615Z Documenting hmac v0.12.1
23562024-06-20T20:30:05.730Z Documenting num-integer v0.1.46
23572024-06-20T20:30:05.785Z Documenting plain v0.2.3
23582024-06-20T20:30:08.439Z Documenting scroll v0.12.0
23592024-06-20T20:30:08.686Z Documenting sync_wrapper v0.1.2
23602024-06-20T20:30:09.906Z Documenting webpki-roots v0.25.4
23612024-06-20T20:30:13.108Z Documenting ucd-trie v0.1.6
23622024-06-20T20:30:13.133Z Documenting pest_derive v2.7.10
23632024-06-20T20:30:13.133Z Documenting regex v1.10.4
23642024-06-20T20:30:13.133Z Documenting block-padding v0.3.3
23652024-06-20T20:30:13.133Z Documenting data-encoding v2.6.0
23662024-06-20T20:30:13.133Z Documenting pretty-hex v0.4.1
23672024-06-20T20:30:13.409Z Documenting goblin v0.8.2
23682024-06-20T20:30:14.541Z Documenting pest v2.7.10
23692024-06-20T20:30:14.738Z Documenting reqwest v0.11.27
23702024-06-20T20:30:15.469Z Documenting thread-id v4.2.1
23712024-06-20T20:30:15.555Z Documenting openapiv3 v2.0.0
23722024-06-20T20:30:16.827Z Documenting inout v0.1.3
23732024-06-20T20:30:16.875Z Documenting usdt-macro v0.5.0
23742024-06-20T20:30:17.478Z Documenting usdt-attr-macro v0.5.0
23752024-06-20T20:30:20.492Z Documenting memmap v0.7.0
23762024-06-20T20:30:20.870Z Documenting dtrace-parser v0.2.0
23772024-06-20T20:30:21.315Z Documenting dof v0.3.0
23782024-06-20T20:30:21.506Z Documenting cipher v0.4.4
23792024-06-20T20:30:23.234Z Documenting anstyle v1.0.7
23802024-06-20T20:30:23.449Z Documenting anstyle-parse v0.2.4
23812024-06-20T20:30:25.116Z Documenting ff v0.13.0
23822024-06-20T20:30:25.734Z Documenting spin v0.9.8
23832024-06-20T20:30:25.936Z Documenting crc32fast v1.4.0
23842024-06-20T20:30:26.541Z Documenting anstyle-query v1.0.3
23852024-06-20T20:30:27.064Z Documenting usdt-impl v0.5.0
23862024-06-20T20:30:27.108Z Documenting base16ct v0.2.0
23872024-06-20T20:30:36.556Z Documenting is_terminal_polyfill v1.70.0
23882024-06-20T20:30:36.559Z Documenting either v1.12.0
23892024-06-20T20:30:36.596Z Documenting colorchoice v1.0.1
23902024-06-20T20:30:36.650Z Documenting sec1 v0.7.3
23912024-06-20T20:30:36.783Z Documenting group v0.13.0
23922024-06-20T20:30:36.800Z Documenting hkdf v0.12.4
23932024-06-20T20:30:36.883Z Documenting usdt v0.5.0
23942024-06-20T20:30:37.222Z Documenting terminal_size v0.3.0
23952024-06-20T20:30:39.772Z Documenting ipnetwork v0.20.0
23962024-06-20T20:30:41.094Z Documenting crypto-bigint v0.5.5
23972024-06-20T20:30:41.264Z Documenting anstream v0.6.14
23982024-06-20T20:30:41.458Z Documenting hex v0.4.3
23992024-06-20T20:30:41.769Z Documenting clap_lex v0.7.0
24002024-06-20T20:30:50.823Z Documenting strsim v0.11.1
24012024-06-20T20:30:50.888Z Documenting flate2 v1.0.30
24022024-06-20T20:30:50.975Z Documenting crossbeam-epoch v0.9.18
24032024-06-20T20:30:51.016Z Documenting clap_derive v4.5.4
24042024-06-20T20:30:51.033Z Documenting untrusted v0.9.0
24052024-06-20T20:30:51.086Z Documenting unicode-segmentation v1.11.0
24062024-06-20T20:30:51.499Z Documenting num-iter v0.1.45
24072024-06-20T20:31:00.895Z Documenting ring v0.17.8
24082024-06-20T20:31:01.016Z Documenting signal-hook v0.3.17
24092024-06-20T20:31:01.032Z Documenting clap_builder v4.5.2
24102024-06-20T20:31:01.182Z Documenting enum-as-inner v0.5.1
24112024-06-20T20:31:01.198Z Documenting toml_datetime v0.6.6
24122024-06-20T20:31:01.216Z Documenting serde_spanned v0.6.6
24132024-06-20T20:31:01.219Z Documenting managed v0.8.0
24142024-06-20T20:31:01.846Z Documenting elliptic-curve v0.13.8
24152024-06-20T20:31:05.068Z Documenting winnow v0.6.8
24162024-06-20T20:31:06.233Z Documenting bit-vec v0.6.3
24172024-06-20T20:31:06.303Z Documenting static_assertions v1.1.0
24182024-06-20T20:31:06.348Z Documenting signal-hook-mio v0.2.3
24192024-06-20T20:31:06.595Z Documenting itertools v0.12.1
24202024-06-20T20:31:06.926Z Documenting trust-dns-proto v0.22.0
24212024-06-20T20:31:07.739Z Documenting clap v4.5.4
24222024-06-20T20:31:17.431Z Documenting num-bigint v0.4.5
24232024-06-20T20:31:17.524Z Documenting regress v0.9.1
24242024-06-20T20:31:17.595Z Documenting scheduled-thread-pool v0.2.7
24252024-06-20T20:31:17.947Z Documenting toml_edit v0.22.13
24262024-06-20T20:31:18.121Z Documenting diesel_table_macro_syntax v0.1.0
24272024-06-20T20:31:18.407Z Checking diesel_table_macro_syntax v0.1.0
24282024-06-20T20:31:18.475Z Documenting finl_unicode v1.2.0
24292024-06-20T20:31:18.588Z Documenting crossterm v0.27.0
24302024-06-20T20:31:18.771Z Documenting md-5 v0.10.6
24312024-06-20T20:31:22.844Z Documenting r2d2 v0.8.10
24322024-06-20T20:31:23.499Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
24332024-06-20T20:31:23.568Z Documenting stringprep v0.1.4
24342024-06-20T20:31:24.110Z Documenting diesel_derives v2.1.4
24352024-06-20T20:31:24.126Z Documenting fallible-iterator v0.2.0
24362024-06-20T20:31:24.224Z Documenting heck v0.5.0
24372024-06-20T20:31:24.582Z Documenting yasna v0.5.2
24382024-06-20T20:31:25.624Z Documenting siphasher v0.3.11
24392024-06-20T20:31:27.499Z Checking unsafe-libyaml v0.2.11
24402024-06-20T20:31:27.818Z Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24412024-06-20T20:31:28.454Z Documenting bstr v1.9.1
24422024-06-20T20:31:28.643Z Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24432024-06-20T20:31:28.708Z Documenting console v0.15.8
24442024-06-20T20:31:28.804Z Documenting phf_shared v0.11.2
24452024-06-20T20:31:29.353Z Documenting postgres-protocol v0.6.6
24462024-06-20T20:31:31.604Z Documenting tokio-stream v0.1.15
24472024-06-20T20:31:32.482Z Documenting diesel v2.1.6
24482024-06-20T20:31:33.668Z Documenting hubpack v0.1.2
24492024-06-20T20:31:33.891Z Documenting serde_repr v0.1.19
24502024-06-20T20:31:34.297Z Documenting minimal-lexical v0.2.1
24512024-06-20T20:31:35.843Z Documenting precomputed-hash v0.1.1
24522024-06-20T20:31:36.443Z Documenting new_debug_unreachable v1.0.6
24532024-06-20T20:31:36.639Z Documenting lalrpop-util v0.19.12
24542024-06-20T20:31:37.479Z Documenting unsafe-libyaml v0.2.11
24552024-06-20T20:31:38.245Z Documenting fixedbitset v0.4.2
24562024-06-20T20:31:39.160Z Documenting nom v7.1.3
24572024-06-20T20:31:39.533Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
24582024-06-20T20:31:39.664Z Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24592024-06-20T20:31:40.959Z Documenting postgres-types v0.2.6
24602024-06-20T20:31:40.980Z Documenting string_cache v0.8.7
24612024-06-20T20:31:41.548Z Documenting petgraph v0.6.5
24622024-06-20T20:31:41.761Z Documenting serde_yaml v0.9.34+deprecated
24632024-06-20T20:31:45.454Z Documenting phf v0.11.2
24642024-06-20T20:31:45.867Z Checking serde_yaml v0.9.34+deprecated
24652024-06-20T20:31:46.449Z Documenting similar v2.5.0
24662024-06-20T20:31:46.700Z Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24672024-06-20T20:31:47.759Z Documenting getopts v0.2.21
24682024-06-20T20:31:48.644Z Documenting fs-err v2.11.0
24692024-06-20T20:31:48.786Z Documenting float-cmp v0.9.0
24702024-06-20T20:31:50.604Z Documenting difflib v0.4.0
24712024-06-20T20:31:50.718Z Documenting predicates-core v1.0.6
24722024-06-20T20:31:51.662Z Documenting normalize-line-endings v0.3.0
24732024-06-20T20:31:52.099Z Documenting whoami v1.5.1
24742024-06-20T20:31:53.372Z Documenting peg-runtime v0.8.3
24752024-06-20T20:31:53.996Z Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24762024-06-20T20:31:54.427Z Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24772024-06-20T20:31:55.579Z Documenting bit-set v0.5.3
24782024-06-20T20:31:55.671Z Checking ident_case v1.0.1
24792024-06-20T20:31:55.844Z Documenting is-terminal v0.4.12
24802024-06-20T20:31:55.871Z Documenting strum v0.26.2
24812024-06-20T20:31:56.442Z Documenting predicates v3.1.0
24822024-06-20T20:31:56.993Z Documenting tokio-postgres v0.7.10
24832024-06-20T20:31:58.235Z Checking darling_core v0.20.9
24842024-06-20T20:32:00.243Z Documenting sha1 v0.10.6
24852024-06-20T20:32:00.270Z Documenting base64 v0.22.1
24862024-06-20T20:32:00.677Z Documenting camino v1.1.7
24872024-06-20T20:32:00.775Z Documenting dirs-sys-next v0.1.2
24882024-06-20T20:32:02.094Z Documenting ident_case v1.0.1
24892024-06-20T20:32:02.496Z Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24902024-06-20T20:32:02.901Z Documenting http v1.1.0
24912024-06-20T20:32:04.939Z Documenting thread_local v1.1.8
24922024-06-20T20:32:05.210Z Documenting paste v1.0.15
24932024-06-20T20:32:05.530Z Checking darling v0.20.9
24942024-06-20T20:32:05.656Z Documenting crossbeam-channel v0.5.12
24952024-06-20T20:32:05.848Z Documenting dirs-next v2.0.0
24962024-06-20T20:32:05.930Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24972024-06-20T20:32:06.258Z Documenting darling_core v0.20.9
24982024-06-20T20:32:08.611Z Documenting rustls-pki-types v1.7.0
24992024-06-20T20:32:09.270Z Documenting take_mut v0.2.2
25002024-06-20T20:32:09.537Z Documenting toml v0.8.13
25012024-06-20T20:32:10.752Z Documenting slog-json v2.6.1
25022024-06-20T20:32:10.769Z Documenting async-stream-impl v0.3.5
25032024-06-20T20:32:10.856Z Documenting term v0.7.0
25042024-06-20T20:32:12.835Z Documenting atomic-waker v1.1.2
25052024-06-20T20:32:13.665Z Documenting rustls-webpki v0.102.4
25062024-06-20T20:32:14.075Z Documenting slog-async v2.8.0
25072024-06-20T20:32:15.684Z Documenting debug-ignore v1.0.5
25082024-06-20T20:32:15.977Z Documenting slog-term v2.9.1
25092024-06-20T20:32:16.018Z Documenting slog-bunyan v2.5.0
25102024-06-20T20:32:16.295Z Documenting waitgroup v0.1.2
25112024-06-20T20:32:16.406Z Documenting darling_macro v0.20.9
25122024-06-20T20:32:16.469Z Documenting async-stream v0.3.5
25132024-06-20T20:32:18.493Z Documenting rustls-pemfile v2.1.2
25142024-06-20T20:32:18.861Z Documenting multer v3.1.0
25152024-06-20T20:32:19.088Z Documenting rustls v0.22.4
25162024-06-20T20:32:20.938Z Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
25172024-06-20T20:32:21.018Z Documenting serde_path_to_error v0.1.16
25182024-06-20T20:32:21.123Z Documenting hostname v0.4.0
25192024-06-20T20:32:21.239Z Documenting newtype-uuid v1.1.0
25202024-06-20T20:32:22.074Z Documenting darling v0.20.9
25212024-06-20T20:32:23.318Z Documenting structmeta-derive v0.3.0
25222024-06-20T20:32:25.149Z Checking structmeta v0.3.0
25232024-06-20T20:32:25.389Z Documenting instant v0.1.12
25242024-06-20T20:32:26.206Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25252024-06-20T20:32:26.260Z Documenting macaddr v1.0.1
25262024-06-20T20:32:26.368Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
25272024-06-20T20:32:26.961Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25282024-06-20T20:32:27.342Z Documenting serde_with_macros v3.8.1
25292024-06-20T20:32:27.948Z Documenting tokio-rustls v0.25.0
25302024-06-20T20:32:29.755Z Documenting structmeta v0.3.0
25312024-06-20T20:32:30.142Z Documenting backoff v0.4.0
25322024-06-20T20:32:31.365Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25332024-06-20T20:32:31.803Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25342024-06-20T20:32:32.623Z Documenting oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
25352024-06-20T20:32:32.644Z Documenting serde_with v3.8.1
25362024-06-20T20:32:34.033Z Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
25372024-06-20T20:32:34.624Z Documenting parse-display-derive v0.9.0
25382024-06-20T20:32:35.745Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25392024-06-20T20:32:35.969Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25402024-06-20T20:32:36.635Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25412024-06-20T20:32:36.869Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25422024-06-20T20:32:37.791Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25432024-06-20T20:32:38.227Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25442024-06-20T20:32:38.559Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25452024-06-20T20:32:38.705Z Documenting fastrand v2.1.0
25462024-06-20T20:32:38.851Z Documenting proc-macro-crate v1.3.1
25472024-06-20T20:32:40.252Z Checking proc-macro-crate v1.3.1
25482024-06-20T20:32:40.345Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25492024-06-20T20:32:40.395Z Documenting foreign-types-macros v0.2.3
25502024-06-20T20:32:40.497Z Documenting foreign-types-shared v0.3.1
25512024-06-20T20:32:40.985Z Documenting parse-display v0.9.0
25522024-06-20T20:32:41.303Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25532024-06-20T20:32:43.262Z Documenting tempfile v3.10.1
25542024-06-20T20:32:43.351Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25552024-06-20T20:32:44.347Z Documenting num_enum_derive v0.5.11
25562024-06-20T20:32:45.556Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25572024-06-20T20:32:46.115Z Documenting foreign-types v0.5.0
25582024-06-20T20:32:46.262Z Documenting cstr-argument v0.1.2
25592024-06-20T20:32:48.187Z Documenting tabwriter v1.4.0
25602024-06-20T20:32:48.336Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25612024-06-20T20:32:48.436Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
25622024-06-20T20:32:48.953Z Documenting camino-tempfile v1.1.1
25632024-06-20T20:32:50.891Z Documenting colored v2.1.0
25642024-06-20T20:32:51.185Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25652024-06-20T20:32:51.225Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
25662024-06-20T20:32:52.354Z Documenting num_enum v0.5.11
25672024-06-20T20:32:53.202Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25682024-06-20T20:32:54.047Z Documenting hash32 v0.3.1
25692024-06-20T20:32:55.147Z Documenting stable_deref_trait v1.2.0
25702024-06-20T20:32:55.214Z Documenting smf v0.2.3
25712024-06-20T20:32:55.259Z Documenting embedded-io v0.4.0
25722024-06-20T20:32:55.638Z Documenting cobs v0.2.3
25732024-06-20T20:32:57.587Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25742024-06-20T20:32:58.305Z Documenting derive-where v1.2.7
25752024-06-20T20:32:58.425Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
25762024-06-20T20:32:58.546Z Documenting postcard v1.0.8
25772024-06-20T20:32:59.004Z Documenting heapless v0.8.0
25782024-06-20T20:33:00.231Z Documenting crucible-workspace-hack v0.1.0
25792024-06-20T20:33:01.321Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
25802024-06-20T20:33:01.681Z Documenting newline-converter v0.3.0
25812024-06-20T20:33:03.074Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25822024-06-20T20:33:04.050Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
25832024-06-20T20:33:04.573Z Documenting smoltcp v0.11.0
25842024-06-20T20:33:04.576Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
25852024-06-20T20:33:05.071Z Documenting sigpipe v0.1.3
25862024-06-20T20:33:06.323Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25872024-06-20T20:33:06.525Z Documenting expectorate v1.1.0
25882024-06-20T20:33:06.587Z Documenting num-derive v0.4.2
25892024-06-20T20:33:06.951Z Checking convert_case v0.4.0
25902024-06-20T20:33:07.176Z Documenting convert_case v0.4.0
25912024-06-20T20:33:07.440Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25922024-06-20T20:33:10.001Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25932024-06-20T20:33:10.062Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
25942024-06-20T20:33:10.494Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25952024-06-20T20:33:10.728Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
25962024-06-20T20:33:11.539Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25972024-06-20T20:33:12.019Z Documenting derive_more v0.99.17
25982024-06-20T20:33:12.475Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
25992024-06-20T20:33:14.077Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26002024-06-20T20:33:14.913Z Documenting password-hash v0.5.0
26012024-06-20T20:33:16.316Z Documenting blake2 v0.10.6
26022024-06-20T20:33:16.977Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26032024-06-20T20:33:17.640Z Documenting humantime v2.1.0
26042024-06-20T20:33:18.311Z Documenting linked-hash-map v0.5.6
26052024-06-20T20:33:18.507Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
26062024-06-20T20:33:19.074Z Documenting newtype_derive v0.1.6
26072024-06-20T20:33:20.023Z Documenting swrite v0.1.0
26082024-06-20T20:33:21.070Z Documenting argon2 v0.5.3
26092024-06-20T20:33:22.131Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26102024-06-20T20:33:22.646Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26112024-06-20T20:33:22.761Z Documenting lru-cache v0.1.2
26122024-06-20T20:33:23.869Z Documenting steno v0.4.0
26132024-06-20T20:33:24.738Z Documenting signature v2.2.0
26142024-06-20T20:33:25.014Z Documenting arc-swap v1.7.1
26152024-06-20T20:33:25.017Z Documenting quick-error v1.2.3
26162024-06-20T20:33:25.909Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
26172024-06-20T20:33:27.140Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26182024-06-20T20:33:27.704Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26192024-06-20T20:33:28.528Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26202024-06-20T20:33:29.439Z Documenting xattr v1.3.1
26212024-06-20T20:33:29.970Z Documenting resolv-conf v0.7.0
26222024-06-20T20:33:30.074Z Documenting slog-scope v4.4.0
26232024-06-20T20:33:32.921Z Documenting filetime v0.2.23
26242024-06-20T20:33:33.917Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
26252024-06-20T20:33:34.093Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26262024-06-20T20:33:34.951Z Documenting num-rational v0.4.2
26272024-06-20T20:33:35.023Z Documenting trust-dns-resolver v0.22.0
26282024-06-20T20:33:35.057Z Documenting slog-stdlog v4.1.1
26292024-06-20T20:33:35.291Z Documenting num-complex v0.4.6
26302024-06-20T20:33:37.912Z Documenting tar v0.4.40
26312024-06-20T20:33:39.749Z Documenting nibble_vec v0.1.0
26322024-06-20T20:33:39.782Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26332024-06-20T20:33:40.042Z Documenting slog-envlogger v2.2.0
26342024-06-20T20:33:40.841Z Documenting num v0.4.3
26352024-06-20T20:33:40.863Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26362024-06-20T20:33:43.033Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26372024-06-20T20:33:43.269Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26382024-06-20T20:33:43.668Z Documenting same-file v1.0.6
26392024-06-20T20:33:43.772Z Documenting display-error-chain v0.2.0
26402024-06-20T20:33:43.949Z Documenting endian-type v0.1.2
26412024-06-20T20:33:45.639Z Documenting slog-dtrace v0.3.0
26422024-06-20T20:33:47.297Z Documenting cancel-safe-futures v0.1.5
26432024-06-20T20:33:47.872Z Documenting walkdir v2.5.0
26442024-06-20T20:33:48.135Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26452024-06-20T20:33:48.586Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26462024-06-20T20:33:48.757Z Documenting radix_trie v0.2.1
26472024-06-20T20:33:49.072Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26482024-06-20T20:33:49.370Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26492024-06-20T20:33:52.330Z Documenting pem v3.0.4
26502024-06-20T20:33:53.057Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26512024-06-20T20:33:53.321Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26522024-06-20T20:33:53.446Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26532024-06-20T20:33:53.709Z Documenting libsw v3.3.1
26542024-06-20T20:33:53.908Z Documenting half v2.4.1
26552024-06-20T20:33:54.221Z Documenting headers-core v0.2.0
26562024-06-20T20:33:57.280Z Documenting tap v1.0.1
26572024-06-20T20:33:57.383Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26582024-06-20T20:33:57.395Z Documenting linear-map v1.2.0
26592024-06-20T20:33:58.883Z Documenting utf-8 v0.7.6
26602024-06-20T20:33:59.249Z Documenting ciborium-io v0.2.2
26612024-06-20T20:34:00.478Z Documenting owo-colors v4.0.0
26622024-06-20T20:34:01.365Z Documenting wyz v0.5.1
26632024-06-20T20:34:01.815Z Documenting headers v0.3.9
26642024-06-20T20:34:03.708Z Documenting tungstenite v0.21.0
26652024-06-20T20:34:03.986Z Documenting ciborium-ll v0.2.2
26662024-06-20T20:34:04.572Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26672024-06-20T20:34:05.835Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26682024-06-20T20:34:06.258Z Documenting radium v0.7.0
26692024-06-20T20:34:07.958Z Documenting crc-catalog v2.4.0
26702024-06-20T20:34:09.094Z Documenting funty v2.0.0
26712024-06-20T20:34:09.775Z Documenting ciborium v0.2.2
26722024-06-20T20:34:10.364Z Documenting tokio-tungstenite v0.21.0
26732024-06-20T20:34:11.315Z Documenting crc v3.2.1
26742024-06-20T20:34:12.113Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26752024-06-20T20:34:12.910Z Documenting bitvec v1.0.1
26762024-06-20T20:34:14.827Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26772024-06-20T20:34:14.908Z Documenting packed_struct_codegen v0.10.1
26782024-06-20T20:34:15.084Z Documenting fxhash v0.2.1
26792024-06-20T20:34:16.267Z Documenting nodrop v0.1.14
26802024-06-20T20:34:17.846Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26812024-06-20T20:34:18.253Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26822024-06-20T20:34:19.416Z Documenting array-init v0.0.4
26832024-06-20T20:34:19.888Z Documenting bzip2-sys v0.1.11+1.0.8
26842024-06-20T20:34:20.019Z Documenting num-bigint-dig v0.8.4
26852024-06-20T20:34:20.424Z Documenting packed_struct v0.10.1
26862024-06-20T20:34:22.289Z Documenting pkcs1 v0.7.5
26872024-06-20T20:34:22.661Z Documenting bitfield v0.14.0
26882024-06-20T20:34:25.473Z Documenting maplit v1.0.2
26892024-06-20T20:34:25.934Z Documenting termcolor v1.4.1
26902024-06-20T20:34:26.092Z Documenting bzip2 v0.4.4
26912024-06-20T20:34:26.441Z Documenting serde-hex v0.1.0
26922024-06-20T20:34:27.114Z Documenting rsa v0.9.6
26932024-06-20T20:34:27.434Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
26942024-06-20T20:34:30.304Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26952024-06-20T20:34:30.454Z Documenting env_logger v0.10.2
26962024-06-20T20:34:31.192Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26972024-06-20T20:34:31.444Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26982024-06-20T20:34:32.806Z Documenting x509-cert v0.2.5
26992024-06-20T20:34:33.462Z Documenting bitstruct_derive v0.1.0
27002024-06-20T20:34:35.361Z Documenting ron v0.8.1
27012024-06-20T20:34:35.416Z Documenting universal-hash v0.5.1
27022024-06-20T20:34:35.732Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27032024-06-20T20:34:36.203Z Documenting ascii v1.1.0
27042024-06-20T20:34:36.725Z Documenting opaque-debug v0.3.1
27052024-06-20T20:34:38.617Z Documenting crc-any v2.5.0
27062024-06-20T20:34:38.679Z Documenting bitstruct v0.1.1
27072024-06-20T20:34:39.673Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
27082024-06-20T20:34:40.039Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27092024-06-20T20:34:40.591Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27102024-06-20T20:34:41.158Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27112024-06-20T20:34:50.242Z Documenting zip v0.6.6
27122024-06-20T20:34:50.315Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
27132024-06-20T20:34:50.621Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27142024-06-20T20:34:50.638Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27152024-06-20T20:34:50.704Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27162024-06-20T20:34:50.878Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27172024-06-20T20:34:51.860Z Documenting serde_arrays v0.1.0
27182024-06-20T20:34:55.688Z Documenting erased-serde v0.3.31
27192024-06-20T20:34:55.783Z Documenting async-recursion v1.1.1
27202024-06-20T20:34:56.411Z Documenting curve25519-dalek-derive v0.1.1
27212024-06-20T20:34:57.238Z Documenting path-slash v0.1.5
27222024-06-20T20:34:59.215Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27232024-06-20T20:34:59.855Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27242024-06-20T20:35:00.278Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27252024-06-20T20:35:00.861Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27262024-06-20T20:35:01.244Z Documenting trust-dns-client v0.22.0
27272024-06-20T20:35:01.390Z Documenting libefi-sys v0.1.0
27282024-06-20T20:35:01.403Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27292024-06-20T20:35:01.761Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27302024-06-20T20:35:02.014Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
27312024-06-20T20:35:02.236Z Documenting curve25519-dalek v4.1.2
27322024-06-20T20:35:05.359Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27332024-06-20T20:35:05.800Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
27342024-06-20T20:35:06.827Z Documenting keccak v0.1.5
27352024-06-20T20:35:06.847Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27362024-06-20T20:35:07.636Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27372024-06-20T20:35:09.447Z Documenting trust-dns-server v0.22.1
27382024-06-20T20:35:09.710Z Documenting sha3 v0.10.8
27392024-06-20T20:35:10.736Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
27402024-06-20T20:35:11.269Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27412024-06-20T20:35:11.967Z Documenting sled v0.34.7
27422024-06-20T20:35:12.472Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27432024-06-20T20:35:14.771Z Documenting derive_builder_core v0.20.0
27442024-06-20T20:35:15.554Z Checking derive_builder_core v0.20.0
27452024-06-20T20:35:15.836Z Documenting aead v0.5.2
27462024-06-20T20:35:16.359Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27472024-06-20T20:35:16.448Z Documenting secrecy v0.8.0
27482024-06-20T20:35:17.395Z Documenting gethostname v0.4.3
27492024-06-20T20:35:18.261Z Documenting ref-cast-impl v1.0.23
27502024-06-20T20:35:21.127Z Documenting vte_generate_state_changes v0.1.1
27512024-06-20T20:35:29.698Z Documenting derive_builder_macro v0.20.0
27522024-06-20T20:35:29.806Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27532024-06-20T20:35:29.830Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27542024-06-20T20:35:29.895Z Documenting ref-cast v1.0.23
27552024-06-20T20:35:29.947Z Documenting vte v0.11.1
27562024-06-20T20:35:30.218Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27572024-06-20T20:35:30.279Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27582024-06-20T20:35:32.292Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27592024-06-20T20:35:32.947Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27602024-06-20T20:35:33.627Z Documenting poly1305 v0.8.0
27612024-06-20T20:35:34.396Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27622024-06-20T20:35:34.528Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
27632024-06-20T20:35:36.573Z Documenting zone v0.1.8
27642024-06-20T20:35:37.630Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
27652024-06-20T20:35:38.681Z Documenting buf-list v1.0.3
27662024-06-20T20:35:39.039Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
27672024-06-20T20:35:41.923Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27682024-06-20T20:35:43.879Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27692024-06-20T20:35:44.199Z Documenting proc-macro-error-attr v1.0.4
27702024-06-20T20:35:44.221Z Documenting chacha20 v0.9.1
27712024-06-20T20:35:44.385Z Documenting fd-lock v4.0.2
27722024-06-20T20:35:44.999Z Documenting portpicker v0.1.1
27732024-06-20T20:35:45.177Z Documenting thiserror-impl-no-std v2.0.2
27742024-06-20T20:35:48.439Z Documenting kstat-rs v0.2.3
27752024-06-20T20:35:48.970Z Documenting pin-project-internal v1.1.5
27762024-06-20T20:35:49.090Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27772024-06-20T20:35:49.390Z Documenting proc-macro-error v1.0.4
27782024-06-20T20:35:50.190Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27792024-06-20T20:35:50.243Z Documenting derive_builder v0.20.0
27802024-06-20T20:35:51.686Z Documenting thiserror-no-std v2.0.2
27812024-06-20T20:35:52.950Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27822024-06-20T20:35:53.540Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
27832024-06-20T20:35:54.308Z Documenting strip-ansi-escapes v0.2.0
27842024-06-20T20:35:54.918Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27852024-06-20T20:35:55.099Z Documenting pin-project v1.1.5
27862024-06-20T20:35:57.222Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27872024-06-20T20:35:59.151Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27882024-06-20T20:35:59.711Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
27892024-06-20T20:36:00.521Z Documenting rcgen v0.12.1
27902024-06-20T20:36:05.400Z Documenting unicase v2.7.0
27912024-06-20T20:36:06.964Z Documenting polar-core v0.27.3
27922024-06-20T20:36:07.183Z Documenting libxml v0.3.3
27932024-06-20T20:36:07.835Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
27942024-06-20T20:36:08.134Z Documenting atomicwrites v0.4.3
27952024-06-20T20:36:09.063Z Checking proc-macro-error v1.0.4
27962024-06-20T20:36:09.345Z Documenting crossbeam-deque v0.8.5
27972024-06-20T20:36:13.018Z Documenting snafu-derive v0.8.2
27982024-06-20T20:36:14.453Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27992024-06-20T20:36:14.634Z Documenting oso-derive v0.27.3
28002024-06-20T20:36:14.980Z Documenting impl-trait-for-tuples v0.2.2
28012024-06-20T20:36:15.504Z Documenting quick-xml v0.31.0
28022024-06-20T20:36:16.070Z Documenting nanorand v0.7.0
28032024-06-20T20:36:16.769Z Documenting subprocess v0.2.9
28042024-06-20T20:36:19.287Z Documenting unicode-xid v0.2.4
28052024-06-20T20:36:20.307Z Documenting glob v0.3.1
28062024-06-20T20:36:20.754Z Documenting nu-ansi-term v0.50.0
28072024-06-20T20:36:20.842Z Documenting bytecount v0.6.8
28082024-06-20T20:36:21.297Z Checking unicode-xid v0.2.4
28092024-06-20T20:36:21.442Z Documenting flume v0.11.0
28102024-06-20T20:36:22.109Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28112024-06-20T20:36:22.430Z Documenting samael v0.0.15
28122024-06-20T20:36:22.573Z Documenting const_format_proc_macros v0.2.32
28132024-06-20T20:36:23.773Z Documenting papergrid v0.11.0
28142024-06-20T20:36:24.701Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28152024-06-20T20:36:25.922Z Documenting reedline v0.31.0
28162024-06-20T20:36:26.267Z Documenting snafu v0.8.2
28172024-06-20T20:36:27.929Z Documenting oso v0.27.3
28182024-06-20T20:36:29.509Z Documenting rayon-core v1.12.1
28192024-06-20T20:36:31.052Z Documenting tabled_derive v0.7.0
28202024-06-20T20:36:33.049Z Documenting mime_guess v2.0.4
28212024-06-20T20:36:33.777Z Documenting vsss-rs v3.3.4
28222024-06-20T20:36:34.143Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28232024-06-20T20:36:35.157Z Documenting chacha20poly1305 v0.10.1
28242024-06-20T20:36:36.055Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28252024-06-20T20:36:36.382Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28262024-06-20T20:36:37.798Z Documenting cookie v0.18.1
28272024-06-20T20:36:37.837Z Documenting globset v0.4.14
28282024-06-20T20:36:40.590Z Documenting rfc6979 v0.4.0
28292024-06-20T20:36:49.560Z Documenting bb8 v0.8.3
28302024-06-20T20:36:49.717Z Documenting olpc-cjson v0.1.3
28312024-06-20T20:36:49.767Z Documenting serde_plain v1.0.2
28322024-06-20T20:36:49.826Z Documenting http-range v0.1.5
28332024-06-20T20:36:50.047Z Documenting typed-path v0.7.1
28342024-06-20T20:36:59.503Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28352024-06-20T20:36:59.597Z Documenting hyper-staticfile v0.9.5
28362024-06-20T20:36:59.717Z Documenting tabled v0.15.0
28372024-06-20T20:36:59.734Z Documenting rayon v1.10.0
28382024-06-20T20:37:00.003Z Documenting ecdsa v0.16.9
28392024-06-20T20:37:00.019Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
28402024-06-20T20:37:00.228Z Documenting tough v0.17.1
28412024-06-20T20:37:06.936Z Documenting const_format v0.2.32
28422024-06-20T20:37:07.646Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432024-06-20T20:37:07.719Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28442024-06-20T20:37:08.494Z Documenting nix v0.28.0
28452024-06-20T20:37:08.731Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
28462024-06-20T20:37:10.409Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28472024-06-20T20:37:12.472Z Documenting primeorder v0.13.6
28482024-06-20T20:37:14.967Z Documenting peg-macros v0.8.3
28492024-06-20T20:37:15.668Z Documenting sqlparser_derive v0.2.2
28502024-06-20T20:37:15.874Z Documenting unicode_categories v0.1.1
28512024-06-20T20:37:17.864Z Documenting option-ext v0.2.0
28522024-06-20T20:37:17.974Z Documenting home v0.5.9
28532024-06-20T20:37:19.183Z Documenting parse-size v1.0.0
28542024-06-20T20:37:21.522Z Documenting peg v0.8.3
28552024-06-20T20:37:21.606Z Documenting sqlparser v0.45.0
28562024-06-20T20:37:21.687Z Documenting sqlformat v0.2.3
28572024-06-20T20:37:22.021Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28582024-06-20T20:37:22.743Z Documenting dirs-sys v0.4.1
28592024-06-20T20:37:22.881Z Documenting rustyline v14.0.0
28602024-06-20T20:37:26.885Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28612024-06-20T20:37:27.640Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28622024-06-20T20:37:27.866Z Documenting polyval v0.6.2
28632024-06-20T20:37:28.240Z Documenting ed25519 v2.2.3
28642024-06-20T20:37:30.302Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28652024-06-20T20:37:33.289Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28662024-06-20T20:37:33.305Z Documenting aes v0.8.4
28672024-06-20T20:37:33.679Z Documenting blowfish v0.9.1
28682024-06-20T20:37:33.831Z Documenting ctr v0.9.2
28692024-06-20T20:37:38.555Z Documenting pbkdf2 v0.12.2
28702024-06-20T20:37:38.955Z Documenting bcs v0.1.6
28712024-06-20T20:37:39.070Z Documenting rustversion v1.0.17
28722024-06-20T20:37:39.580Z Documenting md5 v0.7.0
28732024-06-20T20:37:42.818Z Documenting highway v1.1.0
28742024-06-20T20:37:43.462Z Documenting bcrypt-pbkdf v0.10.0
28752024-06-20T20:37:44.114Z Documenting castaway v0.2.2
28762024-06-20T20:37:44.465Z Documenting ghash v0.5.1
28772024-06-20T20:37:44.518Z Documenting ed25519-dalek v2.1.1
28782024-06-20T20:37:44.631Z Documenting dirs v5.0.1
28792024-06-20T20:37:47.819Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28802024-06-20T20:37:49.117Z Documenting p256 v0.13.2
28812024-06-20T20:37:49.533Z Documenting p521 v0.13.3
28822024-06-20T20:37:49.920Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28832024-06-20T20:37:50.189Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28842024-06-20T20:37:50.472Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28852024-06-20T20:37:50.652Z Documenting cbc v0.1.2
28862024-06-20T20:37:50.765Z Documenting russh-cryptovec v0.7.2
28872024-06-20T20:37:55.470Z Documenting aes-gcm v0.10.3
28882024-06-20T20:37:56.548Z Documenting compact_str v0.7.1
28892024-06-20T20:37:57.052Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28902024-06-20T20:37:57.536Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28912024-06-20T20:37:58.397Z Documenting portable-atomic v1.6.0
28922024-06-20T20:37:59.144Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28932024-06-20T20:38:01.794Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28942024-06-20T20:38:02.258Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
28952024-06-20T20:38:02.873Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28962024-06-20T20:38:02.945Z Documenting salty v0.2.0
28972024-06-20T20:38:03.382Z Documenting russh-keys v0.43.0
28982024-06-20T20:38:03.810Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28992024-06-20T20:38:07.060Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29002024-06-20T20:38:08.180Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29012024-06-20T20:38:09.456Z Documenting lru v0.12.3
29022024-06-20T20:38:10.846Z Documenting serde-big-array v0.5.1
29032024-06-20T20:38:12.209Z Documenting rand_seeder v0.2.3
29042024-06-20T20:38:12.481Z Documenting stability v0.2.0
29052024-06-20T20:38:14.555Z Documenting cassowary v0.3.0
29062024-06-20T20:38:15.698Z Documenting hex-literal v0.4.1
29072024-06-20T20:38:15.756Z Documenting dhcproto-macros v0.1.0
29082024-06-20T20:38:16.840Z Documenting number_prefix v0.4.0
29092024-06-20T20:38:18.382Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29102024-06-20T20:38:19.129Z Documenting russh v0.43.0
29112024-06-20T20:38:19.944Z Documenting ratatui v0.26.2
29122024-06-20T20:38:20.745Z Documenting dhcproto v0.11.0
29132024-06-20T20:38:21.017Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29142024-06-20T20:38:21.851Z Documenting indicatif v0.17.8
29152024-06-20T20:38:25.242Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
29162024-06-20T20:38:27.912Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29172024-06-20T20:38:27.987Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29182024-06-20T20:38:28.640Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29192024-06-20T20:38:28.687Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29202024-06-20T20:38:28.996Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29212024-06-20T20:38:29.456Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29222024-06-20T20:38:29.719Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29232024-06-20T20:38:29.983Z Documenting signal-hook-tokio v0.3.1
29242024-06-20T20:38:30.561Z Documenting ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29252024-06-20T20:38:32.970Z Documenting rtoolbox v0.0.2
29262024-06-20T20:38:35.360Z Documenting memmap2 v0.9.4
29272024-06-20T20:38:35.629Z Documenting shell-words v1.1.0
29282024-06-20T20:38:36.171Z Documenting unicode-linebreak v0.1.5
29292024-06-20T20:38:38.224Z Documenting internet-checksum v0.2.1
29302024-06-20T20:38:39.142Z Documenting corncobs v0.1.3
29312024-06-20T20:38:39.918Z Documenting smawk v0.3.2
29322024-06-20T20:38:39.968Z Documenting constant_time_eq v0.3.0
29332024-06-20T20:38:40.010Z Documenting is_ci v1.2.0
29342024-06-20T20:38:41.257Z Documenting arrayref v0.3.7
29352024-06-20T20:38:42.179Z Documenting arrayvec v0.7.4
29362024-06-20T20:38:43.174Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
29372024-06-20T20:38:43.248Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29382024-06-20T20:38:44.224Z Documenting rpassword v7.3.1
29392024-06-20T20:38:44.332Z Documenting textwrap v0.16.1
29402024-06-20T20:38:44.917Z Documenting supports-color v3.0.0
29412024-06-20T20:38:45.715Z Documenting blake3 v1.5.1
29422024-06-20T20:38:47.631Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29432024-06-20T20:38:48.784Z Documenting tui-tree-widget v0.19.0
29442024-06-20T20:38:48.870Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29452024-06-20T20:38:49.181Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29462024-06-20T20:38:50.585Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29472024-06-20T20:38:50.643Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29482024-06-20T20:38:52.733Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29492024-06-20T20:38:54.691Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29502024-06-20T20:38:54.928Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29512024-06-20T20:38:55.382Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29522024-06-20T20:38:56.210Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29532024-06-20T20:38:56.865Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29542024-06-20T20:38:57.592Z Documenting cargo-platform v0.1.8
29552024-06-20T20:39:02.909Z Documenting csv-core v0.1.11
29562024-06-20T20:39:04.677Z Documenting topological-sort v0.2.2
29572024-06-20T20:39:05.474Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29582024-06-20T20:39:07.235Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29592024-06-20T20:39:07.347Z Documenting csv v1.3.0
29602024-06-20T20:39:08.931Z Documenting omicron-zone-package v0.11.0
29612024-06-20T20:39:10.330Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29622024-06-20T20:39:12.369Z Documenting cargo_metadata v0.18.1
29632024-06-20T20:39:12.573Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29642024-06-20T20:39:14.144Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
29652024-06-20T20:39:17.681Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29662024-06-20T20:39:21.246Z Documenting fatfs v0.3.6
29672024-06-20T20:39:25.067Z Documenting assert_matches v1.5.0
29682024-06-20T20:39:26.728Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29692024-06-20T20:39:26.775Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29702024-06-20T20:39:27.977Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29712024-06-20T20:39:28.278Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29722024-06-20T20:39:29.068Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
29732024-06-20T20:39:30.122Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
29742024-06-20T20:39:32.876Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29752024-06-20T20:39:35.766Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
29762024-06-20T20:39:38.906Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
29772024-06-20T20:39:39.719Z Documenting cargo_toml v0.20.2
29782024-06-20T20:39:42.358Z Documenting termios v0.3.3
29792024-06-20T20:39:45.803Z Documenting uzers v0.11.3
29802024-06-20T20:39:46.329Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29812024-06-20T20:39:47.332Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29822024-06-20T20:39:47.703Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29832024-06-20T20:39:47.846Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29842024-06-20T20:39:50.830Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29852024-06-20T20:39:51.029Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29862024-06-20T20:39:58.546Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29872024-06-20T20:40:02.382Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29882024-06-20T20:40:07.758Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
29892024-06-20T20:40:18.485Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29902024-06-20T20:40:26.741Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29912024-06-20T20:40:27.190Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29922024-06-20T20:40:55.186Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29932024-06-20T20:40:57.185Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
29942024-06-20T20:41:05.500Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29952024-06-20T20:41:14.829Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
29962024-06-20T20:41:15.264Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29972024-06-20T20:41:16.059Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29982024-06-20T20:41:17.948Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29992024-06-20T20:41:58.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13m 43s
30002024-06-20T20:41:58.950Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 95 other files
30012024-06-20T20:41:59.014Z
30022024-06-20T20:41:59.014Zreal 13:43.788510230
30032024-06-20T20:41:59.014Zuser 39:05.873189358
30042024-06-20T20:41:59.014Zsys 58:10.939901839
30052024-06-20T20:41:59.014Ztrap 0.850454188
30062024-06-20T20:41:59.014Ztflt 0.145003492
30072024-06-20T20:41:59.014Zdflt 0.642820973
30082024-06-20T20:41:59.014Zkflt 0.000091921
30092024-06-20T20:41:59.014Zlock 3:20:01.179662902
30102024-06-20T20:41:59.014Zslp 3:46:43.543240001
30112024-06-20T20:41:59.014Zlat 4:15.823017744
30122024-06-20T20:41:59.014Zstop 2:56.491891136
30132024-06-20T20:41:59.017Zprocess exited: duration 1440909 ms, exit code 0
 
30142024-06-20T20:41:59.023Zfound 0 output files