01J4B5FVC3DNH8MJ3T61Q68FZT: clippy (helios)

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

Buildomat Job: 01J4B5GMZEH3XC98VYZ55AZ4SB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-03T03:47:10.277Zjob assigned to worker 01J4B5GPFSDXBAXWN6ECMF9TFW (queued for 57 s)
 
22024-08-03T03:47:17.453Zstarting task 0: "setup"
32024-08-03T03:47:17.502Z++ uname -s
42024-08-03T03:47:17.505Z+ kern=SunOS
52024-08-03T03:47:17.505Z+ case "$kern" in
62024-08-03T03:47:17.505Z+ groupadd -g 12345 build
72024-08-03T03:47:17.508Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-03T03:47:19.524Z+ zfs create -o mountpoint=/work rpool/work
92024-08-03T03:47:19.649Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-03T03:47:19.652Z+ home_fs=zfs
112024-08-03T03:47:19.652Z+ [[ zfs == autofs ]]
122024-08-03T03:47:19.652Z+ mkdir -p /home/build
132024-08-03T03:47:19.652Z+ chown build:build /home/build /work
142024-08-03T03:47:21.654Z+ chmod 0700 /home/build /work
152024-08-03T03:47:21.657Zprocess exited: duration 4205 ms, exit code 0
 
162024-08-03T03:47:21.664Zstarting task 1: "rust-toolchain"
172024-08-03T03:47:21.668Z+ printf ' * toolchain channel = "%s"
182024-08-03T03:47:21.668Z' 1.80.0
192024-08-03T03:47:21.671Z * toolchain channel = "1.80.0"
202024-08-03T03:47:21.671Z+ printf ' * toolchain profile = "%s"
212024-08-03T03:47:21.672Z' default
222024-08-03T03:47:21.672Z * toolchain profile = "default"
232024-08-03T03:47:21.672Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-03T03:47:21.672Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default
252024-08-03T03:47:21.789Zinfo: downloading installer
262024-08-03T03:47:22.915Zinfo: profile set to 'default'
272024-08-03T03:47:22.915Zinfo: default host triple is x86_64-unknown-illumos
282024-08-03T03:47:22.920Zinfo: syncing channel updates for '1.80.0-x86_64-unknown-illumos'
292024-08-03T03:47:23.035Zinfo: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21)
302024-08-03T03:47:23.035Zinfo: downloading component 'cargo'
312024-08-03T03:47:23.692Zinfo: downloading component 'clippy'
322024-08-03T03:47:23.932Zinfo: downloading component 'rust-docs'
332024-08-03T03:47:24.846Zinfo: downloading component 'rust-std'
342024-08-03T03:47:26.125Zinfo: downloading component 'rustc'
352024-08-03T03:47:29.672Zinfo: downloading component 'rustfmt'
362024-08-03T03:47:29.864Zinfo: installing component 'cargo'
372024-08-03T03:47:30.692Zinfo: installing component 'clippy'
382024-08-03T03:47:31.056Zinfo: installing component 'rust-docs'
392024-08-03T03:47:32.692Zinfo: installing component 'rust-std'
402024-08-03T03:47:34.301Zinfo: installing component 'rustc'
412024-08-03T03:47:38.500Zinfo: installing component 'rustfmt'
422024-08-03T03:47:38.833Zinfo: default toolchain set to '1.80.0-x86_64-unknown-illumos'
432024-08-03T03:47:38.833Z
442024-08-03T03:47:39.110Z 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21)
452024-08-03T03:47:39.111Z
462024-08-03T03:47:39.114Z
472024-08-03T03:47:39.114ZRust is installed now. Great!
482024-08-03T03:47:39.114Z
492024-08-03T03:47:39.114ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-03T03:47:39.114Zenvironment variable. This has not been done automatically.
512024-08-03T03:47:39.114Z
522024-08-03T03:47:39.114ZTo configure your current shell, you need to source
532024-08-03T03:47:39.114Zthe corresponding env file under $HOME/.cargo.
542024-08-03T03:47:39.114Z
552024-08-03T03:47:39.114ZThis is usually done by running one of the following (note the leading DOT):
562024-08-03T03:47:39.114Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-03T03:47:39.114Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-03T03:47:39.181Z+ rustc --version
592024-08-03T03:47:39.244Zrustc 1.80.0 (051478957 2024-07-21)
602024-08-03T03:47:39.247Zprocess exited: duration 17582 ms, exit code 0
 
612024-08-03T03:47:39.253Zstarting task 2: "authentication"
622024-08-03T03:47:39.274Zprocess exited: duration 20 ms, exit code 0
 
632024-08-03T03:47:39.282Zstarting task 3: "clone repository"
642024-08-03T03:47:39.286Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-03T03:47:39.289Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-03T03:47:39.427ZCloning into '/work/oxidecomputer/omicron'...
672024-08-03T03:47:45.016Z+ cd /work/oxidecomputer/omicron
682024-08-03T03:47:45.016Z+ git fetch origin e500e2c4c9bac700c8c2c7bace06c6b21678eeee
692024-08-03T03:47:45.308ZFrom https://github.com/oxidecomputer/omicron
702024-08-03T03:47:45.308Z * branch e500e2c4c9bac700c8c2c7bace06c6b21678eeee -> FETCH_HEAD
712024-08-03T03:47:45.319Z+ [[ -n renovate/toml_edit-0.x ]]
722024-08-03T03:47:45.323Z++ git branch --show-current
732024-08-03T03:47:45.323Z+ current=main
742024-08-03T03:47:45.323Z+ [[ main != renovate/toml_edit-0.x ]]
752024-08-03T03:47:45.323Z+ git branch -f renovate/toml_edit-0.x e500e2c4c9bac700c8c2c7bace06c6b21678eeee
762024-08-03T03:47:45.328Z+ git checkout -f renovate/toml_edit-0.x
772024-08-03T03:47:45.464ZSwitched to branch 'renovate/toml_edit-0.x'
782024-08-03T03:47:45.469Z+ git reset --hard e500e2c4c9bac700c8c2c7bace06c6b21678eeee
792024-08-03T03:47:45.479ZHEAD is now at e500e2c4c Update Rust crate toml_edit to 0.22.20
802024-08-03T03:47:45.486Zprocess exited: duration 6195 ms, exit code 0
 
