01J4HTEPRXSVMY2C9MBGWPP9NB: clippy (helios)

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

Buildomat Job: 01J4HTF2HKWDRR5JKZGDQ7W20Z

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-05T17:48:51.124Zjob assigned to worker 01J4HTF6M29GDE3DNH2K90JV55 (queued for 1 m 2 s)
 
22024-08-05T17:48:58.715Zstarting task 0: "setup"
32024-08-05T17:48:58.761Z++ uname -s
42024-08-05T17:48:58.777Z+ kern=SunOS
52024-08-05T17:48:58.777Z+ case "$kern" in
62024-08-05T17:48:58.777Z+ groupadd -g 12345 build
72024-08-05T17:48:58.777Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-05T17:49:00.786Z+ zfs create -o mountpoint=/work rpool/work
92024-08-05T17:49:00.889Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-05T17:49:00.893Z+ home_fs=zfs
112024-08-05T17:49:00.893Z+ [[ zfs == autofs ]]
122024-08-05T17:49:00.893Z+ mkdir -p /home/build
132024-08-05T17:49:00.893Z+ chown build:build /home/build /work
142024-08-05T17:49:01.909Z+ chmod 0700 /home/build /work
152024-08-05T17:49:01.917Zprocess exited: duration 3193 ms, exit code 0
 
162024-08-05T17:49:01.940Zstarting task 1: "rust-toolchain"
172024-08-05T17:49:01.952Z+ printf ' * toolchain channel = "%s"
182024-08-05T17:49:01.952Z' 1.78.0
192024-08-05T17:49:01.952Z+ printf ' * toolchain profile = "%s"
202024-08-05T17:49:01.953Z' default
212024-08-05T17:49:01.953Z * toolchain channel = "1.78.0"
222024-08-05T17:49:01.953Z * toolchain profile = "default"
232024-08-05T17:49:01.953Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-05T17:49:01.954Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-08-05T17:49:02.075Zinfo: downloading installer
262024-08-05T17:49:03.361Zinfo: profile set to 'default'
272024-08-05T17:49:03.361Zinfo: default host triple is x86_64-unknown-illumos
282024-08-05T17:49:03.361Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-08-05T17:49:03.492Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-08-05T17:49:03.493Zinfo: downloading component 'cargo'
312024-08-05T17:49:04.200Zinfo: downloading component 'clippy'
322024-08-05T17:49:04.442Zinfo: downloading component 'rust-docs'
332024-08-05T17:49:05.393Zinfo: downloading component 'rust-std'
342024-08-05T17:49:06.874Zinfo: downloading component 'rustc'
352024-08-05T17:49:10.614Zinfo: downloading component 'rustfmt'
362024-08-05T17:49:10.823Zinfo: installing component 'cargo'
372024-08-05T17:49:11.665Zinfo: installing component 'clippy'
382024-08-05T17:49:12.022Zinfo: installing component 'rust-docs'
392024-08-05T17:49:13.524Zinfo: installing component 'rust-std'
402024-08-05T17:49:15.211Zinfo: installing component 'rustc'
412024-08-05T17:49:19.539Zinfo: installing component 'rustfmt'
422024-08-05T17:49:19.875Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-08-05T17:49:19.875Z
442024-08-05T17:49:20.135Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-08-05T17:49:20.135Z
462024-08-05T17:49:20.138Z
472024-08-05T17:49:20.138ZRust is installed now. Great!
482024-08-05T17:49:20.138Z
492024-08-05T17:49:20.139ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-05T17:49:20.139Zenvironment variable. This has not been done automatically.
512024-08-05T17:49:20.139Z
522024-08-05T17:49:20.139ZTo configure your current shell, you need to source
532024-08-05T17:49:20.139Zthe corresponding env file under $HOME/.cargo.
542024-08-05T17:49:20.139Z
552024-08-05T17:49:20.139ZThis is usually done by running one of the following (note the leading DOT):
562024-08-05T17:49:20.139Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-05T17:49:20.139Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-05T17:49:20.210Z+ rustc --version
592024-08-05T17:49:20.273Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-08-05T17:49:20.276Zprocess exited: duration 18339 ms, exit code 0
 
612024-08-05T17:49:20.284Zstarting task 2: "authentication"
622024-08-05T17:49:20.305Zprocess exited: duration 20 ms, exit code 0
 
632024-08-05T17:49:20.313Zstarting task 3: "clone repository"
642024-08-05T17:49:20.319Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-05T17:49:20.322Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-05T17:49:20.480ZCloning into '/work/oxidecomputer/omicron'...
672024-08-05T17:49:26.050Z+ cd /work/oxidecomputer/omicron
682024-08-05T17:49:26.050Z+ git fetch origin d719e838ffd90920fc5d0150c614b1ead9904180
692024-08-05T17:49:26.342ZFrom https://github.com/oxidecomputer/omicron
702024-08-05T17:49:26.342Z * branch d719e838ffd90920fc5d0150c614b1ead9904180 -> FETCH_HEAD
712024-08-05T17:49:26.350Z+ [[ -n eliza/omdb-migration ]]
722024-08-05T17:49:26.353Z++ git branch --show-current
732024-08-05T17:49:26.356Z+ current=main
742024-08-05T17:49:26.356Z+ [[ main != eliza/omdb-migration ]]
752024-08-05T17:49:26.356Z+ git branch -f eliza/omdb-migration d719e838ffd90920fc5d0150c614b1ead9904180
762024-08-05T17:49:26.359Z+ git checkout -f eliza/omdb-migration
772024-08-05T17:49:26.503ZSwitched to branch 'eliza/omdb-migration'
782024-08-05T17:49:26.506Z+ git reset --hard d719e838ffd90920fc5d0150c614b1ead9904180
792024-08-05T17:49:26.647ZHEAD is now at d719e838f reduce repetition of `tabled` structs
802024-08-05T17:49:26.650Zprocess exited: duration 6334 ms, exit code 0
 
