01HXXAKFBJ16YD1Q4DRF3YKJPD: clippy (helios)

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

Buildomat Job: 01HXXAP6WBG8V3309YG5P9CWB8

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-15T05:14:10.902Zjob assigned to worker 01HXXAPANV5ATQJKSYD2VD2J9F (queued for 1 m 5 s)
 
22024-05-15T05:14:18.650Zstarting task 0: "setup"
32024-05-15T05:14:18.707Z++ uname -s
42024-05-15T05:14:18.721Z+ kern=SunOS
52024-05-15T05:14:18.721Z+ case "$kern" in
62024-05-15T05:14:18.721Z+ groupadd -g 12345 build
72024-05-15T05:14:18.721Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-15T05:14:20.729Z+ zfs create -o mountpoint=/work rpool/work
92024-05-15T05:14:20.828Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-15T05:14:21.298Z+ home_fs=zfs
112024-05-15T05:14:21.298Z+ [[ zfs == autofs ]]
122024-05-15T05:14:21.298Z+ mkdir -p /home/build
132024-05-15T05:14:21.298Z+ chown build:build /home/build /work
142024-05-15T05:14:22.843Z+ chmod 0700 /home/build /work
152024-05-15T05:14:22.872Zprocess exited: duration 4175 ms, exit code 0
 
162024-05-15T05:14:22.913Zstarting task 1: "rust-toolchain"
172024-05-15T05:14:22.940Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-15T05:14:22.941Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-05-15T05:14:23.412Zinfo: downloading installer
202024-05-15T05:14:24.957Zwarning: it looks like you have an existing installation of Rust at:
212024-05-15T05:14:24.958Zwarning: /opt/ooce/bin
222024-05-15T05:14:24.958Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-15T05:14:24.958Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-15T05:14:24.958Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-15T05:14:24.958Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-15T05:14:24.958Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-15T05:14:24.958Zerror: cannot install while Rust is installed
282024-05-15T05:14:24.959Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-15T05:14:25.041Zinfo: profile set to 'default'
302024-05-15T05:14:25.041Zinfo: default host triple is x86_64-unknown-illumos
312024-05-15T05:14:25.059Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-05-15T05:14:25.206Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-05-15T05:14:25.206Zinfo: downloading component 'cargo'
342024-05-15T05:14:26.636Zinfo: downloading component 'clippy'
352024-05-15T05:14:26.649Zinfo: downloading component 'rust-docs'
362024-05-15T05:14:27.664Zinfo: downloading component 'rust-std'
372024-05-15T05:14:29.782Zinfo: downloading component 'rustc'
382024-05-15T05:14:35.123Zinfo: downloading component 'rustfmt'
392024-05-15T05:14:35.516Zinfo: installing component 'cargo'
402024-05-15T05:14:36.387Zinfo: installing component 'clippy'
412024-05-15T05:14:36.814Zinfo: installing component 'rust-docs'
422024-05-15T05:14:38.198Zinfo: installing component 'rust-std'
432024-05-15T05:14:40.360Zinfo: installing component 'rustc'
442024-05-15T05:14:44.557Zinfo: installing component 'rustfmt'
452024-05-15T05:14:44.568Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-05-15T05:14:44.569Z
472024-05-15T05:14:44.809Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-05-15T05:14:44.810Z
492024-05-15T05:14:44.847Z
502024-05-15T05:14:44.848ZRust is installed now. Great!
512024-05-15T05:14:44.848Z
522024-05-15T05:14:44.848ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-15T05:14:44.848Zenvironment variable. This has not been done automatically.
542024-05-15T05:14:44.848Z
552024-05-15T05:14:44.849ZTo configure your current shell, you need to source
562024-05-15T05:14:44.849Zthe corresponding env file under $HOME/.cargo.
572024-05-15T05:14:44.849Z
582024-05-15T05:14:44.849ZThis is usually done by running one of the following (note the leading DOT):
592024-05-15T05:14:44.849Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-15T05:14:44.849Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-15T05:14:44.941Z+ rustc --version
622024-05-15T05:14:45.031Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-05-15T05:14:45.102Zprocess exited: duration 22094 ms, exit code 0
 
642024-05-15T05:14:45.252Zstarting task 2: "authentication"
652024-05-15T05:14:45.614ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
662024-05-15T05:15:49.686Zprocess exited: duration 64480 ms, exit code 0
 
672024-05-15T05:15:50.130Zstarting task 3: "clone repository"
682024-05-15T05:15:50.613Z+ mkdir -p /work/oxidecomputer/omicron
692024-05-15T05:15:50.614Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
702024-05-15T05:15:50.614ZCloning into '/work/oxidecomputer/omicron'...
712024-05-15T05:15:55.882Z+ cd /work/oxidecomputer/omicron
722024-05-15T05:15:55.883Z+ git fetch origin 4f7e84bc28234417a0dbf813636438ae097d1397
732024-05-15T05:15:56.199ZFrom https://github.com/oxidecomputer/omicron
742024-05-15T05:15:56.200Z * branch 4f7e84bc28234417a0dbf813636438ae097d1397 -> FETCH_HEAD
752024-05-15T05:15:56.664Z+ [[ -n '' ]]
762024-05-15T05:15:56.665Z+ git reset --hard 4f7e84bc28234417a0dbf813636438ae097d1397
772024-05-15T05:15:56.683ZHEAD is now at 4f7e84bc2 Update Rust crate serde_json to 1.0.117
782024-05-15T05:15:56.683Zprocess exited: duration 6617 ms, exit code 0
 