812024-08-03T03:47:45.497Zstarting task 4: "build"
822024-08-03T03:47:45.501Z+ cargo --version
832024-08-03T03:47:45.559Zcargo 1.80.0 (376290515 2024-07-16)
842024-08-03T03:47:45.564Z+ rustc --version
852024-08-03T03:47:45.617Zrustc 1.80.0 (051478957 2024-07-21)
862024-08-03T03:47:45.623Z+ source ./env.sh
872024-08-03T03:47:45.623Z++ OLD_SHELL_OPTS=ehxB
882024-08-03T03:47:45.623Z++ set -o xtrace
892024-08-03T03:47:45.632Z++++ dirname ./env.sh
902024-08-03T03:47:45.633Z+++ readlink -f .
912024-08-03T03:47:45.643Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-03T03:47:45.647Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-08-03T03:47:45.647Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-08-03T03:47:45.647Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-08-03T03:47:45.647Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-08-03T03:47:45.647Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-08-03T03:47:45.647Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-08-03T03:47:45.647Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-08-03T03:47:45.647Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-08-03T03:47:45.647Z++ case $OLD_SHELL_OPTS in
1012024-08-03T03:47:45.647Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-03T03:47:45.647Z+ banner prerequisites
1032024-08-03T03:47:45.659Z
1042024-08-03T03:47:45.660Z ##### ##### ###### ##### ###### #### # # # #### #
1052024-08-03T03:47:45.660Z # # # # # # # # # # # # # # #
1062024-08-03T03:47:45.660Z # # # # ##### # # ##### # # # # # #### #
1072024-08-03T03:47:45.660Z ##### ##### # ##### # # # # # # # # #
1082024-08-03T03:47:45.660Z # # # # # # # # # # # # # # #
1092024-08-03T03:47:45.660Z # # # ###### # # ###### ### # #### # #### #
1102024-08-03T03:47:45.660Z
1112024-08-03T03:47:45.671Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1122024-08-03T03:48:00.160Z Startup: Refreshing catalog 'helios-dev' ... Done
1132024-08-03T03:48:02.330Z Startup: Caching catalogs ... Done
1142024-08-03T03:48:06.212ZPlanning: Solver setup ... Done (3.290s)
1152024-08-03T03:48:06.272ZPlanning: Running solver ... Done (0.061s)
1162024-08-03T03:48:06.325ZPlanning: Finding local manifests ... Done (0.003s)
1172024-08-03T03:48:09.205ZPlanning: Fetching manifests: 0/4 0% complete
1182024-08-03T03:48:11.124ZPlanning: Fetching manifests: 4/4 100% complete
1192024-08-03T03:48:11.172ZPlanning: Package planning ... Done (0.050s)
1202024-08-03T03:48:11.224ZPlanning: Merging actions ... Done (0.051s)
1212024-08-03T03:48:11.902ZPlanning: Checking for conflicting actions ... Done (0.678s)
1222024-08-03T03:48:11.914ZPlanning: Consolidating action changes ... Done (0.011s)
1232024-08-03T03:48:15.434ZPlanning: Evaluating mediators ... Done (3.520s)
1242024-08-03T03:48:15.445ZPlanning: Planning completed in 13.05 seconds
1252024-08-03T03:48:15.769Z Packages to install: 4
1262024-08-03T03:48:15.769Z Mediators to change: 2
1272024-08-03T03:48:15.769Z Services to change: 1
1282024-08-03T03:48:15.772Z Estimated space available: 155.76 GB
1292024-08-03T03:48:15.772ZEstimated space to be consumed: 1.47 GB
1302024-08-03T03:48:15.772Z Create boot environment: No
1312024-08-03T03:48:15.772ZCreate backup boot environment: No
1322024-08-03T03:48:15.772Z Rebuild boot archive: No
1332024-08-03T03:48:15.772Z
1342024-08-03T03:48:15.772ZChanged mediators:
1352024-08-03T03:48:15.772Z mediator clang:
1362024-08-03T03:48:15.772Z version: None -> 15 (system default)
1372024-08-03T03:48:15.773Z
1382024-08-03T03:48:15.773Z mediator llvm:
1392024-08-03T03:48:15.773Z version: 14 (system default) -> 15 (system default)
1402024-08-03T03:48:15.773Z
1412024-08-03T03:48:15.773ZChanged packages:
1422024-08-03T03:48:15.773Zhelios-dev
1432024-08-03T03:48:15.773Z developer/build-essential
1442024-08-03T03:48:15.773Z None -> 11-2.0
1452024-08-03T03:48:15.773Z library/libxmlsec1
1462024-08-03T03:48:15.773Z None -> 1.2.35-2.0
1472024-08-03T03:48:15.773Z ooce/developer/clang-15
1482024-08-03T03:48:15.773Z None -> 15.0.7-2.0
1492024-08-03T03:48:15.773Z ooce/developer/llvm-15
1502024-08-03T03:48:15.773Z None -> 15.0.7-2.0
1512024-08-03T03:48:15.773Z
1522024-08-03T03:48:15.773ZServices:
1532024-08-03T03:48:15.773Z restart_fmri:
1542024-08-03T03:48:15.773Z svc:/system/update-man-index:default
1552024-08-03T03:48:15.893Z
1562024-08-03T03:48:15.893ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572024-08-03T03:48:22.894ZDownload: 212/3290 items 1.3/212.6MB 0% complete (345k/s)
1582024-08-03T03:48:27.989ZDownload: 313/3290 items 15.9/212.6MB 7% complete (1.6M/s)
1592024-08-03T03:48:32.992ZDownload: 496/3290 items 17.2/212.6MB 8% complete (1.7M/s)
1602024-08-03T03:48:38.016ZDownload: 690/3290 items 18.1/212.6MB 8% complete (237k/s)
1612024-08-03T03:48:43.027ZDownload: 1022/3290 items 19.4/212.6MB 9% complete (222k/s)
1622024-08-03T03:48:48.863ZDownload: 1193/3290 items 83.5/212.6MB 39% complete (6.5M/s)
1632024-08-03T03:48:54.194ZDownload: 1196/3290 items 83.5/212.6MB 39% complete (6.5M/s)
1642024-08-03T03:49:01.570ZDownload: 1197/3290 items 83.5/212.6MB 39% complete
1652024-08-03T03:49:06.571ZDownload: 1220/3290 items 91.9/212.6MB 43% complete (1.5M/s)
1662024-08-03T03:49:11.623ZDownload: 1374/3290 items 114.9/212.6MB 54% complete (3.3M/s)
1672024-08-03T03:49:16.749ZDownload: 1473/3290 items 115.9/212.6MB 54% complete (3.2M/s)
1682024-08-03T03:49:21.823ZDownload: 1563/3290 items 116.8/212.6MB 54% complete (300k/s)
1692024-08-03T03:49:26.837ZDownload: 1729/3290 items 117.2/212.6MB 55% complete (129k/s)
1702024-08-03T03:49:31.849ZDownload: 2008/3290 items 117.8/212.6MB 55% complete (111k/s)
1712024-08-03T03:49:37.643ZDownload: 2216/3290 items 118.3/212.6MB 55% complete (123k/s)
1722024-08-03T03:49:42.647ZDownload: 2294/3290 items 119.8/212.6MB 56% complete (184k/s)
1732024-08-03T03:49:47.687ZDownload: 2577/3290 items 120.5/212.6MB 56% complete (220k/s)
1742024-08-03T03:49:52.764ZDownload: 2859/3290 items 121.1/212.6MB 56% complete (179k/s)
1752024-08-03T03:49:57.828ZDownload: 2962/3290 items 121.2/212.6MB 57% complete (92.9k/s)
1762024-08-03T03:50:02.804ZDownload: 3211/3290 items 177.5/212.6MB 83% complete (5.6M/s)
1772024-08-03T03:50:07.917ZDownload: 3245/3290 items 201.7/212.6MB 94% complete (8.0M/s)
1782024-08-03T03:50:26.176ZDownload: 3248/3290 items 202.9/212.6MB 95% complete
1792024-08-03T03:50:32.486ZDownload: 3285/3290 items 211.0/212.6MB 99% complete (2.6M/s)
1802024-08-03T03:50:32.613ZDownload: Completed 212.60 MB in 136.71 seconds (1.6M/s)
1812024-08-03T03:50:32.762Z Actions: 1/3689 actions (Installing new actions)
1822024-08-03T03:50:37.806Z Actions: 3592/3689 actions (Installing new actions)
1832024-08-03T03:50:37.889Z Actions: Completed 3689 actions in 5.13 seconds.
1842024-08-03T03:50:38.151Z Done (0.257s)
1852024-08-03T03:50:38.151Z Done (0.000s)
1862024-08-03T03:50:38.508Z Done (0.357s)
1872024-08-03T03:50:43.770Z Done (5.094s)
1882024-08-03T03:50:43.989Z Done (0.151s)
1892024-08-03T03:50:43.992Z Done (0.000s)
1902024-08-03T03:50:44.156Z Done (0.000s)
1912024-08-03T03:50:44.739ZPlanning: Evaluating mediator changes ... Done
1922024-08-03T03:50:45.013ZPlanning: Checking for conflicting actions ... Done
1932024-08-03T03:50:45.023ZPlanning: Consolidating action changes ... Done
1942024-08-03T03:50:45.165ZPlanning: Evaluating mediators ... Done
1952024-08-03T03:50:45.169ZPlanning: Planning completed in 0.43 seconds
1962024-08-03T03:50:45.199Z Mediators to change: 2
1972024-08-03T03:50:45.199Z Create boot environment: No
1982024-08-03T03:50:45.202ZCreate backup boot environment: No
1992024-08-03T03:50:45.270Z Done
2002024-08-03T03:50:45.270Z Done
2012024-08-03T03:50:45.494Z Done
2022024-08-03T03:50:49.003Z Done
2032024-08-03T03:50:49.087Z Done
2042024-08-03T03:50:49.090Z Done
2052024-08-03T03:50:49.176Z Done
2062024-08-03T03:50:49.785ZPlanning: Evaluating mediator changes ... Done
2072024-08-03T03:50:49.788ZPlanning: Merging actions ... Done
2082024-08-03T03:50:49.975ZPlanning: Checking for conflicting actions ... Done
2092024-08-03T03:50:49.978ZPlanning: Consolidating action changes ... Done
2102024-08-03T03:50:50.246ZPlanning: Evaluating mediators ... Done
2112024-08-03T03:50:50.302ZPlanning: Planning completed in 0.75 seconds
2122024-08-03T03:50:50.336Z Packages to change: 1
2132024-08-03T03:50:50.336Z Mediators to change: 1
2142024-08-03T03:50:50.336Z Services to change: 1
2152024-08-03T03:50:50.336Z Create boot environment: No
2162024-08-03T03:50:50.339ZCreate backup boot environment: Yes
2172024-08-03T03:50:52.346Z Actions: 1/6 actions (Updating modified actions)
2182024-08-03T03:50:52.392Z Actions: Completed 6 actions in 0.05 seconds.
2192024-08-03T03:50:52.395Z Done
2202024-08-03T03:50:52.395Z Done
2212024-08-03T03:50:52.466Z Done
2222024-08-03T03:50:56.219Z Done
2232024-08-03T03:50:56.311Z Done
2242024-08-03T03:50:56.313Z Done
2252024-08-03T03:50:56.440Z Done
2262024-08-03T03:50:56.893ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272024-08-03T03:50:56.894Zclang system 15 system
2282024-08-03T03:50:56.894Zcsh system system illumos
2292024-08-03T03:50:56.894Zctags system system illumos
2302024-08-03T03:50:56.894Zgcc vendor 12 vendor
2312024-08-03T03:50:56.894Zgcc system 10 system
2322024-08-03T03:50:56.894Zgcc system 7 system
2332024-08-03T03:50:56.894Zgo system 1.20 system
2342024-08-03T03:50:56.894Zgo system 1.19 system
2352024-08-03T03:50:56.894Zllvm system 15 system
2362024-08-03T03:50:56.894Zllvm system 14 system
2372024-08-03T03:50:56.894Zmariadb system 10.6 system
2382024-08-03T03:50:56.894Zmta vendor vendor dma
2392024-08-03T03:50:56.895Zopenjdk system 17 system
2402024-08-03T03:50:56.895Zopenjdk system 11 system
2412024-08-03T03:50:56.895Zopenjdk system 1.8 system
2422024-08-03T03:50:56.895Zopenssl vendor 3 vendor
2432024-08-03T03:50:56.895Zperl system 5.36 system
2442024-08-03T03:50:56.895Zpostgresql system 15 system
2452024-08-03T03:50:56.895Zpostgresql system 13 system
2462024-08-03T03:50:56.895Zpython vendor 3 vendor
2472024-08-03T03:50:56.895Zpython system 2 system
2482024-08-03T03:50:56.895Zpython3 system 3.11 system
2492024-08-03T03:50:56.895Zruby system 3.0 system
2502024-08-03T03:50:56.895Zwords vendor vendor american-english
2512024-08-03T03:50:56.896Zwords system system australian-english
2522024-08-03T03:50:56.896Zwords system system british-english
2532024-08-03T03:50:56.896Zwords system system canadian-english
2542024-08-03T03:50:56.896Zwords system system french
2552024-08-03T03:50:56.896Zwords system system italian
2562024-08-03T03:50:56.896Zwords system system ngerman
2572024-08-03T03:50:56.896Zwords system system ogerman
2582024-08-03T03:50:56.896Zwords system system spanish
2592024-08-03T03:50:57.222ZPUBLISHER TYPE STATUS P LOCATION
2602024-08-03T03:50:57.222Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2612024-08-03T03:50:58.882ZFMRI IFO
2622024-08-03T03:50:58.882Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2632024-08-03T03:50:58.882Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2642024-08-03T03:50:58.882Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2652024-08-03T03:50:58.882Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2662024-08-03T03:50:58.882Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2672024-08-03T03:50:58.882Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2682024-08-03T03:50:58.882Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2692024-08-03T03:50:58.882Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2702024-08-03T03:50:58.882Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2712024-08-03T03:50:58.882Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2722024-08-03T03:50:58.882Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2732024-08-03T03:50:58.882Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2742024-08-03T03:50:59.469Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2752024-08-03T03:50:59.710Z Updating git repository `https://github.com/oxidecomputer/zone`
2762024-08-03T03:50:59.973Z Updating crates.io index
2772024-08-03T03:50:59.976Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2782024-08-03T03:51:00.727Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2792024-08-03T03:51:01.442Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2802024-08-03T03:51:01.794Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2812024-08-03T03:51:03.558Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2822024-08-03T03:51:03.770Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832024-08-03T03:51:04.093Z Updating git repository `https://github.com/oxidecomputer/propolis`
2842024-08-03T03:51:05.059Z Updating git repository `https://github.com/oxidecomputer/crucible`
2852024-08-03T03:51:06.858Z Updating git repository `https://github.com/oxidecomputer/opte`
2862024-08-03T03:51:07.834Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872024-08-03T03:51:08.573Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882024-08-03T03:51:09.121Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2892024-08-03T03:51:09.370Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2902024-08-03T03:51:09.675Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2912024-08-03T03:51:09.904Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922024-08-03T03:51:10.216Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2932024-08-03T03:51:10.468Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2942024-08-03T03:51:10.674Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2952024-08-03T03:51:10.962Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962024-08-03T03:51:11.284Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2972024-08-03T03:51:11.544Z Updating git repository `https://github.com/oxidecomputer/ispf`
2982024-08-03T03:51:11.913Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2992024-08-03T03:51:12.156Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3002024-08-03T03:51:12.618Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3012024-08-03T03:51:12.977Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3022024-08-03T03:51:13.448Z Updating git repository `https://github.com/oxidecomputer/typify`
3032024-08-03T03:51:15.452Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3042024-08-03T03:51:15.665Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3052024-08-03T03:51:15.894Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3062024-08-03T03:51:16.413Z Updating git repository `https://github.com/oxidecomputer/rfb`
3072024-08-03T03:51:17.473Z Downloading crates ...
3082024-08-03T03:51:17.539Z Downloaded equivalent v1.0.1
3092024-08-03T03:51:17.541Z Downloaded anstyle-parse v0.2.4
3102024-08-03T03:51:17.544Z Downloaded anstyle-query v1.0.3
3112024-08-03T03:51:17.554Z Downloaded usdt-macro v0.5.0
3122024-08-03T03:51:17.558Z Downloaded anstream v0.6.14
3132024-08-03T03:51:17.561Z Downloaded usdt-attr-macro v0.5.0
3142024-08-03T03:51:17.561Z Downloaded plain v0.2.3
3152024-08-03T03:51:17.561Z Downloaded memmap v0.7.0
3162024-08-03T03:51:17.561Z Downloaded errno v0.3.9
3172024-08-03T03:51:17.564Z Downloaded autocfg v1.3.0
3182024-08-03T03:51:17.564Z Downloaded anstyle v1.0.8
3192024-08-03T03:51:17.567Z Downloaded heck v0.4.1
3202024-08-03T03:51:17.567Z Downloaded digest v0.10.7
3212024-08-03T03:51:17.569Z Downloaded cpufeatures v0.2.12
3222024-08-03T03:51:17.569Z Downloaded byteorder v1.5.0
3232024-08-03T03:51:17.572Z Downloaded pest_generator v2.7.10
3242024-08-03T03:51:17.575Z Downloaded itoa v1.0.11
3252024-08-03T03:51:17.575Z Downloaded fs-err v2.11.0
3262024-08-03T03:51:17.578Z Downloaded cargo_metadata v0.18.1
3272024-08-03T03:51:17.578Z Downloaded cargo-platform v0.1.8
3282024-08-03T03:51:17.581Z Downloaded strsim v0.11.1
3292024-08-03T03:51:17.581Z Downloaded block-buffer v0.10.4
3302024-08-03T03:51:17.581Z Downloaded serde_spanned v0.6.7
3312024-08-03T03:51:17.584Z Downloaded clap_lex v0.7.0
3322024-08-03T03:51:17.584Z Downloaded version_check v0.9.4
3332024-08-03T03:51:17.587Z Downloaded anyhow v1.0.86
3342024-08-03T03:51:17.590Z Downloaded terminal_size v0.3.0
3352024-08-03T03:51:17.590Z Downloaded scroll v0.12.0
3362024-08-03T03:51:17.593Z Downloaded pretty-hex v0.4.1
3372024-08-03T03:51:17.593Z Downloaded dtrace-parser v0.2.0
3382024-08-03T03:51:17.596Z Downloaded heck v0.5.0
3392024-08-03T03:51:17.596Z Downloaded colorchoice v1.0.1
3402024-08-03T03:51:17.601Z Downloaded pest_derive v2.7.10
3412024-08-03T03:51:17.603Z Downloaded cargo_toml v0.20.4
3422024-08-03T03:51:17.603Z Downloaded proc-macro-error v1.0.4
3432024-08-03T03:51:17.606Z Downloaded is_terminal_polyfill v1.70.0
3442024-08-03T03:51:17.609Z Downloaded semver v1.0.23
3452024-08-03T03:51:17.609Z Downloaded generic-array v0.14.7
3462024-08-03T03:51:17.619Z Downloaded scroll_derive v0.12.0
3472024-08-03T03:51:17.627Z Downloaded macaddr v1.0.1
3482024-08-03T03:51:17.629Z Downloaded dof v0.3.0
3492024-08-03T03:51:17.630Z Downloaded thiserror-impl v1.0.63
3502024-08-03T03:51:17.630Z Downloaded log v0.4.21
3512024-08-03T03:51:17.632Z Downloaded clap v4.5.9
3522024-08-03T03:51:17.640Z Downloaded ucd-trie v0.1.6
3532024-08-03T03:51:17.644Z Downloaded toml_datetime v0.6.8
3542024-08-03T03:51:17.644Z Downloaded swrite v0.1.0
3552024-08-03T03:51:17.647Z Downloaded serde_tokenstream v0.2.1
3562024-08-03T03:51:17.647Z Downloaded proc-macro2 v1.0.86
3572024-08-03T03:51:17.650Z Downloaded usdt-impl v0.5.0
3582024-08-03T03:51:17.652Z Downloaded toml v0.8.19
3592024-08-03T03:51:17.655Z Downloaded serde_derive v1.0.204
3602024-08-03T03:51:17.658Z Downloaded utf8parse v0.2.1
3612024-08-03T03:51:17.658Z Downloaded crypto-common v0.1.6
3622024-08-03T03:51:17.658Z Downloaded camino v1.1.7
3632024-08-03T03:51:17.661Z Downloaded usdt v0.5.0
3642024-08-03T03:51:17.661Z Downloaded thread-id v4.2.1
3652024-08-03T03:51:17.664Z Downloaded tabled_derive v0.7.0
3662024-08-03T03:51:17.664Z Downloaded once_cell v1.19.0
3672024-08-03T03:51:17.666Z Downloaded thiserror v1.0.63
3682024-08-03T03:51:17.671Z Downloaded bytecount v0.6.8
3692024-08-03T03:51:17.674Z Downloaded sha2 v0.10.8
3702024-08-03T03:51:17.674Z Downloaded quote v1.0.36
3712024-08-03T03:51:17.676Z Downloaded proc-macro-error-attr v1.0.4
3722024-08-03T03:51:17.676Z Downloaded zerocopy-derive v0.7.34
3732024-08-03T03:51:17.680Z Downloaded indexmap v2.2.6
3742024-08-03T03:51:17.685Z Downloaded bitflags v2.6.0
3752024-08-03T03:51:17.688Z Downloaded typenum v1.17.0
3762024-08-03T03:51:17.691Z Downloaded pest_meta v2.7.10
3772024-08-03T03:51:17.693Z Downloaded papergrid v0.11.0
3782024-08-03T03:51:17.697Z Downloaded fnv v1.0.7
3792024-08-03T03:51:17.700Z Downloaded clap_derive v4.5.8
3802024-08-03T03:51:17.700Z Downloaded cfg-if v1.0.0
3812024-08-03T03:51:17.703Z Downloaded ryu v1.0.18
3822024-08-03T03:51:17.706Z Downloaded unicode-ident v1.0.12
3832024-08-03T03:51:17.712Z Downloaded serde v1.0.204
3842024-08-03T03:51:17.717Z Downloaded memchr v2.7.2
3852024-08-03T03:51:17.722Z Downloaded toml_edit v0.22.20
3862024-08-03T03:51:17.743Z Downloaded pest v2.7.10
3872024-08-03T03:51:17.752Z Downloaded zerocopy v0.7.34
3882024-08-03T03:51:17.765Z Downloaded clap_builder v4.5.9
3892024-08-03T03:51:17.772Z Downloaded hashbrown v0.14.5
3902024-08-03T03:51:17.779Z Downloaded winnow v0.6.18
3912024-08-03T03:51:17.787Z Downloaded serde_json v1.0.122
3922024-08-03T03:51:17.794Z Downloaded tabled v0.15.0
3932024-08-03T03:51:17.809Z Downloaded syn v1.0.109
3942024-08-03T03:51:17.818Z Downloaded syn v2.0.72
3952024-08-03T03:51:17.834Z Downloaded goblin v0.8.2
3962024-08-03T03:51:17.837Z Downloaded rustix v0.38.34
3972024-08-03T03:51:17.856Z Downloaded unicode-width v0.1.13
3982024-08-03T03:51:17.870Z Downloaded libc v0.2.155
3992024-08-03T03:51:18.162Z Compiling proc-macro2 v1.0.86
4002024-08-03T03:51:18.162Z Compiling unicode-ident v1.0.12
4012024-08-03T03:51:18.165Z Compiling version_check v0.9.4
4022024-08-03T03:51:18.165Z Compiling serde v1.0.204
4032024-08-03T03:51:18.165Z Compiling memchr v2.7.2
4042024-08-03T03:51:18.165Z Compiling thiserror v1.0.63
4052024-08-03T03:51:18.165Z Compiling libc v0.2.155
4062024-08-03T03:51:18.165Z Compiling itoa v1.0.11
4072024-08-03T03:51:18.407Z Compiling ucd-trie v0.1.6
4082024-08-03T03:51:18.536Z Compiling ryu v1.0.18
4092024-08-03T03:51:18.823Z Compiling once_cell v1.19.0
4102024-08-03T03:51:19.014Z Compiling byteorder v1.5.0
4112024-08-03T03:51:19.149Z Compiling serde_json v1.0.122
4122024-08-03T03:51:19.985Z Compiling proc-macro-error-attr v1.0.4
4132024-08-03T03:51:20.006Z Compiling usdt-impl v0.5.0
4142024-08-03T03:51:20.027Z Compiling syn v1.0.109
4152024-08-03T03:51:20.067Z Compiling rustix v0.38.34
4162024-08-03T03:51:20.070Z Compiling proc-macro-error v1.0.4
4172024-08-03T03:51:20.300Z Compiling hashbrown v0.14.5
4182024-08-03T03:51:20.412Z Compiling plain v0.2.3
4192024-08-03T03:51:20.477Z Compiling equivalent v1.0.1
4202024-08-03T03:51:20.558Z Compiling utf8parse v0.2.1
4212024-08-03T03:51:20.583Z Compiling bitflags v2.6.0
4222024-08-03T03:51:20.713Z Compiling log v0.4.21
4232024-08-03T03:51:20.777Z Compiling anstyle-parse v0.2.4
4242024-08-03T03:51:20.865Z Compiling quote v1.0.36
4252024-08-03T03:51:21.019Z Compiling thread-id v4.2.1
4262024-08-03T03:51:21.141Z Compiling autocfg v1.3.0
4272024-08-03T03:51:21.166Z Compiling semver v1.0.23
4282024-08-03T03:51:21.192Z Compiling anstyle v1.0.8
4292024-08-03T03:51:21.500Z Compiling syn v2.0.72
4302024-08-03T03:51:21.611Z Compiling errno v0.3.9
4312024-08-03T03:51:21.614Z Compiling indexmap v2.2.6
4322024-08-03T03:51:21.739Z Compiling colorchoice v1.0.1
4332024-08-03T03:51:21.765Z Compiling anstyle-query v1.0.3
4342024-08-03T03:51:21.916Z Compiling winnow v0.6.18
4352024-08-03T03:51:21.930Z Compiling pretty-hex v0.4.1
4362024-08-03T03:51:22.148Z Compiling is_terminal_polyfill v1.70.0
4372024-08-03T03:51:22.151Z Compiling camino v1.1.7
4382024-08-03T03:51:22.272Z Compiling anstream v0.6.14
4392024-08-03T03:51:22.797Z Compiling fs-err v2.11.0
4402024-08-03T03:51:22.936Z Compiling terminal_size v0.3.0
4412024-08-03T03:51:23.165Z Compiling anyhow v1.0.86
4422024-08-03T03:51:23.208Z Compiling strsim v0.11.1
4432024-08-03T03:51:23.278Z Compiling clap_lex v0.7.0
4442024-08-03T03:51:23.302Z Compiling heck v0.4.1
4452024-08-03T03:51:23.406Z Compiling unicode-width v0.1.13
4462024-08-03T03:51:23.645Z Compiling bytecount v0.6.8
4472024-08-03T03:51:23.790Z Compiling fnv v1.0.7
4482024-08-03T03:51:23.795Z Compiling heck v0.5.0
4492024-08-03T03:51:23.867Z Compiling clap_builder v4.5.9
4502024-08-03T03:51:23.921Z Compiling papergrid v0.11.0
4512024-08-03T03:51:24.136Z Compiling memmap v0.7.0
4522024-08-03T03:51:24.505Z Compiling swrite v0.1.0
4532024-08-03T03:51:26.624Z Compiling tabled_derive v0.7.0
4542024-08-03T03:51:28.083Z Compiling tabled v0.15.0
4552024-08-03T03:51:30.121Z Compiling serde_derive v1.0.204
4562024-08-03T03:51:30.121Z Compiling thiserror-impl v1.0.63
4572024-08-03T03:51:30.124Z Compiling zerocopy-derive v0.7.34
4582024-08-03T03:51:30.124Z Compiling scroll_derive v0.12.0
4592024-08-03T03:51:30.124Z Compiling clap_derive v4.5.8
4602024-08-03T03:51:31.257Z Compiling scroll v0.12.0
4612024-08-03T03:51:31.787Z Compiling goblin v0.8.2
4622024-08-03T03:51:31.839Z Compiling zerocopy v0.7.34
4632024-08-03T03:51:33.076Z Compiling pest v2.7.10
4642024-08-03T03:51:33.973Z Compiling clap v4.5.9
4652024-08-03T03:51:35.081Z Compiling pest_meta v2.7.10
4662024-08-03T03:51:35.886Z Compiling pest_generator v2.7.10
4672024-08-03T03:51:37.914Z Compiling pest_derive v2.7.10
4682024-08-03T03:51:38.523Z Compiling dtrace-parser v0.2.0
4692024-08-03T03:51:40.174Z Compiling serde_tokenstream v0.2.1
4702024-08-03T03:51:40.251Z Compiling toml_datetime v0.6.8
4712024-08-03T03:51:40.251Z Compiling serde_spanned v0.6.7
4722024-08-03T03:51:40.435Z Compiling cargo-platform v0.1.8
4732024-08-03T03:51:40.606Z Compiling toml_edit v0.22.20
4742024-08-03T03:51:40.665Z Compiling macaddr v1.0.1
4752024-08-03T03:51:41.628Z Compiling dof v0.3.0
4762024-08-03T03:51:41.679Z Compiling cargo_metadata v0.18.1
4772024-08-03T03:51:43.351Z Compiling usdt-attr-macro v0.5.0
4782024-08-03T03:51:43.351Z Compiling usdt-macro v0.5.0
4792024-08-03T03:51:43.536Z Compiling toml v0.8.19
4802024-08-03T03:51:44.358Z Compiling cargo_toml v0.20.4
4812024-08-03T03:51:44.801Z Compiling usdt v0.5.0
4822024-08-03T03:51:48.106Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4832024-08-03T03:51:51.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.68s
4842024-08-03T03:51:52.166Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4852024-08-03T03:51:52.699Z Downloading crates ...
4862024-08-03T03:51:52.824Z Downloaded async-stream-impl v0.3.5
4872024-08-03T03:51:52.832Z Downloaded atty v0.2.14
4882024-08-03T03:51:52.844Z Downloaded crucible-workspace-hack v0.1.0
4892024-08-03T03:51:52.849Z Downloaded is_ci v1.2.0
4902024-08-03T03:51:52.852Z Downloaded match_cfg v0.1.0
4912024-08-03T03:51:52.855Z Downloaded bitstruct v0.1.1
4922024-08-03T03:51:52.858Z Downloaded instant v0.1.12
4932024-08-03T03:51:52.861Z Downloaded ciborium-io v0.2.2
4942024-08-03T03:51:52.861Z Downloaded indent_write v2.2.0
4952024-08-03T03:51:52.861Z Downloaded opaque-debug v0.3.1
4962024-08-03T03:51:52.863Z Downloaded darling_macro v0.20.9
4972024-08-03T03:51:52.864Z Downloaded num_threads v0.1.7
4982024-08-03T03:51:52.866Z Downloaded new_debug_unreachable v1.0.6
4992024-08-03T03:51:52.866Z Downloaded ascii-canvas v3.0.0
5002024-08-03T03:51:52.869Z Downloaded openssl-probe v0.1.5
5012024-08-03T03:51:52.869Z Downloaded array-init v0.0.4
5022024-08-03T03:51:52.869Z Downloaded atomic-waker v1.1.2
5032024-08-03T03:51:52.872Z Downloaded parse-size v1.0.0
5042024-08-03T03:51:52.876Z Downloaded mockall v0.12.1
5052024-08-03T03:51:52.876Z Downloaded atomicwrites v0.4.3
5062024-08-03T03:51:52.880Z Downloaded memoffset v0.9.1
5072024-08-03T03:51:52.880Z Downloaded cexpr v0.6.0
5082024-08-03T03:51:52.883Z Downloaded maybe-uninit v2.0.0
5092024-08-03T03:51:52.883Z Downloaded md-5 v0.10.6
5102024-08-03T03:51:52.886Z Downloaded chacha20 v0.9.1
5112024-08-03T03:51:52.886Z Downloaded castaway v0.2.2
5122024-08-03T03:51:52.889Z Downloaded bitfield-struct v0.6.1
5132024-08-03T03:51:52.889Z Downloaded num-integer v0.1.46
5142024-08-03T03:51:52.891Z Downloaded cipher v0.4.4
5152024-08-03T03:51:52.894Z Downloaded bit-vec v0.6.3
5162024-08-03T03:51:52.894Z Downloaded newtype-uuid v1.1.0
5172024-08-03T03:51:52.897Z Downloaded olpc-cjson v0.1.3
5182024-08-03T03:51:52.900Z Downloaded num_enum v0.5.11
5192024-08-03T03:51:52.903Z Downloaded nanorand v0.7.0
5202024-08-03T03:51:52.906Z Downloaded parse-display v0.9.1
5212024-08-03T03:51:52.908Z Downloaded bb8 v0.8.5
5222024-08-03T03:51:52.908Z Downloaded is-terminal v0.4.12
5232024-08-03T03:51:52.914Z Downloaded arrayvec v0.7.4
5242024-08-03T03:51:52.916Z Downloaded num-derive v0.4.2
5252024-08-03T03:51:52.916Z Downloaded mime_guess v2.0.4
5262024-08-03T03:51:52.916Z Downloaded packed_struct v0.10.1
5272024-08-03T03:51:52.919Z Downloaded newtype_derive v0.1.6
5282024-08-03T03:51:52.925Z Downloaded num-conv v0.1.0
5292024-08-03T03:51:52.925Z Downloaded newline-converter v0.3.0
5302024-08-03T03:51:52.926Z Downloaded openssl-macros v0.1.1
5312024-08-03T03:51:52.926Z Downloaded number_prefix v0.4.0
5322024-08-03T03:51:52.926Z Downloaded defmt-parser v0.3.4
5332024-08-03T03:51:52.926Z Downloaded oso-derive v0.27.3
5342024-08-03T03:51:52.929Z Downloaded cfg_aliases v0.1.1
5352024-08-03T03:51:52.929Z Downloaded nodrop v0.1.14
5362024-08-03T03:51:52.929Z Downloaded managed v0.8.0
5372024-08-03T03:51:52.933Z Downloaded lalrpop-util v0.19.12
5382024-08-03T03:51:52.933Z Downloaded kstat-rs v0.2.4
5392024-08-03T03:51:52.933Z Downloaded owo-colors v4.0.0
5402024-08-03T03:51:52.936Z Downloaded crunchy v0.2.2
5412024-08-03T03:51:52.938Z Downloaded nu-ansi-term v0.50.0
5422024-08-03T03:51:52.941Z Downloaded bitstruct_derive v0.1.0
5432024-08-03T03:51:52.941Z Downloaded multer v3.1.0
5442024-08-03T03:51:52.944Z Downloaded parking_lot v0.11.2
5452024-08-03T03:51:52.946Z Downloaded take_mut v0.2.2
5462024-08-03T03:51:52.949Z Downloaded mime v0.3.17
5472024-08-03T03:51:52.949Z Downloaded async-stream v0.3.5
5482024-08-03T03:51:52.952Z Downloaded linked-hash-map v0.5.6
5492024-08-03T03:51:52.952Z Downloaded maplit v1.0.2
5502024-08-03T03:51:52.955Z Downloaded lru-cache v0.1.2
5512024-08-03T03:51:52.955Z Downloaded lazycell v1.3.0
5522024-08-03T03:51:52.958Z Downloaded indoc v1.0.9
5532024-08-03T03:51:52.958Z Downloaded base16ct v0.2.0
5542024-08-03T03:51:52.961Z Downloaded arrayref v0.3.7
5552024-08-03T03:51:52.964Z Downloaded slab v0.4.9
5562024-08-03T03:51:52.964Z Downloaded console v0.15.8
5572024-08-03T03:51:52.966Z Downloaded normalize-line-endings v0.3.0
5582024-08-03T03:51:52.969Z Downloaded num v0.4.3
5592024-08-03T03:51:52.969Z Downloaded num-iter v0.1.45
5602024-08-03T03:51:52.972Z Downloaded sqlformat v0.2.4
5612024-08-03T03:51:52.972Z Downloaded multimap v0.10.0
5622024-08-03T03:51:52.975Z Downloaded which v4.4.2
5632024-08-03T03:51:52.978Z Downloaded cookie_store v0.20.0
5642024-08-03T03:51:52.982Z Downloaded foreign-types-shared v0.1.1
5652024-08-03T03:51:52.982Z Downloaded indexmap v1.9.3
5662024-08-03T03:51:52.985Z Downloaded packed_struct_codegen v0.10.1
5672024-08-03T03:51:52.985Z Downloaded oso v0.27.3
5682024-08-03T03:51:52.989Z Downloaded shell-words v1.1.0
5692024-08-03T03:51:52.991Z Downloaded lru v0.12.3
5702024-08-03T03:51:52.991Z Downloaded indicatif v0.17.8
5712024-08-03T03:51:52.995Z Downloaded slog-dtrace v0.3.0
5722024-08-03T03:51:52.998Z Downloaded thiserror-no-std v2.0.2
5732024-08-03T03:51:53.001Z Downloaded memmap2 v0.9.4
5742024-08-03T03:51:53.004Z Downloaded precomputed-hash v0.1.1
5752024-08-03T03:51:53.004Z Downloaded fxhash v0.2.1
5762024-08-03T03:51:53.007Z Downloaded cobs v0.2.3
5772024-08-03T03:51:53.007Z Downloaded num_enum_derive v0.5.11
5782024-08-03T03:51:53.010Z Downloaded native-tls v0.2.11
5792024-08-03T03:51:53.013Z Downloaded miniz_oxide v0.7.2
5802024-08-03T03:51:53.013Z Downloaded diesel_table_macro_syntax v0.1.0
5812024-08-03T03:51:53.016Z Downloaded whoami v1.5.1
5822024-08-03T03:51:53.018Z Downloaded backoff v0.4.0
5832024-08-03T03:51:53.021Z Downloaded async-trait v0.1.81
5842024-08-03T03:51:53.024Z Downloaded ascii v1.1.0
5852024-08-03T03:51:53.027Z Downloaded static_assertions v1.1.0
5862024-08-03T03:51:53.027Z Downloaded crc-any v2.5.0
5872024-08-03T03:51:53.030Z Downloaded crossbeam-utils v0.8.19
5882024-08-03T03:51:53.032Z Downloaded foreign-types-macros v0.2.3
5892024-08-03T03:51:53.035Z Downloaded parking_lot_core v0.8.6
5902024-08-03T03:51:53.038Z Downloaded defmt v0.3.8
5912024-08-03T03:51:53.041Z Downloaded password-hash v0.5.0
5922024-08-03T03:51:53.043Z Downloaded tap v1.0.1
5932024-08-03T03:51:53.043Z Downloaded hostname v0.4.0
5942024-08-03T03:51:53.046Z Downloaded getopts v0.2.21
5952024-08-03T03:51:53.049Z Downloaded downcast v0.11.0
5962024-08-03T03:51:53.049Z Downloaded waitgroup v0.1.2
5972024-08-03T03:51:53.051Z Downloaded structmeta-derive v0.3.0
5982024-08-03T03:51:53.051Z Downloaded percent-encoding v2.3.1
5992024-08-03T03:51:53.054Z Downloaded tokio-tungstenite v0.20.1
6002024-08-03T03:51:53.057Z Downloaded structmeta-derive v0.2.0
6012024-08-03T03:51:53.057Z Downloaded time-core v0.1.2
6022024-08-03T03:51:53.059Z Downloaded quick-error v1.2.3
6032024-08-03T03:51:53.059Z Downloaded tokio-tungstenite v0.21.0
6042024-08-03T03:51:53.062Z Downloaded tui-tree-widget v0.21.0
6052024-08-03T03:51:53.065Z Downloaded universal-hash v0.5.1
6062024-08-03T03:51:53.065Z Downloaded mockall_derive v0.12.1
6072024-08-03T03:51:53.067Z Downloaded parking_lot v0.12.2
6082024-08-03T03:51:53.070Z Downloaded omicron-zone-package v0.11.0
6092024-08-03T03:51:53.075Z Downloaded serde_urlencoded v0.7.1
6102024-08-03T03:51:53.078Z Downloaded ciborium v0.2.2
6112024-08-03T03:51:53.082Z Downloaded path-slash v0.1.5
6122024-08-03T03:51:53.082Z Downloaded vte_generate_state_changes v0.1.1
6132024-08-03T03:51:53.083Z Downloaded defmt-macros v0.3.9
6142024-08-03T03:51:53.085Z Downloaded schemars_derive v0.8.21
6152024-08-03T03:51:53.088Z Downloaded slog-async v2.8.0
6162024-08-03T03:51:53.088Z Downloaded psl-types v2.0.11
6172024-08-03T03:51:53.091Z Downloaded supports-color v3.0.0
6182024-08-03T03:51:53.091Z Downloaded getrandom v0.2.14
6192024-08-03T03:51:53.094Z Downloaded fastrand v2.1.0
6202024-08-03T03:51:53.097Z Downloaded unicase v2.7.0
6212024-08-03T03:51:53.099Z Downloaded tokio-macros v2.3.0
6222024-08-03T03:51:53.099Z Downloaded hyper-tls v0.5.0
6232024-08-03T03:51:53.102Z Downloaded subtle v2.5.0
6242024-08-03T03:51:53.102Z Downloaded try-lock v0.2.5
6252024-08-03T03:51:53.105Z Downloaded pkcs8 v0.10.2
6262024-08-03T03:51:53.108Z Downloaded hyper-rustls v0.24.2
6272024-08-03T03:51:53.110Z Downloaded glob v0.3.1
6282024-08-03T03:51:53.113Z Downloaded slog-term v2.9.1
6292024-08-03T03:51:53.116Z Downloaded ff v0.13.0
6302024-08-03T03:51:53.116Z Downloaded fallible-iterator v0.2.0
6312024-08-03T03:51:53.119Z Downloaded highway v1.1.0
6322024-08-03T03:51:53.119Z Downloaded cancel-safe-futures v0.1.5
6332024-08-03T03:51:53.122Z Downloaded hash32 v0.3.1
6342024-08-03T03:51:53.126Z Downloaded signature v2.2.0
6352024-08-03T03:51:53.128Z Downloaded serde_repr v0.1.19
6362024-08-03T03:51:53.129Z Downloaded scheduled-thread-pool v0.2.7
6372024-08-03T03:51:53.131Z Downloaded cookie v0.18.1
6382024-08-03T03:51:53.134Z Downloaded endian-type v0.1.2
6392024-08-03T03:51:53.134Z Downloaded smawk v0.3.2
6402024-08-03T03:51:53.137Z Downloaded der_derive v0.7.2
6412024-08-03T03:51:53.137Z Downloaded hex v0.4.3
6422024-08-03T03:51:53.140Z Downloaded tokio-rustls v0.24.1
6432024-08-03T03:51:53.143Z Downloaded clang-sys v1.7.0
6442024-08-03T03:51:53.146Z Downloaded predicates-tree v1.0.9
6452024-08-03T03:51:53.146Z Downloaded libm v0.2.8
6462024-08-03T03:51:53.154Z Downloaded const-oid v0.9.6
6472024-08-03T03:51:53.157Z Downloaded pretty-hex v0.2.1
6482024-08-03T03:51:53.159Z Downloaded slog-stdlog v4.1.1
6492024-08-03T03:51:53.159Z Downloaded termtree v0.4.1
6502024-08-03T03:51:53.162Z Downloaded base64 v0.22.1
6512024-08-03T03:51:53.165Z Downloaded tinyvec_macros v0.1.1
6522024-08-03T03:51:53.168Z Downloaded smallvec v0.6.14
6532024-08-03T03:51:53.168Z Downloaded unsafe-libyaml v0.2.11
6542024-08-03T03:51:53.171Z Downloaded base64 v0.13.1
6552024-08-03T03:51:53.174Z Downloaded backtrace v0.3.71
6562024-08-03T03:51:53.180Z Downloaded enum-as-inner v0.5.1
6572024-08-03T03:51:53.183Z Downloaded ident_case v1.0.1
6582024-08-03T03:51:53.186Z Downloaded hubpack v0.1.2
6592024-08-03T03:51:53.186Z Downloaded httpdate v1.0.3
6602024-08-03T03:51:53.189Z Downloaded httparse v1.8.0
6612024-08-03T03:51:53.189Z Downloaded pkcs1 v0.7.5
6622024-08-03T03:51:53.192Z Downloaded pkg-config v0.3.30
6632024-08-03T03:51:53.194Z Downloaded futures-task v0.3.30
6642024-08-03T03:51:53.197Z Downloaded funty v2.0.0
6652024-08-03T03:51:53.197Z Downloaded unicode-bidi v0.3.15
6662024-08-03T03:51:53.200Z Downloaded proc-macro-crate v1.3.1
6672024-08-03T03:51:53.203Z Downloaded bytes v1.6.0
6682024-08-03T03:51:53.206Z Downloaded pin-project-lite v0.2.14
6692024-08-03T03:51:53.210Z Downloaded peg v0.8.4
6702024-08-03T03:51:53.214Z Downloaded test-strategy v0.3.1
6712024-08-03T03:51:53.218Z Downloaded spki v0.7.3
6722024-08-03T03:51:53.221Z Downloaded portpicker v0.1.1
6732024-08-03T03:51:53.223Z Downloaded foreign-types-shared v0.3.1
6742024-08-03T03:51:53.223Z Downloaded tls_codec v0.4.1
6752024-08-03T03:51:53.235Z Downloaded zone v0.1.8
6762024-08-03T03:51:53.238Z Downloaded toolchain_find v0.4.0
6772024-08-03T03:51:53.242Z Downloaded fatfs v0.3.6
6782024-08-03T03:51:53.245Z Downloaded form_urlencoded v1.2.1
6792024-08-03T03:51:53.245Z Downloaded fragile v2.0.0
6802024-08-03T03:51:53.247Z Downloaded foreign-types v0.3.2
6812024-08-03T03:51:53.247Z Downloaded float-ord v0.3.2
6822024-08-03T03:51:53.247Z Downloaded sqlparser_derive v0.2.2
6832024-08-03T03:51:53.250Z Downloaded tracing-core v0.1.32
6842024-08-03T03:51:53.253Z Downloaded erased-serde v0.3.31
6852024-08-03T03:51:53.257Z Downloaded radium v0.7.0
6862024-08-03T03:51:53.257Z Downloaded semver v0.1.20
6872024-08-03T03:51:53.259Z Downloaded spin v0.5.2
6882024-08-03T03:51:53.259Z Downloaded ref-cast-impl v1.0.23
6892024-08-03T03:51:53.260Z Downloaded ref-cast v1.0.23
6902024-08-03T03:51:53.262Z Downloaded group v0.13.0
6912024-08-03T03:51:53.265Z Downloaded env_logger v0.10.2
6922024-08-03T03:51:53.269Z Downloaded rusty-fork v0.3.0
6932024-08-03T03:51:53.272Z Downloaded strip-ansi-escapes v0.2.0
6942024-08-03T03:51:53.272Z Downloaded chacha20poly1305 v0.10.1
6952024-08-03T03:51:53.275Z Downloaded prettyplease v0.2.20
6962024-08-03T03:51:53.277Z Downloaded rayon-core v1.12.1
6972024-08-03T03:51:53.281Z Downloaded unicode-xid v0.2.4
6982024-08-03T03:51:53.283Z Downloaded itertools v0.12.1
6992024-08-03T03:51:53.290Z Downloaded stringprep v0.1.4
7002024-08-03T03:51:53.293Z Downloaded http-range v0.1.5
7012024-08-03T03:51:53.300Z Downloaded zerocopy v0.6.6
7022024-08-03T03:51:53.303Z Downloaded serde-big-array v0.5.1
7032024-08-03T03:51:53.303Z Downloaded globset v0.4.14
7042024-08-03T03:51:53.303Z Downloaded tokio-postgres v0.7.11
7052024-08-03T03:51:53.305Z Downloaded elliptic-curve v0.13.8
7062024-08-03T03:51:53.309Z Downloaded tower-service v0.3.2
7072024-08-03T03:51:53.312Z Downloaded rtoolbox v0.0.2
7082024-08-03T03:51:53.312Z Downloaded headers-core v0.2.0
7092024-08-03T03:51:53.315Z Downloaded sigpipe v0.1.3
7102024-08-03T03:51:53.315Z Downloaded iana-time-zone v0.1.60
7112024-08-03T03:51:53.318Z Downloaded powerfmt v0.2.0
7122024-08-03T03:51:53.320Z Downloaded rpassword v7.3.1
7132024-08-03T03:51:53.320Z Downloaded string_cache v0.8.7
7142024-08-03T03:51:53.323Z Downloaded phf_shared v0.11.2
7152024-08-03T03:51:53.323Z Downloaded rustversion v1.0.17
7162024-08-03T03:51:53.326Z Downloaded tls_codec_derive v0.4.1
7172024-08-03T03:51:53.332Z Downloaded schemars v0.8.21
7182024-08-03T03:51:53.340Z Downloaded ron v0.8.1
7192024-08-03T03:51:53.346Z Downloaded want v0.3.1
7202024-08-03T03:51:53.349Z Downloaded float-cmp v0.9.0
7212024-08-03T03:51:53.349Z Downloaded flagset v0.4.5
7222024-08-03T03:51:53.351Z Downloaded http-body v0.4.6
7232024-08-03T03:51:53.355Z Downloaded libxml v0.3.3
7242024-08-03T03:51:53.359Z Downloaded crossbeam-channel v0.5.12
7252024-08-03T03:51:53.362Z Downloaded pem v3.0.4
7262024-08-03T03:51:53.365Z Downloaded uuid v1.10.0
7272024-08-03T03:51:53.368Z Downloaded headers v0.3.9
7282024-08-03T03:51:53.373Z Downloaded serde_path_to_error v0.1.16
7292024-08-03T03:51:53.376Z Downloaded phf_shared v0.10.0
7302024-08-03T03:51:53.376Z Downloaded stable_deref_trait v1.2.0
7312024-08-03T03:51:53.379Z Downloaded shlex v1.3.0
7322024-08-03T03:51:53.379Z Downloaded sync_wrapper v0.1.2
7332024-08-03T03:51:53.382Z Downloaded wyz v0.5.1
7342024-08-03T03:51:53.382Z Downloaded signal-hook-registry v1.4.2
7352024-08-03T03:51:53.385Z Downloaded secrecy v0.8.0
7362024-08-03T03:51:53.385Z Downloaded predicates-core v1.0.6
7372024-08-03T03:51:53.385Z Downloaded rand_seeder v0.2.3
7382024-08-03T03:51:53.388Z Downloaded pin-project v1.1.5
7392024-08-03T03:51:53.397Z Downloaded samael v0.0.15
7402024-08-03T03:51:53.403Z Downloaded peg-runtime v0.8.3
7412024-08-03T03:51:53.405Z Downloaded derive_builder_macro v0.20.0
7422024-08-03T03:51:53.406Z Downloaded thread_local v1.1.8
7432024-08-03T03:51:53.408Z Downloaded futures-macro v0.3.30
7442024-08-03T03:51:53.408Z Downloaded termcolor v1.4.1
7452024-08-03T03:51:53.411Z Downloaded difflib v0.4.0
7462024-08-03T03:51:53.411Z Downloaded phf v0.11.2
7472024-08-03T03:51:53.414Z Downloaded scopeguard v1.2.0
7482024-08-03T03:51:53.414Z Downloaded rustc_version v0.1.7
7492024-08-03T03:51:53.414Z Downloaded futures-sink v0.3.30
7502024-08-03T03:51:53.417Z Downloaded strum v0.26.3
7512024-08-03T03:51:53.417Z Downloaded derive_builder v0.20.0
7522024-08-03T03:51:53.421Z Downloaded tracing-attributes v0.1.27
7532024-08-03T03:51:53.424Z Downloaded unicode-linebreak v0.1.5
7542024-08-03T03:51:53.427Z Downloaded tokio-stream v0.1.15
7552024-08-03T03:51:53.429Z Downloaded tokio-rustls v0.25.0
7562024-08-03T03:51:53.432Z Downloaded predicates v3.1.2
7572024-08-03T03:51:53.436Z Downloaded stability v0.2.0
7582024-08-03T03:51:53.440Z Downloaded postgres-types v0.2.7
7592024-08-03T03:51:53.440Z Downloaded futures v0.3.30
7602024-08-03T03:51:53.445Z Downloaded deranged v0.3.11
7612024-08-03T03:51:53.448Z Downloaded ron v0.7.1
7622024-08-03T03:51:53.454Z Downloaded rand_chacha v0.3.1
7632024-08-03T03:51:53.454Z Downloaded smallvec v1.13.2
7642024-08-03T03:51:53.458Z Downloaded dyn-clone v1.0.17
7652024-08-03T03:51:53.459Z Downloaded vsss-rs v3.3.4
7662024-08-03T03:51:53.461Z Downloaded rustc-demangle v0.1.24
7672024-08-03T03:51:53.461Z Downloaded serde_yaml v0.9.34+deprecated
7682024-08-03T03:51:53.464Z Downloaded heck v0.3.3
7692024-08-03T03:51:53.467Z Downloaded futures-io v0.3.30
7702024-08-03T03:51:53.467Z Downloaded rand_xorshift v0.3.0
7712024-08-03T03:51:53.467Z Downloaded serde_plain v1.0.2
7722024-08-03T03:51:53.469Z Downloaded home v0.5.9
7732024-08-03T03:51:53.469Z Downloaded publicsuffix v2.2.3
7742024-08-03T03:51:53.473Z Downloaded unicode-truncate v1.0.0
7752024-08-03T03:51:53.477Z Downloaded zeroize v1.7.0
7762024-08-03T03:51:53.477Z Downloaded zeroize_derive v1.4.2
7772024-08-03T03:51:53.477Z Downloaded humantime v2.1.0
7782024-08-03T03:51:53.480Z Downloaded same-file v1.0.6
7792024-08-03T03:51:53.480Z Downloaded serde_with_macros v3.8.3
7802024-08-03T03:51:53.482Z Downloaded hashbrown v0.13.2
7812024-08-03T03:51:53.485Z Downloaded zip v0.6.6
7822024-08-03T03:51:53.490Z Downloaded crossterm v0.27.0
7832024-08-03T03:51:53.497Z Downloaded ppv-lite86 v0.2.17
7842024-08-03T03:51:53.499Z Downloaded trust-dns-server v0.22.1
7852024-08-03T03:51:53.504Z Downloaded winnow v0.5.40
7862024-08-03T03:51:53.513Z Downloaded signal-hook-mio v0.2.3
7872024-08-03T03:51:53.515Z Downloaded filetime v0.2.23
7882024-08-03T03:51:53.515Z Downloaded signal-hook v0.3.17
7892024-08-03T03:51:53.518Z Downloaded rand_core v0.6.4
7902024-08-03T03:51:53.521Z Downloaded term v0.7.0
7912024-08-03T03:51:53.523Z Downloaded toml v0.7.8
7922024-08-03T03:51:53.526Z Downloaded tabwriter v1.4.0
7932024-08-03T03:51:53.529Z Downloaded similar v2.5.0
7942024-08-03T03:51:53.533Z Downloaded reedline v0.31.0
7952024-08-03T03:51:53.540Z Downloaded rustls-pemfile v2.1.2
7962024-08-03T03:51:53.543Z Downloaded derive_more v0.99.18
7972024-08-03T03:51:53.548Z Downloaded tokio-util v0.7.11
7982024-08-03T03:51:53.555Z Downloaded flume v0.11.0
7992024-08-03T03:51:53.559Z Downloaded trust-dns-client v0.22.0
8002024-08-03T03:51:53.565Z Downloaded hashbrown v0.12.3
8012024-08-03T03:51:53.572Z Downloaded url v2.5.2
8022024-08-03T03:51:53.575Z Downloaded heapless v0.8.0
8032024-08-03T03:51:53.578Z Downloaded diff v0.1.13
8042024-08-03T03:51:53.580Z Downloaded heapless v0.7.17
8052024-08-03T03:51:53.584Z Downloaded postcard v1.0.8
8062024-08-03T03:51:53.587Z Downloaded rand v0.8.5
8072024-08-03T03:51:53.591Z Downloaded flate2 v1.0.30
8082024-08-03T03:51:53.597Z Downloaded rustyline v14.0.0
8092024-08-03T03:51:53.603Z Downloaded hmac v0.12.1
8102024-08-03T03:51:53.605Z Downloaded tracing v0.1.40
8112024-08-03T03:51:53.609Z Downloaded hkdf v0.12.4
8122024-08-03T03:51:53.612Z Downloaded tar v0.4.41
8132024-08-03T03:51:53.615Z Downloaded lalrpop v0.19.12
8142024-08-03T03:51:53.627Z Downloaded reqwest v0.11.27
8152024-08-03T03:51:53.637Z Downloaded unicode_categories v0.1.1
8162024-08-03T03:51:53.640Z Downloaded object v0.30.4
8172024-08-03T03:51:53.649Z Downloaded steno v0.4.1
8182024-08-03T03:51:53.655Z Downloaded toml_edit v0.19.15
8192024-08-03T03:51:53.672Z Downloaded blake3 v1.5.1
8202024-08-03T03:51:53.679Z Downloaded typed-path v0.7.1
8212024-08-03T03:51:53.686Z Downloaded openssl v0.10.66
8222024-08-03T03:51:53.696Z Downloaded http v0.2.12
8232024-08-03T03:51:53.700Z Downloaded unicode-segmentation v1.11.0
8242024-08-03T03:51:53.703Z Downloaded h2 v0.3.26
8252024-08-03T03:51:53.710Z Downloaded futures-util v0.3.30
8262024-08-03T03:51:53.724Z Downloaded smoltcp v0.9.1
8272024-08-03T03:51:53.734Z Downloaded time v0.3.36
8282024-08-03T03:51:53.741Z Downloaded tough v0.17.1
8292024-08-03T03:51:53.749Z Downloaded hyper v0.14.30
8302024-08-03T03:51:53.758Z Downloaded object v0.32.2
8312024-08-03T03:51:53.769Z Downloaded bitvec v1.0.1
8322024-08-03T03:51:53.787Z Downloaded idna v0.5.0
8332024-08-03T03:51:53.792Z Downloaded regex v1.10.5
8342024-08-03T03:51:53.805Z Downloaded idna v0.3.0
8352024-08-03T03:51:53.812Z Downloaded vcpkg v0.2.15
8362024-08-03T03:51:53.852Z Downloaded rustls-webpki v0.101.7
8372024-08-03T03:51:53.867Z Downloaded webpki-roots v0.25.4
8382024-08-03T03:51:53.871Z Downloaded rustls-webpki v0.102.4
8392024-08-03T03:51:53.890Z Downloaded diesel v2.1.6
8402024-08-03T03:51:53.908Z Downloaded polar-core v0.27.3
8412024-08-03T03:51:53.917Z Downloaded idna v0.2.3
8422024-08-03T03:51:53.924Z Downloaded curve25519-dalek v4.1.3
8432024-08-03T03:51:53.933Z Downloaded regex-syntax v0.6.29
8442024-08-03T03:51:53.940Z Downloaded bstr v0.2.17
8452024-08-03T03:51:53.950Z Downloaded gimli v0.28.1
8462024-08-03T03:51:53.959Z Downloaded openapiv3 v2.0.0
8472024-08-03T03:51:53.972Z Downloaded trust-dns-proto v0.22.0
8482024-08-03T03:51:53.985Z Downloaded ratatui v0.27.0
8492024-08-03T03:51:54.006Z Downloaded regex-automata v0.4.6
8502024-08-03T03:51:54.025Z Downloaded regex-syntax v0.8.3
8512024-08-03T03:51:54.034Z Downloaded rustls v0.22.4
8522024-08-03T03:51:54.048Z Downloaded finl_unicode v1.2.0
8532024-08-03T03:51:54.061Z Downloaded sled v0.34.7
8542024-08-03T03:51:54.072Z Downloaded tokio v1.38.1
8552024-08-03T03:51:54.111Z Downloaded regress v0.9.1
8562024-08-03T03:51:54.120Z Downloaded zerocopy-derive v0.6.6
8572024-08-03T03:51:54.131Z Downloaded bzip2-sys v0.1.11+1.0.8
8582024-08-03T03:51:54.145Z Downloaded smoltcp v0.11.0
8592024-08-03T03:51:54.160Z Downloaded bstr v1.9.1
8602024-08-03T03:51:54.177Z Downloaded radix_trie v0.2.1
8612024-08-03T03:51:54.182Z Downloaded rustls v0.21.12
8622024-08-03T03:51:54.188Z Downloaded nix v0.28.0
8632024-08-03T03:51:54.203Z Downloaded petgraph v0.6.5
8642024-08-03T03:51:54.219Z Downloaded nix v0.27.1
8652024-08-03T03:51:54.230Z Downloaded sha3 v0.10.8
8662024-08-03T03:51:54.235Z Downloaded csv v1.3.0
8672024-08-03T03:51:54.258Z Downloaded bindgen v0.69.4
8682024-08-03T03:51:54.264Z Downloaded chrono v0.4.38
8692024-08-03T03:51:54.272Z Downloaded encoding_rs v0.8.34
8702024-08-03T03:51:54.295Z Downloaded portable-atomic v1.6.0
8712024-08-03T03:51:54.301Z Downloaded unicode-normalization v0.1.23
8722024-08-03T03:51:54.305Z Downloaded trust-dns-resolver v0.22.0
8732024-08-03T03:51:54.309Z Downloaded sqlparser v0.45.0
8742024-08-03T03:51:54.315Z Downloaded proptest v1.4.0
8752024-08-03T03:51:54.325Z Downloaded rsa v0.9.6
8762024-08-03T03:51:54.329Z Downloaded serde_with v3.8.3
8772024-08-03T03:51:54.338Z Downloaded rayon v1.10.0
8782024-08-03T03:51:54.348Z Downloaded quick-xml v0.31.0
8792024-08-03T03:51:54.354Z Downloaded http v1.1.0
8802024-08-03T03:51:54.357Z Downloaded regex-automata v0.1.10
8812024-08-03T03:51:54.363Z Downloaded aho-corasick v1.1.3
8822024-08-03T03:51:54.369Z Downloaded postgres-protocol v0.6.7
8832024-08-03T03:51:54.374Z Downloaded poly1305 v0.8.0
8842024-08-03T03:51:54.377Z Downloaded toml v0.5.11
8852024-08-03T03:51:54.377Z Downloaded strum_macros v0.24.3
8862024-08-03T03:51:54.379Z Downloaded strum_macros v0.25.3
8872024-08-03T03:51:54.382Z Downloaded either v1.12.0
8882024-08-03T03:51:54.382Z Downloaded x509-cert v0.2.5
8892024-08-03T03:51:54.388Z Downloaded rustls-pki-types v1.7.0
8902024-08-03T03:51:54.391Z Downloaded itertools v0.13.0
8912024-08-03T03:51:54.398Z Downloaded hubpack_derive v0.1.1
8922024-08-03T03:51:54.401Z Downloaded rustls-pemfile v1.0.4
8932024-08-03T03:51:54.401Z Downloaded uzers v0.11.3
8942024-08-03T03:51:54.408Z Downloaded textwrap v0.16.1
8952024-08-03T03:51:54.408Z Downloaded sec1 v0.7.3
8962024-08-03T03:51:54.412Z Downloaded rustc-hash v1.1.0
8972024-08-03T03:51:54.412Z Downloaded hostname v0.3.1
8982024-08-03T03:51:54.412Z Downloaded futures-core v0.3.30
8992024-08-03T03:51:54.415Z Downloaded futures-channel v0.3.30
9002024-08-03T03:51:54.415Z Downloaded tempfile v3.10.1
9012024-08-03T03:51:54.417Z Downloaded spin v0.9.8
9022024-08-03T03:51:54.421Z Downloaded socket2 v0.5.7
9032024-08-03T03:51:54.423Z Downloaded expectorate v1.1.0
9042024-08-03T03:51:54.423Z Downloaded derive_builder_core v0.20.0
9052024-08-03T03:51:54.426Z Downloaded fixedbitset v0.4.2
9062024-08-03T03:51:54.429Z Downloaded vte v0.11.1
9072024-08-03T03:51:54.429Z Downloaded futures-executor v0.3.30
9082024-08-03T03:51:54.431Z Downloaded structmeta v0.2.0
9092024-08-03T03:51:54.431Z Downloaded snafu v0.8.2
9102024-08-03T03:51:54.437Z Downloaded tungstenite v0.21.0
9112024-08-03T03:51:54.441Z Downloaded num-bigint-dig v0.8.4
9122024-08-03T03:51:54.446Z Downloaded tungstenite v0.20.1
9132024-08-03T03:51:54.449Z Downloaded peg-macros v0.8.4
9142024-08-03T03:51:54.452Z Downloaded half v2.4.1
9152024-08-03T03:51:54.454Z Downloaded diesel_derives v2.1.4
9162024-08-03T03:51:54.463Z Downloaded topological-sort v0.2.2
9172024-08-03T03:51:54.466Z Downloaded time-macros v0.2.18
9182024-08-03T03:51:54.466Z Downloaded itertools v0.10.5
9192024-08-03T03:51:54.468Z Downloaded cc v1.0.97
9202024-08-03T03:51:54.471Z Downloaded subprocess v0.2.9
9212024-08-03T03:51:54.474Z Downloaded base64 v0.21.7
9222024-08-03T03:51:54.477Z Downloaded r2d2 v0.8.10
9232024-08-03T03:51:54.480Z Downloaded sct v0.7.1
9242024-08-03T03:51:54.483Z Downloaded env_logger v0.9.3
9252024-08-03T03:51:54.485Z Downloaded dirs-next v2.0.0
9262024-08-03T03:51:54.487Z Downloaded xattr v1.3.1
9272024-08-03T03:51:54.487Z Downloaded pin-project-internal v1.1.5
9282024-08-03T03:51:54.490Z Downloaded nom v7.1.3
9292024-08-03T03:51:54.495Z Downloaded const_format v0.2.32
9302024-08-03T03:51:54.500Z Downloaded display-error-chain v0.2.0
9312024-08-03T03:51:54.503Z Downloaded dirs-sys-next v0.1.2
9322024-08-03T03:51:54.503Z Downloaded ena v0.14.3
9332024-08-03T03:51:54.505Z Downloaded yasna v0.5.2
9342024-08-03T03:51:54.505Z Downloaded rcgen v0.12.1
9352024-08-03T03:51:54.508Z Downloaded unarray v0.1.4
9362024-08-03T03:51:54.511Z Downloaded thiserror-impl-no-std v2.0.2
9372024-08-03T03:51:54.511Z Downloaded termios v0.3.3
9382024-08-03T03:51:54.513Z Downloaded tiny-keccak v2.0.2
9392024-08-03T03:51:54.516Z Downloaded allocator-api2 v0.2.18
9402024-08-03T03:51:54.519Z Downloaded sha1 v0.10.6
9412024-08-03T03:51:54.522Z Downloaded darling_core v0.20.9
9422024-08-03T03:51:54.524Z Downloaded compact_str v0.7.1
9432024-08-03T03:51:54.527Z Downloaded slog-json v2.6.1
9442024-08-03T03:51:54.530Z Downloaded ring v0.17.8
9452024-08-03T03:51:54.603Z Downloaded slog-envlogger v2.2.0
9462024-08-03T03:51:54.607Z Downloaded serde_derive_internals v0.29.1
9472024-08-03T03:51:54.607Z Downloaded resolv-conf v0.7.0
9482024-08-03T03:51:54.607Z Downloaded strum_macros v0.26.4
9492024-08-03T03:51:54.609Z Downloaded mio v0.8.11
9502024-08-03T03:51:54.613Z Downloaded slog-scope v4.4.0
9512024-08-03T03:51:54.617Z Downloaded siphasher v0.3.11
9522024-08-03T03:51:54.617Z Downloaded derive-where v1.2.7
9532024-08-03T03:51:54.620Z Downloaded walkdir v2.5.0
9542024-08-03T03:51:54.623Z Downloaded smf v0.2.3
9552024-08-03T03:51:54.623Z Downloaded slog v2.7.0
9562024-08-03T03:51:54.625Z Downloaded minimal-lexical v0.2.1
9572024-08-03T03:51:54.629Z Downloaded pin-utils v0.1.0
9582024-08-03T03:51:54.632Z Downloaded tinyvec v1.6.0
9592024-08-03T03:51:54.635Z Downloaded ring v0.16.20
9602024-08-03T03:51:54.714Z Downloaded hash32 v0.2.1
9612024-08-03T03:51:54.717Z Downloaded socket2 v0.4.10
9622024-08-03T03:51:54.717Z Downloaded num-bigint v0.4.5
9632024-08-03T03:51:54.724Z Downloaded crypto-bigint v0.5.5
9642024-08-03T03:51:54.728Z Downloaded openssl-sys v0.9.103
9652024-08-03T03:51:54.733Z Downloaded slog-bunyan v2.5.0
9662024-08-03T03:51:54.736Z Downloaded serde_arrays v0.1.0
9672024-08-03T03:51:54.736Z Downloaded serde-hex v0.1.0
9682024-08-03T03:51:54.736Z Downloaded wait-timeout v0.2.0
9692024-08-03T03:51:54.739Z Downloaded utf-8 v0.7.6
9702024-08-03T03:51:54.739Z Downloaded blake2 v0.10.6
9712024-08-03T03:51:54.743Z Downloaded snafu-derive v0.8.2
9722024-08-03T03:51:54.743Z Downloaded rustfmt-wrapper v0.2.1
9732024-08-03T03:51:54.747Z Downloaded rustc_version v0.4.0
9742024-08-03T03:51:54.747Z Downloaded ciborium-ll v0.2.2
9752024-08-03T03:51:54.747Z Downloaded bcs v0.1.6
9762024-08-03T03:51:54.750Z Downloaded base64ct v1.6.0
9772024-08-03T03:51:54.750Z Downloaded pem-rfc7468 v0.7.0
9782024-08-03T03:51:54.750Z Downloaded hyper-staticfile v0.9.5
9792024-08-03T03:51:54.753Z Downloaded ahash v0.8.11
9802024-08-03T03:51:54.756Z Downloaded structmeta v0.3.0
9812024-08-03T03:51:54.756Z Downloaded gethostname v0.4.3
9822024-08-03T03:51:54.760Z Downloaded tokio-native-tls v0.3.1
9832024-08-03T03:51:54.760Z Downloaded arc-swap v1.7.1
9842024-08-03T03:51:54.763Z Downloaded crc32fast v1.4.0
9852024-08-03T03:51:54.763Z Downloaded foreign-types v0.5.0
9862024-08-03T03:51:54.766Z Downloaded fd-lock v4.0.2
9872024-08-03T03:51:54.766Z Downloaded embedded-io v0.4.0
9882024-08-03T03:51:54.769Z Downloaded parking_lot_core v0.9.10
9892024-08-03T03:51:54.772Z Downloaded crossbeam-epoch v0.9.18
9902024-08-03T03:51:54.772Z Downloaded argon2 v0.5.3
9912024-08-03T03:51:54.776Z Downloaded zone_cfg_derive v0.1.2
9922024-08-03T03:51:54.776Z Downloaded untrusted v0.9.0
9932024-08-03T03:51:54.780Z Downloaded untrusted v0.7.1
9942024-08-03T03:51:54.780Z Downloaded debug-ignore v1.0.5
9952024-08-03T03:51:54.780Z Downloaded curve25519-dalek-derive v0.1.1
9962024-08-03T03:51:54.780Z Downloaded crc-catalog v2.4.0
9972024-08-03T03:51:54.785Z Downloaded const_format_proc_macros v0.2.32
9982024-08-03T03:51:54.785Z Downloaded der v0.7.9
9992024-08-03T03:51:54.790Z Downloaded crc v3.2.1
10002024-08-03T03:51:54.793Z Downloaded block-padding v0.3.3
10012024-08-03T03:51:54.793Z Downloaded bit-set v0.5.3
10022024-08-03T03:51:54.793Z Downloaded libloading v0.8.3
10032024-08-03T03:51:54.793Z Downloaded cassowary v0.3.0
10042024-08-03T03:51:54.795Z Downloaded paste v1.0.15
10052024-08-03T03:51:54.798Z Downloaded parse-display-derive v0.9.1
10062024-08-03T03:51:54.799Z Downloaded bitfield v0.14.0
10072024-08-03T03:51:54.799Z Downloaded bitflags v1.3.2
10082024-08-03T03:51:54.802Z Downloaded num-traits v0.2.19
10092024-08-03T03:51:54.805Z Downloaded num-complex v0.4.6
10102024-08-03T03:51:54.805Z Downloaded num-rational v0.4.2
10112024-08-03T03:51:54.808Z Downloaded ipnet v2.9.0
10122024-08-03T03:51:54.808Z Downloaded darling v0.20.9
10132024-08-03T03:51:54.811Z Downloaded csv-core v0.1.11
10142024-08-03T03:51:54.814Z Downloaded cookie v0.17.0
10152024-08-03T03:51:54.817Z Downloaded addr2line v0.21.0
10162024-08-03T03:51:54.817Z Downloaded bzip2 v0.4.4
10172024-08-03T03:51:54.820Z Downloaded signal-hook-tokio v0.3.1
10182024-08-03T03:51:54.820Z Downloaded cstr-argument v0.1.2
10192024-08-03T03:51:54.823Z Downloaded aead v0.5.2
10202024-08-03T03:51:54.823Z Downloaded adler v1.0.2
10212024-08-03T03:51:54.823Z Downloaded num_cpus v1.16.0
10222024-08-03T03:51:54.826Z Downloaded convert_case v0.4.0
10232024-08-03T03:51:54.826Z Downloaded inout v0.1.3
10242024-08-03T03:51:54.829Z Downloaded linear-map v1.2.0
10252024-08-03T03:51:54.829Z Downloaded data-encoding v2.6.0
10262024-08-03T03:51:54.831Z Downloaded matches v0.1.10
10272024-08-03T03:51:54.831Z Downloaded lock_api v0.4.12
10282024-08-03T03:51:54.831Z Downloaded constant_time_eq v0.3.0
10292024-08-03T03:51:54.834Z Downloaded nibble_vec v0.1.0
10302024-08-03T03:51:54.834Z Downloaded impl-trait-for-tuples v0.2.2
10312024-08-03T03:51:54.839Z Downloaded crossbeam-deque v0.8.5
10322024-08-03T03:51:54.840Z Downloaded camino-tempfile v1.1.1
10332024-08-03T03:51:54.843Z Downloaded buf-list v1.0.3
10342024-08-03T03:51:54.843Z Downloaded libefi-sys v0.1.0
10352024-08-03T03:51:54.843Z Downloaded ipnetwork v0.20.0
10362024-08-03T03:51:54.845Z Downloaded lazy_static v1.5.0
10372024-08-03T03:51:54.845Z Downloaded keccak v0.1.5
10382024-08-03T03:51:54.848Z Downloaded colored v2.1.0
10392024-08-03T03:51:54.848Z Downloaded async-recursion v1.1.1
10402024-08-03T03:51:54.852Z Downloaded assert_matches v1.5.0
10412024-08-03T03:51:54.857Z Downloaded libsw v3.3.1
10422024-08-03T03:51:54.936Z Compiling cfg-if v1.0.0
10432024-08-03T03:51:54.936Z Compiling serde v1.0.204
10442024-08-03T03:51:54.939Z Compiling lock_api v0.4.12
10452024-08-03T03:51:54.939Z Compiling scopeguard v1.2.0
10462024-08-03T03:51:54.939Z Compiling log v0.4.21
10472024-08-03T03:51:55.081Z Compiling syn v2.0.72
10482024-08-03T03:51:55.083Z Compiling cc v1.0.97
10492024-08-03T03:51:55.090Z Compiling parking_lot_core v0.9.10
10502024-08-03T03:51:55.159Z Compiling getrandom v0.2.14
10512024-08-03T03:51:55.216Z Compiling smallvec v1.13.2
10522024-08-03T03:51:55.527Z Compiling rand_core v0.6.4
10532024-08-03T03:51:55.615Z Compiling typenum v1.17.0
10542024-08-03T03:51:55.645Z Compiling generic-array v0.14.7
10552024-08-03T03:51:55.664Z Compiling pin-project-lite v0.2.14
10562024-08-03T03:51:55.785Z Compiling signal-hook-registry v1.4.2
10572024-08-03T03:51:55.903Z Compiling spin v0.9.8
10582024-08-03T03:51:56.013Z Compiling parking_lot v0.12.2
10592024-08-03T03:51:56.031Z Compiling mio v0.8.11
10602024-08-03T03:51:56.270Z Compiling libm v0.2.8
10612024-08-03T03:51:56.306Z Compiling serde_json v1.0.122
10622024-08-03T03:51:56.719Z Compiling ahash v0.8.11
10632024-08-03T03:51:56.737Z Compiling num-traits v0.2.19
10642024-08-03T03:51:56.798Z Compiling futures-core v0.3.30
10652024-08-03T03:51:57.037Z Compiling tinyvec_macros v0.1.1
10662024-08-03T03:51:57.127Z Compiling tinyvec v1.6.0
10672024-08-03T03:51:57.144Z Compiling socket2 v0.5.7
10682024-08-03T03:51:57.266Z Compiling num_cpus v1.16.0
10692024-08-03T03:51:57.404Z Compiling const-oid v0.9.6
10702024-08-03T03:51:57.488Z Compiling subtle v2.5.0
10712024-08-03T03:51:57.883Z Compiling slab v0.4.9
10722024-08-03T03:51:58.229Z Compiling allocator-api2 v0.2.18
10732024-08-03T03:51:58.467Z Compiling unicode-bidi v0.3.15
10742024-08-03T03:51:58.553Z Compiling futures-sink v0.3.30
10752024-08-03T03:51:58.720Z Compiling unicode-normalization v0.1.23
10762024-08-03T03:51:58.751Z Compiling futures-channel v0.3.30
10772024-08-03T03:51:59.105Z Compiling futures-io v0.3.30
10782024-08-03T03:51:59.179Z Compiling vcpkg v0.2.15
10792024-08-03T03:51:59.409Z Compiling pin-utils v0.1.0
10802024-08-03T03:51:59.471Z Compiling pkg-config v0.3.30
10812024-08-03T03:51:59.499Z Compiling futures-task v0.3.30
10822024-08-03T03:51:59.774Z Compiling ring v0.17.8
10832024-08-03T03:51:59.793Z Compiling percent-encoding v2.3.1
10842024-08-03T03:51:59.922Z Compiling ppv-lite86 v0.2.17
10852024-08-03T03:52:00.108Z Compiling tracing-core v0.1.32
10862024-08-03T03:52:00.124Z Compiling num-conv v0.1.0
10872024-08-03T03:52:00.144Z Compiling untrusted v0.9.0
10882024-08-03T03:52:00.313Z Compiling powerfmt v0.2.0
10892024-08-03T03:52:00.405Z Compiling time-core v0.1.2
10902024-08-03T03:52:00.581Z Compiling syn v1.0.109
10912024-08-03T03:52:00.661Z Compiling rand_chacha v0.3.1
10922024-08-03T03:52:00.695Z Compiling rustix v0.38.34
10932024-08-03T03:52:00.971Z Compiling time-macros v0.2.18
10942024-08-03T03:52:01.229Z Compiling openssl-sys v0.9.103
10952024-08-03T03:52:01.271Z Compiling rand v0.8.5
10962024-08-03T03:52:01.447Z Compiling deranged v0.3.11
10972024-08-03T03:52:01.591Z Compiling rustversion v1.0.17
10982024-08-03T03:52:02.302Z Compiling openssl v0.10.66
10992024-08-03T03:52:02.694Z Compiling base64ct v1.6.0
11002024-08-03T03:52:02.793Z Compiling foreign-types-shared v0.1.1
11012024-08-03T03:52:02.891Z Compiling httparse v1.8.0
11022024-08-03T03:52:03.109Z Compiling iana-time-zone v0.1.60
11032024-08-03T03:52:03.195Z Compiling num_threads v0.1.7
11042024-08-03T03:52:03.214Z Compiling pem-rfc7468 v0.7.0
11052024-08-03T03:52:03.262Z Compiling foreign-types v0.3.2
11062024-08-03T03:52:03.361Z Compiling form_urlencoded v1.2.1
11072024-08-03T03:52:03.517Z Compiling rustls v0.21.12
11082024-08-03T03:52:03.647Z Compiling flagset v0.4.5
11092024-08-03T03:52:03.784Z Compiling native-tls v0.2.11
11102024-08-03T03:52:03.847Z Compiling siphasher v0.3.11
11112024-08-03T03:52:03.895Z Compiling try-lock v0.2.5
11122024-08-03T03:52:03.980Z Compiling time v0.3.36
11132024-08-03T03:52:04.032Z Compiling crossbeam-utils v0.8.19
11142024-08-03T03:52:04.131Z Compiling want v0.3.1
11152024-08-03T03:52:04.636Z Compiling serde_derive_internals v0.29.1
11162024-08-03T03:52:04.878Z Compiling idna v0.5.0
11172024-08-03T03:52:05.084Z Compiling lazy_static v1.5.0
11182024-08-03T03:52:05.202Z Compiling aho-corasick v1.1.3
11192024-08-03T03:52:05.635Z Compiling cookie v0.17.0
11202024-08-03T03:52:05.869Z Compiling signal-hook v0.3.17
11212024-08-03T03:52:06.126Z Compiling schemars v0.8.21
11222024-08-03T03:52:06.412Z Compiling regex-syntax v0.8.3
11232024-08-03T03:52:06.534Z Compiling tower-service v0.3.2
11242024-08-03T03:52:06.656Z Compiling adler v1.0.2
11252024-08-03T03:52:06.881Z Compiling openssl-probe v0.1.5
11262024-08-03T03:52:07.238Z Compiling cpufeatures v0.2.12
11272024-08-03T03:52:07.342Z Compiling slog v2.7.0
11282024-08-03T03:52:07.436Z Compiling httpdate v1.0.3
11292024-08-03T03:52:07.902Z Compiling finl_unicode v1.2.0
11302024-08-03T03:52:07.979Z Compiling miniz_oxide v0.7.2
11312024-08-03T03:52:08.511Z Compiling stringprep v0.1.4
11322024-08-03T03:52:09.390Z Compiling url v2.5.2
11332024-08-03T03:52:09.638Z Compiling serde_derive v1.0.204
11342024-08-03T03:52:09.678Z Compiling zeroize_derive v1.4.2
11352024-08-03T03:52:10.616Z Compiling zerocopy-derive v0.7.34
11362024-08-03T03:52:10.836Z Compiling tokio-macros v2.3.0
11372024-08-03T03:52:11.238Z Compiling thiserror-impl v1.0.63
11382024-08-03T03:52:11.303Z Compiling zeroize v1.7.0
11392024-08-03T03:52:11.734Z Compiling futures-macro v0.3.30
11402024-08-03T03:52:12.493Z Compiling scroll_derive v0.12.0
11412024-08-03T03:52:12.910Z Compiling tracing-attributes v0.1.27
11422024-08-03T03:52:12.929Z Compiling zerocopy v0.7.34
11432024-08-03T03:52:13.149Z Compiling crypto-common v0.1.6
11442024-08-03T03:52:13.376Z Compiling block-buffer v0.10.4
11452024-08-03T03:52:13.625Z Compiling digest v0.10.7
11462024-08-03T03:52:13.717Z Compiling futures-util v0.3.30
11472024-08-03T03:52:13.942Z Compiling scroll v0.12.0
11482024-08-03T03:52:14.122Z Compiling hmac v0.12.1
11492024-08-03T03:52:14.375Z Compiling openssl-macros v0.1.1
11502024-08-03T03:52:14.540Z Compiling goblin v0.8.2
11512024-08-03T03:52:14.565Z Compiling thiserror v1.0.63
11522024-08-03T03:52:14.710Z Compiling pest v2.7.10
11532024-08-03T03:52:15.132Z Compiling hashbrown v0.14.5
11542024-08-03T03:52:15.159Z Compiling der_derive v0.7.2
11552024-08-03T03:52:16.595Z Compiling rustls-webpki v0.101.7
11562024-08-03T03:52:16.860Z Compiling tracing v0.1.40
11572024-08-03T03:52:17.351Z Compiling pest_meta v2.7.10
11582024-08-03T03:52:17.449Z Compiling sct v0.7.1
11592024-08-03T03:52:17.754Z Compiling der v0.7.9
11602024-08-03T03:52:17.825Z Compiling md-5 v0.10.6
11612024-08-03T03:52:18.076Z Compiling sha2 v0.10.8
11622024-08-03T03:52:18.498Z Compiling regex-automata v0.4.6
11632024-08-03T03:52:19.880Z Compiling pest_generator v2.7.10
11642024-08-03T03:52:21.156Z Compiling spki v0.7.3
11652024-08-03T03:52:21.568Z Compiling schemars_derive v0.8.21
11662024-08-03T03:52:21.700Z Compiling num-integer v0.1.46
11672024-08-03T03:52:21.985Z Compiling idna v0.3.0
11682024-08-03T03:52:22.401Z Compiling pest_derive v2.7.10
11692024-08-03T03:52:22.492Z Compiling backtrace v0.3.71
11702024-08-03T03:52:22.953Z Compiling hash32 v0.2.1
11712024-08-03T03:52:23.199Z Compiling dtrace-parser v0.2.0
11722024-08-03T03:52:23.328Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
11732024-08-03T03:52:23.537Z Compiling gimli v0.28.1
11742024-08-03T03:52:24.147Z Compiling bytes v1.6.0
11752024-08-03T03:52:24.480Z Compiling bitflags v2.6.0
11762024-08-03T03:52:24.948Z Compiling indexmap v2.2.6
11772024-08-03T03:52:24.951Z Compiling uuid v1.10.0
11782024-08-03T03:52:25.325Z Compiling tokio v1.38.1
11792024-08-03T03:52:25.394Z Compiling http v0.2.12
11802024-08-03T03:52:26.449Z Compiling semver v1.0.23
11812024-08-03T03:52:26.666Z Compiling chrono v0.4.38
11822024-08-03T03:52:27.191Z Compiling rustc_version v0.4.0
11832024-08-03T03:52:27.976Z Compiling http-body v0.4.6
11842024-08-03T03:52:27.993Z Compiling heapless v0.7.17
11852024-08-03T03:52:28.076Z Compiling dof v0.3.0
11862024-08-03T03:52:28.536Z Compiling toml_datetime v0.6.8
11872024-08-03T03:52:28.553Z Compiling serde_spanned v0.6.7
11882024-08-03T03:52:28.791Z Compiling serde_tokenstream v0.2.1
11892024-08-03T03:52:29.067Z Compiling usdt-impl v0.5.0
11902024-08-03T03:52:29.348Z Compiling smoltcp v0.9.1
11912024-08-03T03:52:29.467Z Compiling stable_deref_trait v1.2.0
11922024-08-03T03:52:29.573Z Compiling crc32fast v1.4.0
11932024-08-03T03:52:30.079Z Compiling dyn-clone v1.0.17
11942024-08-03T03:52:30.118Z Compiling fallible-iterator v0.2.0
11952024-08-03T03:52:30.302Z Compiling psl-types v2.0.11
11962024-08-03T03:52:30.320Z Compiling base64 v0.22.1
11972024-08-03T03:52:30.490Z Compiling publicsuffix v2.2.3
11982024-08-03T03:52:30.746Z Compiling terminal_size v0.3.0
11992024-08-03T03:52:30.796Z Compiling addr2line v0.21.0
12002024-08-03T03:52:31.090Z Compiling postgres-protocol v0.6.7
12012024-08-03T03:52:31.644Z Compiling pkcs8 v0.10.2
12022024-08-03T03:52:31.818Z Compiling hubpack_derive v0.1.1
12032024-08-03T03:52:31.863Z Compiling block-padding v0.3.3
12042024-08-03T03:52:31.863Z Compiling zerocopy-derive v0.6.6
12052024-08-03T03:52:32.054Z Compiling async-trait v0.1.81
12062024-08-03T03:52:33.261Z Compiling phf_shared v0.11.2
12072024-08-03T03:52:33.264Z Compiling diesel_table_macro_syntax v0.1.0
12082024-08-03T03:52:33.572Z Compiling tokio-util v0.7.11
12092024-08-03T03:52:33.665Z Compiling tokio-rustls v0.24.1
12102024-08-03T03:52:33.689Z Compiling ff v0.13.0
12112024-08-03T03:52:33.909Z Compiling scheduled-thread-pool v0.2.7
12122024-08-03T03:52:34.005Z Compiling fs-err v2.11.0
12132024-08-03T03:52:34.048Z Compiling object v0.32.2
12142024-08-03T03:52:34.184Z Compiling anyhow v1.0.86
12152024-08-03T03:52:34.288Z Compiling base16ct v0.2.0
12162024-08-03T03:52:34.535Z Compiling h2 v0.3.26
12172024-08-03T03:52:34.779Z Compiling rustc-demangle v0.1.24
12182024-08-03T03:52:34.850Z Compiling bit-vec v0.6.3
12192024-08-03T03:52:34.876Z Compiling managed v0.8.0
12202024-08-03T03:52:35.202Z Compiling tokio-native-tls v0.3.1
12212024-08-03T03:52:35.314Z Compiling bitflags v1.3.2
12222024-08-03T03:52:35.332Z Compiling matches v0.1.10
12232024-08-03T03:52:35.418Z Compiling either v1.12.0
12242024-08-03T03:52:35.435Z Compiling ipnet v2.9.0
12252024-08-03T03:52:35.460Z Compiling base64 v0.21.7
12262024-08-03T03:52:35.770Z Compiling winnow v0.5.40
12272024-08-03T03:52:35.852Z Compiling regex-automata v0.1.10
12282024-08-03T03:52:36.216Z Compiling rustls-pemfile v1.0.4
12292024-08-03T03:52:36.343Z Compiling bstr v0.2.17
12302024-08-03T03:52:36.652Z Compiling idna v0.2.3
12312024-08-03T03:52:37.046Z Compiling clap_builder v4.5.9
12322024-08-03T03:52:38.038Z Compiling sec1 v0.7.3
12332024-08-03T03:52:38.441Z Compiling r2d2 v0.8.10
12342024-08-03T03:52:38.613Z Compiling zerocopy v0.6.6
12352024-08-03T03:52:38.837Z Compiling group v0.13.0
12362024-08-03T03:52:38.881Z Compiling diesel_derives v2.1.4
12372024-08-03T03:52:39.161Z Compiling phf v0.11.2
12382024-08-03T03:52:39.449Z Compiling toml_edit v0.19.15
12392024-08-03T03:52:39.478Z Compiling hubpack v0.1.2
12402024-08-03T03:52:39.650Z Compiling signal-hook-mio v0.2.3
12412024-08-03T03:52:39.810Z Compiling cookie_store v0.20.0
12422024-08-03T03:52:39.913Z Compiling ipnetwork v0.20.0
12432024-08-03T03:52:40.642Z Compiling inout v0.1.3
12442024-08-03T03:52:41.211Z Compiling postgres-types v0.2.7
12452024-08-03T03:52:41.328Z Compiling hyper v0.14.30
12462024-08-03T03:52:41.767Z Compiling usdt-macro v0.5.0
12472024-08-03T03:52:42.764Z Compiling usdt-attr-macro v0.5.0
12482024-08-03T03:52:43.267Z Compiling serde_urlencoded v0.7.1
12492024-08-03T03:52:43.792Z Compiling regex v1.10.5
12502024-08-03T03:52:44.381Z Compiling num-bigint v0.4.5
12512024-08-03T03:52:44.440Z Compiling futures-executor v0.3.30
12522024-08-03T03:52:44.900Z Compiling enum-as-inner v0.5.1
12532024-08-03T03:52:44.921Z Compiling hkdf v0.12.4
12542024-08-03T03:52:45.006Z Compiling crypto-bigint v0.5.5
12552024-08-03T03:52:45.191Z Compiling strum_macros v0.25.3
12562024-08-03T03:52:46.007Z Compiling clap_derive v4.5.8
12572024-08-03T03:52:46.286Z Compiling serde_repr v0.1.19
12582024-08-03T03:52:47.317Z Compiling phf_shared v0.10.0
12592024-08-03T03:52:47.551Z Compiling float-cmp v0.9.0
12602024-08-03T03:52:47.731Z Compiling encoding_rs v0.8.34
12612024-08-03T03:52:47.769Z Compiling data-encoding v2.6.0
12622024-08-03T03:52:49.311Z Compiling hyper-tls v0.5.0
12632024-08-03T03:52:49.680Z Compiling hyper-rustls v0.24.2
12642024-08-03T03:52:50.042Z Compiling fixedbitset v0.4.2
12652024-08-03T03:52:50.147Z Compiling static_assertions v1.1.0
12662024-08-03T03:52:50.247Z Compiling difflib v0.4.0
12672024-08-03T03:52:50.511Z Compiling minimal-lexical v0.2.1
12682024-08-03T03:52:51.040Z Compiling mime v0.3.17
12692024-08-03T03:52:51.060Z Compiling webpki-roots v0.25.4
12702024-08-03T03:52:51.176Z Compiling predicates-core v1.0.6
12712024-08-03T03:52:51.228Z Compiling normalize-line-endings v0.3.0
12722024-08-03T03:52:51.314Z Compiling whoami v1.5.1
12732024-08-03T03:52:51.348Z Compiling unicode-segmentation v1.11.0
12742024-08-03T03:52:51.400Z Compiling sync_wrapper v0.1.2
12752024-08-03T03:52:51.533Z Compiling new_debug_unreachable v1.0.6
12762024-08-03T03:52:51.560Z Compiling precomputed-hash v0.1.1
12772024-08-03T03:52:51.624Z Compiling reqwest v0.11.27
12782024-08-03T03:52:51.644Z Compiling tokio-postgres v0.7.11
12792024-08-03T03:52:51.678Z Compiling string_cache v0.8.7
12802024-08-03T03:52:51.853Z Compiling predicates v3.1.2
12812024-08-03T03:52:51.972Z Compiling diesel v2.1.6
12822024-08-03T03:52:52.156Z Compiling similar v2.5.0
12832024-08-03T03:52:52.257Z Compiling clap v4.5.9
12842024-08-03T03:52:52.276Z Compiling nom v7.1.3
12852024-08-03T03:52:52.381Z Compiling petgraph v0.6.5
12862024-08-03T03:52:53.621Z Compiling console v0.15.8
12872024-08-03T03:52:54.757Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12882024-08-03T03:52:55.188Z Compiling trust-dns-proto v0.22.0
12892024-08-03T03:52:55.452Z Compiling elliptic-curve v0.13.8
12902024-08-03T03:52:55.860Z Compiling toml_edit v0.22.20
12912024-08-03T03:52:56.272Z Compiling usdt v0.5.0
12922024-08-03T03:52:56.275Z Compiling yasna v0.5.2
12932024-08-03T03:52:56.824Z Compiling futures v0.3.30
12942024-08-03T03:52:56.946Z Compiling toml v0.7.8
12952024-08-03T03:52:57.323Z Compiling flate2 v1.0.30
12962024-08-03T03:52:58.322Z Compiling cipher v0.4.4
12972024-08-03T03:52:58.712Z Compiling crossterm v0.27.0
12982024-08-03T03:52:59.135Z Compiling itertools v0.12.1
12992024-08-03T03:52:59.719Z Compiling itertools v0.10.5
13002024-08-03T03:53:01.225Z Compiling bit-set v0.5.3
13012024-08-03T03:53:01.543Z Compiling tokio-stream v0.1.15
13022024-08-03T03:53:02.324Z Compiling openapiv3 v2.0.0
13032024-08-03T03:53:02.489Z Compiling hex v0.4.3
13042024-08-03T03:53:02.551Z Compiling bstr v1.9.1
13052024-08-03T03:53:02.570Z Compiling num-iter v0.1.45
13062024-08-03T03:53:02.761Z Compiling crossbeam-epoch v0.9.18
13072024-08-03T03:53:03.102Z Compiling dirs-sys-next v0.1.2
13082024-08-03T03:53:03.559Z Compiling peg-runtime v0.8.3
13092024-08-03T03:53:03.794Z Compiling lalrpop-util v0.19.12
13102024-08-03T03:53:03.902Z Compiling unicode-xid v0.2.4
13112024-08-03T03:53:04.078Z Compiling dirs-next v2.0.0
13122024-08-03T03:53:04.175Z Compiling thread_local v1.1.8
13132024-08-03T03:53:04.235Z Compiling slog-async v2.8.0
13142024-08-03T03:53:04.274Z Compiling term v0.7.0
13152024-08-03T03:53:04.367Z Compiling xattr v1.3.1
13162024-08-03T03:53:04.458Z Compiling crossbeam-channel v0.5.12
13172024-08-03T03:53:04.645Z Compiling strum_macros v0.26.4
13182024-08-03T03:53:04.736Z Compiling filetime v0.2.23
13192024-08-03T03:53:04.855Z Compiling is-terminal v0.4.12
13202024-08-03T03:53:04.985Z Compiling take_mut v0.2.2
13212024-08-03T03:53:05.067Z Compiling slog-term v2.9.1
13222024-08-03T03:53:05.145Z Compiling tar v0.4.41
13232024-08-03T03:53:05.867Z Compiling camino v1.1.7
13242024-08-03T03:53:07.901Z Compiling strum v0.26.3
13252024-08-03T03:53:19.918Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13262024-08-03T03:53:20.173Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13272024-08-03T03:53:25.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 33s
13282024-08-03T03:53:25.693Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13292024-08-03T03:53:25.738ZAug 03 03:53:24.626 INFO Starting download, target: Clickhouse
13302024-08-03T03:53:25.738ZAug 03 03:53:24.627 INFO Starting download, target: Cockroach
13312024-08-03T03:53:25.742ZAug 03 03:53:24.627 INFO Starting download, target: DendriteOpenapi
13322024-08-03T03:53:25.742ZAug 03 03:53:24.627 INFO Starting download, target: Console
13332024-08-03T03:53:25.742ZAug 03 03:53:24.627 INFO Starting download, target: DendriteStub
13342024-08-03T03:53:25.742ZAug 03 03:53:24.627 INFO Starting download, target: MaghemiteMgd
13352024-08-03T03:53:25.742ZAug 03 03:53:24.627 INFO Starting download, target: TransceiverControl
13362024-08-03T03:53:25.742ZAug 03 03:53:24.627 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13372024-08-03T03:53:25.742ZAug 03 03:53:24.627 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13382024-08-03T03:53:25.742ZAug 03 03:53:24.627 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi
13392024-08-03T03:53:25.742ZAug 03 03:53:24.627 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13402024-08-03T03:53:25.742ZAug 03 03:53:24.628 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13412024-08-03T03:53:25.742ZAug 03 03:53:24.628 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13422024-08-03T03:53:25.742ZAug 03 03:53:24.628 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13432024-08-03T03:53:26.046ZAug 03 03:53:24.905 INFO Download complete, target: DendriteOpenapi
13442024-08-03T03:53:26.110ZAug 03 03:53:24.983 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13452024-08-03T03:53:26.210ZAug 03 03:53:25.097 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13462024-08-03T03:53:26.525ZAug 03 03:53:25.405 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13472024-08-03T03:53:26.607ZAug 03 03:53:25.494 INFO Download complete, target: Console
13482024-08-03T03:53:26.617ZAug 03 03:53:25.496 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13492024-08-03T03:53:26.901ZAug 03 03:53:25.786 INFO Download complete, target: TransceiverControl
13502024-08-03T03:53:27.784ZAug 03 03:53:26.673 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13512024-08-03T03:53:29.557ZAug 03 03:53:28.446 INFO Download complete, target: DendriteStub
13522024-08-03T03:53:29.841ZAug 03 03:53:28.730 INFO Download complete, target: MaghemiteMgd
13532024-08-03T03:53:30.904ZAug 03 03:53:29.793 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13542024-08-03T03:53:30.904ZAug 03 03:53:29.793 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13552024-08-03T03:53:39.269ZAug 03 03:53:38.141 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13562024-08-03T03:53:39.621ZAug 03 03:53:38.492 INFO Checking that binary works, target: Cockroach
13572024-08-03T03:53:39.827ZAug 03 03:53:38.704 INFO Download complete, target: Cockroach
13582024-08-03T03:53:42.401ZAug 03 03:53:41.284 INFO Checking that binary works, target: Clickhouse
13592024-08-03T03:53:42.686ZAug 03 03:53:41.572 INFO Download complete, target: Clickhouse
13602024-08-03T03:53:42.703ZAll builder prerequisites installed successfully, and PATH looks valid
13612024-08-03T03:53:42.706Z
13622024-08-03T03:53:42.706Zreal 5:56.999859363
13632024-08-03T03:53:42.706Zuser 11:42.471722687
13642024-08-03T03:53:42.706Zsys 2:27.774757549
13652024-08-03T03:53:42.706Ztrap 0.393980626
13662024-08-03T03:53:42.706Ztflt 4.644984678
13672024-08-03T03:53:42.706Zdflt 4.846382341
13682024-08-03T03:53:42.706Zkflt 0.171831345
13692024-08-03T03:53:42.706Zlock 24:09.468132093
13702024-08-03T03:53:42.706Zslp 49:31.955074808
13712024-08-03T03:53:42.706Zlat 39.793367059
13722024-08-03T03:53:42.706Zstop 1:43.389307367
13732024-08-03T03:53:42.706Z+ banner clippy
13742024-08-03T03:53:42.706Z
13752024-08-03T03:53:42.706Z #### # # ##### ##### # #
13762024-08-03T03:53:42.706Z # # # # # # # # # #
13772024-08-03T03:53:42.706Z # # # # # # # #
13782024-08-03T03:53:42.706Z # # # ##### ##### #
13792024-08-03T03:53:42.706Z # # # # # # #
13802024-08-03T03:53:42.706Z #### ###### # # # #
13812024-08-03T03:53:42.706Z
13822024-08-03T03:53:42.709Z+ export CARGO_INCREMENTAL=0
13832024-08-03T03:53:42.709Z+ CARGO_INCREMENTAL=0
13842024-08-03T03:53:42.709Z+ ptime -m cargo xtask clippy
13852024-08-03T03:53:43.230Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13862024-08-03T03:53:46.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
13872024-08-03T03:53:46.834Z Running `target/debug/xtask clippy`
13882024-08-03T03:53:46.853Zrunning: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
13892024-08-03T03:53:47.518Z Downloading crates ...
13902024-08-03T03:53:47.784Z Downloaded anes v0.1.6
13912024-08-03T03:53:47.791Z Downloaded aes-gcm v0.10.3
13922024-08-03T03:53:47.794Z Downloaded http-body v1.0.0
13932024-08-03T03:53:47.797Z Downloaded md5 v0.7.0
13942024-08-03T03:53:47.797Z Downloaded guppy-workspace-hack v0.1.0
13952024-08-03T03:53:47.799Z Downloaded pathdiff v0.2.1
13962024-08-03T03:53:47.809Z Downloaded cbc v0.1.2
13972024-08-03T03:53:47.812Z Downloaded primeorder v0.13.6
13982024-08-03T03:53:47.812Z Downloaded ctr v0.9.2
13992024-08-03T03:53:47.815Z Downloaded polyval v0.6.2
14002024-08-03T03:53:47.818Z Downloaded oorandom v11.1.3
14012024-08-03T03:53:47.818Z Downloaded blowfish v0.9.1
14022024-08-03T03:53:47.820Z Downloaded tower-layer v0.3.2
14032024-08-03T03:53:47.820Z Downloaded threadpool v1.8.1
14042024-08-03T03:53:47.820Z Downloaded yansi v0.5.1
14052024-08-03T03:53:47.823Z Downloaded internet-checksum v0.2.1
14062024-08-03T03:53:47.823Z Downloaded ghash v0.5.1
14072024-08-03T03:53:47.823Z Downloaded dirs-sys v0.4.1
14082024-08-03T03:53:47.826Z Downloaded rand_core v0.5.1
14092024-08-03T03:53:47.826Z Downloaded pbkdf2 v0.12.2
14102024-08-03T03:53:47.828Z Downloaded assert_cmd v2.0.15
14112024-08-03T03:53:47.832Z Downloaded relative-path v1.9.3
14122024-08-03T03:53:47.834Z Downloaded getrandom v0.1.16
14132024-08-03T03:53:47.837Z Downloaded plotters-backend v0.3.5
14142024-08-03T03:53:47.840Z Downloaded partial-io v0.5.4
14152024-08-03T03:53:47.843Z Downloaded ecdsa v0.16.9
14162024-08-03T03:53:47.843Z Downloaded rustls-native-certs v0.7.0
14172024-08-03T03:53:47.846Z Downloaded rstest v0.19.0
14182024-08-03T03:53:47.850Z Downloaded option-ext v0.2.0
14192024-08-03T03:53:47.854Z Downloaded nested v0.1.1
14202024-08-03T03:53:47.854Z Downloaded doc-comment v0.3.3
14212024-08-03T03:53:47.854Z Downloaded dhcproto-macros v0.1.0
14222024-08-03T03:53:47.857Z Downloaded escape8259 v0.5.2
14232024-08-03T03:53:47.857Z Downloaded plotters-svg v0.3.5
14242024-08-03T03:53:47.857Z Downloaded russh-cryptovec v0.7.2
14252024-08-03T03:53:47.860Z Downloaded russh-keys v0.43.0
14262024-08-03T03:53:47.865Z Downloaded target-lexicon v0.12.16
14272024-08-03T03:53:47.867Z Downloaded dhcproto v0.11.0
14282024-08-03T03:53:47.870Z Downloaded similar-asserts v1.5.0
14292024-08-03T03:53:47.870Z Downloaded httptest v0.15.5
14302024-08-03T03:53:47.873Z Downloaded criterion-plot v0.5.0
14312024-08-03T03:53:47.873Z Downloaded datatest-stable v0.2.9
14322024-08-03T03:53:47.876Z Downloaded approx v0.5.1
14332024-08-03T03:53:47.878Z Downloaded futures-timer v3.0.3
14342024-08-03T03:53:47.878Z Downloaded cast v0.3.0
14352024-08-03T03:53:47.881Z Downloaded pbkdf2 v0.11.0
14362024-08-03T03:53:47.884Z Downloaded hex-literal v0.4.1
14372024-08-03T03:53:47.884Z Downloaded dirs v5.0.1
14382024-08-03T03:53:47.884Z Downloaded target-spec v3.2.1
14392024-08-03T03:53:47.886Z Downloaded rand_chacha v0.2.2
14402024-08-03T03:53:47.886Z Downloaded rfc6979 v0.4.0
14412024-08-03T03:53:47.889Z Downloaded bcrypt-pbkdf v0.10.0
14422024-08-03T03:53:47.889Z Downloaded hyper-util v0.1.3
14432024-08-03T03:53:47.893Z Downloaded hyper-rustls v0.26.0
14442024-08-03T03:53:47.896Z Downloaded libtest-mimic v0.7.3
14452024-08-03T03:53:47.899Z Downloaded password-hash v0.4.2
14462024-08-03T03:53:47.902Z Downloaded ed25519 v2.2.3
14472024-08-03T03:53:47.902Z Downloaded rust-argon2 v2.1.0
14482024-08-03T03:53:47.904Z Downloaded tinytemplate v1.2.1
14492024-08-03T03:53:47.907Z Downloaded ed25519-dalek v2.1.1
14502024-08-03T03:53:47.910Z Downloaded p256 v0.13.2
14512024-08-03T03:53:47.913Z Downloaded fancy-regex v0.13.0
14522024-08-03T03:53:47.915Z Downloaded cfg-expr v0.16.0
14532024-08-03T03:53:47.922Z Downloaded blake2b_simd v1.0.2
14542024-08-03T03:53:47.928Z Downloaded trybuild v1.0.97
14552024-08-03T03:53:47.932Z Downloaded russh v0.43.0
14562024-08-03T03:53:47.937Z Downloaded tower v0.4.13
14572024-08-03T03:53:47.959Z Downloaded rand v0.7.3
14582024-08-03T03:53:47.964Z Downloaded plotters v0.3.5
14592024-08-03T03:53:47.972Z Downloaded p521 v0.13.3
14602024-08-03T03:53:47.975Z Downloaded hyper v1.3.1
14612024-08-03T03:53:47.981Z Downloaded guppy v0.17.7
14622024-08-03T03:53:47.987Z Downloaded pretty_assertions v1.4.0
14632024-08-03T03:53:47.989Z Downloaded criterion v0.5.1
14642024-08-03T03:53:47.995Z Downloaded aes v0.8.4
14652024-08-03T03:53:47.998Z Downloaded rstest_macros v0.19.0
14662024-08-03T03:53:48.002Z Downloaded rand_distr v0.4.3
14672024-08-03T03:53:48.594Z Checking cfg-if v1.0.0
14682024-08-03T03:53:48.656Z Checking libc v0.2.155
14692024-08-03T03:53:48.674Z Checking serde v1.0.204
14702024-08-03T03:53:48.689Z Checking memchr v2.7.2
14712024-08-03T03:53:48.706Z Checking scopeguard v1.2.0
14722024-08-03T03:53:48.725Z Checking log v0.4.21
14732024-08-03T03:53:48.725Z Checking itoa v1.0.11
14742024-08-03T03:53:48.763Z Checking byteorder v1.5.0
14752024-08-03T03:53:48.783Z Checking smallvec v1.13.2
14762024-08-03T03:53:48.828Z Checking lock_api v0.4.12
14772024-08-03T03:53:48.922Z Checking once_cell v1.19.0
14782024-08-03T03:53:49.042Z Checking pin-project-lite v0.2.14
14792024-08-03T03:53:49.123Z Checking zeroize v1.7.0
14802024-08-03T03:53:49.173Z Checking libm v0.2.8
14812024-08-03T03:53:49.196Z Checking ryu v1.0.18
14822024-08-03T03:53:49.221Z Checking typenum v1.17.0
14832024-08-03T03:53:49.263Z Checking spin v0.9.8
14842024-08-03T03:53:49.377Z Checking futures-core v0.3.30
14852024-08-03T03:53:49.422Z Checking thiserror v1.0.63
14862024-08-03T03:53:49.565Z Checking zerocopy v0.7.34
14872024-08-03T03:53:49.591Z Checking subtle v2.5.0
14882024-08-03T03:53:49.617Z Checking futures-sink v0.3.30
14892024-08-03T03:53:49.649Z Checking slab v0.4.9
14902024-08-03T03:53:49.736Z Checking getrandom v0.2.14
14912024-08-03T03:53:49.773Z Checking parking_lot_core v0.9.10
14922024-08-03T03:53:49.876Z Checking signal-hook-registry v1.4.2
14932024-08-03T03:53:49.919Z Checking mio v0.8.11
14942024-08-03T03:53:49.995Z Checking rand_core v0.6.4
14952024-08-03T03:53:50.108Z Checking num-traits v0.2.19
14962024-08-03T03:53:50.131Z Checking num_cpus v1.16.0
14972024-08-03T03:53:50.152Z Checking parking_lot v0.12.2
14982024-08-03T03:53:50.252Z Checking socket2 v0.5.7
14992024-08-03T03:53:50.303Z Checking futures-channel v0.3.30
15002024-08-03T03:53:50.511Z Checking futures-io v0.3.30
15012024-08-03T03:53:50.535Z Checking pin-utils v0.1.0
15022024-08-03T03:53:50.605Z Checking generic-array v0.14.7
15032024-08-03T03:53:50.625Z Checking futures-task v0.3.30
15042024-08-03T03:53:50.652Z Checking const-oid v0.9.6
15052024-08-03T03:53:50.696Z Checking allocator-api2 v0.2.18
15062024-08-03T03:53:50.731Z Checking fnv v1.0.7
15072024-08-03T03:53:50.848Z Checking futures-util v0.3.30
15082024-08-03T03:53:50.874Z Checking iana-time-zone v0.1.60
15092024-08-03T03:53:50.960Z Checking ahash v0.8.11
15102024-08-03T03:53:51.024Z Checking equivalent v1.0.1
15112024-08-03T03:53:51.139Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15122024-08-03T03:53:51.381Z Checking ppv-lite86 v0.2.17
15132024-08-03T03:53:51.480Z Checking hashbrown v0.14.5
15142024-08-03T03:53:51.502Z Checking tinyvec_macros v0.1.1
15152024-08-03T03:53:51.591Z Checking tinyvec v1.6.0
15162024-08-03T03:53:51.782Z Checking crypto-common v0.1.6
15172024-08-03T03:53:51.840Z Checking block-buffer v0.10.4
15182024-08-03T03:53:51.981Z Checking cpufeatures v0.2.12
15192024-08-03T03:53:52.057Z Checking lazy_static v1.5.0
15202024-08-03T03:53:52.080Z Checking unicode-bidi v0.3.15
15212024-08-03T03:53:52.111Z Checking rand_chacha v0.3.1
15222024-08-03T03:53:52.173Z Checking tracing-core v0.1.32
15232024-08-03T03:53:52.464Z Checking digest v0.10.7
15242024-08-03T03:53:52.494Z Checking rand v0.8.5
15252024-08-03T03:53:52.616Z Checking dyn-clone v1.0.17
15262024-08-03T03:53:52.719Z Checking percent-encoding v2.3.1
15272024-08-03T03:53:52.753Z Checking regex-syntax v0.8.3
15282024-08-03T03:53:52.814Z Checking tracing v0.1.40
15292024-08-03T03:53:52.844Z Checking aho-corasick v1.1.3
15302024-08-03T03:53:52.894Z Checking unicode-normalization v0.1.23
15312024-08-03T03:53:52.935Z Checking unicode-ident v1.0.12
15322024-08-03T03:53:53.105Z Checking form_urlencoded v1.2.1
15332024-08-03T03:53:53.171Z Checking errno v0.3.9
15342024-08-03T03:53:53.326Z Checking unicode-width v0.1.13
15352024-08-03T03:53:53.347Z Checking powerfmt v0.2.0
15362024-08-03T03:53:53.511Z Checking num-conv v0.1.0
15372024-08-03T03:53:53.856Z Checking deranged v0.3.11
15382024-08-03T03:53:53.871Z Checking num_threads v0.1.7
15392024-08-03T03:53:53.872Z Checking time-core v0.1.2
15402024-08-03T03:53:53.872Z Checking bytes v1.6.0
15412024-08-03T03:53:53.872Z Checking bitflags v2.6.0
15422024-08-03T03:53:53.872Z Checking serde_json v1.0.122
15432024-08-03T03:53:53.923Z Checking chrono v0.4.38
15442024-08-03T03:53:54.079Z Checking indexmap v2.2.6
15452024-08-03T03:53:54.553Z Checking uuid v1.10.0
15462024-08-03T03:53:54.593Z Checking tokio v1.38.1
15472024-08-03T03:53:55.192Z Checking rustix v0.38.34
15482024-08-03T03:53:55.383Z Checking proc-macro2 v1.0.86
15492024-08-03T03:53:55.404Z Checking time v0.3.36
15502024-08-03T03:53:55.535Z Checking httparse v1.8.0
15512024-08-03T03:53:55.859Z Checking regex-automata v0.4.6
15522024-08-03T03:53:55.937Z Checking adler v1.0.2
15532024-08-03T03:53:55.971Z Checking http v0.2.12
15542024-08-03T03:53:56.027Z Checking quote v1.0.36
15552024-08-03T03:53:56.051Z Checking schemars v0.8.21
15562024-08-03T03:53:56.089Z Checking miniz_oxide v0.7.2
15572024-08-03T03:53:56.379Z Checking idna v0.5.0
15582024-08-03T03:53:56.829Z Checking syn v2.0.72
15592024-08-03T03:53:57.253Z Checking untrusted v0.9.0
15602024-08-03T03:53:57.276Z Checking url v2.5.2
15612024-08-03T03:53:57.377Z Checking try-lock v0.2.5
15622024-08-03T03:53:57.423Z Checking ring v0.17.8
15632024-08-03T03:53:57.507Z Checking base64ct v1.6.0
15642024-08-03T03:53:57.714Z Checking want v0.3.1
15652024-08-03T03:53:57.844Z Checking slog v2.7.0
15662024-08-03T03:53:57.900Z Checking tower-service v0.3.2
15672024-08-03T03:53:57.992Z Checking futures-executor v0.3.30
15682024-08-03T03:53:58.019Z Checking gimli v0.28.1
15692024-08-03T03:53:58.041Z Checking object v0.32.2
15702024-08-03T03:53:58.223Z Checking utf8parse v0.2.1
15712024-08-03T03:53:58.320Z Checking rustc-demangle v0.1.24
15722024-08-03T03:53:58.382Z Checking httpdate v1.0.3
15732024-08-03T03:53:58.625Z Checking base64 v0.21.7
15742024-08-03T03:53:58.780Z Checking futures v0.3.30
15752024-08-03T03:53:58.901Z Checking http-body v0.4.6
15762024-08-03T03:53:59.095Z Checking openssl-probe v0.1.5
15772024-08-03T03:53:59.230Z Checking foreign-types-shared v0.1.1
15782024-08-03T03:53:59.261Z Checking pem-rfc7468 v0.7.0
15792024-08-03T03:53:59.315Z Checking openssl-sys v0.9.103
15802024-08-03T03:53:59.344Z Checking foreign-types v0.3.2
15812024-08-03T03:53:59.446Z Checking ipnet v2.9.0
15822024-08-03T03:53:59.545Z Checking anstyle v1.0.8
15832024-08-03T03:53:59.922Z Checking mime v0.3.17
15842024-08-03T03:53:59.957Z Checking flagset v0.4.5
15852024-08-03T03:54:00.157Z Checking der v0.7.9
15862024-08-03T03:54:00.253Z Checking semver v1.0.23
15872024-08-03T03:54:00.363Z Checking regex v1.10.5
15882024-08-03T03:54:00.584Z Checking openssl v0.10.66
15892024-08-03T03:54:00.670Z Checking either v1.12.0
15902024-08-03T03:54:00.962Z Checking sct v0.7.1
15912024-08-03T03:54:01.043Z Checking rustls-webpki v0.101.7
15922024-08-03T03:54:01.150Z Checking serde_spanned v0.6.7
15932024-08-03T03:54:01.338Z Checking toml_datetime v0.6.8
15942024-08-03T03:54:01.632Z Checking crossbeam-utils v0.8.19
15952024-08-03T03:54:01.662Z Checking tokio-util v0.7.11
15962024-08-03T03:54:01.751Z Checking data-encoding v2.6.0
15972024-08-03T03:54:01.941Z Checking addr2line v0.21.0
15982024-08-03T03:54:01.995Z Checking spki v0.7.3
15992024-08-03T03:54:02.289Z Checking rustls v0.21.12
16002024-08-03T03:54:02.360Z Checking anstyle-parse v0.2.4
16012024-08-03T03:54:02.439Z Checking idna v0.3.0
16022024-08-03T03:54:02.442Z Checking serde_urlencoded v0.7.1
16032024-08-03T03:54:02.515Z Checking h2 v0.3.26
16042024-08-03T03:54:02.638Z Checking scroll v0.12.0
16052024-08-03T03:54:02.869Z Checking encoding_rs v0.8.34
16062024-08-03T03:54:03.099Z Checking is_terminal_polyfill v1.70.0
16072024-08-03T03:54:03.225Z Checking bitflags v1.3.2
16082024-08-03T03:54:03.283Z Checking anstyle-query v1.0.3
16092024-08-03T03:54:03.307Z Checking colorchoice v1.0.1
16102024-08-03T03:54:03.329Z Checking ucd-trie v0.1.6
16112024-08-03T03:54:03.413Z Checking psl-types v2.0.11
16122024-08-03T03:54:03.436Z Checking plain v0.2.3
16132024-08-03T03:54:03.523Z Checking pest v2.7.10
16142024-08-03T03:54:03.583Z Checking goblin v0.8.2
16152024-08-03T03:54:03.599Z Checking publicsuffix v2.2.3
16162024-08-03T03:54:03.821Z Checking anstream v0.6.14
16172024-08-03T03:54:04.131Z Checking backtrace v0.3.71
16182024-08-03T03:54:04.190Z Checking pkcs8 v0.10.2
16192024-08-03T03:54:04.463Z Checking cookie v0.17.0
16202024-08-03T03:54:04.674Z Checking anyhow v1.0.86
16212024-08-03T03:54:04.900Z Checking terminal_size v0.3.0
16222024-08-03T03:54:05.028Z Checking sha2 v0.10.8
16232024-08-03T03:54:05.060Z Checking hmac v0.12.1
16242024-08-03T03:54:05.180Z Checking clap_lex v0.7.0
16252024-08-03T03:54:05.271Z Checking strsim v0.11.1
16262024-08-03T03:54:05.393Z Checking tokio-rustls v0.24.1
16272024-08-03T03:54:05.450Z Checking pretty-hex v0.4.1
16282024-08-03T03:54:05.577Z Checking clap_builder v4.5.9
16292024-08-03T03:54:05.626Z Checking cookie_store v0.20.0
16302024-08-03T03:54:05.647Z Checking rustls-pemfile v1.0.4
16312024-08-03T03:54:05.751Z Checking num-integer v0.1.46
16322024-08-03T03:54:05.835Z Checking thread-id v4.2.1
16332024-08-03T03:54:05.946Z Checking sync_wrapper v0.1.2
16342024-08-03T03:54:06.070Z Checking webpki-roots v0.25.4
16352024-08-03T03:54:06.072Z Checking dtrace-parser v0.2.0
16362024-08-03T03:54:06.144Z Checking native-tls v0.2.11
16372024-08-03T03:54:06.243Z Checking openapiv3 v2.0.0
16382024-08-03T03:54:06.246Z Checking block-padding v0.3.3
16392024-08-03T03:54:06.246Z Checking memmap v0.7.0
16402024-08-03T03:54:06.464Z Checking tokio-native-tls v0.3.1
16412024-08-03T03:54:06.483Z Checking base64 v0.22.1
16422024-08-03T03:54:06.509Z Checking inout v0.1.3
16432024-08-03T03:54:06.552Z Checking stable_deref_trait v1.2.0
16442024-08-03T03:54:06.657Z Checking ipnetwork v0.20.0
16452024-08-03T03:54:06.714Z Checking ff v0.13.0
16462024-08-03T03:54:06.742Z Checking cipher v0.4.4
16472024-08-03T03:54:06.933Z Checking crc32fast v1.4.0
16482024-08-03T03:54:06.956Z Checking bit-vec v0.6.3
16492024-08-03T03:54:07.030Z Checking base16ct v0.2.0
16502024-08-03T03:54:07.127Z Checking group v0.13.0
16512024-08-03T03:54:07.167Z Checking hkdf v0.12.4
16522024-08-03T03:54:07.223Z Checking sec1 v0.7.3
16532024-08-03T03:54:07.284Z Checking crossbeam-epoch v0.9.18
16542024-08-03T03:54:07.370Z Checking hex v0.4.3
16552024-08-03T03:54:07.392Z Checking crypto-bigint v0.5.5
16562024-08-03T03:54:07.618Z Checking unicode-segmentation v1.11.0
16572024-08-03T03:54:07.716Z Checking winnow v0.5.40
16582024-08-03T03:54:07.877Z Checking managed v0.8.0
16592024-08-03T03:54:08.258Z Checking winnow v0.6.18
16602024-08-03T03:54:08.279Z Checking zerocopy v0.6.6
16612024-08-03T03:54:08.531Z Checking dof v0.3.0
16622024-08-03T03:54:08.577Z Checking clap v4.5.9
16632024-08-03T03:54:08.697Z Checking flate2 v1.0.30
16642024-08-03T03:54:08.700Z Checking hyper v0.14.30
16652024-08-03T03:54:09.043Z Checking num-iter v0.1.45
16662024-08-03T03:54:09.127Z Checking usdt-impl v0.5.0
16672024-08-03T03:54:09.211Z Checking signal-hook v0.3.17
16682024-08-03T03:54:09.368Z Checking static_assertions v1.1.0
16692024-08-03T03:54:09.471Z Checking siphasher v0.3.11
16702024-08-03T03:54:09.565Z Checking matches v0.1.10
16712024-08-03T03:54:09.672Z Checking idna v0.2.3
16722024-08-03T03:54:09.695Z Checking usdt v0.5.0
16732024-08-03T03:54:09.774Z Checking itertools v0.10.5
16742024-08-03T03:54:09.797Z Checking regex-automata v0.1.10
16752024-08-03T03:54:09.962Z Checking signal-hook-mio v0.2.3
16762024-08-03T03:54:10.108Z Checking bit-set v0.5.3
16772024-08-03T03:54:10.131Z Checking elliptic-curve v0.13.8
16782024-08-03T03:54:10.176Z Checking bstr v0.2.17
16792024-08-03T03:54:10.364Z Checking num-bigint v0.4.5
16802024-08-03T03:54:10.523Z Checking trust-dns-proto v0.22.0
16812024-08-03T03:54:10.695Z Checking toml_edit v0.19.15
16822024-08-03T03:54:10.764Z Checking itertools v0.12.1
16832024-08-03T03:54:10.963Z Checking scheduled-thread-pool v0.2.7
16842024-08-03T03:54:11.194Z Checking hash32 v0.2.1
16852024-08-03T03:54:11.218Z Checking toml_edit v0.22.20
16862024-08-03T03:54:11.524Z Checking predicates-core v1.0.6
16872024-08-03T03:54:11.720Z Checking finl_unicode v1.2.0
16882024-08-03T03:54:12.046Z Checking heapless v0.7.17
16892024-08-03T03:54:12.306Z Checking stringprep v0.1.4
16902024-08-03T03:54:12.579Z Checking r2d2 v0.8.10
16912024-08-03T03:54:12.887Z Checking yasna v0.5.2
16922024-08-03T03:54:12.910Z Checking crossterm v0.27.0
16932024-08-03T03:54:13.096Z Checking bstr v1.9.1
16942024-08-03T03:54:13.236Z Checking toml v0.7.8
16952024-08-03T03:54:13.354Z Checking console v0.15.8
16962024-08-03T03:54:13.783Z Checking md-5 v0.10.6
16972024-08-03T03:54:13.890Z Checking float-cmp v0.9.0
16982024-08-03T03:54:13.937Z Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
16992024-08-03T03:54:13.970Z Checking fallible-iterator v0.2.0
17002024-08-03T03:54:13.994Z Checking difflib v0.4.0
17012024-08-03T03:54:13.997Z Checking fixedbitset v0.4.2
17022024-08-03T03:54:14.063Z Checking normalize-line-endings v0.3.0
17032024-08-03T03:54:14.182Z Checking diesel v2.1.6
17042024-08-03T03:54:14.203Z Checking smoltcp v0.9.1
17052024-08-03T03:54:14.258Z Checking petgraph v0.6.5
17062024-08-03T03:54:14.323Z Checking predicates v3.1.2
17072024-08-03T03:54:14.392Z Checking similar v2.5.0
17082024-08-03T03:54:14.573Z Checking postgres-protocol v0.6.7
17092024-08-03T03:54:14.638Z Checking phf_shared v0.11.2
17102024-08-03T03:54:14.883Z Checking hyper-tls v0.5.0
17112024-08-03T03:54:14.929Z Checking hyper-rustls v0.24.2
17122024-08-03T03:54:14.972Z Checking phf_shared v0.10.0
17132024-08-03T03:54:15.181Z Checking tokio-stream v0.1.15
17142024-08-03T03:54:15.226Z Checking reqwest v0.11.27
17152024-08-03T03:54:15.229Z Checking fs-err v2.11.0
17162024-08-03T03:54:15.267Z Checking hubpack v0.1.2
17172024-08-03T03:54:15.270Z Checking precomputed-hash v0.1.1
17182024-08-03T03:54:15.394Z Checking lalrpop-util v0.19.12
17192024-08-03T03:54:15.574Z Checking minimal-lexical v0.2.1
17202024-08-03T03:54:15.674Z Checking new_debug_unreachable v1.0.6
17212024-08-03T03:54:15.701Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17222024-08-03T03:54:15.772Z Checking string_cache v0.8.7
17232024-08-03T03:54:15.899Z Checking postgres-types v0.2.7
17242024-08-03T03:54:15.992Z Checking nom v7.1.3
17252024-08-03T03:54:16.039Z Checking phf v0.11.2
17262024-08-03T03:54:16.301Z Checking whoami v1.5.1
17272024-08-03T03:54:16.574Z Checking peg-runtime v0.8.3
17282024-08-03T03:54:16.599Z Checking tokio-postgres v0.7.11
17292024-08-03T03:54:16.758Z Compiling regress v0.9.1
17302024-08-03T03:54:16.808Z Compiling getopts v0.2.21
17312024-08-03T03:54:16.906Z Compiling unsafe-libyaml v0.2.11
17322024-08-03T03:54:17.412Z Checking heck v0.5.0
17332024-08-03T03:54:17.600Z Checking camino v1.1.7
17342024-08-03T03:54:18.143Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17352024-08-03T03:54:18.492Z Compiling serde_yaml v0.9.34+deprecated
17362024-08-03T03:54:18.785Z Checking is-terminal v0.4.12
17372024-08-03T03:54:18.923Z Compiling paste v1.0.15
17382024-08-03T03:54:19.225Z Checking sha1 v0.10.6
17392024-08-03T03:54:19.513Z Compiling ident_case v1.0.1
17402024-08-03T03:54:19.515Z Compiling rustls v0.22.4
17412024-08-03T03:54:19.704Z Compiling darling_core v0.20.9
17422024-08-03T03:54:19.850Z Checking http v1.1.0
17432024-08-03T03:54:20.659Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17442024-08-03T03:54:20.752Z Checking dirs-sys-next v0.1.2
17452024-08-03T03:54:20.936Z Checking dirs-next v2.0.0
17462024-08-03T03:54:21.076Z Checking strum v0.26.3
17472024-08-03T03:54:21.221Z Checking crossbeam-channel v0.5.12
17482024-08-03T03:54:21.249Z Checking thread_local v1.1.8
17492024-08-03T03:54:21.548Z Checking term v0.7.0
17502024-08-03T03:54:21.958Z Compiling multer v3.1.0
17512024-08-03T03:54:21.981Z Checking take_mut v0.2.2
17522024-08-03T03:54:22.016Z Checking slog-term v2.9.1
17532024-08-03T03:54:22.126Z Checking slog-async v2.8.0
17542024-08-03T03:54:22.326Z Compiling async-stream-impl v0.3.5
17552024-08-03T03:54:22.418Z Checking match_cfg v0.1.0
17562024-08-03T03:54:22.520Z Checking rustls-pki-types v1.7.0
17572024-08-03T03:54:22.542Z Checking hostname v0.3.1
17582024-08-03T03:54:22.675Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
17592024-08-03T03:54:22.733Z Checking toml v0.8.19
17602024-08-03T03:54:22.940Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
17612024-08-03T03:54:23.068Z Checking rustls-webpki v0.102.4
17622024-08-03T03:54:23.501Z Checking rustls-pemfile v2.1.2
17632024-08-03T03:54:23.754Z Checking debug-ignore v1.0.5
17642024-08-03T03:54:23.766Z Checking slog-json v2.6.1
17652024-08-03T03:54:23.770Z Checking instant v0.1.12
17662024-08-03T03:54:23.890Z Checking atomic-waker v1.1.2
17672024-08-03T03:54:23.907Z Checking async-stream v0.3.5
17682024-08-03T03:54:24.016Z Checking slog-bunyan v2.5.0
17692024-08-03T03:54:24.039Z Checking waitgroup v0.1.2
17702024-08-03T03:54:24.172Z Checking serde_path_to_error v0.1.16
17712024-08-03T03:54:24.194Z Checking hostname v0.4.0
17722024-08-03T03:54:24.327Z Checking fastrand v2.1.0
17732024-08-03T03:54:24.528Z Compiling structmeta-derive v0.3.0
17742024-08-03T03:54:24.696Z Checking tempfile v3.10.1
17752024-08-03T03:54:24.794Z Checking quick-error v1.2.3
17762024-08-03T03:54:24.947Z Checking newtype-uuid v1.1.0
17772024-08-03T03:54:25.057Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17782024-08-03T03:54:25.196Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17792024-08-03T03:54:25.854Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17802024-08-03T03:54:26.021Z Checking macaddr v1.0.1
17812024-08-03T03:54:26.163Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17822024-08-03T03:54:26.310Z Checking backoff v0.4.0
17832024-08-03T03:54:26.361Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17842024-08-03T03:54:26.620Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17852024-08-03T03:54:26.718Z Checking wait-timeout v0.2.0
17862024-08-03T03:54:26.777Z Checking rand_xorshift v0.3.0
17872024-08-03T03:54:26.822Z Compiling darling_macro v0.20.9
17882024-08-03T03:54:26.899Z Checking rusty-fork v0.3.0
17892024-08-03T03:54:26.954Z Compiling structmeta-derive v0.2.0
17902024-08-03T03:54:27.068Z Checking unarray v0.1.4
17912024-08-03T03:54:27.176Z Compiling proc-macro-error v1.0.4
17922024-08-03T03:54:27.220Z Checking proptest v1.4.0
17932024-08-03T03:54:27.440Z Checking tokio-rustls v0.25.0
17942024-08-03T03:54:27.576Z Compiling structmeta v0.3.0
17952024-08-03T03:54:27.791Z Compiling darling v0.20.9
17962024-08-03T03:54:27.839Z Checking camino-tempfile v1.1.1
17972024-08-03T03:54:27.916Z Compiling serde_with_macros v3.8.3
17982024-08-03T03:54:28.009Z Compiling parse-display-derive v0.9.1
17992024-08-03T03:54:28.121Z Compiling proc-macro-crate v1.3.1
18002024-08-03T03:54:29.239Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18012024-08-03T03:54:29.675Z Compiling num_enum_derive v0.5.11
18022024-08-03T03:54:29.977Z Compiling structmeta v0.2.0
18032024-08-03T03:54:30.435Z Compiling test-strategy v0.3.1
18042024-08-03T03:54:30.948Z Checking serde_with v3.8.3
18052024-08-03T03:54:31.827Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18062024-08-03T03:54:31.967Z Compiling foreign-types-macros v0.2.3
18072024-08-03T03:54:32.187Z Checking foreign-types-shared v0.3.1
18082024-08-03T03:54:32.301Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18092024-08-03T03:54:32.354Z Checking num_enum v0.5.11
18102024-08-03T03:54:32.677Z Checking cstr-argument v0.1.2
18112024-08-03T03:54:32.811Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18122024-08-03T03:54:32.814Z Checking parse-display v0.9.1
18132024-08-03T03:54:32.860Z Checking pretty-hex v0.2.1
18142024-08-03T03:54:33.029Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18152024-08-03T03:54:33.067Z Checking tabwriter v1.4.0
18162024-08-03T03:54:33.286Z Checking foreign-types v0.5.0
18172024-08-03T03:54:33.307Z Checking colored v2.1.0
18182024-08-03T03:54:33.326Z Checking socket2 v0.4.10
18192024-08-03T03:54:33.403Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18202024-08-03T03:54:33.607Z Checking smf v0.2.3
18212024-08-03T03:54:33.725Z Compiling heapless v0.8.0
18222024-08-03T03:54:33.757Z Checking termtree v0.4.1
18232024-08-03T03:54:33.851Z Checking hash32 v0.3.1
18242024-08-03T03:54:33.955Z Checking predicates-tree v1.0.9
18252024-08-03T03:54:34.032Z Compiling smoltcp v0.11.0
18262024-08-03T03:54:34.085Z Compiling crucible-workspace-hack v0.1.0
18272024-08-03T03:54:34.106Z Checking cobs v0.2.3
18282024-08-03T03:54:34.192Z Checking embedded-io v0.4.0
18292024-08-03T03:54:34.280Z Checking sigpipe v0.1.3
18302024-08-03T03:54:34.391Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18312024-08-03T03:54:34.409Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18322024-08-03T03:54:34.412Z Checking postcard v1.0.8
18332024-08-03T03:54:34.614Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18342024-08-03T03:54:34.617Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
18352024-08-03T03:54:34.786Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18362024-08-03T03:54:34.812Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18372024-08-03T03:54:35.032Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18382024-08-03T03:54:35.126Z Compiling num-derive v0.4.2
18392024-08-03T03:54:35.411Z Compiling mockall_derive v0.12.1
18402024-08-03T03:54:35.531Z Checking fragile v2.0.0
18412024-08-03T03:54:35.792Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18422024-08-03T03:54:36.103Z Checking downcast v0.11.0
18432024-08-03T03:54:36.349Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18442024-08-03T03:54:36.371Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18452024-08-03T03:54:36.610Z Checking humantime v2.1.0
18462024-08-03T03:54:36.715Z Checking newline-converter v0.3.0
18472024-08-03T03:54:36.879Z Checking expectorate v1.1.0
18482024-08-03T03:54:36.912Z Checking arc-swap v1.7.1
18492024-08-03T03:54:37.043Z Checking xattr v1.3.1
18502024-08-03T03:54:37.169Z Checking filetime v0.2.23
18512024-08-03T03:54:37.231Z Checking termcolor v1.4.1
18522024-08-03T03:54:37.315Z Checking slog-scope v4.4.0
18532024-08-03T03:54:37.372Z Checking tar v0.4.41
18542024-08-03T03:54:37.472Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
18552024-08-03T03:54:37.507Z Checking slog-stdlog v4.1.1
18562024-08-03T03:54:37.647Z Compiling derive-where v1.2.7
18572024-08-03T03:54:37.674Z Checking slog-envlogger v2.2.0
18582024-08-03T03:54:37.904Z Checking same-file v1.0.6
18592024-08-03T03:54:37.908Z Checking utf-8 v0.7.6
18602024-08-03T03:54:38.087Z Checking walkdir v2.5.0
18612024-08-03T03:54:38.109Z Checking password-hash v0.5.0
18622024-08-03T03:54:38.131Z Checking blake2 v0.10.6
18632024-08-03T03:54:38.362Z Checking atty v0.2.14
18642024-08-03T03:54:38.581Z Checking argon2 v0.5.3
18652024-08-03T03:54:38.603Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18662024-08-03T03:54:38.990Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18672024-08-03T03:54:39.012Z Checking tungstenite v0.21.0
18682024-08-03T03:54:39.207Z Checking pem v3.0.4
18692024-08-03T03:54:39.480Z Compiling convert_case v0.4.0
18702024-08-03T03:54:39.922Z Checking tokio-tungstenite v0.21.0
18712024-08-03T03:54:39.966Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18722024-08-03T03:54:40.321Z Checking tungstenite v0.20.1
18732024-08-03T03:54:40.402Z Checking env_logger v0.9.3
18742024-08-03T03:54:40.481Z Compiling derive_more v0.99.18
18752024-08-03T03:54:40.845Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18762024-08-03T03:54:41.210Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18772024-08-03T03:54:41.233Z Checking tokio-tungstenite v0.20.1
18782024-08-03T03:54:41.236Z Compiling bitstruct_derive v0.1.0
18792024-08-03T03:54:41.340Z Checking ascii v1.1.0
18802024-08-03T03:54:41.728Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18812024-08-03T03:54:41.752Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18822024-08-03T03:54:41.769Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
18832024-08-03T03:54:41.896Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18842024-08-03T03:54:42.058Z Checking atomicwrites v0.4.3
18852024-08-03T03:54:42.149Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18862024-08-03T03:54:42.262Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18872024-08-03T03:54:42.445Z Checking serde_arrays v0.1.0
18882024-08-03T03:54:42.538Z Checking erased-serde v0.3.31
18892024-08-03T03:54:42.607Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18902024-08-03T03:54:42.626Z Compiling heck v0.3.3
18912024-08-03T03:54:42.646Z Checking bitstruct v0.1.1
18922024-08-03T03:54:42.757Z Compiling rayon-core v1.12.1
18932024-08-03T03:54:42.953Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
18942024-08-03T03:54:43.069Z Checking headers-core v0.2.0
18952024-08-03T03:54:43.090Z Compiling zone_cfg_derive v0.1.2
18962024-08-03T03:54:43.215Z Checking base64 v0.13.1
18972024-08-03T03:54:43.411Z Checking mockall v0.12.1
18982024-08-03T03:54:43.530Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18992024-08-03T03:54:43.618Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19002024-08-03T03:54:43.642Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19012024-08-03T03:54:43.675Z Checking ron v0.7.1
19022024-08-03T03:54:44.632Z Checking zone v0.1.8
19032024-08-03T03:54:44.890Z Checking headers v0.3.9
19042024-08-03T03:54:45.070Z Checking portpicker v0.1.1
19052024-08-03T03:54:45.211Z Checking half v2.4.1
19062024-08-03T03:54:45.305Z Checking ciborium-io v0.2.2
19072024-08-03T03:54:45.440Z Checking rcgen v0.12.1
19082024-08-03T03:54:45.566Z Checking subprocess v0.2.9
19092024-08-03T03:54:45.691Z Checking ciborium-ll v0.2.2
19102024-08-03T03:54:45.974Z Compiling prettyplease v0.2.20
19112024-08-03T03:54:46.021Z Checking ciborium v0.2.2
19122024-08-03T03:54:46.054Z Checking swrite v0.1.0
19132024-08-03T03:54:46.144Z Compiling home v0.5.9
19142024-08-03T03:54:46.183Z Compiling semver v0.1.20
19152024-08-03T03:54:46.270Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19162024-08-03T03:54:46.274Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19172024-08-03T03:54:46.460Z Checking linked-hash-map v0.5.6
19182024-08-03T03:54:46.592Z Compiling rustc_version v0.1.7
19192024-08-03T03:54:46.632Z Compiling ring v0.16.20
19202024-08-03T03:54:46.792Z Checking lru-cache v0.1.2
19212024-08-03T03:54:46.851Z Compiling blake3 v1.5.1
19222024-08-03T03:54:46.979Z Compiling cancel-safe-futures v0.1.5
19232024-08-03T03:54:47.097Z Compiling newtype_derive v0.1.6
19242024-08-03T03:54:47.364Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19252024-08-03T03:54:47.570Z Checking steno v0.4.1
19262024-08-03T03:54:48.203Z Checking num-rational v0.4.2
19272024-08-03T03:54:48.330Z Checking num-complex v0.4.6
19282024-08-03T03:54:48.820Z Checking float-ord v0.3.2
19292024-08-03T03:54:48.978Z Checking resolv-conf v0.7.0
19302024-08-03T03:54:49.301Z Checking num v0.4.3
19312024-08-03T03:54:49.415Z Compiling slog-dtrace v0.3.0
19322024-08-03T03:54:49.838Z Checking trust-dns-resolver v0.22.0
19332024-08-03T03:54:49.858Z Checking libsw v3.3.1
19342024-08-03T03:54:50.334Z Checking owo-colors v4.0.0
19352024-08-03T03:54:51.317Z Checking linear-map v1.2.0
19362024-08-03T03:54:51.921Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19372024-08-03T03:54:52.509Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19382024-08-03T03:54:52.763Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19392024-08-03T03:54:52.808Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19402024-08-03T03:54:53.414Z Compiling crossbeam-deque v0.8.5
19412024-08-03T03:54:55.484Z Compiling memmap2 v0.9.4
19422024-08-03T03:54:55.538Z Compiling spin v0.5.2
19432024-08-03T03:54:55.776Z Compiling constant_time_eq v0.3.0
19442024-08-03T03:54:55.949Z Compiling rayon v1.10.0
19452024-08-03T03:54:55.973Z Compiling arrayref v0.3.7
19462024-08-03T03:54:56.083Z Compiling arrayvec v0.7.4
19472024-08-03T03:54:56.498Z Compiling untrusted v0.7.1
19482024-08-03T03:54:56.980Z Compiling toolchain_find v0.4.0
19492024-08-03T03:54:57.366Z Compiling topological-sort v0.2.2
19502024-08-03T03:54:57.400Z Compiling rustfmt-wrapper v0.2.1
19512024-08-03T03:54:57.599Z Checking display-error-chain v0.2.0
19522024-08-03T03:54:57.659Z Checking nibble_vec v0.1.0
19532024-08-03T03:54:57.749Z Checking endian-type v0.1.2
19542024-08-03T03:54:57.866Z Checking signature v2.2.0
19552024-08-03T03:54:57.974Z Checking radix_trie v0.2.1
19562024-08-03T03:54:58.033Z Checking gethostname v0.4.3
19572024-08-03T03:54:58.081Z Compiling libefi-sys v0.1.0
19582024-08-03T03:54:58.187Z Compiling bitfield-struct v0.6.1
19592024-08-03T03:54:58.373Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19602024-08-03T03:54:58.826Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19612024-08-03T03:54:58.894Z Checking fxhash v0.2.1
19622024-08-03T03:54:59.083Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19632024-08-03T03:54:59.140Z Checking keccak v0.1.5
19642024-08-03T03:54:59.471Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19652024-08-03T03:54:59.497Z Checking sha3 v0.10.8
19662024-08-03T03:54:59.671Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19672024-08-03T03:54:59.764Z Checking secrecy v0.8.0
19682024-08-03T03:54:59.934Z Checking maplit v1.0.2
19692024-08-03T03:54:59.975Z Checking glob v0.3.1
19702024-08-03T03:55:00.053Z Compiling radium v0.7.0
19712024-08-03T03:55:00.295Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19722024-08-03T03:55:00.374Z Checking universal-hash v0.5.1
19732024-08-03T03:55:00.391Z Compiling curve25519-dalek v4.1.3
19742024-08-03T03:55:00.567Z Checking opaque-debug v0.3.1
19752024-08-03T03:55:00.591Z Compiling maybe-uninit v2.0.0
19762024-08-03T03:55:00.659Z Checking tap v1.0.1
19772024-08-03T03:55:00.724Z Compiling bzip2-sys v0.1.11+1.0.8
19782024-08-03T03:55:00.824Z Checking wyz v0.5.1
19792024-08-03T03:55:01.073Z Compiling omicron-zone-package v0.11.0
19802024-08-03T03:55:01.232Z Compiling curve25519-dalek-derive v0.1.1
19812024-08-03T03:55:01.273Z Checking funty v2.0.0
19822024-08-03T03:55:01.273Z Compiling num-bigint-dig v0.8.4
19832024-08-03T03:55:01.273Z Checking crc-catalog v2.4.0
19842024-08-03T03:55:01.420Z Compiling packed_struct v0.10.1
19852024-08-03T03:55:01.462Z Checking crc v3.2.1
19862024-08-03T03:55:01.933Z Compiling packed_struct_codegen v0.10.1
19872024-08-03T03:55:01.957Z Compiling async-recursion v1.1.1
19882024-08-03T03:55:02.181Z Checking bitvec v1.0.1
19892024-08-03T03:55:02.440Z Compiling indexmap v1.9.3
19902024-08-03T03:55:02.777Z Checking nodrop v0.1.14
19912024-08-03T03:55:02.904Z Checking array-init v0.0.4
19922024-08-03T03:55:03.753Z Checking smallvec v0.6.14
19932024-08-03T03:55:03.984Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
19942024-08-03T03:55:04.160Z Checking pkcs1 v0.7.5
19952024-08-03T03:55:04.587Z Checking aead v0.5.2
19962024-08-03T03:55:04.719Z Checking bitfield v0.14.0
19972024-08-03T03:55:04.825Z Checking hashbrown v0.12.3
19982024-08-03T03:55:04.879Z Compiling parking_lot_core v0.8.6
19992024-08-03T03:55:04.883Z Checking serde-hex v0.1.0
20002024-08-03T03:55:05.026Z Checking bzip2 v0.4.4
20012024-08-03T03:55:05.323Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
20022024-08-03T03:55:05.449Z Checking poly1305 v0.8.0
20032024-08-03T03:55:05.574Z Checking env_logger v0.10.2
20042024-08-03T03:55:05.950Z Checking chacha20 v0.9.1
20052024-08-03T03:55:06.022Z Checking x509-cert v0.2.5
20062024-08-03T03:55:06.075Z Checking rsa v0.9.6
20072024-08-03T03:55:06.311Z Checking ron v0.8.1
20082024-08-03T03:55:06.568Z Checking hashbrown v0.13.2
20092024-08-03T03:55:07.150Z Compiling thiserror-impl-no-std v2.0.2
20102024-08-03T03:55:07.476Z Checking crc-any v2.5.0
20112024-08-03T03:55:07.560Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20122024-08-03T03:55:07.618Z Checking object v0.30.4
20132024-08-03T03:55:07.829Z Checking zip v0.6.6
20142024-08-03T03:55:07.857Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
20152024-08-03T03:55:08.016Z Checking path-slash v0.1.5
20162024-08-03T03:55:08.174Z Checking parking_lot v0.11.2
20172024-08-03T03:55:08.227Z Checking chacha20poly1305 v0.10.1
20182024-08-03T03:55:08.415Z Checking trust-dns-client v0.22.0
20192024-08-03T03:55:08.518Z Checking toml v0.5.11
20202024-08-03T03:55:08.521Z Checking sled v0.34.7
20212024-08-03T03:55:08.824Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20222024-08-03T03:55:08.884Z Compiling buf-list v1.0.3
20232024-08-03T03:55:09.706Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20242024-08-03T03:55:10.008Z Checking trust-dns-server v0.22.1
20252024-08-03T03:55:10.058Z Compiling unicase v2.7.0
20262024-08-03T03:55:10.077Z Checking nanorand v0.7.0
20272024-08-03T03:55:10.197Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20282024-08-03T03:55:10.379Z Checking thiserror-no-std v2.0.2
20292024-08-03T03:55:10.440Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
20302024-08-03T03:55:10.485Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20312024-08-03T03:55:10.557Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20322024-08-03T03:55:10.595Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20332024-08-03T03:55:11.834Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20342024-08-03T03:55:12.595Z Checking vsss-rs v3.3.4
20352024-08-03T03:55:13.708Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
20362024-08-03T03:55:14.739Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20372024-08-03T03:55:14.906Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20382024-08-03T03:55:15.230Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20392024-08-03T03:55:16.396Z Checking flume v0.11.0
20402024-08-03T03:55:16.927Z Checking kstat-rs v0.2.4
20412024-08-03T03:55:17.196Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
20422024-08-03T03:55:17.284Z Compiling vte_generate_state_changes v0.1.1
20432024-08-03T03:55:17.369Z Compiling mime_guess v2.0.4
20442024-08-03T03:55:17.954Z Checking vte v0.11.1
20452024-08-03T03:55:18.252Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20462024-08-03T03:55:18.707Z Checking fd-lock v4.0.2
20472024-08-03T03:55:18.892Z Compiling pin-project-internal v1.1.5
20482024-08-03T03:55:19.276Z Checking strip-ansi-escapes v0.2.0
20492024-08-03T03:55:19.438Z Checking nu-ansi-term v0.50.0
20502024-08-03T03:55:19.865Z Checking reedline v0.31.0
20512024-08-03T03:55:20.006Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20522024-08-03T03:55:20.171Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20532024-08-03T03:55:20.457Z Checking http-range v0.1.5
20542024-08-03T03:55:20.653Z Compiling crunchy v0.2.2
20552024-08-03T03:55:21.235Z Checking hyper-staticfile v0.9.5
20562024-08-03T03:55:21.673Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20572024-08-03T03:55:22.147Z Checking pin-project v1.1.5
20582024-08-03T03:55:22.214Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
20592024-08-03T03:55:22.272Z Compiling clang-sys v1.7.0
20602024-08-03T03:55:22.734Z Compiling tiny-keccak v2.0.2
20612024-08-03T03:55:22.973Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20622024-08-03T03:55:23.030Z Checking bytecount v0.6.8
20632024-08-03T03:55:23.080Z Compiling ref-cast v1.0.23
20642024-08-03T03:55:23.191Z Checking papergrid v0.11.0
20652024-08-03T03:55:23.671Z Compiling ascii-canvas v3.0.0
20662024-08-03T03:55:23.902Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20672024-08-03T03:55:24.200Z Compiling tabled_derive v0.7.0
20682024-08-03T03:55:24.231Z Compiling ena v0.14.3
20692024-08-03T03:55:24.664Z Compiling ref-cast-impl v1.0.23
20702024-08-03T03:55:24.685Z Compiling libloading v0.8.3
20712024-08-03T03:55:25.109Z Compiling bindgen v0.69.4
20722024-08-03T03:55:25.796Z Compiling regex-syntax v0.6.29
20732024-08-03T03:55:25.878Z Compiling diff v0.1.13
20742024-08-03T03:55:25.938Z Compiling cfg_aliases v0.1.1
20752024-08-03T03:55:26.048Z Compiling nix v0.28.0
20762024-08-03T03:55:26.744Z Checking tabled v0.15.0
20772024-08-03T03:55:26.895Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20782024-08-03T03:55:27.434Z Compiling which v4.4.2
20792024-08-03T03:55:28.035Z Compiling cexpr v0.6.0
20802024-08-03T03:55:29.691Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20812024-08-03T03:55:29.822Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
20822024-08-03T03:55:31.593Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20832024-08-03T03:55:32.619Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
20842024-08-03T03:55:33.013Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20852024-08-03T03:55:34.120Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20862024-08-03T03:55:34.711Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
20872024-08-03T03:55:35.019Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20882024-08-03T03:55:35.440Z Compiling lalrpop v0.19.12
20892024-08-03T03:55:36.010Z Compiling snafu-derive v0.8.2
20902024-08-03T03:55:36.364Z Compiling rustc-hash v1.1.0
20912024-08-03T03:55:36.535Z Compiling lazycell v1.3.0
20922024-08-03T03:55:36.722Z Compiling shlex v1.3.0
20932024-08-03T03:55:38.951Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
20942024-08-03T03:55:39.003Z Compiling derive_builder_core v0.20.0
20952024-08-03T03:55:39.281Z Checking globset v0.4.14
20962024-08-03T03:55:39.830Z Checking olpc-cjson v0.1.3
20972024-08-03T03:55:40.052Z Checking serde_plain v1.0.2
20982024-08-03T03:55:40.319Z Compiling libxml v0.3.3
20992024-08-03T03:55:40.572Z Checking typed-path v0.7.1
21002024-08-03T03:55:41.509Z Compiling derive_builder_macro v0.20.0
21012024-08-03T03:55:41.761Z Checking snafu v0.8.2
21022024-08-03T03:55:42.230Z Compiling peg-macros v0.8.4
21032024-08-03T03:55:42.424Z Compiling strum_macros v0.24.3
21042024-08-03T03:55:42.492Z Checking tough v0.17.1
21052024-08-03T03:55:43.343Z Compiling sqlparser_derive v0.2.2
21062024-08-03T03:55:44.514Z Compiling cookie v0.18.1
21072024-08-03T03:55:44.844Z Compiling indoc v1.0.9
21082024-08-03T03:55:45.174Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21092024-08-03T03:55:45.855Z Checking parse-size v1.0.0
21102024-08-03T03:55:46.040Z Checking unicode_categories v0.1.1
21112024-08-03T03:55:46.143Z Checking peg v0.8.4
21122024-08-03T03:55:46.269Z Checking rustyline v14.0.0
21132024-08-03T03:55:46.322Z Checking sqlparser v0.45.0
21142024-08-03T03:55:46.340Z Checking sqlformat v0.2.4
21152024-08-03T03:55:47.037Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21162024-08-03T03:55:47.288Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21172024-08-03T03:55:47.841Z Checking derive_builder v0.20.0
21182024-08-03T03:55:47.879Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21192024-08-03T03:55:48.005Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21202024-08-03T03:55:48.869Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21212024-08-03T03:55:49.844Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21222024-08-03T03:55:49.877Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21232024-08-03T03:55:50.055Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21242024-08-03T03:55:50.326Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21252024-08-03T03:55:52.485Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21262024-08-03T03:55:53.329Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21272024-08-03T03:55:54.547Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
21282024-08-03T03:55:55.191Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
21292024-08-03T03:55:55.259Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
21302024-08-03T03:55:55.430Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
21312024-08-03T03:55:55.759Z Checking quick-xml v0.31.0
21322024-08-03T03:55:55.783Z Checking bcs v0.1.6
21332024-08-03T03:55:56.258Z Compiling impl-trait-for-tuples v0.2.2
21342024-08-03T03:55:56.419Z Compiling oso-derive v0.27.3
21352024-08-03T03:55:57.094Z Compiling memoffset v0.9.1
21362024-08-03T03:55:57.440Z Checking highway v1.1.0
21372024-08-03T03:55:57.721Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21382024-08-03T03:55:57.857Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21392024-08-03T03:55:58.266Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
21402024-08-03T03:55:58.672Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21412024-08-03T03:55:59.875Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21422024-08-03T03:56:00.179Z Checking bb8 v0.8.5
21432024-08-03T03:56:00.270Z Compiling const_format_proc_macros v0.2.32
21442024-08-03T03:56:00.638Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
21452024-08-03T03:56:01.023Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
21462024-08-03T03:56:01.459Z Checking nix v0.27.1
21472024-08-03T03:56:02.017Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21482024-08-03T03:56:02.293Z Checking serde-big-array v0.5.1
21492024-08-03T03:56:02.531Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21502024-08-03T03:56:02.555Z Checking const_format v0.2.32
21512024-08-03T03:56:03.024Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21522024-08-03T03:56:04.348Z Checking signal-hook-tokio v0.3.1
21532024-08-03T03:56:04.562Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
21542024-08-03T03:56:04.730Z Checking heck v0.4.1
21552024-08-03T03:56:04.959Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
21562024-08-03T03:56:05.060Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21572024-08-03T03:56:05.298Z Checking assert_matches v1.5.0
21582024-08-03T03:56:05.333Z Compiling portable-atomic v1.6.0
21592024-08-03T03:56:05.353Z Checking itertools v0.13.0
21602024-08-03T03:56:05.395Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21612024-08-03T03:56:07.579Z Checking rand_seeder v0.2.3
21622024-08-03T03:56:07.815Z Checking number_prefix v0.4.0
21632024-08-03T03:56:08.015Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
21642024-08-03T03:56:08.018Z Checking indicatif v0.17.8
21652024-08-03T03:56:08.053Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21662024-08-03T03:56:08.284Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21672024-08-03T03:56:08.829Z Checking is_ci v1.2.0
21682024-08-03T03:56:08.832Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
21692024-08-03T03:56:08.867Z Checking castaway v0.2.2
21702024-08-03T03:56:08.967Z Checking supports-color v3.0.0
21712024-08-03T03:56:09.035Z Checking compact_str v0.7.1
21722024-08-03T03:56:09.155Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21732024-08-03T03:56:09.203Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21742024-08-03T03:56:09.450Z Checking unicode-truncate v1.0.0
21752024-08-03T03:56:09.512Z Checking lru v0.12.3
21762024-08-03T03:56:09.610Z Compiling stability v0.2.0
21772024-08-03T03:56:09.676Z Checking cassowary v0.3.0
21782024-08-03T03:56:09.838Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
21792024-08-03T03:56:09.856Z Checking smawk v0.3.2
21802024-08-03T03:56:10.068Z Checking unicode-linebreak v0.1.5
21812024-08-03T03:56:10.100Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21822024-08-03T03:56:10.448Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21832024-08-03T03:56:10.481Z Checking textwrap v0.16.1
21842024-08-03T03:56:10.687Z Checking ratatui v0.27.0
21852024-08-03T03:56:10.897Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
21862024-08-03T03:56:11.014Z Checking fatfs v0.3.6
21872024-08-03T03:56:11.568Z Checking csv-core v0.1.11
21882024-08-03T03:56:11.589Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21892024-08-03T03:56:11.969Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
21902024-08-03T03:56:12.520Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21912024-08-03T03:56:12.654Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
21922024-08-03T03:56:13.685Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
21932024-08-03T03:56:13.706Z Checking shell-words v1.1.0
21942024-08-03T03:56:13.887Z Checking csv v1.3.0
21952024-08-03T03:56:14.243Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
21962024-08-03T03:56:14.808Z Checking cargo-platform v0.1.8
21972024-08-03T03:56:15.127Z Checking rtoolbox v0.0.2
21982024-08-03T03:56:15.341Z Compiling getrandom v0.1.16
21992024-08-03T03:56:15.665Z Checking rpassword v7.3.1
22002024-08-03T03:56:15.669Z Checking cargo_metadata v0.18.1
22012024-08-03T03:56:16.153Z Checking tui-tree-widget v0.21.0
22022024-08-03T03:56:16.509Z Checking plotters-backend v0.3.5
22032024-08-03T03:56:16.897Z Checking plotters-svg v0.3.5
22042024-08-03T03:56:17.335Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22052024-08-03T03:56:17.368Z Checking rfc6979 v0.4.0
22062024-08-03T03:56:18.093Z Checking cast v0.3.0
22072024-08-03T03:56:18.396Z Checking yansi v0.5.1
22082024-08-03T03:56:18.729Z Checking pretty_assertions v1.4.0
22092024-08-03T03:56:18.769Z Checking criterion-plot v0.5.0
22102024-08-03T03:56:18.932Z Checking ecdsa v0.16.9
22112024-08-03T03:56:19.313Z Checking rand_core v0.5.1
22122024-08-03T03:56:19.621Z Checking plotters v0.3.5
22132024-08-03T03:56:19.729Z Checking primeorder v0.13.6
22142024-08-03T03:56:20.107Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22152024-08-03T03:56:20.248Z Checking tinytemplate v1.2.1
22162024-08-03T03:56:20.626Z Checking anes v0.1.6
22172024-08-03T03:56:20.983Z Checking option-ext v0.2.0
22182024-08-03T03:56:21.112Z Checking oorandom v11.1.3
22192024-08-03T03:56:21.282Z Checking dirs-sys v0.4.1
22202024-08-03T03:56:21.327Z Checking criterion v0.5.1
22212024-08-03T03:56:21.483Z Checking rand_chacha v0.2.2
22222024-08-03T03:56:21.826Z Checking polyval v0.6.2
22232024-08-03T03:56:22.133Z Checking ed25519 v2.2.3
22242024-08-03T03:56:22.371Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
22252024-08-03T03:56:23.857Z Checking ctr v0.9.2
22262024-08-03T03:56:23.997Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
22272024-08-03T03:56:24.130Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22282024-08-03T03:56:24.150Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22292024-08-03T03:56:24.754Z Checking aes v0.8.4
22302024-08-03T03:56:25.376Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22312024-08-03T03:56:25.646Z Checking blowfish v0.9.1
22322024-08-03T03:56:25.899Z Checking password-hash v0.4.2
22332024-08-03T03:56:26.329Z Checking pbkdf2 v0.12.2
22342024-08-03T03:56:26.499Z Checking hex-literal v0.4.1
22352024-08-03T03:56:26.645Z Checking bcrypt-pbkdf v0.10.0
22362024-08-03T03:56:26.803Z Checking pbkdf2 v0.11.0
22372024-08-03T03:56:26.899Z Checking ed25519-dalek v2.1.1
22382024-08-03T03:56:27.108Z Checking ghash v0.5.1
22392024-08-03T03:56:27.111Z Checking rand v0.7.3
22402024-08-03T03:56:27.254Z Checking dirs v5.0.1
22412024-08-03T03:56:27.290Z Checking p256 v0.13.2
22422024-08-03T03:56:27.409Z Checking p521 v0.13.3
22432024-08-03T03:56:27.827Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
22442024-08-03T03:56:28.498Z Checking cbc v0.1.2
22452024-08-03T03:56:28.686Z Checking russh-cryptovec v0.7.2
22462024-08-03T03:56:28.717Z Checking md5 v0.7.0
22472024-08-03T03:56:28.865Z Compiling doc-comment v0.3.3
22482024-08-03T03:56:28.903Z Compiling target-lexicon v0.12.16
22492024-08-03T03:56:28.999Z Checking russh-keys v0.43.0
22502024-08-03T03:56:29.665Z Checking aes-gcm v0.10.3
22512024-08-03T03:56:29.916Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
22522024-08-03T03:56:30.016Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
22532024-08-03T03:56:30.201Z Checking http-body v1.0.0
22542024-08-03T03:56:30.428Z Compiling assert_cmd v2.0.15
22552024-08-03T03:56:30.847Z Compiling dhcproto-macros v0.1.0
22562024-08-03T03:56:30.892Z Checking tower-layer v0.3.2
22572024-08-03T03:56:31.177Z Compiling guppy-workspace-hack v0.1.0
22582024-08-03T03:56:31.523Z Checking tower v0.4.13
22592024-08-03T03:56:31.683Z Checking hyper v1.3.1
22602024-08-03T03:56:31.842Z Checking dhcproto v0.11.0
22612024-08-03T03:56:32.279Z Checking russh v0.43.0
22622024-08-03T03:56:33.445Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
22632024-08-03T03:56:33.483Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22642024-08-03T03:56:34.037Z Checking internet-checksum v0.2.1
22652024-08-03T03:56:34.187Z Compiling target-spec v3.2.1
22662024-08-03T03:56:35.911Z Checking cfg-expr v0.16.0
22672024-08-03T03:56:36.269Z Checking hyper-util v0.1.3
22682024-08-03T03:56:36.516Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
22692024-08-03T03:56:36.778Z Checking rustls-native-certs v0.7.0
22702024-08-03T03:56:36.938Z Checking httptest v0.15.5
22712024-08-03T03:56:37.872Z Checking hyper-rustls v0.26.0
22722024-08-03T03:56:38.620Z Checking pathdiff v0.2.1
22732024-08-03T03:56:38.793Z Checking threadpool v1.8.1
22742024-08-03T03:56:39.013Z Compiling rstest_macros v0.19.0
22752024-08-03T03:56:39.583Z Checking escape8259 v0.5.2
22762024-08-03T03:56:39.732Z Checking nested v0.1.1
22772024-08-03T03:56:39.774Z Checking libtest-mimic v0.7.3
22782024-08-03T03:56:39.959Z Checking guppy v0.17.7
22792024-08-03T03:56:40.368Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
22802024-08-03T03:56:40.692Z Checking similar-asserts v1.5.0
22812024-08-03T03:56:40.932Z Checking fancy-regex v0.13.0
22822024-08-03T03:56:41.216Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22832024-08-03T03:56:41.682Z Compiling relative-path v1.9.3
22842024-08-03T03:56:42.115Z Compiling trybuild v1.0.97
22852024-08-03T03:56:42.684Z Checking datatest-stable v0.2.9
22862024-08-03T03:56:43.008Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
22872024-08-03T03:56:44.362Z Checking blake2b_simd v1.0.2
22882024-08-03T03:56:44.615Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
22892024-08-03T03:56:44.940Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
22902024-08-03T03:56:45.226Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22912024-08-03T03:56:45.262Z Checking serde_tokenstream v0.2.1
22922024-08-03T03:56:45.536Z Checking uzers v0.11.3
22932024-08-03T03:56:45.636Z Checking futures-timer v3.0.3
22942024-08-03T03:56:45.861Z Checking indent_write v2.2.0
22952024-08-03T03:56:46.017Z Checking rust-argon2 v2.1.0
22962024-08-03T03:56:46.436Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22972024-08-03T03:56:51.485Z Checking rstest v0.19.0
22982024-08-03T03:56:51.712Z Checking multimap v0.10.0
22992024-08-03T03:56:52.022Z Checking rand_distr v0.4.3
23002024-08-03T03:56:52.848Z Checking approx v0.5.1
23012024-08-03T03:56:52.995Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
23022024-08-03T03:56:54.137Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23032024-08-03T03:56:54.350Z Checking partial-io v0.5.4
23042024-08-03T03:56:54.747Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
23052024-08-03T03:56:55.045Z Checking cargo_toml v0.20.4
23062024-08-03T03:56:56.114Z Checking termios v0.3.3
23072024-08-03T03:56:56.330Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23082024-08-03T03:56:57.112Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
23092024-08-03T03:56:58.161Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23102024-08-03T03:56:59.387Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
23112024-08-03T03:57:09.097Z Compiling samael v0.0.15
23122024-08-03T03:57:13.108Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23132024-08-03T03:57:48.557Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
23142024-08-03T03:57:50.203Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23152024-08-03T03:57:57.942Z Compiling polar-core v0.27.3
23162024-08-03T03:58:07.439Z Checking oso v0.27.3
23172024-08-03T03:58:39.393Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
23182024-08-03T03:58:39.393Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23192024-08-03T03:58:39.396Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23202024-08-03T03:59:58.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 11s
23212024-08-03T03:59:59.030Z
23222024-08-03T03:59:59.030Zreal 6:16.293567724
23232024-08-03T03:59:59.030Zuser 32:54.373019801
23242024-08-03T03:59:59.030Zsys 5:35.878107900
23252024-08-03T03:59:59.030Ztrap 0.787843783
23262024-08-03T03:59:59.030Ztflt 1.790793618
23272024-08-03T03:59:59.030Zdflt 0.422238450
23282024-08-03T03:59:59.030Zkflt 0.001030517
23292024-08-03T03:59:59.030Zlock 52:29.639491681
23302024-08-03T03:59:59.030Zslp 1:54:47.221074189
23312024-08-03T03:59:59.034Zlat 1:31.055040161
23322024-08-03T03:59:59.034Zstop 5:09.774226807
23332024-08-03T03:59:59.034Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
23342024-08-03T03:59:59.034Z+ ptime -m cargo doc --workspace --no-deps
23352024-08-03T04:00:00.153Zwarning: output filename collision.
23362024-08-03T04:00:00.153ZThe 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)`.
23372024-08-03T04:00:00.153ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
23382024-08-03T04:00:00.153ZThe targets should have unique names.
23392024-08-03T04:00:00.153ZThis is a known bug where multiple crates with the same name use
23402024-08-03T04:00:00.153Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
23412024-08-03T04:00:00.452Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23422024-08-03T04:00:00.506Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23432024-08-03T04:00:00.522Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23442024-08-03T04:00:00.554Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23452024-08-03T04:00:00.586Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23462024-08-03T04:00:00.610Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
23472024-08-03T04:00:00.611Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23482024-08-03T04:00:00.821Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23492024-08-03T04:00:00.855Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23502024-08-03T04:00:00.871Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23512024-08-03T04:00:00.906Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23522024-08-03T04:00:00.916Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23532024-08-03T04:00:01.075Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23542024-08-03T04:00:01.140Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23552024-08-03T04:00:01.157Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23562024-08-03T04:00:01.343Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23572024-08-03T04:00:01.609Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23582024-08-03T04:00:02.488Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23592024-08-03T04:00:05.461Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23602024-08-03T04:00:05.722Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23612024-08-03T04:00:05.805Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23622024-08-03T04:00:05.888Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23632024-08-03T04:00:06.150Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23642024-08-03T04:00:06.223Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23652024-08-03T04:00:06.494Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23662024-08-03T04:00:06.828Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23672024-08-03T04:00:07.377Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23682024-08-03T04:00:07.494Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
23692024-08-03T04:00:07.562Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23702024-08-03T04:00:07.863Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
23712024-08-03T04:00:07.923Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23722024-08-03T04:00:08.246Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
23732024-08-03T04:00:08.263Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
23742024-08-03T04:00:08.655Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23752024-08-03T04:00:08.977Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
23762024-08-03T04:00:09.188Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
23772024-08-03T04:00:09.314Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23782024-08-03T04:00:09.334Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
23792024-08-03T04:00:09.373Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23802024-08-03T04:00:13.376Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23812024-08-03T04:00:13.963Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23822024-08-03T04:00:14.045Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23832024-08-03T04:00:15.308Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
23842024-08-03T04:00:15.446Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23852024-08-03T04:00:16.268Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23862024-08-03T04:00:22.544Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23872024-08-03T04:00:22.588Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23882024-08-03T04:00:22.588Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23892024-08-03T04:00:22.588Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23902024-08-03T04:00:22.654Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23912024-08-03T04:00:23.981Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
23922024-08-03T04:00:24.594Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23932024-08-03T04:00:26.597Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23942024-08-03T04:00:26.616Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23952024-08-03T04:00:27.563Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23962024-08-03T04:00:28.330Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23972024-08-03T04:00:28.438Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23982024-08-03T04:00:28.441Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23992024-08-03T04:00:29.026Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24002024-08-03T04:00:29.066Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24012024-08-03T04:00:29.501Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24022024-08-03T04:00:30.079Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24032024-08-03T04:00:30.848Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24042024-08-03T04:00:31.839Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24052024-08-03T04:00:32.035Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24062024-08-03T04:00:32.086Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24072024-08-03T04:00:32.127Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24082024-08-03T04:00:32.431Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24092024-08-03T04:00:32.539Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24102024-08-03T04:00:32.674Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24112024-08-03T04:00:33.003Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
24122024-08-03T04:00:33.349Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24132024-08-03T04:00:33.538Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24142024-08-03T04:00:33.954Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24152024-08-03T04:00:34.438Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24162024-08-03T04:00:34.496Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24172024-08-03T04:00:34.843Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24182024-08-03T04:00:35.810Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
24192024-08-03T04:00:36.790Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
24202024-08-03T04:00:36.951Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24212024-08-03T04:00:37.195Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
24222024-08-03T04:00:37.270Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
24232024-08-03T04:00:37.526Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24242024-08-03T04:00:37.975Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24252024-08-03T04:00:38.288Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24262024-08-03T04:00:38.464Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24272024-08-03T04:00:38.579Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
24282024-08-03T04:00:38.640Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24292024-08-03T04:00:41.065Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24302024-08-03T04:00:41.572Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24312024-08-03T04:00:41.616Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
24322024-08-03T04:00:42.973Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
24332024-08-03T04:00:44.041Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24342024-08-03T04:01:00.958Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
24352024-08-03T04:01:06.840Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
24362024-08-03T04:01:16.225Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
24372024-08-03T04:01:30.649Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24382024-08-03T04:01:33.133Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24392024-08-03T04:01:34.285Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24402024-08-03T04:01:43.943Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
24412024-08-03T04:01:47.846Z Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
24422024-08-03T04:02:05.065Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24432024-08-03T04:02:07.346Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24442024-08-03T04:02:07.393Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24452024-08-03T04:02:07.846Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24462024-08-03T04:02:08.785Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24472024-08-03T04:02:10.445Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24482024-08-03T04:02:10.807Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24492024-08-03T04:02:11.045Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24502024-08-03T04:02:24.009Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24512024-08-03T04:02:30.145Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
24522024-08-03T04:02:45.143Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24532024-08-03T04:02:46.512Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24542024-08-03T04:02:51.298Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
24552024-08-03T04:02:52.257Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
24562024-08-03T04:03:11.852Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24572024-08-03T04:03:14.709Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24582024-08-03T04:03:20.648Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
24592024-08-03T04:03:23.965Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24602024-08-03T04:03:25.408Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24612024-08-03T04:03:26.654Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24622024-08-03T04:03:29.818Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24632024-08-03T04:03:31.410Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24642024-08-03T04:03:39.660Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24652024-08-03T04:03:41.072Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
24662024-08-03T04:03:42.737Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24672024-08-03T04:03:43.809Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
24682024-08-03T04:03:44.751Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
24692024-08-03T04:03:49.227Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24702024-08-03T04:03:57.455Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24712024-08-03T04:03:58.308Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24722024-08-03T04:03:59.506Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24732024-08-03T04:04:00.538Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24742024-08-03T04:04:01.935Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24752024-08-03T04:04:03.969Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24762024-08-03T04:04:14.500Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24772024-08-03T04:04:16.208Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24782024-08-03T04:04:18.812Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24792024-08-03T04:04:24.149Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
24802024-08-03T04:04:25.228Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
24812024-08-03T04:04:28.492Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
24822024-08-03T04:04:30.468Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24832024-08-03T04:04:31.236Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24842024-08-03T04:04:31.579Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24852024-08-03T04:04:31.762Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24862024-08-03T04:04:40.841Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24872024-08-03T04:04:41.701Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24882024-08-03T04:04:43.660Z Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
24892024-08-03T04:04:45.495Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24902024-08-03T04:04:47.907Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24912024-08-03T04:04:55.387Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24922024-08-03T04:04:58.526Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24932024-08-03T04:04:59.951Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24942024-08-03T04:05:01.675Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24952024-08-03T04:05:03.294Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24962024-08-03T04:05:05.931Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24972024-08-03T04:05:10.643Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24982024-08-03T04:05:15.026Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
24992024-08-03T04:05:17.048Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25002024-08-03T04:05:18.208Z Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
25012024-08-03T04:05:19.762Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25022024-08-03T04:05:21.131Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
25032024-08-03T04:05:22.551Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25042024-08-03T04:05:29.411Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25052024-08-03T04:05:29.663Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25062024-08-03T04:05:31.645Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25072024-08-03T04:05:32.572Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
25082024-08-03T04:05:34.407Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25092024-08-03T04:05:35.192Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25102024-08-03T04:05:36.714Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25112024-08-03T04:05:36.791Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25122024-08-03T04:05:37.972Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25132024-08-03T04:05:42.344Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25142024-08-03T04:05:42.974Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25152024-08-03T04:05:46.131Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
25162024-08-03T04:05:47.008Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25172024-08-03T04:05:47.145Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25182024-08-03T04:05:47.322Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25192024-08-03T04:05:47.477Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25202024-08-03T04:05:48.987Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25212024-08-03T04:06:11.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 12s
25222024-08-03T04:06:11.644Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 110 other files
25232024-08-03T04:06:11.700Z
25242024-08-03T04:06:11.700Zreal 6:12.606493941
25252024-08-03T04:06:11.700Zuser 19:24.050006437
25262024-08-03T04:06:11.700Zsys 27:36.142046557
25272024-08-03T04:06:11.700Ztrap 0.314230635
25282024-08-03T04:06:11.700Ztflt 0.183304370
25292024-08-03T04:06:11.700Zdflt 0.175076171
25302024-08-03T04:06:11.700Zkflt 0.000016218
25312024-08-03T04:06:11.703Zlock 1:00:11.518098307
25322024-08-03T04:06:11.703Zslp 1:47:13.644373568
25332024-08-03T04:06:11.703Zlat 1:03.408243045
25342024-08-03T04:06:11.703Zstop 51.083674926
25352024-08-03T04:06:11.703Zprocess exited: duration 1106127 ms, exit code 0
 
25362024-08-03T04:06:11.709Zfound 0 output files