01J362H9NAAH57ENVKWVH6NQTZ: clippy (helios)

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

Buildomat Job: 01J362HK0EGKP9H5DDEZHDHCGB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-19T18:03:02.463Zjob assigned to worker 01J362HQG389QWX06K7RBG957V (queued for 38 s)
 
22024-07-19T18:03:02.652Zstarting task 0: "setup"
32024-07-19T18:03:02.676Z++ uname -s
42024-07-19T18:03:02.676Z+ kern=SunOS
52024-07-19T18:03:02.676Z+ case "$kern" in
62024-07-19T18:03:02.676Z+ groupadd -g 12345 build
72024-07-19T18:03:02.676Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-19T18:03:04.683Z+ zfs create -o mountpoint=/work rpool/work
92024-07-19T18:03:04.731Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-19T18:03:04.756Z+ home_fs=zfs
112024-07-19T18:03:04.756Z+ [[ zfs == autofs ]]
122024-07-19T18:03:04.756Z+ mkdir -p /home/build
132024-07-19T18:03:04.756Z+ chown build:build /home/build /work
142024-07-19T18:03:05.742Z+ chmod 0700 /home/build /work
152024-07-19T18:03:05.766Zprocess exited: duration 3096 ms, exit code 0
 
162024-07-19T18:03:05.817Zstarting task 1: "rust-toolchain"
172024-07-19T18:03:05.841Z+ printf ' * toolchain channel = "%s"
182024-07-19T18:03:05.841Z' 1.78.0
192024-07-19T18:03:05.841Z+ printf ' * toolchain profile = "%s"
202024-07-19T18:03:05.841Z' default
212024-07-19T18:03:05.841Z * toolchain channel = "1.78.0"
222024-07-19T18:03:05.841Z * toolchain profile = "default"
232024-07-19T18:03:05.841Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-19T18:03:05.841Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-19T18:03:05.987Zinfo: downloading installer
262024-07-19T18:03:06.801Zinfo: profile set to 'default'
272024-07-19T18:03:06.801Zinfo: default host triple is x86_64-unknown-illumos
282024-07-19T18:03:06.801Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-19T18:03:06.912Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-19T18:03:06.912Zinfo: downloading component 'cargo'
312024-07-19T18:03:07.083Zinfo: downloading component 'clippy'
322024-07-19T18:03:07.148Zinfo: downloading component 'rust-docs'
332024-07-19T18:03:07.448Zinfo: downloading component 'rust-std'
342024-07-19T18:03:07.957Zinfo: downloading component 'rustc'
352024-07-19T18:03:09.154Zinfo: downloading component 'rustfmt'
362024-07-19T18:03:09.198Zinfo: installing component 'cargo'
372024-07-19T18:03:10.266Zinfo: installing component 'clippy'
382024-07-19T18:03:10.729Zinfo: installing component 'rust-docs'
392024-07-19T18:03:13.192Zinfo: installing component 'rust-std'
402024-07-19T18:03:15.282Zinfo: installing component 'rustc'
412024-07-19T18:03:20.495Zinfo: installing component 'rustfmt'
422024-07-19T18:03:20.886Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-19T18:03:20.886Z
442024-07-19T18:03:21.033Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-19T18:03:21.034Z
462024-07-19T18:03:21.034Z
472024-07-19T18:03:21.034ZRust is installed now. Great!
482024-07-19T18:03:21.034Z
492024-07-19T18:03:21.034ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-19T18:03:21.034Zenvironment variable. This has not been done automatically.
512024-07-19T18:03:21.034Z
522024-07-19T18:03:21.034ZTo configure your current shell, you need to source
532024-07-19T18:03:21.034Zthe corresponding env file under $HOME/.cargo.
542024-07-19T18:03:21.034Z
552024-07-19T18:03:21.034ZThis is usually done by running one of the following (note the leading DOT):
562024-07-19T18:03:21.034Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-19T18:03:21.034Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-19T18:03:21.104Z+ rustc --version
592024-07-19T18:03:21.220Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-19T18:03:21.244Zprocess exited: duration 15407 ms, exit code 0
 
612024-07-19T18:03:21.292Zstarting task 2: "authentication"
622024-07-19T18:03:21.348Zprocess exited: duration 55 ms, exit code 0
 
632024-07-19T18:03:21.396Zstarting task 3: "clone repository"
642024-07-19T18:03:21.420Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-19T18:03:21.420Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-19T18:03:21.452ZCloning into '/work/oxidecomputer/omicron'...
672024-07-19T18:03:27.199Z+ cd /work/oxidecomputer/omicron
682024-07-19T18:03:27.199Z+ git fetch origin 4ad9c89a11c4ec44755535b6f40f7e02070c325a
692024-07-19T18:03:27.559ZFrom https://github.com/oxidecomputer/omicron
702024-07-19T18:03:27.559Z * branch 4ad9c89a11c4ec44755535b6f40f7e02070c325a -> FETCH_HEAD
712024-07-19T18:03:27.583Z+ [[ -n add-sled-identifiers-to-vcpu-stats ]]
722024-07-19T18:03:27.583Z++ git branch --show-current
732024-07-19T18:03:27.583Z+ current=main
742024-07-19T18:03:27.583Z+ [[ main != add-sled-identifiers-to-vcpu-stats ]]
752024-07-19T18:03:27.583Z+ git branch -f add-sled-identifiers-to-vcpu-stats 4ad9c89a11c4ec44755535b6f40f7e02070c325a
762024-07-19T18:03:27.583Z+ git checkout -f add-sled-identifiers-to-vcpu-stats
772024-07-19T18:03:27.746ZSwitched to branch 'add-sled-identifiers-to-vcpu-stats'
782024-07-19T18:03:27.770Z+ git reset --hard 4ad9c89a11c4ec44755535b6f40f7e02070c325a
792024-07-19T18:03:27.770ZHEAD is now at 4ad9c89a1 Add sled-identifiers to instance vCPU stats
802024-07-19T18:03:27.770Zprocess exited: duration 6365 ms, exit code 0
 