792024-05-15T05:15:56.745Zstarting task 4: "build"
802024-05-15T05:15:56.772Z+ cargo --version
812024-05-15T05:15:56.772Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
822024-05-15T05:15:56.933Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
832024-05-15T05:15:56.933Zinfo: downloading component 'cargo'
842024-05-15T05:15:57.622Zinfo: downloading component 'clippy'
852024-05-15T05:15:57.815Zinfo: downloading component 'rust-docs'
862024-05-15T05:15:59.320Zinfo: downloading component 'rust-std'
872024-05-15T05:16:00.241Zinfo: downloading component 'rustc'
882024-05-15T05:16:03.737Zinfo: downloading component 'rustfmt'
892024-05-15T05:16:03.944Zinfo: installing component 'cargo'
902024-05-15T05:16:04.777Zinfo: installing component 'clippy'
912024-05-15T05:16:05.108Zinfo: installing component 'rust-docs'
922024-05-15T05:16:06.558Zinfo: installing component 'rust-std'
932024-05-15T05:16:08.232Zinfo: installing component 'rustc'
942024-05-15T05:16:13.491Zinfo: installing component 'rustfmt'
952024-05-15T05:16:13.534Zcargo 1.77.2 (e52e36006 2024-03-26)
962024-05-15T05:16:13.534Z+ rustc --version
972024-05-15T05:16:13.534Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
982024-05-15T05:16:13.534Z+ source ./env.sh
992024-05-15T05:16:13.535Z++ set -o xtrace
1002024-05-15T05:16:13.535Z++++ dirname ./env.sh
1012024-05-15T05:16:13.535Z+++ readlink -f .
1022024-05-15T05:16:13.535Z++ OMICRON_WS=/work/oxidecomputer/omicron
1032024-05-15T05:16:13.535Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042024-05-15T05:16:13.536Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052024-05-15T05:16:13.536Z++ 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
1062024-05-15T05:16:13.536Z++ 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
1072024-05-15T05:16:13.536Z++ 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
1082024-05-15T05:16:13.536Z++ 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
1092024-05-15T05:16:13.536Z++ 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
1102024-05-15T05:16:13.539Z++ 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
1112024-05-15T05:16:13.540Z++ unset OMICRON_WS
1122024-05-15T05:16:13.541Z++ set +o xtrace
1132024-05-15T05:16:13.542Z
1142024-05-15T05:16:13.542Z ##### ##### ###### ##### ###### #### # # # #### #
1152024-05-15T05:16:13.542Z # # # # # # # # # # # # # # #
1162024-05-15T05:16:13.543Z # # # # ##### # # ##### # # # # # #### #
1172024-05-15T05:16:13.543Z ##### ##### # ##### # # # # # # # # #
1182024-05-15T05:16:13.544Z # # # # # # # # # # # # # # #
1192024-05-15T05:16:13.544Z # # # ###### # # ###### ### # #### # #### #
1202024-05-15T05:16:13.545Z
1212024-05-15T05:16:22.245Z Startup: Refreshing catalog 'helios-dev' ... Done
1222024-05-15T05:16:24.122Z Startup: Caching catalogs ... Done
1232024-05-15T05:16:25.804ZPlanning: Solver setup ... Done (1.150s)
1242024-05-15T05:16:26.288ZPlanning: Running solver ... Done (0.023s)
1252024-05-15T05:16:26.288ZPlanning: Finding local manifests ... Done (0.003s)
1262024-05-15T05:16:26.288ZPlanning: Fetching manifests: 0/4 0% complete
1272024-05-15T05:16:27.110ZPlanning: Fetching manifests: 4/4 100% complete
1282024-05-15T05:16:27.571ZPlanning: Package planning ... Done (0.050s)
1292024-05-15T05:16:27.586ZPlanning: Merging actions ... Done (0.052s)
1302024-05-15T05:16:27.900ZPlanning: Checking for conflicting actions ... Done (0.680s)
1312024-05-15T05:16:27.917ZPlanning: Consolidating action changes ... Done (0.011s)
1322024-05-15T05:16:31.375ZPlanning: Evaluating mediators ... Done (3.453s)
1332024-05-15T05:16:31.406ZPlanning: Planning completed in 7.19 seconds
1342024-05-15T05:16:31.754Z Packages to install: 4
1352024-05-15T05:16:31.754Z Mediators to change: 2
1362024-05-15T05:16:31.754Z Services to change: 1
1372024-05-15T05:16:31.765Z Estimated space available: 155.31 GB
1382024-05-15T05:16:31.765ZEstimated space to be consumed: 1.45 GB
1392024-05-15T05:16:31.765Z Create boot environment: No
1402024-05-15T05:16:31.765ZCreate backup boot environment: No
1412024-05-15T05:16:31.765Z Rebuild boot archive: No
1422024-05-15T05:16:31.765Z
1432024-05-15T05:16:31.765ZChanged mediators:
1442024-05-15T05:16:31.765Z mediator clang:
1452024-05-15T05:16:31.766Z version: None -> 15 (system default)
1462024-05-15T05:16:31.766Z
1472024-05-15T05:16:31.766Z mediator llvm:
1482024-05-15T05:16:31.766Z version: 14 (system default) -> 15 (system default)
1492024-05-15T05:16:31.767Z
1502024-05-15T05:16:31.767ZChanged packages:
1512024-05-15T05:16:31.767Zhelios-dev
1522024-05-15T05:16:31.767Z developer/build-essential
1532024-05-15T05:16:31.767Z None -> 11-2.0
1542024-05-15T05:16:31.767Z library/libxmlsec1
1552024-05-15T05:16:31.767Z None -> 1.2.35-2.0
1562024-05-15T05:16:31.768Z ooce/developer/clang-15
1572024-05-15T05:16:31.768Z None -> 15.0.7-2.0
1582024-05-15T05:16:31.768Z ooce/developer/llvm-15
1592024-05-15T05:16:31.768Z None -> 15.0.7-2.0
1602024-05-15T05:16:31.768Z
1612024-05-15T05:16:31.769ZServices:
1622024-05-15T05:16:31.769Z restart_fmri:
1632024-05-15T05:16:31.769Z svc:/system/update-man-index:default
1642024-05-15T05:16:31.884Z
1652024-05-15T05:16:31.884ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1662024-05-15T05:16:37.316ZDownload: 490/3290 items 14.6/212.6MB 6% complete (2.9M/s)
1672024-05-15T05:16:41.907ZDownload: 1137/3290 items 56.5/212.6MB 26% complete (5.6M/s)
1682024-05-15T05:16:46.913ZDownload: 1645/3290 items 117.9/212.6MB 55% complete (10.8M/s)
1692024-05-15T05:16:51.953ZDownload: 2040/3290 items 118.7/212.6MB 55% complete (7.6M/s)
1702024-05-15T05:16:57.483ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (961k/s)
1712024-05-15T05:17:02.491ZDownload: 2419/3290 items 120.1/212.6MB 56% complete (126k/s)
1722024-05-15T05:17:07.505ZDownload: 2710/3290 items 120.8/212.6MB 56% complete (161k/s)
1732024-05-15T05:17:12.597ZDownload: 2908/3290 items 121.2/212.6MB 56% complete (114k/s)
1742024-05-15T05:17:17.606ZDownload: 3210/3290 items 193.6/212.6MB 91% complete (7.2M/s)
1752024-05-15T05:17:24.739ZDownload: 3243/3290 items 202.7/212.6MB 95% complete (8.2M/s)
1762024-05-15T05:17:30.146ZDownload: 3245/3290 items 202.8/212.6MB 95% complete (7.7M/s)
1772024-05-15T05:17:38.543ZDownload: 3247/3290 items 203.1/212.6MB 95% complete (4.8M/s)
1782024-05-15T05:17:43.562ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (332B/s)
1792024-05-15T05:17:49.724ZDownload: 3284/3290 items 211.3/212.6MB 99% complete (1.1M/s)
1802024-05-15T05:17:56.210ZDownload: 3287/3290 items 211.5/212.6MB 99% complete (1.1M/s)
1812024-05-15T05:17:56.249ZDownload: Completed 212.60 MB in 84.35 seconds (2.5M/s)
1822024-05-15T05:17:56.512Z Actions: 1/3689 actions (Installing new actions)
1832024-05-15T05:18:01.603Z Actions: 3614/3689 actions (Installing new actions)
1842024-05-15T05:18:01.853Z Actions: Completed 3689 actions in 5.05 seconds.
1852024-05-15T05:18:02.077Z Done (0.222s)
1862024-05-15T05:18:02.078Z Done (0.000s)
1872024-05-15T05:18:02.218Z Done (0.298s)
1882024-05-15T05:18:07.644Z Done (4.977s)
1892024-05-15T05:18:07.722Z Done (0.139s)
1902024-05-15T05:18:07.722Z Done (0.000s)
1912024-05-15T05:18:07.722Z Done (0.000s)
1922024-05-15T05:18:08.164ZPlanning: Evaluating mediator changes ... Done
1932024-05-15T05:18:08.316ZPlanning: Checking for conflicting actions ... Done
1942024-05-15T05:18:17.952ZPlanning: Consolidating action changes ... Done
1952024-05-15T05:18:18.391ZPlanning: Evaluating mediators ... Done
1962024-05-15T05:18:18.391ZPlanning: Planning completed in 0.46 seconds
1972024-05-15T05:18:18.391Z Mediators to change: 2
1982024-05-15T05:18:18.392Z Create boot environment: No
1992024-05-15T05:18:18.392ZCreate backup boot environment: No
2002024-05-15T05:18:18.392Z Done
2012024-05-15T05:18:18.392Z Done
2022024-05-15T05:18:18.962Z Done
2032024-05-15T05:18:18.963Z Done
2042024-05-15T05:18:18.963Z Done
2052024-05-15T05:18:19.085Z Done
2062024-05-15T05:18:19.085Z Done
2072024-05-15T05:18:19.085ZPlanning: Evaluating mediator changes ... Done
2082024-05-15T05:18:19.086ZPlanning: Merging actions ... Done
2092024-05-15T05:18:19.086ZPlanning: Checking for conflicting actions ... Done
2102024-05-15T05:18:19.087ZPlanning: Consolidating action changes ... Done
2112024-05-15T05:18:19.087ZPlanning: Evaluating mediators ... Done
2122024-05-15T05:18:19.087ZPlanning: Planning completed in 0.78 seconds
2132024-05-15T05:18:19.087Z Packages to change: 1
2142024-05-15T05:18:19.087Z Mediators to change: 1
2152024-05-15T05:18:19.088Z Services to change: 1
2162024-05-15T05:18:19.088Z Create boot environment: No
2172024-05-15T05:18:19.088ZCreate backup boot environment: Yes
2182024-05-15T05:18:19.089Z Actions: 1/6 actions (Updating modified actions)
2192024-05-15T05:18:19.089Z Actions: Completed 6 actions in 0.04 seconds.
2202024-05-15T05:18:19.090Z Done
2212024-05-15T05:18:19.090Z Done
2222024-05-15T05:18:19.090Z Done
2232024-05-15T05:18:19.787Z Done
2242024-05-15T05:18:20.149Z Done
2252024-05-15T05:18:20.150Z Done
2262024-05-15T05:18:20.150Z Done
2272024-05-15T05:18:20.728ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282024-05-15T05:18:20.728Zclang system 15 system
2292024-05-15T05:18:20.728Zcsh system system illumos
2302024-05-15T05:18:20.728Zctags system system illumos
2312024-05-15T05:18:20.728Zgcc vendor 12 vendor
2322024-05-15T05:18:20.728Zgcc system 10 system
2332024-05-15T05:18:20.729Zgcc system 7 system
2342024-05-15T05:18:20.729Zgo system 1.20 system
2352024-05-15T05:18:20.729Zgo system 1.19 system
2362024-05-15T05:18:20.729Zllvm system 15 system
2372024-05-15T05:18:20.729Zllvm system 14 system
2382024-05-15T05:18:20.729Zmariadb system 10.6 system
2392024-05-15T05:18:20.729Zmta vendor vendor dma
2402024-05-15T05:18:20.729Zopenjdk system 17 system
2412024-05-15T05:18:20.729Zopenjdk system 11 system
2422024-05-15T05:18:20.730Zopenjdk system 1.8 system
2432024-05-15T05:18:20.730Zopenssl vendor 3 vendor
2442024-05-15T05:18:20.730Zperl system 5.36 system
2452024-05-15T05:18:20.730Zpostgresql system 15 system
2462024-05-15T05:18:20.731Zpostgresql system 13 system
2472024-05-15T05:18:20.731Zpython vendor 3 vendor
2482024-05-15T05:18:20.731Zpython system 2 system
2492024-05-15T05:18:20.731Zpython3 system 3.11 system
2502024-05-15T05:18:20.731Zruby system 3.0 system
2512024-05-15T05:18:20.731Zwords vendor vendor american-english
2522024-05-15T05:18:20.731Zwords system system australian-english
2532024-05-15T05:18:20.731Zwords system system british-english
2542024-05-15T05:18:20.732Zwords system system canadian-english
2552024-05-15T05:18:20.732Zwords system system french
2562024-05-15T05:18:20.732Zwords system system italian
2572024-05-15T05:18:20.732Zwords system system ngerman
2582024-05-15T05:18:20.732Zwords system system ogerman
2592024-05-15T05:18:20.732Zwords system system spanish
2602024-05-15T05:18:20.756ZPUBLISHER TYPE STATUS P LOCATION
2612024-05-15T05:18:20.756Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2622024-05-15T05:18:22.134ZFMRI IFO
2632024-05-15T05:18:22.134Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2642024-05-15T05:18:22.134Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2652024-05-15T05:18:22.134Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2662024-05-15T05:18:22.134Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2672024-05-15T05:18:22.134Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2682024-05-15T05:18:22.135Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692024-05-15T05:18:22.135Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2702024-05-15T05:18:22.135Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2712024-05-15T05:18:22.135Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2722024-05-15T05:18:22.136Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2732024-05-15T05:18:22.136Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2742024-05-15T05:18:22.136Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2752024-05-15T05:18:22.353Z+ set -o errexit
2762024-05-15T05:18:22.858Z+++ dirname ./tools/ci_download_cockroachdb
2772024-05-15T05:18:22.858Z++ cd ./tools
2782024-05-15T05:18:22.859Z++ pwd
2792024-05-15T05:18:22.859Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2802024-05-15T05:18:22.859Z++ basename ./tools/ci_download_cockroachdb
2812024-05-15T05:18:22.859Z+ ARG0=ci_download_cockroachdb
2822024-05-15T05:18:22.859Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2832024-05-15T05:18:22.860Z+ CIDL_VERSION=v22.1.9
2842024-05-15T05:18:22.860Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2852024-05-15T05:18:22.860Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2862024-05-15T05:18:22.860Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2872024-05-15T05:18:22.860Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2882024-05-15T05:18:22.861Z+ TARGET_DIR=out
2892024-05-15T05:18:22.861Z+ DOWNLOAD_DIR=out/downloads
2902024-05-15T05:18:22.861Z+ DEST_DIR=./out/cockroachdb
2912024-05-15T05:18:22.861Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2922024-05-15T05:18:22.861Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2932024-05-15T05:18:22.861Z+ main
2942024-05-15T05:18:22.862Z+ [[ 0 != 0 ]]
2952024-05-15T05:18:22.862Z+ CIDL_OS=solaris2.11
2962024-05-15T05:18:22.862Z+ [[ 0 != 0 ]]
2972024-05-15T05:18:22.862Z+ configure_os solaris2.11
2982024-05-15T05:18:22.863Z+ echo 'current directory: /work/oxidecomputer/omicron'
2992024-05-15T05:18:22.863Zcurrent directory: /work/oxidecomputer/omicron
3002024-05-15T05:18:22.863Z+ echo 'configuring based on OS: "solaris2.11"'
3012024-05-15T05:18:22.863Z+ case "$1" in
3022024-05-15T05:18:22.864Z+ CIDL_BUILD=illumos
3032024-05-15T05:18:22.864Z+ CIDL_SUFFIX=tar.gz
3042024-05-15T05:18:22.864Zconfiguring based on OS: "solaris2.11"
3052024-05-15T05:18:22.864Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3062024-05-15T05:18:22.864Z+ CIDL_URL_BASE=https://illumos.org/downloads
3072024-05-15T05:18:22.865Z+ CIDL_ASSEMBLE=do_assemble_illumos
3082024-05-15T05:18:22.865Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
3092024-05-15T05:18:22.865Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
3102024-05-15T05:18:22.865Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
3112024-05-15T05:18:22.865Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
3122024-05-15T05:18:22.865Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3132024-05-15T05:18:22.866Z+ CIDL_SHA256FUNC=do_sha256sum
3142024-05-15T05:18:22.866Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
3152024-05-15T05:18:22.866ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3162024-05-15T05:18:22.866Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
3172024-05-15T05:18:22.867Z+ mkdir -p out/downloads
3182024-05-15T05:18:22.867ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
3192024-05-15T05:18:22.867Z+ mkdir -p ./out/cockroachdb
3202024-05-15T05:18:22.868Z+ local DO_DOWNLOAD=true
3212024-05-15T05:18:22.868Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
3222024-05-15T05:18:22.868Z+ '[' true == true ']'
3232024-05-15T05:18:22.868Z+ echo Downloading...
3242024-05-15T05:18:22.868ZDownloading...
3252024-05-15T05:18:22.869Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3262024-05-15T05:18:22.869Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
3272024-05-15T05:18:25.946Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3282024-05-15T05:18:26.069Z++ sha256sum
3292024-05-15T05:18:26.069Z++ awk '{print $1}'
3302024-05-15T05:18:26.556Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3312024-05-15T05:18:26.557Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3322024-05-15T05:18:26.557Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3332024-05-15T05:18:26.557Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3342024-05-15T05:18:28.146Z+ do_assemble_illumos
3352024-05-15T05:18:28.146Z+ rm -r ./out/cockroachdb
3362024-05-15T05:18:28.667Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3372024-05-15T05:18:28.667Z+ ./out/cockroachdb/bin/cockroach version
3382024-05-15T05:18:29.044ZBuild Tag: v22.1.9-dirty
3392024-05-15T05:18:29.045ZBuild Time: 2022/10/26 21:17:46
3402024-05-15T05:18:29.045ZDistribution: OSS
3412024-05-15T05:18:29.045ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3422024-05-15T05:18:29.045ZGo Version: go1.17.13
3432024-05-15T05:18:29.045ZC Compiler: gcc 10.3.0
3442024-05-15T05:18:29.045ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3452024-05-15T05:18:29.045ZBuild Type: release
3462024-05-15T05:18:29.045Z+ set -o errexit
3472024-05-15T05:18:29.046Z+++ dirname ./tools/ci_download_clickhouse
3482024-05-15T05:18:29.046Z++ cd ./tools
3492024-05-15T05:18:29.046Z++ pwd
3502024-05-15T05:18:29.046Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3512024-05-15T05:18:29.046Z++ basename ./tools/ci_download_clickhouse
3522024-05-15T05:18:29.046Z+ ARG0=ci_download_clickhouse
3532024-05-15T05:18:29.047Z+ TARGET_DIR=out
3542024-05-15T05:18:29.047Z+ DOWNLOAD_DIR=out/downloads
3552024-05-15T05:18:29.047Z+ DEST_DIR=./out/clickhouse
3562024-05-15T05:18:29.047Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3572024-05-15T05:18:29.047Z+ CIDL_VERSION=v23.8.7.24
3582024-05-15T05:18:29.047Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3592024-05-15T05:18:29.048Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3602024-05-15T05:18:29.048Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3612024-05-15T05:18:29.048Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3622024-05-15T05:18:29.048Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3632024-05-15T05:18:29.048Z+ main
3642024-05-15T05:18:29.048Z+ [[ 0 != 0 ]]
3652024-05-15T05:18:29.049Z+ CIDL_OS=solaris2.11
3662024-05-15T05:18:29.049Z+ [[ 0 != 0 ]]
3672024-05-15T05:18:29.049Z+ configure_os solaris2.11
3682024-05-15T05:18:29.049Z+ echo 'current directory: /work/oxidecomputer/omicron'
3692024-05-15T05:18:29.049Zcurrent directory: /work/oxidecomputer/omicron
3702024-05-15T05:18:29.049Z+ echo 'configuring based on OS: "solaris2.11"'
3712024-05-15T05:18:29.049Z+ CIDL_DASHREV=
3722024-05-15T05:18:29.049Zconfiguring based on OS: "solaris2.11"
3732024-05-15T05:18:29.049Z+ case "$1" in
3742024-05-15T05:18:29.050Z+ CIDL_PLATFORM=illumos
3752024-05-15T05:18:29.050Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3762024-05-15T05:18:29.050Z+ CIDL_MD5FUNC=do_md5sum
3772024-05-15T05:18:29.050Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3782024-05-15T05:18:29.050Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3792024-05-15T05:18:29.050Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3802024-05-15T05:18:29.051Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3812024-05-15T05:18:29.051Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3822024-05-15T05:18:29.051ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3832024-05-15T05:18:29.051ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3842024-05-15T05:18:29.051Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3852024-05-15T05:18:29.051Z+ mkdir -p out/downloads
3862024-05-15T05:18:29.051Z+ mkdir -p ./out/clickhouse
3872024-05-15T05:18:29.051Z+ local DO_DOWNLOAD=true
3882024-05-15T05:18:29.052Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3892024-05-15T05:18:29.052Z+ '[' true == true ']'
3902024-05-15T05:18:29.052Z+ echo Downloading...
3912024-05-15T05:18:29.052ZDownloading...
3922024-05-15T05:18:29.052Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3932024-05-15T05:18:29.053Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3942024-05-15T05:18:30.345Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3952024-05-15T05:18:30.422Z++ md5sum
3962024-05-15T05:18:30.422Z++ awk '{print $1}'
3972024-05-15T05:18:30.603Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3982024-05-15T05:18:30.603Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3992024-05-15T05:18:30.658Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
4002024-05-15T05:18:30.659Z+ mkdir -p ./out/clickhouse
4012024-05-15T05:18:30.659Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
4022024-05-15T05:18:34.463Z+ [[ solaris2.11 == darwin* ]]
4032024-05-15T05:18:34.464Z+ ./out/clickhouse/clickhouse server --version
4042024-05-15T05:18:34.852ZClickHouse server version 23.8.7.1.
4052024-05-15T05:18:34.884Z+ set -o errexit
4062024-05-15T05:18:34.884Z+++ dirname ./tools/ci_download_console
4072024-05-15T05:18:34.884Z++ cd ./tools
4082024-05-15T05:18:34.884Z++ pwd
4092024-05-15T05:18:34.884Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4102024-05-15T05:18:34.884Z++ basename ./tools/ci_download_console
4112024-05-15T05:18:34.884Z+ ARG0=ci_download_console
4122024-05-15T05:18:34.884Z+ TARGET_DIR=out
4132024-05-15T05:18:34.884Z+ DOWNLOAD_DIR=out/downloads
4142024-05-15T05:18:34.884Z+ DEST_DIR=./out/console-assets
4152024-05-15T05:18:34.885Z+ source /work/oxidecomputer/omicron/tools/console_version
4162024-05-15T05:18:34.885Z++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5
4172024-05-15T05:18:34.885Z++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4182024-05-15T05:18:34.885Z+ URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4192024-05-15T05:18:34.885Z+ TARBALL_FILE=out/downloads/console.tar.gz
4202024-05-15T05:18:34.885Z+ main
4212024-05-15T05:18:34.885Z+ [[ 0 != 0 ]]
4222024-05-15T05:18:34.885Z+ echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz'
4232024-05-15T05:18:34.885ZURL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4242024-05-15T05:18:34.885Z+ echo 'Local file: out/downloads/console.tar.gz'
4252024-05-15T05:18:34.885ZLocal file: out/downloads/console.tar.gz
4262024-05-15T05:18:34.885Z+ local DO_DOWNLOAD=true
4272024-05-15T05:18:34.885Z+ [[ -f out/downloads/console.tar.gz ]]
4282024-05-15T05:18:34.885Z+ mkdir -p out/downloads
4292024-05-15T05:18:34.885Z+ '[' true == true ']'
4302024-05-15T05:18:34.885Z+ echo Downloading...
4312024-05-15T05:18:34.885ZDownloading...
4322024-05-15T05:18:34.886Z+ do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz
4332024-05-15T05:18:34.886Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz
4342024-05-15T05:18:35.315Z++ do_sha256sum out/downloads/console.tar.gz
4352024-05-15T05:18:35.315Z++ case "$OSTYPE" in
4362024-05-15T05:18:35.852Z++ SHA=sha256sum
4372024-05-15T05:18:35.852Z++ sha256sum
4382024-05-15T05:18:35.852Z++ awk '{print $1}'
4392024-05-15T05:18:35.852Z+ calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c
4402024-05-15T05:18:35.852Z+ [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]]
4412024-05-15T05:18:35.852Z+ rm -rf ./out/console-assets
4422024-05-15T05:18:35.853Z+ mkdir -p ./out/console-assets
4432024-05-15T05:18:35.853Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4442024-05-15T05:18:35.853Z+ mkdir -p ./out/console-assets
4452024-05-15T05:18:35.853Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4462024-05-15T05:18:35.959Z+ set -o errexit
4472024-05-15T05:18:35.959Z+++ dirname ./tools/ci_download_dendrite_openapi
4482024-05-15T05:18:35.959Z++ cd ./tools
4492024-05-15T05:18:35.959Z++ pwd
4502024-05-15T05:18:35.959Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4512024-05-15T05:18:35.959Z++ basename ./tools/ci_download_dendrite_openapi
4522024-05-15T05:18:35.959Z+ ARG0=ci_download_dendrite_openapi
4532024-05-15T05:18:35.959Z+ TARGET_DIR=out
4542024-05-15T05:18:35.959Z+ DOWNLOAD_DIR=out/downloads
4552024-05-15T05:18:35.959Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4562024-05-15T05:18:35.959Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4572024-05-15T05:18:35.960Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4582024-05-15T05:18:35.960Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4592024-05-15T05:18:35.960Z+ LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4602024-05-15T05:18:35.960Z+ main
4612024-05-15T05:18:35.960Z+ [[ 0 != 0 ]]
4622024-05-15T05:18:35.960Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json'
4632024-05-15T05:18:35.960ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4642024-05-15T05:18:35.960Z+ echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json'
4652024-05-15T05:18:35.960Z+ local DO_DOWNLOAD=true
4662024-05-15T05:18:35.960ZLocal file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4672024-05-15T05:18:35.960Z+ [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]]
4682024-05-15T05:18:35.960Z+ mkdir -p out/downloads
4692024-05-15T05:18:35.960Z+ '[' true == true ']'
4702024-05-15T05:18:35.960Z+ echo Downloading...
4712024-05-15T05:18:35.960ZDownloading...
4722024-05-15T05:18:35.960Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4732024-05-15T05:18:35.960Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json
4742024-05-15T05:18:36.674Z++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json
4752024-05-15T05:18:36.692Z++ case "$OSTYPE" in
4762024-05-15T05:18:36.692Z++ SHA=sha256sum
4772024-05-15T05:18:36.692Z++ sha256sum
4782024-05-15T05:18:36.693Z++ awk '{print $1}'
4792024-05-15T05:18:36.693Z+ calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4802024-05-15T05:18:36.693Z+ [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]]
4812024-05-15T05:18:36.693Z+ set -o errexit
4822024-05-15T05:18:36.694Z+++ dirname ./tools/ci_download_dendrite_stub
4832024-05-15T05:18:36.694Z++ cd ./tools
4842024-05-15T05:18:36.694Z++ pwd
4852024-05-15T05:18:36.694Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4862024-05-15T05:18:36.723Z++ basename ./tools/ci_download_dendrite_stub
4872024-05-15T05:18:36.723Z+ ARG0=ci_download_dendrite_stub
4882024-05-15T05:18:36.723Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4892024-05-15T05:18:36.723Z++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
4902024-05-15T05:18:36.724Z++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193
4912024-05-15T05:18:36.724Z++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9
4922024-05-15T05:18:36.724Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4932024-05-15T05:18:36.724Z++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687
4942024-05-15T05:18:36.724Z++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823
4952024-05-15T05:18:36.724Z+ TARGET_DIR=out
4962024-05-15T05:18:36.724Z+ DOWNLOAD_DIR=out/downloads
4972024-05-15T05:18:36.724Z+ DEST_DIR=./out/dendrite-stub
4982024-05-15T05:18:36.724Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4992024-05-15T05:18:36.724Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5002024-05-15T05:18:36.725Z+ REPO=oxidecomputer/dendrite
5012024-05-15T05:18:36.725Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687
5022024-05-15T05:18:36.725Z+ main
5032024-05-15T05:18:36.725Z+ [[ 0 != 0 ]]
5042024-05-15T05:18:36.725Z+ CIDL_OS=solaris2.11
5052024-05-15T05:18:36.725Z+ [[ 0 != 0 ]]
5062024-05-15T05:18:36.725Z+ configure_os solaris2.11
5072024-05-15T05:18:36.725Z+ echo 'current directory: /work/oxidecomputer/omicron'
5082024-05-15T05:18:36.725Zcurrent directory: /work/oxidecomputer/omicron
5092024-05-15T05:18:36.725Z+ echo 'configuring based on OS: "solaris2.11"'
5102024-05-15T05:18:36.725Z+ case "$1" in
5112024-05-15T05:18:36.725Zconfiguring based on OS: "solaris2.11"
5122024-05-15T05:18:36.725Z+ SET_BINARIES=
5132024-05-15T05:18:36.726Z+ CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5142024-05-15T05:18:36.726Z+ CIDL_SHA256FUNC=do_sha256sum
5152024-05-15T05:18:36.726Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5162024-05-15T05:18:36.726Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5172024-05-15T05:18:36.727Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5182024-05-15T05:18:36.727Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz'
5192024-05-15T05:18:36.727ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5202024-05-15T05:18:36.728Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5212024-05-15T05:18:36.728ZLocal file: out/downloads/dendrite-stub.tar.gz
5222024-05-15T05:18:36.728Z+ mkdir -p out/downloads
5232024-05-15T05:18:36.728Z+ mkdir -p ./out/dendrite-stub
5242024-05-15T05:18:36.728Z+ fetch_and_verify
5252024-05-15T05:18:36.728Z+ local DO_DOWNLOAD=true
5262024-05-15T05:18:36.729Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5272024-05-15T05:18:36.729Z+ '[' true == true ']'
5282024-05-15T05:18:36.729Z+ echo Downloading...
5292024-05-15T05:18:36.729ZDownloading...
5302024-05-15T05:18:36.729Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5312024-05-15T05:18:36.729Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz
5322024-05-15T05:18:50.730Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5332024-05-15T05:18:50.987Z++ sha256sum
5342024-05-15T05:18:50.987Z++ awk '{print $1}'
5352024-05-15T05:18:50.987Z+ calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b
5362024-05-15T05:18:50.987Z+ [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]]
5372024-05-15T05:18:50.988Z+ do_untar out/downloads/dendrite-stub.tar.gz
5382024-05-15T05:18:50.988Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5392024-05-15T05:18:51.183Z+ do_assemble
5402024-05-15T05:18:51.183Z+ rm -r ./out/dendrite-stub
5412024-05-15T05:18:51.183Z+ mkdir ./out/dendrite-stub
5422024-05-15T05:18:51.183Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5432024-05-15T05:18:51.184Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5442024-05-15T05:18:51.788Z+ set -o errexit
5452024-05-15T05:18:51.789Z+++ dirname ./tools/ci_download_maghemite_mgd
5462024-05-15T05:18:51.789Z++ cd ./tools
5472024-05-15T05:18:51.789Z++ pwd
5482024-05-15T05:18:51.789Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5492024-05-15T05:18:51.790Z++ basename ./tools/ci_download_maghemite_mgd
5502024-05-15T05:18:51.790Z+ ARG0=ci_download_maghemite_mgd
5512024-05-15T05:18:51.790Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5522024-05-15T05:18:51.790Z++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5532024-05-15T05:18:51.790Z++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19
5542024-05-15T05:18:51.791Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5552024-05-15T05:18:51.791Z++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96
5562024-05-15T05:18:51.791Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5572024-05-15T05:18:51.791Z+ TARGET_DIR=out
5582024-05-15T05:18:51.792Z+ DOWNLOAD_DIR=out/downloads
5592024-05-15T05:18:51.792Z+ DEST_DIR=./out/mgd
5602024-05-15T05:18:51.792Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5612024-05-15T05:18:51.793Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5622024-05-15T05:18:51.793Z+ REPO=oxidecomputer/maghemite
5632024-05-15T05:18:51.793Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96
5642024-05-15T05:18:51.793Z+ main
5652024-05-15T05:18:51.794Z+ rm -rf out/downloads/root
5662024-05-15T05:18:51.794Z+ [[ 0 != 0 ]]
5672024-05-15T05:18:51.794Z+ CIDL_OS=solaris2.11
5682024-05-15T05:18:51.795Z+ [[ 0 != 0 ]]
5692024-05-15T05:18:51.795Z+ configure_os solaris2.11
5702024-05-15T05:18:51.795Z+ echo 'current directory: /work/oxidecomputer/omicron'
5712024-05-15T05:18:51.796Z+ echo 'configuring based on OS: "solaris2.11"'
5722024-05-15T05:18:51.796Zcurrent directory: /work/oxidecomputer/omicron
5732024-05-15T05:18:51.796Zconfiguring based on OS: "solaris2.11"
5742024-05-15T05:18:51.797Z+ case "$1" in
5752024-05-15T05:18:51.797Z+ SET_BINARIES=
5762024-05-15T05:18:51.797Z+ CIDL_SHA256FUNC=do_sha256sum
5772024-05-15T05:18:51.797Z+ TARBALL_FILENAME=mgd.tar.gz
5782024-05-15T05:18:51.798Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5792024-05-15T05:18:51.798Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5802024-05-15T05:18:51.798Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz'
5812024-05-15T05:18:51.800ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5822024-05-15T05:18:51.800Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5832024-05-15T05:18:51.801Z+ mkdir -p out/downloads
5842024-05-15T05:18:51.801ZLocal file: out/downloads/mgd.tar.gz
5852024-05-15T05:18:51.801Z+ mkdir -p ./out/mgd
5862024-05-15T05:18:51.802Z+ fetch_and_verify
5872024-05-15T05:18:51.802Z+ local DO_DOWNLOAD=true
5882024-05-15T05:18:51.802Z+ [[ -f out/downloads/mgd.tar.gz ]]
5892024-05-15T05:18:51.803Z+ '[' true == true ']'
5902024-05-15T05:18:51.803Z+ echo Downloading...
5912024-05-15T05:18:51.804ZDownloading...
5922024-05-15T05:18:51.804Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz
5932024-05-15T05:18:51.804Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz
5942024-05-15T05:19:27.445Z++ do_sha256sum out/downloads/mgd.tar.gz
5952024-05-15T05:19:27.467Z++ sha256sum
5962024-05-15T05:19:27.467Z++ awk '{print $1}'
5972024-05-15T05:19:27.491Z+ calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd
5982024-05-15T05:19:27.491Z+ [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]]
5992024-05-15T05:19:27.492Z+ do_untar out/downloads/mgd.tar.gz
6002024-05-15T05:19:27.492Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6012024-05-15T05:19:28.054Z+ do_assemble
6022024-05-15T05:19:28.054Z+ rm -r ./out/mgd
6032024-05-15T05:19:28.076Z+ mkdir ./out/mgd
6042024-05-15T05:19:28.076Z+ cp -r out/downloads/root ./out/mgd/root
6052024-05-15T05:19:28.150Z+ set -o errexit
6062024-05-15T05:19:28.181Z+++ dirname ./tools/ci_download_transceiver_control
6072024-05-15T05:19:28.181Z++ cd ./tools
6082024-05-15T05:19:28.181Z++ pwd
6092024-05-15T05:19:28.182Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6102024-05-15T05:19:28.182Z++ basename ./tools/ci_download_transceiver_control
6112024-05-15T05:19:28.182Z+ ARG0=ci_download_transceiver_control
6122024-05-15T05:19:28.182Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6132024-05-15T05:19:28.182Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6142024-05-15T05:19:28.182Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6152024-05-15T05:19:28.182Z+ TARGET_DIR=out
6162024-05-15T05:19:28.182Z+ DOWNLOAD_DIR=out/downloads
6172024-05-15T05:19:28.182Z+ DEST_DIR=./out/transceiver-control
6182024-05-15T05:19:28.182Z+ BIN_DIR=/opt/oxide/bin
6192024-05-15T05:19:28.182Z+ BINARY=xcvradm
6202024-05-15T05:19:28.182Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6212024-05-15T05:19:28.183Z+ REPO=oxidecomputer/transceiver-control
6222024-05-15T05:19:28.183Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6232024-05-15T05:19:28.183Z+ main
6242024-05-15T05:19:28.183Z+ [[ 0 != 0 ]]
6252024-05-15T05:19:28.183Z+ CIDL_OS=solaris2.11
6262024-05-15T05:19:28.183Z+ [[ 0 != 0 ]]
6272024-05-15T05:19:28.183Z+ configure_os solaris2.11
6282024-05-15T05:19:28.183Z+ echo 'current directory: /work/oxidecomputer/omicron'
6292024-05-15T05:19:28.183Zcurrent directory: /work/oxidecomputer/omicron
6302024-05-15T05:19:28.183Z+ echo 'configuring based on OS: "solaris2.11"'
6312024-05-15T05:19:28.183Zconfiguring based on OS: "solaris2.11"
6322024-05-15T05:19:28.183Z+ case "$1" in
6332024-05-15T05:19:28.183Z+ SET_BINARIES=
6342024-05-15T05:19:28.184Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6352024-05-15T05:19:28.184Z+ CIDL_SHA256FUNC=do_sha256sum
6362024-05-15T05:19:28.184Z+ ARCHIVE_FILENAME=xcvradm.gz
6372024-05-15T05:19:28.184Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6382024-05-15T05:19:28.184Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6392024-05-15T05:19:28.184Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6402024-05-15T05:19:28.184Z+ echo 'Local file: out/downloads/xcvradm.gz'
6412024-05-15T05:19:28.184ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6422024-05-15T05:19:28.184ZLocal file: out/downloads/xcvradm.gz
6432024-05-15T05:19:28.184Z+ mkdir -p out/downloads
6442024-05-15T05:19:28.185Z+ mkdir -p ./out/transceiver-control
6452024-05-15T05:19:28.185Z+ fetch_and_verify
6462024-05-15T05:19:28.185Z+ local DO_DOWNLOAD=true
6472024-05-15T05:19:28.185Z+ [[ -f out/downloads/xcvradm.gz ]]
6482024-05-15T05:19:28.185Z+ '[' true == true ']'
6492024-05-15T05:19:28.185Z+ echo Downloading...
6502024-05-15T05:19:28.185ZDownloading...
6512024-05-15T05:19:28.185Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6522024-05-15T05:19:28.185Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6532024-05-15T05:19:31.561Z++ do_sha256sum out/downloads/xcvradm.gz
6542024-05-15T05:19:31.592Z++ sha256sum
6552024-05-15T05:19:31.592Z++ awk '{print $1}'
6562024-05-15T05:19:31.592Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6572024-05-15T05:19:31.592Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
6582024-05-15T05:19:31.593Z+ do_unpack out/downloads/xcvradm.gz
6592024-05-15T05:19:31.593Z+ mkdir -p out/downloads/root//opt/oxide/bin
6602024-05-15T05:19:31.614Z+ gzip -dc out/downloads/xcvradm.gz
6612024-05-15T05:19:31.694Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6622024-05-15T05:19:31.720Z+ do_assemble
6632024-05-15T05:19:31.721Z+ rm -r ./out/transceiver-control
6642024-05-15T05:19:31.721Z+ mkdir ./out/transceiver-control
6652024-05-15T05:19:31.721Z+ cp -r out/downloads/root ./out/transceiver-control/root
6662024-05-15T05:19:31.795Z+ set -o errexit
6672024-05-15T05:19:31.816Z+++ dirname ./tools/ci_download_thundermuffin
6682024-05-15T05:19:31.816Z++ cd ./tools
6692024-05-15T05:19:31.816Z++ pwd
6702024-05-15T05:19:31.816Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6712024-05-15T05:19:31.816Z++ basename ./tools/ci_download_thundermuffin
6722024-05-15T05:19:31.817Z+ ARG0=ci_download_thundermuffin
6732024-05-15T05:19:31.817Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
6742024-05-15T05:19:31.817Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
6752024-05-15T05:19:31.817Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
6762024-05-15T05:19:31.817Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
6772024-05-15T05:19:31.817Z+ TARGET_DIR=out
6782024-05-15T05:19:31.817Z+ DOWNLOAD_DIR=out/downloads
6792024-05-15T05:19:31.817Z+ DEST_DIR=./out/thundermuffin
6802024-05-15T05:19:31.817Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
6812024-05-15T05:19:31.817Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6822024-05-15T05:19:31.818Z+ REPO=oxidecomputer/thundermuffin
6832024-05-15T05:19:31.818Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
6842024-05-15T05:19:31.818Z+ main
6852024-05-15T05:19:31.818Z+ rm -rf out/downloads/root
6862024-05-15T05:19:31.818Z+ [[ 0 != 0 ]]
6872024-05-15T05:19:31.819Z+ CIDL_OS=solaris2.11
6882024-05-15T05:19:31.819Z+ [[ 0 != 0 ]]
6892024-05-15T05:19:31.819Z+ configure_os solaris2.11
6902024-05-15T05:19:31.819Z+ echo 'current directory: /work/oxidecomputer/omicron'
6912024-05-15T05:19:31.819Z+ echo 'configuring based on OS: "solaris2.11"'
6922024-05-15T05:19:31.819Zcurrent directory: /work/oxidecomputer/omicron
6932024-05-15T05:19:31.819Zconfiguring based on OS: "solaris2.11"
6942024-05-15T05:19:31.819Z+ case "$1" in
6952024-05-15T05:19:31.820Z+ SET_BINARIES=
6962024-05-15T05:19:31.820Z+ CIDL_SHA256FUNC=do_sha256sum
6972024-05-15T05:19:31.820Z+ TARBALL_FILENAME=thundermuffin.tar.gz
6982024-05-15T05:19:31.820Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
6992024-05-15T05:19:31.820Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7002024-05-15T05:19:31.820Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7012024-05-15T05:19:31.820Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7022024-05-15T05:19:31.820ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7032024-05-15T05:19:31.820ZLocal file: out/downloads/thundermuffin.tar.gz
7042024-05-15T05:19:31.820Z+ mkdir -p out/downloads
7052024-05-15T05:19:31.820Z+ mkdir -p ./out/thundermuffin
7062024-05-15T05:19:31.831Z+ fetch_and_verify
7072024-05-15T05:19:31.831Z+ local DO_DOWNLOAD=true
7082024-05-15T05:19:31.831Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7092024-05-15T05:19:31.831Z+ '[' true == true ']'
7102024-05-15T05:19:31.831Z+ echo Downloading...
7112024-05-15T05:19:31.831ZDownloading...
7122024-05-15T05:19:31.831Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7132024-05-15T05:19:31.831Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7142024-05-15T05:19:33.689Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7152024-05-15T05:19:33.719Z++ sha256sum
7162024-05-15T05:19:33.719Z++ awk '{print $1}'
7172024-05-15T05:19:33.719Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7182024-05-15T05:19:33.719Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
7192024-05-15T05:19:33.720Z+ do_untar out/downloads/thundermuffin.tar.gz
7202024-05-15T05:19:33.720Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7212024-05-15T05:19:33.917Z+ do_assemble
7222024-05-15T05:19:33.917Z+ rm -r ./out/thundermuffin
7232024-05-15T05:19:33.917Z+ mkdir ./out/thundermuffin
7242024-05-15T05:19:33.917Z+ cp -r out/downloads/root ./out/thundermuffin/root
7252024-05-15T05:19:33.918ZAll builder prerequisites installed successfully, and PATH looks valid
7262024-05-15T05:19:33.918Z
7272024-05-15T05:19:33.918Zreal 3:21.009331919
7282024-05-15T05:19:33.918Zuser 38.349091436
7292024-05-15T05:19:33.918Zsys 7.222583607
7302024-05-15T05:19:33.918Ztrap 0.008440095
7312024-05-15T05:19:33.918Ztflt 0.168106992
7322024-05-15T05:19:33.919Zdflt 0.182168659
7332024-05-15T05:19:33.919Zkflt 0.177098684
7342024-05-15T05:19:33.919Zlock 1.517010063
7352024-05-15T05:19:33.919Zslp 7:14.303635489
7362024-05-15T05:19:33.919Zlat 1.966790048
7372024-05-15T05:19:33.919Zstop 0.154951920
7382024-05-15T05:19:33.919Z
7392024-05-15T05:19:33.920Z #### # # ##### ##### # #
7402024-05-15T05:19:33.920Z # # # # # # # # # #
7412024-05-15T05:19:33.920Z # # # # # # # #
7422024-05-15T05:19:33.920Z # # # ##### ##### #
7432024-05-15T05:19:33.921Z # # # # # # #
7442024-05-15T05:19:33.921Z #### ###### # # # #
7452024-05-15T05:19:33.922Z
7462024-05-15T05:19:34.132Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7472024-05-15T05:19:34.451Z Updating git repository `https://github.com/oxidecomputer/zone`
7482024-05-15T05:19:34.780Z Updating crates.io index
7492024-05-15T05:19:34.852Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7502024-05-15T05:19:35.655Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7512024-05-15T05:19:36.401Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7522024-05-15T05:19:38.486Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7532024-05-15T05:19:39.142Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7542024-05-15T05:19:39.338Z Updating git repository `https://github.com/oxidecomputer/propolis`
7552024-05-15T05:19:40.302Z Updating git repository `https://github.com/oxidecomputer/crucible`
7562024-05-15T05:19:42.155Z Updating git repository `https://github.com/oxidecomputer/opte`
7572024-05-15T05:19:43.159Z Updating git repository `https://github.com/oxidecomputer/falcon`
7582024-05-15T05:19:43.896Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7592024-05-15T05:19:44.459Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7602024-05-15T05:19:45.196Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7612024-05-15T05:19:45.213Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7622024-05-15T05:19:45.460Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7632024-05-15T05:19:46.295Z Updating git repository `http://github.com/oxidecomputer/tofino`
7642024-05-15T05:19:46.488Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7652024-05-15T05:19:47.424Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7662024-05-15T05:19:47.437Z Updating git repository `https://github.com/oxidecomputer/libnvme`
7672024-05-15T05:19:47.437Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7682024-05-15T05:19:47.866Z Updating git repository `https://github.com/oxidecomputer/ispf`
7692024-05-15T05:19:48.013Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7702024-05-15T05:19:48.467Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7712024-05-15T05:19:49.124Z Updating git repository `https://github.com/jgallagher/nix`
7722024-05-15T05:19:50.177Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7732024-05-15T05:19:50.475Z Updating git repository `https://github.com/cbiffle/hubpack`
7742024-05-15T05:19:50.939Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7752024-05-15T05:19:51.552Z Updating git repository `https://github.com/oxidecomputer/typify`
7762024-05-15T05:19:53.587Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7772024-05-15T05:19:54.103Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7782024-05-15T05:19:54.383Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7792024-05-15T05:19:54.960Z Updating git repository `https://github.com/oxidecomputer/rfb`
7802024-05-15T05:19:56.328Z Downloading crates ...
7812024-05-15T05:19:56.418Z Downloaded anstream v0.6.11
7822024-05-15T05:19:56.423Z Downloaded anstyle-parse v0.2.1
7832024-05-15T05:19:56.427Z Downloaded anstyle-query v1.0.0
7842024-05-15T05:19:56.427Z Downloaded autocfg v1.1.0
7852024-05-15T05:19:56.427Z Downloaded anyhow v1.0.83
7862024-05-15T05:19:56.432Z Downloaded bitflags v2.4.2
7872024-05-15T05:19:56.439Z Downloaded anstyle v1.0.7
7882024-05-15T05:19:56.444Z Downloaded camino v1.1.6
7892024-05-15T05:19:56.451Z Downloaded utf8parse v0.2.1
7902024-05-15T05:19:56.464Z Downloaded heck v0.5.0
7912024-05-15T05:19:56.478Z Downloaded equivalent v1.0.1
7922024-05-15T05:19:56.495Z Downloaded colorchoice v1.0.0
7932024-05-15T05:19:56.495Z Downloaded serde_derive v1.0.201
7942024-05-15T05:19:56.495Z Downloaded swrite v0.1.0
7952024-05-15T05:19:56.523Z Downloaded clap_lex v0.7.0
7962024-05-15T05:19:56.523Z Downloaded thiserror v1.0.59
7972024-05-15T05:19:56.523Z Downloaded toml_datetime v0.6.5
7982024-05-15T05:19:56.523Z Downloaded serde_spanned v0.6.5
7992024-05-15T05:19:56.523Z Downloaded fs-err v2.11.0
8002024-05-15T05:19:56.523Z Downloaded strsim v0.11.0
8012024-05-15T05:19:56.523Z Downloaded macaddr v1.0.1
8022024-05-15T05:19:56.523Z Downloaded thiserror-impl v1.0.59
8032024-05-15T05:19:56.528Z Downloaded cargo-platform v0.1.3
8042024-05-15T05:19:56.529Z Downloaded semver v1.0.22
8052024-05-15T05:19:56.529Z Downloaded itoa v1.0.9
8062024-05-15T05:19:56.529Z Downloaded terminal_size v0.3.0
8072024-05-15T05:19:56.529Z Downloaded cargo_metadata v0.18.1
8082024-05-15T05:19:56.529Z Downloaded clap_derive v4.5.4
8092024-05-15T05:19:56.529Z Downloaded errno v0.3.8
8102024-05-15T05:19:56.529Z Downloaded cargo_toml v0.20.2
8112024-05-15T05:19:56.529Z Downloaded quote v1.0.36
8122024-05-15T05:19:56.529Z Downloaded ryu v1.0.15
8132024-05-15T05:19:56.535Z Downloaded unicode-ident v1.0.12
8142024-05-15T05:19:56.535Z Downloaded proc-macro2 v1.0.82
8152024-05-15T05:19:56.540Z Downloaded toml v0.8.12
8162024-05-15T05:19:56.540Z Downloaded clap v4.5.4
8172024-05-15T05:19:56.549Z Downloaded serde v1.0.201
8182024-05-15T05:19:56.554Z Downloaded indexmap v2.2.6
8192024-05-15T05:19:56.559Z Downloaded toml_edit v0.22.12
8202024-05-15T05:19:56.582Z Downloaded memchr v2.7.1
8212024-05-15T05:19:56.589Z Downloaded hashbrown v0.14.3
8222024-05-15T05:19:56.615Z Downloaded clap_builder v4.5.2
8232024-05-15T05:19:56.615Z Downloaded winnow v0.6.1
8242024-05-15T05:19:56.615Z Downloaded libc v0.2.153
8252024-05-15T05:19:56.633Z Downloaded syn v2.0.60
8262024-05-15T05:19:56.645Z Downloaded rustix v0.38.31
8272024-05-15T05:19:56.665Z Downloaded serde_json v1.0.117
8282024-05-15T05:19:56.900Z Compiling proc-macro2 v1.0.82
8292024-05-15T05:19:56.900Z Compiling unicode-ident v1.0.12
8302024-05-15T05:19:56.904Z Compiling serde v1.0.201
8312024-05-15T05:19:56.904Z Compiling libc v0.2.153
8322024-05-15T05:19:56.904Z Compiling rustix v0.38.31
8332024-05-15T05:19:56.904Z Compiling bitflags v2.4.2
8342024-05-15T05:19:56.932Z Compiling hashbrown v0.14.3
8352024-05-15T05:19:56.938Z Compiling utf8parse v0.2.1
8362024-05-15T05:19:57.161Z Compiling equivalent v1.0.1
8372024-05-15T05:19:57.180Z Compiling anstyle-parse v0.2.1
8382024-05-15T05:19:57.686Z Compiling thiserror v1.0.59
8392024-05-15T05:19:57.694Z Compiling camino v1.1.6
8402024-05-15T05:19:57.694Z Compiling autocfg v1.1.0
8412024-05-15T05:19:58.090Z Compiling indexmap v2.2.6
8422024-05-15T05:19:58.137Z Compiling semver v1.0.22
8432024-05-15T05:19:58.989Z Compiling colorchoice v1.0.0
8442024-05-15T05:19:59.009Z Compiling anstyle-query v1.0.0
8452024-05-15T05:19:59.016Z Compiling anstyle v1.0.7
8462024-05-15T05:19:59.082Z Compiling winnow v0.6.1
8472024-05-15T05:19:59.100Z Compiling serde_json v1.0.117
8482024-05-15T05:19:59.205Z Compiling fs-err v2.11.0
8492024-05-15T05:19:59.243Z Compiling ryu v1.0.15
8502024-05-15T05:19:59.264Z Compiling anyhow v1.0.83
8512024-05-15T05:19:59.433Z Compiling anstream v0.6.11
8522024-05-15T05:19:59.441Z Compiling itoa v1.0.9
8532024-05-15T05:19:59.470Z Compiling heck v0.5.0
8542024-05-15T05:19:59.560Z Compiling clap_lex v0.7.0
8552024-05-15T05:19:59.668Z Compiling strsim v0.11.0
8562024-05-15T05:19:59.976Z Compiling quote v1.0.36
8572024-05-15T05:20:00.150Z Compiling swrite v0.1.0
8582024-05-15T05:20:00.425Z Compiling syn v2.0.60
8592024-05-15T05:20:00.998Z Compiling errno v0.3.8
8602024-05-15T05:20:01.432Z Compiling terminal_size v0.3.0
8612024-05-15T05:20:01.936Z Compiling clap_builder v4.5.2
8622024-05-15T05:20:05.378Z Compiling serde_derive v1.0.201
8632024-05-15T05:20:05.378Z Compiling thiserror-impl v1.0.59
8642024-05-15T05:20:05.400Z Compiling clap_derive v4.5.4
8652024-05-15T05:20:08.103Z Compiling clap v4.5.4
8662024-05-15T05:20:13.200Z Compiling toml_datetime v0.6.5
8672024-05-15T05:20:13.204Z Compiling serde_spanned v0.6.5
8682024-05-15T05:20:13.204Z Compiling cargo-platform v0.1.3
8692024-05-15T05:20:13.204Z Compiling macaddr v1.0.1
8702024-05-15T05:20:13.470Z Compiling toml_edit v0.22.12
8712024-05-15T05:20:14.592Z Compiling cargo_metadata v0.18.1
8722024-05-15T05:20:15.584Z Compiling toml v0.8.12
8732024-05-15T05:20:16.363Z Compiling cargo_toml v0.20.2
8742024-05-15T05:20:19.916Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
8752024-05-15T05:20:22.387Z Finished dev [unoptimized + debuginfo] target(s) in 48.42s
8762024-05-15T05:20:22.855Z Running `target/debug/xtask clippy`
8772024-05-15T05:20:23.293Zrunning: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings"
8782024-05-15T05:20:23.346Z Downloading crates ...
8792024-05-15T05:20:23.643Z Downloaded adler v1.0.2
8802024-05-15T05:20:23.745Z Downloaded addr2line v0.21.0
8812024-05-15T05:20:23.745Z Downloaded aead v0.5.2
8822024-05-15T05:20:23.746Z Downloaded headers-core v0.2.0
8832024-05-15T05:20:23.746Z Downloaded async-recursion v1.1.1
8842024-05-15T05:20:23.746Z Downloaded aho-corasick v1.1.2
8852024-05-15T05:20:23.746Z Downloaded atty v0.2.14
8862024-05-15T05:20:23.746Z Downloaded ascii-canvas v3.0.0
8872024-05-15T05:20:23.746Z Downloaded backoff v0.4.0
8882024-05-15T05:20:23.746Z Downloaded assert_cmd v2.0.14
8892024-05-15T05:20:23.746Z Downloaded arc-swap v1.6.0
8902024-05-15T05:20:23.746Z Downloaded atomic-waker v1.1.1
8912024-05-15T05:20:23.746Z Downloaded heapless v0.8.0
8922024-05-15T05:20:23.747Z Downloaded heapless v0.7.16
8932024-05-15T05:20:23.747Z Downloaded arrayvec v0.7.4
8942024-05-15T05:20:23.747Z Downloaded hubpack v0.1.2
8952024-05-15T05:20:23.747Z Downloaded array-init v0.0.4
8962024-05-15T05:20:23.747Z Downloaded hyper-tls v0.5.0
8972024-05-15T05:20:23.747Z Downloaded httptest v0.15.5
8982024-05-15T05:20:23.747Z Downloaded ascii v1.1.0
8992024-05-15T05:20:23.747Z Downloaded bit-vec v0.6.3
9002024-05-15T05:20:23.747Z Downloaded bit-set v0.5.3
9012024-05-15T05:20:23.747Z Downloaded hkdf v0.12.4
9022024-05-15T05:20:23.747Z Downloaded cassowary v0.3.0
9032024-05-15T05:20:23.747Z Downloaded http-body v1.0.0
9042024-05-15T05:20:23.747Z Downloaded http-range v0.1.5
9052024-05-15T05:20:23.748Z Downloaded hostname v0.4.0
9062024-05-15T05:20:23.748Z Downloaded http v0.2.12
9072024-05-15T05:20:23.748Z Downloaded base64 v0.21.7
9082024-05-15T05:20:23.748Z Downloaded heck v0.4.1
9092024-05-15T05:20:23.748Z Downloaded hmac v0.12.1
9102024-05-15T05:20:23.748Z Downloaded heck v0.3.3
9112024-05-15T05:20:23.748Z Downloaded bcs v0.1.6
9122024-05-15T05:20:23.748Z Downloaded bb8 v0.8.3
9132024-05-15T05:20:23.748Z Downloaded async-trait v0.1.80
9142024-05-15T05:20:23.748Z Downloaded async-stream v0.3.5
9152024-05-15T05:20:23.748Z Downloaded httpdate v1.0.3
9162024-05-15T05:20:23.748Z Downloaded base64ct v1.6.0
9172024-05-15T05:20:23.748Z Downloaded hubpack_derive v0.1.1
9182024-05-15T05:20:23.748Z Downloaded humantime v2.1.0
9192024-05-15T05:20:23.748Z Downloaded ciborium-io v0.2.2
9202024-05-15T05:20:23.749Z Downloaded hex v0.4.3
9212024-05-15T05:20:23.749Z Downloaded buf-list v1.0.3
9222024-05-15T05:20:23.749Z Downloaded http-body v0.4.5
9232024-05-15T05:20:23.749Z Downloaded instant v0.1.12
9242024-05-15T05:20:23.749Z Downloaded ident_case v1.0.1
9252024-05-15T05:20:23.749Z Downloaded block-buffer v0.10.4
9262024-05-15T05:20:23.749Z Downloaded bitstruct v0.1.1
9272024-05-15T05:20:23.749Z Downloaded bitfield v0.14.0
9282024-05-15T05:20:23.749Z Downloaded base16ct v0.2.0
9292024-05-15T05:20:23.749Z Downloaded crunchy v0.2.2
9302024-05-15T05:20:23.749Z Downloaded hostname v0.3.1
9312024-05-15T05:20:23.749Z Downloaded bitflags v1.3.2
9322024-05-15T05:20:23.749Z Downloaded crypto-bigint v0.5.2
9332024-05-15T05:20:23.750Z Downloaded hyper-staticfile v0.9.5
9342024-05-15T05:20:23.750Z Downloaded match_cfg v0.1.0
9352024-05-15T05:20:23.750Z Downloaded is_ci v1.2.0
9362024-05-15T05:20:23.750Z Downloaded hyper v0.14.28
9372024-05-15T05:20:23.750Z Downloaded newtype_derive v0.1.6
9382024-05-15T05:20:23.751Z Downloaded crc-catalog v2.2.0
9392024-05-15T05:20:23.751Z Downloaded castaway v0.2.2
9402024-05-15T05:20:23.751Z Downloaded linear-map v1.2.0
9412024-05-15T05:20:23.751Z Downloaded cast v0.3.0
9422024-05-15T05:20:23.751Z Downloaded normalize-line-endings v0.3.0
9432024-05-15T05:20:23.752Z Downloaded cfg-if v1.0.0
9442024-05-15T05:20:23.752Z Downloaded lru v0.12.1
9452024-05-15T05:20:23.752Z Downloaded newline-converter v0.3.0
9462024-05-15T05:20:23.752Z Downloaded nested v0.1.1
9472024-05-15T05:20:23.752Z Downloaded nodrop v0.1.14
9482024-05-15T05:20:23.752Z Downloaded mime v0.3.17
9492024-05-15T05:20:23.752Z Downloaded ipnetwork v0.20.0
9502024-05-15T05:20:23.752Z Downloaded colored v2.1.0
9512024-05-15T05:20:23.752Z Downloaded cancel-safe-futures v0.1.5
9522024-05-15T05:20:23.752Z Downloaded md-5 v0.10.5
9532024-05-15T05:20:23.752Z Downloaded serde-big-array v0.5.1
9542024-05-15T05:20:23.752Z Downloaded same-file v1.0.6
9552024-05-15T05:20:23.752Z Downloaded hyper-rustls v0.24.2
9562024-05-15T05:20:23.753Z Downloaded managed v0.8.0
9572024-05-15T05:20:23.753Z Downloaded smawk v0.3.1
9582024-05-15T05:20:23.753Z Downloaded usdt-macro v0.3.5
9592024-05-15T05:20:23.753Z Downloaded linked-hash-map v0.5.6
9602024-05-15T05:20:23.753Z Downloaded tower-layer v0.3.2
9612024-05-15T05:20:23.753Z Downloaded cpufeatures v0.2.12
9622024-05-15T05:20:23.754Z Downloaded indoc v1.0.9
9632024-05-15T05:20:23.754Z Downloaded nibble_vec v0.1.0
9642024-05-15T05:20:23.755Z Downloaded mockall v0.12.1
9652024-05-15T05:20:23.755Z Downloaded crc v3.0.1
9662024-05-15T05:20:23.755Z Downloaded bytecount v0.6.3
9672024-05-15T05:20:23.755Z Downloaded libefi-sys v0.1.0
9682024-05-15T05:20:23.755Z Downloaded num v0.4.3
9692024-05-15T05:20:23.755Z Downloaded corncobs v0.1.3
9702024-05-15T05:20:23.755Z Downloaded crossbeam-deque v0.8.3
9712024-05-15T05:20:23.755Z Downloaded multimap v0.10.0
9722024-05-15T05:20:23.755Z Downloaded cstr-argument v0.1.2
9732024-05-15T05:20:23.756Z Downloaded nanorand v0.7.0
9742024-05-15T05:20:23.756Z Downloaded memoffset v0.7.1
9752024-05-15T05:20:23.756Z Downloaded darling_macro v0.20.8
9762024-05-15T05:20:23.756Z Downloaded criterion-plot v0.5.0
9772024-05-15T05:20:23.757Z Downloaded keccak v0.1.4
9782024-05-15T05:20:23.757Z Downloaded constant_time_eq v0.2.6
9792024-05-15T05:20:23.757Z Downloaded indoc v2.0.3
9802024-05-15T05:20:23.886Z Downloaded rand_seeder v0.2.3
9812024-05-15T05:20:23.886Z Downloaded ipnet v2.9.0
9822024-05-15T05:20:23.888Z Downloaded shell-words v1.1.0
9832024-05-15T05:20:23.888Z Downloaded memmap v0.7.0
9842024-05-15T05:20:23.888Z Downloaded crc32fast v1.3.2
9852024-05-15T05:20:23.888Z Downloaded smf v0.2.3
9862024-05-15T05:20:23.889Z Downloaded hyper-util v0.1.2
9872024-05-15T05:20:23.890Z Downloaded foreign-types v0.3.2
9882024-05-15T05:20:23.891Z Downloaded scheduled-thread-pool v0.2.7
9892024-05-15T05:20:23.891Z Downloaded rustc_version v0.1.7
9902024-05-15T05:20:23.891Z Downloaded slab v0.4.9
9912024-05-15T05:20:23.891Z Downloaded siphasher v0.3.11
9922024-05-15T05:20:23.892Z Downloaded serde_plain v1.0.2
9932024-05-15T05:20:23.893Z Downloaded smallvec v0.6.14
9942024-05-15T05:20:23.893Z Downloaded unicode-xid v0.2.4
9952024-05-15T05:20:23.893Z Downloaded thiserror-no-std v2.0.2
9962024-05-15T05:20:23.893Z Downloaded slog-stdlog v4.1.1
9972024-05-15T05:20:23.894Z Downloaded camino-tempfile v1.1.1
9982024-05-15T05:20:23.894Z Downloaded threadpool v1.8.1
9992024-05-15T05:20:23.895Z Downloaded usdt v0.5.0
10002024-05-15T05:20:23.895Z Downloaded console v0.15.8
10012024-05-15T05:20:23.896Z Downloaded blake2b_simd v1.0.1
10022024-05-15T05:20:23.897Z Downloaded nu-ansi-term v0.50.0
10032024-05-15T05:20:23.897Z Downloaded ciborium v0.2.2
10042024-05-15T05:20:23.897Z Downloaded cookie v0.17.0
10052024-05-15T05:20:23.898Z Downloaded relative-path v1.9.0
10062024-05-15T05:20:23.898Z Downloaded pathdiff v0.2.1
10072024-05-15T05:20:23.899Z Downloaded clang-sys v1.6.1
10082024-05-15T05:20:23.899Z Downloaded cfg-expr v0.15.6
10092024-05-15T05:20:23.899Z Downloaded either v1.11.0
10102024-05-15T05:20:23.899Z Downloaded datatest-stable v0.2.9
10112024-05-15T05:20:23.900Z Downloaded data-encoding v2.4.0
10122024-05-15T05:20:23.900Z Downloaded serde_repr v0.1.16
10132024-05-15T05:20:23.900Z Downloaded miniz_oxide v0.7.1
10142024-05-15T05:20:23.902Z Downloaded rustc_version v0.4.0
10152024-05-15T05:20:23.902Z Downloaded mockall_derive v0.12.1
10162024-05-15T05:20:23.902Z Downloaded blake2 v0.10.6
10172024-05-15T05:20:23.902Z Downloaded num-conv v0.1.0
10182024-05-15T05:20:23.903Z Downloaded fnv v1.0.7
10192024-05-15T05:20:23.903Z Downloaded float-cmp v0.9.0
10202024-05-15T05:20:23.903Z Downloaded thread-id v4.2.0
10212024-05-15T05:20:23.903Z Downloaded slog-term v2.9.1
10222024-05-15T05:20:23.904Z Downloaded sha2 v0.10.8
10232024-05-15T05:20:23.904Z Downloaded take_mut v0.2.2
10242024-05-15T05:20:23.904Z Downloaded crypto-common v0.1.6
10252024-05-15T05:20:23.904Z Downloaded flagset v0.4.3
10262024-05-15T05:20:23.905Z Downloaded native-tls v0.2.11
10272024-05-15T05:20:23.906Z Downloaded crc-any v2.4.3
10282024-05-15T05:20:23.906Z Downloaded num-integer v0.1.46
10292024-05-15T05:20:23.906Z Downloaded num-iter v0.1.45
10302024-05-15T05:20:23.906Z Downloaded thread_local v1.1.7
10312024-05-15T05:20:23.906Z Downloaded crossbeam-utils v0.8.19
10322024-05-15T05:20:23.906Z Downloaded crossbeam-epoch v0.9.18
10332024-05-15T05:20:23.907Z Downloaded waitgroup v0.1.2
10342024-05-15T05:20:23.908Z Downloaded num-derive v0.4.0
10352024-05-15T05:20:23.908Z Downloaded whoami v1.5.1
10362024-05-15T05:20:23.909Z Downloaded usdt-attr-macro v0.5.0
10372024-05-15T05:20:23.909Z Downloaded psl-types v2.0.11
10382024-05-15T05:20:23.909Z Downloaded predicates-core v1.0.6
10392024-05-15T05:20:23.909Z Downloaded guppy-workspace-hack v0.1.0
10402024-05-15T05:20:23.910Z Downloaded foreign-types-macros v0.2.3
10412024-05-15T05:20:23.910Z Downloaded resolv-conf v0.7.0
10422024-05-15T05:20:23.910Z Downloaded predicates v3.1.0
10432024-05-15T05:20:23.911Z Downloaded env_logger v0.9.3
10442024-05-15T05:20:23.911Z Downloaded serde_tokenstream v0.2.0
10452024-05-15T05:20:23.911Z Downloaded phf_shared v0.11.2
10462024-05-15T05:20:23.911Z Downloaded compact_str v0.7.1
10472024-05-15T05:20:23.912Z Downloaded precomputed-hash v0.1.1
10482024-05-15T05:20:23.912Z Downloaded rustls-pemfile v1.0.3
10492024-05-15T05:20:23.913Z Downloaded rustfmt-wrapper v0.2.1
10502024-05-15T05:20:23.914Z Downloaded path-slash v0.1.5
10512024-05-15T05:20:23.914Z Downloaded strip-ansi-escapes v0.2.0
10522024-05-15T05:20:23.914Z Downloaded structmeta v0.3.0
10532024-05-15T05:20:23.915Z Downloaded structmeta v0.2.0
10542024-05-15T05:20:23.915Z Downloaded strsim v0.10.0
10552024-05-15T05:20:23.917Z Downloaded slog-envlogger v2.2.0
10562024-05-15T05:20:23.917Z Downloaded unicode-linebreak v0.1.5
10572024-05-15T05:20:23.917Z Downloaded scroll_derive v0.12.0
10582024-05-15T05:20:23.917Z Downloaded tap v1.0.1
10592024-05-15T05:20:23.923Z Downloaded tiny-keccak v2.0.2
10602024-05-15T05:20:23.924Z Downloaded digest v0.10.7
10612024-05-15T05:20:23.924Z Downloaded difflib v0.4.0
10622024-05-15T05:20:23.924Z Downloaded pest_derive v2.7.6
10632024-05-15T05:20:23.925Z Downloaded serde-big-array v0.4.1
10642024-05-15T05:20:23.938Z Downloaded chacha20poly1305 v0.10.1
10652024-05-15T05:20:23.938Z Downloaded vte_generate_state_changes v0.1.1
10662024-05-15T05:20:23.939Z Downloaded tokio-native-tls v0.3.1
10672024-05-15T05:20:23.939Z Downloaded toolchain_find v0.4.0
10682024-05-15T05:20:23.939Z Downloaded pin-project-lite v0.2.13
10692024-05-15T05:20:23.939Z Downloaded pin-project-internal v1.1.3
10702024-05-15T05:20:23.940Z Downloaded sync_wrapper v0.1.2
10712024-05-15T05:20:23.940Z Downloaded signal-hook-tokio v0.3.1
10722024-05-15T05:20:23.940Z Downloaded olpc-cjson v0.1.3
10732024-05-15T05:20:23.940Z Downloaded diesel_derives v2.1.2
10742024-05-15T05:20:23.941Z Downloaded packed_struct v0.10.1
10752024-05-15T05:20:23.941Z Downloaded plain v0.2.3
10762024-05-15T05:20:23.941Z Downloaded foreign-types-shared v0.3.1
10772024-05-15T05:20:23.941Z Downloaded foreign-types-shared v0.1.1
10782024-05-15T05:20:23.942Z Downloaded dtrace-parser v0.1.14
10792024-05-15T05:20:23.942Z Downloaded curve25519-dalek-derive v0.1.0
10802024-05-15T05:20:24.102Z Downloaded enum-as-inner v0.5.1
10812024-05-15T05:20:24.103Z Downloaded spin v0.9.8
10822024-05-15T05:20:24.103Z Downloaded r2d2 v0.8.10
10832024-05-15T05:20:24.104Z Downloaded quick-error v1.2.3
10842024-05-15T05:20:24.104Z Downloaded peg v0.8.3
10852024-05-15T05:20:24.104Z Downloaded string_cache v0.8.7
10862024-05-15T05:20:24.105Z Downloaded shlex v1.3.0
10872024-05-15T05:20:24.105Z Downloaded sha1 v0.10.6
10882024-05-15T05:20:24.105Z Downloaded rustversion v1.0.14
10892024-05-15T05:20:24.106Z Downloaded phf_shared v0.10.0
10902024-05-15T05:20:24.106Z Downloaded num_threads v0.1.6
10912024-05-15T05:20:24.106Z Downloaded subtle v2.5.0
10922024-05-15T05:20:24.106Z Downloaded csv-core v0.1.11
10932024-05-15T05:20:24.106Z Downloaded vsss-rs v3.3.4
10942024-05-15T05:20:24.107Z Downloaded supports-color v3.0.0
10952024-05-15T05:20:24.107Z Downloaded tokio-tungstenite v0.21.0
10962024-05-15T05:20:24.107Z Downloaded tokio-tungstenite v0.20.1
10972024-05-15T05:20:24.108Z Downloaded unarray v0.1.4
10982024-05-15T05:20:24.108Z Downloaded signature v1.6.4
10992024-05-15T05:20:24.108Z Downloaded zeroize v1.7.0
11002024-05-15T05:20:24.108Z Downloaded wyz v0.5.1
11012024-05-15T05:20:24.109Z Downloaded unicase v2.7.0
11022024-05-15T05:20:24.109Z Downloaded signal-hook-mio v0.2.3
11032024-05-15T05:20:24.109Z Downloaded serde-hex v0.1.0
11042024-05-15T05:20:24.110Z Downloaded derive_builder v0.20.0
11052024-05-15T05:20:24.110Z Downloaded try-lock v0.2.4
11062024-05-15T05:20:24.110Z Downloaded derive_builder_macro v0.20.0
11072024-05-15T05:20:24.110Z Downloaded embedded-io v0.4.0
11082024-05-15T05:20:24.111Z Downloaded password-hash v0.5.0
11092024-05-15T05:20:24.111Z Downloaded fragile v2.0.0
11102024-05-15T05:20:24.111Z Downloaded debug-ignore v1.0.5
11112024-05-15T05:20:24.111Z Downloaded textwrap v0.16.1
11122024-05-15T05:20:24.111Z Downloaded trust-dns-server v0.22.1
11132024-05-15T05:20:24.112Z Downloaded opaque-debug v0.3.0
11142024-05-15T05:20:24.112Z Downloaded escape8259 v0.5.2
11152024-05-15T05:20:24.112Z Downloaded dtrace-parser v0.2.0
11162024-05-15T05:20:24.112Z Downloaded minimal-lexical v0.2.1
11172024-05-15T05:20:24.113Z Downloaded pin-utils v0.1.0
11182024-05-15T05:20:24.113Z Downloaded phf v0.11.2
11192024-05-15T05:20:24.113Z Downloaded parse-display-derive v0.9.0
11202024-05-15T05:20:24.113Z Downloaded portpicker v0.1.1
11212024-05-15T05:20:24.113Z Downloaded dyn-clone v1.0.17
11222024-05-15T05:20:24.113Z Downloaded slog-json v2.6.1
11232024-05-15T05:20:24.114Z Downloaded scopeguard v1.2.0
11242024-05-15T05:20:24.114Z Downloaded schemars_derive v0.8.17
11252024-05-15T05:20:24.114Z Downloaded stability v0.2.0
11262024-05-15T05:20:24.114Z Downloaded sqlparser_derive v0.2.2
11272024-05-15T05:20:24.115Z Downloaded rtoolbox v0.0.1
11282024-05-15T05:20:24.115Z Downloaded proc-macro-error-attr v1.0.4
11292024-05-15T05:20:24.115Z Downloaded proc-macro-crate v1.3.1
11302024-05-15T05:20:24.115Z Downloaded rayon-core v1.12.1
11312024-05-15T05:20:24.115Z Downloaded usdt-macro v0.5.0
11322024-05-15T05:20:24.115Z Downloaded tabled_derive v0.7.0
11332024-05-15T05:20:24.115Z Downloaded synstructure v0.12.6
11342024-05-15T05:20:24.115Z Downloaded strum_macros v0.25.2
11352024-05-15T05:20:24.115Z Downloaded fxhash v0.2.1
11362024-05-15T05:20:24.116Z Downloaded samael v0.0.15
11372024-05-15T05:20:24.116Z Downloaded peg-runtime v0.8.3
11382024-05-15T05:20:24.116Z Downloaded tui-tree-widget v0.19.0
11392024-05-15T05:20:24.116Z Downloaded fancy-regex v0.13.0
11402024-05-15T05:20:24.116Z Downloaded parse-size v1.0.0
11412024-05-15T05:20:24.116Z Downloaded crossbeam-channel v0.5.8
11422024-05-15T05:20:24.116Z Downloaded typed-path v0.7.0
11432024-05-15T05:20:24.116Z Downloaded oorandom v11.1.3
11442024-05-15T05:20:24.116Z Downloaded hash32 v0.3.1
11452024-05-15T05:20:24.116Z Downloaded ed25519 v1.5.3
11462024-05-15T05:20:24.117Z Downloaded zeroize_derive v1.4.2
11472024-05-15T05:20:24.117Z Downloaded mio v0.8.11
11482024-05-15T05:20:24.117Z Downloaded tinyvec_macros v0.1.1
11492024-05-15T05:20:24.117Z Downloaded doc-comment v0.3.3
11502024-05-15T05:20:24.117Z Downloaded ppv-lite86 v0.2.17
11512024-05-15T05:20:24.117Z Downloaded sct v0.7.0
11522024-05-15T05:20:24.117Z Downloaded powerfmt v0.2.0
11532024-05-15T05:20:24.117Z Downloaded spin v0.5.2
11542024-05-15T05:20:24.118Z Downloaded structmeta-derive v0.2.0
11552024-05-15T05:20:24.118Z Downloaded semver v0.1.20
11562024-05-15T05:20:24.118Z Downloaded openssl-macros v0.1.1
11572024-05-15T05:20:24.118Z Downloaded structmeta-derive v0.3.0
11582024-05-15T05:20:24.118Z Downloaded strum_macros v0.26.1
11592024-05-15T05:20:24.118Z Downloaded pretty-hex v0.4.1
11602024-05-15T05:20:24.118Z Downloaded pretty-hex v0.2.1
11612024-05-15T05:20:24.118Z Downloaded futures-io v0.3.30
11622024-05-15T05:20:24.118Z Downloaded stringprep v0.1.3
11632024-05-15T05:20:24.119Z Downloaded futures-timer v3.0.2
11642024-05-15T05:20:24.119Z Downloaded static_assertions v1.1.0
11652024-05-15T05:20:24.119Z Downloaded which v4.4.0
11662024-05-15T05:20:24.119Z Downloaded zerocopy v0.3.0
11672024-05-15T05:20:24.119Z Downloaded generic-array v0.14.7
11682024-05-15T05:20:24.119Z Downloaded serde_arrays v0.1.0
11692024-05-15T05:20:24.119Z Downloaded tower v0.4.13
11702024-05-15T05:20:24.120Z Downloaded pem-rfc7468 v0.7.0
11712024-05-15T05:20:24.120Z Downloaded erased-serde v0.3.31
11722024-05-15T05:20:24.120Z Downloaded utf-8 v0.7.6
11732024-05-15T05:20:24.120Z Downloaded usdt-impl v0.3.5
11742024-05-15T05:20:24.120Z Downloaded usdt v0.3.5
11752024-05-15T05:20:24.120Z Downloaded rpassword v7.3.1
11762024-05-15T05:20:24.120Z Downloaded pem v3.0.4
11772024-05-15T05:20:24.120Z Downloaded rust-argon2 v2.1.0
11782024-05-15T05:20:24.120Z Downloaded sec1 v0.7.3
11792024-05-15T05:20:24.120Z Downloaded rstest v0.19.0
11802024-05-15T05:20:24.207Z Downloaded oso-derive v0.27.3
11812024-05-15T05:20:24.207Z Downloaded postgres-types v0.2.6
11822024-05-15T05:20:24.208Z Downloaded postgres-protocol v0.6.6
11832024-05-15T05:20:24.208Z Downloaded plotters-svg v0.3.5
11842024-05-15T05:20:24.208Z Downloaded filetime v0.2.23
11852024-05-15T05:20:24.208Z Downloaded ff v0.13.0
11862024-05-15T05:20:24.208Z Downloaded stable_deref_trait v1.2.0
11872024-05-15T05:20:24.208Z Downloaded subprocess v0.2.9
11882024-05-15T05:20:24.209Z Downloaded libxml v0.3.3
11892024-05-15T05:20:24.209Z Downloaded tokio-postgres v0.7.10
11902024-05-15T05:20:24.209Z Downloaded slog-bunyan v2.5.0
11912024-05-15T05:20:24.209Z Downloaded slog-async v2.8.0
11922024-05-15T05:20:24.209Z Downloaded ref-cast-impl v1.0.23
11932024-05-15T05:20:24.210Z Downloaded peg-macros v0.8.3
11942024-05-15T05:20:24.210Z Downloaded partial-io v0.5.4
11952024-05-15T05:20:24.210Z Downloaded sigpipe v0.1.3
11962024-05-15T05:20:24.210Z Downloaded similar-asserts v1.5.0
11972024-05-15T05:20:24.211Z Downloaded zerocopy-derive v0.7.32
11982024-05-15T05:20:24.211Z Downloaded openssl-probe v0.1.5
11992024-05-15T05:20:24.211Z Downloaded number_prefix v0.4.0
12002024-05-15T05:20:24.212Z Downloaded tempfile v3.10.1
12012024-05-15T05:20:24.212Z Downloaded pest_generator v2.7.6
12022024-05-15T05:20:24.212Z Downloaded percent-encoding v2.3.1
12032024-05-15T05:20:24.212Z Downloaded crossterm v0.27.0
12042024-05-15T05:20:24.212Z Downloaded term v0.7.0
12052024-05-15T05:20:24.213Z Downloaded rand_xorshift v0.3.0
12062024-05-15T05:20:24.213Z Downloaded owo-colors v4.0.0
12072024-05-15T05:20:24.213Z Downloaded socket2 v0.4.9
12082024-05-15T05:20:24.213Z Downloaded untrusted v0.9.0
12092024-05-15T05:20:24.213Z Downloaded untrusted v0.7.1
12102024-05-15T05:20:24.214Z Downloaded universal-hash v0.5.1
12112024-05-15T05:20:24.214Z Downloaded tabwriter v1.4.0
12122024-05-15T05:20:24.214Z Downloaded proc-macro-error v1.0.4
12132024-05-15T05:20:24.214Z Downloaded downcast v0.11.0
12142024-05-15T05:20:24.214Z Downloaded plotters-backend v0.3.5
12152024-05-15T05:20:24.214Z Downloaded once_cell v1.19.0
12162024-05-15T05:20:24.214Z Downloaded futures-channel v0.3.30
12172024-05-15T05:20:24.215Z Downloaded diesel_table_macro_syntax v0.1.0
12182024-05-15T05:20:24.215Z Downloaded zone_cfg_derive v0.1.2
12192024-05-15T05:20:24.215Z Downloaded blake3 v1.5.0
12202024-05-15T05:20:24.215Z Downloaded defmt-parser v0.3.3
12212024-05-15T05:20:24.215Z Downloaded serde_tokenstream v0.1.7
12222024-05-15T05:20:24.215Z Downloaded rusty-fork v0.3.0
12232024-05-15T05:20:24.216Z Downloaded rustls-pki-types v1.3.0
12242024-05-15T05:20:24.216Z Downloaded tower-service v0.3.2
12252024-05-15T05:20:24.216Z Downloaded thiserror-impl-no-std v2.0.2
12262024-05-15T05:20:24.216Z Downloaded hash32 v0.2.1
12272024-05-15T05:20:24.216Z Downloaded group v0.13.0
12282024-05-15T05:20:24.216Z Downloaded ucd-trie v0.1.6
12292024-05-15T05:20:24.216Z Downloaded pkcs1 v0.7.5
12302024-05-15T05:20:24.217Z Downloaded slog-dtrace v0.3.0
12312024-05-15T05:20:24.217Z Downloaded signature v2.1.0
12322024-05-15T05:20:24.217Z Downloaded platforms v3.0.2
12332024-05-15T05:20:24.217Z Downloaded num-bigint-dig v0.8.4
12342024-05-15T05:20:24.217Z Downloaded time-core v0.1.2
12352024-05-15T05:20:24.217Z Downloaded rand_core v0.6.4
12362024-05-15T05:20:24.217Z Downloaded deranged v0.3.11
12372024-05-15T05:20:24.217Z Downloaded uzers v0.11.3
12382024-05-15T05:20:24.218Z Downloaded dof v0.1.5
12392024-05-15T05:20:24.218Z Downloaded radium v0.7.0
12402024-05-15T05:20:24.218Z Downloaded defmt-macros v0.3.6
12412024-05-15T05:20:24.218Z Downloaded defmt v0.3.5
12422024-05-15T05:20:24.218Z Downloaded getrandom v0.2.12
12432024-05-15T05:20:24.218Z Downloaded tracing-attributes v0.1.27
12442024-05-15T05:20:24.662Z Downloaded diff v0.1.13
12452024-05-15T05:20:24.662Z Downloaded termtree v0.4.1
12462024-05-15T05:20:24.662Z Downloaded futures-executor v0.3.30
12472024-05-15T05:20:24.663Z Downloaded serde_with_macros v3.7.0
12482024-05-15T05:20:24.663Z Downloaded fallible-iterator v0.2.0
12492024-05-15T05:20:24.663Z Downloaded dof v0.3.0
12502024-05-15T05:20:24.663Z Downloaded getopts v0.2.21
12512024-05-15T05:20:24.663Z Downloaded serde_path_to_error v0.1.16
12522024-05-15T05:20:24.663Z Downloaded omicron-zone-package v0.11.0
12532024-05-15T05:20:24.664Z Downloaded gethostname v0.4.3
12542024-05-15T05:20:24.664Z Downloaded zone v0.1.8
12552024-05-15T05:20:24.664Z Downloaded version_check v0.9.4
12562024-05-15T05:20:24.664Z Downloaded typenum v1.16.0
12572024-05-15T05:20:24.664Z Downloaded slog v2.7.0
12582024-05-15T05:20:24.664Z Downloaded termcolor v1.2.0
12592024-05-15T05:20:24.664Z Downloaded rsa v0.9.2
12602024-05-15T05:20:24.665Z Downloaded ron v0.8.1
12612024-05-15T05:20:24.665Z Downloaded ref-cast v1.0.23
12622024-05-15T05:20:24.665Z Downloaded time-macros v0.2.17
12632024-05-15T05:20:24.665Z Downloaded poly1305 v0.8.0
12642024-05-15T05:20:24.665Z Downloaded reedline v0.31.0
12652024-05-15T05:20:24.665Z Downloaded unicode-segmentation v1.10.1
12662024-05-15T05:20:24.665Z Downloaded salty v0.2.0
12672024-05-15T05:20:24.666Z Downloaded steno v0.4.0
12682024-05-15T05:20:24.666Z Downloaded der_derive v0.7.2
12692024-05-15T05:20:24.666Z Downloaded target-lexicon v0.12.13
12702024-05-15T05:20:24.666Z Downloaded similar v2.4.0
12712024-05-15T05:20:24.666Z Downloaded tracing-core v0.1.32
12722024-05-15T05:20:24.666Z Downloaded expectorate v1.1.0
12732024-05-15T05:20:24.666Z Downloaded tungstenite v0.20.1
12742024-05-15T05:20:24.666Z Downloaded num-bigint v0.4.4
12752024-05-15T05:20:24.667Z Downloaded oso v0.27.3
12762024-05-15T05:20:24.667Z Downloaded derive-where v1.2.7
12772024-05-15T05:20:24.667Z Downloaded unicode-normalization v0.1.22
12782024-05-15T05:20:24.667Z Downloaded bindgen v0.69.2
12792024-05-15T05:20:24.667Z Downloaded uuid v1.8.0
12802024-05-15T05:20:24.667Z Downloaded tough v0.17.1
12812024-05-15T05:20:24.667Z Downloaded url v2.5.0
12822024-05-15T05:20:24.668Z Downloaded rustls-webpki v0.101.7
12832024-05-15T05:20:24.668Z Downloaded test-strategy v0.3.1
12842024-05-15T05:20:24.668Z Downloaded prettyplease v0.2.20
12852024-05-15T05:20:24.668Z Downloaded headers v0.3.9
12862024-05-15T05:20:24.669Z Downloaded pretty_assertions v1.4.0
12872024-05-15T05:20:24.669Z Downloaded unicode_categories v0.1.1
12882024-05-15T05:20:24.669Z Downloaded derive_more v0.99.17
12892024-05-15T05:20:24.669Z Downloaded der v0.7.8
12902024-05-15T05:20:24.669Z Downloaded trust-dns-client v0.22.0
12912024-05-15T05:20:24.669Z Downloaded openssl-sys v0.9.102
12922024-05-15T05:20:24.670Z Downloaded serde_yaml v0.9.25
12932024-05-15T05:20:24.670Z Downloaded toml_edit v0.19.15
12942024-05-15T05:20:24.670Z Downloaded rand v0.8.5
12952024-05-15T05:20:24.670Z Downloaded chrono v0.4.38
12962024-05-15T05:20:24.670Z Downloaded tokio-util v0.7.10
12972024-05-15T05:20:24.670Z Downloaded zerocopy v0.7.32
12982024-05-15T05:20:24.670Z Downloaded tracing v0.1.40
12992024-05-15T05:20:24.670Z Downloaded rustls-webpki v0.102.1
13002024-05-15T05:20:24.670Z Downloaded time v0.3.34
13012024-05-15T05:20:24.670Z Downloaded hashbrown v0.13.2
13022024-05-15T05:20:24.671Z Downloaded idna v0.5.0
13032024-05-15T05:20:24.671Z Downloaded reqwest v0.11.27
13042024-05-15T05:20:24.671Z Downloaded sqlparser v0.45.0
13052024-05-15T05:20:24.671Z Downloaded guppy v0.17.5
13062024-05-15T05:20:24.671Z Downloaded goblin v0.8.0
13072024-05-15T05:20:24.672Z Downloaded object v0.30.4
13082024-05-15T05:20:24.672Z Downloaded gimli v0.28.0
13092024-05-15T05:20:24.672Z Downloaded plotters v0.3.5
13102024-05-15T05:20:24.673Z Downloaded object v0.32.1
13112024-05-15T05:20:24.673Z Downloaded syn v1.0.109
13122024-05-15T05:20:24.674Z Downloaded regex v1.10.4
13132024-05-15T05:20:24.674Z Downloaded webpki-roots v0.25.2
13142024-05-15T05:20:24.674Z Downloaded rayon v1.10.0
13152024-05-15T05:20:24.674Z Downloaded polar-core v0.27.3
13162024-05-15T05:20:24.674Z Downloaded diesel v2.1.6
13172024-05-15T05:20:24.674Z Downloaded curve25519-dalek v4.1.2
13182024-05-15T05:20:24.675Z Downloaded openssl v0.10.64
13192024-05-15T05:20:24.675Z Downloaded radix_trie v0.2.1
13202024-05-15T05:20:24.675Z Downloaded regex-syntax v0.8.2
13212024-05-15T05:20:24.675Z Downloaded trust-dns-proto v0.22.0
13222024-05-15T05:20:24.675Z Downloaded rustls v0.22.4
13232024-05-15T05:20:24.675Z Downloaded openapiv3 v2.0.0
13242024-05-15T05:20:24.675Z Downloaded regress v0.9.1
13252024-05-15T05:20:25.148Z Downloaded bzip2-sys v0.1.11+1.0.8
13262024-05-15T05:20:25.148Z Downloaded sled v0.34.7
13272024-05-15T05:20:25.148Z Downloaded zerocopy-derive v0.6.6
13282024-05-15T05:20:25.149Z Downloaded ratatui v0.26.2
13292024-05-15T05:20:25.149Z Downloaded regex-automata v0.4.5
13302024-05-15T05:20:25.149Z Downloaded sha3 v0.10.8
13312024-05-15T05:20:25.149Z Downloaded petgraph v0.6.5
13322024-05-15T05:20:25.150Z Downloaded tokio v1.37.0
13332024-05-15T05:20:25.150Z Downloaded csv v1.3.0
13342024-05-15T05:20:25.150Z Downloaded encoding_rs v0.8.33
13352024-05-15T05:20:25.151Z Downloaded zerocopy-derive v0.2.0
13362024-05-15T05:20:25.151Z Downloaded regex-syntax v0.6.29
13372024-05-15T05:20:25.151Z Downloaded smoltcp v0.11.0
13382024-05-15T05:20:25.151Z Downloaded bstr v1.9.0
13392024-05-15T05:20:25.151Z Downloaded rustls v0.21.9
13402024-05-15T05:20:25.152Z Downloaded nix v0.28.0
13412024-05-15T05:20:25.153Z Downloaded smoltcp v0.9.1
13422024-05-15T05:20:25.156Z Downloaded idna v0.2.3
13432024-05-15T05:20:25.156Z Downloaded serde_with v3.7.0
13442024-05-15T05:20:25.158Z Downloaded futures-util v0.3.30
13452024-05-15T05:20:25.158Z Downloaded vcpkg v0.2.15
13462024-05-15T05:20:25.158Z Downloaded idna v0.3.0
13472024-05-15T05:20:25.158Z Downloaded regex-automata v0.1.10
13482024-05-15T05:20:25.158Z Downloaded pest v2.7.6
13492024-05-15T05:20:25.158Z Downloaded tabled v0.15.0
13502024-05-15T05:20:25.158Z Downloaded portable-atomic v1.4.3
13512024-05-15T05:20:25.158Z Downloaded quick-xml v0.31.0
13522024-05-15T05:20:25.158Z Downloaded proptest v1.4.0
13532024-05-15T05:20:25.159Z Downloaded bitvec v1.0.1
13542024-05-15T05:20:25.159Z Downloaded hashbrown v0.12.3
13552024-05-15T05:20:25.159Z Downloaded trust-dns-resolver v0.22.0
13562024-05-15T05:20:25.159Z Downloaded rustyline v14.0.0
13572024-05-15T05:20:25.159Z Downloaded winnow v0.5.15
13582024-05-15T05:20:25.159Z Downloaded h2 v0.3.26
13592024-05-15T05:20:25.159Z Downloaded lalrpop v0.19.12
13602024-05-15T05:20:25.159Z Downloaded x509-cert v0.2.4
13612024-05-15T05:20:25.159Z Downloaded target-spec v3.1.0
13622024-05-15T05:20:25.159Z Downloaded rand_chacha v0.3.1
13632024-05-15T05:20:25.159Z Downloaded fatfs v0.3.6
13642024-05-15T05:20:25.159Z Downloaded fastrand v2.0.1
13652024-05-15T05:20:25.159Z Downloaded papergrid v0.11.0
13662024-05-15T05:20:25.159Z Downloaded zip v0.6.6
13672024-05-15T05:20:25.159Z Downloaded zerocopy v0.6.6
13682024-05-15T05:20:25.159Z Downloaded snafu-derive v0.8.2
13692024-05-15T05:20:25.159Z Downloaded toml v0.5.11
13702024-05-15T05:20:25.159Z Downloaded socket2 v0.5.6
13712024-05-15T05:20:25.159Z Downloaded schemars v0.8.17
13722024-05-15T05:20:25.159Z Downloaded tinyvec v1.6.0
13732024-05-15T05:20:25.160Z Downloaded serde_derive_internals v0.29.0
13742024-05-15T05:20:25.160Z Downloaded parking_lot v0.12.1
13752024-05-15T05:20:25.160Z Downloaded parking_lot v0.11.2
13762024-05-15T05:20:26.188Z Downloaded yasna v0.5.2
13772024-05-15T05:20:26.188Z Downloaded elliptic-curve v0.13.8
13782024-05-15T05:20:26.188Z Downloaded futures-core v0.3.30
13792024-05-15T05:20:26.189Z Downloaded fd-lock v4.0.2
13802024-05-15T05:20:26.189Z Downloaded rustls-pemfile v2.1.2
13812024-05-15T05:20:26.189Z Downloaded itertools v0.10.5
13822024-05-15T05:20:26.189Z Downloaded nom v7.1.3
13832024-05-15T05:20:26.189Z Downloaded trybuild v1.0.91
13842024-05-15T05:20:26.189Z Downloaded itertools v0.12.1
13852024-05-15T05:20:26.189Z Downloaded pest_meta v2.7.6
13862024-05-15T05:20:26.189Z Downloaded walkdir v2.5.0
13872024-05-15T05:20:26.189Z Downloaded futures v0.3.30
13882024-05-15T05:20:26.189Z Downloaded xattr v1.0.1
13892024-05-15T05:20:26.189Z Downloaded sqlformat v0.2.3
13902024-05-15T05:20:26.190Z Downloaded darling v0.20.8
13912024-05-15T05:20:26.190Z Downloaded criterion v0.5.1
13922024-05-15T05:20:26.190Z Downloaded foreign-types v0.5.0
13932024-05-15T05:20:26.190Z Downloaded secrecy v0.8.0
13942024-05-15T05:20:26.190Z Downloaded unicode-bidi v0.3.15
13952024-05-15T05:20:26.190Z Downloaded publicsuffix v2.2.3
13962024-05-15T05:20:26.190Z Downloaded libm v0.2.7
13972024-05-15T05:20:26.191Z Downloaded scroll v0.12.0
13982024-05-15T05:20:26.191Z Downloaded derive_builder_core v0.20.0
13992024-05-15T05:20:26.191Z Downloaded usdt-impl v0.5.0
14002024-05-15T05:20:26.191Z Downloaded env_logger v0.10.0
14012024-05-15T05:20:26.191Z Downloaded signal-hook v0.3.17
14022024-05-15T05:20:26.191Z Downloaded vte v0.11.1
14032024-05-15T05:20:26.191Z Downloaded unsafe-libyaml v0.2.10
14042024-05-15T05:20:26.191Z Downloaded flate2 v1.0.30
14052024-05-15T05:20:26.192Z Downloaded strum_macros v0.24.3
14062024-05-15T05:20:26.192Z Downloaded half v2.3.1
14072024-05-15T05:20:26.192Z Downloaded pin-project v1.1.3
14082024-05-15T05:20:26.193Z Downloaded tinytemplate v1.2.1
14092024-05-15T05:20:26.193Z Downloaded postcard v1.0.8
14102024-05-15T05:20:26.193Z Downloaded parse-display v0.9.0
14112024-05-15T05:20:26.193Z Downloaded num_enum_derive v0.5.11
14122024-05-15T05:20:26.193Z Downloaded num_enum v0.5.11
14132024-05-15T05:20:26.193Z Downloaded num_cpus v1.16.0
14142024-05-15T05:20:26.194Z Downloaded form_urlencoded v1.2.1
14152024-05-15T05:20:26.194Z Downloaded ena v0.14.2
14162024-05-15T05:20:26.194Z Downloaded predicates-tree v1.0.9
14172024-05-15T05:20:26.194Z Downloaded flume v0.11.0
14182024-05-15T05:20:26.194Z Downloaded want v0.3.1
14192024-05-15T05:20:26.195Z Downloaded strum v0.26.2
14202024-05-15T05:20:26.195Z Downloaded topological-sort v0.2.2
14212024-05-15T05:20:26.195Z Downloaded pkcs8 v0.10.2
14222024-05-15T05:20:26.195Z Downloaded wait-timeout v0.2.0
14232024-05-15T05:20:26.195Z Downloaded darling_core v0.20.8
14242024-05-15T05:20:26.195Z Downloaded tokio-rustls v0.25.0
14252024-05-15T05:20:26.195Z Downloaded tokio-rustls v0.24.1
14262024-05-15T05:20:26.195Z Downloaded num-traits v0.2.19
14272024-05-15T05:20:26.196Z Downloaded num-rational v0.4.2
14282024-05-15T05:20:26.196Z Downloaded ring v0.17.8
14292024-05-15T05:20:26.196Z Downloaded const_format v0.2.32
14302024-05-15T05:20:26.196Z Downloaded tungstenite v0.21.0
14312024-05-15T05:20:26.196Z Downloaded paste v1.0.15
14322024-05-15T05:20:26.196Z Downloaded futures-task v0.3.30
14332024-05-15T05:20:26.196Z Downloaded futures-sink v0.3.30
14342024-05-15T05:20:26.197Z Downloaded futures-macro v0.3.30
14352024-05-15T05:20:26.197Z Downloaded funty v2.0.0
14362024-05-15T05:20:26.197Z Downloaded endian-type v0.1.2
14372024-05-15T05:20:26.197Z Downloaded display-error-chain v0.2.0
14382024-05-15T05:20:26.198Z Downloaded rustls-native-certs v0.7.0
14392024-05-15T05:20:26.198Z Downloaded rustc-demangle v0.1.23
14402024-05-15T05:20:26.198Z Downloaded rstest_macros v0.19.0
14412024-05-15T05:20:26.198Z Downloaded pkg-config v0.3.27
14422024-05-15T05:20:26.198Z Downloaded packed_struct_codegen v0.10.1
14432024-05-15T05:20:26.198Z Downloaded tar v0.4.40
14442024-05-15T05:20:26.199Z Downloaded snafu v0.8.2
14452024-05-15T05:20:26.199Z Downloaded rcgen v0.12.1
14462024-05-15T05:20:26.199Z Downloaded indicatif v0.17.8
14472024-05-15T05:20:26.199Z Downloaded http v1.0.0
14482024-05-15T05:20:26.199Z Downloaded ring v0.16.20
14492024-05-15T05:20:26.199Z Downloaded bstr v0.2.17
14502024-05-15T05:20:26.199Z Downloaded signal-hook-registry v1.4.1
14512024-05-15T05:20:26.200Z Downloaded tokio-macros v2.2.0
14522024-05-15T05:20:26.200Z Downloaded parking_lot_core v0.9.8
14532024-05-15T05:20:26.200Z Downloaded parking_lot_core v0.8.6
14542024-05-15T05:20:26.200Z Downloaded num-complex v0.4.6
14552024-05-15T05:20:26.200Z Downloaded const-oid v0.9.6
14562024-05-15T05:20:26.200Z Downloaded bytes v1.6.0
14572024-05-15T05:20:26.200Z Downloaded indexmap v1.9.3
14582024-05-15T05:20:26.200Z Downloaded fixedbitset v0.4.2
14592024-05-15T05:20:26.200Z Downloaded serde_urlencoded v0.7.1
14602024-05-15T05:20:26.200Z Downloaded globset v0.4.13
14612024-05-15T05:20:26.201Z Downloaded glob v0.3.1
14622024-05-15T05:20:26.201Z Downloaded spki v0.7.2
14632024-05-15T05:20:26.201Z Downloaded toml v0.7.8
14642024-05-15T05:20:26.201Z Downloaded ron v0.7.1
14652024-05-15T05:20:26.201Z Downloaded usdt-attr-macro v0.3.5
14662024-05-15T05:20:26.201Z Downloaded peeking_take_while v0.1.2
14672024-05-15T05:20:26.201Z Downloaded hyper v1.1.0
14682024-05-15T05:20:26.201Z Downloaded const_format_proc_macros v0.2.32
14692024-05-15T05:20:26.201Z Downloaded tokio-stream v0.1.15
14702024-05-15T05:20:26.202Z Downloaded smallvec v1.13.1
14712024-05-15T05:20:26.202Z Downloaded cc v1.0.83
14722024-05-15T05:20:26.202Z Downloaded base64 v0.22.1
14732024-05-15T05:20:26.202Z Downloaded base64 v0.13.1
14742024-05-15T05:20:26.202Z Downloaded dirs-sys-next v0.1.2
14752024-05-15T05:20:26.202Z Downloaded dirs-next v2.0.0
14762024-05-15T05:20:26.247Z Downloaded yansi v0.5.1
14772024-05-15T05:20:26.247Z Downloaded bzip2 v0.4.4
14782024-05-15T05:20:26.247Z Downloaded memmap2 v0.7.1
14792024-05-15T05:20:26.247Z Downloaded chacha20 v0.9.1
14802024-05-15T05:20:26.247Z Downloaded log v0.4.21
14812024-05-15T05:20:26.247Z Downloaded libloading v0.7.4
14822024-05-15T05:20:26.247Z Downloaded termios v0.3.3
14832024-05-15T05:20:26.247Z Downloaded unicode-width v0.1.11
14842024-05-15T05:20:26.248Z Downloaded lazy_static v1.4.0
14852024-05-15T05:20:26.248Z Downloaded kstat-rs v0.2.3
14862024-05-15T05:20:26.248Z Downloaded slog-scope v4.4.0
14872024-05-15T05:20:26.248Z Downloaded rustc-hash v1.1.0
14882024-05-15T05:20:26.248Z Downloaded multer v3.1.0
14892024-05-15T05:20:26.248Z Downloaded libtest-mimic v0.7.2
14902024-05-15T05:20:26.248Z Downloaded cookie v0.18.1
14912024-05-15T05:20:26.248Z Downloaded cookie_store v0.20.0
14922024-05-15T05:20:26.249Z Downloaded lru-cache v0.1.2
14932024-05-15T05:20:26.249Z Downloaded newtype-uuid v1.1.0
14942024-05-15T05:20:26.249Z Downloaded mime_guess v2.0.4
14952024-05-15T05:20:26.249Z Downloaded maybe-uninit v2.0.0
14962024-05-15T05:20:26.249Z Downloaded lock_api v0.4.10
14972024-05-15T05:20:26.249Z Downloaded lazycell v1.3.0
14982024-05-15T05:20:26.250Z Downloaded lalrpop-util v0.19.12
14992024-05-15T05:20:26.250Z Downloaded constant_time_eq v0.3.0
15002024-05-15T05:20:26.250Z Downloaded maplit v1.0.2
15012024-05-15T05:20:26.250Z Downloaded convert_case v0.4.0
15022024-05-15T05:20:26.250Z Downloaded impl-trait-for-tuples v0.2.2
15032024-05-15T05:20:26.250Z Downloaded hyper-rustls v0.26.0
15042024-05-15T05:20:26.250Z Downloaded httparse v1.8.0
15052024-05-15T05:20:26.250Z Downloaded byteorder v1.5.0
15062024-05-15T05:20:26.250Z Downloaded matches v0.1.10
15072024-05-15T05:20:26.251Z Downloaded libsw v3.3.1
15082024-05-15T05:20:26.251Z Downloaded is-terminal v0.4.9
15092024-05-15T05:20:26.251Z Downloaded cipher v0.4.4
15102024-05-15T05:20:26.251Z Downloaded new_debug_unreachable v1.0.4
15112024-05-15T05:20:26.251Z Downloaded inout v0.1.3
15122024-05-15T05:20:26.251Z Downloaded iana-time-zone v0.1.57
15132024-05-15T05:20:26.251Z Downloaded crucible-workspace-hack v0.1.0
15142024-05-15T05:20:26.251Z Downloaded ciborium-ll v0.2.2
15152024-05-15T05:20:26.251Z Downloaded cexpr v0.6.0
15162024-05-15T05:20:26.251Z Downloaded bitstruct_derive v0.1.0
15172024-05-15T05:20:26.251Z Downloaded home v0.5.5
15182024-05-15T05:20:26.252Z Downloaded highway v1.1.0
15192024-05-15T05:20:26.252Z Downloaded hex-literal v0.4.1
15202024-05-15T05:20:26.252Z Downloaded cobs v0.2.3
15212024-05-15T05:20:26.252Z Downloaded cfg_aliases v0.1.1
15222024-05-15T05:20:26.252Z Downloaded block-padding v0.3.3
15232024-05-15T05:20:26.253Z Downloaded atomicwrites v0.4.3
15242024-05-15T05:20:26.253Z Downloaded async-stream-impl v0.3.5
15252024-05-15T05:20:26.253Z Downloaded assert_matches v1.5.0
15262024-05-15T05:20:26.253Z Downloaded argon2 v0.5.3
15272024-05-15T05:20:26.253Z Downloaded approx v0.5.1
15282024-05-15T05:20:26.253Z Downloaded allocator-api2 v0.2.16
15292024-05-15T05:20:26.253Z Downloaded arrayref v0.3.7
15302024-05-15T05:20:26.253Z Downloaded anes v0.1.6
15312024-05-15T05:20:26.253Z Downloaded backtrace v0.3.69
15322024-05-15T05:20:26.254Z Downloaded ahash v0.8.8
15332024-05-15T05:20:26.254Z Compiling libc v0.2.153
15342024-05-15T05:20:26.255Z Compiling serde v1.0.201
15352024-05-15T05:20:26.255Z Compiling version_check v0.9.4
15362024-05-15T05:20:26.255Z Checking cfg-if v1.0.0
15372024-05-15T05:20:26.289Z Compiling lock_api v0.4.10
15382024-05-15T05:20:26.289Z Compiling parking_lot_core v0.9.8
15392024-05-15T05:20:26.290Z Compiling syn v2.0.60
15402024-05-15T05:20:26.310Z Compiling once_cell v1.19.0
15412024-05-15T05:20:27.077Z Compiling libm v0.2.7
15422024-05-15T05:20:27.091Z Compiling num-traits v0.2.19
15432024-05-15T05:20:27.091Z Compiling memchr v2.7.1
15442024-05-15T05:20:27.091Z Compiling serde_json v1.0.117
15452024-05-15T05:20:27.091Z Compiling byteorder v1.5.0
15462024-05-15T05:20:27.091Z Compiling ahash v0.8.8
15472024-05-15T05:20:27.225Z Compiling syn v1.0.109
15482024-05-15T05:20:27.311Z Checking log v0.4.21
15492024-05-15T05:20:27.601Z Compiling slab v0.4.9
15502024-05-15T05:20:27.918Z Checking itoa v1.0.9
15512024-05-15T05:20:27.955Z Compiling typenum v1.16.0
15522024-05-15T05:20:27.987Z Compiling generic-array v0.14.7
15532024-05-15T05:20:28.063Z Checking getrandom v0.2.12
15542024-05-15T05:20:28.426Z Compiling cc v1.0.83
15552024-05-15T05:20:28.502Z Checking scopeguard v1.2.0
15562024-05-15T05:20:28.516Z Checking smallvec v1.13.1
15572024-05-15T05:20:28.575Z Compiling allocator-api2 v0.2.16
15582024-05-15T05:20:28.966Z Compiling pkg-config v0.3.27
15592024-05-15T05:20:29.075Z Compiling rustix v0.38.31
15602024-05-15T05:20:29.234Z Compiling schemars v0.8.17
15612024-05-15T05:20:29.468Z Compiling httparse v1.8.0
15622024-05-15T05:20:29.636Z Checking pin-project-lite v0.2.13
15632024-05-15T05:20:29.707Z Checking parking_lot v0.12.1
15642024-05-15T05:20:29.732Z Compiling time-core v0.1.2
15652024-05-15T05:20:30.309Z Compiling num-conv v0.1.0
15662024-05-15T05:20:30.334Z Checking signal-hook-registry v1.4.1
15672024-05-15T05:20:30.334Z Compiling time-macros v0.2.17
15682024-05-15T05:20:30.334Z Compiling fnv v1.0.7
15692024-05-15T05:20:30.371Z Checking mio v0.8.11
15702024-05-15T05:20:30.412Z Compiling vcpkg v0.2.15
15712024-05-15T05:20:30.570Z Compiling heck v0.4.1
15722024-05-15T05:20:31.113Z Checking ryu v1.0.15
15732024-05-15T05:20:31.604Z Checking num_cpus v1.16.0
15742024-05-15T05:20:31.636Z Compiling aho-corasick v1.1.2
15752024-05-15T05:20:31.636Z Compiling ring v0.17.8
15762024-05-15T05:20:32.619Z Compiling regex-syntax v0.8.2
15772024-05-15T05:20:32.649Z Compiling openssl-sys v0.9.102
15782024-05-15T05:20:33.744Z Compiling serde_derive_internals v0.29.0
15792024-05-15T05:20:34.518Z Checking rand_core v0.6.4
15802024-05-15T05:20:34.918Z Checking futures-core v0.3.30
15812024-05-15T05:20:34.981Z Compiling ring v0.16.20
15822024-05-15T05:20:35.136Z Checking socket2 v0.5.6
15832024-05-15T05:20:35.610Z Compiling regex-automata v0.4.5
15842024-05-15T05:20:36.372Z Compiling openssl v0.10.64
15852024-05-15T05:20:36.774Z Compiling rustversion v1.0.14
15862024-05-15T05:20:37.469Z Compiling slog v2.7.0
15872024-05-15T05:20:37.948Z Compiling ucd-trie v0.1.6
15882024-05-15T05:20:38.117Z Compiling crossbeam-utils v0.8.19
15892024-05-15T05:20:38.604Z Compiling rustls v0.21.9
15902024-05-15T05:20:38.619Z Compiling iana-time-zone v0.1.57
15912024-05-15T05:20:38.771Z Compiling native-tls v0.2.11
15922024-05-15T05:20:38.861Z Compiling cookie v0.17.0
15932024-05-15T05:20:39.432Z Checking spin v0.5.2
15942024-05-15T05:20:39.454Z Compiling backtrace v0.3.69
15952024-05-15T05:20:39.454Z Compiling dyn-clone v1.0.17
15962024-05-15T05:20:39.454Z Checking futures-sink v0.3.30
15972024-05-15T05:20:44.430Z Compiling anyhow v1.0.83
15982024-05-15T05:20:44.690Z Checking pin-utils v0.1.0
15992024-05-15T05:20:44.690Z Checking futures-channel v0.3.30
16002024-05-15T05:20:44.691Z Checking futures-task v0.3.30
16012024-05-15T05:20:44.691Z Compiling regex v1.10.4
16022024-05-15T05:20:44.691Z Checking futures-io v0.3.30
16032024-05-15T05:20:44.691Z Compiling tinyvec_macros v0.1.1
16042024-05-15T05:20:44.691Z Compiling serde_derive v1.0.201
16052024-05-15T05:20:44.691Z Compiling zerocopy-derive v0.7.32
16062024-05-15T05:20:44.691Z Compiling thiserror-impl v1.0.59
16072024-05-15T05:20:44.691Z Compiling zeroize_derive v1.4.2
16082024-05-15T05:20:44.692Z Compiling tokio-macros v2.2.0
16092024-05-15T05:20:44.692Z Compiling futures-macro v0.3.30
16102024-05-15T05:20:44.692Z Compiling tracing-attributes v0.1.27
16112024-05-15T05:20:44.692Z Compiling schemars_derive v0.8.17
16122024-05-15T05:20:44.692Z Checking zeroize v1.7.0
16132024-05-15T05:20:44.692Z Compiling openssl-macros v0.1.1
16142024-05-15T05:20:44.692Z Compiling zerocopy v0.7.32
16152024-05-15T05:20:44.692Z Compiling async-trait v0.1.80
16162024-05-15T05:20:44.692Z Compiling thiserror v1.0.59
16172024-05-15T05:20:44.692Z Compiling pest v2.7.6
16182024-05-15T05:20:45.504Z Compiling hashbrown v0.14.3
16192024-05-15T05:20:45.685Z Compiling scroll_derive v0.12.0
16202024-05-15T05:20:45.925Z Checking futures-util v0.3.30
16212024-05-15T05:20:46.174Z Compiling tinyvec v1.6.0
16222024-05-15T05:20:46.683Z Compiling pest_meta v2.7.6
16232024-05-15T05:20:47.128Z Compiling thread-id v4.2.0
16242024-05-15T05:20:47.148Z Compiling der_derive v0.7.2
16252024-05-15T05:20:47.590Z Compiling unicode-normalization v0.1.22
16262024-05-15T05:20:47.732Z Compiling unicode-bidi v0.3.15
16272024-05-15T05:20:48.339Z Compiling pest_generator v2.7.6
16282024-05-15T05:20:48.579Z Compiling errno v0.3.8
16292024-05-15T05:20:48.815Z Compiling unicode-width v0.1.11
16302024-05-15T05:20:49.883Z Compiling either v1.11.0
16312024-05-15T05:20:50.039Z Checking subtle v2.5.0
16322024-05-15T05:20:50.039Z Compiling scroll v0.12.0
16332024-05-15T05:20:50.398Z Compiling usdt-impl v0.5.0
16342024-05-15T05:20:50.735Z Compiling plain v0.2.3
16352024-05-15T05:20:50.770Z Compiling winnow v0.5.15
16362024-05-15T05:20:50.988Z Compiling crc32fast v1.3.2
16372024-05-15T05:20:51.576Z Compiling goblin v0.8.0
16382024-05-15T05:20:51.604Z Compiling pest_derive v2.7.6
16392024-05-15T05:20:52.451Z Compiling spin v0.9.8
16402024-05-15T05:20:52.530Z Compiling tracing-core v0.1.32
16412024-05-15T05:20:52.969Z Compiling pretty-hex v0.4.1
16422024-05-15T05:20:52.970Z Compiling dtrace-parser v0.2.0
16432024-05-15T05:20:52.970Z Compiling percent-encoding v2.3.1
16442024-05-15T05:20:53.558Z Compiling tracing v0.1.40
16452024-05-15T05:20:53.999Z Compiling const-oid v0.9.6
16462024-05-15T05:20:54.313Z Compiling clap_derive v4.5.4
16472024-05-15T05:20:54.781Z Checking bytes v1.6.0
16482024-05-15T05:20:54.798Z Checking bitflags v2.4.2
16492024-05-15T05:20:55.498Z Checking chrono v0.4.38
16502024-05-15T05:20:55.514Z Checking tokio v1.37.0
16512024-05-15T05:20:55.824Z Compiling indexmap v2.2.6
16522024-05-15T05:20:57.103Z Compiling serde_tokenstream v0.2.0
16532024-05-15T05:20:57.311Z Compiling uuid v1.8.0
16542024-05-15T05:20:57.568Z Compiling semver v1.0.22
16552024-05-15T05:20:57.619Z Compiling http v0.2.12
16562024-05-15T05:20:58.330Z Compiling toml_datetime v0.6.5
16572024-05-15T05:20:58.663Z Compiling serde_spanned v0.6.5
16582024-05-15T05:20:58.762Z Compiling rustc_version v0.4.0
16592024-05-15T05:20:59.508Z Compiling toml_edit v0.19.15
16602024-05-15T05:20:59.936Z Compiling openapiv3 v2.0.0
16612024-05-15T05:21:01.365Z Compiling dof v0.3.0
16622024-05-15T05:21:01.922Z Compiling powerfmt v0.2.0
16632024-05-15T05:21:02.406Z Compiling untrusted v0.7.1
16642024-05-15T05:21:02.426Z Compiling foreign-types-shared v0.1.1
16652024-05-15T05:21:02.427Z Compiling signal-hook v0.3.17
16662024-05-15T05:21:02.427Z Compiling untrusted v0.9.0
16672024-05-15T05:21:02.510Z Compiling deranged v0.3.11
16682024-05-15T05:21:03.795Z Compiling usdt-macro v0.5.0
16692024-05-15T05:21:04.056Z Compiling usdt-attr-macro v0.5.0
16702024-05-15T05:21:04.094Z Compiling foreign-types v0.3.2
16712024-05-15T05:21:04.183Z Compiling form_urlencoded v1.2.1
16722024-05-15T05:21:04.500Z Compiling crypto-common v0.1.6
16732024-05-15T05:21:04.577Z Compiling zerocopy-derive v0.6.6
16742024-05-15T05:21:05.381Z Compiling base64 v0.21.7
16752024-05-15T05:21:05.737Z Compiling try-lock v0.2.4
16762024-05-15T05:21:06.298Z Compiling siphasher v0.3.11
16772024-05-15T05:21:06.801Z Compiling num_threads v0.1.6
16782024-05-15T05:21:06.801Z Compiling time v0.3.34
16792024-05-15T05:21:06.801Z Compiling want v0.3.1
16802024-05-15T05:21:06.804Z Compiling sct v0.7.0
16812024-05-15T05:21:06.804Z Compiling rustls-webpki v0.101.7
16822024-05-15T05:21:06.804Z Compiling http-body v0.4.5
16832024-05-15T05:21:09.737Z Compiling tokio-util v0.7.10
16842024-05-15T05:21:09.737Z Compiling block-buffer v0.10.4
16852024-05-15T05:21:09.738Z Compiling idna v0.5.0
16862024-05-15T05:21:09.738Z Compiling tower-service v0.3.2
16872024-05-15T05:21:09.738Z Compiling openssl-probe v0.1.5
16882024-05-15T05:21:09.738Z Compiling h2 v0.3.26
16892024-05-15T05:21:09.738Z Compiling httpdate v1.0.3
16902024-05-15T05:21:09.738Z Compiling url v2.5.0
16912024-05-15T05:21:09.738Z Compiling digest v0.10.7
16922024-05-15T05:21:09.739Z Compiling heapless v0.7.16
16932024-05-15T05:21:10.200Z Compiling idna v0.3.0
16942024-05-15T05:21:10.205Z Compiling lazy_static v1.4.0
16952024-05-15T05:21:10.464Z Checking equivalent v1.0.1
16962024-05-15T05:21:11.454Z Compiling ppv-lite86 v0.2.17
16972024-05-15T05:21:11.967Z Compiling psl-types v2.0.11
16982024-05-15T05:21:11.967Z Compiling publicsuffix v2.2.3
16992024-05-15T05:21:11.968Z Compiling crossbeam-epoch v0.9.18
17002024-05-15T05:21:12.957Z Compiling rand_chacha v0.3.1
17012024-05-15T05:21:12.957Z Compiling tokio-native-tls v0.3.1
17022024-05-15T05:21:12.957Z Compiling bit-vec v0.6.3
17032024-05-15T05:21:14.926Z Compiling tokio-rustls v0.24.1
17042024-05-15T05:21:14.926Z Compiling ipnet v2.9.0
17052024-05-15T05:21:14.926Z Compiling adler v1.0.2
17062024-05-15T05:21:14.926Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17072024-05-15T05:21:14.926Z Compiling miniz_oxide v0.7.1
17082024-05-15T05:21:14.926Z Compiling cookie_store v0.20.0
17092024-05-15T05:21:14.926Z Compiling rand v0.8.5
17102024-05-15T05:21:15.120Z Compiling phf_shared v0.10.0
17112024-05-15T05:21:15.125Z Compiling rustls-pemfile v1.0.3
17122024-05-15T05:21:15.619Z Compiling hyper v0.14.28
17132024-05-15T05:21:15.619Z Compiling serde_urlencoded v0.7.1
17142024-05-15T05:21:15.776Z Compiling encoding_rs v0.8.33
17152024-05-15T05:21:15.871Z Compiling num-bigint v0.4.4
17162024-05-15T05:21:16.366Z Compiling fixedbitset v0.4.2
17172024-05-15T05:21:16.501Z Compiling smoltcp v0.9.1
17182024-05-15T05:21:16.588Z Compiling gimli v0.28.0
17192024-05-15T05:21:16.636Z Compiling mime v0.3.17
17202024-05-15T05:21:16.740Z Compiling base64ct v1.6.0
17212024-05-15T05:21:17.277Z Compiling minimal-lexical v0.2.1
17222024-05-15T05:21:17.292Z Compiling precomputed-hash v0.1.1
17232024-05-15T05:21:17.355Z Compiling webpki-roots v0.25.2
17242024-05-15T05:21:17.419Z Compiling sync_wrapper v0.1.2
17252024-05-15T05:21:17.529Z Compiling new_debug_unreachable v1.0.4
17262024-05-15T05:21:17.595Z Compiling string_cache v0.8.7
17272024-05-15T05:21:17.623Z Compiling pem-rfc7468 v0.7.0
17282024-05-15T05:21:17.813Z Compiling nom v7.1.3
17292024-05-15T05:21:18.612Z Compiling petgraph v0.6.5
17302024-05-15T05:21:18.892Z Compiling bit-set v0.5.3
17312024-05-15T05:21:19.043Z Compiling hmac v0.12.1
17322024-05-15T05:21:19.195Z Compiling itertools v0.10.5
17332024-05-15T05:21:19.682Z Compiling enum-as-inner v0.5.1
17342024-05-15T05:21:19.682Z Compiling hubpack_derive v0.1.1
17352024-05-15T05:21:20.458Z Compiling diesel_table_macro_syntax v0.1.0
17362024-05-15T05:21:20.517Z Compiling object v0.32.1
17372024-05-15T05:21:20.913Z Compiling flagset v0.4.3
17382024-05-15T05:21:21.113Z Compiling addr2line v0.21.0
17392024-05-15T05:21:21.805Z Compiling lalrpop-util v0.19.12
17402024-05-15T05:21:21.829Z Compiling rustc-demangle v0.1.23
17412024-05-15T05:21:21.840Z Compiling unicode-segmentation v1.10.1
17422024-05-15T05:21:22.238Z Compiling der v0.7.8
17432024-05-15T05:21:22.757Z Compiling diesel_derives v2.1.2
17442024-05-15T05:21:22.775Z Compiling toml_edit v0.22.12
17452024-05-15T05:21:22.775Z Compiling futures-executor v0.3.30
17462024-05-15T05:21:23.019Z Compiling hyper-rustls v0.24.2
17472024-05-15T05:21:23.230Z Compiling hyper-tls v0.5.0
17482024-05-15T05:21:23.387Z Compiling cpufeatures v0.2.12
17492024-05-15T05:21:23.645Z Compiling reqwest v0.11.27
17502024-05-15T05:21:23.687Z Compiling sha2 v0.10.8
17512024-05-15T05:21:25.963Z Compiling spki v0.7.2
17522024-05-15T05:21:26.377Z Compiling flate2 v1.0.30
17532024-05-15T05:21:26.723Z Compiling futures v0.3.30
17542024-05-15T05:21:27.367Z Compiling md-5 v0.10.5
17552024-05-15T05:21:27.457Z Compiling toml v0.7.8
17562024-05-15T05:21:27.972Z Compiling hex v0.4.3
17572024-05-15T05:21:27.972Z Compiling stringprep v0.1.3
17582024-05-15T05:21:30.956Z Compiling strum_macros v0.25.2
17592024-05-15T05:21:30.956Z Compiling serde_repr v0.1.16
17602024-05-15T05:21:30.956Z Compiling num-integer v0.1.46
17612024-05-15T05:21:30.957Z Compiling hash32 v0.2.1
17622024-05-15T05:21:30.957Z Compiling fs-err v2.11.0
17632024-05-15T05:21:30.957Z Compiling fallible-iterator v0.2.0
17642024-05-15T05:21:30.957Z Compiling stable_deref_trait v1.2.0
17652024-05-15T05:21:30.958Z Checking unicode-ident v1.0.12
17662024-05-15T05:21:30.958Z Compiling pkcs8 v0.10.2
17672024-05-15T05:21:30.982Z Compiling postgres-protocol v0.6.6
17682024-05-15T05:21:31.417Z Compiling phf_shared v0.11.2
17692024-05-15T05:21:32.300Z Compiling terminal_size v0.3.0
17702024-05-15T05:21:32.321Z Compiling ff v0.13.0
17712024-05-15T05:21:32.321Z Compiling block-padding v0.3.3
17722024-05-15T05:21:32.358Z Compiling scheduled-thread-pool v0.2.7
17732024-05-15T05:21:32.690Z Compiling base16ct v0.2.0
17742024-05-15T05:21:32.773Z Compiling peg-runtime v0.8.3
17752024-05-15T05:21:32.910Z Compiling managed v0.8.0
17762024-05-15T05:21:33.749Z Compiling regex-automata v0.1.10
17772024-05-15T05:21:33.749Z Compiling matches v0.1.10
17782024-05-15T05:21:33.749Z Compiling bitflags v1.3.2
17792024-05-15T05:21:33.749Z Compiling idna v0.2.3
17802024-05-15T05:21:33.749Z Compiling clap_builder v4.5.2
17812024-05-15T05:21:34.184Z Compiling bstr v0.2.17
17822024-05-15T05:21:34.184Z Compiling sec1 v0.7.3
17832024-05-15T05:21:34.200Z Compiling r2d2 v0.8.10
17842024-05-15T05:21:34.534Z Compiling inout v0.1.3
17852024-05-15T05:21:34.895Z Compiling signal-hook-mio v0.2.3
17862024-05-15T05:21:34.958Z Compiling group v0.13.0
17872024-05-15T05:21:35.049Z Compiling postgres-types v0.2.6
17882024-05-15T05:21:35.251Z Compiling phf v0.11.2
17892024-05-15T05:21:35.588Z Compiling hubpack v0.1.2
17902024-05-15T05:21:35.877Z Compiling hkdf v0.12.4
17912024-05-15T05:21:36.164Z Compiling zerocopy v0.6.6
17922024-05-15T05:21:36.413Z Compiling ipnetwork v0.20.0
17932024-05-15T05:21:36.697Z Compiling crypto-bigint v0.5.2
17942024-05-15T05:21:37.059Z Compiling float-cmp v0.9.0
17952024-05-15T05:21:37.300Z Compiling memmap v0.7.0
17962024-05-15T05:21:37.609Z Compiling static_assertions v1.1.0
17972024-05-15T05:21:37.680Z Compiling normalize-line-endings v0.3.0
17982024-05-15T05:21:38.240Z Compiling whoami v1.5.1
17992024-05-15T05:21:38.241Z Compiling predicates-core v1.0.6
18002024-05-15T05:21:38.241Z Compiling difflib v0.4.0
18012024-05-15T05:21:38.453Z Compiling data-encoding v2.4.0
18022024-05-15T05:21:39.296Z Compiling trust-dns-proto v0.22.0
18032024-05-15T05:21:39.870Z Compiling diesel v2.1.6
18042024-05-15T05:21:40.063Z Compiling elliptic-curve v0.13.8
18052024-05-15T05:21:40.786Z Compiling predicates v3.1.0
18062024-05-15T05:21:40.801Z Compiling yasna v0.5.2
18072024-05-15T05:21:40.909Z Compiling tokio-postgres v0.7.10
18082024-05-15T05:21:40.946Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
18092024-05-15T05:21:42.878Z Compiling usdt v0.5.0
18102024-05-15T05:21:43.443Z Compiling clap v4.5.4
18112024-05-15T05:21:43.534Z Compiling crossterm v0.27.0
18122024-05-15T05:21:43.599Z Compiling cipher v0.4.4
18132024-05-15T05:21:44.546Z Compiling similar v2.4.0
18142024-05-15T05:21:45.335Z Checking proc-macro2 v1.0.82
18152024-05-15T05:21:46.403Z Compiling num-iter v0.1.45
18162024-05-15T05:21:46.454Z Compiling console v0.15.8
18172024-05-15T05:21:46.532Z Compiling tokio-stream v0.1.15
18182024-05-15T05:21:46.803Z Compiling bstr v1.9.0
18192024-05-15T05:21:46.880Z Checking quote v1.0.36
18202024-05-15T05:21:51.646Z Checking utf8parse v0.2.1
18212024-05-15T05:21:55.428Z Checking anstyle v1.0.7
18222024-05-15T05:21:56.967Z Checking anstyle-parse v0.2.1
18232024-05-15T05:21:57.201Z Checking anstyle-query v1.0.0
18242024-05-15T05:21:58.621Z Checking colorchoice v1.0.0
18252024-05-15T05:21:58.912Z Checking anstream v0.6.11
18262024-05-15T05:21:58.912Z Checking strsim v0.11.0
18272024-05-15T05:21:58.912Z Checking clap_lex v0.7.0
18282024-05-15T05:22:01.453Z Checking winnow v0.6.1
18292024-05-15T05:22:10.896Z Compiling regress v0.9.1
18302024-05-15T05:22:10.963Z Compiling getopts v0.2.21
18312024-05-15T05:22:11.390Z Checking heck v0.5.0
18322024-05-15T05:22:11.479Z Compiling unsafe-libyaml v0.2.10
18332024-05-15T05:22:11.936Z Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
18342024-05-15T05:22:12.591Z Checking camino v1.1.6
18352024-05-15T05:22:13.162Z Compiling serde_yaml v0.9.25
18362024-05-15T05:22:13.181Z Checking base64 v0.22.1
18372024-05-15T05:22:13.608Z Checking is-terminal v0.4.9
18382024-05-15T05:22:13.620Z Compiling strsim v0.10.0
18392024-05-15T05:22:13.620Z Compiling ident_case v1.0.1
18402024-05-15T05:22:13.620Z Compiling darling_core v0.20.8
18412024-05-15T05:22:13.664Z Checking sha1 v0.10.6
18422024-05-15T05:22:13.953Z Checking http v1.0.0
18432024-05-15T05:22:14.139Z Compiling paste v1.0.15
18442024-05-15T05:22:14.676Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
18452024-05-15T05:22:15.332Z Compiling strum_macros v0.26.1
18462024-05-15T05:22:15.979Z Checking match_cfg v0.1.0
18472024-05-15T05:22:16.075Z Checking rustls-pki-types v1.3.0
18482024-05-15T05:22:16.489Z Checking fastrand v2.0.1
18492024-05-15T05:22:16.659Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18502024-05-15T05:22:16.816Z Checking tempfile v3.10.1
18512024-05-15T05:22:17.108Z Checking hostname v0.3.1
18522024-05-15T05:22:17.174Z Checking dirs-sys-next v0.1.2
18532024-05-15T05:22:18.093Z Checking quick-error v1.2.3
18542024-05-15T05:22:18.093Z Checking crossbeam-channel v0.5.8
18552024-05-15T05:22:18.094Z Checking dirs-next v2.0.0
18562024-05-15T05:22:18.094Z Checking thread_local v1.1.7
18572024-05-15T05:22:18.094Z Compiling slog-async v2.8.0
18582024-05-15T05:22:18.094Z Compiling rustls v0.22.4
18592024-05-15T05:22:18.112Z Checking term v0.7.0
18602024-05-15T05:22:18.112Z Checking rustls-webpki v0.102.1
18612024-05-15T05:22:18.113Z Checking instant v0.1.12
18622024-05-15T05:22:18.201Z Checking take_mut v0.2.2
18632024-05-15T05:22:18.401Z Checking slog-term v2.9.1
18642024-05-15T05:22:18.419Z Checking rustls-pemfile v2.1.2
18652024-05-15T05:22:18.662Z Compiling multer v3.1.0
18662024-05-15T05:22:18.681Z Checking debug-ignore v1.0.5
18672024-05-15T05:22:18.827Z Checking toml v0.8.12
18682024-05-15T05:22:18.907Z Checking slog-json v2.6.1
18692024-05-15T05:22:19.387Z Compiling async-stream-impl v0.3.5
18702024-05-15T05:22:19.387Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
18712024-05-15T05:22:19.502Z Checking atomic-waker v1.1.1
18722024-05-15T05:22:20.032Z Checking waitgroup v0.1.2
18732024-05-15T05:22:20.052Z Checking slog-bunyan v2.5.0
18742024-05-15T05:22:20.052Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
18752024-05-15T05:22:20.141Z Checking serde_path_to_error v0.1.16
18762024-05-15T05:22:20.541Z Checking async-stream v0.3.5
18772024-05-15T05:22:20.588Z Checking strum v0.26.2
18782024-05-15T05:22:20.628Z Compiling darling_macro v0.20.8
18792024-05-15T05:22:20.730Z Checking hostname v0.4.0
18802024-05-15T05:22:20.754Z Checking newtype-uuid v1.1.0
18812024-05-15T05:22:20.800Z Checking wait-timeout v0.2.0
18822024-05-15T05:22:20.875Z Compiling structmeta-derive v0.3.0
18832024-05-15T05:22:20.946Z Checking rusty-fork v0.3.0
18842024-05-15T05:22:21.001Z Compiling structmeta-derive v0.2.0
18852024-05-15T05:22:21.239Z Checking rand_xorshift v0.3.0
18862024-05-15T05:22:21.450Z Checking unarray v0.1.4
18872024-05-15T05:22:21.577Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
18882024-05-15T05:22:21.693Z Compiling darling v0.20.8
18892024-05-15T05:22:21.814Z Compiling serde_with_macros v3.7.0
18902024-05-15T05:22:21.910Z Checking proptest v1.4.0
18912024-05-15T05:22:22.027Z Checking backoff v0.4.0
18922024-05-15T05:22:22.334Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18932024-05-15T05:22:22.780Z Checking tokio-rustls v0.25.0
18942024-05-15T05:22:23.162Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18952024-05-15T05:22:23.368Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18962024-05-15T05:22:23.646Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18972024-05-15T05:22:24.535Z Compiling structmeta v0.3.0
18982024-05-15T05:22:24.561Z Compiling structmeta v0.2.0
18992024-05-15T05:22:24.561Z Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19002024-05-15T05:22:24.561Z Compiling parse-display-derive v0.9.0
19012024-05-15T05:22:25.041Z Checking macaddr v1.0.1
19022024-05-15T05:22:25.041Z Compiling test-strategy v0.3.1
19032024-05-15T05:22:25.041Z Compiling proc-macro-error-attr v1.0.4
19042024-05-15T05:22:25.189Z Checking serde_with v3.7.0
19052024-05-15T05:22:25.335Z Compiling proc-macro-error v1.0.4
19062024-05-15T05:22:26.514Z Checking camino-tempfile v1.1.1
19072024-05-15T05:22:26.534Z Compiling proc-macro-crate v1.3.1
19082024-05-15T05:22:26.800Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19092024-05-15T05:22:27.198Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19102024-05-15T05:22:27.511Z Compiling foreign-types-macros v0.2.3
19112024-05-15T05:22:27.550Z Checking foreign-types-shared v0.3.1
19122024-05-15T05:22:27.673Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19132024-05-15T05:22:28.173Z Compiling num_enum_derive v0.5.11
19142024-05-15T05:22:28.437Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19152024-05-15T05:22:28.785Z Checking cstr-argument v0.1.2
19162024-05-15T05:22:28.804Z Checking pretty-hex v0.2.1
19172024-05-15T05:22:28.958Z Checking foreign-types v0.5.0
19182024-05-15T05:22:28.972Z Checking tabwriter v1.4.0
19192024-05-15T05:22:28.972Z Checking colored v2.1.0
19202024-05-15T05:22:29.062Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19212024-05-15T05:22:29.210Z Checking socket2 v0.4.9
19222024-05-15T05:22:29.258Z Checking smf v0.2.3
19232024-05-15T05:22:29.393Z Checking humantime v2.1.0
19242024-05-15T05:22:29.444Z Checking termcolor v1.2.0
19252024-05-15T05:22:29.553Z Checking parse-display v0.9.0
19262024-05-15T05:22:29.643Z Checking arc-swap v1.6.0
19272024-05-15T05:22:29.692Z Checking xattr v1.0.1
19282024-05-15T05:22:29.720Z Checking filetime v0.2.23
19292024-05-15T05:22:29.739Z Checking same-file v1.0.6
19302024-05-15T05:22:29.880Z Checking utf-8 v0.7.6
19312024-05-15T05:22:29.893Z Checking newline-converter v0.3.0
19322024-05-15T05:22:29.925Z Checking walkdir v2.5.0
19332024-05-15T05:22:29.950Z Checking tar v0.4.40
19342024-05-15T05:22:30.054Z Checking expectorate v1.1.0
19352024-05-15T05:22:30.076Z Checking tungstenite v0.20.1
19362024-05-15T05:22:30.104Z Checking slog-scope v4.4.0
19372024-05-15T05:22:30.204Z Compiling heapless v0.8.0
19382024-05-15T05:22:30.224Z Checking termtree v0.4.1
19392024-05-15T05:22:30.311Z Checking slog-stdlog v4.1.1
19402024-05-15T05:22:30.422Z Checking predicates-tree v1.0.9
19412024-05-15T05:22:30.485Z Checking slog-envlogger v2.2.0
19422024-05-15T05:22:30.583Z Checking hash32 v0.3.1
19432024-05-15T05:22:30.699Z Checking num_enum v0.5.11
19442024-05-15T05:22:30.726Z Compiling smoltcp v0.11.0
19452024-05-15T05:22:30.739Z Checking cobs v0.2.3
19462024-05-15T05:22:30.777Z Checking embedded-io v0.4.0
19472024-05-15T05:22:30.863Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19482024-05-15T05:22:30.922Z Compiling crucible-workspace-hack v0.1.0
19492024-05-15T05:22:30.985Z Checking tokio-tungstenite v0.20.1
19502024-05-15T05:22:31.006Z Checking postcard v1.0.8
19512024-05-15T05:22:31.149Z Checking sigpipe v0.1.3
19522024-05-15T05:22:31.257Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19532024-05-15T05:22:31.267Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19542024-05-15T05:22:31.466Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19552024-05-15T05:22:31.518Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19562024-05-15T05:22:31.546Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
19572024-05-15T05:22:31.625Z Checking pem v3.0.4
19582024-05-15T05:22:31.747Z Checking atty v0.2.14
19592024-05-15T05:22:31.864Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19602024-05-15T05:22:31.913Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19612024-05-15T05:22:32.090Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19622024-05-15T05:22:32.441Z Compiling mockall_derive v0.12.1
19632024-05-15T05:22:32.522Z Compiling num-derive v0.4.0
19642024-05-15T05:22:32.599Z Checking fragile v2.0.0
19652024-05-15T05:22:32.927Z Checking downcast v0.11.0
19662024-05-15T05:22:33.168Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
19672024-05-15T05:22:37.940Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
19682024-05-15T05:22:38.329Z Compiling derive-where v1.2.7
19692024-05-15T05:22:38.329Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19702024-05-15T05:22:38.624Z Checking env_logger v0.9.3
19712024-05-15T05:22:38.624Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19722024-05-15T05:22:38.624Z Compiling bitstruct_derive v0.1.0
19732024-05-15T05:22:38.624Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19742024-05-15T05:22:38.624Z Checking ascii v1.1.0
19752024-05-15T05:22:38.624Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
19762024-05-15T05:22:38.624Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19772024-05-15T05:22:38.624Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19782024-05-15T05:22:38.624Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19792024-05-15T05:22:38.624Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19802024-05-15T05:22:38.624Z Checking bitstruct v0.1.1
19812024-05-15T05:22:38.624Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19822024-05-15T05:22:38.625Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19832024-05-15T05:22:38.625Z Checking erased-serde v0.3.31
19842024-05-15T05:22:38.625Z Checking serde_arrays v0.1.0
19852024-05-15T05:22:38.625Z Compiling heck v0.3.3
19862024-05-15T05:22:38.625Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
19872024-05-15T05:22:38.625Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19882024-05-15T05:22:38.625Z Compiling zone_cfg_derive v0.1.2
19892024-05-15T05:22:38.625Z Checking tungstenite v0.21.0
19902024-05-15T05:22:38.625Z Checking base64 v0.13.1
19912024-05-15T05:22:38.625Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19922024-05-15T05:22:38.625Z Checking ron v0.7.1
19932024-05-15T05:22:38.625Z Checking tokio-tungstenite v0.21.0
19942024-05-15T05:22:38.625Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
19952024-05-15T05:22:38.625Z Checking zone v0.1.8
19962024-05-15T05:22:38.625Z Checking headers-core v0.2.0
19972024-05-15T05:22:38.721Z Checking portpicker v0.1.1
19982024-05-15T05:22:38.721Z Checking headers v0.3.9
19992024-05-15T05:22:38.830Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
20002024-05-15T05:22:38.908Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
20012024-05-15T05:22:39.043Z Checking rcgen v0.12.1
20022024-05-15T05:22:39.250Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20032024-05-15T05:22:39.439Z Checking atomicwrites v0.4.3
20042024-05-15T05:22:39.651Z Checking subprocess v0.2.9
20052024-05-15T05:22:39.678Z Checking linked-hash-map v0.5.6
20062024-05-15T05:22:40.176Z Checking itertools v0.12.1
20072024-05-15T05:22:40.176Z Checking password-hash v0.5.0
20082024-05-15T05:22:40.176Z Checking lru-cache v0.1.2
20092024-05-15T05:22:40.208Z Checking blake2 v0.10.6
20102024-05-15T05:22:40.235Z Checking swrite v0.1.0
20112024-05-15T05:22:40.316Z Compiling rayon-core v1.12.1
20122024-05-15T05:22:40.341Z Checking resolv-conf v0.7.0
20132024-05-15T05:22:40.646Z Checking half v2.3.1
20142024-05-15T05:22:40.659Z Checking argon2 v0.5.3
20152024-05-15T05:22:40.660Z Checking trust-dns-resolver v0.22.0
20162024-05-15T05:22:40.783Z Compiling cancel-safe-futures v0.1.5
20172024-05-15T05:22:41.037Z Checking mockall v0.12.1
20182024-05-15T05:22:41.100Z Checking ciborium-io v0.2.2
20192024-05-15T05:22:41.220Z Checking ciborium-ll v0.2.2
20202024-05-15T05:22:41.258Z Checking bytecount v0.6.3
20212024-05-15T05:22:41.323Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20222024-05-15T05:22:41.396Z Checking papergrid v0.11.0
20232024-05-15T05:22:41.933Z Checking ciborium v0.2.2
20242024-05-15T05:22:41.946Z Compiling tabled_derive v0.7.0
20252024-05-15T05:22:41.946Z Compiling slog-dtrace v0.3.0
20262024-05-15T05:22:41.981Z Compiling semver v0.1.20
20272024-05-15T05:22:42.195Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20282024-05-15T05:22:42.295Z Checking libsw v3.3.1
20292024-05-15T05:22:42.526Z Compiling rustc_version v0.1.7
20302024-05-15T05:22:42.532Z Checking linear-map v1.2.0
20312024-05-15T05:22:42.579Z Checking owo-colors v4.0.0
20322024-05-15T05:22:42.877Z Compiling unicode-xid v0.2.4
20332024-05-15T05:22:42.896Z Compiling radium v0.7.0
20342024-05-15T05:22:43.027Z Compiling newtype_derive v0.1.6
20352024-05-15T05:22:43.033Z Checking num-rational v0.4.2
20362024-05-15T05:22:43.042Z Checking num-complex v0.4.6
20372024-05-15T05:22:43.426Z Checking nibble_vec v0.1.0
20382024-05-15T05:22:43.551Z Checking steno v0.4.0
20392024-05-15T05:22:43.618Z Checking endian-type v0.1.2
20402024-05-15T05:22:43.709Z Compiling maybe-uninit v2.0.0
20412024-05-15T05:22:43.847Z Checking tap v1.0.1
20422024-05-15T05:22:43.961Z Checking num v0.4.3
20432024-05-15T05:22:44.009Z Checking wyz v0.5.1
20442024-05-15T05:22:44.050Z Checking radix_trie v0.2.1
20452024-05-15T05:22:44.274Z Checking tabled v0.15.0
20462024-05-15T05:22:44.345Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20472024-05-15T05:22:44.450Z Compiling bzip2-sys v0.1.11+1.0.8
20482024-05-15T05:22:44.520Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20492024-05-15T05:22:44.682Z Checking fxhash v0.2.1
20502024-05-15T05:22:44.859Z Compiling packed_struct v0.10.1
20512024-05-15T05:22:44.915Z Checking funty v2.0.0
20522024-05-15T05:22:45.315Z Compiling num-bigint-dig v0.8.4
20532024-05-15T05:22:45.627Z Checking crc-catalog v2.2.0
20542024-05-15T05:22:45.769Z Checking crc v3.0.1
20552024-05-15T05:22:45.835Z Compiling packed_struct_codegen v0.10.1
20562024-05-15T05:22:45.896Z Checking bitvec v1.0.1
20572024-05-15T05:22:46.412Z Compiling indexmap v1.9.3
20582024-05-15T05:22:46.479Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20592024-05-15T05:22:46.479Z Checking nodrop v0.1.14
20602024-05-15T05:22:46.479Z Checking array-init v0.0.4
20612024-05-15T05:22:46.502Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20622024-05-15T05:22:46.577Z Checking smallvec v0.6.14
20632024-05-15T05:22:46.981Z Checking pkcs1 v0.7.5
20642024-05-15T05:22:47.041Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
20652024-05-15T05:22:47.205Z Checking signature v2.1.0
20662024-05-15T05:22:47.354Z Checking hashbrown v0.12.3
20672024-05-15T05:22:47.403Z Checking bitfield v0.14.0
20682024-05-15T05:22:47.414Z Checking serde-hex v0.1.0
20692024-05-15T05:22:47.686Z Checking bzip2 v0.4.4
20702024-05-15T05:22:47.981Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20712024-05-15T05:22:48.221Z Checking env_logger v0.10.0
20722024-05-15T05:22:48.642Z Checking x509-cert v0.2.4
20732024-05-15T05:22:48.953Z Checking ron v0.8.1
20742024-05-15T05:22:49.030Z Checking rsa v0.9.2
20752024-05-15T05:22:49.047Z Checking hashbrown v0.13.2
20762024-05-15T05:22:49.069Z Checking crc-any v2.4.3
20772024-05-15T05:22:49.453Z Checking zip v0.6.6
20782024-05-15T05:22:49.985Z Checking display-error-chain v0.2.0
20792024-05-15T05:22:50.050Z Checking object v0.30.4
20802024-05-15T05:22:50.121Z Checking path-slash v0.1.5
20812024-05-15T05:22:50.135Z Compiling convert_case v0.4.0
20822024-05-15T05:22:50.192Z Compiling async-recursion v1.1.1
20832024-05-15T05:22:50.223Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
20842024-05-15T05:22:50.270Z Compiling buf-list v1.0.3
20852024-05-15T05:22:50.465Z Compiling blake3 v1.5.0
20862024-05-15T05:22:51.111Z Compiling derive_more v0.99.17
20872024-05-15T05:22:51.209Z Checking maplit v1.0.2
20882024-05-15T05:22:51.270Z Checking gethostname v0.4.3
20892024-05-15T05:22:51.773Z Compiling parking_lot_core v0.8.6
20902024-05-15T05:22:51.773Z Compiling libefi-sys v0.1.0
20912024-05-15T05:22:51.773Z Compiling pin-project-internal v1.1.3
20922024-05-15T05:22:51.773Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20932024-05-15T05:22:52.077Z Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
20942024-05-15T05:22:52.119Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20952024-05-15T05:22:52.225Z Compiling crossbeam-deque v0.8.3
20962024-05-15T05:22:52.351Z Checking keccak v0.1.4
20972024-05-15T05:22:52.662Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
20982024-05-15T05:22:52.731Z Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
20992024-05-15T05:22:53.093Z Checking sha3 v0.10.8
21002024-05-15T05:22:53.860Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21012024-05-15T05:22:53.944Z Checking parking_lot v0.11.2
21022024-05-15T05:22:54.096Z Checking trust-dns-client v0.22.0
21032024-05-15T05:22:54.298Z Compiling synstructure v0.12.6
21042024-05-15T05:22:54.640Z Checking pin-project v1.1.3
21052024-05-15T05:22:54.766Z Checking toml v0.5.11
21062024-05-15T05:22:55.274Z Checking secrecy v0.8.0
21072024-05-15T05:22:55.329Z Checking sled v0.34.7
21082024-05-15T05:22:55.515Z Compiling rayon v1.10.0
21092024-05-15T05:22:56.113Z Compiling zerocopy-derive v0.2.0
21102024-05-15T05:22:56.264Z Checking trust-dns-server v0.22.1
21112024-05-15T05:22:57.346Z Compiling memmap2 v0.7.1
21122024-05-15T05:22:58.086Z Compiling arrayref v0.3.7
21132024-05-15T05:22:58.141Z Compiling arrayvec v0.7.4
21142024-05-15T05:22:58.198Z Compiling home v0.5.5
21152024-05-15T05:22:58.321Z Compiling constant_time_eq v0.3.0
21162024-05-15T05:22:58.489Z Compiling toolchain_find v0.4.0
21172024-05-15T05:22:59.203Z Compiling vte_generate_state_changes v0.1.1
21182024-05-15T05:22:59.822Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
21192024-05-15T05:23:01.569Z Compiling topological-sort v0.2.2
21202024-05-15T05:23:01.569Z Checking vte v0.11.1
21212024-05-15T05:23:01.569Z Compiling rustfmt-wrapper v0.2.1
21222024-05-15T05:23:01.569Z Checking fd-lock v4.0.2
21232024-05-15T05:23:01.581Z Checking glob v0.3.1
21242024-05-15T05:23:01.582Z Compiling snafu-derive v0.8.2
21252024-05-15T05:23:01.582Z Compiling omicron-zone-package v0.11.0
21262024-05-15T05:23:01.582Z Compiling usdt-impl v0.3.5
21272024-05-15T05:23:01.582Z Checking nu-ansi-term v0.50.0
21282024-05-15T05:23:01.582Z Checking strip-ansi-escapes v0.2.0
21292024-05-15T05:23:01.582Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21302024-05-15T05:23:01.692Z Compiling zerocopy v0.3.0
21312024-05-15T05:23:01.723Z Checking reedline v0.31.0
21322024-05-15T05:23:01.875Z Checking globset v0.4.13
21332024-05-15T05:23:02.044Z Checking olpc-cjson v0.1.3
21342024-05-15T05:23:02.274Z Checking serde_plain v1.0.2
21352024-05-15T05:23:02.422Z Compiling prettyplease v0.2.20
21362024-05-15T05:23:02.939Z Compiling platforms v3.0.2
21372024-05-15T05:23:02.939Z Checking typed-path v0.7.0
21382024-05-15T05:23:02.939Z Compiling dof v0.1.5
21392024-05-15T05:23:02.951Z Compiling dtrace-parser v0.1.14
21402024-05-15T05:23:03.106Z Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21412024-05-15T05:23:03.812Z Checking parse-size v1.0.0
21422024-05-15T05:23:05.031Z Compiling serde_tokenstream v0.1.7
21432024-05-15T05:23:05.241Z Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21442024-05-15T05:23:05.485Z Compiling memoffset v0.7.1
21452024-05-15T05:23:05.620Z Compiling crunchy v0.2.2
21462024-05-15T05:23:05.919Z Compiling curve25519-dalek v4.1.2
21472024-05-15T05:23:05.981Z Compiling clang-sys v1.6.1
21482024-05-15T05:23:06.039Z Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
21492024-05-15T05:23:06.327Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21502024-05-15T05:23:06.333Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21512024-05-15T05:23:06.510Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21522024-05-15T05:23:07.152Z Checking snafu v0.8.2
21532024-05-15T05:23:07.249Z Compiling unicase v2.7.0
21542024-05-15T05:23:07.598Z Compiling tiny-keccak v2.0.2
21552024-05-15T05:23:07.664Z Checking tough v0.17.1
21562024-05-15T05:23:08.125Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21572024-05-15T05:23:08.133Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21582024-05-15T05:23:09.079Z Compiling usdt-attr-macro v0.3.5
21592024-05-15T05:23:09.875Z Compiling usdt-macro v0.3.5
21602024-05-15T05:23:10.480Z Checking universal-hash v0.5.1
21612024-05-15T05:23:10.925Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
21622024-05-15T05:23:10.925Z Compiling thiserror-impl-no-std v2.0.2
21632024-05-15T05:23:10.926Z Compiling curve25519-dalek-derive v0.1.0
21642024-05-15T05:23:11.316Z Checking nanorand v0.7.0
21652024-05-15T05:23:11.414Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21662024-05-15T05:23:11.703Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21672024-05-15T05:23:12.053Z Checking signature v1.6.4
21682024-05-15T05:23:12.176Z Compiling cfg_aliases v0.1.1
21692024-05-15T05:23:12.305Z Compiling salty v0.2.0
21702024-05-15T05:23:12.417Z Checking opaque-debug v0.3.0
21712024-05-15T05:23:12.520Z Checking poly1305 v0.8.0
21722024-05-15T05:23:12.816Z Compiling nix v0.28.0
21732024-05-15T05:23:12.897Z Checking ed25519 v1.5.3
21742024-05-15T05:23:13.078Z Checking flume v0.11.0
21752024-05-15T05:23:13.111Z Checking usdt v0.3.5
21762024-05-15T05:23:13.127Z Compiling ascii-canvas v3.0.0
21772024-05-15T05:23:13.343Z Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
21782024-05-15T05:23:13.738Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21792024-05-15T05:23:13.974Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21802024-05-15T05:23:14.155Z Checking thiserror-no-std v2.0.2
21812024-05-15T05:23:14.276Z Checking chacha20 v0.9.1
21822024-05-15T05:23:14.322Z Checking aead v0.5.2
21832024-05-15T05:23:14.467Z Checking serde-big-array v0.5.1
21842024-05-15T05:23:14.574Z Checking kstat-rs v0.2.3
21852024-05-15T05:23:14.611Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21862024-05-15T05:23:14.646Z Compiling ena v0.14.2
21872024-05-15T05:23:14.698Z Compiling libloading v0.7.4
21882024-05-15T05:23:14.920Z Compiling regex-syntax v0.6.29
21892024-05-15T05:23:15.511Z Compiling bindgen v0.69.2
21902024-05-15T05:23:15.530Z Compiling diff v0.1.13
21912024-05-15T05:23:15.951Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
21922024-05-15T05:23:15.951Z Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
21932024-05-15T05:23:16.125Z Checking chacha20poly1305 v0.10.1
21942024-05-15T05:23:16.182Z Checking vsss-rs v3.3.4
21952024-05-15T05:23:17.349Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
21962024-05-15T05:23:18.370Z Compiling lalrpop v0.19.12
21972024-05-15T05:23:18.878Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21982024-05-15T05:23:19.125Z Checking signal-hook-tokio v0.3.1
21992024-05-15T05:23:19.297Z Compiling cexpr v0.6.0
22002024-05-15T05:23:19.402Z Checking serde-big-array v0.4.1
22012024-05-15T05:23:19.565Z Compiling which v4.4.0
22022024-05-15T05:23:20.254Z Compiling rustc-hash v1.1.0
22032024-05-15T05:23:20.397Z Compiling ref-cast v1.0.23
22042024-05-15T05:23:20.537Z Compiling lazycell v1.3.0
22052024-05-15T05:23:20.710Z Compiling shlex v1.3.0
22062024-05-15T05:23:20.869Z Compiling peeking_take_while v0.1.2
22072024-05-15T05:23:20.997Z Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22082024-05-15T05:23:21.015Z Compiling mime_guess v2.0.4
22092024-05-15T05:23:21.896Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
22102024-05-15T05:23:22.357Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22112024-05-15T05:23:22.620Z Compiling derive_builder_core v0.20.0
22122024-05-15T05:23:23.606Z Compiling peg-macros v0.8.3
22132024-05-15T05:23:24.618Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22142024-05-15T05:23:25.173Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22152024-05-15T05:23:26.016Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22162024-05-15T05:23:27.470Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22172024-05-15T05:23:27.488Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22182024-05-15T05:23:28.660Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22192024-05-15T05:23:29.250Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22202024-05-15T05:23:29.954Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22212024-05-15T05:23:30.447Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22222024-05-15T05:23:30.524Z Compiling ref-cast-impl v1.0.23
22232024-05-15T05:23:31.718Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22242024-05-15T05:23:31.840Z Compiling sqlparser_derive v0.2.2
22252024-05-15T05:23:32.891Z Compiling libxml v0.3.3
22262024-05-15T05:23:32.917Z Checking unicode_categories v0.1.1
22272024-05-15T05:23:33.214Z Checking corncobs v0.1.3
22282024-05-15T05:23:33.835Z Checking sqlformat v0.2.3
22292024-05-15T05:23:34.042Z Checking rustyline v14.0.0
22302024-05-15T05:23:34.042Z Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
22312024-05-15T05:23:34.043Z Checking sqlparser v0.45.0
22322024-05-15T05:23:34.980Z Checking peg v0.8.3
22332024-05-15T05:23:34.994Z Compiling derive_builder_macro v0.20.0
22342024-05-15T05:23:35.070Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22352024-05-15T05:23:35.548Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22362024-05-15T05:23:36.187Z Checking bcs v0.1.6
22372024-05-15T05:23:36.638Z Compiling strum_macros v0.24.3
22382024-05-15T05:23:37.308Z Compiling cookie v0.18.1
22392024-05-15T05:23:37.620Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
22402024-05-15T05:23:37.963Z Checking highway v1.1.0
22412024-05-15T05:23:38.246Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22422024-05-15T05:23:38.376Z Compiling indoc v1.0.9
22432024-05-15T05:23:39.886Z Checking derive_builder v0.20.0
22442024-05-15T05:23:40.254Z Compiling const_format_proc_macros v0.2.32
22452024-05-15T05:23:40.470Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22462024-05-15T05:23:40.784Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
22472024-05-15T05:23:41.070Z Checking bb8 v0.8.3
22482024-05-15T05:23:41.515Z Checking quick-xml v0.31.0
22492024-05-15T05:23:41.771Z Compiling oso-derive v0.27.3
22502024-05-15T05:23:41.801Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22512024-05-15T05:23:42.548Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22522024-05-15T05:23:42.634Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22532024-05-15T05:23:42.874Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22542024-05-15T05:23:42.885Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22552024-05-15T05:23:43.632Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22562024-05-15T05:23:44.286Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22572024-05-15T05:23:44.356Z Compiling impl-trait-for-tuples v0.2.2
22582024-05-15T05:23:46.698Z Checking http-range v0.1.5
22592024-05-15T05:23:46.889Z Checking hyper-staticfile v0.9.5
22602024-05-15T05:23:47.115Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22612024-05-15T05:23:47.269Z Checking const_format v0.2.32
22622024-05-15T05:23:47.335Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
22632024-05-15T05:23:47.781Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
22642024-05-15T05:23:48.792Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22652024-05-15T05:23:50.061Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22662024-05-15T05:23:51.510Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22672024-05-15T05:23:52.403Z Checking assert_matches v1.5.0
22682024-05-15T05:23:52.408Z Checking rand_seeder v0.2.3
22692024-05-15T05:23:52.408Z Compiling portable-atomic v1.4.3
22702024-05-15T05:23:52.408Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22712024-05-15T05:23:52.531Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22722024-05-15T05:23:54.029Z Checking number_prefix v0.4.0
22732024-05-15T05:23:54.250Z Checking castaway v0.2.2
22742024-05-15T05:23:54.360Z Checking indicatif v0.17.8
22752024-05-15T05:23:54.429Z Checking compact_str v0.7.1
22762024-05-15T05:23:54.527Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22772024-05-15T05:23:55.549Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22782024-05-15T05:23:55.553Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22792024-05-15T05:23:55.553Z Checking lru v0.12.1
22802024-05-15T05:23:55.553Z Compiling stability v0.2.0
22812024-05-15T05:23:55.553Z Checking cassowary v0.3.0
22822024-05-15T05:23:55.774Z Compiling indoc v2.0.3
22832024-05-15T05:23:56.016Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22842024-05-15T05:23:56.236Z Checking unicode-linebreak v0.1.5
22852024-05-15T05:23:56.636Z Checking smawk v0.3.1
22862024-05-15T05:23:56.653Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22872024-05-15T05:23:56.845Z Checking textwrap v0.16.1
22882024-05-15T05:23:56.894Z Checking ratatui v0.26.2
22892024-05-15T05:23:57.037Z Checking is_ci v1.2.0
22902024-05-15T05:23:57.158Z Checking supports-color v3.0.0
22912024-05-15T05:23:57.255Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
22922024-05-15T05:23:57.346Z Checking fatfs v0.3.6
22932024-05-15T05:23:58.395Z Checking shell-words v1.1.0
22942024-05-15T05:23:58.575Z Checking rtoolbox v0.0.1
22952024-05-15T05:23:58.763Z Checking rpassword v7.3.1
22962024-05-15T05:23:58.876Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22972024-05-15T05:23:58.906Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22982024-05-15T05:23:58.925Z Checking yansi v0.5.1
22992024-05-15T05:23:59.337Z Checking pretty_assertions v1.4.0
23002024-05-15T05:23:59.427Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23012024-05-15T05:23:59.628Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23022024-05-15T05:23:59.794Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23032024-05-15T05:23:59.998Z Checking tui-tree-widget v0.19.0
23042024-05-15T05:24:00.310Z Compiling target-lexicon v0.12.13
23052024-05-15T05:24:00.369Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
23062024-05-15T05:24:00.714Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23072024-05-15T05:24:01.426Z Checking cargo-platform v0.1.3
23082024-05-15T05:24:01.690Z Compiling guppy-workspace-hack v0.1.0
23092024-05-15T05:24:01.962Z Compiling doc-comment v0.3.3
23102024-05-15T05:24:01.987Z Checking plotters-backend v0.3.5
23112024-05-15T05:24:02.207Z Checking cargo_metadata v0.18.1
23122024-05-15T05:24:02.356Z Checking plotters-svg v0.3.5
23132024-05-15T05:24:02.673Z Checking http-body v1.0.0
23142024-05-15T05:24:02.884Z Checking cast v0.3.0
23152024-05-15T05:24:03.070Z Compiling target-spec v3.1.0
23162024-05-15T05:24:03.190Z Checking tower-layer v0.3.2
23172024-05-15T05:24:03.461Z Compiling assert_cmd v2.0.14
23182024-05-15T05:24:03.689Z Checking tower v0.4.13
23192024-05-15T05:24:03.898Z Checking criterion-plot v0.5.0
23202024-05-15T05:24:03.925Z Checking cfg-expr v0.15.6
23212024-05-15T05:24:04.421Z Checking hyper v1.1.0
23222024-05-15T05:24:04.586Z Checking plotters v0.3.5
23232024-05-15T05:24:04.838Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
23242024-05-15T05:24:05.757Z Checking tinytemplate v1.2.1
23252024-05-15T05:24:06.167Z Checking anes v0.1.6
23262024-05-15T05:24:06.219Z Checking oorandom v11.1.3
23272024-05-15T05:24:10.636Z Checking hyper-util v0.1.2
23282024-05-15T05:24:10.956Z Checking criterion v0.5.1
23292024-05-15T05:24:10.957Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
23302024-05-15T05:24:10.957Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
23312024-05-15T05:24:11.041Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23322024-05-15T05:24:11.041Z Checking rustls-native-certs v0.7.0
23332024-05-15T05:24:11.041Z Checking httptest v0.15.5
23342024-05-15T05:24:11.041Z Checking pathdiff v0.2.1
23352024-05-15T05:24:11.041Z Checking nested v0.1.1
23362024-05-15T05:24:11.041Z Checking guppy v0.17.5
23372024-05-15T05:24:11.610Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23382024-05-15T05:24:12.622Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23392024-05-15T05:24:12.659Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23402024-05-15T05:24:14.556Z Checking hyper-rustls v0.26.0
23412024-05-15T05:24:14.896Z Checking escape8259 v0.5.2
23422024-05-15T05:24:15.041Z Checking threadpool v1.8.1
23432024-05-15T05:24:15.093Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
23442024-05-15T05:24:15.255Z Checking libtest-mimic v0.7.2
23452024-05-15T05:24:15.698Z Checking similar-asserts v1.5.0
23462024-05-15T05:24:15.863Z Checking fancy-regex v0.13.0
23472024-05-15T05:24:15.940Z Compiling rstest_macros v0.19.0
23482024-05-15T05:24:16.626Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
23492024-05-15T05:24:16.641Z Checking datatest-stable v0.2.9
23502024-05-15T05:24:16.938Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23512024-05-15T05:24:17.256Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
23522024-05-15T05:24:17.568Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
23532024-05-15T05:24:18.047Z Checking csv-core v0.1.11
23542024-05-15T05:24:18.085Z Compiling trybuild v1.0.91
23552024-05-15T05:24:18.305Z Compiling relative-path v1.9.0
23562024-05-15T05:24:18.814Z Checking constant_time_eq v0.2.6
23572024-05-15T05:24:18.814Z Checking blake2b_simd v1.0.1
23582024-05-15T05:24:18.814Z Checking csv v1.3.0
23592024-05-15T05:24:19.451Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23602024-05-15T05:24:19.471Z Checking multimap v0.10.0
23612024-05-15T05:24:19.809Z Checking futures-timer v3.0.2
23622024-05-15T05:24:20.113Z Checking rust-argon2 v2.1.0
23632024-05-15T05:24:21.902Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23642024-05-15T05:24:23.850Z Checking partial-io v0.5.4
23652024-05-15T05:24:24.228Z Checking approx v0.5.1
23662024-05-15T05:24:24.466Z Checking termios v0.3.3
23672024-05-15T05:24:25.116Z Checking uzers v0.11.3
23682024-05-15T05:24:25.159Z Checking hex-literal v0.4.1
23692024-05-15T05:24:28.784Z Checking rstest v0.19.0
23702024-05-15T05:24:30.601Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23712024-05-15T05:24:31.727Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
23722024-05-15T05:24:43.088Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
23732024-05-15T05:24:55.932Z Compiling samael v0.0.15
23742024-05-15T05:25:17.820Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23752024-05-15T05:25:20.249Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
23762024-05-15T05:25:39.895Z Compiling polar-core v0.27.3
23772024-05-15T05:25:47.750Z Checking oso v0.27.3
23782024-05-15T05:26:15.344Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23792024-05-15T05:26:15.344Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23802024-05-15T05:26:15.358Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
23812024-05-15T05:27:28.411Z Finished dev [unoptimized + debuginfo] target(s) in 7m 05s
23822024-05-15T05:27:28.613Z
23832024-05-15T05:27:28.613Zreal 7:54.633899210
23842024-05-15T05:27:28.613Zuser 39:47.134358768
23852024-05-15T05:27:28.614Zsys 7:02.485729632
23862024-05-15T05:27:28.614Ztrap 1.122300799
23872024-05-15T05:27:28.614Ztflt 5.075870230
23882024-05-15T05:27:28.615Zdflt 5.981534361
23892024-05-15T05:27:28.615Zkflt 0.022109420
23902024-05-15T05:27:28.632Zlock 1:01:01.164383329
23912024-05-15T05:27:28.632Zslp 2:01:19.607017334
23922024-05-15T05:27:28.632Zlat 1:51.129319498
23932024-05-15T05:27:28.632Zstop 4:46.335746447
23942024-05-15T05:27:29.570Zwarning: output filename collision.
23952024-05-15T05:27:29.570ZThe lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`.
23962024-05-15T05:27:29.570ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html
23972024-05-15T05:27:29.570ZThe targets should have unique names.
23982024-05-15T05:27:29.571ZThis is a known bug where multiple crates with the same name use
23992024-05-15T05:27:29.571Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24002024-05-15T05:27:29.571Zwarning: output filename collision.
24012024-05-15T05:27:29.571ZThe lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`.
24022024-05-15T05:27:29.571ZColliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html
24032024-05-15T05:27:29.571ZThe targets should have unique names.
24042024-05-15T05:27:29.572ZThis is a known bug where multiple crates with the same name use
24052024-05-15T05:27:29.572Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24062024-05-15T05:27:29.618Zwarning: output filename collision.
24072024-05-15T05:27:29.618ZThe lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`.
24082024-05-15T05:27:29.619ZColliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html
24092024-05-15T05:27:29.619ZThe targets should have unique names.
24102024-05-15T05:27:29.619ZThis is a known bug where multiple crates with the same name use
24112024-05-15T05:27:29.619Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24122024-05-15T05:27:29.619Zwarning: output filename collision.
24132024-05-15T05:27:29.620ZThe lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)`.
24142024-05-15T05:27:29.620ZColliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html
24152024-05-15T05:27:29.620ZThe targets should have unique names.
24162024-05-15T05:27:29.621ZThis is a known bug where multiple crates with the same name use
24172024-05-15T05:27:29.621Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24182024-05-15T05:27:29.621Zwarning: output filename collision.
24192024-05-15T05:27:29.621ZThe lib target `nix` in package `nix v0.28.0` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`.
24202024-05-15T05:27:29.622ZColliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html
24212024-05-15T05:27:29.622ZThe targets should have unique names.
24222024-05-15T05:27:29.622ZThis is a known bug where multiple crates with the same name use
24232024-05-15T05:27:29.622Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24242024-05-15T05:27:29.622Zwarning: output filename collision.
24252024-05-15T05:27:29.622ZThe 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)`.
24262024-05-15T05:27:29.622ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
24272024-05-15T05:27:29.623ZThe targets should have unique names.
24282024-05-15T05:27:29.623ZThis is a known bug where multiple crates with the same name use
24292024-05-15T05:27:29.624Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24302024-05-15T05:27:29.624Zwarning: output filename collision.
24312024-05-15T05:27:29.624ZThe lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`.
24322024-05-15T05:27:29.624ZColliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html
24332024-05-15T05:27:29.624ZThe targets should have unique names.
24342024-05-15T05:27:29.625ZThis is a known bug where multiple crates with the same name use
24352024-05-15T05:27:29.625Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24362024-05-15T05:27:29.625Zwarning: output filename collision.
24372024-05-15T05:27:29.625ZThe lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`.
24382024-05-15T05:27:29.626ZColliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html
24392024-05-15T05:27:29.626ZThe targets should have unique names.
24402024-05-15T05:27:29.626ZThis is a known bug where multiple crates with the same name use
24412024-05-15T05:27:29.626Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24422024-05-15T05:27:29.626Zwarning: output filename collision.
24432024-05-15T05:27:29.626ZThe lib target `zone` in package `zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)` has the same output filename as the lib target `zone` in package `zone v0.1.8`.
24442024-05-15T05:27:29.626ZColliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html
24452024-05-15T05:27:29.626ZThe targets should have unique names.
24462024-05-15T05:27:29.627ZThis is a known bug where multiple crates with the same name use
24472024-05-15T05:27:29.627Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
24482024-05-15T05:27:30.085Z Documenting libc v0.2.153
24492024-05-15T05:27:30.127Z Documenting cfg-if v1.0.0
24502024-05-15T05:27:30.149Z Documenting serde_derive v1.0.201
24512024-05-15T05:27:30.170Z Documenting log v0.4.21
24522024-05-15T05:27:30.221Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24532024-05-15T05:27:30.238Z Documenting memchr v2.7.1
24542024-05-15T05:27:30.238Z Documenting byteorder v1.5.0
24552024-05-15T05:27:30.238Z Documenting smallvec v1.13.1
24562024-05-15T05:27:30.486Z Documenting scopeguard v1.2.0
24572024-05-15T05:27:33.241Z Documenting itoa v1.0.9
24582024-05-15T05:27:33.475Z Documenting pin-project-lite v0.2.13
24592024-05-15T05:27:34.000Z Documenting once_cell v1.19.0
24602024-05-15T05:27:34.153Z Documenting libm v0.2.7
24612024-05-15T05:27:34.329Z Documenting getrandom v0.2.12
24622024-05-15T05:27:34.798Z Documenting parking_lot_core v0.9.8
24632024-05-15T05:27:35.008Z Documenting lock_api v0.4.10
24642024-05-15T05:27:36.080Z Documenting signal-hook-registry v1.4.1
24652024-05-15T05:27:36.689Z Documenting mio v0.8.11
24662024-05-15T05:27:37.812Z Documenting serde v1.0.201
24672024-05-15T05:27:37.857Z Documenting num-traits v0.2.19
24682024-05-15T05:27:38.019Z Documenting thiserror-impl v1.0.59
24692024-05-15T05:27:38.412Z Documenting rand_core v0.6.4
24702024-05-15T05:27:39.790Z Documenting zeroize_derive v1.4.2
24712024-05-15T05:27:39.888Z Documenting parking_lot v0.12.1
24722024-05-15T05:27:40.449Z Documenting ryu v1.0.15
24732024-05-15T05:27:41.952Z Documenting futures-core v0.3.30
24742024-05-15T05:27:42.814Z Documenting num_cpus v1.16.0
24752024-05-15T05:27:43.409Z Documenting socket2 v0.5.6
24762024-05-15T05:27:43.695Z Documenting tokio-macros v2.2.0
24772024-05-15T05:27:44.379Z Documenting thiserror v1.0.59
24782024-05-15T05:27:44.738Z Documenting zeroize v1.7.0
24792024-05-15T05:27:44.867Z Documenting zerocopy v0.7.32
24802024-05-15T05:27:45.947Z Documenting futures-sink v0.3.30
24812024-05-15T05:27:46.902Z Documenting typenum v1.16.0
24822024-05-15T05:27:48.268Z Documenting subtle v2.5.0
24832024-05-15T05:27:48.377Z Documenting pin-utils v0.1.0
24842024-05-15T05:27:48.488Z Documenting slab v0.4.9
24852024-05-15T05:27:49.113Z Documenting futures-macro v0.3.30
24862024-05-15T05:27:51.853Z Documenting futures-channel v0.3.30
24872024-05-15T05:27:58.193Z Documenting bytes v1.6.0
24882024-05-15T05:28:00.102Z Documenting bitflags v2.4.2
24892024-05-15T05:28:00.123Z Documenting serde_json v1.0.117
24902024-05-15T05:28:00.408Z Documenting iana-time-zone v0.1.57
24912024-05-15T05:28:00.464Z Documenting futures-io v0.3.30
24922024-05-15T05:28:00.555Z Documenting futures-task v0.3.30
24932024-05-15T05:28:00.773Z Documenting uuid v1.8.0
24942024-05-15T05:28:01.352Z Documenting generic-array v0.14.7
24952024-05-15T05:28:02.992Z Documenting tokio v1.37.0
24962024-05-15T05:28:04.384Z Documenting chrono v0.4.38
24972024-05-15T05:28:04.536Z Documenting ahash v0.8.8
24982024-05-15T05:28:04.672Z Documenting allocator-api2 v0.2.16
24992024-05-15T05:28:05.298Z Documenting futures-util v0.3.30
25002024-05-15T05:28:05.310Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25012024-05-15T05:28:05.491Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25022024-05-15T05:28:05.978Z Documenting crypto-common v0.1.6
25032024-05-15T05:28:06.295Z Documenting const-oid v0.9.6
25042024-05-15T05:28:06.736Z Documenting tinyvec_macros v0.1.1
25052024-05-15T05:28:08.830Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25062024-05-15T05:28:09.055Z Documenting hashbrown v0.14.3
25072024-05-15T05:28:09.635Z Documenting tinyvec v1.6.0
25082024-05-15T05:28:10.970Z Documenting tracing-core v0.1.32
25092024-05-15T05:28:11.523Z Checking serde_derive_internals v0.29.0
25102024-05-15T05:28:12.112Z Documenting tracing-attributes v0.1.27
25112024-05-15T05:28:12.206Z Documenting serde_derive_internals v0.29.0
25122024-05-15T05:28:14.115Z Documenting dyn-clone v1.0.17
25132024-05-15T05:28:14.378Z Documenting unicode-normalization v0.1.22
25142024-05-15T05:28:15.230Z Documenting ppv-lite86 v0.2.17
25152024-05-15T05:28:15.480Z Documenting unicode-bidi v0.3.15
25162024-05-15T05:28:17.303Z Documenting lazy_static v1.4.0
25172024-05-15T05:28:17.628Z Documenting percent-encoding v2.3.1
25182024-05-15T05:28:18.157Z Documenting block-buffer v0.10.4
25192024-05-15T05:28:19.373Z Documenting fnv v1.0.7
25202024-05-15T05:28:19.457Z Documenting rand_chacha v0.3.1
25212024-05-15T05:28:19.458Z Documenting schemars_derive v0.8.17
25222024-05-15T05:28:22.286Z Documenting equivalent v1.0.1
25232024-05-15T05:28:22.384Z Documenting powerfmt v0.2.0
25242024-05-15T05:28:22.397Z Documenting form_urlencoded v1.2.1
25252024-05-15T05:28:22.581Z Documenting digest v0.10.7
25262024-05-15T05:28:22.628Z Documenting time-macros v0.2.17
25272024-05-15T05:28:23.774Z Documenting rand v0.8.5
25282024-05-15T05:28:24.159Z Documenting schemars v0.8.17
25292024-05-15T05:28:25.741Z Documenting indexmap v2.2.6
25302024-05-15T05:28:25.943Z Documenting deranged v0.3.11
25312024-05-15T05:28:27.178Z Documenting unicode-width v0.1.11
25322024-05-15T05:28:27.553Z Documenting num-conv v0.1.0
25332024-05-15T05:28:30.093Z Documenting tracing v0.1.40
25342024-05-15T05:28:36.908Z Documenting num_threads v0.1.6
25352024-05-15T05:28:36.947Z Documenting time-core v0.1.2
25362024-05-15T05:28:37.092Z Documenting idna v0.5.0
25372024-05-15T05:28:37.302Z Documenting errno v0.3.8
25382024-05-15T05:28:37.407Z Documenting unicode-ident v1.0.12
25392024-05-15T05:28:37.503Z Documenting adler v1.0.2
25402024-05-15T05:28:37.771Z Documenting slog v2.7.0
25412024-05-15T05:28:40.549Z Documenting httparse v1.8.0
25422024-05-15T05:28:41.022Z Documenting proc-macro2 v1.0.82
25432024-05-15T05:28:41.118Z Documenting miniz_oxide v0.7.1
25442024-05-15T05:28:41.186Z Documenting time v0.3.34
25452024-05-15T05:28:41.556Z Documenting url v2.5.0
25462024-05-15T05:28:41.709Z Documenting rustix v0.38.31
25472024-05-15T05:28:42.807Z Documenting cpufeatures v0.2.12
25482024-05-15T05:28:44.925Z Documenting async-trait v0.1.80
25492024-05-15T05:28:45.365Z Documenting try-lock v0.2.4
25502024-05-15T05:28:45.738Z Documenting quote v1.0.36
25512024-05-15T05:28:45.975Z Documenting httpdate v1.0.3
25522024-05-15T05:28:46.213Z Documenting http-body v0.4.5
25532024-05-15T05:28:47.376Z Documenting tokio-util v0.7.10
25542024-05-15T05:28:47.443Z Documenting aho-corasick v1.1.2
25552024-05-15T05:28:48.765Z Documenting want v0.3.1
25562024-05-15T05:28:50.063Z Documenting syn v2.0.60
25572024-05-15T05:28:50.113Z Documenting openssl-sys v0.9.102
25582024-05-15T05:28:50.150Z Documenting openssl-macros v0.1.1
25592024-05-15T05:28:51.082Z Documenting mime v0.3.17
25602024-05-15T05:28:51.795Z Documenting gimli v0.28.0
25612024-05-15T05:28:52.474Z Documenting tower-service v0.3.2
25622024-05-15T05:28:53.102Z Documenting regex-syntax v0.8.2
25632024-05-15T05:28:54.162Z Documenting h2 v0.3.26
25642024-05-15T05:28:54.963Z Documenting object v0.32.1
25652024-05-15T05:28:55.360Z Documenting rustc-demangle v0.1.23
25662024-05-15T05:28:57.396Z Documenting openssl v0.10.64
25672024-05-15T05:28:57.570Z Documenting ipnet v2.9.0
25682024-05-15T05:28:58.833Z Documenting addr2line v0.21.0
25692024-05-15T05:28:59.083Z Documenting openssl-probe v0.1.5
25702024-05-15T05:29:00.211Z Documenting regex-automata v0.4.5
25712024-05-15T05:29:02.117Z Documenting base64ct v1.6.0
25722024-05-15T05:29:02.696Z Documenting futures-executor v0.3.30
25732024-05-15T05:29:03.888Z Documenting encoding_rs v0.8.33
25742024-05-15T05:29:05.013Z Documenting hyper v0.14.28
25752024-05-15T05:29:06.793Z Documenting native-tls v0.2.11
25762024-05-15T05:29:07.238Z Documenting psl-types v2.0.11
25772024-05-15T05:29:07.462Z Documenting backtrace v0.3.69
25782024-05-15T05:29:07.502Z Documenting serde_urlencoded v0.7.1
25792024-05-15T05:29:08.698Z Checking pest_meta v2.7.6
25802024-05-15T05:29:09.294Z Documenting regex v1.10.4
25812024-05-15T05:29:09.647Z Documenting crossbeam-utils v0.8.19
25822024-05-15T05:29:10.274Z Documenting publicsuffix v2.2.3
25832024-05-15T05:29:12.162Z Documenting utf8parse v0.2.1
25842024-05-15T05:29:12.217Z Documenting tokio-native-tls v0.3.1
25852024-05-15T05:29:12.876Z Documenting anyhow v1.0.83
25862024-05-15T05:29:14.108Z Documenting futures v0.3.30
25872024-05-15T05:29:14.800Z Documenting pem-rfc7468 v0.7.0
25882024-05-15T05:29:15.182Z Documenting pest_meta v2.7.6
25892024-05-15T05:29:15.260Z Documenting cookie_store v0.20.0
25902024-05-15T05:29:15.631Z Documenting scroll_derive v0.12.0
25912024-05-15T05:29:18.061Z Documenting der_derive v0.7.2
25922024-05-15T05:29:18.202Z Documenting hyper-rustls v0.24.2
25932024-05-15T05:29:18.310Z Documenting hyper-tls v0.5.0
25942024-05-15T05:29:19.611Z Documenting flagset v0.4.3
25952024-05-15T05:29:19.740Z Documenting webpki-roots v0.25.2
25962024-05-15T05:29:20.843Z Documenting sync_wrapper v0.1.2
25972024-05-15T05:29:21.383Z Documenting scroll v0.12.0
25982024-05-15T05:29:22.307Z Documenting pest_generator v2.7.6
25992024-05-15T05:29:23.350Z Checking pest_generator v2.7.6
26002024-05-15T05:29:23.682Z Documenting num-integer v0.1.46
26012024-05-15T05:29:23.774Z Documenting der v0.7.8
26022024-05-15T05:29:23.790Z Documenting ucd-trie v0.1.6
26032024-05-15T05:29:23.904Z Documenting plain v0.2.3
26042024-05-15T05:29:25.493Z Documenting openapiv3 v2.0.0
26052024-05-15T05:29:25.696Z Documenting pretty-hex v0.4.1
26062024-05-15T05:29:27.405Z Documenting goblin v0.8.0
26072024-05-15T05:29:27.419Z Documenting reqwest v0.11.27
26082024-05-15T05:29:27.521Z Documenting pest_derive v2.7.6
26092024-05-15T05:29:27.652Z Documenting pest v2.7.6
26102024-05-15T05:29:28.724Z Documenting spin v0.9.8
26112024-05-15T05:29:28.848Z Documenting thread-id v4.2.0
26122024-05-15T05:29:30.444Z Documenting spki v0.7.2
26132024-05-15T05:29:32.080Z Documenting either v1.11.0
26142024-05-15T05:29:32.576Z Documenting anstyle v1.0.7
26152024-05-15T05:29:33.661Z Documenting anstyle-parse v0.2.1
26162024-05-15T05:29:33.891Z Documenting memmap v0.7.0
26172024-05-15T05:29:34.008Z Documenting dtrace-parser v0.2.0
26182024-05-15T05:29:34.807Z Documenting pkcs8 v0.10.2
26192024-05-15T05:29:35.836Z Documenting dof v0.3.0
26202024-05-15T05:29:36.619Z Documenting colorchoice v1.0.0
26212024-05-15T05:29:36.771Z Documenting data-encoding v2.4.0
26222024-05-15T05:29:37.348Z Documenting anstyle-query v1.0.0
26232024-05-15T05:29:38.201Z Documenting crossbeam-epoch v0.9.18
26242024-05-15T05:29:38.717Z Documenting terminal_size v0.3.0
26252024-05-15T05:29:38.957Z Documenting sha2 v0.10.8
26262024-05-15T05:29:39.915Z Documenting ipnetwork v0.20.0
26272024-05-15T05:29:40.328Z Documenting hex v0.4.3
26282024-05-15T05:29:41.093Z Documenting usdt-impl v0.5.0
26292024-05-15T05:29:41.415Z Documenting crc32fast v1.3.2
26302024-05-15T05:29:42.039Z Documenting anstream v0.6.11
26312024-05-15T05:29:42.541Z Documenting unicode-segmentation v1.10.1
26322024-05-15T05:29:43.585Z Documenting clap_lex v0.7.0
26332024-05-15T05:29:44.122Z Documenting untrusted v0.9.0
26342024-05-15T05:29:44.721Z Documenting strsim v0.11.0
26352024-05-15T05:29:45.490Z Documenting num-iter v0.1.45
26362024-05-15T05:29:46.256Z Documenting hmac v0.12.1
26372024-05-15T05:29:46.467Z Documenting signal-hook v0.3.17
26382024-05-15T05:29:46.500Z Documenting clap_derive v4.5.4
26392024-05-15T05:29:47.369Z Documenting ring v0.17.8
26402024-05-15T05:29:47.524Z Documenting static_assertions v1.1.0
26412024-05-15T05:29:47.717Z Documenting usdt v0.5.0
26422024-05-15T05:29:48.879Z Documenting clap_builder v4.5.2
26432024-05-15T05:29:50.054Z Documenting flate2 v1.0.30
26442024-05-15T05:29:50.581Z Documenting managed v0.8.0
26452024-05-15T05:29:50.782Z Documenting enum-as-inner v0.5.1
26462024-05-15T05:29:51.569Z Documenting signal-hook-mio v0.2.3
26472024-05-15T05:29:51.989Z Documenting regress v0.9.1
26482024-05-15T05:29:53.132Z Documenting block-padding v0.3.3
26492024-05-15T05:29:54.119Z Documenting scheduled-thread-pool v0.2.7
26502024-05-15T05:29:54.456Z Checking diesel_table_macro_syntax v0.1.0
26512024-05-15T05:29:54.627Z Documenting diesel_table_macro_syntax v0.1.0
26522024-05-15T05:29:54.899Z Documenting md-5 v0.10.5
26532024-05-15T05:29:55.312Z Documenting trust-dns-proto v0.22.0
26542024-05-15T05:29:55.721Z Documenting clap v4.5.4
26552024-05-15T05:29:56.614Z Documenting crossterm v0.27.0
26562024-05-15T05:29:57.844Z Documenting inout v0.1.3
26572024-05-15T05:29:59.057Z Documenting r2d2 v0.8.10
26582024-05-15T05:29:59.163Z Documenting stringprep v0.1.3
26592024-05-15T05:29:59.524Z Documenting ff v0.13.0
26602024-05-15T05:30:00.431Z Documenting diesel_derives v2.1.2
26612024-05-15T05:30:01.401Z Documenting toml_datetime v0.6.5
26622024-05-15T05:30:02.069Z Documenting serde_spanned v0.6.5
26632024-05-15T05:30:02.597Z Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26642024-05-15T05:30:03.357Z Checking unsafe-libyaml v0.2.10
26652024-05-15T05:30:04.078Z Documenting winnow v0.6.1
26662024-05-15T05:30:04.350Z Checking strsim v0.10.0
26672024-05-15T05:30:04.414Z Documenting base16ct v0.2.0
26682024-05-15T05:30:04.545Z Documenting heck v0.5.0
26692024-05-15T05:30:04.559Z Documenting siphasher v0.3.11
26702024-05-15T05:30:05.771Z Documenting bit-vec v0.6.3
26712024-05-15T05:30:06.506Z Documenting fallible-iterator v0.2.0
26722024-05-15T05:30:07.518Z Checking ident_case v1.0.1
26732024-05-15T05:30:07.668Z Documenting group v0.13.0
26742024-05-15T05:30:07.953Z Documenting sec1 v0.7.3
26752024-05-15T05:30:08.080Z Documenting phf_shared v0.11.2
26762024-05-15T05:30:08.178Z Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
26772024-05-15T05:30:08.808Z Documenting diesel v2.1.6
26782024-05-15T05:30:10.374Z Documenting cipher v0.4.4
26792024-05-15T05:30:10.547Z Documenting toml_edit v0.22.12
26802024-05-15T05:30:17.526Z Documenting postgres-protocol v0.6.6
26812024-05-15T05:30:17.749Z Documenting hkdf v0.12.4
26822024-05-15T05:30:17.749Z Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
26832024-05-15T05:30:23.343Z Documenting num-bigint v0.4.4
26842024-05-15T05:30:31.022Z Documenting bstr v1.9.0
26852024-05-15T05:30:31.036Z Documenting console v0.15.8
26862024-05-15T05:30:31.492Z Documenting crypto-bigint v0.5.2
26872024-05-15T05:30:31.559Z Documenting hubpack v0.1.2
26882024-05-15T05:30:31.563Z Documenting semver v1.0.22
26892024-05-15T05:30:31.677Z Documenting serde_repr v0.1.16
26902024-05-15T05:30:32.853Z Documenting new_debug_unreachable v1.0.4
26912024-05-15T05:30:34.043Z Documenting unsafe-libyaml v0.2.10
26922024-05-15T05:30:35.896Z Documenting fixedbitset v0.4.2
26932024-05-15T05:30:36.055Z Documenting minimal-lexical v0.2.1
26942024-05-15T05:30:36.121Z Documenting precomputed-hash v0.1.1
26952024-05-15T05:30:36.235Z Documenting lalrpop-util v0.19.12
26962024-05-15T05:30:36.243Z Documenting yasna v0.5.2
26972024-05-15T05:30:36.482Z Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
26982024-05-15T05:30:46.102Z Documenting serde_yaml v0.9.25
26992024-05-15T05:30:46.127Z Documenting petgraph v0.6.5
27002024-05-15T05:30:46.167Z Documenting string_cache v0.8.7
27012024-05-15T05:30:46.241Z Documenting nom v7.1.3
27022024-05-15T05:30:46.412Z Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b)
27032024-05-15T05:30:46.847Z Documenting postgres-types v0.2.6
27042024-05-15T05:30:46.924Z Documenting phf v0.11.2
27052024-05-15T05:30:46.924Z Documenting elliptic-curve v0.13.8
27062024-05-15T05:30:51.845Z Checking darling_core v0.20.8
27072024-05-15T05:30:52.007Z Checking serde_yaml v0.9.25
27082024-05-15T05:30:52.451Z Documenting similar v2.4.0
27092024-05-15T05:30:52.769Z Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27102024-05-15T05:30:52.813Z Documenting getopts v0.2.21
27112024-05-15T05:30:53.016Z Documenting float-cmp v0.9.0
27122024-05-15T05:30:53.450Z Documenting normalize-line-endings v0.3.0
27132024-05-15T05:31:04.177Z Documenting predicates-core v1.0.6
27142024-05-15T05:31:04.187Z Documenting difflib v0.4.0
27152024-05-15T05:31:04.241Z Documenting peg-runtime v0.8.3
27162024-05-15T05:31:04.717Z Documenting whoami v1.5.1
27172024-05-15T05:31:04.717Z Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27182024-05-15T05:31:04.717Z Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27192024-05-15T05:31:04.717Z Documenting bit-set v0.5.3
27202024-05-15T05:31:04.717Z Documenting fs-err v2.11.0
27212024-05-15T05:31:07.822Z Documenting tokio-stream v0.1.15
27222024-05-15T05:31:08.262Z Documenting ident_case v1.0.1
27232024-05-15T05:31:08.679Z Documenting predicates v3.1.0
27242024-05-15T05:31:09.122Z Documenting tokio-postgres v0.7.10
27252024-05-15T05:31:09.539Z Checking darling v0.20.8
27262024-05-15T05:31:09.634Z Documenting is-terminal v0.4.9
27272024-05-15T05:31:09.686Z Documenting strum v0.26.2
27282024-05-15T05:31:12.212Z Documenting darling_core v0.20.8
27292024-05-15T05:31:13.484Z Documenting base64 v0.22.1
27302024-05-15T05:31:13.693Z Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72)
27312024-05-15T05:31:13.693Z Documenting camino v1.1.6
27322024-05-15T05:31:13.765Z Documenting dirs-sys-next v0.1.2
27332024-05-15T05:31:14.377Z Documenting sha1 v0.10.6
27342024-05-15T05:31:15.131Z Documenting http v1.0.0
27352024-05-15T05:31:31.493Z Documenting paste v1.0.15
27362024-05-15T05:31:31.815Z Documenting thread_local v1.1.7
27372024-05-15T05:31:31.815Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27382024-05-15T05:31:31.816Z Documenting dirs-next v2.0.0
27392024-05-15T05:31:31.987Z Documenting rustls-pki-types v1.3.0
27402024-05-15T05:31:31.987Z Documenting crossbeam-channel v0.5.8
27412024-05-15T05:31:31.987Z Documenting darling_macro v0.20.8
27422024-05-15T05:31:31.988Z Documenting take_mut v0.2.2
27432024-05-15T05:31:31.988Z Documenting slog-json v2.6.1
27442024-05-15T05:31:31.988Z Documenting async-stream-impl v0.3.5
27452024-05-15T05:31:31.988Z Documenting rustls-webpki v0.102.1
27462024-05-15T05:31:31.988Z Documenting term v0.7.0
27472024-05-15T05:31:31.988Z Documenting atomic-waker v1.1.1
27482024-05-15T05:31:31.988Z Documenting debug-ignore v1.0.5
27492024-05-15T05:31:31.988Z Documenting slog-async v2.8.0
27502024-05-15T05:31:31.988Z Documenting darling v0.20.8
27512024-05-15T05:31:31.988Z Documenting slog-bunyan v2.5.0
27522024-05-15T05:31:31.988Z Documenting async-stream v0.3.5
27532024-05-15T05:31:31.988Z Documenting waitgroup v0.1.2
27542024-05-15T05:31:31.988Z Documenting rustls v0.22.4
27552024-05-15T05:31:31.988Z Documenting rustls-pemfile v2.1.2
27562024-05-15T05:31:31.988Z Documenting slog-term v2.9.1
27572024-05-15T05:31:31.988Z Documenting multer v3.1.0
27582024-05-15T05:31:31.988Z Documenting toml v0.8.12
27592024-05-15T05:31:32.444Z Documenting dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
27602024-05-15T05:31:32.473Z Documenting serde_path_to_error v0.1.16
27612024-05-15T05:31:32.473Z Documenting hostname v0.4.0
27622024-05-15T05:31:33.409Z Documenting serde_with_macros v3.7.0
27632024-05-15T05:31:34.314Z Documenting structmeta-derive v0.3.0
27642024-05-15T05:31:35.258Z Documenting newtype-uuid v1.1.0
27652024-05-15T05:31:36.722Z Checking structmeta v0.3.0
27662024-05-15T05:31:36.961Z Documenting instant v0.1.12
27672024-05-15T05:31:37.091Z Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27682024-05-15T05:31:37.110Z Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
27692024-05-15T05:31:37.156Z Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27702024-05-15T05:31:37.188Z Documenting tokio-rustls v0.25.0
27712024-05-15T05:31:38.760Z Documenting serde_with v3.7.0
27722024-05-15T05:31:39.875Z Documenting structmeta v0.3.0
27732024-05-15T05:31:40.877Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27742024-05-15T05:31:41.460Z Documenting macaddr v1.0.1
27752024-05-15T05:31:41.726Z Documenting backoff v0.4.0
27762024-05-15T05:31:42.538Z Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27772024-05-15T05:31:43.048Z Documenting dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978)
27782024-05-15T05:31:45.060Z Documenting parse-display-derive v0.9.0
27792024-05-15T05:31:45.800Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27802024-05-15T05:31:46.535Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27812024-05-15T05:31:46.624Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27822024-05-15T05:31:46.852Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27832024-05-15T05:31:47.190Z Documenting fastrand v2.0.1
27842024-05-15T05:31:47.308Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27852024-05-15T05:31:47.706Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27862024-05-15T05:31:48.004Z Checking proc-macro-crate v1.3.1
27872024-05-15T05:31:48.250Z Documenting proc-macro-crate v1.3.1
27882024-05-15T05:31:49.773Z Documenting foreign-types-macros v0.2.3
27892024-05-15T05:31:50.489Z Documenting foreign-types-shared v0.3.1
27902024-05-15T05:31:50.585Z Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27912024-05-15T05:31:51.001Z Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27922024-05-15T05:31:51.143Z Documenting parse-display v0.9.0
27932024-05-15T05:31:51.404Z Documenting tempfile v3.10.1
27942024-05-15T05:31:53.839Z Documenting cstr-argument v0.1.2
27952024-05-15T05:31:54.491Z Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
27962024-05-15T05:31:54.690Z Documenting num_enum_derive v0.5.11
27972024-05-15T05:31:54.819Z Documenting foreign-types v0.5.0
27982024-05-15T05:31:56.568Z Documenting tabwriter v1.4.0
27992024-05-15T05:31:56.579Z Documenting colored v2.1.0
28002024-05-15T05:31:56.803Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28012024-05-15T05:31:56.979Z Documenting camino-tempfile v1.1.1
28022024-05-15T05:31:58.520Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28032024-05-15T05:31:59.150Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28042024-05-15T05:31:59.239Z Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
28052024-05-15T05:31:59.460Z Documenting hash32 v0.3.1
28062024-05-15T05:31:59.579Z Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28072024-05-15T05:32:00.453Z Documenting stable_deref_trait v1.2.0
28082024-05-15T05:32:01.439Z Documenting num_enum v0.5.11
28092024-05-15T05:32:01.853Z Documenting smf v0.2.3
28102024-05-15T05:32:03.541Z Documenting cobs v0.2.3
28112024-05-15T05:32:03.843Z Documenting embedded-io v0.4.0
28122024-05-15T05:32:03.885Z Documenting derive-where v1.2.7
28132024-05-15T05:32:04.197Z Documenting heapless v0.8.0
28142024-05-15T05:32:05.772Z Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28152024-05-15T05:32:06.186Z Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28162024-05-15T05:32:06.330Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28172024-05-15T05:32:06.605Z Documenting crucible-workspace-hack v0.1.0
28182024-05-15T05:32:07.044Z Documenting postcard v1.0.8
28192024-05-15T05:32:09.203Z Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28202024-05-15T05:32:10.151Z Documenting smoltcp v0.11.0
28212024-05-15T05:32:10.466Z Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28222024-05-15T05:32:10.814Z Documenting newline-converter v0.3.0
28232024-05-15T05:32:11.291Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28242024-05-15T05:32:13.016Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28252024-05-15T05:32:13.225Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28262024-05-15T05:32:13.965Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
28272024-05-15T05:32:14.215Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
28282024-05-15T05:32:15.080Z Documenting expectorate v1.1.0
28292024-05-15T05:32:15.184Z Documenting sigpipe v0.1.3
28302024-05-15T05:32:16.353Z Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28312024-05-15T05:32:17.241Z Documenting num-derive v0.4.0
28322024-05-15T05:32:17.678Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28332024-05-15T05:32:19.687Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
28342024-05-15T05:32:19.741Z Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
28352024-05-15T05:32:20.367Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28362024-05-15T05:32:20.876Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28372024-05-15T05:32:20.877Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28382024-05-15T05:32:20.877Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28392024-05-15T05:32:21.363Z Documenting password-hash v0.5.0
28402024-05-15T05:32:23.144Z Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
28412024-05-15T05:32:24.264Z Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28422024-05-15T05:32:24.846Z Documenting blake2 v0.10.6
28432024-05-15T05:32:25.456Z Documenting linked-hash-map v0.5.6
28442024-05-15T05:32:25.758Z Documenting proc-macro-error-attr v1.0.4
28452024-05-15T05:32:26.023Z Documenting humantime v2.1.0
28462024-05-15T05:32:29.166Z Checking proc-macro-error v1.0.4
28472024-05-15T05:32:29.661Z Documenting argon2 v0.5.3
28482024-05-15T05:32:29.677Z Documenting bytecount v0.6.3
28492024-05-15T05:32:29.825Z Documenting lru-cache v0.1.2
28502024-05-15T05:32:30.032Z Documenting proc-macro-error v1.0.4
28512024-05-15T05:32:30.251Z Documenting itertools v0.12.1
28522024-05-15T05:32:31.420Z Documenting swrite v0.1.0
28532024-05-15T05:32:31.620Z Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28542024-05-15T05:32:32.822Z Documenting papergrid v0.11.0
28552024-05-15T05:32:37.078Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28562024-05-15T05:32:37.078Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28572024-05-15T05:32:37.079Z Documenting tabled_derive v0.7.0
28582024-05-15T05:32:37.079Z Documenting newtype_derive v0.1.6
28592024-05-15T05:32:37.079Z Documenting quick-error v1.2.3
28602024-05-15T05:32:37.586Z Documenting arc-swap v1.6.0
28612024-05-15T05:32:38.072Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28622024-05-15T05:32:38.637Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
28632024-05-15T05:32:39.422Z Documenting xattr v1.0.1
28642024-05-15T05:32:39.702Z Documenting steno v0.4.0
28652024-05-15T05:32:39.823Z Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
28662024-05-15T05:32:40.239Z Documenting tabled v0.15.0
28672024-05-15T05:32:40.470Z Documenting resolv-conf v0.7.0
28682024-05-15T05:32:41.246Z Documenting filetime v0.2.23
28692024-05-15T05:32:42.029Z Documenting slog-scope v4.4.0
28702024-05-15T05:32:44.436Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28712024-05-15T05:32:46.014Z Documenting trust-dns-resolver v0.22.0
28722024-05-15T05:32:46.202Z Documenting slog-stdlog v4.1.1
28732024-05-15T05:32:46.356Z Documenting tar v0.4.40
28742024-05-15T05:32:47.883Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28752024-05-15T05:32:47.944Z Documenting num-rational v0.4.2
28762024-05-15T05:32:49.235Z Documenting num-complex v0.4.6
28772024-05-15T05:32:51.172Z Documenting slog-envlogger v2.2.0
28782024-05-15T05:32:51.631Z Documenting tap v1.0.1
28792024-05-15T05:32:53.251Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28802024-05-15T05:32:54.406Z Documenting radium v0.7.0
28812024-05-15T05:32:54.472Z Documenting num v0.4.3
28822024-05-15T05:32:54.487Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28832024-05-15T05:32:54.709Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28842024-05-15T05:32:54.809Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28852024-05-15T05:32:55.025Z Documenting wyz v0.5.1
28862024-05-15T05:32:57.006Z Documenting nibble_vec v0.1.0
28872024-05-15T05:32:57.963Z Documenting same-file v1.0.6
28882024-05-15T05:32:58.665Z Documenting crc-catalog v2.2.0
28892024-05-15T05:32:58.708Z Documenting endian-type v0.1.2
28902024-05-15T05:32:59.377Z Documenting funty v2.0.0
28912024-05-15T05:33:00.266Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28922024-05-15T05:33:01.152Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28932024-05-15T05:33:01.638Z Documenting cancel-safe-futures v0.1.5
28942024-05-15T05:33:01.732Z Documenting crc v3.0.1
28952024-05-15T05:33:02.249Z Documenting walkdir v2.5.0
28962024-05-15T05:33:02.838Z Documenting radix_trie v0.2.1
28972024-05-15T05:33:03.141Z Documenting bitvec v1.0.1
28982024-05-15T05:33:04.230Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28992024-05-15T05:33:05.232Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29002024-05-15T05:33:05.937Z Documenting packed_struct_codegen v0.10.1
29012024-05-15T05:33:06.540Z Documenting nodrop v0.1.14
29022024-05-15T05:33:07.447Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29032024-05-15T05:33:07.679Z Documenting bzip2-sys v0.1.11+1.0.8
29042024-05-15T05:33:08.855Z Documenting num-bigint-dig v0.8.4
29052024-05-15T05:33:09.447Z Documenting array-init v0.0.4
29062024-05-15T05:33:11.078Z Documenting pem v3.0.4
29072024-05-15T05:33:11.246Z Documenting packed_struct v0.10.1
29082024-05-15T05:33:12.735Z Documenting pkcs1 v0.7.5
29092024-05-15T05:33:12.821Z Documenting signature v2.1.0
29102024-05-15T05:33:14.788Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29112024-05-15T05:33:15.110Z Documenting bitfield v0.14.0
29122024-05-15T05:33:15.141Z Documenting display-error-chain v0.2.0
29132024-05-15T05:33:15.290Z Documenting termcolor v1.2.0
29142024-05-15T05:33:16.169Zwarning: unresolved link to `StNestedBuilder::make_subsection`
29152024-05-15T05:33:16.169Z --> nexus/types/src/sectioned_table.rs:145:7
29162024-05-15T05:33:16.170Z |
29172024-05-15T05:33:16.170Z145 | /// [`StNestedBuilder::make_subsection`].
29182024-05-15T05:33:16.170Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope
29192024-05-15T05:33:16.170Z |
29202024-05-15T05:33:16.170Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
29212024-05-15T05:33:16.170Z
29222024-05-15T05:33:17.515Z Documenting bzip2 v0.4.4
29232024-05-15T05:33:17.670Z Documenting rsa v0.9.2
29242024-05-15T05:33:18.371Z Documenting serde-hex v0.1.0
29252024-05-15T05:33:18.419Zwarning: `nexus-types` (lib doc) generated 1 warning
29262024-05-15T05:33:18.423Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29272024-05-15T05:33:18.443Z Documenting slog-dtrace v0.3.0
29282024-05-15T05:33:19.571Z Documenting env_logger v0.10.0
29292024-05-15T05:33:19.981Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29302024-05-15T05:33:20.272Z Documenting x509-cert v0.2.4
29312024-05-15T05:33:20.803Z Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29322024-05-15T05:33:22.917Z Documenting libsw v3.3.1
29332024-05-15T05:33:23.281Z Documenting ron v0.8.1
29342024-05-15T05:33:24.254Z Documenting half v2.3.1
29352024-05-15T05:33:24.750Z Documenting maplit v1.0.2
29362024-05-15T05:33:25.807Z Documenting linear-map v1.2.0
29372024-05-15T05:33:26.329Z Documenting ciborium-io v0.2.2
29382024-05-15T05:33:26.649Z Documenting crc-any v2.4.3
29392024-05-15T05:33:27.852Z Documenting owo-colors v4.0.0
29402024-05-15T05:33:28.021Z Documenting zip v0.6.6
29412024-05-15T05:33:28.365Z Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
29422024-05-15T05:33:29.776Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29432024-05-15T05:33:29.908Z Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
29442024-05-15T05:33:30.180Z Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
29452024-05-15T05:33:31.109Z Documenting ciborium-ll v0.2.2
29462024-05-15T05:33:31.525Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29472024-05-15T05:33:32.952Z Documenting headers-core v0.2.0
29482024-05-15T05:33:33.411Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29492024-05-15T05:33:33.859Z Documenting async-recursion v1.1.1
29502024-05-15T05:33:36.332Z Documenting path-slash v0.1.5
29512024-05-15T05:33:39.119Z Documenting ciborium v0.2.2
29522024-05-15T05:33:39.330Z Documenting headers v0.3.9
29532024-05-15T05:33:39.533Z Documenting fxhash v0.2.1
29542024-05-15T05:33:39.682Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29552024-05-15T05:33:41.466Z Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
29562024-05-15T05:33:44.473Z Documenting buf-list v1.0.3
29572024-05-15T05:33:44.496Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29582024-05-15T05:33:44.497Z Documenting pin-project-internal v1.1.3
29592024-05-15T05:33:46.082Z Documenting vte_generate_state_changes v0.1.1
29602024-05-15T05:33:48.688Z Documenting convert_case v0.4.0
29612024-05-15T05:33:49.462Z Checking convert_case v0.4.0
29622024-05-15T05:33:49.676Z Documenting derive_builder_core v0.20.0
29632024-05-15T05:33:49.928Z Documenting pin-project v1.1.3
29642024-05-15T05:33:50.099Z Documenting vte v0.11.1
29652024-05-15T05:33:52.934Z Documenting derive_more v0.99.17
29662024-05-15T05:33:53.952Z Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29672024-05-15T05:33:54.587Z Checking derive_builder_core v0.20.0
29682024-05-15T05:33:54.643Z Documenting crossbeam-deque v0.8.3
29692024-05-15T05:33:55.506Z Documenting snafu-derive v0.8.2
29702024-05-15T05:33:55.871Z Documenting fd-lock v4.0.2
29712024-05-15T05:33:56.289Z Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29722024-05-15T05:33:59.208Z Documenting bitstruct_derive v0.1.0
29732024-05-15T05:33:59.338Z Documenting ascii v1.1.0
29742024-05-15T05:34:00.484Z Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29752024-05-15T05:34:01.222Z Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29762024-05-15T05:34:01.738Z Documenting rayon-core v1.12.1
29772024-05-15T05:34:02.708Z Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
29782024-05-15T05:34:03.513Z Documenting snafu v0.8.2
29792024-05-15T05:34:04.150Z Documenting bitstruct v0.1.1
29802024-05-15T05:34:04.740Z Documenting derive_builder_macro v0.20.0
29812024-05-15T05:34:05.553Z Documenting strip-ansi-escapes v0.2.0
29822024-05-15T05:34:06.359Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29832024-05-15T05:34:07.128Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29842024-05-15T05:34:07.551Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29852024-05-15T05:34:07.769Z Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29862024-05-15T05:34:08.143Z Documenting globset v0.4.13
29872024-05-15T05:34:08.939Z Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29882024-05-15T05:34:09.568Z Documenting olpc-cjson v0.1.3
29892024-05-15T05:34:10.822Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29902024-05-15T05:34:11.828Z Documenting erased-serde v0.3.31
29912024-05-15T05:34:12.856Z Documenting serde_plain v1.0.2
29922024-05-15T05:34:14.238Z Documenting serde_arrays v0.1.0
29932024-05-15T05:34:14.880Z Documenting ref-cast-impl v1.0.23
29942024-05-15T05:34:14.896Z Documenting typed-path v0.7.0
29952024-05-15T05:34:17.318Z Documenting unicode-xid v0.2.4
29962024-05-15T05:34:17.945Z Documenting nu-ansi-term v0.50.0
29972024-05-15T05:34:18.666Z Checking unicode-xid v0.2.4
29982024-05-15T05:34:18.831Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29992024-05-15T05:34:19.146Z Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30002024-05-15T05:34:19.837Z Documenting ref-cast v1.0.23
30012024-05-15T05:34:20.353Z Documenting const_format_proc_macros v0.2.32
30022024-05-15T05:34:20.358Z Documenting tough v0.17.1
30032024-05-15T05:34:22.918Z Documenting reedline v0.31.0
30042024-05-15T05:34:23.217Z Documenting derive_builder v0.20.0
30052024-05-15T05:34:24.315Z Documenting rayon v1.10.0
30062024-05-15T05:34:24.983Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30072024-05-15T05:34:26.197Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30082024-05-15T05:34:31.905Z Documenting libefi-sys v0.1.0
30092024-05-15T05:34:32.527Z Documenting trust-dns-client v0.22.0
30102024-05-15T05:34:32.580Z Documenting polar-core v0.27.3
30112024-05-15T05:34:32.938Z Documenting libxml v0.3.3
30122024-05-15T05:34:35.308Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30132024-05-15T05:34:35.721Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30142024-05-15T05:34:36.641Z Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30152024-05-15T05:34:37.712Z Documenting bb8 v0.8.3
30162024-05-15T05:34:41.466Z Documenting quick-xml v0.31.0
30172024-05-15T05:34:41.542Z Documenting impl-trait-for-tuples v0.2.2
30182024-05-15T05:34:41.973Z Documenting oso-derive v0.27.3
30192024-05-15T05:34:41.973Z Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30202024-05-15T05:34:43.480Z Documenting keccak v0.1.4
30212024-05-15T05:34:43.611Z Documenting utf-8 v0.7.6
30222024-05-15T05:34:46.452Z Documenting parse-size v1.0.0
30232024-05-15T05:34:46.683Z Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
30242024-05-15T05:34:47.151Z Documenting sha3 v0.10.8
30252024-05-15T05:34:47.484Z Documenting oso v0.27.3
30262024-05-15T05:34:48.328Z Documenting samael v0.0.15
30272024-05-15T05:34:48.832Z Documenting tungstenite v0.21.0
30282024-05-15T05:34:49.550Z Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30292024-05-15T05:34:51.956Z Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
30302024-05-15T05:34:52.222Z Documenting trust-dns-server v0.22.1
30312024-05-15T05:34:53.045Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30322024-05-15T05:34:53.750Z Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30332024-05-15T05:34:56.102Z Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30342024-05-15T05:34:59.132Z Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30352024-05-15T05:35:00.191Z Documenting const_format v0.2.32
30362024-05-15T05:35:00.588Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30372024-05-15T05:35:01.076Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30382024-05-15T05:35:02.168Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30392024-05-15T05:35:02.215Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30402024-05-15T05:35:02.256Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30412024-05-15T05:35:02.352Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30422024-05-15T05:35:02.935Z Documenting sled v0.34.7
30432024-05-15T05:35:03.612Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30442024-05-15T05:35:03.692Z Documenting nix v0.28.0
30452024-05-15T05:35:04.520Z Documenting cookie v0.18.1
30462024-05-15T05:35:04.835Z Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
30472024-05-15T05:35:07.609Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30482024-05-15T05:35:07.891Z Documenting secrecy v0.8.0
30492024-05-15T05:35:08.256Z Documenting gethostname v0.4.3
30502024-05-15T05:35:09.465Z Documenting peg-macros v0.8.3
30512024-05-15T05:35:09.521Z Documenting rustversion v1.0.14
30522024-05-15T05:35:10.480Z Documenting sqlparser_derive v0.2.2
30532024-05-15T05:35:12.916Z Documenting unicode_categories v0.1.1
30542024-05-15T05:35:13.154Z Documenting home v0.5.5
30552024-05-15T05:35:13.317Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30562024-05-15T05:35:13.958Z Documenting castaway v0.2.2
30572024-05-15T05:35:15.274Z Documenting peg v0.8.3
30582024-05-15T05:35:15.668Z Documenting sqlparser v0.45.0
30592024-05-15T05:35:15.997Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30602024-05-15T05:35:17.820Z Documenting sqlformat v0.2.3
30612024-05-15T05:35:19.326Z Documenting rustyline v14.0.0
30622024-05-15T05:35:19.331Z Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30632024-05-15T05:35:19.553Z Documenting tokio-tungstenite v0.21.0
30642024-05-15T05:35:22.969Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30652024-05-15T05:35:24.548Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30662024-05-15T05:35:25.247Z Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30672024-05-15T05:35:25.471Z Documenting zone v0.1.8
30682024-05-15T05:35:27.937Z Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
30692024-05-15T05:35:29.115Z Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff)
30702024-05-15T05:35:30.056Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30712024-05-15T05:35:30.162Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30722024-05-15T05:35:31.018Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30732024-05-15T05:35:31.321Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30742024-05-15T05:35:32.028Z Documenting portpicker v0.1.1
30752024-05-15T05:35:33.137Z Documenting universal-hash v0.5.1
30762024-05-15T05:35:34.643Z Documenting bcs v0.1.6
30772024-05-15T05:35:36.903Z Documenting kstat-rs v0.2.3
30782024-05-15T05:35:47.837Z Documenting thiserror-impl-no-std v2.0.2
30792024-05-15T05:35:47.956Z Documenting curve25519-dalek-derive v0.1.0
30802024-05-15T05:35:48.065Z Documenting highway v1.1.0
30812024-05-15T05:35:48.109Z Documenting opaque-debug v0.3.0
30822024-05-15T05:35:48.528Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30832024-05-15T05:35:48.552Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30842024-05-15T05:35:49.074Z Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30852024-05-15T05:35:51.468Z Documenting poly1305 v0.8.0
30862024-05-15T05:35:52.359Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30872024-05-15T05:35:52.755Z Documenting curve25519-dalek v4.1.2
30882024-05-15T05:35:54.188Z Documenting thiserror-no-std v2.0.2
30892024-05-15T05:35:56.258Z Documenting compact_str v0.7.1
30902024-05-15T05:35:57.136Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30912024-05-15T05:35:58.243Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30922024-05-15T05:35:59.080Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30932024-05-15T05:35:59.889Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30942024-05-15T05:36:01.154Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30952024-05-15T05:36:01.171Z Documenting portable-atomic v1.4.3
30962024-05-15T05:36:02.104Z Documenting ed25519 v1.5.3
30972024-05-15T05:36:02.294Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30982024-05-15T05:36:03.167Z Documenting memoffset v0.7.1
30992024-05-15T05:36:05.087Z Documenting unicase v2.7.0
31002024-05-15T05:36:05.180Z Documenting rcgen v0.12.1
31012024-05-15T05:36:06.582Z Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)
31022024-05-15T05:36:08.995Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31032024-05-15T05:36:11.416Z Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
31042024-05-15T05:36:12.842Z Documenting atomicwrites v0.4.3
31052024-05-15T05:36:13.375Z Documenting chacha20 v0.9.1
31062024-05-15T05:36:13.456Zwarning: could not parse code block as Rust code
31072024-05-15T05:36:13.456Z --> oximeter/db/src/oxql/ast/grammar.rs:246:9
31082024-05-15T05:36:13.456Z |
31092024-05-15T05:36:13.456Z246 | / /// Parse a string literal, either single- or double-quoted.
31102024-05-15T05:36:13.456Z247 | | ///
31112024-05-15T05:36:13.456Z248 | | /// Parsing string literals is pretty tricky, but we add several
31122024-05-15T05:36:13.456Z249 | | /// constraints to simplify things. First strings must be quoted, either
31132024-05-15T05:36:13.456Z... |
31142024-05-15T05:36:13.457Z277 | | ///
31152024-05-15T05:36:13.457Z278 | | /// Will be parsed as `this string has " in it`.
31162024-05-15T05:36:13.457Z | |________________________________________________________^
31172024-05-15T05:36:13.457Z |
31182024-05-15T05:36:13.457Z = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
31192024-05-15T05:36:13.457Z = note: error from rustc: unknown start of token: \
31202024-05-15T05:36:13.457Z = note: error from rustc: unknown start of token: \
31212024-05-15T05:36:13.457Z = note: error from rustc: unknown start of token: \
31222024-05-15T05:36:13.457Z = note: error from rustc: unknown start of token: \
31232024-05-15T05:36:13.457Z = note: error from rustc: unknown start of token: \
31242024-05-15T05:36:13.457Z = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
31252024-05-15T05:36:13.457Z
31262024-05-15T05:36:14.970Zwarning: `oximeter-db` (lib doc) generated 1 warning
31272024-05-15T05:36:14.980Z Documenting lru v0.12.1
31282024-05-15T05:36:17.510Z Documenting aead v0.5.2
31292024-05-15T05:36:17.746Z Documenting rand_seeder v0.2.3
31302024-05-15T05:36:18.530Z Documenting nanorand v0.7.0
31312024-05-15T05:36:18.552Z Documenting subprocess v0.2.9
31322024-05-15T05:36:19.858Z Documenting stability v0.2.0
31332024-05-15T05:36:21.215Z Documenting glob v0.3.1
31342024-05-15T05:36:22.826Z Documenting cassowary v0.3.0
31352024-05-15T05:36:23.155Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31362024-05-15T05:36:31.717Z Documenting number_prefix v0.4.0
31372024-05-15T05:36:31.751Z Documenting flume v0.11.0
31382024-05-15T05:36:32.015Z Documenting chacha20poly1305 v0.10.1
31392024-05-15T05:36:32.019Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31402024-05-15T05:36:32.160Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31412024-05-15T05:36:32.447Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31422024-05-15T05:36:33.111Z Documenting ratatui v0.26.2
31432024-05-15T05:36:35.990Z Documenting indicatif v0.17.8
31442024-05-15T05:36:36.681Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31452024-05-15T05:36:46.662Z Documenting mime_guess v2.0.4
31462024-05-15T05:36:47.174Z Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
31472024-05-15T05:36:47.331Z Documenting salty v0.2.0
31482024-05-15T05:36:47.596Z Documenting vsss-rs v3.3.4
31492024-05-15T05:36:47.729Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31502024-05-15T05:36:50.201Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31512024-05-15T05:36:51.425Z Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
31522024-05-15T05:36:51.669Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31532024-05-15T05:36:52.413Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31542024-05-15T05:36:52.847Z Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31552024-05-15T05:36:54.244Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31562024-05-15T05:36:54.954Z Documenting serde-big-array v0.5.1
31572024-05-15T05:36:55.571Z Documenting memmap2 v0.7.1
31582024-05-15T05:36:56.199Z Documenting rtoolbox v0.0.1
31592024-05-15T05:36:57.520Z Documenting http-range v0.1.5
31602024-05-15T05:36:58.909Z Documenting unicode-linebreak v0.1.5
31612024-05-15T05:37:00.028Z Documenting constant_time_eq v0.3.0
31622024-05-15T05:37:00.336Z Documenting shell-words v1.1.0
31632024-05-15T05:37:01.291Z Documenting arrayvec v0.7.4
31642024-05-15T05:37:01.718Z Documenting smawk v0.3.1
31652024-05-15T05:37:02.522Z Documenting arrayref v0.3.7
31662024-05-15T05:37:03.373Z Documenting is_ci v1.2.0
31672024-05-15T05:37:04.419Z Documenting hyper-staticfile v0.9.5
31682024-05-15T05:37:04.963Z Documenting rpassword v7.3.1
31692024-05-15T05:37:05.515Z Documenting blake3 v1.5.0
31702024-05-15T05:37:05.693Z Documenting textwrap v0.16.1
31712024-05-15T05:37:06.497Z Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
31722024-05-15T05:37:07.445Z Documenting supports-color v3.0.0
31732024-05-15T05:37:08.086Z Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31742024-05-15T05:37:09.450Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31752024-05-15T05:37:10.005Z Documenting tui-tree-widget v0.19.0
31762024-05-15T05:37:10.202Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31772024-05-15T05:37:11.099Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31782024-05-15T05:37:12.873Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31792024-05-15T05:37:12.935Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31802024-05-15T05:37:15.074Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31812024-05-15T05:37:15.886Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31822024-05-15T05:37:16.300Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31832024-05-15T05:37:16.670Z Documenting signal-hook-tokio v0.3.1
31842024-05-15T05:37:17.185Z Documenting corncobs v0.1.3
31852024-05-15T05:37:17.185Z Documenting topological-sort v0.2.2
31862024-05-15T05:37:19.855Z Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
31872024-05-15T05:37:20.150Zwarning: unresolved link to `test_sled_transitions`
31882024-05-15T05:37:20.150Z --> nexus/db-queries/src/db/datastore/sled.rs:698:11
31892024-05-15T05:37:20.150Z |
31902024-05-15T05:37:20.151Z698 | /// [`test_sled_transitions`].
31912024-05-15T05:37:20.151Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
31922024-05-15T05:37:20.151Z |
31932024-05-15T05:37:20.151Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
31942024-05-15T05:37:20.152Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
31952024-05-15T05:37:20.152Z
31962024-05-15T05:37:20.172Zwarning: unresolved link to `test_sled_transitions`
31972024-05-15T05:37:20.172Z --> nexus/db-queries/src/db/datastore/sled.rs:734:11
31982024-05-15T05:37:20.172Z |
31992024-05-15T05:37:20.172Z734 | /// [`test_sled_transitions`].
32002024-05-15T05:37:20.172Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope
32012024-05-15T05:37:20.172Z |
32022024-05-15T05:37:20.172Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32032024-05-15T05:37:20.172Z
32042024-05-15T05:37:20.173Zwarning: unresolved link to `DataStore::update_tuf_repo_description_insert`
32052024-05-15T05:37:20.173Z --> nexus/db-queries/src/db/datastore/update.rs:28:27
32062024-05-15T05:37:20.173Z |
32072024-05-15T05:37:20.173Z28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`].
32082024-05-15T05:37:20.174Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert`
32092024-05-15T05:37:20.174Z
32102024-05-15T05:37:20.950Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32112024-05-15T05:37:21.376Z Documenting omicron-zone-package v0.11.0
32122024-05-15T05:37:22.024Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32132024-05-15T05:37:24.327Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32142024-05-15T05:37:26.372Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32152024-05-15T05:37:26.517Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32162024-05-15T05:37:33.127Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32172024-05-15T05:37:34.222Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32182024-05-15T05:37:36.147Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32192024-05-15T05:37:40.892Zwarning: `nexus-db-queries` (lib doc) generated 3 warnings
32202024-05-15T05:37:40.903Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32212024-05-15T05:37:45.074Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32222024-05-15T05:37:47.622Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32232024-05-15T05:37:48.655Zwarning: unclosed HTML tag `usize`
32242024-05-15T05:37:48.655Z --> wicket/src/ui/panes/update.rs:153:19
32252024-05-15T05:37:48.655Z |
32262024-05-15T05:37:48.655Z153 | /// TODO: The <usize> generic parameter is carried over from earlier versions
32272024-05-15T05:37:48.655Z | ^^^^^^^
32282024-05-15T05:37:48.655Z |
32292024-05-15T05:37:48.655Z = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
32302024-05-15T05:37:48.655Z
32312024-05-15T05:37:49.348Zwarning: unresolved link to `BlueprintDisksConfig`
32322024-05-15T05:37:49.348Z --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1128:55
32332024-05-15T05:37:49.348Z |
32342024-05-15T05:37:49.348Z1128 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`]
32352024-05-15T05:37:49.349Z | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope
32362024-05-15T05:37:49.349Z |
32372024-05-15T05:37:49.349Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32382024-05-15T05:37:49.349Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32392024-05-15T05:37:49.349Z
32402024-05-15T05:37:50.077Zwarning: `wicket` (lib doc) generated 1 warning
32412024-05-15T05:37:50.077Z Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe)
32422024-05-15T05:37:50.399Zwarning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning
32432024-05-15T05:37:50.417Z Documenting fatfs v0.3.6
32442024-05-15T05:37:51.966Z Documenting cargo-platform v0.1.3
32452024-05-15T05:37:52.546Z Documenting assert_matches v1.5.0
32462024-05-15T05:37:55.538Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32472024-05-15T05:37:56.007Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32482024-05-15T05:37:56.569Z Documenting cargo_metadata v0.18.1
32492024-05-15T05:38:02.261Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32502024-05-15T05:38:03.265Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32512024-05-15T05:38:04.345Zwarning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse`
32522024-05-15T05:38:04.345Z --> sled-agent/src/sim/instance.rs:46:7
32532024-05-15T05:38:04.345Z |
32542024-05-15T05:38:04.345Z46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests
32552024-05-15T05:38:04.345Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client`
32562024-05-15T05:38:04.345Z |
32572024-05-15T05:38:04.345Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32582024-05-15T05:38:04.345Z
32592024-05-15T05:38:05.317Z Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32602024-05-15T05:38:07.892Zwarning: `omicron-sled-agent` (lib doc) generated 1 warning
32612024-05-15T05:38:07.901Z Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32622024-05-15T05:38:16.030Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32632024-05-15T05:38:16.513Z Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
32642024-05-15T05:38:19.793Z Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
32652024-05-15T05:38:20.056Z Documenting termios v0.3.3
32662024-05-15T05:38:20.533Z Documenting uzers v0.11.3
32672024-05-15T05:38:22.414Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32682024-05-15T05:38:22.538Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32692024-05-15T05:38:25.494Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32702024-05-15T05:38:25.905Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32712024-05-15T05:38:26.916Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32722024-05-15T05:38:44.912Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32732024-05-15T05:38:52.199Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32742024-05-15T05:38:56.800Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32752024-05-15T05:38:56.861Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32762024-05-15T05:39:09.569Z Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32772024-05-15T05:39:11.369Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32782024-05-15T05:39:14.739Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32792024-05-15T05:39:14.838Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32802024-05-15T05:39:14.838Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32812024-05-15T05:39:39.084Zwarning: unresolved link to `Nexus`
32822024-05-15T05:39:39.085Z --> nexus/src/app/instance_network.rs:280:34
32832024-05-15T05:39:39.085Z |
32842024-05-15T05:39:39.085Z280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32852024-05-15T05:39:39.085Z | ^^^^^ no item named `Nexus` in scope
32862024-05-15T05:39:39.085Z |
32872024-05-15T05:39:39.085Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32882024-05-15T05:39:39.085Z = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
32892024-05-15T05:39:39.085Z
32902024-05-15T05:39:39.094Zwarning: unresolved link to `Nexus`
32912024-05-15T05:39:39.094Z --> nexus/src/app/instance_network.rs:458:34
32922024-05-15T05:39:39.094Z |
32932024-05-15T05:39:39.094Z458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for
32942024-05-15T05:39:39.094Z | ^^^^^ no item named `Nexus` in scope
32952024-05-15T05:39:39.094Z |
32962024-05-15T05:39:39.094Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
32972024-05-15T05:39:39.094Z
32982024-05-15T05:39:39.094Zwarning: unresolved link to `VolumeConstructionRequest`
32992024-05-15T05:39:39.094Z --> nexus/src/app/sagas/volume_delete.rs:338:7
33002024-05-15T05:39:39.094Z |
33012024-05-15T05:39:39.095Z338 | /// [`VolumeConstructionRequest`] is shown here):
33022024-05-15T05:39:39.095Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope
33032024-05-15T05:39:39.095Z |
33042024-05-15T05:39:39.095Z = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
33052024-05-15T05:39:39.095Z
33062024-05-15T05:39:39.095Zwarning: unresolved link to `fd00:1122:3344:101::5`
33072024-05-15T05:39:39.095Z --> nexus/src/app/sagas/volume_delete.rs:348:17
33082024-05-15T05:39:39.095Z |
33092024-05-15T05:39:39.095Z348 | /// "[fd00:1122:3344:101::5]:1000",
33102024-05-15T05:39:39.095Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33112024-05-15T05:39:39.095Z
33122024-05-15T05:39:39.095Zwarning: unresolved link to `fd00:1122:3344:102::9`
33132024-05-15T05:39:39.095Z --> nexus/src/app/sagas/volume_delete.rs:349:17
33142024-05-15T05:39:39.095Z |
33152024-05-15T05:39:39.095Z349 | /// "[fd00:1122:3344:102::9]:1000",
33162024-05-15T05:39:39.095Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33172024-05-15T05:39:39.095Z
33182024-05-15T05:39:39.096Zwarning: unresolved link to `fd00:1122:3344:103::2`
33192024-05-15T05:39:39.096Z --> nexus/src/app/sagas/volume_delete.rs:350:17
33202024-05-15T05:39:39.096Z |
33212024-05-15T05:39:39.096Z350 | /// "[fd00:1122:3344:103::2]:1000"
33222024-05-15T05:39:39.096Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33232024-05-15T05:39:39.096Z
33242024-05-15T05:39:39.096Zwarning: unresolved link to `fd00:1122:3344:101::5`
33252024-05-15T05:39:39.096Z --> nexus/src/app/sagas/volume_delete.rs:369:17
33262024-05-15T05:39:39.096Z |
33272024-05-15T05:39:39.096Z369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed
33282024-05-15T05:39:39.096Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope
33292024-05-15T05:39:39.096Z
33302024-05-15T05:39:39.096Zwarning: unresolved link to `fd00:1122:3344:102::9`
33312024-05-15T05:39:39.096Z --> nexus/src/app/sagas/volume_delete.rs:370:17
33322024-05-15T05:39:39.096Z |
33332024-05-15T05:39:39.096Z370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed
33342024-05-15T05:39:39.097Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope
33352024-05-15T05:39:39.097Z
33362024-05-15T05:39:39.097Zwarning: unresolved link to `fd00:1122:3344:103::2`
33372024-05-15T05:39:39.097Z --> nexus/src/app/sagas/volume_delete.rs:371:17
33382024-05-15T05:39:39.097Z |
33392024-05-15T05:39:39.097Z371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed
33402024-05-15T05:39:39.097Z | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope
33412024-05-15T05:39:39.097Z
33422024-05-15T05:39:42.150Zwarning: `omicron-nexus` (lib doc) generated 9 warnings
33432024-05-15T05:39:58.683Z Finished dev [unoptimized + debuginfo] target(s) in 12m 29s
33442024-05-15T05:39:58.771Z Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html
33452024-05-15T05:39:58.771Z Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html
33462024-05-15T05:39:58.771Z Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html
33472024-05-15T05:39:58.771Z Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html
33482024-05-15T05:39:58.771Z Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html
33492024-05-15T05:39:58.771Z Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html
33502024-05-15T05:39:58.771Z Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html
33512024-05-15T05:39:58.783Z Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html
33522024-05-15T05:39:58.783Z Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html
33532024-05-15T05:39:58.783Z Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html
33542024-05-15T05:39:58.783Z Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html
33552024-05-15T05:39:58.783Z Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html
33562024-05-15T05:39:58.783Z Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html
33572024-05-15T05:39:58.783Z Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html
33582024-05-15T05:39:58.783Z Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html
33592024-05-15T05:39:58.783Z Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html
33602024-05-15T05:39:58.784Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html
33612024-05-15T05:39:58.784Z Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html
33622024-05-15T05:39:58.784Z Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html
33632024-05-15T05:39:58.784Z Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html
33642024-05-15T05:39:58.784Z Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html
33652024-05-15T05:39:58.784Z Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html
33662024-05-15T05:39:58.784Z Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html
33672024-05-15T05:39:58.784Z Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html
33682024-05-15T05:39:58.784Z Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html
33692024-05-15T05:39:58.784Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html
33702024-05-15T05:39:58.784Z Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html
33712024-05-15T05:39:58.784Z Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html
33722024-05-15T05:39:58.784Z Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html
33732024-05-15T05:39:58.784Z Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html
33742024-05-15T05:39:58.784Z Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html
33752024-05-15T05:39:58.784Z Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html
33762024-05-15T05:39:58.784Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html
33772024-05-15T05:39:58.784Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html
33782024-05-15T05:39:58.784Z Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html
33792024-05-15T05:39:58.784Z Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html
33802024-05-15T05:39:58.784Z Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html
33812024-05-15T05:39:58.784Z Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html
33822024-05-15T05:39:58.784Z Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html
33832024-05-15T05:39:58.785Z Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html
33842024-05-15T05:39:58.785Z Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html
33852024-05-15T05:39:58.785Z Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html
33862024-05-15T05:39:58.785Z Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html
33872024-05-15T05:39:58.785Z Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html
33882024-05-15T05:39:58.785Z Generated /work/oxidecomputer/omicron/target/doc/omicron_releng/index.html
33892024-05-15T05:39:58.785Z Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html
33902024-05-15T05:39:58.785Z Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html
33912024-05-15T05:39:58.785Z Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html
33922024-05-15T05:39:58.785Z Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html
33932024-05-15T05:39:58.785Z Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html
33942024-05-15T05:39:58.785Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html
33952024-05-15T05:39:58.785Z Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html
33962024-05-15T05:39:58.785Z Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html
33972024-05-15T05:39:58.785Z Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html
33982024-05-15T05:39:58.785Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
33992024-05-15T05:39:58.785Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html
34002024-05-15T05:39:58.785Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html
34012024-05-15T05:39:58.785Z Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html
34022024-05-15T05:39:58.785Z Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html
34032024-05-15T05:39:58.786Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html
34042024-05-15T05:39:58.786Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html
34052024-05-15T05:39:58.786Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html
34062024-05-15T05:39:58.786Z Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html
34072024-05-15T05:39:58.786Z Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html
34082024-05-15T05:39:58.786Z Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html
34092024-05-15T05:39:58.786Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html
34102024-05-15T05:39:58.786Z Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html
34112024-05-15T05:39:58.786Z Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html
34122024-05-15T05:39:58.786Z Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html
34132024-05-15T05:39:58.786Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html
34142024-05-15T05:39:58.786Z Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html
34152024-05-15T05:39:58.786Z Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html
34162024-05-15T05:39:58.786Z Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html
34172024-05-15T05:39:58.786Z Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html
34182024-05-15T05:39:58.786Z Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html
34192024-05-15T05:39:58.786Z Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html
34202024-05-15T05:39:58.786Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html
34212024-05-15T05:39:58.786Z Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html
34222024-05-15T05:39:58.786Z Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html
34232024-05-15T05:39:58.786Z Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html
34242024-05-15T05:39:58.786Z Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html
34252024-05-15T05:39:58.806Z
34262024-05-15T05:39:58.810Zreal 12:30.088451577
34272024-05-15T05:39:58.810Zuser 34:25.542301758
34282024-05-15T05:39:58.810Zsys 53:16.031004064
34292024-05-15T05:39:58.810Ztrap 0.934201910
34302024-05-15T05:39:58.810Ztflt 0.165835717
34312024-05-15T05:39:58.810Zdflt 0.637399820
34322024-05-15T05:39:58.810Zkflt 0.000128866
34332024-05-15T05:39:58.810Zlock 3:23:50.283676665
34342024-05-15T05:39:58.810Zslp 3:27:03.622283610
34352024-05-15T05:39:58.810Zlat 4:26.508532553
34362024-05-15T05:39:58.810Zstop 1:51.199352917
34372024-05-15T05:39:58.810Zprocess exited: duration 1441897 ms, exit code 0
 
34382024-05-15T05:39:58.818Zfound 0 output files