812024-08-05T17:49:26.656Zstarting task 4: "build"
822024-08-05T17:49:26.661Z+ cargo --version
832024-08-05T17:49:26.714Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-08-05T17:49:26.717Z+ rustc --version
852024-08-05T17:49:26.774Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-08-05T17:49:26.777Z+ source ./env.sh
872024-08-05T17:49:26.777Z++ OLD_SHELL_OPTS=ehxB
882024-08-05T17:49:26.777Z++ set -o xtrace
892024-08-05T17:49:26.780Z++++ dirname ./env.sh
902024-08-05T17:49:26.783Z+++ readlink -f .
912024-08-05T17:49:26.904Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-05T17:49:26.908Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-08-05T17:49:26.908Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-08-05T17:49:26.908Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-08-05T17:49:26.908Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-08-05T17:49:26.908Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-08-05T17:49:26.908Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-08-05T17:49:26.908Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-08-05T17:49:26.908Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-08-05T17:49:26.908Z++ case $OLD_SHELL_OPTS in
1012024-08-05T17:49:26.908Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-05T17:49:26.908Z+ banner prerequisites
1032024-08-05T17:49:27.096Z
1042024-08-05T17:49:27.096Z ##### ##### ###### ##### ###### #### # # # #### #
1052024-08-05T17:49:27.096Z # # # # # # # # # # # # # # #
1062024-08-05T17:49:27.096Z # # # # ##### # # ##### # # # # # #### #
1072024-08-05T17:49:27.097Z ##### ##### # ##### # # # # # # # # #
1082024-08-05T17:49:27.097Z # # # # # # # # # # # # # # #
1092024-08-05T17:49:27.097Z # # # ###### # # ###### ### # #### # #### #
1102024-08-05T17:49:27.097Z
1112024-08-05T17:49:27.100Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1122024-08-05T17:49:48.492Z Startup: Refreshing catalog 'helios-dev' ... Done
1132024-08-05T17:49:50.877Z Startup: Caching catalogs ... Done
1142024-08-05T17:49:54.732ZPlanning: Solver setup ... Done (3.259s)
1152024-08-05T17:49:54.794ZPlanning: Running solver ... Done (0.062s)
1162024-08-05T17:49:54.848ZPlanning: Finding local manifests ... Done (0.003s)
1172024-08-05T17:49:54.880ZPlanning: Fetching manifests: 0/4 0% complete
1182024-08-05T17:49:55.542ZPlanning: Fetching manifests: 4/4 100% complete
1192024-08-05T17:49:55.593ZPlanning: Package planning ... Done (0.051s)
1202024-08-05T17:49:55.644ZPlanning: Merging actions ... Done (0.051s)
1212024-08-05T17:49:56.441ZPlanning: Checking for conflicting actions ... Done (0.797s)
1222024-08-05T17:49:56.453ZPlanning: Consolidating action changes ... Done (0.011s)
1232024-08-05T17:50:01.467ZPlanning: Evaluating mediators ... Done (5.013s)
1242024-08-05T17:50:01.477ZPlanning: Planning completed in 10.53 seconds
1252024-08-05T17:50:02.283Z Packages to install: 4
1262024-08-05T17:50:02.283Z Mediators to change: 2
1272024-08-05T17:50:02.283Z Services to change: 1
1282024-08-05T17:50:02.283Z Estimated space available: 155.77 GB
1292024-08-05T17:50:02.283ZEstimated space to be consumed: 1.47 GB
1302024-08-05T17:50:02.283Z Create boot environment: No
1312024-08-05T17:50:02.283ZCreate backup boot environment: No
1322024-08-05T17:50:02.286Z Rebuild boot archive: No
1332024-08-05T17:50:02.286Z
1342024-08-05T17:50:02.286ZChanged mediators:
1352024-08-05T17:50:02.286Z mediator clang:
1362024-08-05T17:50:02.286Z version: None -> 15 (system default)
1372024-08-05T17:50:02.286Z
1382024-08-05T17:50:02.286Z mediator llvm:
1392024-08-05T17:50:02.286Z version: 14 (system default) -> 15 (system default)
1402024-08-05T17:50:02.286Z
1412024-08-05T17:50:02.286ZChanged packages:
1422024-08-05T17:50:02.286Zhelios-dev
1432024-08-05T17:50:02.286Z developer/build-essential
1442024-08-05T17:50:02.286Z None -> 11-2.0
1452024-08-05T17:50:02.286Z library/libxmlsec1
1462024-08-05T17:50:02.286Z None -> 1.2.35-2.0
1472024-08-05T17:50:02.286Z ooce/developer/clang-15
1482024-08-05T17:50:02.286Z None -> 15.0.7-2.0
1492024-08-05T17:50:02.287Z ooce/developer/llvm-15
1502024-08-05T17:50:02.287Z None -> 15.0.7-2.0
1512024-08-05T17:50:02.287Z
1522024-08-05T17:50:02.287ZServices:
1532024-08-05T17:50:02.287Z restart_fmri:
1542024-08-05T17:50:02.287Z svc:/system/update-man-index:default
1552024-08-05T17:50:02.461Z
1562024-08-05T17:50:02.461ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572024-08-05T17:50:07.463ZDownload: 703/3290 items 18.1/212.6MB 8% complete (3.7M/s)
1582024-08-05T17:50:12.463ZDownload: 1226/3290 items 88.9/212.6MB 41% complete (8.8M/s)
1592024-08-05T17:50:19.602ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (11.8M/s)
1602024-08-05T17:50:24.627ZDownload: 3233/3290 items 184.0/212.6MB 86% complete (6.5M/s)
1612024-08-05T17:50:27.510ZDownload: Completed 212.60 MB in 25.05 seconds (8.5M/s)
1622024-08-05T17:50:27.682Z Actions: 1/3689 actions (Installing new actions)
1632024-08-05T17:50:32.684Z Actions: 3550/3689 actions (Installing new actions)
1642024-08-05T17:50:33.183Z Actions: Completed 3689 actions in 5.50 seconds.
1652024-08-05T17:50:33.453Z Done (0.264s)
1662024-08-05T17:50:33.453Z Done (0.000s)
1672024-08-05T17:50:33.806Z Done (0.353s)
1682024-08-05T17:50:39.189Z Done (5.217s)
1692024-08-05T17:50:39.378Z Done (0.117s)
1702024-08-05T17:50:39.381Z Done (0.000s)
1712024-08-05T17:50:39.551Z Done (0.000s)
1722024-08-05T17:50:40.163ZPlanning: Evaluating mediator changes ... Done
1732024-08-05T17:50:40.328ZPlanning: Checking for conflicting actions ... Done
1742024-08-05T17:50:40.331ZPlanning: Consolidating action changes ... Done
1752024-08-05T17:50:40.601ZPlanning: Evaluating mediators ... Done
1762024-08-05T17:50:40.604ZPlanning: Planning completed in 0.44 seconds
1772024-08-05T17:50:40.636Z Mediators to change: 2
1782024-08-05T17:50:40.636Z Create boot environment: No
1792024-08-05T17:50:40.636ZCreate backup boot environment: No
1802024-08-05T17:50:40.709Z Done
1812024-08-05T17:50:40.709Z Done
1822024-08-05T17:50:40.933Z Done
1832024-08-05T17:50:44.605Z Done
1842024-08-05T17:50:44.696Z Done
1852024-08-05T17:50:44.699Z Done
1862024-08-05T17:50:44.802Z Done
1872024-08-05T17:50:45.428ZPlanning: Evaluating mediator changes ... Done
1882024-08-05T17:50:45.431ZPlanning: Merging actions ... Done
1892024-08-05T17:50:45.622ZPlanning: Checking for conflicting actions ... Done
1902024-08-05T17:50:45.624ZPlanning: Consolidating action changes ... Done
1912024-08-05T17:50:45.886ZPlanning: Evaluating mediators ... Done
1922024-08-05T17:50:45.942ZPlanning: Planning completed in 0.76 seconds
1932024-08-05T17:50:45.977Z Packages to change: 1
1942024-08-05T17:50:45.977Z Mediators to change: 1
1952024-08-05T17:50:45.977Z Services to change: 1
1962024-08-05T17:50:45.977Z Create boot environment: No
1972024-08-05T17:50:45.977ZCreate backup boot environment: Yes
1982024-08-05T17:50:47.835Z Actions: 1/6 actions (Updating modified actions)
1992024-08-05T17:50:47.881Z Actions: Completed 6 actions in 0.05 seconds.
2002024-08-05T17:50:47.885Z Done
2012024-08-05T17:50:47.885Z Done
2022024-08-05T17:50:47.957Z Done
2032024-08-05T17:50:51.772Z Done
2042024-08-05T17:50:51.859Z Done
2052024-08-05T17:50:51.862Z Done
2062024-08-05T17:50:51.976Z Done
2072024-08-05T17:50:52.420ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2082024-08-05T17:50:52.420Zclang system 15 system
2092024-08-05T17:50:52.420Zcsh system system illumos
2102024-08-05T17:50:52.420Zctags system system illumos
2112024-08-05T17:50:52.420Zgcc vendor 12 vendor
2122024-08-05T17:50:52.420Zgcc system 10 system
2132024-08-05T17:50:52.420Zgcc system 7 system
2142024-08-05T17:50:52.420Zgo system 1.20 system
2152024-08-05T17:50:52.420Zgo system 1.19 system
2162024-08-05T17:50:52.420Zllvm system 15 system
2172024-08-05T17:50:52.420Zllvm system 14 system
2182024-08-05T17:50:52.420Zmariadb system 10.6 system
2192024-08-05T17:50:52.420Zmta vendor vendor dma
2202024-08-05T17:50:52.420Zopenjdk system 17 system
2212024-08-05T17:50:52.420Zopenjdk system 11 system
2222024-08-05T17:50:52.420Zopenjdk system 1.8 system
2232024-08-05T17:50:52.420Zopenssl vendor 3 vendor
2242024-08-05T17:50:52.420Zperl system 5.36 system
2252024-08-05T17:50:52.420Zpostgresql system 15 system
2262024-08-05T17:50:52.420Zpostgresql system 13 system
2272024-08-05T17:50:52.420Zpython vendor 3 vendor
2282024-08-05T17:50:52.420Zpython system 2 system
2292024-08-05T17:50:52.420Zpython3 system 3.11 system
2302024-08-05T17:50:52.420Zruby system 3.0 system
2312024-08-05T17:50:52.420Zwords vendor vendor american-english
2322024-08-05T17:50:52.420Zwords system system australian-english
2332024-08-05T17:50:52.421Zwords system system british-english
2342024-08-05T17:50:52.421Zwords system system canadian-english
2352024-08-05T17:50:52.421Zwords system system french
2362024-08-05T17:50:52.421Zwords system system italian
2372024-08-05T17:50:52.421Zwords system system ngerman
2382024-08-05T17:50:52.421Zwords system system ogerman
2392024-08-05T17:50:52.421Zwords system system spanish
2402024-08-05T17:50:52.759ZPUBLISHER TYPE STATUS P LOCATION
2412024-08-05T17:50:52.759Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422024-08-05T17:50:54.448ZFMRI IFO
2432024-08-05T17:50:54.448Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442024-08-05T17:50:54.449Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452024-08-05T17:50:54.449Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462024-08-05T17:50:54.449Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472024-08-05T17:50:54.449Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482024-08-05T17:50:54.449Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492024-08-05T17:50:54.449Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2502024-08-05T17:50:54.449Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512024-08-05T17:50:54.449Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2522024-08-05T17:50:54.449Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532024-08-05T17:50:54.449Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2542024-08-05T17:50:54.449Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2552024-08-05T17:50:55.002Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2562024-08-05T17:50:55.312Z Updating git repository `https://github.com/oxidecomputer/zone`
2572024-08-05T17:50:55.571Z Updating crates.io index
2582024-08-05T17:50:55.575Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2592024-08-05T17:50:56.303Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2602024-08-05T17:50:56.989Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2612024-08-05T17:50:57.326Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2622024-08-05T17:50:58.870Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2632024-08-05T17:50:59.222Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2642024-08-05T17:50:59.614Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652024-08-05T17:51:00.714Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662024-08-05T17:51:02.614Z Updating git repository `https://github.com/oxidecomputer/opte`
2672024-08-05T17:51:03.818Z Updating git repository `https://github.com/oxidecomputer/falcon`
2682024-08-05T17:51:04.450Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2692024-08-05T17:51:05.147Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702024-08-05T17:51:05.466Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2712024-08-05T17:51:05.817Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2722024-08-05T17:51:06.185Z Updating git repository `https://github.com/oxidecomputer/tofino`
2732024-08-05T17:51:06.504Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2742024-08-05T17:51:06.726Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2752024-08-05T17:51:06.957Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2762024-08-05T17:51:07.265Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772024-08-05T17:51:07.601Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782024-08-05T17:51:08.012Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2792024-08-05T17:51:08.253Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802024-08-05T17:51:08.904Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812024-08-05T17:51:09.219Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2822024-08-05T17:51:09.564Z Updating git repository `https://github.com/oxidecomputer/typify`
2832024-08-05T17:51:11.533Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842024-08-05T17:51:11.851Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852024-08-05T17:51:12.101Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862024-08-05T17:51:12.519Z Updating git repository `https://github.com/oxidecomputer/rfb`
2872024-08-05T17:51:13.784Z Downloading crates ...
2882024-08-05T17:51:13.852Z Downloaded anstyle-query v1.0.3
2892024-08-05T17:51:13.855Z Downloaded adler v1.0.2
2902024-08-05T17:51:13.858Z Downloaded autocfg v1.3.0
2912024-08-05T17:51:13.860Z Downloaded anstream v0.6.14
2922024-08-05T17:51:13.863Z Downloaded anstyle v1.0.7
2932024-08-05T17:51:13.881Z Downloaded scroll_derive v0.12.0
2942024-08-05T17:51:13.885Z Downloaded powerfmt v0.2.0
2952024-08-05T17:51:13.885Z Downloaded match_cfg v0.1.0
2962024-08-05T17:51:13.885Z Downloaded scopeguard v1.2.0
2972024-08-05T17:51:13.888Z Downloaded foreign-types v0.3.2
2982024-08-05T17:51:13.888Z Downloaded pin-utils v0.1.0
2992024-08-05T17:51:13.888Z Downloaded rustversion v1.0.17
3002024-08-05T17:51:13.891Z Downloaded openssl-probe v0.1.5
3012024-08-05T17:51:13.894Z Downloaded want v0.3.1
3022024-08-05T17:51:13.894Z Downloaded deranged v0.3.11
3032024-08-05T17:51:13.897Z Downloaded hostname v0.3.1
3042024-08-05T17:51:13.897Z Downloaded futures-macro v0.3.30
3052024-08-05T17:51:13.900Z Downloaded colorchoice v1.0.1
3062024-08-05T17:51:13.900Z Downloaded itoa v1.0.11
3072024-08-05T17:51:13.902Z Downloaded usdt-attr-macro v0.5.0
3082024-08-05T17:51:13.902Z Downloaded mime v0.3.17
3092024-08-05T17:51:13.907Z Downloaded futures-executor v0.3.30
3102024-08-05T17:51:13.907Z Downloaded tinyvec_macros v0.1.1
3112024-08-05T17:51:13.909Z Downloaded tower-service v0.3.2
3122024-08-05T17:51:13.909Z Downloaded usdt-macro v0.5.0
3132024-08-05T17:51:13.909Z Downloaded memmap v0.7.0
3142024-08-05T17:51:13.910Z Downloaded heck v0.4.1
3152024-08-05T17:51:13.912Z Downloaded dof v0.3.0
3162024-08-05T17:51:13.912Z Downloaded hyper-tls v0.5.0
3172024-08-05T17:51:13.915Z Downloaded form_urlencoded v1.2.1
3182024-08-05T17:51:13.916Z Downloaded proc-macro-error-attr v1.0.4
3192024-08-05T17:51:13.918Z Downloaded pest_generator v2.7.10
3202024-08-05T17:51:13.918Z Downloaded pretty-hex v0.4.1
3212024-08-05T17:51:13.918Z Downloaded serde_spanned v0.6.6
3222024-08-05T17:51:13.921Z Downloaded equivalent v1.0.1
3232024-08-05T17:51:13.921Z Downloaded rustls-pemfile v1.0.4
3242024-08-05T17:51:13.924Z Downloaded futures-task v0.3.30
3252024-08-05T17:51:13.924Z Downloaded slog-async v2.8.0
3262024-08-05T17:51:13.927Z Downloaded cargo-platform v0.1.8
3272024-08-05T17:51:13.927Z Downloaded lock_api v0.4.12
3282024-08-05T17:51:13.929Z Downloaded futures-channel v0.3.30
3292024-08-05T17:51:13.932Z Downloaded camino v1.1.7
3302024-08-05T17:51:13.935Z Downloaded thiserror v1.0.63
3312024-08-05T17:51:13.940Z Downloaded slog-json v2.6.1
3322024-08-05T17:51:13.942Z Downloaded xattr v1.3.1
3332024-08-05T17:51:13.942Z Downloaded openssl-macros v0.1.1
3342024-08-05T17:51:13.945Z Downloaded is_terminal_polyfill v1.70.0
3352024-08-05T17:51:13.945Z Downloaded block-buffer v0.10.4
3362024-08-05T17:51:13.945Z Downloaded time-core v0.1.2
3372024-08-05T17:51:13.948Z Downloaded take_mut v0.2.2
3382024-08-05T17:51:13.948Z Downloaded digest v0.10.7
3392024-08-05T17:51:13.951Z Downloaded cpufeatures v0.2.12
3402024-08-05T17:51:13.951Z Downloaded try-lock v0.2.5
3412024-08-05T17:51:13.951Z Downloaded swrite v0.1.0
3422024-08-05T17:51:13.954Z Downloaded strum v0.26.3
3432024-08-05T17:51:13.954Z Downloaded parking_lot_core v0.9.10
3442024-08-05T17:51:13.956Z Downloaded time-macros v0.2.18
3452024-08-05T17:51:13.959Z Downloaded fnv v1.0.7
3462024-08-05T17:51:13.959Z Downloaded filetime v0.2.23
3472024-08-05T17:51:13.962Z Downloaded strum_macros v0.26.4
3482024-08-05T17:51:13.965Z Downloaded heck v0.5.0
3492024-08-05T17:51:13.965Z Downloaded serde_urlencoded v0.7.1
3502024-08-05T17:51:13.965Z Downloaded num_cpus v1.16.0
3512024-08-05T17:51:13.968Z Downloaded dirs-sys-next v0.1.2
3522024-08-05T17:51:13.971Z Downloaded smallvec v1.13.2
3532024-08-05T17:51:13.973Z Downloaded futures-sink v0.3.30
3542024-08-05T17:51:13.973Z Downloaded zerocopy-derive v0.7.34
3552024-08-05T17:51:13.978Z Downloaded term v0.7.0
3562024-08-05T17:51:13.981Z Downloaded percent-encoding v2.3.1
3572024-08-05T17:51:13.984Z Downloaded utf8parse v0.2.1
3582024-08-05T17:51:13.984Z Downloaded serde_tokenstream v0.2.1
3592024-08-05T17:51:13.987Z Downloaded thread-id v4.2.1
3602024-08-05T17:51:13.989Z Downloaded thiserror-impl v1.0.63
3612024-08-05T17:51:13.989Z Downloaded slog-bunyan v2.5.0
3622024-08-05T17:51:13.993Z Downloaded slab v0.4.9
3632024-08-05T17:51:13.993Z Downloaded log v0.4.21
3642024-08-05T17:51:13.997Z Downloaded terminal_size v0.3.0
3652024-08-05T17:51:13.997Z Downloaded ipnet v2.9.0
3662024-08-05T17:51:14.001Z Downloaded cargo_metadata v0.18.1
3672024-08-05T17:51:14.001Z Downloaded version_check v0.9.4
3682024-08-05T17:51:14.003Z Downloaded usdt-impl v0.5.0
3692024-08-05T17:51:14.004Z Downloaded thread_local v1.1.8
3702024-08-05T17:51:14.007Z Downloaded pest_derive v2.7.10
3712024-08-05T17:51:14.009Z Downloaded usdt v0.5.0
3722024-08-05T17:51:14.009Z Downloaded semver v1.0.23
3732024-08-05T17:51:14.012Z Downloaded indexmap v2.2.6
3742024-08-05T17:51:14.017Z Downloaded cc v1.0.97
3752024-08-05T17:51:14.020Z Downloaded unicode-bidi v0.3.15
3762024-08-05T17:51:14.024Z Downloaded typenum v1.17.0
3772024-08-05T17:51:14.027Z Downloaded pest_meta v2.7.10
3782024-08-05T17:51:14.027Z Downloaded tokio-native-tls v0.3.1
3792024-08-05T17:51:14.030Z Downloaded sha2 v0.10.8
3802024-08-05T17:51:14.034Z Downloaded slog-term v2.9.1
3812024-08-05T17:51:14.034Z Downloaded miniz_oxide v0.7.2
3822024-08-05T17:51:14.037Z Downloaded bytes v1.6.0
3832024-08-05T17:51:14.041Z Downloaded parking_lot v0.12.2
3842024-08-05T17:51:14.044Z Downloaded proc-macro2 v1.0.86
3852024-08-05T17:51:14.047Z Downloaded clap v4.5.9
3862024-08-05T17:51:14.054Z Downloaded tracing-core v0.1.32
3872024-08-05T17:51:14.057Z Downloaded unicode-ident v1.0.12
3882024-08-05T17:51:14.059Z Downloaded tinyvec v1.6.0
3892024-08-05T17:51:14.063Z Downloaded toml v0.8.15
3902024-08-05T17:51:14.066Z Downloaded ucd-trie v0.1.6
3912024-08-05T17:51:14.069Z Downloaded mio v0.8.11
3922024-08-05T17:51:14.073Z Downloaded http v0.2.12
3932024-08-05T17:51:14.078Z Downloaded pest v2.7.10
3942024-08-05T17:51:14.083Z Downloaded hashbrown v0.14.5
3952024-08-05T17:51:14.088Z Downloaded h2 v0.3.26
3962024-08-05T17:51:14.095Z Downloaded clap_builder v4.5.9
3972024-08-05T17:51:14.102Z Downloaded url v2.5.2
3982024-08-05T17:51:14.105Z Downloaded tracing v0.1.40
3992024-08-05T17:51:14.109Z Downloaded hyper v0.14.28
4002024-08-05T17:51:14.120Z Downloaded goblin v0.8.2
4012024-08-05T17:51:14.124Z Downloaded openssl v0.10.66
4022024-08-05T17:51:14.135Z Downloaded unicode-normalization v0.1.23
4032024-08-05T17:51:14.138Z Downloaded time v0.3.36
4042024-08-05T17:51:14.145Z Downloaded idna v0.5.0
4052024-08-05T17:51:14.152Z Downloaded toml_edit v0.22.16
4062024-08-05T17:51:14.174Z Downloaded tokio-util v0.7.11
4072024-08-05T17:51:14.180Z Downloaded zerocopy v0.7.34
4082024-08-05T17:51:14.196Z Downloaded serde_json v1.0.120
4092024-08-05T17:51:14.202Z Downloaded winnow v0.6.8
4102024-08-05T17:51:14.211Z Downloaded tabled v0.15.0
4112024-08-05T17:51:14.226Z Downloaded vcpkg v0.2.15
4122024-08-05T17:51:14.262Z Downloaded syn v2.0.72
4132024-08-05T17:51:14.272Z Downloaded rustix v0.38.34
4142024-08-05T17:51:14.293Z Downloaded unicode-width v0.1.13
4152024-08-05T17:51:14.300Z Downloaded encoding_rs v0.8.34
4162024-08-05T17:51:14.318Z Downloaded syn v1.0.109
4172024-08-05T17:51:14.328Z Downloaded tokio v1.38.1
4182024-08-05T17:51:14.361Z Downloaded libc v0.2.155
4192024-08-05T17:51:14.386Z Downloaded reqwest v0.11.27
4202024-08-05T17:51:14.392Z Downloaded futures-util v0.3.30
4212024-08-05T17:51:14.402Z Downloaded serde v1.0.204
4222024-08-05T17:51:14.405Z Downloaded slog v2.7.0
4232024-08-05T17:51:14.408Z Downloaded memchr v2.7.2
4242024-08-05T17:51:14.412Z Downloaded tar v0.4.41
4252024-08-05T17:51:14.414Z Downloaded socket2 v0.5.7
4262024-08-05T17:51:14.417Z Downloaded openssl-sys v0.9.103
4272024-08-05T17:51:14.421Z Downloaded crossbeam-channel v0.5.12
4282024-08-05T17:51:14.424Z Downloaded ryu v1.0.18
4292024-08-05T17:51:14.427Z Downloaded serde_derive v1.0.204
4302024-08-05T17:51:14.429Z Downloaded futures v0.3.30
4312024-08-05T17:51:14.433Z Downloaded base64 v0.21.7
4322024-08-05T17:51:14.436Z Downloaded flate2 v1.0.30
4332024-08-05T17:51:14.440Z Downloaded scroll v0.12.0
4342024-08-05T17:51:14.443Z Downloaded proc-macro-error v1.0.4
4352024-08-05T17:51:14.445Z Downloaded papergrid v0.11.0
4362024-08-05T17:51:14.448Z Downloaded clap_derive v4.5.8
4372024-08-05T17:51:14.451Z Downloaded macaddr v1.0.1
4382024-08-05T17:51:14.454Z Downloaded httparse v1.8.0
4392024-08-05T17:51:14.454Z Downloaded futures-io v0.3.30
4402024-08-05T17:51:14.454Z Downloaded futures-core v0.3.30
4412024-08-05T17:51:14.457Z Downloaded cargo_toml v0.20.4
4422024-08-05T17:51:14.457Z Downloaded plain v0.2.3
4432024-08-05T17:51:14.457Z Downloaded bitflags v2.6.0
4442024-08-05T17:51:14.460Z Downloaded clap_lex v0.7.0
4452024-08-05T17:51:14.463Z Downloaded crypto-common v0.1.6
4462024-08-05T17:51:14.463Z Downloaded bytecount v0.6.8
4472024-08-05T17:51:14.466Z Downloaded crossbeam-utils v0.8.19
4482024-08-05T17:51:14.466Z Downloaded cfg-if v1.0.0
4492024-08-05T17:51:14.468Z Downloaded once_cell v1.19.0
4502024-08-05T17:51:14.468Z Downloaded crc32fast v1.4.0
4512024-08-05T17:51:14.471Z Downloaded num_threads v0.1.7
4522024-08-05T17:51:14.471Z Downloaded num-conv v0.1.0
4532024-08-05T17:51:14.474Z Downloaded toml_datetime v0.6.6
4542024-08-05T17:51:14.474Z Downloaded tokio-macros v2.3.0
4552024-08-05T17:51:14.474Z Downloaded tabled_derive v0.7.0
4562024-08-05T17:51:14.476Z Downloaded strsim v0.11.1
4572024-08-05T17:51:14.476Z Downloaded signal-hook-registry v1.4.2
4582024-08-05T17:51:14.476Z Downloaded dtrace-parser v0.2.0
4592024-08-05T17:51:14.479Z Downloaded anyhow v1.0.86
4602024-08-05T17:51:14.482Z Downloaded native-tls v0.2.11
4612024-08-05T17:51:14.482Z Downloaded foreign-types-shared v0.1.1
4622024-08-05T17:51:14.484Z Downloaded httpdate v1.0.3
4632024-08-05T17:51:14.484Z Downloaded http-body v0.4.6
4642024-08-05T17:51:14.484Z Downloaded errno v0.3.9
4652024-08-05T17:51:14.487Z Downloaded byteorder v1.5.0
4662024-08-05T17:51:14.487Z Downloaded sync_wrapper v0.1.2
4672024-08-05T17:51:14.490Z Downloaded fs-err v2.11.0
4682024-08-05T17:51:14.490Z Downloaded dirs-next v2.0.0
4692024-08-05T17:51:14.490Z Downloaded quote v1.0.36
4702024-08-05T17:51:14.492Z Downloaded pkg-config v0.3.30
4712024-08-05T17:51:14.495Z Downloaded pin-project-lite v0.2.14
4722024-08-05T17:51:14.498Z Downloaded is-terminal v0.4.12
4732024-08-05T17:51:14.500Z Downloaded generic-array v0.14.7
4742024-08-05T17:51:14.500Z Downloaded anstyle-parse v0.2.4
4752024-08-05T17:51:14.794Z Compiling proc-macro2 v1.0.86
4762024-08-05T17:51:14.794Z Compiling unicode-ident v1.0.12
4772024-08-05T17:51:14.794Z Compiling libc v0.2.155
4782024-08-05T17:51:14.797Z Compiling version_check v0.9.4
4792024-08-05T17:51:14.797Z Compiling cfg-if v1.0.0
4802024-08-05T17:51:14.797Z Compiling itoa v1.0.11
4812024-08-05T17:51:14.829Z Compiling once_cell v1.19.0
4822024-08-05T17:51:14.832Z Compiling serde v1.0.204
4832024-08-05T17:51:14.961Z Compiling autocfg v1.3.0
4842024-08-05T17:51:15.032Z Compiling memchr v2.7.2
4852024-08-05T17:51:15.150Z Compiling thiserror v1.0.63
4862024-08-05T17:51:15.305Z Compiling ryu v1.0.18
4872024-08-05T17:51:15.591Z Compiling pin-project-lite v0.2.14
4882024-08-05T17:51:15.643Z Compiling bitflags v2.6.0
4892024-08-05T17:51:15.697Z Compiling parking_lot_core v0.9.10
4902024-08-05T17:51:15.816Z Compiling lock_api v0.4.12
4912024-08-05T17:51:15.979Z Compiling ucd-trie v0.1.6
4922024-08-05T17:51:16.307Z Compiling vcpkg v0.2.15
4932024-08-05T17:51:16.406Z Compiling cc v1.0.97
4942024-08-05T17:51:16.753Z Compiling pkg-config v0.3.30
4952024-08-05T17:51:16.891Z Compiling slab v0.4.9
4962024-08-05T17:51:16.970Z Compiling futures-core v0.3.30
4972024-08-05T17:51:17.044Z Compiling smallvec v1.13.2
4982024-08-05T17:51:17.188Z Compiling futures-sink v0.3.30
4992024-08-05T17:51:17.245Z Compiling bytes v1.6.0
5002024-08-05T17:51:17.502Z Compiling scopeguard v1.2.0
5012024-08-05T17:51:17.940Z Compiling quote v1.0.36
5022024-08-05T17:51:18.340Z Compiling syn v2.0.72
5032024-08-05T17:51:18.489Z Compiling fnv v1.0.7
5042024-08-05T17:51:18.556Z Compiling serde_json v1.0.120
5052024-08-05T17:51:18.578Z Compiling hashbrown v0.14.5
5062024-08-05T17:51:18.620Z Compiling log v0.4.21
5072024-08-05T17:51:18.682Z Compiling byteorder v1.5.0
5082024-08-05T17:51:18.873Z Compiling equivalent v1.0.1
5092024-08-05T17:51:18.974Z Compiling parking_lot v0.12.2
5102024-08-05T17:51:19.020Z Compiling num_cpus v1.16.0
5112024-08-05T17:51:19.139Z Compiling signal-hook-registry v1.4.2
5122024-08-05T17:51:19.164Z Compiling mio v0.8.11
5132024-08-05T17:51:19.167Z Compiling socket2 v0.5.7
5142024-08-05T17:51:19.269Z Compiling futures-channel v0.3.30
5152024-08-05T17:51:19.707Z Compiling futures-io v0.3.30
5162024-08-05T17:51:19.933Z Compiling indexmap v2.2.6
5172024-08-05T17:51:19.933Z Compiling pin-utils v0.1.0
5182024-08-05T17:51:19.975Z Compiling openssl-sys v0.9.103
5192024-08-05T17:51:19.978Z Compiling futures-task v0.3.30
5202024-08-05T17:51:20.025Z Compiling rustix v0.38.34
5212024-08-05T17:51:20.206Z Compiling typenum v1.17.0
5222024-08-05T17:51:20.485Z Compiling errno v0.3.9
5232024-08-05T17:51:20.699Z Compiling generic-array v0.14.7
5242024-08-05T17:51:20.735Z Compiling foreign-types-shared v0.1.1
5252024-08-05T17:51:20.871Z Compiling openssl v0.10.66
5262024-08-05T17:51:20.902Z Compiling slog v2.7.0
5272024-08-05T17:51:21.208Z Compiling foreign-types v0.3.2
5282024-08-05T17:51:21.234Z Compiling http v0.2.12
5292024-08-05T17:51:21.313Z Compiling proc-macro-error-attr v1.0.4
5302024-08-05T17:51:21.495Z Compiling usdt-impl v0.5.0
5312024-08-05T17:51:21.576Z Compiling tracing-core v0.1.32
5322024-08-05T17:51:21.804Z Compiling tinyvec_macros v0.1.1
5332024-08-05T17:51:21.844Z Compiling httparse v1.8.0
5342024-08-05T17:51:21.956Z Compiling native-tls v0.2.11
5352024-08-05T17:51:22.274Z Compiling powerfmt v0.2.0
5362024-08-05T17:51:22.303Z Compiling time-core v0.1.2
5372024-08-05T17:51:22.447Z Compiling syn v1.0.109
5382024-08-05T17:51:22.627Z Compiling num-conv v0.1.0
5392024-08-05T17:51:22.865Z Compiling time-macros v0.2.18
5402024-08-05T17:51:23.054Z Compiling deranged v0.3.11
5412024-08-05T17:51:23.106Z Compiling tracing v0.1.40
5422024-08-05T17:51:23.578Z Compiling tinyvec v1.6.0
5432024-08-05T17:51:23.830Z Compiling thread-id v4.2.1
5442024-08-05T17:51:23.998Z Compiling proc-macro-error v1.0.4
5452024-08-05T17:51:24.206Z Compiling heck v0.5.0
5462024-08-05T17:51:24.263Z Compiling plain v0.2.3
5472024-08-05T17:51:24.424Z Compiling percent-encoding v2.3.1
5482024-08-05T17:51:24.694Z Compiling utf8parse v0.2.1
5492024-08-05T17:51:24.779Z Compiling openssl-probe v0.1.5
5502024-08-05T17:51:24.807Z Compiling crossbeam-utils v0.8.19
5512024-08-05T17:51:24.854Z Compiling try-lock v0.2.5
5522024-08-05T17:51:24.979Z Compiling num_threads v0.1.7
5532024-08-05T17:51:25.011Z Compiling rustversion v1.0.17
5542024-08-05T17:51:25.055Z Compiling unicode-normalization v0.1.23
5552024-08-05T17:51:25.110Z Compiling want v0.3.1
5562024-08-05T17:51:25.134Z Compiling anstyle-parse v0.2.4
5572024-08-05T17:51:25.415Z Compiling form_urlencoded v1.2.1
5582024-08-05T17:51:25.731Z Compiling http-body v0.4.6
5592024-08-05T17:51:25.775Z Compiling dirs-sys-next v0.1.2
5602024-08-05T17:51:26.204Z Compiling httpdate v1.0.3
5612024-08-05T17:51:26.227Z Compiling tower-service v0.3.2
5622024-08-05T17:51:26.252Z Compiling time v0.3.36
5632024-08-05T17:51:26.316Z Compiling crc32fast v1.4.0
5642024-08-05T17:51:26.361Z Compiling pretty-hex v0.4.1
5652024-08-05T17:51:26.416Z Compiling colorchoice v1.0.1
5662024-08-05T17:51:26.420Z Compiling unicode-bidi v0.3.15
5672024-08-05T17:51:26.578Z Compiling semver v1.0.23
5682024-08-05T17:51:26.606Z Compiling is_terminal_polyfill v1.70.0
5692024-08-05T17:51:26.685Z Compiling anstyle v1.0.7
5702024-08-05T17:51:26.745Z Compiling camino v1.1.7
5712024-08-05T17:51:26.792Z Compiling anstyle-query v1.0.3
5722024-08-05T17:51:26.988Z Compiling winnow v0.6.8
5732024-08-05T17:51:27.201Z Compiling idna v0.5.0
5742024-08-05T17:51:27.228Z Compiling anstream v0.6.14
5752024-08-05T17:51:27.752Z Compiling dirs-next v2.0.0
5762024-08-05T17:51:28.018Z Compiling crypto-common v0.1.6
5772024-08-05T17:51:28.227Z Compiling block-buffer v0.10.4
5782024-08-05T17:51:28.841Z Compiling terminal_size v0.3.0
5792024-08-05T17:51:29.188Z Compiling fs-err v2.11.0
5802024-08-05T17:51:29.220Z Compiling thread_local v1.1.8
5812024-08-05T17:51:29.325Z Compiling unicode-width v0.1.13
5822024-08-05T17:51:29.470Z Compiling clap_lex v0.7.0
5832024-08-05T17:51:29.526Z Compiling adler v1.0.2
5842024-08-05T17:51:29.574Z Compiling match_cfg v0.1.0
5852024-08-05T17:51:29.683Z Compiling base64 v0.21.7
5862024-08-05T17:51:29.759Z Compiling strsim v0.11.1
5872024-08-05T17:51:29.808Z Compiling anyhow v1.0.86
5882024-08-05T17:51:29.996Z Compiling bytecount v0.6.8
5892024-08-05T17:51:30.221Z Compiling slog-async v2.8.0
5902024-08-05T17:51:30.246Z Compiling heck v0.4.1
5912024-08-05T17:51:30.439Z Compiling rustls-pemfile v1.0.4
5922024-08-05T17:51:30.580Z Compiling papergrid v0.11.0
5932024-08-05T17:51:30.720Z Compiling clap_builder v4.5.9
5942024-08-05T17:51:30.764Z Compiling miniz_oxide v0.7.2
5952024-08-05T17:51:30.819Z Compiling hostname v0.3.1
5962024-08-05T17:51:30.878Z Compiling crossbeam-channel v0.5.12
5972024-08-05T17:51:30.996Z Compiling digest v0.10.7
5982024-08-05T17:51:31.072Z Compiling url v2.5.2
5992024-08-05T17:51:31.352Z Compiling serde_derive v1.0.204
6002024-08-05T17:51:31.433Z Compiling thiserror-impl v1.0.63
6012024-08-05T17:51:32.022Z Compiling zerocopy-derive v0.7.34
6022024-08-05T17:51:32.489Z Compiling tokio-macros v2.3.0
6032024-08-05T17:51:32.572Z Compiling futures-macro v0.3.30
6042024-08-05T17:51:33.087Z Compiling scroll_derive v0.12.0
6052024-08-05T17:51:34.273Z Compiling tokio v1.38.1
6062024-08-05T17:51:34.472Z Compiling zerocopy v0.7.34
6072024-08-05T17:51:34.666Z Compiling openssl-macros v0.1.1
6082024-08-05T17:51:34.801Z Compiling futures-util v0.3.30
6092024-08-05T17:51:35.016Z Compiling scroll v0.12.0
6102024-08-05T17:51:35.134Z Compiling pest v2.7.10
6112024-08-05T17:51:35.592Z Compiling goblin v0.8.2
6122024-08-05T17:51:36.065Z Compiling tabled_derive v0.7.0
6132024-08-05T17:51:38.205Z Compiling pest_meta v2.7.10
6142024-08-05T17:51:38.866Z Compiling strum_macros v0.26.4
6152024-08-05T17:51:41.240Z Compiling pest_generator v2.7.10
6162024-08-05T17:51:43.474Z Compiling tokio-util v0.7.11
6172024-08-05T17:51:43.689Z Compiling pest_derive v2.7.10
6182024-08-05T17:51:44.457Z Compiling h2 v0.3.26
6192024-08-05T17:51:44.527Z Compiling dtrace-parser v0.2.0
6202024-08-05T17:51:44.819Z Compiling futures-executor v0.3.30
6212024-08-05T17:51:45.197Z Compiling tokio-native-tls v0.3.1
6222024-08-05T17:51:45.428Z Compiling clap_derive v4.5.8
6232024-08-05T17:51:45.481Z Compiling term v0.7.0
6242024-08-05T17:51:46.833Z Compiling serde_spanned v0.6.6
6252024-08-05T17:51:46.902Z Compiling toml_datetime v0.6.6
6262024-08-05T17:51:47.183Z Compiling serde_tokenstream v0.2.1
6272024-08-05T17:51:47.361Z Compiling toml_edit v0.22.16
6282024-08-05T17:51:47.463Z Compiling cargo-platform v0.1.8
6292024-08-05T17:51:48.096Z Compiling serde_urlencoded v0.7.1
6302024-08-05T17:51:48.638Z Compiling dof v0.3.0
6312024-08-05T17:51:48.783Z Compiling slog-json v2.6.1
6322024-08-05T17:51:49.977Z Compiling hyper v0.14.28
6332024-08-05T17:51:50.692Z Compiling toml v0.8.15
6342024-08-05T17:51:50.928Z Compiling xattr v1.3.1
6352024-08-05T17:51:51.089Z Compiling memmap v0.7.0
6362024-08-05T17:51:51.218Z Compiling filetime v0.2.23
6372024-08-05T17:51:51.481Z Compiling is-terminal v0.4.12
6382024-08-05T17:51:51.540Z Compiling usdt-attr-macro v0.5.0
6392024-08-05T17:51:51.574Z Compiling usdt-macro v0.5.0
6402024-08-05T17:51:51.615Z Compiling encoding_rs v0.8.34
6412024-08-05T17:51:51.715Z Compiling take_mut v0.2.2
6422024-08-05T17:51:51.888Z Compiling mime v0.3.17
6432024-08-05T17:51:52.220Z Compiling ipnet v2.9.0
6442024-08-05T17:51:52.522Z Compiling cpufeatures v0.2.12
6452024-08-05T17:51:52.596Z Compiling sync_wrapper v0.1.2
6462024-08-05T17:51:52.637Z Compiling sha2 v0.10.8
6472024-08-05T17:51:52.943Z Compiling slog-term v2.9.1
6482024-08-05T17:51:53.041Z Compiling usdt v0.5.0
6492024-08-05T17:51:53.520Z Compiling cargo_toml v0.20.4
6502024-08-05T17:51:53.552Z Compiling tar v0.4.41
6512024-08-05T17:51:54.015Z Compiling hyper-tls v0.5.0
6522024-08-05T17:51:54.246Z Compiling cargo_metadata v0.18.1
6532024-08-05T17:51:54.362Z Compiling reqwest v0.11.27
6542024-08-05T17:51:55.752Z Compiling clap v4.5.9
6552024-08-05T17:51:55.878Z Compiling slog-bunyan v2.5.0
6562024-08-05T17:51:56.094Z Compiling flate2 v1.0.30
6572024-08-05T17:51:56.097Z Compiling macaddr v1.0.1
6582024-08-05T17:51:56.310Z Compiling futures v0.3.30
6592024-08-05T17:51:56.358Z Compiling strum v0.26.3
6602024-08-05T17:51:56.413Z Compiling tabled v0.15.0
6612024-08-05T17:51:56.571Z Compiling swrite v0.1.0
6622024-08-05T17:52:01.321Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6632024-08-05T17:52:08.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
6642024-08-05T17:52:09.139Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6652024-08-05T17:52:09.205ZAug 05 17:52:08.378 INFO Starting download, target: Cockroach
6662024-08-05T17:52:09.206ZAug 05 17:52:08.378 INFO Starting download, target: Clickhouse
6672024-08-05T17:52:09.206ZAug 05 17:52:08.378 INFO Starting download, target: Console
6682024-08-05T17:52:09.206ZAug 05 17:52:08.378 INFO Starting download, target: DendriteOpenapi
6692024-08-05T17:52:09.206ZAug 05 17:52:08.378 INFO Starting download, target: DendriteStub
6702024-08-05T17:52:09.216ZAug 05 17:52:08.378 INFO Starting download, target: MaghemiteMgd
6712024-08-05T17:52:09.216ZAug 05 17:52:08.378 INFO Starting download, target: TransceiverControl
6722024-08-05T17:52:09.216ZAug 05 17:52:08.379 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6732024-08-05T17:52:09.216ZAug 05 17:52:08.379 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi
6742024-08-05T17:52:09.217ZAug 05 17:52:08.379 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6752024-08-05T17:52:09.217ZAug 05 17:52:08.379 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6762024-08-05T17:52:09.217ZAug 05 17:52:08.379 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6772024-08-05T17:52:09.217ZAug 05 17:52:08.379 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6782024-08-05T17:52:09.217ZAug 05 17:52:08.379 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6792024-08-05T17:52:09.550ZAug 05 17:52:08.716 INFO Download complete, target: DendriteOpenapi
6802024-08-05T17:52:09.838ZAug 05 17:52:08.994 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6812024-08-05T17:52:09.898ZAug 05 17:52:09.046 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6822024-08-05T17:52:10.133ZAug 05 17:52:09.305 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6832024-08-05T17:52:10.288ZAug 05 17:52:09.460 INFO Download complete, target: Console
6842024-08-05T17:52:10.400ZAug 05 17:52:09.574 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6852024-08-05T17:52:10.679ZAug 05 17:52:09.852 INFO Download complete, target: TransceiverControl
6862024-08-05T17:52:11.322ZAug 05 17:52:10.495 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6872024-08-05T17:52:12.642ZAug 05 17:52:11.815 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6882024-08-05T17:52:12.642ZAug 05 17:52:11.815 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6892024-08-05T17:52:13.325ZAug 05 17:52:12.498 INFO Download complete, target: DendriteStub
6902024-08-05T17:52:13.808ZAug 05 17:52:12.981 INFO Download complete, target: MaghemiteMgd
6912024-08-05T17:52:21.310ZAug 05 17:52:20.481 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6922024-08-05T17:52:21.620ZAug 05 17:52:20.791 INFO Checking that binary works, target: Cockroach
6932024-08-05T17:52:21.850ZAug 05 17:52:21.022 INFO Download complete, target: Cockroach
6942024-08-05T17:52:26.186ZAug 05 17:52:25.357 INFO Checking that binary works, target: Clickhouse
6952024-08-05T17:52:26.475ZAug 05 17:52:25.644 INFO Download complete, target: Clickhouse
6962024-08-05T17:52:26.705ZAll builder prerequisites installed successfully, and PATH looks valid
6972024-08-05T17:52:26.709Z
6982024-08-05T17:52:26.709Zreal 2:59.400065281
6992024-08-05T17:52:26.709Zuser 5:59.292492594
7002024-08-05T17:52:26.709Zsys 1:20.685128328
7012024-08-05T17:52:26.709Ztrap 0.242154953
7022024-08-05T17:52:26.709Ztflt 2.753314833
7032024-08-05T17:52:26.709Zdflt 4.311857634
7042024-08-05T17:52:26.709Zkflt 0.396872334
7052024-08-05T17:52:26.709Zlock 13:30.547083864
7062024-08-05T17:52:26.709Zslp 18:18.111335347
7072024-08-05T17:52:26.709Zlat 21.475993869
7082024-08-05T17:52:26.709Zstop 1:06.012499830
7092024-08-05T17:52:26.709Z+ banner clippy
7102024-08-05T17:52:26.709Z
7112024-08-05T17:52:26.709Z #### # # ##### ##### # #
7122024-08-05T17:52:26.709Z # # # # # # # # # #
7132024-08-05T17:52:26.709Z # # # # # # # #
7142024-08-05T17:52:26.709Z # # # ##### ##### #
7152024-08-05T17:52:26.709Z # # # # # # #
7162024-08-05T17:52:26.709Z #### ###### # # # #
7172024-08-05T17:52:26.709Z
7182024-08-05T17:52:26.709Z+ export CARGO_INCREMENTAL=0
7192024-08-05T17:52:26.709Z+ CARGO_INCREMENTAL=0
7202024-08-05T17:52:26.709Z+ ptime -m cargo xtask clippy
7212024-08-05T17:52:27.292Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
7222024-08-05T17:52:34.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.07s
7232024-08-05T17:52:34.899Z Running `target/debug/xtask clippy`
7242024-08-05T17:52:34.924Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
7252024-08-05T17:52:35.572Z Downloading crates ...
7262024-08-05T17:52:35.791Z Downloaded atty v0.2.14
7272024-08-05T17:52:35.799Z Downloaded async-stream-impl v0.3.5
7282024-08-05T17:52:35.807Z Downloaded md5 v0.7.0
7292024-08-05T17:52:35.810Z Downloaded is_ci v1.2.0
7302024-08-05T17:52:35.813Z Downloaded atomicwrites v0.4.3
7312024-08-05T17:52:35.815Z Downloaded instant v0.1.12
7322024-08-05T17:52:35.818Z Downloaded opaque-debug v0.3.1
7332024-08-05T17:52:35.821Z Downloaded indoc v1.0.9
7342024-08-05T17:52:35.821Z Downloaded kstat-rs v0.2.4
7352024-08-05T17:52:35.824Z Downloaded crucible-workspace-hack v0.1.0
7362024-08-05T17:52:35.824Z Downloaded cfg_aliases v0.1.1
7372024-08-05T17:52:35.826Z Downloaded atomic-waker v1.1.2
7382024-08-05T17:52:35.826Z Downloaded oso-derive v0.27.3
7392024-08-05T17:52:35.829Z Downloaded normalize-line-endings v0.3.0
7402024-08-05T17:52:35.829Z Downloaded option-ext v0.2.0
7412024-08-05T17:52:35.832Z Downloaded async-stream v0.3.5
7422024-08-05T17:52:35.832Z Downloaded async-recursion v1.1.1
7432024-08-05T17:52:35.835Z Downloaded new_debug_unreachable v1.0.6
7442024-08-05T17:52:35.839Z Downloaded ciborium-io v0.2.2
7452024-08-05T17:52:35.839Z Downloaded path-slash v0.1.5
7462024-08-05T17:52:35.841Z Downloaded matches v0.1.10
7472024-08-05T17:52:35.841Z Downloaded anes v0.1.6
7482024-08-05T17:52:35.844Z Downloaded arrayref v0.3.7
7492024-08-05T17:52:35.844Z Downloaded lalrpop-util v0.19.12
7502024-08-05T17:52:35.847Z Downloaded assert_matches v1.5.0
7512024-08-05T17:52:35.847Z Downloaded libefi-sys v0.1.0
7522024-08-05T17:52:35.850Z Downloaded lazycell v1.3.0
7532024-08-05T17:52:35.850Z Downloaded bitfield v0.14.0
7542024-08-05T17:52:35.853Z Downloaded lazy_static v1.5.0
7552024-08-05T17:52:35.856Z Downloaded cast v0.3.0
7562024-08-05T17:52:35.856Z Downloaded nodrop v0.1.14
7572024-08-05T17:52:35.856Z Downloaded crc-catalog v2.4.0
7582024-08-05T17:52:35.858Z Downloaded newline-converter v0.3.0
7592024-08-05T17:52:35.858Z Downloaded castaway v0.2.2
7602024-08-05T17:52:35.861Z Downloaded ciborium-ll v0.2.2
7612024-08-05T17:52:35.861Z Downloaded block-padding v0.3.3
7622024-08-05T17:52:35.864Z Downloaded base16ct v0.2.0
7632024-08-05T17:52:35.864Z Downloaded criterion-plot v0.5.0
7642024-08-05T17:52:35.867Z Downloaded bitstruct_derive v0.1.0
7652024-08-05T17:52:35.867Z Downloaded pathdiff v0.2.1
7662024-08-05T17:52:35.870Z Downloaded parse-size v1.0.0
7672024-08-05T17:52:35.870Z Downloaded number_prefix v0.4.0
7682024-08-05T17:52:35.872Z Downloaded newtype-uuid v1.1.0
7692024-08-05T17:52:35.873Z Downloaded constant_time_eq v0.3.0
7702024-08-05T17:52:35.875Z Downloaded parse-display v0.9.1
7712024-08-05T17:52:35.875Z Downloaded nibble_vec v0.1.0
7722024-08-05T17:52:35.878Z Downloaded managed v0.8.0
7732024-08-05T17:52:35.881Z Downloaded curve25519-dalek-derive v0.1.1
7742024-08-05T17:52:35.881Z Downloaded pbkdf2 v0.12.2
7752024-08-05T17:52:35.884Z Downloaded argon2 v0.5.3
7762024-08-05T17:52:35.887Z Downloaded memoffset v0.9.1
7772024-08-05T17:52:35.887Z Downloaded nanorand v0.7.0
7782024-08-05T17:52:35.889Z Downloaded parse-display-derive v0.9.1
7792024-08-05T17:52:35.892Z Downloaded serde-big-array v0.5.1
7802024-08-05T17:52:35.895Z Downloaded paste v1.0.15
7812024-08-05T17:52:35.898Z Downloaded indexmap v1.9.3
7822024-08-05T17:52:35.901Z Downloaded num-derive v0.4.2
7832024-08-05T17:52:35.904Z Downloaded mockall v0.12.1
7842024-08-05T17:52:35.906Z Downloaded num_enum_derive v0.5.11
7852024-08-05T17:52:35.909Z Downloaded multimap v0.10.0
7862024-08-05T17:52:35.909Z Downloaded num-integer v0.1.46
7872024-08-05T17:52:35.912Z Downloaded ciborium v0.2.2
7882024-08-05T17:52:35.915Z Downloaded stability v0.2.0
7892024-08-05T17:52:35.917Z Downloaded packed_struct v0.10.1
7902024-08-05T17:52:35.920Z Downloaded peg v0.8.4
7912024-08-05T17:52:35.922Z Downloaded md-5 v0.10.6
7922024-08-05T17:52:35.925Z Downloaded sqlparser_derive v0.2.2
7932024-08-05T17:52:35.928Z Downloaded termtree v0.4.1
7942024-08-05T17:52:35.928Z Downloaded password-hash v0.4.2
7952024-08-05T17:52:35.931Z Downloaded convert_case v0.4.0
7962024-08-05T17:52:35.931Z Downloaded num-complex v0.4.6
7972024-08-05T17:52:35.934Z Downloaded cbc v0.1.2
7982024-08-05T17:52:35.937Z Downloaded derive_builder_macro v0.20.0
7992024-08-05T17:52:35.937Z Downloaded cookie_store v0.20.0
8002024-08-05T17:52:35.940Z Downloaded sha1 v0.10.6
8012024-08-05T17:52:35.943Z Downloaded ahash v0.8.11
8022024-08-05T17:52:35.946Z Downloaded addr2line v0.21.0
8032024-08-05T17:52:35.949Z Downloaded slog-scope v4.4.0
8042024-08-05T17:52:35.951Z Downloaded memmap2 v0.9.4
8052024-08-05T17:52:35.954Z Downloaded oorandom v11.1.3
8062024-08-05T17:52:35.954Z Downloaded ctr v0.9.2
8072024-08-05T17:52:35.957Z Downloaded num-rational v0.4.2
8082024-08-05T17:52:35.960Z Downloaded escape8259 v0.5.2
8092024-08-05T17:52:35.960Z Downloaded foreign-types v0.5.0
8102024-08-05T17:52:35.960Z Downloaded partial-io v0.5.4
8112024-08-05T17:52:35.963Z Downloaded hubpack_derive v0.1.1
8122024-08-05T17:52:35.963Z Downloaded owo-colors v4.0.0
8132024-08-05T17:52:35.966Z Downloaded float-ord v0.3.2
8142024-08-05T17:52:35.968Z Downloaded password-hash v0.5.0
8152024-08-05T17:52:35.984Z Downloaded num-traits v0.2.19
8162024-08-05T17:52:35.984Z Downloaded omicron-zone-package v0.11.0
8172024-08-05T17:52:35.984Z Downloaded bzip2 v0.4.4
8182024-08-05T17:52:35.987Z Downloaded darling_core v0.20.9
8192024-08-05T17:52:35.987Z Downloaded cookie v0.17.0
8202024-08-05T17:52:35.987Z Downloaded clang-sys v1.7.0
8212024-08-05T17:52:35.988Z Downloaded wyz v0.5.1
8222024-08-05T17:52:35.990Z Downloaded yansi v0.5.1
8232024-08-05T17:52:35.990Z Downloaded allocator-api2 v0.2.18
8242024-08-05T17:52:35.993Z Downloaded crossbeam-epoch v0.9.18
8252024-08-05T17:52:35.996Z Downloaded thiserror-impl-no-std v2.0.2
8262024-08-05T17:52:35.999Z Downloaded foreign-types-macros v0.2.3
8272024-08-05T17:52:35.999Z Downloaded const_format_proc_macros v0.2.32
8282024-08-05T17:52:36.002Z Downloaded console v0.15.8
8292024-08-05T17:52:36.005Z Downloaded display-error-chain v0.2.0
8302024-08-05T17:52:36.008Z Downloaded guppy-workspace-hack v0.1.0
8312024-08-05T17:52:36.008Z Downloaded unicode-truncate v1.0.0
8322024-08-05T17:52:36.020Z Downloaded serde_plain v1.0.2
8332024-08-05T17:52:36.023Z Downloaded plotters-svg v0.3.5
8342024-08-05T17:52:36.026Z Downloaded http-range v0.1.5
8352024-08-05T17:52:36.026Z Downloaded blake2 v0.10.6
8362024-08-05T17:52:36.029Z Downloaded fxhash v0.2.1
8372024-08-05T17:52:36.029Z Downloaded serde_path_to_error v0.1.16
8382024-08-05T17:52:36.032Z Downloaded fixedbitset v0.4.2
8392024-08-05T17:52:36.032Z Downloaded hubpack v0.1.2
8402024-08-05T17:52:36.035Z Downloaded cfg-expr v0.15.8
8412024-08-05T17:52:36.037Z Downloaded endian-type v0.1.2
8422024-08-05T17:52:36.037Z Downloaded supports-color v3.0.0
8432024-08-05T17:52:36.040Z Downloaded subtle v2.5.0
8442024-08-05T17:52:36.040Z Downloaded stable_deref_trait v1.2.0
8452024-08-05T17:52:36.043Z Downloaded predicates v3.1.0
8462024-08-05T17:52:36.045Z Downloaded derive_builder_core v0.20.0
8472024-08-05T17:52:36.048Z Downloaded universal-hash v0.5.1
8482024-08-05T17:52:36.048Z Downloaded signal-hook-tokio v0.3.1
8492024-08-05T17:52:36.051Z Downloaded ref-cast-impl v1.0.23
8502024-08-05T17:52:36.054Z Downloaded derive_builder v0.20.0
8512024-08-05T17:52:36.057Z Downloaded der_derive v0.7.2
8522024-08-05T17:52:36.060Z Downloaded gethostname v0.4.3
8532024-08-05T17:52:36.062Z Downloaded vte_generate_state_changes v0.1.1
8542024-08-05T17:52:36.062Z Downloaded arc-swap v1.7.1
8552024-08-05T17:52:36.066Z Downloaded enum-as-inner v0.5.1
8562024-08-05T17:52:36.070Z Downloaded humantime v2.1.0
8572024-08-05T17:52:36.070Z Downloaded rustc-demangle v0.1.24
8582024-08-05T17:52:36.073Z Downloaded uuid v1.10.0
8592024-08-05T17:52:36.076Z Downloaded strum_macros v0.24.3
8602024-08-05T17:52:36.078Z Downloaded http-body v1.0.0
8612024-08-05T17:52:36.081Z Downloaded serde_derive_internals v0.29.1
8622024-08-05T17:52:36.084Z Downloaded serde_repr v0.1.19
8632024-08-05T17:52:36.086Z Downloaded russh-keys v0.43.0
8642024-08-05T17:52:36.089Z Downloaded proc-macro-crate v1.3.1
8652024-08-05T17:52:36.091Z Downloaded ref-cast v1.0.23
8662024-08-05T17:52:36.094Z Downloaded rand_core v0.6.4
8672024-08-05T17:52:36.094Z Downloaded sqlformat v0.2.4
8682024-08-05T17:52:36.097Z Downloaded pretty-hex v0.2.1
8692024-08-05T17:52:36.097Z Downloaded precomputed-hash v0.1.1
8702024-08-05T17:52:36.100Z Downloaded zeroize_derive v1.4.2
8712024-08-05T17:52:36.100Z Downloaded const_format v0.2.32
8722024-08-05T17:52:36.104Z Downloaded derive-where v1.2.7
8732024-08-05T17:52:36.109Z Downloaded ident_case v1.0.1
8742024-08-05T17:52:36.112Z Downloaded waitgroup v0.1.2
8752024-08-05T17:52:36.112Z Downloaded toolchain_find v0.4.0
8762024-08-05T17:52:36.115Z Downloaded test-strategy v0.3.1
8772024-08-05T17:52:36.117Z Downloaded rustfmt-wrapper v0.2.1
8782024-08-05T17:52:36.120Z Downloaded unarray v0.1.4
8792024-08-05T17:52:36.123Z Downloaded crypto-bigint v0.5.5
8802024-08-05T17:52:36.130Z Downloaded tls_codec v0.4.1
8812024-08-05T17:52:36.132Z Downloaded tungstenite v0.21.0
8822024-08-05T17:52:36.135Z Downloaded downcast v0.11.0
8832024-08-05T17:52:36.138Z Downloaded russh-cryptovec v0.7.2
8842024-08-05T17:52:36.138Z Downloaded doc-comment v0.3.3
8852024-08-05T17:52:36.141Z Downloaded defmt-macros v0.3.9
8862024-08-05T17:52:36.144Z Downloaded defmt v0.3.8
8872024-08-05T17:52:36.147Z Downloaded either v1.12.0
8882024-08-05T17:52:36.150Z Downloaded getopts v0.2.21
8892024-08-05T17:52:36.150Z Downloaded ed25519 v2.2.3
8902024-08-05T17:52:36.153Z Downloaded backtrace v0.3.71
8912024-08-05T17:52:36.159Z Downloaded rand_xorshift v0.3.0
8922024-08-05T17:52:36.162Z Downloaded dhcproto-macros v0.1.0
8932024-08-05T17:52:36.162Z Downloaded portpicker v0.1.1
8942024-08-05T17:52:36.164Z Downloaded peg-runtime v0.8.3
8952024-08-05T17:52:36.164Z Downloaded hex v0.4.3
8962024-08-05T17:52:36.167Z Downloaded zone_cfg_derive v0.1.2
8972024-08-05T17:52:36.167Z Downloaded semver v0.1.20
8982024-08-05T17:52:36.170Z Downloaded secrecy v0.8.0
8992024-08-05T17:52:36.170Z Downloaded sec1 v0.7.3
9002024-08-05T17:52:36.173Z Downloaded schemars_derive v0.8.21
9012024-08-05T17:52:36.176Z Downloaded same-file v1.0.6
9022024-08-05T17:52:36.176Z Downloaded vte v0.11.1
9032024-08-05T17:52:36.179Z Downloaded vsss-rs v3.3.4
9042024-08-05T17:52:36.182Z Downloaded rand_core v0.5.1
9052024-08-05T17:52:36.182Z Downloaded rand_seeder v0.2.3
9062024-08-05T17:52:36.186Z Downloaded uzers v0.11.3
9072024-08-05T17:52:36.189Z Downloaded tinytemplate v1.2.1
9082024-08-05T17:52:36.189Z Downloaded ppv-lite86 v0.2.17
9092024-08-05T17:52:36.192Z Downloaded highway v1.1.0
9102024-08-05T17:52:36.192Z Downloaded heck v0.3.3
9112024-08-05T17:52:36.195Z Downloaded hash32 v0.3.1
9122024-08-05T17:52:36.198Z Downloaded dirs v5.0.1
9132024-08-05T17:52:36.198Z Downloaded pkcs8 v0.10.2
9142024-08-05T17:52:36.205Z Downloaded hex-literal v0.4.1
9152024-08-05T17:52:36.206Z Downloaded libm v0.2.8
9162024-08-05T17:52:36.210Z Downloaded sigpipe v0.1.3
9172024-08-05T17:52:36.213Z Downloaded phf_shared v0.10.0
9182024-08-05T17:52:36.213Z Downloaded zone v0.1.8
9192024-08-05T17:52:36.215Z Downloaded half v2.4.1
9202024-08-05T17:52:36.218Z Downloaded derive_more v0.99.18
9212024-08-05T17:52:36.222Z Downloaded sct v0.7.1
9222024-08-05T17:52:36.226Z Downloaded tower-layer v0.3.2
9232024-08-05T17:52:36.230Z Downloaded shlex v1.3.0
9242024-08-05T17:52:36.231Z Downloaded plotters-backend v0.3.5
9252024-08-05T17:52:36.233Z Downloaded ghash v0.5.1
9262024-08-05T17:52:36.233Z Downloaded dhcproto v0.11.0
9272024-08-05T17:52:36.236Z Downloaded nom v7.1.3
9282024-08-05T17:52:36.242Z Downloaded schemars v0.8.21
9292024-08-05T17:52:36.255Z Downloaded fallible-iterator v0.2.0
9302024-08-05T17:52:36.258Z Downloaded darling_macro v0.20.9
9312024-08-05T17:52:36.259Z Downloaded hash32 v0.2.1
9322024-08-05T17:52:36.259Z Downloaded glob v0.3.1
9332024-08-05T17:52:36.262Z Downloaded funty v2.0.0
9342024-08-05T17:52:36.262Z Downloaded fd-lock v4.0.2
9352024-08-05T17:52:36.266Z Downloaded debug-ignore v1.0.5
9362024-08-05T17:52:36.266Z Downloaded signal-hook-mio v0.2.3
9372024-08-05T17:52:36.269Z Downloaded smallvec v0.6.14
9382024-08-05T17:52:36.269Z Downloaded der v0.7.9
9392024-08-05T17:52:36.274Z Downloaded shell-words v1.1.0
9402024-08-05T17:52:36.277Z Downloaded unicase v2.7.0
9412024-08-05T17:52:36.277Z Downloaded utf-8 v0.7.6
9422024-08-05T17:52:36.282Z Downloaded num-bigint-dig v0.8.4
9432024-08-05T17:52:36.285Z Downloaded siphasher v0.3.11
9442024-08-05T17:52:36.285Z Downloaded phf_shared v0.11.2
9452024-08-05T17:52:36.288Z Downloaded slog-dtrace v0.3.0
9462024-08-05T17:52:36.289Z Downloaded which v4.4.2
9472024-08-05T17:52:36.293Z Downloaded heapless v0.7.17
9482024-08-05T17:52:36.296Z Downloaded slog-stdlog v4.1.1
9492024-08-05T17:52:36.296Z Downloaded rfc6979 v0.4.0
9502024-08-05T17:52:36.296Z Downloaded elliptic-curve v0.13.8
9512024-08-05T17:52:36.301Z Downloaded tokio-stream v0.1.15
9522024-08-05T17:52:36.305Z Downloaded headers-core v0.2.0
9532024-08-05T17:52:36.308Z Downloaded iana-time-zone v0.1.60
9542024-08-05T17:52:36.311Z Downloaded tokio-tungstenite v0.21.0
9552024-08-05T17:52:36.311Z Downloaded erased-serde v0.3.31
9562024-08-05T17:52:36.314Z Downloaded x509-cert v0.2.5
9572024-08-05T17:52:36.320Z Downloaded rand_chacha v0.2.2
9582024-08-05T17:52:36.323Z Downloaded termios v0.3.3
9592024-08-05T17:52:36.326Z Downloaded pin-project-internal v1.1.5
9602024-08-05T17:52:36.326Z Downloaded libxml v0.3.3
9612024-08-05T17:52:36.332Z Downloaded diesel_table_macro_syntax v0.1.0
9622024-08-05T17:52:36.335Z Downloaded rand_chacha v0.3.1
9632024-08-05T17:52:36.335Z Downloaded data-encoding v2.6.0
9642024-08-05T17:52:36.338Z Downloaded postgres-types v0.2.6
9652024-08-05T17:52:36.339Z Downloaded untrusted v0.9.0
9662024-08-05T17:52:36.342Z Downloaded snafu-derive v0.8.2
9672024-08-05T17:52:36.342Z Downloaded samael v0.0.15
9682024-08-05T17:52:36.347Z Downloaded expectorate v1.1.0
9692024-08-05T17:52:36.351Z Downloaded target-spec v3.1.0
9702024-08-05T17:52:36.354Z Downloaded termcolor v1.4.1
9712024-08-05T17:52:36.354Z Downloaded difflib v0.4.0
9722024-08-05T17:52:36.357Z Downloaded tabwriter v1.4.0
9732024-08-05T17:52:36.357Z Downloaded hyper-rustls v0.26.0
9742024-08-05T17:52:36.360Z Downloaded ecdsa v0.16.9
9752024-08-05T17:52:36.363Z Downloaded toml v0.7.8
9762024-08-05T17:52:36.365Z Downloaded stringprep v0.1.4
9772024-08-05T17:52:36.368Z Downloaded fragile v2.0.0
9782024-08-05T17:52:36.370Z Downloaded walkdir v2.5.0
9792024-08-05T17:52:36.370Z Downloaded pin-project v1.1.5
9802024-08-05T17:52:36.382Z Downloaded rstest_macros v0.19.0
9812024-08-05T17:52:36.385Z Downloaded home v0.5.9
9822024-08-05T17:52:36.388Z Downloaded trybuild v1.0.97
9832024-08-05T17:52:36.391Z Downloaded static_assertions v1.1.0
9842024-08-05T17:52:36.394Z Downloaded spki v0.7.3
9852024-08-05T17:52:36.397Z Downloaded foreign-types-shared v0.3.1
9862024-08-05T17:52:36.397Z Downloaded whoami v1.5.1
9872024-08-05T17:52:36.399Z Downloaded hashbrown v0.13.2
9882024-08-05T17:52:36.403Z Downloaded yasna v0.5.2
9892024-08-05T17:52:36.405Z Downloaded tungstenite v0.20.1
9902024-08-05T17:52:36.409Z Downloaded tempfile v3.10.1
9912024-08-05T17:52:36.411Z Downloaded publicsuffix v2.2.3
9922024-08-05T17:52:36.415Z Downloaded similar-asserts v1.5.0
9932024-08-05T17:52:36.418Z Downloaded spin v0.5.2
9942024-08-05T17:52:36.418Z Downloaded aes-gcm v0.10.3
9952024-08-05T17:52:36.421Z Downloaded resolv-conf v0.7.0
9962024-08-05T17:52:36.424Z Downloaded rsa v0.9.6
9972024-08-05T17:52:36.429Z Downloaded postcard v1.0.8
9982024-08-05T17:52:36.432Z Downloaded trust-dns-resolver v0.22.0
9992024-08-05T17:52:36.437Z Downloaded hyper-rustls v0.24.2
10002024-08-05T17:52:36.440Z Downloaded diff v0.1.13
10012024-08-05T17:52:36.443Z Downloaded fatfs v0.3.6
10022024-08-05T17:52:36.446Z Downloaded spin v0.9.8
10032024-08-05T17:52:36.449Z Downloaded http v1.1.0
10042024-08-05T17:52:36.453Z Downloaded headers v0.3.9
10052024-08-05T17:52:36.459Z Downloaded hyper-util v0.1.3
10062024-08-05T17:52:36.463Z Downloaded relative-path v1.9.3
10072024-08-05T17:52:36.466Z Downloaded toml_edit v0.19.15
10082024-08-05T17:52:36.482Z Downloaded unsafe-libyaml v0.2.11
10092024-08-05T17:52:36.485Z Downloaded hmac v0.12.1
10102024-08-05T17:52:36.488Z Downloaded zerocopy v0.6.6
10112024-08-05T17:52:36.491Z Downloaded pretty_assertions v1.4.0
10122024-08-05T17:52:36.494Z Downloaded trust-dns-server v0.22.1
10132024-08-05T17:52:36.498Z Downloaded prettyplease v0.2.20
10142024-08-05T17:52:36.502Z Downloaded heapless v0.8.0
10152024-08-05T17:52:36.506Z Downloaded serde_yaml v0.9.34+deprecated
10162024-08-05T17:52:36.509Z Downloaded rayon-core v1.12.1
10172024-08-05T17:52:36.513Z Downloaded rand v0.7.3
10182024-08-05T17:52:36.518Z Downloaded rustyline v14.0.0
10192024-08-05T17:52:36.524Z Downloaded diesel_derives v2.1.4
10202024-08-05T17:52:36.529Z Downloaded tower v0.4.13
10212024-08-05T17:52:36.538Z Downloaded russh v0.43.0
10222024-08-05T17:52:36.544Z Downloaded tokio-postgres v0.7.10
10232024-08-05T17:52:36.551Z Downloaded hashbrown v0.12.3
10242024-08-05T17:52:36.555Z Downloaded reedline v0.31.0
10252024-08-05T17:52:36.562Z Downloaded idna v0.3.0
10262024-08-05T17:52:36.569Z Downloaded blake3 v1.5.1
10272024-08-05T17:52:36.577Z Downloaded object v0.30.4
10282024-08-05T17:52:36.587Z Downloaded steno v0.4.1
10292024-08-05T17:52:36.592Z Downloaded sqlparser v0.45.0
10302024-08-05T17:52:36.598Z Downloaded object v0.32.2
10312024-08-05T17:52:36.609Z Downloaded nix v0.27.1
10322024-08-05T17:52:36.621Z Downloaded regex v1.10.5
10332024-08-05T17:52:36.635Z Downloaded smoltcp v0.9.1
10342024-08-05T17:52:36.646Z Downloaded plotters v0.3.5
10352024-08-05T17:52:36.655Z Downloaded hyper v1.3.1
10362024-08-05T17:52:36.662Z Downloaded rustls-webpki v0.101.7
10372024-08-05T17:52:36.678Z Downloaded regex-syntax v0.6.29
10382024-08-05T17:52:36.685Z Downloaded rustls-webpki v0.102.4
10392024-08-05T17:52:36.704Z Downloaded smoltcp v0.11.0
10402024-08-05T17:52:36.717Z Downloaded rayon v1.10.0
10412024-08-05T17:52:36.727Z Downloaded curve25519-dalek v4.1.3
10422024-08-05T17:52:36.736Z Downloaded trust-dns-proto v0.22.0
10432024-08-05T17:52:36.750Z Downloaded regress v0.9.1
10442024-08-05T17:52:36.758Z Downloaded webpki-roots v0.25.4
10452024-08-05T17:52:36.762Z Downloaded gimli v0.28.1
10462024-08-05T17:52:36.771Z Downloaded rustls v0.21.12
10472024-08-05T17:52:36.783Z Downloaded ratatui v0.27.0
10482024-08-05T17:52:36.802Z Downloaded sled v0.34.7
10492024-08-05T17:52:36.813Z Downloaded zerocopy-derive v0.6.6
10502024-08-05T17:52:36.822Z Downloaded regex-automata v0.4.6
10512024-08-05T17:52:36.840Z Downloaded petgraph v0.6.5
10522024-08-05T17:52:36.856Z Downloaded bstr v1.9.1
10532024-08-05T17:52:36.866Z Downloaded polar-core v0.27.3
10542024-08-05T17:52:36.874Z Downloaded bstr v0.2.17
10552024-08-05T17:52:36.883Z Downloaded bzip2-sys v0.1.11+1.0.8
10562024-08-05T17:52:36.895Z Downloaded diesel v2.1.6
10572024-08-05T17:52:36.912Z Downloaded rustls v0.22.4
10582024-08-05T17:52:36.924Z Downloaded regex-syntax v0.8.3
10592024-08-05T17:52:36.933Z Downloaded radix_trie v0.2.1
10602024-08-05T17:52:36.937Z Downloaded openapiv3 v2.0.0
10612024-08-05T17:52:36.949Z Downloaded proptest v1.4.0
10622024-08-05T17:52:36.958Z Downloaded finl_unicode v1.2.0
10632024-08-05T17:52:36.970Z Downloaded hkdf v0.12.4
10642024-08-05T17:52:36.972Z Downloaded chrono v0.4.38
10652024-08-05T17:52:36.979Z Downloaded nix v0.28.0
10662024-08-05T17:52:36.990Z Downloaded bitvec v1.0.1
10672024-08-05T17:52:37.004Z Downloaded csv v1.3.0
10682024-08-05T17:52:37.023Z Downloaded sha3 v0.10.8
10692024-08-05T17:52:37.027Z Downloaded bindgen v0.69.4
10702024-08-05T17:52:37.034Z Downloaded idna v0.2.3
10712024-08-05T17:52:37.040Z Downloaded fancy-regex v0.13.0
10722024-08-05T17:52:37.044Z Downloaded quick-xml v0.31.0
10732024-08-05T17:52:37.049Z Downloaded guppy v0.17.5
10742024-08-05T17:52:37.055Z Downloaded aho-corasick v1.1.3
10752024-08-05T17:52:37.062Z Downloaded portable-atomic v1.6.0
10762024-08-05T17:52:37.066Z Downloaded tough v0.17.1
10772024-08-05T17:52:37.074Z Downloaded lalrpop v0.19.12
10782024-08-05T17:52:37.084Z Downloaded snafu v0.8.2
10792024-08-05T17:52:37.090Z Downloaded winnow v0.5.40
10802024-08-05T17:52:37.099Z Downloaded serde_with v3.8.3
10812024-08-05T17:52:37.107Z Downloaded ed25519-dalek v2.1.1
10822024-08-05T17:52:37.110Z Downloaded typed-path v0.7.1
10832024-08-05T17:52:37.115Z Downloaded crossterm v0.27.0
10842024-08-05T17:52:37.121Z Downloaded strip-ansi-escapes v0.2.0
10852024-08-05T17:52:37.124Z Downloaded tracing-attributes v0.1.27
10862024-08-05T17:52:37.124Z Downloaded toml v0.5.11
10872024-08-05T17:52:37.127Z Downloaded criterion v0.5.1
10882024-08-05T17:52:37.132Z Downloaded regex-automata v0.1.10
10892024-08-05T17:52:37.137Z Downloaded zeroize v1.7.0
10902024-08-05T17:52:37.139Z Downloaded rcgen v0.12.1
10912024-08-05T17:52:37.141Z Downloaded rand_distr v0.4.3
10922024-08-05T17:52:37.144Z Downloaded rand v0.8.5
10932024-08-05T17:52:37.146Z Downloaded ron v0.7.1
10942024-08-05T17:52:37.151Z Downloaded structmeta v0.3.0
10952024-08-05T17:52:37.154Z Downloaded untrusted v0.7.1
10962024-08-05T17:52:37.154Z Downloaded tokio-rustls v0.24.1
10972024-08-05T17:52:37.154Z Downloaded pem v3.0.4
10982024-08-05T17:52:37.157Z Downloaded hyper-staticfile v0.9.5
10992024-08-05T17:52:37.157Z Downloaded postgres-protocol v0.6.6
11002024-08-05T17:52:37.161Z Downloaded getrandom v0.2.14
11012024-08-05T17:52:37.165Z Downloaded unicode-segmentation v1.11.0
11022024-08-05T17:52:37.168Z Downloaded p521 v0.13.3
11032024-08-05T17:52:37.168Z Downloaded tls_codec_derive v0.4.1
11042024-08-05T17:52:37.171Z Downloaded structmeta v0.2.0
11052024-08-05T17:52:37.171Z Downloaded ff v0.13.0
11062024-08-05T17:52:37.171Z Downloaded fastrand v2.1.0
11072024-08-05T17:52:37.180Z Downloaded globset v0.4.14
11082024-08-05T17:52:37.180Z Downloaded futures-timer v3.0.3
11092024-08-05T17:52:37.180Z Downloaded tokio-rustls v0.25.0
11102024-08-05T17:52:37.185Z Downloaded aes v0.8.4
11112024-08-05T17:52:37.185Z Downloaded r2d2 v0.8.10
11122024-08-05T17:52:37.185Z Downloaded psl-types v2.0.11
11132024-08-05T17:52:37.185Z Downloaded primeorder v0.13.6
11142024-08-05T17:52:37.185Z Downloaded pkcs1 v0.7.5
11152024-08-05T17:52:37.188Z Downloaded unicode_categories v0.1.1
11162024-08-05T17:52:37.188Z Downloaded env_logger v0.10.2
11172024-08-05T17:52:37.191Z Downloaded tokio-tungstenite v0.20.1
11182024-08-05T17:52:37.191Z Downloaded ron v0.8.1
11192024-08-05T17:52:37.196Z Downloaded serde_with_macros v3.8.3
11202024-08-05T17:52:37.199Z Downloaded rstest v0.19.0
11212024-08-05T17:52:37.202Z Downloaded rustc_version v0.4.0
11222024-08-05T17:52:37.205Z Downloaded rustls-pki-types v1.7.0
11232024-08-05T17:52:37.205Z Downloaded itertools v0.13.0
11242024-08-05T17:52:37.211Z Downloaded itertools v0.12.1
11252024-08-05T17:52:37.217Z Downloaded dyn-clone v1.0.17
11262024-08-05T17:52:37.220Z Downloaded peg-macros v0.8.4
11272024-08-05T17:52:37.220Z Downloaded trust-dns-client v0.22.0
11282024-08-05T17:52:37.225Z Downloaded zip v0.6.6
11292024-08-05T17:52:37.229Z Downloaded flume v0.11.0
11302024-08-05T17:52:37.232Z Downloaded serde_arrays v0.1.0
11312024-08-05T17:52:37.232Z Downloaded serde-hex v0.1.0
11322024-08-05T17:52:37.236Z Downloaded rtoolbox v0.0.2
11332024-08-05T17:52:37.236Z Downloaded quick-error v1.2.3
11342024-08-05T17:52:37.236Z Downloaded getrandom v0.1.16
11352024-08-05T17:52:37.239Z Downloaded rusty-fork v0.3.0
11362024-08-05T17:52:37.239Z Downloaded rustc_version v0.1.7
11372024-08-05T17:52:37.243Z Downloaded rustls-pemfile v2.1.2
11382024-08-05T17:52:37.243Z Downloaded rustls-native-certs v0.7.0
11392024-08-05T17:52:37.246Z Downloaded base64 v0.22.1
11402024-08-05T17:52:37.250Z Downloaded chacha20poly1305 v0.10.1
11412024-08-05T17:52:37.250Z Downloaded num-bigint v0.4.5
11422024-08-05T17:52:37.254Z Downloaded minimal-lexical v0.2.1
11432024-08-05T17:52:37.258Z Downloaded crc-any v2.5.0
11442024-08-05T17:52:37.261Z Downloaded tiny-keccak v2.0.2
11452024-08-05T17:52:37.261Z Downloaded tap v1.0.1
11462024-08-05T17:52:37.261Z Downloaded string_cache v0.8.7
11472024-08-05T17:52:37.264Z Downloaded compact_str v0.7.1
11482024-08-05T17:52:37.268Z Downloaded env_logger v0.9.3
11492024-08-05T17:52:37.271Z Downloaded textwrap v0.16.1
11502024-08-05T17:52:37.271Z Downloaded subprocess v0.2.9
11512024-08-05T17:52:37.275Z Downloaded smf v0.2.3
11522024-08-05T17:52:37.275Z Downloaded smawk v0.3.2
11532024-08-05T17:52:37.275Z Downloaded signature v2.2.0
11542024-08-05T17:52:37.279Z Downloaded radium v0.7.0
11552024-08-05T17:52:37.279Z Downloaded similar v2.5.0
11562024-08-05T17:52:37.288Z Downloaded itertools v0.10.5
11572024-08-05T17:52:37.288Z Downloaded hostname v0.4.0
11582024-08-05T17:52:37.288Z Downloaded group v0.13.0
11592024-08-05T17:52:37.292Z Downloaded httptest v0.15.5
11602024-08-05T17:52:37.292Z Downloaded base64 v0.13.1
11612024-08-05T17:52:37.295Z Downloaded embedded-io v0.4.0
11622024-08-05T17:52:37.295Z Downloaded defmt-parser v0.3.4
11632024-08-05T17:52:37.295Z Downloaded unicode-xid v0.2.4
11642024-08-05T17:52:37.298Z Downloaded unicode-linebreak v0.1.5
11652024-08-05T17:52:37.298Z Downloaded topological-sort v0.2.2
11662024-08-05T17:52:37.298Z Downloaded strum_macros v0.25.3
11672024-08-05T17:52:37.303Z Downloaded structmeta-derive v0.2.0
11682024-08-05T17:52:37.303Z Downloaded float-cmp v0.9.0
11692024-08-05T17:52:37.303Z Downloaded darling v0.20.9
11702024-08-05T17:52:37.306Z Downloaded structmeta-derive v0.3.0
11712024-08-05T17:52:37.306Z Downloaded rust-argon2 v2.1.0
11722024-08-05T17:52:37.310Z Downloaded cookie v0.18.1
11732024-08-05T17:52:37.310Z Downloaded dirs-sys v0.4.1
11742024-08-05T17:52:37.314Z Downloaded slog-envlogger v2.2.0
11752024-08-05T17:52:37.314Z Downloaded scheduled-thread-pool v0.2.7
11762024-08-05T17:52:37.314Z Downloaded poly1305 v0.8.0
11772024-08-05T17:52:37.316Z Downloaded phf v0.11.2
11782024-08-05T17:52:37.316Z Downloaded pem-rfc7468 v0.7.0
11792024-08-05T17:52:37.320Z Downloaded socket2 v0.4.10
11802024-08-05T17:52:37.322Z Downloaded const-oid v0.9.6
11812024-08-05T17:52:37.325Z Downloaded signal-hook v0.3.17
11822024-08-05T17:52:37.329Z Downloaded thiserror-no-std v2.0.2
11832024-08-05T17:52:37.332Z Downloaded rpassword v7.3.1
11842024-08-05T17:52:37.332Z Downloaded tui-tree-widget v0.21.0
11852024-08-05T17:52:37.332Z Downloaded wait-timeout v0.2.0
11862024-08-05T17:52:37.335Z Downloaded rustc-hash v1.1.0
11872024-08-05T17:52:37.335Z Downloaded predicates-tree v1.0.9
11882024-08-05T17:52:37.335Z Downloaded predicates-core v1.0.6
11892024-08-05T17:52:37.335Z Downloaded polyval v0.6.2
11902024-08-05T17:52:37.338Z Downloaded ena v0.14.3
11912024-08-05T17:52:37.338Z Downloaded datatest-stable v0.2.9
11922024-08-05T17:52:37.341Z Downloaded threadpool v1.8.1
11932024-08-05T17:52:37.342Z Downloaded target-lexicon v0.12.14
11942024-08-05T17:52:37.344Z Downloaded parking_lot v0.11.2
11952024-08-05T17:52:37.344Z Downloaded p256 v0.13.2
11962024-08-05T17:52:37.347Z Downloaded csv-core v0.1.11
11972024-08-05T17:52:37.349Z Downloaded oso v0.27.3
11982024-08-05T17:52:37.352Z Downloaded nu-ansi-term v0.50.0
11992024-08-05T17:52:37.355Z Downloaded mockall_derive v0.12.1
12002024-08-05T17:52:37.355Z Downloaded cancel-safe-futures v0.1.5
12012024-08-05T17:52:37.359Z Downloaded blake2b_simd v1.0.2
12022024-08-05T17:52:37.359Z Downloaded libtest-mimic v0.7.3
12032024-08-05T17:52:37.363Z Downloaded base64ct v1.6.0
12042024-08-05T17:52:37.366Z Downloaded flagset v0.4.5
12052024-08-05T17:52:37.366Z Downloaded cassowary v0.3.0
12062024-08-05T17:52:37.366Z Downloaded parking_lot_core v0.8.6
12072024-08-05T17:52:37.371Z Downloaded mime_guess v2.0.4
12082024-08-05T17:52:37.371Z Downloaded lru-cache v0.1.2
12092024-08-05T17:52:37.371Z Downloaded cipher v0.4.4
12102024-08-05T17:52:37.374Z Downloaded blowfish v0.9.1
12112024-08-05T17:52:37.374Z Downloaded indicatif v0.17.8
12122024-08-05T17:52:37.377Z Downloaded bit-vec v0.6.3
12132024-08-05T17:52:37.377Z Downloaded crossbeam-deque v0.8.5
12142024-08-05T17:52:37.380Z Downloaded camino-tempfile v1.1.1
12152024-08-05T17:52:37.380Z Downloaded cobs v0.2.3
12162024-08-05T17:52:37.386Z Downloaded chacha20 v0.9.1
12172024-08-05T17:52:37.386Z Downloaded pbkdf2 v0.11.0
12182024-08-05T17:52:37.386Z Downloaded num_enum v0.5.11
12192024-08-05T17:52:37.389Z Downloaded multer v3.1.0
12202024-08-05T17:52:37.392Z Downloaded bcs v0.1.6
12212024-08-05T17:52:37.392Z Downloaded packed_struct_codegen v0.10.1
12222024-08-05T17:52:37.395Z Downloaded backoff v0.4.0
12232024-08-05T17:52:37.395Z Downloaded ascii v1.1.0
12242024-08-05T17:52:37.398Z Downloaded linked-hash-map v0.5.6
12252024-08-05T17:52:37.398Z Downloaded maplit v1.0.2
12262024-08-05T17:52:37.402Z Downloaded buf-list v1.0.3
12272024-08-05T17:52:37.402Z Downloaded bcrypt-pbkdf v0.10.0
12282024-08-05T17:52:37.404Z Downloaded bit-set v0.5.3
12292024-08-05T17:52:37.405Z Downloaded impl-trait-for-tuples v0.2.2
12302024-08-05T17:52:37.407Z Downloaded cstr-argument v0.1.2
12312024-08-05T17:52:37.407Z Downloaded crunchy v0.2.2
12322024-08-05T17:52:37.407Z Downloaded arrayvec v0.7.4
12332024-08-05T17:52:37.410Z Downloaded libloading v0.8.3
12342024-08-05T17:52:37.410Z Downloaded maybe-uninit v2.0.0
12352024-08-05T17:52:37.413Z Downloaded inout v0.1.3
12362024-08-05T17:52:37.413Z Downloaded crc v3.2.1
12372024-08-05T17:52:37.415Z Downloaded lru v0.12.3
12382024-08-05T17:52:37.415Z Downloaded linear-map v1.2.0
12392024-08-05T17:52:37.419Z Downloaded num-iter v0.1.45
12402024-08-05T17:52:37.419Z Downloaded num v0.4.3
12412024-08-05T17:52:37.419Z Downloaded libsw v3.3.1
12422024-08-05T17:52:37.421Z Downloaded cexpr v0.6.0
12432024-08-05T17:52:37.422Z Downloaded colored v2.1.0
12442024-08-05T17:52:37.424Z Downloaded async-trait v0.1.81
12452024-08-05T17:52:37.426Z Downloaded assert_cmd v2.0.14
12462024-08-05T17:52:37.430Z Downloaded bitstruct v0.1.1
12472024-08-05T17:52:37.430Z Downloaded newtype_derive v0.1.6
12482024-08-05T17:52:37.433Z Downloaded olpc-cjson v0.1.3
12492024-08-05T17:52:37.433Z Downloaded nested v0.1.1
12502024-08-05T17:52:37.433Z Downloaded bitfield-struct v0.6.1
12512024-08-05T17:52:37.433Z Downloaded ascii-canvas v3.0.0
12522024-08-05T17:52:37.436Z Downloaded array-init v0.0.4
12532024-08-05T17:52:37.436Z Downloaded bb8 v0.8.5
12542024-08-05T17:52:37.436Z Downloaded ipnetwork v0.20.0
12552024-08-05T17:52:37.439Z Downloaded indent_write v2.2.0
12562024-08-05T17:52:37.439Z Downloaded bitflags v1.3.2
12572024-08-05T17:52:37.443Z Downloaded keccak v0.1.5
12582024-08-05T17:52:37.443Z Downloaded internet-checksum v0.2.1
12592024-08-05T17:52:37.443Z Downloaded approx v0.5.1
12602024-08-05T17:52:37.445Z Downloaded aead v0.5.2
12612024-08-05T17:52:37.467Z Downloaded ring v0.17.8
12622024-08-05T17:52:37.585Z Downloaded ring v0.16.20
12632024-08-05T17:52:38.310Z Compiling serde v1.0.204
12642024-08-05T17:52:38.310Z Checking cfg-if v1.0.0
12652024-08-05T17:52:38.382Z Compiling libm v0.2.8
12662024-08-05T17:52:38.382Z Compiling num-traits v0.2.19
12672024-08-05T17:52:38.411Z Checking libc v0.2.155
12682024-08-05T17:52:38.432Z Compiling syn v2.0.72
12692024-08-05T17:52:38.435Z Compiling ahash v0.8.11
12702024-08-05T17:52:38.435Z Compiling getrandom v0.2.14
12712024-08-05T17:52:38.722Z Compiling serde_json v1.0.120
12722024-08-05T17:52:38.781Z Compiling generic-array v0.14.7
12732024-08-05T17:52:38.829Z Compiling log v0.4.21
12742024-08-05T17:52:38.856Z Checking scopeguard v1.2.0
12752024-08-05T17:52:38.879Z Checking memchr v2.7.2
12762024-08-05T17:52:39.000Z Checking lock_api v0.4.12
12772024-08-05T17:52:39.058Z Checking itoa v1.0.11
12782024-08-05T17:52:39.182Z Compiling syn v1.0.109
12792024-08-05T17:52:39.237Z Compiling allocator-api2 v0.2.18
12802024-08-05T17:52:39.261Z Checking byteorder v1.5.0
12812024-08-05T17:52:39.417Z Compiling schemars v0.8.21
12822024-08-05T17:52:39.663Z Checking smallvec v1.13.2
12832024-08-05T17:52:39.745Z Compiling ring v0.17.8
12842024-08-05T17:52:39.790Z Compiling time-macros v0.2.18
12852024-08-05T17:52:39.790Z Checking rand_core v0.6.4
12862024-08-05T17:52:40.001Z Compiling slog v2.7.0
12872024-08-05T17:52:40.030Z Checking once_cell v1.19.0
12882024-08-05T17:52:40.111Z Compiling aho-corasick v1.1.3
12892024-08-05T17:52:40.349Z Compiling regex-syntax v0.8.3
12902024-08-05T17:52:40.573Z Checking parking_lot_core v0.9.10
12912024-08-05T17:52:42.488Z Checking parking_lot v0.12.2
12922024-08-05T17:52:42.836Z Checking pin-project-lite v0.2.14
12932024-08-05T17:52:43.240Z Compiling crossbeam-utils v0.8.19
12942024-08-05T17:52:43.571Z Compiling iana-time-zone v0.1.60
12952024-08-05T17:52:43.844Z Compiling spin v0.9.8
12962024-08-05T17:52:43.883Z Compiling regex-automata v0.4.6
12972024-08-05T17:52:44.054Z Checking signal-hook-registry v1.4.2
12982024-08-05T17:52:44.254Z Checking mio v0.8.11
12992024-08-05T17:52:44.868Z Compiling rustls v0.21.12
13002024-08-05T17:52:45.470Z Checking num_cpus v1.16.0
13012024-08-05T17:52:45.595Z Compiling cookie v0.17.0
13022024-08-05T17:52:45.886Z Compiling serde_derive_internals v0.29.1
13032024-08-05T17:52:46.159Z Compiling dyn-clone v1.0.17
13042024-08-05T17:52:46.471Z Compiling backtrace v0.3.71
13052024-08-05T17:52:46.828Z Checking typenum v1.17.0
13062024-08-05T17:52:46.933Z Checking futures-core v0.3.30
13072024-08-05T17:52:47.125Z Checking socket2 v0.5.7
13082024-08-05T17:52:47.468Z Checking ryu v1.0.18
13092024-08-05T17:52:47.600Z Compiling anyhow v1.0.86
13102024-08-05T17:52:48.130Z Checking subtle v2.5.0
13112024-08-05T17:52:48.271Z Compiling unicode-normalization v0.1.23
13122024-08-05T17:52:48.381Z Compiling unicode-bidi v0.3.15
13132024-08-05T17:52:48.508Z Compiling either v1.12.0
13142024-08-05T17:52:48.768Z Compiling untrusted v0.9.0
13152024-08-05T17:52:48.792Z Checking futures-sink v0.3.30
13162024-08-05T17:52:48.950Z Compiling winnow v0.5.40
13172024-08-05T17:52:48.971Z Compiling const-oid v0.9.6
13182024-08-05T17:52:49.363Z Compiling regex v1.10.5
13192024-08-05T17:52:49.941Z Compiling time v0.3.36
13202024-08-05T17:52:50.514Z Checking futures-channel v0.3.30
13212024-08-05T17:52:50.887Z Checking slab v0.4.9
13222024-08-05T17:52:50.945Z Checking futures-task v0.3.30
13232024-08-05T17:52:51.177Z Checking futures-io v0.3.30
13242024-08-05T17:52:51.213Z Checking pin-utils v0.1.0
13252024-08-05T17:52:52.653Z Compiling signal-hook v0.3.17
13262024-08-05T17:52:52.937Z Compiling sct v0.7.1
13272024-08-05T17:52:52.974Z Compiling rustls-webpki v0.101.7
13282024-08-05T17:52:53.083Z Compiling idna v0.5.0
13292024-08-05T17:52:53.256Z Compiling siphasher v0.3.11
13302024-08-05T17:52:53.394Z Compiling serde_derive v1.0.204
13312024-08-05T17:52:53.648Z Compiling zerocopy-derive v0.7.34
13322024-08-05T17:52:54.040Z Compiling zeroize_derive v1.4.2
13332024-08-05T17:52:54.752Z Compiling tokio-macros v2.3.0
13342024-08-05T17:52:54.805Z Compiling thiserror-impl v1.0.63
13352024-08-05T17:52:54.989Z Compiling futures-macro v0.3.30
13362024-08-05T17:52:55.552Z Compiling tracing-attributes v0.1.27
13372024-08-05T17:52:55.733Z Compiling schemars_derive v0.8.21
13382024-08-05T17:52:56.132Z Compiling zerocopy v0.7.34
13392024-08-05T17:52:56.521Z Checking zeroize v1.7.0
13402024-08-05T17:52:56.802Z Compiling openssl-macros v0.1.1
13412024-08-05T17:52:57.257Z Compiling async-trait v0.1.81
13422024-08-05T17:52:58.006Z Compiling scroll_derive v0.12.0
13432024-08-05T17:52:58.316Z Compiling thiserror v1.0.63
13442024-08-05T17:52:58.452Z Compiling hashbrown v0.14.5
13452024-08-05T17:52:58.477Z Compiling pest v2.7.10
13462024-08-05T17:52:58.801Z Compiling der_derive v0.7.2
13472024-08-05T17:52:59.341Z Checking crypto-common v0.1.6
13482024-08-05T17:52:59.598Z Compiling scroll v0.12.0
13492024-08-05T17:52:59.928Z Compiling futures-util v0.3.30
13502024-08-05T17:53:00.153Z Compiling goblin v0.8.2
13512024-08-05T17:53:00.190Z Compiling tracing v0.1.40
13522024-08-05T17:53:00.800Z Compiling clap_derive v4.5.8
13532024-08-05T17:53:01.086Z Compiling pest_meta v2.7.10
13542024-08-05T17:53:01.530Z Compiling block-buffer v0.10.4
13552024-08-05T17:53:01.557Z Compiling zerocopy-derive v0.6.6
13562024-08-05T17:53:01.821Z Compiling digest v0.10.7
13572024-08-05T17:53:02.359Z Compiling pest_generator v2.7.10
13582024-08-05T17:53:05.050Z Compiling url v2.5.2
13592024-08-05T17:53:06.590Z Compiling pest_derive v2.7.10
13602024-08-05T17:53:06.669Z Compiling idna v0.3.0
13612024-08-05T17:53:07.029Z Compiling ppv-lite86 v0.2.17
13622024-08-05T17:53:07.159Z Compiling psl-types v2.0.11
13632024-08-05T17:53:07.453Z Compiling dtrace-parser v0.2.0
13642024-08-05T17:53:07.839Z Compiling rand_chacha v0.3.1
13652024-08-05T17:53:08.379Z Compiling publicsuffix v2.2.3
13662024-08-05T17:53:08.566Z Compiling lazy_static v1.5.0
13672024-08-05T17:53:08.636Z Compiling rand v0.8.5
13682024-08-05T17:53:08.699Z Compiling crossbeam-epoch v0.9.18
13692024-08-05T17:53:09.363Z Checking bytes v1.6.0
13702024-08-05T17:53:09.730Z Compiling indexmap v2.2.6
13712024-08-05T17:53:10.204Z Compiling semver v1.0.23
13722024-08-05T17:53:10.227Z Compiling serde_tokenstream v0.2.1
13732024-08-05T17:53:10.790Z Compiling uuid v1.10.0
13742024-08-05T17:53:10.832Z Compiling chrono v0.4.38
13752024-08-05T17:53:10.872Z Compiling bitflags v2.6.0
13762024-08-05T17:53:11.051Z Compiling http v0.2.12
13772024-08-05T17:53:11.237Z Checking tokio v1.38.1
13782024-08-05T17:53:11.342Z Compiling rustc_version v0.4.0
13792024-08-05T17:53:12.198Z Compiling serde_spanned v0.6.6
13802024-08-05T17:53:12.411Z Compiling toml_datetime v0.6.6
13812024-08-05T17:53:12.797Z Compiling dof v0.3.0
13822024-08-05T17:53:12.947Z Compiling rustix v0.38.34
13832024-08-05T17:53:14.237Z Compiling usdt-impl v0.5.0
13842024-08-05T17:53:14.845Z Compiling openapiv3 v2.0.0
13852024-08-05T17:53:15.286Z Compiling toml_edit v0.19.15
13862024-08-05T17:53:15.757Z Compiling http-body v0.4.6
13872024-08-05T17:53:15.992Z Compiling usdt-attr-macro v0.5.0
13882024-08-05T17:53:16.138Z Compiling usdt-macro v0.5.0
13892024-08-05T17:53:16.238Z Compiling openssl v0.10.66
13902024-08-05T17:53:17.687Z Compiling heapless v0.7.17
13912024-08-05T17:53:17.716Z Compiling serde_urlencoded v0.7.1
13922024-08-05T17:53:17.874Z Compiling cookie_store v0.20.0
13932024-08-05T17:53:18.204Z Compiling unicode-xid v0.2.4
13942024-08-05T17:53:18.254Z Compiling gimli v0.28.1
13952024-08-05T17:53:18.306Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13962024-08-05T17:53:18.370Z Compiling bit-vec v0.6.3
13972024-08-05T17:53:18.827Z Compiling webpki-roots v0.25.4
13982024-08-05T17:53:19.000Z Compiling tokio-util v0.7.11
13992024-08-05T17:53:19.114Z Compiling tokio-rustls v0.24.1
14002024-08-05T17:53:19.540Z Compiling enum-as-inner v0.5.1
14012024-08-05T17:53:19.850Z Compiling phf_shared v0.10.0
14022024-08-05T17:53:19.998Z Compiling h2 v0.3.26
14032024-08-05T17:53:20.386Z Compiling object v0.32.2
14042024-08-05T17:53:20.587Z Compiling minimal-lexical v0.2.1
14052024-08-05T17:53:21.206Z Compiling precomputed-hash v0.1.1
14062024-08-05T17:53:21.346Z Compiling base64ct v1.6.0
14072024-08-05T17:53:21.607Z Compiling fixedbitset v0.4.2
14082024-08-05T17:53:21.984Z Compiling new_debug_unreachable v1.0.6
14092024-08-05T17:53:22.075Z Compiling smoltcp v0.9.1
14102024-08-05T17:53:22.097Z Compiling rustc-demangle v0.1.24
14112024-08-05T17:53:22.833Z Compiling native-tls v0.2.11
14122024-08-05T17:53:23.098Z Compiling addr2line v0.21.0
14132024-08-05T17:53:23.490Z Compiling tokio-native-tls v0.3.1
14142024-08-05T17:53:23.606Z Compiling toml_edit v0.22.16
14152024-08-05T17:53:23.776Z Compiling string_cache v0.8.7
14162024-08-05T17:53:23.800Z Compiling petgraph v0.6.5
14172024-08-05T17:53:24.004Z Compiling pem-rfc7468 v0.7.0
14182024-08-05T17:53:24.272Z Compiling nom v7.1.3
14192024-08-05T17:53:24.811Z Compiling bit-set v0.5.3
14202024-08-05T17:53:25.117Z Compiling futures-executor v0.3.30
14212024-08-05T17:53:25.362Z Compiling hmac v0.12.1
14222024-08-05T17:53:25.768Z Compiling hubpack_derive v0.1.1
14232024-08-05T17:53:25.876Z Compiling itertools v0.10.5
14242024-08-05T17:53:26.668Z Compiling diesel_table_macro_syntax v0.1.0
14252024-08-05T17:53:26.953Z Compiling hyper v0.14.28
14262024-08-05T17:53:27.828Z Compiling num-integer v0.1.46
14272024-08-05T17:53:27.868Z Compiling fs-err v2.11.0
14282024-08-05T17:53:28.133Z Compiling lalrpop-util v0.19.12
14292024-08-05T17:53:28.165Z Compiling unicode-segmentation v1.11.0
14302024-08-05T17:53:28.501Z Compiling flagset v0.4.5
14312024-08-05T17:53:28.720Z Compiling der v0.7.9
14322024-08-05T17:53:28.797Z Compiling diesel_derives v2.1.4
14332024-08-05T17:53:29.445Z Compiling futures v0.3.30
14342024-08-05T17:53:29.575Z Compiling hex v0.4.3
14352024-08-05T17:53:29.706Z Compiling itertools v0.12.1
14362024-08-05T17:53:30.216Z Compiling finl_unicode v1.2.0
14372024-08-05T17:53:30.861Z Compiling stringprep v0.1.4
14382024-08-05T17:53:30.989Z Compiling spki v0.7.3
14392024-08-05T17:53:31.013Z Compiling sha2 v0.10.8
14402024-08-05T17:53:31.391Z Compiling toml v0.7.8
14412024-08-05T17:53:32.167Z Compiling md-5 v0.10.6
14422024-08-05T17:53:32.307Z Compiling strum_macros v0.25.3
14432024-08-05T17:53:32.436Z Compiling serde_repr v0.1.19
14442024-08-05T17:53:32.648Z Compiling hash32 v0.2.1
14452024-08-05T17:53:32.955Z Compiling fallible-iterator v0.2.0
14462024-08-05T17:53:33.023Z Checking fnv v1.0.7
14472024-08-05T17:53:33.149Z Compiling stable_deref_trait v1.2.0
14482024-08-05T17:53:33.172Z Compiling pkcs8 v0.10.2
14492024-08-05T17:53:33.653Z Compiling postgres-protocol v0.6.6
14502024-08-05T17:53:33.680Z Compiling ipnetwork v0.20.0
14512024-08-05T17:53:33.753Z Compiling terminal_size v0.3.0
14522024-08-05T17:53:33.977Z Compiling hyper-rustls v0.24.2
14532024-08-05T17:53:34.361Z Compiling hyper-tls v0.5.0
14542024-08-05T17:53:34.443Z Compiling block-padding v0.3.3
14552024-08-05T17:53:34.533Z Compiling phf_shared v0.11.2
14562024-08-05T17:53:34.631Z Compiling reqwest v0.11.27
14572024-08-05T17:53:34.717Z Compiling ff v0.13.0
14582024-08-05T17:53:34.919Z Compiling scheduled-thread-pool v0.2.7
14592024-08-05T17:53:35.073Z Compiling base16ct v0.2.0
14602024-08-05T17:53:35.131Z Compiling regex-automata v0.1.10
14612024-08-05T17:53:35.430Z Compiling peg-runtime v0.8.3
14622024-08-05T17:53:35.588Z Compiling matches v0.1.10
14632024-08-05T17:53:35.661Z Compiling bitflags v1.3.2
14642024-08-05T17:53:35.694Z Compiling managed v0.8.0
14652024-08-05T17:53:35.750Z Compiling clap_builder v4.5.9
14662024-08-05T17:53:35.794Z Compiling idna v0.2.3
14672024-08-05T17:53:36.179Z Compiling bstr v0.2.17
14682024-08-05T17:53:36.753Z Compiling sec1 v0.7.3
14692024-08-05T17:53:37.199Z Compiling r2d2 v0.8.10
14702024-08-05T17:53:37.419Z Compiling signal-hook-mio v0.2.3
14712024-08-05T17:53:37.581Z Compiling usdt v0.5.0
14722024-08-05T17:53:37.605Z Compiling group v0.13.0
14732024-08-05T17:53:37.751Z Compiling phf v0.11.2
14742024-08-05T17:53:37.927Z Compiling inout v0.1.3
14752024-08-05T17:53:38.057Z Compiling postgres-types v0.2.6
14762024-08-05T17:53:38.115Z Compiling num-bigint v0.4.5
14772024-08-05T17:53:38.217Z Compiling num-iter v0.1.45
14782024-08-05T17:53:38.304Z Compiling hubpack v0.1.2
14792024-08-05T17:53:38.414Z Compiling hkdf v0.12.4
14802024-08-05T17:53:38.793Z Compiling zerocopy v0.6.6
14812024-08-05T17:53:38.987Z Compiling crypto-bigint v0.5.5
14822024-08-05T17:53:39.483Z Compiling float-cmp v0.9.0
14832024-08-05T17:53:39.679Z Compiling data-encoding v2.6.0
14842024-08-05T17:53:39.699Z Compiling predicates-core v1.0.6
14852024-08-05T17:53:39.732Z Compiling static_assertions v1.1.0
14862024-08-05T17:53:39.849Z Compiling normalize-line-endings v0.3.0
14872024-08-05T17:53:39.988Z Compiling whoami v1.5.1
14882024-08-05T17:53:40.070Z Compiling difflib v0.4.0
14892024-08-05T17:53:40.659Z Compiling predicates v3.1.0
14902024-08-05T17:53:41.814Z Compiling yasna v0.5.2
14912024-08-05T17:53:42.273Z Compiling elliptic-curve v0.13.8
14922024-08-05T17:53:42.579Z Compiling tokio-postgres v0.7.10
14932024-08-05T17:53:42.808Z Compiling diesel v2.1.6
14942024-08-05T17:53:43.107Z Compiling trust-dns-proto v0.22.0
14952024-08-05T17:53:43.795Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
14962024-08-05T17:53:45.326Z Compiling clap v4.5.9
14972024-08-05T17:53:45.458Z Compiling cipher v0.4.4
14982024-08-05T17:53:45.985Z Compiling crossterm v0.27.0
14992024-08-05T17:53:46.062Z Compiling similar v2.5.0
15002024-08-05T17:53:48.741Z Compiling tokio-stream v0.1.15
15012024-08-05T17:53:48.764Z Compiling console v0.15.8
15022024-08-05T17:53:49.369Z Compiling bstr v1.9.1
15032024-08-05T17:53:49.753Z Checking equivalent v1.0.1
15042024-08-05T17:53:49.804Z Checking tinyvec_macros v0.1.1
15052024-08-05T17:53:49.910Z Checking tinyvec v1.6.0
15062024-08-05T17:53:50.513Z Checking cpufeatures v0.2.12
15072024-08-05T17:53:51.216Z Checking tracing-core v0.1.32
15082024-08-05T17:53:51.219Z Checking percent-encoding v2.3.1
15092024-08-05T17:53:51.479Z Checking form_urlencoded v1.2.1
15102024-08-05T17:53:51.673Z Checking powerfmt v0.2.0
15112024-08-05T17:53:51.932Z Checking deranged v0.3.11
15122024-08-05T17:53:52.101Z Checking num-conv v0.1.0
15132024-08-05T17:53:52.132Z Checking unicode-ident v1.0.12
15142024-08-05T17:53:52.304Z Checking time-core v0.1.2
15152024-08-05T17:53:52.349Z Checking num_threads v0.1.7
15162024-08-05T17:53:52.466Z Checking httparse v1.8.0
15172024-08-05T17:53:52.488Z Checking unicode-width v0.1.13
15182024-08-05T17:53:52.932Z Checking errno v0.3.9
15192024-08-05T17:53:53.001Z Checking proc-macro2 v1.0.86
15202024-08-05T17:53:53.688Z Checking quote v1.0.36
15212024-08-05T17:53:54.047Z Checking adler v1.0.2
15222024-08-05T17:53:54.214Z Checking miniz_oxide v0.7.2
15232024-08-05T17:53:54.308Z Checking try-lock v0.2.5
15242024-08-05T17:53:54.440Z Checking base64 v0.21.7
15252024-08-05T17:53:54.902Z Checking want v0.3.1
15262024-08-05T17:53:55.153Z Checking tower-service v0.3.2
15272024-08-05T17:53:55.556Z Checking httpdate v1.0.3
15282024-08-05T17:53:55.833Z Checking openssl-probe v0.1.5
15292024-08-05T17:53:55.978Z Checking foreign-types-shared v0.1.1
15302024-08-05T17:53:56.001Z Checking openssl-sys v0.9.103
15312024-08-05T17:53:56.089Z Checking foreign-types v0.3.2
15322024-08-05T17:53:56.184Z Checking ipnet v2.9.0
15332024-08-05T17:53:56.206Z Checking mime v0.3.17
15342024-08-05T17:53:57.096Z Checking utf8parse v0.2.1
15352024-08-05T17:54:01.272Z Checking encoding_rs v0.8.34
15362024-08-05T17:54:01.705Z Checking anstyle v1.0.7
15372024-08-05T17:54:03.294Z Checking rustls-pemfile v1.0.4
15382024-08-05T17:54:03.487Z Checking sync_wrapper v0.1.2
15392024-08-05T17:54:03.528Z Checking plain v0.2.3
15402024-08-05T17:54:03.615Z Checking ucd-trie v0.1.6
15412024-08-05T17:54:03.636Z Checking anstyle-parse v0.2.4
15422024-08-05T17:54:03.742Z Checking is_terminal_polyfill v1.70.0
15432024-08-05T17:54:03.871Z Checking pretty-hex v0.4.1
15442024-08-05T17:54:03.896Z Checking anstyle-query v1.0.3
15452024-08-05T17:54:03.918Z Checking colorchoice v1.0.1
15462024-08-05T17:54:04.064Z Checking thread-id v4.2.1
15472024-08-05T17:54:04.068Z Checking anstream v0.6.14
15482024-08-05T17:54:04.111Z Checking clap_lex v0.7.0
15492024-08-05T17:54:04.178Z Checking strsim v0.11.1
15502024-08-05T17:54:04.542Z Checking memmap v0.7.0
15512024-08-05T17:54:04.746Z Checking crc32fast v1.4.0
15522024-08-05T17:54:06.119Z Checking flate2 v1.0.30
15532024-08-05T17:54:07.848Z Checking winnow v0.6.8
15542024-08-05T17:54:16.172Z Compiling regress v0.9.1
15552024-08-05T17:54:16.226Z Compiling getopts v0.2.21
15562024-08-05T17:54:17.151Z Compiling unsafe-libyaml v0.2.11
15572024-08-05T17:54:17.281Z Checking heck v0.5.0
15582024-08-05T17:54:18.632Z Compiling serde_yaml v0.9.34+deprecated
15592024-08-05T17:54:18.886Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15602024-08-05T17:54:19.222Z Compiling paste v1.0.15
15612024-08-05T17:54:19.523Z Checking camino v1.1.7
15622024-08-05T17:54:19.726Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15632024-08-05T17:54:20.212Z Checking is-terminal v0.4.12
15642024-08-05T17:54:20.843Z Compiling strum_macros v0.26.4
15652024-08-05T17:54:21.126Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15662024-08-05T17:54:21.332Z Checking base64 v0.22.1
15672024-08-05T17:54:21.540Z Checking sha1 v0.10.6
15682024-08-05T17:54:21.586Z Compiling ident_case v1.0.1
15692024-08-05T17:54:21.782Z Compiling rustls v0.22.4
15702024-08-05T17:54:21.810Z Compiling darling_core v0.20.9
15712024-08-05T17:54:21.832Z Checking http v1.1.0
15722024-08-05T17:54:22.088Z Checking match_cfg v0.1.0
15732024-08-05T17:54:22.191Z Checking hostname v0.3.1
15742024-08-05T17:54:22.335Z Checking dirs-sys-next v0.1.2
15752024-08-05T17:54:22.536Z Compiling multer v3.1.0
15762024-08-05T17:54:22.908Z Checking dirs-next v2.0.0
15772024-08-05T17:54:23.048Z Checking crossbeam-channel v0.5.12
15782024-08-05T17:54:23.074Z Compiling async-stream-impl v0.3.5
15792024-08-05T17:54:23.272Z Checking thread_local v1.1.8
15802024-08-05T17:54:23.310Z Checking rustls-pki-types v1.7.0
15812024-08-05T17:54:23.577Z Checking term v0.7.0
15822024-08-05T17:54:23.759Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
15832024-08-05T17:54:23.818Z Checking take_mut v0.2.2
15842024-08-05T17:54:23.976Z Checking slog-async v2.8.0
15852024-08-05T17:54:24.029Z Checking slog-term v2.9.1
15862024-08-05T17:54:24.120Z Checking toml v0.8.15
15872024-08-05T17:54:24.248Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
15882024-08-05T17:54:24.484Z Checking rustls-webpki v0.102.4
15892024-08-05T17:54:24.541Z Checking slog-json v2.6.1
15902024-08-05T17:54:24.822Z Checking slog-bunyan v2.5.0
15912024-08-05T17:54:24.943Z Checking rustls-pemfile v2.1.2
15922024-08-05T17:54:24.999Z Checking debug-ignore v1.0.5
15932024-08-05T17:54:25.153Z Checking instant v0.1.12
15942024-08-05T17:54:25.194Z Checking atomic-waker v1.1.2
15952024-08-05T17:54:25.292Z Checking async-stream v0.3.5
15962024-08-05T17:54:25.343Z Checking waitgroup v0.1.2
15972024-08-05T17:54:25.485Z Checking serde_path_to_error v0.1.16
15982024-08-05T17:54:25.931Z Checking hostname v0.4.0
15992024-08-05T17:54:26.084Z Checking fastrand v2.1.0
16002024-08-05T17:54:26.167Z Compiling structmeta-derive v0.3.0
16012024-08-05T17:54:26.410Z Checking tempfile v3.10.1
16022024-08-05T17:54:26.665Z Checking strum v0.26.3
16032024-08-05T17:54:26.768Z Checking quick-error v1.2.3
16042024-08-05T17:54:26.832Z Checking newtype-uuid v1.1.0
16052024-08-05T17:54:26.925Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16062024-08-05T17:54:27.095Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16072024-08-05T17:54:27.738Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
16082024-08-05T17:54:27.930Z Checking macaddr v1.0.1
16092024-08-05T17:54:28.045Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16102024-08-05T17:54:28.200Z Checking backoff v0.4.0
16112024-08-05T17:54:28.276Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
16122024-08-05T17:54:28.499Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16132024-08-05T17:54:28.529Z Checking wait-timeout v0.2.0
16142024-08-05T17:54:28.607Z Compiling structmeta-derive v0.2.0
16152024-08-05T17:54:28.663Z Checking rand_xorshift v0.3.0
16162024-08-05T17:54:28.712Z Checking rusty-fork v0.3.0
16172024-08-05T17:54:28.857Z Checking unarray v0.1.4
16182024-08-05T17:54:28.965Z Checking tokio-rustls v0.25.0
16192024-08-05T17:54:29.014Z Compiling proc-macro-error v1.0.4
16202024-08-05T17:54:29.038Z Checking proptest v1.4.0
16212024-08-05T17:54:29.410Z Compiling structmeta v0.3.0
16222024-08-05T17:54:29.546Z Compiling darling_macro v0.20.9
16232024-08-05T17:54:29.747Z Checking camino-tempfile v1.1.1
16242024-08-05T17:54:29.868Z Compiling parse-display-derive v0.9.1
16252024-08-05T17:54:30.037Z Compiling proc-macro-crate v1.3.1
16262024-08-05T17:54:30.639Z Compiling darling v0.20.9
16272024-08-05T17:54:30.776Z Compiling serde_with_macros v3.8.3
16282024-08-05T17:54:31.288Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16292024-08-05T17:54:31.678Z Compiling num_enum_derive v0.5.11
16302024-08-05T17:54:31.889Z Compiling structmeta v0.2.0
16312024-08-05T17:54:32.365Z Compiling test-strategy v0.3.1
16322024-08-05T17:54:33.307Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16332024-08-05T17:54:33.618Z Compiling foreign-types-macros v0.2.3
16342024-08-05T17:54:33.838Z Checking foreign-types-shared v0.3.1
16352024-08-05T17:54:33.968Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16362024-08-05T17:54:34.103Z Checking serde_with v3.8.3
16372024-08-05T17:54:34.511Z Checking num_enum v0.5.11
16382024-08-05T17:54:34.599Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16392024-08-05T17:54:34.668Z Checking cstr-argument v0.1.2
16402024-08-05T17:54:34.855Z Checking pretty-hex v0.2.1
16412024-08-05T17:54:34.910Z Checking foreign-types v0.5.0
16422024-08-05T17:54:35.014Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16432024-08-05T17:54:35.048Z Checking parse-display v0.9.1
16442024-08-05T17:54:35.077Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16452024-08-05T17:54:35.286Z Checking tabwriter v1.4.0
16462024-08-05T17:54:35.307Z Checking colored v2.1.0
16472024-08-05T17:54:35.367Z Checking socket2 v0.4.10
16482024-08-05T17:54:35.539Z Checking smf v0.2.3
16492024-08-05T17:54:35.578Z Compiling heapless v0.8.0
16502024-08-05T17:54:35.615Z Checking termtree v0.4.1
16512024-08-05T17:54:35.885Z Checking predicates-tree v1.0.9
16522024-08-05T17:54:35.888Z Checking hash32 v0.3.1
16532024-08-05T17:54:36.062Z Compiling smoltcp v0.11.0
16542024-08-05T17:54:36.084Z Checking cobs v0.2.3
16552024-08-05T17:54:36.103Z Checking embedded-io v0.4.0
16562024-08-05T17:54:36.278Z Compiling crucible-workspace-hack v0.1.0
16572024-08-05T17:54:36.309Z Checking postcard v1.0.8
16582024-08-05T17:54:36.586Z Checking sigpipe v0.1.3
16592024-08-05T17:54:36.612Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
16602024-08-05T17:54:36.704Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
16612024-08-05T17:54:36.856Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
16622024-08-05T17:54:36.916Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
16632024-08-05T17:54:36.966Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16642024-08-05T17:54:37.048Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
16652024-08-05T17:54:37.213Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
16662024-08-05T17:54:37.585Z Compiling mockall_derive v0.12.1
16672024-08-05T17:54:37.676Z Compiling num-derive v0.4.2
16682024-08-05T17:54:37.741Z Checking downcast v0.11.0
16692024-08-05T17:54:37.954Z Checking fragile v2.0.0
16702024-08-05T17:54:38.286Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
16712024-08-05T17:54:38.471Z Checking humantime v2.1.0
16722024-08-05T17:54:38.552Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
16732024-08-05T17:54:38.778Z Checking newline-converter v0.3.0
16742024-08-05T17:54:38.946Z Checking expectorate v1.1.0
16752024-08-05T17:54:39.003Z Checking arc-swap v1.7.1
16762024-08-05T17:54:39.115Z Checking termcolor v1.4.1
16772024-08-05T17:54:39.290Z Checking xattr v1.3.1
16782024-08-05T17:54:39.442Z Checking slog-scope v4.4.0
16792024-08-05T17:54:39.484Z Compiling derive-where v1.2.7
16802024-08-05T17:54:39.558Z Checking filetime v0.2.23
16812024-08-05T17:54:39.650Z Checking slog-stdlog v4.1.1
16822024-08-05T17:54:39.771Z Checking tar v0.4.41
16832024-08-05T17:54:39.821Z Checking slog-envlogger v2.2.0
16842024-08-05T17:54:40.071Z Checking same-file v1.0.6
16852024-08-05T17:54:40.192Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
16862024-08-05T17:54:40.257Z Checking walkdir v2.5.0
16872024-08-05T17:54:40.454Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16882024-08-05T17:54:40.510Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
16892024-08-05T17:54:40.531Z Checking password-hash v0.5.0
16902024-08-05T17:54:40.553Z Checking blake2 v0.10.6
16912024-08-05T17:54:40.657Z Checking utf-8 v0.7.6
16922024-08-05T17:54:40.884Z Checking atty v0.2.14
16932024-08-05T17:54:41.050Z Checking argon2 v0.5.3
16942024-08-05T17:54:41.760Z Checking tungstenite v0.21.0
16952024-08-05T17:54:42.010Z Checking pem v3.0.4
16962024-08-05T17:54:42.037Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
16972024-08-05T17:54:42.289Z Checking tungstenite v0.20.1
16982024-08-05T17:54:42.629Z Checking tokio-tungstenite v0.21.0
16992024-08-05T17:54:43.077Z Compiling convert_case v0.4.0
17002024-08-05T17:54:43.191Z Checking env_logger v0.9.3
17012024-08-05T17:54:43.215Z Checking tokio-tungstenite v0.20.1
17022024-08-05T17:54:43.320Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17032024-08-05T17:54:43.648Z Compiling bitstruct_derive v0.1.0
17042024-08-05T17:54:43.680Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17052024-08-05T17:54:43.702Z Checking ascii v1.1.0
17062024-08-05T17:54:43.806Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
17072024-08-05T17:54:43.827Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17082024-08-05T17:54:43.988Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17092024-08-05T17:54:44.036Z Compiling derive_more v0.99.18
17102024-08-05T17:54:44.111Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
17112024-08-05T17:54:44.132Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17122024-08-05T17:54:44.239Z Checking atomicwrites v0.4.3
17132024-08-05T17:54:44.444Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17142024-08-05T17:54:44.447Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17152024-08-05T17:54:44.727Z Checking erased-serde v0.3.31
17162024-08-05T17:54:44.818Z Checking serde_arrays v0.1.0
17172024-08-05T17:54:44.967Z Compiling rayon-core v1.12.1
17182024-08-05T17:54:44.987Z Compiling heck v0.3.3
17192024-08-05T17:54:45.028Z Checking bitstruct v0.1.1
17202024-08-05T17:54:45.142Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
17212024-08-05T17:54:45.184Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17222024-08-05T17:54:45.345Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17232024-08-05T17:54:45.432Z Compiling zone_cfg_derive v0.1.2
17242024-08-05T17:54:45.476Z Checking headers-core v0.2.0
17252024-08-05T17:54:45.622Z Checking half v2.4.1
17262024-08-05T17:54:45.835Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17272024-08-05T17:54:46.133Z Checking base64 v0.13.1
17282024-08-05T17:54:46.136Z Checking mockall v0.12.1
17292024-08-05T17:54:46.403Z Checking ciborium-io v0.2.2
17302024-08-05T17:54:46.531Z Checking ciborium-ll v0.2.2
17312024-08-05T17:54:46.549Z Checking ron v0.7.1
17322024-08-05T17:54:46.829Z Checking headers v0.3.9
17332024-08-05T17:54:47.036Z Checking zone v0.1.8
17342024-08-05T17:54:47.538Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17352024-08-05T17:54:47.675Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17362024-08-05T17:54:47.709Z Checking portpicker v0.1.1
17372024-08-05T17:54:47.845Z Checking ciborium v0.2.2
17382024-08-05T17:54:47.865Z Checking rcgen v0.12.1
17392024-08-05T17:54:47.887Z Checking subprocess v0.2.9
17402024-08-05T17:54:48.061Z Compiling prettyplease v0.2.20
17412024-08-05T17:54:48.353Z Checking swrite v0.1.0
17422024-08-05T17:54:48.472Z Compiling home v0.5.9
17432024-08-05T17:54:48.493Z Compiling semver v0.1.20
17442024-08-05T17:54:48.555Z Checking linked-hash-map v0.5.6
17452024-08-05T17:54:48.756Z Compiling blake3 v1.5.1
17462024-08-05T17:54:48.889Z Compiling rustc_version v0.1.7
17472024-08-05T17:54:48.909Z Checking lru-cache v0.1.2
17482024-08-05T17:54:49.078Z Compiling ring v0.16.20
17492024-08-05T17:54:49.105Z Compiling cancel-safe-futures v0.1.5
17502024-08-05T17:54:49.388Z Compiling newtype_derive v0.1.6
17512024-08-05T17:54:49.776Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17522024-08-05T17:54:49.877Z Checking steno v0.4.1
17532024-08-05T17:54:50.227Z Checking num-rational v0.4.2
17542024-08-05T17:54:50.881Z Checking num-complex v0.4.6
17552024-08-05T17:54:51.846Z Checking num v0.4.3
17562024-08-05T17:54:51.961Z Checking resolv-conf v0.7.0
17572024-08-05T17:54:51.982Z Checking float-ord v0.3.2
17582024-08-05T17:54:52.292Z Checking libsw v3.3.1
17592024-08-05T17:54:52.311Z Checking trust-dns-resolver v0.22.0
17602024-08-05T17:54:52.569Z Compiling slog-dtrace v0.3.0
17612024-08-05T17:54:52.854Z Checking linear-map v1.2.0
17622024-08-05T17:54:52.939Z Checking owo-colors v4.0.0
17632024-08-05T17:54:54.024Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17642024-08-05T17:54:54.848Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
17652024-08-05T17:54:55.011Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17662024-08-05T17:54:55.328Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17672024-08-05T17:54:55.981Z Compiling crossbeam-deque v0.8.5
17682024-08-05T17:54:59.231Z Compiling rayon v1.10.0
17692024-08-05T17:54:59.749Z Compiling memmap2 v0.9.4
17702024-08-05T17:55:00.102Z Compiling untrusted v0.7.1
17712024-08-05T17:55:00.182Z Compiling arrayvec v0.7.4
17722024-08-05T17:55:00.311Z Compiling spin v0.5.2
17732024-08-05T17:55:00.426Z Compiling constant_time_eq v0.3.0
17742024-08-05T17:55:00.571Z Compiling arrayref v0.3.7
17752024-08-05T17:55:01.151Z Compiling toolchain_find v0.4.0
17762024-08-05T17:55:01.813Z Compiling topological-sort v0.2.2
17772024-08-05T17:55:01.840Z Compiling rustfmt-wrapper v0.2.1
17782024-08-05T17:55:02.048Z Checking display-error-chain v0.2.0
17792024-08-05T17:55:02.206Z Checking signature v2.2.0
17802024-08-05T17:55:02.424Z Checking nibble_vec v0.1.0
17812024-08-05T17:55:02.457Z Checking endian-type v0.1.2
17822024-08-05T17:55:02.621Z Checking gethostname v0.4.3
17832024-08-05T17:55:02.666Z Checking radix_trie v0.2.1
17842024-08-05T17:55:02.764Z Compiling libefi-sys v0.1.0
17852024-08-05T17:55:02.848Z Compiling bitfield-struct v0.6.1
17862024-08-05T17:55:03.063Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
17872024-08-05T17:55:03.491Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17882024-08-05T17:55:03.705Z Checking fxhash v0.2.1
17892024-08-05T17:55:03.819Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
17902024-08-05T17:55:03.878Z Checking keccak v0.1.5
17912024-08-05T17:55:04.182Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17922024-08-05T17:55:04.216Z Checking secrecy v0.8.0
17932024-08-05T17:55:04.219Z Checking sha3 v0.10.8
17942024-08-05T17:55:04.303Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
17952024-08-05T17:55:04.427Z Compiling omicron-zone-package v0.11.0
17962024-08-05T17:55:04.449Z Checking maplit v1.0.2
17972024-08-05T17:55:04.529Z Checking glob v0.3.1
17982024-08-05T17:55:04.565Z Compiling radium v0.7.0
17992024-08-05T17:55:04.632Z Compiling curve25519-dalek v4.1.3
18002024-08-05T17:55:04.836Z Checking universal-hash v0.5.1
18012024-08-05T17:55:04.892Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18022024-08-05T17:55:05.025Z Checking tap v1.0.1
18032024-08-05T17:55:05.078Z Compiling maybe-uninit v2.0.0
18042024-08-05T17:55:05.192Z Checking opaque-debug v0.3.1
18052024-08-05T17:55:05.300Z Checking wyz v0.5.1
18062024-08-05T17:55:05.389Z Compiling curve25519-dalek-derive v0.1.1
18072024-08-05T17:55:05.540Z Compiling bzip2-sys v0.1.11+1.0.8
18082024-08-05T17:55:05.694Z Checking funty v2.0.0
18092024-08-05T17:55:05.727Z Compiling packed_struct v0.10.1
18102024-08-05T17:55:05.760Z Checking crc-catalog v2.4.0
18112024-08-05T17:55:05.924Z Compiling num-bigint-dig v0.8.4
18122024-08-05T17:55:06.205Z Checking crc v3.2.1
18132024-08-05T17:55:06.365Z Compiling packed_struct_codegen v0.10.1
18142024-08-05T17:55:06.655Z Compiling indexmap v1.9.3
18152024-08-05T17:55:06.738Z Checking bitvec v1.0.1
18162024-08-05T17:55:06.811Z Checking nodrop v0.1.14
18172024-08-05T17:55:06.932Z Checking array-init v0.0.4
18182024-08-05T17:55:07.123Z Checking smallvec v0.6.14
18192024-08-05T17:55:07.513Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
18202024-08-05T17:55:07.944Z Checking pkcs1 v0.7.5
18212024-08-05T17:55:08.350Z Checking aead v0.5.2
18222024-08-05T17:55:08.371Z Compiling async-recursion v1.1.1
18232024-08-05T17:55:08.567Z Checking hashbrown v0.12.3
18242024-08-05T17:55:08.890Z Checking bitfield v0.14.0
18252024-08-05T17:55:09.190Z Compiling parking_lot_core v0.8.6
18262024-08-05T17:55:09.371Z Checking rsa v0.9.6
18272024-08-05T17:55:09.465Z Checking serde-hex v0.1.0
18282024-08-05T17:55:09.694Z Checking bzip2 v0.4.4
18292024-08-05T17:55:09.971Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
18302024-08-05T17:55:10.125Z Checking poly1305 v0.8.0
18312024-08-05T17:55:10.250Z Checking env_logger v0.10.2
18322024-08-05T17:55:10.377Z Checking chacha20 v0.9.1
18332024-08-05T17:55:10.398Z Checking x509-cert v0.2.5
18342024-08-05T17:55:10.647Z Checking ron v0.8.1
18352024-08-05T17:55:10.693Z Checking hashbrown v0.13.2
18362024-08-05T17:55:10.746Z Compiling thiserror-impl-no-std v2.0.2
18372024-08-05T17:55:11.448Z Checking crc-any v2.5.0
18382024-08-05T17:55:11.767Z Checking object v0.30.4
18392024-08-05T17:55:11.816Z Checking zip v0.6.6
18402024-08-05T17:55:11.921Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18412024-08-05T17:55:12.186Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
18422024-08-05T17:55:12.490Z Checking path-slash v0.1.5
18432024-08-05T17:55:12.543Z Checking parking_lot v0.11.2
18442024-08-05T17:55:12.546Z Checking chacha20poly1305 v0.10.1
18452024-08-05T17:55:12.639Z Checking trust-dns-client v0.22.0
18462024-08-05T17:55:12.767Z Checking toml v0.5.11
18472024-08-05T17:55:12.882Z Checking sled v0.34.7
18482024-08-05T17:55:13.344Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18492024-08-05T17:55:13.552Z Compiling buf-list v1.0.3
18502024-08-05T17:55:13.737Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18512024-08-05T17:55:13.984Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
18522024-08-05T17:55:14.159Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18532024-08-05T17:55:14.178Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18542024-08-05T17:55:14.212Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18552024-08-05T17:55:15.419Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18562024-08-05T17:55:15.716Z Checking thiserror-no-std v2.0.2
18572024-08-05T17:55:15.868Z Checking vsss-rs v3.3.4
18582024-08-05T17:55:17.954Z Checking trust-dns-server v0.22.1
18592024-08-05T17:55:18.337Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
18602024-08-05T17:55:18.647Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18612024-08-05T17:55:19.351Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
18622024-08-05T17:55:20.602Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18632024-08-05T17:55:20.623Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
18642024-08-05T17:55:20.958Z Compiling unicase v2.7.0
18652024-08-05T17:55:21.115Z Checking nanorand v0.7.0
18662024-08-05T17:55:21.494Z Checking flume v0.11.0
18672024-08-05T17:55:22.007Z Checking kstat-rs v0.2.4
18682024-08-05T17:55:22.350Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
18692024-08-05T17:55:22.399Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
18702024-08-05T17:55:22.486Z Compiling pin-project-internal v1.1.5
18712024-08-05T17:55:22.594Z Compiling mime_guess v2.0.4
18722024-08-05T17:55:23.460Z Compiling vte_generate_state_changes v0.1.1
18732024-08-05T17:55:24.111Z Checking vte v0.11.1
18742024-08-05T17:55:24.300Z Checking fd-lock v4.0.2
18752024-08-05T17:55:24.638Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18762024-08-05T17:55:25.170Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
18772024-08-05T17:55:25.462Z Compiling crunchy v0.2.2
18782024-08-05T17:55:25.517Z Checking strip-ansi-escapes v0.2.0
18792024-08-05T17:55:25.687Z Checking nu-ansi-term v0.50.0
18802024-08-05T17:55:25.842Z Checking pin-project v1.1.5
18812024-08-05T17:55:25.982Z Checking http-range v0.1.5
18822024-08-05T17:55:26.031Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
18832024-08-05T17:55:26.104Z Checking reedline v0.31.0
18842024-08-05T17:55:26.176Z Checking hyper-staticfile v0.9.5
18852024-08-05T17:55:26.634Z Compiling clang-sys v1.7.0
18862024-08-05T17:55:26.917Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
18872024-08-05T17:55:26.954Z Compiling tiny-keccak v2.0.2
18882024-08-05T17:55:27.497Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
18892024-08-05T17:55:27.521Z Compiling ref-cast v1.0.23
18902024-08-05T17:55:28.137Z Compiling ascii-canvas v3.0.0
18912024-08-05T17:55:28.435Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
18922024-08-05T17:55:28.711Z Compiling ref-cast-impl v1.0.23
18932024-08-05T17:55:28.732Z Compiling ena v0.14.3
18942024-08-05T17:55:28.812Z Compiling libloading v0.8.3
18952024-08-05T17:55:29.164Z Compiling bindgen v0.69.4
18962024-08-05T17:55:29.276Z Compiling diff v0.1.13
18972024-08-05T17:55:29.874Z Compiling regex-syntax v0.6.29
18982024-08-05T17:55:29.941Z Checking bytecount v0.6.8
18992024-08-05T17:55:30.091Z Checking papergrid v0.11.0
19002024-08-05T17:55:30.307Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
19012024-08-05T17:55:31.617Z Compiling which v4.4.2
19022024-08-05T17:55:31.766Z Compiling tabled_derive v0.7.0
19032024-08-05T17:55:32.309Z Compiling cexpr v0.6.0
19042024-08-05T17:55:33.090Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19052024-08-05T17:55:34.213Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19062024-08-05T17:55:34.465Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
19072024-08-05T17:55:34.686Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19082024-08-05T17:55:35.923Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19092024-08-05T17:55:37.461Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
19102024-08-05T17:55:37.515Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19112024-08-05T17:55:38.058Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
19122024-08-05T17:55:39.557Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
19132024-08-05T17:55:39.993Z Compiling lalrpop v0.19.12
19142024-08-05T17:55:40.824Z Compiling snafu-derive v0.8.2
19152024-08-05T17:55:40.975Z Compiling rustc-hash v1.1.0
19162024-08-05T17:55:41.137Z Compiling shlex v1.3.0
19172024-08-05T17:55:41.601Z Compiling cfg_aliases v0.1.1
19182024-08-05T17:55:41.717Z Compiling lazycell v1.3.0
19192024-08-05T17:55:42.636Z Compiling nix v0.28.0
19202024-08-05T17:55:43.467Z Checking tabled v0.15.0
19212024-08-05T17:55:43.916Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
19222024-08-05T17:55:44.207Z Compiling derive_builder_core v0.20.0
19232024-08-05T17:55:44.962Z Checking globset v0.4.14
19242024-08-05T17:55:45.488Z Checking olpc-cjson v0.1.3
19252024-08-05T17:55:45.713Z Checking serde_plain v1.0.2
19262024-08-05T17:55:45.991Z Compiling libxml v0.3.3
19272024-08-05T17:55:46.353Z Checking typed-path v0.7.1
19282024-08-05T17:55:46.729Z Compiling strum_macros v0.24.3
19292024-08-05T17:55:46.822Z Compiling derive_builder_macro v0.20.0
19302024-08-05T17:55:47.028Z Checking snafu v0.8.2
19312024-08-05T17:55:47.520Z Compiling cookie v0.18.1
19322024-08-05T17:55:47.714Z Checking parse-size v1.0.0
19332024-08-05T17:55:47.812Z Compiling indoc v1.0.9
19342024-08-05T17:55:47.982Z Checking derive_builder v0.20.0
19352024-08-05T17:55:48.279Z Checking tough v0.17.1
19362024-08-05T17:55:50.267Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
19372024-08-05T17:55:50.788Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
19382024-08-05T17:55:50.815Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
19392024-08-05T17:55:50.835Z Compiling peg-macros v0.8.4
19402024-08-05T17:55:50.855Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19412024-08-05T17:55:51.107Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19422024-08-05T17:55:51.758Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
19432024-08-05T17:55:52.113Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19442024-08-05T17:55:52.664Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19452024-08-05T17:55:53.765Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19462024-08-05T17:55:54.030Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19472024-08-05T17:55:54.821Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19482024-08-05T17:55:55.040Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19492024-08-05T17:55:55.478Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19502024-08-05T17:55:56.378Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19512024-08-05T17:55:56.419Z Checking quick-xml v0.31.0
19522024-08-05T17:55:56.530Z Compiling oso-derive v0.27.3
19532024-08-05T17:55:57.618Z Compiling impl-trait-for-tuples v0.2.2
19542024-08-05T17:55:57.862Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
19552024-08-05T17:55:58.336Z Compiling sqlparser_derive v0.2.2
19562024-08-05T17:55:58.464Z Compiling memoffset v0.9.1
19572024-08-05T17:55:58.935Z Checking unicode_categories v0.1.1
19582024-08-05T17:55:59.249Z Checking sqlformat v0.2.4
19592024-08-05T17:55:59.527Z Checking sqlparser v0.45.0
19602024-08-05T17:56:00.536Z Checking rustyline v14.0.0
19612024-08-05T17:56:02.500Z Checking peg v0.8.4
19622024-08-05T17:56:02.618Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19632024-08-05T17:56:04.747Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
19642024-08-05T17:56:05.048Z Checking bcs v0.1.6
19652024-08-05T17:56:05.551Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
19662024-08-05T17:56:05.859Z Checking highway v1.1.0
19672024-08-05T17:56:06.123Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
19682024-08-05T17:56:06.294Z Compiling const_format_proc_macros v0.2.32
19692024-08-05T17:56:06.418Z Checking bb8 v0.8.5
19702024-08-05T17:56:06.655Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
19712024-08-05T17:56:06.937Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
19722024-08-05T17:56:07.063Z Checking nix v0.27.1
19732024-08-05T17:56:07.906Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19742024-08-05T17:56:08.177Z Checking serde-big-array v0.5.1
19752024-08-05T17:56:08.395Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
19762024-08-05T17:56:08.712Z Checking const_format v0.2.32
19772024-08-05T17:56:08.817Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19782024-08-05T17:56:09.187Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
19792024-08-05T17:56:09.267Z Checking signal-hook-tokio v0.3.1
19802024-08-05T17:56:09.458Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
19812024-08-05T17:56:10.241Z Checking heck v0.4.1
19822024-08-05T17:56:10.451Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
19832024-08-05T17:56:10.516Z Checking assert_matches v1.5.0
19842024-08-05T17:56:10.588Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19852024-08-05T17:56:10.619Z Compiling portable-atomic v1.6.0
19862024-08-05T17:56:10.854Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19872024-08-05T17:56:11.321Z Checking rand_seeder v0.2.3
19882024-08-05T17:56:11.573Z Checking number_prefix v0.4.0
19892024-08-05T17:56:11.799Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
19902024-08-05T17:56:12.054Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
19912024-08-05T17:56:12.800Z Checking indicatif v0.17.8
19922024-08-05T17:56:13.532Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
19932024-08-05T17:56:13.552Z Checking is_ci v1.2.0
19942024-08-05T17:56:13.555Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
19952024-08-05T17:56:13.692Z Checking supports-color v3.0.0
19962024-08-05T17:56:13.845Z Checking castaway v0.2.2
19972024-08-05T17:56:13.917Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
19982024-08-05T17:56:14.008Z Checking compact_str v0.7.1
19992024-08-05T17:56:14.198Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
20002024-08-05T17:56:14.374Z Checking unicode-truncate v1.0.0
20012024-08-05T17:56:14.438Z Checking itertools v0.13.0
20022024-08-05T17:56:14.469Z Checking lru v0.12.3
20032024-08-05T17:56:14.598Z Compiling stability v0.2.0
20042024-08-05T17:56:14.765Z Checking cassowary v0.3.0
20052024-08-05T17:56:14.850Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
20062024-08-05T17:56:15.187Z Checking unicode-linebreak v0.1.5
20072024-08-05T17:56:15.594Z Checking smawk v0.3.2
20082024-08-05T17:56:15.613Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
20092024-08-05T17:56:15.805Z Checking textwrap v0.16.1
20102024-08-05T17:56:15.867Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20112024-08-05T17:56:16.186Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
20122024-08-05T17:56:16.190Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
20132024-08-05T17:56:16.739Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
20142024-08-05T17:56:17.113Z Checking ratatui v0.27.0
20152024-08-05T17:56:17.432Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
20162024-08-05T17:56:18.428Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
20172024-08-05T17:56:19.158Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
20182024-08-05T17:56:20.200Z Checking fatfs v0.3.6
20192024-08-05T17:56:21.002Z Checking csv-core v0.1.11
20202024-08-05T17:56:21.321Z Checking shell-words v1.1.0
20212024-08-05T17:56:21.352Z Checking csv v1.3.0
20222024-08-05T17:56:21.510Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
20232024-08-05T17:56:21.931Z Checking cargo-platform v0.1.8
20242024-08-05T17:56:22.233Z Checking rtoolbox v0.0.2
20252024-08-05T17:56:22.254Z Compiling getrandom v0.1.16
20262024-08-05T17:56:22.447Z Checking rpassword v7.3.1
20272024-08-05T17:56:22.617Z Checking cargo_metadata v0.18.1
20282024-08-05T17:56:23.092Z Checking tui-tree-widget v0.21.0
20292024-08-05T17:56:23.433Z Checking plotters-backend v0.3.5
20302024-08-05T17:56:23.835Z Checking plotters-svg v0.3.5
20312024-08-05T17:56:24.342Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
20322024-08-05T17:56:24.361Z Checking rfc6979 v0.4.0
20332024-08-05T17:56:24.548Z Checking yansi v0.5.1
20342024-08-05T17:56:24.845Z Checking cast v0.3.0
20352024-08-05T17:56:25.738Z Checking pretty_assertions v1.4.0
20362024-08-05T17:56:25.805Z Checking criterion-plot v0.5.0
20372024-08-05T17:56:25.946Z Checking ecdsa v0.16.9
20382024-08-05T17:56:26.314Z Checking rand_core v0.5.1
20392024-08-05T17:56:26.653Z Checking plotters v0.3.5
20402024-08-05T17:56:26.672Z Checking primeorder v0.13.6
20412024-08-05T17:56:27.149Z Checking tinytemplate v1.2.1
20422024-08-05T17:56:27.535Z Checking anes v0.1.6
20432024-08-05T17:56:27.895Z Checking oorandom v11.1.3
20442024-08-05T17:56:28.069Z Checking option-ext v0.2.0
20452024-08-05T17:56:28.096Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20462024-08-05T17:56:28.195Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
20472024-08-05T17:56:28.302Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20482024-08-05T17:56:28.329Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20492024-08-05T17:56:28.970Z Checking criterion v0.5.1
20502024-08-05T17:56:29.287Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20512024-08-05T17:56:30.911Z Checking dirs-sys v0.4.1
20522024-08-05T17:56:31.120Z Checking rand_chacha v0.2.2
20532024-08-05T17:56:31.483Z Checking polyval v0.6.2
20542024-08-05T17:56:31.789Z Checking ed25519 v2.2.3
20552024-08-05T17:56:31.987Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
20562024-08-05T17:56:32.057Z Checking blowfish v0.9.1
20572024-08-05T17:56:32.327Z Checking aes v0.8.4
20582024-08-05T17:56:33.297Z Checking ctr v0.9.2
20592024-08-05T17:56:33.533Z Checking password-hash v0.4.2
20602024-08-05T17:56:33.612Z Checking pbkdf2 v0.12.2
20612024-08-05T17:56:33.790Z Checking hex-literal v0.4.1
20622024-08-05T17:56:33.940Z Checking bcrypt-pbkdf v0.10.0
20632024-08-05T17:56:33.973Z Checking pbkdf2 v0.11.0
20642024-08-05T17:56:34.213Z Checking ed25519-dalek v2.1.1
20652024-08-05T17:56:34.270Z Checking ghash v0.5.1
20662024-08-05T17:56:34.455Z Checking rand v0.7.3
20672024-08-05T17:56:34.578Z Checking dirs v5.0.1
20682024-08-05T17:56:34.739Z Checking p521 v0.13.3
20692024-08-05T17:56:35.403Z Checking p256 v0.13.2
20702024-08-05T17:56:35.907Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
20712024-08-05T17:56:35.924Z Checking cbc v0.1.2
20722024-08-05T17:56:36.151Z Checking russh-cryptovec v0.7.2
20732024-08-05T17:56:36.171Z Compiling doc-comment v0.3.3
20742024-08-05T17:56:36.374Z Compiling target-lexicon v0.12.14
20752024-08-05T17:56:36.715Z Checking md5 v0.7.0
20762024-08-05T17:56:36.925Z Checking aes-gcm v0.10.3
20772024-08-05T17:56:36.989Z Checking russh-keys v0.43.0
20782024-08-05T17:56:37.166Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
20792024-08-05T17:56:37.528Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
20802024-08-05T17:56:38.194Z Checking http-body v1.0.0
20812024-08-05T17:56:38.419Z Checking tower-layer v0.3.2
20822024-08-05T17:56:38.439Z Compiling assert_cmd v2.0.14
20832024-08-05T17:56:38.707Z Compiling guppy-workspace-hack v0.1.0
20842024-08-05T17:56:38.836Z Compiling dhcproto-macros v0.1.0
20852024-08-05T17:56:39.029Z Checking tower v0.4.13
20862024-08-05T17:56:39.045Z Checking hyper v1.3.1
20872024-08-05T17:56:39.808Z Checking russh v0.43.0
20882024-08-05T17:56:39.828Z Checking dhcproto v0.11.0
20892024-08-05T17:56:40.931Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
20902024-08-05T17:56:41.432Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
20912024-08-05T17:56:41.853Z Checking internet-checksum v0.2.1
20922024-08-05T17:56:42.039Z Compiling target-spec v3.1.0
20932024-08-05T17:56:43.674Z Checking cfg-expr v0.15.8
20942024-08-05T17:56:43.886Z Checking hyper-util v0.1.3
20952024-08-05T17:56:44.203Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
20962024-08-05T17:56:44.500Z Checking rustls-native-certs v0.7.0
20972024-08-05T17:56:44.674Z Checking httptest v0.15.5
20982024-08-05T17:56:45.531Z Checking hyper-rustls v0.26.0
20992024-08-05T17:56:46.310Z Checking pathdiff v0.2.1
21002024-08-05T17:56:46.496Z Compiling rstest_macros v0.19.0
21012024-08-05T17:56:47.076Z Checking threadpool v1.8.1
21022024-08-05T17:56:47.288Z Checking escape8259 v0.5.2
21032024-08-05T17:56:47.492Z Checking nested v0.1.1
21042024-08-05T17:56:47.494Z Checking libtest-mimic v0.7.3
21052024-08-05T17:56:47.711Z Checking guppy v0.17.5
21062024-08-05T17:56:48.128Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
21072024-08-05T17:56:48.423Z Checking similar-asserts v1.5.0
21082024-08-05T17:56:48.691Z Checking fancy-regex v0.13.0
21092024-08-05T17:56:49.002Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
21102024-08-05T17:56:49.472Z Compiling trybuild v1.0.97
21112024-08-05T17:56:49.947Z Compiling relative-path v1.9.3
21122024-08-05T17:56:49.998Z Checking datatest-stable v0.2.9
21132024-08-05T17:56:50.322Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
21142024-08-05T17:56:51.700Z Checking blake2b_simd v1.0.2
21152024-08-05T17:56:52.361Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
21162024-08-05T17:56:52.511Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
21172024-08-05T17:56:52.657Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
21182024-08-05T17:56:52.953Z Checking uzers v0.11.3
21192024-08-05T17:56:53.265Z Checking futures-timer v3.0.3
21202024-08-05T17:56:53.303Z Checking indent_write v2.2.0
21212024-08-05T17:56:53.606Z Checking rust-argon2 v2.1.0
21222024-08-05T17:56:54.027Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
21232024-08-05T17:57:00.559Z Checking rand_distr v0.4.3
21242024-08-05T17:57:00.611Z Checking rstest v0.19.0
21252024-08-05T17:57:00.847Z Checking multimap v0.10.0
21262024-08-05T17:57:01.155Z Checking approx v0.5.1
21272024-08-05T17:57:01.375Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
21282024-08-05T17:57:02.485Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21292024-08-05T17:57:02.506Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
21302024-08-05T17:57:02.650Z Checking partial-io v0.5.4
21312024-08-05T17:57:03.041Z Checking cargo_toml v0.20.4
21322024-08-05T17:57:03.117Z Checking termios v0.3.3
21332024-08-05T17:57:03.331Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
21342024-08-05T17:57:05.169Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
21352024-08-05T17:57:07.031Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
21362024-08-05T17:57:15.186Z Compiling samael v0.0.15
21372024-08-05T17:57:20.575Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21382024-08-05T17:57:56.168Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
21392024-08-05T17:57:57.330Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
21402024-08-05T17:58:01.865Z Compiling polar-core v0.27.3
21412024-08-05T17:58:12.346Z Checking oso v0.27.3
21422024-08-05T17:58:44.424Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
21432024-08-05T17:58:44.424Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
21442024-08-05T17:58:44.427Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
21452024-08-05T18:00:05.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 30s
21462024-08-05T18:00:06.262Z
21472024-08-05T18:00:06.262Zreal 7:39.487392783
21482024-08-05T18:00:06.265Zuser 41:19.490925947
21492024-08-05T18:00:06.266Zsys 7:20.468780373
21502024-08-05T18:00:06.266Ztrap 1.152510452
21512024-08-05T18:00:06.266Ztflt 2.156224570
21522024-08-05T18:00:06.266Zdflt 1.252757349
21532024-08-05T18:00:06.266Zkflt 0.003311515
21542024-08-05T18:00:06.266Zlock 2:02:13.922055317
21552024-08-05T18:00:06.266Zslp 2:12:05.772424859
21562024-08-05T18:00:06.266Zlat 1:57.084887734
21572024-08-05T18:00:06.266Zstop 6:28.072950585
21582024-08-05T18:00:06.266Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
21592024-08-05T18:00:06.266Z+ ptime -m cargo doc --workspace --no-deps
21602024-08-05T18:00:07.382Zwarning: output filename collision.
21612024-08-05T18:00:07.382ZThe 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)`.
21622024-08-05T18:00:07.382ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
21632024-08-05T18:00:07.382ZThe targets should have unique names.
21642024-08-05T18:00:07.382ZThis is a known bug where multiple crates with the same name use
21652024-08-05T18:00:07.382Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
21662024-08-05T18:00:07.942Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21672024-08-05T18:00:07.998Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21682024-08-05T18:00:08.034Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21692024-08-05T18:00:08.056Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21702024-08-05T18:00:08.082Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
21712024-08-05T18:00:08.082Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21722024-08-05T18:00:08.207Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21732024-08-05T18:00:08.329Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21742024-08-05T18:00:08.345Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21752024-08-05T18:00:08.359Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21762024-08-05T18:00:08.377Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21772024-08-05T18:00:08.607Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21782024-08-05T18:00:08.643Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21792024-08-05T18:00:08.887Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21802024-08-05T18:00:09.088Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21812024-08-05T18:00:09.780Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21822024-08-05T18:00:12.900Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21832024-08-05T18:00:13.145Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21842024-08-05T18:00:13.175Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21852024-08-05T18:00:13.192Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
21862024-08-05T18:00:13.427Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
21872024-08-05T18:00:13.478Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21882024-08-05T18:00:13.723Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21892024-08-05T18:00:14.056Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21902024-08-05T18:00:14.367Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21912024-08-05T18:00:14.559Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21922024-08-05T18:00:14.754Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21932024-08-05T18:00:15.013Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21942024-08-05T18:00:15.038Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21952024-08-05T18:00:15.261Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
21962024-08-05T18:00:15.367Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
21972024-08-05T18:00:15.565Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
21982024-08-05T18:00:16.244Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
21992024-08-05T18:00:16.533Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22002024-08-05T18:00:16.597Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22012024-08-05T18:00:16.964Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22022024-08-05T18:00:16.982Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22032024-08-05T18:00:18.341Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22042024-08-05T18:00:21.028Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22052024-08-05T18:00:21.741Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22062024-08-05T18:00:22.349Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22072024-08-05T18:00:23.110Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22082024-08-05T18:00:23.128Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
22092024-08-05T18:00:24.714Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22102024-08-05T18:00:27.460Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22112024-08-05T18:00:28.353Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22122024-08-05T18:00:29.640Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22132024-08-05T18:00:30.187Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22142024-08-05T18:00:30.639Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22152024-08-05T18:00:32.132Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22162024-08-05T18:00:32.801Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22172024-08-05T18:00:34.768Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22182024-08-05T18:00:35.042Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
22192024-08-05T18:00:35.649Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22202024-08-05T18:00:35.668Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22212024-08-05T18:00:35.835Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22222024-08-05T18:00:36.438Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22232024-08-05T18:00:36.523Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22242024-08-05T18:00:36.883Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22252024-08-05T18:00:37.076Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22262024-08-05T18:00:37.854Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22272024-08-05T18:00:37.884Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
22282024-08-05T18:00:38.269Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22292024-08-05T18:00:38.477Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
22302024-08-05T18:00:39.075Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22312024-08-05T18:00:39.508Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22322024-08-05T18:00:39.706Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22332024-08-05T18:00:39.941Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
22342024-08-05T18:00:40.369Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22352024-08-05T18:00:40.488Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
22362024-08-05T18:00:40.514Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22372024-08-05T18:00:40.772Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22382024-08-05T18:00:40.798Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22392024-08-05T18:00:41.081Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22402024-08-05T18:00:41.755Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22412024-08-05T18:00:42.271Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22422024-08-05T18:00:42.953Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
22432024-08-05T18:00:43.109Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
22442024-08-05T18:00:43.874Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22452024-08-05T18:00:44.292Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
22462024-08-05T18:00:44.316Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22472024-08-05T18:00:44.819Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22482024-08-05T18:00:45.203Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22492024-08-05T18:00:45.533Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
22502024-08-05T18:00:45.895Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22512024-08-05T18:00:46.250Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
22522024-08-05T18:00:46.307Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22532024-08-05T18:00:49.383Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
22542024-08-05T18:00:49.401Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22552024-08-05T18:00:49.449Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22562024-08-05T18:00:51.380Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
22572024-08-05T18:00:52.510Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22582024-08-05T18:01:07.704Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
22592024-08-05T18:01:10.024Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
22602024-08-05T18:01:16.027Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22612024-08-05T18:01:27.932Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22622024-08-05T18:01:29.780Z Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
22632024-08-05T18:01:34.223Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22642024-08-05T18:01:42.448Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
22652024-08-05T18:01:42.875Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
22662024-08-05T18:01:49.256Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22672024-08-05T18:01:54.632Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
22682024-08-05T18:02:03.614Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22692024-08-05T18:02:09.397Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22702024-08-05T18:02:11.544Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22712024-08-05T18:02:12.765Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22722024-08-05T18:02:18.272Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
22732024-08-05T18:02:19.333Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
22742024-08-05T18:02:21.245Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22752024-08-05T18:02:21.363Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
22762024-08-05T18:02:27.289Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22772024-08-05T18:02:30.931Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
22782024-08-05T18:02:32.473Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
22792024-08-05T18:02:42.415Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22802024-08-05T18:02:57.681Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
22812024-08-05T18:03:04.623Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22822024-08-05T18:03:11.463Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22832024-08-05T18:03:14.921Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22842024-08-05T18:03:15.762Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
22852024-08-05T18:03:24.780Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22862024-08-05T18:03:25.774Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22872024-08-05T18:03:26.026Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22882024-08-05T18:03:31.661Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22892024-08-05T18:03:37.477Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
22902024-08-05T18:03:40.226Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
22912024-08-05T18:03:40.581Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22922024-08-05T18:03:43.325Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
22932024-08-05T18:03:44.082Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22942024-08-05T18:03:44.536Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
22952024-08-05T18:03:46.600Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22962024-08-05T18:03:48.537Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22972024-08-05T18:03:57.603Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22982024-08-05T18:03:58.399Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22992024-08-05T18:04:01.824Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23002024-08-05T18:04:07.940Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23012024-08-05T18:04:09.950Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23022024-08-05T18:04:11.212Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23032024-08-05T18:04:13.617Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
23042024-08-05T18:04:15.529Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
23052024-08-05T18:04:19.281Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23062024-08-05T18:04:19.598Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23072024-08-05T18:04:24.146Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23082024-08-05T18:04:25.305Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23092024-08-05T18:04:25.618Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23102024-08-05T18:04:33.991Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23112024-08-05T18:04:34.366Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23122024-08-05T18:04:35.524Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23132024-08-05T18:04:37.754Z Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23142024-08-05T18:04:37.773Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23152024-08-05T18:04:44.482Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23162024-08-05T18:04:49.387Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23172024-08-05T18:04:50.033Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23182024-08-05T18:04:51.228Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23192024-08-05T18:04:51.792Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23202024-08-05T18:04:53.072Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23212024-08-05T18:04:55.516Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23222024-08-05T18:05:00.251Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23232024-08-05T18:05:03.599Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23242024-08-05T18:05:04.006Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
23252024-08-05T18:05:04.968Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23262024-08-05T18:05:06.541Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23272024-08-05T18:05:06.837Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
23282024-08-05T18:05:09.112Z Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
23292024-08-05T18:05:12.653Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
23302024-08-05T18:05:17.288Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23312024-08-05T18:05:20.649Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23322024-08-05T18:05:20.872Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23332024-08-05T18:05:21.073Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
23342024-08-05T18:05:22.966Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23352024-08-05T18:05:25.840Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23362024-08-05T18:05:26.221Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23372024-08-05T18:05:28.223Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23382024-08-05T18:05:29.676Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23392024-08-05T18:05:31.304Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23402024-08-05T18:05:31.804Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
23412024-08-05T18:05:32.885Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23422024-08-05T18:05:33.896Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23432024-08-05T18:05:35.908Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23442024-08-05T18:05:36.067Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
23452024-08-05T18:05:54.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 48s
23462024-08-05T18:05:54.791Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 109 other files
23472024-08-05T18:05:54.838Z
23482024-08-05T18:05:54.838Zreal 5:48.493205578
23492024-08-05T18:05:54.838Zuser 20:01.489806223
23502024-08-05T18:05:54.838Zsys 23:53.241840368
23512024-08-05T18:05:54.838Ztrap 0.359872762
23522024-08-05T18:05:54.838Ztflt 0.026212834
23532024-08-05T18:05:54.838Zdflt 0.130827272
23542024-08-05T18:05:54.838Zkflt 0.000032624
23552024-08-05T18:05:54.838Zlock 58:24.598122707
23562024-08-05T18:05:54.838Zslp 1:33:57.005874263
23572024-08-05T18:05:54.838Zlat 1:00.763425108
23582024-08-05T18:05:54.841Zstop 46.070562864
23592024-08-05T18:05:54.841Zprocess exited: duration 988047 ms, exit code 0
 
23602024-08-05T18:05:54.847Zfound 0 output files