812024-07-19T18:03:27.817Zstarting task 4: "build"
822024-07-19T18:03:27.841Z+ cargo --version
832024-07-19T18:03:27.889Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-07-19T18:03:27.913Z+ rustc --version
852024-07-19T18:03:27.961Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-07-19T18:03:27.985Z+ source ./env.sh
872024-07-19T18:03:27.985Z++ OLD_SHELL_OPTS=ehxB
882024-07-19T18:03:27.985Z++ set -o xtrace
892024-07-19T18:03:27.985Z++++ dirname ./env.sh
902024-07-19T18:03:27.985Z+++ readlink -f .
912024-07-19T18:03:27.985Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-07-19T18:03:27.985Z++ 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-07-19T18:03:27.985Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-07-19T18:03:27.985Z++ 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-07-19T18:03:27.985Z++ 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-07-19T18:03:27.985Z++ 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-07-19T18:03:27.985Z++ 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-07-19T18:03:27.985Z++ 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-07-19T18:03:27.985Z++ 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-07-19T18:03:27.985Z++ case $OLD_SHELL_OPTS in
1012024-07-19T18:03:27.985Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-07-19T18:03:27.985Z+ banner prerequisites
1032024-07-19T18:03:27.985Z
1042024-07-19T18:03:27.986Z ##### ##### ###### ##### ###### #### # # # #### #
1052024-07-19T18:03:27.986Z # # # # # # # # # # # # # # #
1062024-07-19T18:03:27.986Z # # # # ##### # # ##### # # # # # #### #
1072024-07-19T18:03:27.986Z ##### ##### # ##### # # # # # # # # #
1082024-07-19T18:03:27.986Z # # # # # # # # # # # # # # #
1092024-07-19T18:03:27.986Z # # # ###### # # ###### ### # #### # #### #
1102024-07-19T18:03:27.986Z
1112024-07-19T18:03:27.986Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1122024-07-19T18:03:34.816Z Startup: Refreshing catalog 'helios-dev' ... Done
1132024-07-19T18:03:37.156Z Startup: Caching catalogs ... Done
1142024-07-19T18:03:40.963ZPlanning: Solver setup ... Done (3.221s)
1152024-07-19T18:03:41.026ZPlanning: Running solver ... Done (0.063s)
1162024-07-19T18:03:41.067ZPlanning: Finding local manifests ... Done (0.002s)
1172024-07-19T18:03:41.149ZPlanning: Fetching manifests: 0/4 0% complete
1182024-07-19T18:03:41.555ZPlanning: Fetching manifests: 4/4 100% complete
1192024-07-19T18:03:41.608ZPlanning: Package planning ... Done (0.058s)
1202024-07-19T18:03:41.634ZPlanning: Merging actions ... Done (0.057s)
1212024-07-19T18:03:41.983ZPlanning: Checking for conflicting actions ... Done (0.346s)
1222024-07-19T18:03:42.020ZPlanning: Consolidating action changes ... Done (0.013s)
1232024-07-19T18:03:42.616ZPlanning: Evaluating mediators ... Done (0.625s)
1242024-07-19T18:05:27.074ZPlanning: Planning completed in 5.41 seconds
1252024-07-19T18:05:27.098Z Packages to install: 4
1262024-07-19T18:05:27.098Z Mediators to change: 2
1272024-07-19T18:05:27.098Z Services to change: 1
1282024-07-19T18:05:27.098Z Estimated space available: 148.89 GB
1292024-07-19T18:05:27.098ZEstimated space to be consumed: 1.47 GB
1302024-07-19T18:05:27.098Z Create boot environment: No
1312024-07-19T18:05:27.098ZCreate backup boot environment: No
1322024-07-19T18:05:27.098Z Rebuild boot archive: No
1332024-07-19T18:05:27.098Z
1342024-07-19T18:05:27.098ZChanged mediators:
1352024-07-19T18:05:27.098Z mediator clang:
1362024-07-19T18:05:27.098Z version: None -> 15 (system default)
1372024-07-19T18:05:27.098Z
1382024-07-19T18:05:27.098Z mediator llvm:
1392024-07-19T18:05:27.098Z version: 14 (system default) -> 15 (system default)
1402024-07-19T18:05:27.098Z
1412024-07-19T18:05:27.098ZChanged packages:
1422024-07-19T18:05:27.098Zhelios-dev
1432024-07-19T18:05:27.098Z developer/build-essential
1442024-07-19T18:05:27.098Z None -> 11-2.0
1452024-07-19T18:05:27.098Z library/libxmlsec1
1462024-07-19T18:05:27.098Z None -> 1.2.35-2.0
1472024-07-19T18:05:27.099Z ooce/developer/clang-15
1482024-07-19T18:05:27.099Z None -> 15.0.7-2.0
1492024-07-19T18:05:27.099Z ooce/developer/llvm-15
1502024-07-19T18:05:27.099Z None -> 15.0.7-2.0
1512024-07-19T18:05:27.099Z
1522024-07-19T18:05:27.099ZServices:
1532024-07-19T18:05:27.099Z restart_fmri:
1542024-07-19T18:05:27.099Z svc:/system/update-man-index:default
1552024-07-19T18:05:57.615Z
1562024-07-19T18:05:57.684ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572024-07-19T18:05:57.684ZDownload: 582/3290 items 17.6/212.6MB 8% complete (3.6M/s)
1582024-07-19T18:05:57.684ZDownload: 1197/3290 items 81.6/212.6MB 38% complete (8.2M/s)
1592024-07-19T18:05:57.684ZDownload: 1507/3290 items 117.4/212.6MB 55% complete (10.0M/s)
1602024-07-19T18:05:57.684ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (4.5M/s)
1612024-07-19T18:05:57.684ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (175k/s)
1622024-07-19T18:05:57.684ZDownload: 2818/3290 items 120.8/212.6MB 56% complete (163k/s)
1632024-07-19T18:05:57.684ZDownload: 3286/3290 items 212.0/212.6MB 99% complete (9.2M/s)
1642024-07-19T18:05:57.684ZDownload: Completed 212.60 MB in 35.70 seconds (6.0M/s)
1652024-07-19T18:05:57.684Z Actions: 1/3689 actions (Installing new actions)
1662024-07-19T18:05:57.684Z Actions: 3463/3689 actions (Installing new actions)
1672024-07-19T18:05:57.684Z Actions: Completed 3689 actions in 5.69 seconds.
1682024-07-19T18:05:57.684Z Done (0.352s)
1692024-07-19T18:05:57.684Z Done (0.000s)
1702024-07-19T18:05:57.684Z Done (0.399s)
1712024-07-19T18:05:57.684Z Done (4.762s)
1722024-07-19T18:05:57.684Z Done (0.019s)
1732024-07-19T18:05:57.684Z Done (0.000s)
1742024-07-19T18:05:57.684Z Done (0.000s)
1752024-07-19T18:05:57.684ZPlanning: Evaluating mediator changes ... Done
1762024-07-19T18:05:57.685ZPlanning: Checking for conflicting actions ... Done
1772024-07-19T18:05:57.685ZPlanning: Consolidating action changes ... Done
1782024-07-19T18:05:57.685ZPlanning: Evaluating mediators ... Done
1792024-07-19T18:05:57.685ZPlanning: Planning completed in 0.52 seconds
1802024-07-19T18:05:57.685Z Mediators to change: 2
1812024-07-19T18:05:57.685Z Create boot environment: No
1822024-07-19T18:05:57.685ZCreate backup boot environment: No
1832024-07-19T18:05:57.685Z Done
1842024-07-19T18:05:57.685Z Done
1852024-07-19T18:05:57.685Z Done
1862024-07-19T18:05:57.685Z Done
1872024-07-19T18:05:57.685Z Done
1882024-07-19T18:05:57.685Z Done
1892024-07-19T18:05:57.685Z Done
1902024-07-19T18:05:57.685ZPlanning: Evaluating mediator changes ... Done
1912024-07-19T18:05:57.685ZPlanning: Merging actions ... Done
1922024-07-19T18:05:57.685ZPlanning: Checking for conflicting actions ... Done
1932024-07-19T18:05:57.685ZPlanning: Consolidating action changes ... Done
1942024-07-19T18:05:57.685ZPlanning: Evaluating mediators ... Done
1952024-07-19T18:05:57.685ZPlanning: Planning completed in 0.88 seconds
1962024-07-19T18:05:57.685Z Packages to change: 1
1972024-07-19T18:05:57.685Z Mediators to change: 1
1982024-07-19T18:05:57.685Z Services to change: 1
1992024-07-19T18:05:57.685Z Create boot environment: No
2002024-07-19T18:05:57.685ZCreate backup boot environment: Yes
2012024-07-19T18:05:57.685Z Actions: 1/6 actions (Updating modified actions)
2022024-07-19T18:05:57.685Z Actions: Completed 6 actions in 0.00 seconds.
2032024-07-19T18:05:57.685Z Done
2042024-07-19T18:05:57.685Z Done
2052024-07-19T18:05:57.685Z Done
2062024-07-19T18:05:57.685Z Done
2072024-07-19T18:05:57.685Z Done
2082024-07-19T18:05:57.685Z Done
2092024-07-19T18:05:57.685Z Done
2102024-07-19T18:05:57.685ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2112024-07-19T18:05:57.685Zclang system 15 system
2122024-07-19T18:05:57.685Zcsh system system illumos
2132024-07-19T18:05:57.685Zctags system system illumos
2142024-07-19T18:05:57.685Zgcc vendor 12 vendor
2152024-07-19T18:05:57.686Zgcc system 10 system
2162024-07-19T18:05:57.686Zgcc system 7 system
2172024-07-19T18:05:57.686Zgo system 1.20 system
2182024-07-19T18:05:57.686Zgo system 1.19 system
2192024-07-19T18:05:57.686Zllvm system 15 system
2202024-07-19T18:05:57.686Zllvm system 14 system
2212024-07-19T18:05:57.686Zmariadb system 10.6 system
2222024-07-19T18:05:57.686Zmta vendor vendor dma
2232024-07-19T18:05:57.686Zopenjdk system 17 system
2242024-07-19T18:05:57.686Zopenjdk system 11 system
2252024-07-19T18:05:57.686Zopenjdk system 1.8 system
2262024-07-19T18:05:57.686Zopenssl vendor 3 vendor
2272024-07-19T18:05:57.686Zperl system 5.36 system
2282024-07-19T18:05:57.686Zpostgresql system 15 system
2292024-07-19T18:05:57.686Zpostgresql system 13 system
2302024-07-19T18:05:57.686Zpython vendor 3 vendor
2312024-07-19T18:05:57.686Zpython system 2 system
2322024-07-19T18:05:57.686Zpython3 system 3.11 system
2332024-07-19T18:05:57.686Zruby system 3.0 system
2342024-07-19T18:05:57.686Zwords vendor vendor american-english
2352024-07-19T18:05:57.686Zwords system system australian-english
2362024-07-19T18:05:57.686Zwords system system british-english
2372024-07-19T18:05:57.686Zwords system system canadian-english
2382024-07-19T18:05:57.686Zwords system system french
2392024-07-19T18:05:57.686Zwords system system italian
2402024-07-19T18:05:57.686Zwords system system ngerman
2412024-07-19T18:05:57.686Zwords system system ogerman
2422024-07-19T18:05:57.686Zwords system system spanish
2432024-07-19T18:05:57.686ZPUBLISHER TYPE STATUS P LOCATION
2442024-07-19T18:05:57.686Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2452024-07-19T18:05:57.686ZFMRI IFO
2462024-07-19T18:05:57.686Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2472024-07-19T18:05:57.686Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2482024-07-19T18:05:57.686Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2492024-07-19T18:05:57.686Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2502024-07-19T18:05:57.686Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2512024-07-19T18:05:57.686Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2522024-07-19T18:05:57.686Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2532024-07-19T18:05:57.687Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2542024-07-19T18:05:57.687Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2552024-07-19T18:05:57.687Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562024-07-19T18:05:57.753Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572024-07-19T18:05:57.753Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2582024-07-19T18:05:57.753Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592024-07-19T18:05:57.753Z Updating git repository `https://github.com/oxidecomputer/zone`
2602024-07-19T18:05:57.753Z Updating crates.io index
2612024-07-19T18:05:57.753Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2622024-07-19T18:05:57.753Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2632024-07-19T18:05:57.753Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2642024-07-19T18:05:57.753Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2652024-07-19T18:05:57.753Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662024-07-19T18:05:57.753Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2672024-07-19T18:05:57.753Z Updating git repository `https://github.com/oxidecomputer/propolis`
2682024-07-19T18:05:57.754Z Updating git repository `https://github.com/oxidecomputer/crucible`
2692024-07-19T18:05:57.754Z Updating git repository `https://github.com/oxidecomputer/opte`
2702024-07-19T18:05:57.754Z Updating git repository `https://github.com/oxidecomputer/falcon`
2712024-07-19T18:05:57.754Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722024-07-19T18:05:57.754Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732024-07-19T18:05:57.754Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2742024-07-19T18:05:57.754Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2752024-07-19T18:05:57.754Z Updating git repository `https://github.com/oxidecomputer/tofino`
2762024-07-19T18:05:57.754Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2772024-07-19T18:05:57.754Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2782024-07-19T18:05:57.754Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2792024-07-19T18:05:57.754Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2802024-07-19T18:05:57.754Z Updating git repository `https://github.com/oxidecomputer/ispf`
2812024-07-19T18:05:57.754Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2822024-07-19T18:05:57.754Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2832024-07-19T18:05:57.754Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2842024-07-19T18:05:57.754Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2852024-07-19T18:05:57.754Z Updating git repository `https://github.com/oxidecomputer/typify`
2862024-07-19T18:05:57.754Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872024-07-19T18:05:57.754Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882024-07-19T18:05:57.754Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892024-07-19T18:05:57.754Z Updating git repository `https://github.com/oxidecomputer/rfb`
2902024-07-19T18:05:57.754Z Downloading crates ...
2912024-07-19T18:05:57.754Z Downloaded dtrace-parser v0.2.0
2922024-07-19T18:05:57.754Z Downloaded equivalent v1.0.1
2932024-07-19T18:05:57.754Z Downloaded num-conv v0.1.0
2942024-07-19T18:05:57.754Z Downloaded openssl-probe v0.1.5
2952024-07-19T18:05:57.754Z Downloaded strum v0.26.3
2962024-07-19T18:05:57.754Z Downloaded want v0.3.1
2972024-07-19T18:05:57.754Z Downloaded usdt-macro v0.5.0
2982024-07-19T18:05:57.754Z Downloaded try-lock v0.2.5
2992024-07-19T18:05:57.754Z Downloaded tokio-macros v2.3.0
3002024-07-19T18:05:57.754Z Downloaded toml_datetime v0.6.6
3012024-07-19T18:05:57.754Z Downloaded zerocopy-derive v0.7.34
3022024-07-19T18:05:57.754Z Downloaded version_check v0.9.4
3032024-07-19T18:05:57.754Z Downloaded usdt-impl v0.5.0
3042024-07-19T18:05:57.754Z Downloaded usdt v0.5.0
3052024-07-19T18:05:57.754Z Downloaded unicode-bidi v0.3.15
3062024-07-19T18:05:57.754Z Downloaded ucd-trie v0.1.6
3072024-07-19T18:05:57.755Z Downloaded url v2.5.0
3082024-07-19T18:05:57.755Z Downloaded zerocopy v0.7.34
3092024-07-19T18:05:57.755Z Downloaded serde_json v1.0.120
3102024-07-19T18:05:57.755Z Downloaded tabled v0.15.0
3112024-07-19T18:05:57.755Z Downloaded unicode-width v0.1.13
3122024-07-19T18:05:57.755Z Downloaded pest_meta v2.7.10
3132024-07-19T18:05:57.755Z Downloaded tokio v1.38.1
3142024-07-19T18:05:57.755Z Downloaded hashbrown v0.14.5
3152024-07-19T18:05:57.755Z Downloaded openssl v0.10.64
3162024-07-19T18:05:57.755Z Downloaded idna v0.5.0
3172024-07-19T18:05:57.755Z Downloaded libc v0.2.155
3182024-07-19T18:05:57.755Z Downloaded hyper v0.14.28
3192024-07-19T18:05:57.755Z Downloaded h2 v0.3.26
3202024-07-19T18:05:57.755Z Downloaded goblin v0.8.2
3212024-07-19T18:05:57.755Z Downloaded futures-util v0.3.30
3222024-07-19T18:05:57.755Z Downloaded encoding_rs v0.8.34
3232024-07-19T18:05:57.755Z Downloaded clap_builder v4.5.9
3242024-07-19T18:05:57.755Z Downloaded pest v2.7.10
3252024-07-19T18:05:57.755Z Downloaded parking_lot v0.12.2
3262024-07-19T18:05:57.755Z Downloaded openssl-sys v0.9.102
3272024-07-19T18:05:57.755Z Downloaded native-tls v0.2.11
3282024-07-19T18:05:57.755Z Downloaded mio v0.8.11
3292024-07-19T18:05:57.755Z Downloaded miniz_oxide v0.7.2
3302024-07-19T18:05:57.755Z Downloaded memchr v2.7.2
3312024-07-19T18:05:57.755Z Downloaded macaddr v1.0.1
3322024-07-19T18:05:57.755Z Downloaded indexmap v2.2.6
3332024-07-19T18:05:57.755Z Downloaded http v0.2.12
3342024-07-19T18:05:57.755Z Downloaded flate2 v1.0.30
3352024-07-19T18:05:57.755Z Downloaded crossbeam-channel v0.5.12
3362024-07-19T18:05:57.755Z Downloaded clap_derive v4.5.8
3372024-07-19T18:05:57.755Z Downloaded cc v1.0.97
3382024-07-19T18:05:57.755Z Downloaded base64 v0.21.7
3392024-07-19T18:05:57.755Z Downloaded rustix v0.38.34
3402024-07-19T18:05:57.755Z Downloaded papergrid v0.11.0
3412024-07-19T18:05:57.755Z Downloaded log v0.4.21
3422024-07-19T18:05:57.755Z Downloaded futures v0.3.30
3432024-07-19T18:05:57.755Z Downloaded crossbeam-utils v0.8.19
3442024-07-19T18:05:57.755Z Downloaded crc32fast v1.4.0
3452024-07-19T18:05:57.755Z Downloaded clap v4.5.9
3462024-07-19T18:05:57.755Z Downloaded syn v2.0.71
3472024-07-19T18:05:57.756Z Downloaded syn v1.0.109
3482024-07-19T18:05:57.756Z Downloaded pest_derive v2.7.10
3492024-07-19T18:05:57.756Z Downloaded parking_lot_core v0.9.10
3502024-07-19T18:05:57.756Z Downloaded once_cell v1.19.0
3512024-07-19T18:05:57.756Z Downloaded lock_api v0.4.12
3522024-07-19T18:05:57.756Z Downloaded ipnet v2.9.0
3532024-07-19T18:05:57.756Z Downloaded hyper-tls v0.5.0
3542024-07-19T18:05:57.756Z Downloaded httparse v1.8.0
3552024-07-19T18:05:57.756Z Downloaded futures-channel v0.3.30
3562024-07-19T18:05:57.780Z Downloaded cargo_metadata v0.18.1
3572024-07-19T18:05:57.780Z Downloaded bytes v1.6.0
3582024-07-19T18:05:57.780Z Downloaded bitflags v2.5.0
3592024-07-19T18:05:57.780Z Downloaded anyhow v1.0.86
3602024-07-19T18:05:57.780Z Downloaded reqwest v0.11.27
3612024-07-19T18:05:57.780Z Downloaded percent-encoding v2.3.1
3622024-07-19T18:05:57.781Z Downloaded num_cpus v1.16.0
3632024-07-19T18:05:57.781Z Downloaded memmap v0.7.0
3642024-07-19T18:05:57.781Z Downloaded itoa v1.0.11
3652024-07-19T18:05:57.781Z Downloaded generic-array v0.14.7
3662024-07-19T18:05:57.781Z Downloaded futures-task v0.3.30
3672024-07-19T18:05:57.781Z Downloaded fs-err v2.11.0
3682024-07-19T18:05:57.781Z Downloaded cargo_toml v0.20.3
3692024-07-19T18:05:57.781Z Downloaded winnow v0.6.8
3702024-07-19T18:05:57.781Z Downloaded vcpkg v0.2.15
3712024-07-19T18:05:57.781Z Downloaded unicode-normalization v0.1.23
3722024-07-19T18:05:57.781Z Downloaded toml_edit v0.22.16
3732024-07-19T18:05:57.781Z Downloaded tokio-util v0.7.11
3742024-07-19T18:05:57.781Z Downloaded time v0.3.36
3752024-07-19T18:05:57.781Z Downloaded hostname v0.3.1
3762024-07-19T18:05:57.781Z Downloaded futures-macro v0.3.30
3772024-07-19T18:05:57.781Z Downloaded futures-executor v0.3.30
3782024-07-19T18:05:57.781Z Downloaded fnv v1.0.7
3792024-07-19T18:05:57.781Z Downloaded digest v0.10.7
3802024-07-19T18:05:57.781Z Downloaded cargo-platform v0.1.8
3812024-07-19T18:05:57.781Z Downloaded anstream v0.6.14
3822024-07-19T18:05:57.781Z Downloaded unicode-ident v1.0.12
3832024-07-19T18:05:57.781Z Downloaded tracing v0.1.40
3842024-07-19T18:05:57.781Z Downloaded tar v0.4.41
3852024-07-19T18:05:57.781Z Downloaded httpdate v1.0.3
3862024-07-19T18:05:57.781Z Downloaded http-body v0.4.6
3872024-07-19T18:05:57.781Z Downloaded heck v0.4.1
3882024-07-19T18:05:57.781Z Downloaded camino v1.1.7
3892024-07-19T18:05:57.781Z Downloaded typenum v1.17.0
3902024-07-19T18:05:57.781Z Downloaded tracing-core v0.1.32
3912024-07-19T18:05:57.781Z Downloaded toml v0.8.15
3922024-07-19T18:05:57.781Z Downloaded term v0.7.0
3932024-07-19T18:05:57.781Z Downloaded socket2 v0.5.7
3942024-07-19T18:05:57.781Z Downloaded slog v2.7.0
3952024-07-19T18:05:57.781Z Downloaded serde_derive v1.0.204
3962024-07-19T18:05:57.781Z Downloaded serde v1.0.204
3972024-07-19T18:05:57.781Z Downloaded pest_generator v2.7.10
3982024-07-19T18:05:57.781Z Downloaded num_threads v0.1.7
3992024-07-19T18:05:57.781Z Downloaded mime v0.3.17
4002024-07-19T18:05:57.782Z Downloaded errno v0.3.9
4012024-07-19T18:05:57.782Z Downloaded dof v0.3.0
4022024-07-19T18:05:57.782Z Downloaded dirs-next v2.0.0
4032024-07-19T18:05:57.782Z Downloaded deranged v0.3.11
4042024-07-19T18:05:57.782Z Downloaded colorchoice v1.0.1
4052024-07-19T18:05:57.782Z Downloaded tinyvec v1.6.0
4062024-07-19T18:05:57.782Z Downloaded time-macros v0.2.18
4072024-07-19T18:05:57.782Z Downloaded strum_macros v0.26.4
4082024-07-19T18:05:57.782Z Downloaded ryu v1.0.18
4092024-07-19T18:05:57.782Z Downloaded proc-macro2 v1.0.86
4102024-07-19T18:05:57.782Z Downloaded heck v0.5.0
4112024-07-19T18:05:57.782Z Downloaded futures-sink v0.3.30
4122024-07-19T18:05:57.782Z Downloaded futures-io v0.3.30
4132024-07-19T18:05:57.782Z Downloaded futures-core v0.3.30
4142024-07-19T18:05:57.782Z Downloaded form_urlencoded v1.2.1
4152024-07-19T18:05:57.782Z Downloaded smallvec v1.13.2
4162024-07-19T18:05:57.782Z Downloaded utf8parse v0.2.1
4172024-07-19T18:05:57.782Z Downloaded tokio-native-tls v0.3.1
4182024-07-19T18:05:57.782Z Downloaded socket2 v0.4.10
4192024-07-19T18:05:57.782Z Downloaded sha2 v0.10.8
4202024-07-19T18:05:57.782Z Downloaded autocfg v1.3.0
4212024-07-19T18:05:57.782Z Downloaded anstyle-query v1.0.3
4222024-07-19T18:05:57.782Z Downloaded anstyle v1.0.7
4232024-07-19T18:05:57.782Z Downloaded adler v1.0.2
4242024-07-19T18:05:57.782Z Downloaded xattr v1.3.1
4252024-07-19T18:05:57.782Z Downloaded tinyvec_macros v0.1.1
4262024-07-19T18:05:57.782Z Downloaded thread-id v4.2.1
4272024-07-19T18:05:57.782Z Downloaded thiserror v1.0.62
4282024-07-19T18:05:57.782Z Downloaded semver v1.0.23
4292024-07-19T18:05:57.782Z Downloaded bytecount v0.6.8
4302024-07-19T18:05:57.782Z Downloaded thread_local v1.1.8
4312024-07-19T18:05:57.782Z Downloaded tabled_derive v0.7.0
4322024-07-19T18:05:57.782Z Downloaded thiserror-impl v1.0.62
4332024-07-19T18:05:57.782Z Downloaded terminal_size v0.3.0
4342024-07-19T18:05:57.782Z Downloaded swrite v0.1.0
4352024-07-19T18:05:57.782Z Downloaded slog-term v2.9.1
4362024-07-19T18:05:57.782Z Downloaded slog-json v2.6.1
4372024-07-19T18:05:57.782Z Downloaded serde_urlencoded v0.7.1
4382024-07-19T18:05:57.783Z Downloaded serde_tokenstream v0.2.1
4392024-07-19T18:05:57.783Z Downloaded serde_spanned v0.6.6
4402024-07-19T18:05:57.783Z Downloaded scopeguard v1.2.0
4412024-07-19T18:05:57.783Z Downloaded quote v1.0.36
4422024-07-19T18:05:57.783Z Downloaded openssl-macros v0.1.1
4432024-07-19T18:05:57.783Z Downloaded is-terminal v0.4.12
4442024-07-19T18:05:57.783Z Downloaded foreign-types-shared v0.1.1
4452024-07-19T18:05:57.783Z Downloaded dirs-sys-next v0.1.2
4462024-07-19T18:05:57.783Z Downloaded usdt-attr-macro v0.5.0
4472024-07-19T18:05:57.783Z Downloaded tower-service v0.3.2
4482024-07-19T18:05:57.783Z Downloaded time-core v0.1.2
4492024-07-19T18:05:57.783Z Downloaded take_mut v0.2.2
4502024-07-19T18:05:57.783Z Downloaded sync_wrapper v0.1.2
4512024-07-19T18:05:57.783Z Downloaded strsim v0.11.1
4522024-07-19T18:05:57.783Z Downloaded rustversion v1.0.17
4532024-07-19T18:05:57.783Z Downloaded rustls-pemfile v1.0.4
4542024-07-19T18:05:57.783Z Downloaded proc-macro-error-attr v1.0.4
4552024-07-19T18:05:57.783Z Downloaded proc-macro-error v1.0.4
4562024-07-19T18:05:57.807Z Downloaded plain v0.2.3
4572024-07-19T18:05:57.807Z Downloaded pkg-config v0.3.30
4582024-07-19T18:05:57.807Z Downloaded pin-utils v0.1.0
4592024-07-19T18:05:57.807Z Downloaded pin-project-lite v0.2.14
4602024-07-19T18:05:57.807Z Downloaded match_cfg v0.1.0
4612024-07-19T18:05:57.807Z Downloaded foreign-types v0.3.2
4622024-07-19T18:05:57.808Z Downloaded filetime v0.2.23
4632024-07-19T18:05:57.808Z Downloaded crypto-common v0.1.6
4642024-07-19T18:05:57.808Z Downloaded cpufeatures v0.2.12
4652024-07-19T18:05:57.808Z Downloaded clap_lex v0.7.0
4662024-07-19T18:05:57.808Z Downloaded byteorder v1.5.0
4672024-07-19T18:05:57.808Z Downloaded block-buffer v0.10.4
4682024-07-19T18:05:57.808Z Downloaded anstyle-parse v0.2.4
4692024-07-19T18:05:57.808Z Downloaded slog-bunyan v2.5.0
4702024-07-19T18:05:57.808Z Downloaded slog-async v2.8.0
4712024-07-19T18:05:57.808Z Downloaded slab v0.4.9
4722024-07-19T18:05:57.808Z Downloaded signal-hook-registry v1.4.2
4732024-07-19T18:05:57.808Z Downloaded scroll_derive v0.12.0
4742024-07-19T18:05:57.808Z Downloaded scroll v0.12.0
4752024-07-19T18:05:57.808Z Downloaded pretty-hex v0.4.1
4762024-07-19T18:05:57.808Z Downloaded powerfmt v0.2.0
4772024-07-19T18:05:57.808Z Downloaded is_terminal_polyfill v1.70.0
4782024-07-19T18:05:57.808Z Downloaded cfg-if v1.0.0
4792024-07-19T18:05:57.808Z Compiling proc-macro2 v1.0.86
4802024-07-19T18:05:57.808Z Compiling unicode-ident v1.0.12
4812024-07-19T18:05:57.808Z Compiling libc v0.2.155
4822024-07-19T18:05:57.808Z Compiling version_check v0.9.4
4832024-07-19T18:05:57.808Z Compiling cfg-if v1.0.0
4842024-07-19T18:05:57.808Z Compiling once_cell v1.19.0
4852024-07-19T18:05:57.808Z Compiling itoa v1.0.11
4862024-07-19T18:05:57.808Z Compiling serde v1.0.204
4872024-07-19T18:05:57.808Z Compiling autocfg v1.3.0
4882024-07-19T18:05:57.808Z Compiling memchr v2.7.2
4892024-07-19T18:05:57.808Z Compiling thiserror v1.0.62
4902024-07-19T18:05:57.808Z Compiling ryu v1.0.18
4912024-07-19T18:05:57.808Z Compiling pin-project-lite v0.2.14
4922024-07-19T18:05:57.808Z Compiling bitflags v2.5.0
4932024-07-19T18:05:57.808Z Compiling parking_lot_core v0.9.10
4942024-07-19T18:05:57.808Z Compiling cc v1.0.97
4952024-07-19T18:05:57.808Z Compiling ucd-trie v0.1.6
4962024-07-19T18:05:57.808Z Compiling lock_api v0.4.12
4972024-07-19T18:05:57.808Z Compiling vcpkg v0.2.15
4982024-07-19T18:05:57.808Z Compiling pkg-config v0.3.30
4992024-07-19T18:05:57.808Z Compiling quote v1.0.36
5002024-07-19T18:05:57.809Z Compiling slab v0.4.9
5012024-07-19T18:05:57.809Z Compiling scopeguard v1.2.0
5022024-07-19T18:05:57.809Z Compiling syn v2.0.71
5032024-07-19T18:05:57.809Z Compiling futures-sink v0.3.30
5042024-07-19T18:05:57.809Z Compiling futures-core v0.3.30
5052024-07-19T18:05:57.809Z Compiling bytes v1.6.0
5062024-07-19T18:05:57.809Z Compiling smallvec v1.13.2
5072024-07-19T18:05:57.809Z Compiling byteorder v1.5.0
5082024-07-19T18:05:57.809Z Compiling equivalent v1.0.1
5092024-07-19T18:05:57.809Z Compiling hashbrown v0.14.5
5102024-07-19T18:05:57.809Z Compiling serde_json v1.0.120
5112024-07-19T18:05:57.809Z Compiling fnv v1.0.7
5122024-07-19T18:05:57.809Z Compiling log v0.4.21
5132024-07-19T18:05:57.809Z Compiling parking_lot v0.12.2
5142024-07-19T18:05:57.809Z Compiling futures-channel v0.3.30
5152024-07-19T18:05:57.809Z Compiling signal-hook-registry v1.4.2
5162024-07-19T18:05:57.809Z Compiling mio v0.8.11
5172024-07-19T18:05:57.809Z Compiling socket2 v0.5.7
5182024-07-19T18:05:57.809Z Compiling num_cpus v1.16.0
5192024-07-19T18:05:57.809Z Compiling typenum v1.17.0
5202024-07-19T18:05:57.809Z Compiling openssl-sys v0.9.102
5212024-07-19T18:05:57.809Z Compiling indexmap v2.2.6
5222024-07-19T18:05:57.809Z Compiling futures-io v0.3.30
5232024-07-19T18:05:57.809Z Compiling rustix v0.38.34
5242024-07-19T18:05:57.809Z Compiling futures-task v0.3.30
5252024-07-19T18:05:57.809Z Compiling pin-utils v0.1.0
5262024-07-19T18:05:57.809Z Compiling errno v0.3.9
5272024-07-19T18:05:57.809Z Compiling generic-array v0.14.7
5282024-07-19T18:05:57.809Z Compiling openssl v0.10.64
5292024-07-19T18:05:57.809Z Compiling foreign-types-shared v0.1.1
5302024-07-19T18:05:57.809Z Compiling slog v2.7.0
5312024-07-19T18:05:57.809Z Compiling foreign-types v0.3.2
5322024-07-19T18:05:57.809Z Compiling http v0.2.12
5332024-07-19T18:05:57.809Z Compiling usdt-impl v0.5.0
5342024-07-19T18:05:57.809Z Compiling proc-macro-error-attr v1.0.4
5352024-07-19T18:05:57.809Z Compiling tracing-core v0.1.32
5362024-07-19T18:05:57.809Z Compiling time-core v0.1.2
5372024-07-19T18:05:57.809Z Compiling tinyvec_macros v0.1.1
5382024-07-19T18:05:57.809Z Compiling native-tls v0.2.11
5392024-07-19T18:05:57.810Z Compiling syn v1.0.109
5402024-07-19T18:05:57.810Z Compiling powerfmt v0.2.0
5412024-07-19T18:05:57.810Z Compiling httparse v1.8.0
5422024-07-19T18:05:57.810Z Compiling num-conv v0.1.0
5432024-07-19T18:05:57.810Z Compiling time-macros v0.2.18
5442024-07-19T18:05:57.810Z Compiling deranged v0.3.11
5452024-07-19T18:05:57.810Z Compiling tracing v0.1.40
5462024-07-19T18:05:57.810Z Compiling tinyvec v1.6.0
5472024-07-19T18:05:57.810Z Compiling thread-id v4.2.1
5482024-07-19T18:05:57.810Z Compiling proc-macro-error v1.0.4
5492024-07-19T18:05:57.810Z Compiling rustversion v1.0.17
5502024-07-19T18:05:57.810Z Compiling percent-encoding v2.3.1
5512024-07-19T18:05:57.810Z Compiling crossbeam-utils v0.8.19
5522024-07-19T18:05:57.810Z Compiling openssl-probe v0.1.5
5532024-07-19T18:05:57.810Z Compiling plain v0.2.3
5542024-07-19T18:05:57.810Z Compiling try-lock v0.2.5
5552024-07-19T18:05:57.810Z Compiling num_threads v0.1.7
5562024-07-19T18:05:57.834Z Compiling utf8parse v0.2.1
5572024-07-19T18:05:57.834Z Compiling heck v0.5.0
5582024-07-19T18:05:57.834Z Compiling want v0.3.1
5592024-07-19T18:05:57.834Z Compiling anstyle-parse v0.2.4
5602024-07-19T18:05:57.834Z Compiling unicode-normalization v0.1.23
5612024-07-19T18:05:57.834Z Compiling form_urlencoded v1.2.1
5622024-07-19T18:05:57.834Z Compiling http-body v0.4.6
5632024-07-19T18:05:57.834Z Compiling socket2 v0.4.10
5642024-07-19T18:05:57.834Z Compiling dirs-sys-next v0.1.2
5652024-07-19T18:05:57.835Z Compiling unicode-bidi v0.3.15
5662024-07-19T18:05:57.835Z Compiling winnow v0.6.8
5672024-07-19T18:05:57.835Z Compiling time v0.3.36
5682024-07-19T18:05:57.835Z Compiling anstyle-query v1.0.3
5692024-07-19T18:05:57.835Z Compiling camino v1.1.7
5702024-07-19T18:05:57.835Z Compiling crc32fast v1.4.0
5712024-07-19T18:05:57.835Z Compiling httpdate v1.0.3
5722024-07-19T18:05:57.835Z Compiling pretty-hex v0.4.1
5732024-07-19T18:05:57.835Z Compiling anstyle v1.0.7
5742024-07-19T18:05:57.835Z Compiling semver v1.0.23
5752024-07-19T18:05:57.835Z Compiling is_terminal_polyfill v1.70.0
5762024-07-19T18:05:57.835Z Compiling colorchoice v1.0.1
5772024-07-19T18:05:57.835Z Compiling tower-service v0.3.2
5782024-07-19T18:05:57.835Z Compiling anstream v0.6.14
5792024-07-19T18:05:57.835Z Compiling idna v0.5.0
5802024-07-19T18:05:57.835Z Compiling dirs-next v2.0.0
5812024-07-19T18:05:57.835Z Compiling crypto-common v0.1.6
5822024-07-19T18:05:57.835Z Compiling block-buffer v0.10.4
5832024-07-19T18:05:57.835Z Compiling terminal_size v0.3.0
5842024-07-19T18:05:57.835Z Compiling fs-err v2.11.0
5852024-07-19T18:05:57.835Z Compiling thread_local v1.1.8
5862024-07-19T18:05:57.835Z Compiling heck v0.4.1
5872024-07-19T18:05:57.835Z Compiling anyhow v1.0.86
5882024-07-19T18:05:57.835Z Compiling unicode-width v0.1.13
5892024-07-19T18:05:57.835Z Compiling serde_derive v1.0.204
5902024-07-19T18:05:57.835Z Compiling thiserror-impl v1.0.62
5912024-07-19T18:05:57.835Z Compiling zerocopy-derive v0.7.34
5922024-07-19T18:05:57.835Z Compiling tokio-macros v2.3.0
5932024-07-19T18:05:57.835Z Compiling futures-macro v0.3.30
5942024-07-19T18:05:57.835Z Compiling scroll_derive v0.12.0
5952024-07-19T18:05:57.835Z Compiling openssl-macros v0.1.1
5962024-07-19T18:05:57.835Z Compiling scroll v0.12.0
5972024-07-19T18:05:57.835Z Compiling tokio v1.38.1
5982024-07-19T18:05:57.835Z Compiling clap_lex v0.7.0
5992024-07-19T18:05:57.835Z Compiling futures-util v0.3.30
6002024-07-19T18:05:57.835Z Compiling goblin v0.8.2
6012024-07-19T18:05:57.835Z Compiling zerocopy v0.7.34
6022024-07-19T18:05:57.835Z Compiling adler v1.0.2
6032024-07-19T18:05:57.836Z Compiling base64 v0.21.7
6042024-07-19T18:05:57.836Z Compiling pest v2.7.10
6052024-07-19T18:05:57.836Z Compiling match_cfg v0.1.0
6062024-07-19T18:05:57.836Z Compiling strsim v0.11.1
6072024-07-19T18:05:57.836Z Compiling slog-async v2.8.0
6082024-07-19T18:05:57.836Z Compiling bytecount v0.6.8
6092024-07-19T18:05:57.836Z Compiling papergrid v0.11.0
6102024-07-19T18:05:57.836Z Compiling clap_builder v4.5.9
6112024-07-19T18:05:57.836Z Compiling pest_meta v2.7.10
6122024-07-19T18:05:57.836Z Compiling pest_generator v2.7.10
6132024-07-19T18:05:57.836Z Compiling tokio-util v0.7.11
6142024-07-19T18:05:57.836Z Compiling h2 v0.3.26
6152024-07-19T18:05:57.836Z Compiling tokio-native-tls v0.3.1
6162024-07-19T18:05:57.836Z Compiling pest_derive v2.7.10
6172024-07-19T18:05:57.836Z Compiling futures-executor v0.3.30
6182024-07-19T18:05:57.836Z Compiling dtrace-parser v0.2.0
6192024-07-19T18:05:57.836Z Compiling hostname v0.3.1
6202024-07-19T18:05:57.836Z Compiling rustls-pemfile v1.0.4
6212024-07-19T18:05:57.836Z Compiling miniz_oxide v0.7.2
6222024-07-19T18:05:57.836Z Compiling tabled_derive v0.7.0
6232024-07-19T18:05:57.836Z Compiling serde_tokenstream v0.2.1
6242024-07-19T18:05:57.836Z Compiling serde_spanned v0.6.6
6252024-07-19T18:05:57.836Z Compiling toml_datetime v0.6.6
6262024-07-19T18:05:57.836Z Compiling cargo-platform v0.1.8
6272024-07-19T18:05:57.836Z Compiling hyper v0.14.28
6282024-07-19T18:05:57.836Z Compiling toml_edit v0.22.16
6292024-07-19T18:05:57.836Z Compiling dof v0.3.0
6302024-07-19T18:05:57.836Z Compiling slog-json v2.6.1
6312024-07-19T18:05:57.836Z Compiling serde_urlencoded v0.7.1
6322024-07-19T18:05:57.836Z Compiling strum_macros v0.26.4
6332024-07-19T18:05:57.836Z Compiling clap_derive v4.5.8
6342024-07-19T18:05:57.836Z Compiling digest v0.10.7
6352024-07-19T18:05:57.836Z Compiling crossbeam-channel v0.5.12
6362024-07-19T18:05:57.836Z Compiling toml v0.8.15
6372024-07-19T18:05:57.836Z Compiling url v2.5.0
6382024-07-19T18:05:57.836Z Compiling usdt-macro v0.5.0
6392024-07-19T18:05:57.836Z Compiling hyper-tls v0.5.0
6402024-07-19T18:05:57.836Z Compiling usdt-attr-macro v0.5.0
6412024-07-19T18:05:57.836Z Compiling term v0.7.0
6422024-07-19T18:05:57.837Z Compiling xattr v1.3.1
6432024-07-19T18:05:57.837Z Compiling filetime v0.2.23
6442024-07-19T18:05:57.837Z Compiling is-terminal v0.4.12
6452024-07-19T18:05:57.837Z Compiling memmap v0.7.0
6462024-07-19T18:05:57.837Z Compiling encoding_rs v0.8.34
6472024-07-19T18:05:57.837Z Compiling take_mut v0.2.2
6482024-07-19T18:05:57.837Z Compiling cpufeatures v0.2.12
6492024-07-19T18:05:57.837Z Compiling mime v0.3.17
6502024-07-19T18:05:57.837Z Compiling sync_wrapper v0.1.2
6512024-07-19T18:05:57.837Z Compiling ipnet v2.9.0
6522024-07-19T18:05:57.837Z Compiling sha2 v0.10.8
6532024-07-19T18:05:57.837Z Compiling usdt v0.5.0
6542024-07-19T18:05:57.837Z Compiling tar v0.4.41
6552024-07-19T18:05:57.837Z Compiling slog-term v2.9.1
6562024-07-19T18:05:57.861Z Compiling clap v4.5.9
6572024-07-19T18:05:57.861Z Compiling strum v0.26.3
6582024-07-19T18:05:57.861Z Compiling flate2 v1.0.30
6592024-07-19T18:05:57.861Z Compiling cargo_toml v0.20.3
6602024-07-19T18:05:57.861Z Compiling reqwest v0.11.27
6612024-07-19T18:05:57.861Z Compiling slog-bunyan v2.5.0
6622024-07-19T18:05:57.861Z Compiling cargo_metadata v0.18.1
6632024-07-19T18:05:57.861Z Compiling tabled v0.15.0
6642024-07-19T18:05:57.861Z Compiling macaddr v1.0.1
6652024-07-19T18:05:57.861Z Compiling futures v0.3.30
6662024-07-19T18:05:57.861Z Compiling swrite v0.1.0
6672024-07-19T18:05:57.861Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6682024-07-19T18:06:00.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
6692024-07-19T18:06:56.121Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6702024-07-19T18:06:56.145ZJul 19 18:06:00.430 INFO Starting download, target: Console
6712024-07-19T18:06:56.145ZJul 19 18:06:00.430 INFO Starting download, target: Clickhouse
6722024-07-19T18:06:56.145ZJul 19 18:06:00.430 INFO Starting download, target: Cockroach
6732024-07-19T18:06:56.145ZJul 19 18:06:00.431 INFO Starting download, target: DendriteOpenapi
6742024-07-19T18:06:56.145ZJul 19 18:06:00.431 INFO Starting download, target: DendriteStub
6752024-07-19T18:06:56.145ZJul 19 18:06:00.431 INFO Starting download, target: MaghemiteMgd
6762024-07-19T18:06:56.145ZJul 19 18:06:00.431 INFO Starting download, target: TransceiverControl
6772024-07-19T18:06:56.146ZJul 19 18:06:00.432 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6782024-07-19T18:06:56.146ZJul 19 18:06:00.433 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi
6792024-07-19T18:06:56.146ZJul 19 18:06:00.434 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6802024-07-19T18:06:56.146ZJul 19 18:06:00.434 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6812024-07-19T18:06:56.146ZJul 19 18:06:00.434 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6822024-07-19T18:06:56.146ZJul 19 18:06:00.434 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6832024-07-19T18:06:56.146ZJul 19 18:06:00.434 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6842024-07-19T18:06:56.146ZJul 19 18:06:00.812 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6852024-07-19T18:06:56.146ZJul 19 18:06:01.172 INFO Download complete, target: Console
6862024-07-19T18:07:13.194ZJul 19 18:06:09.158 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6872024-07-19T18:07:13.262ZJul 19 18:06:09.158 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6882024-07-19T18:07:13.262ZJul 19 18:06:15.500 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz): error trying to connect: operation timed out, target: TransceiverControl
6892024-07-19T18:07:13.262ZJul 19 18:06:15.500 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/e83f4f164fd3dbb2100989a399a4fa087232ac36/dpd.json): error trying to connect: operation timed out, target: DendriteOpenapi
6902024-07-19T18:07:13.262ZJul 19 18:06:15.500 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/e83f4f164fd3dbb2100989a399a4fa087232ac36/dendrite-stub.tar.gz): error trying to connect: operation timed out, target: DendriteStub
6912024-07-19T18:07:13.262ZJul 19 18:06:15.500 INFO Downloading out/downloads/xcvradm.gz (attempt 2/3), target: TransceiverControl
6922024-07-19T18:07:13.262ZJul 19 18:06:15.501 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 2/3), target: DendriteStub
6932024-07-19T18:07:13.262ZJul 19 18:06:15.501 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 2/3), target: DendriteOpenapi
6942024-07-19T18:07:13.262ZJul 19 18:06:15.501 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/220dd026e83142b83bd93123f465a64dd4600201/mgd.tar.gz): error trying to connect: operation timed out, target: MaghemiteMgd
6952024-07-19T18:07:13.262ZJul 19 18:06:15.501 INFO Downloading out/downloads/mgd.tar.gz (attempt 2/3), target: MaghemiteMgd
6962024-07-19T18:07:13.262ZJul 19 18:06:19.090 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6972024-07-19T18:07:13.262ZJul 19 18:06:19.483 INFO Checking that binary works, target: Cockroach
6982024-07-19T18:07:13.262ZJul 19 18:06:19.687 INFO Download complete, target: Cockroach
6992024-07-19T18:07:13.262ZJul 19 18:06:20.218 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
7002024-07-19T18:07:13.262ZJul 19 18:06:30.503 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/220dd026e83142b83bd93123f465a64dd4600201/mgd.tar.gz): error trying to connect: tcp connect error: deadline has elapsed, target: MaghemiteMgd
7012024-07-19T18:07:13.262ZJul 19 18:06:30.503 INFO Downloading out/downloads/mgd.tar.gz (attempt 3/3), target: MaghemiteMgd
7022024-07-19T18:07:13.262ZJul 19 18:06:30.503 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/e83f4f164fd3dbb2100989a399a4fa087232ac36/dendrite-stub.tar.gz): error trying to connect: tcp connect error: deadline has elapsed, target: DendriteStub
7032024-07-19T18:07:13.262ZJul 19 18:06:30.503 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 3/3), target: DendriteStub
7042024-07-19T18:07:13.262ZJul 19 18:06:30.503 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz): error trying to connect: tcp connect error: deadline has elapsed, target: TransceiverControl
7052024-07-19T18:07:13.262ZJul 19 18:06:30.503 INFO Downloading out/downloads/xcvradm.gz (attempt 3/3), target: TransceiverControl
7062024-07-19T18:07:13.262ZJul 19 18:06:30.503 WARN Download failed, retrying: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/e83f4f164fd3dbb2100989a399a4fa087232ac36/dpd.json): error trying to connect: tcp connect error: deadline has elapsed, target: DendriteOpenapi
7072024-07-19T18:07:13.262ZJul 19 18:06:30.503 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 3/3), target: DendriteOpenapi
7082024-07-19T18:07:13.262ZJul 19 18:06:36.803 INFO Checking that binary works, target: Clickhouse
7092024-07-19T18:07:13.262ZJul 19 18:06:36.936 INFO Download complete, target: Clickhouse
7102024-07-19T18:07:13.262ZError: Failed to download MaghemiteMgd
7112024-07-19T18:07:13.262Z
7122024-07-19T18:07:13.262ZCaused by:
7132024-07-19T18:07:13.262Z 0: error sending request for url (https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/220dd026e83142b83bd93123f465a64dd4600201/mgd.tar.gz): error trying to connect: operation timed out
7142024-07-19T18:07:13.262Z 1: error trying to connect: operation timed out
7152024-07-19T18:07:13.262Z 2: operation timed out
7162024-07-19T18:07:13.262ZFailed to run command -- will try 2 more times
7172024-07-19T18:07:13.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
7182024-07-19T18:07:13.263Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
7192024-07-19T18:07:13.263ZJul 19 18:06:46.270 INFO Starting download, target: Clickhouse
7202024-07-19T18:07:13.263ZJul 19 18:06:46.270 INFO Starting download, target: Cockroach
7212024-07-19T18:07:13.263ZJul 19 18:06:46.270 INFO Starting download, target: Console
7222024-07-19T18:07:13.263ZJul 19 18:06:46.270 INFO Starting download, target: DendriteOpenapi
7232024-07-19T18:07:13.263ZJul 19 18:06:46.270 INFO Starting download, target: MaghemiteMgd
7242024-07-19T18:07:13.263ZJul 19 18:06:46.270 INFO Starting download, target: DendriteStub
7252024-07-19T18:07:13.263ZJul 19 18:06:46.270 INFO Starting download, target: TransceiverControl
7262024-07-19T18:07:13.263ZJul 19 18:06:46.272 INFO Already downloaded (out/downloads/console.tar.gz), target: Console
7272024-07-19T18:07:13.263ZJul 19 18:06:46.272 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
7282024-07-19T18:07:13.263ZJul 19 18:06:46.272 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi
7292024-07-19T18:07:13.263ZJul 19 18:06:46.272 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
7302024-07-19T18:07:13.263ZJul 19 18:06:46.272 INFO Already downloaded (out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz), target: Clickhouse
7312024-07-19T18:07:13.263ZJul 19 18:06:46.272 INFO Already downloaded (out/downloads/cockroach-v22.1.9.illumos.tar.gz), target: Cockroach
7322024-07-19T18:07:13.263ZJul 19 18:06:46.272 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
7332024-07-19T18:07:13.263ZJul 19 18:06:46.290 INFO Checksum matches already downloaded file - skipping download, target: Console
7342024-07-19T18:07:13.263ZJul 19 18:06:46.305 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
7352024-07-19T18:07:13.263ZJul 19 18:06:46.546 INFO Checksum matches already downloaded file - skipping download, target: Cockroach
7362024-07-19T18:07:13.263ZJul 19 18:06:46.661 INFO Download complete, target: Console
7372024-07-19T18:07:13.263ZJul 19 18:06:46.671 INFO Download complete, target: DendriteOpenapi
7382024-07-19T18:07:13.263ZJul 19 18:06:46.699 INFO Checksum matches already downloaded file - skipping download, target: Clickhouse
7392024-07-19T18:07:13.263ZJul 19 18:06:46.805 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
7402024-07-19T18:07:13.263ZJul 19 18:06:46.805 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
7412024-07-19T18:07:13.263ZJul 19 18:06:46.918 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
7422024-07-19T18:07:13.263ZJul 19 18:06:47.180 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
7432024-07-19T18:07:13.263ZJul 19 18:06:47.767 INFO Download complete, target: TransceiverControl
7442024-07-19T18:07:13.263ZJul 19 18:06:47.963 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
7452024-07-19T18:07:13.263ZJul 19 18:06:48.172 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
7462024-07-19T18:07:13.263ZJul 19 18:06:51.115 INFO Download complete, target: DendriteStub
7472024-07-19T18:07:13.263ZJul 19 18:06:51.511 INFO Download complete, target: MaghemiteMgd
7482024-07-19T18:07:13.263ZJul 19 18:06:56.857 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
7492024-07-19T18:07:13.263ZJul 19 18:06:57.341 INFO Checking that binary works, target: Cockroach
7502024-07-19T18:07:13.263ZJul 19 18:06:57.533 INFO Download complete, target: Cockroach
7512024-07-19T18:07:13.263ZJul 19 18:07:04.271 INFO Checking that binary works, target: Clickhouse
7522024-07-19T18:07:13.263ZJul 19 18:07:04.498 INFO Download complete, target: Clickhouse
7532024-07-19T18:07:13.264ZAll builder prerequisites installed successfully, and PATH looks valid
7542024-07-19T18:07:13.264Z
7552024-07-19T18:07:13.264Zreal 3:37.287946308
7562024-07-19T18:07:13.264Zuser 5:56.610793406
7572024-07-19T18:07:13.264Zsys 1:22.862912549
7582024-07-19T18:07:13.264Ztrap 0.202885620
7592024-07-19T18:07:13.264Ztflt 0.090069971
7602024-07-19T18:07:13.264Zdflt 0.727250483
7612024-07-19T18:07:13.264Zkflt 0.007520143
7622024-07-19T18:07:13.264Zlock 24:52.570628225
7632024-07-19T18:07:13.264Zslp 16:44.799318603
7642024-07-19T18:07:13.264Zlat 25.529110773
7652024-07-19T18:07:13.264Zstop 1:04.695038802
7662024-07-19T18:07:13.264Z+ banner clippy
7672024-07-19T18:07:13.264Z
7682024-07-19T18:07:13.264Z #### # # ##### ##### # #
7692024-07-19T18:07:13.264Z # # # # # # # # # #
7702024-07-19T18:07:13.264Z # # # # # # # #
7712024-07-19T18:07:13.264Z # # # ##### ##### #
7722024-07-19T18:07:13.264Z # # # # # # #
7732024-07-19T18:07:13.264Z #### ###### # # # #
7742024-07-19T18:07:13.264Z
7752024-07-19T18:07:13.264Z+ export CARGO_INCREMENTAL=0
7762024-07-19T18:07:13.264Z+ CARGO_INCREMENTAL=0
7772024-07-19T18:07:13.264Z+ ptime -m cargo xtask clippy
7782024-07-19T18:07:13.264Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
7792024-07-19T18:07:16.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.97s
7802024-07-19T18:07:16.381Z Running `target/debug/xtask clippy`
7812024-07-19T18:07:16.415Zrunning: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
7822024-07-19T18:07:17.360Z Downloading crates ...
7832024-07-19T18:07:17.527Z Downloaded atty v0.2.14
7842024-07-19T18:07:17.553Z Downloaded cstr-argument v0.1.2
7852024-07-19T18:07:17.553Z Downloaded ascii-canvas v3.0.0
7862024-07-19T18:07:17.553Z Downloaded convert_case v0.4.0
7872024-07-19T18:07:17.553Z Downloaded matches v0.1.10
7882024-07-19T18:07:17.577Z Downloaded parse-size v1.0.0
7892024-07-19T18:07:17.577Z Downloaded oso-derive v0.27.3
7902024-07-19T18:07:17.601Z Downloaded stringprep v0.1.4
7912024-07-19T18:07:17.601Z Downloaded unicode-xid v0.2.4
7922024-07-19T18:07:17.601Z Downloaded defmt-parser v0.3.4
7932024-07-19T18:07:17.626Z Downloaded der_derive v0.7.2
7942024-07-19T18:07:17.626Z Downloaded funty v2.0.0
7952024-07-19T18:07:17.626Z Downloaded signal-hook-tokio v0.3.1
7962024-07-19T18:07:17.626Z Downloaded supports-color v3.0.0
7972024-07-19T18:07:17.650Z Downloaded strum_macros v0.25.3
7982024-07-19T18:07:17.650Z Downloaded radium v0.7.0
7992024-07-19T18:07:17.651Z Downloaded precomputed-hash v0.1.1
8002024-07-19T18:07:17.676Z Downloaded pretty-hex v0.2.1
8012024-07-19T18:07:17.676Z Downloaded peg-runtime v0.8.3
8022024-07-19T18:07:17.676Z Downloaded ident_case v1.0.1
8032024-07-19T18:07:17.676Z Downloaded scheduled-thread-pool v0.2.7
8042024-07-19T18:07:17.676Z Downloaded phf_shared v0.10.0
8052024-07-19T18:07:17.676Z Downloaded plotters-svg v0.3.5
8062024-07-19T18:07:17.676Z Downloaded wait-timeout v0.2.0
8072024-07-19T18:07:17.706Z Downloaded dhcproto-macros v0.1.0
8082024-07-19T18:07:17.706Z Downloaded derive_builder_macro v0.20.0
8092024-07-19T18:07:17.706Z Downloaded dirs v5.0.1
8102024-07-19T18:07:17.706Z Downloaded endian-type v0.1.2
8112024-07-19T18:07:17.706Z Downloaded hubpack_derive v0.1.1
8122024-07-19T18:07:17.706Z Downloaded rpassword v7.3.1
8132024-07-19T18:07:17.706Z Downloaded hubpack v0.1.2
8142024-07-19T18:07:17.706Z Downloaded russh-cryptovec v0.7.2
8152024-07-19T18:07:17.706Z Downloaded diff v0.1.13
8162024-07-19T18:07:17.706Z Downloaded whoami v1.5.1
8172024-07-19T18:07:17.731Z Downloaded dhcproto v0.11.0
8182024-07-19T18:07:17.731Z Downloaded tower-layer v0.3.2
8192024-07-19T18:07:17.731Z Downloaded toolchain_find v0.4.0
8202024-07-19T18:07:17.731Z Downloaded tracing-attributes v0.1.27
8212024-07-19T18:07:17.731Z Downloaded ron v0.7.1
8222024-07-19T18:07:17.756Z Downloaded toml v0.7.8
8232024-07-19T18:07:17.756Z Downloaded hyper-staticfile v0.9.5
8242024-07-19T18:07:17.757Z Downloaded trust-dns-client v0.22.0
8252024-07-19T18:07:17.757Z Downloaded tower v0.4.13
8262024-07-19T18:07:17.782Z Downloaded tls_codec_derive v0.4.1
8272024-07-19T18:07:17.782Z Downloaded tokio-stream v0.1.15
8282024-07-19T18:07:17.782Z Downloaded tokio-rustls v0.25.0
8292024-07-19T18:07:17.782Z Downloaded tokio-tungstenite v0.21.0
8302024-07-19T18:07:17.806Z Downloaded postcard v1.0.8
8312024-07-19T18:07:17.806Z Downloaded diesel v2.1.6
8322024-07-19T18:07:17.832Z Downloaded schemars v0.8.21
8332024-07-19T18:07:17.832Z Downloaded tokio-postgres v0.7.10
8342024-07-19T18:07:17.859Z Downloaded reedline v0.31.0
8352024-07-19T18:07:17.859Z Downloaded rayon v1.10.0
8362024-07-19T18:07:17.859Z Downloaded object v0.30.4
8372024-07-19T18:07:17.883Z Downloaded regress v0.9.1
8382024-07-19T18:07:17.907Z Downloaded ratatui v0.27.0
8392024-07-19T18:07:17.930Z Downloaded regex-syntax v0.8.3
8402024-07-19T18:07:17.930Z Downloaded petgraph v0.6.5
8412024-07-19T18:07:17.954Z Downloaded regex-automata v0.4.6
8422024-07-19T18:07:17.978Z Downloaded regex-syntax v0.6.29
8432024-07-19T18:07:17.978Z Downloaded webpki-roots v0.25.4
8442024-07-19T18:07:18.002Z Downloaded gimli v0.28.1
8452024-07-19T18:07:18.002Z Downloaded openapiv3 v2.0.0
8462024-07-19T18:07:18.026Z Downloaded object v0.32.2
8472024-07-19T18:07:18.026Z Downloaded nix v0.28.0
8482024-07-19T18:07:18.050Z Downloaded nix v0.27.1
8492024-07-19T18:07:18.050Z Downloaded idna v0.3.0
8502024-07-19T18:07:18.074Z Downloaded idna v0.2.3
8512024-07-19T18:07:18.074Z Downloaded sha3 v0.10.8
8522024-07-19T18:07:18.074Z Downloaded russh v0.43.0
8532024-07-19T18:07:18.098Z Downloaded rstest_macros v0.19.0
8542024-07-19T18:07:18.098Z Downloaded hyper-util v0.1.3
8552024-07-19T18:07:18.098Z Downloaded ed25519-dalek v2.1.1
8562024-07-19T18:07:18.098Z Downloaded trust-dns-proto v0.22.0
8572024-07-19T18:07:18.122Z Downloaded portable-atomic v1.6.0
8582024-07-19T18:07:18.122Z Downloaded zerocopy-derive v0.6.6
8592024-07-19T18:07:18.146Z Downloaded ring v0.17.8
8602024-07-19T18:07:18.205Z Downloaded guppy v0.17.5
8612024-07-19T18:07:18.228Z Downloaded p521 v0.13.3
8622024-07-19T18:07:18.228Z Downloaded lalrpop v0.19.12
8632024-07-19T18:07:18.252Z Downloaded itertools v0.13.0
8642024-07-19T18:07:18.252Z Downloaded itertools v0.10.5
8652024-07-19T18:07:18.252Z Downloaded ring v0.16.20
8662024-07-19T18:07:18.335Z Downloaded csv v1.3.0
8672024-07-19T18:07:18.359Z Downloaded hashbrown v0.12.3
8682024-07-19T18:07:18.383Z Downloaded sled v0.34.7
8692024-07-19T18:07:18.383Z Downloaded finl_unicode v1.2.0
8702024-07-19T18:07:18.406Z Downloaded num-bigint-dig v0.8.4
8712024-07-19T18:07:18.407Z Downloaded num-bigint v0.4.5
8722024-07-19T18:07:18.407Z Downloaded nom v7.1.3
8732024-07-19T18:07:18.407Z Downloaded bzip2-sys v0.1.11+1.0.8
8742024-07-19T18:07:18.430Z Downloaded rayon-core v1.12.1
8752024-07-19T18:07:18.430Z Downloaded tokio-tungstenite v0.20.1
8762024-07-19T18:07:18.430Z Downloaded russh-keys v0.43.0
8772024-07-19T18:07:18.430Z Downloaded polar-core v0.27.3
8782024-07-19T18:07:18.454Z Downloaded rustls v0.22.4
8792024-07-19T18:07:18.454Z Downloaded itertools v0.12.1
8802024-07-19T18:07:18.477Z Downloaded tokio-rustls v0.24.1
8812024-07-19T18:07:18.477Z Downloaded rust-argon2 v2.1.0
8822024-07-19T18:07:18.477Z Downloaded rustls v0.21.12
8832024-07-19T18:07:18.477Z Downloaded heapless v0.7.17
8842024-07-19T18:07:18.501Z Downloaded hashbrown v0.13.2
8852024-07-19T18:07:18.501Z Downloaded libm v0.2.8
8862024-07-19T18:07:18.501Z Downloaded rcgen v0.12.1
8872024-07-19T18:07:18.501Z Downloaded libxml v0.3.3
8882024-07-19T18:07:18.525Z Downloaded rtoolbox v0.0.2
8892024-07-19T18:07:18.525Z Downloaded hyper-rustls v0.26.0
8902024-07-19T18:07:18.525Z Downloaded hyper v1.3.1
8912024-07-19T18:07:18.525Z Downloaded ecdsa v0.16.9
8922024-07-19T18:07:18.525Z Downloaded dyn-clone v1.0.17
8932024-07-19T18:07:18.525Z Downloaded winnow v0.5.40
8942024-07-19T18:07:18.549Z Downloaded rustls-webpki v0.102.4
8952024-07-19T18:07:18.572Z Downloaded rand_distr v0.4.3
8962024-07-19T18:07:18.572Z Downloaded tough v0.17.1
8972024-07-19T18:07:18.573Z Downloaded toml_edit v0.19.15
8982024-07-19T18:07:18.596Z Downloaded rsa v0.9.6
8992024-07-19T18:07:18.596Z Downloaded plotters v0.3.5
9002024-07-19T18:07:18.620Z Downloaded sct v0.7.1
9012024-07-19T18:07:18.620Z Downloaded rustls-webpki v0.101.7
9022024-07-19T18:07:18.620Z Downloaded textwrap v0.16.1
9032024-07-19T18:07:18.620Z Downloaded headers v0.3.9
9042024-07-19T18:07:18.643Z Downloaded trust-dns-server v0.22.1
9052024-07-19T18:07:18.643Z Downloaded pem-rfc7468 v0.7.0
9062024-07-19T18:07:18.643Z Downloaded regex v1.10.5
9072024-07-19T18:07:18.668Z Downloaded minimal-lexical v0.2.1
9082024-07-19T18:07:18.668Z Downloaded toml v0.5.11
9092024-07-19T18:07:18.668Z Downloaded ron v0.8.1
9102024-07-19T18:07:18.668Z Downloaded ed25519 v2.2.3
9112024-07-19T18:07:18.668Z Downloaded dirs-sys v0.4.1
9122024-07-19T18:07:18.669Z Downloaded trust-dns-resolver v0.22.0
9132024-07-19T18:07:18.692Z Downloaded polyval v0.6.2
9142024-07-19T18:07:18.692Z Downloaded semver v0.1.20
9152024-07-19T18:07:18.692Z Downloaded secrecy v0.8.0
9162024-07-19T18:07:18.692Z Downloaded schemars_derive v0.8.21
9172024-07-19T18:07:18.692Z Downloaded rand_core v0.6.4
9182024-07-19T18:07:18.692Z Downloaded radix_trie v0.2.1
9192024-07-19T18:07:18.692Z Downloaded test-strategy v0.3.1
9202024-07-19T18:07:18.693Z Downloaded heapless v0.8.0
9212024-07-19T18:07:18.693Z Downloaded elliptic-curve v0.13.8
9222024-07-19T18:07:18.716Z Downloaded topological-sort v0.2.2
9232024-07-19T18:07:18.716Z Downloaded serde_derive_internals v0.29.1
9242024-07-19T18:07:18.716Z Downloaded rustc-demangle v0.1.24
9252024-07-19T18:07:18.716Z Downloaded rustyline v14.0.0
9262024-07-19T18:07:18.716Z Downloaded rstest v0.19.0
9272024-07-19T18:07:18.716Z Downloaded postgres-protocol v0.6.6
9282024-07-19T18:07:18.716Z Downloaded diesel_derives v2.1.4
9292024-07-19T18:07:18.740Z Downloaded derive_more v0.99.18
9302024-07-19T18:07:18.740Z Downloaded tungstenite v0.20.1
9312024-07-19T18:07:18.740Z Downloaded half v2.4.1
9322024-07-19T18:07:18.740Z Downloaded tls_codec v0.4.1
9332024-07-19T18:07:18.740Z Downloaded tinytemplate v1.2.1
9342024-07-19T18:07:18.740Z Downloaded serde_path_to_error v0.1.16
9352024-07-19T18:07:18.740Z Downloaded postgres-types v0.2.6
9362024-07-19T18:07:18.740Z Downloaded portpicker v0.1.1
9372024-07-19T18:07:18.764Z Downloaded hyper-rustls v0.24.2
9382024-07-19T18:07:18.764Z Downloaded httptest v0.15.5
9392024-07-19T18:07:18.764Z Downloaded env_logger v0.9.3
9402024-07-19T18:07:18.764Z Downloaded hkdf v0.12.4
9412024-07-19T18:07:18.764Z Downloaded walkdir v2.5.0
9422024-07-19T18:07:18.764Z Downloaded proptest v1.4.0
9432024-07-19T18:07:18.764Z Downloaded trybuild v1.0.96
9442024-07-19T18:07:18.788Z Downloaded sec1 v0.7.3
9452024-07-19T18:07:18.788Z Downloaded pem v3.0.4
9462024-07-19T18:07:18.788Z Downloaded embedded-io v0.4.0
9472024-07-19T18:07:18.788Z Downloaded phf v0.11.2
9482024-07-19T18:07:18.788Z Downloaded data-encoding v2.6.0
9492024-07-19T18:07:18.788Z Downloaded thiserror-no-std v2.0.2
9502024-07-19T18:07:18.788Z Downloaded enum-as-inner v0.5.1
9512024-07-19T18:07:18.788Z Downloaded downcast v0.11.0
9522024-07-19T18:07:18.788Z Downloaded doc-comment v0.3.3
9532024-07-19T18:07:18.788Z Downloaded humantime v2.1.0
9542024-07-19T18:07:18.788Z Downloaded ena v0.14.3
9552024-07-19T18:07:18.788Z Downloaded either v1.12.0
9562024-07-19T18:07:18.788Z Downloaded difflib v0.4.0
9572024-07-19T18:07:18.788Z Downloaded pin-project v1.1.5
9582024-07-19T18:07:18.812Z Downloaded rfc6979 v0.4.0
9592024-07-19T18:07:18.812Z Downloaded resolv-conf v0.7.0
9602024-07-19T18:07:18.812Z Downloaded relative-path v1.9.3
9612024-07-19T18:07:18.812Z Downloaded rand_xorshift v0.3.0
9622024-07-19T18:07:18.812Z Downloaded quick-xml v0.31.0
9632024-07-19T18:07:18.812Z Downloaded datatest-stable v0.2.9
9642024-07-19T18:07:18.836Z Downloaded pin-project-internal v1.1.5
9652024-07-19T18:07:18.836Z Downloaded samael v0.0.15
9662024-07-19T18:07:18.836Z Downloaded derive_builder v0.20.0
9672024-07-19T18:07:18.836Z Downloaded display-error-chain v0.2.0
9682024-07-19T18:07:18.836Z Downloaded wyz v0.5.1
9692024-07-19T18:07:18.836Z Downloaded regex-automata v0.1.10
9702024-07-19T18:07:18.836Z Downloaded getrandom v0.2.14
9712024-07-19T18:07:18.860Z Downloaded derive_builder_core v0.20.0
9722024-07-19T18:07:18.860Z Downloaded diesel_table_macro_syntax v0.1.0
9732024-07-19T18:07:18.860Z Downloaded debug-ignore v1.0.5
9742024-07-19T18:07:18.860Z Downloaded tui-tree-widget v0.21.0
9752024-07-19T18:07:18.860Z Downloaded poly1305 v0.8.0
9762024-07-19T18:07:18.860Z Downloaded pkcs1 v0.7.5
9772024-07-19T18:07:18.860Z Downloaded x509-cert v0.2.5
9782024-07-19T18:07:18.860Z Downloaded pkcs8 v0.10.2
9792024-07-19T18:07:18.860Z Downloaded phf_shared v0.11.2
9802024-07-19T18:07:18.890Z Downloaded plotters-backend v0.3.5
9812024-07-19T18:07:18.891Z Downloaded zip v0.6.6
9822024-07-19T18:07:18.891Z Downloaded http v1.1.0
9832024-07-19T18:07:18.891Z Downloaded getrandom v0.1.16
9842024-07-19T18:07:18.891Z Downloaded rustls-pki-types v1.7.0
9852024-07-19T18:07:18.891Z Downloaded rustls-pemfile v2.1.2
9862024-07-19T18:07:18.891Z Downloaded rustls-native-certs v0.7.0
9872024-07-19T18:07:18.891Z Downloaded peg-macros v0.8.3
9882024-07-19T18:07:18.891Z Downloaded iana-time-zone v0.1.60
9892024-07-19T18:07:18.891Z Downloaded zerocopy v0.6.6
9902024-07-19T18:07:18.891Z Downloaded yasna v0.5.2
9912024-07-19T18:07:18.891Z Downloaded pretty_assertions v1.4.0
9922024-07-19T18:07:18.891Z Downloaded ref-cast v1.0.23
9932024-07-19T18:07:18.918Z Downloaded globset v0.4.14
9942024-07-19T18:07:18.918Z Downloaded smoltcp v0.11.0
9952024-07-19T18:07:18.918Z Downloaded rand_core v0.5.1
9962024-07-19T18:07:18.918Z Downloaded rand_chacha v0.3.1
9972024-07-19T18:07:18.918Z Downloaded rand v0.7.3
9982024-07-19T18:07:18.918Z Downloaded tiny-keccak v2.0.2
9992024-07-19T18:07:18.942Z Downloaded termcolor v1.4.1
10002024-07-19T18:07:18.942Z Downloaded same-file v1.0.6
10012024-07-19T18:07:18.942Z Downloaded rusty-fork v0.3.0
10022024-07-19T18:07:18.942Z Downloaded rustfmt-wrapper v0.2.1
10032024-07-19T18:07:18.942Z Downloaded rustc_version v0.4.0
10042024-07-19T18:07:18.942Z Downloaded rustc_version v0.1.7
10052024-07-19T18:07:18.942Z Downloaded rustc-hash v1.1.0
10062024-07-19T18:07:18.942Z Downloaded darling_macro v0.20.9
10072024-07-19T18:07:18.942Z Downloaded zone_cfg_derive v0.1.2
10082024-07-19T18:07:18.942Z Downloaded prettyplease v0.2.20
10092024-07-19T18:07:18.942Z Downloaded rand_seeder v0.2.3
10102024-07-19T18:07:18.942Z Downloaded publicsuffix v2.2.3
10112024-07-19T18:07:18.942Z Downloaded threadpool v1.8.1
10122024-07-19T18:07:18.942Z Downloaded serde_with v3.8.3
10132024-07-19T18:07:18.967Z Downloaded zeroize_derive v1.4.2
10142024-07-19T18:07:18.967Z Downloaded zeroize v1.7.0
10152024-07-19T18:07:18.967Z Downloaded yansi v0.5.1
10162024-07-19T18:07:18.967Z Downloaded http-range v0.1.5
10172024-07-19T18:07:18.967Z Downloaded which v4.4.2
10182024-07-19T18:07:18.967Z Downloaded unsafe-libyaml v0.2.11
10192024-07-19T18:07:18.967Z Downloaded thiserror-impl-no-std v2.0.2
10202024-07-19T18:07:18.967Z Downloaded termios v0.3.3
10212024-07-19T18:07:18.967Z Downloaded hash32 v0.2.1
10222024-07-19T18:07:18.967Z Downloaded glob v0.3.1
10232024-07-19T18:07:18.967Z Downloaded ghash v0.5.1
10242024-07-19T18:07:18.967Z Downloaded zone v0.1.8
10252024-07-19T18:07:18.967Z Downloaded ref-cast-impl v1.0.23
10262024-07-19T18:07:18.967Z Downloaded primeorder v0.13.6
10272024-07-19T18:07:18.991Z Downloaded ppv-lite86 v0.2.17
10282024-07-19T18:07:18.991Z Downloaded hmac v0.12.1
10292024-07-19T18:07:18.991Z Downloaded rand v0.8.5
10302024-07-19T18:07:18.991Z Downloaded hash32 v0.3.1
10312024-07-19T18:07:18.991Z Downloaded getopts v0.2.21
10322024-07-19T18:07:18.991Z Downloaded gethostname v0.4.3
10332024-07-19T18:07:18.991Z Downloaded smoltcp v0.9.1
10342024-07-19T18:07:18.991Z Downloaded p256 v0.13.2
10352024-07-19T18:07:19.015Z Downloaded oso v0.27.3
10362024-07-19T18:07:19.015Z Downloaded multer v3.1.0
10372024-07-19T18:07:19.015Z Downloaded bstr v0.2.17
10382024-07-19T18:07:19.015Z Downloaded predicates-tree v1.0.9
10392024-07-19T18:07:19.015Z Downloaded predicates-core v1.0.6
10402024-07-19T18:07:19.015Z Downloaded predicates v3.1.0
10412024-07-19T18:07:19.039Z Downloaded highway v1.1.0
10422024-07-19T18:07:19.039Z Downloaded hex-literal v0.4.1
10432024-07-19T18:07:19.039Z Downloaded hex v0.4.3
10442024-07-19T18:07:19.039Z Downloaded heck v0.3.3
10452024-07-19T18:07:19.039Z Downloaded waitgroup v0.1.2
10462024-07-19T18:07:19.039Z Downloaded vte v0.11.1
10472024-07-19T18:07:19.040Z Downloaded vsss-rs v3.3.4
10482024-07-19T18:07:19.040Z Downloaded uzers v0.11.3
10492024-07-19T18:07:19.040Z Downloaded uuid v1.10.0
10502024-07-19T18:07:19.040Z Downloaded untrusted v0.7.1
10512024-07-19T18:07:19.040Z Downloaded group v0.13.0
10522024-07-19T18:07:19.040Z Downloaded num-integer v0.1.46
10532024-07-19T18:07:19.040Z Downloaded bstr v1.9.1
10542024-07-19T18:07:19.064Z Downloaded http-body v1.0.0
10552024-07-19T18:07:19.064Z Downloaded hostname v0.4.0
10562024-07-19T18:07:19.064Z Downloaded home v0.5.9
10572024-07-19T18:07:19.064Z Downloaded vte_generate_state_changes v0.1.1
10582024-07-19T18:07:19.064Z Downloaded utf-8 v0.7.6
10592024-07-19T18:07:19.064Z Downloaded untrusted v0.9.0
10602024-07-19T18:07:19.064Z Downloaded rand_chacha v0.2.2
10612024-07-19T18:07:19.064Z Downloaded quick-error v1.2.3
10622024-07-19T18:07:19.064Z Downloaded termtree v0.4.1
10632024-07-19T18:07:19.064Z Downloaded tempfile v3.10.1
10642024-07-19T18:07:19.064Z Downloaded target-spec v3.1.0
10652024-07-19T18:07:19.064Z Downloaded target-lexicon v0.12.14
10662024-07-19T18:07:19.088Z Downloaded tap v1.0.1
10672024-07-19T18:07:19.088Z Downloaded tabwriter v1.4.0
10682024-07-19T18:07:19.088Z Downloaded subtle v2.5.0
10692024-07-19T18:07:19.088Z Downloaded subprocess v0.2.9
10702024-07-19T18:07:19.088Z Downloaded strum_macros v0.24.3
10712024-07-19T18:07:19.088Z Downloaded structmeta-derive v0.2.0
10722024-07-19T18:07:19.088Z Downloaded structmeta v0.2.0
10732024-07-19T18:07:19.088Z Downloaded smallvec v0.6.14
10742024-07-19T18:07:19.088Z Downloaded slog-dtrace v0.3.0
10752024-07-19T18:07:19.088Z Downloaded serde_yaml v0.9.34+deprecated
10762024-07-19T18:07:19.088Z Downloaded headers-core v0.2.0
10772024-07-19T18:07:19.088Z Downloaded guppy-workspace-hack v0.1.0
10782024-07-19T18:07:19.088Z Downloaded expectorate v1.1.0
10792024-07-19T18:07:19.088Z Downloaded num-rational v0.4.2
10802024-07-19T18:07:19.088Z Downloaded nu-ansi-term v0.50.0
10812024-07-19T18:07:19.113Z Downloaded darling_core v0.20.9
10822024-07-19T18:07:19.113Z Downloaded r2d2 v0.8.10
10832024-07-19T18:07:19.113Z Downloaded psl-types v2.0.11
10842024-07-19T18:07:19.113Z Downloaded proc-macro-crate v1.3.1
10852024-07-19T18:07:19.113Z Downloaded slog-envlogger v2.2.0
10862024-07-19T18:07:19.114Z Downloaded similar-asserts v1.5.0
10872024-07-19T18:07:19.114Z Downloaded similar v2.5.0
10882024-07-19T18:07:19.114Z Downloaded fancy-regex v0.13.0
10892024-07-19T18:07:19.114Z Downloaded sqlparser v0.45.0
10902024-07-19T18:07:19.138Z Downloaded owo-colors v4.0.0
10912024-07-19T18:07:19.138Z Downloaded num-complex v0.4.6
10922024-07-19T18:07:19.138Z Downloaded chrono v0.4.38
10932024-07-19T18:07:19.138Z Downloaded structmeta-derive v0.3.0
10942024-07-19T18:07:19.138Z Downloaded structmeta v0.3.0
10952024-07-19T18:07:19.138Z Downloaded strip-ansi-escapes v0.2.0
10962024-07-19T18:07:19.138Z Downloaded smf v0.2.3
10972024-07-19T18:07:19.138Z Downloaded smawk v0.3.2
10982024-07-19T18:07:19.138Z Downloaded slog-stdlog v4.1.1
10992024-07-19T18:07:19.138Z Downloaded siphasher v0.3.11
11002024-07-19T18:07:19.138Z Downloaded signature v2.2.0
11012024-07-19T18:07:19.162Z Downloaded signal-hook-mio v0.2.3
11022024-07-19T18:07:19.162Z Downloaded serde_with_macros v3.8.3
11032024-07-19T18:07:19.162Z Downloaded serde_plain v1.0.2
11042024-07-19T18:07:19.162Z Downloaded flume v0.11.0
11052024-07-19T18:07:19.162Z Downloaded fatfs v0.3.6
11062024-07-19T18:07:19.162Z Downloaded derive-where v1.2.7
11072024-07-19T18:07:19.162Z Downloaded partial-io v0.5.4
11082024-07-19T18:07:19.162Z Downloaded parking_lot_core v0.8.6
11092024-07-19T18:07:19.162Z Downloaded olpc-cjson v0.1.3
11102024-07-19T18:07:19.162Z Downloaded num-traits v0.2.19
11112024-07-19T18:07:19.162Z Downloaded nanorand v0.7.0
11122024-07-19T18:07:19.186Z Downloaded libtest-mimic v0.7.3
11132024-07-19T18:07:19.186Z Downloaded bitvec v1.0.1
11142024-07-19T18:07:19.186Z Downloaded sigpipe v0.1.3
11152024-07-19T18:07:19.186Z Downloaded serde_repr v0.1.19
11162024-07-19T18:07:19.210Z Downloaded pbkdf2 v0.12.2
11172024-07-19T18:07:19.210Z Downloaded paste v1.0.15
11182024-07-19T18:07:19.210Z Downloaded packed_struct_codegen v0.10.1
11192024-07-19T18:07:19.210Z Downloaded omicron-zone-package v0.11.0
11202024-07-19T18:07:19.210Z Downloaded newtype-uuid v1.1.0
11212024-07-19T18:07:19.210Z Downloaded curve25519-dalek v4.1.3
11222024-07-19T18:07:19.210Z Downloaded sha1 v0.10.6
11232024-07-19T18:07:19.210Z Downloaded fxhash v0.2.1
11242024-07-19T18:07:19.210Z Downloaded futures-timer v3.0.3
11252024-07-19T18:07:19.234Z Downloaded foreign-types-shared v0.3.1
11262024-07-19T18:07:19.234Z Downloaded foreign-types-macros v0.2.3
11272024-07-19T18:07:19.234Z Downloaded foreign-types v0.5.0
11282024-07-19T18:07:19.234Z Downloaded fixedbitset v0.4.2
11292024-07-19T18:07:19.234Z Downloaded der v0.7.9
11302024-07-19T18:07:19.234Z Downloaded typed-path v0.7.1
11312024-07-19T18:07:19.234Z Downloaded oorandom v11.1.3
11322024-07-19T18:07:19.234Z Downloaded mockall_derive v0.12.1
11332024-07-19T18:07:19.234Z Downloaded fragile v2.0.0
11342024-07-19T18:07:19.235Z Downloaded float-ord v0.3.2
11352024-07-19T18:07:19.235Z Downloaded float-cmp v0.9.0
11362024-07-19T18:07:19.235Z Downloaded flagset v0.4.5
11372024-07-19T18:07:19.258Z Downloaded ff v0.13.0
11382024-07-19T18:07:19.258Z Downloaded fd-lock v4.0.2
11392024-07-19T18:07:19.258Z Downloaded fastrand v2.1.0
11402024-07-19T18:07:19.258Z Downloaded fallible-iterator v0.2.0
11412024-07-19T18:07:19.258Z Downloaded escape8259 v0.5.2
11422024-07-19T18:07:19.259Z Downloaded erased-serde v0.3.31
11432024-07-19T18:07:19.259Z Downloaded env_logger v0.10.2
11442024-07-19T18:07:19.259Z Downloaded universal-hash v0.5.1
11452024-07-19T18:07:19.259Z Downloaded password-hash v0.5.0
11462024-07-19T18:07:19.259Z Downloaded parse-display-derive v0.9.1
11472024-07-19T18:07:19.259Z Downloaded num_enum_derive v0.5.11
11482024-07-19T18:07:19.259Z Downloaded nibble_vec v0.1.0
11492024-07-19T18:07:19.259Z Downloaded mockall v0.12.1
11502024-07-19T18:07:19.259Z Downloaded memoffset v0.9.1
11512024-07-19T18:07:19.259Z Downloaded indicatif v0.17.8
11522024-07-19T18:07:19.292Z Downloaded indexmap v1.9.3
11532024-07-19T18:07:19.292Z Downloaded defmt v0.3.8
11542024-07-19T18:07:19.292Z Downloaded unicode_categories v0.1.1
11552024-07-19T18:07:19.292Z Downloaded unicode-segmentation v1.11.0
11562024-07-19T18:07:19.292Z Downloaded tungstenite v0.21.0
11572024-07-19T18:07:19.292Z Downloaded steno v0.4.1
11582024-07-19T18:07:19.292Z Downloaded spin v0.9.8
11592024-07-19T18:07:19.292Z Downloaded snafu v0.8.2
11602024-07-19T18:07:19.292Z Downloaded password-hash v0.4.2
11612024-07-19T18:07:19.292Z Downloaded maplit v1.0.2
11622024-07-19T18:07:19.292Z Downloaded bindgen v0.69.4
11632024-07-19T18:07:19.316Z Downloaded defmt-macros v0.3.9
11642024-07-19T18:07:19.316Z Downloaded unicode-linebreak v0.1.5
11652024-07-19T18:07:19.316Z Downloaded unicase v2.7.0
11662024-07-19T18:07:19.316Z Downloaded unarray v0.1.4
11672024-07-19T18:07:19.316Z Downloaded parking_lot v0.11.2
11682024-07-19T18:07:19.316Z Downloaded new_debug_unreachable v1.0.6
11692024-07-19T18:07:19.316Z Downloaded mime_guess v2.0.4
11702024-07-19T18:07:19.316Z Downloaded lazy_static v1.5.0
11712024-07-19T18:07:19.317Z Downloaded lalrpop-util v0.19.12
11722024-07-19T18:07:19.317Z Downloaded kstat-rs v0.2.4
11732024-07-19T18:07:19.317Z Downloaded crypto-bigint v0.5.5
11742024-07-19T18:07:19.341Z Downloaded const_format v0.2.32
11752024-07-19T18:07:19.341Z Downloaded blake3 v1.5.1
11762024-07-19T18:07:19.341Z Downloaded unicode-truncate v1.0.0
11772024-07-19T18:07:19.341Z Downloaded sqlformat v0.2.4
11782024-07-19T18:07:19.341Z Downloaded spki v0.7.3
11792024-07-19T18:07:19.341Z Downloaded snafu-derive v0.8.2
11802024-07-19T18:07:19.341Z Downloaded signal-hook v0.3.17
11812024-07-19T18:07:19.366Z Downloaded shell-words v1.1.0
11822024-07-19T18:07:19.366Z Downloaded serde_arrays v0.1.0
11832024-07-19T18:07:19.366Z Downloaded peg v0.8.3
11842024-07-19T18:07:19.366Z Downloaded pbkdf2 v0.11.0
11852024-07-19T18:07:19.366Z Downloaded pathdiff v0.2.1
11862024-07-19T18:07:19.366Z Downloaded path-slash v0.1.5
11872024-07-19T18:07:19.366Z Downloaded parse-display v0.9.1
11882024-07-19T18:07:19.366Z Downloaded option-ext v0.2.0
11892024-07-19T18:07:19.366Z Downloaded num v0.4.3
11902024-07-19T18:07:19.366Z Downloaded lru-cache v0.1.2
11912024-07-19T18:07:19.366Z Downloaded lru v0.12.3
11922024-07-19T18:07:19.366Z Downloaded linear-map v1.2.0
11932024-07-19T18:07:19.366Z Downloaded libefi-sys v0.1.0
11942024-07-19T18:07:19.366Z Downloaded indoc v1.0.9
11952024-07-19T18:07:19.366Z Downloaded curve25519-dalek-derive v0.1.1
11962024-07-19T18:07:19.390Z Downloaded criterion-plot v0.5.0
11972024-07-19T18:07:19.390Z Downloaded cookie v0.18.1
11982024-07-19T18:07:19.390Z Downloaded aho-corasick v1.1.3
11992024-07-19T18:07:19.390Z Downloaded string_cache v0.8.7
12002024-07-19T18:07:19.390Z Downloaded static_assertions v1.1.0
12012024-07-19T18:07:19.391Z Downloaded stable_deref_trait v1.2.0
12022024-07-19T18:07:19.391Z Downloaded stability v0.2.0
12032024-07-19T18:07:19.391Z Downloaded sqlparser_derive v0.2.2
12042024-07-19T18:07:19.391Z Downloaded spin v0.5.2
12052024-07-19T18:07:19.391Z Downloaded slog-scope v4.4.0
12062024-07-19T18:07:19.391Z Downloaded shlex v1.3.0
12072024-07-19T18:07:19.391Z Downloaded serde-hex v0.1.0
12082024-07-19T18:07:19.391Z Downloaded serde-big-array v0.5.1
12092024-07-19T18:07:19.391Z Downloaded packed_struct v0.10.1
12102024-07-19T18:07:19.415Z Downloaded num_enum v0.5.11
12112024-07-19T18:07:19.415Z Downloaded num-iter v0.1.45
12122024-07-19T18:07:19.415Z Downloaded num-derive v0.4.2
12132024-07-19T18:07:19.415Z Downloaded multimap v0.10.0
12142024-07-19T18:07:19.415Z Downloaded memmap2 v0.9.4
12152024-07-19T18:07:19.415Z Downloaded maybe-uninit v2.0.0
12162024-07-19T18:07:19.415Z Downloaded libloading v0.8.3
12172024-07-19T18:07:19.415Z Downloaded ipnetwork v0.20.0
12182024-07-19T18:07:19.415Z Downloaded ctr v0.9.2
12192024-07-19T18:07:19.415Z Downloaded crunchy v0.2.2
12202024-07-19T18:07:19.415Z Downloaded crucible-workspace-hack v0.1.0
12212024-07-19T18:07:19.415Z Downloaded crossterm v0.27.0
12222024-07-19T18:07:19.439Z Downloaded criterion v0.5.1
12232024-07-19T18:07:19.439Z Downloaded crc-catalog v2.4.0
12242024-07-19T18:07:19.439Z Downloaded crc v3.2.1
12252024-07-19T18:07:19.439Z Downloaded const-oid v0.9.6
12262024-07-19T18:07:19.439Z Downloaded compact_str v0.7.1
12272024-07-19T18:07:19.439Z Downloaded cobs v0.2.3
12282024-07-19T18:07:19.439Z Downloaded cipher v0.4.4
12292024-07-19T18:07:19.439Z Downloaded chacha20 v0.9.1
12302024-07-19T18:07:19.439Z Downloaded cfg-expr v0.15.8
12312024-07-19T18:07:19.463Z Downloaded cbc v0.1.2
12322024-07-19T18:07:19.463Z Downloaded cast v0.3.0
12332024-07-19T18:07:19.463Z Downloaded cancel-safe-futures v0.1.5
12342024-07-19T18:07:19.463Z Downloaded buf-list v1.0.3
12352024-07-19T18:07:19.463Z Downloaded block-padding v0.3.3
12362024-07-19T18:07:19.463Z Downloaded bitstruct v0.1.1
12372024-07-19T18:07:19.463Z Downloaded bitfield-struct v0.6.1
12382024-07-19T18:07:19.463Z Downloaded bcs v0.1.6
12392024-07-19T18:07:19.463Z Downloaded bb8 v0.8.5
12402024-07-19T18:07:19.463Z Downloaded base64 v0.22.1
12412024-07-19T18:07:19.463Z Downloaded aes-gcm v0.10.3
12422024-07-19T18:07:19.463Z Downloaded aes v0.8.4
12432024-07-19T18:07:19.487Z Downloaded opaque-debug v0.3.1
12442024-07-19T18:07:19.487Z Downloaded number_prefix v0.4.0
12452024-07-19T18:07:19.487Z Downloaded normalize-line-endings v0.3.0
12462024-07-19T18:07:19.487Z Downloaded nodrop v0.1.14
12472024-07-19T18:07:19.487Z Downloaded newtype_derive v0.1.6
12482024-07-19T18:07:19.487Z Downloaded nested v0.1.1
12492024-07-19T18:07:19.487Z Downloaded md5 v0.7.0
12502024-07-19T18:07:19.487Z Downloaded md-5 v0.10.6
12512024-07-19T18:07:19.487Z Downloaded managed v0.8.0
12522024-07-19T18:07:19.487Z Downloaded linked-hash-map v0.5.6
12532024-07-19T18:07:19.488Z Downloaded libsw v3.3.1
12542024-07-19T18:07:19.488Z Downloaded lazycell v1.3.0
12552024-07-19T18:07:19.488Z Downloaded keccak v0.1.5
12562024-07-19T18:07:19.488Z Downloaded is_ci v1.2.0
12572024-07-19T18:07:19.488Z Downloaded internet-checksum v0.2.1
12582024-07-19T18:07:19.488Z Downloaded instant v0.1.12
12592024-07-19T18:07:19.488Z Downloaded inout v0.1.3
12602024-07-19T18:07:19.488Z Downloaded indent_write v2.2.0
12612024-07-19T18:07:19.488Z Downloaded impl-trait-for-tuples v0.2.2
12622024-07-19T18:07:19.511Z Downloaded darling v0.20.9
12632024-07-19T18:07:19.511Z Downloaded crc-any v2.5.0
12642024-07-19T18:07:19.512Z Downloaded cookie_store v0.20.0
12652024-07-19T18:07:19.512Z Downloaded cookie v0.17.0
12662024-07-19T18:07:19.512Z Downloaded constant_time_eq v0.3.0
12672024-07-19T18:07:19.512Z Downloaded console v0.15.8
12682024-07-19T18:07:19.512Z Downloaded clang-sys v1.7.0
12692024-07-19T18:07:19.512Z Downloaded ciborium-ll v0.2.2
12702024-07-19T18:07:19.512Z Downloaded ciborium-io v0.2.2
12712024-07-19T18:07:19.512Z Downloaded chacha20poly1305 v0.10.1
12722024-07-19T18:07:19.512Z Downloaded bzip2 v0.4.4
12732024-07-19T18:07:19.535Z Downloaded blake2b_simd v1.0.2
12742024-07-19T18:07:19.535Z Downloaded blake2 v0.10.6
12752024-07-19T18:07:19.535Z Downloaded bit-vec v0.6.3
12762024-07-19T18:07:19.535Z Downloaded bit-set v0.5.3
12772024-07-19T18:07:19.535Z Downloaded base64 v0.13.1
12782024-07-19T18:07:19.536Z Downloaded base16ct v0.2.0
12792024-07-19T18:07:19.536Z Downloaded backtrace v0.3.71
12802024-07-19T18:07:19.536Z Downloaded async-trait v0.1.81
12812024-07-19T18:07:19.536Z Downloaded argon2 v0.5.3
12822024-07-19T18:07:19.536Z Downloaded arc-swap v1.7.1
12832024-07-19T18:07:19.560Z Downloaded allocator-api2 v0.2.18
12842024-07-19T18:07:19.560Z Downloaded newline-converter v0.3.0
12852024-07-19T18:07:19.560Z Downloaded csv-core v0.1.11
12862024-07-19T18:07:19.560Z Downloaded crossbeam-epoch v0.9.18
12872024-07-19T18:07:19.560Z Downloaded const_format_proc_macros v0.2.32
12882024-07-19T18:07:19.560Z Downloaded backoff v0.4.0
12892024-07-19T18:07:19.560Z Downloaded ascii v1.1.0
12902024-07-19T18:07:19.560Z Downloaded ahash v0.8.11
12912024-07-19T18:07:19.560Z Downloaded crossbeam-deque v0.8.5
12922024-07-19T18:07:19.560Z Downloaded ciborium v0.2.2
12932024-07-19T18:07:19.583Z Downloaded cexpr v0.6.0
12942024-07-19T18:07:19.583Z Downloaded cassowary v0.3.0
12952024-07-19T18:07:19.583Z Downloaded camino-tempfile v1.1.1
12962024-07-19T18:07:19.583Z Downloaded bcrypt-pbkdf v0.10.0
12972024-07-19T18:07:19.583Z Downloaded base64ct v1.6.0
12982024-07-19T18:07:19.584Z Downloaded async-stream v0.3.5
12992024-07-19T18:07:19.584Z Downloaded assert_cmd v2.0.14
13002024-07-19T18:07:19.584Z Downloaded colored v2.1.0
13012024-07-19T18:07:19.584Z Downloaded castaway v0.2.2
13022024-07-19T18:07:19.584Z Downloaded blowfish v0.9.1
13032024-07-19T18:07:19.584Z Downloaded bitstruct_derive v0.1.0
13042024-07-19T18:07:19.584Z Downloaded bitflags v1.3.2
13052024-07-19T18:07:19.584Z Downloaded bitfield v0.14.0
13062024-07-19T18:07:19.584Z Downloaded atomic-waker v1.1.2
13072024-07-19T18:07:19.608Z Downloaded async-recursion v1.1.1
13082024-07-19T18:07:19.608Z Downloaded assert_matches v1.5.0
13092024-07-19T18:07:19.608Z Downloaded arrayvec v0.7.4
13102024-07-19T18:07:19.608Z Downloaded arrayref v0.3.7
13112024-07-19T18:07:19.608Z Downloaded array-init v0.0.4
13122024-07-19T18:07:19.608Z Downloaded anes v0.1.6
13132024-07-19T18:07:19.608Z Downloaded aead v0.5.2
13142024-07-19T18:07:19.608Z Downloaded addr2line v0.21.0
13152024-07-19T18:07:19.608Z Downloaded cfg_aliases v0.1.1
13162024-07-19T18:07:19.608Z Downloaded approx v0.5.1
13172024-07-19T18:07:19.608Z Downloaded atomicwrites v0.4.3
13182024-07-19T18:07:19.608Z Downloaded async-stream-impl v0.3.5
13192024-07-19T18:07:20.260Z Compiling serde v1.0.204
13202024-07-19T18:07:20.260Z Checking cfg-if v1.0.0
13212024-07-19T18:07:20.300Z Compiling libm v0.2.8
13222024-07-19T18:07:20.324Z Compiling num-traits v0.2.19
13232024-07-19T18:07:20.324Z Checking libc v0.2.155
13242024-07-19T18:07:20.369Z Compiling syn v2.0.71
13252024-07-19T18:07:20.393Z Compiling ahash v0.8.11
13262024-07-19T18:07:20.393Z Compiling getrandom v0.2.14
13272024-07-19T18:07:20.423Z Compiling serde_json v1.0.120
13282024-07-19T18:07:20.630Z Compiling generic-array v0.14.7
13292024-07-19T18:07:20.748Z Compiling log v0.4.21
13302024-07-19T18:07:20.774Z Checking scopeguard v1.2.0
13312024-07-19T18:07:20.798Z Checking memchr v2.7.2
13322024-07-19T18:07:20.841Z Checking itoa v1.0.11
13332024-07-19T18:07:20.918Z Checking lock_api v0.4.12
13342024-07-19T18:07:20.961Z Compiling syn v1.0.109
13352024-07-19T18:07:21.025Z Compiling allocator-api2 v0.2.18
13362024-07-19T18:07:21.132Z Checking byteorder v1.5.0
13372024-07-19T18:07:21.282Z Compiling schemars v0.8.21
13382024-07-19T18:07:21.497Z Checking smallvec v1.13.2
13392024-07-19T18:07:21.497Z Compiling ring v0.17.8
13402024-07-19T18:07:21.549Z Compiling time-macros v0.2.18
13412024-07-19T18:07:21.615Z Checking rand_core v0.6.4
13422024-07-19T18:07:21.700Z Compiling slog v2.7.0
13432024-07-19T18:07:21.798Z Checking once_cell v1.19.0
13442024-07-19T18:07:21.914Z Compiling aho-corasick v1.1.3
13452024-07-19T18:07:22.253Z Compiling regex-syntax v0.8.3
13462024-07-19T18:07:22.371Z Checking parking_lot_core v0.9.10
13472024-07-19T18:07:24.083Z Checking parking_lot v0.12.2
13482024-07-19T18:07:24.395Z Checking pin-project-lite v0.2.14
13492024-07-19T18:07:24.517Z Compiling crossbeam-utils v0.8.19
13502024-07-19T18:07:24.755Z Compiling iana-time-zone v0.1.60
13512024-07-19T18:07:25.058Z Compiling spin v0.9.8
13522024-07-19T18:07:25.147Z Compiling regex-automata v0.4.6
13532024-07-19T18:07:25.325Z Checking signal-hook-registry v1.4.2
13542024-07-19T18:07:25.392Z Checking mio v0.8.11
13552024-07-19T18:07:25.560Z Compiling rustls v0.21.12
13562024-07-19T18:07:25.897Z Checking num_cpus v1.16.0
13572024-07-19T18:07:25.996Z Compiling cookie v0.17.0
13582024-07-19T18:07:26.075Z Compiling dyn-clone v1.0.17
13592024-07-19T18:07:26.281Z Compiling backtrace v0.3.71
13602024-07-19T18:07:26.305Z Checking typenum v1.17.0
13612024-07-19T18:07:26.632Z Compiling serde_derive_internals v0.29.1
13622024-07-19T18:07:26.966Z Checking futures-core v0.3.30
13632024-07-19T18:07:27.155Z Checking socket2 v0.5.7
13642024-07-19T18:07:27.556Z Compiling anyhow v1.0.86
13652024-07-19T18:07:27.673Z Checking ryu v1.0.18
13662024-07-19T18:07:27.922Z Checking subtle v2.5.0
13672024-07-19T18:07:28.150Z Compiling unicode-normalization v0.1.23
13682024-07-19T18:07:28.196Z Compiling unicode-bidi v0.3.15
13692024-07-19T18:07:28.312Z Compiling either v1.12.0
13702024-07-19T18:07:28.664Z Compiling untrusted v0.9.0
13712024-07-19T18:07:28.716Z Checking futures-sink v0.3.30
13722024-07-19T18:07:28.842Z Compiling const-oid v0.9.6
13732024-07-19T18:07:28.982Z Compiling winnow v0.5.40
13742024-07-19T18:07:29.023Z Compiling time v0.3.36
13752024-07-19T18:07:29.445Z Compiling regex v1.10.5
13762024-07-19T18:07:30.269Z Checking futures-channel v0.3.30
13772024-07-19T18:07:30.327Z Checking slab v0.4.9
13782024-07-19T18:07:30.540Z Checking futures-task v0.3.30
13792024-07-19T18:07:30.571Z Checking futures-io v0.3.30
13802024-07-19T18:07:30.722Z Checking pin-utils v0.1.0
13812024-07-19T18:07:30.806Z Compiling signal-hook v0.3.17
13822024-07-19T18:07:31.842Z Compiling rustls-webpki v0.101.7
13832024-07-19T18:07:31.931Z Compiling sct v0.7.1
13842024-07-19T18:07:31.991Z Compiling idna v0.5.0
13852024-07-19T18:07:32.377Z Compiling siphasher v0.3.11
13862024-07-19T18:07:32.511Z Compiling serde_derive v1.0.204
13872024-07-19T18:07:32.711Z Compiling zerocopy-derive v0.7.34
13882024-07-19T18:07:32.910Z Compiling zeroize_derive v1.4.2
13892024-07-19T18:07:33.239Z Compiling tokio-macros v2.3.0
13902024-07-19T18:07:33.373Z Compiling thiserror-impl v1.0.62
13912024-07-19T18:07:33.483Z Compiling futures-macro v0.3.30
13922024-07-19T18:07:33.628Z Compiling tracing-attributes v0.1.27
13932024-07-19T18:07:34.198Z Compiling schemars_derive v0.8.21
13942024-07-19T18:07:34.586Z Compiling zerocopy v0.7.34
13952024-07-19T18:07:34.614Z Checking zeroize v1.7.0
13962024-07-19T18:07:34.840Z Compiling openssl-macros v0.1.1
13972024-07-19T18:07:35.158Z Compiling async-trait v0.1.81
13982024-07-19T18:07:36.052Z Compiling thiserror v1.0.62
13992024-07-19T18:07:36.182Z Compiling scroll_derive v0.12.0
14002024-07-19T18:07:36.329Z Compiling pest v2.7.10
14012024-07-19T18:07:36.368Z Compiling hashbrown v0.14.5
14022024-07-19T18:07:36.411Z Compiling der_derive v0.7.2
14032024-07-19T18:07:36.869Z Checking crypto-common v0.1.6
14042024-07-19T18:07:37.509Z Compiling scroll v0.12.0
14052024-07-19T18:07:37.559Z Compiling futures-util v0.3.30
14062024-07-19T18:07:37.584Z Compiling tracing v0.1.40
14072024-07-19T18:07:37.964Z Compiling goblin v0.8.2
14082024-07-19T18:07:38.009Z Compiling clap_derive v4.5.8
14092024-07-19T18:07:38.414Z Compiling pest_meta v2.7.10
14102024-07-19T18:07:38.504Z Compiling block-buffer v0.10.4
14112024-07-19T18:07:38.738Z Compiling digest v0.10.7
14122024-07-19T18:07:38.762Z Compiling zerocopy-derive v0.6.6
14132024-07-19T18:07:40.475Z Compiling pest_generator v2.7.10
14142024-07-19T18:07:41.926Z Compiling url v2.5.0
14152024-07-19T18:07:42.508Z Compiling idna v0.3.0
14162024-07-19T18:07:42.761Z Compiling pest_derive v2.7.10
14172024-07-19T18:07:42.786Z Compiling psl-types v2.0.11
14182024-07-19T18:07:42.996Z Compiling ppv-lite86 v0.2.17
14192024-07-19T18:07:43.543Z Compiling dtrace-parser v0.2.0
14202024-07-19T18:07:43.676Z Compiling rand_chacha v0.3.1
14212024-07-19T18:07:43.701Z Compiling publicsuffix v2.2.3
14222024-07-19T18:07:43.759Z Checking bytes v1.6.0
14232024-07-19T18:07:43.954Z Checking bitflags v2.5.0
14242024-07-19T18:07:44.434Z Compiling indexmap v2.2.6
14252024-07-19T18:07:45.264Z Compiling semver v1.0.23
14262024-07-19T18:07:45.450Z Compiling serde_tokenstream v0.2.1
14272024-07-19T18:07:45.474Z Compiling chrono v0.4.38
14282024-07-19T18:07:45.529Z Compiling uuid v1.10.0
14292024-07-19T18:07:45.908Z Compiling http v0.2.12
14302024-07-19T18:07:45.932Z Checking tokio v1.38.1
14312024-07-19T18:07:46.748Z Compiling rustc_version v0.4.0
14322024-07-19T18:07:46.772Z Compiling toml_datetime v0.6.6
14332024-07-19T18:07:46.826Z Compiling serde_spanned v0.6.6
14342024-07-19T18:07:47.076Z Compiling dof v0.3.0
14352024-07-19T18:07:47.277Z Compiling rustix v0.38.34
14362024-07-19T18:07:48.108Z Compiling usdt-impl v0.5.0
14372024-07-19T18:07:48.589Z Compiling openapiv3 v2.0.0
14382024-07-19T18:07:48.956Z Compiling toml_edit v0.19.15
14392024-07-19T18:07:49.490Z Compiling usdt-attr-macro v0.5.0
14402024-07-19T18:07:49.669Z Compiling usdt-macro v0.5.0
14412024-07-19T18:07:49.936Z Compiling http-body v0.4.6
14422024-07-19T18:07:50.311Z Compiling openssl v0.10.64
14432024-07-19T18:07:50.596Z Compiling heapless v0.7.17
14442024-07-19T18:07:50.824Z Compiling serde_urlencoded v0.7.1
14452024-07-19T18:07:50.934Z Compiling lazy_static v1.5.0
14462024-07-19T18:07:51.127Z Compiling rand v0.8.5
14472024-07-19T18:07:51.268Z Compiling crossbeam-epoch v0.9.18
14482024-07-19T18:07:51.888Z Compiling cookie_store v0.20.0
14492024-07-19T18:07:51.985Z Compiling webpki-roots v0.25.4
14502024-07-19T18:07:52.009Z Compiling unicode-xid v0.2.4
14512024-07-19T18:07:52.140Z Compiling gimli v0.28.1
14522024-07-19T18:07:52.192Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14532024-07-19T18:07:52.218Z Compiling bit-vec v0.6.3
14542024-07-19T18:07:52.844Z Compiling tokio-util v0.7.11
14552024-07-19T18:07:52.930Z Compiling tokio-rustls v0.24.1
14562024-07-19T18:07:53.281Z Compiling enum-as-inner v0.5.1
14572024-07-19T18:07:53.311Z Compiling phf_shared v0.10.0
14582024-07-19T18:07:53.659Z Compiling h2 v0.3.26
14592024-07-19T18:07:54.003Z Compiling object v0.32.2
14602024-07-19T18:07:54.137Z Compiling fixedbitset v0.4.2
14612024-07-19T18:07:54.160Z Compiling precomputed-hash v0.1.1
14622024-07-19T18:07:54.277Z Compiling rustc-demangle v0.1.24
14632024-07-19T18:07:54.533Z Compiling smoltcp v0.9.1
14642024-07-19T18:07:55.082Z Compiling new_debug_unreachable v1.0.6
14652024-07-19T18:07:55.126Z Compiling native-tls v0.2.11
14662024-07-19T18:07:55.182Z Compiling base64ct v1.6.0
14672024-07-19T18:07:55.672Z Compiling tokio-native-tls v0.3.1
14682024-07-19T18:07:55.696Z Compiling addr2line v0.21.0
14692024-07-19T18:07:55.892Z Compiling minimal-lexical v0.2.1
14702024-07-19T18:07:55.916Z Compiling pem-rfc7468 v0.7.0
14712024-07-19T18:07:56.083Z Compiling string_cache v0.8.7
14722024-07-19T18:07:56.265Z Compiling nom v7.1.3
14732024-07-19T18:07:56.363Z Compiling toml_edit v0.22.16
14742024-07-19T18:07:56.487Z Compiling petgraph v0.6.5
14752024-07-19T18:07:56.585Z Compiling bit-set v0.5.3
14762024-07-19T18:07:56.826Z Compiling futures-executor v0.3.30
14772024-07-19T18:07:57.371Z Compiling hmac v0.12.1
14782024-07-19T18:07:57.590Z Compiling hubpack_derive v0.1.1
14792024-07-19T18:07:57.754Z Compiling itertools v0.10.5
14802024-07-19T18:07:58.307Z Compiling diesel_table_macro_syntax v0.1.0
14812024-07-19T18:07:58.681Z Compiling num-integer v0.1.46
14822024-07-19T18:07:58.906Z Compiling fs-err v2.11.0
14832024-07-19T18:07:59.155Z Compiling hyper v0.14.28
14842024-07-19T18:07:59.242Z Compiling lalrpop-util v0.19.12
14852024-07-19T18:07:59.359Z Compiling unicode-segmentation v1.11.0
14862024-07-19T18:07:59.852Z Compiling flagset v0.4.5
14872024-07-19T18:08:00.031Z Compiling der v0.7.9
14882024-07-19T18:08:00.084Z Compiling diesel_derives v2.1.4
14892024-07-19T18:08:00.203Z Compiling futures v0.3.30
14902024-07-19T18:08:00.444Z Compiling hex v0.4.3
14912024-07-19T18:08:00.947Z Compiling itertools v0.12.1
14922024-07-19T18:08:01.090Z Compiling finl_unicode v1.2.0
14932024-07-19T18:08:01.582Z Compiling stringprep v0.1.4
14942024-07-19T18:08:02.314Z Compiling spki v0.7.3
14952024-07-19T18:08:02.635Z Compiling sha2 v0.10.8
14962024-07-19T18:08:02.672Z Compiling toml v0.7.8
14972024-07-19T18:08:02.717Z Compiling md-5 v0.10.6
14982024-07-19T18:08:02.927Z Compiling strum_macros v0.25.3
14992024-07-19T18:08:02.951Z Compiling serde_repr v0.1.19
15002024-07-19T18:08:03.570Z Compiling hash32 v0.2.1
15012024-07-19T18:08:03.594Z Checking fnv v1.0.7
15022024-07-19T18:08:03.715Z Compiling stable_deref_trait v1.2.0
15032024-07-19T18:08:03.818Z Compiling fallible-iterator v0.2.0
15042024-07-19T18:08:03.924Z Compiling pkcs8 v0.10.2
15052024-07-19T18:08:04.100Z Compiling terminal_size v0.3.0
15062024-07-19T18:08:04.282Z Compiling ipnetwork v0.20.0
15072024-07-19T18:08:04.400Z Compiling postgres-protocol v0.6.6
15082024-07-19T18:08:04.424Z Compiling block-padding v0.3.3
15092024-07-19T18:08:04.651Z Compiling phf_shared v0.11.2
15102024-07-19T18:08:04.912Z Compiling hyper-rustls v0.24.2
15112024-07-19T18:08:04.979Z Compiling hyper-tls v0.5.0
15122024-07-19T18:08:05.086Z Compiling ff v0.13.0
15132024-07-19T18:08:05.228Z Compiling scheduled-thread-pool v0.2.7
15142024-07-19T18:08:05.303Z Compiling reqwest v0.11.27
15152024-07-19T18:08:05.327Z Compiling base16ct v0.2.0
15162024-07-19T18:08:05.542Z Compiling bitflags v1.3.2
15172024-07-19T18:08:05.626Z Compiling peg-runtime v0.8.3
15182024-07-19T18:08:05.650Z Compiling matches v0.1.10
15192024-07-19T18:08:05.749Z Compiling regex-automata v0.1.10
15202024-07-19T18:08:05.784Z Compiling managed v0.8.0
15212024-07-19T18:08:06.197Z Compiling bstr v0.2.17
15222024-07-19T18:08:06.230Z Compiling clap_builder v4.5.9
15232024-07-19T18:08:06.411Z Compiling idna v0.2.3
15242024-07-19T18:08:07.488Z Compiling sec1 v0.7.3
15252024-07-19T18:08:07.551Z Compiling r2d2 v0.8.10
15262024-07-19T18:08:07.743Z Compiling signal-hook-mio v0.2.3
15272024-07-19T18:08:07.852Z Compiling usdt v0.5.0
15282024-07-19T18:08:07.876Z Compiling group v0.13.0
15292024-07-19T18:08:07.899Z Compiling postgres-types v0.2.6
15302024-07-19T18:08:07.995Z Compiling phf v0.11.2
15312024-07-19T18:08:08.019Z Compiling inout v0.1.3
15322024-07-19T18:08:08.169Z Compiling num-bigint v0.4.5
15332024-07-19T18:08:08.260Z Compiling num-iter v0.1.45
15342024-07-19T18:08:08.285Z Compiling hubpack v0.1.2
15352024-07-19T18:08:08.326Z Compiling hkdf v0.12.4
15362024-07-19T18:08:08.568Z Compiling zerocopy v0.6.6
15372024-07-19T18:08:08.678Z Compiling crypto-bigint v0.5.5
15382024-07-19T18:08:08.708Z Compiling float-cmp v0.9.0
15392024-07-19T18:08:08.921Z Compiling normalize-line-endings v0.3.0
15402024-07-19T18:08:09.038Z Compiling predicates-core v1.0.6
15412024-07-19T18:08:09.190Z Compiling whoami v1.5.1
15422024-07-19T18:08:09.267Z Compiling static_assertions v1.1.0
15432024-07-19T18:08:09.360Z Compiling data-encoding v2.6.0
15442024-07-19T18:08:09.385Z Compiling difflib v0.4.0
15452024-07-19T18:08:09.747Z Compiling predicates v3.1.0
15462024-07-19T18:08:10.375Z Compiling diesel v2.1.6
15472024-07-19T18:08:10.742Z Compiling yasna v0.5.2
15482024-07-19T18:08:11.204Z Compiling elliptic-curve v0.13.8
15492024-07-19T18:08:11.358Z Compiling trust-dns-proto v0.22.0
15502024-07-19T18:08:11.896Z Compiling tokio-postgres v0.7.10
15512024-07-19T18:08:12.384Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
15522024-07-19T18:08:13.449Z Compiling clap v4.5.9
15532024-07-19T18:08:13.559Z Compiling cipher v0.4.4
15542024-07-19T18:08:14.005Z Compiling crossterm v0.27.0
15552024-07-19T18:08:14.212Z Compiling similar v2.5.0
15562024-07-19T18:08:16.315Z Compiling tokio-stream v0.1.15
15572024-07-19T18:08:16.640Z Compiling console v0.15.8
15582024-07-19T18:08:16.711Z Compiling bstr v1.9.1
15592024-07-19T18:08:17.060Z Checking tinyvec_macros v0.1.1
15602024-07-19T18:08:17.145Z Checking equivalent v1.0.1
15612024-07-19T18:08:17.175Z Checking tinyvec v1.6.0
15622024-07-19T18:08:17.958Z Checking cpufeatures v0.2.12
15632024-07-19T18:08:18.296Z Checking tracing-core v0.1.32
15642024-07-19T18:08:18.320Z Checking percent-encoding v2.3.1
15652024-07-19T18:08:18.514Z Checking form_urlencoded v1.2.1
15662024-07-19T18:08:18.574Z Checking powerfmt v0.2.0
15672024-07-19T18:08:18.813Z Checking deranged v0.3.11
15682024-07-19T18:08:18.916Z Checking num_threads v0.1.7
15692024-07-19T18:08:19.025Z Checking num-conv v0.1.0
15702024-07-19T18:08:19.174Z Checking time-core v0.1.2
15712024-07-19T18:08:19.241Z Checking unicode-ident v1.0.12
15722024-07-19T18:08:19.314Z Checking httparse v1.8.0
15732024-07-19T18:08:19.390Z Checking unicode-width v0.1.13
15742024-07-19T18:08:19.824Z Checking errno v0.3.9
15752024-07-19T18:08:19.912Z Checking proc-macro2 v1.0.86
15762024-07-19T18:08:20.480Z Checking quote v1.0.36
15772024-07-19T18:08:20.755Z Checking adler v1.0.2
15782024-07-19T18:08:20.809Z Checking base64 v0.21.7
15792024-07-19T18:08:20.895Z Checking miniz_oxide v0.7.2
15802024-07-19T18:08:21.204Z Checking try-lock v0.2.5
15812024-07-19T18:08:21.324Z Checking want v0.3.1
15822024-07-19T18:08:21.596Z Checking socket2 v0.4.10
15832024-07-19T18:08:21.723Z Checking tower-service v0.3.2
15842024-07-19T18:08:22.003Z Checking httpdate v1.0.3
15852024-07-19T18:08:22.220Z Checking openssl-probe v0.1.5
15862024-07-19T18:08:22.286Z Checking foreign-types-shared v0.1.1
15872024-07-19T18:08:22.356Z Checking openssl-sys v0.9.102
15882024-07-19T18:08:22.381Z Checking ipnet v2.9.0
15892024-07-19T18:08:22.406Z Checking foreign-types v0.3.2
15902024-07-19T18:08:22.495Z Checking mime v0.3.17
15912024-07-19T18:08:23.149Z Checking utf8parse v0.2.1
15922024-07-19T18:08:26.628Z Checking encoding_rs v0.8.34
15932024-07-19T18:08:26.653Z Checking anstyle v1.0.7
15942024-07-19T18:08:28.402Z Checking rustls-pemfile v1.0.4
15952024-07-19T18:08:28.535Z Checking plain v0.2.3
15962024-07-19T18:08:28.585Z Checking sync_wrapper v0.1.2
15972024-07-19T18:08:28.627Z Checking ucd-trie v0.1.6
15982024-07-19T18:08:28.707Z Checking anstyle-parse v0.2.4
15992024-07-19T18:08:28.734Z Checking pretty-hex v0.4.1
16002024-07-19T18:08:28.916Z Checking anstyle-query v1.0.3
16012024-07-19T18:08:28.940Z Checking is_terminal_polyfill v1.70.0
16022024-07-19T18:08:28.964Z Checking colorchoice v1.0.1
16032024-07-19T18:08:29.063Z Checking thread-id v4.2.1
16042024-07-19T18:08:29.095Z Checking anstream v0.6.14
16052024-07-19T18:08:29.147Z Checking clap_lex v0.7.0
16062024-07-19T18:08:29.177Z Checking strsim v0.11.1
16072024-07-19T18:08:29.452Z Checking memmap v0.7.0
16082024-07-19T18:08:29.631Z Checking crc32fast v1.4.0
16092024-07-19T18:08:30.723Z Checking flate2 v1.0.30
16102024-07-19T18:08:31.984Z Checking winnow v0.6.8
16112024-07-19T18:08:38.940Z Compiling regress v0.9.1
16122024-07-19T18:08:38.996Z Compiling getopts v0.2.21
16132024-07-19T18:08:39.767Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16142024-07-19T18:08:39.859Z Compiling unsafe-libyaml v0.2.11
16152024-07-19T18:08:40.116Z Checking heck v0.5.0
16162024-07-19T18:08:40.286Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16172024-07-19T18:08:40.805Z Compiling paste v1.0.15
16182024-07-19T18:08:40.829Z Checking camino v1.1.7
16192024-07-19T18:08:41.215Z Compiling serde_yaml v0.9.34+deprecated
16202024-07-19T18:08:41.307Z Checking is-terminal v0.4.12
16212024-07-19T18:08:41.416Z Compiling strum_macros v0.26.4
16222024-07-19T18:08:41.440Z Checking base64 v0.22.1
16232024-07-19T18:08:41.855Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16242024-07-19T18:08:42.442Z Checking sha1 v0.10.6
16252024-07-19T18:08:42.480Z Compiling ident_case v1.0.1
16262024-07-19T18:08:42.640Z Compiling rustls v0.22.4
16272024-07-19T18:08:42.683Z Compiling darling_core v0.20.9
16282024-07-19T18:08:42.895Z Checking http v1.1.0
16292024-07-19T18:08:42.979Z Checking match_cfg v0.1.0
16302024-07-19T18:08:43.069Z Checking hostname v0.3.1
16312024-07-19T18:08:43.184Z Checking dirs-sys-next v0.1.2
16322024-07-19T18:08:43.345Z Compiling multer v3.1.0
16332024-07-19T18:08:43.652Z Checking dirs-next v2.0.0
16342024-07-19T18:08:43.766Z Checking crossbeam-channel v0.5.12
16352024-07-19T18:08:44.055Z Compiling async-stream-impl v0.3.5
16362024-07-19T18:08:44.372Z Checking thread_local v1.1.8
16372024-07-19T18:08:44.618Z Checking rustls-pki-types v1.7.0
16382024-07-19T18:08:44.690Z Checking term v0.7.0
16392024-07-19T18:08:44.887Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
16402024-07-19T18:08:44.993Z Checking take_mut v0.2.2
16412024-07-19T18:08:45.070Z Checking slog-term v2.9.1
16422024-07-19T18:08:45.138Z Checking slog-async v2.8.0
16432024-07-19T18:08:45.212Z Checking toml v0.8.15
16442024-07-19T18:08:45.236Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01)
16452024-07-19T18:08:45.418Z Checking rustls-webpki v0.102.4
16462024-07-19T18:08:45.484Z Checking slog-json v2.6.1
16472024-07-19T18:08:45.716Z Checking slog-bunyan v2.5.0
16482024-07-19T18:08:45.821Z Checking strum v0.26.3
16492024-07-19T18:08:45.851Z Checking rustls-pemfile v2.1.2
16502024-07-19T18:08:45.875Z Checking debug-ignore v1.0.5
16512024-07-19T18:08:45.964Z Checking instant v0.1.12
16522024-07-19T18:08:46.002Z Checking atomic-waker v1.1.2
16532024-07-19T18:08:46.074Z Checking async-stream v0.3.5
16542024-07-19T18:08:46.143Z Checking waitgroup v0.1.2
16552024-07-19T18:08:46.255Z Checking serde_path_to_error v0.1.16
16562024-07-19T18:08:46.280Z Checking hostname v0.4.0
16572024-07-19T18:08:46.408Z Checking fastrand v2.1.0
16582024-07-19T18:08:46.469Z Compiling structmeta-derive v0.3.0
16592024-07-19T18:08:46.688Z Checking tempfile v3.10.1
16602024-07-19T18:08:46.792Z Checking quick-error v1.2.3
16612024-07-19T18:08:46.918Z Checking newtype-uuid v1.1.0
16622024-07-19T18:08:47.028Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16632024-07-19T18:08:47.143Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16642024-07-19T18:08:47.637Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
16652024-07-19T18:08:47.793Z Checking macaddr v1.0.1
16662024-07-19T18:08:47.865Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16672024-07-19T18:08:47.983Z Checking backoff v0.4.0
16682024-07-19T18:08:48.072Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
16692024-07-19T18:08:48.235Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16702024-07-19T18:08:48.368Z Checking wait-timeout v0.2.0
16712024-07-19T18:08:48.394Z Compiling structmeta-derive v0.2.0
16722024-07-19T18:08:48.532Z Checking rusty-fork v0.3.0
16732024-07-19T18:08:48.688Z Checking rand_xorshift v0.3.0
16742024-07-19T18:08:48.779Z Compiling darling_macro v0.20.9
16752024-07-19T18:08:48.803Z Checking unarray v0.1.4
16762024-07-19T18:08:48.858Z Compiling proc-macro-error v1.0.4
16772024-07-19T18:08:48.945Z Checking proptest v1.4.0
16782024-07-19T18:08:49.014Z Compiling structmeta v0.3.0
16792024-07-19T18:08:49.252Z Checking tokio-rustls v0.25.0
16802024-07-19T18:08:49.404Z Compiling parse-display-derive v0.9.1
16812024-07-19T18:08:49.479Z Checking camino-tempfile v1.1.1
16822024-07-19T18:08:49.635Z Compiling darling v0.20.9
16832024-07-19T18:08:49.714Z Compiling proc-macro-crate v1.3.1
16842024-07-19T18:08:49.749Z Compiling serde_with_macros v3.8.3
16852024-07-19T18:08:50.656Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16862024-07-19T18:08:50.814Z Compiling structmeta v0.2.0
16872024-07-19T18:08:50.954Z Compiling num_enum_derive v0.5.11
16882024-07-19T18:08:51.190Z Compiling test-strategy v0.3.1
16892024-07-19T18:08:52.360Z Checking serde_with v3.8.3
16902024-07-19T18:08:52.812Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16912024-07-19T18:08:52.835Z Compiling foreign-types-macros v0.2.3
16922024-07-19T18:08:53.070Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16932024-07-19T18:08:53.293Z Checking foreign-types-shared v0.3.1
16942024-07-19T18:08:53.317Z Checking num_enum v0.5.11
16952024-07-19T18:08:53.509Z Checking parse-display v0.9.1
16962024-07-19T18:08:53.577Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16972024-07-19T18:08:53.622Z Checking cstr-argument v0.1.2
16982024-07-19T18:08:53.722Z Checking pretty-hex v0.2.1
16992024-07-19T18:08:53.789Z Checking tabwriter v1.4.0
17002024-07-19T18:08:53.876Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17012024-07-19T18:08:53.900Z Checking foreign-types v0.5.0
17022024-07-19T18:08:54.002Z Checking colored v2.1.0
17032024-07-19T18:08:54.028Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17042024-07-19T18:08:54.120Z Checking smf v0.2.3
17052024-07-19T18:08:54.266Z Checking humantime v2.1.0
17062024-07-19T18:08:54.311Z Checking termcolor v1.4.1
17072024-07-19T18:08:54.425Z Checking newline-converter v0.3.0
17082024-07-19T18:08:54.497Z Checking arc-swap v1.7.1
17092024-07-19T18:08:54.521Z Checking same-file v1.0.6
17102024-07-19T18:08:54.552Z Compiling heapless v0.8.0
17112024-07-19T18:08:54.576Z Checking expectorate v1.1.0
17122024-07-19T18:08:54.668Z Checking termtree v0.4.1
17132024-07-19T18:08:54.692Z Checking walkdir v2.5.0
17142024-07-19T18:08:54.726Z Checking hash32 v0.3.1
17152024-07-19T18:08:54.853Z Checking predicates-tree v1.0.9
17162024-07-19T18:08:54.876Z Checking slog-scope v4.4.0
17172024-07-19T18:08:54.902Z Compiling smoltcp v0.11.0
17182024-07-19T18:08:54.936Z Checking xattr v1.3.1
17192024-07-19T18:08:55.001Z Checking filetime v0.2.23
17202024-07-19T18:08:55.070Z Checking slog-stdlog v4.1.1
17212024-07-19T18:08:55.094Z Checking embedded-io v0.4.0
17222024-07-19T18:08:55.118Z Compiling crucible-workspace-hack v0.1.0
17232024-07-19T18:08:55.195Z Checking cobs v0.2.3
17242024-07-19T18:08:55.219Z Checking slog-envlogger v2.2.0
17252024-07-19T18:08:55.270Z Checking tar v0.4.41
17262024-07-19T18:08:55.367Z Checking postcard v1.0.8
17272024-07-19T18:08:55.395Z Compiling derive-where v1.2.7
17282024-07-19T18:08:55.427Z Checking sigpipe v0.1.3
17292024-07-19T18:08:55.534Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
17302024-07-19T18:08:55.584Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
17312024-07-19T18:08:55.809Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
17322024-07-19T18:08:55.847Z Checking utf-8 v0.7.6
17332024-07-19T18:08:55.924Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
17342024-07-19T18:08:55.984Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17352024-07-19T18:08:56.035Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17362024-07-19T18:08:56.190Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
17372024-07-19T18:08:56.488Z Compiling mockall_derive v0.12.1
17382024-07-19T18:08:56.563Z Compiling num-derive v0.4.2
17392024-07-19T18:08:57.322Z Checking fragile v2.0.0
17402024-07-19T18:08:57.561Z Checking downcast v0.11.0
17412024-07-19T18:08:57.675Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17422024-07-19T18:08:57.737Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
17432024-07-19T18:08:57.962Z Checking pem v3.0.4
17442024-07-19T18:08:58.026Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17452024-07-19T18:08:58.198Z Checking tungstenite v0.20.1
17462024-07-19T18:08:58.497Z Checking atty v0.2.14
17472024-07-19T18:08:58.556Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
17482024-07-19T18:08:58.696Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
17492024-07-19T18:08:58.963Z Checking tokio-tungstenite v0.20.1
17502024-07-19T18:08:59.016Z Checking password-hash v0.5.0
17512024-07-19T18:08:59.110Z Checking blake2 v0.10.6
17522024-07-19T18:08:59.378Z Checking tungstenite v0.21.0
17532024-07-19T18:08:59.402Z Checking env_logger v0.9.3
17542024-07-19T18:08:59.479Z Checking argon2 v0.5.3
17552024-07-19T18:08:59.760Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17562024-07-19T18:08:59.814Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
17572024-07-19T18:09:00.021Z Compiling bitstruct_derive v0.1.0
17582024-07-19T18:09:00.049Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17592024-07-19T18:09:00.140Z Checking tokio-tungstenite v0.21.0
17602024-07-19T18:09:00.174Z Checking ascii v1.1.0
17612024-07-19T18:09:00.411Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17622024-07-19T18:09:00.517Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
17632024-07-19T18:09:00.553Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17642024-07-19T18:09:00.577Z Checking atomicwrites v0.4.3
17652024-07-19T18:09:00.747Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17662024-07-19T18:09:00.772Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17672024-07-19T18:09:00.998Z Checking serde_arrays v0.1.0
17682024-07-19T18:09:00.998Z Checking erased-serde v0.3.31
17692024-07-19T18:09:01.138Z Compiling heck v0.3.3
17702024-07-19T18:09:01.161Z Checking bitstruct v0.1.1
17712024-07-19T18:09:01.217Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
17722024-07-19T18:09:01.263Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
17732024-07-19T18:09:01.287Z Checking headers-core v0.2.0
17742024-07-19T18:09:01.423Z Checking base64 v0.13.1
17752024-07-19T18:09:01.473Z Checking headers v0.3.9
17762024-07-19T18:09:01.524Z Compiling zone_cfg_derive v0.1.2
17772024-07-19T18:09:01.778Z Checking ron v0.7.1
17782024-07-19T18:09:01.869Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17792024-07-19T18:09:02.096Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17802024-07-19T18:09:02.460Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
17812024-07-19T18:09:02.793Z Checking portpicker v0.1.1
17822024-07-19T18:09:02.874Z Checking zone v0.1.8
17832024-07-19T18:09:02.933Z Compiling rayon-core v1.12.1
17842024-07-19T18:09:02.970Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17852024-07-19T18:09:03.044Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17862024-07-19T18:09:03.206Z Checking mockall v0.12.1
17872024-07-19T18:09:03.230Z Checking rcgen v0.12.1
17882024-07-19T18:09:03.254Z Checking subprocess v0.2.9
17892024-07-19T18:09:03.350Z Compiling convert_case v0.4.0
17902024-07-19T18:09:03.415Z Checking swrite v0.1.0
17912024-07-19T18:09:03.439Z Compiling prettyplease v0.2.20
17922024-07-19T18:09:03.525Z Checking linked-hash-map v0.5.6
17932024-07-19T18:09:03.600Z Compiling home v0.5.9
17942024-07-19T18:09:03.689Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17952024-07-19T18:09:03.722Z Compiling semver v0.1.20
17962024-07-19T18:09:03.777Z Checking half v2.4.1
17972024-07-19T18:09:03.801Z Checking lru-cache v0.1.2
17982024-07-19T18:09:03.850Z Checking ciborium-io v0.2.2
17992024-07-19T18:09:03.962Z Compiling blake3 v1.5.1
18002024-07-19T18:09:03.986Z Compiling ring v0.16.20
18012024-07-19T18:09:04.020Z Compiling rustc_version v0.1.7
18022024-07-19T18:09:04.165Z Checking ciborium-ll v0.2.2
18032024-07-19T18:09:04.217Z Compiling derive_more v0.99.18
18042024-07-19T18:09:04.303Z Compiling cancel-safe-futures v0.1.5
18052024-07-19T18:09:04.418Z Checking ciborium v0.2.2
18062024-07-19T18:09:04.451Z Compiling newtype_derive v0.1.6
18072024-07-19T18:09:04.868Z Checking steno v0.4.1
18082024-07-19T18:09:05.001Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18092024-07-19T18:09:05.687Z Checking num-rational v0.4.2
18102024-07-19T18:09:06.002Z Checking num-complex v0.4.6
18112024-07-19T18:09:06.676Z Checking resolv-conf v0.7.0
18122024-07-19T18:09:06.723Z Checking num v0.4.3
18132024-07-19T18:09:06.837Z Checking float-ord v0.3.2
18142024-07-19T18:09:07.006Z Checking trust-dns-resolver v0.22.0
18152024-07-19T18:09:07.030Z Checking libsw v3.3.1
18162024-07-19T18:09:07.129Z Compiling slog-dtrace v0.3.0
18172024-07-19T18:09:07.267Z Checking owo-colors v4.0.0
18182024-07-19T18:09:07.363Z Checking linear-map v1.2.0
18192024-07-19T18:09:07.801Z Checking signature v2.2.0
18202024-07-19T18:09:08.948Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18212024-07-19T18:09:09.648Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18222024-07-19T18:09:09.698Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18232024-07-19T18:09:09.947Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18242024-07-19T18:09:10.526Z Compiling crossbeam-deque v0.8.5
18252024-07-19T18:09:13.443Z Compiling rayon v1.10.0
18262024-07-19T18:09:13.791Z Compiling memmap2 v0.9.4
18272024-07-19T18:09:14.174Z Compiling arrayvec v0.7.4
18282024-07-19T18:09:14.198Z Compiling constant_time_eq v0.3.0
18292024-07-19T18:09:14.222Z Compiling arrayref v0.3.7
18302024-07-19T18:09:14.365Z Compiling untrusted v0.7.1
18312024-07-19T18:09:14.475Z Compiling spin v0.5.2
18322024-07-19T18:09:14.950Z Compiling toolchain_find v0.4.0
18332024-07-19T18:09:15.233Z Compiling topological-sort v0.2.2
18342024-07-19T18:09:15.419Z Compiling rustfmt-wrapper v0.2.1
18352024-07-19T18:09:15.531Z Checking display-error-chain v0.2.0
18362024-07-19T18:09:15.660Z Checking nibble_vec v0.1.0
18372024-07-19T18:09:15.824Z Checking endian-type v0.1.2
18382024-07-19T18:09:15.873Z Checking fxhash v0.2.1
18392024-07-19T18:09:16.015Z Checking radix_trie v0.2.1
18402024-07-19T18:09:16.039Z Compiling radium v0.7.0
18412024-07-19T18:09:16.322Z Compiling maybe-uninit v2.0.0
18422024-07-19T18:09:16.373Z Checking tap v1.0.1
18432024-07-19T18:09:16.396Z Compiling bzip2-sys v0.1.11+1.0.8
18442024-07-19T18:09:16.533Z Checking wyz v0.5.1
18452024-07-19T18:09:16.782Z Checking maplit v1.0.2
18462024-07-19T18:09:16.806Z Checking funty v2.0.0
18472024-07-19T18:09:16.842Z Compiling packed_struct v0.10.1
18482024-07-19T18:09:16.884Z Checking crc-catalog v2.4.0
18492024-07-19T18:09:17.053Z Compiling num-bigint-dig v0.8.4
18502024-07-19T18:09:17.277Z Checking crc v3.2.1
18512024-07-19T18:09:17.420Z Compiling omicron-zone-package v0.11.0
18522024-07-19T18:09:17.614Z Checking bitvec v1.0.1
18532024-07-19T18:09:17.642Z Compiling packed_struct_codegen v0.10.1
18542024-07-19T18:09:17.801Z Compiling indexmap v1.9.3
18552024-07-19T18:09:17.945Z Checking nodrop v0.1.14
18562024-07-19T18:09:18.057Z Checking array-init v0.0.4
18572024-07-19T18:09:18.202Z Checking smallvec v0.6.14
18582024-07-19T18:09:18.520Z Checking pkcs1 v0.7.5
18592024-07-19T18:09:18.832Z Checking bitfield v0.14.0
18602024-07-19T18:09:18.856Z Checking hashbrown v0.12.3
18612024-07-19T18:09:18.889Z Checking serde-hex v0.1.0
18622024-07-19T18:09:19.064Z Checking bzip2 v0.4.4
18632024-07-19T18:09:19.309Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
18642024-07-19T18:09:19.517Z Checking env_logger v0.10.2
18652024-07-19T18:09:19.880Z Checking x509-cert v0.2.5
18662024-07-19T18:09:20.019Z Checking ron v0.8.1
18672024-07-19T18:09:20.045Z Checking rsa v0.9.6
18682024-07-19T18:09:20.282Z Checking hashbrown v0.13.2
18692024-07-19T18:09:20.877Z Checking crc-any v2.5.0
18702024-07-19T18:09:21.044Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
18712024-07-19T18:09:21.130Z Checking object v0.30.4
18722024-07-19T18:09:21.154Z Checking zip v0.6.6
18732024-07-19T18:09:21.190Z Checking path-slash v0.1.5
18742024-07-19T18:09:21.279Z Compiling async-recursion v1.1.1
18752024-07-19T18:09:21.331Z Checking gethostname v0.4.3
18762024-07-19T18:09:21.466Z Compiling libefi-sys v0.1.0
18772024-07-19T18:09:21.727Z Compiling bitfield-struct v0.6.1
18782024-07-19T18:09:21.751Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18792024-07-19T18:09:22.233Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18802024-07-19T18:09:22.405Z Checking keccak v0.1.5
18812024-07-19T18:09:22.499Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18822024-07-19T18:09:22.689Z Checking sha3 v0.10.8
18832024-07-19T18:09:22.767Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18842024-07-19T18:09:22.817Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
18852024-07-19T18:09:22.850Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
18862024-07-19T18:09:22.931Z Checking secrecy v0.8.0
18872024-07-19T18:09:22.986Z Compiling parking_lot_core v0.8.6
18882024-07-19T18:09:23.011Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18892024-07-19T18:09:23.035Z Checking glob v0.3.1
18902024-07-19T18:09:23.132Z Compiling buf-list v1.0.3
18912024-07-19T18:09:23.302Z Checking trust-dns-client v0.22.0
18922024-07-19T18:09:23.497Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18932024-07-19T18:09:23.528Z Checking toml v0.5.11
18942024-07-19T18:09:23.705Z Checking parking_lot v0.11.2
18952024-07-19T18:09:23.906Z Compiling curve25519-dalek v4.1.3
18962024-07-19T18:09:24.007Z Checking sled v0.34.7
18972024-07-19T18:09:24.031Z Checking universal-hash v0.5.1
18982024-07-19T18:09:24.284Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18992024-07-19T18:09:24.444Z Checking opaque-debug v0.3.1
19002024-07-19T18:09:24.483Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19012024-07-19T18:09:24.532Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19022024-07-19T18:09:24.566Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19032024-07-19T18:09:24.722Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19042024-07-19T18:09:25.619Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19052024-07-19T18:09:26.108Z Checking trust-dns-server v0.22.1
19062024-07-19T18:09:26.262Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19072024-07-19T18:09:27.332Z Compiling curve25519-dalek-derive v0.1.1
19082024-07-19T18:09:28.136Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19092024-07-19T18:09:28.267Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19102024-07-19T18:09:28.292Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19112024-07-19T18:09:29.755Z Checking aead v0.5.2
19122024-07-19T18:09:29.884Z Compiling vte_generate_state_changes v0.1.1
19132024-07-19T18:09:29.954Z Compiling unicase v2.7.0
19142024-07-19T18:09:30.058Z Checking poly1305 v0.8.0
19152024-07-19T18:09:30.376Z Checking chacha20 v0.9.1
19162024-07-19T18:09:30.419Z Checking vte v0.11.1
19172024-07-19T18:09:30.489Z Checking fd-lock v4.0.2
19182024-07-19T18:09:30.654Z Compiling thiserror-impl-no-std v2.0.2
19192024-07-19T18:09:30.682Z Compiling pin-project-internal v1.1.5
19202024-07-19T18:09:31.450Z Checking nanorand v0.7.0
19212024-07-19T18:09:31.490Z Checking strip-ansi-escapes v0.2.0
19222024-07-19T18:09:31.649Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19232024-07-19T18:09:31.836Z Checking flume v0.11.0
19242024-07-19T18:09:31.988Z Checking kstat-rs v0.2.4
19252024-07-19T18:09:32.153Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19262024-07-19T18:09:32.310Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
19272024-07-19T18:09:32.335Z Compiling crunchy v0.2.2
19282024-07-19T18:09:32.598Z Checking nu-ansi-term v0.50.0
19292024-07-19T18:09:32.879Z Checking chacha20poly1305 v0.10.1
19302024-07-19T18:09:32.975Z Checking reedline v0.31.0
19312024-07-19T18:09:33.408Z Compiling clang-sys v1.7.0
19322024-07-19T18:09:33.523Z Checking pin-project v1.1.5
19332024-07-19T18:09:33.625Z Checking thiserror-no-std v2.0.2
19342024-07-19T18:09:33.649Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
19352024-07-19T18:09:33.735Z Checking vsss-rs v3.3.4
19362024-07-19T18:09:33.837Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
19372024-07-19T18:09:34.003Z Compiling tiny-keccak v2.0.2
19382024-07-19T18:09:34.285Z Compiling mime_guess v2.0.4
19392024-07-19T18:09:34.474Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
19402024-07-19T18:09:34.498Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
19412024-07-19T18:09:34.964Z Compiling ref-cast v1.0.23
19422024-07-19T18:09:35.697Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
19432024-07-19T18:09:35.728Z Compiling ascii-canvas v3.0.0
19442024-07-19T18:09:35.928Z Compiling ref-cast-impl v1.0.23
19452024-07-19T18:09:35.956Z Compiling ena v0.14.3
19462024-07-19T18:09:36.234Z Compiling libloading v0.8.3
19472024-07-19T18:09:36.316Z Compiling memoffset v0.9.1
19482024-07-19T18:09:36.340Z Compiling diff v0.1.13
19492024-07-19T18:09:36.579Z Compiling bindgen v0.69.4
19502024-07-19T18:09:36.615Z Checking bytecount v0.6.8
19512024-07-19T18:09:36.764Z Compiling regex-syntax v0.6.29
19522024-07-19T18:09:37.050Z Checking papergrid v0.11.0
19532024-07-19T18:09:38.243Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
19542024-07-19T18:09:38.421Z Compiling which v4.4.2
19552024-07-19T18:09:38.946Z Compiling tabled_derive v0.7.0
19562024-07-19T18:09:39.582Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19572024-07-19T18:09:40.537Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19582024-07-19T18:09:41.019Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19592024-07-19T18:09:41.545Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
19602024-07-19T18:09:43.131Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19612024-07-19T18:09:44.786Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19622024-07-19T18:09:45.533Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19632024-07-19T18:09:45.704Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
19642024-07-19T18:09:46.222Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
19652024-07-19T18:09:46.499Z Compiling lalrpop v0.19.12
19662024-07-19T18:09:46.613Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
19672024-07-19T18:09:46.865Z Compiling cexpr v0.6.0
19682024-07-19T18:09:46.889Z Compiling rustc-hash v1.1.0
19692024-07-19T18:09:47.054Z Compiling cfg_aliases v0.1.1
19702024-07-19T18:09:47.157Z Compiling shlex v1.3.0
19712024-07-19T18:09:47.523Z Checking http-range v0.1.5
19722024-07-19T18:09:47.680Z Compiling lazycell v1.3.0
19732024-07-19T18:09:47.920Z Checking hyper-staticfile v0.9.5
19742024-07-19T18:09:48.281Z Compiling nix v0.28.0
19752024-07-19T18:09:48.394Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d)
19762024-07-19T18:09:48.418Z Checking tabled v0.15.0
19772024-07-19T18:09:49.035Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
19782024-07-19T18:09:49.259Z Compiling derive_builder_core v0.20.0
19792024-07-19T18:09:50.791Z Compiling snafu-derive v0.8.2
19802024-07-19T18:09:51.179Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19812024-07-19T18:09:51.236Z Compiling libxml v0.3.3
19822024-07-19T18:09:51.514Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
19832024-07-19T18:09:51.691Z Compiling derive_builder_macro v0.20.0
19842024-07-19T18:09:51.855Z Checking nix v0.27.1
19852024-07-19T18:09:52.470Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19862024-07-19T18:09:52.688Z Checking globset v0.4.14
19872024-07-19T18:09:52.819Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
19882024-07-19T18:09:52.933Z Checking olpc-cjson v0.1.3
19892024-07-19T18:09:53.112Z Checking serde-big-array v0.5.1
19902024-07-19T18:09:53.141Z Checking serde_plain v1.0.2
19912024-07-19T18:09:53.319Z Compiling strum_macros v0.24.3
19922024-07-19T18:09:53.355Z Compiling cookie v0.18.1
19932024-07-19T18:09:53.596Z Compiling indoc v1.0.9
19942024-07-19T18:09:53.808Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19952024-07-19T18:09:54.473Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19962024-07-19T18:09:54.505Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19972024-07-19T18:09:55.471Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19982024-07-19T18:09:55.795Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19992024-07-19T18:09:56.082Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
20002024-07-19T18:09:56.469Z Checking snafu v0.8.2
20012024-07-19T18:09:56.825Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20022024-07-19T18:09:56.884Z Checking typed-path v0.7.1
20032024-07-19T18:09:57.279Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20042024-07-19T18:09:58.488Z Checking tough v0.17.1
20052024-07-19T18:09:58.783Z Checking derive_builder v0.20.0
20062024-07-19T18:09:59.229Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
20072024-07-19T18:09:59.467Z Checking signal-hook-tokio v0.3.1
20082024-07-19T18:09:59.619Z Compiling peg-macros v0.8.3
20092024-07-19T18:10:00.265Z Checking quick-xml v0.31.0
20102024-07-19T18:10:00.294Z Compiling impl-trait-for-tuples v0.2.2
20112024-07-19T18:10:00.725Z Compiling oso-derive v0.27.3
20122024-07-19T18:10:01.588Z Compiling sqlparser_derive v0.2.2
20132024-07-19T18:10:01.946Z Checking unicode_categories v0.1.1
20142024-07-19T18:10:02.260Z Checking parse-size v1.0.0
20152024-07-19T18:10:02.354Z Checking rustyline v14.0.0
20162024-07-19T18:10:02.419Z Checking sqlformat v0.2.4
20172024-07-19T18:10:02.527Z Checking sqlparser v0.45.0
20182024-07-19T18:10:02.587Z Checking peg v0.8.3
20192024-07-19T18:10:02.688Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
20202024-07-19T18:10:04.073Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20212024-07-19T18:10:05.562Z Checking bcs v0.1.6
20222024-07-19T18:10:05.996Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20232024-07-19T18:10:06.020Z Checking highway v1.1.0
20242024-07-19T18:10:06.367Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20252024-07-19T18:10:06.402Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20262024-07-19T18:10:06.677Z Compiling const_format_proc_macros v0.2.32
20272024-07-19T18:10:08.333Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20282024-07-19T18:10:08.684Z Checking bb8 v0.8.5
20292024-07-19T18:10:08.944Z Checking const_format v0.2.32
20302024-07-19T18:10:09.112Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20312024-07-19T18:10:09.422Z Checking heck v0.4.1
20322024-07-19T18:10:09.587Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20332024-07-19T18:10:09.618Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
20342024-07-19T18:10:09.708Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
20352024-07-19T18:10:09.848Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
20362024-07-19T18:10:09.956Z Checking assert_matches v1.5.0
20372024-07-19T18:10:10.049Z Compiling portable-atomic v1.6.0
20382024-07-19T18:10:10.721Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
20392024-07-19T18:10:11.111Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
20402024-07-19T18:10:11.803Z Checking rand_seeder v0.2.3
20412024-07-19T18:10:11.896Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
20422024-07-19T18:10:12.043Z Checking number_prefix v0.4.0
20432024-07-19T18:10:12.220Z Checking indicatif v0.17.8
20442024-07-19T18:10:12.622Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
20452024-07-19T18:10:12.830Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
20462024-07-19T18:10:12.854Z Checking is_ci v1.2.0
20472024-07-19T18:10:12.977Z Checking supports-color v3.0.0
20482024-07-19T18:10:13.142Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
20492024-07-19T18:10:13.843Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
20502024-07-19T18:10:13.987Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
20512024-07-19T18:10:14.040Z Checking castaway v0.2.2
20522024-07-19T18:10:14.192Z Checking compact_str v0.7.1
20532024-07-19T18:10:14.260Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
20542024-07-19T18:10:14.506Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
20552024-07-19T18:10:14.727Z Checking unicode-truncate v1.0.0
20562024-07-19T18:10:14.836Z Checking itertools v0.13.0
20572024-07-19T18:10:14.927Z Checking lru v0.12.3
20582024-07-19T18:10:15.077Z Compiling stability v0.2.0
20592024-07-19T18:10:15.178Z Checking cassowary v0.3.0
20602024-07-19T18:10:15.577Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
20612024-07-19T18:10:15.897Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
20622024-07-19T18:10:16.915Z Checking unicode-linebreak v0.1.5
20632024-07-19T18:10:16.946Z Checking smawk v0.3.2
20642024-07-19T18:10:17.032Z Checking ratatui v0.27.0
20652024-07-19T18:10:17.130Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
20662024-07-19T18:10:17.255Z Checking textwrap v0.16.1
20672024-07-19T18:10:17.390Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
20682024-07-19T18:10:17.586Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
20692024-07-19T18:10:18.299Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20702024-07-19T18:10:18.901Z Checking fatfs v0.3.6
20712024-07-19T18:10:19.265Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20722024-07-19T18:10:19.403Z Checking shell-words v1.1.0
20732024-07-19T18:10:19.554Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
20742024-07-19T18:10:19.744Z Checking cargo-platform v0.1.8
20752024-07-19T18:10:19.895Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20762024-07-19T18:10:19.995Z Checking rtoolbox v0.0.2
20772024-07-19T18:10:20.166Z Compiling getrandom v0.1.16
20782024-07-19T18:10:20.784Z Checking rpassword v7.3.1
20792024-07-19T18:10:20.913Z Checking cargo_metadata v0.18.1
20802024-07-19T18:10:22.060Z Checking tui-tree-widget v0.21.0
20812024-07-19T18:10:22.216Z Checking plotters-backend v0.3.5
20822024-07-19T18:10:22.526Z Checking plotters-svg v0.3.5
20832024-07-19T18:10:22.586Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
20842024-07-19T18:10:22.737Z Checking rfc6979 v0.4.0
20852024-07-19T18:10:22.897Z Checking yansi v0.5.1
20862024-07-19T18:10:23.408Z Checking cast v0.3.0
20872024-07-19T18:10:23.680Z Checking criterion-plot v0.5.0
20882024-07-19T18:10:23.943Z Checking pretty_assertions v1.4.0
20892024-07-19T18:10:24.080Z Checking ecdsa v0.16.9
20902024-07-19T18:10:24.105Z Checking plotters v0.3.5
20912024-07-19T18:10:24.691Z Checking rand_core v0.5.1
20922024-07-19T18:10:24.953Z Checking primeorder v0.13.6
20932024-07-19T18:10:25.025Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20942024-07-19T18:10:25.358Z Checking tinytemplate v1.2.1
20952024-07-19T18:10:25.531Z Checking oorandom v11.1.3
20962024-07-19T18:10:25.672Z Checking anes v0.1.6
20972024-07-19T18:10:25.696Z Checking option-ext v0.2.0
20982024-07-19T18:10:25.813Z Checking dirs-sys v0.4.1
20992024-07-19T18:10:25.978Z Checking rand_chacha v0.2.2
21002024-07-19T18:10:26.002Z Checking criterion v0.5.1
21012024-07-19T18:10:26.273Z Checking polyval v0.6.2
21022024-07-19T18:10:26.499Z Checking ed25519 v2.2.3
21032024-07-19T18:10:26.690Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
21042024-07-19T18:10:27.977Z Checking blowfish v0.9.1
21052024-07-19T18:10:28.208Z Checking aes v0.8.4
21062024-07-19T18:10:28.336Z Checking ctr v0.9.2
21072024-07-19T18:10:28.608Z Checking password-hash v0.4.2
21082024-07-19T18:10:29.008Z Checking pbkdf2 v0.12.2
21092024-07-19T18:10:29.032Z Checking hex-literal v0.4.1
21102024-07-19T18:10:29.170Z Checking pbkdf2 v0.11.0
21112024-07-19T18:10:29.194Z Checking bcrypt-pbkdf v0.10.0
21122024-07-19T18:10:29.442Z Checking ed25519-dalek v2.1.1
21132024-07-19T18:10:29.466Z Checking ghash v0.5.1
21142024-07-19T18:10:29.649Z Checking rand v0.7.3
21152024-07-19T18:10:29.852Z Checking dirs v5.0.1
21162024-07-19T18:10:30.008Z Checking p256 v0.13.2
21172024-07-19T18:10:30.446Z Checking p521 v0.13.3
21182024-07-19T18:10:30.616Z Checking cbc v0.1.2
21192024-07-19T18:10:30.822Z Checking russh-cryptovec v0.7.2
21202024-07-19T18:10:30.877Z Checking md5 v0.7.0
21212024-07-19T18:10:31.016Z Compiling doc-comment v0.3.3
21222024-07-19T18:10:31.136Z Compiling target-lexicon v0.12.14
21232024-07-19T18:10:31.545Z Checking russh-keys v0.43.0
21242024-07-19T18:10:31.622Z Checking aes-gcm v0.10.3
21252024-07-19T18:10:31.845Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
21262024-07-19T18:10:32.061Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
21272024-07-19T18:10:32.515Z Checking http-body v1.0.0
21282024-07-19T18:10:32.698Z Checking csv-core v0.1.11
21292024-07-19T18:10:32.724Z Compiling guppy-workspace-hack v0.1.0
21302024-07-19T18:10:32.940Z Compiling assert_cmd v2.0.14
21312024-07-19T18:10:32.979Z Checking tower-layer v0.3.2
21322024-07-19T18:10:33.206Z Compiling dhcproto-macros v0.1.0
21332024-07-19T18:10:33.292Z Checking tower v0.4.13
21342024-07-19T18:10:33.346Z Checking csv v1.3.0
21352024-07-19T18:10:33.949Z Checking hyper v1.3.1
21362024-07-19T18:10:33.986Z Checking dhcproto v0.11.0
21372024-07-19T18:10:34.037Z Checking russh v0.43.0
21382024-07-19T18:10:35.259Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
21392024-07-19T18:10:35.713Z Compiling target-spec v3.1.0
21402024-07-19T18:10:35.737Z Checking internet-checksum v0.2.1
21412024-07-19T18:10:36.631Z Checking cfg-expr v0.15.8
21422024-07-19T18:10:37.273Z Checking hyper-util v0.1.3
21432024-07-19T18:10:37.448Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
21442024-07-19T18:10:37.564Z Checking rustls-native-certs v0.7.0
21452024-07-19T18:10:37.703Z Checking httptest v0.15.5
21462024-07-19T18:10:38.518Z Checking hyper-rustls v0.26.0
21472024-07-19T18:10:39.116Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
21482024-07-19T18:10:39.342Z Checking pathdiff v0.2.1
21492024-07-19T18:10:39.487Z Compiling rstest_macros v0.19.0
21502024-07-19T18:10:39.904Z Checking threadpool v1.8.1
21512024-07-19T18:10:39.928Z Checking escape8259 v0.5.2
21522024-07-19T18:10:40.077Z Checking nested v0.1.1
21532024-07-19T18:10:40.101Z Checking libtest-mimic v0.7.3
21542024-07-19T18:10:40.258Z Checking guppy v0.17.5
21552024-07-19T18:10:40.609Z Checking similar-asserts v1.5.0
21562024-07-19T18:10:40.808Z Checking fancy-regex v0.13.0
21572024-07-19T18:10:40.953Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
21582024-07-19T18:10:41.403Z Compiling relative-path v1.9.3
21592024-07-19T18:10:42.017Z Compiling trybuild v1.0.96
21602024-07-19T18:10:42.420Z Checking datatest-stable v0.2.9
21612024-07-19T18:10:42.670Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
21622024-07-19T18:10:43.328Z Checking blake2b_simd v1.0.2
21632024-07-19T18:10:43.737Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
21642024-07-19T18:10:44.003Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
21652024-07-19T18:10:44.079Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
21662024-07-19T18:10:44.494Z Checking indent_write v2.2.0
21672024-07-19T18:10:44.692Z Checking futures-timer v3.0.3
21682024-07-19T18:10:44.784Z Checking rust-argon2 v2.1.0
21692024-07-19T18:10:46.222Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
21702024-07-19T18:10:46.805Z Checking rand_distr v0.4.3
21712024-07-19T18:10:47.454Z Checking multimap v0.10.0
21722024-07-19T18:10:47.705Z Checking approx v0.5.1
21732024-07-19T18:10:47.892Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
21742024-07-19T18:10:48.911Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21752024-07-19T18:10:49.641Z Checking partial-io v0.5.4
21762024-07-19T18:10:49.789Z Checking rstest v0.19.0
21772024-07-19T18:10:49.969Z Checking cargo_toml v0.20.3
21782024-07-19T18:10:49.993Z Checking uzers v0.11.3
21792024-07-19T18:10:50.281Z Checking termios v0.3.3
21802024-07-19T18:10:50.465Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
21812024-07-19T18:10:51.561Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
21822024-07-19T18:10:53.918Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
21832024-07-19T18:10:55.420Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
21842024-07-19T18:10:58.842Z Compiling samael v0.0.15
21852024-07-19T18:11:05.349Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21862024-07-19T18:11:26.022Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
21872024-07-19T18:11:27.207Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
21882024-07-19T18:11:36.804Z Compiling polar-core v0.27.3
21892024-07-19T18:11:46.113Z Checking oso v0.27.3
21902024-07-19T18:12:26.052Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
21912024-07-19T18:12:26.052Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
21922024-07-19T18:12:26.076Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
21932024-07-19T18:13:59.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 42s
21942024-07-19T18:13:59.579Z
21952024-07-19T18:13:59.580Zreal 6:54.312155993
21962024-07-19T18:13:59.580Zuser 33:57.031772493
21972024-07-19T18:13:59.580Zsys 6:19.518349712
21982024-07-19T18:13:59.580Ztrap 1.000332386
21992024-07-19T18:13:59.580Ztflt 0.421128065
22002024-07-19T18:13:59.580Zdflt 0.615521911
22012024-07-19T18:13:59.580Zkflt 0.001326578
22022024-07-19T18:13:59.580Zlock 1:44:23.582254744
22032024-07-19T18:13:59.604Zslp 1:49:13.146123910
22042024-07-19T18:13:59.604Zlat 1:50.180256414
22052024-07-19T18:13:59.604Zstop 5:53.356661760
22062024-07-19T18:13:59.604Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
22072024-07-19T18:13:59.604Z+ ptime -m cargo doc --workspace --no-deps
22082024-07-19T18:14:00.863Zwarning: output filename collision.
22092024-07-19T18:14:00.863ZThe 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)`.
22102024-07-19T18:14:00.863ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
22112024-07-19T18:14:00.863ZThe targets should have unique names.
22122024-07-19T18:14:00.863ZThis is a known bug where multiple crates with the same name use
22132024-07-19T18:14:00.863Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
22142024-07-19T18:14:01.497Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22152024-07-19T18:14:01.527Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22162024-07-19T18:14:01.571Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22172024-07-19T18:14:01.600Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22182024-07-19T18:14:01.630Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
22192024-07-19T18:14:01.630Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22202024-07-19T18:14:01.764Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22212024-07-19T18:14:01.842Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
22222024-07-19T18:14:01.867Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22232024-07-19T18:14:01.890Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22242024-07-19T18:14:01.914Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22252024-07-19T18:14:02.068Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22262024-07-19T18:14:02.151Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22272024-07-19T18:14:02.270Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22282024-07-19T18:14:02.515Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22292024-07-19T18:14:02.539Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22302024-07-19T18:14:03.459Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22312024-07-19T18:14:05.281Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22322024-07-19T18:14:05.336Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22332024-07-19T18:14:05.544Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
22342024-07-19T18:14:05.806Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
22352024-07-19T18:14:05.897Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22362024-07-19T18:14:06.066Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22372024-07-19T18:14:06.250Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22382024-07-19T18:14:06.318Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22392024-07-19T18:14:06.612Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22402024-07-19T18:14:06.787Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22412024-07-19T18:14:06.811Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22422024-07-19T18:14:07.070Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22432024-07-19T18:14:07.304Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
22442024-07-19T18:14:07.397Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
22452024-07-19T18:14:07.568Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
22462024-07-19T18:14:07.812Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22472024-07-19T18:14:08.038Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
22482024-07-19T18:14:08.181Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22492024-07-19T18:14:08.296Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22502024-07-19T18:14:08.366Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22512024-07-19T18:14:09.881Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22522024-07-19T18:14:11.512Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22532024-07-19T18:14:12.178Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22542024-07-19T18:14:13.120Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
22552024-07-19T18:14:13.954Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22562024-07-19T18:14:15.823Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22572024-07-19T18:14:16.531Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22582024-07-19T18:14:16.740Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22592024-07-19T18:14:17.220Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22602024-07-19T18:14:17.561Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22612024-07-19T18:14:17.668Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22622024-07-19T18:14:18.370Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22632024-07-19T18:14:18.837Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22642024-07-19T18:14:19.327Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22652024-07-19T18:14:19.564Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22662024-07-19T18:14:19.604Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22672024-07-19T18:14:19.932Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22682024-07-19T18:14:20.763Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22692024-07-19T18:14:21.865Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22702024-07-19T18:14:22.119Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22712024-07-19T18:14:22.258Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22722024-07-19T18:14:22.765Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
22732024-07-19T18:14:22.853Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22742024-07-19T18:14:23.093Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22752024-07-19T18:14:23.134Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
22762024-07-19T18:14:23.375Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
22772024-07-19T18:14:24.097Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22782024-07-19T18:14:25.721Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
22792024-07-19T18:14:26.215Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22802024-07-19T18:14:27.166Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22812024-07-19T18:14:27.532Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22822024-07-19T18:14:28.101Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22832024-07-19T18:14:28.134Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22842024-07-19T18:14:28.683Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22852024-07-19T18:14:28.796Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22862024-07-19T18:14:29.251Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22872024-07-19T18:14:31.899Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22882024-07-19T18:14:33.087Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22892024-07-19T18:14:33.827Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
22902024-07-19T18:14:34.780Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22912024-07-19T18:14:34.861Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22922024-07-19T18:14:35.190Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
22932024-07-19T18:14:35.374Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
22942024-07-19T18:14:38.697Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22952024-07-19T18:14:39.527Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22962024-07-19T18:14:44.757Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22972024-07-19T18:14:46.541Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22982024-07-19T18:14:46.615Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22992024-07-19T18:14:49.478Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23002024-07-19T18:14:50.079Z Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
23012024-07-19T18:14:57.939Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
23022024-07-19T18:15:02.786Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
23032024-07-19T18:15:03.972Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23042024-07-19T18:15:05.470Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
23052024-07-19T18:15:13.166Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23062024-07-19T18:15:17.861Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23072024-07-19T18:15:23.192Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23082024-07-19T18:15:25.222Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23092024-07-19T18:15:32.093Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23102024-07-19T18:15:37.252Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23112024-07-19T18:15:49.454Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23122024-07-19T18:15:51.240Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23132024-07-19T18:15:51.895Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23142024-07-19T18:15:52.683Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23152024-07-19T18:15:53.046Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23162024-07-19T18:15:53.308Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23172024-07-19T18:15:58.216Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
23182024-07-19T18:15:59.072Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
23192024-07-19T18:16:14.234Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23202024-07-19T18:16:19.570Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23212024-07-19T18:16:22.847Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23222024-07-19T18:16:30.213Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23232024-07-19T18:16:45.587Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23242024-07-19T18:16:45.731Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23252024-07-19T18:16:46.659Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23262024-07-19T18:16:51.041Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
23272024-07-19T18:16:56.383Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23282024-07-19T18:16:58.273Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
23292024-07-19T18:17:00.449Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23302024-07-19T18:17:03.268Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23312024-07-19T18:17:04.022Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23322024-07-19T18:17:10.056Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23332024-07-19T18:17:17.191Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23342024-07-19T18:17:17.399Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
23352024-07-19T18:17:17.991Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23362024-07-19T18:17:20.640Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23372024-07-19T18:17:20.891Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23382024-07-19T18:17:22.302Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
23392024-07-19T18:17:28.048Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
23402024-07-19T18:17:28.611Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23412024-07-19T18:17:30.321Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23422024-07-19T18:17:31.773Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23432024-07-19T18:17:31.899Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23442024-07-19T18:17:35.653Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23452024-07-19T18:17:38.954Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23462024-07-19T18:17:41.291Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23472024-07-19T18:17:41.597Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23482024-07-19T18:17:43.392Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23492024-07-19T18:17:44.940Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23502024-07-19T18:17:45.245Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23512024-07-19T18:17:45.940Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23522024-07-19T18:17:51.068Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23532024-07-19T18:17:54.029Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23542024-07-19T18:17:54.888Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23552024-07-19T18:17:55.457Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23562024-07-19T18:17:57.798Z Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
23572024-07-19T18:17:58.760Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23582024-07-19T18:18:00.233Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23592024-07-19T18:18:00.308Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23602024-07-19T18:18:05.506Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23612024-07-19T18:18:05.952Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
23622024-07-19T18:18:10.836Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23632024-07-19T18:18:13.606Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23642024-07-19T18:18:14.083Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23652024-07-19T18:18:15.631Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23662024-07-19T18:18:15.720Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23672024-07-19T18:18:15.752Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
23682024-07-19T18:18:17.727Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23692024-07-19T18:18:19.328Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23702024-07-19T18:18:20.253Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23712024-07-19T18:18:20.376Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23722024-07-19T18:18:21.213Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
23732024-07-19T18:18:21.550Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
23742024-07-19T18:18:23.621Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23752024-07-19T18:18:24.926Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23762024-07-19T18:18:25.037Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23772024-07-19T18:18:52.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 52s
23782024-07-19T18:18:52.396Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 101 other files
23792024-07-19T18:18:52.453Z
23802024-07-19T18:18:52.477Zreal 4:52.829746938
23812024-07-19T18:18:52.477Zuser 15:42.999954383
23822024-07-19T18:18:52.477Zsys 19:37.635043191
23832024-07-19T18:18:52.477Ztrap 0.299111205
23842024-07-19T18:18:52.477Ztflt 0.094425571
23852024-07-19T18:18:52.477Zdflt 0.353654309
23862024-07-19T18:18:52.477Zkflt 0.000137226
23872024-07-19T18:18:52.477Zlock 45:58.927817479
23882024-07-19T18:18:52.477Zslp 1:15:44.024359017
23892024-07-19T18:18:52.477Zlat 52.827583433
23902024-07-19T18:18:52.477Zstop 40.282816209
23912024-07-19T18:18:52.477Zprocess exited: duration 924651 ms, exit code 0
 
23922024-07-19T18:18:52.526Zfound 0 output files